Started by an SCM change ERROR: Not all environment variables could be successfully injected. Check for similarly-named environment variables. Obtained etc/jenkins/build.groovy from git https://github.com/eclipse-ee4j/eclipselink.git [Pipeline] Start of Pipeline [Pipeline] echo [WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option. [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes eclipselink/el-master-agent-pod-01wdd-g54g0 Agent el-master-agent-pod-01wdd-g54g0 is provisioned from template el-master-agent-pod-01wdd --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.eclipselink.svc.cluster.local/eclipselink/job/eclipselink-nightly-2.6/54/" runUrl: "job/eclipselink-nightly-2.6/54/" labels: jenkins: "slave" jenkins/label-digest: "3d62520732501e7b9e0bcd1206f227b6ebd57128" jenkins/label: "el-master-agent-pod" name: "el-master-agent-pod-01wdd-g54g0" namespace: "eclipselink" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.eclipselink.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "el-master-agent-pod-01wdd-g54g0" - name: "JENKINS_NAME" value: "el-master-agent-pod-01wdd-g54g0" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.eclipselink.svc.cluster.local/eclipselink/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13.3" name: "jnlp" resources: limits: memory: "1Gi" cpu: "1" requests: memory: "1Gi" cpu: "500m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - command: - "cat" image: "tkraus/el-build:1.1.9" name: "el-build" resources: limits: memory: "6Gi" cpu: "4" requests: memory: "6Gi" cpu: "3.5" tty: true volumeMounts: - mountPath: "/opt/tools" name: "tools" - mountPath: "/home/jenkins/.ssh" name: "volume-known-hosts" - mountPath: "/home/jenkins/.m2/settings.xml" name: "settings-xml" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "toolchains-xml" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "settings-security-xml" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/repository" name: "m2-repo" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "settings-security-xml" secret: items: - key: "settings-security.xml" path: "settings-security.xml" secretName: "m2-secret-dir" - configMap: items: - key: "toolchains.xml" path: "toolchains.xml" name: "m2-dir" name: "toolchains-xml" - emptyDir: {} name: "m2-repo" - name: "settings-xml" secret: items: - key: "settings.xml" path: "settings.xml" secretName: "m2-secret-dir" - emptyDir: medium: "" name: "workspace-volume" - name: "tools" persistentVolumeClaim: claimName: "tools-claim-jiro-eclipselink" - configMap: name: "known-hosts" name: "volume-known-hosts" Running on el-master-agent-pod-01wdd-g54g0 in /home/jenkins/agent/workspace/eclipselink-nightly-2.6 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse-ee4j/eclipselink.git > git init /home/jenkins/agent/workspace/eclipselink-nightly-2.6 # timeout=10 Fetching upstream changes from https://github.com/eclipse-ee4j/eclipselink.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/eclipselink.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 5fc36efa7a6dcd6922cd5432f786f46f3ff1407c (refs/remotes/origin/2.6) > git config remote.origin.url https://github.com/eclipse-ee4j/eclipselink.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/2.6^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5fc36efa7a6dcd6922cd5432f786f46f3ff1407c # timeout=10 Commit message: "Query hint declaration, implementation in query handler and hint usage in various normalize methods (#1685)" > git rev-list --no-walk 94fe194b7daa94384451ce471b0987bf30c71a6f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Init) [Pipeline] container [Pipeline] { [Pipeline] git The recommended git tool is: git No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@3502eb8f; decorates RemoteLauncher[hudson.remoting.Channel@c93c29da:JNLP4-connect connection from 10.40.55.80/10.40.55.80:36278] will be ignored (a typical symptom is the Git executable not being run inside a designated container) Fetching changes from the remote Git repository > git rev-parse --resolve-git-dir /home/jenkins/agent/workspace/eclipselink-nightly-2.6/.git # timeout=10 > git config remote.origin.url https://github.com/eclipse-ee4j/eclipselink.git # timeout=10 Fetching upstream changes from https://github.com/eclipse-ee4j/eclipselink.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/eclipselink.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 5fc36efa7a6dcd6922cd5432f786f46f3ff1407c (refs/remotes/origin/2.6) > git rev-parse refs/remotes/origin/2.6^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5fc36efa7a6dcd6922cd5432f786f46f3ff1407c # timeout=10 Commit message: "Query hint declaration, implementation in query handler and hint usage in various normalize methods (#1685)" > git branch -a -v --no-abbrev # timeout=10 > git checkout -b 2.6 5fc36efa7a6dcd6922cd5432f786f46f3ff1407c # timeout=10 > git rev-list --no-walk 94fe194b7daa94384451ce471b0987bf30c71a6f # timeout=10 [Pipeline] sshagent FATAL: [ssh-agent] Could not find specified credentials [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) Executing sh script inside container el-build of pod el-master-agent-pod-01wdd-g54g0 Executing command: "ssh-agent" exit SSH_AUTH_SOCK=/tmp/ssh-oP9eyKjod1V5/agent.22; export SSH_AUTH_SOCK; SSH_AGENT_PID=23; export SSH_AGENT_PID; echo Agent pid 23; SSH_AUTH_SOCK=/tmp/ssh-oP9eyKjod1V5/agent.22 SSH_AGENT_PID=23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh + etc/jenkins/init.sh -[ EclipseLink Init ]----------------------------------------------------------- --2022-09-10 03:56:15-- https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar Resolving repo1.maven.org (repo1.maven.org)... 151.101.136.209 Connecting to repo1.maven.org (repo1.maven.org)|151.101.136.209|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 314932 (308K) [application/java-archive] Saving to: '/home/jenkins/extension.lib.external/junit-4.12.jar' 0K .......... .......... .......... .......... .......... 16% 11.8M 0s 50K .......... .......... .......... .......... .......... 32% 12.2M 0s 100K .......... .......... .......... .......... .......... 48% 62.9M 0s 150K .......... .......... .......... .......... .......... 65% 17.0M 0s 200K .......... .......... .......... .......... .......... 81% 90.2M 0s 250K .......... .......... .......... .......... .......... 97% 87.6M 0s 300K ....... 100% 103M=0.01s 2022-09-10 03:56:15 (23.2 MB/s) - '/home/jenkins/extension.lib.external/junit-4.12.jar' saved [314932/314932] --2022-09-10 03:56:15-- https://repo1.maven.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar Resolving repo1.maven.org (repo1.maven.org)... 151.101.136.209 Connecting to repo1.maven.org (repo1.maven.org)|151.101.136.209|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 45024 (44K) [application/java-archive] Saving to: '/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar' 0K .......... .......... .......... .......... ... 100% 10.8M=0.004s 2022-09-10 03:56:15 (10.8 MB/s) - '/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar' saved [45024/45024] --2022-09-10 03:56:15-- https://repo1.maven.org/maven2/org/jmockit/jmockit/1.10/jmockit-1.10.jar Resolving repo1.maven.org (repo1.maven.org)... 151.101.136.209 Connecting to repo1.maven.org (repo1.maven.org)|151.101.136.209|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 562310 (549K) [application/java-archive] Saving to: '/home/jenkins/extension.lib.external/jmockit-1.10.jar' 0K .......... .......... .......... .......... .......... 9% 11.3M 0s 50K .......... .......... .......... .......... .......... 18% 12.4M 0s 100K .......... .......... .......... .......... .......... 27% 102M 0s 150K .......... .......... .......... .......... .......... 36% 16.0M 0s 200K .......... .......... .......... .......... .......... 45% 52.5M 0s 250K .......... .......... .......... .......... .......... 54% 89.7M 0s 300K .......... .......... .......... .......... .......... 63% 39.2M 0s 350K .......... .......... .......... .......... .......... 72% 40.2M 0s 400K .......... .......... .......... .......... .......... 81% 73.2M 0s 450K .......... .......... .......... .......... .......... 91% 85.3M 0s 500K .......... .......... .......... .......... ......... 100% 92.8M=0.02s 2022-09-10 03:56:15 (30.7 MB/s) - '/home/jenkins/extension.lib.external/jmockit-1.10.jar' saved [562310/562310] --2022-09-10 03:56:15-- https://repo1.maven.org/maven2/org/hibernate/validator/hibernate-validator/6.0.7.Final/hibernate-validator-6.0.7.Final.jar Resolving repo1.maven.org (repo1.maven.org)... 151.101.136.209 Connecting to repo1.maven.org (repo1.maven.org)|151.101.136.209|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1117582 (1.1M) [application/java-archive] Saving to: '/home/jenkins/extension.lib.external/hibernate-validator-6.0.7.Final.jar' 0K .......... .......... .......... .......... .......... 4% 11.4M 0s 50K .......... .......... .......... .......... .......... 9% 11.7M 0s 100K .......... .......... .......... .......... .......... 13% 120M 0s 150K .......... .......... .......... .......... .......... 18% 16.9M 0s 200K .......... .......... .......... .......... .......... 22% 57.6M 0s 250K .......... .......... .......... .......... .......... 27% 85.6M 0s 300K .......... .......... .......... .......... .......... 32% 105M 0s 350K .......... .......... .......... .......... .......... 36% 60.6M 0s 400K .......... .......... .......... .......... .......... 41% 27.0M 0s 450K .......... .......... .......... .......... .......... 45% 85.4M 0s 500K .......... .......... .......... .......... .......... 50% 138M 0s 550K .......... .......... .......... .......... .......... 54% 117M 0s 600K .......... .......... .......... .......... .......... 59% 116M 0s 650K .......... .......... .......... .......... .......... 64% 85.4M 0s 700K .......... .......... .......... .......... .......... 68% 108M 0s 750K .......... .......... .......... .......... .......... 73% 132M 0s 800K .......... .......... .......... .......... .......... 77% 114M 0s 850K .......... .......... .......... .......... .......... 82% 129M 0s 900K .......... .......... .......... .......... .......... 87% 93.4M 0s 950K .......... .......... .......... .......... .......... 91% 108M 0s 1000K .......... .......... .......... .......... .......... 96% 108M 0s 1050K .......... .......... .......... .......... . 100% 134M=0.02s 2022-09-10 03:56:15 (48.6 MB/s) - '/home/jenkins/extension.lib.external/hibernate-validator-6.0.7.Final.jar' saved [1117582/1117582] --2022-09-10 03:56:15-- https://repo1.maven.org/maven2/org/jboss/logging/jboss-logging/3.3.0.Final/jboss-logging-3.3.0.Final.jar Resolving repo1.maven.org (repo1.maven.org)... 151.101.136.209 Connecting to repo1.maven.org (repo1.maven.org)|151.101.136.209|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 66802 (65K) [application/java-archive] Saving to: '/home/jenkins/extension.lib.external/jboss-logging-3.3.0.Final.jar' 0K .......... .......... .......... .......... .......... 76% 2.69M 0s 50K .......... ..... 100% 3.46M=0.02s 2022-09-10 03:56:16 (2.84 MB/s) - '/home/jenkins/extension.lib.external/jboss-logging-3.3.0.Final.jar' saved [66802/66802] --2022-09-10 03:56:16-- https://repo1.maven.org/maven2/org/glassfish/javax.el/3.0.1-b08/javax.el-3.0.1-b08.jar Resolving repo1.maven.org (repo1.maven.org)... 151.101.136.209 Connecting to repo1.maven.org (repo1.maven.org)|151.101.136.209|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 237816 (232K) [application/java-archive] Saving to: '/home/jenkins/extension.lib.external/javax.el-3.0.1-b08.jar' 0K .......... .......... .......... .......... .......... 21% 2.50M 0s 50K .......... .......... .......... .......... .......... 43% 10.0M 0s 100K .......... .......... .......... .......... .......... 64% 13.7M 0s 150K .......... .......... .......... .......... .......... 86% 13.7M 0s 200K .......... .......... .......... .. 100% 16.1M=0.03s 2022-09-10 03:56:16 (6.78 MB/s) - '/home/jenkins/extension.lib.external/javax.el-3.0.1-b08.jar' saved [237816/237816] --2022-09-10 03:56:16-- https://repo1.maven.org/maven2/com/fasterxml/classmate/1.3.1/classmate-1.3.1.jar Resolving repo1.maven.org (repo1.maven.org)... 151.101.136.209 Connecting to repo1.maven.org (repo1.maven.org)|151.101.136.209|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 64804 (63K) [application/java-archive] Saving to: '/home/jenkins/extension.lib.external/classmate-1.3.1.jar' 0K .......... .......... .......... .......... .......... 79% 3.25M 0s 50K .......... ... 100% 3.24M=0.02s 2022-09-10 03:56:16 (3.25 MB/s) - '/home/jenkins/extension.lib.external/classmate-1.3.1.jar' saved [64804/64804] --2022-09-10 03:56:16-- https://repo1.maven.org/maven2/mysql/mysql-connector-java/5.1.48/mysql-connector-java-5.1.48.jar Resolving repo1.maven.org (repo1.maven.org)... 151.101.136.209 Connecting to repo1.maven.org (repo1.maven.org)|151.101.136.209|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1006956 (983K) [application/java-archive] Saving to: '/home/jenkins/extension.lib.external/mysql-connector-java-5.1.48.jar' 0K .......... .......... .......... .......... .......... 5% 11.7M 0s 50K .......... .......... .......... .......... .......... 10% 12.6M 0s 100K .......... .......... .......... .......... .......... 15% 90.7M 0s 150K .......... .......... .......... .......... .......... 20% 27.1M 0s 200K .......... .......... .......... .......... .......... 25% 25.6M 0s 250K .......... .......... .......... .......... .......... 30% 85.9M 0s 300K .......... .......... .......... .......... .......... 35% 96.9M 0s 350K .......... .......... .......... .......... .......... 40% 37.3M 0s 400K .......... .......... .......... .......... .......... 45% 95.5M 0s 450K .......... .......... .......... .......... .......... 50% 52.2M 0s 500K .......... .......... .......... .......... .......... 55% 106M 0s 550K .......... .......... .......... .......... .......... 61% 108M 0s 600K .......... .......... .......... .......... .......... 66% 94.1M 0s 650K .......... .......... .......... .......... .......... 71% 134M 0s 700K .......... .......... .......... .......... .......... 76% 72.8M 0s 750K .......... .......... .......... .......... .......... 81% 108M 0s 800K .......... .......... .......... .......... .......... 86% 116M 0s 850K .......... .......... .......... .......... .......... 91% 128M 0s 900K .......... .......... .......... .......... .......... 96% 88.8M 0s 950K .......... .......... .......... ... 100% 142M=0.02s 2022-09-10 03:56:16 (46.5 MB/s) - '/home/jenkins/extension.lib.external/mysql-connector-java-5.1.48.jar' saved [1006956/1006956] --2022-09-10 03:56:16-- https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.7-bin.tar.gz Resolving archive.apache.org (archive.apache.org)... 138.201.131.134, 2a01:4f8:172:2ec5::2 Connecting to archive.apache.org (archive.apache.org)|138.201.131.134|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 6874544 (6.6M) [application/x-gzip] Saving to: '/home/jenkins/extension.lib.external/apache-ant-1.10.7-bin.tar.gz' 0K .......... .......... .......... .......... .......... 0% 243K 27s 50K .......... .......... .......... .......... .......... 1% 502K 20s 100K .......... .......... .......... .......... .......... 2% 559K 17s 150K .......... .......... .......... .......... .......... 2% 9.96M 13s 200K .......... .......... .......... .......... .......... 3% 5.37M 11s 250K .......... .......... .......... .......... .......... 4% 562K 11s 300K .......... .......... .......... .......... .......... 5% 13.5M 9s 350K .......... .......... .......... .......... .......... 5% 29.9M 8s 400K .......... .......... .......... .......... .......... 6% 16.6M 7s 450K .......... .......... .......... .......... .......... 7% 13.0M 6s 500K .......... .......... .......... .......... .......... 8% 23.1M 6s 550K .......... .......... .......... .......... .......... 8% 573K 6s 600K .......... .......... .......... .......... .......... 9% 45.9M 6s 650K .......... .......... .......... .......... .......... 10% 25.1M 5s 700K .......... .......... .......... .......... .......... 11% 32.5M 5s 750K .......... .......... .......... .......... .......... 11% 63.2M 4s 800K .......... .......... .......... .......... .......... 12% 47.2M 4s 850K .......... .......... .......... .......... .......... 13% 37.0M 4s 900K .......... .......... .......... .......... .......... 14% 45.5M 4s 950K .......... .......... .......... .......... .......... 14% 16.2M 3s 1000K .......... .......... .......... .......... .......... 15% 39.6M 3s 1050K .......... .......... .......... .......... .......... 16% 42.2M 3s 1100K .......... .......... .......... .......... .......... 17% 66.7M 3s 1150K .......... .......... .......... .......... .......... 17% 1.14M 3s 1200K .......... .......... .......... .......... .......... 18% 1.09M 3s 1250K .......... .......... .......... .......... .......... 19% 68.3M 3s 1300K .......... .......... .......... .......... .......... 20% 58.0M 3s 1350K .......... .......... .......... .......... .......... 20% 64.5M 3s 1400K .......... .......... .......... .......... .......... 21% 41.0M 3s 1450K .......... .......... .......... .......... .......... 22% 65.4M 2s 1500K .......... .......... .......... .......... .......... 23% 48.8M 2s 1550K .......... .......... .......... .......... .......... 23% 89.1M 2s 1600K .......... .......... .......... .......... .......... 24% 68.3M 2s 1650K .......... .......... .......... .......... .......... 25% 52.5M 2s 1700K .......... .......... .......... .......... .......... 26% 89.2M 2s 1750K .......... .......... .......... .......... .......... 26% 63.6M 2s 1800K .......... .......... .......... .......... .......... 27% 111M 2s 1850K .......... .......... .......... .......... .......... 28% 71.1M 2s 1900K .......... .......... .......... .......... .......... 29% 63.4M 2s 1950K .......... .......... .......... .......... .......... 29% 121M 2s 2000K .......... .......... .......... .......... .......... 30% 76.8M 2s 2050K .......... .......... .......... .......... .......... 31% 67.1M 2s 2100K .......... .......... .......... .......... .......... 32% 81.7M 2s 2150K .......... .......... .......... .......... .......... 32% 101M 1s 2200K .......... .......... .......... .......... .......... 33% 69.0M 1s 2250K .......... .......... .......... .......... .......... 34% 97.3M 1s 2300K .......... .......... .......... .......... .......... 35% 1.17M 1s 2350K .......... .......... .......... .......... .......... 35% 72.6M 1s 2400K .......... .......... .......... .......... .......... 36% 1.14M 1s 2450K .......... .......... .......... .......... .......... 37% 32.0M 1s 2500K .......... .......... .......... .......... .......... 37% 70.8M 1s 2550K .......... .......... .......... .......... .......... 38% 83.2M 1s 2600K .......... .......... .......... .......... .......... 39% 76.1M 1s 2650K .......... .......... .......... .......... .......... 40% 91.7M 1s 2700K .......... .......... .......... .......... .......... 40% 66.2M 1s 2750K .......... .......... .......... .......... .......... 41% 83.9M 1s 2800K .......... .......... .......... .......... .......... 42% 39.9M 1s 2850K .......... .......... .......... .......... .......... 43% 119M 1s 2900K .......... .......... .......... .......... .......... 43% 51.5M 1s 2950K .......... .......... .......... .......... .......... 44% 129M 1s 3000K .......... .......... .......... .......... .......... 45% 103M 1s 3050K .......... .......... .......... .......... .......... 46% 121M 1s 3100K .......... .......... .......... .......... .......... 46% 55.4M 1s 3150K .......... .......... .......... .......... .......... 47% 126M 1s 3200K .......... .......... .......... .......... .......... 48% 70.9M 1s 3250K .......... .......... .......... .......... .......... 49% 129M 1s 3300K .......... .......... .......... .......... .......... 49% 67.0M 1s 3350K .......... .......... .......... .......... .......... 50% 64.9M 1s 3400K .......... .......... .......... .......... .......... 51% 129M 1s 3450K .......... .......... .......... .......... .......... 52% 82.3M 1s 3500K .......... .......... .......... .......... .......... 52% 62.5M 1s 3550K .......... .......... .......... .......... .......... 53% 122M 1s 3600K .......... .......... .......... .......... .......... 54% 67.3M 1s 3650K .......... .......... .......... .......... .......... 55% 91.1M 1s 3700K .......... .......... .......... .......... .......... 55% 108M 1s 3750K .......... .......... .......... .......... .......... 56% 102M 1s 3800K .......... .......... .......... .......... .......... 57% 78.9M 1s 3850K .......... .......... .......... .......... .......... 58% 127M 1s 3900K .......... .......... .......... .......... .......... 58% 94.1M 1s 3950K .......... .......... .......... .......... .......... 59% 107M 1s 4000K .......... .......... .......... .......... .......... 60% 83.6M 1s 4050K .......... .......... .......... .......... .......... 61% 120M 1s 4100K .......... .......... .......... .......... .......... 61% 129M 1s 4150K .......... .......... .......... .......... .......... 62% 114M 0s 4200K .......... .......... .......... .......... .......... 63% 102M 0s 4250K .......... .......... .......... .......... .......... 64% 39.6M 0s 4300K .......... .......... .......... .......... .......... 64% 85.4M 0s 4350K .......... .......... .......... .......... .......... 65% 100M 0s 4400K .......... .......... .......... .......... .......... 66% 64.7M 0s 4450K .......... .......... .......... .......... .......... 67% 121M 0s 4500K .......... .......... .......... .......... .......... 67% 86.4M 0s 4550K .......... .......... .......... .......... .......... 68% 89.9M 0s 4600K .......... .......... .......... .......... .......... 69% 82.8M 0s 4650K .......... .......... .......... .......... .......... 70% 1.53M 0s 4700K .......... .......... .......... .......... .......... 70% 120M 0s 4750K .......... .......... .......... .......... .......... 71% 115M 0s 4800K .......... .......... .......... .......... .......... 72% 1.16M 0s 4850K .......... .......... .......... .......... .......... 72% 96.8M 0s 4900K .......... .......... .......... .......... .......... 73% 34.9M 0s 4950K .......... .......... .......... .......... .......... 74% 144M 0s 5000K .......... .......... .......... .......... .......... 75% 98.5M 0s 5050K .......... .......... .......... .......... .......... 75% 117M 0s 5100K .......... .......... .......... .......... .......... 76% 81.8M 0s 5150K .......... .......... .......... .......... .......... 77% 143M 0s 5200K .......... .......... .......... .......... .......... 78% 72.8M 0s 5250K .......... .......... .......... .......... .......... 78% 134M 0s 5300K .......... .......... .......... .......... .......... 79% 121M 0s 5350K .......... .......... .......... .......... .......... 80% 118M 0s 5400K .......... .......... .......... .......... .......... 81% 90.0M 0s 5450K .......... .......... .......... .......... .......... 81% 106M 0s 5500K .......... .......... .......... .......... .......... 82% 107M 0s 5550K .......... .......... .......... .......... .......... 83% 119M 0s 5600K .......... .......... .......... .......... .......... 84% 84.8M 0s 5650K .......... .......... .......... .......... .......... 84% 91.5M 0s 5700K .......... .......... .......... .......... .......... 85% 111M 0s 5750K .......... .......... .......... .......... .......... 86% 113M 0s 5800K .......... .......... .......... .......... .......... 87% 124M 0s 5850K .......... .......... .......... .......... .......... 87% 96.3M 0s 5900K .......... .......... .......... .......... .......... 88% 87.8M 0s 5950K .......... .......... .......... .......... .......... 89% 78.1M 0s 6000K .......... .......... .......... .......... .......... 90% 93.1M 0s 6050K .......... .......... .......... .......... .......... 90% 82.4M 0s 6100K .......... .......... .......... .......... .......... 91% 110M 0s 6150K .......... .......... .......... .......... .......... 92% 96.1M 0s 6200K .......... .......... .......... .......... .......... 93% 87.4M 0s 6250K .......... .......... .......... .......... .......... 93% 124M 0s 6300K .......... .......... .......... .......... .......... 94% 139M 0s 6350K .......... .......... .......... .......... .......... 95% 84.7M 0s 6400K .......... .......... .......... .......... .......... 96% 102M 0s 6450K .......... .......... .......... .......... .......... 96% 89.6M 0s 6500K .......... .......... .......... .......... .......... 97% 141M 0s 6550K .......... .......... .......... .......... .......... 98% 95.9M 0s 6600K .......... .......... .......... .......... .......... 99% 108M 0s 6650K .......... .......... .......... .......... .......... 99% 124M 0s 6700K .......... ... 100% 79.2M=0.9s 2022-09-10 03:56:17 (7.11 MB/s) - '/home/jenkins/extension.lib.external/apache-ant-1.10.7-bin.tar.gz' saved [6874544/6874544] --2022-09-10 03:56:17-- https://archive.apache.org/dist/maven/ant-tasks/2.1.3/binaries/maven-ant-tasks-2.1.3.jar Resolving archive.apache.org (archive.apache.org)... 138.201.131.134, 2a01:4f8:172:2ec5::2 Connecting to archive.apache.org (archive.apache.org)|138.201.131.134|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1316000 (1.3M) [application/java-archive] Saving to: '/home/jenkins/extension.lib.external/mavenant/maven-ant-tasks-2.1.3.jar' 0K .......... .......... .......... .......... .......... 3% 247K 5s 50K .......... .......... .......... .......... .......... 7% 499K 4s 100K .......... .......... .......... .......... .......... 11% 41.5M 2s 150K .......... .......... .......... .......... .......... 15% 501K 2s 200K .......... .......... .......... .......... .......... 19% 42.4M 2s 250K .......... .......... .......... .......... .......... 23% 52.2M 1s 300K .......... .......... .......... .......... .......... 27% 102M 1s 350K .......... .......... .......... .......... .......... 31% 102M 1s 400K .......... .......... .......... .......... .......... 35% 502K 1s 450K .......... .......... .......... .......... .......... 38% 503K 1s 500K .......... .......... .......... .......... .......... 42% 46.6M 1s 550K .......... .......... .......... .......... .......... 46% 61.6M 1s 600K .......... .......... .......... .......... .......... 50% 30.2M 1s 650K .......... .......... .......... .......... .......... 54% 40.8M 1s 700K .......... .......... .......... .......... .......... 58% 40.4M 0s 750K .......... .......... .......... .......... .......... 62% 66.3M 0s 800K .......... .......... .......... .......... .......... 66% 38.8M 0s 850K .......... .......... .......... .......... .......... 70% 61.2M 0s 900K .......... .......... .......... .......... .......... 73% 543K 0s 950K .......... .......... .......... .......... .......... 77% 42.4M 0s 1000K .......... .......... .......... .......... .......... 81% 51.7M 0s 1050K .......... .......... .......... .......... .......... 85% 90.0M 0s 1100K .......... .......... .......... .......... .......... 89% 65.9M 0s 1150K .......... .......... .......... .......... .......... 93% 72.1M 0s 1200K .......... .......... .......... .......... .......... 97% 62.4M 0s 1250K .......... .......... .......... ..... 100% 73.1M=0.7s 2022-09-10 03:56:19 (1.76 MB/s) - '/home/jenkins/extension.lib.external/mavenant/maven-ant-tasks-2.1.3.jar' saved [1316000/1316000] --2022-09-10 03:56:19-- https://download.jboss.org/wildfly/15.0.1.Final/wildfly-15.0.1.Final.tar.gz Resolving download.jboss.org (download.jboss.org)... 209.148.204.82, 209.148.204.65, 2001:4958:301::b896:60b1, ... Connecting to download.jboss.org (download.jboss.org)|209.148.204.82|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 179449615 (171M) [application/x-gzip] Saving to: '/home/jenkins/extension.lib.external/wildfly-15.0.1.Final.tar.gz' 0K .......... .......... .......... .......... .......... 0% 2.48M 69s 50K .......... .......... .......... .......... .......... 0% 4.05M 56s 100K .......... .......... .......... .......... .......... 0% 5.51M 47s 150K .......... .......... .......... .......... .......... 0% 12.8M 39s 200K .......... .......... .......... .......... .......... 0% 13.9M 34s 250K .......... .......... .......... .......... .......... 0% 13.2M 30s 300K .......... .......... .......... .......... .......... 0% 17.8M 27s 350K .......... .......... .......... .......... .......... 0% 24.6M 25s 400K .......... .......... .......... .......... .......... 0% 26.8M 23s 450K .......... .......... .......... .......... .......... 0% 40.8M 21s 500K .......... .......... .......... .......... .......... 0% 26.2M 19s 550K .......... .......... .......... .......... .......... 0% 31.5M 18s 600K .......... .......... .......... .......... .......... 0% 51.4M 17s 650K .......... .......... .......... .......... .......... 0% 33.1M 16s 700K .......... .......... .......... .......... .......... 0% 41.5M 15s 750K .......... .......... .......... .......... .......... 0% 46.9M 15s 800K .......... .......... .......... .......... .......... 0% 47.8M 14s 850K .......... .......... .......... .......... .......... 0% 46.9M 13s 900K .......... .......... .......... .......... .......... 0% 78.5M 13s 950K .......... .......... .......... .......... .......... 0% 52.9M 12s 1000K .......... .......... .......... .......... .......... 0% 52.9M 12s 1050K .......... .......... .......... .......... .......... 0% 57.5M 12s 1100K .......... .......... .......... .......... .......... 0% 105M 11s 1150K .......... .......... .......... .......... .......... 0% 62.4M 11s 1200K .......... .......... .......... .......... .......... 0% 65.7M 10s 1250K .......... .......... .......... .......... .......... 0% 81.5M 10s 1300K .......... .......... .......... .......... .......... 0% 104M 10s 1350K .......... .......... .......... .......... .......... 0% 79.7M 9s 1400K .......... .......... .......... .......... .......... 0% 84.3M 9s 1450K .......... .......... .......... .......... .......... 0% 115M 9s 1500K .......... .......... .......... .......... .......... 0% 88.7M 9s 1550K .......... .......... .......... .......... .......... 0% 94.1M 9s 1600K .......... .......... .......... .......... .......... 0% 92.8M 8s 1650K .......... .......... .......... .......... .......... 0% 101M 8s 1700K .......... .......... .......... .......... .......... 0% 87.6M 8s 1750K .......... .......... .......... .......... .......... 1% 115M 8s 1800K .......... .......... .......... .......... .......... 1% 95.7M 8s 1850K .......... .......... .......... .......... .......... 1% 109M 7s 1900K .......... .......... .......... .......... .......... 1% 98.3M 7s 1950K .......... .......... .......... .......... .......... 1% 122M 7s 2000K .......... .......... .......... .......... .......... 1% 1.17M 10s 2050K .......... .......... .......... .......... .......... 1% 86.9M 10s 2100K .......... .......... .......... .......... .......... 1% 100M 10s 2150K .......... .......... .......... .......... .......... 1% 90.5M 10s 2200K .......... .......... .......... .......... .......... 1% 86.0M 10s 2250K .......... .......... .......... .......... .......... 1% 98.1M 10s 2300K .......... .......... .......... .......... .......... 1% 130M 9s 2350K .......... .......... .......... .......... .......... 1% 8.81M 10s 2400K .......... .......... .......... .......... .......... 1% 87.1M 9s 2450K .......... .......... .......... .......... .......... 1% 91.6M 9s 2500K .......... .......... .......... .......... .......... 1% 13.4M 9s 2550K .......... .......... .......... .......... .......... 1% 92.7M 9s 2600K .......... .......... .......... .......... .......... 1% 96.0M 9s 2650K .......... .......... .......... .......... .......... 1% 84.7M 9s 2700K .......... .......... .......... .......... .......... 1% 58.0M 9s 2750K .......... .......... .......... .......... .......... 1% 67.9M 9s 2800K .......... .......... .......... .......... .......... 1% 69.1M 9s 2850K .......... .......... .......... .......... .......... 1% 86.4M 8s 2900K .......... .......... .......... .......... .......... 1% 83.6M 8s 2950K .......... .......... .......... .......... .......... 1% 95.9M 8s 3000K .......... .......... .......... .......... .......... 1% 106M 8s 3050K .......... .......... .......... .......... .......... 1% 89.3M 8s 3100K .......... .......... .......... .......... .......... 1% 106M 8s 3150K .......... .......... .......... .......... .......... 1% 123M 8s 3200K .......... .......... .......... .......... .......... 1% 139M 8s 3250K .......... .......... .......... .......... .......... 1% 145M 8s 3300K .......... .......... .......... .......... .......... 1% 87.6M 7s 3350K .......... .......... .......... .......... .......... 1% 88.0M 7s 3400K .......... .......... .......... .......... .......... 1% 92.2M 7s 3450K .......... .......... .......... .......... .......... 1% 102M 7s 3500K .......... .......... .......... .......... .......... 2% 100M 7s 3550K .......... .......... .......... .......... .......... 2% 91.8M 7s 3600K .......... .......... .......... .......... .......... 2% 97.9M 7s 3650K .......... .......... .......... .......... .......... 2% 96.4M 7s 3700K .......... .......... .......... .......... .......... 2% 93.5M 7s 3750K .......... .......... .......... .......... .......... 2% 90.1M 7s 3800K .......... .......... .......... .......... .......... 2% 98.3M 7s 3850K .......... .......... .......... .......... .......... 2% 111M 7s 3900K .......... .......... .......... .......... .......... 2% 103M 7s 3950K .......... .......... .......... .......... .......... 2% 133M 7s 4000K .......... .......... .......... .......... .......... 2% 134M 6s 4050K .......... .......... .......... .......... .......... 2% 1.45M 8s 4100K .......... .......... .......... .......... .......... 2% 87.8M 8s 4150K .......... .......... .......... .......... .......... 2% 13.4M 8s 4200K .......... .......... .......... .......... .......... 2% 83.8M 8s 4250K .......... .......... .......... .......... .......... 2% 102M 8s 4300K .......... .......... .......... .......... .......... 2% 99.9M 8s 4350K .......... .......... .......... .......... .......... 2% 97.9M 7s 4400K .......... .......... .......... .......... .......... 2% 3.85M 8s 4450K .......... .......... .......... .......... .......... 2% 92.2M 8s 4500K .......... .......... .......... .......... .......... 2% 84.3M 8s 4550K .......... .......... .......... .......... .......... 2% 94.3M 8s 4600K .......... .......... .......... .......... .......... 2% 104M 8s 4650K .......... .......... .......... .......... .......... 2% 93.5M 8s 4700K .......... .......... .......... .......... .......... 2% 95.9M 7s 4750K .......... .......... .......... .......... .......... 2% 90.3M 7s 4800K .......... .......... .......... .......... .......... 2% 116M 7s 4850K .......... .......... .......... .......... .......... 2% 89.1M 7s 4900K .......... .......... .......... .......... .......... 2% 93.6M 7s 4950K .......... .......... .......... .......... .......... 2% 87.3M 7s 5000K .......... .......... .......... .......... .......... 2% 102M 7s 5050K .......... .......... .......... .......... .......... 2% 94.0M 7s 5100K .......... .......... .......... .......... .......... 2% 82.6M 7s 5150K .......... .......... .......... .......... .......... 2% 109M 7s 5200K .......... .......... .......... .......... .......... 2% 114M 7s 5250K .......... .......... .......... .......... .......... 3% 78.7M 7s 5300K .......... .......... .......... .......... .......... 3% 78.3M 7s 5350K .......... .......... .......... .......... .......... 3% 107M 7s 5400K .......... .......... .......... .......... .......... 3% 83.6M 7s 5450K .......... .......... .......... .......... .......... 3% 108M 7s 5500K .......... .......... .......... .......... .......... 3% 89.1M 7s 5550K .......... .......... .......... .......... .......... 3% 96.6M 7s 5600K .......... .......... .......... .......... .......... 3% 93.0M 7s 5650K .......... .......... .......... .......... .......... 3% 105M 6s 5700K .......... .......... .......... .......... .......... 3% 102M 6s 5750K .......... .......... .......... .......... .......... 3% 95.5M 6s 5800K .......... .......... .......... .......... .......... 3% 95.2M 6s 5850K .......... .......... .......... .......... .......... 3% 119M 6s 5900K .......... .......... .......... .......... .......... 3% 135M 6s 5950K .......... .......... .......... .......... .......... 3% 115M 6s 6000K .......... .......... .......... .......... .......... 3% 145M 6s 6050K .......... .......... .......... .......... .......... 3% 138M 6s 6100K .......... .......... .......... .......... .......... 3% 1.64M 7s 6150K .......... .......... .......... .......... .......... 3% 70.9M 7s 6200K .......... .......... .......... .......... .......... 3% 74.2M 7s 6250K .......... .......... .......... .......... .......... 3% 94.6M 7s 6300K .......... .......... .......... .......... .......... 3% 115M 7s 6350K .......... .......... .......... .......... .......... 3% 50.7M 7s 6400K .......... .......... .......... .......... .......... 3% 99.7M 7s 6450K .......... .......... .......... .......... .......... 3% 105M 7s 6500K .......... .......... .......... .......... .......... 3% 80.8M 7s 6550K .......... .......... .......... .......... .......... 3% 98.0M 7s 6600K .......... .......... .......... .......... .......... 3% 99.9M 7s 6650K .......... .......... .......... .......... .......... 3% 111M 6s 6700K .......... .......... .......... .......... .......... 3% 6.64M 7s 6750K .......... .......... .......... .......... .......... 3% 91.9M 7s 6800K .......... .......... .......... .......... .......... 3% 96.1M 7s 6850K .......... .......... .......... .......... .......... 3% 77.8M 7s 6900K .......... .......... .......... .......... .......... 3% 96.8M 6s 6950K .......... .......... .......... .......... .......... 3% 96.0M 6s 7000K .......... .......... .......... .......... .......... 4% 106M 6s 7050K .......... .......... .......... .......... .......... 4% 82.3M 6s 7100K .......... .......... .......... .......... .......... 4% 113M 6s 7150K .......... .......... .......... .......... .......... 4% 91.8M 6s 7200K .......... .......... .......... .......... .......... 4% 99.0M 6s 7250K .......... .......... .......... .......... .......... 4% 80.3M 6s 7300K .......... .......... .......... .......... .......... 4% 110M 6s 7350K .......... .......... .......... .......... .......... 4% 125M 6s 7400K .......... .......... .......... .......... .......... 4% 145M 6s 7450K .......... .......... .......... .......... .......... 4% 12.6M 6s 7500K .......... .......... .......... .......... .......... 4% 97.3M 6s 7550K .......... .......... .......... .......... .......... 4% 85.7M 6s 7600K .......... .......... .......... .......... .......... 4% 96.2M 6s 7650K .......... .......... .......... .......... .......... 4% 90.6M 6s 7700K .......... .......... .......... .......... .......... 4% 93.9M 6s 7750K .......... .......... .......... .......... .......... 4% 75.0M 6s 7800K .......... .......... .......... .......... .......... 4% 88.2M 6s 7850K .......... .......... .......... .......... .......... 4% 105M 6s 7900K .......... .......... .......... .......... .......... 4% 94.0M 6s 7950K .......... .......... .......... .......... .......... 4% 82.7M 6s 8000K .......... .......... .......... .......... .......... 4% 103M 6s 8050K .......... .......... .......... .......... .......... 4% 130M 6s 8100K .......... .......... .......... .......... .......... 4% 133M 6s 8150K .......... .......... .......... .......... .......... 4% 1.21M 7s 8200K .......... .......... .......... .......... .......... 4% 76.3M 7s 8250K .......... .......... .......... .......... .......... 4% 97.9M 7s 8300K .......... .......... .......... .......... .......... 4% 91.8M 6s 8350K .......... .......... .......... .......... .......... 4% 93.2M 6s 8400K .......... .......... .......... .......... .......... 4% 73.5M 6s 8450K .......... .......... .......... .......... .......... 4% 92.4M 6s 8500K .......... .......... .......... .......... .......... 4% 96.4M 6s 8550K .......... .......... .......... .......... .......... 4% 97.8M 6s 8600K .......... .......... .......... .......... .......... 4% 77.0M 6s 8650K .......... .......... .......... .......... .......... 4% 105M 6s 8700K .......... .......... .......... .......... .......... 4% 118M 6s 8750K .......... .......... .......... .......... .......... 5% 4.83M 6s 8800K .......... .......... .......... .......... .......... 5% 95.7M 6s 8850K .......... .......... .......... .......... .......... 5% 76.7M 6s 8900K .......... .......... .......... .......... .......... 5% 94.8M 6s 8950K .......... .......... .......... .......... .......... 5% 84.7M 6s 9000K .......... .......... .......... .......... .......... 5% 100M 6s 9050K .......... .......... .......... .......... .......... 5% 83.8M 6s 9100K .......... .......... .......... .......... .......... 5% 95.4M 6s 9150K .......... .......... .......... .......... .......... 5% 110M 6s 9200K .......... .......... .......... .......... .......... 5% 99.9M 6s 9250K .......... .......... .......... .......... .......... 5% 87.3M 6s 9300K .......... .......... .......... .......... .......... 5% 100M 6s 9350K .......... .......... .......... .......... .......... 5% 97.6M 6s 9400K .......... .......... .......... .......... .......... 5% 101M 6s 9450K .......... .......... .......... .......... .......... 5% 80.2M 6s 9500K .......... .......... .......... .......... .......... 5% 101M 6s 9550K .......... .......... .......... .......... .......... 5% 97.2M 6s 9600K .......... .......... .......... .......... .......... 5% 120M 6s 9650K .......... .......... .......... .......... .......... 5% 130M 6s 9700K .......... .......... .......... .......... .......... 5% 148M 6s 9750K .......... .......... .......... .......... .......... 5% 11.2M 6s 9800K .......... .......... .......... .......... .......... 5% 86.2M 6s 9850K .......... .......... .......... .......... .......... 5% 89.2M 6s 9900K .......... .......... .......... .......... .......... 5% 87.2M 6s 9950K .......... .......... .......... .......... .......... 5% 88.9M 6s 10000K .......... .......... .......... .......... .......... 5% 88.2M 6s 10050K .......... .......... .......... .......... .......... 5% 86.4M 6s 10100K .......... .......... .......... .......... .......... 5% 94.1M 6s 10150K .......... .......... .......... .......... .......... 5% 119M 6s 10200K .......... .......... .......... .......... .......... 5% 1.39M 6s 10250K .......... .......... .......... .......... .......... 5% 114M 6s 10300K .......... .......... .......... .......... .......... 5% 18.2M 6s 10350K .......... .......... .......... .......... .......... 5% 76.5M 6s 10400K .......... .......... .......... .......... .......... 5% 104M 6s 10450K .......... .......... .......... .......... .......... 5% 102M 6s 10500K .......... .......... .......... .......... .......... 6% 150M 6s 10550K .......... .......... .......... .......... .......... 6% 20.9M 6s 10600K .......... .......... .......... .......... .......... 6% 93.0M 6s 10650K .......... .......... .......... .......... .......... 6% 97.5M 6s 10700K .......... .......... .......... .......... .......... 6% 81.2M 6s 10750K .......... .......... .......... .......... .......... 6% 124M 6s 10800K .......... .......... .......... .......... .......... 6% 18.1M 6s 10850K .......... .......... .......... .......... .......... 6% 78.1M 6s 10900K .......... .......... .......... .......... .......... 6% 87.7M 6s 10950K .......... .......... .......... .......... .......... 6% 88.3M 6s 11000K .......... .......... .......... .......... .......... 6% 128M 6s 11050K .......... .......... .......... .......... .......... 6% 2.56M 6s 11100K .......... .......... .......... .......... .......... 6% 88.0M 6s 11150K .......... .......... .......... .......... .......... 6% 99.4M 6s 11200K .......... .......... .......... .......... .......... 6% 95.1M 6s 11250K .......... .......... .......... .......... .......... 6% 89.3M 6s 11300K .......... .......... .......... .......... .......... 6% 95.5M 6s 11350K .......... .......... .......... .......... .......... 6% 105M 6s 11400K .......... .......... .......... .......... .......... 6% 102M 6s 11450K .......... .......... .......... .......... .......... 6% 97.1M 6s 11500K .......... .......... .......... .......... .......... 6% 102M 6s 11550K .......... .......... .......... .......... .......... 6% 101M 6s 11600K .......... .......... .......... .......... .......... 6% 114M 6s 11650K .......... .......... .......... .......... .......... 6% 92.2M 6s 11700K .......... .......... .......... .......... .......... 6% 111M 6s 11750K .......... .......... .......... .......... .......... 6% 97.6M 6s 11800K .......... .......... .......... .......... .......... 6% 115M 6s 11850K .......... .......... .......... .......... .......... 6% 81.1M 6s 11900K .......... .......... .......... .......... .......... 6% 109M 6s 11950K .......... .......... .......... .......... .......... 6% 101M 6s 12000K .......... .......... .......... .......... .......... 6% 110M 6s 12050K .......... .......... .......... .......... .......... 6% 85.3M 6s 12100K .......... .......... .......... .......... .......... 6% 116M 6s 12150K .......... .......... .......... .......... .......... 6% 135M 6s 12200K .......... .......... .......... .......... .......... 6% 145M 6s 12250K .......... .......... .......... .......... .......... 7% 1.37M 6s 12300K .......... .......... .......... .......... .......... 7% 75.8M 6s 12350K .......... .......... .......... .......... .......... 7% 79.9M 6s 12400K .......... .......... .......... .......... .......... 7% 78.2M 6s 12450K .......... .......... .......... .......... .......... 7% 97.9M 6s 12500K .......... .......... .......... .......... .......... 7% 105M 6s 12550K .......... .......... .......... .......... .......... 7% 99.5M 6s 12600K .......... .......... .......... .......... .......... 7% 77.8M 6s 12650K .......... .......... .......... .......... .......... 7% 115M 6s 12700K .......... .......... .......... .......... .......... 7% 85.3M 6s 12750K .......... .......... .......... .......... .......... 7% 119M 6s 12800K .......... .......... .......... .......... .......... 7% 135M 6s 12850K .......... .......... .......... .......... .......... 7% 44.1M 6s 12900K .......... .......... .......... .......... .......... 7% 93.5M 6s 12950K .......... .......... .......... .......... .......... 7% 91.2M 6s 13000K .......... .......... .......... .......... .......... 7% 95.4M 6s 13050K .......... .......... .......... .......... .......... 7% 107M 6s 13100K .......... .......... .......... .......... .......... 7% 10.1M 6s 13150K .......... .......... .......... .......... .......... 7% 87.7M 6s 13200K .......... .......... .......... .......... .......... 7% 95.1M 6s 13250K .......... .......... .......... .......... .......... 7% 76.7M 6s 13300K .......... .......... .......... .......... .......... 7% 96.3M 6s 13350K .......... .......... .......... .......... .......... 7% 103M 6s 13400K .......... .......... .......... .......... .......... 7% 89.9M 6s 13450K .......... .......... .......... .......... .......... 7% 95.1M 6s 13500K .......... .......... .......... .......... .......... 7% 92.3M 6s 13550K .......... .......... .......... .......... .......... 7% 91.4M 6s 13600K .......... .......... .......... .......... .......... 7% 86.9M 6s 13650K .......... .......... .......... .......... .......... 7% 99.9M 6s 13700K .......... .......... .......... .......... .......... 7% 93.4M 6s 13750K .......... .......... .......... .......... .......... 7% 84.3M 6s 13800K .......... .......... .......... .......... .......... 7% 82.2M 6s 13850K .......... .......... .......... .......... .......... 7% 107M 6s 13900K .......... .......... .......... .......... .......... 7% 93.0M 6s 13950K .......... .......... .......... .......... .......... 7% 144M 6s 14000K .......... .......... .......... .......... .......... 8% 128M 6s 14050K .......... .......... .......... .......... .......... 8% 142M 6s 14100K .......... .......... .......... .......... .......... 8% 10.7M 6s 14150K .......... .......... .......... .......... .......... 8% 93.2M 6s 14200K .......... .......... .......... .......... .......... 8% 90.7M 6s 14250K .......... .......... .......... .......... .......... 8% 101M 6s 14300K .......... .......... .......... .......... .......... 8% 1.15M 6s 14350K .......... .......... .......... .......... .......... 8% 85.2M 6s 14400K .......... .......... .......... .......... .......... 8% 70.0M 6s 14450K .......... .......... .......... .......... .......... 8% 95.4M 6s 14500K .......... .......... .......... .......... .......... 8% 94.5M 6s 14550K .......... .......... .......... .......... .......... 8% 83.5M 6s 14600K .......... .......... .......... .......... .......... 8% 86.6M 6s 14650K .......... .......... .......... .......... .......... 8% 102M 6s 14700K .......... .......... .......... .......... .......... 8% 90.0M 6s 14750K .......... .......... .......... .......... .......... 8% 119M 6s 14800K .......... .......... .......... .......... .......... 8% 144M 6s 14850K .......... .......... .......... .......... .......... 8% 146M 6s 14900K .......... .......... .......... .......... .......... 8% 6.15M 6s 14950K .......... .......... .......... .......... .......... 8% 88.6M 6s 15000K .......... .......... .......... .......... .......... 8% 94.6M 6s 15050K .......... .......... .......... .......... .......... 8% 75.5M 6s 15100K .......... .......... .......... .......... .......... 8% 99.6M 6s 15150K .......... .......... .......... .......... .......... 8% 82.8M 6s 15200K .......... .......... .......... .......... .......... 8% 101M 6s 15250K .......... .......... .......... .......... .......... 8% 79.5M 6s 15300K .......... .......... .......... .......... .......... 8% 132M 6s 15350K .......... .......... .......... .......... .......... 8% 125M 6s 15400K .......... .......... .......... .......... .......... 8% 21.8M 6s 15450K .......... .......... .......... .......... .......... 8% 90.1M 6s 15500K .......... .......... .......... .......... .......... 8% 106M 6s 15550K .......... .......... .......... .......... .......... 8% 92.7M 6s 15600K .......... .......... .......... .......... .......... 8% 98.5M 6s 15650K .......... .......... .......... .......... .......... 8% 12.0M 6s 15700K .......... .......... .......... .......... .......... 8% 90.7M 6s 15750K .......... .......... .......... .......... .......... 9% 81.2M 6s 15800K .......... .......... .......... .......... .......... 9% 86.5M 6s 15850K .......... .......... .......... .......... .......... 9% 129M 6s 15900K .......... .......... .......... .......... .......... 9% 9.07M 6s 15950K .......... .......... .......... .......... .......... 9% 99.6M 6s 16000K .......... .......... .......... .......... .......... 9% 91.9M 6s 16050K .......... .......... .......... .......... .......... 9% 98.5M 6s 16100K .......... .......... .......... .......... .......... 9% 92.8M 6s 16150K .......... .......... .......... .......... .......... 9% 22.0M 6s 16200K .......... .......... .......... .......... .......... 9% 93.3M 6s 16250K .......... .......... .......... .......... .......... 9% 93.1M 6s 16300K .......... .......... .......... .......... .......... 9% 104M 6s 16350K .......... .......... .......... .......... .......... 9% 1.39M 6s 16400K .......... .......... .......... .......... .......... 9% 12.7M 6s 16450K .......... .......... .......... .......... .......... 9% 96.8M 6s 16500K .......... .......... .......... .......... .......... 9% 62.1M 6s 16550K .......... .......... .......... .......... .......... 9% 73.5M 6s 16600K .......... .......... .......... .......... .......... 9% 88.5M 6s 16650K .......... .......... .......... .......... .......... 9% 150M 6s 16700K .......... .......... .......... .......... .......... 9% 4.23M 6s 16750K .......... .......... .......... .......... .......... 9% 97.7M 6s 16800K .......... .......... .......... .......... .......... 9% 80.0M 6s 16850K .......... .......... .......... .......... .......... 9% 108M 6s 16900K .......... .......... .......... .......... .......... 9% 82.9M 6s 16950K .......... .......... .......... .......... .......... 9% 103M 6s 17000K .......... .......... .......... .......... .......... 9% 96.6M 6s 17050K .......... .......... .......... .......... .......... 9% 108M 6s 17100K .......... .......... .......... .......... .......... 9% 83.7M 6s 17150K .......... .......... .......... .......... .......... 9% 105M 6s 17200K .......... .......... .......... .......... .......... 9% 90.4M 6s 17250K .......... .......... .......... .......... .......... 9% 105M 6s 17300K .......... .......... .......... .......... .......... 9% 90.1M 6s 17350K .......... .......... .......... .......... .......... 9% 139M 6s 17400K .......... .......... .......... .......... .......... 9% 131M 6s 17450K .......... .......... .......... .......... .......... 9% 8.52M 6s 17500K .......... .......... .......... .......... .......... 10% 64.8M 6s 17550K .......... .......... .......... .......... .......... 10% 67.1M 6s 17600K .......... .......... .......... .......... .......... 10% 55.2M 6s 17650K .......... .......... .......... .......... .......... 10% 70.9M 6s 17700K .......... .......... .......... .......... .......... 10% 66.2M 6s 17750K .......... .......... .......... .......... .......... 10% 66.4M 6s 17800K .......... .......... .......... .......... .......... 10% 64.0M 6s 17850K .......... .......... .......... .......... .......... 10% 77.5M 6s 17900K .......... .......... .......... .......... .......... 10% 69.6M 6s 17950K .......... .......... .......... .......... .......... 10% 66.8M 6s 18000K .......... .......... .......... .......... .......... 10% 65.5M 6s 18050K .......... .......... .......... .......... .......... 10% 81.0M 6s 18100K .......... .......... .......... .......... .......... 10% 80.9M 6s 18150K .......... .......... .......... .......... .......... 10% 88.6M 6s 18200K .......... .......... .......... .......... .......... 10% 65.2M 6s 18250K .......... .......... .......... .......... .......... 10% 90.6M 6s 18300K .......... .......... .......... .......... .......... 10% 79.7M 6s 18350K .......... .......... .......... .......... .......... 10% 80.3M 6s 18400K .......... .......... .......... .......... .......... 10% 1.60M 6s 18450K .......... .......... .......... .......... .......... 10% 88.3M 6s 18500K .......... .......... .......... .......... .......... 10% 104M 6s 18550K .......... .......... .......... .......... .......... 10% 99.1M 6s 18600K .......... .......... .......... .......... .......... 10% 77.4M 6s 18650K .......... .......... .......... .......... .......... 10% 93.2M 6s 18700K .......... .......... .......... .......... .......... 10% 12.7M 6s 18750K .......... .......... .......... .......... .......... 10% 97.3M 6s 18800K .......... .......... .......... .......... .......... 10% 85.8M 6s 18850K .......... .......... .......... .......... .......... 10% 94.1M 6s 18900K .......... .......... .......... .......... .......... 10% 75.4M 6s 18950K .......... .......... .......... .......... .......... 10% 93.3M 6s 19000K .......... .......... .......... .......... .......... 10% 99.4M 6s 19050K .......... .......... .......... .......... .......... 10% 92.4M 6s 19100K .......... .......... .......... .......... .......... 10% 86.0M 6s 19150K .......... .......... .......... .......... .......... 10% 134M 6s 19200K .......... .......... .......... .......... .......... 10% 138M 6s 19250K .......... .......... .......... .......... .......... 11% 5.02M 6s 19300K .......... .......... .......... .......... .......... 11% 100M 6s 19350K .......... .......... .......... .......... .......... 11% 78.2M 6s 19400K .......... .......... .......... .......... .......... 11% 93.0M 6s 19450K .......... .......... .......... .......... .......... 11% 77.7M 6s 19500K .......... .......... .......... .......... .......... 11% 95.8M 6s 19550K .......... .......... .......... .......... .......... 11% 82.2M 6s 19600K .......... .......... .......... .......... .......... 11% 90.6M 6s 19650K .......... .......... .......... .......... .......... 11% 114M 6s 19700K .......... .......... .......... .......... .......... 11% 145M 6s 19750K .......... .......... .......... .......... .......... 11% 30.3M 6s 19800K .......... .......... .......... .......... .......... 11% 96.4M 6s 19850K .......... .......... .......... .......... .......... 11% 85.7M 6s 19900K .......... .......... .......... .......... .......... 11% 97.5M 6s 19950K .......... .......... .......... .......... .......... 11% 75.8M 6s 20000K .......... .......... .......... .......... .......... 11% 85.3M 6s 20050K .......... .......... .......... .......... .......... 11% 112M 6s 20100K .......... .......... .......... .......... .......... 11% 88.6M 6s 20150K .......... .......... .......... .......... .......... 11% 101M 6s 20200K .......... .......... .......... .......... .......... 11% 101M 6s 20250K .......... .......... .......... .......... .......... 11% 108M 6s 20300K .......... .......... .......... .......... .......... 11% 103M 6s 20350K .......... .......... .......... .......... .......... 11% 116M 6s 20400K .......... .......... .......... .......... .......... 11% 147M 5s 20450K .......... .......... .......... .......... .......... 11% 1.23M 6s 20500K .......... .......... .......... .......... .......... 11% 86.4M 6s 20550K .......... .......... .......... .......... .......... 11% 91.1M 6s 20600K .......... .......... .......... .......... .......... 11% 77.6M 6s 20650K .......... .......... .......... .......... .......... 11% 101M 6s 20700K .......... .......... .......... .......... .......... 11% 90.3M 6s 20750K .......... .......... .......... .......... .......... 11% 94.7M 6s 20800K .......... .......... .......... .......... .......... 11% 76.2M 6s 20850K .......... .......... .......... .......... .......... 11% 88.1M 6s 20900K .......... .......... .......... .......... .......... 11% 93.3M 6s 20950K .......... .......... .......... .......... .......... 11% 70.9M 6s 21000K .......... .......... .......... .......... .......... 12% 109M 6s 21050K .......... .......... .......... .......... .......... 12% 7.33M 6s 21100K .......... .......... .......... .......... .......... 12% 79.5M 6s 21150K .......... .......... .......... .......... .......... 12% 70.5M 6s 21200K .......... .......... .......... .......... .......... 12% 75.5M 6s 21250K .......... .......... .......... .......... .......... 12% 70.8M 6s 21300K .......... .......... .......... .......... .......... 12% 79.9M 6s 21350K .......... .......... .......... .......... .......... 12% 74.0M 6s 21400K .......... .......... .......... .......... .......... 12% 79.2M 6s 21450K .......... .......... .......... .......... .......... 12% 63.6M 6s 21500K .......... .......... .......... .......... .......... 12% 81.5M 6s 21550K .......... .......... .......... .......... .......... 12% 115M 6s 21600K .......... .......... .......... .......... .......... 12% 79.7M 6s 21650K .......... .......... .......... .......... .......... 12% 105M 6s 21700K .......... .......... .......... .......... .......... 12% 85.8M 6s 21750K .......... .......... .......... .......... .......... 12% 83.1M 6s 21800K .......... .......... .......... .......... .......... 12% 75.3M 6s 21850K .......... .......... .......... .......... .......... 12% 82.3M 6s 21900K .......... .......... .......... .......... .......... 12% 101M 6s 21950K .......... .......... .......... .......... .......... 12% 82.4M 6s 22000K .......... .......... .......... .......... .......... 12% 106M 5s 22050K .......... .......... .......... .......... .......... 12% 5.52M 6s 22100K .......... .......... .......... .......... .......... 12% 53.8M 6s 22150K .......... .......... .......... .......... .......... 12% 67.8M 6s 22200K .......... .......... .......... .......... .......... 12% 65.8M 6s 22250K .......... .......... .......... .......... .......... 12% 64.1M 6s 22300K .......... .......... .......... .......... .......... 12% 53.7M 5s 22350K .......... .......... .......... .......... .......... 12% 74.5M 5s 22400K .......... .......... .......... .......... .......... 12% 86.2M 5s 22450K .......... .......... .......... .......... .......... 12% 75.9M 5s 22500K .......... .......... .......... .......... .......... 12% 1.25M 6s 22550K .......... .......... .......... .......... .......... 12% 5.09M 6s 22600K .......... .......... .......... .......... .......... 12% 38.7M 6s 22650K .......... .......... .......... .......... .......... 12% 52.9M 6s 22700K .......... .......... .......... .......... .......... 12% 92.2M 6s 22750K .......... .......... .......... .......... .......... 13% 67.4M 6s 22800K .......... .......... .......... .......... .......... 13% 25.6M 6s 22850K .......... .......... .......... .......... .......... 13% 100M 6s 22900K .......... .......... .......... .......... .......... 13% 67.8M 6s 22950K .......... .......... .......... .......... .......... 13% 80.8M 6s 23000K .......... .......... .......... .......... .......... 13% 95.9M 6s 23050K .......... .......... .......... .......... .......... 13% 71.2M 6s 23100K .......... .......... .......... .......... .......... 13% 88.1M 6s 23150K .......... .......... .......... .......... .......... 13% 78.0M 6s 23200K .......... .......... .......... .......... .......... 13% 142M 6s 23250K .......... .......... .......... .......... .......... 13% 102M 6s 23300K .......... .......... .......... .......... .......... 13% 87.8M 6s 23350K .......... .......... .......... .......... .......... 13% 126M 6s 23400K .......... .......... .......... .......... .......... 13% 14.4M 6s 23450K .......... .......... .......... .......... .......... 13% 65.9M 6s 23500K .......... .......... .......... .......... .......... 13% 82.6M 6s 23550K .......... .......... .......... .......... .......... 13% 76.5M 6s 23600K .......... .......... .......... .......... .......... 13% 80.4M 6s 23650K .......... .......... .......... .......... .......... 13% 66.2M 6s 23700K .......... .......... .......... .......... .......... 13% 74.9M 6s 23750K .......... .......... .......... .......... .......... 13% 79.4M 6s 23800K .......... .......... .......... .......... .......... 13% 76.2M 6s 23850K .......... .......... .......... .......... .......... 13% 84.1M 6s 23900K .......... .......... .......... .......... .......... 13% 79.7M 6s 23950K .......... .......... .......... .......... .......... 13% 77.3M 6s 24000K .......... .......... .......... .......... .......... 13% 82.3M 6s 24050K .......... .......... .......... .......... .......... 13% 73.0M 5s 24100K .......... .......... .......... .......... .......... 13% 80.7M 5s 24150K .......... .......... .......... .......... .......... 13% 83.3M 5s 24200K .......... .......... .......... .......... .......... 13% 109M 5s 24250K .......... .......... .......... .......... .......... 13% 136M 5s 24300K .......... .......... .......... .......... .......... 13% 114M 5s 24350K .......... .......... .......... .......... .......... 13% 142M 5s 24400K .......... .......... .......... .......... .......... 13% 130M 5s 24450K .......... .......... .......... .......... .......... 13% 141M 5s 24500K .......... .......... .......... .......... .......... 14% 128M 5s 24550K .......... .......... .......... .......... .......... 14% 1.38M 6s 24600K .......... .......... .......... .......... .......... 14% 62.7M 6s 24650K .......... .......... .......... .......... .......... 14% 75.8M 6s 24700K .......... .......... .......... .......... .......... 14% 81.9M 6s 24750K .......... .......... .......... .......... .......... 14% 87.2M 6s 24800K .......... .......... .......... .......... .......... 14% 74.4M 6s 24850K .......... .......... .......... .......... .......... 14% 82.5M 6s 24900K .......... .......... .......... .......... .......... 14% 114M 6s 24950K .......... .......... .......... .......... .......... 14% 133M 6s 25000K .......... .......... .......... .......... .......... 14% 67.5M 6s 25050K .......... .......... .......... .......... .......... 14% 72.8M 6s 25100K .......... .......... .......... .......... .......... 14% 66.6M 6s 25150K .......... .......... .......... .......... .......... 14% 78.7M 5s 25200K .......... .......... .......... .......... .......... 14% 77.4M 5s 25250K .......... .......... .......... .......... .......... 14% 108M 5s 25300K .......... .......... .......... .......... .......... 14% 114M 5s 25350K .......... .......... .......... .......... .......... 14% 147M 5s 25400K .......... .......... .......... .......... .......... 14% 20.8M 5s 25450K .......... .......... .......... .......... .......... 14% 68.3M 5s 25500K .......... .......... .......... .......... .......... 14% 71.3M 5s 25550K .......... .......... .......... .......... .......... 14% 86.5M 5s 25600K .......... .......... .......... .......... .......... 14% 79.9M 5s 25650K .......... .......... .......... .......... .......... 14% 66.6M 5s 25700K .......... .......... .......... .......... .......... 14% 90.5M 5s 25750K .......... .......... .......... .......... .......... 14% 125M 5s 25800K .......... .......... .......... .......... .......... 14% 144M 5s 25850K .......... .......... .......... .......... .......... 14% 122M 5s 25900K .......... .......... .......... .......... .......... 14% 12.6M 5s 25950K .......... .......... .......... .......... .......... 14% 77.2M 5s 26000K .......... .......... .......... .......... .......... 14% 23.2M 5s 26050K .......... .......... .......... .......... .......... 14% 78.9M 5s 26100K .......... .......... .......... .......... .......... 14% 88.8M 5s 26150K .......... .......... .......... .......... .......... 14% 78.6M 5s 26200K .......... .......... .......... .......... .......... 14% 93.8M 5s 26250K .......... .......... .......... .......... .......... 15% 90.4M 5s 26300K .......... .......... .......... .......... .......... 15% 100M 5s 26350K .......... .......... .......... .......... .......... 15% 76.0M 5s 26400K .......... .......... .......... .......... .......... 15% 93.1M 5s 26450K .......... .......... .......... .......... .......... 15% 106M 5s 26500K .......... .......... .......... .......... .......... 15% 146M 5s 26550K .......... .......... .......... .......... .......... 15% 129M 5s 26600K .......... .......... .......... .......... .......... 15% 1.04M 6s 26650K .......... .......... .......... .......... .......... 15% 83.0M 6s 26700K .......... .......... .......... .......... .......... 15% 81.8M 6s 26750K .......... .......... .......... .......... .......... 15% 91.2M 6s 26800K .......... .......... .......... .......... .......... 15% 87.2M 5s 26850K .......... .......... .......... .......... .......... 15% 106M 5s 26900K .......... .......... .......... .......... .......... 15% 134M 5s 26950K .......... .......... .......... .......... .......... 15% 17.3M 5s 27000K .......... .......... .......... .......... .......... 15% 74.1M 5s 27050K .......... .......... .......... .......... .......... 15% 87.8M 5s 27100K .......... .......... .......... .......... .......... 15% 107M 5s 27150K .......... .......... .......... .......... .......... 15% 80.2M 5s 27200K .......... .......... .......... .......... .......... 15% 79.3M 5s 27250K .......... .......... .......... .......... .......... 15% 87.8M 5s 27300K .......... .......... .......... .......... .......... 15% 86.7M 5s 27350K .......... .......... .......... .......... .......... 15% 87.5M 5s 27400K .......... .......... .......... .......... .......... 15% 74.2M 5s 27450K .......... .......... .......... .......... .......... 15% 86.8M 5s 27500K .......... .......... .......... .......... .......... 15% 85.4M 5s 27550K .......... .......... .......... .......... .......... 15% 84.8M 5s 27600K .......... .......... .......... .......... .......... 15% 75.4M 5s 27650K .......... .......... .......... .......... .......... 15% 84.0M 5s 27700K .......... .......... .......... .......... .......... 15% 125M 5s 27750K .......... .......... .......... .......... .......... 15% 126M 5s 27800K .......... .......... .......... .......... .......... 15% 128M 5s 27850K .......... .......... .......... .......... .......... 15% 140M 5s 27900K .......... .......... .......... .......... .......... 15% 121M 5s 27950K .......... .......... .......... .......... .......... 15% 8.93M 5s 28000K .......... .......... .......... .......... .......... 16% 70.4M 5s 28050K .......... .......... .......... .......... .......... 16% 88.7M 5s 28100K .......... .......... .......... .......... .......... 16% 84.2M 5s 28150K .......... .......... .......... .......... .......... 16% 69.5M 5s 28200K .......... .......... .......... .......... .......... 16% 90.1M 5s 28250K .......... .......... .......... .......... .......... 16% 74.1M 5s 28300K .......... .......... .......... .......... .......... 16% 88.6M 5s 28350K .......... .......... .......... .......... .......... 16% 65.6M 5s 28400K .......... .......... .......... .......... .......... 16% 91.9M 5s 28450K .......... .......... .......... .......... .......... 16% 131M 5s 28500K .......... .......... .......... .......... .......... 16% 146M 5s 28550K .......... .......... .......... .......... .......... 16% 109M 5s 28600K .......... .......... .......... .......... .......... 16% 147M 5s 28650K .......... .......... .......... .......... .......... 16% 797K 6s 28700K .......... .......... .......... .......... .......... 16% 69.3M 6s 28750K .......... .......... .......... .......... .......... 16% 76.3M 6s 28800K .......... .......... .......... .......... .......... 16% 76.7M 6s 28850K .......... .......... .......... .......... .......... 16% 74.8M 5s 28900K .......... .......... .......... .......... .......... 16% 80.1M 5s 28950K .......... .......... .......... .......... .......... 16% 76.2M 5s 29000K .......... .......... .......... .......... .......... 16% 80.0M 5s 29050K .......... .......... .......... .......... .......... 16% 88.6M 5s 29100K .......... .......... .......... .......... .......... 16% 87.1M 5s 29150K .......... .......... .......... .......... .......... 16% 89.3M 5s 29200K .......... .......... .......... .......... .......... 16% 72.7M 5s 29250K .......... .......... .......... .......... .......... 16% 91.6M 5s 29300K .......... .......... .......... .......... .......... 16% 88.5M 5s 29350K .......... .......... .......... .......... .......... 16% 106M 5s 29400K .......... .......... .......... .......... .......... 16% 72.9M 5s 29450K .......... .......... .......... .......... .......... 16% 92.1M 5s 29500K .......... .......... .......... .......... .......... 16% 101M 5s 29550K .......... .......... .......... .......... .......... 16% 83.9M 5s 29600K .......... .......... .......... .......... .......... 16% 78.7M 5s 29650K .......... .......... .......... .......... .......... 16% 85.4M 5s 29700K .......... .......... .......... .......... .......... 16% 91.3M 5s 29750K .......... .......... .......... .......... .......... 17% 87.4M 5s 29800K .......... .......... .......... .......... .......... 17% 72.3M 5s 29850K .......... .......... .......... .......... .......... 17% 100M 5s 29900K .......... .......... .......... .......... .......... 17% 92.4M 5s 29950K .......... .......... .......... .......... .......... 17% 90.7M 5s 30000K .......... .......... .......... .......... .......... 17% 83.4M 5s 30050K .......... .......... .......... .......... .......... 17% 74.6M 5s 30100K .......... .......... .......... .......... .......... 17% 79.2M 5s 30150K .......... .......... .......... .......... .......... 17% 74.8M 5s 30200K .......... .......... .......... .......... .......... 17% 81.1M 5s 30250K .......... .......... .......... .......... .......... 17% 127M 5s 30300K .......... .......... .......... .......... .......... 17% 129M 5s 30350K .......... .......... .......... .......... .......... 17% 135M 5s 30400K .......... .......... .......... .......... .......... 17% 86.7M 5s 30450K .......... .......... .......... .......... .......... 17% 98.2M 5s 30500K .......... .......... .......... .......... .......... 17% 98.1M 5s 30550K .......... .......... .......... .......... .......... 17% 135M 5s 30600K .......... .......... .......... .......... .......... 17% 127M 5s 30650K .......... .......... .......... .......... .......... 17% 142M 5s 30700K .......... .......... .......... .......... .......... 17% 1.11M 5s 30750K .......... .......... .......... .......... .......... 17% 72.7M 5s 30800K .......... .......... .......... .......... .......... 17% 78.8M 5s 30850K .......... .......... .......... .......... .......... 17% 75.4M 5s 30900K .......... .......... .......... .......... .......... 17% 90.0M 5s 30950K .......... .......... .......... .......... .......... 17% 84.6M 5s 31000K .......... .......... .......... .......... .......... 17% 72.0M 5s 31050K .......... .......... .......... .......... .......... 17% 94.4M 5s 31100K .......... .......... .......... .......... .......... 17% 85.5M 5s 31150K .......... .......... .......... .......... .......... 17% 98.4M 5s 31200K .......... .......... .......... .......... .......... 17% 70.3M 5s 31250K .......... .......... .......... .......... .......... 17% 91.3M 5s 31300K .......... .......... .......... .......... .......... 17% 80.0M 5s 31350K .......... .......... .......... .......... .......... 17% 70.0M 5s 31400K .......... .......... .......... .......... .......... 17% 74.8M 5s 31450K .......... .......... .......... .......... .......... 17% 84.5M 5s 31500K .......... .......... .......... .......... .......... 18% 71.5M 5s 31550K .......... .......... .......... .......... .......... 18% 102M 5s 31600K .......... .......... .......... .......... .......... 18% 77.6M 5s 31650K .......... .......... .......... .......... .......... 18% 80.2M 5s 31700K .......... .......... .......... .......... .......... 18% 82.9M 5s 31750K .......... .......... .......... .......... .......... 18% 90.0M 5s 31800K .......... .......... .......... .......... .......... 18% 88.8M 5s 31850K .......... .......... .......... .......... .......... 18% 89.6M 5s 31900K .......... .......... .......... .......... .......... 18% 138M 5s 31950K .......... .......... .......... .......... .......... 18% 138M 5s 32000K .......... .......... .......... .......... .......... 18% 129M 5s 32050K .......... .......... .......... .......... .......... 18% 120M 5s 32100K .......... .......... .......... .......... .......... 18% 138M 5s 32150K .......... .......... .......... .......... .......... 18% 126M 5s 32200K .......... .......... .......... .......... .......... 18% 138M 5s 32250K .......... .......... .......... .......... .......... 18% 111M 5s 32300K .......... .......... .......... .......... .......... 18% 2.35M 5s 32350K .......... .......... .......... .......... .......... 18% 80.8M 5s 32400K .......... .......... .......... .......... .......... 18% 93.0M 5s 32450K .......... .......... .......... .......... .......... 18% 91.1M 5s 32500K .......... .......... .......... .......... .......... 18% 84.9M 5s 32550K .......... .......... .......... .......... .......... 18% 93.7M 5s 32600K .......... .......... .......... .......... .......... 18% 92.9M 5s 32650K .......... .......... .......... .......... .......... 18% 120M 5s 32700K .......... .......... .......... .......... .......... 18% 112M 5s 32750K .......... .......... .......... .......... .......... 18% 872K 5s 32800K .......... .......... .......... .......... .......... 18% 82.5M 5s 32850K .......... .......... .......... .......... .......... 18% 99.7M 5s 32900K .......... .......... .......... .......... .......... 18% 15.3M 5s 32950K .......... .......... .......... .......... .......... 18% 4.58M 5s 33000K .......... .......... .......... .......... .......... 18% 75.6M 5s 33050K .......... .......... .......... .......... .......... 18% 80.5M 5s 33100K .......... .......... .......... .......... .......... 18% 82.4M 5s 33150K .......... .......... .......... .......... .......... 18% 90.1M 5s 33200K .......... .......... .......... .......... .......... 18% 83.7M 5s 33250K .......... .......... .......... .......... .......... 19% 93.0M 5s 33300K .......... .......... .......... .......... .......... 19% 87.8M 5s 33350K .......... .......... .......... .......... .......... 19% 92.9M 5s 33400K .......... .......... .......... .......... .......... 19% 71.6M 5s 33450K .......... .......... .......... .......... .......... 19% 79.9M 5s 33500K .......... .......... .......... .......... .......... 19% 96.7M 5s 33550K .......... .......... .......... .......... .......... 19% 81.4M 5s 33600K .......... .......... .......... .......... .......... 19% 104M 5s 33650K .......... .......... .......... .......... .......... 19% 135M 5s 33700K .......... .......... .......... .......... .......... 19% 143M 5s 33750K .......... .......... .......... .......... .......... 19% 145M 5s 33800K .......... .......... .......... .......... .......... 19% 67.5M 5s 33850K .......... .......... .......... .......... .......... 19% 88.1M 5s 33900K .......... .......... .......... .......... .......... 19% 89.9M 5s 33950K .......... .......... .......... .......... .......... 19% 75.4M 5s 34000K .......... .......... .......... .......... .......... 19% 77.7M 5s 34050K .......... .......... .......... .......... .......... 19% 84.2M 5s 34100K .......... .......... .......... .......... .......... 19% 76.9M 5s 34150K .......... .......... .......... .......... .......... 19% 87.3M 5s 34200K .......... .......... .......... .......... .......... 19% 78.3M 5s 34250K .......... .......... .......... .......... .......... 19% 124M 5s 34300K .......... .......... .......... .......... .......... 19% 138M 5s 34350K .......... .......... .......... .......... .......... 19% 136M 5s 34400K .......... .......... .......... .......... .......... 19% 8.44M 5s 34450K .......... .......... .......... .......... .......... 19% 82.9M 5s 34500K .......... .......... .......... .......... .......... 19% 73.3M 5s 34550K .......... .......... .......... .......... .......... 19% 96.3M 5s 34600K .......... .......... .......... .......... .......... 19% 83.2M 5s 34650K .......... .......... .......... .......... .......... 19% 94.7M 5s 34700K .......... .......... .......... .......... .......... 19% 107M 5s 34750K .......... .......... .......... .......... .......... 19% 150M 5s 34800K .......... .......... .......... .......... .......... 19% 1.20M 5s 34850K .......... .......... .......... .......... .......... 19% 69.2M 5s 34900K .......... .......... .......... .......... .......... 19% 91.3M 5s 34950K .......... .......... .......... .......... .......... 19% 85.4M 5s 35000K .......... .......... .......... .......... .......... 20% 89.9M 5s 35050K .......... .......... .......... .......... .......... 20% 128M 5s 35100K .......... .......... .......... .......... .......... 20% 1.99M 5s 35150K .......... .......... .......... .......... .......... 20% 78.1M 5s 35200K .......... .......... .......... .......... .......... 20% 87.5M 5s 35250K .......... .......... .......... .......... .......... 20% 84.7M 5s 35300K .......... .......... .......... .......... .......... 20% 56.4M 5s 35350K .......... .......... .......... .......... .......... 20% 43.8M 5s 35400K .......... .......... .......... .......... .......... 20% 44.9M 5s 35450K .......... .......... .......... .......... .......... 20% 51.4M 5s 35500K .......... .......... .......... .......... .......... 20% 66.2M 5s 35550K .......... .......... .......... .......... .......... 20% 91.4M 5s 35600K .......... .......... .......... .......... .......... 20% 87.2M 5s 35650K .......... .......... .......... .......... .......... 20% 88.7M 5s 35700K .......... .......... .......... .......... .......... 20% 67.9M 5s 35750K .......... .......... .......... .......... .......... 20% 85.0M 5s 35800K .......... .......... .......... .......... .......... 20% 88.5M 5s 35850K .......... .......... .......... .......... .......... 20% 78.9M 5s 35900K .......... .......... .......... .......... .......... 20% 123M 5s 35950K .......... .......... .......... .......... .......... 20% 124M 5s 36000K .......... .......... .......... .......... .......... 20% 137M 5s 36050K .......... .......... .......... .......... .......... 20% 140M 5s 36100K .......... .......... .......... .......... .......... 20% 112M 5s 36150K .......... .......... .......... .......... .......... 20% 140M 5s 36200K .......... .......... .......... .......... .......... 20% 135M 5s 36250K .......... .......... .......... .......... .......... 20% 128M 5s 36300K .......... .......... .......... .......... .......... 20% 116M 5s 36350K .......... .......... .......... .......... .......... 20% 132M 5s 36400K .......... .......... .......... .......... .......... 20% 2.83M 5s 36450K .......... .......... .......... .......... .......... 20% 84.3M 5s 36500K .......... .......... .......... .......... .......... 20% 72.7M 5s 36550K .......... .......... .......... .......... .......... 20% 86.3M 5s 36600K .......... .......... .......... .......... .......... 20% 91.5M 5s 36650K .......... .......... .......... .......... .......... 20% 88.3M 5s 36700K .......... .......... .......... .......... .......... 20% 93.0M 5s 36750K .......... .......... .......... .......... .......... 20% 128M 5s 36800K .......... .......... .......... .......... .......... 21% 140M 5s 36850K .......... .......... .......... .......... .......... 21% 784K 5s 36900K .......... .......... .......... .......... .......... 21% 70.4M 5s 36950K .......... .......... .......... .......... .......... 21% 81.2M 5s 37000K .......... .......... .......... .......... .......... 21% 70.3M 5s 37050K .......... .......... .......... .......... .......... 21% 87.8M 5s 37100K .......... .......... .......... .......... .......... 21% 82.8M 5s 37150K .......... .......... .......... .......... .......... 21% 79.5M 5s 37200K .......... .......... .......... .......... .......... 21% 68.9M 5s 37250K .......... .......... .......... .......... .......... 21% 86.1M 5s 37300K .......... .......... .......... .......... .......... 21% 76.2M 5s 37350K .......... .......... .......... .......... .......... 21% 73.7M 5s 37400K .......... .......... .......... .......... .......... 21% 63.6M 5s 37450K .......... .......... .......... .......... .......... 21% 88.1M 5s 37500K .......... .......... .......... .......... .......... 21% 84.7M 5s 37550K .......... .......... .......... .......... .......... 21% 89.7M 5s 37600K .......... .......... .......... .......... .......... 21% 78.5M 5s 37650K .......... .......... .......... .......... .......... 21% 89.0M 5s 37700K .......... .......... .......... .......... .......... 21% 98.8M 5s 37750K .......... .......... .......... .......... .......... 21% 82.9M 5s 37800K .......... .......... .......... .......... .......... 21% 71.5M 5s 37850K .......... .......... .......... .......... .......... 21% 95.2M 5s 37900K .......... .......... .......... .......... .......... 21% 87.8M 5s 37950K .......... .......... .......... .......... .......... 21% 88.8M 5s 38000K .......... .......... .......... .......... .......... 21% 74.0M 5s 38050K .......... .......... .......... .......... .......... 21% 81.4M 5s 38100K .......... .......... .......... .......... .......... 21% 84.2M 5s 38150K .......... .......... .......... .......... .......... 21% 86.7M 5s 38200K .......... .......... .......... .......... .......... 21% 78.0M 5s 38250K .......... .......... .......... .......... .......... 21% 83.0M 5s 38300K .......... .......... .......... .......... .......... 21% 124M 5s 38350K .......... .......... .......... .......... .......... 21% 137M 5s 38400K .......... .......... .......... .......... .......... 21% 115M 5s 38450K .......... .......... .......... .......... .......... 21% 143M 5s 38500K .......... .......... .......... .......... .......... 21% 125M 5s 38550K .......... .......... .......... .......... .......... 22% 143M 5s 38600K .......... .......... .......... .......... .......... 22% 146M 5s 38650K .......... .......... .......... .......... .......... 22% 139M 5s 38700K .......... .......... .......... .......... .......... 22% 126M 5s 38750K .......... .......... .......... .......... .......... 22% 139M 5s 38800K .......... .......... .......... .......... .......... 22% 130M 5s 38850K .......... .......... .......... .......... .......... 22% 145M 5s 38900K .......... .......... .......... .......... .......... 22% 1022K 5s 38950K .......... .......... .......... .......... .......... 22% 67.7M 5s 39000K .......... .......... .......... .......... .......... 22% 66.3M 5s 39050K .......... .......... .......... .......... .......... 22% 82.7M 5s 39100K .......... .......... .......... .......... .......... 22% 124M 5s 39150K .......... .......... .......... .......... .......... 22% 139M 5s 39200K .......... .......... .......... .......... .......... 22% 11.1M 5s 39250K .......... .......... .......... .......... .......... 22% 85.0M 5s 39300K .......... .......... .......... .......... .......... 22% 25.6M 5s 39350K .......... .......... .......... .......... .......... 22% 81.4M 5s 39400K .......... .......... .......... .......... .......... 22% 75.8M 5s 39450K .......... .......... .......... .......... .......... 22% 76.1M 5s 39500K .......... .......... .......... .......... .......... 22% 70.7M 5s 39550K .......... .......... .......... .......... .......... 22% 71.8M 5s 39600K .......... .......... .......... .......... .......... 22% 137M 5s 39650K .......... .......... .......... .......... .......... 22% 116M 5s 39700K .......... .......... .......... .......... .......... 22% 1.57M 5s 39750K .......... .......... .......... .......... .......... 22% 78.6M 5s 39800K .......... .......... .......... .......... .......... 22% 69.2M 5s 39850K .......... .......... .......... .......... .......... 22% 66.3M 5s 39900K .......... .......... .......... .......... .......... 22% 74.0M 5s 39950K .......... .......... .......... .......... .......... 22% 84.4M 5s 40000K .......... .......... .......... .......... .......... 22% 80.2M 5s 40050K .......... .......... .......... .......... .......... 22% 71.7M 5s 40100K .......... .......... .......... .......... .......... 22% 75.5M 5s 40150K .......... .......... .......... .......... .......... 22% 86.1M 5s 40200K .......... .......... .......... .......... .......... 22% 88.2M 5s 40250K .......... .......... .......... .......... .......... 22% 78.7M 5s 40300K .......... .......... .......... .......... .......... 23% 90.7M 5s 40350K .......... .......... .......... .......... .......... 23% 85.0M 5s 40400K .......... .......... .......... .......... .......... 23% 76.7M 5s 40450K .......... .......... .......... .......... .......... 23% 79.4M 5s 40500K .......... .......... .......... .......... .......... 23% 88.0M 5s 40550K .......... .......... .......... .......... .......... 23% 86.5M 5s 40600K .......... .......... .......... .......... .......... 23% 123M 5s 40650K .......... .......... .......... .......... .......... 23% 125M 5s 40700K .......... .......... .......... .......... .......... 23% 126M 5s 40750K .......... .......... .......... .......... .......... 23% 136M 5s 40800K .......... .......... .......... .......... .......... 23% 132M 5s 40850K .......... .......... .......... .......... .......... 23% 104M 5s 40900K .......... .......... .......... .......... .......... 23% 138M 5s 40950K .......... .......... .......... .......... .......... 23% 1.30M 5s 41000K .......... .......... .......... .......... .......... 23% 72.9M 5s 41050K .......... .......... .......... .......... .......... 23% 87.4M 5s 41100K .......... .......... .......... .......... .......... 23% 96.1M 5s 41150K .......... .......... .......... .......... .......... 23% 89.4M 5s 41200K .......... .......... .......... .......... .......... 23% 79.0M 5s 41250K .......... .......... .......... .......... .......... 23% 76.6M 5s 41300K .......... .......... .......... .......... .......... 23% 99.8M 5s 41350K .......... .......... .......... .......... .......... 23% 96.6M 5s 41400K .......... .......... .......... .......... .......... 23% 132M 5s 41450K .......... .......... .......... .......... .......... 23% 133M 5s 41500K .......... .......... .......... .......... .......... 23% 3.35M 5s 41550K .......... .......... .......... .......... .......... 23% 77.3M 5s 41600K .......... .......... .......... .......... .......... 23% 76.5M 5s 41650K .......... .......... .......... .......... .......... 23% 84.2M 5s 41700K .......... .......... .......... .......... .......... 23% 67.8M 5s 41750K .......... .......... .......... .......... .......... 23% 79.6M 5s 41800K .......... .......... .......... .......... .......... 23% 74.3M 5s 41850K .......... .......... .......... .......... .......... 23% 63.8M 5s 41900K .......... .......... .......... .......... .......... 23% 73.8M 5s 41950K .......... .......... .......... .......... .......... 23% 83.1M 5s 42000K .......... .......... .......... .......... .......... 23% 65.1M 5s 42050K .......... .......... .......... .......... .......... 24% 55.1M 5s 42100K .......... .......... .......... .......... .......... 24% 92.8M 5s 42150K .......... .......... .......... .......... .......... 24% 86.1M 5s 42200K .......... .......... .......... .......... .......... 24% 79.6M 5s 42250K .......... .......... .......... .......... .......... 24% 78.4M 5s 42300K .......... .......... .......... .......... .......... 24% 78.9M 5s 42350K .......... .......... .......... .......... .......... 24% 95.9M 5s 42400K .......... .......... .......... .......... .......... 24% 84.3M 5s 42450K .......... .......... .......... .......... .......... 24% 71.0M 5s 42500K .......... .......... .......... .......... .......... 24% 104M 5s 42550K .......... .......... .......... .......... .......... 24% 145M 5s 42600K .......... .......... .......... .......... .......... 24% 127M 5s 42650K .......... .......... .......... .......... .......... 24% 119M 5s 42700K .......... .......... .......... .......... .......... 24% 127M 5s 42750K .......... .......... .......... .......... .......... 24% 145M 5s 42800K .......... .......... .......... .......... .......... 24% 144M 5s 42850K .......... .......... .......... .......... .......... 24% 116M 5s 42900K .......... .......... .......... .......... .......... 24% 146M 5s 42950K .......... .......... .......... .......... .......... 24% 147M 5s 43000K .......... .......... .......... .......... .......... 24% 1.89M 5s 43050K .......... .......... .......... .......... .......... 24% 20.6M 5s 43100K .......... .......... .......... .......... .......... 24% 86.9M 5s 43150K .......... .......... .......... .......... .......... 24% 67.0M 5s 43200K .......... .......... .......... .......... .......... 24% 92.9M 5s 43250K .......... .......... .......... .......... .......... 24% 94.5M 5s 43300K .......... .......... .......... .......... .......... 24% 90.2M 5s 43350K .......... .......... .......... .......... .......... 24% 84.4M 5s 43400K .......... .......... .......... .......... .......... 24% 92.7M 5s 43450K .......... .......... .......... .......... .......... 24% 109M 5s 43500K .......... .......... .......... .......... .......... 24% 74.3M 5s 43550K .......... .......... .......... .......... .......... 24% 82.5M 5s 43600K .......... .......... .......... .......... .......... 24% 87.4M 5s 43650K .......... .......... .......... .......... .......... 24% 83.8M 5s 43700K .......... .......... .......... .......... .......... 24% 138M 5s 43750K .......... .......... .......... .......... .......... 24% 146M 5s 43800K .......... .......... .......... .......... .......... 25% 96.1M 5s 43850K .......... .......... .......... .......... .......... 25% 75.4M 5s 43900K .......... .......... .......... .......... .......... 25% 77.7M 5s 43950K .......... .......... .......... .......... .......... 25% 90.0M 5s 44000K .......... .......... .......... .......... .......... 25% 114M 5s 44050K .......... .......... .......... .......... .......... 25% 10.1M 5s 44100K .......... .......... .......... .......... .......... 25% 86.7M 5s 44150K .......... .......... .......... .......... .......... 25% 70.4M 5s 44200K .......... .......... .......... .......... .......... 25% 69.0M 5s 44250K .......... .......... .......... .......... .......... 25% 86.1M 5s 44300K .......... .......... .......... .......... .......... 25% 83.7M 5s 44350K .......... .......... .......... .......... .......... 25% 93.7M 5s 44400K .......... .......... .......... .......... .......... 25% 78.2M 5s 44450K .......... .......... .......... .......... .......... 25% 88.1M 5s 44500K .......... .......... .......... .......... .......... 25% 85.5M 5s 44550K .......... .......... .......... .......... .......... 25% 68.7M 5s 44600K .......... .......... .......... .......... .......... 25% 107M 5s 44650K .......... .......... .......... .......... .......... 25% 87.3M 5s 44700K .......... .......... .......... .......... .......... 25% 70.8M 5s 44750K .......... .......... .......... .......... .......... 25% 85.0M 5s 44800K .......... .......... .......... .......... .......... 25% 140M 5s 44850K .......... .......... .......... .......... .......... 25% 135M 5s 44900K .......... .......... .......... .......... .......... 25% 133M 5s 44950K .......... .......... .......... .......... .......... 25% 147M 5s 45000K .......... .......... .......... .......... .......... 25% 139M 5s 45050K .......... .......... .......... .......... .......... 25% 1.21M 5s 45100K .......... .......... .......... .......... .......... 25% 73.1M 5s 45150K .......... .......... .......... .......... .......... 25% 79.8M 5s 45200K .......... .......... .......... .......... .......... 25% 63.7M 5s 45250K .......... .......... .......... .......... .......... 25% 118M 5s 45300K .......... .......... .......... .......... .......... 25% 138M 5s 45350K .......... .......... .......... .......... .......... 25% 1.57M 5s 45400K .......... .......... .......... .......... .......... 25% 65.5M 5s 45450K .......... .......... .......... .......... .......... 25% 88.0M 5s 45500K .......... .......... .......... .......... .......... 25% 81.1M 5s 45550K .......... .......... .......... .......... .......... 26% 79.0M 5s 45600K .......... .......... .......... .......... .......... 26% 85.7M 5s 45650K .......... .......... .......... .......... .......... 26% 95.1M 5s 45700K .......... .......... .......... .......... .......... 26% 80.8M 5s 45750K .......... .......... .......... .......... .......... 26% 94.4M 5s 45800K .......... .......... .......... .......... .......... 26% 102M 5s 45850K .......... .......... .......... .......... .......... 26% 90.2M 5s 45900K .......... .......... .......... .......... .......... 26% 90.7M 5s 45950K .......... .......... .......... .......... .......... 26% 89.6M 5s 46000K .......... .......... .......... .......... .......... 26% 102M 5s 46050K .......... .......... .......... .......... .......... 26% 102M 5s 46100K .......... .......... .......... .......... .......... 26% 72.6M 5s 46150K .......... .......... .......... .......... .......... 26% 95.1M 5s 46200K .......... .......... .......... .......... .......... 26% 85.8M 5s 46250K .......... .......... .......... .......... .......... 26% 97.9M 5s 46300K .......... .......... .......... .......... .......... 26% 69.6M 5s 46350K .......... .......... .......... .......... .......... 26% 99.0M 5s 46400K .......... .......... .......... .......... .......... 26% 88.0M 5s 46450K .......... .......... .......... .......... .......... 26% 97.3M 5s 46500K .......... .......... .......... .......... .......... 26% 81.8M 5s 46550K .......... .......... .......... .......... .......... 26% 78.7M 5s 46600K .......... .......... .......... .......... .......... 26% 93.8M 5s 46650K .......... .......... .......... .......... .......... 26% 99.0M 5s 46700K .......... .......... .......... .......... .......... 26% 101M 5s 46750K .......... .......... .......... .......... .......... 26% 135M 5s 46800K .......... .......... .......... .......... .......... 26% 133M 5s 46850K .......... .......... .......... .......... .......... 26% 145M 5s 46900K .......... .......... .......... .......... .......... 26% 109M 5s 46950K .......... .......... .......... .......... .......... 26% 130M 5s 47000K .......... .......... .......... .......... .......... 26% 147M 5s 47050K .......... .......... .......... .......... .......... 26% 128M 5s 47100K .......... .......... .......... .......... .......... 26% 1.41M 5s 47150K .......... .......... .......... .......... .......... 26% 80.1M 5s 47200K .......... .......... .......... .......... .......... 26% 73.0M 5s 47250K .......... .......... .......... .......... .......... 26% 89.1M 5s 47300K .......... .......... .......... .......... .......... 27% 96.6M 5s 47350K .......... .......... .......... .......... .......... 27% 134M 5s 47400K .......... .......... .......... .......... .......... 27% 22.0M 5s 47450K .......... .......... .......... .......... .......... 27% 110M 5s 47500K .......... .......... .......... .......... .......... 27% 77.0M 5s 47550K .......... .......... .......... .......... .......... 27% 98.8M 5s 47600K .......... .......... .......... .......... .......... 27% 109M 5s 47650K .......... .......... .......... .......... .......... 27% 10.1M 5s 47700K .......... .......... .......... .......... .......... 27% 96.7M 5s 47750K .......... .......... .......... .......... .......... 27% 115M 5s 47800K .......... .......... .......... .......... .......... 27% 121M 5s 47850K .......... .......... .......... .......... .......... 27% 94.6M 5s 47900K .......... .......... .......... .......... .......... 27% 121M 5s 47950K .......... .......... .......... .......... .......... 27% 109M 5s 48000K .......... .......... .......... .......... .......... 27% 121M 5s 48050K .......... .......... .......... .......... .......... 27% 91.1M 5s 48100K .......... .......... .......... .......... .......... 27% 116M 5s 48150K .......... .......... .......... .......... .......... 27% 122M 5s 48200K .......... .......... .......... .......... .......... 27% 90.9M 5s 48250K .......... .......... .......... .......... .......... 27% 106M 5s 48300K .......... .......... .......... .......... .......... 27% 116M 5s 48350K .......... .......... .......... .......... .......... 27% 116M 5s 48400K .......... .......... .......... .......... .......... 27% 50.3M 5s 48450K .......... .......... .......... .......... .......... 27% 67.9M 5s 48500K .......... .......... .......... .......... .......... 27% 98.2M 5s 48550K .......... .......... .......... .......... .......... 27% 93.9M 5s 48600K .......... .......... .......... .......... .......... 27% 129M 5s 48650K .......... .......... .......... .......... .......... 27% 36.6M 5s 48700K .......... .......... .......... .......... .......... 27% 106M 5s 48750K .......... .......... .......... .......... .......... 27% 99.0M 5s 48800K .......... .......... .......... .......... .......... 27% 121M 5s 48850K .......... .......... .......... .......... .......... 27% 101M 5s 48900K .......... .......... .......... .......... .......... 27% 17.5M 5s 48950K .......... .......... .......... .......... .......... 27% 110M 5s 49000K .......... .......... .......... .......... .......... 27% 120M 5s 49050K .......... .......... .......... .......... .......... 28% 96.5M 5s 49100K .......... .......... .......... .......... .......... 28% 105M 5s 49150K .......... .......... .......... .......... .......... 28% 1.19M 5s 49200K .......... .......... .......... .......... .......... 28% 20.4M 5s 49250K .......... .......... .......... .......... .......... 28% 125M 5s 49300K .......... .......... .......... .......... .......... 28% 99.2M 5s 49350K .......... .......... .......... .......... .......... 28% 120M 5s 49400K .......... .......... .......... .......... .......... 28% 105M 5s 49450K .......... .......... .......... .......... .......... 28% 11.2M 5s 49500K .......... .......... .......... .......... .......... 28% 96.8M 5s 49550K .......... .......... .......... .......... .......... 28% 105M 5s 49600K .......... .......... .......... .......... .......... 28% 128M 5s 49650K .......... .......... .......... .......... .......... 28% 115M 5s 49700K .......... .......... .......... .......... .......... 28% 21.1M 5s 49750K .......... .......... .......... .......... .......... 28% 114M 5s 49800K .......... .......... .......... .......... .......... 28% 101M 5s 49850K .......... .......... .......... .......... .......... 28% 124M 5s 49900K .......... .......... .......... .......... .......... 28% 89.6M 5s 49950K .......... .......... .......... .......... .......... 28% 116M 5s 50000K .......... .......... .......... .......... .......... 28% 118M 5s 50050K .......... .......... .......... .......... .......... 28% 122M 5s 50100K .......... .......... .......... .......... .......... 28% 97.9M 5s 50150K .......... .......... .......... .......... .......... 28% 119M 5s 50200K .......... .......... .......... .......... .......... 28% 6.75M 5s 50250K .......... .......... .......... .......... .......... 28% 115M 5s 50300K .......... .......... .......... .......... .......... 28% 106M 5s 50350K .......... .......... .......... .......... .......... 28% 127M 5s 50400K .......... .......... .......... .......... .......... 28% 99.4M 5s 50450K .......... .......... .......... .......... .......... 28% 122M 5s 50500K .......... .......... .......... .......... .......... 28% 108M 5s 50550K .......... .......... .......... .......... .......... 28% 123M 5s 50600K .......... .......... .......... .......... .......... 28% 97.8M 5s 50650K .......... .......... .......... .......... .......... 28% 106M 5s 50700K .......... .......... .......... .......... .......... 28% 9.11M 5s 50750K .......... .......... .......... .......... .......... 28% 106M 5s 50800K .......... .......... .......... .......... .......... 29% 128M 5s 50850K .......... .......... .......... .......... .......... 29% 96.6M 5s 50900K .......... .......... .......... .......... .......... 29% 105M 5s 50950K .......... .......... .......... .......... .......... 29% 109M 5s 51000K .......... .......... .......... .......... .......... 29% 128M 5s 51050K .......... .......... .......... .......... .......... 29% 133M 5s 51100K .......... .......... .......... .......... .......... 29% 108M 5s 51150K .......... .......... .......... .......... .......... 29% 95.4M 5s 51200K .......... .......... .......... .......... .......... 29% 1.43M 5s 51250K .......... .......... .......... .......... .......... 29% 14.7M 5s 51300K .......... .......... .......... .......... .......... 29% 109M 5s 51350K .......... .......... .......... .......... .......... 29% 81.3M 5s 51400K .......... .......... .......... .......... .......... 29% 125M 5s 51450K .......... .......... .......... .......... .......... 29% 123M 5s 51500K .......... .......... .......... .......... .......... 29% 13.9M 5s 51550K .......... .......... .......... .......... .......... 29% 120M 5s 51600K .......... .......... .......... .......... .......... 29% 122M 5s 51650K .......... .......... .......... .......... .......... 29% 133M 5s 51700K .......... .......... .......... .......... .......... 29% 63.5M 5s 51750K .......... .......... .......... .......... .......... 29% 120M 5s 51800K .......... .......... .......... .......... .......... 29% 113M 5s 51850K .......... .......... .......... .......... .......... 29% 134M 5s 51900K .......... .......... .......... .......... .......... 29% 117M 5s 51950K .......... .......... .......... .......... .......... 29% 144M 5s 52000K .......... .......... .......... .......... .......... 29% 5.54M 5s 52050K .......... .......... .......... .......... .......... 29% 115M 5s 52100K .......... .......... .......... .......... .......... 29% 93.3M 5s 52150K .......... .......... .......... .......... .......... 29% 122M 5s 52200K .......... .......... .......... .......... .......... 29% 113M 5s 52250K .......... .......... .......... .......... .......... 29% 95.1M 5s 52300K .......... .......... .......... .......... .......... 29% 136M 5s 52350K .......... .......... .......... .......... .......... 29% 128M 5s 52400K .......... .......... .......... .......... .......... 29% 129M 5s 52450K .......... .......... .......... .......... .......... 29% 85.3M 5s 52500K .......... .......... .......... .......... .......... 29% 127M 5s 52550K .......... .......... .......... .......... .......... 30% 125M 5s 52600K .......... .......... .......... .......... .......... 30% 97.5M 5s 52650K .......... .......... .......... .......... .......... 30% 108M 5s 52700K .......... .......... .......... .......... .......... 30% 126M 5s 52750K .......... .......... .......... .......... .......... 30% 90.5M 5s 52800K .......... .......... .......... .......... .......... 30% 114M 5s 52850K .......... .......... .......... .......... .......... 30% 105M 5s 52900K .......... .......... .......... .......... .......... 30% 110M 5s 52950K .......... .......... .......... .......... .......... 30% 133M 5s 53000K .......... .......... .......... .......... .......... 30% 90.2M 5s 53050K .......... .......... .......... .......... .......... 30% 135M 5s 53100K .......... .......... .......... .......... .......... 30% 95.3M 5s 53150K .......... .......... .......... .......... .......... 30% 119M 5s 53200K .......... .......... .......... .......... .......... 30% 1.09M 5s 53250K .......... .......... .......... .......... .......... 30% 99.5M 5s 53300K .......... .......... .......... .......... .......... 30% 104M 5s 53350K .......... .......... .......... .......... .......... 30% 135M 5s 53400K .......... .......... .......... .......... .......... 30% 103M 5s 53450K .......... .......... .......... .......... .......... 30% 136M 5s 53500K .......... .......... .......... .......... .......... 30% 126M 5s 53550K .......... .......... .......... .......... .......... 30% 98.8M 5s 53600K .......... .......... .......... .......... .......... 30% 126M 5s 53650K .......... .......... .......... .......... .......... 30% 116M 5s 53700K .......... .......... .......... .......... .......... 30% 72.3M 5s 53750K .......... .......... .......... .......... .......... 30% 94.0M 5s 53800K .......... .......... .......... .......... .......... 30% 141M 5s 53850K .......... .......... .......... .......... .......... 30% 97.1M 5s 53900K .......... .......... .......... .......... .......... 30% 126M 5s 53950K .......... .......... .......... .......... .......... 30% 119M 5s 54000K .......... .......... .......... .......... .......... 30% 73.5M 5s 54050K .......... .......... .......... .......... .......... 30% 7.59M 5s 54100K .......... .......... .......... .......... .......... 30% 120M 5s 54150K .......... .......... .......... .......... .......... 30% 101M 5s 54200K .......... .......... .......... .......... .......... 30% 122M 5s 54250K .......... .......... .......... .......... .......... 30% 106M 5s 54300K .......... .......... .......... .......... .......... 31% 114M 5s 54350K .......... .......... .......... .......... .......... 31% 128M 5s 54400K .......... .......... .......... .......... .......... 31% 111M 5s 54450K .......... .......... .......... .......... .......... 31% 81.4M 5s 54500K .......... .......... .......... .......... .......... 31% 108M 5s 54550K .......... .......... .......... .......... .......... 31% 9.44M 5s 54600K .......... .......... .......... .......... .......... 31% 120M 5s 54650K .......... .......... .......... .......... .......... 31% 102M 5s 54700K .......... .......... .......... .......... .......... 31% 127M 5s 54750K .......... .......... .......... .......... .......... 31% 99.3M 5s 54800K .......... .......... .......... .......... .......... 31% 136M 5s 54850K .......... .......... .......... .......... .......... 31% 129M 5s 54900K .......... .......... .......... .......... .......... 31% 125M 5s 54950K .......... .......... .......... .......... .......... 31% 104M 5s 55000K .......... .......... .......... .......... .......... 31% 71.7M 5s 55050K .......... .......... .......... .......... .......... 31% 144M 5s 55100K .......... .......... .......... .......... .......... 31% 123M 5s 55150K .......... .......... .......... .......... .......... 31% 105M 5s 55200K .......... .......... .......... .......... .......... 31% 123M 5s 55250K .......... .......... .......... .......... .......... 31% 1.19M 5s 55300K .......... .......... .......... .......... .......... 31% 85.0M 5s 55350K .......... .......... .......... .......... .......... 31% 105M 5s 55400K .......... .......... .......... .......... .......... 31% 111M 5s 55450K .......... .......... .......... .......... .......... 31% 110M 5s 55500K .......... .......... .......... .......... .......... 31% 113M 5s 55550K .......... .......... .......... .......... .......... 31% 121M 5s 55600K .......... .......... .......... .......... .......... 31% 6.35M 5s 55650K .......... .......... .......... .......... .......... 31% 94.6M 5s 55700K .......... .......... .......... .......... .......... 31% 97.2M 5s 55750K .......... .......... .......... .......... .......... 31% 108M 5s 55800K .......... .......... .......... .......... .......... 31% 109M 5s 55850K .......... .......... .......... .......... .......... 31% 122M 5s 55900K .......... .......... .......... .......... .......... 31% 102M 5s 55950K .......... .......... .......... .......... .......... 31% 122M 5s 56000K .......... .......... .......... .......... .......... 31% 124M 5s 56050K .......... .......... .......... .......... .......... 32% 122M 5s 56100K .......... .......... .......... .......... .......... 32% 115M 5s 56150K .......... .......... .......... .......... .......... 32% 121M 5s 56200K .......... .......... .......... .......... .......... 32% 121M 5s 56250K .......... .......... .......... .......... .......... 32% 116M 5s 56300K .......... .......... .......... .......... .......... 32% 80.2M 5s 56350K .......... .......... .......... .......... .......... 32% 9.22M 5s 56400K .......... .......... .......... .......... .......... 32% 102M 5s 56450K .......... .......... .......... .......... .......... 32% 110M 5s 56500K .......... .......... .......... .......... .......... 32% 106M 5s 56550K .......... .......... .......... .......... .......... 32% 119M 5s 56600K .......... .......... .......... .......... .......... 32% 102M 4s 56650K .......... .......... .......... .......... .......... 32% 122M 4s 56700K .......... .......... .......... .......... .......... 32% 113M 4s 56750K .......... .......... .......... .......... .......... 32% 107M 4s 56800K .......... .......... .......... .......... .......... 32% 95.8M 4s 56850K .......... .......... .......... .......... .......... 32% 129M 4s 56900K .......... .......... .......... .......... .......... 32% 111M 4s 56950K .......... .......... .......... .......... .......... 32% 126M 4s 57000K .......... .......... .......... .......... .......... 32% 78.3M 4s 57050K .......... .......... .......... .......... .......... 32% 118M 4s 57100K .......... .......... .......... .......... .......... 32% 115M 4s 57150K .......... .......... .......... .......... .......... 32% 112M 4s 57200K .......... .......... .......... .......... .......... 32% 110M 4s 57250K .......... .......... .......... .......... .......... 32% 113M 4s 57300K .......... .......... .......... .......... .......... 32% 657K 5s 57350K .......... .......... .......... .......... .......... 32% 97.6M 5s 57400K .......... .......... .......... .......... .......... 32% 103M 5s 57450K .......... .......... .......... .......... .......... 32% 117M 5s 57500K .......... .......... .......... .......... .......... 32% 120M 5s 57550K .......... .......... .......... .......... .......... 32% 134M 5s 57600K .......... .......... .......... .......... .......... 32% 67.7M 5s 57650K .......... .......... .......... .......... .......... 32% 11.8M 5s 57700K .......... .......... .......... .......... .......... 32% 121M 5s 57750K .......... .......... .......... .......... .......... 32% 121M 5s 57800K .......... .......... .......... .......... .......... 33% 103M 5s 57850K .......... .......... .......... .......... .......... 33% 111M 5s 57900K .......... .......... .......... .......... .......... 33% 118M 5s 57950K .......... .......... .......... .......... .......... 33% 126M 5s 58000K .......... .......... .......... .......... .......... 33% 102M 5s 58050K .......... .......... .......... .......... .......... 33% 123M 5s 58100K .......... .......... .......... .......... .......... 33% 118M 5s 58150K .......... .......... .......... .......... .......... 33% 119M 5s 58200K .......... .......... .......... .......... .......... 33% 92.9M 5s 58250K .......... .......... .......... .......... .......... 33% 118M 4s 58300K .......... .......... .......... .......... .......... 33% 118M 4s 58350K .......... .......... .......... .......... .......... 33% 119M 4s 58400K .......... .......... .......... .......... .......... 33% 24.1M 4s 58450K .......... .......... .......... .......... .......... 33% 121M 4s 58500K .......... .......... .......... .......... .......... 33% 99.3M 4s 58550K .......... .......... .......... .......... .......... 33% 128M 4s 58600K .......... .......... .......... .......... .......... 33% 96.0M 4s 58650K .......... .......... .......... .......... .......... 33% 110M 4s 58700K .......... .......... .......... .......... .......... 33% 109M 4s 58750K .......... .......... .......... .......... .......... 33% 127M 4s 58800K .......... .......... .......... .......... .......... 33% 102M 4s 58850K .......... .......... .......... .......... .......... 33% 103M 4s 58900K .......... .......... .......... .......... .......... 33% 121M 4s 58950K .......... .......... .......... .......... .......... 33% 99.2M 4s 59000K .......... .......... .......... .......... .......... 33% 114M 4s 59050K .......... .......... .......... .......... .......... 33% 113M 4s 59100K .......... .......... .......... .......... .......... 33% 134M 4s 59150K .......... .......... .......... .......... .......... 33% 136M 4s 59200K .......... .......... .......... .......... .......... 33% 94.5M 4s 59250K .......... .......... .......... .......... .......... 33% 136M 4s 59300K .......... .......... .......... .......... .......... 33% 98.4M 4s 59350K .......... .......... .......... .......... .......... 33% 692K 5s 59400K .......... .......... .......... .......... .......... 33% 68.1M 5s 59450K .......... .......... .......... .......... .......... 33% 120M 5s 59500K .......... .......... .......... .......... .......... 33% 111M 5s 59550K .......... .......... .......... .......... .......... 34% 127M 5s 59600K .......... .......... .......... .......... .......... 34% 123M 5s 59650K .......... .......... .......... .......... .......... 34% 111M 5s 59700K .......... .......... .......... .......... .......... 34% 12.5M 5s 59750K .......... .......... .......... .......... .......... 34% 111M 5s 59800K .......... .......... .......... .......... .......... 34% 102M 4s 59850K .......... .......... .......... .......... .......... 34% 119M 4s 59900K .......... .......... .......... .......... .......... 34% 106M 4s 59950K .......... .......... .......... .......... .......... 34% 124M 4s 60000K .......... .......... .......... .......... .......... 34% 136M 4s 60050K .......... .......... .......... .......... .......... 34% 120M 4s 60100K .......... .......... .......... .......... .......... 34% 96.5M 4s 60150K .......... .......... .......... .......... .......... 34% 115M 4s 60200K .......... .......... .......... .......... .......... 34% 6.60M 4s 60250K .......... .......... .......... .......... .......... 34% 97.2M 4s 60300K .......... .......... .......... .......... .......... 34% 110M 4s 60350K .......... .......... .......... .......... .......... 34% 123M 4s 60400K .......... .......... .......... .......... .......... 34% 112M 4s 60450K .......... .......... .......... .......... .......... 34% 19.0M 4s 60500K .......... .......... .......... .......... .......... 34% 62.6M 4s 60550K .......... .......... .......... .......... .......... 34% 109M 4s 60600K .......... .......... .......... .......... .......... 34% 97.7M 4s 60650K .......... .......... .......... .......... .......... 34% 120M 4s 60700K .......... .......... .......... .......... .......... 34% 26.2M 4s 60750K .......... .......... .......... .......... .......... 34% 100M 4s 60800K .......... .......... .......... .......... .......... 34% 122M 4s 60850K .......... .......... .......... .......... .......... 34% 115M 4s 60900K .......... .......... .......... .......... .......... 34% 116M 4s 60950K .......... .......... .......... .......... .......... 34% 4.68M 4s 61000K .......... .......... .......... .......... .......... 34% 110M 4s 61050K .......... .......... .......... .......... .......... 34% 122M 4s 61100K .......... .......... .......... .......... .......... 34% 96.9M 4s 61150K .......... .......... .......... .......... .......... 34% 121M 4s 61200K .......... .......... .......... .......... .......... 34% 22.2M 4s 61250K .......... .......... .......... .......... .......... 34% 105M 4s 61300K .......... .......... .......... .......... .......... 35% 90.2M 4s 61350K .......... .......... .......... .......... .......... 35% 113M 4s 61400K .......... .......... .......... .......... .......... 35% 1.18M 4s 61450K .......... .......... .......... .......... .......... 35% 104M 4s 61500K .......... .......... .......... .......... .......... 35% 5.52M 4s 61550K .......... .......... .......... .......... .......... 35% 91.8M 4s 61600K .......... .......... .......... .......... .......... 35% 106M 4s 61650K .......... .......... .......... .......... .......... 35% 122M 4s 61700K .......... .......... .......... .......... .......... 35% 113M 4s 61750K .......... .......... .......... .......... .......... 35% 27.5M 4s 61800K .......... .......... .......... .......... .......... 35% 96.9M 4s 61850K .......... .......... .......... .......... .......... 35% 122M 4s 61900K .......... .......... .......... .......... .......... 35% 99.9M 4s 61950K .......... .......... .......... .......... .......... 35% 133M 4s 62000K .......... .......... .......... .......... .......... 35% 5.63M 4s 62050K .......... .......... .......... .......... .......... 35% 70.2M 4s 62100K .......... .......... .......... .......... .......... 35% 106M 4s 62150K .......... .......... .......... .......... .......... 35% 30.7M 4s 62200K .......... .......... .......... .......... .......... 35% 112M 4s 62250K .......... .......... .......... .......... .......... 35% 107M 4s 62300K .......... .......... .......... .......... .......... 35% 107M 4s 62350K .......... .......... .......... .......... .......... 35% 119M 4s 62400K .......... .......... .......... .......... .......... 35% 111M 4s 62450K .......... .......... .......... .......... .......... 35% 110M 4s 62500K .......... .......... .......... .......... .......... 35% 7.62M 4s 62550K .......... .......... .......... .......... .......... 35% 118M 4s 62600K .......... .......... .......... .......... .......... 35% 103M 4s 62650K .......... .......... .......... .......... .......... 35% 120M 4s 62700K .......... .......... .......... .......... .......... 35% 115M 4s 62750K .......... .......... .......... .......... .......... 35% 64.4M 4s 62800K .......... .......... .......... .......... .......... 35% 131M 4s 62850K .......... .......... .......... .......... .......... 35% 102M 4s 62900K .......... .......... .......... .......... .......... 35% 108M 4s 62950K .......... .......... .......... .......... .......... 35% 94.9M 4s 63000K .......... .......... .......... .......... .......... 35% 115M 4s 63050K .......... .......... .......... .......... .......... 36% 122M 4s 63100K .......... .......... .......... .......... .......... 36% 111M 4s 63150K .......... .......... .......... .......... .......... 36% 116M 4s 63200K .......... .......... .......... .......... .......... 36% 121M 4s 63250K .......... .......... .......... .......... .......... 36% 127M 4s 63300K .......... .......... .......... .......... .......... 36% 97.0M 4s 63350K .......... .......... .......... .......... .......... 36% 127M 4s 63400K .......... .......... .......... .......... .......... 36% 98.5M 4s 63450K .......... .......... .......... .......... .......... 36% 1.05M 4s 63500K .......... .......... .......... .......... .......... 36% 109M 4s 63550K .......... .......... .......... .......... .......... 36% 92.3M 4s 63600K .......... .......... .......... .......... .......... 36% 94.7M 4s 63650K .......... .......... .......... .......... .......... 36% 127M 4s 63700K .......... .......... .......... .......... .......... 36% 103M 4s 63750K .......... .......... .......... .......... .......... 36% 133M 4s 63800K .......... .......... .......... .......... .......... 36% 8.78M 4s 63850K .......... .......... .......... .......... .......... 36% 130M 4s 63900K .......... .......... .......... .......... .......... 36% 42.1M 4s 63950K .......... .......... .......... .......... .......... 36% 116M 4s 64000K .......... .......... .......... .......... .......... 36% 119M 4s 64050K .......... .......... .......... .......... .......... 36% 4.23M 4s 64100K .......... .......... .......... .......... .......... 36% 102M 4s 64150K .......... .......... .......... .......... .......... 36% 135M 4s 64200K .......... .......... .......... .......... .......... 36% 120M 4s 64250K .......... .......... .......... .......... .......... 36% 115M 4s 64300K .......... .......... .......... .......... .......... 36% 9.60M 4s 64350K .......... .......... .......... .......... .......... 36% 44.5M 4s 64400K .......... .......... .......... .......... .......... 36% 112M 4s 64450K .......... .......... .......... .......... .......... 36% 124M 4s 64500K .......... .......... .......... .......... .......... 36% 127M 4s 64550K .......... .......... .......... .......... .......... 36% 40.4M 4s 64600K .......... .......... .......... .......... .......... 36% 103M 4s 64650K .......... .......... .......... .......... .......... 36% 46.5M 4s 64700K .......... .......... .......... .......... .......... 36% 110M 4s 64750K .......... .......... .......... .......... .......... 36% 118M 4s 64800K .......... .......... .......... .......... .......... 37% 112M 4s 64850K .......... .......... .......... .......... .......... 37% 77.9M 4s 64900K .......... .......... .......... .......... .......... 37% 107M 4s 64950K .......... .......... .......... .......... .......... 37% 103M 4s 65000K .......... .......... .......... .......... .......... 37% 116M 4s 65050K .......... .......... .......... .......... .......... 37% 72.9M 4s 65100K .......... .......... .......... .......... .......... 37% 101M 4s 65150K .......... .......... .......... .......... .......... 37% 58.7M 4s 65200K .......... .......... .......... .......... .......... 37% 112M 4s 65250K .......... .......... .......... .......... .......... 37% 110M 4s 65300K .......... .......... .......... .......... .......... 37% 6.47M 4s 65350K .......... .......... .......... .......... .......... 37% 126M 4s 65400K .......... .......... .......... .......... .......... 37% 107M 4s 65450K .......... .......... .......... .......... .......... 37% 116M 4s 65500K .......... .......... .......... .......... .......... 37% 1.30M 4s 65550K .......... .......... .......... .......... .......... 37% 11.9M 4s 65600K .......... .......... .......... .......... .......... 37% 94.9M 4s 65650K .......... .......... .......... .......... .......... 37% 99.3M 4s 65700K .......... .......... .......... .......... .......... 37% 123M 4s 65750K .......... .......... .......... .......... .......... 37% 86.3M 4s 65800K .......... .......... .......... .......... .......... 37% 136M 4s 65850K .......... .......... .......... .......... .......... 37% 16.8M 4s 65900K .......... .......... .......... .......... .......... 37% 99.8M 4s 65950K .......... .......... .......... .......... .......... 37% 127M 4s 66000K .......... .......... .......... .......... .......... 37% 120M 4s 66050K .......... .......... .......... .......... .......... 37% 121M 4s 66100K .......... .......... .......... .......... .......... 37% 9.59M 4s 66150K .......... .......... .......... .......... .......... 37% 121M 4s 66200K .......... .......... .......... .......... .......... 37% 107M 4s 66250K .......... .......... .......... .......... .......... 37% 114M 4s 66300K .......... .......... .......... .......... .......... 37% 119M 4s 66350K .......... .......... .......... .......... .......... 37% 115M 4s 66400K .......... .......... .......... .......... .......... 37% 107M 4s 66450K .......... .......... .......... .......... .......... 37% 111M 4s 66500K .......... .......... .......... .......... .......... 37% 89.5M 4s 66550K .......... .......... .......... .......... .......... 38% 119M 4s 66600K .......... .......... .......... .......... .......... 38% 10.5M 4s 66650K .......... .......... .......... .......... .......... 38% 122M 4s 66700K .......... .......... .......... .......... .......... 38% 129M 4s 66750K .......... .......... .......... .......... .......... 38% 112M 4s 66800K .......... .......... .......... .......... .......... 38% 113M 4s 66850K .......... .......... .......... .......... .......... 38% 105M 4s 66900K .......... .......... .......... .......... .......... 38% 123M 4s 66950K .......... .......... .......... .......... .......... 38% 118M 4s 67000K .......... .......... .......... .......... .......... 38% 76.9M 4s 67050K .......... .......... .......... .......... .......... 38% 99.3M 4s 67100K .......... .......... .......... .......... .......... 38% 122M 4s 67150K .......... .......... .......... .......... .......... 38% 130M 4s 67200K .......... .......... .......... .......... .......... 38% 92.8M 4s 67250K .......... .......... .......... .......... .......... 38% 115M 4s 67300K .......... .......... .......... .......... .......... 38% 112M 4s 67350K .......... .......... .......... .......... .......... 38% 102M 4s 67400K .......... .......... .......... .......... .......... 38% 113M 4s 67450K .......... .......... .......... .......... .......... 38% 119M 4s 67500K .......... .......... .......... .......... .......... 38% 93.5M 4s 67550K .......... .......... .......... .......... .......... 38% 1.14M 4s 67600K .......... .......... .......... .......... .......... 38% 10.9M 4s 67650K .......... .......... .......... .......... .......... 38% 109M 4s 67700K .......... .......... .......... .......... .......... 38% 104M 4s 67750K .......... .......... .......... .......... .......... 38% 100M 4s 67800K .......... .......... .......... .......... .......... 38% 106M 4s 67850K .......... .......... .......... .......... .......... 38% 91.1M 4s 67900K .......... .......... .......... .......... .......... 38% 35.6M 4s 67950K .......... .......... .......... .......... .......... 38% 87.0M 4s 68000K .......... .......... .......... .......... .......... 38% 111M 4s 68050K .......... .......... .......... .......... .......... 38% 114M 4s 68100K .......... .......... .......... .......... .......... 38% 97.9M 4s 68150K .......... .......... .......... .......... .......... 38% 21.5M 4s 68200K .......... .......... .......... .......... .......... 38% 121M 4s 68250K .......... .......... .......... .......... .......... 38% 88.4M 4s 68300K .......... .......... .......... .......... .......... 39% 132M 4s 68350K .......... .......... .......... .......... .......... 39% 82.7M 4s 68400K .......... .......... .......... .......... .......... 39% 105M 4s 68450K .......... .......... .......... .......... .......... 39% 95.8M 4s 68500K .......... .......... .......... .......... .......... 39% 121M 4s 68550K .......... .......... .......... .......... .......... 39% 112M 4s 68600K .......... .......... .......... .......... .......... 39% 123M 4s 68650K .......... .......... .......... .......... .......... 39% 15.2M 4s 68700K .......... .......... .......... .......... .......... 39% 80.4M 4s 68750K .......... .......... .......... .......... .......... 39% 88.8M 4s 68800K .......... .......... .......... .......... .......... 39% 66.5M 4s 68850K .......... .......... .......... .......... .......... 39% 76.4M 4s 68900K .......... .......... .......... .......... .......... 39% 95.3M 4s 68950K .......... .......... .......... .......... .......... 39% 67.1M 4s 69000K .......... .......... .......... .......... .......... 39% 82.1M 4s 69050K .......... .......... .......... .......... .......... 39% 90.6M 4s 69100K .......... .......... .......... .......... .......... 39% 95.4M 4s 69150K .......... .......... .......... .......... .......... 39% 78.4M 4s 69200K .......... .......... .......... .......... .......... 39% 76.9M 4s 69250K .......... .......... .......... .......... .......... 39% 69.1M 4s 69300K .......... .......... .......... .......... .......... 39% 63.7M 4s 69350K .......... .......... .......... .......... .......... 39% 94.3M 4s 69400K .......... .......... .......... .......... .......... 39% 45.2M 4s 69450K .......... .......... .......... .......... .......... 39% 81.5M 4s 69500K .......... .......... .......... .......... .......... 39% 72.5M 4s 69550K .......... .......... .......... .......... .......... 39% 96.7M 4s 69600K .......... .......... .......... .......... .......... 39% 1.11M 4s 69650K .......... .......... .......... .......... .......... 39% 112M 4s 69700K .......... .......... .......... .......... .......... 39% 106M 4s 69750K .......... .......... .......... .......... .......... 39% 119M 4s 69800K .......... .......... .......... .......... .......... 39% 90.7M 4s 69850K .......... .......... .......... .......... .......... 39% 111M 4s 69900K .......... .......... .......... .......... .......... 39% 19.2M 4s 69950K .......... .......... .......... .......... .......... 39% 74.7M 4s 70000K .......... .......... .......... .......... .......... 39% 59.7M 4s 70050K .......... .......... .......... .......... .......... 40% 95.3M 4s 70100K .......... .......... .......... .......... .......... 40% 103M 4s 70150K .......... .......... .......... .......... .......... 40% 105M 4s 70200K .......... .......... .......... .......... .......... 40% 15.9M 4s 70250K .......... .......... .......... .......... .......... 40% 109M 4s 70300K .......... .......... .......... .......... .......... 40% 99.6M 4s 70350K .......... .......... .......... .......... .......... 40% 122M 4s 70400K .......... .......... .......... .......... .......... 40% 110M 4s 70450K .......... .......... .......... .......... .......... 40% 6.68M 4s 70500K .......... .......... .......... .......... .......... 40% 117M 4s 70550K .......... .......... .......... .......... .......... 40% 96.3M 4s 70600K .......... .......... .......... .......... .......... 40% 121M 4s 70650K .......... .......... .......... .......... .......... 40% 91.5M 4s 70700K .......... .......... .......... .......... .......... 40% 125M 4s 70750K .......... .......... .......... .......... .......... 40% 78.9M 4s 70800K .......... .......... .......... .......... .......... 40% 69.8M 4s 70850K .......... .......... .......... .......... .......... 40% 67.2M 4s 70900K .......... .......... .......... .......... .......... 40% 121M 4s 70950K .......... .......... .......... .......... .......... 40% 6.09M 4s 71000K .......... .......... .......... .......... .......... 40% 111M 4s 71050K .......... .......... .......... .......... .......... 40% 109M 4s 71100K .......... .......... .......... .......... .......... 40% 108M 4s 71150K .......... .......... .......... .......... .......... 40% 101M 4s 71200K .......... .......... .......... .......... .......... 40% 109M 4s 71250K .......... .......... .......... .......... .......... 40% 122M 4s 71300K .......... .......... .......... .......... .......... 40% 111M 4s 71350K .......... .......... .......... .......... .......... 40% 108M 4s 71400K .......... .......... .......... .......... .......... 40% 111M 4s 71450K .......... .......... .......... .......... .......... 40% 109M 4s 71500K .......... .......... .......... .......... .......... 40% 110M 4s 71550K .......... .......... .......... .......... .......... 40% 100M 4s 71600K .......... .......... .......... .......... .......... 40% 129M 4s 71650K .......... .......... .......... .......... .......... 40% 1.21M 4s 71700K .......... .......... .......... .......... .......... 40% 79.5M 4s 71750K .......... .......... .......... .......... .......... 40% 99.1M 4s 71800K .......... .......... .......... .......... .......... 41% 99.9M 4s 71850K .......... .......... .......... .......... .......... 41% 111M 4s 71900K .......... .......... .......... .......... .......... 41% 123M 4s 71950K .......... .......... .......... .......... .......... 41% 110M 4s 72000K .......... .......... .......... .......... .......... 41% 110M 4s 72050K .......... .......... .......... .......... .......... 41% 95.1M 4s 72100K .......... .......... .......... .......... .......... 41% 127M 4s 72150K .......... .......... .......... .......... .......... 41% 95.0M 4s 72200K .......... .......... .......... .......... .......... 41% 96.8M 4s 72250K .......... .......... .......... .......... .......... 41% 26.4M 4s 72300K .......... .......... .......... .......... .......... 41% 90.3M 4s 72350K .......... .......... .......... .......... .......... 41% 89.9M 4s 72400K .......... .......... .......... .......... .......... 41% 77.1M 4s 72450K .......... .......... .......... .......... .......... 41% 80.9M 4s 72500K .......... .......... .......... .......... .......... 41% 111M 4s 72550K .......... .......... .......... .......... .......... 41% 111M 4s 72600K .......... .......... .......... .......... .......... 41% 74.8M 4s 72650K .......... .......... .......... .......... .......... 41% 112M 4s 72700K .......... .......... .......... .......... .......... 41% 112M 4s 72750K .......... .......... .......... .......... .......... 41% 19.9M 4s 72800K .......... .......... .......... .......... .......... 41% 78.1M 4s 72850K .......... .......... .......... .......... .......... 41% 21.4M 4s 72900K .......... .......... .......... .......... .......... 41% 112M 4s 72950K .......... .......... .......... .......... .......... 41% 99.0M 4s 73000K .......... .......... .......... .......... .......... 41% 79.2M 4s 73050K .......... .......... .......... .......... .......... 41% 109M 4s 73100K .......... .......... .......... .......... .......... 41% 118M 4s 73150K .......... .......... .......... .......... .......... 41% 101M 4s 73200K .......... .......... .......... .......... .......... 41% 106M 4s 73250K .......... .......... .......... .......... .......... 41% 110M 4s 73300K .......... .......... .......... .......... .......... 41% 122M 4s 73350K .......... .......... .......... .......... .......... 41% 116M 4s 73400K .......... .......... .......... .......... .......... 41% 102M 4s 73450K .......... .......... .......... .......... .......... 41% 119M 4s 73500K .......... .......... .......... .......... .......... 41% 19.6M 4s 73550K .......... .......... .......... .......... .......... 41% 79.7M 4s 73600K .......... .......... .......... .......... .......... 42% 119M 4s 73650K .......... .......... .......... .......... .......... 42% 111M 4s 73700K .......... .......... .......... .......... .......... 42% 913K 4s 73750K .......... .......... .......... .......... .......... 42% 89.6M 4s 73800K .......... .......... .......... .......... .......... 42% 95.2M 4s 73850K .......... .......... .......... .......... .......... 42% 104M 4s 73900K .......... .......... .......... .......... .......... 42% 119M 4s 73950K .......... .......... .......... .......... .......... 42% 115M 4s 74000K .......... .......... .......... .......... .......... 42% 57.2M 4s 74050K .......... .......... .......... .......... .......... 42% 82.2M 4s 74100K .......... .......... .......... .......... .......... 42% 98.4M 4s 74150K .......... .......... .......... .......... .......... 42% 111M 4s 74200K .......... .......... .......... .......... .......... 42% 106M 4s 74250K .......... .......... .......... .......... .......... 42% 24.5M 4s 74300K .......... .......... .......... .......... .......... 42% 87.0M 4s 74350K .......... .......... .......... .......... .......... 42% 90.1M 4s 74400K .......... .......... .......... .......... .......... 42% 94.2M 4s 74450K .......... .......... .......... .......... .......... 42% 95.0M 4s 74500K .......... .......... .......... .......... .......... 42% 118M 4s 74550K .......... .......... .......... .......... .......... 42% 13.5M 4s 74600K .......... .......... .......... .......... .......... 42% 108M 4s 74650K .......... .......... .......... .......... .......... 42% 92.8M 4s 74700K .......... .......... .......... .......... .......... 42% 120M 4s 74750K .......... .......... .......... .......... .......... 42% 130M 4s 74800K .......... .......... .......... .......... .......... 42% 11.0M 4s 74850K .......... .......... .......... .......... .......... 42% 99.8M 4s 74900K .......... .......... .......... .......... .......... 42% 104M 4s 74950K .......... .......... .......... .......... .......... 42% 114M 4s 75000K .......... .......... .......... .......... .......... 42% 126M 4s 75050K .......... .......... .......... .......... .......... 42% 6.64M 4s 75100K .......... .......... .......... .......... .......... 42% 132M 4s 75150K .......... .......... .......... .......... .......... 42% 93.3M 4s 75200K .......... .......... .......... .......... .......... 42% 131M 4s 75250K .......... .......... .......... .......... .......... 42% 118M 4s 75300K .......... .......... .......... .......... .......... 42% 94.2M 4s 75350K .......... .......... .......... .......... .......... 43% 113M 4s 75400K .......... .......... .......... .......... .......... 43% 108M 4s 75450K .......... .......... .......... .......... .......... 43% 131M 4s 75500K .......... .......... .......... .......... .......... 43% 112M 4s 75550K .......... .......... .......... .......... .......... 43% 15.5M 4s 75600K .......... .......... .......... .......... .......... 43% 107M 4s 75650K .......... .......... .......... .......... .......... 43% 104M 4s 75700K .......... .......... .......... .......... .......... 43% 112M 4s 75750K .......... .......... .......... .......... .......... 43% 1.04M 4s 75800K .......... .......... .......... .......... .......... 43% 80.0M 4s 75850K .......... .......... .......... .......... .......... 43% 120M 4s 75900K .......... .......... .......... .......... .......... 43% 106M 4s 75950K .......... .......... .......... .......... .......... 43% 122M 4s 76000K .......... .......... .......... .......... .......... 43% 105M 4s 76050K .......... .......... .......... .......... .......... 43% 131M 4s 76100K .......... .......... .......... .......... .......... 43% 109M 4s 76150K .......... .......... .......... .......... .......... 43% 106M 4s 76200K .......... .......... .......... .......... .......... 43% 119M 4s 76250K .......... .......... .......... .......... .......... 43% 88.0M 4s 76300K .......... .......... .......... .......... .......... 43% 9.86M 4s 76350K .......... .......... .......... .......... .......... 43% 125M 4s 76400K .......... .......... .......... .......... .......... 43% 109M 4s 76450K .......... .......... .......... .......... .......... 43% 86.5M 4s 76500K .......... .......... .......... .......... .......... 43% 89.6M 4s 76550K .......... .......... .......... .......... .......... 43% 123M 4s 76600K .......... .......... .......... .......... .......... 43% 105M 4s 76650K .......... .......... .......... .......... .......... 43% 64.3M 4s 76700K .......... .......... .......... .......... .......... 43% 88.3M 4s 76750K .......... .......... .......... .......... .......... 43% 123M 4s 76800K .......... .......... .......... .......... .......... 43% 103M 4s 76850K .......... .......... .......... .......... .......... 43% 108M 4s 76900K .......... .......... .......... .......... .......... 43% 114M 4s 76950K .......... .......... .......... .......... .......... 43% 104M 4s 77000K .......... .......... .......... .......... .......... 43% 114M 4s 77050K .......... .......... .......... .......... .......... 43% 107M 4s 77100K .......... .......... .......... .......... .......... 44% 7.60M 4s 77150K .......... .......... .......... .......... .......... 44% 79.3M 4s 77200K .......... .......... .......... .......... .......... 44% 115M 4s 77250K .......... .......... .......... .......... .......... 44% 113M 4s 77300K .......... .......... .......... .......... .......... 44% 117M 4s 77350K .......... .......... .......... .......... .......... 44% 108M 4s 77400K .......... .......... .......... .......... .......... 44% 122M 4s 77450K .......... .......... .......... .......... .......... 44% 108M 4s 77500K .......... .......... .......... .......... .......... 44% 124M 4s 77550K .......... .......... .......... .......... .......... 44% 94.7M 4s 77600K .......... .......... .......... .......... .......... 44% 123M 4s 77650K .......... .......... .......... .......... .......... 44% 123M 4s 77700K .......... .......... .......... .......... .......... 44% 112M 4s 77750K .......... .......... .......... .......... .......... 44% 90.7M 4s 77800K .......... .......... .......... .......... .......... 44% 1.27M 4s 77850K .......... .......... .......... .......... .......... 44% 16.2M 4s 77900K .......... .......... .......... .......... .......... 44% 108M 4s 77950K .......... .......... .......... .......... .......... 44% 83.9M 4s 78000K .......... .......... .......... .......... .......... 44% 112M 4s 78050K .......... .......... .......... .......... .......... 44% 99.9M 4s 78100K .......... .......... .......... .......... .......... 44% 10.4M 4s 78150K .......... .......... .......... .......... .......... 44% 104M 4s 78200K .......... .......... .......... .......... .......... 44% 106M 4s 78250K .......... .......... .......... .......... .......... 44% 105M 4s 78300K .......... .......... .......... .......... .......... 44% 93.5M 4s 78350K .......... .......... .......... .......... .......... 44% 29.4M 4s 78400K .......... .......... .......... .......... .......... 44% 126M 4s 78450K .......... .......... .......... .......... .......... 44% 98.9M 4s 78500K .......... .......... .......... .......... .......... 44% 102M 4s 78550K .......... .......... .......... .......... .......... 44% 109M 4s 78600K .......... .......... .......... .......... .......... 44% 113M 4s 78650K .......... .......... .......... .......... .......... 44% 13.6M 4s 78700K .......... .......... .......... .......... .......... 44% 91.7M 4s 78750K .......... .......... .......... .......... .......... 44% 98.2M 4s 78800K .......... .......... .......... .......... .......... 44% 123M 4s 78850K .......... .......... .......... .......... .......... 45% 93.0M 4s 78900K .......... .......... .......... .......... .......... 45% 138M 4s 78950K .......... .......... .......... .......... .......... 45% 96.9M 4s 79000K .......... .......... .......... .......... .......... 45% 126M 4s 79050K .......... .......... .......... .......... .......... 45% 93.1M 4s 79100K .......... .......... .......... .......... .......... 45% 118M 4s 79150K .......... .......... .......... .......... .......... 45% 47.9M 4s 79200K .......... .......... .......... .......... .......... 45% 112M 4s 79250K .......... .......... .......... .......... .......... 45% 101M 4s 79300K .......... .......... .......... .......... .......... 45% 85.9M 4s 79350K .......... .......... .......... .......... .......... 45% 106M 4s 79400K .......... .......... .......... .......... .......... 45% 12.1M 4s 79450K .......... .......... .......... .......... .......... 45% 77.3M 4s 79500K .......... .......... .......... .......... .......... 45% 84.4M 4s 79550K .......... .......... .......... .......... .......... 45% 112M 4s 79600K .......... .......... .......... .......... .......... 45% 121M 4s 79650K .......... .......... .......... .......... .......... 45% 18.8M 4s 79700K .......... .......... .......... .......... .......... 45% 101M 4s 79750K .......... .......... .......... .......... .......... 45% 99.6M 4s 79800K .......... .......... .......... .......... .......... 45% 117M 4s 79850K .......... .......... .......... .......... .......... 45% 1.19M 4s 79900K .......... .......... .......... .......... .......... 45% 71.0M 4s 79950K .......... .......... .......... .......... .......... 45% 93.7M 4s 80000K .......... .......... .......... .......... .......... 45% 96.9M 4s 80050K .......... .......... .......... .......... .......... 45% 123M 4s 80100K .......... .......... .......... .......... .......... 45% 120M 4s 80150K .......... .......... .......... .......... .......... 45% 3.34M 4s 80200K .......... .......... .......... .......... .......... 45% 105M 4s 80250K .......... .......... .......... .......... .......... 45% 120M 4s 80300K .......... .......... .......... .......... .......... 45% 96.6M 4s 80350K .......... .......... .......... .......... .......... 45% 94.3M 4s 80400K .......... .......... .......... .......... .......... 45% 105M 4s 80450K .......... .......... .......... .......... .......... 45% 112M 4s 80500K .......... .......... .......... .......... .......... 45% 108M 4s 80550K .......... .......... .......... .......... .......... 45% 110M 4s 80600K .......... .......... .......... .......... .......... 46% 116M 4s 80650K .......... .......... .......... .......... .......... 46% 86.3M 4s 80700K .......... .......... .......... .......... .......... 46% 99.5M 4s 80750K .......... .......... .......... .......... .......... 46% 102M 4s 80800K .......... .......... .......... .......... .......... 46% 120M 4s 80850K .......... .......... .......... .......... .......... 46% 116M 4s 80900K .......... .......... .......... .......... .......... 46% 114M 4s 80950K .......... .......... .......... .......... .......... 46% 123M 4s 81000K .......... .......... .......... .......... .......... 46% 109M 4s 81050K .......... .......... .......... .......... .......... 46% 121M 4s 81100K .......... .......... .......... .......... .......... 46% 116M 4s 81150K .......... .......... .......... .......... .......... 46% 94.0M 4s 81200K .......... .......... .......... .......... .......... 46% 104M 4s 81250K .......... .......... .......... .......... .......... 46% 114M 4s 81300K .......... .......... .......... .......... .......... 46% 69.1M 4s 81350K .......... .......... .......... .......... .......... 46% 124M 4s 81400K .......... .......... .......... .......... .......... 46% 107M 4s 81450K .......... .......... .......... .......... .......... 46% 78.6M 4s 81500K .......... .......... .......... .......... .......... 46% 89.6M 4s 81550K .......... .......... .......... .......... .......... 46% 115M 4s 81600K .......... .......... .......... .......... .......... 46% 113M 4s 81650K .......... .......... .......... .......... .......... 46% 123M 4s 81700K .......... .......... .......... .......... .......... 46% 30.7M 4s 81750K .......... .......... .......... .......... .......... 46% 116M 4s 81800K .......... .......... .......... .......... .......... 46% 107M 4s 81850K .......... .......... .......... .......... .......... 46% 130M 4s 81900K .......... .......... .......... .......... .......... 46% 895K 4s 81950K .......... .......... .......... .......... .......... 46% 97.7M 4s 82000K .......... .......... .......... .......... .......... 46% 93.8M 4s 82050K .......... .......... .......... .......... .......... 46% 128M 4s 82100K .......... .......... .......... .......... .......... 46% 104M 4s 82150K .......... .......... .......... .......... .......... 46% 137M 4s 82200K .......... .......... .......... .......... .......... 46% 5.11M 4s 82250K .......... .......... .......... .......... .......... 46% 111M 4s 82300K .......... .......... .......... .......... .......... 46% 92.9M 4s 82350K .......... .......... .......... .......... .......... 47% 121M 4s 82400K .......... .......... .......... .......... .......... 47% 136M 4s 82450K .......... .......... .......... .......... .......... 47% 121M 4s 82500K .......... .......... .......... .......... .......... 47% 84.0M 4s 82550K .......... .......... .......... .......... .......... 47% 127M 4s 82600K .......... .......... .......... .......... .......... 47% 98.3M 4s 82650K .......... .......... .......... .......... .......... 47% 114M 4s 82700K .......... .......... .......... .......... .......... 47% 12.9M 4s 82750K .......... .......... .......... .......... .......... 47% 117M 4s 82800K .......... .......... .......... .......... .......... 47% 110M 4s 82850K .......... .......... .......... .......... .......... 47% 99.4M 4s 82900K .......... .......... .......... .......... .......... 47% 126M 4s 82950K .......... .......... .......... .......... .......... 47% 117M 4s 83000K .......... .......... .......... .......... .......... 47% 122M 4s 83050K .......... .......... .......... .......... .......... 47% 62.5M 4s 83100K .......... .......... .......... .......... .......... 47% 124M 4s 83150K .......... .......... .......... .......... .......... 47% 123M 4s 83200K .......... .......... .......... .......... .......... 47% 142M 4s 83250K .......... .......... .......... .......... .......... 47% 11.0M 4s 83300K .......... .......... .......... .......... .......... 47% 107M 4s 83350K .......... .......... .......... .......... .......... 47% 118M 4s 83400K .......... .......... .......... .......... .......... 47% 110M 4s 83450K .......... .......... .......... .......... .......... 47% 118M 4s 83500K .......... .......... .......... .......... .......... 47% 124M 4s 83550K .......... .......... .......... .......... .......... 47% 94.0M 4s 83600K .......... .......... .......... .......... .......... 47% 136M 4s 83650K .......... .......... .......... .......... .......... 47% 113M 4s 83700K .......... .......... .......... .......... .......... 47% 128M 4s 83750K .......... .......... .......... .......... .......... 47% 89.3M 4s 83800K .......... .......... .......... .......... .......... 47% 128M 4s 83850K .......... .......... .......... .......... .......... 47% 83.7M 4s 83900K .......... .......... .......... .......... .......... 47% 127M 4s 83950K .......... .......... .......... .......... .......... 47% 834K 4s 84000K .......... .......... .......... .......... .......... 47% 88.3M 4s 84050K .......... .......... .......... .......... .......... 47% 110M 4s 84100K .......... .......... .......... .......... .......... 48% 114M 4s 84150K .......... .......... .......... .......... .......... 48% 4.63M 4s 84200K .......... .......... .......... .......... .......... 48% 85.8M 4s 84250K .......... .......... .......... .......... .......... 48% 117M 4s 84300K .......... .......... .......... .......... .......... 48% 126M 4s 84350K .......... .......... .......... .......... .......... 48% 120M 4s 84400K .......... .......... .......... .......... .......... 48% 101M 4s 84450K .......... .......... .......... .......... .......... 48% 112M 4s 84500K .......... .......... .......... .......... .......... 48% 134M 4s 84550K .......... .......... .......... .......... .......... 48% 125M 4s 84600K .......... .......... .......... .......... .......... 48% 108M 4s 84650K .......... .......... .......... .......... .......... 48% 68.4M 4s 84700K .......... .......... .......... .......... .......... 48% 86.7M 4s 84750K .......... .......... .......... .......... .......... 48% 77.0M 4s 84800K .......... .......... .......... .......... .......... 48% 70.1M 4s 84850K .......... .......... .......... .......... .......... 48% 81.4M 4s 84900K .......... .......... .......... .......... .......... 48% 84.5M 4s 84950K .......... .......... .......... .......... .......... 48% 81.6M 4s 85000K .......... .......... .......... .......... .......... 48% 65.3M 4s 85050K .......... .......... .......... .......... .......... 48% 75.6M 4s 85100K .......... .......... .......... .......... .......... 48% 87.2M 4s 85150K .......... .......... .......... .......... .......... 48% 79.0M 4s 85200K .......... .......... .......... .......... .......... 48% 80.3M 4s 85250K .......... .......... .......... .......... .......... 48% 74.1M 4s 85300K .......... .......... .......... .......... .......... 48% 78.7M 4s 85350K .......... .......... .......... .......... .......... 48% 84.0M 4s 85400K .......... .......... .......... .......... .......... 48% 69.6M 4s 85450K .......... .......... .......... .......... .......... 48% 123M 4s 85500K .......... .......... .......... .......... .......... 48% 119M 3s 85550K .......... .......... .......... .......... .......... 48% 131M 3s 85600K .......... .......... .......... .......... .......... 48% 104M 3s 85650K .......... .......... .......... .......... .......... 48% 134M 3s 85700K .......... .......... .......... .......... .......... 48% 121M 3s 85750K .......... .......... .......... .......... .......... 48% 126M 3s 85800K .......... .......... .......... .......... .......... 48% 124M 3s 85850K .......... .......... .......... .......... .......... 49% 131M 3s 85900K .......... .......... .......... .......... .......... 49% 136M 3s 85950K .......... .......... .......... .......... .......... 49% 141M 3s 86000K .......... .......... .......... .......... .......... 49% 1.72M 3s 86050K .......... .......... .......... .......... .......... 49% 123M 3s 86100K .......... .......... .......... .......... .......... 49% 82.9M 3s 86150K .......... .......... .......... .......... .......... 49% 122M 3s 86200K .......... .......... .......... .......... .......... 49% 98.4M 3s 86250K .......... .......... .......... .......... .......... 49% 109M 3s 86300K .......... .......... .......... .......... .......... 49% 3.65M 3s 86350K .......... .......... .......... .......... .......... 49% 119M 3s 86400K .......... .......... .......... .......... .......... 49% 119M 3s 86450K .......... .......... .......... .......... .......... 49% 119M 3s 86500K .......... .......... .......... .......... .......... 49% 116M 3s 86550K .......... .......... .......... .......... .......... 49% 81.1M 3s 86600K .......... .......... .......... .......... .......... 49% 116M 3s 86650K .......... .......... .......... .......... .......... 49% 113M 3s 86700K .......... .......... .......... .......... .......... 49% 102M 3s 86750K .......... .......... .......... .......... .......... 49% 128M 3s 86800K .......... .......... .......... .......... .......... 49% 118M 3s 86850K .......... .......... .......... .......... .......... 49% 133M 3s 86900K .......... .......... .......... .......... .......... 49% 103M 3s 86950K .......... .......... .......... .......... .......... 49% 73.6M 3s 87000K .......... .......... .......... .......... .......... 49% 110M 3s 87050K .......... .......... .......... .......... .......... 49% 143M 3s 87100K .......... .......... .......... .......... .......... 49% 67.4M 3s 87150K .......... .......... .......... .......... .......... 49% 134M 3s 87200K .......... .......... .......... .......... .......... 49% 126M 3s 87250K .......... .......... .......... .......... .......... 49% 132M 3s 87300K .......... .......... .......... .......... .......... 49% 111M 3s 87350K .......... .......... .......... .......... .......... 49% 6.39M 3s 87400K .......... .......... .......... .......... .......... 49% 104M 3s 87450K .......... .......... .......... .......... .......... 49% 113M 3s 87500K .......... .......... .......... .......... .......... 49% 127M 3s 87550K .......... .......... .......... .......... .......... 49% 86.3M 3s 87600K .......... .......... .......... .......... .......... 50% 113M 3s 87650K .......... .......... .......... .......... .......... 50% 109M 3s 87700K .......... .......... .......... .......... .......... 50% 129M 3s 87750K .......... .......... .......... .......... .......... 50% 101M 3s 87800K .......... .......... .......... .......... .......... 50% 125M 3s 87850K .......... .......... .......... .......... .......... 50% 119M 3s 87900K .......... .......... .......... .......... .......... 50% 112M 3s 87950K .......... .......... .......... .......... .......... 50% 117M 3s 88000K .......... .......... .......... .......... .......... 50% 116M 3s 88050K .......... .......... .......... .......... .......... 50% 970K 3s 88100K .......... .......... .......... .......... .......... 50% 84.9M 3s 88150K .......... .......... .......... .......... .......... 50% 119M 3s 88200K .......... .......... .......... .......... .......... 50% 87.6M 3s 88250K .......... .......... .......... .......... .......... 50% 122M 3s 88300K .......... .......... .......... .......... .......... 50% 113M 3s 88350K .......... .......... .......... .......... .......... 50% 1.80M 3s 88400K .......... .......... .......... .......... .......... 50% 124M 3s 88450K .......... .......... .......... .......... .......... 50% 113M 3s 88500K .......... .......... .......... .......... .......... 50% 116M 3s 88550K .......... .......... .......... .......... .......... 50% 122M 3s 88600K .......... .......... .......... .......... .......... 50% 106M 3s 88650K .......... .......... .......... .......... .......... 50% 119M 3s 88700K .......... .......... .......... .......... .......... 50% 102M 3s 88750K .......... .......... .......... .......... .......... 50% 85.9M 3s 88800K .......... .......... .......... .......... .......... 50% 110M 3s 88850K .......... .......... .......... .......... .......... 50% 117M 3s 88900K .......... .......... .......... .......... .......... 50% 77.4M 3s 88950K .......... .......... .......... .......... .......... 50% 106M 3s 89000K .......... .......... .......... .......... .......... 50% 120M 3s 89050K .......... .......... .......... .......... .......... 50% 127M 3s 89100K .......... .......... .......... .......... .......... 50% 111M 3s 89150K .......... .......... .......... .......... .......... 50% 145M 3s 89200K .......... .......... .......... .......... .......... 50% 136M 3s 89250K .......... .......... .......... .......... .......... 50% 102M 3s 89300K .......... .......... .......... .......... .......... 50% 108M 3s 89350K .......... .......... .......... .......... .......... 51% 116M 3s 89400K .......... .......... .......... .......... .......... 51% 84.9M 3s 89450K .......... .......... .......... .......... .......... 51% 122M 3s 89500K .......... .......... .......... .......... .......... 51% 107M 3s 89550K .......... .......... .......... .......... .......... 51% 134M 3s 89600K .......... .......... .......... .......... .......... 51% 114M 3s 89650K .......... .......... .......... .......... .......... 51% 95.0M 3s 89700K .......... .......... .......... .......... .......... 51% 102M 3s 89750K .......... .......... .......... .......... .......... 51% 104M 3s 89800K .......... .......... .......... .......... .......... 51% 104M 3s 89850K .......... .......... .......... .......... .......... 51% 110M 3s 89900K .......... .......... .......... .......... .......... 51% 93.5M 3s 89950K .......... .......... .......... .......... .......... 51% 127M 3s 90000K .......... .......... .......... .......... .......... 51% 116M 3s 90050K .......... .......... .......... .......... .......... 51% 108M 3s 90100K .......... .......... .......... .......... .......... 51% 562K 3s 90150K .......... .......... .......... .......... .......... 51% 111M 3s 90200K .......... .......... .......... .......... .......... 51% 89.3M 3s 90250K .......... .......... .......... .......... .......... 51% 128M 3s 90300K .......... .......... .......... .......... .......... 51% 102M 3s 90350K .......... .......... .......... .......... .......... 51% 126M 3s 90400K .......... .......... .......... .......... .......... 51% 104M 3s 90450K .......... .......... .......... .......... .......... 51% 111M 3s 90500K .......... .......... .......... .......... .......... 51% 124M 3s 90550K .......... .......... .......... .......... .......... 51% 119M 3s 90600K .......... .......... .......... .......... .......... 51% 115M 3s 90650K .......... .......... .......... .......... .......... 51% 98.4M 3s 90700K .......... .......... .......... .......... .......... 51% 116M 3s 90750K .......... .......... .......... .......... .......... 51% 100M 3s 90800K .......... .......... .......... .......... .......... 51% 104M 3s 90850K .......... .......... .......... .......... .......... 51% 136M 3s 90900K .......... .......... .......... .......... .......... 51% 107M 3s 90950K .......... .......... .......... .......... .......... 51% 128M 3s 91000K .......... .......... .......... .......... .......... 51% 96.5M 3s 91050K .......... .......... .......... .......... .......... 51% 130M 3s 91100K .......... .......... .......... .......... .......... 52% 93.9M 3s 91150K .......... .......... .......... .......... .......... 52% 117M 3s 91200K .......... .......... .......... .......... .......... 52% 102M 3s 91250K .......... .......... .......... .......... .......... 52% 128M 3s 91300K .......... .......... .......... .......... .......... 52% 125M 3s 91350K .......... .......... .......... .......... .......... 52% 110M 3s 91400K .......... .......... .......... .......... .......... 52% 118M 3s 91450K .......... .......... .......... .......... .......... 52% 82.1M 3s 91500K .......... .......... .......... .......... .......... 52% 132M 3s 91550K .......... .......... .......... .......... .......... 52% 120M 3s 91600K .......... .......... .......... .......... .......... 52% 86.1M 3s 91650K .......... .......... .......... .......... .......... 52% 102M 3s 91700K .......... .......... .......... .......... .......... 52% 116M 3s 91750K .......... .......... .......... .......... .......... 52% 122M 3s 91800K .......... .......... .......... .......... .......... 52% 117M 3s 91850K .......... .......... .......... .......... .......... 52% 131M 3s 91900K .......... .......... .......... .......... .......... 52% 111M 3s 91950K .......... .......... .......... .......... .......... 52% 129M 3s 92000K .......... .......... .......... .......... .......... 52% 95.7M 3s 92050K .......... .......... .......... .......... .......... 52% 106M 3s 92100K .......... .......... .......... .......... .......... 52% 121M 3s 92150K .......... .......... .......... .......... .......... 52% 1.55M 3s 92200K .......... .......... .......... .......... .......... 52% 87.8M 3s 92250K .......... .......... .......... .......... .......... 52% 19.6M 3s 92300K .......... .......... .......... .......... .......... 52% 93.8M 3s 92350K .......... .......... .......... .......... .......... 52% 117M 3s 92400K .......... .......... .......... .......... .......... 52% 93.5M 3s 92450K .......... .......... .......... .......... .......... 52% 10.2M 3s 92500K .......... .......... .......... .......... .......... 52% 103M 3s 92550K .......... .......... .......... .......... .......... 52% 101M 3s 92600K .......... .......... .......... .......... .......... 52% 112M 3s 92650K .......... .......... .......... .......... .......... 52% 114M 3s 92700K .......... .......... .......... .......... .......... 52% 93.6M 3s 92750K .......... .......... .......... .......... .......... 52% 128M 3s 92800K .......... .......... .......... .......... .......... 52% 118M 3s 92850K .......... .......... .......... .......... .......... 53% 106M 3s 92900K .......... .......... .......... .......... .......... 53% 107M 3s 92950K .......... .......... .......... .......... .......... 53% 123M 3s 93000K .......... .......... .......... .......... .......... 53% 109M 3s 93050K .......... .......... .......... .......... .......... 53% 112M 3s 93100K .......... .......... .......... .......... .......... 53% 116M 3s 93150K .......... .......... .......... .......... .......... 53% 129M 3s 93200K .......... .......... .......... .......... .......... 53% 16.3M 3s 93250K .......... .......... .......... .......... .......... 53% 107M 3s 93300K .......... .......... .......... .......... .......... 53% 110M 3s 93350K .......... .......... .......... .......... .......... 53% 95.5M 3s 93400K .......... .......... .......... .......... .......... 53% 97.5M 3s 93450K .......... .......... .......... .......... .......... 53% 110M 3s 93500K .......... .......... .......... .......... .......... 53% 129M 3s 93550K .......... .......... .......... .......... .......... 53% 102M 3s 93600K .......... .......... .......... .......... .......... 53% 112M 3s 93650K .......... .......... .......... .......... .......... 53% 111M 3s 93700K .......... .......... .......... .......... .......... 53% 118M 3s 93750K .......... .......... .......... .......... .......... 53% 121M 3s 93800K .......... .......... .......... .......... .......... 53% 96.5M 3s 93850K .......... .......... .......... .......... .......... 53% 131M 3s 93900K .......... .......... .......... .......... .......... 53% 109M 3s 93950K .......... .......... .......... .......... .......... 53% 128M 3s 94000K .......... .......... .......... .......... .......... 53% 115M 3s 94050K .......... .......... .......... .......... .......... 53% 69.2M 3s 94100K .......... .......... .......... .......... .......... 53% 79.2M 3s 94150K .......... .......... .......... .......... .......... 53% 81.9M 3s 94200K .......... .......... .......... .......... .......... 53% 1.35M 3s 94250K .......... .......... .......... .......... .......... 53% 104M 3s 94300K .......... .......... .......... .......... .......... 53% 114M 3s 94350K .......... .......... .......... .......... .......... 53% 112M 3s 94400K .......... .......... .......... .......... .......... 53% 81.6M 3s 94450K .......... .......... .......... .......... .......... 53% 122M 3s 94500K .......... .......... .......... .......... .......... 53% 24.7M 3s 94550K .......... .......... .......... .......... .......... 53% 113M 3s 94600K .......... .......... .......... .......... .......... 54% 114M 3s 94650K .......... .......... .......... .......... .......... 54% 102M 3s 94700K .......... .......... .......... .......... .......... 54% 98.1M 3s 94750K .......... .......... .......... .......... .......... 54% 15.5M 3s 94800K .......... .......... .......... .......... .......... 54% 14.6M 3s 94850K .......... .......... .......... .......... .......... 54% 107M 3s 94900K .......... .......... .......... .......... .......... 54% 126M 3s 94950K .......... .......... .......... .......... .......... 54% 123M 3s 95000K .......... .......... .......... .......... .......... 54% 116M 3s 95050K .......... .......... .......... .......... .......... 54% 103M 3s 95100K .......... .......... .......... .......... .......... 54% 124M 3s 95150K .......... .......... .......... .......... .......... 54% 94.9M 3s 95200K .......... .......... .......... .......... .......... 54% 117M 3s 95250K .......... .......... .......... .......... .......... 54% 113M 3s 95300K .......... .......... .......... .......... .......... 54% 75.6M 3s 95350K .......... .......... .......... .......... .......... 54% 115M 3s 95400K .......... .......... .......... .......... .......... 54% 133M 3s 95450K .......... .......... .......... .......... .......... 54% 121M 3s 95500K .......... .......... .......... .......... .......... 54% 17.1M 3s 95550K .......... .......... .......... .......... .......... 54% 104M 3s 95600K .......... .......... .......... .......... .......... 54% 115M 3s 95650K .......... .......... .......... .......... .......... 54% 128M 3s 95700K .......... .......... .......... .......... .......... 54% 108M 3s 95750K .......... .......... .......... .......... .......... 54% 114M 3s 95800K .......... .......... .......... .......... .......... 54% 78.7M 3s 95850K .......... .......... .......... .......... .......... 54% 61.5M 3s 95900K .......... .......... .......... .......... .......... 54% 109M 3s 95950K .......... .......... .......... .......... .......... 54% 99.2M 3s 96000K .......... .......... .......... .......... .......... 54% 118M 3s 96050K .......... .......... .......... .......... .......... 54% 135M 3s 96100K .......... .......... .......... .......... .......... 54% 130M 3s 96150K .......... .......... .......... .......... .......... 54% 93.2M 3s 96200K .......... .......... .......... .......... .......... 54% 123M 3s 96250K .......... .......... .......... .......... .......... 54% 1.25M 3s 96300K .......... .......... .......... .......... .......... 54% 102M 3s 96350K .......... .......... .......... .......... .......... 55% 125M 3s 96400K .......... .......... .......... .......... .......... 55% 91.2M 3s 96450K .......... .......... .......... .......... .......... 55% 83.7M 3s 96500K .......... .......... .......... .......... .......... 55% 105M 3s 96550K .......... .......... .......... .......... .......... 55% 17.4M 3s 96600K .......... .......... .......... .......... .......... 55% 125M 3s 96650K .......... .......... .......... .......... .......... 55% 113M 3s 96700K .......... .......... .......... .......... .......... 55% 21.5M 3s 96750K .......... .......... .......... .......... .......... 55% 125M 3s 96800K .......... .......... .......... .......... .......... 55% 97.2M 3s 96850K .......... .......... .......... .......... .......... 55% 125M 3s 96900K .......... .......... .......... .......... .......... 55% 90.5M 3s 96950K .......... .......... .......... .......... .......... 55% 119M 3s 97000K .......... .......... .......... .......... .......... 55% 120M 3s 97050K .......... .......... .......... .......... .......... 55% 99.5M 3s 97100K .......... .......... .......... .......... .......... 55% 116M 3s 97150K .......... .......... .......... .......... .......... 55% 103M 3s 97200K .......... .......... .......... .......... .......... 55% 134M 3s 97250K .......... .......... .......... .......... .......... 55% 110M 3s 97300K .......... .......... .......... .......... .......... 55% 3.82M 3s 97350K .......... .......... .......... .......... .......... 55% 109M 3s 97400K .......... .......... .......... .......... .......... 55% 101M 3s 97450K .......... .......... .......... .......... .......... 55% 119M 3s 97500K .......... .......... .......... .......... .......... 55% 122M 3s 97550K .......... .......... .......... .......... .......... 55% 105M 3s 97600K .......... .......... .......... .......... .......... 55% 99.1M 3s 97650K .......... .......... .......... .......... .......... 55% 122M 3s 97700K .......... .......... .......... .......... .......... 55% 96.4M 3s 97750K .......... .......... .......... .......... .......... 55% 125M 3s 97800K .......... .......... .......... .......... .......... 55% 98.5M 3s 97850K .......... .......... .......... .......... .......... 55% 127M 3s 97900K .......... .......... .......... .......... .......... 55% 120M 3s 97950K .......... .......... .......... .......... .......... 55% 121M 3s 98000K .......... .......... .......... .......... .......... 55% 105M 3s 98050K .......... .......... .......... .......... .......... 55% 110M 3s 98100K .......... .......... .......... .......... .......... 56% 127M 3s 98150K .......... .......... .......... .......... .......... 56% 124M 3s 98200K .......... .......... .......... .......... .......... 56% 80.0M 3s 98250K .......... .......... .......... .......... .......... 56% 115M 3s 98300K .......... .......... .......... .......... .......... 56% 1.08M 3s 98350K .......... .......... .......... .......... .......... 56% 111M 3s 98400K .......... .......... .......... .......... .......... 56% 85.3M 3s 98450K .......... .......... .......... .......... .......... 56% 127M 3s 98500K .......... .......... .......... .......... .......... 56% 119M 3s 98550K .......... .......... .......... .......... .......... 56% 122M 3s 98600K .......... .......... .......... .......... .......... 56% 98.8M 3s 98650K .......... .......... .......... .......... .......... 56% 125M 3s 98700K .......... .......... .......... .......... .......... 56% 133M 3s 98750K .......... .......... .......... .......... .......... 56% 121M 3s 98800K .......... .......... .......... .......... .......... 56% 105M 3s 98850K .......... .......... .......... .......... .......... 56% 119M 3s 98900K .......... .......... .......... .......... .......... 56% 110M 3s 98950K .......... .......... .......... .......... .......... 56% 123M 3s 99000K .......... .......... .......... .......... .......... 56% 83.4M 3s 99050K .......... .......... .......... .......... .......... 56% 104M 3s 99100K .......... .......... .......... .......... .......... 56% 4.08M 3s 99150K .......... .......... .......... .......... .......... 56% 121M 3s 99200K .......... .......... .......... .......... .......... 56% 110M 3s 99250K .......... .......... .......... .......... .......... 56% 109M 3s 99300K .......... .......... .......... .......... .......... 56% 126M 3s 99350K .......... .......... .......... .......... .......... 56% 93.3M 3s 99400K .......... .......... .......... .......... .......... 56% 126M 3s 99450K .......... .......... .......... .......... .......... 56% 98.5M 3s 99500K .......... .......... .......... .......... .......... 56% 126M 3s 99550K .......... .......... .......... .......... .......... 56% 111M 3s 99600K .......... .......... .......... .......... .......... 56% 81.6M 3s 99650K .......... .......... .......... .......... .......... 56% 87.1M 3s 99700K .......... .......... .......... .......... .......... 56% 126M 3s 99750K .......... .......... .......... .......... .......... 56% 132M 3s 99800K .......... .......... .......... .......... .......... 56% 109M 3s 99850K .......... .......... .......... .......... .......... 57% 108M 3s 99900K .......... .......... .......... .......... .......... 57% 112M 3s 99950K .......... .......... .......... .......... .......... 57% 121M 3s 100000K .......... .......... .......... .......... .......... 57% 109M 3s 100050K .......... .......... .......... .......... .......... 57% 105M 3s 100100K .......... .......... .......... .......... .......... 57% 125M 3s 100150K .......... .......... .......... .......... .......... 57% 112M 3s 100200K .......... .......... .......... .......... .......... 57% 109M 3s 100250K .......... .......... .......... .......... .......... 57% 94.1M 3s 100300K .......... .......... .......... .......... .......... 57% 143M 3s 100350K .......... .......... .......... .......... .......... 57% 964K 3s 100400K .......... .......... .......... .......... .......... 57% 68.3M 3s 100450K .......... .......... .......... .......... .......... 57% 77.3M 3s 100500K .......... .......... .......... .......... .......... 57% 109M 3s 100550K .......... .......... .......... .......... .......... 57% 113M 3s 100600K .......... .......... .......... .......... .......... 57% 81.3M 3s 100650K .......... .......... .......... .......... .......... 57% 92.1M 3s 100700K .......... .......... .......... .......... .......... 57% 68.5M 3s 100750K .......... .......... .......... .......... .......... 57% 114M 3s 100800K .......... .......... .......... .......... .......... 57% 94.2M 3s 100850K .......... .......... .......... .......... .......... 57% 128M 3s 100900K .......... .......... .......... .......... .......... 57% 121M 3s 100950K .......... .......... .......... .......... .......... 57% 123M 3s 101000K .......... .......... .......... .......... .......... 57% 93.4M 3s 101050K .......... .......... .......... .......... .......... 57% 130M 3s 101100K .......... .......... .......... .......... .......... 57% 115M 3s 101150K .......... .......... .......... .......... .......... 57% 117M 3s 101200K .......... .......... .......... .......... .......... 57% 110M 3s 101250K .......... .......... .......... .......... .......... 57% 118M 3s 101300K .......... .......... .......... .......... .......... 57% 137M 3s 101350K .......... .......... .......... .......... .......... 57% 109M 3s 101400K .......... .......... .......... .......... .......... 57% 99.2M 3s 101450K .......... .......... .......... .......... .......... 57% 108M 3s 101500K .......... .......... .......... .......... .......... 57% 119M 3s 101550K .......... .......... .......... .......... .......... 57% 128M 3s 101600K .......... .......... .......... .......... .......... 58% 101M 3s 101650K .......... .......... .......... .......... .......... 58% 12.0M 3s 101700K .......... .......... .......... .......... .......... 58% 114M 3s 101750K .......... .......... .......... .......... .......... 58% 90.9M 3s 101800K .......... .......... .......... .......... .......... 58% 111M 3s 101850K .......... .......... .......... .......... .......... 58% 109M 3s 101900K .......... .......... .......... .......... .......... 58% 121M 3s 101950K .......... .......... .......... .......... .......... 58% 114M 3s 102000K .......... .......... .......... .......... .......... 58% 121M 3s 102050K .......... .......... .......... .......... .......... 58% 131M 3s 102100K .......... .......... .......... .......... .......... 58% 110M 3s 102150K .......... .......... .......... .......... .......... 58% 93.1M 3s 102200K .......... .......... .......... .......... .......... 58% 111M 3s 102250K .......... .......... .......... .......... .......... 58% 116M 3s 102300K .......... .......... .......... .......... .......... 58% 70.9M 3s 102350K .......... .......... .......... .......... .......... 58% 107M 3s 102400K .......... .......... .......... .......... .......... 58% 1.52M 3s 102450K .......... .......... .......... .......... .......... 58% 20.0M 3s 102500K .......... .......... .......... .......... .......... 58% 97.4M 3s 102550K .......... .......... .......... .......... .......... 58% 97.0M 3s 102600K .......... .......... .......... .......... .......... 58% 109M 3s 102650K .......... .......... .......... .......... .......... 58% 125M 3s 102700K .......... .......... .......... .......... .......... 58% 110M 3s 102750K .......... .......... .......... .......... .......... 58% 82.0M 3s 102800K .......... .......... .......... .......... .......... 58% 131M 3s 102850K .......... .......... .......... .......... .......... 58% 93.9M 3s 102900K .......... .......... .......... .......... .......... 58% 115M 3s 102950K .......... .......... .......... .......... .......... 58% 12.8M 3s 103000K .......... .......... .......... .......... .......... 58% 12.7M 3s 103050K .......... .......... .......... .......... .......... 58% 101M 3s 103100K .......... .......... .......... .......... .......... 58% 101M 3s 103150K .......... .......... .......... .......... .......... 58% 127M 3s 103200K .......... .......... .......... .......... .......... 58% 107M 3s 103250K .......... .......... .......... .......... .......... 58% 109M 3s 103300K .......... .......... .......... .......... .......... 58% 110M 3s 103350K .......... .......... .......... .......... .......... 59% 125M 3s 103400K .......... .......... .......... .......... .......... 59% 114M 3s 103450K .......... .......... .......... .......... .......... 59% 102M 3s 103500K .......... .......... .......... .......... .......... 59% 119M 3s 103550K .......... .......... .......... .......... .......... 59% 117M 3s 103600K .......... .......... .......... .......... .......... 59% 115M 3s 103650K .......... .......... .......... .......... .......... 59% 95.1M 3s 103700K .......... .......... .......... .......... .......... 59% 11.5M 3s 103750K .......... .......... .......... .......... .......... 59% 62.0M 3s 103800K .......... .......... .......... .......... .......... 59% 125M 3s 103850K .......... .......... .......... .......... .......... 59% 118M 3s 103900K .......... .......... .......... .......... .......... 59% 106M 3s 103950K .......... .......... .......... .......... .......... 59% 118M 3s 104000K .......... .......... .......... .......... .......... 59% 112M 3s 104050K .......... .......... .......... .......... .......... 59% 128M 3s 104100K .......... .......... .......... .......... .......... 59% 108M 3s 104150K .......... .......... .......... .......... .......... 59% 102M 3s 104200K .......... .......... .......... .......... .......... 59% 115M 3s 104250K .......... .......... .......... .......... .......... 59% 122M 3s 104300K .......... .......... .......... .......... .......... 59% 136M 3s 104350K .......... .......... .......... .......... .......... 59% 94.9M 3s 104400K .......... .......... .......... .......... .......... 59% 1.44M 3s 104450K .......... .......... .......... .......... .......... 59% 115M 3s 104500K .......... .......... .......... .......... .......... 59% 23.9M 3s 104550K .......... .......... .......... .......... .......... 59% 81.0M 3s 104600K .......... .......... .......... .......... .......... 59% 124M 3s 104650K .......... .......... .......... .......... .......... 59% 120M 3s 104700K .......... .......... .......... .......... .......... 59% 119M 3s 104750K .......... .......... .......... .......... .......... 59% 16.5M 3s 104800K .......... .......... .......... .......... .......... 59% 122M 3s 104850K .......... .......... .......... .......... .......... 59% 57.6M 3s 104900K .......... .......... .......... .......... .......... 59% 24.4M 3s 104950K .......... .......... .......... .......... .......... 59% 104M 3s 105000K .......... .......... .......... .......... .......... 59% 115M 3s 105050K .......... .......... .......... .......... .......... 59% 116M 3s 105100K .......... .......... .......... .......... .......... 60% 105M 3s 105150K .......... .......... .......... .......... .......... 60% 110M 3s 105200K .......... .......... .......... .......... .......... 60% 4.49M 3s 105250K .......... .......... .......... .......... .......... 60% 86.3M 3s 105300K .......... .......... .......... .......... .......... 60% 115M 3s 105350K .......... .......... .......... .......... .......... 60% 113M 3s 105400K .......... .......... .......... .......... .......... 60% 121M 3s 105450K .......... .......... .......... .......... .......... 60% 109M 3s 105500K .......... .......... .......... .......... .......... 60% 119M 3s 105550K .......... .......... .......... .......... .......... 60% 122M 3s 105600K .......... .......... .......... .......... .......... 60% 98.1M 3s 105650K .......... .......... .......... .......... .......... 60% 87.7M 3s 105700K .......... .......... .......... .......... .......... 60% 109M 3s 105750K .......... .......... .......... .......... .......... 60% 109M 3s 105800K .......... .......... .......... .......... .......... 60% 127M 3s 105850K .......... .......... .......... .......... .......... 60% 20.5M 3s 105900K .......... .......... .......... .......... .......... 60% 107M 3s 105950K .......... .......... .......... .......... .......... 60% 121M 3s 106000K .......... .......... .......... .......... .......... 60% 125M 3s 106050K .......... .......... .......... .......... .......... 60% 77.7M 3s 106100K .......... .......... .......... .......... .......... 60% 119M 3s 106150K .......... .......... .......... .......... .......... 60% 114M 3s 106200K .......... .......... .......... .......... .......... 60% 129M 3s 106250K .......... .......... .......... .......... .......... 60% 101M 3s 106300K .......... .......... .......... .......... .......... 60% 111M 3s 106350K .......... .......... .......... .......... .......... 60% 127M 3s 106400K .......... .......... .......... .......... .......... 60% 116M 3s 106450K .......... .......... .......... .......... .......... 60% 825K 3s 106500K .......... .......... .......... .......... .......... 60% 111M 3s 106550K .......... .......... .......... .......... .......... 60% 88.6M 3s 106600K .......... .......... .......... .......... .......... 60% 94.7M 3s 106650K .......... .......... .......... .......... .......... 60% 119M 3s 106700K .......... .......... .......... .......... .......... 60% 18.8M 3s 106750K .......... .......... .......... .......... .......... 60% 106M 3s 106800K .......... .......... .......... .......... .......... 60% 96.9M 3s 106850K .......... .......... .......... .......... .......... 61% 146M 3s 106900K .......... .......... .......... .......... .......... 61% 116M 3s 106950K .......... .......... .......... .......... .......... 61% 120M 3s 107000K .......... .......... .......... .......... .......... 61% 106M 3s 107050K .......... .......... .......... .......... .......... 61% 134M 3s 107100K .......... .......... .......... .......... .......... 61% 125M 3s 107150K .......... .......... .......... .......... .......... 61% 80.6M 3s 107200K .......... .......... .......... .......... .......... 61% 109M 3s 107250K .......... .......... .......... .......... .......... 61% 108M 3s 107300K .......... .......... .......... .......... .......... 61% 3.52M 3s 107350K .......... .......... .......... .......... .......... 61% 110M 3s 107400K .......... .......... .......... .......... .......... 61% 103M 3s 107450K .......... .......... .......... .......... .......... 61% 103M 3s 107500K .......... .......... .......... .......... .......... 61% 111M 3s 107550K .......... .......... .......... .......... .......... 61% 122M 3s 107600K .......... .......... .......... .......... .......... 61% 129M 3s 107650K .......... .......... .......... .......... .......... 61% 92.0M 3s 107700K .......... .......... .......... .......... .......... 61% 122M 3s 107750K .......... .......... .......... .......... .......... 61% 105M 3s 107800K .......... .......... .......... .......... .......... 61% 128M 3s 107850K .......... .......... .......... .......... .......... 61% 103M 3s 107900K .......... .......... .......... .......... .......... 61% 126M 3s 107950K .......... .......... .......... .......... .......... 61% 136M 3s 108000K .......... .......... .......... .......... .......... 61% 115M 3s 108050K .......... .......... .......... .......... .......... 61% 86.9M 3s 108100K .......... .......... .......... .......... .......... 61% 112M 3s 108150K .......... .......... .......... .......... .......... 61% 113M 3s 108200K .......... .......... .......... .......... .......... 61% 88.2M 3s 108250K .......... .......... .......... .......... .......... 61% 111M 3s 108300K .......... .......... .......... .......... .......... 61% 97.3M 3s 108350K .......... .......... .......... .......... .......... 61% 126M 3s 108400K .......... .......... .......... .......... .......... 61% 134M 3s 108450K .......... .......... .......... .......... .......... 61% 118M 3s 108500K .......... .......... .......... .......... .......... 61% 692K 3s 108550K .......... .......... .......... .......... .......... 61% 81.1M 3s 108600K .......... .......... .......... .......... .......... 61% 88.4M 3s 108650K .......... .......... .......... .......... .......... 62% 100M 3s 108700K .......... .......... .......... .......... .......... 62% 109M 3s 108750K .......... .......... .......... .......... .......... 62% 109M 3s 108800K .......... .......... .......... .......... .......... 62% 102M 3s 108850K .......... .......... .......... .......... .......... 62% 111M 3s 108900K .......... .......... .......... .......... .......... 62% 115M 3s 108950K .......... .......... .......... .......... .......... 62% 127M 3s 109000K .......... .......... .......... .......... .......... 62% 91.4M 3s 109050K .......... .......... .......... .......... .......... 62% 113M 3s 109100K .......... .......... .......... .......... .......... 62% 109M 3s 109150K .......... .......... .......... .......... .......... 62% 123M 3s 109200K .......... .......... .......... .......... .......... 62% 104M 3s 109250K .......... .......... .......... .......... .......... 62% 122M 3s 109300K .......... .......... .......... .......... .......... 62% 119M 3s 109350K .......... .......... .......... .......... .......... 62% 112M 3s 109400K .......... .......... .......... .......... .......... 62% 102M 3s 109450K .......... .......... .......... .......... .......... 62% 120M 3s 109500K .......... .......... .......... .......... .......... 62% 122M 3s 109550K .......... .......... .......... .......... .......... 62% 115M 3s 109600K .......... .......... .......... .......... .......... 62% 108M 3s 109650K .......... .......... .......... .......... .......... 62% 117M 3s 109700K .......... .......... .......... .......... .......... 62% 112M 3s 109750K .......... .......... .......... .......... .......... 62% 128M 3s 109800K .......... .......... .......... .......... .......... 62% 113M 3s 109850K .......... .......... .......... .......... .......... 62% 122M 3s 109900K .......... .......... .......... .......... .......... 62% 92.9M 3s 109950K .......... .......... .......... .......... .......... 62% 94.6M 3s 110000K .......... .......... .......... .......... .......... 62% 87.6M 3s 110050K .......... .......... .......... .......... .......... 62% 128M 3s 110100K .......... .......... .......... .......... .......... 62% 106M 3s 110150K .......... .......... .......... .......... .......... 62% 118M 3s 110200K .......... .......... .......... .......... .......... 62% 102M 3s 110250K .......... .......... .......... .......... .......... 62% 121M 3s 110300K .......... .......... .......... .......... .......... 62% 131M 3s 110350K .......... .......... .......... .......... .......... 62% 122M 3s 110400K .......... .......... .......... .......... .......... 63% 118M 3s 110450K .......... .......... .......... .......... .......... 63% 86.2M 3s 110500K .......... .......... .......... .......... .......... 63% 113M 3s 110550K .......... .......... .......... .......... .......... 63% 1.86M 3s 110600K .......... .......... .......... .......... .......... 63% 102M 3s 110650K .......... .......... .......... .......... .......... 63% 12.9M 3s 110700K .......... .......... .......... .......... .......... 63% 71.8M 3s 110750K .......... .......... .......... .......... .......... 63% 63.6M 3s 110800K .......... .......... .......... .......... .......... 63% 106M 3s 110850K .......... .......... .......... .......... .......... 63% 127M 2s 110900K .......... .......... .......... .......... .......... 63% 7.95M 2s 110950K .......... .......... .......... .......... .......... 63% 101M 2s 111000K .......... .......... .......... .......... .......... 63% 18.0M 2s 111050K .......... .......... .......... .......... .......... 63% 75.4M 2s 111100K .......... .......... .......... .......... .......... 63% 82.0M 2s 111150K .......... .......... .......... .......... .......... 63% 88.7M 2s 111200K .......... .......... .......... .......... .......... 63% 99.8M 2s 111250K .......... .......... .......... .......... .......... 63% 87.1M 2s 111300K .......... .......... .......... .......... .......... 63% 77.5M 2s 111350K .......... .......... .......... .......... .......... 63% 92.8M 2s 111400K .......... .......... .......... .......... .......... 63% 87.3M 2s 111450K .......... .......... .......... .......... .......... 63% 91.9M 2s 111500K .......... .......... .......... .......... .......... 63% 102M 2s 111550K .......... .......... .......... .......... .......... 63% 145M 2s 111600K .......... .......... .......... .......... .......... 63% 145M 2s 111650K .......... .......... .......... .......... .......... 63% 7.42M 2s 111700K .......... .......... .......... .......... .......... 63% 81.8M 2s 111750K .......... .......... .......... .......... .......... 63% 81.9M 2s 111800K .......... .......... .......... .......... .......... 63% 80.1M 2s 111850K .......... .......... .......... .......... .......... 63% 50.9M 2s 111900K .......... .......... .......... .......... .......... 63% 79.2M 2s 111950K .......... .......... .......... .......... .......... 63% 76.9M 2s 112000K .......... .......... .......... .......... .......... 63% 71.1M 2s 112050K .......... .......... .......... .......... .......... 63% 90.6M 2s 112100K .......... .......... .......... .......... .......... 63% 83.2M 2s 112150K .......... .......... .......... .......... .......... 64% 91.2M 2s 112200K .......... .......... .......... .......... .......... 64% 70.7M 2s 112250K .......... .......... .......... .......... .......... 64% 92.3M 2s 112300K .......... .......... .......... .......... .......... 64% 105M 2s 112350K .......... .......... .......... .......... .......... 64% 86.7M 2s 112400K .......... .......... .......... .......... .......... 64% 80.0M 2s 112450K .......... .......... .......... .......... .......... 64% 128M 2s 112500K .......... .......... .......... .......... .......... 64% 130M 2s 112550K .......... .......... .......... .......... .......... 64% 145M 2s 112600K .......... .......... .......... .......... .......... 64% 925K 2s 112650K .......... .......... .......... .......... .......... 64% 73.1M 2s 112700K .......... .......... .......... .......... .......... 64% 82.8M 2s 112750K .......... .......... .......... .......... .......... 64% 93.9M 2s 112800K .......... .......... .......... .......... .......... 64% 81.6M 2s 112850K .......... .......... .......... .......... .......... 64% 91.3M 2s 112900K .......... .......... .......... .......... .......... 64% 73.1M 2s 112950K .......... .......... .......... .......... .......... 64% 87.3M 2s 113000K .......... .......... .......... .......... .......... 64% 76.5M 2s 113050K .......... .......... .......... .......... .......... 64% 78.7M 2s 113100K .......... .......... .......... .......... .......... 64% 85.6M 2s 113150K .......... .......... .......... .......... .......... 64% 88.6M 2s 113200K .......... .......... .......... .......... .......... 64% 78.7M 2s 113250K .......... .......... .......... .......... .......... 64% 87.0M 2s 113300K .......... .......... .......... .......... .......... 64% 90.7M 2s 113350K .......... .......... .......... .......... .......... 64% 90.4M 2s 113400K .......... .......... .......... .......... .......... 64% 76.7M 2s 113450K .......... .......... .......... .......... .......... 64% 117M 2s 113500K .......... .......... .......... .......... .......... 64% 122M 2s 113550K .......... .......... .......... .......... .......... 64% 129M 2s 113600K .......... .......... .......... .......... .......... 64% 130M 2s 113650K .......... .......... .......... .......... .......... 64% 124M 2s 113700K .......... .......... .......... .......... .......... 64% 4.91M 2s 113750K .......... .......... .......... .......... .......... 64% 95.2M 2s 113800K .......... .......... .......... .......... .......... 64% 73.6M 2s 113850K .......... .......... .......... .......... .......... 64% 97.1M 2s 113900K .......... .......... .......... .......... .......... 65% 86.9M 2s 113950K .......... .......... .......... .......... .......... 65% 90.8M 2s 114000K .......... .......... .......... .......... .......... 65% 83.5M 2s 114050K .......... .......... .......... .......... .......... 65% 78.5M 2s 114100K .......... .......... .......... .......... .......... 65% 102M 2s 114150K .......... .......... .......... .......... .......... 65% 89.9M 2s 114200K .......... .......... .......... .......... .......... 65% 81.6M 2s 114250K .......... .......... .......... .......... .......... 65% 98.2M 2s 114300K .......... .......... .......... .......... .......... 65% 94.6M 2s 114350K .......... .......... .......... .......... .......... 65% 87.8M 2s 114400K .......... .......... .......... .......... .......... 65% 85.2M 2s 114450K .......... .......... .......... .......... .......... 65% 88.4M 2s 114500K .......... .......... .......... .......... .......... 65% 144M 2s 114550K .......... .......... .......... .......... .......... 65% 121M 2s 114600K .......... .......... .......... .......... .......... 65% 119M 2s 114650K .......... .......... .......... .......... .......... 65% 1.06M 2s 114700K .......... .......... .......... .......... .......... 65% 71.0M 2s 114750K .......... .......... .......... .......... .......... 65% 69.4M 2s 114800K .......... .......... .......... .......... .......... 65% 68.5M 2s 114850K .......... .......... .......... .......... .......... 65% 73.9M 2s 114900K .......... .......... .......... .......... .......... 65% 80.1M 2s 114950K .......... .......... .......... .......... .......... 65% 78.4M 2s 115000K .......... .......... .......... .......... .......... 65% 63.8M 2s 115050K .......... .......... .......... .......... .......... 65% 68.4M 2s 115100K .......... .......... .......... .......... .......... 65% 77.2M 2s 115150K .......... .......... .......... .......... .......... 65% 70.1M 2s 115200K .......... .......... .......... .......... .......... 65% 88.9M 2s 115250K .......... .......... .......... .......... .......... 65% 141M 2s 115300K .......... .......... .......... .......... .......... 65% 136M 2s 115350K .......... .......... .......... .......... .......... 65% 129M 2s 115400K .......... .......... .......... .......... .......... 65% 120M 2s 115450K .......... .......... .......... .......... .......... 65% 130M 2s 115500K .......... .......... .......... .......... .......... 65% 6.39M 2s 115550K .......... .......... .......... .......... .......... 65% 84.1M 2s 115600K .......... .......... .......... .......... .......... 65% 76.5M 2s 115650K .......... .......... .......... .......... .......... 66% 67.7M 2s 115700K .......... .......... .......... .......... .......... 66% 77.9M 2s 115750K .......... .......... .......... .......... .......... 66% 85.6M 2s 115800K .......... .......... .......... .......... .......... 66% 71.1M 2s 115850K .......... .......... .......... .......... .......... 66% 72.9M 2s 115900K .......... .......... .......... .......... .......... 66% 81.6M 2s 115950K .......... .......... .......... .......... .......... 66% 83.4M 2s 116000K .......... .......... .......... .......... .......... 66% 76.5M 2s 116050K .......... .......... .......... .......... .......... 66% 79.6M 2s 116100K .......... .......... .......... .......... .......... 66% 75.9M 2s 116150K .......... .......... .......... .......... .......... 66% 85.8M 2s 116200K .......... .......... .......... .......... .......... 66% 89.1M 2s 116250K .......... .......... .......... .......... .......... 66% 68.6M 2s 116300K .......... .......... .......... .......... .......... 66% 90.9M 2s 116350K .......... .......... .......... .......... .......... 66% 106M 2s 116400K .......... .......... .......... .......... .......... 66% 138M 2s 116450K .......... .......... .......... .......... .......... 66% 128M 2s 116500K .......... .......... .......... .......... .......... 66% 126M 2s 116550K .......... .......... .......... .......... .......... 66% 138M 2s 116600K .......... .......... .......... .......... .......... 66% 126M 2s 116650K .......... .......... .......... .......... .......... 66% 122M 2s 116700K .......... .......... .......... .......... .......... 66% 1.20M 2s 116750K .......... .......... .......... .......... .......... 66% 90.6M 2s 116800K .......... .......... .......... .......... .......... 66% 72.5M 2s 116850K .......... .......... .......... .......... .......... 66% 93.9M 2s 116900K .......... .......... .......... .......... .......... 66% 82.3M 2s 116950K .......... .......... .......... .......... .......... 66% 88.9M 2s 117000K .......... .......... .......... .......... .......... 66% 78.4M 2s 117050K .......... .......... .......... .......... .......... 66% 82.0M 2s 117100K .......... .......... .......... .......... .......... 66% 85.4M 2s 117150K .......... .......... .......... .......... .......... 66% 102M 2s 117200K .......... .......... .......... .......... .......... 66% 80.1M 2s 117250K .......... .......... .......... .......... .......... 66% 93.2M 2s 117300K .......... .......... .......... .......... .......... 66% 95.4M 2s 117350K .......... .......... .......... .......... .......... 66% 90.4M 2s 117400K .......... .......... .......... .......... .......... 67% 75.3M 2s 117450K .......... .......... .......... .......... .......... 67% 104M 2s 117500K .......... .......... .......... .......... .......... 67% 91.7M 2s 117550K .......... .......... .......... .......... .......... 67% 113M 2s 117600K .......... .......... .......... .......... .......... 67% 121M 2s 117650K .......... .......... .......... .......... .......... 67% 130M 2s 117700K .......... .......... .......... .......... .......... 67% 147M 2s 117750K .......... .......... .......... .......... .......... 67% 141M 2s 117800K .......... .......... .......... .......... .......... 67% 14.6M 2s 117850K .......... .......... .......... .......... .......... 67% 117M 2s 117900K .......... .......... .......... .......... .......... 67% 21.0M 2s 117950K .......... .......... .......... .......... .......... 67% 95.0M 2s 118000K .......... .......... .......... .......... .......... 67% 81.7M 2s 118050K .......... .......... .......... .......... .......... 67% 92.0M 2s 118100K .......... .......... .......... .......... .......... 67% 91.7M 2s 118150K .......... .......... .......... .......... .......... 67% 94.9M 2s 118200K .......... .......... .......... .......... .......... 67% 79.5M 2s 118250K .......... .......... .......... .......... .......... 67% 90.7M 2s 118300K .......... .......... .......... .......... .......... 67% 93.7M 2s 118350K .......... .......... .......... .......... .......... 67% 82.2M 2s 118400K .......... .......... .......... .......... .......... 67% 72.9M 2s 118450K .......... .......... .......... .......... .......... 67% 91.5M 2s 118500K .......... .......... .......... .......... .......... 67% 93.1M 2s 118550K .......... .......... .......... .......... .......... 67% 110M 2s 118600K .......... .......... .......... .......... .......... 67% 131M 2s 118650K .......... .......... .......... .......... .......... 67% 143M 2s 118700K .......... .......... .......... .......... .......... 67% 137M 2s 118750K .......... .......... .......... .......... .......... 67% 1.60M 2s 118800K .......... .......... .......... .......... .......... 67% 6.49M 2s 118850K .......... .......... .......... .......... .......... 67% 68.6M 2s 118900K .......... .......... .......... .......... .......... 67% 19.6M 2s 118950K .......... .......... .......... .......... .......... 67% 62.1M 2s 119000K .......... .......... .......... .......... .......... 67% 87.0M 2s 119050K .......... .......... .......... .......... .......... 67% 86.2M 2s 119100K .......... .......... .......... .......... .......... 67% 84.7M 2s 119150K .......... .......... .......... .......... .......... 68% 84.7M 2s 119200K .......... .......... .......... .......... .......... 68% 96.8M 2s 119250K .......... .......... .......... .......... .......... 68% 82.9M 2s 119300K .......... .......... .......... .......... .......... 68% 77.5M 2s 119350K .......... .......... .......... .......... .......... 68% 72.0M 2s 119400K .......... .......... .......... .......... .......... 68% 91.6M 2s 119450K .......... .......... .......... .......... .......... 68% 88.6M 2s 119500K .......... .......... .......... .......... .......... 68% 95.7M 2s 119550K .......... .......... .......... .......... .......... 68% 72.3M 2s 119600K .......... .......... .......... .......... .......... 68% 91.4M 2s 119650K .......... .......... .......... .......... .......... 68% 86.5M 2s 119700K .......... .......... .......... .......... .......... 68% 107M 2s 119750K .......... .......... .......... .......... .......... 68% 62.2M 2s 119800K .......... .......... .......... .......... .......... 68% 84.5M 2s 119850K .......... .......... .......... .......... .......... 68% 91.7M 2s 119900K .......... .......... .......... .......... .......... 68% 88.9M 2s 119950K .......... .......... .......... .......... .......... 68% 105M 2s 120000K .......... .......... .......... .......... .......... 68% 84.4M 2s 120050K .......... .......... .......... .......... .......... 68% 146M 2s 120100K .......... .......... .......... .......... .......... 68% 90.8M 2s 120150K .......... .......... .......... .......... .......... 68% 91.5M 2s 120200K .......... .......... .......... .......... .......... 68% 78.7M 2s 120250K .......... .......... .......... .......... .......... 68% 89.6M 2s 120300K .......... .......... .......... .......... .......... 68% 91.1M 2s 120350K .......... .......... .......... .......... .......... 68% 74.4M 2s 120400K .......... .......... .......... .......... .......... 68% 90.8M 2s 120450K .......... .......... .......... .......... .......... 68% 103M 2s 120500K .......... .......... .......... .......... .......... 68% 125M 2s 120550K .......... .......... .......... .......... .......... 68% 102M 2s 120600K .......... .......... .......... .......... .......... 68% 116M 2s 120650K .......... .......... .......... .......... .......... 68% 128M 2s 120700K .......... .......... .......... .......... .......... 68% 107M 2s 120750K .......... .......... .......... .......... .......... 68% 133M 2s 120800K .......... .......... .......... .......... .......... 68% 1000K 2s 120850K .......... .......... .......... .......... .......... 68% 71.2M 2s 120900K .......... .......... .......... .......... .......... 69% 90.6M 2s 120950K .......... .......... .......... .......... .......... 69% 87.4M 2s 121000K .......... .......... .......... .......... .......... 69% 70.2M 2s 121050K .......... .......... .......... .......... .......... 69% 101M 2s 121100K .......... .......... .......... .......... .......... 69% 76.5M 2s 121150K .......... .......... .......... .......... .......... 69% 86.2M 2s 121200K .......... .......... .......... .......... .......... 69% 73.1M 2s 121250K .......... .......... .......... .......... .......... 69% 86.2M 2s 121300K .......... .......... .......... .......... .......... 69% 86.0M 2s 121350K .......... .......... .......... .......... .......... 69% 77.6M 2s 121400K .......... .......... .......... .......... .......... 69% 90.9M 2s 121450K .......... .......... .......... .......... .......... 69% 125M 2s 121500K .......... .......... .......... .......... .......... 69% 140M 2s 121550K .......... .......... .......... .......... .......... 69% 138M 2s 121600K .......... .......... .......... .......... .......... 69% 106M 2s 121650K .......... .......... .......... .......... .......... 69% 4.65M 2s 121700K .......... .......... .......... .......... .......... 69% 73.5M 2s 121750K .......... .......... .......... .......... .......... 69% 74.0M 2s 121800K .......... .......... .......... .......... .......... 69% 78.6M 2s 121850K .......... .......... .......... .......... .......... 69% 78.1M 2s 121900K .......... .......... .......... .......... .......... 69% 87.1M 2s 121950K .......... .......... .......... .......... .......... 69% 78.8M 2s 122000K .......... .......... .......... .......... .......... 69% 76.9M 2s 122050K .......... .......... .......... .......... .......... 69% 38.6M 2s 122100K .......... .......... .......... .......... .......... 69% 58.6M 2s 122150K .......... .......... .......... .......... .......... 69% 91.9M 2s 122200K .......... .......... .......... .......... .......... 69% 87.5M 2s 122250K .......... .......... .......... .......... .......... 69% 73.3M 2s 122300K .......... .......... .......... .......... .......... 69% 93.5M 2s 122350K .......... .......... .......... .......... .......... 69% 81.6M 2s 122400K .......... .......... .......... .......... .......... 69% 92.2M 2s 122450K .......... .......... .......... .......... .......... 69% 103M 2s 122500K .......... .......... .......... .......... .......... 69% 140M 2s 122550K .......... .......... .......... .......... .......... 69% 145M 2s 122600K .......... .......... .......... .......... .......... 69% 121M 2s 122650K .......... .......... .......... .......... .......... 70% 112M 2s 122700K .......... .......... .......... .......... .......... 70% 130M 2s 122750K .......... .......... .......... .......... .......... 70% 142M 2s 122800K .......... .......... .......... .......... .......... 70% 138M 2s 122850K .......... .......... .......... .......... .......... 70% 1.43M 2s 122900K .......... .......... .......... .......... .......... 70% 106M 2s 122950K .......... .......... .......... .......... .......... 70% 121M 2s 123000K .......... .......... .......... .......... .......... 70% 80.3M 2s 123050K .......... .......... .......... .......... .......... 70% 113M 2s 123100K .......... .......... .......... .......... .......... 70% 74.3M 2s 123150K .......... .......... .......... .......... .......... 70% 118M 2s 123200K .......... .......... .......... .......... .......... 70% 107M 2s 123250K .......... .......... .......... .......... .......... 70% 112M 2s 123300K .......... .......... .......... .......... .......... 70% 107M 2s 123350K .......... .......... .......... .......... .......... 70% 121M 2s 123400K .......... .......... .......... .......... .......... 70% 101M 2s 123450K .......... .......... .......... .......... .......... 70% 107M 2s 123500K .......... .......... .......... .......... .......... 70% 104M 2s 123550K .......... .......... .......... .......... .......... 70% 123M 2s 123600K .......... .......... .......... .......... .......... 70% 132M 2s 123650K .......... .......... .......... .......... .......... 70% 113M 2s 123700K .......... .......... .......... .......... .......... 70% 35.0M 2s 123750K .......... .......... .......... .......... .......... 70% 25.0M 2s 123800K .......... .......... .......... .......... .......... 70% 107M 2s 123850K .......... .......... .......... .......... .......... 70% 96.7M 2s 123900K .......... .......... .......... .......... .......... 70% 102M 2s 123950K .......... .......... .......... .......... .......... 70% 121M 2s 124000K .......... .......... .......... .......... .......... 70% 126M 2s 124050K .......... .......... .......... .......... .......... 70% 89.6M 2s 124100K .......... .......... .......... .......... .......... 70% 130M 2s 124150K .......... .......... .......... .......... .......... 70% 128M 2s 124200K .......... .......... .......... .......... .......... 70% 15.7M 2s 124250K .......... .......... .......... .......... .......... 70% 100M 2s 124300K .......... .......... .......... .......... .......... 70% 114M 2s 124350K .......... .......... .......... .......... .......... 70% 94.5M 2s 124400K .......... .......... .......... .......... .......... 71% 43.1M 2s 124450K .......... .......... .......... .......... .......... 71% 112M 2s 124500K .......... .......... .......... .......... .......... 71% 106M 2s 124550K .......... .......... .......... .......... .......... 71% 96.5M 2s 124600K .......... .......... .......... .......... .......... 71% 123M 2s 124650K .......... .......... .......... .......... .......... 71% 121M 2s 124700K .......... .......... .......... .......... .......... 71% 122M 2s 124750K .......... .......... .......... .......... .......... 71% 102M 2s 124800K .......... .......... .......... .......... .......... 71% 98.9M 2s 124850K .......... .......... .......... .......... .......... 71% 122M 2s 124900K .......... .......... .......... .......... .......... 71% 1.29M 2s 124950K .......... .......... .......... .......... .......... 71% 16.1M 2s 125000K .......... .......... .......... .......... .......... 71% 33.6M 2s 125050K .......... .......... .......... .......... .......... 71% 127M 2s 125100K .......... .......... .......... .......... .......... 71% 107M 2s 125150K .......... .......... .......... .......... .......... 71% 118M 2s 125200K .......... .......... .......... .......... .......... 71% 3.96M 2s 125250K .......... .......... .......... .......... .......... 71% 62.7M 2s 125300K .......... .......... .......... .......... .......... 71% 86.8M 2s 125350K .......... .......... .......... .......... .......... 71% 122M 2s 125400K .......... .......... .......... .......... .......... 71% 76.7M 2s 125450K .......... .......... .......... .......... .......... 71% 120M 2s 125500K .......... .......... .......... .......... .......... 71% 93.1M 2s 125550K .......... .......... .......... .......... .......... 71% 130M 2s 125600K .......... .......... .......... .......... .......... 71% 131M 2s 125650K .......... .......... .......... .......... .......... 71% 119M 2s 125700K .......... .......... .......... .......... .......... 71% 10.7M 2s 125750K .......... .......... .......... .......... .......... 71% 102M 2s 125800K .......... .......... .......... .......... .......... 71% 117M 2s 125850K .......... .......... .......... .......... .......... 71% 106M 2s 125900K .......... .......... .......... .......... .......... 71% 108M 2s 125950K .......... .......... .......... .......... .......... 71% 113M 2s 126000K .......... .......... .......... .......... .......... 71% 117M 2s 126050K .......... .......... .......... .......... .......... 71% 101M 2s 126100K .......... .......... .......... .......... .......... 71% 106M 2s 126150K .......... .......... .......... .......... .......... 72% 123M 2s 126200K .......... .......... .......... .......... .......... 72% 117M 2s 126250K .......... .......... .......... .......... .......... 72% 122M 2s 126300K .......... .......... .......... .......... .......... 72% 95.7M 2s 126350K .......... .......... .......... .......... .......... 72% 122M 2s 126400K .......... .......... .......... .......... .......... 72% 115M 2s 126450K .......... .......... .......... .......... .......... 72% 122M 2s 126500K .......... .......... .......... .......... .......... 72% 66.7M 2s 126550K .......... .......... .......... .......... .......... 72% 125M 2s 126600K .......... .......... .......... .......... .......... 72% 117M 2s 126650K .......... .......... .......... .......... .......... 72% 119M 2s 126700K .......... .......... .......... .......... .......... 72% 107M 2s 126750K .......... .......... .......... .......... .......... 72% 115M 2s 126800K .......... .......... .......... .......... .......... 72% 120M 2s 126850K .......... .......... .......... .......... .......... 72% 113M 2s 126900K .......... .......... .......... .......... .......... 72% 107M 2s 126950K .......... .......... .......... .......... .......... 72% 1.56M 2s 127000K .......... .......... .......... .......... .......... 72% 5.20M 2s 127050K .......... .......... .......... .......... .......... 72% 110M 2s 127100K .......... .......... .......... .......... .......... 72% 102M 2s 127150K .......... .......... .......... .......... .......... 72% 100M 2s 127200K .......... .......... .......... .......... .......... 72% 129M 2s 127250K .......... .......... .......... .......... .......... 72% 114M 2s 127300K .......... .......... .......... .......... .......... 72% 82.6M 2s 127350K .......... .......... .......... .......... .......... 72% 95.3M 2s 127400K .......... .......... .......... .......... .......... 72% 137M 2s 127450K .......... .......... .......... .......... .......... 72% 113M 2s 127500K .......... .......... .......... .......... .......... 72% 127M 2s 127550K .......... .......... .......... .......... .......... 72% 94.9M 2s 127600K .......... .......... .......... .......... .......... 72% 125M 2s 127650K .......... .......... .......... .......... .......... 72% 130M 2s 127700K .......... .......... .......... .......... .......... 72% 120M 2s 127750K .......... .......... .......... .......... .......... 72% 110M 2s 127800K .......... .......... .......... .......... .......... 72% 27.1M 2s 127850K .......... .......... .......... .......... .......... 72% 99.0M 2s 127900K .......... .......... .......... .......... .......... 73% 11.6M 2s 127950K .......... .......... .......... .......... .......... 73% 114M 2s 128000K .......... .......... .......... .......... .......... 73% 111M 2s 128050K .......... .......... .......... .......... .......... 73% 106M 2s 128100K .......... .......... .......... .......... .......... 73% 112M 2s 128150K .......... .......... .......... .......... .......... 73% 125M 2s 128200K .......... .......... .......... .......... .......... 73% 109M 2s 128250K .......... .......... .......... .......... .......... 73% 98.7M 2s 128300K .......... .......... .......... .......... .......... 73% 127M 2s 128350K .......... .......... .......... .......... .......... 73% 96.7M 2s 128400K .......... .......... .......... .......... .......... 73% 114M 2s 128450K .......... .......... .......... .......... .......... 73% 90.9M 2s 128500K .......... .......... .......... .......... .......... 73% 135M 2s 128550K .......... .......... .......... .......... .......... 73% 115M 2s 128600K .......... .......... .......... .......... .......... 73% 111M 2s 128650K .......... .......... .......... .......... .......... 73% 108M 2s 128700K .......... .......... .......... .......... .......... 73% 108M 2s 128750K .......... .......... .......... .......... .......... 73% 126M 2s 128800K .......... .......... .......... .......... .......... 73% 100M 2s 128850K .......... .......... .......... .......... .......... 73% 127M 2s 128900K .......... .......... .......... .......... .......... 73% 99.6M 2s 128950K .......... .......... .......... .......... .......... 73% 127M 2s 129000K .......... .......... .......... .......... .......... 73% 1.12M 2s 129050K .......... .......... .......... .......... .......... 73% 106M 2s 129100K .......... .......... .......... .......... .......... 73% 109M 2s 129150K .......... .......... .......... .......... .......... 73% 104M 2s 129200K .......... .......... .......... .......... .......... 73% 97.6M 2s 129250K .......... .......... .......... .......... .......... 73% 109M 2s 129300K .......... .......... .......... .......... .......... 73% 6.77M 2s 129350K .......... .......... .......... .......... .......... 73% 105M 2s 129400K .......... .......... .......... .......... .......... 73% 103M 2s 129450K .......... .......... .......... .......... .......... 73% 116M 2s 129500K .......... .......... .......... .......... .......... 73% 95.6M 2s 129550K .......... .......... .......... .......... .......... 73% 110M 2s 129600K .......... .......... .......... .......... .......... 73% 110M 2s 129650K .......... .......... .......... .......... .......... 74% 116M 2s 129700K .......... .......... .......... .......... .......... 74% 91.6M 2s 129750K .......... .......... .......... .......... .......... 74% 111M 2s 129800K .......... .......... .......... .......... .......... 74% 83.3M 2s 129850K .......... .......... .......... .......... .......... 74% 113M 2s 129900K .......... .......... .......... .......... .......... 74% 94.2M 2s 129950K .......... .......... .......... .......... .......... 74% 122M 2s 130000K .......... .......... .......... .......... .......... 74% 127M 2s 130050K .......... .......... .......... .......... .......... 74% 125M 2s 130100K .......... .......... .......... .......... .......... 74% 107M 2s 130150K .......... .......... .......... .......... .......... 74% 111M 2s 130200K .......... .......... .......... .......... .......... 74% 121M 2s 130250K .......... .......... .......... .......... .......... 74% 114M 2s 130300K .......... .......... .......... .......... .......... 74% 128M 2s 130350K .......... .......... .......... .......... .......... 74% 123M 2s 130400K .......... .......... .......... .......... .......... 74% 95.5M 2s 130450K .......... .......... .......... .......... .......... 74% 107M 2s 130500K .......... .......... .......... .......... .......... 74% 114M 2s 130550K .......... .......... .......... .......... .......... 74% 114M 2s 130600K .......... .......... .......... .......... .......... 74% 108M 2s 130650K .......... .......... .......... .......... .......... 74% 128M 2s 130700K .......... .......... .......... .......... .......... 74% 120M 2s 130750K .......... .......... .......... .......... .......... 74% 102M 2s 130800K .......... .......... .......... .......... .......... 74% 105M 2s 130850K .......... .......... .......... .......... .......... 74% 115M 2s 130900K .......... .......... .......... .......... .......... 74% 110M 2s 130950K .......... .......... .......... .......... .......... 74% 107M 2s 131000K .......... .......... .......... .......... .......... 74% 95.8M 2s 131050K .......... .......... .......... .......... .......... 74% 1.21M 2s 131100K .......... .......... .......... .......... .......... 74% 108M 2s 131150K .......... .......... .......... .......... .......... 74% 98.5M 2s 131200K .......... .......... .......... .......... .......... 74% 116M 2s 131250K .......... .......... .......... .......... .......... 74% 112M 2s 131300K .......... .......... .......... .......... .......... 74% 117M 2s 131350K .......... .......... .......... .......... .......... 74% 22.6M 2s 131400K .......... .......... .......... .......... .......... 75% 92.3M 2s 131450K .......... .......... .......... .......... .......... 75% 118M 2s 131500K .......... .......... .......... .......... .......... 75% 88.7M 2s 131550K .......... .......... .......... .......... .......... 75% 118M 2s 131600K .......... .......... .......... .......... .......... 75% 18.3M 2s 131650K .......... .......... .......... .......... .......... 75% 95.7M 2s 131700K .......... .......... .......... .......... .......... 75% 108M 2s 131750K .......... .......... .......... .......... .......... 75% 120M 2s 131800K .......... .......... .......... .......... .......... 75% 118M 2s 131850K .......... .......... .......... .......... .......... 75% 90.9M 2s 131900K .......... .......... .......... .......... .......... 75% 128M 2s 131950K .......... .......... .......... .......... .......... 75% 110M 2s 132000K .......... .......... .......... .......... .......... 75% 136M 2s 132050K .......... .......... .......... .......... .......... 75% 86.6M 2s 132100K .......... .......... .......... .......... .......... 75% 147M 2s 132150K .......... .......... .......... .......... .......... 75% 7.54M 2s 132200K .......... .......... .......... .......... .......... 75% 115M 2s 132250K .......... .......... .......... .......... .......... 75% 102M 2s 132300K .......... .......... .......... .......... .......... 75% 107M 2s 132350K .......... .......... .......... .......... .......... 75% 127M 2s 132400K .......... .......... .......... .......... .......... 75% 95.3M 2s 132450K .......... .......... .......... .......... .......... 75% 121M 2s 132500K .......... .......... .......... .......... .......... 75% 119M 2s 132550K .......... .......... .......... .......... .......... 75% 109M 2s 132600K .......... .......... .......... .......... .......... 75% 88.0M 2s 132650K .......... .......... .......... .......... .......... 75% 120M 2s 132700K .......... .......... .......... .......... .......... 75% 126M 2s 132750K .......... .......... .......... .......... .......... 75% 109M 2s 132800K .......... .......... .......... .......... .......... 75% 117M 2s 132850K .......... .......... .......... .......... .......... 75% 106M 2s 132900K .......... .......... .......... .......... .......... 75% 107M 2s 132950K .......... .......... .......... .......... .......... 75% 113M 2s 133000K .......... .......... .......... .......... .......... 75% 124M 2s 133050K .......... .......... .......... .......... .......... 75% 128M 2s 133100K .......... .......... .......... .......... .......... 75% 1.03M 2s 133150K .......... .......... .......... .......... .......... 76% 115M 2s 133200K .......... .......... .......... .......... .......... 76% 106M 2s 133250K .......... .......... .......... .......... .......... 76% 127M 2s 133300K .......... .......... .......... .......... .......... 76% 127M 2s 133350K .......... .......... .......... .......... .......... 76% 121M 2s 133400K .......... .......... .......... .......... .......... 76% 28.7M 2s 133450K .......... .......... .......... .......... .......... 76% 118M 2s 133500K .......... .......... .......... .......... .......... 76% 95.3M 2s 133550K .......... .......... .......... .......... .......... 76% 131M 2s 133600K .......... .......... .......... .......... .......... 76% 131M 2s 133650K .......... .......... .......... .......... .......... 76% 25.5M 2s 133700K .......... .......... .......... .......... .......... 76% 106M 2s 133750K .......... .......... .......... .......... .......... 76% 125M 2s 133800K .......... .......... .......... .......... .......... 76% 115M 2s 133850K .......... .......... .......... .......... .......... 76% 96.9M 2s 133900K .......... .......... .......... .......... .......... 76% 128M 2s 133950K .......... .......... .......... .......... .......... 76% 125M 2s 134000K .......... .......... .......... .......... .......... 76% 137M 2s 134050K .......... .......... .......... .......... .......... 76% 98.1M 2s 134100K .......... .......... .......... .......... .......... 76% 90.4M 2s 134150K .......... .......... .......... .......... .......... 76% 147M 2s 134200K .......... .......... .......... .......... .......... 76% 8.15M 2s 134250K .......... .......... .......... .......... .......... 76% 109M 2s 134300K .......... .......... .......... .......... .......... 76% 125M 2s 134350K .......... .......... .......... .......... .......... 76% 111M 2s 134400K .......... .......... .......... .......... .......... 76% 77.5M 2s 134450K .......... .......... .......... .......... .......... 76% 120M 2s 134500K .......... .......... .......... .......... .......... 76% 117M 2s 134550K .......... .......... .......... .......... .......... 76% 98.7M 2s 134600K .......... .......... .......... .......... .......... 76% 100M 2s 134650K .......... .......... .......... .......... .......... 76% 136M 2s 134700K .......... .......... .......... .......... .......... 76% 130M 2s 134750K .......... .......... .......... .......... .......... 76% 128M 2s 134800K .......... .......... .......... .......... .......... 76% 103M 2s 134850K .......... .......... .......... .......... .......... 76% 86.3M 2s 134900K .......... .......... .......... .......... .......... 77% 123M 2s 134950K .......... .......... .......... .......... .......... 77% 135M 2s 135000K .......... .......... .......... .......... .......... 77% 87.3M 2s 135050K .......... .......... .......... .......... .......... 77% 124M 2s 135100K .......... .......... .......... .......... .......... 77% 122M 2s 135150K .......... .......... .......... .......... .......... 77% 1.25M 2s 135200K .......... .......... .......... .......... .......... 77% 104M 2s 135250K .......... .......... .......... .......... .......... 77% 32.7M 2s 135300K .......... .......... .......... .......... .......... 77% 108M 2s 135350K .......... .......... .......... .......... .......... 77% 127M 2s 135400K .......... .......... .......... .......... .......... 77% 94.0M 2s 135450K .......... .......... .......... .......... .......... 77% 121M 2s 135500K .......... .......... .......... .......... .......... 77% 106M 2s 135550K .......... .......... .......... .......... .......... 77% 121M 2s 135600K .......... .......... .......... .......... .......... 77% 107M 2s 135650K .......... .......... .......... .......... .......... 77% 129M 2s 135700K .......... .......... .......... .......... .......... 77% 2.46M 2s 135750K .......... .......... .......... .......... .......... 77% 114M 2s 135800K .......... .......... .......... .......... .......... 77% 112M 2s 135850K .......... .......... .......... .......... .......... 77% 97.4M 1s 135900K .......... .......... .......... .......... .......... 77% 109M 1s 135950K .......... .......... .......... .......... .......... 77% 99.0M 1s 136000K .......... .......... .......... .......... .......... 77% 113M 1s 136050K .......... .......... .......... .......... .......... 77% 85.6M 1s 136100K .......... .......... .......... .......... .......... 77% 97.2M 1s 136150K .......... .......... .......... .......... .......... 77% 131M 1s 136200K .......... .......... .......... .......... .......... 77% 131M 1s 136250K .......... .......... .......... .......... .......... 77% 98.4M 1s 136300K .......... .......... .......... .......... .......... 77% 122M 1s 136350K .......... .......... .......... .......... .......... 77% 113M 1s 136400K .......... .......... .......... .......... .......... 77% 129M 1s 136450K .......... .......... .......... .......... .......... 77% 87.5M 1s 136500K .......... .......... .......... .......... .......... 77% 94.7M 1s 136550K .......... .......... .......... .......... .......... 77% 120M 1s 136600K .......... .......... .......... .......... .......... 77% 98.9M 1s 136650K .......... .......... .......... .......... .......... 78% 105M 1s 136700K .......... .......... .......... .......... .......... 78% 118M 1s 136750K .......... .......... .......... .......... .......... 78% 128M 1s 136800K .......... .......... .......... .......... .......... 78% 112M 1s 136850K .......... .......... .......... .......... .......... 78% 106M 1s 136900K .......... .......... .......... .......... .......... 78% 122M 1s 136950K .......... .......... .......... .......... .......... 78% 128M 1s 137000K .......... .......... .......... .......... .......... 78% 131M 1s 137050K .......... .......... .......... .......... .......... 78% 98.6M 1s 137100K .......... .......... .......... .......... .......... 78% 122M 1s 137150K .......... .......... .......... .......... .......... 78% 122M 1s 137200K .......... .......... .......... .......... .......... 78% 1.03M 1s 137250K .......... .......... .......... .......... .......... 78% 107M 1s 137300K .......... .......... .......... .......... .......... 78% 113M 1s 137350K .......... .......... .......... .......... .......... 78% 114M 1s 137400K .......... .......... .......... .......... .......... 78% 101M 1s 137450K .......... .......... .......... .......... .......... 78% 117M 1s 137500K .......... .......... .......... .......... .......... 78% 98.9M 1s 137550K .......... .......... .......... .......... .......... 78% 81.3M 1s 137600K .......... .......... .......... .......... .......... 78% 82.8M 1s 137650K .......... .......... .......... .......... .......... 78% 127M 1s 137700K .......... .......... .......... .......... .......... 78% 128M 1s 137750K .......... .......... .......... .......... .......... 78% 5.56M 1s 137800K .......... .......... .......... .......... .......... 78% 100M 1s 137850K .......... .......... .......... .......... .......... 78% 64.8M 1s 137900K .......... .......... .......... .......... .......... 78% 120M 1s 137950K .......... .......... .......... .......... .......... 78% 118M 1s 138000K .......... .......... .......... .......... .......... 78% 116M 1s 138050K .......... .......... .......... .......... .......... 78% 97.1M 1s 138100K .......... .......... .......... .......... .......... 78% 129M 1s 138150K .......... .......... .......... .......... .......... 78% 95.9M 1s 138200K .......... .......... .......... .......... .......... 78% 122M 1s 138250K .......... .......... .......... .......... .......... 78% 109M 1s 138300K .......... .......... .......... .......... .......... 78% 116M 1s 138350K .......... .......... .......... .......... .......... 78% 122M 1s 138400K .......... .......... .......... .......... .......... 79% 119M 1s 138450K .......... .......... .......... .......... .......... 79% 101M 1s 138500K .......... .......... .......... .......... .......... 79% 112M 1s 138550K .......... .......... .......... .......... .......... 79% 116M 1s 138600K .......... .......... .......... .......... .......... 79% 130M 1s 138650K .......... .......... .......... .......... .......... 79% 109M 1s 138700K .......... .......... .......... .......... .......... 79% 117M 1s 138750K .......... .......... .......... .......... .......... 79% 125M 1s 138800K .......... .......... .......... .......... .......... 79% 132M 1s 138850K .......... .......... .......... .......... .......... 79% 115M 1s 138900K .......... .......... .......... .......... .......... 79% 76.0M 1s 138950K .......... .......... .......... .......... .......... 79% 115M 1s 139000K .......... .......... .......... .......... .......... 79% 119M 1s 139050K .......... .......... .......... .......... .......... 79% 108M 1s 139100K .......... .......... .......... .......... .......... 79% 120M 1s 139150K .......... .......... .......... .......... .......... 79% 130M 1s 139200K .......... .......... .......... .......... .......... 79% 91.5M 1s 139250K .......... .......... .......... .......... .......... 79% 1.44M 1s 139300K .......... .......... .......... .......... .......... 79% 123M 1s 139350K .......... .......... .......... .......... .......... 79% 129M 1s 139400K .......... .......... .......... .......... .......... 79% 99.9M 1s 139450K .......... .......... .......... .......... .......... 79% 103M 1s 139500K .......... .......... .......... .......... .......... 79% 101M 1s 139550K .......... .......... .......... .......... .......... 79% 34.8M 1s 139600K .......... .......... .......... .......... .......... 79% 99.8M 1s 139650K .......... .......... .......... .......... .......... 79% 93.9M 1s 139700K .......... .......... .......... .......... .......... 79% 101M 1s 139750K .......... .......... .......... .......... .......... 79% 127M 1s 139800K .......... .......... .......... .......... .......... 79% 105M 1s 139850K .......... .......... .......... .......... .......... 79% 118M 1s 139900K .......... .......... .......... .......... .......... 79% 88.4M 1s 139950K .......... .......... .......... .......... .......... 79% 126M 1s 140000K .......... .......... .......... .......... .......... 79% 131M 1s 140050K .......... .......... .......... .......... .......... 79% 10.6M 1s 140100K .......... .......... .......... .......... .......... 79% 117M 1s 140150K .......... .......... .......... .......... .......... 80% 117M 1s 140200K .......... .......... .......... .......... .......... 80% 122M 1s 140250K .......... .......... .......... .......... .......... 80% 92.2M 1s 140300K .......... .......... .......... .......... .......... 80% 96.0M 1s 140350K .......... .......... .......... .......... .......... 80% 113M 1s 140400K .......... .......... .......... .......... .......... 80% 143M 1s 140450K .......... .......... .......... .......... .......... 80% 107M 1s 140500K .......... .......... .......... .......... .......... 80% 120M 1s 140550K .......... .......... .......... .......... .......... 80% 127M 1s 140600K .......... .......... .......... .......... .......... 80% 46.4M 1s 140650K .......... .......... .......... .......... .......... 80% 104M 1s 140700K .......... .......... .......... .......... .......... 80% 109M 1s 140750K .......... .......... .......... .......... .......... 80% 92.4M 1s 140800K .......... .......... .......... .......... .......... 80% 129M 1s 140850K .......... .......... .......... .......... .......... 80% 121M 1s 140900K .......... .......... .......... .......... .......... 80% 123M 1s 140950K .......... .......... .......... .......... .......... 80% 110M 1s 141000K .......... .......... .......... .......... .......... 80% 118M 1s 141050K .......... .......... .......... .......... .......... 80% 82.9M 1s 141100K .......... .......... .......... .......... .......... 80% 110M 1s 141150K .......... .......... .......... .......... .......... 80% 106M 1s 141200K .......... .......... .......... .......... .......... 80% 119M 1s 141250K .......... .......... .......... .......... .......... 80% 130M 1s 141300K .......... .......... .......... .......... .......... 80% 734K 1s 141350K .......... .......... .......... .......... .......... 80% 103M 1s 141400K .......... .......... .......... .......... .......... 80% 105M 1s 141450K .......... .......... .......... .......... .......... 80% 117M 1s 141500K .......... .......... .......... .......... .......... 80% 117M 1s 141550K .......... .......... .......... .......... .......... 80% 133M 1s 141600K .......... .......... .......... .......... .......... 80% 92.5M 1s 141650K .......... .......... .......... .......... .......... 80% 133M 1s 141700K .......... .......... .......... .......... .......... 80% 118M 1s 141750K .......... .......... .......... .......... .......... 80% 135M 1s 141800K .......... .......... .......... .......... .......... 80% 114M 1s 141850K .......... .......... .......... .......... .......... 80% 110M 1s 141900K .......... .......... .......... .......... .......... 81% 92.0M 1s 141950K .......... .......... .......... .......... .......... 81% 102M 1s 142000K .......... .......... .......... .......... .......... 81% 113M 1s 142050K .......... .......... .......... .......... .......... 81% 104M 1s 142100K .......... .......... .......... .......... .......... 81% 120M 1s 142150K .......... .......... .......... .......... .......... 81% 110M 1s 142200K .......... .......... .......... .......... .......... 81% 106M 1s 142250K .......... .......... .......... .......... .......... 81% 118M 1s 142300K .......... .......... .......... .......... .......... 81% 114M 1s 142350K .......... .......... .......... .......... .......... 81% 134M 1s 142400K .......... .......... .......... .......... .......... 81% 111M 1s 142450K .......... .......... .......... .......... .......... 81% 125M 1s 142500K .......... .......... .......... .......... .......... 81% 127M 1s 142550K .......... .......... .......... .......... .......... 81% 116M 1s 142600K .......... .......... .......... .......... .......... 81% 103M 1s 142650K .......... .......... .......... .......... .......... 81% 110M 1s 142700K .......... .......... .......... .......... .......... 81% 136M 1s 142750K .......... .......... .......... .......... .......... 81% 66.1M 1s 142800K .......... .......... .......... .......... .......... 81% 110M 1s 142850K .......... .......... .......... .......... .......... 81% 117M 1s 142900K .......... .......... .......... .......... .......... 81% 122M 1s 142950K .......... .......... .......... .......... .......... 81% 111M 1s 143000K .......... .......... .......... .......... .......... 81% 115M 1s 143050K .......... .......... .......... .......... .......... 81% 129M 1s 143100K .......... .......... .......... .......... .......... 81% 121M 1s 143150K .......... .......... .......... .......... .......... 81% 123M 1s 143200K .......... .......... .......... .......... .......... 81% 101M 1s 143250K .......... .......... .......... .......... .......... 81% 127M 1s 143300K .......... .......... .......... .......... .......... 81% 130M 1s 143350K .......... .......... .......... .......... .......... 81% 1.86M 1s 143400K .......... .......... .......... .......... .......... 81% 9.57M 1s 143450K .......... .......... .......... .......... .......... 81% 112M 1s 143500K .......... .......... .......... .......... .......... 81% 115M 1s 143550K .......... .......... .......... .......... .......... 81% 106M 1s 143600K .......... .......... .......... .......... .......... 81% 116M 1s 143650K .......... .......... .......... .......... .......... 82% 119M 1s 143700K .......... .......... .......... .......... .......... 82% 129M 1s 143750K .......... .......... .......... .......... .......... 82% 83.5M 1s 143800K .......... .......... .......... .......... .......... 82% 126M 1s 143850K .......... .......... .......... .......... .......... 82% 95.8M 1s 143900K .......... .......... .......... .......... .......... 82% 27.6M 1s 143950K .......... .......... .......... .......... .......... 82% 111M 1s 144000K .......... .......... .......... .......... .......... 82% 128M 1s 144050K .......... .......... .......... .......... .......... 82% 101M 1s 144100K .......... .......... .......... .......... .......... 82% 122M 1s 144150K .......... .......... .......... .......... .......... 82% 104M 1s 144200K .......... .......... .......... .......... .......... 82% 127M 1s 144250K .......... .......... .......... .......... .......... 82% 93.1M 1s 144300K .......... .......... .......... .......... .......... 82% 138M 1s 144350K .......... .......... .......... .......... .......... 82% 77.7M 1s 144400K .......... .......... .......... .......... .......... 82% 6.97M 1s 144450K .......... .......... .......... .......... .......... 82% 111M 1s 144500K .......... .......... .......... .......... .......... 82% 108M 1s 144550K .......... .......... .......... .......... .......... 82% 112M 1s 144600K .......... .......... .......... .......... .......... 82% 89.6M 1s 144650K .......... .......... .......... .......... .......... 82% 121M 1s 144700K .......... .......... .......... .......... .......... 82% 127M 1s 144750K .......... .......... .......... .......... .......... 82% 127M 1s 144800K .......... .......... .......... .......... .......... 82% 98.2M 1s 144850K .......... .......... .......... .......... .......... 82% 116M 1s 144900K .......... .......... .......... .......... .......... 82% 134M 1s 144950K .......... .......... .......... .......... .......... 82% 76.3M 1s 145000K .......... .......... .......... .......... .......... 82% 101M 1s 145050K .......... .......... .......... .......... .......... 82% 107M 1s 145100K .......... .......... .......... .......... .......... 82% 116M 1s 145150K .......... .......... .......... .......... .......... 82% 131M 1s 145200K .......... .......... .......... .......... .......... 82% 96.6M 1s 145250K .......... .......... .......... .......... .......... 82% 135M 1s 145300K .......... .......... .......... .......... .......... 82% 127M 1s 145350K .......... .......... .......... .......... .......... 82% 135M 1s 145400K .......... .......... .......... .......... .......... 82% 1.43M 1s 145450K .......... .......... .......... .......... .......... 83% 93.7M 1s 145500K .......... .......... .......... .......... .......... 83% 51.4M 1s 145550K .......... .......... .......... .......... .......... 83% 112M 1s 145600K .......... .......... .......... .......... .......... 83% 107M 1s 145650K .......... .......... .......... .......... .......... 83% 104M 1s 145700K .......... .......... .......... .......... .......... 83% 5.49M 1s 145750K .......... .......... .......... .......... .......... 83% 127M 1s 145800K .......... .......... .......... .......... .......... 83% 103M 1s 145850K .......... .......... .......... .......... .......... 83% 118M 1s 145900K .......... .......... .......... .......... .......... 83% 94.2M 1s 145950K .......... .......... .......... .......... .......... 83% 107M 1s 146000K .......... .......... .......... .......... .......... 83% 113M 1s 146050K .......... .......... .......... .......... .......... 83% 126M 1s 146100K .......... .......... .......... .......... .......... 83% 95.8M 1s 146150K .......... .......... .......... .......... .......... 83% 112M 1s 146200K .......... .......... .......... .......... .......... 83% 127M 1s 146250K .......... .......... .......... .......... .......... 83% 108M 1s 146300K .......... .......... .......... .......... .......... 83% 118M 1s 146350K .......... .......... .......... .......... .......... 83% 117M 1s 146400K .......... .......... .......... .......... .......... 83% 117M 1s 146450K .......... .......... .......... .......... .......... 83% 41.6M 1s 146500K .......... .......... .......... .......... .......... 83% 101M 1s 146550K .......... .......... .......... .......... .......... 83% 118M 1s 146600K .......... .......... .......... .......... .......... 83% 90.2M 1s 146650K .......... .......... .......... .......... .......... 83% 126M 1s 146700K .......... .......... .......... .......... .......... 83% 124M 1s 146750K .......... .......... .......... .......... .......... 83% 110M 1s 146800K .......... .......... .......... .......... .......... 83% 125M 1s 146850K .......... .......... .......... .......... .......... 83% 63.1M 1s 146900K .......... .......... .......... .......... .......... 83% 117M 1s 146950K .......... .......... .......... .......... .......... 83% 110M 1s 147000K .......... .......... .......... .......... .......... 83% 104M 1s 147050K .......... .......... .......... .......... .......... 83% 114M 1s 147100K .......... .......... .......... .......... .......... 83% 127M 1s 147150K .......... .......... .......... .......... .......... 83% 107M 1s 147200K .......... .......... .......... .......... .......... 84% 112M 1s 147250K .......... .......... .......... .......... .......... 84% 136M 1s 147300K .......... .......... .......... .......... .......... 84% 104M 1s 147350K .......... .......... .......... .......... .......... 84% 126M 1s 147400K .......... .......... .......... .......... .......... 84% 62.2M 1s 147450K .......... .......... .......... .......... .......... 84% 1.19M 1s 147500K .......... .......... .......... .......... .......... 84% 117M 1s 147550K .......... .......... .......... .......... .......... 84% 107M 1s 147600K .......... .......... .......... .......... .......... 84% 98.2M 1s 147650K .......... .......... .......... .......... .......... 84% 111M 1s 147700K .......... .......... .......... .......... .......... 84% 130M 1s 147750K .......... .......... .......... .......... .......... 84% 2.66M 1s 147800K .......... .......... .......... .......... .......... 84% 101M 1s 147850K .......... .......... .......... .......... .......... 84% 109M 1s 147900K .......... .......... .......... .......... .......... 84% 93.1M 1s 147950K .......... .......... .......... .......... .......... 84% 128M 1s 148000K .......... .......... .......... .......... .......... 84% 128M 1s 148050K .......... .......... .......... .......... .......... 84% 134M 1s 148100K .......... .......... .......... .......... .......... 84% 101M 1s 148150K .......... .......... .......... .......... .......... 84% 126M 1s 148200K .......... .......... .......... .......... .......... 84% 136M 1s 148250K .......... .......... .......... .......... .......... 84% 122M 1s 148300K .......... .......... .......... .......... .......... 84% 118M 1s 148350K .......... .......... .......... .......... .......... 84% 72.9M 1s 148400K .......... .......... .......... .......... .......... 84% 142M 1s 148450K .......... .......... .......... .......... .......... 84% 117M 1s 148500K .......... .......... .......... .......... .......... 84% 103M 1s 148550K .......... .......... .......... .......... .......... 84% 144M 1s 148600K .......... .......... .......... .......... .......... 84% 127M 1s 148650K .......... .......... .......... .......... .......... 84% 75.2M 1s 148700K .......... .......... .......... .......... .......... 84% 95.8M 1s 148750K .......... .......... .......... .......... .......... 84% 136M 1s 148800K .......... .......... .......... .......... .......... 84% 126M 1s 148850K .......... .......... .......... .......... .......... 84% 125M 1s 148900K .......... .......... .......... .......... .......... 84% 121M 1s 148950K .......... .......... .......... .......... .......... 85% 130M 1s 149000K .......... .......... .......... .......... .......... 85% 105M 1s 149050K .......... .......... .......... .......... .......... 85% 117M 1s 149100K .......... .......... .......... .......... .......... 85% 87.0M 1s 149150K .......... .......... .......... .......... .......... 85% 108M 1s 149200K .......... .......... .......... .......... .......... 85% 134M 1s 149250K .......... .......... .......... .......... .......... 85% 127M 1s 149300K .......... .......... .......... .......... .......... 85% 92.4M 1s 149350K .......... .......... .......... .......... .......... 85% 125M 1s 149400K .......... .......... .......... .......... .......... 85% 107M 1s 149450K .......... .......... .......... .......... .......... 85% 137M 1s 149500K .......... .......... .......... .......... .......... 85% 601K 1s 149550K .......... .......... .......... .......... .......... 85% 109M 1s 149600K .......... .......... .......... .......... .......... 85% 99.0M 1s 149650K .......... .......... .......... .......... .......... 85% 109M 1s 149700K .......... .......... .......... .......... .......... 85% 103M 1s 149750K .......... .......... .......... .......... .......... 85% 111M 1s 149800K .......... .......... .......... .......... .......... 85% 22.0M 1s 149850K .......... .......... .......... .......... .......... 85% 111M 1s 149900K .......... .......... .......... .......... .......... 85% 96.7M 1s 149950K .......... .......... .......... .......... .......... 85% 121M 1s 150000K .......... .......... .......... .......... .......... 85% 114M 1s 150050K .......... .......... .......... .......... .......... 85% 20.4M 1s 150100K .......... .......... .......... .......... .......... 85% 121M 1s 150150K .......... .......... .......... .......... .......... 85% 93.4M 1s 150200K .......... .......... .......... .......... .......... 85% 114M 1s 150250K .......... .......... .......... .......... .......... 85% 102M 1s 150300K .......... .......... .......... .......... .......... 85% 63.1M 1s 150350K .......... .......... .......... .......... .......... 85% 120M 1s 150400K .......... .......... .......... .......... .......... 85% 114M 1s 150450K .......... .......... .......... .......... .......... 85% 103M 1s 150500K .......... .......... .......... .......... .......... 85% 122M 1s 150550K .......... .......... .......... .......... .......... 85% 13.3M 1s 150600K .......... .......... .......... .......... .......... 85% 82.9M 1s 150650K .......... .......... .......... .......... .......... 85% 122M 1s 150700K .......... .......... .......... .......... .......... 86% 116M 1s 150750K .......... .......... .......... .......... .......... 86% 110M 1s 150800K .......... .......... .......... .......... .......... 86% 121M 1s 150850K .......... .......... .......... .......... .......... 86% 117M 1s 150900K .......... .......... .......... .......... .......... 86% 118M 1s 150950K .......... .......... .......... .......... .......... 86% 115M 1s 151000K .......... .......... .......... .......... .......... 86% 105M 1s 151050K .......... .......... .......... .......... .......... 86% 122M 1s 151100K .......... .......... .......... .......... .......... 86% 103M 1s 151150K .......... .......... .......... .......... .......... 86% 129M 1s 151200K .......... .......... .......... .......... .......... 86% 77.5M 1s 151250K .......... .......... .......... .......... .......... 86% 122M 1s 151300K .......... .......... .......... .......... .......... 86% 40.5M 1s 151350K .......... .......... .......... .......... .......... 86% 120M 1s 151400K .......... .......... .......... .......... .......... 86% 116M 1s 151450K .......... .......... .......... .......... .......... 86% 114M 1s 151500K .......... .......... .......... .......... .......... 86% 108M 1s 151550K .......... .......... .......... .......... .......... 86% 1.18M 1s 151600K .......... .......... .......... .......... .......... 86% 94.9M 1s 151650K .......... .......... .......... .......... .......... 86% 90.5M 1s 151700K .......... .......... .......... .......... .......... 86% 124M 1s 151750K .......... .......... .......... .......... .......... 86% 95.5M 1s 151800K .......... .......... .......... .......... .......... 86% 92.1M 1s 151850K .......... .......... .......... .......... .......... 86% 6.54M 1s 151900K .......... .......... .......... .......... .......... 86% 93.3M 1s 151950K .......... .......... .......... .......... .......... 86% 107M 1s 152000K .......... .......... .......... .......... .......... 86% 127M 1s 152050K .......... .......... .......... .......... .......... 86% 115M 1s 152100K .......... .......... .......... .......... .......... 86% 96.8M 1s 152150K .......... .......... .......... .......... .......... 86% 127M 1s 152200K .......... .......... .......... .......... .......... 86% 107M 1s 152250K .......... .......... .......... .......... .......... 86% 127M 1s 152300K .......... .......... .......... .......... .......... 86% 104M 1s 152350K .......... .......... .......... .......... .......... 86% 135M 1s 152400K .......... .......... .......... .......... .......... 86% 87.7M 1s 152450K .......... .......... .......... .......... .......... 87% 111M 1s 152500K .......... .......... .......... .......... .......... 87% 95.3M 1s 152550K .......... .......... .......... .......... .......... 87% 121M 1s 152600K .......... .......... .......... .......... .......... 87% 10.7M 1s 152650K .......... .......... .......... .......... .......... 87% 115M 1s 152700K .......... .......... .......... .......... .......... 87% 99.6M 1s 152750K .......... .......... .......... .......... .......... 87% 114M 1s 152800K .......... .......... .......... .......... .......... 87% 112M 1s 152850K .......... .......... .......... .......... .......... 87% 109M 1s 152900K .......... .......... .......... .......... .......... 87% 121M 1s 152950K .......... .......... .......... .......... .......... 87% 116M 1s 153000K .......... .......... .......... .......... .......... 87% 96.2M 1s 153050K .......... .......... .......... .......... .......... 87% 110M 1s 153100K .......... .......... .......... .......... .......... 87% 124M 1s 153150K .......... .......... .......... .......... .......... 87% 120M 1s 153200K .......... .......... .......... .......... .......... 87% 93.0M 1s 153250K .......... .......... .......... .......... .......... 87% 123M 1s 153300K .......... .......... .......... .......... .......... 87% 96.4M 1s 153350K .......... .......... .......... .......... .......... 87% 104M 1s 153400K .......... .......... .......... .......... .......... 87% 97.2M 1s 153450K .......... .......... .......... .......... .......... 87% 104M 1s 153500K .......... .......... .......... .......... .......... 87% 110M 1s 153550K .......... .......... .......... .......... .......... 87% 135M 1s 153600K .......... .......... .......... .......... .......... 87% 1.05M 1s 153650K .......... .......... .......... .......... .......... 87% 98.5M 1s 153700K .......... .......... .......... .......... .......... 87% 113M 1s 153750K .......... .......... .......... .......... .......... 87% 111M 1s 153800K .......... .......... .......... .......... .......... 87% 125M 1s 153850K .......... .......... .......... .......... .......... 87% 117M 1s 153900K .......... .......... .......... .......... .......... 87% 124M 1s 153950K .......... .......... .......... .......... .......... 87% 135M 1s 154000K .......... .......... .......... .......... .......... 87% 106M 1s 154050K .......... .......... .......... .......... .......... 87% 129M 1s 154100K .......... .......... .......... .......... .......... 87% 125M 1s 154150K .......... .......... .......... .......... .......... 87% 126M 1s 154200K .......... .......... .......... .......... .......... 88% 58.7M 1s 154250K .......... .......... .......... .......... .......... 88% 142M 1s 154300K .......... .......... .......... .......... .......... 88% 137M 1s 154350K .......... .......... .......... .......... .......... 88% 123M 1s 154400K .......... .......... .......... .......... .......... 88% 122M 1s 154450K .......... .......... .......... .......... .......... 88% 106M 1s 154500K .......... .......... .......... .......... .......... 88% 128M 1s 154550K .......... .......... .......... .......... .......... 88% 125M 1s 154600K .......... .......... .......... .......... .......... 88% 84.2M 1s 154650K .......... .......... .......... .......... .......... 88% 78.9M 1s 154700K .......... .......... .......... .......... .......... 88% 93.5M 1s 154750K .......... .......... .......... .......... .......... 88% 73.2M 1s 154800K .......... .......... .......... .......... .......... 88% 125M 1s 154850K .......... .......... .......... .......... .......... 88% 97.0M 1s 154900K .......... .......... .......... .......... .......... 88% 143M 1s 154950K .......... .......... .......... .......... .......... 88% 85.5M 1s 155000K .......... .......... .......... .......... .......... 88% 118M 1s 155050K .......... .......... .......... .......... .......... 88% 102M 1s 155100K .......... .......... .......... .......... .......... 88% 131M 1s 155150K .......... .......... .......... .......... .......... 88% 118M 1s 155200K .......... .......... .......... .......... .......... 88% 105M 1s 155250K .......... .......... .......... .......... .......... 88% 124M 1s 155300K .......... .......... .......... .......... .......... 88% 117M 1s 155350K .......... .......... .......... .......... .......... 88% 97.9M 1s 155400K .......... .......... .......... .......... .......... 88% 118M 1s 155450K .......... .......... .......... .......... .......... 88% 125M 1s 155500K .......... .......... .......... .......... .......... 88% 129M 1s 155550K .......... .......... .......... .......... .......... 88% 73.8M 1s 155600K .......... .......... .......... .......... .......... 88% 1.52M 1s 155650K .......... .......... .......... .......... .......... 88% 96.1M 1s 155700K .......... .......... .......... .......... .......... 88% 32.1M 1s 155750K .......... .......... .......... .......... .......... 88% 93.9M 1s 155800K .......... .......... .......... .......... .......... 88% 123M 1s 155850K .......... .......... .......... .......... .......... 88% 97.5M 1s 155900K .......... .......... .......... .......... .......... 88% 110M 1s 155950K .......... .......... .......... .......... .......... 89% 2.17M 1s 156000K .......... .......... .......... .......... .......... 89% 95.0M 1s 156050K .......... .......... .......... .......... .......... 89% 99.3M 1s 156100K .......... .......... .......... .......... .......... 89% 97.4M 1s 156150K .......... .......... .......... .......... .......... 89% 126M 1s 156200K .......... .......... .......... .......... .......... 89% 111M 1s 156250K .......... .......... .......... .......... .......... 89% 127M 1s 156300K .......... .......... .......... .......... .......... 89% 111M 1s 156350K .......... .......... .......... .......... .......... 89% 126M 1s 156400K .......... .......... .......... .......... .......... 89% 135M 1s 156450K .......... .......... .......... .......... .......... 89% 130M 1s 156500K .......... .......... .......... .......... .......... 89% 109M 1s 156550K .......... .......... .......... .......... .......... 89% 116M 1s 156600K .......... .......... .......... .......... .......... 89% 128M 1s 156650K .......... .......... .......... .......... .......... 89% 123M 1s 156700K .......... .......... .......... .......... .......... 89% 95.0M 1s 156750K .......... .......... .......... .......... .......... 89% 135M 1s 156800K .......... .......... .......... .......... .......... 89% 93.9M 1s 156850K .......... .......... .......... .......... .......... 89% 133M 1s 156900K .......... .......... .......... .......... .......... 89% 114M 1s 156950K .......... .......... .......... .......... .......... 89% 78.9M 1s 157000K .......... .......... .......... .......... .......... 89% 105M 1s 157050K .......... .......... .......... .......... .......... 89% 126M 1s 157100K .......... .......... .......... .......... .......... 89% 97.4M 1s 157150K .......... .......... .......... .......... .......... 89% 125M 1s 157200K .......... .......... .......... .......... .......... 89% 134M 1s 157250K .......... .......... .......... .......... .......... 89% 125M 1s 157300K .......... .......... .......... .......... .......... 89% 109M 1s 157350K .......... .......... .......... .......... .......... 89% 113M 1s 157400K .......... .......... .......... .......... .......... 89% 135M 1s 157450K .......... .......... .......... .......... .......... 89% 80.0M 1s 157500K .......... .......... .......... .......... .......... 89% 113M 1s 157550K .......... .......... .......... .......... .......... 89% 135M 1s 157600K .......... .......... .......... .......... .......... 89% 109M 1s 157650K .......... .......... .......... .......... .......... 89% 1.81M 1s 157700K .......... .......... .......... .......... .......... 90% 119M 1s 157750K .......... .......... .......... .......... .......... 90% 58.5M 1s 157800K .......... .......... .......... .......... .......... 90% 102M 1s 157850K .......... .......... .......... .......... .......... 90% 115M 1s 157900K .......... .......... .......... .......... .......... 90% 135M 1s 157950K .......... .......... .......... .......... .......... 90% 102M 1s 158000K .......... .......... .......... .......... .......... 90% 21.2M 1s 158050K .......... .......... .......... .......... .......... 90% 135M 1s 158100K .......... .......... .......... .......... .......... 90% 93.6M 1s 158150K .......... .......... .......... .......... .......... 90% 98.5M 1s 158200K .......... .......... .......... .......... .......... 90% 125M 1s 158250K .......... .......... .......... .......... .......... 90% 133M 1s 158300K .......... .......... .......... .......... .......... 90% 110M 1s 158350K .......... .......... .......... .......... .......... 90% 102M 1s 158400K .......... .......... .......... .......... .......... 90% 119M 1s 158450K .......... .......... .......... .......... .......... 90% 133M 1s 158500K .......... .......... .......... .......... .......... 90% 66.6M 1s 158550K .......... .......... .......... .......... .......... 90% 115M 1s 158600K .......... .......... .......... .......... .......... 90% 91.7M 1s 158650K .......... .......... .......... .......... .......... 90% 104M 1s 158700K .......... .......... .......... .......... .......... 90% 126M 1s 158750K .......... .......... .......... .......... .......... 90% 116M 1s 158800K .......... .......... .......... .......... .......... 90% 111M 1s 158850K .......... .......... .......... .......... .......... 90% 89.4M 1s 158900K .......... .......... .......... .......... .......... 90% 124M 1s 158950K .......... .......... .......... .......... .......... 90% 109M 1s 159000K .......... .......... .......... .......... .......... 90% 6.75M 1s 159050K .......... .......... .......... .......... .......... 90% 127M 1s 159100K .......... .......... .......... .......... .......... 90% 120M 1s 159150K .......... .......... .......... .......... .......... 90% 84.0M 1s 159200K .......... .......... .......... .......... .......... 90% 120M 1s 159250K .......... .......... .......... .......... .......... 90% 134M 1s 159300K .......... .......... .......... .......... .......... 90% 106M 1s 159350K .......... .......... .......... .......... .......... 90% 100M 1s 159400K .......... .......... .......... .......... .......... 90% 129M 1s 159450K .......... .......... .......... .......... .......... 91% 114M 1s 159500K .......... .......... .......... .......... .......... 91% 125M 1s 159550K .......... .......... .......... .......... .......... 91% 97.5M 1s 159600K .......... .......... .......... .......... .......... 91% 88.4M 1s 159650K .......... .......... .......... .......... .......... 91% 128M 1s 159700K .......... .......... .......... .......... .......... 91% 1.26M 1s 159750K .......... .......... .......... .......... .......... 91% 83.7M 1s 159800K .......... .......... .......... .......... .......... 91% 101M 1s 159850K .......... .......... .......... .......... .......... 91% 82.8M 1s 159900K .......... .......... .......... .......... .......... 91% 114M 1s 159950K .......... .......... .......... .......... .......... 91% 101M 1s 160000K .......... .......... .......... .......... .......... 91% 97.3M 1s 160050K .......... .......... .......... .......... .......... 91% 79.2M 1s 160100K .......... .......... .......... .......... .......... 91% 61.8M 1s 160150K .......... .......... .......... .......... .......... 91% 77.5M 1s 160200K .......... .......... .......... .......... .......... 91% 86.8M 1s 160250K .......... .......... .......... .......... .......... 91% 115M 1s 160300K .......... .......... .......... .......... .......... 91% 104M 1s 160350K .......... .......... .......... .......... .......... 91% 128M 1s 160400K .......... .......... .......... .......... .......... 91% 94.6M 1s 160450K .......... .......... .......... .......... .......... 91% 108M 1s 160500K .......... .......... .......... .......... .......... 91% 114M 1s 160550K .......... .......... .......... .......... .......... 91% 115M 1s 160600K .......... .......... .......... .......... .......... 91% 128M 1s 160650K .......... .......... .......... .......... .......... 91% 103M 1s 160700K .......... .......... .......... .......... .......... 91% 146M 1s 160750K .......... .......... .......... .......... .......... 91% 119M 1s 160800K .......... .......... .......... .......... .......... 91% 4.05M 1s 160850K .......... .......... .......... .......... .......... 91% 120M 1s 160900K .......... .......... .......... .......... .......... 91% 87.6M 1s 160950K .......... .......... .......... .......... .......... 91% 118M 1s 161000K .......... .......... .......... .......... .......... 91% 88.8M 1s 161050K .......... .......... .......... .......... .......... 91% 122M 1s 161100K .......... .......... .......... .......... .......... 91% 111M 1s 161150K .......... .......... .......... .......... .......... 91% 109M 1s 161200K .......... .......... .......... .......... .......... 92% 106M 1s 161250K .......... .......... .......... .......... .......... 92% 114M 1s 161300K .......... .......... .......... .......... .......... 92% 124M 1s 161350K .......... .......... .......... .......... .......... 92% 121M 1s 161400K .......... .......... .......... .......... .......... 92% 120M 1s 161450K .......... .......... .......... .......... .......... 92% 130M 1s 161500K .......... .......... .......... .......... .......... 92% 122M 1s 161550K .......... .......... .......... .......... .......... 92% 108M 1s 161600K .......... .......... .......... .......... .......... 92% 96.0M 1s 161650K .......... .......... .......... .......... .......... 92% 130M 1s 161700K .......... .......... .......... .......... .......... 92% 84.3M 1s 161750K .......... .......... .......... .......... .......... 92% 1.44M 1s 161800K .......... .......... .......... .......... .......... 92% 102M 1s 161850K .......... .......... .......... .......... .......... 92% 18.9M 1s 161900K .......... .......... .......... .......... .......... 92% 120M 0s 161950K .......... .......... .......... .......... .......... 92% 73.3M 0s 162000K .......... .......... .......... .......... .......... 92% 34.7M 0s 162050K .......... .......... .......... .......... .......... 92% 116M 0s 162100K .......... .......... .......... .......... .......... 92% 104M 0s 162150K .......... .......... .......... .......... .......... 92% 66.8M 0s 162200K .......... .......... .......... .......... .......... 92% 123M 0s 162250K .......... .......... .......... .......... .......... 92% 117M 0s 162300K .......... .......... .......... .......... .......... 92% 77.4M 0s 162350K .......... .......... .......... .......... .......... 92% 11.8M 0s 162400K .......... .......... .......... .......... .......... 92% 114M 0s 162450K .......... .......... .......... .......... .......... 92% 102M 0s 162500K .......... .......... .......... .......... .......... 92% 115M 0s 162550K .......... .......... .......... .......... .......... 92% 134M 0s 162600K .......... .......... .......... .......... .......... 92% 72.7M 0s 162650K .......... .......... .......... .......... .......... 92% 114M 0s 162700K .......... .......... .......... .......... .......... 92% 122M 0s 162750K .......... .......... .......... .......... .......... 92% 127M 0s 162800K .......... .......... .......... .......... .......... 92% 127M 0s 162850K .......... .......... .......... .......... .......... 92% 99.9M 0s 162900K .......... .......... .......... .......... .......... 92% 126M 0s 162950K .......... .......... .......... .......... .......... 93% 114M 0s 163000K .......... .......... .......... .......... .......... 93% 132M 0s 163050K .......... .......... .......... .......... .......... 93% 70.6M 0s 163100K .......... .......... .......... .......... .......... 93% 12.0M 0s 163150K .......... .......... .......... .......... .......... 93% 115M 0s 163200K .......... .......... .......... .......... .......... 93% 110M 0s 163250K .......... .......... .......... .......... .......... 93% 123M 0s 163300K .......... .......... .......... .......... .......... 93% 126M 0s 163350K .......... .......... .......... .......... .......... 93% 93.0M 0s 163400K .......... .......... .......... .......... .......... 93% 126M 0s 163450K .......... .......... .......... .......... .......... 93% 108M 0s 163500K .......... .......... .......... .......... .......... 93% 128M 0s 163550K .......... .......... .......... .......... .......... 93% 88.9M 0s 163600K .......... .......... .......... .......... .......... 93% 126M 0s 163650K .......... .......... .......... .......... .......... 93% 91.5M 0s 163700K .......... .......... .......... .......... .......... 93% 114M 0s 163750K .......... .......... .......... .......... .......... 93% 109M 0s 163800K .......... .......... .......... .......... .......... 93% 1.21M 0s 163850K .......... .......... .......... .......... .......... 93% 108M 0s 163900K .......... .......... .......... .......... .......... 93% 105M 0s 163950K .......... .......... .......... .......... .......... 93% 117M 0s 164000K .......... .......... .......... .......... .......... 93% 95.9M 0s 164050K .......... .......... .......... .......... .......... 93% 110M 0s 164100K .......... .......... .......... .......... .......... 93% 113M 0s 164150K .......... .......... .......... .......... .......... 93% 104M 0s 164200K .......... .......... .......... .......... .......... 93% 132M 0s 164250K .......... .......... .......... .......... .......... 93% 109M 0s 164300K .......... .......... .......... .......... .......... 93% 105M 0s 164350K .......... .......... .......... .......... .......... 93% 130M 0s 164400K .......... .......... .......... .......... .......... 93% 3.18M 0s 164450K .......... .......... .......... .......... .......... 93% 93.9M 0s 164500K .......... .......... .......... .......... .......... 93% 119M 0s 164550K .......... .......... .......... .......... .......... 93% 127M 0s 164600K .......... .......... .......... .......... .......... 93% 118M 0s 164650K .......... .......... .......... .......... .......... 93% 81.1M 0s 164700K .......... .......... .......... .......... .......... 94% 106M 0s 164750K .......... .......... .......... .......... .......... 94% 136M 0s 164800K .......... .......... .......... .......... .......... 94% 118M 0s 164850K .......... .......... .......... .......... .......... 94% 105M 0s 164900K .......... .......... .......... .......... .......... 94% 127M 0s 164950K .......... .......... .......... .......... .......... 94% 128M 0s 165000K .......... .......... .......... .......... .......... 94% 116M 0s 165050K .......... .......... .......... .......... .......... 94% 99.2M 0s 165100K .......... .......... .......... .......... .......... 94% 127M 0s 165150K .......... .......... .......... .......... .......... 94% 82.8M 0s 165200K .......... .......... .......... .......... .......... 94% 133M 0s 165250K .......... .......... .......... .......... .......... 94% 133M 0s 165300K .......... .......... .......... .......... .......... 94% 96.8M 0s 165350K .......... .......... .......... .......... .......... 94% 116M 0s 165400K .......... .......... .......... .......... .......... 94% 118M 0s 165450K .......... .......... .......... .......... .......... 94% 98.1M 0s 165500K .......... .......... .......... .......... .......... 94% 108M 0s 165550K .......... .......... .......... .......... .......... 94% 128M 0s 165600K .......... .......... .......... .......... .......... 94% 124M 0s 165650K .......... .......... .......... .......... .......... 94% 97.6M 0s 165700K .......... .......... .......... .......... .......... 94% 135M 0s 165750K .......... .......... .......... .......... .......... 94% 98.8M 0s 165800K .......... .......... .......... .......... .......... 94% 117M 0s 165850K .......... .......... .......... .......... .......... 94% 1.36M 0s 165900K .......... .......... .......... .......... .......... 94% 101M 0s 165950K .......... .......... .......... .......... .......... 94% 103M 0s 166000K .......... .......... .......... .......... .......... 94% 98.2M 0s 166050K .......... .......... .......... .......... .......... 94% 96.0M 0s 166100K .......... .......... .......... .......... .......... 94% 120M 0s 166150K .......... .......... .......... .......... .......... 94% 112M 0s 166200K .......... .......... .......... .......... .......... 94% 99.9M 0s 166250K .......... .......... .......... .......... .......... 94% 102M 0s 166300K .......... .......... .......... .......... .......... 94% 120M 0s 166350K .......... .......... .......... .......... .......... 94% 107M 0s 166400K .......... .......... .......... .......... .......... 94% 117M 0s 166450K .......... .......... .......... .......... .......... 95% 97.0M 0s 166500K .......... .......... .......... .......... .......... 95% 129M 0s 166550K .......... .......... .......... .......... .......... 95% 110M 0s 166600K .......... .......... .......... .......... .......... 95% 113M 0s 166650K .......... .......... .......... .......... .......... 95% 120M 0s 166700K .......... .......... .......... .......... .......... 95% 77.0M 0s 166750K .......... .......... .......... .......... .......... 95% 132M 0s 166800K .......... .......... .......... .......... .......... 95% 39.9M 0s 166850K .......... .......... .......... .......... .......... 95% 111M 0s 166900K .......... .......... .......... .......... .......... 95% 111M 0s 166950K .......... .......... .......... .......... .......... 95% 111M 0s 167000K .......... .......... .......... .......... .......... 95% 130M 0s 167050K .......... .......... .......... .......... .......... 95% 70.2M 0s 167100K .......... .......... .......... .......... .......... 95% 110M 0s 167150K .......... .......... .......... .......... .......... 95% 101M 0s 167200K .......... .......... .......... .......... .......... 95% 12.2M 0s 167250K .......... .......... .......... .......... .......... 95% 120M 0s 167300K .......... .......... .......... .......... .......... 95% 113M 0s 167350K .......... .......... .......... .......... .......... 95% 103M 0s 167400K .......... .......... .......... .......... .......... 95% 112M 0s 167450K .......... .......... .......... .......... .......... 95% 123M 0s 167500K .......... .......... .......... .......... .......... 95% 123M 0s 167550K .......... .......... .......... .......... .......... 95% 89.6M 0s 167600K .......... .......... .......... .......... .......... 95% 124M 0s 167650K .......... .......... .......... .......... .......... 95% 108M 0s 167700K .......... .......... .......... .......... .......... 95% 122M 0s 167750K .......... .......... .......... .......... .......... 95% 69.4M 0s 167800K .......... .......... .......... .......... .......... 95% 115M 0s 167850K .......... .......... .......... .......... .......... 95% 104M 0s 167900K .......... .......... .......... .......... .......... 95% 1.36M 0s 167950K .......... .......... .......... .......... .......... 95% 99.7M 0s 168000K .......... .......... .......... .......... .......... 95% 88.5M 0s 168050K .......... .......... .......... .......... .......... 95% 118M 0s 168100K .......... .......... .......... .......... .......... 95% 116M 0s 168150K .......... .......... .......... .......... .......... 95% 99.9M 0s 168200K .......... .......... .......... .......... .......... 96% 95.9M 0s 168250K .......... .......... .......... .......... .......... 96% 20.5M 0s 168300K .......... .......... .......... .......... .......... 96% 81.4M 0s 168350K .......... .......... .......... .......... .......... 96% 109M 0s 168400K .......... .......... .......... .......... .......... 96% 124M 0s 168450K .......... .......... .......... .......... .......... 96% 120M 0s 168500K .......... .......... .......... .......... .......... 96% 111M 0s 168550K .......... .......... .......... .......... .......... 96% 119M 0s 168600K .......... .......... .......... .......... .......... 96% 134M 0s 168650K .......... .......... .......... .......... .......... 96% 122M 0s 168700K .......... .......... .......... .......... .......... 96% 95.6M 0s 168750K .......... .......... .......... .......... .......... 96% 80.2M 0s 168800K .......... .......... .......... .......... .......... 96% 106M 0s 168850K .......... .......... .......... .......... .......... 96% 106M 0s 168900K .......... .......... .......... .......... .......... 96% 111M 0s 168950K .......... .......... .......... .......... .......... 96% 121M 0s 169000K .......... .......... .......... .......... .......... 96% 103M 0s 169050K .......... .......... .......... .......... .......... 96% 121M 0s 169100K .......... .......... .......... .......... .......... 96% 74.9M 0s 169150K .......... .......... .......... .......... .......... 96% 116M 0s 169200K .......... .......... .......... .......... .......... 96% 79.9M 0s 169250K .......... .......... .......... .......... .......... 96% 132M 0s 169300K .......... .......... .......... .......... .......... 96% 104M 0s 169350K .......... .......... .......... .......... .......... 96% 102M 0s 169400K .......... .......... .......... .......... .......... 96% 107M 0s 169450K .......... .......... .......... .......... .......... 96% 121M 0s 169500K .......... .......... .......... .......... .......... 96% 105M 0s 169550K .......... .......... .......... .......... .......... 96% 119M 0s 169600K .......... .......... .......... .......... .......... 96% 78.4M 0s 169650K .......... .......... .......... .......... .......... 96% 104M 0s 169700K .......... .......... .......... .......... .......... 96% 91.3M 0s 169750K .......... .......... .......... .......... .......... 96% 116M 0s 169800K .......... .......... .......... .......... .......... 96% 119M 0s 169850K .......... .......... .......... .......... .......... 96% 112M 0s 169900K .......... .......... .......... .......... .......... 96% 106M 0s 169950K .......... .......... .......... .......... .......... 97% 1.28M 0s 170000K .......... .......... .......... .......... .......... 97% 83.6M 0s 170050K .......... .......... .......... .......... .......... 97% 90.6M 0s 170100K .......... .......... .......... .......... .......... 97% 122M 0s 170150K .......... .......... .......... .......... .......... 97% 116M 0s 170200K .......... .......... .......... .......... .......... 97% 98.6M 0s 170250K .......... .......... .......... .......... .......... 97% 147M 0s 170300K .......... .......... .......... .......... .......... 97% 11.0M 0s 170350K .......... .......... .......... .......... .......... 97% 93.6M 0s 170400K .......... .......... .......... .......... .......... 97% 100M 0s 170450K .......... .......... .......... .......... .......... 97% 127M 0s 170500K .......... .......... .......... .......... .......... 97% 100M 0s 170550K .......... .......... .......... .......... .......... 97% 77.2M 0s 170600K .......... .......... .......... .......... .......... 97% 72.5M 0s 170650K .......... .......... .......... .......... .......... 97% 117M 0s 170700K .......... .......... .......... .......... .......... 97% 111M 0s 170750K .......... .......... .......... .......... .......... 97% 86.5M 0s 170800K .......... .......... .......... .......... .......... 97% 15.5M 0s 170850K .......... .......... .......... .......... .......... 97% 35.5M 0s 170900K .......... .......... .......... .......... .......... 97% 90.8M 0s 170950K .......... .......... .......... .......... .......... 97% 98.7M 0s 171000K .......... .......... .......... .......... .......... 97% 127M 0s 171050K .......... .......... .......... .......... .......... 97% 98.2M 0s 171100K .......... .......... .......... .......... .......... 97% 106M 0s 171150K .......... .......... .......... .......... .......... 97% 99.0M 0s 171200K .......... .......... .......... .......... .......... 97% 87.7M 0s 171250K .......... .......... .......... .......... .......... 97% 84.5M 0s 171300K .......... .......... .......... .......... .......... 97% 6.83M 0s 171350K .......... .......... .......... .......... .......... 97% 69.2M 0s 171400K .......... .......... .......... .......... .......... 97% 127M 0s 171450K .......... .......... .......... .......... .......... 97% 104M 0s 171500K .......... .......... .......... .......... .......... 97% 127M 0s 171550K .......... .......... .......... .......... .......... 97% 98.7M 0s 171600K .......... .......... .......... .......... .......... 97% 119M 0s 171650K .......... .......... .......... .......... .......... 97% 127M 0s 171700K .......... .......... .......... .......... .......... 98% 111M 0s 171750K .......... .......... .......... .......... .......... 98% 118M 0s 171800K .......... .......... .......... .......... .......... 98% 86.3M 0s 171850K .......... .......... .......... .......... .......... 98% 115M 0s 171900K .......... .......... .......... .......... .......... 98% 121M 0s 171950K .......... .......... .......... .......... .......... 98% 105M 0s 172000K .......... .......... .......... .......... .......... 98% 1.43M 0s 172050K .......... .......... .......... .......... .......... 98% 5.04M 0s 172100K .......... .......... .......... .......... .......... 98% 42.1M 0s 172150K .......... .......... .......... .......... .......... 98% 105M 0s 172200K .......... .......... .......... .......... .......... 98% 59.0M 0s 172250K .......... .......... .......... .......... .......... 98% 79.1M 0s 172300K .......... .......... .......... .......... .......... 98% 92.1M 0s 172350K .......... .......... .......... .......... .......... 98% 71.3M 0s 172400K .......... .......... .......... .......... .......... 98% 84.0M 0s 172450K .......... .......... .......... .......... .......... 98% 91.3M 0s 172500K .......... .......... .......... .......... .......... 98% 123M 0s 172550K .......... .......... .......... .......... .......... 98% 121M 0s 172600K .......... .......... .......... .......... .......... 98% 4.53M 0s 172650K .......... .......... .......... .......... .......... 98% 79.5M 0s 172700K .......... .......... .......... .......... .......... 98% 75.2M 0s 172750K .......... .......... .......... .......... .......... 98% 78.7M 0s 172800K .......... .......... .......... .......... .......... 98% 90.2M 0s 172850K .......... .......... .......... .......... .......... 98% 72.4M 0s 172900K .......... .......... .......... .......... .......... 98% 94.2M 0s 172950K .......... .......... .......... .......... .......... 98% 91.4M 0s 173000K .......... .......... .......... .......... .......... 98% 94.5M 0s 173050K .......... .......... .......... .......... .......... 98% 75.3M 0s 173100K .......... .......... .......... .......... .......... 98% 94.9M 0s 173150K .......... .......... .......... .......... .......... 98% 92.4M 0s 173200K .......... .......... .......... .......... .......... 98% 88.6M 0s 173250K .......... .......... .......... .......... .......... 98% 92.1M 0s 173300K .......... .......... .......... .......... .......... 98% 90.0M 0s 173350K .......... .......... .......... .......... .......... 98% 97.4M 0s 173400K .......... .......... .......... .......... .......... 98% 101M 0s 173450K .......... .......... .......... .......... .......... 99% 77.7M 0s 173500K .......... .......... .......... .......... .......... 99% 85.2M 0s 173550K .......... .......... .......... .......... .......... 99% 114M 0s 173600K .......... .......... .......... .......... .......... 99% 87.5M 0s 173650K .......... .......... .......... .......... .......... 99% 92.4M 0s 173700K .......... .......... .......... .......... .......... 99% 85.8M 0s 173750K .......... .......... .......... .......... .......... 99% 90.5M 0s 173800K .......... .......... .......... .......... .......... 99% 135M 0s 173850K .......... .......... .......... .......... .......... 99% 147M 0s 173900K .......... .......... .......... .......... .......... 99% 116M 0s 173950K .......... .......... .......... .......... .......... 99% 143M 0s 174000K .......... .......... .......... .......... .......... 99% 146M 0s 174050K .......... .......... .......... .......... .......... 99% 1.72M 0s 174100K .......... .......... .......... .......... .......... 99% 38.4M 0s 174150K .......... .......... .......... .......... .......... 99% 43.3M 0s 174200K .......... .......... .......... .......... .......... 99% 83.3M 0s 174250K .......... .......... .......... .......... .......... 99% 95.6M 0s 174300K .......... .......... .......... .......... .......... 99% 96.7M 0s 174350K .......... .......... .......... .......... .......... 99% 13.3M 0s 174400K .......... .......... .......... .......... .......... 99% 85.3M 0s 174450K .......... .......... .......... .......... .......... 99% 97.9M 0s 174500K .......... .......... .......... .......... .......... 99% 82.0M 0s 174550K .......... .......... .......... .......... .......... 99% 104M 0s 174600K .......... .......... .......... .......... .......... 99% 87.2M 0s 174650K .......... .......... .......... .......... .......... 99% 74.7M 0s 174700K .......... .......... .......... .......... .......... 99% 64.5M 0s 174750K .......... .......... .......... .......... .......... 99% 87.2M 0s 174800K .......... .......... .......... .......... .......... 99% 138M 0s 174850K .......... .......... .......... .......... .......... 99% 109M 0s 174900K .......... .......... .......... .......... .......... 99% 7.85M 0s 174950K .......... .......... .......... .......... .......... 99% 70.1M 0s 175000K .......... .......... .......... .......... .......... 99% 74.3M 0s 175050K .......... .......... .......... .......... .......... 99% 79.4M 0s 175100K .......... .......... .......... .......... .......... 99% 84.9M 0s 175150K .......... .......... .......... .......... .......... 99% 144M 0s 175200K .......... .......... .......... .......... ... 100% 130M=6.5s 2022-09-10 03:56:25 (26.4 MB/s) - '/home/jenkins/extension.lib.external/wildfly-15.0.1.Final.tar.gz' saved [179449615/179449615] --2022-09-10 03:56:25-- https://download.eclipse.org/eclipse/downloads/drops4/R-4.5.2-201602121500/eclipse-SDK-4.5.2-linux-gtk-x86_64.tar.gz Resolving download.eclipse.org (download.eclipse.org)... 198.41.30.199 Connecting to download.eclipse.org (download.eclipse.org)|198.41.30.199|:443... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://archive.eclipse.org/eclipse/downloads/drops4/R-4.5.2-201602121500/eclipse-SDK-4.5.2-linux-gtk-x86_64.tar.gz [following] --2022-09-10 03:56:26-- https://archive.eclipse.org/eclipse/downloads/drops4/R-4.5.2-201602121500/eclipse-SDK-4.5.2-linux-gtk-x86_64.tar.gz Resolving archive.eclipse.org (archive.eclipse.org)... 198.41.30.199 Connecting to archive.eclipse.org (archive.eclipse.org)|198.41.30.199|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 213490446 (204M) [application/x-gzip] Saving to: '/home/jenkins/extension.lib.external/eclipse-SDK-4.5.2-linux-gtk-x86_64.tar.gz' 0K .......... .......... .......... .......... .......... 0% 74.0M 3s 50K .......... .......... .......... .......... .......... 0% 75.1M 3s 100K .......... .......... .......... .......... .......... 0% 73.4M 3s 150K .......... .......... .......... .......... .......... 0% 71.5M 3s 200K .......... .......... .......... .......... .......... 0% 62.9M 3s 250K .......... .......... .......... .......... .......... 0% 61.0M 3s 300K .......... .......... .......... .......... .......... 0% 69.4M 3s 350K .......... .......... .......... .......... .......... 0% 63.7M 3s 400K .......... .......... .......... .......... .......... 0% 66.0M 3s 450K .......... .......... .......... .......... .......... 0% 74.6M 3s 500K .......... .......... .......... .......... .......... 0% 74.4M 3s 550K .......... .......... .......... .......... .......... 0% 74.0M 3s 600K .......... .......... .......... .......... .......... 0% 5.82M 5s 650K .......... .......... .......... .......... .......... 0% 73.7M 5s 700K .......... .......... .......... .......... .......... 0% 73.3M 5s 750K .......... .......... .......... .......... .......... 0% 84.4M 5s 800K .......... .......... .......... .......... .......... 0% 77.9M 5s 850K .......... .......... .......... .......... .......... 0% 98.5M 5s 900K .......... .......... .......... .......... .......... 0% 73.5M 4s 950K .......... .......... .......... .......... .......... 0% 94.8M 4s 1000K .......... .......... .......... .......... .......... 0% 80.1M 4s 1050K .......... .......... .......... .......... .......... 0% 89.3M 4s 1100K .......... .......... .......... .......... .......... 0% 79.7M 4s 1150K .......... .......... .......... .......... .......... 0% 88.9M 4s 1200K .......... .......... .......... .......... .......... 0% 89.9M 4s 1250K .......... .......... .......... .......... .......... 0% 88.3M 4s 1300K .......... .......... .......... .......... .......... 0% 80.7M 4s 1350K .......... .......... .......... .......... .......... 0% 79.3M 4s 1400K .......... .......... .......... .......... .......... 0% 83.9M 4s 1450K .......... .......... .......... .......... .......... 0% 92.0M 4s 1500K .......... .......... .......... .......... .......... 0% 79.5M 4s 1550K .......... .......... .......... .......... .......... 0% 95.8M 4s 1600K .......... .......... .......... .......... .......... 0% 81.1M 4s 1650K .......... .......... .......... .......... .......... 0% 97.7M 4s 1700K .......... .......... .......... .......... .......... 0% 82.0M 3s 1750K .......... .......... .......... .......... .......... 0% 83.9M 3s 1800K .......... .......... .......... .......... .......... 0% 85.9M 3s 1850K .......... .......... .......... .......... .......... 0% 88.4M 3s 1900K .......... .......... .......... .......... .......... 0% 91.5M 3s 1950K .......... .......... .......... .......... .......... 0% 88.3M 3s 2000K .......... .......... .......... .......... .......... 0% 88.8M 3s 2050K .......... .......... .......... .......... .......... 1% 85.1M 3s 2100K .......... .......... .......... .......... .......... 1% 78.2M 3s 2150K .......... .......... .......... .......... .......... 1% 81.8M 3s 2200K .......... .......... .......... .......... .......... 1% 73.0M 3s 2250K .......... .......... .......... .......... .......... 1% 80.9M 3s 2300K .......... .......... .......... .......... .......... 1% 71.4M 3s 2350K .......... .......... .......... .......... .......... 1% 66.0M 3s 2400K .......... .......... .......... .......... .......... 1% 65.7M 3s 2450K .......... .......... .......... .......... .......... 1% 71.3M 3s 2500K .......... .......... .......... .......... .......... 1% 71.6M 3s 2550K .......... .......... .......... .......... .......... 1% 69.2M 3s 2600K .......... .......... .......... .......... .......... 1% 64.0M 3s 2650K .......... .......... .......... .......... .......... 1% 53.4M 3s 2700K .......... .......... .......... .......... .......... 1% 37.8M 3s 2750K .......... .......... .......... .......... .......... 1% 64.7M 3s 2800K .......... .......... .......... .......... .......... 1% 64.0M 3s 2850K .......... .......... .......... .......... .......... 1% 62.8M 3s 2900K .......... .......... .......... .......... .......... 1% 63.6M 3s 2950K .......... .......... .......... .......... .......... 1% 58.7M 3s 3000K .......... .......... .......... .......... .......... 1% 58.0M 3s 3050K .......... .......... .......... .......... .......... 1% 60.6M 3s 3100K .......... .......... .......... .......... .......... 1% 62.7M 3s 3150K .......... .......... .......... .......... .......... 1% 80.4M 3s 3200K .......... .......... .......... .......... .......... 1% 58.0M 3s 3250K .......... .......... .......... .......... .......... 1% 52.7M 3s 3300K .......... .......... .......... .......... .......... 1% 53.9M 3s 3350K .......... .......... .......... .......... .......... 1% 55.0M 3s 3400K .......... .......... .......... .......... .......... 1% 69.5M 3s 3450K .......... .......... .......... .......... .......... 1% 73.4M 3s 3500K .......... .......... .......... .......... .......... 1% 72.6M 3s 3550K .......... .......... .......... .......... .......... 1% 71.0M 3s 3600K .......... .......... .......... .......... .......... 1% 65.4M 3s 3650K .......... .......... .......... .......... .......... 1% 83.4M 3s 3700K .......... .......... .......... .......... .......... 1% 74.3M 3s 3750K .......... .......... .......... .......... .......... 1% 69.3M 3s 3800K .......... .......... .......... .......... .......... 1% 68.2M 3s 3850K .......... .......... .......... .......... .......... 1% 55.0M 3s 3900K .......... .......... .......... .......... .......... 1% 57.0M 3s 3950K .......... .......... .......... .......... .......... 1% 59.7M 3s 4000K .......... .......... .......... .......... .......... 1% 64.4M 3s 4050K .......... .......... .......... .......... .......... 1% 69.9M 3s 4100K .......... .......... .......... .......... .......... 1% 66.8M 3s 4150K .......... .......... .......... .......... .......... 2% 69.3M 3s 4200K .......... .......... .......... .......... .......... 2% 60.2M 3s 4250K .......... .......... .......... .......... .......... 2% 56.5M 3s 4300K .......... .......... .......... .......... .......... 2% 52.3M 3s 4350K .......... .......... .......... .......... .......... 2% 66.6M 3s 4400K .......... .......... .......... .......... .......... 2% 63.0M 3s 4450K .......... .......... .......... .......... .......... 2% 78.5M 3s 4500K .......... .......... .......... .......... .......... 2% 69.2M 3s 4550K .......... .......... .......... .......... .......... 2% 52.0M 3s 4600K .......... .......... .......... .......... .......... 2% 56.2M 3s 4650K .......... .......... .......... .......... .......... 2% 56.3M 3s 4700K .......... .......... .......... .......... .......... 2% 59.3M 3s 4750K .......... .......... .......... .......... .......... 2% 52.3M 3s 4800K .......... .......... .......... .......... .......... 2% 66.2M 3s 4850K .......... .......... .......... .......... .......... 2% 54.6M 3s 4900K .......... .......... .......... .......... .......... 2% 57.2M 3s 4950K .......... .......... .......... .......... .......... 2% 52.3M 3s 5000K .......... .......... .......... .......... .......... 2% 53.7M 3s 5050K .......... .......... .......... .......... .......... 2% 64.4M 3s 5100K .......... .......... .......... .......... .......... 2% 72.0M 3s 5150K .......... .......... .......... .......... .......... 2% 55.7M 3s 5200K .......... .......... .......... .......... .......... 2% 63.6M 3s 5250K .......... .......... .......... .......... .......... 2% 57.2M 3s 5300K .......... .......... .......... .......... .......... 2% 61.6M 3s 5350K .......... .......... .......... .......... .......... 2% 55.5M 3s 5400K .......... .......... .......... .......... .......... 2% 63.8M 3s 5450K .......... .......... .......... .......... .......... 2% 60.5M 3s 5500K .......... .......... .......... .......... .......... 2% 58.9M 3s 5550K .......... .......... .......... .......... .......... 2% 61.7M 3s 5600K .......... .......... .......... .......... .......... 2% 59.2M 3s 5650K .......... .......... .......... .......... .......... 2% 74.2M 3s 5700K .......... .......... .......... .......... .......... 2% 58.9M 3s 5750K .......... .......... .......... .......... .......... 2% 73.8M 3s 5800K .......... .......... .......... .......... .......... 2% 68.6M 3s 5850K .......... .......... .......... .......... .......... 2% 60.3M 3s 5900K .......... .......... .......... .......... .......... 2% 54.7M 3s 5950K .......... .......... .......... .......... .......... 2% 65.3M 3s 6000K .......... .......... .......... .......... .......... 2% 76.4M 3s 6050K .......... .......... .......... .......... .......... 2% 66.6M 3s 6100K .......... .......... .......... .......... .......... 2% 68.0M 3s 6150K .......... .......... .......... .......... .......... 2% 54.4M 3s 6200K .......... .......... .......... .......... .......... 2% 53.5M 3s 6250K .......... .......... .......... .......... .......... 3% 54.8M 3s 6300K .......... .......... .......... .......... .......... 3% 64.2M 3s 6350K .......... .......... .......... .......... .......... 3% 60.1M 3s 6400K .......... .......... .......... .......... .......... 3% 52.2M 3s 6450K .......... .......... .......... .......... .......... 3% 55.5M 3s 6500K .......... .......... .......... .......... .......... 3% 54.7M 3s 6550K .......... .......... .......... .......... .......... 3% 67.9M 3s 6600K .......... .......... .......... .......... .......... 3% 59.6M 3s 6650K .......... .......... .......... .......... .......... 3% 59.1M 3s 6700K .......... .......... .......... .......... .......... 3% 58.0M 3s 6750K .......... .......... .......... .......... .......... 3% 58.4M 3s 6800K .......... .......... .......... .......... .......... 3% 62.9M 3s 6850K .......... .......... .......... .......... .......... 3% 57.1M 3s 6900K .......... .......... .......... .......... .......... 3% 39.7M 3s 6950K .......... .......... .......... .......... .......... 3% 64.1M 3s 7000K .......... .......... .......... .......... .......... 3% 56.1M 3s 7050K .......... .......... .......... .......... .......... 3% 55.8M 3s 7100K .......... .......... .......... .......... .......... 3% 69.1M 3s 7150K .......... .......... .......... .......... .......... 3% 60.2M 3s 7200K .......... .......... .......... .......... .......... 3% 71.4M 3s 7250K .......... .......... .......... .......... .......... 3% 62.5M 3s 7300K .......... .......... .......... .......... .......... 3% 60.2M 3s 7350K .......... .......... .......... .......... .......... 3% 56.9M 3s 7400K .......... .......... .......... .......... .......... 3% 57.6M 3s 7450K .......... .......... .......... .......... .......... 3% 63.1M 3s 7500K .......... .......... .......... .......... .......... 3% 67.0M 3s 7550K .......... .......... .......... .......... .......... 3% 60.3M 3s 7600K .......... .......... .......... .......... .......... 3% 59.9M 3s 7650K .......... .......... .......... .......... .......... 3% 65.7M 3s 7700K .......... .......... .......... .......... .......... 3% 59.4M 3s 7750K .......... .......... .......... .......... .......... 3% 65.4M 3s 7800K .......... .......... .......... .......... .......... 3% 56.7M 3s 7850K .......... .......... .......... .......... .......... 3% 65.1M 3s 7900K .......... .......... .......... .......... .......... 3% 66.4M 3s 7950K .......... .......... .......... .......... .......... 3% 65.4M 3s 8000K .......... .......... .......... .......... .......... 3% 61.6M 3s 8050K .......... .......... .......... .......... .......... 3% 60.7M 3s 8100K .......... .......... .......... .......... .......... 3% 62.8M 3s 8150K .......... .......... .......... .......... .......... 3% 67.7M 3s 8200K .......... .......... .......... .......... .......... 3% 69.9M 3s 8250K .......... .......... .......... .......... .......... 3% 66.9M 3s 8300K .......... .......... .......... .......... .......... 4% 79.1M 3s 8350K .......... .......... .......... .......... .......... 4% 84.3M 3s 8400K .......... .......... .......... .......... .......... 4% 79.1M 3s 8450K .......... .......... .......... .......... .......... 4% 71.3M 3s 8500K .......... .......... .......... .......... .......... 4% 92.0M 3s 8550K .......... .......... .......... .......... .......... 4% 75.6M 3s 8600K .......... .......... .......... .......... .......... 4% 65.2M 3s 8650K .......... .......... .......... .......... .......... 4% 71.7M 3s 8700K .......... .......... .......... .......... .......... 4% 66.7M 3s 8750K .......... .......... .......... .......... .......... 4% 75.7M 3s 8800K .......... .......... .......... .......... .......... 4% 63.5M 3s 8850K .......... .......... .......... .......... .......... 4% 65.4M 3s 8900K .......... .......... .......... .......... .......... 4% 72.1M 3s 8950K .......... .......... .......... .......... .......... 4% 66.7M 3s 9000K .......... .......... .......... .......... .......... 4% 63.7M 3s 9050K .......... .......... .......... .......... .......... 4% 70.5M 3s 9100K .......... .......... .......... .......... .......... 4% 72.7M 3s 9150K .......... .......... .......... .......... .......... 4% 60.7M 3s 9200K .......... .......... .......... .......... .......... 4% 56.8M 3s 9250K .......... .......... .......... .......... .......... 4% 58.4M 3s 9300K .......... .......... .......... .......... .......... 4% 57.8M 3s 9350K .......... .......... .......... .......... .......... 4% 65.0M 3s 9400K .......... .......... .......... .......... .......... 4% 72.1M 3s 9450K .......... .......... .......... .......... .......... 4% 68.3M 3s 9500K .......... .......... .......... .......... .......... 4% 64.5M 3s 9550K .......... .......... .......... .......... .......... 4% 71.7M 3s 9600K .......... .......... .......... .......... .......... 4% 68.0M 3s 9650K .......... .......... .......... .......... .......... 4% 74.5M 3s 9700K .......... .......... .......... .......... .......... 4% 84.6M 3s 9750K .......... .......... .......... .......... .......... 4% 69.4M 3s 9800K .......... .......... .......... .......... .......... 4% 74.0M 3s 9850K .......... .......... .......... .......... .......... 4% 82.6M 3s 9900K .......... .......... .......... .......... .......... 4% 72.0M 3s 9950K .......... .......... .......... .......... .......... 4% 74.5M 3s 10000K .......... .......... .......... .......... .......... 4% 81.7M 3s 10050K .......... .......... .......... .......... .......... 4% 76.3M 3s 10100K .......... .......... .......... .......... .......... 4% 65.1M 3s 10150K .......... .......... .......... .......... .......... 4% 67.5M 3s 10200K .......... .......... .......... .......... .......... 4% 79.2M 3s 10250K .......... .......... .......... .......... .......... 4% 66.4M 3s 10300K .......... .......... .......... .......... .......... 4% 84.8M 3s 10350K .......... .......... .......... .......... .......... 4% 77.3M 3s 10400K .......... .......... .......... .......... .......... 5% 70.5M 3s 10450K .......... .......... .......... .......... .......... 5% 72.8M 3s 10500K .......... .......... .......... .......... .......... 5% 78.5M 3s 10550K .......... .......... .......... .......... .......... 5% 69.7M 3s 10600K .......... .......... .......... .......... .......... 5% 82.1M 3s 10650K .......... .......... .......... .......... .......... 5% 68.0M 3s 10700K .......... .......... .......... .......... .......... 5% 82.7M 3s 10750K .......... .......... .......... .......... .......... 5% 63.4M 3s 10800K .......... .......... .......... .......... .......... 5% 67.5M 3s 10850K .......... .......... .......... .......... .......... 5% 58.6M 3s 10900K .......... .......... .......... .......... .......... 5% 80.7M 3s 10950K .......... .......... .......... .......... .......... 5% 65.2M 3s 11000K .......... .......... .......... .......... .......... 5% 73.7M 3s 11050K .......... .......... .......... .......... .......... 5% 51.1M 3s 11100K .......... .......... .......... .......... .......... 5% 53.0M 3s 11150K .......... .......... .......... .......... .......... 5% 51.5M 3s 11200K .......... .......... .......... .......... .......... 5% 52.4M 3s 11250K .......... .......... .......... .......... .......... 5% 59.8M 3s 11300K .......... .......... .......... .......... .......... 5% 68.0M 3s 11350K .......... .......... .......... .......... .......... 5% 71.8M 3s 11400K .......... .......... .......... .......... .......... 5% 54.0M 3s 11450K .......... .......... .......... .......... .......... 5% 72.6M 3s 11500K .......... .......... .......... .......... .......... 5% 74.2M 3s 11550K .......... .......... .......... .......... .......... 5% 59.1M 3s 11600K .......... .......... .......... .......... .......... 5% 77.9M 3s 11650K .......... .......... .......... .......... .......... 5% 57.4M 3s 11700K .......... .......... .......... .......... .......... 5% 75.7M 3s 11750K .......... .......... .......... .......... .......... 5% 73.4M 3s 11800K .......... .......... .......... .......... .......... 5% 81.2M 3s 11850K .......... .......... .......... .......... .......... 5% 73.1M 3s 11900K .......... .......... .......... .......... .......... 5% 69.6M 3s 11950K .......... .......... .......... .......... .......... 5% 82.4M 3s 12000K .......... .......... .......... .......... .......... 5% 70.8M 3s 12050K .......... .......... .......... .......... .......... 5% 63.3M 3s 12100K .......... .......... .......... .......... .......... 5% 66.9M 3s 12150K .......... .......... .......... .......... .......... 5% 71.9M 3s 12200K .......... .......... .......... .......... .......... 5% 76.8M 3s 12250K .......... .......... .......... .......... .......... 5% 76.6M 3s 12300K .......... .......... .......... .......... .......... 5% 76.4M 3s 12350K .......... .......... .......... .......... .......... 5% 57.2M 3s 12400K .......... .......... .......... .......... .......... 5% 55.6M 3s 12450K .......... .......... .......... .......... .......... 5% 82.9M 3s 12500K .......... .......... .......... .......... .......... 6% 81.7M 3s 12550K .......... .......... .......... .......... .......... 6% 68.3M 3s 12600K .......... .......... .......... .......... .......... 6% 86.9M 3s 12650K .......... .......... .......... .......... .......... 6% 71.1M 3s 12700K .......... .......... .......... .......... .......... 6% 90.3M 3s 12750K .......... .......... .......... .......... .......... 6% 73.0M 3s 12800K .......... .......... .......... .......... .......... 6% 76.6M 3s 12850K .......... .......... .......... .......... .......... 6% 69.3M 3s 12900K .......... .......... .......... .......... .......... 6% 64.6M 3s 12950K .......... .......... .......... .......... .......... 6% 61.9M 3s 13000K .......... .......... .......... .......... .......... 6% 80.1M 3s 13050K .......... .......... .......... .......... .......... 6% 81.6M 3s 13100K .......... .......... .......... .......... .......... 6% 75.3M 3s 13150K .......... .......... .......... .......... .......... 6% 83.0M 3s 13200K .......... .......... .......... .......... .......... 6% 72.2M 3s 13250K .......... .......... .......... .......... .......... 6% 71.7M 3s 13300K .......... .......... .......... .......... .......... 6% 87.3M 3s 13350K .......... .......... .......... .......... .......... 6% 65.1M 3s 13400K .......... .......... .......... .......... .......... 6% 92.9M 3s 13450K .......... .......... .......... .......... .......... 6% 73.5M 3s 13500K .......... .......... .......... .......... .......... 6% 79.0M 3s 13550K .......... .......... .......... .......... .......... 6% 75.1M 3s 13600K .......... .......... .......... .......... .......... 6% 80.3M 3s 13650K .......... .......... .......... .......... .......... 6% 83.9M 3s 13700K .......... .......... .......... .......... .......... 6% 85.6M 3s 13750K .......... .......... .......... .......... .......... 6% 69.5M 3s 13800K .......... .......... .......... .......... .......... 6% 77.1M 3s 13850K .......... .......... .......... .......... .......... 6% 83.2M 3s 13900K .......... .......... .......... .......... .......... 6% 79.7M 3s 13950K .......... .......... .......... .......... .......... 6% 75.6M 3s 14000K .......... .......... .......... .......... .......... 6% 84.3M 3s 14050K .......... .......... .......... .......... .......... 6% 75.5M 3s 14100K .......... .......... .......... .......... .......... 6% 72.2M 3s 14150K .......... .......... .......... .......... .......... 6% 71.2M 3s 14200K .......... .......... .......... .......... .......... 6% 73.4M 3s 14250K .......... .......... .......... .......... .......... 6% 81.8M 3s 14300K .......... .......... .......... .......... .......... 6% 74.0M 3s 14350K .......... .......... .......... .......... .......... 6% 69.2M 3s 14400K .......... .......... .......... .......... .......... 6% 83.5M 3s 14450K .......... .......... .......... .......... .......... 6% 74.4M 3s 14500K .......... .......... .......... .......... .......... 6% 74.2M 3s 14550K .......... .......... .......... .......... .......... 7% 77.8M 3s 14600K .......... .......... .......... .......... .......... 7% 65.5M 3s 14650K .......... .......... .......... .......... .......... 7% 80.3M 3s 14700K .......... .......... .......... .......... .......... 7% 83.2M 3s 14750K .......... .......... .......... .......... .......... 7% 66.8M 3s 14800K .......... .......... .......... .......... .......... 7% 86.6M 3s 14850K .......... .......... .......... .......... .......... 7% 72.1M 3s 14900K .......... .......... .......... .......... .......... 7% 84.8M 3s 14950K .......... .......... .......... .......... .......... 7% 86.0M 3s 15000K .......... .......... .......... .......... .......... 7% 95.6M 3s 15050K .......... .......... .......... .......... .......... 7% 78.5M 3s 15100K .......... .......... .......... .......... .......... 7% 83.0M 3s 15150K .......... .......... .......... .......... .......... 7% 81.5M 3s 15200K .......... .......... .......... .......... .......... 7% 94.5M 3s 15250K .......... .......... .......... .......... .......... 7% 75.0M 3s 15300K .......... .......... .......... .......... .......... 7% 80.2M 3s 15350K .......... .......... .......... .......... .......... 7% 65.7M 3s 15400K .......... .......... .......... .......... .......... 7% 81.4M 3s 15450K .......... .......... .......... .......... .......... 7% 80.0M 3s 15500K .......... .......... .......... .......... .......... 7% 70.4M 3s 15550K .......... .......... .......... .......... .......... 7% 75.2M 3s 15600K .......... .......... .......... .......... .......... 7% 85.7M 3s 15650K .......... .......... .......... .......... .......... 7% 71.9M 3s 15700K .......... .......... .......... .......... .......... 7% 74.0M 3s 15750K .......... .......... .......... .......... .......... 7% 72.4M 3s 15800K .......... .......... .......... .......... .......... 7% 78.8M 3s 15850K .......... .......... .......... .......... .......... 7% 74.7M 3s 15900K .......... .......... .......... .......... .......... 7% 90.4M 3s 15950K .......... .......... .......... .......... .......... 7% 69.2M 3s 16000K .......... .......... .......... .......... .......... 7% 81.6M 3s 16050K .......... .......... .......... .......... .......... 7% 66.4M 3s 16100K .......... .......... .......... .......... .......... 7% 80.8M 3s 16150K .......... .......... .......... .......... .......... 7% 70.5M 3s 16200K .......... .......... .......... .......... .......... 7% 76.5M 3s 16250K .......... .......... .......... .......... .......... 7% 75.6M 3s 16300K .......... .......... .......... .......... .......... 7% 74.8M 3s 16350K .......... .......... .......... .......... .......... 7% 60.7M 3s 16400K .......... .......... .......... .......... .......... 7% 45.7M 3s 16450K .......... .......... .......... .......... .......... 7% 49.4M 3s 16500K .......... .......... .......... .......... .......... 7% 66.7M 3s 16550K .......... .......... .......... .......... .......... 7% 76.7M 3s 16600K .......... .......... .......... .......... .......... 7% 79.8M 3s 16650K .......... .......... .......... .......... .......... 8% 69.4M 3s 16700K .......... .......... .......... .......... .......... 8% 89.4M 3s 16750K .......... .......... .......... .......... .......... 8% 68.8M 3s 16800K .......... .......... .......... .......... .......... 8% 73.6M 3s 16850K .......... .......... .......... .......... .......... 8% 63.3M 3s 16900K .......... .......... .......... .......... .......... 8% 81.7M 3s 16950K .......... .......... .......... .......... .......... 8% 71.9M 3s 17000K .......... .......... .......... .......... .......... 8% 85.6M 3s 17050K .......... .......... .......... .......... .......... 8% 67.1M 3s 17100K .......... .......... .......... .......... .......... 8% 71.7M 3s 17150K .......... .......... .......... .......... .......... 8% 79.6M 3s 17200K .......... .......... .......... .......... .......... 8% 76.1M 3s 17250K .......... .......... .......... .......... .......... 8% 76.2M 3s 17300K .......... .......... .......... .......... .......... 8% 73.1M 3s 17350K .......... .......... .......... .......... .......... 8% 66.8M 3s 17400K .......... .......... .......... .......... .......... 8% 78.8M 3s 17450K .......... .......... .......... .......... .......... 8% 72.9M 3s 17500K .......... .......... .......... .......... .......... 8% 69.9M 3s 17550K .......... .......... .......... .......... .......... 8% 74.4M 3s 17600K .......... .......... .......... .......... .......... 8% 79.9M 3s 17650K .......... .......... .......... .......... .......... 8% 68.6M 3s 17700K .......... .......... .......... .......... .......... 8% 84.4M 3s 17750K .......... .......... .......... .......... .......... 8% 74.6M 3s 17800K .......... .......... .......... .......... .......... 8% 73.9M 3s 17850K .......... .......... .......... .......... .......... 8% 70.5M 3s 17900K .......... .......... .......... .......... .......... 8% 70.6M 3s 17950K .......... .......... .......... .......... .......... 8% 71.7M 3s 18000K .......... .......... .......... .......... .......... 8% 78.3M 3s 18050K .......... .......... .......... .......... .......... 8% 76.5M 3s 18100K .......... .......... .......... .......... .......... 8% 82.7M 3s 18150K .......... .......... .......... .......... .......... 8% 69.3M 3s 18200K .......... .......... .......... .......... .......... 8% 90.8M 3s 18250K .......... .......... .......... .......... .......... 8% 68.9M 3s 18300K .......... .......... .......... .......... .......... 8% 77.5M 3s 18350K .......... .......... .......... .......... .......... 8% 73.2M 3s 18400K .......... .......... .......... .......... .......... 8% 73.3M 3s 18450K .......... .......... .......... .......... .......... 8% 74.3M 3s 18500K .......... .......... .......... .......... .......... 8% 72.8M 3s 18550K .......... .......... .......... .......... .......... 8% 77.3M 3s 18600K .......... .......... .......... .......... .......... 8% 78.0M 3s 18650K .......... .......... .......... .......... .......... 8% 69.9M 3s 18700K .......... .......... .......... .......... .......... 8% 82.3M 3s 18750K .......... .......... .......... .......... .......... 9% 80.0M 3s 18800K .......... .......... .......... .......... .......... 9% 72.8M 3s 18850K .......... .......... .......... .......... .......... 9% 83.2M 3s 18900K .......... .......... .......... .......... .......... 9% 81.5M 3s 18950K .......... .......... .......... .......... .......... 9% 76.6M 3s 19000K .......... .......... .......... .......... .......... 9% 91.3M 3s 19050K .......... .......... .......... .......... .......... 9% 73.7M 3s 19100K .......... .......... .......... .......... .......... 9% 87.6M 3s 19150K .......... .......... .......... .......... .......... 9% 79.7M 3s 19200K .......... .......... .......... .......... .......... 9% 92.3M 3s 19250K .......... .......... .......... .......... .......... 9% 83.0M 3s 19300K .......... .......... .......... .......... .......... 9% 89.6M 3s 19350K .......... .......... .......... .......... .......... 9% 68.1M 3s 19400K .......... .......... .......... .......... .......... 9% 79.9M 3s 19450K .......... .......... .......... .......... .......... 9% 69.7M 3s 19500K .......... .......... .......... .......... .......... 9% 69.5M 3s 19550K .......... .......... .......... .......... .......... 9% 67.6M 3s 19600K .......... .......... .......... .......... .......... 9% 85.8M 3s 19650K .......... .......... .......... .......... .......... 9% 64.4M 3s 19700K .......... .......... .......... .......... .......... 9% 82.3M 3s 19750K .......... .......... .......... .......... .......... 9% 75.3M 3s 19800K .......... .......... .......... .......... .......... 9% 80.5M 3s 19850K .......... .......... .......... .......... .......... 9% 71.9M 3s 19900K .......... .......... .......... .......... .......... 9% 81.1M 3s 19950K .......... .......... .......... .......... .......... 9% 72.7M 3s 20000K .......... .......... .......... .......... .......... 9% 72.7M 3s 20050K .......... .......... .......... .......... .......... 9% 71.4M 3s 20100K .......... .......... .......... .......... .......... 9% 89.0M 3s 20150K .......... .......... .......... .......... .......... 9% 74.0M 3s 20200K .......... .......... .......... .......... .......... 9% 74.0M 3s 20250K .......... .......... .......... .......... .......... 9% 64.6M 3s 20300K .......... .......... .......... .......... .......... 9% 72.2M 3s 20350K .......... .......... .......... .......... .......... 9% 74.0M 3s 20400K .......... .......... .......... .......... .......... 9% 89.7M 3s 20450K .......... .......... .......... .......... .......... 9% 68.0M 3s 20500K .......... .......... .......... .......... .......... 9% 79.6M 3s 20550K .......... .......... .......... .......... .......... 9% 76.1M 3s 20600K .......... .......... .......... .......... .......... 9% 75.8M 3s 20650K .......... .......... .......... .......... .......... 9% 85.8M 3s 20700K .......... .......... .......... .......... .......... 9% 48.0M 3s 20750K .......... .......... .......... .......... .......... 9% 71.9M 3s 20800K .......... .......... .......... .......... .......... 10% 77.6M 3s 20850K .......... .......... .......... .......... .......... 10% 75.3M 3s 20900K .......... .......... .......... .......... .......... 10% 69.0M 3s 20950K .......... .......... .......... .......... .......... 10% 69.8M 3s 21000K .......... .......... .......... .......... .......... 10% 97.8M 3s 21050K .......... .......... .......... .......... .......... 10% 69.8M 3s 21100K .......... .......... .......... .......... .......... 10% 71.8M 3s 21150K .......... .......... .......... .......... .......... 10% 75.7M 3s 21200K .......... .......... .......... .......... .......... 10% 74.8M 3s 21250K .......... .......... .......... .......... .......... 10% 74.9M 3s 21300K .......... .......... .......... .......... .......... 10% 87.1M 3s 21350K .......... .......... .......... .......... .......... 10% 72.9M 3s 21400K .......... .......... .......... .......... .......... 10% 85.8M 3s 21450K .......... .......... .......... .......... .......... 10% 71.1M 3s 21500K .......... .......... .......... .......... .......... 10% 73.2M 3s 21550K .......... .......... .......... .......... .......... 10% 62.7M 3s 21600K .......... .......... .......... .......... .......... 10% 89.2M 3s 21650K .......... .......... .......... .......... .......... 10% 69.8M 3s 21700K .......... .......... .......... .......... .......... 10% 87.7M 3s 21750K .......... .......... .......... .......... .......... 10% 74.4M 3s 21800K .......... .......... .......... .......... .......... 10% 86.7M 3s 21850K .......... .......... .......... .......... .......... 10% 67.9M 3s 21900K .......... .......... .......... .......... .......... 10% 75.3M 3s 21950K .......... .......... .......... .......... .......... 10% 67.0M 3s 22000K .......... .......... .......... .......... .......... 10% 79.5M 3s 22050K .......... .......... .......... .......... .......... 10% 70.3M 3s 22100K .......... .......... .......... .......... .......... 10% 82.3M 3s 22150K .......... .......... .......... .......... .......... 10% 78.5M 3s 22200K .......... .......... .......... .......... .......... 10% 73.7M 3s 22250K .......... .......... .......... .......... .......... 10% 73.4M 3s 22300K .......... .......... .......... .......... .......... 10% 74.2M 3s 22350K .......... .......... .......... .......... .......... 10% 70.7M 3s 22400K .......... .......... .......... .......... .......... 10% 84.4M 3s 22450K .......... .......... .......... .......... .......... 10% 65.3M 3s 22500K .......... .......... .......... .......... .......... 10% 79.9M 3s 22550K .......... .......... .......... .......... .......... 10% 79.4M 3s 22600K .......... .......... .......... .......... .......... 10% 81.5M 3s 22650K .......... .......... .......... .......... .......... 10% 62.0M 3s 22700K .......... .......... .......... .......... .......... 10% 64.1M 3s 22750K .......... .......... .......... .......... .......... 10% 62.6M 3s 22800K .......... .......... .......... .......... .......... 10% 78.3M 3s 22850K .......... .......... .......... .......... .......... 10% 78.6M 3s 22900K .......... .......... .......... .......... .......... 11% 78.5M 3s 22950K .......... .......... .......... .......... .......... 11% 68.6M 3s 23000K .......... .......... .......... .......... .......... 11% 77.1M 3s 23050K .......... .......... .......... .......... .......... 11% 80.3M 3s 23100K .......... .......... .......... .......... .......... 11% 74.1M 3s 23150K .......... .......... .......... .......... .......... 11% 74.9M 3s 23200K .......... .......... .......... .......... .......... 11% 77.1M 3s 23250K .......... .......... .......... .......... .......... 11% 78.2M 3s 23300K .......... .......... .......... .......... .......... 11% 88.2M 3s 23350K .......... .......... .......... .......... .......... 11% 77.3M 3s 23400K .......... .......... .......... .......... .......... 11% 75.5M 3s 23450K .......... .......... .......... .......... .......... 11% 79.9M 3s 23500K .......... .......... .......... .......... .......... 11% 76.9M 3s 23550K .......... .......... .......... .......... .......... 11% 69.7M 3s 23600K .......... .......... .......... .......... .......... 11% 92.3M 3s 23650K .......... .......... .......... .......... .......... 11% 70.6M 3s 23700K .......... .......... .......... .......... .......... 11% 96.4M 3s 23750K .......... .......... .......... .......... .......... 11% 72.9M 3s 23800K .......... .......... .......... .......... .......... 11% 75.0M 3s 23850K .......... .......... .......... .......... .......... 11% 72.8M 3s 23900K .......... .......... .......... .......... .......... 11% 76.6M 3s 23950K .......... .......... .......... .......... .......... 11% 63.6M 3s 24000K .......... .......... .......... .......... .......... 11% 56.3M 3s 24050K .......... .......... .......... .......... .......... 11% 80.7M 3s 24100K .......... .......... .......... .......... .......... 11% 75.1M 3s 24150K .......... .......... .......... .......... .......... 11% 71.3M 3s 24200K .......... .......... .......... .......... .......... 11% 81.3M 3s 24250K .......... .......... .......... .......... .......... 11% 77.4M 3s 24300K .......... .......... .......... .......... .......... 11% 80.6M 3s 24350K .......... .......... .......... .......... .......... 11% 67.5M 3s 24400K .......... .......... .......... .......... .......... 11% 75.0M 3s 24450K .......... .......... .......... .......... .......... 11% 74.3M 3s 24500K .......... .......... .......... .......... .......... 11% 73.2M 3s 24550K .......... .......... .......... .......... .......... 11% 74.2M 3s 24600K .......... .......... .......... .......... .......... 11% 79.1M 3s 24650K .......... .......... .......... .......... .......... 11% 70.7M 3s 24700K .......... .......... .......... .......... .......... 11% 81.1M 3s 24750K .......... .......... .......... .......... .......... 11% 76.5M 3s 24800K .......... .......... .......... .......... .......... 11% 79.2M 3s 24850K .......... .......... .......... .......... .......... 11% 71.5M 3s 24900K .......... .......... .......... .......... .......... 11% 88.5M 3s 24950K .......... .......... .......... .......... .......... 11% 72.3M 3s 25000K .......... .......... .......... .......... .......... 12% 79.9M 3s 25050K .......... .......... .......... .......... .......... 12% 74.9M 3s 25100K .......... .......... .......... .......... .......... 12% 78.3M 3s 25150K .......... .......... .......... .......... .......... 12% 75.1M 3s 25200K .......... .......... .......... .......... .......... 12% 75.3M 3s 25250K .......... .......... .......... .......... .......... 12% 79.7M 3s 25300K .......... .......... .......... .......... .......... 12% 83.3M 3s 25350K .......... .......... .......... .......... .......... 12% 68.8M 3s 25400K .......... .......... .......... .......... .......... 12% 82.1M 3s 25450K .......... .......... .......... .......... .......... 12% 67.2M 3s 25500K .......... .......... .......... .......... .......... 12% 77.0M 3s 25550K .......... .......... .......... .......... .......... 12% 80.0M 3s 25600K .......... .......... .......... .......... .......... 12% 75.4M 3s 25650K .......... .......... .......... .......... .......... 12% 74.2M 3s 25700K .......... .......... .......... .......... .......... 12% 86.4M 3s 25750K .......... .......... .......... .......... .......... 12% 71.4M 3s 25800K .......... .......... .......... .......... .......... 12% 75.2M 3s 25850K .......... .......... .......... .......... .......... 12% 73.6M 3s 25900K .......... .......... .......... .......... .......... 12% 83.3M 3s 25950K .......... .......... .......... .......... .......... 12% 78.6M 3s 26000K .......... .......... .......... .......... .......... 12% 80.1M 3s 26050K .......... .......... .......... .......... .......... 12% 70.1M 3s 26100K .......... .......... .......... .......... .......... 12% 84.7M 3s 26150K .......... .......... .......... .......... .......... 12% 69.2M 3s 26200K .......... .......... .......... .......... .......... 12% 75.3M 3s 26250K .......... .......... .......... .......... .......... 12% 70.1M 3s 26300K .......... .......... .......... .......... .......... 12% 79.6M 3s 26350K .......... .......... .......... .......... .......... 12% 72.2M 3s 26400K .......... .......... .......... .......... .......... 12% 75.0M 3s 26450K .......... .......... .......... .......... .......... 12% 75.1M 3s 26500K .......... .......... .......... .......... .......... 12% 83.0M 3s 26550K .......... .......... .......... .......... .......... 12% 64.1M 3s 26600K .......... .......... .......... .......... .......... 12% 76.3M 3s 26650K .......... .......... .......... .......... .......... 12% 77.0M 3s 26700K .......... .......... .......... .......... .......... 12% 74.9M 3s 26750K .......... .......... .......... .......... .......... 12% 72.4M 3s 26800K .......... .......... .......... .......... .......... 12% 77.4M 3s 26850K .......... .......... .......... .......... .......... 12% 64.6M 3s 26900K .......... .......... .......... .......... .......... 12% 74.7M 3s 26950K .......... .......... .......... .......... .......... 12% 72.3M 3s 27000K .......... .......... .......... .......... .......... 12% 72.3M 3s 27050K .......... .......... .......... .......... .......... 12% 80.7M 3s 27100K .......... .......... .......... .......... .......... 13% 77.8M 3s 27150K .......... .......... .......... .......... .......... 13% 83.4M 3s 27200K .......... .......... .......... .......... .......... 13% 78.4M 3s 27250K .......... .......... .......... .......... .......... 13% 67.5M 3s 27300K .......... .......... .......... .......... .......... 13% 82.9M 3s 27350K .......... .......... .......... .......... .......... 13% 72.1M 3s 27400K .......... .......... .......... .......... .......... 13% 79.2M 3s 27450K .......... .......... .......... .......... .......... 13% 63.9M 3s 27500K .......... .......... .......... .......... .......... 13% 80.7M 3s 27550K .......... .......... .......... .......... .......... 13% 74.0M 3s 27600K .......... .......... .......... .......... .......... 13% 75.6M 3s 27650K .......... .......... .......... .......... .......... 13% 69.5M 3s 27700K .......... .......... .......... .......... .......... 13% 83.2M 3s 27750K .......... .......... .......... .......... .......... 13% 49.7M 3s 27800K .......... .......... .......... .......... .......... 13% 51.8M 3s 27850K .......... .......... .......... .......... .......... 13% 58.5M 3s 27900K .......... .......... .......... .......... .......... 13% 72.7M 3s 27950K .......... .......... .......... .......... .......... 13% 75.6M 3s 28000K .......... .......... .......... .......... .......... 13% 66.4M 3s 28050K .......... .......... .......... .......... .......... 13% 74.3M 3s 28100K .......... .......... .......... .......... .......... 13% 58.3M 3s 28150K .......... .......... .......... .......... .......... 13% 45.6M 3s 28200K .......... .......... .......... .......... .......... 13% 55.6M 3s 28250K .......... .......... .......... .......... .......... 13% 81.8M 3s 28300K .......... .......... .......... .......... .......... 13% 72.4M 3s 28350K .......... .......... .......... .......... .......... 13% 70.3M 3s 28400K .......... .......... .......... .......... .......... 13% 73.5M 3s 28450K .......... .......... .......... .......... .......... 13% 75.1M 3s 28500K .......... .......... .......... .......... .......... 13% 75.9M 3s 28550K .......... .......... .......... .......... .......... 13% 75.6M 3s 28600K .......... .......... .......... .......... .......... 13% 75.9M 3s 28650K .......... .......... .......... .......... .......... 13% 73.6M 3s 28700K .......... .......... .......... .......... .......... 13% 82.7M 3s 28750K .......... .......... .......... .......... .......... 13% 71.0M 3s 28800K .......... .......... .......... .......... .......... 13% 80.3M 3s 28850K .......... .......... .......... .......... .......... 13% 73.8M 3s 28900K .......... .......... .......... .......... .......... 13% 74.0M 3s 28950K .......... .......... .......... .......... .......... 13% 75.2M 3s 29000K .......... .......... .......... .......... .......... 13% 80.9M 3s 29050K .......... .......... .......... .......... .......... 13% 71.5M 3s 29100K .......... .......... .......... .......... .......... 13% 86.4M 3s 29150K .......... .......... .......... .......... .......... 14% 71.7M 3s 29200K .......... .......... .......... .......... .......... 14% 74.5M 3s 29250K .......... .......... .......... .......... .......... 14% 76.4M 3s 29300K .......... .......... .......... .......... .......... 14% 78.3M 3s 29350K .......... .......... .......... .......... .......... 14% 70.4M 3s 29400K .......... .......... .......... .......... .......... 14% 80.8M 3s 29450K .......... .......... .......... .......... .......... 14% 79.9M 3s 29500K .......... .......... .......... .......... .......... 14% 77.3M 3s 29550K .......... .......... .......... .......... .......... 14% 75.4M 3s 29600K .......... .......... .......... .......... .......... 14% 76.4M 3s 29650K .......... .......... .......... .......... .......... 14% 83.9M 3s 29700K .......... .......... .......... .......... .......... 14% 75.4M 3s 29750K .......... .......... .......... .......... .......... 14% 72.3M 3s 29800K .......... .......... .......... .......... .......... 14% 83.5M 2s 29850K .......... .......... .......... .......... .......... 14% 70.1M 2s 29900K .......... .......... .......... .......... .......... 14% 91.3M 2s 29950K .......... .......... .......... .......... .......... 14% 69.0M 2s 30000K .......... .......... .......... .......... .......... 14% 77.8M 2s 30050K .......... .......... .......... .......... .......... 14% 74.0M 2s 30100K .......... .......... .......... .......... .......... 14% 84.1M 2s 30150K .......... .......... .......... .......... .......... 14% 69.3M 2s 30200K .......... .......... .......... .......... .......... 14% 75.4M 2s 30250K .......... .......... .......... .......... .......... 14% 71.7M 2s 30300K .......... .......... .......... .......... .......... 14% 79.7M 2s 30350K .......... .......... .......... .......... .......... 14% 72.9M 2s 30400K .......... .......... .......... .......... .......... 14% 79.5M 2s 30450K .......... .......... .......... .......... .......... 14% 78.3M 2s 30500K .......... .......... .......... .......... .......... 14% 79.1M 2s 30550K .......... .......... .......... .......... .......... 14% 74.4M 2s 30600K .......... .......... .......... .......... .......... 14% 86.6M 2s 30650K .......... .......... .......... .......... .......... 14% 70.5M 2s 30700K .......... .......... .......... .......... .......... 14% 73.4M 2s 30750K .......... .......... .......... .......... .......... 14% 75.9M 2s 30800K .......... .......... .......... .......... .......... 14% 78.6M 2s 30850K .......... .......... .......... .......... .......... 14% 73.1M 2s 30900K .......... .......... .......... .......... .......... 14% 90.7M 2s 30950K .......... .......... .......... .......... .......... 14% 70.6M 2s 31000K .......... .......... .......... .......... .......... 14% 86.2M 2s 31050K .......... .......... .......... .......... .......... 14% 78.9M 2s 31100K .......... .......... .......... .......... .......... 14% 76.8M 2s 31150K .......... .......... .......... .......... .......... 14% 71.7M 2s 31200K .......... .......... .......... .......... .......... 14% 80.8M 2s 31250K .......... .......... .......... .......... .......... 15% 72.1M 2s 31300K .......... .......... .......... .......... .......... 15% 81.5M 2s 31350K .......... .......... .......... .......... .......... 15% 67.4M 2s 31400K .......... .......... .......... .......... .......... 15% 79.0M 2s 31450K .......... .......... .......... .......... .......... 15% 84.0M 2s 31500K .......... .......... .......... .......... .......... 15% 76.7M 2s 31550K .......... .......... .......... .......... .......... 15% 73.5M 2s 31600K .......... .......... .......... .......... .......... 15% 78.5M 2s 31650K .......... .......... .......... .......... .......... 15% 67.6M 2s 31700K .......... .......... .......... .......... .......... 15% 80.8M 2s 31750K .......... .......... .......... .......... .......... 15% 73.8M 2s 31800K .......... .......... .......... .......... .......... 15% 78.7M 2s 31850K .......... .......... .......... .......... .......... 15% 77.7M 2s 31900K .......... .......... .......... .......... .......... 15% 83.5M 2s 31950K .......... .......... .......... .......... .......... 15% 68.9M 2s 32000K .......... .......... .......... .......... .......... 15% 88.6M 2s 32050K .......... .......... .......... .......... .......... 15% 73.6M 2s 32100K .......... .......... .......... .......... .......... 15% 77.9M 2s 32150K .......... .......... .......... .......... .......... 15% 74.1M 2s 32200K .......... .......... .......... .......... .......... 15% 76.5M 2s 32250K .......... .......... .......... .......... .......... 15% 74.2M 2s 32300K .......... .......... .......... .......... .......... 15% 75.0M 2s 32350K .......... .......... .......... .......... .......... 15% 71.8M 2s 32400K .......... .......... .......... .......... .......... 15% 85.2M 2s 32450K .......... .......... .......... .......... .......... 15% 77.1M 2s 32500K .......... .......... .......... .......... .......... 15% 79.9M 2s 32550K .......... .......... .......... .......... .......... 15% 74.1M 2s 32600K .......... .......... .......... .......... .......... 15% 75.2M 2s 32650K .......... .......... .......... .......... .......... 15% 71.3M 2s 32700K .......... .......... .......... .......... .......... 15% 88.3M 2s 32750K .......... .......... .......... .......... .......... 15% 71.6M 2s 32800K .......... .......... .......... .......... .......... 15% 81.4M 2s 32850K .......... .......... .......... .......... .......... 15% 77.5M 2s 32900K .......... .......... .......... .......... .......... 15% 77.6M 2s 32950K .......... .......... .......... .......... .......... 15% 73.6M 2s 33000K .......... .......... .......... .......... .......... 15% 75.9M 2s 33050K .......... .......... .......... .......... .......... 15% 75.2M 2s 33100K .......... .......... .......... .......... .......... 15% 82.0M 2s 33150K .......... .......... .......... .......... .......... 15% 71.6M 2s 33200K .......... .......... .......... .......... .......... 15% 87.0M 2s 33250K .......... .......... .......... .......... .......... 15% 71.2M 2s 33300K .......... .......... .......... .......... .......... 15% 73.9M 2s 33350K .......... .......... .......... .......... .......... 16% 83.6M 2s 33400K .......... .......... .......... .......... .......... 16% 77.6M 2s 33450K .......... .......... .......... .......... .......... 16% 67.8M 2s 33500K .......... .......... .......... .......... .......... 16% 83.4M 2s 33550K .......... .......... .......... .......... .......... 16% 76.3M 2s 33600K .......... .......... .......... .......... .......... 16% 79.9M 2s 33650K .......... .......... .......... .......... .......... 16% 85.4M 2s 33700K .......... .......... .......... .......... .......... 16% 77.5M 2s 33750K .......... .......... .......... .......... .......... 16% 75.6M 2s 33800K .......... .......... .......... .......... .......... 16% 81.7M 2s 33850K .......... .......... .......... .......... .......... 16% 72.1M 2s 33900K .......... .......... .......... .......... .......... 16% 93.3M 2s 33950K .......... .......... .......... .......... .......... 16% 72.3M 2s 34000K .......... .......... .......... .......... .......... 16% 83.0M 2s 34050K .......... .......... .......... .......... .......... 16% 68.6M 2s 34100K .......... .......... .......... .......... .......... 16% 80.0M 2s 34150K .......... .......... .......... .......... .......... 16% 85.2M 2s 34200K .......... .......... .......... .......... .......... 16% 74.6M 2s 34250K .......... .......... .......... .......... .......... 16% 74.5M 2s 34300K .......... .......... .......... .......... .......... 16% 79.5M 2s 34350K .......... .......... .......... .......... .......... 16% 74.6M 2s 34400K .......... .......... .......... .......... .......... 16% 86.8M 2s 34450K .......... .......... .......... .......... .......... 16% 73.6M 2s 34500K .......... .......... .......... .......... .......... 16% 72.3M 2s 34550K .......... .......... .......... .......... .......... 16% 78.5M 2s 34600K .......... .......... .......... .......... .......... 16% 74.9M 2s 34650K .......... .......... .......... .......... .......... 16% 70.1M 2s 34700K .......... .......... .......... .......... .......... 16% 96.9M 2s 34750K .......... .......... .......... .......... .......... 16% 71.5M 2s 34800K .......... .......... .......... .......... .......... 16% 74.9M 2s 34850K .......... .......... .......... .......... .......... 16% 72.8M 2s 34900K .......... .......... .......... .......... .......... 16% 85.5M 2s 34950K .......... .......... .......... .......... .......... 16% 70.0M 2s 35000K .......... .......... .......... .......... .......... 16% 82.1M 2s 35050K .......... .......... .......... .......... .......... 16% 85.4M 2s 35100K .......... .......... .......... .......... .......... 16% 87.3M 2s 35150K .......... .......... .......... .......... .......... 16% 76.3M 2s 35200K .......... .......... .......... .......... .......... 16% 80.6M 2s 35250K .......... .......... .......... .......... .......... 16% 74.4M 2s 35300K .......... .......... .......... .......... .......... 16% 78.9M 2s 35350K .......... .......... .......... .......... .......... 16% 79.5M 2s 35400K .......... .......... .......... .......... .......... 17% 71.5M 2s 35450K .......... .......... .......... .......... .......... 17% 76.6M 2s 35500K .......... .......... .......... .......... .......... 17% 83.9M 2s 35550K .......... .......... .......... .......... .......... 17% 71.9M 2s 35600K .......... .......... .......... .......... .......... 17% 76.4M 2s 35650K .......... .......... .......... .......... .......... 17% 79.4M 2s 35700K .......... .......... .......... .......... .......... 17% 80.0M 2s 35750K .......... .......... .......... .......... .......... 17% 69.0M 2s 35800K .......... .......... .......... .......... .......... 17% 76.1M 2s 35850K .......... .......... .......... .......... .......... 17% 75.3M 2s 35900K .......... .......... .......... .......... .......... 17% 79.4M 2s 35950K .......... .......... .......... .......... .......... 17% 79.7M 2s 36000K .......... .......... .......... .......... .......... 17% 78.2M 2s 36050K .......... .......... .......... .......... .......... 17% 69.7M 2s 36100K .......... .......... .......... .......... .......... 17% 77.3M 2s 36150K .......... .......... .......... .......... .......... 17% 80.5M 2s 36200K .......... .......... .......... .......... .......... 17% 83.5M 2s 36250K .......... .......... .......... .......... .......... 17% 69.3M 2s 36300K .......... .......... .......... .......... .......... 17% 77.0M 2s 36350K .......... .......... .......... .......... .......... 17% 75.1M 2s 36400K .......... .......... .......... .......... .......... 17% 71.2M 2s 36450K .......... .......... .......... .......... .......... 17% 74.5M 2s 36500K .......... .......... .......... .......... .......... 17% 81.9M 2s 36550K .......... .......... .......... .......... .......... 17% 74.4M 2s 36600K .......... .......... .......... .......... .......... 17% 87.8M 2s 36650K .......... .......... .......... .......... .......... 17% 74.2M 2s 36700K .......... .......... .......... .......... .......... 17% 76.1M 2s 36750K .......... .......... .......... .......... .......... 17% 78.0M 2s 36800K .......... .......... .......... .......... .......... 17% 75.4M 2s 36850K .......... .......... .......... .......... .......... 17% 71.8M 2s 36900K .......... .......... .......... .......... .......... 17% 84.7M 2s 36950K .......... .......... .......... .......... .......... 17% 77.5M 2s 37000K .......... .......... .......... .......... .......... 17% 83.9M 2s 37050K .......... .......... .......... .......... .......... 17% 78.8M 2s 37100K .......... .......... .......... .......... .......... 17% 86.1M 2s 37150K .......... .......... .......... .......... .......... 17% 79.3M 2s 37200K .......... .......... .......... .......... .......... 17% 82.3M 2s 37250K .......... .......... .......... .......... .......... 17% 83.0M 2s 37300K .......... .......... .......... .......... .......... 17% 85.8M 2s 37350K .......... .......... .......... .......... .......... 17% 70.2M 2s 37400K .......... .......... .......... .......... .......... 17% 87.4M 2s 37450K .......... .......... .......... .......... .......... 17% 69.1M 2s 37500K .......... .......... .......... .......... .......... 18% 75.9M 2s 37550K .......... .......... .......... .......... .......... 18% 87.8M 2s 37600K .......... .......... .......... .......... .......... 18% 90.2M 2s 37650K .......... .......... .......... .......... .......... 18% 90.2M 2s 37700K .......... .......... .......... .......... .......... 18% 90.4M 2s 37750K .......... .......... .......... .......... .......... 18% 80.6M 2s 37800K .......... .......... .......... .......... .......... 18% 94.5M 2s 37850K .......... .......... .......... .......... .......... 18% 90.5M 2s 37900K .......... .......... .......... .......... .......... 18% 95.0M 2s 37950K .......... .......... .......... .......... .......... 18% 86.9M 2s 38000K .......... .......... .......... .......... .......... 18% 90.8M 2s 38050K .......... .......... .......... .......... .......... 18% 82.7M 2s 38100K .......... .......... .......... .......... .......... 18% 97.1M 2s 38150K .......... .......... .......... .......... .......... 18% 87.6M 2s 38200K .......... .......... .......... .......... .......... 18% 95.3M 2s 38250K .......... .......... .......... .......... .......... 18% 83.8M 2s 38300K .......... .......... .......... .......... .......... 18% 96.9M 2s 38350K .......... .......... .......... .......... .......... 18% 84.7M 2s 38400K .......... .......... .......... .......... .......... 18% 95.9M 2s 38450K .......... .......... .......... .......... .......... 18% 79.4M 2s 38500K .......... .......... .......... .......... .......... 18% 80.1M 2s 38550K .......... .......... .......... .......... .......... 18% 76.5M 2s 38600K .......... .......... .......... .......... .......... 18% 80.5M 2s 38650K .......... .......... .......... .......... .......... 18% 72.2M 2s 38700K .......... .......... .......... .......... .......... 18% 85.9M 2s 38750K .......... .......... .......... .......... .......... 18% 80.1M 2s 38800K .......... .......... .......... .......... .......... 18% 86.5M 2s 38850K .......... .......... .......... .......... .......... 18% 83.3M 2s 38900K .......... .......... .......... .......... .......... 18% 97.7M 2s 38950K .......... .......... .......... .......... .......... 18% 80.4M 2s 39000K .......... .......... .......... .......... .......... 18% 82.3M 2s 39050K .......... .......... .......... .......... .......... 18% 83.1M 2s 39100K .......... .......... .......... .......... .......... 18% 76.4M 2s 39150K .......... .......... .......... .......... .......... 18% 78.7M 2s 39200K .......... .......... .......... .......... .......... 18% 84.7M 2s 39250K .......... .......... .......... .......... .......... 18% 78.0M 2s 39300K .......... .......... .......... .......... .......... 18% 88.3M 2s 39350K .......... .......... .......... .......... .......... 18% 79.1M 2s 39400K .......... .......... .......... .......... .......... 18% 83.3M 2s 39450K .......... .......... .......... .......... .......... 18% 83.7M 2s 39500K .......... .......... .......... .......... .......... 18% 78.1M 2s 39550K .......... .......... .......... .......... .......... 18% 73.8M 2s 39600K .......... .......... .......... .......... .......... 19% 80.0M 2s 39650K .......... .......... .......... .......... .......... 19% 66.3M 2s 39700K .......... .......... .......... .......... .......... 19% 75.7M 2s 39750K .......... .......... .......... .......... .......... 19% 79.8M 2s 39800K .......... .......... .......... .......... .......... 19% 86.7M 2s 39850K .......... .......... .......... .......... .......... 19% 76.1M 2s 39900K .......... .......... .......... .......... .......... 19% 76.5M 2s 39950K .......... .......... .......... .......... .......... 19% 84.3M 2s 40000K .......... .......... .......... .......... .......... 19% 78.6M 2s 40050K .......... .......... .......... .......... .......... 19% 75.4M 2s 40100K .......... .......... .......... .......... .......... 19% 87.5M 2s 40150K .......... .......... .......... .......... .......... 19% 72.7M 2s 40200K .......... .......... .......... .......... .......... 19% 86.6M 2s 40250K .......... .......... .......... .......... .......... 19% 69.7M 2s 40300K .......... .......... .......... .......... .......... 19% 84.3M 2s 40350K .......... .......... .......... .......... .......... 19% 85.7M 2s 40400K .......... .......... .......... .......... .......... 19% 81.4M 2s 40450K .......... .......... .......... .......... .......... 19% 84.2M 2s 40500K .......... .......... .......... .......... .......... 19% 85.1M 2s 40550K .......... .......... .......... .......... .......... 19% 72.5M 2s 40600K .......... .......... .......... .......... .......... 19% 74.1M 2s 40650K .......... .......... .......... .......... .......... 19% 77.3M 2s 40700K .......... .......... .......... .......... .......... 19% 82.5M 2s 40750K .......... .......... .......... .......... .......... 19% 74.7M 2s 40800K .......... .......... .......... .......... .......... 19% 77.3M 2s 40850K .......... .......... .......... .......... .......... 19% 78.9M 2s 40900K .......... .......... .......... .......... .......... 19% 78.3M 2s 40950K .......... .......... .......... .......... .......... 19% 68.7M 2s 41000K .......... .......... .......... .......... .......... 19% 93.3M 2s 41050K .......... .......... .......... .......... .......... 19% 74.9M 2s 41100K .......... .......... .......... .......... .......... 19% 77.6M 2s 41150K .......... .......... .......... .......... .......... 19% 81.1M 2s 41200K .......... .......... .......... .......... .......... 19% 77.0M 2s 41250K .......... .......... .......... .......... .......... 19% 82.7M 2s 41300K .......... .......... .......... .......... .......... 19% 77.8M 2s 41350K .......... .......... .......... .......... .......... 19% 84.5M 2s 41400K .......... .......... .......... .......... .......... 19% 90.0M 2s 41450K .......... .......... .......... .......... .......... 19% 74.1M 2s 41500K .......... .......... .......... .......... .......... 19% 80.5M 2s 41550K .......... .......... .......... .......... .......... 19% 73.1M 2s 41600K .......... .......... .......... .......... .......... 19% 81.0M 2s 41650K .......... .......... .......... .......... .......... 20% 75.7M 2s 41700K .......... .......... .......... .......... .......... 20% 76.6M 2s 41750K .......... .......... .......... .......... .......... 20% 63.5M 2s 41800K .......... .......... .......... .......... .......... 20% 82.4M 2s 41850K .......... .......... .......... .......... .......... 20% 71.6M 2s 41900K .......... .......... .......... .......... .......... 20% 80.9M 2s 41950K .......... .......... .......... .......... .......... 20% 79.1M 2s 42000K .......... .......... .......... .......... .......... 20% 74.8M 2s 42050K .......... .......... .......... .......... .......... 20% 67.9M 2s 42100K .......... .......... .......... .......... .......... 20% 86.6M 2s 42150K .......... .......... .......... .......... .......... 20% 81.4M 2s 42200K .......... .......... .......... .......... .......... 20% 81.2M 2s 42250K .......... .......... .......... .......... .......... 20% 70.5M 2s 42300K .......... .......... .......... .......... .......... 20% 86.1M 2s 42350K .......... .......... .......... .......... .......... 20% 69.1M 2s 42400K .......... .......... .......... .......... .......... 20% 73.5M 2s 42450K .......... .......... .......... .......... .......... 20% 72.5M 2s 42500K .......... .......... .......... .......... .......... 20% 82.1M 2s 42550K .......... .......... .......... .......... .......... 20% 70.0M 2s 42600K .......... .......... .......... .......... .......... 20% 79.8M 2s 42650K .......... .......... .......... .......... .......... 20% 65.9M 2s 42700K .......... .......... .......... .......... .......... 20% 77.0M 2s 42750K .......... .......... .......... .......... .......... 20% 72.4M 2s 42800K .......... .......... .......... .......... .......... 20% 83.8M 2s 42850K .......... .......... .......... .......... .......... 20% 78.3M 2s 42900K .......... .......... .......... .......... .......... 20% 89.0M 2s 42950K .......... .......... .......... .......... .......... 20% 72.8M 2s 43000K .......... .......... .......... .......... .......... 20% 74.2M 2s 43050K .......... .......... .......... .......... .......... 20% 75.7M 2s 43100K .......... .......... .......... .......... .......... 20% 77.6M 2s 43150K .......... .......... .......... .......... .......... 20% 77.7M 2s 43200K .......... .......... .......... .......... .......... 20% 79.0M 2s 43250K .......... .......... .......... .......... .......... 20% 68.8M 2s 43300K .......... .......... .......... .......... .......... 20% 77.2M 2s 43350K .......... .......... .......... .......... .......... 20% 76.3M 2s 43400K .......... .......... .......... .......... .......... 20% 84.3M 2s 43450K .......... .......... .......... .......... .......... 20% 81.5M 2s 43500K .......... .......... .......... .......... .......... 20% 70.0M 2s 43550K .......... .......... .......... .......... .......... 20% 72.9M 2s 43600K .......... .......... .......... .......... .......... 20% 53.3M 2s 43650K .......... .......... .......... .......... .......... 20% 76.3M 2s 43700K .......... .......... .......... .......... .......... 20% 71.3M 2s 43750K .......... .......... .......... .......... .......... 21% 67.5M 2s 43800K .......... .......... .......... .......... .......... 21% 94.0M 2s 43850K .......... .......... .......... .......... .......... 21% 70.8M 2s 43900K .......... .......... .......... .......... .......... 21% 75.8M 2s 43950K .......... .......... .......... .......... .......... 21% 73.3M 2s 44000K .......... .......... .......... .......... .......... 21% 78.8M 2s 44050K .......... .......... .......... .......... .......... 21% 80.3M 2s 44100K .......... .......... .......... .......... .......... 21% 78.9M 2s 44150K .......... .......... .......... .......... .......... 21% 71.9M 2s 44200K .......... .......... .......... .......... .......... 21% 94.7M 2s 44250K .......... .......... .......... .......... .......... 21% 66.3M 2s 44300K .......... .......... .......... .......... .......... 21% 80.6M 2s 44350K .......... .......... .......... .......... .......... 21% 72.2M 2s 44400K .......... .......... .......... .......... .......... 21% 78.2M 2s 44450K .......... .......... .......... .......... .......... 21% 74.3M 2s 44500K .......... .......... .......... .......... .......... 21% 81.5M 2s 44550K .......... .......... .......... .......... .......... 21% 73.5M 2s 44600K .......... .......... .......... .......... .......... 21% 88.2M 2s 44650K .......... .......... .......... .......... .......... 21% 71.4M 2s 44700K .......... .......... .......... .......... .......... 21% 78.9M 2s 44750K .......... .......... .......... .......... .......... 21% 73.9M 2s 44800K .......... .......... .......... .......... .......... 21% 77.7M 2s 44850K .......... .......... .......... .......... .......... 21% 67.8M 2s 44900K .......... .......... .......... .......... .......... 21% 89.8M 2s 44950K .......... .......... .......... .......... .......... 21% 74.8M 2s 45000K .......... .......... .......... .......... .......... 21% 84.1M 2s 45050K .......... .......... .......... .......... .......... 21% 69.6M 2s 45100K .......... .......... .......... .......... .......... 21% 76.2M 2s 45150K .......... .......... .......... .......... .......... 21% 73.8M 2s 45200K .......... .......... .......... .......... .......... 21% 80.1M 2s 45250K .......... .......... .......... .......... .......... 21% 70.3M 2s 45300K .......... .......... .......... .......... .......... 21% 77.1M 2s 45350K .......... .......... .......... .......... .......... 21% 64.0M 2s 45400K .......... .......... .......... .......... .......... 21% 84.5M 2s 45450K .......... .......... .......... .......... .......... 21% 70.4M 2s 45500K .......... .......... .......... .......... .......... 21% 87.1M 2s 45550K .......... .......... .......... .......... .......... 21% 83.3M 2s 45600K .......... .......... .......... .......... .......... 21% 86.4M 2s 45650K .......... .......... .......... .......... .......... 21% 70.7M 2s 45700K .......... .......... .......... .......... .......... 21% 83.2M 2s 45750K .......... .......... .......... .......... .......... 21% 73.6M 2s 45800K .......... .......... .......... .......... .......... 21% 80.6M 2s 45850K .......... .......... .......... .......... .......... 22% 71.9M 2s 45900K .......... .......... .......... .......... .......... 22% 74.7M 2s 45950K .......... .......... .......... .......... .......... 22% 68.1M 2s 46000K .......... .......... .......... .......... .......... 22% 82.6M 2s 46050K .......... .......... .......... .......... .......... 22% 71.6M 2s 46100K .......... .......... .......... .......... .......... 22% 82.3M 2s 46150K .......... .......... .......... .......... .......... 22% 75.1M 2s 46200K .......... .......... .......... .......... .......... 22% 76.7M 2s 46250K .......... .......... .......... .......... .......... 22% 67.5M 2s 46300K .......... .......... .......... .......... .......... 22% 83.5M 2s 46350K .......... .......... .......... .......... .......... 22% 69.5M 2s 46400K .......... .......... .......... .......... .......... 22% 75.0M 2s 46450K .......... .......... .......... .......... .......... 22% 75.7M 2s 46500K .......... .......... .......... .......... .......... 22% 77.1M 2s 46550K .......... .......... .......... .......... .......... 22% 82.9M 2s 46600K .......... .......... .......... .......... .......... 22% 77.5M 2s 46650K .......... .......... .......... .......... .......... 22% 81.2M 2s 46700K .......... .......... .......... .......... .......... 22% 79.6M 2s 46750K .......... .......... .......... .......... .......... 22% 68.6M 2s 46800K .......... .......... .......... .......... .......... 22% 79.3M 2s 46850K .......... .......... .......... .......... .......... 22% 77.4M 2s 46900K .......... .......... .......... .......... .......... 22% 74.3M 2s 46950K .......... .......... .......... .......... .......... 22% 72.9M 2s 47000K .......... .......... .......... .......... .......... 22% 79.0M 2s 47050K .......... .......... .......... .......... .......... 22% 75.0M 2s 47100K .......... .......... .......... .......... .......... 22% 77.9M 2s 47150K .......... .......... .......... .......... .......... 22% 69.0M 2s 47200K .......... .......... .......... .......... .......... 22% 77.3M 2s 47250K .......... .......... .......... .......... .......... 22% 76.8M 2s 47300K .......... .......... .......... .......... .......... 22% 80.1M 2s 47350K .......... .......... .......... .......... .......... 22% 73.5M 2s 47400K .......... .......... .......... .......... .......... 22% 75.2M 2s 47450K .......... .......... .......... .......... .......... 22% 73.1M 2s 47500K .......... .......... .......... .......... .......... 22% 82.6M 2s 47550K .......... .......... .......... .......... .......... 22% 67.2M 2s 47600K .......... .......... .......... .......... .......... 22% 80.3M 2s 47650K .......... .......... .......... .......... .......... 22% 80.5M 2s 47700K .......... .......... .......... .......... .......... 22% 81.5M 2s 47750K .......... .......... .......... .......... .......... 22% 74.7M 2s 47800K .......... .......... .......... .......... .......... 22% 81.6M 2s 47850K .......... .......... .......... .......... .......... 22% 72.1M 2s 47900K .......... .......... .......... .......... .......... 22% 77.6M 2s 47950K .......... .......... .......... .......... .......... 23% 89.7M 2s 48000K .......... .......... .......... .......... .......... 23% 83.1M 2s 48050K .......... .......... .......... .......... .......... 23% 61.9M 2s 48100K .......... .......... .......... .......... .......... 23% 89.1M 2s 48150K .......... .......... .......... .......... .......... 23% 69.4M 2s 48200K .......... .......... .......... .......... .......... 23% 89.9M 2s 48250K .......... .......... .......... .......... .......... 23% 72.7M 2s 48300K .......... .......... .......... .......... .......... 23% 82.1M 2s 48350K .......... .......... .......... .......... .......... 23% 76.7M 2s 48400K .......... .......... .......... .......... .......... 23% 75.7M 2s 48450K .......... .......... .......... .......... .......... 23% 73.4M 2s 48500K .......... .......... .......... .......... .......... 23% 70.4M 2s 48550K .......... .......... .......... .......... .......... 23% 65.9M 2s 48600K .......... .......... .......... .......... .......... 23% 79.5M 2s 48650K .......... .......... .......... .......... .......... 23% 67.3M 2s 48700K .......... .......... .......... .......... .......... 23% 77.1M 2s 48750K .......... .......... .......... .......... .......... 23% 72.9M 2s 48800K .......... .......... .......... .......... .......... 23% 51.4M 2s 48850K .......... .......... .......... .......... .......... 23% 58.1M 2s 48900K .......... .......... .......... .......... .......... 23% 60.0M 2s 48950K .......... .......... .......... .......... .......... 23% 44.3M 2s 49000K .......... .......... .......... .......... .......... 23% 48.9M 2s 49050K .......... .......... .......... .......... .......... 23% 42.5M 2s 49100K .......... .......... .......... .......... .......... 23% 49.2M 2s 49150K .......... .......... .......... .......... .......... 23% 41.8M 2s 49200K .......... .......... .......... .......... .......... 23% 52.6M 2s 49250K .......... .......... .......... .......... .......... 23% 44.8M 2s 49300K .......... .......... .......... .......... .......... 23% 50.6M 2s 49350K .......... .......... .......... .......... .......... 23% 43.0M 2s 49400K .......... .......... .......... .......... .......... 23% 48.4M 2s 49450K .......... .......... .......... .......... .......... 23% 44.6M 2s 49500K .......... .......... .......... .......... .......... 23% 47.9M 2s 49550K .......... .......... .......... .......... .......... 23% 45.2M 2s 49600K .......... .......... .......... .......... .......... 23% 47.9M 2s 49650K .......... .......... .......... .......... .......... 23% 44.5M 2s 49700K .......... .......... .......... .......... .......... 23% 49.9M 2s 49750K .......... .......... .......... .......... .......... 23% 43.2M 2s 49800K .......... .......... .......... .......... .......... 23% 49.4M 2s 49850K .......... .......... .......... .......... .......... 23% 44.5M 2s 49900K .......... .......... .......... .......... .......... 23% 51.5M 2s 49950K .......... .......... .......... .......... .......... 23% 44.0M 2s 50000K .......... .......... .......... .......... .......... 24% 49.4M 2s 50050K .......... .......... .......... .......... .......... 24% 42.7M 2s 50100K .......... .......... .......... .......... .......... 24% 48.2M 2s 50150K .......... .......... .......... .......... .......... 24% 45.6M 2s 50200K .......... .......... .......... .......... .......... 24% 49.6M 2s 50250K .......... .......... .......... .......... .......... 24% 45.9M 2s 50300K .......... .......... .......... .......... .......... 24% 44.6M 2s 50350K .......... .......... .......... .......... .......... 24% 48.3M 2s 50400K .......... .......... .......... .......... .......... 24% 52.5M 2s 50450K .......... .......... .......... .......... .......... 24% 51.4M 2s 50500K .......... .......... .......... .......... .......... 24% 51.0M 2s 50550K .......... .......... .......... .......... .......... 24% 50.9M 2s 50600K .......... .......... .......... .......... .......... 24% 57.8M 2s 50650K .......... .......... .......... .......... .......... 24% 51.0M 2s 50700K .......... .......... .......... .......... .......... 24% 79.2M 2s 50750K .......... .......... .......... .......... .......... 24% 74.6M 2s 50800K .......... .......... .......... .......... .......... 24% 93.8M 2s 50850K .......... .......... .......... .......... .......... 24% 79.1M 2s 50900K .......... .......... .......... .......... .......... 24% 95.6M 2s 50950K .......... .......... .......... .......... .......... 24% 81.2M 2s 51000K .......... .......... .......... .......... .......... 24% 93.3M 2s 51050K .......... .......... .......... .......... .......... 24% 83.3M 2s 51100K .......... .......... .......... .......... .......... 24% 89.5M 2s 51150K .......... .......... .......... .......... .......... 24% 90.2M 2s 51200K .......... .......... .......... .......... .......... 24% 85.8M 2s 51250K .......... .......... .......... .......... .......... 24% 88.2M 2s 51300K .......... .......... .......... .......... .......... 24% 90.2M 2s 51350K .......... .......... .......... .......... .......... 24% 636K 2s 51400K .......... .......... .......... .......... .......... 24% 68.7M 2s 51450K .......... .......... .......... .......... .......... 24% 64.8M 2s 51500K .......... .......... .......... .......... .......... 24% 64.1M 2s 51550K .......... .......... .......... .......... .......... 24% 66.9M 2s 51600K .......... .......... .......... .......... .......... 24% 68.9M 2s 51650K .......... .......... .......... .......... .......... 24% 66.2M 2s 51700K .......... .......... .......... .......... .......... 24% 64.4M 2s 51750K .......... .......... .......... .......... .......... 24% 56.0M 2s 51800K .......... .......... .......... .......... .......... 24% 70.7M 2s 51850K .......... .......... .......... .......... .......... 24% 72.3M 2s 51900K .......... .......... .......... .......... .......... 24% 53.5M 2s 51950K .......... .......... .......... .......... .......... 24% 49.2M 2s 52000K .......... .......... .......... .......... .......... 24% 69.3M 2s 52050K .......... .......... .......... .......... .......... 24% 70.3M 2s 52100K .......... .......... .......... .......... .......... 25% 83.8M 2s 52150K .......... .......... .......... .......... .......... 25% 75.0M 2s 52200K .......... .......... .......... .......... .......... 25% 74.6M 2s 52250K .......... .......... .......... .......... .......... 25% 77.5M 2s 52300K .......... .......... .......... .......... .......... 25% 66.7M 2s 52350K .......... .......... .......... .......... .......... 25% 65.4M 2s 52400K .......... .......... .......... .......... .......... 25% 77.6M 2s 52450K .......... .......... .......... .......... .......... 25% 72.8M 2s 52500K .......... .......... .......... .......... .......... 25% 65.7M 2s 52550K .......... .......... .......... .......... .......... 25% 62.2M 2s 52600K .......... .......... .......... .......... .......... 25% 68.0M 2s 52650K .......... .......... .......... .......... .......... 25% 68.1M 2s 52700K .......... .......... .......... .......... .......... 25% 72.8M 2s 52750K .......... .......... .......... .......... .......... 25% 73.7M 2s 52800K .......... .......... .......... .......... .......... 25% 76.7M 2s 52850K .......... .......... .......... .......... .......... 25% 80.5M 2s 52900K .......... .......... .......... .......... .......... 25% 59.7M 2s 52950K .......... .......... .......... .......... .......... 25% 71.3M 2s 53000K .......... .......... .......... .......... .......... 25% 70.5M 2s 53050K .......... .......... .......... .......... .......... 25% 61.8M 2s 53100K .......... .......... .......... .......... .......... 25% 71.0M 2s 53150K .......... .......... .......... .......... .......... 25% 69.4M 2s 53200K .......... .......... .......... .......... .......... 25% 64.8M 2s 53250K .......... .......... .......... .......... .......... 25% 73.6M 2s 53300K .......... .......... .......... .......... .......... 25% 67.8M 2s 53350K .......... .......... .......... .......... .......... 25% 63.5M 2s 53400K .......... .......... .......... .......... .......... 25% 70.9M 2s 53450K .......... .......... .......... .......... .......... 25% 59.1M 2s 53500K .......... .......... .......... .......... .......... 25% 77.1M 2s 53550K .......... .......... .......... .......... .......... 25% 70.1M 2s 53600K .......... .......... .......... .......... .......... 25% 70.6M 2s 53650K .......... .......... .......... .......... .......... 25% 82.6M 2s 53700K .......... .......... .......... .......... .......... 25% 76.2M 2s 53750K .......... .......... .......... .......... .......... 25% 72.9M 2s 53800K .......... .......... .......... .......... .......... 25% 81.7M 2s 53850K .......... .......... .......... .......... .......... 25% 68.4M 2s 53900K .......... .......... .......... .......... .......... 25% 80.0M 2s 53950K .......... .......... .......... .......... .......... 25% 55.8M 2s 54000K .......... .......... .......... .......... .......... 25% 62.4M 2s 54050K .......... .......... .......... .......... .......... 25% 61.8M 2s 54100K .......... .......... .......... .......... .......... 25% 77.9M 2s 54150K .......... .......... .......... .......... .......... 25% 79.4M 2s 54200K .......... .......... .......... .......... .......... 26% 81.6M 2s 54250K .......... .......... .......... .......... .......... 26% 77.8M 2s 54300K .......... .......... .......... .......... .......... 26% 82.5M 2s 54350K .......... .......... .......... .......... .......... 26% 69.5M 2s 54400K .......... .......... .......... .......... .......... 26% 83.8M 2s 54450K .......... .......... .......... .......... .......... 26% 78.2M 2s 54500K .......... .......... .......... .......... .......... 26% 80.9M 2s 54550K .......... .......... .......... .......... .......... 26% 76.0M 2s 54600K .......... .......... .......... .......... .......... 26% 80.6M 2s 54650K .......... .......... .......... .......... .......... 26% 76.7M 2s 54700K .......... .......... .......... .......... .......... 26% 83.9M 2s 54750K .......... .......... .......... .......... .......... 26% 78.3M 2s 54800K .......... .......... .......... .......... .......... 26% 87.9M 2s 54850K .......... .......... .......... .......... .......... 26% 77.1M 2s 54900K .......... .......... .......... .......... .......... 26% 80.6M 2s 54950K .......... .......... .......... .......... .......... 26% 80.1M 2s 55000K .......... .......... .......... .......... .......... 26% 78.8M 2s 55050K .......... .......... .......... .......... .......... 26% 78.6M 2s 55100K .......... .......... .......... .......... .......... 26% 91.4M 2s 55150K .......... .......... .......... .......... .......... 26% 70.5M 2s 55200K .......... .......... .......... .......... .......... 26% 84.6M 2s 55250K .......... .......... .......... .......... .......... 26% 73.0M 2s 55300K .......... .......... .......... .......... .......... 26% 94.3M 2s 55350K .......... .......... .......... .......... .......... 26% 78.8M 2s 55400K .......... .......... .......... .......... .......... 26% 86.7M 2s 55450K .......... .......... .......... .......... .......... 26% 78.9M 2s 55500K .......... .......... .......... .......... .......... 26% 83.7M 2s 55550K .......... .......... .......... .......... .......... 26% 76.2M 2s 55600K .......... .......... .......... .......... .......... 26% 80.8M 2s 55650K .......... .......... .......... .......... .......... 26% 85.3M 2s 55700K .......... .......... .......... .......... .......... 26% 79.2M 2s 55750K .......... .......... .......... .......... .......... 26% 79.3M 2s 55800K .......... .......... .......... .......... .......... 26% 72.9M 2s 55850K .......... .......... .......... .......... .......... 26% 73.9M 2s 55900K .......... .......... .......... .......... .......... 26% 67.8M 2s 55950K .......... .......... .......... .......... .......... 26% 72.6M 2s 56000K .......... .......... .......... .......... .......... 26% 70.9M 2s 56050K .......... .......... .......... .......... .......... 26% 70.3M 2s 56100K .......... .......... .......... .......... .......... 26% 75.5M 2s 56150K .......... .......... .......... .......... .......... 26% 73.6M 2s 56200K .......... .......... .......... .......... .......... 26% 71.0M 2s 56250K .......... .......... .......... .......... .......... 27% 77.8M 2s 56300K .......... .......... .......... .......... .......... 27% 69.2M 2s 56350K .......... .......... .......... .......... .......... 27% 76.3M 2s 56400K .......... .......... .......... .......... .......... 27% 71.5M 2s 56450K .......... .......... .......... .......... .......... 27% 72.1M 2s 56500K .......... .......... .......... .......... .......... 27% 73.8M 2s 56550K .......... .......... .......... .......... .......... 27% 75.6M 2s 56600K .......... .......... .......... .......... .......... 27% 69.3M 2s 56650K .......... .......... .......... .......... .......... 27% 67.1M 2s 56700K .......... .......... .......... .......... .......... 27% 73.6M 2s 56750K .......... .......... .......... .......... .......... 27% 70.1M 2s 56800K .......... .......... .......... .......... .......... 27% 62.7M 2s 56850K .......... .......... .......... .......... .......... 27% 75.3M 2s 56900K .......... .......... .......... .......... .......... 27% 75.0M 2s 56950K .......... .......... .......... .......... .......... 27% 79.8M 2s 57000K .......... .......... .......... .......... .......... 27% 76.9M 2s 57050K .......... .......... .......... .......... .......... 27% 77.3M 2s 57100K .......... .......... .......... .......... .......... 27% 61.2M 2s 57150K .......... .......... .......... .......... .......... 27% 75.2M 2s 57200K .......... .......... .......... .......... .......... 27% 65.8M 2s 57250K .......... .......... .......... .......... .......... 27% 75.0M 2s 57300K .......... .......... .......... .......... .......... 27% 75.5M 2s 57350K .......... .......... .......... .......... .......... 27% 76.4M 2s 57400K .......... .......... .......... .......... .......... 27% 79.5M 2s 57450K .......... .......... .......... .......... .......... 27% 75.0M 2s 57500K .......... .......... .......... .......... .......... 27% 82.6M 2s 57550K .......... .......... .......... .......... .......... 27% 71.6M 2s 57600K .......... .......... .......... .......... .......... 27% 85.6M 2s 57650K .......... .......... .......... .......... .......... 27% 80.2M 2s 57700K .......... .......... .......... .......... .......... 27% 84.6M 2s 57750K .......... .......... .......... .......... .......... 27% 78.5M 2s 57800K .......... .......... .......... .......... .......... 27% 82.3M 2s 57850K .......... .......... .......... .......... .......... 27% 77.5M 2s 57900K .......... .......... .......... .......... .......... 27% 78.0M 2s 57950K .......... .......... .......... .......... .......... 27% 72.2M 2s 58000K .......... .......... .......... .......... .......... 27% 87.7M 2s 58050K .......... .......... .......... .......... .......... 27% 73.8M 2s 58100K .......... .......... .......... .......... .......... 27% 79.3M 2s 58150K .......... .......... .......... .......... .......... 27% 79.9M 2s 58200K .......... .......... .......... .......... .......... 27% 81.6M 2s 58250K .......... .......... .......... .......... .......... 27% 80.4M 2s 58300K .......... .......... .......... .......... .......... 27% 79.1M 2s 58350K .......... .......... .......... .......... .......... 28% 76.6M 2s 58400K .......... .......... .......... .......... .......... 28% 81.8M 2s 58450K .......... .......... .......... .......... .......... 28% 74.0M 2s 58500K .......... .......... .......... .......... .......... 28% 90.9M 2s 58550K .......... .......... .......... .......... .......... 28% 74.2M 2s 58600K .......... .......... .......... .......... .......... 28% 81.9M 2s 58650K .......... .......... .......... .......... .......... 28% 79.6M 2s 58700K .......... .......... .......... .......... .......... 28% 83.4M 2s 58750K .......... .......... .......... .......... .......... 28% 75.1M 2s 58800K .......... .......... .......... .......... .......... 28% 76.9M 2s 58850K .......... .......... .......... .......... .......... 28% 74.4M 2s 58900K .......... .......... .......... .......... .......... 28% 86.9M 2s 58950K .......... .......... .......... .......... .......... 28% 79.9M 2s 59000K .......... .......... .......... .......... .......... 28% 78.4M 2s 59050K .......... .......... .......... .......... .......... 28% 79.9M 2s 59100K .......... .......... .......... .......... .......... 28% 74.5M 2s 59150K .......... .......... .......... .......... .......... 28% 85.3M 2s 59200K .......... .......... .......... .......... .......... 28% 75.7M 2s 59250K .......... .......... .......... .......... .......... 28% 80.1M 2s 59300K .......... .......... .......... .......... .......... 28% 72.7M 2s 59350K .......... .......... .......... .......... .......... 28% 72.2M 2s 59400K .......... .......... .......... .......... .......... 28% 80.4M 2s 59450K .......... .......... .......... .......... .......... 28% 78.6M 2s 59500K .......... .......... .......... .......... .......... 28% 77.6M 2s 59550K .......... .......... .......... .......... .......... 28% 79.3M 2s 59600K .......... .......... .......... .......... .......... 28% 76.1M 2s 59650K .......... .......... .......... .......... .......... 28% 84.5M 2s 59700K .......... .......... .......... .......... .......... 28% 78.5M 2s 59750K .......... .......... .......... .......... .......... 28% 80.9M 2s 59800K .......... .......... .......... .......... .......... 28% 76.2M 2s 59850K .......... .......... .......... .......... .......... 28% 83.1M 2s 59900K .......... .......... .......... .......... .......... 28% 66.6M 2s 59950K .......... .......... .......... .......... .......... 28% 86.8M 2s 60000K .......... .......... .......... .......... .......... 28% 77.9M 2s 60050K .......... .......... .......... .......... .......... 28% 80.2M 2s 60100K .......... .......... .......... .......... .......... 28% 74.2M 2s 60150K .......... .......... .......... .......... .......... 28% 61.1M 2s 60200K .......... .......... .......... .......... .......... 28% 80.6M 2s 60250K .......... .......... .......... .......... .......... 28% 72.8M 2s 60300K .......... .......... .......... .......... .......... 28% 66.7M 2s 60350K .......... .......... .......... .......... .......... 28% 56.3M 2s 60400K .......... .......... .......... .......... .......... 28% 69.0M 2s 60450K .......... .......... .......... .......... .......... 29% 78.7M 2s 60500K .......... .......... .......... .......... .......... 29% 63.5M 2s 60550K .......... .......... .......... .......... .......... 29% 64.5M 2s 60600K .......... .......... .......... .......... .......... 29% 67.1M 2s 60650K .......... .......... .......... .......... .......... 29% 78.3M 2s 60700K .......... .......... .......... .......... .......... 29% 67.4M 2s 60750K .......... .......... .......... .......... .......... 29% 71.7M 2s 60800K .......... .......... .......... .......... .......... 29% 66.3M 2s 60850K .......... .......... .......... .......... .......... 29% 66.3M 2s 60900K .......... .......... .......... .......... .......... 29% 78.8M 2s 60950K .......... .......... .......... .......... .......... 29% 84.1M 2s 61000K .......... .......... .......... .......... .......... 29% 73.8M 2s 61050K .......... .......... .......... .......... .......... 29% 65.6M 2s 61100K .......... .......... .......... .......... .......... 29% 69.5M 2s 61150K .......... .......... .......... .......... .......... 29% 66.9M 2s 61200K .......... .......... .......... .......... .......... 29% 65.9M 2s 61250K .......... .......... .......... .......... .......... 29% 69.4M 2s 61300K .......... .......... .......... .......... .......... 29% 67.4M 2s 61350K .......... .......... .......... .......... .......... 29% 78.3M 2s 61400K .......... .......... .......... .......... .......... 29% 73.7M 2s 61450K .......... .......... .......... .......... .......... 29% 85.2M 2s 61500K .......... .......... .......... .......... .......... 29% 73.8M 2s 61550K .......... .......... .......... .......... .......... 29% 90.6M 2s 61600K .......... .......... .......... .......... .......... 29% 70.6M 2s 61650K .......... .......... .......... .......... .......... 29% 78.5M 2s 61700K .......... .......... .......... .......... .......... 29% 72.9M 2s 61750K .......... .......... .......... .......... .......... 29% 74.3M 2s 61800K .......... .......... .......... .......... .......... 29% 74.2M 2s 61850K .......... .......... .......... .......... .......... 29% 88.1M 2s 61900K .......... .......... .......... .......... .......... 29% 70.6M 2s 61950K .......... .......... .......... .......... .......... 29% 69.7M 2s 62000K .......... .......... .......... .......... .......... 29% 77.3M 2s 62050K .......... .......... .......... .......... .......... 29% 80.1M 2s 62100K .......... .......... .......... .......... .......... 29% 79.2M 2s 62150K .......... .......... .......... .......... .......... 29% 77.9M 2s 62200K .......... .......... .......... .......... .......... 29% 69.8M 2s 62250K .......... .......... .......... .......... .......... 29% 83.0M 2s 62300K .......... .......... .......... .......... .......... 29% 72.3M 2s 62350K .......... .......... .......... .......... .......... 29% 89.7M 2s 62400K .......... .......... .......... .......... .......... 29% 76.7M 2s 62450K .......... .......... .......... .......... .......... 29% 73.6M 2s 62500K .......... .......... .......... .......... .......... 30% 70.7M 2s 62550K .......... .......... .......... .......... .......... 30% 86.3M 2s 62600K .......... .......... .......... .......... .......... 30% 69.2M 2s 62650K .......... .......... .......... .......... .......... 30% 88.2M 2s 62700K .......... .......... .......... .......... .......... 30% 78.6M 2s 62750K .......... .......... .......... .......... .......... 30% 85.6M 2s 62800K .......... .......... .......... .......... .......... 30% 78.8M 2s 62850K .......... .......... .......... .......... .......... 30% 73.3M 2s 62900K .......... .......... .......... .......... .......... 30% 74.5M 2s 62950K .......... .......... .......... .......... .......... 30% 86.0M 2s 63000K .......... .......... .......... .......... .......... 30% 73.2M 2s 63050K .......... .......... .......... .......... .......... 30% 89.4M 2s 63100K .......... .......... .......... .......... .......... 30% 74.9M 2s 63150K .......... .......... .......... .......... .......... 30% 81.8M 2s 63200K .......... .......... .......... .......... .......... 30% 85.1M 2s 63250K .......... .......... .......... .......... .......... 30% 71.4M 2s 63300K .......... .......... .......... .......... .......... 30% 71.2M 2s 63350K .......... .......... .......... .......... .......... 30% 85.4M 2s 63400K .......... .......... .......... .......... .......... 30% 72.6M 2s 63450K .......... .......... .......... .......... .......... 30% 81.3M 2s 63500K .......... .......... .......... .......... .......... 30% 71.4M 2s 63550K .......... .......... .......... .......... .......... 30% 79.2M 2s 63600K .......... .......... .......... .......... .......... 30% 74.3M 2s 63650K .......... .......... .......... .......... .......... 30% 74.8M 2s 63700K .......... .......... .......... .......... .......... 30% 65.4M 2s 63750K .......... .......... .......... .......... .......... 30% 71.8M 2s 63800K .......... .......... .......... .......... .......... 30% 70.1M 2s 63850K .......... .......... .......... .......... .......... 30% 67.3M 2s 63900K .......... .......... .......... .......... .......... 30% 71.5M 2s 63950K .......... .......... .......... .......... .......... 30% 52.1M 2s 64000K .......... .......... .......... .......... .......... 30% 62.9M 2s 64050K .......... .......... .......... .......... .......... 30% 60.3M 2s 64100K .......... .......... .......... .......... .......... 30% 60.1M 2s 64150K .......... .......... .......... .......... .......... 30% 65.1M 2s 64200K .......... .......... .......... .......... .......... 30% 76.0M 2s 64250K .......... .......... .......... .......... .......... 30% 62.4M 2s 64300K .......... .......... .......... .......... .......... 30% 63.6M 2s 64350K .......... .......... .......... .......... .......... 30% 61.7M 2s 64400K .......... .......... .......... .......... .......... 30% 65.0M 2s 64450K .......... .......... .......... .......... .......... 30% 71.1M 2s 64500K .......... .......... .......... .......... .......... 30% 62.3M 2s 64550K .......... .......... .......... .......... .......... 30% 70.1M 2s 64600K .......... .......... .......... .......... .......... 31% 72.3M 2s 64650K .......... .......... .......... .......... .......... 31% 62.9M 2s 64700K .......... .......... .......... .......... .......... 31% 63.5M 2s 64750K .......... .......... .......... .......... .......... 31% 75.3M 2s 64800K .......... .......... .......... .......... .......... 31% 63.0M 2s 64850K .......... .......... .......... .......... .......... 31% 59.3M 2s 64900K .......... .......... .......... .......... .......... 31% 64.8M 2s 64950K .......... .......... .......... .......... .......... 31% 62.3M 2s 65000K .......... .......... .......... .......... .......... 31% 74.5M 2s 65050K .......... .......... .......... .......... .......... 31% 69.6M 2s 65100K .......... .......... .......... .......... .......... 31% 58.6M 2s 65150K .......... .......... .......... .......... .......... 31% 70.5M 2s 65200K .......... .......... .......... .......... .......... 31% 77.2M 2s 65250K .......... .......... .......... .......... .......... 31% 72.6M 2s 65300K .......... .......... .......... .......... .......... 31% 80.4M 2s 65350K .......... .......... .......... .......... .......... 31% 70.1M 2s 65400K .......... .......... .......... .......... .......... 31% 72.3M 2s 65450K .......... .......... .......... .......... .......... 31% 76.7M 2s 65500K .......... .......... .......... .......... .......... 31% 63.5M 2s 65550K .......... .......... .......... .......... .......... 31% 61.7M 2s 65600K .......... .......... .......... .......... .......... 31% 68.0M 2s 65650K .......... .......... .......... .......... .......... 31% 68.1M 2s 65700K .......... .......... .......... .......... .......... 31% 70.0M 2s 65750K .......... .......... .......... .......... .......... 31% 79.5M 2s 65800K .......... .......... .......... .......... .......... 31% 80.5M 2s 65850K .......... .......... .......... .......... .......... 31% 71.0M 2s 65900K .......... .......... .......... .......... .......... 31% 73.8M 2s 65950K .......... .......... .......... .......... .......... 31% 83.1M 2s 66000K .......... .......... .......... .......... .......... 31% 72.9M 2s 66050K .......... .......... .......... .......... .......... 31% 80.4M 2s 66100K .......... .......... .......... .......... .......... 31% 73.9M 2s 66150K .......... .......... .......... .......... .......... 31% 83.1M 2s 66200K .......... .......... .......... .......... .......... 31% 73.7M 2s 66250K .......... .......... .......... .......... .......... 31% 70.0M 2s 66300K .......... .......... .......... .......... .......... 31% 74.4M 2s 66350K .......... .......... .......... .......... .......... 31% 66.5M 2s 66400K .......... .......... .......... .......... .......... 31% 64.2M 2s 66450K .......... .......... .......... .......... .......... 31% 67.8M 2s 66500K .......... .......... .......... .......... .......... 31% 70.4M 2s 66550K .......... .......... .......... .......... .......... 31% 65.8M 2s 66600K .......... .......... .......... .......... .......... 31% 69.0M 2s 66650K .......... .......... .......... .......... .......... 31% 67.4M 2s 66700K .......... .......... .......... .......... .......... 32% 63.6M 2s 66750K .......... .......... .......... .......... .......... 32% 76.6M 2s 66800K .......... .......... .......... .......... .......... 32% 75.4M 2s 66850K .......... .......... .......... .......... .......... 32% 71.2M 2s 66900K .......... .......... .......... .......... .......... 32% 74.8M 2s 66950K .......... .......... .......... .......... .......... 32% 69.3M 2s 67000K .......... .......... .......... .......... .......... 32% 75.0M 2s 67050K .......... .......... .......... .......... .......... 32% 75.8M 2s 67100K .......... .......... .......... .......... .......... 32% 68.2M 2s 67150K .......... .......... .......... .......... .......... 32% 85.0M 2s 67200K .......... .......... .......... .......... .......... 32% 82.6M 2s 67250K .......... .......... .......... .......... .......... 32% 76.5M 2s 67300K .......... .......... .......... .......... .......... 32% 76.2M 2s 67350K .......... .......... .......... .......... .......... 32% 69.3M 2s 67400K .......... .......... .......... .......... .......... 32% 75.5M 2s 67450K .......... .......... .......... .......... .......... 32% 86.8M 2s 67500K .......... .......... .......... .......... .......... 32% 73.5M 2s 67550K .......... .......... .......... .......... .......... 32% 77.1M 2s 67600K .......... .......... .......... .......... .......... 32% 80.0M 2s 67650K .......... .......... .......... .......... .......... 32% 80.6M 2s 67700K .......... .......... .......... .......... .......... 32% 82.6M 2s 67750K .......... .......... .......... .......... .......... 32% 74.4M 2s 67800K .......... .......... .......... .......... .......... 32% 63.9M 2s 67850K .......... .......... .......... .......... .......... 32% 82.7M 2s 67900K .......... .......... .......... .......... .......... 32% 70.3M 2s 67950K .......... .......... .......... .......... .......... 32% 77.7M 2s 68000K .......... .......... .......... .......... .......... 32% 75.4M 2s 68050K .......... .......... .......... .......... .......... 32% 75.1M 2s 68100K .......... .......... .......... .......... .......... 32% 70.2M 2s 68150K .......... .......... .......... .......... .......... 32% 86.6M 2s 68200K .......... .......... .......... .......... .......... 32% 75.1M 2s 68250K .......... .......... .......... .......... .......... 32% 63.1M 2s 68300K .......... .......... .......... .......... .......... 32% 67.8M 2s 68350K .......... .......... .......... .......... .......... 32% 65.2M 2s 68400K .......... .......... .......... .......... .......... 32% 67.3M 2s 68450K .......... .......... .......... .......... .......... 32% 61.0M 2s 68500K .......... .......... .......... .......... .......... 32% 71.0M 2s 68550K .......... .......... .......... .......... .......... 32% 57.2M 2s 68600K .......... .......... .......... .......... .......... 32% 59.3M 2s 68650K .......... .......... .......... .......... .......... 32% 74.7M 2s 68700K .......... .......... .......... .......... .......... 32% 61.1M 2s 68750K .......... .......... .......... .......... .......... 32% 64.2M 2s 68800K .......... .......... .......... .......... .......... 33% 69.0M 2s 68850K .......... .......... .......... .......... .......... 33% 63.3M 2s 68900K .......... .......... .......... .......... .......... 33% 56.6M 2s 68950K .......... .......... .......... .......... .......... 33% 73.9M 2s 69000K .......... .......... .......... .......... .......... 33% 64.3M 2s 69050K .......... .......... .......... .......... .......... 33% 62.5M 2s 69100K .......... .......... .......... .......... .......... 33% 65.6M 2s 69150K .......... .......... .......... .......... .......... 33% 75.7M 2s 69200K .......... .......... .......... .......... .......... 33% 59.3M 2s 69250K .......... .......... .......... .......... .......... 33% 59.5M 2s 69300K .......... .......... .......... .......... .......... 33% 67.9M 2s 69350K .......... .......... .......... .......... .......... 33% 72.3M 2s 69400K .......... .......... .......... .......... .......... 33% 58.0M 2s 69450K .......... .......... .......... .......... .......... 33% 67.0M 2s 69500K .......... .......... .......... .......... .......... 33% 66.9M 2s 69550K .......... .......... .......... .......... .......... 33% 72.8M 2s 69600K .......... .......... .......... .......... .......... 33% 63.9M 2s 69650K .......... .......... .......... .......... .......... 33% 63.8M 2s 69700K .......... .......... .......... .......... .......... 33% 75.1M 2s 69750K .......... .......... .......... .......... .......... 33% 65.2M 2s 69800K .......... .......... .......... .......... .......... 33% 55.1M 2s 69850K .......... .......... .......... .......... .......... 33% 59.5M 2s 69900K .......... .......... .......... .......... .......... 33% 66.6M 2s 69950K .......... .......... .......... .......... .......... 33% 68.4M 2s 70000K .......... .......... .......... .......... .......... 33% 59.3M 2s 70050K .......... .......... .......... .......... .......... 33% 74.8M 2s 70100K .......... .......... .......... .......... .......... 33% 67.7M 2s 70150K .......... .......... .......... .......... .......... 33% 61.0M 2s 70200K .......... .......... .......... .......... .......... 33% 62.9M 2s 70250K .......... .......... .......... .......... .......... 33% 66.1M 2s 70300K .......... .......... .......... .......... .......... 33% 66.0M 2s 70350K .......... .......... .......... .......... .......... 33% 67.8M 2s 70400K .......... .......... .......... .......... .......... 33% 62.3M 2s 70450K .......... .......... .......... .......... .......... 33% 66.9M 2s 70500K .......... .......... .......... .......... .......... 33% 69.7M 2s 70550K .......... .......... .......... .......... .......... 33% 60.2M 2s 70600K .......... .......... .......... .......... .......... 33% 69.8M 2s 70650K .......... .......... .......... .......... .......... 33% 76.8M 2s 70700K .......... .......... .......... .......... .......... 33% 67.2M 2s 70750K .......... .......... .......... .......... .......... 33% 70.0M 2s 70800K .......... .......... .......... .......... .......... 33% 75.1M 2s 70850K .......... .......... .......... .......... .......... 34% 79.2M 2s 70900K .......... .......... .......... .......... .......... 34% 64.0M 2s 70950K .......... .......... .......... .......... .......... 34% 67.9M 2s 71000K .......... .......... .......... .......... .......... 34% 71.2M 2s 71050K .......... .......... .......... .......... .......... 34% 72.7M 2s 71100K .......... .......... .......... .......... .......... 34% 69.4M 2s 71150K .......... .......... .......... .......... .......... 34% 67.1M 2s 71200K .......... .......... .......... .......... .......... 34% 81.2M 2s 71250K .......... .......... .......... .......... .......... 34% 70.8M 2s 71300K .......... .......... .......... .......... .......... 34% 65.5M 2s 71350K .......... .......... .......... .......... .......... 34% 82.3M 2s 71400K .......... .......... .......... .......... .......... 34% 76.2M 2s 71450K .......... .......... .......... .......... .......... 34% 56.7M 2s 71500K .......... .......... .......... .......... .......... 34% 74.5M 2s 71550K .......... .......... .......... .......... .......... 34% 87.5M 2s 71600K .......... .......... .......... .......... .......... 34% 69.8M 2s 71650K .......... .......... .......... .......... .......... 34% 77.4M 2s 71700K .......... .......... .......... .......... .......... 34% 72.2M 2s 71750K .......... .......... .......... .......... .......... 34% 83.4M 2s 71800K .......... .......... .......... .......... .......... 34% 82.7M 2s 71850K .......... .......... .......... .......... .......... 34% 78.7M 2s 71900K .......... .......... .......... .......... .......... 34% 75.0M 2s 71950K .......... .......... .......... .......... .......... 34% 77.6M 2s 72000K .......... .......... .......... .......... .......... 34% 76.4M 2s 72050K .......... .......... .......... .......... .......... 34% 83.9M 2s 72100K .......... .......... .......... .......... .......... 34% 70.8M 2s 72150K .......... .......... .......... .......... .......... 34% 79.2M 2s 72200K .......... .......... .......... .......... .......... 34% 77.6M 2s 72250K .......... .......... .......... .......... .......... 34% 77.5M 2s 72300K .......... .......... .......... .......... .......... 34% 83.3M 2s 72350K .......... .......... .......... .......... .......... 34% 75.0M 2s 72400K .......... .......... .......... .......... .......... 34% 71.1M 2s 72450K .......... .......... .......... .......... .......... 34% 78.2M 2s 72500K .......... .......... .......... .......... .......... 34% 72.4M 2s 72550K .......... .......... .......... .......... .......... 34% 85.4M 2s 72600K .......... .......... .......... .......... .......... 34% 79.0M 2s 72650K .......... .......... .......... .......... .......... 34% 82.8M 2s 72700K .......... .......... .......... .......... .......... 34% 69.9M 2s 72750K .......... .......... .......... .......... .......... 34% 85.6M 2s 72800K .......... .......... .......... .......... .......... 34% 75.3M 2s 72850K .......... .......... .......... .......... .......... 34% 82.2M 2s 72900K .......... .......... .......... .......... .......... 34% 79.7M 2s 72950K .......... .......... .......... .......... .......... 35% 92.3M 2s 73000K .......... .......... .......... .......... .......... 35% 75.1M 2s 73050K .......... .......... .......... .......... .......... 35% 75.6M 2s 73100K .......... .......... .......... .......... .......... 35% 72.8M 2s 73150K .......... .......... .......... .......... .......... 35% 79.8M 2s 73200K .......... .......... .......... .......... .......... 35% 80.6M 2s 73250K .......... .......... .......... .......... .......... 35% 84.1M 2s 73300K .......... .......... .......... .......... .......... 35% 75.5M 2s 73350K .......... .......... .......... .......... .......... 35% 76.9M 2s 73400K .......... .......... .......... .......... .......... 35% 80.9M 2s 73450K .......... .......... .......... .......... .......... 35% 82.7M 2s 73500K .......... .......... .......... .......... .......... 35% 77.7M 2s 73550K .......... .......... .......... .......... .......... 35% 80.6M 2s 73600K .......... .......... .......... .......... .......... 35% 73.5M 2s 73650K .......... .......... .......... .......... .......... 35% 80.0M 2s 73700K .......... .......... .......... .......... .......... 35% 66.6M 2s 73750K .......... .......... .......... .......... .......... 35% 82.9M 2s 73800K .......... .......... .......... .......... .......... 35% 80.5M 2s 73850K .......... .......... .......... .......... .......... 35% 77.6M 2s 73900K .......... .......... .......... .......... .......... 35% 74.9M 2s 73950K .......... .......... .......... .......... .......... 35% 82.4M 2s 74000K .......... .......... .......... .......... .......... 35% 74.1M 2s 74050K .......... .......... .......... .......... .......... 35% 83.7M 2s 74100K .......... .......... .......... .......... .......... 35% 78.2M 2s 74150K .......... .......... .......... .......... .......... 35% 83.2M 2s 74200K .......... .......... .......... .......... .......... 35% 84.1M 2s 74250K .......... .......... .......... .......... .......... 35% 78.4M 2s 74300K .......... .......... .......... .......... .......... 35% 75.2M 2s 74350K .......... .......... .......... .......... .......... 35% 77.8M 2s 74400K .......... .......... .......... .......... .......... 35% 79.6M 2s 74450K .......... .......... .......... .......... .......... 35% 87.8M 2s 74500K .......... .......... .......... .......... .......... 35% 74.0M 2s 74550K .......... .......... .......... .......... .......... 35% 81.9M 2s 74600K .......... .......... .......... .......... .......... 35% 74.6M 2s 74650K .......... .......... .......... .......... .......... 35% 81.7M 2s 74700K .......... .......... .......... .......... .......... 35% 78.4M 2s 74750K .......... .......... .......... .......... .......... 35% 79.2M 2s 74800K .......... .......... .......... .......... .......... 35% 80.5M 2s 74850K .......... .......... .......... .......... .......... 35% 80.9M 2s 74900K .......... .......... .......... .......... .......... 35% 72.0M 2s 74950K .......... .......... .......... .......... .......... 35% 90.5M 2s 75000K .......... .......... .......... .......... .......... 35% 73.3M 2s 75050K .......... .......... .......... .......... .......... 36% 80.6M 2s 75100K .......... .......... .......... .......... .......... 36% 74.5M 2s 75150K .......... .......... .......... .......... .......... 36% 84.2M 2s 75200K .......... .......... .......... .......... .......... 36% 76.5M 2s 75250K .......... .......... .......... .......... .......... 36% 81.2M 2s 75300K .......... .......... .......... .......... .......... 36% 69.6M 2s 75350K .......... .......... .......... .......... .......... 36% 88.9M 2s 75400K .......... .......... .......... .......... .......... 36% 70.9M 2s 75450K .......... .......... .......... .......... .......... 36% 79.8M 2s 75500K .......... .......... .......... .......... .......... 36% 81.0M 2s 75550K .......... .......... .......... .......... .......... 36% 80.8M 2s 75600K .......... .......... .......... .......... .......... 36% 71.1M 2s 75650K .......... .......... .......... .......... .......... 36% 89.3M 2s 75700K .......... .......... .......... .......... .......... 36% 71.6M 2s 75750K .......... .......... .......... .......... .......... 36% 81.3M 2s 75800K .......... .......... .......... .......... .......... 36% 70.1M 2s 75850K .......... .......... .......... .......... .......... 36% 82.4M 2s 75900K .......... .......... .......... .......... .......... 36% 81.5M 2s 75950K .......... .......... .......... .......... .......... 36% 76.2M 2s 76000K .......... .......... .......... .......... .......... 36% 69.5M 2s 76050K .......... .......... .......... .......... .......... 36% 82.9M 2s 76100K .......... .......... .......... .......... .......... 36% 74.6M 2s 76150K .......... .......... .......... .......... .......... 36% 84.3M 2s 76200K .......... .......... .......... .......... .......... 36% 76.8M 2s 76250K .......... .......... .......... .......... .......... 36% 78.8M 2s 76300K .......... .......... .......... .......... .......... 36% 75.0M 2s 76350K .......... .......... .......... .......... .......... 36% 73.5M 2s 76400K .......... .......... .......... .......... .......... 36% 75.7M 2s 76450K .......... .......... .......... .......... .......... 36% 91.2M 2s 76500K .......... .......... .......... .......... .......... 36% 67.1M 2s 76550K .......... .......... .......... .......... .......... 36% 78.6M 2s 76600K .......... .......... .......... .......... .......... 36% 71.0M 2s 76650K .......... .......... .......... .......... .......... 36% 88.6M 2s 76700K .......... .......... .......... .......... .......... 36% 76.7M 2s 76750K .......... .......... .......... .......... .......... 36% 74.9M 2s 76800K .......... .......... .......... .......... .......... 36% 76.9M 2s 76850K .......... .......... .......... .......... .......... 36% 84.4M 2s 76900K .......... .......... .......... .......... .......... 36% 71.1M 2s 76950K .......... .......... .......... .......... .......... 36% 76.7M 2s 77000K .......... .......... .......... .......... .......... 36% 81.2M 2s 77050K .......... .......... .......... .......... .......... 36% 85.6M 2s 77100K .......... .......... .......... .......... .......... 37% 75.2M 2s 77150K .......... .......... .......... .......... .......... 37% 77.9M 2s 77200K .......... .......... .......... .......... .......... 37% 69.5M 2s 77250K .......... .......... .......... .......... .......... 37% 92.0M 2s 77300K .......... .......... .......... .......... .......... 37% 77.2M 2s 77350K .......... .......... .......... .......... .......... 37% 82.9M 2s 77400K .......... .......... .......... .......... .......... 37% 72.9M 2s 77450K .......... .......... .......... .......... .......... 37% 78.4M 2s 77500K .......... .......... .......... .......... .......... 37% 75.8M 2s 77550K .......... .......... .......... .......... .......... 37% 78.9M 2s 77600K .......... .......... .......... .......... .......... 37% 74.5M 2s 77650K .......... .......... .......... .......... .......... 37% 84.8M 2s 77700K .......... .......... .......... .......... .......... 37% 69.6M 2s 77750K .......... .......... .......... .......... .......... 37% 79.8M 2s 77800K .......... .......... .......... .......... .......... 37% 74.6M 2s 77850K .......... .......... .......... .......... .......... 37% 83.0M 2s 77900K .......... .......... .......... .......... .......... 37% 76.3M 2s 77950K .......... .......... .......... .......... .......... 37% 79.9M 2s 78000K .......... .......... .......... .......... .......... 37% 80.4M 2s 78050K .......... .......... .......... .......... .......... 37% 82.7M 2s 78100K .......... .......... .......... .......... .......... 37% 71.2M 2s 78150K .......... .......... .......... .......... .......... 37% 73.4M 2s 78200K .......... .......... .......... .......... .......... 37% 75.7M 2s 78250K .......... .......... .......... .......... .......... 37% 84.1M 2s 78300K .......... .......... .......... .......... .......... 37% 79.4M 2s 78350K .......... .......... .......... .......... .......... 37% 78.4M 2s 78400K .......... .......... .......... .......... .......... 37% 69.4M 2s 78450K .......... .......... .......... .......... .......... 37% 81.6M 2s 78500K .......... .......... .......... .......... .......... 37% 75.9M 2s 78550K .......... .......... .......... .......... .......... 37% 77.5M 2s 78600K .......... .......... .......... .......... .......... 37% 75.4M 2s 78650K .......... .......... .......... .......... .......... 37% 82.6M 2s 78700K .......... .......... .......... .......... .......... 37% 82.9M 2s 78750K .......... .......... .......... .......... .......... 37% 77.9M 2s 78800K .......... .......... .......... .......... .......... 37% 77.8M 2s 78850K .......... .......... .......... .......... .......... 37% 86.3M 2s 78900K .......... .......... .......... .......... .......... 37% 76.8M 2s 78950K .......... .......... .......... .......... .......... 37% 77.0M 2s 79000K .......... .......... .......... .......... .......... 37% 75.1M 2s 79050K .......... .......... .......... .......... .......... 37% 81.4M 2s 79100K .......... .......... .......... .......... .......... 37% 82.9M 2s 79150K .......... .......... .......... .......... .......... 37% 85.4M 2s 79200K .......... .......... .......... .......... .......... 38% 71.0M 2s 79250K .......... .......... .......... .......... .......... 38% 81.4M 2s 79300K .......... .......... .......... .......... .......... 38% 75.7M 2s 79350K .......... .......... .......... .......... .......... 38% 88.4M 2s 79400K .......... .......... .......... .......... .......... 38% 71.6M 2s 79450K .......... .......... .......... .......... .......... 38% 71.2M 2s 79500K .......... .......... .......... .......... .......... 38% 81.9M 2s 79550K .......... .......... .......... .......... .......... 38% 78.7M 2s 79600K .......... .......... .......... .......... .......... 38% 72.9M 2s 79650K .......... .......... .......... .......... .......... 38% 78.7M 2s 79700K .......... .......... .......... .......... .......... 38% 78.8M 2s 79750K .......... .......... .......... .......... .......... 38% 78.8M 2s 79800K .......... .......... .......... .......... .......... 38% 76.6M 2s 79850K .......... .......... .......... .......... .......... 38% 79.2M 2s 79900K .......... .......... .......... .......... .......... 38% 73.4M 2s 79950K .......... .......... .......... .......... .......... 38% 80.9M 2s 80000K .......... .......... .......... .......... .......... 38% 70.4M 2s 80050K .......... .......... .......... .......... .......... 38% 90.3M 2s 80100K .......... .......... .......... .......... .......... 38% 74.9M 2s 80150K .......... .......... .......... .......... .......... 38% 78.2M 2s 80200K .......... .......... .......... .......... .......... 38% 76.1M 2s 80250K .......... .......... .......... .......... .......... 38% 78.9M 2s 80300K .......... .......... .......... .......... .......... 38% 82.7M 2s 80350K .......... .......... .......... .......... .......... 38% 74.0M 2s 80400K .......... .......... .......... .......... .......... 38% 72.4M 2s 80450K .......... .......... .......... .......... .......... 38% 82.7M 2s 80500K .......... .......... .......... .......... .......... 38% 70.4M 2s 80550K .......... .......... .......... .......... .......... 38% 68.5M 2s 80600K .......... .......... .......... .......... .......... 38% 83.0M 2s 80650K .......... .......... .......... .......... .......... 38% 79.1M 2s 80700K .......... .......... .......... .......... .......... 38% 71.8M 2s 80750K .......... .......... .......... .......... .......... 38% 86.5M 2s 80800K .......... .......... .......... .......... .......... 38% 75.8M 2s 80850K .......... .......... .......... .......... .......... 38% 84.8M 2s 80900K .......... .......... .......... .......... .......... 38% 74.8M 2s 80950K .......... .......... .......... .......... .......... 38% 79.0M 2s 81000K .......... .......... .......... .......... .......... 38% 80.1M 2s 81050K .......... .......... .......... .......... .......... 38% 75.1M 2s 81100K .......... .......... .......... .......... .......... 38% 70.9M 2s 81150K .......... .......... .......... .......... .......... 38% 88.4M 2s 81200K .......... .......... .......... .......... .......... 38% 70.0M 2s 81250K .......... .......... .......... .......... .......... 38% 71.1M 2s 81300K .......... .......... .......... .......... .......... 39% 80.3M 2s 81350K .......... .......... .......... .......... .......... 39% 80.5M 2s 81400K .......... .......... .......... .......... .......... 39% 75.0M 2s 81450K .......... .......... .......... .......... .......... 39% 78.6M 2s 81500K .......... .......... .......... .......... .......... 39% 70.7M 2s 81550K .......... .......... .......... .......... .......... 39% 89.1M 2s 81600K .......... .......... .......... .......... .......... 39% 75.5M 2s 81650K .......... .......... .......... .......... .......... 39% 79.6M 2s 81700K .......... .......... .......... .......... .......... 39% 75.3M 2s 81750K .......... .......... .......... .......... .......... 39% 84.4M 2s 81800K .......... .......... .......... .......... .......... 39% 73.8M 2s 81850K .......... .......... .......... .......... .......... 39% 79.1M 2s 81900K .......... .......... .......... .......... .......... 39% 73.4M 2s 81950K .......... .......... .......... .......... .......... 39% 86.1M 2s 82000K .......... .......... .......... .......... .......... 39% 73.9M 2s 82050K .......... .......... .......... .......... .......... 39% 77.8M 2s 82100K .......... .......... .......... .......... .......... 39% 72.3M 2s 82150K .......... .......... .......... .......... .......... 39% 76.5M 2s 82200K .......... .......... .......... .......... .......... 39% 77.6M 2s 82250K .......... .......... .......... .......... .......... 39% 90.8M 2s 82300K .......... .......... .......... .......... .......... 39% 74.9M 2s 82350K .......... .......... .......... .......... .......... 39% 78.3M 2s 82400K .......... .......... .......... .......... .......... 39% 74.7M 2s 82450K .......... .......... .......... .......... .......... 39% 86.8M 2s 82500K .......... .......... .......... .......... .......... 39% 84.4M 2s 82550K .......... .......... .......... .......... .......... 39% 83.5M 2s 82600K .......... .......... .......... .......... .......... 39% 78.4M 2s 82650K .......... .......... .......... .......... .......... 39% 77.9M 2s 82700K .......... .......... .......... .......... .......... 39% 77.7M 2s 82750K .......... .......... .......... .......... .......... 39% 90.5M 2s 82800K .......... .......... .......... .......... .......... 39% 75.5M 2s 82850K .......... .......... .......... .......... .......... 39% 83.5M 2s 82900K .......... .......... .......... .......... .......... 39% 76.5M 2s 82950K .......... .......... .......... .......... .......... 39% 78.8M 2s 83000K .......... .......... .......... .......... .......... 39% 75.3M 2s 83050K .......... .......... .......... .......... .......... 39% 78.6M 2s 83100K .......... .......... .......... .......... .......... 39% 77.8M 2s 83150K .......... .......... .......... .......... .......... 39% 87.1M 2s 83200K .......... .......... .......... .......... .......... 39% 77.2M 2s 83250K .......... .......... .......... .......... .......... 39% 85.8M 2s 83300K .......... .......... .......... .......... .......... 39% 72.4M 2s 83350K .......... .......... .......... .......... .......... 40% 83.2M 2s 83400K .......... .......... .......... .......... .......... 40% 76.7M 2s 83450K .......... .......... .......... .......... .......... 40% 74.0M 2s 83500K .......... .......... .......... .......... .......... 40% 76.7M 2s 83550K .......... .......... .......... .......... .......... 40% 91.4M 2s 83600K .......... .......... .......... .......... .......... 40% 71.9M 2s 83650K .......... .......... .......... .......... .......... 40% 77.7M 2s 83700K .......... .......... .......... .......... .......... 40% 72.8M 2s 83750K .......... .......... .......... .......... .......... 40% 76.7M 2s 83800K .......... .......... .......... .......... .......... 40% 79.4M 2s 83850K .......... .......... .......... .......... .......... 40% 75.7M 2s 83900K .......... .......... .......... .......... .......... 40% 77.5M 2s 83950K .......... .......... .......... .......... .......... 40% 87.7M 2s 84000K .......... .......... .......... .......... .......... 40% 71.6M 2s 84050K .......... .......... .......... .......... .......... 40% 86.3M 2s 84100K .......... .......... .......... .......... .......... 40% 72.0M 2s 84150K .......... .......... .......... .......... .......... 40% 79.9M 2s 84200K .......... .......... .......... .......... .......... 40% 74.4M 2s 84250K .......... .......... .......... .......... .......... 40% 76.7M 2s 84300K .......... .......... .......... .......... .......... 40% 80.0M 2s 84350K .......... .......... .......... .......... .......... 40% 79.1M 2s 84400K .......... .......... .......... .......... .......... 40% 74.3M 2s 84450K .......... .......... .......... .......... .......... 40% 83.7M 2s 84500K .......... .......... .......... .......... .......... 40% 76.1M 2s 84550K .......... .......... .......... .......... .......... 40% 80.0M 2s 84600K .......... .......... .......... .......... .......... 40% 72.9M 2s 84650K .......... .......... .......... .......... .......... 40% 81.7M 2s 84700K .......... .......... .......... .......... .......... 40% 79.2M 2s 84750K .......... .......... .......... .......... .......... 40% 80.3M 2s 84800K .......... .......... .......... .......... .......... 40% 73.3M 2s 84850K .......... .......... .......... .......... .......... 40% 85.2M 2s 84900K .......... .......... .......... .......... .......... 40% 73.7M 2s 84950K .......... .......... .......... .......... .......... 40% 74.7M 2s 85000K .......... .......... .......... .......... .......... 40% 77.0M 2s 85050K .......... .......... .......... .......... .......... 40% 81.6M 2s 85100K .......... .......... .......... .......... .......... 40% 71.3M 2s 85150K .......... .......... .......... .......... .......... 40% 82.4M 2s 85200K .......... .......... .......... .......... .......... 40% 72.2M 2s 85250K .......... .......... .......... .......... .......... 40% 87.6M 2s 85300K .......... .......... .......... .......... .......... 40% 72.3M 2s 85350K .......... .......... .......... .......... .......... 40% 77.8M 2s 85400K .......... .......... .......... .......... .......... 40% 80.8M 2s 85450K .......... .......... .......... .......... .......... 41% 79.5M 2s 85500K .......... .......... .......... .......... .......... 41% 69.2M 2s 85550K .......... .......... .......... .......... .......... 41% 90.7M 2s 85600K .......... .......... .......... .......... .......... 41% 74.6M 2s 85650K .......... .......... .......... .......... .......... 41% 79.0M 2s 85700K .......... .......... .......... .......... .......... 41% 74.8M 2s 85750K .......... .......... .......... .......... .......... 41% 82.4M 2s 85800K .......... .......... .......... .......... .......... 41% 79.8M 2s 85850K .......... .......... .......... .......... .......... 41% 78.2M 2s 85900K .......... .......... .......... .......... .......... 41% 73.3M 2s 85950K .......... .......... .......... .......... .......... 41% 87.1M 2s 86000K .......... .......... .......... .......... .......... 41% 73.7M 2s 86050K .......... .......... .......... .......... .......... 41% 81.7M 2s 86100K .......... .......... .......... .......... .......... 41% 74.4M 2s 86150K .......... .......... .......... .......... .......... 41% 83.2M 2s 86200K .......... .......... .......... .......... .......... 41% 75.6M 2s 86250K .......... .......... .......... .......... .......... 41% 84.3M 2s 86300K .......... .......... .......... .......... .......... 41% 75.7M 2s 86350K .......... .......... .......... .......... .......... 41% 81.7M 2s 86400K .......... .......... .......... .......... .......... 41% 66.8M 2s 86450K .......... .......... .......... .......... .......... 41% 80.3M 2s 86500K .......... .......... .......... .......... .......... 41% 76.9M 2s 86550K .......... .......... .......... .......... .......... 41% 73.9M 2s 86600K .......... .......... .......... .......... .......... 41% 70.8M 2s 86650K .......... .......... .......... .......... .......... 41% 84.3M 2s 86700K .......... .......... .......... .......... .......... 41% 75.1M 2s 86750K .......... .......... .......... .......... .......... 41% 83.9M 2s 86800K .......... .......... .......... .......... .......... 41% 71.4M 2s 86850K .......... .......... .......... .......... .......... 41% 80.2M 2s 86900K .......... .......... .......... .......... .......... 41% 80.8M 2s 86950K .......... .......... .......... .......... .......... 41% 81.8M 2s 87000K .......... .......... .......... .......... .......... 41% 75.6M 2s 87050K .......... .......... .......... .......... .......... 41% 85.1M 2s 87100K .......... .......... .......... .......... .......... 41% 75.7M 2s 87150K .......... .......... .......... .......... .......... 41% 80.7M 2s 87200K .......... .......... .......... .......... .......... 41% 69.9M 2s 87250K .......... .......... .......... .......... .......... 41% 74.9M 2s 87300K .......... .......... .......... .......... .......... 41% 85.3M 2s 87350K .......... .......... .......... .......... .......... 41% 79.4M 2s 87400K .......... .......... .......... .......... .......... 41% 73.2M 2s 87450K .......... .......... .......... .......... .......... 41% 81.3M 2s 87500K .......... .......... .......... .......... .......... 41% 75.0M 2s 87550K .......... .......... .......... .......... .......... 42% 95.6M 2s 87600K .......... .......... .......... .......... .......... 42% 75.0M 2s 87650K .......... .......... .......... .......... .......... 42% 78.9M 2s 87700K .......... .......... .......... .......... .......... 42% 79.4M 2s 87750K .......... .......... .......... .......... .......... 42% 79.3M 2s 87800K .......... .......... .......... .......... .......... 42% 73.9M 2s 87850K .......... .......... .......... .......... .......... 42% 76.1M 2s 87900K .......... .......... .......... .......... .......... 42% 80.5M 2s 87950K .......... .......... .......... .......... .......... 42% 76.1M 2s 88000K .......... .......... .......... .......... .......... 42% 72.0M 2s 88050K .......... .......... .......... .......... .......... 42% 81.5M 2s 88100K .......... .......... .......... .......... .......... 42% 81.0M 2s 88150K .......... .......... .......... .......... .......... 42% 82.0M 2s 88200K .......... .......... .......... .......... .......... 42% 70.6M 2s 88250K .......... .......... .......... .......... .......... 42% 79.7M 2s 88300K .......... .......... .......... .......... .......... 42% 80.5M 2s 88350K .......... .......... .......... .......... .......... 42% 77.3M 2s 88400K .......... .......... .......... .......... .......... 42% 67.0M 2s 88450K .......... .......... .......... .......... .......... 42% 83.2M 2s 88500K .......... .......... .......... .......... .......... 42% 79.7M 2s 88550K .......... .......... .......... .......... .......... 42% 76.7M 2s 88600K .......... .......... .......... .......... .......... 42% 71.7M 2s 88650K .......... .......... .......... .......... .......... 42% 83.7M 2s 88700K .......... .......... .......... .......... .......... 42% 77.7M 2s 88750K .......... .......... .......... .......... .......... 42% 72.4M 2s 88800K .......... .......... .......... .......... .......... 42% 76.0M 2s 88850K .......... .......... .......... .......... .......... 42% 85.9M 2s 88900K .......... .......... .......... .......... .......... 42% 74.6M 2s 88950K .......... .......... .......... .......... .......... 42% 75.3M 2s 89000K .......... .......... .......... .......... .......... 42% 74.5M 2s 89050K .......... .......... .......... .......... .......... 42% 95.7M 2s 89100K .......... .......... .......... .......... .......... 42% 71.2M 2s 89150K .......... .......... .......... .......... .......... 42% 80.1M 2s 89200K .......... .......... .......... .......... .......... 42% 70.0M 2s 89250K .......... .......... .......... .......... .......... 42% 86.6M 2s 89300K .......... .......... .......... .......... .......... 42% 80.5M 2s 89350K .......... .......... .......... .......... .......... 42% 74.6M 2s 89400K .......... .......... .......... .......... .......... 42% 75.3M 2s 89450K .......... .......... .......... .......... .......... 42% 84.0M 2s 89500K .......... .......... .......... .......... .......... 42% 78.1M 2s 89550K .......... .......... .......... .......... .......... 42% 78.4M 2s 89600K .......... .......... .......... .......... .......... 43% 68.4M 2s 89650K .......... .......... .......... .......... .......... 43% 87.4M 2s 89700K .......... .......... .......... .......... .......... 43% 83.6M 2s 89750K .......... .......... .......... .......... .......... 43% 76.0M 2s 89800K .......... .......... .......... .......... .......... 43% 74.8M 2s 89850K .......... .......... .......... .......... .......... 43% 86.5M 2s 89900K .......... .......... .......... .......... .......... 43% 79.7M 2s 89950K .......... .......... .......... .......... .......... 43% 81.1M 2s 90000K .......... .......... .......... .......... .......... 43% 71.6M 2s 90050K .......... .......... .......... .......... .......... 43% 79.9M 2s 90100K .......... .......... .......... .......... .......... 43% 78.6M 2s 90150K .......... .......... .......... .......... .......... 43% 76.7M 2s 90200K .......... .......... .......... .......... .......... 43% 73.6M 2s 90250K .......... .......... .......... .......... .......... 43% 77.9M 2s 90300K .......... .......... .......... .......... .......... 43% 80.4M 2s 90350K .......... .......... .......... .......... .......... 43% 81.6M 2s 90400K .......... .......... .......... .......... .......... 43% 71.9M 2s 90450K .......... .......... .......... .......... .......... 43% 86.8M 2s 90500K .......... .......... .......... .......... .......... 43% 76.2M 2s 90550K .......... .......... .......... .......... .......... 43% 80.2M 2s 90600K .......... .......... .......... .......... .......... 43% 74.4M 2s 90650K .......... .......... .......... .......... .......... 43% 88.6M 2s 90700K .......... .......... .......... .......... .......... 43% 70.5M 2s 90750K .......... .......... .......... .......... .......... 43% 83.5M 2s 90800K .......... .......... .......... .......... .......... 43% 73.7M 2s 90850K .......... .......... .......... .......... .......... 43% 85.0M 2s 90900K .......... .......... .......... .......... .......... 43% 80.9M 2s 90950K .......... .......... .......... .......... .......... 43% 77.0M 2s 91000K .......... .......... .......... .......... .......... 43% 75.6M 2s 91050K .......... .......... .......... .......... .......... 43% 83.0M 2s 91100K .......... .......... .......... .......... .......... 43% 71.1M 2s 91150K .......... .......... .......... .......... .......... 43% 83.2M 2s 91200K .......... .......... .......... .......... .......... 43% 74.5M 2s 91250K .......... .......... .......... .......... .......... 43% 84.0M 2s 91300K .......... .......... .......... .......... .......... 43% 76.3M 2s 91350K .......... .......... .......... .......... .......... 43% 74.8M 2s 91400K .......... .......... .......... .......... .......... 43% 80.4M 2s 91450K .......... .......... .......... .......... .......... 43% 87.3M 2s 91500K .......... .......... .......... .......... .......... 43% 71.0M 2s 91550K .......... .......... .......... .......... .......... 43% 85.6M 2s 91600K .......... .......... .......... .......... .......... 43% 75.1M 2s 91650K .......... .......... .......... .......... .......... 43% 83.4M 2s 91700K .......... .......... .......... .......... .......... 44% 78.8M 2s 91750K .......... .......... .......... .......... .......... 44% 78.2M 2s 91800K .......... .......... .......... .......... .......... 44% 74.1M 2s 91850K .......... .......... .......... .......... .......... 44% 79.3M 2s 91900K .......... .......... .......... .......... .......... 44% 72.7M 2s 91950K .......... .......... .......... .......... .......... 44% 81.7M 2s 92000K .......... .......... .......... .......... .......... 44% 72.5M 2s 92050K .......... .......... .......... .......... .......... 44% 78.7M 2s 92100K .......... .......... .......... .......... .......... 44% 73.6M 2s 92150K .......... .......... .......... .......... .......... 44% 79.8M 2s 92200K .......... .......... .......... .......... .......... 44% 79.2M 2s 92250K .......... .......... .......... .......... .......... 44% 78.0M 2s 92300K .......... .......... .......... .......... .......... 44% 75.3M 2s 92350K .......... .......... .......... .......... .......... 44% 84.7M 2s 92400K .......... .......... .......... .......... .......... 44% 68.6M 2s 92450K .......... .......... .......... .......... .......... 44% 76.5M 2s 92500K .......... .......... .......... .......... .......... 44% 83.2M 2s 92550K .......... .......... .......... .......... .......... 44% 75.4M 2s 92600K .......... .......... .......... .......... .......... 44% 69.1M 2s 92650K .......... .......... .......... .......... .......... 44% 76.5M 2s 92700K .......... .......... .......... .......... .......... 44% 76.1M 2s 92750K .......... .......... .......... .......... .......... 44% 81.1M 2s 92800K .......... .......... .......... .......... .......... 44% 76.0M 2s 92850K .......... .......... .......... .......... .......... 44% 89.9M 2s 92900K .......... .......... .......... .......... .......... 44% 74.4M 2s 92950K .......... .......... .......... .......... .......... 44% 77.5M 2s 93000K .......... .......... .......... .......... .......... 44% 76.2M 2s 93050K .......... .......... .......... .......... .......... 44% 88.9M 2s 93100K .......... .......... .......... .......... .......... 44% 72.9M 2s 93150K .......... .......... .......... .......... .......... 44% 79.9M 2s 93200K .......... .......... .......... .......... .......... 44% 76.4M 2s 93250K .......... .......... .......... .......... .......... 44% 81.2M 2s 93300K .......... .......... .......... .......... .......... 44% 77.6M 2s 93350K .......... .......... .......... .......... .......... 44% 74.6M 2s 93400K .......... .......... .......... .......... .......... 44% 79.1M 2s 93450K .......... .......... .......... .......... .......... 44% 89.6M 2s 93500K .......... .......... .......... .......... .......... 44% 72.1M 2s 93550K .......... .......... .......... .......... .......... 44% 80.8M 2s 93600K .......... .......... .......... .......... .......... 44% 75.5M 2s 93650K .......... .......... .......... .......... .......... 44% 74.0M 2s 93700K .......... .......... .......... .......... .......... 44% 74.8M 2s 93750K .......... .......... .......... .......... .......... 44% 82.5M 2s 93800K .......... .......... .......... .......... .......... 45% 74.6M 2s 93850K .......... .......... .......... .......... .......... 45% 82.2M 2s 93900K .......... .......... .......... .......... .......... 45% 73.1M 2s 93950K .......... .......... .......... .......... .......... 45% 78.2M 2s 94000K .......... .......... .......... .......... .......... 45% 82.8M 2s 94050K .......... .......... .......... .......... .......... 45% 76.9M 2s 94100K .......... .......... .......... .......... .......... 45% 72.4M 2s 94150K .......... .......... .......... .......... .......... 45% 81.6M 2s 94200K .......... .......... .......... .......... .......... 45% 77.0M 2s 94250K .......... .......... .......... .......... .......... 45% 87.4M 2s 94300K .......... .......... .......... .......... .......... 45% 73.6M 2s 94350K .......... .......... .......... .......... .......... 45% 79.7M 2s 94400K .......... .......... .......... .......... .......... 45% 71.7M 2s 94450K .......... .......... .......... .......... .......... 45% 76.7M 2s 94500K .......... .......... .......... .......... .......... 45% 79.1M 2s 94550K .......... .......... .......... .......... .......... 45% 81.6M 2s 94600K .......... .......... .......... .......... .......... 45% 78.5M 2s 94650K .......... .......... .......... .......... .......... 45% 83.5M 2s 94700K .......... .......... .......... .......... .......... 45% 72.1M 2s 94750K .......... .......... .......... .......... .......... 45% 81.3M 2s 94800K .......... .......... .......... .......... .......... 45% 79.3M 2s 94850K .......... .......... .......... .......... .......... 45% 77.5M 2s 94900K .......... .......... .......... .......... .......... 45% 73.2M 2s 94950K .......... .......... .......... .......... .......... 45% 82.8M 2s 95000K .......... .......... .......... .......... .......... 45% 77.3M 2s 95050K .......... .......... .......... .......... .......... 45% 82.9M 2s 95100K .......... .......... .......... .......... .......... 45% 72.6M 2s 95150K .......... .......... .......... .......... .......... 45% 79.3M 2s 95200K .......... .......... .......... .......... .......... 45% 82.7M 2s 95250K .......... .......... .......... .......... .......... 45% 77.8M 2s 95300K .......... .......... .......... .......... .......... 45% 76.6M 2s 95350K .......... .......... .......... .......... .......... 45% 83.4M 2s 95400K .......... .......... .......... .......... .......... 45% 71.2M 2s 95450K .......... .......... .......... .......... .......... 45% 83.2M 2s 95500K .......... .......... .......... .......... .......... 45% 74.9M 2s 95550K .......... .......... .......... .......... .......... 45% 83.8M 2s 95600K .......... .......... .......... .......... .......... 45% 70.4M 2s 95650K .......... .......... .......... .......... .......... 45% 80.3M 2s 95700K .......... .......... .......... .......... .......... 45% 72.6M 2s 95750K .......... .......... .......... .......... .......... 45% 93.9M 2s 95800K .......... .......... .......... .......... .......... 45% 72.2M 2s 95850K .......... .......... .......... .......... .......... 45% 78.0M 2s 95900K .......... .......... .......... .......... .......... 46% 76.5M 2s 95950K .......... .......... .......... .......... .......... 46% 80.1M 2s 96000K .......... .......... .......... .......... .......... 46% 78.0M 2s 96050K .......... .......... .......... .......... .......... 46% 79.9M 2s 96100K .......... .......... .......... .......... .......... 46% 81.8M 2s 96150K .......... .......... .......... .......... .......... 46% 81.7M 2s 96200K .......... .......... .......... .......... .......... 46% 72.6M 2s 96250K .......... .......... .......... .......... .......... 46% 82.7M 2s 96300K .......... .......... .......... .......... .......... 46% 78.5M 2s 96350K .......... .......... .......... .......... .......... 46% 73.7M 2s 96400K .......... .......... .......... .......... .......... 46% 77.1M 2s 96450K .......... .......... .......... .......... .......... 46% 82.3M 2s 96500K .......... .......... .......... .......... .......... 46% 75.4M 2s 96550K .......... .......... .......... .......... .......... 46% 77.8M 2s 96600K .......... .......... .......... .......... .......... 46% 71.3M 2s 96650K .......... .......... .......... .......... .......... 46% 90.0M 2s 96700K .......... .......... .......... .......... .......... 46% 74.0M 2s 96750K .......... .......... .......... .......... .......... 46% 74.6M 2s 96800K .......... .......... .......... .......... .......... 46% 80.2M 2s 96850K .......... .......... .......... .......... .......... 46% 75.6M 2s 96900K .......... .......... .......... .......... .......... 46% 77.5M 2s 96950K .......... .......... .......... .......... .......... 46% 77.3M 2s 97000K .......... .......... .......... .......... .......... 46% 74.8M 2s 97050K .......... .......... .......... .......... .......... 46% 93.5M 2s 97100K .......... .......... .......... .......... .......... 46% 72.5M 2s 97150K .......... .......... .......... .......... .......... 46% 78.0M 2s 97200K .......... .......... .......... .......... .......... 46% 73.6M 2s 97250K .......... .......... .......... .......... .......... 46% 81.8M 2s 97300K .......... .......... .......... .......... .......... 46% 75.5M 2s 97350K .......... .......... .......... .......... .......... 46% 71.7M 2s 97400K .......... .......... .......... .......... .......... 46% 70.1M 2s 97450K .......... .......... .......... .......... .......... 46% 83.7M 2s 97500K .......... .......... .......... .......... .......... 46% 63.4M 2s 97550K .......... .......... .......... .......... .......... 46% 77.2M 2s 97600K .......... .......... .......... .......... .......... 46% 76.8M 2s 97650K .......... .......... .......... .......... .......... 46% 83.7M 2s 97700K .......... .......... .......... .......... .......... 46% 67.9M 2s 97750K .......... .......... .......... .......... .......... 46% 82.1M 2s 97800K .......... .......... .......... .......... .......... 46% 71.3M 2s 97850K .......... .......... .......... .......... .......... 46% 76.8M 2s 97900K .......... .......... .......... .......... .......... 46% 75.3M 2s 97950K .......... .......... .......... .......... .......... 47% 78.0M 2s 98000K .......... .......... .......... .......... .......... 47% 80.1M 2s 98050K .......... .......... .......... .......... .......... 47% 80.8M 2s 98100K .......... .......... .......... .......... .......... 47% 72.2M 2s 98150K .......... .......... .......... .......... .......... 47% 91.7M 2s 98200K .......... .......... .......... .......... .......... 47% 74.3M 2s 98250K .......... .......... .......... .......... .......... 47% 76.2M 2s 98300K .......... .......... .......... .......... .......... 47% 73.0M 2s 98350K .......... .......... .......... .......... .......... 47% 85.7M 2s 98400K .......... .......... .......... .......... .......... 47% 76.0M 2s 98450K .......... .......... .......... .......... .......... 47% 80.6M 2s 98500K .......... .......... .......... .......... .......... 47% 75.0M 2s 98550K .......... .......... .......... .......... .......... 47% 83.5M 2s 98600K .......... .......... .......... .......... .......... 47% 73.6M 2s 98650K .......... .......... .......... .......... .......... 47% 79.1M 2s 98700K .......... .......... .......... .......... .......... 47% 77.7M 2s 98750K .......... .......... .......... .......... .......... 47% 79.5M 2s 98800K .......... .......... .......... .......... .......... 47% 70.4M 2s 98850K .......... .......... .......... .......... .......... 47% 83.6M 2s 98900K .......... .......... .......... .......... .......... 47% 76.7M 2s 98950K .......... .......... .......... .......... .......... 47% 86.5M 2s 99000K .......... .......... .......... .......... .......... 47% 72.0M 2s 99050K .......... .......... .......... .......... .......... 47% 76.6M 2s 99100K .......... .......... .......... .......... .......... 47% 84.9M 2s 99150K .......... .......... .......... .......... .......... 47% 80.6M 2s 99200K .......... .......... .......... .......... .......... 47% 70.7M 2s 99250K .......... .......... .......... .......... .......... 47% 82.7M 2s 99300K .......... .......... .......... .......... .......... 47% 75.5M 2s 99350K .......... .......... .......... .......... .......... 47% 83.8M 2s 99400K .......... .......... .......... .......... .......... 47% 71.5M 2s 99450K .......... .......... .......... .......... .......... 47% 76.3M 2s 99500K .......... .......... .......... .......... .......... 47% 81.8M 2s 99550K .......... .......... .......... .......... .......... 47% 79.2M 2s 99600K .......... .......... .......... .......... .......... 47% 71.2M 2s 99650K .......... .......... .......... .......... .......... 47% 83.3M 2s 99700K .......... .......... .......... .......... .......... 47% 75.5M 2s 99750K .......... .......... .......... .......... .......... 47% 79.8M 2s 99800K .......... .......... .......... .......... .......... 47% 76.0M 2s 99850K .......... .......... .......... .......... .......... 47% 76.4M 2s 99900K .......... .......... .......... .......... .......... 47% 75.5M 2s 99950K .......... .......... .......... .......... .......... 47% 79.0M 2s 100000K .......... .......... .......... .......... .......... 47% 74.6M 2s 100050K .......... .......... .......... .......... .......... 48% 85.5M 2s 100100K .......... .......... .......... .......... .......... 48% 70.4M 2s 100150K .......... .......... .......... .......... .......... 48% 78.6M 2s 100200K .......... .......... .......... .......... .......... 48% 76.7M 2s 100250K .......... .......... .......... .......... .......... 48% 82.4M 2s 100300K .......... .......... .......... .......... .......... 48% 64.9M 2s 100350K .......... .......... .......... .......... .......... 48% 87.0M 2s 100400K .......... .......... .......... .......... .......... 48% 77.9M 2s 100450K .......... .......... .......... .......... .......... 48% 82.4M 2s 100500K .......... .......... .......... .......... .......... 48% 73.8M 2s 100550K .......... .......... .......... .......... .......... 48% 77.2M 2s 100600K .......... .......... .......... .......... .......... 48% 80.1M 2s 100650K .......... .......... .......... .......... .......... 48% 80.8M 2s 100700K .......... .......... .......... .......... .......... 48% 76.0M 2s 100750K .......... .......... .......... .......... .......... 48% 85.6M 2s 100800K .......... .......... .......... .......... .......... 48% 76.0M 2s 100850K .......... .......... .......... .......... .......... 48% 85.7M 2s 100900K .......... .......... .......... .......... .......... 48% 70.0M 2s 100950K .......... .......... .......... .......... .......... 48% 81.3M 2s 101000K .......... .......... .......... .......... .......... 48% 76.6M 2s 101050K .......... .......... .......... .......... .......... 48% 77.8M 2s 101100K .......... .......... .......... .......... .......... 48% 73.8M 2s 101150K .......... .......... .......... .......... .......... 48% 86.1M 2s 101200K .......... .......... .......... .......... .......... 48% 76.3M 2s 101250K .......... .......... .......... .......... .......... 48% 79.2M 2s 101300K .......... .......... .......... .......... .......... 48% 72.6M 2s 101350K .......... .......... .......... .......... .......... 48% 85.2M 2s 101400K .......... .......... .......... .......... .......... 48% 79.8M 2s 101450K .......... .......... .......... .......... .......... 48% 77.7M 2s 101500K .......... .......... .......... .......... .......... 48% 72.8M 2s 101550K .......... .......... .......... .......... .......... 48% 88.7M 2s 101600K .......... .......... .......... .......... .......... 48% 72.8M 2s 101650K .......... .......... .......... .......... .......... 48% 80.7M 2s 101700K .......... .......... .......... .......... .......... 48% 75.6M 2s 101750K .......... .......... .......... .......... .......... 48% 86.9M 2s 101800K .......... .......... .......... .......... .......... 48% 75.5M 2s 101850K .......... .......... .......... .......... .......... 48% 80.7M 2s 101900K .......... .......... .......... .......... .......... 48% 75.5M 1s 101950K .......... .......... .......... .......... .......... 48% 77.4M 1s 102000K .......... .......... .......... .......... .......... 48% 75.1M 1s 102050K .......... .......... .......... .......... .......... 48% 86.0M 1s 102100K .......... .......... .......... .......... .......... 48% 73.3M 1s 102150K .......... .......... .......... .......... .......... 49% 80.3M 1s 102200K .......... .......... .......... .......... .......... 49% 76.4M 1s 102250K .......... .......... .......... .......... .......... 49% 82.9M 1s 102300K .......... .......... .......... .......... .......... 49% 77.1M 1s 102350K .......... .......... .......... .......... .......... 49% 68.7M 1s 102400K .......... .......... .......... .......... .......... 49% 70.4M 1s 102450K .......... .......... .......... .......... .......... 49% 89.7M 1s 102500K .......... .......... .......... .......... .......... 49% 75.5M 1s 102550K .......... .......... .......... .......... .......... 49% 74.5M 1s 102600K .......... .......... .......... .......... .......... 49% 74.1M 1s 102650K .......... .......... .......... .......... .......... 49% 80.9M 1s 102700K .......... .......... .......... .......... .......... 49% 75.6M 1s 102750K .......... .......... .......... .......... .......... 49% 84.3M 1s 102800K .......... .......... .......... .......... .......... 49% 71.1M 1s 102850K .......... .......... .......... .......... .......... 49% 84.9M 1s 102900K .......... .......... .......... .......... .......... 49% 77.2M 1s 102950K .......... .......... .......... .......... .......... 49% 80.3M 1s 103000K .......... .......... .......... .......... .......... 49% 75.2M 1s 103050K .......... .......... .......... .......... .......... 49% 80.2M 1s 103100K .......... .......... .......... .......... .......... 49% 74.2M 1s 103150K .......... .......... .......... .......... .......... 49% 84.0M 1s 103200K .......... .......... .......... .......... .......... 49% 74.3M 1s 103250K .......... .......... .......... .......... .......... 49% 81.1M 1s 103300K .......... .......... .......... .......... .......... 49% 75.7M 1s 103350K .......... .......... .......... .......... .......... 49% 78.8M 1s 103400K .......... .......... .......... .......... .......... 49% 77.2M 1s 103450K .......... .......... .......... .......... .......... 49% 81.5M 1s 103500K .......... .......... .......... .......... .......... 49% 76.5M 1s 103550K .......... .......... .......... .......... .......... 49% 83.7M 1s 103600K .......... .......... .......... .......... .......... 49% 69.5M 1s 103650K .......... .......... .......... .......... .......... 49% 83.2M 1s 103700K .......... .......... .......... .......... .......... 49% 71.7M 1s 103750K .......... .......... .......... .......... .......... 49% 82.9M 1s 103800K .......... .......... .......... .......... .......... 49% 80.0M 1s 103850K .......... .......... .......... .......... .......... 49% 77.0M 1s 103900K .......... .......... .......... .......... .......... 49% 73.4M 1s 103950K .......... .......... .......... .......... .......... 49% 88.9M 1s 104000K .......... .......... .......... .......... .......... 49% 77.7M 1s 104050K .......... .......... .......... .......... .......... 49% 81.6M 1s 104100K .......... .......... .......... .......... .......... 49% 72.7M 1s 104150K .......... .......... .......... .......... .......... 49% 75.1M 1s 104200K .......... .......... .......... .......... .......... 50% 83.4M 1s 104250K .......... .......... .......... .......... .......... 50% 84.2M 1s 104300K .......... .......... .......... .......... .......... 50% 73.0M 1s 104350K .......... .......... .......... .......... .......... 50% 79.4M 1s 104400K .......... .......... .......... .......... .......... 50% 76.0M 1s 104450K .......... .......... .......... .......... .......... 50% 86.3M 1s 104500K .......... .......... .......... .......... .......... 50% 72.8M 1s 104550K .......... .......... .......... .......... .......... 50% 78.4M 1s 104600K .......... .......... .......... .......... .......... 50% 77.6M 1s 104650K .......... .......... .......... .......... .......... 50% 83.6M 1s 104700K .......... .......... .......... .......... .......... 50% 63.5M 1s 104750K .......... .......... .......... .......... .......... 50% 69.0M 1s 104800K .......... .......... .......... .......... .......... 50% 76.8M 1s 104850K .......... .......... .......... .......... .......... 50% 84.5M 1s 104900K .......... .......... .......... .......... .......... 50% 69.7M 1s 104950K .......... .......... .......... .......... .......... 50% 78.8M 1s 105000K .......... .......... .......... .......... .......... 50% 78.6M 1s 105050K .......... .......... .......... .......... .......... 50% 80.5M 1s 105100K .......... .......... .......... .......... .......... 50% 73.3M 1s 105150K .......... .......... .......... .......... .......... 50% 81.5M 1s 105200K .......... .......... .......... .......... .......... 50% 84.1M 1s 105250K .......... .......... .......... .......... .......... 50% 80.0M 1s 105300K .......... .......... .......... .......... .......... 50% 73.9M 1s 105350K .......... .......... .......... .......... .......... 50% 74.5M 1s 105400K .......... .......... .......... .......... .......... 50% 82.2M 1s 105450K .......... .......... .......... .......... .......... 50% 77.4M 1s 105500K .......... .......... .......... .......... .......... 50% 71.4M 1s 105550K .......... .......... .......... .......... .......... 50% 81.9M 1s 105600K .......... .......... .......... .......... .......... 50% 78.0M 1s 105650K .......... .......... .......... .......... .......... 50% 78.9M 1s 105700K .......... .......... .......... .......... .......... 50% 74.5M 1s 105750K .......... .......... .......... .......... .......... 50% 81.6M 1s 105800K .......... .......... .......... .......... .......... 50% 84.1M 1s 105850K .......... .......... .......... .......... .......... 50% 81.5M 1s 105900K .......... .......... .......... .......... .......... 50% 72.8M 1s 105950K .......... .......... .......... .......... .......... 50% 80.1M 1s 106000K .......... .......... .......... .......... .......... 50% 80.1M 1s 106050K .......... .......... .......... .......... .......... 50% 81.4M 1s 106100K .......... .......... .......... .......... .......... 50% 74.9M 1s 106150K .......... .......... .......... .......... .......... 50% 74.3M 1s 106200K .......... .......... .......... .......... .......... 50% 87.3M 1s 106250K .......... .......... .......... .......... .......... 50% 73.5M 1s 106300K .......... .......... .......... .......... .......... 51% 73.2M 1s 106350K .......... .......... .......... .......... .......... 51% 81.7M 1s 106400K .......... .......... .......... .......... .......... 51% 77.3M 1s 106450K .......... .......... .......... .......... .......... 51% 81.0M 1s 106500K .......... .......... .......... .......... .......... 51% 78.7M 1s 106550K .......... .......... .......... .......... .......... 51% 79.3M 1s 106600K .......... .......... .......... .......... .......... 51% 78.4M 1s 106650K .......... .......... .......... .......... .......... 51% 79.9M 1s 106700K .......... .......... .......... .......... .......... 51% 83.0M 1s 106750K .......... .......... .......... .......... .......... 51% 83.7M 1s 106800K .......... .......... .......... .......... .......... 51% 76.8M 1s 106850K .......... .......... .......... .......... .......... 51% 84.1M 1s 106900K .......... .......... .......... .......... .......... 51% 78.4M 1s 106950K .......... .......... .......... .......... .......... 51% 80.6M 1s 107000K .......... .......... .......... .......... .......... 51% 78.8M 1s 107050K .......... .......... .......... .......... .......... 51% 83.3M 1s 107100K .......... .......... .......... .......... .......... 51% 86.8M 1s 107150K .......... .......... .......... .......... .......... 51% 86.8M 1s 107200K .......... .......... .......... .......... .......... 51% 82.5M 1s 107250K .......... .......... .......... .......... .......... 51% 86.6M 1s 107300K .......... .......... .......... .......... .......... 51% 69.4M 1s 107350K .......... .......... .......... .......... .......... 51% 93.8M 1s 107400K .......... .......... .......... .......... .......... 51% 79.6M 1s 107450K .......... .......... .......... .......... .......... 51% 80.6M 1s 107500K .......... .......... .......... .......... .......... 51% 77.8M 1s 107550K .......... .......... .......... .......... .......... 51% 85.4M 1s 107600K .......... .......... .......... .......... .......... 51% 78.5M 1s 107650K .......... .......... .......... .......... .......... 51% 83.2M 1s 107700K .......... .......... .......... .......... .......... 51% 74.2M 1s 107750K .......... .......... .......... .......... .......... 51% 87.2M 1s 107800K .......... .......... .......... .......... .......... 51% 78.1M 1s 107850K .......... .......... .......... .......... .......... 51% 90.2M 1s 107900K .......... .......... .......... .......... .......... 51% 71.8M 1s 107950K .......... .......... .......... .......... .......... 51% 78.1M 1s 108000K .......... .......... .......... .......... .......... 51% 74.4M 1s 108050K .......... .......... .......... .......... .......... 51% 84.8M 1s 108100K .......... .......... .......... .......... .......... 51% 77.1M 1s 108150K .......... .......... .......... .......... .......... 51% 86.0M 1s 108200K .......... .......... .......... .......... .......... 51% 77.5M 1s 108250K .......... .......... .......... .......... .......... 51% 89.5M 1s 108300K .......... .......... .......... .......... .......... 51% 77.9M 1s 108350K .......... .......... .......... .......... .......... 51% 76.6M 1s 108400K .......... .......... .......... .......... .......... 52% 76.2M 1s 108450K .......... .......... .......... .......... .......... 52% 84.0M 1s 108500K .......... .......... .......... .......... .......... 52% 78.2M 1s 108550K .......... .......... .......... .......... .......... 52% 84.1M 1s 108600K .......... .......... .......... .......... .......... 52% 76.8M 1s 108650K .......... .......... .......... .......... .......... 52% 96.8M 1s 108700K .......... .......... .......... .......... .......... 52% 81.5M 1s 108750K .......... .......... .......... .......... .......... 52% 83.9M 1s 108800K .......... .......... .......... .......... .......... 52% 73.3M 1s 108850K .......... .......... .......... .......... .......... 52% 81.1M 1s 108900K .......... .......... .......... .......... .......... 52% 86.6M 1s 108950K .......... .......... .......... .......... .......... 52% 89.7M 1s 109000K .......... .......... .......... .......... .......... 52% 80.7M 1s 109050K .......... .......... .......... .......... .......... 52% 82.3M 1s 109100K .......... .......... .......... .......... .......... 52% 76.7M 1s 109150K .......... .......... .......... .......... .......... 52% 86.5M 1s 109200K .......... .......... .......... .......... .......... 52% 80.3M 1s 109250K .......... .......... .......... .......... .......... 52% 89.7M 1s 109300K .......... .......... .......... .......... .......... 52% 71.6M 1s 109350K .......... .......... .......... .......... .......... 52% 75.0M 1s 109400K .......... .......... .......... .......... .......... 52% 84.3M 1s 109450K .......... .......... .......... .......... .......... 52% 89.6M 1s 109500K .......... .......... .......... .......... .......... 52% 74.8M 1s 109550K .......... .......... .......... .......... .......... 52% 73.6M 1s 109600K .......... .......... .......... .......... .......... 52% 75.2M 1s 109650K .......... .......... .......... .......... .......... 52% 97.8M 1s 109700K .......... .......... .......... .......... .......... 52% 77.3M 1s 109750K .......... .......... .......... .......... .......... 52% 86.1M 1s 109800K .......... .......... .......... .......... .......... 52% 74.4M 1s 109850K .......... .......... .......... .......... .......... 52% 82.9M 1s 109900K .......... .......... .......... .......... .......... 52% 78.3M 1s 109950K .......... .......... .......... .......... .......... 52% 75.4M 1s 110000K .......... .......... .......... .......... .......... 52% 68.6M 1s 110050K .......... .......... .......... .......... .......... 52% 101M 1s 110100K .......... .......... .......... .......... .......... 52% 82.6M 1s 110150K .......... .......... .......... .......... .......... 52% 92.4M 1s 110200K .......... .......... .......... .......... .......... 52% 75.1M 1s 110250K .......... .......... .......... .......... .......... 52% 86.8M 1s 110300K .......... .......... .......... .......... .......... 52% 81.0M 1s 110350K .......... .......... .......... .......... .......... 52% 86.5M 1s 110400K .......... .......... .......... .......... .......... 52% 80.6M 1s 110450K .......... .......... .......... .......... .......... 53% 74.8M 1s 110500K .......... .......... .......... .......... .......... 53% 85.6M 1s 110550K .......... .......... .......... .......... .......... 53% 83.8M 1s 110600K .......... .......... .......... .......... .......... 53% 74.3M 1s 110650K .......... .......... .......... .......... .......... 53% 84.3M 1s 110700K .......... .......... .......... .......... .......... 53% 75.5M 1s 110750K .......... .......... .......... .......... .......... 53% 92.7M 1s 110800K .......... .......... .......... .......... .......... 53% 73.8M 1s 110850K .......... .......... .......... .......... .......... 53% 75.3M 1s 110900K .......... .......... .......... .......... .......... 53% 81.5M 1s 110950K .......... .......... .......... .......... .......... 53% 86.5M 1s 111000K .......... .......... .......... .......... .......... 53% 79.3M 1s 111050K .......... .......... .......... .......... .......... 53% 81.1M 1s 111100K .......... .......... .......... .......... .......... 53% 78.5M 1s 111150K .......... .......... .......... .......... .......... 53% 92.7M 1s 111200K .......... .......... .......... .......... .......... 53% 75.7M 1s 111250K .......... .......... .......... .......... .......... 53% 80.6M 1s 111300K .......... .......... .......... .......... .......... 53% 82.8M 1s 111350K .......... .......... .......... .......... .......... 53% 80.8M 1s 111400K .......... .......... .......... .......... .......... 53% 79.5M 1s 111450K .......... .......... .......... .......... .......... 53% 88.4M 1s 111500K .......... .......... .......... .......... .......... 53% 86.4M 1s 111550K .......... .......... .......... .......... .......... 53% 83.7M 1s 111600K .......... .......... .......... .......... .......... 53% 73.3M 1s 111650K .......... .......... .......... .......... .......... 53% 88.2M 1s 111700K .......... .......... .......... .......... .......... 53% 80.2M 1s 111750K .......... .......... .......... .......... .......... 53% 82.7M 1s 111800K .......... .......... .......... .......... .......... 53% 73.4M 1s 111850K .......... .......... .......... .......... .......... 53% 84.0M 1s 111900K .......... .......... .......... .......... .......... 53% 78.7M 1s 111950K .......... .......... .......... .......... .......... 53% 83.7M 1s 112000K .......... .......... .......... .......... .......... 53% 67.2M 1s 112050K .......... .......... .......... .......... .......... 53% 92.4M 1s 112100K .......... .......... .......... .......... .......... 53% 76.4M 1s 112150K .......... .......... .......... .......... .......... 53% 85.4M 1s 112200K .......... .......... .......... .......... .......... 53% 72.3M 1s 112250K .......... .......... .......... .......... .......... 53% 86.6M 1s 112300K .......... .......... .......... .......... .......... 53% 80.1M 1s 112350K .......... .......... .......... .......... .......... 53% 74.2M 1s 112400K .......... .......... .......... .......... .......... 53% 80.7M 1s 112450K .......... .......... .......... .......... .......... 53% 82.8M 1s 112500K .......... .......... .......... .......... .......... 53% 71.4M 1s 112550K .......... .......... .......... .......... .......... 54% 82.9M 1s 112600K .......... .......... .......... .......... .......... 54% 80.3M 1s 112650K .......... .......... .......... .......... .......... 54% 87.1M 1s 112700K .......... .......... .......... .......... .......... 54% 73.5M 1s 112750K .......... .......... .......... .......... .......... 54% 81.0M 1s 112800K .......... .......... .......... .......... .......... 54% 80.0M 1s 112850K .......... .......... .......... .......... .......... 54% 88.4M 1s 112900K .......... .......... .......... .......... .......... 54% 82.7M 1s 112950K .......... .......... .......... .......... .......... 54% 82.3M 1s 113000K .......... .......... .......... .......... .......... 54% 81.1M 1s 113050K .......... .......... .......... .......... .......... 54% 88.0M 1s 113100K .......... .......... .......... .......... .......... 54% 81.0M 1s 113150K .......... .......... .......... .......... .......... 54% 84.0M 1s 113200K .......... .......... .......... .......... .......... 54% 79.6M 1s 113250K .......... .......... .......... .......... .......... 54% 89.7M 1s 113300K .......... .......... .......... .......... .......... 54% 83.4M 1s 113350K .......... .......... .......... .......... .......... 54% 79.3M 1s 113400K .......... .......... .......... .......... .......... 54% 80.6M 1s 113450K .......... .......... .......... .......... .......... 54% 82.4M 1s 113500K .......... .......... .......... .......... .......... 54% 79.8M 1s 113550K .......... .......... .......... .......... .......... 54% 85.9M 1s 113600K .......... .......... .......... .......... .......... 54% 73.4M 1s 113650K .......... .......... .......... .......... .......... 54% 87.4M 1s 113700K .......... .......... .......... .......... .......... 54% 72.8M 1s 113750K .......... .......... .......... .......... .......... 54% 74.1M 1s 113800K .......... .......... .......... .......... .......... 54% 77.5M 1s 113850K .......... .......... .......... .......... .......... 54% 84.9M 1s 113900K .......... .......... .......... .......... .......... 54% 80.4M 1s 113950K .......... .......... .......... .......... .......... 54% 85.9M 1s 114000K .......... .......... .......... .......... .......... 54% 76.8M 1s 114050K .......... .......... .......... .......... .......... 54% 87.4M 1s 114100K .......... .......... .......... .......... .......... 54% 75.9M 1s 114150K .......... .......... .......... .......... .......... 54% 86.8M 1s 114200K .......... .......... .......... .......... .......... 54% 75.5M 1s 114250K .......... .......... .......... .......... .......... 54% 73.2M 1s 114300K .......... .......... .......... .......... .......... 54% 86.6M 1s 114350K .......... .......... .......... .......... .......... 54% 76.9M 1s 114400K .......... .......... .......... .......... .......... 54% 71.2M 1s 114450K .......... .......... .......... .......... .......... 54% 90.5M 1s 114500K .......... .......... .......... .......... .......... 54% 78.4M 1s 114550K .......... .......... .......... .......... .......... 54% 78.0M 1s 114600K .......... .......... .......... .......... .......... 54% 77.5M 1s 114650K .......... .......... .......... .......... .......... 55% 80.7M 1s 114700K .......... .......... .......... .......... .......... 55% 79.2M 1s 114750K .......... .......... .......... .......... .......... 55% 76.2M 1s 114800K .......... .......... .......... .......... .......... 55% 76.4M 1s 114850K .......... .......... .......... .......... .......... 55% 87.7M 1s 114900K .......... .......... .......... .......... .......... 55% 75.3M 1s 114950K .......... .......... .......... .......... .......... 55% 81.7M 1s 115000K .......... .......... .......... .......... .......... 55% 74.6M 1s 115050K .......... .......... .......... .......... .......... 55% 80.6M 1s 115100K .......... .......... .......... .......... .......... 55% 78.5M 1s 115150K .......... .......... .......... .......... .......... 55% 73.7M 1s 115200K .......... .......... .......... .......... .......... 55% 74.7M 1s 115250K .......... .......... .......... .......... .......... 55% 93.2M 1s 115300K .......... .......... .......... .......... .......... 55% 77.7M 1s 115350K .......... .......... .......... .......... .......... 55% 80.2M 1s 115400K .......... .......... .......... .......... .......... 55% 75.4M 1s 115450K .......... .......... .......... .......... .......... 55% 80.6M 1s 115500K .......... .......... .......... .......... .......... 55% 79.1M 1s 115550K .......... .......... .......... .......... .......... 55% 78.8M 1s 115600K .......... .......... .......... .......... .......... 55% 79.3M 1s 115650K .......... .......... .......... .......... .......... 55% 92.2M 1s 115700K .......... .......... .......... .......... .......... 55% 76.9M 1s 115750K .......... .......... .......... .......... .......... 55% 85.7M 1s 115800K .......... .......... .......... .......... .......... 55% 79.8M 1s 115850K .......... .......... .......... .......... .......... 55% 85.8M 1s 115900K .......... .......... .......... .......... .......... 55% 76.3M 1s 115950K .......... .......... .......... .......... .......... 55% 79.3M 1s 116000K .......... .......... .......... .......... .......... 55% 77.7M 1s 116050K .......... .......... .......... .......... .......... 55% 85.7M 1s 116100K .......... .......... .......... .......... .......... 55% 85.9M 1s 116150K .......... .......... .......... .......... .......... 55% 75.7M 1s 116200K .......... .......... .......... .......... .......... 55% 73.2M 1s 116250K .......... .......... .......... .......... .......... 55% 90.6M 1s 116300K .......... .......... .......... .......... .......... 55% 74.2M 1s 116350K .......... .......... .......... .......... .......... 55% 79.4M 1s 116400K .......... .......... .......... .......... .......... 55% 78.0M 1s 116450K .......... .......... .......... .......... .......... 55% 80.1M 1s 116500K .......... .......... .......... .......... .......... 55% 81.0M 1s 116550K .......... .......... .......... .......... .......... 55% 79.2M 1s 116600K .......... .......... .......... .......... .......... 55% 72.5M 1s 116650K .......... .......... .......... .......... .......... 55% 84.9M 1s 116700K .......... .......... .......... .......... .......... 55% 75.0M 1s 116750K .......... .......... .......... .......... .......... 56% 74.2M 1s 116800K .......... .......... .......... .......... .......... 56% 79.4M 1s 116850K .......... .......... .......... .......... .......... 56% 86.0M 1s 116900K .......... .......... .......... .......... .......... 56% 78.0M 1s 116950K .......... .......... .......... .......... .......... 56% 74.5M 1s 117000K .......... .......... .......... .......... .......... 56% 75.4M 1s 117050K .......... .......... .......... .......... .......... 56% 94.2M 1s 117100K .......... .......... .......... .......... .......... 56% 72.8M 1s 117150K .......... .......... .......... .......... .......... 56% 86.5M 1s 117200K .......... .......... .......... .......... .......... 56% 74.5M 1s 117250K .......... .......... .......... .......... .......... 56% 82.1M 1s 117300K .......... .......... .......... .......... .......... 56% 80.9M 1s 117350K .......... .......... .......... .......... .......... 56% 81.3M 1s 117400K .......... .......... .......... .......... .......... 56% 76.9M 1s 117450K .......... .......... .......... .......... .......... 56% 86.3M 1s 117500K .......... .......... .......... .......... .......... 56% 69.4M 1s 117550K .......... .......... .......... .......... .......... 56% 84.6M 1s 117600K .......... .......... .......... .......... .......... 56% 80.9M 1s 117650K .......... .......... .......... .......... .......... 56% 79.2M 1s 117700K .......... .......... .......... .......... .......... 56% 74.8M 1s 117750K .......... .......... .......... .......... .......... 56% 83.7M 1s 117800K .......... .......... .......... .......... .......... 56% 87.0M 1s 117850K .......... .......... .......... .......... .......... 56% 88.0M 1s 117900K .......... .......... .......... .......... .......... 56% 69.7M 1s 117950K .......... .......... .......... .......... .......... 56% 83.5M 1s 118000K .......... .......... .......... .......... .......... 56% 73.7M 1s 118050K .......... .......... .......... .......... .......... 56% 81.5M 1s 118100K .......... .......... .......... .......... .......... 56% 72.3M 1s 118150K .......... .......... .......... .......... .......... 56% 86.7M 1s 118200K .......... .......... .......... .......... .......... 56% 80.7M 1s 118250K .......... .......... .......... .......... .......... 56% 77.0M 1s 118300K .......... .......... .......... .......... .......... 56% 73.3M 1s 118350K .......... .......... .......... .......... .......... 56% 88.2M 1s 118400K .......... .......... .......... .......... .......... 56% 74.5M 1s 118450K .......... .......... .......... .......... .......... 56% 84.0M 1s 118500K .......... .......... .......... .......... .......... 56% 71.9M 1s 118550K .......... .......... .......... .......... .......... 56% 81.0M 1s 118600K .......... .......... .......... .......... .......... 56% 76.8M 1s 118650K .......... .......... .......... .......... .......... 56% 75.4M 1s 118700K .......... .......... .......... .......... .......... 56% 72.4M 1s 118750K .......... .......... .......... .......... .......... 56% 89.2M 1s 118800K .......... .......... .......... .......... .......... 57% 74.7M 1s 118850K .......... .......... .......... .......... .......... 57% 82.9M 1s 118900K .......... .......... .......... .......... .......... 57% 77.4M 1s 118950K .......... .......... .......... .......... .......... 57% 76.2M 1s 119000K .......... .......... .......... .......... .......... 57% 88.0M 1s 119050K .......... .......... .......... .......... .......... 57% 79.3M 1s 119100K .......... .......... .......... .......... .......... 57% 75.6M 1s 119150K .......... .......... .......... .......... .......... 57% 81.3M 1s 119200K .......... .......... .......... .......... .......... 57% 71.3M 1s 119250K .......... .......... .......... .......... .......... 57% 82.3M 1s 119300K .......... .......... .......... .......... .......... 57% 72.0M 1s 119350K .......... .......... .......... .......... .......... 57% 84.2M 1s 119400K .......... .......... .......... .......... .......... 57% 80.2M 1s 119450K .......... .......... .......... .......... .......... 57% 79.3M 1s 119500K .......... .......... .......... .......... .......... 57% 75.9M 1s 119550K .......... .......... .......... .......... .......... 57% 88.7M 1s 119600K .......... .......... .......... .......... .......... 57% 79.1M 1s 119650K .......... .......... .......... .......... .......... 57% 92.5M 1s 119700K .......... .......... .......... .......... .......... 57% 75.7M 1s 119750K .......... .......... .......... .......... .......... 57% 82.2M 1s 119800K .......... .......... .......... .......... .......... 57% 83.5M 1s 119850K .......... .......... .......... .......... .......... 57% 84.8M 1s 119900K .......... .......... .......... .......... .......... 57% 73.7M 1s 119950K .......... .......... .......... .......... .......... 57% 75.8M 1s 120000K .......... .......... .......... .......... .......... 57% 73.5M 1s 120050K .......... .......... .......... .......... .......... 57% 88.0M 1s 120100K .......... .......... .......... .......... .......... 57% 76.5M 1s 120150K .......... .......... .......... .......... .......... 57% 84.4M 1s 120200K .......... .......... .......... .......... .......... 57% 74.8M 1s 120250K .......... .......... .......... .......... .......... 57% 81.6M 1s 120300K .......... .......... .......... .......... .......... 57% 86.2M 1s 120350K .......... .......... .......... .......... .......... 57% 84.7M 1s 120400K .......... .......... .......... .......... .......... 57% 77.8M 1s 120450K .......... .......... .......... .......... .......... 57% 77.3M 1s 120500K .......... .......... .......... .......... .......... 57% 77.9M 1s 120550K .......... .......... .......... .......... .......... 57% 90.8M 1s 120600K .......... .......... .......... .......... .......... 57% 82.4M 1s 120650K .......... .......... .......... .......... .......... 57% 84.2M 1s 120700K .......... .......... .......... .......... .......... 57% 70.3M 1s 120750K .......... .......... .......... .......... .......... 57% 80.6M 1s 120800K .......... .......... .......... .......... .......... 57% 79.0M 1s 120850K .......... .......... .......... .......... .......... 57% 79.7M 1s 120900K .......... .......... .......... .......... .......... 58% 78.0M 1s 120950K .......... .......... .......... .......... .......... 58% 92.9M 1s 121000K .......... .......... .......... .......... .......... 58% 83.3M 1s 121050K .......... .......... .......... .......... .......... 58% 98.6M 1s 121100K .......... .......... .......... .......... .......... 58% 83.4M 1s 121150K .......... .......... .......... .......... .......... 58% 89.1M 1s 121200K .......... .......... .......... .......... .......... 58% 83.0M 1s 121250K .......... .......... .......... .......... .......... 58% 93.0M 1s 121300K .......... .......... .......... .......... .......... 58% 86.7M 1s 121350K .......... .......... .......... .......... .......... 58% 97.7M 1s 121400K .......... .......... .......... .......... .......... 58% 86.5M 1s 121450K .......... .......... .......... .......... .......... 58% 85.5M 1s 121500K .......... .......... .......... .......... .......... 58% 86.2M 1s 121550K .......... .......... .......... .......... .......... 58% 88.1M 1s 121600K .......... .......... .......... .......... .......... 58% 88.0M 1s 121650K .......... .......... .......... .......... .......... 58% 84.2M 1s 121700K .......... .......... .......... .......... .......... 58% 82.0M 1s 121750K .......... .......... .......... .......... .......... 58% 86.0M 1s 121800K .......... .......... .......... .......... .......... 58% 69.6M 1s 121850K .......... .......... .......... .......... .......... 58% 82.1M 1s 121900K .......... .......... .......... .......... .......... 58% 73.8M 1s 121950K .......... .......... .......... .......... .......... 58% 79.8M 1s 122000K .......... .......... .......... .......... .......... 58% 83.5M 1s 122050K .......... .......... .......... .......... .......... 58% 75.8M 1s 122100K .......... .......... .......... .......... .......... 58% 75.0M 1s 122150K .......... .......... .......... .......... .......... 58% 81.2M 1s 122200K .......... .......... .......... .......... .......... 58% 76.7M 1s 122250K .......... .......... .......... .......... .......... 58% 92.4M 1s 122300K .......... .......... .......... .......... .......... 58% 74.4M 1s 122350K .......... .......... .......... .......... .......... 58% 86.3M 1s 122400K .......... .......... .......... .......... .......... 58% 82.7M 1s 122450K .......... .......... .......... .......... .......... 58% 80.5M 1s 122500K .......... .......... .......... .......... .......... 58% 85.6M 1s 122550K .......... .......... .......... .......... .......... 58% 79.8M 1s 122600K .......... .......... .......... .......... .......... 58% 73.3M 1s 122650K .......... .......... .......... .......... .......... 58% 90.2M 1s 122700K .......... .......... .......... .......... .......... 58% 70.2M 1s 122750K .......... .......... .......... .......... .......... 58% 86.6M 1s 122800K .......... .......... .......... .......... .......... 58% 70.9M 1s 122850K .......... .......... .......... .......... .......... 58% 75.9M 1s 122900K .......... .......... .......... .......... .......... 58% 82.6M 1s 122950K .......... .......... .......... .......... .......... 58% 77.9M 1s 123000K .......... .......... .......... .......... .......... 59% 75.7M 1s 123050K .......... .......... .......... .......... .......... 59% 84.6M 1s 123100K .......... .......... .......... .......... .......... 59% 78.6M 1s 123150K .......... .......... .......... .......... .......... 59% 85.5M 1s 123200K .......... .......... .......... .......... .......... 59% 78.5M 1s 123250K .......... .......... .......... .......... .......... 59% 78.6M 1s 123300K .......... .......... .......... .......... .......... 59% 72.9M 1s 123350K .......... .......... .......... .......... .......... 59% 70.0M 1s 123400K .......... .......... .......... .......... .......... 59% 81.3M 1s 123450K .......... .......... .......... .......... .......... 59% 79.7M 1s 123500K .......... .......... .......... .......... .......... 59% 80.5M 1s 123550K .......... .......... .......... .......... .......... 59% 90.2M 1s 123600K .......... .......... .......... .......... .......... 59% 70.1M 1s 123650K .......... .......... .......... .......... .......... 59% 79.1M 1s 123700K .......... .......... .......... .......... .......... 59% 69.9M 1s 123750K .......... .......... .......... .......... .......... 59% 80.7M 1s 123800K .......... .......... .......... .......... .......... 59% 70.0M 1s 123850K .......... .......... .......... .......... .......... 59% 83.9M 1s 123900K .......... .......... .......... .......... .......... 59% 68.7M 1s 123950K .......... .......... .......... .......... .......... 59% 79.4M 1s 124000K .......... .......... .......... .......... .......... 59% 69.5M 1s 124050K .......... .......... .......... .......... .......... 59% 79.7M 1s 124100K .......... .......... .......... .......... .......... 59% 80.3M 1s 124150K .......... .......... .......... .......... .......... 59% 79.8M 1s 124200K .......... .......... .......... .......... .......... 59% 72.2M 1s 124250K .......... .......... .......... .......... .......... 59% 82.5M 1s 124300K .......... .......... .......... .......... .......... 59% 72.5M 1s 124350K .......... .......... .......... .......... .......... 59% 82.6M 1s 124400K .......... .......... .......... .......... .......... 59% 71.2M 1s 124450K .......... .......... .......... .......... .......... 59% 78.1M 1s 124500K .......... .......... .......... .......... .......... 59% 84.4M 1s 124550K .......... .......... .......... .......... .......... 59% 76.7M 1s 124600K .......... .......... .......... .......... .......... 59% 72.2M 1s 124650K .......... .......... .......... .......... .......... 59% 83.0M 1s 124700K .......... .......... .......... .......... .......... 59% 74.8M 1s 124750K .......... .......... .......... .......... .......... 59% 80.4M 1s 124800K .......... .......... .......... .......... .......... 59% 74.2M 1s 124850K .......... .......... .......... .......... .......... 59% 83.2M 1s 124900K .......... .......... .......... .......... .......... 59% 72.2M 1s 124950K .......... .......... .......... .......... .......... 59% 84.7M 1s 125000K .......... .......... .......... .......... .......... 59% 77.7M 1s 125050K .......... .......... .......... .......... .......... 60% 81.3M 1s 125100K .......... .......... .......... .......... .......... 60% 73.2M 1s 125150K .......... .......... .......... .......... .......... 60% 76.8M 1s 125200K .......... .......... .......... .......... .......... 60% 83.9M 1s 125250K .......... .......... .......... .......... .......... 60% 76.7M 1s 125300K .......... .......... .......... .......... .......... 60% 73.9M 1s 125350K .......... .......... .......... .......... .......... 60% 83.8M 1s 125400K .......... .......... .......... .......... .......... 60% 80.6M 1s 125450K .......... .......... .......... .......... .......... 60% 79.6M 1s 125500K .......... .......... .......... .......... .......... 60% 72.6M 1s 125550K .......... .......... .......... .......... .......... 60% 87.2M 1s 125600K .......... .......... .......... .......... .......... 60% 79.8M 1s 125650K .......... .......... .......... .......... .......... 60% 79.9M 1s 125700K .......... .......... .......... .......... .......... 60% 72.2M 1s 125750K .......... .......... .......... .......... .......... 60% 74.6M 1s 125800K .......... .......... .......... .......... .......... 60% 72.5M 1s 125850K .......... .......... .......... .......... .......... 60% 83.3M 1s 125900K .......... .......... .......... .......... .......... 60% 85.4M 1s 125950K .......... .......... .......... .......... .......... 60% 78.4M 1s 126000K .......... .......... .......... .......... .......... 60% 75.0M 1s 126050K .......... .......... .......... .......... .......... 60% 75.2M 1s 126100K .......... .......... .......... .......... .......... 60% 77.9M 1s 126150K .......... .......... .......... .......... .......... 60% 84.6M 1s 126200K .......... .......... .......... .......... .......... 60% 74.6M 1s 126250K .......... .......... .......... .......... .......... 60% 84.2M 1s 126300K .......... .......... .......... .......... .......... 60% 72.0M 1s 126350K .......... .......... .......... .......... .......... 60% 77.0M 1s 126400K .......... .......... .......... .......... .......... 60% 74.9M 1s 126450K .......... .......... .......... .......... .......... 60% 86.7M 1s 126500K .......... .......... .......... .......... .......... 60% 82.7M 1s 126550K .......... .......... .......... .......... .......... 60% 76.2M 1s 126600K .......... .......... .......... .......... .......... 60% 62.0M 1s 126650K .......... .......... .......... .......... .......... 60% 66.1M 1s 126700K .......... .......... .......... .......... .......... 60% 69.9M 1s 126750K .......... .......... .......... .......... .......... 60% 77.5M 1s 126800K .......... .......... .......... .......... .......... 60% 79.4M 1s 126850K .......... .......... .......... .......... .......... 60% 80.7M 1s 126900K .......... .......... .......... .......... .......... 60% 71.9M 1s 126950K .......... .......... .......... .......... .......... 60% 83.8M 1s 127000K .......... .......... .......... .......... .......... 60% 76.2M 1s 127050K .......... .......... .......... .......... .......... 60% 77.1M 1s 127100K .......... .......... .......... .......... .......... 60% 69.2M 1s 127150K .......... .......... .......... .......... .......... 61% 75.7M 1s 127200K .......... .......... .......... .......... .......... 61% 70.3M 1s 127250K .......... .......... .......... .......... .......... 61% 81.7M 1s 127300K .......... .......... .......... .......... .......... 61% 67.4M 1s 127350K .......... .......... .......... .......... .......... 61% 83.0M 1s 127400K .......... .......... .......... .......... .......... 61% 77.6M 1s 127450K .......... .......... .......... .......... .......... 61% 68.9M 1s 127500K .......... .......... .......... .......... .......... 61% 69.8M 1s 127550K .......... .......... .......... .......... .......... 61% 76.2M 1s 127600K .......... .......... .......... .......... .......... 61% 76.7M 1s 127650K .......... .......... .......... .......... .......... 61% 75.9M 1s 127700K .......... .......... .......... .......... .......... 61% 71.5M 1s 127750K .......... .......... .......... .......... .......... 61% 77.7M 1s 127800K .......... .......... .......... .......... .......... 61% 81.3M 1s 127850K .......... .......... .......... .......... .......... 61% 85.6M 1s 127900K .......... .......... .......... .......... .......... 61% 73.0M 1s 127950K .......... .......... .......... .......... .......... 61% 82.5M 1s 128000K .......... .......... .......... .......... .......... 61% 74.4M 1s 128050K .......... .......... .......... .......... .......... 61% 77.7M 1s 128100K .......... .......... .......... .......... .......... 61% 73.2M 1s 128150K .......... .......... .......... .......... .......... 61% 90.5M 1s 128200K .......... .......... .......... .......... .......... 61% 77.2M 1s 128250K .......... .......... .......... .......... .......... 61% 78.0M 1s 128300K .......... .......... .......... .......... .......... 61% 73.6M 1s 128350K .......... .......... .......... .......... .......... 61% 87.0M 1s 128400K .......... .......... .......... .......... .......... 61% 74.2M 1s 128450K .......... .......... .......... .......... .......... 61% 78.7M 1s 128500K .......... .......... .......... .......... .......... 61% 72.7M 1s 128550K .......... .......... .......... .......... .......... 61% 79.5M 1s 128600K .......... .......... .......... .......... .......... 61% 77.7M 1s 128650K .......... .......... .......... .......... .......... 61% 80.3M 1s 128700K .......... .......... .......... .......... .......... 61% 69.7M 1s 128750K .......... .......... .......... .......... .......... 61% 79.4M 1s 128800K .......... .......... .......... .......... .......... 61% 77.2M 1s 128850K .......... .......... .......... .......... .......... 61% 83.7M 1s 128900K .......... .......... .......... .......... .......... 61% 76.6M 1s 128950K .......... .......... .......... .......... .......... 61% 76.0M 1s 129000K .......... .......... .......... .......... .......... 61% 72.0M 1s 129050K .......... .......... .......... .......... .......... 61% 83.7M 1s 129100K .......... .......... .......... .......... .......... 61% 71.8M 1s 129150K .......... .......... .......... .......... .......... 61% 83.1M 1s 129200K .......... .......... .......... .......... .......... 61% 68.2M 1s 129250K .......... .......... .......... .......... .......... 62% 82.6M 1s 129300K .......... .......... .......... .......... .......... 62% 73.1M 1s 129350K .......... .......... .......... .......... .......... 62% 82.7M 1s 129400K .......... .......... .......... .......... .......... 62% 70.9M 1s 129450K .......... .......... .......... .......... .......... 62% 86.1M 1s 129500K .......... .......... .......... .......... .......... 62% 78.9M 1s 129550K .......... .......... .......... .......... .......... 62% 80.4M 1s 129600K .......... .......... .......... .......... .......... 62% 71.1M 1s 129650K .......... .......... .......... .......... .......... 62% 81.8M 1s 129700K .......... .......... .......... .......... .......... 62% 80.3M 1s 129750K .......... .......... .......... .......... .......... 62% 74.1M 1s 129800K .......... .......... .......... .......... .......... 62% 71.3M 1s 129850K .......... .......... .......... .......... .......... 62% 90.0M 1s 129900K .......... .......... .......... .......... .......... 62% 77.4M 1s 129950K .......... .......... .......... .......... .......... 62% 83.7M 1s 130000K .......... .......... .......... .......... .......... 62% 66.6M 1s 130050K .......... .......... .......... .......... .......... 62% 75.8M 1s 130100K .......... .......... .......... .......... .......... 62% 81.0M 1s 130150K .......... .......... .......... .......... .......... 62% 77.9M 1s 130200K .......... .......... .......... .......... .......... 62% 76.3M 1s 130250K .......... .......... .......... .......... .......... 62% 80.2M 1s 130300K .......... .......... .......... .......... .......... 62% 68.7M 1s 130350K .......... .......... .......... .......... .......... 62% 84.7M 1s 130400K .......... .......... .......... .......... .......... 62% 76.2M 1s 130450K .......... .......... .......... .......... .......... 62% 77.8M 1s 130500K .......... .......... .......... .......... .......... 62% 74.8M 1s 130550K .......... .......... .......... .......... .......... 62% 78.6M 1s 130600K .......... .......... .......... .......... .......... 62% 78.9M 1s 130650K .......... .......... .......... .......... .......... 62% 79.2M 1s 130700K .......... .......... .......... .......... .......... 62% 71.7M 1s 130750K .......... .......... .......... .......... .......... 62% 81.0M 1s 130800K .......... .......... .......... .......... .......... 62% 80.2M 1s 130850K .......... .......... .......... .......... .......... 62% 80.2M 1s 130900K .......... .......... .......... .......... .......... 62% 68.2M 1s 130950K .......... .......... .......... .......... .......... 62% 86.2M 1s 131000K .......... .......... .......... .......... .......... 62% 73.0M 1s 131050K .......... .......... .......... .......... .......... 62% 77.9M 1s 131100K .......... .......... .......... .......... .......... 62% 70.3M 1s 131150K .......... .......... .......... .......... .......... 62% 83.7M 1s 131200K .......... .......... .......... .......... .......... 62% 81.7M 1s 131250K .......... .......... .......... .......... .......... 62% 76.3M 1s 131300K .......... .......... .......... .......... .......... 63% 71.6M 1s 131350K .......... .......... .......... .......... .......... 63% 82.9M 1s 131400K .......... .......... .......... .......... .......... 63% 79.3M 1s 131450K .......... .......... .......... .......... .......... 63% 81.6M 1s 131500K .......... .......... .......... .......... .......... 63% 68.9M 1s 131550K .......... .......... .......... .......... .......... 63% 79.7M 1s 131600K .......... .......... .......... .......... .......... 63% 75.5M 1s 131650K .......... .......... .......... .......... .......... 63% 75.1M 1s 131700K .......... .......... .......... .......... .......... 63% 73.1M 1s 131750K .......... .......... .......... .......... .......... 63% 90.6M 1s 131800K .......... .......... .......... .......... .......... 63% 71.1M 1s 131850K .......... .......... .......... .......... .......... 63% 78.5M 1s 131900K .......... .......... .......... .......... .......... 63% 74.5M 1s 131950K .......... .......... .......... .......... .......... 63% 85.4M 1s 132000K .......... .......... .......... .......... .......... 63% 73.8M 1s 132050K .......... .......... .......... .......... .......... 63% 76.7M 1s 132100K .......... .......... .......... .......... .......... 63% 73.6M 1s 132150K .......... .......... .......... .......... .......... 63% 83.0M 1s 132200K .......... .......... .......... .......... .......... 63% 69.9M 1s 132250K .......... .......... .......... .......... .......... 63% 71.3M 1s 132300K .......... .......... .......... .......... .......... 63% 74.0M 1s 132350K .......... .......... .......... .......... .......... 63% 87.5M 1s 132400K .......... .......... .......... .......... .......... 63% 80.1M 1s 132450K .......... .......... .......... .......... .......... 63% 68.3M 1s 132500K .......... .......... .......... .......... .......... 63% 63.2M 1s 132550K .......... .......... .......... .......... .......... 63% 89.1M 1s 132600K .......... .......... .......... .......... .......... 63% 87.5M 1s 132650K .......... .......... .......... .......... .......... 63% 80.7M 1s 132700K .......... .......... .......... .......... .......... 63% 72.7M 1s 132750K .......... .......... .......... .......... .......... 63% 80.4M 1s 132800K .......... .......... .......... .......... .......... 63% 72.2M 1s 132850K .......... .......... .......... .......... .......... 63% 81.6M 1s 132900K .......... .......... .......... .......... .......... 63% 71.3M 1s 132950K .......... .......... .......... .......... .......... 63% 80.7M 1s 133000K .......... .......... .......... .......... .......... 63% 79.9M 1s 133050K .......... .......... .......... .......... .......... 63% 78.4M 1s 133100K .......... .......... .......... .......... .......... 63% 73.3M 1s 133150K .......... .......... .......... .......... .......... 63% 83.2M 1s 133200K .......... .......... .......... .......... .......... 63% 74.9M 1s 133250K .......... .......... .......... .......... .......... 63% 83.2M 1s 133300K .......... .......... .......... .......... .......... 63% 71.9M 1s 133350K .......... .......... .......... .......... .......... 63% 86.0M 1s 133400K .......... .......... .......... .......... .......... 64% 72.3M 1s 133450K .......... .......... .......... .......... .......... 64% 74.2M 1s 133500K .......... .......... .......... .......... .......... 64% 72.3M 1s 133550K .......... .......... .......... .......... .......... 64% 86.0M 1s 133600K .......... .......... .......... .......... .......... 64% 67.1M 1s 133650K .......... .......... .......... .......... .......... 64% 78.7M 1s 133700K .......... .......... .......... .......... .......... 64% 82.0M 1s 133750K .......... .......... .......... .......... .......... 64% 81.8M 1s 133800K .......... .......... .......... .......... .......... 64% 80.2M 1s 133850K .......... .......... .......... .......... .......... 64% 77.9M 1s 133900K .......... .......... .......... .......... .......... 64% 75.2M 1s 133950K .......... .......... .......... .......... .......... 64% 85.6M 1s 134000K .......... .......... .......... .......... .......... 64% 78.2M 1s 134050K .......... .......... .......... .......... .......... 64% 76.7M 1s 134100K .......... .......... .......... .......... .......... 64% 76.0M 1s 134150K .......... .......... .......... .......... .......... 64% 93.5M 1s 134200K .......... .......... .......... .......... .......... 64% 79.6M 1s 134250K .......... .......... .......... .......... .......... 64% 80.6M 1s 134300K .......... .......... .......... .......... .......... 64% 73.4M 1s 134350K .......... .......... .......... .......... .......... 64% 76.3M 1s 134400K .......... .......... .......... .......... .......... 64% 73.4M 1s 134450K .......... .......... .......... .......... .......... 64% 90.6M 1s 134500K .......... .......... .......... .......... .......... 64% 80.4M 1s 134550K .......... .......... .......... .......... .......... 64% 79.0M 1s 134600K .......... .......... .......... .......... .......... 64% 74.2M 1s 134650K .......... .......... .......... .......... .......... 64% 90.3M 1s 134700K .......... .......... .......... .......... .......... 64% 73.2M 1s 134750K .......... .......... .......... .......... .......... 64% 73.4M 1s 134800K .......... .......... .......... .......... .......... 64% 74.7M 1s 134850K .......... .......... .......... .......... .......... 64% 89.5M 1s 134900K .......... .......... .......... .......... .......... 64% 72.1M 1s 134950K .......... .......... .......... .......... .......... 64% 73.7M 1s 135000K .......... .......... .......... .......... .......... 64% 74.0M 1s 135050K .......... .......... .......... .......... .......... 64% 86.7M 1s 135100K .......... .......... .......... .......... .......... 64% 82.4M 1s 135150K .......... .......... .......... .......... .......... 64% 75.1M 1s 135200K .......... .......... .......... .......... .......... 64% 69.3M 1s 135250K .......... .......... .......... .......... .......... 64% 85.7M 1s 135300K .......... .......... .......... .......... .......... 64% 78.0M 1s 135350K .......... .......... .......... .......... .......... 64% 78.9M 1s 135400K .......... .......... .......... .......... .......... 64% 84.3M 1s 135450K .......... .......... .......... .......... .......... 64% 78.0M 1s 135500K .......... .......... .......... .......... .......... 65% 74.4M 1s 135550K .......... .......... .......... .......... .......... 65% 77.7M 1s 135600K .......... .......... .......... .......... .......... 65% 76.7M 1s 135650K .......... .......... .......... .......... .......... 65% 82.0M 1s 135700K .......... .......... .......... .......... .......... 65% 71.0M 1s 135750K .......... .......... .......... .......... .......... 65% 83.7M 1s 135800K .......... .......... .......... .......... .......... 65% 79.2M 1s 135850K .......... .......... .......... .......... .......... 65% 74.7M 1s 135900K .......... .......... .......... .......... .......... 65% 71.2M 1s 135950K .......... .......... .......... .......... .......... 65% 83.2M 1s 136000K .......... .......... .......... .......... .......... 65% 75.9M 1s 136050K .......... .......... .......... .......... .......... 65% 81.8M 1s 136100K .......... .......... .......... .......... .......... 65% 67.6M 1s 136150K .......... .......... .......... .......... .......... 65% 84.6M 1s 136200K .......... .......... .......... .......... .......... 65% 73.1M 1s 136250K .......... .......... .......... .......... .......... 65% 76.7M 1s 136300K .......... .......... .......... .......... .......... 65% 78.4M 1s 136350K .......... .......... .......... .......... .......... 65% 81.7M 1s 136400K .......... .......... .......... .......... .......... 65% 69.7M 1s 136450K .......... .......... .......... .......... .......... 65% 87.3M 1s 136500K .......... .......... .......... .......... .......... 65% 70.8M 1s 136550K .......... .......... .......... .......... .......... 65% 72.5M 1s 136600K .......... .......... .......... .......... .......... 65% 81.7M 1s 136650K .......... .......... .......... .......... .......... 65% 82.8M 1s 136700K .......... .......... .......... .......... .......... 65% 67.3M 1s 136750K .......... .......... .......... .......... .......... 65% 85.4M 1s 136800K .......... .......... .......... .......... .......... 65% 74.2M 1s 136850K .......... .......... .......... .......... .......... 65% 90.6M 1s 136900K .......... .......... .......... .......... .......... 65% 73.1M 1s 136950K .......... .......... .......... .......... .......... 65% 75.8M 1s 137000K .......... .......... .......... .......... .......... 65% 72.0M 1s 137050K .......... .......... .......... .......... .......... 65% 86.4M 1s 137100K .......... .......... .......... .......... .......... 65% 83.7M 1s 137150K .......... .......... .......... .......... .......... 65% 78.3M 1s 137200K .......... .......... .......... .......... .......... 65% 70.5M 1s 137250K .......... .......... .......... .......... .......... 65% 80.2M 1s 137300K .......... .......... .......... .......... .......... 65% 84.2M 1s 137350K .......... .......... .......... .......... .......... 65% 82.0M 1s 137400K .......... .......... .......... .......... .......... 65% 80.9M 1s 137450K .......... .......... .......... .......... .......... 65% 73.3M 1s 137500K .......... .......... .......... .......... .......... 65% 73.1M 1s 137550K .......... .......... .......... .......... .......... 65% 89.4M 1s 137600K .......... .......... .......... .......... .......... 66% 75.6M 1s 137650K .......... .......... .......... .......... .......... 66% 76.4M 1s 137700K .......... .......... .......... .......... .......... 66% 73.1M 1s 137750K .......... .......... .......... .......... .......... 66% 77.2M 1s 137800K .......... .......... .......... .......... .......... 66% 85.8M 1s 137850K .......... .......... .......... .......... .......... 66% 82.3M 1s 137900K .......... .......... .......... .......... .......... 66% 68.6M 1s 137950K .......... .......... .......... .......... .......... 66% 81.1M 1s 138000K .......... .......... .......... .......... .......... 66% 76.3M 1s 138050K .......... .......... .......... .......... .......... 66% 86.3M 1s 138100K .......... .......... .......... .......... .......... 66% 72.8M 1s 138150K .......... .......... .......... .......... .......... 66% 67.9M 1s 138200K .......... .......... .......... .......... .......... 66% 70.7M 1s 138250K .......... .......... .......... .......... .......... 66% 85.8M 1s 138300K .......... .......... .......... .......... .......... 66% 85.4M 1s 138350K .......... .......... .......... .......... .......... 66% 83.7M 1s 138400K .......... .......... .......... .......... .......... 66% 73.0M 1s 138450K .......... .......... .......... .......... .......... 66% 79.8M 1s 138500K .......... .......... .......... .......... .......... 66% 74.2M 1s 138550K .......... .......... .......... .......... .......... 66% 78.3M 1s 138600K .......... .......... .......... .......... .......... 66% 83.6M 1s 138650K .......... .......... .......... .......... .......... 66% 84.6M 1s 138700K .......... .......... .......... .......... .......... 66% 74.6M 1s 138750K .......... .......... .......... .......... .......... 66% 82.2M 1s 138800K .......... .......... .......... .......... .......... 66% 69.1M 1s 138850K .......... .......... .......... .......... .......... 66% 82.1M 1s 138900K .......... .......... .......... .......... .......... 66% 82.4M 1s 138950K .......... .......... .......... .......... .......... 66% 81.9M 1s 139000K .......... .......... .......... .......... .......... 66% 73.6M 1s 139050K .......... .......... .......... .......... .......... 66% 72.9M 1s 139100K .......... .......... .......... .......... .......... 66% 80.3M 1s 139150K .......... .......... .......... .......... .......... 66% 89.6M 1s 139200K .......... .......... .......... .......... .......... 66% 71.7M 1s 139250K .......... .......... .......... .......... .......... 66% 76.7M 1s 139300K .......... .......... .......... .......... .......... 66% 79.2M 1s 139350K .......... .......... .......... .......... .......... 66% 80.9M 1s 139400K .......... .......... .......... .......... .......... 66% 78.0M 1s 139450K .......... .......... .......... .......... .......... 66% 74.6M 1s 139500K .......... .......... .......... .......... .......... 66% 77.5M 1s 139550K .......... .......... .......... .......... .......... 66% 82.3M 1s 139600K .......... .......... .......... .......... .......... 66% 72.6M 1s 139650K .......... .......... .......... .......... .......... 67% 79.6M 1s 139700K .......... .......... .......... .......... .......... 67% 80.3M 1s 139750K .......... .......... .......... .......... .......... 67% 78.6M 1s 139800K .......... .......... .......... .......... .......... 67% 80.1M 1s 139850K .......... .......... .......... .......... .......... 67% 82.2M 1s 139900K .......... .......... .......... .......... .......... 67% 78.3M 1s 139950K .......... .......... .......... .......... .......... 67% 86.0M 1s 140000K .......... .......... .......... .......... .......... 67% 75.2M 1s 140050K .......... .......... .......... .......... .......... 67% 83.8M 1s 140100K .......... .......... .......... .......... .......... 67% 76.0M 1s 140150K .......... .......... .......... .......... .......... 67% 80.8M 1s 140200K .......... .......... .......... .......... .......... 67% 80.0M 1s 140250K .......... .......... .......... .......... .......... 67% 83.5M 1s 140300K .......... .......... .......... .......... .......... 67% 86.5M 1s 140350K .......... .......... .......... .......... .......... 67% 74.7M 1s 140400K .......... .......... .......... .......... .......... 67% 70.5M 1s 140450K .......... .......... .......... .......... .......... 67% 81.4M 1s 140500K .......... .......... .......... .......... .......... 67% 73.2M 1s 140550K .......... .......... .......... .......... .......... 67% 76.0M 1s 140600K .......... .......... .......... .......... .......... 67% 79.7M 1s 140650K .......... .......... .......... .......... .......... 67% 85.9M 1s 140700K .......... .......... .......... .......... .......... 67% 69.4M 1s 140750K .......... .......... .......... .......... .......... 67% 84.9M 1s 140800K .......... .......... .......... .......... .......... 67% 81.4M 1s 140850K .......... .......... .......... .......... .......... 67% 86.0M 1s 140900K .......... .......... .......... .......... .......... 67% 74.0M 1s 140950K .......... .......... .......... .......... .......... 67% 78.9M 1s 141000K .......... .......... .......... .......... .......... 67% 84.4M 1s 141050K .......... .......... .......... .......... .......... 67% 87.7M 1s 141100K .......... .......... .......... .......... .......... 67% 77.8M 1s 141150K .......... .......... .......... .......... .......... 67% 78.3M 1s 141200K .......... .......... .......... .......... .......... 67% 80.0M 1s 141250K .......... .......... .......... .......... .......... 67% 86.5M 1s 141300K .......... .......... .......... .......... .......... 67% 73.9M 1s 141350K .......... .......... .......... .......... .......... 67% 85.8M 1s 141400K .......... .......... .......... .......... .......... 67% 82.2M 1s 141450K .......... .......... .......... .......... .......... 67% 81.8M 1s 141500K .......... .......... .......... .......... .......... 67% 71.9M 1s 141550K .......... .......... .......... .......... .......... 67% 74.3M 1s 141600K .......... .......... .......... .......... .......... 67% 83.2M 1s 141650K .......... .......... .......... .......... .......... 67% 83.4M 1s 141700K .......... .......... .......... .......... .......... 67% 70.4M 1s 141750K .......... .......... .......... .......... .......... 68% 85.1M 1s 141800K .......... .......... .......... .......... .......... 68% 80.1M 1s 141850K .......... .......... .......... .......... .......... 68% 79.9M 1s 141900K .......... .......... .......... .......... .......... 68% 80.1M 1s 141950K .......... .......... .......... .......... .......... 68% 81.2M 1s 142000K .......... .......... .......... .......... .......... 68% 77.5M 1s 142050K .......... .......... .......... .......... .......... 68% 85.7M 1s 142100K .......... .......... .......... .......... .......... 68% 68.9M 1s 142150K .......... .......... .......... .......... .......... 68% 86.0M 1s 142200K .......... .......... .......... .......... .......... 68% 74.9M 1s 142250K .......... .......... .......... .......... .......... 68% 88.1M 1s 142300K .......... .......... .......... .......... .......... 68% 76.1M 1s 142350K .......... .......... .......... .......... .......... 68% 83.2M 1s 142400K .......... .......... .......... .......... .......... 68% 73.0M 1s 142450K .......... .......... .......... .......... .......... 68% 81.8M 1s 142500K .......... .......... .......... .......... .......... 68% 75.0M 1s 142550K .......... .......... .......... .......... .......... 68% 86.3M 1s 142600K .......... .......... .......... .......... .......... 68% 82.0M 1s 142650K .......... .......... .......... .......... .......... 68% 85.4M 1s 142700K .......... .......... .......... .......... .......... 68% 70.4M 1s 142750K .......... .......... .......... .......... .......... 68% 76.0M 1s 142800K .......... .......... .......... .......... .......... 68% 88.7M 1s 142850K .......... .......... .......... .......... .......... 68% 74.4M 1s 142900K .......... .......... .......... .......... .......... 68% 71.9M 1s 142950K .......... .......... .......... .......... .......... 68% 83.2M 1s 143000K .......... .......... .......... .......... .......... 68% 82.6M 1s 143050K .......... .......... .......... .......... .......... 68% 87.0M 1s 143100K .......... .......... .......... .......... .......... 68% 70.0M 1s 143150K .......... .......... .......... .......... .......... 68% 83.9M 1s 143200K .......... .......... .......... .......... .......... 68% 74.6M 1s 143250K .......... .......... .......... .......... .......... 68% 89.0M 1s 143300K .......... .......... .......... .......... .......... 68% 77.4M 1s 143350K .......... .......... .......... .......... .......... 68% 73.2M 1s 143400K .......... .......... .......... .......... .......... 68% 78.5M 1s 143450K .......... .......... .......... .......... .......... 68% 87.5M 1s 143500K .......... .......... .......... .......... .......... 68% 66.7M 1s 143550K .......... .......... .......... .......... .......... 68% 75.6M 1s 143600K .......... .......... .......... .......... .......... 68% 81.2M 1s 143650K .......... .......... .......... .......... .......... 68% 80.3M 1s 143700K .......... .......... .......... .......... .......... 68% 74.2M 1s 143750K .......... .......... .......... .......... .......... 68% 76.4M 1s 143800K .......... .......... .......... .......... .......... 68% 78.5M 1s 143850K .......... .......... .......... .......... .......... 69% 81.4M 1s 143900K .......... .......... .......... .......... .......... 69% 71.8M 1s 143950K .......... .......... .......... .......... .......... 69% 75.1M 1s 144000K .......... .......... .......... .......... .......... 69% 86.1M 1s 144050K .......... .......... .......... .......... .......... 69% 75.9M 1s 144100K .......... .......... .......... .......... .......... 69% 71.5M 1s 144150K .......... .......... .......... .......... .......... 69% 89.5M 1s 144200K .......... .......... .......... .......... .......... 69% 73.5M 1s 144250K .......... .......... .......... .......... .......... 69% 91.7M 1s 144300K .......... .......... .......... .......... .......... 69% 71.3M 1s 144350K .......... .......... .......... .......... .......... 69% 85.0M 1s 144400K .......... .......... .......... .......... .......... 69% 78.9M 1s 144450K .......... .......... .......... .......... .......... 69% 77.0M 1s 144500K .......... .......... .......... .......... .......... 69% 73.8M 1s 144550K .......... .......... .......... .......... .......... 69% 85.0M 1s 144600K .......... .......... .......... .......... .......... 69% 80.4M 1s 144650K .......... .......... .......... .......... .......... 69% 78.3M 1s 144700K .......... .......... .......... .......... .......... 69% 74.8M 1s 144750K .......... .......... .......... .......... .......... 69% 80.1M 1s 144800K .......... .......... .......... .......... .......... 69% 74.5M 1s 144850K .......... .......... .......... .......... .......... 69% 76.3M 1s 144900K .......... .......... .......... .......... .......... 69% 78.1M 1s 144950K .......... .......... .......... .......... .......... 69% 85.6M 1s 145000K .......... .......... .......... .......... .......... 69% 71.9M 1s 145050K .......... .......... .......... .......... .......... 69% 78.2M 1s 145100K .......... .......... .......... .......... .......... 69% 74.3M 1s 145150K .......... .......... .......... .......... .......... 69% 78.1M 1s 145200K .......... .......... .......... .......... .......... 69% 73.5M 1s 145250K .......... .......... .......... .......... .......... 69% 79.8M 1s 145300K .......... .......... .......... .......... .......... 69% 77.7M 1s 145350K .......... .......... .......... .......... .......... 69% 77.2M 1s 145400K .......... .......... .......... .......... .......... 69% 73.4M 1s 145450K .......... .......... .......... .......... .......... 69% 78.7M 1s 145500K .......... .......... .......... .......... .......... 69% 80.2M 1s 145550K .......... .......... .......... .......... .......... 69% 76.6M 1s 145600K .......... .......... .......... .......... .......... 69% 70.7M 1s 145650K .......... .......... .......... .......... .......... 69% 81.0M 1s 145700K .......... .......... .......... .......... .......... 69% 75.6M 1s 145750K .......... .......... .......... .......... .......... 69% 82.0M 1s 145800K .......... .......... .......... .......... .......... 69% 69.9M 1s 145850K .......... .......... .......... .......... .......... 69% 90.2M 1s 145900K .......... .......... .......... .......... .......... 70% 73.7M 1s 145950K .......... .......... .......... .......... .......... 70% 77.0M 1s 146000K .......... .......... .......... .......... .......... 70% 71.4M 1s 146050K .......... .......... .......... .......... .......... 70% 84.6M 1s 146100K .......... .......... .......... .......... .......... 70% 73.9M 1s 146150K .......... .......... .......... .......... .......... 70% 82.5M 1s 146200K .......... .......... .......... .......... .......... 70% 73.6M 1s 146250K .......... .......... .......... .......... .......... 70% 75.7M 1s 146300K .......... .......... .......... .......... .......... 70% 80.5M 1s 146350K .......... .......... .......... .......... .......... 70% 76.2M 1s 146400K .......... .......... .......... .......... .......... 70% 75.7M 1s 146450K .......... .......... .......... .......... .......... 70% 77.4M 1s 146500K .......... .......... .......... .......... .......... 70% 71.3M 1s 146550K .......... .......... .......... .......... .......... 70% 82.5M 1s 146600K .......... .......... .......... .......... .......... 70% 68.9M 1s 146650K .......... .......... .......... .......... .......... 70% 79.0M 1s 146700K .......... .......... .......... .......... .......... 70% 74.6M 1s 146750K .......... .......... .......... .......... .......... 70% 78.6M 1s 146800K .......... .......... .......... .......... .......... 70% 77.5M 1s 146850K .......... .......... .......... .......... .......... 70% 85.4M 1s 146900K .......... .......... .......... .......... .......... 70% 70.1M 1s 146950K .......... .......... .......... .......... .......... 70% 74.3M 1s 147000K .......... .......... .......... .......... .......... 70% 83.0M 1s 147050K .......... .......... .......... .......... .......... 70% 72.1M 1s 147100K .......... .......... .......... .......... .......... 70% 80.9M 1s 147150K .......... .......... .......... .......... .......... 70% 83.2M 1s 147200K .......... .......... .......... .......... .......... 70% 75.6M 1s 147250K .......... .......... .......... .......... .......... 70% 86.0M 1s 147300K .......... .......... .......... .......... .......... 70% 56.0M 1s 147350K .......... .......... .......... .......... .......... 70% 77.8M 1s 147400K .......... .......... .......... .......... .......... 70% 85.2M 1s 147450K .......... .......... .......... .......... .......... 70% 71.8M 1s 147500K .......... .......... .......... .......... .......... 70% 72.1M 1s 147550K .......... .......... .......... .......... .......... 70% 85.3M 1s 147600K .......... .......... .......... .......... .......... 70% 72.9M 1s 147650K .......... .......... .......... .......... .......... 70% 82.5M 1s 147700K .......... .......... .......... .......... .......... 70% 68.9M 1s 147750K .......... .......... .......... .......... .......... 70% 76.1M 1s 147800K .......... .......... .......... .......... .......... 70% 76.7M 1s 147850K .......... .......... .......... .......... .......... 70% 81.3M 1s 147900K .......... .......... .......... .......... .......... 70% 71.3M 1s 147950K .......... .......... .......... .......... .......... 70% 86.5M 1s 148000K .......... .......... .......... .......... .......... 71% 77.8M 1s 148050K .......... .......... .......... .......... .......... 71% 76.6M 1s 148100K .......... .......... .......... .......... .......... 71% 76.5M 1s 148150K .......... .......... .......... .......... .......... 71% 80.7M 1s 148200K .......... .......... .......... .......... .......... 71% 76.4M 1s 148250K .......... .......... .......... .......... .......... 71% 76.0M 1s 148300K .......... .......... .......... .......... .......... 71% 73.4M 1s 148350K .......... .......... .......... .......... .......... 71% 81.1M 1s 148400K .......... .......... .......... .......... .......... 71% 66.5M 1s 148450K .......... .......... .......... .......... .......... 71% 77.3M 1s 148500K .......... .......... .......... .......... .......... 71% 80.4M 1s 148550K .......... .......... .......... .......... .......... 71% 82.0M 1s 148600K .......... .......... .......... .......... .......... 71% 73.3M 1s 148650K .......... .......... .......... .......... .......... 71% 82.3M 1s 148700K .......... .......... .......... .......... .......... 71% 69.4M 1s 148750K .......... .......... .......... .......... .......... 71% 94.0M 1s 148800K .......... .......... .......... .......... .......... 71% 71.8M 1s 148850K .......... .......... .......... .......... .......... 71% 77.7M 1s 148900K .......... .......... .......... .......... .......... 71% 74.0M 1s 148950K .......... .......... .......... .......... .......... 71% 80.3M 1s 149000K .......... .......... .......... .......... .......... 71% 79.8M 1s 149050K .......... .......... .......... .......... .......... 71% 86.2M 1s 149100K .......... .......... .......... .......... .......... 71% 73.6M 1s 149150K .......... .......... .......... .......... .......... 71% 76.5M 1s 149200K .......... .......... .......... .......... .......... 71% 82.3M 1s 149250K .......... .......... .......... .......... .......... 71% 82.4M 1s 149300K .......... .......... .......... .......... .......... 71% 79.7M 1s 149350K .......... .......... .......... .......... .......... 71% 79.7M 1s 149400K .......... .......... .......... .......... .......... 71% 69.7M 1s 149450K .......... .......... .......... .......... .......... 71% 80.6M 1s 149500K .......... .......... .......... .......... .......... 71% 77.6M 1s 149550K .......... .......... .......... .......... .......... 71% 86.7M 1s 149600K .......... .......... .......... .......... .......... 71% 72.9M 1s 149650K .......... .......... .......... .......... .......... 71% 77.6M 1s 149700K .......... .......... .......... .......... .......... 71% 80.7M 1s 149750K .......... .......... .......... .......... .......... 71% 80.3M 1s 149800K .......... .......... .......... .......... .......... 71% 69.5M 1s 149850K .......... .......... .......... .......... .......... 71% 82.2M 1s 149900K .......... .......... .......... .......... .......... 71% 73.5M 1s 149950K .......... .......... .......... .......... .......... 71% 89.8M 1s 150000K .......... .......... .......... .......... .......... 71% 72.1M 1s 150050K .......... .......... .......... .......... .......... 71% 72.7M 1s 150100K .......... .......... .......... .......... .......... 72% 81.8M 1s 150150K .......... .......... .......... .......... .......... 72% 89.3M 1s 150200K .......... .......... .......... .......... .......... 72% 75.8M 1s 150250K .......... .......... .......... .......... .......... 72% 81.1M 1s 150300K .......... .......... .......... .......... .......... 72% 71.4M 1s 150350K .......... .......... .......... .......... .......... 72% 90.4M 1s 150400K .......... .......... .......... .......... .......... 72% 75.5M 1s 150450K .......... .......... .......... .......... .......... 72% 79.6M 1s 150500K .......... .......... .......... .......... .......... 72% 73.3M 1s 150550K .......... .......... .......... .......... .......... 72% 84.4M 1s 150600K .......... .......... .......... .......... .......... 72% 74.7M 1s 150650K .......... .......... .......... .......... .......... 72% 79.7M 1s 150700K .......... .......... .......... .......... .......... 72% 68.3M 1s 150750K .......... .......... .......... .......... .......... 72% 84.3M 1s 150800K .......... .......... .......... .......... .......... 72% 72.1M 1s 150850K .......... .......... .......... .......... .......... 72% 78.1M 1s 150900K .......... .......... .......... .......... .......... 72% 76.1M 1s 150950K .......... .......... .......... .......... .......... 72% 72.3M 1s 151000K .......... .......... .......... .......... .......... 72% 73.1M 1s 151050K .......... .......... .......... .......... .......... 72% 92.9M 1s 151100K .......... .......... .......... .......... .......... 72% 72.8M 1s 151150K .......... .......... .......... .......... .......... 72% 80.0M 1s 151200K .......... .......... .......... .......... .......... 72% 72.3M 1s 151250K .......... .......... .......... .......... .......... 72% 79.5M 1s 151300K .......... .......... .......... .......... .......... 72% 80.7M 1s 151350K .......... .......... .......... .......... .......... 72% 81.5M 1s 151400K .......... .......... .......... .......... .......... 72% 69.8M 1s 151450K .......... .......... .......... .......... .......... 72% 86.2M 1s 151500K .......... .......... .......... .......... .......... 72% 73.4M 1s 151550K .......... .......... .......... .......... .......... 72% 80.8M 1s 151600K .......... .......... .......... .......... .......... 72% 79.8M 1s 151650K .......... .......... .......... .......... .......... 72% 79.6M 1s 151700K .......... .......... .......... .......... .......... 72% 72.8M 1s 151750K .......... .......... .......... .......... .......... 72% 75.8M 1s 151800K .......... .......... .......... .......... .......... 72% 74.1M 1s 151850K .......... .......... .......... .......... .......... 72% 81.7M 1s 151900K .......... .......... .......... .......... .......... 72% 70.7M 1s 151950K .......... .......... .......... .......... .......... 72% 76.2M 1s 152000K .......... .......... .......... .......... .......... 72% 81.8M 1s 152050K .......... .......... .......... .......... .......... 72% 78.5M 1s 152100K .......... .......... .......... .......... .......... 72% 73.9M 1s 152150K .......... .......... .......... .......... .......... 73% 86.1M 1s 152200K .......... .......... .......... .......... .......... 73% 74.0M 1s 152250K .......... .......... .......... .......... .......... 73% 92.3M 1s 152300K .......... .......... .......... .......... .......... 73% 73.5M 1s 152350K .......... .......... .......... .......... .......... 73% 77.5M 1s 152400K .......... .......... .......... .......... .......... 73% 76.4M 1s 152450K .......... .......... .......... .......... .......... 73% 82.7M 1s 152500K .......... .......... .......... .......... .......... 73% 84.7M 1s 152550K .......... .......... .......... .......... .......... 73% 82.2M 1s 152600K .......... .......... .......... .......... .......... 73% 72.8M 1s 152650K .......... .......... .......... .......... .......... 73% 89.6M 1s 152700K .......... .......... .......... .......... .......... 73% 76.0M 1s 152750K .......... .......... .......... .......... .......... 73% 77.3M 1s 152800K .......... .......... .......... .......... .......... 73% 78.0M 1s 152850K .......... .......... .......... .......... .......... 73% 83.4M 1s 152900K .......... .......... .......... .......... .......... 73% 82.5M 1s 152950K .......... .......... .......... .......... .......... 73% 82.7M 1s 153000K .......... .......... .......... .......... .......... 73% 91.3M 1s 153050K .......... .......... .......... .......... .......... 73% 79.0M 1s 153100K .......... .......... .......... .......... .......... 73% 79.3M 1s 153150K .......... .......... .......... .......... .......... 73% 93.3M 1s 153200K .......... .......... .......... .......... .......... 73% 69.7M 1s 153250K .......... .......... .......... .......... .......... 73% 80.7M 1s 153300K .......... .......... .......... .......... .......... 73% 78.7M 1s 153350K .......... .......... .......... .......... .......... 73% 78.5M 1s 153400K .......... .......... .......... .......... .......... 73% 84.0M 1s 153450K .......... .......... .......... .......... .......... 73% 90.0M 1s 153500K .......... .......... .......... .......... .......... 73% 87.1M 1s 153550K .......... .......... .......... .......... .......... 73% 77.3M 1s 153600K .......... .......... .......... .......... .......... 73% 70.9M 1s 153650K .......... .......... .......... .......... .......... 73% 96.7M 1s 153700K .......... .......... .......... .......... .......... 73% 79.6M 1s 153750K .......... .......... .......... .......... .......... 73% 82.9M 1s 153800K .......... .......... .......... .......... .......... 73% 77.2M 1s 153850K .......... .......... .......... .......... .......... 73% 74.7M 1s 153900K .......... .......... .......... .......... .......... 73% 86.4M 1s 153950K .......... .......... .......... .......... .......... 73% 82.8M 1s 154000K .......... .......... .......... .......... .......... 73% 71.4M 1s 154050K .......... .......... .......... .......... .......... 73% 85.3M 1s 154100K .......... .......... .......... .......... .......... 73% 72.1M 1s 154150K .......... .......... .......... .......... .......... 73% 84.6M 1s 154200K .......... .......... .......... .......... .......... 73% 76.9M 1s 154250K .......... .......... .......... .......... .......... 74% 86.3M 1s 154300K .......... .......... .......... .......... .......... 74% 79.3M 1s 154350K .......... .......... .......... .......... .......... 74% 82.7M 1s 154400K .......... .......... .......... .......... .......... 74% 80.3M 1s 154450K .......... .......... .......... .......... .......... 74% 90.1M 1s 154500K .......... .......... .......... .......... .......... 74% 80.4M 1s 154550K .......... .......... .......... .......... .......... 74% 83.5M 1s 154600K .......... .......... .......... .......... .......... 74% 69.9M 1s 154650K .......... .......... .......... .......... .......... 74% 94.4M 1s 154700K .......... .......... .......... .......... .......... 74% 84.2M 1s 154750K .......... .......... .......... .......... .......... 74% 80.7M 1s 154800K .......... .......... .......... .......... .......... 74% 74.8M 1s 154850K .......... .......... .......... .......... .......... 74% 82.8M 1s 154900K .......... .......... .......... .......... .......... 74% 87.6M 1s 154950K .......... .......... .......... .......... .......... 74% 86.0M 1s 155000K .......... .......... .......... .......... .......... 74% 72.0M 1s 155050K .......... .......... .......... .......... .......... 74% 85.2M 1s 155100K .......... .......... .......... .......... .......... 74% 77.4M 1s 155150K .......... .......... .......... .......... .......... 74% 90.8M 1s 155200K .......... .......... .......... .......... .......... 74% 81.2M 1s 155250K .......... .......... .......... .......... .......... 74% 81.7M 1s 155300K .......... .......... .......... .......... .......... 74% 76.1M 1s 155350K .......... .......... .......... .......... .......... 74% 82.4M 1s 155400K .......... .......... .......... .......... .......... 74% 79.5M 1s 155450K .......... .......... .......... .......... .......... 74% 89.1M 1s 155500K .......... .......... .......... .......... .......... 74% 76.0M 1s 155550K .......... .......... .......... .......... .......... 74% 85.0M 1s 155600K .......... .......... .......... .......... .......... 74% 80.2M 1s 155650K .......... .......... .......... .......... .......... 74% 83.3M 1s 155700K .......... .......... .......... .......... .......... 74% 71.5M 1s 155750K .......... .......... .......... .......... .......... 74% 79.8M 1s 155800K .......... .......... .......... .......... .......... 74% 80.7M 1s 155850K .......... .......... .......... .......... .......... 74% 84.2M 1s 155900K .......... .......... .......... .......... .......... 74% 76.2M 1s 155950K .......... .......... .......... .......... .......... 74% 81.6M 1s 156000K .......... .......... .......... .......... .......... 74% 76.5M 1s 156050K .......... .......... .......... .......... .......... 74% 93.9M 1s 156100K .......... .......... .......... .......... .......... 74% 74.1M 1s 156150K .......... .......... .......... .......... .......... 74% 85.1M 1s 156200K .......... .......... .......... .......... .......... 74% 77.0M 1s 156250K .......... .......... .......... .......... .......... 74% 87.0M 1s 156300K .......... .......... .......... .......... .......... 74% 83.5M 1s 156350K .......... .......... .......... .......... .......... 75% 95.9M 1s 156400K .......... .......... .......... .......... .......... 75% 82.3M 1s 156450K .......... .......... .......... .......... .......... 75% 79.5M 1s 156500K .......... .......... .......... .......... .......... 75% 77.7M 1s 156550K .......... .......... .......... .......... .......... 75% 91.4M 1s 156600K .......... .......... .......... .......... .......... 75% 71.9M 1s 156650K .......... .......... .......... .......... .......... 75% 78.2M 1s 156700K .......... .......... .......... .......... .......... 75% 77.0M 1s 156750K .......... .......... .......... .......... .......... 75% 78.8M 1s 156800K .......... .......... .......... .......... .......... 75% 77.3M 1s 156850K .......... .......... .......... .......... .......... 75% 77.4M 1s 156900K .......... .......... .......... .......... .......... 75% 79.8M 1s 156950K .......... .......... .......... .......... .......... 75% 88.0M 1s 157000K .......... .......... .......... .......... .......... 75% 74.6M 1s 157050K .......... .......... .......... .......... .......... 75% 86.9M 1s 157100K .......... .......... .......... .......... .......... 75% 79.9M 1s 157150K .......... .......... .......... .......... .......... 75% 76.5M 1s 157200K .......... .......... .......... .......... .......... 75% 76.7M 1s 157250K .......... .......... .......... .......... .......... 75% 73.2M 1s 157300K .......... .......... .......... .......... .......... 75% 86.9M 1s 157350K .......... .......... .......... .......... .......... 75% 89.1M 1s 157400K .......... .......... .......... .......... .......... 75% 79.3M 1s 157450K .......... .......... .......... .......... .......... 75% 82.0M 1s 157500K .......... .......... .......... .......... .......... 75% 67.5M 1s 157550K .......... .......... .......... .......... .......... 75% 88.5M 1s 157600K .......... .......... .......... .......... .......... 75% 86.0M 1s 157650K .......... .......... .......... .......... .......... 75% 94.1M 1s 157700K .......... .......... .......... .......... .......... 75% 75.5M 1s 157750K .......... .......... .......... .......... .......... 75% 81.9M 1s 157800K .......... .......... .......... .......... .......... 75% 78.6M 1s 157850K .......... .......... .......... .......... .......... 75% 83.4M 1s 157900K .......... .......... .......... .......... .......... 75% 73.7M 1s 157950K .......... .......... .......... .......... .......... 75% 91.9M 1s 158000K .......... .......... .......... .......... .......... 75% 79.7M 1s 158050K .......... .......... .......... .......... .......... 75% 85.1M 1s 158100K .......... .......... .......... .......... .......... 75% 68.4M 1s 158150K .......... .......... .......... .......... .......... 75% 79.8M 1s 158200K .......... .......... .......... .......... .......... 75% 82.2M 1s 158250K .......... .......... .......... .......... .......... 75% 77.5M 1s 158300K .......... .......... .......... .......... .......... 75% 71.0M 1s 158350K .......... .......... .......... .......... .......... 75% 85.6M 1s 158400K .......... .......... .......... .......... .......... 76% 77.5M 1s 158450K .......... .......... .......... .......... .......... 76% 80.7M 1s 158500K .......... .......... .......... .......... .......... 76% 70.2M 1s 158550K .......... .......... .......... .......... .......... 76% 79.8M 1s 158600K .......... .......... .......... .......... .......... 76% 82.4M 1s 158650K .......... .......... .......... .......... .......... 76% 86.0M 1s 158700K .......... .......... .......... .......... .......... 76% 77.8M 1s 158750K .......... .......... .......... .......... .......... 76% 85.5M 1s 158800K .......... .......... .......... .......... .......... 76% 70.7M 1s 158850K .......... .......... .......... .......... .......... 76% 85.0M 1s 158900K .......... .......... .......... .......... .......... 76% 75.5M 1s 158950K .......... .......... .......... .......... .......... 76% 75.1M 1s 159000K .......... .......... .......... .......... .......... 76% 70.2M 1s 159050K .......... .......... .......... .......... .......... 76% 74.4M 1s 159100K .......... .......... .......... .......... .......... 76% 71.3M 1s 159150K .......... .......... .......... .......... .......... 76% 85.5M 1s 159200K .......... .......... .......... .......... .......... 76% 70.8M 1s 159250K .......... .......... .......... .......... .......... 76% 72.7M 1s 159300K .......... .......... .......... .......... .......... 76% 92.6M 1s 159350K .......... .......... .......... .......... .......... 76% 77.8M 1s 159400K .......... .......... .......... .......... .......... 76% 79.6M 1s 159450K .......... .......... .......... .......... .......... 76% 81.7M 1s 159500K .......... .......... .......... .......... .......... 76% 74.8M 1s 159550K .......... .......... .......... .......... .......... 76% 81.7M 1s 159600K .......... .......... .......... .......... .......... 76% 68.0M 1s 159650K .......... .......... .......... .......... .......... 76% 70.8M 1s 159700K .......... .......... .......... .......... .......... 76% 77.5M 1s 159750K .......... .......... .......... .......... .......... 76% 82.6M 1s 159800K .......... .......... .......... .......... .......... 76% 69.5M 1s 159850K .......... .......... .......... .......... .......... 76% 81.8M 1s 159900K .......... .......... .......... .......... .......... 76% 72.8M 1s 159950K .......... .......... .......... .......... .......... 76% 71.8M 1s 160000K .......... .......... .......... .......... .......... 76% 72.6M 1s 160050K .......... .......... .......... .......... .......... 76% 81.7M 1s 160100K .......... .......... .......... .......... .......... 76% 83.7M 1s 160150K .......... .......... .......... .......... .......... 76% 81.5M 1s 160200K .......... .......... .......... .......... .......... 76% 76.2M 1s 160250K .......... .......... .......... .......... .......... 76% 86.0M 1s 160300K .......... .......... .......... .......... .......... 76% 76.8M 1s 160350K .......... .......... .......... .......... .......... 76% 87.1M 1s 160400K .......... .......... .......... .......... .......... 76% 74.0M 1s 160450K .......... .......... .......... .......... .......... 76% 81.6M 1s 160500K .......... .......... .......... .......... .......... 77% 79.8M 1s 160550K .......... .......... .......... .......... .......... 77% 86.3M 1s 160600K .......... .......... .......... .......... .......... 77% 79.5M 1s 160650K .......... .......... .......... .......... .......... 77% 76.4M 1s 160700K .......... .......... .......... .......... .......... 77% 76.2M 1s 160750K .......... .......... .......... .......... .......... 77% 81.8M 1s 160800K .......... .......... .......... .......... .......... 77% 74.8M 1s 160850K .......... .......... .......... .......... .......... 77% 81.1M 1s 160900K .......... .......... .......... .......... .......... 77% 76.7M 1s 160950K .......... .......... .......... .......... .......... 77% 83.2M 1s 161000K .......... .......... .......... .......... .......... 77% 79.6M 1s 161050K .......... .......... .......... .......... .......... 77% 84.0M 1s 161100K .......... .......... .......... .......... .......... 77% 81.2M 1s 161150K .......... .......... .......... .......... .......... 77% 85.0M 1s 161200K .......... .......... .......... .......... .......... 77% 71.4M 1s 161250K .......... .......... .......... .......... .......... 77% 78.0M 1s 161300K .......... .......... .......... .......... .......... 77% 81.0M 1s 161350K .......... .......... .......... .......... .......... 77% 84.8M 1s 161400K .......... .......... .......... .......... .......... 77% 77.5M 1s 161450K .......... .......... .......... .......... .......... 77% 82.3M 1s 161500K .......... .......... .......... .......... .......... 77% 77.2M 1s 161550K .......... .......... .......... .......... .......... 77% 89.4M 1s 161600K .......... .......... .......... .......... .......... 77% 72.7M 1s 161650K .......... .......... .......... .......... .......... 77% 83.9M 1s 161700K .......... .......... .......... .......... .......... 77% 83.4M 1s 161750K .......... .......... .......... .......... .......... 77% 84.8M 1s 161800K .......... .......... .......... .......... .......... 77% 76.2M 1s 161850K .......... .......... .......... .......... .......... 77% 83.6M 1s 161900K .......... .......... .......... .......... .......... 77% 85.7M 1s 161950K .......... .......... .......... .......... .......... 77% 83.3M 1s 162000K .......... .......... .......... .......... .......... 77% 76.1M 1s 162050K .......... .......... .......... .......... .......... 77% 85.5M 1s 162100K .......... .......... .......... .......... .......... 77% 77.9M 1s 162150K .......... .......... .......... .......... .......... 77% 95.6M 1s 162200K .......... .......... .......... .......... .......... 77% 73.6M 1s 162250K .......... .......... .......... .......... .......... 77% 86.7M 1s 162300K .......... .......... .......... .......... .......... 77% 76.8M 1s 162350K .......... .......... .......... .......... .......... 77% 85.1M 1s 162400K .......... .......... .......... .......... .......... 77% 75.4M 1s 162450K .......... .......... .......... .......... .......... 77% 80.2M 1s 162500K .......... .......... .......... .......... .......... 77% 84.3M 1s 162550K .......... .......... .......... .......... .......... 77% 83.5M 1s 162600K .......... .......... .......... .......... .......... 78% 73.3M 1s 162650K .......... .......... .......... .......... .......... 78% 82.0M 1s 162700K .......... .......... .......... .......... .......... 78% 82.6M 1s 162750K .......... .......... .......... .......... .......... 78% 79.2M 1s 162800K .......... .......... .......... .......... .......... 78% 75.4M 1s 162850K .......... .......... .......... .......... .......... 78% 79.6M 1s 162900K .......... .......... .......... .......... .......... 78% 87.7M 1s 162950K .......... .......... .......... .......... .......... 78% 84.7M 1s 163000K .......... .......... .......... .......... .......... 78% 74.4M 1s 163050K .......... .......... .......... .......... .......... 78% 84.6M 1s 163100K .......... .......... .......... .......... .......... 78% 76.8M 1s 163150K .......... .......... .......... .......... .......... 78% 91.6M 1s 163200K .......... .......... .......... .......... .......... 78% 74.3M 1s 163250K .......... .......... .......... .......... .......... 78% 77.1M 1s 163300K .......... .......... .......... .......... .......... 78% 80.9M 1s 163350K .......... .......... .......... .......... .......... 78% 82.8M 1s 163400K .......... .......... .......... .......... .......... 78% 80.7M 1s 163450K .......... .......... .......... .......... .......... 78% 84.0M 1s 163500K .......... .......... .......... .......... .......... 78% 76.8M 1s 163550K .......... .......... .......... .......... .......... 78% 82.2M 1s 163600K .......... .......... .......... .......... .......... 78% 71.4M 1s 163650K .......... .......... .......... .......... .......... 78% 84.9M 1s 163700K .......... .......... .......... .......... .......... 78% 81.4M 1s 163750K .......... .......... .......... .......... .......... 78% 83.3M 1s 163800K .......... .......... .......... .......... .......... 78% 78.9M 1s 163850K .......... .......... .......... .......... .......... 78% 84.8M 1s 163900K .......... .......... .......... .......... .......... 78% 86.3M 1s 163950K .......... .......... .......... .......... .......... 78% 78.9M 1s 164000K .......... .......... .......... .......... .......... 78% 71.3M 1s 164050K .......... .......... .......... .......... .......... 78% 83.0M 1s 164100K .......... .......... .......... .......... .......... 78% 78.2M 1s 164150K .......... .......... .......... .......... .......... 78% 80.2M 1s 164200K .......... .......... .......... .......... .......... 78% 75.7M 1s 164250K .......... .......... .......... .......... .......... 78% 80.5M 1s 164300K .......... .......... .......... .......... .......... 78% 79.0M 1s 164350K .......... .......... .......... .......... .......... 78% 94.9M 1s 164400K .......... .......... .......... .......... .......... 78% 78.2M 1s 164450K .......... .......... .......... .......... .......... 78% 85.5M 1s 164500K .......... .......... .......... .......... .......... 78% 77.1M 1s 164550K .......... .......... .......... .......... .......... 78% 89.7M 1s 164600K .......... .......... .......... .......... .......... 78% 80.2M 1s 164650K .......... .......... .......... .......... .......... 78% 79.5M 1s 164700K .......... .......... .......... .......... .......... 79% 80.4M 1s 164750K .......... .......... .......... .......... .......... 79% 86.9M 1s 164800K .......... .......... .......... .......... .......... 79% 79.5M 1s 164850K .......... .......... .......... .......... .......... 79% 79.8M 1s 164900K .......... .......... .......... .......... .......... 79% 71.1M 1s 164950K .......... .......... .......... .......... .......... 79% 97.8M 1s 165000K .......... .......... .......... .......... .......... 79% 85.4M 1s 165050K .......... .......... .......... .......... .......... 79% 85.4M 1s 165100K .......... .......... .......... .......... .......... 79% 72.4M 1s 165150K .......... .......... .......... .......... .......... 79% 83.2M 1s 165200K .......... .......... .......... .......... .......... 79% 78.0M 1s 165250K .......... .......... .......... .......... .......... 79% 85.7M 1s 165300K .......... .......... .......... .......... .......... 79% 85.1M 1s 165350K .......... .......... .......... .......... .......... 79% 81.8M 1s 165400K .......... .......... .......... .......... .......... 79% 77.6M 1s 165450K .......... .......... .......... .......... .......... 79% 75.8M 1s 165500K .......... .......... .......... .......... .......... 79% 78.7M 1s 165550K .......... .......... .......... .......... .......... 79% 84.1M 1s 165600K .......... .......... .......... .......... .......... 79% 77.9M 1s 165650K .......... .......... .......... .......... .......... 79% 86.5M 1s 165700K .......... .......... .......... .......... .......... 79% 79.6M 1s 165750K .......... .......... .......... .......... .......... 79% 84.3M 1s 165800K .......... .......... .......... .......... .......... 79% 81.6M 1s 165850K .......... .......... .......... .......... .......... 79% 84.2M 1s 165900K .......... .......... .......... .......... .......... 79% 75.9M 1s 165950K .......... .......... .......... .......... .......... 79% 85.2M 1s 166000K .......... .......... .......... .......... .......... 79% 72.6M 1s 166050K .......... .......... .......... .......... .......... 79% 93.8M 1s 166100K .......... .......... .......... .......... .......... 79% 75.0M 1s 166150K .......... .......... .......... .......... .......... 79% 79.4M 1s 166200K .......... .......... .......... .......... .......... 79% 78.3M 1s 166250K .......... .......... .......... .......... .......... 79% 71.1M 1s 166300K .......... .......... .......... .......... .......... 79% 68.1M 1s 166350K .......... .......... .......... .......... .......... 79% 86.7M 1s 166400K .......... .......... .......... .......... .......... 79% 71.7M 1s 166450K .......... .......... .......... .......... .......... 79% 86.8M 1s 166500K .......... .......... .......... .......... .......... 79% 73.3M 1s 166550K .......... .......... .......... .......... .......... 79% 69.8M 1s 166600K .......... .......... .......... .......... .......... 79% 73.5M 1s 166650K .......... .......... .......... .......... .......... 79% 71.1M 1s 166700K .......... .......... .......... .......... .......... 79% 78.1M 1s 166750K .......... .......... .......... .......... .......... 80% 81.9M 1s 166800K .......... .......... .......... .......... .......... 80% 79.3M 1s 166850K .......... .......... .......... .......... .......... 80% 76.5M 1s 166900K .......... .......... .......... .......... .......... 80% 70.5M 1s 166950K .......... .......... .......... .......... .......... 80% 77.3M 1s 167000K .......... .......... .......... .......... .......... 80% 75.2M 1s 167050K .......... .......... .......... .......... .......... 80% 80.6M 1s 167100K .......... .......... .......... .......... .......... 80% 68.3M 1s 167150K .......... .......... .......... .......... .......... 80% 80.8M 1s 167200K .......... .......... .......... .......... .......... 80% 75.2M 1s 167250K .......... .......... .......... .......... .......... 80% 80.1M 1s 167300K .......... .......... .......... .......... .......... 80% 77.5M 1s 167350K .......... .......... .......... .......... .......... 80% 80.6M 1s 167400K .......... .......... .......... .......... .......... 80% 72.1M 1s 167450K .......... .......... .......... .......... .......... 80% 87.3M 1s 167500K .......... .......... .......... .......... .......... 80% 78.0M 1s 167550K .......... .......... .......... .......... .......... 80% 74.4M 1s 167600K .......... .......... .......... .......... .......... 80% 76.4M 1s 167650K .......... .......... .......... .......... .......... 80% 88.4M 1s 167700K .......... .......... .......... .......... .......... 80% 78.6M 1s 167750K .......... .......... .......... .......... .......... 80% 79.1M 1s 167800K .......... .......... .......... .......... .......... 80% 72.9M 1s 167850K .......... .......... .......... .......... .......... 80% 84.0M 1s 167900K .......... .......... .......... .......... .......... 80% 75.5M 1s 167950K .......... .......... .......... .......... .......... 80% 78.1M 1s 168000K .......... .......... .......... .......... .......... 80% 71.6M 1s 168050K .......... .......... .......... .......... .......... 80% 80.5M 1s 168100K .......... .......... .......... .......... .......... 80% 77.5M 1s 168150K .......... .......... .......... .......... .......... 80% 79.6M 1s 168200K .......... .......... .......... .......... .......... 80% 70.5M 1s 168250K .......... .......... .......... .......... .......... 80% 92.1M 1s 168300K .......... .......... .......... .......... .......... 80% 72.2M 1s 168350K .......... .......... .......... .......... .......... 80% 78.2M 1s 168400K .......... .......... .......... .......... .......... 80% 81.0M 1s 168450K .......... .......... .......... .......... .......... 80% 75.8M 1s 168500K .......... .......... .......... .......... .......... 80% 73.5M 1s 168550K .......... .......... .......... .......... .......... 80% 80.6M 1s 168600K .......... .......... .......... .......... .......... 80% 78.5M 1s 168650K .......... .......... .......... .......... .......... 80% 85.4M 1s 168700K .......... .......... .......... .......... .......... 80% 69.8M 1s 168750K .......... .......... .......... .......... .......... 80% 77.5M 1s 168800K .......... .......... .......... .......... .......... 80% 80.4M 1s 168850K .......... .......... .......... .......... .......... 81% 84.7M 1s 168900K .......... .......... .......... .......... .......... 81% 70.5M 1s 168950K .......... .......... .......... .......... .......... 81% 76.5M 1s 169000K .......... .......... .......... .......... .......... 81% 76.9M 1s 169050K .......... .......... .......... .......... .......... 81% 82.2M 1s 169100K .......... .......... .......... .......... .......... 81% 71.6M 1s 169150K .......... .......... .......... .......... .......... 81% 72.9M 1s 169200K .......... .......... .......... .......... .......... 81% 79.9M 1s 169250K .......... .......... .......... .......... .......... 81% 79.4M 1s 169300K .......... .......... .......... .......... .......... 81% 74.2M 1s 169350K .......... .......... .......... .......... .......... 81% 84.4M 1s 169400K .......... .......... .......... .......... .......... 81% 77.4M 1s 169450K .......... .......... .......... .......... .......... 81% 85.0M 1s 169500K .......... .......... .......... .......... .......... 81% 76.1M 1s 169550K .......... .......... .......... .......... .......... 81% 73.6M 1s 169600K .......... .......... .......... .......... .......... 81% 84.7M 1s 169650K .......... .......... .......... .......... .......... 81% 78.6M 1s 169700K .......... .......... .......... .......... .......... 81% 72.9M 1s 169750K .......... .......... .......... .......... .......... 81% 86.7M 1s 169800K .......... .......... .......... .......... .......... 81% 79.9M 1s 169850K .......... .......... .......... .......... .......... 81% 92.8M 1s 169900K .......... .......... .......... .......... .......... 81% 76.8M 1s 169950K .......... .......... .......... .......... .......... 81% 80.8M 1s 170000K .......... .......... .......... .......... .......... 81% 80.2M 1s 170050K .......... .......... .......... .......... .......... 81% 87.6M 1s 170100K .......... .......... .......... .......... .......... 81% 86.0M 1s 170150K .......... .......... .......... .......... .......... 81% 91.8M 1s 170200K .......... .......... .......... .......... .......... 81% 91.0M 1s 170250K .......... .......... .......... .......... .......... 81% 86.8M 1s 170300K .......... .......... .......... .......... .......... 81% 90.5M 1s 170350K .......... .......... .......... .......... .......... 81% 94.8M 1s 170400K .......... .......... .......... .......... .......... 81% 92.4M 1s 170450K .......... .......... .......... .......... .......... 81% 92.0M 1s 170500K .......... .......... .......... .......... .......... 81% 82.0M 1s 170550K .......... .......... .......... .......... .......... 81% 84.7M 1s 170600K .......... .......... .......... .......... .......... 81% 72.2M 1s 170650K .......... .......... .......... .......... .......... 81% 87.1M 1s 170700K .......... .......... .......... .......... .......... 81% 70.1M 1s 170750K .......... .......... .......... .......... .......... 81% 79.0M 1s 170800K .......... .......... .......... .......... .......... 81% 77.3M 1s 170850K .......... .......... .......... .......... .......... 81% 82.2M 1s 170900K .......... .......... .......... .......... .......... 81% 77.7M 1s 170950K .......... .......... .......... .......... .......... 82% 93.8M 1s 171000K .......... .......... .......... .......... .......... 82% 72.0M 1s 171050K .......... .......... .......... .......... .......... 82% 97.2M 1s 171100K .......... .......... .......... .......... .......... 82% 75.6M 0s 171150K .......... .......... .......... .......... .......... 82% 80.1M 0s 171200K .......... .......... .......... .......... .......... 82% 82.1M 0s 171250K .......... .......... .......... .......... .......... 82% 93.6M 0s 171300K .......... .......... .......... .......... .......... 82% 87.0M 0s 171350K .......... .......... .......... .......... .......... 82% 82.0M 0s 171400K .......... .......... .......... .......... .......... 82% 75.5M 0s 171450K .......... .......... .......... .......... .......... 82% 82.6M 0s 171500K .......... .......... .......... .......... .......... 82% 76.1M 0s 171550K .......... .......... .......... .......... .......... 82% 87.0M 0s 171600K .......... .......... .......... .......... .......... 82% 80.9M 0s 171650K .......... .......... .......... .......... .......... 82% 86.4M 0s 171700K .......... .......... .......... .......... .......... 82% 87.0M 0s 171750K .......... .......... .......... .......... .......... 82% 84.7M 0s 171800K .......... .......... .......... .......... .......... 82% 85.3M 0s 171850K .......... .......... .......... .......... .......... 82% 79.5M 0s 171900K .......... .......... .......... .......... .......... 82% 78.7M 0s 171950K .......... .......... .......... .......... .......... 82% 85.9M 0s 172000K .......... .......... .......... .......... .......... 82% 73.8M 0s 172050K .......... .......... .......... .......... .......... 82% 79.3M 0s 172100K .......... .......... .......... .......... .......... 82% 75.8M 0s 172150K .......... .......... .......... .......... .......... 82% 84.4M 0s 172200K .......... .......... .......... .......... .......... 82% 72.7M 0s 172250K .......... .......... .......... .......... .......... 82% 79.9M 0s 172300K .......... .......... .......... .......... .......... 82% 84.3M 0s 172350K .......... .......... .......... .......... .......... 82% 81.9M 0s 172400K .......... .......... .......... .......... .......... 82% 74.0M 0s 172450K .......... .......... .......... .......... .......... 82% 81.1M 0s 172500K .......... .......... .......... .......... .......... 82% 76.3M 0s 172550K .......... .......... .......... .......... .......... 82% 84.6M 0s 172600K .......... .......... .......... .......... .......... 82% 73.5M 0s 172650K .......... .......... .......... .......... .......... 82% 90.4M 0s 172700K .......... .......... .......... .......... .......... 82% 67.8M 0s 172750K .......... .......... .......... .......... .......... 82% 56.3M 0s 172800K .......... .......... .......... .......... .......... 82% 79.5M 0s 172850K .......... .......... .......... .......... .......... 82% 75.0M 0s 172900K .......... .......... .......... .......... .......... 82% 75.9M 0s 172950K .......... .......... .......... .......... .......... 82% 73.4M 0s 173000K .......... .......... .......... .......... .......... 83% 77.2M 0s 173050K .......... .......... .......... .......... .......... 83% 82.7M 0s 173100K .......... .......... .......... .......... .......... 83% 80.8M 0s 173150K .......... .......... .......... .......... .......... 83% 88.8M 0s 173200K .......... .......... .......... .......... .......... 83% 67.7M 0s 173250K .......... .......... .......... .......... .......... 83% 82.9M 0s 173300K .......... .......... .......... .......... .......... 83% 84.0M 0s 173350K .......... .......... .......... .......... .......... 83% 81.7M 0s 173400K .......... .......... .......... .......... .......... 83% 72.6M 0s 173450K .......... .......... .......... .......... .......... 83% 82.9M 0s 173500K .......... .......... .......... .......... .......... 83% 79.7M 0s 173550K .......... .......... .......... .......... .......... 83% 77.1M 0s 173600K .......... .......... .......... .......... .......... 83% 68.2M 0s 173650K .......... .......... .......... .......... .......... 83% 85.8M 0s 173700K .......... .......... .......... .......... .......... 83% 79.7M 0s 173750K .......... .......... .......... .......... .......... 83% 74.2M 0s 173800K .......... .......... .......... .......... .......... 83% 73.3M 0s 173850K .......... .......... .......... .......... .......... 83% 82.1M 0s 173900K .......... .......... .......... .......... .......... 83% 69.0M 0s 173950K .......... .......... .......... .......... .......... 83% 85.3M 0s 174000K .......... .......... .......... .......... .......... 83% 74.6M 0s 174050K .......... .......... .......... .......... .......... 83% 93.0M 0s 174100K .......... .......... .......... .......... .......... 83% 70.3M 0s 174150K .......... .......... .......... .......... .......... 83% 64.6M 0s 174200K .......... .......... .......... .......... .......... 83% 73.5M 0s 174250K .......... .......... .......... .......... .......... 83% 60.6M 0s 174300K .......... .......... .......... .......... .......... 83% 57.6M 0s 174350K .......... .......... .......... .......... .......... 83% 63.7M 0s 174400K .......... .......... .......... .......... .......... 83% 72.3M 0s 174450K .......... .......... .......... .......... .......... 83% 62.6M 0s 174500K .......... .......... .......... .......... .......... 83% 70.9M 0s 174550K .......... .......... .......... .......... .......... 83% 69.3M 0s 174600K .......... .......... .......... .......... .......... 83% 81.1M 0s 174650K .......... .......... .......... .......... .......... 83% 67.7M 0s 174700K .......... .......... .......... .......... .......... 83% 66.4M 0s 174750K .......... .......... .......... .......... .......... 83% 70.3M 0s 174800K .......... .......... .......... .......... .......... 83% 61.9M 0s 174850K .......... .......... .......... .......... .......... 83% 69.4M 0s 174900K .......... .......... .......... .......... .......... 83% 68.4M 0s 174950K .......... .......... .......... .......... .......... 83% 56.6M 0s 175000K .......... .......... .......... .......... .......... 83% 59.9M 0s 175050K .......... .......... .......... .......... .......... 83% 70.3M 0s 175100K .......... .......... .......... .......... .......... 84% 81.5M 0s 175150K .......... .......... .......... .......... .......... 84% 72.9M 0s 175200K .......... .......... .......... .......... .......... 84% 61.6M 0s 175250K .......... .......... .......... .......... .......... 84% 54.4M 0s 175300K .......... .......... .......... .......... .......... 84% 58.8M 0s 175350K .......... .......... .......... .......... .......... 84% 67.3M 0s 175400K .......... .......... .......... .......... .......... 84% 72.8M 0s 175450K .......... .......... .......... .......... .......... 84% 62.4M 0s 175500K .......... .......... .......... .......... .......... 84% 67.1M 0s 175550K .......... .......... .......... .......... .......... 84% 71.1M 0s 175600K .......... .......... .......... .......... .......... 84% 61.2M 0s 175650K .......... .......... .......... .......... .......... 84% 63.2M 0s 175700K .......... .......... .......... .......... .......... 84% 65.2M 0s 175750K .......... .......... .......... .......... .......... 84% 66.4M 0s 175800K .......... .......... .......... .......... .......... 84% 72.7M 0s 175850K .......... .......... .......... .......... .......... 84% 71.3M 0s 175900K .......... .......... .......... .......... .......... 84% 68.1M 0s 175950K .......... .......... .......... .......... .......... 84% 65.0M 0s 176000K .......... .......... .......... .......... .......... 84% 79.0M 0s 176050K .......... .......... .......... .......... .......... 84% 77.7M 0s 176100K .......... .......... .......... .......... .......... 84% 70.5M 0s 176150K .......... .......... .......... .......... .......... 84% 64.7M 0s 176200K .......... .......... .......... .......... .......... 84% 70.0M 0s 176250K .......... .......... .......... .......... .......... 84% 69.8M 0s 176300K .......... .......... .......... .......... .......... 84% 66.8M 0s 176350K .......... .......... .......... .......... .......... 84% 63.6M 0s 176400K .......... .......... .......... .......... .......... 84% 75.9M 0s 176450K .......... .......... .......... .......... .......... 84% 67.2M 0s 176500K .......... .......... .......... .......... .......... 84% 69.9M 0s 176550K .......... .......... .......... .......... .......... 84% 69.6M 0s 176600K .......... .......... .......... .......... .......... 84% 65.2M 0s 176650K .......... .......... .......... .......... .......... 84% 75.0M 0s 176700K .......... .......... .......... .......... .......... 84% 69.6M 0s 176750K .......... .......... .......... .......... .......... 84% 70.3M 0s 176800K .......... .......... .......... .......... .......... 84% 70.0M 0s 176850K .......... .......... .......... .......... .......... 84% 63.2M 0s 176900K .......... .......... .......... .......... .......... 84% 71.6M 0s 176950K .......... .......... .......... .......... .......... 84% 73.3M 0s 177000K .......... .......... .......... .......... .......... 84% 68.2M 0s 177050K .......... .......... .......... .......... .......... 84% 66.8M 0s 177100K .......... .......... .......... .......... .......... 84% 78.6M 0s 177150K .......... .......... .......... .......... .......... 84% 69.6M 0s 177200K .......... .......... .......... .......... .......... 85% 65.3M 0s 177250K .......... .......... .......... .......... .......... 85% 78.0M 0s 177300K .......... .......... .......... .......... .......... 85% 66.6M 0s 177350K .......... .......... .......... .......... .......... 85% 66.5M 0s 177400K .......... .......... .......... .......... .......... 85% 77.1M 0s 177450K .......... .......... .......... .......... .......... 85% 70.3M 0s 177500K .......... .......... .......... .......... .......... 85% 66.3M 0s 177550K .......... .......... .......... .......... .......... 85% 67.4M 0s 177600K .......... .......... .......... .......... .......... 85% 78.4M 0s 177650K .......... .......... .......... .......... .......... 85% 70.2M 0s 177700K .......... .......... .......... .......... .......... 85% 67.1M 0s 177750K .......... .......... .......... .......... .......... 85% 76.4M 0s 177800K .......... .......... .......... .......... .......... 85% 68.1M 0s 177850K .......... .......... .......... .......... .......... 85% 63.3M 0s 177900K .......... .......... .......... .......... .......... 85% 70.3M 0s 177950K .......... .......... .......... .......... .......... 85% 73.6M 0s 178000K .......... .......... .......... .......... .......... 85% 63.5M 0s 178050K .......... .......... .......... .......... .......... 85% 65.8M 0s 178100K .......... .......... .......... .......... .......... 85% 78.9M 0s 178150K .......... .......... .......... .......... .......... 85% 68.3M 0s 178200K .......... .......... .......... .......... .......... 85% 65.9M 0s 178250K .......... .......... .......... .......... .......... 85% 64.7M 0s 178300K .......... .......... .......... .......... .......... 85% 80.7M 0s 178350K .......... .......... .......... .......... .......... 85% 75.4M 0s 178400K .......... .......... .......... .......... .......... 85% 68.4M 0s 178450K .......... .......... .......... .......... .......... 85% 74.7M 0s 178500K .......... .......... .......... .......... .......... 85% 72.5M 0s 178550K .......... .......... .......... .......... .......... 85% 65.8M 0s 178600K .......... .......... .......... .......... .......... 85% 69.3M 0s 178650K .......... .......... .......... .......... .......... 85% 69.3M 0s 178700K .......... .......... .......... .......... .......... 85% 67.9M 0s 178750K .......... .......... .......... .......... .......... 85% 68.4M 0s 178800K .......... .......... .......... .......... .......... 85% 66.5M 0s 178850K .......... .......... .......... .......... .......... 85% 66.0M 0s 178900K .......... .......... .......... .......... .......... 85% 63.4M 0s 178950K .......... .......... .......... .......... .......... 85% 75.7M 0s 179000K .......... .......... .......... .......... .......... 85% 69.0M 0s 179050K .......... .......... .......... .......... .......... 85% 65.4M 0s 179100K .......... .......... .......... .......... .......... 85% 66.0M 0s 179150K .......... .......... .......... .......... .......... 85% 79.3M 0s 179200K .......... .......... .......... .......... .......... 85% 69.7M 0s 179250K .......... .......... .......... .......... .......... 86% 61.4M 0s 179300K .......... .......... .......... .......... .......... 86% 70.8M 0s 179350K .......... .......... .......... .......... .......... 86% 70.2M 0s 179400K .......... .......... .......... .......... .......... 86% 58.0M 0s 179450K .......... .......... .......... .......... .......... 86% 66.0M 0s 179500K .......... .......... .......... .......... .......... 86% 73.1M 0s 179550K .......... .......... .......... .......... .......... 86% 67.2M 0s 179600K .......... .......... .......... .......... .......... 86% 67.6M 0s 179650K .......... .......... .......... .......... .......... 86% 75.6M 0s 179700K .......... .......... .......... .......... .......... 86% 68.9M 0s 179750K .......... .......... .......... .......... .......... 86% 63.0M 0s 179800K .......... .......... .......... .......... .......... 86% 62.5M 0s 179850K .......... .......... .......... .......... .......... 86% 76.3M 0s 179900K .......... .......... .......... .......... .......... 86% 64.3M 0s 179950K .......... .......... .......... .......... .......... 86% 77.3M 0s 180000K .......... .......... .......... .......... .......... 86% 70.5M 0s 180050K .......... .......... .......... .......... .......... 86% 64.5M 0s 180100K .......... .......... .......... .......... .......... 86% 61.6M 0s 180150K .......... .......... .......... .......... .......... 86% 65.9M 0s 180200K .......... .......... .......... .......... .......... 86% 76.0M 0s 180250K .......... .......... .......... .......... .......... 86% 70.1M 0s 180300K .......... .......... .......... .......... .......... 86% 61.3M 0s 180350K .......... .......... .......... .......... .......... 86% 81.8M 0s 180400K .......... .......... .......... .......... .......... 86% 75.6M 0s 180450K .......... .......... .......... .......... .......... 86% 70.6M 0s 180500K .......... .......... .......... .......... .......... 86% 65.9M 0s 180550K .......... .......... .......... .......... .......... 86% 71.6M 0s 180600K .......... .......... .......... .......... .......... 86% 62.2M 0s 180650K .......... .......... .......... .......... .......... 86% 72.9M 0s 180700K .......... .......... .......... .......... .......... 86% 80.1M 0s 180750K .......... .......... .......... .......... .......... 86% 82.3M 0s 180800K .......... .......... .......... .......... .......... 86% 74.7M 0s 180850K .......... .......... .......... .......... .......... 86% 79.6M 0s 180900K .......... .......... .......... .......... .......... 86% 82.3M 0s 180950K .......... .......... .......... .......... .......... 86% 86.3M 0s 181000K .......... .......... .......... .......... .......... 86% 72.2M 0s 181050K .......... .......... .......... .......... .......... 86% 81.8M 0s 181100K .......... .......... .......... .......... .......... 86% 82.1M 0s 181150K .......... .......... .......... .......... .......... 86% 76.2M 0s 181200K .......... .......... .......... .......... .......... 86% 77.6M 0s 181250K .......... .......... .......... .......... .......... 86% 77.5M 0s 181300K .......... .......... .......... .......... .......... 86% 77.3M 0s 181350K .......... .......... .......... .......... .......... 87% 80.6M 0s 181400K .......... .......... .......... .......... .......... 87% 70.6M 0s 181450K .......... .......... .......... .......... .......... 87% 88.6M 0s 181500K .......... .......... .......... .......... .......... 87% 77.1M 0s 181550K .......... .......... .......... .......... .......... 87% 79.0M 0s 181600K .......... .......... .......... .......... .......... 87% 77.4M 0s 181650K .......... .......... .......... .......... .......... 87% 82.5M 0s 181700K .......... .......... .......... .......... .......... 87% 78.0M 0s 181750K .......... .......... .......... .......... .......... 87% 74.2M 0s 181800K .......... .......... .......... .......... .......... 87% 75.4M 0s 181850K .......... .......... .......... .......... .......... 87% 88.1M 0s 181900K .......... .......... .......... .......... .......... 87% 81.0M 0s 181950K .......... .......... .......... .......... .......... 87% 79.9M 0s 182000K .......... .......... .......... .......... .......... 87% 77.1M 0s 182050K .......... .......... .......... .......... .......... 87% 76.5M 0s 182100K .......... .......... .......... .......... .......... 87% 73.9M 0s 182150K .......... .......... .......... .......... .......... 87% 88.0M 0s 182200K .......... .......... .......... .......... .......... 87% 75.2M 0s 182250K .......... .......... .......... .......... .......... 87% 84.9M 0s 182300K .......... .......... .......... .......... .......... 87% 75.0M 0s 182350K .......... .......... .......... .......... .......... 87% 75.9M 0s 182400K .......... .......... .......... .......... .......... 87% 76.6M 0s 182450K .......... .......... .......... .......... .......... 87% 80.6M 0s 182500K .......... .......... .......... .......... .......... 87% 74.3M 0s 182550K .......... .......... .......... .......... .......... 87% 90.5M 0s 182600K .......... .......... .......... .......... .......... 87% 75.2M 0s 182650K .......... .......... .......... .......... .......... 87% 81.4M 0s 182700K .......... .......... .......... .......... .......... 87% 73.3M 0s 182750K .......... .......... .......... .......... .......... 87% 83.8M 0s 182800K .......... .......... .......... .......... .......... 87% 75.1M 0s 182850K .......... .......... .......... .......... .......... 87% 68.1M 0s 182900K .......... .......... .......... .......... .......... 87% 73.7M 0s 182950K .......... .......... .......... .......... .......... 87% 73.9M 0s 183000K .......... .......... .......... .......... .......... 87% 65.8M 0s 183050K .......... .......... .......... .......... .......... 87% 74.3M 0s 183100K .......... .......... .......... .......... .......... 87% 76.0M 0s 183150K .......... .......... .......... .......... .......... 87% 78.7M 0s 183200K .......... .......... .......... .......... .......... 87% 72.6M 0s 183250K .......... .......... .......... .......... .......... 87% 72.4M 0s 183300K .......... .......... .......... .......... .......... 87% 56.0M 0s 183350K .......... .......... .......... .......... .......... 87% 57.0M 0s 183400K .......... .......... .......... .......... .......... 87% 69.6M 0s 183450K .......... .......... .......... .......... .......... 88% 76.4M 0s 183500K .......... .......... .......... .......... .......... 88% 64.8M 0s 183550K .......... .......... .......... .......... .......... 88% 62.6M 0s 183600K .......... .......... .......... .......... .......... 88% 76.9M 0s 183650K .......... .......... .......... .......... .......... 88% 75.0M 0s 183700K .......... .......... .......... .......... .......... 88% 63.5M 0s 183750K .......... .......... .......... .......... .......... 88% 70.3M 0s 183800K .......... .......... .......... .......... .......... 88% 79.6M 0s 183850K .......... .......... .......... .......... .......... 88% 69.4M 0s 183900K .......... .......... .......... .......... .......... 88% 67.4M 0s 183950K .......... .......... .......... .......... .......... 88% 85.5M 0s 184000K .......... .......... .......... .......... .......... 88% 76.0M 0s 184050K .......... .......... .......... .......... .......... 88% 77.5M 0s 184100K .......... .......... .......... .......... .......... 88% 78.8M 0s 184150K .......... .......... .......... .......... .......... 88% 76.5M 0s 184200K .......... .......... .......... .......... .......... 88% 69.7M 0s 184250K .......... .......... .......... .......... .......... 88% 82.3M 0s 184300K .......... .......... .......... .......... .......... 88% 79.1M 0s 184350K .......... .......... .......... .......... .......... 88% 86.6M 0s 184400K .......... .......... .......... .......... .......... 88% 74.8M 0s 184450K .......... .......... .......... .......... .......... 88% 78.3M 0s 184500K .......... .......... .......... .......... .......... 88% 80.3M 0s 184550K .......... .......... .......... .......... .......... 88% 87.1M 0s 184600K .......... .......... .......... .......... .......... 88% 75.3M 0s 184650K .......... .......... .......... .......... .......... 88% 75.8M 0s 184700K .......... .......... .......... .......... .......... 88% 80.2M 0s 184750K .......... .......... .......... .......... .......... 88% 82.5M 0s 184800K .......... .......... .......... .......... .......... 88% 72.2M 0s 184850K .......... .......... .......... .......... .......... 88% 83.7M 0s 184900K .......... .......... .......... .......... .......... 88% 75.0M 0s 184950K .......... .......... .......... .......... .......... 88% 79.4M 0s 185000K .......... .......... .......... .......... .......... 88% 73.3M 0s 185050K .......... .......... .......... .......... .......... 88% 83.8M 0s 185100K .......... .......... .......... .......... .......... 88% 74.7M 0s 185150K .......... .......... .......... .......... .......... 88% 84.0M 0s 185200K .......... .......... .......... .......... .......... 88% 73.7M 0s 185250K .......... .......... .......... .......... .......... 88% 76.9M 0s 185300K .......... .......... .......... .......... .......... 88% 78.0M 0s 185350K .......... .......... .......... .......... .......... 88% 77.6M 0s 185400K .......... .......... .......... .......... .......... 88% 74.8M 0s 185450K .......... .......... .......... .......... .......... 88% 80.3M 0s 185500K .......... .......... .......... .......... .......... 88% 73.5M 0s 185550K .......... .......... .......... .......... .......... 89% 86.9M 0s 185600K .......... .......... .......... .......... .......... 89% 74.2M 0s 185650K .......... .......... .......... .......... .......... 89% 78.5M 0s 185700K .......... .......... .......... .......... .......... 89% 74.0M 0s 185750K .......... .......... .......... .......... .......... 89% 84.3M 0s 185800K .......... .......... .......... .......... .......... 89% 74.0M 0s 185850K .......... .......... .......... .......... .......... 89% 78.1M 0s 185900K .......... .......... .......... .......... .......... 89% 74.6M 0s 185950K .......... .......... .......... .......... .......... 89% 82.5M 0s 186000K .......... .......... .......... .......... .......... 89% 70.2M 0s 186050K .......... .......... .......... .......... .......... 89% 87.3M 0s 186100K .......... .......... .......... .......... .......... 89% 72.5M 0s 186150K .......... .......... .......... .......... .......... 89% 77.5M 0s 186200K .......... .......... .......... .......... .......... 89% 84.2M 0s 186250K .......... .......... .......... .......... .......... 89% 81.9M 0s 186300K .......... .......... .......... .......... .......... 89% 75.0M 0s 186350K .......... .......... .......... .......... .......... 89% 81.0M 0s 186400K .......... .......... .......... .......... .......... 89% 75.6M 0s 186450K .......... .......... .......... .......... .......... 89% 66.2M 0s 186500K .......... .......... .......... .......... .......... 89% 78.2M 0s 186550K .......... .......... .......... .......... .......... 89% 73.9M 0s 186600K .......... .......... .......... .......... .......... 89% 72.1M 0s 186650K .......... .......... .......... .......... .......... 89% 89.1M 0s 186700K .......... .......... .......... .......... .......... 89% 77.4M 0s 186750K .......... .......... .......... .......... .......... 89% 80.3M 0s 186800K .......... .......... .......... .......... .......... 89% 72.6M 0s 186850K .......... .......... .......... .......... .......... 89% 85.6M 0s 186900K .......... .......... .......... .......... .......... 89% 77.1M 0s 186950K .......... .......... .......... .......... .......... 89% 76.5M 0s 187000K .......... .......... .......... .......... .......... 89% 74.5M 0s 187050K .......... .......... .......... .......... .......... 89% 67.0M 0s 187100K .......... .......... .......... .......... .......... 89% 65.8M 0s 187150K .......... .......... .......... .......... .......... 89% 75.8M 0s 187200K .......... .......... .......... .......... .......... 89% 75.8M 0s 187250K .......... .......... .......... .......... .......... 89% 77.8M 0s 187300K .......... .......... .......... .......... .......... 89% 75.6M 0s 187350K .......... .......... .......... .......... .......... 89% 80.0M 0s 187400K .......... .......... .......... .......... .......... 89% 68.3M 0s 187450K .......... .......... .......... .......... .......... 89% 85.2M 0s 187500K .......... .......... .......... .......... .......... 89% 80.6M 0s 187550K .......... .......... .......... .......... .......... 89% 75.7M 0s 187600K .......... .......... .......... .......... .......... 90% 72.7M 0s 187650K .......... .......... .......... .......... .......... 90% 80.0M 0s 187700K .......... .......... .......... .......... .......... 90% 79.0M 0s 187750K .......... .......... .......... .......... .......... 90% 79.8M 0s 187800K .......... .......... .......... .......... .......... 90% 69.5M 0s 187850K .......... .......... .......... .......... .......... 90% 78.6M 0s 187900K .......... .......... .......... .......... .......... 90% 83.6M 0s 187950K .......... .......... .......... .......... .......... 90% 79.0M 0s 188000K .......... .......... .......... .......... .......... 90% 75.2M 0s 188050K .......... .......... .......... .......... .......... 90% 79.9M 0s 188100K .......... .......... .......... .......... .......... 90% 77.3M 0s 188150K .......... .......... .......... .......... .......... 90% 80.5M 0s 188200K .......... .......... .......... .......... .......... 90% 73.6M 0s 188250K .......... .......... .......... .......... .......... 90% 76.4M 0s 188300K .......... .......... .......... .......... .......... 90% 80.5M 0s 188350K .......... .......... .......... .......... .......... 90% 78.0M 0s 188400K .......... .......... .......... .......... .......... 90% 72.5M 0s 188450K .......... .......... .......... .......... .......... 90% 86.3M 0s 188500K .......... .......... .......... .......... .......... 90% 74.4M 0s 188550K .......... .......... .......... .......... .......... 90% 82.4M 0s 188600K .......... .......... .......... .......... .......... 90% 73.4M 0s 188650K .......... .......... .......... .......... .......... 90% 81.4M 0s 188700K .......... .......... .......... .......... .......... 90% 74.8M 0s 188750K .......... .......... .......... .......... .......... 90% 78.7M 0s 188800K .......... .......... .......... .......... .......... 90% 76.5M 0s 188850K .......... .......... .......... .......... .......... 90% 88.8M 0s 188900K .......... .......... .......... .......... .......... 90% 69.9M 0s 188950K .......... .......... .......... .......... .......... 90% 81.6M 0s 189000K .......... .......... .......... .......... .......... 90% 77.6M 0s 189050K .......... .......... .......... .......... .......... 90% 87.0M 0s 189100K .......... .......... .......... .......... .......... 90% 74.3M 0s 189150K .......... .......... .......... .......... .......... 90% 76.2M 0s 189200K .......... .......... .......... .......... .......... 90% 80.2M 0s 189250K .......... .......... .......... .......... .......... 90% 83.2M 0s 189300K .......... .......... .......... .......... .......... 90% 73.1M 0s 189350K .......... .......... .......... .......... .......... 90% 82.9M 0s 189400K .......... .......... .......... .......... .......... 90% 81.3M 0s 189450K .......... .......... .......... .......... .......... 90% 84.3M 0s 189500K .......... .......... .......... .......... .......... 90% 75.2M 0s 189550K .......... .......... .......... .......... .......... 90% 77.4M 0s 189600K .......... .......... .......... .......... .......... 90% 78.6M 0s 189650K .......... .......... .......... .......... .......... 90% 77.4M 0s 189700K .......... .......... .......... .......... .......... 91% 75.3M 0s 189750K .......... .......... .......... .......... .......... 91% 84.9M 0s 189800K .......... .......... .......... .......... .......... 91% 72.8M 0s 189850K .......... .......... .......... .......... .......... 91% 81.7M 0s 189900K .......... .......... .......... .......... .......... 91% 76.7M 0s 189950K .......... .......... .......... .......... .......... 91% 83.3M 0s 190000K .......... .......... .......... .......... .......... 91% 76.6M 0s 190050K .......... .......... .......... .......... .......... 91% 72.3M 0s 190100K .......... .......... .......... .......... .......... 91% 80.5M 0s 190150K .......... .......... .......... .......... .......... 91% 87.9M 0s 190200K .......... .......... .......... .......... .......... 91% 75.0M 0s 190250K .......... .......... .......... .......... .......... 91% 73.3M 0s 190300K .......... .......... .......... .......... .......... 91% 76.9M 0s 190350K .......... .......... .......... .......... .......... 91% 80.1M 0s 190400K .......... .......... .......... .......... .......... 91% 76.0M 0s 190450K .......... .......... .......... .......... .......... 91% 78.8M 0s 190500K .......... .......... .......... .......... .......... 91% 77.5M 0s 190550K .......... .......... .......... .......... .......... 91% 83.7M 0s 190600K .......... .......... .......... .......... .......... 91% 73.8M 0s 190650K .......... .......... .......... .......... .......... 91% 81.6M 0s 190700K .......... .......... .......... .......... .......... 91% 81.9M 0s 190750K .......... .......... .......... .......... .......... 91% 83.6M 0s 190800K .......... .......... .......... .......... .......... 91% 75.7M 0s 190850K .......... .......... .......... .......... .......... 91% 79.5M 0s 190900K .......... .......... .......... .......... .......... 91% 77.1M 0s 190950K .......... .......... .......... .......... .......... 91% 81.8M 0s 191000K .......... .......... .......... .......... .......... 91% 69.0M 0s 191050K .......... .......... .......... .......... .......... 91% 80.3M 0s 191100K .......... .......... .......... .......... .......... 91% 79.4M 0s 191150K .......... .......... .......... .......... .......... 91% 75.2M 0s 191200K .......... .......... .......... .......... .......... 91% 77.8M 0s 191250K .......... .......... .......... .......... .......... 91% 80.4M 0s 191300K .......... .......... .......... .......... .......... 91% 76.6M 0s 191350K .......... .......... .......... .......... .......... 91% 83.4M 0s 191400K .......... .......... .......... .......... .......... 91% 70.3M 0s 191450K .......... .......... .......... .......... .......... 91% 81.5M 0s 191500K .......... .......... .......... .......... .......... 91% 75.5M 0s 191550K .......... .......... .......... .......... .......... 91% 76.8M 0s 191600K .......... .......... .......... .......... .......... 91% 70.1M 0s 191650K .......... .......... .......... .......... .......... 91% 84.6M 0s 191700K .......... .......... .......... .......... .......... 91% 74.8M 0s 191750K .......... .......... .......... .......... .......... 91% 82.7M 0s 191800K .......... .......... .......... .......... .......... 92% 72.7M 0s 191850K .......... .......... .......... .......... .......... 92% 82.6M 0s 191900K .......... .......... .......... .......... .......... 92% 74.8M 0s 191950K .......... .......... .......... .......... .......... 92% 79.6M 0s 192000K .......... .......... .......... .......... .......... 92% 79.5M 0s 192050K .......... .......... .......... .......... .......... 92% 71.3M 0s 192100K .......... .......... .......... .......... .......... 92% 68.0M 0s 192150K .......... .......... .......... .......... .......... 92% 77.5M 0s 192200K .......... .......... .......... .......... .......... 92% 84.0M 0s 192250K .......... .......... .......... .......... .......... 92% 77.0M 0s 192300K .......... .......... .......... .......... .......... 92% 75.5M 0s 192350K .......... .......... .......... .......... .......... 92% 79.9M 0s 192400K .......... .......... .......... .......... .......... 92% 79.8M 0s 192450K .......... .......... .......... .......... .......... 92% 82.3M 0s 192500K .......... .......... .......... .......... .......... 92% 70.1M 0s 192550K .......... .......... .......... .......... .......... 92% 87.8M 0s 192600K .......... .......... .......... .......... .......... 92% 74.7M 0s 192650K .......... .......... .......... .......... .......... 92% 78.3M 0s 192700K .......... .......... .......... .......... .......... 92% 84.9M 0s 192750K .......... .......... .......... .......... .......... 92% 78.8M 0s 192800K .......... .......... .......... .......... .......... 92% 71.7M 0s 192850K .......... .......... .......... .......... .......... 92% 83.6M 0s 192900K .......... .......... .......... .......... .......... 92% 77.4M 0s 192950K .......... .......... .......... .......... .......... 92% 86.7M 0s 193000K .......... .......... .......... .......... .......... 92% 69.0M 0s 193050K .......... .......... .......... .......... .......... 92% 76.0M 0s 193100K .......... .......... .......... .......... .......... 92% 82.7M 0s 193150K .......... .......... .......... .......... .......... 92% 77.6M 0s 193200K .......... .......... .......... .......... .......... 92% 70.3M 0s 193250K .......... .......... .......... .......... .......... 92% 88.5M 0s 193300K .......... .......... .......... .......... .......... 92% 73.6M 0s 193350K .......... .......... .......... .......... .......... 92% 83.6M 0s 193400K .......... .......... .......... .......... .......... 92% 69.1M 0s 193450K .......... .......... .......... .......... .......... 92% 84.0M 0s 193500K .......... .......... .......... .......... .......... 92% 74.3M 0s 193550K .......... .......... .......... .......... .......... 92% 79.2M 0s 193600K .......... .......... .......... .......... .......... 92% 74.4M 0s 193650K .......... .......... .......... .......... .......... 92% 87.4M 0s 193700K .......... .......... .......... .......... .......... 92% 72.3M 0s 193750K .......... .......... .......... .......... .......... 92% 89.0M 0s 193800K .......... .......... .......... .......... .......... 92% 74.5M 0s 193850K .......... .......... .......... .......... .......... 93% 82.9M 0s 193900K .......... .......... .......... .......... .......... 93% 74.9M 0s 193950K .......... .......... .......... .......... .......... 93% 80.8M 0s 194000K .......... .......... .......... .......... .......... 93% 71.8M 0s 194050K .......... .......... .......... .......... .......... 93% 90.5M 0s 194100K .......... .......... .......... .......... .......... 93% 70.0M 0s 194150K .......... .......... .......... .......... .......... 93% 82.3M 0s 194200K .......... .......... .......... .......... .......... 93% 72.6M 0s 194250K .......... .......... .......... .......... .......... 93% 79.4M 0s 194300K .......... .......... .......... .......... .......... 93% 73.7M 0s 194350K .......... .......... .......... .......... .......... 93% 74.0M 0s 194400K .......... .......... .......... .......... .......... 93% 78.5M 0s 194450K .......... .......... .......... .......... .......... 93% 86.2M 0s 194500K .......... .......... .......... .......... .......... 93% 71.7M 0s 194550K .......... .......... .......... .......... .......... 93% 76.1M 0s 194600K .......... .......... .......... .......... .......... 93% 79.1M 0s 194650K .......... .......... .......... .......... .......... 93% 85.8M 0s 194700K .......... .......... .......... .......... .......... 93% 77.1M 0s 194750K .......... .......... .......... .......... .......... 93% 76.0M 0s 194800K .......... .......... .......... .......... .......... 93% 71.5M 0s 194850K .......... .......... .......... .......... .......... 93% 89.7M 0s 194900K .......... .......... .......... .......... .......... 93% 71.5M 0s 194950K .......... .......... .......... .......... .......... 93% 80.7M 0s 195000K .......... .......... .......... .......... .......... 93% 71.5M 0s 195050K .......... .......... .......... .......... .......... 93% 84.8M 0s 195100K .......... .......... .......... .......... .......... 93% 73.5M 0s 195150K .......... .......... .......... .......... .......... 93% 80.1M 0s 195200K .......... .......... .......... .......... .......... 93% 71.7M 0s 195250K .......... .......... .......... .......... .......... 93% 88.2M 0s 195300K .......... .......... .......... .......... .......... 93% 72.5M 0s 195350K .......... .......... .......... .......... .......... 93% 80.5M 0s 195400K .......... .......... .......... .......... .......... 93% 82.6M 0s 195450K .......... .......... .......... .......... .......... 93% 83.6M 0s 195500K .......... .......... .......... .......... .......... 93% 78.3M 0s 195550K .......... .......... .......... .......... .......... 93% 74.4M 0s 195600K .......... .......... .......... .......... .......... 93% 73.9M 0s 195650K .......... .......... .......... .......... .......... 93% 83.6M 0s 195700K .......... .......... .......... .......... .......... 93% 74.5M 0s 195750K .......... .......... .......... .......... .......... 93% 78.7M 0s 195800K .......... .......... .......... .......... .......... 93% 83.0M 0s 195850K .......... .......... .......... .......... .......... 93% 83.8M 0s 195900K .......... .......... .......... .......... .......... 93% 71.2M 0s 195950K .......... .......... .......... .......... .......... 94% 80.7M 0s 196000K .......... .......... .......... .......... .......... 94% 75.5M 0s 196050K .......... .......... .......... .......... .......... 94% 86.4M 0s 196100K .......... .......... .......... .......... .......... 94% 68.2M 0s 196150K .......... .......... .......... .......... .......... 94% 79.6M 0s 196200K .......... .......... .......... .......... .......... 94% 76.5M 0s 196250K .......... .......... .......... .......... .......... 94% 84.6M 0s 196300K .......... .......... .......... .......... .......... 94% 76.4M 0s 196350K .......... .......... .......... .......... .......... 94% 79.0M 0s 196400K .......... .......... .......... .......... .......... 94% 80.9M 0s 196450K .......... .......... .......... .......... .......... 94% 80.8M 0s 196500K .......... .......... .......... .......... .......... 94% 72.7M 0s 196550K .......... .......... .......... .......... .......... 94% 76.9M 0s 196600K .......... .......... .......... .......... .......... 94% 80.1M 0s 196650K .......... .......... .......... .......... .......... 94% 89.0M 0s 196700K .......... .......... .......... .......... .......... 94% 75.0M 0s 196750K .......... .......... .......... .......... .......... 94% 77.7M 0s 196800K .......... .......... .......... .......... .......... 94% 66.9M 0s 196850K .......... .......... .......... .......... .......... 94% 86.1M 0s 196900K .......... .......... .......... .......... .......... 94% 81.9M 0s 196950K .......... .......... .......... .......... .......... 94% 91.4M 0s 197000K .......... .......... .......... .......... .......... 94% 71.7M 0s 197050K .......... .......... .......... .......... .......... 94% 74.9M 0s 197100K .......... .......... .......... .......... .......... 94% 75.1M 0s 197150K .......... .......... .......... .......... .......... 94% 86.4M 0s 197200K .......... .......... .......... .......... .......... 94% 81.3M 0s 197250K .......... .......... .......... .......... .......... 94% 79.0M 0s 197300K .......... .......... .......... .......... .......... 94% 72.9M 0s 197350K .......... .......... .......... .......... .......... 94% 83.1M 0s 197400K .......... .......... .......... .......... .......... 94% 77.9M 0s 197450K .......... .......... .......... .......... .......... 94% 78.2M 0s 197500K .......... .......... .......... .......... .......... 94% 71.9M 0s 197550K .......... .......... .......... .......... .......... 94% 84.9M 0s 197600K .......... .......... .......... .......... .......... 94% 78.2M 0s 197650K .......... .......... .......... .......... .......... 94% 79.6M 0s 197700K .......... .......... .......... .......... .......... 94% 71.0M 0s 197750K .......... .......... .......... .......... .......... 94% 79.7M 0s 197800K .......... .......... .......... .......... .......... 94% 84.0M 0s 197850K .......... .......... .......... .......... .......... 94% 81.4M 0s 197900K .......... .......... .......... .......... .......... 94% 73.7M 0s 197950K .......... .......... .......... .......... .......... 94% 75.7M 0s 198000K .......... .......... .......... .......... .......... 94% 77.9M 0s 198050K .......... .......... .......... .......... .......... 95% 85.7M 0s 198100K .......... .......... .......... .......... .......... 95% 71.4M 0s 198150K .......... .......... .......... .......... .......... 95% 84.4M 0s 198200K .......... .......... .......... .......... .......... 95% 85.1M 0s 198250K .......... .......... .......... .......... .......... 95% 78.5M 0s 198300K .......... .......... .......... .......... .......... 95% 71.7M 0s 198350K .......... .......... .......... .......... .......... 95% 80.0M 0s 198400K .......... .......... .......... .......... .......... 95% 79.3M 0s 198450K .......... .......... .......... .......... .......... 95% 79.9M 0s 198500K .......... .......... .......... .......... .......... 95% 71.6M 0s 198550K .......... .......... .......... .......... .......... 95% 89.5M 0s 198600K .......... .......... .......... .......... .......... 95% 75.4M 0s 198650K .......... .......... .......... .......... .......... 95% 80.3M 0s 198700K .......... .......... .......... .......... .......... 95% 76.1M 0s 198750K .......... .......... .......... .......... .......... 95% 83.0M 0s 198800K .......... .......... .......... .......... .......... 95% 76.1M 0s 198850K .......... .......... .......... .......... .......... 95% 81.8M 0s 198900K .......... .......... .......... .......... .......... 95% 70.5M 0s 198950K .......... .......... .......... .......... .......... 95% 81.2M 0s 199000K .......... .......... .......... .......... .......... 95% 80.2M 0s 199050K .......... .......... .......... .......... .......... 95% 75.4M 0s 199100K .......... .......... .......... .......... .......... 95% 47.1M 0s 199150K .......... .......... .......... .......... .......... 95% 61.3M 0s 199200K .......... .......... .......... .......... .......... 95% 55.3M 0s 199250K .......... .......... .......... .......... .......... 95% 57.9M 0s 199300K .......... .......... .......... .......... .......... 95% 55.9M 0s 199350K .......... .......... .......... .......... .......... 95% 65.5M 0s 199400K .......... .......... .......... .......... .......... 95% 55.3M 0s 199450K .......... .......... .......... .......... .......... 95% 61.5M 0s 199500K .......... .......... .......... .......... .......... 95% 66.4M 0s 199550K .......... .......... .......... .......... .......... 95% 59.2M 0s 199600K .......... .......... .......... .......... .......... 95% 71.9M 0s 199650K .......... .......... .......... .......... .......... 95% 59.4M 0s 199700K .......... .......... .......... .......... .......... 95% 67.3M 0s 199750K .......... .......... .......... .......... .......... 95% 79.3M 0s 199800K .......... .......... .......... .......... .......... 95% 75.2M 0s 199850K .......... .......... .......... .......... .......... 95% 83.4M 0s 199900K .......... .......... .......... .......... .......... 95% 73.1M 0s 199950K .......... .......... .......... .......... .......... 95% 79.1M 0s 200000K .......... .......... .......... .......... .......... 95% 70.6M 0s 200050K .......... .......... .......... .......... .......... 95% 85.8M 0s 200100K .......... .......... .......... .......... .......... 96% 82.0M 0s 200150K .......... .......... .......... .......... .......... 96% 81.1M 0s 200200K .......... .......... .......... .......... .......... 96% 71.4M 0s 200250K .......... .......... .......... .......... .......... 96% 80.1M 0s 200300K .......... .......... .......... .......... .......... 96% 71.6M 0s 200350K .......... .......... .......... .......... .......... 96% 87.6M 0s 200400K .......... .......... .......... .......... .......... 96% 72.4M 0s 200450K .......... .......... .......... .......... .......... 96% 79.5M 0s 200500K .......... .......... .......... .......... .......... 96% 75.6M 0s 200550K .......... .......... .......... .......... .......... 96% 79.7M 0s 200600K .......... .......... .......... .......... .......... 96% 69.4M 0s 200650K .......... .......... .......... .......... .......... 96% 80.6M 0s 200700K .......... .......... .......... .......... .......... 96% 75.4M 0s 200750K .......... .......... .......... .......... .......... 96% 84.4M 0s 200800K .......... .......... .......... .......... .......... 96% 78.3M 0s 200850K .......... .......... .......... .......... .......... 96% 78.4M 0s 200900K .......... .......... .......... .......... .......... 96% 81.1M 0s 200950K .......... .......... .......... .......... .......... 96% 78.9M 0s 201000K .......... .......... .......... .......... .......... 96% 73.4M 0s 201050K .......... .......... .......... .......... .......... 96% 83.6M 0s 201100K .......... .......... .......... .......... .......... 96% 75.1M 0s 201150K .......... .......... .......... .......... .......... 96% 83.6M 0s 201200K .......... .......... .......... .......... .......... 96% 72.1M 0s 201250K .......... .......... .......... .......... .......... 96% 84.7M 0s 201300K .......... .......... .......... .......... .......... 96% 76.0M 0s 201350K .......... .......... .......... .......... .......... 96% 78.1M 0s 201400K .......... .......... .......... .......... .......... 96% 74.0M 0s 201450K .......... .......... .......... .......... .......... 96% 86.9M 0s 201500K .......... .......... .......... .......... .......... 96% 68.9M 0s 201550K .......... .......... .......... .......... .......... 96% 79.1M 0s 201600K .......... .......... .......... .......... .......... 96% 76.9M 0s 201650K .......... .......... .......... .......... .......... 96% 83.0M 0s 201700K .......... .......... .......... .......... .......... 96% 76.4M 0s 201750K .......... .......... .......... .......... .......... 96% 77.3M 0s 201800K .......... .......... .......... .......... .......... 96% 73.2M 0s 201850K .......... .......... .......... .......... .......... 96% 86.1M 0s 201900K .......... .......... .......... .......... .......... 96% 72.8M 0s 201950K .......... .......... .......... .......... .......... 96% 81.6M 0s 202000K .......... .......... .......... .......... .......... 96% 79.8M 0s 202050K .......... .......... .......... .......... .......... 96% 80.0M 0s 202100K .......... .......... .......... .......... .......... 96% 76.4M 0s 202150K .......... .......... .......... .......... .......... 96% 77.4M 0s 202200K .......... .......... .......... .......... .......... 97% 74.6M 0s 202250K .......... .......... .......... .......... .......... 97% 82.4M 0s 202300K .......... .......... .......... .......... .......... 97% 75.1M 0s 202350K .......... .......... .......... .......... .......... 97% 90.6M 0s 202400K .......... .......... .......... .......... .......... 97% 76.0M 0s 202450K .......... .......... .......... .......... .......... 97% 75.8M 0s 202500K .......... .......... .......... .......... .......... 97% 82.1M 0s 202550K .......... .......... .......... .......... .......... 97% 81.3M 0s 202600K .......... .......... .......... .......... .......... 97% 73.3M 0s 202650K .......... .......... .......... .......... .......... 97% 78.7M 0s 202700K .......... .......... .......... .......... .......... 97% 78.4M 0s 202750K .......... .......... .......... .......... .......... 97% 83.2M 0s 202800K .......... .......... .......... .......... .......... 97% 75.3M 0s 202850K .......... .......... .......... .......... .......... 97% 74.3M 0s 202900K .......... .......... .......... .......... .......... 97% 81.7M 0s 202950K .......... .......... .......... .......... .......... 97% 83.3M 0s 203000K .......... .......... .......... .......... .......... 97% 72.9M 0s 203050K .......... .......... .......... .......... .......... 97% 80.8M 0s 203100K .......... .......... .......... .......... .......... 97% 75.7M 0s 203150K .......... .......... .......... .......... .......... 97% 86.5M 0s 203200K .......... .......... .......... .......... .......... 97% 74.8M 0s 203250K .......... .......... .......... .......... .......... 97% 72.0M 0s 203300K .......... .......... .......... .......... .......... 97% 74.6M 0s 203350K .......... .......... .......... .......... .......... 97% 81.5M 0s 203400K .......... .......... .......... .......... .......... 97% 80.8M 0s 203450K .......... .......... .......... .......... .......... 97% 82.7M 0s 203500K .......... .......... .......... .......... .......... 97% 71.5M 0s 203550K .......... .......... .......... .......... .......... 97% 80.4M 0s 203600K .......... .......... .......... .......... .......... 97% 79.9M 0s 203650K .......... .......... .......... .......... .......... 97% 83.3M 0s 203700K .......... .......... .......... .......... .......... 97% 75.5M 0s 203750K .......... .......... .......... .......... .......... 97% 78.5M 0s 203800K .......... .......... .......... .......... .......... 97% 78.6M 0s 203850K .......... .......... .......... .......... .......... 97% 80.3M 0s 203900K .......... .......... .......... .......... .......... 97% 69.5M 0s 203950K .......... .......... .......... .......... .......... 97% 86.8M 0s 204000K .......... .......... .......... .......... .......... 97% 73.1M 0s 204050K .......... .......... .......... .......... .......... 97% 77.8M 0s 204100K .......... .......... .......... .......... .......... 97% 80.9M 0s 204150K .......... .......... .......... .......... .......... 97% 85.0M 0s 204200K .......... .......... .......... .......... .......... 97% 81.8M 0s 204250K .......... .......... .......... .......... .......... 97% 79.8M 0s 204300K .......... .......... .......... .......... .......... 98% 77.7M 0s 204350K .......... .......... .......... .......... .......... 98% 93.6M 0s 204400K .......... .......... .......... .......... .......... 98% 76.8M 0s 204450K .......... .......... .......... .......... .......... 98% 79.7M 0s 204500K .......... .......... .......... .......... .......... 98% 75.7M 0s 204550K .......... .......... .......... .......... .......... 98% 90.9M 0s 204600K .......... .......... .......... .......... .......... 98% 81.2M 0s 204650K .......... .......... .......... .......... .......... 98% 81.5M 0s 204700K .......... .......... .......... .......... .......... 98% 77.9M 0s 204750K .......... .......... .......... .......... .......... 98% 80.1M 0s 204800K .......... .......... .......... .......... .......... 98% 81.1M 0s 204850K .......... .......... .......... .......... .......... 98% 90.2M 0s 204900K .......... .......... .......... .......... .......... 98% 70.9M 0s 204950K .......... .......... .......... .......... .......... 98% 84.9M 0s 205000K .......... .......... .......... .......... .......... 98% 81.6M 0s 205050K .......... .......... .......... .......... .......... 98% 81.9M 0s 205100K .......... .......... .......... .......... .......... 98% 76.7M 0s 205150K .......... .......... .......... .......... .......... 98% 81.0M 0s 205200K .......... .......... .......... .......... .......... 98% 95.4M 0s 205250K .......... .......... .......... .......... .......... 98% 86.1M 0s 205300K .......... .......... .......... .......... .......... 98% 75.5M 0s 205350K .......... .......... .......... .......... .......... 98% 83.8M 0s 205400K .......... .......... .......... .......... .......... 98% 80.6M 0s 205450K .......... .......... .......... .......... .......... 98% 94.3M 0s 205500K .......... .......... .......... .......... .......... 98% 74.5M 0s 205550K .......... .......... .......... .......... .......... 98% 82.6M 0s 205600K .......... .......... .......... .......... .......... 98% 82.4M 0s 205650K .......... .......... .......... .......... .......... 98% 89.9M 0s 205700K .......... .......... .......... .......... .......... 98% 88.9M 0s 205750K .......... .......... .......... .......... .......... 98% 89.3M 0s 205800K .......... .......... .......... .......... .......... 98% 88.5M 0s 205850K .......... .......... .......... .......... .......... 98% 79.0M 0s 205900K .......... .......... .......... .......... .......... 98% 82.8M 0s 205950K .......... .......... .......... .......... .......... 98% 96.7M 0s 206000K .......... .......... .......... .......... .......... 98% 81.8M 0s 206050K .......... .......... .......... .......... .......... 98% 94.5M 0s 206100K .......... .......... .......... .......... .......... 98% 83.1M 0s 206150K .......... .......... .......... .......... .......... 98% 96.3M 0s 206200K .......... .......... .......... .......... .......... 98% 84.0M 0s 206250K .......... .......... .......... .......... .......... 98% 89.8M 0s 206300K .......... .......... .......... .......... .......... 98% 76.1M 0s 206350K .......... .......... .......... .......... .......... 98% 84.3M 0s 206400K .......... .......... .......... .......... .......... 99% 54.5M 0s 206450K .......... .......... .......... .......... .......... 99% 62.8M 0s 206500K .......... .......... .......... .......... .......... 99% 57.5M 0s 206550K .......... .......... .......... .......... .......... 99% 66.6M 0s 206600K .......... .......... .......... .......... .......... 99% 67.1M 0s 206650K .......... .......... .......... .......... .......... 99% 71.4M 0s 206700K .......... .......... .......... .......... .......... 99% 61.8M 0s 206750K .......... .......... .......... .......... .......... 99% 64.5M 0s 206800K .......... .......... .......... .......... .......... 99% 61.1M 0s 206850K .......... .......... .......... .......... .......... 99% 86.5M 0s 206900K .......... .......... .......... .......... .......... 99% 75.1M 0s 206950K .......... .......... .......... .......... .......... 99% 98.6M 0s 207000K .......... .......... .......... .......... .......... 99% 79.0M 0s 207050K .......... .......... .......... .......... .......... 99% 89.9M 0s 207100K .......... .......... .......... .......... .......... 99% 67.9M 0s 207150K .......... .......... .......... .......... .......... 99% 58.9M 0s 207200K .......... .......... .......... .......... .......... 99% 79.4M 0s 207250K .......... .......... .......... .......... .......... 99% 86.6M 0s 207300K .......... .......... .......... .......... .......... 99% 82.9M 0s 207350K .......... .......... .......... .......... .......... 99% 94.9M 0s 207400K .......... .......... .......... .......... .......... 99% 80.3M 0s 207450K .......... .......... .......... .......... .......... 99% 87.7M 0s 207500K .......... .......... .......... .......... .......... 99% 88.9M 0s 207550K .......... .......... .......... .......... .......... 99% 88.4M 0s 207600K .......... .......... .......... .......... .......... 99% 84.2M 0s 207650K .......... .......... .......... .......... .......... 99% 90.6M 0s 207700K .......... .......... .......... .......... .......... 99% 88.2M 0s 207750K .......... .......... .......... .......... .......... 99% 91.7M 0s 207800K .......... .......... .......... .......... .......... 99% 85.0M 0s 207850K .......... .......... .......... .......... .......... 99% 90.5M 0s 207900K .......... .......... .......... .......... .......... 99% 84.3M 0s 207950K .......... .......... .......... .......... .......... 99% 95.3M 0s 208000K .......... .......... .......... .......... .......... 99% 85.7M 0s 208050K .......... .......... .......... .......... .......... 99% 86.5M 0s 208100K .......... .......... .......... .......... .......... 99% 83.8M 0s 208150K .......... .......... .......... .......... .......... 99% 95.1M 0s 208200K .......... .......... .......... .......... .......... 99% 84.2M 0s 208250K .......... .......... .......... .......... .......... 99% 95.1M 0s 208300K .......... .......... .......... .......... .......... 99% 81.4M 0s 208350K .......... .......... .......... .......... .......... 99% 92.9M 0s 208400K .......... .......... .......... .......... .......... 99% 87.4M 0s 208450K .......... .......... .......... ...... 100% 94.3M=2.8s 2022-09-10 03:56:28 (73.4 MB/s) - '/home/jenkins/extension.lib.external/eclipse-SDK-4.5.2-linux-gtk-x86_64.tar.gz' saved [213490446/213490446] --2022-09-10 03:56:28-- https://archive.apache.org/dist/maven/maven-3/3.6.0/binaries/apache-maven-3.6.0-bin.tar.gz Resolving archive.apache.org (archive.apache.org)... 138.201.131.134, 2a01:4f8:172:2ec5::2 Connecting to archive.apache.org (archive.apache.org)|138.201.131.134|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 9063587 (8.6M) [application/x-gzip] Saving to: '/home/jenkins/extension.lib.external/apache-maven-3.6.0-bin.tar.gz' 0K .......... .......... .......... .......... .......... 0% 245K 36s 50K .......... .......... .......... .......... .......... 1% 494K 27s 100K .......... .......... .......... .......... .......... 1% 502K 23s 150K .......... .......... .......... .......... .......... 2% 34.5M 18s 200K .......... .......... .......... .......... .......... 2% 23.2M 14s 250K .......... .......... .......... .......... .......... 3% 22.6M 12s 300K .......... .......... .......... .......... .......... 3% 520K 12s 350K .......... .......... .......... .......... .......... 4% 55.3M 11s 400K .......... .......... .......... .......... .......... 5% 49.4M 9s 450K .......... .......... .......... .......... .......... 5% 77.2M 9s 500K .......... .......... .......... .......... .......... 6% 38.6M 8s 550K .......... .......... .......... .......... .......... 6% 37.0M 7s 600K .......... .......... .......... .......... .......... 7% 35.2M 6s 650K .......... .......... .......... .......... .......... 7% 523K 7s 700K .......... .......... .......... .......... .......... 8% 34.5M 7s 750K .......... .......... .......... .......... .......... 9% 38.3M 6s 800K .......... .......... .......... .......... .......... 9% 27.7M 6s 850K .......... .......... .......... .......... .......... 10% 90.3M 5s 900K .......... .......... .......... .......... .......... 10% 82.1M 5s 950K .......... .......... .......... .......... .......... 11% 63.4M 5s 1000K .......... .......... .......... .......... .......... 11% 39.1M 5s 1050K .......... .......... .......... .......... .......... 12% 45.2M 4s 1100K .......... .......... .......... .......... .......... 12% 91.7M 4s 1150K .......... .......... .......... .......... .......... 13% 75.0M 4s 1200K .......... .......... .......... .......... .......... 14% 59.7M 4s 1250K .......... .......... .......... .......... .......... 14% 68.4M 4s 1300K .......... .......... .......... .......... .......... 15% 48.9M 3s 1350K .......... .......... .......... .......... .......... 15% 560K 4s 1400K .......... .......... .......... .......... .......... 16% 61.6M 4s 1450K .......... .......... .......... .......... .......... 16% 64.3M 3s 1500K .......... .......... .......... .......... .......... 17% 93.0M 3s 1550K .......... .......... .......... .......... .......... 18% 69.8M 3s 1600K .......... .......... .......... .......... .......... 18% 44.4M 3s 1650K .......... .......... .......... .......... .......... 19% 56.2M 3s 1700K .......... .......... .......... .......... .......... 19% 26.5M 3s 1750K .......... .......... .......... .......... .......... 20% 45.0M 3s 1800K .......... .......... .......... .......... .......... 20% 20.7M 3s 1850K .......... .......... .......... .......... .......... 21% 28.6M 3s 1900K .......... .......... .......... .......... .......... 22% 52.2M 3s 1950K .......... .......... .......... .......... .......... 22% 46.0M 2s 2000K .......... .......... .......... .......... .......... 23% 28.8M 2s 2050K .......... .......... .......... .......... .......... 23% 31.3M 2s 2100K .......... .......... .......... .......... .......... 24% 28.9M 2s 2150K .......... .......... .......... .......... .......... 24% 132M 2s 2200K .......... .......... .......... .......... .......... 25% 84.3M 2s 2250K .......... .......... .......... .......... .......... 25% 92.9M 2s 2300K .......... .......... .......... .......... .......... 26% 86.1M 2s 2350K .......... .......... .......... .......... .......... 27% 137M 2s 2400K .......... .......... .......... .......... .......... 27% 72.5M 2s 2450K .......... .......... .......... .......... .......... 28% 140M 2s 2500K .......... .......... .......... .......... .......... 28% 114M 2s 2550K .......... .......... .......... .......... .......... 29% 127M 2s 2600K .......... .......... .......... .......... .......... 29% 108M 2s 2650K .......... .......... .......... .......... .......... 30% 118M 2s 2700K .......... .......... .......... .......... .......... 31% 110M 2s 2750K .......... .......... .......... .......... .......... 31% 644K 2s 2800K .......... .......... .......... .......... .......... 32% 32.8M 2s 2850K .......... .......... .......... .......... .......... 32% 32.9M 2s 2900K .......... .......... .......... .......... .......... 33% 21.7M 2s 2950K .......... .......... .......... .......... .......... 33% 48.6M 2s 3000K .......... .......... .......... .......... .......... 34% 30.0M 2s 3050K .......... .......... .......... .......... .......... 35% 61.4M 2s 3100K .......... .......... .......... .......... .......... 35% 27.2M 1s 3150K .......... .......... .......... .......... .......... 36% 90.6M 1s 3200K .......... .......... .......... .......... .......... 36% 29.1M 1s 3250K .......... .......... .......... .......... .......... 37% 27.1M 1s 3300K .......... .......... .......... .......... .......... 37% 27.0M 1s 3350K .......... .......... .......... .......... .......... 38% 39.3M 1s 3400K .......... .......... .......... .......... .......... 38% 60.0M 1s 3450K .......... .......... .......... .......... .......... 39% 34.1M 1s 3500K .......... .......... .......... .......... .......... 40% 38.6M 1s 3550K .......... .......... .......... .......... .......... 40% 45.9M 1s 3600K .......... .......... .......... .......... .......... 41% 41.3M 1s 3650K .......... .......... .......... .......... .......... 41% 96.4M 1s 3700K .......... .......... .......... .......... .......... 42% 41.9M 1s 3750K .......... .......... .......... .......... .......... 42% 52.0M 1s 3800K .......... .......... .......... .......... .......... 43% 43.3M 1s 3850K .......... .......... .......... .......... .......... 44% 119M 1s 3900K .......... .......... .......... .......... .......... 44% 38.6M 1s 3950K .......... .......... .......... .......... .......... 45% 42.6M 1s 4000K .......... .......... .......... .......... .......... 45% 39.1M 1s 4050K .......... .......... .......... .......... .......... 46% 45.1M 1s 4100K .......... .......... .......... .......... .......... 46% 97.8M 1s 4150K .......... .......... .......... .......... .......... 47% 41.0M 1s 4200K .......... .......... .......... .......... .......... 48% 39.1M 1s 4250K .......... .......... .......... .......... .......... 48% 42.1M 1s 4300K .......... .......... .......... .......... .......... 49% 46.7M 1s 4350K .......... .......... .......... .......... .......... 49% 84.1M 1s 4400K .......... .......... .......... .......... .......... 50% 38.9M 1s 4450K .......... .......... .......... .......... .......... 50% 47.2M 1s 4500K .......... .......... .......... .......... .......... 51% 46.0M 1s 4550K .......... .......... .......... .......... .......... 51% 46.6M 1s 4600K .......... .......... .......... .......... .......... 52% 103M 1s 4650K .......... .......... .......... .......... .......... 53% 45.9M 1s 4700K .......... .......... .......... .......... .......... 53% 47.6M 1s 4750K .......... .......... .......... .......... .......... 54% 43.2M 1s 4800K .......... .......... .......... .......... .......... 54% 38.4M 1s 4850K .......... .......... .......... .......... .......... 55% 93.8M 1s 4900K .......... .......... .......... .......... .......... 55% 40.2M 1s 4950K .......... .......... .......... .......... .......... 56% 58.7M 1s 5000K .......... .......... .......... .......... .......... 57% 47.7M 1s 5050K .......... .......... .......... .......... .......... 57% 99.1M 1s 5100K .......... .......... .......... .......... .......... 58% 44.2M 1s 5150K .......... .......... .......... .......... .......... 58% 53.1M 1s 5200K .......... .......... .......... .......... .......... 59% 43.3M 1s 5250K .......... .......... .......... .......... .......... 59% 48.4M 1s 5300K .......... .......... .......... .......... .......... 60% 88.2M 1s 5350K .......... .......... .......... .......... .......... 61% 118M 1s 5400K .......... .......... .......... .......... .......... 61% 103M 1s 5450K .......... .......... .......... .......... .......... 62% 110M 1s 5500K .......... .......... .......... .......... .......... 62% 109M 1s 5550K .......... .......... .......... .......... .......... 63% 1.11M 1s 5600K .......... .......... .......... .......... .......... 63% 72.4M 1s 5650K .......... .......... .......... .......... .......... 64% 47.0M 1s 5700K .......... .......... .......... .......... .......... 64% 38.6M 0s 5750K .......... .......... .......... .......... .......... 65% 47.2M 0s 5800K .......... .......... .......... .......... .......... 66% 108M 0s 5850K .......... .......... .......... .......... .......... 66% 5.41M 0s 5900K .......... .......... .......... .......... .......... 67% 51.1M 0s 5950K .......... .......... .......... .......... .......... 67% 99.6M 0s 6000K .......... .......... .......... .......... .......... 68% 44.7M 0s 6050K .......... .......... .......... .......... .......... 68% 94.7M 0s 6100K .......... .......... .......... .......... .......... 69% 94.0M 0s 6150K .......... .......... .......... .......... .......... 70% 52.0M 0s 6200K .......... .......... .......... .......... .......... 70% 63.2M 0s 6250K .......... .......... .......... .......... .......... 71% 62.8M 0s 6300K .......... .......... .......... .......... .......... 71% 114M 0s 6350K .......... .......... .......... .......... .......... 72% 86.4M 0s 6400K .......... .......... .......... .......... .......... 72% 48.3M 0s 6450K .......... .......... .......... .......... .......... 73% 105M 0s 6500K .......... .......... .......... .......... .......... 74% 54.1M 0s 6550K .......... .......... .......... .......... .......... 74% 110M 0s 6600K .......... .......... .......... .......... .......... 75% 91.4M 0s 6650K .......... .......... .......... .......... .......... 75% 53.4M 0s 6700K .......... .......... .......... .......... .......... 76% 109M 0s 6750K .......... .......... .......... .......... .......... 76% 105M 0s 6800K .......... .......... .......... .......... .......... 77% 30.7M 0s 6850K .......... .......... .......... .......... .......... 77% 96.8M 0s 6900K .......... .......... .......... .......... .......... 78% 50.1M 0s 6950K .......... .......... .......... .......... .......... 79% 43.0M 0s 7000K .......... .......... .......... .......... .......... 79% 40.0M 0s 7050K .......... .......... .......... .......... .......... 80% 131M 0s 7100K .......... .......... .......... .......... .......... 80% 29.8M 0s 7150K .......... .......... .......... .......... .......... 81% 56.2M 0s 7200K .......... .......... .......... .......... .......... 81% 45.5M 0s 7250K .......... .......... .......... .......... .......... 82% 30.9M 0s 7300K .......... .......... .......... .......... .......... 83% 114M 0s 7350K .......... .......... .......... .......... .......... 83% 47.4M 0s 7400K .......... .......... .......... .......... .......... 84% 45.5M 0s 7450K .......... .......... .......... .......... .......... 84% 6.59M 0s 7500K .......... .......... .......... .......... .......... 85% 97.1M 0s 7550K .......... .......... .......... .......... .......... 85% 139M 0s 7600K .......... .......... .......... .......... .......... 86% 81.3M 0s 7650K .......... .......... .......... .......... .......... 86% 122M 0s 7700K .......... .......... .......... .......... .......... 87% 102M 0s 7750K .......... .......... .......... .......... .......... 88% 126M 0s 7800K .......... .......... .......... .......... .......... 88% 92.6M 0s 7850K .......... .......... .......... .......... .......... 89% 117M 0s 7900K .......... .......... .......... .......... .......... 89% 85.8M 0s 7950K .......... .......... .......... .......... .......... 90% 90.4M 0s 8000K .......... .......... .......... .......... .......... 90% 88.1M 0s 8050K .......... .......... .......... .......... .......... 91% 91.3M 0s 8100K .......... .......... .......... .......... .......... 92% 112M 0s 8150K .......... .......... .......... .......... .......... 92% 95.1M 0s 8200K .......... .......... .......... .......... .......... 93% 70.3M 0s 8250K .......... .......... .......... .......... .......... 93% 96.0M 0s 8300K .......... .......... .......... .......... .......... 94% 49.7M 0s 8350K .......... .......... .......... .......... .......... 94% 87.1M 0s 8400K .......... .......... .......... .......... .......... 95% 70.3M 0s 8450K .......... .......... .......... .......... .......... 96% 82.6M 0s 8500K .......... .......... .......... .......... .......... 96% 93.9M 0s 8550K .......... .......... .......... .......... .......... 97% 1.15M 0s 8600K .......... .......... .......... .......... .......... 97% 32.2M 0s 8650K .......... .......... .......... .......... .......... 98% 34.0M 0s 8700K .......... .......... .......... .......... .......... 98% 61.5M 0s 8750K .......... .......... .......... .......... .......... 99% 128M 0s 8800K .......... .......... .......... .......... .......... 99% 28.3M 0s 8850K . 100% 2211G=1.0s 2022-09-10 03:56:30 (8.47 MB/s) - '/home/jenkins/extension.lib.external/apache-maven-3.6.0-bin.tar.gz' saved [9063587/9063587] hudson.workspace=/home/jenkins/agent/workspace/eclipselink-nightly-2.6 [Pipeline] } Executing sh script inside container el-build of pod el-master-agent-pod-01wdd-g54g0 Executing command: "ssh-agent" "-k" exit unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 23 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] withCredentials Masking supported pattern matches of $KEYRING [Pipeline] { [Pipeline] sh + gpg --batch --import **** gpg: directory '/home/jenkins/.gnupg' created gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created gpg: key F956DAF8F18311D3: public key "Eclipselink Project " imported gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status gpg: key F956DAF8F18311D3: secret key imported gpg: Total number processed: 1 gpg: imported: 1 gpg: secret keys read: 1 gpg: secret keys imported: 1 ++ gpg --list-keys --with-colons ++ awk -F: '/fpr:/ {print $10}' ++ sort -u + for fpr in $(gpg --list-keys --with-colons | awk -F: '/fpr:/ {print $10}' | sort -u) + echo -e '5\ny\n' + gpg --batch --command-fd 0 --expert --edit-key AB11759F53250EEBD92E2F85836B571D384E2887 trust Secret subkeys are available. pub rsa4096/F956DAF8F18311D3 created: 2019-05-16 expires: 2024-05-14 usage: SCEA trust: unknown validity: unknown ssb rsa4096/836B571D384E2887 created: 2019-05-16 expires: 2024-05-14 usage: S [ unknown] (1). Eclipselink Project pub rsa4096/F956DAF8F18311D3 created: 2019-05-16 expires: 2024-05-14 usage: SCEA trust: unknown validity: unknown ssb rsa4096/836B571D384E2887 created: 2019-05-16 expires: 2024-05-14 usage: S [ unknown] (1). Eclipselink Project Please decide how far you trust this user to correctly verify other users' keys (by looking at passports, checking fingerprints from different sources, etc.) 1 = I don't know or won't say 2 = I do NOT trust 3 = I trust marginally 4 = I trust fully 5 = I trust ultimately m = back to the main menu pub rsa4096/F956DAF8F18311D3 created: 2019-05-16 expires: 2024-05-14 usage: SCEA trust: ultimate validity: unknown ssb rsa4096/836B571D384E2887 created: 2019-05-16 expires: 2024-05-14 usage: S [ unknown] (1). Eclipselink Project Please note that the shown key validity is not necessarily correct unless you restart the program. + for fpr in $(gpg --list-keys --with-colons | awk -F: '/fpr:/ {print $10}' | sort -u) + echo -e '5\ny\n' + gpg --batch --command-fd 0 --expert --edit-key D8216E428324480EEA98EE26F956DAF8F18311D3 trust Secret subkeys are available. gpg: checking the trustdb gpg: marginals needed: 3 completes needed: 1 trust model: pgp gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u gpg: next trustdb check due at 2024-05-14 pub rsa4096/F956DAF8F18311D3 created: 2019-05-16 expires: 2024-05-14 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/836B571D384E2887 created: 2019-05-16 expires: 2024-05-14 usage: S [ultimate] (1). Eclipselink Project pub rsa4096/F956DAF8F18311D3 created: 2019-05-16 expires: 2024-05-14 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/836B571D384E2887 created: 2019-05-16 expires: 2024-05-14 usage: S [ultimate] (1). Eclipselink Project Please decide how far you trust this user to correctly verify other users' keys (by looking at passports, checking fingerprints from different sources, etc.) 1 = I don't know or won't say 2 = I do NOT trust 3 = I trust marginally 4 = I trust fully 5 = I trust ultimately m = back to the main menu pub rsa4096/F956DAF8F18311D3 created: 2019-05-16 expires: 2024-05-14 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/836B571D384E2887 created: 2019-05-16 expires: 2024-05-14 usage: S [ultimate] (1). Eclipselink Project [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] container [Pipeline] { [Pipeline] sshagent FATAL: [ssh-agent] Could not find specified credentials [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) Executing sh script inside container el-build of pod el-master-agent-pod-01wdd-g54g0 Executing command: "ssh-agent" exit SSH_AUTH_SOCK=/tmp/ssh-scKrg5JqIr09/agent.119; export SSH_AUTH_SOCK; SSH_AGENT_PID=120; export SSH_AGENT_PID; echo Agent pid 120; SSH_AUTH_SOCK=/tmp/ssh-scKrg5JqIr09/agent.119 SSH_AGENT_PID=120 [ssh-agent] Started. [Pipeline] { [Pipeline] sh + etc/jenkins/build.sh -[ EclipseLink Build ]----------------------------------------------------------- [10.09.2022 03:56:37] -[ Starting MySQL Database ]------------------------------ [10.09.2022 03:56:37] --[ Waiting for MySQL Database to come up ]--------------- . done Buildfile: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/autobuild.xml [echo] ---- AutoBuild.xml ---- [echo] build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6' set-defaults: [echo] [echo] git.exec ='/usr/bin/git' [echo] build.deps.dir = '/home/jenkins/extension.lib.external' [echo] build.tool.root = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6' [echo] hudson.workspace= '/home/jenkins/agent/workspace/eclipselink-nightly-2.6' [echo] M2_HOME = '/home/jenkins/extension.lib.external/apache-maven-3.6.0' [echo] [echo] branch = '2.6' get-git-hash: pre-init: [echo] 'M2_HOME' set to: '/home/jenkins/extension.lib.external/apache-maven-3.6.0' [echo] ANT_ARGS='${env.ANT_ARGS}' [echo] ANT_OPTS='${env.ANT_OPTS}' [echo] [echo] env.JAVA_HOME = '/usr/lib/jvm/java' [echo] env.ANT_HOME = '${env.ANT_HOME}' [echo] env.JUNIT_HOME = '${env.JUNIT_HOME}' [echo] env.MAVENANT_DIR= '${env.MAVENANT_DIR}' [echo] env.PATH = '${env.PATH}' [echo] env.CLASSPATH = '${env.CLASSPATH}' [echo] env.GIT_EXEC = '${env.GIT_EXEC}' [echo] env.TARGET = '${env.TARGET}' [echo] [echo] java.version ='1.8.0_252' [echo] os.name ='Linux' [echo] os.arch ='amd64' [echo] os.version ='5.14.14-200.fc34.x86_64' [echo] [echo] builddate.buildtime='20220910.0356' [echo] coretest.prop.file ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/mysql.jpa.test.properties' [echo] test.properties.run='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/mysql.jpa.test.properties' [echo] build.type ='SNAPSHOT' [echo] version.qualifier ='v20220910-5fc36efa7a' [echo] [echo] build.deps.dir ='/home/jenkins/extension.lib.external' [echo] build.tool.root ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6' [echo] hudson.workspace='/home/jenkins/agent/workspace/eclipselink-nightly-2.6' [echo] common-init: [echo] milestone.tag ='2.6.10-SNAPSHOT' [echo] branch.name ='${branch.name}' [echo] branch ='2.6' [echo] basedir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6' [echo] build.location ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6' [echo] extract.root.dir='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds' [echo] log.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/log' [echo] junit.dir ='/home/jenkins/extension.lib.external/junit' [echo] junit.lib ='/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] [echo] git.exec ='/usr/bin/git' [echo] [echo] EL version ='2.6.10' [echo] build.type ='SNAPSHOT' [echo] version.string ='2.6.10.v20220910-5fc36efa7a' [echo] build.number ='20220910' [echo] git.hash ='5fc36efa7a' [echo] [echo] milestone.tag ='2.6.10-SNAPSHOT' [echo] [echo] jdbc.driver.jar='/home/jenkins/extension.lib.external/mysql-connector-java-5.1.48.jar' [echo] db.driver ='com.mysql.jdbc.Driver' [echo] db.url ='jdbc:mysql://localhost/ecltest?useSSL=false' [echo] db.user ='root' [echo] db.pwd = ********** [echo] db.platform ='org.eclipse.persistence.platform.database.MySQLPlatform' init: clean: [echo] trunk.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6' [echo] env.CLASSPATH = '' [echo] java.class.path = '/opt/java/ant/lib/ant-launcher.jar:/opt/java/ant/lib/ant-antlr.jar:/opt/java/ant/lib/ant-apache-bcel.jar:/opt/java/ant/lib/ant-apache-bsf.jar:/opt/java/ant/lib/ant-apache-log4j.jar:/opt/java/ant/lib/ant-apache-oro.jar:/opt/java/ant/lib/ant-apache-regexp.jar:/opt/java/ant/lib/ant-apache-resolver.jar:/opt/java/ant/lib/ant-apache-xalan2.jar:/opt/java/ant/lib/ant-commons-logging.jar:/opt/java/ant/lib/ant-commons-net.jar:/opt/java/ant/lib/ant-imageio.jar:/opt/java/ant/lib/ant-jai.jar:/opt/java/ant/lib/ant-javamail.jar:/opt/java/ant/lib/ant-jdepend.jar:/opt/java/ant/lib/ant-jmf.jar:/opt/java/ant/lib/ant-jsch.jar:/opt/java/ant/lib/ant-junit.jar:/opt/java/ant/lib/ant-junit4.jar:/opt/java/ant/lib/ant-junitlauncher.jar:/opt/java/ant/lib/ant-launcher.jar:/opt/java/ant/lib/ant-netrexx.jar:/opt/java/ant/lib/ant-swing.jar:/opt/java/ant/lib/ant-testutil.jar:/opt/java/ant/lib/ant-xz.jar:/opt/java/ant/lib/ant.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.252.b09-0.fc30.x86_64/lib/tools.jar' [echo] user.home = '/home/jenkins' [echo] Loading user properties from: '/home/jenkins/build.properties' [echo] oracle.extensions.depend.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/../extension.oracle.lib.external' [echo] extensions.depend.dir = '/home/jenkins/extension.lib.external' [echo] junit.lib = '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' (if not set tests may not compile; let alone run) [echo] Loading default properties from: '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/build.properties' [echo] Ant version detected: 'Apache Ant(TM) version 1.10.7 compiled on September 1 2019' [echo] JDK version detected: '1.8.0_252' [echo] JDBC driver JAR: '/home/jenkins/extension.lib.external/mysql-connector-java-5.1.48.jar' check-maven: [echo] Maven install (M2_HOME) set to: '/home/jenkins/extension.lib.external/apache-maven-3.6.0' set-compdeps: [echo] Compdeps Settings: [echo] Whether to use a local compdeps p2 repo: [echo] local.compdeps: 'true' [echo] Whether a local p2epo needs generating (only true if using local and repo not found): [echo] generate.compdeps: 'true' generate-local-compdeps: [echo] Generating local 'Compile Dependency P2 Repository' using tools found in '/home/jenkins/extension.lib.external/eclipse/plugins'. init: [echo] ant.project.name ='compdeps' [echo] basedir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps' [echo] compdeps.build.location ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps' [echo] compdeps.2.base.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../..' [echo] compdeps.2.common.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../../features/common' [echo] compdeps.2.common.plugins.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../../plugins' [echo] compdeps.2.jpa.plugins.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../../jpa/plugins' [echo] compdeps.2.sdo.plugins.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../../sdo/plugins' [echo] compdeps.2.util.plugins.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../../utils/plugins' [echo] compdeps.2.buildsys.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../../buildsystem' [echo] --- [echo] custom.tasks.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/ant_customizations.jar' [echo] custom.echo.task.class ='org.eclipse.persistence.buildtools.ant.taskdefs.Say' [echo] custom.selectbundle.task.class ='org.eclipse.persistence.buildtools.ant.taskdefs.SelectBundle' [echo] --- [echo] compdeps.version ='1.0.4' [echo] compdeps.qualifier ='v202209100356' [echo] compdeps.version.string ='1.0.4.v202209100356' [echo] p2repo.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo' [echo] specification.vendor ='Eclipse.org - EclipseLink Project' [echo] --- [echo] eclipse.install.dir ='/home/jenkins/extension.lib.external/eclipse' [say] eclipse.plugin.dir ='/home/jenkins/extension.lib.external/eclipse/plugins' [echo] p2.publisher.jar ='${p2.publisher.jar}' [echo] p2.launcher.jar ='${p2.launcher.jar}' [echo] p2.artifact.jar ='${p2.artifact.jar}' [echo] --- [echo] p2.feature.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo/features' [echo] p2.bundle.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo/plugins' [echo] --- [echo] compdeps.build.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo/features' [echo] --- [echo] p2.repos.url ='file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo' [echo] p2.release.repos.name ='EclipseLink Release Repository' [echo] p2.release.repos.url ='http://archive.eclipse.org/rt/eclipselink/compdeps-updates' [echo] metadata.repos.name ='"EclipseLink Release Repository"' [echo] artifact.repos.name ='"EclipseLink Compdeps Artifacts"' clean: resolve-feature-dependencies: [echo] Searching /home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../../plugins... [say] javax.xml.bind.version = '2.2.12.v201410011542' [say] sun.tools.xjc.version = '2.2.11.v201407311112' [say] sun.xml.bind.version = '2.2.11.v201407311112' [say] jersey.version = '1.8.0.201204181614' [say] ejb.version = '3.1.0.v201205171433' [say] jms.version = '1.1.0.v200906010428' [say] resource.version = '1.6.0.v201204270900' [say] transaction.version = '1.1.0.v201002051055' [say] servlet.version = '2.4.0.v200806031604' [say] xml.soap.version = '1.3.0.v200906010428' [say] antlr.version = '3.5.2.v202005201612' [say] asm.version = '6.2.0.v201808041654' [say] validation.version = '1.1.0.v201304101302' [say] json.version = '1.0.4.v201311181159' [echo] Searching /home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../../jpa/plugins... [say] persistence.version = '2.1.1.v201509150925' [echo] Searching /home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../../sdo/plugins... [say] sdo.version = '2.1.1.v201112051852' [echo] Searching /home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../../utils/plugins... [say] oracleddl.version = '1.0.0.v20150306' [say] wsdl.version = '1.6.2.v201012040545' create-deployable-features: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/target [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/target jar-feature: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo/features [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo/features/org.eclipse.persistence.compdeps_1.0.4.v202209100356.jar build-feature: configure-tooling: [echo] eclipse.plugin.dir ='/home/jenkins/extension.lib.external/eclipse/plugins' [say] p2.launcher.jar ='org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar' [say] p2.publisher.jar ='org.eclipse.equinox.p2.publisher_1.4.0.v20141117-0929.jar' populate-p2-site: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo/plugins [copy] Copying 24 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo/plugins generate-p2-site: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo [echo] java.home ='/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.252.b09-0.fc30.x86_64/jre' [echo] ----- [echo] p2repo.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo' [echo] p2.repos.url ='file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo' [echo] p2.release.repos.url ='http://archive.eclipse.org/rt/eclipselink/compdeps-updates' [echo] ----- [p2] Generating metadata for .. [p2] Generation completed with success [0 seconds]. test-p2-site: [echo] p2.director.jar ='org.eclipse.equinox.p2.director_*.jar' [echo] p2.director.destination ='/home/jenkins/extension.lib.external/eclipse' [echo] p2.director.bundlepool ='/home/jenkins/extension.lib.external/eclipse' [echo] p2.director.profile ='SDKProfile' [echo] p2.director.installIU ='org.eclipse.persistence.compdeps.feature.group' [echo] p2.director.action ='-verifyOnly' [echo] p2.director.eclipse.version ='luna' [echo] p2.director.eclipse.updateSite ='http://download.eclipse.org/releases/luna' [echo] p2.director.additionalArgs ='' [echo] Verifying EclipseLink Update Site with Compilation dependencies: 'file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo' [p2.director] Installing org.eclipse.persistence.compdeps.feature.group 1.0.4.v202209100356. [p2.director] Operation completed in 15997 ms. generate-p2: build: clean-runtime-checkedin: clean-core: [java] [INFO] Scanning for projects... [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/0.21.0/tycho-maven-plugin-0.21.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/0.21.0/tycho-maven-plugin-0.21.0.pom (2.1 kB at 4.1 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/0.21.0/tycho-0.21.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/0.21.0/tycho-0.21.0.pom (18 kB at 135 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/0.21.0/tycho-core-0.21.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/0.21.0/tycho-core-0.21.0.pom (4.7 kB at 41 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 829 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 1.5 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 1.0 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 kB at 582 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 432 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.pom (2.5 kB at 100 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 kB at 886 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 282 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 590 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 235 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 317 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 130 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 765 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 1.9 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 26 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 212 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 423 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 1.1 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 1.4 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (4.2 kB at 209 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 440 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 158 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 276 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 275 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 381 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 895 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 447 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 434 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 208 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 1.1 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 1.8 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 571 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 798 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 910 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 1.8 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 374 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 353 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 279 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 1.1 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 295 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 616 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 290 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom (3.2 kB at 146 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom (3.0 kB at 151 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.5/plexus-io-2.0.5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.5/plexus-io-2.0.5.pom (2.2 kB at 111 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom (3.1 kB at 113 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 2.3 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.0.0.v20140403-1907/org.eclipse.osgi.compatibility.state-1.0.0.v20140403-1907.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.0.0.v20140403-1907/org.eclipse.osgi.compatibility.state-1.0.0.v20140403-1907.pom (1.1 kB at 17 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/0.21.0/sisu-equinox-embedder-0.21.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/0.21.0/sisu-equinox-embedder-0.21.0.pom (1.8 kB at 20 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/0.21.0/sisu-equinox-0.21.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox/0.21.0/sisu-equinox-0.21.0.pom (1.0 kB at 11 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.10.0.v20140606-1445/org.eclipse.osgi-3.10.0.v20140606-1445.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.10.0.v20140606-1445/org.eclipse.osgi-3.10.0.v20140606-1445.pom (1.0 kB at 51 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/0.21.0/sisu-equinox-api-0.21.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/0.21.0/sisu-equinox-api-0.21.0.pom (1.7 kB at 20 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/0.21.0/tycho-metadata-model-0.21.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/0.21.0/tycho-metadata-model-0.21.0.pom (1.3 kB at 13 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom (6.3 kB at 153 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/0.21.0/tycho-embedder-api-0.21.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/0.21.0/tycho-embedder-api-0.21.0.pom (2.1 kB at 24 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/0.21.0/org.eclipse.tycho.embedder.shared-0.21.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/0.21.0/org.eclipse.tycho.embedder.shared-0.21.0.pom (1.1 kB at 16 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/0.21.0/tycho-bundles-0.21.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles/0.21.0/tycho-bundles-0.21.0.pom (3.0 kB at 26 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/0.21.0/org.eclipse.tycho.core.shared-0.21.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/0.21.0/org.eclipse.tycho.core.shared-0.21.0.pom (1.0 kB at 12 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/0.21.0/tycho-p2-facade-0.21.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/0.21.0/tycho-p2-facade-0.21.0.pom (2.1 kB at 28 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/0.21.0/tycho-p2-0.21.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2/0.21.0/tycho-p2-0.21.0.pom (1.1 kB at 9.4 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/0.21.0/org.eclipse.tycho.p2.resolver.shared-0.21.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/0.21.0/org.eclipse.tycho.p2.resolver.shared-0.21.0.pom (1.1 kB at 11 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/0.21.0/org.eclipse.tycho.p2.tools.shared-0.21.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/0.21.0/org.eclipse.tycho.p2.tools.shared-0.21.0.pom (1.1 kB at 9.5 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/0.21.0/tycho-maven-plugin-0.21.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/0.21.0/tycho-core-0.21.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-maven-plugin/0.21.0/tycho-maven-plugin-0.21.0.jar (5.4 kB at 71 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 406 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 329 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 1.3 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 235 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 366 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 366 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/0.21.0/tycho-core-0.21.0.jar (177 kB at 1.2 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 92 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 974 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 664 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 3.2 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 455 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 643 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 292 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 221 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 943 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 715 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 131 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 212 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.5/plexus-io-2.0.5.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 2.0 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.0.0.v20140403-1907/org.eclipse.osgi.compatibility.state-1.0.0.v20140403-1907.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (13 kB at 54 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/0.21.0/sisu-equinox-embedder-0.21.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.5/plexus-io-2.0.5.jar (58 kB at 223 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar (185 kB at 717 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.10.0.v20140606-1445/org.eclipse.osgi-3.10.0.v20140606-1445.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/0.21.0/sisu-equinox-api-0.21.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.0.0.v20140403-1907/org.eclipse.osgi.compatibility.state-1.0.0.v20140403-1907.jar (242 kB at 910 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/0.21.0/tycho-metadata-model-0.21.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.jar (230 kB at 838 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-embedder/0.21.0/sisu-equinox-embedder-0.21.0.jar (13 kB at 43 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/0.21.0/tycho-embedder-api-0.21.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar (112 kB at 356 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/0.21.0/org.eclipse.tycho.embedder.shared-0.21.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/0.21.0/tycho-metadata-model-0.21.0.jar (31 kB at 93 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/0.21.0/org.eclipse.tycho.core.shared-0.21.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-api/0.21.0/sisu-equinox-api-0.21.0.jar (3.1 kB at 9.2 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/0.21.0/tycho-p2-facade-0.21.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-embedder-api/0.21.0/tycho-embedder-api-0.21.0.jar (7.0 kB at 19 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/0.21.0/org.eclipse.tycho.embedder.shared-0.21.0.jar (8.7 kB at 24 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/0.21.0/org.eclipse.tycho.p2.resolver.shared-0.21.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.10.0.v20140606-1445/org.eclipse.osgi-3.10.0.v20140606-1445.jar (1.3 MB at 3.3 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/0.21.0/org.eclipse.tycho.p2.tools.shared-0.21.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 11 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-facade/0.21.0/tycho-p2-facade-0.21.0.jar (32 kB at 74 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.core.shared/0.21.0/org.eclipse.tycho.core.shared-0.21.0.jar (33 kB at 75 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/0.21.0/org.eclipse.tycho.p2.resolver.shared-0.21.0.jar (27 kB at 62 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/0.21.0/org.eclipse.tycho.p2.tools.shared-0.21.0.jar (20 kB at 44 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/0.21.0/tycho-bundles-external-0.21.0.zip [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-bundles-external/0.21.0/tycho-bundles-external-0.21.0.zip (6.8 MB at 13 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/0.21.0/org.eclipse.tycho.p2.resolver.impl-0.21.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/0.21.0/org.eclipse.tycho.p2.resolver.impl-0.21.0.jar (189 kB at 2.6 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/0.21.0/org.eclipse.tycho.p2.maven.repository-0.21.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/0.21.0/org.eclipse.tycho.p2.maven.repository-0.21.0.jar (136 kB at 1.1 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/0.21.0/org.eclipse.tycho.p2.tools.impl-0.21.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/0.21.0/org.eclipse.tycho.p2.tools.impl-0.21.0.jar (36 kB at 445 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/0.21.0/tycho-compiler-plugin-0.21.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/0.21.0/tycho-compiler-plugin-0.21.0.pom (2.6 kB at 25 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/0.21.0/tycho-compiler-plugin-0.21.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-plugin/0.21.0/tycho-compiler-plugin-0.21.0.jar (31 kB at 462 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/0.21.0/target-platform-configuration-0.21.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/0.21.0/target-platform-configuration-0.21.0.pom (1.7 kB at 21 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/0.21.0/target-platform-configuration-0.21.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/target-platform-configuration/0.21.0/target-platform-configuration-0.21.0.jar (7.8 kB at 139 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/0.21.0/tycho-source-plugin-0.21.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/0.21.0/tycho-source-plugin-0.21.0.pom (2.7 kB at 53 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/0.21.0/tycho-source-plugin-0.21.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-source-plugin/0.21.0/tycho-source-plugin-0.21.0.jar (22 kB at 213 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.pom (5.0 kB at 152 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom (12 kB at 693 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 1.6 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom (4.1 kB at 683 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (4.5 kB at 168 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (8.7 kB at 300 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 879 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom (15 kB at 822 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 57 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 1.1 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/0.21.0/tycho-packaging-plugin-0.21.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/0.21.0/tycho-packaging-plugin-0.21.0.pom (2.6 kB at 30 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/0.21.0/tycho-packaging-plugin-0.21.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar (24 kB at 769 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 704 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-packaging-plugin/0.21.0/tycho-packaging-plugin-0.21.0.jar (116 kB at 1.4 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.6/maven-antrun-plugin-1.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.6/maven-antrun-plugin-1.6.pom (4.1 kB at 133 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom (13 kB at 394 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 554 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom (14 kB at 481 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.6/maven-antrun-plugin-1.6.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.6/maven-antrun-plugin-1.6.jar (30 kB at 1.7 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/findbugs-maven-plugin/3.0.0/findbugs-maven-plugin-3.0.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/findbugs-maven-plugin/3.0.0/findbugs-maven-plugin-3.0.0.pom (19 kB at 188 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/30/mojo-parent-30.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/30/mojo-parent-30.pom (27 kB at 888 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom (4.8 kB at 254 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/findbugs-maven-plugin/3.0.0/findbugs-maven-plugin-3.0.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/findbugs-maven-plugin/3.0.0/findbugs-maven-plugin-3.0.0.jar (133 kB at 2.0 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (3.9 kB at 178 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 kB at 767 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 kB at 1.4 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.pom (6.0 kB at 248 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.4.3/maven-resources-plugin-2.4.3.jar (24 kB at 1.4 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/0.21.0/tycho-p2-plugin-0.21.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/0.21.0/tycho-p2-plugin-0.21.0.pom (2.3 kB at 22 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/0.21.0/tycho-p2-plugin-0.21.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-p2-plugin/0.21.0/tycho-p2-plugin-0.21.0.jar (27 kB at 350 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/0.21.0/sisu-equinox-launching-0.21.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/0.21.0/sisu-equinox-launching-0.21.0.pom (2.5 kB at 33 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom (11 kB at 237 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom (53 kB at 1.4 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom (14 kB at 1.6 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/0.21.0/tycho-artifactcomparator-0.21.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/0.21.0/tycho-artifactcomparator-0.21.0.pom (1.8 kB at 25 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/4.0/asm-debug-all-4.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/4.0/asm-debug-all-4.0.pom (2.0 kB at 55 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/4.0/asm-parent-4.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/4.0/asm-parent-4.0.pom (5.5 kB at 211 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.3/ow2-1.3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.3/ow2-1.3.pom (9.5 kB at 244 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/0.21.0/sisu-equinox-launching-0.21.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/4.0/asm-debug-all-4.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/0.21.0/tycho-artifactcomparator-0.21.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar (54 kB at 1.3 MB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-debug-all/4.0/asm-debug-all-4.0.jar (321 kB at 6.3 MB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/0.21.0/tycho-artifactcomparator-0.21.0.jar (19 kB at 271 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-equinox-launching/0.21.0/sisu-equinox-launching-0.21.0.jar (27 kB at 337 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom (4.9 kB at 188 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar (23 kB at 669 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom (5.7 kB at 317 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom (13 kB at 617 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar (23 kB at 924 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom (21 kB at 1.1 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 kB at 515 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 2.7 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar (124 kB at 4.4 MB/s) [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpa.jpql:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpa.jpql/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpa.jpql/../../buildsystem/compdeps/p2repo [java] [INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository [java] [INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/ (0B of 173.22kB at 0B/s) [java] [INFO] Fetching p2.index from http://download.eclipse.org/releases/kepler/ (0B of 128B at 0B/s) [java] [INFO] Adding repository http://download.eclipse.org/releases/kepler [java] [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/kepler/ (0B of 497B at 0B/s) [java] [INFO] Fetching p2.index from http://download.eclipse.org/releases/kepler/201402280900/ (0B of 365B at 0B/s) [java] [INFO] Fetching content.jar from http://download.eclipse.org/releases/kepler/201402280900/ (0B of 2.27MB at 0B/s) [java] [INFO] Fetching p2.index from http://download.eclipse.org/releases/kepler/201309270900/ (0B of 365B at 0B/s) [java] [INFO] Fetching content.jar from http://download.eclipse.org/releases/kepler/201309270900/ (0B of 2.28MB at 0B/s) [java] [INFO] Fetching p2.index from http://download.eclipse.org/releases/kepler/201306260900/ (0B of 365B at 0B/s) [java] [INFO] Fetching content.jar from http://download.eclipse.org/releases/kepler/201306260900/ (0B of 2.17MB at 0B/s) [java] [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/kepler/ (0B of 116B at 0B/s) [java] [INFO] Fetching content.jar from http://download.eclipse.org/technology/epp/packages/kepler/ (0B of 327.39kB at 0B/s) [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpa.jpql:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpa.jpql/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpa.jpql:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpa.jpql/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.core:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/pom.xml [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/javax.json/1.0.4/javax.json-1.0.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/javax.json/1.0.4/javax.json-1.0.4.pom (9.2 kB at 130 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/json/1.0.4/json-1.0.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/json/1.0.4/json-1.0.4.pom (11 kB at 181 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 252 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/javax.json/1.0.4/javax.json-1.0.4.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/javax.json/1.0.4/javax.json-1.0.4.jar (85 kB at 734 kB/s) [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/../../buildsystem/compdeps/p2repo [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.core:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/pom.xml [java] [INFO] Fetching &countryCode=&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20130827064939/repository/ (0B of 63B at 0B/s) [java] [INFO] Fetching cdi.api_1.0.0.v201105160744.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/plugins/ (0B of 23.24kB at 0B/s) [java] [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/plugins/ (0B of 41.25kB at 0B/s) [java] [INFO] Fetching javax.inject_1.0.0.v20091030.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/plugins/ (0B of 9.24kB at 0B/s) [java] [INFO] Fetching javax.ejb_3.1.1.v201204261316.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/plugins/ (0B of 30.33kB at 0B/s) [java] [INFO] Fetching &countryCode=&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/kepler/201402280900/ (0B of 63B at 0B/s) [java] [INFO] Fetching org.eclipse.osgi_3.9.1.v20140110-1610.jar.pack.gz from http://download.eclipse.org/releases/kepler/201402280900/plugins/ (0B of 420.3kB at 0B/s) [java] [INFO] Fetching javax.activation_1.1.0.v201211130549.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/plugins/ (0B of 23.56kB at 0B/s) [java] [INFO] Fetching javax.xml.rpc_1.1.0.v201209140446.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/plugins/ (0B of 34.11kB at 0B/s) [java] [INFO] Fetching javax.mail_1.4.0.v201005080615.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/plugins/ (0B of 99.03kB at 0B/s) [java] [INFO] Fetching javax.transaction_1.1.1.v201105210645.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/plugins/ (0B of 13.79kB at 0B/s) [java] [INFO] Fetching javax.servlet_3.0.0.v201112011016.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/plugins/ (0B of 119.31kB at 0B/s) [java] [INFO] Fetching javax.jms_1.1.0.v201205091237.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/plugins/ (0B of 18.81kB at 0B/s) [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.core:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.nosql:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/../../buildsystem/compdeps/p2repo [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.nosql:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/pom.xml [java] [INFO] Fetching org.eclipse.orbit.mongodb_2.10.1.v20130422-1135.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/plugins/ (0B of 124.31kB at 0B/s) [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.nosql:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.extension:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.extension/pom.xml [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/3.2.8.Final/jgroups-3.2.8.Final.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/3.2.8.Final/jgroups-3.2.8.Final.pom (10 kB at 3.2 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/3.2.8.Final/jgroups-3.2.8.Final.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/3.2.8.Final/jgroups-3.2.8.Final.jar (2.0 MB at 13 MB/s) [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.extension/../../buildsystem/compdeps/p2repo [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.extension:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.extension/pom.xml [java] [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/plugins/ (0B of 124.52kB at 0B/s) [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.extension:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.extension/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpa:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpa/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpa/../../buildsystem/compdeps/p2repo [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpa:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpa/pom.xml [java] [INFO] Fetching org.apache.ant_1.8.4.v201303080030.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/plugins/ (0B of 2.15MB at 0B/s) [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpa:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpa/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpars:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpars/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpars/../../buildsystem/compdeps/p2repo [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpars:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpars/pom.xml [java] [INFO] Fetching javax.ws.rs_1.1.1.v20130318-1750.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository/plugins/ (0B of 33.74kB at 0B/s) [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpars:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpars/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.moxy:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/org.eclipse.persistence.moxy/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/org.eclipse.persistence.moxy/../../buildsystem/compdeps/p2repo [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.moxy:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/org.eclipse.persistence.moxy/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.moxy:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/org.eclipse.persistence.moxy/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.sdo:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/../../buildsystem/compdeps/p2repo [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.sdo:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.sdo:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.dbws:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/dbws/org.eclipse.persistence.dbws/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/dbws/org.eclipse.persistence.dbws/../../buildsystem/compdeps/p2repo [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.dbws:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/dbws/org.eclipse.persistence.dbws/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.dbws:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/dbws/org.eclipse.persistence.dbws/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.dbws.builder:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/org.eclipse.persistence.dbws.builder/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/org.eclipse.persistence.dbws.builder/../../buildsystem/compdeps/p2repo [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.dbws.builder:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/org.eclipse.persistence.dbws.builder/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.dbws.builder:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/org.eclipse.persistence.dbws.builder/pom.xml [java] [WARNING] The project org.eclipse.persistence:org.eclipse.persistence.parent:pom:2.6.10-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] Reactor Build Order: [java] [INFO] [java] [INFO] EclipseLink Parent [pom] [java] [INFO] EclipseLink Hermes Parser [eclipse-plugin] [java] [INFO] EclipseLink Core [eclipse-plugin] [java] [INFO] EclipseLink NoSQL Extension [eclipse-plugin] [java] [INFO] EclipseLink Extension [eclipse-plugin] [java] [INFO] EclipseLink JPA [eclipse-plugin] [java] [INFO] EclipseLink MOXy [eclipse-plugin] [java] [INFO] EclipseLink DBWS [eclipse-plugin] [java] [INFO] EclipseLink JPA-RS [eclipse-plugin] [java] [INFO] EclipseLink SDO [eclipse-plugin] [java] [INFO] EclipseLink DBWS Builder [eclipse-plugin] [java] [INFO] [java] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.parent >------- [java] [INFO] Building EclipseLink Parent 2.6.10-SNAPSHOT [1/11] [java] [INFO] --------------------------------[ pom ]--------------------------------- [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.parent --- [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 58 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 503 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 635 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom (3.4 kB at 64 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 145 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 464 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 714 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 9.8 MB/s) [java] [INFO] [java] [INFO] ------< org.eclipse.persistence:org.eclipse.persistence.jpa.jpql >------ [java] [INFO] Building EclipseLink Hermes Parser 2.6.10-SNAPSHOT [2/11] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.jpa.jpql --- [java] [INFO] [java] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.core >-------- [java] [INFO] Building EclipseLink Core 2.6.10-SNAPSHOT [3/11] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.core --- [java] [INFO] [java] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.nosql >-------- [java] [INFO] Building EclipseLink NoSQL Extension 2.6.10-SNAPSHOT [4/11] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.nosql --- [java] [INFO] [java] [INFO] -----< org.eclipse.persistence:org.eclipse.persistence.extension >------ [java] [INFO] Building EclipseLink Extension 2.6.10-SNAPSHOT [5/11] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.extension --- [java] [INFO] [java] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.jpa >--------- [java] [INFO] Building EclipseLink JPA 2.6.10-SNAPSHOT [6/11] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.jpa --- [java] [INFO] [java] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.moxy >-------- [java] [INFO] Building EclipseLink MOXy 2.6.10-SNAPSHOT [7/11] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.moxy --- [java] [INFO] [java] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.dbws >-------- [java] [INFO] Building EclipseLink DBWS 2.6.10-SNAPSHOT [8/11] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.dbws --- [java] [INFO] [java] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.jpars >-------- [java] [INFO] Building EclipseLink JPA-RS 2.6.10-SNAPSHOT [9/11] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.jpars --- [java] [INFO] [java] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.sdo >--------- [java] [INFO] Building EclipseLink SDO 2.6.10-SNAPSHOT [10/11] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.sdo --- [java] [INFO] [java] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.dbws.builder >---- [java] [INFO] Building EclipseLink DBWS Builder 2.6.10-SNAPSHOT [11/11] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.persistence.dbws.builder --- [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] Reactor Summary for EclipseLink Parent 2.6.10-SNAPSHOT: [java] [INFO] [java] [INFO] EclipseLink Parent ................................. SUCCESS [ 0.288 s] [java] [INFO] EclipseLink Hermes Parser .......................... SUCCESS [ 0.002 s] [java] [INFO] EclipseLink Core ................................... SUCCESS [ 0.003 s] [java] [INFO] EclipseLink NoSQL Extension ........................ SUCCESS [ 0.003 s] [java] [INFO] EclipseLink Extension .............................. SUCCESS [ 0.003 s] [java] [INFO] EclipseLink JPA .................................... SUCCESS [ 0.004 s] [java] [INFO] EclipseLink MOXy ................................... SUCCESS [ 0.002 s] [java] [INFO] EclipseLink DBWS ................................... SUCCESS [ 0.003 s] [java] [INFO] EclipseLink JPA-RS ................................. SUCCESS [ 0.002 s] [java] [INFO] EclipseLink SDO .................................... SUCCESS [ 0.002 s] [java] [INFO] EclipseLink DBWS Builder ........................... SUCCESS [ 0.002 s] [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] BUILD SUCCESS [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] Total time: 34.438 s [java] [INFO] Finished at: 2022-09-10T03:57:41Z [java] [INFO] ------------------------------------------------------------------------ clean-runtime-built: [echo] modelgen.2.base.dir = '../..' [echo] Loading /home/jenkins/build.properties... clean: [echo] dynamic.2.base.dir = '../..' [echo] Loading /home/jenkins/build.properties... clean: clean: clean: init: [echo] mw.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench' [echo] release.designation = 'EclipseLink 2.6.10' [echo] release.version = '2.6.10' [echo] BuildDate.BuildTime = '20220910.0356' [echo] java.version = '1.8.0_252' [echo] os.name = 'Linux' [echo] os.arch = 'amd64' [echo] os.version = '5.14.14-200.fc34.x86_64' [echo] stop.on.error = 'true' [echo] optimize.code = 'off' [echo] report.deprecation = 'off' [echo] javac.debug = 'true' [echo] javac.debuglevel = 'lines,vars,source' [echo] target.jvm = '1.7' [echo] java_home = '/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.252.b09-0.fc30.x86_64/jre/..' [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/logs clean: init: [echo] BuildDate.BuildTime='20220910.0356' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.14.14-200.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' clean: init: [echo] BuildDate.BuildTime='20220910.0356' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.14.14-200.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20220910.0356' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.14.14-200.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20220910.0356' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.14.14-200.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20220910.0356' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.14.14-200.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20220910.0356' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.14.14-200.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20220910.0356' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.14.14-200.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20220910.0356' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.14.14-200.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20220910.0356' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.14.14-200.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20220910.0356' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.14.14-200.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/logs clean-runtime: clean-testing: [echo] wdf_test.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test' [echo] wdf_test.2.trunk.dir = '../..' clean: [echo] jparstest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test' [echo] eclipselink.jpars.test = 'jpa/eclipselink.jpars.test' [echo] jparstest.2.base.dir = '../..' [echo] Loading /home/jenkins/build.properties [echo] Skipping ${test.properties}, file does not exist clean: [echo] CORETEST_BEGINS... [echo] core_test.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test' [echo] core_test.2.base.dir = '../..' [echo] Loading /home/jenkins/build.properties... [echo] Notice: custom properties file '/home/jenkins/test.properties' not found to load. clean: [echo] Cleaning... [echo] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/classes [echo] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/reports [echo] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run [echo] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/eclipselink-coretest-framework.jar [echo] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/eclipselink-core-tests.jar [echo] Loading /home/jenkins/build.properties [echo] Skipping ${test.properties}, file does not exist [echo] Skipping /home/jenkins/test.properties, file does not exist [echo] Skipping /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.6.10.v20220910-5fc36efa7a.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.modelgentest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/eclipselink.jpa.modelgen.test' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../sdo/plugins' (for GF) [echo] user.home = '/home/jenkins' [echo] Loading user properties from: '/home/jenkins/test.properties' server-test-dll-existence: cleanup-merge-inherited-ddl: jta-ds-servertest-existence: cleanup-non-jta-ds-servertest: clean: [echo] moxytest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test' [echo] moxytest.2.trunk.dir = '../..' [echo] oep.nosql.lib ='${oep.nosql.lib}' clean: [echo] sdotest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/eclipselink.sdo.test' [echo] sdotest.2.base.dir = '../..' clean: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/eclipselink.sdo.test/classes [echo] JDK version detected: '1.8.0_252' [echo] java.version='1.8.0_252' [echo] dbws_test.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/dbws/eclipselink.dbws.test' [echo] dbws_test.2.base.dir = '../..' Trying to override old definition of task javac clean: init: [echo] user.home ='/home/jenkins' [echo] test.properties ='${test.properties}' [echo] extensions.depend.dir ='/home/jenkins/extension.lib.external' [echo] junit.lib ='/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] mwtest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test' [echo] release.designation = 'EclipseLink 2.6.10' [echo] release.version = '2.6.10' [echo] BuildDate.BuildTime = '20220910.0356' [echo] java.version = '1.8.0_252' [echo] os.name = 'Linux' [echo] os.arch = 'amd64' [echo] os.version = '5.14.14-200.fc34.x86_64' [echo] stop.on.error = 'true' [echo] optimize.code = 'off' [echo] report.deprecation = 'off' [echo] javac.debug = 'true' [echo] javac.debuglevel = 'lines,vars,source' [echo] target.jvm = '1.7' [echo] java_home = '/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.252.b09-0.fc30.x86_64/jre/..' [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/logs clean: init: [echo] BuildDate.BuildTime='20220910.0356' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.14.14-200.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20220910.0356' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.14.14-200.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20220910.0356' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.14.14-200.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20220910.0356' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.14.14-200.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20220910.0356' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.14.14-200.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20220910.0356' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.14.14-200.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/logs [echo] dbwsbldrtest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.dbws.builder.test' [echo] dbwsbldrtest.2.base.dir = '../..' [echo] Loading /home/jenkins/build.properties... [echo] Custom properties file '/home/jenkins/test.properties' not found to load. Trying to override old definition of task javac clean: [echo] trunk.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6' [echo] env.CLASSPATH = '' [echo] java.class.path = '/opt/java/ant/lib/ant-launcher.jar:/opt/java/ant/lib/ant-antlr.jar:/opt/java/ant/lib/ant-apache-bcel.jar:/opt/java/ant/lib/ant-apache-bsf.jar:/opt/java/ant/lib/ant-apache-log4j.jar:/opt/java/ant/lib/ant-apache-oro.jar:/opt/java/ant/lib/ant-apache-regexp.jar:/opt/java/ant/lib/ant-apache-resolver.jar:/opt/java/ant/lib/ant-apache-xalan2.jar:/opt/java/ant/lib/ant-commons-logging.jar:/opt/java/ant/lib/ant-commons-net.jar:/opt/java/ant/lib/ant-imageio.jar:/opt/java/ant/lib/ant-jai.jar:/opt/java/ant/lib/ant-javamail.jar:/opt/java/ant/lib/ant-jdepend.jar:/opt/java/ant/lib/ant-jmf.jar:/opt/java/ant/lib/ant-jsch.jar:/opt/java/ant/lib/ant-junit.jar:/opt/java/ant/lib/ant-junit4.jar:/opt/java/ant/lib/ant-junitlauncher.jar:/opt/java/ant/lib/ant-launcher.jar:/opt/java/ant/lib/ant-netrexx.jar:/opt/java/ant/lib/ant-swing.jar:/opt/java/ant/lib/ant-testutil.jar:/opt/java/ant/lib/ant-xz.jar:/opt/java/ant/lib/ant.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.252.b09-0.fc30.x86_64/lib/tools.jar' [echo] user.home = '/home/jenkins' [echo] Loading user properties from: '/home/jenkins/build.properties' [echo] oracle.extensions.depend.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/../extension.oracle.lib.external' [echo] extensions.depend.dir = '/home/jenkins/extension.lib.external' [echo] junit.lib = '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' (if not set tests may not compile; let alone run) [echo] Loading default properties from: '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/build.properties' [echo] Ant version detected: 'Apache Ant(TM) version 1.10.7 compiled on September 1 2019' [echo] JDK version detected: '1.8.0_252' [echo] JDBC driver JAR: '/home/jenkins/extension.lib.external/mysql-connector-java-5.1.48.jar' check.oracle.dependencies: oracle.dependencies: [echo] Oracle DB dependencies check failed: [echo] - ojdbc7.jar library missing [echo] - orai18n.jar library missing [echo] - orai18n-mapping.jar library missing [echo] - aqapi.jar library missing [echo] - sdoapi.jar library missing [echo] - xdb.jar library missing [echo] - xmlparserv2.jar library missing [echo] - ucp.jar library missing [echo] - dms.jar library missing [echo] - kvclient.jar library missing clean-oracle-if-dependencies: clean: init: [echo] ant.project.name ='compdeps' [echo] basedir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps' [echo] compdeps.build.location ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps' [echo] compdeps.2.base.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../..' [echo] compdeps.2.common.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../../features/common' [echo] compdeps.2.common.plugins.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../../plugins' [echo] compdeps.2.jpa.plugins.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../../jpa/plugins' [echo] compdeps.2.sdo.plugins.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../../sdo/plugins' [echo] compdeps.2.util.plugins.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../../utils/plugins' [echo] compdeps.2.buildsys.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../../buildsystem' [echo] --- [echo] custom.tasks.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/ant_customizations.jar' [echo] custom.echo.task.class ='org.eclipse.persistence.buildtools.ant.taskdefs.Say' [echo] custom.selectbundle.task.class ='org.eclipse.persistence.buildtools.ant.taskdefs.SelectBundle' [echo] --- [echo] compdeps.version ='1.0.4' [echo] compdeps.qualifier ='v202209100357' [echo] compdeps.version.string ='1.0.4.v202209100357' [echo] p2repo.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo' [echo] specification.vendor ='Eclipse.org - EclipseLink Project' [echo] --- [echo] eclipse.install.dir ='/home/jenkins/extension.lib.external/eclipse' [say] eclipse.plugin.dir ='/home/jenkins/extension.lib.external/eclipse/plugins' [echo] p2.publisher.jar ='${p2.publisher.jar}' [echo] p2.launcher.jar ='${p2.launcher.jar}' [echo] p2.artifact.jar ='${p2.artifact.jar}' [echo] --- [echo] p2.feature.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo/features' [echo] p2.bundle.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo/plugins' [echo] --- [echo] compdeps.build.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo/features' [echo] --- [echo] p2.repos.url ='file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo' [echo] p2.release.repos.name ='EclipseLink Release Repository' [echo] p2.release.repos.url ='http://archive.eclipse.org/rt/eclipselink/compdeps-updates' [echo] metadata.repos.name ='"EclipseLink Release Repository"' [echo] artifact.repos.name ='"EclipseLink Compdeps Artifacts"' clean: [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/target [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo build: [echo] trunk.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6' [echo] env.CLASSPATH = '' [echo] java.class.path = '/opt/java/ant/lib/ant-launcher.jar:/opt/java/ant/lib/ant-antlr.jar:/opt/java/ant/lib/ant-apache-bcel.jar:/opt/java/ant/lib/ant-apache-bsf.jar:/opt/java/ant/lib/ant-apache-log4j.jar:/opt/java/ant/lib/ant-apache-oro.jar:/opt/java/ant/lib/ant-apache-regexp.jar:/opt/java/ant/lib/ant-apache-resolver.jar:/opt/java/ant/lib/ant-apache-xalan2.jar:/opt/java/ant/lib/ant-commons-logging.jar:/opt/java/ant/lib/ant-commons-net.jar:/opt/java/ant/lib/ant-imageio.jar:/opt/java/ant/lib/ant-jai.jar:/opt/java/ant/lib/ant-javamail.jar:/opt/java/ant/lib/ant-jdepend.jar:/opt/java/ant/lib/ant-jmf.jar:/opt/java/ant/lib/ant-jsch.jar:/opt/java/ant/lib/ant-junit.jar:/opt/java/ant/lib/ant-junit4.jar:/opt/java/ant/lib/ant-junitlauncher.jar:/opt/java/ant/lib/ant-launcher.jar:/opt/java/ant/lib/ant-netrexx.jar:/opt/java/ant/lib/ant-swing.jar:/opt/java/ant/lib/ant-testutil.jar:/opt/java/ant/lib/ant-xz.jar:/opt/java/ant/lib/ant.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.252.b09-0.fc30.x86_64/lib/tools.jar' [echo] user.home = '/home/jenkins' [echo] Loading user properties from: '/home/jenkins/build.properties' [echo] oracle.extensions.depend.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/../extension.oracle.lib.external' [echo] extensions.depend.dir = '/home/jenkins/extension.lib.external' [echo] junit.lib = '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' (if not set tests may not compile; let alone run) [echo] Loading default properties from: '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/build.properties' [echo] Ant version detected: 'Apache Ant(TM) version 1.10.7 compiled on September 1 2019' [echo] JDK version detected: '1.8.0_252' [echo] JDBC driver JAR: '/home/jenkins/extension.lib.external/mysql-connector-java-5.1.48.jar' check-maven: [echo] Maven install (M2_HOME) set to: '/home/jenkins/extension.lib.external/apache-maven-3.6.0' set-compdeps: [echo] Compdeps Settings: [echo] Whether to use a local compdeps p2 repo: [echo] local.compdeps: 'true' [echo] Whether a local p2epo needs generating (only true if using local and repo not found): [echo] generate.compdeps: 'true' generate-local-compdeps: [echo] Generating local 'Compile Dependency P2 Repository' using tools found in '/home/jenkins/extension.lib.external/eclipse/plugins'. init: [echo] ant.project.name ='compdeps' [echo] basedir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps' [echo] compdeps.build.location ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps' [echo] compdeps.2.base.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../..' [echo] compdeps.2.common.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../../features/common' [echo] compdeps.2.common.plugins.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../../plugins' [echo] compdeps.2.jpa.plugins.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../../jpa/plugins' [echo] compdeps.2.sdo.plugins.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../../sdo/plugins' [echo] compdeps.2.util.plugins.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../../utils/plugins' [echo] compdeps.2.buildsys.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../../buildsystem' [echo] --- [echo] custom.tasks.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/ant_customizations.jar' [echo] custom.echo.task.class ='org.eclipse.persistence.buildtools.ant.taskdefs.Say' [echo] custom.selectbundle.task.class ='org.eclipse.persistence.buildtools.ant.taskdefs.SelectBundle' [echo] --- [echo] compdeps.version ='1.0.4' [echo] compdeps.qualifier ='v202209100357' [echo] compdeps.version.string ='1.0.4.v202209100357' [echo] p2repo.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo' [echo] specification.vendor ='Eclipse.org - EclipseLink Project' [echo] --- [echo] eclipse.install.dir ='/home/jenkins/extension.lib.external/eclipse' [say] eclipse.plugin.dir ='/home/jenkins/extension.lib.external/eclipse/plugins' [echo] p2.publisher.jar ='${p2.publisher.jar}' [echo] p2.launcher.jar ='${p2.launcher.jar}' [echo] p2.artifact.jar ='${p2.artifact.jar}' [echo] --- [echo] p2.feature.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo/features' [echo] p2.bundle.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo/plugins' [echo] --- [echo] compdeps.build.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo/features' [echo] --- [echo] p2.repos.url ='file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo' [echo] p2.release.repos.name ='EclipseLink Release Repository' [echo] p2.release.repos.url ='http://archive.eclipse.org/rt/eclipselink/compdeps-updates' [echo] metadata.repos.name ='"EclipseLink Release Repository"' [echo] artifact.repos.name ='"EclipseLink Compdeps Artifacts"' clean: resolve-feature-dependencies: [echo] Searching /home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../../plugins... [say] javax.xml.bind.version = '2.2.12.v201410011542' [say] sun.tools.xjc.version = '2.2.11.v201407311112' [say] sun.xml.bind.version = '2.2.11.v201407311112' [say] jersey.version = '1.8.0.201204181614' [say] ejb.version = '3.1.0.v201205171433' [say] jms.version = '1.1.0.v200906010428' [say] resource.version = '1.6.0.v201204270900' [say] transaction.version = '1.1.0.v201002051055' [say] servlet.version = '2.4.0.v200806031604' [say] xml.soap.version = '1.3.0.v200906010428' [say] antlr.version = '3.5.2.v202005201612' [say] asm.version = '6.2.0.v201808041654' [say] validation.version = '1.1.0.v201304101302' [say] json.version = '1.0.4.v201311181159' [echo] Searching /home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../../jpa/plugins... [say] persistence.version = '2.1.1.v201509150925' [echo] Searching /home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../../sdo/plugins... [say] sdo.version = '2.1.1.v201112051852' [echo] Searching /home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/../../utils/plugins... [say] oracleddl.version = '1.0.0.v20150306' [say] wsdl.version = '1.6.2.v201012040545' create-deployable-features: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/target [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/target jar-feature: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo/features [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo/features/org.eclipse.persistence.compdeps_1.0.4.v202209100357.jar build-feature: configure-tooling: [echo] eclipse.plugin.dir ='/home/jenkins/extension.lib.external/eclipse/plugins' [say] p2.launcher.jar ='org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar' [say] p2.publisher.jar ='org.eclipse.equinox.p2.publisher_1.4.0.v20141117-0929.jar' populate-p2-site: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo/plugins [copy] Copying 24 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo/plugins generate-p2-site: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo [echo] java.home ='/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.252.b09-0.fc30.x86_64/jre' [echo] ----- [echo] p2repo.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo' [echo] p2.repos.url ='file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo' [echo] p2.release.repos.url ='http://archive.eclipse.org/rt/eclipselink/compdeps-updates' [echo] ----- [p2] Generating metadata for .. [p2] Generation completed with success [0 seconds]. test-p2-site: [echo] p2.director.jar ='org.eclipse.equinox.p2.director_*.jar' [echo] p2.director.destination ='/home/jenkins/extension.lib.external/eclipse' [echo] p2.director.bundlepool ='/home/jenkins/extension.lib.external/eclipse' [echo] p2.director.profile ='SDKProfile' [echo] p2.director.installIU ='org.eclipse.persistence.compdeps.feature.group' [echo] p2.director.action ='-verifyOnly' [echo] p2.director.eclipse.version ='luna' [echo] p2.director.eclipse.updateSite ='http://download.eclipse.org/releases/luna' [echo] p2.director.additionalArgs ='' [echo] Verifying EclipseLink Update Site with Compilation dependencies: 'file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/compdeps/p2repo' [p2.director] Installing org.eclipse.persistence.compdeps.feature.group 1.0.4.v202209100357. [p2.director] Operation completed in 11305 ms. generate-p2: build: clean-runtime-checkedin: build-core: [echo] Launching Maven build with the following parameters: [echo] -Dclassworlds.conf=/home/jenkins/extension.lib.external/apache-maven-3.6.0/bin/m2.conf [echo] -Dmaven.home=/home/jenkins/extension.lib.external/apache-maven-3.6.0 [echo] -Dmaven.multiModuleProjectDirectory=buildsystem/org.eclipse.persistence.parent [echo] -Dbuild.qualifier=v20220910-5fc36efa7a [echo] -DforceContextQualifier=v20220910-5fc36efa7a [echo] -Dlocal.compdeps=true [echo] -Declipselink.full=true [echo] verify [java] [INFO] Scanning for projects... [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpa.jpql:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpa.jpql/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpa.jpql/../../buildsystem/compdeps/p2repo [java] [INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20130827064939/repository [java] [INFO] Fetching p2.index from http://download.eclipse.org/releases/kepler/ (0B of 128B at 0B/s) [java] [INFO] Adding repository http://download.eclipse.org/releases/kepler [java] [INFO] Fetching p2.index from http://download.eclipse.org/releases/kepler/201402280900/ (0B of 365B at 0B/s) [java] [INFO] Fetching p2.index from http://download.eclipse.org/releases/kepler/201309270900/ (0B of 365B at 0B/s) [java] [INFO] Fetching p2.index from http://download.eclipse.org/releases/kepler/201306260900/ (0B of 365B at 0B/s) [java] [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/kepler/ (0B of 116B at 0B/s) [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpa.jpql:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpa.jpql/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpa.jpql:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpa.jpql/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.core:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/../../buildsystem/compdeps/p2repo [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.core:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.core:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.nosql:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/../../buildsystem/compdeps/p2repo [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.nosql:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.nosql:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.extension:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.extension/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.extension/../../buildsystem/compdeps/p2repo [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.extension:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.extension/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.extension:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.extension/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpa:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpa/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpa/../../buildsystem/compdeps/p2repo [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpa:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpa/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpa:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpa/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpars:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpars/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpars/../../buildsystem/compdeps/p2repo [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpars:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpars/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.jpars:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpars/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.moxy:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/org.eclipse.persistence.moxy/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/org.eclipse.persistence.moxy/../../buildsystem/compdeps/p2repo [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.moxy:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/org.eclipse.persistence.moxy/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.moxy:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/org.eclipse.persistence.moxy/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.sdo:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/../../buildsystem/compdeps/p2repo [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.sdo:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.sdo:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.dbws:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/dbws/org.eclipse.persistence.dbws/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/dbws/org.eclipse.persistence.dbws/../../buildsystem/compdeps/p2repo [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.dbws:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/dbws/org.eclipse.persistence.dbws/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.dbws:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/dbws/org.eclipse.persistence.dbws/pom.xml [java] [INFO] Computing target platform for MavenProject: org.eclipse.persistence:org.eclipse.persistence.dbws.builder:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/org.eclipse.persistence.dbws.builder/pom.xml [java] [INFO] Adding repository file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/org.eclipse.persistence.dbws.builder/../../buildsystem/compdeps/p2repo [java] [INFO] Resolving dependencies of MavenProject: org.eclipse.persistence:org.eclipse.persistence.dbws.builder:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/org.eclipse.persistence.dbws.builder/pom.xml [java] [INFO] Resolving class path of MavenProject: org.eclipse.persistence:org.eclipse.persistence.dbws.builder:2.6.10-SNAPSHOT @ /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/org.eclipse.persistence.dbws.builder/pom.xml [java] [WARNING] The project org.eclipse.persistence:org.eclipse.persistence.parent:pom:2.6.10-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] Reactor Build Order: [java] [INFO] [java] [INFO] EclipseLink Parent [pom] [java] [INFO] EclipseLink Hermes Parser [eclipse-plugin] [java] [INFO] EclipseLink Core [eclipse-plugin] [java] [INFO] EclipseLink NoSQL Extension [eclipse-plugin] [java] [INFO] EclipseLink Extension [eclipse-plugin] [java] [INFO] EclipseLink JPA [eclipse-plugin] [java] [INFO] EclipseLink MOXy [eclipse-plugin] [java] [INFO] EclipseLink DBWS [eclipse-plugin] [java] [INFO] EclipseLink JPA-RS [eclipse-plugin] [java] [INFO] EclipseLink SDO [eclipse-plugin] [java] [INFO] EclipseLink DBWS Builder [eclipse-plugin] [java] [INFO] [java] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.parent >------- [java] [INFO] Building EclipseLink Parent 2.6.10-SNAPSHOT [1/11] [java] [INFO] --------------------------------[ pom ]--------------------------------- [java] [INFO] [java] [INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.eclipse.persistence.parent --- [java] [INFO] [java] [INFO] --- maven-antrun-plugin:1.6:run (inject-common-into-src-bundles) @ org.eclipse.persistence.parent --- [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.pom (1.5 kB at 9.0 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.11/maven-2.0.11.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.11/maven-2.0.11.pom (22 kB at 910 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/12/maven-parent-12.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/12/maven-parent-12.pom (22 kB at 1.0 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.pom (2.8 kB at 82 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.pom (2.2 kB at 109 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.pom (3.2 kB at 112 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom (5.3 kB at 252 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (9.8 kB at 490 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom (1.4 kB at 48 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 345 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 219 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 14 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 273 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 19 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 312 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 120 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.pom (2.0 kB at 97 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.pom (2.6 kB at 97 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.pom (2.3 kB at 119 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.pom (1.6 kB at 59 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.pom (1.9 kB at 62 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 128 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.pom (4.8 kB at 229 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.8.1/ant-parent-1.8.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.8.1/ant-parent-1.8.1.pom (4.3 kB at 148 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.1/ant-1.8.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.1/ant-1.8.1.pom (8.8 kB at 463 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.1/ant-launcher-1.8.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.1/ant-launcher-1.8.1.pom (2.4 kB at 77 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.jar (13 kB at 396 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.jar (97 kB at 1.5 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.jar (37 kB at 539 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.jar (58 kB at 848 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.jar (51 kB at 685 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.jar (123 kB at 1.5 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.jar (31 kB at 316 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.jar (26 kB at 257 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.jar (35 kB at 338 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 1.7 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 293 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.1/ant-1.8.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 865 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.1/ant-launcher-1.8.1.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.jar (90 kB at 626 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (223 kB at 1.3 MB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.jar (409 kB at 2.2 MB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.1/ant-launcher-1.8.1.jar (12 kB at 60 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.1/ant-1.8.1.jar (1.5 MB at 5.5 MB/s) [java] [INFO] Executing tasks [java] [java] main: [java] [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.parent.source_2.6.10.v20220910-5fc36efa7a.jar [java] [INFO] Executed tasks [java] [INFO] [java] [INFO] ------< org.eclipse.persistence:org.eclipse.persistence.jpa.jpql >------ [java] [INFO] Building EclipseLink Hermes Parser 2.6.10-SNAPSHOT [2/11] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:build-qualifier (default-build-qualifier) @ org.eclipse.persistence.jpa.jpql --- [java] [INFO] The project's OSGi version is 2.6.10.v20220910-5fc36efa7a [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:validate-id (default-validate-id) @ org.eclipse.persistence.jpa.jpql --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:validate-version (default-validate-version) @ org.eclipse.persistence.jpa.jpql --- [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.persistence.jpa.jpql --- [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (2.6 kB at 101 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2.0 kB at 125 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3.0 kB at 132 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 100 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2.0 kB at 66 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 52 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (1.9 kB at 97 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (1.6 kB at 75 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 67 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 447 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (1.9 kB at 74 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (1.8 kB at 60 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (1.4 kB at 33 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 16 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (3.9 kB at 217 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (1.7 kB at 63 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (2.1 kB at 100 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2.0 kB at 119 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 295 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (1.3 kB at 60 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 554 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.pom (4.7 kB at 137 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 467 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 856 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 1.5 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 47 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 730 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (2.9 kB at 119 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3.0 kB at 72 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5.0 kB at 174 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 1.0 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 49 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (2.8 kB at 124 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (15 kB at 469 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 997 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 1.8 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 kB at 3.4 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 4.0 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 881 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 kB at 371 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 395 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 213 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 80 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 402 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 134 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 467 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 450 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 910 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 131 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 94 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (86 kB at 771 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-4/maven-filtering-1.0-beta-4.jar (35 kB at 305 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 435 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (6.8 kB at 56 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (61 kB at 402 kB/s) [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] Copying 3 resources [java] [INFO] [java] [INFO] --- tycho-compiler-plugin:0.21.0:compile (default-compile) @ org.eclipse.persistence.jpa.jpql --- [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 237 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (1.8 kB at 65 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 335 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom (690 B at 30 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom (3.6 kB at 213 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 613 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 1.2 MB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom (865 B at 51 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/0.21.0/tycho-compiler-jdt-0.21.0.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/0.21.0/tycho-compiler-jdt-0.21.0.pom (1.8 kB at 27 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.core/3.10.0.v20140604-1726/org.eclipse.jdt.core-3.10.0.v20140604-1726.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.core/3.10.0.v20140604-1726/org.eclipse.jdt.core-3.10.0.v20140604-1726.pom (1.0 kB at 47 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.1.0.v20140509-1235/org.eclipse.jdt.compiler.apt-1.1.0.v20140509-1235.pom [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.1.0.v20140509-1235/org.eclipse.jdt.compiler.apt-1.1.0.v20140509-1235.pom (1.1 kB at 41 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/0.21.0/tycho-compiler-jdt-0.21.0.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar (25 kB at 892 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.core/3.10.0.v20140604-1726/org.eclipse.jdt.core-3.10.0.v20140604-1726.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar (4.6 kB at 143 kB/s) [java] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.1.0.v20140509-1235/org.eclipse.jdt.compiler.apt-1.1.0.v20140509-1235.jar [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (53 kB at 1.4 MB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 7.7 MB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/0.21.0/tycho-compiler-jdt-0.21.0.jar (15 kB at 404 kB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.1.0.v20140509-1235/org.eclipse.jdt.compiler.apt-1.1.0.v20140509-1235.jar (162 kB at 2.4 MB/s) [java] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.jdt.core/3.10.0.v20140604-1726/org.eclipse.jdt.core-3.10.0.v20140604-1726.jar (5.6 MB at 17 MB/s) [java] [INFO] Compiling 696 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpa.jpql/target/classes [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.persistence.jpa.jpql --- [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpa.jpql.test/resources [java] [INFO] [java] [INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ org.eclipse.persistence.jpa.jpql --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:package-plugin (default-package-plugin) @ org.eclipse.persistence.jpa.jpql --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.jpa.jpql_2.6.10.v20220910-5fc36efa7a.jar [java] [INFO] [java] [INFO] --- tycho-p2-plugin:0.21.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.persistence.jpa.jpql --- [java] [INFO] [java] [INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.eclipse.persistence.jpa.jpql --- [java] [WARNING] bundle localization file /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpa.jpql/plugin.properties not found [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.jpa.jpql.source_2.6.10.v20220910-5fc36efa7a-sources.jar [java] [INFO] [java] [INFO] --- maven-antrun-plugin:1.6:run (inject-common-into-src-bundles) @ org.eclipse.persistence.jpa.jpql --- [java] [INFO] Executing tasks [java] [java] main: [java] [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.jpa.jpql.source_2.6.10.v20220910-5fc36efa7a.jar [java] [INFO] Executed tasks [java] [INFO] [java] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.core >-------- [java] [INFO] Building EclipseLink Core 2.6.10-SNAPSHOT [3/11] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:build-qualifier (default-build-qualifier) @ org.eclipse.persistence.core --- [java] [INFO] The project's OSGi version is 2.6.10.v20220910-5fc36efa7a [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:validate-id (default-validate-id) @ org.eclipse.persistence.core --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:validate-version (default-validate-version) @ org.eclipse.persistence.core --- [java] [INFO] [java] [INFO] --- maven-antrun-plugin:1.6:run (stamp-version) @ org.eclipse.persistence.core --- [java] [INFO] Executing tasks [java] [java] main: [java] [echo] Stamping the following values: [java] [echo] version: '2.6.10' [java] [echo] qualifier: 'v20220910-5fc36efa7a' [java] [echo] buildDate: '20220910' [java] [echo] buildTime: '0358' [java] [echo] buildType: 'SNAPSHOT' [java] [echo] buildRevision: 'NA' [java] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence [java] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence [java] [INFO] Executed tasks [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.persistence.core --- [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] Copying 3 resources [java] [INFO] [java] [INFO] --- tycho-compiler-plugin:0.21.0:compile (default-compile) @ org.eclipse.persistence.core --- [java] [INFO] Compiling 1736 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/target/classes [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.persistence.core --- [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/resources [java] [INFO] [java] [INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ org.eclipse.persistence.core --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:package-plugin (default-package-plugin) @ org.eclipse.persistence.core --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.core_2.6.10.v20220910-5fc36efa7a.jar [java] [INFO] [java] [INFO] --- tycho-p2-plugin:0.21.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.persistence.core --- [java] [INFO] [java] [INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.eclipse.persistence.core --- [java] [WARNING] bundle localization file /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/plugin.properties not found [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.core.source_2.6.10.v20220910-5fc36efa7a-sources.jar [java] [INFO] [java] [INFO] --- maven-antrun-plugin:1.6:run (inject-common-into-src-bundles) @ org.eclipse.persistence.core --- [java] [INFO] Executing tasks [java] [java] main: [java] [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.core.source_2.6.10.v20220910-5fc36efa7a.jar [java] [INFO] Executed tasks [java] [INFO] [java] [INFO] --- maven-antrun-plugin:1.6:run (cleanup-stamp-version) @ org.eclipse.persistence.core --- [java] [INFO] Executing tasks [java] [java] main: [java] [echo] Clean-up after stamping. [java] [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence [java] [delete] Deleting: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/Version.j [java] [INFO] Executed tasks [java] [INFO] [java] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.nosql >-------- [java] [INFO] Building EclipseLink NoSQL Extension 2.6.10-SNAPSHOT [4/11] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:build-qualifier (default-build-qualifier) @ org.eclipse.persistence.nosql --- [java] [INFO] The project's OSGi version is 2.6.10.v20220910-5fc36efa7a [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:validate-id (default-validate-id) @ org.eclipse.persistence.nosql --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:validate-version (default-validate-version) @ org.eclipse.persistence.nosql --- [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.persistence.nosql --- [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] Copying 3 resources [java] [INFO] [java] [INFO] --- tycho-compiler-plugin:0.21.0:compile (default-compile) @ org.eclipse.persistence.nosql --- [java] [INFO] Compiling 59 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/target/classes [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.persistence.nosql --- [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/${testId}/resources [java] [INFO] [java] [INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ org.eclipse.persistence.nosql --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:package-plugin (default-package-plugin) @ org.eclipse.persistence.nosql --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.nosql_2.6.10.v20220910-5fc36efa7a.jar [java] [INFO] [java] [INFO] --- tycho-p2-plugin:0.21.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.persistence.nosql --- [java] [INFO] [java] [INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.eclipse.persistence.nosql --- [java] [WARNING] bundle localization file /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/plugin.properties not found [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.nosql.source_2.6.10.v20220910-5fc36efa7a-sources.jar [java] [INFO] [java] [INFO] --- maven-antrun-plugin:1.6:run (inject-common-into-src-bundles) @ org.eclipse.persistence.nosql --- [java] [INFO] Executing tasks [java] [java] main: [java] [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.nosql.source_2.6.10.v20220910-5fc36efa7a.jar [java] [INFO] Executed tasks [java] [INFO] [java] [INFO] -----< org.eclipse.persistence:org.eclipse.persistence.extension >------ [java] [INFO] Building EclipseLink Extension 2.6.10-SNAPSHOT [5/11] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:build-qualifier (default-build-qualifier) @ org.eclipse.persistence.extension --- [java] [INFO] The project's OSGi version is 2.6.10.v20220910-5fc36efa7a [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:validate-id (default-validate-id) @ org.eclipse.persistence.extension --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:validate-version (default-validate-version) @ org.eclipse.persistence.extension --- [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.persistence.extension --- [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] Copying 3 resources [java] [INFO] [java] [INFO] --- tycho-compiler-plugin:0.21.0:compile (default-compile) @ org.eclipse.persistence.extension --- [java] [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.extension/target/classes [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.persistence.extension --- [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.extension.test/resources [java] [INFO] [java] [INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ org.eclipse.persistence.extension --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:package-plugin (default-package-plugin) @ org.eclipse.persistence.extension --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.extension_2.6.10.v20220910-5fc36efa7a.jar [java] [INFO] [java] [INFO] --- tycho-p2-plugin:0.21.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.persistence.extension --- [java] [INFO] [java] [INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.eclipse.persistence.extension --- [java] [WARNING] bundle localization file /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.extension/plugin.properties not found [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.extension.source_2.6.10.v20220910-5fc36efa7a-sources.jar [java] [INFO] [java] [INFO] --- maven-antrun-plugin:1.6:run (inject-common-into-src-bundles) @ org.eclipse.persistence.extension --- [java] [INFO] Executing tasks [java] [java] main: [java] [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.extension.source_2.6.10.v20220910-5fc36efa7a.jar [java] [INFO] Executed tasks [java] [INFO] [java] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.jpa >--------- [java] [INFO] Building EclipseLink JPA 2.6.10-SNAPSHOT [6/11] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:build-qualifier (default-build-qualifier) @ org.eclipse.persistence.jpa --- [java] [INFO] The project's OSGi version is 2.6.10.v20220910-5fc36efa7a [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:validate-id (default-validate-id) @ org.eclipse.persistence.jpa --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:validate-version (default-validate-version) @ org.eclipse.persistence.jpa --- [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.persistence.jpa --- [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] Copying 3 resources [java] [INFO] [java] [INFO] --- tycho-compiler-plugin:0.21.0:compile (default-compile) @ org.eclipse.persistence.jpa --- [java] [INFO] Compiling 567 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpa/target/classes [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.persistence.jpa --- [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/resources [java] [INFO] [java] [INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ org.eclipse.persistence.jpa --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:package-plugin (default-package-plugin) @ org.eclipse.persistence.jpa --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.jpa_2.6.10.v20220910-5fc36efa7a.jar [java] [INFO] [java] [INFO] --- tycho-p2-plugin:0.21.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.persistence.jpa --- [java] [INFO] [java] [INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.eclipse.persistence.jpa --- [java] [WARNING] bundle localization file /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpa/plugin.properties not found [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.jpa.source_2.6.10.v20220910-5fc36efa7a-sources.jar [java] [INFO] [java] [INFO] --- maven-antrun-plugin:1.6:run (inject-common-into-src-bundles) @ org.eclipse.persistence.jpa --- [java] [INFO] Executing tasks [java] [java] main: [java] [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.jpa.source_2.6.10.v20220910-5fc36efa7a.jar [java] [INFO] Executed tasks [java] [INFO] [java] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.moxy >-------- [java] [INFO] Building EclipseLink MOXy 2.6.10-SNAPSHOT [7/11] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:build-qualifier (default-build-qualifier) @ org.eclipse.persistence.moxy --- [java] [INFO] The project's OSGi version is 2.6.10.v20220910-5fc36efa7a [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:validate-id (default-validate-id) @ org.eclipse.persistence.moxy --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:validate-version (default-validate-version) @ org.eclipse.persistence.moxy --- [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.persistence.moxy --- [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] Copying 3 resources [java] [INFO] [java] [INFO] --- tycho-compiler-plugin:0.21.0:compile (default-compile) @ org.eclipse.persistence.moxy --- [java] [INFO] Compiling 181 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/org.eclipse.persistence.moxy/target/classes [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.persistence.moxy --- [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/resources [java] [INFO] [java] [INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ org.eclipse.persistence.moxy --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:package-plugin (default-package-plugin) @ org.eclipse.persistence.moxy --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.moxy_2.6.10.v20220910-5fc36efa7a.jar [java] [INFO] [java] [INFO] --- tycho-p2-plugin:0.21.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.persistence.moxy --- [java] [INFO] [java] [INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.eclipse.persistence.moxy --- [java] [WARNING] bundle localization file /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/org.eclipse.persistence.moxy/plugin.properties not found [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.moxy.source_2.6.10.v20220910-5fc36efa7a-sources.jar [java] [INFO] [java] [INFO] --- maven-antrun-plugin:1.6:run (inject-common-into-src-bundles) @ org.eclipse.persistence.moxy --- [java] [INFO] Executing tasks [java] [java] main: [java] [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.moxy.source_2.6.10.v20220910-5fc36efa7a.jar [java] [INFO] Executed tasks [java] [INFO] [java] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.dbws >-------- [java] [INFO] Building EclipseLink DBWS 2.6.10-SNAPSHOT [8/11] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:build-qualifier (default-build-qualifier) @ org.eclipse.persistence.dbws --- [java] [INFO] The project's OSGi version is 2.6.10.v20220910-5fc36efa7a [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:validate-id (default-validate-id) @ org.eclipse.persistence.dbws --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:validate-version (default-validate-version) @ org.eclipse.persistence.dbws --- [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.persistence.dbws --- [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] Copying 3 resources [java] [INFO] [java] [INFO] --- tycho-compiler-plugin:0.21.0:compile (default-compile) @ org.eclipse.persistence.dbws --- [java] [INFO] Compiling 152 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/dbws/org.eclipse.persistence.dbws/target/classes [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.persistence.dbws --- [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/dbws/eclipselink.dbws.test/resources [java] [INFO] [java] [INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ org.eclipse.persistence.dbws --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:package-plugin (default-package-plugin) @ org.eclipse.persistence.dbws --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.dbws_2.6.10.v20220910-5fc36efa7a.jar [java] [INFO] [java] [INFO] --- tycho-p2-plugin:0.21.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.persistence.dbws --- [java] [INFO] [java] [INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.eclipse.persistence.dbws --- [java] [WARNING] bundle localization file /home/jenkins/agent/workspace/eclipselink-nightly-2.6/dbws/org.eclipse.persistence.dbws/plugin.properties not found [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.dbws.source_2.6.10.v20220910-5fc36efa7a-sources.jar [java] [INFO] [java] [INFO] --- maven-antrun-plugin:1.6:run (inject-common-into-src-bundles) @ org.eclipse.persistence.dbws --- [java] [INFO] Executing tasks [java] [java] main: [java] [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.dbws.source_2.6.10.v20220910-5fc36efa7a.jar [java] [INFO] Executed tasks [java] [INFO] [java] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.jpars >-------- [java] [INFO] Building EclipseLink JPA-RS 2.6.10-SNAPSHOT [9/11] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:build-qualifier (default-build-qualifier) @ org.eclipse.persistence.jpars --- [java] [INFO] The project's OSGi version is 2.6.10.v20220910-5fc36efa7a [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:validate-id (default-validate-id) @ org.eclipse.persistence.jpars --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:validate-version (default-validate-version) @ org.eclipse.persistence.jpars --- [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.persistence.jpars --- [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] Copying 3 resources [java] [INFO] [java] [INFO] --- tycho-compiler-plugin:0.21.0:compile (default-compile) @ org.eclipse.persistence.jpars --- [java] [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpars/target/classes [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.persistence.jpars --- [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/resources [java] [INFO] [java] [INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ org.eclipse.persistence.jpars --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:package-plugin (default-package-plugin) @ org.eclipse.persistence.jpars --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.jpars_2.6.10.v20220910-5fc36efa7a.jar [java] [INFO] [java] [INFO] --- tycho-p2-plugin:0.21.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.persistence.jpars --- [java] [INFO] [java] [INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.eclipse.persistence.jpars --- [java] [WARNING] bundle localization file /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpars/plugin.properties not found [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.jpars.source_2.6.10.v20220910-5fc36efa7a-sources.jar [java] [INFO] [java] [INFO] --- maven-antrun-plugin:1.6:run (inject-common-into-src-bundles) @ org.eclipse.persistence.jpars --- [java] [INFO] Executing tasks [java] [java] main: [java] [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.jpars.source_2.6.10.v20220910-5fc36efa7a.jar [java] [INFO] Executed tasks [java] [INFO] [java] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.sdo >--------- [java] [INFO] Building EclipseLink SDO 2.6.10-SNAPSHOT [10/11] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:build-qualifier (default-build-qualifier) @ org.eclipse.persistence.sdo --- [java] [INFO] The project's OSGi version is 2.6.10.v20220910-5fc36efa7a [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:validate-id (default-validate-id) @ org.eclipse.persistence.sdo --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:validate-version (default-validate-version) @ org.eclipse.persistence.sdo --- [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.persistence.sdo --- [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] Copying 3 resources [java] [INFO] [java] [INFO] --- tycho-compiler-plugin:0.21.0:compile (default-compile) @ org.eclipse.persistence.sdo --- [java] [INFO] Compiling 87 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/target/classes [java] [WARNING] Source directory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/resource does not exist [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.persistence.sdo --- [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/eclipselink.sdo.test/resources [java] [INFO] [java] [INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ org.eclipse.persistence.sdo --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:package-plugin (default-package-plugin) @ org.eclipse.persistence.sdo --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.sdo_2.6.10.v20220910-5fc36efa7a.jar [java] [INFO] [java] [INFO] --- tycho-p2-plugin:0.21.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.persistence.sdo --- [java] [INFO] [java] [INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.eclipse.persistence.sdo --- [java] [WARNING] bundle localization file /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/plugin.properties not found [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.sdo.source_2.6.10.v20220910-5fc36efa7a-sources.jar [java] [INFO] [java] [INFO] --- maven-antrun-plugin:1.6:run (inject-common-into-src-bundles) @ org.eclipse.persistence.sdo --- [java] [INFO] Executing tasks [java] [java] main: [java] [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.sdo.source_2.6.10.v20220910-5fc36efa7a.jar [java] [INFO] Executed tasks [java] [INFO] [java] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.dbws.builder >---- [java] [INFO] Building EclipseLink DBWS Builder 2.6.10-SNAPSHOT [11/11] [java] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:build-qualifier (default-build-qualifier) @ org.eclipse.persistence.dbws.builder --- [java] [INFO] The project's OSGi version is 2.6.10.v20220910-5fc36efa7a [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:validate-id (default-validate-id) @ org.eclipse.persistence.dbws.builder --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:validate-version (default-validate-version) @ org.eclipse.persistence.dbws.builder --- [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.persistence.dbws.builder --- [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] Copying 3 resources [java] [INFO] [java] [INFO] --- tycho-compiler-plugin:0.21.0:compile (default-compile) @ org.eclipse.persistence.dbws.builder --- [java] [INFO] Compiling 46 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/org.eclipse.persistence.dbws.builder/target/classes [java] [INFO] [java] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.persistence.dbws.builder --- [java] [INFO] Using 'UTF-8' encoding to copy filtered resources. [java] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.dbws.builder.test/resources [java] [INFO] [java] [INFO] --- target-platform-configuration:0.21.0:target-platform (default-target-platform) @ org.eclipse.persistence.dbws.builder --- [java] [INFO] [java] [INFO] --- tycho-packaging-plugin:0.21.0:package-plugin (default-package-plugin) @ org.eclipse.persistence.dbws.builder --- [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.dbws.builder_2.6.10.v20220910-5fc36efa7a.jar [java] [INFO] [java] [INFO] --- tycho-p2-plugin:0.21.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.persistence.dbws.builder --- [java] [INFO] [java] [INFO] --- tycho-source-plugin:0.21.0:plugin-source (plugin-source) @ org.eclipse.persistence.dbws.builder --- [java] [WARNING] bundle localization file /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/org.eclipse.persistence.dbws.builder/plugin.properties not found [java] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.dbws.builder.source_2.6.10.v20220910-5fc36efa7a-sources.jar [java] [INFO] [java] [INFO] --- maven-antrun-plugin:1.6:run (inject-common-into-src-bundles) @ org.eclipse.persistence.dbws.builder --- [java] [INFO] Executing tasks [java] [java] main: [java] [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/target/org.eclipse.persistence.dbws.builder.source_2.6.10.v20220910-5fc36efa7a.jar [java] [INFO] Executed tasks [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] Reactor Summary for EclipseLink Parent 2.6.10-SNAPSHOT: [java] [INFO] [java] [INFO] EclipseLink Parent ................................. SUCCESS [ 1.762 s] [java] [INFO] EclipseLink Hermes Parser .......................... SUCCESS [ 8.237 s] [java] [INFO] EclipseLink Core ................................... SUCCESS [ 12.080 s] [java] [INFO] EclipseLink NoSQL Extension ........................ SUCCESS [ 0.748 s] [java] [INFO] EclipseLink Extension .............................. SUCCESS [ 0.176 s] [java] [INFO] EclipseLink JPA .................................... SUCCESS [ 3.091 s] [java] [INFO] EclipseLink MOXy ................................... SUCCESS [ 1.416 s] [java] [INFO] EclipseLink DBWS ................................... SUCCESS [ 0.829 s] [java] [INFO] EclipseLink JPA-RS ................................. SUCCESS [ 0.142 s] [java] [INFO] EclipseLink SDO .................................... SUCCESS [ 0.876 s] [java] [INFO] EclipseLink DBWS Builder ........................... SUCCESS [ 0.643 s] [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] BUILD SUCCESS [java] [INFO] ------------------------------------------------------------------------ [java] [INFO] Total time: 44.232 s [java] [INFO] Finished at: 2022-09-10T03:58:43Z [java] [INFO] ------------------------------------------------------------------------ [copy] Copying 20 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/plugins [echo] modelgen.2.base.dir = '../..' [echo] Loading /home/jenkins/build.properties... clean: init: compile: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpa.modelgen/classes [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpa.modelgen/antbuild.xml:137: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 10 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/org.eclipse.persistence.jpa.modelgen/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] 1 warning package: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/plugins/org.eclipse.persistence.jpa.modelgen_2.6.10.v20220910-5fc36efa7a.jar [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/plugins/org.eclipse.persistence.jpa.modelgen.source_2.6.10.v20220910-5fc36efa7a.jar build: [echo] dynamic.2.base.dir = '../..' [echo] Loading /home/jenkins/build.properties... clean: init: [echo] extensions.depend.dir = '/home/jenkins/extension.lib.external' compile: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/org.eclipse.persistence.moxy.dynamicxjc/classes [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/org.eclipse.persistence.moxy.dynamicxjc/antbuild.xml:154: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 9 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/org.eclipse.persistence.moxy.dynamicxjc/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] 1 warning package: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/plugins/eclipselink-moxy-dynamicxjc_2.6.10.v20220910-5fc36efa7a.jar [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/plugins/eclipselink-moxy-dynamicxjc.source_2.6.10.v20220910-5fc36efa7a.jar jar: build: clean: compile: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.jaxb/classes [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.jaxb/antbuild.xml:100: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 1 source file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.jaxb/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] 1 warning build: package-eclipselink-jar: [echo] Implementation-Version: 2.6.10.v20220910-5fc36efa7a [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/build/javax.persistence/classes [unzip] Expanding: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/plugins/javax.persistence_2.1.1.v201509150925.jar into /home/jenkins/agent/workspace/eclipselink-nightly-2.6/build/javax.persistence/classes [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/build/hermes/classes [unzip] Expanding: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/plugins/org.eclipse.persistence.jpa.jpql_2.6.10.v20220910-5fc36efa7a.jar into /home/jenkins/agent/workspace/eclipselink-nightly-2.6/build/hermes/classes [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/eclipselink.jar [jar] about.html already added, skipping [jar] license.html already added, skipping [jar] readme.html already added, skipping [jar] about.html already added, skipping [jar] license.html already added, skipping [jar] readme.html already added, skipping [jar] about.html already added, skipping [jar] license.html already added, skipping [jar] readme.html already added, skipping [jar] about.html already added, skipping [jar] license.html already added, skipping [jar] readme.html already added, skipping [jar] about.html already added, skipping [jar] license.html already added, skipping [jar] readme.html already added, skipping [jar] about.html already added, skipping [jar] license.html already added, skipping [jar] readme.html already added, skipping [jar] about.html already added, skipping [jar] license.html already added, skipping [jar] readme.html already added, skipping [jar] about.html already added, skipping [jar] license.html already added, skipping [jar] readme.html already added, skipping [jar] about.html already added, skipping [jar] license.html already added, skipping [jar] readme.html already added, skipping build-eclipselink-jar: build-core-test: [echo] CORETEST_BEGINS... [echo] core_test.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test' [echo] core_test.2.base.dir = '../..' [echo] Loading /home/jenkins/build.properties... [echo] Notice: custom properties file '/home/jenkins/test.properties' not found to load. clean: [echo] Cleaning... [echo] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/classes [echo] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/reports [echo] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run [echo] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/eclipselink-coretest-framework.jar [echo] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/eclipselink-core-tests.jar init: [echo] core_test.src.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/src' [echo] core_test.resource.dir='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/resource' [echo] core_test.classes.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/classes' [echo] core_test.report.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/reports' [echo] core_test.run.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run' [echo] user.home ='/home/jenkins' [echo] test.properties='test.properties' [echo] extensions.depend.dir ='/home/jenkins/extension.lib.external' [echo] junit.lib ='/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] tools.lib ='/usr/lib/jvm/java/lib/tools.jar' init_eclipselink: [echo] Using EclipseLink.jar as 'product' in compile dependency. init_bundles: init_classes: init_paths: compile: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/classes [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/antbuild.xml:288: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 2929 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/ReflectionHelper.java:21: warning: Unsafe is internal proprietary API and may be removed in a future release [javac] import sun.misc.Unsafe; [javac] ^ [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/ReflectionHelper.java:28: warning: Unsafe is internal proprietary API and may be removed in a future release [javac] private static final Unsafe unsafe; [javac] ^ [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/ReflectionHelper.java:33: warning: Unsafe is internal proprietary API and may be removed in a future release [javac] Field field = Unsafe.class.getDeclaredField("theUnsafe"); [javac] ^ [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/ReflectionHelper.java:35: warning: Unsafe is internal proprietary API and may be removed in a future release [javac] unsafe = (Unsafe)field.get(null); [javac] ^ [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 5 warnings process-resource: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run [echo] Setup filtering values: [echo] dbUser: 'root' [echo] dbPassword: ******** [echo] driverClass: 'com.mysql.jdbc.Driver' [echo] dbURL 'jdbc:mysql://localhost/ecltest?useSSL=false' [echo] loglevel: 'info' [echo] boolvalue: 'false' [echo] dbPlatform: 'org.eclipse.persistence.platform.database.MySQLPlatform' [echo] [echo] Filter copying Resources (all but below) (default encoding): [echo] from '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/resource' [echo] to '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run' [copy] Copying 42 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run [copy] Copied 22 empty directories to 2 empty directories under /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run [echo] Filter copying Resources '**/Employee_utf16.xml' (UTF-16 encoding) [echo] from '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/resource' [echo] to '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run' [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run [echo] Filter copying Resources '**/NLSJapaneseMWIntegrationTestEmployeeProject.xml' (Shift_JIS encoding) [echo] from '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/resource' [echo] to '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run' [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run package: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/eclipselink-coretest-framework.jar [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/eclipselink-core-tests.jar build: [echo] Loading /home/jenkins/build.properties [echo] Skipping ${test.properties}, file does not exist [echo] Skipping /home/jenkins/test.properties, file does not exist [echo] Skipping /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.6.10.v20220910-5fc36efa7a.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.modelgentest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/eclipselink.jpa.modelgen.test' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../sdo/plugins' (for GF) [echo] user.home = '/home/jenkins' [echo] Loading user properties from: '/home/jenkins/test.properties' server-test-dll-existence: cleanup-merge-inherited-ddl: jta-ds-servertest-existence: cleanup-non-jta-ds-servertest: clean: init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/run [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/classes [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/classes21 [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-jpa21-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-annotation-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-only-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-merge-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-validation-failed-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-advanced-field-access-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-advanced-properties [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-pu with spaces [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-partitioned-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-plsql-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-cascade-deletes-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/jpa-performance [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/jpa-performance2 [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-metamodel-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-delimited-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-extensibility-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-beanvalidation-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-beanvalidation-dynamic-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-composite-advanced-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-composite-advanced-model-member_1 [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-composite-advanced-model-member_2 [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-composite-advanced-model-member_3 [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-composite-advanced-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-composite-advanced-model-member_1 [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-composite-advanced-model-member_2 [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-composite-advanced-model-member_3 [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-composite-advanced-model [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-composite-advanced-model-member_1 [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-composite-advanced-model-member_2 [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-composite-advanced-model-member_3 [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-remote [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-mapping-metadata-complete config-classpath: [echo] Configuring compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.0.6.v201308211412.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.validation_1.1.0.v201304101302.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ejb_3.1.0.v201205171433.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.transaction_1.1.0.v201002051055.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ws.rs_1.1.1.v20101004-1200.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.resource_1.6.0.v201204270900.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] '/home/jenkins/extension.lib.external/jacocoagent.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa21.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.1.1.v201509150925.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.validation_1.1.0.v201304101302.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ejb_3.1.0.v201205171433.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.transaction_1.1.0.v201002051055.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ws.rs_1.1.1.v20101004-1200.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] '/home/jenkins/extension.lib.external/jacocoagent.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring 'compile.modelgen.path' to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.jpa.modelgen_2.6.10.v20220910-5fc36efa7a.jar' [echo] and 'compile.path' [echo] [echo] Configuring 'compile.server.path' to: [echo] 'compile.path' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/../extension.oracle.lib.external/sdoapi.jar' [echo] '../../../extension.lib.external/mongo.jar' [echo] compile-with-modelgen: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/classes [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/classes [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/classes/META-INF [echo] Loading /home/jenkins/build.properties [echo] Skipping ${test.properties}, file does not exist [echo] Skipping /home/jenkins/test.properties, file does not exist [echo] Skipping /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.6.10.v20220910-5fc36efa7a.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.modelgentest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/eclipselink.jpa.modelgen.test' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../sdo/plugins' (for GF) [echo] user.home = '/home/jenkins' [echo] Loading user properties from: '/home/jenkins/test.properties' model-compile: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/antbuild.xml:633: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 189 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] Note: Creating static metadata factory ... [javac] Note: Optional file was not found: META-INF/orm.xml continuing with generation. [javac] Note: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [javac] Note: Optional file was not found: META-INF/orm.xml continuing with generation. [javac] Note: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [echo] Loading /home/jenkins/build.properties [echo] Skipping ${test.properties}, file does not exist [echo] Skipping /home/jenkins/test.properties, file does not exist [echo] Skipping /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.6.10.v20220910-5fc36efa7a.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.modelgentest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/eclipselink.jpa.modelgen.test' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../sdo/plugins' (for GF) [echo] user.home = '/home/jenkins' [echo] Loading user properties from: '/home/jenkins/test.properties' model-compile: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/antbuild.xml:633: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 34 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] Note: Creating static metadata factory ... [javac] Note: Optional file was not found: META-INF/orm.xml continuing with generation. [javac] Note: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [javac] Note: Optional file was not found: META-INF/orm.xml continuing with generation. [javac] Note: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [javac] Note: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/src/org/eclipse/persistence/testing/models/jpa/metamodel/Manufacturer.java uses or overrides a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/src/org/eclipse/persistence/testing/models/jpa/metamodel/Manufacturer.java uses unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/classes/META-INF compile-standard: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/antbuild.xml:693: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 1201 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/src/org/eclipse/persistence/testing/tests/jpa/AllJPATests.java:40: warning: non-varargs call of varargs method with inexact argument type for last parameter; [javac] addTest((Test)Class.forName("org.eclipse.persistence.testing.tests.jpa21.advanced.JPA21TestSuite").getMethod("suite", null).invoke(null, null)); [javac] ^ [javac] cast to Class for a varargs call [javac] cast to Class[] for a non-varargs call and to suppress this warning [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/src/org/eclipse/persistence/testing/tests/jpa/AllJPATests.java:40: warning: non-varargs call of varargs method with inexact argument type for last parameter; [javac] addTest((Test)Class.forName("org.eclipse.persistence.testing.tests.jpa21.advanced.JPA21TestSuite").getMethod("suite", null).invoke(null, null)); [javac] ^ [javac] cast to Object for a varargs call [javac] cast to Object[] for a non-varargs call and to suppress this warning [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 3 warnings compile-jpa21-standard: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/antbuild.xml:720: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 1337 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/classes21 [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/src/org/eclipse/persistence/testing/tests/jpa/AllJPATests.java:40: warning: non-varargs call of varargs method with inexact argument type for last parameter; [javac] addTest((Test)Class.forName("org.eclipse.persistence.testing.tests.jpa21.advanced.JPA21TestSuite").getMethod("suite", null).invoke(null, null)); [javac] ^ [javac] cast to Class for a varargs call [javac] cast to Class[] for a non-varargs call and to suppress this warning [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/src/org/eclipse/persistence/testing/tests/jpa/AllJPATests.java:40: warning: non-varargs call of varargs method with inexact argument type for last parameter; [javac] addTest((Test)Class.forName("org.eclipse.persistence.testing.tests.jpa21.advanced.JPA21TestSuite").getMethod("suite", null).invoke(null, null)); [javac] ^ [javac] cast to Object for a varargs call [javac] cast to Object[] for a non-varargs call and to suppress this warning [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 3 warnings compile-springplatform: compile-criteria: [echo] Compile the Modelgen (criteria metamodel) Tests [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/antbuild.xml:786: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 1 source file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] Note: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.modelgen.test/src/org/eclipse/persistence/testing/tests/jpa/criteria/metamodel/JUnitCriteriaSimpleTestSuite.java uses or overrides a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 1 warning compile-fullregression: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/antbuild.xml:744: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 2 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] 1 warning compile: package-annotation: [copy] Copying 5 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-annotation-model/META-INF [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-annotation-model [copy] Copying 774 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-annotation-model [echo] Loading /home/jenkins/build.properties [echo] Skipping ${test.properties}, file does not exist [echo] Skipping /home/jenkins/test.properties, file does not exist [echo] Skipping /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.6.10.v20220910-5fc36efa7a.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.modelgentest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/eclipselink.jpa.modelgen.test' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../sdo/plugins' (for GF) [echo] user.home = '/home/jenkins' [echo] Loading user properties from: '/home/jenkins/test.properties' init: config-classpath: [echo] Configuring compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.0.6.v201308211412.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.validation_1.1.0.v201304101302.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ejb_3.1.0.v201205171433.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.transaction_1.1.0.v201002051055.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ws.rs_1.1.1.v20101004-1200.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.resource_1.6.0.v201204270900.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] '/home/jenkins/extension.lib.external/jacocoagent.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa21.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.1.1.v201509150925.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.validation_1.1.0.v201304101302.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ejb_3.1.0.v201205171433.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.transaction_1.1.0.v201002051055.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ws.rs_1.1.1.v20101004-1200.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] '/home/jenkins/extension.lib.external/jacocoagent.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring 'compile.modelgen.path' to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.jpa.modelgen_2.6.10.v20220910-5fc36efa7a.jar' [echo] and 'compile.path' [echo] [echo] Configuring 'compile.server.path' to: [echo] 'compile.path' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/../extension.oracle.lib.external/sdoapi.jar' [echo] '../../../extension.lib.external/mongo.jar' [echo] prepare-spring-xmls: [echo] Loading /home/jenkins/build.properties [echo] Skipping ${test.properties}, file does not exist [echo] Skipping /home/jenkins/test.properties, file does not exist [echo] Skipping /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.6.10.v20220910-5fc36efa7a.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.modelgentest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/eclipselink.jpa.modelgen.test' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../sdo/plugins' (for GF) [echo] user.home = '/home/jenkins' [echo] Loading user properties from: '/home/jenkins/test.properties' init: config-classpath: [echo] Configuring compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.0.6.v201308211412.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.validation_1.1.0.v201304101302.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ejb_3.1.0.v201205171433.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.transaction_1.1.0.v201002051055.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ws.rs_1.1.1.v20101004-1200.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.resource_1.6.0.v201204270900.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] '/home/jenkins/extension.lib.external/jacocoagent.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa21.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.1.1.v201509150925.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.validation_1.1.0.v201304101302.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ejb_3.1.0.v201205171433.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.transaction_1.1.0.v201002051055.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ws.rs_1.1.1.v20101004-1200.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] '/home/jenkins/extension.lib.external/jacocoagent.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring 'compile.modelgen.path' to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.jpa.modelgen_2.6.10.v20220910-5fc36efa7a.jar' [echo] and 'compile.path' [echo] [echo] Configuring 'compile.server.path' to: [echo] 'compile.path' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/../extension.oracle.lib.external/sdoapi.jar' [echo] '../../../extension.lib.external/mongo.jar' [echo] prepare-osgi-xmls: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-annotation-model.jar package-ddl: [copy] Copying 7 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-ddl-generation-model/META-INF [copy] Copying 119 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-ddl-generation-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-ddl-generation-model.jar package-xml-only: [copy] Copying 9 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-only-model/META-INF [copy] Copying 217 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-only-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-xml-only-model.jar package-xml-merge: [copy] Copying 4 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-merge-model/META-INF [copy] Copying 31 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-merge-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-xml-merge-model.jar package-jpa21-model: [copy] Copying 6 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-jpa21-model/META-INF [copy] Copying 120 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-jpa21-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-jpa21-model.jar package-xml-extended: [copy] Copying 10 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-model/META-INF [copy] Copying 161 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-xml-extended-model.jar package-validation-failed: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-validation-failed-model/META-INF [copy] Copying 3 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-validation-failed-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-validation-failed-model.jar package-jpa-advanced-field-access: [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-advanced-field-access-model/META-INF [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-advanced-field-access-model [copy] Copying 47 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-advanced-field-access-model [copy] Copying 9 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-advanced-field-access-model [echo] Loading /home/jenkins/build.properties [echo] Skipping ${test.properties}, file does not exist [echo] Skipping /home/jenkins/test.properties, file does not exist [echo] Skipping /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.6.10.v20220910-5fc36efa7a.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.modelgentest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/eclipselink.jpa.modelgen.test' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../sdo/plugins' (for GF) [echo] user.home = '/home/jenkins' [echo] Loading user properties from: '/home/jenkins/test.properties' init: config-classpath: [echo] Configuring compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.0.6.v201308211412.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.validation_1.1.0.v201304101302.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ejb_3.1.0.v201205171433.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.transaction_1.1.0.v201002051055.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ws.rs_1.1.1.v20101004-1200.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.resource_1.6.0.v201204270900.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] '/home/jenkins/extension.lib.external/jacocoagent.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa21.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.1.1.v201509150925.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.validation_1.1.0.v201304101302.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ejb_3.1.0.v201205171433.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.transaction_1.1.0.v201002051055.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ws.rs_1.1.1.v20101004-1200.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] '/home/jenkins/extension.lib.external/jacocoagent.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring 'compile.modelgen.path' to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.jpa.modelgen_2.6.10.v20220910-5fc36efa7a.jar' [echo] and 'compile.path' [echo] [echo] Configuring 'compile.server.path' to: [echo] 'compile.path' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/../extension.oracle.lib.external/sdoapi.jar' [echo] '../../../extension.lib.external/mongo.jar' [echo] prepare-spring-xmls: [echo] Loading /home/jenkins/build.properties [echo] Skipping ${test.properties}, file does not exist [echo] Skipping /home/jenkins/test.properties, file does not exist [echo] Skipping /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.6.10.v20220910-5fc36efa7a.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.modelgentest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/eclipselink.jpa.modelgen.test' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../sdo/plugins' (for GF) [echo] user.home = '/home/jenkins' [echo] Loading user properties from: '/home/jenkins/test.properties' init: config-classpath: [echo] Configuring compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.0.6.v201308211412.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.validation_1.1.0.v201304101302.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ejb_3.1.0.v201205171433.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.transaction_1.1.0.v201002051055.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ws.rs_1.1.1.v20101004-1200.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.resource_1.6.0.v201204270900.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] '/home/jenkins/extension.lib.external/jacocoagent.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa21.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.1.1.v201509150925.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.validation_1.1.0.v201304101302.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ejb_3.1.0.v201205171433.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.transaction_1.1.0.v201002051055.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ws.rs_1.1.1.v20101004-1200.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] '/home/jenkins/extension.lib.external/jacocoagent.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring 'compile.modelgen.path' to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.jpa.modelgen_2.6.10.v20220910-5fc36efa7a.jar' [echo] and 'compile.path' [echo] [echo] Configuring 'compile.server.path' to: [echo] 'compile.path' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/../extension.oracle.lib.external/sdoapi.jar' [echo] '../../../extension.lib.external/mongo.jar' [echo] prepare-osgi-xmls: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-advanced-field-access-model.jar package-jpa-advanced-properties: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-advanced-properties/META-INF [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-advanced-properties [copy] Copying 6 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-advanced-properties [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-advanced-properties.jar package-jpa-pu_with_spaces: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-pu with spaces/META-INF [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-pu with spaces.jar package-partitioned: [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-partitioned-model/META-INF [copy] Copying 13 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-partitioned-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-partitioned-model.jar package-plsql: [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-plsql-model/META-INF [copy] Copying 7 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-plsql-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-plsql-model.jar package-jpa-performance: [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/jpa-performance/META-INF [copy] Copying 10 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/jpa-performance [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/jpa-performance.jar package-jpa-performance2: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/jpa-performance2/META-INF [copy] Copying 14 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/jpa-performance2 [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/jpa-performance2.jar package-cascade-deletes: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-cascade-deletes-model/META-INF [copy] Copying 9 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-cascade-deletes-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-cascade-deletes-model.jar package-jpa-metamodel: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-metamodel-model/META-INF [copy] Copying 94 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-metamodel-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-metamodel-model.jar package-delimited: [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-delimited-model/META-INF [copy] Copying 10 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-delimited-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-delimited-model.jar package-beanvalidation: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-beanvalidation-model/META-INF [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-beanvalidation-model.jar package-beanvalidation-dynamic: [copy] Copying 4 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-beanvalidation-dynamic-model/META-INF [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-beanvalidation-dynamic-model.jar package-composite-advanced: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-composite-advanced-model/META-INF [copy] Copying 5 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-composite-advanced-model [copy] Copied 3 empty directories to 3 empty directories under /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-composite-advanced-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-composite-advanced-model.jar package-composite-advanced-member_1: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-composite-advanced-model-member_1/META-INF [copy] Copying 10 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-composite-advanced-model-member_1 [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-composite-advanced-model-member_1.jar package-composite-advanced-member_2: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-composite-advanced-model-member_2/META-INF [copy] Copying 14 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-composite-advanced-model-member_2 [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-composite-advanced-model-member_2.jar package-composite-advanced-member_3: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-composite-advanced-model-member_3/META-INF [copy] Copying 12 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-composite-advanced-model-member_3 [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-composite-advanced-model-member_3.jar package-xml-composite-advanced: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-composite-advanced-model/META-INF [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-composite-advanced-model [copy] Copied 3 empty directories to 3 empty directories under /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-composite-advanced-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-xml-composite-advanced-model.jar package-xml-composite-advanced-member_1: [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-composite-advanced-model-member_1/META-INF [copy] Copying 10 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-composite-advanced-model-member_1 [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-xml-composite-advanced-model-member_1.jar package-xml-composite-advanced-member_2: [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-composite-advanced-model-member_2/META-INF [copy] Copying 9 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-composite-advanced-model-member_2 [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-xml-composite-advanced-model-member_2.jar package-xml-composite-advanced-member_3: [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-composite-advanced-model-member_3/META-INF [copy] Copying 8 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-composite-advanced-model-member_3 [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-xml-composite-advanced-model-member_3.jar package-xml-extended-composite-advanced: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-composite-advanced-model/META-INF [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-composite-advanced-model [copy] Copied 3 empty directories to 3 empty directories under /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-composite-advanced-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-xml-extended-composite-advanced-model.jar package-xml-extended-composite-advanced-member_1: [copy] Copying 3 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-composite-advanced-model-member_1/META-INF [copy] Copying 10 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-composite-advanced-model-member_1 [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-xml-extended-composite-advanced-model-member_1.jar package-xml-extended-composite-advanced-member_2: [copy] Copying 3 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-composite-advanced-model-member_2/META-INF [copy] Copying 9 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-composite-advanced-model-member_2 [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-xml-extended-composite-advanced-model-member_2.jar package-xml-extended-composite-advanced-member_3: [copy] Copying 3 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-composite-advanced-model-member_3/META-INF [copy] Copying 8 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-extended-composite-advanced-model-member_3 [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-xml-extended-composite-advanced-model-member_3.jar package-extensibility: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-extensibility-model/META-INF [copy] Copying 3 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-extensibility-model [copy] Copying 4 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-extensibility-model [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-extensibility-model.jar package-jpa-remote: [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-remote/META-INF [copy] Copying 47 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-remote [copy] Copying 9 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-remote [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-remote.jar package-xml-mapping-metadata-complete: [copy] Copying 2 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-mapping-metadata-complete/META-INF [copy] Copying 3 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/build/eclipselink-xml-mapping-metadata-complete [echo] Loading /home/jenkins/build.properties [echo] Skipping ${test.properties}, file does not exist [echo] Skipping /home/jenkins/test.properties, file does not exist [echo] Skipping /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.6.10.v20220910-5fc36efa7a.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.modelgentest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/eclipselink.jpa.modelgen.test' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../sdo/plugins' (for GF) [echo] user.home = '/home/jenkins' [echo] Loading user properties from: '/home/jenkins/test.properties' init: config-classpath: [echo] Configuring compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.0.6.v201308211412.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.validation_1.1.0.v201304101302.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ejb_3.1.0.v201205171433.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.transaction_1.1.0.v201002051055.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ws.rs_1.1.1.v20101004-1200.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.resource_1.6.0.v201204270900.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] '/home/jenkins/extension.lib.external/jacocoagent.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa21.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.1.1.v201509150925.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.validation_1.1.0.v201304101302.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ejb_3.1.0.v201205171433.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.transaction_1.1.0.v201002051055.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ws.rs_1.1.1.v20101004-1200.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] '/home/jenkins/extension.lib.external/jacocoagent.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring 'compile.modelgen.path' to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.jpa.modelgen_2.6.10.v20220910-5fc36efa7a.jar' [echo] and 'compile.path' [echo] [echo] Configuring 'compile.server.path' to: [echo] 'compile.path' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/../extension.oracle.lib.external/sdoapi.jar' [echo] '../../../extension.lib.external/mongo.jar' [echo] prepare-spring-xmls: [echo] Loading /home/jenkins/build.properties [echo] Skipping ${test.properties}, file does not exist [echo] Skipping /home/jenkins/test.properties, file does not exist [echo] Skipping /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.6.10.v20220910-5fc36efa7a.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.modelgentest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/eclipselink.jpa.modelgen.test' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../sdo/plugins' (for GF) [echo] user.home = '/home/jenkins' [echo] Loading user properties from: '/home/jenkins/test.properties' init: config-classpath: [echo] Configuring compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.0.6.v201308211412.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.validation_1.1.0.v201304101302.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ejb_3.1.0.v201205171433.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.transaction_1.1.0.v201002051055.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ws.rs_1.1.1.v20101004-1200.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.resource_1.6.0.v201204270900.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] '/home/jenkins/extension.lib.external/jacocoagent.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa21.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.1.1.v201509150925.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.validation_1.1.0.v201304101302.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ejb_3.1.0.v201205171433.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.transaction_1.1.0.v201002051055.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ws.rs_1.1.1.v20101004-1200.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] '/home/jenkins/extension.lib.external/jacocoagent.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring 'compile.modelgen.path' to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.jpa.modelgen_2.6.10.v20220910-5fc36efa7a.jar' [echo] and 'compile.path' [echo] [echo] Configuring 'compile.server.path' to: [echo] 'compile.path' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/../extension.oracle.lib.external/sdoapi.jar' [echo] '../../../extension.lib.external/mongo.jar' [echo] prepare-osgi-xmls: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-xml-mapping-metadata-complete.jar package: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-jpatest-framework.jar [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-jpa-tests.jar [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/eclipselink-jpa21-tests.jar build: [echo] wdf_test.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test' [echo] wdf_test.2.trunk.dir = '../..' clean: init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/classes init_against_jar: compile: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/antbuild.xml:183: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 218 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/src/org/eclipse/persistence/testing/tests/wdf/jpa1/lock/TestOptimistic.java uses unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 1 warning [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/antbuild.xml:200: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 72 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/ReflectionHelper.java:21: warning: Unsafe is internal proprietary API and may be removed in a future release [javac] import sun.misc.Unsafe; [javac] ^ [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/ReflectionHelper.java:28: warning: Unsafe is internal proprietary API and may be removed in a future release [javac] private static final Unsafe unsafe; [javac] ^ [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/ReflectionHelper.java:33: warning: Unsafe is internal proprietary API and may be removed in a future release [javac] Field field = Unsafe.class.getDeclaredField("theUnsafe"); [javac] ^ [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/ReflectionHelper.java:35: warning: Unsafe is internal proprietary API and may be removed in a future release [javac] unsafe = (Unsafe)field.get(null); [javac] ^ [javac] Note: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java uses or overrides a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 5 warnings get-server-properties: [echo] server.lib=/home/jenkins/extension.lib.external/wildfly-15.0.1.Final/bin/client [echo] server.depend=jboss-client.jar [echo] server.name=wildfly [echo] server.platform=JBoss package-tests: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/stage [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/stage [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-tests.jar [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/stage package-wdf-jpa2-model: [echo] wdf_test.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test' [echo] wdf_test.2.trunk.dir = '../..' get-server-properties: [echo] server.lib=/home/jenkins/extension.lib.external/wildfly-15.0.1.Final/bin/client [echo] server.depend=jboss-client.jar [echo] server.name=wildfly [echo] server.platform=JBoss detect-os: [echo] suffix=sh set-app-name: package-model: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/build/META-INF [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa2-model.jar [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/build/META-INF package-wdf-jpa1-model: [echo] wdf_test.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test' [echo] wdf_test.2.trunk.dir = '../..' get-server-properties: [echo] server.lib=/home/jenkins/extension.lib.external/wildfly-15.0.1.Final/bin/client [echo] server.depend=jboss-client.jar [echo] server.name=wildfly [echo] server.platform=JBoss detect-os: [echo] suffix=sh set-app-name: package-model: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/build/META-INF [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/build/META-INF package: build-against-jar: [echo] jparstest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test' [echo] eclipselink.jpars.test = 'jpa/eclipselink.jpars.test' [echo] jparstest.2.base.dir = '../..' [echo] Loading /home/jenkins/build.properties [echo] Skipping ${test.properties}, file does not exist init: [echo] user.home ='/home/jenkins' [echo] test.properties ='${test.properties}' [echo] extensions.depend.dir ='/home/jenkins/extension.lib.external' [echo] junit.lib ='/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] jaxb-api.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test/../../plugins/javax.xml.bind_2.2.12.v201410011542.jar' [echo] persistence20.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test/../../jpa/plugins/javax.persistence_2.1.1.v201509150925.jar' [echo] jersey.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test/../../plugins/com.sun.jersey_1.8.0.201204181614.jar' [echo] javax.ws.rs.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test/../../plugins/javax.ws.rs_1.1.1.v20101004-1200.jar' [echo] validation.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test/../../plugins/javax.validation_1.1.0.v201304101302.jar' [echo] json.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test/../../plugins/org.glassfish.javax.json_1.0.4.v201311181159.jar' [echo] antlr.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test/../../plugins/org.eclipse.persistence.antlr_3.5.2.v202005201612.jar' [echo] hermes.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test/../../plugins/org.eclipse.persistence.jpa.jpql_2.6.10.v20220910-5fc36efa7a.jar' [echo] core.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test/../../plugins/org.eclipse.persistence.core_2.6.10.v20220910-5fc36efa7a.jar' [echo] moxy.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test/../../plugins/org.eclipse.persistence.moxy_2.6.10.v20220910-5fc36efa7a.jar' [echo] jpa.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test/../../plugins/org.eclipse.persistence.jpa_2.6.10.v20220910-5fc36efa7a.jar' [echo] jpars.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test/../../plugins/org.eclipse.persistence.jpars_2.6.10.v20220910-5fc36efa7a.jar' [echo] javax.ejb.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test/../../plugins/javax.ejb_3.1.0.v201205171433.jar' build: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test/classes [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test/antbuild.xml:496: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 80 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 1 warning [copy] Copying 6 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test/classes/META-INF [echo] moxytest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test' [echo] moxytest.2.trunk.dir = '../..' [echo] oep.nosql.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/../../plugins/org.eclipse.persistence.nosql_2.6.10.v20220910-5fc36efa7a.jar' clean: compile-tests-against-jar: [echo] Compiling OXM tests... [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/classes [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/antbuild.xml:976: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 1297 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 1 warning [echo] [echo] Compiling JAXB tests... [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/antbuild.xml:976: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 2689 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 1 warning [echo] Compiling MOXy unit tests... [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/antbuild.xml:976: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 4 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] 1 warning [echo] sdotest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/eclipselink.sdo.test' [echo] sdotest.2.base.dir = '../..' clean: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/eclipselink.sdo.test/classes compile-sdo-tests-against-jar: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/eclipselink.sdo.test/antbuild.xml:323: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 661 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/eclipselink.sdo.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 1 warning [echo] JDK version detected: '1.8.0_252' [echo] java.version='1.8.0_252' [echo] dbws_test.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/dbws/eclipselink.dbws.test' [echo] dbws_test.2.base.dir = '../..' Trying to override old definition of task javac clean: compile: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/dbws/eclipselink.dbws.test/classes [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/dbws/eclipselink.dbws.test/antbuild.xml:370: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 2 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/dbws/eclipselink.dbws.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] 1 warning package: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/dbws/eclipselink.dbws.test/eclipselink-dbws-test-common.jar build: check.oracle.dependencies: check.oracle.db-driver.dependencies: oracle.jdbc.dependencies: [echo] Oracle DB driver and dependencies check failed: [echo] - Oracle DB driver not configured. [echo] - orai18n.jar library missing [echo] - orai18n-mapping.jar library missing [echo] - aqapi.jar library missing [echo] - ojdbc7.jar library missing [echo] - sdoapi.jar library missing [echo] - xdb.jar library missing [echo] - xmlparserv2.jar library missing [echo] - ucp.jar library missing [echo] - dms.jar library missing [echo] - kvclient.jar library missing build-oracle-if-dependencies: build: build-util: clean: compile: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.sigcompare/classes [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.sigcompare/antbuild.xml:78: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 5 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.sigcompare/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] 1 warning package: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.sigcompare/sig-compare.jar build: clean: compile: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.rename/classes [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.rename/antbuild.xml:71: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 4 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.rename/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] 1 warning package: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.rename/package-rename.jar build: init: [echo] mw.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench' [echo] release.designation = 'EclipseLink 2.6.10' [echo] release.version = '2.6.10' [echo] BuildDate.BuildTime = '20220910.0356' [echo] java.version = '1.8.0_252' [echo] os.name = 'Linux' [echo] os.arch = 'amd64' [echo] os.version = '5.14.14-200.fc34.x86_64' [echo] stop.on.error = 'true' [echo] optimize.code = 'off' [echo] report.deprecation = 'off' [echo] javac.debug = 'true' [echo] javac.debuglevel = 'lines,vars,source' [echo] target.jvm = '1.7' [echo] java_home = '/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.252.b09-0.fc30.x86_64/jre/..' [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/logs clean: init: [echo] BuildDate.BuildTime='20220910.0356' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.14.14-200.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' clean: init: [echo] BuildDate.BuildTime='20220910.0356' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.14.14-200.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20220910.0356' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.14.14-200.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20220910.0356' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.14.14-200.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20220910.0356' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.14.14-200.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20220910.0356' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.14.14-200.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20220910.0356' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.14.14-200.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20220910.0356' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.14.14-200.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20220910.0356' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.14.14-200.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20220910.0356' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.14.14-200.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/logs build-component-libs: [ant] Ant: Can't set output to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/logs\iconlib.log init: [echo] BuildDate.BuildTime='20220910.0356' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.14.14-200.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mw jar-iconlib: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mw/iconlib.jar build-all: [ant] Ant: Can't set output to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/logs\utility.log init: [echo] BuildDate.BuildTime='20220910.0356' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.14.14-200.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/utility/classes compile-utility: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/utility/build.xml:103: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 231 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/utility/classes [javac] Note: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/utility/source/org/eclipse/persistence/tools/workbench/utility/Classpath.java uses or overrides a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. jar-utility-lib: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mw/utility.jar jar-utility-src: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mw/utility_src.jar jar-utility: build-all: [ant] Ant: Can't set output to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/logs\uitools.log init: [echo] BuildDate.BuildTime='20220910.0356' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.14.14-200.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/uitools/classes compile-uitools: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/uitools/build.xml:103: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 147 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/uitools/classes [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. jar-uitools-lib: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mw/uitools.jar jar-uitools-src: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mw/uitools_src.jar jar-uitools: build-all: [ant] Ant: Can't set output to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/logs\framework.log init: [echo] BuildDate.BuildTime='20220910.0356' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.14.14-200.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/framework/classes compile-framework: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/framework/build.xml:103: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 215 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/framework/classes [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. jar-framework-lib: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mw/framework.jar jar-framework-src: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mw/framework_src.jar jar-framework: build-all: [ant] Ant: Can't set output to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/logs\platformsmodel.log init: [echo] BuildDate.BuildTime='20220910.0356' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.14.14-200.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/platformsmodel/classes compile-platformsmodel: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/platformsmodel/build.xml:103: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 11 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/platformsmodel/classes [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. jar-platformsmodel-lib: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mw/platformsmodel.jar jar-platformsmodel-src: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mw/platformsmodel_src.jar jar-platformsmodel: build-all: [ant] Ant: Can't set output to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/logs\platformsplugin.log init: [echo] BuildDate.BuildTime='20220910.0356' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.14.14-200.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/platformsplugin/classes compile-platformsplugin: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/platformsplugin/build.xml:103: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 29 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/platformsplugin/classes [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. jar-platformsplugin-lib: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mw/platformsplugin.jar jar-platformsplugin-src: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mw/platformsplugin_src.jar jar-platformsplugin: build-all: [ant] Ant: Can't set output to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/logs\mappingsmodel.log init: [echo] BuildDate.BuildTime='20220910.0356' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.14.14-200.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/mappingsmodel/classes compile-mappingsmodel: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/mappingsmodel/build.xml:103: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 426 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/mappingsmodel/classes [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. jar-mappingsmodel-lib: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mw/mappingsmodel.jar jar-mappingsmodel-src: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mw/mappingsmodel_src.jar jar-mappingsmodel: build-all: [ant] Ant: Can't set output to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/logs\mappingsio.log init: [echo] BuildDate.BuildTime='20220910.0356' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.14.14-200.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/mappingsio/classes compile-mappingsio: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/mappingsio/build.xml:103: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 11 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/mappingsio/classes [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. jar-mappingsio-lib: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mw/mappingsio.jar jar-mappingsio-src: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mw/mappingsio_src.jar jar-mappingsio: build-all: [ant] Ant: Can't set output to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/logs\mappingsplugin.log init: [echo] BuildDate.BuildTime='20220910.0356' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.14.14-200.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/mappingsplugin/classes compile-mappingsplugin: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/mappingsplugin/build.xml:103: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 577 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/mappingsplugin/classes [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. jar-mappingsplugin-lib: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mw/mappingsplugin.jar jar-mappingsplugin-src: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mw/mappingsplugin_src.jar jar-mappingsplugin: build-all: [ant] Ant: Can't set output to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/logs\scplugin.log init: [echo] BuildDate.BuildTime='20220910.0356' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.14.14-200.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/scplugin/classes compile-scplugin: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/scplugin/build.xml:103: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 195 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/scplugin/classes [javac] Note: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench/scplugin/source/org/eclipse/persistence/tools/workbench/scplugin/model/adapter/RootSCAdapter.java uses or overrides a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. jar-scplugin-lib: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mw/scplugin.jar jar-scplugin-src: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mw/scplugin_src.jar jar-scplugin: build-all: jar-mwcore-src: [echo] Implementation-Version: 2.6.10.v20220910-5fc36efa7a [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mw/elmwcore_src.jar jar-mwcore: [echo] Implementation-Version: 2.6.10.v20220910-5fc36efa7a [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mw/elmwcore.jar jar-workbench-src: [echo] Implementation-Version: 2.6.10.v20220910-5fc36efa7a [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mw/eclipselinkmw_src.jar jar-workbench: [echo] Implementation-Version: 2.6.10.v20220910-5fc36efa7a [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mw/eclipselinkmw.jar build-workbench: build: all: build-workbench-test: init: [echo] user.home ='/home/jenkins' [echo] test.properties ='${test.properties}' [echo] extensions.depend.dir ='/home/jenkins/extension.lib.external' [echo] junit.lib ='/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] mwtest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test' [echo] release.designation = 'EclipseLink 2.6.10' [echo] release.version = '2.6.10' [echo] BuildDate.BuildTime = '20220910.0356' [echo] java.version = '1.8.0_252' [echo] os.name = 'Linux' [echo] os.arch = 'amd64' [echo] os.version = '5.14.14-200.fc34.x86_64' [echo] stop.on.error = 'true' [echo] optimize.code = 'off' [echo] report.deprecation = 'off' [echo] javac.debug = 'true' [echo] javac.debuglevel = 'lines,vars,source' [echo] target.jvm = '1.7' [echo] java_home = '/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.252.b09-0.fc30.x86_64/jre/..' [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/logs clean: init: [echo] BuildDate.BuildTime='20220910.0356' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.14.14-200.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20220910.0356' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.14.14-200.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20220910.0356' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.14.14-200.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20220910.0356' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.14.14-200.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20220910.0356' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.14.14-200.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: init: [echo] BuildDate.BuildTime='20220910.0356' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.14.14-200.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' clean: [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/logs build-component-libs: [ant] Ant: Can't set output to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/logs\utility.log init: [echo] BuildDate.BuildTime='20220910.0356' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.14.14-200.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/utility/classes [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mwtest compile-utility: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/utility/build.xml:106: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 120 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/utility/classes [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. jar-utility-lib: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mwtest/utility_test.jar jar-utility-src: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mwtest/utility_test_src.jar jar-utility: build-all: [ant] Ant: Can't set output to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/logs\uitools.log init: [echo] BuildDate.BuildTime='20220910.0356' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.14.14-200.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/uitools/classes compile-uitools: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/uitools/build.xml:106: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 87 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/uitools/classes [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. jar-uitools-lib: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mwtest/uitools_test.jar jar-uitools-src: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mwtest/uitools_test_src.jar jar-uitools: build-all: [ant] Ant: Can't set output to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/logs\framework.log init: [echo] BuildDate.BuildTime='20220910.0356' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.14.14-200.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/framework/classes compile-framework: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/framework/build.xml:106: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 20 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/framework/classes [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. jar-framework-lib: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mwtest/framework_test.jar jar-framework-src: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mwtest/framework_test_src.jar jar-framework: build-all: [ant] Ant: Can't set output to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/logs\platformsplugin.log init: [echo] BuildDate.BuildTime='20220910.0356' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.14.14-200.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/platformsplugin/classes compile-platformsplugin: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/platformsplugin/build.xml:106: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 27 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/platformsplugin/classes [javac] Note: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/platformsplugin/source/org/eclipse/persistence/tools/workbench/test/platformsplugin/model/PlatformTests.java uses or overrides a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. jar-platformsplugin-lib: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mwtest/platformsplugin_test.jar jar-platformsplugin-src: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mwtest/platformsplugin_test_src.jar jar-platformsplugin: build-all: [ant] Ant: Can't set output to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/logs\mappingsplugin.log init: [echo] BuildDate.BuildTime='20220910.0356' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.14.14-200.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/mappingsplugin/classes [echo] oep.nosql.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/mappingsplugin/../../../plugins/org.eclipse.persistence.nosql_2.6.10.v20220910-5fc36efa7a.jar' compile-mappingsplugin: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/mappingsplugin/build.xml:133: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 316 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/mappingsplugin/classes [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. jar-mappingsplugin-lib: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mwtest/mappingsplugin_test.jar jar-mappingsplugin-src: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mwtest/mappingsplugin_test_src.jar jar-mappingsplugin: build-all: [ant] Ant: Can't set output to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/logs\scplugin.log init: [echo] BuildDate.BuildTime='20220910.0356' [echo] java.version='1.8.0_252' [echo] os.name='Linux' [echo] os.arch='amd64' [echo] os.version='5.14.14-200.fc34.x86_64' [echo] stop.on.error='true' [echo] optimize.code='off' [echo] report.deprecation='off' [echo] target.jvm='1.7' [echo] _nowarn='on' properties-init: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/scplugin/classes compile-scplugin: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/scplugin/build.xml:106: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 62 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.test/scplugin/classes [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. jar-scplugin-lib: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mwtest/scplugin_test.jar jar-scplugin-src: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mwtest/scplugin_test_src.jar jar-scplugin: build-all: jar-workbench: [echo] Implementation-Version: 2.6.10.v20220910-5fc36efa7a [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.utils.workbench.lib/mwtest/workbench_test.jar build: all: build-dbws-utils-test: [echo] dbwsbldrtest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.dbws.builder.test' [echo] dbwsbldrtest.2.base.dir = '../..' [echo] Loading /home/jenkins/build.properties... [echo] Custom properties file '/home/jenkins/test.properties' not found to load. Trying to override old definition of task javac clean: init: [echo] junit.lib ='/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] asm.jar ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.dbws.builder.test/../../plugins/org.eclipse.persistence.asm_6.2.0.v201808041654.jar' [echo] dbwsbldr.jar ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.dbws.builder.test/../../plugins/org.eclipse.persistence.dbws.builder_2.6.10.v20220910-5fc36efa7a.jar' [echo] servlet.jar ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.dbws.builder.test/../../plugins/javax.servlet_2.4.0.v200806031604.jar' [echo] ddlparser.jar='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.dbws.builder.test/../plugins/org.eclipse.persistence.oracleddlparser_1.0.0.v20150306.jar' [echo] wsdl.jar ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.dbws.builder.test/../plugins/javax.wsdl_1.6.2.v201012040545.jar' [echo] persistence.jar ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.dbws.builder.test/../../plugins/javax.persistence_unsigned_for_testing_1.0.0.jar' compile: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.dbws.builder.test/classes [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.dbws.builder.test/antbuild.xml:255: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 21 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.dbws.builder.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] 1 warning package: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.dbws.builder.test/eclipselink-dbwsbldr-tests.jar build: build-util-test: gen-wls-shared-lib: verify-eclipselink-exist: generate-eclipselink: identify-eclipselink: [echo] SpecV: 'NA' [echo] ImpV: '' [echo] EarV: 'NA' prepare-wls-metadata: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/build/shared-lib/etc package-wls-shared-lib: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/build/shared-lib/org.eclipse.persistenceNA-shared-lib.ear create-shared-lib-install: [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/eclipselinkNA-shared-lib.zip build-all-but-ext: init: [echo] ant.project.name ='features' [echo] basedir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features' [echo] feature.build.location ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features' [echo] feature.2.base.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/..' [echo] feature.common.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/common' [echo] feature.2.buildsys.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/../buildsystem' [echo] feature.2.common.plugins.dir='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/../plugins' [echo] feature.2.jpa.plugins.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/../jpa/plugins' [echo] feature.2.sdo.plugins.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/../sdo/plugins' [echo] feature.2.util.plugins.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/../utils/plugins' [echo] --- [echo] custom.tasks.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/ant_customizations.jar' [echo] custom.echo.task.class ='org.eclipse.persistence.buildtools.ant.taskdefs.Say' [echo] custom.selectbundle.task.class ='org.eclipse.persistence.buildtools.ant.taskdefs.SelectBundle' [echo] --- [echo] release.version ='2.6.10' [echo] version.qualifier ='v20220910-5fc36efa7a' [echo] version.string ='2.6.10.v20220910-5fc36efa7a' [echo] eclipselink.install.prefix ='eclipselink' [echo] eclipselink.plugins.install.prefix='eclipselink-plugins' [echo] eclipselink.nosql.install.prefix ='eclipselink-plugins-nosql' [echo] eclipselink.zip.suffix ='.zip' [echo] classes.dir ='classes' [echo] specification.vendor ='Eclipse.org - EclipseLink Project' [echo] p2.archive.presigned.zip ='eclipselink-P2-2.6.10.v20220910-5fc36efa7a.zip' [echo] build.id ='2.6.10' [echo] --- [echo] feature.build.dir ='classes/features' [echo] bundle.working.dir ='classes/plugins' [echo] --- [echo] p2.SDK.install.dir ='/home/jenkins/extension.lib.external/eclipse' [say] p2.SDK.plugin.dir ='/home/jenkins/extension.lib.external/eclipse/plugins' [echo] p2.publisher.jar ='org.eclipse.equinox.p2.publisher_*.jar' [echo] p2.launcher.jar ='org.eclipse.equinox.launcher_*.jar' [echo] p2.artifact.jar ='org.eclipse.equinox.artifact.repository_*.jar' [echo] signing.script ='dir' [echo] signing.dir ='/opt/public/download-staging.priv/rt/eclipselink' [echo] --- [echo] p2.composite.home.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/p2site/__EL-CompositeRepositoryTest2Site' [echo] p2.repos.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/p2site/__EL-RepositorySite' [echo] p2.mirror.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/p2site/__EL-MirroredRepoSite' [echo] p2.feature.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/p2site/__EL-RepositorySite/features' [echo] p2.bundle.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/p2site/__EL-RepositorySite/plugins' [say] bundle.install.file: '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/../eclipselink-plugins.zip' not found! [say] nosql.install.file: '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/../eclipselink-plugins-nosql.zip' not found! [echo] site.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/classes' [echo] site.dir.url ='file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/classes' [echo] site.url ='file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/classes/site.xml' [echo] --- [echo] p2.repos.url ='file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/p2site/__EL-RepositorySite' [echo] p2.mirror.url ='file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/p2site/__EL-MirroredRepoSite' [echo] p2.release.repos.name ='EclipseLink Release Repository' [echo] p2.milestone.repos.name ='EclipseLink Milestone Repository' [echo] p2.nightly.repos.name ='EclipseLink Nightly Build Repository' [echo] p2.release.repos.url ='http://download.eclipse.org/rt/eclipselink/updates' [echo] p2.milestone.repos.url ='http://download.eclipse.org/rt/eclipselink/incremental-updates/milestone' [echo] p2.nightly.repos.url ='http://download.eclipse.org/rt/eclipselink/incremental-updates/nightly' [echo] metadata.repos.name ='"EclipseLink Release Repository"' [echo] artifact.repos.name ='"EclipseLink Artifacts"' clean: resolve-feature-dependencies: [echo] Searching /home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/../utils/plugins... [say] oracleddl.version = '1.0.0.v20150306' [say] wsdl.version = '1.6.2.v201012040545' [echo] Searching /home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/../sdo/plugins... [say] sdo.version = '2.1.1.v201112051852' [echo] Searching /home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/../jpa/plugins... [say] persistence.version = '2.1.1.v201509150925' [echo] Searching /home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/../plugins... [say] activation.version = '1.1.0.v201108011116' [say] mail.version = '1.4.0.v201005080615' [say] resource.version = '1.6.0.v201204270900' [say] servlet.version = '2.4.0.v200806031604' [say] xml.bind.version = '2.2.12.v201410011542' [say] sun.tools.xjc.version = '2.2.11.v201407311112' [say] sun.xml.bind.version = '2.2.11.v201407311112' [say] xml.stream.version = '1.0.1.v201004272200' [say] mongodb.version = '2.10.1.v20130422-1135' [say] jaxrs.version = '1.1.1.v20101004-1200' [say] antlr.version = '3.5.2.v202005201612' [say] asm.version = '6.2.0.v201808041654' [say] hermes.version = '2.6.10.v20220910-5fc36efa7a' [say] oracle.version = '2.6.10.v20210924-726717ae9a' [say] oraclenosql.version = '2.6.10.v20210924-5ae97f67d5' [say] json.version = '1.0.4.v201311181159' create-deployable-features: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/classes [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/classes/features [copy] Copying 26 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/classes jar-feature: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/classes/features/org.eclipse.persistence.dbws_2.6.10.v20220910-5fc36efa7a.jar jar-feature: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/classes/features/org.eclipse.persistence.dbwsbuilder_2.6.10.v20220910-5fc36efa7a.jar jar-feature: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/classes/features/org.eclipse.persistence.jpa_2.6.10.v20220910-5fc36efa7a.jar jar-feature: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/classes/features/org.eclipse.persistence.nosql_2.6.10.v20220910-5fc36efa7a.jar jar-feature: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/classes/features/org.eclipse.persistence.moxy_2.6.10.v20220910-5fc36efa7a.jar jar-feature: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/classes/features/org.eclipse.persistence.sdo_2.6.10.v20220910-5fc36efa7a.jar jar-feature: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/classes/features/org.eclipse.persistence.dbws.source_2.6.10.v20220910-5fc36efa7a.jar jar-feature: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/classes/features/org.eclipse.persistence.dbwsbuilder.source_2.6.10.v20220910-5fc36efa7a.jar jar-feature: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/classes/features/org.eclipse.persistence.jpa.source_2.6.10.v20220910-5fc36efa7a.jar jar-feature: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/classes/features/org.eclipse.persistence.nosql.source_2.6.10.v20220910-5fc36efa7a.jar jar-feature: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/classes/features/org.eclipse.persistence.moxy.source_2.6.10.v20220910-5fc36efa7a.jar jar-feature: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/classes/features/org.eclipse.persistence.sdo.source_2.6.10.v20220910-5fc36efa7a.jar jar-feature: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/classes/features/org.eclipse.persistence.sdk_2.6.10.v20220910-5fc36efa7a.jar build-features: create-eclipselink-buildfile: [echo] update eclipselink.build for Galileo, and place in features dir for later check-in. create-sign-zipfile: [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/eclipselink-P2-2.6.10.v20220910-5fc36efa7a.zip build-features-create-signzip: [echo] trunk.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6' [echo] env.CLASSPATH = '' [echo] java.class.path = '/opt/java/ant/lib/ant-launcher.jar:/opt/java/ant/lib/ant-antlr.jar:/opt/java/ant/lib/ant-apache-bcel.jar:/opt/java/ant/lib/ant-apache-bsf.jar:/opt/java/ant/lib/ant-apache-log4j.jar:/opt/java/ant/lib/ant-apache-oro.jar:/opt/java/ant/lib/ant-apache-regexp.jar:/opt/java/ant/lib/ant-apache-resolver.jar:/opt/java/ant/lib/ant-apache-xalan2.jar:/opt/java/ant/lib/ant-commons-logging.jar:/opt/java/ant/lib/ant-commons-net.jar:/opt/java/ant/lib/ant-imageio.jar:/opt/java/ant/lib/ant-jai.jar:/opt/java/ant/lib/ant-javamail.jar:/opt/java/ant/lib/ant-jdepend.jar:/opt/java/ant/lib/ant-jmf.jar:/opt/java/ant/lib/ant-jsch.jar:/opt/java/ant/lib/ant-junit.jar:/opt/java/ant/lib/ant-junit4.jar:/opt/java/ant/lib/ant-junitlauncher.jar:/opt/java/ant/lib/ant-launcher.jar:/opt/java/ant/lib/ant-netrexx.jar:/opt/java/ant/lib/ant-swing.jar:/opt/java/ant/lib/ant-testutil.jar:/opt/java/ant/lib/ant-xz.jar:/opt/java/ant/lib/ant.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.252.b09-0.fc30.x86_64/lib/tools.jar' [echo] user.home = '/home/jenkins' [echo] Loading user properties from: '/home/jenkins/build.properties' [echo] oracle.extensions.depend.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/../extension.oracle.lib.external' [echo] extensions.depend.dir = '/home/jenkins/extension.lib.external' [echo] junit.lib = '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' (if not set tests may not compile; let alone run) [echo] Loading default properties from: '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/build.properties' [echo] Ant version detected: 'Apache Ant(TM) version 1.10.7 compiled on September 1 2019' [echo] JDK version detected: '1.8.0_252' [echo] JDBC driver JAR: '/home/jenkins/extension.lib.external/mysql-connector-java-5.1.48.jar' package-eclipselink-bundles: [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/eclipselink-plugins.zip package-src-jar: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/eclipselink-src.zip [jar] about.html already added, skipping [jar] license.html already added, skipping [jar] readme.html already added, skipping [jar] about.html already added, skipping [jar] license.html already added, skipping [jar] readme.html already added, skipping [jar] about.html already added, skipping [jar] license.html already added, skipping [jar] readme.html already added, skipping [jar] about.html already added, skipping [jar] license.html already added, skipping [jar] readme.html already added, skipping [jar] OSGI-INF/l10n/bundle-src.properties already added, skipping [jar] about.html already added, skipping [jar] license.html already added, skipping [jar] readme.html already added, skipping [jar] OSGI-INF/l10n/bundle-src.properties already added, skipping [jar] about.html already added, skipping [jar] license.html already added, skipping [jar] readme.html already added, skipping [jar] OSGI-INF/l10n/bundle-src.properties already added, skipping [jar] about.html already added, skipping [jar] license.html already added, skipping [jar] readme.html already added, skipping [jar] about.html already added, skipping [jar] license.html already added, skipping [jar] readme.html already added, skipping [jar] OSGI-INF/l10n/bundle-src.properties already added, skipping [jar] about.html already added, skipping [jar] license.html already added, skipping [jar] readme.html already added, skipping [jar] OSGI-INF/l10n/bundle-src.properties already added, skipping [jar] about.html already added, skipping [jar] license.html already added, skipping [jar] readme.html already added, skipping [jar] OSGI-INF/l10n/bundle-src.properties already added, skipping [jar] about.html already added, skipping [jar] license.html already added, skipping [jar] readme.html already added, skipping [jar] OSGI-INF/l10n/bundle-src.properties already added, skipping [jar] about.html already added, skipping [jar] license.html already added, skipping [jar] readme.html already added, skipping package-tst-src-zip: [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/eclipselink-test-src.zip [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/AutoVerifyTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/BatchTestRunner.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/ConcurrencyTestAdapter.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/ConcurrentPerformanceComparisonTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/ConcurrentPerformanceRegressionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/ConnectionWrapper.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/DeleteAllQueryTestHelper.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/DeleteObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/DriverWrapper.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/InsertObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/JDBCIsoLevelSwitchListener.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/JUnitTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/LoadBuildProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/LoadBuildSummary.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/LoadBuildSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/ManualVerifyTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/MemoryLeakTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/MemoryRegressionTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/OracleDBPlatformHelper.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/PerformanceComparisonTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/PerformanceComparisonTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/PerformanceRegressionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/PerformanceRegressionTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/PromptTestRunner.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/QuerySQLTracker.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/ReadAllCallTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/ReadAllCallWithOrderingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/ReadAllTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/ReadObjectCallTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/ReadObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/ReflectionHelper.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/ResultInterface.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/SessionEventTracker.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/SybaseTransactionIsolationListener.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/TestAdapter.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/TestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/TestCollection.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/TestEntity.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/TestErrorException.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/TestException.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/TestExecutor.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/TestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/TestProblemException.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/TestResult.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/TestResultsSummary.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/TestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/TestSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/TestVariation.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/TestWarningException.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/TestWrapper.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/TogglingFastTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/TransactionIsolationLevelSwitchListener.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/TransactionalTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/UnitOfWorkBasicInsertObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/UnitOfWorkBasicUpdateObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/UnitTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/UniversalSessionTestAdapter.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/UpdateAllQueryTestHelper.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/WriteObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/naming/InitialContextFactoryImpl.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/naming/InitialContextImpl.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/ui/LoadBuildBrowserFrame.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/ui/LoadBuildDisplayPanel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/ui/NonEditableDefaultTableModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/ui/SynchronizedTestExecutor.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/ui/SynchronizedTester.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/ui/TestEntityTreeModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/ui/TestingBrowserFrame.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/framework/ui/TestingBrowserPanel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Address.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Address1.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/AddressDescription.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Agent.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Aggregate.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/AggregateEventListener.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/AggregateProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/AggregateRelationshipsProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/AggregateRelationshipsTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/AggregateSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/AggregateUpdateDescriptorListener.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Bicycle.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Builder.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Car.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Child.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Client.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Company.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Computer.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Cousin.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Customer.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Dependant.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Employee.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Employee1.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/EvaluationClient.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/GolfClub.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/GolfClubShaft.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/HomeAddress.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/House.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Job.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Language.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Manufacturer.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Oid.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Parent.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Period.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/PeriodDescription.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/ProjectDescription.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Project_case2.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Relative.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Responsibility.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/RoomSellingPoint.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/SellingPoint.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/SingleHouse.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/StepChild.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Switch.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/SwitchProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/SwitchState.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/SwitchStateOFF.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/SwitchStateON.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/SwitchTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/TownHouse.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Transport.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Vehicle.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Version.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/Worker.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/WorkingAddress.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/nested/Guardian.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/nested/MailingAddress.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/nested/NestedAggregateProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/nested/NestedAggregateTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/aggregate/nested/Student.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/bigbad/BigBadAggregate.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/bigbad/BigBadObject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/bigbad/BigBadProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/bigbad/BigBadReferenceData.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/bigbad/BigBadSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/bigbad/BigBadTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/CollectionsProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/CollectionsSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/Diner.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/Location.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/Menu.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/MenuItem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/Person.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/Restaurant.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/Waiter.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/map/AEOTMMapValue.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/map/AggregateAggregateMapHolder.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/map/AggregateDirectMapHolder.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/map/AggregateEntity1MMapHolder.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/map/AggregateEntityMapHolder.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/map/AggregateEntityU1MMapHolder.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/map/AggregateMapKey.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/map/AggregateMapValue.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/map/DEOTMMapValue.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/map/DirectAggregateMapHolder.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/map/DirectDirectMapHolder.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/map/DirectEntity1MMapHolder.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/map/DirectEntityMapHolder.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/map/DirectEntityU1MMapHolder.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/map/EEOTMMapValue.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/map/EntityAggregateMapHolder.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/map/EntityDirectMapHolder.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/map/EntityEntity1MMapHolder.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/map/EntityEntityMapHolder.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/map/EntityEntityU1MMapHolder.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/map/EntityMapKey.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/map/EntityMapValue.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/map/MapCollectionsProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/map/MapCollectionsSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/collections/map/MapPopulator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/conversion/ConversionDataObject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/conversion/ConversionDataObjectForSupportedTypes.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/conversion/ConversionManagerProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/conversion/ConversionManagerSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/directmap/DirectMapMappings.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/directmap/DirectMapMappingsProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/directmap/DirectMapMappingsSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/directmap/DirectMapMappingsTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/directmap/IndirectMapSubclass.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/employee/domain/Address.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/employee/domain/Child.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/employee/domain/Employee.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/employee/domain/EmployeePopulator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/employee/domain/EmploymentPeriod.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/employee/domain/LargeProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/employee/domain/PhoneNumber.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/employee/domain/Project.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/employee/domain/SmallProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/employee/interfaces/Employee.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/employee/interfaces/LargeProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/employee/interfaces/Project.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/employee/interfaces/SmallProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/employee/relational/EmployeeProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/employee/relational/EmployeeSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/employee/relational/EmployeeTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/events/AboutToInsertEventAdapter.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/events/AboutToInsertMultiTableObject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/events/AboutToInsertProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/events/AboutToInsertProjectTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/events/AboutToInsertSingleTableObject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/events/AboutToInsertSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/events/Address.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/events/AddressDescriptorEventListener.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/events/CreditCard.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/events/Customer.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/events/CustomerDescriptorEventListener.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/events/EmailAccount.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/events/EventHookSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/events/Order.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/events/Phone.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/forceupdate/AddressTLIC.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/forceupdate/AddressTLIO.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/forceupdate/AddressVLIC.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/forceupdate/AddressVLIO.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/forceupdate/EmployeeTLIC.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/forceupdate/EmployeeTLIO.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/forceupdate/EmployeeVLIC.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/forceupdate/EmployeeVLIO.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/forceupdate/FUVLPopulator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/forceupdate/FUVLProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/forceupdate/FUVLSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/forceupdate/FUVLTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/forceupdate/PhoneNumberTLIC.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/forceupdate/PhoneNumberTLIO.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/forceupdate/PhoneNumberVLIC.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/forceupdate/PhoneNumberVLIO.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class1.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class10.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class100.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class11.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class12.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class13.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class14.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class15.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class16.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class17.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class18.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class19.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class2.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class20.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class21.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class22.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class23.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class24.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class25.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class26.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class27.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class28.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class29.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class3.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class30.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class31.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class32.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class33.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class34.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class35.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class36.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class37.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class38.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class39.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class4.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class40.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class41.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class42.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class43.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class44.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class45.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class46.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class47.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class48.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class49.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class5.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class50.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class51.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class52.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class53.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class54.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class55.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class56.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class57.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class58.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class59.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class6.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class60.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class61.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class62.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class63.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class64.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class65.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class66.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class67.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class68.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class69.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class7.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class70.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class71.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class72.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class73.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class74.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class75.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class76.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class77.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class78.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class79.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class8.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class80.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class81.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class82.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class83.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class84.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class85.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class86.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class87.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class88.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class89.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class9.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class90.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class91.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class92.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class93.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class94.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class95.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class96.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class97.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class98.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/Class99.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI1.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI10.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI100.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI11.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI12.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI13.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI14.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI15.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI16.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI17.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI18.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI19.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI2.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI20.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI21.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI22.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI23.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI24.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI25.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI26.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI27.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI28.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI29.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI3.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI30.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI31.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI32.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI33.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI34.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI35.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI36.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI37.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI38.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI39.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI4.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI40.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI41.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI42.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI43.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI44.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI45.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI46.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI47.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI48.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI49.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI5.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI50.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI51.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI52.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI53.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI54.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI55.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI56.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI57.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI58.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI59.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI6.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI60.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI61.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI62.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI63.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI64.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI65.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI66.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI67.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI68.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI69.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI7.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI70.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI71.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI72.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI73.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI74.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI75.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI76.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI77.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI78.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI79.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI8.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI80.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI81.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI82.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI83.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI84.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI85.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI86.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI87.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI88.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI89.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI9.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI90.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI91.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI92.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI93.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI94.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI95.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI96.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI97.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI98.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/generic/ClassI99.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/A_1_King2.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/A_2_1_King2.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/A_2_King2.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/A_King2.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Alligator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Animal.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Animal_Matt.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Apple.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/BaseProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Bicycle.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Boat.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/BudgettedProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Bus.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Car.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Cat.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Company.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/CompanyWorker.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Computer.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Developer_King.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Dog.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Engineer.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Entomologist.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Fruit.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/FueledVehicle.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/GrassHopper.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Human.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/IBMPC.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/ImaginaryCar.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/InheritanceSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/InheritanceTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Insect.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/JavaProgrammer.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/LabradorRetriever.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/LadyBug.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Mac.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Mainframe.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Mammal.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/NonFueledVehicle.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/PC.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Pear.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Person.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Person_King.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Primate.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Programmer.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/ProjectWorker.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/STI_Employee.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/STI_EmployeePopulator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/STI_EmployeeProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/STI_EmployeeTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/STI_LargeProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/STI_Project.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/STI_SmallProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/SalesRep.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/SeniorDeveloper_King.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/SoftwareEngineer.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/SportsCar.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Teacher.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Vehicle.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/inheritance/Worker.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/insurance/Address.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/insurance/BicyclePolicy.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/insurance/Claim.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/insurance/HealthClaim.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/insurance/HealthPolicy.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/insurance/HouseClaim.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/insurance/HousePolicy.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/insurance/InsuranceProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/insurance/InsuranceSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/insurance/InsuranceTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/insurance/Phone.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/insurance/Policy.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/insurance/PolicyHolder.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/insurance/VehicleClaim.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/insurance/VehiclePolicy.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/insurance/objectrelational/InsuranceORSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/insurance/objectrelational/InsuranceProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/Actor.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/Admendments.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/AdministrativeJob.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/Asset.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/Broadcastor.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/Commercial.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/Company.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/CompanyAsset.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/Computer.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/Contact.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/ContactHolder.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/CourseDeveloper.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/DevelopmentJob.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/Documentary.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/Email.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/Employee.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/Film.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/InterfaceHashtableProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/InterfaceWithTablesSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/InterfaceWithoutTablesProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/InterfaceWithoutTablesSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/Job.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/ManagerialJob.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/Network.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/PersonnelManager.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/Phone.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/ProductDeveloper.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/ProductManager.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/Program.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/ProgramInt.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/Receptionist.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/Secretary.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/Show.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/TVSchedule.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/Unionized.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/VIP.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/interfaces/Vehicle.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/legacy/Computer.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/legacy/Employee.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/legacy/GaurenteedShipment.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/legacy/InsuredShipment.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/legacy/LegacyProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/legacy/LegacySystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/legacy/LegacyTables.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/legacy/Order.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/legacy/Shipment.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/Address.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/Baby.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/BabyMonitor.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/BiDirectionInserOrderTestProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/BiDirectionInsertOrderTableMaker.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/CompanyCard.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/Computer.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/Course.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/Crib.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/Cubicle.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/EmergencyExit.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/Employee.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/Employee1.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/Employee2.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/Female.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/Gender.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/Hardware.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/Identification.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/JobDescription.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/Joystick.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/Key.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/Keyboard.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/KeyboardProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/KeyboardTables.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/LegacyTableMaker.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/LegacyTestProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/Male.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/MappingProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/MappingSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/Monitor.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/MonitorFactory.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/MultipleTableTestProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/MultipleTableTestTableMaker.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/OuterJoinSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/OuterJoinWithMultipleTablesProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/Peripheral.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/Phone.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/SecureSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/Shipment.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/mapping/Student.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/multipletable/Budget.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/multipletable/BusinessProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/multipletable/Cow.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/multipletable/Horse.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/multipletable/Human.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/multipletable/LargeBusinessProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/multipletable/MultipleTableProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/multipletable/MultipleTableSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/multipletable/MultipleTableTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/multipletable/ProjectProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/multipletable/ProjectSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/multipletable/SuperCow.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/multipletable/SuperHorse.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/multipletable/SuperSwan.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/multipletable/Swan.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/onetoonejointable/Address.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/onetoonejointable/Child.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/onetoonejointable/Employee.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/onetoonejointable/EmployeePopulator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/onetoonejointable/EmployeeProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/onetoonejointable/EmployeeSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/onetoonejointable/EmployeeTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/onetoonejointable/LargeProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/onetoonejointable/Project.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/onetoonejointable/SmallProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/AbstractVideogameObject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/Animal.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/AnimalProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/AnimalTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/Bass.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/Camera.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/Cat.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/ChangedRow.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/Controller.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/Cooking.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/DrumKit.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/Gamer.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/GamesConsole.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/GamesConsoleProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/GamesConsoleTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/Guitar.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/Knitting.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/ListHolder.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/ListItem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/LockInAggregateObject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/LockInCache.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/LockInObject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/LockObject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/MusicalInstrument.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/Musician.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/ObjectVersion.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/OptimisticLockingSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/PowerSupplyUnit.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/RockBand.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/RockBandProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/RockBandTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/RockMusician.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/SelfUpdatable.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/Skill.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/TimestampInAggregateObject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/TimestampInCache.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/TimestampInObject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/TimestampVersion.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/Toy.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/optimisticlocking/VetAppointment.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/order/Address.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/order/LineItem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/order/Order.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/order/OrderTransaction.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/order/OrderTransactionTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/order/eis/xmlfile/OrderAmendments.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/orderedlist/Child.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/orderedlist/Employee.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/orderedlist/EmployeePopulator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/orderedlist/EmployeeProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/orderedlist/EmployeeSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/orderedlist/EmployeeTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/orderedlist/LargeProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/orderedlist/NullsLastOrderedListContainerPolicy.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/orderedlist/PhoneNumber.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/orderedlist/Project.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/orderedlist/SmallProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/ownership/ObjectA.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/ownership/ObjectB.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/ownership/ObjectC.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/ownership/ObjectD.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/ownership/ObjectE.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/ownership/OwnershipProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/ownership/OwnershipSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/performance/Address.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/performance/Employee.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/performance/EmployeePopulator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/performance/EmployeeSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/performance/EmployeeTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/performance/EmploymentPeriod.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/performance/LargeProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/performance/PhoneNumber.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/performance/Project.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/performance/SmallProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/performance/toplink/Employee.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/performance/toplink/EmployeePopulator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/performance/toplink/EmployeeProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/performance/toplink/EmployeeSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/performance/toplink/LargeProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/performance/toplink/PhoneNumber.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/performance/toplink/Project.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/performance/toplink/SmallProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/plsql/Address.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/plsql/Employee.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/plsql/PLSQLProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/plsql/PLSQLSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/plsql/PLSQLXMLSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/plsql/Phone.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/readonly/Actor.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/readonly/Address.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/readonly/Charity.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/readonly/Country.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/readonly/DefaultReadOnlyTestClass.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/readonly/HollywoodAgent.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/readonly/Movie.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/readonly/PhoneNumber.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/readonly/Promoter.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/readonly/ReadOnlyCharity.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/readonly/ReadOnlyHollywoodAgent.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/readonly/ReadOnlyProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/readonly/ReadOnlySystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/readonly/Studio.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/relationshipmaintenance/Customer.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/relationshipmaintenance/Dept.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/relationshipmaintenance/Emp.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/relationshipmaintenance/FieldLocation.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/relationshipmaintenance/FieldManager.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/relationshipmaintenance/FieldOffice.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/relationshipmaintenance/RelationshipsProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/relationshipmaintenance/RelationshipsSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/relationshipmaintenance/RelationshipsTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/relationshipmaintenance/Resource.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/relationshipmaintenance/SalesPerson.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/sequencing/SampleStringSequencingPolicy.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/sequencing/SeqTestClass1.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/sequencing/SeqTestClass2.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/sequencing/SequenceTestData.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/sequencing/SequenceTestSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/sequencing/TestProjectForSequenceChecking.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/AbstractOrder.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/AbstractOrderLine.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/AbstractSalesRep.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/BidirectionalRelationshipProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/BidirectionalRelationshipSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/BidirectionalRelationshipTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/CustomIndirectContainerProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/CustomIndirectContainerSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/Dog.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/GeneratedIndirectContainerProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/GeneratedIndirectContainerTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/IndirectContainerProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/IndirectListProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/IndirectListSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/IndirectMapProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/IndirectMapSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/IndirectSetProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/IndirectSetSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/MappedOrder.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/MappedOrderLine.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/MappedSalesRep.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/Order.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/OrderLine.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/Player.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/SalesRep.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/SalesRepContainer.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/SetOrder.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/SetOrderLine.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/SetSalesRep.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/Team.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/transparentindirection/TransparentIndirectionSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/unidirectional/Employee.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/unidirectional/EmployeePopulator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/unidirectional/EmployeeProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/unidirectional/EmployeeSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/unidirectional/EmployeeTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/unidirectional/PhoneNumber.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/vehicle/CarOwner.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/vehicle/EngineType.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/vehicle/FuelType.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/vehicle/SportsCar.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/vehicle/VehiclePopulator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/vehicle/VehicleProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/vehicle/VehicleSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/models/vehicle/VehicleTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/ClearDatabaseSchemaTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/ExtensionTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/SRGTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/TestRunModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/AddNullToAggregateCollectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/AgentBuilderHelper.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/AgentBuilderTablesTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/AggregateCollectionClearTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/AggregateCollectionMultipleUoWTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/AggregateCollectionOuterJoinTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/AggregateCollectionUoWTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/AggregateEventTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/AggregateInheritanceInitAggregateTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/AggregateInheritanceTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/AggregateInheritanceTypeFieldTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/AggregateInvalidationIdentityTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/AggregateMappingNullNotAllow.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/AggregateRelationshipsDirectCollectionTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/AggregateRelationshipsManyToManyTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/AggregateRelationshipsOneToManyTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/AggregateRelationshipsOneToOneTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/AggregateRelationshipsTargetOneToOneTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/AggregateTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/AggregateTransientValueTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/AggregateVersionOpimisticLockingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/AggregateWithOneToOneRelationshipTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/AggregateWithoutAttributesInheritanceTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/BatchReadingWithAggregateCollectionMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/CheckForNullUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/DescriptorRefreshCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/InMemoryQueryKeyToAggregateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/JoinInAggregateAndOwnerTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/MergingUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/NestedAggregateCollectionAbstractTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/NestedAggregateCollectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/NestedAggregateTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/QueryKeyInAggregateInheritanceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/QueryKeyInAggregateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/TransformationMappingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/UnitOfWorkCommitResumeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/UnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/aggregate/VerifyCascadeDelete.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/bldnumberdetection/BuildNumberDetectionTester.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/cache/AdvancedProcessorTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/classpath/ClassPathTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/classpath/DeploymentXMLAntlrDependencyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/classpath/DeploymentXMLJDBCDependencyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/classpath/DeploymentXMLXDBEISDependencyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/AddressClient.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/AnotherClient.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/CMClient.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/CMServer.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/Client.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/Client2.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/ClientEmployeeSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/ClientLoginTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/ClientServerConcurrentReadingTest_Case1.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/ClientServerConcurrentReadingTest_Case2.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/ClientServerConcurrentWriteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/ClientServerEmployeeProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/ClientServerEmployeeSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/ClientServerExclusiveReadingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/ClientServerOptimisticLockingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/ClientServerReadingDeadlockTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/ClientServerReadingNonDeadlockTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/ClientServerReadingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/ClientServerSequenceDeadlockTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/ClientServerSequenceDeadlockTest2.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/ClientServerTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/ClientServerTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/ClientServerUpdateDeadlockTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/ClientSessionTestAdapter.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/CommunicationFailureTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/ConcurrencyManagerTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/ConcurrentBatchReadingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/ConcurrentTestRefreshWithOptimisticLocking.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/ConcurrentTestWithReadLocks.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/ConnectionPoolSizingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/DeadLockAddress.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/DeadLockEmployee.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/DeadLockEmployeePopulator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/DeadLockEmployeeProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/DeadLockEmployeeTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/DonotAliaseTheTableWhenWeHaveSubSelectExpression.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/EmployeeClient.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/EmployeeForClientServerSession.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/EmployeeSeqDeadlockClient.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/EmployeeSeqDeadlockClient2.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/FIFO.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/NPEIsThrownWhenWeTryToWriteNullToANullableField.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/PhoneNumber.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/PolicyClientLock.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/PolicyClientNonLock.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/PolicyHolderClient.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/PreBeginTransactionFailureTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/Reader.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/Server.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/Server1.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/ServerSessionTestAdapter.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/clientserver/StreamReader.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/CollectionInsertDetectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/CollectionInsertObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/CollectionReadObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/CollectionsTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/CompareKeyWithBackupTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/OTMHashtableObjectUpdateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/OTMPrivateOwnedDeleteObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/PerformDeletesFirstCollectionObjectRemovalTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/TreeSetComparatorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/UnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/InMemoryDirectEntity1MTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/MapCollectionsTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/MapEntryDirectEntity1MReportQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/MapKeyAggregateEntity1MReportQueryTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/MapKeyDirectEntity1MReportQueryTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/MapKeyEntityEntity1MReportQueryTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestReadAggregateAggregateMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestReadAggregateDirectMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestReadAggregateEntity1MMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestReadAggregateEntityMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestReadAggregateEntityU1MMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestReadDirectAggregateMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestReadDirectDirectMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestReadDirectEntity1MMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestReadDirectEntityMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestReadDirectEntityU1MMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestReadEntityAggregateMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestReadEntityDirectMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestReadEntityEntity1MMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestReadEntityEntityMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestReadEntityEntityU1MMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestUpdateAggregateAggregateMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestUpdateAggregateDirectMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestUpdateAggregateEntity1MMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestUpdateAggregateEntityMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestUpdateAggregateEntityU1MMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestUpdateDirectAggregateMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestUpdateDirectDirectMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestUpdateDirectEntity1MMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestUpdateDirectEntityMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestUpdateDirectEntityU1MMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestUpdateEntityAggregateMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestUpdateEntityDirectMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestUpdateEntityEntity1MMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestUpdateEntityEntityMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestUpdateEntityEntityU1MMapMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/collections/map/TestUpdateKeyOnAggregateKeyCollectionTableMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/conversion/ClassLoaderTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/conversion/ConversionManagerTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/conversion/ConversionManagerTestModelWithoutBinding.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/conversion/ConvertByteCharArrayToStringTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/conversion/ConvertClassTypeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/conversion/ConvertObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/CacheHitTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/CustomSQLCursoredStreamReadTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/CustomSQLSubQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/CustomSQLTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/DataReadQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/EmployeeCustomSQLSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/InsuranceORStoredProcedureSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/OutputParameterEventTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/ReadObjectQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/SetCustomSQLQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/StoredProcWithOutputParamsAndResultSetTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/StoredProcedureARRAYTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/StoredProcedureNoParametersTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/StoredProcedureNullInOutTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/StoredProcedureORParametersClientSessionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/StoredProcedureObjectRelationalParameters.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/StoredProcedureOutputListener.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/StoredProcedureResultSetAndOutputTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/StoredProcedureTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/StoredProcedureTest2.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/StoredProcedureTest_Inout_Out_In.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/StoredProcedureTimestampTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/StoredProcedureVARRAYParametersTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/directmap/DirectMapMappingBatchReadTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/directmap/DirectMapMappingDeleteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/directmap/DirectMapMappingHashMapTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/directmap/DirectMapMappingIndirectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/directmap/DirectMapMappingModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/directmap/DirectMapMappingsSerializedConverterTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/directmap/DirectMapUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/directmap/MergeChangeSetWithDirectMapMappingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/directmap/MergeChangeSetWithIndirectDirectMapMappingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedcache/DirectCollectionMergeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedcache/DirectMapMergeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedcache/DistributedCacheMergeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedcache/DistributedCacheModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedcache/ManyToManyMergeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedcache/OneToManyMergeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedcache/OrderedListMergeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedcache/OrderedListMergeTest2.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedcache/OrderedListMergeTest3.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/Company.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/ComplexUpdateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/Dist_Employee.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/DistributedProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/DistributedServer.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/DistributedServersModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/DistributedSessionBrokerServersModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/DistributedSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/InsertNewCycleTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/InsertNewObjectIntoCycleTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/Item.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/StoredInObjectOptimisticLockTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/UpdateChangeNothingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/UpdateChangeObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/UpdateChangeObjectTestEmployee1.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/UpdateChangeObjectWithOptimisticLockTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/UpdateChangeValueTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/UpdateCollectionWithNewValueTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/UpdateToNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/VerifyAggregateCollectionNewObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/VerifyAggregateCollectionObjectsDeletedFromCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/VerifyDeletedObjectsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/VerifyObjectsDeletedFromCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/rcm/ChangeObjectNotSentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/rcm/ConfigurableCacheSyncDistributedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/rcm/ConfigurableUpdateChangeObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/rcm/DeleteObjectNotSentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/rcm/InvalidCacheSyncTypeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/rcm/InvalidateObjectWithMissingReferenceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/rcm/IsolatedObjectNotSentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/rcm/MultipleCacheSyncTypeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/rcm/NativeUpdateObjectInvalidationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/rcm/NewObjectWithOptimisticLockingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/rcm/OrderedListNewObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/rcm/RCMDistributedServer.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/rcm/RCMDistributedServersModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/rcm/RelatedNewObjectCacheSyncTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/rcm/RelatedNewObjectNotSentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/rcm/SendNewObjectCacheSyncTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/rcm/UpdateObjectInvalidationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/rcm/broadcast/BroadcastDistributedServersModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/rcm/broadcast/BroadcastEventLock.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/rcm/broadcast/BroadcastReconnectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/rcm/broadcast/BroadcastSetupHelper.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/rcm/jgroups/JGroupsConfigurationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/rcm/jgroups/JGroupsDistributedServer.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/rcm/jgroups/JGroupsDistributedServersModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/distributedservers/rcm/jgroups/JGroupsSetupHelper.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/AllTests.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/DynamicEmployeeEntityComparator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/DynamicTestingHelper.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/MyEntity.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/QuerySQLTracker.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/dynamicclassloader/Compatible.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/dynamicclassloader/DynamicClassLoaderTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/dynamicclassloader/Incompatible.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/dynamichelper/DynamicHelperTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/employee/AllTests.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/employee/DynamicEmployeeSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/employee/EmployeeQueriesTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/employee/MappingConfigTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/entitytype/AllTests.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/entitytype/EntityTypeFromDescriptor.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/entitytype/EntityTypeFromScratch.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/entitytype/MyEntity.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/projectxml/AllTests.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/projectxml/EmployeeProjectTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/projectxml/InvalidConfig.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/projectxml/SimpleMapProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/projectxml/SimpleMapProjectNoLogin.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/sessionsxml/AllTests.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/sessionsxml/ComicsConfigTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/sessionsxml/ComicsPopulateAndQueryTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/simple/AllTests.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/simple/SimpleTypeCompositeKeyTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/simple/SimpleTypeTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/simple/SimpleTypeWithEnumTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/simple/mappings/AllTests.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/simple/mappings/SimpleTypes_AggregateObject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/simple/mappings/SimpleTypes_ManyToMany.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/simple/mappings/SimpleTypes_MultiTable.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/simple/mappings/SimpleTypes_OneToMany.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/simple/mappings/SimpleTypes_OneToOne.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/simple/sequencing/AllTests.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/simple/sequencing/BaseSequencingTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/simple/sequencing/DefaultSequencingTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/simple/sequencing/NativeSequencingTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/simple/sequencing/TableSequencingTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/dynamic/simple/sequencing/UnaryTableSequencingTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/employee/AddDescriptorsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/employee/EmployeeBasicTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/employee/EmployeeDeleteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/employee/ProjectDeleteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/events/AboutToInsertEventTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/events/BuildEventHookTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/events/BuildOnRefreshEventHookTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/events/CloneAndMergeEventHookTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/events/CloneEventOnIsolatedSessionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/events/DeleteEventHookTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/events/EventHookTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/events/EventHookTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/events/InsertEventHookTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/events/MultipleTableAboutToInsertTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/events/ObjectChangeSetEventTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/events/ObjectChangeSetUpdateAttributeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/events/PostCalculateUOWChangeSetEventTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/events/PreInsertModifyChangeSetTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/events/RefreshEventHookTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/events/SessionEventTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/events/SingleTableAboutToInsertTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/events/TestSessionListener.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/events/UpdateAttributeEventListener.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/events/UpdateAttributeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/events/UpdateEventHookTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/events/WriteEventHookTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/expressions/BadExpressionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/expressions/DefaultingFunctionsExpressionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/expressions/ExpressionBuilderTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/expressions/ExpressionInMemoryTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/expressions/ExpressionOperatorUnitTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/expressions/ExpressionOuterJoinTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/expressions/ExpressionSubSelectTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/expressions/ExpressionTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/expressions/ExpressionUnitTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/expressions/GetFunctionWithTwoArgumentsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/expressions/InvalidQueryKeyFunctionExpressionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/expressions/LiteralExpressionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/expressions/LiteralSQLExpressionWithQuestionMarkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/expressions/LowerCaseForCaseInsensitiveTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/expressions/ReadAllExpressionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/expressions/ReadAllOuterJoinExpressionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/expressions/ReadAllOuterJoinExpressionTest2.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/expressions/ReadObjectExpressionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/expressions/SearchTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/failover/ConnectionPoolFailureTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/failover/FailoverTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/failover/FullDatabaseFailureTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/failover/SingleConnectionFailureTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/failover/emulateddriver/EmulatedConnection.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/failover/emulateddriver/EmulatedDriver.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/failover/emulateddriver/EmulatedResultSet.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/failover/emulateddriver/EmulatedResultSetMetaData.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/failover/emulateddriver/EmulatedStatement.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/AddDescriptorsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/BatchWritingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/CacheStatementBatchWritingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/CannotOverrideConnectedSequenceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/ContainerCloningTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/ContainerIndirectionPolicySerializationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/CustomSequenceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/CustomSequencingPolicyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/DatabaseLoginCodeCoverageTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/EmployeeJoinFetchTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/EmployeeNativeModeSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/EmployeeProjectForDatabaseChecking.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/EmployeeProjectForIntegrityChecker.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/ExceptionHandlerLoginIntegrityTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/ExceptionHandlerTest1.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/ExceptionHandlerTest2.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/FeatureTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/FeatureTestModelWithINNERJoins.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/FeatureTestModelWithoutBinding.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/FieldedMessageLoggingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/FieldedMessageLoggingTraceLocalizationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/GermanUmlautsWriteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/GetClassDescriptorForAliasTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/Handler.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/HelperSystemPropertyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/InitializeDescriptorsBeforeLoginTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/InstantiationPolicyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/IntegrityCheckerLazyCreationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/IntegrityCheckerTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/JDBCBatchUpdatesTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/JNDIConnectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/MessageLoggingEfficiencyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/MessageLoggingEfficiencyTestClass.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/NativeBatchWritingTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/NativeModeCreatorTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/NoDefaultNullValueTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/NullPasswordLoginTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/NullValueTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/ObjectCopyingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/OptimisticLockingChangedValueTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/OptimisticLockingChangedValueUpdateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/OptimisticLockingDeleteRowTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/OptimisticLockingDeleteValueUpdateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/OptomizeValueHolderTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/OracleNativeSeqInitTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/ParameterizedBatchUpdatesTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/PrintIdentityMapTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/QueryTimeoutBatchDatabaseQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/QueryTimeoutBatchDescriptorQueryManagerTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/QueryTimeoutBatchDynamicDataModifyDatabaseQueryParentRefExceptionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/QueryTimeoutBatchDynamicDatabaseQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/QueryTimeoutBatchDynamicDescriptorQueryManagerTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/QueryTimeoutBatchParameterizedDatabaseQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/QueryTimeoutBatchParameterizedDescriptorQueryManagerTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/QueryTimeoutBatchTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/ReconnectFlushStatementCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/SequenceFieldRemovalForAcquireValueAfterInsertTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/SequenceStringExistingPKTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/SequenceStringPKInsertTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/SequencingConcurrencyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/SequencingRollbackTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/SequencingTableQualifierTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/SessionIsConnectedFlagTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/ShouldCheckDatabaseTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/ShouldNotCheckDatabaseTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/ShouldNotThroughIntegrityCheckerTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/ShouldThroughIntegrityCheckerTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/TestContext.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/TestDataSource.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/TopLinkBatchUpdatesTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/feature/TransactionIsolationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/flashback/FlashbackTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/flashback/FlashbackUnitTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/flashback/HistoricalSessionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/forceupdate/FUVLNopTimestampLockInCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/forceupdate/FUVLNopTimestampLockInObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/forceupdate/FUVLNopVersionLockInCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/forceupdate/FUVLNopVersionLockInObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/forceupdate/FUVLTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/forceupdate/FUVLTimestampLockInCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/forceupdate/FUVLTimestampLockInObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/forceupdate/FUVLVersionLockInCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/forceupdate/FUVLVersionLockInObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/helper/BasicTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/helper/CheckAreVectorTypesAssignableTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/helper/CheckAreVectorTypesAssignableWithNullVectorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/helper/CheckClassIsSubclassWithNullSuperclassTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/helper/CheckCompareBigDecimalsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/helper/CheckCompareByteArraysWithDifferentElementsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/helper/CompareArrayContentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/helper/CompareArrayLengthTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/helper/CompareCharArrayContentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/helper/CompareCharArrayLengthTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/helper/ConcurrencySemaphoreTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/helper/ConcurrencySemaphoreThread.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/helper/HelperTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/helper/JavaUtilTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/helper/JavaVersionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/helper/TimeFromDateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/helper/TimeFromLongTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/helper/TimeFromStringTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/helper/TimestampFromDateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/helper/TimestampFromLongTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/helper/TimestampFromStringTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/history/HistoricalEmployeeSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/history/HistoricalQualifiedTableEmployeeSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/history/HistoryQualifiedTableTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/history/HistoryTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/history/HistoryTestRunModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/history/InsertWithHistoryPolicyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/history/IsolatedSessionHistoricalTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/history/QualifiedTableTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/history/RollbackObjectsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/CleanupCacheKeyCorrectnessTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/ClearLastAccessedIdentityMapTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/ConcurrentIdentityMapKeyEnumerationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/ConcurrentReadBigBadObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/CreateCacheKeyWeakIdentityMapTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/DeleteFromIdentityMapTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/DeleteWithGarbageCollectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/GetSizeRecurseOptionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/HardCacheWeakIdentityMapTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/IdentityMapTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/IdentityWeakHashMapConcurrentModTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/InitializeIdentityMapByDescriptorJavaClassTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/InsertWeakIdentityMapTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/MergeWithNoIdentityMap.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/MultipleDeleteFromIdentityMapTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/MultipleRegisterTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/ReadSoftCacheWeakIdentityMapTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/ReadWeakIdentityMapTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/RegisterInIdentityMapTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/RemoveFromIdentityMapReturnTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/SetWriteLockInIdentityMapTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/TriggerValueHoldersSelfReferencingOneToOneTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cache/CacheIdentityMapTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cache/CacheIdentityMapTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cache/ConcurrentAccessTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cache/ConcurrentReadBigBadObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cache/CustomDeleteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cache/DeleteMiddleTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cache/InsertOverflowTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cache/InsertTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/CacheExpiryAPITest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/CacheExpiryModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/CacheExpiryPolicyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/CacheExpiryReadAllQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/CacheExpiryReadObjectQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/CacheExpiryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/CacheExpiryTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/CacheExpiryUnitOfWorkReadTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/CacheExpiryUnitOfWorkUpdateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/CacheExpiryValueholderTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/CacheInvalidationPolicyCloneTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/DailyCacheExpiryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/EmployeeCacheExpiryTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/EmployeeDailyExpiryTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/EmployeeTimeToLiveTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/InvalidateAllExternalChangeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/InvalidateAllTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/InvalidateClassRecurseOptionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/NoExpiryInvalidationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/PrimaryKeyQueryInUOWTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/ReadAllQueryCheckCacheOnlyExpiryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/ReadAllQueryConformExpiryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/ReadObjectCheckCacheOnlyExpiryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/ReadObjectQueryConformExpiryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/RefreshIfNewerVersionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/RefreshQueryCacheExpiryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/SessionCreateObjectReadTimeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/UnitOfWorkCreateObjectReadTimeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/UnitOfWorkExpiredObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/UnitOfWorkRefreshAfterInvalidationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/identitymaps/cacheinvalidation/UpdateQueryChangeExpiryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/inheritance/BindingWithShallowInsertTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/inheritance/CursoredStreamInheritanceTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/inheritance/InfiniteRecursionWithNoDescriptorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/inheritance/InheritanceTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/inheritance/JoinWithSecondaryTableTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/inheritance/LeafQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/inheritance/NestedUnitOfWorkMergeIntoParentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/inheritance/OverrideInheritedMappingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/inheritance/PaginationInheritanceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/inheritance/QueryInheritanceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/inheritance/ReinitializeJoiningOnClassDescriptorWithInheritanceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/inheritance/STI_JoinedAttributeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/inheritance/SecondaryTableUpdateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/inheritance/SingleInheritanceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/inheritance/TranslatedKeyInheritanceTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/inheritance/UnitOfWorkCommitResumeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/inheritance/UnitOfWorkIdentityMapAccessorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/inheritance/UnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/insurance/InsuranceBasicTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/insurance/InsuranceObjectRelationalTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/insurance/ObjectArrayMappingUpdateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/interfaces/DescriptorInitTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/interfaces/InterfaceWithTablesTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/interfaces/InterfaceWithoutTablesTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/interfaces/OneToManyVariableBackBatchReadingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/interfaces/PostCommitEventPrimaryKeyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/interfaces/QueryAccrossV11ProxyIndirectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/interfaces/QueryAcrossV11Test.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/interfaces/ReadAllBatchTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/interfaces/ReadAllConformInUowTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/interfaces/UpdateObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/interfaces/VariableOneToOneCodeCoverageTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/interfaces/VariableOneToOneDeepMergeCloneTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/interfaces/VariableOneToOneDeleteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/interfaces/VariableOneToOneGetTypeFieldTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/interfaces/VariableOneToOneInsertTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/interfaces/VariableOneToOneNonPrivatelyOwnedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/interfaces/VariableOneToOneShallowWriteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/interfaces/VariableOneToOneUpdateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/isolatedsession/CheckAccessorUsageForIsolatedClass.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/isolatedsession/ClientServerTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/isolatedsession/ExceptionOnIsolatedReference.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/isolatedsession/ExclusiveConnectionClosedExceptionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/isolatedsession/IsolatedAddress.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/isolatedsession/IsolatedBone.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/isolatedsession/IsolatedChild.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/isolatedsession/IsolatedDog.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/isolatedsession/IsolatedEmployee.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/isolatedsession/IsolatedEmployeeProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/isolatedsession/IsolatedEmploymentPeriod.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/isolatedsession/IsolatedOneToManyQueryModificationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/isolatedsession/IsolatedOneToOneQueryModificationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/isolatedsession/IsolatedParent.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/isolatedsession/IsolatedPhoneNumber.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/isolatedsession/IsolatedQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/isolatedsession/IsolatedSessionEventAdaptor.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/isolatedsession/IsolatedSessionRelationConformingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/isolatedsession/IsolatedSessionSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/isolatedsession/IsolatedSessionTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/isolatedsession/NoRowsUpdatedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/isolatedsession/ProjectXMLTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/isolatedsession/VPDIsolatedSessionEventAdaptor.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/isolatedsession/VPDSupportTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/isolatedsession/VerifyExclusiveConnectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/isolatedsession/VerifyIsolationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/isolatedsession/VerifyQueryCacheIsolated.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jdkversiondetection/JDKVersionDetectionTester.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/AbstractSchemaIdentifierEqualsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/AbstractSchemaIdentifierNotEqualsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/AggregateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/BaseTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/BinaryOperatorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/BinaryOperatorWithParameterTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/ChangeJPQLStringAfterExecutionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/CollectionMemberIdentifierEqualsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/CollectionMemberIdentifierNotEqualsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/ComplexAbsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/ComplexInTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/ComplexInheritanceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/ComplexInheritanceUsingNamedQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/ComplexLengthTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/ComplexLikeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/ComplexNestedOneToManyUsingInClause.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/ComplexNotInTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/ComplexNotLikeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/ComplexParameterTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/ComplexReverseAbsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/ComplexReverseLengthTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/ComplexReverseParameterTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/ComplexReverseSqrtTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/ComplexReverseSubstringTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/ComplexSqrtTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/ComplexStringInTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/ComplexStringNotInTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/ComplexSubstringTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/ConformResultsInUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/CustomQueryStringTranlateValidationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/DistinctTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/DomainObjectComparer.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/IdentifierTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/JPQLComplexSelectTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/JPQLComplexTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/JPQLExceptionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/JPQLParameterTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/JPQLSimpleSelectTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/JPQLSimpleTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/JPQLSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/JPQLTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/JPQLTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/JPQLUnitTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/JPQLValidationTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/ModTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/NullDomainObjectComparer.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/OneToManyJoinOptimizationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/OrderByTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/ParameterNameMismatchTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/ParseOnceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectCOUNTOneToOneTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectComplexAbsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectComplexInTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectComplexLengthTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectComplexLikeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectComplexNotInTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectComplexNotLikeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectComplexParameterTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectComplexReverseAbsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectComplexReverseLengthTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectComplexReverseParameterTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectComplexReverseSqrtTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectComplexReverseSubstringTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectComplexSqrtTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectComplexStringInTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectComplexStringNotInTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectComplexSubstringTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectOneToOneTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectPhoneNumberAreaCodeWithEmployee.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectPhoneNumberDeclaredInINClauseTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleAbsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleBetweenAndTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleBetweenTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleBetweenWithParametersTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleBooleanTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleConcatTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleDoubleOrTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleEqualsBracketsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleEqualsMultipleDots.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleEqualsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleEqualsWithAs.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleFromFailed.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleInClauseInFromEmployeeManagerAndPhoneNumbers.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleInOneDotTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleInTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleLengthTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleLikeEscapeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleLikeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleMemberOfTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleMemberOfWithParameterTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleNotBetweenTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleNotEqualsVariablesIngeter.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleNotInTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleNotLikeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleNotMemberOfWithParameterTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleOrTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleParameterTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleReverseAbsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleReverseConcatTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleReverseEqualsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleReverseLengthTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleReverseParameterTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleReverseSqrtTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleReverseSubstringTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleSqrtTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SelectSimpleSubstringTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleAbsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleApostropheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleBetweenAndTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleBetweenTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleConcatTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleConcatTestWithConstants1.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleDoubleOrTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleEqualsBracketsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleEqualsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleEqualsTestWithJoin.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleEqualsTestWithManualJoin.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleEqualsWithAs.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleEscapeUnderscoreTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleFromFailed.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleInOneDotTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleInOneDotTestReversed.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleInTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleIsEmptyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleIsNotEmptyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleLengthTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleLikeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleLikeTestWithParameter.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleMemberOfTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleNotBetweenTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleNotEqualsTwoVariables.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleNotEqualsVariablesIngeter.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleNotInTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleNotLikeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleNotMemberOfTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleNotNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleOrFollowedByAndTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleOrFollowedByAndTestWithStaticNames.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleOrTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleParameterTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleParameterTestChangingParameters.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleReverseAbsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleReverseConcatTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleReverseEqualsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleReverseLengthTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleReverseParameterTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleReverseSqrtTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleReverseSubstringTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleSelectPhoneNumberAreaCode.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleSelectPhoneNumberAreaCodeWithEmployee.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleSelectPhoneNumberNumberWithEmployeeWithExplicitJoin.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleSelectPhoneNumberNumberWithEmployeeWithFirstNameFirst.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleSqrtTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SimpleSubstringTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SmallProjectMemberOfProjectsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SmallProjectNOTMemberOfProjectsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/SqrtTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/jpql/WhitespaceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/legacy/LegacyTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/localization/LocalizationResourcesTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/localization/LocalizationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/localization/LocalizationTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/manual/BidirectionalMMDeleteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/manual/BidirectionalUnitOfWorkManualTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/manual/CommitOrderTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/manual/DeleteOrderUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/manual/ManualVerificationModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/manual/NewObjectDeleteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/manual/ReadToSeeMultipleFieldsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/manual/ReadToSeeMultipleIDsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/manual/SQLLogToFileTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/AddObjectNonPrimaryKeyManyToManyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/AdditionalJoinExpressionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/BiDirectionInsertOrderTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/BidirectionalUOWInsertAndDeleteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/BidirectionalUOWInsertTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/ConstraintOrderTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/DirectCollectionMappingDeleteNullValueTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/EqualObjectUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/LoopingJoinedAttributeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/MTMPrivateOwnedWithValueholderDeleteObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/MappingTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/MultipleTableDeleteObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/MultipleTableInsertObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/MultipleTableReadAllTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/MultipleTableReadObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/MultipleTableWriteObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/ObjectTypeMappingBooleanToCharTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/ObjectTypeMappingDefaultNullValues.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/OneToOnePKTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/OuterJoinWithMultipleTablesTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/PrivateMMTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/Public1MTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/SameNamePKTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/SelectionCriteriaInOneToManyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/SelectionCriteriaInOneToOneTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/SelectionCriteriaInTargetOneToOneTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/TwoLevelJoinedAttributeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/TwoParametersTransformationMappingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/UnitOfWorkCommitResumeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/UnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/conversion/AttributeNamePrefixTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/mapping/conversion/AttributeNameTokenizerTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/multipletable/MultipleTableModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/multipletable/MultipleTableTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/multipletable/ProjectModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/nls/japanese/NLSDoNotUseDistinctTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/nls/japanese/NLSEmployee.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/nls/japanese/NLSEmployeeBasicTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/nls/japanese/NLSEmployeeDeleteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/nls/japanese/NLSEmployeePopulator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/nls/japanese/NLSEmployeeSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/nls/japanese/NLSEmployeeTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/nls/japanese/NLSEmployeeWorkbenchIntegrationSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/nls/japanese/NLSMappingWorkbenchIntegrationTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/nls/japanese/NLSMaxRowsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/nls/japanese/NLSMemoryQueryReturnConfirmedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/nls/japanese/NLSMemoryQueryReturnNotConfirmedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/nls/japanese/NLSMemoryQueryThrowExceptionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/nls/japanese/NLSMemoryQueryTriggerIndirection.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/nls/japanese/NLSMemoryQueryTriggerIndirectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/nls/japanese/NLSProjectDeleteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/nls/japanese/NLSQueryOptionTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/nls/japanese/NLSQueryTimeOutTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/nls/japanese/NLSRefreshIdentityMapResultsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/nls/japanese/NLSUseDistinctTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/nls/japanese/NLSshouldPrepareTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/nondeferredwrites/EmployeeDescriptorEventListener.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/nondeferredwrites/NonDeferredWritesTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/nondeferredwrites/ProjectXMLTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/onetoonejointable/OneToOneJoinTableEmployeeBasicTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/ChangeSetOptimisticLockingInsertTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/ChangeSetOptimisticLockingUpdateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/FieldsLockingCachedUpdateCallsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/OptimisticLockingDeleteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/OptimisticLockingInsertTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/OptimisticLockingPolicyChangedValueUpdateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/OptimisticLockingPolicyDeleteRowTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/OptimisticLockingPolicyUpdateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/OptimisticLockingPolicyUpdateWithUOWTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/OptimisticLockingTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/OptimisticLockingUpdateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/SwitchableOptimisticLockingPolicyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/TimestampNewObjectInCache.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/UpdateAllWithTimestampLockingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/UpdateNullAggregateValueTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/UpdateNullDirectToFieldValueTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/UpdateNullManyToManyValueTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/UpdateNullOneToManyValueTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/UpdateNullOneToManyValueTest2.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/UpdateNullOneToOneValueTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/UpdateNullTransformationValueTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/UpdateNullVariableOneToOneValueTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/WriteLockValueSerializationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/WriteNullAggregateWithTimestampLockingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/cascaded/Award.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/cascaded/Bar.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/cascaded/BarPopulator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/cascaded/BarProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/cascaded/BarSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/cascaded/BarTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/cascaded/Bartender.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/cascaded/Cascaded121OptimisticLockingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/cascaded/Cascaded12MInheritanceListOnSuperOptimisticLockingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/cascaded/Cascaded12MInheritanceOptimisticLockingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/cascaded/Cascaded12MOptimisticLockingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/cascaded/CascadedCollectionOptimisticLockingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/cascaded/CascadedMultiLevel121OptimisticLockingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/cascaded/CascadedMultiLevel12MOptimisticLockingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/cascaded/CascadedMultiLevelCollectionOptimisticLockingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/cascaded/CascadedOptimisticLockingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/cascaded/CascadedVersionLockingMultiplePrivateOwnedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/cascaded/License.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimisticlocking/cascaded/Qualification.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/BatchReadingValueholderInstantiationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/BatchWritingFlushInWriteChangesTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/BatchWritingFlushQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/JoiningValueholderInstantiationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/ParameterBatchWritingFlushQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/QueryAndSQLCountingTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/QueryAndSQLCountingTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/QuerySQLTracker.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/RownumFilteringFirstResultQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/RownumFilteringQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/querycache/ClearDescriptorQueryCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/querycache/ClearQueryResultsQueryCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/querycache/ConformingQueryCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/querycache/NamedQueryQueryCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/querycache/PartialAttributeQueryCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/querycache/QueryCacheChangedParameterTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/querycache/QueryCacheHitTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/querycache/QueryCacheInvalidationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/querycache/QueryCacheMaxResultsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/querycache/QueryCacheParameterizedResultsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/querycache/QueryCacheTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/querycache/ReadObjectQueryCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/querycache/ReportQueryCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/optimization/queryandsqlcounting/querycache/UnitOfWorkQueryCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/orderedlist/OrderListTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/ownership/OwnershipTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/ownership/UnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/ConcurrencyComparisonTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/ConcurrencyRegressionTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/JavaPerformanceComparisonModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/PerformanceComparisonModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/PerformanceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/PerformanceTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/PerformanceTestModelRun.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/concurrent/AddPhoneCachedConcurrentRegressionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/concurrent/AddPhoneCachedConcurrentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/concurrent/AddPhoneIsolatedConcurrentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/concurrent/BasicMathConcurrentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/concurrent/IsolatedConcurrentRegressionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/concurrent/IsolatedConcurrentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/concurrent/ReadAllObjectsConcurrentRegressionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/concurrent/ReadAllObjectsConcurrentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/concurrent/ReadAllObjectsDatabaseSessionConcurrentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/concurrent/ReadAllObjectsIsolatedConcurrentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/concurrent/ReadAllObjectsSharedDatabaseSessionConcurrentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/concurrent/ReadAllUOWConcurrentRegressionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/concurrent/ReadAllUOWConcurrentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/concurrent/ReadAnyObjectCachedConcurrentRegressionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/concurrent/ReadAnyObjectCachedConcurrentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/concurrent/ReadAnyObjectIsolatedConcurrentRegressionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/concurrent/ReadAnyObjectIsolatedConcurrentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/concurrent/ReadObjectCachedConcurrentRegressionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/concurrent/ReadObjectCachedConcurrentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/concurrent/ReadObjectCachedUOWConcurrentRegressionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/concurrent/ReadObjectCachedUOWConcurrentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/concurrent/UpdateAnyObjectCachedConcurrentRegressionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/concurrent/UpdateAnyObjectCachedConcurrentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/concurrent/UpdateAnyObjectIsolatedConcurrentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/emulateddb/EmulatedConnection.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/emulateddb/EmulatedDriver.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/emulateddb/EmulatedResultSet.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/emulateddb/EmulatedResultSetMetaData.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/emulateddb/EmulatedStatement.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/java/CalendarTimeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/java/ClassForNameTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/java/ComplexMethodTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/java/ConcurrentHashMapGetConcurrentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/java/ConcurrentHashMapPutConcurrentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/java/DatePrintingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/java/DoPrivilegedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/java/FieldTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/java/ForLoopTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/java/HashMapGetConcurrentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/java/HashMapPutConcurrentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/java/HashtableGetConcurrentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/java/HashtablePutConcurrentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/java/InstanceCreationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/java/LazyInitConcurrentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/java/LinkedHashMapTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/java/ListTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/java/MapTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/java/MethodTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/java/SynchronizedLazyInitConcurrentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/java/UnsynchronizedLazyInitConcurrentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/java/VolatileLazyInitConcurrentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/jdbc/InheritanceOuterJoinTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/jdbc/LargeRowFetchTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/jdbc/RowFetchTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/jdbc/TimestampDateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/jdbc/TimestampTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/DeferredvsWriteLockTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/EmulatedReadAllvsReadAllFromResultSet.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/EmulatedReadObjectPreparedvsDynamicTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadAllAddressTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadAllBigBadObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadAllCompletelyBatchedEmployeeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadAllCompletelyEmployeeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadAllCompletelyJoinedEmployeeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadAllComplexExpressionEmployeeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadAllComplexExpressionUnitOfWorkConformEmployeeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadAllComplexvsConformTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadAllEmployeeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadAllExpressionInheritanceProjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadAllFirstResultVsRownumFilteringTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadAllHugeCacheAddressTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadAllInMemoryComplexExpressionEmployeeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadAllInMemoryEmployeeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadAllMaxRowsFirstResultVsRownumFilteringTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadAllMaxRowsVsRownumFilteringTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadAllStreamvsCursorSizeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadAllStreamvsCursorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadAllUnitOfWorkConformingEmployeeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadAllUnitOfWorkEmployeeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadAllvsBatch1mTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadAllvsBatch21mTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadAllvsConformNewUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadAllvsConformTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadAllvsCursorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadAllvsInMemoryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadAllvsJoinBatchTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadAllvsReadAllFromResultSet.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadObjectByPrimaryKeyAddressTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadObjectByPrimaryKeyBigBadObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadObjectByPrimaryKeyEmployeeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadObjectCachevsDatabaseTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadObjectCompletelyEmployeeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadObjectComplexExpressionEmployeeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadObjectInMemoryComplexExpressionEmployeeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadObjectInMemoryEmployeeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadObjectNamedQueryEmployeeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadObjectPreparedvsDynamicTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadObjectStaticvsDynamicTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadObjectvsJoinTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/reading/ReadObjectvsParameterizedSQLTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/writing/ComplexUpdateEmployeeUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/writing/InsertAddressUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/writing/InsertBatchUnitOfWorkComparisonTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/writing/InsertBigBadObjectUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/writing/InsertDeleteAddressUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/writing/InsertEmployeeUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/writing/MassInsertAddressUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/writing/MassInsertEmployeeUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/writing/UnitOfWorkNoChangesClientSessionEmployeeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/writing/UpdateAddressUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/writing/UpdateBigBadObjectUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/writing/UpdateEmployeeUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/writing/VeryVeryMassInsertAddressUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/platform/server/wls/WebLogic_12_PlatformTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/plsql/PLSQLTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/plsql/PLSQLTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/plsql/PLSQLXMLTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/Address.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/AddressImpl.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/BatchReadTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/Computer.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/ComputerImpl.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/Contact.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/Cubicle.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/CubicleImpl.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/DeleteProxyObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/DeleteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/DesktopComputer.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/DesktopComputerImpl.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/DoesExistProxyObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/EmailImpl.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/Employee.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/EmployeeImpl.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/InheritanceReadAllTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/InsertTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/InterfaceProxyInvocationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/LargeProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/LargeProjectImpl.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/PhoneImpl.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/Project.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/ProjectImpl.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/ProxyIndirectionProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/ProxyIndirectionSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/ProxyIndirectionTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/ProxyIndirectionTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/ReadAllTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/ReadProxyObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/ReadWithExpressionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/ReadWithProxyEqualityExpression.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/UOWRegisterProxyObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/UnitOfWorkCommitAndResume.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/UnitOfWorkReplaceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/UnitOfWorkUpdateFromCache.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/UnitOfWorkUpdateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/UnitOfWorkUpdateWithNewObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/proxyindirection/UpdateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/Account.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/BadQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/CachedUpdateCallsQueryClearTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/CascadeNoBindingOnQuery.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/CascadingAllCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/CascadingAllNoCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/CascadingNoneCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/CascadingNoneNoCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/CascadingPrivateCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/CascadingPrivateNoCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/CascadingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/CollectionReadAllTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ConformResultsAcrossOneToManyAcrossOneToOneTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ConformResultsAcrossOneToManyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ConformResultsAcrossOneToOneTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ConformResultsAcrossWrappedOneToManyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ConformResultsInUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ConformResultsPerformanceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ConformResultsRedirectorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ConformResultsSubclassesTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ConformResultsWithMultitableAndJoiningTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ConformResultsWithPrimaryKeyExpressionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ConformResultsWithSelectionObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ConformingShouldTriggerIndirectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ConformingTestConfiguration.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ConformingThrowConformExceptionsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/Country.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/CursoredStreamAnyOfTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/CursoredStreamClientSessionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/CursoredStreamConformingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/CursoredStreamCustomSQLTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/CursoredStreamDistinctTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/CursoredStreamReadWriteClientSessionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/CursoredStreamReleaseConnectionsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/CursoredStreamTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/CursoredStreamWithUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/CursoredStreamWithUselessConformTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/DataReadQueryContainerPolicyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/DataReadQueryTest1.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/DeepDeleteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/DeepModifyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/DeepRefreshTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/DeleteAllQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/DeleteObjectPrivatelyOwningUntriggeredIndirection.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/DirectReadQueryTest1.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/DoNotRedirectDefaultRedirectorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/DoesExistTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/DontMaintainCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/EmployeeWrapperPolicy.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/FirstResultAndMaxRowsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/FourPartialAttributeTestsWithJoinAttribute.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/GetTableGetFieldTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/GetValueFromObject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/IdentitySystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/IncorrectPartialAttributeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/InheritancePrepareTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/InheritanceViewPrepareTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/Jdk12ScrollableCursorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/MapReadAllTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/MultiNameQueriesTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/MultipleOrderByWithSameFieldNameNullsFirstTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/MultipleOrderByWithSameFieldNameTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/NamedQueriesClientSessionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/NamedQueriesDescriptorQueryManagerTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/NamedQueriesUOWTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/NamedQueryDoesNotExistTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/NamedQueryGetQueryNoArgumentsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/NamedQueryNotFoundInUOWTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/NoIdentityMapProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ObjectLevelReadQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/OneToManyMaxRowsSettingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/OnlyRefreshIfNewTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/OrderingByExpressionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/OrderingMutipleTableTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/OrderingSuperClassTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/OrderingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/OrderingWithAnyOfTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/PartialAttributeDistinctOrderByTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/PartialAttributeTestWithJoinAttribute.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/PartialAttributeWithCustomSQLTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/PessimisticLockBatchAttributeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/PessimisticLockEmptyTransactionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/PessimisticLockFineGrainedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/PessimisticLockIndirectionJoiningTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/PessimisticLockInheritanceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/PessimisticLockJoinedAttributeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/PessimisticLockNoLockJoinedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/PessimisticLockOutsideUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/PessimisticLockRefreshTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/PessimisticLockTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/PredefinedInQueryReadAllTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/PredefinedQueryInheritanceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/PredefinedQueryLikeIgnoreCaseTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/PredefinedQueryReadAllTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/PredefinedQueryReadObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/PredefinedQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/PredefinedQueryToUpperOnParameterTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/PrivateDeleteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/PrivateModifyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/QBECollectionMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/QBEExcludedValues.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/QBEObjectReferenceMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/QBEObjectWithAllFieldsFilled.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/QBESpecialOperators.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/QBEValidateUnsupportedMappingsFlag.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/QueryByExampleInUOWTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/QueryCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/QueryExceptionStringTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/QueryExecutionTimeSetOnBuildObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/QueryFrameworkTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/QueryTimeoutConnectionReleasedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/QueryTimeoutTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ReadAllNoDistinctTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/RedirectQueryOnUOWTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/RedirectorOnDescriptorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/RefreshNoCacheWithNoIdentityMapTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/RefreshTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/RefreshWithCheckCacheOnlyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ReloadSelectionObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ScrollableCursorAPITest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ScrollableCursorBackwardReadingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ScrollableCursorForwardOnlyResultSetTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ScrollableCursorJoinedAttributeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ScrollableCursorJoiningVerificationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ScrollableCursorNavigationAPITest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ScrollableCursorStatementCachingReadTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ScrollableCursorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ServerClientNamedQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/SetReferenceClassTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ShallowModifyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ShallowRefreshTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ShouldRegisterResultsInUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/State.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/TestClass1.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/TranslatedStringsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/UOWgetQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/UpdateAllQueryExpressionMathTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/UpdateAllQueryRollbackTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/UpdateAllQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/UpdateAllQueryUOWTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ValueReadQueryTest1.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/WrappedEmployee.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/ZeroPrimaryKeyExistenceCheckTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/CacheHitAndInMemoryTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/CacheHitOnPKWithInheritanceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/CacheHitTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/CacheHitWithInheritance.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/CacheHitWithNonPKCriteriaTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/CacheMissTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/DescriptorUnitOfWorkConformObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/InMemoryCacheHitTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/InMemoryCacheMissTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/InMemoryReadAllCacheHitTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/MemoryQueryAcrossAggregateCollectionMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/MemoryQueryAcrossDirectCollectionMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/MemoryQueryAcrossManyToManyAcrossOneToManyMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/MemoryQueryAcrossManyToManyMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/MemoryQueryAcrossNestedOneToManyMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/MemoryQueryAcrossOneToManyAcrossOneToOneMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/MemoryQueryAcrossOneToManyMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/MemoryQueryAcrossOneToManyMapping2.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/MemoryQueryAcrossOneToOneMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/MemoryQueryForFunctionsAcrossOneToManyAcrossOneToOneMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/MemoryQueryForFunctionsAcrossOneToManyMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/MemoryQueryLike.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/MemoryQueryReturnConformedOnIndirection.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/MemoryQueryReturnNotConformedOnIndirection.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/MemoryQueryThrowExceptionOnIndirection.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/MemoryQueryTriggerIndirection.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/NamedQueryConformNullPointerException.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/OneToOneCacheHitTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/QueryAndDescriptorCacheHitTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/QueryCacheHitDisabledAndDescriptorDisabledTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/QueryCacheHitDisabledAndDescriptorEnabledTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/QueryCacheHitEnabledAndDescriptorDisabledTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/QueryCacheHitEnabledAndDescriptorEnabledTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/QueryCacheHitUndefinedAndDescriptorDisabledTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/QueryCacheHitUndefinedAndDescriptorEnabledTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/UnitOfWorkConformAcrossIndirectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/UnitOfWorkConformDuplicateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/UnitOfWorkConformLikeSpecialCharacterTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/UnitOfWorkConformLikeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/UnitOfWorkConformNewObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/UnitOfWorkConformObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/UnitOfWorkConformReadObjectWithCriteriaTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/UnitOfWorkConformTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/UnitOfWorkConformWithOrderTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/inmemory/UnitOfWorkConformWithoutRegisteringTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/AggregateBatchReadingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/BatchReadValueholderTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/BatchReadingBatchReadExpressionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/BatchReadingStackOverflowTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/BatchReadingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/BatchReadingUnitOfWorkInTransactionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/BatchReadingUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/BatchReadingWithInvalidQueryKeyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/ComplexJoinedAttributeQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/JoiningValueholderInstantiationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/MultipleJoinedAttributeQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/NestedBatchReadingNPETest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/NestedBatchReadingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/NestedOneToManyBatchReadAllTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/OneToManyBatchReadingCustomSelectionQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/OneToManyBatchReadingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/OneToOneBatchReadingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/QueryAndSQLCountingTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/QueryAndSQLCountingTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/QueryOptimizationTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/QuerySQLTracker.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/QueryValidationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/ReadAllBatchReadingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/ReadAllBindAllParametersTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/ReadAllJoinReadingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/ReadAllPartialReadingAddressTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/ReadAllPartialReadingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/ReadAnyObjectJoinPhoneTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/optimization/ReadObjectMappingJoinReadingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/options/ClearQueryOptionsOnStatementTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/options/QueryOptionEmployee.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/options/QueryOptionHistory.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/options/QueryOptionProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/options/QueryOptionSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/options/QueryOptionTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/options/ReadObjectQueryDisableCacheHitsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/options/RefreshCascadeAllNoIndirectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/oracle/BasicReadTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/oracle/ChangedHintStringTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/oracle/DeleteTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/oracle/EmployeeSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/oracle/HierarchicalOneToManyInverseTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/oracle/HierarchicalOneToManyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/oracle/HierarchicalOneToOneInverseTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/oracle/HierarchicalOneToOneTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/oracle/HierarchicalQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/oracle/HierarchicalQueryWithInheritenceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/oracle/HierarchicalQueryWithWhere.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/oracle/IndirectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/oracle/JoinInWhereClauseTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/oracle/OracleSpecificTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/oracle/OrderSiblingsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/oracle/ReadWholeHierarchyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/oracle/UpdateTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/repreparation/AddFunctionItemTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/repreparation/AddGroupingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/repreparation/AddItemTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/repreparation/AddJoinedAttributeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/repreparation/AddNonFetchedJoinedAttributeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/repreparation/AddOrderingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/repreparation/AddPartialAttributeForCustomSQLTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/repreparation/AddPartialAttributeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/repreparation/QueryRepreparationTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/repreparation/RetrievePrimaryKeysTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/queries/repreparation/UseDistinctTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/readonly/BidirectionalMMDeleteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/readonly/DeleteReadOnlyClassTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/readonly/DeleteReadOnlyDescriptorTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/readonly/InsertReadOnlyClassTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/readonly/InsertReadOnlyDescriptorTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/readonly/ReadOnlyClassAccessingTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/readonly/ReadOnlyClassAggregateTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/readonly/ReadOnlyClassDeepMergeCloneTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/readonly/ReadOnlyClassDeleteTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/readonly/ReadOnlyClassInsertTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/readonly/ReadOnlyClassManyToManyTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/readonly/ReadOnlyClassOneToManyTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/readonly/ReadOnlyClassUpdateTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/readonly/ReadOnlyDescriptorInsertTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/readonly/ReadOnlyTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/readonly/ReadTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/readonly/UpdateReadOnlyClassTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/readonly/WriteableMappingReadOnlyClassTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/relationshipmaintenance/AddNewRegisteredObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/relationshipmaintenance/AddReferencedObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/relationshipmaintenance/AddUnReferencedObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/relationshipmaintenance/DeepMergeCloneSerializedNewTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/relationshipmaintenance/DeepMergeCloneSerializedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/relationshipmaintenance/RelationshipsTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/relationshipmaintenance/RemoveObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/relationshipmaintenance/SetInNewRegisteredObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/relationshipmaintenance/SetNewRegisteredObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/relationshipmaintenance/SetReferencedObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/relationshipmaintenance/SetToNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/relationshipmaintenance/SetUnReferencedObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/relationshipmaintenance/UnitOfWorkRevertAndResumeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/relationshipmaintenance/UnitOfWorkRevertAndResumeTestDuplicates.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/BatchReadingForDirectCollectionMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/CacheExpiryRemoteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/CascadeWithoutIMOnRemote.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/DefaultReadOnlyClassTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/DescriptorRefreshCacheOnRemoteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/InsuranceRefreshObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/Master.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/MasterSlaveProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/MasterSlaveSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/MasterSlaveTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/PredefinedQueryFromRemoteSessionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/QueryCacheHitEnabledAndDescriptorDisabledOnRemoteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/QueryCacheHitUndefinedAndDescriptorDisabledOnRemoteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/QueryCacheHitUndefinedAndDescriptorEnabledOnRemoteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/RMIRemoteModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/RMIServerManager.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/RMIServerManagerController.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/ReadingThroughRemoteScrollableCursor.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/RefreshCascadeNonPrivateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/RefreshMaintainIdentityTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/RefreshObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/RefreshRemoteIdentityMapResultsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/RemoteConnectionExceptionsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/RemoteModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/RemoteSessionReadTimeTransferTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/RemoteValueHolderGarbageCollectedOriginalTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/RemoteValueHolderReinitializationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/Slave.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/TransporterGenerator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/rmi/IIOP/RMIConnectionExceptionsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/rmi/IIOP/RMIIIOPRemoteModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/rmi/IIOP/RMIRemoteSessionControllerDispatcherForTestingExceptions.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/rmi/IIOP/RMIServerManager.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/rmi/IIOP/RMIServerManagerController.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/rmi/IIOP/_RMIServerManagerController_Tie.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/rmi/IIOP/_RMIServerManager_Stub.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/rmi/RMIConnectionExceptionsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/rmi/RMIRemoteSessionControllerDispatcherForTestingExceptions.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/suncorba/CORBAConnectionExceptionsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/suncorba/CORBARemoteSessionControllerDispatcherForTestingExceptions.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/suncorba/CORBAServerManager.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/suncorba/CORBAServerManagerController.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/suncorba/CORBAServerManagerHelper.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/suncorba/CORBAServerManagerHolder.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/suncorba/CORBAServerManagerOperations.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/suncorba/CORBAServerRunner.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/suncorba/SunCORBARemoteModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/suncorba/_CORBAServerManagerImplBase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/remote/suncorba/_CORBAServerManagerStub.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/returning/DescriptorExceptionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/returning/InsertUpdateStoredProcedureAdapter.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/returning/ProjectAndDatabaseAdapter.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/returning/ReturningPolicyTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/returning/StoredProcedureGeneratorForAdapter.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/returning/SubstituteSequencingWithReturningPolicyAdapter.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/returning/TestModelAdapted.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/returning/TestSystemAdapted.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/returning/model/AdapterForReturningProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/returning/model/AdapterWithReturnObjectControl.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/returning/model/BaseClass.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/returning/model/Class1.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/returning/model/Class2.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/returning/model/ReturnObjectControl.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/returning/model/ReturningInsertTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/returning/model/ReturningMappingsTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/returning/model/ReturningProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/returning/model/ReturningTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/returning/model/ReturningTestSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/returning/model/ReturningUpdateTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/schemaframework/AutoTableGeneratorBasicTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/schemaframework/AutoTableGeneratorEmployeeSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/schemaframework/SPGBasicTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/schemaframework/SPGExecuteStoredProcedureTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/schemaframework/SPGGenerateAmendmentClassTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/schemaframework/StoredProcedureGeneratorModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/security/DatabaseLoginWithNoEncryptorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/security/ExceptionTestSaveSecurityManager.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/security/JCEEncryptionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/security/SecurableBackwardsCompatibilityTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/security/SecurityOnFindMethodTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/security/SecurityOnInitializingAttributeMethodTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/security/SecurityTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/security/SecurityWhileConvertingToMethodTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/security/SecurityWhileInitializingAttributesInInstanceVariableAccessorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/security/SecurityWhileInitializingAttributesInMethodAccessorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/security/SecurityWhileInitializingClassExtractionMethodTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/security/SecurityWhileInitializingCopyPolicyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/security/SecurityWhileInitializingInstantiationPolicyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/security/TestSecurityManager.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionbroker/BatchWritingWithSessionBrokerTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionbroker/BrokerTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionbroker/Client.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionbroker/ClientBrokerTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionbroker/ClientSessionBrokerTestAdapter.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionbroker/CustomDatabasePlatform.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionbroker/EmployeeProject1.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionbroker/EmployeeProject2.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionbroker/ExternalTransactionControllerInitializationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionbroker/MultipleClientBrokersTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionbroker/RMIServerManagerController.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionbroker/RMISessionBrokerRemoteModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionbroker/RMISessionBrokerServerManager.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionbroker/ReadOnlyClassesInSessionBrokerTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionbroker/SequnceSettingOnRemoteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionbroker/Server.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionbroker/ServerBrokerTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionbroker/SessionBrokerClientQueryTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionbroker/SessionBrokerCustomFunctionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionbroker/SessionBrokerPlatformTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionbroker/VerifyClientBrokerCreationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessioncache/ReadObjectAlreadyInSessionCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessioncache/ReadObjectNotInSessionCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessioncache/ReadReferencedObjectNotInSessionCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessioncache/SessionCacheTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessioncache/WriteNewObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessioncache/WriteNewPessimisticLockedObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/CustomEncryption.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/CustomTransportManager.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/FailoverLoginSettingsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/JavaLogSessionNamespaceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/JavaLogSessionsXMLTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/MWConfigModelEncryptionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/RCMWithJmsTopicTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/RcmBasicTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/RcmEncryptedPasswordTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/RcmWithRmiAndJndiTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/RcmWithRmiAndRmiRegistryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/RcmWithTransportClassTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/ServerSessionEventListener.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/SessionBrokerEventListener.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/SessionManagerGetMultipleSessionsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/SessionManagerGetSessionNotFoundTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/SessionManagerGetSessionStringStringTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/SessionManagerTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/SessionsXMLBasicTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/SessionsXMLSchemaDefaultValueTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/SessionsXMLSchemaIncorrectTagValuesTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/SessionsXMLSchemaInvalidTagTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/SessionsXMLSchemaJBossPlatformTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/SessionsXMLSchemaJavaLogTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/SessionsXMLSchemaLoggingOptionsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/SessionsXMLSchemaMisplacedDependentTagTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/SessionsXMLSchemaNoLoggingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/SessionsXMLSchemaProjectXMLTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/SessionsXMLSchemaReloadTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/SessionsXMLSchemaSequencingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/SessionsXMLSchemaSunCORBATransportConfigTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/SessionsXMLSchemaTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/SessionsXMLSchemaWeblogicPlatformTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/SessionsXMLSchemaWebsphere61PlatformTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/SessionsXMLSchemaWriteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/SessionsXMLServerSessionSchemaTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/SessionsXMLSessionEventListenerTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/SessionsXMLTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/sessionsxml/SessionsXMLValidationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/simplepojoclient/PojoEmployee.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/simplepojoclient/PojoEmployeeProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/simplepojoclient/SimplePojoClientTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/simplepojoclient/SimplePojoProjectXMLClientTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/simplepojoclient/SimplePojoSessionsXMLClientTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/simultaneous/AddDescriptorsMultithreadedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/simultaneous/AppendLockTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/simultaneous/ConcurrencyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/simultaneous/ConcurrentDecryptionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/simultaneous/ConcurrentQueryCacheQueryResultsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/simultaneous/ConcurrentReadFetchJoinTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/simultaneous/ConcurrentReadFetchJoinWithUOWLocksTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/simultaneous/ConcurrentReadOneToOneInheritanceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/simultaneous/DescriptorQueryManagerMultithreadedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/simultaneous/MultithreadTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/simultaneous/QueryCacheMultithreadedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/simultaneous/QueryCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/simultaneous/Runner1.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/simultaneous/Runner2.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/simultaneous/SimultaneousTestsModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/simultaneous/TestExecutorWithClientSession.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/simultaneous/UpdateCacheKeyPropertiesTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/stress/Address.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/stress/ClientThread.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/stress/StressInsertTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/stress/StressLoginTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/stress/StressReadTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/stress/StressTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/stress/StressThreeTierTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/stress/StressUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/stress/StressUpdateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/tableswithspacesmodel/EmployeeWithSpacesDeleteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/tableswithspacesmodel/EmployeeWithSpacesProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/tableswithspacesmodel/EmployeeWithSpacesSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/tableswithspacesmodel/EmployeeWithSpacesTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/tableswithspacesmodel/EmployeeWithSpacesTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/tableswithspacesmodel/ProjectWithSpacesDeleteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/tableswithspacesmodel/QuotedTableNameInitializationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transactions/DeleteCommitTransactionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transactions/DeleteRollbackTransactionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transactions/EmptyTransactionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transactions/InsertCommitTransactionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transactions/InsertRollbackTransactionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transactions/ReadingThroughWriteConnectionInTransactionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transactions/TransactionTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transactions/UpdateCommitTransactionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transactions/UpdateRollbackTransactionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transparentindirection/AssertionFailedError.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transparentindirection/BidirectionalRelationshipMaintenanceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transparentindirection/ConfigureJavaSE7IndirectCollectionsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transparentindirection/IndirectContainerTestDatabase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transparentindirection/IndirectContainerTestDatabaseRemote.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transparentindirection/IndirectListTestAPI.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transparentindirection/IndirectListTestDatabase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transparentindirection/IndirectListTestDatabaseRemote.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transparentindirection/IndirectMapTestAPI.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transparentindirection/IndirectMapTestDatabase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transparentindirection/IndirectMapTestDatabaseRemote.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transparentindirection/IndirectSetTestAPI.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transparentindirection/IndirectSetTestDatabase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transparentindirection/IndirectSetTestDatabaseRemote.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transparentindirection/NullCollectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transparentindirection/NullDelegateInValueHolderTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transparentindirection/RemoteDataReadQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transparentindirection/TestHashtable.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transparentindirection/TestSession.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transparentindirection/TransparentIndirectionModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transparentindirection/UpdateDogTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transparentindirection/ZTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transparentindirection/ZTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transparentindirection/jdk8/IndirectListTestAPI8.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transparentindirection/jdk8/IndirectMapTestAPI8.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/transparentindirection/jdk8/IndirectSetTestAPI8.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/types/BLOBTester.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/types/BooleanTester.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/types/CLOBTester.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/types/NumericTester.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/types/StringTester.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/types/TimeDateTester.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/types/TypeTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/types/TypeTestModelWithAccessors.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/types/TypeTestModelWithOutAccessors.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/types/TypeTestSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/types/TypeTester.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/types/WriteTypeObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unidirectional/UnidirectionalEmployeeBasicTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/AllChangeSetsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/BuildCloneFromRowOneToOneTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/CanChangeReadOnlySetTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/CloneAttributeIfMutableTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/CollectionMappingMergeObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/CommitAfterExecuteModifyQueryDuringTransTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/CommitUnitOfWorkAgainTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/CommitUnitOfWorkForcingSQLExceptionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/ComplexMultipleUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/ConcurrentAddress.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/ConcurrentLargeProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/ConcurrentNewObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/ConcurrentPerson.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/ConcurrentPhoneNumber.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/ConcurrentProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/ConcurrentReadOnInsertTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/ConcurrentReadOnUpdateWithEarlyTransTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/ConcurrentRefreshEventAdapter.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/ConcurrentRefreshOnCloneTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/ConcurrentRefreshOnUpdateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/Contact.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/CreateDeleteCreateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/CurrentChangeSetTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/DateSubclass.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/DeepMergeCloneIndirectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/DeepMergeCloneSerializedObjectReferenceChangesTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/DeepMergeCloneSerializedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/DeepNestedUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/DeleteAndConform.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/DeletingFromParentSessionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/DoubleNestedUnitOfWorkDeleteConformedNestedNewObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/DoubleNestedUnitOfWorkRegisterNewObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/ErrorOnInsertTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/ExceptionsRaisedUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/FaultyUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/GetFromNewObjectWithConformTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/GetIdentityMapFromUOWForREADONLYClassTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/GetObjectFromIdentityMapTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/InsertNewObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/LockFailureUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/LockOnCloneDeadlockAvoidanceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/LockOnCloneListener.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/LockOnCloneTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/MailAddress.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/MergeCloneWithReferencesTransparentIndirectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/MergeCloneWithReferencesWithNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/MergeDeadIndirectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/MergeUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/MultipleUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/MutableAttributeObject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/NestedUOWWithNewObjectRegisteredTwiceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/NestedUnitOfWorkDeleteConformedNestedNewObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/NestedUnitOfWorkDeleteNestedNewObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/NestedUnitOfWorkDeleteNewObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/NestedUnitOfWorkMultipleCommitTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/NestedUnitOfWorkNewObjectWithIndirectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/NestedUnitOfWorkQuery.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/NestedUnitOfWorkReadOnlyClassTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/NestedUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/NewObjectIdentityTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/NoIMWithValueHolderTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/NoIdentityMapUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/NoIdentityMergeCloneTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/NoIdentityTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/NoValidationWithInitIdentityMaps.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/NullAggregateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/PerformDeletesFirstIgnoreUpdateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/PerformDeletesFirstIgnoreUpdateTest2.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/PerformDeletesFirstTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/Person.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/PostAcquireUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/PostCommitUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/PostReleaseUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/PostResumeUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/PreCommitUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/PreReleaseUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/PrepareUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/ProtectedUnitOfWorkTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/RefreshObjectNoIdentityMapUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/RegisterNewObjectInIdentityMapNoSeqTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/RegisterNewObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/RegisterationUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/RelationshipTreeInsertTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UOWCommitAndResumeWithPreCalcChangeSet.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UOWHasOnlyDeletesTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UOWSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UnitOfWorkClientSessionTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UnitOfWorkCommitAndResume.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UnitOfWorkCommitResumeOnFailureNoFailureTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UnitOfWorkCommitToDatabaseTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UnitOfWorkComplexRefreshTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UnitOfWorkConcurrentRevertTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UnitOfWorkConformExceptionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UnitOfWorkDeleteNoValidationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UnitOfWorkDeleteOrderTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UnitOfWorkEventTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UnitOfWorkEventTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UnitOfWorkExistingObjectsListTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UnitOfWorkInitializeAllIdentityMapsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UnitOfWorkIsolatedAlwaysTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UnitOfWorkIsolatedClientSessionTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UnitOfWorkNullPrimaryKeyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UnitOfWorkPartitionedIsolatedAlwaysTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UnitOfWorkPartitionedTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UnitOfWorkResumeOnFailureTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UnitOfWorkResumeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UnitOfWorkRevertAndResumeWithNewTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UnitOfWorkRevertTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UnitOfWorkRevertWithNewObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UnitOfWorkRollbackConnectionReleaseTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UnitOfWorkSynchNewObjectsClientSessionTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UnitOfWorkTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UnregisterUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/UnregisteredNewObjectOptimisticLockTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/ViolateObjectSpaceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/WasTransactionBegunPrematurelyRollbackTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/Weather.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/WorkingCloneCopyPolicyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/changeflag/ALCTEmployeeSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/changeflag/AggregateAttributeChangeTrackingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/changeflag/ChangeEventTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/changeflag/ChangeFlagTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/changeflag/EmployeeAttributeChangeTrackingTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/changeflag/EmployeeChangeFlagBasicTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/changeflag/EmployeeChangeTrackingTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/changeflag/EmployeeHybridChangeTrackingTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/changeflag/NestedUOWWithAttributeChangeTrackingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/changeflag/TransparentIndirectionAddOverflowBehaviourTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/changeflag/TransparentIndirectionAddRemoveTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/changeflag/TransparentIndirectionChangeFlagBasicTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/changeflag/TransparentIndirectionResumeAddTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/changeflag/TransparentIndirectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/changeflag/TransparentMapTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/changeflag/WrongPropertyNameTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/changeflag/model/ALCTEmployee.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/changeflag/model/ALCTEmployeeProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/changeflag/model/ALCTEmployeeTableCreator.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/changeflag/model/ALCTEmploymentPeriod.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/referencesettings/ChangeTrackedWeakReferenceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/referencesettings/DeferredChangeWeakReferenceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/referencesettings/ForceWeakReferenceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/referencesettings/HardReferenceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/referencesettings/WeakReferenceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/transactionisolation/TransactionIsolationAlwaysRefreshTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/transactionisolation/TransactionIsolationBatchReadingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/transactionisolation/TransactionIsolationBuildObjectCacheHitTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/transactionisolation/TransactionIsolationIndirectionConformingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/transactionisolation/TransactionIsolationJoinedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/transactionisolation/TransactionIsolationM2MBatchReadTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/transactionisolation/TransactionIsolationMergeCircularIndirectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/transactionisolation/TransactionIsolationMergeIndirectionOriginalsExistTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/transactionisolation/TransactionIsolationMergeIndirectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/transactionisolation/TransactionIsolationMergeOriginalsExistTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/transactionisolation/TransactionIsolationMergeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/transactionisolation/TransactionIsolationNoNewObjectsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/transactionisolation/TransactionIsolationNoOriginalsIndirectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/transactionisolation/TransactionIsolationNoOriginalsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/transactionisolation/TransactionIsolationRefreshTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/transactionisolation/UnitOfWorkTransactionIsolationTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/writechanges/AcquireNestedUnitOfWork_WriteChanges_TestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/writechanges/BeginTransactionEarly_WriteChanges_TestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/writechanges/UnitOfWorkWriteChangesTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/writechanges/WriteChangesFailed_StatementCountTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/writechanges/WriteChangesFailed_TestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/writechanges/WriteChanges_CommitAndResumeOnFailure_TestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/writechanges/WriteChanges_CommitAndResume_TestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/writechanges/WriteChanges_CommitFail_TestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/writechanges/WriteChanges_Commit_NonTrivial_TestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/writechanges/WriteChanges_Commit_TestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/writechanges/WriteChanges_DeleteAll_TestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/writechanges/WriteChanges_IssueSQL_TestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/writechanges/WriteChanges_NonCachingOLReadQuery_TestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/writechanges/WriteChanges_OLModifyQuery_TestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/writechanges/WriteChanges_OLReadQuery_TestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/writechanges/WriteChanges_RegisterExisting_TestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/writechanges/WriteChanges_RegisterNew_TestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/writechanges/WriteChanges_Register_TestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/writechanges/WriteChanges_Release_TestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/writechanges/WriteChanges_ReportQuery_TestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/unitofwork/writechanges/WriteChanges_RevertAndResume_TestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/Address.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/AmendmentClass.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/AttributeAndMappingWithTransparentIndirectionMismatchTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/AttributeNameNotSpecifiedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/BatchCommitTransactionExceptionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/BidirectionWithHashtableTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ChainedExceptionTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ChildDoesNotDefineAbstractQueryKeyOfParentTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ClassIndicatorFieldNotFoundTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ClassWithProblemConstructor.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ClassWithoutConstructor.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/Client.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ClientServerTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ClientSessionConstructorValidationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/CloseConnAfterDatabaseSessionTxnTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ConnectionIsNullAccessorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ConnectionSizeChangedAfterLogin.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ConstructingDescriptorExceptionTests.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ConstructorProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ConstructorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ConversionExceptionFromMappingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/DatabaseAccessorNotConnectedTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/DatabaseSessionAttemptLoginTwiceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/DatabaseSessionLogoutThenLoginTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/DescriptorForInterfaceIsMissingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/DescriptorIsMissingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/DirectFieldNameNotSetTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/Employee.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/EmployeeWithProblems.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ErrorOccuredInAmendmentMethodTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ExceptionSerializationTestCase.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ExceptionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ExceptionTestSaveDescriptor.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ExceptionValidationTestSuit.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ForeignKeysDefinedIncorrectlyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/GetClassDescriptorWithNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/GetMethodReturnTypeNotValidTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/GetMethodReturnsValueHolderTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/GetTableNameTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/IllegalAccessWhileGettingValueThruInstanceVariableAccessorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/IllegalArgumentWhileGettingValueThruInstanceVariableAccessorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/IllegalArgumentWhileGettingValueThruMethodAccessorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/IllegalArgumentWhileInstantiatingMethodBasedProxyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/IllegalArgumentWhileInvokingAttributeMethodTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/IllegalArgumentWhileInvokingFieldToMethodTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/IllegalArgumentWhileSettingValueThruInstanceVariableAccessorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/IllegalArgumentWhileSettingValueThruMethodAccessorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/IllegalTableNameInMultipleTableForeignKeyTest_Source.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/IllegalTableNameInMultipleTableForeignKeyTest_Target.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/IncorrectCollectionPolicyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/InstantiationWhileConstructorInstantiationOfFactoryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/InvalidAmendmentMethodTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/InvalidAttributeTypeForProxyIndirectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/InvalidContainerPolicyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/InvalidContainerPolicyWithTransparentIndirectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/InvalidDataModificationEventCodeTest_DirectCollectionMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/InvalidDataModificationEventCodeTest_ManyToManyMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/InvalidDataModificationEventTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/InvalidDescriptorEventCodeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/InvalidGetMethodReturnTypeForProxyIndirectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/InvalidIdentityMapTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/InvalidIndirectionContainerClassTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/InvalidIndirectionPolicyOperationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/InvalidMappingOperationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/InvalidQueryKeyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/InvalidSetMethodParameterTypeForProxyIndirectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/InvalidUseOfTransparentIndirectionTest_extractPrimaryKeyForReferenceObject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/InvalidUseOfTransparentIndirectionTest_nullValueFromRow.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/InvalidUseOfTransparentIndirectionTest_valueFromMethod.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/KeyFromObjecWithoutDescriptor.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/MappingCanNotBeReadOnlyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/MappingMustBeReadOnlyWhenStoredInCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/MissingForeignKeyTranslationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/MissingMappingForFieldTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/MultipleTablePrimaryKeyMustBeFullyQualifiedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/MultipleTablePrimaryKeyNotSpecifiedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/MultipleWriteMappingsForFieldTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NestedUOWWithUpdateAllQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NewObjectRegisteration.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NoAttributeConversionValueInObjectTypeMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NoAttributeTransformationMethodTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NoAttributeValueConversionToFieldValueProvidedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NoConstructorIndirectionContainerClassTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NoFieldConversionValueInObjectTypeMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NoFieldNameForMappingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NoForeighKeysAreSpecifiedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NoMappingForPrimaryKeyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NoParamConstructor.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NoReferenceKeyIsSpecifiedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NoRelationTableTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NoSourceRelationKeysSpecifiedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NoSubClassMatchTest_AggregateCollection.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NoSubClassMatchTest_AggregateObject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NoSuchMethodOnFindObsoleteMethodTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NoSuchMethodOnInitializingAttributeMethodTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NoSuchMethodWhileConstructorInstantiationOfFactoryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NoSuchMethodWhileConvertingToMethodTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NoSuchMethodWhileInitializingAttributesInMethodAccessorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NoSuchMethodWhileInitializingAttributesInMethodAccessor_GetTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NoSuchMethodWhileInitializingAttributesInMethodAccessor_SetTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NoSuchMethodWhileInitializingClassExtractionMethodTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NoSuchMethodWhileInitializingCopyPolicyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NoTargetForeignKeysSpecifiedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NoTargetRelationKeysSpecifiedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NormalDescriptorsDoNotSupportNonRelationalExtensionsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NotConnectedDeleteObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NotConnectedReadObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NotConnectedUpdateObjectQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NotConnectedWriteObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NullPointerWhileConstructorInstantiationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NullPointerWhileGettingValueThruInstanceVariableAccessorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NullPointerWhileGettingValueThruMethodAccessorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NullPointerWhileMethodInstantiationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NullPointerWhileSettingValueThruInstanceVariableAccessorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/NullUsernameLoginTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ParameterAndMappingWithIndirectionMismatchTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ParameterAndMappingWithTransparentIndirectionMismatchTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ParameterAndMappingWithoutIndirectionMismatchTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ParentClassIsSelfTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ParentDescriptorNotSpecifiedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/PersonInstanceAccess.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/PersonMethodAccess.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/PersonWithValueHolder.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/PrintStackTraceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/PrivateConstructor.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ProxyIndirectionNotAvailableTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/QueryParameterForOneToOneValidationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ReferenceDescriptorIsNotAggreagteCollectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ReferenceDescriptorIsNotAggregateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ReferenceKeyFieldNotProperlySpecifiedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ReferenceTableNotSpecifiedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/RelationKeyFieldNotProperlySpecifiedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ReportQueryWithNoAttributesTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ReturnAndMappingWithTransparentIndirectionMismatchTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ReturnAndMappingWithoutIndirectionMismatchTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ReturnTypeInGetAttributeAccessorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/SequenceFieldNameNotSetTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/Server.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ServerSessionReadPoolTypeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/SetExistanceCheckingNotUnderstoodTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/SetMethodParameterTypeNotValidTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/StructureNameNotSetInMappingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/TableIsNotPresentInDatabaseTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/TableNotSpecifiedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/TargetInvocationWhileCloningTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/TargetInvocationWhileConstructorInstantiationOfFactoryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/TargetInvocationWhileConstructorInstantiationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/TargetInvocationWhileEventExecutionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/TargetInvocationWhileGettingValueThruMethodAccessorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/TargetInvocationWhileInstantiatingMethodBasedProxyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/TargetInvocationWhileInvokingAttributeMethodTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/TargetInvocationWhileInvokingFieldToMethodTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/TargetInvocationWhileInvokingRowExtractionMethodTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/TargetInvocationWhileMethodInstantiationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/TargetInvocationWhileObsoleteEventExecuteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/TargetInvocationWhileSettingValueThruMethodAccessorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/TestAggregateMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ThreeTierBehaviorTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/UOWWithoutDescriptorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ValidationModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ValueHolderInstantiationMismatchTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/ValueNotFoundInClassIndicatorMappingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/validation/VariableOneToOneMappingIsNotDefinedProperlyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/AggregateWorkbenchIntegrationSubSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/AggregateWorkbenchIntegrationSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/BuildConstructorPorjectsDefaultReadOnlyClassesIsNotEmptyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/BuildDescriptorAddMultipleTableForeignKeyFieldNameTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/BuildDescriptorIsForInterfaceTrueTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/CMPDescriptorPessimisticLockingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/CMWorkbenchIntegrationSubSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/CMWorkbenchIntegrationSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/CollectionMappingIsMapPolicyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/CopyPolicyBuildsNewInstanceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/DirectMapMappingMWIntergrationSubSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/DirectMapMappingMWIntergrationSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/DirectMapMappingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/DuplicateDescriptorNameTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/Employee.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/EmployeeCustomSQLMWIntegrationSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/EmployeeSubProject.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/EmployeeWorkbenchIntegrationSubSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/EmployeeWorkbenchIntegrationSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/EventListenerCollectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ExpressionPersistence/ExpressionPersistenceSpecialTypesTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ExpressionPersistence/ExpressionPersistenceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ExpressionPersistence/ExpressionPersistenceTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ExpressionPersistence/ReportQueryTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/FactoryClassIsNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/FactoryMethodNameIsNotNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/FactoryMethodNameIsNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/GetAboutToInsertSelectorIsNotNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/GetAboutToUpdateSelectorIsNotNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/GetClassExtractionMethodNameIsNotNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/GetPostBuildSelectorIsNotNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/GetPostCloneSelectorIsNotNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/GetPostDeleteSelectorIsNotNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/GetPostInsertSelectorIsNotNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/GetPostMergeSelectorIsNotNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/GetPostRefreshSelectorIsNotNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/GetPostUpdateSelectorIsNotNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/GetPostWriteSelectorIsNotNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/GetPreDeleteSelectorIsNotNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/GetPreInsertSelectorIsNotNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/GetPreUpdateSelectorIsNotNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/GetPreWriteSelectorIsNotNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/GetReadAllSubclassesViewIsNotNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/GetRelationshipPartnerAttributeNameIsNotNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/GettersAndSettersForProjectClassGeneratorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/InheritanceWorkbenchIntegrationSubSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/InheritanceWorkbenchIntegrationSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/InsuranceORWorkbenchIntegrationSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/InterfaceWorkbenchIntegrationSubSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/InterfaceWorkbenchIntegrationSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/IsIsolatedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/MapPolicyIndirectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/MappingIsReadOnlyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/MappingModelWorkbenchIntegrationSubSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/MappingModelWorkbenchIntegrationSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/MappingWMIntegrationStoredProcedureTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/MappingWorkbenchIntegrationTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/MultipleTableModelWorkbenchIntegrationSubSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/MultipleTableModelWorkbenchIntegrationSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/NamedQueryLinesGetEJBQLStringIsNotNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/NamedQueryLinesIGetSQLStringIsNotNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/NamedQueryLinesIsReadObjectQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/NamedQueryLinesRedirectorNotNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/OneToOneMappingShouldUseJoiningTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/OneToOneMappingShouldVerifyDeleteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/OptimisticLockingLinesSelectedFieldsLockingPolicyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ProjectClassGeneratorInheritanceMappingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ProjectClassGeneratorNonUnicodeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ProjectClassGeneratorOrderByQueryKeysTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ProjectClassGeneratorResultFileTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ProjectClassGeneratorTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ProjectClassGeneratorUnicodeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ProjectClassGeneratorWithCMPDescriptorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ProjectClassGeneratorWithVariablesTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ProjectClassGeneratorWriteMethodTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ProjectXMLDatabaseTableNameTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ProjectXMLOrderByQueryKeysTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ProjectXMLQueryManagerQueryOrderTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ProjectXMLSortedCollectionMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ProjectXMLSortedCollectionMappingWithInvalidComparatorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ProjectXMLStoredFunctionCallTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ProjectXMLStoredProcedureCallTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ProjectXMLUTF16EncodingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ProjectXMLUTF8EncodingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ProxyIndirectionMWIntegrationSubSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ProxyIndirectionMWIntegrationSystem.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/QueryKeyIsAbstractQueryKeyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/QueryManagerHasDeleteQueryIsSQLCallQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/QueryManagerHasDoesExistQueryIsSQLCallQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/QueryManagerHasInsertQueryIsSQLCallQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/QueryManagerHasReadAllQueryIsSQLCallQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/QueryManagerHasReadObjectQueryIsSQLCallQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/QueryManagerHasUpdateQueryIsSQLCallQueryTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/QueryManagerPropertyLinesAssumeExistenceForDoesExistTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/QueryManagerPropertyLinesAssumeNonExistenceForDoesExistTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/QueryOptions/CacheQueryResultsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/QueryOptions/DoNotUseDistinctTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/QueryOptions/FirstResultTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/QueryOptions/MaxRowsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/QueryOptions/MemoryQueryReturnConfirmedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/QueryOptions/MemoryQueryReturnNotConfirmedTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/QueryOptions/MemoryQueryThrowExceptionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/QueryOptions/MemoryQueryTriggerIndirectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/QueryOptions/QueryManagerTimeoutTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/QueryOptions/QueryOptionTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/QueryOptions/QueryTimeOutTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/QueryOptions/RefreshIdentityMapResultsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/QueryOptions/ShouldPrepareTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/QueryOptions/UseDistinctTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/QueryShouldMaintainCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ReturningPolicyWorkbenchIntegrationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/RuntimeCustomSQLQueriesTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/SequencingWorkbenchIntegrationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ShouldAlwaysConformResultsInUnitOfWorkTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ShouldAlwaysRefreshCacheOnRemoteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ShouldAlwaysRefreshCacheTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ShouldBeReadOnlyTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ShouldDisableCacheHitsOnRemoteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ShouldDisableCacheHitsTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ShouldOnlyRefreshCacheIfNewerVersionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ShouldUseBatchReadingOnMappingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ShouldUseCacheIdentityMapTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ShouldUseClassNameAsIndicatorTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ShouldUseHardCacheWeakIdentityMapTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ShouldUseNoIdentityMapTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ShouldUseRemoteCacheIdentityMapTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ShouldUseRemoteHardCacheWeakIdentityMap.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ShouldUseRemoteNoIdentityMapTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ShouldUseRemoteWeakIdentityMap.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/ShouldUseWeakIdentityMapTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/TimestampLockingPolicyUseLocalTimeTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/TransformationMappingUsesBasicIndirectionTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/TransparentIndirectionPolicyInstanceTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/TypeConversionConverterDataClassIsArrayTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/TypeConversionConverterObjectClassIsArrayTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/UseCollectionClassOnMappingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/UseTransparentMapOnCollectionMapping.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/VariableOneToOneMappingClassIndicatorFieldTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/VariableOneToOneMappingUniquePKTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/VersionLockingPolicyStoreInObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/WorkbenchIntegrationSystemHelper.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/workbenchintegration/XMLProjectWriterTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/writing/BidirectionalInsertTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/writing/BidirectionalInsertWithPartialRegisterationTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/writing/CommitOrderTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/writing/ComplexDeleteTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/writing/ComplexUpdateAndUnitOfWorkTestModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/writing/ComplexUpdateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/writing/ComplexUpdateTestSuite.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/writing/NoIdentityUpdateTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/writing/UpdateChangeNothingTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/writing/UpdateChangeObjectTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/writing/UpdateChangeValueTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/writing/UpdateDeepOwnershipTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/writing/UpdateToNullTest.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/tools/beans/ExpressionNode.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/tools/beans/ExpressionPanel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/tools/beans/ExpressionTreeModel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/tools/beans/MessageDialog.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/tools/beans/TextAreaOutputStream.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/tools/history/HistoryFacade.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/tools/refactoring/CodingStandard.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/tools/sessionconsole/ClassInfo.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/tools/sessionconsole/ClassInfoCompare.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/tools/sessionconsole/LoginEditorDialog.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/tools/sessionconsole/LoginEditorPanel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/tools/sessionconsole/ProfileBrowser.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/tools/sessionconsole/ProfileBrowserPanel.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/tools/sessionconsole/SessionConsole.java already added, skipping [zip] foundation/eclipselink.core.test/src/org/eclipse/persistence/tools/sessionconsole/SessionConsolePanel.java already added, skipping package-tst-jar-zip: [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/eclipselink-test-jars.zip build-sdo-javadocs: [unzip] Expanding: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/plugins/commonj.sdo.source_2.1.1.v201112051852.jar into /home/jenkins/agent/workspace/eclipselink-nightly-2.6/build/commonj.sdo/src [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/SDODataFactory.java:28: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/delegates/SDOTypeHelperDelegate.java:1101: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/SDOTypeHelper.java:42: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/SDOTypeHelper.java:51: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/SDOTypeHelper.java:66: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/SDOTypeHelper.java:74: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/SDOTypeHelper.java:88: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/SDOTypeHelper.java:115: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/SDOXMLHelper.java:64: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/SDOXMLHelper.java:78: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/SDOXMLHelper.java:92: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/SDOXMLHelper.java:113: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/SDOXMLHelper.java:127: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/SDOXMLHelper.java:141: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/SDOXMLHelper.java:149: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/SDOXSDHelper.java:40: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/SDOXSDHelper.java:49: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/SDOXSDHelper.java:58: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/SDOXSDHelper.java:66: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/SDOXSDHelper.java:74: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOChangeSummary.java:201: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOChangeSummary.java:419: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOChangeSummary.java:436: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOChangeSummary.java:446: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOChangeSummary.java:845: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOChangeSummary.java:872: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOChangeSummary.java:900: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOChangeSummary.java:919: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOChangeSummary.java:954: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOChangeSummary.java:964: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOChangeSummary.java:975: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOChangeSummary.java:986: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOChangeSummary.java:582: warning - Tag @link: reference not found: ChangeSummary.Setting setting [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOChangeSummary.java:382: warning - Tag @link: reference not found: ChangeSummary.Setting settings [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOChangeSummary.java:382: warning - Tag @link: reference not found: ChangeSummary.Setting settings [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOChangeSummary.java:582: warning - Tag @link: reference not found: ChangeSummary.Setting setting [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDODataObject.java:1430: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDODataObject.java:1884: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDODataObject.java:2023: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDODataObject.java:2134: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDODataObject.java:2159: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDODataObject.java:2211: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDODataObject.java:2555: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDODataObject.java:2765: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOHelper.java:70: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOHelper.java:88: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOHelper.java:106: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOHelper.java:124: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOHelper.java:142: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOHelper.java:162: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOHelper.java:183: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOHelper.java:201: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOHelper.java:219: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOHelper.java:237: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOHelper.java:255: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOHelper.java:273: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOHelper.java:291: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOHelper.java:320: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOHelper.java:371: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOHelper.java:390: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOHelper.java:409: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOHelper.java:428: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOHelper.java:447: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOHelper.java:466: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOHelper.java:485: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOHelper.java:504: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOHelper.java:523: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOHelper.java:542: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOHelper.java:563: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOHelper.java:591: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOResolvable.java:350: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/SDOSetting.java:31: warning - Tag @link: reference not found: javax.sound.midi.Sequence sequence [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:342: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:353: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/ListWrapper.java:120: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/ListWrapper.java:356: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/ListWrapper.java:370: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/ListWrapper.java:409: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/ListWrapper.java:546: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/ListWrapper.java:736: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/ListWrapper.java:821: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/MapKeyLookupResult.java:54: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/MapKeyLookupResult.java:63: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/SchemaResolverWrapper.java:165: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/SDOCopyHelper.java:959: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/SDOEqualityHelper.java:574: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/SDOTypesGenerator.java:2180: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/SDOTypesGenerator.java:2196: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/extension/OPStack.java:223: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/extension/SDOUtil.java:379: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/extension/SDOUtil.java:391: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/extension/SDOUtil.java:457: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/extension/SDOUtil.java:468: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/extension/SDOUtil.java:478: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/extension/SDOUtil.java:494: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/extension/SDOUtil.java:515: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/extension/SDOUtil.java:527: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/extension/XPathExpression.java:39: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/extension/XPathHelper.java:67: warning - @return tag has no arguments. [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/org.eclipse.persistence.sdo/src/org/eclipse/persistence/sdo/helper/extension/XPathHelper.java:368: warning - @return tag has no arguments. [javadoc] 100 warnings build-main-javadocs: [unzip] Expanding: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/plugins/javax.persistence.source_2.1.1.v201509150925.jar into /home/jenkins/agent/workspace/eclipselink-nightly-2.6/build/jpa21/src [unzip] Expanding: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/plugins/javax.xml.bind.source_2.2.12.v1410011542.jar into /home/jenkins/agent/workspace/eclipselink-nightly-2.6/build/javax.xml.bind/src [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/AdditionalCriteria.java:56: warning: no @return [javadoc] String value(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Array.java:54: warning: no @return [javadoc] String databaseType(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Array.java:49: warning: no @return [javadoc] Class targetClass() default void.class; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/BasicCollection.java:64: warning: no @return [javadoc] FetchType fetch() default LAZY; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/BasicCollection.java:70: warning: no @return [javadoc] Column valueColumn() default @Column; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/BasicMap.java:62: warning: no @return [javadoc] FetchType fetch() default LAZY; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/BasicMap.java:69: warning: no @return [javadoc] Column keyColumn() default @Column; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/BasicMap.java:75: warning: no @return [javadoc] Convert keyConverter() default @Convert; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/BasicMap.java:81: warning: no @return [javadoc] Column valueColumn() default @Column; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/BasicMap.java:87: warning: no @return [javadoc] Convert valueConverter() default @Convert; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/BatchFetch.java:48: warning: no @return [javadoc] int size() default -1; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/BatchFetch.java:40: warning: no @return [javadoc] BatchFetchType value() default BatchFetchType.JOIN; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Cache.java:103: warning: no @return [javadoc] boolean alwaysRefresh() default false; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Cache.java:126: warning: no @return [javadoc] CacheCoordinationType coordinationType() default SEND_OBJECT_CHANGES; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Cache.java:132: warning: no @return [javadoc] DatabaseChangeNotificationType databaseChangeNotificationType() default DatabaseChangeNotificationType.INVALIDATE; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Cache.java:120: warning: no @return [javadoc] boolean disableHits() default false; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Cache.java:88: warning: no @return [javadoc] int expiry() default -1; // minus one is no expiry. [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Cache.java:95: warning: no @return [javadoc] TimeOfDay expiryTimeOfDay() default @TimeOfDay(specified=false); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Cache.java:80: warning: no @return [javadoc] CacheIsolationType isolation() default SHARED; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Cache.java:113: warning: no @return [javadoc] boolean refreshOnlyIfNewer() default false; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Cache.java:72: warning: no @return [javadoc] boolean shared() default true; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Cache.java:63: warning: no @return [javadoc] int size() default 100; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Cache.java:57: warning: no @return [javadoc] CacheType type() default SOFT_WEAK; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/CacheIndex.java:43: warning: no @return [javadoc] String[] columnNames() default {}; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/CacheIndex.java:49: warning: no @return [javadoc] boolean updateable() default true; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/CacheInterceptor.java:38: warning: no @return [javadoc] Class value(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/ChangeTracking.java:42: warning: no @return [javadoc] ChangeTrackingType value() default AUTO; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/ClassExtractor.java:64: warning: no @return [javadoc] Class value(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/CloneCopyPolicy.java:67: warning: no @return [javadoc] String method(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/CloneCopyPolicy.java:76: warning: no @return [javadoc] String workingCopyMethod(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/CollectionTable.java:53: warning: no @return [javadoc] String catalog() default ""; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/CollectionTable.java:47: warning: no @return [javadoc] String name() default ""; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/CollectionTable.java:73: warning: no @return [javadoc] PrimaryKeyJoinColumn[] primaryKeyJoinColumns() default {}; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/CollectionTable.java:59: warning: no @return [javadoc] String schema() default ""; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/CollectionTable.java:79: warning: no @return [javadoc] UniqueConstraint[] uniqueConstraints() default {}; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/CompositeMember.java:46: warning: no @return [javadoc] String value(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/ConversionValue.java:33: warning: no @return [javadoc] String dataValue(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/ConversionValue.java:38: warning: no @return [javadoc] String objectValue(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Convert.java:70: warning: no @return [javadoc] String value() default "none"; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Converter.java:54: warning: no @return [javadoc] Class converterClass(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Converter.java:48: warning: no @return [javadoc] String name(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Converters.java:38: warning: no @return [javadoc] Converter[] value(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/CopyPolicy.java:51: warning: no @return [javadoc] Class value(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Customizer.java:41: warning: no @return [javadoc] Class value(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/DiscriminatorClass.java:33: warning: no @return [javadoc] String discriminator(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/DiscriminatorClass.java:38: warning: no @return [javadoc] Class value(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/ExistenceChecking.java:46: warning: no @return [javadoc] ExistenceType value() default CHECK_CACHE; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/FetchAttribute.java:47: warning: no @return [javadoc] String name(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/FetchGroup.java:62: warning: no @return [javadoc] FetchAttribute[] attributes(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/FetchGroup.java:51: warning: no @return [javadoc] String name(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/FetchGroup.java:57: warning: no @return [javadoc] boolean load() default false; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/FetchGroups.java:37: warning: no @return [javadoc] FetchGroup[] value(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/HashPartitioning.java:48: warning: no @return [javadoc] String name(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/HashPartitioning.java:57: warning: no @return [javadoc] Column partitionColumn(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/HashPartitioning.java:63: warning: no @return [javadoc] String[] connectionPools() default {}; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/HashPartitioning.java:69: warning: no @return [javadoc] boolean unionUnpartitionableQueries() default false; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Index.java:41: warning: no @return [javadoc] String catalog() default ""; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Index.java:52: warning: no @return [javadoc] String[] columnNames() default {}; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Index.java:35: warning: no @return [javadoc] String name() default ""; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Index.java:38: warning: no @return [javadoc] String schema() default ""; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Index.java:44: warning: no @return [javadoc] String table() default ""; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/JoinFetch.java:42: warning: no @return [javadoc] JoinFetchType value() default JoinFetchType.INNER; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/MapKeyConvert.java:59: warning: no @return [javadoc] String value() default "none"; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Multitenant.java:53: warning: no @return [javadoc] boolean includeCriteria() default true; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Multitenant.java:44: warning: no @return [javadoc] MultitenantType value() default MultitenantType.SINGLE_TABLE; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Mutable.java:39: warning: no @return [javadoc] boolean value() default true; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/NamedStoredFunctionQueries.java:34: warning: no @return [javadoc] NamedStoredFunctionQuery[] value(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/NamedStoredFunctionQuery.java:54: warning: no @return [javadoc] String functionName(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/NamedStoredFunctionQuery.java:39: warning: no @return [javadoc] String name(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/NamedStoredFunctionQuery.java:71: warning: no @return [javadoc] StoredProcedureParameter returnParameter(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/NamedStoredFunctionQuery.java:61: warning: no @return [javadoc] boolean callByIndex() default false; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/NamedStoredFunctionQuery.java:44: warning: no @return [javadoc] QueryHint[] hints() default {}; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/NamedStoredFunctionQuery.java:66: warning: no @return [javadoc] StoredProcedureParameter[] parameters() default {}; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/NamedStoredFunctionQuery.java:49: warning: no @return [javadoc] String resultSetMapping() default ""; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/NamedStoredProcedureQueries.java:35: warning: no @return [javadoc] NamedStoredProcedureQuery[] value(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/NamedStoredProcedureQuery.java:42: warning: no @return [javadoc] String name(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/NamedStoredProcedureQuery.java:76: warning: no @return [javadoc] String procedureName(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/NamedStoredProcedureQuery.java:98: warning: no @return [javadoc] boolean callByIndex() default false; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/NamedStoredProcedureQuery.java:47: warning: no @return [javadoc] QueryHint[] hints() default {}; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/NamedStoredProcedureQuery.java:90: warning: no @return [javadoc] boolean multipleResultSets() default false; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/NamedStoredProcedureQuery.java:103: warning: no @return [javadoc] StoredProcedureParameter[] parameters() default {}; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/NamedStoredProcedureQuery.java:54: warning: no @return [javadoc] Class resultClass() default void.class; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/NamedStoredProcedureQuery.java:59: warning: no @return [javadoc] Class[] resultClasses() default {}; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/NamedStoredProcedureQuery.java:66: warning: no @return [javadoc] String resultSetMapping() default ""; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/NamedStoredProcedureQuery.java:71: warning: no @return [javadoc] String[] resultSetMappings() default {}; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/NamedStoredProcedureQuery.java:83: warning: no @return [javadoc] boolean returnsResultSet() default false; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/ObjectTypeConverter.java:65: warning: no @return [javadoc] ConversionValue[] conversionValues(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/ObjectTypeConverter.java:47: warning: no @return [javadoc] String name(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/ObjectTypeConverter.java:53: warning: no @return [javadoc] Class dataType() default void.class; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/ObjectTypeConverter.java:71: warning: no @return [javadoc] String defaultObjectValue() default ""; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/ObjectTypeConverter.java:59: warning: no @return [javadoc] Class objectType() default void.class; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/ObjectTypeConverters.java:39: warning: no @return [javadoc] ObjectTypeConverter[] value(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/OptimisticLocking.java:54: warning: no @return [javadoc] boolean cascade() default false; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/OptimisticLocking.java:48: warning: no @return [javadoc] Column[] selectedColumns() default {}; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/OptimisticLocking.java:42: warning: no @return [javadoc] OptimisticLockingType type() default VERSION_COLUMN; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Partitioned.java:49: warning: no @return [javadoc] String value(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Partitioning.java:48: warning: no @return [javadoc] String name(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/Partitioning.java:53: warning: no @return [javadoc] Class partitioningClass(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/PinnedPartitioning.java:46: warning: no @return [javadoc] String connectionPool(); [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/annotations/PinnedPartitioning.java:41: warning: no @return [javadoc] String name(); [javadoc] ^ [javadoc] 100 warnings build-nosql-javadocs: [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/adapters/mongo/MongoConnectionSpec.java:27: error: package com.mongodb does not exist [javadoc] import com.mongodb.ReadPreference; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/adapters/mongo/MongoConnectionSpec.java:28: error: package com.mongodb does not exist [javadoc] import com.mongodb.WriteConcern; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/adapters/mongo/OIDSequence.java:17: error: package org.bson.types does not exist [javadoc] import org.bson.types.ObjectId; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.oracle.nosql/src/org/eclipse/persistence/eis/adapters/aq/AQPlatform.java:22: error: package oracle.AQ does not exist [javadoc] import oracle.AQ.*; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.oracle.nosql/src/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:27: error: package oracle.kv does not exist [javadoc] import oracle.kv.Consistency; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.oracle.nosql/src/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:28: error: package oracle.kv does not exist [javadoc] import oracle.kv.Durability; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.oracle.nosql/src/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:29: error: package oracle.kv does not exist [javadoc] import oracle.kv.Version; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.oracle.nosql/src/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:255: warning: no @param for record [javadoc] protected void convertRecordBytesToString(OracleNoSQLRecord record) { [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.oracle.nosql/src/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:321: warning: no @param for descriptor [javadoc] protected Object createMajorKey(ClassDescriptor descriptor, AbstractRecord record, EISInteraction interaction, EISAccessor accessor) { [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.oracle.nosql/src/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:321: warning: no @param for record [javadoc] protected Object createMajorKey(ClassDescriptor descriptor, AbstractRecord record, EISInteraction interaction, EISAccessor accessor) { [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.oracle.nosql/src/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:321: warning: no @param for interaction [javadoc] protected Object createMajorKey(ClassDescriptor descriptor, AbstractRecord record, EISInteraction interaction, EISAccessor accessor) { [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.oracle.nosql/src/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:321: warning: no @param for accessor [javadoc] protected Object createMajorKey(ClassDescriptor descriptor, AbstractRecord record, EISInteraction interaction, EISAccessor accessor) { [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.oracle.nosql/src/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:321: warning: no @return [javadoc] protected Object createMajorKey(ClassDescriptor descriptor, AbstractRecord record, EISInteraction interaction, EISAccessor accessor) { [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:111: warning: no @return [javadoc] public boolean isLikeRegex() { [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:118: warning: no @param for isLikeRegex [javadoc] public void setIsLikeRegex(boolean isLikeRegex) { [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:341: warning: no @param for expression [javadoc] protected void appendExpressionToQueryRow(Expression expression, AbstractRecord row, DatabaseQuery query) { [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:341: warning: no @param for row [javadoc] protected void appendExpressionToQueryRow(Expression expression, AbstractRecord row, DatabaseQuery query) { [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:341: warning: no @param for query [javadoc] protected void appendExpressionToQueryRow(Expression expression, AbstractRecord row, DatabaseQuery query) { [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:431: warning: no @param for expression [javadoc] protected void appendExpressionToSortRow(Expression expression, AbstractRecord row, DatabaseQuery query) { [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:431: warning: no @param for row [javadoc] protected void appendExpressionToSortRow(Expression expression, AbstractRecord row, DatabaseQuery query) { [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:431: warning: no @param for query [javadoc] protected void appendExpressionToSortRow(Expression expression, AbstractRecord row, DatabaseQuery query) { [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:452: warning: no @param for expression [javadoc] protected Object extractValueFromExpression(Expression expression, DatabaseQuery query) { [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:452: warning: no @param for query [javadoc] protected Object extractValueFromExpression(Expression expression, DatabaseQuery query) { [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:452: warning: no @return [javadoc] protected Object extractValueFromExpression(Expression expression, DatabaseQuery query) { [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/annotations/Field.java:37: warning: no @return [javadoc] String name() default ""; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/annotations/JoinField.java:37: warning: no @return [javadoc] String name() default ""; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/annotations/JoinField.java:42: warning: no @return [javadoc] String referencedFieldName() default ""; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/annotations/NoSql.java:59: warning: no @return [javadoc] DataFormatType dataFormat() default DataFormatType.XML; [javadoc] ^ [javadoc] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/org.eclipse.persistence.nosql/src/org/eclipse/persistence/nosql/annotations/NoSql.java:54: warning: no @return [javadoc] String dataType() default ""; [javadoc] ^ [javadoc] 29 warnings build-jpars-javadocs: [javadoc] Generating Javadoc [javadoc] Javadoc execution build-javadocs: package-javadoc-zip: [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/eclipselink-javadocs.zip [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/nosql-javadocs.zip [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/eclipselink-jpars-javadocs.zip [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo-javadocs.zip package-installer-zip: [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/build [unzip] Expanding: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/plugins/javax.persistence.source_2.1.1.v201509150925.jar into /home/jenkins/agent/workspace/eclipselink-nightly-2.6/build/jpa21/src [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/eclipselink.zip [echo] moxytest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test' [echo] moxytest.2.trunk.dir = '../..' [echo] oep.nosql.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/../../plugins/org.eclipse.persistence.nosql_2.6.10.v20220910-5fc36efa7a.jar' clean-installer-reports: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/reports/installer clean: compile-tests: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/classes [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/antbuild.xml:976: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 1297 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 1 warning [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/antbuild.xml:976: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 2689 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 1 warning [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/antbuild.xml:976: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 4 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] 1 warning run-installer-tests: [mkdir] Created dir: /tmp/build579035640 [echo] /tmp/build579035640 [unzip] Expanding: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/eclipselink.zip into /tmp/build579035640 [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/reports/installer [junit] Running org.eclipse.persistence.testing.jaxb.installer.InstallerTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.809 sec [delete] Deleting directory /tmp/build579035640 installer-junit-report: [junitreport] Processing /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/reports/installer/TESTS-TestSuites.xml to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/reports/installer/junit-noframes.html [junitreport] Loading stylesheet jar:file:/opt/java/ant/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-noframes.xsl [junitreport] Transform time: 348ms test-package-installer-zip: package-eclipselink-nosql-install: [zip] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/eclipselink-plugins-nosql.zip package-all: generate-nightly-p2-site: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/build/p2repo/2.6.10.v20220910-5fc36efa7a [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/build/p2repo/2.6.10.v20220910-5fc36efa7a [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/build/p2repo/2.6.10.v20220910-5fc36efa7a init: [echo] ant.project.name ='features' [echo] basedir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features' [echo] feature.build.location ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features' [echo] feature.2.base.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/..' [echo] feature.common.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/common' [echo] feature.2.buildsys.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/../buildsystem' [echo] feature.2.common.plugins.dir='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/../plugins' [echo] feature.2.jpa.plugins.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/../jpa/plugins' [echo] feature.2.sdo.plugins.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/../sdo/plugins' [echo] feature.2.util.plugins.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/../utils/plugins' [echo] --- [echo] custom.tasks.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/buildsystem/ant_customizations.jar' [echo] custom.echo.task.class ='org.eclipse.persistence.buildtools.ant.taskdefs.Say' [echo] custom.selectbundle.task.class ='org.eclipse.persistence.buildtools.ant.taskdefs.SelectBundle' [echo] --- [echo] release.version ='2.6.10' [echo] version.qualifier ='v20220910-5fc36efa7a' [echo] version.string ='2.6.10.v20220910-5fc36efa7a' [echo] eclipselink.install.prefix ='eclipselink' [echo] eclipselink.plugins.install.prefix='eclipselink-plugins' [echo] eclipselink.nosql.install.prefix ='eclipselink-plugins-nosql' [echo] eclipselink.zip.suffix ='.zip' [echo] classes.dir ='classes' [echo] specification.vendor ='Eclipse.org - EclipseLink Project' [echo] p2.archive.presigned.zip ='eclipselink-P2-2.6.10.v20220910-5fc36efa7a.zip' [echo] build.id ='2.6.10' [echo] --- [echo] feature.build.dir ='classes/features' [echo] bundle.working.dir ='classes/plugins' [echo] --- [echo] p2.SDK.install.dir ='/home/jenkins/extension.lib.external/eclipse' [say] p2.SDK.plugin.dir ='/home/jenkins/extension.lib.external/eclipse/plugins' [echo] p2.publisher.jar ='org.eclipse.equinox.p2.publisher_*.jar' [echo] p2.launcher.jar ='org.eclipse.equinox.launcher_*.jar' [echo] p2.artifact.jar ='org.eclipse.equinox.artifact.repository_*.jar' [echo] signing.script ='dir' [echo] signing.dir ='/opt/public/download-staging.priv/rt/eclipselink' [echo] --- [echo] p2.composite.home.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/p2site/__EL-CompositeRepositoryTest2Site' [echo] p2.repos.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/build/p2repo/2.6.10.v20220910-5fc36efa7a' [echo] p2.mirror.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/p2site/__EL-MirroredRepoSite' [echo] p2.feature.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/build/p2repo/2.6.10.v20220910-5fc36efa7a/features' [echo] p2.bundle.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/build/p2repo/2.6.10.v20220910-5fc36efa7a/plugins' [say] bundle.install.file ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/eclipselink-plugins.zip' [say] nosql.install.file ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/eclipselink-plugins-nosql.zip' [echo] site.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/classes' [echo] site.dir.url ='file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/classes' [echo] site.url ='file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/classes/site.xml' [echo] --- [echo] p2.repos.url ='file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/build/p2repo/2.6.10.v20220910-5fc36efa7a' [echo] p2.mirror.url ='file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/p2site/__EL-MirroredRepoSite' [echo] p2.release.repos.name ='EclipseLink Release Repository' [echo] p2.milestone.repos.name ='EclipseLink Milestone Repository' [echo] p2.nightly.repos.name ='EclipseLink Nightly Build Repository' [echo] p2.release.repos.url ='http://download.eclipse.org/rt/eclipselink/updates' [echo] p2.milestone.repos.url ='http://download.eclipse.org/rt/eclipselink/incremental-updates/milestone' [echo] p2.nightly.repos.url ='http://download.eclipse.org/rt/eclipselink/incremental-updates/nightly' [echo] metadata.repos.name ='"EclipseLink Nightly Build Repository"' [echo] artifact.repos.name ='"EclipseLink Incremental Artifacts"' populate-p2-site: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/build/p2repo/2.6.10.v20220910-5fc36efa7a/plugins [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/build/p2repo/2.6.10.v20220910-5fc36efa7a/features [unzip] Expanding: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/eclipselink-plugins.zip into /home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/build/p2repo/2.6.10.v20220910-5fc36efa7a/plugins [unzip] Expanding: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/eclipselink-plugins-nosql.zip into /home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/build/p2repo/2.6.10.v20220910-5fc36efa7a/plugins [unzip] Expanding: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/eclipselink-P2-2.6.10.v20220910-5fc36efa7a.zip into /home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/build/p2repo/2.6.10.v20220910-5fc36efa7a/plugins [unzip] Expanding: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/features/eclipselink-P2-2.6.10.v20220910-5fc36efa7a.zip into /home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/build/p2repo/2.6.10.v20220910-5fc36efa7a/features create-site-for-generation: publish-p2-solitary: publish-p2-child: [echo] java.home ='/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.252.b09-0.fc30.x86_64/jre' [echo] p2.SDK.plugin.dir='/home/jenkins/extension.lib.external/eclipse/plugins' [echo] p2.launcher.jar ='org.eclipse.equinox.launcher_*.jar' [echo] p2.publisher.jar ='org.eclipse.equinox.p2.publisher_*.jar' [echo] ----- [echo] p2.repos.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/build/p2repo/2.6.10.v20220910-5fc36efa7a' [echo] p2.repos.url ='file://home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/build/p2repo/2.6.10.v20220910-5fc36efa7a' [p2] Generating metadata for .. [p2] Generation completed with success [0 seconds]. publish-p2-repos: assemble-repos: extract-build-artifacts: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/build/bundles/2.6.10/20220910 [echo] Extracting Build artifacts... [echo] from '/home/jenkins/agent/workspace/eclipselink-nightly-2.6' [echo] to '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/build/bundles/2.6.10/20220910' [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/build/bundles/2.6.10/20220910 [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/build/bundles/2.6.10/20220910 [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/build/bundles/2.6.10/20220910 [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/build/bundles/2.6.10/20220910 [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/build/bundles/2.6.10/20220910 [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/build/bundles/2.6.10/20220910 [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/build/bundles/2.6.10/20220910 [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/build/bundles/2.6.10/20220910 [echo] ---- AutoBuild.xml ---- [echo] build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6' set-defaults: [echo] [echo] git.exec ='/usr/bin/git' [echo] build.deps.dir = '/home/jenkins/extension.lib.external' [echo] build.tool.root = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6' [echo] hudson.workspace= '/home/jenkins/agent/workspace/eclipselink-nightly-2.6' [echo] M2_HOME = '/home/jenkins/extension.lib.external/apache-maven-3.6.0' [echo] [echo] branch = '2.6' get-git-hash: pre-init: [echo] 'M2_HOME' set to: '/home/jenkins/extension.lib.external/apache-maven-3.6.0' [echo] ANT_ARGS='${env.ANT_ARGS}' [echo] ANT_OPTS='${env.ANT_OPTS}' [echo] [echo] env.JAVA_HOME = '/usr/lib/jvm/java' [echo] env.ANT_HOME = '${env.ANT_HOME}' [echo] env.JUNIT_HOME = '${env.JUNIT_HOME}' [echo] env.MAVENANT_DIR= '${env.MAVENANT_DIR}' [echo] env.PATH = '${env.PATH}' [echo] env.CLASSPATH = '${env.CLASSPATH}' [echo] env.GIT_EXEC = '${env.GIT_EXEC}' [echo] env.TARGET = '${env.TARGET}' [echo] [echo] java.version ='1.8.0_252' [echo] os.name ='Linux' [echo] os.arch ='amd64' [echo] os.version ='5.14.14-200.fc34.x86_64' [echo] [echo] builddate.buildtime='20220910.0356' [echo] coretest.prop.file ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/mysql.jpa.test.properties' [echo] test.properties.run='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/mysql.jpa.test.properties' [echo] build.type ='SNAPSHOT' [echo] version.qualifier ='v20220910-5fc36efa7a' [echo] [echo] build.deps.dir ='/home/jenkins/extension.lib.external' [echo] build.tool.root ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6' [echo] hudson.workspace='/home/jenkins/agent/workspace/eclipselink-nightly-2.6' [echo] common-init: [echo] milestone.tag ='2.6.10-SNAPSHOT' [echo] branch.name ='${branch.name}' [echo] branch ='2.6' [echo] basedir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6' [echo] build.location ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6' [echo] extract.root.dir='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds' [echo] log.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/log' [echo] junit.dir ='/home/jenkins/extension.lib.external/junit' [echo] junit.lib ='/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] [echo] git.exec ='/usr/bin/git' [echo] [echo] EL version ='2.6.10' [echo] build.type ='SNAPSHOT' [echo] version.string ='2.6.10.v20220910-5fc36efa7a' [echo] build.number ='20220910' [echo] git.hash ='5fc36efa7a' [echo] [echo] milestone.tag ='2.6.10-SNAPSHOT' [echo] [echo] jdbc.driver.jar='/home/jenkins/extension.lib.external/mysql-connector-java-5.1.48.jar' [echo] db.driver ='com.mysql.jdbc.Driver' [echo] db.url ='jdbc:mysql://localhost/ecltest?useSSL=false' [echo] db.user ='root' [echo] db.pwd = ********** [echo] db.platform ='org.eclipse.persistence.platform.database.MySQLPlatform' init: cannot-generate-handoff: generate-handoff: [echo] Generating Publishing handoff file with the following values: [echo] procedure ='build' [echo] extract.loc ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/build/bundles/2.6.10/20220910' [echo] host ='Eclipse' [echo] milestone.tag='2.6.10-SNAPSHOT' [echo] handoff.file ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/handoff-file-build-2.6-v20220910-5fc36efa7a.dat' test-p2-repos: test-lrg: [echo] trunk.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6' [echo] env.CLASSPATH = '' [echo] java.class.path = '/opt/java/ant/lib/ant-launcher.jar:/opt/java/ant/lib/ant-antlr.jar:/opt/java/ant/lib/ant-apache-bcel.jar:/opt/java/ant/lib/ant-apache-bsf.jar:/opt/java/ant/lib/ant-apache-log4j.jar:/opt/java/ant/lib/ant-apache-oro.jar:/opt/java/ant/lib/ant-apache-regexp.jar:/opt/java/ant/lib/ant-apache-resolver.jar:/opt/java/ant/lib/ant-apache-xalan2.jar:/opt/java/ant/lib/ant-commons-logging.jar:/opt/java/ant/lib/ant-commons-net.jar:/opt/java/ant/lib/ant-imageio.jar:/opt/java/ant/lib/ant-jai.jar:/opt/java/ant/lib/ant-javamail.jar:/opt/java/ant/lib/ant-jdepend.jar:/opt/java/ant/lib/ant-jmf.jar:/opt/java/ant/lib/ant-jsch.jar:/opt/java/ant/lib/ant-junit.jar:/opt/java/ant/lib/ant-junit4.jar:/opt/java/ant/lib/ant-junitlauncher.jar:/opt/java/ant/lib/ant-launcher.jar:/opt/java/ant/lib/ant-netrexx.jar:/opt/java/ant/lib/ant-swing.jar:/opt/java/ant/lib/ant-testutil.jar:/opt/java/ant/lib/ant-xz.jar:/opt/java/ant/lib/ant.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.252.b09-0.fc30.x86_64/lib/tools.jar' [echo] user.home = '/home/jenkins' [echo] Loading user properties from: '/home/jenkins/build.properties' [echo] oracle.extensions.depend.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/../extension.oracle.lib.external' [echo] extensions.depend.dir = '/home/jenkins/extension.lib.external' [echo] junit.lib = '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' (if not set tests may not compile; let alone run) [echo] Loading default properties from: '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/build.properties' [echo] Ant version detected: 'Apache Ant(TM) version 1.10.7 compiled on September 1 2019' [echo] JDK version detected: '1.8.0_252' [echo] JDBC driver JAR: '/home/jenkins/extension.lib.external/mysql-connector-java-5.1.48.jar' clear-db: [echo] CORETEST_BEGINS... [echo] core_test.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test' [echo] core_test.2.base.dir = '../..' [echo] Loading /home/jenkins/build.properties... [echo] Notice: custom properties file '/home/jenkins/test.properties' not found to load. clear-database: [echo] CORETEST_BEGINS... [echo] core_test.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test' [echo] core_test.2.base.dir = '../..' [echo] Loading /home/jenkins/build.properties... [echo] Notice: custom properties file '/home/jenkins/test.properties' not found to load. init: [echo] core_test.src.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/src' [echo] core_test.resource.dir='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/resource' [echo] core_test.classes.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/classes' [echo] core_test.report.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/reports' [echo] core_test.run.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run' [echo] user.home ='/home/jenkins' [echo] test.properties='test.properties' [echo] extensions.depend.dir ='/home/jenkins/extension.lib.external' [echo] junit.lib ='/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] tools.lib ='/usr/lib/jvm/java/lib/tools.jar' init_eclipselink: [echo] Using EclipseLink.jar as 'product' in compile dependency. init_bundles: init_classes: init_paths: process-resource: [echo] Setup filtering values: [echo] dbUser: 'root' [echo] dbPassword: ******** [echo] driverClass: 'com.mysql.jdbc.Driver' [echo] dbURL 'jdbc:mysql://localhost/ecltest?useSSL=false' [echo] loglevel: 'info' [echo] boolvalue: 'false' [echo] dbPlatform: 'org.eclipse.persistence.platform.database.MySQLPlatform' [echo] [echo] Filter copying Resources (all but below) (default encoding): [echo] from '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/resource' [echo] to '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run' [copy] Copying 42 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run [echo] Filter copying Resources '**/Employee_utf16.xml' (UTF-16 encoding) [echo] from '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/resource' [echo] to '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run' [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run [echo] Filter copying Resources '**/NLSJapaneseMWIntegrationTestEmployeeProject.xml' (Shift_JIS encoding) [echo] from '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/resource' [echo] to '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run' [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run run-test: [echo] Running test on jdbc:mysql://localhost/ecltest?useSSL=false [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/reports [junit] Running org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest [junit] [EL Info]: 2022-09-10 04:02:11.071--DatabaseSessionImpl(434091818)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] Local Exception Stack: [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown database 'ecltest' [junit] Error Code: 1049 [junit] at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:331) [junit] at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:326) [junit] [EL Severe]: 2022-09-10 04:02:11.511--DatabaseSessionImpl(434091818)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] at org.eclipse.persistence.sessions.DefaultConnector.connect(DefaultConnector.java:138) [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown database 'ecltest' [junit] at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:162) [junit] Error Code: 1049 [junit] at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:346) [junit] [EL Warning]: 2022-09-10 04:02:11.514--Cannot login to the database (There is no English translation for this message.) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:309) [junit] [EL Warning]: 2022-09-10 04:02:11.549--DatabaseSessionImpl(434091818)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Exception Description: DatabaseAccessor not connected. [junit] at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connect(DatasourceAccessor.java:434) [junit] [EL Warning]: 2022-09-10 04:02:11.549--Failed to drop database (There is no English translation for this message.) [junit] at org.eclipse.persistence.internal.sessions.DatabaseSessionImpl.connect(DatabaseSessionImpl.java:436) [junit] at org.eclipse.persistence.internal.sessions.DatabaseSessionImpl.login(DatabaseSessionImpl.java:790) [junit] at org.eclipse.persistence.testing.framework.TestSystem.login(TestSystem.java:143) [junit] at org.eclipse.persistence.testing.framework.TestExecutor.getDefaultExecutor(TestExecutor.java:91) [junit] at org.eclipse.persistence.testing.framework.TestCase.runBare(TestCase.java:262) [junit] at junit.framework.TestResult$1.protect(TestResult.java:122) [junit] at junit.framework.TestResult.runProtected(TestResult.java:142) [junit] at junit.framework.TestResult.run(TestResult.java:125) [junit] at junit.framework.TestCase.run(TestCase.java:129) [junit] at junit.framework.TestSuite.runTest(TestSuite.java:252) [junit] at junit.framework.TestSuite.run(TestSuite.java:247) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1041) [junit] Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown database 'ecltest' [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [junit] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [junit] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [junit] at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) [junit] at com.mysql.jdbc.Util.getInstance(Util.java:408) [junit] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:944) [junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3933) [junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3869) [junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:864) [junit] at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1707) [junit] at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1217) [junit] at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2189) [junit] at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2220) [junit] at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2015) [junit] at com.mysql.jdbc.ConnectionImpl.(ConnectionImpl.java:768) [junit] at com.mysql.jdbc.JDBC4Connection.(JDBC4Connection.java:47) [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [junit] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [junit] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [junit] at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) [junit] at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:385) [junit] at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:323) [junit] at java.sql.DriverManager.getConnection(DriverManager.java:664) [junit] at java.sql.DriverManager.getConnection(DriverManager.java:208) [junit] at org.eclipse.persistence.sessions.DefaultConnector.connect(DefaultConnector.java:98) [junit] ... 18 more [junit] Local Exception Stack: [junit] Exception [EclipseLink-4005] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Exception Description: DatabaseAccessor not connected. [junit] at org.eclipse.persistence.exceptions.DatabaseException.databaseAccessorNotConnected(DatabaseException.java:123) [junit] at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:325) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:615) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:560) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2062) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeCall(AbstractSession.java:1534) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:247) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:318) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:300) [junit] at org.eclipse.persistence.queries.DataReadQuery.executeNonCursor(DataReadQuery.java:197) [junit] at org.eclipse.persistence.queries.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:152) [junit] at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:911) [junit] at org.eclipse.persistence.queries.DataReadQuery.execute(DataReadQuery.java:137) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:3281) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1863) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1796) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeSelectingCall(AbstractSession.java:1963) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeSQL(AbstractSession.java:1979) [junit] at org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest.resetMySQL(ClearDatabaseSchemaTest.java:71) [junit] at org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest.test(ClearDatabaseSchemaTest.java:50) [junit] at org.eclipse.persistence.testing.framework.TestCase.executeTest(TestCase.java:545) [junit] at org.eclipse.persistence.testing.framework.TestCase.execute(TestCase.java:156) [junit] at org.eclipse.persistence.testing.framework.TestCase.runBare(TestCase.java:265) [junit] at junit.framework.TestResult$1.protect(TestResult.java:122) [junit] at junit.framework.TestResult.runProtected(TestResult.java:142) [junit] at junit.framework.TestResult.run(TestResult.java:125) [junit] at junit.framework.TestCase.run(TestCase.java:129) [junit] at junit.framework.TestSuite.runTest(TestSuite.java:252) [junit] at junit.framework.TestSuite.run(TestSuite.java:247) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1041) [junit] [EL Info]: connection: 2022-09-10 04:02:11.622--DatabaseSessionImpl(434091818)-- logout successful [junit] [EL Info]: 2022-09-10 04:02:11.622--DatabaseSessionImpl(434091818)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:02:11.631--DatabaseSessionImpl(434091818)-- login successful [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.814 sec test-core: [echo] CORETEST_BEGINS... [echo] core_test.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test' [echo] core_test.2.base.dir = '../..' [echo] Loading /home/jenkins/build.properties... [echo] Notice: custom properties file '/home/jenkins/test.properties' not found to load. test: [echo] CORETEST_BEGINS... [echo] core_test.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test' [echo] core_test.2.base.dir = '../..' [echo] Loading /home/jenkins/build.properties... [echo] Notice: custom properties file '/home/jenkins/test.properties' not found to load. init: [echo] core_test.src.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/src' [echo] core_test.resource.dir='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/resource' [echo] core_test.classes.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/classes' [echo] core_test.report.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/reports' [echo] core_test.run.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run' [echo] user.home ='/home/jenkins' [echo] test.properties='test.properties' [echo] extensions.depend.dir ='/home/jenkins/extension.lib.external' [echo] junit.lib ='/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] tools.lib ='/usr/lib/jvm/java/lib/tools.jar' init_eclipselink: [echo] Using EclipseLink.jar as 'product' in compile dependency. init_bundles: init_classes: init_paths: process-resource: [echo] Setup filtering values: [echo] dbUser: 'root' [echo] dbPassword: ******** [echo] driverClass: 'com.mysql.jdbc.Driver' [echo] dbURL 'jdbc:mysql://localhost/ecltest?useSSL=false' [echo] loglevel: 'info' [echo] boolvalue: 'false' [echo] dbPlatform: 'org.eclipse.persistence.platform.database.MySQLPlatform' [echo] [echo] Filter copying Resources (all but below) (default encoding): [echo] from '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/resource' [echo] to '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run' [copy] Copying 42 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run [echo] Filter copying Resources '**/Employee_utf16.xml' (UTF-16 encoding) [echo] from '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/resource' [echo] to '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run' [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run [echo] Filter copying Resources '**/NLSJapaneseMWIntegrationTestEmployeeProject.xml' (Shift_JIS encoding) [echo] from '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/resource' [echo] to '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run' [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run run-test: [echo] Running test on jdbc:mysql://localhost/ecltest?useSSL=false [junit] Running org.eclipse.persistence.testing.tests.TestRunModel [junit] [EL Info]: 2022-09-10 04:02:12.505--DatabaseSessionImpl(485041780)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:02:12.935--DatabaseSessionImpl(485041780)-- login successful [junit] [EL Warning]: 2022-09-10 04:02:13.216--DatabaseSessionImpl(485041780)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.WORKER' [junit] Error Code: 1051 [junit] Call: DROP TABLE WORKER [junit] Query: DataModifyQuery(sql="DROP TABLE WORKER") [junit] [EL Warning]: 2022-09-10 04:02:13.227--DatabaseSessionImpl(485041780)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.AGG_ADD' [junit] Error Code: 1051 [junit] Call: DROP TABLE AGG_ADD [junit] Query: DataModifyQuery(sql="DROP TABLE AGG_ADD") [junit] [EL Warning]: 2022-09-10 04:02:13.233--DatabaseSessionImpl(485041780)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.AGG_CLNT' [junit] Error Code: 1051 [junit] Call: DROP TABLE AGG_CLNT [junit] Query: DataModifyQuery(sql="DROP TABLE AGG_CLNT") [junit] [EL Warning]: 2022-09-10 04:02:13.238--DatabaseSessionImpl(485041780)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.AGG_ECNT' [junit] Error Code: 1051 [junit] Call: DROP TABLE AGG_ECNT [junit] Query: DataModifyQuery(sql="DROP TABLE AGG_ECNT") [junit] [EL Warning]: 2022-09-10 04:02:13.247--DatabaseSessionImpl(485041780)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.AGG_COM' [junit] Error Code: 1051 [junit] Call: DROP TABLE AGG_COM [junit] Query: DataModifyQuery(sql="DROP TABLE AGG_COM") [junit] [EL Warning]: 2022-09-10 04:02:13.253--DatabaseSessionImpl(485041780)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.AGG_EMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE AGG_EMP [junit] Query: DataModifyQuery(sql="DROP TABLE AGG_EMP") [junit] [EL Warning]: 2022-09-10 04:02:13.258--DatabaseSessionImpl(485041780)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.AGG_LAN' [junit] Error Code: 1051 [junit] Call: DROP TABLE AGG_LAN [junit] Query: DataModifyQuery(sql="DROP TABLE AGG_LAN") [junit] [EL Warning]: 2022-09-10 04:02:13.273--DatabaseSessionImpl(485041780)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.AGG_RES' [junit] Error Code: 1051 [junit] Call: DROP TABLE AGG_RES [junit] Query: DataModifyQuery(sql="DROP TABLE AGG_RES") [junit] [EL Warning]: 2022-09-10 04:02:13.278--DatabaseSessionImpl(485041780)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.AGGVEHICLE' [junit] Error Code: 1051 [junit] Call: DROP TABLE AGGVEHICLE [junit] Query: DataModifyQuery(sql="DROP TABLE AGGVEHICLE") [junit] [EL Warning]: 2022-09-10 04:02:13.283--DatabaseSessionImpl(485041780)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.AGENT' [junit] Error Code: 1051 [junit] Call: DROP TABLE AGENT [junit] Query: DataModifyQuery(sql="DROP TABLE AGENT") [junit] [EL Warning]: 2022-09-10 04:02:13.288--DatabaseSessionImpl(485041780)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.CUSTOMER' [junit] Error Code: 1051 [junit] Call: DROP TABLE CUSTOMER [junit] Query: DataModifyQuery(sql="DROP TABLE CUSTOMER") [junit] [EL Warning]: 2022-09-10 04:02:13.295--DatabaseSessionImpl(485041780)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.HOUSE' [junit] Error Code: 1051 [junit] Call: DROP TABLE HOUSE [junit] Query: DataModifyQuery(sql="DROP TABLE HOUSE") [junit] [EL Warning]: 2022-09-10 04:02:13.301--DatabaseSessionImpl(485041780)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.DEPENDANT' [junit] Error Code: 1051 [junit] Call: DROP TABLE DEPENDANT [junit] Query: DataModifyQuery(sql="DROP TABLE DEPENDANT") [junit] [EL Warning]: 2022-09-10 04:02:13.306--DatabaseSessionImpl(485041780)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.COMPANY_AGG' [junit] Error Code: 1051 [junit] Call: DROP TABLE COMPANY_AGG [junit] Query: DataModifyQuery(sql="DROP TABLE COMPANY_AGG") [junit] [EL Warning]: 2022-09-10 04:02:13.311--DatabaseSessionImpl(485041780)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.SINGLE_HOUSE' [junit] Error Code: 1051 [junit] Call: DROP TABLE SINGLE_HOUSE [junit] Query: DataModifyQuery(sql="DROP TABLE SINGLE_HOUSE") [junit] [EL Warning]: 2022-09-10 04:02:13.317--DatabaseSessionImpl(485041780)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.SELLING_POINT' [junit] Error Code: 1051 [junit] Call: DROP TABLE SELLING_POINT [junit] Query: DataModifyQuery(sql="DROP TABLE SELLING_POINT") [junit] [EL Warning]: 2022-09-10 04:02:13.322--DatabaseSessionImpl(485041780)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.BUILDER' [junit] Error Code: 1051 [junit] Call: DROP TABLE BUILDER [junit] Query: DataModifyQuery(sql="DROP TABLE BUILDER") [junit] [EL Warning]: 2022-09-10 04:02:13.327--DatabaseSessionImpl(485041780)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.BUILDER_HOUSE' [junit] Error Code: 1051 [junit] Call: DROP TABLE BUILDER_HOUSE [junit] Query: DataModifyQuery(sql="DROP TABLE BUILDER_HOUSE") [junit] [EL Warning]: 2022-09-10 04:02:13.331--DatabaseSessionImpl(485041780)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.BUILDER_SINGLE_HOUSE' [junit] Error Code: 1051 [junit] Call: DROP TABLE BUILDER_SINGLE_HOUSE [junit] Query: DataModifyQuery(sql="DROP TABLE BUILDER_SINGLE_HOUSE") [junit] [EL Warning]: 2022-09-10 04:02:13.336--DatabaseSessionImpl(485041780)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.BUILDER_SELLING_POINT' [junit] Error Code: 1051 [junit] Call: DROP TABLE BUILDER_SELLING_POINT [junit] Query: DataModifyQuery(sql="DROP TABLE BUILDER_SELLING_POINT") [junit] [EL Warning]: 2022-09-10 04:02:13.341--DatabaseSessionImpl(485041780)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.BUILDER_CUSTOMER' [junit] Error Code: 1051 [junit] Call: DROP TABLE BUILDER_CUSTOMER [junit] Query: DataModifyQuery(sql="DROP TABLE BUILDER_CUSTOMER") [junit] [EL Warning]: 2022-09-10 04:02:13.346--DatabaseSessionImpl(485041780)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.BUILDER_DEPENDANT' [junit] Error Code: 1051 [junit] Call: DROP TABLE BUILDER_DEPENDANT [junit] Query: DataModifyQuery(sql="DROP TABLE BUILDER_DEPENDANT") [junit] [EL Warning]: 2022-09-10 04:02:13.516--DatabaseSessionImpl(485041780)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.BUILDER_VEHICLE' [junit] Error Code: 1051 [junit] Call: DROP TABLE BUILDER_VEHICLE [junit] Query: DataModifyQuery(sql="DROP TABLE BUILDER_VEHICLE") [junit] [EL Warning]: 2022-09-10 04:02:13.522--DatabaseSessionImpl(485041780)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.Employee1' [junit] Error Code: 1051 [junit] Call: DROP TABLE Employee1 [junit] Query: DataModifyQuery(sql="DROP TABLE Employee1") [junit] [EL Warning]: 2022-09-10 04:02:13.527--DatabaseSessionImpl(485041780)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.EMP_LAN' [junit] Error Code: 1051 [junit] Call: DROP TABLE EMP_LAN [junit] Query: DataModifyQuery(sql="DROP TABLE EMP_LAN") [junit] [EL Warning]: 2022-09-10 04:02:13.568--DatabaseSessionImpl(485041780)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.STUDENT' [junit] Error Code: 1051 [junit] Call: DROP TABLE STUDENT [junit] Query: DataModifyQuery(sql="DROP TABLE STUDENT") [junit] [EL Warning]: 2022-09-10 04:02:13.574--DatabaseSessionImpl(485041780)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.GOLF_CLUB' [junit] Error Code: 1051 [junit] Call: DROP TABLE GOLF_CLUB [junit] Query: DataModifyQuery(sql="DROP TABLE GOLF_CLUB") [junit] [EL Warning]: 2022-09-10 04:02:13.579--DatabaseSessionImpl(485041780)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.MANUFACTURER' [junit] Error Code: 1051 [junit] Call: DROP TABLE MANUFACTURER [junit] Query: DataModifyQuery(sql="DROP TABLE MANUFACTURER") [junit] [EL Warning]: 2022-09-10 04:02:14.564--UnitOfWork(474488818)--Exception [EclipseLink-68] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The value of an aggregate in object [org.eclipse.persistence.testing.models.aggregate.Employee1@3fc9504b] is null. Null values not allowed for Aggregate mappings unless "Allow Null" is specified. [junit] Mapping: org.eclipse.persistence.mappings.AggregateObjectMapping[address] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.aggregate.Employee1 --> [DatabaseTable(Employee1)]) [junit] [EL Info]: connection: 2022-09-10 04:02:15.076--DatabaseSessionImpl(485041780)-- logout successful [junit] [EL Info]: 2022-09-10 04:02:15.09--DatabaseSessionImpl(235151116)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:02:15.095--DatabaseSessionImpl(235151116)-- login successful [junit] [EL Warning]: 2022-09-10 04:02:15.118--DatabaseSessionImpl(235151116)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.PHONE' [junit] Error Code: 1051 [junit] Call: drop table PHONE [junit] Query: DataModifyQuery(sql="drop table PHONE") [junit] [EL Warning]: 2022-09-10 04:02:15.119--DatabaseSessionImpl(235151116)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.RESPONS' [junit] Error Code: 1051 [junit] Call: drop table RESPONS [junit] Query: DataModifyQuery(sql="drop table RESPONS") [junit] [EL Warning]: 2022-09-10 04:02:15.12--DatabaseSessionImpl(235151116)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.SALARY' [junit] Error Code: 1051 [junit] Call: drop table SALARY [junit] Query: DataModifyQuery(sql="drop table SALARY") [junit] [EL Warning]: 2022-09-10 04:02:15.12--DatabaseSessionImpl(235151116)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.PROJ_EMP' [junit] Error Code: 1051 [junit] Call: drop table PROJ_EMP [junit] Query: DataModifyQuery(sql="drop table PROJ_EMP") [junit] [EL Warning]: 2022-09-10 04:02:15.121--DatabaseSessionImpl(235151116)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.LPROJECT' [junit] Error Code: 1051 [junit] Call: drop table LPROJECT [junit] Query: DataModifyQuery(sql="drop table LPROJECT") [junit] [EL Warning]: 2022-09-10 04:02:15.122--DatabaseSessionImpl(235151116)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.PROJECT' [junit] Error Code: 1051 [junit] Call: drop table PROJECT [junit] Query: DataModifyQuery(sql="drop table PROJECT") [junit] [EL Warning]: 2022-09-10 04:02:15.123--DatabaseSessionImpl(235151116)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.EMPLOYEE' [junit] Error Code: 1051 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2022-09-10 04:02:15.123--DatabaseSessionImpl(235151116)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.ADDRESS' [junit] Error Code: 1051 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Info]: 2022-09-10 04:02:15.363--DatabaseSessionImpl(1677984391)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:02:15.367--DatabaseSessionImpl(1677984391)-- login successful [junit] [EL Warning]: 2022-09-10 04:02:15.389--DatabaseSessionImpl(1677984391)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2022-09-10 04:02:15.39--DatabaseSessionImpl(1677984391)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Info]: connection: 2022-09-10 04:02:15.93--DatabaseSessionImpl(1677984391)-- logout successful [junit] [EL Info]: connection: 2022-09-10 04:02:15.931--DatabaseSessionImpl(235151116)-- logout successful [junit] [EL Info]: 2022-09-10 04:02:15.931--DatabaseSessionImpl(179060558)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:02:15.935--DatabaseSessionImpl(179060558)-- login successful [junit] [EL Warning]: 2022-09-10 04:02:15.955--DatabaseSessionImpl(179060558)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2022-09-10 04:02:15.957--DatabaseSessionImpl(179060558)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Warning]: 2022-09-10 04:02:16.547--DatabaseSessionImpl(179060558)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.CHILDNAM' [junit] Error Code: 1051 [junit] Call: drop table CHILDNAM [junit] Query: DataModifyQuery(sql="drop table CHILDNAM") [junit] [EL Info]: 2022-09-10 04:02:17.632--ServerSession(795156371)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:02:17.638--ServerSession(795156371)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:02:17.659--ServerSession(795156371)-- logout successful [junit] [EL Info]: connection: 2022-09-10 04:02:32.725--DatabaseSessionImpl(179060558)-- logout successful [junit] [EL Info]: 2022-09-10 04:02:32.725--DatabaseSessionImpl(2047812687)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:02:32.73--DatabaseSessionImpl(2047812687)-- login successful [junit] [EL Info]: 2022-09-10 04:02:33.06--ServerSession(1121370413)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:02:33.071--ServerSession(1121370413)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:02:33.115--ServerSession(1121370413)-- logout successful [junit] [EL Info]: connection: 2022-09-10 04:02:33.115--DatabaseSessionImpl(2047812687)-- logout successful [junit] [EL Info]: 2022-09-10 04:02:33.115--DatabaseSessionImpl(1657512321)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:02:33.12--DatabaseSessionImpl(1657512321)-- login successful [junit] [EL Warning]: 2022-09-10 04:02:33.155--DatabaseSessionImpl(1657512321)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.COL_M_IT' [junit] Error Code: 1051 [junit] Call: DROP TABLE COL_M_IT [junit] Query: DataModifyQuery(sql="DROP TABLE COL_M_IT") [junit] [EL Warning]: 2022-09-10 04:02:33.161--DatabaseSessionImpl(1657512321)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.COL_MENU' [junit] Error Code: 1051 [junit] Call: DROP TABLE COL_MENU [junit] Query: DataModifyQuery(sql="DROP TABLE COL_MENU") [junit] [EL Warning]: 2022-09-10 04:02:33.165--DatabaseSessionImpl(1657512321)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.COL_PERS' [junit] Error Code: 1051 [junit] Call: DROP TABLE COL_PERS [junit] Query: DataModifyQuery(sql="DROP TABLE COL_PERS") [junit] [EL Warning]: 2022-09-10 04:02:33.169--DatabaseSessionImpl(1657512321)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.COL_LOCA' [junit] Error Code: 1051 [junit] Call: DROP TABLE COL_LOCA [junit] Query: DataModifyQuery(sql="DROP TABLE COL_LOCA") [junit] [EL Warning]: 2022-09-10 04:02:33.173--DatabaseSessionImpl(1657512321)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.COL_R_LO' [junit] Error Code: 1051 [junit] Call: DROP TABLE COL_R_LO [junit] Query: DataModifyQuery(sql="DROP TABLE COL_R_LO") [junit] [EL Warning]: 2022-09-10 04:02:33.178--DatabaseSessionImpl(1657512321)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.COL_R_LO2' [junit] Error Code: 1051 [junit] Call: DROP TABLE COL_R_LO2 [junit] Query: DataModifyQuery(sql="DROP TABLE COL_R_LO2") [junit] [EL Warning]: 2022-09-10 04:02:33.182--DatabaseSessionImpl(1657512321)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.COL_DI_R' [junit] Error Code: 1051 [junit] Call: DROP TABLE COL_DI_R [junit] Query: DataModifyQuery(sql="DROP TABLE COL_DI_R") [junit] [EL Warning]: 2022-09-10 04:02:33.186--DatabaseSessionImpl(1657512321)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.COL_REST' [junit] Error Code: 1051 [junit] Call: DROP TABLE COL_REST [junit] Query: DataModifyQuery(sql="DROP TABLE COL_REST") [junit] [EL Warning]: 2022-09-10 04:02:33.19--DatabaseSessionImpl(1657512321)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.COL_SLOG' [junit] Error Code: 1051 [junit] Call: DROP TABLE COL_SLOG [junit] Query: DataModifyQuery(sql="DROP TABLE COL_SLOG") [junit] [EL Warning]: 2022-09-10 04:02:33.194--DatabaseSessionImpl(1657512321)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.COL_SERVICES' [junit] Error Code: 1051 [junit] Call: DROP TABLE COL_SERVICES [junit] Query: DataModifyQuery(sql="DROP TABLE COL_SERVICES") [junit] [EL Warning]: 2022-09-10 04:02:33.199--DatabaseSessionImpl(1657512321)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.COL_LICENSE' [junit] Error Code: 1051 [junit] Call: DROP TABLE COL_LICENSE [junit] Query: DataModifyQuery(sql="DROP TABLE COL_LICENSE") [junit] [EL Info]: connection: 2022-09-10 04:02:33.543--DatabaseSessionImpl(1657512321)-- logout successful [junit] [EL Info]: 2022-09-10 04:02:33.543--DatabaseSessionImpl(487964833)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:02:33.547--DatabaseSessionImpl(487964833)-- login successful [junit] [EL Warning]: 2022-09-10 04:02:34.146--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.OBJECT_A' doesn't exist [junit] Error Code: 1146 [junit] Call: Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_ [junit] Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_") [junit] [EL Warning]: 2022-09-10 04:02:34.147--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.OWNER_A' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE OWNER_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE [junit] Query: DataModifyQuery(sql="ALTER TABLE OWNER_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE") [junit] [EL Warning]: 2022-09-10 04:02:34.148--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.OWNER_C' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE OWNER_C DROP FOREIGN KEY OWNER_C_BACK_REF [junit] Query: DataModifyQuery(sql="ALTER TABLE OWNER_C DROP FOREIGN KEY OWNER_C_BACK_REF") [junit] [EL Warning]: 2022-09-10 04:02:34.148--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.OWNER_C' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE OWNER_C DROP FOREIGN KEY OWNER_C_ONE_TO_ONE [junit] Query: DataModifyQuery(sql="ALTER TABLE OWNER_C DROP FOREIGN KEY OWNER_C_ONE_TO_ONE") [junit] [EL Warning]: 2022-09-10 04:02:34.149--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.OWNER_E' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE OWNER_E DROP FOREIGN KEY OWNER_E_BACK_REF [junit] Query: DataModifyQuery(sql="ALTER TABLE OWNER_E DROP FOREIGN KEY OWNER_E_BACK_REF") [junit] [EL Warning]: 2022-09-10 04:02:34.15--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.OWNER_A' [junit] Error Code: 1051 [junit] Call: DROP TABLE OWNER_A [junit] Query: DataModifyQuery(sql="DROP TABLE OWNER_A") [junit] [EL Warning]: 2022-09-10 04:02:34.16--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.OWNER_B' [junit] Error Code: 1051 [junit] Call: DROP TABLE OWNER_B [junit] Query: DataModifyQuery(sql="DROP TABLE OWNER_B") [junit] [EL Warning]: 2022-09-10 04:02:34.165--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.OWNER_C' [junit] Error Code: 1051 [junit] Call: DROP TABLE OWNER_C [junit] Query: DataModifyQuery(sql="DROP TABLE OWNER_C") [junit] [EL Warning]: 2022-09-10 04:02:34.169--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.OWNER_D' [junit] Error Code: 1051 [junit] Call: DROP TABLE OWNER_D [junit] Query: DataModifyQuery(sql="DROP TABLE OWNER_D") [junit] [EL Warning]: 2022-09-10 04:02:34.173--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.OWNER_E' [junit] Error Code: 1051 [junit] Call: DROP TABLE OWNER_E [junit] Query: DataModifyQuery(sql="DROP TABLE OWNER_E") [junit] [EL Warning]: 2022-09-10 04:02:34.308--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2022-09-10 04:02:34.31--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Warning]: 2022-09-10 04:02:34.556--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table POLICY [junit] Query: DataModifyQuery(sql="drop table POLICY") [junit] [EL Warning]: 2022-09-10 04:02:35.007--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.MAP_EMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_EMP [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_EMP") [junit] [EL Warning]: 2022-09-10 04:02:35.012--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.MAP_EMSP' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_EMSP [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_EMSP") [junit] [EL Warning]: 2022-09-10 04:02:35.016--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.MAP_EMPH' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_EMPH [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_EMPH") [junit] [EL Warning]: 2022-09-10 04:02:35.02--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.MAP_PHO' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_PHO [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_PHO") [junit] [EL Warning]: 2022-09-10 04:02:35.024--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.MAP_CARD' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_CARD [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_CARD") [junit] [EL Warning]: 2022-09-10 04:02:35.029--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.MAP_COM' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_COM [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_COM") [junit] [EL Warning]: 2022-09-10 04:02:35.033--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.MAP_CUB' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_CUB [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_CUB") [junit] [EL Warning]: 2022-09-10 04:02:35.037--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.MAP_EMERGENCYEXIT' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_EMERGENCYEXIT [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_EMERGENCYEXIT") [junit] [EL Warning]: 2022-09-10 04:02:35.041--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.CUBICLE_EMERGENCYEXIT' [junit] Error Code: 1051 [junit] Call: DROP TABLE CUBICLE_EMERGENCYEXIT [junit] Query: DataModifyQuery(sql="DROP TABLE CUBICLE_EMERGENCYEXIT") [junit] [EL Warning]: 2022-09-10 04:02:35.044--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.MAP_SHIP' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_SHIP [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_SHIP") [junit] [EL Warning]: 2022-09-10 04:02:35.049--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.MAP_POL' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_POL [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_POL") [junit] [EL Warning]: 2022-09-10 04:02:35.053--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.MAP_ADD' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_ADD [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_ADD") [junit] [EL Warning]: 2022-09-10 04:02:35.057--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.MAP_MON' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_MON [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_MON") [junit] [EL Warning]: 2022-09-10 04:02:35.061--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.MAP_HRW' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_HRW [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_HRW") [junit] [EL Warning]: 2022-09-10 04:02:35.066--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.MAP_PERIPHERAL' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_PERIPHERAL [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_PERIPHERAL") [junit] [EL Warning]: 2022-09-10 04:02:35.069--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.MAP_SECURE' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_SECURE [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_SECURE") [junit] [EL Warning]: 2022-09-10 04:02:35.073--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.MAP_IDENTIFICATION' [junit] Error Code: 1051 [junit] Call: DROP TABLE MAP_IDENTIFICATION [junit] Query: DataModifyQuery(sql="DROP TABLE MAP_IDENTIFICATION") [junit] [EL Warning]: 2022-09-10 04:02:35.175--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.U_CON' [junit] Error Code: 1051 [junit] Call: DROP TABLE U_CON [junit] Query: DataModifyQuery(sql="DROP TABLE U_CON") [junit] [EL Warning]: 2022-09-10 04:02:35.18--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.U_EMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE U_EMP [junit] Query: DataModifyQuery(sql="DROP TABLE U_EMP") [junit] [EL Warning]: 2022-09-10 04:02:35.185--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.U_ADD' [junit] Error Code: 1051 [junit] Call: DROP TABLE U_ADD [junit] Query: DataModifyQuery(sql="DROP TABLE U_ADD") [junit] [EL Warning]: 2022-09-10 04:02:35.19--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.U_WEATH' [junit] Error Code: 1051 [junit] Call: DROP TABLE U_WEATH [junit] Query: DataModifyQuery(sql="DROP TABLE U_WEATH") [junit] [EL Warning]: 2022-09-10 04:02:35.194--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.CONCURRENT_ADDRESS' [junit] Error Code: 1051 [junit] Call: DROP TABLE CONCURRENT_ADDRESS [junit] Query: DataModifyQuery(sql="DROP TABLE CONCURRENT_ADDRESS") [junit] [EL Warning]: 2022-09-10 04:02:35.199--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.CONCURRENT_EMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE CONCURRENT_EMP [junit] Query: DataModifyQuery(sql="DROP TABLE CONCURRENT_EMP") [junit] [EL Warning]: 2022-09-10 04:02:35.204--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.CONCURRENT_PROJECT' [junit] Error Code: 1051 [junit] Call: DROP TABLE CONCURRENT_PROJECT [junit] Query: DataModifyQuery(sql="DROP TABLE CONCURRENT_PROJECT") [junit] [EL Warning]: 2022-09-10 04:02:35.208--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.CONCURRENT_PHONE' [junit] Error Code: 1051 [junit] Call: DROP TABLE CONCURRENT_PHONE [junit] Query: DataModifyQuery(sql="DROP TABLE CONCURRENT_PHONE") [junit] [EL Warning]: 2022-09-10 04:02:35.214--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.MUTABLE_TYPE' [junit] Error Code: 1051 [junit] Call: DROP TABLE MUTABLE_TYPE [junit] Query: DataModifyQuery(sql="DROP TABLE MUTABLE_TYPE") [junit] [EL Warning]: 2022-09-10 04:02:35.256--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.PROJECT_WORKER_BATCH' doesn't exist [junit] Error Code: 1146 [junit] Call: Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD [junit] Query: DataModifyQuery(sql="Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD") [junit] [EL Warning]: 2022-09-10 04:02:35.993--UnitOfWork(930987088)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '151' for key 'PRIMARY' [junit] Error Code: 1062 [junit] Call: INSERT INTO ADDRESS (ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?) [junit] bind => [6 parameters bound] [junit] Query: InsertObjectQuery(Address: Wallace, Wallace, , ) [junit] [EL Warning]: 2022-09-10 04:02:36.006--UnitOfWork(1775428887)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: Null or zero primary key encountered in UnitOfWork clone [Employee: Emanual Smith], primary key [null]. Set descriptor's IdValidation or the "eclipselink.id-validation" property. [junit] [EL Warning]: 2022-09-10 04:02:36.222--UnitOfWork(2066950947)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 153 [junit] [EL Warning]: 2022-09-10 04:02:36.29--UnitOfWork(795775690)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Address: 1111 Mountain Blvd. Floor 53, suite 6, LKO, BC, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [1,077,938,655], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Warning]: 2022-09-10 04:02:36.291--UnitOfWork(1250496477)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Address: 1 Nowhere Drive, Arnprior, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [2,044,878,959], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Warning]: 2022-09-10 04:02:36.297--UnitOfWork(1811786362)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Emanual Smith] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 151 [junit] [EL Warning]: 2022-09-10 04:02:36.326--UnitOfWork(151020702)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Smith] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 153 [junit] [EL Warning]: 2022-09-10 04:02:36.517--UnitOfWork(2032613967)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Employee: Emanual Smith], of class [class org.eclipse.persistence.testing.models.employee.domain.Employee], with identity hashcode (System.identityHashCode()) [1,305,777,754], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Warning]: 2022-09-10 04:02:36.689--UnitOfWork(1886391178)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '104' for key 'PRIMARY' [junit] Error Code: 1062 [junit] Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) [junit] bind => [2 parameters bound] [junit] [EL Warning]: 2022-09-10 04:02:36.731--UnitOfWork(1650307296)--Exception [EclipseLink-200] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: Attempt to register an object with dead indirection as a new object. Possibly the object was deleted or removed from the cache during a merge of a serialized clone. This is a concurrency violation, consider a locking strategy. [junit] Mapping: org.eclipse.persistence.mappings.OneToOneMapping[owner] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) [junit] [EL Warning]: 2022-09-10 04:02:36.755--DatabaseSessionImpl(487964833)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Exception Description: DatabaseAccessor not connected. [junit] [EL Warning]: 2022-09-10 04:02:36.772--UnitOfWork(794879594)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Address: 1111 Mountain Blvd. Floor 53, suite 6, Vancouver, BC, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [2,008,185,687], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Warning]: 2022-09-10 04:02:36.822--UnitOfWork(100869666)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column 'F_NAME' at row 1 [junit] Error Code: 1406 [junit] Call: UPDATE EMPLOYEE SET F_NAME = ?, VERSION = ? WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [4 parameters bound] [junit] Query: UpdateObjectQuery(Employee: firstName_maxfieldLength_0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 Smith) [junit] [EL Info]: connection: 2022-09-10 04:02:36.823--DatabaseSessionImpl(487964833)-- logout successful [junit] [EL Info]: 2022-09-10 04:02:36.823--DatabaseSessionImpl(1556116954)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:02:36.827--DatabaseSessionImpl(1556116954)-- login successful [junit] [EL Warning]: 2022-09-10 04:02:36.832--DatabaseSessionImpl(1556116954)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.CM_OBJ' [junit] Error Code: 1051 [junit] Call: DROP TABLE CM_OBJ [junit] Query: DataModifyQuery(sql="DROP TABLE CM_OBJ") [junit] [EL Info]: connection: 2022-09-10 04:02:36.932--DatabaseSessionImpl(1556116954)-- logout successful [junit] [EL Info]: 2022-09-10 04:02:36.932--DatabaseSessionImpl(542467430)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:02:36.937--DatabaseSessionImpl(542467430)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:02:37.005--DatabaseSessionImpl(542467430)-- logout successful [junit] [EL Info]: 2022-09-10 04:02:37.006--DatabaseSessionImpl(323287038)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:02:37.011--DatabaseSessionImpl(323287038)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:02:37.282--DatabaseSessionImpl(323287038)-- logout successful [junit] [EL Info]: 2022-09-10 04:02:37.283--DatabaseSessionImpl(323287038)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:02:37.292--DatabaseSessionImpl(323287038)-- login successful [junit] [EL Warning]: 2022-09-10 04:02:37.307--DatabaseSessionImpl(323287038)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2022-09-10 04:02:37.308--DatabaseSessionImpl(323287038)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Warning]: 2022-09-10 04:02:37.462--DatabaseSessionImpl(323287038)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.Read_Emp_Add does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE Read_Emp_Add [junit] Query: DataModifyQuery(sql="DROP PROCEDURE Read_Emp_Add") [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in SQLServer. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in SQLServer. Or Sybase or SQLAnywhere [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in SQLServer. Or Sybase or SQLAnywhere [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in SQLServer. Or Sybase or SQLAnywhere [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in SQLServer. Or Sybase or SQLAnywhere [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in SQLServer until EmployeeCustomeSQLSystem is modified [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in DB2, and not support jcc driver. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in DB2, and not support jcc driver. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test intended for Sybase and SQLAnywhere [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle9 [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle9 [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle9 [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle9 [junit] [EL Info]: 2022-09-10 04:02:37.64--ServerSession(1335460065)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:02:37.647--ServerSession(1335460065)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:02:37.647--ServerSession(1335460065)-- logout successful [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle9 [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] [EL Info]: connection: 2022-09-10 04:02:37.674--DatabaseSessionImpl(323287038)-- logout successful [junit] [EL Info]: 2022-09-10 04:02:37.674--DatabaseSessionImpl(1281445260)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:02:37.678--DatabaseSessionImpl(1281445260)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:02:37.775--DatabaseSessionImpl(1281445260)-- logout successful [junit] [EL Info]: 2022-09-10 04:02:37.776--DatabaseSessionImpl(676275686)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:02:37.778--DatabaseSessionImpl(676275686)-- login successful [junit] [EL Warning]: 2022-09-10 04:02:37.798--DatabaseSessionImpl(676275686)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2022-09-10 04:02:37.799--DatabaseSessionImpl(676275686)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Info]: connection: 2022-09-10 04:02:38.246--DatabaseSessionImpl(676275686)-- logout successful [junit] [EL Info]: 2022-09-10 04:02:38.246--DatabaseSessionImpl(979818878)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:02:38.249--DatabaseSessionImpl(979818878)-- login successful [junit] [EL Warning]: 2022-09-10 04:02:38.27--DatabaseSessionImpl(979818878)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2022-09-10 04:02:38.271--DatabaseSessionImpl(979818878)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Warning]: 2022-09-10 04:02:38.936--UnitOfWork(1115791983)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 310 [junit] [EL Warning]: 2022-09-10 04:02:38.964--UnitOfWork(294156754)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Smith] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 310 [junit] [EL Info]: connection: 2022-09-10 04:02:39.059--DatabaseSessionImpl(979818878)-- logout successful [junit] [EL Info]: 2022-09-10 04:02:39.06--DatabaseSessionImpl(5112121)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:02:39.063--DatabaseSessionImpl(5112121)-- login successful [junit] [EL Warning]: 2022-09-10 04:02:39.087--DatabaseSessionImpl(5112121)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2022-09-10 04:02:39.089--DatabaseSessionImpl(5112121)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Warning]: 2022-09-10 04:02:39.681--UnitOfWork(1654025375)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 359 [junit] [EL Warning]: 2022-09-10 04:02:39.706--UnitOfWork(202160578)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Smith] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 359 [junit] [EL Info]: connection: 2022-09-10 04:03:20.334--DatabaseSessionImpl(5112121)-- logout successful [junit] [EL Info]: 2022-09-10 04:03:20.335--DatabaseSessionImpl(1230121951)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:20.339--DatabaseSessionImpl(1230121951)-- login successful [junit] [EL Warning]: 2022-09-10 04:03:20.357--DatabaseSessionImpl(1230121951)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2022-09-10 04:03:20.358--DatabaseSessionImpl(1230121951)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Warning]: 2022-09-10 04:03:20.938--UnitOfWork(1151491527)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 406 [junit] [EL Warning]: 2022-09-10 04:03:20.962--UnitOfWork(1727565779)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Smith] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 406 [junit] [EL Info]: connection: 2022-09-10 04:03:21.033--DatabaseSessionImpl(1230121951)-- logout successful [junit] [EL Info]: 2022-09-10 04:03:21.033--DatabaseSessionImpl(212015831)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:21.036--DatabaseSessionImpl(212015831)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:03:21.173--DatabaseSessionImpl(212015831)-- logout successful [junit] [EL Info]: 2022-09-10 04:03:21.173--DatabaseSessionImpl(697269002)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:21.176--DatabaseSessionImpl(697269002)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:03:21.177--DatabaseSessionImpl(697269002)-- logout successful [junit] [EL Info]: 2022-09-10 04:03:21.177--DatabaseSessionImpl(1682096861)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:21.181--DatabaseSessionImpl(1682096861)-- login successful [junit] [EL Warning]: 2022-09-10 04:03:21.2--DatabaseSessionImpl(1682096861)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2022-09-10 04:03:21.201--DatabaseSessionImpl(1682096861)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Info]: connection: 2022-09-10 04:03:21.671--DatabaseSessionImpl(1682096861)-- logout successful [junit] [EL Info]: 2022-09-10 04:03:21.671--DatabaseSessionImpl(897056155)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:21.674--DatabaseSessionImpl(897056155)-- login successful [junit] [EL Warning]: 2022-09-10 04:03:21.692--DatabaseSessionImpl(897056155)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2022-09-10 04:03:21.693--DatabaseSessionImpl(897056155)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Info]: connection: 2022-09-10 04:03:21.985--DatabaseSessionImpl(897056155)-- logout successful [junit] [EL Info]: 2022-09-10 04:03:21.985--DatabaseSessionImpl(1203172736)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:21.988--DatabaseSessionImpl(1203172736)-- login successful [junit] [EL Warning]: 2022-09-10 04:03:22.005--DatabaseSessionImpl(1203172736)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2022-09-10 04:03:22.007--DatabaseSessionImpl(1203172736)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Info]: connection: 2022-09-10 04:03:22.44--DatabaseSessionImpl(1203172736)-- logout successful [junit] [EL Info]: 2022-09-10 04:03:22.44--DatabaseSessionImpl(343575932)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:22.444--DatabaseSessionImpl(343575932)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:03:22.772--DatabaseSessionImpl(343575932)-- logout successful [junit] [EL Info]: 2022-09-10 04:03:22.772--DatabaseSessionImpl(90005627)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:22.776--DatabaseSessionImpl(90005627)-- login successful [junit] [EL Warning]: 2022-09-10 04:03:23.976--UnitOfWork(1874451126)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.forceupdate.EmployeeTLIC Primary Key> 9 [junit] [EL Warning]: 2022-09-10 04:03:23.992--UnitOfWork(954933568)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.forceupdate.EmployeeTLIO Primary Key> 5 [junit] [EL Warning]: 2022-09-10 04:03:24.006--UnitOfWork(815131078)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.forceupdate.EmployeeVLIC Primary Key> 11 [junit] [EL Warning]: 2022-09-10 04:03:24.02--UnitOfWork(355876538)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.forceupdate.EmployeeVLIO Primary Key> 10 [junit] [EL Warning]: 2022-09-10 04:03:24.033--UnitOfWork(1567520676)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Address: 1450 Acme Cr., suite 4, Toronto, ONT, Canada] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.forceupdate.AddressTLIC Primary Key> 7 [junit] [EL Warning]: 2022-09-10 04:03:24.036--UnitOfWork(472483689)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Address: 1450 Acme Cr., suite 4, Toronto, ONT, Canada] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.forceupdate.AddressTLIC Primary Key> 7 [junit] [EL Warning]: 2022-09-10 04:03:24.044--UnitOfWork(1412782126)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Address: 1450 Acme Cr., suite 4, Toronto, ONT, Canada] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.forceupdate.AddressTLIO Primary Key> 2 [junit] [EL Warning]: 2022-09-10 04:03:24.047--UnitOfWork(1714896759)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Address: 1450 Acme Cr., suite 4, Toronto, ONT, Canada] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.forceupdate.AddressTLIO Primary Key> 2 [junit] [EL Warning]: 2022-09-10 04:03:24.055--UnitOfWork(2029406675)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Address: 1450 Acme Cr., suite 4, Toronto, ONT, Canada] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.forceupdate.AddressVLIC Primary Key> 4 [junit] [EL Warning]: 2022-09-10 04:03:24.058--UnitOfWork(607880834)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Address: 1450 Acme Cr., suite 4, Toronto, ONT, Canada] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.forceupdate.AddressVLIC Primary Key> 4 [junit] [EL Warning]: 2022-09-10 04:03:24.066--UnitOfWork(720759478)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Address: 1450 Acme Cr., suite 4, Toronto, ONT, Canada] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.forceupdate.AddressVLIO Primary Key> 6 [junit] [EL Warning]: 2022-09-10 04:03:24.069--UnitOfWork(1936262654)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Address: 1450 Acme Cr., suite 4, Toronto, ONT, Canada] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.forceupdate.AddressVLIO Primary Key> 6 [junit] [EL Info]: connection: 2022-09-10 04:03:24.074--DatabaseSessionImpl(90005627)-- logout successful [junit] [EL Info]: 2022-09-10 04:03:24.074--DatabaseSessionImpl(929100776)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:24.078--DatabaseSessionImpl(929100776)-- login successful [junit] [EL Warning]: 2022-09-10 04:03:24.099--DatabaseSessionImpl(929100776)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2022-09-10 04:03:24.101--DatabaseSessionImpl(929100776)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Info]: 2022-09-10 04:03:24.304--DatabaseSessionImpl(195949131)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:24.306--DatabaseSessionImpl(195949131)-- login successful [junit] [EL Info]: query: 2022-09-10 04:03:24.309--DatabaseSessionImpl(195949131)--Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Communication Failure occurred [junit] Error Code: 17004 [junit] Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS [junit] Query: ReadObjectQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS"). [junit] [EL Info]: connection: 2022-09-10 04:03:24.313--DatabaseSessionImpl(195949131)-- logout successful [junit] [EL Info]: 2022-09-10 04:03:24.314--ServerSession(55751887)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:24.314--ServerSession(55751887)-- login successful [junit] [EL Info]: query: 2022-09-10 04:03:24.317--ClientSession(58642425)--Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Communication Failure occurred [junit] Error Code: 17004 [junit] Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS [junit] Query: ReadObjectQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS"). [junit] [EL Warning]: 2022-09-10 04:03:24.319--ClientSession(2029885969)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Communication Failure occurred [junit] Error Code: 17004 [junit] Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS [junit] Query: ReadObjectQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS") [junit] [EL Info]: query: 2022-09-10 04:03:24.319--ClientSession(1322823327)--Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Communication Failure occurred [junit] Error Code: 17004 [junit] Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS [junit] Query: ReadObjectQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS"). [junit] [EL Info]: connection: 2022-09-10 04:03:24.32--ServerSession(55751887)-- logout successful [junit] [EL Info]: 2022-09-10 04:03:24.32--ServerSession(1433268548)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:24.321--ServerSession(1433268548)-- login successful [junit] [EL Info]: query: 2022-09-10 04:03:24.322--ClientSession(404458764)--Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Communication Failure occurred [junit] Error Code: 17004 [junit] Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS [junit] Query: ReadObjectQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS"). [junit] [EL Severe]: 2022-09-10 04:03:24.322--ServerSession(1433268548)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Connections unavailable [junit] Error Code: 0 [junit] [EL Info]: query: 2022-09-10 04:03:24.322--ClientSession(404458764)--Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Connections unavailable [junit] Error Code: 0 [junit] Query: ReadObjectQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS"). [junit] [EL Severe]: 2022-09-10 04:03:29.323--ServerSession(1433268548)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Connections unavailable [junit] Error Code: 0 [junit] [EL Info]: query: 2022-09-10 04:03:29.323--ClientSession(404458764)--Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Connections unavailable [junit] Error Code: 0 [junit] Query: ReadObjectQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS"). [junit] [EL Severe]: 2022-09-10 04:03:34.324--ServerSession(1433268548)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Connections unavailable [junit] Error Code: 0 [junit] [EL Warning]: 2022-09-10 04:03:34.324--ClientSession(404458764)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Connections unavailable [junit] Error Code: 0 [junit] Query: ReadObjectQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS") [junit] [EL Info]: connection: 2022-09-10 04:03:34.324--ServerSession(1433268548)-- logout successful [junit] [EL Info]: connection: 2022-09-10 04:03:34.324--DatabaseSessionImpl(929100776)-- logout successful [junit] [EL Info]: 2022-09-10 04:03:34.324--DatabaseSessionImpl(929707259)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:34.327--DatabaseSessionImpl(929707259)-- login successful [junit] [EL Warning]: 2022-09-10 04:03:34.501--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2022-09-10 04:03:34.502--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Warning]: 2022-09-10 04:03:35.172--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'PROJECT_WORKER_BATCH_HD'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD [junit] Query: DataModifyQuery(sql="Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD") [junit] [EL Warning]: 2022-09-10 04:03:35.841--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table POLICY [junit] Query: DataModifyQuery(sql="drop table POLICY") [junit] [EL Warning]: 2022-09-10 04:03:36.007--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.OBJECT_A' doesn't exist [junit] Error Code: 1146 [junit] Call: Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_ [junit] Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_") [junit] [EL Warning]: 2022-09-10 04:03:36.387--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.EVENTCUSTOMER' [junit] Error Code: 1051 [junit] Call: DROP TABLE EVENTCUSTOMER [junit] Query: DataModifyQuery(sql="DROP TABLE EVENTCUSTOMER") [junit] [EL Warning]: 2022-09-10 04:03:36.393--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.EASSOCIATIONS' [junit] Error Code: 1051 [junit] Call: DROP TABLE EASSOCIATIONS [junit] Query: DataModifyQuery(sql="DROP TABLE EASSOCIATIONS") [junit] [EL Warning]: 2022-09-10 04:03:36.398--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.EVENTORDER' [junit] Error Code: 1051 [junit] Call: DROP TABLE EVENTORDER [junit] Query: DataModifyQuery(sql="DROP TABLE EVENTORDER") [junit] [EL Warning]: 2022-09-10 04:03:36.403--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.EMAILACC' [junit] Error Code: 1051 [junit] Call: DROP TABLE EMAILACC [junit] Query: DataModifyQuery(sql="DROP TABLE EMAILACC") [junit] [EL Warning]: 2022-09-10 04:03:36.408--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.EPHONE' [junit] Error Code: 1051 [junit] Call: DROP TABLE EPHONE [junit] Query: DataModifyQuery(sql="DROP TABLE EPHONE") [junit] [EL Warning]: 2022-09-10 04:03:36.412--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.EADDRESS' [junit] Error Code: 1051 [junit] Call: DROP TABLE EADDRESS [junit] Query: DataModifyQuery(sql="DROP TABLE EADDRESS") [junit] [EL Warning]: 2022-09-10 04:03:36.454--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.PROJ' [junit] Error Code: 1051 [junit] Call: DROP TABLE PROJ [junit] Query: DataModifyQuery(sql="DROP TABLE PROJ") [junit] [EL Warning]: 2022-09-10 04:03:36.46--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.LPROJ' [junit] Error Code: 1051 [junit] Call: DROP TABLE LPROJ [junit] Query: DataModifyQuery(sql="DROP TABLE LPROJ") [junit] [EL Warning]: 2022-09-10 04:03:36.465--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.BUDGET' [junit] Error Code: 1051 [junit] Call: DROP TABLE BUDGET [junit] Query: DataModifyQuery(sql="DROP TABLE BUDGET") [junit] [EL Warning]: 2022-09-10 04:03:36.487--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TESTTABLE1' [junit] Error Code: 1051 [junit] Call: DROP TABLE TESTTABLE1 [junit] Query: DataModifyQuery(sql="DROP TABLE TESTTABLE1") [junit] [EL Warning]: 2022-09-10 04:03:37.0--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.SEQTESTTABLE1' [junit] Error Code: 1051 [junit] Call: DROP TABLE SEQTESTTABLE1 [junit] Query: DataModifyQuery(sql="DROP TABLE SEQTESTTABLE1") [junit] [EL Warning]: 2022-09-10 04:03:37.006--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.SEQTESTTABLE2' [junit] Error Code: 1051 [junit] Call: DROP TABLE SEQTESTTABLE2 [junit] Query: DataModifyQuery(sql="DROP TABLE SEQTESTTABLE2") [junit] [EL Warning]: 2022-09-10 04:03:37.03--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.REPORT_EMPLOYEE' [junit] Error Code: 1051 [junit] Call: DROP TABLE REPORT_EMPLOYEE [junit] Query: DataModifyQuery(sql="DROP TABLE REPORT_EMPLOYEE") [junit] [EL Warning]: 2022-09-10 04:03:37.035--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.REPORT_HISTORY' [junit] Error Code: 1051 [junit] Call: DROP TABLE REPORT_HISTORY [junit] Query: DataModifyQuery(sql="DROP TABLE REPORT_HISTORY") [junit] [EL Warning]: 2022-09-10 04:03:37.039--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.BEER' [junit] Error Code: 1051 [junit] Call: DROP TABLE BEER [junit] Query: DataModifyQuery(sql="DROP TABLE BEER") [junit] [EL Warning]: 2022-09-10 04:03:37.042--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.BAR' [junit] Error Code: 1051 [junit] Call: DROP TABLE BAR [junit] Query: DataModifyQuery(sql="DROP TABLE BAR") [junit] [EL Warning]: 2022-09-10 04:03:37.046--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.BAR_BEER' [junit] Error Code: 1051 [junit] Call: DROP TABLE BAR_BEER [junit] Query: DataModifyQuery(sql="DROP TABLE BAR_BEER") [junit] [EL Warning]: 2022-09-10 04:03:37.05--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.PERSON' [junit] Error Code: 1051 [junit] Call: DROP TABLE PERSON [junit] Query: DataModifyQuery(sql="DROP TABLE PERSON") [junit] [EL Warning]: 2022-09-10 04:03:37.054--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.BREWER' [junit] Error Code: 1051 [junit] Call: DROP TABLE BREWER [junit] Query: DataModifyQuery(sql="DROP TABLE BREWER") [junit] [EL Warning]: 2022-09-10 04:03:37.071--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.QUERY_OPTION_EMPLOYEE' [junit] Error Code: 1051 [junit] Call: DROP TABLE QUERY_OPTION_EMPLOYEE [junit] Query: DataModifyQuery(sql="DROP TABLE QUERY_OPTION_EMPLOYEE") [junit] [EL Warning]: 2022-09-10 04:03:37.076--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.QUERY_OPTION_HISTORY' [junit] Error Code: 1051 [junit] Call: DROP TABLE QUERY_OPTION_HISTORY [junit] Query: DataModifyQuery(sql="DROP TABLE QUERY_OPTION_HISTORY") [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] [EL Warning]: 2022-09-10 04:03:47.554--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Invalid query key [foofoo] in expression. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] [EL Warning]: 2022-09-10 04:03:47.555--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6078] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The class of the argument for the object comparison is incorrect. [junit] Expression: [ [junit] Base org.eclipse.persistence.testing.models.employee.domain.Employee] [junit] Mapping: [org.eclipse.persistence.mappings.OneToOneMapping[address]] [junit] Argument: [2] [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] [EL Warning]: 2022-09-10 04:03:47.556--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6068] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Cannot compare table reference to [DatabaseTable(foofoo)] in expression. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] [EL Warning]: 2022-09-10 04:03:47.556--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6069] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The field [ADDRESS.STREET] in this expression has an invalid table in this context. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] [EL Warning]: 2022-09-10 04:03:47.556--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6070] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Invalid use of a query key [org.eclipse.persistence.mappings.OneToManyMapping[managedEmployees]] representing a "to-many" relationship in an expression. Use anyOf() rather than get(). [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] [EL Warning]: 2022-09-10 04:03:47.557--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6069] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The field [ADDRESS.STREET] in this expression has an invalid table in this context. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] [EL Warning]: 2022-09-10 04:03:47.558--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6122] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The expression is not a valid expression. [junit] Logical operator [ AND ] [junit] Relation operator [ = ] [junit] Query Key firstName [junit] Base org.eclipse.persistence.testing.models.employee.domain.Employee [junit] Constant blee [junit] Query Key managedEmployees [junit] Base org.eclipse.persistence.testing.models.employee.domain.Employee [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] [EL Warning]: 2022-09-10 04:03:47.636--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Invalid query key [appartments] in expression. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] [EL Warning]: 2022-09-10 04:03:47.689--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2022-09-10 04:03:47.799--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. [junit] Query: ReadAllQuery(referenceClass=ObjectB ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2022-09-10 04:03:47.8--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. [junit] Query: ReadAllQuery(referenceClass=ObjectC ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2022-09-10 04:03:47.801--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. [junit] Query: ReadAllQuery(referenceClass=PhoneNumber ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2022-09-10 04:03:47.822--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2022-09-10 04:03:47.92--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2022-09-10 04:03:47.932--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2022-09-10 04:03:47.933--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2022-09-10 04:03:47.97--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2022-09-10 04:03:48.001--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2022-09-10 04:03:48.004--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2022-09-10 04:03:48.023--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] [EL Info]: 2022-09-10 04:03:48.475--ServerSession(1411451832)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:48.481--ServerSession(1411451832)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:03:48.483--ServerSession(1411451832)-- logout successful [junit] [EL Info]: 2022-09-10 04:03:48.484--ServerSession(256642099)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:48.489--ServerSession(256642099)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:03:48.49--ServerSession(256642099)-- logout successful [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Not supported in MySQL [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Not supported in MySQL [junit] [EL Info]: 2022-09-10 04:03:48.555--DatabaseSessionImpl(657657753)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:48.56--DatabaseSessionImpl(657657753)-- login successful [junit] [EL Warning]: 2022-09-10 04:03:48.562--UnitOfWork(631164670)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'NOWAIT' at line 1 [junit] Error Code: 1064 [junit] Call: SELECT t0.EMP_ID, t1.EMP_ID, t0.F_NAME, t0.GENDER, t0.L_NAME, t1.SALARY, t0.START_TIME, t0.END_TIME, t0.END_DATE, t0.START_DATE, t0.ADDR_ID, t0.MANAGER_ID, t0.VERSION FROM EMPLOYEE t0, SALARY t1 WHERE ((t0.EMP_ID = ?) AND (t1.EMP_ID = t0.EMP_ID)) FOR UPDATE NOWAIT [junit] bind => [1 parameter bound] [junit] Query: ReadObjectQuery(referenceClass=Employee sql="SELECT t0.EMP_ID, t1.EMP_ID, t0.F_NAME, t0.GENDER, t0.L_NAME, t1.SALARY, t0.START_TIME, t0.END_TIME, t0.END_DATE, t0.START_DATE, t0.ADDR_ID, t0.MANAGER_ID, t0.VERSION FROM EMPLOYEE t0, SALARY t1 WHERE ((t0.EMP_ID = ?) AND (t1.EMP_ID = t0.EMP_ID)) FOR UPDATE NOWAIT") [junit] [EL Info]: connection: 2022-09-10 04:03:48.562--DatabaseSessionImpl(657657753)-- logout successful [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] [EL Info]: 2022-09-10 04:03:48.566--ServerSession(647097278)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:48.575--ServerSession(647097278)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:03:48.578--ServerSession(647097278)-- logout successful [junit] [EL Info]: 2022-09-10 04:03:48.579--ServerSession(1773644919)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:48.588--ServerSession(1773644919)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:03:48.59--ServerSession(1773644919)-- logout successful [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] [EL Warning]: 2022-09-10 04:03:48.636--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6029] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: A reference class must be provided. [junit] Query: ReadAllQuery() [junit] [EL Warning]: 2022-09-10 04:03:48.636--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6024] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Modify queries require an object to modify. [junit] Query: WriteObjectQuery(null) [junit] [EL Warning]: 2022-09-10 04:03:48.639--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6129] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Refreshing is not possible if the query does not go to the database. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] [EL Info]: 2022-09-10 04:03:48.695--ServerSession(1519945415)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:48.703--ServerSession(1519945415)-- login successful [junit] [EL Warning]: 2022-09-10 04:03:48.704--ClientSession(1075124843)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 't0.HOOYAH' in 'where clause' [junit] Error Code: 1054 [junit] Call: SELECT t0.EMP_ID, t1.EMP_ID, t0.F_NAME, t0.GENDER, t0.L_NAME, t1.SALARY, t0.START_TIME, t0.END_TIME, t0.END_DATE, t0.START_DATE, t0.ADDR_ID, t0.MANAGER_ID, t0.VERSION FROM EMPLOYEE t0, SALARY t1 WHERE ((t0.HOOYAH = ?) AND (t1.EMP_ID = t0.EMP_ID)) [junit] bind => [1 parameter bound] [junit] Query: ReadAllQuery(referenceClass=Employee sql="SELECT t0.EMP_ID, t1.EMP_ID, t0.F_NAME, t0.GENDER, t0.L_NAME, t1.SALARY, t0.START_TIME, t0.END_TIME, t0.END_DATE, t0.START_DATE, t0.ADDR_ID, t0.MANAGER_ID, t0.VERSION FROM EMPLOYEE t0, SALARY t1 WHERE ((t0.HOOYAH = ?) AND (t1.EMP_ID = t0.EMP_ID))") [junit] [EL Info]: connection: 2022-09-10 04:03:48.704--ServerSession(1519945415)-- logout successful [junit] [EL Info]: 2022-09-10 04:03:48.705--ServerSession(1696636827)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:48.71--ServerSession(1696636827)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:03:48.72--ServerSession(1696636827)-- logout successful [junit] [EL Warning]: 2022-09-10 04:03:48.751--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6183] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The mapping type org.eclipse.persistence.mappings.TransformationMapping for attribute normalHours from org.eclipse.persistence.testing.models.employee.domain.Employee is not supported with Query By Example functionality. If the attribute can safely be ignored then add it to the ignore list or set example validation to false in the policy. [junit] Query: ReadObjectQuery(referenceClass=Employee ) [junit] [EL Info]: 2022-09-10 04:03:48.85--ServerSession(1349399993)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:48.856--ServerSession(1349399993)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:03:48.858--ServerSession(1349399993)-- logout successful [junit] [EL Info]: 2022-09-10 04:03:48.859--ServerSession(1015091036)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:48.866--ServerSession(1015091036)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:03:48.867--ServerSession(1015091036)-- logout successful [junit] [EL Info]: 2022-09-10 04:03:48.868--ServerSession(1975331970)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:48.874--ServerSession(1975331970)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:03:48.877--ServerSession(1975331970)-- logout successful [junit] [EL Info]: 2022-09-10 04:03:48.879--ServerSession(1753295452)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:48.885--ServerSession(1753295452)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:03:48.886--ServerSession(1753295452)-- logout successful [junit] [EL Warning]: 2022-09-10 04:03:48.889--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6131] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: DeleteAllQuery that defines objects to be deleted using setObjects method with non-null argument must also define the corresponding selection criteria. [junit] Objects: [[]] [junit] Descriptor: [RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)])] [junit] Query: DeleteAllQuery(referenceClass=Employee sql="DELETE FROM EMPLOYEE") [junit] [EL Info]: 2022-09-10 04:03:48.932--DatabaseSessionImpl(7016094)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:48.938--DatabaseSessionImpl(7016094)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:03:48.953--DatabaseSessionImpl(7016094)-- logout successful [junit] [EL Warning]: 2022-09-10 04:03:49.004--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6135] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Attribute name or expression passed as a first parameter to addUpdate method defines a field from a table that's not mapped to query descriptor. [junit] Attribute name or Expression: [ [junit] Field BAD [junit] Base QUERY OBJECT] [junit] Wrong field: [BAD] [junit] Descriptor: [RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)])] [junit] Query: UpdateAllQuery(referenceClass=Employee ) [junit] [EL Warning]: 2022-09-10 04:03:49.013--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6120] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The partial attribute nonExistant is not a valid attribute of the class org.eclipse.persistence.testing.models.employee.domain.Employee. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] [EL Warning]: 2022-09-10 04:03:50.042--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLTimeoutException: Statement cancelled due to timeout or client request [junit] Error Code: 0 [junit] Call: SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h [junit] Query: DataReadQuery(sql="SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h") [junit] [EL Info]: 2022-09-10 04:03:50.043--ServerSession(1110330016)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:50.052--ServerSession(1110330016)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:03:50.055--ServerSession(1110330016)-- logout successful [junit] [EL Info]: 2022-09-10 04:03:50.058--Running checkCustomQueryRaceConditionsInReadAllQuery test. [junit] [EL Info]: 2022-09-10 04:03:50.06--Running checkCustomQueryRaceConditionsInReadObjectQuery test. [junit] [EL Warning]: query: 2022-09-10 04:03:50.062--DatabaseSessionImpl(929707259)--ReadAllQuery(referenceClass=Employee ) named null has both join attributes and partial attributes. These two technologies were not designed to work together, result may be unpredictible. [junit] [EL Info]: 2022-09-10 04:03:50.106--ServerSession(1654561726)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:50.111--ServerSession(1654561726)-- login successful [junit] [EL Warning]: 2022-09-10 04:03:51.118--ClientSession(110636974)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLTimeoutException: Statement cancelled due to timeout or client request [junit] Error Code: 0 [junit] Call: SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h [junit] Query: DataReadQuery(sql="SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h") [junit] [EL Info]: connection: 2022-09-10 04:03:51.119--ServerSession(1654561726)-- logout successful [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is intended for Oracle databases only. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: NULLS FIRST only supported on Oracle. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Database does not support INTERSECT [junit] [EL Warning]: 2022-09-10 04:03:51.374--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6092] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Uninstantiated ValueHolder detected. You must instantiate the relevant Valueholders to perform this in-memory query. [junit] Query: ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t2.SALARY, t1.START_TIME, t1.END_TIME, t1.END_DATE, t1.START_DATE, t1.ADDR_ID, t1.MANAGER_ID, t1.VERSION FROM ADDRESS t0, SALARY t2, EMPLOYEE t1 WHERE (((t0.CITY <> ?) AND (t2.EMP_ID = t1.EMP_ID)) AND (t0.ADDRESS_ID = t1.ADDR_ID))") [junit] [EL Warning]: 2022-09-10 04:03:51.484--DatabaseSessionImpl(929707259)--Exception [EclipseLink-5003] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: guy ] cannot be deleted because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 763 [junit] [EL Warning]: 2022-09-10 04:03:51.489--DatabaseSessionImpl(929707259)--Exception [EclipseLink-5003] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: guy ] cannot be deleted because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 764 [junit] [EL Warning]: 2022-09-10 04:03:51.493--DatabaseSessionImpl(929707259)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: guy ] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 765 [junit] [EL Warning]: 2022-09-10 04:03:51.497--DatabaseSessionImpl(929707259)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: guy ] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 766 [junit] [EL Warning]: 2022-09-10 04:03:51.741--DatabaseSessionImpl(929707259)--Exception [EclipseLink-7051] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: Missing attribute [I_must_surely_not_exist] for descriptor [RelationalDescriptor(org.eclipse.persistence.testing.models.collections.Restaurant --> [DatabaseTable(COL_REST)])], called from [ObjectBuilder(RelationalDescriptor(org.eclipse.persistence.testing.models.collections.Restaurant --> [DatabaseTable(COL_REST)]))] [junit] [EL Warning]: 2022-09-10 04:03:51.934--DatabaseSessionImpl(929707259)--Exception [EclipseLink-7051] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: Missing attribute [I_must_surely_not_exist] for descriptor [RelationalDescriptor(org.eclipse.persistence.testing.models.collections.Restaurant --> [DatabaseTable(COL_REST)])], called from [ObjectBuilder(RelationalDescriptor(org.eclipse.persistence.testing.models.collections.Restaurant --> [DatabaseTable(COL_REST)]))] [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Nested arrays not supported on this database [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Nested arrays not supported on this database [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Nested arrays not supported on this database [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Nested arrays not supported on this database [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Nested arrays not supported on this database [junit] [EL Warning]: 2022-09-10 04:03:52.063--DatabaseSessionImpl(929707259)--Exception [EclipseLink-7051] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: Missing attribute [I_must_surely_not_exist] for descriptor [RelationalDescriptor(org.eclipse.persistence.testing.models.collections.Restaurant --> [DatabaseTable(COL_REST)])], called from [ObjectBuilder(RelationalDescriptor(org.eclipse.persistence.testing.models.collections.Restaurant --> [DatabaseTable(COL_REST)]))] [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Nested arrays not supported on this database [junit] [EL Warning]: 2022-09-10 04:03:52.082--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6119] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The join expression [junit] Query Key id [junit] Base org.eclipse.persistence.testing.models.employee.domain.Employee is not valid, or for a mapping type that does not support joining. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] [EL Warning]: 2022-09-10 04:03:52.082--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6119] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The join expression [junit] Function operator [MAX(, )] [junit] Query Key id [junit] Base QUERY OBJECT is not valid, or for a mapping type that does not support joining. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] [EL Warning]: 2022-09-10 04:03:52.162--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6034] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Invalid query item expression [ [junit] Query Key normalHours [junit] Base QUERY OBJECT]. [junit] Query: ReportQuery(referenceClass=Employee ) [junit] [EL Warning]: 2022-09-10 04:03:52.163--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6070] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Invalid use of a query key [org.eclipse.persistence.mappings.OneToManyMapping[phoneNumbers]] representing a "to-many" relationship in an expression. Use anyOf() rather than get(). [junit] Query: ReportQuery(referenceClass=Employee ) [junit] [EL Warning]: 2022-09-10 04:03:52.163--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6070] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Invalid use of a query key [org.eclipse.persistence.mappings.ManyToManyMapping[projects]] representing a "to-many" relationship in an expression. Use anyOf() rather than get(). [junit] Query: ReportQuery(referenceClass=Employee ) [junit] [EL Warning]: 2022-09-10 04:03:52.199--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6050] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: ReportQuery result size mismatch. Expecting [2], but retrieved [1] [junit] Query: ReportQuery(referenceClass=Employee sql="SELECT F_NAME FROM EMPLOYEE") [junit] [EL Warning]: 2022-09-10 04:03:52.201--DatabaseSessionImpl(929707259)--Exception [EclipseLink-3002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ConversionException [junit] Exception Description: The object [Sarah-loo], of class [class java.lang.String], from mapping [org.eclipse.persistence.mappings.DirectToFieldMapping[id-->EMPLOYEE.EMP_ID]] with descriptor [RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)])], could not be converted to [class java.math.BigDecimal]. [junit] Internal Exception: java.lang.NumberFormatException [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test does not work on the this platform [junit] [EL Info]: 2022-09-10 04:03:52.318--ServerSession(530745131)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:52.325--ServerSession(530745131)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:03:52.35--ServerSession(530745131)-- logout successful [junit] [EL Info]: 2022-09-10 04:03:52.351--ServerSession(556800557)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:52.359--ServerSession(556800557)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:03:52.385--ServerSession(556800557)-- logout successful [junit] [EL Info]: 2022-09-10 04:03:52.386--ServerSession(177030015)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:52.393--ServerSession(177030015)-- login successful [junit] [EL Warning]: 2022-09-10 04:03:52.418--ServerSession(177030015)--java.lang.NullPointerException [junit] [EL Info]: connection: 2022-09-10 04:03:52.419--ServerSession(177030015)-- logout successful [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Not supported: Unless the value holder is wrapped, as by a UOW, it will instaniate with the same connection as its parent in cache, the server read connection. [junit] [EL Info]: 2022-09-10 04:03:52.42--ServerSession(1648778747)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:52.427--ServerSession(1648778747)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:03:52.454--ServerSession(1648778747)-- logout successful [junit] [EL Info]: 2022-09-10 04:03:52.455--ServerSession(930985204)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:52.461--ServerSession(930985204)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:03:52.486--ServerSession(930985204)-- logout successful [junit] [EL Info]: 2022-09-10 04:03:52.487--ServerSession(1452822162)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:52.494--ServerSession(1452822162)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:03:52.518--ServerSession(1452822162)-- logout successful [junit] [EL Info]: 2022-09-10 04:03:52.519--ServerSession(1193082848)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:52.526--ServerSession(1193082848)-- login successful [junit] [EL Warning]: 2022-09-10 04:03:52.548--ServerSession(1193082848)--java.lang.NullPointerException [junit] [EL Info]: connection: 2022-09-10 04:03:52.548--ServerSession(1193082848)-- logout successful [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Not supported: A client session is not allowed to own the value holders of objects it has read, as they are put in the cache and another could potentially trigger them with your connection. [junit] [EL Info]: 2022-09-10 04:03:52.55--ServerSession(1737768779)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:52.556--ServerSession(1737768779)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:03:52.609--ServerSession(1737768779)-- logout successful [junit] [EL Info]: 2022-09-10 04:03:52.61--ServerSession(53117551)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:52.617--ServerSession(53117551)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:03:52.643--ServerSession(53117551)-- logout successful [junit] [EL Info]: 2022-09-10 04:03:52.644--ServerSession(1822883753)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:52.65--ServerSession(1822883753)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:03:52.701--ServerSession(1822883753)-- logout successful [junit] [EL Info]: 2022-09-10 04:03:52.703--DatabaseSessionImpl(1342869436)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Severe]: 2022-09-10 04:03:52.708--DatabaseSessionImpl(1342869436)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.IntegrityException [junit] Descriptor Exceptions: [junit] --------------------------------------------------------- [junit] [junit] Exception [EclipseLink-59] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The instance variable [perio] is not defined in the domain class [org.eclipse.persistence.testing.models.employee.domain.Employee], or it is not accessible. [junit] Internal Exception: java.lang.NoSuchFieldException: perio [junit] Mapping: org.eclipse.persistence.mappings.AggregateObjectMapping[perio] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-74] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The primary key fields are not set for this descriptor. [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-12] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: Descriptors must use an identity map in order to use the "Check Cache" existence checking option. [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-91] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: To use sequence-generated IDs, both the "Sequence Number Name" and "Sequence Number Field Name" properties must be set for this descriptor. [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-2] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [responsibilitiesList] is declared as type ValueHolderInterface, but its mapping does not use indirection. [junit] Mapping: org.eclipse.persistence.mappings.DirectCollectionMapping[responsibilitiesList] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-7] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [responsibilitiesList] should be a type that implements interface java.util.Collection. [junit] Mapping: org.eclipse.persistence.mappings.DirectCollectionMapping[responsibilitiesList] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-2] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [projects] is declared as type ValueHolderInterface, but its mapping does not use indirection. [junit] Mapping: org.eclipse.persistence.mappings.ManyToManyMapping[projects] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-7] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [projects] should be a type that implements interface java.util.Collection. [junit] Mapping: org.eclipse.persistence.mappings.ManyToManyMapping[projects] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-2] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [managedEmployees] is declared as type ValueHolderInterface, but its mapping does not use indirection. [junit] Mapping: org.eclipse.persistence.mappings.OneToManyMapping[managedEmployees] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-7] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [managedEmployees] should be a type that implements interface java.util.Collection. [junit] Mapping: org.eclipse.persistence.mappings.OneToManyMapping[managedEmployees] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-2] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [address] is declared as type ValueHolderInterface, but its mapping does not use indirection. [junit] Mapping: org.eclipse.persistence.mappings.OneToOneMapping[address] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-49] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: An attribute transformation method name is not specified for this mapping. [junit] Mapping: org.eclipse.persistence.mappings.TransformationMapping[normalHours] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-1] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [normalHours] is not declared as type ValueHolderInterface, but its mapping uses indirection. [junit] Mapping: org.eclipse.persistence.mappings.TransformationMapping[normalHours] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Runtime Exceptions: [junit] --------------------------------------------------------- [junit] [junit] java.lang.NullPointerException [junit] [junit] java.lang.NullPointerException [junit] [junit] [EL Info]: connection: 2022-09-10 04:03:52.708--DatabaseSessionImpl(1342869436)-- logout successful [junit] [EL Info]: 2022-09-10 04:03:52.709--DatabaseSessionImpl(511913593)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:52.711--DatabaseSessionImpl(511913593)-- login successful [junit] [EL Severe]: 2022-09-10 04:03:52.712--DatabaseSessionImpl(511913593)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.IntegrityException [junit] Descriptor Exceptions: [junit] --------------------------------------------------------- [junit] [junit] Exception [EclipseLink-59] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The instance variable [perio] is not defined in the domain class [org.eclipse.persistence.testing.models.employee.domain.Employee], or it is not accessible. [junit] Internal Exception: java.lang.NoSuchFieldException: perio [junit] Mapping: org.eclipse.persistence.mappings.AggregateObjectMapping[perio] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-74] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The primary key fields are not set for this descriptor. [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-12] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: Descriptors must use an identity map in order to use the "Check Cache" existence checking option. [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-91] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: To use sequence-generated IDs, both the "Sequence Number Name" and "Sequence Number Field Name" properties must be set for this descriptor. [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-2] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [responsibilitiesList] is declared as type ValueHolderInterface, but its mapping does not use indirection. [junit] Mapping: org.eclipse.persistence.mappings.DirectCollectionMapping[responsibilitiesList] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-7] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [responsibilitiesList] should be a type that implements interface java.util.Collection. [junit] Mapping: org.eclipse.persistence.mappings.DirectCollectionMapping[responsibilitiesList] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-2] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [projects] is declared as type ValueHolderInterface, but its mapping does not use indirection. [junit] Mapping: org.eclipse.persistence.mappings.ManyToManyMapping[projects] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-7] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [projects] should be a type that implements interface java.util.Collection. [junit] Mapping: org.eclipse.persistence.mappings.ManyToManyMapping[projects] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-2] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [managedEmployees] is declared as type ValueHolderInterface, but its mapping does not use indirection. [junit] Mapping: org.eclipse.persistence.mappings.OneToManyMapping[managedEmployees] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-7] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [managedEmployees] should be a type that implements interface java.util.Collection. [junit] Mapping: org.eclipse.persistence.mappings.OneToManyMapping[managedEmployees] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-2] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [address] is declared as type ValueHolderInterface, but its mapping does not use indirection. [junit] Mapping: org.eclipse.persistence.mappings.OneToOneMapping[address] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-49] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: An attribute transformation method name is not specified for this mapping. [junit] Mapping: org.eclipse.persistence.mappings.TransformationMapping[normalHours] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-1] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [normalHours] is not declared as type ValueHolderInterface, but its mapping uses indirection. [junit] Mapping: org.eclipse.persistence.mappings.TransformationMapping[normalHours] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Runtime Exceptions: [junit] --------------------------------------------------------- [junit] [junit] java.lang.NullPointerException [junit] [junit] java.lang.NullPointerException [junit] [junit] [EL Info]: connection: 2022-09-10 04:03:52.713--DatabaseSessionImpl(511913593)-- logout successful [junit] [EL Info]: 2022-09-10 04:03:52.717--DatabaseSessionImpl(358985663)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:52.719--DatabaseSessionImpl(358985663)-- login successful [junit] [EL Severe]: 2022-09-10 04:03:52.762--DatabaseSessionImpl(358985663)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.IntegrityException [junit] Descriptor Exceptions: [junit] --------------------------------------------------------- [junit] [junit] Exception [EclipseLink-141] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The field [BUDGE] is not present in the table [LPROJECT] in the database. [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.LargeProject --> [DatabaseTable(PROJECT), DatabaseTable(LPROJECT)]) [junit] [junit] Exception [EclipseLink-141] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The field [FNAME] is not present in the table [EMPLOYEE] in the database. [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-141] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The field [LNAME] is not present in the table [EMPLOYEE] in the database. [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-141] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The field [PCODE] is not present in the table [ADDRESS] in the database. [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Address --> [DatabaseTable(ADDRESS)]) [junit] [junit] Exception [EclipseLink-141] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The field [AREACODE] is not present in the table [PHONE] in the database. [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) [junit] [junit] Runtime Exceptions: [junit] --------------------------------------------------------- [junit] [junit] [EL Info]: connection: 2022-09-10 04:03:52.762--DatabaseSessionImpl(358985663)-- logout successful [junit] [EL Info]: 2022-09-10 04:03:52.763--DatabaseSessionImpl(341859597)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:52.766--DatabaseSessionImpl(341859597)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:03:52.768--DatabaseSessionImpl(341859597)-- logout successful [junit] [EL Warning]: 2022-09-10 04:03:52.769--DatabaseSessionImpl(929707259)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Invalid query key [ [junit] Query Key addres [junit] Base org.eclipse.persistence.testing.models.employee.domain.Employee] in expression. [junit] Query: ReadObjectQuery(referenceClass=Employee ) [junit] [EL Warning]: 2022-09-10 04:03:52.771--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.bad' doesn't exist [junit] Error Code: 1146 [junit] Call: select * from bad [junit] Query: ReadObjectQuery(referenceClass=Employee sql="select * from bad") [junit] [EL Fine]: 2022-09-10 04:03:52.782--Thread(Thread[main,5,main])--Time {0.5HR} [junit] [EL Fine]: 2022-09-10 04:03:52.783--Thread(Thread[main,5,main])--cmp_init_transformer_is_null [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test requires MSAccess or another database that will accept a null password [junit] [EL Info]: connection: 2022-09-10 04:03:52.798--DatabaseSessionImpl(929707259)-- logout successful [junit] [EL Info]: 2022-09-10 04:03:52.799--DatabaseSessionImpl(1955521630)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:52.804--DatabaseSessionImpl(1955521630)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:03:52.808--DatabaseSessionImpl(1955521630)-- logout successful [junit] [EL Info]: 2022-09-10 04:03:52.808--DatabaseSessionImpl(1955521630)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:52.811--DatabaseSessionImpl(1955521630)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:03:52.811--DatabaseSessionImpl(1955521630)-- logout successful [junit] [EL Info]: 2022-09-10 04:03:52.811--DatabaseSessionImpl(929707259)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:52.815--DatabaseSessionImpl(929707259)-- login successful [junit] [EL Info]: 2022-09-10 04:03:52.816--DatabaseSessionImpl(600696341)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:52.818--DatabaseSessionImpl(600696341)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:03:52.818--DatabaseSessionImpl(600696341)-- logout successful [junit] [EL Info]: connection: 2022-09-10 04:03:52.819--DatabaseSessionImpl(929707259)-- logout successful [junit] [EL Info]: 2022-09-10 04:03:52.819--DatabaseSessionImpl(929707259)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:52.823--DatabaseSessionImpl(929707259)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:03:52.828--DatabaseSessionImpl(929707259)-- logout successful [junit] [EL Info]: 2022-09-10 04:03:52.831--DatabaseSessionImpl(929707259)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:52.836--DatabaseSessionImpl(929707259)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:03:52.836--DatabaseSessionImpl(929707259)-- logout successful [junit] [EL Info]: 2022-09-10 04:03:52.836--DatabaseSessionImpl(929707259)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:52.84--DatabaseSessionImpl(929707259)-- login successful [junit] [EL Warning]: 2022-09-10 04:03:52.841--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.NEW_SEQUENCE' [junit] Error Code: 1051 [junit] Call: DROP TABLE NEW_SEQUENCE [junit] Query: DataModifyQuery(sql="DROP TABLE NEW_SEQUENCE") [junit] [EL Info]: 2022-09-10 04:03:52.94--ServerSession(1580825201)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:52.945--ServerSession(1580825201)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:03:52.97--ServerSession(1580825201)-- logout successful [junit] [EL Info]: 2022-09-10 04:03:52.971--ServerSession(315925820)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:52.976--ServerSession(315925820)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:03:52.998--ServerSession(315925820)-- logout successful [junit] [EL Info]: 2022-09-10 04:03:52.999--ServerSession(1685438350)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:53.008--ServerSession(1685438350)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:03:53.04--ServerSession(1685438350)-- logout successful [junit] [EL Info]: 2022-09-10 04:03:53.066--DatabaseSessionImpl(1763192842)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:53.07--DatabaseSessionImpl(1763192842)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:03:53.071--DatabaseSessionImpl(1763192842)-- logout successful [junit] [EL Info]: connection: 2022-09-10 04:03:53.071--DatabaseSessionImpl(929707259)-- logout successful [junit] [EL Info]: 2022-09-10 04:03:53.071--DatabaseSessionImpl(929707259)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:53.075--DatabaseSessionImpl(929707259)-- login successful [junit] [EL Warning]: 2022-09-10 04:03:53.076--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'INVALID_QUALIFIER.SEQUENCE' doesn't exist [junit] Error Code: 1146 [junit] Call: UPDATE INVALID_QUALIFIER.SEQUENCE SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ? [junit] bind => [2 parameters bound] [junit] Query: DataModifyQuery(sql="UPDATE INVALID_QUALIFIER.SEQUENCE SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ?") [junit] [EL Info]: connection: 2022-09-10 04:03:53.077--DatabaseSessionImpl(929707259)-- logout successful [junit] [EL Info]: 2022-09-10 04:03:53.077--DatabaseSessionImpl(929707259)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:53.081--DatabaseSessionImpl(929707259)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:03:53.081--DatabaseSessionImpl(929707259)-- logout successful [junit] [EL Info]: 2022-09-10 04:03:53.081--DatabaseSessionImpl(929707259)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:53.085--DatabaseSessionImpl(929707259)-- login successful [junit] [EL Warning]: 2022-09-10 04:03:53.086--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'INVALID_QUALIFIER.SEQTESTCLASS2_SEQ' doesn't exist [junit] Error Code: 1146 [junit] Call: UPDATE INVALID_QUALIFIER.SEQTESTCLASS2_SEQ SET COUNTER = COUNTER + 40 [junit] Query: DataModifyQuery(sql="UPDATE INVALID_QUALIFIER.SEQTESTCLASS2_SEQ SET COUNTER = COUNTER + 40") [junit] [EL Info]: connection: 2022-09-10 04:03:53.086--DatabaseSessionImpl(929707259)-- logout successful [junit] [EL Info]: 2022-09-10 04:03:53.086--DatabaseSessionImpl(929707259)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:53.09--DatabaseSessionImpl(929707259)-- login successful [junit] [EL Warning]: 2022-09-10 04:03:53.094--UnitOfWork(1103168321)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Field 'PKEY' doesn't have a default value [junit] Error Code: 1364 [junit] Call: INSERT INTO SEQTESTTABLE1 (FIRST_) VALUES (?) [junit] bind => [1 parameter bound] [junit] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.sequencing.SeqTestClass1@54c7cfa9) [junit] [EL Info]: connection: 2022-09-10 04:03:53.206--DatabaseSessionImpl(936994385)-- logout successful [junit] [EL Info]: 2022-09-10 04:03:53.206--DatabaseSessionImpl(936994385)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:53.21--DatabaseSessionImpl(936994385)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:03:53.211--DatabaseSessionImpl(936994385)-- logout successful [junit] [EL Info]: connection: 2022-09-10 04:03:53.212--DatabaseSessionImpl(15960765)-- logout successful [junit] [EL Info]: 2022-09-10 04:03:53.212--DatabaseSessionImpl(15960765)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:53.216--DatabaseSessionImpl(15960765)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:03:53.217--DatabaseSessionImpl(15960765)-- logout successful [junit] [EL Info]: connection: 2022-09-10 04:03:53.218--DatabaseSessionImpl(1444144186)-- logout successful [junit] [EL Info]: 2022-09-10 04:03:53.218--DatabaseSessionImpl(1444144186)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:53.222--DatabaseSessionImpl(1444144186)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:03:53.223--DatabaseSessionImpl(1444144186)-- logout successful [junit] [EL Info]: connection: 2022-09-10 04:03:53.223--DatabaseSessionImpl(1660454732)-- logout successful [junit] [EL Info]: 2022-09-10 04:03:53.223--DatabaseSessionImpl(1660454732)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Severe]: 2022-09-10 04:03:53.228--DatabaseSessionImpl(1660454732)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.IntegrityException [junit] Descriptor Exceptions: [junit] --------------------------------------------------------- [junit] [junit] Exception [EclipseLink-63] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The instance creation method [org.eclipse.persistence.testing.models.employee.domain.PhoneNumber.notExistStaticMethodOnDescriptor], with no parameters, does not exist, or is not accessible. [junit] Internal Exception: java.lang.NoSuchMethodException: org.eclipse.persistence.testing.models.employee.domain.PhoneNumber.notExistStaticMethodOnDescriptor() [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) [junit] [junit] Runtime Exceptions: [junit] --------------------------------------------------------- [junit] [junit] java.lang.NullPointerException [junit] [junit] [EL Info]: connection: 2022-09-10 04:03:53.228--DatabaseSessionImpl(1660454732)-- logout successful [junit] [EL Warning]: 2022-09-10 04:03:53.23--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Can't call rollback when autocommit=true [junit] Error Code: 0 [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] [EL Warning]: 2022-09-10 04:03:53.23--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Can't call rollback when autocommit=true [junit] Error Code: 0 [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] [EL Warning]: 2022-09-10 04:03:53.231--DatabaseSessionImpl(929707259)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Can't call rollback when autocommit=true [junit] Error Code: 0 [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] [EL Info]: connection: 2022-09-10 04:03:53.238--DatabaseSessionImpl(929707259)-- logout successful [junit] [EL Info]: 2022-09-10 04:03:53.238--DatabaseSessionImpl(929707259)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:53.243--DatabaseSessionImpl(929707259)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:03:53.247--DatabaseSessionImpl(929707259)-- logout successful [junit] [EL Info]: 2022-09-10 04:03:53.247--DatabaseSessionImpl(929707259)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:53.251--DatabaseSessionImpl(929707259)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:03:53.255--DatabaseSessionImpl(929707259)-- logout successful [junit] [EL Info]: 2022-09-10 04:03:53.255--DatabaseSessionImpl(929707259)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:53.259--DatabaseSessionImpl(929707259)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:03:53.261--DatabaseSessionImpl(929707259)-- logout successful [junit] [EL Info]: 2022-09-10 04:03:53.261--DatabaseSessionImpl(929707259)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:53.265--DatabaseSessionImpl(929707259)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:03:53.311--DatabaseSessionImpl(929707259)-- logout successful [junit] [EL Info]: 2022-09-10 04:03:53.311--DatabaseSessionImpl(929707259)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:53.315--DatabaseSessionImpl(929707259)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:03:53.316--DatabaseSessionImpl(929707259)-- logout successful [junit] [EL Info]: 2022-09-10 04:03:53.316--DatabaseSessionImpl(1697269295)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:03:53.318--DatabaseSessionImpl(1697269295)-- login successful [junit] [EL Warning]: 2022-09-10 04:03:53.411--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2022-09-10 04:03:53.412--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Warning]: 2022-09-10 04:03:54.2--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'PROJECT_WORKER_BATCH_HD'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD [junit] Query: DataModifyQuery(sql="Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD") [junit] [EL Warning]: 2022-09-10 04:03:54.712--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table POLICY [junit] Query: DataModifyQuery(sql="drop table POLICY") [junit] [EL Warning]: 2022-09-10 04:03:54.877--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.OBJECT_A' doesn't exist [junit] Error Code: 1146 [junit] Call: Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_ [junit] Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_") [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] [EL Warning]: 2022-09-10 04:04:09.356--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Invalid query key [foofoo] in expression. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] [EL Warning]: 2022-09-10 04:04:09.356--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6078] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The class of the argument for the object comparison is incorrect. [junit] Expression: [ [junit] Base org.eclipse.persistence.testing.models.employee.domain.Employee] [junit] Mapping: [org.eclipse.persistence.mappings.OneToOneMapping[address]] [junit] Argument: [2] [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] [EL Warning]: 2022-09-10 04:04:09.356--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6068] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Cannot compare table reference to [DatabaseTable(foofoo)] in expression. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] [EL Warning]: 2022-09-10 04:04:09.357--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6069] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The field [ADDRESS.STREET] in this expression has an invalid table in this context. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] [EL Warning]: 2022-09-10 04:04:09.357--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6070] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Invalid use of a query key [org.eclipse.persistence.mappings.OneToManyMapping[managedEmployees]] representing a "to-many" relationship in an expression. Use anyOf() rather than get(). [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] [EL Warning]: 2022-09-10 04:04:09.357--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6069] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The field [ADDRESS.STREET] in this expression has an invalid table in this context. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] [EL Warning]: 2022-09-10 04:04:09.358--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6122] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The expression is not a valid expression. [junit] Logical operator [ AND ] [junit] Relation operator [ = ] [junit] Query Key firstName [junit] Base org.eclipse.persistence.testing.models.employee.domain.Employee [junit] Constant blee [junit] Query Key managedEmployees [junit] Base org.eclipse.persistence.testing.models.employee.domain.Employee [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] [EL Warning]: 2022-09-10 04:04:09.416--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Invalid query key [appartments] in expression. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] [EL Warning]: 2022-09-10 04:04:09.455--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2022-09-10 04:04:09.547--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. [junit] Query: ReadAllQuery(referenceClass=ObjectB ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2022-09-10 04:04:09.548--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. [junit] Query: ReadAllQuery(referenceClass=ObjectC ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2022-09-10 04:04:09.549--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. [junit] Query: ReadAllQuery(referenceClass=PhoneNumber ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2022-09-10 04:04:09.566--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2022-09-10 04:04:09.648--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2022-09-10 04:04:09.658--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2022-09-10 04:04:09.659--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2022-09-10 04:04:09.693--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2022-09-10 04:04:09.721--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2022-09-10 04:04:09.725--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] [EL Warning]: 2022-09-10 04:04:09.74--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: This expression cannot determine if the object conforms in memory. You must set the query to check the database. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported In-Memory [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] [EL Info]: 2022-09-10 04:04:10.146--ServerSession(770618175)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:10.151--ServerSession(770618175)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:10.152--ServerSession(770618175)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:10.153--ServerSession(1498778431)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:10.157--ServerSession(1498778431)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:10.158--ServerSession(1498778431)-- logout successful [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Not supported in MySQL [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Not supported in MySQL [junit] [EL Info]: 2022-09-10 04:04:10.207--DatabaseSessionImpl(2008936268)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:10.211--DatabaseSessionImpl(2008936268)-- login successful [junit] [EL Warning]: 2022-09-10 04:04:10.213--UnitOfWork(1286102061)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'NOWAIT' at line 1 [junit] Error Code: 1064 [junit] Call: SELECT t0.EMP_ID, t1.EMP_ID, t0.F_NAME, t0.GENDER, t0.L_NAME, t1.SALARY, t0.START_TIME, t0.END_TIME, t0.END_DATE, t0.START_DATE, t0.ADDR_ID, t0.MANAGER_ID, t0.VERSION FROM EMPLOYEE t0, SALARY t1 WHERE ((t0.EMP_ID = 5151) AND (t1.EMP_ID = t0.EMP_ID)) FOR UPDATE NOWAIT [junit] Query: ReadObjectQuery(referenceClass=Employee sql="SELECT t0.EMP_ID, t1.EMP_ID, t0.F_NAME, t0.GENDER, t0.L_NAME, t1.SALARY, t0.START_TIME, t0.END_TIME, t0.END_DATE, t0.START_DATE, t0.ADDR_ID, t0.MANAGER_ID, t0.VERSION FROM EMPLOYEE t0, SALARY t1 WHERE ((t0.EMP_ID = ?) AND (t1.EMP_ID = t0.EMP_ID)) FOR UPDATE NOWAIT") [junit] [EL Info]: connection: 2022-09-10 04:04:10.213--DatabaseSessionImpl(2008936268)-- logout successful [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] [EL Info]: 2022-09-10 04:04:10.216--ServerSession(560562533)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:10.223--ServerSession(560562533)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:10.225--ServerSession(560562533)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:10.226--ServerSession(1004011295)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:10.234--ServerSession(1004011295)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:10.236--ServerSession(1004011295)-- logout successful [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] [EL Warning]: 2022-09-10 04:04:10.274--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6029] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: A reference class must be provided. [junit] Query: ReadAllQuery() [junit] [EL Warning]: 2022-09-10 04:04:10.274--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6024] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Modify queries require an object to modify. [junit] Query: WriteObjectQuery(null) [junit] [EL Warning]: 2022-09-10 04:04:10.276--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6129] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Refreshing is not possible if the query does not go to the database. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] [EL Info]: 2022-09-10 04:04:10.326--ServerSession(76440776)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:10.335--ServerSession(76440776)-- login successful [junit] [EL Warning]: 2022-09-10 04:04:10.336--ClientSession(1544473292)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 't0.HOOYAH' in 'where clause' [junit] Error Code: 1054 [junit] Call: SELECT t0.EMP_ID, t1.EMP_ID, t0.F_NAME, t0.GENDER, t0.L_NAME, t1.SALARY, t0.START_TIME, t0.END_TIME, t0.END_DATE, t0.START_DATE, t0.ADDR_ID, t0.MANAGER_ID, t0.VERSION FROM EMPLOYEE t0, SALARY t1 WHERE ((t0.HOOYAH = 'Jill') AND (t1.EMP_ID = t0.EMP_ID)) [junit] Query: ReadAllQuery(referenceClass=Employee sql="SELECT t0.EMP_ID, t1.EMP_ID, t0.F_NAME, t0.GENDER, t0.L_NAME, t1.SALARY, t0.START_TIME, t0.END_TIME, t0.END_DATE, t0.START_DATE, t0.ADDR_ID, t0.MANAGER_ID, t0.VERSION FROM EMPLOYEE t0, SALARY t1 WHERE ((t0.HOOYAH = ?) AND (t1.EMP_ID = t0.EMP_ID))") [junit] [EL Info]: connection: 2022-09-10 04:04:10.336--ServerSession(76440776)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:10.337--ServerSession(561429548)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:10.342--ServerSession(561429548)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:10.348--ServerSession(561429548)-- logout successful [junit] [EL Warning]: 2022-09-10 04:04:10.371--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6183] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The mapping type org.eclipse.persistence.mappings.TransformationMapping for attribute normalHours from org.eclipse.persistence.testing.models.employee.domain.Employee is not supported with Query By Example functionality. If the attribute can safely be ignored then add it to the ignore list or set example validation to false in the policy. [junit] Query: ReadObjectQuery(referenceClass=Employee ) [junit] [EL Info]: 2022-09-10 04:04:10.443--ServerSession(1147482731)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:10.45--ServerSession(1147482731)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:10.451--ServerSession(1147482731)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:10.452--ServerSession(2089807136)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:10.458--ServerSession(2089807136)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:10.459--ServerSession(2089807136)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:10.46--ServerSession(663046011)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:10.466--ServerSession(663046011)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:10.468--ServerSession(663046011)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:10.47--ServerSession(2123362524)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:10.475--ServerSession(2123362524)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:10.476--ServerSession(2123362524)-- logout successful [junit] [EL Warning]: 2022-09-10 04:04:10.479--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6131] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: DeleteAllQuery that defines objects to be deleted using setObjects method with non-null argument must also define the corresponding selection criteria. [junit] Objects: [[]] [junit] Descriptor: [RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)])] [junit] Query: DeleteAllQuery(referenceClass=Employee sql="DELETE FROM EMPLOYEE") [junit] [EL Info]: 2022-09-10 04:04:10.51--DatabaseSessionImpl(788529597)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:10.516--DatabaseSessionImpl(788529597)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:10.528--DatabaseSessionImpl(788529597)-- logout successful [junit] [EL Warning]: 2022-09-10 04:04:10.572--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6135] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Attribute name or expression passed as a first parameter to addUpdate method defines a field from a table that's not mapped to query descriptor. [junit] Attribute name or Expression: [ [junit] Field BAD [junit] Base QUERY OBJECT] [junit] Wrong field: [BAD] [junit] Descriptor: [RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)])] [junit] Query: UpdateAllQuery(referenceClass=Employee ) [junit] [EL Warning]: 2022-09-10 04:04:10.581--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6120] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The partial attribute nonExistant is not a valid attribute of the class org.eclipse.persistence.testing.models.employee.domain.Employee. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] [EL Warning]: 2022-09-10 04:04:11.606--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLTimeoutException: Statement cancelled due to timeout or client request [junit] Error Code: 0 [junit] Call: SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h [junit] Query: DataReadQuery(sql="SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h") [junit] [EL Info]: 2022-09-10 04:04:11.607--ServerSession(1188735659)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:11.615--ServerSession(1188735659)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:11.618--ServerSession(1188735659)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:11.62--Running checkCustomQueryRaceConditionsInReadAllQuery test. [junit] [EL Info]: 2022-09-10 04:04:11.621--Running checkCustomQueryRaceConditionsInReadObjectQuery test. [junit] [EL Warning]: query: 2022-09-10 04:04:11.622--DatabaseSessionImpl(1697269295)--ReadAllQuery(referenceClass=Employee ) named null has both join attributes and partial attributes. These two technologies were not designed to work together, result may be unpredictible. [junit] [EL Info]: 2022-09-10 04:04:11.652--ServerSession(45575934)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:11.656--ServerSession(45575934)-- login successful [junit] [EL Warning]: 2022-09-10 04:04:12.663--ClientSession(2010629602)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLTimeoutException: Statement cancelled due to timeout or client request [junit] Error Code: 0 [junit] Call: SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h [junit] Query: DataReadQuery(sql="SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h") [junit] [EL Info]: connection: 2022-09-10 04:04:12.663--ServerSession(45575934)-- logout successful [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is intended for Oracle databases only. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: NULLS FIRST only supported on Oracle. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Database does not support INTERSECT [junit] [EL Warning]: 2022-09-10 04:04:12.852--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6092] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Uninstantiated ValueHolder detected. You must instantiate the relevant Valueholders to perform this in-memory query. [junit] Query: ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t2.SALARY, t1.START_TIME, t1.END_TIME, t1.END_DATE, t1.START_DATE, t1.ADDR_ID, t1.MANAGER_ID, t1.VERSION FROM ADDRESS t0, SALARY t2, EMPLOYEE t1 WHERE (((t0.CITY <> ?) AND (t2.EMP_ID = t1.EMP_ID)) AND (t0.ADDRESS_ID = t1.ADDR_ID))") [junit] [EL Warning]: 2022-09-10 04:04:12.94--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-5003] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: guy ] cannot be deleted because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 5,213 [junit] [EL Warning]: 2022-09-10 04:04:12.944--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-5003] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: guy ] cannot be deleted because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 5,214 [junit] [EL Warning]: 2022-09-10 04:04:12.947--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: guy ] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 5,215 [junit] [EL Warning]: 2022-09-10 04:04:12.95--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: guy ] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 5,216 [junit] [EL Warning]: 2022-09-10 04:04:13.18--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-7051] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: Missing attribute [I_must_surely_not_exist] for descriptor [RelationalDescriptor(org.eclipse.persistence.testing.models.collections.Restaurant --> [DatabaseTable(COL_REST)])], called from [ObjectBuilder(RelationalDescriptor(org.eclipse.persistence.testing.models.collections.Restaurant --> [DatabaseTable(COL_REST)]))] [junit] [EL Warning]: 2022-09-10 04:04:13.353--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-7051] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: Missing attribute [I_must_surely_not_exist] for descriptor [RelationalDescriptor(org.eclipse.persistence.testing.models.collections.Restaurant --> [DatabaseTable(COL_REST)])], called from [ObjectBuilder(RelationalDescriptor(org.eclipse.persistence.testing.models.collections.Restaurant --> [DatabaseTable(COL_REST)]))] [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Nested arrays not supported on this database [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Nested arrays not supported on this database [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Nested arrays not supported on this database [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Nested arrays not supported on this database [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Nested arrays not supported on this database [junit] [EL Warning]: 2022-09-10 04:04:13.461--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-7051] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: Missing attribute [I_must_surely_not_exist] for descriptor [RelationalDescriptor(org.eclipse.persistence.testing.models.collections.Restaurant --> [DatabaseTable(COL_REST)])], called from [ObjectBuilder(RelationalDescriptor(org.eclipse.persistence.testing.models.collections.Restaurant --> [DatabaseTable(COL_REST)]))] [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Nested arrays not supported on this database [junit] [EL Warning]: 2022-09-10 04:04:13.476--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6119] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The join expression [junit] Query Key id [junit] Base org.eclipse.persistence.testing.models.employee.domain.Employee is not valid, or for a mapping type that does not support joining. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] [EL Warning]: 2022-09-10 04:04:13.477--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6119] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The join expression [junit] Function operator [MAX(, )] [junit] Query Key id [junit] Base QUERY OBJECT is not valid, or for a mapping type that does not support joining. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] [EL Warning]: 2022-09-10 04:04:13.545--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6034] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Invalid query item expression [ [junit] Query Key normalHours [junit] Base QUERY OBJECT]. [junit] Query: ReportQuery(referenceClass=Employee ) [junit] [EL Warning]: 2022-09-10 04:04:13.546--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6070] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Invalid use of a query key [org.eclipse.persistence.mappings.OneToManyMapping[phoneNumbers]] representing a "to-many" relationship in an expression. Use anyOf() rather than get(). [junit] Query: ReportQuery(referenceClass=Employee ) [junit] [EL Warning]: 2022-09-10 04:04:13.546--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6070] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Invalid use of a query key [org.eclipse.persistence.mappings.ManyToManyMapping[projects]] representing a "to-many" relationship in an expression. Use anyOf() rather than get(). [junit] Query: ReportQuery(referenceClass=Employee ) [junit] [EL Warning]: 2022-09-10 04:04:13.572--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6050] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: ReportQuery result size mismatch. Expecting [2], but retrieved [1] [junit] Query: ReportQuery(referenceClass=Employee sql="SELECT F_NAME FROM EMPLOYEE") [junit] [EL Warning]: 2022-09-10 04:04:13.574--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-3002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ConversionException [junit] Exception Description: The object [Charles], of class [class java.lang.String], from mapping [org.eclipse.persistence.mappings.DirectToFieldMapping[id-->EMPLOYEE.EMP_ID]] with descriptor [RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)])], could not be converted to [class java.math.BigDecimal]. [junit] Internal Exception: java.lang.NumberFormatException [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test does not work on the this platform [junit] [EL Info]: 2022-09-10 04:04:13.667--ServerSession(1971014169)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:13.673--ServerSession(1971014169)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:13.693--ServerSession(1971014169)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:13.694--ServerSession(671479802)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:13.699--ServerSession(671479802)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:13.719--ServerSession(671479802)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:13.72--ServerSession(336186420)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:13.726--ServerSession(336186420)-- login successful [junit] [EL Warning]: 2022-09-10 04:04:13.745--ServerSession(336186420)--java.lang.NullPointerException [junit] [EL Info]: connection: 2022-09-10 04:04:13.745--ServerSession(336186420)-- logout successful [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Not supported: Unless the value holder is wrapped, as by a UOW, it will instaniate with the same connection as its parent in cache, the server read connection. [junit] [EL Info]: 2022-09-10 04:04:13.746--ServerSession(1581397488)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:13.752--ServerSession(1581397488)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:13.776--ServerSession(1581397488)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:13.777--ServerSession(1074028323)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:13.782--ServerSession(1074028323)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:13.802--ServerSession(1074028323)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:13.802--ServerSession(121849153)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:13.808--ServerSession(121849153)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:13.828--ServerSession(121849153)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:13.829--ServerSession(1357684253)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:13.834--ServerSession(1357684253)-- login successful [junit] [EL Warning]: 2022-09-10 04:04:13.854--ServerSession(1357684253)--java.lang.NullPointerException [junit] [EL Info]: connection: 2022-09-10 04:04:13.854--ServerSession(1357684253)-- logout successful [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Not supported: A client session is not allowed to own the value holders of objects it has read, as they are put in the cache and another could potentially trigger them with your connection. [junit] [EL Info]: 2022-09-10 04:04:13.855--ServerSession(1557679907)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:13.861--ServerSession(1557679907)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:13.904--ServerSession(1557679907)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:13.905--ServerSession(1506137502)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:13.911--ServerSession(1506137502)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:13.934--ServerSession(1506137502)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:13.935--ServerSession(1701481613)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:13.94--ServerSession(1701481613)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:13.985--ServerSession(1701481613)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:13.986--DatabaseSessionImpl(1768932912)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Severe]: 2022-09-10 04:04:13.99--DatabaseSessionImpl(1768932912)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.IntegrityException [junit] Descriptor Exceptions: [junit] --------------------------------------------------------- [junit] [junit] Exception [EclipseLink-59] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The instance variable [perio] is not defined in the domain class [org.eclipse.persistence.testing.models.employee.domain.Employee], or it is not accessible. [junit] Internal Exception: java.lang.NoSuchFieldException: perio [junit] Mapping: org.eclipse.persistence.mappings.AggregateObjectMapping[perio] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-74] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The primary key fields are not set for this descriptor. [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-12] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: Descriptors must use an identity map in order to use the "Check Cache" existence checking option. [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-91] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: To use sequence-generated IDs, both the "Sequence Number Name" and "Sequence Number Field Name" properties must be set for this descriptor. [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-2] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [responsibilitiesList] is declared as type ValueHolderInterface, but its mapping does not use indirection. [junit] Mapping: org.eclipse.persistence.mappings.DirectCollectionMapping[responsibilitiesList] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-7] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [responsibilitiesList] should be a type that implements interface java.util.Collection. [junit] Mapping: org.eclipse.persistence.mappings.DirectCollectionMapping[responsibilitiesList] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-2] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [projects] is declared as type ValueHolderInterface, but its mapping does not use indirection. [junit] Mapping: org.eclipse.persistence.mappings.ManyToManyMapping[projects] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-7] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [projects] should be a type that implements interface java.util.Collection. [junit] Mapping: org.eclipse.persistence.mappings.ManyToManyMapping[projects] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-2] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [managedEmployees] is declared as type ValueHolderInterface, but its mapping does not use indirection. [junit] Mapping: org.eclipse.persistence.mappings.OneToManyMapping[managedEmployees] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-7] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [managedEmployees] should be a type that implements interface java.util.Collection. [junit] Mapping: org.eclipse.persistence.mappings.OneToManyMapping[managedEmployees] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-2] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [address] is declared as type ValueHolderInterface, but its mapping does not use indirection. [junit] Mapping: org.eclipse.persistence.mappings.OneToOneMapping[address] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-49] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: An attribute transformation method name is not specified for this mapping. [junit] Mapping: org.eclipse.persistence.mappings.TransformationMapping[normalHours] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-1] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [normalHours] is not declared as type ValueHolderInterface, but its mapping uses indirection. [junit] Mapping: org.eclipse.persistence.mappings.TransformationMapping[normalHours] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Runtime Exceptions: [junit] --------------------------------------------------------- [junit] [junit] java.lang.NullPointerException [junit] [junit] java.lang.NullPointerException [junit] [junit] [EL Info]: connection: 2022-09-10 04:04:13.991--DatabaseSessionImpl(1768932912)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:13.991--DatabaseSessionImpl(1162996274)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:13.993--DatabaseSessionImpl(1162996274)-- login successful [junit] [EL Severe]: 2022-09-10 04:04:13.994--DatabaseSessionImpl(1162996274)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.IntegrityException [junit] Descriptor Exceptions: [junit] --------------------------------------------------------- [junit] [junit] Exception [EclipseLink-59] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The instance variable [perio] is not defined in the domain class [org.eclipse.persistence.testing.models.employee.domain.Employee], or it is not accessible. [junit] Internal Exception: java.lang.NoSuchFieldException: perio [junit] Mapping: org.eclipse.persistence.mappings.AggregateObjectMapping[perio] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-74] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The primary key fields are not set for this descriptor. [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-12] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: Descriptors must use an identity map in order to use the "Check Cache" existence checking option. [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-91] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: To use sequence-generated IDs, both the "Sequence Number Name" and "Sequence Number Field Name" properties must be set for this descriptor. [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-2] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [responsibilitiesList] is declared as type ValueHolderInterface, but its mapping does not use indirection. [junit] Mapping: org.eclipse.persistence.mappings.DirectCollectionMapping[responsibilitiesList] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-7] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [responsibilitiesList] should be a type that implements interface java.util.Collection. [junit] Mapping: org.eclipse.persistence.mappings.DirectCollectionMapping[responsibilitiesList] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-2] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [projects] is declared as type ValueHolderInterface, but its mapping does not use indirection. [junit] Mapping: org.eclipse.persistence.mappings.ManyToManyMapping[projects] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-7] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [projects] should be a type that implements interface java.util.Collection. [junit] Mapping: org.eclipse.persistence.mappings.ManyToManyMapping[projects] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-2] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [managedEmployees] is declared as type ValueHolderInterface, but its mapping does not use indirection. [junit] Mapping: org.eclipse.persistence.mappings.OneToManyMapping[managedEmployees] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-7] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [managedEmployees] should be a type that implements interface java.util.Collection. [junit] Mapping: org.eclipse.persistence.mappings.OneToManyMapping[managedEmployees] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-2] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [address] is declared as type ValueHolderInterface, but its mapping does not use indirection. [junit] Mapping: org.eclipse.persistence.mappings.OneToOneMapping[address] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-49] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: An attribute transformation method name is not specified for this mapping. [junit] Mapping: org.eclipse.persistence.mappings.TransformationMapping[normalHours] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-1] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The attribute [normalHours] is not declared as type ValueHolderInterface, but its mapping uses indirection. [junit] Mapping: org.eclipse.persistence.mappings.TransformationMapping[normalHours] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Runtime Exceptions: [junit] --------------------------------------------------------- [junit] [junit] java.lang.NullPointerException [junit] [junit] java.lang.NullPointerException [junit] [junit] [EL Info]: connection: 2022-09-10 04:04:13.994--DatabaseSessionImpl(1162996274)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:13.998--DatabaseSessionImpl(1929474935)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:13.999--DatabaseSessionImpl(1929474935)-- login successful [junit] [EL Severe]: 2022-09-10 04:04:14.025--DatabaseSessionImpl(1929474935)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.IntegrityException [junit] Descriptor Exceptions: [junit] --------------------------------------------------------- [junit] [junit] Exception [EclipseLink-141] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The field [BUDGE] is not present in the table [LPROJECT] in the database. [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.LargeProject --> [DatabaseTable(PROJECT), DatabaseTable(LPROJECT)]) [junit] [junit] Exception [EclipseLink-141] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The field [FNAME] is not present in the table [EMPLOYEE] in the database. [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-141] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The field [LNAME] is not present in the table [EMPLOYEE] in the database. [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [junit] Exception [EclipseLink-141] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The field [PCODE] is not present in the table [ADDRESS] in the database. [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Address --> [DatabaseTable(ADDRESS)]) [junit] [junit] Exception [EclipseLink-141] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The field [AREACODE] is not present in the table [PHONE] in the database. [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) [junit] [junit] Runtime Exceptions: [junit] --------------------------------------------------------- [junit] [junit] [EL Info]: connection: 2022-09-10 04:04:14.025--DatabaseSessionImpl(1929474935)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:14.026--DatabaseSessionImpl(328100398)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:14.028--DatabaseSessionImpl(328100398)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:14.03--DatabaseSessionImpl(328100398)-- logout successful [junit] [EL Warning]: 2022-09-10 04:04:14.03--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Invalid query key [ [junit] Query Key addres [junit] Base org.eclipse.persistence.testing.models.employee.domain.Employee] in expression. [junit] Query: ReadObjectQuery(referenceClass=Employee ) [junit] [EL Warning]: 2022-09-10 04:04:14.032--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.bad' doesn't exist [junit] Error Code: 1146 [junit] Call: select * from bad [junit] Query: ReadObjectQuery(referenceClass=Employee sql="select * from bad") [junit] [EL Fine]: 2022-09-10 04:04:14.04--Thread(Thread[main,5,main])--Time {0.5HR} [junit] [EL Fine]: 2022-09-10 04:04:14.04--Thread(Thread[main,5,main])--cmp_init_transformer_is_null [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test requires MSAccess or another database that will accept a null password [junit] [EL Info]: connection: 2022-09-10 04:04:14.053--DatabaseSessionImpl(1697269295)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:14.053--DatabaseSessionImpl(1291263586)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:14.057--DatabaseSessionImpl(1291263586)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:14.061--DatabaseSessionImpl(1291263586)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:14.061--DatabaseSessionImpl(1291263586)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:14.063--DatabaseSessionImpl(1291263586)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:14.063--DatabaseSessionImpl(1291263586)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:14.063--DatabaseSessionImpl(1697269295)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:14.067--DatabaseSessionImpl(1697269295)-- login successful [junit] [EL Info]: 2022-09-10 04:04:14.067--DatabaseSessionImpl(1940998245)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:14.07--DatabaseSessionImpl(1940998245)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:14.07--DatabaseSessionImpl(1940998245)-- logout successful [junit] [EL Info]: connection: 2022-09-10 04:04:14.071--DatabaseSessionImpl(1697269295)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:14.071--DatabaseSessionImpl(1697269295)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:14.074--DatabaseSessionImpl(1697269295)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:14.075--DatabaseSessionImpl(1697269295)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:14.075--DatabaseSessionImpl(1697269295)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:14.079--DatabaseSessionImpl(1697269295)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:14.079--DatabaseSessionImpl(1697269295)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:14.079--DatabaseSessionImpl(1697269295)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:14.083--DatabaseSessionImpl(1697269295)-- login successful [junit] [EL Info]: 2022-09-10 04:04:14.163--ServerSession(1886922789)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:14.168--ServerSession(1886922789)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:14.188--ServerSession(1886922789)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:14.189--ServerSession(1419454186)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:14.193--ServerSession(1419454186)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:14.23--ServerSession(1419454186)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:14.23--ServerSession(350084111)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:14.236--ServerSession(350084111)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:14.255--ServerSession(350084111)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:14.276--DatabaseSessionImpl(796986208)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:14.28--DatabaseSessionImpl(796986208)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:14.28--DatabaseSessionImpl(796986208)-- logout successful [junit] [EL Info]: connection: 2022-09-10 04:04:14.281--DatabaseSessionImpl(1697269295)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:14.281--DatabaseSessionImpl(1697269295)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:14.284--DatabaseSessionImpl(1697269295)-- login successful [junit] [EL Warning]: 2022-09-10 04:04:14.285--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'INVALID_QUALIFIER.SEQUENCE' doesn't exist [junit] Error Code: 1146 [junit] Call: UPDATE INVALID_QUALIFIER.SEQUENCE SET SEQ_COUNT = SEQ_COUNT + 50 WHERE SEQ_NAME = 'SEQTESTCLASS2_SEQ' [junit] Query: DataModifyQuery(sql="UPDATE INVALID_QUALIFIER.SEQUENCE SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ?") [junit] [EL Info]: connection: 2022-09-10 04:04:14.285--DatabaseSessionImpl(1697269295)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:14.285--DatabaseSessionImpl(1697269295)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:14.289--DatabaseSessionImpl(1697269295)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:14.289--DatabaseSessionImpl(1697269295)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:14.289--DatabaseSessionImpl(1697269295)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:14.293--DatabaseSessionImpl(1697269295)-- login successful [junit] [EL Warning]: 2022-09-10 04:04:14.294--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'INVALID_QUALIFIER.SEQTESTCLASS2_SEQ' doesn't exist [junit] Error Code: 1146 [junit] Call: UPDATE INVALID_QUALIFIER.SEQTESTCLASS2_SEQ SET COUNTER = COUNTER + 40 [junit] Query: DataModifyQuery(sql="UPDATE INVALID_QUALIFIER.SEQTESTCLASS2_SEQ SET COUNTER = COUNTER + 40") [junit] [EL Info]: connection: 2022-09-10 04:04:14.294--DatabaseSessionImpl(1697269295)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:14.294--DatabaseSessionImpl(1697269295)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:14.297--DatabaseSessionImpl(1697269295)-- login successful [junit] [EL Warning]: 2022-09-10 04:04:14.299--UnitOfWork(1221811264)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Field 'PKEY' doesn't have a default value [junit] Error Code: 1364 [junit] Call: INSERT INTO SEQTESTTABLE1 (FIRST_) VALUES ('aTestValue') [junit] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.sequencing.SeqTestClass1@1a9d9c42) [junit] [EL Info]: connection: 2022-09-10 04:04:14.38--DatabaseSessionImpl(1411265341)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:14.38--DatabaseSessionImpl(1411265341)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:14.385--DatabaseSessionImpl(1411265341)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:14.386--DatabaseSessionImpl(1411265341)-- logout successful [junit] [EL Info]: connection: 2022-09-10 04:04:14.386--DatabaseSessionImpl(1548690520)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:14.386--DatabaseSessionImpl(1548690520)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:14.39--DatabaseSessionImpl(1548690520)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:14.391--DatabaseSessionImpl(1548690520)-- logout successful [junit] [EL Info]: connection: 2022-09-10 04:04:14.391--DatabaseSessionImpl(1708957540)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:14.391--DatabaseSessionImpl(1708957540)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:14.395--DatabaseSessionImpl(1708957540)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:14.396--DatabaseSessionImpl(1708957540)-- logout successful [junit] [EL Info]: connection: 2022-09-10 04:04:14.396--DatabaseSessionImpl(180000326)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:14.396--DatabaseSessionImpl(180000326)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Severe]: 2022-09-10 04:04:14.4--DatabaseSessionImpl(180000326)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.IntegrityException [junit] Descriptor Exceptions: [junit] --------------------------------------------------------- [junit] [junit] Exception [EclipseLink-63] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The instance creation method [org.eclipse.persistence.testing.models.employee.domain.PhoneNumber.notExistStaticMethodOnDescriptor], with no parameters, does not exist, or is not accessible. [junit] Internal Exception: java.lang.NoSuchMethodException: org.eclipse.persistence.testing.models.employee.domain.PhoneNumber.notExistStaticMethodOnDescriptor() [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) [junit] [junit] Runtime Exceptions: [junit] --------------------------------------------------------- [junit] [junit] java.lang.NullPointerException [junit] [junit] [EL Info]: connection: 2022-09-10 04:04:14.4--DatabaseSessionImpl(180000326)-- logout successful [junit] [EL Warning]: 2022-09-10 04:04:14.401--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Can't call rollback when autocommit=true [junit] Error Code: 0 [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] [EL Warning]: 2022-09-10 04:04:14.402--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Can't call rollback when autocommit=true [junit] Error Code: 0 [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] [EL Warning]: 2022-09-10 04:04:14.402--DatabaseSessionImpl(1697269295)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Can't call rollback when autocommit=true [junit] Error Code: 0 [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This database does not support NOWAIT [junit] [EL Info]: connection: 2022-09-10 04:04:14.408--DatabaseSessionImpl(1697269295)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:14.408--DatabaseSessionImpl(1697269295)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:14.413--DatabaseSessionImpl(1697269295)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:14.416--DatabaseSessionImpl(1697269295)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:14.416--DatabaseSessionImpl(1697269295)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:14.42--DatabaseSessionImpl(1697269295)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:14.424--DatabaseSessionImpl(1697269295)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:14.424--DatabaseSessionImpl(1697269295)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:14.428--DatabaseSessionImpl(1697269295)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:14.43--DatabaseSessionImpl(1697269295)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:14.43--DatabaseSessionImpl(1697269295)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:14.434--DatabaseSessionImpl(1697269295)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:14.49--DatabaseSessionImpl(1697269295)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:14.49--DatabaseSessionImpl(1697269295)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:14.494--DatabaseSessionImpl(1697269295)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:14.494--DatabaseSessionImpl(1697269295)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:14.494--DatabaseSessionImpl(662058657)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:14.496--DatabaseSessionImpl(662058657)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:17.227--DatabaseSessionImpl(662058657)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:17.227--DatabaseSessionImpl(421776114)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:17.23--DatabaseSessionImpl(421776114)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:19.943--DatabaseSessionImpl(421776114)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:19.943--DatabaseSessionImpl(757011100)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:19.946--DatabaseSessionImpl(757011100)-- login successful [junit] [EL Warning]: 2022-09-10 04:04:19.97--DatabaseSessionImpl(757011100)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2022-09-10 04:04:19.971--DatabaseSessionImpl(757011100)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] [EL Info]: 2022-09-10 04:04:21.652--ServerSession(1075564985)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:21.659--ServerSession(1075564985)-- login successful [junit] [EL Warning]: 2022-09-10 04:04:21.668--SessionBroker(1592527935)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no session registered with the name []. [junit] [EL Info]: connection: 2022-09-10 04:04:21.668--ServerSession(1075564985)--serverSession logout successful [junit] [EL Info]: 2022-09-10 04:04:21.669--ServerSession(609768705)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:21.675--ServerSession(609768705)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:21.684--ServerSession(609768705)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:21.684--ServerSession(296230320)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:21.69--ServerSession(296230320)-- login successful [junit] [EL Warning]: 2022-09-10 04:04:21.694--SessionBroker(1837781261)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no session registered with the name []. [junit] [EL Info]: connection: 2022-09-10 04:04:21.694--ServerSession(296230320)--serverSession logout successful [junit] [EL Info]: 2022-09-10 04:04:21.695--ServerSession(397558782)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:21.701--ServerSession(397558782)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:21.707--ServerSession(397558782)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:21.708--ServerSession(432416411)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:21.713--ServerSession(432416411)-- login successful [junit] [EL Warning]: 2022-09-10 04:04:21.717--SessionBroker(625748894)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no session registered with the name []. [junit] [EL Info]: connection: 2022-09-10 04:04:21.717--ServerSession(432416411)--serverSession logout successful [junit] [EL Info]: 2022-09-10 04:04:21.718--ServerSession(323984287)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:21.724--ServerSession(323984287)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:21.726--ServerSession(323984287)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:21.728--ServerSession(392984218)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:21.733--ServerSession(392984218)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:21.734--ServerSession(392984218)--serverSession logout successful [junit] [EL Info]: 2022-09-10 04:04:21.735--ServerSession(1955298108)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:21.74--ServerSession(1955298108)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:21.741--ServerSession(1955298108)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:21.741--ServerSession(1522918252)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:21.747--ServerSession(1522918252)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:21.748--ServerSession(1522918252)--serverSession logout successful [junit] [EL Info]: 2022-09-10 04:04:21.748--ServerSession(862875287)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:21.753--ServerSession(862875287)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:21.755--ServerSession(862875287)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:21.756--ServerSession(1751709974)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:21.761--ServerSession(1751709974)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:21.763--ServerSession(1751709974)--serverSession logout successful [junit] [EL Info]: 2022-09-10 04:04:21.763--ServerSession(1793091070)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:21.768--ServerSession(1793091070)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:21.769--ServerSession(1793091070)-- logout successful [junit] [EL Warning]: 2022-09-10 04:04:21.806--HistoricalSession(1992594123)--Exception [EclipseLink-6103] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: You may not execute a WriteQuery from inside a read-only HistoricalSession. To restore past objects, try the following: read the same object as it is now with a UnitOfWork and commit the UnitOfWork. [junit] Query: WriteObjectQuery(Employee: ) [junit] [EL Warning]: 2022-09-10 04:04:21.816--DatabaseSessionImpl(757011100)--Exception [EclipseLink-6101] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Executing this query could violate the integrity of the global session cache which must contain only the latest versions of objects. In order to execute a query that returns objects as of a past time, try one of the following: Use a HistoricalSession (acquireSessionAsOf), all objects read will be cached and automatically read as of the same time. This will apply even to triggering object relationships. Set shouldMaintainCache to false. You may make any object expression as of a past time, provided none of its fields are represented in the result set (i.e. used only in the where clause). [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test supports Oracle DB only. [junit] [EL Info]: 2022-09-10 04:04:22.195--DatabaseSessionImpl(1900341041)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:22.2--DatabaseSessionImpl(1900341041)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:22.325--DatabaseSessionImpl(757011100)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:22.326--DatabaseSessionImpl(1270744516)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:22.328--DatabaseSessionImpl(1270744516)-- login successful [junit] [EL Warning]: 2022-09-10 04:04:22.448--DatabaseSessionImpl(1270744516)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2022-09-10 04:04:22.449--DatabaseSessionImpl(1270744516)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] [EL Info]: 2022-09-10 04:04:24.122--ServerSession(559083483)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:24.13--ServerSession(559083483)-- login successful [junit] [EL Warning]: 2022-09-10 04:04:24.133--SessionBroker(2050055340)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no session registered with the name []. [junit] [EL Info]: connection: 2022-09-10 04:04:24.133--ServerSession(559083483)--serverSession logout successful [junit] [EL Info]: 2022-09-10 04:04:24.134--ServerSession(1791135320)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:24.14--ServerSession(1791135320)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:24.147--ServerSession(1791135320)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:24.148--ServerSession(297873873)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:24.155--ServerSession(297873873)-- login successful [junit] [EL Warning]: 2022-09-10 04:04:24.158--SessionBroker(1598853901)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no session registered with the name []. [junit] [EL Info]: connection: 2022-09-10 04:04:24.158--ServerSession(297873873)--serverSession logout successful [junit] [EL Info]: 2022-09-10 04:04:24.159--ServerSession(221970155)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:24.165--ServerSession(221970155)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:24.171--ServerSession(221970155)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:24.172--ServerSession(256238881)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:24.178--ServerSession(256238881)-- login successful [junit] [EL Warning]: 2022-09-10 04:04:24.181--SessionBroker(1636669721)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no session registered with the name []. [junit] [EL Info]: connection: 2022-09-10 04:04:24.181--ServerSession(256238881)--serverSession logout successful [junit] [EL Info]: 2022-09-10 04:04:24.182--ServerSession(1967546774)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:24.188--ServerSession(1967546774)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:24.191--ServerSession(1967546774)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:24.192--ServerSession(1698233587)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:24.198--ServerSession(1698233587)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:24.199--ServerSession(1698233587)--serverSession logout successful [junit] [EL Info]: 2022-09-10 04:04:24.2--ServerSession(1498264577)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:24.233--ServerSession(1498264577)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:24.234--ServerSession(1498264577)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:24.235--ServerSession(65118030)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:24.241--ServerSession(65118030)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:24.243--ServerSession(65118030)--serverSession logout successful [junit] [EL Info]: 2022-09-10 04:04:24.244--ServerSession(1376863971)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:24.25--ServerSession(1376863971)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:24.252--ServerSession(1376863971)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:24.253--ServerSession(1447306398)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:24.258--ServerSession(1447306398)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:24.26--ServerSession(1447306398)--serverSession logout successful [junit] [EL Info]: 2022-09-10 04:04:24.26--ServerSession(1680109667)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:24.266--ServerSession(1680109667)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:24.267--ServerSession(1680109667)-- logout successful [junit] [EL Warning]: 2022-09-10 04:04:24.312--HistoricalSession(877197382)--Exception [EclipseLink-6103] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: You may not execute a WriteQuery from inside a read-only HistoricalSession. To restore past objects, try the following: read the same object as it is now with a UnitOfWork and commit the UnitOfWork. [junit] Query: WriteObjectQuery(Employee: ) [junit] [EL Warning]: 2022-09-10 04:04:24.32--DatabaseSessionImpl(1270744516)--Exception [EclipseLink-6101] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Executing this query could violate the integrity of the global session cache which must contain only the latest versions of objects. In order to execute a query that returns objects as of a past time, try one of the following: Use a HistoricalSession (acquireSessionAsOf), all objects read will be cached and automatically read as of the same time. This will apply even to triggering object relationships. Set shouldMaintainCache to false. You may make any object expression as of a past time, provided none of its fields are represented in the result set (i.e. used only in the where clause). [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test supports Oracle DB only. [junit] [EL Info]: 2022-09-10 04:04:24.649--DatabaseSessionImpl(1599873815)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:24.653--DatabaseSessionImpl(1599873815)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:24.769--DatabaseSessionImpl(1270744516)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:24.77--DatabaseSessionImpl(304135715)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:24.775--DatabaseSessionImpl(304135715)-- login successful [junit] [EL Warning]: 2022-09-10 04:04:25.614--DatabaseSessionImpl(304135715)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2022-09-10 04:04:25.615--DatabaseSessionImpl(304135715)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This expression is not supported on this platform. [junit] [EL Info]: 2022-09-10 04:04:27.287--ServerSession(1824917007)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:27.293--ServerSession(1824917007)-- login successful [junit] [EL Warning]: 2022-09-10 04:04:27.296--SessionBroker(39654379)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no session registered with the name []. [junit] [EL Info]: connection: 2022-09-10 04:04:27.296--ServerSession(1824917007)--serverSession logout successful [junit] [EL Info]: 2022-09-10 04:04:27.296--ServerSession(756347719)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:27.302--ServerSession(756347719)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:27.308--ServerSession(756347719)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:27.308--ServerSession(1946606424)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:27.313--ServerSession(1946606424)-- login successful [junit] [EL Warning]: 2022-09-10 04:04:27.316--SessionBroker(1502464307)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no session registered with the name []. [junit] [EL Info]: connection: 2022-09-10 04:04:27.316--ServerSession(1946606424)--serverSession logout successful [junit] [EL Info]: 2022-09-10 04:04:27.316--ServerSession(2113818081)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:27.321--ServerSession(2113818081)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:27.326--ServerSession(2113818081)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:27.327--ServerSession(1535484264)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:27.332--ServerSession(1535484264)-- login successful [junit] [EL Warning]: 2022-09-10 04:04:27.334--SessionBroker(544087334)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no session registered with the name []. [junit] [EL Info]: connection: 2022-09-10 04:04:27.334--ServerSession(1535484264)--serverSession logout successful [junit] [EL Info]: 2022-09-10 04:04:27.335--ServerSession(1117718407)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:27.34--ServerSession(1117718407)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:27.342--ServerSession(1117718407)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:27.342--ServerSession(1075788031)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:27.347--ServerSession(1075788031)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:27.348--ServerSession(1075788031)--serverSession logout successful [junit] [EL Info]: 2022-09-10 04:04:27.349--ServerSession(1052869742)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:27.354--ServerSession(1052869742)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:27.355--ServerSession(1052869742)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:27.355--ServerSession(506536049)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:27.36--ServerSession(506536049)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:27.361--ServerSession(506536049)--serverSession logout successful [junit] [EL Info]: 2022-09-10 04:04:27.362--ServerSession(944059252)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:27.367--ServerSession(944059252)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:27.369--ServerSession(944059252)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:27.37--ServerSession(1994558264)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:27.375--ServerSession(1994558264)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:27.376--ServerSession(1994558264)--serverSession logout successful [junit] [EL Info]: 2022-09-10 04:04:27.377--ServerSession(543545878)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:27.382--ServerSession(543545878)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:27.383--ServerSession(543545878)-- logout successful [junit] [EL Warning]: 2022-09-10 04:04:27.414--HistoricalSession(965031833)--Exception [EclipseLink-6103] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: You may not execute a WriteQuery from inside a read-only HistoricalSession. To restore past objects, try the following: read the same object as it is now with a UnitOfWork and commit the UnitOfWork. [junit] Query: WriteObjectQuery(Employee: ) [junit] [EL Warning]: 2022-09-10 04:04:27.451--DatabaseSessionImpl(304135715)--Exception [EclipseLink-6101] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Executing this query could violate the integrity of the global session cache which must contain only the latest versions of objects. In order to execute a query that returns objects as of a past time, try one of the following: Use a HistoricalSession (acquireSessionAsOf), all objects read will be cached and automatically read as of the same time. This will apply even to triggering object relationships. Set shouldMaintainCache to false. You may make any object expression as of a past time, provided none of its fields are represented in the result set (i.e. used only in the where clause). [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test supports Oracle DB only. [junit] [EL Info]: 2022-09-10 04:04:27.757--DatabaseSessionImpl(1642521199)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:27.762--DatabaseSessionImpl(1642521199)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:27.877--DatabaseSessionImpl(304135715)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:27.877--DatabaseSessionImpl(1032959800)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:27.879--DatabaseSessionImpl(1032959800)-- login successful [junit] [EL Warning]: 2022-09-10 04:04:27.898--DatabaseSessionImpl(1032959800)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2022-09-10 04:04:27.899--DatabaseSessionImpl(1032959800)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Info]: connection: 2022-09-10 04:04:29.269--DatabaseSessionImpl(1032959800)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:29.269--DatabaseSessionImpl(971952714)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:29.272--DatabaseSessionImpl(971952714)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:29.272--DatabaseSessionImpl(971952714)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:29.272--DatabaseSessionImpl(1670419162)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:29.274--DatabaseSessionImpl(1670419162)-- login successful [junit] [EL Warning]: 2022-09-10 04:04:29.311--DatabaseSessionImpl(1670419162)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'PROJECT_WORKER_BATCH_HD'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD [junit] Query: DataModifyQuery(sql="Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD") [junit] [EL Info]: connection: 2022-09-10 04:04:30.529--DatabaseSessionImpl(1670419162)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:30.529--DatabaseSessionImpl(244116391)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:30.531--DatabaseSessionImpl(244116391)-- login successful [junit] [EL Warning]: 2022-09-10 04:04:30.547--DatabaseSessionImpl(244116391)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table POLICY [junit] Query: DataModifyQuery(sql="drop table POLICY") [junit] [EL Info]: connection: 2022-09-10 04:04:30.819--DatabaseSessionImpl(244116391)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:30.819--DatabaseSessionImpl(2017567511)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:30.821--DatabaseSessionImpl(2017567511)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:30.821--DatabaseSessionImpl(2017567511)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:30.821--DatabaseSessionImpl(2017567511)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:30.823--DatabaseSessionImpl(2017567511)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:30.823--DatabaseSessionImpl(2017567511)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:30.823--DatabaseSessionImpl(2020629695)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:30.825--DatabaseSessionImpl(2020629695)-- login successful [junit] [EL Warning]: 2022-09-10 04:04:30.829--DatabaseSessionImpl(2020629695)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TV_PROG' [junit] Error Code: 1051 [junit] Call: DROP TABLE TV_PROG [junit] Query: DataModifyQuery(sql="DROP TABLE TV_PROG") [junit] [EL Warning]: 2022-09-10 04:04:30.834--DatabaseSessionImpl(2020629695)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TV_NET' [junit] Error Code: 1051 [junit] Call: DROP TABLE TV_NET [junit] Query: DataModifyQuery(sql="DROP TABLE TV_NET") [junit] [EL Warning]: 2022-09-10 04:04:30.838--DatabaseSessionImpl(2020629695)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TV_SCED' [junit] Error Code: 1051 [junit] Call: DROP TABLE TV_SCED [junit] Query: DataModifyQuery(sql="DROP TABLE TV_SCED") [junit] [EL Warning]: 2022-09-10 04:04:30.842--DatabaseSessionImpl(2020629695)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TV_SCPG' [junit] Error Code: 1051 [junit] Call: DROP TABLE TV_SCPG [junit] Query: DataModifyQuery(sql="DROP TABLE TV_SCPG") [junit] [EL Info]: connection: 2022-09-10 04:04:30.872--DatabaseSessionImpl(2020629695)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:30.872--DatabaseSessionImpl(350354932)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:30.874--DatabaseSessionImpl(350354932)-- login successful [junit] [EL Warning]: 2022-09-10 04:04:30.895--DatabaseSessionImpl(350354932)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.SECRTRY' [junit] Error Code: 1051 [junit] Call: DROP TABLE SECRTRY [junit] Query: DataModifyQuery(sql="DROP TABLE SECRTRY") [junit] [EL Warning]: 2022-09-10 04:04:30.9--DatabaseSessionImpl(350354932)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.RECEP' [junit] Error Code: 1051 [junit] Call: DROP TABLE RECEP [junit] Query: DataModifyQuery(sql="DROP TABLE RECEP") [junit] [EL Warning]: 2022-09-10 04:04:30.904--DatabaseSessionImpl(350354932)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.PRD_MGR' [junit] Error Code: 1051 [junit] Call: DROP TABLE PRD_MGR [junit] Query: DataModifyQuery(sql="DROP TABLE PRD_MGR") [junit] [EL Warning]: 2022-09-10 04:04:30.909--DatabaseSessionImpl(350354932)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.PER_MGR' [junit] Error Code: 1051 [junit] Call: DROP TABLE PER_MGR [junit] Query: DataModifyQuery(sql="DROP TABLE PER_MGR") [junit] [EL Warning]: 2022-09-10 04:04:30.912--DatabaseSessionImpl(350354932)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.PRD_DEV' [junit] Error Code: 1051 [junit] Call: DROP TABLE PRD_DEV [junit] Query: DataModifyQuery(sql="DROP TABLE PRD_DEV") [junit] [EL Warning]: 2022-09-10 04:04:30.916--DatabaseSessionImpl(350354932)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.CRS_DEV' [junit] Error Code: 1051 [junit] Call: DROP TABLE CRS_DEV [junit] Query: DataModifyQuery(sql="DROP TABLE CRS_DEV") [junit] [EL Warning]: 2022-09-10 04:04:30.92--DatabaseSessionImpl(350354932)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.DEV_JOB' [junit] Error Code: 1051 [junit] Call: DROP TABLE DEV_JOB [junit] Query: DataModifyQuery(sql="DROP TABLE DEV_JOB") [junit] [EL Warning]: 2022-09-10 04:04:30.924--DatabaseSessionImpl(350354932)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.ADM_JOB' [junit] Error Code: 1051 [junit] Call: DROP TABLE ADM_JOB [junit] Query: DataModifyQuery(sql="DROP TABLE ADM_JOB") [junit] [EL Warning]: 2022-09-10 04:04:30.929--DatabaseSessionImpl(350354932)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.INT_EMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE INT_EMP [junit] Query: DataModifyQuery(sql="DROP TABLE INT_EMP") [junit] [EL Warning]: 2022-09-10 04:04:30.933--DatabaseSessionImpl(350354932)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.INT_CMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE INT_CMP [junit] Query: DataModifyQuery(sql="DROP TABLE INT_CMP") [junit] [EL Warning]: 2022-09-10 04:04:30.937--DatabaseSessionImpl(350354932)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.INT_EML' [junit] Error Code: 1051 [junit] Call: DROP TABLE INT_EML [junit] Query: DataModifyQuery(sql="DROP TABLE INT_EML") [junit] [EL Warning]: 2022-09-10 04:04:30.941--DatabaseSessionImpl(350354932)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.INT_PHN' [junit] Error Code: 1051 [junit] Call: DROP TABLE INT_PHN [junit] Query: DataModifyQuery(sql="DROP TABLE INT_PHN") [junit] [EL Warning]: 2022-09-10 04:04:30.945--DatabaseSessionImpl(350354932)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.INT_COMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE INT_COMP [junit] Query: DataModifyQuery(sql="DROP TABLE INT_COMP") [junit] [EL Warning]: 2022-09-10 04:04:30.949--DatabaseSessionImpl(350354932)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.INT_VEH' [junit] Error Code: 1051 [junit] Call: DROP TABLE INT_VEH [junit] Query: DataModifyQuery(sql="DROP TABLE INT_VEH") [junit] [EL Warning]: 2022-09-10 04:04:30.953--DatabaseSessionImpl(350354932)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.ACTOR' [junit] Error Code: 1051 [junit] Call: DROP TABLE ACTOR [junit] Query: DataModifyQuery(sql="DROP TABLE ACTOR") [junit] [EL Warning]: 2022-09-10 04:04:30.957--DatabaseSessionImpl(350354932)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.DOCUMENTARY' [junit] Error Code: 1051 [junit] Call: DROP TABLE DOCUMENTARY [junit] Query: DataModifyQuery(sql="DROP TABLE DOCUMENTARY") [junit] [EL Warning]: 2022-09-10 04:04:30.96--DatabaseSessionImpl(350354932)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.FILM' [junit] Error Code: 1051 [junit] Call: DROP TABLE FILM [junit] Query: DataModifyQuery(sql="DROP TABLE FILM") [junit] [EL Warning]: 2022-09-10 04:04:31.067--DatabaseSessionImpl(350354932)--Exception [EclipseLink-6006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The mapping [org.eclipse.persistence.mappings.VariableOneToOneMapping[contact]] does not support batch reading. [junit] Query: ReadAllQuery(referenceClass=Employee sql="SELECT ID, NAME, ASSET_ID, ASSET_TYPE, ASSET2_ID, ASSET2_TYPE, CON_ID, CONTACT_TYPE, SEC_CON_ID, SEC_CONTACT_TYPE FROM INT_EMP") [junit] [EL Warning]: 2022-09-10 04:04:31.21--DatabaseSessionImpl(350354932)--Exception [EclipseLink-6072] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Querying across a VariableOneToOneMapping is not supported. [junit] Descriptor: [RelationalDescriptor(org.eclipse.persistence.testing.models.interfaces.Employee --> [DatabaseTable(INT_EMP)])] [junit] Mapping: [org.eclipse.persistence.mappings.VariableOneToOneMapping[contact]] [junit] Query: ReadObjectQuery(referenceClass=Employee ) [junit] [EL Info]: connection: 2022-09-10 04:04:31.279--DatabaseSessionImpl(350354932)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:31.283--DatabaseSessionImpl(235820591)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:31.296--DatabaseSessionImpl(235820591)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:31.296--DatabaseSessionImpl(235820591)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:31.296--DatabaseSessionImpl(350354932)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:31.298--DatabaseSessionImpl(350354932)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:31.299--DatabaseSessionImpl(350354932)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:31.299--DatabaseSessionImpl(1568802039)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:31.301--DatabaseSessionImpl(1568802039)-- login successful [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This model is intended for Oracle databases only. [junit] WARNING, some JDBC drivers may fail BatchUpdates.[EL Warning]: 2022-09-10 04:04:31.324--DatabaseSessionImpl(1568802039)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2022-09-10 04:04:31.326--DatabaseSessionImpl(1568802039)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Warning]: 2022-09-10 04:04:31.535--DatabaseSessionImpl(1568802039)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.CACH_LCK' [junit] Error Code: 1051 [junit] Call: DROP TABLE CACH_LCK [junit] Query: DataModifyQuery(sql="DROP TABLE CACH_LCK") [junit] [EL Warning]: 2022-09-10 04:04:31.54--DatabaseSessionImpl(1568802039)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.OBJ_LCK' [junit] Error Code: 1051 [junit] Call: DROP TABLE OBJ_LCK [junit] Query: DataModifyQuery(sql="DROP TABLE OBJ_LCK") [junit] [EL Warning]: 2022-09-10 04:04:31.544--DatabaseSessionImpl(1568802039)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TSO_LCK' [junit] Error Code: 1051 [junit] Call: DROP TABLE TSO_LCK [junit] Query: DataModifyQuery(sql="DROP TABLE TSO_LCK") [junit] [EL Warning]: 2022-09-10 04:04:31.548--DatabaseSessionImpl(1568802039)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TSAO_LCK' [junit] Error Code: 1051 [junit] Call: DROP TABLE TSAO_LCK [junit] Query: DataModifyQuery(sql="DROP TABLE TSAO_LCK") [junit] [EL Warning]: 2022-09-10 04:04:31.553--DatabaseSessionImpl(1568802039)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.AO_LCK' [junit] Error Code: 1051 [junit] Call: DROP TABLE AO_LCK [junit] Query: DataModifyQuery(sql="DROP TABLE AO_LCK") [junit] [EL Warning]: 2022-09-10 04:04:31.557--DatabaseSessionImpl(1568802039)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TSC_LCK' [junit] Error Code: 1051 [junit] Call: DROP TABLE TSC_LCK [junit] Query: DataModifyQuery(sql="DROP TABLE TSC_LCK") [junit] [EL Warning]: 2022-09-10 04:04:31.561--DatabaseSessionImpl(1568802039)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.CHNG_ROW' [junit] Error Code: 1051 [junit] Call: DROP TABLE CHNG_ROW [junit] Query: DataModifyQuery(sql="DROP TABLE CHNG_ROW") [junit] [EL Warning]: 2022-09-10 04:04:31.565--DatabaseSessionImpl(1568802039)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.OL_ITEM' [junit] Error Code: 1051 [junit] Call: DROP TABLE OL_ITEM [junit] Query: DataModifyQuery(sql="DROP TABLE OL_ITEM") [junit] [EL Warning]: 2022-09-10 04:04:31.569--DatabaseSessionImpl(1568802039)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.OL_HOLDER' [junit] Error Code: 1051 [junit] Call: DROP TABLE OL_HOLDER [junit] Query: DataModifyQuery(sql="DROP TABLE OL_HOLDER") [junit] Native batch writing is not supported on this database. [junit] [EL Warning]: 2022-09-10 04:04:32.149--UnitOfWork(1260920218)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.BatchUpdateException: Not unique table/alias: 'b' [junit] Error Code: 1066 [junit] Native batch writing is not supported on this database. [junit] Native batch writing is not supported on this database. [junit] [EL Warning]: 2022-09-10 04:04:32.153--UnitOfWork(204333927)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.BatchUpdateException: Not unique table/alias: 'b' [junit] Error Code: 1066 [junit] Native batch writing is not supported on this database. [junit] Native batch writing is not supported on this database. [junit] [EL Warning]: 2022-09-10 04:04:32.155--UnitOfWork(1140791689)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Not unique table/alias: 'b' [junit] Error Code: 1066 [junit] Call: insert into employee (f_name, emp_id, version) SELECT 'first', 9880, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b [junit] Query: DataModifyQuery(name="query0" sql="insert into employee (f_name, emp_id, version) SELECT 'first', 9880, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b") [junit] Native batch writing is not supported on this database. [junit] Native batch writing is not supported on this database. [junit] [EL Warning]: 2022-09-10 04:04:32.158--UnitOfWork(134707042)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Not unique table/alias: 'b' [junit] Error Code: 1066 [junit] Call: insert into employee (emp_id, version) SELECT 9890, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b [junit] Query: DataModifyQuery(name="query0" sql="insert into employee (emp_id, version) SELECT 9890, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b") [junit] Native batch writing is not supported on this database. [junit] Native batch writing is not supported on this database. [junit] [EL Warning]: 2022-09-10 04:04:32.16--UnitOfWork(1454452737)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Not unique table/alias: 'b' [junit] Error Code: 1066 [junit] Call: insert into employee (emp_id, version) SELECT 9900, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b [junit] Query: DataModifyQuery(name="query0" sql="insert into employee (emp_id, version) SELECT 9900, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b") [junit] Native batch writing is not supported on this database. [junit] QueryTimeoutBatch test completed without timeout. [junit] [EL Info]: 2022-09-10 04:04:32.266--DatabaseSessionImpl(902165076)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:32.271--DatabaseSessionImpl(902165076)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:32.271--DatabaseSessionImpl(902165076)-- logout successful [junit] [EL Info]: connection: 2022-09-10 04:04:32.272--DatabaseSessionImpl(1568802039)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:32.272--DatabaseSessionImpl(1090438438)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:32.274--DatabaseSessionImpl(1090438438)-- login successful [junit] [EL Warning]: 2022-09-10 04:04:32.523--DatabaseSessionImpl(1090438438)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'PROJECT_WORKER_BATCH_HD'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD [junit] Query: DataModifyQuery(sql="Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD") [junit] [EL Warning]: 2022-09-10 04:04:33.579--DatabaseSessionImpl(1090438438)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.JPQLException [junit] Exception Description: Syntax error parsing [SELECT OBJECT(emp) Frow Employee emp]. [junit] [36, 36] A select statement must have a FROM clause. [junit] [EL Info]: 2022-09-10 04:04:33.941--ServerSession(67601443)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:33.943--ServerSession(67601443)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:33.944--ServerSession(67601443)-- logout successful [junit] [EL Warning]: 2022-09-10 04:04:35.249--DatabaseSessionImpl(1090438438)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.JPQLException [junit] Exception Description: Syntax error parsing [SELECT OBJECT(emp) Frow Employee emp]. [junit] [36, 36] A select statement must have a FROM clause. [junit] [EL Info]: 2022-09-10 04:04:35.583--ServerSession(315692762)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:35.586--ServerSession(315692762)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:35.586--ServerSession(315692762)-- logout successful [junit] [EL Warning]: 2022-09-10 04:04:36.938--DatabaseSessionImpl(1090438438)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.JPQLException [junit] Exception Description: Syntax error parsing [SELECT OBJECT(emp) Frow AccountBean account]. [junit] [43, 43] A select statement must have a FROM clause. [junit] [EL Warning]: 2022-09-10 04:04:37.394--DatabaseSessionImpl(1090438438)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.JPQLException [junit] Exception Description: Syntax error parsing [SELECT FROM EMPLOYEE emp]. [junit] [7, 7] The select expression is missing from the SELECT clause. [junit] [EL Warning]: 2022-09-10 04:04:37.397--DatabaseSessionImpl(1090438438)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.JPQLException [junit] Exception Description: Problem compiling [SELECT OBJECT(i) FROM Integer i WHERE i.city = "Ottawa"]. [junit] [22, 29] The abstract schema type 'Integer' is unknown. [junit] [38, 44] The state field path 'i.city' cannot be resolved to a valid type. [junit] [EL Warning]: 2022-09-10 04:04:37.398--DatabaseSessionImpl(1090438438)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.JPQLException [junit] Exception Description: Problem compiling [SELECT OBJECT(nullRoot) FROM Employee emp WHERE emp.firstName = "Fred"]. [junit] [14, 22] The identification variable 'nullRoot' is not defined in the FROM clause. [junit] [EL Warning]: 2022-09-10 04:04:37.398--DatabaseSessionImpl(1090438438)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.JPQLException [junit] Exception Description: Syntax error parsing [SELECT OBJECT(emp) FROW Employee emp]. [junit] [36, 36] A select statement must have a FROM clause. [junit] [EL Warning]: 2022-09-10 04:04:37.399--DatabaseSessionImpl(1090438438)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.JPQLException [junit] Exception Description: Syntax error parsing [SELECT OBJECT(emp) FROM Employee emp WHERE emp.firstName == "Fred"]. [junit] [59, 59] A comparison expression must define the left side of the comparison. [junit] [EL Warning]: 2022-09-10 04:04:37.399--DatabaseSessionImpl(1090438438)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.JPQLException [junit] Exception Description: Syntax error parsing [SELECT OBJECT(emp) FROM Employee emp WHERE emp.firstName = "Fred" AND 1]. [junit] [70, 71] The right expression is not a valid expression. [junit] [EL Warning]: 2022-09-10 04:04:37.4--DatabaseSessionImpl(1090438438)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.JPQLException [junit] Exception Description: Syntax error parsing [SELECT OBJECT(emp) FROM Employee emp WHERE emp.firstName = "Fred" OR "Freda"]. [junit] [69, 76] The right expression is not a valid expression. [junit] [EL Warning]: 2022-09-10 04:04:37.401--DatabaseSessionImpl(1090438438)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.JPQLException [junit] Exception Description: Syntax error parsing [SLEECT OBJECT(emp) FROM Employee emp WHERE emp.firstName = "Fred" OR "Freda"]. [junit] [0, 76] The query does not start with a valid identifier, has to be either SELECT, UPDATE or DELETE FROM. [junit] [EL Warning]: 2022-09-10 04:04:37.401--DatabaseSessionImpl(1090438438)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.JPQLException [junit] Exception Description: Syntax error parsing [OBJECT(emp) FROM Employee emp]. [junit] [0, 29] The query does not start with a valid identifier, has to be either SELECT, UPDATE or DELETE FROM. [junit] [EL Warning]: 2022-09-10 04:04:37.402--DatabaseSessionImpl(1090438438)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.JPQLException [junit] Exception Description: Problem compiling [SELECT OBJECT(emp) FROM Employee employee WHERE emp.firstName = "Fred"]. [junit] [48, 61] The state field path 'emp.firstName' cannot be resolved to a valid type. [junit] [14, 17] The identification variable 'emp' is not defined in the FROM clause. [junit] [48, 51] The identification variable 'emp' is not defined in the FROM clause. [junit] [EL Warning]: 2022-09-10 04:04:37.403--DatabaseSessionImpl(1090438438)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.JPQLException [junit] Exception Description: Syntax error parsing [FROM Employee WHERE firstName = ?1]. [junit] [14, 14] An identification variable must be provided for a range variable declaration. [junit] [EL Warning]: 2022-09-10 04:04:37.404--DatabaseSessionImpl(1090438438)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.JPQLException [junit] Exception Description: Syntax error parsing [SELECT OBJECT(+emp1) FROM Employee +emp1]. [junit] [14, 19] The encapsulated expression is not a valid expression. [junit] [35, 36] The FROM clause has 'Employee +' and 'emp1' that are not separated by a comma. [junit] [35, 36] The identification variable '+' cannot be a reserved word. [junit] [40, 40] An identification variable must be provided for a range variable declaration. [junit] [EL Warning]: 2022-09-10 04:04:37.405--DatabaseSessionImpl(1090438438)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.JPQLException [junit] Exception Description: Syntax error parsing [SELECT OBJECT(emp 1) FROM Employee emp 1]. [junit] [19, 19] A select statement must have a FROM clause. [junit] [17, 17] The right parenthesis is missing from the OBJECT expression. [junit] [18, 19] The identification variable '1' is not following the rules for a Java identifier. [junit] [19, 40] The query contains a malformed ending. [junit] [EL Warning]: 2022-09-10 04:04:37.431--DatabaseSessionImpl(1090438438)--Exception [EclipseLink-6094] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The parameter name [2] in the query's selection criteria does not match any parameter name defined in the query. [junit] Query: ReadAllQuery(referenceClass=Employee sql="SELECT t0.EMP_ID, t1.EMP_ID, t0.ADDR_ID, t0.F_NAME, t0.GENDER, t0.L_NAME, t1.SALARY, t0.START_TIME, t0.END_TIME, t0.END_DATE, t0.START_DATE, t0.MANAGER_ID, t0.VERSION FROM EMPLOYEE t0, SALARY t1 WHERE ((t0.F_NAME = ?) AND (t1.EMP_ID = t0.EMP_ID))") [junit] [EL Info]: connection: 2022-09-10 04:04:37.435--DatabaseSessionImpl(1090438438)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:37.435--DatabaseSessionImpl(1764652311)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:37.438--DatabaseSessionImpl(1764652311)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:37.936--DatabaseSessionImpl(1764652311)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:37.936--DatabaseSessionImpl(2008009725)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:37.939--DatabaseSessionImpl(2008009725)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:37.947--DatabaseSessionImpl(2008009725)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:37.947--DatabaseSessionImpl(111602288)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:37.95--DatabaseSessionImpl(111602288)-- login successful [junit] [EL Warning]: 2022-09-10 04:04:37.978--DatabaseSessionImpl(111602288)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.DIR_ENT_MAP_HOLDER' [junit] Error Code: 1051 [junit] Call: DROP TABLE DIR_ENT_MAP_HOLDER [junit] Query: DataModifyQuery(sql="DROP TABLE DIR_ENT_MAP_HOLDER") [junit] [EL Warning]: 2022-09-10 04:04:37.983--DatabaseSessionImpl(111602288)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.DIR_ENT_MAP_REL' [junit] Error Code: 1051 [junit] Call: DROP TABLE DIR_ENT_MAP_REL [junit] Query: DataModifyQuery(sql="DROP TABLE DIR_ENT_MAP_REL") [junit] [EL Warning]: 2022-09-10 04:04:37.988--DatabaseSessionImpl(111602288)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.DIR_ENT_1M_MAP_HOLDER' [junit] Error Code: 1051 [junit] Call: DROP TABLE DIR_ENT_1M_MAP_HOLDER [junit] Query: DataModifyQuery(sql="DROP TABLE DIR_ENT_1M_MAP_HOLDER") [junit] [EL Warning]: 2022-09-10 04:04:37.996--DatabaseSessionImpl(111602288)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.ENT_MAP_VALUE' [junit] Error Code: 1051 [junit] Call: DROP TABLE ENT_MAP_VALUE [junit] Query: DataModifyQuery(sql="DROP TABLE ENT_MAP_VALUE") [junit] [EL Warning]: 2022-09-10 04:04:38.007--DatabaseSessionImpl(111602288)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.AGG_ENT_MAP_HOLDER' [junit] Error Code: 1051 [junit] Call: DROP TABLE AGG_ENT_MAP_HOLDER [junit] Query: DataModifyQuery(sql="DROP TABLE AGG_ENT_MAP_HOLDER") [junit] [EL Warning]: 2022-09-10 04:04:38.017--DatabaseSessionImpl(111602288)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.AGG_ENT_MAP_REL' [junit] Error Code: 1051 [junit] Call: DROP TABLE AGG_ENT_MAP_REL [junit] Query: DataModifyQuery(sql="DROP TABLE AGG_ENT_MAP_REL") [junit] [EL Warning]: 2022-09-10 04:04:38.04--DatabaseSessionImpl(111602288)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.ENT_ENT_MAP_HOLDER' [junit] Error Code: 1051 [junit] Call: DROP TABLE ENT_ENT_MAP_HOLDER [junit] Query: DataModifyQuery(sql="DROP TABLE ENT_ENT_MAP_HOLDER") [junit] [EL Warning]: 2022-09-10 04:04:38.048--DatabaseSessionImpl(111602288)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.ENT_ENT_MAP_REL' [junit] Error Code: 1051 [junit] Call: DROP TABLE ENT_ENT_MAP_REL [junit] Query: DataModifyQuery(sql="DROP TABLE ENT_ENT_MAP_REL") [junit] [EL Warning]: 2022-09-10 04:04:38.053--DatabaseSessionImpl(111602288)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.ENT_MAP_KEY' [junit] Error Code: 1051 [junit] Call: DROP TABLE ENT_MAP_KEY [junit] Query: DataModifyQuery(sql="DROP TABLE ENT_MAP_KEY") [junit] [EL Warning]: 2022-09-10 04:04:38.057--DatabaseSessionImpl(111602288)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.DIR_DIR_MAP_HOLDER' [junit] Error Code: 1051 [junit] Call: DROP TABLE DIR_DIR_MAP_HOLDER [junit] Query: DataModifyQuery(sql="DROP TABLE DIR_DIR_MAP_HOLDER") [junit] [EL Warning]: 2022-09-10 04:04:38.06--DatabaseSessionImpl(111602288)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.DIR_DIR_MAP_REL' [junit] Error Code: 1051 [junit] Call: DROP TABLE DIR_DIR_MAP_REL [junit] Query: DataModifyQuery(sql="DROP TABLE DIR_DIR_MAP_REL") [junit] [EL Warning]: 2022-09-10 04:04:38.064--DatabaseSessionImpl(111602288)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.AGG_DIR_MAP_HOLDER' [junit] Error Code: 1051 [junit] Call: DROP TABLE AGG_DIR_MAP_HOLDER [junit] Query: DataModifyQuery(sql="DROP TABLE AGG_DIR_MAP_HOLDER") [junit] [EL Warning]: 2022-09-10 04:04:38.068--DatabaseSessionImpl(111602288)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.AGG_DIR_MAP_REL' [junit] Error Code: 1051 [junit] Call: DROP TABLE AGG_DIR_MAP_REL [junit] Query: DataModifyQuery(sql="DROP TABLE AGG_DIR_MAP_REL") [junit] [EL Warning]: 2022-09-10 04:04:38.072--DatabaseSessionImpl(111602288)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.ENT_DIR_MAP_HOLDER' [junit] Error Code: 1051 [junit] Call: DROP TABLE ENT_DIR_MAP_HOLDER [junit] Query: DataModifyQuery(sql="DROP TABLE ENT_DIR_MAP_HOLDER") [junit] [EL Warning]: 2022-09-10 04:04:38.076--DatabaseSessionImpl(111602288)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.ENT_DIR_MAP_REL' [junit] Error Code: 1051 [junit] Call: DROP TABLE ENT_DIR_MAP_REL [junit] Query: DataModifyQuery(sql="DROP TABLE ENT_DIR_MAP_REL") [junit] [EL Warning]: 2022-09-10 04:04:38.08--DatabaseSessionImpl(111602288)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.AGG_AGG_MAP_HOLDER' [junit] Error Code: 1051 [junit] Call: DROP TABLE AGG_AGG_MAP_HOLDER [junit] Query: DataModifyQuery(sql="DROP TABLE AGG_AGG_MAP_HOLDER") [junit] [EL Warning]: 2022-09-10 04:04:38.084--DatabaseSessionImpl(111602288)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.AGG_AGG_MAP_REL' [junit] Error Code: 1051 [junit] Call: DROP TABLE AGG_AGG_MAP_REL [junit] Query: DataModifyQuery(sql="DROP TABLE AGG_AGG_MAP_REL") [junit] [EL Warning]: 2022-09-10 04:04:38.088--DatabaseSessionImpl(111602288)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.DIR_AGG_MAP_HOLDER' [junit] Error Code: 1051 [junit] Call: DROP TABLE DIR_AGG_MAP_HOLDER [junit] Query: DataModifyQuery(sql="DROP TABLE DIR_AGG_MAP_HOLDER") [junit] [EL Warning]: 2022-09-10 04:04:38.091--DatabaseSessionImpl(111602288)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.DIR_AGG_MAP_REL' [junit] Error Code: 1051 [junit] Call: DROP TABLE DIR_AGG_MAP_REL [junit] Query: DataModifyQuery(sql="DROP TABLE DIR_AGG_MAP_REL") [junit] [EL Warning]: 2022-09-10 04:04:38.095--DatabaseSessionImpl(111602288)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.ENT_AGG_MAP_HOLDER' [junit] Error Code: 1051 [junit] Call: DROP TABLE ENT_AGG_MAP_HOLDER [junit] Query: DataModifyQuery(sql="DROP TABLE ENT_AGG_MAP_HOLDER") [junit] [EL Warning]: 2022-09-10 04:04:38.099--DatabaseSessionImpl(111602288)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.ENT_AGG_MAP_REL' [junit] Error Code: 1051 [junit] Call: DROP TABLE ENT_AGG_MAP_REL [junit] Query: DataModifyQuery(sql="DROP TABLE ENT_AGG_MAP_REL") [junit] [EL Warning]: 2022-09-10 04:04:38.103--DatabaseSessionImpl(111602288)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.DE_OM_ENT_MAP_VALUE' [junit] Error Code: 1051 [junit] Call: DROP TABLE DE_OM_ENT_MAP_VALUE [junit] Query: DataModifyQuery(sql="DROP TABLE DE_OM_ENT_MAP_VALUE") [junit] [EL Warning]: 2022-09-10 04:04:38.106--DatabaseSessionImpl(111602288)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.AGG_ENT_1M_MAP_HOLDER' [junit] Error Code: 1051 [junit] Call: DROP TABLE AGG_ENT_1M_MAP_HOLDER [junit] Query: DataModifyQuery(sql="DROP TABLE AGG_ENT_1M_MAP_HOLDER") [junit] [EL Warning]: 2022-09-10 04:04:38.11--DatabaseSessionImpl(111602288)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.AE_OM_ENT_MAP_VALUE' [junit] Error Code: 1051 [junit] Call: DROP TABLE AE_OM_ENT_MAP_VALUE [junit] Query: DataModifyQuery(sql="DROP TABLE AE_OM_ENT_MAP_VALUE") [junit] [EL Warning]: 2022-09-10 04:04:38.114--DatabaseSessionImpl(111602288)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.ENT_ENT_1M_MAP_HOLDER' [junit] Error Code: 1051 [junit] Call: DROP TABLE ENT_ENT_1M_MAP_HOLDER [junit] Query: DataModifyQuery(sql="DROP TABLE ENT_ENT_1M_MAP_HOLDER") [junit] [EL Warning]: 2022-09-10 04:04:38.118--DatabaseSessionImpl(111602288)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.EE_OM_ENT_MAP_VALUE' [junit] Error Code: 1051 [junit] Call: DROP TABLE EE_OM_ENT_MAP_VALUE [junit] Query: DataModifyQuery(sql="DROP TABLE EE_OM_ENT_MAP_VALUE") [junit] [EL Warning]: 2022-09-10 04:04:38.122--DatabaseSessionImpl(111602288)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.DIR_ENT_U1M_MAP_HOLDER' [junit] Error Code: 1051 [junit] Call: DROP TABLE DIR_ENT_U1M_MAP_HOLDER [junit] Query: DataModifyQuery(sql="DROP TABLE DIR_ENT_U1M_MAP_HOLDER") [junit] [EL Warning]: 2022-09-10 04:04:38.126--DatabaseSessionImpl(111602288)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.AGG_ENT_U1M_MAP_HOLDER' [junit] Error Code: 1051 [junit] Call: DROP TABLE AGG_ENT_U1M_MAP_HOLDER [junit] Query: DataModifyQuery(sql="DROP TABLE AGG_ENT_U1M_MAP_HOLDER") [junit] [EL Warning]: 2022-09-10 04:04:38.129--DatabaseSessionImpl(111602288)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.ENT_ENT_U1M_MAP_HOLDER' [junit] Error Code: 1051 [junit] Call: DROP TABLE ENT_ENT_U1M_MAP_HOLDER [junit] Query: DataModifyQuery(sql="DROP TABLE ENT_ENT_U1M_MAP_HOLDER") [junit] [EL Info]: connection: 2022-09-10 04:04:38.767--DatabaseSessionImpl(111602288)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:38.768--DatabaseSessionImpl(774541086)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:38.772--DatabaseSessionImpl(774541086)-- login successful [junit] [EL Info]: 2022-09-10 04:04:40.166--DatabaseSessionImpl(1552055617)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:40.171--DatabaseSessionImpl(1552055617)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:40.19--DatabaseSessionImpl(1552055617)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:40.191--DatabaseSessionImpl(1491961977)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:40.196--DatabaseSessionImpl(1491961977)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:40.211--DatabaseSessionImpl(1491961977)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:40.212--DatabaseSessionImpl(16847728)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:40.216--DatabaseSessionImpl(16847728)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:40.23--DatabaseSessionImpl(16847728)-- logout successful [junit] [EL Info]: connection: 2022-09-10 04:04:40.239--DatabaseSessionImpl(774541086)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:40.239--DatabaseSessionImpl(1060448343)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:40.241--DatabaseSessionImpl(1060448343)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:40.589--DatabaseSessionImpl(1060448343)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:40.589--DatabaseSessionImpl(1060448343)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:40.593--DatabaseSessionImpl(1060448343)-- login successful [junit] [EL Warning]: 2022-09-10 04:04:40.614--DatabaseSessionImpl(1060448343)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2022-09-10 04:04:40.615--DatabaseSessionImpl(1060448343)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Info]: connection: 2022-09-10 04:04:40.81--DatabaseSessionImpl(1060448343)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:40.811--DatabaseSessionImpl(1060448343)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:40.815--DatabaseSessionImpl(1060448343)-- login successful [junit] [EL Warning]: 2022-09-10 04:04:40.833--DatabaseSessionImpl(1060448343)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2022-09-10 04:04:40.834--DatabaseSessionImpl(1060448343)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in SQLServer. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in SQLServer. Or Sybase or SQLAnywhere [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in SQLServer. Or Sybase or SQLAnywhere [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in SQLServer. Or Sybase or SQLAnywhere [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in SQLServer. Or Sybase or SQLAnywhere [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in SQLServer until EmployeeCustomeSQLSystem is modified [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in DB2, and not support jcc driver. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in DB2, and not support jcc driver. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test intended for Sybase and SQLAnywhere [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle9 [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle9 [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle9 [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle9 [junit] [EL Info]: 2022-09-10 04:04:41.124--ServerSession(1795311246)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:41.128--ServerSession(1795311246)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:41.128--ServerSession(1795311246)-- logout successful [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle9 [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test can only be run in Oracle [junit] [EL Info]: connection: 2022-09-10 04:04:41.142--DatabaseSessionImpl(1060448343)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:41.142--DatabaseSessionImpl(1718989592)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:41.144--DatabaseSessionImpl(1718989592)-- login successful [junit] [EL Warning]: 2022-09-10 04:04:41.876--DatabaseSessionImpl(1718989592)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2022-09-10 04:04:41.878--DatabaseSessionImpl(1718989592)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Warning]: 2022-09-10 04:04:42.075--DatabaseSessionImpl(1718989592)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'PROJECT_WORKER_BATCH_HD'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD [junit] Query: DataModifyQuery(sql="Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD") [junit] [EL Warning]: 2022-09-10 04:04:44.941--UnitOfWork(2102294202)--Exception [EclipseLink-68] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The value of an aggregate in object [org.eclipse.persistence.testing.models.aggregate.Employee1@e9ea509] is null. Null values not allowed for Aggregate mappings unless "Allow Null" is specified. [junit] Mapping: org.eclipse.persistence.mappings.AggregateObjectMapping[address] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.aggregate.Employee1 --> [DatabaseTable(Employee1)]) [junit] [EL Warning]: 2022-09-10 04:04:45.2--DatabaseSessionImpl(1718989592)--Exception [EclipseLink-6006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The mapping [org.eclipse.persistence.mappings.VariableOneToOneMapping[contact]] does not support batch reading. [junit] Query: ReadAllQuery(referenceClass=Employee sql="SELECT ID, NAME, ASSET_ID, ASSET_TYPE, ASSET2_ID, ASSET2_TYPE, CON_ID, CONTACT_TYPE, SEC_CON_ID, SEC_CONTACT_TYPE FROM INT_EMP") [junit] [EL Warning]: 2022-09-10 04:04:46.311--DatabaseSessionImpl(1718989592)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLTimeoutException: Statement cancelled due to timeout or client request [junit] Error Code: 0 [junit] Call: SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h [junit] Query: DataReadQuery(name="queryTimeOutQuery" sql="SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h") [junit] [EL Warning]: 2022-09-10 04:04:56.322--DatabaseSessionImpl(1718989592)--Exception [EclipseLink-6092] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Uninstantiated ValueHolder detected. You must instantiate the relevant Valueholders to perform this in-memory query. [junit] Query: ReadObjectQuery(name="memoryQueryThrowExceptionQuery" referenceClass=Employee sql="SELECT t0.EMP_ID, t1.EMP_ID, t0.F_NAME, t0.GENDER, t0.L_NAME, t1.SALARY, t0.START_TIME, t0.END_TIME, t0.END_DATE, t0.START_DATE, t0.ADDR_ID, t0.MANAGER_ID, t0.VERSION FROM EMPLOYEE t0, SALARY t1 WHERE (t1.EMP_ID = t0.EMP_ID)") [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test suite is intended for Oracle databases only. [junit] [EL Info]: 2022-09-10 04:04:57.722--DatabaseSessionImpl(622817386)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:57.727--DatabaseSessionImpl(622817386)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:57.744--DatabaseSessionImpl(622817386)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:57.745--DatabaseSessionImpl(1602082707)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:57.75--DatabaseSessionImpl(1602082707)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:57.763--DatabaseSessionImpl(1602082707)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:57.764--DatabaseSessionImpl(1941034613)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:57.768--DatabaseSessionImpl(1941034613)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:04:57.782--DatabaseSessionImpl(1941034613)-- logout successful [junit] [EL Info]: connection: 2022-09-10 04:04:57.822--DatabaseSessionImpl(1718989592)-- logout successful [junit] [EL Info]: 2022-09-10 04:04:57.822--DatabaseSessionImpl(836299883)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:04:57.825--DatabaseSessionImpl(836299883)-- login successful [junit] [EL Warning]: 2022-09-10 04:04:59.24--DatabaseSessionImpl(836299883)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2022-09-10 04:04:59.241--DatabaseSessionImpl(836299883)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Warning]: 2022-09-10 04:04:59.436--DatabaseSessionImpl(836299883)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'PROJECT_WORKER_BATCH_HD'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD [junit] Query: DataModifyQuery(sql="Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD") [junit] [EL Warning]: 2022-09-10 04:05:02.076--UnitOfWork(359710592)--Exception [EclipseLink-68] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: The value of an aggregate in object [org.eclipse.persistence.testing.models.aggregate.Employee1@11abde2c] is null. Null values not allowed for Aggregate mappings unless "Allow Null" is specified. [junit] Mapping: org.eclipse.persistence.mappings.AggregateObjectMapping[address] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.aggregate.Employee1 --> [DatabaseTable(Employee1)]) [junit] [EL Warning]: 2022-09-10 04:05:02.323--DatabaseSessionImpl(836299883)--Exception [EclipseLink-6006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The mapping [org.eclipse.persistence.mappings.VariableOneToOneMapping[contact]] does not support batch reading. [junit] Query: ReadAllQuery(referenceClass=Employee sql="SELECT ID, NAME, ASSET_ID, ASSET_TYPE, ASSET2_ID, ASSET2_TYPE, CON_ID, CONTACT_TYPE, SEC_CON_ID, SEC_CONTACT_TYPE FROM INT_EMP") [junit] [EL Warning]: 2022-09-10 04:05:03.48--DatabaseSessionImpl(836299883)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.MySQLTimeoutException: Statement cancelled due to timeout or client request [junit] Error Code: 0 [junit] Call: SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h [junit] Query: DataReadQuery(name="queryTimeOutQuery" sql="SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h") [junit] [EL Warning]: 2022-09-10 04:05:13.492--DatabaseSessionImpl(836299883)--Exception [EclipseLink-6092] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Uninstantiated ValueHolder detected. You must instantiate the relevant Valueholders to perform this in-memory query. [junit] Query: ReadObjectQuery(name="memoryQueryThrowExceptionQuery" referenceClass=Employee sql="SELECT t0.EMP_ID, t1.EMP_ID, t0.F_NAME, t0.GENDER, t0.L_NAME, t1.SALARY, t0.START_TIME, t0.END_TIME, t0.END_DATE, t0.START_DATE, t0.ADDR_ID, t0.MANAGER_ID, t0.VERSION FROM EMPLOYEE t0, SALARY t1 WHERE (t1.EMP_ID = t0.EMP_ID)") [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test suite is intended for Oracle databases only. [junit] [EL Info]: 2022-09-10 04:05:14.7--DatabaseSessionImpl(226242679)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:05:14.704--DatabaseSessionImpl(226242679)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:05:14.723--DatabaseSessionImpl(226242679)-- logout successful [junit] [EL Info]: 2022-09-10 04:05:14.724--DatabaseSessionImpl(1629142452)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:05:14.728--DatabaseSessionImpl(1629142452)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:05:14.741--DatabaseSessionImpl(1629142452)-- logout successful [junit] [EL Info]: 2022-09-10 04:05:14.741--DatabaseSessionImpl(718220677)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:05:14.745--DatabaseSessionImpl(718220677)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:05:14.758--DatabaseSessionImpl(718220677)-- logout successful [junit] [EL Info]: connection: 2022-09-10 04:05:14.965--DatabaseSessionImpl(836299883)-- logout successful [junit] [EL Info]: 2022-09-10 04:05:14.965--DatabaseSessionImpl(1731413895)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:05:14.968--DatabaseSessionImpl(1731413895)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:05:15.73--DatabaseSessionImpl(1731413895)-- logout successful [junit] [EL Info]: 2022-09-10 04:05:15.73--DatabaseSessionImpl(1196092641)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:05:15.733--DatabaseSessionImpl(1196092641)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:05:16.3--DatabaseSessionImpl(1196092641)-- logout successful [junit] [EL Info]: 2022-09-10 04:05:16.3--DatabaseSessionImpl(447904452)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:05:16.31--DatabaseSessionImpl(447904452)-- login successful [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Native batch writing is not supported on this database. [junit] WARNING, some JDBC drivers may fail BatchUpdates.[EL Warning]: 2022-09-10 04:05:16.829--DatabaseSessionImpl(447904452)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2022-09-10 04:05:16.83--DatabaseSessionImpl(447904452)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Info]: connection: 2022-09-10 04:05:17.116--DatabaseSessionImpl(447904452)-- logout successful [junit] [EL Info]: 2022-09-10 04:05:17.116--DatabaseSessionImpl(756542769)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:05:17.119--DatabaseSessionImpl(756542769)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:05:17.756--DatabaseSessionImpl(756542769)-- logout successful [junit] [EL Info]: 2022-09-10 04:05:17.756--DatabaseSessionImpl(1328990347)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:05:17.758--DatabaseSessionImpl(1328990347)-- login successful [junit] [EL Info]: 2022-09-10 04:05:18.239--DatabaseSessionImpl(1588934828)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:05:18.243--DatabaseSessionImpl(1588934828)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:05:18.243--DatabaseSessionImpl(1588934828)-- logout successful [junit] [EL Warning]: 2022-09-10 04:05:18.247--UnitOfWork(1568384462)--Exception [EclipseLink-5003] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.Guitar@20c8bb7f] cannot be deleted because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.optimisticlocking.Guitar Primary Key> 107 [junit] [EL Warning]: 2022-09-10 04:05:18.25--UnitOfWork(1259446802)--Exception [EclipseLink-5003] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.RockMusician@f704e65] cannot be deleted because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.optimisticlocking.RockMusician Primary Key> 107 [junit] [EL Warning]: 2022-09-10 04:05:18.252--UnitOfWork(949304918)--Exception [EclipseLink-5003] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.RockBand@7146bd2d] cannot be deleted because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.optimisticlocking.RockBand Primary Key> 104 [junit] [EL Warning]: 2022-09-10 04:05:18.256--UnitOfWork(630687077)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.Guitar@b220545] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.optimisticlocking.Guitar Primary Key> 108 [junit] [EL Warning]: 2022-09-10 04:05:18.259--UnitOfWork(94146450)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.RockMusician@5651f076] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.optimisticlocking.RockMusician Primary Key> 108 [junit] [EL Warning]: 2022-09-10 04:05:18.261--UnitOfWork(1967507645)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.RockBand@63641bcb] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.optimisticlocking.RockBand Primary Key> 105 [junit] [EL Warning]: 2022-09-10 04:05:18.264--UnitOfWork(331922532)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.Guitar@2443ac97] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.optimisticlocking.Guitar Primary Key> 110 [junit] [EL Warning]: 2022-09-10 04:05:18.267--UnitOfWork(724457479)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.RockMusician@5566027b] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.optimisticlocking.RockMusician Primary Key> 109 [junit] [EL Warning]: 2022-09-10 04:05:18.269--UnitOfWork(277549163)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.RockBand@38c623a4] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.optimisticlocking.RockBand Primary Key> 106 [junit] [EL Info]: connection: 2022-09-10 04:05:19.371--DatabaseSessionImpl(1328990347)-- logout successful [junit] [EL Info]: 2022-09-10 04:05:19.371--DatabaseSessionImpl(1655358743)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:05:19.375--DatabaseSessionImpl(1655358743)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:05:20.307--DatabaseSessionImpl(1655358743)-- logout successful [junit] [EL Info]: 2022-09-10 04:05:20.307--DatabaseSessionImpl(236204844)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:05:20.31--DatabaseSessionImpl(236204844)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:05:21.17--DatabaseSessionImpl(236204844)-- logout successful [junit] [EL Info]: 2022-09-10 04:05:21.17--DatabaseSessionImpl(2029356798)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:05:21.173--DatabaseSessionImpl(2029356798)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:05:22.231--DatabaseSessionImpl(2029356798)-- logout successful [junit] [EL Info]: 2022-09-10 04:05:22.231--DatabaseSessionImpl(1603792557)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:05:22.233--DatabaseSessionImpl(1603792557)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:05:23.099--DatabaseSessionImpl(1603792557)-- logout successful [junit] [EL Info]: 2022-09-10 04:05:23.099--DatabaseSessionImpl(1801586805)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:05:23.101--DatabaseSessionImpl(1801586805)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:05:23.968--DatabaseSessionImpl(1801586805)-- logout successful [junit] [EL Info]: 2022-09-10 04:05:23.968--DatabaseSessionImpl(1712352289)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:05:23.97--DatabaseSessionImpl(1712352289)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:05:24.791--DatabaseSessionImpl(1712352289)-- logout successful [junit] [EL Info]: 2022-09-10 04:05:24.791--DatabaseSessionImpl(1396851019)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:05:24.793--DatabaseSessionImpl(1396851019)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:05:25.786--DatabaseSessionImpl(1396851019)-- logout successful [junit] [EL Info]: 2022-09-10 04:05:25.786--DatabaseSessionImpl(1648143840)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:05:25.788--DatabaseSessionImpl(1648143840)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:05:26.747--DatabaseSessionImpl(1648143840)-- logout successful [junit] [EL Info]: 2022-09-10 04:05:26.747--DatabaseSessionImpl(195960084)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:05:26.75--DatabaseSessionImpl(195960084)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:05:27.423--DatabaseSessionImpl(195960084)-- logout successful [junit] [EL Info]: 2022-09-10 04:05:27.423--DatabaseSessionImpl(1101108570)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:05:27.426--DatabaseSessionImpl(1101108570)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:05:28.28--DatabaseSessionImpl(1101108570)-- logout successful [junit] [EL Info]: 2022-09-10 04:05:28.28--DatabaseSessionImpl(482673187)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:05:28.283--DatabaseSessionImpl(482673187)-- login successful [junit] [EL Warning]: 2022-09-10 04:05:29.04--DatabaseSessionImpl(482673187)--Exception [EclipseLink-6162] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: List order column [OL_EMPLOYEE.MANAGED_ORDER] contains wrong values: [junit] [0, null] [junit] Query: ReadAllQuery(name="managedEmployees" referenceClass=Employee sql="SELECT t0.EMP_ID, t1.OWNER_EMP_ID, t0.F_NAME, t0.L_NAME, t1.SALARY, t0.MANAGER_ID, t0.VERSION, t0.MANAGED_ORDER FROM OL_EMPLOYEE t0, OL_SALARY t1 WHERE ((t0.MANAGER_ID = ?) AND (t1.OWNER_EMP_ID = t0.EMP_ID))") [junit] [EL Warning]: 2022-09-10 04:05:29.052--DatabaseSessionImpl(482673187)--Exception [EclipseLink-6162] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: List order column [OL_CHILD.CHILDREN_ORDER] contains wrong values: [junit] [null, 1] [junit] Query: ReadAllQuery(name="children" referenceClass=Child sql="SELECT t0.CHILD_ID, t1.OWNER_CHILD_ID, t1.ALLOWANCE, t0.F_NAME, t0.L_NAME, t0.CHILDREN_ORDER FROM OL_CHILD t0, OL_ALLOWANCE t1 WHERE ((t0.PARENT_ID = ?) AND (t1.OWNER_CHILD_ID = t0.CHILD_ID))") [junit] [EL Warning]: 2022-09-10 04:05:29.073--DatabaseSessionImpl(482673187)--Exception [EclipseLink-6162] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: List order column [OL_PROJ_EMP.PROJ_ORDER] contains wrong values: [junit] [1, 5] [junit] Query: ReadAllQuery(name="projects" referenceClass=Project sql="SELECT DISTINCT t1.PROJ_TYPE FROM OL_PROJ_EMP t0, OL_PROJECT t1 WHERE ((t0.EMP_ID = ?) AND (t1.PROJ_ID = t0.PROJ_ID))") [junit] [EL Warning]: 2022-09-10 04:05:29.086--DatabaseSessionImpl(482673187)--Exception [EclipseLink-6162] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: List order column [OL_RESPONS.RESPONS_ORDER] contains wrong values: [junit] [0, 0] [junit] Query: DirectReadQuery(name="responsibilitiesList" sql="SELECT t0.DESCRIP, t0.RESPONS_ORDER FROM OL_RESPONS t0 WHERE (t0.EMP_ID = ?)") [junit] [EL Info]: connection: 2022-09-10 04:05:29.12--DatabaseSessionImpl(482673187)-- logout successful [junit] [EL Info]: 2022-09-10 04:05:29.12--DatabaseSessionImpl(1751358584)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:05:29.122--DatabaseSessionImpl(1751358584)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:05:29.907--DatabaseSessionImpl(1751358584)-- logout successful [junit] [EL Info]: 2022-09-10 04:05:29.907--DatabaseSessionImpl(1006319488)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:05:29.909--DatabaseSessionImpl(1006319488)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:05:30.535--DatabaseSessionImpl(1006319488)-- logout successful [junit] [EL Info]: 2022-09-10 04:05:30.535--DatabaseSessionImpl(1088252895)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:05:30.537--DatabaseSessionImpl(1088252895)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:05:31.386--DatabaseSessionImpl(1088252895)-- logout successful [junit] [EL Info]: 2022-09-10 04:05:31.386--DatabaseSessionImpl(590245952)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:05:31.389--DatabaseSessionImpl(590245952)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:05:32.277--DatabaseSessionImpl(590245952)-- logout successful [junit] [EL Info]: 2022-09-10 04:05:32.277--DatabaseSessionImpl(1360846441)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:05:32.279--DatabaseSessionImpl(1360846441)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:05:33.228--DatabaseSessionImpl(1360846441)-- logout successful [junit] [EL Info]: 2022-09-10 04:05:33.228--DatabaseSessionImpl(364257437)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:05:33.231--DatabaseSessionImpl(364257437)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:05:34.099--DatabaseSessionImpl(364257437)-- logout successful [junit] [EL Info]: 2022-09-10 04:05:34.099--DatabaseSessionImpl(150784542)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:05:34.101--DatabaseSessionImpl(150784542)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:05:34.906--DatabaseSessionImpl(150784542)-- logout successful [junit] [EL Info]: 2022-09-10 04:05:34.906--DatabaseSessionImpl(2114780750)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:05:34.908--DatabaseSessionImpl(2114780750)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:05:35.477--DatabaseSessionImpl(2114780750)-- logout successful [junit] [EL Info]: 2022-09-10 04:05:35.477--DatabaseSessionImpl(2048421938)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:05:35.479--DatabaseSessionImpl(2048421938)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:05:36.352--DatabaseSessionImpl(2048421938)-- logout successful [junit] [EL Info]: 2022-09-10 04:05:36.352--DatabaseSessionImpl(1603174179)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:05:36.355--DatabaseSessionImpl(1603174179)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:05:37.238--DatabaseSessionImpl(1603174179)-- logout successful [junit] [EL Info]: 2022-09-10 04:05:37.238--DatabaseSessionImpl(1569481558)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:05:37.24--DatabaseSessionImpl(1569481558)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:05:38.104--DatabaseSessionImpl(1569481558)-- logout successful [junit] [EL Info]: 2022-09-10 04:05:38.104--DatabaseSessionImpl(245603340)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:05:38.107--DatabaseSessionImpl(245603340)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:05:38.966--DatabaseSessionImpl(245603340)-- logout successful [junit] [EL Info]: 2022-09-10 04:05:38.966--DatabaseSessionImpl(2101309572)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:05:38.969--DatabaseSessionImpl(2101309572)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:05:38.969--DatabaseSessionImpl(2101309572)-- logout successful [junit] [EL Info]: 2022-09-10 04:05:38.969--DatabaseSessionImpl(236813947)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:05:38.971--DatabaseSessionImpl(236813947)-- login successful [junit] [EL Warning]: 2022-09-10 04:05:38.975--DatabaseSessionImpl(236813947)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.STUDENT2' [junit] Error Code: 1051 [junit] Call: DROP TABLE STUDENT2 [junit] Query: DataModifyQuery(sql="DROP TABLE STUDENT2") [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: This test is not supported on this Database [junit] [EL Warning]: 2022-09-10 04:05:38.998--DatabaseSessionImpl(236813947)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.OBJECT_A' doesn't exist [junit] Error Code: 1146 [junit] Call: Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_ [junit] Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_") [junit] [EL Info]: connection: 2022-09-10 04:05:39.233--DatabaseSessionImpl(236813947)-- logout successful [junit] [EL Info]: 2022-09-10 04:05:39.233--DatabaseSessionImpl(866067881)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:05:39.236--DatabaseSessionImpl(866067881)-- login successful [junit] WARNING, some JDBC drivers may fail BatchUpdates.[EL Warning]: 2022-09-10 04:05:39.252--DatabaseSessionImpl(866067881)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2022-09-10 04:05:39.254--DatabaseSessionImpl(866067881)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] Native batch writing is not supported on this database. [junit] [EL Warning]: sql: 2022-09-10 04:05:39.7--DatabaseSessionImpl(866067881)--Missing Query parameter for named argument: 1 "null" will be substituted. [junit] [EL Warning]: 2022-09-10 04:05:39.702--UnitOfWork(31186226)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Not unique table/alias: 'b' [junit] Error Code: 1066 [junit] Call: insert into employee (f_name, emp_id, version) SELECT ?, 10260, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b [junit] bind => [1 parameter bound] [junit] Native batch writing is not supported on this database. [junit] Native batch writing is not supported on this database. [junit] [EL Warning]: 2022-09-10 04:05:39.705--UnitOfWork(342636065)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Not unique table/alias: 'b' [junit] Error Code: 1066 [junit] Call: insert into employee (emp_id, version) SELECT 10270, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b [junit] Native batch writing is not supported on this database. [junit] Native batch writing is not supported on this database. [junit] [EL Warning]: 2022-09-10 04:05:39.707--UnitOfWork(642667084)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Not unique table/alias: 'b' [junit] Error Code: 1066 [junit] Call: insert into employee (f_name, emp_id, version) SELECT 'first', 10280, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b [junit] Query: DataModifyQuery(name="query0" sql="insert into employee (f_name, emp_id, version) SELECT 'first', 10280, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b") [junit] Native batch writing is not supported on this database. [junit] Native batch writing is not supported on this database. [junit] [EL Warning]: 2022-09-10 04:05:39.71--UnitOfWork(1414967673)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Not unique table/alias: 'b' [junit] Error Code: 1066 [junit] Call: insert into employee (emp_id, version) SELECT 10290, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b [junit] Query: DataModifyQuery(name="query0" sql="insert into employee (emp_id, version) SELECT 10290, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b") [junit] Native batch writing is not supported on this database. [junit] Native batch writing is not supported on this database. [junit] [EL Warning]: 2022-09-10 04:05:39.712--UnitOfWork(1958145444)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Not unique table/alias: 'b' [junit] Error Code: 1066 [junit] Call: insert into employee (emp_id, version) SELECT 10300, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b [junit] Query: DataModifyQuery(name="query0" sql="insert into employee (emp_id, version) SELECT 10300, SUM(e.address_id) as version from address e, address b, address b, address c, address c, address c, address b") [junit] Native batch writing is not supported on this database. [junit] QueryTimeoutBatch test completed without timeout. [junit] [EL Warning]: 2022-09-10 04:05:39.735--UnitOfWork(491647540)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: No operations allowed after statement closed. [junit] Error Code: 0 [junit] Query: InsertObjectQuery(Address: , city177, province177, ) [junit] [EL Info]: connection: 2022-09-10 04:05:39.737--DatabaseSessionImpl(866067881)-- logout successful [junit] [EL Info]: 2022-09-10 04:05:39.737--DatabaseSessionImpl(1896653173)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:05:39.739--DatabaseSessionImpl(1896653173)-- login successful [junit] [EL Warning]: 2022-09-10 04:05:39.757--DatabaseSessionImpl(1896653173)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.OBJECT_A' doesn't exist [junit] Error Code: 1146 [junit] Call: Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_ [junit] Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_") [junit] [EL Warning]: 2022-09-10 04:05:39.897--DatabaseSessionImpl(1896653173)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2022-09-10 04:05:39.898--DatabaseSessionImpl(1896653173)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Warning]: 2022-09-10 04:05:40.106--DatabaseSessionImpl(1896653173)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table POLICY [junit] Query: DataModifyQuery(sql="drop table POLICY") [junit] [EL Warning]: 2022-09-10 04:05:40.746--DatabaseSessionImpl(1896653173)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'PROJECT_WORKER_BATCH_HD'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD [junit] Query: DataModifyQuery(sql="Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD") [junit] [EL Info]: 2022-09-10 04:05:41.24--ServerSession(64927378)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:05:41.245--ServerSession(64927378)-- login successful [junit] [EL Warning]: 2022-09-10 04:05:41.298--UnitOfWork(1591265359)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1501' for key 'PRIMARY' [junit] Error Code: 1062 [junit] Call: INSERT INTO ADDRESS (ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?) [junit] bind => [6 parameters bound] [junit] Query: InsertObjectQuery(Address: Wallace, Wallace, , ) [junit] [EL Warning]: 2022-09-10 04:05:41.307--UnitOfWork(960944339)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: Null or zero primary key encountered in UnitOfWork clone [Employee: John Way], primary key [null]. Set descriptor's IdValidation or the "eclipselink.id-validation" property. [junit] [EL Warning]: 2022-09-10 04:05:41.436--UnitOfWork(1299456520)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 10,309 [junit] [EL Warning]: 2022-09-10 04:05:41.478--UnitOfWork(1755275642)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Address: 12 Merival Rd., suite 5, LKO, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [1,881,915,621], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Warning]: 2022-09-10 04:05:41.479--UnitOfWork(257567978)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Address: 1 Nowhere Drive, Arnprior, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [2,126,277,751], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Warning]: 2022-09-10 04:05:41.482--UnitOfWork(315555291)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: John Way] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 10,301 [junit] [EL Warning]: 2022-09-10 04:05:41.505--UnitOfWork(1523770204)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Smith] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 10,309 [junit] [EL Warning]: 2022-09-10 04:05:41.591--UnitOfWork(218809503)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Employee: John Way], of class [class org.eclipse.persistence.testing.models.employee.domain.Employee], with identity hashcode (System.identityHashCode()) [1,062,615,640], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Warning]: 2022-09-10 04:05:41.713--UnitOfWork(1594443366)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1505' for key 'PRIMARY' [junit] Error Code: 1062 [junit] Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) [junit] bind => [2 parameters bound] [junit] [EL Warning]: 2022-09-10 04:05:41.738--UnitOfWork(1553057168)--Exception [EclipseLink-200] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: Attempt to register an object with dead indirection as a new object. Possibly the object was deleted or removed from the cache during a merge of a serialized clone. This is a concurrency violation, consider a locking strategy. [junit] Mapping: org.eclipse.persistence.mappings.OneToOneMapping[owner] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork [junit] [EL Warning]: 2022-09-10 04:05:41.76--UnitOfWork(1448348978)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Address: 12 Merival Rd., suite 5, Ottawa, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [331,703,394], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Info]: connection: 2022-09-10 04:05:41.782--ServerSession(64927378)-- logout successful [junit] [EL Info]: connection: 2022-09-10 04:05:41.782--DatabaseSessionImpl(1896653173)-- logout successful [junit] [EL Info]: 2022-09-10 04:05:41.782--DatabaseSessionImpl(502242915)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:05:41.785--DatabaseSessionImpl(502242915)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:05:41.908--DatabaseSessionImpl(502242915)-- logout successful [junit] [EL Info]: 2022-09-10 04:05:41.908--DatabaseSessionImpl(1413119496)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:05:41.91--DatabaseSessionImpl(1413119496)-- login successful [junit] [EL Warning]: 2022-09-10 04:05:41.925--DatabaseSessionImpl(1413119496)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2022-09-10 04:05:41.926--DatabaseSessionImpl(1413119496)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Batch writing not supported on platform MySQLPlatform [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Oracle Pagination not supported on platform MySQLPlatform [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Oracle Pagination not supported on platform MySQLPlatform [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Oracle Pagination not supported on platform MySQLPlatform [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Oracle Pagination not supported on platform MySQLPlatform [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Batch writing not supported on platform MySQLPlatform [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Batch writing not supported on platform MySQLPlatform [junit] [EL Info]: connection: 2022-09-10 04:05:43.784--DatabaseSessionImpl(1413119496)-- logout successful [junit] [EL Info]: 2022-09-10 04:05:43.784--DatabaseSessionImpl(1078696446)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:05:43.786--DatabaseSessionImpl(1078696446)-- login successful [junit] [EL Warning]: 2022-09-10 04:05:43.82--DatabaseSessionImpl(1078696446)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.RO_PROMO' [junit] Error Code: 1051 [junit] Call: DROP TABLE RO_PROMO [junit] Query: DataModifyQuery(sql="DROP TABLE RO_PROMO") [junit] [EL Warning]: 2022-09-10 04:05:43.826--DatabaseSessionImpl(1078696446)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.RO_ACTOR' [junit] Error Code: 1051 [junit] Call: DROP TABLE RO_ACTOR [junit] Query: DataModifyQuery(sql="DROP TABLE RO_ACTOR") [junit] [EL Warning]: 2022-09-10 04:05:43.83--DatabaseSessionImpl(1078696446)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.ACT_MOV' [junit] Error Code: 1051 [junit] Call: DROP TABLE ACT_MOV [junit] Query: DataModifyQuery(sql="DROP TABLE ACT_MOV") [junit] [EL Warning]: 2022-09-10 04:05:43.835--DatabaseSessionImpl(1078696446)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.ACT_CHA' [junit] Error Code: 1051 [junit] Call: DROP TABLE ACT_CHA [junit] Query: DataModifyQuery(sql="DROP TABLE ACT_CHA") [junit] [EL Warning]: 2022-09-10 04:05:43.839--DatabaseSessionImpl(1078696446)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.RO_ADDR' [junit] Error Code: 1051 [junit] Call: DROP TABLE RO_ADDR [junit] Query: DataModifyQuery(sql="DROP TABLE RO_ADDR") [junit] [EL Warning]: 2022-09-10 04:05:43.843--DatabaseSessionImpl(1078696446)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.CHARITY' [junit] Error Code: 1051 [junit] Call: DROP TABLE CHARITY [junit] Query: DataModifyQuery(sql="DROP TABLE CHARITY") [junit] [EL Warning]: 2022-09-10 04:05:43.847--DatabaseSessionImpl(1078696446)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.HOLLYWOODAGENT' [junit] Error Code: 1051 [junit] Call: DROP TABLE HOLLYWOODAGENT [junit] Query: DataModifyQuery(sql="DROP TABLE HOLLYWOODAGENT") [junit] [EL Warning]: 2022-09-10 04:05:43.85--DatabaseSessionImpl(1078696446)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.RO_MOVIE' [junit] Error Code: 1051 [junit] Call: DROP TABLE RO_MOVIE [junit] Query: DataModifyQuery(sql="DROP TABLE RO_MOVIE") [junit] [EL Warning]: 2022-09-10 04:05:43.854--DatabaseSessionImpl(1078696446)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.COUNTRY' [junit] Error Code: 1051 [junit] Call: DROP TABLE COUNTRY [junit] Query: DataModifyQuery(sql="DROP TABLE COUNTRY") [junit] [EL Warning]: 2022-09-10 04:05:43.858--DatabaseSessionImpl(1078696446)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.DEFAULT_READ_ONLY' [junit] Error Code: 1051 [junit] Call: DROP TABLE DEFAULT_READ_ONLY [junit] Query: DataModifyQuery(sql="DROP TABLE DEFAULT_READ_ONLY") [junit] [EL Warning]: 2022-09-10 04:05:43.899--DatabaseSessionImpl(1078696446)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'PROJECT_WORKER_BATCH_HD'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD [junit] Query: DataModifyQuery(sql="Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD") [junit] [EL Warning]: 2022-09-10 04:05:45.192--UnitOfWork(1703139574)--Exception [EclipseLink-6046] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Cannot delete an object of a read-only class. The class [class org.eclipse.persistence.testing.models.readonly.Country] is declared as read-only in this UnitOfWork. [junit] Query: DeleteObjectQuery(Country(Canada) ) [junit] [EL Warning]: 2022-09-10 04:05:45.194--UnitOfWork(2098460397)--Exception [EclipseLink-6046] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Cannot delete an object of a read-only class. The class [class org.eclipse.persistence.testing.models.readonly.Country] is declared as read-only in this UnitOfWork. [junit] Query: DeleteObjectQuery(Country(Canada) ) [junit] [EL Info]: connection: 2022-09-10 04:05:45.213--DatabaseSessionImpl(1078696446)-- logout successful [junit] [EL Info]: 2022-09-10 04:05:45.214--DatabaseSessionImpl(171330664)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:05:45.216--DatabaseSessionImpl(171330664)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:05:45.346--DatabaseSessionImpl(171330664)-- logout successful [junit] [EL Info]: 2022-09-10 04:05:45.346--DatabaseSessionImpl(88898913)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:05:45.348--DatabaseSessionImpl(88898913)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:05:45.523--DatabaseSessionImpl(88898913)-- logout successful [junit] [EL Info]: 2022-09-10 04:05:45.523--DatabaseSessionImpl(522282417)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:05:45.527--DatabaseSessionImpl(522282417)--EmployeeSession login successful [junit] [EL Warning]: 2022-09-10 04:05:45.543--DatabaseSessionImpl(522282417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2022-09-10 04:05:45.544--DatabaseSessionImpl(522282417)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Info]: connection: 2022-09-10 04:05:45.881--DatabaseSessionImpl(522282417)--EmployeeSession logout successful [junit] [EL Info]: connection: 2022-09-10 04:05:45.881--DatabaseSessionImpl(88898913)-- logout successful [junit] [EL Info]: 2022-09-10 04:05:45.881--DatabaseSessionImpl(1633348558)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:05:45.883--DatabaseSessionImpl(1633348558)-- login successful [junit] [EL Warning]: connection: 2022-09-10 04:05:46.218--Exception [EclipseLink-7100] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: Could not find the session with the name [SessionShouldNotBeFound] in the session.xml file [/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run/org/eclipse/persistence/testing/models/sessionsxml/XMLSchemaSession.xml] [junit] [EL Warning]: connection: 2022-09-10 04:05:46.242--Exception [EclipseLink-63001] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ServerPlatformException [junit] Exception Description: Server platform class non-existing-class-name not found. [junit] Internal Exception: java.lang.ClassNotFoundException: non-existing-class-name [junit] [EL Warning]: connection: 2022-09-10 04:05:46.479--Exception [EclipseLink-63002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ServerPlatformException [junit] Exception Description: Server platform class is invalid: [junit] Internal Exception: java.lang.reflect.InvocationTargetException [junit] Target Invocation Exception: java.lang.NullPointerException [junit] [EL Info]: 2022-09-10 04:05:46.602--SessionBroker(736742562)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:05:46.605--ServerSession(1458067379)--ServerSession login successful [junit] [EL Info]: connection: 2022-09-10 04:05:46.607--SessionBroker(736742562)--SessionBroker login successful [junit] [EL Info]: connection: 2022-09-10 04:05:46.608--ServerSession(1458067379)--ServerSession logout successful [junit] Sep 10, 2022 4:05:46 AM org.eclipse.persistence.session.EmployeeSession [junit] INFO: EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] Sep 10, 2022 4:05:46 AM org.eclipse.persistence.session.EmployeeSession.connection [junit] INFO: EmployeeSession login successful [junit] Sep 10, 2022 4:05:46 AM org.eclipse.persistence.session.EmployeeSession.connection [junit] INFO: EmployeeSession logout successful [junit] [EL Info]: 2022-09-10 04:05:46.857--DatabaseSessionImpl(1429342940)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:05:46.861--DatabaseSessionImpl(1429342940)--EmployeeSession login successful [junit] [EL Info]: connection: 2022-09-10 04:05:46.862--DatabaseSessionImpl(1429342940)--EmployeeSession logout successful [junit] [EL Info]: connection: 2022-09-10 04:05:47.11--DatabaseSessionImpl(1633348558)-- logout successful [junit] [EL Info]: 2022-09-10 04:05:47.11--DatabaseSessionImpl(1104965225)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:05:47.112--DatabaseSessionImpl(1104965225)-- login successful [junit] [EL Warning]: 2022-09-10 04:05:47.13--DatabaseSessionImpl(1104965225)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2022-09-10 04:05:47.131--DatabaseSessionImpl(1104965225)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Info]: 2022-09-10 04:05:59.485--ServerSession(1360291608)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:05:59.488--ServerSession(1360291608)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:06:04.515--ServerSession(1360291608)-- logout successful [junit] [EL Info]: 2022-09-10 04:06:09.542--ServerSession(1882288591)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:06:09.544--ServerSession(1882288591)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:06:09.576--ServerSession(1882288591)-- logout successful [junit] [EL Info]: connection: 2022-09-10 04:06:09.576--DatabaseSessionImpl(1104965225)-- logout successful [junit] [EL Info]: 2022-09-10 04:06:09.576--DatabaseSessionImpl(1104965225)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:06:09.579--DatabaseSessionImpl(1104965225)-- login successful [junit] [EL Info]: 2022-09-10 04:06:09.579--ServerSession(1871588124)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:06:09.581--ServerSession(1871588124)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:06:09.62--ServerSession(1871588124)-- logout successful [junit] [EL Info]: connection: 2022-09-10 04:06:09.62--DatabaseSessionImpl(1104965225)-- logout successful [junit] [EL Info]: 2022-09-10 04:06:09.621--DatabaseSessionImpl(1104965225)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:06:09.623--DatabaseSessionImpl(1104965225)-- login successful [junit] [EL Info]: 2022-09-10 04:06:09.623--ServerSession(578369192)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:06:09.625--ServerSession(578369192)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:06:12.628--ServerSession(578369192)-- logout successful [junit] [EL Info]: connection: 2022-09-10 04:06:12.629--DatabaseSessionImpl(1104965225)-- logout successful [junit] [EL Info]: 2022-09-10 04:06:12.629--DatabaseSessionImpl(1104965225)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:06:12.632--DatabaseSessionImpl(1104965225)-- login successful [junit] [EL Info]: 2022-09-10 04:06:12.632--ServerSession(199588250)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:06:12.634--ServerSession(199588250)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:06:12.655--ServerSession(199588250)-- logout successful [junit] [EL Info]: connection: 2022-09-10 04:06:12.655--DatabaseSessionImpl(1104965225)-- logout successful [junit] [EL Info]: 2022-09-10 04:06:12.655--DatabaseSessionImpl(1104965225)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:06:12.657--DatabaseSessionImpl(1104965225)-- login successful [junit] [EL Info]: 2022-09-10 04:07:00.728--ServerSession(1132632524)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:07:00.731--ServerSession(1132632524)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:07:05.775--ServerSession(1132632524)-- logout successful [junit] [EL Info]: 2022-09-10 04:07:05.776--ServerSession(965445654)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:07:05.778--ServerSession(965445654)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:07:05.813--ServerSession(965445654)-- logout successful [junit] [EL Info]: connection: 2022-09-10 04:07:05.813--DatabaseSessionImpl(1104965225)-- logout successful [junit] [EL Info]: 2022-09-10 04:07:05.814--DatabaseSessionImpl(1104965225)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:07:05.816--DatabaseSessionImpl(1104965225)-- login successful [junit] [EL Info]: 2022-09-10 04:07:05.817--ServerSession(2107650288)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:07:05.82--ServerSession(2107650288)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:07:15.828--ServerSession(2107650288)-- logout successful [junit] [EL Info]: connection: 2022-09-10 04:07:15.829--DatabaseSessionImpl(1104965225)-- logout successful [junit] [EL Info]: 2022-09-10 04:07:15.829--DatabaseSessionImpl(1104965225)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:07:15.833--DatabaseSessionImpl(1104965225)-- login successful [junit] [EL Info]: 2022-09-10 04:07:15.834--ServerSession(630912941)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:07:15.836--ServerSession(630912941)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:07:25.978--ServerSession(630912941)-- logout successful [junit] [EL Info]: connection: 2022-09-10 04:07:25.978--DatabaseSessionImpl(1104965225)-- logout successful [junit] [EL Info]: 2022-09-10 04:07:25.978--DatabaseSessionImpl(1104965225)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:07:25.981--DatabaseSessionImpl(1104965225)-- login successful [junit] [EL Info]: 2022-09-10 04:07:25.982--ServerSession(1579292913)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:07:25.983--ServerSession(1579292913)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:07:36.702--ServerSession(1579292913)-- logout successful [junit] [EL Info]: connection: 2022-09-10 04:07:36.702--DatabaseSessionImpl(1104965225)-- logout successful [junit] [EL Info]: 2022-09-10 04:07:36.702--DatabaseSessionImpl(1104965225)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:07:36.705--DatabaseSessionImpl(1104965225)-- login successful [junit] [EL Info]: 2022-09-10 04:07:36.705--ServerSession(1188137005)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:07:36.707--ServerSession(1188137005)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:07:47.528--ServerSession(1188137005)-- logout successful [junit] [EL Info]: connection: 2022-09-10 04:07:47.529--DatabaseSessionImpl(1104965225)-- logout successful [junit] [EL Info]: 2022-09-10 04:07:47.529--DatabaseSessionImpl(1104965225)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:07:47.532--DatabaseSessionImpl(1104965225)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:07:55.19--DatabaseSessionImpl(1104965225)-- logout successful [junit] [EL Info]: 2022-09-10 04:07:55.19--DatabaseSessionImpl(1639242691)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:07:55.192--DatabaseSessionImpl(1639242691)-- login successful [junit] [EL Warning]: 2022-09-10 04:07:55.424--DatabaseSessionImpl(1639242691)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.SEQ_SEL does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE SEQ_SEL [junit] Query: DataModifyQuery(sql="DROP PROCEDURE SEQ_SEL") [junit] [EL Warning]: 2022-09-10 04:07:55.436--DatabaseSessionImpl(1639242691)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.INS_Waiter does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE INS_Waiter [junit] Query: DataModifyQuery(sql="DROP PROCEDURE INS_Waiter") [junit] [EL Warning]: 2022-09-10 04:07:55.448--DatabaseSessionImpl(1639242691)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.UPD_Waiter does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE UPD_Waiter [junit] Query: DataModifyQuery(sql="DROP PROCEDURE UPD_Waiter") [junit] [EL Warning]: 2022-09-10 04:07:55.451--DatabaseSessionImpl(1639242691)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.DEL_Waiter does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE DEL_Waiter [junit] Query: DataModifyQuery(sql="DROP PROCEDURE DEL_Waiter") [junit] [EL Warning]: 2022-09-10 04:07:55.453--DatabaseSessionImpl(1639242691)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.READ_Waiter does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE READ_Waiter [junit] Query: DataModifyQuery(sql="DROP PROCEDURE READ_Waiter") [junit] [EL Warning]: 2022-09-10 04:07:55.456--DatabaseSessionImpl(1639242691)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.RALL_Waiter does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE RALL_Waiter [junit] Query: DataModifyQuery(sql="DROP PROCEDURE RALL_Waiter") [junit] [EL Warning]: 2022-09-10 04:07:55.464--DatabaseSessionImpl(1639242691)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.INS_Person does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE INS_Person [junit] Query: DataModifyQuery(sql="DROP PROCEDURE INS_Person") [junit] [EL Warning]: 2022-09-10 04:07:55.471--DatabaseSessionImpl(1639242691)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.UPD_Person does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE UPD_Person [junit] Query: DataModifyQuery(sql="DROP PROCEDURE UPD_Person") [junit] [EL Warning]: 2022-09-10 04:07:55.473--DatabaseSessionImpl(1639242691)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.DEL_Person does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE DEL_Person [junit] Query: DataModifyQuery(sql="DROP PROCEDURE DEL_Person") [junit] [EL Warning]: 2022-09-10 04:07:55.476--DatabaseSessionImpl(1639242691)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.READ_Person does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE READ_Person [junit] Query: DataModifyQuery(sql="DROP PROCEDURE READ_Person") [junit] [EL Warning]: 2022-09-10 04:07:55.478--DatabaseSessionImpl(1639242691)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.RALL_Person does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE RALL_Person [junit] Query: DataModifyQuery(sql="DROP PROCEDURE RALL_Person") [junit] [EL Warning]: 2022-09-10 04:07:55.482--DatabaseSessionImpl(1639242691)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.INS_Restaurant does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE INS_Restaurant [junit] Query: DataModifyQuery(sql="DROP PROCEDURE INS_Restaurant") [junit] [EL Warning]: 2022-09-10 04:07:55.486--DatabaseSessionImpl(1639242691)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.UPD_Restaurant does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE UPD_Restaurant [junit] Query: DataModifyQuery(sql="DROP PROCEDURE UPD_Restaurant") [junit] [EL Warning]: 2022-09-10 04:07:55.488--DatabaseSessionImpl(1639242691)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.DEL_Restaurant does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE DEL_Restaurant [junit] Query: DataModifyQuery(sql="DROP PROCEDURE DEL_Restaurant") [junit] [EL Warning]: 2022-09-10 04:07:55.49--DatabaseSessionImpl(1639242691)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.READ_Restaurant does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE READ_Restaurant [junit] Query: DataModifyQuery(sql="DROP PROCEDURE READ_Restaurant") [junit] [EL Warning]: 2022-09-10 04:07:55.493--DatabaseSessionImpl(1639242691)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.RALL_Restaurant does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE RALL_Restaurant [junit] Query: DataModifyQuery(sql="DROP PROCEDURE RALL_Restaurant") [junit] [EL Warning]: 2022-09-10 04:07:55.5--DatabaseSessionImpl(1639242691)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.R_1M_Restaurant_waiters does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE R_1M_Restaurant_waiters [junit] Query: DataModifyQuery(sql="DROP PROCEDURE R_1M_Restaurant_waiters") [junit] [EL Warning]: 2022-09-10 04:07:55.501--DatabaseSessionImpl(1639242691)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.D_1M_Restaurant_waiters does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE D_1M_Restaurant_waiters [junit] Query: DataModifyQuery(sql="DROP PROCEDURE D_1M_Restaurant_waiters") [junit] [EL Warning]: 2022-09-10 04:07:55.502--DatabaseSessionImpl(1639242691)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.R_1M_Restaurant_menus does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE R_1M_Restaurant_menus [junit] Query: DataModifyQuery(sql="DROP PROCEDURE R_1M_Restaurant_menus") [junit] [EL Warning]: 2022-09-10 04:07:55.502--DatabaseSessionImpl(1639242691)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.D_1M_Restaurant_menus does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE D_1M_Restaurant_menus [junit] Query: DataModifyQuery(sql="DROP PROCEDURE D_1M_Restaurant_menus") [junit] [EL Warning]: 2022-09-10 04:07:55.508--DatabaseSessionImpl(1639242691)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.INS_Location does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE INS_Location [junit] Query: DataModifyQuery(sql="DROP PROCEDURE INS_Location") [junit] [EL Warning]: 2022-09-10 04:07:55.514--DatabaseSessionImpl(1639242691)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.UPD_Location does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE UPD_Location [junit] Query: DataModifyQuery(sql="DROP PROCEDURE UPD_Location") [junit] [EL Warning]: 2022-09-10 04:07:55.516--DatabaseSessionImpl(1639242691)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.DEL_Location does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE DEL_Location [junit] Query: DataModifyQuery(sql="DROP PROCEDURE DEL_Location") [junit] [EL Warning]: 2022-09-10 04:07:55.518--DatabaseSessionImpl(1639242691)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.READ_Location does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE READ_Location [junit] Query: DataModifyQuery(sql="DROP PROCEDURE READ_Location") [junit] [EL Warning]: 2022-09-10 04:07:55.521--DatabaseSessionImpl(1639242691)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.RALL_Location does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE RALL_Location [junit] Query: DataModifyQuery(sql="DROP PROCEDURE RALL_Location") [junit] [EL Warning]: 2022-09-10 04:07:55.528--DatabaseSessionImpl(1639242691)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.INS_MenuItem does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE INS_MenuItem [junit] Query: DataModifyQuery(sql="DROP PROCEDURE INS_MenuItem") [junit] [EL Warning]: 2022-09-10 04:07:55.535--DatabaseSessionImpl(1639242691)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.UPD_MenuItem does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE UPD_MenuItem [junit] Query: DataModifyQuery(sql="DROP PROCEDURE UPD_MenuItem") [junit] [EL Warning]: 2022-09-10 04:07:55.537--DatabaseSessionImpl(1639242691)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.DEL_MenuItem does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE DEL_MenuItem [junit] Query: DataModifyQuery(sql="DROP PROCEDURE DEL_MenuItem") [junit] [EL Warning]: 2022-09-10 04:07:55.54--DatabaseSessionImpl(1639242691)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.READ_MenuItem does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE READ_MenuItem [junit] Query: DataModifyQuery(sql="DROP PROCEDURE READ_MenuItem") [junit] [EL Warning]: 2022-09-10 04:07:55.542--DatabaseSessionImpl(1639242691)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.RALL_MenuItem does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE RALL_MenuItem [junit] Query: DataModifyQuery(sql="DROP PROCEDURE RALL_MenuItem") [junit] [EL Warning]: 2022-09-10 04:07:55.549--DatabaseSessionImpl(1639242691)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.INS_Diner does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE INS_Diner [junit] Query: DataModifyQuery(sql="DROP PROCEDURE INS_Diner") [junit] [EL Warning]: 2022-09-10 04:07:55.556--DatabaseSessionImpl(1639242691)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.UPD_Diner does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE UPD_Diner [junit] Query: DataModifyQuery(sql="DROP PROCEDURE UPD_Diner") [junit] [EL Warning]: 2022-09-10 04:07:55.559--DatabaseSessionImpl(1639242691)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.DEL_Diner does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE DEL_Diner [junit] Query: DataModifyQuery(sql="DROP PROCEDURE DEL_Diner") [junit] [EL Warning]: 2022-09-10 04:07:55.562--DatabaseSessionImpl(1639242691)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.READ_Diner does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE READ_Diner [junit] Query: DataModifyQuery(sql="DROP PROCEDURE READ_Diner") [junit] [EL Warning]: 2022-09-10 04:07:55.564--DatabaseSessionImpl(1639242691)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.RALL_Diner does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE RALL_Diner [junit] Query: DataModifyQuery(sql="DROP PROCEDURE RALL_Diner") [junit] [EL Warning]: 2022-09-10 04:07:55.571--DatabaseSessionImpl(1639242691)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.INS_Menu does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE INS_Menu [junit] Query: DataModifyQuery(sql="DROP PROCEDURE INS_Menu") [junit] [EL Warning]: 2022-09-10 04:07:55.578--DatabaseSessionImpl(1639242691)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.UPD_Menu does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE UPD_Menu [junit] Query: DataModifyQuery(sql="DROP PROCEDURE UPD_Menu") [junit] [EL Warning]: 2022-09-10 04:07:55.58--DatabaseSessionImpl(1639242691)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.DEL_Menu does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE DEL_Menu [junit] Query: DataModifyQuery(sql="DROP PROCEDURE DEL_Menu") [junit] [EL Warning]: 2022-09-10 04:07:55.583--DatabaseSessionImpl(1639242691)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.READ_Menu does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE READ_Menu [junit] Query: DataModifyQuery(sql="DROP PROCEDURE READ_Menu") [junit] [EL Warning]: 2022-09-10 04:07:55.585--DatabaseSessionImpl(1639242691)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.RALL_Menu does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE RALL_Menu [junit] Query: DataModifyQuery(sql="DROP PROCEDURE RALL_Menu") [junit] [EL Warning]: 2022-09-10 04:07:55.589--DatabaseSessionImpl(1639242691)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.R_1M_Menu_items does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE R_1M_Menu_items [junit] Query: DataModifyQuery(sql="DROP PROCEDURE R_1M_Menu_items") [junit] [EL Warning]: 2022-09-10 04:07:55.589--DatabaseSessionImpl(1639242691)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.D_1M_Menu_items does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE D_1M_Menu_items [junit] Query: DataModifyQuery(sql="DROP PROCEDURE D_1M_Menu_items") [junit] [EL Info]: connection: 2022-09-10 04:07:55.607--DatabaseSessionImpl(1639242691)-- logout successful [junit] [EL Info]: 2022-09-10 04:07:55.607--DatabaseSessionImpl(1039213104)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:07:55.609--DatabaseSessionImpl(1039213104)-- login successful [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: TopLink batch writing is not supported on this database. [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: System property: [eclipselink.indirection.javase7-indirect-collections] was not configured [junit] WARNING, some JDBC drivers may fail BatchUpdates.[EL Info]: connection: 2022-09-10 04:07:57.434--DatabaseSessionImpl(1039213104)-- logout successful [junit] [EL Info]: 2022-09-10 04:07:57.434--DatabaseSessionImpl(987279115)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:07:57.436--DatabaseSessionImpl(987279115)-- login successful [junit] [EL Warning]: 2022-09-10 04:07:57.438--DatabaseSessionImpl(987279115)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.BOOLEANS' [junit] Error Code: 1051 [junit] Call: DROP TABLE BOOLEANS [junit] Query: DataModifyQuery(sql="DROP TABLE BOOLEANS") [junit] [EL Warning]: 2022-09-10 04:07:57.443--DatabaseSessionImpl(987279115)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TIMEDATE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TIMEDATE [junit] Query: DataModifyQuery(sql="DROP TABLE TIMEDATE") [junit] [EL Warning]: 2022-09-10 04:07:57.448--DatabaseSessionImpl(987279115)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.STRINGS' [junit] Error Code: 1051 [junit] Call: DROP TABLE STRINGS [junit] Query: DataModifyQuery(sql="DROP TABLE STRINGS") [junit] [EL Warning]: 2022-09-10 04:07:57.453--DatabaseSessionImpl(987279115)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.NUMBERS' [junit] Error Code: 1051 [junit] Call: DROP TABLE NUMBERS [junit] Query: DataModifyQuery(sql="DROP TABLE NUMBERS") [junit] [EL Warning]: 2022-09-10 04:07:57.457--DatabaseSessionImpl(987279115)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.CLOBS' [junit] Error Code: 1051 [junit] Call: DROP TABLE CLOBS [junit] Query: DataModifyQuery(sql="DROP TABLE CLOBS") [junit] [EL Warning]: 2022-09-10 04:07:57.461--DatabaseSessionImpl(987279115)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.BLOBS' [junit] Error Code: 1051 [junit] Call: DROP TABLE BLOBS [junit] Query: DataModifyQuery(sql="DROP TABLE BLOBS") [junit] [EL Warning]: 2022-09-10 04:07:57.506--DatabaseSessionImpl(987279115)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column 'FIXED_STRING' at row 1 [junit] Error Code: 1406 [junit] Call: INSERT INTO STRINGS (NAME, FIXED_STRING, VAR) VALUES (?, ?, ?) [junit] bind => [3 parameters bound] [junit] Query: WriteObjectQuery(StringTester(Too Long)) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Too long exception: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column 'FIXED_STRING' at row 1 [junit] Error Code: 1406 [junit] Call: INSERT INTO STRINGS (NAME, FIXED_STRING, VAR) VALUES (?, ?, ?) [junit] bind => [3 parameters bound] [junit] Query: WriteObjectQuery(StringTester(Too Long)) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Trailing blanks were removed from char field. [junit] [EL Warning]: 2022-09-10 04:07:57.517--DatabaseSessionImpl(987279115)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Out of range value for column 'BIGINTF' at row 1 [junit] Error Code: 1264 [junit] Call: INSERT INTO NUMBERS (NAME, BIGDECF, BIGINTF, BYTEFC, BYTEF, DOUBLEFC, DOUBLEF, FLOATFC, FLOATF, INTF, INTFC, LONGFC, LONGF, SHORTFC, SHORTF) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [15 parameters bound] [junit] Query: WriteObjectQuery(NumericTester(MINIMUM)) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: MINIMUM and MAXIMUM tests fail on several platforms due to precision loss. [junit] [EL Warning]: 2022-09-10 04:07:57.519--DatabaseSessionImpl(987279115)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Out of range value for column 'BIGINTF' at row 1 [junit] Error Code: 1264 [junit] Call: INSERT INTO NUMBERS (NAME, BIGDECF, BIGINTF, BYTEFC, BYTEF, DOUBLEFC, DOUBLEF, FLOATFC, FLOATF, INTF, INTFC, LONGFC, LONGF, SHORTFC, SHORTF) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [15 parameters bound] [junit] Query: WriteObjectQuery(NumericTester(MAXIMUM)) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: MINIMUM and MAXIMUM tests fail on several platforms due to precision loss. [junit] [EL Info]: connection: 2022-09-10 04:07:57.561--DatabaseSessionImpl(987279115)-- logout successful [junit] [EL Info]: 2022-09-10 04:07:57.561--DatabaseSessionImpl(1948940857)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:07:57.564--DatabaseSessionImpl(1948940857)-- login successful [junit] [EL Warning]: 2022-09-10 04:07:57.692--DatabaseSessionImpl(1948940857)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column 'FIXED_STRING' at row 1 [junit] Error Code: 1406 [junit] Call: INSERT INTO STRINGS (NAME, FIXED_STRING, VAR) VALUES (?, ?, ?) [junit] bind => [3 parameters bound] [junit] Query: WriteObjectQuery(StringTester(Too Long)) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Too long exception: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column 'FIXED_STRING' at row 1 [junit] Error Code: 1406 [junit] Call: INSERT INTO STRINGS (NAME, FIXED_STRING, VAR) VALUES (?, ?, ?) [junit] bind => [3 parameters bound] [junit] Query: WriteObjectQuery(StringTester(Too Long)) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Trailing blanks were removed from char field. [junit] [EL Warning]: 2022-09-10 04:07:57.704--DatabaseSessionImpl(1948940857)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Out of range value for column 'BIGINTF' at row 1 [junit] Error Code: 1264 [junit] Call: INSERT INTO NUMBERS (NAME, BIGDECF, BIGINTF, BYTEFC, BYTEF, DOUBLEFC, DOUBLEF, FLOATFC, FLOATF, INTF, INTFC, LONGFC, LONGF, SHORTFC, SHORTF) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [15 parameters bound] [junit] Query: WriteObjectQuery(NumericTester(MINIMUM)) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: MINIMUM and MAXIMUM tests fail on several platforms due to precision loss. [junit] [EL Warning]: 2022-09-10 04:07:57.706--DatabaseSessionImpl(1948940857)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Out of range value for column 'BIGINTF' at row 1 [junit] Error Code: 1264 [junit] Call: INSERT INTO NUMBERS (NAME, BIGDECF, BIGINTF, BYTEFC, BYTEF, DOUBLEFC, DOUBLEF, FLOATFC, FLOATF, INTF, INTFC, LONGFC, LONGF, SHORTFC, SHORTF) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [15 parameters bound] [junit] Query: WriteObjectQuery(NumericTester(MAXIMUM)) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: MINIMUM and MAXIMUM tests fail on several platforms due to precision loss. [junit] [EL Info]: connection: 2022-09-10 04:07:57.738--DatabaseSessionImpl(1948940857)-- logout successful [junit] [EL Info]: 2022-09-10 04:07:57.738--DatabaseSessionImpl(885000031)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:07:57.741--DatabaseSessionImpl(885000031)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:07:57.949--DatabaseSessionImpl(885000031)-- logout successful [junit] [EL Info]: 2022-09-10 04:07:57.949--DatabaseSessionImpl(324152500)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:07:57.951--DatabaseSessionImpl(324152500)-- login successful [junit] [EL Warning]: 2022-09-10 04:07:57.972--DatabaseSessionImpl(324152500)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.OBJECT_A' doesn't exist [junit] Error Code: 1146 [junit] Call: Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_ [junit] Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_") [junit] [EL Warning]: 2022-09-10 04:07:58.119--DatabaseSessionImpl(324152500)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2022-09-10 04:07:58.121--DatabaseSessionImpl(324152500)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Warning]: 2022-09-10 04:07:58.316--DatabaseSessionImpl(324152500)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table POLICY [junit] Query: DataModifyQuery(sql="drop table POLICY") [junit] [EL Warning]: 2022-09-10 04:07:58.863--DatabaseSessionImpl(324152500)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'PROJECT_WORKER_BATCH_HD'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD [junit] Query: DataModifyQuery(sql="Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD") [junit] [EL Info]: 2022-09-10 04:07:59.32--ServerSession(919796638)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:07:59.325--ServerSession(919796638)-- login successful [junit] [EL Warning]: 2022-09-10 04:07:59.344--UnitOfWork(898185913)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '17301' for key 'PRIMARY' [junit] Error Code: 1062 [junit] Call: INSERT INTO ADDRESS (ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?) [junit] bind => [6 parameters bound] [junit] Query: InsertObjectQuery(Address: Wallace, Wallace, , ) [junit] [EL Warning]: 2022-09-10 04:07:59.349--UnitOfWork(117479960)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: Null or zero primary key encountered in UnitOfWork clone [Employee: Sarah Way], primary key [null]. Set descriptor's IdValidation or the "eclipselink.id-validation" property. [junit] [EL Warning]: 2022-09-10 04:07:59.457--UnitOfWork(781128266)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 26,156 [junit] [EL Warning]: 2022-09-10 04:07:59.49--UnitOfWork(1369350597)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Address: 3254 Real Cold Place, LKO, BC, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [83,239,348], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Warning]: 2022-09-10 04:07:59.49--UnitOfWork(1249201204)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Address: 1111 Mountain Blvd. Floor 53, suite 6, Vancouver, BC, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [351,852,261], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Warning]: 2022-09-10 04:07:59.493--UnitOfWork(965995413)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Sarah Way] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 26,151 [junit] [EL Warning]: 2022-09-10 04:07:59.51--UnitOfWork(61710475)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Smith] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 26,156 [junit] [EL Warning]: 2022-09-10 04:07:59.638--UnitOfWork(434261496)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Employee: Sarah Way], of class [class org.eclipse.persistence.testing.models.employee.domain.Employee], with identity hashcode (System.identityHashCode()) [2,005,754,627], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Warning]: 2022-09-10 04:07:59.782--UnitOfWork(1320545104)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1848' for key 'PRIMARY' [junit] Error Code: 1062 [junit] Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) [junit] bind => [2 parameters bound] [junit] [EL Warning]: 2022-09-10 04:07:59.803--UnitOfWork(166900382)--Exception [EclipseLink-200] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: Attempt to register an object with dead indirection as a new object. Possibly the object was deleted or removed from the cache during a merge of a serialized clone. This is a concurrency violation, consider a locking strategy. [junit] Mapping: org.eclipse.persistence.mappings.OneToOneMapping[owner] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork [junit] [EL Warning]: 2022-09-10 04:07:59.842--UnitOfWork(252612596)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Address: 3254 Real Cold Place, Prince Rupert, BC, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [963,344,160], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Info]: connection: 2022-09-10 04:07:59.862--ServerSession(919796638)-- logout successful [junit] [EL Info]: connection: 2022-09-10 04:07:59.862--DatabaseSessionImpl(324152500)-- logout successful [junit] [EL Info]: 2022-09-10 04:07:59.862--DatabaseSessionImpl(1678785919)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:07:59.865--DatabaseSessionImpl(1678785919)-- login successful [junit] [EL Warning]: 2022-09-10 04:07:59.883--DatabaseSessionImpl(1678785919)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.OBJECT_A' doesn't exist [junit] Error Code: 1146 [junit] Call: Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_ [junit] Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_") [junit] [EL Warning]: 2022-09-10 04:08:00.037--DatabaseSessionImpl(1678785919)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2022-09-10 04:08:00.039--DatabaseSessionImpl(1678785919)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Warning]: 2022-09-10 04:08:00.265--DatabaseSessionImpl(1678785919)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table POLICY [junit] Query: DataModifyQuery(sql="drop table POLICY") [junit] [EL Warning]: 2022-09-10 04:08:00.858--DatabaseSessionImpl(1678785919)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'PROJECT_WORKER_BATCH_HD'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD [junit] Query: DataModifyQuery(sql="Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD") [junit] [EL Info]: 2022-09-10 04:08:01.423--ServerSession(1443348206)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:08:01.429--ServerSession(1443348206)-- login successful [junit] [EL Warning]: 2022-09-10 04:08:01.457--UnitOfWork(1216951122)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: Null or zero primary key encountered in UnitOfWork clone [Employee: Betty Jones], primary key [null]. Set descriptor's IdValidation or the "eclipselink.id-validation" property. [junit] [EL Warning]: 2022-09-10 04:08:01.588--UnitOfWork(1004353928)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 26,252 [junit] [EL Warning]: 2022-09-10 04:08:01.595--UnitOfWork(657248786)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Address: 1 Chocolate Drive, LKO, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [363,472,826], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Warning]: 2022-09-10 04:08:01.595--UnitOfWork(778147472)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Address: 2 Anderson Rd., Metcalfe, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [1,428,259,793], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Warning]: 2022-09-10 04:08:01.599--UnitOfWork(197194617)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Betty Jones] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 26,251 [junit] [EL Warning]: 2022-09-10 04:08:01.608--UnitOfWork(648124874)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Smith] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 26,252 [junit] [EL Warning]: 2022-09-10 04:08:01.65--UnitOfWork(1503752687)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Employee: Betty Jones], of class [class org.eclipse.persistence.testing.models.employee.domain.Employee], with identity hashcode (System.identityHashCode()) [1,666,313,114], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. Created Pod: kubernetes eclipselink/el-master-agent-pod-01wdd-htp69 [junit] [EL Warning]: 2022-09-10 04:08:36.763--UnitOfWork(1809011377)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1953' for key 'PRIMARY' [junit] Error Code: 1062 [junit] Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) [junit] bind => [2 parameters bound] [junit] [EL Warning]: 2022-09-10 04:09:06.793--UnitOfWork(1781896886)--Exception [EclipseLink-200] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: Attempt to register an object with dead indirection as a new object. Possibly the object was deleted or removed from the cache during a merge of a serialized clone. This is a concurrency violation, consider a locking strategy. [junit] Mapping: org.eclipse.persistence.mappings.OneToOneMapping[owner] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork [junit] [EL Warning]: 2022-09-10 04:09:06.86--UnitOfWork(627474437)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Address: 1450 Acme Cr., suite 4, Toronto, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [717,156,952], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Info]: connection: 2022-09-10 04:09:06.874--ServerSession(1443348206)-- logout successful [junit] [EL Info]: connection: 2022-09-10 04:09:06.874--DatabaseSessionImpl(1678785919)-- logout successful [junit] [EL Info]: 2022-09-10 04:09:06.874--DatabaseSessionImpl(1795925201)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:09:06.876--DatabaseSessionImpl(1795925201)-- login successful [junit] [EL Warning]: 2022-09-10 04:09:06.895--DatabaseSessionImpl(1795925201)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.OBJECT_A' doesn't exist [junit] Error Code: 1146 [junit] Call: Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_ [junit] Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_") [junit] [EL Warning]: 2022-09-10 04:09:07.087--DatabaseSessionImpl(1795925201)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2022-09-10 04:09:07.088--DatabaseSessionImpl(1795925201)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Warning]: 2022-09-10 04:09:07.287--DatabaseSessionImpl(1795925201)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table POLICY [junit] Query: DataModifyQuery(sql="drop table POLICY") [junit] [EL Warning]: 2022-09-10 04:09:07.929--DatabaseSessionImpl(1795925201)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'PROJECT_WORKER_BATCH_HD'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD [junit] Query: DataModifyQuery(sql="Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD") [junit] [EL Info]: 2022-09-10 04:09:08.395--ServerSession(564704938)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:09:08.4--ServerSession(564704938)-- login successful [junit] [EL Warning]: 2022-09-10 04:09:08.42--UnitOfWork(1444055802)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '17501' for key 'PRIMARY' [junit] Error Code: 1062 [junit] Call: INSERT INTO ADDRESS (ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?) [junit] bind => [6 parameters bound] [junit] Query: InsertObjectQuery(Address: Wallace, Wallace, , ) [junit] [EL Warning]: 2022-09-10 04:09:08.425--UnitOfWork(1664065149)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: Null or zero primary key encountered in UnitOfWork clone [Employee: Fred Jones], primary key [null]. Set descriptor's IdValidation or the "eclipselink.id-validation" property. [junit] [EL Warning]: 2022-09-10 04:09:08.564--UnitOfWork(900267096)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 26,356 [junit] [EL Warning]: 2022-09-10 04:09:08.613--UnitOfWork(1253743127)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Address: 382 Hyde Park, LKO, BC, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [754,213,871], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Warning]: 2022-09-10 04:09:08.613--UnitOfWork(951871605)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Address: 3254 Real Cold Place, Prince Rupert, BC, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [1,752,252,732], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Warning]: 2022-09-10 04:09:08.617--UnitOfWork(1040644949)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Fred Jones] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 26,351 [junit] [EL Warning]: 2022-09-10 04:09:08.642--UnitOfWork(1940562278)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Smith] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 26,356 [junit] [EL Warning]: 2022-09-10 04:09:08.731--UnitOfWork(161549976)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Employee: Fred Jones], of class [class org.eclipse.persistence.testing.models.employee.domain.Employee], with identity hashcode (System.identityHashCode()) [1,665,468,020], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Warning]: 2022-09-10 04:09:08.853--UnitOfWork(1336526407)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '2103' for key 'PRIMARY' [junit] Error Code: 1062 [junit] Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) [junit] bind => [2 parameters bound] [junit] [EL Warning]: 2022-09-10 04:09:08.875--UnitOfWork(1111399628)--Exception [EclipseLink-200] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: Attempt to register an object with dead indirection as a new object. Possibly the object was deleted or removed from the cache during a merge of a serialized clone. This is a concurrency violation, consider a locking strategy. [junit] Mapping: org.eclipse.persistence.mappings.OneToOneMapping[owner] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork [junit] [EL Warning]: 2022-09-10 04:09:08.894--UnitOfWork(197598337)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Address: 382 Hyde Park, Victoria, BC, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [794,230,743], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Info]: connection: 2022-09-10 04:09:08.916--ServerSession(564704938)-- logout successful [junit] [EL Info]: connection: 2022-09-10 04:09:08.916--DatabaseSessionImpl(1795925201)-- logout successful [junit] [EL Info]: 2022-09-10 04:09:08.916--DatabaseSessionImpl(661496548)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:09:08.919--DatabaseSessionImpl(661496548)-- login successful [junit] [EL Warning]: 2022-09-10 04:09:08.941--DatabaseSessionImpl(661496548)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.OBJECT_A' doesn't exist [junit] Error Code: 1146 [junit] Call: Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_ [junit] Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_") [junit] [EL Warning]: 2022-09-10 04:09:09.083--DatabaseSessionImpl(661496548)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2022-09-10 04:09:09.084--DatabaseSessionImpl(661496548)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Warning]: 2022-09-10 04:09:09.287--DatabaseSessionImpl(661496548)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table POLICY [junit] Query: DataModifyQuery(sql="drop table POLICY") [junit] [EL Warning]: 2022-09-10 04:09:09.896--DatabaseSessionImpl(661496548)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'PROJECT_WORKER_BATCH_HD'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD [junit] Query: DataModifyQuery(sql="Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD") [junit] [EL Info]: 2022-09-10 04:09:10.383--ServerSession(353857931)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:09:10.39--ServerSession(353857931)-- login successful [junit] [EL Warning]: 2022-09-10 04:09:10.406--UnitOfWork(607052499)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: Null or zero primary key encountered in UnitOfWork clone [Employee: Sarah Way], primary key [null]. Set descriptor's IdValidation or the "eclipselink.id-validation" property. [junit] [EL Warning]: 2022-09-10 04:09:10.526--UnitOfWork(1262025238)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 26,461 [junit] [EL Warning]: 2022-09-10 04:09:10.539--UnitOfWork(280027523)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Address: 3254 Real Cold Place, LKO, BC, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [2,008,120,674], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Warning]: 2022-09-10 04:09:10.539--UnitOfWork(304152148)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Address: 1111 Mountain Blvd. Floor 53, suite 6, Vancouver, BC, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [4,667,702], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Warning]: 2022-09-10 04:09:10.542--UnitOfWork(464950506)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Sarah Way] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 26,451 [junit] [EL Warning]: 2022-09-10 04:09:10.552--UnitOfWork(576659928)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Smith] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 26,461 [junit] [EL Warning]: 2022-09-10 04:09:10.599--UnitOfWork(454837474)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Employee: Sarah Way], of class [class org.eclipse.persistence.testing.models.employee.domain.Employee], with identity hashcode (System.identityHashCode()) [1,296,953,364], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Warning]: 2022-09-10 04:09:15.751--UnitOfWork(327705595)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '2201' for key 'PRIMARY' [junit] Error Code: 1062 [junit] Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) [junit] bind => [2 parameters bound] [junit] [EL Warning]: 2022-09-10 04:09:45.788--UnitOfWork(2058465528)--Exception [EclipseLink-200] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: Attempt to register an object with dead indirection as a new object. Possibly the object was deleted or removed from the cache during a merge of a serialized clone. This is a concurrency violation, consider a locking strategy. [junit] Mapping: org.eclipse.persistence.mappings.OneToOneMapping[owner] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork [junit] [EL Warning]: 2022-09-10 04:09:45.866--UnitOfWork(579271057)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Address: 1450 Acme Cr., suite 4, Toronto, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [1,882,439,887], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Info]: connection: 2022-09-10 04:09:45.883--ServerSession(353857931)-- logout successful [junit] [EL Info]: connection: 2022-09-10 04:09:45.883--DatabaseSessionImpl(661496548)-- logout successful [junit] [EL Info]: 2022-09-10 04:09:45.883--DatabaseSessionImpl(1501839059)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:09:45.885--DatabaseSessionImpl(1501839059)-- login successful [junit] [EL Warning]: 2022-09-10 04:09:45.928--DatabaseSessionImpl(1501839059)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.OBJECT_A' doesn't exist [junit] Error Code: 1146 [junit] Call: Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_ [junit] Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_") [junit] [EL Warning]: 2022-09-10 04:09:46.064--DatabaseSessionImpl(1501839059)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2022-09-10 04:09:46.065--DatabaseSessionImpl(1501839059)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Warning]: 2022-09-10 04:09:46.268--DatabaseSessionImpl(1501839059)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table POLICY [junit] Query: DataModifyQuery(sql="drop table POLICY") [junit] [EL Warning]: 2022-09-10 04:09:46.863--DatabaseSessionImpl(1501839059)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'PROJECT_WORKER_BATCH_HD'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD [junit] Query: DataModifyQuery(sql="Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD") [junit] [EL Info]: 2022-09-10 04:09:47.31--ServerSession(870770218)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:09:47.316--ServerSession(870770218)-- login successful [junit] [EL Warning]: 2022-09-10 04:09:47.334--UnitOfWork(191860368)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '17701' for key 'PRIMARY' [junit] Error Code: 1062 [junit] Call: INSERT INTO ADDRESS (ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?) [junit] bind => [6 parameters bound] [junit] Query: InsertObjectQuery(Address: Wallace, Wallace, , ) [junit] [EL Warning]: 2022-09-10 04:09:47.338--UnitOfWork(935089655)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: Null or zero primary key encountered in UnitOfWork clone [Employee: Charles Chanley], primary key [null]. Set descriptor's IdValidation or the "eclipselink.id-validation" property. [junit] [EL Warning]: 2022-09-10 04:09:47.486--UnitOfWork(1858682649)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 26,555 [junit] [EL Warning]: 2022-09-10 04:09:47.539--UnitOfWork(1189355184)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Address: 1 Habs Place, LKO, QUE, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [206,019,407], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Warning]: 2022-09-10 04:09:47.539--UnitOfWork(603777746)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Address: 1111 Mountain Blvd. Floor 53, suite 6, Vancouver, BC, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [1,410,031,415], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Warning]: 2022-09-10 04:09:47.543--UnitOfWork(1829070724)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Charles Chanley] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 26,551 [junit] [EL Warning]: 2022-09-10 04:09:47.567--UnitOfWork(745843287)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Smith] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 26,555 [junit] [EL Warning]: 2022-09-10 04:09:47.653--UnitOfWork(1698093344)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Employee: Charles Chanley], of class [class org.eclipse.persistence.testing.models.employee.domain.Employee], with identity hashcode (System.identityHashCode()) [2,024,330,047], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Warning]: 2022-09-10 04:09:47.777--UnitOfWork(319979261)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '2348' for key 'PRIMARY' [junit] Error Code: 1062 [junit] Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) [junit] bind => [2 parameters bound] [junit] [EL Warning]: 2022-09-10 04:09:47.801--UnitOfWork(324886313)--Exception [EclipseLink-200] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: Attempt to register an object with dead indirection as a new object. Possibly the object was deleted or removed from the cache during a merge of a serialized clone. This is a concurrency violation, consider a locking strategy. [junit] Mapping: org.eclipse.persistence.mappings.OneToOneMapping[owner] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork [junit] [EL Warning]: 2022-09-10 04:09:47.822--UnitOfWork(16357770)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Address: 1 Habs Place, Montreal, QUE, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [657,545,473], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Info]: connection: 2022-09-10 04:09:47.842--ServerSession(870770218)-- logout successful [junit] [EL Info]: connection: 2022-09-10 04:09:47.842--DatabaseSessionImpl(1501839059)-- logout successful [junit] [EL Info]: 2022-09-10 04:09:47.842--DatabaseSessionImpl(2012458724)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:09:47.844--DatabaseSessionImpl(2012458724)-- login successful [junit] [EL Warning]: 2022-09-10 04:09:47.861--DatabaseSessionImpl(2012458724)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.OBJECT_A' doesn't exist [junit] Error Code: 1146 [junit] Call: Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_ [junit] Query: DataModifyQuery(sql="Alter TABLE OBJECT_A DROP FOREIGN KEY OWNER_A_ONE_TO_ONE_") [junit] [EL Warning]: 2022-09-10 04:09:48.0--DatabaseSessionImpl(2012458724)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2022-09-10 04:09:48.001--DatabaseSessionImpl(2012458724)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Warning]: 2022-09-10 04:09:48.203--DatabaseSessionImpl(2012458724)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table POLICY [junit] Query: DataModifyQuery(sql="drop table POLICY") [junit] [EL Warning]: 2022-09-10 04:09:48.752--DatabaseSessionImpl(2012458724)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'PROJECT_WORKER_BATCH_HD'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD [junit] Query: DataModifyQuery(sql="Alter TABLE PROJECT_WORKER_BATCH DROP FOREIGN KEY PROJECT_WORKER_BATCH_HD") [junit] [EL Info]: 2022-09-10 04:09:49.217--ServerSession(1174616110)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:09:49.222--ServerSession(1174616110)-- login successful [junit] [EL Warning]: 2022-09-10 04:09:49.245--UnitOfWork(837598971)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '17801' for key 'PRIMARY' [junit] Error Code: 1062 [junit] Call: INSERT INTO ADDRESS (ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?) [junit] bind => [6 parameters bound] [junit] Query: InsertObjectQuery(Address: Wallace, Wallace, , ) [junit] [EL Warning]: 2022-09-10 04:09:49.251--UnitOfWork(1369000988)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: Null or zero primary key encountered in UnitOfWork clone [Employee: Jim-bob Jefferson], primary key [null]. Set descriptor's IdValidation or the "eclipselink.id-validation" property. [junit] [EL Warning]: 2022-09-10 04:09:49.367--UnitOfWork(1892884164)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Bob Smith] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 26,657 [junit] [EL Warning]: 2022-09-10 04:09:49.41--UnitOfWork(2040649794)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Address: 1112 Gold Rush rd., LKO, YK, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [351,331,030], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Warning]: 2022-09-10 04:09:49.41--UnitOfWork(1253711369)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Address: 1 Chocolate Drive, Smith Falls, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [547,207,585], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Warning]: 2022-09-10 04:09:49.414--UnitOfWork(1637161681)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Jim-bob Jefferson] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 26,651 [junit] [EL Warning]: 2022-09-10 04:09:49.439--UnitOfWork(693107962)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: Smith] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.employee.domain.Employee Primary Key> 26,657 [junit] [EL Warning]: 2022-09-10 04:09:49.52--UnitOfWork(112842855)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Employee: Jim-bob Jefferson], of class [class org.eclipse.persistence.testing.models.employee.domain.Employee], with identity hashcode (System.identityHashCode()) [1,672,559,076], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Warning]: 2022-09-10 04:09:49.625--UnitOfWork(1917682798)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '2445' for key 'PRIMARY' [junit] Error Code: 1062 [junit] Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) [junit] bind => [2 parameters bound] [junit] [EL Warning]: 2022-09-10 04:09:49.652--UnitOfWork(848767335)--Exception [EclipseLink-200] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: Attempt to register an object with dead indirection as a new object. Possibly the object was deleted or removed from the cache during a merge of a serialized clone. This is a concurrency violation, consider a locking strategy. [junit] Mapping: org.eclipse.persistence.mappings.OneToOneMapping[owner] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork [junit] [EL Warning]: 2022-09-10 04:09:49.671--UnitOfWork(1034060756)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Address: 1112 Gold Rush rd., Yellow Knife, YK, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [457,892,157], [junit] is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, [junit] but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly [junit] registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to [junit] help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Info]: connection: 2022-09-10 04:09:49.691--ServerSession(1174616110)-- logout successful [junit] [EL Info]: connection: 2022-09-10 04:09:49.692--DatabaseSessionImpl(2012458724)-- logout successful [junit] [EL Info]: 2022-09-10 04:09:49.692--DatabaseSessionImpl(720814942)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:09:49.695--DatabaseSessionImpl(720814942)-- login successful [junit] [EL Warning]: 2022-09-10 04:09:49.714--DatabaseSessionImpl(720814942)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2022-09-10 04:09:49.715--DatabaseSessionImpl(720814942)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Warning]: 2022-09-10 04:09:49.908--DatabaseSessionImpl(720814942)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table POLICY [junit] Query: DataModifyQuery(sql="drop table POLICY") [junit] [EL Info]: 2022-09-10 04:09:50.075--ServerSession(1149212002)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:09:50.079--ServerSession(1149212002)-- login successful [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: currently broken. [junit] [EL Info]: connection: 2022-09-10 04:09:50.231--ServerSession(1149212002)-- logout successful [junit] [EL Info]: connection: 2022-09-10 04:09:50.232--DatabaseSessionImpl(720814942)-- logout successful [junit] [EL Info]: 2022-09-10 04:09:50.232--DatabaseSessionImpl(874377588)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:09:50.234--DatabaseSessionImpl(874377588)-- login successful [junit] [EL Warning]: 2022-09-10 04:09:50.25--DatabaseSessionImpl(874377588)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2022-09-10 04:09:50.251--DatabaseSessionImpl(874377588)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Warning]: 2022-09-10 04:09:50.455--UnitOfWork(1092456900)--Exception [EclipseLink-7123] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: A successful writeChanges() has been called on this UnitOfWork. As the commit process has been started but not yet finalized, the only supported operations now are commit, commitAndResume, release, any non-object level query or SQLCall execution. The operation executeQuery(DeleteAllQuery) is not allowed at this time. [junit] [EL Warning]: 2022-09-10 04:09:50.461--UnitOfWork(1369041484)--Exception [EclipseLink-7123] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: A successful writeChanges() has been called on this UnitOfWork. As the commit process has been started but not yet finalized, the only supported operations now are commit, commitAndResume, release, any non-object level query or SQLCall execution. The operation executeQuery(ObjectLevelModifyQuery) is not allowed at this time. [junit] [EL Warning]: 2022-09-10 04:09:50.468--UnitOfWork(261661853)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'PRIMARY' [junit] Error Code: 1062 [junit] Call: INSERT INTO EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, START_TIME, END_TIME, END_DATE, START_DATE, ADDR_ID, MANAGER_ID, VERSION) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [11 parameters bound] [junit] Query: InsertObjectQuery(Employee: Andrew ) [junit] [EL Warning]: 2022-09-10 04:09:50.475--UnitOfWork(2041651147)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Exception Description: DatabaseAccessor not connected. [junit] [EL Warning]: 2022-09-10 04:09:50.477--UnitOfWork(2102902005)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '999' for key 'PRIMARY' [junit] Error Code: 1062 [junit] Call: INSERT INTO EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, START_TIME, END_TIME, END_DATE, START_DATE, ADDR_ID, MANAGER_ID, VERSION) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [11 parameters bound] [junit] Query: InsertObjectQuery(Employee: foo-modified ) [junit] [EL Info]: connection: 2022-09-10 04:09:50.48--DatabaseSessionImpl(874377588)-- logout successful [junit] [EL Info]: 2022-09-10 04:09:50.48--DatabaseSessionImpl(1856443526)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:09:50.482--DatabaseSessionImpl(1856443526)-- login successful [junit] [EL Warning]: 2022-09-10 04:09:50.498--DatabaseSessionImpl(1856443526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table EMPLOYEE [junit] Query: DataModifyQuery(sql="drop table EMPLOYEE") [junit] [EL Warning]: 2022-09-10 04:09:50.499--DatabaseSessionImpl(1856443526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: drop table ADDRESS [junit] Query: DataModifyQuery(sql="drop table ADDRESS") [junit] [EL Info]: 2022-09-10 04:09:51.25--ServerSession(2016489516)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:09:51.254--ServerSession(2016489516)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:09:51.255--ServerSession(2016489516)-- logout successful [junit] [EL Info]: connection: 2022-09-10 04:09:51.255--DatabaseSessionImpl(1856443526)-- logout successful [junit] [EL Info]: 2022-09-10 04:09:51.255--DatabaseSessionImpl(1856443526)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:09:51.257--DatabaseSessionImpl(1856443526)-- login successful [junit] [EL Info]: 2022-09-10 04:09:51.257--ServerSession(1528848026)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:09:51.261--ServerSession(1528848026)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:09:51.261--ServerSession(1528848026)-- logout successful [junit] [EL Info]: connection: 2022-09-10 04:09:51.261--DatabaseSessionImpl(1856443526)-- logout successful [junit] [EL Info]: 2022-09-10 04:09:51.261--DatabaseSessionImpl(1856443526)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:09:51.263--DatabaseSessionImpl(1856443526)-- login successful [junit] [EL Info]: 2022-09-10 04:09:51.263--ServerSession(2023627216)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:09:51.266--ServerSession(2023627216)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:09:51.267--ServerSession(2023627216)-- logout successful [junit] [EL Info]: connection: 2022-09-10 04:09:51.267--DatabaseSessionImpl(1856443526)-- logout successful [junit] [EL Info]: 2022-09-10 04:09:51.267--DatabaseSessionImpl(1856443526)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:09:51.269--DatabaseSessionImpl(1856443526)-- login successful [junit] [EL Info]: 2022-09-10 04:09:51.269--ServerSession(1527102509)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:09:51.272--ServerSession(1527102509)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:09:51.272--ServerSession(1527102509)-- logout successful [junit] [EL Info]: connection: 2022-09-10 04:09:51.272--DatabaseSessionImpl(1856443526)-- logout successful [junit] [EL Info]: 2022-09-10 04:09:51.272--DatabaseSessionImpl(1856443526)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:09:51.274--DatabaseSessionImpl(1856443526)-- login successful [junit] [EL Info]: 2022-09-10 04:09:51.274--ServerSession(515507329)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:09:51.277--ServerSession(515507329)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:09:51.278--ServerSession(515507329)-- logout successful [junit] [EL Info]: connection: 2022-09-10 04:09:51.278--DatabaseSessionImpl(1856443526)-- logout successful [junit] [EL Info]: 2022-09-10 04:09:51.278--DatabaseSessionImpl(1856443526)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:09:51.279--DatabaseSessionImpl(1856443526)-- login successful [junit] [EL Info]: 2022-09-10 04:09:51.28--ServerSession(1385121960)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:09:51.282--ServerSession(1385121960)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:09:51.283--ServerSession(1385121960)-- logout successful [junit] [EL Info]: connection: 2022-09-10 04:09:51.283--DatabaseSessionImpl(1856443526)-- logout successful [junit] [EL Info]: 2022-09-10 04:09:51.283--DatabaseSessionImpl(1856443526)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:09:51.285--DatabaseSessionImpl(1856443526)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:09:51.286--DatabaseSessionImpl(1856443526)-- logout successful [junit] [EL Warning]: 2022-09-10 04:09:51.286--DatabaseSessionImpl(1856443526)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Exception Description: DatabaseAccessor not connected. [junit] [EL Info]: 2022-09-10 04:09:51.286--DatabaseSessionImpl(1856443526)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:09:51.288--DatabaseSessionImpl(1856443526)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:09:51.289--DatabaseSessionImpl(1856443526)-- logout successful [junit] [EL Warning]: 2022-09-10 04:09:51.289--DatabaseSessionImpl(1856443526)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Exception Description: DatabaseAccessor not connected. [junit] [EL Info]: 2022-09-10 04:09:51.289--DatabaseSessionImpl(1856443526)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:09:51.291--DatabaseSessionImpl(1856443526)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:09:51.292--DatabaseSessionImpl(1856443526)-- logout successful [junit] [EL Warning]: 2022-09-10 04:09:51.293--DatabaseSessionImpl(1856443526)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Exception Description: DatabaseAccessor not connected. [junit] [EL Warning]: 2022-09-10 04:09:51.293--DatabaseSessionImpl(1856443526)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Exception Description: DatabaseAccessor not connected. [junit] [EL Info]: 2022-09-10 04:09:51.293--DatabaseSessionImpl(1856443526)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:09:51.295--DatabaseSessionImpl(1856443526)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:09:51.295--DatabaseSessionImpl(1856443526)-- logout successful [junit] [EL Warning]: 2022-09-10 04:09:51.295--DatabaseSessionImpl(1856443526)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Exception Description: DatabaseAccessor not connected. [junit] [EL Warning]: 2022-09-10 04:09:51.296--DatabaseSessionImpl(1856443526)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Exception Description: DatabaseAccessor not connected. [junit] [EL Info]: 2022-09-10 04:09:51.296--DatabaseSessionImpl(1856443526)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:09:51.298--DatabaseSessionImpl(1856443526)-- login successful [junit] [EL Info]: 2022-09-10 04:09:51.302--ServerSession(1837508933)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:09:51.306--ServerSession(1837508933)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:09:51.306--ServerSession(1837508933)-- logout successful [junit] [EL Warning]: 2022-09-10 04:09:51.311--UnitOfWork(1248541915)--Exception [EclipseLink-6005] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The object [Address: 1450 Acme Cr., suite 4, Toronto, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [1,367,543,549], [junit] is the original to a registered new object. The UnitOfWork clones registered new objects, so you must ensure that an object [junit] is registered before it is referenced by another object. If you do not want the new object to be cloned, use the [junit] UnitOfWork.registerNewObject(Object) API. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() [junit] method to help debug where the error occurred. For more information, see the manual or FAQ. [junit] [EL Warning]: 2022-09-10 04:09:51.312--DatabaseSessionImpl(1856443526)--Exception [EclipseLink-116] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: No conversion value provided for the value [M] in field [EMPLOYEE.GENDER]. [junit] Mapping: org.eclipse.persistence.mappings.DirectToFieldMapping[gender-->EMPLOYEE.GENDER] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)]) [junit] [EL Warning]: 2022-09-10 04:09:51.313--DatabaseSessionImpl(1856443526)--Exception [EclipseLink-115] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: No conversion value provided for the attribute [unknown]. [junit] Mapping: org.eclipse.persistence.mappings.DirectToFieldMapping[sex-->MAP_EMP.SEX] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.mapping.Employee --> [DatabaseTable(MAP_EMP)]) [junit] [EL Warning]: 2022-09-10 04:09:51.319--DatabaseSessionImpl(1856443526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 [junit] Error Code: 1064 [junit] Call: Insert into BOB Value [junit] [EL Warning]: 2022-09-10 04:09:51.321--DatabaseSessionImpl(1856443526)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Invalid query key [bob] in expression. [junit] Query: ReadAllQuery(referenceClass=Employee ) [junit] [EL Warning]: 2022-09-10 04:09:51.321--DatabaseSessionImpl(1856443526)--Exception [EclipseLink-6088] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: There are no attributes for the ReportQuery. [junit] Query: ReportQuery(referenceClass=Employee ) [junit] [EL Info]: 2022-09-10 04:09:51.323--DatabaseSessionImpl(1180702239)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:09:51.326--DatabaseSessionImpl(1180702239)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:09:51.326--DatabaseSessionImpl(1180702239)-- logout successful [junit] [EL Info]: 2022-09-10 04:09:51.326--DatabaseSessionImpl(784763462)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:09:51.329--DatabaseSessionImpl(784763462)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:09:51.329--DatabaseSessionImpl(784763462)-- logout successful [junit] [EL Info]: 2022-09-10 04:09:51.329--DatabaseSessionImpl(784763462)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:09:51.33--DatabaseSessionImpl(784763462)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:09:51.331--DatabaseSessionImpl(784763462)-- logout successful [junit] [EL Warning]: 2022-09-10 04:09:51.331--UnitOfWork(1985454239)--Exception [EclipseLink-7136] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: Nested UnitOfWork is not supported for a modify all query [junit] [EL Warning]: 2022-09-10 04:09:51.341--DatabaseSessionImpl(1856443526)--Exception [EclipseLink-6078] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The class of the argument for the object comparison is incorrect. [junit] Expression: [null] [junit] Mapping: [org.eclipse.persistence.mappings.OneToOneMapping[owner]] [junit] Argument: [26,907] [junit] Query: ReadAllQuery(referenceClass=PhoneNumber sql="SELECT TYPE, AREA_CODE, P_NUMBER, EMP_ID FROM PHONE WHERE (EMP_ID = ?)") [junit] [EL Warning]: 2022-09-10 04:09:51.344--DatabaseSessionImpl(1856443526)--Exception [EclipseLink-6078] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The class of the argument for the object comparison is incorrect. [junit] Expression: [null] [junit] Mapping: [org.eclipse.persistence.mappings.OneToOneMapping[owner]] [junit] Argument: [26,907] [junit] Query: ReadAllQuery(referenceClass=PhoneNumber ) [junit] [EL Info]: 2022-09-10 04:09:51.349--ServerSession(10209893)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:09:51.351--ServerSession(10209893)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:09:51.352--ServerSession(10209893)-- logout successful [junit] [EL Info]: 2022-09-10 04:09:51.352--ServerSession(1504941124)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:09:51.354--ServerSession(1504941124)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:09:51.354--ServerSession(1504941124)-- logout successful [junit] [EL Warning]: 2022-09-10 04:09:51.387--UnitOfWork(839140574)--Exception [EclipseLink-115] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: No conversion value provided for the attribute [Other]. [junit] Mapping: org.eclipse.persistence.mappings.DirectToFieldMapping[gender-->EMPLOYEE.GENDER] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.tests.validation.EmployeeWithProblems --> [DatabaseTable(EMPLOYEE)]) [junit] [EL Info]: 2022-09-10 04:09:51.448--DatabaseSessionImpl(1107694130)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:09:51.452--DatabaseSessionImpl(1107694130)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:09:51.466--DatabaseSessionImpl(1107694130)-- logout successful [junit] [EL Info]: connection: 2022-09-10 04:09:51.466--DatabaseSessionImpl(1856443526)-- logout successful [junit] [EL Info]: 2022-09-10 04:09:51.466--DatabaseSessionImpl(175710844)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:09:51.468--DatabaseSessionImpl(175710844)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:09:51.468--DatabaseSessionImpl(175710844)-- logout successful [junit] [EL Info]: 2022-09-10 04:09:51.468--DatabaseSessionImpl(431618782)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:09:51.47--DatabaseSessionImpl(431618782)-- login successful [junit] Tests run: 8625, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 459.188 sec [echo] CORETEST_BEGINS... [echo] core_test.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test' [echo] core_test.2.base.dir = '../..' [echo] Loading /home/jenkins/build.properties... [echo] Notice: custom properties file '/home/jenkins/test.properties' not found to load. init: [echo] core_test.src.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/src' [echo] core_test.resource.dir='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/resource' [echo] core_test.classes.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/classes' [echo] core_test.report.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/reports' [echo] core_test.run.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run' [echo] user.home ='/home/jenkins' [echo] test.properties='test.properties' [echo] extensions.depend.dir ='/home/jenkins/extension.lib.external' [echo] junit.lib ='/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] tools.lib ='/usr/lib/jvm/java/lib/tools.jar' init_eclipselink: [echo] Using EclipseLink.jar as 'product' in compile dependency. init_bundles: init_classes: init_paths: process-resource: [echo] Setup filtering values: [echo] dbUser: 'root' [echo] dbPassword: ******** [echo] driverClass: 'com.mysql.jdbc.Driver' [echo] dbURL 'jdbc:mysql://localhost/ecltest?useSSL=false' [echo] loglevel: 'info' [echo] boolvalue: 'false' [echo] dbPlatform: 'org.eclipse.persistence.platform.database.MySQLPlatform' [echo] [echo] Filter copying Resources (all but below) (default encoding): [echo] from '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/resource' [echo] to '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run' [copy] Copying 42 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run [echo] Filter copying Resources '**/Employee_utf16.xml' (UTF-16 encoding) [echo] from '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/resource' [echo] to '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run' [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run [echo] Filter copying Resources '**/NLSJapaneseMWIntegrationTestEmployeeProject.xml' (Shift_JIS encoding) [echo] from '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/resource' [echo] to '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run' [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/run run-test: [echo] Running test on jdbc:mysql://localhost/ecltest?useSSL=false [junit] Running org.eclipse.persistence.testing.tests.security.SecurityTestModel [junit] [EL Info]: 2022-09-10 04:09:52.803--DatabaseSessionImpl(1289479439)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:09:53.246--DatabaseSessionImpl(1289479439)-- login successful [junit] [EL Info]: connection: 2022-09-10 04:09:53.476--DatabaseSessionImpl(1289479439)-- logout successful [junit] [EL Info]: 2022-09-10 04:09:53.477--DatabaseSessionImpl(1514160588)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:09:53.482--DatabaseSessionImpl(1514160588)-- login successful [junit] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.933 sec [echo] CORETEST_BEGINS... [echo] core_test.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test' [echo] core_test.2.base.dir = '../..' [echo] Loading /home/jenkins/build.properties... [echo] Notice: custom properties file '/home/jenkins/test.properties' not found to load. valid-junit-java: check-jdk8: test-jdk8: [echo] CORETEST_BEGINS... [echo] core_test.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test' [echo] core_test.2.base.dir = '../..' [echo] Loading /home/jenkins/build.properties... [echo] Notice: custom properties file '/home/jenkins/test.properties' not found to load. generate-report: [junitreport] Processing /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/reports/TESTS-TestSuites.xml to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/foundation/eclipselink.core.test/reports/junit-noframes.html [junitreport] Loading stylesheet jar:file:/opt/java/ant/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-noframes.xsl [junitreport] Transform time: 394ms test-jpa21: [echo] Loading /home/jenkins/build.properties [echo] Skipping ${test.properties}, file does not exist [echo] Skipping /home/jenkins/test.properties, file does not exist [echo] Skipping /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.6.10.v20220910-5fc36efa7a.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.modelgentest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/eclipselink.jpa.modelgen.test' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../sdo/plugins' (for GF) [echo] user.home = '/home/jenkins' [echo] Loading user properties from: '/home/jenkins/test.properties' clean-test: [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/run [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/reports [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/run config-classpath: [echo] Configuring compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.0.6.v201308211412.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.validation_1.1.0.v201304101302.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ejb_3.1.0.v201205171433.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.transaction_1.1.0.v201002051055.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ws.rs_1.1.1.v20101004-1200.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.resource_1.6.0.v201204270900.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] '/home/jenkins/extension.lib.external/jacocoagent.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa21.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.1.1.v201509150925.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.validation_1.1.0.v201304101302.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ejb_3.1.0.v201205171433.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.transaction_1.1.0.v201002051055.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ws.rs_1.1.1.v20101004-1200.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] '/home/jenkins/extension.lib.external/jacocoagent.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring 'compile.modelgen.path' to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.jpa.modelgen_2.6.10.v20220910-5fc36efa7a.jar' [echo] and 'compile.path' [echo] [echo] Configuring 'compile.server.path' to: [echo] 'compile.path' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/../extension.oracle.lib.external/sdoapi.jar' [echo] '../../../extension.lib.external/mongo.jar' [echo] test-lrg21: [echo] Loading /home/jenkins/build.properties [echo] Skipping ${test.properties}, file does not exist [echo] Skipping /home/jenkins/test.properties, file does not exist [echo] Skipping /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.6.10.v20220910-5fc36efa7a.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.modelgentest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/eclipselink.jpa.modelgen.test' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../sdo/plugins' (for GF) [echo] user.home = '/home/jenkins' [echo] Loading user properties from: '/home/jenkins/test.properties' config-classpath: [echo] Configuring compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.0.6.v201308211412.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.validation_1.1.0.v201304101302.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ejb_3.1.0.v201205171433.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.transaction_1.1.0.v201002051055.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ws.rs_1.1.1.v20101004-1200.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.resource_1.6.0.v201204270900.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] '/home/jenkins/extension.lib.external/jacocoagent.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa21.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.1.1.v201509150925.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.validation_1.1.0.v201304101302.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ejb_3.1.0.v201205171433.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.transaction_1.1.0.v201002051055.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ws.rs_1.1.1.v20101004-1200.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] '/home/jenkins/extension.lib.external/jacocoagent.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring 'compile.modelgen.path' to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.jpa.modelgen_2.6.10.v20220910-5fc36efa7a.jar' [echo] and 'compile.path' [echo] [echo] Configuring 'compile.server.path' to: [echo] 'compile.path' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/../extension.oracle.lib.external/sdoapi.jar' [echo] '../../../extension.lib.external/mongo.jar' [echo] run-test: [echo] Running test on jdbc:mysql://localhost/ecltest?useSSL=false [junit] [EL Warning]: metadata: 2022-09-10 04:10:01.485--ServerSession(1690050988)--The tenant discriminator context property for the tenant discriminator column [DDL_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.ddlgeneration.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:10:01.505--ServerSession(1690050988)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.ddlgeneration.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: 2022-09-10 04:10:01.543--ServerSession(1690050988)--The reference column name [Cliente] mapped on the element [field operaciones] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: 2022-09-10 04:10:01.635--ServerSession(37841489)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.ddlgeneration.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:10:01.636--ServerSession(37841489)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.ddlgeneration.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:10:01.637--ServerSession(37841489)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.ddlgeneration.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:10:01.639--ServerSession(37841489)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.ddlgeneration.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:10:02.135--ServerSession(1572442646)--Ignoring JPA convert specification on element [field active] within entity class [class org.eclipse.persistence.testing.models.jpa.plsql.Consultant] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:10:02.137--ServerSession(1572442646)--Ignoring JPA convert specification on element [field active] within entity class [class org.eclipse.persistence.testing.models.jpa.plsql.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: ServerSession(1855734078)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [junit] [EL Warning]: metadata: ServerSession(1855734078)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [junit] [EL Warning]: metadata: ServerSession(1855734078)--Overriding the FIELD mapping attribute [field itemId] with the PROPERTY mapping attribute [method getItemId] from class [org.eclipse.persistence.testing.models.jpa.xml.merge.relationships.Item]. To avoid this warning you should mark the attribute [field itemId] as transient. [junit] [EL Warning]: metadata: ServerSession(1855734078)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [junit] [EL Warning]: metadata: ServerSession(1855734078)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1855734078)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(1855734078)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1855734078)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1855734078)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1855734078)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(1855734078)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(1855734078)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(1855734078)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1855734078)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1855734078)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1855734078)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1855734078)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1855734078)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the JPA specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [junit] [EL Warning]: metadata: ServerSession(1855734078)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1855734078)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1855734078)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1855734078)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1855734078)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1855734078)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: 2022-09-10 04:10:11.347--ServerSession(750795985)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [junit] [EL Warning]: metadata: 2022-09-10 04:10:11.384--ServerSession(750795985)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [junit] [EL Warning]: metadata: 2022-09-10 04:10:11.54--ServerSession(750795985)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:10:11.583--ServerSession(750795985)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:10:11.592--ServerSession(750795985)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:10:11.599--ServerSession(750795985)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: 2022-09-10 04:10:11.606--ServerSession(750795985)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: 2022-09-10 04:10:11.634--ServerSession(750795985)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: 2022-09-10 04:10:11.641--ServerSession(750795985)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: 2022-09-10 04:10:11.665--ServerSession(750795985)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:10:11.687--ServerSession(750795985)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:10:11.702--ServerSession(750795985)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:10:11.734--ServerSession(750795985)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:10:11.863--ServerSession(750795985)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: 2022-09-10 04:10:11.884--ServerSession(750795985)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the JPA specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [junit] [EL Warning]: metadata: 2022-09-10 04:10:11.91--ServerSession(750795985)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: 2022-09-10 04:10:11.913--ServerSession(750795985)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: 2022-09-10 04:10:11.917--ServerSession(750795985)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: 2022-09-10 04:10:14.379--ServerSession(2146654783)--The tenant discriminator context property for the tenant discriminator column [JPA_MAFIOSO_ADDRESS.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Address] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:10:14.384--ServerSession(2146654783)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: 2022-09-10 04:10:14.464--ServerSession(1770125555)--The tenant discriminator context property for the tenant discriminator column [JPA_MAFIOSO_ADDRESS.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Address] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:10:14.469--ServerSession(1770125555)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: 2022-09-10 04:10:14.562--ServerSession(1407713529)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:10:14.563--ServerSession(1407713529)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:10:14.564--ServerSession(1407713529)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:10:14.565--ServerSession(1407713529)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:10:14.566--ServerSession(1407713529)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:10:14.568--ServerSession(1407713529)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:10:14.618--ServerSession(1301653294)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:10:14.618--ServerSession(1301653294)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:10:14.619--ServerSession(1301653294)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:10:14.62--ServerSession(1301653294)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:10:14.621--ServerSession(1301653294)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:10:14.623--ServerSession(1301653294)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [junit] [EL Fine]: server: 2022-09-10 04:10:14.808--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [junit] [EL Fine]: moxy: 2022-09-10 04:10:14.812--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@561b7d53 [junit] [EL Fine]: moxy: 2022-09-10 04:10:14.815--Thread(Thread[main,5,main])--DocumentBuilderFactory instance: com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl@6a1d3225 [junit] [EL Config]: metadata: 2022-09-10 04:10:14.829--ServerSession(1003663195)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.customer.CustomerAddress] is set to [FIELD]. [junit] [EL Config]: metadata: 2022-09-10 04:10:14.829--ServerSession(1003663195)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.customer.AddressType2] is set to [FIELD]. [junit] [EL Config]: metadata: 2022-09-10 04:10:14.831--ServerSession(1003663195)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.customer.AddressType1] is set to [FIELD]. [junit] [EL Config]: metadata: 2022-09-10 04:10:14.832--ServerSession(1003663195)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.customer.RegisteredCustomer] is set to [FIELD]. [junit] [EL Config]: metadata: 2022-09-10 04:10:14.833--ServerSession(1003663195)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field deliveryAddress] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.advanced.customer.CustomerAddress. [junit] [EL Config]: metadata: 2022-09-10 04:10:14.834--ServerSession(1003663195)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field billingAddress] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.advanced.customer.CustomerAddress. [junit] [EL Config]: metadata: 2022-09-10 04:10:14.834--ServerSession(1003663195)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.customer.CustomerAddress] is being defaulted to: CustomerAddress. [junit] [EL Config]: metadata: 2022-09-10 04:10:14.835--ServerSession(1003663195)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.customer.AddressType2] is being defaulted to: AddressType2. [junit] [EL Config]: metadata: 2022-09-10 04:10:14.835--ServerSession(1003663195)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.customer.AddressType1] is being defaulted to: AddressType1. [junit] [EL Config]: metadata: 2022-09-10 04:10:14.836--ServerSession(1003663195)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.customer.RegisteredCustomer] is being defaulted to: RegisteredCustomer. [junit] [EL Config]: metadata: 2022-09-10 04:10:14.837--ServerSession(1003663195)--Thread(Thread[main,5,main])--The sequence name for the sequence generator named [CMP3_AD_CU_CUSTOMER_ID_SEQ] defined on [class org.eclipse.persistence.testing.models.jpa.advanced.customer.RegisteredCustomer] from [class org.eclipse.persistence.testing.models.jpa.advanced.customer.RegisteredCustomer] is being defaulted to: CMP3_AD_CU_CUSTOMER_ID_SEQ. [junit] [EL Config]: metadata: 2022-09-10 04:10:14.837--ServerSession(1003663195)--Thread(Thread[main,5,main])--The sequence name for the sequence generator named [CMP3_AD_CU_ADDRESS_ID_SEQ] defined on [class org.eclipse.persistence.testing.models.jpa.advanced.customer.CustomerAddress] from [class org.eclipse.persistence.testing.models.jpa.advanced.customer.CustomerAddress] is being defaulted to: CMP3_AD_CU_ADDRESS_ID_SEQ. [junit] [EL Fine]: moxy: 2022-09-10 04:10:14.842--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@618ff5c2 [junit] [EL Fine]: moxy: 2022-09-10 04:10:14.847--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@291373d3 [junit] Running org.eclipse.persistence.testing.tests.jpa.AllCMP3TestRunModel [junit] [EL Info]: 2022-09-10 04:10:16.513--DatabaseSessionImpl(1881218549)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:10:16.905--DatabaseSessionImpl(1881218549)-- login successful [junit] [EL Warning]: metadata: ServerSession(59257066)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [junit] [EL Warning]: metadata: ServerSession(59257066)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [junit] [EL Warning]: metadata: ServerSession(59257066)--Overriding the FIELD mapping attribute [field itemId] with the PROPERTY mapping attribute [method getItemId] from class [org.eclipse.persistence.testing.models.jpa.xml.merge.relationships.Item]. To avoid this warning you should mark the attribute [field itemId] as transient. [junit] [EL Warning]: metadata: ServerSession(59257066)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [junit] [EL Warning]: metadata: ServerSession(59257066)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(59257066)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(59257066)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(59257066)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(59257066)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(59257066)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(59257066)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(59257066)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(59257066)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(59257066)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(59257066)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(59257066)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(59257066)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(59257066)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the JPA specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [junit] [EL Warning]: metadata: ServerSession(59257066)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(59257066)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(59257066)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(59257066)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(59257066)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(59257066)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Info]: ServerSession(59257066)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Warning]: metadata: ServerSession(59257066)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(59257066)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(59257066)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(59257066)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(59257066)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(59257066)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(59257066)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(59257066)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(59257066)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(59257066)--Parent Entity Food has an isolation level of: PROTECTED which is more protective then the subclass Sandwich with isolation: null so the subclass has been set to the isolation level PROTECTED. [junit] [EL Warning]: metadata: ServerSession(59257066)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(59257066)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Info]: connection: ServerSession(59257066)--default-session login successful [junit] [EL Warning]: ddl: ServerSession(59257066)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ServerSession(59257066)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.SProc_Read_Address does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE SProc_Read_Address [junit] Query: DataModifyQuery(sql="DROP PROCEDURE SProc_Read_Address") [junit] [EL Warning]: ServerSession(59257066)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.SProc_Read_Employee does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE SProc_Read_Employee [junit] Query: DataModifyQuery(sql="DROP PROCEDURE SProc_Read_Employee") [junit] [EL Warning]: ServerSession(59257066)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.SProc_Read_InOut does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE SProc_Read_InOut [junit] Query: DataModifyQuery(sql="DROP PROCEDURE SProc_Read_InOut") [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Can't run this test with Sybase-type native sequencing for Employee or/and Project [junit] WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.testing.framework.TestWarningException [junit] Exception Description: Can't run this test with Sybase-type native sequencing for Employee or/and Project [junit] [EL Warning]: 2022-09-10 04:10:22.727--UnitOfWork(209890594)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'unexecutable native sql query' at line 1 [junit] Error Code: 1064 [junit] Call: unexecutable native sql query [junit] Query: DataModifyQuery(sql="unexecutable native sql query") [junit] [EL Warning]: ddl: 2022-09-10 04:10:26.004--ServerSession(59257066)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2022-09-10 04:10:28.332--ServerSession(59257066)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2022-09-10 04:10:29.58--ServerSession(59257066)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2022-09-10 04:10:30.78--ServerSession(59257066)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2022-09-10 04:10:31.998--ServerSession(59257066)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [junit] [EL Warning]: ddl: 2022-09-10 04:10:33.377--ServerSession(59257066)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Info]: connection: 2022-09-10 04:10:34.651--ServerSession(59257066)--default-session logout successful [junit] [EL Info]: connection: 2022-09-10 04:10:34.652--DatabaseSessionImpl(1881218549)-- logout successful [junit] [EL Info]: 2022-09-10 04:10:34.653--DatabaseSessionImpl(1458829786)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:10:34.659--DatabaseSessionImpl(1458829786)-- login successful [junit] [EL Warning]: metadata: ServerSession(958914062)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [junit] [EL Warning]: metadata: ServerSession(958914062)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [junit] [EL Warning]: metadata: ServerSession(958914062)--Overriding the FIELD mapping attribute [field itemId] with the PROPERTY mapping attribute [method getItemId] from class [org.eclipse.persistence.testing.models.jpa.xml.merge.relationships.Item]. To avoid this warning you should mark the attribute [field itemId] as transient. [junit] [EL Warning]: metadata: ServerSession(958914062)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [junit] [EL Warning]: metadata: ServerSession(958914062)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(958914062)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(958914062)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(958914062)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(958914062)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(958914062)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(958914062)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(958914062)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(958914062)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(958914062)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(958914062)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(958914062)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(958914062)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(958914062)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the JPA specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [junit] [EL Warning]: metadata: ServerSession(958914062)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(958914062)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(958914062)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(958914062)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(958914062)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(958914062)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Info]: ServerSession(958914062)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Warning]: metadata: ServerSession(958914062)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(958914062)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(958914062)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(958914062)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(958914062)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(958914062)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(958914062)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(958914062)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(958914062)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(958914062)--Parent Entity Food has an isolation level of: PROTECTED which is more protective then the subclass Sandwich with isolation: null so the subclass has been set to the isolation level PROTECTED. [junit] [EL Warning]: metadata: ServerSession(958914062)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(958914062)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Info]: connection: ServerSession(958914062)--default-session login successful [junit] [EL Warning]: ddl: ServerSession(958914062)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: metadata: 2022-09-10 04:11:15.034--ServerSession(848064357)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [junit] [EL Warning]: metadata: 2022-09-10 04:11:15.036--ServerSession(848064357)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [junit] [EL Warning]: metadata: 2022-09-10 04:11:15.045--ServerSession(848064357)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:11:15.049--ServerSession(848064357)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:11:15.05--ServerSession(848064357)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:11:15.051--ServerSession(848064357)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: 2022-09-10 04:11:15.052--ServerSession(848064357)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: 2022-09-10 04:11:15.055--ServerSession(848064357)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: 2022-09-10 04:11:15.055--ServerSession(848064357)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: 2022-09-10 04:11:15.058--ServerSession(848064357)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:11:15.059--ServerSession(848064357)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:11:15.061--ServerSession(848064357)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:11:15.063--ServerSession(848064357)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:11:15.083--ServerSession(848064357)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: 2022-09-10 04:11:15.086--ServerSession(848064357)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the JPA specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [junit] [EL Warning]: metadata: 2022-09-10 04:11:15.089--ServerSession(848064357)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: 2022-09-10 04:11:15.09--ServerSession(848064357)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: 2022-09-10 04:11:15.09--ServerSession(848064357)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Info]: 2022-09-10 04:11:15.206--ServerSession(848064357)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Warning]: metadata: 2022-09-10 04:11:15.229--ServerSession(848064357)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: 2022-09-10 04:11:15.236--ServerSession(848064357)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2022-09-10 04:11:15.237--ServerSession(848064357)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: 2022-09-10 04:11:15.251--ServerSession(848064357)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2022-09-10 04:11:15.251--ServerSession(848064357)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2022-09-10 04:11:15.254--ServerSession(848064357)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2022-09-10 04:11:15.262--ServerSession(848064357)--Parent Entity Food has an isolation level of: PROTECTED which is more protective then the subclass Sandwich with isolation: null so the subclass has been set to the isolation level PROTECTED. [junit] [EL Warning]: metadata: 2022-09-10 04:11:15.263--ServerSession(848064357)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: 2022-09-10 04:11:15.264--ServerSession(848064357)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: 2022-09-10 04:11:15.265--ServerSession(848064357)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Info]: connection: 2022-09-10 04:11:15.3--ServerSession(848064357)--/default1_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: ddl: ServerSession(958914062)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(958914062)--Removing UNIQUE constraint definition from [PRODUCT_FALSE.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(958914062)--Removing UNIQUE constraint definition from [PRODUCT_TRUE.ID] because it is also a primary key. [junit] [EL Severe]: cache: 2022-09-10 04:11:17.167--ServerSession(848064357)-- [junit] SoftCacheWeakIdentityMap for: Employee [junit] Key: 251 Version: 1 Identity Hash Code: 732493096 Object: Employee: 251 [junit] 1 elements [junit] [EL Severe]: cache: 2022-09-10 04:11:17.168--ServerSession(848064357)-- [junit] SoftCacheWeakIdentityMap for: Employee [junit] 0 elements [junit] [EL Severe]: cache: 2022-09-10 04:11:17.168--ServerSession(848064357)-- [junit] SoftCacheWeakIdentityMap for: Employee [junit] 0 elements [junit] [EL Severe]: cache: 2022-09-10 04:11:17.169--ServerSession(848064357)--Current object locks: [junit] [junit] End of locked objects. [junit] [junit] [EL Warning]: ddl: ServerSession(958914062)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Info]: IsolatedHashMapTest.testIsolationInRealContext() [junit] [EL Info]: IsolatedHashMapTest.testIsolationInMockedContext() [junit] [EL Warning]: ddl: ServerSession(958914062)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Info]: 2022-09-10 04:11:19.469--ServerSession(1984060610)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:11:19.473--ServerSession(1984060610)--/eclipselink-pu with spaces in the path and name_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: metamodel: 2022-09-10 04:11:19.473--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [junit] [EL Info]: 2022-09-10 04:11:19.477--ServerSession(1866827563)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:11:19.48--ServerSession(1866827563)--/A JPAADVProperties pu with spaces in the name_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: metamodel: 2022-09-10 04:11:19.48--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [junit] [EL Info]: 2022-09-10 04:11:19.483--ServerSession(1798111714)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:11:19.486--ServerSession(1798111714)--/eclipselink-pu-with-spaces-in-the-path-but-not-the-name_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: metamodel: 2022-09-10 04:11:19.486--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [junit] [EL Warning]: properties: ServerSession(958914062)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [junit] [EL Warning]: properties: ServerSession(958914062)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [junit] [EL Info]: connection: ServerSession(958914062)--default-session logout successful [junit] [EL Info]: ServerSession(958914062)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: ServerSession(958914062)--default-session login successful [junit] [EL Info]: query: UnitOfWork(680269477)--Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] Call: SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE (t2.EMP_ID = t1.EMP_ID) [junit] Query: ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE (t2.EMP_ID = t1.EMP_ID)"). [junit] [EL Info]: transaction: ClientSession(1967172181)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0. [junit] [EL Warning]: ClientSession(1967172181)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] [EL Warning]: ClientSession(1967172181)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] [EL Info]: query: UnitOfWork(1784169779)--Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] Call: SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE (t2.EMP_ID = t1.EMP_ID) [junit] Query: ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE (t2.EMP_ID = t1.EMP_ID)"). [junit] [EL Warning]: ClientSession(583805669)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] [EL Warning]: ClientSession(583805669)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] [EL Info]: query: UnitOfWork(10213313)--Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] Call: SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE (t2.EMP_ID = t1.EMP_ID) [junit] Query: ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE (t2.EMP_ID = t1.EMP_ID)"). [junit] [EL Info]: transaction: ClientSession(243714469)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0. [junit] [EL Warning]: ClientSession(243714469)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] [EL Warning]: ClientSession(243714469)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] [EL Info]: connection: ServerSession(958914062)--default-session logout successful [junit] [EL Info]: ServerSession(958914062)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: ServerSession(958914062)--default-session login successful [junit] [EL Info]: connection: ServerSession(958914062)--default-session logout successful [junit] [EL Info]: ServerSession(958914062)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: ServerSession(958914062)--default-session login successful [junit] [EL Info]: query: UnitOfWork(1342860335)--Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] Call: SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE (t2.EMP_ID = t1.EMP_ID) [junit] Query: ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE (t2.EMP_ID = t1.EMP_ID)"). [junit] [EL Severe]: ServerSession(958914062)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Warning]: sql: ServerSession(958914062)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Info]: transaction: ClientSession(74239778)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0. [junit] [EL Severe]: ServerSession(958914062)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Warning]: sql: ServerSession(958914062)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Info]: connection: ServerSession(958914062)--default-session logout successful [junit] [EL Info]: ServerSession(958914062)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: ServerSession(958914062)--default-session login successful [junit] [EL Info]: connection: ServerSession(958914062)--default-session logout successful [junit] [EL Info]: ServerSession(958914062)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: ServerSession(958914062)--default-session login successful [junit] [EL Severe]: ServerSession(958914062)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Warning]: UnitOfWork(613206113)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Info]: query: UnitOfWork(52799433)--Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] Call: SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) [junit] bind => [1 parameter bound] [junit] Query: ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID))"). [junit] [EL Warning]: UnitOfWork(1211335146)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] Call: SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE (((t0.EMP_ID = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND (t1.EMP_ID = t0.EMP_ID)) [junit] bind => [1 parameter bound] [junit] Query: DoesExistQuery(referenceClass=Employee sql="SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE (((t0.EMP_ID = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND (t1.EMP_ID = t0.EMP_ID))") [junit] [EL Info]: transaction: ClientSession(1492425566)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0. [junit] [EL Info]: transaction: ClientSession(311596227)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0. [junit] [EL Severe]: ServerSession(958914062)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Severe]: ServerSession(958914062)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Severe]: ServerSession(958914062)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Warning]: ClientSession(311596227)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Severe]: ServerSession(958914062)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Info]: query: UnitOfWork(1285942113)--Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] Call: SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) [junit] bind => [1 parameter bound] [junit] Query: ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID))"). [junit] [EL Warning]: UnitOfWork(160077130)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] Call: SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE (((t0.EMP_ID = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND (t1.EMP_ID = t0.EMP_ID)) [junit] bind => [1 parameter bound] [junit] Query: DoesExistQuery(referenceClass=Employee sql="SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE (((t0.EMP_ID = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND (t1.EMP_ID = t0.EMP_ID))") [junit] [EL Info]: transaction: ClientSession(1335697931)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0. [junit] [EL Info]: transaction: ClientSession(409473313)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0. [junit] [EL Severe]: ServerSession(958914062)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Severe]: ServerSession(958914062)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Severe]: ServerSession(958914062)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Warning]: ClientSession(409473313)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Severe]: ServerSession(958914062)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Info]: query: UnitOfWork(943230386)--Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] Call: SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) [junit] bind => [1 parameter bound] [junit] Query: ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID))"). [junit] [EL Warning]: UnitOfWork(1093093971)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] Call: SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE (((t0.EMP_ID = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND (t1.EMP_ID = t0.EMP_ID)) [junit] bind => [1 parameter bound] [junit] Query: DoesExistQuery(referenceClass=Employee sql="SELECT t0.EMP_ID FROM CMP3_EMPLOYEE t0, CMP3_SALARY t1 WHERE (((t0.EMP_ID = ?) AND (t1.EMP_ID = t0.EMP_ID)) AND (t1.EMP_ID = t0.EMP_ID))") [junit] [EL Info]: connection: ServerSession(958914062)--default-session logout successful [junit] [EL Info]: ServerSession(958914062)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: ServerSession(958914062)--default-session login successful [junit] [EL Warning]: metadata: ServerSession(1485041877)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [junit] [EL Warning]: metadata: ServerSession(1485041877)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [junit] [EL Warning]: metadata: ServerSession(1485041877)--Overriding the FIELD mapping attribute [field itemId] with the PROPERTY mapping attribute [method getItemId] from class [org.eclipse.persistence.testing.models.jpa.xml.merge.relationships.Item]. To avoid this warning you should mark the attribute [field itemId] as transient. [junit] [EL Warning]: metadata: ServerSession(1485041877)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [junit] [EL Warning]: metadata: ServerSession(1485041877)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1485041877)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(1485041877)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1485041877)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1485041877)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1485041877)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(1485041877)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(1485041877)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(1485041877)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1485041877)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1485041877)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1485041877)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1485041877)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1485041877)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the JPA specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [junit] [EL Warning]: metadata: ServerSession(1485041877)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1485041877)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1485041877)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1485041877)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1485041877)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1485041877)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Info]: ServerSession(1485041877)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Warning]: metadata: ServerSession(1485041877)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(1485041877)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1485041877)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(1485041877)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1485041877)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1485041877)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1485041877)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1485041877)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(1485041877)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1485041877)--Parent Entity Food has an isolation level of: PROTECTED which is more protective then the subclass Sandwich with isolation: null so the subclass has been set to the isolation level PROTECTED. [junit] [EL Warning]: metadata: ServerSession(1485041877)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(1485041877)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Info]: connection: ServerSession(1485041877)--dummy-default-session login successful [junit] [EL Info]: connection: ServerSession(1485041877)--dummy-default-session logout successful [junit] [EL Info]: 2022-09-10 04:11:21.849--ServerSession(521820136)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Severe]: 2022-09-10 04:11:21.857--ServerSession(521820136)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.IntegrityException [junit] Descriptor Exceptions: [junit] --------------------------------------------------------- [junit] [junit] Exception [EclipseLink-48] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: Multiple writable mappings exist for the field [WRONGANNOTATION.F_NAME]. Only one may be defined as writable, all others must be specified read-only. [junit] Mapping: org.eclipse.persistence.mappings.DirectToFieldMapping[lastName-->WRONGANNOTATION.F_NAME] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.validationfailed.WrongAnnotation --> [DatabaseTable(WRONGANNOTATION)]) [junit] [junit] Exception [EclipseLink-48] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: Multiple writable mappings exist for the field [CMP3_MWMAPVALUE.VALUE]. Only one may be defined as writable, all others must be specified read-only. [junit] Mapping: org.eclipse.persistence.mappings.DirectToFieldMapping[value-->CMP3_MWMAPVALUE.VALUE] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.validationfailed.MultipleWritableMapValue --> [DatabaseTable(CMP3_MWMAPVALUE)]) [junit] [junit] Runtime Exceptions: [junit] --------------------------------------------------------- [junit] [junit] [EL Info]: connection: 2022-09-10 04:11:21.858--ServerSession(521820136)--/broken-PU_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root logout successful [junit] [EL Severe]: ejb: 2022-09-10 04:11:21.86--ServerSession(521820136)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.IntegrityException [junit] Descriptor Exceptions: [junit] --------------------------------------------------------- [junit] [junit] Exception [EclipseLink-48] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: Multiple writable mappings exist for the field [WRONGANNOTATION.F_NAME]. Only one may be defined as writable, all others must be specified read-only. [junit] Mapping: org.eclipse.persistence.mappings.DirectToFieldMapping[lastName-->WRONGANNOTATION.F_NAME] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.validationfailed.WrongAnnotation --> [DatabaseTable(WRONGANNOTATION)]) [junit] [junit] Exception [EclipseLink-48] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: Multiple writable mappings exist for the field [CMP3_MWMAPVALUE.VALUE]. Only one may be defined as writable, all others must be specified read-only. [junit] Mapping: org.eclipse.persistence.mappings.DirectToFieldMapping[value-->CMP3_MWMAPVALUE.VALUE] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.validationfailed.MultipleWritableMapValue --> [DatabaseTable(CMP3_MWMAPVALUE)]) [junit] [junit] Runtime Exceptions: [junit] --------------------------------------------------------- [junit] [junit] [EL Info]: connection: ServerSession(958914062)--default-session logout successful [junit] [EL Warning]: metadata: ServerSession(1415443141)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [junit] [EL Warning]: metadata: ServerSession(1415443141)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [junit] [EL Warning]: metadata: ServerSession(1415443141)--Overriding the FIELD mapping attribute [field itemId] with the PROPERTY mapping attribute [method getItemId] from class [org.eclipse.persistence.testing.models.jpa.xml.merge.relationships.Item]. To avoid this warning you should mark the attribute [field itemId] as transient. [junit] [EL Warning]: metadata: ServerSession(1415443141)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [junit] [EL Warning]: metadata: ServerSession(1415443141)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1415443141)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(1415443141)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1415443141)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1415443141)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1415443141)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(1415443141)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(1415443141)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(1415443141)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1415443141)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1415443141)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1415443141)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1415443141)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1415443141)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the JPA specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [junit] [EL Warning]: metadata: ServerSession(1415443141)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1415443141)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1415443141)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1415443141)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1415443141)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1415443141)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Info]: ServerSession(1415443141)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Warning]: metadata: ServerSession(1415443141)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(1415443141)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1415443141)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(1415443141)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1415443141)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1415443141)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1415443141)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1415443141)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(1415443141)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1415443141)--Parent Entity Food has an isolation level of: PROTECTED which is more protective then the subclass Sandwich with isolation: null so the subclass has been set to the isolation level PROTECTED. [junit] [EL Warning]: metadata: ServerSession(1415443141)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(1415443141)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Info]: connection: ServerSession(1415443141)--default-session login successful [junit] [EL Info]: connection: ServerSession(1415443141)--default-session logout successful [junit] [EL Warning]: metadata: ServerSession(1967250414)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [junit] [EL Warning]: metadata: ServerSession(1967250414)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [junit] [EL Warning]: metadata: ServerSession(1967250414)--Overriding the FIELD mapping attribute [field itemId] with the PROPERTY mapping attribute [method getItemId] from class [org.eclipse.persistence.testing.models.jpa.xml.merge.relationships.Item]. To avoid this warning you should mark the attribute [field itemId] as transient. [junit] [EL Warning]: metadata: ServerSession(1967250414)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [junit] [EL Warning]: metadata: ServerSession(1967250414)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1967250414)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(1967250414)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1967250414)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1967250414)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1967250414)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(1967250414)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(1967250414)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(1967250414)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1967250414)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1967250414)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1967250414)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1967250414)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1967250414)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the JPA specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [junit] [EL Warning]: metadata: ServerSession(1967250414)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1967250414)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1967250414)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1967250414)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1967250414)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1967250414)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Info]: ServerSession(1967250414)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Warning]: metadata: ServerSession(1967250414)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(1967250414)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1967250414)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(1967250414)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1967250414)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1967250414)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1967250414)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1967250414)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(1967250414)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1967250414)--Parent Entity Food has an isolation level of: PROTECTED which is more protective then the subclass Sandwich with isolation: null so the subclass has been set to the isolation level PROTECTED. [junit] [EL Warning]: metadata: ServerSession(1967250414)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(1967250414)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Info]: connection: ServerSession(1967250414)--default-session login successful [junit] [EL Warning]: UnitOfWork(640643567)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column 'F_NAME' at row 1 [junit] Error Code: 1406 [junit] Call: INSERT INTO CMP3_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, PAY_SCALE, ROOM_NUM, STATUS, VERSION, START_TIME, END_TIME, START_OVERTIME, END_OVERTIME, FORMER_COMPANY, FORMER_END_DATE, FORMER_START_DATE, FORMER_COMPANY_ADDRESS_ID, END_DATE, START_DATE, COMPANYADDRESS_ADDRESS_ID, ADDR_ID, DEPT_ID, MANAGER_EMP_ID, HUGE_PROJ_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [23 parameters bound] [junit] Query: InsertObjectQuery(Employee: 625) [junit] [EL Warning]: metadata: ServerSession(15934359)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [junit] [EL Warning]: metadata: ServerSession(15934359)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [junit] [EL Warning]: metadata: ServerSession(15934359)--Overriding the FIELD mapping attribute [field itemId] with the PROPERTY mapping attribute [method getItemId] from class [org.eclipse.persistence.testing.models.jpa.xml.merge.relationships.Item]. To avoid this warning you should mark the attribute [field itemId] as transient. [junit] [EL Warning]: metadata: ServerSession(15934359)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [junit] [EL Warning]: metadata: ServerSession(15934359)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(15934359)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(15934359)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(15934359)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(15934359)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(15934359)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(15934359)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(15934359)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(15934359)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(15934359)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(15934359)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(15934359)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(15934359)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(15934359)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the JPA specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [junit] [EL Warning]: metadata: ServerSession(15934359)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(15934359)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(15934359)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(15934359)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(15934359)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(15934359)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Info]: ServerSession(15934359)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Severe]: ejb: ServerSession(15934359)--Exception [EclipseLink-4003] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Exception Description: Configuration error. Class [myDriver] not found. [junit] [EL Warning]: metadata: ServerSession(1931674065)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [junit] [EL Warning]: metadata: ServerSession(1931674065)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [junit] [EL Warning]: metadata: ServerSession(1931674065)--Overriding the FIELD mapping attribute [field itemId] with the PROPERTY mapping attribute [method getItemId] from class [org.eclipse.persistence.testing.models.jpa.xml.merge.relationships.Item]. To avoid this warning you should mark the attribute [field itemId] as transient. [junit] [EL Warning]: metadata: ServerSession(1931674065)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [junit] [EL Warning]: metadata: ServerSession(1931674065)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1931674065)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(1931674065)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1931674065)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1931674065)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1931674065)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(1931674065)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(1931674065)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(1931674065)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1931674065)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1931674065)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1931674065)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1931674065)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1931674065)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the JPA specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [junit] [EL Warning]: metadata: ServerSession(1931674065)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1931674065)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1931674065)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1931674065)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1931674065)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1931674065)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Info]: ServerSession(1931674065)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Severe]: ejb: ServerSession(1931674065)--Exception [EclipseLink-7060] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: Cannot acquire data source [myNonJtaDS]. [junit] Internal Exception: javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: Can't run this test because SELECT FOR UPDATE NO WAIT is not supported on this platform [junit] [EL Info]: connection: ServerSession(1967250414)--default-session logout successful [junit] [EL Warning]: metadata: ServerSession(1126059558)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [junit] [EL Warning]: metadata: ServerSession(1126059558)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [junit] [EL Warning]: metadata: ServerSession(1126059558)--Overriding the FIELD mapping attribute [field itemId] with the PROPERTY mapping attribute [method getItemId] from class [org.eclipse.persistence.testing.models.jpa.xml.merge.relationships.Item]. To avoid this warning you should mark the attribute [field itemId] as transient. [junit] [EL Warning]: metadata: ServerSession(1126059558)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [junit] [EL Warning]: metadata: ServerSession(1126059558)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1126059558)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(1126059558)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1126059558)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1126059558)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1126059558)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(1126059558)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(1126059558)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(1126059558)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1126059558)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1126059558)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1126059558)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1126059558)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1126059558)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the JPA specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [junit] [EL Warning]: metadata: ServerSession(1126059558)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1126059558)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1126059558)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1126059558)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1126059558)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1126059558)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Info]: ServerSession(1126059558)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Warning]: metadata: ServerSession(1126059558)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(1126059558)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1126059558)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(1126059558)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1126059558)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1126059558)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1126059558)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1126059558)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(1126059558)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1126059558)--Parent Entity Food has an isolation level of: PROTECTED which is more protective then the subclass Sandwich with isolation: null so the subclass has been set to the isolation level PROTECTED. [junit] [EL Warning]: metadata: ServerSession(1126059558)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(1126059558)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Info]: connection: ServerSession(1126059558)--default-session login successful [junit] [EL Info]: connection: ServerSession(1126059558)--default-session logout successful [junit] [EL Warning]: metadata: ServerSession(1282310120)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [junit] [EL Warning]: metadata: ServerSession(1282310120)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [junit] [EL Warning]: metadata: ServerSession(1282310120)--Overriding the FIELD mapping attribute [field itemId] with the PROPERTY mapping attribute [method getItemId] from class [org.eclipse.persistence.testing.models.jpa.xml.merge.relationships.Item]. To avoid this warning you should mark the attribute [field itemId] as transient. [junit] [EL Warning]: metadata: ServerSession(1282310120)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [junit] [EL Warning]: metadata: ServerSession(1282310120)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1282310120)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(1282310120)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1282310120)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1282310120)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1282310120)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(1282310120)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(1282310120)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(1282310120)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1282310120)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1282310120)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1282310120)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1282310120)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1282310120)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the JPA specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [junit] [EL Warning]: metadata: ServerSession(1282310120)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1282310120)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1282310120)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1282310120)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1282310120)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1282310120)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Info]: ServerSession(1282310120)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Warning]: metadata: ServerSession(1282310120)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(1282310120)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1282310120)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(1282310120)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1282310120)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1282310120)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1282310120)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1282310120)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(1282310120)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1282310120)--Parent Entity Food has an isolation level of: PROTECTED which is more protective then the subclass Sandwich with isolation: null so the subclass has been set to the isolation level PROTECTED. [junit] [EL Warning]: metadata: ServerSession(1282310120)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(1282310120)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Info]: connection: ServerSession(1282310120)--default-session login successful [junit] [EL Warning]: UnitOfWork(1919200920)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Dealer [id=116, version=2, firstName=Jim, lastName=Bob, status=null]] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.advanced.Dealer Primary Key> 116 [junit] [EL Warning]: UnitOfWork(2089021425)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 768] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 768 [junit] [EL Warning]: UnitOfWork(316514744)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 769] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 769 [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] [EL Info]: connection: ServerSession(1282310120)--default-session logout successful [junit] [EL Info]: ServerSession(1282310120)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] [EL Info]: connection: ServerSession(1282310120)--default-session login successful [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] [EL Info]: connection: ServerSession(1282310120)--default-session logout successful [junit] [EL Info]: ServerSession(1282310120)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: ServerSession(1282310120)--default-session login successful [junit] [EL Info]: connection: ServerSession(1282310120)--default-session logout successful [junit] [EL Info]: ServerSession(1282310120)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: ServerSession(1282310120)--default-session login successful [junit] [EL Info]: connection: ServerSession(1282310120)--default-session logout successful [junit] [EL Info]: ServerSession(1282310120)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: ServerSession(1282310120)--default-session login successful [junit] [EL Warning]: UnitOfWork(1854402683)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: The attribute [id] of class [org.eclipse.persistence.testing.models.jpa.advanced.Employee] is mapped to a primary key column in the database. Updates are not allowed. [junit] [EL Warning]: UnitOfWork(283666381)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: The attribute [owner] of class [org.eclipse.persistence.testing.models.jpa.advanced.PhoneNumber] is mapped to a primary key column in the database. Updates are not allowed. [junit] [EL Warning]: UnitOfWork(1420561310)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 955] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 955 [junit] [EL Warning]: UnitOfWork(432283295)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 979] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 979 [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] [EL Info]: connection: ServerSession(1282310120)--default-session logout successful [junit] [EL Warning]: metadata: 2022-09-10 04:12:48.753--ServerSession(473832614)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [junit] [EL Warning]: metadata: 2022-09-10 04:12:48.89--ServerSession(473832614)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [junit] [EL Warning]: metadata: 2022-09-10 04:12:48.89--ServerSession(473832614)--Overriding the FIELD mapping attribute [field itemId] with the PROPERTY mapping attribute [method getItemId] from class [org.eclipse.persistence.testing.models.jpa.xml.merge.relationships.Item]. To avoid this warning you should mark the attribute [field itemId] as transient. [junit] [EL Warning]: metadata: 2022-09-10 04:12:48.901--ServerSession(473832614)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [junit] [EL Warning]: metadata: 2022-09-10 04:12:48.922--ServerSession(473832614)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:12:48.924--ServerSession(473832614)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: 2022-09-10 04:12:48.929--ServerSession(473832614)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:12:48.931--ServerSession(473832614)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:12:48.932--ServerSession(473832614)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:12:48.932--ServerSession(473832614)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: 2022-09-10 04:12:48.933--ServerSession(473832614)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: 2022-09-10 04:12:48.934--ServerSession(473832614)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: 2022-09-10 04:12:48.935--ServerSession(473832614)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:12:48.936--ServerSession(473832614)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:12:48.936--ServerSession(473832614)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:12:48.955--ServerSession(473832614)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: 2022-09-10 04:12:48.955--ServerSession(473832614)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: 2022-09-10 04:12:48.958--ServerSession(473832614)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the JPA specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [junit] [EL Warning]: metadata: 2022-09-10 04:12:48.959--ServerSession(473832614)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: 2022-09-10 04:12:48.959--ServerSession(473832614)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: 2022-09-10 04:12:48.959--ServerSession(473832614)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: 2022-09-10 04:12:48.959--ServerSession(473832614)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: 2022-09-10 04:12:48.96--ServerSession(473832614)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: 2022-09-10 04:12:48.96--ServerSession(473832614)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: 2022-09-10 04:12:49.091--ServerSession(450075750)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [junit] [EL Warning]: metadata: 2022-09-10 04:12:49.236--ServerSession(450075750)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [junit] [EL Warning]: metadata: 2022-09-10 04:12:49.236--ServerSession(450075750)--Overriding the FIELD mapping attribute [field itemId] with the PROPERTY mapping attribute [method getItemId] from class [org.eclipse.persistence.testing.models.jpa.xml.merge.relationships.Item]. To avoid this warning you should mark the attribute [field itemId] as transient. [junit] [EL Warning]: metadata: 2022-09-10 04:12:49.248--ServerSession(450075750)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [junit] [EL Warning]: metadata: 2022-09-10 04:12:49.27--ServerSession(450075750)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:12:49.272--ServerSession(450075750)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: 2022-09-10 04:12:49.277--ServerSession(450075750)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:12:49.279--ServerSession(450075750)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:12:49.28--ServerSession(450075750)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:12:49.28--ServerSession(450075750)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: 2022-09-10 04:12:49.281--ServerSession(450075750)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: 2022-09-10 04:12:49.282--ServerSession(450075750)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: 2022-09-10 04:12:49.282--ServerSession(450075750)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:12:49.284--ServerSession(450075750)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:12:49.284--ServerSession(450075750)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:12:49.302--ServerSession(450075750)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: 2022-09-10 04:12:49.302--ServerSession(450075750)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: 2022-09-10 04:12:49.304--ServerSession(450075750)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the JPA specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [junit] [EL Warning]: metadata: 2022-09-10 04:12:49.305--ServerSession(450075750)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: 2022-09-10 04:12:49.305--ServerSession(450075750)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: 2022-09-10 04:12:49.305--ServerSession(450075750)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: 2022-09-10 04:12:49.305--ServerSession(450075750)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: 2022-09-10 04:12:49.306--ServerSession(450075750)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: 2022-09-10 04:12:49.306--ServerSession(450075750)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Info]: 2022-09-10 04:12:49.406--ServerSession(450075750)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Warning]: metadata: 2022-09-10 04:12:49.425--ServerSession(450075750)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: 2022-09-10 04:12:49.431--ServerSession(450075750)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2022-09-10 04:12:49.432--ServerSession(450075750)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: 2022-09-10 04:12:49.437--ServerSession(450075750)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2022-09-10 04:12:49.44--ServerSession(450075750)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2022-09-10 04:12:49.44--ServerSession(450075750)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2022-09-10 04:12:49.444--ServerSession(450075750)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2022-09-10 04:12:49.451--ServerSession(450075750)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: 2022-09-10 04:12:49.46--ServerSession(450075750)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2022-09-10 04:12:49.479--ServerSession(450075750)--Parent Entity Food has an isolation level of: PROTECTED which is more protective then the subclass Sandwich with isolation: null so the subclass has been set to the isolation level PROTECTED. [junit] [EL Warning]: metadata: 2022-09-10 04:12:49.48--ServerSession(450075750)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: 2022-09-10 04:12:49.481--ServerSession(450075750)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Info]: connection: 2022-09-10 04:12:49.513--ServerSession(450075750)--default-session login successful [junit] [EL Warning]: 2022-09-10 04:12:49.798--UnitOfWork(1456326862)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 1062] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 1,062 [junit] [EL Warning]: metadata: 2022-09-10 04:12:49.886--ServerSession(163809394)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [junit] [EL Warning]: metadata: 2022-09-10 04:12:49.888--ServerSession(163809394)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [junit] [EL Warning]: metadata: 2022-09-10 04:12:49.898--ServerSession(163809394)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:12:49.901--ServerSession(163809394)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:12:49.901--ServerSession(163809394)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:12:49.902--ServerSession(163809394)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: 2022-09-10 04:12:49.903--ServerSession(163809394)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: 2022-09-10 04:12:49.905--ServerSession(163809394)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: 2022-09-10 04:12:49.905--ServerSession(163809394)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: 2022-09-10 04:12:49.907--ServerSession(163809394)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:12:49.908--ServerSession(163809394)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:12:49.91--ServerSession(163809394)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:12:49.912--ServerSession(163809394)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:12:49.926--ServerSession(163809394)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: 2022-09-10 04:12:49.927--ServerSession(163809394)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the JPA specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [junit] [EL Warning]: metadata: 2022-09-10 04:12:49.929--ServerSession(163809394)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: 2022-09-10 04:12:49.929--ServerSession(163809394)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: 2022-09-10 04:12:49.929--ServerSession(163809394)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Info]: 2022-09-10 04:12:50.952--ServerSession(163809394)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Warning]: metadata: 2022-09-10 04:12:50.972--ServerSession(163809394)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: 2022-09-10 04:12:50.978--ServerSession(163809394)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2022-09-10 04:12:50.98--ServerSession(163809394)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: 2022-09-10 04:12:50.996--ServerSession(163809394)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2022-09-10 04:12:50.997--ServerSession(163809394)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2022-09-10 04:12:51.001--ServerSession(163809394)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2022-09-10 04:12:51.01--ServerSession(163809394)--Parent Entity Food has an isolation level of: PROTECTED which is more protective then the subclass Sandwich with isolation: null so the subclass has been set to the isolation level PROTECTED. [junit] [EL Warning]: metadata: 2022-09-10 04:12:51.012--ServerSession(163809394)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: 2022-09-10 04:12:51.013--ServerSession(163809394)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: 2022-09-10 04:12:51.016--ServerSession(163809394)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Info]: connection: 2022-09-10 04:12:51.043--ServerSession(163809394)--/customizeAddTarget_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: 2022-09-10 04:12:51.774--UnitOfWork(1831052495)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 1072] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 1,072 [junit] [EL Warning]: ddl: 2022-09-10 04:12:53.059--ServerSession(450075750)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2022-09-10 04:12:54.333--ServerSession(450075750)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2022-09-10 04:12:56.368--ServerSession(450075750)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2022-09-10 04:12:57.631--ServerSession(450075750)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2022-09-10 04:12:58.749--ServerSession(450075750)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2022-09-10 04:12:59.867--ServerSession(450075750)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [junit] [EL Warning]: ddl: 2022-09-10 04:13:01.109--ServerSession(450075750)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2022-09-10 04:13:02.617--ServerSession(450075750)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2022-09-10 04:13:03.916--ServerSession(450075750)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: 2022-09-10 04:13:04.582--ServerSession(450075750)--Exception [EclipseLink-6137] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: An Exception was thrown while executing a ReportQuery with a constructor expression: java.lang.NoSuchMethodException: org.eclipse.persistence.testing.models.jpa.advanced.Employee.(java.lang.String, java.sql.Date, java.lang.Integer) [junit] Internal Exception: java.lang.NoSuchMethodException: org.eclipse.persistence.testing.models.jpa.advanced.Employee.(java.lang.String, java.sql.Date, java.lang.Integer) [junit] Query: ReportQuery(referenceClass=Employee ) [junit] [EL Warning]: ddl: 2022-09-10 04:13:05.058--ServerSession(450075750)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: 2022-09-10 04:13:05.64--UnitOfWork(2146423102)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 1305] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 1,305 [junit] [EL Warning]: 2022-09-10 04:13:05.643--UnitOfWork(1891220450)--Exception [EclipseLink-5004] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: An attempt was made to update the object [Employee: 1306], but it has no version number in the identity map. [junit] It may not have been read before the update was attempted. [junit] Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 1,306 [junit] [EL Warning]: ddl: 2022-09-10 04:13:06.125--ServerSession(450075750)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: 2022-09-10 04:13:06.792--ServerSession(450075750)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: FUNCTION ecltest.StoredFunction_In does not exist [junit] Error Code: 1305 [junit] Call: DROP FUNCTION StoredFunction_In [junit] Query: DataModifyQuery(sql="DROP FUNCTION StoredFunction_In") [junit] [EL Warning]: 2022-09-10 04:13:06.839--UnitOfWork(1185169998)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.jpa.advanced.GoldBuyer@6d1cc204] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.advanced.GoldBuyer Primary Key> 5 [junit] [EL Info]: 2022-09-10 04:13:24.393--ServerSession(1619784791)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Warning]: metadata: 2022-09-10 04:13:24.398--ServerSession(1619784791)--Parent Entity Food has an isolation level of: PROTECTED which is more protective then the subclass Sandwich with isolation: null so the subclass has been set to the isolation level PROTECTED. [junit] [EL Info]: connection: 2022-09-10 04:13:24.4--ServerSession(1619784791)--additional-criteria login successful [junit] [EL Warning]: ddl: 2022-09-10 04:13:26.13--ServerSession(450075750)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2022-09-10 04:13:27.381--ServerSession(450075750)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: metadata: 2022-09-10 04:13:28.067--ServerSession(446193613)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [junit] [EL Warning]: metadata: 2022-09-10 04:13:28.071--ServerSession(446193613)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [junit] [EL Warning]: metadata: 2022-09-10 04:13:28.084--ServerSession(446193613)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:13:28.089--ServerSession(446193613)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:13:28.09--ServerSession(446193613)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:13:28.091--ServerSession(446193613)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: 2022-09-10 04:13:28.092--ServerSession(446193613)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: 2022-09-10 04:13:28.094--ServerSession(446193613)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: 2022-09-10 04:13:28.095--ServerSession(446193613)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: 2022-09-10 04:13:28.098--ServerSession(446193613)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:13:28.1--ServerSession(446193613)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:13:28.102--ServerSession(446193613)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:13:28.104--ServerSession(446193613)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:13:28.121--ServerSession(446193613)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: 2022-09-10 04:13:28.123--ServerSession(446193613)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the JPA specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [junit] [EL Warning]: metadata: 2022-09-10 04:13:28.124--ServerSession(446193613)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: 2022-09-10 04:13:28.125--ServerSession(446193613)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: 2022-09-10 04:13:28.125--ServerSession(446193613)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Info]: 2022-09-10 04:13:28.263--ServerSession(446193613)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Warning]: metadata: 2022-09-10 04:13:28.285--ServerSession(446193613)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: 2022-09-10 04:13:28.292--ServerSession(446193613)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2022-09-10 04:13:28.293--ServerSession(446193613)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: 2022-09-10 04:13:28.308--ServerSession(446193613)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2022-09-10 04:13:28.309--ServerSession(446193613)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2022-09-10 04:13:28.312--ServerSession(446193613)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2022-09-10 04:13:28.32--ServerSession(446193613)--Parent Entity Food has an isolation level of: PROTECTED which is more protective then the subclass Sandwich with isolation: null so the subclass has been set to the isolation level PROTECTED. [junit] [EL Warning]: metadata: 2022-09-10 04:13:28.321--ServerSession(446193613)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: 2022-09-10 04:13:28.322--ServerSession(446193613)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: 2022-09-10 04:13:28.324--ServerSession(446193613)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Info]: connection: 2022-09-10 04:13:28.35--ServerSession(446193613)--/MulitPU-1_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: ddl: 2022-09-10 04:13:28.503--ServerSession(446193613)--Removing UNIQUE constraint definition from [PRODUCT_FALSE.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2022-09-10 04:13:28.507--ServerSession(446193613)--Removing UNIQUE constraint definition from [PRODUCT_TRUE.ID] because it is also a primary key. [junit] [EL Warning]: 2022-09-10 04:13:32.739--ServerSession(450075750)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.CMP3_SCIENTIST' doesn't exist [junit] Error Code: 1146 [junit] Call: Alter table CMP3_SCIENTIST drop foreign key CMP3_SCIENTIST_CUBICLE [junit] Query: DataModifyQuery(sql="Alter table CMP3_SCIENTIST drop foreign key CMP3_SCIENTIST_CUBICLE") [junit] [EL Warning]: ddl: 2022-09-10 04:13:33.518--ServerSession(450075750)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: metadata: 2022-09-10 04:13:34.367--ServerSession(248363015)--The tenant discriminator context property for the tenant discriminator column [JPA_MAFIOSO_ADDRESS.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Address] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:13:34.368--ServerSession(248363015)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Info]: 2022-09-10 04:13:34.373--ServerSession(248363015)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Warning]: metadata: 2022-09-10 04:13:34.378--ServerSession(248363015)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: 2022-09-10 04:13:34.378--ServerSession(248363015)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: 2022-09-10 04:13:34.378--ServerSession(248363015)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: 2022-09-10 04:13:34.379--ServerSession(248363015)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Info]: connection: 2022-09-10 04:13:34.381--ServerSession(248363015)--/multi-tenant-shared-emf_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: metadata: 2022-09-10 04:13:35.189--ServerSession(594146877)--The tenant discriminator context property for the tenant discriminator column [JPA_MAFIOSO_ADDRESS.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Address] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:13:35.189--ServerSession(594146877)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Info]: 2022-09-10 04:13:35.194--ServerSession(594146877)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:13:35.2--ServerSession(594146877)--multi-tenant-123 logout successful [junit] [EL Severe]: ejb: 2022-09-10 04:13:35.2--ServerSession(594146877)--Exception [EclipseLink-7346] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: The multitenant context property [eclipselink.tenant-id] has not been provided. When the persistence unit property (eclipselink.multitenant.tenants-share-emf) is set to false, all multitenant context properties must be provided up front. This can be done through the persistence unit definition directly or by passing a properties map containing all the multitenant context properties on the create EntityManagerFactory call. [junit] [EL Warning]: metadata: 2022-09-10 04:13:35.206--ServerSession(617004227)--The tenant discriminator context property for the tenant discriminator column [JPA_MAFIOSO_ADDRESS.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Address] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:13:35.207--ServerSession(617004227)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Info]: 2022-09-10 04:13:35.211--ServerSession(617004227)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:13:35.217--ServerSession(617004227)--multi-tenant-123 login successful [junit] [EL Info]: 2022-09-10 04:13:35.382--ServerSession(2117457129)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:13:35.387--ServerSession(2117457129)--multi-tenant-vpd login successful [junit] [EL Severe]: ejb: 2022-09-10 04:13:35.395--ServerSession(2117457129)--Exception [EclipseLink-7344] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: VPD (connections and DDL generation) is not supported for the platform: [org.eclipse.persistence.platform.database.MySQLPlatform]. [junit] WARNING: VPD tests currently run only on an Oracle platform [junit] [EL Warning]: metadata: 2022-09-10 04:13:35.431--ServerSession(223981762)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:13:35.431--ServerSession(223981762)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:13:35.431--ServerSession(223981762)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:13:35.431--ServerSession(223981762)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:13:35.431--ServerSession(223981762)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:13:35.431--ServerSession(223981762)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [junit] [EL Info]: 2022-09-10 04:13:35.436--ServerSession(223981762)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:13:35.44--ServerSession(223981762)--/multi-tenant-table-per-tenant_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: metadata: 2022-09-10 04:13:35.51--ServerSession(1805958661)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:13:35.51--ServerSession(1805958661)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:13:35.51--ServerSession(1805958661)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:13:35.511--ServerSession(1805958661)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:13:35.511--ServerSession(1805958661)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:13:35.511--ServerSession(1805958661)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [junit] [EL Info]: 2022-09-10 04:13:35.515--ServerSession(1805958661)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:13:35.52--ServerSession(1805958661)--multi-tenant-C login successful [junit] [EL Info]: 2022-09-10 04:13:35.563--ServerSession(1684826667)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:13:35.567--ServerSession(1684826667)--/multi-tenant-schema-per-tenant_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: 2022-09-10 04:13:35.569--ServerSession(1684826667)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Can't drop database 'ecltest_MT'; database doesn't exist [junit] Error Code: 1008 [junit] Call: drop schema ecltest_MT; [junit] Query: DataModifyQuery(sql="drop schema ecltest_MT;") [junit] [EL Info]: connection: 2022-09-10 04:13:35.57--ServerSession(1684826667)--/multi-tenant-schema-per-tenant_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root logout successful [junit] [EL Info]: 2022-09-10 04:13:35.581--ServerSession(1818621203)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:13:35.586--ServerSession(1818621203)--/multi-tenant-schema-per-tenant_nonJtaDataSource=445689251 login successful [junit] [EL Warning]: ddl: 2022-09-10 04:13:36.797--ServerSession(1818621203)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Info]: connection: 2022-09-10 04:13:38.039--ServerSession(1818621203)--/multi-tenant-schema-per-tenant_nonJtaDataSource=445689251 logout successful [junit] [EL Info]: 2022-09-10 04:13:38.045--ServerSession(1155712395)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:13:38.05--ServerSession(1155712395)--/multi-tenant-schema-per-tenant_nonJtaDataSource=445689251 login successful [junit] [EL Warning]: ddl: 2022-09-10 04:13:39.234--ServerSession(1155712395)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Info]: connection: 2022-09-10 04:13:40.021--ServerSession(1155712395)--/multi-tenant-schema-per-tenant_nonJtaDataSource=445689251 logout successful [junit] [EL Info]: 2022-09-10 04:13:40.021--ServerSession(1684826667)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:13:40.023--ServerSession(1684826667)--/multi-tenant-schema-per-tenant_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Info]: 2022-09-10 04:13:40.028--ServerSession(727995555)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:13:40.032--ServerSession(727995555)--/multi-tenant-schema-per-tenant_nonJtaDataSource=445689251 login successful [junit] [EL Info]: connection: 2022-09-10 04:13:40.033--ServerSession(727995555)--/multi-tenant-schema-per-tenant_nonJtaDataSource=445689251 logout successful [junit] [EL Info]: 2022-09-10 04:13:40.037--ServerSession(86438514)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:13:40.041--ServerSession(86438514)--/multi-tenant-schema-per-tenant_nonJtaDataSource=445689251 login successful [junit] [EL Info]: connection: 2022-09-10 04:13:40.041--ServerSession(86438514)--/multi-tenant-schema-per-tenant_nonJtaDataSource=445689251 logout successful [junit] [EL Info]: 2022-09-10 04:13:40.046--ServerSession(2091976505)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:13:40.049--ServerSession(2091976505)--/multi-tenant-schema-per-tenant_nonJtaDataSource=445689251 login successful [junit] [EL Info]: connection: 2022-09-10 04:13:40.083--ServerSession(2091976505)--/multi-tenant-schema-per-tenant_nonJtaDataSource=445689251 logout successful [junit] [EL Warning]: ddl: 2022-09-10 04:13:40.795--ServerSession(450075750)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2022-09-10 04:13:48.0--ServerSession(450075750)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2022-09-10 04:13:49.192--ServerSession(450075750)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: jpa: 2022-09-10 04:13:52.073--java.io.FileNotFoundException: MetadataCachingTestProject.file (No such file or directory) [junit] [EL Warning]: metadata: 2022-09-10 04:13:52.11--ServerSession(1810615424)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [junit] [EL Warning]: metadata: 2022-09-10 04:13:52.237--ServerSession(1810615424)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [junit] [EL Warning]: metadata: 2022-09-10 04:13:52.237--ServerSession(1810615424)--Overriding the FIELD mapping attribute [field itemId] with the PROPERTY mapping attribute [method getItemId] from class [org.eclipse.persistence.testing.models.jpa.xml.merge.relationships.Item]. To avoid this warning you should mark the attribute [field itemId] as transient. [junit] [EL Warning]: metadata: 2022-09-10 04:13:52.251--ServerSession(1810615424)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [junit] [EL Warning]: metadata: 2022-09-10 04:13:52.271--ServerSession(1810615424)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:13:52.274--ServerSession(1810615424)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: 2022-09-10 04:13:52.279--ServerSession(1810615424)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:13:52.281--ServerSession(1810615424)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:13:52.282--ServerSession(1810615424)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:13:52.282--ServerSession(1810615424)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: 2022-09-10 04:13:52.283--ServerSession(1810615424)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: 2022-09-10 04:13:52.284--ServerSession(1810615424)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: 2022-09-10 04:13:52.285--ServerSession(1810615424)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:13:52.286--ServerSession(1810615424)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:13:52.287--ServerSession(1810615424)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:13:52.307--ServerSession(1810615424)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: 2022-09-10 04:13:52.307--ServerSession(1810615424)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: 2022-09-10 04:13:52.309--ServerSession(1810615424)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the JPA specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [junit] [EL Warning]: metadata: 2022-09-10 04:13:52.31--ServerSession(1810615424)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: 2022-09-10 04:13:52.31--ServerSession(1810615424)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: 2022-09-10 04:13:52.31--ServerSession(1810615424)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: 2022-09-10 04:13:52.311--ServerSession(1810615424)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: 2022-09-10 04:13:52.311--ServerSession(1810615424)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: 2022-09-10 04:13:52.311--ServerSession(1810615424)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Info]: 2022-09-10 04:13:53.033--ServerSession(1810615424)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Warning]: metadata: 2022-09-10 04:13:53.054--ServerSession(1810615424)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: 2022-09-10 04:13:53.057--ServerSession(1810615424)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2022-09-10 04:13:53.058--ServerSession(1810615424)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: 2022-09-10 04:13:53.062--ServerSession(1810615424)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2022-09-10 04:13:53.064--ServerSession(1810615424)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2022-09-10 04:13:53.064--ServerSession(1810615424)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2022-09-10 04:13:53.067--ServerSession(1810615424)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2022-09-10 04:13:53.072--ServerSession(1810615424)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: 2022-09-10 04:13:53.077--ServerSession(1810615424)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2022-09-10 04:13:53.092--ServerSession(1810615424)--Parent Entity Food has an isolation level of: PROTECTED which is more protective then the subclass Sandwich with isolation: null so the subclass has been set to the isolation level PROTECTED. [junit] [EL Warning]: metadata: 2022-09-10 04:13:53.093--ServerSession(1810615424)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: 2022-09-10 04:13:53.094--ServerSession(1810615424)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Info]: connection: 2022-09-10 04:13:53.125--ServerSession(1810615424)--default-session login successful [junit] [EL Info]: 2022-09-10 04:13:54.789--ServerSession(681109948)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Warning]: metadata: 2022-09-10 04:13:54.809--ServerSession(681109948)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: 2022-09-10 04:13:54.815--ServerSession(681109948)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2022-09-10 04:13:54.816--ServerSession(681109948)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: 2022-09-10 04:13:54.821--ServerSession(681109948)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2022-09-10 04:13:54.824--ServerSession(681109948)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2022-09-10 04:13:54.825--ServerSession(681109948)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2022-09-10 04:13:54.828--ServerSession(681109948)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2022-09-10 04:13:54.834--ServerSession(681109948)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: 2022-09-10 04:13:54.841--ServerSession(681109948)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2022-09-10 04:13:54.858--ServerSession(681109948)--Parent Entity Food has an isolation level of: PROTECTED which is more protective then the subclass Sandwich with isolation: null so the subclass has been set to the isolation level PROTECTED. [junit] [EL Warning]: metadata: 2022-09-10 04:13:54.859--ServerSession(681109948)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: 2022-09-10 04:13:54.86--ServerSession(681109948)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Info]: connection: 2022-09-10 04:13:54.892--ServerSession(681109948)--default-session login successful [junit] [EL Warning]: ddl: 2022-09-10 04:13:55.492--ServerSession(681109948)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Fine]: server: 2022-09-10 04:13:56.338--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [junit] [EL Config]: metadata: 2022-09-10 04:13:56.341--ServerSession(1182671303)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.tests.jpa.config.Project] is set to [VIRTUAL]. [junit] [EL Config]: metadata: 2022-09-10 04:13:56.342--ServerSession(1182671303)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.tests.jpa.config.SmallProject] is set to [VIRTUAL]. [junit] [EL Config]: metadata: 2022-09-10 04:13:56.342--ServerSession(1182671303)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.tests.jpa.config.Person] is set to [VIRTUAL]. [junit] [EL Config]: metadata: 2022-09-10 04:13:56.342--ServerSession(1182671303)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.tests.jpa.config.Employee] is set to [VIRTUAL]. [junit] [EL Config]: metadata: 2022-09-10 04:13:56.343--ServerSession(1182671303)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.tests.jpa.config.PhoneNumber] is set to [VIRTUAL]. [junit] [EL Config]: metadata: 2022-09-10 04:13:56.343--ServerSession(1182671303)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.tests.jpa.config.Address] is set to [VIRTUAL]. [junit] [EL Config]: metadata: 2022-09-10 04:13:56.343--ServerSession(1182671303)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.tests.jpa.config.LargeProject] is set to [VIRTUAL]. [junit] [EL Config]: metadata: 2022-09-10 04:13:56.343--ServerSession(1182671303)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.tests.jpa.config.EmploymentPeriod] is set to [VIRTUAL]. [junit] [EL Config]: metadata: 2022-09-10 04:13:56.343--ServerSession(1182671303)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.tests.jpa.config.SmallProject] is being defaulted to: SmallProject. [junit] [EL Config]: metadata: 2022-09-10 04:13:56.343--ServerSession(1182671303)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.tests.jpa.config.Project] is being defaulted to: Project. [junit] [EL Config]: metadata: 2022-09-10 04:13:56.344--ServerSession(1182671303)--Thread(Thread[main,5,main])--Optimistic locking metadata is already defined on the descriptor for the entity [method get]. Ignoring version specification on element [{1}]. [junit] [EL Config]: metadata: 2022-09-10 04:13:56.344--ServerSession(1182671303)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.tests.jpa.config.SmallProject] is being defaulted to: PROJ_ID. [junit] [EL Config]: metadata: 2022-09-10 04:13:56.344--ServerSession(1182671303)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.tests.jpa.config.SmallProject] is being defaulted to: PROJ_ID. [junit] [EL Config]: metadata: 2022-09-10 04:13:56.344--ServerSession(1182671303)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.tests.jpa.config.Person] is being defaulted to: Person. [junit] [EL Config]: metadata: 2022-09-10 04:13:56.344--ServerSession(1182671303)--Thread(Thread[main,5,main])--The column name for element [get] is being defaulted to: NAME. [junit] [EL Config]: metadata: 2022-09-10 04:13:56.344--ServerSession(1182671303)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.tests.jpa.config.Employee] is being defaulted to: Employee. [junit] [EL Config]: metadata: 2022-09-10 04:13:56.345--ServerSession(1182671303)--Thread(Thread[main,5,main])--Ignoring default serialization on element [method get] within entity class [class org.eclipse.persistence.testing.tests.jpa.config.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:13:56.345--ServerSession(1182671303)--Thread(Thread[main,5,main])--Ignoring JPA convert specification on element [method get] within entity class [class org.eclipse.persistence.testing.tests.jpa.config.Employee] since EclipseLink convert metadata is specified. [junit] [EL Config]: metadata: 2022-09-10 04:13:56.345--ServerSession(1182671303)--Thread(Thread[main,5,main])--The column name for element [get] is being defaulted to: SALARY. [junit] [EL Config]: metadata: 2022-09-10 04:13:56.345--ServerSession(1182671303)--Thread(Thread[main,5,main])--The column name for element [get] is being defaulted to: PAYSCALE. [junit] [EL Warning]: metadata: 2022-09-10 04:13:56.345--ServerSession(1182671303)--Thread(Thread[main,5,main])--Ignoring JPA convert specification on element [method get] within entity class [class org.eclipse.persistence.testing.tests.jpa.config.Employee] since EclipseLink convert metadata is specified. [junit] [EL Config]: metadata: 2022-09-10 04:13:56.346--ServerSession(1182671303)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.tests.jpa.config.PhoneNumber] is being defaulted to: PhoneNumber. [junit] [EL Config]: metadata: 2022-09-10 04:13:56.346--ServerSession(1182671303)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.tests.jpa.config.Address] is being defaulted to: Address. [junit] [EL Config]: metadata: 2022-09-10 04:13:56.346--ServerSession(1182671303)--Thread(Thread[main,5,main])--The column name for element [get] is being defaulted to: COUNTRY. [junit] [EL Config]: metadata: 2022-09-10 04:13:56.346--ServerSession(1182671303)--Thread(Thread[main,5,main])--The column name for element [get] is being defaulted to: PROVINCE. [junit] [EL Config]: metadata: 2022-09-10 04:13:56.346--ServerSession(1182671303)--Thread(Thread[main,5,main])--The column name for element [get] is being defaulted to: CITY. [junit] [EL Config]: metadata: 2022-09-10 04:13:56.346--ServerSession(1182671303)--Thread(Thread[main,5,main])--The column name for element [get] is being defaulted to: STREET. [junit] [EL Config]: metadata: 2022-09-10 04:13:56.346--ServerSession(1182671303)--Thread(Thread[main,5,main])--The column name for element [get] is being defaulted to: POSTALCODE. [junit] [EL Config]: metadata: 2022-09-10 04:13:56.346--ServerSession(1182671303)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.tests.jpa.config.LargeProject] is being defaulted to: LargeProject. [junit] [EL Config]: metadata: 2022-09-10 04:13:56.346--ServerSession(1182671303)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.tests.jpa.config.LargeProject] is being defaulted to: PROJ_ID. [junit] [EL Config]: metadata: 2022-09-10 04:13:56.346--ServerSession(1182671303)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.tests.jpa.config.LargeProject] is being defaulted to: PROJ_ID. [junit] [EL Config]: metadata: 2022-09-10 04:13:56.346--ServerSession(1182671303)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method get] is being defaulted to: EMP_ID. [junit] [EL Config]: metadata: 2022-09-10 04:13:56.347--ServerSession(1182671303)--Thread(Thread[main,5,main])--The data type for the converter named [CreditLine] used with the element [method get] in the entity [class org.eclipse.persistence.testing.tests.jpa.config.Employee] is being defaulted to [class java.lang.String]. [junit] [EL Config]: metadata: 2022-09-10 04:13:56.347--ServerSession(1182671303)--Thread(Thread[main,5,main])--The object type for the converter named [CreditLine] used with the element [method get] in the entity [class org.eclipse.persistence.testing.tests.jpa.config.Employee] is being defaulted to [class java.lang.String]. [junit] [EL Warning]: metadata: 2022-09-10 04:13:56.347--ServerSession(1182671303)--Thread(Thread[main,5,main])--Ignoring JPA convert specification on element [method get] within entity class [class org.eclipse.persistence.testing.tests.jpa.config.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:13:56.347--ServerSession(1182671303)--Thread(Thread[main,5,main])--Ignoring JPA convert specification on element [method get] within entity class [class org.eclipse.persistence.testing.tests.jpa.config.Employee] since EclipseLink convert metadata is specified. [junit] [EL Config]: metadata: 2022-09-10 04:13:56.347--ServerSession(1182671303)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method get] is being defaulted to: EMP_ID. [junit] [EL Config]: metadata: 2022-09-10 04:13:56.347--ServerSession(1182671303)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method get] is being defaulted to: ADDRESS_ID. [junit] [EL Config]: weaver: 2022-09-10 04:13:56.348--ServerSession(1182671303)--Thread(Thread[main,5,main])--Class org.eclipse.persistence.testing.tests.jpa.config.Employee could not be weaved for change tracking as it is not supported by its mappings. [junit] [EL Info]: 2022-09-10 04:13:56.381--ServerSession(1182671303)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Fine]: connection: 2022-09-10 04:13:56.384--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [junit] [EL Config]: connection: 2022-09-10 04:13:56.384--ServerSession(1182671303)--Connection(1108437299)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "root" [junit] datasource URL=> "jdbc:mysql://localhost/ecltest?useSSL=false" [junit] )) [junit] [EL Config]: connection: 2022-09-10 04:13:56.386--ServerSession(1182671303)--Connection(986468573)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost/ecltest?useSSL=false [junit] User: root@localhost [junit] Database: MySQL Version: 5.7.29 [junit] Driver: MySQL Connector Java Version: mysql-connector-java-5.1.48 ( Revision: 29734982609c32d3ab7e5cac2e6acee69ff6b4aa ) [junit] [EL Info]: connection: 2022-09-10 04:13:56.392--ServerSession(1182671303)--Thread(Thread[main,5,main])--ConfigPUTestSuite login successful [junit] [EL Config]: metadata: 2022-09-10 04:13:56.392--Thread(Thread[main,5,main])--The default table generator could not locate or convert a java type (null) into a database type for database field (SALARY.E_ID). The generator uses "java.lang.String" as default java type for the field. [junit] [EL Fine]: sql: 2022-09-10 04:13:56.392--ServerSession(1182671303)--Connection(986468573)--Thread(Thread[main,5,main])--ALTER TABLE PROJECT DROP FOREIGN KEY FK_PROJECT_LEADER_ID [junit] [EL Fine]: sql: 2022-09-10 04:13:56.395--ServerSession(1182671303)--Connection(986468573)--Thread(Thread[main,5,main])--ALTER TABLE EMPLOYEE DROP FOREIGN KEY FK_EMPLOYEE_ADDR_ID [junit] [EL Fine]: sql: 2022-09-10 04:13:56.397--ServerSession(1182671303)--Connection(986468573)--Thread(Thread[main,5,main])--ALTER TABLE EMPLOYEE DROP FOREIGN KEY FK_EMPLOYEE_MANAGER_EMP_ID [junit] [EL Fine]: sql: 2022-09-10 04:13:56.399--ServerSession(1182671303)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2022-09-10 04:13:56.399--ServerSession(1182671303)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'FK_EMPLOYEE_MANAGER_EMP_ID'; check that column/key exists [junit] Error Code: 1091 [junit] Call: ALTER TABLE EMPLOYEE DROP FOREIGN KEY FK_EMPLOYEE_MANAGER_EMP_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE EMPLOYEE DROP FOREIGN KEY FK_EMPLOYEE_MANAGER_EMP_ID") [junit] [EL Fine]: sql: 2022-09-10 04:13:56.399--ServerSession(1182671303)--Connection(986468573)--Thread(Thread[main,5,main])--ALTER TABLE SALARY DROP FOREIGN KEY FK_SALARY_E_ID [junit] [EL Fine]: sql: 2022-09-10 04:13:56.401--ServerSession(1182671303)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2022-09-10 04:13:56.401--ServerSession(1182671303)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'FK_SALARY_E_ID'; check that column/key exists [junit] Error Code: 1091 [junit] Call: ALTER TABLE SALARY DROP FOREIGN KEY FK_SALARY_E_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE SALARY DROP FOREIGN KEY FK_SALARY_E_ID") [junit] [EL Fine]: sql: 2022-09-10 04:13:56.401--ServerSession(1182671303)--Connection(986468573)--Thread(Thread[main,5,main])--ALTER TABLE PHONENUMBER DROP FOREIGN KEY FK_PHONENUMBER_OWNER_ID [junit] [EL Fine]: sql: 2022-09-10 04:13:56.402--ServerSession(1182671303)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2022-09-10 04:13:56.402--ServerSession(1182671303)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.PHONENUMBER' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE PHONENUMBER DROP FOREIGN KEY FK_PHONENUMBER_OWNER_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE PHONENUMBER DROP FOREIGN KEY FK_PHONENUMBER_OWNER_ID") [junit] [EL Fine]: sql: 2022-09-10 04:13:56.402--ServerSession(1182671303)--Connection(986468573)--Thread(Thread[main,5,main])--ALTER TABLE LPROJECT DROP FOREIGN KEY FK_LPROJECT_PROJ_ID [junit] [EL Fine]: sql: 2022-09-10 04:13:56.404--ServerSession(1182671303)--Connection(986468573)--Thread(Thread[main,5,main])--ALTER TABLE EMP_CREDITLINES DROP FOREIGN KEY FK_EMP_CREDITLINES_EMP_ID [junit] [EL Fine]: sql: 2022-09-10 04:13:56.405--ServerSession(1182671303)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2022-09-10 04:13:56.405--ServerSession(1182671303)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.EMP_CREDITLINES' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE EMP_CREDITLINES DROP FOREIGN KEY FK_EMP_CREDITLINES_EMP_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE EMP_CREDITLINES DROP FOREIGN KEY FK_EMP_CREDITLINES_EMP_ID") [junit] [EL Fine]: sql: 2022-09-10 04:13:56.405--ServerSession(1182671303)--Connection(986468573)--Thread(Thread[main,5,main])--ALTER TABLE PROJ_EMP DROP FOREIGN KEY FK_PROJ_EMP_EMP_ID [junit] [EL Fine]: sql: 2022-09-10 04:13:56.407--ServerSession(1182671303)--Connection(986468573)--Thread(Thread[main,5,main])--ALTER TABLE PROJ_EMP DROP FOREIGN KEY FK_PROJ_EMP_PROJ_ID [junit] [EL Fine]: sql: 2022-09-10 04:13:56.409--ServerSession(1182671303)--Connection(986468573)--Thread(Thread[main,5,main])--DROP TABLE PROJECT [junit] [EL Fine]: sql: 2022-09-10 04:13:56.412--ServerSession(1182671303)--Connection(986468573)--Thread(Thread[main,5,main])--DROP TABLE PERSON [junit] [EL Fine]: sql: 2022-09-10 04:13:56.415--ServerSession(1182671303)--Connection(986468573)--Thread(Thread[main,5,main])--DROP TABLE EMPLOYEE [junit] [EL Fine]: sql: 2022-09-10 04:13:56.417--ServerSession(1182671303)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2022-09-10 04:13:56.417--ServerSession(1182671303)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: DROP TABLE EMPLOYEE [junit] Query: DataModifyQuery(sql="DROP TABLE EMPLOYEE") [junit] [EL Fine]: sql: 2022-09-10 04:13:56.418--ServerSession(1182671303)--Connection(986468573)--Thread(Thread[main,5,main])--DROP TABLE SALARY [junit] [EL Fine]: sql: 2022-09-10 04:13:56.42--ServerSession(1182671303)--Connection(986468573)--Thread(Thread[main,5,main])--DROP TABLE PHONENUMBER [junit] [EL Fine]: sql: 2022-09-10 04:13:56.42--ServerSession(1182671303)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2022-09-10 04:13:56.421--ServerSession(1182671303)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.PHONENUMBER' [junit] Error Code: 1051 [junit] Call: DROP TABLE PHONENUMBER [junit] Query: DataModifyQuery(sql="DROP TABLE PHONENUMBER") [junit] [EL Fine]: sql: 2022-09-10 04:13:56.421--ServerSession(1182671303)--Connection(986468573)--Thread(Thread[main,5,main])--DROP TABLE ADDRESS [junit] [EL Fine]: sql: 2022-09-10 04:13:56.424--ServerSession(1182671303)--Connection(986468573)--Thread(Thread[main,5,main])--DROP TABLE LPROJECT [junit] [EL Fine]: sql: 2022-09-10 04:13:56.426--ServerSession(1182671303)--Connection(986468573)--Thread(Thread[main,5,main])--DROP TABLE EMP_CREDITLINES [junit] [EL Fine]: sql: 2022-09-10 04:13:56.427--ServerSession(1182671303)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2022-09-10 04:13:56.427--ServerSession(1182671303)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.EMP_CREDITLINES' [junit] Error Code: 1051 [junit] Call: DROP TABLE EMP_CREDITLINES [junit] Query: DataModifyQuery(sql="DROP TABLE EMP_CREDITLINES") [junit] [EL Fine]: sql: 2022-09-10 04:13:56.427--ServerSession(1182671303)--Connection(986468573)--Thread(Thread[main,5,main])--DROP TABLE PROJ_EMP [junit] [EL Fine]: sql: 2022-09-10 04:13:56.43--ServerSession(1182671303)--Connection(986468573)--Thread(Thread[main,5,main])--DROP TABLE EMPLOYEE [junit] [EL Fine]: sql: 2022-09-10 04:13:56.431--ServerSession(1182671303)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2022-09-10 04:13:56.431--ServerSession(1182671303)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: DROP TABLE EMPLOYEE [junit] Query: DataModifyQuery(sql="DROP TABLE EMPLOYEE") [junit] [EL Fine]: sql: 2022-09-10 04:13:56.431--ServerSession(1182671303)--Connection(986468573)--Thread(Thread[main,5,main])--DROP TABLE PHONENUMBER [junit] [EL Fine]: sql: 2022-09-10 04:13:56.431--ServerSession(1182671303)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2022-09-10 04:13:56.432--ServerSession(1182671303)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.PHONENUMBER' [junit] Error Code: 1051 [junit] Call: DROP TABLE PHONENUMBER [junit] Query: DataModifyQuery(sql="DROP TABLE PHONENUMBER") [junit] [EL Fine]: sql: 2022-09-10 04:13:56.432--ServerSession(1182671303)--Connection(986468573)--Thread(Thread[main,5,main])--DROP TABLE EMP_CREDITLINES [junit] [EL Fine]: sql: 2022-09-10 04:13:56.432--ServerSession(1182671303)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2022-09-10 04:13:56.432--ServerSession(1182671303)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.EMP_CREDITLINES' [junit] Error Code: 1051 [junit] Call: DROP TABLE EMP_CREDITLINES [junit] Query: DataModifyQuery(sql="DROP TABLE EMP_CREDITLINES") [junit] [EL Fine]: sql: 2022-09-10 04:13:56.432--ServerSession(1182671303)--Connection(986468573)--Thread(Thread[main,5,main])--DROP TABLE EMPLOYEE [junit] [EL Fine]: sql: 2022-09-10 04:13:56.433--ServerSession(1182671303)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2022-09-10 04:13:56.433--ServerSession(1182671303)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: DROP TABLE EMPLOYEE [junit] Query: DataModifyQuery(sql="DROP TABLE EMPLOYEE") [junit] [EL Fine]: sql: 2022-09-10 04:13:56.433--ServerSession(1182671303)--Connection(986468573)--Thread(Thread[main,5,main])--DROP TABLE PHONENUMBER [junit] [EL Fine]: sql: 2022-09-10 04:13:56.433--ServerSession(1182671303)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2022-09-10 04:13:56.433--ServerSession(1182671303)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.PHONENUMBER' [junit] Error Code: 1051 [junit] Call: DROP TABLE PHONENUMBER [junit] Query: DataModifyQuery(sql="DROP TABLE PHONENUMBER") [junit] [EL Fine]: sql: 2022-09-10 04:13:56.433--ServerSession(1182671303)--Connection(986468573)--Thread(Thread[main,5,main])--DROP TABLE EMP_CREDITLINES [junit] [EL Fine]: sql: 2022-09-10 04:13:56.434--ServerSession(1182671303)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2022-09-10 04:13:56.434--ServerSession(1182671303)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.EMP_CREDITLINES' [junit] Error Code: 1051 [junit] Call: DROP TABLE EMP_CREDITLINES [junit] Query: DataModifyQuery(sql="DROP TABLE EMP_CREDITLINES") [junit] [EL Fine]: sql: 2022-09-10 04:13:56.434--ServerSession(1182671303)--Connection(986468573)--Thread(Thread[main,5,main])--DROP TABLE EMPLOYEE [junit] [EL Fine]: sql: 2022-09-10 04:13:56.434--ServerSession(1182671303)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2022-09-10 04:13:56.434--ServerSession(1182671303)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: DROP TABLE EMPLOYEE [junit] Query: DataModifyQuery(sql="DROP TABLE EMPLOYEE") [junit] [EL Fine]: sql: 2022-09-10 04:13:56.434--ServerSession(1182671303)--Connection(986468573)--Thread(Thread[main,5,main])--DROP TABLE PHONENUMBER [junit] [EL Fine]: sql: 2022-09-10 04:13:56.435--ServerSession(1182671303)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2022-09-10 04:13:56.435--ServerSession(1182671303)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.PHONENUMBER' [junit] Error Code: 1051 [junit] Call: DROP TABLE PHONENUMBER [junit] Query: DataModifyQuery(sql="DROP TABLE PHONENUMBER") [junit] [EL Fine]: sql: 2022-09-10 04:13:56.435--ServerSession(1182671303)--Connection(986468573)--Thread(Thread[main,5,main])--DROP TABLE EMP_CREDITLINES [junit] [EL Fine]: sql: 2022-09-10 04:13:56.435--ServerSession(1182671303)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2022-09-10 04:13:56.435--ServerSession(1182671303)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.EMP_CREDITLINES' [junit] Error Code: 1051 [junit] Call: DROP TABLE EMP_CREDITLINES [junit] Query: DataModifyQuery(sql="DROP TABLE EMP_CREDITLINES") [junit] [EL Fine]: sql: 2022-09-10 04:13:56.435--ServerSession(1182671303)--Connection(986468573)--Thread(Thread[main,5,main])--DROP TABLE EMPLOYEE [junit] [EL Fine]: sql: 2022-09-10 04:13:56.436--ServerSession(1182671303)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2022-09-10 04:13:56.436--ServerSession(1182671303)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails [junit] Error Code: 1217 [junit] Call: DROP TABLE EMPLOYEE [junit] Query: DataModifyQuery(sql="DROP TABLE EMPLOYEE") [junit] [EL Fine]: sql: 2022-09-10 04:13:56.436--ServerSession(1182671303)--Connection(986468573)--Thread(Thread[main,5,main])--DROP TABLE PHONENUMBER [junit] [EL Fine]: sql: 2022-09-10 04:13:56.436--ServerSession(1182671303)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2022-09-10 04:13:56.436--ServerSession(1182671303)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.PHONENUMBER' [junit] Error Code: 1051 [junit] Call: DROP TABLE PHONENUMBER [junit] Query: DataModifyQuery(sql="DROP TABLE PHONENUMBER") [junit] [EL Fine]: sql: 2022-09-10 04:13:56.436--ServerSession(1182671303)--Connection(986468573)--Thread(Thread[main,5,main])--DROP TABLE EMP_CREDITLINES [junit] [EL Fine]: sql: 2022-09-10 04:13:56.437--ServerSession(1182671303)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2022-09-10 04:13:56.437--ServerSession(1182671303)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.EMP_CREDITLINES' [junit] Error Code: 1051 [junit] Call: DROP TABLE EMP_CREDITLINES [junit] Query: DataModifyQuery(sql="DROP TABLE EMP_CREDITLINES") [junit] [EL Fine]: sql: 2022-09-10 04:13:56.437--ServerSession(1182671303)--Connection(986468573)--Thread(Thread[main,5,main])--CREATE TABLE PROJECT (PROJ_ID INTEGER AUTO_INCREMENT NOT NULL, PROJ_TYPE VARCHAR(31), DESCRIP VARCHAR(255), PROJ_NAME VARCHAR(255), VERSION INTEGER, LEADER_ID VARCHAR(255), PRIMARY KEY (PROJ_ID)) [junit] [EL Fine]: sql: 2022-09-10 04:13:56.441--ServerSession(1182671303)--Connection(986468573)--Thread(Thread[main,5,main])--CREATE TABLE PERSON (P_ID INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (P_ID)) [junit] [EL Fine]: sql: 2022-09-10 04:13:56.444--ServerSession(1182671303)--Connection(986468573)--Thread(Thread[main,5,main])--CREATE TABLE EMPLOYEE (EMP_ID VARCHAR(255) NOT NULL, F_NAME VARCHAR(255), GENDER VARCHAR(255), L_NAME VARCHAR(255), PAYSCALE VARCHAR(255), SIN VARCHAR(255), VERSION INTEGER, END_DATE DATE, START_DATE DATE NOT NULL, ADDR_ID INTEGER, MANAGER_EMP_ID VARCHAR(255), PRIMARY KEY (EMP_ID)) [junit] [EL Fine]: sql: 2022-09-10 04:13:56.446--ServerSession(1182671303)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2022-09-10 04:13:56.446--ServerSession(1182671303)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'EMPLOYEE' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE EMPLOYEE (EMP_ID VARCHAR(255) NOT NULL, F_NAME VARCHAR(255), GENDER VARCHAR(255), L_NAME VARCHAR(255), PAYSCALE VARCHAR(255), SIN VARCHAR(255), VERSION INTEGER, END_DATE DATE, START_DATE DATE NOT NULL, ADDR_ID INTEGER, MANAGER_EMP_ID VARCHAR(255), PRIMARY KEY (EMP_ID)) [junit] Query: DataModifyQuery(sql="CREATE TABLE EMPLOYEE (EMP_ID VARCHAR(255) NOT NULL, F_NAME VARCHAR(255), GENDER VARCHAR(255), L_NAME VARCHAR(255), PAYSCALE VARCHAR(255), SIN VARCHAR(255), VERSION INTEGER, END_DATE DATE, START_DATE DATE NOT NULL, ADDR_ID INTEGER, MANAGER_EMP_ID VARCHAR(255), PRIMARY KEY (EMP_ID))") [junit] [EL Fine]: sql: 2022-09-10 04:13:56.446--ServerSession(1182671303)--Connection(986468573)--Thread(Thread[main,5,main])--CREATE TABLE SALARY (E_ID VARCHAR(255) NOT NULL, SALARY INTEGER, PRIMARY KEY (E_ID)) [junit] [EL Fine]: sql: 2022-09-10 04:13:56.45--ServerSession(1182671303)--Connection(986468573)--Thread(Thread[main,5,main])--CREATE TABLE PHONENUMBER (TYPE VARCHAR(255) NOT NULL, AREA_CODE VARCHAR(255), OWNER_ID VARCHAR(255) NOT NULL, NUMB VARCHAR(255), PRIMARY KEY (TYPE, OWNER_ID)) [junit] [EL Fine]: sql: 2022-09-10 04:13:56.453--ServerSession(1182671303)--Connection(986468573)--Thread(Thread[main,5,main])--CREATE TABLE ADDRESS (ADDRESS_ID INTEGER AUTO_INCREMENT NOT NULL, CITY VARCHAR(255), COUNTRY VARCHAR(255), POSTALCODE VARCHAR(255), PROVINCE VARCHAR(255), STREET VARCHAR(255), PRIMARY KEY (ADDRESS_ID)) [junit] [EL Fine]: sql: 2022-09-10 04:13:56.457--ServerSession(1182671303)--Connection(986468573)--Thread(Thread[main,5,main])--CREATE TABLE LPROJECT (PROJ_ID INTEGER NOT NULL, PRIMARY KEY (PROJ_ID)) [junit] [EL Fine]: sql: 2022-09-10 04:13:56.461--ServerSession(1182671303)--Connection(986468573)--Thread(Thread[main,5,main])--CREATE TABLE EMP_CREDITLINES (EMP_ID VARCHAR(255), ACCOUNT VARCHAR(255), BANK VARCHAR(255)) [junit] [EL Fine]: sql: 2022-09-10 04:13:56.464--ServerSession(1182671303)--Connection(986468573)--Thread(Thread[main,5,main])--CREATE TABLE PROJ_EMP (EMP_ID VARCHAR(255) NOT NULL, PROJ_ID INTEGER NOT NULL, PRIMARY KEY (EMP_ID, PROJ_ID)) [junit] [EL Fine]: sql: 2022-09-10 04:13:56.468--ServerSession(1182671303)--Connection(986468573)--Thread(Thread[main,5,main])--ALTER TABLE PROJECT ADD CONSTRAINT FK_PROJECT_LEADER_ID FOREIGN KEY (LEADER_ID) REFERENCES EMPLOYEE (EMP_ID) [junit] [EL Fine]: sql: 2022-09-10 04:13:56.473--ServerSession(1182671303)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2022-09-10 04:13:56.473--ServerSession(1182671303)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Cannot add foreign key constraint [junit] Error Code: 1215 [junit] Call: ALTER TABLE PROJECT ADD CONSTRAINT FK_PROJECT_LEADER_ID FOREIGN KEY (LEADER_ID) REFERENCES EMPLOYEE (EMP_ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE PROJECT ADD CONSTRAINT FK_PROJECT_LEADER_ID FOREIGN KEY (LEADER_ID) REFERENCES EMPLOYEE (EMP_ID)") [junit] [EL Fine]: sql: 2022-09-10 04:13:56.473--ServerSession(1182671303)--Connection(986468573)--Thread(Thread[main,5,main])--ALTER TABLE EMPLOYEE ADD CONSTRAINT FK_EMPLOYEE_ADDR_ID FOREIGN KEY (ADDR_ID) REFERENCES ADDRESS (ADDRESS_ID) [junit] [EL Fine]: sql: 2022-09-10 04:13:56.478--ServerSession(1182671303)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2022-09-10 04:13:56.478--ServerSession(1182671303)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Cannot add foreign key constraint [junit] Error Code: 1215 [junit] Call: ALTER TABLE EMPLOYEE ADD CONSTRAINT FK_EMPLOYEE_ADDR_ID FOREIGN KEY (ADDR_ID) REFERENCES ADDRESS (ADDRESS_ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE EMPLOYEE ADD CONSTRAINT FK_EMPLOYEE_ADDR_ID FOREIGN KEY (ADDR_ID) REFERENCES ADDRESS (ADDRESS_ID)") [junit] [EL Fine]: sql: 2022-09-10 04:13:56.479--ServerSession(1182671303)--Connection(986468573)--Thread(Thread[main,5,main])--ALTER TABLE SALARY ADD CONSTRAINT FK_SALARY_E_ID FOREIGN KEY (E_ID) REFERENCES EMPLOYEE (EMP_ID) [junit] [EL Fine]: sql: 2022-09-10 04:13:56.483--ServerSession(1182671303)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2022-09-10 04:13:56.483--ServerSession(1182671303)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Cannot add foreign key constraint [junit] Error Code: 1215 [junit] Call: ALTER TABLE SALARY ADD CONSTRAINT FK_SALARY_E_ID FOREIGN KEY (E_ID) REFERENCES EMPLOYEE (EMP_ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE SALARY ADD CONSTRAINT FK_SALARY_E_ID FOREIGN KEY (E_ID) REFERENCES EMPLOYEE (EMP_ID)") [junit] [EL Fine]: sql: 2022-09-10 04:13:56.483--ServerSession(1182671303)--Connection(986468573)--Thread(Thread[main,5,main])--ALTER TABLE PHONENUMBER ADD CONSTRAINT FK_PHONENUMBER_OWNER_ID FOREIGN KEY (OWNER_ID) REFERENCES EMPLOYEE (EMP_ID) [junit] [EL Fine]: sql: 2022-09-10 04:13:56.488--ServerSession(1182671303)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2022-09-10 04:13:56.488--ServerSession(1182671303)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Cannot add foreign key constraint [junit] Error Code: 1215 [junit] Call: ALTER TABLE PHONENUMBER ADD CONSTRAINT FK_PHONENUMBER_OWNER_ID FOREIGN KEY (OWNER_ID) REFERENCES EMPLOYEE (EMP_ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE PHONENUMBER ADD CONSTRAINT FK_PHONENUMBER_OWNER_ID FOREIGN KEY (OWNER_ID) REFERENCES EMPLOYEE (EMP_ID)") [junit] [EL Fine]: sql: 2022-09-10 04:13:56.488--ServerSession(1182671303)--Connection(986468573)--Thread(Thread[main,5,main])--ALTER TABLE LPROJECT ADD CONSTRAINT FK_LPROJECT_PROJ_ID FOREIGN KEY (PROJ_ID) REFERENCES PROJECT (PROJ_ID) [junit] [EL Fine]: sql: 2022-09-10 04:13:56.497--ServerSession(1182671303)--Connection(986468573)--Thread(Thread[main,5,main])--ALTER TABLE EMP_CREDITLINES ADD CONSTRAINT FK_EMP_CREDITLINES_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES EMPLOYEE (EMP_ID) [junit] [EL Fine]: sql: 2022-09-10 04:13:56.501--ServerSession(1182671303)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2022-09-10 04:13:56.502--ServerSession(1182671303)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Cannot add foreign key constraint [junit] Error Code: 1215 [junit] Call: ALTER TABLE EMP_CREDITLINES ADD CONSTRAINT FK_EMP_CREDITLINES_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES EMPLOYEE (EMP_ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE EMP_CREDITLINES ADD CONSTRAINT FK_EMP_CREDITLINES_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES EMPLOYEE (EMP_ID)") [junit] [EL Fine]: sql: 2022-09-10 04:13:56.502--ServerSession(1182671303)--Connection(986468573)--Thread(Thread[main,5,main])--ALTER TABLE PROJ_EMP ADD CONSTRAINT FK_PROJ_EMP_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES EMPLOYEE (EMP_ID) [junit] [EL Fine]: sql: 2022-09-10 04:13:56.507--ServerSession(1182671303)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2022-09-10 04:13:56.507--ServerSession(1182671303)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Cannot add foreign key constraint [junit] Error Code: 1215 [junit] Call: ALTER TABLE PROJ_EMP ADD CONSTRAINT FK_PROJ_EMP_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES EMPLOYEE (EMP_ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE PROJ_EMP ADD CONSTRAINT FK_PROJ_EMP_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES EMPLOYEE (EMP_ID)") [junit] [EL Fine]: sql: 2022-09-10 04:13:56.509--ServerSession(1182671303)--Connection(986468573)--Thread(Thread[main,5,main])--CREATE TABLE EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [junit] [EL Fine]: sql: 2022-09-10 04:13:56.513--ServerSession(1182671303)--Connection(986468573)--Thread(Thread[main,5,main])--DELETE FROM EMPLOYEE_SEQ WHERE SEQ_NAME = 'EMP_SEQ' [junit] [EL Fine]: sql: 2022-09-10 04:13:56.513--ServerSession(1182671303)--Connection(986468573)--Thread(Thread[main,5,main])--SELECT * FROM EMPLOYEE_SEQ WHERE SEQ_NAME = 'EMP_SEQ' [junit] [EL Fine]: sql: 2022-09-10 04:13:56.514--ServerSession(1182671303)--Connection(986468573)--Thread(Thread[main,5,main])--INSERT INTO EMPLOYEE_SEQ(SEQ_NAME, SEQ_COUNT) values ('EMP_SEQ', 0) [junit] [EL Fine]: sql: 2022-09-10 04:13:56.515--ServerSession(1182671303)--Connection(986468573)--Thread(Thread[main,5,main])--DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Fine]: sql: 2022-09-10 04:13:56.515--ServerSession(1182671303)--Connection(986468573)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Fine]: sql: 2022-09-10 04:13:56.516--ServerSession(1182671303)--Connection(986468573)--Thread(Thread[main,5,main])--INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_GEN', 0) [junit] [EL Fine]: sql: 2022-09-10 04:13:56.52--ClientSession(156434060)--Connection(986468573)--Thread(Thread[main,5,main])--UPDATE SEQUENCE SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ? [junit] bind => [50, SEQ_GEN] [junit] [EL Fine]: sql: 2022-09-10 04:13:56.521--ClientSession(156434060)--Connection(986468573)--Thread(Thread[main,5,main])--SELECT SEQ_COUNT FROM SEQUENCE WHERE SEQ_NAME = ? [junit] bind => [SEQ_GEN] [junit] [EL Fine]: sql: 2022-09-10 04:13:56.522--ClientSession(156434060)--Connection(986468573)--Thread(Thread[main,5,main])--INSERT INTO PERSON (P_ID, NAME) VALUES (?, ?) [junit] bind => [1, Test] [junit] [EL Config]: connection: 2022-09-10 04:13:56.524--ServerSession(1182671303)--Connection(986468573)--Thread(Thread[main,5,main])--disconnect [junit] [EL Info]: connection: 2022-09-10 04:13:56.524--ServerSession(1182671303)--Thread(Thread[main,5,main])--ConfigPUTestSuite logout successful [junit] [EL Config]: connection: 2022-09-10 04:13:56.524--ServerSession(1182671303)--Connection(1108437299)--Thread(Thread[main,5,main])--disconnect [junit] [EL Warning]: ddl: 2022-09-10 04:13:57.075--ServerSession(446193613)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] testSetup [junit] [EL Info]: 2022-09-10 04:13:57.979--ServerSession(1859880078)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:13:57.982--ServerSession(1859880078)--/embeddable_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: ddl: 2022-09-10 04:13:58.462--ServerSession(1859880078)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Info]: 2022-09-10 04:13:59.051--ServerSession(885675597)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:13:59.06--ServerSession(885675597)--/invalid-named-query_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root logout successful [junit] [EL Severe]: ejb: 2022-09-10 04:13:59.06--ServerSession(885675597)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.JPQLException [junit] Exception Description: Problem compiling [SELECT a FROM Alien a]. [junit] [14, 19] The abstract schema type 'Alien' is unknown. [junit] [EL Info]: 2022-09-10 04:13:59.067--ServerSession(800004446)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:13:59.069--ServerSession(800004446)--/invalid-named-query-tolerate_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Severe]: ejb: 2022-09-10 04:13:59.077--ServerSession(831369100)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.JPQLException [junit] Exception Description: Problem compiling [SELECT a FROM Alien a]. [junit] [14, 19] The abstract schema type 'Alien' is unknown. [junit] [EL Info]: connection: 2022-09-10 04:13:59.149--ServerSession(1810615424)--default-session logout successful [junit] [EL Info]: ServerSession(1848755960)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Warning]: metadata: ServerSession(1848755960)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [table] for the entity class [class org.eclipse.persistence.internal.helper.DatabaseField] since weaving was not enabled or did not occur. [junit] [EL Info]: connection: ServerSession(1848755960)--/fieldaccess_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Info]: connection: ServerSession(1848755960)--/fieldaccess_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root logout successful [junit] [EL Info]: ServerSession(2056580777)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Warning]: metadata: ServerSession(2056580777)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [table] for the entity class [class org.eclipse.persistence.internal.helper.DatabaseField] since weaving was not enabled or did not occur. [junit] [EL Info]: connection: ServerSession(2056580777)--/fieldaccess_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Info]: connection: ServerSession(2056580777)--/fieldaccess_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root logout successful [junit] [EL Info]: ServerSession(2064122980)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Warning]: metadata: ServerSession(2064122980)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [table] for the entity class [class org.eclipse.persistence.internal.helper.DatabaseField] since weaving was not enabled or did not occur. [junit] [EL Info]: connection: ServerSession(2064122980)--/fieldaccess_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: UnitOfWork(691917919)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: The attribute [id] of class [org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee] is mapped to a primary key column in the database. Updates are not allowed. [junit] [EL Warning]: UnitOfWork(269188378)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: The attribute [owner] of class [org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.PhoneNumber] is mapped to a primary key column in the database. Updates are not allowed. [junit] [EL Warning]: UnitOfWork(922039183)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 185] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee Primary Key> 185 [junit] [EL Warning]: UnitOfWork(267692631)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 258] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee Primary Key> 258 [junit] [EL Warning]: UnitOfWork(194885636)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 267] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee Primary Key> 267 [junit] [EL Warning]: ServerSession(2064122980)--Exception [EclipseLink-6050] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: ReportQuery result size mismatch. Expecting [8], but retrieved [6] [junit] Query: ReportQuery(referenceClass=Project sql="SELECT PROJ_ID, PROJ_TYPE, DESCRIP, PROJ_NAME, VERSION, LEADER_ID FROM CMP3_FA_PROJECT") [junit] [EL Warning]: ServerSession(2064122980)--Exception [EclipseLink-6137] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: An Exception was thrown while executing a ReportQuery with a constructor expression: java.lang.NoSuchMethodException: org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee.(java.lang.String, java.sql.Date, java.lang.Integer) [junit] Internal Exception: java.lang.NoSuchMethodException: org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee.(java.lang.String, java.sql.Date, java.lang.Integer) [junit] Query: ReportQuery(referenceClass=Employee ) [junit] [EL Warning]: UnitOfWork(1706145077)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 391] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee Primary Key> 391 [junit] [EL Warning]: UnitOfWork(975024398)--Exception [EclipseLink-5004] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: An attempt was made to update the object [Employee: 392], but it has no version number in the identity map. [junit] It may not have been read before the update was attempted. [junit] Class> org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee Primary Key> 392 [junit] [EL Warning]: UnitOfWork(1856293508)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.GoldBuyer@180fb618] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.GoldBuyer Primary Key> 5 [junit] WARNING: This database does not support NOWAIT. [junit] 1310 [junit] [EL Warning]: query: UnitOfWork(1838763001)--ReadObjectQuery(referenceClass=Employee jpql="SELECT e FROM Employee e JOIN FETCH e.address WHERE e.id = :ID") [junit] FetchGroup(Employee-default){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [junit] [EL Warning]: query: UnitOfWork(1636598871)--ReadObjectQuery(referenceClass=Employee jpql="SELECT e FROM Employee e JOIN FETCH e.address WHERE e.id = :ID") [junit] FetchGroup(Employee-default){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [junit] [EL Warning]: query: ServerSession(2064122980)--ReadAllQuery(referenceClass=Employee jpql="SELECT e FROM Employee e JOIN FETCH e.address") [junit] FetchGroup(Employee-default){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [junit] [EL Warning]: query: UnitOfWork(1034626272)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t1.F_NAME, t1.L_NAME, t1.VERSION, t0.ADDRESS_ID, t0.CITY, t0.COUNTRY, t0.P_CODE, t0.PROVINCE, t0.STREET FROM CMP3_FA_ADDRESS t0, CMP3_FA_SALARY t2, CMP3_FA_EMPLOYEE t1 WHERE ((t2.EMP_ID = t1.EMP_ID) AND (t0.ADDRESS_ID = t1.ADDR_ID))") [junit] FetchGroup(names){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [junit] [EL Warning]: query: UnitOfWork(948777116)--ReadAllQuery(referenceClass=Employee jpql="SELECT e FROM Employee e JOIN FETCH e.address WHERE e.id IN (SELECT p.owner.id FROM PhoneNumber p)") [junit] FetchGroup(Employee-default){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [junit] [EL Warning]: query: UnitOfWork(948777116)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t1.F_NAME, t1.L_NAME, t1.VERSION, t0.ADDRESS_ID, t0.CITY, t0.COUNTRY, t0.P_CODE, t0.PROVINCE, t0.STREET FROM CMP3_FA_ADDRESS t0, CMP3_FA_SALARY t2, CMP3_FA_EMPLOYEE t1 WHERE ((t1.EMP_ID IN (SELECT t3.EMP_ID FROM CMP3_FA_PHONENUMBER t5, CMP3_FA_SALARY t4, CMP3_FA_EMPLOYEE t3 WHERE ((t3.EMP_ID = t5.OWNER_ID) AND (t4.EMP_ID = t3.EMP_ID))) AND (t2.EMP_ID = t1.EMP_ID)) AND (t0.ADDRESS_ID = t1.ADDR_ID))") [junit] FetchGroup(names){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [junit] [EL Warning]: query: UnitOfWork(1807827178)--ReadAllQuery(referenceClass=Employee jpql="SELECT e FROM Employee e JOIN FETCH e.address WHERE e.id IN (SELECT p.owner.id FROM PhoneNumber p)") [junit] FetchGroup(Employee-default){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [junit] [EL Warning]: query: UnitOfWork(2067414221)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.GETMANAGER, t1.ISMANAGER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.SETMANAGER, t1.STATUS, t1.VERSION, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.END_DATE, t1.START_DATE, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t0.ADDRESS_ID, t0.CITY, t0.COUNTRY, t0.P_CODE, t0.PROVINCE, t0.STREET, t3.ID, t3.NAME FROM CMP3_FA_EMPLOYEE t1 LEFT OUTER JOIN CMP3_FA_DEPT t3 ON (t3.ID = t1.DEPT_ID), CMP3_FA_SALARY t2, CMP3_FA_ADDRESS t0 WHERE ((t2.EMP_ID = t1.EMP_ID) AND (t0.ADDRESS_ID = t1.ADDR_ID))") [junit] FetchGroup(names){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [junit] [EL Warning]: query: UnitOfWork(613247220)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.GETMANAGER, t1.ISMANAGER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.SETMANAGER, t1.STATUS, t1.VERSION, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.END_DATE, t1.START_DATE, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t0.ADDRESS_ID, t0.CITY, t0.COUNTRY, t0.P_CODE, t0.PROVINCE, t0.STREET, t3.ID, t3.NAME FROM CMP3_FA_EMPLOYEE t1 LEFT OUTER JOIN CMP3_FA_DEPT t3 ON (t3.ID = t1.DEPT_ID), CMP3_FA_SALARY t2, CMP3_FA_ADDRESS t0 WHERE ((t1.EMP_ID IN (SELECT t4.EMP_ID FROM CMP3_FA_SALARY t5, CMP3_FA_EMPLOYEE t4, CMP3_FA_PHONENUMBER t6 WHERE ((t4.EMP_ID = t6.OWNER_ID) AND (t5.EMP_ID = t4.EMP_ID))) AND (t2.EMP_ID = t1.EMP_ID)) AND (t0.ADDRESS_ID = t1.ADDR_ID))") [junit] FetchGroup(names){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [junit] [EL Warning]: query: UnitOfWork(1630706833)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.GETMANAGER, t1.ISMANAGER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.SETMANAGER, t1.STATUS, t1.VERSION, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.END_DATE, t1.START_DATE, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t0.ADDRESS_ID, t0.CITY, t0.COUNTRY, t0.P_CODE, t0.PROVINCE, t0.STREET, t3.ID, t3.NAME FROM CMP3_FA_EMPLOYEE t1 LEFT OUTER JOIN CMP3_FA_DEPT t3 ON (t3.ID = t1.DEPT_ID), CMP3_FA_SALARY t2, CMP3_FA_ADDRESS t0 WHERE ((t2.EMP_ID = t1.EMP_ID) AND (t0.ADDRESS_ID = t1.ADDR_ID))") [junit] FetchGroup(names){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [junit] [EL Warning]: query: UnitOfWork(1509587190)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.GETMANAGER, t1.ISMANAGER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.SETMANAGER, t1.STATUS, t1.VERSION, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.END_DATE, t1.START_DATE, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t0.ADDRESS_ID, t0.CITY, t0.COUNTRY, t0.P_CODE, t0.PROVINCE, t0.STREET, t3.ID, t3.NAME FROM CMP3_FA_EMPLOYEE t1 LEFT OUTER JOIN CMP3_FA_DEPT t3 ON (t3.ID = t1.DEPT_ID), CMP3_FA_SALARY t2, CMP3_FA_ADDRESS t0 WHERE ((t1.EMP_ID IN (SELECT t4.EMP_ID FROM CMP3_FA_SALARY t5, CMP3_FA_EMPLOYEE t4, CMP3_FA_PHONENUMBER t6 WHERE ((t4.EMP_ID = t6.OWNER_ID) AND (t5.EMP_ID = t4.EMP_ID))) AND (t2.EMP_ID = t1.EMP_ID)) AND (t0.ADDRESS_ID = t1.ADDR_ID))") [junit] FetchGroup(names){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [junit] [EL Warning]: query: UnitOfWork(1387370144)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.GETMANAGER, t1.ISMANAGER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.SETMANAGER, t1.STATUS, t1.VERSION, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.END_DATE, t1.START_DATE, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t0.ADDRESS_ID, t0.CITY, t0.COUNTRY, t0.P_CODE, t0.PROVINCE, t0.STREET, t3.ID, t3.NAME FROM CMP3_FA_EMPLOYEE t1 LEFT OUTER JOIN CMP3_FA_DEPT t3 ON (t3.ID = t1.DEPT_ID), CMP3_FA_SALARY t2, CMP3_FA_ADDRESS t0 WHERE ((t2.EMP_ID = t1.EMP_ID) AND (t0.ADDRESS_ID = t1.ADDR_ID))") [junit] FetchGroup(names){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [junit] [EL Warning]: query: UnitOfWork(583195199)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.GETMANAGER, t1.ISMANAGER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.SETMANAGER, t1.STATUS, t1.VERSION, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.END_DATE, t1.START_DATE, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t0.ADDRESS_ID, t0.CITY, t0.COUNTRY, t0.P_CODE, t0.PROVINCE, t0.STREET, t3.ID, t3.NAME FROM CMP3_FA_EMPLOYEE t1 LEFT OUTER JOIN CMP3_FA_DEPT t3 ON (t3.ID = t1.DEPT_ID), CMP3_FA_SALARY t2, CMP3_FA_ADDRESS t0 WHERE ((t1.EMP_ID IN (SELECT t4.EMP_ID FROM CMP3_FA_SALARY t5, CMP3_FA_EMPLOYEE t4, CMP3_FA_PHONENUMBER t6 WHERE ((t4.EMP_ID = t6.OWNER_ID) AND (t5.EMP_ID = t4.EMP_ID))) AND (t2.EMP_ID = t1.EMP_ID)) AND (t0.ADDRESS_ID = t1.ADDR_ID))") [junit] FetchGroup(names){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [junit] >>> Employee retrieved [junit] >>> Employee copied [junit] >>> Sparse merge complete [junit] >>> Flush complete [junit] >>> Employees retrieved [junit] >>> Employees copied [junit] >>> Sparse merge complete [junit] >>> Flush complete [junit] [EL Warning]: query: UnitOfWork(1164327794)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.GETMANAGER, t1.ISMANAGER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.SETMANAGER, t1.STATUS, t1.VERSION, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.END_DATE, t1.START_DATE, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t0.ID, t0.NAME FROM CMP3_FA_EMPLOYEE t1 LEFT OUTER JOIN CMP3_FA_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_FA_SALARY t2 WHERE ((NOT EXISTS (SELECT ? FROM CMP3_FA_PROJECT t3 WHERE (t3.LEADER_ID = t1.EMP_ID)) AND NOT EXISTS (SELECT ? FROM CMP3_FA_SALARY t5, CMP3_FA_EMPLOYEE t4 WHERE ((t4.MANAGER_EMP_ID = t1.EMP_ID) AND (t5.EMP_ID = t4.EMP_ID))) ) AND (t2.EMP_ID = t1.EMP_ID))") [junit] FetchGroup(employee){lastName, address => {class java.lang.Object=FetchGroup(address){country, city, id}}, projects => {class java.lang.Object=FetchGroup(projects){name, teamLeader => {class java.lang.Object=FetchGroup(teamLeader){firstName, id, version, phoneNumbers => {class java.lang.Object=FetchGroup(phoneNumbers){owner, areaCode, type}}}}, id, version}}, manager => {class java.lang.Object=FetchGroup(manager){firstName, id, version, phoneNumbers => {class java.lang.Object=FetchGroup(phoneNumbers){owner, areaCode, type}}}}, id, department => {class java.lang.Object=FetchGroup(department){name, id}}, version, phoneNumbers}: joined attribute [projects.teamLeader] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [junit] [EL Warning]: query: UnitOfWork(1164327794)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.GETMANAGER, t1.ISMANAGER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.SETMANAGER, t1.STATUS, t1.VERSION, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.END_DATE, t1.START_DATE, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t0.ID, t0.NAME FROM CMP3_FA_EMPLOYEE t1 LEFT OUTER JOIN CMP3_FA_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_FA_SALARY t2 WHERE ((NOT EXISTS (SELECT ? FROM CMP3_FA_PROJECT t3 WHERE (t3.LEADER_ID = t1.EMP_ID)) AND NOT EXISTS (SELECT ? FROM CMP3_FA_SALARY t5, CMP3_FA_EMPLOYEE t4 WHERE ((t4.MANAGER_EMP_ID = t1.EMP_ID) AND (t5.EMP_ID = t4.EMP_ID))) ) AND (t2.EMP_ID = t1.EMP_ID))") [junit] FetchGroup(employee){lastName, address => {class java.lang.Object=FetchGroup(address){country, city, id}}, projects => {class java.lang.Object=FetchGroup(projects){name, teamLeader => {class java.lang.Object=FetchGroup(teamLeader){firstName, id, version, phoneNumbers => {class java.lang.Object=FetchGroup(phoneNumbers){owner, areaCode, type}}}}, id, version}}, manager => {class java.lang.Object=FetchGroup(manager){firstName, id, version, phoneNumbers => {class java.lang.Object=FetchGroup(phoneNumbers){owner, areaCode, type}}}}, id, department => {class java.lang.Object=FetchGroup(department){name, id}}, version, phoneNumbers}: joined attribute [projects.teamLeader.phoneNumbers] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [junit] [EL Warning]: query: UnitOfWork(1164327794)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.GETMANAGER, t1.ISMANAGER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.SETMANAGER, t1.STATUS, t1.VERSION, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.END_DATE, t1.START_DATE, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t0.ID, t0.NAME FROM CMP3_FA_EMPLOYEE t1 LEFT OUTER JOIN CMP3_FA_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_FA_SALARY t2 WHERE ((NOT EXISTS (SELECT ? FROM CMP3_FA_PROJECT t3 WHERE (t3.LEADER_ID = t1.EMP_ID)) AND NOT EXISTS (SELECT ? FROM CMP3_FA_SALARY t5, CMP3_FA_EMPLOYEE t4 WHERE ((t4.MANAGER_EMP_ID = t1.EMP_ID) AND (t5.EMP_ID = t4.EMP_ID))) ) AND (t2.EMP_ID = t1.EMP_ID))") [junit] FetchGroup(employee){lastName, address => {class java.lang.Object=FetchGroup(address){country, city, id}}, projects => {class java.lang.Object=FetchGroup(projects){name, teamLeader => {class java.lang.Object=FetchGroup(teamLeader){firstName, id, version, phoneNumbers => {class java.lang.Object=FetchGroup(phoneNumbers){owner, areaCode, type}}}}, id, version}}, manager => {class java.lang.Object=FetchGroup(manager){firstName, id, version, phoneNumbers => {class java.lang.Object=FetchGroup(phoneNumbers){owner, areaCode, type}}}}, id, department => {class java.lang.Object=FetchGroup(department){name, id}}, version, phoneNumbers}: joined attribute [manager.phoneNumbers] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [junit] [EL Warning]: query: UnitOfWork(1756450918)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.GETMANAGER, t1.ISMANAGER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.SETMANAGER, t1.STATUS, t1.VERSION, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.END_DATE, t1.START_DATE, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t0.ID, t0.NAME FROM CMP3_FA_EMPLOYEE t1 LEFT OUTER JOIN CMP3_FA_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_FA_SALARY t2 WHERE (t2.EMP_ID = t1.EMP_ID)") [junit] FetchGroup(){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [junit] [EL Warning]: 2022-09-10 04:14:18.785--ServerSession(681109948)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.CMP3_ENGINEER_LAPTOP' doesn't exist [junit] Error Code: 1146 [junit] Call: Alter table CMP3_ENGINEER_LAPTOP drop foreign key CMP3_ENGINEER_LAPTOP_FK1 [junit] Query: DataModifyQuery(sql="Alter table CMP3_ENGINEER_LAPTOP drop foreign key CMP3_ENGINEER_LAPTOP_FK1") [junit] [EL Warning]: 2022-09-10 04:14:19.92--ServerSession(681109948)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'CMP3_ENGINEER_LAPTOP_FK1'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter table CMP3_ENGINEER_LAPTOP drop foreign key CMP3_ENGINEER_LAPTOP_FK1 [junit] Query: DataModifyQuery(sql="Alter table CMP3_ENGINEER_LAPTOP drop foreign key CMP3_ENGINEER_LAPTOP_FK1") [junit] [EL Warning]: 2022-09-10 04:14:21.4--ServerSession(681109948)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'CMP3_ENGINEER_LAPTOP_FK1'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter table CMP3_ENGINEER_LAPTOP drop foreign key CMP3_ENGINEER_LAPTOP_FK1 [junit] Query: DataModifyQuery(sql="Alter table CMP3_ENGINEER_LAPTOP drop foreign key CMP3_ENGINEER_LAPTOP_FK1") [junit] [EL Warning]: 2022-09-10 04:14:22.36--ServerSession(681109948)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'CMP3_ENGINEER_LAPTOP_FK1'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter table CMP3_ENGINEER_LAPTOP drop foreign key CMP3_ENGINEER_LAPTOP_FK1 [junit] Query: DataModifyQuery(sql="Alter table CMP3_ENGINEER_LAPTOP drop foreign key CMP3_ENGINEER_LAPTOP_FK1") [junit] [EL Warning]: 2022-09-10 04:14:23.245--ServerSession(681109948)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'CMP3_ENGINEER_LAPTOP_FK1'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter table CMP3_ENGINEER_LAPTOP drop foreign key CMP3_ENGINEER_LAPTOP_FK1 [junit] Query: DataModifyQuery(sql="Alter table CMP3_ENGINEER_LAPTOP drop foreign key CMP3_ENGINEER_LAPTOP_FK1") [junit] [EL Warning]: 2022-09-10 04:14:24.188--ServerSession(681109948)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'CMP3_ENGINEER_LAPTOP_FK1'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter table CMP3_ENGINEER_LAPTOP drop foreign key CMP3_ENGINEER_LAPTOP_FK1 [junit] Query: DataModifyQuery(sql="Alter table CMP3_ENGINEER_LAPTOP drop foreign key CMP3_ENGINEER_LAPTOP_FK1") [junit] [EL Warning]: 2022-09-10 04:14:25.092--UnitOfWork(1291066230)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.Assassin@f94ece9] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.inheritance.Assassin Primary Key> 1 [junit] [EL Warning]: 2022-09-10 04:14:25.097--UnitOfWork(2096196175)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.SpecialAssassin@211815e0] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.inheritance.SpecialAssassin Primary Key> 3 [junit] [EL Warning]: 2022-09-10 04:14:25.102--UnitOfWork(1616974375)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.Assassin@67259e95] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.inheritance.Assassin Primary Key> 4 [junit] [EL Warning]: 2022-09-10 04:14:25.109--UnitOfWork(734219002)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.Gun@197fa90e] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.inheritance.Gun Primary Key> 1 [junit] [EL Warning]: 2022-09-10 04:14:25.173--ServerSession(681109948)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'CMP3_ENGINEER_LAPTOP_FK1'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter table CMP3_ENGINEER_LAPTOP drop foreign key CMP3_ENGINEER_LAPTOP_FK1 [junit] Query: DataModifyQuery(sql="Alter table CMP3_ENGINEER_LAPTOP drop foreign key CMP3_ENGINEER_LAPTOP_FK1") [junit] [EL Warning]: 2022-09-10 04:14:26.051--UnitOfWork(285167563)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.Assassin@3ee23d41] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.inheritance.Assassin Primary Key> 5 [junit] [EL Warning]: 2022-09-10 04:14:26.055--UnitOfWork(679860883)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.SpecialAssassin@29390ab7] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.inheritance.SpecialAssassin Primary Key> 7 [junit] [EL Warning]: 2022-09-10 04:14:26.059--UnitOfWork(1775690406)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.Assassin@11bfb439] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.inheritance.Assassin Primary Key> 8 [junit] [EL Warning]: 2022-09-10 04:14:26.064--UnitOfWork(904283159)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.Gun@376f0f7c] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.inheritance.Gun Primary Key> 3 [junit] [EL Warning]: 2022-09-10 04:14:26.08--ServerSession(681109948)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.EXPERT_CONSUMER_ACCLAIMS' [junit] Error Code: 1051 [junit] Call: drop table EXPERT_CONSUMER_ACCLAIMS [junit] Query: DataModifyQuery(sql="drop table EXPERT_CONSUMER_ACCLAIMS") [junit] [EL Warning]: 2022-09-10 04:14:26.081--ServerSession(681109948)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.EXPERT_CONSUMER_AUDIO' [junit] Error Code: 1051 [junit] Call: drop table EXPERT_CONSUMER_AUDIO [junit] Query: DataModifyQuery(sql="drop table EXPERT_CONSUMER_AUDIO") [junit] [EL Warning]: 2022-09-10 04:14:26.081--ServerSession(681109948)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.EXPERT_CONSUMER_AWARDS' [junit] Error Code: 1051 [junit] Call: drop table EXPERT_CONSUMER_AWARDS [junit] Query: DataModifyQuery(sql="drop table EXPERT_CONSUMER_AWARDS") [junit] [EL Warning]: 2022-09-10 04:14:26.082--ServerSession(681109948)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.EXPERT_CONSUMER_DESIGNATIONS' [junit] Error Code: 1051 [junit] Call: drop table EXPERT_CONSUMER_DESIGNATIONS [junit] Query: DataModifyQuery(sql="drop table EXPERT_CONSUMER_DESIGNATIONS") [junit] [EL Warning]: 2022-09-10 04:14:26.082--ServerSession(681109948)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.EXPERT_CONSUMER_RECORDS' [junit] Error Code: 1051 [junit] Call: drop table EXPERT_CONSUMER_RECORDS [junit] Query: DataModifyQuery(sql="drop table EXPERT_CONSUMER_RECORDS") [junit] [EL Info]: connection: 2022-09-10 04:14:27.785--ServerSession(681109948)--default-session logout successful [junit] [EL Info]: 2022-09-10 04:14:27.786--ServerSession(681109948)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:14:27.797--ServerSession(681109948)--default-session login successful [junit] [EL Info]: connection: 2022-09-10 04:14:27.888--ServerSession(681109948)--default-session logout successful [junit] [EL Info]: 2022-09-10 04:14:27.889--ServerSession(681109948)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:14:27.899--ServerSession(681109948)--default-session login successful [junit] [EL Warning]: 2022-09-10 04:14:28.98--ServerSession(681109948)--Exception [EclipseLink-6162] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: List order column [NOVICE_CONSUMER_DESIGNATIONS.ORDER_COLUMN] contains wrong values: [junit] [null, 1, 2] [junit] Query: DirectReadQuery(name="designations" sql="SELECT t0.DESIGNATION, t0.ORDER_COLUMN FROM NOVICE_CONSUMER_DESIGNATIONS t0 WHERE (t0.NOVICE_CONSUMER_ID = ?)") [junit] [EL Warning]: 2022-09-10 04:14:31.424--UnitOfWork(1223812796)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Can not issue executeUpdate() or executeLargeUpdate() for SELECTs [junit] Error Code: 0 [junit] Call: Select * FROM CMP3_CUSTOMER [junit] Query: DataModifyQuery(sql="Select * FROM CMP3_CUSTOMER") [junit] [EL Info]: 2022-09-10 04:14:32.466--ServerSession(324509445)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:14:32.47--ServerSession(324509445)--isolated-session1053 login successful [junit] [EL Info]: connection: 2022-09-10 04:14:32.471--ServerSession(324509445)--isolated-session1053 logout successful [junit] [EL Info]: connection: 2022-09-10 04:14:32.472--ServerSession(681109948)--default-session logout successful [junit] [EL Warning]: metadata: ServerSession(1128890222)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [junit] [EL Warning]: metadata: ServerSession(1128890222)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [junit] [EL Warning]: metadata: ServerSession(1128890222)--Overriding the FIELD mapping attribute [field itemId] with the PROPERTY mapping attribute [method getItemId] from class [org.eclipse.persistence.testing.models.jpa.xml.merge.relationships.Item]. To avoid this warning you should mark the attribute [field itemId] as transient. [junit] [EL Warning]: metadata: ServerSession(1128890222)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [junit] [EL Warning]: metadata: ServerSession(1128890222)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1128890222)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(1128890222)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1128890222)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1128890222)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1128890222)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(1128890222)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(1128890222)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(1128890222)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1128890222)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1128890222)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1128890222)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1128890222)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1128890222)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the JPA specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [junit] [EL Warning]: metadata: ServerSession(1128890222)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1128890222)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1128890222)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1128890222)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1128890222)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1128890222)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Info]: ServerSession(1128890222)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Warning]: metadata: ServerSession(1128890222)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(1128890222)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1128890222)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(1128890222)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1128890222)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1128890222)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1128890222)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1128890222)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(1128890222)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1128890222)--Parent Entity Food has an isolation level of: PROTECTED which is more protective then the subclass Sandwich with isolation: null so the subclass has been set to the isolation level PROTECTED. [junit] [EL Warning]: metadata: ServerSession(1128890222)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(1128890222)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Info]: connection: ServerSession(1128890222)--default-session login successful [junit] [EL Info]: connection: ServerSession(1128890222)--default-session logout successful [junit] [EL Warning]: metadata: ServerSession(621608315)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [junit] [EL Warning]: metadata: ServerSession(621608315)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [junit] [EL Warning]: metadata: ServerSession(621608315)--Overriding the FIELD mapping attribute [field itemId] with the PROPERTY mapping attribute [method getItemId] from class [org.eclipse.persistence.testing.models.jpa.xml.merge.relationships.Item]. To avoid this warning you should mark the attribute [field itemId] as transient. [junit] [EL Warning]: metadata: ServerSession(621608315)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [junit] [EL Warning]: metadata: ServerSession(621608315)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(621608315)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(621608315)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(621608315)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(621608315)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(621608315)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(621608315)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(621608315)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(621608315)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(621608315)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(621608315)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(621608315)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(621608315)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(621608315)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the JPA specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [junit] [EL Warning]: metadata: ServerSession(621608315)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(621608315)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(621608315)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(621608315)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(621608315)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(621608315)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Info]: ServerSession(621608315)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Warning]: metadata: ServerSession(621608315)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(621608315)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(621608315)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(621608315)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(621608315)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(621608315)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(621608315)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(621608315)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(621608315)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(621608315)--Parent Entity Food has an isolation level of: PROTECTED which is more protective then the subclass Sandwich with isolation: null so the subclass has been set to the isolation level PROTECTED. [junit] [EL Warning]: metadata: ServerSession(621608315)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(621608315)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Info]: connection: ServerSession(621608315)--default-session login successful [junit] [EL Info]: connection: ServerSession(621608315)--default-session logout successful [junit] [EL Warning]: metadata: ServerSession(1944023490)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [junit] [EL Warning]: metadata: ServerSession(1944023490)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [junit] [EL Warning]: metadata: ServerSession(1944023490)--Overriding the FIELD mapping attribute [field itemId] with the PROPERTY mapping attribute [method getItemId] from class [org.eclipse.persistence.testing.models.jpa.xml.merge.relationships.Item]. To avoid this warning you should mark the attribute [field itemId] as transient. [junit] [EL Warning]: metadata: ServerSession(1944023490)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [junit] [EL Warning]: metadata: ServerSession(1944023490)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1944023490)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(1944023490)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1944023490)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1944023490)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1944023490)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(1944023490)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(1944023490)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(1944023490)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1944023490)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1944023490)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1944023490)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1944023490)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1944023490)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the JPA specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [junit] [EL Warning]: metadata: ServerSession(1944023490)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1944023490)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1944023490)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1944023490)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1944023490)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1944023490)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Info]: ServerSession(1944023490)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Warning]: metadata: ServerSession(1944023490)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(1944023490)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1944023490)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(1944023490)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1944023490)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1944023490)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1944023490)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1944023490)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(1944023490)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1944023490)--Parent Entity Food has an isolation level of: PROTECTED which is more protective then the subclass Sandwich with isolation: null so the subclass has been set to the isolation level PROTECTED. [junit] [EL Warning]: metadata: ServerSession(1944023490)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(1944023490)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Info]: connection: ServerSession(1944023490)--default-session login successful [junit] [EL Info]: connection: ServerSession(1944023490)--default-session logout successful [junit] [EL Warning]: metadata: ServerSession(331777684)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [junit] [EL Warning]: metadata: ServerSession(331777684)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [junit] [EL Warning]: metadata: ServerSession(331777684)--Overriding the FIELD mapping attribute [field itemId] with the PROPERTY mapping attribute [method getItemId] from class [org.eclipse.persistence.testing.models.jpa.xml.merge.relationships.Item]. To avoid this warning you should mark the attribute [field itemId] as transient. [junit] [EL Warning]: metadata: ServerSession(331777684)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [junit] [EL Warning]: metadata: ServerSession(331777684)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(331777684)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(331777684)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(331777684)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(331777684)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(331777684)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(331777684)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(331777684)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(331777684)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(331777684)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(331777684)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(331777684)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(331777684)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(331777684)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the JPA specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [junit] [EL Warning]: metadata: ServerSession(331777684)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(331777684)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(331777684)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(331777684)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(331777684)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(331777684)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Info]: ServerSession(331777684)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Warning]: metadata: ServerSession(331777684)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(331777684)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(331777684)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(331777684)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(331777684)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(331777684)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(331777684)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(331777684)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(331777684)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(331777684)--Parent Entity Food has an isolation level of: PROTECTED which is more protective then the subclass Sandwich with isolation: null so the subclass has been set to the isolation level PROTECTED. [junit] [EL Warning]: metadata: ServerSession(331777684)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(331777684)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Info]: connection: ServerSession(331777684)--default-session login successful [junit] [EL Info]: connection: ServerSession(331777684)--default-session logout successful [junit] [EL Warning]: metadata: ServerSession(1256641961)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [junit] [EL Warning]: metadata: ServerSession(1256641961)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [junit] [EL Warning]: metadata: ServerSession(1256641961)--Overriding the FIELD mapping attribute [field itemId] with the PROPERTY mapping attribute [method getItemId] from class [org.eclipse.persistence.testing.models.jpa.xml.merge.relationships.Item]. To avoid this warning you should mark the attribute [field itemId] as transient. [junit] [EL Warning]: metadata: ServerSession(1256641961)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [junit] [EL Warning]: metadata: ServerSession(1256641961)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1256641961)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(1256641961)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1256641961)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1256641961)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1256641961)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(1256641961)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(1256641961)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(1256641961)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1256641961)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1256641961)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1256641961)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1256641961)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1256641961)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the JPA specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [junit] [EL Warning]: metadata: ServerSession(1256641961)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1256641961)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1256641961)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1256641961)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1256641961)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1256641961)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Info]: ServerSession(1256641961)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Warning]: metadata: ServerSession(1256641961)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(1256641961)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1256641961)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(1256641961)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1256641961)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1256641961)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1256641961)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1256641961)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(1256641961)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1256641961)--Parent Entity Food has an isolation level of: PROTECTED which is more protective then the subclass Sandwich with isolation: null so the subclass has been set to the isolation level PROTECTED. [junit] [EL Warning]: metadata: ServerSession(1256641961)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(1256641961)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Info]: connection: ServerSession(1256641961)--default-session login successful [junit] [EL Info]: connection: ServerSession(1256641961)--default-session logout successful [junit] [EL Warning]: metadata: ServerSession(1720330467)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [junit] [EL Warning]: metadata: ServerSession(1720330467)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [junit] [EL Warning]: metadata: ServerSession(1720330467)--Overriding the FIELD mapping attribute [field itemId] with the PROPERTY mapping attribute [method getItemId] from class [org.eclipse.persistence.testing.models.jpa.xml.merge.relationships.Item]. To avoid this warning you should mark the attribute [field itemId] as transient. [junit] [EL Warning]: metadata: ServerSession(1720330467)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [junit] [EL Warning]: metadata: ServerSession(1720330467)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1720330467)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(1720330467)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1720330467)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1720330467)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1720330467)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(1720330467)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(1720330467)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(1720330467)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1720330467)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1720330467)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1720330467)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1720330467)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1720330467)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the JPA specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [junit] [EL Warning]: metadata: ServerSession(1720330467)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1720330467)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1720330467)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1720330467)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1720330467)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1720330467)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Info]: ServerSession(1720330467)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Warning]: metadata: ServerSession(1720330467)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(1720330467)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1720330467)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(1720330467)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1720330467)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1720330467)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1720330467)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1720330467)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(1720330467)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1720330467)--Parent Entity Food has an isolation level of: PROTECTED which is more protective then the subclass Sandwich with isolation: null so the subclass has been set to the isolation level PROTECTED. [junit] [EL Warning]: metadata: ServerSession(1720330467)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(1720330467)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Info]: connection: ServerSession(1720330467)--default-session login successful [junit] [EL Info]: connection: ServerSession(1720330467)--default-session logout successful [junit] [EL Warning]: metadata: ServerSession(736917085)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [junit] [EL Warning]: metadata: ServerSession(736917085)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [junit] [EL Warning]: metadata: ServerSession(736917085)--Overriding the FIELD mapping attribute [field itemId] with the PROPERTY mapping attribute [method getItemId] from class [org.eclipse.persistence.testing.models.jpa.xml.merge.relationships.Item]. To avoid this warning you should mark the attribute [field itemId] as transient. [junit] [EL Warning]: metadata: ServerSession(736917085)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [junit] [EL Warning]: metadata: ServerSession(736917085)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(736917085)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(736917085)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(736917085)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(736917085)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(736917085)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(736917085)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(736917085)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(736917085)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(736917085)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(736917085)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(736917085)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(736917085)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(736917085)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the JPA specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [junit] [EL Warning]: metadata: ServerSession(736917085)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(736917085)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(736917085)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(736917085)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(736917085)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(736917085)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Info]: ServerSession(736917085)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Warning]: metadata: ServerSession(736917085)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(736917085)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(736917085)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(736917085)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(736917085)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(736917085)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(736917085)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(736917085)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(736917085)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(736917085)--Parent Entity Food has an isolation level of: PROTECTED which is more protective then the subclass Sandwich with isolation: null so the subclass has been set to the isolation level PROTECTED. [junit] [EL Warning]: metadata: ServerSession(736917085)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(736917085)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Info]: connection: ServerSession(736917085)--default-session login successful [junit] [EL Info]: connection: ServerSession(736917085)--default-session logout successful [junit] [EL Warning]: metadata: ServerSession(1621174846)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [junit] [EL Warning]: metadata: ServerSession(1621174846)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [junit] [EL Warning]: metadata: ServerSession(1621174846)--Overriding the FIELD mapping attribute [field itemId] with the PROPERTY mapping attribute [method getItemId] from class [org.eclipse.persistence.testing.models.jpa.xml.merge.relationships.Item]. To avoid this warning you should mark the attribute [field itemId] as transient. [junit] [EL Warning]: metadata: ServerSession(1621174846)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [junit] [EL Warning]: metadata: ServerSession(1621174846)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1621174846)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(1621174846)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1621174846)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1621174846)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1621174846)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(1621174846)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(1621174846)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(1621174846)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1621174846)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1621174846)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(1621174846)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1621174846)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1621174846)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the JPA specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [junit] [EL Warning]: metadata: ServerSession(1621174846)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1621174846)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1621174846)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1621174846)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1621174846)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(1621174846)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Info]: ServerSession(1621174846)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Warning]: metadata: ServerSession(1621174846)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(1621174846)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1621174846)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(1621174846)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1621174846)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1621174846)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1621174846)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1621174846)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(1621174846)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1621174846)--Parent Entity Food has an isolation level of: PROTECTED which is more protective then the subclass Sandwich with isolation: null so the subclass has been set to the isolation level PROTECTED. [junit] [EL Warning]: metadata: ServerSession(1621174846)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(1621174846)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Info]: connection: ServerSession(1621174846)--default-session login successful [junit] [EL Info]: connection: ServerSession(1621174846)--default-session logout successful [junit] [EL Info]: 2022-09-10 04:14:37.792--ServerSession(1544305358)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Severe]: ejb: 2022-09-10 04:14:37.792--ServerSession(1544305358)--java.lang.RuntimeException: tmpDataSourceImp getConnection called [junit] [EL Info]: 2022-09-10 04:14:37.798--ServerSession(1814310986)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:14:37.801--ServerSession(1814310986)--isolated-session1053 login successful [junit] [EL Info]: connection: 2022-09-10 04:14:37.802--ServerSession(1814310986)--isolated-session1053 logout successful [junit] [EL Info]: 2022-09-10 04:14:37.805--ServerSession(1622474226)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Severe]: ejb: 2022-09-10 04:14:37.805--ServerSession(1622474226)--java.lang.RuntimeException: tmpDataSourceImp getConnection called [junit] [EL Warning]: metadata: ServerSession(429832105)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [junit] [EL Warning]: metadata: ServerSession(429832105)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [junit] [EL Warning]: metadata: ServerSession(429832105)--Overriding the FIELD mapping attribute [field itemId] with the PROPERTY mapping attribute [method getItemId] from class [org.eclipse.persistence.testing.models.jpa.xml.merge.relationships.Item]. To avoid this warning you should mark the attribute [field itemId] as transient. [junit] [EL Warning]: metadata: ServerSession(429832105)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [junit] [EL Warning]: metadata: ServerSession(429832105)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(429832105)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(429832105)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(429832105)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(429832105)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(429832105)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(429832105)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(429832105)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(429832105)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(429832105)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(429832105)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: ServerSession(429832105)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(429832105)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(429832105)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the JPA specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [junit] [EL Warning]: metadata: ServerSession(429832105)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(429832105)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(429832105)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(429832105)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(429832105)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Warning]: metadata: ServerSession(429832105)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Info]: ServerSession(429832105)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Warning]: metadata: ServerSession(429832105)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(429832105)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(429832105)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(429832105)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(429832105)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(429832105)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(429832105)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(429832105)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(429832105)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(429832105)--Parent Entity Food has an isolation level of: PROTECTED which is more protective then the subclass Sandwich with isolation: null so the subclass has been set to the isolation level PROTECTED. [junit] [EL Warning]: metadata: ServerSession(429832105)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: ServerSession(429832105)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Info]: connection: ServerSession(429832105)--default-session login successful [junit] [EL Warning]: ddl: ServerSession(429832105)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(429832105)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Info]: ServerSession(1697325278)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: ServerSession(1697325278)-- login successful [junit] [EL Info]: connection: ServerSession(1697325278)-- logout successful [junit] [EL Warning]: ddl: ServerSession(429832105)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ServerSession(429832105)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'CMP3_SCIENTIST_CUBICLE'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter table CMP3_SCIENTIST drop foreign key CMP3_SCIENTIST_CUBICLE [junit] Query: DataModifyQuery(sql="Alter table CMP3_SCIENTIST drop foreign key CMP3_SCIENTIST_CUBICLE") [junit] WARNING: The test customFunctionNVLTest is supported on Oracle only [junit] WARNING: AS OF only supported on Oracle. [junit] WARNING: Hierarchical selects only supported on Oracle. [junit] WARNING: The test testNestedFUNCs is supported on Oracle only [junit] WARNING: NULLS FIRST only supported on Oracle. [junit] WARNING: testOPERATOR only works with Oracle [junit] WARNING: testSQLCast only works with Oracle [junit] WARNING: INTERSECT not supported on this database. [junit] [EL Warning]: ddl: ServerSession(429832105)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ServerSession(429832105)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'CMP3_ENGINEER_LAPTOP_FK1'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter table CMP3_ENGINEER_LAPTOP drop foreign key CMP3_ENGINEER_LAPTOP_FK1 [junit] Query: DataModifyQuery(sql="Alter table CMP3_ENGINEER_LAPTOP drop foreign key CMP3_ENGINEER_LAPTOP_FK1") [junit] [EL Warning]: ddl: ServerSession(429832105)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: 2022-09-10 04:14:53.805--UnitOfWork(1887954168)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 1870] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 1,870 [junit] [EL Warning]: 2022-09-10 04:14:53.851--UnitOfWork(1813447320)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 1870] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 1,870 [junit] [EL Warning]: UnitOfWork(298479908)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 1870] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 1,870 [junit] [EL Warning]: UnitOfWork(44568807)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: The attribute [id] of class [org.eclipse.persistence.testing.models.jpa.advanced.Employee] is mapped to a primary key column in the database. Updates are not allowed. [junit] [EL Warning]: ddl: ServerSession(429832105)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ServerSession(429832105)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'CMP3_SCIENTIST_CUBICLE'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter table CMP3_SCIENTIST drop foreign key CMP3_SCIENTIST_CUBICLE [junit] Query: DataModifyQuery(sql="Alter table CMP3_SCIENTIST drop foreign key CMP3_SCIENTIST_CUBICLE") [junit] [EL Warning]: ddl: ServerSession(429832105)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(429832105)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(429832105)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(429832105)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(429832105)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(429832105)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(429832105)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(429832105)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(429832105)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(429832105)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(429832105)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(429832105)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(429832105)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(429832105)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ServerSession(429832105)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'CMP3_ENGINEER_LAPTOP_FK1'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter table CMP3_ENGINEER_LAPTOP drop foreign key CMP3_ENGINEER_LAPTOP_FK1 [junit] Query: DataModifyQuery(sql="Alter table CMP3_ENGINEER_LAPTOP drop foreign key CMP3_ENGINEER_LAPTOP_FK1") [junit] [EL Warning]: UnitOfWork(357752520)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 2098] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 2,098 [junit] [EL Warning]: UnitOfWork(1534864622)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 2098] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 2,098 [junit] [EL Warning]: UnitOfWork(660979459)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 2098] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 2,098 [junit] [EL Warning]: UnitOfWork(521531514)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 2098] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.advanced.Employee Primary Key> 2,098 [junit] [EL Warning]: UnitOfWork(732272399)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'NOWAIT' at line 1 [junit] Error Code: 1064 [junit] Call: SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT [junit] bind => [1 parameter bound] [junit] Query: ReadObjectQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT") [junit] [EL Warning]: UnitOfWork(342140806)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'NOWAIT' at line 1 [junit] Error Code: 1064 [junit] Call: SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT [junit] bind => [1 parameter bound] [junit] Query: ReadObjectQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT") [junit] [EL Warning]: UnitOfWork(789445469)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'NOWAIT' at line 1 [junit] Error Code: 1064 [junit] Call: SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT [junit] bind => [1 parameter bound] [junit] Query: ReadObjectQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((t1.EMP_ID = ?) AND (t2.EMP_ID = t1.EMP_ID)) FOR UPDATE NOWAIT") [junit] WARNING: This database does not support NOWAIT. [junit] WARNING: This database does not support NOWAIT. [junit] [EL Warning]: ddl: 2022-09-10 04:15:18.427--ServerSession(446193613)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Info]: 2022-09-10 04:15:19.099--ServerSession(177287918)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:15:19.104--ServerSession(177287918)--/customer-pu_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Fine]: sql: 2022-09-10 04:15:19.105--ServerSession(177287918)--Connection(453898501)--ALTER TABLE CMP3_AD_CU_CUSTOMER DROP FOREIGN KEY FK_CMP3_AD_CU_CUSTOMER_ADDR_BA_ID [junit] [EL Fine]: sql: 2022-09-10 04:15:19.106--ServerSession(177287918)--SELECT 1 [junit] [EL Fine]: sql: 2022-09-10 04:15:19.106--ServerSession(177287918)--Connection(453898501)--ALTER TABLE CMP3_AD_CU_CUSTOMER DROP FOREIGN KEY FK_CMP3_AD_CU_CUSTOMER_ADDR_DA_ID [junit] [EL Fine]: sql: 2022-09-10 04:15:19.106--ServerSession(177287918)--SELECT 1 [junit] [EL Fine]: sql: 2022-09-10 04:15:19.107--ServerSession(177287918)--Connection(453898501)--DROP TABLE CMP3_AD_CU_ADDRESS [junit] [EL Fine]: sql: 2022-09-10 04:15:19.107--ServerSession(177287918)--SELECT 1 [junit] [EL Fine]: sql: 2022-09-10 04:15:19.107--ServerSession(177287918)--Connection(453898501)--DROP TABLE CMP3_AD_CU_CUSTOMER [junit] [EL Fine]: sql: 2022-09-10 04:15:19.108--ServerSession(177287918)--SELECT 1 [junit] [EL Fine]: sql: 2022-09-10 04:15:19.108--ServerSession(177287918)--Connection(453898501)--DROP TABLE CMP3_AD_CU_ADDRESS [junit] [EL Fine]: sql: 2022-09-10 04:15:19.108--ServerSession(177287918)--SELECT 1 [junit] [EL Fine]: sql: 2022-09-10 04:15:19.109--ServerSession(177287918)--Connection(453898501)--DROP TABLE CMP3_AD_CU_CUSTOMER [junit] [EL Fine]: sql: 2022-09-10 04:15:19.109--ServerSession(177287918)--SELECT 1 [junit] [EL Fine]: sql: 2022-09-10 04:15:19.109--ServerSession(177287918)--Connection(453898501)--DROP TABLE CMP3_AD_CU_ADDRESS [junit] [EL Fine]: sql: 2022-09-10 04:15:19.109--ServerSession(177287918)--SELECT 1 [junit] [EL Fine]: sql: 2022-09-10 04:15:19.11--ServerSession(177287918)--Connection(453898501)--DROP TABLE CMP3_AD_CU_CUSTOMER [junit] [EL Fine]: sql: 2022-09-10 04:15:19.11--ServerSession(177287918)--SELECT 1 [junit] [EL Fine]: sql: 2022-09-10 04:15:19.11--ServerSession(177287918)--Connection(453898501)--DROP TABLE CMP3_AD_CU_ADDRESS [junit] [EL Fine]: sql: 2022-09-10 04:15:19.111--ServerSession(177287918)--SELECT 1 [junit] [EL Fine]: sql: 2022-09-10 04:15:19.111--ServerSession(177287918)--Connection(453898501)--DROP TABLE CMP3_AD_CU_CUSTOMER [junit] [EL Fine]: sql: 2022-09-10 04:15:19.111--ServerSession(177287918)--SELECT 1 [junit] [EL Fine]: sql: 2022-09-10 04:15:19.112--ServerSession(177287918)--Connection(453898501)--DROP TABLE CMP3_AD_CU_ADDRESS [junit] [EL Fine]: sql: 2022-09-10 04:15:19.112--ServerSession(177287918)--SELECT 1 [junit] [EL Fine]: sql: 2022-09-10 04:15:19.112--ServerSession(177287918)--Connection(453898501)--DROP TABLE CMP3_AD_CU_CUSTOMER [junit] [EL Fine]: sql: 2022-09-10 04:15:19.112--ServerSession(177287918)--SELECT 1 [junit] [EL Fine]: sql: 2022-09-10 04:15:19.113--ServerSession(177287918)--Connection(453898501)--CREATE TABLE CMP3_AD_CU_ADDRESS (ID BIGINT AUTO_INCREMENT NOT NULL, TYPE VARCHAR(1), STREET1 VARCHAR(255), STREET2 VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Fine]: sql: 2022-09-10 04:15:19.118--ServerSession(177287918)--Connection(453898501)--CREATE TABLE CMP3_AD_CU_CUSTOMER (ID BIGINT AUTO_INCREMENT NOT NULL, NAME VARCHAR(255), ADDR_BA_ID BIGINT, ADDR_DA_ID BIGINT, PRIMARY KEY (ID)) [junit] [EL Fine]: sql: 2022-09-10 04:15:19.121--ServerSession(177287918)--Connection(453898501)--ALTER TABLE CMP3_AD_CU_CUSTOMER ADD CONSTRAINT FK_CMP3_AD_CU_CUSTOMER_ADDR_BA_ID FOREIGN KEY (ADDR_BA_ID) REFERENCES CMP3_AD_CU_ADDRESS (ID) [junit] [EL Fine]: sql: 2022-09-10 04:15:19.131--ServerSession(177287918)--Connection(453898501)--ALTER TABLE CMP3_AD_CU_CUSTOMER ADD CONSTRAINT FK_CMP3_AD_CU_CUSTOMER_ADDR_DA_ID FOREIGN KEY (ADDR_DA_ID) REFERENCES CMP3_AD_CU_ADDRESS (ID) [junit] [EL Finer]: cache: 2022-09-10 04:15:19.142--ServerSession(177287918)--initialize all identitymaps [junit] [EL Fine]: sql: 2022-09-10 04:15:19.146--ClientSession(304018210)--Connection(343676025)--INSERT INTO CMP3_AD_CU_ADDRESS (STREET1, TYPE) VALUES (?, ?) [junit] bind => [STREET1, 1] [junit] [EL Fine]: sql: 2022-09-10 04:15:19.147--ClientSession(304018210)--Connection(343676025)--SELECT LAST_INSERT_ID() [junit] [EL Fine]: sql: 2022-09-10 04:15:19.148--ClientSession(304018210)--Connection(343676025)--INSERT INTO CMP3_AD_CU_ADDRESS (STREET2, TYPE) VALUES (?, ?) [junit] bind => [STREET2, 2] [junit] [EL Fine]: sql: 2022-09-10 04:15:19.148--ClientSession(304018210)--Connection(343676025)--SELECT LAST_INSERT_ID() [junit] [EL Fine]: sql: 2022-09-10 04:15:19.149--ClientSession(304018210)--Connection(343676025)--INSERT INTO CMP3_AD_CU_CUSTOMER (NAME, ADDR_BA_ID, ADDR_DA_ID) VALUES (?, ?, ?) [junit] bind => [JONES, 1, 2] [junit] [EL Fine]: sql: 2022-09-10 04:15:19.15--ClientSession(304018210)--Connection(343676025)--SELECT LAST_INSERT_ID() [junit] [EL Fine]: sql: 2022-09-10 04:15:19.152--ServerSession(177287918)--Connection(453898501)--SELECT ID, NAME, ADDR_BA_ID, ADDR_DA_ID FROM CMP3_AD_CU_CUSTOMER WHERE (NAME = ?) [junit] bind => [JONES] [junit] [EL Fine]: sql: 2022-09-10 04:15:19.152--ServerSession(177287918)--Connection(453898501)--SELECT ID, TYPE, STREET1, STREET2 FROM CMP3_AD_CU_ADDRESS WHERE (ID = ?) [junit] bind => [1] [junit] [EL Fine]: sql: 2022-09-10 04:15:19.153--ServerSession(177287918)--Connection(453898501)--SELECT ID, TYPE, STREET1, STREET2 FROM CMP3_AD_CU_ADDRESS WHERE (ID = ?) [junit] bind => [2] [junit] [EL Fine]: sql: 2022-09-10 04:15:19.171--ServerSession(177287918)--Connection(453898501)--SELECT t1.ID, t1.NAME, t1.ADDR_BA_ID, t1.ADDR_DA_ID, t0.ID, t0.TYPE, t0.STREET1, t0.STREET2, t2.ID, t2.TYPE, t2.STREET1, t2.STREET2 FROM CMP3_AD_CU_CUSTOMER t1 LEFT OUTER JOIN CMP3_AD_CU_ADDRESS t0 ON (t0.ID = t1.ADDR_DA_ID) LEFT OUTER JOIN CMP3_AD_CU_ADDRESS t2 ON (t2.ID = t1.ADDR_BA_ID) WHERE (t1.NAME = ?) [junit] bind => [JONES] [junit] [EL Fine]: sql: 2022-09-10 04:15:19.186--ServerSession(177287918)--Connection(453898501)--SELECT DISTINCT ID, NAME, ADDR_BA_ID, ADDR_DA_ID FROM CMP3_AD_CU_CUSTOMER WHERE (NAME = ?) [junit] bind => [JONES] [junit] [EL Fine]: sql: 2022-09-10 04:15:19.187--ServerSession(177287918)--Connection(453898501)--SELECT ID, TYPE, STREET1, STREET2 FROM CMP3_AD_CU_ADDRESS WHERE (ID = ?) [junit] bind => [1] [junit] [EL Fine]: sql: 2022-09-10 04:15:19.187--ServerSession(177287918)--Connection(453898501)--SELECT ID, TYPE, STREET1, STREET2 FROM CMP3_AD_CU_ADDRESS WHERE (ID = ?) [junit] bind => [2] [junit] [EL Fine]: sql: 2022-09-10 04:15:19.19--ServerSession(177287918)--Connection(453898501)--SELECT DISTINCT t1.ID, t1.NAME, t1.ADDR_BA_ID, t1.ADDR_DA_ID, t0.ID, t0.TYPE, t0.STREET1, t0.STREET2, t2.ID, t2.TYPE, t2.STREET1, t2.STREET2 FROM CMP3_AD_CU_CUSTOMER t1 LEFT OUTER JOIN CMP3_AD_CU_ADDRESS t0 ON (t0.ID = t1.ADDR_BA_ID) LEFT OUTER JOIN CMP3_AD_CU_ADDRESS t2 ON (t2.ID = t1.ADDR_DA_ID) WHERE (t1.NAME = ?) [junit] bind => [JONES] [junit] [EL Fine]: sql: 2022-09-10 04:15:19.191--ServerSession(177287918)--Connection(453898501)--SELECT ID, NAME, ADDR_BA_ID, ADDR_DA_ID FROM CMP3_AD_CU_CUSTOMER [junit] [EL Fine]: sql: 2022-09-10 04:15:19.192--ServerSession(177287918)--Connection(453898501)--SELECT ID, TYPE, STREET1, STREET2 FROM CMP3_AD_CU_ADDRESS WHERE (ID = ?) [junit] bind => [1] [junit] [EL Fine]: sql: 2022-09-10 04:15:19.192--ServerSession(177287918)--Connection(453898501)--SELECT ID, TYPE, STREET1, STREET2 FROM CMP3_AD_CU_ADDRESS WHERE (ID = ?) [junit] bind => [2] [junit] [EL Fine]: sql: 2022-09-10 04:15:19.193--ClientSession(1695661729)--Connection(343676025)--DELETE FROM CMP3_AD_CU_CUSTOMER WHERE (ID = ?) [junit] bind => [1] [junit] [EL Fine]: sql: 2022-09-10 04:15:19.194--ClientSession(1695661729)--Connection(343676025)--DELETE FROM CMP3_AD_CU_ADDRESS WHERE (ID = ?) [junit] bind => [2] [junit] [EL Fine]: sql: 2022-09-10 04:15:19.195--ClientSession(1695661729)--Connection(343676025)--DELETE FROM CMP3_AD_CU_ADDRESS WHERE (ID = ?) [junit] bind => [1] [junit] [EL Warning]: ServerSession(429832105)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.SProc_Read_XMLAddress does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE SProc_Read_XMLAddress [junit] Query: DataModifyQuery(sql="DROP PROCEDURE SProc_Read_XMLAddress") [junit] [EL Warning]: ServerSession(429832105)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.SProc_Read_XMLInOut does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE SProc_Read_XMLInOut [junit] Query: DataModifyQuery(sql="DROP PROCEDURE SProc_Read_XMLInOut") [junit] [EL Warning]: metadata: 2022-09-10 04:15:22.117--ServerSession(297270813)--The tenant discriminator context property for the tenant discriminator column [DDL_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.ddlgeneration.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:15:22.118--ServerSession(297270813)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.ddlgeneration.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: 2022-09-10 04:15:22.123--ServerSession(297270813)--The reference column name [Cliente] mapped on the element [field operaciones] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Info]: 2022-09-10 04:15:22.255--ServerSession(297270813)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Warning]: metadata: 2022-09-10 04:15:22.267--ServerSession(297270813)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: 2022-09-10 04:15:22.268--ServerSession(297270813)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: 2022-09-10 04:15:22.27--ServerSession(297270813)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[contactInfo] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2022-09-10 04:15:22.271--ServerSession(297270813)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[patentCollection] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2022-09-10 04:15:22.272--ServerSession(297270813)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: 2022-09-10 04:15:22.272--ServerSession(297270813)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[mapHolderEmbedded] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2022-09-10 04:15:22.273--ServerSession(297270813)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Info]: connection: 2022-09-10 04:15:22.279--ServerSession(297270813)--/ddlGeneration_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: 2022-09-10 04:15:22.516--ServerSession(297270813)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.DDL_CKENT_C_B' doesn't exist [junit] Error Code: 1146 [junit] Call: CREATE INDEX INDEX_BS ON DDL_CKENT_C_B (C_SEQ, C_ROLE) [junit] Query: DataModifyQuery(sql="CREATE INDEX INDEX_BS ON DDL_CKENT_C_B (C_SEQ, C_ROLE)") [junit] [EL Warning]: 2022-09-10 04:15:22.864--ServerSession(297270813)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Cannot add foreign key constraint [junit] Error Code: 1215 [junit] Call: ALTER TABLE DDL_CKENTA ADD CONSTRAINT FK_DDL_CKENTA_B_UNQ1 FOREIGN KEY (B_UNQ1, B_UNQ2) REFERENCES DDL_CKENTB (UNQ1, UNQ2) [junit] Query: DataModifyQuery(sql="ALTER TABLE DDL_CKENTA ADD CONSTRAINT FK_DDL_CKENTA_B_UNQ1 FOREIGN KEY (B_UNQ1, B_UNQ2) REFERENCES DDL_CKENTB (UNQ1, UNQ2)") [junit] [EL Warning]: 2022-09-10 04:15:23.207--ServerSession(297270813)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Cannot add foreign key constraint [junit] Error Code: 1215 [junit] Call: ALTER TABLE DDL_CKENT_C_B ADD CONSTRAINT FK_DDL_CKENT_C_B_C_SEQ FOREIGN KEY (C_SEQ, C_ROLE) REFERENCES DDL_CKENTC (SEQ, C_ROLE) [junit] Query: DataModifyQuery(sql="ALTER TABLE DDL_CKENT_C_B ADD CONSTRAINT FK_DDL_CKENT_C_B_C_SEQ FOREIGN KEY (C_SEQ, C_ROLE) REFERENCES DDL_CKENTC (SEQ, C_ROLE)") [junit] [EL Warning]: 2022-09-10 04:15:23.497--ServerSession(297270813)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [junit] Query: DataModifyQuery(sql="CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [junit] [EL Info]: 2022-09-10 04:15:23.603--ServerSession(1258848464)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:15:23.606--ServerSession(1258848464)--/METADATA_COMPLETE_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Info]: 2022-09-10 04:15:23.626--ServerSession(831597389)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:15:23.629--ServerSession(831597389)--/XML_MAPPING_METADATA_COMPLETE_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Info]: 2022-09-10 04:15:25.105--SessionBroker(1425043386)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:15:25.108--ServerSession(1804823290)--xml-composite-advanced-member_3 login successful [junit] [EL Info]: connection: 2022-09-10 04:15:25.11--ServerSession(1315405516)--xml-composite-advanced-member_2 login successful [junit] [EL Info]: connection: 2022-09-10 04:15:25.113--ServerSession(638310586)--xml-composite-advanced-member_1 login successful [junit] [EL Info]: connection: 2022-09-10 04:15:25.119--SessionBroker(1425043386)--/xml-composite-advanced login successful [junit] [EL Warning]: metamodel: 2022-09-10 04:15:25.119--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [junit] [EL Warning]: 2022-09-10 04:15:25.318--ServerSession(638310586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.SProc_Read_XML_BR1_Address does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE SProc_Read_XML_BR1_Address [junit] Query: DataModifyQuery(sql="DROP PROCEDURE SProc_Read_XML_BR1_Address") [junit] [EL Warning]: 2022-09-10 04:15:25.32--ServerSession(638310586)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.SProc_Read_XML_BR1_InOut does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE SProc_Read_XML_BR1_InOut [junit] Query: DataModifyQuery(sql="DROP PROCEDURE SProc_Read_XML_BR1_InOut") [junit] [EL Info]: 2022-09-10 04:15:25.475--ServerSession(215375064)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:15:25.478--ServerSession(215375064)--/xml-composite-advanced-member_1_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Info]: connection: 2022-09-10 04:15:25.479--ServerSession(215375064)--/xml-composite-advanced-member_1_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root logout successful [junit] [EL Warning]: 2022-09-10 04:15:25.85--UnitOfWork(356808356)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.DDL_COURSE' doesn't exist [junit] Error Code: 1146 [junit] Call: SELECT ID FROM DDL_COURSE [junit] Query: ReadAllQuery(referenceClass=Course sql="SELECT ID FROM DDL_COURSE") [junit] [EL Warning]: 2022-09-10 04:15:25.873--ServerSession(297270813)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'CMP3_MERGE_BEER_SEQ' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [junit] Query: DataModifyQuery(sql="CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [junit] [EL Warning]: 2022-09-10 04:15:25.874--ServerSession(297270813)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [junit] Query: DataModifyQuery(sql="CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [junit] [EL Warning]: 2022-09-10 04:15:25.875--ServerSession(297270813)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'JDO_SEQUENCE' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID)) [junit] Query: DataModifyQuery(sql="CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID))") [junit] [EL Warning]: 2022-09-10 04:15:25.876--ServerSession(297270813)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'DDL_CKENT_SEQ' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [junit] Query: DataModifyQuery(sql="CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [junit] [EL Warning]: metadata: 2022-09-10 04:15:25.919--ServerSession(165333953)--The tenant discriminator context property for the tenant discriminator column [DDL_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.ddlgeneration.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:15:25.92--ServerSession(165333953)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.ddlgeneration.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: 2022-09-10 04:15:25.925--ServerSession(165333953)--The reference column name [Cliente] mapped on the element [field operaciones] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Info]: 2022-09-10 04:15:25.942--ServerSession(165333953)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Warning]: metadata: 2022-09-10 04:15:25.948--ServerSession(165333953)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: 2022-09-10 04:15:25.949--ServerSession(165333953)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: 2022-09-10 04:15:25.951--ServerSession(165333953)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[contactInfo] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2022-09-10 04:15:25.952--ServerSession(165333953)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[patentCollection] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2022-09-10 04:15:25.952--ServerSession(165333953)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: 2022-09-10 04:15:25.953--ServerSession(165333953)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[mapHolderEmbedded] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2022-09-10 04:15:25.953--ServerSession(165333953)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Info]: connection: 2022-09-10 04:15:25.958--ServerSession(165333953)--/ddlGeneration_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: 2022-09-10 04:15:25.975--ServerSession(165333953)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'DDL_CKENTA' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE DDL_CKENTA (F_NAME VARCHAR(64) NOT NULL, L_NAME VARCHAR(64) NOT NULL, SEQ INTEGER NOT NULL, B_CODE VARCHAR(64), B_SEQ BIGINT, B_UNQ1 VARCHAR(255), B_UNQ2 VARCHAR(255), PRIMARY KEY (F_NAME, L_NAME, SEQ)) [junit] Query: DataModifyQuery(sql="CREATE TABLE DDL_CKENTA (F_NAME VARCHAR(64) NOT NULL, L_NAME VARCHAR(64) NOT NULL, SEQ INTEGER NOT NULL, B_CODE VARCHAR(64), B_SEQ BIGINT, B_UNQ1 VARCHAR(255), B_UNQ2 VARCHAR(255), PRIMARY KEY (F_NAME, L_NAME, SEQ))") [junit] [EL Warning]: 2022-09-10 04:15:26.026--ServerSession(165333953)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.DDL_CKENT_C_B' doesn't exist [junit] Error Code: 1146 [junit] Call: CREATE INDEX INDEX_BS ON DDL_CKENT_C_B (C_SEQ, C_ROLE) [junit] Query: DataModifyQuery(sql="CREATE INDEX INDEX_BS ON DDL_CKENT_C_B (C_SEQ, C_ROLE)") [junit] [EL Warning]: 2022-09-10 04:15:26.115--ServerSession(165333953)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'DDL_EMP' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE DDL_EMP (ID INTEGER NOT NULL, JUSTTOTEST SMALLINT, PRIMARY KEY (ID)) [junit] Query: DataModifyQuery(sql="CREATE TABLE DDL_EMP (ID INTEGER NOT NULL, JUSTTOTEST SMALLINT, PRIMARY KEY (ID))") [junit] [EL Warning]: 2022-09-10 04:15:26.136--ServerSession(165333953)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'Foos' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE Foos (ordinal_nbr INTEGER NOT NULL, contact_id INTEGER NOT NULL, PRIMARY KEY (ordinal_nbr, contact_id)) [junit] Query: DataModifyQuery(sql="CREATE TABLE Foos (ordinal_nbr INTEGER NOT NULL, contact_id INTEGER NOT NULL, PRIMARY KEY (ordinal_nbr, contact_id))") [junit] [EL Warning]: 2022-09-10 04:15:26.151--ServerSession(165333953)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'Countries' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE Countries (iso_code VARCHAR(50) NOT NULL, name VARCHAR(255), PRIMARY KEY (iso_code)) [junit] Query: DataModifyQuery(sql="CREATE TABLE Countries (iso_code VARCHAR(50) NOT NULL, name VARCHAR(255), PRIMARY KEY (iso_code))") [junit] [EL Warning]: 2022-09-10 04:15:26.171--ServerSession(165333953)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'DDL_COURSE' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE DDL_COURSE (ID BIGINT NOT NULL, PRIMARY KEY (ID)) [junit] Query: DataModifyQuery(sql="CREATE TABLE DDL_COURSE (ID BIGINT NOT NULL, PRIMARY KEY (ID))") [junit] [EL Warning]: 2022-09-10 04:15:26.435--ServerSession(165333953)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Cannot add foreign key constraint [junit] Error Code: 1215 [junit] Call: ALTER TABLE DDL_CKENTA ADD CONSTRAINT FK_DDL_CKENTA_B_UNQ1 FOREIGN KEY (B_UNQ1, B_UNQ2) REFERENCES DDL_CKENTB (UNQ1, UNQ2) [junit] Query: DataModifyQuery(sql="ALTER TABLE DDL_CKENTA ADD CONSTRAINT FK_DDL_CKENTA_B_UNQ1 FOREIGN KEY (B_UNQ1, B_UNQ2) REFERENCES DDL_CKENTB (UNQ1, UNQ2)") [junit] [EL Warning]: 2022-09-10 04:15:26.453--ServerSession(165333953)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Cannot add foreign key constraint [junit] Error Code: 1215 [junit] Call: ALTER TABLE DDL_CKENTC ADD CONSTRAINT FK_DDL_CKENTC_A_F_NAME FOREIGN KEY (A_F_NAME, A_L_NAME, A_SEQ) REFERENCES DDL_CKENTA (F_NAME, L_NAME, SEQ) [junit] Query: DataModifyQuery(sql="ALTER TABLE DDL_CKENTC ADD CONSTRAINT FK_DDL_CKENTC_A_F_NAME FOREIGN KEY (A_F_NAME, A_L_NAME, A_SEQ) REFERENCES DDL_CKENTA (F_NAME, L_NAME, SEQ)") [junit] [EL Warning]: 2022-09-10 04:15:26.756--ServerSession(165333953)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Cannot add foreign key constraint [junit] Error Code: 1215 [junit] Call: ALTER TABLE DDL_CKENT_C_B ADD CONSTRAINT FK_DDL_CKENT_C_B_C_SEQ FOREIGN KEY (C_SEQ, C_ROLE) REFERENCES DDL_CKENTC (SEQ, C_ROLE) [junit] Query: DataModifyQuery(sql="ALTER TABLE DDL_CKENT_C_B ADD CONSTRAINT FK_DDL_CKENT_C_B_C_SEQ FOREIGN KEY (C_SEQ, C_ROLE) REFERENCES DDL_CKENTC (SEQ, C_ROLE)") [junit] [EL Warning]: 2022-09-10 04:15:27.007--ServerSession(165333953)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'CMP3_MERGE_BEER_SEQ' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [junit] Query: DataModifyQuery(sql="CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [junit] [EL Warning]: 2022-09-10 04:15:27.008--ServerSession(165333953)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'DDL_CKENT_SEQ' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [junit] Query: DataModifyQuery(sql="CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [junit] [EL Warning]: 2022-09-10 04:15:27.009--ServerSession(165333953)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'JDO_SEQUENCE' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID)) [junit] Query: DataModifyQuery(sql="CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID))") [junit] [EL Warning]: 2022-09-10 04:15:27.01--ServerSession(165333953)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [junit] Query: DataModifyQuery(sql="CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [junit] [EL Warning]: 2022-09-10 04:15:27.011--ServerSession(165333953)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [junit] Query: DataModifyQuery(sql="CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [junit] [EL Warning]: 2022-09-10 04:15:27.012--ServerSession(165333953)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'DDL_CKENT_SEQ' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [junit] Query: DataModifyQuery(sql="CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [junit] [EL Warning]: 2022-09-10 04:15:27.013--ServerSession(165333953)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'JDO_SEQUENCE' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID)) [junit] Query: DataModifyQuery(sql="CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID))") [junit] [EL Warning]: 2022-09-10 04:15:27.014--ServerSession(165333953)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'CMP3_MERGE_BEER_SEQ' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [junit] Query: DataModifyQuery(sql="CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [junit] [EL Info]: 2022-09-10 04:15:27.053--ServerSession(1073979110)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Warning]: metadata: 2022-09-10 04:15:27.059--ServerSession(1073979110)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[contactInfo] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2022-09-10 04:15:27.059--ServerSession(1073979110)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[patentCollection] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2022-09-10 04:15:27.06--ServerSession(1073979110)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[mapHolderEmbedded] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Info]: connection: 2022-09-10 04:15:27.062--ServerSession(1073979110)--/ddlTableSuffix_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Info]: 2022-09-10 04:15:27.095--ServerSession(62807701)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:15:27.102--ServerSession(62807701)--/ddlTablePerClass_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: 2022-09-10 04:15:27.325--UnitOfWork(2028381655)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'FEE_AMOUNT' cannot be null [junit] Error Code: 1048 [junit] Call: INSERT INTO PURCHASE (ID, FEE_AMOUNT, FEE_ID) VALUES (?, ?, ?) [junit] bind => [3 parameters bound] [junit] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.Purchase@19088690) [junit] [EL Warning]: 2022-09-10 04:15:27.327--UnitOfWork(1935573349)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'PARCEL_NUMBER' cannot be null [junit] Error Code: 1048 [junit] Call: INSERT INTO PropertyRecord_PROPERTYINFOS (PropertyRecord_ID, CITY, PLUSFOUR, STREET_NAME, STATE, ZIPNUM, PARCEL_NUMBER, SQUARE_FEET, ASSESSMENT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [9 parameters bound] [junit] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.PropertyInfo@7e5e2a3f) [junit] [EL Warning]: metadata: 2022-09-10 04:15:27.418--ServerSession(672273653)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.ddlgeneration.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:15:27.418--ServerSession(672273653)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.ddlgeneration.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:15:27.418--ServerSession(672273653)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.ddlgeneration.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:15:27.418--ServerSession(672273653)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.ddlgeneration.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [junit] [EL Info]: 2022-09-10 04:15:27.434--ServerSession(672273653)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:15:27.439--ServerSession(672273653)--DDLTablePerTenant login successful [junit] [EL Warning]: 2022-09-10 04:15:27.648--UnitOfWork(1301057511)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'COLUMN1' [junit] Error Code: 1062 [junit] Call: INSERT INTO DDL_UCENTITY1 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?) [junit] bind => [5 parameters bound] [junit] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity1@c494584) [junit] [EL Warning]: 2022-09-10 04:15:27.65--UnitOfWork(998405258)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'UCforColumn2' [junit] Error Code: 1062 [junit] Call: INSERT INTO DDL_UCENTITY1 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?) [junit] bind => [5 parameters bound] [junit] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity1@b2f96b7) [junit] [EL Warning]: 2022-09-10 04:15:27.651--UnitOfWork(521801520)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1-1' for key 'UNQ_DDL_UCENTITY1_0' [junit] Error Code: 1062 [junit] Call: INSERT INTO DDL_UCENTITY1 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?) [junit] bind => [5 parameters bound] [junit] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity1@4c6fd763) [junit] [EL Warning]: 2022-09-10 04:15:27.655--UnitOfWork(1626762199)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'COLUMN1' [junit] Error Code: 1062 [junit] Call: INSERT INTO DDL_UCENTITY2 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?) [junit] bind => [5 parameters bound] [junit] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity2@6c05341f) [junit] [EL Warning]: 2022-09-10 04:15:27.657--UnitOfWork(1950041376)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'UNQ_DDL_UCENTITY2_0' [junit] Error Code: 1062 [junit] Call: INSERT INTO DDL_UCENTITY2 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?) [junit] bind => [5 parameters bound] [junit] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity2@25961e1a) [junit] [EL Warning]: 2022-09-10 04:15:27.658--UnitOfWork(1763764842)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1-1' for key 'UNQ_DDL_UCENTITY2_1' [junit] Error Code: 1062 [junit] Call: INSERT INTO DDL_UCENTITY2 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?) [junit] bind => [5 parameters bound] [junit] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity2@61c8e373) [junit] [EL Warning]: 2022-09-10 04:15:28.164--UnitOfWork(221470845)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.DDL_COURSE' doesn't exist [junit] Error Code: 1146 [junit] Call: SELECT ID FROM DDL_COURSE [junit] Query: ReadAllQuery(referenceClass=Course sql="SELECT ID FROM DDL_COURSE") [junit] [EL Warning]: 2022-09-10 04:15:28.183--ServerSession(165333953)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'CMP3_MERGE_BEER_SEQ' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [junit] Query: DataModifyQuery(sql="CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [junit] [EL Warning]: 2022-09-10 04:15:28.184--ServerSession(165333953)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'JDO_SEQUENCE' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID)) [junit] Query: DataModifyQuery(sql="CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID))") [junit] [EL Warning]: 2022-09-10 04:15:28.184--ServerSession(165333953)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'DDL_CKENT_SEQ' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [junit] Query: DataModifyQuery(sql="CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [junit] [EL Warning]: 2022-09-10 04:15:28.186--ServerSession(165333953)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [junit] Query: DataModifyQuery(sql="CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [junit] [EL Warning]: metadata: 2022-09-10 04:15:28.222--ServerSession(2088758898)--The tenant discriminator context property for the tenant discriminator column [DDL_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.ddlgeneration.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:15:28.223--ServerSession(2088758898)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.ddlgeneration.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: 2022-09-10 04:15:28.227--ServerSession(2088758898)--The reference column name [Cliente] mapped on the element [field operaciones] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [junit] [EL Info]: 2022-09-10 04:15:28.242--ServerSession(2088758898)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Warning]: metadata: 2022-09-10 04:15:28.247--ServerSession(2088758898)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: 2022-09-10 04:15:28.248--ServerSession(2088758898)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: 2022-09-10 04:15:28.249--ServerSession(2088758898)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[contactInfo] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2022-09-10 04:15:28.25--ServerSession(2088758898)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[patentCollection] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2022-09-10 04:15:28.25--ServerSession(2088758898)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: 2022-09-10 04:15:28.251--ServerSession(2088758898)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[mapHolderEmbedded] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: 2022-09-10 04:15:28.251--ServerSession(2088758898)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Info]: connection: 2022-09-10 04:15:28.255--ServerSession(2088758898)--/ddlGeneration_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: 2022-09-10 04:15:28.273--ServerSession(2088758898)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'DDL_CKENTA' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE DDL_CKENTA (F_NAME VARCHAR(64) NOT NULL, L_NAME VARCHAR(64) NOT NULL, SEQ INTEGER NOT NULL, B_CODE VARCHAR(64), B_SEQ BIGINT, B_UNQ1 VARCHAR(255), B_UNQ2 VARCHAR(255), PRIMARY KEY (F_NAME, L_NAME, SEQ)) [junit] Query: DataModifyQuery(sql="CREATE TABLE DDL_CKENTA (F_NAME VARCHAR(64) NOT NULL, L_NAME VARCHAR(64) NOT NULL, SEQ INTEGER NOT NULL, B_CODE VARCHAR(64), B_SEQ BIGINT, B_UNQ1 VARCHAR(255), B_UNQ2 VARCHAR(255), PRIMARY KEY (F_NAME, L_NAME, SEQ))") [junit] [EL Warning]: 2022-09-10 04:15:28.315--ServerSession(2088758898)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.DDL_CKENT_C_B' doesn't exist [junit] Error Code: 1146 [junit] Call: CREATE INDEX INDEX_BS ON DDL_CKENT_C_B (C_SEQ, C_ROLE) [junit] Query: DataModifyQuery(sql="CREATE INDEX INDEX_BS ON DDL_CKENT_C_B (C_SEQ, C_ROLE)") [junit] [EL Warning]: 2022-09-10 04:15:28.41--ServerSession(2088758898)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'DDL_EMP' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE DDL_EMP (ID INTEGER NOT NULL, JUSTTOTEST SMALLINT, PRIMARY KEY (ID)) [junit] Query: DataModifyQuery(sql="CREATE TABLE DDL_EMP (ID INTEGER NOT NULL, JUSTTOTEST SMALLINT, PRIMARY KEY (ID))") [junit] [EL Warning]: 2022-09-10 04:15:28.432--ServerSession(2088758898)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'Foos' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE Foos (ordinal_nbr INTEGER NOT NULL, contact_id INTEGER NOT NULL, PRIMARY KEY (ordinal_nbr, contact_id)) [junit] Query: DataModifyQuery(sql="CREATE TABLE Foos (ordinal_nbr INTEGER NOT NULL, contact_id INTEGER NOT NULL, PRIMARY KEY (ordinal_nbr, contact_id))") [junit] [EL Warning]: 2022-09-10 04:15:28.447--ServerSession(2088758898)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'Countries' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE Countries (iso_code VARCHAR(50) NOT NULL, name VARCHAR(255), PRIMARY KEY (iso_code)) [junit] Query: DataModifyQuery(sql="CREATE TABLE Countries (iso_code VARCHAR(50) NOT NULL, name VARCHAR(255), PRIMARY KEY (iso_code))") [junit] [EL Warning]: 2022-09-10 04:15:28.469--ServerSession(2088758898)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'DDL_COURSE' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE DDL_COURSE (ID BIGINT NOT NULL, PRIMARY KEY (ID)) [junit] Query: DataModifyQuery(sql="CREATE TABLE DDL_COURSE (ID BIGINT NOT NULL, PRIMARY KEY (ID))") [junit] [EL Warning]: 2022-09-10 04:15:28.652--ServerSession(2088758898)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Cannot add foreign key constraint [junit] Error Code: 1215 [junit] Call: ALTER TABLE DDL_CKENTA ADD CONSTRAINT FK_DDL_CKENTA_B_UNQ1 FOREIGN KEY (B_UNQ1, B_UNQ2) REFERENCES DDL_CKENTB (UNQ1, UNQ2) [junit] Query: DataModifyQuery(sql="ALTER TABLE DDL_CKENTA ADD CONSTRAINT FK_DDL_CKENTA_B_UNQ1 FOREIGN KEY (B_UNQ1, B_UNQ2) REFERENCES DDL_CKENTB (UNQ1, UNQ2)") [junit] [EL Warning]: 2022-09-10 04:15:28.667--ServerSession(2088758898)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Cannot add foreign key constraint [junit] Error Code: 1215 [junit] Call: ALTER TABLE DDL_CKENTC ADD CONSTRAINT FK_DDL_CKENTC_A_F_NAME FOREIGN KEY (A_F_NAME, A_L_NAME, A_SEQ) REFERENCES DDL_CKENTA (F_NAME, L_NAME, SEQ) [junit] Query: DataModifyQuery(sql="ALTER TABLE DDL_CKENTC ADD CONSTRAINT FK_DDL_CKENTC_A_F_NAME FOREIGN KEY (A_F_NAME, A_L_NAME, A_SEQ) REFERENCES DDL_CKENTA (F_NAME, L_NAME, SEQ)") [junit] [EL Warning]: 2022-09-10 04:15:29.048--ServerSession(2088758898)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Cannot add foreign key constraint [junit] Error Code: 1215 [junit] Call: ALTER TABLE DDL_CKENT_C_B ADD CONSTRAINT FK_DDL_CKENT_C_B_C_SEQ FOREIGN KEY (C_SEQ, C_ROLE) REFERENCES DDL_CKENTC (SEQ, C_ROLE) [junit] Query: DataModifyQuery(sql="ALTER TABLE DDL_CKENT_C_B ADD CONSTRAINT FK_DDL_CKENT_C_B_C_SEQ FOREIGN KEY (C_SEQ, C_ROLE) REFERENCES DDL_CKENTC (SEQ, C_ROLE)") [junit] [EL Warning]: 2022-09-10 04:15:29.31--ServerSession(2088758898)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'CMP3_MERGE_BEER_SEQ' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [junit] Query: DataModifyQuery(sql="CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [junit] [EL Warning]: 2022-09-10 04:15:29.311--ServerSession(2088758898)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [junit] Query: DataModifyQuery(sql="CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [junit] [EL Warning]: 2022-09-10 04:15:29.312--ServerSession(2088758898)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'JDO_SEQUENCE' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID)) [junit] Query: DataModifyQuery(sql="CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID))") [junit] [EL Warning]: 2022-09-10 04:15:29.313--ServerSession(2088758898)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'DDL_CKENT_SEQ' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [junit] Query: DataModifyQuery(sql="CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [junit] [EL Warning]: 2022-09-10 04:15:29.314--ServerSession(2088758898)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'CMP3_MERGE_BEER_SEQ' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [junit] Query: DataModifyQuery(sql="CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [junit] [EL Warning]: 2022-09-10 04:15:29.315--ServerSession(2088758898)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'JDO_SEQUENCE' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID)) [junit] Query: DataModifyQuery(sql="CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID))") [junit] [EL Warning]: 2022-09-10 04:15:29.316--ServerSession(2088758898)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'DDL_CKENT_SEQ' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [junit] Query: DataModifyQuery(sql="CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [junit] [EL Warning]: 2022-09-10 04:15:29.317--ServerSession(2088758898)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [junit] Query: DataModifyQuery(sql="CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [junit] [EL Warning]: 2022-09-10 04:15:29.389--UnitOfWork(960366755)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'FEE_AMOUNT' cannot be null [junit] Error Code: 1048 [junit] Call: INSERT INTO PURCHASE (ID, FEE_AMOUNT, FEE_ID) VALUES (?, ?, ?) [junit] bind => [3 parameters bound] [junit] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.Purchase@47bc7bc8) [junit] [EL Warning]: 2022-09-10 04:15:29.391--UnitOfWork(623982578)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'PARCEL_NUMBER' cannot be null [junit] Error Code: 1048 [junit] Call: INSERT INTO PropertyRecord_PROPERTYINFOS (PropertyRecord_ID, CITY, PLUSFOUR, STREET_NAME, STATE, ZIPNUM, PARCEL_NUMBER, SQUARE_FEET, ASSESSMENT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [9 parameters bound] [junit] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.PropertyInfo@12c58e3a) [junit] [EL Warning]: 2022-09-10 04:15:29.4--UnitOfWork(1828183846)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'COLUMN1' [junit] Error Code: 1062 [junit] Call: INSERT INTO DDL_UCENTITY1 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?) [junit] bind => [5 parameters bound] [junit] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity1@3686e715) [junit] [EL Warning]: 2022-09-10 04:15:29.401--UnitOfWork(2011358824)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'UCforColumn2' [junit] Error Code: 1062 [junit] Call: INSERT INTO DDL_UCENTITY1 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?) [junit] bind => [5 parameters bound] [junit] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity1@2b7c385f) [junit] [EL Warning]: 2022-09-10 04:15:29.402--UnitOfWork(666934723)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1-1' for key 'UNQ_DDL_UCENTITY1_0' [junit] Error Code: 1062 [junit] Call: INSERT INTO DDL_UCENTITY1 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?) [junit] bind => [5 parameters bound] [junit] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity1@3d96860b) [junit] [EL Warning]: 2022-09-10 04:15:29.408--UnitOfWork(323894135)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'COLUMN1' [junit] Error Code: 1062 [junit] Call: INSERT INTO DDL_UCENTITY2 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?) [junit] bind => [5 parameters bound] [junit] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity2@46e5a9be) [junit] [EL Warning]: 2022-09-10 04:15:29.409--UnitOfWork(1412963032)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1' for key 'UNQ_DDL_UCENTITY2_0' [junit] Error Code: 1062 [junit] Call: INSERT INTO DDL_UCENTITY2 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?) [junit] bind => [5 parameters bound] [junit] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity2@780dd8f9) [junit] [EL Warning]: 2022-09-10 04:15:29.41--UnitOfWork(749398773)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1-1' for key 'UNQ_DDL_UCENTITY2_1' [junit] Error Code: 1062 [junit] Call: INSERT INTO DDL_UCENTITY2 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?) [junit] bind => [5 parameters bound] [junit] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity2@42e4cab6) [junit] Sep 10, 2022 4:15:29 AM org.eclipse.persistence.session.JPASessionXML [junit] INFO: EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] Sep 10, 2022 4:15:29 AM org.eclipse.persistence.session.JPASessionXML.connection [junit] INFO: JPASessionXML login successful [junit] [EL Info]: 2022-09-10 04:15:29.784--ServerSession(76029427)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] Profile( [junit] total time=162797, [junit] local time=162797, [junit] Timer:Logging=162797, [junit] ) [junit] Profile( [junit] total time=2313165, [junit] local time=2313165, [junit] Timer:ConnectionManagement=2313165, [junit] ) [junit] [EL Info]: connection: 2022-09-10 04:15:29.788--ServerSession(76029427)--/JPAADVProperties2_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] Profile( [junit] total time=138632, [junit] local time=138632, [junit] Timer:Logging=138632, [junit] ) [junit] [EL Warning]: metamodel: 2022-09-10 04:15:29.789--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [junit] [EL Info]: 2022-09-10 04:15:29.791--ServerSession(613426829)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:15:29.794--ServerSession(613426829)--/JPAADVProperties3_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: metamodel: 2022-09-10 04:15:29.794--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [junit] Sep 10, 2022 4:15:29 AM org.eclipse.persistence.session.JPASessionXML [junit] WARNING: [junit] Local Exception Stack: [junit] Exception [EclipseLink-6015] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: Invalid query key [name1] in expression. [junit] Query: ReadObjectQuery(referenceClass=Customer ) [junit] at org.eclipse.persistence.exceptions.QueryException.invalidQueryKeyInExpression(QueryException.java:697) [junit] at org.eclipse.persistence.internal.expressions.QueryKeyExpression.validateNode(QueryKeyExpression.java:1011) [junit] at org.eclipse.persistence.expressions.Expression.normalize(Expression.java:3291) [junit] at org.eclipse.persistence.internal.expressions.DataExpression.normalize(DataExpression.java:369) [junit] at org.eclipse.persistence.internal.expressions.QueryKeyExpression.normalize(QueryKeyExpression.java:758) [junit] at org.eclipse.persistence.internal.expressions.QueryKeyExpression.normalize(QueryKeyExpression.java:671) [junit] at org.eclipse.persistence.internal.expressions.RelationExpression.normalize(RelationExpression.java:841) [junit] at org.eclipse.persistence.internal.expressions.SQLSelectStatement.normalize(SQLSelectStatement.java:1521) [junit] at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.buildNormalSelectStatement(ExpressionQueryMechanism.java:559) [junit] at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.prepareSelectOneRow(ExpressionQueryMechanism.java:1767) [junit] at org.eclipse.persistence.queries.ReadObjectQuery.prepare(ReadObjectQuery.java:787) [junit] at org.eclipse.persistence.queries.DatabaseQuery.checkPrepare(DatabaseQuery.java:673) [junit] at org.eclipse.persistence.queries.ObjectLevelReadQuery.checkPrepare(ObjectLevelReadQuery.java:911) [junit] at org.eclipse.persistence.queries.DatabaseQuery.checkPrepare(DatabaseQuery.java:622) [junit] at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:879) [junit] at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1134) [junit] at org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:441) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:3281) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1863) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1796) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.readObject(AbstractSession.java:3717) [junit] at org.eclipse.persistence.testing.tests.jpa.jpaadvancedproperties.JPAAdvPropertiesJUnitTestCase.testExceptionHandlerProperty(JPAAdvPropertiesJUnitTestCase.java:149) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.lang.reflect.Method.invoke(Method.java:498) [junit] at junit.framework.TestCase.runTest(TestCase.java:176) [junit] at junit.framework.TestCase.runBare(TestCase.java:141) [junit] at org.eclipse.persistence.testing.framework.junit.JUnitTestCase.runBare(JUnitTestCase.java:650) [junit] at junit.framework.TestResult$1.protect(TestResult.java:122) [junit] at junit.framework.TestResult.runProtected(TestResult.java:142) [junit] at junit.framework.TestResult.run(TestResult.java:125) [junit] at junit.framework.TestCase.run(TestCase.java:129) [junit] at junit.framework.TestSuite.runTest(TestSuite.java:252) [junit] at junit.framework.TestSuite.run(TestSuite.java:247) [junit] at junit.framework.TestSuite.runTest(TestSuite.java:252) [junit] at junit.framework.TestSuite.run(TestSuite.java:247) [junit] at org.eclipse.persistence.testing.framework.TestExecutor.execute(TestExecutor.java:248) [junit] at org.eclipse.persistence.testing.framework.TestModel.execute(TestModel.java:211) [junit] at org.eclipse.persistence.testing.framework.TestCollection.run(TestCollection.java:313) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1041) [junit] [junit] [EL Warning]: ServerSession(429832105)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.CMP3_PO_SPARK_PLUG' doesn't exist [junit] Error Code: 1146 [junit] Call: Alter table CMP3_PO_SPARK_PLUG drop foreign key CMP3_PO_SPARK_PLUG_ENGINE_ID [junit] Query: DataModifyQuery(sql="Alter table CMP3_PO_SPARK_PLUG drop foreign key CMP3_PO_SPARK_PLUG_ENGINE_ID") [junit] [EL Info]: connection: 2022-09-10 04:15:30.408--ServerSession(297270813)--/ddlGeneration_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root logout successful [junit] [EL Info]: connection: 2022-09-10 04:15:30.412--ServerSession(165333953)--/ddlGeneration_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root logout successful [junit] [EL Warning]: ServerSession(429832105)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.JPA_OR_SPARK_PLUG' doesn't exist [junit] Error Code: 1146 [junit] Call: Alter table JPA_OR_SPARK_PLUG drop foreign key JPA_OR_SPARK_PLUG_ENGINE_ID [junit] Query: DataModifyQuery(sql="Alter table JPA_OR_SPARK_PLUG drop foreign key JPA_OR_SPARK_PLUG_ENGINE_ID") [junit] [EL Warning]: UnitOfWork(1798825311)--java.lang.IllegalStateException: During synchronization a new object was found through a relationship that was not marked cascade PERSIST: Engine [0]. [junit] [EL Info]: 2022-09-10 04:15:30.845--ServerSession(546084202)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Warning]: metadata: 2022-09-10 04:15:30.85--ServerSession(546084202)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[observation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Info]: connection: 2022-09-10 04:15:30.853--ServerSession(546084202)--metamodel login successful [junit] [EL Info]: connection: 2022-09-10 04:15:30.854--ServerSession(546084202)--metamodel logout successful [junit] [EL Info]: 2022-09-10 04:15:30.872--ServerSession(1006790091)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Warning]: metadata: 2022-09-10 04:15:30.875--ServerSession(1006790091)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[observation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Info]: connection: 2022-09-10 04:15:30.877--ServerSession(1006790091)--metamodel login successful [junit] [EL Info]: connection: 2022-09-10 04:15:30.879--ServerSession(1006790091)--metamodel logout successful [junit] [EL Info]: 2022-09-10 04:15:30.895--ServerSession(1295257368)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Warning]: metadata: 2022-09-10 04:15:30.898--ServerSession(1295257368)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[observation] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Info]: connection: 2022-09-10 04:15:30.9--ServerSession(1295257368)--metamodel login successful [junit] [EL Info]: metamodel: 2022-09-10 04:15:30.912--ServerSession(1295257368)--Printed list of Metamodel [51] Types to follow: [junit] [EL Info]: metamodel: 2022-09-10 04:15:30.912--ServerSession(1295257368)--Metamodel Type: [EntityTypeImpl@1214310989:Board [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.Board descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.Board --> [DatabaseTable(CMP3_MM_BOARD)]), mappings: 5]]} [junit] [EL Info]: metamodel: 2022-09-10 04:15:30.912--ServerSession(1295257368)--Metamodel Type: [EntityTypeImpl@778717363:Computer [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.Computer descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.Computer --> [DatabaseTable(CMP3_MM_COMPUTER)]), mappings: 9]]} [junit] [EL Info]: metamodel: 2022-09-10 04:15:30.912--ServerSession(1295257368)--Metamodel Type: [EntityTypeImpl@1347786039:Enclosure [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.Enclosure descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.Enclosure --> [DatabaseTable(CMP3_MM_ENCLOSURE)]), mappings: 5]]} [junit] [EL Info]: metamodel: 2022-09-10 04:15:30.912--ServerSession(1295257368)--Metamodel Type: [EntityTypeImpl@1255893372:GalacticPosition [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.GalacticPosition descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.GalacticPosition --> [DatabaseTable(CMP3_MM_GALACTIC)]), mappings: 5]]} [junit] [EL Info]: metamodel: 2022-09-10 04:15:30.912--ServerSession(1295257368)--Metamodel Type: [EntityTypeImpl@94814440:Location [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.Location descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.Location --> [DatabaseTable(CMP3_MM_GALACTIC)]), mappings: 8]]} [junit] [EL Info]: metamodel: 2022-09-10 04:15:30.912--ServerSession(1295257368)--Metamodel Type: [EntityTypeImpl@2046111551:Manufacturer [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.Manufacturer descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.Manufacturer --> [DatabaseTable(CMP3_MM_MANUF)]), mappings: 34]]} [junit] [EL Info]: metamodel: 2022-09-10 04:15:30.912--ServerSession(1295257368)--Metamodel Type: [EntityTypeImpl@91611419:Processor [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.Processor descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.Processor --> [DatabaseTable(CMP3_MM_PROC)]), mappings: 3]]} [junit] [EL Info]: metamodel: 2022-09-10 04:15:30.912--ServerSession(1295257368)--Metamodel Type: [EntityTypeImpl@351594560:SoftwareDesigner [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.SoftwareDesigner descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.SoftwareDesigner --> [DatabaseTable(CMP3_MM_SWDESIGNER)]), mappings: 6]]} [junit] [EL Info]: metamodel: 2022-09-10 04:15:30.912--ServerSession(1295257368)--Metamodel Type: [EntityTypeImpl@669440950:HardwareDesigner [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.HardwareDesigner descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.HardwareDesigner --> [DatabaseTable(CMP3_MM_HWDESIGNER)]), mappings: 13]]} [junit] [EL Info]: metamodel: 2022-09-10 04:15:30.912--ServerSession(1295257368)--Metamodel Type: [EntityTypeImpl@2000323746:User [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.User descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.User --> [DatabaseTable(CMP3_MM_USER)]), mappings: 4]]} [junit] [EL Info]: metamodel: 2022-09-10 04:15:30.912--ServerSession(1295257368)--Metamodel Type: [EntityTypeImpl@1567477351:ArrayProcessor [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.ArrayProcessor descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.ArrayProcessor --> [DatabaseTable(CMP3_MM_PROC)]), mappings: 4]]} [junit] [EL Info]: metamodel: 2022-09-10 04:15:30.912--ServerSession(1295257368)--Metamodel Type: [EntityTypeImpl@1860737890:VectorProcessor [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.VectorProcessor descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.VectorProcessor --> [DatabaseTable(CMP3_MM_PROC)]), mappings: 4]]} [junit] [EL Info]: metamodel: 2022-09-10 04:15:30.912--ServerSession(1295257368)--Metamodel Type: [EntityTypeImpl@2143471202:MS_MS_Entity_Leaf [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.MS_MS_Entity_Leaf descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.MS_MS_Entity_Leaf --> [DatabaseTable(CMP3_MM_MSMSENTITY_LEAF)]), mappings: 7]]} [junit] [EL Info]: metamodel: 2022-09-10 04:15:30.912--ServerSession(1295257368)--Metamodel Type: [EntityTypeImpl@1551778476:MultiCoreCPU [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.MultiCoreCPU descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.MultiCoreCPU --> [DatabaseTable(CMP3_MM_MULTICORECPU)]), mappings: 3]]} [junit] [EL Info]: metamodel: 2022-09-10 04:15:30.912--ServerSession(1295257368)--Metamodel Type: [EntityTypeImpl@1867755954:Core [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.Core descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.Core --> [DatabaseTable(CMP3_MM_CORE)]), mappings: 3]]} [junit] [EL Info]: metamodel: 2022-09-10 04:15:30.912--ServerSession(1295257368)--Metamodel Type: [EmbeddableTypeImpl@1162482865:CompositePK [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.CompositePK descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.CompositePK --> []), mappings: 2]]} [junit] [EL Info]: metamodel: 2022-09-10 04:15:30.912--ServerSession(1295257368)--Metamodel Type: [EmbeddableTypeImpl@751971244:ObservationDetail [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.ObservationDetail descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.ObservationDetail --> []), mappings: 1]]} [junit] [EL Info]: metamodel: 2022-09-10 04:15:30.912--ServerSession(1295257368)--Metamodel Type: [EntityTypeImpl@43481016:Memory [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.Memory descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.Memory --> [DatabaseTable(CMP3_MM_MEMORY)]), mappings: 3]]} [junit] [EL Info]: metamodel: 2022-09-10 04:15:30.913--ServerSession(1295257368)--Metamodel Type: [EntityTypeImpl@1882953849:EntityChildOfMSRootPropertyAccess [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.EntityChildOfMSRootPropertyAccess descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.EntityChildOfMSRootPropertyAccess --> [DatabaseTable(ENTITYCHILDOFMSROOTPROPERTYACCESS)]), mappings: 2]]} [junit] [EL Info]: metamodel: 2022-09-10 04:15:30.913--ServerSession(1295257368)--Metamodel Type: [EmbeddableTypeImpl@1698821459:Observation [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.Observation descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.Observation --> []), mappings: 5]]} [junit] [EL Info]: metamodel: 2022-09-10 04:15:30.913--ServerSession(1295257368)--Metamodel Type: [EmbeddableTypeImpl@1492335900:CPUEmbeddedId [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.CPUEmbeddedId descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.CPUEmbeddedId --> []), mappings: 1]]} [junit] [EL Info]: metamodel: 2022-09-10 04:15:30.913--ServerSession(1295257368)--Metamodel Type: [EmbeddableTypeImpl@1642113805:EmbeddedPK [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.EmbeddedPK descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.EmbeddedPK --> []), mappings: 1]]} [junit] [EL Info]: metamodel: 2022-09-10 04:15:30.913--ServerSession(1295257368)--Metamodel Type: [MappedSuperclassTypeImpl@1783744143:MSRootPropertyAccess [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.MSRootPropertyAccess descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.MSRootPropertyAccess --> [DatabaseTable(__METAMODEL_RESERVED_IN_MEM_ONLY_TABLE_NAME)]), mappings: 1]]} [junit] [EL Info]: metamodel: 2022-09-10 04:15:30.913--ServerSession(1295257368)--Metamodel Type: [MappedSuperclassTypeImpl@1372857139:CPU [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.CPU descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.CPU --> [DatabaseTable(__METAMODEL_RESERVED_IN_MEM_ONLY_TABLE_NAME)]), mappings: 2]]} [junit] [EL Info]: metamodel: 2022-09-10 04:15:30.913--ServerSession(1295257368)--Metamodel Type: [MappedSuperclassTypeImpl@1975735897:Person [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.Person descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.Person --> [DatabaseTable(__METAMODEL_RESERVED_IN_MEM_ONLY_TABLE_NAME)]), mappings: 3]]} [junit] [EL Info]: metamodel: 2022-09-10 04:15:30.913--ServerSession(1295257368)--Metamodel Type: [MappedSuperclassTypeImpl@1504304668:CoordinateMS [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.CoordinateMS descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.CoordinateMS --> [DatabaseTable(__METAMODEL_RESERVED_IN_MEM_ONLY_TABLE_NAME)]), mappings: 3]]} [junit] [EL Info]: metamodel: 2022-09-10 04:15:30.913--ServerSession(1295257368)--Metamodel Type: [MappedSuperclassTypeImpl@1026039320:Corporation [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.Corporation descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.Corporation --> [DatabaseTable(__METAMODEL_RESERVED_IN_MEM_ONLY_TABLE_NAME)]), mappings: 2]]} [junit] [EL Info]: metamodel: 2022-09-10 04:15:30.913--ServerSession(1295257368)--Metamodel Type: [MappedSuperclassTypeImpl@1293250357:MS_MS_Entity_Root [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.MS_MS_Entity_Root descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.MS_MS_Entity_Root --> [DatabaseTable(__METAMODEL_RESERVED_IN_MEM_ONLY_TABLE_NAME)]), mappings: 4]]} [junit] [EL Info]: metamodel: 2022-09-10 04:15:30.913--ServerSession(1295257368)--Metamodel Type: [MappedSuperclassTypeImpl@571185488:Designer [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.Designer descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.Designer --> [DatabaseTable(__METAMODEL_RESERVED_IN_MEM_ONLY_TABLE_NAME)]), mappings: 2]]} [junit] [EL Info]: metamodel: 2022-09-10 04:15:30.913--ServerSession(1295257368)--Metamodel Type: [MappedSuperclassTypeImpl@902162995:MS_MS_Entity_Center [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.MS_MS_Entity_Center descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.MS_MS_Entity_Center --> [DatabaseTable(__METAMODEL_RESERVED_IN_MEM_ONLY_TABLE_NAME)]), mappings: 2]]} [junit] [EL Info]: metamodel: 2022-09-10 04:15:30.913--ServerSession(1295257368)--Metamodel Type: [BasicTypeImpl@910561923:Integer [ javaType: class java.lang.Integer]]} [junit] [EL Info]: metamodel: 2022-09-10 04:15:30.913--ServerSession(1295257368)--Metamodel Type: [BasicTypeImpl@1593049331:int [ javaType: int]]} [junit] [EL Info]: metamodel: 2022-09-10 04:15:30.913--ServerSession(1295257368)--Metamodel Type: [BasicTypeImpl@164906013:String [ javaType: class java.lang.String]]} [junit] [EL Info]: metamodel: 2022-09-10 04:15:30.913--ServerSession(1295257368)--Metamodel Type: [BasicTypeImpl@861316857:EnclosureIdClassPK [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.EnclosureIdClassPK]]} [junit] [EL Info]: metamodel: 2022-09-10 04:15:30.913--ServerSession(1295257368)--Metamodel Type: [BasicTypeImpl@897742874:BigDecimal [ javaType: class java.math.BigDecimal]]} [junit] [EL Info]: metamodel: 2022-09-10 04:15:30.913--ServerSession(1295257368)--Metamodel Type: [BasicTypeImpl@1259279809:BigInteger [ javaType: class java.math.BigInteger]]} [junit] [EL Info]: metamodel: 2022-09-10 04:15:30.913--ServerSession(1295257368)--Metamodel Type: [BasicTypeImpl@1615873041:boolean [ javaType: boolean]]} [junit] [EL Info]: metamodel: 2022-09-10 04:15:30.913--ServerSession(1295257368)--Metamodel Type: [BasicTypeImpl@1723291532:Boolean [ javaType: class java.lang.Boolean]]} [junit] [EL Info]: metamodel: 2022-09-10 04:15:30.913--ServerSession(1295257368)--Metamodel Type: [BasicTypeImpl@1087615464:byte [ javaType: byte]]} [junit] [EL Info]: metamodel: 2022-09-10 04:15:30.913--ServerSession(1295257368)--Metamodel Type: [BasicTypeImpl@1933641006:Byte [ javaType: class java.lang.Byte]]} [junit] [EL Info]: metamodel: 2022-09-10 04:15:30.913--ServerSession(1295257368)--Metamodel Type: [BasicTypeImpl@290699163:char [ javaType: char]]} [junit] [EL Info]: metamodel: 2022-09-10 04:15:30.913--ServerSession(1295257368)--Metamodel Type: [BasicTypeImpl@1300531466:Character [ javaType: class java.lang.Character]]} [junit] [EL Info]: metamodel: 2022-09-10 04:15:30.913--ServerSession(1295257368)--Metamodel Type: [BasicTypeImpl@268778915:double [ javaType: double]]} [junit] [EL Info]: metamodel: 2022-09-10 04:15:30.913--ServerSession(1295257368)--Metamodel Type: [BasicTypeImpl@1796612856:Double [ javaType: class java.lang.Double]]} [junit] [EL Info]: metamodel: 2022-09-10 04:15:30.913--ServerSession(1295257368)--Metamodel Type: [BasicTypeImpl@1735765870:float [ javaType: float]]} [junit] [EL Info]: metamodel: 2022-09-10 04:15:30.913--ServerSession(1295257368)--Metamodel Type: [BasicTypeImpl@240166483:Float [ javaType: class java.lang.Float]]} [junit] [EL Info]: metamodel: 2022-09-10 04:15:30.913--ServerSession(1295257368)--Metamodel Type: [BasicTypeImpl@931228191:long [ javaType: long]]} [junit] [EL Info]: metamodel: 2022-09-10 04:15:30.913--ServerSession(1295257368)--Metamodel Type: [BasicTypeImpl@1834651637:Long [ javaType: class java.lang.Long]]} [junit] [EL Info]: metamodel: 2022-09-10 04:15:30.913--ServerSession(1295257368)--Metamodel Type: [BasicTypeImpl@656294895:short [ javaType: short]]} [junit] [EL Info]: metamodel: 2022-09-10 04:15:30.913--ServerSession(1295257368)--Metamodel Type: [BasicTypeImpl@754387809:Short [ javaType: class java.lang.Short]]} [junit] [EL Info]: metamodel: 2022-09-10 04:15:30.913--ServerSession(1295257368)--Metamodel Type: [BasicTypeImpl@270159218:Position [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.Position]]} [junit] [EL Warning]: ddl: ServerSession(429832105)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ServerSession(429832105)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'CMP3_SCIENTIST_CUBICLE'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter table CMP3_SCIENTIST drop foreign key CMP3_SCIENTIST_CUBICLE [junit] Query: DataModifyQuery(sql="Alter table CMP3_SCIENTIST drop foreign key CMP3_SCIENTIST_CUBICLE") [junit] [EL Warning]: ddl: ServerSession(429832105)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(429832105)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(429832105)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(429832105)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ServerSession(429832105)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'CMP3_ENGINEER_LAPTOP_FK1'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter table CMP3_ENGINEER_LAPTOP drop foreign key CMP3_ENGINEER_LAPTOP_FK1 [junit] Query: DataModifyQuery(sql="Alter table CMP3_ENGINEER_LAPTOP drop foreign key CMP3_ENGINEER_LAPTOP_FK1") [junit] [EL Info]: 2022-09-10 04:15:41.009--ServerSession(843791580)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:15:41.016--ServerSession(843791580)--/DISABLE_SELECTIVE_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: ddl: ServerSession(429832105)--Removing UNIQUE constraint definition from [PRODUCT_FALSE.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(429832105)--Removing UNIQUE constraint definition from [PRODUCT_TRUE.ID] because it is also a primary key. [junit] [EL Info]: 2022-09-10 04:15:41.26--ServerSession(1919745305)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:15:41.265--ServerSession(1919745305)--/ALL_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Info]: 2022-09-10 04:15:41.294--ServerSession(997387655)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:15:41.3--ServerSession(997387655)--/NONE_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Info]: 2022-09-10 04:15:41.335--ServerSession(1118349784)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:15:41.34--ServerSession(1118349784)--/ENABLE_SELECTIVE_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Info]: 2022-09-10 04:15:41.37--ServerSession(1600962490)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:15:41.375--ServerSession(1600962490)--/UNSPECIFIED_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Info]: transaction: 2022-09-10 04:15:41.564--UnitOfWork(1038426017)--property javax.persistence.cacheStoreMode is deprecated, property javax.persistence.cache.storeMode should be used instead. [junit] [EL Info]: transaction: 2022-09-10 04:15:41.567--UnitOfWork(1680431599)--property javax.persistence.cacheRetrieveMode is deprecated, property javax.persistence.cache.retrieveMode should be used instead. [junit] [EL Info]: transaction: 2022-09-10 04:15:41.567--UnitOfWork(1680431599)--property javax.persistence.cacheStoreMode is deprecated, property javax.persistence.cache.storeMode should be used instead. [junit] [EL Warning]: ddl: 2022-09-10 04:15:41.778--ServerSession(1118349784)--Removing UNIQUE constraint definition from [PRODUCT_FALSE.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2022-09-10 04:15:41.783--ServerSession(1118349784)--Removing UNIQUE constraint definition from [PRODUCT_TRUE.ID] because it is also a primary key. [junit] [EL Info]: 2022-09-10 04:15:41.91--ServerSession(790932040)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:15:41.916--ServerSession(790932040)--/delimited_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Info]: 2022-09-10 04:15:42.147--ServerSession(1452264782)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:15:42.151--ServerSession(1452264782)--/cascade-deletes_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: ddl: ServerSession(429832105)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ServerSession(429832105)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'CMP3_ENGINEER_LAPTOP_FK1'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter table CMP3_ENGINEER_LAPTOP drop foreign key CMP3_ENGINEER_LAPTOP_FK1 [junit] Query: DataModifyQuery(sql="Alter table CMP3_ENGINEER_LAPTOP drop foreign key CMP3_ENGINEER_LAPTOP_FK1") [junit] [EL Warning]: ddl: ServerSession(429832105)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ddl: ServerSession(429832105)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ServerSession(429832105)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'CMP3_SCIENTIST_CUBICLE'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter table CMP3_SCIENTIST drop foreign key CMP3_SCIENTIST_CUBICLE [junit] Query: DataModifyQuery(sql="Alter table CMP3_SCIENTIST drop foreign key CMP3_SCIENTIST_CUBICLE") [junit] [EL Warning]: query: UnitOfWork(1725657200)--ReadObjectQuery(referenceClass=Employee jpql="SELECT e FROM Employee e JOIN FETCH e.address WHERE e.id = :ID") [junit] FetchGroup(Employee-default){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [junit] [EL Warning]: query: UnitOfWork(1416376824)--ReadObjectQuery(referenceClass=Employee jpql="SELECT e FROM Employee e JOIN FETCH e.address WHERE e.id = :ID") [junit] FetchGroup(Employee-default){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [junit] [EL Warning]: query: UnitOfWork(1008997382)--ReadAllQuery(referenceClass=Employee jpql="SELECT e FROM Employee e JOIN FETCH e.address") [junit] FetchGroup(Employee-default){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [junit] [EL Warning]: query: UnitOfWork(1008997382)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t1.F_NAME, t1.L_NAME, t1.VERSION, t0.ADDRESS_ID, t0.CITY, t0.COUNTRY, t0.P_CODE, t0.PROVINCE, t0.STREET, t0.TYPE, t0.VERSION FROM CMP3_ADDRESS t0, CMP3_SALARY t2, CMP3_EMPLOYEE t1 WHERE ((t2.EMP_ID = t1.EMP_ID) AND (t0.ADDRESS_ID = t1.ADDR_ID))") [junit] FetchGroup(names){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [junit] [EL Warning]: query: UnitOfWork(1271361825)--ReadAllQuery(referenceClass=Employee jpql="SELECT e FROM Employee e JOIN FETCH e.address WHERE e.id IN (SELECT p.id FROM PhoneNumber p)") [junit] FetchGroup(Employee-default){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [junit] [EL Warning]: query: UnitOfWork(1271361825)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t1.F_NAME, t1.L_NAME, t1.VERSION, t0.ADDRESS_ID, t0.CITY, t0.COUNTRY, t0.P_CODE, t0.PROVINCE, t0.STREET, t0.TYPE, t0.VERSION FROM CMP3_ADDRESS t0, CMP3_SALARY t2, CMP3_EMPLOYEE t1 WHERE ((t1.EMP_ID IN (SELECT t3.OWNER_ID FROM CMP3_PHONENUMBER t3) AND (t2.EMP_ID = t1.EMP_ID)) AND (t0.ADDRESS_ID = t1.ADDR_ID))") [junit] FetchGroup(names){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [junit] [EL Warning]: query: UnitOfWork(537840276)--ReadAllQuery(referenceClass=Employee jpql="SELECT e FROM Employee e JOIN FETCH e.address WHERE e.id IN (SELECT p.id FROM PhoneNumber p)") [junit] FetchGroup(Employee-default){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [junit] [EL Warning]: ddl: ServerSession(429832105)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ServerSession(429832105)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'CMP3_SCIENTIST_CUBICLE'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter table CMP3_SCIENTIST drop foreign key CMP3_SCIENTIST_CUBICLE [junit] Query: DataModifyQuery(sql="Alter table CMP3_SCIENTIST drop foreign key CMP3_SCIENTIST_CUBICLE") [junit] [EL Warning]: query: UnitOfWork(8810331)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ADDRESS_ID, t0.CITY, t0.COUNTRY, t0.P_CODE, t0.PROVINCE, t0.STREET, t0.TYPE, t0.VERSION, t3.ID, t3.NAME, t3.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t3 ON (t3.ID = t1.DEPT_ID), CMP3_SALARY t2, CMP3_ADDRESS t0 WHERE ((t2.EMP_ID = t1.EMP_ID) AND (t0.ADDRESS_ID = t1.ADDR_ID))") [junit] FetchGroup(names){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [junit] [EL Warning]: query: UnitOfWork(251842525)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ADDRESS_ID, t0.CITY, t0.COUNTRY, t0.P_CODE, t0.PROVINCE, t0.STREET, t0.TYPE, t0.VERSION, t3.ID, t3.NAME, t3.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t3 ON (t3.ID = t1.DEPT_ID), CMP3_SALARY t2, CMP3_ADDRESS t0 WHERE ((t1.EMP_ID IN (SELECT t4.OWNER_ID FROM CMP3_PHONENUMBER t4) AND (t2.EMP_ID = t1.EMP_ID)) AND (t0.ADDRESS_ID = t1.ADDR_ID))") [junit] FetchGroup(names){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [junit] [EL Warning]: ddl: ServerSession(429832105)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ServerSession(429832105)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'CMP3_SCIENTIST_CUBICLE'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter table CMP3_SCIENTIST drop foreign key CMP3_SCIENTIST_CUBICLE [junit] Query: DataModifyQuery(sql="Alter table CMP3_SCIENTIST drop foreign key CMP3_SCIENTIST_CUBICLE") [junit] [EL Warning]: query: UnitOfWork(952042521)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ADDRESS_ID, t0.CITY, t0.COUNTRY, t0.P_CODE, t0.PROVINCE, t0.STREET, t0.TYPE, t0.VERSION, t3.ID, t3.NAME, t3.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t3 ON (t3.ID = t1.DEPT_ID), CMP3_SALARY t2, CMP3_ADDRESS t0 WHERE ((t2.EMP_ID = t1.EMP_ID) AND (t0.ADDRESS_ID = t1.ADDR_ID))") [junit] FetchGroup(names){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [junit] [EL Warning]: query: UnitOfWork(1209609770)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ADDRESS_ID, t0.CITY, t0.COUNTRY, t0.P_CODE, t0.PROVINCE, t0.STREET, t0.TYPE, t0.VERSION, t3.ID, t3.NAME, t3.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t3 ON (t3.ID = t1.DEPT_ID), CMP3_SALARY t2, CMP3_ADDRESS t0 WHERE ((t1.EMP_ID IN (SELECT t4.OWNER_ID FROM CMP3_PHONENUMBER t4) AND (t2.EMP_ID = t1.EMP_ID)) AND (t0.ADDRESS_ID = t1.ADDR_ID))") [junit] FetchGroup(names){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [junit] [EL Warning]: ddl: ServerSession(429832105)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ServerSession(429832105)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'CMP3_SCIENTIST_CUBICLE'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter table CMP3_SCIENTIST drop foreign key CMP3_SCIENTIST_CUBICLE [junit] Query: DataModifyQuery(sql="Alter table CMP3_SCIENTIST drop foreign key CMP3_SCIENTIST_CUBICLE") [junit] [EL Warning]: query: UnitOfWork(115416468)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ADDRESS_ID, t0.CITY, t0.COUNTRY, t0.P_CODE, t0.PROVINCE, t0.STREET, t0.TYPE, t0.VERSION, t3.ID, t3.NAME, t3.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t3 ON (t3.ID = t1.DEPT_ID), CMP3_SALARY t2, CMP3_ADDRESS t0 WHERE ((t2.EMP_ID = t1.EMP_ID) AND (t0.ADDRESS_ID = t1.ADDR_ID))") [junit] FetchGroup(names){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [junit] [EL Warning]: query: UnitOfWork(1625368513)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ADDRESS_ID, t0.CITY, t0.COUNTRY, t0.P_CODE, t0.PROVINCE, t0.STREET, t0.TYPE, t0.VERSION, t3.ID, t3.NAME, t3.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t3 ON (t3.ID = t1.DEPT_ID), CMP3_SALARY t2, CMP3_ADDRESS t0 WHERE ((t1.EMP_ID IN (SELECT t4.OWNER_ID FROM CMP3_PHONENUMBER t4) AND (t2.EMP_ID = t1.EMP_ID)) AND (t0.ADDRESS_ID = t1.ADDR_ID))") [junit] FetchGroup(names){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [junit] >>> Employee retrieved [junit] >>> Employee copied [junit] >>> Sparse merge complete [junit] >>> Flush complete [junit] >>> Employees retrieved [junit] >>> Employees copied [junit] >>> Sparse merge complete [junit] >>> Flush complete [junit] [EL Warning]: ddl: ServerSession(429832105)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ServerSession(429832105)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'CMP3_SCIENTIST_CUBICLE'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter table CMP3_SCIENTIST drop foreign key CMP3_SCIENTIST_CUBICLE [junit] Query: DataModifyQuery(sql="Alter table CMP3_SCIENTIST drop foreign key CMP3_SCIENTIST_CUBICLE") [junit] [EL Warning]: ddl: ServerSession(429832105)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ServerSession(429832105)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'CMP3_SCIENTIST_CUBICLE'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter table CMP3_SCIENTIST drop foreign key CMP3_SCIENTIST_CUBICLE [junit] Query: DataModifyQuery(sql="Alter table CMP3_SCIENTIST drop foreign key CMP3_SCIENTIST_CUBICLE") [junit] [EL Warning]: query: UnitOfWork(1143877181)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((NOT EXISTS (SELECT ? FROM CMP3_PROJECT t3 WHERE (t3.LEADER_ID = t1.EMP_ID)) AND NOT EXISTS (SELECT ? FROM CMP3_SALARY t5, CMP3_EMPLOYEE t4 WHERE ((t4.MANAGER_EMP_ID = t1.EMP_ID) AND (t5.EMP_ID = t4.EMP_ID))) ) AND (t2.EMP_ID = t1.EMP_ID))") [junit] FetchGroup(employee){lastName, address => {class java.lang.Object=FetchGroup(address){country, city, ID, version}}, projects => {class java.lang.Object=FetchGroup(projects){name, teamLeader => {class java.lang.Object=FetchGroup(teamLeader){firstName, id, version, phoneNumbers => {class java.lang.Object=FetchGroup(phoneNumbers){owner, areaCode, type}}}}, id, version}}, manager => {class java.lang.Object=FetchGroup(manager){firstName, id, version, phoneNumbers => {class java.lang.Object=FetchGroup(phoneNumbers){owner, areaCode, type}}}}, id, department => {class java.lang.Object=FetchGroup(department){name, id}}, version, phoneNumbers}: joined attribute [projects.teamLeader] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [junit] [EL Warning]: query: UnitOfWork(1143877181)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((NOT EXISTS (SELECT ? FROM CMP3_PROJECT t3 WHERE (t3.LEADER_ID = t1.EMP_ID)) AND NOT EXISTS (SELECT ? FROM CMP3_SALARY t5, CMP3_EMPLOYEE t4 WHERE ((t4.MANAGER_EMP_ID = t1.EMP_ID) AND (t5.EMP_ID = t4.EMP_ID))) ) AND (t2.EMP_ID = t1.EMP_ID))") [junit] FetchGroup(employee){lastName, address => {class java.lang.Object=FetchGroup(address){country, city, ID, version}}, projects => {class java.lang.Object=FetchGroup(projects){name, teamLeader => {class java.lang.Object=FetchGroup(teamLeader){firstName, id, version, phoneNumbers => {class java.lang.Object=FetchGroup(phoneNumbers){owner, areaCode, type}}}}, id, version}}, manager => {class java.lang.Object=FetchGroup(manager){firstName, id, version, phoneNumbers => {class java.lang.Object=FetchGroup(phoneNumbers){owner, areaCode, type}}}}, id, department => {class java.lang.Object=FetchGroup(department){name, id}}, version, phoneNumbers}: joined attribute [projects.teamLeader.phoneNumbers] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [junit] [EL Warning]: query: UnitOfWork(1143877181)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((NOT EXISTS (SELECT ? FROM CMP3_PROJECT t3 WHERE (t3.LEADER_ID = t1.EMP_ID)) AND NOT EXISTS (SELECT ? FROM CMP3_SALARY t5, CMP3_EMPLOYEE t4 WHERE ((t4.MANAGER_EMP_ID = t1.EMP_ID) AND (t5.EMP_ID = t4.EMP_ID))) ) AND (t2.EMP_ID = t1.EMP_ID))") [junit] FetchGroup(employee){lastName, address => {class java.lang.Object=FetchGroup(address){country, city, ID, version}}, projects => {class java.lang.Object=FetchGroup(projects){name, teamLeader => {class java.lang.Object=FetchGroup(teamLeader){firstName, id, version, phoneNumbers => {class java.lang.Object=FetchGroup(phoneNumbers){owner, areaCode, type}}}}, id, version}}, manager => {class java.lang.Object=FetchGroup(manager){firstName, id, version, phoneNumbers => {class java.lang.Object=FetchGroup(phoneNumbers){owner, areaCode, type}}}}, id, department => {class java.lang.Object=FetchGroup(department){name, id}}, version, phoneNumbers}: joined attribute [manager.phoneNumbers] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [junit] [EL Warning]: query: UnitOfWork(1148125248)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE (t2.EMP_ID = t1.EMP_ID)") [junit] FetchGroup(){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it. [junit] [EL Warning]: ddl: ServerSession(429832105)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ServerSession(429832105)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'CMP3_SCIENTIST_CUBICLE'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter table CMP3_SCIENTIST drop foreign key CMP3_SCIENTIST_CUBICLE [junit] Query: DataModifyQuery(sql="Alter table CMP3_SCIENTIST drop foreign key CMP3_SCIENTIST_CUBICLE") [junit] [EL Warning]: ddl: ServerSession(429832105)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [junit] [EL Warning]: ServerSession(429832105)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'CMP3_SCIENTIST_CUBICLE'; check that column/key exists [junit] Error Code: 1091 [junit] Call: Alter table CMP3_SCIENTIST drop foreign key CMP3_SCIENTIST_CUBICLE [junit] Query: DataModifyQuery(sql="Alter table CMP3_SCIENTIST drop foreign key CMP3_SCIENTIST_CUBICLE") [junit] [EL Info]: 2022-09-10 04:15:59.882--ServerSession(1735250050)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:15:59.891--ServerSession(1735250050)--/partitioned_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Info]: 2022-09-10 04:16:00.453--ServerSession(589602093)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:00.46--ServerSession(589602093)--/partitioned-xml_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] WARNING: This test can only be run on Oracle. [junit] WARNING: This test can only be run on Oracle. [junit] [EL Info]: 2022-09-10 04:16:01.077--SessionBroker(1172368186)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:01.079--ServerSession(142512890)--composite-advanced-member_3 login successful [junit] [EL Info]: connection: 2022-09-10 04:16:01.081--ServerSession(894138975)--composite-advanced-member_2 login successful [junit] [EL Info]: connection: 2022-09-10 04:16:01.083--ServerSession(440544589)--composite-advanced-member_1 login successful [junit] [EL Info]: connection: 2022-09-10 04:16:01.091--SessionBroker(1172368186)--/composite-advanced login successful [junit] [EL Warning]: metamodel: 2022-09-10 04:16:01.091--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [junit] [EL Warning]: properties: 2022-09-10 04:16:01.721--ServerSession(142512890)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [junit] [EL Warning]: properties: 2022-09-10 04:16:01.722--ServerSession(894138975)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [junit] [EL Warning]: properties: 2022-09-10 04:16:01.722--ServerSession(440544589)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [junit] [EL Warning]: properties: 2022-09-10 04:16:01.722--ServerSession(142512890)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [junit] [EL Warning]: properties: 2022-09-10 04:16:01.722--ServerSession(894138975)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [junit] [EL Warning]: properties: 2022-09-10 04:16:01.722--ServerSession(440544589)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [junit] [EL Info]: connection: 2022-09-10 04:16:01.753--ServerSession(142512890)--composite-advanced-member_3 logout successful [junit] [EL Info]: connection: 2022-09-10 04:16:01.753--ServerSession(894138975)--composite-advanced-member_2 logout successful [junit] [EL Info]: connection: 2022-09-10 04:16:01.753--ServerSession(440544589)--composite-advanced-member_1 logout successful [junit] [EL Info]: 2022-09-10 04:16:01.753--SessionBroker(1172368186)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:01.755--ServerSession(142512890)--composite-advanced-member_3 login successful [junit] [EL Info]: connection: 2022-09-10 04:16:01.757--ServerSession(894138975)--composite-advanced-member_2 login successful [junit] [EL Info]: connection: 2022-09-10 04:16:01.758--ServerSession(440544589)--composite-advanced-member_1 login successful [junit] [EL Info]: connection: 2022-09-10 04:16:01.759--SessionBroker(1172368186)--/composite-advanced login successful [junit] [EL Info]: query: 2022-09-10 04:16:01.764--UnitOfWork(1501165932)--Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS [junit] Query: ReadAllQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS"). [junit] [EL Info]: transaction: 2022-09-10 04:16:01.766--ClientSession(1184776347)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0. [junit] [EL Warning]: 2022-09-10 04:16:01.77--ClientSession(1184776347)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] [EL Info]: query: 2022-09-10 04:16:01.774--UnitOfWork(1603559654)--Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS [junit] Query: ReadAllQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS"). [junit] [EL Warning]: 2022-09-10 04:16:01.78--ClientSession(2137556036)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] [EL Info]: query: 2022-09-10 04:16:01.783--UnitOfWork(10948695)--Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS [junit] Query: ReadAllQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS"). [junit] [EL Info]: transaction: 2022-09-10 04:16:01.785--ClientSession(217310538)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0. [junit] [EL Warning]: 2022-09-10 04:16:01.788--ClientSession(217310538)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] [EL Info]: connection: 2022-09-10 04:16:01.789--ServerSession(142512890)--composite-advanced-member_3 logout successful [junit] [EL Info]: connection: 2022-09-10 04:16:01.789--ServerSession(894138975)--composite-advanced-member_2 logout successful [junit] [EL Info]: connection: 2022-09-10 04:16:01.789--ServerSession(440544589)--composite-advanced-member_1 logout successful [junit] [EL Info]: 2022-09-10 04:16:01.789--SessionBroker(1172368186)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:01.791--ServerSession(142512890)--composite-advanced-member_3 login successful [junit] [EL Info]: connection: 2022-09-10 04:16:01.792--ServerSession(894138975)--composite-advanced-member_2 login successful [junit] [EL Info]: connection: 2022-09-10 04:16:01.793--ServerSession(440544589)--composite-advanced-member_1 login successful [junit] [EL Info]: connection: 2022-09-10 04:16:01.794--SessionBroker(1172368186)--/composite-advanced login successful [junit] [EL Info]: connection: 2022-09-10 04:16:01.794--ServerSession(142512890)--composite-advanced-member_3 logout successful [junit] [EL Info]: connection: 2022-09-10 04:16:01.794--ServerSession(894138975)--composite-advanced-member_2 logout successful [junit] [EL Info]: connection: 2022-09-10 04:16:01.794--ServerSession(440544589)--composite-advanced-member_1 logout successful [junit] [EL Info]: 2022-09-10 04:16:01.795--SessionBroker(1172368186)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:01.796--ServerSession(142512890)--composite-advanced-member_3 login successful [junit] [EL Info]: connection: 2022-09-10 04:16:01.797--ServerSession(894138975)--composite-advanced-member_2 login successful [junit] [EL Info]: connection: 2022-09-10 04:16:01.8--ServerSession(440544589)--composite-advanced-member_1 login successful [junit] [EL Info]: connection: 2022-09-10 04:16:01.8--SessionBroker(1172368186)--/composite-advanced login successful [junit] [EL Info]: query: 2022-09-10 04:16:01.805--UnitOfWork(939267102)--Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS [junit] Query: ReadAllQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS"). [junit] [EL Severe]: 2022-09-10 04:16:01.805--ServerSession(440544589)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Warning]: sql: 2022-09-10 04:16:01.806--ServerSession(440544589)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Info]: transaction: 2022-09-10 04:16:01.806--ClientSession(627684029)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0. [junit] [EL Severe]: 2022-09-10 04:16:01.807--ServerSession(440544589)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Warning]: sql: 2022-09-10 04:16:01.807--ServerSession(440544589)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Info]: connection: 2022-09-10 04:16:01.816--ServerSession(142512890)--composite-advanced-member_3 logout successful [junit] [EL Info]: connection: 2022-09-10 04:16:01.816--ServerSession(894138975)--composite-advanced-member_2 logout successful [junit] [EL Info]: connection: 2022-09-10 04:16:01.817--ServerSession(440544589)--composite-advanced-member_1 logout successful [junit] [EL Info]: 2022-09-10 04:16:01.817--SessionBroker(1172368186)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:01.818--ServerSession(142512890)--composite-advanced-member_3 login successful [junit] [EL Info]: connection: 2022-09-10 04:16:01.82--ServerSession(894138975)--composite-advanced-member_2 login successful [junit] [EL Info]: connection: 2022-09-10 04:16:01.821--ServerSession(440544589)--composite-advanced-member_1 login successful [junit] [EL Info]: connection: 2022-09-10 04:16:01.822--SessionBroker(1172368186)--/composite-advanced login successful [junit] [EL Info]: connection: 2022-09-10 04:16:01.9--ServerSession(142512890)--composite-advanced-member_3 logout successful [junit] [EL Info]: connection: 2022-09-10 04:16:01.901--ServerSession(894138975)--composite-advanced-member_2 logout successful [junit] [EL Info]: connection: 2022-09-10 04:16:01.901--ServerSession(440544589)--composite-advanced-member_1 logout successful [junit] [EL Info]: 2022-09-10 04:16:01.902--SessionBroker(1172368186)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:01.903--ServerSession(142512890)--composite-advanced-member_3 login successful [junit] [EL Info]: connection: 2022-09-10 04:16:01.905--ServerSession(894138975)--composite-advanced-member_2 login successful [junit] [EL Info]: connection: 2022-09-10 04:16:01.906--ServerSession(440544589)--composite-advanced-member_1 login successful [junit] [EL Info]: connection: 2022-09-10 04:16:01.907--SessionBroker(1172368186)--/composite-advanced login successful [junit] [EL Severe]: 2022-09-10 04:16:01.908--ServerSession(440544589)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Warning]: 2022-09-10 04:16:01.908--UnitOfWork(763507756)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.composite.advanced.member_1.Address@714abd1f) [junit] [EL Info]: query: 2022-09-10 04:16:01.908--UnitOfWork(936685128)--Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS WHERE (ADDRESS_ID = ?) [junit] bind => [1] [junit] Query: ReadObjectQuery(name="readAddress" referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS WHERE (ADDRESS_ID = ?)"). [junit] [EL Info]: transaction: 2022-09-10 04:16:01.915--ClientSession(1980080138)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0. [junit] [EL Severe]: 2022-09-10 04:16:01.915--ServerSession(440544589)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Severe]: 2022-09-10 04:16:01.916--ServerSession(440544589)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Severe]: 2022-09-10 04:16:01.916--ServerSession(440544589)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Warning]: 2022-09-10 04:16:01.916--ClientSession(1980080138)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Info]: query: 2022-09-10 04:16:01.916--UnitOfWork(1403915402)--Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS WHERE (ADDRESS_ID = ?) [junit] bind => [1] [junit] Query: ReadObjectQuery(name="readAddress" referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS WHERE (ADDRESS_ID = ?)"). [junit] [EL Info]: transaction: 2022-09-10 04:16:01.923--ClientSession(928146632)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0. [junit] [EL Severe]: 2022-09-10 04:16:01.923--ServerSession(440544589)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Severe]: 2022-09-10 04:16:01.923--ServerSession(440544589)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Severe]: 2022-09-10 04:16:01.924--ServerSession(440544589)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Warning]: 2022-09-10 04:16:01.924--ClientSession(928146632)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Info]: query: 2022-09-10 04:16:01.924--UnitOfWork(1821056407)--Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS WHERE (ADDRESS_ID = ?) [junit] bind => [1] [junit] Query: ReadObjectQuery(name="readAddress" referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS WHERE (ADDRESS_ID = ?)"). [junit] [EL Info]: transaction: 2022-09-10 04:16:01.93--ClientSession(1516504591)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0. [junit] [EL Severe]: 2022-09-10 04:16:01.931--ServerSession(440544589)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Severe]: 2022-09-10 04:16:01.931--ServerSession(440544589)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Severe]: 2022-09-10 04:16:01.931--ServerSession(440544589)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Warning]: 2022-09-10 04:16:01.931--ClientSession(1516504591)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Info]: query: 2022-09-10 04:16:01.932--UnitOfWork(972170211)--Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS WHERE (ADDRESS_ID = ?) [junit] bind => [1] [junit] Query: ReadObjectQuery(name="readAddress" referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS WHERE (ADDRESS_ID = ?)"). [junit] [EL Info]: transaction: 2022-09-10 04:16:01.938--ClientSession(758046484)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0. [junit] [EL Severe]: 2022-09-10 04:16:01.938--ServerSession(440544589)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Severe]: 2022-09-10 04:16:01.938--ServerSession(440544589)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Severe]: 2022-09-10 04:16:01.938--ServerSession(440544589)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Warning]: 2022-09-10 04:16:01.938--ClientSession(758046484)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Info]: transaction: 2022-09-10 04:16:01.945--ClientSession(2116407581)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0. [junit] [EL Severe]: 2022-09-10 04:16:01.945--ServerSession(440544589)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Severe]: 2022-09-10 04:16:01.945--ServerSession(440544589)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Severe]: 2022-09-10 04:16:01.946--ServerSession(440544589)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Warning]: 2022-09-10 04:16:01.946--ClientSession(2116407581)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken [junit] Error Code: 0 [junit] [EL Info]: query: 2022-09-10 04:16:01.946--UnitOfWork(1767393946)--Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken [junit] Error Code: 0 [junit] Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS WHERE (ADDRESS_ID = ?) [junit] bind => [1] [junit] Query: ReadObjectQuery(name="readAddress" referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS WHERE (ADDRESS_ID = ?)"). [junit] [EL Info]: connection: 2022-09-10 04:16:01.952--ServerSession(142512890)--composite-advanced-member_3 logout successful [junit] [EL Info]: connection: 2022-09-10 04:16:01.952--ServerSession(894138975)--composite-advanced-member_2 logout successful [junit] [EL Info]: connection: 2022-09-10 04:16:01.952--ServerSession(440544589)--composite-advanced-member_1 logout successful [junit] [EL Info]: 2022-09-10 04:16:01.952--SessionBroker(1172368186)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:01.954--ServerSession(142512890)--composite-advanced-member_3 login successful [junit] [EL Info]: connection: 2022-09-10 04:16:01.955--ServerSession(894138975)--composite-advanced-member_2 login successful [junit] [EL Info]: connection: 2022-09-10 04:16:01.956--ServerSession(440544589)--composite-advanced-member_1 login successful [junit] [EL Info]: connection: 2022-09-10 04:16:01.957--SessionBroker(1172368186)--/composite-advanced login successful [junit] [EL Info]: 2022-09-10 04:16:02.001--ServerSession(1547551227)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Severe]: 2022-09-10 04:16:02.005--ServerSession(1547551227)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.IntegrityException [junit] Descriptor Exceptions: [junit] --------------------------------------------------------- [junit] [junit] Exception [EclipseLink-48] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: Multiple writable mappings exist for the field [WRONGANNOTATION.F_NAME]. Only one may be defined as writable, all others must be specified read-only. [junit] Mapping: org.eclipse.persistence.mappings.DirectToFieldMapping[lastName-->WRONGANNOTATION.F_NAME] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.validationfailed.WrongAnnotation --> [DatabaseTable(WRONGANNOTATION)]) [junit] [junit] Exception [EclipseLink-48] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: Multiple writable mappings exist for the field [CMP3_MWMAPVALUE.VALUE]. Only one may be defined as writable, all others must be specified read-only. [junit] Mapping: org.eclipse.persistence.mappings.DirectToFieldMapping[value-->CMP3_MWMAPVALUE.VALUE] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.validationfailed.MultipleWritableMapValue --> [DatabaseTable(CMP3_MWMAPVALUE)]) [junit] [junit] Runtime Exceptions: [junit] --------------------------------------------------------- [junit] [junit] [EL Info]: connection: 2022-09-10 04:16:02.005--ServerSession(1547551227)--/broken-PU_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root logout successful [junit] [EL Severe]: ejb: 2022-09-10 04:16:02.005--ServerSession(1547551227)--Exception [EclipseLink-0] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.IntegrityException [junit] Descriptor Exceptions: [junit] --------------------------------------------------------- [junit] [junit] Exception [EclipseLink-48] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: Multiple writable mappings exist for the field [WRONGANNOTATION.F_NAME]. Only one may be defined as writable, all others must be specified read-only. [junit] Mapping: org.eclipse.persistence.mappings.DirectToFieldMapping[lastName-->WRONGANNOTATION.F_NAME] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.validationfailed.WrongAnnotation --> [DatabaseTable(WRONGANNOTATION)]) [junit] [junit] Exception [EclipseLink-48] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DescriptorException [junit] Exception Description: Multiple writable mappings exist for the field [CMP3_MWMAPVALUE.VALUE]. Only one may be defined as writable, all others must be specified read-only. [junit] Mapping: org.eclipse.persistence.mappings.DirectToFieldMapping[value-->CMP3_MWMAPVALUE.VALUE] [junit] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.validationfailed.MultipleWritableMapValue --> [DatabaseTable(CMP3_MWMAPVALUE)]) [junit] [junit] Runtime Exceptions: [junit] --------------------------------------------------------- [junit] [junit] [EL Warning]: 2022-09-10 04:16:02.101--UnitOfWork(502511826)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column 'F_NAME' at row 1 [junit] Error Code: 1406 [junit] Call: INSERT INTO MBR2_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, PAY_SCALE, ROOM_NUM, STATUS, VERSION, START_TIME, END_TIME, START_OVERTIME, END_OVERTIME, FORMER_COMPANY, FORMER_END_DATE, FORMER_START_DATE, END_DATE, START_DATE, ADDR_ID, DEPT_ID, MANAGER_EMP_ID, HUGE_PROJ_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [166, firstName_maxfieldLength_0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000, null, null, null, 0, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] Query: InsertObjectQuery(Employee: 166) [junit] [EL Warning]: 2022-09-10 04:16:02.197--UnitOfWork(920578747)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'NOWAIT' at line 1 [junit] Error Code: 1064 [junit] Call: SELECT t0.PROJ_ID, t0.PROJ_TYPE, t0.DESCRIP, t0.PROJ_NAME, t0.VERSION, t0.LEADER_ID, t1.PROJ_ID, t1.BUDGET FROM MBR3_PROJECT t0, MBR3_LPROJECT t1 WHERE (((t0.PROJ_ID = ?) AND (t1.PROJ_ID = t0.PROJ_ID)) AND (t0.PROJ_TYPE = ?)) FOR UPDATE NOWAIT [junit] bind => [19, L] [junit] Query: ReadObjectQuery(referenceClass=LargeProject sql="SELECT DISTINCT t0.PROJ_TYPE FROM MBR3_PROJECT t0, MBR3_LPROJECT t1 WHERE (((t0.PROJ_ID = ?) AND (t1.PROJ_ID = t0.PROJ_ID)) AND (t0.PROJ_TYPE IN (?, ?)))") [junit] [EL Warning]: 2022-09-10 04:16:05.348--UnitOfWork(670442817)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 200] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.composite.advanced.member_2.Employee Primary Key> 200 [junit] [EL Warning]: 2022-09-10 04:16:05.355--UnitOfWork(1235180903)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 201] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.composite.advanced.member_2.Employee Primary Key> 201 [junit] [EL Warning]: 2022-09-10 04:16:05.381--UnitOfWork(64853352)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'NOWAIT' at line 1 [junit] Error Code: 1064 [junit] Call: SELECT ID, NAME, DEPT_HEAD FROM MBR1_DEPT WHERE (ID = ?) FOR UPDATE NOWAIT [junit] bind => [54] [junit] Query: ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, DEPT_HEAD FROM MBR1_DEPT WHERE (ID = ?) FOR UPDATE NOWAIT") [junit] [EL Warning]: 2022-09-10 04:16:05.392--UnitOfWork(652589379)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'NOWAIT' at line 1 [junit] Error Code: 1064 [junit] Call: SELECT ID, NAME, DEPT_HEAD FROM MBR1_DEPT WHERE (ID = ?) FOR UPDATE NOWAIT [junit] bind => [55] [junit] Query: ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, DEPT_HEAD FROM MBR1_DEPT WHERE (ID = ?) FOR UPDATE NOWAIT") [junit] [EL Info]: connection: 2022-09-10 04:16:05.55--ServerSession(142512890)--composite-advanced-member_3 logout successful [junit] [EL Info]: connection: 2022-09-10 04:16:05.551--ServerSession(894138975)--composite-advanced-member_2 logout successful [junit] [EL Info]: connection: 2022-09-10 04:16:05.551--ServerSession(440544589)--composite-advanced-member_1 logout successful [junit] [EL Info]: 2022-09-10 04:16:05.552--SessionBroker(1172368186)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:05.554--ServerSession(142512890)--composite-advanced-member_3 login successful [junit] [EL Info]: connection: 2022-09-10 04:16:05.555--ServerSession(894138975)--composite-advanced-member_2 login successful [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] [EL Info]: connection: 2022-09-10 04:16:05.559--ServerSession(440544589)--composite-advanced-member_1 login successful [junit] [EL Info]: connection: 2022-09-10 04:16:05.559--SessionBroker(1172368186)--/composite-advanced login successful [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] Ds - Allocating new non-tx connection [junit] [EL Info]: connection: 2022-09-10 04:16:05.639--ServerSession(142512890)--composite-advanced-member_3 logout successful [junit] [EL Info]: connection: 2022-09-10 04:16:05.639--ServerSession(894138975)--composite-advanced-member_2 logout successful [junit] [EL Info]: connection: 2022-09-10 04:16:05.639--ServerSession(440544589)--composite-advanced-member_1 logout successful [junit] [EL Info]: 2022-09-10 04:16:05.639--SessionBroker(1172368186)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:05.641--ServerSession(142512890)--composite-advanced-member_3 login successful [junit] [EL Info]: connection: 2022-09-10 04:16:05.642--ServerSession(894138975)--composite-advanced-member_2 login successful [junit] [EL Info]: connection: 2022-09-10 04:16:05.645--ServerSession(440544589)--composite-advanced-member_1 login successful [junit] [EL Info]: connection: 2022-09-10 04:16:05.645--SessionBroker(1172368186)--/composite-advanced login successful [junit] [EL Info]: connection: 2022-09-10 04:16:05.646--ServerSession(142512890)--composite-advanced-member_3 logout successful [junit] [EL Info]: connection: 2022-09-10 04:16:05.646--ServerSession(894138975)--composite-advanced-member_2 logout successful [junit] [EL Info]: connection: 2022-09-10 04:16:05.646--ServerSession(440544589)--composite-advanced-member_1 logout successful [junit] [EL Info]: 2022-09-10 04:16:05.646--SessionBroker(1172368186)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:05.648--ServerSession(142512890)--composite-advanced-member_3 login successful [junit] [EL Info]: connection: 2022-09-10 04:16:05.65--ServerSession(894138975)--composite-advanced-member_2 login successful [junit] [EL Info]: connection: 2022-09-10 04:16:05.653--ServerSession(440544589)--composite-advanced-member_1 login successful [junit] [EL Info]: connection: 2022-09-10 04:16:05.653--SessionBroker(1172368186)--/composite-advanced login successful [junit] [EL Info]: connection: 2022-09-10 04:16:05.704--ServerSession(142512890)--composite-advanced-member_3 logout successful [junit] [EL Info]: connection: 2022-09-10 04:16:05.704--ServerSession(894138975)--composite-advanced-member_2 logout successful [junit] [EL Info]: connection: 2022-09-10 04:16:05.705--ServerSession(440544589)--composite-advanced-member_1 logout successful [junit] [EL Info]: 2022-09-10 04:16:05.705--SessionBroker(1172368186)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:05.706--ServerSession(142512890)--composite-advanced-member_3 login successful [junit] [EL Info]: connection: 2022-09-10 04:16:05.707--ServerSession(894138975)--composite-advanced-member_2 login successful [junit] [EL Info]: connection: 2022-09-10 04:16:05.71--ServerSession(440544589)--composite-advanced-member_1 login successful [junit] [EL Info]: connection: 2022-09-10 04:16:05.711--SessionBroker(1172368186)--/composite-advanced login successful [junit] [EL Warning]: 2022-09-10 04:16:05.726--UnitOfWork(942109816)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: The attribute [id] of class [org.eclipse.persistence.testing.models.jpa.composite.advanced.member_2.Employee] is mapped to a primary key column in the database. Updates are not allowed. [junit] [EL Warning]: 2022-09-10 04:16:05.731--UnitOfWork(1378506172)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: The attribute [owner] of class [org.eclipse.persistence.testing.models.jpa.composite.advanced.member_3.PhoneNumber] is mapped to a primary key column in the database. Updates are not allowed. [junit] [EL Warning]: 2022-09-10 04:16:05.74--UnitOfWork(1199629050)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 255] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.composite.advanced.member_2.Employee Primary Key> 255 [junit] [EL Warning]: 2022-09-10 04:16:05.947--UnitOfWork(1530481651)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 274] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.composite.advanced.member_2.Employee Primary Key> 274 [junit] [EL Warning]: 2022-09-10 04:16:05.958--UnitOfWork(418313700)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'NOWAIT' at line 1 [junit] Error Code: 1064 [junit] Call: SELECT ID, NAME, DEPT_HEAD FROM MBR1_DEPT WHERE (ID = ?) FOR UPDATE NOWAIT [junit] bind => [101] [junit] Query: ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, DEPT_HEAD FROM MBR1_DEPT WHERE (ID = ?) FOR UPDATE NOWAIT") [junit] [EL Warning]: 2022-09-10 04:16:05.964--UnitOfWork(1876749160)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'NOWAIT' at line 1 [junit] Error Code: 1064 [junit] Call: SELECT ID, NAME, DEPT_HEAD FROM MBR1_DEPT WHERE (ID = ?) FOR UPDATE NOWAIT [junit] bind => [102] [junit] Query: ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, DEPT_HEAD FROM MBR1_DEPT WHERE (ID = ?) FOR UPDATE NOWAIT") [junit] [EL Warning]: 2022-09-10 04:16:06.162--UnitOfWork(1163183639)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 314] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.composite.advanced.member_2.Employee Primary Key> 314 [junit] [EL Warning]: 2022-09-10 04:16:06.191--UnitOfWork(1979385383)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [Employee: 317] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.jpa.composite.advanced.member_2.Employee Primary Key> 317 [junit] [EL Info]: 2022-09-10 04:16:06.213--ServerSession(1326505341)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:06.218--ServerSession(1326505341)--/extensibility_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Info]: 2022-09-10 04:16:06.346--ServerSession(1496538298)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:06.349--ServerSession(1496538298)--/extensibility_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: 2022-09-10 04:16:06.367--ServerSession(1496538298)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Can't write; duplicate key in table '#sql-a1_726' [junit] Error Code: 1022 [junit] Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)") [junit] [EL Info]: connection: 2022-09-10 04:16:07.067--ServerSession(1326505341)--/extensibility_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root logout successful [junit] [EL Info]: connection: 2022-09-10 04:16:07.071--ServerSession(450075750)--default-session logout successful [junit] [EL Info]: 2022-09-10 04:16:07.086--ServerSession(1873840096)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:07.094--ServerSession(1873840096)--/extensibility_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: 2022-09-10 04:16:07.116--ServerSession(1873840096)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Can't write; duplicate key in table '#sql-a1_728' [junit] Error Code: 1022 [junit] Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)") [junit] [EL Info]: 2022-09-10 04:16:07.156--ServerSession(1777796502)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:07.158--ServerSession(1777796502)--/extensibility_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: 2022-09-10 04:16:07.175--ServerSession(1777796502)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Can't write; duplicate key in table '#sql-a1_72a' [junit] Error Code: 1022 [junit] Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)") [junit] [EL Info]: 2022-09-10 04:16:07.191--ServerSession(302750482)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:07.193--ServerSession(302750482)--/extensibility_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: 2022-09-10 04:16:07.208--ServerSession(302750482)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Can't write; duplicate key in table '#sql-a1_72c' [junit] Error Code: 1022 [junit] Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)") [junit] [EL Info]: connection: 2022-09-10 04:16:07.835--ServerSession(1873840096)--/extensibility_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root logout successful [junit] [EL Info]: connection: 2022-09-10 04:16:07.837--ServerSession(1777796502)--/extensibility_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root logout successful [junit] [EL Info]: connection: 2022-09-10 04:16:07.839--ServerSession(1496538298)--/extensibility_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root logout successful [junit] [EL Info]: 2022-09-10 04:16:07.841--ServerSession(1121439109)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:07.844--ServerSession(1121439109)--/extensibility_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: 2022-09-10 04:16:07.86--ServerSession(1121439109)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Can't write; duplicate key in table '#sql-a1_72e' [junit] Error Code: 1022 [junit] Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)") [junit] [EL Info]: 2022-09-10 04:16:07.87--ServerSession(839638567)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:07.872--ServerSession(839638567)--/extensibility_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: 2022-09-10 04:16:07.888--ServerSession(839638567)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Can't write; duplicate key in table '#sql-a1_730' [junit] Error Code: 1022 [junit] Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)") [junit] [EL Info]: 2022-09-10 04:16:07.9--ServerSession(1183077410)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:07.903--ServerSession(1183077410)--/extensibility_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: 2022-09-10 04:16:07.921--ServerSession(1183077410)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Can't write; duplicate key in table '#sql-a1_732' [junit] Error Code: 1022 [junit] Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)") [junit] [EL Warning]: 2022-09-10 04:16:07.926--ServerSession(1183077410)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Can't write; duplicate key in table '#sql-a1_732' [junit] Error Code: 1022 [junit] Call: ALTER TABLE EXTENS_JOIN_TABLE ADD CONSTRAINT FK_EXTENS_JOIN_TABLE_ID1 FOREIGN KEY (ID1) REFERENCES EXTENS_EMP (ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE EXTENS_JOIN_TABLE ADD CONSTRAINT FK_EXTENS_JOIN_TABLE_ID1 FOREIGN KEY (ID1) REFERENCES EXTENS_EMP (ID)") [junit] [EL Info]: 2022-09-10 04:16:07.942--ServerSession(654370402)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:07.944--ServerSession(654370402)--/extensibility_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: 2022-09-10 04:16:07.959--ServerSession(654370402)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Can't write; duplicate key in table '#sql-a1_734' [junit] Error Code: 1022 [junit] Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)") [junit] [EL Info]: 2022-09-10 04:16:07.978--ServerSession(103474532)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:07.981--ServerSession(103474532)--/extensibility_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: 2022-09-10 04:16:07.999--ServerSession(103474532)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Can't write; duplicate key in table '#sql-a1_736' [junit] Error Code: 1022 [junit] Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)") [junit] [EL Info]: 2022-09-10 04:16:08.016--ServerSession(663496363)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Severe]: 2022-09-10 04:16:08.016--ServerSession(663496363)--Exception [EclipseLink-7060] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: Cannot acquire data source [MyNonJtaDataSource]. [junit] Internal Exception: javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial [junit] [EL Severe]: ejb: 2022-09-10 04:16:08.016--ServerSession(663496363)--Exception [EclipseLink-7060] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: Cannot acquire data source [MyNonJtaDataSource]. [junit] Internal Exception: javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial [junit] [EL Info]: 2022-09-10 04:16:08.021--ServerSession(1353348891)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:08.024--ServerSession(1353348891)--/extensibility_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: 2022-09-10 04:16:08.042--ServerSession(1353348891)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Can't write; duplicate key in table '#sql-a1_738' [junit] Error Code: 1022 [junit] Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT FK_EXTENS_EMP_ADDRESS_ID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)") [junit] [EL Warning]: 2022-09-10 04:16:08.047--ServerSession(1353348891)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Can't write; duplicate key in table '#sql-a1_738' [junit] Error Code: 1022 [junit] Call: ALTER TABLE EXTENS_JOIN_TABLE ADD CONSTRAINT FK_EXTENS_JOIN_TABLE_ID1 FOREIGN KEY (ID1) REFERENCES EXTENS_EMP (ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE EXTENS_JOIN_TABLE ADD CONSTRAINT FK_EXTENS_JOIN_TABLE_ID1 FOREIGN KEY (ID1) REFERENCES EXTENS_EMP (ID)") [junit] [EL Info]: 2022-09-10 04:16:08.116--ServerSession(1540761199)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:08.118--ServerSession(1540761199)--/ecl-xml-mapping-metadata-complete_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Info]: connection: 2022-09-10 04:16:08.124--DatabaseSessionImpl(1458829786)-- logout successful [junit] [EL Info]: 2022-09-10 04:16:08.124--DatabaseSessionImpl(701868234)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:08.125--DatabaseSessionImpl(701868234)-- login successful [junit] Tests run: 2945, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 351.665 sec [echo] Loading /home/jenkins/build.properties [echo] Skipping ${test.properties}, file does not exist [echo] Skipping /home/jenkins/test.properties, file does not exist [echo] Skipping /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.6.10.v20220910-5fc36efa7a.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.modelgentest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/eclipselink.jpa.modelgen.test' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../sdo/plugins' (for GF) [echo] user.home = '/home/jenkins' [echo] Loading user properties from: '/home/jenkins/test.properties' config-classpath: [echo] Configuring compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.0.6.v201308211412.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.validation_1.1.0.v201304101302.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ejb_3.1.0.v201205171433.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.transaction_1.1.0.v201002051055.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ws.rs_1.1.1.v20101004-1200.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.resource_1.6.0.v201204270900.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] '/home/jenkins/extension.lib.external/jacocoagent.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa21.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.1.1.v201509150925.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.validation_1.1.0.v201304101302.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ejb_3.1.0.v201205171433.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.transaction_1.1.0.v201002051055.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ws.rs_1.1.1.v20101004-1200.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] '/home/jenkins/extension.lib.external/jacocoagent.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring 'compile.modelgen.path' to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.jpa.modelgen_2.6.10.v20220910-5fc36efa7a.jar' [echo] and 'compile.path' [echo] [echo] Configuring 'compile.server.path' to: [echo] 'compile.path' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/../extension.oracle.lib.external/sdoapi.jar' [echo] '../../../extension.lib.external/mongo.jar' [echo] run-test: [echo] Running test on jdbc:mysql://localhost/ecltest?useSSL=false [junit] [EL Warning]: metadata: 2022-09-10 04:16:10.553--ServerSession(1667148529)--Overriding the PROPERTY mapping attribute [method getId] with the PROPERTY mapping attribute [method getId] from class [org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_1.Customer]. To avoid this warning you should mark the attribute [method getId] as transient. [junit] [EL Warning]: metadata: 2022-09-10 04:16:10.603--ServerSession(1667148529)--Ignoring JPA convert specification on element [method getProvince] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_1.Address] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:16:10.606--ServerSession(1667148529)--Ignoring JPA convert specification on element [method getType] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_1.Address] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:16:10.822--ServerSession(1280851663)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_3.PhoneNumber] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: 2022-09-10 04:16:11.059--ServerSession(1521083627)--Overriding the PROPERTY mapping attribute [method getVersion] with the PROPERTY mapping attribute [method getVersion] from class [org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_2.Employee]. To avoid this warning you should mark the attribute [method getVersion] as transient. [junit] [EL Warning]: metadata: 2022-09-10 04:16:11.09--ServerSession(1521083627)--Ignoring JPA convert specification on element [method getGender] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_2.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:16:11.092--ServerSession(1521083627)--Ignoring JPA convert specification on element [field firstName] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_2.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:16:11.116--ServerSession(1521083627)--Ignoring JPA convert specification on element [method getResponsibilities] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_2.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:16:11.121--ServerSession(1521083627)--Ignoring JPA convert specification on element [method getCreditCards] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_2.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:16:11.123--ServerSession(1521083627)--Ignoring JPA convert specification on element [method getCreditCards] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_2.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:16:11.123--ServerSession(1521083627)--Ignoring JPA convert specification on element [method getCreditLines] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_2.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:16:11.124--ServerSession(1521083627)--Ignoring JPA convert specification on element [method getCreditLines] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_2.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: ServerSession(1414967210)--Overriding the PROPERTY mapping attribute [method getId] with the PROPERTY mapping attribute [method getId] from class [org.eclipse.persistence.testing.models.jpa.xml.advanced.Customer]. To avoid this warning you should mark the attribute [method getId] as transient. [junit] [EL Warning]: metadata: ServerSession(1414967210)--Overriding the PROPERTY mapping attribute [method getVersion] with the PROPERTY mapping attribute [method getVersion] from class [org.eclipse.persistence.testing.models.jpa.xml.advanced.Employee]. To avoid this warning you should mark the attribute [method getVersion] as transient. [junit] [EL Warning]: metadata: ServerSession(1414967210)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.xml.advanced.PhoneNumber] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(1414967210)--Ignoring JPA convert specification on element [method getProvince] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.Address] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: ServerSession(1414967210)--Ignoring JPA convert specification on element [method getType] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.Address] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: ServerSession(1414967210)--Ignoring JPA convert specification on element [method getGender] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: ServerSession(1414967210)--Ignoring JPA convert specification on element [field firstName] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: ServerSession(1414967210)--Ignoring JPA convert specification on element [method getResponsibilities] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: ServerSession(1414967210)--Ignoring JPA convert specification on element [method getCreditLines] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: ServerSession(1414967210)--Ignoring JPA convert specification on element [method getCreditLines] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:16:14.665--ServerSession(1430861186)--Ignoring JPA convert specification on element [method getMy] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.dynamic.Address] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:16:14.669--ServerSession(1430861186)--Ignoring JPA convert specification on element [method getMy] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.dynamic.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:16:14.671--ServerSession(1430861186)--Ignoring JPA convert specification on element [method getMy] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.dynamic.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:16:14.672--ServerSession(1430861186)--Ignoring JPA convert specification on element [method getMy] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.dynamic.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:16:14.673--ServerSession(1430861186)--Ignoring JPA convert specification on element [method getMy] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.dynamic.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:16:14.673--ServerSession(1430861186)--Ignoring JPA convert specification on element [method getMy] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.dynamic.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:16:14.674--ServerSession(1430861186)--Ignoring JPA convert specification on element [method getMy] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.dynamic.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:16:14.783--ServerSession(1016860054)--Ignoring JPA convert specification on element [field gender] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Mafioso] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:16:14.787--ServerSession(1016860054)--The tenant discriminator context property for the tenant discriminator column [XML_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:16:14.89--ServerSession(888287133)--Ignoring JPA convert specification on element [field gender] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Mafioso] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:16:14.892--ServerSession(888287133)--The tenant discriminator context property for the tenant discriminator column [XML_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:16:15.001--ServerSession(2031588185)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:16:15.002--ServerSession(2031588185)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:16:15.002--ServerSession(2031588185)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:16:15.004--ServerSession(2031588185)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:16:15.083--ServerSession(461591680)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:16:15.084--ServerSession(461591680)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:16:15.085--ServerSession(461591680)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:16:15.086--ServerSession(461591680)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:16:15.209--ServerSession(1262408432)--Overriding the PROPERTY mapping attribute [method getId] with the PROPERTY mapping attribute [method getId] from class [org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_1.Customer]. To avoid this warning you should mark the attribute [method getId] as transient. [junit] [EL Warning]: metadata: 2022-09-10 04:16:15.211--ServerSession(1262408432)--Ignoring JPA convert specification on element [method getProvince] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_1.Address] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:16:15.212--ServerSession(1262408432)--Ignoring JPA convert specification on element [method getType] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_1.Address] since EclipseLink convert metadata is specified. [junit] Running org.eclipse.persistence.testing.tests.jpa.xml.EntityMappingsJUnitTestSuite [junit] [EL Warning]: metadata: ServerSession(446445803)--Overriding the PROPERTY mapping attribute [method getId] with the PROPERTY mapping attribute [method getId] from class [org.eclipse.persistence.testing.models.jpa.xml.advanced.Customer]. To avoid this warning you should mark the attribute [method getId] as transient. [junit] [EL Warning]: metadata: ServerSession(446445803)--Overriding the PROPERTY mapping attribute [method getVersion] with the PROPERTY mapping attribute [method getVersion] from class [org.eclipse.persistence.testing.models.jpa.xml.advanced.Employee]. To avoid this warning you should mark the attribute [method getVersion] as transient. [junit] [EL Warning]: metadata: ServerSession(446445803)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.xml.advanced.PhoneNumber] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(446445803)--Ignoring JPA convert specification on element [method getProvince] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.Address] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: ServerSession(446445803)--Ignoring JPA convert specification on element [method getType] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.Address] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: ServerSession(446445803)--Ignoring JPA convert specification on element [method getGender] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: ServerSession(446445803)--Ignoring JPA convert specification on element [field firstName] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: ServerSession(446445803)--Ignoring JPA convert specification on element [method getResponsibilities] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: ServerSession(446445803)--Ignoring JPA convert specification on element [method getCreditLines] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: ServerSession(446445803)--Ignoring JPA convert specification on element [method getCreditLines] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.Employee] since EclipseLink convert metadata is specified. [junit] [EL Info]: ServerSession(446445803)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: ServerSession(446445803)--extended-advanced-session login successful [junit] [EL Info]: ServerSession(1063723524)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: ServerSession(1063723524)--extended-relationship-session login successful [junit] [EL Info]: ServerSession(909786389)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: ServerSession(909786389)--extended-inheritance-session login successful [junit] [EL Info]: ServerSession(1607453282)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Warning]: metadata: ServerSession(1607453282)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1607453282)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Warning]: metadata: ServerSession(1607453282)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[ownershipDetails] because the aggregate has a (possibly nested) target foreign key mapping [junit] [EL Info]: connection: ServerSession(1607453282)--extended-complexaggregate-session login successful [junit] [EL Warning]: metadata: 2022-09-10 04:16:20.284--ServerSession(1708490318)--Ignoring JPA convert specification on element [method getMy] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.dynamic.Address] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:16:20.286--ServerSession(1708490318)--Ignoring JPA convert specification on element [method getMy] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.dynamic.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:16:20.286--ServerSession(1708490318)--Ignoring JPA convert specification on element [method getMy] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.dynamic.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:16:20.287--ServerSession(1708490318)--Ignoring JPA convert specification on element [method getMy] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.dynamic.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:16:20.287--ServerSession(1708490318)--Ignoring JPA convert specification on element [method getMy] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.dynamic.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:16:20.287--ServerSession(1708490318)--Ignoring JPA convert specification on element [method getMy] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.dynamic.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:16:20.287--ServerSession(1708490318)--Ignoring JPA convert specification on element [method getMy] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.dynamic.Employee] since EclipseLink convert metadata is specified. [junit] [EL Info]: 2022-09-10 04:16:20.337--ServerSession(1708490318)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:20.353--ServerSession(1708490318)--extended-dynamic-session login successful [junit] [EL Warning]: 2022-09-10 04:16:20.657--ServerSession(1708490318)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.SProc_Read_DynamicAddress does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE SProc_Read_DynamicAddress [junit] Query: DataModifyQuery(sql="DROP PROCEDURE SProc_Read_DynamicAddress") [junit] [EL Warning]: 2022-09-10 04:16:20.66--ServerSession(1708490318)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.SProc_Read_DynamicInOut does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE SProc_Read_DynamicInOut [junit] Query: DataModifyQuery(sql="DROP PROCEDURE SProc_Read_DynamicInOut") [junit] [EL Info]: 2022-09-10 04:16:20.787--ServerSession(324158286)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:20.791--ServerSession(324158286)-- login successful [junit] [EL Warning]: metamodel: 2022-09-10 04:16:20.791--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [junit] [EL Warning]: metadata: 2022-09-10 04:16:20.837--ServerSession(1510535132)--Ignoring JPA convert specification on element [field gender] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Mafioso] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:16:20.838--ServerSession(1510535132)--The tenant discriminator context property for the tenant discriminator column [XML_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [junit] [EL Info]: 2022-09-10 04:16:20.851--ServerSession(1510535132)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Warning]: metadata: 2022-09-10 04:16:20.858--ServerSession(1510535132)--Parent Entity XMLMafioso has an isolation level of: ISOLATED which is more protective then the subclass XMLUnderboss with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: 2022-09-10 04:16:20.859--ServerSession(1510535132)--Parent Entity XMLMafioso has an isolation level of: ISOLATED which is more protective then the subclass XMLCapo with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: 2022-09-10 04:16:20.859--ServerSession(1510535132)--Parent Entity XMLMafioso has an isolation level of: ISOLATED which is more protective then the subclass XMLSoldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Warning]: metadata: 2022-09-10 04:16:20.86--ServerSession(1510535132)--Parent Entity XMLMafioso has an isolation level of: ISOLATED which is more protective then the subclass XMLBoss with isolation: null so the subclass has been set to the isolation level ISOLATED. [junit] [EL Info]: connection: 2022-09-10 04:16:20.864--ServerSession(1510535132)--/extended-multi-tenant-shared-emf_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: metadata: 2022-09-10 04:16:21.442--ServerSession(1434092798)--Ignoring JPA convert specification on element [field gender] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Mafioso] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:16:21.443--ServerSession(1434092798)--The tenant discriminator context property for the tenant discriminator column [XML_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [junit] [EL Info]: 2022-09-10 04:16:21.451--ServerSession(1434092798)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:21.46--ServerSession(1434092798)--extended-multi-tenant-123 login successful [junit] [EL Warning]: metadata: 2022-09-10 04:16:21.587--ServerSession(2124360754)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:16:21.587--ServerSession(2124360754)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:16:21.588--ServerSession(2124360754)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:16:21.588--ServerSession(2124360754)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [junit] [EL Info]: 2022-09-10 04:16:21.611--ServerSession(2124360754)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:21.617--ServerSession(2124360754)--/extended-multi-tenant-table-per-tenant_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Warning]: metadata: 2022-09-10 04:16:21.69--ServerSession(974587617)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:16:21.691--ServerSession(974587617)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:16:21.691--ServerSession(974587617)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:16:21.691--ServerSession(974587617)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [junit] [EL Info]: 2022-09-10 04:16:21.697--ServerSession(974587617)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:21.705--ServerSession(974587617)--extended-multi-tenant-C login successful [junit] [EL Warning]: metadata: 2022-09-10 04:16:23.172--ServerSession(162214155)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_3.PhoneNumber] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: 2022-09-10 04:16:23.188--ServerSession(1740571776)--Overriding the PROPERTY mapping attribute [method getVersion] with the PROPERTY mapping attribute [method getVersion] from class [org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_2.Employee]. To avoid this warning you should mark the attribute [method getVersion] as transient. [junit] [EL Warning]: metadata: 2022-09-10 04:16:23.191--ServerSession(1740571776)--Ignoring JPA convert specification on element [method getGender] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_2.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:16:23.191--ServerSession(1740571776)--Ignoring JPA convert specification on element [field firstName] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_2.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:16:23.205--ServerSession(1508750581)--Overriding the PROPERTY mapping attribute [method getId] with the PROPERTY mapping attribute [method getId] from class [org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_1.Customer]. To avoid this warning you should mark the attribute [method getId] as transient. [junit] [EL Warning]: metadata: 2022-09-10 04:16:23.206--ServerSession(1508750581)--Ignoring JPA convert specification on element [method getProvince] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_1.Address] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:16:23.206--ServerSession(1508750581)--Ignoring JPA convert specification on element [method getType] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_1.Address] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:16:23.207--ServerSession(1740571776)--Ignoring JPA convert specification on element [method getResponsibilities] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_2.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:16:23.207--ServerSession(1740571776)--Ignoring JPA convert specification on element [method getCreditCards] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_2.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:16:23.208--ServerSession(1740571776)--Ignoring JPA convert specification on element [method getCreditCards] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_2.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:16:23.208--ServerSession(1740571776)--Ignoring JPA convert specification on element [method getCreditLines] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_2.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:16:23.208--ServerSession(1740571776)--Ignoring JPA convert specification on element [method getCreditLines] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_2.Employee] since EclipseLink convert metadata is specified. [junit] [EL Info]: 2022-09-10 04:16:23.247--SessionBroker(558624761)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:23.251--ServerSession(162214155)--xml-composite-advanced-member_3 login successful [junit] [EL Info]: connection: 2022-09-10 04:16:23.254--ServerSession(1740571776)--xml-composite-advanced-member_2 login successful [junit] [EL Info]: connection: 2022-09-10 04:16:23.257--ServerSession(1508750581)--xml-composite-advanced-member_1 login successful [junit] [EL Info]: connection: 2022-09-10 04:16:23.269--SessionBroker(558624761)--/xml-extended-composite-advanced login successful [junit] [EL Warning]: metamodel: 2022-09-10 04:16:23.269--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [junit] WARNING: This database does not support stored procedure creation. [junit] WARNING: This database does not support stored procedure creation. [junit] Tests run: 177, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.374 sec [echo] Loading /home/jenkins/build.properties [echo] Skipping ${test.properties}, file does not exist [echo] Skipping /home/jenkins/test.properties, file does not exist [echo] Skipping /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.6.10.v20220910-5fc36efa7a.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.modelgentest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/eclipselink.jpa.modelgen.test' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../sdo/plugins' (for GF) [echo] user.home = '/home/jenkins' [echo] Loading user properties from: '/home/jenkins/test.properties' config-classpath: [echo] Configuring compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.0.6.v201308211412.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.validation_1.1.0.v201304101302.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ejb_3.1.0.v201205171433.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.transaction_1.1.0.v201002051055.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ws.rs_1.1.1.v20101004-1200.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.resource_1.6.0.v201204270900.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] '/home/jenkins/extension.lib.external/jacocoagent.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa21.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.1.1.v201509150925.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.validation_1.1.0.v201304101302.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ejb_3.1.0.v201205171433.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.transaction_1.1.0.v201002051055.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ws.rs_1.1.1.v20101004-1200.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] '/home/jenkins/extension.lib.external/jacocoagent.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring 'compile.modelgen.path' to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.jpa.modelgen_2.6.10.v20220910-5fc36efa7a.jar' [echo] and 'compile.path' [echo] [echo] Configuring 'compile.server.path' to: [echo] 'compile.path' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/../extension.oracle.lib.external/sdoapi.jar' [echo] '../../../extension.lib.external/mongo.jar' [echo] run-test: [echo] Running test on jdbc:mysql://localhost/ecltest?useSSL=false [junit] Running org.eclipse.persistence.testing.tests.jpa21.advanced.JPA21TestSuite [junit] [EL Info]: 2022-09-10 04:16:29.143--ServerSession(23880693)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:29.631--ServerSession(23880693)--default-session login successful [junit] [EL Warning]: ddl: 2022-09-10 04:16:29.907--ServerSession(23880693)--Removing UNIQUE constraint definition from [JPA21_RUNNER_VTY.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2022-09-10 04:16:29.911--ServerSession(23880693)--Removing UNIQUE constraint definition from [JPA21_RUNNER_VLY.ID] because it is also a primary key. [junit] [EL Warning]: 2022-09-10 04:16:30.454--ServerSession(23880693)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.Parameter_Testing does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE Parameter_Testing [junit] Query: DataModifyQuery(sql="DROP PROCEDURE Parameter_Testing") [junit] [EL Warning]: 2022-09-10 04:16:30.457--ServerSession(23880693)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.Read_Address does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE Read_Address [junit] Query: DataModifyQuery(sql="DROP PROCEDURE Read_Address") [junit] [EL Warning]: 2022-09-10 04:16:30.459--ServerSession(23880693)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.Read_Address_Mapped_Named does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE Read_Address_Mapped_Named [junit] Query: DataModifyQuery(sql="DROP PROCEDURE Read_Address_Mapped_Named") [junit] [EL Warning]: 2022-09-10 04:16:30.46--ServerSession(23880693)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.Read_Address_Mapped_Numbered does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE Read_Address_Mapped_Numbered [junit] Query: DataModifyQuery(sql="DROP PROCEDURE Read_Address_Mapped_Numbered") [junit] [EL Warning]: 2022-09-10 04:16:30.462--ServerSession(23880693)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.Update_Address_Postal_Code does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE Update_Address_Postal_Code [junit] Query: DataModifyQuery(sql="DROP PROCEDURE Update_Address_Postal_Code") [junit] [EL Warning]: 2022-09-10 04:16:30.463--ServerSession(23880693)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.Result_Set_And_Update_Address does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE Result_Set_And_Update_Address [junit] Query: DataModifyQuery(sql="DROP PROCEDURE Result_Set_And_Update_Address") [junit] [EL Warning]: 2022-09-10 04:16:30.465--ServerSession(23880693)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.Read_All_Addresses does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE Read_All_Addresses [junit] Query: DataModifyQuery(sql="DROP PROCEDURE Read_All_Addresses") [junit] [EL Warning]: 2022-09-10 04:16:30.466--ServerSession(23880693)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.Read_All_Employees does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE Read_All_Employees [junit] Query: DataModifyQuery(sql="DROP PROCEDURE Read_All_Employees") [junit] [EL Warning]: 2022-09-10 04:16:30.468--ServerSession(23880693)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.Read_Address_City does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE Read_Address_City [junit] Query: DataModifyQuery(sql="DROP PROCEDURE Read_Address_City") [junit] [EL Warning]: 2022-09-10 04:16:30.469--ServerSession(23880693)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.Delete_All_Responsibilities does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE Delete_All_Responsibilities [junit] Query: DataModifyQuery(sql="DROP PROCEDURE Delete_All_Responsibilities") [junit] [EL Warning]: 2022-09-10 04:16:30.47--ServerSession(23880693)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.Read_Multiple_Result_Sets does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE Read_Multiple_Result_Sets [junit] Query: DataModifyQuery(sql="DROP PROCEDURE Read_Multiple_Result_Sets") [junit] [EL Warning]: 2022-09-10 04:16:30.472--ServerSession(23880693)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.Read_No_Addresses does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE Read_No_Addresses [junit] Query: DataModifyQuery(sql="DROP PROCEDURE Read_No_Addresses") [junit] [EL Warning]: 2022-09-10 04:16:30.648--UnitOfWork(508760925)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DoesNotExist' at line 1 [junit] Error Code: 1064 [junit] Call: DoesNotExist [junit] Query: ReadAllQuery(referenceClass=Employee sql="DoesNotExist") [junit] [EL Warning]: 2022-09-10 04:16:30.65--UnitOfWork(1733619456)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.DoesNotExist does not exist [junit] Error Code: 1305 [junit] Call: { CALL DoesNotExist() } [junit] Query: ResultSetMappingQuery() [junit] [EL Warning]: 2022-09-10 04:16:30.754--UnitOfWork(1486553742)--javax.persistence.PersistenceException: An exception occurred while calling convertToDatabaseColumn on converter class org.eclipse.persistence.testing.models.jpa21.advanced.converters.ResponsibilityConverter with value throwExceptionInToDBColumn [junit] [EL Warning]: ddl: 2022-09-10 04:16:30.941--ServerSession(23880693)--Removing UNIQUE constraint definition from [JPA21_RUNNER_VTY.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2022-09-10 04:16:30.945--ServerSession(23880693)--Removing UNIQUE constraint definition from [JPA21_RUNNER_VLY.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2022-09-10 04:16:31.747--ServerSession(23880693)--Removing UNIQUE constraint definition from [JPA21_RUNNER_VTY.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2022-09-10 04:16:31.751--ServerSession(23880693)--Removing UNIQUE constraint definition from [JPA21_RUNNER_VLY.ID] because it is also a primary key. [junit] [EL Info]: 2022-09-10 04:16:32.397--ServerSession(1353512285)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:32.423--ServerSession(1353512285)--generate-schema-use-conn-session login successful [junit] [EL Info]: 2022-09-10 04:16:32.52--ServerSession(1560406561)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:32.531--ServerSession(1560406561)--generate-schema-use-conn-session login successful [junit] [EL Warning]: 2022-09-10 04:16:32.533--ServerSession(1560406561)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.JPA21_XML_DDL_ORGANIZER' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE JPA21_XML_DDL_ORGANIZER DROP FOREIGN KEY XMLOrganizer_Race_Foreign_Key [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_ORGANIZER DROP FOREIGN KEY XMLOrganizer_Race_Foreign_Key") [junit] [EL Warning]: 2022-09-10 04:16:32.533--ServerSession(1560406561)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.JPA21_XML_FORK_COSTS' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE JPA21_XML_FORK_COSTS DROP FOREIGN KEY FK_JPA21_XML_FORK_COSTS_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_FORK_COSTS DROP FOREIGN KEY FK_JPA21_XML_FORK_COSTS_ID") [junit] [EL Warning]: 2022-09-10 04:16:32.534--ServerSession(1560406561)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.JPA21_XML_DDL_SHOE' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE JPA21_XML_DDL_SHOE DROP FOREIGN KEY XMLShoes_Runner_Foreign_Key [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_SHOE DROP FOREIGN KEY XMLShoes_Runner_Foreign_Key") [junit] [EL Warning]: 2022-09-10 04:16:32.535--ServerSession(1560406561)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.JPA21_XML_DDL_SHOE' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE JPA21_XML_DDL_SHOE DROP FOREIGN KEY XMLRunner_ShoeTag_Foreign_Key [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_SHOE DROP FOREIGN KEY XMLRunner_ShoeTag_Foreign_Key") [junit] [EL Warning]: 2022-09-10 04:16:32.536--ServerSession(1560406561)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.JPA21_XML_DDL_SPRINTER' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE JPA21_XML_DDL_SPRINTER DROP FOREIGN KEY XML_Sprinter_Foreign_Key [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_SPRINTER DROP FOREIGN KEY XML_Sprinter_Foreign_Key") [junit] [EL Warning]: 2022-09-10 04:16:32.537--ServerSession(1560406561)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.JPA21_XML_FORK_FORK_USERS' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE JPA21_XML_FORK_FORK_USERS DROP FOREIGN KEY FK_JPA21_XML_FORK_FORK_USERS_FORK_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_FORK_FORK_USERS DROP FOREIGN KEY FK_JPA21_XML_FORK_FORK_USERS_FORK_ID") [junit] [EL Warning]: 2022-09-10 04:16:32.538--ServerSession(1560406561)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.JPA21_XML_FORK_FORK_USERS' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE JPA21_XML_FORK_FORK_USERS DROP FOREIGN KEY FK_JPA21_XML_FORK_FORK_USERS_FORK_USER_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_FORK_FORK_USERS DROP FOREIGN KEY FK_JPA21_XML_FORK_FORK_USERS_FORK_USER_ID") [junit] [EL Warning]: 2022-09-10 04:16:32.539--ServerSession(1560406561)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.DDL_RUNNERS_RACES' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE DDL_RUNNERS_RACES DROP FOREIGN KEY XMLRunners_Races_Foreign_Key [junit] Query: DataModifyQuery(sql="ALTER TABLE DDL_RUNNERS_RACES DROP FOREIGN KEY XMLRunners_Races_Foreign_Key") [junit] [EL Warning]: 2022-09-10 04:16:32.54--ServerSession(1560406561)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.DDL_RUNNERS_RACES' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE DDL_RUNNERS_RACES DROP FOREIGN KEY XMLRunners_Races_Inverse_Foreign_Key [junit] Query: DataModifyQuery(sql="ALTER TABLE DDL_RUNNERS_RACES DROP FOREIGN KEY XMLRunners_Races_Inverse_Foreign_Key") [junit] [EL Warning]: 2022-09-10 04:16:32.54--ServerSession(1560406561)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.JPA21_XML_DDL_RUNNER_ACS' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE JPA21_XML_DDL_RUNNER_ACS DROP FOREIGN KEY XMLAccomplistments_Foreign_Key [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_RUNNER_ACS DROP FOREIGN KEY XMLAccomplistments_Foreign_Key") [junit] [EL Warning]: 2022-09-10 04:16:32.541--ServerSession(1560406561)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.JPA21_XML_DDL_ENDORSEMENTS' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE JPA21_XML_DDL_ENDORSEMENTS DROP FOREIGN KEY XMLEndorsements_Foreign_Key [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_ENDORSEMENTS DROP FOREIGN KEY XMLEndorsements_Foreign_Key") [junit] [EL Warning]: 2022-09-10 04:16:32.542--ServerSession(1560406561)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.JPA21_XML_DDL_ENDORSEMENTS' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE JPA21_XML_DDL_ENDORSEMENTS DROP FOREIGN KEY XMLEndorsements_Key_Foreign_Key [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_ENDORSEMENTS DROP FOREIGN KEY XMLEndorsements_Key_Foreign_Key") [junit] [EL Warning]: 2022-09-10 04:16:32.543--ServerSession(1560406561)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.JPA21_XML_DDL_RUNNER_PBS' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE JPA21_XML_DDL_RUNNER_PBS DROP FOREIGN KEY XML_Runner_PBS_Foreign_Key [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_RUNNER_PBS DROP FOREIGN KEY XML_Runner_PBS_Foreign_Key") [junit] [EL Warning]: 2022-09-10 04:16:32.544--ServerSession(1560406561)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.JPA21_XML_FORK_USES' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE JPA21_XML_FORK_USES DROP FOREIGN KEY FK_JPA21_XML_FORK_USES_XMLFork_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_FORK_USES DROP FOREIGN KEY FK_JPA21_XML_FORK_USES_XMLFork_ID") [junit] [EL Warning]: 2022-09-10 04:16:32.544--ServerSession(1560406561)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.JPA21_XML_FORK_USER' [junit] Error Code: 1051 [junit] Call: DROP TABLE JPA21_XML_FORK_USER [junit] Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_FORK_USER") [junit] [EL Warning]: 2022-09-10 04:16:32.545--ServerSession(1560406561)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.JPA21_XML_DDL_RACE' [junit] Error Code: 1051 [junit] Call: DROP TABLE JPA21_XML_DDL_RACE [junit] Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_DDL_RACE") [junit] [EL Warning]: 2022-09-10 04:16:32.546--ServerSession(1560406561)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.JPA21_XML_DLL_RUNNER' [junit] Error Code: 1051 [junit] Call: DROP TABLE JPA21_XML_DLL_RUNNER [junit] Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_DLL_RUNNER") [junit] [EL Warning]: 2022-09-10 04:16:32.546--ServerSession(1560406561)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.JPA21_XML_DDL_ORGANIZER' [junit] Error Code: 1051 [junit] Call: DROP TABLE JPA21_XML_DDL_ORGANIZER [junit] Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_DDL_ORGANIZER") [junit] [EL Warning]: 2022-09-10 04:16:32.547--ServerSession(1560406561)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.JPA21_XML_FORK' doesn't exist [junit] Error Code: 1146 [junit] Call: DROP INDEX INDEX_JPA21_XML_FORK_STYLE_COLOR ON JPA21_XML_FORK [junit] Query: DataModifyQuery(sql="DROP INDEX INDEX_JPA21_XML_FORK_STYLE_COLOR ON JPA21_XML_FORK") [junit] [EL Warning]: 2022-09-10 04:16:32.548--ServerSession(1560406561)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.JPA21_XML_FORK' [junit] Error Code: 1051 [junit] Call: DROP TABLE JPA21_XML_FORK [junit] Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_FORK") [junit] [EL Warning]: 2022-09-10 04:16:32.548--ServerSession(1560406561)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.JPA21_XML_FORK_COSTS' doesn't exist [junit] Error Code: 1146 [junit] Call: DROP INDEX XML_FORK_COSTS_INDEX ON JPA21_XML_FORK_COSTS [junit] Query: DataModifyQuery(sql="DROP INDEX XML_FORK_COSTS_INDEX ON JPA21_XML_FORK_COSTS") [junit] [EL Warning]: 2022-09-10 04:16:32.549--ServerSession(1560406561)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.JPA21_XML_FORK_COSTS' [junit] Error Code: 1051 [junit] Call: DROP TABLE JPA21_XML_FORK_COSTS [junit] Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_FORK_COSTS") [junit] [EL Warning]: 2022-09-10 04:16:32.55--ServerSession(1560406561)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.JPA21_XML_DDL_SHOE' [junit] Error Code: 1051 [junit] Call: DROP TABLE JPA21_XML_DDL_SHOE [junit] Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_DDL_SHOE") [junit] [EL Warning]: 2022-09-10 04:16:32.55--ServerSession(1560406561)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.JPA21_XML_DDL_SHOE_TAG' [junit] Error Code: 1051 [junit] Call: DROP TABLE JPA21_XML_DDL_SHOE_TAG [junit] Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_DDL_SHOE_TAG") [junit] [EL Warning]: 2022-09-10 04:16:32.551--ServerSession(1560406561)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.JPA21_XML_DDL_SPRINTER' [junit] Error Code: 1051 [junit] Call: DROP TABLE JPA21_XML_DDL_SPRINTER [junit] Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_DDL_SPRINTER") [junit] [EL Warning]: 2022-09-10 04:16:32.552--ServerSession(1560406561)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.JPA21_XML_DDL_ENDORSER' [junit] Error Code: 1051 [junit] Call: DROP TABLE JPA21_XML_DDL_ENDORSER [junit] Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_DDL_ENDORSER") [junit] [EL Warning]: 2022-09-10 04:16:32.552--ServerSession(1560406561)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.JPA21_XML_FORK_FORK_USERS' doesn't exist [junit] Error Code: 1146 [junit] Call: DROP INDEX JPA21_XML_FORK_USERS_INDEX ON JPA21_XML_FORK_FORK_USERS [junit] Query: DataModifyQuery(sql="DROP INDEX JPA21_XML_FORK_USERS_INDEX ON JPA21_XML_FORK_FORK_USERS") [junit] [EL Warning]: 2022-09-10 04:16:32.553--ServerSession(1560406561)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.JPA21_XML_FORK_FORK_USERS' [junit] Error Code: 1051 [junit] Call: DROP TABLE JPA21_XML_FORK_FORK_USERS [junit] Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_FORK_FORK_USERS") [junit] [EL Warning]: 2022-09-10 04:16:32.554--ServerSession(1560406561)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.DDL_RUNNERS_RACES' [junit] Error Code: 1051 [junit] Call: DROP TABLE DDL_RUNNERS_RACES [junit] Query: DataModifyQuery(sql="DROP TABLE DDL_RUNNERS_RACES") [junit] [EL Warning]: 2022-09-10 04:16:32.554--ServerSession(1560406561)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.JPA21_XML_DDL_RUNNER_ACS' [junit] Error Code: 1051 [junit] Call: DROP TABLE JPA21_XML_DDL_RUNNER_ACS [junit] Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_DDL_RUNNER_ACS") [junit] [EL Warning]: 2022-09-10 04:16:32.555--ServerSession(1560406561)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.JPA21_XML_DDL_ENDORSEMENTS' [junit] Error Code: 1051 [junit] Call: DROP TABLE JPA21_XML_DDL_ENDORSEMENTS [junit] Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_DDL_ENDORSEMENTS") [junit] [EL Warning]: 2022-09-10 04:16:32.556--ServerSession(1560406561)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.JPA21_XML_DDL_RUNNER_PBS' [junit] Error Code: 1051 [junit] Call: DROP TABLE JPA21_XML_DDL_RUNNER_PBS [junit] Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_DDL_RUNNER_PBS") [junit] [EL Warning]: 2022-09-10 04:16:32.556--ServerSession(1560406561)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.JPA21_XML_FORK_USES' doesn't exist [junit] Error Code: 1146 [junit] Call: DROP INDEX JPA21_XML_FORK_USES_INDEX ON JPA21_XML_FORK_USES [junit] Query: DataModifyQuery(sql="DROP INDEX JPA21_XML_FORK_USES_INDEX ON JPA21_XML_FORK_USES") [junit] [EL Warning]: 2022-09-10 04:16:32.557--ServerSession(1560406561)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.JPA21_XML_FORK_USES' [junit] Error Code: 1051 [junit] Call: DROP TABLE JPA21_XML_FORK_USES [junit] Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_FORK_USES") [junit] [EL Warning]: 2022-09-10 04:16:32.559--ServerSession(1560406561)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.JPA21_XML_PK_SEQ' doesn't exist [junit] Error Code: 1146 [junit] Call: DROP INDEX XML_TABLE_GENERATOR_INDEX ON JPA21_XML_PK_SEQ [junit] Query: DataModifyQuery(sql="DROP INDEX XML_TABLE_GENERATOR_INDEX ON JPA21_XML_PK_SEQ") [junit] [EL Warning]: 2022-09-10 04:16:32.56--ServerSession(1560406561)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.JPA21_XML_PK_SEQ' doesn't exist [junit] Error Code: 1146 [junit] Call: DELETE FROM JPA21_XML_PK_SEQ WHERE XML_SEQ_NAME = 'XML_UTENSIL_SEQ' [junit] Query: DataModifyQuery(sql="DELETE FROM JPA21_XML_PK_SEQ WHERE XML_SEQ_NAME = 'XML_UTENSIL_SEQ'") [junit] [EL Warning]: 2022-09-10 04:16:32.659--ServerSession(1560406561)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Cannot add foreign key constraint [junit] Error Code: 1215 [junit] Call: ALTER TABLE JPA21_XML_DDL_SHOE ADD CONSTRAINT XMLShoes_Runner_Foreign_Key FOREIGN KEY (RUNNER_ID) REFERENCES JPA21_XML_DDL_RUNNER (ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_SHOE ADD CONSTRAINT XMLShoes_Runner_Foreign_Key FOREIGN KEY (RUNNER_ID) REFERENCES JPA21_XML_DDL_RUNNER (ID)") [junit] [EL Warning]: 2022-09-10 04:16:32.66--ServerSession(1560406561)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Key column 'TAG_ID' doesn't exist in table [junit] Error Code: 1072 [junit] Call: ALTER TABLE JPA21_XML_DDL_SHOE ADD CONSTRAINT XMLRunner_ShoeTag_Foreign_Key FOREIGN KEY (TAG_ID) REFERENCES JPA21_XML_DDL_SHOE_TAG (ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_SHOE ADD CONSTRAINT XMLRunner_ShoeTag_Foreign_Key FOREIGN KEY (TAG_ID) REFERENCES JPA21_XML_DDL_SHOE_TAG (ID)") [junit] [EL Warning]: 2022-09-10 04:16:32.665--ServerSession(1560406561)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Cannot add foreign key constraint [junit] Error Code: 1215 [junit] Call: ALTER TABLE JPA21_XML_DDL_SPRINTER ADD CONSTRAINT XML_Sprinter_Foreign_Key FOREIGN KEY (SPRINTER_ID) REFERENCES JPA21_XML_DDL_RUNNER (ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_SPRINTER ADD CONSTRAINT XML_Sprinter_Foreign_Key FOREIGN KEY (SPRINTER_ID) REFERENCES JPA21_XML_DDL_RUNNER (ID)") [junit] [EL Warning]: 2022-09-10 04:16:32.758--ServerSession(1560406561)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Cannot add foreign key constraint [junit] Error Code: 1215 [junit] Call: ALTER TABLE DDL_RUNNERS_RACES ADD CONSTRAINT XMLRunners_Races_Foreign_Key FOREIGN KEY (RUNNER_ID) REFERENCES JPA21_XML_DDL_RUNNER (ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE DDL_RUNNERS_RACES ADD CONSTRAINT XMLRunners_Races_Foreign_Key FOREIGN KEY (RUNNER_ID) REFERENCES JPA21_XML_DDL_RUNNER (ID)") [junit] [EL Warning]: 2022-09-10 04:16:32.802--ServerSession(1560406561)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Cannot add foreign key constraint [junit] Error Code: 1215 [junit] Call: ALTER TABLE JPA21_XML_DDL_RUNNER_ACS ADD CONSTRAINT XMLAccomplistments_Foreign_Key FOREIGN KEY (ATHLETE_ID) REFERENCES JPA21_XML_DDL_RUNNER (ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_RUNNER_ACS ADD CONSTRAINT XMLAccomplistments_Foreign_Key FOREIGN KEY (ATHLETE_ID) REFERENCES JPA21_XML_DDL_RUNNER (ID)") [junit] [EL Warning]: 2022-09-10 04:16:32.807--ServerSession(1560406561)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Cannot add foreign key constraint [junit] Error Code: 1215 [junit] Call: ALTER TABLE JPA21_XML_DDL_ENDORSEMENTS ADD CONSTRAINT XMLEndorsements_Foreign_Key FOREIGN KEY (ATHLETE_ID) REFERENCES JPA21_XML_DDL_RUNNER (ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_ENDORSEMENTS ADD CONSTRAINT XMLEndorsements_Foreign_Key FOREIGN KEY (ATHLETE_ID) REFERENCES JPA21_XML_DDL_RUNNER (ID)") [junit] [EL Warning]: 2022-09-10 04:16:32.813--ServerSession(1560406561)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Cannot add foreign key constraint [junit] Error Code: 1215 [junit] Call: ALTER TABLE JPA21_XML_DDL_ENDORSEMENTS ADD CONSTRAINT XMLEndorsements_Key_Foreign_Key FOREIGN KEY (ENDORSER_ID) REFERENCES JPA_XML_DDL_ENDORSER (ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_ENDORSEMENTS ADD CONSTRAINT XMLEndorsements_Key_Foreign_Key FOREIGN KEY (ENDORSER_ID) REFERENCES JPA_XML_DDL_ENDORSER (ID)") [junit] [EL Warning]: 2022-09-10 04:16:32.818--ServerSession(1560406561)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Cannot add foreign key constraint [junit] Error Code: 1215 [junit] Call: ALTER TABLE JPA21_XML_DDL_RUNNER_PBS ADD CONSTRAINT XML_Runner_PBS_Foreign_Key FOREIGN KEY (RUNNER_ID) REFERENCES JPA21_XML_DDL_RUNNER (ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_RUNNER_PBS ADD CONSTRAINT XML_Runner_PBS_Foreign_Key FOREIGN KEY (RUNNER_ID) REFERENCES JPA21_XML_DDL_RUNNER (ID)") [junit] [EL Warning]: 2022-09-10 04:16:32.829--ServerSession(1560406561)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [junit] Query: DataModifyQuery(sql="CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [junit] [EL Info]: connection: 2022-09-10 04:16:32.874--ServerSession(1560406561)--generate-schema-use-conn-session logout successful [junit] [EL Info]: 2022-09-10 04:16:33.061--ServerSession(1589931229)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:33.069--ServerSession(1589931229)--generate-schema-no-conn-session-MySQL login successful [junit] [EL Info]: 2022-09-10 04:16:33.155--ServerSession(1069350529)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:33.171--ServerSession(1069350529)--generate-schema-no-conn-session-MySQL login successful [junit] [EL Warning]: 2022-09-10 04:16:33.18--ServerSession(1069350529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'XMLShoes_Runner_Foreign_Key'; check that column/key exists [junit] Error Code: 1091 [junit] Call: ALTER TABLE JPA21_XML_DDL_SHOE DROP FOREIGN KEY XMLShoes_Runner_Foreign_Key [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_SHOE DROP FOREIGN KEY XMLShoes_Runner_Foreign_Key") [junit] [EL Warning]: 2022-09-10 04:16:33.181--ServerSession(1069350529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'XMLRunner_ShoeTag_Foreign_Key'; check that column/key exists [junit] Error Code: 1091 [junit] Call: ALTER TABLE JPA21_XML_DDL_SHOE DROP FOREIGN KEY XMLRunner_ShoeTag_Foreign_Key [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_SHOE DROP FOREIGN KEY XMLRunner_ShoeTag_Foreign_Key") [junit] [EL Warning]: 2022-09-10 04:16:33.183--ServerSession(1069350529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'XML_Sprinter_Foreign_Key'; check that column/key exists [junit] Error Code: 1091 [junit] Call: ALTER TABLE JPA21_XML_DDL_SPRINTER DROP FOREIGN KEY XML_Sprinter_Foreign_Key [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_SPRINTER DROP FOREIGN KEY XML_Sprinter_Foreign_Key") [junit] [EL Warning]: 2022-09-10 04:16:33.189--ServerSession(1069350529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'XMLRunners_Races_Foreign_Key'; check that column/key exists [junit] Error Code: 1091 [junit] Call: ALTER TABLE DDL_RUNNERS_RACES DROP FOREIGN KEY XMLRunners_Races_Foreign_Key [junit] Query: DataModifyQuery(sql="ALTER TABLE DDL_RUNNERS_RACES DROP FOREIGN KEY XMLRunners_Races_Foreign_Key") [junit] [EL Warning]: 2022-09-10 04:16:33.192--ServerSession(1069350529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'XMLAccomplistments_Foreign_Key'; check that column/key exists [junit] Error Code: 1091 [junit] Call: ALTER TABLE JPA21_XML_DDL_RUNNER_ACS DROP FOREIGN KEY XMLAccomplistments_Foreign_Key [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_RUNNER_ACS DROP FOREIGN KEY XMLAccomplistments_Foreign_Key") [junit] [EL Warning]: 2022-09-10 04:16:33.193--ServerSession(1069350529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'XMLEndorsements_Foreign_Key'; check that column/key exists [junit] Error Code: 1091 [junit] Call: ALTER TABLE JPA21_XML_DDL_ENDORSEMENTS DROP FOREIGN KEY XMLEndorsements_Foreign_Key [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_ENDORSEMENTS DROP FOREIGN KEY XMLEndorsements_Foreign_Key") [junit] [EL Warning]: 2022-09-10 04:16:33.195--ServerSession(1069350529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'XMLEndorsements_Key_Foreign_Key'; check that column/key exists [junit] Error Code: 1091 [junit] Call: ALTER TABLE JPA21_XML_DDL_ENDORSEMENTS DROP FOREIGN KEY XMLEndorsements_Key_Foreign_Key [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_ENDORSEMENTS DROP FOREIGN KEY XMLEndorsements_Key_Foreign_Key") [junit] [EL Warning]: 2022-09-10 04:16:33.196--ServerSession(1069350529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'XML_Runner_PBS_Foreign_Key'; check that column/key exists [junit] Error Code: 1091 [junit] Call: ALTER TABLE JPA21_XML_DDL_RUNNER_PBS DROP FOREIGN KEY XML_Runner_PBS_Foreign_Key [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_RUNNER_PBS DROP FOREIGN KEY XML_Runner_PBS_Foreign_Key") [junit] [EL Warning]: 2022-09-10 04:16:33.34--ServerSession(1069350529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Cannot add foreign key constraint [junit] Error Code: 1215 [junit] Call: ALTER TABLE JPA21_XML_DDL_SHOE ADD CONSTRAINT XMLShoes_Runner_Foreign_Key FOREIGN KEY (RUNNER_ID) REFERENCES JPA21_XML_DDL_RUNNER (ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_SHOE ADD CONSTRAINT XMLShoes_Runner_Foreign_Key FOREIGN KEY (RUNNER_ID) REFERENCES JPA21_XML_DDL_RUNNER (ID)") [junit] [EL Warning]: 2022-09-10 04:16:33.341--ServerSession(1069350529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Key column 'TAG_ID' doesn't exist in table [junit] Error Code: 1072 [junit] Call: ALTER TABLE JPA21_XML_DDL_SHOE ADD CONSTRAINT XMLRunner_ShoeTag_Foreign_Key FOREIGN KEY (TAG_ID) REFERENCES JPA21_XML_DDL_SHOE_TAG (ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_SHOE ADD CONSTRAINT XMLRunner_ShoeTag_Foreign_Key FOREIGN KEY (TAG_ID) REFERENCES JPA21_XML_DDL_SHOE_TAG (ID)") [junit] [EL Warning]: 2022-09-10 04:16:33.345--ServerSession(1069350529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Cannot add foreign key constraint [junit] Error Code: 1215 [junit] Call: ALTER TABLE JPA21_XML_DDL_SPRINTER ADD CONSTRAINT XML_Sprinter_Foreign_Key FOREIGN KEY (SPRINTER_ID) REFERENCES JPA21_XML_DDL_RUNNER (ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_SPRINTER ADD CONSTRAINT XML_Sprinter_Foreign_Key FOREIGN KEY (SPRINTER_ID) REFERENCES JPA21_XML_DDL_RUNNER (ID)") [junit] [EL Warning]: 2022-09-10 04:16:33.376--ServerSession(1069350529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Cannot add foreign key constraint [junit] Error Code: 1215 [junit] Call: ALTER TABLE DDL_RUNNERS_RACES ADD CONSTRAINT XMLRunners_Races_Foreign_Key FOREIGN KEY (RUNNER_ID) REFERENCES JPA21_XML_DDL_RUNNER (ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE DDL_RUNNERS_RACES ADD CONSTRAINT XMLRunners_Races_Foreign_Key FOREIGN KEY (RUNNER_ID) REFERENCES JPA21_XML_DDL_RUNNER (ID)") [junit] [EL Warning]: 2022-09-10 04:16:33.39--ServerSession(1069350529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Cannot add foreign key constraint [junit] Error Code: 1215 [junit] Call: ALTER TABLE JPA21_XML_DDL_RUNNER_ACS ADD CONSTRAINT XMLAccomplistments_Foreign_Key FOREIGN KEY (ATHLETE_ID) REFERENCES JPA21_XML_DDL_RUNNER (ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_RUNNER_ACS ADD CONSTRAINT XMLAccomplistments_Foreign_Key FOREIGN KEY (ATHLETE_ID) REFERENCES JPA21_XML_DDL_RUNNER (ID)") [junit] [EL Warning]: 2022-09-10 04:16:33.395--ServerSession(1069350529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Cannot add foreign key constraint [junit] Error Code: 1215 [junit] Call: ALTER TABLE JPA21_XML_DDL_ENDORSEMENTS ADD CONSTRAINT XMLEndorsements_Foreign_Key FOREIGN KEY (ATHLETE_ID) REFERENCES JPA21_XML_DDL_RUNNER (ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_ENDORSEMENTS ADD CONSTRAINT XMLEndorsements_Foreign_Key FOREIGN KEY (ATHLETE_ID) REFERENCES JPA21_XML_DDL_RUNNER (ID)") [junit] [EL Warning]: 2022-09-10 04:16:33.401--ServerSession(1069350529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Cannot add foreign key constraint [junit] Error Code: 1215 [junit] Call: ALTER TABLE JPA21_XML_DDL_ENDORSEMENTS ADD CONSTRAINT XMLEndorsements_Key_Foreign_Key FOREIGN KEY (ENDORSER_ID) REFERENCES JPA_XML_DDL_ENDORSER (ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_ENDORSEMENTS ADD CONSTRAINT XMLEndorsements_Key_Foreign_Key FOREIGN KEY (ENDORSER_ID) REFERENCES JPA_XML_DDL_ENDORSER (ID)") [junit] [EL Warning]: 2022-09-10 04:16:33.406--ServerSession(1069350529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Cannot add foreign key constraint [junit] Error Code: 1215 [junit] Call: ALTER TABLE JPA21_XML_DDL_RUNNER_PBS ADD CONSTRAINT XML_Runner_PBS_Foreign_Key FOREIGN KEY (RUNNER_ID) REFERENCES JPA21_XML_DDL_RUNNER (ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_RUNNER_PBS ADD CONSTRAINT XML_Runner_PBS_Foreign_Key FOREIGN KEY (RUNNER_ID) REFERENCES JPA21_XML_DDL_RUNNER (ID)") [junit] [EL Warning]: 2022-09-10 04:16:33.417--ServerSession(1069350529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [junit] Query: DataModifyQuery(sql="CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [junit] [EL Warning]: 2022-09-10 04:16:33.418--ServerSession(1069350529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'JPA21_XML_PK_SEQ' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE JPA21_XML_PK_SEQ (XML_SEQ_NAME VARCHAR(50) NOT NULL, XML_SEQ_COUNT DECIMAL(38), PRIMARY KEY (XML_SEQ_NAME)) [junit] Query: DataModifyQuery(sql="CREATE TABLE JPA21_XML_PK_SEQ (XML_SEQ_NAME VARCHAR(50) NOT NULL, XML_SEQ_COUNT DECIMAL(38), PRIMARY KEY (XML_SEQ_NAME))") [junit] [EL Info]: 2022-09-10 04:16:33.516--ServerSession(1041905665)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:33.524--ServerSession(1041905665)--generate-schema-no-conn-session-drop-only login successful [junit] [EL Info]: 2022-09-10 04:16:33.596--ServerSession(1102181662)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:33.608--ServerSession(1102181662)--generate-schema-using-provided-writers login successful [junit] [EL Info]: 2022-09-10 04:16:33.685--ServerSession(148813381)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:33.696--ServerSession(148813381)--testIllegalArgumentExceptionWithNoScriptTargetsProvided login successful [junit] [EL Severe]: ejb: 2022-09-10 04:16:33.697--ServerSession(148813381)--java.lang.IllegalArgumentException: When generating DDL to scripts, a create script target must be specified using the [javax.persistence.schema-generation.scripts.create-target] property. [junit] [EL Info]: 2022-09-10 04:16:33.741--ServerSession(1828559444)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:33.752--ServerSession(1828559444)--ddl-schema-create-only-session login successful [junit] [EL Info]: 2022-09-10 04:16:33.789--ServerSession(1323706655)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:33.799--ServerSession(1323706655)--ddl-schema-drop-only-session login successful [junit] [EL Info]: 2022-09-10 04:16:33.835--ServerSession(1857126088)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:33.846--ServerSession(1857126088)--ddl-schema-drop-and-create-session login successful [junit] [EL Info]: 2022-09-10 04:16:33.934--ServerSession(1507604180)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:33.945--ServerSession(1507604180)--container-generate-schema-session login successful [junit] [EL Info]: 2022-09-10 04:16:34.023--ServerSession(84915002)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:34.036--ServerSession(84915002)--default-ddl-session login successful [junit] [EL Warning]: 2022-09-10 04:16:34.111--ServerSession(84915002)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.JPA21_PK_SEQ' doesn't exist [junit] Error Code: 1146 [junit] Call: DROP INDEX TABLE_GENERATOR_INDEX ON JPA21_PK_SEQ [junit] Query: DataModifyQuery(sql="DROP INDEX TABLE_GENERATOR_INDEX ON JPA21_PK_SEQ") [junit] [EL Warning]: 2022-09-10 04:16:34.112--ServerSession(84915002)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.JPA21_PK_SEQ' doesn't exist [junit] Error Code: 1146 [junit] Call: DELETE FROM JPA21_PK_SEQ WHERE SEQ_NAME = 'UTENSIL_SEQ' [junit] Query: DataModifyQuery(sql="DELETE FROM JPA21_PK_SEQ WHERE SEQ_NAME = 'UTENSIL_SEQ'") [junit] [EL Warning]: ddl: 2022-09-10 04:16:34.786--ServerSession(23880693)--Removing UNIQUE constraint definition from [JPA21_RUNNER_VTY.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2022-09-10 04:16:34.79--ServerSession(23880693)--Removing UNIQUE constraint definition from [JPA21_RUNNER_VLY.ID] because it is also a primary key. [junit] [EL Warning]: 2022-09-10 04:16:35.11--UnitOfWork(934085675)--Exception [EclipseLink-6177] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.QueryException [junit] Exception Description: The column result [O_ITEM_NAME] was not found in the results of the query. [junit] Query: ResultSetMappingQuery(sql="SELECT o.ORDER_ID AS 'O_ID', o.QUANTITY AS 'O_QUANTITY', i.NAME AS 'O_ITEM' FROM JPA21_ORDER o, JPA21_ITEM i WHERE o.ITEM_ID = i.ID") [junit] [EL Warning]: ddl: 2022-09-10 04:16:35.279--ServerSession(23880693)--Removing UNIQUE constraint definition from [JPA21_RUNNER_VTY.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2022-09-10 04:16:35.282--ServerSession(23880693)--Removing UNIQUE constraint definition from [JPA21_RUNNER_VLY.ID] because it is also a primary key. [junit] [EL Info]: 2022-09-10 04:16:35.856--ServerSession(1123573668)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:35.871--ServerSession(1123573668)--default-xml-session login successful [junit] [EL Warning]: 2022-09-10 04:16:36.398--ServerSession(1123573668)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.XML_Read_Address does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE XML_Read_Address [junit] Query: DataModifyQuery(sql="DROP PROCEDURE XML_Read_Address") [junit] [EL Warning]: 2022-09-10 04:16:36.4--ServerSession(1123573668)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.XML_Read_Address_Named does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE XML_Read_Address_Named [junit] Query: DataModifyQuery(sql="DROP PROCEDURE XML_Read_Address_Named") [junit] [EL Warning]: 2022-09-10 04:16:36.402--ServerSession(1123573668)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.XML_Read_Address_Numbered does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE XML_Read_Address_Numbered [junit] Query: DataModifyQuery(sql="DROP PROCEDURE XML_Read_Address_Numbered") [junit] [EL Warning]: 2022-09-10 04:16:36.403--ServerSession(1123573668)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.XML_Read_All_Addresses does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE XML_Read_All_Addresses [junit] Query: DataModifyQuery(sql="DROP PROCEDURE XML_Read_All_Addresses") [junit] [EL Warning]: 2022-09-10 04:16:36.404--ServerSession(1123573668)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: PROCEDURE ecltest.XML_Read_Multiple_Result_Sets does not exist [junit] Error Code: 1305 [junit] Call: DROP PROCEDURE XML_Read_Multiple_Result_Sets [junit] Query: DataModifyQuery(sql="DROP PROCEDURE XML_Read_Multiple_Result_Sets") [junit] [EL Info]: 2022-09-10 04:16:36.52--ServerSession(1615668218)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:36.53--ServerSession(1615668218)--default-xml-ddl-session login successful [junit] [EL Warning]: 2022-09-10 04:16:36.539--ServerSession(1615668218)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'XMLRunner_ShoeTag_Foreign_Key'; check that column/key exists [junit] Error Code: 1091 [junit] Call: ALTER TABLE JPA21_XML_DDL_SHOE DROP FOREIGN KEY XMLRunner_ShoeTag_Foreign_Key [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_SHOE DROP FOREIGN KEY XMLRunner_ShoeTag_Foreign_Key") [junit] [EL Warning]: 2022-09-10 04:16:36.541--ServerSession(1615668218)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'XMLShoes_Runner_Foreign_Key'; check that column/key exists [junit] Error Code: 1091 [junit] Call: ALTER TABLE JPA21_XML_DDL_SHOE DROP FOREIGN KEY XMLShoes_Runner_Foreign_Key [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_SHOE DROP FOREIGN KEY XMLShoes_Runner_Foreign_Key") [junit] [EL Warning]: 2022-09-10 04:16:36.542--ServerSession(1615668218)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'XML_Sprinter_Foreign_Key'; check that column/key exists [junit] Error Code: 1091 [junit] Call: ALTER TABLE JPA21_XML_DDL_SPRINTER DROP FOREIGN KEY XML_Sprinter_Foreign_Key [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_SPRINTER DROP FOREIGN KEY XML_Sprinter_Foreign_Key") [junit] [EL Warning]: 2022-09-10 04:16:36.553--ServerSession(1615668218)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'XMLRunners_Races_Foreign_Key'; check that column/key exists [junit] Error Code: 1091 [junit] Call: ALTER TABLE DDL_RUNNERS_RACES DROP FOREIGN KEY XMLRunners_Races_Foreign_Key [junit] Query: DataModifyQuery(sql="ALTER TABLE DDL_RUNNERS_RACES DROP FOREIGN KEY XMLRunners_Races_Foreign_Key") [junit] [EL Warning]: 2022-09-10 04:16:36.554--ServerSession(1615668218)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'XMLAccomplistments_Foreign_Key'; check that column/key exists [junit] Error Code: 1091 [junit] Call: ALTER TABLE JPA21_XML_DDL_RUNNER_ACS DROP FOREIGN KEY XMLAccomplistments_Foreign_Key [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_RUNNER_ACS DROP FOREIGN KEY XMLAccomplistments_Foreign_Key") [junit] [EL Warning]: 2022-09-10 04:16:36.556--ServerSession(1615668218)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'XMLEndorsements_Key_Foreign_Key'; check that column/key exists [junit] Error Code: 1091 [junit] Call: ALTER TABLE JPA21_XML_DDL_ENDORSEMENTS DROP FOREIGN KEY XMLEndorsements_Key_Foreign_Key [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_ENDORSEMENTS DROP FOREIGN KEY XMLEndorsements_Key_Foreign_Key") [junit] [EL Warning]: 2022-09-10 04:16:36.557--ServerSession(1615668218)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'XMLEndorsements_Foreign_Key'; check that column/key exists [junit] Error Code: 1091 [junit] Call: ALTER TABLE JPA21_XML_DDL_ENDORSEMENTS DROP FOREIGN KEY XMLEndorsements_Foreign_Key [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_ENDORSEMENTS DROP FOREIGN KEY XMLEndorsements_Foreign_Key") [junit] [EL Warning]: 2022-09-10 04:16:36.559--ServerSession(1615668218)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Can't DROP 'XML_Runner_PBS_Foreign_Key'; check that column/key exists [junit] Error Code: 1091 [junit] Call: ALTER TABLE JPA21_XML_DDL_RUNNER_PBS DROP FOREIGN KEY XML_Runner_PBS_Foreign_Key [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_RUNNER_PBS DROP FOREIGN KEY XML_Runner_PBS_Foreign_Key") [junit] [EL Warning]: 2022-09-10 04:16:36.744--ServerSession(1615668218)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Key column 'TAG_ID' doesn't exist in table [junit] Error Code: 1072 [junit] Call: ALTER TABLE JPA21_XML_DDL_SHOE ADD CONSTRAINT XMLRunner_ShoeTag_Foreign_Key FOREIGN KEY (TAG_ID) REFERENCES JPA21_XML_DDL_SHOE_TAG (ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_SHOE ADD CONSTRAINT XMLRunner_ShoeTag_Foreign_Key FOREIGN KEY (TAG_ID) REFERENCES JPA21_XML_DDL_SHOE_TAG (ID)") [junit] [EL Warning]: 2022-09-10 04:16:36.751--ServerSession(1615668218)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Cannot add foreign key constraint [junit] Error Code: 1215 [junit] Call: ALTER TABLE JPA21_XML_DDL_SHOE ADD CONSTRAINT XMLShoes_Runner_Foreign_Key FOREIGN KEY (RUNNER_ID) REFERENCES JPA21_XML_DDL_RUNNER (ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_SHOE ADD CONSTRAINT XMLShoes_Runner_Foreign_Key FOREIGN KEY (RUNNER_ID) REFERENCES JPA21_XML_DDL_RUNNER (ID)") [junit] [EL Warning]: 2022-09-10 04:16:36.756--ServerSession(1615668218)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Cannot add foreign key constraint [junit] Error Code: 1215 [junit] Call: ALTER TABLE JPA21_XML_DDL_SPRINTER ADD CONSTRAINT XML_Sprinter_Foreign_Key FOREIGN KEY (SPRINTER_ID) REFERENCES JPA21_XML_DDL_RUNNER (ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_SPRINTER ADD CONSTRAINT XML_Sprinter_Foreign_Key FOREIGN KEY (SPRINTER_ID) REFERENCES JPA21_XML_DDL_RUNNER (ID)") [junit] [EL Warning]: 2022-09-10 04:16:36.797--ServerSession(1615668218)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Cannot add foreign key constraint [junit] Error Code: 1215 [junit] Call: ALTER TABLE DDL_RUNNERS_RACES ADD CONSTRAINT XMLRunners_Races_Foreign_Key FOREIGN KEY (RUNNER_ID) REFERENCES JPA21_XML_DDL_RUNNER (ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE DDL_RUNNERS_RACES ADD CONSTRAINT XMLRunners_Races_Foreign_Key FOREIGN KEY (RUNNER_ID) REFERENCES JPA21_XML_DDL_RUNNER (ID)") [junit] [EL Warning]: 2022-09-10 04:16:36.803--ServerSession(1615668218)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Cannot add foreign key constraint [junit] Error Code: 1215 [junit] Call: ALTER TABLE JPA21_XML_DDL_RUNNER_ACS ADD CONSTRAINT XMLAccomplistments_Foreign_Key FOREIGN KEY (ATHLETE_ID) REFERENCES JPA21_XML_DDL_RUNNER (ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_RUNNER_ACS ADD CONSTRAINT XMLAccomplistments_Foreign_Key FOREIGN KEY (ATHLETE_ID) REFERENCES JPA21_XML_DDL_RUNNER (ID)") [junit] [EL Warning]: 2022-09-10 04:16:36.809--ServerSession(1615668218)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Cannot add foreign key constraint [junit] Error Code: 1215 [junit] Call: ALTER TABLE JPA21_XML_DDL_ENDORSEMENTS ADD CONSTRAINT XMLEndorsements_Key_Foreign_Key FOREIGN KEY (ENDORSER_ID) REFERENCES JPA_XML_DDL_ENDORSER (ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_ENDORSEMENTS ADD CONSTRAINT XMLEndorsements_Key_Foreign_Key FOREIGN KEY (ENDORSER_ID) REFERENCES JPA_XML_DDL_ENDORSER (ID)") [junit] [EL Warning]: 2022-09-10 04:16:36.814--ServerSession(1615668218)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Cannot add foreign key constraint [junit] Error Code: 1215 [junit] Call: ALTER TABLE JPA21_XML_DDL_ENDORSEMENTS ADD CONSTRAINT XMLEndorsements_Foreign_Key FOREIGN KEY (ATHLETE_ID) REFERENCES JPA21_XML_DDL_RUNNER (ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_ENDORSEMENTS ADD CONSTRAINT XMLEndorsements_Foreign_Key FOREIGN KEY (ATHLETE_ID) REFERENCES JPA21_XML_DDL_RUNNER (ID)") [junit] [EL Warning]: 2022-09-10 04:16:36.818--ServerSession(1615668218)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.SQLException: Cannot add foreign key constraint [junit] Error Code: 1215 [junit] Call: ALTER TABLE JPA21_XML_DDL_RUNNER_PBS ADD CONSTRAINT XML_Runner_PBS_Foreign_Key FOREIGN KEY (RUNNER_ID) REFERENCES JPA21_XML_DDL_RUNNER (ID) [junit] Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_RUNNER_PBS ADD CONSTRAINT XML_Runner_PBS_Foreign_Key FOREIGN KEY (RUNNER_ID) REFERENCES JPA21_XML_DDL_RUNNER (ID)") [junit] [EL Warning]: 2022-09-10 04:16:36.819--ServerSession(1615668218)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [junit] Query: DataModifyQuery(sql="CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [junit] [EL Warning]: 2022-09-10 04:16:36.82--ServerSession(1615668218)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'JPA21_XML_PK_SEQ' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE JPA21_XML_PK_SEQ (XML_SEQ_NAME VARCHAR(50) NOT NULL, XML_SEQ_COUNT DECIMAL(38), PRIMARY KEY (XML_SEQ_NAME)) [junit] Query: DataModifyQuery(sql="CREATE TABLE JPA21_XML_PK_SEQ (XML_SEQ_NAME VARCHAR(50) NOT NULL, XML_SEQ_COUNT DECIMAL(38), PRIMARY KEY (XML_SEQ_NAME))") [junit] [EL Warning]: ddl: 2022-09-10 04:16:37.097--ServerSession(23880693)--Removing UNIQUE constraint definition from [JPA21_RUNNER_VTY.ID] because it is also a primary key. [junit] [EL Warning]: ddl: 2022-09-10 04:16:37.101--ServerSession(23880693)--Removing UNIQUE constraint definition from [JPA21_RUNNER_VLY.ID] because it is also a primary key. [junit] [EL Info]: connection: 2022-09-10 04:16:37.496--ServerSession(23880693)--default-session logout successful [junit] Tests run: 130, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.74 sec [echo] Loading /home/jenkins/build.properties [echo] Skipping ${test.properties}, file does not exist [echo] Skipping /home/jenkins/test.properties, file does not exist [echo] Skipping /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.6.10.v20220910-5fc36efa7a.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.modelgentest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/eclipselink.jpa.modelgen.test' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../sdo/plugins' (for GF) [echo] user.home = '/home/jenkins' [echo] Loading user properties from: '/home/jenkins/test.properties' config-classpath: [echo] Configuring compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.0.6.v201308211412.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.validation_1.1.0.v201304101302.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ejb_3.1.0.v201205171433.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.transaction_1.1.0.v201002051055.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ws.rs_1.1.1.v20101004-1200.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.resource_1.6.0.v201204270900.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] '/home/jenkins/extension.lib.external/jacocoagent.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa21.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.1.1.v201509150925.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.validation_1.1.0.v201304101302.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ejb_3.1.0.v201205171433.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.transaction_1.1.0.v201002051055.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ws.rs_1.1.1.v20101004-1200.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] '/home/jenkins/extension.lib.external/jacocoagent.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring 'compile.modelgen.path' to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.jpa.modelgen_2.6.10.v20220910-5fc36efa7a.jar' [echo] and 'compile.path' [echo] [echo] Configuring 'compile.server.path' to: [echo] 'compile.path' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/../extension.oracle.lib.external/sdoapi.jar' [echo] '../../../extension.lib.external/mongo.jar' [echo] run-test: [echo] Running test on jdbc:mysql://localhost/ecltest?useSSL=false [junit] Running org.eclipse.persistence.testing.tests.weaving.SimpleWeaverTestSuite [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.342 sec [echo] Loading /home/jenkins/build.properties [echo] Skipping ${test.properties}, file does not exist [echo] Skipping /home/jenkins/test.properties, file does not exist [echo] Skipping /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.6.10.v20220910-5fc36efa7a.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.modelgentest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/eclipselink.jpa.modelgen.test' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../sdo/plugins' (for GF) [echo] user.home = '/home/jenkins' [echo] Loading user properties from: '/home/jenkins/test.properties' config-classpath: [echo] Configuring compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.0.6.v201308211412.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.validation_1.1.0.v201304101302.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ejb_3.1.0.v201205171433.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.transaction_1.1.0.v201002051055.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ws.rs_1.1.1.v20101004-1200.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.resource_1.6.0.v201204270900.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] '/home/jenkins/extension.lib.external/jacocoagent.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa21.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.1.1.v201509150925.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.validation_1.1.0.v201304101302.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ejb_3.1.0.v201205171433.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.transaction_1.1.0.v201002051055.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ws.rs_1.1.1.v20101004-1200.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] '/home/jenkins/extension.lib.external/jacocoagent.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring 'compile.modelgen.path' to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.jpa.modelgen_2.6.10.v20220910-5fc36efa7a.jar' [echo] and 'compile.path' [echo] [echo] Configuring 'compile.server.path' to: [echo] 'compile.path' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/../extension.oracle.lib.external/sdoapi.jar' [echo] '../../../extension.lib.external/mongo.jar' [echo] test-dynamic: [echo] Loading /home/jenkins/build.properties [echo] Skipping ${test.properties}, file does not exist [echo] Skipping /home/jenkins/test.properties, file does not exist [echo] Skipping /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.6.10.v20220910-5fc36efa7a.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.modelgentest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/eclipselink.jpa.modelgen.test' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../sdo/plugins' (for GF) [echo] user.home = '/home/jenkins' [echo] Loading user properties from: '/home/jenkins/test.properties' config-classpath: [echo] Configuring compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.0.6.v201308211412.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.validation_1.1.0.v201304101302.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ejb_3.1.0.v201205171433.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.transaction_1.1.0.v201002051055.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ws.rs_1.1.1.v20101004-1200.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.resource_1.6.0.v201204270900.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] '/home/jenkins/extension.lib.external/jacocoagent.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa21.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.1.1.v201509150925.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.validation_1.1.0.v201304101302.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ejb_3.1.0.v201205171433.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.transaction_1.1.0.v201002051055.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ws.rs_1.1.1.v20101004-1200.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] '/home/jenkins/extension.lib.external/jacocoagent.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring 'compile.modelgen.path' to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.jpa.modelgen_2.6.10.v20220910-5fc36efa7a.jar' [echo] and 'compile.path' [echo] [echo] Configuring 'compile.server.path' to: [echo] 'compile.path' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/../extension.oracle.lib.external/sdoapi.jar' [echo] '../../../extension.lib.external/mongo.jar' [echo] run-test: [echo] Running test on jdbc:mysql://localhost/ecltest?useSSL=false [junit] [EL Warning]: metadata: 2022-09-10 04:16:40.638--ServerSession(1667148529)--Overriding the PROPERTY mapping attribute [method getId] with the PROPERTY mapping attribute [method getId] from class [org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_1.Customer]. To avoid this warning you should mark the attribute [method getId] as transient. [junit] [EL Warning]: metadata: 2022-09-10 04:16:40.689--ServerSession(1667148529)--Ignoring JPA convert specification on element [method getProvince] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_1.Address] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:16:40.691--ServerSession(1667148529)--Ignoring JPA convert specification on element [method getType] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_1.Address] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:16:40.907--ServerSession(1280851663)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_3.PhoneNumber] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: 2022-09-10 04:16:41.14--ServerSession(1521083627)--Overriding the PROPERTY mapping attribute [method getVersion] with the PROPERTY mapping attribute [method getVersion] from class [org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_2.Employee]. To avoid this warning you should mark the attribute [method getVersion] as transient. [junit] [EL Warning]: metadata: 2022-09-10 04:16:41.172--ServerSession(1521083627)--Ignoring JPA convert specification on element [method getGender] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_2.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:16:41.174--ServerSession(1521083627)--Ignoring JPA convert specification on element [field firstName] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_2.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:16:41.198--ServerSession(1521083627)--Ignoring JPA convert specification on element [method getResponsibilities] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_2.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:16:41.203--ServerSession(1521083627)--Ignoring JPA convert specification on element [method getCreditCards] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_2.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:16:41.205--ServerSession(1521083627)--Ignoring JPA convert specification on element [method getCreditCards] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_2.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:16:41.206--ServerSession(1521083627)--Ignoring JPA convert specification on element [method getCreditLines] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_2.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:16:41.206--ServerSession(1521083627)--Ignoring JPA convert specification on element [method getCreditLines] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_2.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: ServerSession(1414967210)--Overriding the PROPERTY mapping attribute [method getId] with the PROPERTY mapping attribute [method getId] from class [org.eclipse.persistence.testing.models.jpa.xml.advanced.Customer]. To avoid this warning you should mark the attribute [method getId] as transient. [junit] [EL Warning]: metadata: ServerSession(1414967210)--Overriding the PROPERTY mapping attribute [method getVersion] with the PROPERTY mapping attribute [method getVersion] from class [org.eclipse.persistence.testing.models.jpa.xml.advanced.Employee]. To avoid this warning you should mark the attribute [method getVersion] as transient. [junit] [EL Warning]: metadata: ServerSession(1414967210)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.xml.advanced.PhoneNumber] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: ServerSession(1414967210)--Ignoring JPA convert specification on element [method getProvince] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.Address] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: ServerSession(1414967210)--Ignoring JPA convert specification on element [method getType] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.Address] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: ServerSession(1414967210)--Ignoring JPA convert specification on element [method getGender] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: ServerSession(1414967210)--Ignoring JPA convert specification on element [field firstName] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: ServerSession(1414967210)--Ignoring JPA convert specification on element [method getResponsibilities] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: ServerSession(1414967210)--Ignoring JPA convert specification on element [method getCreditLines] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: ServerSession(1414967210)--Ignoring JPA convert specification on element [method getCreditLines] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:16:44.648--ServerSession(1430861186)--Ignoring JPA convert specification on element [method getMy] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.dynamic.Address] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:16:44.651--ServerSession(1430861186)--Ignoring JPA convert specification on element [method getMy] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.dynamic.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:16:44.653--ServerSession(1430861186)--Ignoring JPA convert specification on element [method getMy] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.dynamic.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:16:44.654--ServerSession(1430861186)--Ignoring JPA convert specification on element [method getMy] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.dynamic.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:16:44.655--ServerSession(1430861186)--Ignoring JPA convert specification on element [method getMy] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.dynamic.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:16:44.656--ServerSession(1430861186)--Ignoring JPA convert specification on element [method getMy] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.dynamic.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:16:44.656--ServerSession(1430861186)--Ignoring JPA convert specification on element [method getMy] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.dynamic.Employee] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:16:44.761--ServerSession(1016860054)--Ignoring JPA convert specification on element [field gender] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Mafioso] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:16:44.765--ServerSession(1016860054)--The tenant discriminator context property for the tenant discriminator column [XML_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:16:44.861--ServerSession(888287133)--Ignoring JPA convert specification on element [field gender] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Mafioso] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:16:44.864--ServerSession(888287133)--The tenant discriminator context property for the tenant discriminator column [XML_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:16:44.967--ServerSession(2031588185)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:16:44.967--ServerSession(2031588185)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:16:44.968--ServerSession(2031588185)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:16:44.97--ServerSession(2031588185)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:16:45.051--ServerSession(461591680)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:16:45.052--ServerSession(461591680)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:16:45.052--ServerSession(461591680)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:16:45.054--ServerSession(461591680)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [junit] [EL Warning]: metadata: 2022-09-10 04:16:45.177--ServerSession(1262408432)--Overriding the PROPERTY mapping attribute [method getId] with the PROPERTY mapping attribute [method getId] from class [org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_1.Customer]. To avoid this warning you should mark the attribute [method getId] as transient. [junit] [EL Warning]: metadata: 2022-09-10 04:16:45.179--ServerSession(1262408432)--Ignoring JPA convert specification on element [method getProvince] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_1.Address] since EclipseLink convert metadata is specified. [junit] [EL Warning]: metadata: 2022-09-10 04:16:45.179--ServerSession(1262408432)--Ignoring JPA convert specification on element [method getType] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_1.Address] since EclipseLink convert metadata is specified. [junit] Running org.eclipse.persistence.testing.tests.jpa.dynamic.AllTests [junit] [EL Info]: 2022-09-10 04:16:45.635--ServerSession(464872674)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:45.967--ServerSession(464872674)--dynamic login successful [junit] [EL Warning]: metamodel: 2022-09-10 04:16:45.97--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [junit] [EL Info]: connection: 2022-09-10 04:16:46.339--ServerSession(464872674)--dynamic logout successful [junit] [EL Info]: 2022-09-10 04:16:46.344--ServerSession(176041373)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:46.348--ServerSession(176041373)--dynamic login successful [junit] [EL Warning]: metamodel: 2022-09-10 04:16:46.349--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [junit] [EL Info]: connection: 2022-09-10 04:16:46.476--ServerSession(176041373)--dynamic logout successful [junit] [EL Info]: 2022-09-10 04:16:46.482--ServerSession(895366343)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:46.487--ServerSession(895366343)--dynamic login successful [junit] [EL Warning]: metamodel: 2022-09-10 04:16:46.487--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [junit] [EL Info]: connection: 2022-09-10 04:16:46.508--ServerSession(895366343)--dynamic logout successful [junit] [EL Info]: 2022-09-10 04:16:46.512--ServerSession(431164562)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:46.516--ServerSession(431164562)--dynamic login successful [junit] [EL Warning]: metamodel: 2022-09-10 04:16:46.516--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [junit] [EL Info]: connection: 2022-09-10 04:16:46.614--ServerSession(431164562)--dynamic logout successful [junit] [EL Info]: 2022-09-10 04:16:46.618--ServerSession(1972326147)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:46.621--ServerSession(1972326147)--dynamic login successful [junit] [EL Warning]: metamodel: 2022-09-10 04:16:46.622--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [junit] [EL Info]: connection: 2022-09-10 04:16:46.802--ServerSession(1972326147)--dynamic logout successful [junit] [EL Info]: 2022-09-10 04:16:46.807--ServerSession(577734751)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:46.811--ServerSession(577734751)--dynamic login successful [junit] [EL Warning]: metamodel: 2022-09-10 04:16:46.812--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [junit] [EL Info]: connection: 2022-09-10 04:16:46.935--ServerSession(577734751)--dynamic logout successful [junit] [EL Info]: 2022-09-10 04:16:46.939--ServerSession(817054343)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:46.942--ServerSession(817054343)--dynamic login successful [junit] [EL Warning]: metamodel: 2022-09-10 04:16:46.943--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [junit] [EL Info]: connection: 2022-09-10 04:16:47.051--ServerSession(817054343)--dynamic logout successful [junit] [EL Info]: 2022-09-10 04:16:47.055--ServerSession(1587872480)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:47.058--ServerSession(1587872480)--dynamic login successful [junit] [EL Warning]: metamodel: 2022-09-10 04:16:47.059--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [junit] [EL Info]: connection: 2022-09-10 04:16:47.16--ServerSession(1587872480)--dynamic logout successful [junit] [EL Info]: 2022-09-10 04:16:47.164--ServerSession(1924966548)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:47.167--ServerSession(1924966548)--dynamic login successful [junit] [EL Warning]: metamodel: 2022-09-10 04:16:47.167--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [junit] [EL Info]: connection: 2022-09-10 04:16:47.261--ServerSession(1924966548)--dynamic logout successful [junit] [EL Info]: 2022-09-10 04:16:47.265--ServerSession(369901249)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:47.268--ServerSession(369901249)--dynamic login successful [junit] [EL Warning]: metamodel: 2022-09-10 04:16:47.269--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [junit] [EL Info]: connection: 2022-09-10 04:16:47.412--ServerSession(369901249)--dynamic logout successful [junit] [EL Info]: 2022-09-10 04:16:47.416--ServerSession(1008612116)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:47.419--ServerSession(1008612116)--dynamic login successful [junit] [EL Warning]: metamodel: 2022-09-10 04:16:47.419--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [junit] [EL Info]: connection: 2022-09-10 04:16:47.505--ServerSession(1008612116)--dynamic logout successful [junit] [EL Info]: 2022-09-10 04:16:47.509--ServerSession(558404860)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:47.512--ServerSession(558404860)--dynamic login successful [junit] [EL Warning]: metamodel: 2022-09-10 04:16:47.512--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [junit] [EL Info]: connection: 2022-09-10 04:16:47.628--ServerSession(558404860)--dynamic logout successful [junit] [EL Info]: 2022-09-10 04:16:47.631--ServerSession(153448497)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:47.635--ServerSession(153448497)--dynamic login successful [junit] [EL Warning]: metamodel: 2022-09-10 04:16:47.635--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [junit] [EL Info]: connection: 2022-09-10 04:16:47.811--ServerSession(153448497)--dynamic logout successful [junit] [EL Info]: 2022-09-10 04:16:47.815--ServerSession(1280443567)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:47.818--ServerSession(1280443567)--dynamic login successful [junit] [EL Warning]: metamodel: 2022-09-10 04:16:47.819--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [junit] [EL Info]: connection: 2022-09-10 04:16:48.127--ServerSession(1280443567)--dynamic logout successful [junit] [EL Info]: 2022-09-10 04:16:48.131--ServerSession(94748968)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:48.134--ServerSession(94748968)--dynamic login successful [junit] [EL Warning]: metamodel: 2022-09-10 04:16:48.134--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [junit] [EL Info]: connection: 2022-09-10 04:16:48.374--ServerSession(94748968)--dynamic logout successful [junit] [EL Info]: 2022-09-10 04:16:48.378--ServerSession(1183905155)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:16:48.382--ServerSession(1183905155)--dynamic login successful [junit] [EL Warning]: metamodel: 2022-09-10 04:16:48.382--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [junit] [EL Info]: connection: 2022-09-10 04:16:48.612--ServerSession(1183905155)--dynamic logout successful [junit] Tests run: 62, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.126 sec [echo] Loading /home/jenkins/build.properties [echo] Skipping ${test.properties}, file does not exist [echo] Skipping /home/jenkins/test.properties, file does not exist [echo] Skipping /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.6.10.v20220910-5fc36efa7a.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.modelgentest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/eclipselink.jpa.modelgen.test' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../sdo/plugins' (for GF) [echo] user.home = '/home/jenkins' [echo] Loading user properties from: '/home/jenkins/test.properties' config-classpath: [echo] Configuring compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.0.6.v201308211412.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.validation_1.1.0.v201304101302.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ejb_3.1.0.v201205171433.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.transaction_1.1.0.v201002051055.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ws.rs_1.1.1.v20101004-1200.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.resource_1.6.0.v201204270900.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] '/home/jenkins/extension.lib.external/jacocoagent.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa21.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.1.1.v201509150925.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.validation_1.1.0.v201304101302.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ejb_3.1.0.v201205171433.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.transaction_1.1.0.v201002051055.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ws.rs_1.1.1.v20101004-1200.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] '/home/jenkins/extension.lib.external/jacocoagent.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring 'compile.modelgen.path' to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.jpa.modelgen_2.6.10.v20220910-5fc36efa7a.jar' [echo] and 'compile.path' [echo] [echo] Configuring 'compile.server.path' to: [echo] 'compile.path' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/../extension.oracle.lib.external/sdoapi.jar' [echo] '../../../extension.lib.external/mongo.jar' [echo] run-bean-validation-tests: [echo] Loading /home/jenkins/build.properties [echo] Skipping ${test.properties}, file does not exist [echo] Skipping /home/jenkins/test.properties, file does not exist [echo] Skipping /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.6.10.v20220910-5fc36efa7a.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.modelgentest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/eclipselink.jpa.modelgen.test' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../sdo/plugins' (for GF) [echo] user.home = '/home/jenkins' [echo] Loading user properties from: '/home/jenkins/test.properties' config-classpath: [echo] Configuring compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.0.6.v201308211412.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.validation_1.1.0.v201304101302.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ejb_3.1.0.v201205171433.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.transaction_1.1.0.v201002051055.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ws.rs_1.1.1.v20101004-1200.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.resource_1.6.0.v201204270900.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] '/home/jenkins/extension.lib.external/jacocoagent.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring jpa21.compile.path to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-core-tests.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test/eclipselink-coretest-framework.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins/javax.persistence_2.1.1.v201509150925.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.validation_1.1.0.v201304101302.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../eclipselink.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ejb_3.1.0.v201205171433.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.transaction_1.1.0.v201002051055.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/javax.ws.rs_1.1.1.v20101004-1200.jar' [echo] '/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] '/home/jenkins/extension.lib.external/jacocoagent.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.antlr_*.jar' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.nosql_*.jar' [echo] [echo] Configuring 'compile.modelgen.path' to: [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins/org.eclipse.persistence.jpa.modelgen_2.6.10.v20220910-5fc36efa7a.jar' [echo] and 'compile.path' [echo] [echo] Configuring 'compile.server.path' to: [echo] 'compile.path' [echo] '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/../extension.oracle.lib.external/sdoapi.jar' [echo] '../../../extension.lib.external/mongo.jar' [echo] oracle-test: [echo] Loading /home/jenkins/build.properties [echo] Skipping ${test.properties}, file does not exist [echo] Skipping /home/jenkins/test.properties, file does not exist [echo] Skipping /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/local.build.properties, file does not exist [echo] modelgen.jar = 'org.eclipse.persistence.jpa.modelgen_2.6.10.v20220910-5fc36efa7a.jar' [echo] ant.project.name = 'eclipselink.jpa.test' [echo] jpatest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test' [echo] jpatest.2.base.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../..' [echo] jpatest.2.common.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../plugins' [echo] jpatest.2.modelgentest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/eclipselink.jpa.modelgen.test' [echo] jpatest.2.jpa.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../jpa/plugins' [echo] jpatest.2.coretest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.core.test' [echo] jpatest.2.oracle.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/org.eclipse.persistence.oracle' [echo] jpatest.2.oracletest.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../foundation/eclipselink.extension.oracle.test' [echo] jpatest.2.sdo.plugins.dir = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/../../sdo/plugins' (for GF) [echo] user.home = '/home/jenkins' [echo] Loading user properties from: '/home/jenkins/test.properties' generate-report: [junitreport] Processing /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/reports/TESTS-TestSuites.xml to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test/reports/junit-noframes.html [junitreport] Loading stylesheet jar:file:/opt/java/ant/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-noframes.xsl [junitreport] Transform time: 188ms test-jpa-jse: compile: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test.jse/classes [copy] Copying 3 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test.jse/classes/META-INF [javac] Compiling 66 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test.jse/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] Note: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test.jse/src/org/eclipse/persistence/jpa/test/query/TestQueryHints2.java uses unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 1 warning weave: test: [echo] jse.eclipselink.jar = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test.jse/../../eclipselink.jar' [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test.jse/reports [junit] Running org.eclipse.persistence.config.TestPropertiesUtils [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 sec [junit] Running org.eclipse.persistence.jpa.test.basic.TestBasicPersistence [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.045 sec [junit] Running org.eclipse.persistence.jpa.test.basic.TestNVarChar [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.633 sec [junit] Running org.eclipse.persistence.jpa.test.basic.TestNullByteArrayEntry [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.65 sec [junit] Running org.eclipse.persistence.jpa.test.concurrency.TestConcurrencyPersistence [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.701 sec [junit] Running org.eclipse.persistence.jpa.test.ddl.TestDBPlatformDetector [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.663 sec [junit] Running org.eclipse.persistence.jpa.test.ddl.TestDBPlatformHelper [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.554 sec [junit] Running org.eclipse.persistence.jpa.test.ddl.TestDDLGenLineTerminator [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.313 sec [junit] Running org.eclipse.persistence.jpa.test.ddl.TestSchemaGen [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 sec [junit] Running org.eclipse.persistence.jpa.test.locking.TestPessimisticLocking [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.71 sec [junit] Running org.eclipse.persistence.jpa.test.locking.TestTimestampVersionLocking [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.669 sec [junit] Running org.eclipse.persistence.jpa.test.mapping.TestUnidirectionalOneToMany [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.775 sec [junit] Running org.eclipse.persistence.jpa.test.property.TestParameterBinding [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.82 sec [junit] Running org.eclipse.persistence.jpa.test.query.TestQueryHints [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.364 sec [junit] Running org.eclipse.persistence.jpa.test.query.TestQueryHints2 [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.694 sec [junit] Running org.eclipse.persistence.jpa.test.query.TestQueryProperties [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.002 sec [junit] Running org.eclipse.persistence.jpa.test.returninsert.TestReturnInsert [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec [junit] Running org.eclipse.persistence.jpa.test.sequence.TestTableQualifier [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.664 sec [junit] Running org.eclipse.persistence.jpa.test.server.TestJNDIConnector [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.425 sec [junit] Running org.eclipse.persistence.jpa.test.server.TestTargetServerDetector [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.55 sec [junit] Running org.eclipse.persistence.jpa.test.cachedeadlock.CacheDeadLockDetectionTest [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.918 sec [junitreport] Processing /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.test.jse/reports/TESTS-TestSuites.xml to /tmp/null1443549737 [junitreport] Loading stylesheet jar:file:/opt/java/ant/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-frames.xsl [junitreport] Transform time: 300ms [junitreport] Deleting: /tmp/null1443549737 [echo] JUNIT results in /home/jenkins/agent/workspace/eclipselink-nightly-2.6/reports/html test-wdf: [echo] wdf_test.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test' [echo] wdf_test.2.trunk.dir = '../..' clean-test: init: init_against_jar: init_runtime: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/reports [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/run test-lrg: [echo] wdf_test.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test' [echo] wdf_test.2.trunk.dir = '../..' run-test: [echo] Running test on jdbc:mysql://localhost/ecltest?useSSL=false [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.embedded.TestEmbeddedIdAsInnerClass [junit] [EL Fine]: moxy: 2022-09-10 04:18:48.296--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@56ef9176 [junit] [EL Fine]: moxy: 2022-09-10 04:18:48.359--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@49993335 [junit] [EL Finer]: server: 2022-09-10 04:18:48.46--Thread(Thread[main,5,main])--Detected server platform: org.eclipse.persistence.platform.server.NoServerPlatform. [junit] [EL Finer]: jpa: 2022-09-10 04:18:48.464--Thread(Thread[main,5,main])--JavaSECMPInitializer - predeploying jpa1testmodel. [junit] [EL Finest]: properties: 2022-09-10 04:18:48.501--ServerSession(1177377518)--Thread(Thread[main,5,main])--property=eclipselink.target-server; value=JBoss; translated value=org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2022-09-10 04:18:48.509--ServerSession(1177377518)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2022-09-10 04:18:48.51--ServerSession(1177377518)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Fine]: 2022-09-10 04:18:48.51--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2022-09-10 04:18:48.51--ServerSession(1177377518)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Initial; factoryCount 0 [junit] [EL Finest]: 2022-09-10 04:18:48.511--ServerSession(1177377518)--Thread(Thread[main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true [junit] [EL Finest]: 2022-09-10 04:18:48.512--ServerSession(1177377518)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true [junit] [EL Finest]: 2022-09-10 04:18:48.512--ServerSession(1177377518)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false [junit] [EL Finer]: 2022-09-10 04:18:48.526--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar]. [junit] [EL Finer]: 2022-09-10 04:18:48.527--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/eclipselink-orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar]. [junit] [EL Config]: 2022-09-10 04:18:48.677--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:48.706--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field employees] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:18:48.707--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:48.71--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:48.711--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:48.713--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field client] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:18:48.713--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:48.714--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field attr2] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte. [junit] [EL Config]: 2022-09-10 04:18:48.714--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:48.715--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:48.716--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field profiles] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile. [junit] [EL Config]: 2022-09-10 04:18:48.719--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:48.719--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field riders] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:18:48.719--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:48.72--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:48.724--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:48.726--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getCubicles] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle. [junit] [EL Config]: 2022-09-10 04:18:48.726--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.AbstractEmployee] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:48.726--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:48.727--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field attachedCop] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop. [junit] [EL Config]: 2022-09-10 04:18:48.727--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field parties] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal. [junit] [EL Config]: 2022-09-10 04:18:48.728--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:48.728--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field city] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City. [junit] [EL Config]: 2022-09-10 04:18:48.731--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:48.731--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.island.Island] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:48.732--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:48.732--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:48.732--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field cops] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop. [junit] [EL Config]: 2022-09-10 04:18:48.734--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field criminals] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal. [junit] [EL Config]: 2022-09-10 04:18:48.734--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:48.739--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:48.739--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:48.739--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:48.74--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getCourse] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course. [junit] [EL Config]: 2022-09-10 04:18:48.74--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:48.741--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field project] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project. [junit] [EL Config]: 2022-09-10 04:18:48.741--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:48.741--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:48.742--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field patent] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent. [junit] [EL Config]: 2022-09-10 04:18:48.742--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:48.742--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:48.742--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getWeapon] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon. [junit] [EL Config]: 2022-09-10 04:18:48.743--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:48.743--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:48.744--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:48.744--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:48.744--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:48.745--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:48.746--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:48.746--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field driver] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:18:48.747--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:48.747--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:48.748--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getComponent] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.component.Component. [junit] [EL Config]: 2022-09-10 04:18:48.748--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:48.748--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:48.749--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:48.749--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:48.749--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field informingCops] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop. [junit] [EL Config]: 2022-09-10 04:18:48.749--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:48.75--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field node] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode. [junit] [EL Config]: 2022-09-10 04:18:48.75--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.Component] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:48.75--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:48.751--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:48.751--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field partner] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop. [junit] [EL Config]: 2022-09-10 04:18:48.751--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field attachedCriminals] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal. [junit] [EL Config]: 2022-09-10 04:18:48.751--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field informers] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer. [junit] [EL Config]: 2022-09-10 04:18:48.752--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:48.752--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:48.753--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field item] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte. [junit] [EL Config]: 2022-09-10 04:18:48.753--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:48.753--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:48.754--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:48.754--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:48.754--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getCubicles] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle. [junit] [EL Config]: 2022-09-10 04:18:48.755--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:48.755--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field employee] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:18:48.755--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:48.756--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [method getCreatures] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature. [junit] [EL Config]: 2022-09-10 04:18:48.756--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:48.756--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field parent] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode. [junit] [EL Config]: 2022-09-10 04:18:48.756--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field children] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode. [junit] [EL Config]: 2022-09-10 04:18:48.757--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field description] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription. [junit] [EL Config]: 2022-09-10 04:18:48.757--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.Node] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:48.757--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field parent] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.Node. [junit] [EL Config]: 2022-09-10 04:18:48.757--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field children] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.Node. [junit] [EL Config]: 2022-09-10 04:18:48.758--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:48.758--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:48.759--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field brokerageAccount] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount. [junit] [EL Config]: 2022-09-10 04:18:48.759--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field projects] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project. [junit] [EL Config]: 2022-09-10 04:18:48.76--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field cubicle] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle. [junit] [EL Config]: 2022-09-10 04:18:48.76--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field costCenter] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter. [junit] [EL Config]: 2022-09-10 04:18:48.76--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field checkingAccount] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount. [junit] [EL Config]: 2022-09-10 04:18:48.76--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field travelProfile] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile. [junit] [EL Config]: 2022-09-10 04:18:48.761--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field sampleAccount] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account. [junit] [EL Config]: 2022-09-10 04:18:48.761--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field reviews] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review. [junit] [EL Config]: 2022-09-10 04:18:48.761--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field hobbies] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby. [junit] [EL Config]: 2022-09-10 04:18:48.762--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field motorVehicle] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle. [junit] [EL Config]: 2022-09-10 04:18:48.762--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field patents] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent. [junit] [EL Config]: 2022-09-10 04:18:48.762--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field creditCardAccounts] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount. [junit] [EL Config]: 2022-09-10 04:18:48.762--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field department] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department. [junit] [EL Config]: 2022-09-10 04:18:48.762--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field bicycles] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle. [junit] [EL Config]: 2022-09-10 04:18:48.763--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:48.763--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getMaterial] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material. [junit] [EL Config]: 2022-09-10 04:18:48.764--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:48.764--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:48.765--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getTasks] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task. [junit] [EL Config]: 2022-09-10 04:18:48.765--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:48.765--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:48.767--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:48.768--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer$PK] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:48.768--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:48.768--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:48.768--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:48.769--ServerSession(1177377518)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:48.774--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2022-09-10 04:18:48.775--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME. [junit] [EL Config]: 2022-09-10 04:18:48.775--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter] is being defaulted to: CostCenter. [junit] [EL Config]: 2022-09-10 04:18:48.786--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:48.786--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.787--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount] is being defaulted to: CheckingAccount. [junit] [EL Config]: 2022-09-10 04:18:48.787--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account] is being defaulted to: Account. [junit] [EL Config]: 2022-09-10 04:18:48.791--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [owner] is being defaulted to: OWNER. [junit] [EL Config]: 2022-09-10 04:18:48.791--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [balance] is being defaulted to: BALANCE. [junit] [EL Config]: 2022-09-10 04:18:48.792--ServerSession(1177377518)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:48.792--ServerSession(1177377518)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:48.792--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2022-09-10 04:18:48.792--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [creditLimit] is being defaulted to: CREDITLIMIT. [junit] [EL Config]: 2022-09-10 04:18:48.793--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte] is being defaulted to: Item_Byte. [junit] [EL Config]: 2022-09-10 04:18:48.794--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [namespace] is being defaulted to: NAMESPACE. [junit] [EL Config]: 2022-09-10 04:18:48.794--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:48.794--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [text] is being defaulted to: TEXT. [junit] [EL Config]: 2022-09-10 04:18:48.794--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp] is being defaulted to: Timestamp. [junit] [EL Config]: 2022-09-10 04:18:48.795--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.795--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike] is being defaulted to: RoadBike. [junit] [EL Config]: 2022-09-10 04:18:48.795--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle] is being defaulted to: Bicycle. [junit] [EL Config]: 2022-09-10 04:18:48.795--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle] is being defaulted to: Vehicle. [junit] [EL Config]: 2022-09-10 04:18:48.795--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR. [junit] [EL Config]: 2022-09-10 04:18:48.796--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.796--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [brand] is being defaulted to: BRAND. [junit] [EL Config]: 2022-09-10 04:18:48.796--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:18:48.798--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess] is being defaulted to: TemporalTypesFieldAccess. [junit] [EL Config]: 2022-09-10 04:18:48.801--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice] is being defaulted to: UniqueColorOffice. [junit] [EL Config]: 2022-09-10 04:18:48.801--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.802--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY. [junit] [EL Config]: 2022-09-10 04:18:48.802--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.AbstractEmployee] is being defaulted to: AbstractEmployee. [junit] [EL Config]: 2022-09-10 04:18:48.802--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:48.803--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.803--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal] is being defaulted to: Criminal. [junit] [EL Config]: 2022-09-10 04:18:48.805--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.805--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person] is being defaulted to: Person. [junit] [EL Config]: 2022-09-10 04:18:48.806--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.807--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee] is being defaulted to: ContractEmployee. [junit] [EL Config]: 2022-09-10 04:18:48.807--ServerSession(1177377518)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.807--ServerSession(1177377518)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.807--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [term] is being defaulted to: TERM. [junit] [EL Config]: 2022-09-10 04:18:48.808--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.island.Island] is being defaulted to: Island. [junit] [EL Config]: 2022-09-10 04:18:48.808--ServerSession(1177377518)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island] is being defaulted to: DTYPE. [junit] [EL Config]: 2022-09-10 04:18:48.808--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:48.808--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.808--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby] is being defaulted to: Hobby. [junit] [EL Config]: 2022-09-10 04:18:48.809--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [getDescription] is being defaulted to: DESCRIPTION. [junit] [EL Config]: 2022-09-10 04:18:48.809--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.809--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [getCategory] is being defaulted to: CATEGORY. [junit] [EL Config]: 2022-09-10 04:18:48.809--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City] is being defaulted to: City. [junit] [EL Config]: 2022-09-10 04:18:48.809--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [sound] is being defaulted to: SOUND. [junit] [EL Config]: 2022-09-10 04:18:48.81--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [integer] is being defaulted to: INTEGER. [junit] [EL Config]: 2022-09-10 04:18:48.81--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [cool] is being defaulted to: COOL. [junit] [EL Config]: 2022-09-10 04:18:48.81--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:48.81--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.81--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [type] is being defaulted to: TYPE. [junit] [EL Config]: 2022-09-10 04:18:48.811--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess] is being defaulted to: BasicTypesPropertyAccess. [junit] [EL Config]: 2022-09-10 04:18:48.812--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.816--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass] is being defaulted to: ReadOnlyEntitySubclass. [junit] [EL Config]: 2022-09-10 04:18:48.816--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity] is being defaulted to: ReadOnlyEntity. [junit] [EL Config]: 2022-09-10 04:18:48.816--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:48.817--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.817--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:18:48.817--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material] is being defaulted to: Material. [junit] [EL Config]: 2022-09-10 04:18:48.817--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [getData] is being defaulted to: DATA. [junit] [EL Config]: 2022-09-10 04:18:48.818--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task] is being defaulted to: Task. [junit] [EL Config]: 2022-09-10 04:18:48.82--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [description] is being defaulted to: DESCRIPTION. [junit] [EL Config]: 2022-09-10 04:18:48.82--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview] is being defaulted to: PatentReview. [junit] [EL Config]: 2022-09-10 04:18:48.82--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review] is being defaulted to: Review. [junit] [EL Config]: 2022-09-10 04:18:48.82--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [reviewDate] is being defaulted to: REVIEWDATE. [junit] [EL Config]: 2022-09-10 04:18:48.821--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.821--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:18:48.821--ServerSession(1177377518)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review] is being defaulted to: DTYPE. [junit] [EL Config]: 2022-09-10 04:18:48.821--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike] is being defaulted to: MountainBike. [junit] [EL Config]: 2022-09-10 04:18:48.822--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature] is being defaulted to: MythicalCreature. [junit] [EL Config]: 2022-09-10 04:18:48.822--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature] is being defaulted to: Creature. [junit] [EL Config]: 2022-09-10 04:18:48.822--ServerSession(1177377518)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature] is being defaulted to: DTYPE. [junit] [EL Config]: 2022-09-10 04:18:48.822--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.823--ServerSession(1177377518)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.823--ServerSession(1177377518)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.823--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [getStory] is being defaulted to: STORY. [junit] [EL Config]: 2022-09-10 04:18:48.823--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess] is being defaulted to: EmbeddingFieldAccess. [junit] [EL Config]: 2022-09-10 04:18:48.823--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [date] is being defaulted to: DATE. [junit] [EL Config]: 2022-09-10 04:18:48.824--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [time] is being defaulted to: TIME. [junit] [EL Config]: 2022-09-10 04:18:48.824--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.824--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon] is being defaulted to: Weapon. [junit] [EL Config]: 2022-09-10 04:18:48.824--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:48.824--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.824--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant] is being defaulted to: Plant. [junit] [EL Config]: 2022-09-10 04:18:48.825--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element] is being defaulted to: Element. [junit] [EL Config]: 2022-09-10 04:18:48.825--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent] is being defaulted to: Patent. [junit] [EL Config]: 2022-09-10 04:18:48.826--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [getYear] is being defaulted to: YEAR. [junit] [EL Config]: 2022-09-10 04:18:48.826--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:48.83--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car] is being defaulted to: Car. [junit] [EL Config]: 2022-09-10 04:18:48.83--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] is being defaulted to: MotorVehicle. [junit] [EL Config]: 2022-09-10 04:18:48.83--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [model] is being defaulted to: MODEL. [junit] [EL Config]: 2022-09-10 04:18:48.831--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat] is being defaulted to: MetricFloat. [junit] [EL Config]: 2022-09-10 04:18:48.831--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric] is being defaulted to: Metric. [junit] [EL Config]: 2022-09-10 04:18:48.832--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount] is being defaulted to: BrokerageAccount. [junit] [EL Config]: 2022-09-10 04:18:48.832--ServerSession(1177377518)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:48.832--ServerSession(1177377518)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:48.832--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [riskLevel] is being defaulted to: RISKLEVEL. [junit] [EL Config]: 2022-09-10 04:18:48.833--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal] is being defaulted to: Animal. [junit] [EL Config]: 2022-09-10 04:18:48.833--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer] is being defaulted to: Informer. [junit] [EL Config]: 2022-09-10 04:18:48.833--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.833--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription] is being defaulted to: CascadingNodeDescription. [junit] [EL Config]: 2022-09-10 04:18:48.834--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.834--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.Component] is being defaulted to: Component. [junit] [EL Config]: 2022-09-10 04:18:48.834--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.834--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile] is being defaulted to: TravelProfile. [junit] [EL Config]: 2022-09-10 04:18:48.834--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [getSmoker] is being defaulted to: SMOKER. [junit] [EL Config]: 2022-09-10 04:18:48.835--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [getGuid] is being defaulted to: GUID. [junit] [EL Config]: 2022-09-10 04:18:48.835--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop] is being defaulted to: Cop. [junit] [EL Config]: 2022-09-10 04:18:48.835--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.835--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess] is being defaulted to: EmbeddingPropertyAccess. [junit] [EL Config]: 2022-09-10 04:18:48.835--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [getDate] is being defaulted to: DATE. [junit] [EL Config]: 2022-09-10 04:18:48.836--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [getTime] is being defaulted to: TIME. [junit] [EL Config]: 2022-09-10 04:18:48.836--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.836--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte] is being defaulted to: Item_Attribute_Byte. [junit] [EL Config]: 2022-09-10 04:18:48.837--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount] is being defaulted to: SavingsAccount. [junit] [EL Config]: 2022-09-10 04:18:48.837--ServerSession(1177377518)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:48.837--ServerSession(1177377518)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:48.837--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [interestRate] is being defaulted to: INTERESTRATE. [junit] [EL Config]: 2022-09-10 04:18:48.838--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2022-09-10 04:18:48.838--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME. [junit] [EL Config]: 2022-09-10 04:18:48.838--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck] is being defaulted to: Truck. [junit] [EL Config]: 2022-09-10 04:18:48.838--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount] is being defaulted to: CreditCardAccount. [junit] [EL Config]: 2022-09-10 04:18:48.838--ServerSession(1177377518)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:48.839--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [cardType] is being defaulted to: CARDTYPE. [junit] [EL Config]: 2022-09-10 04:18:48.839--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [cardNumber] is being defaulted to: CARDNUMBER. [junit] [EL Config]: 2022-09-10 04:18:48.839--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [validTo] is being defaulted to: VALIDTO. [junit] [EL Config]: 2022-09-10 04:18:48.839--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office] is being defaulted to: Office. [junit] [EL Config]: 2022-09-10 04:18:48.839--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.84--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY. [junit] [EL Config]: 2022-09-10 04:18:48.84--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle] is being defaulted to: Cubicle. [junit] [EL Config]: 2022-09-10 04:18:48.84--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR. [junit] [EL Config]: 2022-09-10 04:18:48.84--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [place] is being defaulted to: PLACE. [junit] [EL Config]: 2022-09-10 04:18:48.841--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [floor] is being defaulted to: FLOOR. [junit] [EL Config]: 2022-09-10 04:18:48.841--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave] is being defaulted to: Cave. [junit] [EL Config]: 2022-09-10 04:18:48.841--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:48.841--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.841--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode] is being defaulted to: CascadingNode. [junit] [EL Config]: 2022-09-10 04:18:48.842--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.842--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.Node] is being defaulted to: Node. [junit] [EL Config]: 2022-09-10 04:18:48.842--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [nodeName] is being defaulted to: NODENAME. [junit] [EL Config]: 2022-09-10 04:18:48.842--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.842--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer] is being defaulted to: Trailer. [junit] [EL Config]: 2022-09-10 04:18:48.843--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [high] is being defaulted to: HIGH. [junit] [EL Config]: 2022-09-10 04:18:48.843--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [low] is being defaulted to: LOW. [junit] [EL Config]: 2022-09-10 04:18:48.843--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] is being defaulted to: Employee. [junit] [EL Config]: 2022-09-10 04:18:48.845--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [firstname] is being defaulted to: FIRSTNAME. [junit] [EL Config]: 2022-09-10 04:18:48.845--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [endDate] is being defaulted to: ENDDATE. [junit] [EL Config]: 2022-09-10 04:18:48.845--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [startDate] is being defaulted to: STARTDATE. [junit] [EL Config]: 2022-09-10 04:18:48.846--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [salary] is being defaulted to: SALARY. [junit] [EL Config]: 2022-09-10 04:18:48.846--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [lastname] is being defaulted to: LASTNAME. [junit] [EL Config]: 2022-09-10 04:18:48.846--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.846--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course] is being defaulted to: Course. [junit] [EL Config]: 2022-09-10 04:18:48.846--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department] is being defaulted to: Department. [junit] [EL Config]: 2022-09-10 04:18:48.861--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:48.861--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.861--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [getVersion] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:18:48.862--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project] is being defaulted to: Project. [junit] [EL Config]: 2022-09-10 04:18:48.862--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty] is being defaulted to: Nasty. [junit] [EL Config]: 2022-09-10 04:18:48.862--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.863--ServerSession(1177377518)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess] is being defaulted to: BasicTypesFieldAccess. [junit] [EL Config]: 2022-09-10 04:18:48.864--ServerSession(1177377518)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:18:48.866--ServerSession(1177377518)--Thread(Thread[main,5,main])--The pk column value for the table generator named [StringIdGenerator] defined on [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby] from [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby] is being defaulted to: StringIdGenerator. [junit] [EL Config]: 2022-09-10 04:18:48.866--ServerSession(1177377518)--Thread(Thread[main,5,main])--The pk column value for the table generator named [VehicleGenerator] defined on [field id] from [field id] is being defaulted to: VehicleGenerator. [junit] [EL Config]: 2022-09-10 04:18:48.866--ServerSession(1177377518)--Thread(Thread[main,5,main])--The pk column value for the table generator named [IdGenerator] defined on [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project] from [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project] is being defaulted to: IdGenerator. [junit] [EL Config]: 2022-09-10 04:18:48.866--ServerSession(1177377518)--Thread(Thread[main,5,main])--The pk column value for the table generator named [CourseGenerator] defined on [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course] from [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course] is being defaulted to: CourseGenerator. [junit] [EL Config]: 2022-09-10 04:18:48.88--ServerSession(1177377518)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field client] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.898--ServerSession(1177377518)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field profiles] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.899--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field profiles] is being defaulted to: GUID. [junit] [EL Config]: 2022-09-10 04:18:48.899--ServerSession(1177377518)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field riders] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.899--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field riders] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.901--ServerSession(1177377518)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getCubicles] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.902--ServerSession(1177377518)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field attachedCop] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.902--ServerSession(1177377518)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [attachedCop] is being defaulted to: ATTACHEDCOP_ID. [junit] [EL Config]: 2022-09-10 04:18:48.903--ServerSession(1177377518)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field parties] is being defaulted to: TMP_CRIMINAL_TMP_CRIMINAL. [junit] [EL Config]: 2022-09-10 04:18:48.903--ServerSession(1177377518)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field parties] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.903--ServerSession(1177377518)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [parties] is being defaulted to: Criminal_ID. [junit] [EL Config]: 2022-09-10 04:18:48.903--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field parties] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.904--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [parties] is being defaulted to: parties_ID. [junit] [EL Config]: 2022-09-10 04:18:48.904--ServerSession(1177377518)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field city] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.904--ServerSession(1177377518)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field cops] is being defaulted to: TMP_CITY_TMP_COP. [junit] [EL Config]: 2022-09-10 04:18:48.904--ServerSession(1177377518)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field cops] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.904--ServerSession(1177377518)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [cops] is being defaulted to: City_ID. [junit] [EL Config]: 2022-09-10 04:18:48.904--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field cops] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.905--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [cops] is being defaulted to: cops_ID. [junit] [EL Config]: 2022-09-10 04:18:48.905--ServerSession(1177377518)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field criminals] is being defaulted to: TMP_CITY_TMP_CRIMINAL. [junit] [EL Config]: 2022-09-10 04:18:48.905--ServerSession(1177377518)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field criminals] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.905--ServerSession(1177377518)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [criminals] is being defaulted to: City_ID. [junit] [EL Config]: 2022-09-10 04:18:48.905--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field criminals] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.905--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [criminals] is being defaulted to: criminals_ID. [junit] [EL Config]: 2022-09-10 04:18:48.906--ServerSession(1177377518)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field project] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.906--ServerSession(1177377518)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getWeapon] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.906--ServerSession(1177377518)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field driver] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.907--ServerSession(1177377518)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getComponent] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.907--ServerSession(1177377518)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field informingCops] is being defaulted to: TMP_INFORMER_TMP_COP. [junit] [EL Config]: 2022-09-10 04:18:48.907--ServerSession(1177377518)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field informingCops] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.907--ServerSession(1177377518)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [informingCops] is being defaulted to: Informer_ID. [junit] [EL Config]: 2022-09-10 04:18:48.907--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field informingCops] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.907--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [informingCops] is being defaulted to: informingCops_ID. [junit] [EL Config]: 2022-09-10 04:18:48.908--ServerSession(1177377518)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field partner] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.908--ServerSession(1177377518)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [partner] is being defaulted to: PARTNER_ID. [junit] [EL Config]: 2022-09-10 04:18:48.908--ServerSession(1177377518)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field attachedCriminals] is being defaulted to: TMP_COP_TMP_CRIMINAL. [junit] [EL Config]: 2022-09-10 04:18:48.908--ServerSession(1177377518)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field attachedCriminals] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.908--ServerSession(1177377518)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [attachedCriminals] is being defaulted to: Cop_ID. [junit] [EL Config]: 2022-09-10 04:18:48.908--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field attachedCriminals] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.908--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [attachedCriminals] is being defaulted to: attachedCriminals_ID. [junit] [EL Config]: 2022-09-10 04:18:48.909--ServerSession(1177377518)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field informers] is being defaulted to: TMP_COP_TMP_INFORMER. [junit] [EL Config]: 2022-09-10 04:18:48.909--ServerSession(1177377518)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field informers] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.909--ServerSession(1177377518)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [informers] is being defaulted to: Cop_ID. [junit] [EL Config]: 2022-09-10 04:18:48.909--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field informers] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.909--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [informers] is being defaulted to: informers_ID. [junit] [EL Config]: 2022-09-10 04:18:48.909--ServerSession(1177377518)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field item] is being defaulted to: ITEM_ID. [junit] [EL Config]: 2022-09-10 04:18:48.91--ServerSession(1177377518)--Thread(Thread[main,5,main])--The key column name for the basic map mapping element [getCubicles] is being defaulted to: CUBICLES_KEY. [junit] [EL Config]: 2022-09-10 04:18:48.913--ServerSession(1177377518)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getCubicles] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.913--ServerSession(1177377518)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getCreatures] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.913--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [method getCreatures] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.914--ServerSession(1177377518)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field parent] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.914--ServerSession(1177377518)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field description] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.914--ServerSession(1177377518)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field parent] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.914--ServerSession(1177377518)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field brokerageAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:48.915--ServerSession(1177377518)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field projects] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.915--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field projects] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.915--ServerSession(1177377518)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field costCenter] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.915--ServerSession(1177377518)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field travelProfile] is being defaulted to: GUID. [junit] [EL Config]: 2022-09-10 04:18:48.915--ServerSession(1177377518)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field sampleAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:48.916--ServerSession(1177377518)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field reviews] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.916--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field reviews] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.946--ServerSession(1177377518)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field hobbies] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.946--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field hobbies] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.947--ServerSession(1177377518)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field patents] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.947--ServerSession(1177377518)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field creditCardAccounts] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.947--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field creditCardAccounts] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:48.947--ServerSession(1177377518)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field department] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:48.948--ServerSession(1177377518)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getMaterial] is being defaulted to: COURSE_ID. [junit] [EL Config]: 2022-09-10 04:18:48.955--ServerSession(1177377518)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [method getMaterial] is being defaulted to: COURSE_ID. [junit] [EL Config]: 2022-09-10 04:18:48.956--ServerSession(1177377518)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getAttendees] is being defaulted to: COURSE_ID. [junit] [EL Config]: 2022-09-10 04:18:48.956--ServerSession(1177377518)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [method getAttendees] is being defaulted to: ID. [junit] [EL Finest]: 2022-09-10 04:18:48.994--ServerSession(1177377518)--Thread(Thread[main,5,main])--query getDepartmentCached: query hint eclipselink.query-results-cache; value True [junit] [EL Finest]: 2022-09-10 04:18:49.145--ServerSession(1177377518)--Thread(Thread[main,5,main])--query getAllDepartmentsCached: query hint eclipselink.query-results-cache; value True [junit] [EL Finest]: 2022-09-10 04:18:49.201--ServerSession(1177377518)--Thread(Thread[main,5,main])--End predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Predeployed; factoryCount 0 [junit] [EL Finer]: 2022-09-10 04:18:49.201--Thread(Thread[main,5,main])--JavaSECMPInitializer - transformer is null. [junit] [EL Finest]: 2022-09-10 04:18:49.202--ServerSession(1177377518)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Predeployed; factoryCount 0 [junit] [EL Finest]: 2022-09-10 04:18:49.202--ServerSession(1177377518)--Thread(Thread[main,5,main])--End predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Predeployed; factoryCount 1 [junit] [EL Finer]: 2022-09-10 04:18:49.21--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Component_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.21--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.211--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.211--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.AbstractEmployee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.211--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.212--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.212--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.212--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.213--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.213--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.213--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.214--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.214--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.214--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.215--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.215--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.215--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.216--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.216--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.216--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.217--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.217--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.217--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.218--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.218--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.218--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.219--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.219--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.219--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.22--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.22--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.22--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.221--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.221--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.221--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.222--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.222--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.222--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.223--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.223--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.223--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.224--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.224--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.224--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.225--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.225--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.225--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.226--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.226--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.226--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.227--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.227--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.227--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.228--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.228--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.Node_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.228--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.229--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.229--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.229--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.229--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.23--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.23--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.231--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.231--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.231--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer$PK_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.232--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:49.232--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount_] not found during initialization. [junit] [EL Finest]: 2022-09-10 04:18:49.232--ServerSession(1177377518)--Thread(Thread[main,5,main])--Begin deploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Predeployed; factoryCount 1 [junit] [EL Finest]: 2022-09-10 04:18:49.291--ServerSession(1177377518)--Thread(Thread[main,5,main])--Bean Validation Factory was not initialized: [javax/validation/Validation]. [junit] [EL Finer]: 2022-09-10 04:18:49.296--Thread(Thread[main,5,main])--Detected server platform: org.eclipse.persistence.platform.server.NoServerPlatform. [junit] [EL Finer]: 2022-09-10 04:18:49.296--Thread(Thread[main,5,main])--initializing session manager [junit] [EL Finest]: 2022-09-10 04:18:49.296--ServerSession(1177377518)--Thread(Thread[main,5,main])--property=eclipselink.target-server; value=JBoss; translated value=org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2022-09-10 04:18:49.296--ServerSession(1177377518)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2022-09-10 04:18:49.297--ServerSession(1177377518)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2022-09-10 04:18:49.297--ServerSession(1177377518)--Thread(Thread[main,5,main])--property=eclipselink.target-database; value=org.eclipse.persistence.platform.database.MySQLPlatform [junit] [EL Finest]: 2022-09-10 04:18:49.298--ServerSession(1177377518)--Thread(Thread[main,5,main])--property=javax.persistence.nonJtaDataSource; value=org.eclipse.persistence.testing.framework.wdf.PooledDataSource@ea1a8d5 [junit] [EL Finest]: 2022-09-10 04:18:49.299--ServerSession(1177377518)--Thread(Thread[main,5,main])--property=eclipselink.jdbc.batch-writing; value=JDBC; translated value=JDBC [junit] [EL Finest]: 2022-09-10 04:18:49.3--ServerSession(1177377518)--Thread(Thread[main,5,main])--property=eclipselink.temporal.mutable; value=true [junit] [EL Info]: 2022-09-10 04:18:49.301--ServerSession(1177377518)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Config]: 2022-09-10 04:18:49.308--ServerSession(1177377518)--Connection(2073640037)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "" [junit] connector=>JNDIConnector datasource name=>null [junit] )) [junit] [EL Config]: 2022-09-10 04:18:49.309--ServerSession(1177377518)--Connection(1864116663)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost/ecltest?useSSL=false [junit] User: root@localhost [junit] Database: MySQL Version: 5.7.29 [junit] Driver: MySQL Connector Java Version: mysql-connector-java-5.1.48 ( Revision: 29734982609c32d3ab7e5cac2e6acee69ff6b4aa ) [junit] [EL Finest]: 2022-09-10 04:18:49.31--ServerSession(1177377518)--Connection(1298146757)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.31--ServerSession(1177377518)--Connection(1298146757)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Config]: 2022-09-10 04:18:49.31--ServerSession(1177377518)--Connection(2133344792)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "" [junit] connector=>JNDIConnector datasource name=>null [junit] )) [junit] [EL Config]: 2022-09-10 04:18:49.311--ServerSession(1177377518)--Connection(1319483139)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost/ecltest?useSSL=false [junit] User: root@localhost [junit] Database: MySQL Version: 5.7.29 [junit] Driver: MySQL Connector Java Version: mysql-connector-java-5.1.48 ( Revision: 29734982609c32d3ab7e5cac2e6acee69ff6b4aa ) [junit] [EL Finest]: 2022-09-10 04:18:49.32--ServerSession(1177377518)--Thread(Thread[main,5,main])--sequencing connected, state is NoPreallocation_State [junit] [EL Finest]: 2022-09-10 04:18:49.321--ServerSession(1177377518)--Thread(Thread[main,5,main])--sequence testSequence: preallocation size 1 [junit] [EL Finest]: 2022-09-10 04:18:49.321--ServerSession(1177377518)--Thread(Thread[main,5,main])--sequence testSequenceInc3: preallocation size 3 [junit] [EL Finest]: 2022-09-10 04:18:49.321--ServerSession(1177377518)--Thread(Thread[main,5,main])--sequence SEQ_GEN_IDENTITY: preallocation size 1 [junit] [EL Finest]: 2022-09-10 04:18:49.321--ServerSession(1177377518)--Thread(Thread[main,5,main])--sequencing connected, state is Preallocation_Transaction_NoAccessor_State [junit] [EL Finest]: 2022-09-10 04:18:49.321--ServerSession(1177377518)--Thread(Thread[main,5,main])--sequence SEQUENCE: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:18:49.321--ServerSession(1177377518)--Thread(Thread[main,5,main])--sequence VehicleGenerator: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:18:49.321--ServerSession(1177377518)--Thread(Thread[main,5,main])--sequence CourseGenerator: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:18:49.321--ServerSession(1177377518)--Thread(Thread[main,5,main])--sequence StringIdGenerator: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:18:49.321--ServerSession(1177377518)--Thread(Thread[main,5,main])--sequence Component: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:18:49.321--ServerSession(1177377518)--Thread(Thread[main,5,main])--sequence SEQ_GEN: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:18:49.321--ServerSession(1177377518)--Thread(Thread[main,5,main])--sequence IdGenerator: preallocation size 50 [junit] [EL Warning]: 2022-09-10 04:18:49.327--ServerSession(1177377518)--Thread(Thread[main,5,main])--Reverting the lazy setting on the OneToOne or ManyToOne attribute [driver] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] since weaving was not enabled or did not occur. [junit] [EL Warning]: 2022-09-10 04:18:49.332--ServerSession(1177377518)--Thread(Thread[main,5,main])--Reverting the lazy setting on the OneToOne or ManyToOne attribute [cubicle] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] since weaving was not enabled or did not occur. [junit] [EL Info]: 2022-09-10 04:18:49.457--ServerSession(1177377518)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541 login successful [junit] [EL Warning]: 2022-09-10 04:18:49.457--ServerSession(1177377518)--Thread(Thread[main,5,main])--Failed to find MBean Server: null or empty List returned from MBeanServerFactory.findMBeanServer(null) [junit] [EL Finer]: 2022-09-10 04:18:49.53--ServerSession(1177377518)--Thread(Thread[main,5,main])--JMX MBeanServer instance found: [com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582], # of beans: [22], domain: [DefaultDomain] at index: [0]. [junit] [EL Finest]: 2022-09-10 04:18:49.535--ServerSession(1177377518)--Thread(Thread[main,5,main])--Registered MBean: org.eclipse.persistence.services.mbean.MBeanDevelopmentServices[TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541,Type=Configuration] on server com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582 [junit] [EL Finest]: 2022-09-10 04:18:49.537--ServerSession(1177377518)--Thread(Thread[main,5,main])--Registered MBean: org.eclipse.persistence.services.jboss.MBeanJBossRuntimeServices[TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541)] on server com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582 [junit] [EL Finest]: 2022-09-10 04:18:49.537--ServerSession(1177377518)--Thread(Thread[main,5,main])--EclipseLink JMX Runtime Services is referencing the [Platform ConversionManager] ClassLoader at: [sun.misc.Launcher$AppClassLoader@330bedb4] [junit] [EL Finest]: 2022-09-10 04:18:49.537--ServerSession(1177377518)--Thread(Thread[main,5,main])--The applicationName for the MBean attached to session [/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541] is [unknown] [junit] [EL Finest]: 2022-09-10 04:18:49.538--ServerSession(1177377518)--Thread(Thread[main,5,main])--The moduleName for the MBean attached to session [/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541] is [unknown] [junit] [EL Finest]: 2022-09-10 04:18:49.567--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_METRIC DROP FOREIGN KEY FK_TMP_METRIC_COMPONENT_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.568--ServerSession(1177377518)--Connection(1705072168)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.568--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.569--ServerSession(1177377518)--Connection(778720569)--Thread(Thread[main,5,main])--ALTER TABLE TMP_METRIC DROP FOREIGN KEY FK_TMP_METRIC_COMPONENT_ID [junit] [EL Fine]: 2022-09-10 04:18:49.593--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.594--ServerSession(1177377518)--Connection(1705072168)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.594--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_METRIC' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_METRIC DROP FOREIGN KEY FK_TMP_METRIC_COMPONENT_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_METRIC DROP FOREIGN KEY FK_TMP_METRIC_COMPONENT_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.595--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CONTRACT_EMP DROP FOREIGN KEY FK_TMP_CONTRACT_EMP_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.595--ServerSession(1177377518)--Connection(858818438)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.596--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.596--ServerSession(1177377518)--Connection(1335503880)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CONTRACT_EMP DROP FOREIGN KEY FK_TMP_CONTRACT_EMP_ID [junit] [EL Fine]: 2022-09-10 04:18:49.597--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.597--ServerSession(1177377518)--Connection(858818438)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.597--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_CONTRACT_EMP' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_CONTRACT_EMP DROP FOREIGN KEY FK_TMP_CONTRACT_EMP_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_CONTRACT_EMP DROP FOREIGN KEY FK_TMP_CONTRACT_EMP_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.598--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_VEHICLE DROP FOREIGN KEY FK_TMP_VEHICLE_EMPLOYEE_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.598--ServerSession(1177377518)--Connection(1413730361)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.598--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.598--ServerSession(1177377518)--Connection(1668837760)--Thread(Thread[main,5,main])--ALTER TABLE TMP_VEHICLE DROP FOREIGN KEY FK_TMP_VEHICLE_EMPLOYEE_ID [junit] [EL Fine]: 2022-09-10 04:18:49.599--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.599--ServerSession(1177377518)--Connection(1413730361)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.599--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_VEHICLE' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_VEHICLE DROP FOREIGN KEY FK_TMP_VEHICLE_EMPLOYEE_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_VEHICLE DROP FOREIGN KEY FK_TMP_VEHICLE_EMPLOYEE_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.6--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_BROKER_ACC DROP FOREIGN KEY FK_TMP_BROKER_ACC_ACC_NUMBER") [junit] [EL Finest]: 2022-09-10 04:18:49.6--ServerSession(1177377518)--Connection(1223240796)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.6--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.6--ServerSession(1177377518)--Connection(48361312)--Thread(Thread[main,5,main])--ALTER TABLE TMP_BROKER_ACC DROP FOREIGN KEY FK_TMP_BROKER_ACC_ACC_NUMBER [junit] [EL Fine]: 2022-09-10 04:18:49.601--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.601--ServerSession(1177377518)--Connection(1223240796)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.601--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_BROKER_ACC' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_BROKER_ACC DROP FOREIGN KEY FK_TMP_BROKER_ACC_ACC_NUMBER [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_BROKER_ACC DROP FOREIGN KEY FK_TMP_BROKER_ACC_ACC_NUMBER") [junit] [EL Finest]: 2022-09-10 04:18:49.602--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CHECK_ACC DROP FOREIGN KEY FK_TMP_CHECK_ACC_ACC_NUMBER") [junit] [EL Finest]: 2022-09-10 04:18:49.602--ServerSession(1177377518)--Connection(946802083)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.602--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.603--ServerSession(1177377518)--Connection(962944318)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CHECK_ACC DROP FOREIGN KEY FK_TMP_CHECK_ACC_ACC_NUMBER [junit] [EL Fine]: 2022-09-10 04:18:49.603--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.604--ServerSession(1177377518)--Connection(946802083)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.604--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_CHECK_ACC' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_CHECK_ACC DROP FOREIGN KEY FK_TMP_CHECK_ACC_ACC_NUMBER [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_CHECK_ACC DROP FOREIGN KEY FK_TMP_CHECK_ACC_ACC_NUMBER") [junit] [EL Finest]: 2022-09-10 04:18:49.604--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CHECK_ACC DROP FOREIGN KEY FK_TMP_CHECK_ACC_CLIENT_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.604--ServerSession(1177377518)--Connection(1025001676)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.604--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.605--ServerSession(1177377518)--Connection(2111457497)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CHECK_ACC DROP FOREIGN KEY FK_TMP_CHECK_ACC_CLIENT_ID [junit] [EL Fine]: 2022-09-10 04:18:49.609--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.61--ServerSession(1177377518)--Connection(1025001676)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.61--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_CHECK_ACC' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_CHECK_ACC DROP FOREIGN KEY FK_TMP_CHECK_ACC_CLIENT_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_CHECK_ACC DROP FOREIGN KEY FK_TMP_CHECK_ACC_CLIENT_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.61--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CREDIT_ACC DROP FOREIGN KEY FK_TMP_CREDIT_ACC_CCA_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.61--ServerSession(1177377518)--Connection(461129530)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.611--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.611--ServerSession(1177377518)--Connection(1582028874)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CREDIT_ACC DROP FOREIGN KEY FK_TMP_CREDIT_ACC_CCA_ID [junit] [EL Fine]: 2022-09-10 04:18:49.612--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.612--ServerSession(1177377518)--Connection(461129530)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.612--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_CREDIT_ACC' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_CREDIT_ACC DROP FOREIGN KEY FK_TMP_CREDIT_ACC_CCA_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_CREDIT_ACC DROP FOREIGN KEY FK_TMP_CREDIT_ACC_CCA_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.612--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_COSTCENTER") [junit] [EL Finest]: 2022-09-10 04:18:49.612--ServerSession(1177377518)--Connection(711112124)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.612--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.614--ServerSession(1177377518)--Connection(1398241764)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_COSTCENTER [junit] [EL Fine]: 2022-09-10 04:18:49.614--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.616--ServerSession(1177377518)--Connection(711112124)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.616--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_EMP' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_COSTCENTER [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_COSTCENTER") [junit] [EL Finest]: 2022-09-10 04:18:49.616--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_DEPARTMENT") [junit] [EL Finest]: 2022-09-10 04:18:49.616--ServerSession(1177377518)--Connection(1289869008)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.616--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.616--ServerSession(1177377518)--Connection(605101809)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_DEPARTMENT [junit] [EL Fine]: 2022-09-10 04:18:49.617--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.618--ServerSession(1177377518)--Connection(1289869008)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.618--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_EMP' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_DEPARTMENT [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_DEPARTMENT") [junit] [EL Finest]: 2022-09-10 04:18:49.618--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_CUBICLE_PLACE") [junit] [EL Finest]: 2022-09-10 04:18:49.618--ServerSession(1177377518)--Connection(534666530)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.618--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.618--ServerSession(1177377518)--Connection(1573605215)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_CUBICLE_PLACE [junit] [EL Fine]: 2022-09-10 04:18:49.619--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.62--ServerSession(1177377518)--Connection(534666530)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.62--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_EMP' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_CUBICLE_PLACE [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_CUBICLE_PLACE") [junit] [EL Finest]: 2022-09-10 04:18:49.62--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_SAMPLE_ACCOUNT") [junit] [EL Finest]: 2022-09-10 04:18:49.62--ServerSession(1177377518)--Connection(382627885)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.62--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.62--ServerSession(1177377518)--Connection(2073299099)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_SAMPLE_ACCOUNT [junit] [EL Fine]: 2022-09-10 04:18:49.621--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.622--ServerSession(1177377518)--Connection(382627885)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.622--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_EMP' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_SAMPLE_ACCOUNT [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_SAMPLE_ACCOUNT") [junit] [EL Finest]: 2022-09-10 04:18:49.623--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_BROKERAGE_ACCOUNT") [junit] [EL Finest]: 2022-09-10 04:18:49.623--ServerSession(1177377518)--Connection(1633013890)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.623--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.623--ServerSession(1177377518)--Connection(979291363)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_BROKERAGE_ACCOUNT [junit] [EL Fine]: 2022-09-10 04:18:49.624--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.624--ServerSession(1177377518)--Connection(1633013890)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.624--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_EMP' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_BROKERAGE_ACCOUNT [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_BROKERAGE_ACCOUNT") [junit] [EL Finest]: 2022-09-10 04:18:49.625--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_PROFILE_GUID") [junit] [EL Finest]: 2022-09-10 04:18:49.625--ServerSession(1177377518)--Connection(782689036)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.625--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.625--ServerSession(1177377518)--Connection(1631119258)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_PROFILE_GUID [junit] [EL Fine]: 2022-09-10 04:18:49.626--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.626--ServerSession(1177377518)--Connection(782689036)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.626--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_EMP' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_PROFILE_GUID [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_PROFILE_GUID") [junit] [EL Finest]: 2022-09-10 04:18:49.626--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP KEY UNQ_TMP_EMP_0") [junit] [EL Finest]: 2022-09-10 04:18:49.626--ServerSession(1177377518)--Connection(948250363)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.627--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.627--ServerSession(1177377518)--Connection(564272228)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP KEY UNQ_TMP_EMP_0 [junit] [EL Fine]: 2022-09-10 04:18:49.627--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.628--ServerSession(1177377518)--Connection(948250363)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.628--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_EMP' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_EMP DROP KEY UNQ_TMP_EMP_0 [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP KEY UNQ_TMP_EMP_0") [junit] [EL Finest]: 2022-09-10 04:18:49.628--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_REVIEW DROP FOREIGN KEY FK_TMP_REVIEW_PATENT_NAME") [junit] [EL Finest]: 2022-09-10 04:18:49.628--ServerSession(1177377518)--Connection(1119622337)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.628--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.628--ServerSession(1177377518)--Connection(1394557075)--Thread(Thread[main,5,main])--ALTER TABLE TMP_REVIEW DROP FOREIGN KEY FK_TMP_REVIEW_PATENT_NAME [junit] [EL Fine]: 2022-09-10 04:18:49.629--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.629--ServerSession(1177377518)--Connection(1119622337)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.629--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_REVIEW' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_REVIEW DROP FOREIGN KEY FK_TMP_REVIEW_PATENT_NAME [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_REVIEW DROP FOREIGN KEY FK_TMP_REVIEW_PATENT_NAME") [junit] [EL Finest]: 2022-09-10 04:18:49.63--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_REVIEW_DETAILS DROP FOREIGN KEY FK_TMP_REVIEW_DETAILS_REVIEW_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.63--ServerSession(1177377518)--Connection(1681303515)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.63--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.63--ServerSession(1177377518)--Connection(1175371136)--Thread(Thread[main,5,main])--ALTER TABLE TMP_REVIEW_DETAILS DROP FOREIGN KEY FK_TMP_REVIEW_DETAILS_REVIEW_ID [junit] [EL Fine]: 2022-09-10 04:18:49.631--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.632--ServerSession(1177377518)--Connection(1681303515)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.632--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_REVIEW_DETAILS' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_REVIEW_DETAILS DROP FOREIGN KEY FK_TMP_REVIEW_DETAILS_REVIEW_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_REVIEW_DETAILS DROP FOREIGN KEY FK_TMP_REVIEW_DETAILS_REVIEW_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.632--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_PROJECT_DETAILS DROP FOREIGN KEY FK_TMP_PROJECT_DETAILS_PROJECT_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.632--ServerSession(1177377518)--Connection(632071960)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.632--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.632--ServerSession(1177377518)--Connection(385739920)--Thread(Thread[main,5,main])--ALTER TABLE TMP_PROJECT_DETAILS DROP FOREIGN KEY FK_TMP_PROJECT_DETAILS_PROJECT_ID [junit] [EL Fine]: 2022-09-10 04:18:49.633--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.633--ServerSession(1177377518)--Connection(632071960)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.634--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_PROJECT_DETAILS' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_PROJECT_DETAILS DROP FOREIGN KEY FK_TMP_PROJECT_DETAILS_PROJECT_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_PROJECT_DETAILS DROP FOREIGN KEY FK_TMP_PROJECT_DETAILS_PROJECT_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.634--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_SAVE_ACC DROP FOREIGN KEY FK_TMP_SAVE_ACC_ACC_NUMBER") [junit] [EL Finest]: 2022-09-10 04:18:49.634--ServerSession(1177377518)--Connection(1076071888)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.634--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.634--ServerSession(1177377518)--Connection(7829163)--Thread(Thread[main,5,main])--ALTER TABLE TMP_SAVE_ACC DROP FOREIGN KEY FK_TMP_SAVE_ACC_ACC_NUMBER [junit] [EL Fine]: 2022-09-10 04:18:49.635--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.635--ServerSession(1177377518)--Connection(1076071888)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.635--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_SAVE_ACC' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_SAVE_ACC DROP FOREIGN KEY FK_TMP_SAVE_ACC_ACC_NUMBER [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_SAVE_ACC DROP FOREIGN KEY FK_TMP_SAVE_ACC_ACC_NUMBER") [junit] [EL Finest]: 2022-09-10 04:18:49.635--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_TASK DROP FOREIGN KEY FK_TMP_TASK_PROJ_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.635--ServerSession(1177377518)--Connection(230526532)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.636--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.636--ServerSession(1177377518)--Connection(1370283822)--Thread(Thread[main,5,main])--ALTER TABLE TMP_TASK DROP FOREIGN KEY FK_TMP_TASK_PROJ_ID [junit] [EL Fine]: 2022-09-10 04:18:49.636--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.637--ServerSession(1177377518)--Connection(230526532)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.637--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_TASK' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_TASK DROP FOREIGN KEY FK_TMP_TASK_PROJ_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_TASK DROP FOREIGN KEY FK_TMP_TASK_PROJ_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.637--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE BYTE_ITEM_ATT DROP FOREIGN KEY FK_BYTE_ITEM_ATT_ITEM_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.637--ServerSession(1177377518)--Connection(790487766)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.637--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.637--ServerSession(1177377518)--Connection(1320388319)--Thread(Thread[main,5,main])--ALTER TABLE BYTE_ITEM_ATT DROP FOREIGN KEY FK_BYTE_ITEM_ATT_ITEM_ID [junit] [EL Fine]: 2022-09-10 04:18:49.638--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.638--ServerSession(1177377518)--Connection(790487766)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.638--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.BYTE_ITEM_ATT' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE BYTE_ITEM_ATT DROP FOREIGN KEY FK_BYTE_ITEM_ATT_ITEM_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE BYTE_ITEM_ATT DROP FOREIGN KEY FK_BYTE_ITEM_ATT_ITEM_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.639--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COP DROP FOREIGN KEY FK_TMP_COP_PARTNER_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.639--ServerSession(1177377518)--Connection(973843173)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.639--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.639--ServerSession(1177377518)--Connection(2059461664)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP DROP FOREIGN KEY FK_TMP_COP_PARTNER_ID [junit] [EL Fine]: 2022-09-10 04:18:49.639--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.64--ServerSession(1177377518)--Connection(973843173)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.64--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_COP' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_COP DROP FOREIGN KEY FK_TMP_COP_PARTNER_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_COP DROP FOREIGN KEY FK_TMP_COP_PARTNER_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.64--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_PERSON DROP FOREIGN KEY FK_TMP_PERSON_CITY") [junit] [EL Finest]: 2022-09-10 04:18:49.64--ServerSession(1177377518)--Connection(1511574902)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.64--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.64--ServerSession(1177377518)--Connection(1034094674)--Thread(Thread[main,5,main])--ALTER TABLE TMP_PERSON DROP FOREIGN KEY FK_TMP_PERSON_CITY [junit] [EL Fine]: 2022-09-10 04:18:49.641--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.641--ServerSession(1177377518)--Connection(1511574902)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.641--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_PERSON' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_PERSON DROP FOREIGN KEY FK_TMP_PERSON_CITY [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_PERSON DROP FOREIGN KEY FK_TMP_PERSON_CITY") [junit] [EL Finest]: 2022-09-10 04:18:49.642--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CRIMINAL_ATTACHEDCOP_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.642--ServerSession(1177377518)--Connection(1346292516)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.642--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.642--ServerSession(1177377518)--Connection(1280429864)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CRIMINAL_ATTACHEDCOP_ID [junit] [EL Fine]: 2022-09-10 04:18:49.643--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.643--ServerSession(1177377518)--Connection(1346292516)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.643--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_CRIMINAL' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CRIMINAL_ATTACHEDCOP_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CRIMINAL_ATTACHEDCOP_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.643--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CREATURE DROP FOREIGN KEY FK_TMP_CREATURE_WEAPON") [junit] [EL Finest]: 2022-09-10 04:18:49.643--ServerSession(1177377518)--Connection(1363396194)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.644--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.644--ServerSession(1177377518)--Connection(2005028997)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CREATURE DROP FOREIGN KEY FK_TMP_CREATURE_WEAPON [junit] [EL Fine]: 2022-09-10 04:18:49.644--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.645--ServerSession(1177377518)--Connection(1363396194)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.645--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_CREATURE' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_CREATURE DROP FOREIGN KEY FK_TMP_CREATURE_WEAPON [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_CREATURE DROP FOREIGN KEY FK_TMP_CREATURE_WEAPON") [junit] [EL Finest]: 2022-09-10 04:18:49.645--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CREATURE_DETAILS DROP FOREIGN KEY FK_TMP_CREATURE_DETAILS_SECONDTABLE_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.645--ServerSession(1177377518)--Connection(1908571880)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.645--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.645--ServerSession(1177377518)--Connection(1048434276)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CREATURE_DETAILS DROP FOREIGN KEY FK_TMP_CREATURE_DETAILS_SECONDTABLE_ID [junit] [EL Fine]: 2022-09-10 04:18:49.646--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.646--ServerSession(1177377518)--Connection(1908571880)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.646--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_CREATURE_DETAILS' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_CREATURE_DETAILS DROP FOREIGN KEY FK_TMP_CREATURE_DETAILS_SECONDTABLE_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_CREATURE_DETAILS DROP FOREIGN KEY FK_TMP_CREATURE_DETAILS_SECONDTABLE_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.647--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_MYTHICALCREATURE DROP FOREIGN KEY FK_TMP_MYTHICALCREATURE_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.647--ServerSession(1177377518)--Connection(692743054)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.647--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.647--ServerSession(1177377518)--Connection(1260217713)--Thread(Thread[main,5,main])--ALTER TABLE TMP_MYTHICALCREATURE DROP FOREIGN KEY FK_TMP_MYTHICALCREATURE_ID [junit] [EL Fine]: 2022-09-10 04:18:49.648--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.648--ServerSession(1177377518)--Connection(692743054)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.648--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_MYTHICALCREATURE' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_MYTHICALCREATURE DROP FOREIGN KEY FK_TMP_MYTHICALCREATURE_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_MYTHICALCREATURE DROP FOREIGN KEY FK_TMP_MYTHICALCREATURE_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.648--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CASC_NODE DROP FOREIGN KEY FK_TMP_CASC_NODE_DESCRIPTION") [junit] [EL Finest]: 2022-09-10 04:18:49.649--ServerSession(1177377518)--Connection(894024873)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.649--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.649--ServerSession(1177377518)--Connection(1327871893)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CASC_NODE DROP FOREIGN KEY FK_TMP_CASC_NODE_DESCRIPTION [junit] [EL Fine]: 2022-09-10 04:18:49.65--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.65--ServerSession(1177377518)--Connection(894024873)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.65--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_CASC_NODE' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_CASC_NODE DROP FOREIGN KEY FK_TMP_CASC_NODE_DESCRIPTION [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_CASC_NODE DROP FOREIGN KEY FK_TMP_CASC_NODE_DESCRIPTION") [junit] [EL Finest]: 2022-09-10 04:18:49.65--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CASC_NODE DROP FOREIGN KEY FK_TMP_CASC_NODE_PARENT") [junit] [EL Finest]: 2022-09-10 04:18:49.65--ServerSession(1177377518)--Connection(1855261647)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.65--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.651--ServerSession(1177377518)--Connection(373378624)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CASC_NODE DROP FOREIGN KEY FK_TMP_CASC_NODE_PARENT [junit] [EL Fine]: 2022-09-10 04:18:49.651--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.652--ServerSession(1177377518)--Connection(1855261647)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.652--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_CASC_NODE' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_CASC_NODE DROP FOREIGN KEY FK_TMP_CASC_NODE_PARENT [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_CASC_NODE DROP FOREIGN KEY FK_TMP_CASC_NODE_PARENT") [junit] [EL Finest]: 2022-09-10 04:18:49.652--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_NODE DROP FOREIGN KEY FK_TMP_NODE_PARENT") [junit] [EL Finest]: 2022-09-10 04:18:49.652--ServerSession(1177377518)--Connection(5395829)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.652--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.652--ServerSession(1177377518)--Connection(1189084611)--Thread(Thread[main,5,main])--ALTER TABLE TMP_NODE DROP FOREIGN KEY FK_TMP_NODE_PARENT [junit] [EL Fine]: 2022-09-10 04:18:49.653--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.653--ServerSession(1177377518)--Connection(5395829)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.653--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_NODE' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_NODE DROP FOREIGN KEY FK_TMP_NODE_PARENT [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_NODE DROP FOREIGN KEY FK_TMP_NODE_PARENT") [junit] [EL Finest]: 2022-09-10 04:18:49.653--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_BICYCLE DROP FOREIGN KEY FK_TMP_EMP_BICYCLE_BICYCLE_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.654--ServerSession(1177377518)--Connection(2016949136)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.654--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.654--ServerSession(1177377518)--Connection(1792227359)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_BICYCLE DROP FOREIGN KEY FK_TMP_EMP_BICYCLE_BICYCLE_ID [junit] [EL Fine]: 2022-09-10 04:18:49.654--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.655--ServerSession(1177377518)--Connection(2016949136)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.655--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_EMP_BICYCLE' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_EMP_BICYCLE DROP FOREIGN KEY FK_TMP_EMP_BICYCLE_BICYCLE_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_EMP_BICYCLE DROP FOREIGN KEY FK_TMP_EMP_BICYCLE_BICYCLE_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.655--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_BICYCLE DROP FOREIGN KEY FK_TMP_EMP_BICYCLE_EMPLOYEE_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.655--ServerSession(1177377518)--Connection(229995302)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.655--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.655--ServerSession(1177377518)--Connection(883455411)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_BICYCLE DROP FOREIGN KEY FK_TMP_EMP_BICYCLE_EMPLOYEE_ID [junit] [EL Fine]: 2022-09-10 04:18:49.656--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.656--ServerSession(1177377518)--Connection(229995302)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.656--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_EMP_BICYCLE' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_EMP_BICYCLE DROP FOREIGN KEY FK_TMP_EMP_BICYCLE_EMPLOYEE_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_EMP_BICYCLE DROP FOREIGN KEY FK_TMP_EMP_BICYCLE_EMPLOYEE_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.657--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COURSE_EMP DROP FOREIGN KEY FK_TMP_COURSE_EMP_COURSE_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.657--ServerSession(1177377518)--Connection(1259639178)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.657--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.657--ServerSession(1177377518)--Connection(1830745997)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COURSE_EMP DROP FOREIGN KEY FK_TMP_COURSE_EMP_COURSE_ID [junit] [EL Fine]: 2022-09-10 04:18:49.658--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.658--ServerSession(1177377518)--Connection(1259639178)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.658--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_COURSE_EMP' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_COURSE_EMP DROP FOREIGN KEY FK_TMP_COURSE_EMP_COURSE_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_COURSE_EMP DROP FOREIGN KEY FK_TMP_COURSE_EMP_COURSE_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.658--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COURSE_EMP DROP FOREIGN KEY FK_TMP_COURSE_EMP_EMP_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.658--ServerSession(1177377518)--Connection(413218476)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.659--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.659--ServerSession(1177377518)--Connection(2010545395)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COURSE_EMP DROP FOREIGN KEY FK_TMP_COURSE_EMP_EMP_ID [junit] [EL Fine]: 2022-09-10 04:18:49.659--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.66--ServerSession(1177377518)--Connection(413218476)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.66--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_COURSE_EMP' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_COURSE_EMP DROP FOREIGN KEY FK_TMP_COURSE_EMP_EMP_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_COURSE_EMP DROP FOREIGN KEY FK_TMP_COURSE_EMP_EMP_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.66--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_CREDIT DROP FOREIGN KEY FK_TMP_EMP_CREDIT_CREDIT_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.66--ServerSession(1177377518)--Connection(392904516)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.66--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.66--ServerSession(1177377518)--Connection(116289363)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_CREDIT DROP FOREIGN KEY FK_TMP_EMP_CREDIT_CREDIT_ID [junit] [EL Fine]: 2022-09-10 04:18:49.661--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.661--ServerSession(1177377518)--Connection(392904516)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.661--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_EMP_CREDIT' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_EMP_CREDIT DROP FOREIGN KEY FK_TMP_EMP_CREDIT_CREDIT_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_EMP_CREDIT DROP FOREIGN KEY FK_TMP_EMP_CREDIT_CREDIT_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.662--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_CREDIT DROP FOREIGN KEY FK_TMP_EMP_CREDIT_CLIENT_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.662--ServerSession(1177377518)--Connection(1561502550)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.662--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.662--ServerSession(1177377518)--Connection(323823279)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_CREDIT DROP FOREIGN KEY FK_TMP_EMP_CREDIT_CLIENT_ID [junit] [EL Fine]: 2022-09-10 04:18:49.662--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.663--ServerSession(1177377518)--Connection(1561502550)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.663--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_EMP_CREDIT' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_EMP_CREDIT DROP FOREIGN KEY FK_TMP_EMP_CREDIT_CLIENT_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_EMP_CREDIT DROP FOREIGN KEY FK_TMP_EMP_CREDIT_CLIENT_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.663--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_HOBBY DROP FOREIGN KEY FK_TMP_EMP_HOBBY_HOBBY_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.663--ServerSession(1177377518)--Connection(2038232668)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.663--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.664--ServerSession(1177377518)--Connection(834466358)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_HOBBY DROP FOREIGN KEY FK_TMP_EMP_HOBBY_HOBBY_ID [junit] [EL Fine]: 2022-09-10 04:18:49.664--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.665--ServerSession(1177377518)--Connection(2038232668)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.665--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_EMP_HOBBY' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_EMP_HOBBY DROP FOREIGN KEY FK_TMP_EMP_HOBBY_HOBBY_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_EMP_HOBBY DROP FOREIGN KEY FK_TMP_EMP_HOBBY_HOBBY_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.665--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_HOBBY DROP FOREIGN KEY FK_TMP_EMP_HOBBY_EMP_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.665--ServerSession(1177377518)--Connection(1336777650)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.665--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.665--ServerSession(1177377518)--Connection(1367165453)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_HOBBY DROP FOREIGN KEY FK_TMP_EMP_HOBBY_EMP_ID [junit] [EL Fine]: 2022-09-10 04:18:49.666--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.666--ServerSession(1177377518)--Connection(1336777650)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.666--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_EMP_HOBBY' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_EMP_HOBBY DROP FOREIGN KEY FK_TMP_EMP_HOBBY_EMP_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_EMP_HOBBY DROP FOREIGN KEY FK_TMP_EMP_HOBBY_EMP_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.666--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_PATENT DROP FOREIGN KEY FK_TMP_EMP_PATENT_PATENT_NAME") [junit] [EL Finest]: 2022-09-10 04:18:49.666--ServerSession(1177377518)--Connection(974308356)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.666--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.667--ServerSession(1177377518)--Connection(423733503)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PATENT DROP FOREIGN KEY FK_TMP_EMP_PATENT_PATENT_NAME [junit] [EL Fine]: 2022-09-10 04:18:49.667--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.668--ServerSession(1177377518)--Connection(974308356)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.668--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_EMP_PATENT' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_EMP_PATENT DROP FOREIGN KEY FK_TMP_EMP_PATENT_PATENT_NAME [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_EMP_PATENT DROP FOREIGN KEY FK_TMP_EMP_PATENT_PATENT_NAME") [junit] [EL Finest]: 2022-09-10 04:18:49.668--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_PATENT DROP FOREIGN KEY FK_TMP_EMP_PATENT_EMP_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.668--ServerSession(1177377518)--Connection(345887595)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.668--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.668--ServerSession(1177377518)--Connection(948115224)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PATENT DROP FOREIGN KEY FK_TMP_EMP_PATENT_EMP_ID [junit] [EL Fine]: 2022-09-10 04:18:49.669--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.669--ServerSession(1177377518)--Connection(345887595)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.669--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_EMP_PATENT' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_EMP_PATENT DROP FOREIGN KEY FK_TMP_EMP_PATENT_EMP_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_EMP_PATENT DROP FOREIGN KEY FK_TMP_EMP_PATENT_EMP_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.67--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_PROJECT DROP FOREIGN KEY FK_TMP_EMP_PROJECT_PROJECT_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.67--ServerSession(1177377518)--Connection(872306601)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.67--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.67--ServerSession(1177377518)--Connection(1233308726)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PROJECT DROP FOREIGN KEY FK_TMP_EMP_PROJECT_PROJECT_ID [junit] [EL Fine]: 2022-09-10 04:18:49.671--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.671--ServerSession(1177377518)--Connection(872306601)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.671--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_EMP_PROJECT' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_EMP_PROJECT DROP FOREIGN KEY FK_TMP_EMP_PROJECT_PROJECT_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_EMP_PROJECT DROP FOREIGN KEY FK_TMP_EMP_PROJECT_PROJECT_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.671--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_PROJECT DROP FOREIGN KEY FK_TMP_EMP_PROJECT_EMP_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.671--ServerSession(1177377518)--Connection(1327234595)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.671--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.672--ServerSession(1177377518)--Connection(236567414)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PROJECT DROP FOREIGN KEY FK_TMP_EMP_PROJECT_EMP_ID [junit] [EL Fine]: 2022-09-10 04:18:49.672--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.673--ServerSession(1177377518)--Connection(1327234595)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.673--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_EMP_PROJECT' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_EMP_PROJECT DROP FOREIGN KEY FK_TMP_EMP_PROJECT_EMP_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_EMP_PROJECT DROP FOREIGN KEY FK_TMP_EMP_PROJECT_EMP_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.673--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_REVIEW DROP FOREIGN KEY FK_TMP_EMP_REVIEW_EMP_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.673--ServerSession(1177377518)--Connection(1901238627)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.673--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.673--ServerSession(1177377518)--Connection(1638435724)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_REVIEW DROP FOREIGN KEY FK_TMP_EMP_REVIEW_EMP_ID [junit] [EL Fine]: 2022-09-10 04:18:49.674--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.674--ServerSession(1177377518)--Connection(1901238627)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.674--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_EMP_REVIEW' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_EMP_REVIEW DROP FOREIGN KEY FK_TMP_EMP_REVIEW_EMP_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_EMP_REVIEW DROP FOREIGN KEY FK_TMP_EMP_REVIEW_EMP_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.674--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_REVIEW DROP FOREIGN KEY FK_TMP_EMP_REVIEW_REVIEW_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.675--ServerSession(1177377518)--Connection(1524305331)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.675--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.675--ServerSession(1177377518)--Connection(1059524106)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_REVIEW DROP FOREIGN KEY FK_TMP_EMP_REVIEW_REVIEW_ID [junit] [EL Fine]: 2022-09-10 04:18:49.675--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.676--ServerSession(1177377518)--Connection(1524305331)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.676--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_EMP_REVIEW' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_EMP_REVIEW DROP FOREIGN KEY FK_TMP_EMP_REVIEW_REVIEW_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_EMP_REVIEW DROP FOREIGN KEY FK_TMP_EMP_REVIEW_REVIEW_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.688--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_OFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_OFFICE_CUBICLE_CUBICLE_PLACE") [junit] [EL Finest]: 2022-09-10 04:18:49.688--ServerSession(1177377518)--Connection(1916904573)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.689--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.689--ServerSession(1177377518)--Connection(1895143699)--Thread(Thread[main,5,main])--ALTER TABLE TMP_OFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_OFFICE_CUBICLE_CUBICLE_PLACE [junit] [EL Fine]: 2022-09-10 04:18:49.69--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.69--ServerSession(1177377518)--Connection(1916904573)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.69--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_OFFICE_CUBICLE' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_OFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_OFFICE_CUBICLE_CUBICLE_PLACE [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_OFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_OFFICE_CUBICLE_CUBICLE_PLACE") [junit] [EL Finest]: 2022-09-10 04:18:49.69--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_OFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_OFFICE_CUBICLE_OFFICE_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.69--ServerSession(1177377518)--Connection(1573751930)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.69--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.691--ServerSession(1177377518)--Connection(575715826)--Thread(Thread[main,5,main])--ALTER TABLE TMP_OFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_OFFICE_CUBICLE_OFFICE_ID [junit] [EL Fine]: 2022-09-10 04:18:49.691--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.692--ServerSession(1177377518)--Connection(1573751930)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.692--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_OFFICE_CUBICLE' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_OFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_OFFICE_CUBICLE_OFFICE_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_OFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_OFFICE_CUBICLE_OFFICE_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.692--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_VEHICLE_PROFILE DROP FOREIGN KEY FK_TMP_VEHICLE_PROFILE_VEHICLE_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.692--ServerSession(1177377518)--Connection(624795507)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.692--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.692--ServerSession(1177377518)--Connection(337799666)--Thread(Thread[main,5,main])--ALTER TABLE TMP_VEHICLE_PROFILE DROP FOREIGN KEY FK_TMP_VEHICLE_PROFILE_VEHICLE_ID [junit] [EL Fine]: 2022-09-10 04:18:49.693--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.693--ServerSession(1177377518)--Connection(624795507)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.693--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_VEHICLE_PROFILE' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_VEHICLE_PROFILE DROP FOREIGN KEY FK_TMP_VEHICLE_PROFILE_VEHICLE_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_VEHICLE_PROFILE DROP FOREIGN KEY FK_TMP_VEHICLE_PROFILE_VEHICLE_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.693--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_VEHICLE_PROFILE DROP FOREIGN KEY FK_TMP_VEHICLE_PROFILE_PROFILE_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.693--ServerSession(1177377518)--Connection(1104422581)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.693--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.694--ServerSession(1177377518)--Connection(148635643)--Thread(Thread[main,5,main])--ALTER TABLE TMP_VEHICLE_PROFILE DROP FOREIGN KEY FK_TMP_VEHICLE_PROFILE_PROFILE_ID [junit] [EL Fine]: 2022-09-10 04:18:49.694--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.695--ServerSession(1177377518)--Connection(1104422581)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.695--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_VEHICLE_PROFILE' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_VEHICLE_PROFILE DROP FOREIGN KEY FK_TMP_VEHICLE_PROFILE_PROFILE_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_VEHICLE_PROFILE DROP FOREIGN KEY FK_TMP_VEHICLE_PROFILE_PROFILE_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.695--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_UCOFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_UCOFFICE_CUBICLE_CUBICLE_PLACE") [junit] [EL Finest]: 2022-09-10 04:18:49.695--ServerSession(1177377518)--Connection(1789110533)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.695--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.695--ServerSession(1177377518)--Connection(170052458)--Thread(Thread[main,5,main])--ALTER TABLE TMP_UCOFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_UCOFFICE_CUBICLE_CUBICLE_PLACE [junit] [EL Fine]: 2022-09-10 04:18:49.696--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.696--ServerSession(1177377518)--Connection(1789110533)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.696--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_UCOFFICE_CUBICLE' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_UCOFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_UCOFFICE_CUBICLE_CUBICLE_PLACE [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_UCOFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_UCOFFICE_CUBICLE_CUBICLE_PLACE") [junit] [EL Finest]: 2022-09-10 04:18:49.696--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_UCOFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_UCOFFICE_CUBICLE_OFFICE_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.697--ServerSession(1177377518)--Connection(1504937617)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.697--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.697--ServerSession(1177377518)--Connection(774895395)--Thread(Thread[main,5,main])--ALTER TABLE TMP_UCOFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_UCOFFICE_CUBICLE_OFFICE_ID [junit] [EL Fine]: 2022-09-10 04:18:49.697--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.698--ServerSession(1177377518)--Connection(1504937617)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.698--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_UCOFFICE_CUBICLE' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_UCOFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_UCOFFICE_CUBICLE_OFFICE_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_UCOFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_UCOFFICE_CUBICLE_OFFICE_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.698--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CITY_TMP_COP DROP FOREIGN KEY FK_TMP_CITY_TMP_COP_City_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.698--ServerSession(1177377518)--Connection(1636291061)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.698--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.698--ServerSession(1177377518)--Connection(608519258)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_COP DROP FOREIGN KEY FK_TMP_CITY_TMP_COP_City_ID [junit] [EL Fine]: 2022-09-10 04:18:49.699--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.699--ServerSession(1177377518)--Connection(1636291061)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.699--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_CITY_TMP_COP' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_CITY_TMP_COP DROP FOREIGN KEY FK_TMP_CITY_TMP_COP_City_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_CITY_TMP_COP DROP FOREIGN KEY FK_TMP_CITY_TMP_COP_City_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.699--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CITY_TMP_COP DROP FOREIGN KEY FK_TMP_CITY_TMP_COP_cops_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.699--ServerSession(1177377518)--Connection(397071633)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.7--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.7--ServerSession(1177377518)--Connection(1216198248)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_COP DROP FOREIGN KEY FK_TMP_CITY_TMP_COP_cops_ID [junit] [EL Fine]: 2022-09-10 04:18:49.7--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.701--ServerSession(1177377518)--Connection(397071633)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.701--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_CITY_TMP_COP' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_CITY_TMP_COP DROP FOREIGN KEY FK_TMP_CITY_TMP_COP_cops_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_CITY_TMP_COP DROP FOREIGN KEY FK_TMP_CITY_TMP_COP_cops_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.701--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CITY_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CITY_TMP_CRIMINAL_criminals_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.701--ServerSession(1177377518)--Connection(582666172)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.701--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.701--ServerSession(1177377518)--Connection(1668910247)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CITY_TMP_CRIMINAL_criminals_ID [junit] [EL Fine]: 2022-09-10 04:18:49.702--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.702--ServerSession(1177377518)--Connection(582666172)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.702--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_CITY_TMP_CRIMINAL' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_CITY_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CITY_TMP_CRIMINAL_criminals_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_CITY_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CITY_TMP_CRIMINAL_criminals_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.702--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CITY_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CITY_TMP_CRIMINAL_City_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.702--ServerSession(1177377518)--Connection(579294521)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.702--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.703--ServerSession(1177377518)--Connection(1450500594)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CITY_TMP_CRIMINAL_City_ID [junit] [EL Fine]: 2022-09-10 04:18:49.703--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.703--ServerSession(1177377518)--Connection(579294521)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.703--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_CITY_TMP_CRIMINAL' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_CITY_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CITY_TMP_CRIMINAL_City_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_CITY_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CITY_TMP_CRIMINAL_City_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.704--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COP_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_COP_TMP_CRIMINAL_attachedCriminals_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.704--ServerSession(1177377518)--Connection(709133385)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.704--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.704--ServerSession(1177377518)--Connection(854733477)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_COP_TMP_CRIMINAL_attachedCriminals_ID [junit] [EL Fine]: 2022-09-10 04:18:49.705--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.705--ServerSession(1177377518)--Connection(709133385)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.705--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_COP_TMP_CRIMINAL' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_COP_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_COP_TMP_CRIMINAL_attachedCriminals_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_COP_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_COP_TMP_CRIMINAL_attachedCriminals_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.705--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COP_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_COP_TMP_CRIMINAL_Cop_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.705--ServerSession(1177377518)--Connection(15024899)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.705--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.706--ServerSession(1177377518)--Connection(244185498)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_COP_TMP_CRIMINAL_Cop_ID [junit] [EL Fine]: 2022-09-10 04:18:49.706--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.706--ServerSession(1177377518)--Connection(15024899)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.706--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_COP_TMP_CRIMINAL' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_COP_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_COP_TMP_CRIMINAL_Cop_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_COP_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_COP_TMP_CRIMINAL_Cop_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.706--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COP_TMP_INFORMER DROP FOREIGN KEY FK_TMP_COP_TMP_INFORMER_Cop_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.707--ServerSession(1177377518)--Connection(792782299)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.707--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.707--ServerSession(1177377518)--Connection(85415531)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_INFORMER DROP FOREIGN KEY FK_TMP_COP_TMP_INFORMER_Cop_ID [junit] [EL Fine]: 2022-09-10 04:18:49.707--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.708--ServerSession(1177377518)--Connection(792782299)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.708--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_COP_TMP_INFORMER' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_COP_TMP_INFORMER DROP FOREIGN KEY FK_TMP_COP_TMP_INFORMER_Cop_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_COP_TMP_INFORMER DROP FOREIGN KEY FK_TMP_COP_TMP_INFORMER_Cop_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.708--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COP_TMP_INFORMER DROP FOREIGN KEY FK_TMP_COP_TMP_INFORMER_informers_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.708--ServerSession(1177377518)--Connection(87060781)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.708--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.708--ServerSession(1177377518)--Connection(771105389)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_INFORMER DROP FOREIGN KEY FK_TMP_COP_TMP_INFORMER_informers_ID [junit] [EL Fine]: 2022-09-10 04:18:49.709--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.709--ServerSession(1177377518)--Connection(87060781)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.709--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_COP_TMP_INFORMER' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_COP_TMP_INFORMER DROP FOREIGN KEY FK_TMP_COP_TMP_INFORMER_informers_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_COP_TMP_INFORMER DROP FOREIGN KEY FK_TMP_COP_TMP_INFORMER_informers_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.709--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_INFORMER_TMP_COP DROP FOREIGN KEY FK_TMP_INFORMER_TMP_COP_informingCops_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.709--ServerSession(1177377518)--Connection(1341404543)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.71--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.71--ServerSession(1177377518)--Connection(1238080693)--Thread(Thread[main,5,main])--ALTER TABLE TMP_INFORMER_TMP_COP DROP FOREIGN KEY FK_TMP_INFORMER_TMP_COP_informingCops_ID [junit] [EL Fine]: 2022-09-10 04:18:49.71--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.711--ServerSession(1177377518)--Connection(1341404543)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.711--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_INFORMER_TMP_COP' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_INFORMER_TMP_COP DROP FOREIGN KEY FK_TMP_INFORMER_TMP_COP_informingCops_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_INFORMER_TMP_COP DROP FOREIGN KEY FK_TMP_INFORMER_TMP_COP_informingCops_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.711--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_INFORMER_TMP_COP DROP FOREIGN KEY FK_TMP_INFORMER_TMP_COP_Informer_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.711--ServerSession(1177377518)--Connection(726408598)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.711--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.711--ServerSession(1177377518)--Connection(1174248013)--Thread(Thread[main,5,main])--ALTER TABLE TMP_INFORMER_TMP_COP DROP FOREIGN KEY FK_TMP_INFORMER_TMP_COP_Informer_ID [junit] [EL Fine]: 2022-09-10 04:18:49.712--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.712--ServerSession(1177377518)--Connection(726408598)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.712--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_INFORMER_TMP_COP' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_INFORMER_TMP_COP DROP FOREIGN KEY FK_TMP_INFORMER_TMP_COP_Informer_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_INFORMER_TMP_COP DROP FOREIGN KEY FK_TMP_INFORMER_TMP_COP_Informer_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.712--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CRIMINAL_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CRIMINAL_TMP_CRIMINAL_parties_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.712--ServerSession(1177377518)--Connection(342198178)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.712--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.713--ServerSession(1177377518)--Connection(1594791957)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CRIMINAL_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CRIMINAL_TMP_CRIMINAL_parties_ID [junit] [EL Fine]: 2022-09-10 04:18:49.713--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.714--ServerSession(1177377518)--Connection(342198178)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.714--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_CRIMINAL_TMP_CRIMINAL' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_CRIMINAL_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CRIMINAL_TMP_CRIMINAL_parties_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_CRIMINAL_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CRIMINAL_TMP_CRIMINAL_parties_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.714--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CRIMINAL_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CRIMINAL_TMP_CRIMINAL_Criminal_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.714--ServerSession(1177377518)--Connection(308889081)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.714--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.714--ServerSession(1177377518)--Connection(713656449)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CRIMINAL_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CRIMINAL_TMP_CRIMINAL_Criminal_ID [junit] [EL Fine]: 2022-09-10 04:18:49.715--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.715--ServerSession(1177377518)--Connection(308889081)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.715--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_CRIMINAL_TMP_CRIMINAL' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_CRIMINAL_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CRIMINAL_TMP_CRIMINAL_Criminal_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_CRIMINAL_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CRIMINAL_TMP_CRIMINAL_Criminal_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.715--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CAVE_CREATURE DROP FOREIGN KEY FK_TMP_CAVE_CREATURE_CREATURE_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.716--ServerSession(1177377518)--Connection(891461509)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.716--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.716--ServerSession(1177377518)--Connection(1832669781)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CAVE_CREATURE DROP FOREIGN KEY FK_TMP_CAVE_CREATURE_CREATURE_ID [junit] [EL Fine]: 2022-09-10 04:18:49.716--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.717--ServerSession(1177377518)--Connection(891461509)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.717--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_CAVE_CREATURE' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_CAVE_CREATURE DROP FOREIGN KEY FK_TMP_CAVE_CREATURE_CREATURE_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_CAVE_CREATURE DROP FOREIGN KEY FK_TMP_CAVE_CREATURE_CREATURE_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.717--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CAVE_CREATURE DROP FOREIGN KEY FK_TMP_CAVE_CREATURE_CAVE_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.717--ServerSession(1177377518)--Connection(1770437551)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.717--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.717--ServerSession(1177377518)--Connection(1215946669)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CAVE_CREATURE DROP FOREIGN KEY FK_TMP_CAVE_CREATURE_CAVE_ID [junit] [EL Fine]: 2022-09-10 04:18:49.718--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.718--ServerSession(1177377518)--Connection(1770437551)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.718--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP_CAVE_CREATURE' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP_CAVE_CREATURE DROP FOREIGN KEY FK_TMP_CAVE_CREATURE_CAVE_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP_CAVE_CREATURE DROP FOREIGN KEY FK_TMP_CAVE_CREATURE_CAVE_ID") [junit] [EL Finest]: 2022-09-10 04:18:49.719--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COMPONENT") [junit] [EL Finest]: 2022-09-10 04:18:49.719--ServerSession(1177377518)--Connection(1961595039)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.719--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.719--ServerSession(1177377518)--Connection(686560878)--Thread(Thread[main,5,main])--DROP TABLE TMP_COMPONENT [junit] [EL Fine]: 2022-09-10 04:18:49.72--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.72--ServerSession(1177377518)--Connection(1961595039)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.72--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_COMPONENT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_COMPONENT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_COMPONENT") [junit] [EL Finest]: 2022-09-10 04:18:49.72--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_METRIC") [junit] [EL Finest]: 2022-09-10 04:18:49.721--ServerSession(1177377518)--Connection(765826899)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.721--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.721--ServerSession(1177377518)--Connection(90346768)--Thread(Thread[main,5,main])--DROP TABLE TMP_METRIC [junit] [EL Fine]: 2022-09-10 04:18:49.721--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.722--ServerSession(1177377518)--Connection(765826899)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.722--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_METRIC' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_METRIC [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_METRIC") [junit] [EL Finest]: 2022-09-10 04:18:49.722--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ABSTR_EMP") [junit] [EL Finest]: 2022-09-10 04:18:49.722--ServerSession(1177377518)--Connection(315072539)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.722--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.722--ServerSession(1177377518)--Connection(333034015)--Thread(Thread[main,5,main])--DROP TABLE TMP_ABSTR_EMP [junit] [EL Fine]: 2022-09-10 04:18:49.723--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.723--ServerSession(1177377518)--Connection(315072539)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.723--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_ABSTR_EMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_ABSTR_EMP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_ABSTR_EMP") [junit] [EL Finest]: 2022-09-10 04:18:49.723--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CONTRACT_EMP") [junit] [EL Finest]: 2022-09-10 04:18:49.723--ServerSession(1177377518)--Connection(1651667865)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.723--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.724--ServerSession(1177377518)--Connection(1301987508)--Thread(Thread[main,5,main])--DROP TABLE TMP_CONTRACT_EMP [junit] [EL Fine]: 2022-09-10 04:18:49.724--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.724--ServerSession(1177377518)--Connection(1651667865)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.725--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CONTRACT_EMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CONTRACT_EMP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CONTRACT_EMP") [junit] [EL Finest]: 2022-09-10 04:18:49.725--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ACCOUNT") [junit] [EL Finest]: 2022-09-10 04:18:49.725--ServerSession(1177377518)--Connection(40191541)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.725--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.725--ServerSession(1177377518)--Connection(1937380187)--Thread(Thread[main,5,main])--DROP TABLE TMP_ACCOUNT [junit] [EL Fine]: 2022-09-10 04:18:49.726--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.726--ServerSession(1177377518)--Connection(40191541)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.726--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_ACCOUNT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_ACCOUNT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_ACCOUNT") [junit] [EL Finest]: 2022-09-10 04:18:49.726--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_VEHICLE") [junit] [EL Finest]: 2022-09-10 04:18:49.726--ServerSession(1177377518)--Connection(366803687)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.726--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.727--ServerSession(1177377518)--Connection(1033917063)--Thread(Thread[main,5,main])--DROP TABLE TMP_VEHICLE [junit] [EL Fine]: 2022-09-10 04:18:49.727--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.727--ServerSession(1177377518)--Connection(366803687)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.728--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_VEHICLE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_VEHICLE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_VEHICLE") [junit] [EL Finest]: 2022-09-10 04:18:49.728--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BROKER_ACC") [junit] [EL Finest]: 2022-09-10 04:18:49.728--ServerSession(1177377518)--Connection(18179709)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.728--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.728--ServerSession(1177377518)--Connection(1936502650)--Thread(Thread[main,5,main])--DROP TABLE TMP_BROKER_ACC [junit] [EL Fine]: 2022-09-10 04:18:49.729--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.729--ServerSession(1177377518)--Connection(18179709)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.729--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_BROKER_ACC' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_BROKER_ACC [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_BROKER_ACC") [junit] [EL Finest]: 2022-09-10 04:18:49.729--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CHECK_ACC") [junit] [EL Finest]: 2022-09-10 04:18:49.729--ServerSession(1177377518)--Connection(1232373427)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.729--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.729--ServerSession(1177377518)--Connection(1677207406)--Thread(Thread[main,5,main])--DROP TABLE TMP_CHECK_ACC [junit] [EL Fine]: 2022-09-10 04:18:49.73--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.73--ServerSession(1177377518)--Connection(1232373427)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.73--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CHECK_ACC' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CHECK_ACC [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CHECK_ACC") [junit] [EL Finest]: 2022-09-10 04:18:49.73--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COSTCENTER") [junit] [EL Finest]: 2022-09-10 04:18:49.73--ServerSession(1177377518)--Connection(101874302)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.731--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.731--ServerSession(1177377518)--Connection(1807623441)--Thread(Thread[main,5,main])--DROP TABLE TMP_COSTCENTER [junit] [EL Fine]: 2022-09-10 04:18:49.731--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.732--ServerSession(1177377518)--Connection(101874302)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.732--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_COSTCENTER' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_COSTCENTER [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_COSTCENTER") [junit] [EL Finest]: 2022-09-10 04:18:49.732--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COURSE") [junit] [EL Finest]: 2022-09-10 04:18:49.732--ServerSession(1177377518)--Connection(1979787155)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.732--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.732--ServerSession(1177377518)--Connection(1666544295)--Thread(Thread[main,5,main])--DROP TABLE TMP_COURSE [junit] [EL Fine]: 2022-09-10 04:18:49.733--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.733--ServerSession(1177377518)--Connection(1979787155)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.733--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_COURSE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_COURSE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_COURSE") [junit] [EL Finest]: 2022-09-10 04:18:49.733--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREDIT_ACC") [junit] [EL Finest]: 2022-09-10 04:18:49.733--ServerSession(1177377518)--Connection(1305486145)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.733--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.733--ServerSession(1177377518)--Connection(840083671)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREDIT_ACC [junit] [EL Fine]: 2022-09-10 04:18:49.734--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.734--ServerSession(1177377518)--Connection(1305486145)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.734--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CREDIT_ACC' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CREDIT_ACC [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CREDIT_ACC") [junit] [EL Finest]: 2022-09-10 04:18:49.734--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CUBICLE") [junit] [EL Finest]: 2022-09-10 04:18:49.734--ServerSession(1177377518)--Connection(1230701703)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.734--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.735--ServerSession(1177377518)--Connection(90045638)--Thread(Thread[main,5,main])--DROP TABLE TMP_CUBICLE [junit] [EL Fine]: 2022-09-10 04:18:49.735--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.735--ServerSession(1177377518)--Connection(1230701703)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.736--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CUBICLE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CUBICLE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CUBICLE") [junit] [EL Finest]: 2022-09-10 04:18:49.736--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_DEP") [junit] [EL Finest]: 2022-09-10 04:18:49.736--ServerSession(1177377518)--Connection(154988899)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.736--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.736--ServerSession(1177377518)--Connection(408069119)--Thread(Thread[main,5,main])--DROP TABLE TMP_DEP [junit] [EL Fine]: 2022-09-10 04:18:49.736--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.737--ServerSession(1177377518)--Connection(154988899)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.737--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_DEP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_DEP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_DEP") [junit] [EL Finest]: 2022-09-10 04:18:49.737--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP") [junit] [EL Finest]: 2022-09-10 04:18:49.737--ServerSession(1177377518)--Connection(633326333)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.737--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.737--ServerSession(1177377518)--Connection(1265012928)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP [junit] [EL Fine]: 2022-09-10 04:18:49.738--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.738--ServerSession(1177377518)--Connection(633326333)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.738--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_EMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_EMP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_EMP") [junit] [EL Finest]: 2022-09-10 04:18:49.738--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_HOBBY") [junit] [EL Finest]: 2022-09-10 04:18:49.738--ServerSession(1177377518)--Connection(712410124)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.739--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.739--ServerSession(1177377518)--Connection(1900366749)--Thread(Thread[main,5,main])--DROP TABLE TMP_HOBBY [junit] [EL Fine]: 2022-09-10 04:18:49.739--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.74--ServerSession(1177377518)--Connection(712410124)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.74--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_HOBBY' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_HOBBY [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_HOBBY") [junit] [EL Finest]: 2022-09-10 04:18:49.74--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_MATERIAL") [junit] [EL Finest]: 2022-09-10 04:18:49.74--ServerSession(1177377518)--Connection(2096539129)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.74--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.74--ServerSession(1177377518)--Connection(1648232591)--Thread(Thread[main,5,main])--DROP TABLE TMP_MATERIAL [junit] [EL Fine]: 2022-09-10 04:18:49.741--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.741--ServerSession(1177377518)--Connection(2096539129)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.741--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_MATERIAL' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_MATERIAL [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_MATERIAL") [junit] [EL Finest]: 2022-09-10 04:18:49.741--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_OFFICE") [junit] [EL Finest]: 2022-09-10 04:18:49.741--ServerSession(1177377518)--Connection(1716932897)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.741--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.742--ServerSession(1177377518)--Connection(801569151)--Thread(Thread[main,5,main])--DROP TABLE TMP_OFFICE [junit] [EL Fine]: 2022-09-10 04:18:49.742--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.742--ServerSession(1177377518)--Connection(1716932897)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.742--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_OFFICE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_OFFICE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_OFFICE") [junit] [EL Finest]: 2022-09-10 04:18:49.743--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PATENT") [junit] [EL Finest]: 2022-09-10 04:18:49.743--ServerSession(1177377518)--Connection(1635378213)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.743--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.743--ServerSession(1177377518)--Connection(905080434)--Thread(Thread[main,5,main])--DROP TABLE TMP_PATENT [junit] [EL Fine]: 2022-09-10 04:18:49.743--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.744--ServerSession(1177377518)--Connection(1635378213)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.744--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_PATENT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_PATENT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_PATENT") [junit] [EL Finest]: 2022-09-10 04:18:49.744--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_REVIEW") [junit] [EL Finest]: 2022-09-10 04:18:49.744--ServerSession(1177377518)--Connection(1731217984)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.744--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.744--ServerSession(1177377518)--Connection(1237762639)--Thread(Thread[main,5,main])--DROP TABLE TMP_REVIEW [junit] [EL Fine]: 2022-09-10 04:18:49.745--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.745--ServerSession(1177377518)--Connection(1731217984)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.745--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_REVIEW' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_REVIEW [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_REVIEW") [junit] [EL Finest]: 2022-09-10 04:18:49.745--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_REVIEW_DETAILS") [junit] [EL Finest]: 2022-09-10 04:18:49.746--ServerSession(1177377518)--Connection(2033524545)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.746--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.746--ServerSession(1177377518)--Connection(473053293)--Thread(Thread[main,5,main])--DROP TABLE TMP_REVIEW_DETAILS [junit] [EL Fine]: 2022-09-10 04:18:49.746--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.747--ServerSession(1177377518)--Connection(2033524545)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.747--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_REVIEW_DETAILS' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_REVIEW_DETAILS [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_REVIEW_DETAILS") [junit] [EL Finest]: 2022-09-10 04:18:49.747--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROJECT") [junit] [EL Finest]: 2022-09-10 04:18:49.747--ServerSession(1177377518)--Connection(20804602)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.747--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.747--ServerSession(1177377518)--Connection(1344519051)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROJECT [junit] [EL Fine]: 2022-09-10 04:18:49.748--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.748--ServerSession(1177377518)--Connection(20804602)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.748--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_PROJECT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_PROJECT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_PROJECT") [junit] [EL Finest]: 2022-09-10 04:18:49.748--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROJECT_DETAILS") [junit] [EL Finest]: 2022-09-10 04:18:49.748--ServerSession(1177377518)--Connection(1959239586)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.748--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.749--ServerSession(1177377518)--Connection(504336483)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROJECT_DETAILS [junit] [EL Fine]: 2022-09-10 04:18:49.749--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.749--ServerSession(1177377518)--Connection(1959239586)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.749--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_PROJECT_DETAILS' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_PROJECT_DETAILS [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_PROJECT_DETAILS") [junit] [EL Finest]: 2022-09-10 04:18:49.75--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_SAVE_ACC") [junit] [EL Finest]: 2022-09-10 04:18:49.75--ServerSession(1177377518)--Connection(1984094095)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.75--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.75--ServerSession(1177377518)--Connection(1043358826)--Thread(Thread[main,5,main])--DROP TABLE TMP_SAVE_ACC [junit] [EL Fine]: 2022-09-10 04:18:49.75--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.751--ServerSession(1177377518)--Connection(1984094095)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.751--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_SAVE_ACC' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_SAVE_ACC [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_SAVE_ACC") [junit] [EL Finest]: 2022-09-10 04:18:49.751--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TASK") [junit] [EL Finest]: 2022-09-10 04:18:49.751--ServerSession(1177377518)--Connection(1671590089)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.751--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.751--ServerSession(1177377518)--Connection(58488213)--Thread(Thread[main,5,main])--DROP TABLE TMP_TASK [junit] [EL Fine]: 2022-09-10 04:18:49.752--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.752--ServerSession(1177377518)--Connection(1671590089)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.752--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_TASK' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_TASK [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_TASK") [junit] [EL Finest]: 2022-09-10 04:18:49.752--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TRAILER") [junit] [EL Finest]: 2022-09-10 04:18:49.752--ServerSession(1177377518)--Connection(295304806)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.752--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.753--ServerSession(1177377518)--Connection(1632497828)--Thread(Thread[main,5,main])--DROP TABLE TMP_TRAILER [junit] [EL Fine]: 2022-09-10 04:18:49.753--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.754--ServerSession(1177377518)--Connection(295304806)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.754--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_TRAILER' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_TRAILER [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_TRAILER") [junit] [EL Finest]: 2022-09-10 04:18:49.754--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROFILE") [junit] [EL Finest]: 2022-09-10 04:18:49.754--ServerSession(1177377518)--Connection(764826684)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.754--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.754--ServerSession(1177377518)--Connection(1940055334)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROFILE [junit] [EL Fine]: 2022-09-10 04:18:49.755--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.755--ServerSession(1177377518)--Connection(764826684)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.755--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_PROFILE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_PROFILE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_PROFILE") [junit] [EL Finest]: 2022-09-10 04:18:49.755--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE") [junit] [EL Finest]: 2022-09-10 04:18:49.755--ServerSession(1177377518)--Connection(335107734)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.755--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.755--ServerSession(1177377518)--Connection(215078753)--Thread(Thread[main,5,main])--DROP TABLE TMP_UCOFFICE [junit] [EL Fine]: 2022-09-10 04:18:49.756--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.756--ServerSession(1177377518)--Connection(335107734)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.756--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_UCOFFICE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_UCOFFICE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE") [junit] [EL Finest]: 2022-09-10 04:18:49.756--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_READONLY") [junit] [EL Finest]: 2022-09-10 04:18:49.756--ServerSession(1177377518)--Connection(840514538)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.757--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.757--ServerSession(1177377518)--Connection(1804441305)--Thread(Thread[main,5,main])--DROP TABLE TMP_READONLY [junit] [EL Fine]: 2022-09-10 04:18:49.757--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.758--ServerSession(1177377518)--Connection(840514538)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.758--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_READONLY' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_READONLY [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_READONLY") [junit] [EL Finest]: 2022-09-10 04:18:49.758--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_FA") [junit] [EL Finest]: 2022-09-10 04:18:49.758--ServerSession(1177377518)--Connection(1971783162)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.758--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.758--ServerSession(1177377518)--Connection(247113419)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMBEDD_FA [junit] [EL Fine]: 2022-09-10 04:18:49.759--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.759--ServerSession(1177377518)--Connection(1971783162)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.759--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_EMBEDD_FA' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_EMBEDD_FA [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_FA") [junit] [EL Finest]: 2022-09-10 04:18:49.759--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_PA") [junit] [EL Finest]: 2022-09-10 04:18:49.759--ServerSession(1177377518)--Connection(1238616099)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.759--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.76--ServerSession(1177377518)--Connection(70695990)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMBEDD_PA [junit] [EL Fine]: 2022-09-10 04:18:49.76--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.76--ServerSession(1177377518)--Connection(1238616099)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.76--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_EMBEDD_PA' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_EMBEDD_PA [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_PA") [junit] [EL Finest]: 2022-09-10 04:18:49.761--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE BYTE_ITEM") [junit] [EL Finest]: 2022-09-10 04:18:49.761--ServerSession(1177377518)--Connection(1615617512)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.761--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.761--ServerSession(1177377518)--Connection(923341586)--Thread(Thread[main,5,main])--DROP TABLE BYTE_ITEM [junit] [EL Fine]: 2022-09-10 04:18:49.761--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.762--ServerSession(1177377518)--Connection(1615617512)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.762--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.BYTE_ITEM' [junit] Error Code: 1051 [junit] Call: DROP TABLE BYTE_ITEM [junit] Query: DataModifyQuery(sql="DROP TABLE BYTE_ITEM") [junit] [EL Finest]: 2022-09-10 04:18:49.762--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE BYTE_ITEM_ATT") [junit] [EL Finest]: 2022-09-10 04:18:49.762--ServerSession(1177377518)--Connection(1470868839)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.762--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.762--ServerSession(1177377518)--Connection(1426725223)--Thread(Thread[main,5,main])--DROP TABLE BYTE_ITEM_ATT [junit] [EL Fine]: 2022-09-10 04:18:49.763--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.763--ServerSession(1177377518)--Connection(1470868839)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.763--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.BYTE_ITEM_ATT' [junit] Error Code: 1051 [junit] Call: DROP TABLE BYTE_ITEM_ATT [junit] Query: DataModifyQuery(sql="DROP TABLE BYTE_ITEM_ATT") [junit] [EL Finest]: 2022-09-10 04:18:49.763--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ISLAND") [junit] [EL Finest]: 2022-09-10 04:18:49.763--ServerSession(1177377518)--Connection(1384454980)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.763--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.764--ServerSession(1177377518)--Connection(1481594086)--Thread(Thread[main,5,main])--DROP TABLE TMP_ISLAND [junit] [EL Fine]: 2022-09-10 04:18:49.764--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.764--ServerSession(1177377518)--Connection(1384454980)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.764--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_ISLAND' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_ISLAND [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_ISLAND") [junit] [EL Finest]: 2022-09-10 04:18:49.764--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY") [junit] [EL Finest]: 2022-09-10 04:18:49.765--ServerSession(1177377518)--Connection(1466917878)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.765--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.765--ServerSession(1177377518)--Connection(768216420)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY [junit] [EL Fine]: 2022-09-10 04:18:49.765--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.766--ServerSession(1177377518)--Connection(1466917878)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.766--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CITY' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CITY [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CITY") [junit] [EL Finest]: 2022-09-10 04:18:49.766--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP") [junit] [EL Finest]: 2022-09-10 04:18:49.766--ServerSession(1177377518)--Connection(267814113)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.766--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.766--ServerSession(1177377518)--Connection(598357562)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP [junit] [EL Fine]: 2022-09-10 04:18:49.767--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.767--ServerSession(1177377518)--Connection(267814113)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.767--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_COP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_COP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_COP") [junit] [EL Finest]: 2022-09-10 04:18:49.801--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PERSON") [junit] [EL Finest]: 2022-09-10 04:18:49.802--ServerSession(1177377518)--Connection(1440738283)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.802--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.802--ServerSession(1177377518)--Connection(1849015357)--Thread(Thread[main,5,main])--DROP TABLE TMP_PERSON [junit] [EL Fine]: 2022-09-10 04:18:49.803--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.803--ServerSession(1177377518)--Connection(1440738283)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.803--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_PERSON' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_PERSON [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_PERSON") [junit] [EL Finest]: 2022-09-10 04:18:49.803--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_INFORMER") [junit] [EL Finest]: 2022-09-10 04:18:49.803--ServerSession(1177377518)--Connection(2008106788)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.803--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.804--ServerSession(1177377518)--Connection(1570470538)--Thread(Thread[main,5,main])--DROP TABLE TMP_INFORMER [junit] [EL Fine]: 2022-09-10 04:18:49.804--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.804--ServerSession(1177377518)--Connection(2008106788)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.804--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_INFORMER' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_INFORMER [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_INFORMER") [junit] [EL Finest]: 2022-09-10 04:18:49.804--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL") [junit] [EL Finest]: 2022-09-10 04:18:49.805--ServerSession(1177377518)--Connection(1615801298)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.805--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.805--ServerSession(1177377518)--Connection(490391704)--Thread(Thread[main,5,main])--DROP TABLE TMP_CRIMINAL [junit] [EL Fine]: 2022-09-10 04:18:49.805--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.806--ServerSession(1177377518)--Connection(1615801298)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.806--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CRIMINAL' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CRIMINAL [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL") [junit] [EL Finest]: 2022-09-10 04:18:49.806--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CAVE") [junit] [EL Finest]: 2022-09-10 04:18:49.806--ServerSession(1177377518)--Connection(1653361344)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.806--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.806--ServerSession(1177377518)--Connection(2072313080)--Thread(Thread[main,5,main])--DROP TABLE TMP_CAVE [junit] [EL Fine]: 2022-09-10 04:18:49.806--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.807--ServerSession(1177377518)--Connection(1653361344)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.807--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CAVE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CAVE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CAVE") [junit] [EL Finest]: 2022-09-10 04:18:49.807--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREATURE") [junit] [EL Finest]: 2022-09-10 04:18:49.807--ServerSession(1177377518)--Connection(909132503)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.807--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.807--ServerSession(1177377518)--Connection(912966811)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREATURE [junit] [EL Fine]: 2022-09-10 04:18:49.808--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.808--ServerSession(1177377518)--Connection(909132503)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.808--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CREATURE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CREATURE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CREATURE") [junit] [EL Finest]: 2022-09-10 04:18:49.808--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREATURE_DETAILS") [junit] [EL Finest]: 2022-09-10 04:18:49.808--ServerSession(1177377518)--Connection(1458621573)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.808--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.808--ServerSession(1177377518)--Connection(1658980982)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREATURE_DETAILS [junit] [EL Fine]: 2022-09-10 04:18:49.809--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.809--ServerSession(1177377518)--Connection(1458621573)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.809--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CREATURE_DETAILS' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CREATURE_DETAILS [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CREATURE_DETAILS") [junit] [EL Finest]: 2022-09-10 04:18:49.809--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_MYTHICALCREATURE") [junit] [EL Finest]: 2022-09-10 04:18:49.809--ServerSession(1177377518)--Connection(1152606315)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.809--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.81--ServerSession(1177377518)--Connection(343345308)--Thread(Thread[main,5,main])--DROP TABLE TMP_MYTHICALCREATURE [junit] [EL Fine]: 2022-09-10 04:18:49.81--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.81--ServerSession(1177377518)--Connection(1152606315)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.81--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_MYTHICALCREATURE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_MYTHICALCREATURE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_MYTHICALCREATURE") [junit] [EL Finest]: 2022-09-10 04:18:49.811--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_WEAPON") [junit] [EL Finest]: 2022-09-10 04:18:49.811--ServerSession(1177377518)--Connection(104716441)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.811--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.811--ServerSession(1177377518)--Connection(1506951181)--Thread(Thread[main,5,main])--DROP TABLE TMP_WEAPON [junit] [EL Fine]: 2022-09-10 04:18:49.811--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.812--ServerSession(1177377518)--Connection(104716441)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.812--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_WEAPON' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_WEAPON [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_WEAPON") [junit] [EL Finest]: 2022-09-10 04:18:49.812--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE") [junit] [EL Finest]: 2022-09-10 04:18:49.812--ServerSession(1177377518)--Connection(867288517)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.812--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.812--ServerSession(1177377518)--Connection(1528834618)--Thread(Thread[main,5,main])--DROP TABLE TMP_CASC_NODE [junit] [EL Fine]: 2022-09-10 04:18:49.813--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.813--ServerSession(1177377518)--Connection(867288517)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.813--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CASC_NODE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CASC_NODE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE") [junit] [EL Finest]: 2022-09-10 04:18:49.813--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE_DESC") [junit] [EL Finest]: 2022-09-10 04:18:49.813--ServerSession(1177377518)--Connection(166694583)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.813--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.813--ServerSession(1177377518)--Connection(885910946)--Thread(Thread[main,5,main])--DROP TABLE TMP_CASC_NODE_DESC [junit] [EL Fine]: 2022-09-10 04:18:49.814--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.814--ServerSession(1177377518)--Connection(166694583)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.814--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CASC_NODE_DESC' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CASC_NODE_DESC [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE_DESC") [junit] [EL Finest]: 2022-09-10 04:18:49.814--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_NODE") [junit] [EL Finest]: 2022-09-10 04:18:49.814--ServerSession(1177377518)--Connection(811207775)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.814--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.814--ServerSession(1177377518)--Connection(1161148117)--Thread(Thread[main,5,main])--DROP TABLE TMP_NODE [junit] [EL Fine]: 2022-09-10 04:18:49.815--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.815--ServerSession(1177377518)--Connection(811207775)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.815--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_NODE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_NODE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_NODE") [junit] [EL Finest]: 2022-09-10 04:18:49.815--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_NASTY") [junit] [EL Finest]: 2022-09-10 04:18:49.815--ServerSession(1177377518)--Connection(1131592118)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.815--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.816--ServerSession(1177377518)--Connection(589987187)--Thread(Thread[main,5,main])--DROP TABLE TMP_NASTY [junit] [EL Fine]: 2022-09-10 04:18:49.816--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.816--ServerSession(1177377518)--Connection(1131592118)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.817--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_NASTY' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_NASTY [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_NASTY") [junit] [EL Finest]: 2022-09-10 04:18:49.817--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TIMESTAMP") [junit] [EL Finest]: 2022-09-10 04:18:49.817--ServerSession(1177377518)--Connection(587180314)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.817--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.817--ServerSession(1177377518)--Connection(1955990522)--Thread(Thread[main,5,main])--DROP TABLE TMP_TIMESTAMP [junit] [EL Fine]: 2022-09-10 04:18:49.817--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.818--ServerSession(1177377518)--Connection(587180314)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.818--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_TIMESTAMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_TIMESTAMP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_TIMESTAMP") [junit] [EL Finest]: 2022-09-10 04:18:49.818--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:18:49.818--ServerSession(1177377518)--Connection(1082411691)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.818--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.818--ServerSession(1177377518)--Connection(527211736)--Thread(Thread[main,5,main])--DROP TABLE TMP_BASIC_TYPES_FA [junit] [EL Fine]: 2022-09-10 04:18:49.819--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.819--ServerSession(1177377518)--Connection(1082411691)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.819--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_BASIC_TYPES_FA' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_BASIC_TYPES_FA [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:18:49.819--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_PA") [junit] [EL Finest]: 2022-09-10 04:18:49.82--ServerSession(1177377518)--Connection(1718906711)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.82--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.82--ServerSession(1177377518)--Connection(71802912)--Thread(Thread[main,5,main])--DROP TABLE TMP_BASIC_TYPES_PA [junit] [EL Fine]: 2022-09-10 04:18:49.82--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.82--ServerSession(1177377518)--Connection(1718906711)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.821--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_BASIC_TYPES_PA' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_BASIC_TYPES_PA [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_PA") [junit] [EL Finest]: 2022-09-10 04:18:49.821--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TEMPORAL_FA") [junit] [EL Finest]: 2022-09-10 04:18:49.821--ServerSession(1177377518)--Connection(686349795)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.821--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.821--ServerSession(1177377518)--Connection(1831010686)--Thread(Thread[main,5,main])--DROP TABLE TMP_TEMPORAL_FA [junit] [EL Fine]: 2022-09-10 04:18:49.821--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.822--ServerSession(1177377518)--Connection(686349795)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.822--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_TEMPORAL_FA' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_TEMPORAL_FA [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_TEMPORAL_FA") [junit] [EL Finest]: 2022-09-10 04:18:49.822--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ANIMAL") [junit] [EL Finest]: 2022-09-10 04:18:49.822--ServerSession(1177377518)--Connection(404222443)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.822--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.822--ServerSession(1177377518)--Connection(1987977423)--Thread(Thread[main,5,main])--DROP TABLE TMP_ANIMAL [junit] [EL Fine]: 2022-09-10 04:18:49.823--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.823--ServerSession(1177377518)--Connection(404222443)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.823--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_ANIMAL' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_ANIMAL [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_ANIMAL") [junit] [EL Finest]: 2022-09-10 04:18:49.823--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ELEMENT") [junit] [EL Finest]: 2022-09-10 04:18:49.823--ServerSession(1177377518)--Connection(807322507)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.823--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.823--ServerSession(1177377518)--Connection(396485834)--Thread(Thread[main,5,main])--DROP TABLE TMP_ELEMENT [junit] [EL Fine]: 2022-09-10 04:18:49.824--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.824--ServerSession(1177377518)--Connection(807322507)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.824--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_ELEMENT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_ELEMENT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_ELEMENT") [junit] [EL Finest]: 2022-09-10 04:18:49.824--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PLANT") [junit] [EL Finest]: 2022-09-10 04:18:49.824--ServerSession(1177377518)--Connection(207471778)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.824--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.825--ServerSession(1177377518)--Connection(1243171897)--Thread(Thread[main,5,main])--DROP TABLE TMP_PLANT [junit] [EL Fine]: 2022-09-10 04:18:49.825--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.825--ServerSession(1177377518)--Connection(207471778)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.825--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_PLANT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_PLANT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_PLANT") [junit] [EL Finest]: 2022-09-10 04:18:49.826--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_BICYCLE") [junit] [EL Finest]: 2022-09-10 04:18:49.826--ServerSession(1177377518)--Connection(873175411)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.826--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.826--ServerSession(1177377518)--Connection(1443967876)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_BICYCLE [junit] [EL Fine]: 2022-09-10 04:18:49.826--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.827--ServerSession(1177377518)--Connection(873175411)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.827--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_EMP_BICYCLE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_EMP_BICYCLE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_EMP_BICYCLE") [junit] [EL Finest]: 2022-09-10 04:18:49.827--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COURSE_EMP") [junit] [EL Finest]: 2022-09-10 04:18:49.827--ServerSession(1177377518)--Connection(926859124)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.827--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.827--ServerSession(1177377518)--Connection(1603696865)--Thread(Thread[main,5,main])--DROP TABLE TMP_COURSE_EMP [junit] [EL Fine]: 2022-09-10 04:18:49.828--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.828--ServerSession(1177377518)--Connection(926859124)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.828--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_COURSE_EMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_COURSE_EMP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_COURSE_EMP") [junit] [EL Finest]: 2022-09-10 04:18:49.828--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_CREDIT") [junit] [EL Finest]: 2022-09-10 04:18:49.828--ServerSession(1177377518)--Connection(412788346)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.828--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.829--ServerSession(1177377518)--Connection(1520267010)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_CREDIT [junit] [EL Fine]: 2022-09-10 04:18:49.829--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.829--ServerSession(1177377518)--Connection(412788346)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.829--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_EMP_CREDIT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_EMP_CREDIT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_EMP_CREDIT") [junit] [EL Finest]: 2022-09-10 04:18:49.829--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_HOBBY") [junit] [EL Finest]: 2022-09-10 04:18:49.83--ServerSession(1177377518)--Connection(288306765)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.83--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.83--ServerSession(1177377518)--Connection(1556867940)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_HOBBY [junit] [EL Fine]: 2022-09-10 04:18:49.83--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.831--ServerSession(1177377518)--Connection(288306765)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.831--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_EMP_HOBBY' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_EMP_HOBBY [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_EMP_HOBBY") [junit] [EL Finest]: 2022-09-10 04:18:49.831--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_PATENT") [junit] [EL Finest]: 2022-09-10 04:18:49.831--ServerSession(1177377518)--Connection(1495608502)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.831--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.831--ServerSession(1177377518)--Connection(835773569)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_PATENT [junit] [EL Fine]: 2022-09-10 04:18:49.831--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.832--ServerSession(1177377518)--Connection(1495608502)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.832--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_EMP_PATENT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_EMP_PATENT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_EMP_PATENT") [junit] [EL Finest]: 2022-09-10 04:18:49.832--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_PROJECT") [junit] [EL Finest]: 2022-09-10 04:18:49.832--ServerSession(1177377518)--Connection(605982374)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.832--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.832--ServerSession(1177377518)--Connection(1412322831)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_PROJECT [junit] [EL Fine]: 2022-09-10 04:18:49.833--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.833--ServerSession(1177377518)--Connection(605982374)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.833--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_EMP_PROJECT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_EMP_PROJECT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_EMP_PROJECT") [junit] [EL Finest]: 2022-09-10 04:18:49.833--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_REVIEW") [junit] [EL Finest]: 2022-09-10 04:18:49.833--ServerSession(1177377518)--Connection(1305004711)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.833--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.834--ServerSession(1177377518)--Connection(494077446)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_REVIEW [junit] [EL Fine]: 2022-09-10 04:18:49.834--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.834--ServerSession(1177377518)--Connection(1305004711)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.834--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_EMP_REVIEW' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_EMP_REVIEW [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_EMP_REVIEW") [junit] [EL Finest]: 2022-09-10 04:18:49.835--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_OFFICE_CUBICLE") [junit] [EL Finest]: 2022-09-10 04:18:49.835--ServerSession(1177377518)--Connection(989889899)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.835--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.835--ServerSession(1177377518)--Connection(806813022)--Thread(Thread[main,5,main])--DROP TABLE TMP_OFFICE_CUBICLE [junit] [EL Fine]: 2022-09-10 04:18:49.835--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.836--ServerSession(1177377518)--Connection(989889899)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.836--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_OFFICE_CUBICLE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_OFFICE_CUBICLE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_OFFICE_CUBICLE") [junit] [EL Finest]: 2022-09-10 04:18:49.836--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_VEHICLE_PROFILE") [junit] [EL Finest]: 2022-09-10 04:18:49.836--ServerSession(1177377518)--Connection(1406206626)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.836--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.837--ServerSession(1177377518)--Connection(1816522350)--Thread(Thread[main,5,main])--DROP TABLE TMP_VEHICLE_PROFILE [junit] [EL Fine]: 2022-09-10 04:18:49.837--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.837--ServerSession(1177377518)--Connection(1406206626)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.837--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_VEHICLE_PROFILE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_VEHICLE_PROFILE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_VEHICLE_PROFILE") [junit] [EL Finest]: 2022-09-10 04:18:49.838--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE_CUBICLE") [junit] [EL Finest]: 2022-09-10 04:18:49.838--ServerSession(1177377518)--Connection(1521238608)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.838--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.838--ServerSession(1177377518)--Connection(20156341)--Thread(Thread[main,5,main])--DROP TABLE TMP_UCOFFICE_CUBICLE [junit] [EL Fine]: 2022-09-10 04:18:49.838--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.839--ServerSession(1177377518)--Connection(1521238608)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.839--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_UCOFFICE_CUBICLE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_UCOFFICE_CUBICLE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE_CUBICLE") [junit] [EL Finest]: 2022-09-10 04:18:49.839--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_COP") [junit] [EL Finest]: 2022-09-10 04:18:49.839--ServerSession(1177377518)--Connection(1509309988)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.839--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.84--ServerSession(1177377518)--Connection(1643141512)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY_TMP_COP [junit] [EL Fine]: 2022-09-10 04:18:49.84--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.84--ServerSession(1177377518)--Connection(1509309988)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.841--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CITY_TMP_COP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CITY_TMP_COP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_COP") [junit] [EL Finest]: 2022-09-10 04:18:49.841--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_CRIMINAL") [junit] [EL Finest]: 2022-09-10 04:18:49.841--ServerSession(1177377518)--Connection(263053820)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.841--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.841--ServerSession(1177377518)--Connection(1740826931)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY_TMP_CRIMINAL [junit] [EL Fine]: 2022-09-10 04:18:49.842--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.842--ServerSession(1177377518)--Connection(263053820)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.842--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CITY_TMP_CRIMINAL' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CITY_TMP_CRIMINAL [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_CRIMINAL") [junit] [EL Finest]: 2022-09-10 04:18:49.842--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_CRIMINAL") [junit] [EL Finest]: 2022-09-10 04:18:49.842--ServerSession(1177377518)--Connection(1631227617)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.842--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.842--ServerSession(1177377518)--Connection(24650043)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP_TMP_CRIMINAL [junit] [EL Fine]: 2022-09-10 04:18:49.843--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.843--ServerSession(1177377518)--Connection(1631227617)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.843--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_COP_TMP_CRIMINAL' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_COP_TMP_CRIMINAL [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_CRIMINAL") [junit] [EL Finest]: 2022-09-10 04:18:49.843--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_INFORMER") [junit] [EL Finest]: 2022-09-10 04:18:49.843--ServerSession(1177377518)--Connection(460741164)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.843--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.844--ServerSession(1177377518)--Connection(781091365)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP_TMP_INFORMER [junit] [EL Fine]: 2022-09-10 04:18:49.844--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.844--ServerSession(1177377518)--Connection(460741164)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.844--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_COP_TMP_INFORMER' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_COP_TMP_INFORMER [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_INFORMER") [junit] [EL Finest]: 2022-09-10 04:18:49.845--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_INFORMER_TMP_COP") [junit] [EL Finest]: 2022-09-10 04:18:49.845--ServerSession(1177377518)--Connection(25764044)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.845--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.845--ServerSession(1177377518)--Connection(671596011)--Thread(Thread[main,5,main])--DROP TABLE TMP_INFORMER_TMP_COP [junit] [EL Fine]: 2022-09-10 04:18:49.845--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.846--ServerSession(1177377518)--Connection(25764044)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.846--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_INFORMER_TMP_COP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_INFORMER_TMP_COP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_INFORMER_TMP_COP") [junit] [EL Finest]: 2022-09-10 04:18:49.846--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL") [junit] [EL Finest]: 2022-09-10 04:18:49.846--ServerSession(1177377518)--Connection(1687354037)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.846--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.846--ServerSession(1177377518)--Connection(743778731)--Thread(Thread[main,5,main])--DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL [junit] [EL Fine]: 2022-09-10 04:18:49.847--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.847--ServerSession(1177377518)--Connection(1687354037)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.847--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CRIMINAL_TMP_CRIMINAL' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL") [junit] [EL Finest]: 2022-09-10 04:18:49.847--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CAVE_CREATURE") [junit] [EL Finest]: 2022-09-10 04:18:49.847--ServerSession(1177377518)--Connection(1600594643)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.847--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.848--ServerSession(1177377518)--Connection(743648472)--Thread(Thread[main,5,main])--DROP TABLE TMP_CAVE_CREATURE [junit] [EL Fine]: 2022-09-10 04:18:49.848--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.848--ServerSession(1177377518)--Connection(1600594643)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.848--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CAVE_CREATURE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CAVE_CREATURE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CAVE_CREATURE") [junit] [EL Finest]: 2022-09-10 04:18:49.848--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COMPONENT") [junit] [EL Finest]: 2022-09-10 04:18:49.848--ServerSession(1177377518)--Connection(1368862151)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.849--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.849--ServerSession(1177377518)--Connection(922807452)--Thread(Thread[main,5,main])--DROP TABLE TMP_COMPONENT [junit] [EL Fine]: 2022-09-10 04:18:49.849--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.85--ServerSession(1177377518)--Connection(1368862151)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.85--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_COMPONENT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_COMPONENT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_COMPONENT") [junit] [EL Finest]: 2022-09-10 04:18:49.85--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_METRIC") [junit] [EL Finest]: 2022-09-10 04:18:49.85--ServerSession(1177377518)--Connection(1494346128)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.85--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.85--ServerSession(1177377518)--Connection(822087264)--Thread(Thread[main,5,main])--DROP TABLE TMP_METRIC [junit] [EL Fine]: 2022-09-10 04:18:49.85--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.851--ServerSession(1177377518)--Connection(1494346128)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.851--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_METRIC' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_METRIC [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_METRIC") [junit] [EL Finest]: 2022-09-10 04:18:49.851--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ABSTR_EMP") [junit] [EL Finest]: 2022-09-10 04:18:49.851--ServerSession(1177377518)--Connection(38603201)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.851--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.851--ServerSession(1177377518)--Connection(1422273905)--Thread(Thread[main,5,main])--DROP TABLE TMP_ABSTR_EMP [junit] [EL Fine]: 2022-09-10 04:18:49.852--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.852--ServerSession(1177377518)--Connection(38603201)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.852--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_ABSTR_EMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_ABSTR_EMP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_ABSTR_EMP") [junit] [EL Finest]: 2022-09-10 04:18:49.852--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CONTRACT_EMP") [junit] [EL Finest]: 2022-09-10 04:18:49.852--ServerSession(1177377518)--Connection(1207231495)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.852--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.853--ServerSession(1177377518)--Connection(756936249)--Thread(Thread[main,5,main])--DROP TABLE TMP_CONTRACT_EMP [junit] [EL Fine]: 2022-09-10 04:18:49.853--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.853--ServerSession(1177377518)--Connection(1207231495)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.853--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CONTRACT_EMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CONTRACT_EMP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CONTRACT_EMP") [junit] [EL Finest]: 2022-09-10 04:18:49.853--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ACCOUNT") [junit] [EL Finest]: 2022-09-10 04:18:49.854--ServerSession(1177377518)--Connection(264394929)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.854--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.854--ServerSession(1177377518)--Connection(1878413714)--Thread(Thread[main,5,main])--DROP TABLE TMP_ACCOUNT [junit] [EL Fine]: 2022-09-10 04:18:49.854--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.854--ServerSession(1177377518)--Connection(264394929)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.855--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_ACCOUNT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_ACCOUNT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_ACCOUNT") [junit] [EL Finest]: 2022-09-10 04:18:49.855--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_VEHICLE") [junit] [EL Finest]: 2022-09-10 04:18:49.855--ServerSession(1177377518)--Connection(1257299717)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.855--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.855--ServerSession(1177377518)--Connection(1474957626)--Thread(Thread[main,5,main])--DROP TABLE TMP_VEHICLE [junit] [EL Fine]: 2022-09-10 04:18:49.855--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.856--ServerSession(1177377518)--Connection(1257299717)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.856--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_VEHICLE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_VEHICLE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_VEHICLE") [junit] [EL Finest]: 2022-09-10 04:18:49.856--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BROKER_ACC") [junit] [EL Finest]: 2022-09-10 04:18:49.856--ServerSession(1177377518)--Connection(1733022752)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.856--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.856--ServerSession(1177377518)--Connection(722417467)--Thread(Thread[main,5,main])--DROP TABLE TMP_BROKER_ACC [junit] [EL Fine]: 2022-09-10 04:18:49.856--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.857--ServerSession(1177377518)--Connection(1733022752)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.857--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_BROKER_ACC' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_BROKER_ACC [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_BROKER_ACC") [junit] [EL Finest]: 2022-09-10 04:18:49.857--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CHECK_ACC") [junit] [EL Finest]: 2022-09-10 04:18:49.857--ServerSession(1177377518)--Connection(1262869688)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.857--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.857--ServerSession(1177377518)--Connection(1914108708)--Thread(Thread[main,5,main])--DROP TABLE TMP_CHECK_ACC [junit] [EL Fine]: 2022-09-10 04:18:49.858--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.858--ServerSession(1177377518)--Connection(1262869688)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.858--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CHECK_ACC' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CHECK_ACC [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CHECK_ACC") [junit] [EL Finest]: 2022-09-10 04:18:49.858--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COSTCENTER") [junit] [EL Finest]: 2022-09-10 04:18:49.858--ServerSession(1177377518)--Connection(1357700757)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.858--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.858--ServerSession(1177377518)--Connection(900298796)--Thread(Thread[main,5,main])--DROP TABLE TMP_COSTCENTER [junit] [EL Fine]: 2022-09-10 04:18:49.859--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.859--ServerSession(1177377518)--Connection(1357700757)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.859--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_COSTCENTER' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_COSTCENTER [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_COSTCENTER") [junit] [EL Finest]: 2022-09-10 04:18:49.859--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COURSE") [junit] [EL Finest]: 2022-09-10 04:18:49.859--ServerSession(1177377518)--Connection(1166106620)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.859--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.86--ServerSession(1177377518)--Connection(1932470703)--Thread(Thread[main,5,main])--DROP TABLE TMP_COURSE [junit] [EL Fine]: 2022-09-10 04:18:49.86--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.86--ServerSession(1177377518)--Connection(1166106620)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.86--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_COURSE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_COURSE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_COURSE") [junit] [EL Finest]: 2022-09-10 04:18:49.86--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREDIT_ACC") [junit] [EL Finest]: 2022-09-10 04:18:49.861--ServerSession(1177377518)--Connection(1713568869)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.861--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.861--ServerSession(1177377518)--Connection(697508322)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREDIT_ACC [junit] [EL Fine]: 2022-09-10 04:18:49.861--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.861--ServerSession(1177377518)--Connection(1713568869)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.862--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CREDIT_ACC' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CREDIT_ACC [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CREDIT_ACC") [junit] [EL Finest]: 2022-09-10 04:18:49.862--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CUBICLE") [junit] [EL Finest]: 2022-09-10 04:18:49.862--ServerSession(1177377518)--Connection(1689924104)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.862--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.862--ServerSession(1177377518)--Connection(361380654)--Thread(Thread[main,5,main])--DROP TABLE TMP_CUBICLE [junit] [EL Fine]: 2022-09-10 04:18:49.862--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.863--ServerSession(1177377518)--Connection(1689924104)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.863--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CUBICLE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CUBICLE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CUBICLE") [junit] [EL Finest]: 2022-09-10 04:18:49.863--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_DEP") [junit] [EL Finest]: 2022-09-10 04:18:49.863--ServerSession(1177377518)--Connection(1579132337)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.863--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.863--ServerSession(1177377518)--Connection(1795225096)--Thread(Thread[main,5,main])--DROP TABLE TMP_DEP [junit] [EL Fine]: 2022-09-10 04:18:49.863--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.864--ServerSession(1177377518)--Connection(1579132337)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.864--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_DEP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_DEP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_DEP") [junit] [EL Finest]: 2022-09-10 04:18:49.864--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP") [junit] [EL Finest]: 2022-09-10 04:18:49.864--ServerSession(1177377518)--Connection(1048712791)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.864--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.864--ServerSession(1177377518)--Connection(487792155)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP [junit] [EL Fine]: 2022-09-10 04:18:49.865--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.865--ServerSession(1177377518)--Connection(1048712791)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.865--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_EMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_EMP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_EMP") [junit] [EL Finest]: 2022-09-10 04:18:49.865--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_HOBBY") [junit] [EL Finest]: 2022-09-10 04:18:49.865--ServerSession(1177377518)--Connection(1632670136)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.865--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.865--ServerSession(1177377518)--Connection(1338905451)--Thread(Thread[main,5,main])--DROP TABLE TMP_HOBBY [junit] [EL Fine]: 2022-09-10 04:18:49.866--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.866--ServerSession(1177377518)--Connection(1632670136)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.866--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_HOBBY' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_HOBBY [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_HOBBY") [junit] [EL Finest]: 2022-09-10 04:18:49.866--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_MATERIAL") [junit] [EL Finest]: 2022-09-10 04:18:49.866--ServerSession(1177377518)--Connection(1136005694)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.866--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.867--ServerSession(1177377518)--Connection(638486177)--Thread(Thread[main,5,main])--DROP TABLE TMP_MATERIAL [junit] [EL Fine]: 2022-09-10 04:18:49.867--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.867--ServerSession(1177377518)--Connection(1136005694)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.867--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_MATERIAL' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_MATERIAL [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_MATERIAL") [junit] [EL Finest]: 2022-09-10 04:18:49.867--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_OFFICE") [junit] [EL Finest]: 2022-09-10 04:18:49.867--ServerSession(1177377518)--Connection(314411620)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.868--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.868--ServerSession(1177377518)--Connection(1642679791)--Thread(Thread[main,5,main])--DROP TABLE TMP_OFFICE [junit] [EL Fine]: 2022-09-10 04:18:49.868--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.868--ServerSession(1177377518)--Connection(314411620)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.868--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_OFFICE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_OFFICE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_OFFICE") [junit] [EL Finest]: 2022-09-10 04:18:49.869--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PATENT") [junit] [EL Finest]: 2022-09-10 04:18:49.869--ServerSession(1177377518)--Connection(247162961)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.869--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.869--ServerSession(1177377518)--Connection(1890266440)--Thread(Thread[main,5,main])--DROP TABLE TMP_PATENT [junit] [EL Fine]: 2022-09-10 04:18:49.869--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.87--ServerSession(1177377518)--Connection(247162961)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.87--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_PATENT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_PATENT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_PATENT") [junit] [EL Finest]: 2022-09-10 04:18:49.87--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_REVIEW") [junit] [EL Finest]: 2022-09-10 04:18:49.87--ServerSession(1177377518)--Connection(1863655430)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.87--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.87--ServerSession(1177377518)--Connection(976827477)--Thread(Thread[main,5,main])--DROP TABLE TMP_REVIEW [junit] [EL Fine]: 2022-09-10 04:18:49.87--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.871--ServerSession(1177377518)--Connection(1863655430)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.871--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_REVIEW' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_REVIEW [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_REVIEW") [junit] [EL Finest]: 2022-09-10 04:18:49.871--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_REVIEW_DETAILS") [junit] [EL Finest]: 2022-09-10 04:18:49.871--ServerSession(1177377518)--Connection(2092709730)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.871--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.871--ServerSession(1177377518)--Connection(980364771)--Thread(Thread[main,5,main])--DROP TABLE TMP_REVIEW_DETAILS [junit] [EL Fine]: 2022-09-10 04:18:49.872--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.872--ServerSession(1177377518)--Connection(2092709730)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.872--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_REVIEW_DETAILS' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_REVIEW_DETAILS [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_REVIEW_DETAILS") [junit] [EL Finest]: 2022-09-10 04:18:49.872--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROJECT") [junit] [EL Finest]: 2022-09-10 04:18:49.872--ServerSession(1177377518)--Connection(1446001495)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.872--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.873--ServerSession(1177377518)--Connection(1261044180)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROJECT [junit] [EL Fine]: 2022-09-10 04:18:49.873--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.873--ServerSession(1177377518)--Connection(1446001495)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.873--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_PROJECT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_PROJECT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_PROJECT") [junit] [EL Finest]: 2022-09-10 04:18:49.913--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROJECT_DETAILS") [junit] [EL Finest]: 2022-09-10 04:18:49.913--ServerSession(1177377518)--Connection(2029372696)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.913--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.914--ServerSession(1177377518)--Connection(793293778)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROJECT_DETAILS [junit] [EL Fine]: 2022-09-10 04:18:49.914--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.915--ServerSession(1177377518)--Connection(2029372696)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.915--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_PROJECT_DETAILS' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_PROJECT_DETAILS [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_PROJECT_DETAILS") [junit] [EL Finest]: 2022-09-10 04:18:49.915--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_SAVE_ACC") [junit] [EL Finest]: 2022-09-10 04:18:49.915--ServerSession(1177377518)--Connection(1966355106)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.915--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.915--ServerSession(1177377518)--Connection(599782425)--Thread(Thread[main,5,main])--DROP TABLE TMP_SAVE_ACC [junit] [EL Fine]: 2022-09-10 04:18:49.916--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.916--ServerSession(1177377518)--Connection(1966355106)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.916--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_SAVE_ACC' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_SAVE_ACC [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_SAVE_ACC") [junit] [EL Finest]: 2022-09-10 04:18:49.916--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TASK") [junit] [EL Finest]: 2022-09-10 04:18:49.916--ServerSession(1177377518)--Connection(1155769010)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.916--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.917--ServerSession(1177377518)--Connection(269892014)--Thread(Thread[main,5,main])--DROP TABLE TMP_TASK [junit] [EL Fine]: 2022-09-10 04:18:49.917--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.917--ServerSession(1177377518)--Connection(1155769010)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.917--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_TASK' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_TASK [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_TASK") [junit] [EL Finest]: 2022-09-10 04:18:49.918--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TRAILER") [junit] [EL Finest]: 2022-09-10 04:18:49.918--ServerSession(1177377518)--Connection(489411441)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.918--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.918--ServerSession(1177377518)--Connection(1141113940)--Thread(Thread[main,5,main])--DROP TABLE TMP_TRAILER [junit] [EL Fine]: 2022-09-10 04:18:49.918--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.919--ServerSession(1177377518)--Connection(489411441)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.919--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_TRAILER' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_TRAILER [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_TRAILER") [junit] [EL Finest]: 2022-09-10 04:18:49.919--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROFILE") [junit] [EL Finest]: 2022-09-10 04:18:49.919--ServerSession(1177377518)--Connection(25936709)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.919--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.919--ServerSession(1177377518)--Connection(1123559518)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROFILE [junit] [EL Fine]: 2022-09-10 04:18:49.919--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.92--ServerSession(1177377518)--Connection(25936709)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.92--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_PROFILE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_PROFILE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_PROFILE") [junit] [EL Finest]: 2022-09-10 04:18:49.92--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE") [junit] [EL Finest]: 2022-09-10 04:18:49.92--ServerSession(1177377518)--Connection(925150995)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.92--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.92--ServerSession(1177377518)--Connection(1760219993)--Thread(Thread[main,5,main])--DROP TABLE TMP_UCOFFICE [junit] [EL Fine]: 2022-09-10 04:18:49.921--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.921--ServerSession(1177377518)--Connection(925150995)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.921--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_UCOFFICE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_UCOFFICE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE") [junit] [EL Finest]: 2022-09-10 04:18:49.921--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_READONLY") [junit] [EL Finest]: 2022-09-10 04:18:49.921--ServerSession(1177377518)--Connection(403547747)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.921--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.922--ServerSession(1177377518)--Connection(172215878)--Thread(Thread[main,5,main])--DROP TABLE TMP_READONLY [junit] [EL Fine]: 2022-09-10 04:18:49.922--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.922--ServerSession(1177377518)--Connection(403547747)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.922--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_READONLY' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_READONLY [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_READONLY") [junit] [EL Finest]: 2022-09-10 04:18:49.922--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_FA") [junit] [EL Finest]: 2022-09-10 04:18:49.923--ServerSession(1177377518)--Connection(1112456099)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.923--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.923--ServerSession(1177377518)--Connection(923083575)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMBEDD_FA [junit] [EL Fine]: 2022-09-10 04:18:49.923--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.923--ServerSession(1177377518)--Connection(1112456099)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.924--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_EMBEDD_FA' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_EMBEDD_FA [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_FA") [junit] [EL Finest]: 2022-09-10 04:18:49.924--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_PA") [junit] [EL Finest]: 2022-09-10 04:18:49.924--ServerSession(1177377518)--Connection(2052457859)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.924--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.924--ServerSession(1177377518)--Connection(1299327689)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMBEDD_PA [junit] [EL Fine]: 2022-09-10 04:18:49.924--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.925--ServerSession(1177377518)--Connection(2052457859)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.925--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_EMBEDD_PA' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_EMBEDD_PA [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_PA") [junit] [EL Finest]: 2022-09-10 04:18:49.925--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE BYTE_ITEM") [junit] [EL Finest]: 2022-09-10 04:18:49.925--ServerSession(1177377518)--Connection(2007486296)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.925--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.925--ServerSession(1177377518)--Connection(1033348658)--Thread(Thread[main,5,main])--DROP TABLE BYTE_ITEM [junit] [EL Fine]: 2022-09-10 04:18:49.926--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.926--ServerSession(1177377518)--Connection(2007486296)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.926--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.BYTE_ITEM' [junit] Error Code: 1051 [junit] Call: DROP TABLE BYTE_ITEM [junit] Query: DataModifyQuery(sql="DROP TABLE BYTE_ITEM") [junit] [EL Finest]: 2022-09-10 04:18:49.926--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE BYTE_ITEM_ATT") [junit] [EL Finest]: 2022-09-10 04:18:49.926--ServerSession(1177377518)--Connection(938463537)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.926--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.926--ServerSession(1177377518)--Connection(2121995675)--Thread(Thread[main,5,main])--DROP TABLE BYTE_ITEM_ATT [junit] [EL Fine]: 2022-09-10 04:18:49.927--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.927--ServerSession(1177377518)--Connection(938463537)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.927--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.BYTE_ITEM_ATT' [junit] Error Code: 1051 [junit] Call: DROP TABLE BYTE_ITEM_ATT [junit] Query: DataModifyQuery(sql="DROP TABLE BYTE_ITEM_ATT") [junit] [EL Finest]: 2022-09-10 04:18:49.927--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ISLAND") [junit] [EL Finest]: 2022-09-10 04:18:49.927--ServerSession(1177377518)--Connection(1620409359)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.927--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.928--ServerSession(1177377518)--Connection(691691381)--Thread(Thread[main,5,main])--DROP TABLE TMP_ISLAND [junit] [EL Fine]: 2022-09-10 04:18:49.928--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.929--ServerSession(1177377518)--Connection(1620409359)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.929--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_ISLAND' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_ISLAND [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_ISLAND") [junit] [EL Finest]: 2022-09-10 04:18:49.929--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY") [junit] [EL Finest]: 2022-09-10 04:18:49.929--ServerSession(1177377518)--Connection(500618423)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.929--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.929--ServerSession(1177377518)--Connection(1458091526)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY [junit] [EL Fine]: 2022-09-10 04:18:49.929--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.93--ServerSession(1177377518)--Connection(500618423)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.93--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CITY' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CITY [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CITY") [junit] [EL Finest]: 2022-09-10 04:18:49.93--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP") [junit] [EL Finest]: 2022-09-10 04:18:49.93--ServerSession(1177377518)--Connection(2018260103)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.93--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.93--ServerSession(1177377518)--Connection(1393828949)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP [junit] [EL Fine]: 2022-09-10 04:18:49.931--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.931--ServerSession(1177377518)--Connection(2018260103)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.931--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_COP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_COP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_COP") [junit] [EL Finest]: 2022-09-10 04:18:49.931--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PERSON") [junit] [EL Finest]: 2022-09-10 04:18:49.931--ServerSession(1177377518)--Connection(2036775591)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.931--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.931--ServerSession(1177377518)--Connection(1620529408)--Thread(Thread[main,5,main])--DROP TABLE TMP_PERSON [junit] [EL Fine]: 2022-09-10 04:18:49.932--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.932--ServerSession(1177377518)--Connection(2036775591)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.932--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_PERSON' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_PERSON [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_PERSON") [junit] [EL Finest]: 2022-09-10 04:18:49.932--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_INFORMER") [junit] [EL Finest]: 2022-09-10 04:18:49.932--ServerSession(1177377518)--Connection(758572926)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.932--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.933--ServerSession(1177377518)--Connection(1640612861)--Thread(Thread[main,5,main])--DROP TABLE TMP_INFORMER [junit] [EL Fine]: 2022-09-10 04:18:49.933--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.933--ServerSession(1177377518)--Connection(758572926)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.933--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_INFORMER' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_INFORMER [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_INFORMER") [junit] [EL Finest]: 2022-09-10 04:18:49.934--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL") [junit] [EL Finest]: 2022-09-10 04:18:49.934--ServerSession(1177377518)--Connection(913065088)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.934--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.934--ServerSession(1177377518)--Connection(746280996)--Thread(Thread[main,5,main])--DROP TABLE TMP_CRIMINAL [junit] [EL Fine]: 2022-09-10 04:18:49.934--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.935--ServerSession(1177377518)--Connection(913065088)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.94--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CRIMINAL' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CRIMINAL [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL") [junit] [EL Finest]: 2022-09-10 04:18:49.94--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CAVE") [junit] [EL Finest]: 2022-09-10 04:18:49.941--ServerSession(1177377518)--Connection(1557989809)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.941--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.941--ServerSession(1177377518)--Connection(146874094)--Thread(Thread[main,5,main])--DROP TABLE TMP_CAVE [junit] [EL Fine]: 2022-09-10 04:18:49.942--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.942--ServerSession(1177377518)--Connection(1557989809)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.942--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CAVE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CAVE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CAVE") [junit] [EL Finest]: 2022-09-10 04:18:49.942--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREATURE") [junit] [EL Finest]: 2022-09-10 04:18:49.942--ServerSession(1177377518)--Connection(1746570062)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.942--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.943--ServerSession(1177377518)--Connection(1555990397)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREATURE [junit] [EL Fine]: 2022-09-10 04:18:49.943--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.944--ServerSession(1177377518)--Connection(1746570062)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.944--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CREATURE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CREATURE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CREATURE") [junit] [EL Finest]: 2022-09-10 04:18:49.944--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREATURE_DETAILS") [junit] [EL Finest]: 2022-09-10 04:18:49.944--ServerSession(1177377518)--Connection(1291367132)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.944--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.944--ServerSession(1177377518)--Connection(1887699190)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREATURE_DETAILS [junit] [EL Fine]: 2022-09-10 04:18:49.944--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.945--ServerSession(1177377518)--Connection(1291367132)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.945--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CREATURE_DETAILS' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CREATURE_DETAILS [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CREATURE_DETAILS") [junit] [EL Finest]: 2022-09-10 04:18:49.945--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_MYTHICALCREATURE") [junit] [EL Finest]: 2022-09-10 04:18:49.945--ServerSession(1177377518)--Connection(1108889615)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.945--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.945--ServerSession(1177377518)--Connection(1275028674)--Thread(Thread[main,5,main])--DROP TABLE TMP_MYTHICALCREATURE [junit] [EL Fine]: 2022-09-10 04:18:49.946--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.946--ServerSession(1177377518)--Connection(1108889615)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.946--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_MYTHICALCREATURE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_MYTHICALCREATURE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_MYTHICALCREATURE") [junit] [EL Finest]: 2022-09-10 04:18:49.946--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_WEAPON") [junit] [EL Finest]: 2022-09-10 04:18:49.946--ServerSession(1177377518)--Connection(204805934)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.946--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.947--ServerSession(1177377518)--Connection(204322447)--Thread(Thread[main,5,main])--DROP TABLE TMP_WEAPON [junit] [EL Fine]: 2022-09-10 04:18:49.947--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.947--ServerSession(1177377518)--Connection(204805934)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.947--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_WEAPON' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_WEAPON [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_WEAPON") [junit] [EL Finest]: 2022-09-10 04:18:49.948--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE") [junit] [EL Finest]: 2022-09-10 04:18:49.948--ServerSession(1177377518)--Connection(1164365897)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.948--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.948--ServerSession(1177377518)--Connection(1640899500)--Thread(Thread[main,5,main])--DROP TABLE TMP_CASC_NODE [junit] [EL Fine]: 2022-09-10 04:18:49.948--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.949--ServerSession(1177377518)--Connection(1164365897)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.949--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CASC_NODE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CASC_NODE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE") [junit] [EL Finest]: 2022-09-10 04:18:49.949--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE_DESC") [junit] [EL Finest]: 2022-09-10 04:18:49.949--ServerSession(1177377518)--Connection(473666452)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.949--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.949--ServerSession(1177377518)--Connection(1865219266)--Thread(Thread[main,5,main])--DROP TABLE TMP_CASC_NODE_DESC [junit] [EL Fine]: 2022-09-10 04:18:49.95--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.95--ServerSession(1177377518)--Connection(473666452)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.95--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CASC_NODE_DESC' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CASC_NODE_DESC [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE_DESC") [junit] [EL Finest]: 2022-09-10 04:18:49.95--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_NODE") [junit] [EL Finest]: 2022-09-10 04:18:49.95--ServerSession(1177377518)--Connection(1278002745)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.95--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.951--ServerSession(1177377518)--Connection(214649627)--Thread(Thread[main,5,main])--DROP TABLE TMP_NODE [junit] [EL Fine]: 2022-09-10 04:18:49.951--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.951--ServerSession(1177377518)--Connection(1278002745)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.951--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_NODE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_NODE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_NODE") [junit] [EL Finest]: 2022-09-10 04:18:49.952--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_NASTY") [junit] [EL Finest]: 2022-09-10 04:18:49.952--ServerSession(1177377518)--Connection(15477956)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.952--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.952--ServerSession(1177377518)--Connection(710623214)--Thread(Thread[main,5,main])--DROP TABLE TMP_NASTY [junit] [EL Fine]: 2022-09-10 04:18:49.952--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.953--ServerSession(1177377518)--Connection(15477956)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.953--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_NASTY' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_NASTY [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_NASTY") [junit] [EL Finest]: 2022-09-10 04:18:49.953--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TIMESTAMP") [junit] [EL Finest]: 2022-09-10 04:18:49.953--ServerSession(1177377518)--Connection(859690270)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.953--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.953--ServerSession(1177377518)--Connection(1389774257)--Thread(Thread[main,5,main])--DROP TABLE TMP_TIMESTAMP [junit] [EL Fine]: 2022-09-10 04:18:49.954--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.954--ServerSession(1177377518)--Connection(859690270)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.954--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_TIMESTAMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_TIMESTAMP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_TIMESTAMP") [junit] [EL Finest]: 2022-09-10 04:18:49.954--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:18:49.954--ServerSession(1177377518)--Connection(751021317)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.954--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.954--ServerSession(1177377518)--Connection(1896552614)--Thread(Thread[main,5,main])--DROP TABLE TMP_BASIC_TYPES_FA [junit] [EL Fine]: 2022-09-10 04:18:49.955--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.955--ServerSession(1177377518)--Connection(751021317)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.955--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_BASIC_TYPES_FA' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_BASIC_TYPES_FA [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:18:49.955--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_PA") [junit] [EL Finest]: 2022-09-10 04:18:49.955--ServerSession(1177377518)--Connection(1033856359)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.955--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.955--ServerSession(1177377518)--Connection(201677908)--Thread(Thread[main,5,main])--DROP TABLE TMP_BASIC_TYPES_PA [junit] [EL Fine]: 2022-09-10 04:18:49.956--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.956--ServerSession(1177377518)--Connection(1033856359)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.956--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_BASIC_TYPES_PA' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_BASIC_TYPES_PA [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_PA") [junit] [EL Finest]: 2022-09-10 04:18:49.956--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TEMPORAL_FA") [junit] [EL Finest]: 2022-09-10 04:18:49.956--ServerSession(1177377518)--Connection(904253669)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.956--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.957--ServerSession(1177377518)--Connection(1930903395)--Thread(Thread[main,5,main])--DROP TABLE TMP_TEMPORAL_FA [junit] [EL Fine]: 2022-09-10 04:18:49.957--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.957--ServerSession(1177377518)--Connection(904253669)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.957--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_TEMPORAL_FA' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_TEMPORAL_FA [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_TEMPORAL_FA") [junit] [EL Finest]: 2022-09-10 04:18:49.957--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ANIMAL") [junit] [EL Finest]: 2022-09-10 04:18:49.957--ServerSession(1177377518)--Connection(1700721442)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.958--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.958--ServerSession(1177377518)--Connection(2116511124)--Thread(Thread[main,5,main])--DROP TABLE TMP_ANIMAL [junit] [EL Fine]: 2022-09-10 04:18:49.958--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.958--ServerSession(1177377518)--Connection(1700721442)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.959--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_ANIMAL' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_ANIMAL [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_ANIMAL") [junit] [EL Finest]: 2022-09-10 04:18:49.959--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ELEMENT") [junit] [EL Finest]: 2022-09-10 04:18:49.959--ServerSession(1177377518)--Connection(1348916831)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.959--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.959--ServerSession(1177377518)--Connection(1110698130)--Thread(Thread[main,5,main])--DROP TABLE TMP_ELEMENT [junit] [EL Fine]: 2022-09-10 04:18:49.959--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.96--ServerSession(1177377518)--Connection(1348916831)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.96--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_ELEMENT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_ELEMENT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_ELEMENT") [junit] [EL Finest]: 2022-09-10 04:18:49.96--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PLANT") [junit] [EL Finest]: 2022-09-10 04:18:49.96--ServerSession(1177377518)--Connection(1053632127)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.96--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.96--ServerSession(1177377518)--Connection(1493158871)--Thread(Thread[main,5,main])--DROP TABLE TMP_PLANT [junit] [EL Fine]: 2022-09-10 04:18:49.961--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.961--ServerSession(1177377518)--Connection(1053632127)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.961--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_PLANT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_PLANT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_PLANT") [junit] [EL Finest]: 2022-09-10 04:18:49.961--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_BICYCLE") [junit] [EL Finest]: 2022-09-10 04:18:49.961--ServerSession(1177377518)--Connection(1806880779)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.961--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.962--ServerSession(1177377518)--Connection(1016856028)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_BICYCLE [junit] [EL Fine]: 2022-09-10 04:18:49.962--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.962--ServerSession(1177377518)--Connection(1806880779)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.962--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_EMP_BICYCLE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_EMP_BICYCLE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_EMP_BICYCLE") [junit] [EL Finest]: 2022-09-10 04:18:49.962--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COURSE_EMP") [junit] [EL Finest]: 2022-09-10 04:18:49.963--ServerSession(1177377518)--Connection(832292933)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.963--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.963--ServerSession(1177377518)--Connection(1280603381)--Thread(Thread[main,5,main])--DROP TABLE TMP_COURSE_EMP [junit] [EL Fine]: 2022-09-10 04:18:49.963--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.964--ServerSession(1177377518)--Connection(832292933)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.964--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_COURSE_EMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_COURSE_EMP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_COURSE_EMP") [junit] [EL Finest]: 2022-09-10 04:18:49.964--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_CREDIT") [junit] [EL Finest]: 2022-09-10 04:18:49.964--ServerSession(1177377518)--Connection(1424108509)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.964--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.964--ServerSession(1177377518)--Connection(1003755748)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_CREDIT [junit] [EL Fine]: 2022-09-10 04:18:49.964--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.965--ServerSession(1177377518)--Connection(1424108509)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.965--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_EMP_CREDIT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_EMP_CREDIT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_EMP_CREDIT") [junit] [EL Finest]: 2022-09-10 04:18:49.965--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_HOBBY") [junit] [EL Finest]: 2022-09-10 04:18:49.965--ServerSession(1177377518)--Connection(1805164661)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.965--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.965--ServerSession(1177377518)--Connection(778162712)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_HOBBY [junit] [EL Fine]: 2022-09-10 04:18:49.966--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.966--ServerSession(1177377518)--Connection(1805164661)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.966--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_EMP_HOBBY' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_EMP_HOBBY [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_EMP_HOBBY") [junit] [EL Finest]: 2022-09-10 04:18:49.966--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_PATENT") [junit] [EL Finest]: 2022-09-10 04:18:49.966--ServerSession(1177377518)--Connection(548482954)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.966--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.967--ServerSession(1177377518)--Connection(243575009)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_PATENT [junit] [EL Fine]: 2022-09-10 04:18:49.967--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.967--ServerSession(1177377518)--Connection(548482954)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.967--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_EMP_PATENT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_EMP_PATENT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_EMP_PATENT") [junit] [EL Finest]: 2022-09-10 04:18:49.968--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_PROJECT") [junit] [EL Finest]: 2022-09-10 04:18:49.968--ServerSession(1177377518)--Connection(1420196421)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.968--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.968--ServerSession(1177377518)--Connection(2101527076)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_PROJECT [junit] [EL Fine]: 2022-09-10 04:18:49.968--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.969--ServerSession(1177377518)--Connection(1420196421)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.969--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_EMP_PROJECT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_EMP_PROJECT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_EMP_PROJECT") [junit] [EL Finest]: 2022-09-10 04:18:49.969--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_REVIEW") [junit] [EL Finest]: 2022-09-10 04:18:49.969--ServerSession(1177377518)--Connection(1378497201)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.969--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.969--ServerSession(1177377518)--Connection(892931811)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_REVIEW [junit] [EL Fine]: 2022-09-10 04:18:49.97--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.97--ServerSession(1177377518)--Connection(1378497201)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.97--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_EMP_REVIEW' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_EMP_REVIEW [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_EMP_REVIEW") [junit] [EL Finest]: 2022-09-10 04:18:49.97--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_OFFICE_CUBICLE") [junit] [EL Finest]: 2022-09-10 04:18:49.97--ServerSession(1177377518)--Connection(1574873161)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.97--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.971--ServerSession(1177377518)--Connection(1591916281)--Thread(Thread[main,5,main])--DROP TABLE TMP_OFFICE_CUBICLE [junit] [EL Fine]: 2022-09-10 04:18:49.971--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.971--ServerSession(1177377518)--Connection(1574873161)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.971--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_OFFICE_CUBICLE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_OFFICE_CUBICLE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_OFFICE_CUBICLE") [junit] [EL Finest]: 2022-09-10 04:18:49.971--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_VEHICLE_PROFILE") [junit] [EL Finest]: 2022-09-10 04:18:49.972--ServerSession(1177377518)--Connection(1884231057)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.972--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.972--ServerSession(1177377518)--Connection(1492875057)--Thread(Thread[main,5,main])--DROP TABLE TMP_VEHICLE_PROFILE [junit] [EL Fine]: 2022-09-10 04:18:49.972--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.972--ServerSession(1177377518)--Connection(1884231057)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.973--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_VEHICLE_PROFILE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_VEHICLE_PROFILE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_VEHICLE_PROFILE") [junit] [EL Finest]: 2022-09-10 04:18:49.973--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE_CUBICLE") [junit] [EL Finest]: 2022-09-10 04:18:49.973--ServerSession(1177377518)--Connection(1068945248)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.973--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.973--ServerSession(1177377518)--Connection(937277082)--Thread(Thread[main,5,main])--DROP TABLE TMP_UCOFFICE_CUBICLE [junit] [EL Fine]: 2022-09-10 04:18:49.973--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.974--ServerSession(1177377518)--Connection(1068945248)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.974--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_UCOFFICE_CUBICLE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_UCOFFICE_CUBICLE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE_CUBICLE") [junit] [EL Finest]: 2022-09-10 04:18:49.974--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_COP") [junit] [EL Finest]: 2022-09-10 04:18:49.974--ServerSession(1177377518)--Connection(234740890)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.974--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.974--ServerSession(1177377518)--Connection(79290250)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY_TMP_COP [junit] [EL Fine]: 2022-09-10 04:18:49.974--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.975--ServerSession(1177377518)--Connection(234740890)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.975--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CITY_TMP_COP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CITY_TMP_COP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_COP") [junit] [EL Finest]: 2022-09-10 04:18:49.975--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_CRIMINAL") [junit] [EL Finest]: 2022-09-10 04:18:49.975--ServerSession(1177377518)--Connection(179294202)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.975--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.975--ServerSession(1177377518)--Connection(1767230265)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY_TMP_CRIMINAL [junit] [EL Fine]: 2022-09-10 04:18:49.976--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.976--ServerSession(1177377518)--Connection(179294202)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.976--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CITY_TMP_CRIMINAL' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CITY_TMP_CRIMINAL [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_CRIMINAL") [junit] [EL Finest]: 2022-09-10 04:18:49.976--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_CRIMINAL") [junit] [EL Finest]: 2022-09-10 04:18:49.976--ServerSession(1177377518)--Connection(727666004)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.976--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.977--ServerSession(1177377518)--Connection(1601935322)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP_TMP_CRIMINAL [junit] [EL Fine]: 2022-09-10 04:18:49.977--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.977--ServerSession(1177377518)--Connection(727666004)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.977--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_COP_TMP_CRIMINAL' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_COP_TMP_CRIMINAL [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_CRIMINAL") [junit] [EL Finest]: 2022-09-10 04:18:49.977--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_INFORMER") [junit] [EL Finest]: 2022-09-10 04:18:49.977--ServerSession(1177377518)--Connection(1803093683)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.978--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.978--ServerSession(1177377518)--Connection(975033189)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP_TMP_INFORMER [junit] [EL Fine]: 2022-09-10 04:18:49.978--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.978--ServerSession(1177377518)--Connection(1803093683)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.979--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_COP_TMP_INFORMER' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_COP_TMP_INFORMER [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_INFORMER") [junit] [EL Finest]: 2022-09-10 04:18:49.979--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_INFORMER_TMP_COP") [junit] [EL Finest]: 2022-09-10 04:18:49.979--ServerSession(1177377518)--Connection(628064884)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.979--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.979--ServerSession(1177377518)--Connection(109069556)--Thread(Thread[main,5,main])--DROP TABLE TMP_INFORMER_TMP_COP [junit] [EL Fine]: 2022-09-10 04:18:49.979--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.98--ServerSession(1177377518)--Connection(628064884)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.98--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_INFORMER_TMP_COP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_INFORMER_TMP_COP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_INFORMER_TMP_COP") [junit] [EL Finest]: 2022-09-10 04:18:49.98--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL") [junit] [EL Finest]: 2022-09-10 04:18:49.98--ServerSession(1177377518)--Connection(828326869)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.98--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.98--ServerSession(1177377518)--Connection(1761217448)--Thread(Thread[main,5,main])--DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL [junit] [EL Fine]: 2022-09-10 04:18:49.98--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.981--ServerSession(1177377518)--Connection(828326869)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.981--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CRIMINAL_TMP_CRIMINAL' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL") [junit] [EL Finest]: 2022-09-10 04:18:49.981--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CAVE_CREATURE") [junit] [EL Finest]: 2022-09-10 04:18:49.981--ServerSession(1177377518)--Connection(788905599)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.981--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.981--ServerSession(1177377518)--Connection(1678709153)--Thread(Thread[main,5,main])--DROP TABLE TMP_CAVE_CREATURE [junit] [EL Fine]: 2022-09-10 04:18:49.982--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.982--ServerSession(1177377518)--Connection(788905599)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.982--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CAVE_CREATURE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CAVE_CREATURE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CAVE_CREATURE") [junit] [EL Finest]: 2022-09-10 04:18:49.982--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COMPONENT") [junit] [EL Finest]: 2022-09-10 04:18:49.982--ServerSession(1177377518)--Connection(2059592603)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.982--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.982--ServerSession(1177377518)--Connection(2016828666)--Thread(Thread[main,5,main])--DROP TABLE TMP_COMPONENT [junit] [EL Fine]: 2022-09-10 04:18:49.983--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.983--ServerSession(1177377518)--Connection(2059592603)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.983--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_COMPONENT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_COMPONENT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_COMPONENT") [junit] [EL Finest]: 2022-09-10 04:18:49.983--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_METRIC") [junit] [EL Finest]: 2022-09-10 04:18:49.983--ServerSession(1177377518)--Connection(1064154107)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.983--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.984--ServerSession(1177377518)--Connection(1390301622)--Thread(Thread[main,5,main])--DROP TABLE TMP_METRIC [junit] [EL Fine]: 2022-09-10 04:18:49.984--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.984--ServerSession(1177377518)--Connection(1064154107)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.984--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_METRIC' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_METRIC [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_METRIC") [junit] [EL Finest]: 2022-09-10 04:18:49.984--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ABSTR_EMP") [junit] [EL Finest]: 2022-09-10 04:18:49.984--ServerSession(1177377518)--Connection(973936431)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.984--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.985--ServerSession(1177377518)--Connection(1756207614)--Thread(Thread[main,5,main])--DROP TABLE TMP_ABSTR_EMP [junit] [EL Fine]: 2022-09-10 04:18:49.985--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.985--ServerSession(1177377518)--Connection(973936431)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.985--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_ABSTR_EMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_ABSTR_EMP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_ABSTR_EMP") [junit] [EL Finest]: 2022-09-10 04:18:49.985--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CONTRACT_EMP") [junit] [EL Finest]: 2022-09-10 04:18:49.986--ServerSession(1177377518)--Connection(2015301874)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.986--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.986--ServerSession(1177377518)--Connection(712627377)--Thread(Thread[main,5,main])--DROP TABLE TMP_CONTRACT_EMP [junit] [EL Fine]: 2022-09-10 04:18:49.986--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.986--ServerSession(1177377518)--Connection(2015301874)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.986--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CONTRACT_EMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CONTRACT_EMP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CONTRACT_EMP") [junit] [EL Finest]: 2022-09-10 04:18:49.987--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ACCOUNT") [junit] [EL Finest]: 2022-09-10 04:18:49.987--ServerSession(1177377518)--Connection(399373008)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.987--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.987--ServerSession(1177377518)--Connection(391506011)--Thread(Thread[main,5,main])--DROP TABLE TMP_ACCOUNT [junit] [EL Fine]: 2022-09-10 04:18:49.987--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.987--ServerSession(1177377518)--Connection(399373008)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.987--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_ACCOUNT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_ACCOUNT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_ACCOUNT") [junit] [EL Finest]: 2022-09-10 04:18:49.988--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_VEHICLE") [junit] [EL Finest]: 2022-09-10 04:18:49.988--ServerSession(1177377518)--Connection(594651850)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.988--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.988--ServerSession(1177377518)--Connection(1532139270)--Thread(Thread[main,5,main])--DROP TABLE TMP_VEHICLE [junit] [EL Fine]: 2022-09-10 04:18:49.988--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.988--ServerSession(1177377518)--Connection(594651850)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.989--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_VEHICLE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_VEHICLE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_VEHICLE") [junit] [EL Finest]: 2022-09-10 04:18:49.989--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BROKER_ACC") [junit] [EL Finest]: 2022-09-10 04:18:49.989--ServerSession(1177377518)--Connection(2069500590)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:49.989--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:49.989--ServerSession(1177377518)--Connection(1431556341)--Thread(Thread[main,5,main])--DROP TABLE TMP_BROKER_ACC [junit] [EL Fine]: 2022-09-10 04:18:49.989--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:49.99--ServerSession(1177377518)--Connection(2069500590)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:49.99--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_BROKER_ACC' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_BROKER_ACC [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_BROKER_ACC") [junit] [EL Finest]: 2022-09-10 04:18:50.025--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CHECK_ACC") [junit] [EL Finest]: 2022-09-10 04:18:50.025--ServerSession(1177377518)--Connection(350069300)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.025--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.025--ServerSession(1177377518)--Connection(1060703587)--Thread(Thread[main,5,main])--DROP TABLE TMP_CHECK_ACC [junit] [EL Fine]: 2022-09-10 04:18:50.026--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.026--ServerSession(1177377518)--Connection(350069300)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.026--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CHECK_ACC' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CHECK_ACC [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CHECK_ACC") [junit] [EL Finest]: 2022-09-10 04:18:50.026--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COSTCENTER") [junit] [EL Finest]: 2022-09-10 04:18:50.026--ServerSession(1177377518)--Connection(1514214932)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.026--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.027--ServerSession(1177377518)--Connection(594858858)--Thread(Thread[main,5,main])--DROP TABLE TMP_COSTCENTER [junit] [EL Fine]: 2022-09-10 04:18:50.027--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.028--ServerSession(1177377518)--Connection(1514214932)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.028--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_COSTCENTER' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_COSTCENTER [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_COSTCENTER") [junit] [EL Finest]: 2022-09-10 04:18:50.028--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COURSE") [junit] [EL Finest]: 2022-09-10 04:18:50.028--ServerSession(1177377518)--Connection(352776719)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.028--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.028--ServerSession(1177377518)--Connection(1202042637)--Thread(Thread[main,5,main])--DROP TABLE TMP_COURSE [junit] [EL Fine]: 2022-09-10 04:18:50.029--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.029--ServerSession(1177377518)--Connection(352776719)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.029--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_COURSE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_COURSE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_COURSE") [junit] [EL Finest]: 2022-09-10 04:18:50.029--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREDIT_ACC") [junit] [EL Finest]: 2022-09-10 04:18:50.029--ServerSession(1177377518)--Connection(440736059)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.029--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.029--ServerSession(1177377518)--Connection(955324150)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREDIT_ACC [junit] [EL Fine]: 2022-09-10 04:18:50.03--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.03--ServerSession(1177377518)--Connection(440736059)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.03--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CREDIT_ACC' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CREDIT_ACC [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CREDIT_ACC") [junit] [EL Finest]: 2022-09-10 04:18:50.03--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CUBICLE") [junit] [EL Finest]: 2022-09-10 04:18:50.03--ServerSession(1177377518)--Connection(1852661033)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.03--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.031--ServerSession(1177377518)--Connection(1548946718)--Thread(Thread[main,5,main])--DROP TABLE TMP_CUBICLE [junit] [EL Fine]: 2022-09-10 04:18:50.031--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.031--ServerSession(1177377518)--Connection(1852661033)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.031--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CUBICLE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CUBICLE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CUBICLE") [junit] [EL Finest]: 2022-09-10 04:18:50.032--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_DEP") [junit] [EL Finest]: 2022-09-10 04:18:50.032--ServerSession(1177377518)--Connection(140404585)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.032--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.032--ServerSession(1177377518)--Connection(207546206)--Thread(Thread[main,5,main])--DROP TABLE TMP_DEP [junit] [EL Fine]: 2022-09-10 04:18:50.032--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.033--ServerSession(1177377518)--Connection(140404585)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.033--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_DEP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_DEP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_DEP") [junit] [EL Finest]: 2022-09-10 04:18:50.033--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP") [junit] [EL Finest]: 2022-09-10 04:18:50.033--ServerSession(1177377518)--Connection(200404000)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.033--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.033--ServerSession(1177377518)--Connection(1894758168)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP [junit] [EL Fine]: 2022-09-10 04:18:50.034--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.034--ServerSession(1177377518)--Connection(200404000)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.034--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_EMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_EMP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_EMP") [junit] [EL Finest]: 2022-09-10 04:18:50.034--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_HOBBY") [junit] [EL Finest]: 2022-09-10 04:18:50.034--ServerSession(1177377518)--Connection(1242688388)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.034--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.034--ServerSession(1177377518)--Connection(1317375498)--Thread(Thread[main,5,main])--DROP TABLE TMP_HOBBY [junit] [EL Fine]: 2022-09-10 04:18:50.035--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.035--ServerSession(1177377518)--Connection(1242688388)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.035--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_HOBBY' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_HOBBY [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_HOBBY") [junit] [EL Finest]: 2022-09-10 04:18:50.035--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_MATERIAL") [junit] [EL Finest]: 2022-09-10 04:18:50.035--ServerSession(1177377518)--Connection(1316005672)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.035--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.036--ServerSession(1177377518)--Connection(192428201)--Thread(Thread[main,5,main])--DROP TABLE TMP_MATERIAL [junit] [EL Fine]: 2022-09-10 04:18:50.036--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.036--ServerSession(1177377518)--Connection(1316005672)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.036--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_MATERIAL' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_MATERIAL [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_MATERIAL") [junit] [EL Finest]: 2022-09-10 04:18:50.037--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_OFFICE") [junit] [EL Finest]: 2022-09-10 04:18:50.037--ServerSession(1177377518)--Connection(1463022229)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.037--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.037--ServerSession(1177377518)--Connection(472991420)--Thread(Thread[main,5,main])--DROP TABLE TMP_OFFICE [junit] [EL Fine]: 2022-09-10 04:18:50.037--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.038--ServerSession(1177377518)--Connection(1463022229)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.038--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_OFFICE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_OFFICE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_OFFICE") [junit] [EL Finest]: 2022-09-10 04:18:50.038--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PATENT") [junit] [EL Finest]: 2022-09-10 04:18:50.038--ServerSession(1177377518)--Connection(1202220987)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.038--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.038--ServerSession(1177377518)--Connection(256346753)--Thread(Thread[main,5,main])--DROP TABLE TMP_PATENT [junit] [EL Fine]: 2022-09-10 04:18:50.039--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.039--ServerSession(1177377518)--Connection(1202220987)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.039--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_PATENT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_PATENT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_PATENT") [junit] [EL Finest]: 2022-09-10 04:18:50.039--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_REVIEW") [junit] [EL Finest]: 2022-09-10 04:18:50.039--ServerSession(1177377518)--Connection(2075568954)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.039--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.039--ServerSession(1177377518)--Connection(2145896000)--Thread(Thread[main,5,main])--DROP TABLE TMP_REVIEW [junit] [EL Fine]: 2022-09-10 04:18:50.04--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.04--ServerSession(1177377518)--Connection(2075568954)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.04--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_REVIEW' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_REVIEW [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_REVIEW") [junit] [EL Finest]: 2022-09-10 04:18:50.04--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_REVIEW_DETAILS") [junit] [EL Finest]: 2022-09-10 04:18:50.04--ServerSession(1177377518)--Connection(2095677157)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.04--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.041--ServerSession(1177377518)--Connection(852026681)--Thread(Thread[main,5,main])--DROP TABLE TMP_REVIEW_DETAILS [junit] [EL Fine]: 2022-09-10 04:18:50.041--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.041--ServerSession(1177377518)--Connection(2095677157)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.041--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_REVIEW_DETAILS' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_REVIEW_DETAILS [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_REVIEW_DETAILS") [junit] [EL Finest]: 2022-09-10 04:18:50.041--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROJECT") [junit] [EL Finest]: 2022-09-10 04:18:50.042--ServerSession(1177377518)--Connection(94919826)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.042--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.042--ServerSession(1177377518)--Connection(847320212)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROJECT [junit] [EL Fine]: 2022-09-10 04:18:50.042--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.043--ServerSession(1177377518)--Connection(94919826)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.043--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_PROJECT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_PROJECT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_PROJECT") [junit] [EL Finest]: 2022-09-10 04:18:50.043--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROJECT_DETAILS") [junit] [EL Finest]: 2022-09-10 04:18:50.043--ServerSession(1177377518)--Connection(1406848276)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.043--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.043--ServerSession(1177377518)--Connection(349259569)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROJECT_DETAILS [junit] [EL Fine]: 2022-09-10 04:18:50.043--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.044--ServerSession(1177377518)--Connection(1406848276)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.044--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_PROJECT_DETAILS' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_PROJECT_DETAILS [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_PROJECT_DETAILS") [junit] [EL Finest]: 2022-09-10 04:18:50.044--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_SAVE_ACC") [junit] [EL Finest]: 2022-09-10 04:18:50.044--ServerSession(1177377518)--Connection(1204088028)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.044--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.044--ServerSession(1177377518)--Connection(1123236701)--Thread(Thread[main,5,main])--DROP TABLE TMP_SAVE_ACC [junit] [EL Fine]: 2022-09-10 04:18:50.045--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.045--ServerSession(1177377518)--Connection(1204088028)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.045--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_SAVE_ACC' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_SAVE_ACC [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_SAVE_ACC") [junit] [EL Finest]: 2022-09-10 04:18:50.045--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TASK") [junit] [EL Finest]: 2022-09-10 04:18:50.045--ServerSession(1177377518)--Connection(79161706)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.045--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.045--ServerSession(1177377518)--Connection(1685407532)--Thread(Thread[main,5,main])--DROP TABLE TMP_TASK [junit] [EL Fine]: 2022-09-10 04:18:50.046--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.046--ServerSession(1177377518)--Connection(79161706)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.046--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_TASK' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_TASK [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_TASK") [junit] [EL Finest]: 2022-09-10 04:18:50.046--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TRAILER") [junit] [EL Finest]: 2022-09-10 04:18:50.046--ServerSession(1177377518)--Connection(1272051933)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.046--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.047--ServerSession(1177377518)--Connection(1888924788)--Thread(Thread[main,5,main])--DROP TABLE TMP_TRAILER [junit] [EL Fine]: 2022-09-10 04:18:50.047--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.047--ServerSession(1177377518)--Connection(1272051933)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.047--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_TRAILER' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_TRAILER [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_TRAILER") [junit] [EL Finest]: 2022-09-10 04:18:50.048--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROFILE") [junit] [EL Finest]: 2022-09-10 04:18:50.048--ServerSession(1177377518)--Connection(1016633682)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.048--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.048--ServerSession(1177377518)--Connection(2018220300)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROFILE [junit] [EL Fine]: 2022-09-10 04:18:50.048--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.049--ServerSession(1177377518)--Connection(1016633682)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.049--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_PROFILE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_PROFILE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_PROFILE") [junit] [EL Finest]: 2022-09-10 04:18:50.049--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE") [junit] [EL Finest]: 2022-09-10 04:18:50.049--ServerSession(1177377518)--Connection(633079302)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.049--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.049--ServerSession(1177377518)--Connection(1561745898)--Thread(Thread[main,5,main])--DROP TABLE TMP_UCOFFICE [junit] [EL Fine]: 2022-09-10 04:18:50.05--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.05--ServerSession(1177377518)--Connection(633079302)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.05--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_UCOFFICE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_UCOFFICE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE") [junit] [EL Finest]: 2022-09-10 04:18:50.05--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_READONLY") [junit] [EL Finest]: 2022-09-10 04:18:50.05--ServerSession(1177377518)--Connection(424786033)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.05--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.05--ServerSession(1177377518)--Connection(1545077099)--Thread(Thread[main,5,main])--DROP TABLE TMP_READONLY [junit] [EL Fine]: 2022-09-10 04:18:50.051--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.051--ServerSession(1177377518)--Connection(424786033)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.051--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_READONLY' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_READONLY [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_READONLY") [junit] [EL Finest]: 2022-09-10 04:18:50.051--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_FA") [junit] [EL Finest]: 2022-09-10 04:18:50.051--ServerSession(1177377518)--Connection(1135278099)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.051--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.052--ServerSession(1177377518)--Connection(1470911015)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMBEDD_FA [junit] [EL Fine]: 2022-09-10 04:18:50.052--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.052--ServerSession(1177377518)--Connection(1135278099)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.053--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_EMBEDD_FA' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_EMBEDD_FA [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_FA") [junit] [EL Finest]: 2022-09-10 04:18:50.053--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_PA") [junit] [EL Finest]: 2022-09-10 04:18:50.053--ServerSession(1177377518)--Connection(244872973)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.053--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.053--ServerSession(1177377518)--Connection(451312813)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMBEDD_PA [junit] [EL Fine]: 2022-09-10 04:18:50.053--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.054--ServerSession(1177377518)--Connection(244872973)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.054--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_EMBEDD_PA' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_EMBEDD_PA [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_PA") [junit] [EL Finest]: 2022-09-10 04:18:50.054--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE BYTE_ITEM") [junit] [EL Finest]: 2022-09-10 04:18:50.054--ServerSession(1177377518)--Connection(2081000371)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.054--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.054--ServerSession(1177377518)--Connection(837073696)--Thread(Thread[main,5,main])--DROP TABLE BYTE_ITEM [junit] [EL Fine]: 2022-09-10 04:18:50.055--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.055--ServerSession(1177377518)--Connection(2081000371)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.055--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.BYTE_ITEM' [junit] Error Code: 1051 [junit] Call: DROP TABLE BYTE_ITEM [junit] Query: DataModifyQuery(sql="DROP TABLE BYTE_ITEM") [junit] [EL Finest]: 2022-09-10 04:18:50.055--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE BYTE_ITEM_ATT") [junit] [EL Finest]: 2022-09-10 04:18:50.055--ServerSession(1177377518)--Connection(1178290888)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.055--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.055--ServerSession(1177377518)--Connection(1985938863)--Thread(Thread[main,5,main])--DROP TABLE BYTE_ITEM_ATT [junit] [EL Fine]: 2022-09-10 04:18:50.056--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.056--ServerSession(1177377518)--Connection(1178290888)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.056--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.BYTE_ITEM_ATT' [junit] Error Code: 1051 [junit] Call: DROP TABLE BYTE_ITEM_ATT [junit] Query: DataModifyQuery(sql="DROP TABLE BYTE_ITEM_ATT") [junit] [EL Finest]: 2022-09-10 04:18:50.056--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ISLAND") [junit] [EL Finest]: 2022-09-10 04:18:50.056--ServerSession(1177377518)--Connection(251664534)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.056--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.057--ServerSession(1177377518)--Connection(334593716)--Thread(Thread[main,5,main])--DROP TABLE TMP_ISLAND [junit] [EL Fine]: 2022-09-10 04:18:50.057--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.057--ServerSession(1177377518)--Connection(251664534)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.057--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_ISLAND' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_ISLAND [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_ISLAND") [junit] [EL Finest]: 2022-09-10 04:18:50.057--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY") [junit] [EL Finest]: 2022-09-10 04:18:50.058--ServerSession(1177377518)--Connection(1271041075)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.058--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.058--ServerSession(1177377518)--Connection(1141500277)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY [junit] [EL Fine]: 2022-09-10 04:18:50.058--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.059--ServerSession(1177377518)--Connection(1271041075)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.059--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CITY' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CITY [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CITY") [junit] [EL Finest]: 2022-09-10 04:18:50.059--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP") [junit] [EL Finest]: 2022-09-10 04:18:50.059--ServerSession(1177377518)--Connection(712410791)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.059--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.059--ServerSession(1177377518)--Connection(1971991758)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP [junit] [EL Fine]: 2022-09-10 04:18:50.059--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.06--ServerSession(1177377518)--Connection(712410791)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.06--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_COP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_COP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_COP") [junit] [EL Finest]: 2022-09-10 04:18:50.06--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PERSON") [junit] [EL Finest]: 2022-09-10 04:18:50.06--ServerSession(1177377518)--Connection(201274566)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.06--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.06--ServerSession(1177377518)--Connection(354605216)--Thread(Thread[main,5,main])--DROP TABLE TMP_PERSON [junit] [EL Fine]: 2022-09-10 04:18:50.061--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.061--ServerSession(1177377518)--Connection(201274566)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.061--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_PERSON' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_PERSON [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_PERSON") [junit] [EL Finest]: 2022-09-10 04:18:50.061--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_INFORMER") [junit] [EL Finest]: 2022-09-10 04:18:50.061--ServerSession(1177377518)--Connection(1447353473)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.061--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.062--ServerSession(1177377518)--Connection(611289995)--Thread(Thread[main,5,main])--DROP TABLE TMP_INFORMER [junit] [EL Fine]: 2022-09-10 04:18:50.062--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.063--ServerSession(1177377518)--Connection(1447353473)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.063--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_INFORMER' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_INFORMER [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_INFORMER") [junit] [EL Finest]: 2022-09-10 04:18:50.063--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL") [junit] [EL Finest]: 2022-09-10 04:18:50.063--ServerSession(1177377518)--Connection(1129433283)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.063--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.063--ServerSession(1177377518)--Connection(864138492)--Thread(Thread[main,5,main])--DROP TABLE TMP_CRIMINAL [junit] [EL Fine]: 2022-09-10 04:18:50.064--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.064--ServerSession(1177377518)--Connection(1129433283)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.064--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CRIMINAL' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CRIMINAL [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL") [junit] [EL Finest]: 2022-09-10 04:18:50.064--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CAVE") [junit] [EL Finest]: 2022-09-10 04:18:50.064--ServerSession(1177377518)--Connection(295180183)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.064--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.065--ServerSession(1177377518)--Connection(1547883191)--Thread(Thread[main,5,main])--DROP TABLE TMP_CAVE [junit] [EL Fine]: 2022-09-10 04:18:50.065--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.066--ServerSession(1177377518)--Connection(295180183)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.066--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CAVE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CAVE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CAVE") [junit] [EL Finest]: 2022-09-10 04:18:50.066--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREATURE") [junit] [EL Finest]: 2022-09-10 04:18:50.066--ServerSession(1177377518)--Connection(1528769018)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.066--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.066--ServerSession(1177377518)--Connection(183155105)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREATURE [junit] [EL Fine]: 2022-09-10 04:18:50.066--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.067--ServerSession(1177377518)--Connection(1528769018)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.067--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CREATURE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CREATURE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CREATURE") [junit] [EL Finest]: 2022-09-10 04:18:50.067--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREATURE_DETAILS") [junit] [EL Finest]: 2022-09-10 04:18:50.067--ServerSession(1177377518)--Connection(2001115307)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.067--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.067--ServerSession(1177377518)--Connection(1429483328)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREATURE_DETAILS [junit] [EL Fine]: 2022-09-10 04:18:50.068--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.068--ServerSession(1177377518)--Connection(2001115307)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.068--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CREATURE_DETAILS' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CREATURE_DETAILS [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CREATURE_DETAILS") [junit] [EL Finest]: 2022-09-10 04:18:50.068--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_MYTHICALCREATURE") [junit] [EL Finest]: 2022-09-10 04:18:50.068--ServerSession(1177377518)--Connection(1927963027)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.068--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.069--ServerSession(1177377518)--Connection(833240229)--Thread(Thread[main,5,main])--DROP TABLE TMP_MYTHICALCREATURE [junit] [EL Fine]: 2022-09-10 04:18:50.069--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.069--ServerSession(1177377518)--Connection(1927963027)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.069--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_MYTHICALCREATURE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_MYTHICALCREATURE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_MYTHICALCREATURE") [junit] [EL Finest]: 2022-09-10 04:18:50.07--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_WEAPON") [junit] [EL Finest]: 2022-09-10 04:18:50.07--ServerSession(1177377518)--Connection(707531688)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.07--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.07--ServerSession(1177377518)--Connection(191568263)--Thread(Thread[main,5,main])--DROP TABLE TMP_WEAPON [junit] [EL Fine]: 2022-09-10 04:18:50.07--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.071--ServerSession(1177377518)--Connection(707531688)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.071--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_WEAPON' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_WEAPON [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_WEAPON") [junit] [EL Finest]: 2022-09-10 04:18:50.071--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE") [junit] [EL Finest]: 2022-09-10 04:18:50.071--ServerSession(1177377518)--Connection(751608431)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.071--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.071--ServerSession(1177377518)--Connection(1723290893)--Thread(Thread[main,5,main])--DROP TABLE TMP_CASC_NODE [junit] [EL Fine]: 2022-09-10 04:18:50.072--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.072--ServerSession(1177377518)--Connection(751608431)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.072--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CASC_NODE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CASC_NODE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE") [junit] [EL Finest]: 2022-09-10 04:18:50.072--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE_DESC") [junit] [EL Finest]: 2022-09-10 04:18:50.072--ServerSession(1177377518)--Connection(2085886997)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.072--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.072--ServerSession(1177377518)--Connection(893523498)--Thread(Thread[main,5,main])--DROP TABLE TMP_CASC_NODE_DESC [junit] [EL Fine]: 2022-09-10 04:18:50.073--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.073--ServerSession(1177377518)--Connection(2085886997)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.073--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CASC_NODE_DESC' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CASC_NODE_DESC [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE_DESC") [junit] [EL Finest]: 2022-09-10 04:18:50.073--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_NODE") [junit] [EL Finest]: 2022-09-10 04:18:50.073--ServerSession(1177377518)--Connection(1108517064)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.073--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.074--ServerSession(1177377518)--Connection(511354923)--Thread(Thread[main,5,main])--DROP TABLE TMP_NODE [junit] [EL Fine]: 2022-09-10 04:18:50.074--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.074--ServerSession(1177377518)--Connection(1108517064)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.074--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_NODE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_NODE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_NODE") [junit] [EL Finest]: 2022-09-10 04:18:50.074--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_NASTY") [junit] [EL Finest]: 2022-09-10 04:18:50.074--ServerSession(1177377518)--Connection(1540894701)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.075--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.075--ServerSession(1177377518)--Connection(203149502)--Thread(Thread[main,5,main])--DROP TABLE TMP_NASTY [junit] [EL Fine]: 2022-09-10 04:18:50.075--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.075--ServerSession(1177377518)--Connection(1540894701)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.075--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_NASTY' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_NASTY [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_NASTY") [junit] [EL Finest]: 2022-09-10 04:18:50.076--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TIMESTAMP") [junit] [EL Finest]: 2022-09-10 04:18:50.076--ServerSession(1177377518)--Connection(476579021)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.076--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.076--ServerSession(1177377518)--Connection(106297322)--Thread(Thread[main,5,main])--DROP TABLE TMP_TIMESTAMP [junit] [EL Fine]: 2022-09-10 04:18:50.076--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.077--ServerSession(1177377518)--Connection(476579021)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.077--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_TIMESTAMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_TIMESTAMP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_TIMESTAMP") [junit] [EL Finest]: 2022-09-10 04:18:50.077--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:18:50.077--ServerSession(1177377518)--Connection(1262110193)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.077--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.077--ServerSession(1177377518)--Connection(396918327)--Thread(Thread[main,5,main])--DROP TABLE TMP_BASIC_TYPES_FA [junit] [EL Fine]: 2022-09-10 04:18:50.077--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.078--ServerSession(1177377518)--Connection(1262110193)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.078--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_BASIC_TYPES_FA' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_BASIC_TYPES_FA [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:18:50.078--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_PA") [junit] [EL Finest]: 2022-09-10 04:18:50.078--ServerSession(1177377518)--Connection(547441493)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.078--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.078--ServerSession(1177377518)--Connection(967677821)--Thread(Thread[main,5,main])--DROP TABLE TMP_BASIC_TYPES_PA [junit] [EL Fine]: 2022-09-10 04:18:50.079--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.079--ServerSession(1177377518)--Connection(547441493)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.079--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_BASIC_TYPES_PA' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_BASIC_TYPES_PA [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_PA") [junit] [EL Finest]: 2022-09-10 04:18:50.079--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TEMPORAL_FA") [junit] [EL Finest]: 2022-09-10 04:18:50.079--ServerSession(1177377518)--Connection(169880779)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.08--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.08--ServerSession(1177377518)--Connection(552674617)--Thread(Thread[main,5,main])--DROP TABLE TMP_TEMPORAL_FA [junit] [EL Fine]: 2022-09-10 04:18:50.08--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.081--ServerSession(1177377518)--Connection(169880779)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.081--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_TEMPORAL_FA' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_TEMPORAL_FA [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_TEMPORAL_FA") [junit] [EL Finest]: 2022-09-10 04:18:50.081--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ANIMAL") [junit] [EL Finest]: 2022-09-10 04:18:50.081--ServerSession(1177377518)--Connection(402808045)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.081--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.081--ServerSession(1177377518)--Connection(332365138)--Thread(Thread[main,5,main])--DROP TABLE TMP_ANIMAL [junit] [EL Fine]: 2022-09-10 04:18:50.082--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.082--ServerSession(1177377518)--Connection(402808045)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.082--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_ANIMAL' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_ANIMAL [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_ANIMAL") [junit] [EL Finest]: 2022-09-10 04:18:50.082--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ELEMENT") [junit] [EL Finest]: 2022-09-10 04:18:50.082--ServerSession(1177377518)--Connection(1563053805)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.082--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.083--ServerSession(1177377518)--Connection(1464177809)--Thread(Thread[main,5,main])--DROP TABLE TMP_ELEMENT [junit] [EL Fine]: 2022-09-10 04:18:50.083--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.083--ServerSession(1177377518)--Connection(1563053805)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.083--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_ELEMENT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_ELEMENT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_ELEMENT") [junit] [EL Finest]: 2022-09-10 04:18:50.083--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PLANT") [junit] [EL Finest]: 2022-09-10 04:18:50.083--ServerSession(1177377518)--Connection(2007599722)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.083--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.084--ServerSession(1177377518)--Connection(2029780820)--Thread(Thread[main,5,main])--DROP TABLE TMP_PLANT [junit] [EL Fine]: 2022-09-10 04:18:50.084--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.084--ServerSession(1177377518)--Connection(2007599722)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.084--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_PLANT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_PLANT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_PLANT") [junit] [EL Finest]: 2022-09-10 04:18:50.085--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_BICYCLE") [junit] [EL Finest]: 2022-09-10 04:18:50.085--ServerSession(1177377518)--Connection(2116179210)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.085--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.085--ServerSession(1177377518)--Connection(1172535934)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_BICYCLE [junit] [EL Fine]: 2022-09-10 04:18:50.085--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.086--ServerSession(1177377518)--Connection(2116179210)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.086--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_EMP_BICYCLE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_EMP_BICYCLE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_EMP_BICYCLE") [junit] [EL Finest]: 2022-09-10 04:18:50.086--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COURSE_EMP") [junit] [EL Finest]: 2022-09-10 04:18:50.086--ServerSession(1177377518)--Connection(1765900922)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.086--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.086--ServerSession(1177377518)--Connection(94830685)--Thread(Thread[main,5,main])--DROP TABLE TMP_COURSE_EMP [junit] [EL Fine]: 2022-09-10 04:18:50.086--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.087--ServerSession(1177377518)--Connection(1765900922)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.087--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_COURSE_EMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_COURSE_EMP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_COURSE_EMP") [junit] [EL Finest]: 2022-09-10 04:18:50.087--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_CREDIT") [junit] [EL Finest]: 2022-09-10 04:18:50.087--ServerSession(1177377518)--Connection(270661321)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.087--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.087--ServerSession(1177377518)--Connection(1964434661)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_CREDIT [junit] [EL Fine]: 2022-09-10 04:18:50.087--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.088--ServerSession(1177377518)--Connection(270661321)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.088--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_EMP_CREDIT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_EMP_CREDIT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_EMP_CREDIT") [junit] [EL Finest]: 2022-09-10 04:18:50.088--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_HOBBY") [junit] [EL Finest]: 2022-09-10 04:18:50.088--ServerSession(1177377518)--Connection(1585571244)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.088--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.088--ServerSession(1177377518)--Connection(1099552523)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_HOBBY [junit] [EL Fine]: 2022-09-10 04:18:50.089--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.089--ServerSession(1177377518)--Connection(1585571244)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.089--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_EMP_HOBBY' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_EMP_HOBBY [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_EMP_HOBBY") [junit] [EL Finest]: 2022-09-10 04:18:50.089--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_PATENT") [junit] [EL Finest]: 2022-09-10 04:18:50.089--ServerSession(1177377518)--Connection(1047934137)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.089--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.09--ServerSession(1177377518)--Connection(1862994526)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_PATENT [junit] [EL Fine]: 2022-09-10 04:18:50.09--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.09--ServerSession(1177377518)--Connection(1047934137)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.09--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_EMP_PATENT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_EMP_PATENT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_EMP_PATENT") [junit] [EL Finest]: 2022-09-10 04:18:50.09--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_PROJECT") [junit] [EL Finest]: 2022-09-10 04:18:50.09--ServerSession(1177377518)--Connection(839771540)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.09--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.091--ServerSession(1177377518)--Connection(1037163664)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_PROJECT [junit] [EL Fine]: 2022-09-10 04:18:50.091--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.091--ServerSession(1177377518)--Connection(839771540)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.091--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_EMP_PROJECT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_EMP_PROJECT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_EMP_PROJECT") [junit] [EL Finest]: 2022-09-10 04:18:50.091--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_REVIEW") [junit] [EL Finest]: 2022-09-10 04:18:50.092--ServerSession(1177377518)--Connection(1200546947)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.092--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.092--ServerSession(1177377518)--Connection(443713699)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_REVIEW [junit] [EL Fine]: 2022-09-10 04:18:50.092--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.093--ServerSession(1177377518)--Connection(1200546947)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.093--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_EMP_REVIEW' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_EMP_REVIEW [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_EMP_REVIEW") [junit] [EL Finest]: 2022-09-10 04:18:50.093--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_OFFICE_CUBICLE") [junit] [EL Finest]: 2022-09-10 04:18:50.093--ServerSession(1177377518)--Connection(1493042329)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.093--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.093--ServerSession(1177377518)--Connection(1751403001)--Thread(Thread[main,5,main])--DROP TABLE TMP_OFFICE_CUBICLE [junit] [EL Fine]: 2022-09-10 04:18:50.093--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.094--ServerSession(1177377518)--Connection(1493042329)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.094--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_OFFICE_CUBICLE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_OFFICE_CUBICLE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_OFFICE_CUBICLE") [junit] [EL Finest]: 2022-09-10 04:18:50.094--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_VEHICLE_PROFILE") [junit] [EL Finest]: 2022-09-10 04:18:50.094--ServerSession(1177377518)--Connection(1756819670)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.094--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.094--ServerSession(1177377518)--Connection(1078262677)--Thread(Thread[main,5,main])--DROP TABLE TMP_VEHICLE_PROFILE [junit] [EL Fine]: 2022-09-10 04:18:50.095--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.095--ServerSession(1177377518)--Connection(1756819670)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.095--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_VEHICLE_PROFILE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_VEHICLE_PROFILE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_VEHICLE_PROFILE") [junit] [EL Finest]: 2022-09-10 04:18:50.095--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE_CUBICLE") [junit] [EL Finest]: 2022-09-10 04:18:50.095--ServerSession(1177377518)--Connection(57624756)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.095--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.095--ServerSession(1177377518)--Connection(1543518287)--Thread(Thread[main,5,main])--DROP TABLE TMP_UCOFFICE_CUBICLE [junit] [EL Fine]: 2022-09-10 04:18:50.096--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.096--ServerSession(1177377518)--Connection(57624756)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.096--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_UCOFFICE_CUBICLE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_UCOFFICE_CUBICLE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE_CUBICLE") [junit] [EL Finest]: 2022-09-10 04:18:50.096--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_COP") [junit] [EL Finest]: 2022-09-10 04:18:50.096--ServerSession(1177377518)--Connection(464872674)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.096--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.097--ServerSession(1177377518)--Connection(1659286984)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY_TMP_COP [junit] [EL Fine]: 2022-09-10 04:18:50.097--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.097--ServerSession(1177377518)--Connection(464872674)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.097--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CITY_TMP_COP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CITY_TMP_COP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_COP") [junit] [EL Finest]: 2022-09-10 04:18:50.097--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_CRIMINAL") [junit] [EL Finest]: 2022-09-10 04:18:50.097--ServerSession(1177377518)--Connection(2072130509)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.097--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.098--ServerSession(1177377518)--Connection(1260440107)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY_TMP_CRIMINAL [junit] [EL Fine]: 2022-09-10 04:18:50.098--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.098--ServerSession(1177377518)--Connection(2072130509)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.099--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CITY_TMP_CRIMINAL' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CITY_TMP_CRIMINAL [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_CRIMINAL") [junit] [EL Finest]: 2022-09-10 04:18:50.099--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_CRIMINAL") [junit] [EL Finest]: 2022-09-10 04:18:50.099--ServerSession(1177377518)--Connection(1793899405)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.099--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.099--ServerSession(1177377518)--Connection(1765702)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP_TMP_CRIMINAL [junit] [EL Fine]: 2022-09-10 04:18:50.099--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.1--ServerSession(1177377518)--Connection(1793899405)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.1--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_COP_TMP_CRIMINAL' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_COP_TMP_CRIMINAL [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_CRIMINAL") [junit] [EL Finest]: 2022-09-10 04:18:50.1--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_INFORMER") [junit] [EL Finest]: 2022-09-10 04:18:50.1--ServerSession(1177377518)--Connection(713898436)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.1--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.1--ServerSession(1177377518)--Connection(632475595)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP_TMP_INFORMER [junit] [EL Fine]: 2022-09-10 04:18:50.101--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.101--ServerSession(1177377518)--Connection(713898436)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.101--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_COP_TMP_INFORMER' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_COP_TMP_INFORMER [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_INFORMER") [junit] [EL Finest]: 2022-09-10 04:18:50.141--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_INFORMER_TMP_COP") [junit] [EL Finest]: 2022-09-10 04:18:50.142--ServerSession(1177377518)--Connection(263833514)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.142--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.142--ServerSession(1177377518)--Connection(1278839936)--Thread(Thread[main,5,main])--DROP TABLE TMP_INFORMER_TMP_COP [junit] [EL Fine]: 2022-09-10 04:18:50.143--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.143--ServerSession(1177377518)--Connection(263833514)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.143--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_INFORMER_TMP_COP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_INFORMER_TMP_COP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_INFORMER_TMP_COP") [junit] [EL Finest]: 2022-09-10 04:18:50.143--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL") [junit] [EL Finest]: 2022-09-10 04:18:50.143--ServerSession(1177377518)--Connection(565881091)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.143--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.144--ServerSession(1177377518)--Connection(1618984457)--Thread(Thread[main,5,main])--DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL [junit] [EL Fine]: 2022-09-10 04:18:50.144--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.145--ServerSession(1177377518)--Connection(565881091)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.145--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CRIMINAL_TMP_CRIMINAL' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL") [junit] [EL Finest]: 2022-09-10 04:18:50.145--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CAVE_CREATURE") [junit] [EL Finest]: 2022-09-10 04:18:50.145--ServerSession(1177377518)--Connection(702500163)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.145--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.145--ServerSession(1177377518)--Connection(1574509514)--Thread(Thread[main,5,main])--DROP TABLE TMP_CAVE_CREATURE [junit] [EL Fine]: 2022-09-10 04:18:50.146--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.146--ServerSession(1177377518)--Connection(702500163)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.146--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CAVE_CREATURE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CAVE_CREATURE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CAVE_CREATURE") [junit] [EL Finest]: 2022-09-10 04:18:50.147--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COMPONENT") [junit] [EL Finest]: 2022-09-10 04:18:50.147--ServerSession(1177377518)--Connection(864221358)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.147--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.147--ServerSession(1177377518)--Connection(1617174216)--Thread(Thread[main,5,main])--DROP TABLE TMP_COMPONENT [junit] [EL Fine]: 2022-09-10 04:18:50.148--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.148--ServerSession(1177377518)--Connection(864221358)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.148--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_COMPONENT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_COMPONENT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_COMPONENT") [junit] [EL Finest]: 2022-09-10 04:18:50.148--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_METRIC") [junit] [EL Finest]: 2022-09-10 04:18:50.148--ServerSession(1177377518)--Connection(1860886124)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.148--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.149--ServerSession(1177377518)--Connection(1250499735)--Thread(Thread[main,5,main])--DROP TABLE TMP_METRIC [junit] [EL Fine]: 2022-09-10 04:18:50.149--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.15--ServerSession(1177377518)--Connection(1860886124)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.15--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_METRIC' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_METRIC [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_METRIC") [junit] [EL Finest]: 2022-09-10 04:18:50.15--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ABSTR_EMP") [junit] [EL Finest]: 2022-09-10 04:18:50.15--ServerSession(1177377518)--Connection(1293462056)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.15--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.15--ServerSession(1177377518)--Connection(1966670937)--Thread(Thread[main,5,main])--DROP TABLE TMP_ABSTR_EMP [junit] [EL Fine]: 2022-09-10 04:18:50.151--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.151--ServerSession(1177377518)--Connection(1293462056)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.151--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_ABSTR_EMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_ABSTR_EMP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_ABSTR_EMP") [junit] [EL Finest]: 2022-09-10 04:18:50.151--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CONTRACT_EMP") [junit] [EL Finest]: 2022-09-10 04:18:50.152--ServerSession(1177377518)--Connection(588449070)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.152--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.152--ServerSession(1177377518)--Connection(735228558)--Thread(Thread[main,5,main])--DROP TABLE TMP_CONTRACT_EMP [junit] [EL Fine]: 2022-09-10 04:18:50.152--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.153--ServerSession(1177377518)--Connection(588449070)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.153--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CONTRACT_EMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CONTRACT_EMP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CONTRACT_EMP") [junit] [EL Finest]: 2022-09-10 04:18:50.153--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ACCOUNT") [junit] [EL Finest]: 2022-09-10 04:18:50.153--ServerSession(1177377518)--Connection(1476235721)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.153--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.153--ServerSession(1177377518)--Connection(1828508781)--Thread(Thread[main,5,main])--DROP TABLE TMP_ACCOUNT [junit] [EL Fine]: 2022-09-10 04:18:50.154--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.154--ServerSession(1177377518)--Connection(1476235721)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.154--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_ACCOUNT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_ACCOUNT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_ACCOUNT") [junit] [EL Finest]: 2022-09-10 04:18:50.155--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_VEHICLE") [junit] [EL Finest]: 2022-09-10 04:18:50.155--ServerSession(1177377518)--Connection(1732663543)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.155--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.155--ServerSession(1177377518)--Connection(1552870927)--Thread(Thread[main,5,main])--DROP TABLE TMP_VEHICLE [junit] [EL Fine]: 2022-09-10 04:18:50.155--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.156--ServerSession(1177377518)--Connection(1732663543)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.156--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_VEHICLE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_VEHICLE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_VEHICLE") [junit] [EL Finest]: 2022-09-10 04:18:50.156--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BROKER_ACC") [junit] [EL Finest]: 2022-09-10 04:18:50.156--ServerSession(1177377518)--Connection(641882263)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.156--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.157--ServerSession(1177377518)--Connection(1930837320)--Thread(Thread[main,5,main])--DROP TABLE TMP_BROKER_ACC [junit] [EL Fine]: 2022-09-10 04:18:50.157--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.157--ServerSession(1177377518)--Connection(641882263)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.157--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_BROKER_ACC' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_BROKER_ACC [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_BROKER_ACC") [junit] [EL Finest]: 2022-09-10 04:18:50.158--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CHECK_ACC") [junit] [EL Finest]: 2022-09-10 04:18:50.158--ServerSession(1177377518)--Connection(1453606810)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.158--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.158--ServerSession(1177377518)--Connection(1645624121)--Thread(Thread[main,5,main])--DROP TABLE TMP_CHECK_ACC [junit] [EL Fine]: 2022-09-10 04:18:50.158--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.159--ServerSession(1177377518)--Connection(1453606810)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.159--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CHECK_ACC' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CHECK_ACC [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CHECK_ACC") [junit] [EL Finest]: 2022-09-10 04:18:50.159--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COSTCENTER") [junit] [EL Finest]: 2022-09-10 04:18:50.159--ServerSession(1177377518)--Connection(1660223291)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.159--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.16--ServerSession(1177377518)--Connection(379124840)--Thread(Thread[main,5,main])--DROP TABLE TMP_COSTCENTER [junit] [EL Fine]: 2022-09-10 04:18:50.16--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.16--ServerSession(1177377518)--Connection(1660223291)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.16--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_COSTCENTER' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_COSTCENTER [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_COSTCENTER") [junit] [EL Finest]: 2022-09-10 04:18:50.16--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COURSE") [junit] [EL Finest]: 2022-09-10 04:18:50.161--ServerSession(1177377518)--Connection(544966217)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.161--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.161--ServerSession(1177377518)--Connection(1706272858)--Thread(Thread[main,5,main])--DROP TABLE TMP_COURSE [junit] [EL Fine]: 2022-09-10 04:18:50.161--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.162--ServerSession(1177377518)--Connection(544966217)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.162--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_COURSE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_COURSE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_COURSE") [junit] [EL Finest]: 2022-09-10 04:18:50.162--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREDIT_ACC") [junit] [EL Finest]: 2022-09-10 04:18:50.162--ServerSession(1177377518)--Connection(1475192960)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.162--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.162--ServerSession(1177377518)--Connection(727197178)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREDIT_ACC [junit] [EL Fine]: 2022-09-10 04:18:50.163--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.163--ServerSession(1177377518)--Connection(1475192960)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.163--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CREDIT_ACC' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CREDIT_ACC [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CREDIT_ACC") [junit] [EL Finest]: 2022-09-10 04:18:50.163--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CUBICLE") [junit] [EL Finest]: 2022-09-10 04:18:50.163--ServerSession(1177377518)--Connection(749604930)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.163--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.164--ServerSession(1177377518)--Connection(373097727)--Thread(Thread[main,5,main])--DROP TABLE TMP_CUBICLE [junit] [EL Fine]: 2022-09-10 04:18:50.164--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.164--ServerSession(1177377518)--Connection(749604930)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.164--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CUBICLE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CUBICLE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CUBICLE") [junit] [EL Finest]: 2022-09-10 04:18:50.165--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_DEP") [junit] [EL Finest]: 2022-09-10 04:18:50.165--ServerSession(1177377518)--Connection(576894497)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.165--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.165--ServerSession(1177377518)--Connection(2123533871)--Thread(Thread[main,5,main])--DROP TABLE TMP_DEP [junit] [EL Fine]: 2022-09-10 04:18:50.165--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.166--ServerSession(1177377518)--Connection(576894497)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.166--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_DEP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_DEP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_DEP") [junit] [EL Finest]: 2022-09-10 04:18:50.166--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP") [junit] [EL Finest]: 2022-09-10 04:18:50.166--ServerSession(1177377518)--Connection(2022689531)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.166--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.166--ServerSession(1177377518)--Connection(1340848245)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP [junit] [EL Fine]: 2022-09-10 04:18:50.167--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.167--ServerSession(1177377518)--Connection(2022689531)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.167--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_EMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_EMP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_EMP") [junit] [EL Finest]: 2022-09-10 04:18:50.167--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_HOBBY") [junit] [EL Finest]: 2022-09-10 04:18:50.168--ServerSession(1177377518)--Connection(379121284)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.168--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.168--ServerSession(1177377518)--Connection(281421502)--Thread(Thread[main,5,main])--DROP TABLE TMP_HOBBY [junit] [EL Fine]: 2022-09-10 04:18:50.168--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.169--ServerSession(1177377518)--Connection(379121284)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.169--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_HOBBY' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_HOBBY [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_HOBBY") [junit] [EL Finest]: 2022-09-10 04:18:50.169--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_MATERIAL") [junit] [EL Finest]: 2022-09-10 04:18:50.169--ServerSession(1177377518)--Connection(848097505)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.169--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.169--ServerSession(1177377518)--Connection(1672598778)--Thread(Thread[main,5,main])--DROP TABLE TMP_MATERIAL [junit] [EL Fine]: 2022-09-10 04:18:50.17--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.17--ServerSession(1177377518)--Connection(848097505)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.17--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_MATERIAL' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_MATERIAL [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_MATERIAL") [junit] [EL Finest]: 2022-09-10 04:18:50.17--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_OFFICE") [junit] [EL Finest]: 2022-09-10 04:18:50.17--ServerSession(1177377518)--Connection(538667887)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.17--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.171--ServerSession(1177377518)--Connection(1967496309)--Thread(Thread[main,5,main])--DROP TABLE TMP_OFFICE [junit] [EL Fine]: 2022-09-10 04:18:50.171--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.171--ServerSession(1177377518)--Connection(538667887)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.171--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_OFFICE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_OFFICE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_OFFICE") [junit] [EL Finest]: 2022-09-10 04:18:50.172--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PATENT") [junit] [EL Finest]: 2022-09-10 04:18:50.172--ServerSession(1177377518)--Connection(1173340685)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.172--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.172--ServerSession(1177377518)--Connection(1045731788)--Thread(Thread[main,5,main])--DROP TABLE TMP_PATENT [junit] [EL Fine]: 2022-09-10 04:18:50.172--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.173--ServerSession(1177377518)--Connection(1173340685)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.173--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_PATENT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_PATENT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_PATENT") [junit] [EL Finest]: 2022-09-10 04:18:50.173--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_REVIEW") [junit] [EL Finest]: 2022-09-10 04:18:50.173--ServerSession(1177377518)--Connection(192456457)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.173--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.173--ServerSession(1177377518)--Connection(817689537)--Thread(Thread[main,5,main])--DROP TABLE TMP_REVIEW [junit] [EL Fine]: 2022-09-10 04:18:50.174--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.174--ServerSession(1177377518)--Connection(192456457)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.174--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_REVIEW' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_REVIEW [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_REVIEW") [junit] [EL Finest]: 2022-09-10 04:18:50.174--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_REVIEW_DETAILS") [junit] [EL Finest]: 2022-09-10 04:18:50.174--ServerSession(1177377518)--Connection(365625031)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.174--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.175--ServerSession(1177377518)--Connection(1531200408)--Thread(Thread[main,5,main])--DROP TABLE TMP_REVIEW_DETAILS [junit] [EL Fine]: 2022-09-10 04:18:50.175--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.175--ServerSession(1177377518)--Connection(365625031)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.176--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_REVIEW_DETAILS' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_REVIEW_DETAILS [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_REVIEW_DETAILS") [junit] [EL Finest]: 2022-09-10 04:18:50.176--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROJECT") [junit] [EL Finest]: 2022-09-10 04:18:50.176--ServerSession(1177377518)--Connection(1123321137)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.176--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.176--ServerSession(1177377518)--Connection(685934)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROJECT [junit] [EL Fine]: 2022-09-10 04:18:50.176--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.177--ServerSession(1177377518)--Connection(1123321137)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.177--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_PROJECT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_PROJECT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_PROJECT") [junit] [EL Finest]: 2022-09-10 04:18:50.177--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROJECT_DETAILS") [junit] [EL Finest]: 2022-09-10 04:18:50.177--ServerSession(1177377518)--Connection(2031377754)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.177--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.177--ServerSession(1177377518)--Connection(523211332)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROJECT_DETAILS [junit] [EL Fine]: 2022-09-10 04:18:50.178--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.178--ServerSession(1177377518)--Connection(2031377754)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.178--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_PROJECT_DETAILS' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_PROJECT_DETAILS [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_PROJECT_DETAILS") [junit] [EL Finest]: 2022-09-10 04:18:50.178--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_SAVE_ACC") [junit] [EL Finest]: 2022-09-10 04:18:50.179--ServerSession(1177377518)--Connection(1747053097)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.179--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.179--ServerSession(1177377518)--Connection(864326906)--Thread(Thread[main,5,main])--DROP TABLE TMP_SAVE_ACC [junit] [EL Fine]: 2022-09-10 04:18:50.179--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.18--ServerSession(1177377518)--Connection(1747053097)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.18--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_SAVE_ACC' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_SAVE_ACC [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_SAVE_ACC") [junit] [EL Finest]: 2022-09-10 04:18:50.18--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TASK") [junit] [EL Finest]: 2022-09-10 04:18:50.18--ServerSession(1177377518)--Connection(1972143064)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.18--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.18--ServerSession(1177377518)--Connection(312168418)--Thread(Thread[main,5,main])--DROP TABLE TMP_TASK [junit] [EL Fine]: 2022-09-10 04:18:50.181--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.181--ServerSession(1177377518)--Connection(1972143064)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.181--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_TASK' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_TASK [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_TASK") [junit] [EL Finest]: 2022-09-10 04:18:50.181--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TRAILER") [junit] [EL Finest]: 2022-09-10 04:18:50.181--ServerSession(1177377518)--Connection(26928827)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.181--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.182--ServerSession(1177377518)--Connection(278476563)--Thread(Thread[main,5,main])--DROP TABLE TMP_TRAILER [junit] [EL Fine]: 2022-09-10 04:18:50.182--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.182--ServerSession(1177377518)--Connection(26928827)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.182--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_TRAILER' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_TRAILER [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_TRAILER") [junit] [EL Finest]: 2022-09-10 04:18:50.182--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROFILE") [junit] [EL Finest]: 2022-09-10 04:18:50.183--ServerSession(1177377518)--Connection(615954678)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.183--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.183--ServerSession(1177377518)--Connection(1926180325)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROFILE [junit] [EL Fine]: 2022-09-10 04:18:50.183--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.184--ServerSession(1177377518)--Connection(615954678)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.184--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_PROFILE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_PROFILE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_PROFILE") [junit] [EL Finest]: 2022-09-10 04:18:50.184--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE") [junit] [EL Finest]: 2022-09-10 04:18:50.184--ServerSession(1177377518)--Connection(1594039997)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.184--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.184--ServerSession(1177377518)--Connection(1323531427)--Thread(Thread[main,5,main])--DROP TABLE TMP_UCOFFICE [junit] [EL Fine]: 2022-09-10 04:18:50.184--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.185--ServerSession(1177377518)--Connection(1594039997)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.185--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_UCOFFICE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_UCOFFICE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE") [junit] [EL Finest]: 2022-09-10 04:18:50.185--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_READONLY") [junit] [EL Finest]: 2022-09-10 04:18:50.185--ServerSession(1177377518)--Connection(1400973979)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.185--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.185--ServerSession(1177377518)--Connection(347091104)--Thread(Thread[main,5,main])--DROP TABLE TMP_READONLY [junit] [EL Fine]: 2022-09-10 04:18:50.185--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.186--ServerSession(1177377518)--Connection(1400973979)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.186--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_READONLY' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_READONLY [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_READONLY") [junit] [EL Finest]: 2022-09-10 04:18:50.186--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_FA") [junit] [EL Finest]: 2022-09-10 04:18:50.186--ServerSession(1177377518)--Connection(1110195322)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.186--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.187--ServerSession(1177377518)--Connection(404947798)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMBEDD_FA [junit] [EL Fine]: 2022-09-10 04:18:50.187--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.188--ServerSession(1177377518)--Connection(1110195322)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.188--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_EMBEDD_FA' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_EMBEDD_FA [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_FA") [junit] [EL Finest]: 2022-09-10 04:18:50.188--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_PA") [junit] [EL Finest]: 2022-09-10 04:18:50.188--ServerSession(1177377518)--Connection(1455204443)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.188--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.19--ServerSession(1177377518)--Connection(1976602906)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMBEDD_PA [junit] [EL Fine]: 2022-09-10 04:18:50.19--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.191--ServerSession(1177377518)--Connection(1455204443)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.191--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_EMBEDD_PA' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_EMBEDD_PA [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_PA") [junit] [EL Finest]: 2022-09-10 04:18:50.191--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE BYTE_ITEM") [junit] [EL Finest]: 2022-09-10 04:18:50.191--ServerSession(1177377518)--Connection(1624351535)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.191--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.191--ServerSession(1177377518)--Connection(1394356510)--Thread(Thread[main,5,main])--DROP TABLE BYTE_ITEM [junit] [EL Fine]: 2022-09-10 04:18:50.192--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.192--ServerSession(1177377518)--Connection(1624351535)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.192--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.BYTE_ITEM' [junit] Error Code: 1051 [junit] Call: DROP TABLE BYTE_ITEM [junit] Query: DataModifyQuery(sql="DROP TABLE BYTE_ITEM") [junit] [EL Finest]: 2022-09-10 04:18:50.192--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE BYTE_ITEM_ATT") [junit] [EL Finest]: 2022-09-10 04:18:50.192--ServerSession(1177377518)--Connection(533415944)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.192--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.193--ServerSession(1177377518)--Connection(1919834117)--Thread(Thread[main,5,main])--DROP TABLE BYTE_ITEM_ATT [junit] [EL Fine]: 2022-09-10 04:18:50.193--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.194--ServerSession(1177377518)--Connection(533415944)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.194--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.BYTE_ITEM_ATT' [junit] Error Code: 1051 [junit] Call: DROP TABLE BYTE_ITEM_ATT [junit] Query: DataModifyQuery(sql="DROP TABLE BYTE_ITEM_ATT") [junit] [EL Finest]: 2022-09-10 04:18:50.194--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ISLAND") [junit] [EL Finest]: 2022-09-10 04:18:50.194--ServerSession(1177377518)--Connection(1265053098)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.194--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.194--ServerSession(1177377518)--Connection(246003654)--Thread(Thread[main,5,main])--DROP TABLE TMP_ISLAND [junit] [EL Fine]: 2022-09-10 04:18:50.195--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.195--ServerSession(1177377518)--Connection(1265053098)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.195--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_ISLAND' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_ISLAND [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_ISLAND") [junit] [EL Finest]: 2022-09-10 04:18:50.195--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY") [junit] [EL Finest]: 2022-09-10 04:18:50.195--ServerSession(1177377518)--Connection(248710794)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.195--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.196--ServerSession(1177377518)--Connection(2083217543)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY [junit] [EL Fine]: 2022-09-10 04:18:50.196--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.196--ServerSession(1177377518)--Connection(248710794)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.196--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CITY' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CITY [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CITY") [junit] [EL Finest]: 2022-09-10 04:18:50.197--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP") [junit] [EL Finest]: 2022-09-10 04:18:50.197--ServerSession(1177377518)--Connection(177104018)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.197--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.197--ServerSession(1177377518)--Connection(478139423)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP [junit] [EL Fine]: 2022-09-10 04:18:50.197--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.198--ServerSession(1177377518)--Connection(177104018)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.198--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_COP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_COP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_COP") [junit] [EL Finest]: 2022-09-10 04:18:50.198--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PERSON") [junit] [EL Finest]: 2022-09-10 04:18:50.198--ServerSession(1177377518)--Connection(2066892165)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.198--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.198--ServerSession(1177377518)--Connection(48305285)--Thread(Thread[main,5,main])--DROP TABLE TMP_PERSON [junit] [EL Fine]: 2022-09-10 04:18:50.198--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.199--ServerSession(1177377518)--Connection(2066892165)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.199--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_PERSON' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_PERSON [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_PERSON") [junit] [EL Finest]: 2022-09-10 04:18:50.199--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_INFORMER") [junit] [EL Finest]: 2022-09-10 04:18:50.199--ServerSession(1177377518)--Connection(1714378342)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.199--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.199--ServerSession(1177377518)--Connection(265824587)--Thread(Thread[main,5,main])--DROP TABLE TMP_INFORMER [junit] [EL Fine]: 2022-09-10 04:18:50.2--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.2--ServerSession(1177377518)--Connection(1714378342)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.2--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_INFORMER' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_INFORMER [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_INFORMER") [junit] [EL Finest]: 2022-09-10 04:18:50.2--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL") [junit] [EL Finest]: 2022-09-10 04:18:50.2--ServerSession(1177377518)--Connection(41092582)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.2--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.2--ServerSession(1177377518)--Connection(519303080)--Thread(Thread[main,5,main])--DROP TABLE TMP_CRIMINAL [junit] [EL Fine]: 2022-09-10 04:18:50.201--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.201--ServerSession(1177377518)--Connection(41092582)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.201--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CRIMINAL' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CRIMINAL [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL") [junit] [EL Finest]: 2022-09-10 04:18:50.201--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CAVE") [junit] [EL Finest]: 2022-09-10 04:18:50.201--ServerSession(1177377518)--Connection(1871680329)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.201--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.201--ServerSession(1177377518)--Connection(1976166251)--Thread(Thread[main,5,main])--DROP TABLE TMP_CAVE [junit] [EL Fine]: 2022-09-10 04:18:50.202--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.202--ServerSession(1177377518)--Connection(1871680329)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.202--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CAVE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CAVE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CAVE") [junit] [EL Finest]: 2022-09-10 04:18:50.202--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREATURE") [junit] [EL Finest]: 2022-09-10 04:18:50.202--ServerSession(1177377518)--Connection(1547398254)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.202--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.202--ServerSession(1177377518)--Connection(1337829755)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREATURE [junit] [EL Fine]: 2022-09-10 04:18:50.203--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.203--ServerSession(1177377518)--Connection(1547398254)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.203--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CREATURE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CREATURE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CREATURE") [junit] [EL Finest]: 2022-09-10 04:18:50.203--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREATURE_DETAILS") [junit] [EL Finest]: 2022-09-10 04:18:50.203--ServerSession(1177377518)--Connection(934740803)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.203--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.204--ServerSession(1177377518)--Connection(812143047)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREATURE_DETAILS [junit] [EL Fine]: 2022-09-10 04:18:50.204--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.204--ServerSession(1177377518)--Connection(934740803)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.204--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CREATURE_DETAILS' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CREATURE_DETAILS [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CREATURE_DETAILS") [junit] [EL Finest]: 2022-09-10 04:18:50.204--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_MYTHICALCREATURE") [junit] [EL Finest]: 2022-09-10 04:18:50.204--ServerSession(1177377518)--Connection(1215951090)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.205--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.205--ServerSession(1177377518)--Connection(1205559205)--Thread(Thread[main,5,main])--DROP TABLE TMP_MYTHICALCREATURE [junit] [EL Fine]: 2022-09-10 04:18:50.205--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.205--ServerSession(1177377518)--Connection(1215951090)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.206--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_MYTHICALCREATURE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_MYTHICALCREATURE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_MYTHICALCREATURE") [junit] [EL Finest]: 2022-09-10 04:18:50.206--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_WEAPON") [junit] [EL Finest]: 2022-09-10 04:18:50.206--ServerSession(1177377518)--Connection(1098986569)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.206--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.206--ServerSession(1177377518)--Connection(1182311147)--Thread(Thread[main,5,main])--DROP TABLE TMP_WEAPON [junit] [EL Fine]: 2022-09-10 04:18:50.206--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.207--ServerSession(1177377518)--Connection(1098986569)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.207--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_WEAPON' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_WEAPON [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_WEAPON") [junit] [EL Finest]: 2022-09-10 04:18:50.207--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE") [junit] [EL Finest]: 2022-09-10 04:18:50.207--ServerSession(1177377518)--Connection(276869158)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.207--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.208--ServerSession(1177377518)--Connection(1491860739)--Thread(Thread[main,5,main])--DROP TABLE TMP_CASC_NODE [junit] [EL Fine]: 2022-09-10 04:18:50.208--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.208--ServerSession(1177377518)--Connection(276869158)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.209--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CASC_NODE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CASC_NODE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE") [junit] [EL Finest]: 2022-09-10 04:18:50.209--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE_DESC") [junit] [EL Finest]: 2022-09-10 04:18:50.209--ServerSession(1177377518)--Connection(534753234)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.209--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.209--ServerSession(1177377518)--Connection(172699023)--Thread(Thread[main,5,main])--DROP TABLE TMP_CASC_NODE_DESC [junit] [EL Fine]: 2022-09-10 04:18:50.209--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.21--ServerSession(1177377518)--Connection(534753234)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.21--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CASC_NODE_DESC' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CASC_NODE_DESC [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE_DESC") [junit] [EL Finest]: 2022-09-10 04:18:50.21--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_NODE") [junit] [EL Finest]: 2022-09-10 04:18:50.21--ServerSession(1177377518)--Connection(1831882653)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.21--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.21--ServerSession(1177377518)--Connection(259251414)--Thread(Thread[main,5,main])--DROP TABLE TMP_NODE [junit] [EL Fine]: 2022-09-10 04:18:50.211--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.211--ServerSession(1177377518)--Connection(1831882653)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.211--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_NODE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_NODE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_NODE") [junit] [EL Finest]: 2022-09-10 04:18:50.211--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_NASTY") [junit] [EL Finest]: 2022-09-10 04:18:50.211--ServerSession(1177377518)--Connection(803893384)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.211--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.212--ServerSession(1177377518)--Connection(1078566479)--Thread(Thread[main,5,main])--DROP TABLE TMP_NASTY [junit] [EL Fine]: 2022-09-10 04:18:50.212--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.212--ServerSession(1177377518)--Connection(803893384)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.212--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_NASTY' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_NASTY [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_NASTY") [junit] [EL Finest]: 2022-09-10 04:18:50.212--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TIMESTAMP") [junit] [EL Finest]: 2022-09-10 04:18:50.213--ServerSession(1177377518)--Connection(819245704)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.213--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.213--ServerSession(1177377518)--Connection(1288108586)--Thread(Thread[main,5,main])--DROP TABLE TMP_TIMESTAMP [junit] [EL Fine]: 2022-09-10 04:18:50.213--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.214--ServerSession(1177377518)--Connection(819245704)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.214--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_TIMESTAMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_TIMESTAMP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_TIMESTAMP") [junit] [EL Finest]: 2022-09-10 04:18:50.214--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:18:50.214--ServerSession(1177377518)--Connection(2054757222)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.214--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.214--ServerSession(1177377518)--Connection(1865201235)--Thread(Thread[main,5,main])--DROP TABLE TMP_BASIC_TYPES_FA [junit] [EL Fine]: 2022-09-10 04:18:50.215--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.215--ServerSession(1177377518)--Connection(2054757222)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.215--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_BASIC_TYPES_FA' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_BASIC_TYPES_FA [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:18:50.215--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_PA") [junit] [EL Finest]: 2022-09-10 04:18:50.215--ServerSession(1177377518)--Connection(1493988307)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.215--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.216--ServerSession(1177377518)--Connection(1805443519)--Thread(Thread[main,5,main])--DROP TABLE TMP_BASIC_TYPES_PA [junit] [EL Fine]: 2022-09-10 04:18:50.216--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.216--ServerSession(1177377518)--Connection(1493988307)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.216--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_BASIC_TYPES_PA' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_BASIC_TYPES_PA [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_PA") [junit] [EL Finest]: 2022-09-10 04:18:50.216--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TEMPORAL_FA") [junit] [EL Finest]: 2022-09-10 04:18:50.217--ServerSession(1177377518)--Connection(1978504976)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.217--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.217--ServerSession(1177377518)--Connection(1338368149)--Thread(Thread[main,5,main])--DROP TABLE TMP_TEMPORAL_FA [junit] [EL Fine]: 2022-09-10 04:18:50.217--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.218--ServerSession(1177377518)--Connection(1978504976)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.218--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_TEMPORAL_FA' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_TEMPORAL_FA [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_TEMPORAL_FA") [junit] [EL Finest]: 2022-09-10 04:18:50.218--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ANIMAL") [junit] [EL Finest]: 2022-09-10 04:18:50.218--ServerSession(1177377518)--Connection(1620459733)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.218--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.218--ServerSession(1177377518)--Connection(2044337856)--Thread(Thread[main,5,main])--DROP TABLE TMP_ANIMAL [junit] [EL Fine]: 2022-09-10 04:18:50.219--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.219--ServerSession(1177377518)--Connection(1620459733)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.219--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_ANIMAL' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_ANIMAL [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_ANIMAL") [junit] [EL Finest]: 2022-09-10 04:18:50.252--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ELEMENT") [junit] [EL Finest]: 2022-09-10 04:18:50.252--ServerSession(1177377518)--Connection(422409467)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.252--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.253--ServerSession(1177377518)--Connection(1273958371)--Thread(Thread[main,5,main])--DROP TABLE TMP_ELEMENT [junit] [EL Fine]: 2022-09-10 04:18:50.253--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.254--ServerSession(1177377518)--Connection(422409467)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.254--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_ELEMENT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_ELEMENT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_ELEMENT") [junit] [EL Finest]: 2022-09-10 04:18:50.254--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PLANT") [junit] [EL Finest]: 2022-09-10 04:18:50.254--ServerSession(1177377518)--Connection(664091267)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.254--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.254--ServerSession(1177377518)--Connection(1433208870)--Thread(Thread[main,5,main])--DROP TABLE TMP_PLANT [junit] [EL Fine]: 2022-09-10 04:18:50.255--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.255--ServerSession(1177377518)--Connection(664091267)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.255--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_PLANT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_PLANT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_PLANT") [junit] [EL Finest]: 2022-09-10 04:18:50.255--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_BICYCLE") [junit] [EL Finest]: 2022-09-10 04:18:50.255--ServerSession(1177377518)--Connection(1437988306)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.255--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.255--ServerSession(1177377518)--Connection(1543146693)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_BICYCLE [junit] [EL Fine]: 2022-09-10 04:18:50.256--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.256--ServerSession(1177377518)--Connection(1437988306)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.256--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_EMP_BICYCLE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_EMP_BICYCLE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_EMP_BICYCLE") [junit] [EL Finest]: 2022-09-10 04:18:50.256--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COURSE_EMP") [junit] [EL Finest]: 2022-09-10 04:18:50.256--ServerSession(1177377518)--Connection(1956415355)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.256--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.257--ServerSession(1177377518)--Connection(251520863)--Thread(Thread[main,5,main])--DROP TABLE TMP_COURSE_EMP [junit] [EL Fine]: 2022-09-10 04:18:50.257--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.258--ServerSession(1177377518)--Connection(1956415355)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.258--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_COURSE_EMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_COURSE_EMP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_COURSE_EMP") [junit] [EL Finest]: 2022-09-10 04:18:50.258--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_CREDIT") [junit] [EL Finest]: 2022-09-10 04:18:50.258--ServerSession(1177377518)--Connection(992086987)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.258--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.258--ServerSession(1177377518)--Connection(731243659)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_CREDIT [junit] [EL Fine]: 2022-09-10 04:18:50.259--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.259--ServerSession(1177377518)--Connection(992086987)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.259--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_EMP_CREDIT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_EMP_CREDIT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_EMP_CREDIT") [junit] [EL Finest]: 2022-09-10 04:18:50.259--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_HOBBY") [junit] [EL Finest]: 2022-09-10 04:18:50.259--ServerSession(1177377518)--Connection(1037955032)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.259--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.259--ServerSession(1177377518)--Connection(369805307)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_HOBBY [junit] [EL Fine]: 2022-09-10 04:18:50.26--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.26--ServerSession(1177377518)--Connection(1037955032)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.26--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_EMP_HOBBY' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_EMP_HOBBY [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_EMP_HOBBY") [junit] [EL Finest]: 2022-09-10 04:18:50.26--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_PATENT") [junit] [EL Finest]: 2022-09-10 04:18:50.26--ServerSession(1177377518)--Connection(1100109058)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.26--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.261--ServerSession(1177377518)--Connection(333693383)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_PATENT [junit] [EL Fine]: 2022-09-10 04:18:50.261--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.261--ServerSession(1177377518)--Connection(1100109058)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.261--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_EMP_PATENT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_EMP_PATENT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_EMP_PATENT") [junit] [EL Finest]: 2022-09-10 04:18:50.261--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_PROJECT") [junit] [EL Finest]: 2022-09-10 04:18:50.262--ServerSession(1177377518)--Connection(1057307776)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.262--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.262--ServerSession(1177377518)--Connection(1819038759)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_PROJECT [junit] [EL Fine]: 2022-09-10 04:18:50.262--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.262--ServerSession(1177377518)--Connection(1057307776)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.263--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_EMP_PROJECT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_EMP_PROJECT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_EMP_PROJECT") [junit] [EL Finest]: 2022-09-10 04:18:50.263--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_REVIEW") [junit] [EL Finest]: 2022-09-10 04:18:50.263--ServerSession(1177377518)--Connection(95685867)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.263--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.263--ServerSession(1177377518)--Connection(331596257)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_REVIEW [junit] [EL Fine]: 2022-09-10 04:18:50.263--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.264--ServerSession(1177377518)--Connection(95685867)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.264--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_EMP_REVIEW' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_EMP_REVIEW [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_EMP_REVIEW") [junit] [EL Finest]: 2022-09-10 04:18:50.264--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_OFFICE_CUBICLE") [junit] [EL Finest]: 2022-09-10 04:18:50.264--ServerSession(1177377518)--Connection(509864971)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.264--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.264--ServerSession(1177377518)--Connection(999647352)--Thread(Thread[main,5,main])--DROP TABLE TMP_OFFICE_CUBICLE [junit] [EL Fine]: 2022-09-10 04:18:50.264--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.265--ServerSession(1177377518)--Connection(509864971)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.265--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_OFFICE_CUBICLE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_OFFICE_CUBICLE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_OFFICE_CUBICLE") [junit] [EL Finest]: 2022-09-10 04:18:50.265--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_VEHICLE_PROFILE") [junit] [EL Finest]: 2022-09-10 04:18:50.265--ServerSession(1177377518)--Connection(677120200)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.265--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.265--ServerSession(1177377518)--Connection(694069884)--Thread(Thread[main,5,main])--DROP TABLE TMP_VEHICLE_PROFILE [junit] [EL Fine]: 2022-09-10 04:18:50.266--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.266--ServerSession(1177377518)--Connection(677120200)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.266--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_VEHICLE_PROFILE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_VEHICLE_PROFILE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_VEHICLE_PROFILE") [junit] [EL Finest]: 2022-09-10 04:18:50.266--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE_CUBICLE") [junit] [EL Finest]: 2022-09-10 04:18:50.266--ServerSession(1177377518)--Connection(747158012)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.266--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.266--ServerSession(1177377518)--Connection(1692073709)--Thread(Thread[main,5,main])--DROP TABLE TMP_UCOFFICE_CUBICLE [junit] [EL Fine]: 2022-09-10 04:18:50.267--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.267--ServerSession(1177377518)--Connection(747158012)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.267--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_UCOFFICE_CUBICLE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_UCOFFICE_CUBICLE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE_CUBICLE") [junit] [EL Finest]: 2022-09-10 04:18:50.267--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_COP") [junit] [EL Finest]: 2022-09-10 04:18:50.267--ServerSession(1177377518)--Connection(1197498159)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.267--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.267--ServerSession(1177377518)--Connection(785271142)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY_TMP_COP [junit] [EL Fine]: 2022-09-10 04:18:50.268--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.268--ServerSession(1177377518)--Connection(1197498159)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.268--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CITY_TMP_COP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CITY_TMP_COP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_COP") [junit] [EL Finest]: 2022-09-10 04:18:50.268--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_CRIMINAL") [junit] [EL Finest]: 2022-09-10 04:18:50.268--ServerSession(1177377518)--Connection(2023026843)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.268--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.268--ServerSession(1177377518)--Connection(1028145537)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY_TMP_CRIMINAL [junit] [EL Fine]: 2022-09-10 04:18:50.269--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.269--ServerSession(1177377518)--Connection(2023026843)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.269--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CITY_TMP_CRIMINAL' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CITY_TMP_CRIMINAL [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_CRIMINAL") [junit] [EL Finest]: 2022-09-10 04:18:50.269--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_CRIMINAL") [junit] [EL Finest]: 2022-09-10 04:18:50.269--ServerSession(1177377518)--Connection(2078641942)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.269--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.269--ServerSession(1177377518)--Connection(606775513)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP_TMP_CRIMINAL [junit] [EL Fine]: 2022-09-10 04:18:50.27--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.27--ServerSession(1177377518)--Connection(2078641942)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.27--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_COP_TMP_CRIMINAL' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_COP_TMP_CRIMINAL [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_CRIMINAL") [junit] [EL Finest]: 2022-09-10 04:18:50.27--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_INFORMER") [junit] [EL Finest]: 2022-09-10 04:18:50.27--ServerSession(1177377518)--Connection(935160003)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.27--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.27--ServerSession(1177377518)--Connection(1626852381)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP_TMP_INFORMER [junit] [EL Fine]: 2022-09-10 04:18:50.271--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.271--ServerSession(1177377518)--Connection(935160003)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.271--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_COP_TMP_INFORMER' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_COP_TMP_INFORMER [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_INFORMER") [junit] [EL Finest]: 2022-09-10 04:18:50.271--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_INFORMER_TMP_COP") [junit] [EL Finest]: 2022-09-10 04:18:50.271--ServerSession(1177377518)--Connection(1193398802)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.271--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.272--ServerSession(1177377518)--Connection(453398853)--Thread(Thread[main,5,main])--DROP TABLE TMP_INFORMER_TMP_COP [junit] [EL Fine]: 2022-09-10 04:18:50.272--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.272--ServerSession(1177377518)--Connection(1193398802)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.272--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_INFORMER_TMP_COP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_INFORMER_TMP_COP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_INFORMER_TMP_COP") [junit] [EL Finest]: 2022-09-10 04:18:50.272--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL") [junit] [EL Finest]: 2022-09-10 04:18:50.272--ServerSession(1177377518)--Connection(34073107)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.272--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.273--ServerSession(1177377518)--Connection(1275009283)--Thread(Thread[main,5,main])--DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL [junit] [EL Fine]: 2022-09-10 04:18:50.273--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.273--ServerSession(1177377518)--Connection(34073107)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.273--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CRIMINAL_TMP_CRIMINAL' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL") [junit] [EL Finest]: 2022-09-10 04:18:50.273--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CAVE_CREATURE") [junit] [EL Finest]: 2022-09-10 04:18:50.273--ServerSession(1177377518)--Connection(1478995734)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.273--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.274--ServerSession(1177377518)--Connection(1699578227)--Thread(Thread[main,5,main])--DROP TABLE TMP_CAVE_CREATURE [junit] [EL Fine]: 2022-09-10 04:18:50.274--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.274--ServerSession(1177377518)--Connection(1478995734)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.274--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CAVE_CREATURE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CAVE_CREATURE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CAVE_CREATURE") [junit] [EL Finest]: 2022-09-10 04:18:50.274--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COMPONENT") [junit] [EL Finest]: 2022-09-10 04:18:50.274--ServerSession(1177377518)--Connection(1661777060)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.275--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.275--ServerSession(1177377518)--Connection(104261836)--Thread(Thread[main,5,main])--DROP TABLE TMP_COMPONENT [junit] [EL Fine]: 2022-09-10 04:18:50.275--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.275--ServerSession(1177377518)--Connection(1661777060)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.275--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_COMPONENT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_COMPONENT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_COMPONENT") [junit] [EL Finest]: 2022-09-10 04:18:50.275--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_METRIC") [junit] [EL Finest]: 2022-09-10 04:18:50.275--ServerSession(1177377518)--Connection(351656492)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.276--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.276--ServerSession(1177377518)--Connection(316335490)--Thread(Thread[main,5,main])--DROP TABLE TMP_METRIC [junit] [EL Fine]: 2022-09-10 04:18:50.276--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.276--ServerSession(1177377518)--Connection(351656492)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.276--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_METRIC' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_METRIC [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_METRIC") [junit] [EL Finest]: 2022-09-10 04:18:50.276--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ABSTR_EMP") [junit] [EL Finest]: 2022-09-10 04:18:50.277--ServerSession(1177377518)--Connection(1637613097)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.277--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.277--ServerSession(1177377518)--Connection(1527086220)--Thread(Thread[main,5,main])--DROP TABLE TMP_ABSTR_EMP [junit] [EL Fine]: 2022-09-10 04:18:50.277--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.277--ServerSession(1177377518)--Connection(1637613097)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.277--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_ABSTR_EMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_ABSTR_EMP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_ABSTR_EMP") [junit] [EL Finest]: 2022-09-10 04:18:50.278--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CONTRACT_EMP") [junit] [EL Finest]: 2022-09-10 04:18:50.278--ServerSession(1177377518)--Connection(1697281847)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.278--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.278--ServerSession(1177377518)--Connection(1535026957)--Thread(Thread[main,5,main])--DROP TABLE TMP_CONTRACT_EMP [junit] [EL Fine]: 2022-09-10 04:18:50.278--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.278--ServerSession(1177377518)--Connection(1697281847)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.278--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CONTRACT_EMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CONTRACT_EMP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CONTRACT_EMP") [junit] [EL Finest]: 2022-09-10 04:18:50.279--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ACCOUNT") [junit] [EL Finest]: 2022-09-10 04:18:50.279--ServerSession(1177377518)--Connection(105966264)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.279--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.279--ServerSession(1177377518)--Connection(821405322)--Thread(Thread[main,5,main])--DROP TABLE TMP_ACCOUNT [junit] [EL Fine]: 2022-09-10 04:18:50.279--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.279--ServerSession(1177377518)--Connection(105966264)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.279--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_ACCOUNT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_ACCOUNT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_ACCOUNT") [junit] [EL Finest]: 2022-09-10 04:18:50.28--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_VEHICLE") [junit] [EL Finest]: 2022-09-10 04:18:50.28--ServerSession(1177377518)--Connection(1328323494)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.28--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.28--ServerSession(1177377518)--Connection(1311292881)--Thread(Thread[main,5,main])--DROP TABLE TMP_VEHICLE [junit] [EL Fine]: 2022-09-10 04:18:50.28--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.28--ServerSession(1177377518)--Connection(1328323494)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.281--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_VEHICLE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_VEHICLE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_VEHICLE") [junit] [EL Finest]: 2022-09-10 04:18:50.281--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BROKER_ACC") [junit] [EL Finest]: 2022-09-10 04:18:50.281--ServerSession(1177377518)--Connection(617928649)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.281--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.281--ServerSession(1177377518)--Connection(252615006)--Thread(Thread[main,5,main])--DROP TABLE TMP_BROKER_ACC [junit] [EL Fine]: 2022-09-10 04:18:50.281--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.282--ServerSession(1177377518)--Connection(617928649)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.282--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_BROKER_ACC' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_BROKER_ACC [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_BROKER_ACC") [junit] [EL Finest]: 2022-09-10 04:18:50.282--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CHECK_ACC") [junit] [EL Finest]: 2022-09-10 04:18:50.282--ServerSession(1177377518)--Connection(1943750504)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.282--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.282--ServerSession(1177377518)--Connection(1907604549)--Thread(Thread[main,5,main])--DROP TABLE TMP_CHECK_ACC [junit] [EL Fine]: 2022-09-10 04:18:50.282--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.283--ServerSession(1177377518)--Connection(1943750504)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.283--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CHECK_ACC' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CHECK_ACC [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CHECK_ACC") [junit] [EL Finest]: 2022-09-10 04:18:50.283--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COSTCENTER") [junit] [EL Finest]: 2022-09-10 04:18:50.283--ServerSession(1177377518)--Connection(353023213)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.283--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.283--ServerSession(1177377518)--Connection(1011044643)--Thread(Thread[main,5,main])--DROP TABLE TMP_COSTCENTER [junit] [EL Fine]: 2022-09-10 04:18:50.283--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.284--ServerSession(1177377518)--Connection(353023213)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.284--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_COSTCENTER' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_COSTCENTER [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_COSTCENTER") [junit] [EL Finest]: 2022-09-10 04:18:50.284--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COURSE") [junit] [EL Finest]: 2022-09-10 04:18:50.284--ServerSession(1177377518)--Connection(979550238)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.284--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.284--ServerSession(1177377518)--Connection(2056234595)--Thread(Thread[main,5,main])--DROP TABLE TMP_COURSE [junit] [EL Fine]: 2022-09-10 04:18:50.284--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.285--ServerSession(1177377518)--Connection(979550238)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.285--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_COURSE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_COURSE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_COURSE") [junit] [EL Finest]: 2022-09-10 04:18:50.285--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREDIT_ACC") [junit] [EL Finest]: 2022-09-10 04:18:50.285--ServerSession(1177377518)--Connection(2023917549)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.285--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.285--ServerSession(1177377518)--Connection(1416415959)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREDIT_ACC [junit] [EL Fine]: 2022-09-10 04:18:50.285--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.286--ServerSession(1177377518)--Connection(2023917549)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.286--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CREDIT_ACC' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CREDIT_ACC [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CREDIT_ACC") [junit] [EL Finest]: 2022-09-10 04:18:50.286--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CUBICLE") [junit] [EL Finest]: 2022-09-10 04:18:50.286--ServerSession(1177377518)--Connection(371397455)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.286--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.286--ServerSession(1177377518)--Connection(2052223881)--Thread(Thread[main,5,main])--DROP TABLE TMP_CUBICLE [junit] [EL Fine]: 2022-09-10 04:18:50.287--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.287--ServerSession(1177377518)--Connection(371397455)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.287--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CUBICLE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CUBICLE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CUBICLE") [junit] [EL Finest]: 2022-09-10 04:18:50.287--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_DEP") [junit] [EL Finest]: 2022-09-10 04:18:50.287--ServerSession(1177377518)--Connection(628392976)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.287--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.287--ServerSession(1177377518)--Connection(725832346)--Thread(Thread[main,5,main])--DROP TABLE TMP_DEP [junit] [EL Fine]: 2022-09-10 04:18:50.288--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.288--ServerSession(1177377518)--Connection(628392976)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.288--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_DEP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_DEP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_DEP") [junit] [EL Finest]: 2022-09-10 04:18:50.288--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP") [junit] [EL Finest]: 2022-09-10 04:18:50.288--ServerSession(1177377518)--Connection(1527007086)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.288--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.288--ServerSession(1177377518)--Connection(1523649562)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP [junit] [EL Fine]: 2022-09-10 04:18:50.289--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.289--ServerSession(1177377518)--Connection(1527007086)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.289--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_EMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_EMP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_EMP") [junit] [EL Finest]: 2022-09-10 04:18:50.289--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_HOBBY") [junit] [EL Finest]: 2022-09-10 04:18:50.289--ServerSession(1177377518)--Connection(203819996)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.289--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.29--ServerSession(1177377518)--Connection(1977618945)--Thread(Thread[main,5,main])--DROP TABLE TMP_HOBBY [junit] [EL Fine]: 2022-09-10 04:18:50.29--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.29--ServerSession(1177377518)--Connection(203819996)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.29--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_HOBBY' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_HOBBY [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_HOBBY") [junit] [EL Finest]: 2022-09-10 04:18:50.29--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_MATERIAL") [junit] [EL Finest]: 2022-09-10 04:18:50.29--ServerSession(1177377518)--Connection(1995952705)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.291--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.291--ServerSession(1177377518)--Connection(1244880808)--Thread(Thread[main,5,main])--DROP TABLE TMP_MATERIAL [junit] [EL Fine]: 2022-09-10 04:18:50.291--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.291--ServerSession(1177377518)--Connection(1995952705)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.291--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_MATERIAL' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_MATERIAL [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_MATERIAL") [junit] [EL Finest]: 2022-09-10 04:18:50.292--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_OFFICE") [junit] [EL Finest]: 2022-09-10 04:18:50.292--ServerSession(1177377518)--Connection(58890945)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.292--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.292--ServerSession(1177377518)--Connection(1269773610)--Thread(Thread[main,5,main])--DROP TABLE TMP_OFFICE [junit] [EL Fine]: 2022-09-10 04:18:50.292--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.293--ServerSession(1177377518)--Connection(58890945)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.293--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_OFFICE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_OFFICE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_OFFICE") [junit] [EL Finest]: 2022-09-10 04:18:50.293--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PATENT") [junit] [EL Finest]: 2022-09-10 04:18:50.293--ServerSession(1177377518)--Connection(367967231)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.293--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.293--ServerSession(1177377518)--Connection(36531985)--Thread(Thread[main,5,main])--DROP TABLE TMP_PATENT [junit] [EL Fine]: 2022-09-10 04:18:50.293--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.294--ServerSession(1177377518)--Connection(367967231)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.294--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_PATENT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_PATENT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_PATENT") [junit] [EL Finest]: 2022-09-10 04:18:50.294--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_REVIEW") [junit] [EL Finest]: 2022-09-10 04:18:50.294--ServerSession(1177377518)--Connection(609483101)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.294--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.294--ServerSession(1177377518)--Connection(1149407083)--Thread(Thread[main,5,main])--DROP TABLE TMP_REVIEW [junit] [EL Fine]: 2022-09-10 04:18:50.295--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.295--ServerSession(1177377518)--Connection(609483101)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.295--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_REVIEW' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_REVIEW [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_REVIEW") [junit] [EL Finest]: 2022-09-10 04:18:50.295--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_REVIEW_DETAILS") [junit] [EL Finest]: 2022-09-10 04:18:50.295--ServerSession(1177377518)--Connection(1430199669)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.295--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.295--ServerSession(1177377518)--Connection(1847431070)--Thread(Thread[main,5,main])--DROP TABLE TMP_REVIEW_DETAILS [junit] [EL Fine]: 2022-09-10 04:18:50.296--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.296--ServerSession(1177377518)--Connection(1430199669)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.296--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_REVIEW_DETAILS' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_REVIEW_DETAILS [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_REVIEW_DETAILS") [junit] [EL Finest]: 2022-09-10 04:18:50.296--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROJECT") [junit] [EL Finest]: 2022-09-10 04:18:50.296--ServerSession(1177377518)--Connection(1660837991)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.296--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.296--ServerSession(1177377518)--Connection(1325866488)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROJECT [junit] [EL Fine]: 2022-09-10 04:18:50.297--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.297--ServerSession(1177377518)--Connection(1660837991)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.297--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_PROJECT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_PROJECT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_PROJECT") [junit] [EL Finest]: 2022-09-10 04:18:50.297--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROJECT_DETAILS") [junit] [EL Finest]: 2022-09-10 04:18:50.297--ServerSession(1177377518)--Connection(1454171136)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.297--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.298--ServerSession(1177377518)--Connection(1195396074)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROJECT_DETAILS [junit] [EL Fine]: 2022-09-10 04:18:50.298--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.298--ServerSession(1177377518)--Connection(1454171136)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.298--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_PROJECT_DETAILS' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_PROJECT_DETAILS [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_PROJECT_DETAILS") [junit] [EL Finest]: 2022-09-10 04:18:50.298--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_SAVE_ACC") [junit] [EL Finest]: 2022-09-10 04:18:50.298--ServerSession(1177377518)--Connection(1560379655)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.298--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.299--ServerSession(1177377518)--Connection(1824322115)--Thread(Thread[main,5,main])--DROP TABLE TMP_SAVE_ACC [junit] [EL Fine]: 2022-09-10 04:18:50.299--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.299--ServerSession(1177377518)--Connection(1560379655)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.299--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_SAVE_ACC' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_SAVE_ACC [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_SAVE_ACC") [junit] [EL Finest]: 2022-09-10 04:18:50.299--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TASK") [junit] [EL Finest]: 2022-09-10 04:18:50.299--ServerSession(1177377518)--Connection(1648582256)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.299--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.3--ServerSession(1177377518)--Connection(865858182)--Thread(Thread[main,5,main])--DROP TABLE TMP_TASK [junit] [EL Fine]: 2022-09-10 04:18:50.3--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.3--ServerSession(1177377518)--Connection(1648582256)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.3--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_TASK' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_TASK [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_TASK") [junit] [EL Finest]: 2022-09-10 04:18:50.3--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TRAILER") [junit] [EL Finest]: 2022-09-10 04:18:50.3--ServerSession(1177377518)--Connection(647973805)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.3--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.301--ServerSession(1177377518)--Connection(1591161296)--Thread(Thread[main,5,main])--DROP TABLE TMP_TRAILER [junit] [EL Fine]: 2022-09-10 04:18:50.301--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.301--ServerSession(1177377518)--Connection(647973805)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.301--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_TRAILER' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_TRAILER [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_TRAILER") [junit] [EL Finest]: 2022-09-10 04:18:50.301--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROFILE") [junit] [EL Finest]: 2022-09-10 04:18:50.301--ServerSession(1177377518)--Connection(2076249476)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.301--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.302--ServerSession(1177377518)--Connection(660595570)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROFILE [junit] [EL Fine]: 2022-09-10 04:18:50.302--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.302--ServerSession(1177377518)--Connection(2076249476)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.302--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_PROFILE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_PROFILE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_PROFILE") [junit] [EL Finest]: 2022-09-10 04:18:50.302--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE") [junit] [EL Finest]: 2022-09-10 04:18:50.302--ServerSession(1177377518)--Connection(1434066477)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.302--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.303--ServerSession(1177377518)--Connection(648315947)--Thread(Thread[main,5,main])--DROP TABLE TMP_UCOFFICE [junit] [EL Fine]: 2022-09-10 04:18:50.303--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.303--ServerSession(1177377518)--Connection(1434066477)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.303--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_UCOFFICE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_UCOFFICE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE") [junit] [EL Finest]: 2022-09-10 04:18:50.303--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_READONLY") [junit] [EL Finest]: 2022-09-10 04:18:50.303--ServerSession(1177377518)--Connection(913242382)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.303--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.304--ServerSession(1177377518)--Connection(870322840)--Thread(Thread[main,5,main])--DROP TABLE TMP_READONLY [junit] [EL Fine]: 2022-09-10 04:18:50.304--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.304--ServerSession(1177377518)--Connection(913242382)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.304--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_READONLY' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_READONLY [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_READONLY") [junit] [EL Finest]: 2022-09-10 04:18:50.304--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_FA") [junit] [EL Finest]: 2022-09-10 04:18:50.304--ServerSession(1177377518)--Connection(173738886)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.304--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.305--ServerSession(1177377518)--Connection(1262237002)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMBEDD_FA [junit] [EL Fine]: 2022-09-10 04:18:50.305--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.305--ServerSession(1177377518)--Connection(173738886)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.305--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_EMBEDD_FA' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_EMBEDD_FA [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_FA") [junit] [EL Finest]: 2022-09-10 04:18:50.305--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_PA") [junit] [EL Finest]: 2022-09-10 04:18:50.306--ServerSession(1177377518)--Connection(1946111918)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.306--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.306--ServerSession(1177377518)--Connection(564817260)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMBEDD_PA [junit] [EL Fine]: 2022-09-10 04:18:50.306--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.306--ServerSession(1177377518)--Connection(1946111918)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.307--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_EMBEDD_PA' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_EMBEDD_PA [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_PA") [junit] [EL Finest]: 2022-09-10 04:18:50.307--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE BYTE_ITEM") [junit] [EL Finest]: 2022-09-10 04:18:50.307--ServerSession(1177377518)--Connection(798622145)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.307--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.307--ServerSession(1177377518)--Connection(638695843)--Thread(Thread[main,5,main])--DROP TABLE BYTE_ITEM [junit] [EL Fine]: 2022-09-10 04:18:50.307--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.307--ServerSession(1177377518)--Connection(798622145)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.308--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.BYTE_ITEM' [junit] Error Code: 1051 [junit] Call: DROP TABLE BYTE_ITEM [junit] Query: DataModifyQuery(sql="DROP TABLE BYTE_ITEM") [junit] [EL Finest]: 2022-09-10 04:18:50.308--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE BYTE_ITEM_ATT") [junit] [EL Finest]: 2022-09-10 04:18:50.308--ServerSession(1177377518)--Connection(1800967368)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.308--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.308--ServerSession(1177377518)--Connection(338887787)--Thread(Thread[main,5,main])--DROP TABLE BYTE_ITEM_ATT [junit] [EL Fine]: 2022-09-10 04:18:50.308--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.309--ServerSession(1177377518)--Connection(1800967368)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.309--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.BYTE_ITEM_ATT' [junit] Error Code: 1051 [junit] Call: DROP TABLE BYTE_ITEM_ATT [junit] Query: DataModifyQuery(sql="DROP TABLE BYTE_ITEM_ATT") [junit] [EL Finest]: 2022-09-10 04:18:50.309--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ISLAND") [junit] [EL Finest]: 2022-09-10 04:18:50.309--ServerSession(1177377518)--Connection(2015999862)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.309--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.309--ServerSession(1177377518)--Connection(1467515503)--Thread(Thread[main,5,main])--DROP TABLE TMP_ISLAND [junit] [EL Fine]: 2022-09-10 04:18:50.309--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.31--ServerSession(1177377518)--Connection(2015999862)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.31--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_ISLAND' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_ISLAND [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_ISLAND") [junit] [EL Finest]: 2022-09-10 04:18:50.31--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY") [junit] [EL Finest]: 2022-09-10 04:18:50.31--ServerSession(1177377518)--Connection(1197721383)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.31--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.31--ServerSession(1177377518)--Connection(1917082298)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY [junit] [EL Fine]: 2022-09-10 04:18:50.311--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.311--ServerSession(1177377518)--Connection(1197721383)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.311--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CITY' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CITY [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CITY") [junit] [EL Finest]: 2022-09-10 04:18:50.311--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP") [junit] [EL Finest]: 2022-09-10 04:18:50.311--ServerSession(1177377518)--Connection(478209179)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.311--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.311--ServerSession(1177377518)--Connection(1166230227)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP [junit] [EL Fine]: 2022-09-10 04:18:50.312--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.312--ServerSession(1177377518)--Connection(478209179)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.312--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_COP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_COP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_COP") [junit] [EL Finest]: 2022-09-10 04:18:50.312--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PERSON") [junit] [EL Finest]: 2022-09-10 04:18:50.312--ServerSession(1177377518)--Connection(307411297)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.312--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.313--ServerSession(1177377518)--Connection(166536076)--Thread(Thread[main,5,main])--DROP TABLE TMP_PERSON [junit] [EL Fine]: 2022-09-10 04:18:50.313--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.313--ServerSession(1177377518)--Connection(307411297)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.313--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_PERSON' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_PERSON [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_PERSON") [junit] [EL Finest]: 2022-09-10 04:18:50.313--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_INFORMER") [junit] [EL Finest]: 2022-09-10 04:18:50.314--ServerSession(1177377518)--Connection(1374217958)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.314--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.314--ServerSession(1177377518)--Connection(1459016715)--Thread(Thread[main,5,main])--DROP TABLE TMP_INFORMER [junit] [EL Fine]: 2022-09-10 04:18:50.314--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.315--ServerSession(1177377518)--Connection(1374217958)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.315--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_INFORMER' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_INFORMER [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_INFORMER") [junit] [EL Finest]: 2022-09-10 04:18:50.315--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL") [junit] [EL Finest]: 2022-09-10 04:18:50.315--ServerSession(1177377518)--Connection(1530957251)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.315--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.315--ServerSession(1177377518)--Connection(1292472219)--Thread(Thread[main,5,main])--DROP TABLE TMP_CRIMINAL [junit] [EL Fine]: 2022-09-10 04:18:50.316--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.316--ServerSession(1177377518)--Connection(1530957251)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.316--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CRIMINAL' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CRIMINAL [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL") [junit] [EL Finest]: 2022-09-10 04:18:50.316--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CAVE") [junit] [EL Finest]: 2022-09-10 04:18:50.316--ServerSession(1177377518)--Connection(548795052)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.316--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.316--ServerSession(1177377518)--Connection(2143571436)--Thread(Thread[main,5,main])--DROP TABLE TMP_CAVE [junit] [EL Fine]: 2022-09-10 04:18:50.317--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.317--ServerSession(1177377518)--Connection(548795052)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.317--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CAVE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CAVE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CAVE") [junit] [EL Finest]: 2022-09-10 04:18:50.364--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREATURE") [junit] [EL Finest]: 2022-09-10 04:18:50.364--ServerSession(1177377518)--Connection(691863815)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.365--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.365--ServerSession(1177377518)--Connection(647149086)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREATURE [junit] [EL Fine]: 2022-09-10 04:18:50.365--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.366--ServerSession(1177377518)--Connection(691863815)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.366--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CREATURE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CREATURE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CREATURE") [junit] [EL Finest]: 2022-09-10 04:18:50.366--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREATURE_DETAILS") [junit] [EL Finest]: 2022-09-10 04:18:50.366--ServerSession(1177377518)--Connection(103787801)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.366--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.367--ServerSession(1177377518)--Connection(1205580258)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREATURE_DETAILS [junit] [EL Fine]: 2022-09-10 04:18:50.367--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.367--ServerSession(1177377518)--Connection(103787801)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.367--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CREATURE_DETAILS' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CREATURE_DETAILS [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CREATURE_DETAILS") [junit] [EL Finest]: 2022-09-10 04:18:50.367--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_MYTHICALCREATURE") [junit] [EL Finest]: 2022-09-10 04:18:50.367--ServerSession(1177377518)--Connection(777313177)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.368--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.368--ServerSession(1177377518)--Connection(1441328175)--Thread(Thread[main,5,main])--DROP TABLE TMP_MYTHICALCREATURE [junit] [EL Fine]: 2022-09-10 04:18:50.368--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.368--ServerSession(1177377518)--Connection(777313177)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.368--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_MYTHICALCREATURE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_MYTHICALCREATURE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_MYTHICALCREATURE") [junit] [EL Finest]: 2022-09-10 04:18:50.369--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_WEAPON") [junit] [EL Finest]: 2022-09-10 04:18:50.369--ServerSession(1177377518)--Connection(1831141281)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.369--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.369--ServerSession(1177377518)--Connection(1705277839)--Thread(Thread[main,5,main])--DROP TABLE TMP_WEAPON [junit] [EL Fine]: 2022-09-10 04:18:50.369--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.37--ServerSession(1177377518)--Connection(1831141281)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.37--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_WEAPON' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_WEAPON [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_WEAPON") [junit] [EL Finest]: 2022-09-10 04:18:50.37--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE") [junit] [EL Finest]: 2022-09-10 04:18:50.37--ServerSession(1177377518)--Connection(142099757)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.37--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.37--ServerSession(1177377518)--Connection(1114335860)--Thread(Thread[main,5,main])--DROP TABLE TMP_CASC_NODE [junit] [EL Fine]: 2022-09-10 04:18:50.37--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.371--ServerSession(1177377518)--Connection(142099757)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.371--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CASC_NODE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CASC_NODE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE") [junit] [EL Finest]: 2022-09-10 04:18:50.371--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE_DESC") [junit] [EL Finest]: 2022-09-10 04:18:50.371--ServerSession(1177377518)--Connection(137533655)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.371--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.371--ServerSession(1177377518)--Connection(1118430673)--Thread(Thread[main,5,main])--DROP TABLE TMP_CASC_NODE_DESC [junit] [EL Fine]: 2022-09-10 04:18:50.372--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.372--ServerSession(1177377518)--Connection(137533655)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.372--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CASC_NODE_DESC' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CASC_NODE_DESC [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE_DESC") [junit] [EL Finest]: 2022-09-10 04:18:50.372--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_NODE") [junit] [EL Finest]: 2022-09-10 04:18:50.372--ServerSession(1177377518)--Connection(2000469839)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.372--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.372--ServerSession(1177377518)--Connection(1800693087)--Thread(Thread[main,5,main])--DROP TABLE TMP_NODE [junit] [EL Fine]: 2022-09-10 04:18:50.373--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.373--ServerSession(1177377518)--Connection(2000469839)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.373--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_NODE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_NODE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_NODE") [junit] [EL Finest]: 2022-09-10 04:18:50.373--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_NASTY") [junit] [EL Finest]: 2022-09-10 04:18:50.373--ServerSession(1177377518)--Connection(2100572327)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.373--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.374--ServerSession(1177377518)--Connection(1868578441)--Thread(Thread[main,5,main])--DROP TABLE TMP_NASTY [junit] [EL Fine]: 2022-09-10 04:18:50.374--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.374--ServerSession(1177377518)--Connection(2100572327)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.374--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_NASTY' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_NASTY [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_NASTY") [junit] [EL Finest]: 2022-09-10 04:18:50.374--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TIMESTAMP") [junit] [EL Finest]: 2022-09-10 04:18:50.375--ServerSession(1177377518)--Connection(890160158)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.375--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.375--ServerSession(1177377518)--Connection(1768127248)--Thread(Thread[main,5,main])--DROP TABLE TMP_TIMESTAMP [junit] [EL Fine]: 2022-09-10 04:18:50.375--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.376--ServerSession(1177377518)--Connection(890160158)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.376--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_TIMESTAMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_TIMESTAMP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_TIMESTAMP") [junit] [EL Finest]: 2022-09-10 04:18:50.376--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:18:50.376--ServerSession(1177377518)--Connection(375074687)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.376--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.376--ServerSession(1177377518)--Connection(1429616542)--Thread(Thread[main,5,main])--DROP TABLE TMP_BASIC_TYPES_FA [junit] [EL Fine]: 2022-09-10 04:18:50.376--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.377--ServerSession(1177377518)--Connection(375074687)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.377--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_BASIC_TYPES_FA' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_BASIC_TYPES_FA [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:18:50.377--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_PA") [junit] [EL Finest]: 2022-09-10 04:18:50.377--ServerSession(1177377518)--Connection(1821100643)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.377--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.377--ServerSession(1177377518)--Connection(593768538)--Thread(Thread[main,5,main])--DROP TABLE TMP_BASIC_TYPES_PA [junit] [EL Fine]: 2022-09-10 04:18:50.377--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.378--ServerSession(1177377518)--Connection(1821100643)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.378--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_BASIC_TYPES_PA' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_BASIC_TYPES_PA [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_PA") [junit] [EL Finest]: 2022-09-10 04:18:50.378--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TEMPORAL_FA") [junit] [EL Finest]: 2022-09-10 04:18:50.378--ServerSession(1177377518)--Connection(466032056)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.378--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.378--ServerSession(1177377518)--Connection(690822257)--Thread(Thread[main,5,main])--DROP TABLE TMP_TEMPORAL_FA [junit] [EL Fine]: 2022-09-10 04:18:50.379--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.379--ServerSession(1177377518)--Connection(466032056)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.379--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_TEMPORAL_FA' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_TEMPORAL_FA [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_TEMPORAL_FA") [junit] [EL Finest]: 2022-09-10 04:18:50.379--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ANIMAL") [junit] [EL Finest]: 2022-09-10 04:18:50.379--ServerSession(1177377518)--Connection(1058822905)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.379--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.379--ServerSession(1177377518)--Connection(475394679)--Thread(Thread[main,5,main])--DROP TABLE TMP_ANIMAL [junit] [EL Fine]: 2022-09-10 04:18:50.38--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.38--ServerSession(1177377518)--Connection(1058822905)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.38--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_ANIMAL' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_ANIMAL [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_ANIMAL") [junit] [EL Finest]: 2022-09-10 04:18:50.38--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ELEMENT") [junit] [EL Finest]: 2022-09-10 04:18:50.38--ServerSession(1177377518)--Connection(1049590050)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.38--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.381--ServerSession(1177377518)--Connection(1662592920)--Thread(Thread[main,5,main])--DROP TABLE TMP_ELEMENT [junit] [EL Fine]: 2022-09-10 04:18:50.381--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.381--ServerSession(1177377518)--Connection(1049590050)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.381--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_ELEMENT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_ELEMENT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_ELEMENT") [junit] [EL Finest]: 2022-09-10 04:18:50.381--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PLANT") [junit] [EL Finest]: 2022-09-10 04:18:50.382--ServerSession(1177377518)--Connection(1491522744)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.382--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.382--ServerSession(1177377518)--Connection(501608687)--Thread(Thread[main,5,main])--DROP TABLE TMP_PLANT [junit] [EL Fine]: 2022-09-10 04:18:50.382--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.383--ServerSession(1177377518)--Connection(1491522744)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.383--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_PLANT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_PLANT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_PLANT") [junit] [EL Finest]: 2022-09-10 04:18:50.383--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_BICYCLE") [junit] [EL Finest]: 2022-09-10 04:18:50.383--ServerSession(1177377518)--Connection(42820240)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.383--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.383--ServerSession(1177377518)--Connection(1822434669)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_BICYCLE [junit] [EL Fine]: 2022-09-10 04:18:50.383--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.384--ServerSession(1177377518)--Connection(42820240)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.384--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_EMP_BICYCLE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_EMP_BICYCLE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_EMP_BICYCLE") [junit] [EL Finest]: 2022-09-10 04:18:50.384--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COURSE_EMP") [junit] [EL Finest]: 2022-09-10 04:18:50.384--ServerSession(1177377518)--Connection(955611965)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.384--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.384--ServerSession(1177377518)--Connection(1367672657)--Thread(Thread[main,5,main])--DROP TABLE TMP_COURSE_EMP [junit] [EL Fine]: 2022-09-10 04:18:50.384--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.385--ServerSession(1177377518)--Connection(955611965)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.385--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_COURSE_EMP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_COURSE_EMP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_COURSE_EMP") [junit] [EL Finest]: 2022-09-10 04:18:50.385--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_CREDIT") [junit] [EL Finest]: 2022-09-10 04:18:50.385--ServerSession(1177377518)--Connection(1692375649)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.385--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.385--ServerSession(1177377518)--Connection(2002790740)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_CREDIT [junit] [EL Fine]: 2022-09-10 04:18:50.386--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.386--ServerSession(1177377518)--Connection(1692375649)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.386--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_EMP_CREDIT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_EMP_CREDIT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_EMP_CREDIT") [junit] [EL Finest]: 2022-09-10 04:18:50.386--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_HOBBY") [junit] [EL Finest]: 2022-09-10 04:18:50.386--ServerSession(1177377518)--Connection(742255664)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.386--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.386--ServerSession(1177377518)--Connection(883521348)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_HOBBY [junit] [EL Fine]: 2022-09-10 04:18:50.387--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.387--ServerSession(1177377518)--Connection(742255664)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.387--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_EMP_HOBBY' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_EMP_HOBBY [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_EMP_HOBBY") [junit] [EL Finest]: 2022-09-10 04:18:50.387--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_PATENT") [junit] [EL Finest]: 2022-09-10 04:18:50.387--ServerSession(1177377518)--Connection(2086068243)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.388--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.388--ServerSession(1177377518)--Connection(1070194629)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_PATENT [junit] [EL Fine]: 2022-09-10 04:18:50.388--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.389--ServerSession(1177377518)--Connection(2086068243)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.389--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_EMP_PATENT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_EMP_PATENT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_EMP_PATENT") [junit] [EL Finest]: 2022-09-10 04:18:50.389--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_PROJECT") [junit] [EL Finest]: 2022-09-10 04:18:50.389--ServerSession(1177377518)--Connection(749486981)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.389--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.389--ServerSession(1177377518)--Connection(1731295355)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_PROJECT [junit] [EL Fine]: 2022-09-10 04:18:50.389--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.39--ServerSession(1177377518)--Connection(749486981)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.39--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_EMP_PROJECT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_EMP_PROJECT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_EMP_PROJECT") [junit] [EL Finest]: 2022-09-10 04:18:50.39--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_REVIEW") [junit] [EL Finest]: 2022-09-10 04:18:50.39--ServerSession(1177377518)--Connection(2061440682)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.39--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.39--ServerSession(1177377518)--Connection(883020319)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_REVIEW [junit] [EL Fine]: 2022-09-10 04:18:50.391--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.391--ServerSession(1177377518)--Connection(2061440682)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.391--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_EMP_REVIEW' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_EMP_REVIEW [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_EMP_REVIEW") [junit] [EL Finest]: 2022-09-10 04:18:50.391--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_OFFICE_CUBICLE") [junit] [EL Finest]: 2022-09-10 04:18:50.391--ServerSession(1177377518)--Connection(1942356772)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.391--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.391--ServerSession(1177377518)--Connection(1907241392)--Thread(Thread[main,5,main])--DROP TABLE TMP_OFFICE_CUBICLE [junit] [EL Fine]: 2022-09-10 04:18:50.392--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.392--ServerSession(1177377518)--Connection(1942356772)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.392--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_OFFICE_CUBICLE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_OFFICE_CUBICLE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_OFFICE_CUBICLE") [junit] [EL Finest]: 2022-09-10 04:18:50.392--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_VEHICLE_PROFILE") [junit] [EL Finest]: 2022-09-10 04:18:50.392--ServerSession(1177377518)--Connection(1863100050)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.392--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.392--ServerSession(1177377518)--Connection(739264372)--Thread(Thread[main,5,main])--DROP TABLE TMP_VEHICLE_PROFILE [junit] [EL Fine]: 2022-09-10 04:18:50.393--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.393--ServerSession(1177377518)--Connection(1863100050)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.393--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_VEHICLE_PROFILE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_VEHICLE_PROFILE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_VEHICLE_PROFILE") [junit] [EL Finest]: 2022-09-10 04:18:50.393--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE_CUBICLE") [junit] [EL Finest]: 2022-09-10 04:18:50.393--ServerSession(1177377518)--Connection(1313960293)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.393--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.394--ServerSession(1177377518)--Connection(1155757579)--Thread(Thread[main,5,main])--DROP TABLE TMP_UCOFFICE_CUBICLE [junit] [EL Fine]: 2022-09-10 04:18:50.394--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.394--ServerSession(1177377518)--Connection(1313960293)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.394--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_UCOFFICE_CUBICLE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_UCOFFICE_CUBICLE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE_CUBICLE") [junit] [EL Finest]: 2022-09-10 04:18:50.394--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_COP") [junit] [EL Finest]: 2022-09-10 04:18:50.394--ServerSession(1177377518)--Connection(1482748887)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.394--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.395--ServerSession(1177377518)--Connection(494894055)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY_TMP_COP [junit] [EL Fine]: 2022-09-10 04:18:50.395--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.395--ServerSession(1177377518)--Connection(1482748887)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.395--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CITY_TMP_COP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CITY_TMP_COP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_COP") [junit] [EL Finest]: 2022-09-10 04:18:50.395--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_CRIMINAL") [junit] [EL Finest]: 2022-09-10 04:18:50.395--ServerSession(1177377518)--Connection(500885941)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.395--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.396--ServerSession(1177377518)--Connection(1115381650)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY_TMP_CRIMINAL [junit] [EL Fine]: 2022-09-10 04:18:50.396--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.396--ServerSession(1177377518)--Connection(500885941)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.396--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CITY_TMP_CRIMINAL' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CITY_TMP_CRIMINAL [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_CRIMINAL") [junit] [EL Finest]: 2022-09-10 04:18:50.396--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_CRIMINAL") [junit] [EL Finest]: 2022-09-10 04:18:50.396--ServerSession(1177377518)--Connection(2118096382)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.397--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.397--ServerSession(1177377518)--Connection(878861517)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP_TMP_CRIMINAL [junit] [EL Fine]: 2022-09-10 04:18:50.397--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.397--ServerSession(1177377518)--Connection(2118096382)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.397--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_COP_TMP_CRIMINAL' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_COP_TMP_CRIMINAL [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_CRIMINAL") [junit] [EL Finest]: 2022-09-10 04:18:50.397--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_INFORMER") [junit] [EL Finest]: 2022-09-10 04:18:50.398--ServerSession(1177377518)--Connection(1705665942)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.398--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.398--ServerSession(1177377518)--Connection(1731763384)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP_TMP_INFORMER [junit] [EL Fine]: 2022-09-10 04:18:50.398--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.398--ServerSession(1177377518)--Connection(1705665942)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.398--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_COP_TMP_INFORMER' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_COP_TMP_INFORMER [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_INFORMER") [junit] [EL Finest]: 2022-09-10 04:18:50.399--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_INFORMER_TMP_COP") [junit] [EL Finest]: 2022-09-10 04:18:50.399--ServerSession(1177377518)--Connection(87242619)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.399--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.399--ServerSession(1177377518)--Connection(864248990)--Thread(Thread[main,5,main])--DROP TABLE TMP_INFORMER_TMP_COP [junit] [EL Fine]: 2022-09-10 04:18:50.399--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.399--ServerSession(1177377518)--Connection(87242619)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.4--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_INFORMER_TMP_COP' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_INFORMER_TMP_COP [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_INFORMER_TMP_COP") [junit] [EL Finest]: 2022-09-10 04:18:50.4--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL") [junit] [EL Finest]: 2022-09-10 04:18:50.4--ServerSession(1177377518)--Connection(15892131)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.4--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.4--ServerSession(1177377518)--Connection(484841769)--Thread(Thread[main,5,main])--DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL [junit] [EL Fine]: 2022-09-10 04:18:50.4--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.4--ServerSession(1177377518)--Connection(15892131)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.401--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CRIMINAL_TMP_CRIMINAL' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL") [junit] [EL Finest]: 2022-09-10 04:18:50.401--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CAVE_CREATURE") [junit] [EL Finest]: 2022-09-10 04:18:50.401--ServerSession(1177377518)--Connection(1274247563)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.401--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.401--ServerSession(1177377518)--Connection(1483145520)--Thread(Thread[main,5,main])--DROP TABLE TMP_CAVE_CREATURE [junit] [EL Fine]: 2022-09-10 04:18:50.401--ServerSession(1177377518)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:18:50.402--ServerSession(1177377518)--Connection(1274247563)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:18:50.402--ServerSession(1177377518)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP_CAVE_CREATURE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP_CAVE_CREATURE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP_CAVE_CREATURE") [junit] [EL Finest]: 2022-09-10 04:18:50.402--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_COMPONENT (ID BIGINT NOT NULL, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.402--ServerSession(1177377518)--Connection(163385254)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.402--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.402--ServerSession(1177377518)--Connection(1506938939)--Thread(Thread[main,5,main])--CREATE TABLE TMP_COMPONENT (ID BIGINT NOT NULL, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.408--ServerSession(1177377518)--Connection(163385254)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.408--Thread(Thread[main,5,main])--The table (TMP_COMPONENT) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.408--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_METRIC (INSPECTION_ID BIGINT NOT NULL, COMPONENT_ID BIGINT NOT NULL, NAME VARCHAR(255) NOT NULL, TYPE VARCHAR(30), FLOATVALUE FLOAT, PRIMARY KEY (INSPECTION_ID, COMPONENT_ID, NAME))") [junit] [EL Finest]: 2022-09-10 04:18:50.408--ServerSession(1177377518)--Connection(258737099)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.408--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.408--ServerSession(1177377518)--Connection(1190566357)--Thread(Thread[main,5,main])--CREATE TABLE TMP_METRIC (INSPECTION_ID BIGINT NOT NULL, COMPONENT_ID BIGINT NOT NULL, NAME VARCHAR(255) NOT NULL, TYPE VARCHAR(30), FLOATVALUE FLOAT, PRIMARY KEY (INSPECTION_ID, COMPONENT_ID, NAME)) [junit] [EL Finest]: 2022-09-10 04:18:50.413--ServerSession(1177377518)--Connection(258737099)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.413--Thread(Thread[main,5,main])--The table (TMP_METRIC) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.413--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_ABSTR_EMP (ID INTEGER NOT NULL, EMP_TYPE INTEGER, NAME VARCHAR(255), S_DATE DATE, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.413--ServerSession(1177377518)--Connection(1988939205)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.413--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.414--ServerSession(1177377518)--Connection(80141040)--Thread(Thread[main,5,main])--CREATE TABLE TMP_ABSTR_EMP (ID INTEGER NOT NULL, EMP_TYPE INTEGER, NAME VARCHAR(255), S_DATE DATE, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.419--ServerSession(1177377518)--Connection(1988939205)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.419--Thread(Thread[main,5,main])--The table (TMP_ABSTR_EMP) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.419--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CONTRACT_EMP (ID INTEGER NOT NULL, D_RATE INTEGER, TERM INTEGER, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.419--ServerSession(1177377518)--Connection(371976476)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.419--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.42--ServerSession(1177377518)--Connection(612937843)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CONTRACT_EMP (ID INTEGER NOT NULL, D_RATE INTEGER, TERM INTEGER, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.436--ServerSession(1177377518)--Connection(371976476)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.436--Thread(Thread[main,5,main])--The table (TMP_CONTRACT_EMP) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.436--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_ACCOUNT (ACC_NUMBER BIGINT NOT NULL, TYPE VARCHAR(31), BALANCE DOUBLE, OWNER VARCHAR(255), PRIMARY KEY (ACC_NUMBER))") [junit] [EL Finest]: 2022-09-10 04:18:50.436--ServerSession(1177377518)--Connection(483525032)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.436--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.436--ServerSession(1177377518)--Connection(2109219177)--Thread(Thread[main,5,main])--CREATE TABLE TMP_ACCOUNT (ACC_NUMBER BIGINT NOT NULL, TYPE VARCHAR(31), BALANCE DOUBLE, OWNER VARCHAR(255), PRIMARY KEY (ACC_NUMBER)) [junit] [EL Finest]: 2022-09-10 04:18:50.443--ServerSession(1177377518)--Connection(483525032)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.443--Thread(Thread[main,5,main])--The table (TMP_ACCOUNT) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.443--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_VEHICLE (ID SMALLINT NOT NULL, DTYPE INTEGER, BRAND VARCHAR(255), COLOR VARCHAR(255), VERSION INTEGER, NUM_GEARS SMALLINT, LICENSE_PLATE VARCHAR(255), MODEL VARCHAR(255), TRANSMISSION_TYPE VARCHAR(255), EMPLOYEE_ID INTEGER, TOP_SPEED SMALLINT, MAX_LOAD SMALLINT, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.443--ServerSession(1177377518)--Connection(52913970)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.443--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.443--ServerSession(1177377518)--Connection(1059634518)--Thread(Thread[main,5,main])--CREATE TABLE TMP_VEHICLE (ID SMALLINT NOT NULL, DTYPE INTEGER, BRAND VARCHAR(255), COLOR VARCHAR(255), VERSION INTEGER, NUM_GEARS SMALLINT, LICENSE_PLATE VARCHAR(255), MODEL VARCHAR(255), TRANSMISSION_TYPE VARCHAR(255), EMPLOYEE_ID INTEGER, TOP_SPEED SMALLINT, MAX_LOAD SMALLINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.447--ServerSession(1177377518)--Connection(52913970)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.447--Thread(Thread[main,5,main])--The table (TMP_VEHICLE) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.448--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_BROKER_ACC (ACC_NUMBER BIGINT NOT NULL, RISKLEVEL VARCHAR(255), PRIMARY KEY (ACC_NUMBER))") [junit] [EL Finest]: 2022-09-10 04:18:50.448--ServerSession(1177377518)--Connection(567852222)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.448--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.448--ServerSession(1177377518)--Connection(1541433310)--Thread(Thread[main,5,main])--CREATE TABLE TMP_BROKER_ACC (ACC_NUMBER BIGINT NOT NULL, RISKLEVEL VARCHAR(255), PRIMARY KEY (ACC_NUMBER)) [junit] [EL Finest]: 2022-09-10 04:18:50.452--ServerSession(1177377518)--Connection(567852222)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.452--Thread(Thread[main,5,main])--The table (TMP_BROKER_ACC) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.452--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CHECK_ACC (ACC_NUMBER BIGINT NOT NULL, BANKID VARCHAR(255), BANK_NAME VARCHAR(255), CREDITLIMIT DOUBLE, CLIENT_ID INTEGER, PRIMARY KEY (ACC_NUMBER))") [junit] [EL Finest]: 2022-09-10 04:18:50.452--ServerSession(1177377518)--Connection(2088582214)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.452--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.452--ServerSession(1177377518)--Connection(620456576)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CHECK_ACC (ACC_NUMBER BIGINT NOT NULL, BANKID VARCHAR(255), BANK_NAME VARCHAR(255), CREDITLIMIT DOUBLE, CLIENT_ID INTEGER, PRIMARY KEY (ACC_NUMBER)) [junit] [EL Finest]: 2022-09-10 04:18:50.456--ServerSession(1177377518)--Connection(2088582214)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.456--Thread(Thread[main,5,main])--The table (TMP_CHECK_ACC) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.456--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_COSTCENTER (ID INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.456--ServerSession(1177377518)--Connection(1730337646)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.456--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.456--ServerSession(1177377518)--Connection(418513504)--Thread(Thread[main,5,main])--CREATE TABLE TMP_COSTCENTER (ID INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.46--ServerSession(1177377518)--Connection(1730337646)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.46--Thread(Thread[main,5,main])--The table (TMP_COSTCENTER) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.46--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_COURSE (COURSE_ID BIGINT NOT NULL, PRIMARY KEY (COURSE_ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.46--ServerSession(1177377518)--Connection(188791662)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.46--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.46--ServerSession(1177377518)--Connection(61426020)--Thread(Thread[main,5,main])--CREATE TABLE TMP_COURSE (COURSE_ID BIGINT NOT NULL, PRIMARY KEY (COURSE_ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.464--ServerSession(1177377518)--Connection(188791662)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.464--Thread(Thread[main,5,main])--The table (TMP_COURSE) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.464--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CREDIT_ACC (CCA_ID BIGINT NOT NULL, CARDNUMBER BIGINT, CARDTYPE VARCHAR(255), VALIDTO DATE, PRIMARY KEY (CCA_ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.464--ServerSession(1177377518)--Connection(1662912171)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.464--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.464--ServerSession(1177377518)--Connection(708153797)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CREDIT_ACC (CCA_ID BIGINT NOT NULL, CARDNUMBER BIGINT, CARDTYPE VARCHAR(255), VALIDTO DATE, PRIMARY KEY (CCA_ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.468--ServerSession(1177377518)--Connection(1662912171)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.468--Thread(Thread[main,5,main])--The table (TMP_CREDIT_ACC) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.468--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CUBICLE (PLACE INTEGER NOT NULL, FLOOR INTEGER NOT NULL, COLOR VARCHAR(255), PRIMARY KEY (PLACE, FLOOR))") [junit] [EL Finest]: 2022-09-10 04:18:50.468--ServerSession(1177377518)--Connection(276748028)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.468--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.468--ServerSession(1177377518)--Connection(373544591)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CUBICLE (PLACE INTEGER NOT NULL, FLOOR INTEGER NOT NULL, COLOR VARCHAR(255), PRIMARY KEY (PLACE, FLOOR)) [junit] [EL Finest]: 2022-09-10 04:18:50.472--ServerSession(1177377518)--Connection(276748028)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.472--Thread(Thread[main,5,main])--The table (TMP_CUBICLE) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.472--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_DEP (ID INTEGER NOT NULL, NAME VARCHAR(255), VERSION SMALLINT, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.472--ServerSession(1177377518)--Connection(1210939243)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.472--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.472--ServerSession(1177377518)--Connection(1079125839)--Thread(Thread[main,5,main])--CREATE TABLE TMP_DEP (ID INTEGER NOT NULL, NAME VARCHAR(255), VERSION SMALLINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.476--ServerSession(1177377518)--Connection(1210939243)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.476--Thread(Thread[main,5,main])--The table (TMP_DEP) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.476--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_EMP (ID INTEGER NOT NULL, FIRSTNAME VARCHAR(255), LASTNAME VARCHAR(255), SALARY DECIMAL(38), EMP_END DATETIME, EMP_START DATETIME, COSTCENTER INTEGER, DEPARTMENT INTEGER, BROKERAGE_ACCOUNT BIGINT, CUBICLE_FLOOR INTEGER, CUBICLE_PLACE INTEGER, SAMPLE_ACCOUNT BIGINT, PROFILE_GUID binary(16), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.476--ServerSession(1177377518)--Connection(181078353)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.476--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.477--ServerSession(1177377518)--Connection(1542598424)--Thread(Thread[main,5,main])--CREATE TABLE TMP_EMP (ID INTEGER NOT NULL, FIRSTNAME VARCHAR(255), LASTNAME VARCHAR(255), SALARY DECIMAL(38), EMP_END DATETIME, EMP_START DATETIME, COSTCENTER INTEGER, DEPARTMENT INTEGER, BROKERAGE_ACCOUNT BIGINT, CUBICLE_FLOOR INTEGER, CUBICLE_PLACE INTEGER, SAMPLE_ACCOUNT BIGINT, PROFILE_GUID binary(16), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.48--ServerSession(1177377518)--Connection(181078353)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.48--Thread(Thread[main,5,main])--The table (TMP_EMP) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.481--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_HOBBY (ID VARCHAR(255) NOT NULL, CATEGORY VARCHAR(255), DESCRIPTION VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.481--ServerSession(1177377518)--Connection(673672784)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.481--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.481--ServerSession(1177377518)--Connection(1659309731)--Thread(Thread[main,5,main])--CREATE TABLE TMP_HOBBY (ID VARCHAR(255) NOT NULL, CATEGORY VARCHAR(255), DESCRIPTION VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.484--ServerSession(1177377518)--Connection(673672784)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.484--Thread(Thread[main,5,main])--The table (TMP_HOBBY) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.485--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_MATERIAL (COURSE_ID BIGINT NOT NULL, DATA LONGBLOB, PRIMARY KEY (COURSE_ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.485--ServerSession(1177377518)--Connection(1947941827)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.485--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.485--ServerSession(1177377518)--Connection(785625589)--Thread(Thread[main,5,main])--CREATE TABLE TMP_MATERIAL (COURSE_ID BIGINT NOT NULL, DATA LONGBLOB, PRIMARY KEY (COURSE_ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.488--ServerSession(1177377518)--Connection(1947941827)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.488--Thread(Thread[main,5,main])--The table (TMP_MATERIAL) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.488--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_OFFICE (ID INTEGER NOT NULL, CAPACITY BIGINT, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.489--ServerSession(1177377518)--Connection(1170111701)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.489--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.489--ServerSession(1177377518)--Connection(1985028494)--Thread(Thread[main,5,main])--CREATE TABLE TMP_OFFICE (ID INTEGER NOT NULL, CAPACITY BIGINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.492--ServerSession(1177377518)--Connection(1170111701)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.493--Thread(Thread[main,5,main])--The table (TMP_OFFICE) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.493--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_PATENT (PAT_ASSIGNATION DATE, PAT_DESCRIPTION VARCHAR(255), PAT_NAME VARCHAR(255) NOT NULL, PAT_YEAR INTEGER NOT NULL, PRIMARY KEY (PAT_NAME, PAT_YEAR))") [junit] [EL Finest]: 2022-09-10 04:18:50.493--ServerSession(1177377518)--Connection(1532554556)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.493--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.493--ServerSession(1177377518)--Connection(620423816)--Thread(Thread[main,5,main])--CREATE TABLE TMP_PATENT (PAT_ASSIGNATION DATE, PAT_DESCRIPTION VARCHAR(255), PAT_NAME VARCHAR(255) NOT NULL, PAT_YEAR INTEGER NOT NULL, PRIMARY KEY (PAT_NAME, PAT_YEAR)) [junit] [EL Finest]: 2022-09-10 04:18:50.496--ServerSession(1177377518)--Connection(1532554556)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.496--Thread(Thread[main,5,main])--The table (TMP_PATENT) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.497--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_REVIEW (ID INTEGER NOT NULL, DTYPE VARCHAR(31), REVIEWDATE DATE, TEXT VARCHAR(255), VERSION INTEGER, PATENT_YEAR INTEGER, PATENT_NAME VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.497--ServerSession(1177377518)--Connection(2014563089)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.497--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.497--ServerSession(1177377518)--Connection(198098993)--Thread(Thread[main,5,main])--CREATE TABLE TMP_REVIEW (ID INTEGER NOT NULL, DTYPE VARCHAR(31), REVIEWDATE DATE, TEXT VARCHAR(255), VERSION INTEGER, PATENT_YEAR INTEGER, PATENT_NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.5--ServerSession(1177377518)--Connection(2014563089)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.5--Thread(Thread[main,5,main])--The table (TMP_REVIEW) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.501--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_REVIEW_DETAILS (REVIEW_ID INTEGER NOT NULL, SUCCESSRATE SMALLINT, PRIMARY KEY (REVIEW_ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.501--ServerSession(1177377518)--Connection(1415439780)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.501--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.501--ServerSession(1177377518)--Connection(703555670)--Thread(Thread[main,5,main])--CREATE TABLE TMP_REVIEW_DETAILS (REVIEW_ID INTEGER NOT NULL, SUCCESSRATE SMALLINT, PRIMARY KEY (REVIEW_ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.504--ServerSession(1177377518)--Connection(1415439780)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.504--Thread(Thread[main,5,main])--The table (TMP_REVIEW_DETAILS) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.504--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_PROJECT (ID INTEGER NOT NULL, PROJ_NAME VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.504--ServerSession(1177377518)--Connection(73698537)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.505--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.505--ServerSession(1177377518)--Connection(1453062635)--Thread(Thread[main,5,main])--CREATE TABLE TMP_PROJECT (ID INTEGER NOT NULL, PROJ_NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.508--ServerSession(1177377518)--Connection(73698537)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.508--Thread(Thread[main,5,main])--The table (TMP_PROJECT) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.508--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_PROJECT_DETAILS (PROJECT_ID INTEGER NOT NULL, PLANNED_DAYS INTEGER, USED_DAYS INTEGER, PRIMARY KEY (PROJECT_ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.509--ServerSession(1177377518)--Connection(124494140)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.509--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.509--ServerSession(1177377518)--Connection(246826139)--Thread(Thread[main,5,main])--CREATE TABLE TMP_PROJECT_DETAILS (PROJECT_ID INTEGER NOT NULL, PLANNED_DAYS INTEGER, USED_DAYS INTEGER, PRIMARY KEY (PROJECT_ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.513--ServerSession(1177377518)--Connection(124494140)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.513--Thread(Thread[main,5,main])--The table (TMP_PROJECT_DETAILS) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.513--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_SAVE_ACC (ACC_NUMBER BIGINT NOT NULL, BANKID VARCHAR(255), BANKNAME VARCHAR(255), INTERESTRATE FLOAT, PRIMARY KEY (ACC_NUMBER))") [junit] [EL Finest]: 2022-09-10 04:18:50.513--ServerSession(1177377518)--Connection(1119242936)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.513--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.514--ServerSession(1177377518)--Connection(2123914473)--Thread(Thread[main,5,main])--CREATE TABLE TMP_SAVE_ACC (ACC_NUMBER BIGINT NOT NULL, BANKID VARCHAR(255), BANKNAME VARCHAR(255), INTERESTRATE FLOAT, PRIMARY KEY (ACC_NUMBER)) [junit] [EL Finest]: 2022-09-10 04:18:50.518--ServerSession(1177377518)--Connection(1119242936)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.518--Thread(Thread[main,5,main])--The table (TMP_SAVE_ACC) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.518--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_TASK (TASK_ID INTEGER NOT NULL, DESCRIPTION VARCHAR(255), PROJ_ID INTEGER NOT NULL, PRIMARY KEY (TASK_ID, PROJ_ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.518--ServerSession(1177377518)--Connection(832145584)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.518--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.518--ServerSession(1177377518)--Connection(224060798)--Thread(Thread[main,5,main])--CREATE TABLE TMP_TASK (TASK_ID INTEGER NOT NULL, DESCRIPTION VARCHAR(255), PROJ_ID INTEGER NOT NULL, PRIMARY KEY (TASK_ID, PROJ_ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.522--ServerSession(1177377518)--Connection(832145584)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.522--Thread(Thread[main,5,main])--The table (TMP_TASK) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.522--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_TRAILER (LOAD1 INTEGER, HIGH INTEGER NOT NULL, LOW INTEGER NOT NULL, PRIMARY KEY (HIGH, LOW))") [junit] [EL Finest]: 2022-09-10 04:18:50.522--ServerSession(1177377518)--Connection(50720817)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.522--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.522--ServerSession(1177377518)--Connection(1496220730)--Thread(Thread[main,5,main])--CREATE TABLE TMP_TRAILER (LOAD1 INTEGER, HIGH INTEGER NOT NULL, LOW INTEGER NOT NULL, PRIMARY KEY (HIGH, LOW)) [junit] [EL Finest]: 2022-09-10 04:18:50.526--ServerSession(1177377518)--Connection(50720817)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.526--Thread(Thread[main,5,main])--The table (TMP_TRAILER) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.526--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_PROFILE (GUID binary(16) NOT NULL, AIRLINE VARCHAR(255), SMOKER TINYINT(1) default 0, PRIMARY KEY (GUID))") [junit] [EL Finest]: 2022-09-10 04:18:50.526--ServerSession(1177377518)--Connection(1846982837)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.526--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.527--ServerSession(1177377518)--Connection(1135935001)--Thread(Thread[main,5,main])--CREATE TABLE TMP_PROFILE (GUID binary(16) NOT NULL, AIRLINE VARCHAR(255), SMOKER TINYINT(1) default 0, PRIMARY KEY (GUID)) [junit] [EL Finest]: 2022-09-10 04:18:50.53--ServerSession(1177377518)--Connection(1846982837)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.53--Thread(Thread[main,5,main])--The table (TMP_PROFILE) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.53--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_UCOFFICE (ID INTEGER NOT NULL, CAPACITY BIGINT, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.53--ServerSession(1177377518)--Connection(1321115948)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.53--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.531--ServerSession(1177377518)--Connection(706665172)--Thread(Thread[main,5,main])--CREATE TABLE TMP_UCOFFICE (ID INTEGER NOT NULL, CAPACITY BIGINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.534--ServerSession(1177377518)--Connection(1321115948)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.534--Thread(Thread[main,5,main])--The table (TMP_UCOFFICE) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.534--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_READONLY (ID INTEGER NOT NULL, DTYPE INTEGER, NAME VARCHAR(255), VERSION INTEGER, ADDON VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.534--ServerSession(1177377518)--Connection(2144067911)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.534--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.535--ServerSession(1177377518)--Connection(593447952)--Thread(Thread[main,5,main])--CREATE TABLE TMP_READONLY (ID INTEGER NOT NULL, DTYPE INTEGER, NAME VARCHAR(255), VERSION INTEGER, ADDON VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.538--ServerSession(1177377518)--Connection(2144067911)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.538--Thread(Thread[main,5,main])--The table (TMP_READONLY) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.538--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_EMBEDD_FA (ID INTEGER NOT NULL, EMB_FA_DATE DATETIME, EMB_FA_LONG BIGINT, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.538--ServerSession(1177377518)--Connection(740007499)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.538--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.539--ServerSession(1177377518)--Connection(1971152916)--Thread(Thread[main,5,main])--CREATE TABLE TMP_EMBEDD_FA (ID INTEGER NOT NULL, EMB_FA_DATE DATETIME, EMB_FA_LONG BIGINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.542--ServerSession(1177377518)--Connection(740007499)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.542--Thread(Thread[main,5,main])--The table (TMP_EMBEDD_FA) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.542--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_EMBEDD_PA (ID INTEGER NOT NULL, EMB_PA_DATE DATETIME, EMB_PA_LONG BIGINT, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.542--ServerSession(1177377518)--Connection(1276544608)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.543--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.543--ServerSession(1177377518)--Connection(1387620926)--Thread(Thread[main,5,main])--CREATE TABLE TMP_EMBEDD_PA (ID INTEGER NOT NULL, EMB_PA_DATE DATETIME, EMB_PA_LONG BIGINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.546--ServerSession(1177377518)--Connection(1276544608)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.546--Thread(Thread[main,5,main])--The table (TMP_EMBEDD_PA) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.546--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE BYTE_ITEM (ITEM_ID binary(16) NOT NULL, NAME VARCHAR(255), NAMESPACE VARCHAR(255), TEXT VARCHAR(255), PRIMARY KEY (ITEM_ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.546--ServerSession(1177377518)--Connection(917568725)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.547--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.547--ServerSession(1177377518)--Connection(1336775847)--Thread(Thread[main,5,main])--CREATE TABLE BYTE_ITEM (ITEM_ID binary(16) NOT NULL, NAME VARCHAR(255), NAMESPACE VARCHAR(255), TEXT VARCHAR(255), PRIMARY KEY (ITEM_ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.55--ServerSession(1177377518)--Connection(917568725)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.55--Thread(Thread[main,5,main])--The table (BYTE_ITEM) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.55--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE BYTE_ITEM_ATT (ATT_KEY VARCHAR(255) NOT NULL, ATT_VAL VARCHAR(255), ITEM_ID binary(16) NOT NULL, PRIMARY KEY (ATT_KEY, ITEM_ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.551--ServerSession(1177377518)--Connection(1380044647)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.551--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.551--ServerSession(1177377518)--Connection(1902801188)--Thread(Thread[main,5,main])--CREATE TABLE BYTE_ITEM_ATT (ATT_KEY VARCHAR(255) NOT NULL, ATT_VAL VARCHAR(255), ITEM_ID binary(16) NOT NULL, PRIMARY KEY (ATT_KEY, ITEM_ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.554--ServerSession(1177377518)--Connection(1380044647)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.554--Thread(Thread[main,5,main])--The table (BYTE_ITEM_ATT) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.554--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_ISLAND (ID INTEGER NOT NULL, DTYPE VARCHAR(31), NAME VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.555--ServerSession(1177377518)--Connection(2122357625)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.555--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.555--ServerSession(1177377518)--Connection(1556162268)--Thread(Thread[main,5,main])--CREATE TABLE TMP_ISLAND (ID INTEGER NOT NULL, DTYPE VARCHAR(31), NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.558--ServerSession(1177377518)--Connection(2122357625)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.558--Thread(Thread[main,5,main])--The table (TMP_ISLAND) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.558--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CITY (ID BIGINT NOT NULL, CITY_ENUM VARCHAR(255), COOL TINYINT(1) default 0, NAME VARCHAR(255), TYPE VARCHAR(255), CITY_TESLA_INT INTEGER, CITY_TESLA_BLOB LONGBLOB, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.558--ServerSession(1177377518)--Connection(144445623)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.559--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.559--ServerSession(1177377518)--Connection(1572745406)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CITY (ID BIGINT NOT NULL, CITY_ENUM VARCHAR(255), COOL TINYINT(1) default 0, NAME VARCHAR(255), TYPE VARCHAR(255), CITY_TESLA_INT INTEGER, CITY_TESLA_BLOB LONGBLOB, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.562--ServerSession(1177377518)--Connection(144445623)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.562--Thread(Thread[main,5,main])--The table (TMP_CITY) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.562--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_COP (ID BIGINT NOT NULL, COP_TESLA_INT INTEGER, COP_TESLA_BLOB LONGBLOB, PARTNER_ID BIGINT, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.562--ServerSession(1177377518)--Connection(1023996917)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.563--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.563--ServerSession(1177377518)--Connection(295640874)--Thread(Thread[main,5,main])--CREATE TABLE TMP_COP (ID BIGINT NOT NULL, COP_TESLA_INT INTEGER, COP_TESLA_BLOB LONGBLOB, PARTNER_ID BIGINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.566--ServerSession(1177377518)--Connection(1023996917)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.566--Thread(Thread[main,5,main])--The table (TMP_COP) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.567--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_PERSON (ID BIGINT NOT NULL, W_BOOL TINYINT(1) default 0, W_FLOAT FLOAT, P_BOOL TINYINT(1) default 0, P_FLOAT FLOAT, P_INT INTEGER, W_BIGDEC DECIMAL(38), W_BIGINT BIGINT, PBA_BINARY LONGBLOB, WBA_BINARY LONGBLOB, UTIL_CALENDAR DATETIME, PCA_VARCHAR LONGTEXT, WCA_VARCHAR LONGTEXT, W_INT INTEGER, SQL_DATE DATE, SQL_TIME TIME, SQL_TIMESTAMP DATETIME, W_STRING VARCHAR(255), UTIL_DATE DATETIME, CITY BIGINT, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.567--ServerSession(1177377518)--Connection(2144644334)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.567--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.567--ServerSession(1177377518)--Connection(375097969)--Thread(Thread[main,5,main])--CREATE TABLE TMP_PERSON (ID BIGINT NOT NULL, W_BOOL TINYINT(1) default 0, W_FLOAT FLOAT, P_BOOL TINYINT(1) default 0, P_FLOAT FLOAT, P_INT INTEGER, W_BIGDEC DECIMAL(38), W_BIGINT BIGINT, PBA_BINARY LONGBLOB, WBA_BINARY LONGBLOB, UTIL_CALENDAR DATETIME, PCA_VARCHAR LONGTEXT, WCA_VARCHAR LONGTEXT, W_INT INTEGER, SQL_DATE DATE, SQL_TIME TIME, SQL_TIMESTAMP DATETIME, W_STRING VARCHAR(255), UTIL_DATE DATETIME, CITY BIGINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.571--ServerSession(1177377518)--Connection(2144644334)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.571--Thread(Thread[main,5,main])--The table (TMP_PERSON) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.571--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_INFORMER (ID BIGINT NOT NULL, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.571--ServerSession(1177377518)--Connection(1970073944)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.571--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.571--ServerSession(1177377518)--Connection(1060042118)--Thread(Thread[main,5,main])--CREATE TABLE TMP_INFORMER (ID BIGINT NOT NULL, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.575--ServerSession(1177377518)--Connection(1970073944)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.575--Thread(Thread[main,5,main])--The table (TMP_INFORMER) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.575--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CRIMINAL (ID BIGINT NOT NULL, TRANSMISSION_TYPE VARCHAR(255), ATTACHEDCOP_ID BIGINT, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.575--ServerSession(1177377518)--Connection(1681094402)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.575--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.575--ServerSession(1177377518)--Connection(754527431)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CRIMINAL (ID BIGINT NOT NULL, TRANSMISSION_TYPE VARCHAR(255), ATTACHEDCOP_ID BIGINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.579--ServerSession(1177377518)--Connection(1681094402)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.579--Thread(Thread[main,5,main])--The table (TMP_CRIMINAL) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.579--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CAVE (ID INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.579--ServerSession(1177377518)--Connection(82275756)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.579--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.58--ServerSession(1177377518)--Connection(1629353699)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CAVE (ID INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.583--ServerSession(1177377518)--Connection(82275756)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.583--Thread(Thread[main,5,main])--The table (TMP_CAVE) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.584--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CREATURE (ID INTEGER AUTO_INCREMENT NOT NULL, DTYPE VARCHAR(31), NAME VARCHAR(255), WEAPON INTEGER, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.584--ServerSession(1177377518)--Connection(1564892747)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.584--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.584--ServerSession(1177377518)--Connection(1407324654)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CREATURE (ID INTEGER AUTO_INCREMENT NOT NULL, DTYPE VARCHAR(31), NAME VARCHAR(255), WEAPON INTEGER, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.588--ServerSession(1177377518)--Connection(1564892747)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.588--Thread(Thread[main,5,main])--The table (TMP_CREATURE) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.588--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CREATURE_DETAILS (SECONDTABLE_ID INTEGER NOT NULL, COLOR VARCHAR(255), PRIMARY KEY (SECONDTABLE_ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.589--ServerSession(1177377518)--Connection(1380976928)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.589--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.589--ServerSession(1177377518)--Connection(293474277)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CREATURE_DETAILS (SECONDTABLE_ID INTEGER NOT NULL, COLOR VARCHAR(255), PRIMARY KEY (SECONDTABLE_ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.592--ServerSession(1177377518)--Connection(1380976928)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.593--Thread(Thread[main,5,main])--The table (TMP_CREATURE_DETAILS) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.593--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_MYTHICALCREATURE (ID INTEGER NOT NULL, STORY VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.593--ServerSession(1177377518)--Connection(711310213)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.593--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.593--ServerSession(1177377518)--Connection(1267042315)--Thread(Thread[main,5,main])--CREATE TABLE TMP_MYTHICALCREATURE (ID INTEGER NOT NULL, STORY VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.597--ServerSession(1177377518)--Connection(711310213)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.597--Thread(Thread[main,5,main])--The table (TMP_MYTHICALCREATURE) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.597--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_WEAPON (ID INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.597--ServerSession(1177377518)--Connection(1160487387)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.597--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.597--ServerSession(1177377518)--Connection(579447973)--Thread(Thread[main,5,main])--CREATE TABLE TMP_WEAPON (ID INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.601--ServerSession(1177377518)--Connection(1160487387)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.601--Thread(Thread[main,5,main])--The table (TMP_WEAPON) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.601--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CASC_NODE (ID INTEGER NOT NULL, PARENT INTEGER, DESCRIPTION INTEGER, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.601--ServerSession(1177377518)--Connection(16373883)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.601--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.602--ServerSession(1177377518)--Connection(1878700101)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CASC_NODE (ID INTEGER NOT NULL, PARENT INTEGER, DESCRIPTION INTEGER, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.605--ServerSession(1177377518)--Connection(16373883)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.606--Thread(Thread[main,5,main])--The table (TMP_CASC_NODE) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.606--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CASC_NODE_DESC (ID INTEGER NOT NULL, DESC_TEXT VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.606--ServerSession(1177377518)--Connection(1893563925)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.606--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.606--ServerSession(1177377518)--Connection(1251967187)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CASC_NODE_DESC (ID INTEGER NOT NULL, DESC_TEXT VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.61--ServerSession(1177377518)--Connection(1893563925)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.61--Thread(Thread[main,5,main])--The table (TMP_CASC_NODE_DESC) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.611--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_NODE (ID INTEGER NOT NULL, NODENAME VARCHAR(255), VERSIONCOLUMN BIGINT, PARENT INTEGER, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.611--ServerSession(1177377518)--Connection(1523084197)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.611--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.611--ServerSession(1177377518)--Connection(1818747191)--Thread(Thread[main,5,main])--CREATE TABLE TMP_NODE (ID INTEGER NOT NULL, NODENAME VARCHAR(255), VERSIONCOLUMN BIGINT, PARENT INTEGER, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.616--ServerSession(1177377518)--Connection(1523084197)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.616--Thread(Thread[main,5,main])--The table (TMP_NODE) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.616--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_NASTY (ID BIGINT NOT NULL, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.616--ServerSession(1177377518)--Connection(9844218)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.616--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.617--ServerSession(1177377518)--Connection(1403716230)--Thread(Thread[main,5,main])--CREATE TABLE TMP_NASTY (ID BIGINT NOT NULL, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.622--ServerSession(1177377518)--Connection(9844218)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.622--Thread(Thread[main,5,main])--The table (TMP_NASTY) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.622--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_TIMESTAMP (ID BIGINT NOT NULL, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.622--ServerSession(1177377518)--Connection(479734028)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.622--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.622--ServerSession(1177377518)--Connection(388802347)--Thread(Thread[main,5,main])--CREATE TABLE TMP_TIMESTAMP (ID BIGINT NOT NULL, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.627--ServerSession(1177377518)--Connection(479734028)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.627--Thread(Thread[main,5,main])--The table (TMP_TIMESTAMP) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.627--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_BASIC_TYPES_FA (ID INTEGER NOT NULL, BIG_DECIMAL DECIMAL(12,2), BIG_INTEGER BIGINT, ENUM_ORDINAL INTEGER, ENUM_STRING VARCHAR(255), P_BYTE TINYINT, P_BOOLEAN TINYINT(1) default 0, PBA_BINARY binary(8), PBA_BLOB LONGBLOB, PBA_LONGVARBINARY LONGBLOB, P_CHAR CHAR(1), PCA_CLOB LONGTEXT, PCA_VARCHAR VARCHAR(255), P_DOUBLE DOUBLE, P_FLOAT FLOAT, P_INT INTEGER, P_LONG BIGINT, P_SHORT SMALLINT, SERIALIZABLE LONGBLOB, SQL_DATE DATE, SQL_TIME TIME, SQL_TIMESTAMP DATETIME, STRING_CLOB LONGTEXT, STRING_VC VARCHAR(128), UTIL_CALENDAR DATETIME, UTIL_DATE DATETIME, VERSION BIGINT, W_BOOLEAN TINYINT(1) default 0, W_BYTE TINYINT, WBA_BINARY binary(8), WBA_BLOB LONGBLOB, WBA_LONGVARBINARY LONGBLOB, W_CHARACTER CHAR(1), WCA_CLOB LONGTEXT, WCA_VARCHAR VARCHAR(255), W_DOUBLE DOUBLE, W_FLOAT FLOAT, W_INTEGER INTEGER, W_LONG BIGINT, W_SMALLINT SMALLINT, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.628--ServerSession(1177377518)--Connection(753426788)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.628--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.628--ServerSession(1177377518)--Connection(1586470445)--Thread(Thread[main,5,main])--CREATE TABLE TMP_BASIC_TYPES_FA (ID INTEGER NOT NULL, BIG_DECIMAL DECIMAL(12,2), BIG_INTEGER BIGINT, ENUM_ORDINAL INTEGER, ENUM_STRING VARCHAR(255), P_BYTE TINYINT, P_BOOLEAN TINYINT(1) default 0, PBA_BINARY binary(8), PBA_BLOB LONGBLOB, PBA_LONGVARBINARY LONGBLOB, P_CHAR CHAR(1), PCA_CLOB LONGTEXT, PCA_VARCHAR VARCHAR(255), P_DOUBLE DOUBLE, P_FLOAT FLOAT, P_INT INTEGER, P_LONG BIGINT, P_SHORT SMALLINT, SERIALIZABLE LONGBLOB, SQL_DATE DATE, SQL_TIME TIME, SQL_TIMESTAMP DATETIME, STRING_CLOB LONGTEXT, STRING_VC VARCHAR(128), UTIL_CALENDAR DATETIME, UTIL_DATE DATETIME, VERSION BIGINT, W_BOOLEAN TINYINT(1) default 0, W_BYTE TINYINT, WBA_BINARY binary(8), WBA_BLOB LONGBLOB, WBA_LONGVARBINARY LONGBLOB, W_CHARACTER CHAR(1), WCA_CLOB LONGTEXT, WCA_VARCHAR VARCHAR(255), W_DOUBLE DOUBLE, W_FLOAT FLOAT, W_INTEGER INTEGER, W_LONG BIGINT, W_SMALLINT SMALLINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.633--ServerSession(1177377518)--Connection(753426788)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.634--Thread(Thread[main,5,main])--The table (TMP_BASIC_TYPES_FA) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.634--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_BASIC_TYPES_PA (ID INTEGER NOT NULL, BIG_DECIMAL DECIMAL(12,2), BIG_INTEGER BIGINT, ENUM_ORDINAL INTEGER, ENUM_STRING VARCHAR(255), P_BYTE TINYINT, P_BOOLEAN TINYINT(1) default 0, PBA_BINARY LONGBLOB, PBA_BLOB LONGBLOB, PBA_LONGVARBINARY LONGBLOB, P_CHAR CHAR(1), PCA_CLOB LONGTEXT, PCA_VARCHAR LONGTEXT, P_DOUBLE DOUBLE, P_FLOAT FLOAT, P_INT INTEGER, P_LONG BIGINT, P_SHORT SMALLINT, SERIALIZABLE LONGBLOB, SQL_DATE DATE, SQL_TIME TIME, SQL_TIMESTAMP DATETIME, STRING_CLOB LONGTEXT, STRING_VC VARCHAR(128), UTIL_CALENDAR DATETIME, UTIL_DATE DATETIME, W_BOOLEAN TINYINT(1) default 0, W_BYTE TINYINT, WBA_BINARY LONGBLOB, WBA_BLOB LONGBLOB, WBA_LONGVARBINARY LONGBLOB, W_CHARACTER CHAR(1), WCA_CLOB LONGTEXT, WCA_VARCHAR LONGTEXT, W_DOUBLE DOUBLE, W_FLOAT FLOAT, W_INTEGER INTEGER, W_LONG BIGINT, W_SMALLINT SMALLINT, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.634--ServerSession(1177377518)--Connection(1624817884)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.634--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.634--ServerSession(1177377518)--Connection(1107579932)--Thread(Thread[main,5,main])--CREATE TABLE TMP_BASIC_TYPES_PA (ID INTEGER NOT NULL, BIG_DECIMAL DECIMAL(12,2), BIG_INTEGER BIGINT, ENUM_ORDINAL INTEGER, ENUM_STRING VARCHAR(255), P_BYTE TINYINT, P_BOOLEAN TINYINT(1) default 0, PBA_BINARY LONGBLOB, PBA_BLOB LONGBLOB, PBA_LONGVARBINARY LONGBLOB, P_CHAR CHAR(1), PCA_CLOB LONGTEXT, PCA_VARCHAR LONGTEXT, P_DOUBLE DOUBLE, P_FLOAT FLOAT, P_INT INTEGER, P_LONG BIGINT, P_SHORT SMALLINT, SERIALIZABLE LONGBLOB, SQL_DATE DATE, SQL_TIME TIME, SQL_TIMESTAMP DATETIME, STRING_CLOB LONGTEXT, STRING_VC VARCHAR(128), UTIL_CALENDAR DATETIME, UTIL_DATE DATETIME, W_BOOLEAN TINYINT(1) default 0, W_BYTE TINYINT, WBA_BINARY LONGBLOB, WBA_BLOB LONGBLOB, WBA_LONGVARBINARY LONGBLOB, W_CHARACTER CHAR(1), WCA_CLOB LONGTEXT, WCA_VARCHAR LONGTEXT, W_DOUBLE DOUBLE, W_FLOAT FLOAT, W_INTEGER INTEGER, W_LONG BIGINT, W_SMALLINT SMALLINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.64--ServerSession(1177377518)--Connection(1624817884)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.64--Thread(Thread[main,5,main])--The table (TMP_BASIC_TYPES_PA) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.64--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_TEMPORAL_FA (ID BIGINT NOT NULL, SQL_DATE DATE, SQL_TIME TIME, SQL_TIMESTAMP DATETIME, UTIL_CALENDAR_D DATE, UTIL_CALENDAR_T TIME, UTIL_CALENDAR_TS DATETIME, UTIL_DATE_D DATE, UTIL_DATE_T TIME, UTIL_DATE_TS DATETIME, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.64--ServerSession(1177377518)--Connection(1627010197)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.64--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.64--ServerSession(1177377518)--Connection(4073506)--Thread(Thread[main,5,main])--CREATE TABLE TMP_TEMPORAL_FA (ID BIGINT NOT NULL, SQL_DATE DATE, SQL_TIME TIME, SQL_TIMESTAMP DATETIME, UTIL_CALENDAR_D DATE, UTIL_CALENDAR_T TIME, UTIL_CALENDAR_TS DATETIME, UTIL_DATE_D DATE, UTIL_DATE_T TIME, UTIL_DATE_TS DATETIME, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.644--ServerSession(1177377518)--Connection(1627010197)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.644--Thread(Thread[main,5,main])--The table (TMP_TEMPORAL_FA) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.645--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_ANIMAL (ID INTEGER AUTO_INCREMENT NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.645--ServerSession(1177377518)--Connection(407493402)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.645--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.645--ServerSession(1177377518)--Connection(1774690057)--Thread(Thread[main,5,main])--CREATE TABLE TMP_ANIMAL (ID INTEGER AUTO_INCREMENT NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.649--ServerSession(1177377518)--Connection(407493402)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.649--Thread(Thread[main,5,main])--The table (TMP_ANIMAL) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.649--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_ELEMENT (ID INTEGER AUTO_INCREMENT NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.649--ServerSession(1177377518)--Connection(1396385390)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.649--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.65--ServerSession(1177377518)--Connection(114414807)--Thread(Thread[main,5,main])--CREATE TABLE TMP_ELEMENT (ID INTEGER AUTO_INCREMENT NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.653--ServerSession(1177377518)--Connection(1396385390)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.653--Thread(Thread[main,5,main])--The table (TMP_ELEMENT) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.654--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_PLANT (ID INTEGER AUTO_INCREMENT NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.654--ServerSession(1177377518)--Connection(1650955365)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.654--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.654--ServerSession(1177377518)--Connection(1788380050)--Thread(Thread[main,5,main])--CREATE TABLE TMP_PLANT (ID INTEGER AUTO_INCREMENT NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.659--ServerSession(1177377518)--Connection(1650955365)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.659--Thread(Thread[main,5,main])--The table (TMP_PLANT) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.659--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_EMP_BICYCLE (BICYCLE_ID SMALLINT NOT NULL, EMPLOYEE_ID INTEGER NOT NULL, PRIMARY KEY (BICYCLE_ID, EMPLOYEE_ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.659--ServerSession(1177377518)--Connection(99770475)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.659--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.659--ServerSession(1177377518)--Connection(727250772)--Thread(Thread[main,5,main])--CREATE TABLE TMP_EMP_BICYCLE (BICYCLE_ID SMALLINT NOT NULL, EMPLOYEE_ID INTEGER NOT NULL, PRIMARY KEY (BICYCLE_ID, EMPLOYEE_ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.664--ServerSession(1177377518)--Connection(99770475)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.664--Thread(Thread[main,5,main])--The table (TMP_EMP_BICYCLE) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.664--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_COURSE_EMP (COURSE_ID BIGINT NOT NULL, EMP_ID INTEGER NOT NULL, PRIMARY KEY (COURSE_ID, EMP_ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.664--ServerSession(1177377518)--Connection(859123506)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.664--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.664--ServerSession(1177377518)--Connection(1597742167)--Thread(Thread[main,5,main])--CREATE TABLE TMP_COURSE_EMP (COURSE_ID BIGINT NOT NULL, EMP_ID INTEGER NOT NULL, PRIMARY KEY (COURSE_ID, EMP_ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.668--ServerSession(1177377518)--Connection(859123506)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.668--Thread(Thread[main,5,main])--The table (TMP_COURSE_EMP) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.668--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_EMP_CREDIT (CLIENT_ID INTEGER NOT NULL, CREDIT_ID BIGINT NOT NULL, PRIMARY KEY (CLIENT_ID, CREDIT_ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.669--ServerSession(1177377518)--Connection(908384914)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.669--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.669--ServerSession(1177377518)--Connection(905847077)--Thread(Thread[main,5,main])--CREATE TABLE TMP_EMP_CREDIT (CLIENT_ID INTEGER NOT NULL, CREDIT_ID BIGINT NOT NULL, PRIMARY KEY (CLIENT_ID, CREDIT_ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.673--ServerSession(1177377518)--Connection(908384914)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.673--Thread(Thread[main,5,main])--The table (TMP_EMP_CREDIT) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.673--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_EMP_HOBBY (EMP_ID INTEGER NOT NULL, HOBBY_ID VARCHAR(255) NOT NULL, PRIMARY KEY (EMP_ID, HOBBY_ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.673--ServerSession(1177377518)--Connection(612693043)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.673--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.674--ServerSession(1177377518)--Connection(1622613647)--Thread(Thread[main,5,main])--CREATE TABLE TMP_EMP_HOBBY (EMP_ID INTEGER NOT NULL, HOBBY_ID VARCHAR(255) NOT NULL, PRIMARY KEY (EMP_ID, HOBBY_ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.677--ServerSession(1177377518)--Connection(612693043)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.677--Thread(Thread[main,5,main])--The table (TMP_EMP_HOBBY) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.677--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_EMP_PATENT (EMP_ID INTEGER NOT NULL, PATENT_NAME VARCHAR(255) NOT NULL, PATENT_YEAR INTEGER NOT NULL, PRIMARY KEY (EMP_ID, PATENT_NAME, PATENT_YEAR))") [junit] [EL Finest]: 2022-09-10 04:18:50.678--ServerSession(1177377518)--Connection(130166095)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.678--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.678--ServerSession(1177377518)--Connection(1599674462)--Thread(Thread[main,5,main])--CREATE TABLE TMP_EMP_PATENT (EMP_ID INTEGER NOT NULL, PATENT_NAME VARCHAR(255) NOT NULL, PATENT_YEAR INTEGER NOT NULL, PRIMARY KEY (EMP_ID, PATENT_NAME, PATENT_YEAR)) [junit] [EL Finest]: 2022-09-10 04:18:50.681--ServerSession(1177377518)--Connection(130166095)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.681--Thread(Thread[main,5,main])--The table (TMP_EMP_PATENT) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.682--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_EMP_PROJECT (EMP_ID INTEGER NOT NULL, PROJECT_ID INTEGER NOT NULL, PRIMARY KEY (EMP_ID, PROJECT_ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.682--ServerSession(1177377518)--Connection(1373949107)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.682--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.682--ServerSession(1177377518)--Connection(1189651769)--Thread(Thread[main,5,main])--CREATE TABLE TMP_EMP_PROJECT (EMP_ID INTEGER NOT NULL, PROJECT_ID INTEGER NOT NULL, PRIMARY KEY (EMP_ID, PROJECT_ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.686--ServerSession(1177377518)--Connection(1373949107)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.686--Thread(Thread[main,5,main])--The table (TMP_EMP_PROJECT) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.686--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_EMP_REVIEW (EMP_ID INTEGER NOT NULL, REVIEW_ID INTEGER NOT NULL, PRIMARY KEY (EMP_ID, REVIEW_ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.686--ServerSession(1177377518)--Connection(681639276)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.686--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.686--ServerSession(1177377518)--Connection(727860268)--Thread(Thread[main,5,main])--CREATE TABLE TMP_EMP_REVIEW (EMP_ID INTEGER NOT NULL, REVIEW_ID INTEGER NOT NULL, PRIMARY KEY (EMP_ID, REVIEW_ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.711--ServerSession(1177377518)--Connection(681639276)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.711--Thread(Thread[main,5,main])--The table (TMP_EMP_REVIEW) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.711--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_OFFICE_CUBICLE (OFFICE_ID INTEGER NOT NULL, CUBICLE_FLOOR INTEGER NOT NULL, CUBICLE_PLACE INTEGER NOT NULL, CUBICLES_KEY LONGBLOB, PRIMARY KEY (OFFICE_ID, CUBICLE_FLOOR, CUBICLE_PLACE))") [junit] [EL Finest]: 2022-09-10 04:18:50.712--ServerSession(1177377518)--Connection(665137804)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.712--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.712--ServerSession(1177377518)--Connection(509559152)--Thread(Thread[main,5,main])--CREATE TABLE TMP_OFFICE_CUBICLE (OFFICE_ID INTEGER NOT NULL, CUBICLE_FLOOR INTEGER NOT NULL, CUBICLE_PLACE INTEGER NOT NULL, CUBICLES_KEY LONGBLOB, PRIMARY KEY (OFFICE_ID, CUBICLE_FLOOR, CUBICLE_PLACE)) [junit] [EL Finest]: 2022-09-10 04:18:50.717--ServerSession(1177377518)--Connection(665137804)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.717--Thread(Thread[main,5,main])--The table (TMP_OFFICE_CUBICLE) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.717--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_VEHICLE_PROFILE (PROFILE_ID binary(16) NOT NULL, VEHICLE_ID SMALLINT NOT NULL, PRIMARY KEY (PROFILE_ID, VEHICLE_ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.717--ServerSession(1177377518)--Connection(1709578324)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.718--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.718--ServerSession(1177377518)--Connection(22446425)--Thread(Thread[main,5,main])--CREATE TABLE TMP_VEHICLE_PROFILE (PROFILE_ID binary(16) NOT NULL, VEHICLE_ID SMALLINT NOT NULL, PRIMARY KEY (PROFILE_ID, VEHICLE_ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.722--ServerSession(1177377518)--Connection(1709578324)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.722--Thread(Thread[main,5,main])--The table (TMP_VEHICLE_PROFILE) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.722--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_UCOFFICE_CUBICLE (OFFICE_ID INTEGER NOT NULL, CUBICLE_FLOOR INTEGER NOT NULL, CUBICLE_PLACE INTEGER NOT NULL, PRIMARY KEY (OFFICE_ID, CUBICLE_FLOOR, CUBICLE_PLACE))") [junit] [EL Finest]: 2022-09-10 04:18:50.722--ServerSession(1177377518)--Connection(988904418)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.722--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.723--ServerSession(1177377518)--Connection(261650860)--Thread(Thread[main,5,main])--CREATE TABLE TMP_UCOFFICE_CUBICLE (OFFICE_ID INTEGER NOT NULL, CUBICLE_FLOOR INTEGER NOT NULL, CUBICLE_PLACE INTEGER NOT NULL, PRIMARY KEY (OFFICE_ID, CUBICLE_FLOOR, CUBICLE_PLACE)) [junit] [EL Finest]: 2022-09-10 04:18:50.726--ServerSession(1177377518)--Connection(988904418)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.726--Thread(Thread[main,5,main])--The table (TMP_UCOFFICE_CUBICLE) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.727--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CITY_TMP_COP (City_ID BIGINT NOT NULL, cops_ID BIGINT NOT NULL, PRIMARY KEY (City_ID, cops_ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.727--ServerSession(1177377518)--Connection(1850874910)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.727--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.727--ServerSession(1177377518)--Connection(575360353)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CITY_TMP_COP (City_ID BIGINT NOT NULL, cops_ID BIGINT NOT NULL, PRIMARY KEY (City_ID, cops_ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.73--ServerSession(1177377518)--Connection(1850874910)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.73--Thread(Thread[main,5,main])--The table (TMP_CITY_TMP_COP) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.73--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CITY_TMP_CRIMINAL (City_ID BIGINT NOT NULL, criminals_ID BIGINT NOT NULL, PRIMARY KEY (City_ID, criminals_ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.731--ServerSession(1177377518)--Connection(1324514662)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.731--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.731--ServerSession(1177377518)--Connection(908722588)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CITY_TMP_CRIMINAL (City_ID BIGINT NOT NULL, criminals_ID BIGINT NOT NULL, PRIMARY KEY (City_ID, criminals_ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.734--ServerSession(1177377518)--Connection(1324514662)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.734--Thread(Thread[main,5,main])--The table (TMP_CITY_TMP_CRIMINAL) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.734--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_COP_TMP_CRIMINAL (Cop_ID BIGINT NOT NULL, attachedCriminals_ID BIGINT NOT NULL, PRIMARY KEY (Cop_ID, attachedCriminals_ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.734--ServerSession(1177377518)--Connection(17600354)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.734--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.735--ServerSession(1177377518)--Connection(1733056574)--Thread(Thread[main,5,main])--CREATE TABLE TMP_COP_TMP_CRIMINAL (Cop_ID BIGINT NOT NULL, attachedCriminals_ID BIGINT NOT NULL, PRIMARY KEY (Cop_ID, attachedCriminals_ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.738--ServerSession(1177377518)--Connection(17600354)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.738--Thread(Thread[main,5,main])--The table (TMP_COP_TMP_CRIMINAL) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.738--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_COP_TMP_INFORMER (Cop_ID BIGINT NOT NULL, informers_ID BIGINT NOT NULL, PRIMARY KEY (Cop_ID, informers_ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.738--ServerSession(1177377518)--Connection(1521568953)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.739--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.739--ServerSession(1177377518)--Connection(1605988985)--Thread(Thread[main,5,main])--CREATE TABLE TMP_COP_TMP_INFORMER (Cop_ID BIGINT NOT NULL, informers_ID BIGINT NOT NULL, PRIMARY KEY (Cop_ID, informers_ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.742--ServerSession(1177377518)--Connection(1521568953)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.742--Thread(Thread[main,5,main])--The table (TMP_COP_TMP_INFORMER) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.743--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_INFORMER_TMP_COP (Informer_ID BIGINT NOT NULL, informingCops_ID BIGINT NOT NULL, PRIMARY KEY (Informer_ID, informingCops_ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.743--ServerSession(1177377518)--Connection(822232612)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.743--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.743--ServerSession(1177377518)--Connection(633131207)--Thread(Thread[main,5,main])--CREATE TABLE TMP_INFORMER_TMP_COP (Informer_ID BIGINT NOT NULL, informingCops_ID BIGINT NOT NULL, PRIMARY KEY (Informer_ID, informingCops_ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.747--ServerSession(1177377518)--Connection(822232612)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.747--Thread(Thread[main,5,main])--The table (TMP_INFORMER_TMP_COP) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.747--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CRIMINAL_TMP_CRIMINAL (Criminal_ID BIGINT NOT NULL, parties_ID BIGINT NOT NULL, PRIMARY KEY (Criminal_ID, parties_ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.747--ServerSession(1177377518)--Connection(1088239991)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.747--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.747--ServerSession(1177377518)--Connection(61137731)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CRIMINAL_TMP_CRIMINAL (Criminal_ID BIGINT NOT NULL, parties_ID BIGINT NOT NULL, PRIMARY KEY (Criminal_ID, parties_ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.751--ServerSession(1177377518)--Connection(1088239991)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.751--Thread(Thread[main,5,main])--The table (TMP_CRIMINAL_TMP_CRIMINAL) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.751--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CAVE_CREATURE (CAVE_ID INTEGER NOT NULL, CREATURE_ID INTEGER NOT NULL, PRIMARY KEY (CAVE_ID, CREATURE_ID))") [junit] [EL Finest]: 2022-09-10 04:18:50.751--ServerSession(1177377518)--Connection(1264941544)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.751--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.751--ServerSession(1177377518)--Connection(1878992188)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CAVE_CREATURE (CAVE_ID INTEGER NOT NULL, CREATURE_ID INTEGER NOT NULL, PRIMARY KEY (CAVE_ID, CREATURE_ID)) [junit] [EL Finest]: 2022-09-10 04:18:50.755--ServerSession(1177377518)--Connection(1264941544)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.755--Thread(Thread[main,5,main])--The table (TMP_CAVE_CREATURE) is created. [junit] [EL Finest]: 2022-09-10 04:18:50.755--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP ADD CONSTRAINT UNQ_TMP_EMP_0 UNIQUE (ID, DEPARTMENT)") [junit] [EL Finest]: 2022-09-10 04:18:50.756--ServerSession(1177377518)--Connection(961859592)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.756--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.756--ServerSession(1177377518)--Connection(798278875)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP ADD CONSTRAINT UNQ_TMP_EMP_0 UNIQUE (ID, DEPARTMENT) [junit] [EL Finest]: 2022-09-10 04:18:50.76--ServerSession(1177377518)--Connection(961859592)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.76--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_METRIC ADD CONSTRAINT FK_TMP_METRIC_COMPONENT_ID FOREIGN KEY (COMPONENT_ID) REFERENCES TMP_COMPONENT (ID)") [junit] [EL Finest]: 2022-09-10 04:18:50.76--ServerSession(1177377518)--Connection(1837601499)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.76--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.76--ServerSession(1177377518)--Connection(1690050988)--Thread(Thread[main,5,main])--ALTER TABLE TMP_METRIC ADD CONSTRAINT FK_TMP_METRIC_COMPONENT_ID FOREIGN KEY (COMPONENT_ID) REFERENCES TMP_COMPONENT (ID) [junit] [EL Finest]: 2022-09-10 04:18:50.77--ServerSession(1177377518)--Connection(1837601499)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.77--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CONTRACT_EMP ADD CONSTRAINT FK_TMP_CONTRACT_EMP_ID FOREIGN KEY (ID) REFERENCES TMP_ABSTR_EMP (ID)") [junit] [EL Finest]: 2022-09-10 04:18:50.77--ServerSession(1177377518)--Connection(216376974)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.77--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.771--ServerSession(1177377518)--Connection(164714495)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CONTRACT_EMP ADD CONSTRAINT FK_TMP_CONTRACT_EMP_ID FOREIGN KEY (ID) REFERENCES TMP_ABSTR_EMP (ID) [junit] [EL Finest]: 2022-09-10 04:18:50.779--ServerSession(1177377518)--Connection(216376974)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.779--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_VEHICLE ADD CONSTRAINT FK_TMP_VEHICLE_EMPLOYEE_ID FOREIGN KEY (EMPLOYEE_ID) REFERENCES TMP_EMP (ID)") [junit] [EL Finest]: 2022-09-10 04:18:50.779--ServerSession(1177377518)--Connection(2080643905)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.78--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.78--ServerSession(1177377518)--Connection(2137642385)--Thread(Thread[main,5,main])--ALTER TABLE TMP_VEHICLE ADD CONSTRAINT FK_TMP_VEHICLE_EMPLOYEE_ID FOREIGN KEY (EMPLOYEE_ID) REFERENCES TMP_EMP (ID) [junit] [EL Finest]: 2022-09-10 04:18:50.789--ServerSession(1177377518)--Connection(2080643905)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.79--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_BROKER_ACC ADD CONSTRAINT FK_TMP_BROKER_ACC_ACC_NUMBER FOREIGN KEY (ACC_NUMBER) REFERENCES TMP_ACCOUNT (ACC_NUMBER)") [junit] [EL Finest]: 2022-09-10 04:18:50.79--ServerSession(1177377518)--Connection(1076966140)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.79--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.79--ServerSession(1177377518)--Connection(1908781622)--Thread(Thread[main,5,main])--ALTER TABLE TMP_BROKER_ACC ADD CONSTRAINT FK_TMP_BROKER_ACC_ACC_NUMBER FOREIGN KEY (ACC_NUMBER) REFERENCES TMP_ACCOUNT (ACC_NUMBER) [junit] [EL Finest]: 2022-09-10 04:18:50.799--ServerSession(1177377518)--Connection(1076966140)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.799--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CHECK_ACC ADD CONSTRAINT FK_TMP_CHECK_ACC_ACC_NUMBER FOREIGN KEY (ACC_NUMBER) REFERENCES TMP_ACCOUNT (ACC_NUMBER)") [junit] [EL Finest]: 2022-09-10 04:18:50.799--ServerSession(1177377518)--Connection(1721045976)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.799--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.799--ServerSession(1177377518)--Connection(975001918)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CHECK_ACC ADD CONSTRAINT FK_TMP_CHECK_ACC_ACC_NUMBER FOREIGN KEY (ACC_NUMBER) REFERENCES TMP_ACCOUNT (ACC_NUMBER) [junit] [EL Finest]: 2022-09-10 04:18:50.808--ServerSession(1177377518)--Connection(1721045976)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.808--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CHECK_ACC ADD CONSTRAINT FK_TMP_CHECK_ACC_CLIENT_ID FOREIGN KEY (CLIENT_ID) REFERENCES TMP_EMP (ID)") [junit] [EL Finest]: 2022-09-10 04:18:50.808--ServerSession(1177377518)--Connection(2019157894)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.808--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.808--ServerSession(1177377518)--Connection(677217562)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CHECK_ACC ADD CONSTRAINT FK_TMP_CHECK_ACC_CLIENT_ID FOREIGN KEY (CLIENT_ID) REFERENCES TMP_EMP (ID) [junit] [EL Finest]: 2022-09-10 04:18:50.826--ServerSession(1177377518)--Connection(2019157894)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.832--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CREDIT_ACC ADD CONSTRAINT FK_TMP_CREDIT_ACC_CCA_ID FOREIGN KEY (CCA_ID) REFERENCES TMP_ACCOUNT (ACC_NUMBER)") [junit] [EL Finest]: 2022-09-10 04:18:50.833--ServerSession(1177377518)--Connection(1360541835)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.833--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.834--ServerSession(1177377518)--Connection(363397863)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CREDIT_ACC ADD CONSTRAINT FK_TMP_CREDIT_ACC_CCA_ID FOREIGN KEY (CCA_ID) REFERENCES TMP_ACCOUNT (ACC_NUMBER) [junit] [EL Finest]: 2022-09-10 04:18:50.844--ServerSession(1177377518)--Connection(1360541835)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.844--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_COSTCENTER FOREIGN KEY (COSTCENTER) REFERENCES TMP_COSTCENTER (ID)") [junit] [EL Finest]: 2022-09-10 04:18:50.844--ServerSession(1177377518)--Connection(1525844775)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.844--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.845--ServerSession(1177377518)--Connection(118555812)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_COSTCENTER FOREIGN KEY (COSTCENTER) REFERENCES TMP_COSTCENTER (ID) [junit] [EL Finest]: 2022-09-10 04:18:50.855--ServerSession(1177377518)--Connection(1525844775)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.855--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_DEPARTMENT FOREIGN KEY (DEPARTMENT) REFERENCES TMP_DEP (ID)") [junit] [EL Finest]: 2022-09-10 04:18:50.856--ServerSession(1177377518)--Connection(1016162524)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.856--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.856--ServerSession(1177377518)--Connection(858423246)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_DEPARTMENT FOREIGN KEY (DEPARTMENT) REFERENCES TMP_DEP (ID) [junit] [EL Finest]: 2022-09-10 04:18:50.868--ServerSession(1177377518)--Connection(1016162524)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.869--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_CUBICLE_PLACE FOREIGN KEY (CUBICLE_PLACE, CUBICLE_FLOOR) REFERENCES TMP_CUBICLE (PLACE, FLOOR)") [junit] [EL Finest]: 2022-09-10 04:18:50.869--ServerSession(1177377518)--Connection(841166421)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.869--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.869--ServerSession(1177377518)--Connection(1377301456)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_CUBICLE_PLACE FOREIGN KEY (CUBICLE_PLACE, CUBICLE_FLOOR) REFERENCES TMP_CUBICLE (PLACE, FLOOR) [junit] [EL Finest]: 2022-09-10 04:18:50.887--ServerSession(1177377518)--Connection(841166421)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.887--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_SAMPLE_ACCOUNT FOREIGN KEY (SAMPLE_ACCOUNT) REFERENCES TMP_ACCOUNT (ACC_NUMBER)") [junit] [EL Finest]: 2022-09-10 04:18:50.888--ServerSession(1177377518)--Connection(37841489)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.888--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.888--ServerSession(1177377518)--Connection(1873121466)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_SAMPLE_ACCOUNT FOREIGN KEY (SAMPLE_ACCOUNT) REFERENCES TMP_ACCOUNT (ACC_NUMBER) [junit] [EL Finest]: 2022-09-10 04:18:50.907--ServerSession(1177377518)--Connection(37841489)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.907--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_BROKERAGE_ACCOUNT FOREIGN KEY (BROKERAGE_ACCOUNT) REFERENCES TMP_ACCOUNT (ACC_NUMBER)") [junit] [EL Finest]: 2022-09-10 04:18:50.908--ServerSession(1177377518)--Connection(2079961240)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.908--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.908--ServerSession(1177377518)--Connection(949673757)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_BROKERAGE_ACCOUNT FOREIGN KEY (BROKERAGE_ACCOUNT) REFERENCES TMP_ACCOUNT (ACC_NUMBER) [junit] [EL Finest]: 2022-09-10 04:18:50.928--ServerSession(1177377518)--Connection(2079961240)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.928--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_PROFILE_GUID FOREIGN KEY (PROFILE_GUID) REFERENCES TMP_PROFILE (GUID)") [junit] [EL Finest]: 2022-09-10 04:18:50.928--ServerSession(1177377518)--Connection(688593710)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.928--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.928--ServerSession(1177377518)--Connection(1200048933)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_PROFILE_GUID FOREIGN KEY (PROFILE_GUID) REFERENCES TMP_PROFILE (GUID) [junit] [EL Finest]: 2022-09-10 04:18:50.945--ServerSession(1177377518)--Connection(688593710)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.946--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_REVIEW ADD CONSTRAINT FK_TMP_REVIEW_PATENT_NAME FOREIGN KEY (PATENT_NAME, PATENT_YEAR) REFERENCES TMP_PATENT (PAT_NAME, PAT_YEAR)") [junit] [EL Finest]: 2022-09-10 04:18:50.946--ServerSession(1177377518)--Connection(1572127577)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.946--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.946--ServerSession(1177377518)--Connection(546796969)--Thread(Thread[main,5,main])--ALTER TABLE TMP_REVIEW ADD CONSTRAINT FK_TMP_REVIEW_PATENT_NAME FOREIGN KEY (PATENT_NAME, PATENT_YEAR) REFERENCES TMP_PATENT (PAT_NAME, PAT_YEAR) [junit] [EL Finest]: 2022-09-10 04:18:50.956--ServerSession(1177377518)--Connection(1572127577)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.956--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_REVIEW_DETAILS ADD CONSTRAINT FK_TMP_REVIEW_DETAILS_REVIEW_ID FOREIGN KEY (REVIEW_ID) REFERENCES TMP_REVIEW (ID)") [junit] [EL Finest]: 2022-09-10 04:18:50.956--ServerSession(1177377518)--Connection(1959708563)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.956--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.957--ServerSession(1177377518)--Connection(1877986974)--Thread(Thread[main,5,main])--ALTER TABLE TMP_REVIEW_DETAILS ADD CONSTRAINT FK_TMP_REVIEW_DETAILS_REVIEW_ID FOREIGN KEY (REVIEW_ID) REFERENCES TMP_REVIEW (ID) [junit] [EL Finest]: 2022-09-10 04:18:50.965--ServerSession(1177377518)--Connection(1959708563)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.966--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_PROJECT_DETAILS ADD CONSTRAINT FK_TMP_PROJECT_DETAILS_PROJECT_ID FOREIGN KEY (PROJECT_ID) REFERENCES TMP_PROJECT (ID)") [junit] [EL Finest]: 2022-09-10 04:18:50.966--ServerSession(1177377518)--Connection(422522663)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.966--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.966--ServerSession(1177377518)--Connection(145066402)--Thread(Thread[main,5,main])--ALTER TABLE TMP_PROJECT_DETAILS ADD CONSTRAINT FK_TMP_PROJECT_DETAILS_PROJECT_ID FOREIGN KEY (PROJECT_ID) REFERENCES TMP_PROJECT (ID) [junit] [EL Finest]: 2022-09-10 04:18:50.975--ServerSession(1177377518)--Connection(422522663)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.976--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_SAVE_ACC ADD CONSTRAINT FK_TMP_SAVE_ACC_ACC_NUMBER FOREIGN KEY (ACC_NUMBER) REFERENCES TMP_ACCOUNT (ACC_NUMBER)") [junit] [EL Finest]: 2022-09-10 04:18:50.976--ServerSession(1177377518)--Connection(191310504)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.976--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.976--ServerSession(1177377518)--Connection(799755007)--Thread(Thread[main,5,main])--ALTER TABLE TMP_SAVE_ACC ADD CONSTRAINT FK_TMP_SAVE_ACC_ACC_NUMBER FOREIGN KEY (ACC_NUMBER) REFERENCES TMP_ACCOUNT (ACC_NUMBER) [junit] [EL Finest]: 2022-09-10 04:18:50.989--ServerSession(1177377518)--Connection(191310504)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.989--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_TASK ADD CONSTRAINT FK_TMP_TASK_PROJ_ID FOREIGN KEY (PROJ_ID) REFERENCES TMP_PROJECT (ID)") [junit] [EL Finest]: 2022-09-10 04:18:50.989--ServerSession(1177377518)--Connection(1556520190)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:50.989--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:50.989--ServerSession(1177377518)--Connection(701487403)--Thread(Thread[main,5,main])--ALTER TABLE TMP_TASK ADD CONSTRAINT FK_TMP_TASK_PROJ_ID FOREIGN KEY (PROJ_ID) REFERENCES TMP_PROJECT (ID) [junit] [EL Finest]: 2022-09-10 04:18:51.004--ServerSession(1177377518)--Connection(1556520190)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.004--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE BYTE_ITEM_ATT ADD CONSTRAINT FK_BYTE_ITEM_ATT_ITEM_ID FOREIGN KEY (ITEM_ID) REFERENCES BYTE_ITEM (ITEM_ID)") [junit] [EL Finest]: 2022-09-10 04:18:51.004--ServerSession(1177377518)--Connection(299819831)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.004--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.005--ServerSession(1177377518)--Connection(1175418534)--Thread(Thread[main,5,main])--ALTER TABLE BYTE_ITEM_ATT ADD CONSTRAINT FK_BYTE_ITEM_ATT_ITEM_ID FOREIGN KEY (ITEM_ID) REFERENCES BYTE_ITEM (ITEM_ID) [junit] [EL Finest]: 2022-09-10 04:18:51.014--ServerSession(1177377518)--Connection(299819831)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.014--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COP ADD CONSTRAINT FK_TMP_COP_PARTNER_ID FOREIGN KEY (PARTNER_ID) REFERENCES TMP_COP (ID)") [junit] [EL Finest]: 2022-09-10 04:18:51.015--ServerSession(1177377518)--Connection(1997357673)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.015--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.015--ServerSession(1177377518)--Connection(1250603112)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP ADD CONSTRAINT FK_TMP_COP_PARTNER_ID FOREIGN KEY (PARTNER_ID) REFERENCES TMP_COP (ID) [junit] [EL Finest]: 2022-09-10 04:18:51.025--ServerSession(1177377518)--Connection(1997357673)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.026--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_PERSON ADD CONSTRAINT FK_TMP_PERSON_CITY FOREIGN KEY (CITY) REFERENCES TMP_CITY (ID)") [junit] [EL Finest]: 2022-09-10 04:18:51.026--ServerSession(1177377518)--Connection(1806378373)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.026--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.026--ServerSession(1177377518)--Connection(1958592872)--Thread(Thread[main,5,main])--ALTER TABLE TMP_PERSON ADD CONSTRAINT FK_TMP_PERSON_CITY FOREIGN KEY (CITY) REFERENCES TMP_CITY (ID) [junit] [EL Finest]: 2022-09-10 04:18:51.038--ServerSession(1177377518)--Connection(1806378373)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.038--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CRIMINAL ADD CONSTRAINT FK_TMP_CRIMINAL_ATTACHEDCOP_ID FOREIGN KEY (ATTACHEDCOP_ID) REFERENCES TMP_COP (ID)") [junit] [EL Finest]: 2022-09-10 04:18:51.039--ServerSession(1177377518)--Connection(1629454900)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.039--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.04--ServerSession(1177377518)--Connection(2075372030)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CRIMINAL ADD CONSTRAINT FK_TMP_CRIMINAL_ATTACHEDCOP_ID FOREIGN KEY (ATTACHEDCOP_ID) REFERENCES TMP_COP (ID) [junit] [EL Finest]: 2022-09-10 04:18:51.051--ServerSession(1177377518)--Connection(1629454900)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.051--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CREATURE ADD CONSTRAINT FK_TMP_CREATURE_WEAPON FOREIGN KEY (WEAPON) REFERENCES TMP_WEAPON (ID)") [junit] [EL Finest]: 2022-09-10 04:18:51.051--ServerSession(1177377518)--Connection(1653751526)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.051--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.051--ServerSession(1177377518)--Connection(67671827)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CREATURE ADD CONSTRAINT FK_TMP_CREATURE_WEAPON FOREIGN KEY (WEAPON) REFERENCES TMP_WEAPON (ID) [junit] [EL Finest]: 2022-09-10 04:18:51.061--ServerSession(1177377518)--Connection(1653751526)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.061--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CREATURE_DETAILS ADD CONSTRAINT FK_TMP_CREATURE_DETAILS_SECONDTABLE_ID FOREIGN KEY (SECONDTABLE_ID) REFERENCES TMP_CREATURE (ID)") [junit] [EL Finest]: 2022-09-10 04:18:51.061--ServerSession(1177377518)--Connection(194107588)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.062--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.062--ServerSession(1177377518)--Connection(1264674474)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CREATURE_DETAILS ADD CONSTRAINT FK_TMP_CREATURE_DETAILS_SECONDTABLE_ID FOREIGN KEY (SECONDTABLE_ID) REFERENCES TMP_CREATURE (ID) [junit] [EL Finest]: 2022-09-10 04:18:51.071--ServerSession(1177377518)--Connection(194107588)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.071--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_MYTHICALCREATURE ADD CONSTRAINT FK_TMP_MYTHICALCREATURE_ID FOREIGN KEY (ID) REFERENCES TMP_CREATURE (ID)") [junit] [EL Finest]: 2022-09-10 04:18:51.071--ServerSession(1177377518)--Connection(1241938981)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.071--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.072--ServerSession(1177377518)--Connection(168957945)--Thread(Thread[main,5,main])--ALTER TABLE TMP_MYTHICALCREATURE ADD CONSTRAINT FK_TMP_MYTHICALCREATURE_ID FOREIGN KEY (ID) REFERENCES TMP_CREATURE (ID) [junit] [EL Finest]: 2022-09-10 04:18:51.081--ServerSession(1177377518)--Connection(1241938981)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.081--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CASC_NODE ADD CONSTRAINT FK_TMP_CASC_NODE_DESCRIPTION FOREIGN KEY (DESCRIPTION) REFERENCES TMP_CASC_NODE_DESC (ID)") [junit] [EL Finest]: 2022-09-10 04:18:51.081--ServerSession(1177377518)--Connection(732597634)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.081--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.081--ServerSession(1177377518)--Connection(832432849)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CASC_NODE ADD CONSTRAINT FK_TMP_CASC_NODE_DESCRIPTION FOREIGN KEY (DESCRIPTION) REFERENCES TMP_CASC_NODE_DESC (ID) [junit] [EL Finest]: 2022-09-10 04:18:51.09--ServerSession(1177377518)--Connection(732597634)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.09--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CASC_NODE ADD CONSTRAINT FK_TMP_CASC_NODE_PARENT FOREIGN KEY (PARENT) REFERENCES TMP_CASC_NODE (ID)") [junit] [EL Finest]: 2022-09-10 04:18:51.091--ServerSession(1177377518)--Connection(1967617997)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.091--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.091--ServerSession(1177377518)--Connection(726843606)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CASC_NODE ADD CONSTRAINT FK_TMP_CASC_NODE_PARENT FOREIGN KEY (PARENT) REFERENCES TMP_CASC_NODE (ID) [junit] [EL Finest]: 2022-09-10 04:18:51.122--ServerSession(1177377518)--Connection(1967617997)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.122--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_NODE ADD CONSTRAINT FK_TMP_NODE_PARENT FOREIGN KEY (PARENT) REFERENCES TMP_NODE (ID)") [junit] [EL Finest]: 2022-09-10 04:18:51.122--ServerSession(1177377518)--Connection(49318987)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.123--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.123--ServerSession(1177377518)--Connection(1058650291)--Thread(Thread[main,5,main])--ALTER TABLE TMP_NODE ADD CONSTRAINT FK_TMP_NODE_PARENT FOREIGN KEY (PARENT) REFERENCES TMP_NODE (ID) [junit] [EL Finest]: 2022-09-10 04:18:51.133--ServerSession(1177377518)--Connection(49318987)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.133--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_BICYCLE ADD CONSTRAINT FK_TMP_EMP_BICYCLE_BICYCLE_ID FOREIGN KEY (BICYCLE_ID) REFERENCES TMP_VEHICLE (ID)") [junit] [EL Finest]: 2022-09-10 04:18:51.133--ServerSession(1177377518)--Connection(215759534)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.133--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.133--ServerSession(1177377518)--Connection(2129844134)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_BICYCLE ADD CONSTRAINT FK_TMP_EMP_BICYCLE_BICYCLE_ID FOREIGN KEY (BICYCLE_ID) REFERENCES TMP_VEHICLE (ID) [junit] [EL Finest]: 2022-09-10 04:18:51.142--ServerSession(1177377518)--Connection(215759534)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.142--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_BICYCLE ADD CONSTRAINT FK_TMP_EMP_BICYCLE_EMPLOYEE_ID FOREIGN KEY (EMPLOYEE_ID) REFERENCES TMP_EMP (ID)") [junit] [EL Finest]: 2022-09-10 04:18:51.142--ServerSession(1177377518)--Connection(559050604)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.142--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.143--ServerSession(1177377518)--Connection(1240843015)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_BICYCLE ADD CONSTRAINT FK_TMP_EMP_BICYCLE_EMPLOYEE_ID FOREIGN KEY (EMPLOYEE_ID) REFERENCES TMP_EMP (ID) [junit] [EL Finest]: 2022-09-10 04:18:51.152--ServerSession(1177377518)--Connection(559050604)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.152--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COURSE_EMP ADD CONSTRAINT FK_TMP_COURSE_EMP_COURSE_ID FOREIGN KEY (COURSE_ID) REFERENCES TMP_COURSE (COURSE_ID)") [junit] [EL Finest]: 2022-09-10 04:18:51.152--ServerSession(1177377518)--Connection(1726616678)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.152--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.153--ServerSession(1177377518)--Connection(23076423)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COURSE_EMP ADD CONSTRAINT FK_TMP_COURSE_EMP_COURSE_ID FOREIGN KEY (COURSE_ID) REFERENCES TMP_COURSE (COURSE_ID) [junit] [EL Finest]: 2022-09-10 04:18:51.161--ServerSession(1177377518)--Connection(1726616678)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.161--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COURSE_EMP ADD CONSTRAINT FK_TMP_COURSE_EMP_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES TMP_EMP (ID)") [junit] [EL Finest]: 2022-09-10 04:18:51.162--ServerSession(1177377518)--Connection(1349025531)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.162--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.162--ServerSession(1177377518)--Connection(1367068823)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COURSE_EMP ADD CONSTRAINT FK_TMP_COURSE_EMP_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES TMP_EMP (ID) [junit] [EL Finest]: 2022-09-10 04:18:51.171--ServerSession(1177377518)--Connection(1349025531)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.171--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_CREDIT ADD CONSTRAINT FK_TMP_EMP_CREDIT_CREDIT_ID FOREIGN KEY (CREDIT_ID) REFERENCES TMP_ACCOUNT (ACC_NUMBER)") [junit] [EL Finest]: 2022-09-10 04:18:51.172--ServerSession(1177377518)--Connection(1502668485)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.172--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.172--ServerSession(1177377518)--Connection(1457551880)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_CREDIT ADD CONSTRAINT FK_TMP_EMP_CREDIT_CREDIT_ID FOREIGN KEY (CREDIT_ID) REFERENCES TMP_ACCOUNT (ACC_NUMBER) [junit] [EL Finest]: 2022-09-10 04:18:51.181--ServerSession(1177377518)--Connection(1502668485)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.181--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_CREDIT ADD CONSTRAINT FK_TMP_EMP_CREDIT_CLIENT_ID FOREIGN KEY (CLIENT_ID) REFERENCES TMP_EMP (ID)") [junit] [EL Finest]: 2022-09-10 04:18:51.182--ServerSession(1177377518)--Connection(1193841543)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.182--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.182--ServerSession(1177377518)--Connection(315461968)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_CREDIT ADD CONSTRAINT FK_TMP_EMP_CREDIT_CLIENT_ID FOREIGN KEY (CLIENT_ID) REFERENCES TMP_EMP (ID) [junit] [EL Finest]: 2022-09-10 04:18:51.191--ServerSession(1177377518)--Connection(1193841543)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.191--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_HOBBY ADD CONSTRAINT FK_TMP_EMP_HOBBY_HOBBY_ID FOREIGN KEY (HOBBY_ID) REFERENCES TMP_HOBBY (ID)") [junit] [EL Finest]: 2022-09-10 04:18:51.191--ServerSession(1177377518)--Connection(217470033)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.191--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.192--ServerSession(1177377518)--Connection(1917784974)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_HOBBY ADD CONSTRAINT FK_TMP_EMP_HOBBY_HOBBY_ID FOREIGN KEY (HOBBY_ID) REFERENCES TMP_HOBBY (ID) [junit] [EL Finest]: 2022-09-10 04:18:51.201--ServerSession(1177377518)--Connection(217470033)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.201--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_HOBBY ADD CONSTRAINT FK_TMP_EMP_HOBBY_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES TMP_EMP (ID)") [junit] [EL Finest]: 2022-09-10 04:18:51.201--ServerSession(1177377518)--Connection(211031000)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.201--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.202--ServerSession(1177377518)--Connection(105751207)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_HOBBY ADD CONSTRAINT FK_TMP_EMP_HOBBY_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES TMP_EMP (ID) [junit] [EL Finest]: 2022-09-10 04:18:51.211--ServerSession(1177377518)--Connection(211031000)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.211--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_PATENT ADD CONSTRAINT FK_TMP_EMP_PATENT_PATENT_NAME FOREIGN KEY (PATENT_NAME, PATENT_YEAR) REFERENCES TMP_PATENT (PAT_NAME, PAT_YEAR)") [junit] [EL Finest]: 2022-09-10 04:18:51.211--ServerSession(1177377518)--Connection(745627268)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.211--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.212--ServerSession(1177377518)--Connection(1195542839)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PATENT ADD CONSTRAINT FK_TMP_EMP_PATENT_PATENT_NAME FOREIGN KEY (PATENT_NAME, PATENT_YEAR) REFERENCES TMP_PATENT (PAT_NAME, PAT_YEAR) [junit] [EL Finest]: 2022-09-10 04:18:51.244--ServerSession(1177377518)--Connection(745627268)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.244--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_PATENT ADD CONSTRAINT FK_TMP_EMP_PATENT_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES TMP_EMP (ID)") [junit] [EL Finest]: 2022-09-10 04:18:51.244--ServerSession(1177377518)--Connection(560549459)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.244--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.244--ServerSession(1177377518)--Connection(1924227192)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PATENT ADD CONSTRAINT FK_TMP_EMP_PATENT_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES TMP_EMP (ID) [junit] [EL Finest]: 2022-09-10 04:18:51.279--ServerSession(1177377518)--Connection(560549459)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.279--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_PROJECT ADD CONSTRAINT FK_TMP_EMP_PROJECT_PROJECT_ID FOREIGN KEY (PROJECT_ID) REFERENCES TMP_PROJECT (ID)") [junit] [EL Finest]: 2022-09-10 04:18:51.279--ServerSession(1177377518)--Connection(453671855)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.279--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.279--ServerSession(1177377518)--Connection(1648458262)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PROJECT ADD CONSTRAINT FK_TMP_EMP_PROJECT_PROJECT_ID FOREIGN KEY (PROJECT_ID) REFERENCES TMP_PROJECT (ID) [junit] [EL Finest]: 2022-09-10 04:18:51.293--ServerSession(1177377518)--Connection(453671855)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.293--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_PROJECT ADD CONSTRAINT FK_TMP_EMP_PROJECT_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES TMP_EMP (ID)") [junit] [EL Finest]: 2022-09-10 04:18:51.293--ServerSession(1177377518)--Connection(1856093404)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.293--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.293--ServerSession(1177377518)--Connection(123337428)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PROJECT ADD CONSTRAINT FK_TMP_EMP_PROJECT_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES TMP_EMP (ID) [junit] [EL Finest]: 2022-09-10 04:18:51.303--ServerSession(1177377518)--Connection(1856093404)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.303--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_REVIEW ADD CONSTRAINT FK_TMP_EMP_REVIEW_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES TMP_EMP (ID)") [junit] [EL Finest]: 2022-09-10 04:18:51.303--ServerSession(1177377518)--Connection(820878444)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.303--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.303--ServerSession(1177377518)--Connection(2016038911)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_REVIEW ADD CONSTRAINT FK_TMP_EMP_REVIEW_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES TMP_EMP (ID) [junit] [EL Finest]: 2022-09-10 04:18:51.312--ServerSession(1177377518)--Connection(820878444)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.312--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_REVIEW ADD CONSTRAINT FK_TMP_EMP_REVIEW_REVIEW_ID FOREIGN KEY (REVIEW_ID) REFERENCES TMP_REVIEW (ID)") [junit] [EL Finest]: 2022-09-10 04:18:51.312--ServerSession(1177377518)--Connection(95322593)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.312--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.313--ServerSession(1177377518)--Connection(802255644)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_REVIEW ADD CONSTRAINT FK_TMP_EMP_REVIEW_REVIEW_ID FOREIGN KEY (REVIEW_ID) REFERENCES TMP_REVIEW (ID) [junit] [EL Finest]: 2022-09-10 04:18:51.321--ServerSession(1177377518)--Connection(95322593)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.322--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_OFFICE_CUBICLE ADD CONSTRAINT FK_TMP_OFFICE_CUBICLE_CUBICLE_PLACE FOREIGN KEY (CUBICLE_PLACE, CUBICLE_FLOOR) REFERENCES TMP_CUBICLE (PLACE, FLOOR)") [junit] [EL Finest]: 2022-09-10 04:18:51.322--ServerSession(1177377518)--Connection(288615534)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.322--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.322--ServerSession(1177377518)--Connection(895366343)--Thread(Thread[main,5,main])--ALTER TABLE TMP_OFFICE_CUBICLE ADD CONSTRAINT FK_TMP_OFFICE_CUBICLE_CUBICLE_PLACE FOREIGN KEY (CUBICLE_PLACE, CUBICLE_FLOOR) REFERENCES TMP_CUBICLE (PLACE, FLOOR) [junit] [EL Finest]: 2022-09-10 04:18:51.331--ServerSession(1177377518)--Connection(288615534)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.331--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_OFFICE_CUBICLE ADD CONSTRAINT FK_TMP_OFFICE_CUBICLE_OFFICE_ID FOREIGN KEY (OFFICE_ID) REFERENCES TMP_OFFICE (ID)") [junit] [EL Finest]: 2022-09-10 04:18:51.331--ServerSession(1177377518)--Connection(619929778)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.331--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.332--ServerSession(1177377518)--Connection(1624211687)--Thread(Thread[main,5,main])--ALTER TABLE TMP_OFFICE_CUBICLE ADD CONSTRAINT FK_TMP_OFFICE_CUBICLE_OFFICE_ID FOREIGN KEY (OFFICE_ID) REFERENCES TMP_OFFICE (ID) [junit] [EL Finest]: 2022-09-10 04:18:51.341--ServerSession(1177377518)--Connection(619929778)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.341--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_VEHICLE_PROFILE ADD CONSTRAINT FK_TMP_VEHICLE_PROFILE_VEHICLE_ID FOREIGN KEY (VEHICLE_ID) REFERENCES TMP_VEHICLE (ID)") [junit] [EL Finest]: 2022-09-10 04:18:51.341--ServerSession(1177377518)--Connection(1220806149)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.341--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.342--ServerSession(1177377518)--Connection(1410367298)--Thread(Thread[main,5,main])--ALTER TABLE TMP_VEHICLE_PROFILE ADD CONSTRAINT FK_TMP_VEHICLE_PROFILE_VEHICLE_ID FOREIGN KEY (VEHICLE_ID) REFERENCES TMP_VEHICLE (ID) [junit] [EL Finest]: 2022-09-10 04:18:51.351--ServerSession(1177377518)--Connection(1220806149)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.351--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_VEHICLE_PROFILE ADD CONSTRAINT FK_TMP_VEHICLE_PROFILE_PROFILE_ID FOREIGN KEY (PROFILE_ID) REFERENCES TMP_PROFILE (GUID)") [junit] [EL Finest]: 2022-09-10 04:18:51.351--ServerSession(1177377518)--Connection(1827303532)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.351--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.351--ServerSession(1177377518)--Connection(1004009692)--Thread(Thread[main,5,main])--ALTER TABLE TMP_VEHICLE_PROFILE ADD CONSTRAINT FK_TMP_VEHICLE_PROFILE_PROFILE_ID FOREIGN KEY (PROFILE_ID) REFERENCES TMP_PROFILE (GUID) [junit] [EL Finest]: 2022-09-10 04:18:51.36--ServerSession(1177377518)--Connection(1827303532)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.361--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_UCOFFICE_CUBICLE ADD CONSTRAINT FK_TMP_UCOFFICE_CUBICLE_CUBICLE_PLACE FOREIGN KEY (CUBICLE_PLACE, CUBICLE_FLOOR) REFERENCES TMP_CUBICLE (PLACE, FLOOR)") [junit] [EL Finest]: 2022-09-10 04:18:51.361--ServerSession(1177377518)--Connection(569138567)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.361--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.361--ServerSession(1177377518)--Connection(637091966)--Thread(Thread[main,5,main])--ALTER TABLE TMP_UCOFFICE_CUBICLE ADD CONSTRAINT FK_TMP_UCOFFICE_CUBICLE_CUBICLE_PLACE FOREIGN KEY (CUBICLE_PLACE, CUBICLE_FLOOR) REFERENCES TMP_CUBICLE (PLACE, FLOOR) [junit] [EL Finest]: 2022-09-10 04:18:51.37--ServerSession(1177377518)--Connection(569138567)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.37--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_UCOFFICE_CUBICLE ADD CONSTRAINT FK_TMP_UCOFFICE_CUBICLE_OFFICE_ID FOREIGN KEY (OFFICE_ID) REFERENCES TMP_UCOFFICE (ID)") [junit] [EL Finest]: 2022-09-10 04:18:51.37--ServerSession(1177377518)--Connection(1504321715)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.371--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.371--ServerSession(1177377518)--Connection(910123336)--Thread(Thread[main,5,main])--ALTER TABLE TMP_UCOFFICE_CUBICLE ADD CONSTRAINT FK_TMP_UCOFFICE_CUBICLE_OFFICE_ID FOREIGN KEY (OFFICE_ID) REFERENCES TMP_UCOFFICE (ID) [junit] [EL Finest]: 2022-09-10 04:18:51.38--ServerSession(1177377518)--Connection(1504321715)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.38--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CITY_TMP_COP ADD CONSTRAINT FK_TMP_CITY_TMP_COP_City_ID FOREIGN KEY (City_ID) REFERENCES TMP_CITY (ID)") [junit] [EL Finest]: 2022-09-10 04:18:51.38--ServerSession(1177377518)--Connection(328197868)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.38--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.38--ServerSession(1177377518)--Connection(1584918772)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_COP ADD CONSTRAINT FK_TMP_CITY_TMP_COP_City_ID FOREIGN KEY (City_ID) REFERENCES TMP_CITY (ID) [junit] [EL Finest]: 2022-09-10 04:18:51.389--ServerSession(1177377518)--Connection(328197868)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.389--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CITY_TMP_COP ADD CONSTRAINT FK_TMP_CITY_TMP_COP_cops_ID FOREIGN KEY (cops_ID) REFERENCES TMP_COP (ID)") [junit] [EL Finest]: 2022-09-10 04:18:51.389--ServerSession(1177377518)--Connection(696739588)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.389--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.389--ServerSession(1177377518)--Connection(1209451152)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_COP ADD CONSTRAINT FK_TMP_CITY_TMP_COP_cops_ID FOREIGN KEY (cops_ID) REFERENCES TMP_COP (ID) [junit] [EL Finest]: 2022-09-10 04:18:51.398--ServerSession(1177377518)--Connection(696739588)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.398--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CITY_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_CITY_TMP_CRIMINAL_criminals_ID FOREIGN KEY (criminals_ID) REFERENCES TMP_CRIMINAL (ID)") [junit] [EL Finest]: 2022-09-10 04:18:51.398--ServerSession(1177377518)--Connection(82825098)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.398--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.399--ServerSession(1177377518)--Connection(2048102341)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_CITY_TMP_CRIMINAL_criminals_ID FOREIGN KEY (criminals_ID) REFERENCES TMP_CRIMINAL (ID) [junit] [EL Finest]: 2022-09-10 04:18:51.426--ServerSession(1177377518)--Connection(82825098)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.426--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CITY_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_CITY_TMP_CRIMINAL_City_ID FOREIGN KEY (City_ID) REFERENCES TMP_CITY (ID)") [junit] [EL Finest]: 2022-09-10 04:18:51.426--ServerSession(1177377518)--Connection(1251897263)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.426--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.426--ServerSession(1177377518)--Connection(748006558)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_CITY_TMP_CRIMINAL_City_ID FOREIGN KEY (City_ID) REFERENCES TMP_CITY (ID) [junit] [EL Finest]: 2022-09-10 04:18:51.435--ServerSession(1177377518)--Connection(1251897263)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.435--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COP_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_COP_TMP_CRIMINAL_attachedCriminals_ID FOREIGN KEY (attachedCriminals_ID) REFERENCES TMP_CRIMINAL (ID)") [junit] [EL Finest]: 2022-09-10 04:18:51.436--ServerSession(1177377518)--Connection(2093319848)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.436--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.436--ServerSession(1177377518)--Connection(2109027570)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_COP_TMP_CRIMINAL_attachedCriminals_ID FOREIGN KEY (attachedCriminals_ID) REFERENCES TMP_CRIMINAL (ID) [junit] [EL Finest]: 2022-09-10 04:18:51.445--ServerSession(1177377518)--Connection(2093319848)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.445--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COP_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_COP_TMP_CRIMINAL_Cop_ID FOREIGN KEY (Cop_ID) REFERENCES TMP_COP (ID)") [junit] [EL Finest]: 2022-09-10 04:18:51.445--ServerSession(1177377518)--Connection(712423434)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.445--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.445--ServerSession(1177377518)--Connection(2125470482)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_COP_TMP_CRIMINAL_Cop_ID FOREIGN KEY (Cop_ID) REFERENCES TMP_COP (ID) [junit] [EL Finest]: 2022-09-10 04:18:51.454--ServerSession(1177377518)--Connection(712423434)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.455--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COP_TMP_INFORMER ADD CONSTRAINT FK_TMP_COP_TMP_INFORMER_Cop_ID FOREIGN KEY (Cop_ID) REFERENCES TMP_COP (ID)") [junit] [EL Finest]: 2022-09-10 04:18:51.455--ServerSession(1177377518)--Connection(2121317689)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.455--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.455--ServerSession(1177377518)--Connection(15094126)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_INFORMER ADD CONSTRAINT FK_TMP_COP_TMP_INFORMER_Cop_ID FOREIGN KEY (Cop_ID) REFERENCES TMP_COP (ID) [junit] [EL Finest]: 2022-09-10 04:18:51.463--ServerSession(1177377518)--Connection(2121317689)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.464--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COP_TMP_INFORMER ADD CONSTRAINT FK_TMP_COP_TMP_INFORMER_informers_ID FOREIGN KEY (informers_ID) REFERENCES TMP_INFORMER (ID)") [junit] [EL Finest]: 2022-09-10 04:18:51.464--ServerSession(1177377518)--Connection(948960194)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.464--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.464--ServerSession(1177377518)--Connection(173060252)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_INFORMER ADD CONSTRAINT FK_TMP_COP_TMP_INFORMER_informers_ID FOREIGN KEY (informers_ID) REFERENCES TMP_INFORMER (ID) [junit] [EL Finest]: 2022-09-10 04:18:51.474--ServerSession(1177377518)--Connection(948960194)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.474--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_INFORMER_TMP_COP ADD CONSTRAINT FK_TMP_INFORMER_TMP_COP_informingCops_ID FOREIGN KEY (informingCops_ID) REFERENCES TMP_COP (ID)") [junit] [EL Finest]: 2022-09-10 04:18:51.474--ServerSession(1177377518)--Connection(562561015)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.474--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.474--ServerSession(1177377518)--Connection(777813771)--Thread(Thread[main,5,main])--ALTER TABLE TMP_INFORMER_TMP_COP ADD CONSTRAINT FK_TMP_INFORMER_TMP_COP_informingCops_ID FOREIGN KEY (informingCops_ID) REFERENCES TMP_COP (ID) [junit] [EL Finest]: 2022-09-10 04:18:51.484--ServerSession(1177377518)--Connection(562561015)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.485--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_INFORMER_TMP_COP ADD CONSTRAINT FK_TMP_INFORMER_TMP_COP_Informer_ID FOREIGN KEY (Informer_ID) REFERENCES TMP_INFORMER (ID)") [junit] [EL Finest]: 2022-09-10 04:18:51.485--ServerSession(1177377518)--Connection(1401295795)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.485--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.485--ServerSession(1177377518)--Connection(519019247)--Thread(Thread[main,5,main])--ALTER TABLE TMP_INFORMER_TMP_COP ADD CONSTRAINT FK_TMP_INFORMER_TMP_COP_Informer_ID FOREIGN KEY (Informer_ID) REFERENCES TMP_INFORMER (ID) [junit] [EL Finest]: 2022-09-10 04:18:51.494--ServerSession(1177377518)--Connection(1401295795)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.495--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CRIMINAL_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_CRIMINAL_TMP_CRIMINAL_parties_ID FOREIGN KEY (parties_ID) REFERENCES TMP_CRIMINAL (ID)") [junit] [EL Finest]: 2022-09-10 04:18:51.495--ServerSession(1177377518)--Connection(1052842393)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.495--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.495--ServerSession(1177377518)--Connection(1545327692)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CRIMINAL_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_CRIMINAL_TMP_CRIMINAL_parties_ID FOREIGN KEY (parties_ID) REFERENCES TMP_CRIMINAL (ID) [junit] [EL Finest]: 2022-09-10 04:18:51.505--ServerSession(1177377518)--Connection(1052842393)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.505--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CRIMINAL_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_CRIMINAL_TMP_CRIMINAL_Criminal_ID FOREIGN KEY (Criminal_ID) REFERENCES TMP_CRIMINAL (ID)") [junit] [EL Finest]: 2022-09-10 04:18:51.505--ServerSession(1177377518)--Connection(779598031)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.505--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.505--ServerSession(1177377518)--Connection(743219449)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CRIMINAL_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_CRIMINAL_TMP_CRIMINAL_Criminal_ID FOREIGN KEY (Criminal_ID) REFERENCES TMP_CRIMINAL (ID) [junit] [EL Finest]: 2022-09-10 04:18:51.515--ServerSession(1177377518)--Connection(779598031)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.515--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CAVE_CREATURE ADD CONSTRAINT FK_TMP_CAVE_CREATURE_CREATURE_ID FOREIGN KEY (CREATURE_ID) REFERENCES TMP_CREATURE (ID)") [junit] [EL Finest]: 2022-09-10 04:18:51.515--ServerSession(1177377518)--Connection(1851255134)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.516--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.516--ServerSession(1177377518)--Connection(659937029)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CAVE_CREATURE ADD CONSTRAINT FK_TMP_CAVE_CREATURE_CREATURE_ID FOREIGN KEY (CREATURE_ID) REFERENCES TMP_CREATURE (ID) [junit] [EL Finest]: 2022-09-10 04:18:51.525--ServerSession(1177377518)--Connection(1851255134)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.525--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CAVE_CREATURE ADD CONSTRAINT FK_TMP_CAVE_CREATURE_CAVE_ID FOREIGN KEY (CAVE_ID) REFERENCES TMP_CAVE (ID)") [junit] [EL Finest]: 2022-09-10 04:18:51.525--ServerSession(1177377518)--Connection(1443675930)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.525--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.525--ServerSession(1177377518)--Connection(1609086753)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CAVE_CREATURE ADD CONSTRAINT FK_TMP_CAVE_CREATURE_CAVE_ID FOREIGN KEY (CAVE_ID) REFERENCES TMP_CAVE (ID) [junit] [EL Finest]: 2022-09-10 04:18:51.535--ServerSession(1177377518)--Connection(1443675930)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.538--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_VEHICLE_GEN (BEAN_NAME VARCHAR(50) NOT NULL, MAX_ID DECIMAL(38), PRIMARY KEY (BEAN_NAME))") [junit] [EL Finest]: 2022-09-10 04:18:51.538--ServerSession(1177377518)--Connection(1402531280)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.538--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.538--ServerSession(1177377518)--Connection(190628410)--Thread(Thread[main,5,main])--CREATE TABLE TMP_VEHICLE_GEN (BEAN_NAME VARCHAR(50) NOT NULL, MAX_ID DECIMAL(38), PRIMARY KEY (BEAN_NAME)) [junit] [EL Finest]: 2022-09-10 04:18:51.542--ServerSession(1177377518)--Connection(1402531280)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.542--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = 'VehicleGenerator'") [junit] [EL Finest]: 2022-09-10 04:18:51.543--ServerSession(1177377518)--Connection(1972326147)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.543--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.543--ServerSession(1177377518)--Connection(405741210)--Thread(Thread[main,5,main])--DELETE FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = 'VehicleGenerator' [junit] [EL Finest]: 2022-09-10 04:18:51.544--ServerSession(1177377518)--Connection(1972326147)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.544--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = 'VehicleGenerator'") [junit] [EL Finest]: 2022-09-10 04:18:51.544--ServerSession(1177377518)--Connection(1777745301)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.544--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.544--ServerSession(1177377518)--Connection(164439551)--Thread(Thread[main,5,main])--SELECT * FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = 'VehicleGenerator' [junit] [EL Finest]: 2022-09-10 04:18:51.545--ServerSession(1177377518)--Connection(1777745301)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.545--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO TMP_VEHICLE_GEN(BEAN_NAME, MAX_ID) values ('VehicleGenerator', 0)") [junit] [EL Finest]: 2022-09-10 04:18:51.545--ServerSession(1177377518)--Connection(1840670774)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.545--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.546--ServerSession(1177377518)--Connection(229919394)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE_GEN(BEAN_NAME, MAX_ID) values ('VehicleGenerator', 0) [junit] [EL Finest]: 2022-09-10 04:18:51.547--ServerSession(1177377518)--Connection(1840670774)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.548--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'") [junit] [EL Finest]: 2022-09-10 04:18:51.548--ServerSession(1177377518)--Connection(1324262781)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.548--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.548--ServerSession(1177377518)--Connection(2014233765)--Thread(Thread[main,5,main])--DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Finest]: 2022-09-10 04:18:51.549--ServerSession(1177377518)--Connection(1324262781)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.549--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'") [junit] [EL Finest]: 2022-09-10 04:18:51.55--ServerSession(1177377518)--Connection(1418622705)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.55--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.55--ServerSession(1177377518)--Connection(1521204009)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Finest]: 2022-09-10 04:18:51.55--ServerSession(1177377518)--Connection(1418622705)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.551--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_GEN', 0)") [junit] [EL Finest]: 2022-09-10 04:18:51.551--ServerSession(1177377518)--Connection(1037475674)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.551--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.551--ServerSession(1177377518)--Connection(983767354)--Thread(Thread[main,5,main])--INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_GEN', 0) [junit] [EL Finest]: 2022-09-10 04:18:51.552--ServerSession(1177377518)--Connection(1037475674)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.553--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_STRING_GEN (BEAN_NAME VARCHAR(50) NOT NULL, MAX_ID DECIMAL(38), PRIMARY KEY (BEAN_NAME))") [junit] [EL Finest]: 2022-09-10 04:18:51.553--ServerSession(1177377518)--Connection(1917562344)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.553--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.554--ServerSession(1177377518)--Connection(24097622)--Thread(Thread[main,5,main])--CREATE TABLE TMP_STRING_GEN (BEAN_NAME VARCHAR(50) NOT NULL, MAX_ID DECIMAL(38), PRIMARY KEY (BEAN_NAME)) [junit] [EL Finest]: 2022-09-10 04:18:51.558--ServerSession(1177377518)--Connection(1917562344)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.558--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_STRING_GEN WHERE BEAN_NAME = 'StringIdGenerator'") [junit] [EL Finest]: 2022-09-10 04:18:51.558--ServerSession(1177377518)--Connection(211973922)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.558--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.559--ServerSession(1177377518)--Connection(1890287843)--Thread(Thread[main,5,main])--DELETE FROM TMP_STRING_GEN WHERE BEAN_NAME = 'StringIdGenerator' [junit] [EL Finest]: 2022-09-10 04:18:51.559--ServerSession(1177377518)--Connection(211973922)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.56--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM TMP_STRING_GEN WHERE BEAN_NAME = 'StringIdGenerator'") [junit] [EL Finest]: 2022-09-10 04:18:51.56--ServerSession(1177377518)--Connection(2017860548)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.56--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.56--ServerSession(1177377518)--Connection(1413886135)--Thread(Thread[main,5,main])--SELECT * FROM TMP_STRING_GEN WHERE BEAN_NAME = 'StringIdGenerator' [junit] [EL Finest]: 2022-09-10 04:18:51.561--ServerSession(1177377518)--Connection(2017860548)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.561--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO TMP_STRING_GEN(BEAN_NAME, MAX_ID) values ('StringIdGenerator', 0)") [junit] [EL Finest]: 2022-09-10 04:18:51.561--ServerSession(1177377518)--Connection(1489322191)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.561--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.561--ServerSession(1177377518)--Connection(1029898472)--Thread(Thread[main,5,main])--INSERT INTO TMP_STRING_GEN(BEAN_NAME, MAX_ID) values ('StringIdGenerator', 0) [junit] [EL Finest]: 2022-09-10 04:18:51.562--ServerSession(1177377518)--Connection(1489322191)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.564--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE DIS_SEQ_DIS (GEN_KEY VARCHAR(50) NOT NULL, GEN_VAL DECIMAL(38), PRIMARY KEY (GEN_KEY))") [junit] [EL Finest]: 2022-09-10 04:18:51.564--ServerSession(1177377518)--Connection(1934692470)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.564--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.564--ServerSession(1177377518)--Connection(2032647583)--Thread(Thread[main,5,main])--CREATE TABLE DIS_SEQ_DIS (GEN_KEY VARCHAR(50) NOT NULL, GEN_VAL DECIMAL(38), PRIMARY KEY (GEN_KEY)) [junit] [EL Finest]: 2022-09-10 04:18:51.568--ServerSession(1177377518)--Connection(1934692470)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.568--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM DIS_SEQ_DIS WHERE GEN_KEY = 'Component'") [junit] [EL Finest]: 2022-09-10 04:18:51.568--ServerSession(1177377518)--Connection(2142893855)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.569--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.569--ServerSession(1177377518)--Connection(993420850)--Thread(Thread[main,5,main])--DELETE FROM DIS_SEQ_DIS WHERE GEN_KEY = 'Component' [junit] [EL Finest]: 2022-09-10 04:18:51.57--ServerSession(1177377518)--Connection(2142893855)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.57--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM DIS_SEQ_DIS WHERE GEN_KEY = 'Component'") [junit] [EL Finest]: 2022-09-10 04:18:51.57--ServerSession(1177377518)--Connection(1635772897)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.57--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.57--ServerSession(1177377518)--Connection(1768952842)--Thread(Thread[main,5,main])--SELECT * FROM DIS_SEQ_DIS WHERE GEN_KEY = 'Component' [junit] [EL Finest]: 2022-09-10 04:18:51.571--ServerSession(1177377518)--Connection(1635772897)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.571--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO DIS_SEQ_DIS(GEN_KEY, GEN_VAL) values ('Component', 0)") [junit] [EL Finest]: 2022-09-10 04:18:51.571--ServerSession(1177377518)--Connection(609887969)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.571--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.571--ServerSession(1177377518)--Connection(1298380324)--Thread(Thread[main,5,main])--INSERT INTO DIS_SEQ_DIS(GEN_KEY, GEN_VAL) values ('Component', 0) [junit] [EL Finest]: 2022-09-10 04:18:51.572--ServerSession(1177377518)--Connection(609887969)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.573--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_COURSE_GEN (BEAN_NAME VARCHAR(50) NOT NULL, MAX_ID DECIMAL(38), PRIMARY KEY (BEAN_NAME))") [junit] [EL Finest]: 2022-09-10 04:18:51.573--ServerSession(1177377518)--Connection(2115640742)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.573--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.574--ServerSession(1177377518)--Connection(1602167682)--Thread(Thread[main,5,main])--CREATE TABLE TMP_COURSE_GEN (BEAN_NAME VARCHAR(50) NOT NULL, MAX_ID DECIMAL(38), PRIMARY KEY (BEAN_NAME)) [junit] [EL Finest]: 2022-09-10 04:18:51.578--ServerSession(1177377518)--Connection(2115640742)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.578--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_COURSE_GEN WHERE BEAN_NAME = 'CourseGenerator'") [junit] [EL Finest]: 2022-09-10 04:18:51.579--ServerSession(1177377518)--Connection(1187779195)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.579--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.579--ServerSession(1177377518)--Connection(1611221523)--Thread(Thread[main,5,main])--DELETE FROM TMP_COURSE_GEN WHERE BEAN_NAME = 'CourseGenerator' [junit] [EL Finest]: 2022-09-10 04:18:51.58--ServerSession(1177377518)--Connection(1187779195)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.58--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM TMP_COURSE_GEN WHERE BEAN_NAME = 'CourseGenerator'") [junit] [EL Finest]: 2022-09-10 04:18:51.58--ServerSession(1177377518)--Connection(977997405)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.58--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.58--ServerSession(1177377518)--Connection(280531669)--Thread(Thread[main,5,main])--SELECT * FROM TMP_COURSE_GEN WHERE BEAN_NAME = 'CourseGenerator' [junit] [EL Finest]: 2022-09-10 04:18:51.581--ServerSession(1177377518)--Connection(977997405)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.581--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO TMP_COURSE_GEN(BEAN_NAME, MAX_ID) values ('CourseGenerator', 0)") [junit] [EL Finest]: 2022-09-10 04:18:51.581--ServerSession(1177377518)--Connection(1469907228)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.581--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.581--ServerSession(1177377518)--Connection(57085696)--Thread(Thread[main,5,main])--INSERT INTO TMP_COURSE_GEN(BEAN_NAME, MAX_ID) values ('CourseGenerator', 0) [junit] [EL Finest]: 2022-09-10 04:18:51.582--ServerSession(1177377518)--Connection(1469907228)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.584--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_GENERATOR (BEAN_NAME VARCHAR(50) NOT NULL, MAX_ID DECIMAL(38), PRIMARY KEY (BEAN_NAME))") [junit] [EL Finest]: 2022-09-10 04:18:51.584--ServerSession(1177377518)--Connection(1109752797)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.584--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.584--ServerSession(1177377518)--Connection(1988746735)--Thread(Thread[main,5,main])--CREATE TABLE TMP_GENERATOR (BEAN_NAME VARCHAR(50) NOT NULL, MAX_ID DECIMAL(38), PRIMARY KEY (BEAN_NAME)) [junit] [EL Finest]: 2022-09-10 04:18:51.589--ServerSession(1177377518)--Connection(1109752797)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.589--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator'") [junit] [EL Finest]: 2022-09-10 04:18:51.589--ServerSession(1177377518)--Connection(1933328958)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.589--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.589--ServerSession(1177377518)--Connection(1264754451)--Thread(Thread[main,5,main])--DELETE FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator' [junit] [EL Finest]: 2022-09-10 04:18:51.59--ServerSession(1177377518)--Connection(1933328958)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.59--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator'") [junit] [EL Finest]: 2022-09-10 04:18:51.59--ServerSession(1177377518)--Connection(178401052)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.591--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.591--ServerSession(1177377518)--Connection(1441243996)--Thread(Thread[main,5,main])--SELECT * FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator' [junit] [EL Finest]: 2022-09-10 04:18:51.591--ServerSession(1177377518)--Connection(178401052)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.591--ServerSession(1177377518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO TMP_GENERATOR(BEAN_NAME, MAX_ID) values ('IdGenerator', 0)") [junit] [EL Finest]: 2022-09-10 04:18:51.591--ServerSession(1177377518)--Connection(1113829504)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.592--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.592--ServerSession(1177377518)--Connection(720770771)--Thread(Thread[main,5,main])--INSERT INTO TMP_GENERATOR(BEAN_NAME, MAX_ID) values ('IdGenerator', 0) [junit] [EL Finest]: 2022-09-10 04:18:51.593--ServerSession(1177377518)--Connection(1113829504)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:18:51.6--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Component_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.6--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.601--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.601--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.AbstractEmployee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.601--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.602--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.602--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.602--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.602--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.603--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.603--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.603--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.604--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.604--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.604--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.604--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.605--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.605--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.605--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.606--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.606--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.606--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.606--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.607--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.607--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.607--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.607--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.608--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.608--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.608--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.609--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.609--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.609--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.609--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.61--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.61--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.61--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.61--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.611--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.611--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.611--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.612--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.612--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.612--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.612--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.613--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.613--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.613--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.614--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.614--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.614--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.614--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.615--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.615--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.615--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.Node_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.615--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.616--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.616--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.616--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.616--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.617--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.617--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.618--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.618--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.618--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer$PK_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.619--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:51.619--ServerSession(1177377518)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount_] not found during initialization. [junit] [EL Finest]: 2022-09-10 04:18:51.619--ServerSession(1177377518)--Thread(Thread[main,5,main])--End deploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Deployed; factoryCount 1 [junit] [EL Finer]: 2022-09-10 04:18:51.641--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 1780399359 [junit] [EL Finer]: 2022-09-10 04:18:51.651--ClientSession(1780399359)--Thread(Thread[main,5,main])--acquire unit of work: 254955665 [junit] [EL Finest]: 2022-09-10 04:18:51.652--UnitOfWork(254955665)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer@437e951d. [junit] [EL Finest]: 2022-09-10 04:18:51.655--UnitOfWork(254955665)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer@315df4bb. [junit] [EL Finest]: 2022-09-10 04:18:51.655--UnitOfWork(254955665)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer@5cad8b7d. [junit] [EL Finer]: 2022-09-10 04:18:51.655--UnitOfWork(254955665)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:51.661--UnitOfWork(254955665)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer@437e951d) [junit] [EL Finest]: 2022-09-10 04:18:51.663--ServerSession(1177377518)--Connection(1689458432)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:51.663--ClientSession(1780399359)--Connection(1689458432)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:51.663--ClientSession(1780399359)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:51.664--UnitOfWork(254955665)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer@315df4bb) [junit] [EL Finest]: 2022-09-10 04:18:51.665--UnitOfWork(254955665)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer@5cad8b7d) [junit] [EL Finer]: 2022-09-10 04:18:51.665--ClientSession(1780399359)--Connection(996533593)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:51.665--ClientSession(1780399359)--Connection(996533593)--Thread(Thread[main,5,main])--INSERT INTO TMP_TRAILER (LOAD1, HIGH, LOW) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:18:51.665--ClientSession(1780399359)--Connection(996533593)--Thread(Thread[main,5,main])-- bind => [12, 2, 1] [junit] [EL Fine]: 2022-09-10 04:18:51.665--ClientSession(1780399359)--Connection(996533593)--Thread(Thread[main,5,main])-- bind => [13, 3, 1] [junit] [EL Fine]: 2022-09-10 04:18:51.665--ClientSession(1780399359)--Connection(996533593)--Thread(Thread[main,5,main])-- bind => [23, 3, 2] [junit] [EL Finer]: 2022-09-10 04:18:51.665--ClientSession(1780399359)--Connection(996533593)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:18:51.674--ClientSession(1780399359)--Connection(996533593)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:51.676--ServerSession(1177377518)--Connection(1689458432)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:51.677--UnitOfWork(254955665)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:51.677--UnitOfWork(254955665)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:51.678--UnitOfWork(254955665)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:51.678--ClientSession(1780399359)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:51.678--UnitOfWork(254955665)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:51.678--ClientSession(1780399359)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:51.682--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 1237144823 [junit] [EL Finer]: 2022-09-10 04:18:51.682--ClientSession(1237144823)--Thread(Thread[main,5,main])--acquire unit of work: 1801422599 [junit] [EL Finest]: 2022-09-10 04:18:51.682--UnitOfWork(1801422599)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Trailer sql="SELECT LOAD1, HIGH, LOW FROM TMP_TRAILER") [junit] [EL Finest]: 2022-09-10 04:18:51.683--ServerSession(1177377518)--Connection(2041264753)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.683--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.683--ServerSession(1177377518)--Connection(1851522556)--Thread(Thread[main,5,main])--SELECT LOAD1, HIGH, LOW FROM TMP_TRAILER [junit] [EL Finest]: 2022-09-10 04:18:51.684--ServerSession(1177377518)--Connection(2041264753)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.69--UnitOfWork(1801422599)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Trailer sql="SELECT LOAD1, HIGH, LOW FROM TMP_TRAILER WHERE ((LOW = ?) AND (HIGH = ?))") [junit] [EL Finest]: 2022-09-10 04:18:51.69--ServerSession(1177377518)--Connection(774362927)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.69--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.69--ServerSession(1177377518)--Connection(202064342)--Thread(Thread[main,5,main])--SELECT LOAD1, HIGH, LOW FROM TMP_TRAILER WHERE ((LOW = ?) AND (HIGH = ?)) [junit] bind => [1, 2] [junit] [EL Finest]: 2022-09-10 04:18:51.691--ServerSession(1177377518)--Connection(774362927)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.873 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.embedded.TestEmbeddingWithFieldAccess [junit] [EL Finer]: 2022-09-10 04:18:51.878--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 1447685190 [junit] [EL Finer]: 2022-09-10 04:18:51.879--ClientSession(1447685190)--Thread(Thread[main,5,main])--acquire unit of work: 2027701910 [junit] [EL Finest]: 2022-09-10 04:18:51.879--UnitOfWork(2027701910)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess@502f8b57. [junit] [EL Finer]: 2022-09-10 04:18:51.88--UnitOfWork(2027701910)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:51.88--UnitOfWork(2027701910)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess@502f8b57) [junit] [EL Finest]: 2022-09-10 04:18:51.881--ServerSession(1177377518)--Connection(1340086277)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:51.881--ClientSession(1447685190)--Connection(1340086277)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:51.881--ClientSession(1447685190)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.882--ClientSession(1447685190)--Connection(1427247001)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMBEDD_FA (ID, EMB_FA_DATE, EMB_FA_LONG) VALUES (?, ?, ?) [junit] bind => [47, null, null] [junit] [EL Finer]: 2022-09-10 04:18:51.884--ClientSession(1447685190)--Connection(1427247001)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:51.885--ServerSession(1177377518)--Connection(1340086277)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:51.885--UnitOfWork(2027701910)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:51.885--UnitOfWork(2027701910)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:51.886--UnitOfWork(2027701910)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:51.886--ClientSession(1447685190)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:51.886--UnitOfWork(2027701910)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:51.886--ClientSession(1447685190)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:51.886--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 648358364 [junit] [EL Finer]: 2022-09-10 04:18:51.886--ClientSession(648358364)--Thread(Thread[main,5,main])--acquire unit of work: 643587433 [junit] [EL Finest]: 2022-09-10 04:18:51.887--UnitOfWork(643587433)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmbeddingFieldAccess" referenceClass=EmbeddingFieldAccess sql="SELECT ID, EMB_FA_DATE, EMB_FA_LONG FROM TMP_EMBEDD_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:51.888--ServerSession(1177377518)--Connection(2065886345)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.888--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.888--ServerSession(1177377518)--Connection(2030121719)--Thread(Thread[main,5,main])--SELECT ID, EMB_FA_DATE, EMB_FA_LONG FROM TMP_EMBEDD_FA WHERE (ID = ?) [junit] bind => [47] [junit] [EL Finest]: 2022-09-10 04:18:51.889--ServerSession(1177377518)--Connection(2065886345)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.889--UnitOfWork(643587433)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmbeddingFieldAccess" referenceClass=EmbeddingFieldAccess sql="SELECT ID, EMB_FA_DATE, EMB_FA_LONG FROM TMP_EMBEDD_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:51.889--UnitOfWork(643587433)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess@241a0c3a [junit] [EL Finer]: 2022-09-10 04:18:51.89--UnitOfWork(643587433)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:51.891--UnitOfWork(643587433)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=EmbeddingFieldAccess ) [junit] [EL Finest]: 2022-09-10 04:18:51.891--UnitOfWork(643587433)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess@241a0c3a) [junit] [EL Finest]: 2022-09-10 04:18:51.893--ServerSession(1177377518)--Connection(195163481)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:51.893--ClientSession(648358364)--Connection(195163481)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:51.893--ClientSession(648358364)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:51.894--UnitOfWork(643587433)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess@241a0c3a) [junit] [EL Fine]: 2022-09-10 04:18:51.894--ClientSession(648358364)--Connection(1062181581)--Thread(Thread[main,5,main])--UPDATE TMP_EMBEDD_FA SET EMB_FA_DATE = ?, EMB_FA_LONG = ? WHERE (ID = ?) [junit] bind => [null, 0, 47] [junit] [EL Fine]: 2022-09-10 04:18:51.895--ClientSession(648358364)--Connection(1062181581)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMBEDD_FA WHERE (ID = ?) [junit] bind => [47] [junit] [EL Finer]: 2022-09-10 04:18:51.896--ClientSession(648358364)--Connection(1062181581)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:51.897--ServerSession(1177377518)--Connection(195163481)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:51.898--UnitOfWork(643587433)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:51.898--UnitOfWork(643587433)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:51.898--UnitOfWork(643587433)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:51.898--ClientSession(648358364)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:51.898--UnitOfWork(643587433)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:51.898--ClientSession(648358364)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:51.898--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 489047267 [junit] [EL Finer]: 2022-09-10 04:18:51.898--ClientSession(489047267)--Thread(Thread[main,5,main])--acquire unit of work: 1335914322 [junit] [EL Finest]: 2022-09-10 04:18:51.898--UnitOfWork(1335914322)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess@241a0c3a. [junit] [EL Finer]: 2022-09-10 04:18:51.898--UnitOfWork(1335914322)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:51.899--UnitOfWork(1335914322)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess@241a0c3a) [junit] [EL Finest]: 2022-09-10 04:18:51.899--ServerSession(1177377518)--Connection(1610372241)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:51.899--ClientSession(489047267)--Connection(1610372241)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:51.899--ClientSession(489047267)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.9--ClientSession(489047267)--Connection(1884422865)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMBEDD_FA (ID, EMB_FA_DATE, EMB_FA_LONG) VALUES (?, ?, ?) [junit] bind => [47, 1970-01-12 10:20:54.0, -987654000] [junit] [EL Finer]: 2022-09-10 04:18:51.901--ClientSession(489047267)--Connection(1884422865)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:51.902--ServerSession(1177377518)--Connection(1610372241)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:51.902--UnitOfWork(1335914322)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:51.902--UnitOfWork(1335914322)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:51.902--UnitOfWork(1335914322)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:51.902--ClientSession(489047267)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:51.903--UnitOfWork(1335914322)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:51.903--ClientSession(489047267)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:51.903--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 62739928 [junit] [EL Finer]: 2022-09-10 04:18:51.903--ClientSession(62739928)--Thread(Thread[main,5,main])--acquire unit of work: 1671007220 [junit] [EL Finest]: 2022-09-10 04:18:51.903--UnitOfWork(1671007220)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmbeddingFieldAccess" referenceClass=EmbeddingFieldAccess sql="SELECT ID, EMB_FA_DATE, EMB_FA_LONG FROM TMP_EMBEDD_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:51.903--ServerSession(1177377518)--Connection(2114687352)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.903--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.903--ServerSession(1177377518)--Connection(102318785)--Thread(Thread[main,5,main])--SELECT ID, EMB_FA_DATE, EMB_FA_LONG FROM TMP_EMBEDD_FA WHERE (ID = ?) [junit] bind => [47] [junit] [EL Finest]: 2022-09-10 04:18:51.904--ServerSession(1177377518)--Connection(2114687352)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.905--UnitOfWork(1671007220)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmbeddingFieldAccess" referenceClass=EmbeddingFieldAccess sql="SELECT ID, EMB_FA_DATE, EMB_FA_LONG FROM TMP_EMBEDD_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:18:51.905--UnitOfWork(1671007220)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:51.905--UnitOfWork(1671007220)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:51.905--UnitOfWork(1671007220)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:51.905--UnitOfWork(1671007220)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:51.905--ClientSession(62739928)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:51.905--UnitOfWork(1671007220)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:51.905--ClientSession(62739928)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:51.905--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 1795468466 [junit] [EL Finer]: 2022-09-10 04:18:51.906--ClientSession(1795468466)--Thread(Thread[main,5,main])--acquire unit of work: 406358588 [junit] [EL Finest]: 2022-09-10 04:18:51.906--UnitOfWork(406358588)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmbeddingFieldAccess" referenceClass=EmbeddingFieldAccess sql="SELECT ID, EMB_FA_DATE, EMB_FA_LONG FROM TMP_EMBEDD_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:51.906--ServerSession(1177377518)--Connection(486759395)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.906--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.906--ServerSession(1177377518)--Connection(1247866422)--Thread(Thread[main,5,main])--SELECT ID, EMB_FA_DATE, EMB_FA_LONG FROM TMP_EMBEDD_FA WHERE (ID = ?) [junit] bind => [47] [junit] [EL Finest]: 2022-09-10 04:18:51.907--ServerSession(1177377518)--Connection(486759395)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.907--UnitOfWork(406358588)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmbeddingFieldAccess" referenceClass=EmbeddingFieldAccess sql="SELECT ID, EMB_FA_DATE, EMB_FA_LONG FROM TMP_EMBEDD_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:18:51.907--UnitOfWork(406358588)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:51.908--UnitOfWork(406358588)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess@5f212d84) [junit] [EL Finest]: 2022-09-10 04:18:51.908--ServerSession(1177377518)--Connection(817490653)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:51.908--ClientSession(1795468466)--Connection(817490653)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:51.908--ClientSession(1795468466)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.909--ClientSession(1795468466)--Connection(1232433403)--Thread(Thread[main,5,main])--UPDATE TMP_EMBEDD_FA SET EMB_FA_DATE = ?, EMB_FA_LONG = ? WHERE (ID = ?) [junit] bind => [null, 0, 47] [junit] [EL Finer]: 2022-09-10 04:18:51.909--ClientSession(1795468466)--Connection(1232433403)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:51.91--ServerSession(1177377518)--Connection(817490653)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:51.91--UnitOfWork(406358588)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:51.91--UnitOfWork(406358588)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:51.91--UnitOfWork(406358588)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:51.91--ClientSession(1795468466)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:51.91--UnitOfWork(406358588)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:51.91--ClientSession(1795468466)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:51.91--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 1306085976 [junit] [EL Finer]: 2022-09-10 04:18:51.91--ClientSession(1306085976)--Thread(Thread[main,5,main])--acquire unit of work: 793319856 [junit] [EL Finest]: 2022-09-10 04:18:51.911--UnitOfWork(793319856)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmbeddingFieldAccess" referenceClass=EmbeddingFieldAccess sql="SELECT ID, EMB_FA_DATE, EMB_FA_LONG FROM TMP_EMBEDD_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:51.911--ServerSession(1177377518)--Connection(176851829)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.911--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.911--ServerSession(1177377518)--Connection(1974606907)--Thread(Thread[main,5,main])--SELECT ID, EMB_FA_DATE, EMB_FA_LONG FROM TMP_EMBEDD_FA WHERE (ID = ?) [junit] bind => [47] [junit] [EL Finest]: 2022-09-10 04:18:51.912--ServerSession(1177377518)--Connection(176851829)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.912--UnitOfWork(793319856)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmbeddingFieldAccess" referenceClass=EmbeddingFieldAccess sql="SELECT ID, EMB_FA_DATE, EMB_FA_LONG FROM TMP_EMBEDD_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:18:51.912--UnitOfWork(793319856)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:51.912--UnitOfWork(793319856)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess@4bd2f0dc) [junit] [EL Finest]: 2022-09-10 04:18:51.913--ServerSession(1177377518)--Connection(233519968)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:51.913--ClientSession(1306085976)--Connection(233519968)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:51.913--ClientSession(1306085976)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.913--ClientSession(1306085976)--Connection(7346738)--Thread(Thread[main,5,main])--UPDATE TMP_EMBEDD_FA SET EMB_FA_DATE = ?, EMB_FA_LONG = ? WHERE (ID = ?) [junit] bind => [1970-01-12 10:20:54.0, -987654000, 47] [junit] [EL Finer]: 2022-09-10 04:18:51.914--ClientSession(1306085976)--Connection(7346738)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:51.915--ServerSession(1177377518)--Connection(233519968)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:51.915--UnitOfWork(793319856)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:51.915--UnitOfWork(793319856)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:51.916--UnitOfWork(793319856)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:51.916--ClientSession(1306085976)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:51.916--UnitOfWork(793319856)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:51.916--ClientSession(1306085976)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:51.916--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 669700766 [junit] [EL Finer]: 2022-09-10 04:18:51.917--ClientSession(669700766)--Thread(Thread[main,5,main])--acquire unit of work: 1275464847 [junit] [EL Finest]: 2022-09-10 04:18:51.917--UnitOfWork(1275464847)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmbeddingFieldAccess" referenceClass=EmbeddingFieldAccess sql="SELECT ID, EMB_FA_DATE, EMB_FA_LONG FROM TMP_EMBEDD_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:51.917--ServerSession(1177377518)--Connection(1080167822)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.917--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.917--ServerSession(1177377518)--Connection(943666520)--Thread(Thread[main,5,main])--SELECT ID, EMB_FA_DATE, EMB_FA_LONG FROM TMP_EMBEDD_FA WHERE (ID = ?) [junit] bind => [47] [junit] [EL Finest]: 2022-09-10 04:18:51.918--ServerSession(1177377518)--Connection(1080167822)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.918--UnitOfWork(1275464847)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmbeddingFieldAccess" referenceClass=EmbeddingFieldAccess sql="SELECT ID, EMB_FA_DATE, EMB_FA_LONG FROM TMP_EMBEDD_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:18:51.919--UnitOfWork(1275464847)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:51.919--UnitOfWork(1275464847)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess@65f00478) [junit] [EL Finest]: 2022-09-10 04:18:51.919--ServerSession(1177377518)--Connection(1300132917)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:51.919--ClientSession(669700766)--Connection(1300132917)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:51.919--ClientSession(669700766)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.92--ClientSession(669700766)--Connection(1243495105)--Thread(Thread[main,5,main])--UPDATE TMP_EMBEDD_FA SET EMB_FA_DATE = ?, EMB_FA_LONG = ? WHERE (ID = ?) [junit] bind => [1970-01-02 10:17:36.0, -123456000, 47] [junit] [EL Finer]: 2022-09-10 04:18:51.921--ClientSession(669700766)--Connection(1243495105)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:51.922--ServerSession(1177377518)--Connection(1300132917)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:51.922--UnitOfWork(1275464847)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:51.922--UnitOfWork(1275464847)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:51.922--UnitOfWork(1275464847)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:51.922--ClientSession(669700766)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:51.922--UnitOfWork(1275464847)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:51.922--ClientSession(669700766)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:51.922--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 999221400 [junit] [EL Finer]: 2022-09-10 04:18:51.923--ClientSession(999221400)--Thread(Thread[main,5,main])--acquire unit of work: 8197402 [junit] [EL Finest]: 2022-09-10 04:18:51.923--UnitOfWork(8197402)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmbeddingFieldAccess" referenceClass=EmbeddingFieldAccess sql="SELECT ID, EMB_FA_DATE, EMB_FA_LONG FROM TMP_EMBEDD_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:51.923--ServerSession(1177377518)--Connection(692838068)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.923--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.923--ServerSession(1177377518)--Connection(1392570698)--Thread(Thread[main,5,main])--SELECT ID, EMB_FA_DATE, EMB_FA_LONG FROM TMP_EMBEDD_FA WHERE (ID = ?) [junit] bind => [47] [junit] [EL Finest]: 2022-09-10 04:18:51.924--ServerSession(1177377518)--Connection(692838068)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.925--UnitOfWork(8197402)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmbeddingFieldAccess" referenceClass=EmbeddingFieldAccess sql="SELECT ID, EMB_FA_DATE, EMB_FA_LONG FROM TMP_EMBEDD_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:18:51.925--UnitOfWork(8197402)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:51.925--UnitOfWork(8197402)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess@f2c488) [junit] [EL Finest]: 2022-09-10 04:18:51.925--ServerSession(1177377518)--Connection(1898751355)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:51.925--ClientSession(999221400)--Connection(1898751355)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:51.925--ClientSession(999221400)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.926--ClientSession(999221400)--Connection(1164241227)--Thread(Thread[main,5,main])--UPDATE TMP_EMBEDD_FA SET EMB_FA_DATE = ?, EMB_FA_LONG = ? WHERE (ID = ?) [junit] bind => [null, 0, 47] [junit] [EL Finer]: 2022-09-10 04:18:51.927--ClientSession(999221400)--Connection(1164241227)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:51.927--ServerSession(1177377518)--Connection(1898751355)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:51.928--UnitOfWork(8197402)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:51.928--UnitOfWork(8197402)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:51.928--UnitOfWork(8197402)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:51.928--ClientSession(999221400)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:51.928--UnitOfWork(8197402)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:51.928--ClientSession(999221400)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:51.928--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 1164394344 [junit] [EL Finer]: 2022-09-10 04:18:51.928--ClientSession(1164394344)--Thread(Thread[main,5,main])--acquire unit of work: 665565246 [junit] [EL Finest]: 2022-09-10 04:18:51.928--UnitOfWork(665565246)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmbeddingFieldAccess" referenceClass=EmbeddingFieldAccess sql="SELECT ID, EMB_FA_DATE, EMB_FA_LONG FROM TMP_EMBEDD_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:51.928--ServerSession(1177377518)--Connection(1776486598)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.928--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.929--ServerSession(1177377518)--Connection(438228197)--Thread(Thread[main,5,main])--SELECT ID, EMB_FA_DATE, EMB_FA_LONG FROM TMP_EMBEDD_FA WHERE (ID = ?) [junit] bind => [47] [junit] [EL Finest]: 2022-09-10 04:18:51.929--ServerSession(1177377518)--Connection(1776486598)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:18:51.954--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 1129387802 [junit] [EL Finer]: 2022-09-10 04:18:51.954--ClientSession(1129387802)--Thread(Thread[main,5,main])--acquire unit of work: 1009218257 [junit] [EL Finest]: 2022-09-10 04:18:51.954--UnitOfWork(1009218257)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess@37d00a23. [junit] [EL Finer]: 2022-09-10 04:18:51.954--UnitOfWork(1009218257)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:51.954--UnitOfWork(1009218257)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess@37d00a23) [junit] [EL Finest]: 2022-09-10 04:18:51.955--ServerSession(1177377518)--Connection(262815725)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:51.955--ClientSession(1129387802)--Connection(262815725)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:51.955--ClientSession(1129387802)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.955--ClientSession(1129387802)--Connection(941403433)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMBEDD_FA (ID, EMB_FA_DATE, EMB_FA_LONG) VALUES (?, ?, ?) [junit] bind => [0, 5882-03-11 00:30:12.345, 123456789012345] [junit] [EL Finer]: 2022-09-10 04:18:51.956--ClientSession(1129387802)--Connection(941403433)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:51.957--ServerSession(1177377518)--Connection(262815725)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:51.957--UnitOfWork(1009218257)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:51.958--UnitOfWork(1009218257)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:51.958--UnitOfWork(1009218257)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:51.958--ClientSession(1129387802)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:51.958--UnitOfWork(1009218257)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:51.958--ClientSession(1129387802)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:51.958--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 1012552887 [junit] [EL Finer]: 2022-09-10 04:18:51.958--ClientSession(1012552887)--Thread(Thread[main,5,main])--acquire unit of work: 1643299824 [junit] [EL Finest]: 2022-09-10 04:18:51.958--UnitOfWork(1643299824)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmbeddingFieldAccess" referenceClass=EmbeddingFieldAccess sql="SELECT ID, EMB_FA_DATE, EMB_FA_LONG FROM TMP_EMBEDD_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:51.958--ServerSession(1177377518)--Connection(688988404)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:51.958--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:51.959--ServerSession(1177377518)--Connection(1098568947)--Thread(Thread[main,5,main])--SELECT ID, EMB_FA_DATE, EMB_FA_LONG FROM TMP_EMBEDD_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:18:51.959--ServerSession(1177377518)--Connection(688988404)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.embedded.TestEmbeddingWithPropertyAccess [junit] [EL Finer]: 2022-09-10 04:18:52.035--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 1989219205 [junit] [EL Finer]: 2022-09-10 04:18:52.035--ClientSession(1989219205)--Thread(Thread[main,5,main])--acquire unit of work: 1416097444 [junit] [EL Finest]: 2022-09-10 04:18:52.035--UnitOfWork(1416097444)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess@160396db. [junit] [EL Finer]: 2022-09-10 04:18:52.035--UnitOfWork(1416097444)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:52.036--UnitOfWork(1416097444)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess@160396db) [junit] [EL Finest]: 2022-09-10 04:18:52.036--ServerSession(1177377518)--Connection(67811496)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.036--ClientSession(1989219205)--Connection(67811496)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:52.036--ClientSession(1989219205)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.037--ClientSession(1989219205)--Connection(1878225987)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMBEDD_PA (ID, EMB_PA_DATE, EMB_PA_LONG) VALUES (?, ?, ?) [junit] bind => [48, null, null] [junit] [EL Finer]: 2022-09-10 04:18:52.037--ClientSession(1989219205)--Connection(1878225987)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:52.038--ServerSession(1177377518)--Connection(67811496)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.038--UnitOfWork(1416097444)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:52.038--UnitOfWork(1416097444)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.039--UnitOfWork(1416097444)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.039--ClientSession(1989219205)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.039--UnitOfWork(1416097444)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.039--ClientSession(1989219205)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.039--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 35068320 [junit] [EL Finer]: 2022-09-10 04:18:52.039--ClientSession(35068320)--Thread(Thread[main,5,main])--acquire unit of work: 1991386317 [junit] [EL Finest]: 2022-09-10 04:18:52.039--UnitOfWork(1991386317)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmbeddingPropertyAccess" referenceClass=EmbeddingPropertyAccess sql="SELECT ID, EMB_PA_DATE, EMB_PA_LONG FROM TMP_EMBEDD_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.04--ServerSession(1177377518)--Connection(312565954)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.04--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.04--ServerSession(1177377518)--Connection(178325065)--Thread(Thread[main,5,main])--SELECT ID, EMB_PA_DATE, EMB_PA_LONG FROM TMP_EMBEDD_PA WHERE (ID = ?) [junit] bind => [48] [junit] [EL Finest]: 2022-09-10 04:18:52.041--ServerSession(1177377518)--Connection(312565954)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.041--UnitOfWork(1991386317)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmbeddingPropertyAccess" referenceClass=EmbeddingPropertyAccess sql="SELECT ID, EMB_PA_DATE, EMB_PA_LONG FROM TMP_EMBEDD_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.041--UnitOfWork(1991386317)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess@2eb79cbe [junit] [EL Finer]: 2022-09-10 04:18:52.041--UnitOfWork(1991386317)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:52.042--UnitOfWork(1991386317)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=EmbeddingPropertyAccess ) [junit] [EL Finest]: 2022-09-10 04:18:52.042--UnitOfWork(1991386317)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess@2eb79cbe) [junit] [EL Finest]: 2022-09-10 04:18:52.042--ServerSession(1177377518)--Connection(1801704517)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.042--ClientSession(35068320)--Connection(1801704517)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:52.042--ClientSession(35068320)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:52.043--UnitOfWork(1991386317)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess@2eb79cbe) [junit] [EL Fine]: 2022-09-10 04:18:52.044--ClientSession(35068320)--Connection(817018735)--Thread(Thread[main,5,main])--UPDATE TMP_EMBEDD_PA SET EMB_PA_DATE = ?, EMB_PA_LONG = ? WHERE (ID = ?) [junit] bind => [null, 0, 48] [junit] [EL Fine]: 2022-09-10 04:18:52.044--ClientSession(35068320)--Connection(817018735)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMBEDD_PA WHERE (ID = ?) [junit] bind => [48] [junit] [EL Finer]: 2022-09-10 04:18:52.045--ClientSession(35068320)--Connection(817018735)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:52.046--ServerSession(1177377518)--Connection(1801704517)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.046--UnitOfWork(1991386317)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:52.046--UnitOfWork(1991386317)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.047--UnitOfWork(1991386317)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.047--ClientSession(35068320)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.047--UnitOfWork(1991386317)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.047--ClientSession(35068320)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.047--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 1615873578 [junit] [EL Finer]: 2022-09-10 04:18:52.047--ClientSession(1615873578)--Thread(Thread[main,5,main])--acquire unit of work: 1275626728 [junit] [EL Finest]: 2022-09-10 04:18:52.047--UnitOfWork(1275626728)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess@2eb79cbe. [junit] [EL Finer]: 2022-09-10 04:18:52.047--UnitOfWork(1275626728)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:52.048--UnitOfWork(1275626728)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess@2eb79cbe) [junit] [EL Finest]: 2022-09-10 04:18:52.048--ServerSession(1177377518)--Connection(293870357)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.048--ClientSession(1615873578)--Connection(293870357)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:52.048--ClientSession(1615873578)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.048--ClientSession(1615873578)--Connection(1938259481)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMBEDD_PA (ID, EMB_PA_DATE, EMB_PA_LONG) VALUES (?, ?, ?) [junit] bind => [48, 1970-01-12 10:20:54.0, -987654000] [junit] [EL Finer]: 2022-09-10 04:18:52.049--ClientSession(1615873578)--Connection(1938259481)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:52.05--ServerSession(1177377518)--Connection(293870357)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.05--UnitOfWork(1275626728)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:52.05--UnitOfWork(1275626728)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.051--UnitOfWork(1275626728)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.051--ClientSession(1615873578)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.051--UnitOfWork(1275626728)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.051--ClientSession(1615873578)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.051--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 877804870 [junit] [EL Finer]: 2022-09-10 04:18:52.051--ClientSession(877804870)--Thread(Thread[main,5,main])--acquire unit of work: 2095970915 [junit] [EL Finest]: 2022-09-10 04:18:52.051--UnitOfWork(2095970915)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmbeddingPropertyAccess" referenceClass=EmbeddingPropertyAccess sql="SELECT ID, EMB_PA_DATE, EMB_PA_LONG FROM TMP_EMBEDD_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.051--ServerSession(1177377518)--Connection(65551384)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.051--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.051--ServerSession(1177377518)--Connection(2017393480)--Thread(Thread[main,5,main])--SELECT ID, EMB_PA_DATE, EMB_PA_LONG FROM TMP_EMBEDD_PA WHERE (ID = ?) [junit] bind => [48] [junit] [EL Finest]: 2022-09-10 04:18:52.052--ServerSession(1177377518)--Connection(65551384)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.053--UnitOfWork(2095970915)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmbeddingPropertyAccess" referenceClass=EmbeddingPropertyAccess sql="SELECT ID, EMB_PA_DATE, EMB_PA_LONG FROM TMP_EMBEDD_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:18:52.053--UnitOfWork(2095970915)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:52.053--UnitOfWork(2095970915)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:52.053--UnitOfWork(2095970915)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.053--UnitOfWork(2095970915)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.053--ClientSession(877804870)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.053--UnitOfWork(2095970915)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.053--ClientSession(877804870)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.053--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 1366629983 [junit] [EL Finer]: 2022-09-10 04:18:52.053--ClientSession(1366629983)--Thread(Thread[main,5,main])--acquire unit of work: 722160979 [junit] [EL Finest]: 2022-09-10 04:18:52.053--UnitOfWork(722160979)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmbeddingPropertyAccess" referenceClass=EmbeddingPropertyAccess sql="SELECT ID, EMB_PA_DATE, EMB_PA_LONG FROM TMP_EMBEDD_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.054--ServerSession(1177377518)--Connection(1885927370)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.054--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.054--ServerSession(1177377518)--Connection(945064729)--Thread(Thread[main,5,main])--SELECT ID, EMB_PA_DATE, EMB_PA_LONG FROM TMP_EMBEDD_PA WHERE (ID = ?) [junit] bind => [48] [junit] [EL Finest]: 2022-09-10 04:18:52.055--ServerSession(1177377518)--Connection(1885927370)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.055--UnitOfWork(722160979)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmbeddingPropertyAccess" referenceClass=EmbeddingPropertyAccess sql="SELECT ID, EMB_PA_DATE, EMB_PA_LONG FROM TMP_EMBEDD_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:18:52.055--UnitOfWork(722160979)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:52.055--UnitOfWork(722160979)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess@75b3673) [junit] [EL Finest]: 2022-09-10 04:18:52.056--ServerSession(1177377518)--Connection(754707140)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.057--ClientSession(1366629983)--Connection(754707140)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:52.057--ClientSession(1366629983)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.057--ClientSession(1366629983)--Connection(316355462)--Thread(Thread[main,5,main])--UPDATE TMP_EMBEDD_PA SET EMB_PA_DATE = ?, EMB_PA_LONG = ? WHERE (ID = ?) [junit] bind => [null, 0, 48] [junit] [EL Finer]: 2022-09-10 04:18:52.058--ClientSession(1366629983)--Connection(316355462)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:52.059--ServerSession(1177377518)--Connection(754707140)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.059--UnitOfWork(722160979)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:52.059--UnitOfWork(722160979)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.059--UnitOfWork(722160979)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.059--ClientSession(1366629983)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.059--UnitOfWork(722160979)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.059--ClientSession(1366629983)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.059--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 176097974 [junit] [EL Finer]: 2022-09-10 04:18:52.06--ClientSession(176097974)--Thread(Thread[main,5,main])--acquire unit of work: 1106468732 [junit] [EL Finest]: 2022-09-10 04:18:52.06--UnitOfWork(1106468732)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmbeddingPropertyAccess" referenceClass=EmbeddingPropertyAccess sql="SELECT ID, EMB_PA_DATE, EMB_PA_LONG FROM TMP_EMBEDD_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.06--ServerSession(1177377518)--Connection(1120072844)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.06--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.06--ServerSession(1177377518)--Connection(805690186)--Thread(Thread[main,5,main])--SELECT ID, EMB_PA_DATE, EMB_PA_LONG FROM TMP_EMBEDD_PA WHERE (ID = ?) [junit] bind => [48] [junit] [EL Finest]: 2022-09-10 04:18:52.061--ServerSession(1177377518)--Connection(1120072844)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.061--UnitOfWork(1106468732)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmbeddingPropertyAccess" referenceClass=EmbeddingPropertyAccess sql="SELECT ID, EMB_PA_DATE, EMB_PA_LONG FROM TMP_EMBEDD_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:18:52.061--UnitOfWork(1106468732)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:52.061--UnitOfWork(1106468732)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess@4cbd03e7) [junit] [EL Finest]: 2022-09-10 04:18:52.062--ServerSession(1177377518)--Connection(806588571)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.062--ClientSession(176097974)--Connection(806588571)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:52.062--ClientSession(176097974)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.062--ClientSession(176097974)--Connection(2771454)--Thread(Thread[main,5,main])--UPDATE TMP_EMBEDD_PA SET EMB_PA_DATE = ?, EMB_PA_LONG = ? WHERE (ID = ?) [junit] bind => [1970-01-12 10:20:54.0, -987654000, 48] [junit] [EL Finer]: 2022-09-10 04:18:52.063--ClientSession(176097974)--Connection(2771454)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:52.064--ServerSession(1177377518)--Connection(806588571)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.064--UnitOfWork(1106468732)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:52.064--UnitOfWork(1106468732)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.065--UnitOfWork(1106468732)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.065--ClientSession(176097974)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.065--UnitOfWork(1106468732)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.065--ClientSession(176097974)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.065--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 614635686 [junit] [EL Finer]: 2022-09-10 04:18:52.065--ClientSession(614635686)--Thread(Thread[main,5,main])--acquire unit of work: 159562640 [junit] [EL Finest]: 2022-09-10 04:18:52.065--UnitOfWork(159562640)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmbeddingPropertyAccess" referenceClass=EmbeddingPropertyAccess sql="SELECT ID, EMB_PA_DATE, EMB_PA_LONG FROM TMP_EMBEDD_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.065--ServerSession(1177377518)--Connection(670517043)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.065--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.066--ServerSession(1177377518)--Connection(2079278380)--Thread(Thread[main,5,main])--SELECT ID, EMB_PA_DATE, EMB_PA_LONG FROM TMP_EMBEDD_PA WHERE (ID = ?) [junit] bind => [48] [junit] [EL Finest]: 2022-09-10 04:18:52.066--ServerSession(1177377518)--Connection(670517043)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.067--UnitOfWork(159562640)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmbeddingPropertyAccess" referenceClass=EmbeddingPropertyAccess sql="SELECT ID, EMB_PA_DATE, EMB_PA_LONG FROM TMP_EMBEDD_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:18:52.067--UnitOfWork(159562640)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:52.067--UnitOfWork(159562640)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess@4a29f290) [junit] [EL Finest]: 2022-09-10 04:18:52.067--ServerSession(1177377518)--Connection(1098737173)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.068--ClientSession(614635686)--Connection(1098737173)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:52.068--ClientSession(614635686)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.068--ClientSession(614635686)--Connection(2054077982)--Thread(Thread[main,5,main])--UPDATE TMP_EMBEDD_PA SET EMB_PA_DATE = ?, EMB_PA_LONG = ? WHERE (ID = ?) [junit] bind => [1970-01-02 10:17:36.0, -123456000, 48] [junit] [EL Finer]: 2022-09-10 04:18:52.069--ClientSession(614635686)--Connection(2054077982)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:52.07--ServerSession(1177377518)--Connection(1098737173)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.07--UnitOfWork(159562640)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:52.07--UnitOfWork(159562640)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.071--UnitOfWork(159562640)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.071--ClientSession(614635686)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.071--UnitOfWork(159562640)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.071--ClientSession(614635686)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.071--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 1591954203 [junit] [EL Finer]: 2022-09-10 04:18:52.071--ClientSession(1591954203)--Thread(Thread[main,5,main])--acquire unit of work: 1015659282 [junit] [EL Finest]: 2022-09-10 04:18:52.071--UnitOfWork(1015659282)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmbeddingPropertyAccess" referenceClass=EmbeddingPropertyAccess sql="SELECT ID, EMB_PA_DATE, EMB_PA_LONG FROM TMP_EMBEDD_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.072--ServerSession(1177377518)--Connection(1220813917)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.072--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.072--ServerSession(1177377518)--Connection(1039759545)--Thread(Thread[main,5,main])--SELECT ID, EMB_PA_DATE, EMB_PA_LONG FROM TMP_EMBEDD_PA WHERE (ID = ?) [junit] bind => [48] [junit] [EL Finest]: 2022-09-10 04:18:52.073--ServerSession(1177377518)--Connection(1220813917)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.073--UnitOfWork(1015659282)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmbeddingPropertyAccess" referenceClass=EmbeddingPropertyAccess sql="SELECT ID, EMB_PA_DATE, EMB_PA_LONG FROM TMP_EMBEDD_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:18:52.073--UnitOfWork(1015659282)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:52.074--UnitOfWork(1015659282)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess@61a91912) [junit] [EL Finest]: 2022-09-10 04:18:52.074--ServerSession(1177377518)--Connection(1206946689)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.074--ClientSession(1591954203)--Connection(1206946689)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:52.074--ClientSession(1591954203)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.075--ClientSession(1591954203)--Connection(194903130)--Thread(Thread[main,5,main])--UPDATE TMP_EMBEDD_PA SET EMB_PA_DATE = ?, EMB_PA_LONG = ? WHERE (ID = ?) [junit] bind => [null, 0, 48] [junit] [EL Finer]: 2022-09-10 04:18:52.075--ClientSession(1591954203)--Connection(194903130)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:52.076--ServerSession(1177377518)--Connection(1206946689)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.076--UnitOfWork(1015659282)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:52.076--UnitOfWork(1015659282)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.077--UnitOfWork(1015659282)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.077--ClientSession(1591954203)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.077--UnitOfWork(1015659282)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.077--ClientSession(1591954203)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.077--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 1526866775 [junit] [EL Finer]: 2022-09-10 04:18:52.078--ClientSession(1526866775)--Thread(Thread[main,5,main])--acquire unit of work: 1871580398 [junit] [EL Finest]: 2022-09-10 04:18:52.078--UnitOfWork(1871580398)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmbeddingPropertyAccess" referenceClass=EmbeddingPropertyAccess sql="SELECT ID, EMB_PA_DATE, EMB_PA_LONG FROM TMP_EMBEDD_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.078--ServerSession(1177377518)--Connection(1632300236)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.078--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.078--ServerSession(1177377518)--Connection(1360440329)--Thread(Thread[main,5,main])--SELECT ID, EMB_PA_DATE, EMB_PA_LONG FROM TMP_EMBEDD_PA WHERE (ID = ?) [junit] bind => [48] [junit] [EL Finest]: 2022-09-10 04:18:52.079--ServerSession(1177377518)--Connection(1632300236)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:18:52.098--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 253027775 [junit] [EL Finer]: 2022-09-10 04:18:52.098--ClientSession(253027775)--Thread(Thread[main,5,main])--acquire unit of work: 219638321 [junit] [EL Finest]: 2022-09-10 04:18:52.098--UnitOfWork(219638321)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess@3a91d146. [junit] [EL Finer]: 2022-09-10 04:18:52.098--UnitOfWork(219638321)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:52.099--UnitOfWork(219638321)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess@3a91d146) [junit] [EL Finest]: 2022-09-10 04:18:52.099--ServerSession(1177377518)--Connection(1499825229)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.099--ClientSession(253027775)--Connection(1499825229)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:52.099--ClientSession(253027775)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.1--ClientSession(253027775)--Connection(1833592262)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMBEDD_PA (ID, EMB_PA_DATE, EMB_PA_LONG) VALUES (?, ?, ?) [junit] bind => [0, 5882-03-11 00:30:12.345, 123456789012345] [junit] [EL Finer]: 2022-09-10 04:18:52.101--ClientSession(253027775)--Connection(1833592262)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:52.102--ServerSession(1177377518)--Connection(1499825229)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.102--UnitOfWork(219638321)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:52.102--UnitOfWork(219638321)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.102--UnitOfWork(219638321)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.102--ClientSession(253027775)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.102--UnitOfWork(219638321)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.102--ClientSession(253027775)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.102--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 959055079 [junit] [EL Finer]: 2022-09-10 04:18:52.102--ClientSession(959055079)--Thread(Thread[main,5,main])--acquire unit of work: 133177937 [junit] [EL Finest]: 2022-09-10 04:18:52.102--UnitOfWork(133177937)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmbeddingPropertyAccess" referenceClass=EmbeddingPropertyAccess sql="SELECT ID, EMB_PA_DATE, EMB_PA_LONG FROM TMP_EMBEDD_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.103--ServerSession(1177377518)--Connection(234857227)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.103--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.103--ServerSession(1177377518)--Connection(81269359)--Thread(Thread[main,5,main])--SELECT ID, EMB_PA_DATE, EMB_PA_LONG FROM TMP_EMBEDD_PA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:18:52.104--ServerSession(1177377518)--Connection(234857227)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCache [junit] [EL Finer]: 2022-09-10 04:18:52.164--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 822409149 [junit] [EL Finer]: 2022-09-10 04:18:52.164--ClientSession(822409149)--Thread(Thread[main,5,main])--acquire unit of work: 794563378 [junit] [EL Finest]: 2022-09-10 04:18:52.164--UnitOfWork(794563378)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finer]: 2022-09-10 04:18:52.165--UnitOfWork(794563378)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:52.166--UnitOfWork(794563378)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:18:52.166--ServerSession(1177377518)--Connection(1787083839)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.166--ClientSession(822409149)--Connection(1787083839)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:52.166--ClientSession(822409149)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.167--ClientSession(822409149)--Connection(630122462)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, aaa, 1] [junit] [EL Finer]: 2022-09-10 04:18:52.17--ClientSession(822409149)--Connection(630122462)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:52.171--ServerSession(1177377518)--Connection(1787083839)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.172--UnitOfWork(794563378)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:52.172--UnitOfWork(794563378)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.172--UnitOfWork(794563378)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.172--ClientSession(822409149)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.172--UnitOfWork(794563378)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.172--ClientSession(822409149)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.172--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 627709989 [junit] [EL Finer]: 2022-09-10 04:18:52.172--ClientSession(627709989)--Thread(Thread[main,5,main])--acquire unit of work: 698676628 [junit] [EL Finest]: 2022-09-10 04:18:52.173--UnitOfWork(698676628)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.173--UnitOfWork(698676628)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:18:52.176--UnitOfWork(698676628)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:18:52.176--UnitOfWork(698676628)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:52.176--UnitOfWork(698676628)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:52.176--UnitOfWork(698676628)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.177--UnitOfWork(698676628)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.177--ClientSession(627709989)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.177--UnitOfWork(698676628)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.177--ClientSession(627709989)--Thread(Thread[main,5,main])--client released [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 7, Time elapsed: 0.043 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadeFlush [junit] [EL Finer]: 2022-09-10 04:18:52.223--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 885991756 [junit] [EL Finer]: 2022-09-10 04:18:52.223--ClientSession(885991756)--Thread(Thread[main,5,main])--acquire unit of work: 1299885218 [junit] [EL Finest]: 2022-09-10 04:18:52.223--UnitOfWork(1299885218)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1f. [junit] [EL Finer]: 2022-09-10 04:18:52.225--UnitOfWork(1299885218)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:52.225--UnitOfWork(1299885218)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1f) [junit] [EL Finest]: 2022-09-10 04:18:52.226--ServerSession(1177377518)--Connection(81505591)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.226--ClientSession(885991756)--Connection(81505591)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:52.226--ClientSession(885991756)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.226--ClientSession(885991756)--Connection(2068499906)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] bind => [31, null, null] [junit] [EL Finer]: 2022-09-10 04:18:52.227--ClientSession(885991756)--Connection(2068499906)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:52.228--ServerSession(1177377518)--Connection(81505591)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.228--UnitOfWork(1299885218)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:52.228--UnitOfWork(1299885218)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.231--UnitOfWork(1299885218)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.231--ClientSession(885991756)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.231--UnitOfWork(1299885218)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.231--ClientSession(885991756)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.231--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 1143968486 [junit] [EL Finer]: 2022-09-10 04:18:52.231--ClientSession(1143968486)--Thread(Thread[main,5,main])--acquire unit of work: 2097614581 [junit] [EL Finest]: 2022-09-10 04:18:52.231--UnitOfWork(2097614581)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@20. [junit] [EL Finest]: 2022-09-10 04:18:52.232--UnitOfWork(2097614581)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNode" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.232--ServerSession(1177377518)--Connection(313869647)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.232--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.232--ServerSession(1177377518)--Connection(1413871034)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [31] [junit] [EL Finest]: 2022-09-10 04:18:52.233--ServerSession(1177377518)--Connection(313869647)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.236--UnitOfWork(2097614581)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1f [junit] [EL Finest]: 2022-09-10 04:18:52.236--UnitOfWork(2097614581)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="children" referenceClass=CascadingNode ) [junit] [EL Finest]: 2022-09-10 04:18:52.237--ServerSession(1177377518)--Connection(1253396693)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.237--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.237--ServerSession(1177377518)--Connection(1020397237)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (PARENT = ?) [junit] bind => [31] [junit] [EL Finest]: 2022-09-10 04:18:52.238--ServerSession(1177377518)--Connection(1253396693)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:18:52.238--UnitOfWork(2097614581)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:18:52.239--UnitOfWork(2097614581)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode ) [junit] [EL Finest]: 2022-09-10 04:18:52.24--UnitOfWork(2097614581)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@20) [junit] [EL Finest]: 2022-09-10 04:18:52.24--ServerSession(1177377518)--Connection(1553646796)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.24--ClientSession(1143968486)--Connection(1553646796)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:52.24--ClientSession(1143968486)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.241--ClientSession(1143968486)--Connection(1307810440)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] bind => [32, null, null] [junit] [EL Finer]: 2022-09-10 04:18:52.241--UnitOfWork(2097614581)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:52.242--UnitOfWork(2097614581)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.242--UnitOfWork(2097614581)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:52.242--ClientSession(1143968486)--Connection(1307810440)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:52.243--ServerSession(1177377518)--Connection(1553646796)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.243--UnitOfWork(2097614581)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:52.243--UnitOfWork(2097614581)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.243--UnitOfWork(2097614581)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.243--ClientSession(1143968486)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.243--UnitOfWork(2097614581)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.243--ClientSession(1143968486)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.263--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 672982715 [junit] [EL Finer]: 2022-09-10 04:18:52.263--ClientSession(672982715)--Thread(Thread[main,5,main])--acquire unit of work: 819092483 [junit] [EL Finest]: 2022-09-10 04:18:52.263--UnitOfWork(819092483)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@29. [junit] [EL Finer]: 2022-09-10 04:18:52.264--UnitOfWork(819092483)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:52.264--UnitOfWork(819092483)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@2a. [junit] [EL Finest]: 2022-09-10 04:18:52.264--UnitOfWork(819092483)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@29) [junit] [EL Finest]: 2022-09-10 04:18:52.264--ServerSession(1177377518)--Connection(2062209967)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.264--ClientSession(672982715)--Connection(2062209967)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:52.265--ClientSession(672982715)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:52.265--UnitOfWork(819092483)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@2a) [junit] [EL Finer]: 2022-09-10 04:18:52.265--ClientSession(672982715)--Connection(986238875)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:52.265--ClientSession(672982715)--Connection(986238875)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:18:52.265--ClientSession(672982715)--Connection(986238875)--Thread(Thread[main,5,main])-- bind => [41, null, null] [junit] [EL Fine]: 2022-09-10 04:18:52.265--ClientSession(672982715)--Connection(986238875)--Thread(Thread[main,5,main])-- bind => [42, 41, null] [junit] [EL Finer]: 2022-09-10 04:18:52.266--ClientSession(672982715)--Connection(986238875)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:18:52.266--ClientSession(672982715)--Connection(986238875)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:52.267--ServerSession(1177377518)--Connection(2062209967)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.267--UnitOfWork(819092483)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:52.267--UnitOfWork(819092483)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.268--UnitOfWork(819092483)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.268--ClientSession(672982715)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.268--UnitOfWork(819092483)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.268--ClientSession(672982715)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.269--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 939625314 [junit] [EL Finer]: 2022-09-10 04:18:52.269--ClientSession(939625314)--Thread(Thread[main,5,main])--acquire unit of work: 216644009 [junit] [EL Finest]: 2022-09-10 04:18:52.269--UnitOfWork(216644009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@2b. [junit] [EL Finer]: 2022-09-10 04:18:52.269--UnitOfWork(216644009)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:52.269--UnitOfWork(216644009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@2c. [junit] [EL Finest]: 2022-09-10 04:18:52.269--UnitOfWork(216644009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@2b) [junit] [EL Finest]: 2022-09-10 04:18:52.269--UnitOfWork(216644009)--Thread(Thread[main,5,main])--Execute query WriteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@2c) [junit] [EL Finest]: 2022-09-10 04:18:52.27--ServerSession(1177377518)--Connection(346847161)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.27--ClientSession(939625314)--Connection(346847161)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:52.27--ClientSession(939625314)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finer]: 2022-09-10 04:18:52.271--ClientSession(939625314)--Connection(1061998933)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:52.271--ClientSession(939625314)--Connection(1061998933)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:18:52.271--ClientSession(939625314)--Connection(1061998933)--Thread(Thread[main,5,main])-- bind => [44, null, null] [junit] [EL Fine]: 2022-09-10 04:18:52.271--ClientSession(939625314)--Connection(1061998933)--Thread(Thread[main,5,main])-- bind => [43, 44, null] [junit] [EL Finer]: 2022-09-10 04:18:52.271--ClientSession(939625314)--Connection(1061998933)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:18:52.272--ClientSession(939625314)--Connection(1061998933)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:52.272--ServerSession(1177377518)--Connection(346847161)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.273--UnitOfWork(216644009)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:52.273--UnitOfWork(216644009)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.273--UnitOfWork(216644009)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.273--ClientSession(939625314)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.273--UnitOfWork(216644009)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.273--ClientSession(939625314)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.292--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 376601041 [junit] [EL Finer]: 2022-09-10 04:18:52.292--ClientSession(376601041)--Thread(Thread[main,5,main])--acquire unit of work: 327986890 [junit] [EL Finest]: 2022-09-10 04:18:52.292--UnitOfWork(327986890)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@15. [junit] [EL Finer]: 2022-09-10 04:18:52.292--UnitOfWork(327986890)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:52.292--UnitOfWork(327986890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@15) [junit] [EL Finest]: 2022-09-10 04:18:52.292--ServerSession(1177377518)--Connection(203401172)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.292--ClientSession(376601041)--Connection(203401172)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:52.293--ClientSession(376601041)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.293--ClientSession(376601041)--Connection(2056499811)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] bind => [21, null, null] [junit] [EL Finer]: 2022-09-10 04:18:52.294--ClientSession(376601041)--Connection(2056499811)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:52.295--ServerSession(1177377518)--Connection(203401172)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.295--UnitOfWork(327986890)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:52.295--UnitOfWork(327986890)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.295--UnitOfWork(327986890)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.295--ClientSession(376601041)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.295--UnitOfWork(327986890)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.295--ClientSession(376601041)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.295--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 2055288499 [junit] [EL Finer]: 2022-09-10 04:18:52.295--ClientSession(2055288499)--Thread(Thread[main,5,main])--acquire unit of work: 501650218 [junit] [EL Finest]: 2022-09-10 04:18:52.295--UnitOfWork(501650218)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@16. [junit] [EL Finer]: 2022-09-10 04:18:52.296--UnitOfWork(501650218)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:52.296--UnitOfWork(501650218)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@15. [junit] [EL Finest]: 2022-09-10 04:18:52.296--UnitOfWork(501650218)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@16) [junit] [EL Finest]: 2022-09-10 04:18:52.296--ServerSession(1177377518)--Connection(1293389141)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.296--ClientSession(2055288499)--Connection(1293389141)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:52.296--ClientSession(2055288499)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:52.297--UnitOfWork(501650218)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@15) [junit] [EL Finer]: 2022-09-10 04:18:52.297--ClientSession(2055288499)--Connection(952288009)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:52.297--ClientSession(2055288499)--Connection(952288009)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:18:52.297--ClientSession(2055288499)--Connection(952288009)--Thread(Thread[main,5,main])-- bind => [22, null, null] [junit] [EL Fine]: 2022-09-10 04:18:52.297--ClientSession(2055288499)--Connection(952288009)--Thread(Thread[main,5,main])-- bind => [21, null, null] [junit] [EL Finer]: 2022-09-10 04:18:52.297--ClientSession(2055288499)--Connection(952288009)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2022-09-10 04:18:52.3--ClientSession(2055288499)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finer]: 2022-09-10 04:18:52.3--ClientSession(2055288499)--Connection(952288009)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2022-09-10 04:18:52.301--ServerSession(1177377518)--Connection(1293389141)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Warning]: 2022-09-10 04:18:52.301--UnitOfWork(501650218)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.BatchUpdateException: Duplicate entry '21' for key 'PRIMARY' [junit] Error Code: 1062 [junit] at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:331) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeJDK12BatchStatement(DatabaseAccessor.java:933) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatch(ParameterizedSQLBatchWritingMechanism.java:179) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatchedStatements(ParameterizedSQLBatchWritingMechanism.java:134) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.writesCompleted(DatabaseAccessor.java:1845) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.writesCompleted(AbstractSession.java:4316) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.writesCompleted(UnitOfWorkImpl.java:5649) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.acquireWriteLocks(UnitOfWorkImpl.java:1659) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitTransactionAfterWriteChanges(UnitOfWorkImpl.java:1627) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:285) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1182) [junit] at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:134) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransaction(AbstractBaseTest.java:131) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransactionAndClear(AbstractBaseTest.java:137) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadeFlush.testSimpleCascadeToDetached1(TestCascadeFlush.java:119) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.lang.reflect.Method.invoke(Method.java:498) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:178) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:38) [junit] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:50) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:38) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1014) [junit] Caused by: java.sql.BatchUpdateException: Duplicate entry '21' for key 'PRIMARY' [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [junit] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [junit] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [junit] at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) [junit] at com.mysql.jdbc.Util.getInstance(Util.java:408) [junit] at com.mysql.jdbc.SQLError.createBatchUpdateException(SQLError.java:1154) [junit] at com.mysql.jdbc.PreparedStatement.executeBatchSerially(PreparedStatement.java:1832) [junit] at com.mysql.jdbc.PreparedStatement.executeBatchInternal(PreparedStatement.java:1316) [junit] at com.mysql.jdbc.StatementImpl.executeBatch(StatementImpl.java:954) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabasePlatform.executeBatch(DatabasePlatform.java:2366) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeJDK12BatchStatement(DatabaseAccessor.java:922) [junit] ... 37 more [junit] Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '21' for key 'PRIMARY' [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [junit] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [junit] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [junit] at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) [junit] at com.mysql.jdbc.Util.getInstance(Util.java:408) [junit] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:936) [junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3933) [junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3869) [junit] at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2524) [junit] at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2675) [junit] at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2465) [junit] at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1912) [junit] at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2133) [junit] at com.mysql.jdbc.PreparedStatement.executeBatchSerially(PreparedStatement.java:1810) [junit] ... 41 more [junit] [junit] [EL Finer]: 2022-09-10 04:18:52.303--UnitOfWork(501650218)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.303--ClientSession(2055288499)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.32--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 2140322192 [junit] [EL Finer]: 2022-09-10 04:18:52.321--ClientSession(2140322192)--Thread(Thread[main,5,main])--acquire unit of work: 836782867 [junit] [EL Finest]: 2022-09-10 04:18:52.321--UnitOfWork(836782867)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1. [junit] [EL Finer]: 2022-09-10 04:18:52.321--UnitOfWork(836782867)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:18:52.321--UnitOfWork(836782867)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@2. [junit] [EL Finest]: 2022-09-10 04:18:52.321--UnitOfWork(836782867)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@2) [junit] [EL Finest]: 2022-09-10 04:18:52.322--ServerSession(1177377518)--Connection(1881218633)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.322--ClientSession(2140322192)--Connection(1881218633)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:52.322--ClientSession(2140322192)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:52.322--UnitOfWork(836782867)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1) [junit] [EL Finer]: 2022-09-10 04:18:52.322--ClientSession(2140322192)--Connection(62156248)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:52.322--ClientSession(2140322192)--Connection(62156248)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:18:52.322--ClientSession(2140322192)--Connection(62156248)--Thread(Thread[main,5,main])-- bind => [2, null, null] [junit] [EL Fine]: 2022-09-10 04:18:52.322--ClientSession(2140322192)--Connection(62156248)--Thread(Thread[main,5,main])-- bind => [1, null, null] [junit] [EL Finer]: 2022-09-10 04:18:52.323--ClientSession(2140322192)--Connection(62156248)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:18:52.323--UnitOfWork(836782867)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:52.324--UnitOfWork(836782867)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.324--UnitOfWork(836782867)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:52.324--ClientSession(2140322192)--Connection(62156248)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:52.325--ServerSession(1177377518)--Connection(1881218633)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.325--UnitOfWork(836782867)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:52.325--UnitOfWork(836782867)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.325--UnitOfWork(836782867)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.325--ClientSession(2140322192)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.325--UnitOfWork(836782867)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.325--ClientSession(2140322192)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.345--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 130564501 [junit] [EL Finer]: 2022-09-10 04:18:52.345--ClientSession(130564501)--Thread(Thread[main,5,main])--acquire unit of work: 1429133319 [junit] [EL Finest]: 2022-09-10 04:18:52.346--UnitOfWork(1429133319)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@32. [junit] [EL Finest]: 2022-09-10 04:18:52.346--UnitOfWork(1429133319)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@33. [junit] [EL Finer]: 2022-09-10 04:18:52.346--UnitOfWork(1429133319)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:52.346--UnitOfWork(1429133319)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@33) [junit] [EL Finest]: 2022-09-10 04:18:52.346--UnitOfWork(1429133319)--Thread(Thread[main,5,main])--Execute query WriteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@32) [junit] [EL Finest]: 2022-09-10 04:18:52.347--ServerSession(1177377518)--Connection(1931008760)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.347--ClientSession(130564501)--Connection(1931008760)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:52.347--ClientSession(130564501)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finer]: 2022-09-10 04:18:52.348--ClientSession(130564501)--Connection(1894978338)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:52.348--ClientSession(130564501)--Connection(1894978338)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:18:52.348--ClientSession(130564501)--Connection(1894978338)--Thread(Thread[main,5,main])-- bind => [50, null, null] [junit] [EL Fine]: 2022-09-10 04:18:52.348--ClientSession(130564501)--Connection(1894978338)--Thread(Thread[main,5,main])-- bind => [51, 50, null] [junit] [EL Finer]: 2022-09-10 04:18:52.348--ClientSession(130564501)--Connection(1894978338)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:18:52.349--ClientSession(130564501)--Connection(1894978338)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:52.35--ServerSession(1177377518)--Connection(1931008760)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.35--UnitOfWork(1429133319)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:52.35--UnitOfWork(1429133319)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.351--UnitOfWork(1429133319)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.351--ClientSession(130564501)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.351--UnitOfWork(1429133319)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.351--ClientSession(130564501)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.351--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 236858974 [junit] [EL Finer]: 2022-09-10 04:18:52.351--ClientSession(236858974)--Thread(Thread[main,5,main])--acquire unit of work: 1713129148 [junit] [EL Finest]: 2022-09-10 04:18:52.351--UnitOfWork(1713129148)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNode" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.352--ServerSession(1177377518)--Connection(931548023)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.352--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.352--ServerSession(1177377518)--Connection(731427771)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [50] [junit] [EL Finest]: 2022-09-10 04:18:52.353--ServerSession(1177377518)--Connection(931548023)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:18:52.353--UnitOfWork(1713129148)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:52.353--UnitOfWork(1713129148)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:52.354--UnitOfWork(1713129148)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.375--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 1711393939 [junit] [EL Finer]: 2022-09-10 04:18:52.375--ClientSession(1711393939)--Thread(Thread[main,5,main])--acquire unit of work: 1423507882 [junit] [EL Finest]: 2022-09-10 04:18:52.375--UnitOfWork(1423507882)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@17. [junit] [EL Finest]: 2022-09-10 04:18:52.375--UnitOfWork(1423507882)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@18. [junit] [EL Finer]: 2022-09-10 04:18:52.376--UnitOfWork(1423507882)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:52.376--UnitOfWork(1423507882)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@17. [junit] [EL Finest]: 2022-09-10 04:18:52.376--UnitOfWork(1423507882)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@17) [junit] [EL Finest]: 2022-09-10 04:18:52.376--ServerSession(1177377518)--Connection(1350269431)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.377--ClientSession(1711393939)--Connection(1350269431)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:52.377--ClientSession(1711393939)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:52.377--UnitOfWork(1423507882)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@18) [junit] [EL Finest]: 2022-09-10 04:18:52.377--UnitOfWork(1423507882)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@17) [junit] [EL Finer]: 2022-09-10 04:18:52.378--ClientSession(1711393939)--Connection(1688851596)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:52.378--ClientSession(1711393939)--Connection(1688851596)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:18:52.378--ClientSession(1711393939)--Connection(1688851596)--Thread(Thread[main,5,main])-- bind => [23, null, null] [junit] [EL Fine]: 2022-09-10 04:18:52.378--ClientSession(1711393939)--Connection(1688851596)--Thread(Thread[main,5,main])-- bind => [24, null, null] [junit] [EL Fine]: 2022-09-10 04:18:52.378--ClientSession(1711393939)--Connection(1688851596)--Thread(Thread[main,5,main])-- bind => [23, null, null] [junit] [EL Finer]: 2022-09-10 04:18:52.378--ClientSession(1711393939)--Connection(1688851596)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2022-09-10 04:18:52.379--ClientSession(1711393939)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finer]: 2022-09-10 04:18:52.379--ClientSession(1711393939)--Connection(1688851596)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2022-09-10 04:18:52.38--ServerSession(1177377518)--Connection(1350269431)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Warning]: 2022-09-10 04:18:52.38--UnitOfWork(1423507882)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.BatchUpdateException: Duplicate entry '23' for key 'PRIMARY' [junit] Error Code: 1062 [junit] at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:331) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeJDK12BatchStatement(DatabaseAccessor.java:933) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatch(ParameterizedSQLBatchWritingMechanism.java:179) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatchedStatements(ParameterizedSQLBatchWritingMechanism.java:134) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.writesCompleted(DatabaseAccessor.java:1845) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.writesCompleted(AbstractSession.java:4316) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.writesCompleted(UnitOfWorkImpl.java:5649) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.acquireWriteLocks(UnitOfWorkImpl.java:1659) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitTransactionAfterWriteChanges(UnitOfWorkImpl.java:1627) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:285) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1182) [junit] at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:134) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransaction(AbstractBaseTest.java:131) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransactionAndClear(AbstractBaseTest.java:137) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadeFlush.testSimpleCascadeToDetached2a(TestCascadeFlush.java:152) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.lang.reflect.Method.invoke(Method.java:498) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:178) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:38) [junit] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:50) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:38) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1014) [junit] Caused by: java.sql.BatchUpdateException: Duplicate entry '23' for key 'PRIMARY' [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [junit] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [junit] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [junit] at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) [junit] at com.mysql.jdbc.Util.getInstance(Util.java:408) [junit] at com.mysql.jdbc.SQLError.createBatchUpdateException(SQLError.java:1154) [junit] at com.mysql.jdbc.PreparedStatement.executeBatchSerially(PreparedStatement.java:1832) [junit] at com.mysql.jdbc.PreparedStatement.executeBatchInternal(PreparedStatement.java:1316) [junit] at com.mysql.jdbc.StatementImpl.executeBatch(StatementImpl.java:954) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabasePlatform.executeBatch(DatabasePlatform.java:2366) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeJDK12BatchStatement(DatabaseAccessor.java:922) [junit] ... 37 more [junit] Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '23' for key 'PRIMARY' [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [junit] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [junit] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [junit] at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) [junit] at com.mysql.jdbc.Util.getInstance(Util.java:408) [junit] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:936) [junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3933) [junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3869) [junit] at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2524) [junit] at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2675) [junit] at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2465) [junit] at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1912) [junit] at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2133) [junit] at com.mysql.jdbc.PreparedStatement.executeBatchSerially(PreparedStatement.java:1810) [junit] ... 41 more [junit] [junit] [EL Finer]: 2022-09-10 04:18:52.381--UnitOfWork(1423507882)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.381--ClientSession(1711393939)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.398--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 311185452 [junit] [EL Finer]: 2022-09-10 04:18:52.398--ClientSession(311185452)--Thread(Thread[main,5,main])--acquire unit of work: 1164344728 [junit] [EL Finest]: 2022-09-10 04:18:52.398--UnitOfWork(1164344728)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@19. [junit] [EL Finer]: 2022-09-10 04:18:52.399--UnitOfWork(1164344728)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:52.399--UnitOfWork(1164344728)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@19) [junit] [EL Finest]: 2022-09-10 04:18:52.399--ServerSession(1177377518)--Connection(31366484)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.399--ClientSession(311185452)--Connection(31366484)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:52.399--ClientSession(311185452)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.4--ClientSession(311185452)--Connection(2007149130)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] bind => [25, null, null] [junit] [EL Finer]: 2022-09-10 04:18:52.401--ClientSession(311185452)--Connection(2007149130)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:52.406--ServerSession(1177377518)--Connection(31366484)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.406--UnitOfWork(1164344728)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:52.406--UnitOfWork(1164344728)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.406--UnitOfWork(1164344728)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.406--ClientSession(311185452)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.406--UnitOfWork(1164344728)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.407--ClientSession(311185452)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.407--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 1010983633 [junit] [EL Finer]: 2022-09-10 04:18:52.407--ClientSession(1010983633)--Thread(Thread[main,5,main])--acquire unit of work: 269244031 [junit] [EL Finest]: 2022-09-10 04:18:52.407--UnitOfWork(269244031)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNode" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.407--ServerSession(1177377518)--Connection(817944369)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.407--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.407--ServerSession(1177377518)--Connection(1833973673)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [25] [junit] [EL Finest]: 2022-09-10 04:18:52.408--ServerSession(1177377518)--Connection(817944369)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.408--UnitOfWork(269244031)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1a. [junit] [EL Finer]: 2022-09-10 04:18:52.409--UnitOfWork(269244031)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:52.409--UnitOfWork(269244031)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@19. [junit] [EL Finest]: 2022-09-10 04:18:52.409--UnitOfWork(269244031)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1a) [junit] [EL Finest]: 2022-09-10 04:18:52.409--ServerSession(1177377518)--Connection(118363130)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.409--ClientSession(1010983633)--Connection(118363130)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:52.409--ClientSession(1010983633)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:52.41--UnitOfWork(269244031)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@19) [junit] [EL Finer]: 2022-09-10 04:18:52.41--ClientSession(1010983633)--Connection(1878267309)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:52.41--ClientSession(1010983633)--Connection(1878267309)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:18:52.41--ClientSession(1010983633)--Connection(1878267309)--Thread(Thread[main,5,main])-- bind => [26, null, null] [junit] [EL Fine]: 2022-09-10 04:18:52.41--ClientSession(1010983633)--Connection(1878267309)--Thread(Thread[main,5,main])-- bind => [25, null, null] [junit] [EL Finer]: 2022-09-10 04:18:52.41--ClientSession(1010983633)--Connection(1878267309)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2022-09-10 04:18:52.412--ClientSession(1010983633)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finer]: 2022-09-10 04:18:52.412--ClientSession(1010983633)--Connection(1878267309)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2022-09-10 04:18:52.413--ServerSession(1177377518)--Connection(118363130)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Warning]: 2022-09-10 04:18:52.413--UnitOfWork(269244031)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.BatchUpdateException: Duplicate entry '25' for key 'PRIMARY' [junit] Error Code: 1062 [junit] at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:331) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeJDK12BatchStatement(DatabaseAccessor.java:933) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatch(ParameterizedSQLBatchWritingMechanism.java:179) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatchedStatements(ParameterizedSQLBatchWritingMechanism.java:134) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.writesCompleted(DatabaseAccessor.java:1845) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.writesCompleted(AbstractSession.java:4316) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.writesCompleted(UnitOfWorkImpl.java:5649) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.acquireWriteLocks(UnitOfWorkImpl.java:1659) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitTransactionAfterWriteChanges(UnitOfWorkImpl.java:1627) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:285) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1182) [junit] at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:134) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransaction(AbstractBaseTest.java:131) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransactionAndClear(AbstractBaseTest.java:137) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadeFlush.testSimpleCascadeToDetached2b(TestCascadeFlush.java:187) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.lang.reflect.Method.invoke(Method.java:498) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:178) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:38) [junit] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:50) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:38) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1014) [junit] Caused by: java.sql.BatchUpdateException: Duplicate entry '25' for key 'PRIMARY' [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [junit] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [junit] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [junit] at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) [junit] at com.mysql.jdbc.Util.getInstance(Util.java:408) [junit] at com.mysql.jdbc.SQLError.createBatchUpdateException(SQLError.java:1154) [junit] at com.mysql.jdbc.PreparedStatement.executeBatchSerially(PreparedStatement.java:1832) [junit] at com.mysql.jdbc.PreparedStatement.executeBatchInternal(PreparedStatement.java:1316) [junit] at com.mysql.jdbc.StatementImpl.executeBatch(StatementImpl.java:954) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabasePlatform.executeBatch(DatabasePlatform.java:2366) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeJDK12BatchStatement(DatabaseAccessor.java:922) [junit] ... 37 more [junit] Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '25' for key 'PRIMARY' [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [junit] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [junit] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [junit] at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) [junit] at com.mysql.jdbc.Util.getInstance(Util.java:408) [junit] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:936) [junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3933) [junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3869) [junit] at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2524) [junit] at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2675) [junit] at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2465) [junit] at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1912) [junit] at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2133) [junit] at com.mysql.jdbc.PreparedStatement.executeBatchSerially(PreparedStatement.java:1810) [junit] ... 41 more [junit] [junit] [EL Finer]: 2022-09-10 04:18:52.414--UnitOfWork(269244031)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.414--ClientSession(1010983633)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.434--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 697463019 [junit] [EL Finer]: 2022-09-10 04:18:52.434--ClientSession(697463019)--Thread(Thread[main,5,main])--acquire unit of work: 999334666 [junit] [EL Finest]: 2022-09-10 04:18:52.434--UnitOfWork(999334666)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1b. [junit] [EL Finer]: 2022-09-10 04:18:52.434--UnitOfWork(999334666)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:52.435--UnitOfWork(999334666)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1b) [junit] [EL Finest]: 2022-09-10 04:18:52.435--ServerSession(1177377518)--Connection(837946527)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.435--ClientSession(697463019)--Connection(837946527)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:52.435--ClientSession(697463019)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.435--ClientSession(697463019)--Connection(256139608)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] bind => [27, null, null] [junit] [EL Finer]: 2022-09-10 04:18:52.436--ClientSession(697463019)--Connection(256139608)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:52.437--ServerSession(1177377518)--Connection(837946527)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.437--UnitOfWork(999334666)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:52.437--UnitOfWork(999334666)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.437--UnitOfWork(999334666)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.437--ClientSession(697463019)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.437--UnitOfWork(999334666)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.437--ClientSession(697463019)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.438--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 1912172027 [junit] [EL Finer]: 2022-09-10 04:18:52.438--ClientSession(1912172027)--Thread(Thread[main,5,main])--acquire unit of work: 1562090557 [junit] [EL Finest]: 2022-09-10 04:18:52.438--UnitOfWork(1562090557)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNode" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.438--ServerSession(1177377518)--Connection(1776312161)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.438--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.438--ServerSession(1177377518)--Connection(1235381529)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [27] [junit] [EL Finest]: 2022-09-10 04:18:52.439--ServerSession(1177377518)--Connection(1776312161)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.439--UnitOfWork(1562090557)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1b [junit] [EL Finest]: 2022-09-10 04:18:52.439--UnitOfWork(1562090557)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="children" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (PARENT = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.439--ServerSession(1177377518)--Connection(1125509551)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.439--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.44--ServerSession(1177377518)--Connection(1109461985)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (PARENT = ?) [junit] bind => [27] [junit] [EL Finest]: 2022-09-10 04:18:52.44--ServerSession(1177377518)--Connection(1125509551)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.441--UnitOfWork(1562090557)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1c. [junit] [EL Finer]: 2022-09-10 04:18:52.441--UnitOfWork(1562090557)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:52.441--UnitOfWork(1562090557)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode ) [junit] [EL Finest]: 2022-09-10 04:18:52.441--UnitOfWork(1562090557)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1b. [junit] [EL Finest]: 2022-09-10 04:18:52.442--UnitOfWork(1562090557)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1b) [junit] [EL Finest]: 2022-09-10 04:18:52.442--ServerSession(1177377518)--Connection(1286134778)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.442--ClientSession(1912172027)--Connection(1286134778)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:52.442--ClientSession(1912172027)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:52.442--UnitOfWork(1562090557)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1c) [junit] [EL Finest]: 2022-09-10 04:18:52.443--UnitOfWork(1562090557)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1b) [junit] [EL Finer]: 2022-09-10 04:18:52.443--ClientSession(1912172027)--Connection(1885562991)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:52.443--ClientSession(1912172027)--Connection(1885562991)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:18:52.443--ClientSession(1912172027)--Connection(1885562991)--Thread(Thread[main,5,main])-- bind => [27, null, null] [junit] [EL Fine]: 2022-09-10 04:18:52.443--ClientSession(1912172027)--Connection(1885562991)--Thread(Thread[main,5,main])-- bind => [28, null, null] [junit] [EL Finer]: 2022-09-10 04:18:52.443--ClientSession(1912172027)--Connection(1885562991)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2022-09-10 04:18:52.444--ClientSession(1912172027)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2022-09-10 04:18:52.445--UnitOfWork(1562090557)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.BatchUpdateException: Duplicate entry '27' for key 'PRIMARY' [junit] Error Code: 1062 [junit] Query: DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1b) [junit] at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:331) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeJDK12BatchStatement(DatabaseAccessor.java:933) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatch(ParameterizedSQLBatchWritingMechanism.java:179) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatchedStatements(ParameterizedSQLBatchWritingMechanism.java:134) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.appendCall(ParameterizedSQLBatchWritingMechanism.java:82) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:605) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:560) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2062) [junit] at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:309) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:247) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.deleteObject(DatasourceCallQueryMechanism.java:229) [junit] at org.eclipse.persistence.internal.queries.StatementQueryMechanism.deleteObject(StatementQueryMechanism.java:104) [junit] at org.eclipse.persistence.queries.DeleteObjectQuery.executeDatabaseQuery(DeleteObjectQuery.java:218) [junit] at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:911) [junit] at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:810) [junit] at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:108) [junit] at org.eclipse.persistence.queries.DeleteObjectQuery.executeInUnitOfWorkObjectLevelModifyQuery(DeleteObjectQuery.java:119) [junit] at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:85) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2922) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1863) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1796) [junit] at org.eclipse.persistence.internal.sessions.CommitManager.deleteAllObjects(CommitManager.java:342) [junit] at org.eclipse.persistence.internal.sessions.CommitManager.deleteAllObjects(CommitManager.java:291) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1457) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1544) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:278) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1182) [junit] at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:134) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransaction(AbstractBaseTest.java:131) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransactionAndClear(AbstractBaseTest.java:137) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadeFlush.testSimpleCascadeToDetached2c(TestCascadeFlush.java:223) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.lang.reflect.Method.invoke(Method.java:498) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:178) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:38) [junit] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:50) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:38) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1014) [junit] Caused by: java.sql.BatchUpdateException: Duplicate entry '27' for key 'PRIMARY' [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [junit] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [junit] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [junit] at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) [junit] at com.mysql.jdbc.Util.getInstance(Util.java:408) [junit] at com.mysql.jdbc.SQLError.createBatchUpdateException(SQLError.java:1154) [junit] at com.mysql.jdbc.PreparedStatement.executeBatchSerially(PreparedStatement.java:1832) [junit] at com.mysql.jdbc.PreparedStatement.executeBatchInternal(PreparedStatement.java:1316) [junit] at com.mysql.jdbc.StatementImpl.executeBatch(StatementImpl.java:954) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabasePlatform.executeBatch(DatabasePlatform.java:2366) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeJDK12BatchStatement(DatabaseAccessor.java:922) [junit] ... 55 more [junit] Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '27' for key 'PRIMARY' [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [junit] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [junit] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [junit] at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) [junit] at com.mysql.jdbc.Util.getInstance(Util.java:408) [junit] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:936) [junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3933) [junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3869) [junit] at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2524) [junit] at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2675) [junit] at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2465) [junit] at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1912) [junit] at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2133) [junit] at com.mysql.jdbc.PreparedStatement.executeBatchSerially(PreparedStatement.java:1810) [junit] ... 59 more [junit] [junit] [EL Finer]: 2022-09-10 04:18:52.446--ClientSession(1912172027)--Connection(1885562991)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2022-09-10 04:18:52.447--ServerSession(1177377518)--Connection(1286134778)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.447--UnitOfWork(1562090557)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.447--ClientSession(1912172027)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.464--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 1760763936 [junit] [EL Finer]: 2022-09-10 04:18:52.464--ClientSession(1760763936)--Thread(Thread[main,5,main])--acquire unit of work: 1083803390 [junit] [EL Finest]: 2022-09-10 04:18:52.464--UnitOfWork(1083803390)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@b. [junit] [EL Finest]: 2022-09-10 04:18:52.465--UnitOfWork(1083803390)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@c. [junit] [EL Finer]: 2022-09-10 04:18:52.465--UnitOfWork(1083803390)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:18:52.465--UnitOfWork(1083803390)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@d. [junit] [EL Finest]: 2022-09-10 04:18:52.465--UnitOfWork(1083803390)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@c) [junit] [EL Finest]: 2022-09-10 04:18:52.465--ServerSession(1177377518)--Connection(724736957)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.465--ClientSession(1760763936)--Connection(724736957)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:52.465--ClientSession(1760763936)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:52.466--UnitOfWork(1083803390)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@b) [junit] [EL Finest]: 2022-09-10 04:18:52.466--UnitOfWork(1083803390)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@d) [junit] [EL Finer]: 2022-09-10 04:18:52.466--ClientSession(1760763936)--Connection(880908391)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:52.466--ClientSession(1760763936)--Connection(880908391)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:18:52.467--ClientSession(1760763936)--Connection(880908391)--Thread(Thread[main,5,main])-- bind => [12, null, null] [junit] [EL Fine]: 2022-09-10 04:18:52.467--ClientSession(1760763936)--Connection(880908391)--Thread(Thread[main,5,main])-- bind => [11, null, null] [junit] [EL Fine]: 2022-09-10 04:18:52.467--ClientSession(1760763936)--Connection(880908391)--Thread(Thread[main,5,main])-- bind => [13, null, null] [junit] [EL Finer]: 2022-09-10 04:18:52.467--ClientSession(1760763936)--Connection(880908391)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:18:52.468--UnitOfWork(1083803390)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:52.468--UnitOfWork(1083803390)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.468--UnitOfWork(1083803390)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:52.468--ClientSession(1760763936)--Connection(880908391)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:52.469--ServerSession(1177377518)--Connection(724736957)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.469--UnitOfWork(1083803390)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:52.469--UnitOfWork(1083803390)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.47--UnitOfWork(1083803390)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.47--ClientSession(1760763936)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.47--UnitOfWork(1083803390)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.47--ClientSession(1760763936)--Thread(Thread[main,5,main])--client released [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.274 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadeMerge [junit] [EL Finer]: 2022-09-10 04:18:52.51--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 1472494238 [junit] [EL Finer]: 2022-09-10 04:18:52.51--ClientSession(1472494238)--Thread(Thread[main,5,main])--acquire unit of work: 1680147911 [junit] [EL Finest]: 2022-09-10 04:18:52.51--UnitOfWork(1680147911)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1f5. [junit] [EL Finest]: 2022-09-10 04:18:52.51--UnitOfWork(1680147911)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@153cd6bb. [junit] [EL Finer]: 2022-09-10 04:18:52.51--UnitOfWork(1680147911)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:52.511--UnitOfWork(1680147911)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@153cd6bb) [junit] [EL Finest]: 2022-09-10 04:18:52.511--ServerSession(1177377518)--Connection(564944564)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.511--ClientSession(1472494238)--Connection(564944564)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:52.511--ClientSession(1472494238)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:52.512--UnitOfWork(1680147911)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1f5) [junit] [EL Fine]: 2022-09-10 04:18:52.512--ClientSession(1472494238)--Connection(1389808948)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE_DESC (ID, DESC_TEXT) VALUES (?, ?) [junit] bind => [502, managed parent] [junit] [EL Fine]: 2022-09-10 04:18:52.513--ClientSession(1472494238)--Connection(1389808948)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] bind => [501, null, 502] [junit] [EL Finer]: 2022-09-10 04:18:52.514--ClientSession(1472494238)--Connection(1389808948)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:52.514--ServerSession(1177377518)--Connection(564944564)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.515--UnitOfWork(1680147911)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:52.515--UnitOfWork(1680147911)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.515--UnitOfWork(1680147911)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.515--ClientSession(1472494238)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.515--UnitOfWork(1680147911)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.515--ClientSession(1472494238)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.515--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 448782465 [junit] [EL Finer]: 2022-09-10 04:18:52.515--ClientSession(448782465)--Thread(Thread[main,5,main])--acquire unit of work: 711483066 [junit] [EL Finest]: 2022-09-10 04:18:52.515--UnitOfWork(711483066)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNode" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.515--ServerSession(1177377518)--Connection(204354148)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.515--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.516--ServerSession(1177377518)--Connection(276777344)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [501] [junit] [EL Finest]: 2022-09-10 04:18:52.516--ServerSession(1177377518)--Connection(204354148)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.517--UnitOfWork(711483066)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="description" referenceClass=CascadingNodeDescription ) [junit] [EL Finest]: 2022-09-10 04:18:52.518--ServerSession(1177377518)--Connection(684220724)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.518--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.518--ServerSession(1177377518)--Connection(1150480094)--Thread(Thread[main,5,main])--SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [502] [junit] [EL Finest]: 2022-09-10 04:18:52.519--ServerSession(1177377518)--Connection(684220724)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.519--UnitOfWork(711483066)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="node" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.519--ServerSession(1177377518)--Connection(1434506799)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.519--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.52--ServerSession(1177377518)--Connection(377957453)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?) [junit] bind => [502] [junit] [EL Finest]: 2022-09-10 04:18:52.521--ServerSession(1177377518)--Connection(1434506799)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.521--UnitOfWork(711483066)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNodeDescription" referenceClass=CascadingNodeDescription sql="SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.521--UnitOfWork(711483066)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNode" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.521--ServerSession(1177377518)--Connection(357291163)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.521--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.521--ServerSession(1177377518)--Connection(973174587)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [503] [junit] [EL Finest]: 2022-09-10 04:18:52.522--ServerSession(1177377518)--Connection(357291163)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.522--UnitOfWork(711483066)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNodeDescription" referenceClass=CascadingNodeDescription sql="SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.522--ServerSession(1177377518)--Connection(1744579245)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.522--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.523--ServerSession(1177377518)--Connection(1458905542)--Thread(Thread[main,5,main])--SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [504] [junit] [EL Finest]: 2022-09-10 04:18:52.523--ServerSession(1177377518)--Connection(1744579245)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.523--UnitOfWork(711483066)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNode" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.523--UnitOfWork(711483066)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="children" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (PARENT = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.523--ServerSession(1177377518)--Connection(74606989)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.524--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.524--ServerSession(1177377518)--Connection(2071364564)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (PARENT = ?) [junit] bind => [501] [junit] [EL Finest]: 2022-09-10 04:18:52.524--ServerSession(1177377518)--Connection(74606989)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.525--UnitOfWork(711483066)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1f5 [junit] [EL Finest]: 2022-09-10 04:18:52.525--UnitOfWork(711483066)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=CascadingNode ) [junit] [EL Finest]: 2022-09-10 04:18:52.525--ServerSession(1177377518)--Connection(1994249754)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.525--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.525--ServerSession(1177377518)--Connection(1066575950)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [503] [junit] [EL Finest]: 2022-09-10 04:18:52.526--ServerSession(1177377518)--Connection(1994249754)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.526--UnitOfWork(711483066)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=CascadingNodeDescription ) [junit] [EL Finest]: 2022-09-10 04:18:52.527--ServerSession(1177377518)--Connection(866370634)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.527--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.527--ServerSession(1177377518)--Connection(1607453282)--Thread(Thread[main,5,main])--SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [504] [junit] [EL Finest]: 2022-09-10 04:18:52.527--ServerSession(1177377518)--Connection(866370634)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:18:52.528--UnitOfWork(711483066)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:52.528--UnitOfWork(711483066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@93f432e) [junit] [EL Finest]: 2022-09-10 04:18:52.529--ServerSession(1177377518)--Connection(54617902)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.529--ClientSession(448782465)--Connection(54617902)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:52.529--ClientSession(448782465)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:52.529--UnitOfWork(711483066)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1f5) [junit] [EL Finest]: 2022-09-10 04:18:52.53--UnitOfWork(711483066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1f7) [junit] [EL Fine]: 2022-09-10 04:18:52.53--ClientSession(448782465)--Connection(736868175)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE_DESC (ID, DESC_TEXT) VALUES (?, ?) [junit] bind => [504, new child] [junit] [EL Fine]: 2022-09-10 04:18:52.531--ClientSession(448782465)--Connection(736868175)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] bind => [503, null, 504] [junit] [EL Finer]: 2022-09-10 04:18:52.532--ClientSession(448782465)--Connection(736868175)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:52.533--ServerSession(1177377518)--Connection(54617902)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.533--UnitOfWork(711483066)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:52.533--UnitOfWork(711483066)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.534--UnitOfWork(711483066)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.534--ClientSession(448782465)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.534--UnitOfWork(711483066)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.534--ClientSession(448782465)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.534--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 888378046 [junit] [EL Finer]: 2022-09-10 04:18:52.534--ClientSession(888378046)--Thread(Thread[main,5,main])--acquire unit of work: 1163189762 [junit] [EL Finest]: 2022-09-10 04:18:52.534--UnitOfWork(1163189762)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNode" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.534--ServerSession(1177377518)--Connection(1067414015)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.534--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.534--ServerSession(1177377518)--Connection(262911569)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [501] [junit] [EL Finest]: 2022-09-10 04:18:52.535--ServerSession(1177377518)--Connection(1067414015)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.535--UnitOfWork(1163189762)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="description" referenceClass=CascadingNodeDescription ) [junit] [EL Finest]: 2022-09-10 04:18:52.536--ServerSession(1177377518)--Connection(1379757019)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.536--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.536--ServerSession(1177377518)--Connection(1481206935)--Thread(Thread[main,5,main])--SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [502] [junit] [EL Finest]: 2022-09-10 04:18:52.537--ServerSession(1177377518)--Connection(1379757019)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.537--UnitOfWork(1163189762)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="node" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.537--ServerSession(1177377518)--Connection(311853607)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.537--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.537--ServerSession(1177377518)--Connection(21277524)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?) [junit] bind => [502] [junit] [EL Finest]: 2022-09-10 04:18:52.538--ServerSession(1177377518)--Connection(311853607)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.538--UnitOfWork(1163189762)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNodeDescription" referenceClass=CascadingNodeDescription sql="SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.538--UnitOfWork(1163189762)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNode" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.538--ServerSession(1177377518)--Connection(1223399478)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.538--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.539--ServerSession(1177377518)--Connection(1817281652)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [503] [junit] [EL Finest]: 2022-09-10 04:18:52.539--ServerSession(1177377518)--Connection(1223399478)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.539--UnitOfWork(1163189762)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="description" referenceClass=CascadingNodeDescription ) [junit] [EL Finest]: 2022-09-10 04:18:52.539--ServerSession(1177377518)--Connection(1579823168)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.54--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.54--ServerSession(1177377518)--Connection(1828871453)--Thread(Thread[main,5,main])--SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [504] [junit] [EL Finest]: 2022-09-10 04:18:52.54--ServerSession(1177377518)--Connection(1579823168)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.541--UnitOfWork(1163189762)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="node" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.541--ServerSession(1177377518)--Connection(2043702205)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.541--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.541--ServerSession(1177377518)--Connection(1202168065)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?) [junit] bind => [504] [junit] [EL Finest]: 2022-09-10 04:18:52.542--ServerSession(1177377518)--Connection(2043702205)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.542--UnitOfWork(1163189762)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNodeDescription" referenceClass=CascadingNodeDescription sql="SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:18:52.559--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 1056889967 [junit] [EL Finer]: 2022-09-10 04:18:52.559--ClientSession(1056889967)--Thread(Thread[main,5,main])--acquire unit of work: 1170173753 [junit] [EL Finest]: 2022-09-10 04:18:52.56--UnitOfWork(1170173753)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@25b. [junit] [EL Finest]: 2022-09-10 04:18:52.56--UnitOfWork(1170173753)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@17a703f5. [junit] [EL Finer]: 2022-09-10 04:18:52.56--UnitOfWork(1170173753)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:52.56--UnitOfWork(1170173753)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@17a703f5) [junit] [EL Finest]: 2022-09-10 04:18:52.56--ServerSession(1177377518)--Connection(447144896)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.56--ClientSession(1056889967)--Connection(447144896)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:52.56--ClientSession(1056889967)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:52.561--UnitOfWork(1170173753)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@25b) [junit] [EL Fine]: 2022-09-10 04:18:52.561--ClientSession(1056889967)--Connection(892466122)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE_DESC (ID, DESC_TEXT) VALUES (?, ?) [junit] bind => [604, removed child] [junit] [EL Fine]: 2022-09-10 04:18:52.562--ClientSession(1056889967)--Connection(892466122)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] bind => [603, null, 604] [junit] [EL Finer]: 2022-09-10 04:18:52.562--ClientSession(1056889967)--Connection(892466122)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:52.563--ServerSession(1177377518)--Connection(447144896)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.563--UnitOfWork(1170173753)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:52.563--UnitOfWork(1170173753)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.563--UnitOfWork(1170173753)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.563--ClientSession(1056889967)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.563--UnitOfWork(1170173753)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.564--ClientSession(1056889967)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.564--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 1508130444 [junit] [EL Finer]: 2022-09-10 04:18:52.564--ClientSession(1508130444)--Thread(Thread[main,5,main])--acquire unit of work: 749362556 [junit] [EL Finest]: 2022-09-10 04:18:52.564--UnitOfWork(749362556)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNode" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.564--ServerSession(1177377518)--Connection(1583816224)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.564--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.564--ServerSession(1177377518)--Connection(1051453514)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [601] [junit] [EL Finest]: 2022-09-10 04:18:52.565--ServerSession(1177377518)--Connection(1583816224)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.565--UnitOfWork(749362556)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNodeDescription" referenceClass=CascadingNodeDescription sql="SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.565--ServerSession(1177377518)--Connection(1586289269)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.565--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.565--ServerSession(1177377518)--Connection(1057263702)--Thread(Thread[main,5,main])--SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [602] [junit] [EL Finest]: 2022-09-10 04:18:52.566--ServerSession(1177377518)--Connection(1586289269)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.566--UnitOfWork(749362556)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNode" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.566--ServerSession(1177377518)--Connection(117248709)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.566--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.566--ServerSession(1177377518)--Connection(501261420)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [603] [junit] [EL Finest]: 2022-09-10 04:18:52.567--ServerSession(1177377518)--Connection(117248709)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.567--UnitOfWork(749362556)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="description" referenceClass=CascadingNodeDescription ) [junit] [EL Finest]: 2022-09-10 04:18:52.567--ServerSession(1177377518)--Connection(1425319920)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.567--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.568--ServerSession(1177377518)--Connection(1638001196)--Thread(Thread[main,5,main])--SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [604] [junit] [EL Finest]: 2022-09-10 04:18:52.568--ServerSession(1177377518)--Connection(1425319920)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.569--UnitOfWork(749362556)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="node" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.569--ServerSession(1177377518)--Connection(1095902519)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.569--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.569--ServerSession(1177377518)--Connection(245220560)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?) [junit] bind => [604] [junit] [EL Finest]: 2022-09-10 04:18:52.57--ServerSession(1177377518)--Connection(1095902519)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.57--UnitOfWork(749362556)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNodeDescription" referenceClass=CascadingNodeDescription sql="SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.57--UnitOfWork(749362556)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNode" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.57--UnitOfWork(749362556)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@25b [junit] [EL Finest]: 2022-09-10 04:18:52.57--UnitOfWork(749362556)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@3ae9d1e2 [junit] [EL Finest]: 2022-09-10 04:18:52.57--UnitOfWork(749362556)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="children" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (PARENT = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.571--ServerSession(1177377518)--Connection(1135870515)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.571--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.571--ServerSession(1177377518)--Connection(602928593)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (PARENT = ?) [junit] bind => [603] [junit] [EL Finest]: 2022-09-10 04:18:52.572--ServerSession(1177377518)--Connection(1135870515)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.572--UnitOfWork(749362556)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@259 [junit] [EL Finest]: 2022-09-10 04:18:52.572--UnitOfWork(749362556)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=CascadingNode ) [junit] [EL Finest]: 2022-09-10 04:18:52.572--ServerSession(1177377518)--Connection(2098830440)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.572--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.572--ServerSession(1177377518)--Connection(1665209618)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [601] [junit] [EL Finest]: 2022-09-10 04:18:52.573--ServerSession(1177377518)--Connection(2098830440)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.573--UnitOfWork(749362556)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=CascadingNodeDescription ) [junit] [EL Finest]: 2022-09-10 04:18:52.573--ServerSession(1177377518)--Connection(1446238973)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.573--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.574--ServerSession(1177377518)--Connection(1565614310)--Thread(Thread[main,5,main])--SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [602] [junit] [EL Finest]: 2022-09-10 04:18:52.574--ServerSession(1177377518)--Connection(1446238973)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:18:52.577--UnitOfWork(749362556)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.577--ClientSession(1508130444)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.577--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 227381657 [junit] [EL Finer]: 2022-09-10 04:18:52.577--ClientSession(227381657)--Thread(Thread[main,5,main])--acquire unit of work: 956429999 [junit] [EL Finest]: 2022-09-10 04:18:52.577--UnitOfWork(956429999)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNode" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.577--ServerSession(1177377518)--Connection(1613424566)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.578--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.578--ServerSession(1177377518)--Connection(281896787)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [601] [junit] [EL Finest]: 2022-09-10 04:18:52.578--ServerSession(1177377518)--Connection(1613424566)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.578--UnitOfWork(956429999)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNodeDescription" referenceClass=CascadingNodeDescription sql="SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.578--ServerSession(1177377518)--Connection(1880052106)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.579--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.579--ServerSession(1177377518)--Connection(193156903)--Thread(Thread[main,5,main])--SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [602] [junit] [EL Finest]: 2022-09-10 04:18:52.579--ServerSession(1177377518)--Connection(1880052106)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.579--UnitOfWork(956429999)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNode" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.579--ServerSession(1177377518)--Connection(638580151)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.579--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.58--ServerSession(1177377518)--Connection(925152318)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [603] [junit] [EL Finest]: 2022-09-10 04:18:52.58--ServerSession(1177377518)--Connection(638580151)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.58--UnitOfWork(956429999)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="description" referenceClass=CascadingNodeDescription ) [junit] [EL Finest]: 2022-09-10 04:18:52.58--ServerSession(1177377518)--Connection(596376940)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.581--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.581--ServerSession(1177377518)--Connection(250702170)--Thread(Thread[main,5,main])--SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [604] [junit] [EL Finest]: 2022-09-10 04:18:52.581--ServerSession(1177377518)--Connection(596376940)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.581--UnitOfWork(956429999)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="node" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.582--ServerSession(1177377518)--Connection(1899609393)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.582--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.582--ServerSession(1177377518)--Connection(429639728)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?) [junit] bind => [604] [junit] [EL Finest]: 2022-09-10 04:18:52.583--ServerSession(1177377518)--Connection(1899609393)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.583--UnitOfWork(956429999)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNodeDescription" referenceClass=CascadingNodeDescription sql="SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:18:52.6--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 353296011 [junit] [EL Finer]: 2022-09-10 04:18:52.6--ClientSession(353296011)--Thread(Thread[main,5,main])--acquire unit of work: 371156515 [junit] [EL Finest]: 2022-09-10 04:18:52.6--UnitOfWork(371156515)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@12d. [junit] [EL Finest]: 2022-09-10 04:18:52.6--UnitOfWork(371156515)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@12e. [junit] [EL Finer]: 2022-09-10 04:18:52.6--UnitOfWork(371156515)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:52.6--UnitOfWork(371156515)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@12d) [junit] [EL Finest]: 2022-09-10 04:18:52.6--ServerSession(1177377518)--Connection(2054997292)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.601--ClientSession(353296011)--Connection(2054997292)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:52.601--ClientSession(353296011)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:52.601--UnitOfWork(371156515)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@12e) [junit] [EL Finer]: 2022-09-10 04:18:52.601--ClientSession(353296011)--Connection(1481853275)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:52.601--ClientSession(353296011)--Connection(1481853275)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:18:52.601--ClientSession(353296011)--Connection(1481853275)--Thread(Thread[main,5,main])-- bind => [301, null, null] [junit] [EL Fine]: 2022-09-10 04:18:52.601--ClientSession(353296011)--Connection(1481853275)--Thread(Thread[main,5,main])-- bind => [302, null, null] [junit] [EL Finer]: 2022-09-10 04:18:52.602--ClientSession(353296011)--Connection(1481853275)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:18:52.603--ClientSession(353296011)--Connection(1481853275)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:52.603--ServerSession(1177377518)--Connection(2054997292)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.604--UnitOfWork(371156515)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:52.604--UnitOfWork(371156515)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.604--UnitOfWork(371156515)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.604--ClientSession(353296011)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.604--UnitOfWork(371156515)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.604--ClientSession(353296011)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.605--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 858267892 [junit] [EL Finer]: 2022-09-10 04:18:52.605--ClientSession(858267892)--Thread(Thread[main,5,main])--acquire unit of work: 1903406683 [junit] [EL Finest]: 2022-09-10 04:18:52.605--UnitOfWork(1903406683)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNode" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.605--ServerSession(1177377518)--Connection(1917149817)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.605--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.605--ServerSession(1177377518)--Connection(1403649277)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [301] [junit] [EL Finest]: 2022-09-10 04:18:52.606--ServerSession(1177377518)--Connection(1917149817)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.606--UnitOfWork(1903406683)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNode" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.606--ServerSession(1177377518)--Connection(138708980)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.607--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.607--ServerSession(1177377518)--Connection(201069753)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [302] [junit] [EL Finest]: 2022-09-10 04:18:52.607--ServerSession(1177377518)--Connection(138708980)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.608--UnitOfWork(1903406683)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@12d [junit] [EL Finest]: 2022-09-10 04:18:52.608--UnitOfWork(1903406683)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="children" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (PARENT = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.608--ServerSession(1177377518)--Connection(1788582153)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.608--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.608--ServerSession(1177377518)--Connection(1440332016)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (PARENT = ?) [junit] bind => [301] [junit] [EL Finest]: 2022-09-10 04:18:52.609--ServerSession(1177377518)--Connection(1788582153)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.609--UnitOfWork(1903406683)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="children" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (PARENT = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.609--ServerSession(1177377518)--Connection(1966480630)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.609--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.61--ServerSession(1177377518)--Connection(1831875736)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (PARENT = ?) [junit] bind => [302] [junit] [EL Finest]: 2022-09-10 04:18:52.61--ServerSession(1177377518)--Connection(1966480630)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:18:52.61--UnitOfWork(1903406683)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:52.611--UnitOfWork(1903406683)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@12d) [junit] [EL Finest]: 2022-09-10 04:18:52.611--UnitOfWork(1903406683)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@12e) [junit] [EL Finer]: 2022-09-10 04:18:52.611--UnitOfWork(1903406683)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:52.611--UnitOfWork(1903406683)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.612--UnitOfWork(1903406683)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.612--ClientSession(858267892)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.612--UnitOfWork(1903406683)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.612--ClientSession(858267892)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.628--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 462911221 [junit] [EL Finer]: 2022-09-10 04:18:52.628--ClientSession(462911221)--Thread(Thread[main,5,main])--acquire unit of work: 1577353545 [junit] [EL Finest]: 2022-09-10 04:18:52.628--UnitOfWork(1577353545)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@c9. [junit] [EL Finest]: 2022-09-10 04:18:52.628--UnitOfWork(1577353545)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@3d5790ea. [junit] [EL Finest]: 2022-09-10 04:18:52.629--UnitOfWork(1577353545)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@cb. [junit] [EL Finest]: 2022-09-10 04:18:52.629--UnitOfWork(1577353545)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@67a3bd51. [junit] [EL Finest]: 2022-09-10 04:18:52.629--UnitOfWork(1577353545)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@cd. [junit] [EL Finest]: 2022-09-10 04:18:52.629--UnitOfWork(1577353545)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@56913163. [junit] [EL Finer]: 2022-09-10 04:18:52.629--UnitOfWork(1577353545)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:52.63--UnitOfWork(1577353545)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@67a3bd51) [junit] [EL Finest]: 2022-09-10 04:18:52.63--ServerSession(1177377518)--Connection(605600260)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.63--ClientSession(462911221)--Connection(605600260)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:52.63--ClientSession(462911221)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:52.631--UnitOfWork(1577353545)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@56913163) [junit] [EL Finest]: 2022-09-10 04:18:52.631--UnitOfWork(1577353545)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@3d5790ea) [junit] [EL Finest]: 2022-09-10 04:18:52.631--UnitOfWork(1577353545)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@c9) [junit] [EL Finer]: 2022-09-10 04:18:52.631--ClientSession(462911221)--Connection(337813415)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:52.632--ClientSession(462911221)--Connection(337813415)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE_DESC (ID, DESC_TEXT) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:18:52.632--ClientSession(462911221)--Connection(337813415)--Thread(Thread[main,5,main])-- bind => [204, new child] [junit] [EL Fine]: 2022-09-10 04:18:52.632--ClientSession(462911221)--Connection(337813415)--Thread(Thread[main,5,main])-- bind => [206, new grandchild] [junit] [EL Fine]: 2022-09-10 04:18:52.632--ClientSession(462911221)--Connection(337813415)--Thread(Thread[main,5,main])-- bind => [202, new parent] [junit] [EL Finer]: 2022-09-10 04:18:52.632--ClientSession(462911221)--Connection(337813415)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:18:52.634--UnitOfWork(1577353545)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@cd) [junit] [EL Finest]: 2022-09-10 04:18:52.634--UnitOfWork(1577353545)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@cb) [junit] [EL Finer]: 2022-09-10 04:18:52.634--ClientSession(462911221)--Connection(337813415)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:52.634--ClientSession(462911221)--Connection(337813415)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:18:52.634--ClientSession(462911221)--Connection(337813415)--Thread(Thread[main,5,main])-- bind => [201, null, 202] [junit] [EL Fine]: 2022-09-10 04:18:52.634--ClientSession(462911221)--Connection(337813415)--Thread(Thread[main,5,main])-- bind => [205, null, 206] [junit] [EL Fine]: 2022-09-10 04:18:52.635--ClientSession(462911221)--Connection(337813415)--Thread(Thread[main,5,main])-- bind => [203, null, 204] [junit] [EL Finer]: 2022-09-10 04:18:52.635--ClientSession(462911221)--Connection(337813415)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:18:52.636--ClientSession(462911221)--Connection(337813415)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:52.637--ServerSession(1177377518)--Connection(605600260)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.637--UnitOfWork(1577353545)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:52.637--UnitOfWork(1577353545)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.637--UnitOfWork(1577353545)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.637--ClientSession(462911221)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.638--UnitOfWork(1577353545)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.638--ClientSession(462911221)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.638--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 959897458 [junit] [EL Finer]: 2022-09-10 04:18:52.638--ClientSession(959897458)--Thread(Thread[main,5,main])--acquire unit of work: 244190700 [junit] [EL Finest]: 2022-09-10 04:18:52.638--UnitOfWork(244190700)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNode" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.638--ServerSession(1177377518)--Connection(315748820)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.638--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.639--ServerSession(1177377518)--Connection(1979325411)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [201] [junit] [EL Finest]: 2022-09-10 04:18:52.64--ServerSession(1177377518)--Connection(315748820)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.64--UnitOfWork(244190700)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="description" referenceClass=CascadingNodeDescription ) [junit] [EL Finest]: 2022-09-10 04:18:52.64--ServerSession(1177377518)--Connection(1021656938)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.64--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.64--ServerSession(1177377518)--Connection(47719432)--Thread(Thread[main,5,main])--SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [202] [junit] [EL Finest]: 2022-09-10 04:18:52.641--ServerSession(1177377518)--Connection(1021656938)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.641--UnitOfWork(244190700)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="node" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.642--ServerSession(1177377518)--Connection(1507293264)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.642--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.642--ServerSession(1177377518)--Connection(1408043496)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?) [junit] bind => [202] [junit] [EL Finest]: 2022-09-10 04:18:52.643--ServerSession(1177377518)--Connection(1507293264)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.643--UnitOfWork(244190700)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNodeDescription" referenceClass=CascadingNodeDescription sql="SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.643--UnitOfWork(244190700)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNode" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.643--ServerSession(1177377518)--Connection(2144912729)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.643--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.644--ServerSession(1177377518)--Connection(1153511683)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [203] [junit] [EL Finest]: 2022-09-10 04:18:52.644--ServerSession(1177377518)--Connection(2144912729)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.644--UnitOfWork(244190700)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="description" referenceClass=CascadingNodeDescription ) [junit] [EL Finest]: 2022-09-10 04:18:52.645--ServerSession(1177377518)--Connection(413990536)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.645--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.645--ServerSession(1177377518)--Connection(9054826)--Thread(Thread[main,5,main])--SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [204] [junit] [EL Finest]: 2022-09-10 04:18:52.646--ServerSession(1177377518)--Connection(413990536)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.646--UnitOfWork(244190700)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="node" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.646--ServerSession(1177377518)--Connection(1209962934)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.646--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.646--ServerSession(1177377518)--Connection(2089786414)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?) [junit] bind => [204] [junit] [EL Finest]: 2022-09-10 04:18:52.647--ServerSession(1177377518)--Connection(1209962934)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.648--UnitOfWork(244190700)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNodeDescription" referenceClass=CascadingNodeDescription sql="SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.648--UnitOfWork(244190700)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNode" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.648--ServerSession(1177377518)--Connection(1097380)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.648--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.648--ServerSession(1177377518)--Connection(8268900)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [205] [junit] [EL Finest]: 2022-09-10 04:18:52.649--ServerSession(1177377518)--Connection(1097380)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.649--UnitOfWork(244190700)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="description" referenceClass=CascadingNodeDescription ) [junit] [EL Finest]: 2022-09-10 04:18:52.649--ServerSession(1177377518)--Connection(1286868539)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.65--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.65--ServerSession(1177377518)--Connection(1102181662)--Thread(Thread[main,5,main])--SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [206] [junit] [EL Finest]: 2022-09-10 04:18:52.65--ServerSession(1177377518)--Connection(1286868539)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.651--UnitOfWork(244190700)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="node" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.651--ServerSession(1177377518)--Connection(1707634104)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.651--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.651--ServerSession(1177377518)--Connection(2130606983)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?) [junit] bind => [206] [junit] [EL Finest]: 2022-09-10 04:18:52.652--ServerSession(1177377518)--Connection(1707634104)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.652--UnitOfWork(244190700)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNodeDescription" referenceClass=CascadingNodeDescription sql="SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.652--UnitOfWork(244190700)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNode" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.653--UnitOfWork(244190700)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNodeDescription" referenceClass=CascadingNodeDescription sql="SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.653--UnitOfWork(244190700)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNode" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.653--UnitOfWork(244190700)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNodeDescription" referenceClass=CascadingNodeDescription sql="SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.653--UnitOfWork(244190700)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNode" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.653--UnitOfWork(244190700)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNodeDescription" referenceClass=CascadingNodeDescription sql="SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.653--UnitOfWork(244190700)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@cb [junit] [EL Finest]: 2022-09-10 04:18:52.653--UnitOfWork(244190700)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@19962194 [junit] [EL Finest]: 2022-09-10 04:18:52.654--UnitOfWork(244190700)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="children" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (PARENT = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.654--ServerSession(1177377518)--Connection(2091439256)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.654--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.654--ServerSession(1177377518)--Connection(1904720585)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (PARENT = ?) [junit] bind => [203] [junit] [EL Finest]: 2022-09-10 04:18:52.655--ServerSession(1177377518)--Connection(2091439256)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.655--UnitOfWork(244190700)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@c9 [junit] [EL Finer]: 2022-09-10 04:18:52.656--UnitOfWork(244190700)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.656--ClientSession(959897458)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.656--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 1428527783 [junit] [EL Finer]: 2022-09-10 04:18:52.656--ClientSession(1428527783)--Thread(Thread[main,5,main])--acquire unit of work: 423109432 [junit] [EL Finest]: 2022-09-10 04:18:52.656--UnitOfWork(423109432)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNode" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.656--ServerSession(1177377518)--Connection(1715602761)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.656--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.656--ServerSession(1177377518)--Connection(366752671)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [201] [junit] [EL Finest]: 2022-09-10 04:18:52.657--ServerSession(1177377518)--Connection(1715602761)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.657--UnitOfWork(423109432)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="description" referenceClass=CascadingNodeDescription ) [junit] [EL Finest]: 2022-09-10 04:18:52.657--ServerSession(1177377518)--Connection(906370291)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.657--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.658--ServerSession(1177377518)--Connection(1905114489)--Thread(Thread[main,5,main])--SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [202] [junit] [EL Finest]: 2022-09-10 04:18:52.658--ServerSession(1177377518)--Connection(906370291)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.658--UnitOfWork(423109432)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="node" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.659--ServerSession(1177377518)--Connection(1813375175)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.659--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.659--ServerSession(1177377518)--Connection(1446511153)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?) [junit] bind => [202] [junit] [EL Finest]: 2022-09-10 04:18:52.66--ServerSession(1177377518)--Connection(1813375175)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.66--UnitOfWork(423109432)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNodeDescription" referenceClass=CascadingNodeDescription sql="SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.66--UnitOfWork(423109432)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNode" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.66--ServerSession(1177377518)--Connection(674233333)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.66--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.66--ServerSession(1177377518)--Connection(1041255755)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [203] [junit] [EL Finest]: 2022-09-10 04:18:52.661--ServerSession(1177377518)--Connection(674233333)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.661--UnitOfWork(423109432)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="description" referenceClass=CascadingNodeDescription ) [junit] [EL Finest]: 2022-09-10 04:18:52.661--ServerSession(1177377518)--Connection(780172372)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.662--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.662--ServerSession(1177377518)--Connection(1825662118)--Thread(Thread[main,5,main])--SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [204] [junit] [EL Finest]: 2022-09-10 04:18:52.663--ServerSession(1177377518)--Connection(780172372)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.663--UnitOfWork(423109432)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="node" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.663--ServerSession(1177377518)--Connection(1276666395)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.663--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.663--ServerSession(1177377518)--Connection(969115094)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?) [junit] bind => [204] [junit] [EL Finest]: 2022-09-10 04:18:52.664--ServerSession(1177377518)--Connection(1276666395)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.664--UnitOfWork(423109432)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNodeDescription" referenceClass=CascadingNodeDescription sql="SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.664--UnitOfWork(423109432)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNode" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.665--ServerSession(1177377518)--Connection(1714007305)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.665--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.665--ServerSession(1177377518)--Connection(1138845999)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [205] [junit] [EL Finest]: 2022-09-10 04:18:52.666--ServerSession(1177377518)--Connection(1714007305)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.666--UnitOfWork(423109432)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="description" referenceClass=CascadingNodeDescription ) [junit] [EL Finest]: 2022-09-10 04:18:52.666--ServerSession(1177377518)--Connection(1146423186)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.666--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.666--ServerSession(1177377518)--Connection(406180845)--Thread(Thread[main,5,main])--SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [206] [junit] [EL Finest]: 2022-09-10 04:18:52.667--ServerSession(1177377518)--Connection(1146423186)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.667--UnitOfWork(423109432)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="node" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.667--ServerSession(1177377518)--Connection(1018742990)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.667--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.667--ServerSession(1177377518)--Connection(534643569)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?) [junit] bind => [206] [junit] [EL Finest]: 2022-09-10 04:18:52.668--ServerSession(1177377518)--Connection(1018742990)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.668--UnitOfWork(423109432)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNodeDescription" referenceClass=CascadingNodeDescription sql="SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:18:52.688--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 777113684 [junit] [EL Finer]: 2022-09-10 04:18:52.688--ClientSession(777113684)--Thread(Thread[main,5,main])--acquire unit of work: 1331654213 [junit] [EL Finest]: 2022-09-10 04:18:52.688--UnitOfWork(1331654213)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@191. [junit] [EL Finer]: 2022-09-10 04:18:52.688--UnitOfWork(1331654213)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:52.689--UnitOfWork(1331654213)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@191) [junit] [EL Finest]: 2022-09-10 04:18:52.689--ServerSession(1177377518)--Connection(1619773688)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.689--ClientSession(777113684)--Connection(1619773688)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:52.689--ClientSession(777113684)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.69--ClientSession(777113684)--Connection(1410514922)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] bind => [401, null, null] [junit] [EL Finer]: 2022-09-10 04:18:52.691--ClientSession(777113684)--Connection(1410514922)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:52.692--ServerSession(1177377518)--Connection(1619773688)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.692--UnitOfWork(1331654213)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:52.692--UnitOfWork(1331654213)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.692--UnitOfWork(1331654213)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.692--ClientSession(777113684)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.692--UnitOfWork(1331654213)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.692--ClientSession(777113684)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.692--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 2033282874 [junit] [EL Finer]: 2022-09-10 04:18:52.692--ClientSession(2033282874)--Thread(Thread[main,5,main])--acquire unit of work: 941453849 [junit] [EL Finest]: 2022-09-10 04:18:52.692--UnitOfWork(941453849)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNode" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.693--ServerSession(1177377518)--Connection(1241395522)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.693--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.693--ServerSession(1177377518)--Connection(335466988)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [401] [junit] [EL Finest]: 2022-09-10 04:18:52.694--ServerSession(1177377518)--Connection(1241395522)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.694--UnitOfWork(941453849)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNode" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.694--UnitOfWork(941453849)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="children" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (PARENT = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.694--ServerSession(1177377518)--Connection(1875025322)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.694--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.694--ServerSession(1177377518)--Connection(795275472)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (PARENT = ?) [junit] bind => [401] [junit] [EL Finest]: 2022-09-10 04:18:52.695--ServerSession(1177377518)--Connection(1875025322)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.695--UnitOfWork(941453849)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@191 [junit] [EL Finer]: 2022-09-10 04:18:52.695--UnitOfWork(941453849)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:52.695--UnitOfWork(941453849)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@191) [junit] [EL Finer]: 2022-09-10 04:18:52.696--UnitOfWork(941453849)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:52.696--UnitOfWork(941453849)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.696--UnitOfWork(941453849)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.696--ClientSession(2033282874)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.696--UnitOfWork(941453849)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.696--ClientSession(2033282874)--Thread(Thread[main,5,main])--client released [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.209 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadePersist [junit] [EL Finer]: 2022-09-10 04:18:52.73--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 623446986 [junit] [EL Finer]: 2022-09-10 04:18:52.73--ClientSession(623446986)--Thread(Thread[main,5,main])--acquire unit of work: 1985363238 [junit] [EL Finest]: 2022-09-10 04:18:52.73--UnitOfWork(1985363238)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1f. [junit] [EL Finest]: 2022-09-10 04:18:52.73--UnitOfWork(1985363238)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@20. [junit] [EL Finer]: 2022-09-10 04:18:52.731--UnitOfWork(1985363238)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:52.731--UnitOfWork(1985363238)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@20) [junit] [EL Finest]: 2022-09-10 04:18:52.731--UnitOfWork(1985363238)--Thread(Thread[main,5,main])--Execute query WriteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1f) [junit] [EL Finest]: 2022-09-10 04:18:52.731--ServerSession(1177377518)--Connection(509104428)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.731--ClientSession(623446986)--Connection(509104428)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:52.731--ClientSession(623446986)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finer]: 2022-09-10 04:18:52.732--ClientSession(623446986)--Connection(553846997)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:52.732--ClientSession(623446986)--Connection(553846997)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:18:52.732--ClientSession(623446986)--Connection(553846997)--Thread(Thread[main,5,main])-- bind => [31, null, null] [junit] [EL Fine]: 2022-09-10 04:18:52.732--ClientSession(623446986)--Connection(553846997)--Thread(Thread[main,5,main])-- bind => [32, 31, null] [junit] [EL Finer]: 2022-09-10 04:18:52.732--ClientSession(623446986)--Connection(553846997)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:18:52.733--ClientSession(623446986)--Connection(553846997)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:52.734--ServerSession(1177377518)--Connection(509104428)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.734--UnitOfWork(1985363238)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:52.734--UnitOfWork(1985363238)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.734--UnitOfWork(1985363238)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.734--ClientSession(623446986)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.735--UnitOfWork(1985363238)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.735--ClientSession(623446986)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.737--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 953253248 [junit] [EL Finer]: 2022-09-10 04:18:52.737--ClientSession(953253248)--Thread(Thread[main,5,main])--acquire unit of work: 1860060918 [junit] [EL Finest]: 2022-09-10 04:18:52.737--UnitOfWork(1860060918)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@20. [junit] [EL Finest]: 2022-09-10 04:18:52.738--UnitOfWork(1860060918)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1f. [junit] [EL Finer]: 2022-09-10 04:18:52.738--UnitOfWork(1860060918)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:52.738--UnitOfWork(1860060918)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1f) [junit] [EL Finest]: 2022-09-10 04:18:52.738--ServerSession(1177377518)--Connection(304718519)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.738--ClientSession(953253248)--Connection(304718519)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:52.738--ClientSession(953253248)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:52.739--UnitOfWork(1860060918)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@20) [junit] [EL Finer]: 2022-09-10 04:18:52.739--ClientSession(953253248)--Connection(240959474)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:52.739--ClientSession(953253248)--Connection(240959474)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:18:52.739--ClientSession(953253248)--Connection(240959474)--Thread(Thread[main,5,main])-- bind => [31, null, null] [junit] [EL Fine]: 2022-09-10 04:18:52.739--ClientSession(953253248)--Connection(240959474)--Thread(Thread[main,5,main])-- bind => [32, 31, null] [junit] [EL Finer]: 2022-09-10 04:18:52.739--ClientSession(953253248)--Connection(240959474)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:18:52.74--ClientSession(953253248)--Connection(240959474)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:52.741--ServerSession(1177377518)--Connection(304718519)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.741--UnitOfWork(1860060918)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:52.741--UnitOfWork(1860060918)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.742--UnitOfWork(1860060918)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.742--ClientSession(953253248)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.742--UnitOfWork(1860060918)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.742--ClientSession(953253248)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.762--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 520082748 [junit] [EL Finer]: 2022-09-10 04:18:52.762--ClientSession(520082748)--Thread(Thread[main,5,main])--acquire unit of work: 1187146208 [junit] [EL Finest]: 2022-09-10 04:18:52.762--UnitOfWork(1187146208)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@15. [junit] [EL Finer]: 2022-09-10 04:18:52.762--UnitOfWork(1187146208)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:52.762--UnitOfWork(1187146208)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@15) [junit] [EL Finest]: 2022-09-10 04:18:52.763--ServerSession(1177377518)--Connection(6267452)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.763--ClientSession(520082748)--Connection(6267452)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:52.763--ClientSession(520082748)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.763--ClientSession(520082748)--Connection(1434932926)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] bind => [21, null, null] [junit] [EL Finer]: 2022-09-10 04:18:52.764--ClientSession(520082748)--Connection(1434932926)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:52.765--ServerSession(1177377518)--Connection(6267452)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.765--UnitOfWork(1187146208)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:52.765--UnitOfWork(1187146208)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.765--UnitOfWork(1187146208)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.765--ClientSession(520082748)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.765--UnitOfWork(1187146208)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.765--ClientSession(520082748)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.766--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 271502370 [junit] [EL Finer]: 2022-09-10 04:18:52.766--ClientSession(271502370)--Thread(Thread[main,5,main])--acquire unit of work: 2146654783 [junit] [EL Finest]: 2022-09-10 04:18:52.766--UnitOfWork(2146654783)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@15. [junit] [EL Finest]: 2022-09-10 04:18:52.766--UnitOfWork(2146654783)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@16. [junit] [EL Finer]: 2022-09-10 04:18:52.766--UnitOfWork(2146654783)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:52.766--UnitOfWork(2146654783)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@15) [junit] [EL Finest]: 2022-09-10 04:18:52.766--ServerSession(1177377518)--Connection(641980258)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.766--ClientSession(271502370)--Connection(641980258)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:52.766--ClientSession(271502370)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:52.767--UnitOfWork(2146654783)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@16) [junit] [EL Finer]: 2022-09-10 04:18:52.767--ClientSession(271502370)--Connection(1677976140)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:52.767--ClientSession(271502370)--Connection(1677976140)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:18:52.767--ClientSession(271502370)--Connection(1677976140)--Thread(Thread[main,5,main])-- bind => [21, null, null] [junit] [EL Fine]: 2022-09-10 04:18:52.767--ClientSession(271502370)--Connection(1677976140)--Thread(Thread[main,5,main])-- bind => [22, null, null] [junit] [EL Finer]: 2022-09-10 04:18:52.767--ClientSession(271502370)--Connection(1677976140)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2022-09-10 04:18:52.769--ClientSession(271502370)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finer]: 2022-09-10 04:18:52.769--ClientSession(271502370)--Connection(1677976140)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2022-09-10 04:18:52.77--ServerSession(1177377518)--Connection(641980258)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Warning]: 2022-09-10 04:18:52.77--UnitOfWork(2146654783)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.BatchUpdateException: Duplicate entry '21' for key 'PRIMARY' [junit] Error Code: 1062 [junit] at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:331) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeJDK12BatchStatement(DatabaseAccessor.java:933) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatch(ParameterizedSQLBatchWritingMechanism.java:179) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatchedStatements(ParameterizedSQLBatchWritingMechanism.java:134) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.writesCompleted(DatabaseAccessor.java:1845) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.writesCompleted(AbstractSession.java:4316) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.writesCompleted(UnitOfWorkImpl.java:5649) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.acquireWriteLocks(UnitOfWorkImpl.java:1659) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitTransactionAfterWriteChanges(UnitOfWorkImpl.java:1627) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:285) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1182) [junit] at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:134) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransaction(AbstractBaseTest.java:131) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransactionAndClear(AbstractBaseTest.java:137) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadePersist.testSimpleCascadeDetached(TestCascadePersist.java:123) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.lang.reflect.Method.invoke(Method.java:498) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:178) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:38) [junit] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:50) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:38) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1014) [junit] Caused by: java.sql.BatchUpdateException: Duplicate entry '21' for key 'PRIMARY' [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [junit] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [junit] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [junit] at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) [junit] at com.mysql.jdbc.Util.getInstance(Util.java:408) [junit] at com.mysql.jdbc.SQLError.createBatchUpdateException(SQLError.java:1154) [junit] at com.mysql.jdbc.PreparedStatement.executeBatchSerially(PreparedStatement.java:1832) [junit] at com.mysql.jdbc.PreparedStatement.executeBatchInternal(PreparedStatement.java:1316) [junit] at com.mysql.jdbc.StatementImpl.executeBatch(StatementImpl.java:954) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabasePlatform.executeBatch(DatabasePlatform.java:2366) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeJDK12BatchStatement(DatabaseAccessor.java:922) [junit] ... 37 more [junit] Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '21' for key 'PRIMARY' [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [junit] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [junit] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [junit] at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) [junit] at com.mysql.jdbc.Util.getInstance(Util.java:408) [junit] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:936) [junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3933) [junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3869) [junit] at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2524) [junit] at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2675) [junit] at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2465) [junit] at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1912) [junit] at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2133) [junit] at com.mysql.jdbc.PreparedStatement.executeBatchSerially(PreparedStatement.java:1810) [junit] ... 41 more [junit] [junit] [EL Finer]: 2022-09-10 04:18:52.771--UnitOfWork(2146654783)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.771--ClientSession(271502370)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.771--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 2259527 [junit] [EL Finer]: 2022-09-10 04:18:52.771--ClientSession(2259527)--Thread(Thread[main,5,main])--acquire unit of work: 156855528 [junit] [EL Finest]: 2022-09-10 04:18:52.771--UnitOfWork(156855528)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@17. [junit] [EL Finest]: 2022-09-10 04:18:52.771--UnitOfWork(156855528)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@17. [junit] [EL Finest]: 2022-09-10 04:18:52.771--UnitOfWork(156855528)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@18. [junit] [EL Finer]: 2022-09-10 04:18:52.771--UnitOfWork(156855528)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:52.772--UnitOfWork(156855528)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@17) [junit] [EL Finest]: 2022-09-10 04:18:52.772--ServerSession(1177377518)--Connection(675889995)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.772--ClientSession(2259527)--Connection(675889995)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:52.772--ClientSession(2259527)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:52.773--UnitOfWork(156855528)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@18) [junit] [EL Finest]: 2022-09-10 04:18:52.773--UnitOfWork(156855528)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@17) [junit] [EL Finer]: 2022-09-10 04:18:52.773--ClientSession(2259527)--Connection(1622912252)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:52.773--ClientSession(2259527)--Connection(1622912252)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:18:52.773--ClientSession(2259527)--Connection(1622912252)--Thread(Thread[main,5,main])-- bind => [23, null, null] [junit] [EL Fine]: 2022-09-10 04:18:52.773--ClientSession(2259527)--Connection(1622912252)--Thread(Thread[main,5,main])-- bind => [24, null, null] [junit] [EL Fine]: 2022-09-10 04:18:52.773--ClientSession(2259527)--Connection(1622912252)--Thread(Thread[main,5,main])-- bind => [23, null, null] [junit] [EL Finer]: 2022-09-10 04:18:52.773--ClientSession(2259527)--Connection(1622912252)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2022-09-10 04:18:52.775--ClientSession(2259527)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finer]: 2022-09-10 04:18:52.775--ClientSession(2259527)--Connection(1622912252)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2022-09-10 04:18:52.776--ServerSession(1177377518)--Connection(675889995)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Warning]: 2022-09-10 04:18:52.776--UnitOfWork(156855528)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.BatchUpdateException: Duplicate entry '23' for key 'PRIMARY' [junit] Error Code: 1062 [junit] at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:331) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeJDK12BatchStatement(DatabaseAccessor.java:933) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatch(ParameterizedSQLBatchWritingMechanism.java:179) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatchedStatements(ParameterizedSQLBatchWritingMechanism.java:134) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.writesCompleted(DatabaseAccessor.java:1845) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.writesCompleted(AbstractSession.java:4316) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.writesCompleted(UnitOfWorkImpl.java:5649) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.acquireWriteLocks(UnitOfWorkImpl.java:1659) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitTransactionAfterWriteChanges(UnitOfWorkImpl.java:1627) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:285) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1182) [junit] at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:134) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransaction(AbstractBaseTest.java:131) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransactionAndClear(AbstractBaseTest.java:137) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadePersist.testSimpleCascadeDetached(TestCascadePersist.java:159) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.lang.reflect.Method.invoke(Method.java:498) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:178) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:38) [junit] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:50) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:38) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1014) [junit] Caused by: java.sql.BatchUpdateException: Duplicate entry '23' for key 'PRIMARY' [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [junit] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [junit] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [junit] at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) [junit] at com.mysql.jdbc.Util.getInstance(Util.java:408) [junit] at com.mysql.jdbc.SQLError.createBatchUpdateException(SQLError.java:1154) [junit] at com.mysql.jdbc.PreparedStatement.executeBatchSerially(PreparedStatement.java:1832) [junit] at com.mysql.jdbc.PreparedStatement.executeBatchInternal(PreparedStatement.java:1316) [junit] at com.mysql.jdbc.StatementImpl.executeBatch(StatementImpl.java:954) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabasePlatform.executeBatch(DatabasePlatform.java:2366) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeJDK12BatchStatement(DatabaseAccessor.java:922) [junit] ... 37 more [junit] Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '23' for key 'PRIMARY' [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [junit] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [junit] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [junit] at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) [junit] at com.mysql.jdbc.Util.getInstance(Util.java:408) [junit] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:936) [junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3933) [junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3869) [junit] at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2524) [junit] at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2675) [junit] at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2465) [junit] at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1912) [junit] at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2133) [junit] at com.mysql.jdbc.PreparedStatement.executeBatchSerially(PreparedStatement.java:1810) [junit] ... 41 more [junit] [junit] [EL Finer]: 2022-09-10 04:18:52.777--UnitOfWork(156855528)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.777--ClientSession(2259527)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.777--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 71209097 [junit] [EL Finer]: 2022-09-10 04:18:52.777--ClientSession(71209097)--Thread(Thread[main,5,main])--acquire unit of work: 1012776440 [junit] [EL Finest]: 2022-09-10 04:18:52.777--UnitOfWork(1012776440)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@19. [junit] [EL Finer]: 2022-09-10 04:18:52.777--UnitOfWork(1012776440)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:52.778--UnitOfWork(1012776440)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@19) [junit] [EL Finest]: 2022-09-10 04:18:52.778--ServerSession(1177377518)--Connection(174515584)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.778--ClientSession(71209097)--Connection(174515584)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:52.778--ClientSession(71209097)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.778--ClientSession(71209097)--Connection(1535454025)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] bind => [25, null, null] [junit] [EL Finer]: 2022-09-10 04:18:52.779--ClientSession(71209097)--Connection(1535454025)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:52.78--ServerSession(1177377518)--Connection(174515584)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.78--UnitOfWork(1012776440)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:52.78--UnitOfWork(1012776440)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.78--UnitOfWork(1012776440)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.78--ClientSession(71209097)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.78--UnitOfWork(1012776440)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.78--ClientSession(71209097)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.78--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 794476802 [junit] [EL Finer]: 2022-09-10 04:18:52.78--ClientSession(794476802)--Thread(Thread[main,5,main])--acquire unit of work: 1576499395 [junit] [EL Finest]: 2022-09-10 04:18:52.781--UnitOfWork(1576499395)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNode" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.781--ServerSession(1177377518)--Connection(143999341)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.781--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.781--ServerSession(1177377518)--Connection(1906335777)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [25] [junit] [EL Finest]: 2022-09-10 04:18:52.782--ServerSession(1177377518)--Connection(143999341)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.782--UnitOfWork(1576499395)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@19. [junit] [EL Finest]: 2022-09-10 04:18:52.782--UnitOfWork(1576499395)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1a. [junit] [EL Finer]: 2022-09-10 04:18:52.782--UnitOfWork(1576499395)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:52.783--UnitOfWork(1576499395)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@19) [junit] [EL Finest]: 2022-09-10 04:18:52.783--ServerSession(1177377518)--Connection(1755634886)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.783--ClientSession(794476802)--Connection(1755634886)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:52.783--ClientSession(794476802)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:52.783--UnitOfWork(1576499395)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1a) [junit] [EL Finer]: 2022-09-10 04:18:52.784--ClientSession(794476802)--Connection(1684802151)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:52.784--ClientSession(794476802)--Connection(1684802151)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:18:52.784--ClientSession(794476802)--Connection(1684802151)--Thread(Thread[main,5,main])-- bind => [25, null, null] [junit] [EL Fine]: 2022-09-10 04:18:52.784--ClientSession(794476802)--Connection(1684802151)--Thread(Thread[main,5,main])-- bind => [26, null, null] [junit] [EL Finer]: 2022-09-10 04:18:52.784--ClientSession(794476802)--Connection(1684802151)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2022-09-10 04:18:52.785--ClientSession(794476802)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finer]: 2022-09-10 04:18:52.785--ClientSession(794476802)--Connection(1684802151)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2022-09-10 04:18:52.786--ServerSession(1177377518)--Connection(1755634886)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Warning]: 2022-09-10 04:18:52.787--UnitOfWork(1576499395)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.BatchUpdateException: Duplicate entry '25' for key 'PRIMARY' [junit] Error Code: 1062 [junit] at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:331) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeJDK12BatchStatement(DatabaseAccessor.java:933) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatch(ParameterizedSQLBatchWritingMechanism.java:179) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatchedStatements(ParameterizedSQLBatchWritingMechanism.java:134) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.writesCompleted(DatabaseAccessor.java:1845) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.writesCompleted(AbstractSession.java:4316) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.writesCompleted(UnitOfWorkImpl.java:5649) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.acquireWriteLocks(UnitOfWorkImpl.java:1659) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitTransactionAfterWriteChanges(UnitOfWorkImpl.java:1627) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:285) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1182) [junit] at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:134) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransaction(AbstractBaseTest.java:131) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransactionAndClear(AbstractBaseTest.java:137) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadePersist.testSimpleCascadeDetached(TestCascadePersist.java:198) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.lang.reflect.Method.invoke(Method.java:498) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:178) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:38) [junit] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:50) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:38) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1014) [junit] Caused by: java.sql.BatchUpdateException: Duplicate entry '25' for key 'PRIMARY' [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [junit] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [junit] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [junit] at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) [junit] at com.mysql.jdbc.Util.getInstance(Util.java:408) [junit] at com.mysql.jdbc.SQLError.createBatchUpdateException(SQLError.java:1154) [junit] at com.mysql.jdbc.PreparedStatement.executeBatchSerially(PreparedStatement.java:1832) [junit] at com.mysql.jdbc.PreparedStatement.executeBatchInternal(PreparedStatement.java:1316) [junit] at com.mysql.jdbc.StatementImpl.executeBatch(StatementImpl.java:954) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabasePlatform.executeBatch(DatabasePlatform.java:2366) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeJDK12BatchStatement(DatabaseAccessor.java:922) [junit] ... 37 more [junit] Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '25' for key 'PRIMARY' [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [junit] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [junit] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [junit] at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) [junit] at com.mysql.jdbc.Util.getInstance(Util.java:408) [junit] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:936) [junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3933) [junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3869) [junit] at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2524) [junit] at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2675) [junit] at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2465) [junit] at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1912) [junit] at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2133) [junit] at com.mysql.jdbc.PreparedStatement.executeBatchSerially(PreparedStatement.java:1810) [junit] ... 41 more [junit] [junit] [EL Finer]: 2022-09-10 04:18:52.787--UnitOfWork(1576499395)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.787--ClientSession(794476802)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.787--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 1842463725 [junit] [EL Finer]: 2022-09-10 04:18:52.788--ClientSession(1842463725)--Thread(Thread[main,5,main])--acquire unit of work: 581364120 [junit] [EL Finest]: 2022-09-10 04:18:52.788--UnitOfWork(581364120)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1b. [junit] [EL Finer]: 2022-09-10 04:18:52.788--UnitOfWork(581364120)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:52.788--UnitOfWork(581364120)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1b) [junit] [EL Finest]: 2022-09-10 04:18:52.788--ServerSession(1177377518)--Connection(1845137754)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.788--ClientSession(1842463725)--Connection(1845137754)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:52.788--ClientSession(1842463725)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.789--ClientSession(1842463725)--Connection(2013613908)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] bind => [27, null, null] [junit] [EL Finer]: 2022-09-10 04:18:52.79--ClientSession(1842463725)--Connection(2013613908)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:52.791--ServerSession(1177377518)--Connection(1845137754)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.791--UnitOfWork(581364120)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:52.791--UnitOfWork(581364120)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.791--UnitOfWork(581364120)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.791--ClientSession(1842463725)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.791--UnitOfWork(581364120)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.791--ClientSession(1842463725)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.791--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 79094208 [junit] [EL Finer]: 2022-09-10 04:18:52.791--ClientSession(79094208)--Thread(Thread[main,5,main])--acquire unit of work: 1444635117 [junit] [EL Finest]: 2022-09-10 04:18:52.791--UnitOfWork(1444635117)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNode" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.792--ServerSession(1177377518)--Connection(1699511597)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.792--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.792--ServerSession(1177377518)--Connection(650859015)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [27] [junit] [EL Finest]: 2022-09-10 04:18:52.792--ServerSession(1177377518)--Connection(1699511597)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.793--UnitOfWork(1444635117)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1b [junit] [EL Finest]: 2022-09-10 04:18:52.793--UnitOfWork(1444635117)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="children" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (PARENT = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.793--ServerSession(1177377518)--Connection(1650299186)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.793--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.793--ServerSession(1177377518)--Connection(2004305265)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (PARENT = ?) [junit] bind => [27] [junit] [EL Finest]: 2022-09-10 04:18:52.794--ServerSession(1177377518)--Connection(1650299186)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.794--UnitOfWork(1444635117)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1b. [junit] [EL Finest]: 2022-09-10 04:18:52.795--UnitOfWork(1444635117)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1c. [junit] [EL Finer]: 2022-09-10 04:18:52.795--UnitOfWork(1444635117)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:52.795--UnitOfWork(1444635117)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode ) [junit] [EL Finest]: 2022-09-10 04:18:52.795--UnitOfWork(1444635117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1c) [junit] [EL Finest]: 2022-09-10 04:18:52.795--ServerSession(1177377518)--Connection(439078230)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.795--ClientSession(79094208)--Connection(439078230)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:52.795--ClientSession(79094208)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:52.796--UnitOfWork(1444635117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1b) [junit] [EL Finest]: 2022-09-10 04:18:52.796--UnitOfWork(1444635117)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1b) [junit] [EL Finer]: 2022-09-10 04:18:52.796--ClientSession(79094208)--Connection(1758962399)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:52.796--ClientSession(79094208)--Connection(1758962399)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:18:52.796--ClientSession(79094208)--Connection(1758962399)--Thread(Thread[main,5,main])-- bind => [28, null, null] [junit] [EL Fine]: 2022-09-10 04:18:52.797--ClientSession(79094208)--Connection(1758962399)--Thread(Thread[main,5,main])-- bind => [27, null, null] [junit] [EL Finer]: 2022-09-10 04:18:52.797--ClientSession(79094208)--Connection(1758962399)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2022-09-10 04:18:52.798--ClientSession(79094208)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2022-09-10 04:18:52.798--UnitOfWork(1444635117)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.BatchUpdateException: Duplicate entry '27' for key 'PRIMARY' [junit] Error Code: 1062 [junit] Query: DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1b) [junit] at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:331) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeJDK12BatchStatement(DatabaseAccessor.java:933) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatch(ParameterizedSQLBatchWritingMechanism.java:179) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatchedStatements(ParameterizedSQLBatchWritingMechanism.java:134) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.appendCall(ParameterizedSQLBatchWritingMechanism.java:82) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:605) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:560) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2062) [junit] at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:309) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:247) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.deleteObject(DatasourceCallQueryMechanism.java:229) [junit] at org.eclipse.persistence.internal.queries.StatementQueryMechanism.deleteObject(StatementQueryMechanism.java:104) [junit] at org.eclipse.persistence.queries.DeleteObjectQuery.executeDatabaseQuery(DeleteObjectQuery.java:218) [junit] at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:911) [junit] at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:810) [junit] at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:108) [junit] at org.eclipse.persistence.queries.DeleteObjectQuery.executeInUnitOfWorkObjectLevelModifyQuery(DeleteObjectQuery.java:119) [junit] at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:85) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2922) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1863) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1796) [junit] at org.eclipse.persistence.internal.sessions.CommitManager.deleteAllObjects(CommitManager.java:342) [junit] at org.eclipse.persistence.internal.sessions.CommitManager.deleteAllObjects(CommitManager.java:291) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1457) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1544) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:278) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1182) [junit] at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:134) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransaction(AbstractBaseTest.java:131) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransactionAndClear(AbstractBaseTest.java:137) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadePersist.testSimpleCascadeDetached(TestCascadePersist.java:236) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.lang.reflect.Method.invoke(Method.java:498) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:178) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:38) [junit] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:50) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:38) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1014) [junit] Caused by: java.sql.BatchUpdateException: Duplicate entry '27' for key 'PRIMARY' [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [junit] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [junit] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [junit] at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) [junit] at com.mysql.jdbc.Util.getInstance(Util.java:408) [junit] at com.mysql.jdbc.SQLError.createBatchUpdateException(SQLError.java:1154) [junit] at com.mysql.jdbc.PreparedStatement.executeBatchSerially(PreparedStatement.java:1832) [junit] at com.mysql.jdbc.PreparedStatement.executeBatchInternal(PreparedStatement.java:1316) [junit] at com.mysql.jdbc.StatementImpl.executeBatch(StatementImpl.java:954) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabasePlatform.executeBatch(DatabasePlatform.java:2366) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeJDK12BatchStatement(DatabaseAccessor.java:922) [junit] ... 55 more [junit] Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '27' for key 'PRIMARY' [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [junit] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [junit] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [junit] at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) [junit] at com.mysql.jdbc.Util.getInstance(Util.java:408) [junit] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:936) [junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3933) [junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3869) [junit] at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2524) [junit] at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2675) [junit] at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2465) [junit] at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1912) [junit] at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2133) [junit] at com.mysql.jdbc.PreparedStatement.executeBatchSerially(PreparedStatement.java:1810) [junit] ... 59 more [junit] [junit] [EL Finer]: 2022-09-10 04:18:52.799--ClientSession(79094208)--Connection(1758962399)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2022-09-10 04:18:52.8--ServerSession(1177377518)--Connection(439078230)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.8--UnitOfWork(1444635117)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.8--ClientSession(79094208)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.817--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 2042120257 [junit] [EL Finer]: 2022-09-10 04:18:52.817--ClientSession(2042120257)--Thread(Thread[main,5,main])--acquire unit of work: 1296153103 [junit] [EL Finest]: 2022-09-10 04:18:52.817--UnitOfWork(1296153103)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@b. [junit] [EL Finer]: 2022-09-10 04:18:52.817--UnitOfWork(1296153103)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:52.817--UnitOfWork(1296153103)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@b) [junit] [EL Finest]: 2022-09-10 04:18:52.818--ServerSession(1177377518)--Connection(1010434098)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.818--ClientSession(2042120257)--Connection(1010434098)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:52.818--ClientSession(2042120257)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.818--ClientSession(2042120257)--Connection(2095793272)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] bind => [11, null, null] [junit] [EL Finer]: 2022-09-10 04:18:52.819--ClientSession(2042120257)--Connection(2095793272)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:52.82--ServerSession(1177377518)--Connection(1010434098)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.82--UnitOfWork(1296153103)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:52.82--UnitOfWork(1296153103)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.82--UnitOfWork(1296153103)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.82--ClientSession(2042120257)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.82--UnitOfWork(1296153103)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.82--ClientSession(2042120257)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.82--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 1241182310 [junit] [EL Finer]: 2022-09-10 04:18:52.82--ClientSession(1241182310)--Thread(Thread[main,5,main])--acquire unit of work: 1872012709 [junit] [EL Finest]: 2022-09-10 04:18:52.82--UnitOfWork(1872012709)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNode" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.821--ServerSession(1177377518)--Connection(1163664780)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.821--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.821--ServerSession(1177377518)--Connection(172299409)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [11] [junit] [EL Finest]: 2022-09-10 04:18:52.822--ServerSession(1177377518)--Connection(1163664780)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.822--UnitOfWork(1872012709)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="children" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (PARENT = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.822--ServerSession(1177377518)--Connection(1493642909)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.822--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.822--ServerSession(1177377518)--Connection(1481056406)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (PARENT = ?) [junit] bind => [11] [junit] [EL Finest]: 2022-09-10 04:18:52.823--ServerSession(1177377518)--Connection(1493642909)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.823--UnitOfWork(1872012709)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@c. [junit] [EL Finer]: 2022-09-10 04:18:52.823--UnitOfWork(1872012709)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:52.824--UnitOfWork(1872012709)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@b) [junit] [EL Finest]: 2022-09-10 04:18:52.824--UnitOfWork(1872012709)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@c) [junit] [EL Finest]: 2022-09-10 04:18:52.824--ServerSession(1177377518)--Connection(1583020257)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.824--ClientSession(1241182310)--Connection(1583020257)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:52.824--ClientSession(1241182310)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.825--ClientSession(1241182310)--Connection(816918962)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] bind => [12, null, null] [junit] [EL Finer]: 2022-09-10 04:18:52.825--ClientSession(1241182310)--Connection(816918962)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:52.826--ServerSession(1177377518)--Connection(1583020257)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.826--UnitOfWork(1872012709)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:52.826--UnitOfWork(1872012709)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.827--UnitOfWork(1872012709)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.827--ClientSession(1241182310)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.827--UnitOfWork(1872012709)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.827--ClientSession(1241182310)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.845--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 2075074394 [junit] [EL Finer]: 2022-09-10 04:18:52.845--ClientSession(2075074394)--Thread(Thread[main,5,main])--acquire unit of work: 1825071442 [junit] [EL Finest]: 2022-09-10 04:18:52.845--UnitOfWork(1825071442)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1. [junit] [EL Finest]: 2022-09-10 04:18:52.845--UnitOfWork(1825071442)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@2. [junit] [EL Finer]: 2022-09-10 04:18:52.845--UnitOfWork(1825071442)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:52.846--UnitOfWork(1825071442)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@2) [junit] [EL Finest]: 2022-09-10 04:18:52.846--ServerSession(1177377518)--Connection(1709317347)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.846--ClientSession(2075074394)--Connection(1709317347)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:52.846--ClientSession(2075074394)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:52.846--UnitOfWork(1825071442)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1) [junit] [EL Finer]: 2022-09-10 04:18:52.846--ClientSession(2075074394)--Connection(1815501246)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:52.847--ClientSession(2075074394)--Connection(1815501246)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:18:52.847--ClientSession(2075074394)--Connection(1815501246)--Thread(Thread[main,5,main])-- bind => [2, null, null] [junit] [EL Fine]: 2022-09-10 04:18:52.847--ClientSession(2075074394)--Connection(1815501246)--Thread(Thread[main,5,main])-- bind => [1, null, null] [junit] [EL Finer]: 2022-09-10 04:18:52.847--ClientSession(2075074394)--Connection(1815501246)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:18:52.848--ClientSession(2075074394)--Connection(1815501246)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:52.849--ServerSession(1177377518)--Connection(1709317347)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.849--UnitOfWork(1825071442)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:52.849--UnitOfWork(1825071442)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.849--UnitOfWork(1825071442)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.849--ClientSession(2075074394)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.849--UnitOfWork(1825071442)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.849--ClientSession(2075074394)--Thread(Thread[main,5,main])--client released [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadeRefresh [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.003 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestCascadeRemove [junit] [EL Finer]: 2022-09-10 04:18:52.901--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 1825983295 [junit] [EL Finer]: 2022-09-10 04:18:52.902--ClientSession(1825983295)--Thread(Thread[main,5,main])--acquire unit of work: 1370494288 [junit] [EL Finest]: 2022-09-10 04:18:52.902--UnitOfWork(1370494288)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@c9. [junit] [EL Finest]: 2022-09-10 04:18:52.902--UnitOfWork(1370494288)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@ca. [junit] [EL Finer]: 2022-09-10 04:18:52.902--UnitOfWork(1370494288)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:52.902--UnitOfWork(1370494288)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@c9) [junit] [EL Finest]: 2022-09-10 04:18:52.902--ServerSession(1177377518)--Connection(345607713)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.903--ClientSession(1825983295)--Connection(345607713)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:52.903--ClientSession(1825983295)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:52.903--UnitOfWork(1370494288)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@ca) [junit] [EL Finer]: 2022-09-10 04:18:52.903--ClientSession(1825983295)--Connection(421632334)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:52.903--ClientSession(1825983295)--Connection(421632334)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:18:52.903--ClientSession(1825983295)--Connection(421632334)--Thread(Thread[main,5,main])-- bind => [201, null, null] [junit] [EL Fine]: 2022-09-10 04:18:52.903--ClientSession(1825983295)--Connection(421632334)--Thread(Thread[main,5,main])-- bind => [202, null, null] [junit] [EL Finer]: 2022-09-10 04:18:52.904--ClientSession(1825983295)--Connection(421632334)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:18:52.905--ClientSession(1825983295)--Connection(421632334)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:52.906--ServerSession(1177377518)--Connection(345607713)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.906--UnitOfWork(1370494288)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:52.906--UnitOfWork(1370494288)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.906--UnitOfWork(1370494288)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.906--ClientSession(1825983295)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.906--UnitOfWork(1370494288)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.906--ClientSession(1825983295)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.906--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 1279556617 [junit] [EL Finer]: 2022-09-10 04:18:52.907--ClientSession(1279556617)--Thread(Thread[main,5,main])--acquire unit of work: 1496999718 [junit] [EL Finest]: 2022-09-10 04:18:52.907--UnitOfWork(1496999718)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNode" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.907--ServerSession(1177377518)--Connection(1500151620)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.907--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.907--ServerSession(1177377518)--Connection(1839923673)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [202] [junit] [EL Finest]: 2022-09-10 04:18:52.908--ServerSession(1177377518)--Connection(1500151620)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.908--UnitOfWork(1496999718)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@c9 [junit] [EL Finest]: 2022-09-10 04:18:52.908--UnitOfWork(1496999718)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode ) [junit] [EL Finest]: 2022-09-10 04:18:52.909--ServerSession(1177377518)--Connection(837249677)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.909--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.909--ServerSession(1177377518)--Connection(1997270773)--Thread(Thread[main,5,main])--SELECT ID FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [201] [junit] [EL Finest]: 2022-09-10 04:18:52.91--ServerSession(1177377518)--Connection(837249677)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:18:52.91--UnitOfWork(1496999718)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.91--ClientSession(1279556617)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.911--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 18928637 [junit] [EL Finer]: 2022-09-10 04:18:52.912--ClientSession(18928637)--Thread(Thread[main,5,main])--acquire unit of work: 952754390 [junit] [EL Finest]: 2022-09-10 04:18:52.912--UnitOfWork(952754390)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@cb. [junit] [EL Finest]: 2022-09-10 04:18:52.912--UnitOfWork(952754390)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@310aee0b. [junit] [EL Finer]: 2022-09-10 04:18:52.912--UnitOfWork(952754390)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:52.912--UnitOfWork(952754390)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@310aee0b) [junit] [EL Finest]: 2022-09-10 04:18:52.912--ServerSession(1177377518)--Connection(445509811)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.912--ClientSession(18928637)--Connection(445509811)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:52.912--ClientSession(18928637)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:52.913--UnitOfWork(952754390)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@cb) [junit] [EL Fine]: 2022-09-10 04:18:52.913--ClientSession(18928637)--Connection(2081501023)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE_DESC (ID, DESC_TEXT) VALUES (?, ?) [junit] bind => [204, a simple node] [junit] [EL Fine]: 2022-09-10 04:18:52.914--ClientSession(18928637)--Connection(2081501023)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] bind => [203, null, null] [junit] [EL Finer]: 2022-09-10 04:18:52.915--ClientSession(18928637)--Connection(2081501023)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:52.915--ServerSession(1177377518)--Connection(445509811)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.916--UnitOfWork(952754390)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:52.916--UnitOfWork(952754390)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.916--UnitOfWork(952754390)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.916--ClientSession(18928637)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.916--UnitOfWork(952754390)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.916--ClientSession(18928637)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.916--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 424489630 [junit] [EL Finer]: 2022-09-10 04:18:52.916--ClientSession(424489630)--Thread(Thread[main,5,main])--acquire unit of work: 1423007887 [junit] [EL Finest]: 2022-09-10 04:18:52.916--UnitOfWork(1423007887)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNodeDescription" referenceClass=CascadingNodeDescription sql="SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.916--ServerSession(1177377518)--Connection(132644461)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.916--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.917--ServerSession(1177377518)--Connection(1410431463)--Thread(Thread[main,5,main])--SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [204] [junit] [EL Finest]: 2022-09-10 04:18:52.917--ServerSession(1177377518)--Connection(132644461)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.917--UnitOfWork(1423007887)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="node" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.917--ServerSession(1177377518)--Connection(480230241)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.917--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.918--ServerSession(1177377518)--Connection(2072076651)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?) [junit] bind => [204] [junit] [EL Finest]: 2022-09-10 04:18:52.918--ServerSession(1177377518)--Connection(480230241)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.918--UnitOfWork(1423007887)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@cb [junit] [EL Finest]: 2022-09-10 04:18:52.918--UnitOfWork(1423007887)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode ) [junit] [EL Finest]: 2022-09-10 04:18:52.919--ServerSession(1177377518)--Connection(918716909)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.919--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.919--ServerSession(1177377518)--Connection(38027658)--Thread(Thread[main,5,main])--SELECT ID FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [203] [junit] [EL Finest]: 2022-09-10 04:18:52.919--ServerSession(1177377518)--Connection(918716909)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:18:52.919--UnitOfWork(1423007887)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.92--ClientSession(424489630)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.92--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 1431064234 [junit] [EL Finer]: 2022-09-10 04:18:52.92--ClientSession(1431064234)--Thread(Thread[main,5,main])--acquire unit of work: 704482919 [junit] [EL Finest]: 2022-09-10 04:18:52.92--UnitOfWork(704482919)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@ce. [junit] [EL Finer]: 2022-09-10 04:18:52.921--UnitOfWork(704482919)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:52.921--UnitOfWork(704482919)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@ce) [junit] [EL Finest]: 2022-09-10 04:18:52.921--ServerSession(1177377518)--Connection(2094770768)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.921--ClientSession(1431064234)--Connection(2094770768)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:52.921--ClientSession(1431064234)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.921--ClientSession(1431064234)--Connection(965778714)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] bind => [206, null, null] [junit] [EL Finer]: 2022-09-10 04:18:52.922--ClientSession(1431064234)--Connection(965778714)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:52.923--ServerSession(1177377518)--Connection(2094770768)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.923--UnitOfWork(704482919)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:52.923--UnitOfWork(704482919)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.923--UnitOfWork(704482919)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.923--ClientSession(1431064234)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.923--UnitOfWork(704482919)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.923--ClientSession(1431064234)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.923--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 1382756158 [junit] [EL Finer]: 2022-09-10 04:18:52.923--ClientSession(1382756158)--Thread(Thread[main,5,main])--acquire unit of work: 1865289764 [junit] [EL Finest]: 2022-09-10 04:18:52.923--UnitOfWork(1865289764)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@cd. [junit] [EL Finest]: 2022-09-10 04:18:52.923--UnitOfWork(1865289764)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNode" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.924--ServerSession(1177377518)--Connection(1011920203)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.924--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.924--ServerSession(1177377518)--Connection(927557408)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [206] [junit] [EL Finest]: 2022-09-10 04:18:52.925--ServerSession(1177377518)--Connection(1011920203)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.925--UnitOfWork(1865289764)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@cd [junit] [EL Finest]: 2022-09-10 04:18:52.925--UnitOfWork(1865289764)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode ) [junit] [EL Finer]: 2022-09-10 04:18:52.925--UnitOfWork(1865289764)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.925--ClientSession(1382756158)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.926--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 306016343 [junit] [EL Finer]: 2022-09-10 04:18:52.926--ClientSession(306016343)--Thread(Thread[main,5,main])--acquire unit of work: 488928549 [junit] [EL Finest]: 2022-09-10 04:18:52.926--UnitOfWork(488928549)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@35ee466f. [junit] [EL Finer]: 2022-09-10 04:18:52.926--UnitOfWork(488928549)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:52.926--UnitOfWork(488928549)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@35ee466f) [junit] [EL Finest]: 2022-09-10 04:18:52.926--ServerSession(1177377518)--Connection(1268786037)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.927--ClientSession(306016343)--Connection(1268786037)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:52.927--ClientSession(306016343)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.927--ClientSession(306016343)--Connection(1972628089)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE_DESC (ID, DESC_TEXT) VALUES (?, ?) [junit] bind => [208, some text] [junit] [EL Finer]: 2022-09-10 04:18:52.928--ClientSession(306016343)--Connection(1972628089)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:52.928--ServerSession(1177377518)--Connection(1268786037)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.928--UnitOfWork(488928549)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:52.929--UnitOfWork(488928549)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.929--UnitOfWork(488928549)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.929--ClientSession(306016343)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.929--UnitOfWork(488928549)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.929--ClientSession(306016343)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.929--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 2022417982 [junit] [EL Finer]: 2022-09-10 04:18:52.929--ClientSession(2022417982)--Thread(Thread[main,5,main])--acquire unit of work: 312560500 [junit] [EL Finest]: 2022-09-10 04:18:52.929--UnitOfWork(312560500)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@cf. [junit] [EL Finest]: 2022-09-10 04:18:52.929--UnitOfWork(312560500)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNodeDescription" referenceClass=CascadingNodeDescription sql="SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.929--ServerSession(1177377518)--Connection(242659479)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.929--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.93--ServerSession(1177377518)--Connection(736714033)--Thread(Thread[main,5,main])--SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [208] [junit] [EL Finest]: 2022-09-10 04:18:52.93--ServerSession(1177377518)--Connection(242659479)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.93--UnitOfWork(312560500)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="node" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.93--ServerSession(1177377518)--Connection(1888420238)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.93--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.931--ServerSession(1177377518)--Connection(430119837)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?) [junit] bind => [208] [junit] [EL Finest]: 2022-09-10 04:18:52.931--ServerSession(1177377518)--Connection(1888420238)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.931--UnitOfWork(312560500)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@cf [junit] [EL Finest]: 2022-09-10 04:18:52.931--UnitOfWork(312560500)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode ) [junit] [EL Finer]: 2022-09-10 04:18:52.932--UnitOfWork(312560500)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.932--ClientSession(2022417982)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.933--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 1510731556 [junit] [EL Finer]: 2022-09-10 04:18:52.933--ClientSession(1510731556)--Thread(Thread[main,5,main])--acquire unit of work: 1684580278 [junit] [EL Finest]: 2022-09-10 04:18:52.933--UnitOfWork(1684580278)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@d1. [junit] [EL Finest]: 2022-09-10 04:18:52.933--UnitOfWork(1684580278)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@d2. [junit] [EL Finer]: 2022-09-10 04:18:52.933--UnitOfWork(1684580278)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:52.933--UnitOfWork(1684580278)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@d2) [junit] [EL Finest]: 2022-09-10 04:18:52.933--ServerSession(1177377518)--Connection(1387293679)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.933--ClientSession(1510731556)--Connection(1387293679)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:52.933--ClientSession(1510731556)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:52.934--UnitOfWork(1684580278)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@d1) [junit] [EL Finer]: 2022-09-10 04:18:52.934--ClientSession(1510731556)--Connection(1639759054)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:52.934--ClientSession(1510731556)--Connection(1639759054)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:18:52.934--ClientSession(1510731556)--Connection(1639759054)--Thread(Thread[main,5,main])-- bind => [210, null, null] [junit] [EL Fine]: 2022-09-10 04:18:52.934--ClientSession(1510731556)--Connection(1639759054)--Thread(Thread[main,5,main])-- bind => [209, null, null] [junit] [EL Finer]: 2022-09-10 04:18:52.934--ClientSession(1510731556)--Connection(1639759054)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:18:52.935--ClientSession(1510731556)--Connection(1639759054)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:52.936--ServerSession(1177377518)--Connection(1387293679)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.936--UnitOfWork(1684580278)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:52.936--UnitOfWork(1684580278)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.936--UnitOfWork(1684580278)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.936--ClientSession(1510731556)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.936--UnitOfWork(1684580278)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.936--ClientSession(1510731556)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.936--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 856432481 [junit] [EL Finer]: 2022-09-10 04:18:52.936--ClientSession(856432481)--Thread(Thread[main,5,main])--acquire unit of work: 936546050 [junit] [EL Finest]: 2022-09-10 04:18:52.936--UnitOfWork(936546050)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNode" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.937--ServerSession(1177377518)--Connection(368040556)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.937--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.937--ServerSession(1177377518)--Connection(1616257837)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [209] [junit] [EL Finest]: 2022-09-10 04:18:52.937--ServerSession(1177377518)--Connection(368040556)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.938--UnitOfWork(936546050)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNode" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.938--ServerSession(1177377518)--Connection(716333944)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.938--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.938--ServerSession(1177377518)--Connection(262093096)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [210] [junit] [EL Finest]: 2022-09-10 04:18:52.939--ServerSession(1177377518)--Connection(716333944)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.939--UnitOfWork(936546050)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@d1 [junit] [EL Finest]: 2022-09-10 04:18:52.939--UnitOfWork(936546050)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode ) [junit] [EL Finer]: 2022-09-10 04:18:52.939--UnitOfWork(936546050)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.939--ClientSession(856432481)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.94--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 403094604 [junit] [EL Finer]: 2022-09-10 04:18:52.94--ClientSession(403094604)--Thread(Thread[main,5,main])--acquire unit of work: 1177427556 [junit] [EL Finest]: 2022-09-10 04:18:52.94--UnitOfWork(1177427556)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@d3. [junit] [EL Finest]: 2022-09-10 04:18:52.94--UnitOfWork(1177427556)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@49f40c00. [junit] [EL Finer]: 2022-09-10 04:18:52.94--UnitOfWork(1177427556)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:52.941--UnitOfWork(1177427556)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@49f40c00) [junit] [EL Finest]: 2022-09-10 04:18:52.941--ServerSession(1177377518)--Connection(1181205697)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.941--ClientSession(403094604)--Connection(1181205697)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:52.941--ClientSession(403094604)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:52.941--UnitOfWork(1177427556)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@d3) [junit] [EL Fine]: 2022-09-10 04:18:52.941--ClientSession(403094604)--Connection(798639105)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE_DESC (ID, DESC_TEXT) VALUES (?, ?) [junit] bind => [212, some text] [junit] [EL Fine]: 2022-09-10 04:18:52.942--ClientSession(403094604)--Connection(798639105)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] bind => [211, null, null] [junit] [EL Finer]: 2022-09-10 04:18:52.943--ClientSession(403094604)--Connection(798639105)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:52.943--ServerSession(1177377518)--Connection(1181205697)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.944--UnitOfWork(1177427556)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:52.944--UnitOfWork(1177427556)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.944--UnitOfWork(1177427556)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.944--ClientSession(403094604)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.944--UnitOfWork(1177427556)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.944--ClientSession(403094604)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.944--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 1529305105 [junit] [EL Finer]: 2022-09-10 04:18:52.944--ClientSession(1529305105)--Thread(Thread[main,5,main])--acquire unit of work: 789502290 [junit] [EL Finest]: 2022-09-10 04:18:52.944--UnitOfWork(789502290)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNode" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.944--ServerSession(1177377518)--Connection(1862552664)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.944--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.944--ServerSession(1177377518)--Connection(1829194516)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [211] [junit] [EL Finest]: 2022-09-10 04:18:52.945--ServerSession(1177377518)--Connection(1862552664)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.945--UnitOfWork(789502290)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNodeDescription" referenceClass=CascadingNodeDescription sql="SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.945--ServerSession(1177377518)--Connection(1329572464)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.945--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.946--ServerSession(1177377518)--Connection(1211297851)--Thread(Thread[main,5,main])--SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [212] [junit] [EL Finest]: 2022-09-10 04:18:52.946--ServerSession(1177377518)--Connection(1329572464)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.946--UnitOfWork(789502290)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="node" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.946--ServerSession(1177377518)--Connection(934993374)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.947--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.947--ServerSession(1177377518)--Connection(1360393616)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?) [junit] bind => [212] [junit] [EL Finest]: 2022-09-10 04:18:52.947--ServerSession(1177377518)--Connection(934993374)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.947--UnitOfWork(789502290)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@d3 [junit] [EL Finest]: 2022-09-10 04:18:52.948--UnitOfWork(789502290)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode ) [junit] [EL Finer]: 2022-09-10 04:18:52.948--UnitOfWork(789502290)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.948--ClientSession(1529305105)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.949--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 1134051859 [junit] [EL Finer]: 2022-09-10 04:18:52.949--ClientSession(1134051859)--Thread(Thread[main,5,main])--acquire unit of work: 50297459 [junit] [EL Finest]: 2022-09-10 04:18:52.949--UnitOfWork(50297459)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@d5. [junit] [EL Finest]: 2022-09-10 04:18:52.949--UnitOfWork(50297459)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@d6. [junit] [EL Finer]: 2022-09-10 04:18:52.949--UnitOfWork(50297459)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:52.949--UnitOfWork(50297459)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@d6) [junit] [EL Finest]: 2022-09-10 04:18:52.949--ServerSession(1177377518)--Connection(31567969)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.949--ClientSession(1134051859)--Connection(31567969)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:52.949--ClientSession(1134051859)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:52.95--UnitOfWork(50297459)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@d5) [junit] [EL Finer]: 2022-09-10 04:18:52.95--ClientSession(1134051859)--Connection(955743449)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:52.95--ClientSession(1134051859)--Connection(955743449)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:18:52.95--ClientSession(1134051859)--Connection(955743449)--Thread(Thread[main,5,main])-- bind => [214, null, null] [junit] [EL Fine]: 2022-09-10 04:18:52.95--ClientSession(1134051859)--Connection(955743449)--Thread(Thread[main,5,main])-- bind => [213, null, null] [junit] [EL Finer]: 2022-09-10 04:18:52.95--ClientSession(1134051859)--Connection(955743449)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:18:52.951--ClientSession(1134051859)--Connection(955743449)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:52.952--ServerSession(1177377518)--Connection(31567969)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.952--UnitOfWork(50297459)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:52.952--UnitOfWork(50297459)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.952--UnitOfWork(50297459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.952--ClientSession(1134051859)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.952--UnitOfWork(50297459)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.952--ClientSession(1134051859)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.952--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 1674938191 [junit] [EL Finer]: 2022-09-10 04:18:52.952--ClientSession(1674938191)--Thread(Thread[main,5,main])--acquire unit of work: 1623670360 [junit] [EL Finest]: 2022-09-10 04:18:52.953--UnitOfWork(1623670360)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNode" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.953--ServerSession(1177377518)--Connection(1501888239)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.953--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.953--ServerSession(1177377518)--Connection(1812530678)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [213] [junit] [EL Finest]: 2022-09-10 04:18:52.954--ServerSession(1177377518)--Connection(1501888239)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.954--UnitOfWork(1623670360)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@d5 [junit] [EL Finest]: 2022-09-10 04:18:52.954--UnitOfWork(1623670360)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="children" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (PARENT = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.954--ServerSession(1177377518)--Connection(541769471)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.954--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.954--ServerSession(1177377518)--Connection(1263461649)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (PARENT = ?) [junit] bind => [213] [junit] [EL Finest]: 2022-09-10 04:18:52.955--ServerSession(1177377518)--Connection(541769471)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.955--UnitOfWork(1623670360)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNode" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.955--ServerSession(1177377518)--Connection(793485742)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.955--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.955--ServerSession(1177377518)--Connection(328314683)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [214] [junit] [EL Finest]: 2022-09-10 04:18:52.956--ServerSession(1177377518)--Connection(793485742)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.956--UnitOfWork(1623670360)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@d5 [junit] [EL Finest]: 2022-09-10 04:18:52.956--UnitOfWork(1623670360)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode ) [junit] [EL Finer]: 2022-09-10 04:18:52.956--UnitOfWork(1623670360)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.956--ClientSession(1674938191)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.957--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 1822651119 [junit] [EL Finer]: 2022-09-10 04:18:52.957--ClientSession(1822651119)--Thread(Thread[main,5,main])--acquire unit of work: 1052658892 [junit] [EL Finest]: 2022-09-10 04:18:52.957--UnitOfWork(1052658892)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@d7. [junit] [EL Finest]: 2022-09-10 04:18:52.957--UnitOfWork(1052658892)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@135a8c6f. [junit] [EL Finer]: 2022-09-10 04:18:52.958--UnitOfWork(1052658892)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:52.958--UnitOfWork(1052658892)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@135a8c6f) [junit] [EL Finest]: 2022-09-10 04:18:52.958--ServerSession(1177377518)--Connection(1152342155)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.958--ClientSession(1822651119)--Connection(1152342155)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:52.958--ClientSession(1822651119)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:52.958--UnitOfWork(1052658892)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@d7) [junit] [EL Fine]: 2022-09-10 04:18:52.959--ClientSession(1822651119)--Connection(64068997)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE_DESC (ID, DESC_TEXT) VALUES (?, ?) [junit] bind => [216, some text] [junit] [EL Fine]: 2022-09-10 04:18:52.959--ClientSession(1822651119)--Connection(64068997)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] bind => [215, null, null] [junit] [EL Finer]: 2022-09-10 04:18:52.96--ClientSession(1822651119)--Connection(64068997)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:52.961--ServerSession(1177377518)--Connection(1152342155)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.961--UnitOfWork(1052658892)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:52.961--UnitOfWork(1052658892)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.961--UnitOfWork(1052658892)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.961--ClientSession(1822651119)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.961--UnitOfWork(1052658892)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.961--ClientSession(1822651119)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.961--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 1118494797 [junit] [EL Finer]: 2022-09-10 04:18:52.961--ClientSession(1118494797)--Thread(Thread[main,5,main])--acquire unit of work: 1136612247 [junit] [EL Finest]: 2022-09-10 04:18:52.961--UnitOfWork(1136612247)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNode" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.961--ServerSession(1177377518)--Connection(1465800495)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.961--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.962--ServerSession(1177377518)--Connection(1476484694)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [215] [junit] [EL Finest]: 2022-09-10 04:18:52.962--ServerSession(1177377518)--Connection(1465800495)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.962--UnitOfWork(1136612247)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@d7 [junit] [EL Finest]: 2022-09-10 04:18:52.963--UnitOfWork(1136612247)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="children" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (PARENT = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.963--ServerSession(1177377518)--Connection(54879576)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.963--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.963--ServerSession(1177377518)--Connection(771459166)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (PARENT = ?) [junit] bind => [215] [junit] [EL Finest]: 2022-09-10 04:18:52.963--ServerSession(1177377518)--Connection(54879576)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.964--UnitOfWork(1136612247)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNodeDescription" referenceClass=CascadingNodeDescription sql="SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.964--ServerSession(1177377518)--Connection(913955118)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.964--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.964--ServerSession(1177377518)--Connection(1202790087)--Thread(Thread[main,5,main])--SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [216] [junit] [EL Finest]: 2022-09-10 04:18:52.965--ServerSession(1177377518)--Connection(913955118)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.965--UnitOfWork(1136612247)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="node" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.965--ServerSession(1177377518)--Connection(23737789)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.965--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.965--ServerSession(1177377518)--Connection(195132390)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?) [junit] bind => [216] [junit] [EL Finest]: 2022-09-10 04:18:52.966--ServerSession(1177377518)--Connection(23737789)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.966--UnitOfWork(1136612247)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@d7 [junit] [EL Finest]: 2022-09-10 04:18:52.966--UnitOfWork(1136612247)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode ) [junit] [EL Finer]: 2022-09-10 04:18:52.966--UnitOfWork(1136612247)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.966--ClientSession(1118494797)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.986--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 2107841088 [junit] [EL Finer]: 2022-09-10 04:18:52.986--ClientSession(2107841088)--Thread(Thread[main,5,main])--acquire unit of work: 686717934 [junit] [EL Finest]: 2022-09-10 04:18:52.987--UnitOfWork(686717934)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@65. [junit] [EL Finer]: 2022-09-10 04:18:52.987--UnitOfWork(686717934)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:52.987--UnitOfWork(686717934)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@65) [junit] [EL Finest]: 2022-09-10 04:18:52.987--ServerSession(1177377518)--Connection(1416977881)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.987--ClientSession(2107841088)--Connection(1416977881)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:52.987--ClientSession(2107841088)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.988--ClientSession(2107841088)--Connection(253722034)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] bind => [101, null, null] [junit] [EL Finer]: 2022-09-10 04:18:52.989--ClientSession(2107841088)--Connection(253722034)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:52.989--ServerSession(1177377518)--Connection(1416977881)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.989--UnitOfWork(686717934)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:52.99--UnitOfWork(686717934)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.99--UnitOfWork(686717934)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.99--ClientSession(2107841088)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.99--UnitOfWork(686717934)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.99--ClientSession(2107841088)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.99--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 47925969 [junit] [EL Finer]: 2022-09-10 04:18:52.99--ClientSession(47925969)--Thread(Thread[main,5,main])--acquire unit of work: 1985828309 [junit] [EL Finest]: 2022-09-10 04:18:52.99--UnitOfWork(1985828309)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@66. [junit] [EL Finest]: 2022-09-10 04:18:52.99--UnitOfWork(1985828309)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNode" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.99--ServerSession(1177377518)--Connection(737892411)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.99--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.991--ServerSession(1177377518)--Connection(1940783703)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [101] [junit] [EL Finest]: 2022-09-10 04:18:52.991--ServerSession(1177377518)--Connection(737892411)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.992--UnitOfWork(1985828309)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@66 [junit] [EL Finest]: 2022-09-10 04:18:52.992--UnitOfWork(1985828309)--Thread(Thread[main,5,main])--Unregister the object org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@66 [junit] [EL Finest]: 2022-09-10 04:18:52.993--UnitOfWork(1985828309)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@65 [junit] [EL Finest]: 2022-09-10 04:18:52.993--UnitOfWork(1985828309)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="children" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (PARENT = ?)") [junit] [EL Finest]: 2022-09-10 04:18:52.993--ServerSession(1177377518)--Connection(630642676)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:52.993--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.993--ServerSession(1177377518)--Connection(1117802526)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (PARENT = ?) [junit] bind => [101] [junit] [EL Finest]: 2022-09-10 04:18:52.994--ServerSession(1177377518)--Connection(630642676)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:18:52.994--UnitOfWork(1985828309)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:52.994--UnitOfWork(1985828309)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode ) [junit] [EL Finest]: 2022-09-10 04:18:52.994--UnitOfWork(1985828309)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@65) [junit] [EL Finest]: 2022-09-10 04:18:52.994--ServerSession(1177377518)--Connection(1025463690)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.995--ClientSession(47925969)--Connection(1025463690)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:52.995--ClientSession(47925969)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.995--ClientSession(47925969)--Connection(1790831630)--Thread(Thread[main,5,main])--DELETE FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [101] [junit] [EL Finer]: 2022-09-10 04:18:52.996--ClientSession(47925969)--Connection(1790831630)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:52.996--ServerSession(1177377518)--Connection(1025463690)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.997--UnitOfWork(1985828309)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:52.997--UnitOfWork(1985828309)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.997--UnitOfWork(1985828309)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.997--ClientSession(47925969)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:52.997--UnitOfWork(1985828309)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:52.997--ClientSession(47925969)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:52.998--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 1720922681 [junit] [EL Finer]: 2022-09-10 04:18:52.998--ClientSession(1720922681)--Thread(Thread[main,5,main])--acquire unit of work: 796851467 [junit] [EL Finest]: 2022-09-10 04:18:52.998--UnitOfWork(796851467)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@41ad373. [junit] [EL Finer]: 2022-09-10 04:18:52.998--UnitOfWork(796851467)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:52.998--UnitOfWork(796851467)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@41ad373) [junit] [EL Finest]: 2022-09-10 04:18:52.998--ServerSession(1177377518)--Connection(394019287)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:52.998--ClientSession(1720922681)--Connection(394019287)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:52.998--ClientSession(1720922681)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:52.999--ClientSession(1720922681)--Connection(1328705686)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE_DESC (ID, DESC_TEXT) VALUES (?, ?) [junit] bind => [103, a simple node] [junit] [EL Finer]: 2022-09-10 04:18:53.0--ClientSession(1720922681)--Connection(1328705686)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:53.0--ServerSession(1177377518)--Connection(394019287)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:53.0--UnitOfWork(796851467)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:53.001--UnitOfWork(796851467)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:53.001--UnitOfWork(796851467)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:53.001--ClientSession(1720922681)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:53.001--UnitOfWork(796851467)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:53.001--ClientSession(1720922681)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:53.001--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 220369374 [junit] [EL Finer]: 2022-09-10 04:18:53.001--ClientSession(220369374)--Thread(Thread[main,5,main])--acquire unit of work: 1372124716 [junit] [EL Finest]: 2022-09-10 04:18:53.001--UnitOfWork(1372124716)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@68. [junit] [EL Finest]: 2022-09-10 04:18:53.001--UnitOfWork(1372124716)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNodeDescription" referenceClass=CascadingNodeDescription sql="SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:53.001--ServerSession(1177377518)--Connection(301552475)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.001--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.002--ServerSession(1177377518)--Connection(147623131)--Thread(Thread[main,5,main])--SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [103] [junit] [EL Finest]: 2022-09-10 04:18:53.002--ServerSession(1177377518)--Connection(301552475)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.003--UnitOfWork(1372124716)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="node" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?)") [junit] [EL Finest]: 2022-09-10 04:18:53.003--ServerSession(1177377518)--Connection(1929506494)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.003--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.003--ServerSession(1177377518)--Connection(1991537156)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?) [junit] bind => [103] [junit] [EL Finest]: 2022-09-10 04:18:53.004--ServerSession(1177377518)--Connection(1929506494)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.004--UnitOfWork(1372124716)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@68 [junit] [EL Finest]: 2022-09-10 04:18:53.004--UnitOfWork(1372124716)--Thread(Thread[main,5,main])--Unregister the object org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@68 [junit] [EL Finest]: 2022-09-10 04:18:53.004--UnitOfWork(1372124716)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@1fc713c9 [junit] [EL Finer]: 2022-09-10 04:18:53.004--UnitOfWork(1372124716)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:53.004--UnitOfWork(1372124716)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNodeDescription ) [junit] [EL Finest]: 2022-09-10 04:18:53.005--UnitOfWork(1372124716)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@1fc713c9) [junit] [EL Finest]: 2022-09-10 04:18:53.005--UnitOfWork(1372124716)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@1fc713c9) [junit] [EL Finest]: 2022-09-10 04:18:53.005--ServerSession(1177377518)--Connection(1749590097)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:53.005--ClientSession(220369374)--Connection(1749590097)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:53.005--ClientSession(220369374)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.006--ClientSession(220369374)--Connection(345703799)--Thread(Thread[main,5,main])--DELETE FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [103] [junit] [EL Finer]: 2022-09-10 04:18:53.006--ClientSession(220369374)--Connection(345703799)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:53.007--ServerSession(1177377518)--Connection(1749590097)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:53.007--UnitOfWork(1372124716)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:53.007--UnitOfWork(1372124716)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:53.007--UnitOfWork(1372124716)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:53.007--ClientSession(220369374)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:53.007--UnitOfWork(1372124716)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:53.007--ClientSession(220369374)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:53.008--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 2078396010 [junit] [EL Finer]: 2022-09-10 04:18:53.009--ClientSession(2078396010)--Thread(Thread[main,5,main])--acquire unit of work: 823775087 [junit] [EL Finest]: 2022-09-10 04:18:53.009--UnitOfWork(823775087)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@69. [junit] [EL Finest]: 2022-09-10 04:18:53.009--UnitOfWork(823775087)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@6a. [junit] [EL Finer]: 2022-09-10 04:18:53.009--UnitOfWork(823775087)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:53.009--UnitOfWork(823775087)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@69) [junit] [EL Finest]: 2022-09-10 04:18:53.009--ServerSession(1177377518)--Connection(880934808)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:53.009--ClientSession(2078396010)--Connection(880934808)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:53.009--ClientSession(2078396010)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:53.01--UnitOfWork(823775087)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@6a) [junit] [EL Finer]: 2022-09-10 04:18:53.01--ClientSession(2078396010)--Connection(769342184)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:53.01--ClientSession(2078396010)--Connection(769342184)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:18:53.01--ClientSession(2078396010)--Connection(769342184)--Thread(Thread[main,5,main])-- bind => [105, null, null] [junit] [EL Fine]: 2022-09-10 04:18:53.01--ClientSession(2078396010)--Connection(769342184)--Thread(Thread[main,5,main])-- bind => [106, null, null] [junit] [EL Finer]: 2022-09-10 04:18:53.01--ClientSession(2078396010)--Connection(769342184)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:18:53.011--ClientSession(2078396010)--Connection(769342184)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:53.012--ServerSession(1177377518)--Connection(880934808)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:53.013--UnitOfWork(823775087)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:53.013--UnitOfWork(823775087)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:53.013--UnitOfWork(823775087)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:53.013--ClientSession(2078396010)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:53.013--UnitOfWork(823775087)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:53.013--ClientSession(2078396010)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:53.013--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 131532344 [junit] [EL Finer]: 2022-09-10 04:18:53.013--ClientSession(131532344)--Thread(Thread[main,5,main])--acquire unit of work: 1932484688 [junit] [EL Finest]: 2022-09-10 04:18:53.013--UnitOfWork(1932484688)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNode" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:53.013--ServerSession(1177377518)--Connection(117162427)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.013--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.014--ServerSession(1177377518)--Connection(818209618)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [105] [junit] [EL Finest]: 2022-09-10 04:18:53.015--ServerSession(1177377518)--Connection(117162427)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.015--UnitOfWork(1932484688)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNode" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:53.015--ServerSession(1177377518)--Connection(1222590577)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.015--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.015--ServerSession(1177377518)--Connection(688819371)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [106] [junit] [EL Finest]: 2022-09-10 04:18:53.016--ServerSession(1177377518)--Connection(1222590577)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.016--UnitOfWork(1932484688)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="children" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (PARENT = ?)") [junit] [EL Finest]: 2022-09-10 04:18:53.016--ServerSession(1177377518)--Connection(1764604500)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.017--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.017--ServerSession(1177377518)--Connection(1911671810)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (PARENT = ?) [junit] bind => [105] [junit] [EL Finest]: 2022-09-10 04:18:53.017--ServerSession(1177377518)--Connection(1764604500)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.018--UnitOfWork(1932484688)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@69 [junit] [EL Finest]: 2022-09-10 04:18:53.018--UnitOfWork(1932484688)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@6a [junit] [EL Finest]: 2022-09-10 04:18:53.018--UnitOfWork(1932484688)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="children" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (PARENT = ?)") [junit] [EL Finest]: 2022-09-10 04:18:53.018--ServerSession(1177377518)--Connection(931482420)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.018--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.018--ServerSession(1177377518)--Connection(1223360538)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (PARENT = ?) [junit] bind => [106] [junit] [EL Finest]: 2022-09-10 04:18:53.019--ServerSession(1177377518)--Connection(931482420)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:18:53.019--UnitOfWork(1932484688)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:53.019--UnitOfWork(1932484688)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode ) [junit] [EL Finest]: 2022-09-10 04:18:53.019--UnitOfWork(1932484688)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode ) [junit] [EL Finest]: 2022-09-10 04:18:53.019--UnitOfWork(1932484688)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@69) [junit] [EL Finest]: 2022-09-10 04:18:53.02--UnitOfWork(1932484688)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@69) [junit] [EL Finest]: 2022-09-10 04:18:53.02--ServerSession(1177377518)--Connection(1387511555)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:53.02--ClientSession(131532344)--Connection(1387511555)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:53.02--ClientSession(131532344)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:53.02--UnitOfWork(1932484688)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@6a) [junit] [EL Finer]: 2022-09-10 04:18:53.021--ClientSession(131532344)--Connection(2093613480)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:53.021--ClientSession(131532344)--Connection(2093613480)--Thread(Thread[main,5,main])--DELETE FROM TMP_CASC_NODE WHERE (ID = ?) [junit] [EL Fine]: 2022-09-10 04:18:53.021--ClientSession(131532344)--Connection(2093613480)--Thread(Thread[main,5,main])-- bind => [105] [junit] [EL Fine]: 2022-09-10 04:18:53.021--ClientSession(131532344)--Connection(2093613480)--Thread(Thread[main,5,main])-- bind => [106] [junit] [EL Finer]: 2022-09-10 04:18:53.021--ClientSession(131532344)--Connection(2093613480)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:18:53.022--ClientSession(131532344)--Connection(2093613480)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:53.023--ServerSession(1177377518)--Connection(1387511555)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:53.023--UnitOfWork(1932484688)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:53.023--UnitOfWork(1932484688)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:53.023--UnitOfWork(1932484688)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:53.023--ClientSession(131532344)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:53.023--UnitOfWork(1932484688)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:53.023--ClientSession(131532344)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:53.024--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 1172943149 [junit] [EL Finer]: 2022-09-10 04:18:53.024--ClientSession(1172943149)--Thread(Thread[main,5,main])--acquire unit of work: 1036606347 [junit] [EL Finest]: 2022-09-10 04:18:53.024--UnitOfWork(1036606347)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@6b. [junit] [EL Finest]: 2022-09-10 04:18:53.024--UnitOfWork(1036606347)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@4d1ff6b1. [junit] [EL Finer]: 2022-09-10 04:18:53.025--UnitOfWork(1036606347)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:53.025--UnitOfWork(1036606347)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@4d1ff6b1) [junit] [EL Finest]: 2022-09-10 04:18:53.025--ServerSession(1177377518)--Connection(805536380)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:53.025--ClientSession(1172943149)--Connection(805536380)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:53.025--ClientSession(1172943149)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:53.026--UnitOfWork(1036606347)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@6b) [junit] [EL Fine]: 2022-09-10 04:18:53.026--ClientSession(1172943149)--Connection(43729075)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE_DESC (ID, DESC_TEXT) VALUES (?, ?) [junit] bind => [108, a simple node] [junit] [EL Fine]: 2022-09-10 04:18:53.027--ClientSession(1172943149)--Connection(43729075)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] bind => [107, null, 108] [junit] [EL Finer]: 2022-09-10 04:18:53.027--ClientSession(1172943149)--Connection(43729075)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:53.028--ServerSession(1177377518)--Connection(805536380)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:53.028--UnitOfWork(1036606347)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:53.028--UnitOfWork(1036606347)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:53.028--UnitOfWork(1036606347)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:53.028--ClientSession(1172943149)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:53.028--UnitOfWork(1036606347)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:53.028--ClientSession(1172943149)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:53.028--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 1339858954 [junit] [EL Finer]: 2022-09-10 04:18:53.028--ClientSession(1339858954)--Thread(Thread[main,5,main])--acquire unit of work: 1362842287 [junit] [EL Finest]: 2022-09-10 04:18:53.028--UnitOfWork(1362842287)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNode" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:53.029--ServerSession(1177377518)--Connection(5934227)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.029--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.029--ServerSession(1177377518)--Connection(1005400853)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [107] [junit] [EL Finest]: 2022-09-10 04:18:53.029--ServerSession(1177377518)--Connection(5934227)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.029--UnitOfWork(1362842287)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="description" referenceClass=CascadingNodeDescription ) [junit] [EL Finest]: 2022-09-10 04:18:53.03--ServerSession(1177377518)--Connection(477319344)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.03--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.03--ServerSession(1177377518)--Connection(1432687668)--Thread(Thread[main,5,main])--SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [108] [junit] [EL Finest]: 2022-09-10 04:18:53.03--ServerSession(1177377518)--Connection(477319344)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.031--UnitOfWork(1362842287)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="node" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?)") [junit] [EL Finest]: 2022-09-10 04:18:53.031--ServerSession(1177377518)--Connection(722321959)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.031--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.031--ServerSession(1177377518)--Connection(934085675)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?) [junit] bind => [108] [junit] [EL Finest]: 2022-09-10 04:18:53.032--ServerSession(1177377518)--Connection(722321959)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.032--UnitOfWork(1362842287)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@6b [junit] [EL Finest]: 2022-09-10 04:18:53.032--UnitOfWork(1362842287)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@5634a861 [junit] [EL Finest]: 2022-09-10 04:18:53.032--UnitOfWork(1362842287)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="children" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (PARENT = ?)") [junit] [EL Finest]: 2022-09-10 04:18:53.032--ServerSession(1177377518)--Connection(1977652583)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.032--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.032--ServerSession(1177377518)--Connection(708004780)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (PARENT = ?) [junit] bind => [107] [junit] [EL Finest]: 2022-09-10 04:18:53.033--ServerSession(1177377518)--Connection(1977652583)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:18:53.033--UnitOfWork(1362842287)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:53.033--UnitOfWork(1362842287)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNodeDescription ) [junit] [EL Finest]: 2022-09-10 04:18:53.034--UnitOfWork(1362842287)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode ) [junit] [EL Finest]: 2022-09-10 04:18:53.034--UnitOfWork(1362842287)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@6b) [junit] [EL Finest]: 2022-09-10 04:18:53.034--ServerSession(1177377518)--Connection(1015367506)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:53.034--ClientSession(1339858954)--Connection(1015367506)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:53.034--ClientSession(1339858954)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:53.034--UnitOfWork(1362842287)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@5634a861) [junit] [EL Fine]: 2022-09-10 04:18:53.035--ClientSession(1339858954)--Connection(1038002783)--Thread(Thread[main,5,main])--DELETE FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [107] [junit] [EL Fine]: 2022-09-10 04:18:53.035--ClientSession(1339858954)--Connection(1038002783)--Thread(Thread[main,5,main])--DELETE FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [108] [junit] [EL Finer]: 2022-09-10 04:18:53.036--ClientSession(1339858954)--Connection(1038002783)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:53.037--ServerSession(1177377518)--Connection(1015367506)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:53.037--UnitOfWork(1362842287)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:53.037--UnitOfWork(1362842287)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:53.037--UnitOfWork(1362842287)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:53.037--ClientSession(1339858954)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:53.037--UnitOfWork(1362842287)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:53.037--ClientSession(1339858954)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:53.055--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 24532316 [junit] [EL Finer]: 2022-09-10 04:18:53.055--ClientSession(24532316)--Thread(Thread[main,5,main])--acquire unit of work: 2088246338 [junit] [EL Finest]: 2022-09-10 04:18:53.055--UnitOfWork(2088246338)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@12d. [junit] [EL Finest]: 2022-09-10 04:18:53.055--UnitOfWork(2088246338)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@12e. [junit] [EL Finer]: 2022-09-10 04:18:53.055--UnitOfWork(2088246338)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:53.056--UnitOfWork(2088246338)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@12d) [junit] [EL Finest]: 2022-09-10 04:18:53.056--ServerSession(1177377518)--Connection(205023576)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:53.056--ClientSession(24532316)--Connection(205023576)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:53.056--ClientSession(24532316)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:53.056--UnitOfWork(2088246338)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@12e) [junit] [EL Finer]: 2022-09-10 04:18:53.057--ClientSession(24532316)--Connection(360628795)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:53.057--ClientSession(24532316)--Connection(360628795)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:18:53.057--ClientSession(24532316)--Connection(360628795)--Thread(Thread[main,5,main])-- bind => [301, null, null] [junit] [EL Fine]: 2022-09-10 04:18:53.057--ClientSession(24532316)--Connection(360628795)--Thread(Thread[main,5,main])-- bind => [302, null, null] [junit] [EL Finer]: 2022-09-10 04:18:53.057--ClientSession(24532316)--Connection(360628795)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:18:53.058--ClientSession(24532316)--Connection(360628795)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:53.059--ServerSession(1177377518)--Connection(205023576)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:53.059--UnitOfWork(2088246338)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:53.059--UnitOfWork(2088246338)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:53.059--UnitOfWork(2088246338)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:53.059--ClientSession(24532316)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:53.059--UnitOfWork(2088246338)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:53.059--ClientSession(24532316)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:53.059--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 1382717704 [junit] [EL Finer]: 2022-09-10 04:18:53.059--ClientSession(1382717704)--Thread(Thread[main,5,main])--acquire unit of work: 828831332 [junit] [EL Finest]: 2022-09-10 04:18:53.06--UnitOfWork(828831332)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNode" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:53.06--ServerSession(1177377518)--Connection(1202479419)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.06--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.06--ServerSession(1177377518)--Connection(1624702420)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [301] [junit] [EL Finest]: 2022-09-10 04:18:53.061--ServerSession(1177377518)--Connection(1202479419)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.061--UnitOfWork(828831332)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@12d [junit] [EL Finest]: 2022-09-10 04:18:53.061--UnitOfWork(828831332)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="children" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (PARENT = ?)") [junit] [EL Finest]: 2022-09-10 04:18:53.061--ServerSession(1177377518)--Connection(324008184)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.061--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.061--ServerSession(1177377518)--Connection(1637821180)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (PARENT = ?) [junit] bind => [301] [junit] [EL Finest]: 2022-09-10 04:18:53.062--ServerSession(1177377518)--Connection(324008184)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.062--UnitOfWork(828831332)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNode" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:53.062--ServerSession(1177377518)--Connection(559065904)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.062--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.063--ServerSession(1177377518)--Connection(956480812)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [302] [junit] [EL Finest]: 2022-09-10 04:18:53.063--ServerSession(1177377518)--Connection(559065904)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.063--UnitOfWork(828831332)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@12d [junit] [EL Finer]: 2022-09-10 04:18:53.063--UnitOfWork(828831332)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:53.063--UnitOfWork(828831332)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode ) [junit] [EL Finest]: 2022-09-10 04:18:53.064--UnitOfWork(828831332)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@12d) [junit] [EL Finest]: 2022-09-10 04:18:53.064--UnitOfWork(828831332)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@12d) [junit] [EL Finest]: 2022-09-10 04:18:53.064--ServerSession(1177377518)--Connection(691404076)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:53.064--ClientSession(1382717704)--Connection(691404076)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:53.064--ClientSession(1382717704)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.064--ClientSession(1382717704)--Connection(1057064084)--Thread(Thread[main,5,main])--DELETE FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [301] [junit] [EL Finer]: 2022-09-10 04:18:53.065--ClientSession(1382717704)--Connection(1057064084)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:53.066--ServerSession(1177377518)--Connection(691404076)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:53.066--UnitOfWork(828831332)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:53.066--UnitOfWork(828831332)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:53.066--UnitOfWork(828831332)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:53.066--ClientSession(1382717704)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:53.066--UnitOfWork(828831332)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:53.066--ClientSession(1382717704)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:53.067--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 2085813377 [junit] [EL Finer]: 2022-09-10 04:18:53.067--ClientSession(2085813377)--Thread(Thread[main,5,main])--acquire unit of work: 1965269980 [junit] [EL Finest]: 2022-09-10 04:18:53.067--UnitOfWork(1965269980)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@12f. [junit] [EL Finest]: 2022-09-10 04:18:53.067--UnitOfWork(1965269980)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@766a49c7. [junit] [EL Finer]: 2022-09-10 04:18:53.067--UnitOfWork(1965269980)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:53.068--UnitOfWork(1965269980)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@766a49c7) [junit] [EL Finest]: 2022-09-10 04:18:53.068--ServerSession(1177377518)--Connection(1808584758)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:53.068--ClientSession(2085813377)--Connection(1808584758)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:53.068--ClientSession(2085813377)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:53.068--UnitOfWork(1965269980)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@12f) [junit] [EL Fine]: 2022-09-10 04:18:53.068--ClientSession(2085813377)--Connection(1330415865)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE_DESC (ID, DESC_TEXT) VALUES (?, ?) [junit] bind => [304, description] [junit] [EL Fine]: 2022-09-10 04:18:53.069--ClientSession(2085813377)--Connection(1330415865)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] bind => [303, null, null] [junit] [EL Finer]: 2022-09-10 04:18:53.07--ClientSession(2085813377)--Connection(1330415865)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:53.07--ServerSession(1177377518)--Connection(1808584758)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:53.07--UnitOfWork(1965269980)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:53.07--UnitOfWork(1965269980)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:53.071--UnitOfWork(1965269980)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:53.071--ClientSession(2085813377)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:53.071--UnitOfWork(1965269980)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:53.071--ClientSession(2085813377)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:53.071--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 1801709229 [junit] [EL Finer]: 2022-09-10 04:18:53.071--ClientSession(1801709229)--Thread(Thread[main,5,main])--acquire unit of work: 2078992278 [junit] [EL Finest]: 2022-09-10 04:18:53.071--UnitOfWork(2078992278)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNode" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:53.071--ServerSession(1177377518)--Connection(1732902480)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.071--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.071--ServerSession(1177377518)--Connection(1388280822)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [303] [junit] [EL Finest]: 2022-09-10 04:18:53.072--ServerSession(1177377518)--Connection(1732902480)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.072--UnitOfWork(2078992278)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@12f [junit] [EL Finest]: 2022-09-10 04:18:53.072--UnitOfWork(2078992278)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="children" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (PARENT = ?)") [junit] [EL Finest]: 2022-09-10 04:18:53.072--ServerSession(1177377518)--Connection(196954001)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.072--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.072--ServerSession(1177377518)--Connection(1084698317)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (PARENT = ?) [junit] bind => [303] [junit] [EL Finest]: 2022-09-10 04:18:53.073--ServerSession(1177377518)--Connection(196954001)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.073--UnitOfWork(2078992278)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNodeDescription" referenceClass=CascadingNodeDescription sql="SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:53.073--ServerSession(1177377518)--Connection(390138887)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.073--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.073--ServerSession(1177377518)--Connection(1860802916)--Thread(Thread[main,5,main])--SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [304] [junit] [EL Finest]: 2022-09-10 04:18:53.074--ServerSession(1177377518)--Connection(390138887)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.074--UnitOfWork(2078992278)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="node" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?)") [junit] [EL Finest]: 2022-09-10 04:18:53.074--ServerSession(1177377518)--Connection(1694073314)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.074--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.074--ServerSession(1177377518)--Connection(907721985)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?) [junit] bind => [304] [junit] [EL Finest]: 2022-09-10 04:18:53.075--ServerSession(1177377518)--Connection(1694073314)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.075--UnitOfWork(2078992278)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@12f [junit] [EL Finer]: 2022-09-10 04:18:53.075--UnitOfWork(2078992278)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:53.075--UnitOfWork(2078992278)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode ) [junit] [EL Finest]: 2022-09-10 04:18:53.075--UnitOfWork(2078992278)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@12f) [junit] [EL Finest]: 2022-09-10 04:18:53.075--ServerSession(1177377518)--Connection(534350140)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:53.076--ClientSession(1801709229)--Connection(534350140)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:53.076--ClientSession(1801709229)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:53.076--UnitOfWork(2078992278)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@12f) [junit] [EL Fine]: 2022-09-10 04:18:53.076--ClientSession(1801709229)--Connection(455996330)--Thread(Thread[main,5,main])--UPDATE TMP_CASC_NODE SET DESCRIPTION = ? WHERE (ID = ?) [junit] bind => [304, 303] [junit] [EL Fine]: 2022-09-10 04:18:53.077--ClientSession(1801709229)--Connection(455996330)--Thread(Thread[main,5,main])--DELETE FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [303] [junit] [EL Finer]: 2022-09-10 04:18:53.077--ClientSession(1801709229)--Connection(455996330)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:53.078--ServerSession(1177377518)--Connection(534350140)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:53.078--UnitOfWork(2078992278)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:53.078--UnitOfWork(2078992278)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:53.078--UnitOfWork(2078992278)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:53.078--ClientSession(1801709229)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:53.078--UnitOfWork(2078992278)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:53.078--ClientSession(1801709229)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:53.1--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 491825098 [junit] [EL Finer]: 2022-09-10 04:18:53.1--ClientSession(491825098)--Thread(Thread[main,5,main])--acquire unit of work: 1370169059 [junit] [EL Finest]: 2022-09-10 04:18:53.1--UnitOfWork(1370169059)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1. [junit] [EL Finer]: 2022-09-10 04:18:53.101--UnitOfWork(1370169059)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:53.101--UnitOfWork(1370169059)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1) [junit] [EL Finest]: 2022-09-10 04:18:53.101--ServerSession(1177377518)--Connection(678787773)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:53.101--ClientSession(491825098)--Connection(678787773)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:53.101--ClientSession(491825098)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.101--ClientSession(491825098)--Connection(564143446)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] bind => [1, null, null] [junit] [EL Finer]: 2022-09-10 04:18:53.102--ClientSession(491825098)--Connection(564143446)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:53.103--ServerSession(1177377518)--Connection(678787773)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:53.103--UnitOfWork(1370169059)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:53.103--UnitOfWork(1370169059)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:53.103--UnitOfWork(1370169059)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:53.103--ClientSession(491825098)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:53.103--UnitOfWork(1370169059)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:53.103--ClientSession(491825098)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:53.103--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 279544722 [junit] [EL Finer]: 2022-09-10 04:18:53.104--ClientSession(279544722)--Thread(Thread[main,5,main])--acquire unit of work: 813932100 [junit] [EL Finest]: 2022-09-10 04:18:53.104--UnitOfWork(813932100)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNode" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:53.104--ServerSession(1177377518)--Connection(1595362770)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.104--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.104--ServerSession(1177377518)--Connection(423956799)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:18:53.104--ServerSession(1177377518)--Connection(1595362770)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.105--UnitOfWork(813932100)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@2 [junit] [EL Finest]: 2022-09-10 04:18:53.105--UnitOfWork(813932100)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode ) [junit] [EL Finest]: 2022-09-10 04:18:53.105--ServerSession(1177377518)--Connection(2142581334)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.105--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.105--ServerSession(1177377518)--Connection(493690178)--Thread(Thread[main,5,main])--SELECT ID FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:18:53.106--ServerSession(1177377518)--Connection(2142581334)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.106--UnitOfWork(813932100)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1 [junit] [EL Finest]: 2022-09-10 04:18:53.106--UnitOfWork(813932100)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="children" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (PARENT = ?)") [junit] [EL Finest]: 2022-09-10 04:18:53.106--ServerSession(1177377518)--Connection(797526745)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.106--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.107--ServerSession(1177377518)--Connection(1526453607)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (PARENT = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:18:53.107--ServerSession(1177377518)--Connection(797526745)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:18:53.107--UnitOfWork(813932100)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:53.107--UnitOfWork(813932100)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode ) [junit] [EL Finest]: 2022-09-10 04:18:53.108--UnitOfWork(813932100)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1) [junit] [EL Finest]: 2022-09-10 04:18:53.108--ServerSession(1177377518)--Connection(918200393)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:53.108--ClientSession(279544722)--Connection(918200393)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:53.108--ClientSession(279544722)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.108--ClientSession(279544722)--Connection(1092109169)--Thread(Thread[main,5,main])--DELETE FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finer]: 2022-09-10 04:18:53.109--ClientSession(279544722)--Connection(1092109169)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:53.109--ServerSession(1177377518)--Connection(918200393)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:53.109--UnitOfWork(813932100)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:53.109--UnitOfWork(813932100)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:53.11--UnitOfWork(813932100)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:53.11--ClientSession(279544722)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:53.11--UnitOfWork(813932100)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:53.11--ClientSession(279544722)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:53.11--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 1619730386 [junit] [EL Finer]: 2022-09-10 04:18:53.111--ClientSession(1619730386)--Thread(Thread[main,5,main])--acquire unit of work: 1446521801 [junit] [EL Finest]: 2022-09-10 04:18:53.111--UnitOfWork(1446521801)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@591a4f8e. [junit] [EL Finer]: 2022-09-10 04:18:53.111--UnitOfWork(1446521801)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:53.111--UnitOfWork(1446521801)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@591a4f8e) [junit] [EL Finest]: 2022-09-10 04:18:53.111--ServerSession(1177377518)--Connection(1805672691)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:53.111--ClientSession(1619730386)--Connection(1805672691)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:53.111--ClientSession(1619730386)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.111--ClientSession(1619730386)--Connection(2085713965)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE_DESC (ID, DESC_TEXT) VALUES (?, ?) [junit] bind => [3, a simple node] [junit] [EL Finer]: 2022-09-10 04:18:53.112--ClientSession(1619730386)--Connection(2085713965)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:53.113--ServerSession(1177377518)--Connection(1805672691)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:53.113--UnitOfWork(1446521801)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:53.113--UnitOfWork(1446521801)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:53.113--UnitOfWork(1446521801)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:53.113--ClientSession(1619730386)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:53.113--UnitOfWork(1446521801)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:53.113--ClientSession(1619730386)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:53.113--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 547853628 [junit] [EL Finer]: 2022-09-10 04:18:53.113--ClientSession(547853628)--Thread(Thread[main,5,main])--acquire unit of work: 1472200981 [junit] [EL Finest]: 2022-09-10 04:18:53.113--UnitOfWork(1472200981)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNodeDescription" referenceClass=CascadingNodeDescription sql="SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:53.113--ServerSession(1177377518)--Connection(1092245861)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.113--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.114--ServerSession(1177377518)--Connection(1340421119)--Thread(Thread[main,5,main])--SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [3] [junit] [EL Finest]: 2022-09-10 04:18:53.114--ServerSession(1177377518)--Connection(1092245861)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.114--UnitOfWork(1472200981)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="node" referenceClass=CascadingNode sql="SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?)") [junit] [EL Finest]: 2022-09-10 04:18:53.114--ServerSession(1177377518)--Connection(1907767760)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.114--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.114--ServerSession(1177377518)--Connection(413293501)--Thread(Thread[main,5,main])--SELECT ID, PARENT, DESCRIPTION FROM TMP_CASC_NODE WHERE (DESCRIPTION = ?) [junit] bind => [3] [junit] [EL Finest]: 2022-09-10 04:18:53.115--ServerSession(1177377518)--Connection(1907767760)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.115--UnitOfWork(1472200981)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@4 [junit] [EL Finest]: 2022-09-10 04:18:53.115--UnitOfWork(1472200981)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode ) [junit] [EL Finest]: 2022-09-10 04:18:53.115--ServerSession(1177377518)--Connection(1434651019)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.116--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.116--ServerSession(1177377518)--Connection(1476915117)--Thread(Thread[main,5,main])--SELECT ID FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [4] [junit] [EL Finest]: 2022-09-10 04:18:53.116--ServerSession(1177377518)--Connection(1434651019)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.116--UnitOfWork(1472200981)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@17aa8a11 [junit] [EL Finer]: 2022-09-10 04:18:53.116--UnitOfWork(1472200981)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:53.116--UnitOfWork(1472200981)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNodeDescription ) [junit] [EL Finest]: 2022-09-10 04:18:53.117--UnitOfWork(1472200981)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@17aa8a11) [junit] [EL Finest]: 2022-09-10 04:18:53.117--UnitOfWork(1472200981)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@17aa8a11) [junit] [EL Finest]: 2022-09-10 04:18:53.117--ServerSession(1177377518)--Connection(1194398327)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:53.117--ClientSession(547853628)--Connection(1194398327)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:53.117--ClientSession(547853628)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.117--ClientSession(547853628)--Connection(2033254313)--Thread(Thread[main,5,main])--DELETE FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [3] [junit] [EL Finer]: 2022-09-10 04:18:53.118--ClientSession(547853628)--Connection(2033254313)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:53.118--ServerSession(1177377518)--Connection(1194398327)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:53.119--UnitOfWork(1472200981)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:53.119--UnitOfWork(1472200981)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:53.119--UnitOfWork(1472200981)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:53.119--ClientSession(547853628)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:53.119--UnitOfWork(1472200981)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:53.119--ClientSession(547853628)--Thread(Thread[main,5,main])--client released [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.238 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestClear [junit] [EL Finer]: 2022-09-10 04:18:53.152--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 473061882 [junit] [EL Finer]: 2022-09-10 04:18:53.152--ClientSession(473061882)--Thread(Thread[main,5,main])--acquire unit of work: 561772958 [junit] [EL Finest]: 2022-09-10 04:18:53.152--UnitOfWork(561772958)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finer]: 2022-09-10 04:18:53.152--UnitOfWork(561772958)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:53.152--UnitOfWork(561772958)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:18:53.152--ServerSession(1177377518)--Connection(1940844413)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:53.153--ClientSession(473061882)--Connection(1940844413)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:53.153--ClientSession(473061882)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.153--ClientSession(473061882)--Connection(224878495)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, one, 1] [junit] [EL Finer]: 2022-09-10 04:18:53.154--ClientSession(473061882)--Connection(224878495)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:53.155--ServerSession(1177377518)--Connection(1940844413)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:53.155--UnitOfWork(561772958)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:53.155--UnitOfWork(561772958)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:53.156--UnitOfWork(561772958)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:53.156--ClientSession(473061882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:53.156--UnitOfWork(561772958)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:53.156--ClientSession(473061882)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:53.156--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 2050715938 [junit] [EL Finer]: 2022-09-10 04:18:53.156--ClientSession(2050715938)--Thread(Thread[main,5,main])--acquire unit of work: 1488298739 [junit] [EL Finest]: 2022-09-10 04:18:53.156--UnitOfWork(1488298739)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:53.156--UnitOfWork(1488298739)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:18:53.156--UnitOfWork(1488298739)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2. [junit] [EL Finer]: 2022-09-10 04:18:53.156--UnitOfWork(1488298739)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:53.157--ClientSession(2050715938)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:53.157--UnitOfWork(1488298739)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:53.157--UnitOfWork(1488298739)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:53.157--UnitOfWork(1488298739)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:53.157--UnitOfWork(1488298739)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:53.157--ClientSession(2050715938)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:53.157--UnitOfWork(1488298739)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:53.157--ClientSession(2050715938)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:53.157--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 1931977799 [junit] [EL Finer]: 2022-09-10 04:18:53.157--ClientSession(1931977799)--Thread(Thread[main,5,main])--acquire unit of work: 108012266 [junit] [EL Finest]: 2022-09-10 04:18:53.157--UnitOfWork(108012266)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:53.157--UnitOfWork(108012266)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:18:53.158--UnitOfWork(108012266)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:53.158--ServerSession(1177377518)--Connection(372261610)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.158--ServerSession(1177377518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.158--ServerSession(1177377518)--Connection(298862004)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:18:53.159--ServerSession(1177377518)--Connection(372261610)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:18:53.176--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 2127123542 [junit] [EL Finer]: 2022-09-10 04:18:53.176--ClientSession(2127123542)--Thread(Thread[main,5,main])--acquire unit of work: 1955226954 [junit] [EL Finest]: 2022-09-10 04:18:53.176--UnitOfWork(1955226954)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b. [junit] [EL Finer]: 2022-09-10 04:18:53.176--UnitOfWork(1955226954)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:53.176--UnitOfWork(1955226954)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b) [junit] [EL Finest]: 2022-09-10 04:18:53.177--ServerSession(1177377518)--Connection(1116462450)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:53.177--ClientSession(2127123542)--Connection(1116462450)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:53.177--ClientSession(2127123542)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.177--ClientSession(2127123542)--Connection(1695301724)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [11, one, 1] [junit] [EL Finer]: 2022-09-10 04:18:53.178--ClientSession(2127123542)--Connection(1695301724)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:53.179--ServerSession(1177377518)--Connection(1116462450)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:53.18--UnitOfWork(1955226954)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:53.18--UnitOfWork(1955226954)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:53.18--UnitOfWork(1955226954)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:53.18--ClientSession(2127123542)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:53.18--UnitOfWork(1955226954)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:53.18--ClientSession(2127123542)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:53.18--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 406183058 [junit] [EL Finer]: 2022-09-10 04:18:53.181--ClientSession(406183058)--Thread(Thread[main,5,main])--acquire unit of work: 984235065 [junit] [EL Finest]: 2022-09-10 04:18:53.181--UnitOfWork(984235065)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:53.181--UnitOfWork(984235065)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b [junit] [EL Finest]: 2022-09-10 04:18:53.181--UnitOfWork(984235065)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@c. [junit] [EL Finer]: 2022-09-10 04:18:53.181--UnitOfWork(984235065)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:53.182--ClientSession(406183058)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:53.182--UnitOfWork(984235065)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:53.182--ClientSession(406183058)--Thread(Thread[main,5,main])--client released [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestClose [junit] [EL Finer]: 2022-09-10 04:18:53.271--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 1304939804 [junit] [EL Finer]: 2022-09-10 04:18:53.271--ClientSession(1304939804)--Thread(Thread[main,5,main])--acquire unit of work: 1353406178 [junit] [EL Finest]: 2022-09-10 04:18:53.271--UnitOfWork(1353406178)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b. [junit] [EL Finer]: 2022-09-10 04:18:53.271--UnitOfWork(1353406178)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:53.272--UnitOfWork(1353406178)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b) [junit] [EL Finest]: 2022-09-10 04:18:53.272--ServerSession(1177377518)--Connection(123721308)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:53.272--ClientSession(1304939804)--Connection(123721308)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:53.272--ClientSession(1304939804)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.272--ClientSession(1304939804)--Connection(222927891)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [11, Muggles, 1] [junit] [EL Finer]: 2022-09-10 04:18:53.273--ClientSession(1304939804)--Connection(222927891)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:53.274--ServerSession(1177377518)--Connection(123721308)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:53.274--UnitOfWork(1353406178)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:53.274--UnitOfWork(1353406178)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:53.275--UnitOfWork(1353406178)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:53.275--ClientSession(1304939804)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:53.275--UnitOfWork(1353406178)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:53.275--ClientSession(1304939804)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:53.275--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 857245202 [junit] [EL Finer]: 2022-09-10 04:18:53.275--ClientSession(857245202)--Thread(Thread[main,5,main])--acquire unit of work: 1194587893 [junit] [EL Finest]: 2022-09-10 04:18:53.276--UnitOfWork(1194587893)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:53.276--UnitOfWork(1194587893)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b [junit] [EL Finest]: 2022-09-10 04:18:53.276--UnitOfWork(1194587893)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@c. [junit] [EL Finer]: 2022-09-10 04:18:53.276--UnitOfWork(1194587893)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:53.276--ClientSession(857245202)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:53.315--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 1419958638 [junit] [EL Finer]: 2022-09-10 04:18:53.315--ClientSession(1419958638)--Thread(Thread[main,5,main])--acquire unit of work: 1722102020 [junit] [EL Finest]: 2022-09-10 04:18:53.315--UnitOfWork(1722102020)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finer]: 2022-09-10 04:18:53.315--UnitOfWork(1722102020)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:53.316--UnitOfWork(1722102020)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:18:53.316--ServerSession(1177377518)--Connection(766089249)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:53.316--ClientSession(1419958638)--Connection(766089249)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:53.316--ClientSession(1419958638)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.316--ClientSession(1419958638)--Connection(1657512321)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, QA, 1] [junit] [EL Finer]: 2022-09-10 04:18:53.317--ClientSession(1419958638)--Connection(1657512321)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:53.318--ServerSession(1177377518)--Connection(766089249)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:53.318--UnitOfWork(1722102020)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:53.318--UnitOfWork(1722102020)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:53.319--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 118887511 [junit] [EL Finer]: 2022-09-10 04:18:53.319--ClientSession(118887511)--Thread(Thread[main,5,main])--acquire unit of work: 955153053 [junit] [EL Finest]: 2022-09-10 04:18:53.319--UnitOfWork(955153053)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:53.319--UnitOfWork(955153053)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.39 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestContains [junit] [EL Finer]: 2022-09-10 04:18:53.637--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 157843285 [junit] [EL Finer]: 2022-09-10 04:18:53.638--ClientSession(157843285)--Thread(Thread[main,5,main])--acquire unit of work: 1459669467 [junit] [EL Finest]: 2022-09-10 04:18:53.638--UnitOfWork(1459669467)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1f. [junit] [EL Finer]: 2022-09-10 04:18:53.638--UnitOfWork(1459669467)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:53.638--ClientSession(157843285)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:53.638--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 1806434229 [junit] [EL Finer]: 2022-09-10 04:18:53.638--ClientSession(1806434229)--Thread(Thread[main,5,main])--acquire unit of work: 561227586 [junit] [EL Finest]: 2022-09-10 04:18:53.639--UnitOfWork(561227586)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1f. [junit] [EL Finer]: 2022-09-10 04:18:53.639--UnitOfWork(561227586)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:53.639--UnitOfWork(561227586)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1f) [junit] [EL Finest]: 2022-09-10 04:18:53.639--ServerSession(1177377518)--Connection(2137205195)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:53.639--ClientSession(1806434229)--Connection(2137205195)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:53.639--ClientSession(1806434229)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.64--ClientSession(1806434229)--Connection(1266759621)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [31, DETACHED, 1] [junit] [EL Finer]: 2022-09-10 04:18:53.641--ClientSession(1806434229)--Connection(1266759621)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:53.642--ServerSession(1177377518)--Connection(2137205195)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:53.642--UnitOfWork(561227586)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:53.642--UnitOfWork(561227586)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:53.642--UnitOfWork(561227586)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:53.642--ClientSession(1806434229)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:53.642--UnitOfWork(561227586)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:53.642--ClientSession(1806434229)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:53.642--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 111238003 [junit] [EL Finer]: 2022-09-10 04:18:53.642--ClientSession(111238003)--Thread(Thread[main,5,main])--acquire unit of work: 1155300221 [junit] [EL Finest]: 2022-09-10 04:18:53.642--UnitOfWork(1155300221)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@20. [junit] [EL Finer]: 2022-09-10 04:18:53.643--UnitOfWork(1155300221)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:53.643--UnitOfWork(1155300221)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@20) [junit] [EL Finest]: 2022-09-10 04:18:53.643--ServerSession(1177377518)--Connection(237630710)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:53.643--ClientSession(111238003)--Connection(237630710)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:53.643--ClientSession(111238003)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.644--ClientSession(111238003)--Connection(1102463008)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [32, ORIGINAL, 1] [junit] [EL Finer]: 2022-09-10 04:18:53.644--ClientSession(111238003)--Connection(1102463008)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:53.645--ServerSession(1177377518)--Connection(237630710)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:53.645--UnitOfWork(1155300221)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:53.645--UnitOfWork(1155300221)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:53.645--UnitOfWork(1155300221)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:53.645--ClientSession(111238003)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:53.646--UnitOfWork(1155300221)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:53.646--ClientSession(111238003)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:53.646--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 970900790 [junit] [EL Finer]: 2022-09-10 04:18:53.646--ClientSession(970900790)--Thread(Thread[main,5,main])--acquire unit of work: 1243227501 [junit] [EL Finest]: 2022-09-10 04:18:53.646--UnitOfWork(1243227501)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:53.646--UnitOfWork(1243227501)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@20 [junit] [EL Finest]: 2022-09-10 04:18:53.646--UnitOfWork(1243227501)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@20 [junit] [EL Finer]: 2022-09-10 04:18:53.646--UnitOfWork(1243227501)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:53.646--UnitOfWork(1243227501)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:18:53.647--UnitOfWork(1243227501)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@20) [junit] [EL Finest]: 2022-09-10 04:18:53.647--ServerSession(1177377518)--Connection(2045188238)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:53.647--ClientSession(970900790)--Connection(2045188238)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:53.647--ClientSession(970900790)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.648--ClientSession(970900790)--Connection(1999639763)--Thread(Thread[main,5,main])--DELETE FROM TMP_DEP WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [32, 1] [junit] [EL Finer]: 2022-09-10 04:18:53.648--ClientSession(970900790)--Connection(1999639763)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:53.649--ServerSession(1177377518)--Connection(2045188238)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:53.649--UnitOfWork(1243227501)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:53.649--UnitOfWork(1243227501)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:53.649--UnitOfWork(1243227501)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:53.649--ClientSession(970900790)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:53.649--UnitOfWork(1243227501)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:53.649--ClientSession(970900790)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:53.683--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 1872905355 [junit] [EL Finer]: 2022-09-10 04:18:53.683--ClientSession(1872905355)--Thread(Thread[main,5,main])--acquire unit of work: 1639652941 [junit] [EL Finest]: 2022-09-10 04:18:53.683--UnitOfWork(1639652941)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b. [junit] [EL Finer]: 2022-09-10 04:18:53.683--UnitOfWork(1639652941)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:53.683--UnitOfWork(1639652941)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b) [junit] [EL Finest]: 2022-09-10 04:18:53.684--ServerSession(1177377518)--Connection(989896315)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:53.684--ClientSession(1872905355)--Connection(989896315)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:53.684--ClientSession(1872905355)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.684--ClientSession(1872905355)--Connection(40936992)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [11, MANAGED, 1] [junit] [EL Finer]: 2022-09-10 04:18:53.685--ClientSession(1872905355)--Connection(40936992)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:53.686--ServerSession(1177377518)--Connection(989896315)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:53.686--UnitOfWork(1639652941)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:53.686--UnitOfWork(1639652941)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:53.686--UnitOfWork(1639652941)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:53.686--ClientSession(1872905355)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:53.686--UnitOfWork(1639652941)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:53.686--ClientSession(1872905355)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:53.686--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 1614588868 [junit] [EL Finer]: 2022-09-10 04:18:53.686--ClientSession(1614588868)--Thread(Thread[main,5,main])--acquire unit of work: 1744457797 [junit] [EL Finest]: 2022-09-10 04:18:53.686--UnitOfWork(1744457797)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:53.686--UnitOfWork(1744457797)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b [junit] [EL Finer]: 2022-09-10 04:18:53.687--UnitOfWork(1744457797)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:53.687--ClientSession(1614588868)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:53.687--UnitOfWork(1744457797)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:53.687--ClientSession(1614588868)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:53.687--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 1500820019 [junit] [EL Finer]: 2022-09-10 04:18:53.687--ClientSession(1500820019)--Thread(Thread[main,5,main])--acquire unit of work: 1544765522 [junit] [EL Finest]: 2022-09-10 04:18:53.687--UnitOfWork(1544765522)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:53.687--UnitOfWork(1544765522)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b [junit] [EL Finer]: 2022-09-10 04:18:53.687--UnitOfWork(1544765522)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:53.688--ClientSession(1500820019)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:53.688--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 1963943166 [junit] [EL Finer]: 2022-09-10 04:18:53.688--ClientSession(1963943166)--Thread(Thread[main,5,main])--acquire unit of work: 160867654 [junit] [EL Finest]: 2022-09-10 04:18:53.688--UnitOfWork(160867654)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@c. [junit] [EL Finer]: 2022-09-10 04:18:53.688--UnitOfWork(160867654)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:53.688--ClientSession(1963943166)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:53.705--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 584580417 [junit] [EL Finer]: 2022-09-10 04:18:53.705--ClientSession(584580417)--Thread(Thread[main,5,main])--acquire unit of work: 745835029 [junit] [EL Finest]: 2022-09-10 04:18:53.705--UnitOfWork(745835029)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@15. [junit] [EL Finer]: 2022-09-10 04:18:53.705--UnitOfWork(745835029)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:53.705--UnitOfWork(745835029)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@15) [junit] [EL Finest]: 2022-09-10 04:18:53.706--ServerSession(1177377518)--Connection(217911413)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:53.706--ClientSession(584580417)--Connection(217911413)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:53.706--ClientSession(584580417)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.706--ClientSession(584580417)--Connection(72423389)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [21, REMOVED, 1] [junit] [EL Finer]: 2022-09-10 04:18:53.707--ClientSession(584580417)--Connection(72423389)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:53.707--ServerSession(1177377518)--Connection(217911413)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:53.708--UnitOfWork(745835029)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:53.708--UnitOfWork(745835029)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:53.708--UnitOfWork(745835029)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:53.708--ClientSession(584580417)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:53.708--UnitOfWork(745835029)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:53.708--ClientSession(584580417)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:53.708--ServerSession(1177377518)--Thread(Thread[main,5,main])--client acquired: 1823354445 [junit] [EL Finer]: 2022-09-10 04:18:53.708--ClientSession(1823354445)--Thread(Thread[main,5,main])--acquire unit of work: 1615668218 [junit] [EL Finest]: 2022-09-10 04:18:53.708--UnitOfWork(1615668218)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:53.708--UnitOfWork(1615668218)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@15 [junit] [EL Finest]: 2022-09-10 04:18:53.708--UnitOfWork(1615668218)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@15 [junit] [EL Finer]: 2022-09-10 04:18:53.708--UnitOfWork(1615668218)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:53.708--ClientSession(1823354445)--Thread(Thread[main,5,main])--client released [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestEntityManagerFactory [junit] [EL Finest]: 2022-09-10 04:18:53.742--ServerSession(1177377518)--Thread(Thread[main,5,main])--Begin undeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Deployed; factoryCount 1 [junit] [EL Finest]: 2022-09-10 04:18:53.742--ServerSession(1177377518)--Thread(Thread[main,5,main])--Unregistering MBean: TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541,Type=Configuration on server com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582 [junit] [EL Finest]: 2022-09-10 04:18:53.743--ServerSession(1177377518)--Thread(Thread[main,5,main])--Unregistered MBean [TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541,Type=Configuration] from MBeanServer [com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582]. [junit] [EL Finest]: 2022-09-10 04:18:53.743--ServerSession(1177377518)--Thread(Thread[main,5,main])--Unregistering MBean: TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541) on server com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582 [junit] [EL Finest]: 2022-09-10 04:18:53.743--ServerSession(1177377518)--Thread(Thread[main,5,main])--Unregistered MBean [TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541)] from MBeanServer [com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582]. [junit] [EL Finest]: 2022-09-10 04:18:53.743--ServerSession(1177377518)--Thread(Thread[main,5,main])--sequencing disconnected [junit] [EL Config]: 2022-09-10 04:18:53.743--ServerSession(1177377518)--Connection(1298146757)--Thread(Thread[main,5,main])--disconnect [junit] [EL Finer]: 2022-09-10 04:18:53.743--ServerSession(1177377518)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Info]: 2022-09-10 04:18:53.743--ServerSession(1177377518)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541 logout successful [junit] [EL Finest]: 2022-09-10 04:18:53.744--ServerSession(1177377518)--Thread(Thread[main,5,main])--End undeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Undeployed; factoryCount 0 [junit] [EL Fine]: 2022-09-10 04:18:53.745--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@778a1250 [junit] [EL Finer]: 2022-09-10 04:18:53.749--Thread(Thread[main,5,main])--JavaSECMPInitializer - predeploying jpa1testmodel. [junit] [EL Finest]: properties: 2022-09-10 04:18:53.749--ServerSession(1629032994)--Thread(Thread[main,5,main])--property=eclipselink.target-server; value=JBoss; translated value=org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2022-09-10 04:18:53.75--ServerSession(1629032994)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2022-09-10 04:18:53.75--ServerSession(1629032994)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Fine]: 2022-09-10 04:18:53.75--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2022-09-10 04:18:53.75--ServerSession(1629032994)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Initial; factoryCount 0 [junit] [EL Finest]: 2022-09-10 04:18:53.75--ServerSession(1629032994)--Thread(Thread[main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true [junit] [EL Finest]: 2022-09-10 04:18:53.75--ServerSession(1629032994)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true [junit] [EL Finest]: 2022-09-10 04:18:53.75--ServerSession(1629032994)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false [junit] [EL Finer]: 2022-09-10 04:18:53.75--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar]. [junit] [EL Finer]: 2022-09-10 04:18:53.75--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/eclipselink-orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar]. [junit] [EL Config]: 2022-09-10 04:18:53.778--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:53.779--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field employees] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:18:53.779--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:53.78--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:53.78--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:53.78--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field client] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:18:53.78--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:53.781--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field attr2] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte. [junit] [EL Config]: 2022-09-10 04:18:53.781--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:53.781--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:53.781--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field profiles] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile. [junit] [EL Config]: 2022-09-10 04:18:53.782--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:53.782--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field riders] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:18:53.782--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:53.782--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:53.784--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:53.785--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getCubicles] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle. [junit] [EL Config]: 2022-09-10 04:18:53.785--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.AbstractEmployee] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:53.785--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:53.785--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field attachedCop] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop. [junit] [EL Config]: 2022-09-10 04:18:53.786--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field parties] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal. [junit] [EL Config]: 2022-09-10 04:18:53.786--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:53.786--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field city] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City. [junit] [EL Config]: 2022-09-10 04:18:53.788--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:53.788--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.island.Island] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:53.788--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:53.788--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:53.788--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field cops] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop. [junit] [EL Config]: 2022-09-10 04:18:53.789--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field criminals] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal. [junit] [EL Config]: 2022-09-10 04:18:53.789--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:53.792--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:53.792--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:53.792--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:53.793--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getCourse] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course. [junit] [EL Config]: 2022-09-10 04:18:53.793--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:53.793--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field project] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project. [junit] [EL Config]: 2022-09-10 04:18:53.799--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:53.8--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:53.8--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field patent] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent. [junit] [EL Config]: 2022-09-10 04:18:53.8--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:53.801--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:53.801--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getWeapon] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon. [junit] [EL Config]: 2022-09-10 04:18:53.802--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:53.802--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:53.802--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:53.802--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:53.802--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:53.802--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:53.803--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:53.803--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field driver] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:18:53.803--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:53.803--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:53.804--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getComponent] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.component.Component. [junit] [EL Config]: 2022-09-10 04:18:53.804--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:53.804--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:53.804--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:53.804--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:53.805--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field informingCops] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop. [junit] [EL Config]: 2022-09-10 04:18:53.805--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:53.805--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field node] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode. [junit] [EL Config]: 2022-09-10 04:18:53.805--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.Component] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:53.805--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:53.805--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:53.805--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field partner] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop. [junit] [EL Config]: 2022-09-10 04:18:53.805--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field attachedCriminals] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal. [junit] [EL Config]: 2022-09-10 04:18:53.805--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field informers] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer. [junit] [EL Config]: 2022-09-10 04:18:53.806--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:53.806--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:53.806--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field item] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte. [junit] [EL Config]: 2022-09-10 04:18:53.806--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:53.806--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:53.806--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:53.807--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:53.807--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getCubicles] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle. [junit] [EL Config]: 2022-09-10 04:18:53.807--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:53.807--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field employee] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:18:53.807--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:53.807--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [method getCreatures] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature. [junit] [EL Config]: 2022-09-10 04:18:53.808--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:53.808--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field parent] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode. [junit] [EL Config]: 2022-09-10 04:18:53.808--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field children] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode. [junit] [EL Config]: 2022-09-10 04:18:53.808--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field description] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription. [junit] [EL Config]: 2022-09-10 04:18:53.808--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.Node] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:53.808--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field parent] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.Node. [junit] [EL Config]: 2022-09-10 04:18:53.808--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field children] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.Node. [junit] [EL Config]: 2022-09-10 04:18:53.809--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:53.809--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:53.809--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field brokerageAccount] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount. [junit] [EL Config]: 2022-09-10 04:18:53.81--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field projects] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project. [junit] [EL Config]: 2022-09-10 04:18:53.81--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field cubicle] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle. [junit] [EL Config]: 2022-09-10 04:18:53.81--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field costCenter] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter. [junit] [EL Config]: 2022-09-10 04:18:53.81--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field checkingAccount] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount. [junit] [EL Config]: 2022-09-10 04:18:53.81--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field travelProfile] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile. [junit] [EL Config]: 2022-09-10 04:18:53.81--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field sampleAccount] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account. [junit] [EL Config]: 2022-09-10 04:18:53.81--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field reviews] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review. [junit] [EL Config]: 2022-09-10 04:18:53.81--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field hobbies] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby. [junit] [EL Config]: 2022-09-10 04:18:53.81--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field motorVehicle] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle. [junit] [EL Config]: 2022-09-10 04:18:53.81--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field patents] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent. [junit] [EL Config]: 2022-09-10 04:18:53.811--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field creditCardAccounts] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount. [junit] [EL Config]: 2022-09-10 04:18:53.811--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field department] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department. [junit] [EL Config]: 2022-09-10 04:18:53.811--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field bicycles] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle. [junit] [EL Config]: 2022-09-10 04:18:53.811--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:53.811--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getMaterial] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material. [junit] [EL Config]: 2022-09-10 04:18:53.811--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:53.811--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:53.811--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getTasks] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task. [junit] [EL Config]: 2022-09-10 04:18:53.812--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:53.812--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:53.812--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:53.813--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer$PK] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:53.813--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:53.813--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:53.813--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:53.813--ServerSession(1629032994)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:53.813--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2022-09-10 04:18:53.813--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME. [junit] [EL Config]: 2022-09-10 04:18:53.813--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter] is being defaulted to: CostCenter. [junit] [EL Config]: 2022-09-10 04:18:53.814--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:53.814--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.814--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount] is being defaulted to: CheckingAccount. [junit] [EL Config]: 2022-09-10 04:18:53.814--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account] is being defaulted to: Account. [junit] [EL Config]: 2022-09-10 04:18:53.814--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [owner] is being defaulted to: OWNER. [junit] [EL Config]: 2022-09-10 04:18:53.814--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [balance] is being defaulted to: BALANCE. [junit] [EL Config]: 2022-09-10 04:18:53.814--ServerSession(1629032994)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:53.814--ServerSession(1629032994)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:53.814--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2022-09-10 04:18:53.814--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [creditLimit] is being defaulted to: CREDITLIMIT. [junit] [EL Config]: 2022-09-10 04:18:53.814--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte] is being defaulted to: Item_Byte. [junit] [EL Config]: 2022-09-10 04:18:53.815--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [namespace] is being defaulted to: NAMESPACE. [junit] [EL Config]: 2022-09-10 04:18:53.815--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:53.815--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [text] is being defaulted to: TEXT. [junit] [EL Config]: 2022-09-10 04:18:53.815--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp] is being defaulted to: Timestamp. [junit] [EL Config]: 2022-09-10 04:18:53.815--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.815--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike] is being defaulted to: RoadBike. [junit] [EL Config]: 2022-09-10 04:18:53.816--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle] is being defaulted to: Bicycle. [junit] [EL Config]: 2022-09-10 04:18:53.816--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle] is being defaulted to: Vehicle. [junit] [EL Config]: 2022-09-10 04:18:53.816--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR. [junit] [EL Config]: 2022-09-10 04:18:53.816--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.816--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [brand] is being defaulted to: BRAND. [junit] [EL Config]: 2022-09-10 04:18:53.816--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:18:53.816--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess] is being defaulted to: TemporalTypesFieldAccess. [junit] [EL Config]: 2022-09-10 04:18:53.817--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice] is being defaulted to: UniqueColorOffice. [junit] [EL Config]: 2022-09-10 04:18:53.817--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.817--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY. [junit] [EL Config]: 2022-09-10 04:18:53.817--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.AbstractEmployee] is being defaulted to: AbstractEmployee. [junit] [EL Config]: 2022-09-10 04:18:53.817--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:53.817--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.817--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal] is being defaulted to: Criminal. [junit] [EL Config]: 2022-09-10 04:18:53.818--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.818--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person] is being defaulted to: Person. [junit] [EL Config]: 2022-09-10 04:18:53.818--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.819--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee] is being defaulted to: ContractEmployee. [junit] [EL Config]: 2022-09-10 04:18:53.819--ServerSession(1629032994)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.819--ServerSession(1629032994)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.819--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [term] is being defaulted to: TERM. [junit] [EL Config]: 2022-09-10 04:18:53.819--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.island.Island] is being defaulted to: Island. [junit] [EL Config]: 2022-09-10 04:18:53.819--ServerSession(1629032994)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island] is being defaulted to: DTYPE. [junit] [EL Config]: 2022-09-10 04:18:53.819--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:53.819--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.819--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby] is being defaulted to: Hobby. [junit] [EL Config]: 2022-09-10 04:18:53.819--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [getDescription] is being defaulted to: DESCRIPTION. [junit] [EL Config]: 2022-09-10 04:18:53.819--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.819--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [getCategory] is being defaulted to: CATEGORY. [junit] [EL Config]: 2022-09-10 04:18:53.819--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City] is being defaulted to: City. [junit] [EL Config]: 2022-09-10 04:18:53.82--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [sound] is being defaulted to: SOUND. [junit] [EL Config]: 2022-09-10 04:18:53.82--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [integer] is being defaulted to: INTEGER. [junit] [EL Config]: 2022-09-10 04:18:53.82--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [cool] is being defaulted to: COOL. [junit] [EL Config]: 2022-09-10 04:18:53.82--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:53.82--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.82--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [type] is being defaulted to: TYPE. [junit] [EL Config]: 2022-09-10 04:18:53.82--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess] is being defaulted to: BasicTypesPropertyAccess. [junit] [EL Config]: 2022-09-10 04:18:53.821--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.822--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass] is being defaulted to: ReadOnlyEntitySubclass. [junit] [EL Config]: 2022-09-10 04:18:53.822--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity] is being defaulted to: ReadOnlyEntity. [junit] [EL Config]: 2022-09-10 04:18:53.822--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:53.822--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.822--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:18:53.823--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material] is being defaulted to: Material. [junit] [EL Config]: 2022-09-10 04:18:53.823--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [getData] is being defaulted to: DATA. [junit] [EL Config]: 2022-09-10 04:18:53.823--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task] is being defaulted to: Task. [junit] [EL Config]: 2022-09-10 04:18:53.824--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [description] is being defaulted to: DESCRIPTION. [junit] [EL Config]: 2022-09-10 04:18:53.824--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview] is being defaulted to: PatentReview. [junit] [EL Config]: 2022-09-10 04:18:53.824--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review] is being defaulted to: Review. [junit] [EL Config]: 2022-09-10 04:18:53.824--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [reviewDate] is being defaulted to: REVIEWDATE. [junit] [EL Config]: 2022-09-10 04:18:53.824--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.824--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:18:53.824--ServerSession(1629032994)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review] is being defaulted to: DTYPE. [junit] [EL Config]: 2022-09-10 04:18:53.824--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike] is being defaulted to: MountainBike. [junit] [EL Config]: 2022-09-10 04:18:53.824--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature] is being defaulted to: MythicalCreature. [junit] [EL Config]: 2022-09-10 04:18:53.824--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature] is being defaulted to: Creature. [junit] [EL Config]: 2022-09-10 04:18:53.825--ServerSession(1629032994)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature] is being defaulted to: DTYPE. [junit] [EL Config]: 2022-09-10 04:18:53.825--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.825--ServerSession(1629032994)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.825--ServerSession(1629032994)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.825--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [getStory] is being defaulted to: STORY. [junit] [EL Config]: 2022-09-10 04:18:53.825--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess] is being defaulted to: EmbeddingFieldAccess. [junit] [EL Config]: 2022-09-10 04:18:53.825--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [date] is being defaulted to: DATE. [junit] [EL Config]: 2022-09-10 04:18:53.825--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [time] is being defaulted to: TIME. [junit] [EL Config]: 2022-09-10 04:18:53.825--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.826--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon] is being defaulted to: Weapon. [junit] [EL Config]: 2022-09-10 04:18:53.826--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:53.826--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.826--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant] is being defaulted to: Plant. [junit] [EL Config]: 2022-09-10 04:18:53.826--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element] is being defaulted to: Element. [junit] [EL Config]: 2022-09-10 04:18:53.826--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent] is being defaulted to: Patent. [junit] [EL Config]: 2022-09-10 04:18:53.826--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [getYear] is being defaulted to: YEAR. [junit] [EL Config]: 2022-09-10 04:18:53.827--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:53.827--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car] is being defaulted to: Car. [junit] [EL Config]: 2022-09-10 04:18:53.827--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] is being defaulted to: MotorVehicle. [junit] [EL Config]: 2022-09-10 04:18:53.827--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [model] is being defaulted to: MODEL. [junit] [EL Config]: 2022-09-10 04:18:53.827--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat] is being defaulted to: MetricFloat. [junit] [EL Config]: 2022-09-10 04:18:53.827--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric] is being defaulted to: Metric. [junit] [EL Config]: 2022-09-10 04:18:53.828--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount] is being defaulted to: BrokerageAccount. [junit] [EL Config]: 2022-09-10 04:18:53.828--ServerSession(1629032994)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:53.828--ServerSession(1629032994)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:53.828--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [riskLevel] is being defaulted to: RISKLEVEL. [junit] [EL Config]: 2022-09-10 04:18:53.828--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal] is being defaulted to: Animal. [junit] [EL Config]: 2022-09-10 04:18:53.828--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer] is being defaulted to: Informer. [junit] [EL Config]: 2022-09-10 04:18:53.829--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.829--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription] is being defaulted to: CascadingNodeDescription. [junit] [EL Config]: 2022-09-10 04:18:53.829--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.829--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.Component] is being defaulted to: Component. [junit] [EL Config]: 2022-09-10 04:18:53.829--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.829--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile] is being defaulted to: TravelProfile. [junit] [EL Config]: 2022-09-10 04:18:53.829--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [getSmoker] is being defaulted to: SMOKER. [junit] [EL Config]: 2022-09-10 04:18:53.829--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [getGuid] is being defaulted to: GUID. [junit] [EL Config]: 2022-09-10 04:18:53.829--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop] is being defaulted to: Cop. [junit] [EL Config]: 2022-09-10 04:18:53.83--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.83--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess] is being defaulted to: EmbeddingPropertyAccess. [junit] [EL Config]: 2022-09-10 04:18:53.83--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [getDate] is being defaulted to: DATE. [junit] [EL Config]: 2022-09-10 04:18:53.83--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [getTime] is being defaulted to: TIME. [junit] [EL Config]: 2022-09-10 04:18:53.83--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.83--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte] is being defaulted to: Item_Attribute_Byte. [junit] [EL Config]: 2022-09-10 04:18:53.831--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount] is being defaulted to: SavingsAccount. [junit] [EL Config]: 2022-09-10 04:18:53.831--ServerSession(1629032994)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:53.831--ServerSession(1629032994)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:53.831--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [interestRate] is being defaulted to: INTERESTRATE. [junit] [EL Config]: 2022-09-10 04:18:53.831--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2022-09-10 04:18:53.831--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME. [junit] [EL Config]: 2022-09-10 04:18:53.831--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck] is being defaulted to: Truck. [junit] [EL Config]: 2022-09-10 04:18:53.831--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount] is being defaulted to: CreditCardAccount. [junit] [EL Config]: 2022-09-10 04:18:53.831--ServerSession(1629032994)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:53.831--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [cardType] is being defaulted to: CARDTYPE. [junit] [EL Config]: 2022-09-10 04:18:53.831--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [cardNumber] is being defaulted to: CARDNUMBER. [junit] [EL Config]: 2022-09-10 04:18:53.832--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [validTo] is being defaulted to: VALIDTO. [junit] [EL Config]: 2022-09-10 04:18:53.832--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office] is being defaulted to: Office. [junit] [EL Config]: 2022-09-10 04:18:53.832--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.832--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY. [junit] [EL Config]: 2022-09-10 04:18:53.832--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle] is being defaulted to: Cubicle. [junit] [EL Config]: 2022-09-10 04:18:53.832--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR. [junit] [EL Config]: 2022-09-10 04:18:53.832--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [place] is being defaulted to: PLACE. [junit] [EL Config]: 2022-09-10 04:18:53.832--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [floor] is being defaulted to: FLOOR. [junit] [EL Config]: 2022-09-10 04:18:53.833--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave] is being defaulted to: Cave. [junit] [EL Config]: 2022-09-10 04:18:53.833--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:53.833--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.833--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode] is being defaulted to: CascadingNode. [junit] [EL Config]: 2022-09-10 04:18:53.833--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.833--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.Node] is being defaulted to: Node. [junit] [EL Config]: 2022-09-10 04:18:53.833--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [nodeName] is being defaulted to: NODENAME. [junit] [EL Config]: 2022-09-10 04:18:53.833--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.833--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer] is being defaulted to: Trailer. [junit] [EL Config]: 2022-09-10 04:18:53.834--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [high] is being defaulted to: HIGH. [junit] [EL Config]: 2022-09-10 04:18:53.834--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [low] is being defaulted to: LOW. [junit] [EL Config]: 2022-09-10 04:18:53.834--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] is being defaulted to: Employee. [junit] [EL Config]: 2022-09-10 04:18:53.834--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [firstname] is being defaulted to: FIRSTNAME. [junit] [EL Config]: 2022-09-10 04:18:53.834--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [endDate] is being defaulted to: ENDDATE. [junit] [EL Config]: 2022-09-10 04:18:53.834--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [startDate] is being defaulted to: STARTDATE. [junit] [EL Config]: 2022-09-10 04:18:53.834--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [salary] is being defaulted to: SALARY. [junit] [EL Config]: 2022-09-10 04:18:53.834--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [lastname] is being defaulted to: LASTNAME. [junit] [EL Config]: 2022-09-10 04:18:53.834--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.835--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course] is being defaulted to: Course. [junit] [EL Config]: 2022-09-10 04:18:53.835--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department] is being defaulted to: Department. [junit] [EL Config]: 2022-09-10 04:18:53.835--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:53.835--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.835--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [getVersion] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:18:53.835--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project] is being defaulted to: Project. [junit] [EL Config]: 2022-09-10 04:18:53.835--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty] is being defaulted to: Nasty. [junit] [EL Config]: 2022-09-10 04:18:53.836--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.836--ServerSession(1629032994)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess] is being defaulted to: BasicTypesFieldAccess. [junit] [EL Config]: 2022-09-10 04:18:53.837--ServerSession(1629032994)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:18:53.837--ServerSession(1629032994)--Thread(Thread[main,5,main])--The pk column value for the table generator named [StringIdGenerator] defined on [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby] from [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby] is being defaulted to: StringIdGenerator. [junit] [EL Config]: 2022-09-10 04:18:53.837--ServerSession(1629032994)--Thread(Thread[main,5,main])--The pk column value for the table generator named [VehicleGenerator] defined on [field id] from [field id] is being defaulted to: VehicleGenerator. [junit] [EL Config]: 2022-09-10 04:18:53.837--ServerSession(1629032994)--Thread(Thread[main,5,main])--The pk column value for the table generator named [IdGenerator] defined on [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project] from [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project] is being defaulted to: IdGenerator. [junit] [EL Config]: 2022-09-10 04:18:53.837--ServerSession(1629032994)--Thread(Thread[main,5,main])--The pk column value for the table generator named [CourseGenerator] defined on [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course] from [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course] is being defaulted to: CourseGenerator. [junit] [EL Config]: 2022-09-10 04:18:53.837--ServerSession(1629032994)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field client] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.838--ServerSession(1629032994)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field profiles] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.838--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field profiles] is being defaulted to: GUID. [junit] [EL Config]: 2022-09-10 04:18:53.838--ServerSession(1629032994)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field riders] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.838--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field riders] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.838--ServerSession(1629032994)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getCubicles] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.838--ServerSession(1629032994)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field attachedCop] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.838--ServerSession(1629032994)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [attachedCop] is being defaulted to: ATTACHEDCOP_ID. [junit] [EL Config]: 2022-09-10 04:18:53.872--ServerSession(1629032994)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field parties] is being defaulted to: TMP_CRIMINAL_TMP_CRIMINAL. [junit] [EL Config]: 2022-09-10 04:18:53.872--ServerSession(1629032994)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field parties] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.872--ServerSession(1629032994)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [parties] is being defaulted to: Criminal_ID. [junit] [EL Config]: 2022-09-10 04:18:53.872--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field parties] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.872--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [parties] is being defaulted to: parties_ID. [junit] [EL Config]: 2022-09-10 04:18:53.872--ServerSession(1629032994)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field city] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.873--ServerSession(1629032994)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field cops] is being defaulted to: TMP_CITY_TMP_COP. [junit] [EL Config]: 2022-09-10 04:18:53.873--ServerSession(1629032994)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field cops] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.873--ServerSession(1629032994)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [cops] is being defaulted to: City_ID. [junit] [EL Config]: 2022-09-10 04:18:53.873--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field cops] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.873--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [cops] is being defaulted to: cops_ID. [junit] [EL Config]: 2022-09-10 04:18:53.873--ServerSession(1629032994)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field criminals] is being defaulted to: TMP_CITY_TMP_CRIMINAL. [junit] [EL Config]: 2022-09-10 04:18:53.873--ServerSession(1629032994)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field criminals] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.873--ServerSession(1629032994)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [criminals] is being defaulted to: City_ID. [junit] [EL Config]: 2022-09-10 04:18:53.873--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field criminals] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.873--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [criminals] is being defaulted to: criminals_ID. [junit] [EL Config]: 2022-09-10 04:18:53.873--ServerSession(1629032994)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field project] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.873--ServerSession(1629032994)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getWeapon] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.874--ServerSession(1629032994)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field driver] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.874--ServerSession(1629032994)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getComponent] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.874--ServerSession(1629032994)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field informingCops] is being defaulted to: TMP_INFORMER_TMP_COP. [junit] [EL Config]: 2022-09-10 04:18:53.874--ServerSession(1629032994)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field informingCops] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.874--ServerSession(1629032994)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [informingCops] is being defaulted to: Informer_ID. [junit] [EL Config]: 2022-09-10 04:18:53.874--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field informingCops] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.874--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [informingCops] is being defaulted to: informingCops_ID. [junit] [EL Config]: 2022-09-10 04:18:53.874--ServerSession(1629032994)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field partner] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.874--ServerSession(1629032994)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [partner] is being defaulted to: PARTNER_ID. [junit] [EL Config]: 2022-09-10 04:18:53.874--ServerSession(1629032994)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field attachedCriminals] is being defaulted to: TMP_COP_TMP_CRIMINAL. [junit] [EL Config]: 2022-09-10 04:18:53.874--ServerSession(1629032994)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field attachedCriminals] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.874--ServerSession(1629032994)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [attachedCriminals] is being defaulted to: Cop_ID. [junit] [EL Config]: 2022-09-10 04:18:53.874--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field attachedCriminals] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.874--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [attachedCriminals] is being defaulted to: attachedCriminals_ID. [junit] [EL Config]: 2022-09-10 04:18:53.875--ServerSession(1629032994)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field informers] is being defaulted to: TMP_COP_TMP_INFORMER. [junit] [EL Config]: 2022-09-10 04:18:53.875--ServerSession(1629032994)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field informers] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.875--ServerSession(1629032994)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [informers] is being defaulted to: Cop_ID. [junit] [EL Config]: 2022-09-10 04:18:53.875--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field informers] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.875--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [informers] is being defaulted to: informers_ID. [junit] [EL Config]: 2022-09-10 04:18:53.875--ServerSession(1629032994)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field item] is being defaulted to: ITEM_ID. [junit] [EL Config]: 2022-09-10 04:18:53.875--ServerSession(1629032994)--Thread(Thread[main,5,main])--The key column name for the basic map mapping element [getCubicles] is being defaulted to: CUBICLES_KEY. [junit] [EL Config]: 2022-09-10 04:18:53.875--ServerSession(1629032994)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getCubicles] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.875--ServerSession(1629032994)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getCreatures] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.875--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [method getCreatures] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.875--ServerSession(1629032994)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field parent] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.875--ServerSession(1629032994)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field description] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.876--ServerSession(1629032994)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field parent] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.876--ServerSession(1629032994)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field brokerageAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:53.876--ServerSession(1629032994)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field projects] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.876--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field projects] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.876--ServerSession(1629032994)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field costCenter] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.876--ServerSession(1629032994)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field travelProfile] is being defaulted to: GUID. [junit] [EL Config]: 2022-09-10 04:18:53.876--ServerSession(1629032994)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field sampleAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:53.876--ServerSession(1629032994)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field reviews] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.876--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field reviews] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.877--ServerSession(1629032994)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field hobbies] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.877--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field hobbies] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.877--ServerSession(1629032994)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field patents] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.877--ServerSession(1629032994)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field creditCardAccounts] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.877--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field creditCardAccounts] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:53.877--ServerSession(1629032994)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field department] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:53.877--ServerSession(1629032994)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getMaterial] is being defaulted to: COURSE_ID. [junit] [EL Config]: 2022-09-10 04:18:53.877--ServerSession(1629032994)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [method getMaterial] is being defaulted to: COURSE_ID. [junit] [EL Config]: 2022-09-10 04:18:53.878--ServerSession(1629032994)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getAttendees] is being defaulted to: COURSE_ID. [junit] [EL Config]: 2022-09-10 04:18:53.878--ServerSession(1629032994)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [method getAttendees] is being defaulted to: ID. [junit] [EL Finest]: 2022-09-10 04:18:53.879--ServerSession(1629032994)--Thread(Thread[main,5,main])--query getDepartmentCached: query hint eclipselink.query-results-cache; value True [junit] [EL Finest]: 2022-09-10 04:18:53.88--ServerSession(1629032994)--Thread(Thread[main,5,main])--query getAllDepartmentsCached: query hint eclipselink.query-results-cache; value True [junit] [EL Finest]: 2022-09-10 04:18:53.88--ServerSession(1629032994)--Thread(Thread[main,5,main])--End predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Predeployed; factoryCount 0 [junit] [EL Finer]: 2022-09-10 04:18:53.881--Thread(Thread[main,5,main])--JavaSECMPInitializer - transformer is null. [junit] [EL Finest]: 2022-09-10 04:18:53.881--ServerSession(1629032994)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Predeployed; factoryCount 0 [junit] [EL Finest]: 2022-09-10 04:18:53.881--ServerSession(1629032994)--Thread(Thread[main,5,main])--End predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Predeployed; factoryCount 1 [junit] [EL Finer]: 2022-09-10 04:18:53.881--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Component_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.881--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.882--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.882--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.AbstractEmployee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.882--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.882--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.883--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.883--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.883--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.883--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.883--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.884--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.884--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.884--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.884--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.884--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.885--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.885--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.885--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.885--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.886--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.886--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.886--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.886--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.886--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.887--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.887--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.887--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.887--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.887--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.888--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.888--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.888--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.888--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.889--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.889--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.889--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.889--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.889--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.89--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.89--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.89--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.89--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.89--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.891--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.891--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.891--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.891--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.892--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.892--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.892--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.892--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.892--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.893--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.893--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.Node_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.893--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.893--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.894--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.894--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.894--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.894--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.894--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.895--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.895--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.895--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer$PK_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.895--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:53.895--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount_] not found during initialization. [junit] [EL Finest]: 2022-09-10 04:18:53.896--ServerSession(1629032994)--Thread(Thread[main,5,main])--Begin deploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Predeployed; factoryCount 1 [junit] [EL Finest]: 2022-09-10 04:18:53.903--ServerSession(1629032994)--Thread(Thread[main,5,main])--Bean Validation Factory was not initialized: [javax/validation/Validation]. [junit] [EL Finest]: 2022-09-10 04:18:53.903--ServerSession(1629032994)--Thread(Thread[main,5,main])--property=eclipselink.target-server; value=JBoss; translated value=org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2022-09-10 04:18:53.903--ServerSession(1629032994)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2022-09-10 04:18:53.903--ServerSession(1629032994)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2022-09-10 04:18:53.903--ServerSession(1629032994)--Thread(Thread[main,5,main])--property=eclipselink.target-database; value=org.eclipse.persistence.platform.database.MySQLPlatform [junit] [EL Finest]: 2022-09-10 04:18:53.904--ServerSession(1629032994)--Thread(Thread[main,5,main])--property=javax.persistence.nonJtaDataSource; value=org.eclipse.persistence.testing.framework.wdf.PooledDataSource@ea1a8d5 [junit] [EL Finest]: 2022-09-10 04:18:53.904--ServerSession(1629032994)--Thread(Thread[main,5,main])--property=eclipselink.jdbc.batch-writing; value=JDBC; translated value=JDBC [junit] [EL Finest]: 2022-09-10 04:18:53.904--ServerSession(1629032994)--Thread(Thread[main,5,main])--property=eclipselink.temporal.mutable; value=true [junit] [EL Info]: 2022-09-10 04:18:53.904--ServerSession(1629032994)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Config]: 2022-09-10 04:18:53.904--ServerSession(1629032994)--Connection(1886478937)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "" [junit] connector=>JNDIConnector datasource name=>null [junit] )) [junit] [EL Config]: 2022-09-10 04:18:53.905--ServerSession(1629032994)--Connection(1839529707)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost/ecltest?useSSL=false [junit] User: root@localhost [junit] Database: MySQL Version: 5.7.29 [junit] Driver: MySQL Connector Java Version: mysql-connector-java-5.1.48 ( Revision: 29734982609c32d3ab7e5cac2e6acee69ff6b4aa ) [junit] [EL Finest]: 2022-09-10 04:18:53.905--ServerSession(1629032994)--Connection(744507749)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.905--ServerSession(1629032994)--Connection(744507749)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Config]: 2022-09-10 04:18:53.905--ServerSession(1629032994)--Connection(1475908890)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "" [junit] connector=>JNDIConnector datasource name=>null [junit] )) [junit] [EL Config]: 2022-09-10 04:18:53.906--ServerSession(1629032994)--Connection(638466103)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost/ecltest?useSSL=false [junit] User: root@localhost [junit] Database: MySQL Version: 5.7.29 [junit] Driver: MySQL Connector Java Version: mysql-connector-java-5.1.48 ( Revision: 29734982609c32d3ab7e5cac2e6acee69ff6b4aa ) [junit] [EL Finest]: 2022-09-10 04:18:53.906--ServerSession(1629032994)--Thread(Thread[main,5,main])--sequencing connected, state is NoPreallocation_State [junit] [EL Finest]: 2022-09-10 04:18:53.906--ServerSession(1629032994)--Thread(Thread[main,5,main])--sequence testSequence: preallocation size 1 [junit] [EL Finest]: 2022-09-10 04:18:53.906--ServerSession(1629032994)--Thread(Thread[main,5,main])--sequence testSequenceInc3: preallocation size 3 [junit] [EL Finest]: 2022-09-10 04:18:53.906--ServerSession(1629032994)--Thread(Thread[main,5,main])--sequence SEQ_GEN_IDENTITY: preallocation size 1 [junit] [EL Finest]: 2022-09-10 04:18:53.906--ServerSession(1629032994)--Thread(Thread[main,5,main])--sequencing connected, state is Preallocation_Transaction_NoAccessor_State [junit] [EL Finest]: 2022-09-10 04:18:53.906--ServerSession(1629032994)--Thread(Thread[main,5,main])--sequence SEQUENCE: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:18:53.906--ServerSession(1629032994)--Thread(Thread[main,5,main])--sequence VehicleGenerator: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:18:53.907--ServerSession(1629032994)--Thread(Thread[main,5,main])--sequence CourseGenerator: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:18:53.907--ServerSession(1629032994)--Thread(Thread[main,5,main])--sequence StringIdGenerator: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:18:53.907--ServerSession(1629032994)--Thread(Thread[main,5,main])--sequence Component: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:18:53.907--ServerSession(1629032994)--Thread(Thread[main,5,main])--sequence SEQ_GEN: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:18:53.907--ServerSession(1629032994)--Thread(Thread[main,5,main])--sequence IdGenerator: preallocation size 50 [junit] [EL Warning]: 2022-09-10 04:18:53.907--ServerSession(1629032994)--Thread(Thread[main,5,main])--Reverting the lazy setting on the OneToOne or ManyToOne attribute [driver] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] since weaving was not enabled or did not occur. [junit] [EL Warning]: 2022-09-10 04:18:53.91--ServerSession(1629032994)--Thread(Thread[main,5,main])--Reverting the lazy setting on the OneToOne or ManyToOne attribute [cubicle] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] since weaving was not enabled or did not occur. [junit] [EL Info]: 2022-09-10 04:18:53.938--ServerSession(1629032994)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541 login successful [junit] [EL Finer]: 2022-09-10 04:18:53.938--ServerSession(1629032994)--Thread(Thread[main,5,main])--JMX MBeanServer instance found: [com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582], # of beans: [22], domain: [DefaultDomain] at index: [0]. [junit] [EL Finest]: 2022-09-10 04:18:53.938--ServerSession(1629032994)--Thread(Thread[main,5,main])--Registered MBean: org.eclipse.persistence.services.mbean.MBeanDevelopmentServices[TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541,Type=Configuration] on server com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582 [junit] [EL Finest]: 2022-09-10 04:18:53.938--ServerSession(1629032994)--Thread(Thread[main,5,main])--Registered MBean: org.eclipse.persistence.services.jboss.MBeanJBossRuntimeServices[TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541)] on server com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582 [junit] [EL Finest]: 2022-09-10 04:18:53.938--ServerSession(1629032994)--Thread(Thread[main,5,main])--EclipseLink JMX Runtime Services is referencing the [Platform ConversionManager] ClassLoader at: [sun.misc.Launcher$AppClassLoader@330bedb4] [junit] [EL Finest]: 2022-09-10 04:18:53.938--ServerSession(1629032994)--Thread(Thread[main,5,main])--The applicationName for the MBean attached to session [/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541] is [unknown] [junit] [EL Finest]: 2022-09-10 04:18:53.939--ServerSession(1629032994)--Thread(Thread[main,5,main])--The moduleName for the MBean attached to session [/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541] is [unknown] [junit] [EL Finest]: 2022-09-10 04:18:53.945--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_METRIC DROP FOREIGN KEY FK_TMP_METRIC_COMPONENT_ID") [junit] [EL Finest]: 2022-09-10 04:18:53.945--ServerSession(1629032994)--Connection(1662807313)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.945--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.946--ServerSession(1629032994)--Connection(1706985646)--Thread(Thread[main,5,main])--ALTER TABLE TMP_METRIC DROP FOREIGN KEY FK_TMP_METRIC_COMPONENT_ID [junit] [EL Finest]: 2022-09-10 04:18:53.949--ServerSession(1629032994)--Connection(1662807313)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.949--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CONTRACT_EMP DROP FOREIGN KEY FK_TMP_CONTRACT_EMP_ID") [junit] [EL Finest]: 2022-09-10 04:18:53.949--ServerSession(1629032994)--Connection(1889106580)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.949--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.949--ServerSession(1629032994)--Connection(1643345873)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CONTRACT_EMP DROP FOREIGN KEY FK_TMP_CONTRACT_EMP_ID [junit] [EL Finest]: 2022-09-10 04:18:53.951--ServerSession(1629032994)--Connection(1889106580)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.951--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_VEHICLE DROP FOREIGN KEY FK_TMP_VEHICLE_EMPLOYEE_ID") [junit] [EL Finest]: 2022-09-10 04:18:53.951--ServerSession(1629032994)--Connection(1216139639)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.951--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.952--ServerSession(1629032994)--Connection(843803222)--Thread(Thread[main,5,main])--ALTER TABLE TMP_VEHICLE DROP FOREIGN KEY FK_TMP_VEHICLE_EMPLOYEE_ID [junit] [EL Finest]: 2022-09-10 04:18:53.954--ServerSession(1629032994)--Connection(1216139639)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.954--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_BROKER_ACC DROP FOREIGN KEY FK_TMP_BROKER_ACC_ACC_NUMBER") [junit] [EL Finest]: 2022-09-10 04:18:53.954--ServerSession(1629032994)--Connection(1303219904)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.954--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.954--ServerSession(1629032994)--Connection(618480889)--Thread(Thread[main,5,main])--ALTER TABLE TMP_BROKER_ACC DROP FOREIGN KEY FK_TMP_BROKER_ACC_ACC_NUMBER [junit] [EL Finest]: 2022-09-10 04:18:53.956--ServerSession(1629032994)--Connection(1303219904)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.956--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CHECK_ACC DROP FOREIGN KEY FK_TMP_CHECK_ACC_ACC_NUMBER") [junit] [EL Finest]: 2022-09-10 04:18:53.956--ServerSession(1629032994)--Connection(1860564101)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.956--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.956--ServerSession(1629032994)--Connection(550608684)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CHECK_ACC DROP FOREIGN KEY FK_TMP_CHECK_ACC_ACC_NUMBER [junit] [EL Finest]: 2022-09-10 04:18:53.958--ServerSession(1629032994)--Connection(1860564101)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.958--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CHECK_ACC DROP FOREIGN KEY FK_TMP_CHECK_ACC_CLIENT_ID") [junit] [EL Finest]: 2022-09-10 04:18:53.958--ServerSession(1629032994)--Connection(909481763)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.958--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.959--ServerSession(1629032994)--Connection(447825462)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CHECK_ACC DROP FOREIGN KEY FK_TMP_CHECK_ACC_CLIENT_ID [junit] [EL Finest]: 2022-09-10 04:18:53.96--ServerSession(1629032994)--Connection(909481763)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.96--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CREDIT_ACC DROP FOREIGN KEY FK_TMP_CREDIT_ACC_CCA_ID") [junit] [EL Finest]: 2022-09-10 04:18:53.961--ServerSession(1629032994)--Connection(1407952056)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.961--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.961--ServerSession(1629032994)--Connection(1132189701)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CREDIT_ACC DROP FOREIGN KEY FK_TMP_CREDIT_ACC_CCA_ID [junit] [EL Finest]: 2022-09-10 04:18:53.963--ServerSession(1629032994)--Connection(1407952056)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.963--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_COSTCENTER") [junit] [EL Finest]: 2022-09-10 04:18:53.963--ServerSession(1629032994)--Connection(1633717786)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.963--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.963--ServerSession(1629032994)--Connection(2085013955)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_COSTCENTER [junit] [EL Finest]: 2022-09-10 04:18:53.965--ServerSession(1629032994)--Connection(1633717786)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.965--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_DEPARTMENT") [junit] [EL Finest]: 2022-09-10 04:18:53.965--ServerSession(1629032994)--Connection(2053481312)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.965--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.965--ServerSession(1629032994)--Connection(816276798)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_DEPARTMENT [junit] [EL Finest]: 2022-09-10 04:18:53.967--ServerSession(1629032994)--Connection(2053481312)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.967--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_CUBICLE_PLACE") [junit] [EL Finest]: 2022-09-10 04:18:53.967--ServerSession(1629032994)--Connection(866699721)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.967--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.968--ServerSession(1629032994)--Connection(942523415)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_CUBICLE_PLACE [junit] [EL Finest]: 2022-09-10 04:18:53.97--ServerSession(1629032994)--Connection(866699721)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.97--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_SAMPLE_ACCOUNT") [junit] [EL Finest]: 2022-09-10 04:18:53.97--ServerSession(1629032994)--Connection(605414599)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.97--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.97--ServerSession(1629032994)--Connection(1926136110)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_SAMPLE_ACCOUNT [junit] [EL Finest]: 2022-09-10 04:18:53.972--ServerSession(1629032994)--Connection(605414599)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.972--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_BROKERAGE_ACCOUNT") [junit] [EL Finest]: 2022-09-10 04:18:53.972--ServerSession(1629032994)--Connection(1496097932)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.972--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.972--ServerSession(1629032994)--Connection(1609406838)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_BROKERAGE_ACCOUNT [junit] [EL Finest]: 2022-09-10 04:18:53.975--ServerSession(1629032994)--Connection(1496097932)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.975--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_PROFILE_GUID") [junit] [EL Finest]: 2022-09-10 04:18:53.975--ServerSession(1629032994)--Connection(1929576211)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.975--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.975--ServerSession(1629032994)--Connection(1075314220)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_PROFILE_GUID [junit] [EL Finest]: 2022-09-10 04:18:53.977--ServerSession(1629032994)--Connection(1929576211)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.977--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP KEY UNQ_TMP_EMP_0") [junit] [EL Finest]: 2022-09-10 04:18:53.977--ServerSession(1629032994)--Connection(65168514)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.977--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.977--ServerSession(1629032994)--Connection(2096827468)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP KEY UNQ_TMP_EMP_0 [junit] [EL Finest]: 2022-09-10 04:18:53.98--ServerSession(1629032994)--Connection(65168514)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.98--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_REVIEW DROP FOREIGN KEY FK_TMP_REVIEW_PATENT_NAME") [junit] [EL Finest]: 2022-09-10 04:18:53.98--ServerSession(1629032994)--Connection(2067076166)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.98--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.98--ServerSession(1629032994)--Connection(1594424832)--Thread(Thread[main,5,main])--ALTER TABLE TMP_REVIEW DROP FOREIGN KEY FK_TMP_REVIEW_PATENT_NAME [junit] [EL Finest]: 2022-09-10 04:18:53.982--ServerSession(1629032994)--Connection(2067076166)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.982--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_REVIEW_DETAILS DROP FOREIGN KEY FK_TMP_REVIEW_DETAILS_REVIEW_ID") [junit] [EL Finest]: 2022-09-10 04:18:53.982--ServerSession(1629032994)--Connection(798579452)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.983--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.983--ServerSession(1629032994)--Connection(930695665)--Thread(Thread[main,5,main])--ALTER TABLE TMP_REVIEW_DETAILS DROP FOREIGN KEY FK_TMP_REVIEW_DETAILS_REVIEW_ID [junit] [EL Finest]: 2022-09-10 04:18:53.985--ServerSession(1629032994)--Connection(798579452)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.985--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_PROJECT_DETAILS DROP FOREIGN KEY FK_TMP_PROJECT_DETAILS_PROJECT_ID") [junit] [EL Finest]: 2022-09-10 04:18:53.985--ServerSession(1629032994)--Connection(2131366717)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.985--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.985--ServerSession(1629032994)--Connection(37878764)--Thread(Thread[main,5,main])--ALTER TABLE TMP_PROJECT_DETAILS DROP FOREIGN KEY FK_TMP_PROJECT_DETAILS_PROJECT_ID [junit] [EL Finest]: 2022-09-10 04:18:53.987--ServerSession(1629032994)--Connection(2131366717)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.987--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_SAVE_ACC DROP FOREIGN KEY FK_TMP_SAVE_ACC_ACC_NUMBER") [junit] [EL Finest]: 2022-09-10 04:18:53.987--ServerSession(1629032994)--Connection(1266048658)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.987--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.987--ServerSession(1629032994)--Connection(1181041291)--Thread(Thread[main,5,main])--ALTER TABLE TMP_SAVE_ACC DROP FOREIGN KEY FK_TMP_SAVE_ACC_ACC_NUMBER [junit] [EL Finest]: 2022-09-10 04:18:53.989--ServerSession(1629032994)--Connection(1266048658)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.989--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_TASK DROP FOREIGN KEY FK_TMP_TASK_PROJ_ID") [junit] [EL Finest]: 2022-09-10 04:18:53.989--ServerSession(1629032994)--Connection(102946788)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.989--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.989--ServerSession(1629032994)--Connection(1782561969)--Thread(Thread[main,5,main])--ALTER TABLE TMP_TASK DROP FOREIGN KEY FK_TMP_TASK_PROJ_ID [junit] [EL Finest]: 2022-09-10 04:18:53.991--ServerSession(1629032994)--Connection(102946788)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.991--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE BYTE_ITEM_ATT DROP FOREIGN KEY FK_BYTE_ITEM_ATT_ITEM_ID") [junit] [EL Finest]: 2022-09-10 04:18:53.991--ServerSession(1629032994)--Connection(90050962)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.991--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.992--ServerSession(1629032994)--Connection(303300540)--Thread(Thread[main,5,main])--ALTER TABLE BYTE_ITEM_ATT DROP FOREIGN KEY FK_BYTE_ITEM_ATT_ITEM_ID [junit] [EL Finest]: 2022-09-10 04:18:53.994--ServerSession(1629032994)--Connection(90050962)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.994--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COP DROP FOREIGN KEY FK_TMP_COP_PARTNER_ID") [junit] [EL Finest]: 2022-09-10 04:18:53.994--ServerSession(1629032994)--Connection(319880368)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.994--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.994--ServerSession(1629032994)--Connection(519249777)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP DROP FOREIGN KEY FK_TMP_COP_PARTNER_ID [junit] [EL Finest]: 2022-09-10 04:18:53.996--ServerSession(1629032994)--Connection(319880368)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.996--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_PERSON DROP FOREIGN KEY FK_TMP_PERSON_CITY") [junit] [EL Finest]: 2022-09-10 04:18:53.996--ServerSession(1629032994)--Connection(563734597)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.996--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.996--ServerSession(1629032994)--Connection(664232848)--Thread(Thread[main,5,main])--ALTER TABLE TMP_PERSON DROP FOREIGN KEY FK_TMP_PERSON_CITY [junit] [EL Finest]: 2022-09-10 04:18:53.998--ServerSession(1629032994)--Connection(563734597)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.998--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CRIMINAL_ATTACHEDCOP_ID") [junit] [EL Finest]: 2022-09-10 04:18:53.998--ServerSession(1629032994)--Connection(803378780)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:53.998--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:53.999--ServerSession(1629032994)--Connection(863366099)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CRIMINAL_ATTACHEDCOP_ID [junit] [EL Finest]: 2022-09-10 04:18:54.001--ServerSession(1629032994)--Connection(803378780)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.001--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CREATURE DROP FOREIGN KEY FK_TMP_CREATURE_WEAPON") [junit] [EL Finest]: 2022-09-10 04:18:54.001--ServerSession(1629032994)--Connection(1114087362)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.001--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.001--ServerSession(1629032994)--Connection(1582358318)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CREATURE DROP FOREIGN KEY FK_TMP_CREATURE_WEAPON [junit] [EL Finest]: 2022-09-10 04:18:54.003--ServerSession(1629032994)--Connection(1114087362)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.003--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CREATURE_DETAILS DROP FOREIGN KEY FK_TMP_CREATURE_DETAILS_SECONDTABLE_ID") [junit] [EL Finest]: 2022-09-10 04:18:54.003--ServerSession(1629032994)--Connection(1917579871)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.003--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.003--ServerSession(1629032994)--Connection(716896919)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CREATURE_DETAILS DROP FOREIGN KEY FK_TMP_CREATURE_DETAILS_SECONDTABLE_ID [junit] [EL Finest]: 2022-09-10 04:18:54.005--ServerSession(1629032994)--Connection(1917579871)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.005--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_MYTHICALCREATURE DROP FOREIGN KEY FK_TMP_MYTHICALCREATURE_ID") [junit] [EL Finest]: 2022-09-10 04:18:54.005--ServerSession(1629032994)--Connection(703841336)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.005--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.005--ServerSession(1629032994)--Connection(1415638483)--Thread(Thread[main,5,main])--ALTER TABLE TMP_MYTHICALCREATURE DROP FOREIGN KEY FK_TMP_MYTHICALCREATURE_ID [junit] [EL Finest]: 2022-09-10 04:18:54.007--ServerSession(1629032994)--Connection(703841336)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.007--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CASC_NODE DROP FOREIGN KEY FK_TMP_CASC_NODE_DESCRIPTION") [junit] [EL Finest]: 2022-09-10 04:18:54.007--ServerSession(1629032994)--Connection(1448780972)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.007--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.007--ServerSession(1629032994)--Connection(92784065)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CASC_NODE DROP FOREIGN KEY FK_TMP_CASC_NODE_DESCRIPTION [junit] [EL Finest]: 2022-09-10 04:18:54.009--ServerSession(1629032994)--Connection(1448780972)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.009--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CASC_NODE DROP FOREIGN KEY FK_TMP_CASC_NODE_PARENT") [junit] [EL Finest]: 2022-09-10 04:18:54.009--ServerSession(1629032994)--Connection(470051986)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.009--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.01--ServerSession(1629032994)--Connection(664144670)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CASC_NODE DROP FOREIGN KEY FK_TMP_CASC_NODE_PARENT [junit] [EL Finest]: 2022-09-10 04:18:54.012--ServerSession(1629032994)--Connection(470051986)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.012--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_NODE DROP FOREIGN KEY FK_TMP_NODE_PARENT") [junit] [EL Finest]: 2022-09-10 04:18:54.012--ServerSession(1629032994)--Connection(40207050)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.012--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.012--ServerSession(1629032994)--Connection(356300643)--Thread(Thread[main,5,main])--ALTER TABLE TMP_NODE DROP FOREIGN KEY FK_TMP_NODE_PARENT [junit] [EL Finest]: 2022-09-10 04:18:54.014--ServerSession(1629032994)--Connection(40207050)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.014--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_BICYCLE DROP FOREIGN KEY FK_TMP_EMP_BICYCLE_BICYCLE_ID") [junit] [EL Finest]: 2022-09-10 04:18:54.015--ServerSession(1629032994)--Connection(1869813593)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.015--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.015--ServerSession(1629032994)--Connection(528757371)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_BICYCLE DROP FOREIGN KEY FK_TMP_EMP_BICYCLE_BICYCLE_ID [junit] [EL Finest]: 2022-09-10 04:18:54.017--ServerSession(1629032994)--Connection(1869813593)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.017--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_BICYCLE DROP FOREIGN KEY FK_TMP_EMP_BICYCLE_EMPLOYEE_ID") [junit] [EL Finest]: 2022-09-10 04:18:54.017--ServerSession(1629032994)--Connection(2055458002)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.017--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.017--ServerSession(1629032994)--Connection(1152003603)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_BICYCLE DROP FOREIGN KEY FK_TMP_EMP_BICYCLE_EMPLOYEE_ID [junit] [EL Finest]: 2022-09-10 04:18:54.019--ServerSession(1629032994)--Connection(2055458002)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.019--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COURSE_EMP DROP FOREIGN KEY FK_TMP_COURSE_EMP_COURSE_ID") [junit] [EL Finest]: 2022-09-10 04:18:54.019--ServerSession(1629032994)--Connection(1578801260)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.019--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.019--ServerSession(1629032994)--Connection(1263927050)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COURSE_EMP DROP FOREIGN KEY FK_TMP_COURSE_EMP_COURSE_ID [junit] [EL Finest]: 2022-09-10 04:18:54.021--ServerSession(1629032994)--Connection(1578801260)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.021--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COURSE_EMP DROP FOREIGN KEY FK_TMP_COURSE_EMP_EMP_ID") [junit] [EL Finest]: 2022-09-10 04:18:54.021--ServerSession(1629032994)--Connection(792275116)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.022--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.022--ServerSession(1629032994)--Connection(1274036206)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COURSE_EMP DROP FOREIGN KEY FK_TMP_COURSE_EMP_EMP_ID [junit] [EL Finest]: 2022-09-10 04:18:54.024--ServerSession(1629032994)--Connection(792275116)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.024--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_CREDIT DROP FOREIGN KEY FK_TMP_EMP_CREDIT_CREDIT_ID") [junit] [EL Finest]: 2022-09-10 04:18:54.024--ServerSession(1629032994)--Connection(585814865)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.024--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.024--ServerSession(1629032994)--Connection(1756333997)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_CREDIT DROP FOREIGN KEY FK_TMP_EMP_CREDIT_CREDIT_ID [junit] [EL Finest]: 2022-09-10 04:18:54.026--ServerSession(1629032994)--Connection(585814865)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.026--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_CREDIT DROP FOREIGN KEY FK_TMP_EMP_CREDIT_CLIENT_ID") [junit] [EL Finest]: 2022-09-10 04:18:54.026--ServerSession(1629032994)--Connection(1947785070)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.026--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.027--ServerSession(1629032994)--Connection(1612625071)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_CREDIT DROP FOREIGN KEY FK_TMP_EMP_CREDIT_CLIENT_ID [junit] [EL Finest]: 2022-09-10 04:18:54.029--ServerSession(1629032994)--Connection(1947785070)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.029--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_HOBBY DROP FOREIGN KEY FK_TMP_EMP_HOBBY_HOBBY_ID") [junit] [EL Finest]: 2022-09-10 04:18:54.029--ServerSession(1629032994)--Connection(1155844982)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.029--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.029--ServerSession(1629032994)--Connection(1372238985)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_HOBBY DROP FOREIGN KEY FK_TMP_EMP_HOBBY_HOBBY_ID [junit] [EL Finest]: 2022-09-10 04:18:54.031--ServerSession(1629032994)--Connection(1155844982)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.031--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_HOBBY DROP FOREIGN KEY FK_TMP_EMP_HOBBY_EMP_ID") [junit] [EL Finest]: 2022-09-10 04:18:54.031--ServerSession(1629032994)--Connection(367130878)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.031--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.032--ServerSession(1629032994)--Connection(285964343)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_HOBBY DROP FOREIGN KEY FK_TMP_EMP_HOBBY_EMP_ID [junit] [EL Finest]: 2022-09-10 04:18:54.033--ServerSession(1629032994)--Connection(367130878)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.034--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_PATENT DROP FOREIGN KEY FK_TMP_EMP_PATENT_PATENT_NAME") [junit] [EL Finest]: 2022-09-10 04:18:54.034--ServerSession(1629032994)--Connection(1651379334)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.034--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.034--ServerSession(1629032994)--Connection(686688828)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PATENT DROP FOREIGN KEY FK_TMP_EMP_PATENT_PATENT_NAME [junit] [EL Finest]: 2022-09-10 04:18:54.036--ServerSession(1629032994)--Connection(1651379334)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.036--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_PATENT DROP FOREIGN KEY FK_TMP_EMP_PATENT_EMP_ID") [junit] [EL Finest]: 2022-09-10 04:18:54.036--ServerSession(1629032994)--Connection(2039840529)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.036--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.036--ServerSession(1629032994)--Connection(561133045)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PATENT DROP FOREIGN KEY FK_TMP_EMP_PATENT_EMP_ID [junit] [EL Finest]: 2022-09-10 04:18:54.038--ServerSession(1629032994)--Connection(2039840529)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.038--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_PROJECT DROP FOREIGN KEY FK_TMP_EMP_PROJECT_PROJECT_ID") [junit] [EL Finest]: 2022-09-10 04:18:54.038--ServerSession(1629032994)--Connection(416579056)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.038--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.038--ServerSession(1629032994)--Connection(674840194)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PROJECT DROP FOREIGN KEY FK_TMP_EMP_PROJECT_PROJECT_ID [junit] [EL Finest]: 2022-09-10 04:18:54.04--ServerSession(1629032994)--Connection(416579056)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.04--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_PROJECT DROP FOREIGN KEY FK_TMP_EMP_PROJECT_EMP_ID") [junit] [EL Finest]: 2022-09-10 04:18:54.04--ServerSession(1629032994)--Connection(1198973449)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.04--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.04--ServerSession(1629032994)--Connection(643434827)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PROJECT DROP FOREIGN KEY FK_TMP_EMP_PROJECT_EMP_ID [junit] [EL Finest]: 2022-09-10 04:18:54.042--ServerSession(1629032994)--Connection(1198973449)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.042--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_REVIEW DROP FOREIGN KEY FK_TMP_EMP_REVIEW_EMP_ID") [junit] [EL Finest]: 2022-09-10 04:18:54.042--ServerSession(1629032994)--Connection(581067007)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.042--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.042--ServerSession(1629032994)--Connection(1422140849)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_REVIEW DROP FOREIGN KEY FK_TMP_EMP_REVIEW_EMP_ID [junit] [EL Finest]: 2022-09-10 04:18:54.044--ServerSession(1629032994)--Connection(581067007)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.044--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_REVIEW DROP FOREIGN KEY FK_TMP_EMP_REVIEW_REVIEW_ID") [junit] [EL Finest]: 2022-09-10 04:18:54.044--ServerSession(1629032994)--Connection(382788897)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.044--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.044--ServerSession(1629032994)--Connection(1665967079)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_REVIEW DROP FOREIGN KEY FK_TMP_EMP_REVIEW_REVIEW_ID [junit] [EL Finest]: 2022-09-10 04:18:54.046--ServerSession(1629032994)--Connection(382788897)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.046--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_OFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_OFFICE_CUBICLE_CUBICLE_PLACE") [junit] [EL Finest]: 2022-09-10 04:18:54.046--ServerSession(1629032994)--Connection(444380068)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.046--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.047--ServerSession(1629032994)--Connection(472479895)--Thread(Thread[main,5,main])--ALTER TABLE TMP_OFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_OFFICE_CUBICLE_CUBICLE_PLACE [junit] [EL Finest]: 2022-09-10 04:18:54.049--ServerSession(1629032994)--Connection(444380068)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.049--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_OFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_OFFICE_CUBICLE_OFFICE_ID") [junit] [EL Finest]: 2022-09-10 04:18:54.049--ServerSession(1629032994)--Connection(1651831324)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.049--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.049--ServerSession(1629032994)--Connection(902742789)--Thread(Thread[main,5,main])--ALTER TABLE TMP_OFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_OFFICE_CUBICLE_OFFICE_ID [junit] [EL Finest]: 2022-09-10 04:18:54.051--ServerSession(1629032994)--Connection(1651831324)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.051--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_VEHICLE_PROFILE DROP FOREIGN KEY FK_TMP_VEHICLE_PROFILE_VEHICLE_ID") [junit] [EL Finest]: 2022-09-10 04:18:54.051--ServerSession(1629032994)--Connection(213729473)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.051--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.051--ServerSession(1629032994)--Connection(1336437944)--Thread(Thread[main,5,main])--ALTER TABLE TMP_VEHICLE_PROFILE DROP FOREIGN KEY FK_TMP_VEHICLE_PROFILE_VEHICLE_ID [junit] [EL Finest]: 2022-09-10 04:18:54.053--ServerSession(1629032994)--Connection(213729473)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.053--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_VEHICLE_PROFILE DROP FOREIGN KEY FK_TMP_VEHICLE_PROFILE_PROFILE_ID") [junit] [EL Finest]: 2022-09-10 04:18:54.053--ServerSession(1629032994)--Connection(508844065)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.053--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.053--ServerSession(1629032994)--Connection(311765759)--Thread(Thread[main,5,main])--ALTER TABLE TMP_VEHICLE_PROFILE DROP FOREIGN KEY FK_TMP_VEHICLE_PROFILE_PROFILE_ID [junit] [EL Finest]: 2022-09-10 04:18:54.055--ServerSession(1629032994)--Connection(508844065)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.055--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_UCOFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_UCOFFICE_CUBICLE_CUBICLE_PLACE") [junit] [EL Finest]: 2022-09-10 04:18:54.055--ServerSession(1629032994)--Connection(2140635066)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.055--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.055--ServerSession(1629032994)--Connection(1148088421)--Thread(Thread[main,5,main])--ALTER TABLE TMP_UCOFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_UCOFFICE_CUBICLE_CUBICLE_PLACE [junit] [EL Finest]: 2022-09-10 04:18:54.057--ServerSession(1629032994)--Connection(2140635066)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.057--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_UCOFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_UCOFFICE_CUBICLE_OFFICE_ID") [junit] [EL Finest]: 2022-09-10 04:18:54.057--ServerSession(1629032994)--Connection(2136347897)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.057--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.057--ServerSession(1629032994)--Connection(1208794670)--Thread(Thread[main,5,main])--ALTER TABLE TMP_UCOFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_UCOFFICE_CUBICLE_OFFICE_ID [junit] [EL Finest]: 2022-09-10 04:18:54.059--ServerSession(1629032994)--Connection(2136347897)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.059--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CITY_TMP_COP DROP FOREIGN KEY FK_TMP_CITY_TMP_COP_City_ID") [junit] [EL Finest]: 2022-09-10 04:18:54.059--ServerSession(1629032994)--Connection(1588635270)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.059--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.059--ServerSession(1629032994)--Connection(1935707824)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_COP DROP FOREIGN KEY FK_TMP_CITY_TMP_COP_City_ID [junit] [EL Finest]: 2022-09-10 04:18:54.061--ServerSession(1629032994)--Connection(1588635270)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.061--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CITY_TMP_COP DROP FOREIGN KEY FK_TMP_CITY_TMP_COP_cops_ID") [junit] [EL Finest]: 2022-09-10 04:18:54.061--ServerSession(1629032994)--Connection(1493274349)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.061--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.061--ServerSession(1629032994)--Connection(786669171)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_COP DROP FOREIGN KEY FK_TMP_CITY_TMP_COP_cops_ID [junit] [EL Finest]: 2022-09-10 04:18:54.063--ServerSession(1629032994)--Connection(1493274349)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.063--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CITY_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CITY_TMP_CRIMINAL_criminals_ID") [junit] [EL Finest]: 2022-09-10 04:18:54.063--ServerSession(1629032994)--Connection(612854398)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.063--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.063--ServerSession(1629032994)--Connection(371554459)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CITY_TMP_CRIMINAL_criminals_ID [junit] [EL Finest]: 2022-09-10 04:18:54.065--ServerSession(1629032994)--Connection(612854398)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.065--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CITY_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CITY_TMP_CRIMINAL_City_ID") [junit] [EL Finest]: 2022-09-10 04:18:54.065--ServerSession(1629032994)--Connection(327574313)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.065--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.066--ServerSession(1629032994)--Connection(786047074)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CITY_TMP_CRIMINAL_City_ID [junit] [EL Finest]: 2022-09-10 04:18:54.068--ServerSession(1629032994)--Connection(327574313)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.068--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COP_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_COP_TMP_CRIMINAL_attachedCriminals_ID") [junit] [EL Finest]: 2022-09-10 04:18:54.068--ServerSession(1629032994)--Connection(1600869357)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.068--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.068--ServerSession(1629032994)--Connection(550351186)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_COP_TMP_CRIMINAL_attachedCriminals_ID [junit] [EL Finest]: 2022-09-10 04:18:54.07--ServerSession(1629032994)--Connection(1600869357)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.07--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COP_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_COP_TMP_CRIMINAL_Cop_ID") [junit] [EL Finest]: 2022-09-10 04:18:54.07--ServerSession(1629032994)--Connection(289592183)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.07--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.07--ServerSession(1629032994)--Connection(1548269356)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_COP_TMP_CRIMINAL_Cop_ID [junit] [EL Finest]: 2022-09-10 04:18:54.072--ServerSession(1629032994)--Connection(289592183)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.072--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COP_TMP_INFORMER DROP FOREIGN KEY FK_TMP_COP_TMP_INFORMER_Cop_ID") [junit] [EL Finest]: 2022-09-10 04:18:54.072--ServerSession(1629032994)--Connection(1695195255)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.072--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.072--ServerSession(1629032994)--Connection(2095225389)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_INFORMER DROP FOREIGN KEY FK_TMP_COP_TMP_INFORMER_Cop_ID [junit] [EL Finest]: 2022-09-10 04:18:54.074--ServerSession(1629032994)--Connection(1695195255)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.074--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COP_TMP_INFORMER DROP FOREIGN KEY FK_TMP_COP_TMP_INFORMER_informers_ID") [junit] [EL Finest]: 2022-09-10 04:18:54.074--ServerSession(1629032994)--Connection(925131177)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.074--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.074--ServerSession(1629032994)--Connection(1610593938)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_INFORMER DROP FOREIGN KEY FK_TMP_COP_TMP_INFORMER_informers_ID [junit] [EL Finest]: 2022-09-10 04:18:54.076--ServerSession(1629032994)--Connection(925131177)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.076--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_INFORMER_TMP_COP DROP FOREIGN KEY FK_TMP_INFORMER_TMP_COP_informingCops_ID") [junit] [EL Finest]: 2022-09-10 04:18:54.076--ServerSession(1629032994)--Connection(814150784)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.076--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.076--ServerSession(1629032994)--Connection(309301028)--Thread(Thread[main,5,main])--ALTER TABLE TMP_INFORMER_TMP_COP DROP FOREIGN KEY FK_TMP_INFORMER_TMP_COP_informingCops_ID [junit] [EL Finest]: 2022-09-10 04:18:54.078--ServerSession(1629032994)--Connection(814150784)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.078--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_INFORMER_TMP_COP DROP FOREIGN KEY FK_TMP_INFORMER_TMP_COP_Informer_ID") [junit] [EL Finest]: 2022-09-10 04:18:54.078--ServerSession(1629032994)--Connection(2143233788)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.078--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.078--ServerSession(1629032994)--Connection(298287232)--Thread(Thread[main,5,main])--ALTER TABLE TMP_INFORMER_TMP_COP DROP FOREIGN KEY FK_TMP_INFORMER_TMP_COP_Informer_ID [junit] [EL Finest]: 2022-09-10 04:18:54.08--ServerSession(1629032994)--Connection(2143233788)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.08--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CRIMINAL_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CRIMINAL_TMP_CRIMINAL_parties_ID") [junit] [EL Finest]: 2022-09-10 04:18:54.08--ServerSession(1629032994)--Connection(1340928776)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.08--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.081--ServerSession(1629032994)--Connection(1652734453)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CRIMINAL_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CRIMINAL_TMP_CRIMINAL_parties_ID [junit] [EL Finest]: 2022-09-10 04:18:54.083--ServerSession(1629032994)--Connection(1340928776)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.083--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CRIMINAL_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CRIMINAL_TMP_CRIMINAL_Criminal_ID") [junit] [EL Finest]: 2022-09-10 04:18:54.083--ServerSession(1629032994)--Connection(798874225)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.083--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.083--ServerSession(1629032994)--Connection(1478984550)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CRIMINAL_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CRIMINAL_TMP_CRIMINAL_Criminal_ID [junit] [EL Finest]: 2022-09-10 04:18:54.085--ServerSession(1629032994)--Connection(798874225)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.085--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CAVE_CREATURE DROP FOREIGN KEY FK_TMP_CAVE_CREATURE_CREATURE_ID") [junit] [EL Finest]: 2022-09-10 04:18:54.085--ServerSession(1629032994)--Connection(838301585)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.085--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.085--ServerSession(1629032994)--Connection(1429204602)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CAVE_CREATURE DROP FOREIGN KEY FK_TMP_CAVE_CREATURE_CREATURE_ID [junit] [EL Finest]: 2022-09-10 04:18:54.087--ServerSession(1629032994)--Connection(838301585)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.087--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CAVE_CREATURE DROP FOREIGN KEY FK_TMP_CAVE_CREATURE_CAVE_ID") [junit] [EL Finest]: 2022-09-10 04:18:54.087--ServerSession(1629032994)--Connection(1831418259)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.087--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.088--ServerSession(1629032994)--Connection(1197430386)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CAVE_CREATURE DROP FOREIGN KEY FK_TMP_CAVE_CREATURE_CAVE_ID [junit] [EL Finest]: 2022-09-10 04:18:54.089--ServerSession(1629032994)--Connection(1831418259)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.089--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COMPONENT") [junit] [EL Finest]: 2022-09-10 04:18:54.09--ServerSession(1629032994)--Connection(1726490536)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.09--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.09--ServerSession(1629032994)--Connection(1538855361)--Thread(Thread[main,5,main])--DROP TABLE TMP_COMPONENT [junit] [EL Finest]: 2022-09-10 04:18:54.092--ServerSession(1629032994)--Connection(1726490536)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.092--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_METRIC") [junit] [EL Finest]: 2022-09-10 04:18:54.092--ServerSession(1629032994)--Connection(1146719991)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.092--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.092--ServerSession(1629032994)--Connection(1476245668)--Thread(Thread[main,5,main])--DROP TABLE TMP_METRIC [junit] [EL Finest]: 2022-09-10 04:18:54.094--ServerSession(1629032994)--Connection(1146719991)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.094--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ABSTR_EMP") [junit] [EL Finest]: 2022-09-10 04:18:54.095--ServerSession(1629032994)--Connection(630669831)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.095--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.095--ServerSession(1629032994)--Connection(521528969)--Thread(Thread[main,5,main])--DROP TABLE TMP_ABSTR_EMP [junit] [EL Finest]: 2022-09-10 04:18:54.097--ServerSession(1629032994)--Connection(630669831)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.097--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CONTRACT_EMP") [junit] [EL Finest]: 2022-09-10 04:18:54.097--ServerSession(1629032994)--Connection(564424689)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.097--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.097--ServerSession(1629032994)--Connection(297137378)--Thread(Thread[main,5,main])--DROP TABLE TMP_CONTRACT_EMP [junit] [EL Finest]: 2022-09-10 04:18:54.099--ServerSession(1629032994)--Connection(564424689)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.099--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ACCOUNT") [junit] [EL Finest]: 2022-09-10 04:18:54.099--ServerSession(1629032994)--Connection(1493087920)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.099--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.099--ServerSession(1629032994)--Connection(1725062057)--Thread(Thread[main,5,main])--DROP TABLE TMP_ACCOUNT [junit] [EL Finest]: 2022-09-10 04:18:54.101--ServerSession(1629032994)--Connection(1493087920)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.101--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_VEHICLE") [junit] [EL Finest]: 2022-09-10 04:18:54.101--ServerSession(1629032994)--Connection(1939354020)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.101--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.102--ServerSession(1629032994)--Connection(132326253)--Thread(Thread[main,5,main])--DROP TABLE TMP_VEHICLE [junit] [EL Finest]: 2022-09-10 04:18:54.104--ServerSession(1629032994)--Connection(1939354020)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.104--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BROKER_ACC") [junit] [EL Finest]: 2022-09-10 04:18:54.104--ServerSession(1629032994)--Connection(644783578)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.104--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.104--ServerSession(1629032994)--Connection(948451889)--Thread(Thread[main,5,main])--DROP TABLE TMP_BROKER_ACC [junit] [EL Finest]: 2022-09-10 04:18:54.106--ServerSession(1629032994)--Connection(644783578)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.106--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CHECK_ACC") [junit] [EL Finest]: 2022-09-10 04:18:54.106--ServerSession(1629032994)--Connection(767165873)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.106--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.106--ServerSession(1629032994)--Connection(1411054469)--Thread(Thread[main,5,main])--DROP TABLE TMP_CHECK_ACC [junit] [EL Finest]: 2022-09-10 04:18:54.108--ServerSession(1629032994)--Connection(767165873)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.108--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COSTCENTER") [junit] [EL Finest]: 2022-09-10 04:18:54.108--ServerSession(1629032994)--Connection(6167135)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.108--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.108--ServerSession(1629032994)--Connection(52104962)--Thread(Thread[main,5,main])--DROP TABLE TMP_COSTCENTER [junit] [EL Finest]: 2022-09-10 04:18:54.11--ServerSession(1629032994)--Connection(6167135)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.11--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COURSE") [junit] [EL Finest]: 2022-09-10 04:18:54.111--ServerSession(1629032994)--Connection(885339784)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.111--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.111--ServerSession(1629032994)--Connection(1878871053)--Thread(Thread[main,5,main])--DROP TABLE TMP_COURSE [junit] [EL Finest]: 2022-09-10 04:18:54.113--ServerSession(1629032994)--Connection(885339784)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.113--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREDIT_ACC") [junit] [EL Finest]: 2022-09-10 04:18:54.113--ServerSession(1629032994)--Connection(345142475)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.113--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.113--ServerSession(1629032994)--Connection(294309744)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREDIT_ACC [junit] [EL Finest]: 2022-09-10 04:18:54.115--ServerSession(1629032994)--Connection(345142475)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.115--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CUBICLE") [junit] [EL Finest]: 2022-09-10 04:18:54.115--ServerSession(1629032994)--Connection(259144923)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.115--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.115--ServerSession(1629032994)--Connection(1212453642)--Thread(Thread[main,5,main])--DROP TABLE TMP_CUBICLE [junit] [EL Finest]: 2022-09-10 04:18:54.117--ServerSession(1629032994)--Connection(259144923)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.117--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_DEP") [junit] [EL Finest]: 2022-09-10 04:18:54.117--ServerSession(1629032994)--Connection(244428576)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.117--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.118--ServerSession(1629032994)--Connection(1646375227)--Thread(Thread[main,5,main])--DROP TABLE TMP_DEP [junit] [EL Finest]: 2022-09-10 04:18:54.12--ServerSession(1629032994)--Connection(244428576)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.12--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP") [junit] [EL Finest]: 2022-09-10 04:18:54.12--ServerSession(1629032994)--Connection(798319935)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.12--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.12--ServerSession(1629032994)--Connection(1079161247)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP [junit] [EL Finest]: 2022-09-10 04:18:54.122--ServerSession(1629032994)--Connection(798319935)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.122--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_HOBBY") [junit] [EL Finest]: 2022-09-10 04:18:54.122--ServerSession(1629032994)--Connection(1684285431)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.122--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.122--ServerSession(1629032994)--Connection(837790893)--Thread(Thread[main,5,main])--DROP TABLE TMP_HOBBY [junit] [EL Finest]: 2022-09-10 04:18:54.125--ServerSession(1629032994)--Connection(1684285431)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.125--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_MATERIAL") [junit] [EL Finest]: 2022-09-10 04:18:54.125--ServerSession(1629032994)--Connection(2107393518)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.125--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.125--ServerSession(1629032994)--Connection(836371508)--Thread(Thread[main,5,main])--DROP TABLE TMP_MATERIAL [junit] [EL Finest]: 2022-09-10 04:18:54.127--ServerSession(1629032994)--Connection(2107393518)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.127--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_OFFICE") [junit] [EL Finest]: 2022-09-10 04:18:54.127--ServerSession(1629032994)--Connection(1561480489)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.127--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.127--ServerSession(1629032994)--Connection(1015552283)--Thread(Thread[main,5,main])--DROP TABLE TMP_OFFICE [junit] [EL Finest]: 2022-09-10 04:18:54.129--ServerSession(1629032994)--Connection(1561480489)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.129--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PATENT") [junit] [EL Finest]: 2022-09-10 04:18:54.129--ServerSession(1629032994)--Connection(263565037)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.129--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.129--ServerSession(1629032994)--Connection(1938374337)--Thread(Thread[main,5,main])--DROP TABLE TMP_PATENT [junit] [EL Finest]: 2022-09-10 04:18:54.131--ServerSession(1629032994)--Connection(263565037)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.131--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_REVIEW") [junit] [EL Finest]: 2022-09-10 04:18:54.131--ServerSession(1629032994)--Connection(1539718688)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.131--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.131--ServerSession(1629032994)--Connection(1627618479)--Thread(Thread[main,5,main])--DROP TABLE TMP_REVIEW [junit] [EL Finest]: 2022-09-10 04:18:54.133--ServerSession(1629032994)--Connection(1539718688)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.134--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_REVIEW_DETAILS") [junit] [EL Finest]: 2022-09-10 04:18:54.134--ServerSession(1629032994)--Connection(224286556)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.134--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.134--ServerSession(1629032994)--Connection(2000856156)--Thread(Thread[main,5,main])--DROP TABLE TMP_REVIEW_DETAILS [junit] [EL Finest]: 2022-09-10 04:18:54.136--ServerSession(1629032994)--Connection(224286556)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.136--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROJECT") [junit] [EL Finest]: 2022-09-10 04:18:54.136--ServerSession(1629032994)--Connection(2127862399)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.136--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.136--ServerSession(1629032994)--Connection(483832253)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROJECT [junit] [EL Finest]: 2022-09-10 04:18:54.139--ServerSession(1629032994)--Connection(2127862399)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.139--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROJECT_DETAILS") [junit] [EL Finest]: 2022-09-10 04:18:54.139--ServerSession(1629032994)--Connection(1637651402)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.139--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.139--ServerSession(1629032994)--Connection(1215208733)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROJECT_DETAILS [junit] [EL Finest]: 2022-09-10 04:18:54.141--ServerSession(1629032994)--Connection(1637651402)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.141--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_SAVE_ACC") [junit] [EL Finest]: 2022-09-10 04:18:54.141--ServerSession(1629032994)--Connection(1541019006)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.141--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.141--ServerSession(1629032994)--Connection(1742798189)--Thread(Thread[main,5,main])--DROP TABLE TMP_SAVE_ACC [junit] [EL Finest]: 2022-09-10 04:18:54.143--ServerSession(1629032994)--Connection(1541019006)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.143--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TASK") [junit] [EL Finest]: 2022-09-10 04:18:54.143--ServerSession(1629032994)--Connection(441652258)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.144--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.144--ServerSession(1629032994)--Connection(2050525584)--Thread(Thread[main,5,main])--DROP TABLE TMP_TASK [junit] [EL Finest]: 2022-09-10 04:18:54.146--ServerSession(1629032994)--Connection(441652258)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.146--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TRAILER") [junit] [EL Finest]: 2022-09-10 04:18:54.146--ServerSession(1629032994)--Connection(1278319954)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.146--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.146--ServerSession(1629032994)--Connection(1929115981)--Thread(Thread[main,5,main])--DROP TABLE TMP_TRAILER [junit] [EL Finest]: 2022-09-10 04:18:54.148--ServerSession(1629032994)--Connection(1278319954)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.148--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROFILE") [junit] [EL Finest]: 2022-09-10 04:18:54.148--ServerSession(1629032994)--Connection(1840457976)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.148--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.148--ServerSession(1629032994)--Connection(1076856210)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROFILE [junit] [EL Finest]: 2022-09-10 04:18:54.15--ServerSession(1629032994)--Connection(1840457976)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.15--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE") [junit] [EL Finest]: 2022-09-10 04:18:54.151--ServerSession(1629032994)--Connection(2133612542)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.151--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.151--ServerSession(1629032994)--Connection(1133731484)--Thread(Thread[main,5,main])--DROP TABLE TMP_UCOFFICE [junit] [EL Finest]: 2022-09-10 04:18:54.153--ServerSession(1629032994)--Connection(2133612542)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.153--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_READONLY") [junit] [EL Finest]: 2022-09-10 04:18:54.153--ServerSession(1629032994)--Connection(1677960357)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.153--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.153--ServerSession(1629032994)--Connection(1035825415)--Thread(Thread[main,5,main])--DROP TABLE TMP_READONLY [junit] [EL Finest]: 2022-09-10 04:18:54.155--ServerSession(1629032994)--Connection(1677960357)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.155--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_FA") [junit] [EL Finest]: 2022-09-10 04:18:54.155--ServerSession(1629032994)--Connection(651535127)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.155--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.155--ServerSession(1629032994)--Connection(1891031939)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMBEDD_FA [junit] [EL Finest]: 2022-09-10 04:18:54.157--ServerSession(1629032994)--Connection(651535127)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.158--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_PA") [junit] [EL Finest]: 2022-09-10 04:18:54.158--ServerSession(1629032994)--Connection(1591492137)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.158--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.158--ServerSession(1629032994)--Connection(410033330)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMBEDD_PA [junit] [EL Finest]: 2022-09-10 04:18:54.16--ServerSession(1629032994)--Connection(1591492137)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.16--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE BYTE_ITEM") [junit] [EL Finest]: 2022-09-10 04:18:54.16--ServerSession(1629032994)--Connection(923727115)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.16--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.16--ServerSession(1629032994)--Connection(730298964)--Thread(Thread[main,5,main])--DROP TABLE BYTE_ITEM [junit] [EL Finest]: 2022-09-10 04:18:54.162--ServerSession(1629032994)--Connection(923727115)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.162--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE BYTE_ITEM_ATT") [junit] [EL Finest]: 2022-09-10 04:18:54.162--ServerSession(1629032994)--Connection(199320792)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.162--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.162--ServerSession(1629032994)--Connection(455404074)--Thread(Thread[main,5,main])--DROP TABLE BYTE_ITEM_ATT [junit] [EL Finest]: 2022-09-10 04:18:54.164--ServerSession(1629032994)--Connection(199320792)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.164--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ISLAND") [junit] [EL Finest]: 2022-09-10 04:18:54.165--ServerSession(1629032994)--Connection(771119702)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.165--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.165--ServerSession(1629032994)--Connection(289378424)--Thread(Thread[main,5,main])--DROP TABLE TMP_ISLAND [junit] [EL Finest]: 2022-09-10 04:18:54.167--ServerSession(1629032994)--Connection(771119702)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.167--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY") [junit] [EL Finest]: 2022-09-10 04:18:54.167--ServerSession(1629032994)--Connection(1205817409)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.167--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.167--ServerSession(1629032994)--Connection(705602706)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY [junit] [EL Finest]: 2022-09-10 04:18:54.169--ServerSession(1629032994)--Connection(1205817409)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.169--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP") [junit] [EL Finest]: 2022-09-10 04:18:54.169--ServerSession(1629032994)--Connection(1065713160)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.169--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.169--ServerSession(1629032994)--Connection(1617983326)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP [junit] [EL Finest]: 2022-09-10 04:18:54.171--ServerSession(1629032994)--Connection(1065713160)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.171--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PERSON") [junit] [EL Finest]: 2022-09-10 04:18:54.171--ServerSession(1629032994)--Connection(917316251)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.171--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.172--ServerSession(1629032994)--Connection(1434741143)--Thread(Thread[main,5,main])--DROP TABLE TMP_PERSON [junit] [EL Finest]: 2022-09-10 04:18:54.174--ServerSession(1629032994)--Connection(917316251)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.174--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_INFORMER") [junit] [EL Finest]: 2022-09-10 04:18:54.174--ServerSession(1629032994)--Connection(377570010)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.174--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.174--ServerSession(1629032994)--Connection(1623148876)--Thread(Thread[main,5,main])--DROP TABLE TMP_INFORMER [junit] [EL Finest]: 2022-09-10 04:18:54.176--ServerSession(1629032994)--Connection(377570010)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.176--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL") [junit] [EL Finest]: 2022-09-10 04:18:54.176--ServerSession(1629032994)--Connection(721286839)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.176--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.176--ServerSession(1629032994)--Connection(814886797)--Thread(Thread[main,5,main])--DROP TABLE TMP_CRIMINAL [junit] [EL Finest]: 2022-09-10 04:18:54.179--ServerSession(1629032994)--Connection(721286839)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.179--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CAVE") [junit] [EL Finest]: 2022-09-10 04:18:54.179--ServerSession(1629032994)--Connection(343023757)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.179--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.179--ServerSession(1629032994)--Connection(901614537)--Thread(Thread[main,5,main])--DROP TABLE TMP_CAVE [junit] [EL Finest]: 2022-09-10 04:18:54.181--ServerSession(1629032994)--Connection(343023757)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.181--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREATURE") [junit] [EL Finest]: 2022-09-10 04:18:54.181--ServerSession(1629032994)--Connection(1076250141)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.181--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.181--ServerSession(1629032994)--Connection(421293587)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREATURE [junit] [EL Finest]: 2022-09-10 04:18:54.183--ServerSession(1629032994)--Connection(1076250141)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.183--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREATURE_DETAILS") [junit] [EL Finest]: 2022-09-10 04:18:54.183--ServerSession(1629032994)--Connection(1760175419)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.183--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.183--ServerSession(1629032994)--Connection(318550723)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREATURE_DETAILS [junit] [EL Finest]: 2022-09-10 04:18:54.186--ServerSession(1629032994)--Connection(1760175419)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.186--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_MYTHICALCREATURE") [junit] [EL Finest]: 2022-09-10 04:18:54.186--ServerSession(1629032994)--Connection(5338884)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.186--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.186--ServerSession(1629032994)--Connection(2009900903)--Thread(Thread[main,5,main])--DROP TABLE TMP_MYTHICALCREATURE [junit] [EL Finest]: 2022-09-10 04:18:54.188--ServerSession(1629032994)--Connection(5338884)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.188--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_WEAPON") [junit] [EL Finest]: 2022-09-10 04:18:54.188--ServerSession(1629032994)--Connection(591678006)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.189--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.189--ServerSession(1629032994)--Connection(832648870)--Thread(Thread[main,5,main])--DROP TABLE TMP_WEAPON [junit] [EL Finest]: 2022-09-10 04:18:54.191--ServerSession(1629032994)--Connection(591678006)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.191--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE") [junit] [EL Finest]: 2022-09-10 04:18:54.191--ServerSession(1629032994)--Connection(772791273)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.191--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.191--ServerSession(1629032994)--Connection(379833480)--Thread(Thread[main,5,main])--DROP TABLE TMP_CASC_NODE [junit] [EL Finest]: 2022-09-10 04:18:54.193--ServerSession(1629032994)--Connection(772791273)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.193--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE_DESC") [junit] [EL Finest]: 2022-09-10 04:18:54.193--ServerSession(1629032994)--Connection(1325931357)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.193--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.194--ServerSession(1629032994)--Connection(1195854264)--Thread(Thread[main,5,main])--DROP TABLE TMP_CASC_NODE_DESC [junit] [EL Finest]: 2022-09-10 04:18:54.196--ServerSession(1629032994)--Connection(1325931357)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.197--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_NODE") [junit] [EL Finest]: 2022-09-10 04:18:54.197--ServerSession(1629032994)--Connection(643570300)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.197--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.197--ServerSession(1629032994)--Connection(1529580934)--Thread(Thread[main,5,main])--DROP TABLE TMP_NODE [junit] [EL Finest]: 2022-09-10 04:18:54.199--ServerSession(1629032994)--Connection(643570300)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.2--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_NASTY") [junit] [EL Finest]: 2022-09-10 04:18:54.2--ServerSession(1629032994)--Connection(435167872)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.2--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.2--ServerSession(1629032994)--Connection(506518405)--Thread(Thread[main,5,main])--DROP TABLE TMP_NASTY [junit] [EL Finest]: 2022-09-10 04:18:54.203--ServerSession(1629032994)--Connection(435167872)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.203--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TIMESTAMP") [junit] [EL Finest]: 2022-09-10 04:18:54.203--ServerSession(1629032994)--Connection(347416758)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.203--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.203--ServerSession(1629032994)--Connection(205595990)--Thread(Thread[main,5,main])--DROP TABLE TMP_TIMESTAMP [junit] [EL Finest]: 2022-09-10 04:18:54.205--ServerSession(1629032994)--Connection(347416758)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.205--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:18:54.205--ServerSession(1629032994)--Connection(2026005178)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.205--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.206--ServerSession(1629032994)--Connection(2100073313)--Thread(Thread[main,5,main])--DROP TABLE TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:18:54.208--ServerSession(1629032994)--Connection(2026005178)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.208--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_PA") [junit] [EL Finest]: 2022-09-10 04:18:54.208--ServerSession(1629032994)--Connection(1677857831)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.208--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.209--ServerSession(1629032994)--Connection(2100048989)--Thread(Thread[main,5,main])--DROP TABLE TMP_BASIC_TYPES_PA [junit] [EL Finest]: 2022-09-10 04:18:54.211--ServerSession(1629032994)--Connection(1677857831)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.211--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TEMPORAL_FA") [junit] [EL Finest]: 2022-09-10 04:18:54.211--ServerSession(1629032994)--Connection(695131253)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.211--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.211--ServerSession(1629032994)--Connection(897358809)--Thread(Thread[main,5,main])--DROP TABLE TMP_TEMPORAL_FA [junit] [EL Finest]: 2022-09-10 04:18:54.214--ServerSession(1629032994)--Connection(695131253)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.214--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ANIMAL") [junit] [EL Finest]: 2022-09-10 04:18:54.214--ServerSession(1629032994)--Connection(844133497)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.214--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.214--ServerSession(1629032994)--Connection(1663271865)--Thread(Thread[main,5,main])--DROP TABLE TMP_ANIMAL [junit] [EL Finest]: 2022-09-10 04:18:54.217--ServerSession(1629032994)--Connection(844133497)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.217--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ELEMENT") [junit] [EL Finest]: 2022-09-10 04:18:54.217--ServerSession(1629032994)--Connection(48063459)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.217--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.217--ServerSession(1629032994)--Connection(2098992714)--Thread(Thread[main,5,main])--DROP TABLE TMP_ELEMENT [junit] [EL Finest]: 2022-09-10 04:18:54.219--ServerSession(1629032994)--Connection(48063459)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.219--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PLANT") [junit] [EL Finest]: 2022-09-10 04:18:54.219--ServerSession(1629032994)--Connection(62085016)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.219--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.219--ServerSession(1629032994)--Connection(503365602)--Thread(Thread[main,5,main])--DROP TABLE TMP_PLANT [junit] [EL Finest]: 2022-09-10 04:18:54.221--ServerSession(1629032994)--Connection(62085016)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.221--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_BICYCLE") [junit] [EL Finest]: 2022-09-10 04:18:54.222--ServerSession(1629032994)--Connection(1941639991)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.222--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.222--ServerSession(1629032994)--Connection(1751080205)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_BICYCLE [junit] [EL Finest]: 2022-09-10 04:18:54.224--ServerSession(1629032994)--Connection(1941639991)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.224--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COURSE_EMP") [junit] [EL Finest]: 2022-09-10 04:18:54.224--ServerSession(1629032994)--Connection(354502944)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.224--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.224--ServerSession(1629032994)--Connection(126147004)--Thread(Thread[main,5,main])--DROP TABLE TMP_COURSE_EMP [junit] [EL Finest]: 2022-09-10 04:18:54.226--ServerSession(1629032994)--Connection(354502944)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.226--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_CREDIT") [junit] [EL Finest]: 2022-09-10 04:18:54.227--ServerSession(1629032994)--Connection(1570117874)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.227--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.227--ServerSession(1629032994)--Connection(2088661957)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_CREDIT [junit] [EL Finest]: 2022-09-10 04:18:54.229--ServerSession(1629032994)--Connection(1570117874)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.229--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_HOBBY") [junit] [EL Finest]: 2022-09-10 04:18:54.229--ServerSession(1629032994)--Connection(894746048)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.229--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.229--ServerSession(1629032994)--Connection(976949492)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_HOBBY [junit] [EL Finest]: 2022-09-10 04:18:54.231--ServerSession(1629032994)--Connection(894746048)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.231--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_PATENT") [junit] [EL Finest]: 2022-09-10 04:18:54.232--ServerSession(1629032994)--Connection(1123830468)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.232--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.232--ServerSession(1629032994)--Connection(547507935)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_PATENT [junit] [EL Finest]: 2022-09-10 04:18:54.234--ServerSession(1629032994)--Connection(1123830468)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.234--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_PROJECT") [junit] [EL Finest]: 2022-09-10 04:18:54.234--ServerSession(1629032994)--Connection(1763000764)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.234--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.235--ServerSession(1629032994)--Connection(1534279415)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_PROJECT [junit] [EL Finest]: 2022-09-10 04:18:54.237--ServerSession(1629032994)--Connection(1763000764)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.237--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_REVIEW") [junit] [EL Finest]: 2022-09-10 04:18:54.237--ServerSession(1629032994)--Connection(890525812)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.237--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.237--ServerSession(1629032994)--Connection(2001882279)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_REVIEW [junit] [EL Finest]: 2022-09-10 04:18:54.239--ServerSession(1629032994)--Connection(890525812)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.239--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_OFFICE_CUBICLE") [junit] [EL Finest]: 2022-09-10 04:18:54.239--ServerSession(1629032994)--Connection(254041053)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.239--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.239--ServerSession(1629032994)--Connection(1794509290)--Thread(Thread[main,5,main])--DROP TABLE TMP_OFFICE_CUBICLE [junit] [EL Finest]: 2022-09-10 04:18:54.242--ServerSession(1629032994)--Connection(254041053)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.242--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_VEHICLE_PROFILE") [junit] [EL Finest]: 2022-09-10 04:18:54.242--ServerSession(1629032994)--Connection(347239869)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.242--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.242--ServerSession(1629032994)--Connection(1322354584)--Thread(Thread[main,5,main])--DROP TABLE TMP_VEHICLE_PROFILE [junit] [EL Finest]: 2022-09-10 04:18:54.244--ServerSession(1629032994)--Connection(347239869)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.244--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE_CUBICLE") [junit] [EL Finest]: 2022-09-10 04:18:54.244--ServerSession(1629032994)--Connection(1546727972)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.244--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.244--ServerSession(1629032994)--Connection(505316221)--Thread(Thread[main,5,main])--DROP TABLE TMP_UCOFFICE_CUBICLE [junit] [EL Finest]: 2022-09-10 04:18:54.246--ServerSession(1629032994)--Connection(1546727972)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.246--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_COP") [junit] [EL Finest]: 2022-09-10 04:18:54.246--ServerSession(1629032994)--Connection(142871704)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.247--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.247--ServerSession(1629032994)--Connection(1651205022)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY_TMP_COP [junit] [EL Finest]: 2022-09-10 04:18:54.249--ServerSession(1629032994)--Connection(142871704)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.249--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_CRIMINAL") [junit] [EL Finest]: 2022-09-10 04:18:54.249--ServerSession(1629032994)--Connection(2058526846)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.249--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.249--ServerSession(1629032994)--Connection(1132219173)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY_TMP_CRIMINAL [junit] [EL Finest]: 2022-09-10 04:18:54.251--ServerSession(1629032994)--Connection(2058526846)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.251--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_CRIMINAL") [junit] [EL Finest]: 2022-09-10 04:18:54.251--ServerSession(1629032994)--Connection(928508130)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.251--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.251--ServerSession(1629032994)--Connection(374585422)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP_TMP_CRIMINAL [junit] [EL Finest]: 2022-09-10 04:18:54.253--ServerSession(1629032994)--Connection(928508130)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.253--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_INFORMER") [junit] [EL Finest]: 2022-09-10 04:18:54.254--ServerSession(1629032994)--Connection(1738345448)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.254--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.254--ServerSession(1629032994)--Connection(1812422301)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP_TMP_INFORMER [junit] [EL Finest]: 2022-09-10 04:18:54.256--ServerSession(1629032994)--Connection(1738345448)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.256--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_INFORMER_TMP_COP") [junit] [EL Finest]: 2022-09-10 04:18:54.256--ServerSession(1629032994)--Connection(150783284)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.256--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.256--ServerSession(1629032994)--Connection(1582928128)--Thread(Thread[main,5,main])--DROP TABLE TMP_INFORMER_TMP_COP [junit] [EL Finest]: 2022-09-10 04:18:54.258--ServerSession(1629032994)--Connection(150783284)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.258--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL") [junit] [EL Finest]: 2022-09-10 04:18:54.258--ServerSession(1629032994)--Connection(1487365582)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.258--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.258--ServerSession(1629032994)--Connection(1248079435)--Thread(Thread[main,5,main])--DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL [junit] [EL Finest]: 2022-09-10 04:18:54.261--ServerSession(1629032994)--Connection(1487365582)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.261--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CAVE_CREATURE") [junit] [EL Finest]: 2022-09-10 04:18:54.261--ServerSession(1629032994)--Connection(1487543666)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.261--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.261--ServerSession(1629032994)--Connection(869758554)--Thread(Thread[main,5,main])--DROP TABLE TMP_CAVE_CREATURE [junit] [EL Finest]: 2022-09-10 04:18:54.274--ServerSession(1629032994)--Connection(1487543666)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.275--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_COMPONENT (ID BIGINT NOT NULL, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.275--ServerSession(1629032994)--Connection(1592618491)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.275--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.275--ServerSession(1629032994)--Connection(1442883034)--Thread(Thread[main,5,main])--CREATE TABLE TMP_COMPONENT (ID BIGINT NOT NULL, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.279--ServerSession(1629032994)--Connection(1592618491)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.279--Thread(Thread[main,5,main])--The table (TMP_COMPONENT) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.279--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_METRIC (INSPECTION_ID BIGINT NOT NULL, COMPONENT_ID BIGINT NOT NULL, NAME VARCHAR(255) NOT NULL, TYPE VARCHAR(30), FLOATVALUE FLOAT, PRIMARY KEY (INSPECTION_ID, COMPONENT_ID, NAME))") [junit] [EL Finest]: 2022-09-10 04:18:54.279--ServerSession(1629032994)--Connection(321192242)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.279--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.279--ServerSession(1629032994)--Connection(1087916281)--Thread(Thread[main,5,main])--CREATE TABLE TMP_METRIC (INSPECTION_ID BIGINT NOT NULL, COMPONENT_ID BIGINT NOT NULL, NAME VARCHAR(255) NOT NULL, TYPE VARCHAR(30), FLOATVALUE FLOAT, PRIMARY KEY (INSPECTION_ID, COMPONENT_ID, NAME)) [junit] [EL Finest]: 2022-09-10 04:18:54.283--ServerSession(1629032994)--Connection(321192242)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.283--Thread(Thread[main,5,main])--The table (TMP_METRIC) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.284--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_ABSTR_EMP (ID INTEGER NOT NULL, EMP_TYPE INTEGER, NAME VARCHAR(255), S_DATE DATE, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.284--ServerSession(1629032994)--Connection(1184965604)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.284--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.284--ServerSession(1629032994)--Connection(1153180745)--Thread(Thread[main,5,main])--CREATE TABLE TMP_ABSTR_EMP (ID INTEGER NOT NULL, EMP_TYPE INTEGER, NAME VARCHAR(255), S_DATE DATE, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.288--ServerSession(1629032994)--Connection(1184965604)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.288--Thread(Thread[main,5,main])--The table (TMP_ABSTR_EMP) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.288--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CONTRACT_EMP (ID INTEGER NOT NULL, D_RATE INTEGER, TERM INTEGER, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.288--ServerSession(1629032994)--Connection(975790343)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.288--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.288--ServerSession(1629032994)--Connection(521311335)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CONTRACT_EMP (ID INTEGER NOT NULL, D_RATE INTEGER, TERM INTEGER, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.291--ServerSession(1629032994)--Connection(975790343)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.291--Thread(Thread[main,5,main])--The table (TMP_CONTRACT_EMP) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.292--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_ACCOUNT (ACC_NUMBER BIGINT NOT NULL, TYPE VARCHAR(31), BALANCE DOUBLE, OWNER VARCHAR(255), PRIMARY KEY (ACC_NUMBER))") [junit] [EL Finest]: 2022-09-10 04:18:54.292--ServerSession(1629032994)--Connection(642087302)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.292--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.292--ServerSession(1629032994)--Connection(771715205)--Thread(Thread[main,5,main])--CREATE TABLE TMP_ACCOUNT (ACC_NUMBER BIGINT NOT NULL, TYPE VARCHAR(31), BALANCE DOUBLE, OWNER VARCHAR(255), PRIMARY KEY (ACC_NUMBER)) [junit] [EL Finest]: 2022-09-10 04:18:54.295--ServerSession(1629032994)--Connection(642087302)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.295--Thread(Thread[main,5,main])--The table (TMP_ACCOUNT) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.295--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_VEHICLE (ID SMALLINT NOT NULL, DTYPE INTEGER, BRAND VARCHAR(255), COLOR VARCHAR(255), VERSION INTEGER, NUM_GEARS SMALLINT, LICENSE_PLATE VARCHAR(255), MODEL VARCHAR(255), TRANSMISSION_TYPE VARCHAR(255), EMPLOYEE_ID INTEGER, TOP_SPEED SMALLINT, MAX_LOAD SMALLINT, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.295--ServerSession(1629032994)--Connection(1562221939)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.296--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.296--ServerSession(1629032994)--Connection(187737357)--Thread(Thread[main,5,main])--CREATE TABLE TMP_VEHICLE (ID SMALLINT NOT NULL, DTYPE INTEGER, BRAND VARCHAR(255), COLOR VARCHAR(255), VERSION INTEGER, NUM_GEARS SMALLINT, LICENSE_PLATE VARCHAR(255), MODEL VARCHAR(255), TRANSMISSION_TYPE VARCHAR(255), EMPLOYEE_ID INTEGER, TOP_SPEED SMALLINT, MAX_LOAD SMALLINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.299--ServerSession(1629032994)--Connection(1562221939)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.299--Thread(Thread[main,5,main])--The table (TMP_VEHICLE) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.299--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_BROKER_ACC (ACC_NUMBER BIGINT NOT NULL, RISKLEVEL VARCHAR(255), PRIMARY KEY (ACC_NUMBER))") [junit] [EL Finest]: 2022-09-10 04:18:54.3--ServerSession(1629032994)--Connection(1572066684)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.3--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.3--ServerSession(1629032994)--Connection(1403325194)--Thread(Thread[main,5,main])--CREATE TABLE TMP_BROKER_ACC (ACC_NUMBER BIGINT NOT NULL, RISKLEVEL VARCHAR(255), PRIMARY KEY (ACC_NUMBER)) [junit] [EL Finest]: 2022-09-10 04:18:54.303--ServerSession(1629032994)--Connection(1572066684)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.303--Thread(Thread[main,5,main])--The table (TMP_BROKER_ACC) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.303--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CHECK_ACC (ACC_NUMBER BIGINT NOT NULL, BANKID VARCHAR(255), BANK_NAME VARCHAR(255), CREDITLIMIT DOUBLE, CLIENT_ID INTEGER, PRIMARY KEY (ACC_NUMBER))") [junit] [EL Finest]: 2022-09-10 04:18:54.304--ServerSession(1629032994)--Connection(2055501967)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.304--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.304--ServerSession(1629032994)--Connection(16957838)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CHECK_ACC (ACC_NUMBER BIGINT NOT NULL, BANKID VARCHAR(255), BANK_NAME VARCHAR(255), CREDITLIMIT DOUBLE, CLIENT_ID INTEGER, PRIMARY KEY (ACC_NUMBER)) [junit] [EL Finest]: 2022-09-10 04:18:54.307--ServerSession(1629032994)--Connection(2055501967)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.307--Thread(Thread[main,5,main])--The table (TMP_CHECK_ACC) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.307--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_COSTCENTER (ID INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.307--ServerSession(1629032994)--Connection(1014135205)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.307--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.308--ServerSession(1629032994)--Connection(736874772)--Thread(Thread[main,5,main])--CREATE TABLE TMP_COSTCENTER (ID INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.312--ServerSession(1629032994)--Connection(1014135205)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.312--Thread(Thread[main,5,main])--The table (TMP_COSTCENTER) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.312--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_COURSE (COURSE_ID BIGINT NOT NULL, PRIMARY KEY (COURSE_ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.312--ServerSession(1629032994)--Connection(417118375)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.312--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.312--ServerSession(1629032994)--Connection(1842002393)--Thread(Thread[main,5,main])--CREATE TABLE TMP_COURSE (COURSE_ID BIGINT NOT NULL, PRIMARY KEY (COURSE_ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.315--ServerSession(1629032994)--Connection(417118375)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.315--Thread(Thread[main,5,main])--The table (TMP_COURSE) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.315--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CREDIT_ACC (CCA_ID BIGINT NOT NULL, CARDNUMBER BIGINT, CARDTYPE VARCHAR(255), VALIDTO DATE, PRIMARY KEY (CCA_ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.315--ServerSession(1629032994)--Connection(1928117427)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.315--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.316--ServerSession(1629032994)--Connection(1246807878)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CREDIT_ACC (CCA_ID BIGINT NOT NULL, CARDNUMBER BIGINT, CARDTYPE VARCHAR(255), VALIDTO DATE, PRIMARY KEY (CCA_ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.32--ServerSession(1629032994)--Connection(1928117427)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.32--Thread(Thread[main,5,main])--The table (TMP_CREDIT_ACC) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.32--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CUBICLE (PLACE INTEGER NOT NULL, FLOOR INTEGER NOT NULL, COLOR VARCHAR(255), PRIMARY KEY (PLACE, FLOOR))") [junit] [EL Finest]: 2022-09-10 04:18:54.32--ServerSession(1629032994)--Connection(1861416877)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.32--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.32--ServerSession(1629032994)--Connection(584349634)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CUBICLE (PLACE INTEGER NOT NULL, FLOOR INTEGER NOT NULL, COLOR VARCHAR(255), PRIMARY KEY (PLACE, FLOOR)) [junit] [EL Finest]: 2022-09-10 04:18:54.324--ServerSession(1629032994)--Connection(1861416877)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.324--Thread(Thread[main,5,main])--The table (TMP_CUBICLE) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.324--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_DEP (ID INTEGER NOT NULL, NAME VARCHAR(255), VERSION SMALLINT, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.324--ServerSession(1629032994)--Connection(954742840)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.324--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.325--ServerSession(1629032994)--Connection(964895360)--Thread(Thread[main,5,main])--CREATE TABLE TMP_DEP (ID INTEGER NOT NULL, NAME VARCHAR(255), VERSION SMALLINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.328--ServerSession(1629032994)--Connection(954742840)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.329--Thread(Thread[main,5,main])--The table (TMP_DEP) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.329--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_EMP (ID INTEGER NOT NULL, FIRSTNAME VARCHAR(255), LASTNAME VARCHAR(255), SALARY DECIMAL(38), EMP_END DATETIME, EMP_START DATETIME, COSTCENTER INTEGER, DEPARTMENT INTEGER, BROKERAGE_ACCOUNT BIGINT, CUBICLE_FLOOR INTEGER, CUBICLE_PLACE INTEGER, SAMPLE_ACCOUNT BIGINT, PROFILE_GUID binary(16), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.329--ServerSession(1629032994)--Connection(115297013)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.329--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.329--ServerSession(1629032994)--Connection(652803980)--Thread(Thread[main,5,main])--CREATE TABLE TMP_EMP (ID INTEGER NOT NULL, FIRSTNAME VARCHAR(255), LASTNAME VARCHAR(255), SALARY DECIMAL(38), EMP_END DATETIME, EMP_START DATETIME, COSTCENTER INTEGER, DEPARTMENT INTEGER, BROKERAGE_ACCOUNT BIGINT, CUBICLE_FLOOR INTEGER, CUBICLE_PLACE INTEGER, SAMPLE_ACCOUNT BIGINT, PROFILE_GUID binary(16), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.333--ServerSession(1629032994)--Connection(115297013)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.333--Thread(Thread[main,5,main])--The table (TMP_EMP) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.333--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_HOBBY (ID VARCHAR(255) NOT NULL, CATEGORY VARCHAR(255), DESCRIPTION VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.333--ServerSession(1629032994)--Connection(628694336)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.333--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.334--ServerSession(1629032994)--Connection(1150063356)--Thread(Thread[main,5,main])--CREATE TABLE TMP_HOBBY (ID VARCHAR(255) NOT NULL, CATEGORY VARCHAR(255), DESCRIPTION VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.337--ServerSession(1629032994)--Connection(628694336)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.337--Thread(Thread[main,5,main])--The table (TMP_HOBBY) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.337--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_MATERIAL (COURSE_ID BIGINT NOT NULL, DATA LONGBLOB, PRIMARY KEY (COURSE_ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.338--ServerSession(1629032994)--Connection(2059316201)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.338--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.338--ServerSession(1629032994)--Connection(1510333744)--Thread(Thread[main,5,main])--CREATE TABLE TMP_MATERIAL (COURSE_ID BIGINT NOT NULL, DATA LONGBLOB, PRIMARY KEY (COURSE_ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.342--ServerSession(1629032994)--Connection(2059316201)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.342--Thread(Thread[main,5,main])--The table (TMP_MATERIAL) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.342--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_OFFICE (ID INTEGER NOT NULL, CAPACITY BIGINT, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.342--ServerSession(1629032994)--Connection(38851648)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.342--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.342--ServerSession(1629032994)--Connection(1992844647)--Thread(Thread[main,5,main])--CREATE TABLE TMP_OFFICE (ID INTEGER NOT NULL, CAPACITY BIGINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.346--ServerSession(1629032994)--Connection(38851648)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.346--Thread(Thread[main,5,main])--The table (TMP_OFFICE) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.346--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_PATENT (PAT_ASSIGNATION DATE, PAT_DESCRIPTION VARCHAR(255), PAT_NAME VARCHAR(255) NOT NULL, PAT_YEAR INTEGER NOT NULL, PRIMARY KEY (PAT_NAME, PAT_YEAR))") [junit] [EL Finest]: 2022-09-10 04:18:54.346--ServerSession(1629032994)--Connection(30604162)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.346--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.346--ServerSession(1629032994)--Connection(872699266)--Thread(Thread[main,5,main])--CREATE TABLE TMP_PATENT (PAT_ASSIGNATION DATE, PAT_DESCRIPTION VARCHAR(255), PAT_NAME VARCHAR(255) NOT NULL, PAT_YEAR INTEGER NOT NULL, PRIMARY KEY (PAT_NAME, PAT_YEAR)) [junit] [EL Finest]: 2022-09-10 04:18:54.35--ServerSession(1629032994)--Connection(30604162)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.35--Thread(Thread[main,5,main])--The table (TMP_PATENT) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.35--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_REVIEW (ID INTEGER NOT NULL, DTYPE VARCHAR(31), REVIEWDATE DATE, TEXT VARCHAR(255), VERSION INTEGER, PATENT_YEAR INTEGER, PATENT_NAME VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.351--ServerSession(1629032994)--Connection(147077478)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.351--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.351--ServerSession(1629032994)--Connection(519751097)--Thread(Thread[main,5,main])--CREATE TABLE TMP_REVIEW (ID INTEGER NOT NULL, DTYPE VARCHAR(31), REVIEWDATE DATE, TEXT VARCHAR(255), VERSION INTEGER, PATENT_YEAR INTEGER, PATENT_NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.355--ServerSession(1629032994)--Connection(147077478)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.355--Thread(Thread[main,5,main])--The table (TMP_REVIEW) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.355--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_REVIEW_DETAILS (REVIEW_ID INTEGER NOT NULL, SUCCESSRATE SMALLINT, PRIMARY KEY (REVIEW_ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.355--ServerSession(1629032994)--Connection(1088381072)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.355--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.355--ServerSession(1629032994)--Connection(146842175)--Thread(Thread[main,5,main])--CREATE TABLE TMP_REVIEW_DETAILS (REVIEW_ID INTEGER NOT NULL, SUCCESSRATE SMALLINT, PRIMARY KEY (REVIEW_ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.358--ServerSession(1629032994)--Connection(1088381072)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.358--Thread(Thread[main,5,main])--The table (TMP_REVIEW_DETAILS) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.358--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_PROJECT (ID INTEGER NOT NULL, PROJ_NAME VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.359--ServerSession(1629032994)--Connection(489200959)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.359--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.359--ServerSession(1629032994)--Connection(284427775)--Thread(Thread[main,5,main])--CREATE TABLE TMP_PROJECT (ID INTEGER NOT NULL, PROJ_NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.362--ServerSession(1629032994)--Connection(489200959)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.362--Thread(Thread[main,5,main])--The table (TMP_PROJECT) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.362--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_PROJECT_DETAILS (PROJECT_ID INTEGER NOT NULL, PLANNED_DAYS INTEGER, USED_DAYS INTEGER, PRIMARY KEY (PROJECT_ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.362--ServerSession(1629032994)--Connection(1166021410)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.362--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.363--ServerSession(1629032994)--Connection(1969958288)--Thread(Thread[main,5,main])--CREATE TABLE TMP_PROJECT_DETAILS (PROJECT_ID INTEGER NOT NULL, PLANNED_DAYS INTEGER, USED_DAYS INTEGER, PRIMARY KEY (PROJECT_ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.366--ServerSession(1629032994)--Connection(1166021410)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.366--Thread(Thread[main,5,main])--The table (TMP_PROJECT_DETAILS) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.366--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_SAVE_ACC (ACC_NUMBER BIGINT NOT NULL, BANKID VARCHAR(255), BANKNAME VARCHAR(255), INTERESTRATE FLOAT, PRIMARY KEY (ACC_NUMBER))") [junit] [EL Finest]: 2022-09-10 04:18:54.366--ServerSession(1629032994)--Connection(689588113)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.366--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.367--ServerSession(1629032994)--Connection(95545487)--Thread(Thread[main,5,main])--CREATE TABLE TMP_SAVE_ACC (ACC_NUMBER BIGINT NOT NULL, BANKID VARCHAR(255), BANKNAME VARCHAR(255), INTERESTRATE FLOAT, PRIMARY KEY (ACC_NUMBER)) [junit] [EL Finest]: 2022-09-10 04:18:54.37--ServerSession(1629032994)--Connection(689588113)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.37--Thread(Thread[main,5,main])--The table (TMP_SAVE_ACC) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.371--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_TASK (TASK_ID INTEGER NOT NULL, DESCRIPTION VARCHAR(255), PROJ_ID INTEGER NOT NULL, PRIMARY KEY (TASK_ID, PROJ_ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.371--ServerSession(1629032994)--Connection(298355914)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.371--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.371--ServerSession(1629032994)--Connection(456653804)--Thread(Thread[main,5,main])--CREATE TABLE TMP_TASK (TASK_ID INTEGER NOT NULL, DESCRIPTION VARCHAR(255), PROJ_ID INTEGER NOT NULL, PRIMARY KEY (TASK_ID, PROJ_ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.375--ServerSession(1629032994)--Connection(298355914)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.375--Thread(Thread[main,5,main])--The table (TMP_TASK) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.375--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_TRAILER (LOAD1 INTEGER, HIGH INTEGER NOT NULL, LOW INTEGER NOT NULL, PRIMARY KEY (HIGH, LOW))") [junit] [EL Finest]: 2022-09-10 04:18:54.375--ServerSession(1629032994)--Connection(1590202270)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.375--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.375--ServerSession(1629032994)--Connection(2047145776)--Thread(Thread[main,5,main])--CREATE TABLE TMP_TRAILER (LOAD1 INTEGER, HIGH INTEGER NOT NULL, LOW INTEGER NOT NULL, PRIMARY KEY (HIGH, LOW)) [junit] [EL Finest]: 2022-09-10 04:18:54.379--ServerSession(1629032994)--Connection(1590202270)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.379--Thread(Thread[main,5,main])--The table (TMP_TRAILER) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.379--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_PROFILE (GUID binary(16) NOT NULL, AIRLINE VARCHAR(255), SMOKER TINYINT(1) default 0, PRIMARY KEY (GUID))") [junit] [EL Finest]: 2022-09-10 04:18:54.379--ServerSession(1629032994)--Connection(897541009)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.379--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.379--ServerSession(1629032994)--Connection(1755295609)--Thread(Thread[main,5,main])--CREATE TABLE TMP_PROFILE (GUID binary(16) NOT NULL, AIRLINE VARCHAR(255), SMOKER TINYINT(1) default 0, PRIMARY KEY (GUID)) [junit] [EL Finest]: 2022-09-10 04:18:54.383--ServerSession(1629032994)--Connection(897541009)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.383--Thread(Thread[main,5,main])--The table (TMP_PROFILE) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.383--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_UCOFFICE (ID INTEGER NOT NULL, CAPACITY BIGINT, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.383--ServerSession(1629032994)--Connection(882658588)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.383--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.383--ServerSession(1629032994)--Connection(569235601)--Thread(Thread[main,5,main])--CREATE TABLE TMP_UCOFFICE (ID INTEGER NOT NULL, CAPACITY BIGINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.386--ServerSession(1629032994)--Connection(882658588)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.386--Thread(Thread[main,5,main])--The table (TMP_UCOFFICE) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.387--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_READONLY (ID INTEGER NOT NULL, DTYPE INTEGER, NAME VARCHAR(255), VERSION INTEGER, ADDON VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.387--ServerSession(1629032994)--Connection(802395190)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.387--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.387--ServerSession(1629032994)--Connection(1622534157)--Thread(Thread[main,5,main])--CREATE TABLE TMP_READONLY (ID INTEGER NOT NULL, DTYPE INTEGER, NAME VARCHAR(255), VERSION INTEGER, ADDON VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.39--ServerSession(1629032994)--Connection(802395190)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.39--Thread(Thread[main,5,main])--The table (TMP_READONLY) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.39--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_EMBEDD_FA (ID INTEGER NOT NULL, EMB_FA_DATE DATETIME, EMB_FA_LONG BIGINT, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.39--ServerSession(1629032994)--Connection(40626598)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.39--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.391--ServerSession(1629032994)--Connection(1297189990)--Thread(Thread[main,5,main])--CREATE TABLE TMP_EMBEDD_FA (ID INTEGER NOT NULL, EMB_FA_DATE DATETIME, EMB_FA_LONG BIGINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.394--ServerSession(1629032994)--Connection(40626598)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.394--Thread(Thread[main,5,main])--The table (TMP_EMBEDD_FA) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.394--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_EMBEDD_PA (ID INTEGER NOT NULL, EMB_PA_DATE DATETIME, EMB_PA_LONG BIGINT, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.394--ServerSession(1629032994)--Connection(2028372993)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.394--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.395--ServerSession(1629032994)--Connection(957683143)--Thread(Thread[main,5,main])--CREATE TABLE TMP_EMBEDD_PA (ID INTEGER NOT NULL, EMB_PA_DATE DATETIME, EMB_PA_LONG BIGINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.398--ServerSession(1629032994)--Connection(2028372993)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.398--Thread(Thread[main,5,main])--The table (TMP_EMBEDD_PA) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.398--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE BYTE_ITEM (ITEM_ID binary(16) NOT NULL, NAME VARCHAR(255), NAMESPACE VARCHAR(255), TEXT VARCHAR(255), PRIMARY KEY (ITEM_ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.398--ServerSession(1629032994)--Connection(127401209)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.398--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.399--ServerSession(1629032994)--Connection(381516513)--Thread(Thread[main,5,main])--CREATE TABLE BYTE_ITEM (ITEM_ID binary(16) NOT NULL, NAME VARCHAR(255), NAMESPACE VARCHAR(255), TEXT VARCHAR(255), PRIMARY KEY (ITEM_ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.402--ServerSession(1629032994)--Connection(127401209)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.402--Thread(Thread[main,5,main])--The table (BYTE_ITEM) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.403--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE BYTE_ITEM_ATT (ATT_KEY VARCHAR(255) NOT NULL, ATT_VAL VARCHAR(255), ITEM_ID binary(16) NOT NULL, PRIMARY KEY (ATT_KEY, ITEM_ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.403--ServerSession(1629032994)--Connection(190490203)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.403--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.403--ServerSession(1629032994)--Connection(1993191331)--Thread(Thread[main,5,main])--CREATE TABLE BYTE_ITEM_ATT (ATT_KEY VARCHAR(255) NOT NULL, ATT_VAL VARCHAR(255), ITEM_ID binary(16) NOT NULL, PRIMARY KEY (ATT_KEY, ITEM_ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.406--ServerSession(1629032994)--Connection(190490203)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.407--Thread(Thread[main,5,main])--The table (BYTE_ITEM_ATT) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.407--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_ISLAND (ID INTEGER NOT NULL, DTYPE VARCHAR(31), NAME VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.407--ServerSession(1629032994)--Connection(293618119)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.407--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.407--ServerSession(1629032994)--Connection(170611939)--Thread(Thread[main,5,main])--CREATE TABLE TMP_ISLAND (ID INTEGER NOT NULL, DTYPE VARCHAR(31), NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.41--ServerSession(1629032994)--Connection(293618119)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.41--Thread(Thread[main,5,main])--The table (TMP_ISLAND) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.41--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CITY (ID BIGINT NOT NULL, CITY_ENUM VARCHAR(255), COOL TINYINT(1) default 0, NAME VARCHAR(255), TYPE VARCHAR(255), CITY_TESLA_INT INTEGER, CITY_TESLA_BLOB LONGBLOB, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.41--ServerSession(1629032994)--Connection(854202039)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.41--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.411--ServerSession(1629032994)--Connection(1656143941)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CITY (ID BIGINT NOT NULL, CITY_ENUM VARCHAR(255), COOL TINYINT(1) default 0, NAME VARCHAR(255), TYPE VARCHAR(255), CITY_TESLA_INT INTEGER, CITY_TESLA_BLOB LONGBLOB, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.414--ServerSession(1629032994)--Connection(854202039)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.414--Thread(Thread[main,5,main])--The table (TMP_CITY) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.414--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_COP (ID BIGINT NOT NULL, COP_TESLA_INT INTEGER, COP_TESLA_BLOB LONGBLOB, PARTNER_ID BIGINT, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.414--ServerSession(1629032994)--Connection(604976394)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.414--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.414--ServerSession(1629032994)--Connection(1886350630)--Thread(Thread[main,5,main])--CREATE TABLE TMP_COP (ID BIGINT NOT NULL, COP_TESLA_INT INTEGER, COP_TESLA_BLOB LONGBLOB, PARTNER_ID BIGINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.418--ServerSession(1629032994)--Connection(604976394)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.418--Thread(Thread[main,5,main])--The table (TMP_COP) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.418--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_PERSON (ID BIGINT NOT NULL, W_BOOL TINYINT(1) default 0, W_FLOAT FLOAT, P_BOOL TINYINT(1) default 0, P_FLOAT FLOAT, P_INT INTEGER, W_BIGDEC DECIMAL(38), W_BIGINT BIGINT, PBA_BINARY LONGBLOB, WBA_BINARY LONGBLOB, UTIL_CALENDAR DATETIME, PCA_VARCHAR LONGTEXT, WCA_VARCHAR LONGTEXT, W_INT INTEGER, SQL_DATE DATE, SQL_TIME TIME, SQL_TIMESTAMP DATETIME, W_STRING VARCHAR(255), UTIL_DATE DATETIME, CITY BIGINT, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.418--ServerSession(1629032994)--Connection(923570200)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.418--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.418--ServerSession(1629032994)--Connection(1015139714)--Thread(Thread[main,5,main])--CREATE TABLE TMP_PERSON (ID BIGINT NOT NULL, W_BOOL TINYINT(1) default 0, W_FLOAT FLOAT, P_BOOL TINYINT(1) default 0, P_FLOAT FLOAT, P_INT INTEGER, W_BIGDEC DECIMAL(38), W_BIGINT BIGINT, PBA_BINARY LONGBLOB, WBA_BINARY LONGBLOB, UTIL_CALENDAR DATETIME, PCA_VARCHAR LONGTEXT, WCA_VARCHAR LONGTEXT, W_INT INTEGER, SQL_DATE DATE, SQL_TIME TIME, SQL_TIMESTAMP DATETIME, W_STRING VARCHAR(255), UTIL_DATE DATETIME, CITY BIGINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.422--ServerSession(1629032994)--Connection(923570200)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.422--Thread(Thread[main,5,main])--The table (TMP_PERSON) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.422--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_INFORMER (ID BIGINT NOT NULL, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.422--ServerSession(1629032994)--Connection(437583344)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.423--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.423--ServerSession(1629032994)--Connection(676060909)--Thread(Thread[main,5,main])--CREATE TABLE TMP_INFORMER (ID BIGINT NOT NULL, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.426--ServerSession(1629032994)--Connection(437583344)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.426--Thread(Thread[main,5,main])--The table (TMP_INFORMER) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.427--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CRIMINAL (ID BIGINT NOT NULL, TRANSMISSION_TYPE VARCHAR(255), ATTACHEDCOP_ID BIGINT, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.427--ServerSession(1629032994)--Connection(1978317461)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.427--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.427--ServerSession(1629032994)--Connection(52477555)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CRIMINAL (ID BIGINT NOT NULL, TRANSMISSION_TYPE VARCHAR(255), ATTACHEDCOP_ID BIGINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.43--ServerSession(1629032994)--Connection(1978317461)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.431--Thread(Thread[main,5,main])--The table (TMP_CRIMINAL) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.431--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CAVE (ID INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.431--ServerSession(1629032994)--Connection(1257058590)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.431--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.431--ServerSession(1629032994)--Connection(1278790934)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CAVE (ID INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.435--ServerSession(1629032994)--Connection(1257058590)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.435--Thread(Thread[main,5,main])--The table (TMP_CAVE) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.435--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CREATURE (ID INTEGER AUTO_INCREMENT NOT NULL, DTYPE VARCHAR(31), NAME VARCHAR(255), WEAPON INTEGER, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.435--ServerSession(1629032994)--Connection(740120508)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.435--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.435--ServerSession(1629032994)--Connection(650608468)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CREATURE (ID INTEGER AUTO_INCREMENT NOT NULL, DTYPE VARCHAR(31), NAME VARCHAR(255), WEAPON INTEGER, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.439--ServerSession(1629032994)--Connection(740120508)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.439--Thread(Thread[main,5,main])--The table (TMP_CREATURE) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.439--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CREATURE_DETAILS (SECONDTABLE_ID INTEGER NOT NULL, COLOR VARCHAR(255), PRIMARY KEY (SECONDTABLE_ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.439--ServerSession(1629032994)--Connection(687608114)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.439--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.439--ServerSession(1629032994)--Connection(895280806)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CREATURE_DETAILS (SECONDTABLE_ID INTEGER NOT NULL, COLOR VARCHAR(255), PRIMARY KEY (SECONDTABLE_ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.443--ServerSession(1629032994)--Connection(687608114)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.443--Thread(Thread[main,5,main])--The table (TMP_CREATURE_DETAILS) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.443--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_MYTHICALCREATURE (ID INTEGER NOT NULL, STORY VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.443--ServerSession(1629032994)--Connection(1443000737)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.443--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.443--ServerSession(1629032994)--Connection(79283217)--Thread(Thread[main,5,main])--CREATE TABLE TMP_MYTHICALCREATURE (ID INTEGER NOT NULL, STORY VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.447--ServerSession(1629032994)--Connection(1443000737)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.447--Thread(Thread[main,5,main])--The table (TMP_MYTHICALCREATURE) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.447--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_WEAPON (ID INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.447--ServerSession(1629032994)--Connection(591352568)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.447--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.447--ServerSession(1629032994)--Connection(1777112002)--Thread(Thread[main,5,main])--CREATE TABLE TMP_WEAPON (ID INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.451--ServerSession(1629032994)--Connection(591352568)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.451--Thread(Thread[main,5,main])--The table (TMP_WEAPON) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.451--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CASC_NODE (ID INTEGER NOT NULL, PARENT INTEGER, DESCRIPTION INTEGER, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.451--ServerSession(1629032994)--Connection(192318053)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.451--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.452--ServerSession(1629032994)--Connection(109673034)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CASC_NODE (ID INTEGER NOT NULL, PARENT INTEGER, DESCRIPTION INTEGER, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.455--ServerSession(1629032994)--Connection(192318053)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.455--Thread(Thread[main,5,main])--The table (TMP_CASC_NODE) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.456--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CASC_NODE_DESC (ID INTEGER NOT NULL, DESC_TEXT VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.456--ServerSession(1629032994)--Connection(958817283)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.456--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.456--ServerSession(1629032994)--Connection(1957691975)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CASC_NODE_DESC (ID INTEGER NOT NULL, DESC_TEXT VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.46--ServerSession(1629032994)--Connection(958817283)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.46--Thread(Thread[main,5,main])--The table (TMP_CASC_NODE_DESC) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.46--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_NODE (ID INTEGER NOT NULL, NODENAME VARCHAR(255), VERSIONCOLUMN BIGINT, PARENT INTEGER, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.46--ServerSession(1629032994)--Connection(1097397209)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.46--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.461--ServerSession(1629032994)--Connection(893281161)--Thread(Thread[main,5,main])--CREATE TABLE TMP_NODE (ID INTEGER NOT NULL, NODENAME VARCHAR(255), VERSIONCOLUMN BIGINT, PARENT INTEGER, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.464--ServerSession(1629032994)--Connection(1097397209)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.464--Thread(Thread[main,5,main])--The table (TMP_NODE) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.464--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_NASTY (ID BIGINT NOT NULL, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.464--ServerSession(1629032994)--Connection(2090142523)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.464--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.465--ServerSession(1629032994)--Connection(988876043)--Thread(Thread[main,5,main])--CREATE TABLE TMP_NASTY (ID BIGINT NOT NULL, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.468--ServerSession(1629032994)--Connection(2090142523)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.468--Thread(Thread[main,5,main])--The table (TMP_NASTY) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.468--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_TIMESTAMP (ID BIGINT NOT NULL, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.468--ServerSession(1629032994)--Connection(1751325469)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.468--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.468--ServerSession(1629032994)--Connection(1514723919)--Thread(Thread[main,5,main])--CREATE TABLE TMP_TIMESTAMP (ID BIGINT NOT NULL, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.472--ServerSession(1629032994)--Connection(1751325469)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.472--Thread(Thread[main,5,main])--The table (TMP_TIMESTAMP) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.472--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_BASIC_TYPES_FA (ID INTEGER NOT NULL, BIG_DECIMAL DECIMAL(12,2), BIG_INTEGER BIGINT, ENUM_ORDINAL INTEGER, ENUM_STRING VARCHAR(255), P_BYTE TINYINT, P_BOOLEAN TINYINT(1) default 0, PBA_BINARY binary(8), PBA_BLOB LONGBLOB, PBA_LONGVARBINARY LONGBLOB, P_CHAR CHAR(1), PCA_CLOB LONGTEXT, PCA_VARCHAR VARCHAR(255), P_DOUBLE DOUBLE, P_FLOAT FLOAT, P_INT INTEGER, P_LONG BIGINT, P_SHORT SMALLINT, SERIALIZABLE LONGBLOB, SQL_DATE DATE, SQL_TIME TIME, SQL_TIMESTAMP DATETIME, STRING_CLOB LONGTEXT, STRING_VC VARCHAR(128), UTIL_CALENDAR DATETIME, UTIL_DATE DATETIME, VERSION BIGINT, W_BOOLEAN TINYINT(1) default 0, W_BYTE TINYINT, WBA_BINARY binary(8), WBA_BLOB LONGBLOB, WBA_LONGVARBINARY LONGBLOB, W_CHARACTER CHAR(1), WCA_CLOB LONGTEXT, WCA_VARCHAR VARCHAR(255), W_DOUBLE DOUBLE, W_FLOAT FLOAT, W_INTEGER INTEGER, W_LONG BIGINT, W_SMALLINT SMALLINT, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.472--ServerSession(1629032994)--Connection(351249017)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.472--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.472--ServerSession(1629032994)--Connection(149526537)--Thread(Thread[main,5,main])--CREATE TABLE TMP_BASIC_TYPES_FA (ID INTEGER NOT NULL, BIG_DECIMAL DECIMAL(12,2), BIG_INTEGER BIGINT, ENUM_ORDINAL INTEGER, ENUM_STRING VARCHAR(255), P_BYTE TINYINT, P_BOOLEAN TINYINT(1) default 0, PBA_BINARY binary(8), PBA_BLOB LONGBLOB, PBA_LONGVARBINARY LONGBLOB, P_CHAR CHAR(1), PCA_CLOB LONGTEXT, PCA_VARCHAR VARCHAR(255), P_DOUBLE DOUBLE, P_FLOAT FLOAT, P_INT INTEGER, P_LONG BIGINT, P_SHORT SMALLINT, SERIALIZABLE LONGBLOB, SQL_DATE DATE, SQL_TIME TIME, SQL_TIMESTAMP DATETIME, STRING_CLOB LONGTEXT, STRING_VC VARCHAR(128), UTIL_CALENDAR DATETIME, UTIL_DATE DATETIME, VERSION BIGINT, W_BOOLEAN TINYINT(1) default 0, W_BYTE TINYINT, WBA_BINARY binary(8), WBA_BLOB LONGBLOB, WBA_LONGVARBINARY LONGBLOB, W_CHARACTER CHAR(1), WCA_CLOB LONGTEXT, WCA_VARCHAR VARCHAR(255), W_DOUBLE DOUBLE, W_FLOAT FLOAT, W_INTEGER INTEGER, W_LONG BIGINT, W_SMALLINT SMALLINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.476--ServerSession(1629032994)--Connection(351249017)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.476--Thread(Thread[main,5,main])--The table (TMP_BASIC_TYPES_FA) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.476--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_BASIC_TYPES_PA (ID INTEGER NOT NULL, BIG_DECIMAL DECIMAL(12,2), BIG_INTEGER BIGINT, ENUM_ORDINAL INTEGER, ENUM_STRING VARCHAR(255), P_BYTE TINYINT, P_BOOLEAN TINYINT(1) default 0, PBA_BINARY LONGBLOB, PBA_BLOB LONGBLOB, PBA_LONGVARBINARY LONGBLOB, P_CHAR CHAR(1), PCA_CLOB LONGTEXT, PCA_VARCHAR LONGTEXT, P_DOUBLE DOUBLE, P_FLOAT FLOAT, P_INT INTEGER, P_LONG BIGINT, P_SHORT SMALLINT, SERIALIZABLE LONGBLOB, SQL_DATE DATE, SQL_TIME TIME, SQL_TIMESTAMP DATETIME, STRING_CLOB LONGTEXT, STRING_VC VARCHAR(128), UTIL_CALENDAR DATETIME, UTIL_DATE DATETIME, W_BOOLEAN TINYINT(1) default 0, W_BYTE TINYINT, WBA_BINARY LONGBLOB, WBA_BLOB LONGBLOB, WBA_LONGVARBINARY LONGBLOB, W_CHARACTER CHAR(1), WCA_CLOB LONGTEXT, WCA_VARCHAR LONGTEXT, W_DOUBLE DOUBLE, W_FLOAT FLOAT, W_INTEGER INTEGER, W_LONG BIGINT, W_SMALLINT SMALLINT, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.476--ServerSession(1629032994)--Connection(614516107)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.476--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.477--ServerSession(1629032994)--Connection(1615669446)--Thread(Thread[main,5,main])--CREATE TABLE TMP_BASIC_TYPES_PA (ID INTEGER NOT NULL, BIG_DECIMAL DECIMAL(12,2), BIG_INTEGER BIGINT, ENUM_ORDINAL INTEGER, ENUM_STRING VARCHAR(255), P_BYTE TINYINT, P_BOOLEAN TINYINT(1) default 0, PBA_BINARY LONGBLOB, PBA_BLOB LONGBLOB, PBA_LONGVARBINARY LONGBLOB, P_CHAR CHAR(1), PCA_CLOB LONGTEXT, PCA_VARCHAR LONGTEXT, P_DOUBLE DOUBLE, P_FLOAT FLOAT, P_INT INTEGER, P_LONG BIGINT, P_SHORT SMALLINT, SERIALIZABLE LONGBLOB, SQL_DATE DATE, SQL_TIME TIME, SQL_TIMESTAMP DATETIME, STRING_CLOB LONGTEXT, STRING_VC VARCHAR(128), UTIL_CALENDAR DATETIME, UTIL_DATE DATETIME, W_BOOLEAN TINYINT(1) default 0, W_BYTE TINYINT, WBA_BINARY LONGBLOB, WBA_BLOB LONGBLOB, WBA_LONGVARBINARY LONGBLOB, W_CHARACTER CHAR(1), WCA_CLOB LONGTEXT, WCA_VARCHAR LONGTEXT, W_DOUBLE DOUBLE, W_FLOAT FLOAT, W_INTEGER INTEGER, W_LONG BIGINT, W_SMALLINT SMALLINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.48--ServerSession(1629032994)--Connection(614516107)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.48--Thread(Thread[main,5,main])--The table (TMP_BASIC_TYPES_PA) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.481--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_TEMPORAL_FA (ID BIGINT NOT NULL, SQL_DATE DATE, SQL_TIME TIME, SQL_TIMESTAMP DATETIME, UTIL_CALENDAR_D DATE, UTIL_CALENDAR_T TIME, UTIL_CALENDAR_TS DATETIME, UTIL_DATE_D DATE, UTIL_DATE_T TIME, UTIL_DATE_TS DATETIME, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.481--ServerSession(1629032994)--Connection(974242027)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.481--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.481--ServerSession(1629032994)--Connection(856937591)--Thread(Thread[main,5,main])--CREATE TABLE TMP_TEMPORAL_FA (ID BIGINT NOT NULL, SQL_DATE DATE, SQL_TIME TIME, SQL_TIMESTAMP DATETIME, UTIL_CALENDAR_D DATE, UTIL_CALENDAR_T TIME, UTIL_CALENDAR_TS DATETIME, UTIL_DATE_D DATE, UTIL_DATE_T TIME, UTIL_DATE_TS DATETIME, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.484--ServerSession(1629032994)--Connection(974242027)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.484--Thread(Thread[main,5,main])--The table (TMP_TEMPORAL_FA) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.484--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_ANIMAL (ID INTEGER AUTO_INCREMENT NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.484--ServerSession(1629032994)--Connection(2126545173)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.484--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.485--ServerSession(1629032994)--Connection(1407009494)--Thread(Thread[main,5,main])--CREATE TABLE TMP_ANIMAL (ID INTEGER AUTO_INCREMENT NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.488--ServerSession(1629032994)--Connection(2126545173)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.488--Thread(Thread[main,5,main])--The table (TMP_ANIMAL) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.488--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_ELEMENT (ID INTEGER AUTO_INCREMENT NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.488--ServerSession(1629032994)--Connection(1045250282)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.488--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.488--ServerSession(1629032994)--Connection(121597447)--Thread(Thread[main,5,main])--CREATE TABLE TMP_ELEMENT (ID INTEGER AUTO_INCREMENT NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.492--ServerSession(1629032994)--Connection(1045250282)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.492--Thread(Thread[main,5,main])--The table (TMP_ELEMENT) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.492--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_PLANT (ID INTEGER AUTO_INCREMENT NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.492--ServerSession(1629032994)--Connection(1099925775)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.492--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.492--ServerSession(1629032994)--Connection(1027377263)--Thread(Thread[main,5,main])--CREATE TABLE TMP_PLANT (ID INTEGER AUTO_INCREMENT NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.496--ServerSession(1629032994)--Connection(1099925775)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.496--Thread(Thread[main,5,main])--The table (TMP_PLANT) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.496--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_EMP_BICYCLE (BICYCLE_ID SMALLINT NOT NULL, EMPLOYEE_ID INTEGER NOT NULL, PRIMARY KEY (BICYCLE_ID, EMPLOYEE_ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.496--ServerSession(1629032994)--Connection(1528574692)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.496--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.496--ServerSession(1629032994)--Connection(45790744)--Thread(Thread[main,5,main])--CREATE TABLE TMP_EMP_BICYCLE (BICYCLE_ID SMALLINT NOT NULL, EMPLOYEE_ID INTEGER NOT NULL, PRIMARY KEY (BICYCLE_ID, EMPLOYEE_ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.499--ServerSession(1629032994)--Connection(1528574692)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.499--Thread(Thread[main,5,main])--The table (TMP_EMP_BICYCLE) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.499--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_COURSE_EMP (COURSE_ID BIGINT NOT NULL, EMP_ID INTEGER NOT NULL, PRIMARY KEY (COURSE_ID, EMP_ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.499--ServerSession(1629032994)--Connection(620471432)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.499--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.499--ServerSession(1629032994)--Connection(1940311161)--Thread(Thread[main,5,main])--CREATE TABLE TMP_COURSE_EMP (COURSE_ID BIGINT NOT NULL, EMP_ID INTEGER NOT NULL, PRIMARY KEY (COURSE_ID, EMP_ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.503--ServerSession(1629032994)--Connection(620471432)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.503--Thread(Thread[main,5,main])--The table (TMP_COURSE_EMP) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.503--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_EMP_CREDIT (CLIENT_ID INTEGER NOT NULL, CREDIT_ID BIGINT NOT NULL, PRIMARY KEY (CLIENT_ID, CREDIT_ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.503--ServerSession(1629032994)--Connection(1822115007)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.503--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.504--ServerSession(1629032994)--Connection(698062929)--Thread(Thread[main,5,main])--CREATE TABLE TMP_EMP_CREDIT (CLIENT_ID INTEGER NOT NULL, CREDIT_ID BIGINT NOT NULL, PRIMARY KEY (CLIENT_ID, CREDIT_ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.507--ServerSession(1629032994)--Connection(1822115007)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.507--Thread(Thread[main,5,main])--The table (TMP_EMP_CREDIT) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.507--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_EMP_HOBBY (EMP_ID INTEGER NOT NULL, HOBBY_ID VARCHAR(255) NOT NULL, PRIMARY KEY (EMP_ID, HOBBY_ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.507--ServerSession(1629032994)--Connection(1371182382)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.507--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.507--ServerSession(1629032994)--Connection(605472344)--Thread(Thread[main,5,main])--CREATE TABLE TMP_EMP_HOBBY (EMP_ID INTEGER NOT NULL, HOBBY_ID VARCHAR(255) NOT NULL, PRIMARY KEY (EMP_ID, HOBBY_ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.511--ServerSession(1629032994)--Connection(1371182382)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.511--Thread(Thread[main,5,main])--The table (TMP_EMP_HOBBY) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.511--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_EMP_PATENT (EMP_ID INTEGER NOT NULL, PATENT_NAME VARCHAR(255) NOT NULL, PATENT_YEAR INTEGER NOT NULL, PRIMARY KEY (EMP_ID, PATENT_NAME, PATENT_YEAR))") [junit] [EL Finest]: 2022-09-10 04:18:54.511--ServerSession(1629032994)--Connection(458624688)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.511--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.511--ServerSession(1629032994)--Connection(165687172)--Thread(Thread[main,5,main])--CREATE TABLE TMP_EMP_PATENT (EMP_ID INTEGER NOT NULL, PATENT_NAME VARCHAR(255) NOT NULL, PATENT_YEAR INTEGER NOT NULL, PRIMARY KEY (EMP_ID, PATENT_NAME, PATENT_YEAR)) [junit] [EL Finest]: 2022-09-10 04:18:54.515--ServerSession(1629032994)--Connection(458624688)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.515--Thread(Thread[main,5,main])--The table (TMP_EMP_PATENT) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.515--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_EMP_PROJECT (EMP_ID INTEGER NOT NULL, PROJECT_ID INTEGER NOT NULL, PRIMARY KEY (EMP_ID, PROJECT_ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.515--ServerSession(1629032994)--Connection(745287727)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.515--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.516--ServerSession(1629032994)--Connection(611890729)--Thread(Thread[main,5,main])--CREATE TABLE TMP_EMP_PROJECT (EMP_ID INTEGER NOT NULL, PROJECT_ID INTEGER NOT NULL, PRIMARY KEY (EMP_ID, PROJECT_ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.519--ServerSession(1629032994)--Connection(745287727)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.519--Thread(Thread[main,5,main])--The table (TMP_EMP_PROJECT) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.519--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_EMP_REVIEW (EMP_ID INTEGER NOT NULL, REVIEW_ID INTEGER NOT NULL, PRIMARY KEY (EMP_ID, REVIEW_ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.519--ServerSession(1629032994)--Connection(1460298405)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.519--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.519--ServerSession(1629032994)--Connection(908218259)--Thread(Thread[main,5,main])--CREATE TABLE TMP_EMP_REVIEW (EMP_ID INTEGER NOT NULL, REVIEW_ID INTEGER NOT NULL, PRIMARY KEY (EMP_ID, REVIEW_ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.523--ServerSession(1629032994)--Connection(1460298405)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.523--Thread(Thread[main,5,main])--The table (TMP_EMP_REVIEW) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.523--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_OFFICE_CUBICLE (OFFICE_ID INTEGER NOT NULL, CUBICLE_FLOOR INTEGER NOT NULL, CUBICLE_PLACE INTEGER NOT NULL, CUBICLES_KEY LONGBLOB, PRIMARY KEY (OFFICE_ID, CUBICLE_FLOOR, CUBICLE_PLACE))") [junit] [EL Finest]: 2022-09-10 04:18:54.523--ServerSession(1629032994)--Connection(1446825265)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.523--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.523--ServerSession(1629032994)--Connection(1917214386)--Thread(Thread[main,5,main])--CREATE TABLE TMP_OFFICE_CUBICLE (OFFICE_ID INTEGER NOT NULL, CUBICLE_FLOOR INTEGER NOT NULL, CUBICLE_PLACE INTEGER NOT NULL, CUBICLES_KEY LONGBLOB, PRIMARY KEY (OFFICE_ID, CUBICLE_FLOOR, CUBICLE_PLACE)) [junit] [EL Finest]: 2022-09-10 04:18:54.527--ServerSession(1629032994)--Connection(1446825265)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.527--Thread(Thread[main,5,main])--The table (TMP_OFFICE_CUBICLE) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.527--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_VEHICLE_PROFILE (PROFILE_ID binary(16) NOT NULL, VEHICLE_ID SMALLINT NOT NULL, PRIMARY KEY (PROFILE_ID, VEHICLE_ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.527--ServerSession(1629032994)--Connection(431446827)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.527--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.527--ServerSession(1629032994)--Connection(1506030945)--Thread(Thread[main,5,main])--CREATE TABLE TMP_VEHICLE_PROFILE (PROFILE_ID binary(16) NOT NULL, VEHICLE_ID SMALLINT NOT NULL, PRIMARY KEY (PROFILE_ID, VEHICLE_ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.531--ServerSession(1629032994)--Connection(431446827)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.531--Thread(Thread[main,5,main])--The table (TMP_VEHICLE_PROFILE) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.531--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_UCOFFICE_CUBICLE (OFFICE_ID INTEGER NOT NULL, CUBICLE_FLOOR INTEGER NOT NULL, CUBICLE_PLACE INTEGER NOT NULL, PRIMARY KEY (OFFICE_ID, CUBICLE_FLOOR, CUBICLE_PLACE))") [junit] [EL Finest]: 2022-09-10 04:18:54.531--ServerSession(1629032994)--Connection(2065196426)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.531--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.531--ServerSession(1629032994)--Connection(51325109)--Thread(Thread[main,5,main])--CREATE TABLE TMP_UCOFFICE_CUBICLE (OFFICE_ID INTEGER NOT NULL, CUBICLE_FLOOR INTEGER NOT NULL, CUBICLE_PLACE INTEGER NOT NULL, PRIMARY KEY (OFFICE_ID, CUBICLE_FLOOR, CUBICLE_PLACE)) [junit] [EL Finest]: 2022-09-10 04:18:54.535--ServerSession(1629032994)--Connection(2065196426)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.535--Thread(Thread[main,5,main])--The table (TMP_UCOFFICE_CUBICLE) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.535--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CITY_TMP_COP (City_ID BIGINT NOT NULL, cops_ID BIGINT NOT NULL, PRIMARY KEY (City_ID, cops_ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.535--ServerSession(1629032994)--Connection(1386999197)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.535--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.535--ServerSession(1629032994)--Connection(672869885)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CITY_TMP_COP (City_ID BIGINT NOT NULL, cops_ID BIGINT NOT NULL, PRIMARY KEY (City_ID, cops_ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.539--ServerSession(1629032994)--Connection(1386999197)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.539--Thread(Thread[main,5,main])--The table (TMP_CITY_TMP_COP) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.539--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CITY_TMP_CRIMINAL (City_ID BIGINT NOT NULL, criminals_ID BIGINT NOT NULL, PRIMARY KEY (City_ID, criminals_ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.539--ServerSession(1629032994)--Connection(286840121)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.539--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.539--ServerSession(1629032994)--Connection(1612539426)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CITY_TMP_CRIMINAL (City_ID BIGINT NOT NULL, criminals_ID BIGINT NOT NULL, PRIMARY KEY (City_ID, criminals_ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.543--ServerSession(1629032994)--Connection(286840121)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.543--Thread(Thread[main,5,main])--The table (TMP_CITY_TMP_CRIMINAL) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.543--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_COP_TMP_CRIMINAL (Cop_ID BIGINT NOT NULL, attachedCriminals_ID BIGINT NOT NULL, PRIMARY KEY (Cop_ID, attachedCriminals_ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.543--ServerSession(1629032994)--Connection(767060604)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.543--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.543--ServerSession(1629032994)--Connection(639579551)--Thread(Thread[main,5,main])--CREATE TABLE TMP_COP_TMP_CRIMINAL (Cop_ID BIGINT NOT NULL, attachedCriminals_ID BIGINT NOT NULL, PRIMARY KEY (Cop_ID, attachedCriminals_ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.546--ServerSession(1629032994)--Connection(767060604)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.546--Thread(Thread[main,5,main])--The table (TMP_COP_TMP_CRIMINAL) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.547--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_COP_TMP_INFORMER (Cop_ID BIGINT NOT NULL, informers_ID BIGINT NOT NULL, PRIMARY KEY (Cop_ID, informers_ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.547--ServerSession(1629032994)--Connection(958209587)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.547--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.547--ServerSession(1629032994)--Connection(1727096642)--Thread(Thread[main,5,main])--CREATE TABLE TMP_COP_TMP_INFORMER (Cop_ID BIGINT NOT NULL, informers_ID BIGINT NOT NULL, PRIMARY KEY (Cop_ID, informers_ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.55--ServerSession(1629032994)--Connection(958209587)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.55--Thread(Thread[main,5,main])--The table (TMP_COP_TMP_INFORMER) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.55--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_INFORMER_TMP_COP (Informer_ID BIGINT NOT NULL, informingCops_ID BIGINT NOT NULL, PRIMARY KEY (Informer_ID, informingCops_ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.55--ServerSession(1629032994)--Connection(1835638995)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.55--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.55--ServerSession(1629032994)--Connection(5181771)--Thread(Thread[main,5,main])--CREATE TABLE TMP_INFORMER_TMP_COP (Informer_ID BIGINT NOT NULL, informingCops_ID BIGINT NOT NULL, PRIMARY KEY (Informer_ID, informingCops_ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.554--ServerSession(1629032994)--Connection(1835638995)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.554--Thread(Thread[main,5,main])--The table (TMP_INFORMER_TMP_COP) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.554--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CRIMINAL_TMP_CRIMINAL (Criminal_ID BIGINT NOT NULL, parties_ID BIGINT NOT NULL, PRIMARY KEY (Criminal_ID, parties_ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.554--ServerSession(1629032994)--Connection(529621529)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.554--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.554--ServerSession(1629032994)--Connection(1739390441)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CRIMINAL_TMP_CRIMINAL (Criminal_ID BIGINT NOT NULL, parties_ID BIGINT NOT NULL, PRIMARY KEY (Criminal_ID, parties_ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.558--ServerSession(1629032994)--Connection(529621529)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.558--Thread(Thread[main,5,main])--The table (TMP_CRIMINAL_TMP_CRIMINAL) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.558--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CAVE_CREATURE (CAVE_ID INTEGER NOT NULL, CREATURE_ID INTEGER NOT NULL, PRIMARY KEY (CAVE_ID, CREATURE_ID))") [junit] [EL Finest]: 2022-09-10 04:18:54.558--ServerSession(1629032994)--Connection(1629292387)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.558--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.558--ServerSession(1629032994)--Connection(1633615132)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CAVE_CREATURE (CAVE_ID INTEGER NOT NULL, CREATURE_ID INTEGER NOT NULL, PRIMARY KEY (CAVE_ID, CREATURE_ID)) [junit] [EL Finest]: 2022-09-10 04:18:54.562--ServerSession(1629032994)--Connection(1629292387)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.562--Thread(Thread[main,5,main])--The table (TMP_CAVE_CREATURE) is created. [junit] [EL Finest]: 2022-09-10 04:18:54.562--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP ADD CONSTRAINT UNQ_TMP_EMP_0 UNIQUE (ID, DEPARTMENT)") [junit] [EL Finest]: 2022-09-10 04:18:54.562--ServerSession(1629032994)--Connection(589489519)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.562--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.562--ServerSession(1629032994)--Connection(889346570)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP ADD CONSTRAINT UNQ_TMP_EMP_0 UNIQUE (ID, DEPARTMENT) [junit] [EL Finest]: 2022-09-10 04:18:54.566--ServerSession(1629032994)--Connection(589489519)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.566--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_METRIC ADD CONSTRAINT FK_TMP_METRIC_COMPONENT_ID FOREIGN KEY (COMPONENT_ID) REFERENCES TMP_COMPONENT (ID)") [junit] [EL Finest]: 2022-09-10 04:18:54.566--ServerSession(1629032994)--Connection(1221407133)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.566--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.566--ServerSession(1629032994)--Connection(1866002564)--Thread(Thread[main,5,main])--ALTER TABLE TMP_METRIC ADD CONSTRAINT FK_TMP_METRIC_COMPONENT_ID FOREIGN KEY (COMPONENT_ID) REFERENCES TMP_COMPONENT (ID) [junit] [EL Finest]: 2022-09-10 04:18:54.576--ServerSession(1629032994)--Connection(1221407133)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.576--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CONTRACT_EMP ADD CONSTRAINT FK_TMP_CONTRACT_EMP_ID FOREIGN KEY (ID) REFERENCES TMP_ABSTR_EMP (ID)") [junit] [EL Finest]: 2022-09-10 04:18:54.576--ServerSession(1629032994)--Connection(382698552)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.576--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.576--ServerSession(1629032994)--Connection(1046211253)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CONTRACT_EMP ADD CONSTRAINT FK_TMP_CONTRACT_EMP_ID FOREIGN KEY (ID) REFERENCES TMP_ABSTR_EMP (ID) [junit] [EL Finest]: 2022-09-10 04:18:54.584--ServerSession(1629032994)--Connection(382698552)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.585--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_VEHICLE ADD CONSTRAINT FK_TMP_VEHICLE_EMPLOYEE_ID FOREIGN KEY (EMPLOYEE_ID) REFERENCES TMP_EMP (ID)") [junit] [EL Finest]: 2022-09-10 04:18:54.585--ServerSession(1629032994)--Connection(1500020749)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.585--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.585--ServerSession(1629032994)--Connection(948422615)--Thread(Thread[main,5,main])--ALTER TABLE TMP_VEHICLE ADD CONSTRAINT FK_TMP_VEHICLE_EMPLOYEE_ID FOREIGN KEY (EMPLOYEE_ID) REFERENCES TMP_EMP (ID) [junit] [EL Finest]: 2022-09-10 04:18:54.594--ServerSession(1629032994)--Connection(1500020749)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.594--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_BROKER_ACC ADD CONSTRAINT FK_TMP_BROKER_ACC_ACC_NUMBER FOREIGN KEY (ACC_NUMBER) REFERENCES TMP_ACCOUNT (ACC_NUMBER)") [junit] [EL Finest]: 2022-09-10 04:18:54.594--ServerSession(1629032994)--Connection(1327169167)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.594--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.594--ServerSession(1629032994)--Connection(1227170244)--Thread(Thread[main,5,main])--ALTER TABLE TMP_BROKER_ACC ADD CONSTRAINT FK_TMP_BROKER_ACC_ACC_NUMBER FOREIGN KEY (ACC_NUMBER) REFERENCES TMP_ACCOUNT (ACC_NUMBER) [junit] [EL Finest]: 2022-09-10 04:18:54.602--ServerSession(1629032994)--Connection(1327169167)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.602--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CHECK_ACC ADD CONSTRAINT FK_TMP_CHECK_ACC_ACC_NUMBER FOREIGN KEY (ACC_NUMBER) REFERENCES TMP_ACCOUNT (ACC_NUMBER)") [junit] [EL Finest]: 2022-09-10 04:18:54.602--ServerSession(1629032994)--Connection(1965779427)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.602--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.603--ServerSession(1629032994)--Connection(358636931)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CHECK_ACC ADD CONSTRAINT FK_TMP_CHECK_ACC_ACC_NUMBER FOREIGN KEY (ACC_NUMBER) REFERENCES TMP_ACCOUNT (ACC_NUMBER) [junit] [EL Finest]: 2022-09-10 04:18:54.611--ServerSession(1629032994)--Connection(1965779427)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.611--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CHECK_ACC ADD CONSTRAINT FK_TMP_CHECK_ACC_CLIENT_ID FOREIGN KEY (CLIENT_ID) REFERENCES TMP_EMP (ID)") [junit] [EL Finest]: 2022-09-10 04:18:54.611--ServerSession(1629032994)--Connection(705400860)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.611--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.611--ServerSession(1629032994)--Connection(1024478363)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CHECK_ACC ADD CONSTRAINT FK_TMP_CHECK_ACC_CLIENT_ID FOREIGN KEY (CLIENT_ID) REFERENCES TMP_EMP (ID) [junit] [EL Finest]: 2022-09-10 04:18:54.62--ServerSession(1629032994)--Connection(705400860)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.62--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CREDIT_ACC ADD CONSTRAINT FK_TMP_CREDIT_ACC_CCA_ID FOREIGN KEY (CCA_ID) REFERENCES TMP_ACCOUNT (ACC_NUMBER)") [junit] [EL Finest]: 2022-09-10 04:18:54.62--ServerSession(1629032994)--Connection(467185608)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.62--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.621--ServerSession(1629032994)--Connection(605244604)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CREDIT_ACC ADD CONSTRAINT FK_TMP_CREDIT_ACC_CCA_ID FOREIGN KEY (CCA_ID) REFERENCES TMP_ACCOUNT (ACC_NUMBER) [junit] [EL Finest]: 2022-09-10 04:18:54.629--ServerSession(1629032994)--Connection(467185608)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.629--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_COSTCENTER FOREIGN KEY (COSTCENTER) REFERENCES TMP_COSTCENTER (ID)") [junit] [EL Finest]: 2022-09-10 04:18:54.629--ServerSession(1629032994)--Connection(2089317615)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.629--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.629--ServerSession(1629032994)--Connection(1119920494)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_COSTCENTER FOREIGN KEY (COSTCENTER) REFERENCES TMP_COSTCENTER (ID) [junit] [EL Finest]: 2022-09-10 04:18:54.639--ServerSession(1629032994)--Connection(2089317615)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.639--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_DEPARTMENT FOREIGN KEY (DEPARTMENT) REFERENCES TMP_DEP (ID)") [junit] [EL Finest]: 2022-09-10 04:18:54.639--ServerSession(1629032994)--Connection(1798299644)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.639--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.64--ServerSession(1629032994)--Connection(748935206)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_DEPARTMENT FOREIGN KEY (DEPARTMENT) REFERENCES TMP_DEP (ID) [junit] [EL Finest]: 2022-09-10 04:18:54.651--ServerSession(1629032994)--Connection(1798299644)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.651--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_CUBICLE_PLACE FOREIGN KEY (CUBICLE_PLACE, CUBICLE_FLOOR) REFERENCES TMP_CUBICLE (PLACE, FLOOR)") [junit] [EL Finest]: 2022-09-10 04:18:54.651--ServerSession(1629032994)--Connection(1669104653)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.651--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.651--ServerSession(1629032994)--Connection(1370231468)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_CUBICLE_PLACE FOREIGN KEY (CUBICLE_PLACE, CUBICLE_FLOOR) REFERENCES TMP_CUBICLE (PLACE, FLOOR) [junit] [EL Finest]: 2022-09-10 04:18:54.663--ServerSession(1629032994)--Connection(1669104653)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.663--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_SAMPLE_ACCOUNT FOREIGN KEY (SAMPLE_ACCOUNT) REFERENCES TMP_ACCOUNT (ACC_NUMBER)") [junit] [EL Finest]: 2022-09-10 04:18:54.664--ServerSession(1629032994)--Connection(2093834526)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.664--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.664--ServerSession(1629032994)--Connection(1304765785)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_SAMPLE_ACCOUNT FOREIGN KEY (SAMPLE_ACCOUNT) REFERENCES TMP_ACCOUNT (ACC_NUMBER) [junit] [EL Finest]: 2022-09-10 04:18:54.676--ServerSession(1629032994)--Connection(2093834526)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.677--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_BROKERAGE_ACCOUNT FOREIGN KEY (BROKERAGE_ACCOUNT) REFERENCES TMP_ACCOUNT (ACC_NUMBER)") [junit] [EL Finest]: 2022-09-10 04:18:54.677--ServerSession(1629032994)--Connection(104912388)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.677--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.677--ServerSession(1629032994)--Connection(1657521272)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_BROKERAGE_ACCOUNT FOREIGN KEY (BROKERAGE_ACCOUNT) REFERENCES TMP_ACCOUNT (ACC_NUMBER) [junit] [EL Finest]: 2022-09-10 04:18:54.691--ServerSession(1629032994)--Connection(104912388)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.691--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_PROFILE_GUID FOREIGN KEY (PROFILE_GUID) REFERENCES TMP_PROFILE (GUID)") [junit] [EL Finest]: 2022-09-10 04:18:54.691--ServerSession(1629032994)--Connection(1364898802)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.691--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.691--ServerSession(1629032994)--Connection(1829651877)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_PROFILE_GUID FOREIGN KEY (PROFILE_GUID) REFERENCES TMP_PROFILE (GUID) [junit] [EL Finest]: 2022-09-10 04:18:54.707--ServerSession(1629032994)--Connection(1364898802)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.707--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_REVIEW ADD CONSTRAINT FK_TMP_REVIEW_PATENT_NAME FOREIGN KEY (PATENT_NAME, PATENT_YEAR) REFERENCES TMP_PATENT (PAT_NAME, PAT_YEAR)") [junit] [EL Finest]: 2022-09-10 04:18:54.707--ServerSession(1629032994)--Connection(2120344156)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.708--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.708--ServerSession(1629032994)--Connection(1633530712)--Thread(Thread[main,5,main])--ALTER TABLE TMP_REVIEW ADD CONSTRAINT FK_TMP_REVIEW_PATENT_NAME FOREIGN KEY (PATENT_NAME, PATENT_YEAR) REFERENCES TMP_PATENT (PAT_NAME, PAT_YEAR) [junit] [EL Finest]: 2022-09-10 04:18:54.717--ServerSession(1629032994)--Connection(2120344156)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.717--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_REVIEW_DETAILS ADD CONSTRAINT FK_TMP_REVIEW_DETAILS_REVIEW_ID FOREIGN KEY (REVIEW_ID) REFERENCES TMP_REVIEW (ID)") [junit] [EL Finest]: 2022-09-10 04:18:54.717--ServerSession(1629032994)--Connection(778925754)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.717--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.717--ServerSession(1629032994)--Connection(581359452)--Thread(Thread[main,5,main])--ALTER TABLE TMP_REVIEW_DETAILS ADD CONSTRAINT FK_TMP_REVIEW_DETAILS_REVIEW_ID FOREIGN KEY (REVIEW_ID) REFERENCES TMP_REVIEW (ID) [junit] [EL Finest]: 2022-09-10 04:18:54.726--ServerSession(1629032994)--Connection(778925754)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.726--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_PROJECT_DETAILS ADD CONSTRAINT FK_TMP_PROJECT_DETAILS_PROJECT_ID FOREIGN KEY (PROJECT_ID) REFERENCES TMP_PROJECT (ID)") [junit] [EL Finest]: 2022-09-10 04:18:54.726--ServerSession(1629032994)--Connection(942502343)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.726--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.726--ServerSession(1629032994)--Connection(749030825)--Thread(Thread[main,5,main])--ALTER TABLE TMP_PROJECT_DETAILS ADD CONSTRAINT FK_TMP_PROJECT_DETAILS_PROJECT_ID FOREIGN KEY (PROJECT_ID) REFERENCES TMP_PROJECT (ID) [junit] [EL Finest]: 2022-09-10 04:18:54.735--ServerSession(1629032994)--Connection(942502343)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.735--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_SAVE_ACC ADD CONSTRAINT FK_TMP_SAVE_ACC_ACC_NUMBER FOREIGN KEY (ACC_NUMBER) REFERENCES TMP_ACCOUNT (ACC_NUMBER)") [junit] [EL Finest]: 2022-09-10 04:18:54.735--ServerSession(1629032994)--Connection(438051252)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.735--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.735--ServerSession(1629032994)--Connection(483589979)--Thread(Thread[main,5,main])--ALTER TABLE TMP_SAVE_ACC ADD CONSTRAINT FK_TMP_SAVE_ACC_ACC_NUMBER FOREIGN KEY (ACC_NUMBER) REFERENCES TMP_ACCOUNT (ACC_NUMBER) [junit] [EL Finest]: 2022-09-10 04:18:54.743--ServerSession(1629032994)--Connection(438051252)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.743--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_TASK ADD CONSTRAINT FK_TMP_TASK_PROJ_ID FOREIGN KEY (PROJ_ID) REFERENCES TMP_PROJECT (ID)") [junit] [EL Finest]: 2022-09-10 04:18:54.743--ServerSession(1629032994)--Connection(1821711066)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.743--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.744--ServerSession(1629032994)--Connection(1739986996)--Thread(Thread[main,5,main])--ALTER TABLE TMP_TASK ADD CONSTRAINT FK_TMP_TASK_PROJ_ID FOREIGN KEY (PROJ_ID) REFERENCES TMP_PROJECT (ID) [junit] [EL Finest]: 2022-09-10 04:18:54.752--ServerSession(1629032994)--Connection(1821711066)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.752--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE BYTE_ITEM_ATT ADD CONSTRAINT FK_BYTE_ITEM_ATT_ITEM_ID FOREIGN KEY (ITEM_ID) REFERENCES BYTE_ITEM (ITEM_ID)") [junit] [EL Finest]: 2022-09-10 04:18:54.752--ServerSession(1629032994)--Connection(350099713)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.752--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.753--ServerSession(1629032994)--Connection(1132385302)--Thread(Thread[main,5,main])--ALTER TABLE BYTE_ITEM_ATT ADD CONSTRAINT FK_BYTE_ITEM_ATT_ITEM_ID FOREIGN KEY (ITEM_ID) REFERENCES BYTE_ITEM (ITEM_ID) [junit] [EL Finest]: 2022-09-10 04:18:54.762--ServerSession(1629032994)--Connection(350099713)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.762--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COP ADD CONSTRAINT FK_TMP_COP_PARTNER_ID FOREIGN KEY (PARTNER_ID) REFERENCES TMP_COP (ID)") [junit] [EL Finest]: 2022-09-10 04:18:54.762--ServerSession(1629032994)--Connection(1763010538)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.762--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.763--ServerSession(1629032994)--Connection(1560203450)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP ADD CONSTRAINT FK_TMP_COP_PARTNER_ID FOREIGN KEY (PARTNER_ID) REFERENCES TMP_COP (ID) [junit] [EL Finest]: 2022-09-10 04:18:54.772--ServerSession(1629032994)--Connection(1763010538)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.772--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_PERSON ADD CONSTRAINT FK_TMP_PERSON_CITY FOREIGN KEY (CITY) REFERENCES TMP_CITY (ID)") [junit] [EL Finest]: 2022-09-10 04:18:54.772--ServerSession(1629032994)--Connection(683573228)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.772--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.772--ServerSession(1629032994)--Connection(40829249)--Thread(Thread[main,5,main])--ALTER TABLE TMP_PERSON ADD CONSTRAINT FK_TMP_PERSON_CITY FOREIGN KEY (CITY) REFERENCES TMP_CITY (ID) [junit] [EL Finest]: 2022-09-10 04:18:54.782--ServerSession(1629032994)--Connection(683573228)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.782--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CRIMINAL ADD CONSTRAINT FK_TMP_CRIMINAL_ATTACHEDCOP_ID FOREIGN KEY (ATTACHEDCOP_ID) REFERENCES TMP_COP (ID)") [junit] [EL Finest]: 2022-09-10 04:18:54.782--ServerSession(1629032994)--Connection(914175168)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.782--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.782--ServerSession(1629032994)--Connection(1289903687)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CRIMINAL ADD CONSTRAINT FK_TMP_CRIMINAL_ATTACHEDCOP_ID FOREIGN KEY (ATTACHEDCOP_ID) REFERENCES TMP_COP (ID) [junit] [EL Finest]: 2022-09-10 04:18:54.791--ServerSession(1629032994)--Connection(914175168)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.791--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CREATURE ADD CONSTRAINT FK_TMP_CREATURE_WEAPON FOREIGN KEY (WEAPON) REFERENCES TMP_WEAPON (ID)") [junit] [EL Finest]: 2022-09-10 04:18:54.791--ServerSession(1629032994)--Connection(1778993228)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.792--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.792--ServerSession(1629032994)--Connection(885465900)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CREATURE ADD CONSTRAINT FK_TMP_CREATURE_WEAPON FOREIGN KEY (WEAPON) REFERENCES TMP_WEAPON (ID) [junit] [EL Finest]: 2022-09-10 04:18:54.801--ServerSession(1629032994)--Connection(1778993228)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.801--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CREATURE_DETAILS ADD CONSTRAINT FK_TMP_CREATURE_DETAILS_SECONDTABLE_ID FOREIGN KEY (SECONDTABLE_ID) REFERENCES TMP_CREATURE (ID)") [junit] [EL Finest]: 2022-09-10 04:18:54.801--ServerSession(1629032994)--Connection(677007331)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.801--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.801--ServerSession(1629032994)--Connection(629790599)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CREATURE_DETAILS ADD CONSTRAINT FK_TMP_CREATURE_DETAILS_SECONDTABLE_ID FOREIGN KEY (SECONDTABLE_ID) REFERENCES TMP_CREATURE (ID) [junit] [EL Finest]: 2022-09-10 04:18:54.809--ServerSession(1629032994)--Connection(677007331)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.809--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_MYTHICALCREATURE ADD CONSTRAINT FK_TMP_MYTHICALCREATURE_ID FOREIGN KEY (ID) REFERENCES TMP_CREATURE (ID)") [junit] [EL Finest]: 2022-09-10 04:18:54.809--ServerSession(1629032994)--Connection(1812681178)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.809--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.809--ServerSession(1629032994)--Connection(123045427)--Thread(Thread[main,5,main])--ALTER TABLE TMP_MYTHICALCREATURE ADD CONSTRAINT FK_TMP_MYTHICALCREATURE_ID FOREIGN KEY (ID) REFERENCES TMP_CREATURE (ID) [junit] [EL Finest]: 2022-09-10 04:18:54.817--ServerSession(1629032994)--Connection(1812681178)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.817--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CASC_NODE ADD CONSTRAINT FK_TMP_CASC_NODE_DESCRIPTION FOREIGN KEY (DESCRIPTION) REFERENCES TMP_CASC_NODE_DESC (ID)") [junit] [EL Finest]: 2022-09-10 04:18:54.817--ServerSession(1629032994)--Connection(1468685544)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.817--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.817--ServerSession(1629032994)--Connection(2084912180)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CASC_NODE ADD CONSTRAINT FK_TMP_CASC_NODE_DESCRIPTION FOREIGN KEY (DESCRIPTION) REFERENCES TMP_CASC_NODE_DESC (ID) [junit] [EL Finest]: 2022-09-10 04:18:54.826--ServerSession(1629032994)--Connection(1468685544)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.826--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CASC_NODE ADD CONSTRAINT FK_TMP_CASC_NODE_PARENT FOREIGN KEY (PARENT) REFERENCES TMP_CASC_NODE (ID)") [junit] [EL Finest]: 2022-09-10 04:18:54.826--ServerSession(1629032994)--Connection(940905579)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.826--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.826--ServerSession(1629032994)--Connection(1843674049)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CASC_NODE ADD CONSTRAINT FK_TMP_CASC_NODE_PARENT FOREIGN KEY (PARENT) REFERENCES TMP_CASC_NODE (ID) [junit] [EL Finest]: 2022-09-10 04:18:54.837--ServerSession(1629032994)--Connection(940905579)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.837--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_NODE ADD CONSTRAINT FK_TMP_NODE_PARENT FOREIGN KEY (PARENT) REFERENCES TMP_NODE (ID)") [junit] [EL Finest]: 2022-09-10 04:18:54.838--ServerSession(1629032994)--Connection(1630903943)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.838--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.838--ServerSession(1629032994)--Connection(767794003)--Thread(Thread[main,5,main])--ALTER TABLE TMP_NODE ADD CONSTRAINT FK_TMP_NODE_PARENT FOREIGN KEY (PARENT) REFERENCES TMP_NODE (ID) [junit] [EL Finest]: 2022-09-10 04:18:54.847--ServerSession(1629032994)--Connection(1630903943)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.847--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_BICYCLE ADD CONSTRAINT FK_TMP_EMP_BICYCLE_BICYCLE_ID FOREIGN KEY (BICYCLE_ID) REFERENCES TMP_VEHICLE (ID)") [junit] [EL Finest]: 2022-09-10 04:18:54.847--ServerSession(1629032994)--Connection(1646410010)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.847--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.847--ServerSession(1629032994)--Connection(1401564942)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_BICYCLE ADD CONSTRAINT FK_TMP_EMP_BICYCLE_BICYCLE_ID FOREIGN KEY (BICYCLE_ID) REFERENCES TMP_VEHICLE (ID) [junit] [EL Finest]: 2022-09-10 04:18:54.856--ServerSession(1629032994)--Connection(1646410010)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.856--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_BICYCLE ADD CONSTRAINT FK_TMP_EMP_BICYCLE_EMPLOYEE_ID FOREIGN KEY (EMPLOYEE_ID) REFERENCES TMP_EMP (ID)") [junit] [EL Finest]: 2022-09-10 04:18:54.856--ServerSession(1629032994)--Connection(588503940)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.856--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.856--ServerSession(1629032994)--Connection(560165559)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_BICYCLE ADD CONSTRAINT FK_TMP_EMP_BICYCLE_EMPLOYEE_ID FOREIGN KEY (EMPLOYEE_ID) REFERENCES TMP_EMP (ID) [junit] [EL Finest]: 2022-09-10 04:18:54.866--ServerSession(1629032994)--Connection(588503940)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.866--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COURSE_EMP ADD CONSTRAINT FK_TMP_COURSE_EMP_COURSE_ID FOREIGN KEY (COURSE_ID) REFERENCES TMP_COURSE (COURSE_ID)") [junit] [EL Finest]: 2022-09-10 04:18:54.866--ServerSession(1629032994)--Connection(802814772)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.866--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.866--ServerSession(1629032994)--Connection(362140338)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COURSE_EMP ADD CONSTRAINT FK_TMP_COURSE_EMP_COURSE_ID FOREIGN KEY (COURSE_ID) REFERENCES TMP_COURSE (COURSE_ID) [junit] [EL Finest]: 2022-09-10 04:18:54.876--ServerSession(1629032994)--Connection(802814772)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.876--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COURSE_EMP ADD CONSTRAINT FK_TMP_COURSE_EMP_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES TMP_EMP (ID)") [junit] [EL Finest]: 2022-09-10 04:18:54.876--ServerSession(1629032994)--Connection(215694469)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.876--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.876--ServerSession(1629032994)--Connection(929066990)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COURSE_EMP ADD CONSTRAINT FK_TMP_COURSE_EMP_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES TMP_EMP (ID) [junit] [EL Finest]: 2022-09-10 04:18:54.885--ServerSession(1629032994)--Connection(215694469)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.885--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_CREDIT ADD CONSTRAINT FK_TMP_EMP_CREDIT_CREDIT_ID FOREIGN KEY (CREDIT_ID) REFERENCES TMP_ACCOUNT (ACC_NUMBER)") [junit] [EL Finest]: 2022-09-10 04:18:54.885--ServerSession(1629032994)--Connection(1374115999)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.885--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.886--ServerSession(1629032994)--Connection(1707889234)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_CREDIT ADD CONSTRAINT FK_TMP_EMP_CREDIT_CREDIT_ID FOREIGN KEY (CREDIT_ID) REFERENCES TMP_ACCOUNT (ACC_NUMBER) [junit] [EL Finest]: 2022-09-10 04:18:54.895--ServerSession(1629032994)--Connection(1374115999)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.895--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_CREDIT ADD CONSTRAINT FK_TMP_EMP_CREDIT_CLIENT_ID FOREIGN KEY (CLIENT_ID) REFERENCES TMP_EMP (ID)") [junit] [EL Finest]: 2022-09-10 04:18:54.895--ServerSession(1629032994)--Connection(1190608890)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.895--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.895--ServerSession(1629032994)--Connection(1101970356)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_CREDIT ADD CONSTRAINT FK_TMP_EMP_CREDIT_CLIENT_ID FOREIGN KEY (CLIENT_ID) REFERENCES TMP_EMP (ID) [junit] [EL Finest]: 2022-09-10 04:18:54.905--ServerSession(1629032994)--Connection(1190608890)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.905--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_HOBBY ADD CONSTRAINT FK_TMP_EMP_HOBBY_HOBBY_ID FOREIGN KEY (HOBBY_ID) REFERENCES TMP_HOBBY (ID)") [junit] [EL Finest]: 2022-09-10 04:18:54.905--ServerSession(1629032994)--Connection(623820846)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.905--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.905--ServerSession(1629032994)--Connection(300526628)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_HOBBY ADD CONSTRAINT FK_TMP_EMP_HOBBY_HOBBY_ID FOREIGN KEY (HOBBY_ID) REFERENCES TMP_HOBBY (ID) [junit] [EL Finest]: 2022-09-10 04:18:54.914--ServerSession(1629032994)--Connection(623820846)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.914--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_HOBBY ADD CONSTRAINT FK_TMP_EMP_HOBBY_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES TMP_EMP (ID)") [junit] [EL Finest]: 2022-09-10 04:18:54.914--ServerSession(1629032994)--Connection(875010954)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.914--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.915--ServerSession(1629032994)--Connection(1752402342)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_HOBBY ADD CONSTRAINT FK_TMP_EMP_HOBBY_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES TMP_EMP (ID) [junit] [EL Finest]: 2022-09-10 04:18:54.924--ServerSession(1629032994)--Connection(875010954)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.924--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_PATENT ADD CONSTRAINT FK_TMP_EMP_PATENT_PATENT_NAME FOREIGN KEY (PATENT_NAME, PATENT_YEAR) REFERENCES TMP_PATENT (PAT_NAME, PAT_YEAR)") [junit] [EL Finest]: 2022-09-10 04:18:54.924--ServerSession(1629032994)--Connection(1068781783)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.924--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.924--ServerSession(1629032994)--Connection(1266602046)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PATENT ADD CONSTRAINT FK_TMP_EMP_PATENT_PATENT_NAME FOREIGN KEY (PATENT_NAME, PATENT_YEAR) REFERENCES TMP_PATENT (PAT_NAME, PAT_YEAR) [junit] [EL Finest]: 2022-09-10 04:18:54.935--ServerSession(1629032994)--Connection(1068781783)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.935--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_PATENT ADD CONSTRAINT FK_TMP_EMP_PATENT_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES TMP_EMP (ID)") [junit] [EL Finest]: 2022-09-10 04:18:54.935--ServerSession(1629032994)--Connection(1916681239)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.935--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.935--ServerSession(1629032994)--Connection(1341975886)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PATENT ADD CONSTRAINT FK_TMP_EMP_PATENT_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES TMP_EMP (ID) [junit] [EL Finest]: 2022-09-10 04:18:54.947--ServerSession(1629032994)--Connection(1916681239)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.947--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_PROJECT ADD CONSTRAINT FK_TMP_EMP_PROJECT_PROJECT_ID FOREIGN KEY (PROJECT_ID) REFERENCES TMP_PROJECT (ID)") [junit] [EL Finest]: 2022-09-10 04:18:54.947--ServerSession(1629032994)--Connection(65465460)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.947--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.947--ServerSession(1629032994)--Connection(735639515)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PROJECT ADD CONSTRAINT FK_TMP_EMP_PROJECT_PROJECT_ID FOREIGN KEY (PROJECT_ID) REFERENCES TMP_PROJECT (ID) [junit] [EL Finest]: 2022-09-10 04:18:54.959--ServerSession(1629032994)--Connection(65465460)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.959--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_PROJECT ADD CONSTRAINT FK_TMP_EMP_PROJECT_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES TMP_EMP (ID)") [junit] [EL Finest]: 2022-09-10 04:18:54.959--ServerSession(1629032994)--Connection(77215921)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.959--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.959--ServerSession(1629032994)--Connection(1745904086)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PROJECT ADD CONSTRAINT FK_TMP_EMP_PROJECT_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES TMP_EMP (ID) [junit] [EL Finest]: 2022-09-10 04:18:54.971--ServerSession(1629032994)--Connection(77215921)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.971--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_REVIEW ADD CONSTRAINT FK_TMP_EMP_REVIEW_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES TMP_EMP (ID)") [junit] [EL Finest]: 2022-09-10 04:18:54.971--ServerSession(1629032994)--Connection(1772358460)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.971--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.971--ServerSession(1629032994)--Connection(38914319)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_REVIEW ADD CONSTRAINT FK_TMP_EMP_REVIEW_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES TMP_EMP (ID) [junit] [EL Finest]: 2022-09-10 04:18:54.982--ServerSession(1629032994)--Connection(1772358460)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.982--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_REVIEW ADD CONSTRAINT FK_TMP_EMP_REVIEW_REVIEW_ID FOREIGN KEY (REVIEW_ID) REFERENCES TMP_REVIEW (ID)") [junit] [EL Finest]: 2022-09-10 04:18:54.982--ServerSession(1629032994)--Connection(1684368286)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.982--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.982--ServerSession(1629032994)--Connection(1752223660)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_REVIEW ADD CONSTRAINT FK_TMP_EMP_REVIEW_REVIEW_ID FOREIGN KEY (REVIEW_ID) REFERENCES TMP_REVIEW (ID) [junit] [EL Finest]: 2022-09-10 04:18:54.992--ServerSession(1629032994)--Connection(1684368286)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.992--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_OFFICE_CUBICLE ADD CONSTRAINT FK_TMP_OFFICE_CUBICLE_CUBICLE_PLACE FOREIGN KEY (CUBICLE_PLACE, CUBICLE_FLOOR) REFERENCES TMP_CUBICLE (PLACE, FLOOR)") [junit] [EL Finest]: 2022-09-10 04:18:54.992--ServerSession(1629032994)--Connection(747833043)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:54.992--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:54.992--ServerSession(1629032994)--Connection(1114681666)--Thread(Thread[main,5,main])--ALTER TABLE TMP_OFFICE_CUBICLE ADD CONSTRAINT FK_TMP_OFFICE_CUBICLE_CUBICLE_PLACE FOREIGN KEY (CUBICLE_PLACE, CUBICLE_FLOOR) REFERENCES TMP_CUBICLE (PLACE, FLOOR) [junit] [EL Finest]: 2022-09-10 04:18:55.002--ServerSession(1629032994)--Connection(747833043)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.002--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_OFFICE_CUBICLE ADD CONSTRAINT FK_TMP_OFFICE_CUBICLE_OFFICE_ID FOREIGN KEY (OFFICE_ID) REFERENCES TMP_OFFICE (ID)") [junit] [EL Finest]: 2022-09-10 04:18:55.002--ServerSession(1629032994)--Connection(1468393491)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.002--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.002--ServerSession(1629032994)--Connection(280541440)--Thread(Thread[main,5,main])--ALTER TABLE TMP_OFFICE_CUBICLE ADD CONSTRAINT FK_TMP_OFFICE_CUBICLE_OFFICE_ID FOREIGN KEY (OFFICE_ID) REFERENCES TMP_OFFICE (ID) [junit] [EL Finest]: 2022-09-10 04:18:55.012--ServerSession(1629032994)--Connection(1468393491)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.012--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_VEHICLE_PROFILE ADD CONSTRAINT FK_TMP_VEHICLE_PROFILE_VEHICLE_ID FOREIGN KEY (VEHICLE_ID) REFERENCES TMP_VEHICLE (ID)") [junit] [EL Finest]: 2022-09-10 04:18:55.012--ServerSession(1629032994)--Connection(1354510873)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.012--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.012--ServerSession(1629032994)--Connection(93974967)--Thread(Thread[main,5,main])--ALTER TABLE TMP_VEHICLE_PROFILE ADD CONSTRAINT FK_TMP_VEHICLE_PROFILE_VEHICLE_ID FOREIGN KEY (VEHICLE_ID) REFERENCES TMP_VEHICLE (ID) [junit] [EL Finest]: 2022-09-10 04:18:55.021--ServerSession(1629032994)--Connection(1354510873)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.021--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_VEHICLE_PROFILE ADD CONSTRAINT FK_TMP_VEHICLE_PROFILE_PROFILE_ID FOREIGN KEY (PROFILE_ID) REFERENCES TMP_PROFILE (GUID)") [junit] [EL Finest]: 2022-09-10 04:18:55.021--ServerSession(1629032994)--Connection(936544568)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.021--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.021--ServerSession(1629032994)--Connection(2097992252)--Thread(Thread[main,5,main])--ALTER TABLE TMP_VEHICLE_PROFILE ADD CONSTRAINT FK_TMP_VEHICLE_PROFILE_PROFILE_ID FOREIGN KEY (PROFILE_ID) REFERENCES TMP_PROFILE (GUID) [junit] [EL Finest]: 2022-09-10 04:18:55.03--ServerSession(1629032994)--Connection(936544568)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.03--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_UCOFFICE_CUBICLE ADD CONSTRAINT FK_TMP_UCOFFICE_CUBICLE_CUBICLE_PLACE FOREIGN KEY (CUBICLE_PLACE, CUBICLE_FLOOR) REFERENCES TMP_CUBICLE (PLACE, FLOOR)") [junit] [EL Finest]: 2022-09-10 04:18:55.03--ServerSession(1629032994)--Connection(1211627902)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.03--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.03--ServerSession(1629032994)--Connection(1395740534)--Thread(Thread[main,5,main])--ALTER TABLE TMP_UCOFFICE_CUBICLE ADD CONSTRAINT FK_TMP_UCOFFICE_CUBICLE_CUBICLE_PLACE FOREIGN KEY (CUBICLE_PLACE, CUBICLE_FLOOR) REFERENCES TMP_CUBICLE (PLACE, FLOOR) [junit] [EL Finest]: 2022-09-10 04:18:55.04--ServerSession(1629032994)--Connection(1211627902)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.04--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_UCOFFICE_CUBICLE ADD CONSTRAINT FK_TMP_UCOFFICE_CUBICLE_OFFICE_ID FOREIGN KEY (OFFICE_ID) REFERENCES TMP_UCOFFICE (ID)") [junit] [EL Finest]: 2022-09-10 04:18:55.04--ServerSession(1629032994)--Connection(117701189)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.04--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.041--ServerSession(1629032994)--Connection(1586519852)--Thread(Thread[main,5,main])--ALTER TABLE TMP_UCOFFICE_CUBICLE ADD CONSTRAINT FK_TMP_UCOFFICE_CUBICLE_OFFICE_ID FOREIGN KEY (OFFICE_ID) REFERENCES TMP_UCOFFICE (ID) [junit] [EL Finest]: 2022-09-10 04:18:55.05--ServerSession(1629032994)--Connection(117701189)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.05--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CITY_TMP_COP ADD CONSTRAINT FK_TMP_CITY_TMP_COP_City_ID FOREIGN KEY (City_ID) REFERENCES TMP_CITY (ID)") [junit] [EL Finest]: 2022-09-10 04:18:55.05--ServerSession(1629032994)--Connection(656787973)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.05--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.05--ServerSession(1629032994)--Connection(2073069810)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_COP ADD CONSTRAINT FK_TMP_CITY_TMP_COP_City_ID FOREIGN KEY (City_ID) REFERENCES TMP_CITY (ID) [junit] [EL Finest]: 2022-09-10 04:18:55.059--ServerSession(1629032994)--Connection(656787973)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.059--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CITY_TMP_COP ADD CONSTRAINT FK_TMP_CITY_TMP_COP_cops_ID FOREIGN KEY (cops_ID) REFERENCES TMP_COP (ID)") [junit] [EL Finest]: 2022-09-10 04:18:55.059--ServerSession(1629032994)--Connection(1244394767)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.059--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.059--ServerSession(1629032994)--Connection(889398176)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_COP ADD CONSTRAINT FK_TMP_CITY_TMP_COP_cops_ID FOREIGN KEY (cops_ID) REFERENCES TMP_COP (ID) [junit] [EL Finest]: 2022-09-10 04:18:55.068--ServerSession(1629032994)--Connection(1244394767)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.068--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CITY_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_CITY_TMP_CRIMINAL_criminals_ID FOREIGN KEY (criminals_ID) REFERENCES TMP_CRIMINAL (ID)") [junit] [EL Finest]: 2022-09-10 04:18:55.068--ServerSession(1629032994)--Connection(1215025252)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.068--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.068--ServerSession(1629032994)--Connection(1683617002)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_CITY_TMP_CRIMINAL_criminals_ID FOREIGN KEY (criminals_ID) REFERENCES TMP_CRIMINAL (ID) [junit] [EL Finest]: 2022-09-10 04:18:55.077--ServerSession(1629032994)--Connection(1215025252)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.077--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CITY_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_CITY_TMP_CRIMINAL_City_ID FOREIGN KEY (City_ID) REFERENCES TMP_CITY (ID)") [junit] [EL Finest]: 2022-09-10 04:18:55.077--ServerSession(1629032994)--Connection(1360125564)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.077--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.077--ServerSession(1629032994)--Connection(2059701776)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_CITY_TMP_CRIMINAL_City_ID FOREIGN KEY (City_ID) REFERENCES TMP_CITY (ID) [junit] [EL Finest]: 2022-09-10 04:18:55.086--ServerSession(1629032994)--Connection(1360125564)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.086--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COP_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_COP_TMP_CRIMINAL_attachedCriminals_ID FOREIGN KEY (attachedCriminals_ID) REFERENCES TMP_CRIMINAL (ID)") [junit] [EL Finest]: 2022-09-10 04:18:55.086--ServerSession(1629032994)--Connection(875487383)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.086--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.086--ServerSession(1629032994)--Connection(1791253516)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_COP_TMP_CRIMINAL_attachedCriminals_ID FOREIGN KEY (attachedCriminals_ID) REFERENCES TMP_CRIMINAL (ID) [junit] [EL Finest]: 2022-09-10 04:18:55.096--ServerSession(1629032994)--Connection(875487383)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.096--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COP_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_COP_TMP_CRIMINAL_Cop_ID FOREIGN KEY (Cop_ID) REFERENCES TMP_COP (ID)") [junit] [EL Finest]: 2022-09-10 04:18:55.096--ServerSession(1629032994)--Connection(589094312)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.096--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.096--ServerSession(1629032994)--Connection(1802555899)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_COP_TMP_CRIMINAL_Cop_ID FOREIGN KEY (Cop_ID) REFERENCES TMP_COP (ID) [junit] [EL Finest]: 2022-09-10 04:18:55.105--ServerSession(1629032994)--Connection(589094312)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.106--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COP_TMP_INFORMER ADD CONSTRAINT FK_TMP_COP_TMP_INFORMER_Cop_ID FOREIGN KEY (Cop_ID) REFERENCES TMP_COP (ID)") [junit] [EL Finest]: 2022-09-10 04:18:55.106--ServerSession(1629032994)--Connection(940938116)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.106--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.106--ServerSession(1629032994)--Connection(1434940020)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_INFORMER ADD CONSTRAINT FK_TMP_COP_TMP_INFORMER_Cop_ID FOREIGN KEY (Cop_ID) REFERENCES TMP_COP (ID) [junit] [EL Finest]: 2022-09-10 04:18:55.114--ServerSession(1629032994)--Connection(940938116)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.114--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COP_TMP_INFORMER ADD CONSTRAINT FK_TMP_COP_TMP_INFORMER_informers_ID FOREIGN KEY (informers_ID) REFERENCES TMP_INFORMER (ID)") [junit] [EL Finest]: 2022-09-10 04:18:55.114--ServerSession(1629032994)--Connection(351297720)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.114--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.114--ServerSession(1629032994)--Connection(2047521920)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_INFORMER ADD CONSTRAINT FK_TMP_COP_TMP_INFORMER_informers_ID FOREIGN KEY (informers_ID) REFERENCES TMP_INFORMER (ID) [junit] [EL Finest]: 2022-09-10 04:18:55.145--ServerSession(1629032994)--Connection(351297720)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.145--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_INFORMER_TMP_COP ADD CONSTRAINT FK_TMP_INFORMER_TMP_COP_informingCops_ID FOREIGN KEY (informingCops_ID) REFERENCES TMP_COP (ID)") [junit] [EL Finest]: 2022-09-10 04:18:55.145--ServerSession(1629032994)--Connection(82750270)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.145--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.146--ServerSession(1629032994)--Connection(728740247)--Thread(Thread[main,5,main])--ALTER TABLE TMP_INFORMER_TMP_COP ADD CONSTRAINT FK_TMP_INFORMER_TMP_COP_informingCops_ID FOREIGN KEY (informingCops_ID) REFERENCES TMP_COP (ID) [junit] [EL Finest]: 2022-09-10 04:18:55.155--ServerSession(1629032994)--Connection(82750270)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.155--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_INFORMER_TMP_COP ADD CONSTRAINT FK_TMP_INFORMER_TMP_COP_Informer_ID FOREIGN KEY (Informer_ID) REFERENCES TMP_INFORMER (ID)") [junit] [EL Finest]: 2022-09-10 04:18:55.155--ServerSession(1629032994)--Connection(736888459)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.155--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.156--ServerSession(1629032994)--Connection(2103044456)--Thread(Thread[main,5,main])--ALTER TABLE TMP_INFORMER_TMP_COP ADD CONSTRAINT FK_TMP_INFORMER_TMP_COP_Informer_ID FOREIGN KEY (Informer_ID) REFERENCES TMP_INFORMER (ID) [junit] [EL Finest]: 2022-09-10 04:18:55.165--ServerSession(1629032994)--Connection(736888459)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.165--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CRIMINAL_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_CRIMINAL_TMP_CRIMINAL_parties_ID FOREIGN KEY (parties_ID) REFERENCES TMP_CRIMINAL (ID)") [junit] [EL Finest]: 2022-09-10 04:18:55.165--ServerSession(1629032994)--Connection(328140385)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.165--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.165--ServerSession(1629032994)--Connection(556773329)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CRIMINAL_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_CRIMINAL_TMP_CRIMINAL_parties_ID FOREIGN KEY (parties_ID) REFERENCES TMP_CRIMINAL (ID) [junit] [EL Finest]: 2022-09-10 04:18:55.175--ServerSession(1629032994)--Connection(328140385)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.175--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CRIMINAL_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_CRIMINAL_TMP_CRIMINAL_Criminal_ID FOREIGN KEY (Criminal_ID) REFERENCES TMP_CRIMINAL (ID)") [junit] [EL Finest]: 2022-09-10 04:18:55.175--ServerSession(1629032994)--Connection(321795476)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.175--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.175--ServerSession(1629032994)--Connection(1327714567)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CRIMINAL_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_CRIMINAL_TMP_CRIMINAL_Criminal_ID FOREIGN KEY (Criminal_ID) REFERENCES TMP_CRIMINAL (ID) [junit] [EL Finest]: 2022-09-10 04:18:55.184--ServerSession(1629032994)--Connection(321795476)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.184--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CAVE_CREATURE ADD CONSTRAINT FK_TMP_CAVE_CREATURE_CREATURE_ID FOREIGN KEY (CREATURE_ID) REFERENCES TMP_CREATURE (ID)") [junit] [EL Finest]: 2022-09-10 04:18:55.184--ServerSession(1629032994)--Connection(2117938877)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.184--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.184--ServerSession(1629032994)--Connection(725873428)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CAVE_CREATURE ADD CONSTRAINT FK_TMP_CAVE_CREATURE_CREATURE_ID FOREIGN KEY (CREATURE_ID) REFERENCES TMP_CREATURE (ID) [junit] [EL Finest]: 2022-09-10 04:18:55.194--ServerSession(1629032994)--Connection(2117938877)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.194--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CAVE_CREATURE ADD CONSTRAINT FK_TMP_CAVE_CREATURE_CAVE_ID FOREIGN KEY (CAVE_ID) REFERENCES TMP_CAVE (ID)") [junit] [EL Finest]: 2022-09-10 04:18:55.194--ServerSession(1629032994)--Connection(1483522397)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.194--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.194--ServerSession(1629032994)--Connection(1820545559)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CAVE_CREATURE ADD CONSTRAINT FK_TMP_CAVE_CREATURE_CAVE_ID FOREIGN KEY (CAVE_ID) REFERENCES TMP_CAVE (ID) [junit] [EL Finest]: 2022-09-10 04:18:55.203--ServerSession(1629032994)--Connection(1483522397)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.205--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM DIS_SEQ_DIS WHERE GEN_KEY = 'Component'") [junit] [EL Finest]: 2022-09-10 04:18:55.205--ServerSession(1629032994)--Connection(1753871727)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.205--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.205--ServerSession(1629032994)--Connection(588985851)--Thread(Thread[main,5,main])--DELETE FROM DIS_SEQ_DIS WHERE GEN_KEY = 'Component' [junit] [EL Finest]: 2022-09-10 04:18:55.206--ServerSession(1629032994)--Connection(1753871727)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.206--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM DIS_SEQ_DIS WHERE GEN_KEY = 'Component'") [junit] [EL Finest]: 2022-09-10 04:18:55.206--ServerSession(1629032994)--Connection(604480364)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.206--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.207--ServerSession(1629032994)--Connection(1590292218)--Thread(Thread[main,5,main])--SELECT * FROM DIS_SEQ_DIS WHERE GEN_KEY = 'Component' [junit] [EL Finest]: 2022-09-10 04:18:55.207--ServerSession(1629032994)--Connection(604480364)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.207--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO DIS_SEQ_DIS(GEN_KEY, GEN_VAL) values ('Component', 0)") [junit] [EL Finest]: 2022-09-10 04:18:55.207--ServerSession(1629032994)--Connection(583744857)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.207--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.208--ServerSession(1629032994)--Connection(870627780)--Thread(Thread[main,5,main])--INSERT INTO DIS_SEQ_DIS(GEN_KEY, GEN_VAL) values ('Component', 0) [junit] [EL Finest]: 2022-09-10 04:18:55.209--ServerSession(1629032994)--Connection(583744857)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.209--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator'") [junit] [EL Finest]: 2022-09-10 04:18:55.209--ServerSession(1629032994)--Connection(2100817420)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.209--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.21--ServerSession(1629032994)--Connection(1518022811)--Thread(Thread[main,5,main])--DELETE FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator' [junit] [EL Finest]: 2022-09-10 04:18:55.21--ServerSession(1629032994)--Connection(2100817420)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.21--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator'") [junit] [EL Finest]: 2022-09-10 04:18:55.211--ServerSession(1629032994)--Connection(893152673)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.211--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.211--ServerSession(1629032994)--Connection(918584437)--Thread(Thread[main,5,main])--SELECT * FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator' [junit] [EL Finest]: 2022-09-10 04:18:55.211--ServerSession(1629032994)--Connection(893152673)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.211--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO TMP_GENERATOR(BEAN_NAME, MAX_ID) values ('IdGenerator', 0)") [junit] [EL Finest]: 2022-09-10 04:18:55.211--ServerSession(1629032994)--Connection(184690001)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.211--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.211--ServerSession(1629032994)--Connection(1041552272)--Thread(Thread[main,5,main])--INSERT INTO TMP_GENERATOR(BEAN_NAME, MAX_ID) values ('IdGenerator', 0) [junit] [EL Finest]: 2022-09-10 04:18:55.212--ServerSession(1629032994)--Connection(184690001)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.213--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_STRING_GEN WHERE BEAN_NAME = 'StringIdGenerator'") [junit] [EL Finest]: 2022-09-10 04:18:55.213--ServerSession(1629032994)--Connection(700171153)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.213--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.213--ServerSession(1629032994)--Connection(881280045)--Thread(Thread[main,5,main])--DELETE FROM TMP_STRING_GEN WHERE BEAN_NAME = 'StringIdGenerator' [junit] [EL Finest]: 2022-09-10 04:18:55.214--ServerSession(1629032994)--Connection(700171153)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.214--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM TMP_STRING_GEN WHERE BEAN_NAME = 'StringIdGenerator'") [junit] [EL Finest]: 2022-09-10 04:18:55.214--ServerSession(1629032994)--Connection(1307540790)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.214--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.214--ServerSession(1629032994)--Connection(1137180298)--Thread(Thread[main,5,main])--SELECT * FROM TMP_STRING_GEN WHERE BEAN_NAME = 'StringIdGenerator' [junit] [EL Finest]: 2022-09-10 04:18:55.215--ServerSession(1629032994)--Connection(1307540790)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.215--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO TMP_STRING_GEN(BEAN_NAME, MAX_ID) values ('StringIdGenerator', 0)") [junit] [EL Finest]: 2022-09-10 04:18:55.215--ServerSession(1629032994)--Connection(394645908)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.215--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.215--ServerSession(1629032994)--Connection(1800031808)--Thread(Thread[main,5,main])--INSERT INTO TMP_STRING_GEN(BEAN_NAME, MAX_ID) values ('StringIdGenerator', 0) [junit] [EL Finest]: 2022-09-10 04:18:55.216--ServerSession(1629032994)--Connection(394645908)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.216--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = 'VehicleGenerator'") [junit] [EL Finest]: 2022-09-10 04:18:55.216--ServerSession(1629032994)--Connection(1339507235)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.216--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.216--ServerSession(1629032994)--Connection(1340769295)--Thread(Thread[main,5,main])--DELETE FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = 'VehicleGenerator' [junit] [EL Finest]: 2022-09-10 04:18:55.217--ServerSession(1629032994)--Connection(1339507235)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.217--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = 'VehicleGenerator'") [junit] [EL Finest]: 2022-09-10 04:18:55.217--ServerSession(1629032994)--Connection(5998675)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.217--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.218--ServerSession(1629032994)--Connection(462073515)--Thread(Thread[main,5,main])--SELECT * FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = 'VehicleGenerator' [junit] [EL Finest]: 2022-09-10 04:18:55.218--ServerSession(1629032994)--Connection(5998675)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.218--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO TMP_VEHICLE_GEN(BEAN_NAME, MAX_ID) values ('VehicleGenerator', 0)") [junit] [EL Finest]: 2022-09-10 04:18:55.218--ServerSession(1629032994)--Connection(878169229)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.218--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.218--ServerSession(1629032994)--Connection(2053555034)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE_GEN(BEAN_NAME, MAX_ID) values ('VehicleGenerator', 0) [junit] [EL Finest]: 2022-09-10 04:18:55.219--ServerSession(1629032994)--Connection(878169229)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.22--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'") [junit] [EL Finest]: 2022-09-10 04:18:55.22--ServerSession(1629032994)--Connection(1094167216)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.22--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.22--ServerSession(1629032994)--Connection(502863983)--Thread(Thread[main,5,main])--DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Finest]: 2022-09-10 04:18:55.221--ServerSession(1629032994)--Connection(1094167216)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.221--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'") [junit] [EL Finest]: 2022-09-10 04:18:55.221--ServerSession(1629032994)--Connection(656844049)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.221--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.221--ServerSession(1629032994)--Connection(1925835770)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Finest]: 2022-09-10 04:18:55.222--ServerSession(1629032994)--Connection(656844049)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.222--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_GEN', 0)") [junit] [EL Finest]: 2022-09-10 04:18:55.222--ServerSession(1629032994)--Connection(1726169577)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.222--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.222--ServerSession(1629032994)--Connection(1531506932)--Thread(Thread[main,5,main])--INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_GEN', 0) [junit] [EL Finest]: 2022-09-10 04:18:55.223--ServerSession(1629032994)--Connection(1726169577)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.223--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_COURSE_GEN WHERE BEAN_NAME = 'CourseGenerator'") [junit] [EL Finest]: 2022-09-10 04:18:55.223--ServerSession(1629032994)--Connection(1002380301)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.223--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.223--ServerSession(1629032994)--Connection(426123784)--Thread(Thread[main,5,main])--DELETE FROM TMP_COURSE_GEN WHERE BEAN_NAME = 'CourseGenerator' [junit] [EL Finest]: 2022-09-10 04:18:55.224--ServerSession(1629032994)--Connection(1002380301)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.224--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM TMP_COURSE_GEN WHERE BEAN_NAME = 'CourseGenerator'") [junit] [EL Finest]: 2022-09-10 04:18:55.224--ServerSession(1629032994)--Connection(568717494)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.224--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.225--ServerSession(1629032994)--Connection(154923232)--Thread(Thread[main,5,main])--SELECT * FROM TMP_COURSE_GEN WHERE BEAN_NAME = 'CourseGenerator' [junit] [EL Finest]: 2022-09-10 04:18:55.225--ServerSession(1629032994)--Connection(568717494)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.225--ServerSession(1629032994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO TMP_COURSE_GEN(BEAN_NAME, MAX_ID) values ('CourseGenerator', 0)") [junit] [EL Finest]: 2022-09-10 04:18:55.225--ServerSession(1629032994)--Connection(1803976423)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.225--ServerSession(1629032994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.225--ServerSession(1629032994)--Connection(1038892935)--Thread(Thread[main,5,main])--INSERT INTO TMP_COURSE_GEN(BEAN_NAME, MAX_ID) values ('CourseGenerator', 0) [junit] [EL Finest]: 2022-09-10 04:18:55.226--ServerSession(1629032994)--Connection(1803976423)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:18:55.232--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Component_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.232--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.233--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.233--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.AbstractEmployee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.233--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.234--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.234--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.235--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.235--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.235--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.236--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.236--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.237--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.237--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.237--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.238--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.238--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.238--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.239--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.239--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.239--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.24--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.24--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.24--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.241--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.241--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.241--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.241--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.242--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.242--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.242--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.242--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.243--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.243--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.243--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.244--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.244--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.244--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.244--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.245--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.245--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.245--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.245--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.246--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.246--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.246--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.246--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.247--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.247--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.247--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.248--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.248--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.248--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.249--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.249--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.Node_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.249--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.25--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.25--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.25--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.251--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.251--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.251--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.252--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.252--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.252--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer$PK_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.252--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.253--ServerSession(1629032994)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount_] not found during initialization. [junit] [EL Finest]: 2022-09-10 04:18:55.253--ServerSession(1629032994)--Thread(Thread[main,5,main])--End deploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Deployed; factoryCount 1 [junit] [EL Finest]: 2022-09-10 04:18:55.253--ServerSession(1629032994)--Thread(Thread[main,5,main])--Begin undeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Deployed; factoryCount 1 [junit] [EL Finest]: 2022-09-10 04:18:55.253--ServerSession(1629032994)--Thread(Thread[main,5,main])--Unregistering MBean: TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541,Type=Configuration on server com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582 [junit] [EL Finest]: 2022-09-10 04:18:55.254--ServerSession(1629032994)--Thread(Thread[main,5,main])--Unregistered MBean [TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541,Type=Configuration] from MBeanServer [com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582]. [junit] [EL Finest]: 2022-09-10 04:18:55.254--ServerSession(1629032994)--Thread(Thread[main,5,main])--Unregistering MBean: TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541) on server com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582 [junit] [EL Finest]: 2022-09-10 04:18:55.254--ServerSession(1629032994)--Thread(Thread[main,5,main])--Unregistered MBean [TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541)] from MBeanServer [com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582]. [junit] [EL Finest]: 2022-09-10 04:18:55.254--ServerSession(1629032994)--Thread(Thread[main,5,main])--sequencing disconnected [junit] [EL Config]: 2022-09-10 04:18:55.254--ServerSession(1629032994)--Connection(744507749)--Thread(Thread[main,5,main])--disconnect [junit] [EL Finer]: 2022-09-10 04:18:55.254--ServerSession(1629032994)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Info]: 2022-09-10 04:18:55.254--ServerSession(1629032994)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541 logout successful [junit] [EL Finest]: 2022-09-10 04:18:55.254--ServerSession(1629032994)--Thread(Thread[main,5,main])--End undeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Undeployed; factoryCount 0 [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.562 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestExtendedPersistenceContext [junit] [EL Fine]: 2022-09-10 04:18:55.336--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@2ad7bd26 [junit] [EL Fine]: 2022-09-10 04:18:55.339--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@53d30d23 [junit] [EL Finer]: 2022-09-10 04:18:55.344--Thread(Thread[main,5,main])--JavaSECMPInitializer - predeploying jpa1testmodel. [junit] [EL Finest]: properties: 2022-09-10 04:18:55.345--ServerSession(1737750354)--Thread(Thread[main,5,main])--property=eclipselink.target-server; value=JBoss; translated value=org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2022-09-10 04:18:55.345--ServerSession(1737750354)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2022-09-10 04:18:55.346--ServerSession(1737750354)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Fine]: 2022-09-10 04:18:55.346--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2022-09-10 04:18:55.346--ServerSession(1737750354)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Initial; factoryCount 0 [junit] [EL Finest]: 2022-09-10 04:18:55.346--ServerSession(1737750354)--Thread(Thread[main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true [junit] [EL Finest]: 2022-09-10 04:18:55.346--ServerSession(1737750354)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true [junit] [EL Finest]: 2022-09-10 04:18:55.346--ServerSession(1737750354)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false [junit] [EL Finer]: 2022-09-10 04:18:55.346--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar]. [junit] [EL Finer]: 2022-09-10 04:18:55.346--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/eclipselink-orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar]. [junit] [EL Config]: 2022-09-10 04:18:55.372--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:55.373--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field employees] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:18:55.373--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:55.374--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:55.374--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:55.374--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field client] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:18:55.374--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:55.375--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field attr2] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte. [junit] [EL Config]: 2022-09-10 04:18:55.375--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:55.375--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:55.375--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field profiles] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile. [junit] [EL Config]: 2022-09-10 04:18:55.376--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:55.376--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field riders] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:18:55.376--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:55.376--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:55.378--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:55.378--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getCubicles] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle. [junit] [EL Config]: 2022-09-10 04:18:55.378--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.AbstractEmployee] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:55.378--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:55.378--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field attachedCop] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop. [junit] [EL Config]: 2022-09-10 04:18:55.379--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field parties] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal. [junit] [EL Config]: 2022-09-10 04:18:55.379--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:55.379--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field city] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City. [junit] [EL Config]: 2022-09-10 04:18:55.381--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:55.381--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.island.Island] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:55.381--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:55.381--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:55.381--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field cops] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop. [junit] [EL Config]: 2022-09-10 04:18:55.381--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field criminals] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal. [junit] [EL Config]: 2022-09-10 04:18:55.382--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:55.384--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:55.384--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:55.384--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:55.384--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getCourse] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course. [junit] [EL Config]: 2022-09-10 04:18:55.385--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:55.385--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field project] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project. [junit] [EL Config]: 2022-09-10 04:18:55.385--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:55.385--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:55.385--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field patent] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent. [junit] [EL Config]: 2022-09-10 04:18:55.385--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:55.385--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:55.386--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getWeapon] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon. [junit] [EL Config]: 2022-09-10 04:18:55.386--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:55.386--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:55.386--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:55.386--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:55.386--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:55.386--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:55.387--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:55.387--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field driver] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:18:55.387--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:55.388--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:55.388--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getComponent] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.component.Component. [junit] [EL Config]: 2022-09-10 04:18:55.388--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:55.388--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:55.388--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:55.389--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:55.389--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field informingCops] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop. [junit] [EL Config]: 2022-09-10 04:18:55.389--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:55.389--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field node] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode. [junit] [EL Config]: 2022-09-10 04:18:55.389--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.Component] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:55.389--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:55.389--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:55.389--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field partner] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop. [junit] [EL Config]: 2022-09-10 04:18:55.39--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field attachedCriminals] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal. [junit] [EL Config]: 2022-09-10 04:18:55.39--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field informers] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer. [junit] [EL Config]: 2022-09-10 04:18:55.39--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:55.39--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:55.39--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field item] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte. [junit] [EL Config]: 2022-09-10 04:18:55.39--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:55.391--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:55.391--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:55.391--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:55.391--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getCubicles] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle. [junit] [EL Config]: 2022-09-10 04:18:55.391--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:55.392--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field employee] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:18:55.392--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:55.392--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [method getCreatures] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature. [junit] [EL Config]: 2022-09-10 04:18:55.392--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:55.392--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field parent] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode. [junit] [EL Config]: 2022-09-10 04:18:55.392--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field children] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode. [junit] [EL Config]: 2022-09-10 04:18:55.392--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field description] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription. [junit] [EL Config]: 2022-09-10 04:18:55.392--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.Node] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:55.392--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field parent] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.Node. [junit] [EL Config]: 2022-09-10 04:18:55.392--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field children] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.Node. [junit] [EL Config]: 2022-09-10 04:18:55.392--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:55.393--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:55.393--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field brokerageAccount] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount. [junit] [EL Config]: 2022-09-10 04:18:55.393--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field projects] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project. [junit] [EL Config]: 2022-09-10 04:18:55.394--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field cubicle] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle. [junit] [EL Config]: 2022-09-10 04:18:55.394--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field costCenter] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter. [junit] [EL Config]: 2022-09-10 04:18:55.394--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field checkingAccount] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount. [junit] [EL Config]: 2022-09-10 04:18:55.394--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field travelProfile] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile. [junit] [EL Config]: 2022-09-10 04:18:55.394--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field sampleAccount] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account. [junit] [EL Config]: 2022-09-10 04:18:55.394--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field reviews] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review. [junit] [EL Config]: 2022-09-10 04:18:55.394--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field hobbies] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby. [junit] [EL Config]: 2022-09-10 04:18:55.394--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field motorVehicle] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle. [junit] [EL Config]: 2022-09-10 04:18:55.394--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field patents] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent. [junit] [EL Config]: 2022-09-10 04:18:55.394--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field creditCardAccounts] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount. [junit] [EL Config]: 2022-09-10 04:18:55.395--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field department] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department. [junit] [EL Config]: 2022-09-10 04:18:55.395--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field bicycles] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle. [junit] [EL Config]: 2022-09-10 04:18:55.395--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:55.395--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getMaterial] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material. [junit] [EL Config]: 2022-09-10 04:18:55.395--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:55.395--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:55.395--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getTasks] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task. [junit] [EL Config]: 2022-09-10 04:18:55.396--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:55.396--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:55.396--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:55.396--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer$PK] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:55.397--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:55.397--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:55.397--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:55.397--ServerSession(1737750354)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:55.397--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2022-09-10 04:18:55.397--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME. [junit] [EL Config]: 2022-09-10 04:18:55.397--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter] is being defaulted to: CostCenter. [junit] [EL Config]: 2022-09-10 04:18:55.397--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:55.398--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.398--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount] is being defaulted to: CheckingAccount. [junit] [EL Config]: 2022-09-10 04:18:55.398--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account] is being defaulted to: Account. [junit] [EL Config]: 2022-09-10 04:18:55.398--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [owner] is being defaulted to: OWNER. [junit] [EL Config]: 2022-09-10 04:18:55.398--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [balance] is being defaulted to: BALANCE. [junit] [EL Config]: 2022-09-10 04:18:55.398--ServerSession(1737750354)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:55.398--ServerSession(1737750354)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:55.398--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2022-09-10 04:18:55.398--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [creditLimit] is being defaulted to: CREDITLIMIT. [junit] [EL Config]: 2022-09-10 04:18:55.398--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte] is being defaulted to: Item_Byte. [junit] [EL Config]: 2022-09-10 04:18:55.399--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [namespace] is being defaulted to: NAMESPACE. [junit] [EL Config]: 2022-09-10 04:18:55.399--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:55.399--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [text] is being defaulted to: TEXT. [junit] [EL Config]: 2022-09-10 04:18:55.399--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp] is being defaulted to: Timestamp. [junit] [EL Config]: 2022-09-10 04:18:55.399--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.399--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike] is being defaulted to: RoadBike. [junit] [EL Config]: 2022-09-10 04:18:55.399--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle] is being defaulted to: Bicycle. [junit] [EL Config]: 2022-09-10 04:18:55.4--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle] is being defaulted to: Vehicle. [junit] [EL Config]: 2022-09-10 04:18:55.4--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR. [junit] [EL Config]: 2022-09-10 04:18:55.4--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.4--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [brand] is being defaulted to: BRAND. [junit] [EL Config]: 2022-09-10 04:18:55.4--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:18:55.4--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess] is being defaulted to: TemporalTypesFieldAccess. [junit] [EL Config]: 2022-09-10 04:18:55.401--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice] is being defaulted to: UniqueColorOffice. [junit] [EL Config]: 2022-09-10 04:18:55.401--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.401--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY. [junit] [EL Config]: 2022-09-10 04:18:55.401--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.AbstractEmployee] is being defaulted to: AbstractEmployee. [junit] [EL Config]: 2022-09-10 04:18:55.401--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:55.401--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.401--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal] is being defaulted to: Criminal. [junit] [EL Config]: 2022-09-10 04:18:55.402--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.402--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person] is being defaulted to: Person. [junit] [EL Config]: 2022-09-10 04:18:55.402--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.402--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee] is being defaulted to: ContractEmployee. [junit] [EL Config]: 2022-09-10 04:18:55.402--ServerSession(1737750354)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.402--ServerSession(1737750354)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.403--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [term] is being defaulted to: TERM. [junit] [EL Config]: 2022-09-10 04:18:55.403--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.island.Island] is being defaulted to: Island. [junit] [EL Config]: 2022-09-10 04:18:55.403--ServerSession(1737750354)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island] is being defaulted to: DTYPE. [junit] [EL Config]: 2022-09-10 04:18:55.403--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:55.403--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.403--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby] is being defaulted to: Hobby. [junit] [EL Config]: 2022-09-10 04:18:55.403--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [getDescription] is being defaulted to: DESCRIPTION. [junit] [EL Config]: 2022-09-10 04:18:55.403--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.403--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [getCategory] is being defaulted to: CATEGORY. [junit] [EL Config]: 2022-09-10 04:18:55.403--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City] is being defaulted to: City. [junit] [EL Config]: 2022-09-10 04:18:55.403--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [sound] is being defaulted to: SOUND. [junit] [EL Config]: 2022-09-10 04:18:55.403--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [integer] is being defaulted to: INTEGER. [junit] [EL Config]: 2022-09-10 04:18:55.403--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [cool] is being defaulted to: COOL. [junit] [EL Config]: 2022-09-10 04:18:55.404--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:55.404--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.404--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [type] is being defaulted to: TYPE. [junit] [EL Config]: 2022-09-10 04:18:55.404--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess] is being defaulted to: BasicTypesPropertyAccess. [junit] [EL Config]: 2022-09-10 04:18:55.404--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.405--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass] is being defaulted to: ReadOnlyEntitySubclass. [junit] [EL Config]: 2022-09-10 04:18:55.405--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity] is being defaulted to: ReadOnlyEntity. [junit] [EL Config]: 2022-09-10 04:18:55.405--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:55.405--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.405--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:18:55.406--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material] is being defaulted to: Material. [junit] [EL Config]: 2022-09-10 04:18:55.406--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [getData] is being defaulted to: DATA. [junit] [EL Config]: 2022-09-10 04:18:55.406--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task] is being defaulted to: Task. [junit] [EL Config]: 2022-09-10 04:18:55.406--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [description] is being defaulted to: DESCRIPTION. [junit] [EL Config]: 2022-09-10 04:18:55.406--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview] is being defaulted to: PatentReview. [junit] [EL Config]: 2022-09-10 04:18:55.406--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review] is being defaulted to: Review. [junit] [EL Config]: 2022-09-10 04:18:55.406--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [reviewDate] is being defaulted to: REVIEWDATE. [junit] [EL Config]: 2022-09-10 04:18:55.407--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.407--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:18:55.407--ServerSession(1737750354)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review] is being defaulted to: DTYPE. [junit] [EL Config]: 2022-09-10 04:18:55.407--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike] is being defaulted to: MountainBike. [junit] [EL Config]: 2022-09-10 04:18:55.407--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature] is being defaulted to: MythicalCreature. [junit] [EL Config]: 2022-09-10 04:18:55.407--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature] is being defaulted to: Creature. [junit] [EL Config]: 2022-09-10 04:18:55.407--ServerSession(1737750354)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature] is being defaulted to: DTYPE. [junit] [EL Config]: 2022-09-10 04:18:55.407--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.407--ServerSession(1737750354)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.407--ServerSession(1737750354)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.407--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [getStory] is being defaulted to: STORY. [junit] [EL Config]: 2022-09-10 04:18:55.408--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess] is being defaulted to: EmbeddingFieldAccess. [junit] [EL Config]: 2022-09-10 04:18:55.408--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [date] is being defaulted to: DATE. [junit] [EL Config]: 2022-09-10 04:18:55.408--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [time] is being defaulted to: TIME. [junit] [EL Config]: 2022-09-10 04:18:55.408--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.408--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon] is being defaulted to: Weapon. [junit] [EL Config]: 2022-09-10 04:18:55.408--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:55.408--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.408--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant] is being defaulted to: Plant. [junit] [EL Config]: 2022-09-10 04:18:55.408--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element] is being defaulted to: Element. [junit] [EL Config]: 2022-09-10 04:18:55.409--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent] is being defaulted to: Patent. [junit] [EL Config]: 2022-09-10 04:18:55.409--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [getYear] is being defaulted to: YEAR. [junit] [EL Config]: 2022-09-10 04:18:55.409--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:55.409--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car] is being defaulted to: Car. [junit] [EL Config]: 2022-09-10 04:18:55.409--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] is being defaulted to: MotorVehicle. [junit] [EL Config]: 2022-09-10 04:18:55.409--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [model] is being defaulted to: MODEL. [junit] [EL Config]: 2022-09-10 04:18:55.409--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat] is being defaulted to: MetricFloat. [junit] [EL Config]: 2022-09-10 04:18:55.409--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric] is being defaulted to: Metric. [junit] [EL Config]: 2022-09-10 04:18:55.41--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount] is being defaulted to: BrokerageAccount. [junit] [EL Config]: 2022-09-10 04:18:55.41--ServerSession(1737750354)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:55.41--ServerSession(1737750354)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:55.41--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [riskLevel] is being defaulted to: RISKLEVEL. [junit] [EL Config]: 2022-09-10 04:18:55.41--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal] is being defaulted to: Animal. [junit] [EL Config]: 2022-09-10 04:18:55.411--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer] is being defaulted to: Informer. [junit] [EL Config]: 2022-09-10 04:18:55.411--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.411--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription] is being defaulted to: CascadingNodeDescription. [junit] [EL Config]: 2022-09-10 04:18:55.411--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.411--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.Component] is being defaulted to: Component. [junit] [EL Config]: 2022-09-10 04:18:55.411--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.411--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile] is being defaulted to: TravelProfile. [junit] [EL Config]: 2022-09-10 04:18:55.411--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [getSmoker] is being defaulted to: SMOKER. [junit] [EL Config]: 2022-09-10 04:18:55.411--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [getGuid] is being defaulted to: GUID. [junit] [EL Config]: 2022-09-10 04:18:55.411--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop] is being defaulted to: Cop. [junit] [EL Config]: 2022-09-10 04:18:55.412--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.412--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess] is being defaulted to: EmbeddingPropertyAccess. [junit] [EL Config]: 2022-09-10 04:18:55.412--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [getDate] is being defaulted to: DATE. [junit] [EL Config]: 2022-09-10 04:18:55.412--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [getTime] is being defaulted to: TIME. [junit] [EL Config]: 2022-09-10 04:18:55.412--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.412--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte] is being defaulted to: Item_Attribute_Byte. [junit] [EL Config]: 2022-09-10 04:18:55.412--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount] is being defaulted to: SavingsAccount. [junit] [EL Config]: 2022-09-10 04:18:55.413--ServerSession(1737750354)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:55.413--ServerSession(1737750354)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:55.413--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [interestRate] is being defaulted to: INTERESTRATE. [junit] [EL Config]: 2022-09-10 04:18:55.413--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2022-09-10 04:18:55.413--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME. [junit] [EL Config]: 2022-09-10 04:18:55.413--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck] is being defaulted to: Truck. [junit] [EL Config]: 2022-09-10 04:18:55.413--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount] is being defaulted to: CreditCardAccount. [junit] [EL Config]: 2022-09-10 04:18:55.413--ServerSession(1737750354)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:55.413--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [cardType] is being defaulted to: CARDTYPE. [junit] [EL Config]: 2022-09-10 04:18:55.413--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [cardNumber] is being defaulted to: CARDNUMBER. [junit] [EL Config]: 2022-09-10 04:18:55.413--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [validTo] is being defaulted to: VALIDTO. [junit] [EL Config]: 2022-09-10 04:18:55.413--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office] is being defaulted to: Office. [junit] [EL Config]: 2022-09-10 04:18:55.413--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.413--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY. [junit] [EL Config]: 2022-09-10 04:18:55.414--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle] is being defaulted to: Cubicle. [junit] [EL Config]: 2022-09-10 04:18:55.414--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR. [junit] [EL Config]: 2022-09-10 04:18:55.414--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [place] is being defaulted to: PLACE. [junit] [EL Config]: 2022-09-10 04:18:55.414--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [floor] is being defaulted to: FLOOR. [junit] [EL Config]: 2022-09-10 04:18:55.414--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave] is being defaulted to: Cave. [junit] [EL Config]: 2022-09-10 04:18:55.414--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:55.414--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.414--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode] is being defaulted to: CascadingNode. [junit] [EL Config]: 2022-09-10 04:18:55.414--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.414--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.Node] is being defaulted to: Node. [junit] [EL Config]: 2022-09-10 04:18:55.415--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [nodeName] is being defaulted to: NODENAME. [junit] [EL Config]: 2022-09-10 04:18:55.415--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.415--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer] is being defaulted to: Trailer. [junit] [EL Config]: 2022-09-10 04:18:55.415--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [high] is being defaulted to: HIGH. [junit] [EL Config]: 2022-09-10 04:18:55.415--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [low] is being defaulted to: LOW. [junit] [EL Config]: 2022-09-10 04:18:55.415--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] is being defaulted to: Employee. [junit] [EL Config]: 2022-09-10 04:18:55.415--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [firstname] is being defaulted to: FIRSTNAME. [junit] [EL Config]: 2022-09-10 04:18:55.415--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [endDate] is being defaulted to: ENDDATE. [junit] [EL Config]: 2022-09-10 04:18:55.415--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [startDate] is being defaulted to: STARTDATE. [junit] [EL Config]: 2022-09-10 04:18:55.415--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [salary] is being defaulted to: SALARY. [junit] [EL Config]: 2022-09-10 04:18:55.415--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [lastname] is being defaulted to: LASTNAME. [junit] [EL Config]: 2022-09-10 04:18:55.416--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.416--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course] is being defaulted to: Course. [junit] [EL Config]: 2022-09-10 04:18:55.416--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department] is being defaulted to: Department. [junit] [EL Config]: 2022-09-10 04:18:55.416--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:55.416--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.416--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [getVersion] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:18:55.416--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project] is being defaulted to: Project. [junit] [EL Config]: 2022-09-10 04:18:55.416--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty] is being defaulted to: Nasty. [junit] [EL Config]: 2022-09-10 04:18:55.416--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.417--ServerSession(1737750354)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess] is being defaulted to: BasicTypesFieldAccess. [junit] [EL Config]: 2022-09-10 04:18:55.417--ServerSession(1737750354)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:18:55.418--ServerSession(1737750354)--Thread(Thread[main,5,main])--The pk column value for the table generator named [StringIdGenerator] defined on [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby] from [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby] is being defaulted to: StringIdGenerator. [junit] [EL Config]: 2022-09-10 04:18:55.441--ServerSession(1737750354)--Thread(Thread[main,5,main])--The pk column value for the table generator named [VehicleGenerator] defined on [field id] from [field id] is being defaulted to: VehicleGenerator. [junit] [EL Config]: 2022-09-10 04:18:55.441--ServerSession(1737750354)--Thread(Thread[main,5,main])--The pk column value for the table generator named [IdGenerator] defined on [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project] from [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project] is being defaulted to: IdGenerator. [junit] [EL Config]: 2022-09-10 04:18:55.441--ServerSession(1737750354)--Thread(Thread[main,5,main])--The pk column value for the table generator named [CourseGenerator] defined on [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course] from [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course] is being defaulted to: CourseGenerator. [junit] [EL Config]: 2022-09-10 04:18:55.441--ServerSession(1737750354)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field client] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.441--ServerSession(1737750354)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field profiles] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.441--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field profiles] is being defaulted to: GUID. [junit] [EL Config]: 2022-09-10 04:18:55.441--ServerSession(1737750354)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field riders] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.442--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field riders] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.442--ServerSession(1737750354)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getCubicles] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.442--ServerSession(1737750354)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field attachedCop] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.442--ServerSession(1737750354)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [attachedCop] is being defaulted to: ATTACHEDCOP_ID. [junit] [EL Config]: 2022-09-10 04:18:55.442--ServerSession(1737750354)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field parties] is being defaulted to: TMP_CRIMINAL_TMP_CRIMINAL. [junit] [EL Config]: 2022-09-10 04:18:55.442--ServerSession(1737750354)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field parties] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.442--ServerSession(1737750354)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [parties] is being defaulted to: Criminal_ID. [junit] [EL Config]: 2022-09-10 04:18:55.442--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field parties] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.442--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [parties] is being defaulted to: parties_ID. [junit] [EL Config]: 2022-09-10 04:18:55.442--ServerSession(1737750354)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field city] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.442--ServerSession(1737750354)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field cops] is being defaulted to: TMP_CITY_TMP_COP. [junit] [EL Config]: 2022-09-10 04:18:55.442--ServerSession(1737750354)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field cops] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.442--ServerSession(1737750354)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [cops] is being defaulted to: City_ID. [junit] [EL Config]: 2022-09-10 04:18:55.443--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field cops] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.443--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [cops] is being defaulted to: cops_ID. [junit] [EL Config]: 2022-09-10 04:18:55.443--ServerSession(1737750354)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field criminals] is being defaulted to: TMP_CITY_TMP_CRIMINAL. [junit] [EL Config]: 2022-09-10 04:18:55.443--ServerSession(1737750354)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field criminals] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.443--ServerSession(1737750354)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [criminals] is being defaulted to: City_ID. [junit] [EL Config]: 2022-09-10 04:18:55.443--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field criminals] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.443--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [criminals] is being defaulted to: criminals_ID. [junit] [EL Config]: 2022-09-10 04:18:55.443--ServerSession(1737750354)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field project] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.443--ServerSession(1737750354)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getWeapon] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.443--ServerSession(1737750354)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field driver] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.443--ServerSession(1737750354)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getComponent] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.444--ServerSession(1737750354)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field informingCops] is being defaulted to: TMP_INFORMER_TMP_COP. [junit] [EL Config]: 2022-09-10 04:18:55.444--ServerSession(1737750354)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field informingCops] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.444--ServerSession(1737750354)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [informingCops] is being defaulted to: Informer_ID. [junit] [EL Config]: 2022-09-10 04:18:55.444--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field informingCops] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.444--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [informingCops] is being defaulted to: informingCops_ID. [junit] [EL Config]: 2022-09-10 04:18:55.444--ServerSession(1737750354)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field partner] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.444--ServerSession(1737750354)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [partner] is being defaulted to: PARTNER_ID. [junit] [EL Config]: 2022-09-10 04:18:55.444--ServerSession(1737750354)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field attachedCriminals] is being defaulted to: TMP_COP_TMP_CRIMINAL. [junit] [EL Config]: 2022-09-10 04:18:55.444--ServerSession(1737750354)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field attachedCriminals] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.444--ServerSession(1737750354)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [attachedCriminals] is being defaulted to: Cop_ID. [junit] [EL Config]: 2022-09-10 04:18:55.444--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field attachedCriminals] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.444--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [attachedCriminals] is being defaulted to: attachedCriminals_ID. [junit] [EL Config]: 2022-09-10 04:18:55.444--ServerSession(1737750354)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field informers] is being defaulted to: TMP_COP_TMP_INFORMER. [junit] [EL Config]: 2022-09-10 04:18:55.444--ServerSession(1737750354)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field informers] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.444--ServerSession(1737750354)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [informers] is being defaulted to: Cop_ID. [junit] [EL Config]: 2022-09-10 04:18:55.444--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field informers] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.444--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [informers] is being defaulted to: informers_ID. [junit] [EL Config]: 2022-09-10 04:18:55.444--ServerSession(1737750354)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field item] is being defaulted to: ITEM_ID. [junit] [EL Config]: 2022-09-10 04:18:55.444--ServerSession(1737750354)--Thread(Thread[main,5,main])--The key column name for the basic map mapping element [getCubicles] is being defaulted to: CUBICLES_KEY. [junit] [EL Config]: 2022-09-10 04:18:55.445--ServerSession(1737750354)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getCubicles] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.445--ServerSession(1737750354)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getCreatures] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.445--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [method getCreatures] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.445--ServerSession(1737750354)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field parent] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.445--ServerSession(1737750354)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field description] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.445--ServerSession(1737750354)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field parent] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.445--ServerSession(1737750354)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field brokerageAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:55.445--ServerSession(1737750354)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field projects] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.445--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field projects] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.446--ServerSession(1737750354)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field costCenter] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.446--ServerSession(1737750354)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field travelProfile] is being defaulted to: GUID. [junit] [EL Config]: 2022-09-10 04:18:55.446--ServerSession(1737750354)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field sampleAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:55.446--ServerSession(1737750354)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field reviews] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.446--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field reviews] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.446--ServerSession(1737750354)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field hobbies] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.446--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field hobbies] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.447--ServerSession(1737750354)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field patents] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.447--ServerSession(1737750354)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field creditCardAccounts] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.447--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field creditCardAccounts] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:55.447--ServerSession(1737750354)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field department] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:55.447--ServerSession(1737750354)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getMaterial] is being defaulted to: COURSE_ID. [junit] [EL Config]: 2022-09-10 04:18:55.447--ServerSession(1737750354)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [method getMaterial] is being defaulted to: COURSE_ID. [junit] [EL Config]: 2022-09-10 04:18:55.447--ServerSession(1737750354)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getAttendees] is being defaulted to: COURSE_ID. [junit] [EL Config]: 2022-09-10 04:18:55.447--ServerSession(1737750354)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [method getAttendees] is being defaulted to: ID. [junit] [EL Finest]: 2022-09-10 04:18:55.449--ServerSession(1737750354)--Thread(Thread[main,5,main])--query getDepartmentCached: query hint eclipselink.query-results-cache; value True [junit] [EL Finest]: 2022-09-10 04:18:55.45--ServerSession(1737750354)--Thread(Thread[main,5,main])--query getAllDepartmentsCached: query hint eclipselink.query-results-cache; value True [junit] [EL Finest]: 2022-09-10 04:18:55.451--ServerSession(1737750354)--Thread(Thread[main,5,main])--End predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Predeployed; factoryCount 0 [junit] [EL Finer]: 2022-09-10 04:18:55.451--Thread(Thread[main,5,main])--JavaSECMPInitializer - transformer is null. [junit] [EL Finest]: 2022-09-10 04:18:55.451--ServerSession(1737750354)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Predeployed; factoryCount 0 [junit] [EL Finest]: 2022-09-10 04:18:55.451--ServerSession(1737750354)--Thread(Thread[main,5,main])--End predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Predeployed; factoryCount 1 [junit] [EL Finer]: 2022-09-10 04:18:55.451--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Component_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.451--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.452--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.452--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.AbstractEmployee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.452--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.452--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.453--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.453--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.453--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.453--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.454--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.454--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.454--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.454--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.455--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.455--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.455--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.455--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.455--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.456--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.456--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.456--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.456--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.457--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.457--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.457--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.457--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.457--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.458--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.458--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.458--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.458--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.459--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.459--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.459--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.459--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.46--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.46--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.46--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.46--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.46--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.461--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.461--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.461--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.461--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.462--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.462--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.462--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.462--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.462--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.463--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.463--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.463--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.463--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.464--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.Node_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.464--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.464--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.464--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.465--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.465--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.465--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.465--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.465--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.466--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.466--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer$PK_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.466--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:55.466--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount_] not found during initialization. [junit] [EL Finest]: 2022-09-10 04:18:55.466--ServerSession(1737750354)--Thread(Thread[main,5,main])--Begin deploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Predeployed; factoryCount 1 [junit] [EL Finest]: 2022-09-10 04:18:55.474--ServerSession(1737750354)--Thread(Thread[main,5,main])--Bean Validation Factory was not initialized: [javax/validation/Validation]. [junit] [EL Finest]: 2022-09-10 04:18:55.474--ServerSession(1737750354)--Thread(Thread[main,5,main])--property=eclipselink.target-server; value=JBoss; translated value=org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2022-09-10 04:18:55.474--ServerSession(1737750354)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2022-09-10 04:18:55.474--ServerSession(1737750354)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2022-09-10 04:18:55.474--ServerSession(1737750354)--Thread(Thread[main,5,main])--property=eclipselink.target-database; value=org.eclipse.persistence.platform.database.MySQLPlatform [junit] [EL Finest]: 2022-09-10 04:18:55.474--ServerSession(1737750354)--Thread(Thread[main,5,main])--property=javax.persistence.nonJtaDataSource; value=org.eclipse.persistence.testing.framework.wdf.PooledDataSource@ea1a8d5 [junit] [EL Finest]: 2022-09-10 04:18:55.475--ServerSession(1737750354)--Thread(Thread[main,5,main])--property=eclipselink.jdbc.batch-writing; value=JDBC; translated value=JDBC [junit] [EL Finest]: 2022-09-10 04:18:55.475--ServerSession(1737750354)--Thread(Thread[main,5,main])--property=eclipselink.temporal.mutable; value=true [junit] [EL Info]: 2022-09-10 04:18:55.475--ServerSession(1737750354)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Config]: 2022-09-10 04:18:55.475--ServerSession(1737750354)--Connection(1275339119)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "" [junit] connector=>JNDIConnector datasource name=>null [junit] )) [junit] [EL Config]: 2022-09-10 04:18:55.476--ServerSession(1737750354)--Connection(529832633)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost/ecltest?useSSL=false [junit] User: root@localhost [junit] Database: MySQL Version: 5.7.29 [junit] Driver: MySQL Connector Java Version: mysql-connector-java-5.1.48 ( Revision: 29734982609c32d3ab7e5cac2e6acee69ff6b4aa ) [junit] [EL Finest]: 2022-09-10 04:18:55.476--ServerSession(1737750354)--Connection(1518037877)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.476--ServerSession(1737750354)--Connection(1518037877)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Config]: 2022-09-10 04:18:55.476--ServerSession(1737750354)--Connection(924399116)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "" [junit] connector=>JNDIConnector datasource name=>null [junit] )) [junit] [EL Config]: 2022-09-10 04:18:55.477--ServerSession(1737750354)--Connection(945150386)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost/ecltest?useSSL=false [junit] User: root@localhost [junit] Database: MySQL Version: 5.7.29 [junit] Driver: MySQL Connector Java Version: mysql-connector-java-5.1.48 ( Revision: 29734982609c32d3ab7e5cac2e6acee69ff6b4aa ) [junit] [EL Finest]: 2022-09-10 04:18:55.477--ServerSession(1737750354)--Thread(Thread[main,5,main])--sequencing connected, state is NoPreallocation_State [junit] [EL Finest]: 2022-09-10 04:18:55.477--ServerSession(1737750354)--Thread(Thread[main,5,main])--sequence testSequence: preallocation size 1 [junit] [EL Finest]: 2022-09-10 04:18:55.477--ServerSession(1737750354)--Thread(Thread[main,5,main])--sequence testSequenceInc3: preallocation size 3 [junit] [EL Finest]: 2022-09-10 04:18:55.477--ServerSession(1737750354)--Thread(Thread[main,5,main])--sequence SEQ_GEN_IDENTITY: preallocation size 1 [junit] [EL Finest]: 2022-09-10 04:18:55.477--ServerSession(1737750354)--Thread(Thread[main,5,main])--sequencing connected, state is Preallocation_Transaction_NoAccessor_State [junit] [EL Finest]: 2022-09-10 04:18:55.477--ServerSession(1737750354)--Thread(Thread[main,5,main])--sequence SEQUENCE: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:18:55.477--ServerSession(1737750354)--Thread(Thread[main,5,main])--sequence VehicleGenerator: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:18:55.477--ServerSession(1737750354)--Thread(Thread[main,5,main])--sequence CourseGenerator: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:18:55.477--ServerSession(1737750354)--Thread(Thread[main,5,main])--sequence StringIdGenerator: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:18:55.477--ServerSession(1737750354)--Thread(Thread[main,5,main])--sequence Component: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:18:55.477--ServerSession(1737750354)--Thread(Thread[main,5,main])--sequence SEQ_GEN: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:18:55.477--ServerSession(1737750354)--Thread(Thread[main,5,main])--sequence IdGenerator: preallocation size 50 [junit] [EL Warning]: 2022-09-10 04:18:55.478--ServerSession(1737750354)--Thread(Thread[main,5,main])--Reverting the lazy setting on the OneToOne or ManyToOne attribute [driver] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] since weaving was not enabled or did not occur. [junit] [EL Warning]: 2022-09-10 04:18:55.48--ServerSession(1737750354)--Thread(Thread[main,5,main])--Reverting the lazy setting on the OneToOne or ManyToOne attribute [cubicle] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] since weaving was not enabled or did not occur. [junit] [EL Info]: 2022-09-10 04:18:55.505--ServerSession(1737750354)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541 login successful [junit] [EL Finer]: 2022-09-10 04:18:55.505--ServerSession(1737750354)--Thread(Thread[main,5,main])--JMX MBeanServer instance found: [com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582], # of beans: [22], domain: [DefaultDomain] at index: [0]. [junit] [EL Finest]: 2022-09-10 04:18:55.506--ServerSession(1737750354)--Thread(Thread[main,5,main])--Registered MBean: org.eclipse.persistence.services.mbean.MBeanDevelopmentServices[TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541,Type=Configuration] on server com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582 [junit] [EL Finest]: 2022-09-10 04:18:55.506--ServerSession(1737750354)--Thread(Thread[main,5,main])--Registered MBean: org.eclipse.persistence.services.jboss.MBeanJBossRuntimeServices[TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541)] on server com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582 [junit] [EL Finest]: 2022-09-10 04:18:55.506--ServerSession(1737750354)--Thread(Thread[main,5,main])--EclipseLink JMX Runtime Services is referencing the [Platform ConversionManager] ClassLoader at: [sun.misc.Launcher$AppClassLoader@330bedb4] [junit] [EL Finest]: 2022-09-10 04:18:55.506--ServerSession(1737750354)--Thread(Thread[main,5,main])--The applicationName for the MBean attached to session [/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541] is [unknown] [junit] [EL Finest]: 2022-09-10 04:18:55.506--ServerSession(1737750354)--Thread(Thread[main,5,main])--The moduleName for the MBean attached to session [/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541] is [unknown] [junit] [EL Finest]: 2022-09-10 04:18:55.511--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_METRIC DROP FOREIGN KEY FK_TMP_METRIC_COMPONENT_ID") [junit] [EL Finest]: 2022-09-10 04:18:55.511--ServerSession(1737750354)--Connection(349270906)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.511--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.511--ServerSession(1737750354)--Connection(1210734791)--Thread(Thread[main,5,main])--ALTER TABLE TMP_METRIC DROP FOREIGN KEY FK_TMP_METRIC_COMPONENT_ID [junit] [EL Finest]: 2022-09-10 04:18:55.515--ServerSession(1737750354)--Connection(349270906)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.515--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CONTRACT_EMP DROP FOREIGN KEY FK_TMP_CONTRACT_EMP_ID") [junit] [EL Finest]: 2022-09-10 04:18:55.515--ServerSession(1737750354)--Connection(504497704)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.515--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.515--ServerSession(1737750354)--Connection(82086221)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CONTRACT_EMP DROP FOREIGN KEY FK_TMP_CONTRACT_EMP_ID [junit] [EL Finest]: 2022-09-10 04:18:55.517--ServerSession(1737750354)--Connection(504497704)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.517--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_VEHICLE DROP FOREIGN KEY FK_TMP_VEHICLE_EMPLOYEE_ID") [junit] [EL Finest]: 2022-09-10 04:18:55.517--ServerSession(1737750354)--Connection(760197336)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.517--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.518--ServerSession(1737750354)--Connection(230816477)--Thread(Thread[main,5,main])--ALTER TABLE TMP_VEHICLE DROP FOREIGN KEY FK_TMP_VEHICLE_EMPLOYEE_ID [junit] [EL Finest]: 2022-09-10 04:18:55.52--ServerSession(1737750354)--Connection(760197336)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.52--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_BROKER_ACC DROP FOREIGN KEY FK_TMP_BROKER_ACC_ACC_NUMBER") [junit] [EL Finest]: 2022-09-10 04:18:55.52--ServerSession(1737750354)--Connection(1530078265)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.52--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.52--ServerSession(1737750354)--Connection(1495673488)--Thread(Thread[main,5,main])--ALTER TABLE TMP_BROKER_ACC DROP FOREIGN KEY FK_TMP_BROKER_ACC_ACC_NUMBER [junit] [EL Finest]: 2022-09-10 04:18:55.522--ServerSession(1737750354)--Connection(1530078265)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.522--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CHECK_ACC DROP FOREIGN KEY FK_TMP_CHECK_ACC_ACC_NUMBER") [junit] [EL Finest]: 2022-09-10 04:18:55.522--ServerSession(1737750354)--Connection(1703254852)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.522--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.522--ServerSession(1737750354)--Connection(228548558)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CHECK_ACC DROP FOREIGN KEY FK_TMP_CHECK_ACC_ACC_NUMBER [junit] [EL Finest]: 2022-09-10 04:18:55.525--ServerSession(1737750354)--Connection(1703254852)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.525--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CHECK_ACC DROP FOREIGN KEY FK_TMP_CHECK_ACC_CLIENT_ID") [junit] [EL Finest]: 2022-09-10 04:18:55.525--ServerSession(1737750354)--Connection(203498806)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.525--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.525--ServerSession(1737750354)--Connection(2067233363)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CHECK_ACC DROP FOREIGN KEY FK_TMP_CHECK_ACC_CLIENT_ID [junit] [EL Finest]: 2022-09-10 04:18:55.527--ServerSession(1737750354)--Connection(203498806)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.527--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CREDIT_ACC DROP FOREIGN KEY FK_TMP_CREDIT_ACC_CCA_ID") [junit] [EL Finest]: 2022-09-10 04:18:55.527--ServerSession(1737750354)--Connection(1703169174)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.527--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.527--ServerSession(1737750354)--Connection(622938007)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CREDIT_ACC DROP FOREIGN KEY FK_TMP_CREDIT_ACC_CCA_ID [junit] [EL Finest]: 2022-09-10 04:18:55.529--ServerSession(1737750354)--Connection(1703169174)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.529--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_COSTCENTER") [junit] [EL Finest]: 2022-09-10 04:18:55.529--ServerSession(1737750354)--Connection(657820185)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.529--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.529--ServerSession(1737750354)--Connection(134708375)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_COSTCENTER [junit] [EL Finest]: 2022-09-10 04:18:55.532--ServerSession(1737750354)--Connection(657820185)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.532--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_DEPARTMENT") [junit] [EL Finest]: 2022-09-10 04:18:55.532--ServerSession(1737750354)--Connection(1566390876)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.532--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.532--ServerSession(1737750354)--Connection(1846351524)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_DEPARTMENT [junit] [EL Finest]: 2022-09-10 04:18:55.534--ServerSession(1737750354)--Connection(1566390876)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.534--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_CUBICLE_PLACE") [junit] [EL Finest]: 2022-09-10 04:18:55.534--ServerSession(1737750354)--Connection(73404487)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.534--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.534--ServerSession(1737750354)--Connection(39751257)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_CUBICLE_PLACE [junit] [EL Finest]: 2022-09-10 04:18:55.536--ServerSession(1737750354)--Connection(73404487)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.536--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_SAMPLE_ACCOUNT") [junit] [EL Finest]: 2022-09-10 04:18:55.536--ServerSession(1737750354)--Connection(1421940560)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.536--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.536--ServerSession(1737750354)--Connection(572225495)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_SAMPLE_ACCOUNT [junit] [EL Finest]: 2022-09-10 04:18:55.538--ServerSession(1737750354)--Connection(1421940560)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.538--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_BROKERAGE_ACCOUNT") [junit] [EL Finest]: 2022-09-10 04:18:55.538--ServerSession(1737750354)--Connection(1854873748)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.538--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.539--ServerSession(1737750354)--Connection(391333725)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_BROKERAGE_ACCOUNT [junit] [EL Finest]: 2022-09-10 04:18:55.54--ServerSession(1737750354)--Connection(1854873748)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.54--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_PROFILE_GUID") [junit] [EL Finest]: 2022-09-10 04:18:55.54--ServerSession(1737750354)--Connection(1845527423)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.541--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.541--ServerSession(1737750354)--Connection(1675905101)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_PROFILE_GUID [junit] [EL Finest]: 2022-09-10 04:18:55.543--ServerSession(1737750354)--Connection(1845527423)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.543--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP KEY UNQ_TMP_EMP_0") [junit] [EL Finest]: 2022-09-10 04:18:55.543--ServerSession(1737750354)--Connection(488063551)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.543--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.543--ServerSession(1737750354)--Connection(1550899184)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP KEY UNQ_TMP_EMP_0 [junit] [EL Finest]: 2022-09-10 04:18:55.545--ServerSession(1737750354)--Connection(488063551)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.546--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_REVIEW DROP FOREIGN KEY FK_TMP_REVIEW_PATENT_NAME") [junit] [EL Finest]: 2022-09-10 04:18:55.546--ServerSession(1737750354)--Connection(961178923)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.546--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.546--ServerSession(1737750354)--Connection(1667232421)--Thread(Thread[main,5,main])--ALTER TABLE TMP_REVIEW DROP FOREIGN KEY FK_TMP_REVIEW_PATENT_NAME [junit] [EL Finest]: 2022-09-10 04:18:55.548--ServerSession(1737750354)--Connection(961178923)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.548--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_REVIEW_DETAILS DROP FOREIGN KEY FK_TMP_REVIEW_DETAILS_REVIEW_ID") [junit] [EL Finest]: 2022-09-10 04:18:55.548--ServerSession(1737750354)--Connection(2136793918)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.548--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.548--ServerSession(1737750354)--Connection(1670053034)--Thread(Thread[main,5,main])--ALTER TABLE TMP_REVIEW_DETAILS DROP FOREIGN KEY FK_TMP_REVIEW_DETAILS_REVIEW_ID [junit] [EL Finest]: 2022-09-10 04:18:55.55--ServerSession(1737750354)--Connection(2136793918)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.55--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_PROJECT_DETAILS DROP FOREIGN KEY FK_TMP_PROJECT_DETAILS_PROJECT_ID") [junit] [EL Finest]: 2022-09-10 04:18:55.55--ServerSession(1737750354)--Connection(2058228080)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.55--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.55--ServerSession(1737750354)--Connection(1324735779)--Thread(Thread[main,5,main])--ALTER TABLE TMP_PROJECT_DETAILS DROP FOREIGN KEY FK_TMP_PROJECT_DETAILS_PROJECT_ID [junit] [EL Finest]: 2022-09-10 04:18:55.552--ServerSession(1737750354)--Connection(2058228080)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.552--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_SAVE_ACC DROP FOREIGN KEY FK_TMP_SAVE_ACC_ACC_NUMBER") [junit] [EL Finest]: 2022-09-10 04:18:55.552--ServerSession(1737750354)--Connection(1690458722)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.552--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.552--ServerSession(1737750354)--Connection(71208732)--Thread(Thread[main,5,main])--ALTER TABLE TMP_SAVE_ACC DROP FOREIGN KEY FK_TMP_SAVE_ACC_ACC_NUMBER [junit] [EL Finest]: 2022-09-10 04:18:55.554--ServerSession(1737750354)--Connection(1690458722)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.554--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_TASK DROP FOREIGN KEY FK_TMP_TASK_PROJ_ID") [junit] [EL Finest]: 2022-09-10 04:18:55.554--ServerSession(1737750354)--Connection(288986440)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.554--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.554--ServerSession(1737750354)--Connection(1628421660)--Thread(Thread[main,5,main])--ALTER TABLE TMP_TASK DROP FOREIGN KEY FK_TMP_TASK_PROJ_ID [junit] [EL Finest]: 2022-09-10 04:18:55.556--ServerSession(1737750354)--Connection(288986440)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.556--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE BYTE_ITEM_ATT DROP FOREIGN KEY FK_BYTE_ITEM_ATT_ITEM_ID") [junit] [EL Finest]: 2022-09-10 04:18:55.556--ServerSession(1737750354)--Connection(172325931)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.556--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.556--ServerSession(1737750354)--Connection(380034081)--Thread(Thread[main,5,main])--ALTER TABLE BYTE_ITEM_ATT DROP FOREIGN KEY FK_BYTE_ITEM_ATT_ITEM_ID [junit] [EL Finest]: 2022-09-10 04:18:55.559--ServerSession(1737750354)--Connection(172325931)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.559--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COP DROP FOREIGN KEY FK_TMP_COP_PARTNER_ID") [junit] [EL Finest]: 2022-09-10 04:18:55.559--ServerSession(1737750354)--Connection(2020725345)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.559--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.559--ServerSession(1737750354)--Connection(1477856922)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP DROP FOREIGN KEY FK_TMP_COP_PARTNER_ID [junit] [EL Finest]: 2022-09-10 04:18:55.561--ServerSession(1737750354)--Connection(2020725345)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.561--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_PERSON DROP FOREIGN KEY FK_TMP_PERSON_CITY") [junit] [EL Finest]: 2022-09-10 04:18:55.561--ServerSession(1737750354)--Connection(476987385)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.561--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.561--ServerSession(1737750354)--Connection(1994834032)--Thread(Thread[main,5,main])--ALTER TABLE TMP_PERSON DROP FOREIGN KEY FK_TMP_PERSON_CITY [junit] [EL Finest]: 2022-09-10 04:18:55.563--ServerSession(1737750354)--Connection(476987385)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.563--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CRIMINAL_ATTACHEDCOP_ID") [junit] [EL Finest]: 2022-09-10 04:18:55.563--ServerSession(1737750354)--Connection(1327907419)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.563--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.563--ServerSession(1737750354)--Connection(251915919)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CRIMINAL_ATTACHEDCOP_ID [junit] [EL Finest]: 2022-09-10 04:18:55.565--ServerSession(1737750354)--Connection(1327907419)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.565--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CREATURE DROP FOREIGN KEY FK_TMP_CREATURE_WEAPON") [junit] [EL Finest]: 2022-09-10 04:18:55.565--ServerSession(1737750354)--Connection(1321037782)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.565--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.566--ServerSession(1737750354)--Connection(1582991128)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CREATURE DROP FOREIGN KEY FK_TMP_CREATURE_WEAPON [junit] [EL Finest]: 2022-09-10 04:18:55.567--ServerSession(1737750354)--Connection(1321037782)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.567--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CREATURE_DETAILS DROP FOREIGN KEY FK_TMP_CREATURE_DETAILS_SECONDTABLE_ID") [junit] [EL Finest]: 2022-09-10 04:18:55.567--ServerSession(1737750354)--Connection(1144558478)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.568--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.568--ServerSession(1737750354)--Connection(1313910358)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CREATURE_DETAILS DROP FOREIGN KEY FK_TMP_CREATURE_DETAILS_SECONDTABLE_ID [junit] [EL Finest]: 2022-09-10 04:18:55.569--ServerSession(1737750354)--Connection(1144558478)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.569--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_MYTHICALCREATURE DROP FOREIGN KEY FK_TMP_MYTHICALCREATURE_ID") [junit] [EL Finest]: 2022-09-10 04:18:55.569--ServerSession(1737750354)--Connection(152708419)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.569--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.57--ServerSession(1737750354)--Connection(1114834984)--Thread(Thread[main,5,main])--ALTER TABLE TMP_MYTHICALCREATURE DROP FOREIGN KEY FK_TMP_MYTHICALCREATURE_ID [junit] [EL Finest]: 2022-09-10 04:18:55.571--ServerSession(1737750354)--Connection(152708419)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.571--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CASC_NODE DROP FOREIGN KEY FK_TMP_CASC_NODE_DESCRIPTION") [junit] [EL Finest]: 2022-09-10 04:18:55.571--ServerSession(1737750354)--Connection(989030690)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.571--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.572--ServerSession(1737750354)--Connection(1620771868)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CASC_NODE DROP FOREIGN KEY FK_TMP_CASC_NODE_DESCRIPTION [junit] [EL Finest]: 2022-09-10 04:18:55.573--ServerSession(1737750354)--Connection(989030690)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.573--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CASC_NODE DROP FOREIGN KEY FK_TMP_CASC_NODE_PARENT") [junit] [EL Finest]: 2022-09-10 04:18:55.573--ServerSession(1737750354)--Connection(1605872540)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.573--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.574--ServerSession(1737750354)--Connection(1731526546)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CASC_NODE DROP FOREIGN KEY FK_TMP_CASC_NODE_PARENT [junit] [EL Finest]: 2022-09-10 04:18:55.575--ServerSession(1737750354)--Connection(1605872540)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.575--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_NODE DROP FOREIGN KEY FK_TMP_NODE_PARENT") [junit] [EL Finest]: 2022-09-10 04:18:55.575--ServerSession(1737750354)--Connection(787205767)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.575--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.576--ServerSession(1737750354)--Connection(1860402343)--Thread(Thread[main,5,main])--ALTER TABLE TMP_NODE DROP FOREIGN KEY FK_TMP_NODE_PARENT [junit] [EL Finest]: 2022-09-10 04:18:55.577--ServerSession(1737750354)--Connection(787205767)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.577--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_BICYCLE DROP FOREIGN KEY FK_TMP_EMP_BICYCLE_BICYCLE_ID") [junit] [EL Finest]: 2022-09-10 04:18:55.577--ServerSession(1737750354)--Connection(1218017691)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.577--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.578--ServerSession(1737750354)--Connection(1038754411)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_BICYCLE DROP FOREIGN KEY FK_TMP_EMP_BICYCLE_BICYCLE_ID [junit] [EL Finest]: 2022-09-10 04:18:55.579--ServerSession(1737750354)--Connection(1218017691)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.579--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_BICYCLE DROP FOREIGN KEY FK_TMP_EMP_BICYCLE_EMPLOYEE_ID") [junit] [EL Finest]: 2022-09-10 04:18:55.579--ServerSession(1737750354)--Connection(2143753518)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.579--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.58--ServerSession(1737750354)--Connection(332564935)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_BICYCLE DROP FOREIGN KEY FK_TMP_EMP_BICYCLE_EMPLOYEE_ID [junit] [EL Finest]: 2022-09-10 04:18:55.581--ServerSession(1737750354)--Connection(2143753518)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.581--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COURSE_EMP DROP FOREIGN KEY FK_TMP_COURSE_EMP_COURSE_ID") [junit] [EL Finest]: 2022-09-10 04:18:55.581--ServerSession(1737750354)--Connection(1404793317)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.581--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.582--ServerSession(1737750354)--Connection(1419794148)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COURSE_EMP DROP FOREIGN KEY FK_TMP_COURSE_EMP_COURSE_ID [junit] [EL Finest]: 2022-09-10 04:18:55.583--ServerSession(1737750354)--Connection(1404793317)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.583--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COURSE_EMP DROP FOREIGN KEY FK_TMP_COURSE_EMP_EMP_ID") [junit] [EL Finest]: 2022-09-10 04:18:55.583--ServerSession(1737750354)--Connection(443645305)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.583--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.584--ServerSession(1737750354)--Connection(1286606757)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COURSE_EMP DROP FOREIGN KEY FK_TMP_COURSE_EMP_EMP_ID [junit] [EL Finest]: 2022-09-10 04:18:55.585--ServerSession(1737750354)--Connection(443645305)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.585--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_CREDIT DROP FOREIGN KEY FK_TMP_EMP_CREDIT_CREDIT_ID") [junit] [EL Finest]: 2022-09-10 04:18:55.585--ServerSession(1737750354)--Connection(2013683661)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.585--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.586--ServerSession(1737750354)--Connection(872917583)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_CREDIT DROP FOREIGN KEY FK_TMP_EMP_CREDIT_CREDIT_ID [junit] [EL Finest]: 2022-09-10 04:18:55.587--ServerSession(1737750354)--Connection(2013683661)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.587--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_CREDIT DROP FOREIGN KEY FK_TMP_EMP_CREDIT_CLIENT_ID") [junit] [EL Finest]: 2022-09-10 04:18:55.587--ServerSession(1737750354)--Connection(431618307)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.587--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.588--ServerSession(1737750354)--Connection(283471273)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_CREDIT DROP FOREIGN KEY FK_TMP_EMP_CREDIT_CLIENT_ID [junit] [EL Finest]: 2022-09-10 04:18:55.589--ServerSession(1737750354)--Connection(431618307)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.589--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_HOBBY DROP FOREIGN KEY FK_TMP_EMP_HOBBY_HOBBY_ID") [junit] [EL Finest]: 2022-09-10 04:18:55.589--ServerSession(1737750354)--Connection(1955136744)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.589--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.59--ServerSession(1737750354)--Connection(1337632757)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_HOBBY DROP FOREIGN KEY FK_TMP_EMP_HOBBY_HOBBY_ID [junit] [EL Finest]: 2022-09-10 04:18:55.591--ServerSession(1737750354)--Connection(1955136744)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.591--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_HOBBY DROP FOREIGN KEY FK_TMP_EMP_HOBBY_EMP_ID") [junit] [EL Finest]: 2022-09-10 04:18:55.591--ServerSession(1737750354)--Connection(1373172466)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.591--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.592--ServerSession(1737750354)--Connection(1262969395)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_HOBBY DROP FOREIGN KEY FK_TMP_EMP_HOBBY_EMP_ID [junit] [EL Finest]: 2022-09-10 04:18:55.593--ServerSession(1737750354)--Connection(1373172466)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.593--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_PATENT DROP FOREIGN KEY FK_TMP_EMP_PATENT_PATENT_NAME") [junit] [EL Finest]: 2022-09-10 04:18:55.593--ServerSession(1737750354)--Connection(1501199098)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.593--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.594--ServerSession(1737750354)--Connection(702340380)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PATENT DROP FOREIGN KEY FK_TMP_EMP_PATENT_PATENT_NAME [junit] [EL Finest]: 2022-09-10 04:18:55.595--ServerSession(1737750354)--Connection(1501199098)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.595--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_PATENT DROP FOREIGN KEY FK_TMP_EMP_PATENT_EMP_ID") [junit] [EL Finest]: 2022-09-10 04:18:55.596--ServerSession(1737750354)--Connection(1483228092)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.596--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.596--ServerSession(1737750354)--Connection(387137936)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PATENT DROP FOREIGN KEY FK_TMP_EMP_PATENT_EMP_ID [junit] [EL Finest]: 2022-09-10 04:18:55.598--ServerSession(1737750354)--Connection(1483228092)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.598--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_PROJECT DROP FOREIGN KEY FK_TMP_EMP_PROJECT_PROJECT_ID") [junit] [EL Finest]: 2022-09-10 04:18:55.598--ServerSession(1737750354)--Connection(1341548823)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.598--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.598--ServerSession(1737750354)--Connection(1113898680)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PROJECT DROP FOREIGN KEY FK_TMP_EMP_PROJECT_PROJECT_ID [junit] [EL Finest]: 2022-09-10 04:18:55.6--ServerSession(1737750354)--Connection(1341548823)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.6--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_PROJECT DROP FOREIGN KEY FK_TMP_EMP_PROJECT_EMP_ID") [junit] [EL Finest]: 2022-09-10 04:18:55.6--ServerSession(1737750354)--Connection(9539718)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.6--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.6--ServerSession(1737750354)--Connection(1743224658)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PROJECT DROP FOREIGN KEY FK_TMP_EMP_PROJECT_EMP_ID [junit] [EL Finest]: 2022-09-10 04:18:55.603--ServerSession(1737750354)--Connection(9539718)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.603--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_REVIEW DROP FOREIGN KEY FK_TMP_EMP_REVIEW_EMP_ID") [junit] [EL Finest]: 2022-09-10 04:18:55.603--ServerSession(1737750354)--Connection(293749050)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.603--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.603--ServerSession(1737750354)--Connection(1296277943)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_REVIEW DROP FOREIGN KEY FK_TMP_EMP_REVIEW_EMP_ID [junit] [EL Finest]: 2022-09-10 04:18:55.605--ServerSession(1737750354)--Connection(293749050)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.605--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_REVIEW DROP FOREIGN KEY FK_TMP_EMP_REVIEW_REVIEW_ID") [junit] [EL Finest]: 2022-09-10 04:18:55.605--ServerSession(1737750354)--Connection(444096469)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.605--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.605--ServerSession(1737750354)--Connection(1248201524)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_REVIEW DROP FOREIGN KEY FK_TMP_EMP_REVIEW_REVIEW_ID [junit] [EL Finest]: 2022-09-10 04:18:55.607--ServerSession(1737750354)--Connection(444096469)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.607--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_OFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_OFFICE_CUBICLE_CUBICLE_PLACE") [junit] [EL Finest]: 2022-09-10 04:18:55.607--ServerSession(1737750354)--Connection(1974284481)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.607--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.607--ServerSession(1737750354)--Connection(266906347)--Thread(Thread[main,5,main])--ALTER TABLE TMP_OFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_OFFICE_CUBICLE_CUBICLE_PLACE [junit] [EL Finest]: 2022-09-10 04:18:55.609--ServerSession(1737750354)--Connection(1974284481)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.609--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_OFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_OFFICE_CUBICLE_OFFICE_ID") [junit] [EL Finest]: 2022-09-10 04:18:55.609--ServerSession(1737750354)--Connection(1086811994)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.609--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.609--ServerSession(1737750354)--Connection(171063899)--Thread(Thread[main,5,main])--ALTER TABLE TMP_OFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_OFFICE_CUBICLE_OFFICE_ID [junit] [EL Finest]: 2022-09-10 04:18:55.611--ServerSession(1737750354)--Connection(1086811994)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.611--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_VEHICLE_PROFILE DROP FOREIGN KEY FK_TMP_VEHICLE_PROFILE_VEHICLE_ID") [junit] [EL Finest]: 2022-09-10 04:18:55.611--ServerSession(1737750354)--Connection(1905699057)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.611--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.612--ServerSession(1737750354)--Connection(1785570426)--Thread(Thread[main,5,main])--ALTER TABLE TMP_VEHICLE_PROFILE DROP FOREIGN KEY FK_TMP_VEHICLE_PROFILE_VEHICLE_ID [junit] [EL Finest]: 2022-09-10 04:18:55.613--ServerSession(1737750354)--Connection(1905699057)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.613--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_VEHICLE_PROFILE DROP FOREIGN KEY FK_TMP_VEHICLE_PROFILE_PROFILE_ID") [junit] [EL Finest]: 2022-09-10 04:18:55.613--ServerSession(1737750354)--Connection(1138992016)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.613--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.614--ServerSession(1737750354)--Connection(1152029154)--Thread(Thread[main,5,main])--ALTER TABLE TMP_VEHICLE_PROFILE DROP FOREIGN KEY FK_TMP_VEHICLE_PROFILE_PROFILE_ID [junit] [EL Finest]: 2022-09-10 04:18:55.615--ServerSession(1737750354)--Connection(1138992016)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.615--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_UCOFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_UCOFFICE_CUBICLE_CUBICLE_PLACE") [junit] [EL Finest]: 2022-09-10 04:18:55.615--ServerSession(1737750354)--Connection(1001114349)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.615--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.616--ServerSession(1737750354)--Connection(731802107)--Thread(Thread[main,5,main])--ALTER TABLE TMP_UCOFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_UCOFFICE_CUBICLE_CUBICLE_PLACE [junit] [EL Finest]: 2022-09-10 04:18:55.617--ServerSession(1737750354)--Connection(1001114349)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.617--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_UCOFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_UCOFFICE_CUBICLE_OFFICE_ID") [junit] [EL Finest]: 2022-09-10 04:18:55.617--ServerSession(1737750354)--Connection(1238292935)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.617--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.618--ServerSession(1737750354)--Connection(298295476)--Thread(Thread[main,5,main])--ALTER TABLE TMP_UCOFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_UCOFFICE_CUBICLE_OFFICE_ID [junit] [EL Finest]: 2022-09-10 04:18:55.619--ServerSession(1737750354)--Connection(1238292935)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.619--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CITY_TMP_COP DROP FOREIGN KEY FK_TMP_CITY_TMP_COP_City_ID") [junit] [EL Finest]: 2022-09-10 04:18:55.62--ServerSession(1737750354)--Connection(1518712038)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.62--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.62--ServerSession(1737750354)--Connection(1986751746)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_COP DROP FOREIGN KEY FK_TMP_CITY_TMP_COP_City_ID [junit] [EL Finest]: 2022-09-10 04:18:55.621--ServerSession(1737750354)--Connection(1518712038)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.622--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CITY_TMP_COP DROP FOREIGN KEY FK_TMP_CITY_TMP_COP_cops_ID") [junit] [EL Finest]: 2022-09-10 04:18:55.622--ServerSession(1737750354)--Connection(731573979)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.622--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.622--ServerSession(1737750354)--Connection(104105431)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_COP DROP FOREIGN KEY FK_TMP_CITY_TMP_COP_cops_ID [junit] [EL Finest]: 2022-09-10 04:18:55.623--ServerSession(1737750354)--Connection(731573979)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.623--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CITY_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CITY_TMP_CRIMINAL_criminals_ID") [junit] [EL Finest]: 2022-09-10 04:18:55.624--ServerSession(1737750354)--Connection(2030748640)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.624--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.624--ServerSession(1737750354)--Connection(1538456363)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CITY_TMP_CRIMINAL_criminals_ID [junit] [EL Finest]: 2022-09-10 04:18:55.626--ServerSession(1737750354)--Connection(2030748640)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.626--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CITY_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CITY_TMP_CRIMINAL_City_ID") [junit] [EL Finest]: 2022-09-10 04:18:55.626--ServerSession(1737750354)--Connection(1456906673)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.626--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.626--ServerSession(1737750354)--Connection(443638755)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CITY_TMP_CRIMINAL_City_ID [junit] [EL Finest]: 2022-09-10 04:18:55.628--ServerSession(1737750354)--Connection(1456906673)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.628--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COP_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_COP_TMP_CRIMINAL_attachedCriminals_ID") [junit] [EL Finest]: 2022-09-10 04:18:55.628--ServerSession(1737750354)--Connection(1028728402)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.628--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.628--ServerSession(1737750354)--Connection(741225568)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_COP_TMP_CRIMINAL_attachedCriminals_ID [junit] [EL Finest]: 2022-09-10 04:18:55.63--ServerSession(1737750354)--Connection(1028728402)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.63--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COP_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_COP_TMP_CRIMINAL_Cop_ID") [junit] [EL Finest]: 2022-09-10 04:18:55.63--ServerSession(1737750354)--Connection(532732340)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.63--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.63--ServerSession(1737750354)--Connection(1108374296)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_COP_TMP_CRIMINAL_Cop_ID [junit] [EL Finest]: 2022-09-10 04:18:55.632--ServerSession(1737750354)--Connection(532732340)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.632--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COP_TMP_INFORMER DROP FOREIGN KEY FK_TMP_COP_TMP_INFORMER_Cop_ID") [junit] [EL Finest]: 2022-09-10 04:18:55.632--ServerSession(1737750354)--Connection(1142350221)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.632--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.632--ServerSession(1737750354)--Connection(98550436)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_INFORMER DROP FOREIGN KEY FK_TMP_COP_TMP_INFORMER_Cop_ID [junit] [EL Finest]: 2022-09-10 04:18:55.634--ServerSession(1737750354)--Connection(1142350221)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.634--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COP_TMP_INFORMER DROP FOREIGN KEY FK_TMP_COP_TMP_INFORMER_informers_ID") [junit] [EL Finest]: 2022-09-10 04:18:55.634--ServerSession(1737750354)--Connection(192264336)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.634--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.634--ServerSession(1737750354)--Connection(1891930552)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_INFORMER DROP FOREIGN KEY FK_TMP_COP_TMP_INFORMER_informers_ID [junit] [EL Finest]: 2022-09-10 04:18:55.636--ServerSession(1737750354)--Connection(192264336)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.636--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_INFORMER_TMP_COP DROP FOREIGN KEY FK_TMP_INFORMER_TMP_COP_informingCops_ID") [junit] [EL Finest]: 2022-09-10 04:18:55.636--ServerSession(1737750354)--Connection(2083220171)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.636--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.636--ServerSession(1737750354)--Connection(674659751)--Thread(Thread[main,5,main])--ALTER TABLE TMP_INFORMER_TMP_COP DROP FOREIGN KEY FK_TMP_INFORMER_TMP_COP_informingCops_ID [junit] [EL Finest]: 2022-09-10 04:18:55.638--ServerSession(1737750354)--Connection(2083220171)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.638--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_INFORMER_TMP_COP DROP FOREIGN KEY FK_TMP_INFORMER_TMP_COP_Informer_ID") [junit] [EL Finest]: 2022-09-10 04:18:55.638--ServerSession(1737750354)--Connection(456826612)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.638--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.638--ServerSession(1737750354)--Connection(8000369)--Thread(Thread[main,5,main])--ALTER TABLE TMP_INFORMER_TMP_COP DROP FOREIGN KEY FK_TMP_INFORMER_TMP_COP_Informer_ID [junit] [EL Finest]: 2022-09-10 04:18:55.64--ServerSession(1737750354)--Connection(456826612)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.64--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CRIMINAL_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CRIMINAL_TMP_CRIMINAL_parties_ID") [junit] [EL Finest]: 2022-09-10 04:18:55.64--ServerSession(1737750354)--Connection(1940581460)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.64--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.64--ServerSession(1737750354)--Connection(597399755)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CRIMINAL_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CRIMINAL_TMP_CRIMINAL_parties_ID [junit] [EL Finest]: 2022-09-10 04:18:55.642--ServerSession(1737750354)--Connection(1940581460)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.642--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CRIMINAL_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CRIMINAL_TMP_CRIMINAL_Criminal_ID") [junit] [EL Finest]: 2022-09-10 04:18:55.642--ServerSession(1737750354)--Connection(1224970135)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.642--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.642--ServerSession(1737750354)--Connection(908139452)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CRIMINAL_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CRIMINAL_TMP_CRIMINAL_Criminal_ID [junit] [EL Finest]: 2022-09-10 04:18:55.644--ServerSession(1737750354)--Connection(1224970135)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.644--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CAVE_CREATURE DROP FOREIGN KEY FK_TMP_CAVE_CREATURE_CREATURE_ID") [junit] [EL Finest]: 2022-09-10 04:18:55.644--ServerSession(1737750354)--Connection(1041571359)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.644--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.644--ServerSession(1737750354)--Connection(14093978)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CAVE_CREATURE DROP FOREIGN KEY FK_TMP_CAVE_CREATURE_CREATURE_ID [junit] [EL Finest]: 2022-09-10 04:18:55.646--ServerSession(1737750354)--Connection(1041571359)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.646--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CAVE_CREATURE DROP FOREIGN KEY FK_TMP_CAVE_CREATURE_CAVE_ID") [junit] [EL Finest]: 2022-09-10 04:18:55.646--ServerSession(1737750354)--Connection(1495001258)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.646--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.646--ServerSession(1737750354)--Connection(1635815117)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CAVE_CREATURE DROP FOREIGN KEY FK_TMP_CAVE_CREATURE_CAVE_ID [junit] [EL Finest]: 2022-09-10 04:18:55.648--ServerSession(1737750354)--Connection(1495001258)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.648--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COMPONENT") [junit] [EL Finest]: 2022-09-10 04:18:55.648--ServerSession(1737750354)--Connection(1907517568)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.648--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.648--ServerSession(1737750354)--Connection(346125981)--Thread(Thread[main,5,main])--DROP TABLE TMP_COMPONENT [junit] [EL Finest]: 2022-09-10 04:18:55.65--ServerSession(1737750354)--Connection(1907517568)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.65--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_METRIC") [junit] [EL Finest]: 2022-09-10 04:18:55.65--ServerSession(1737750354)--Connection(1365349839)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.65--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.65--ServerSession(1737750354)--Connection(1324029152)--Thread(Thread[main,5,main])--DROP TABLE TMP_METRIC [junit] [EL Finest]: 2022-09-10 04:18:55.652--ServerSession(1737750354)--Connection(1365349839)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.652--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ABSTR_EMP") [junit] [EL Finest]: 2022-09-10 04:18:55.652--ServerSession(1737750354)--Connection(1625094636)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.652--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.653--ServerSession(1737750354)--Connection(1980153091)--Thread(Thread[main,5,main])--DROP TABLE TMP_ABSTR_EMP [junit] [EL Finest]: 2022-09-10 04:18:55.655--ServerSession(1737750354)--Connection(1625094636)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.655--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CONTRACT_EMP") [junit] [EL Finest]: 2022-09-10 04:18:55.655--ServerSession(1737750354)--Connection(1281205497)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.655--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.656--ServerSession(1737750354)--Connection(267445972)--Thread(Thread[main,5,main])--DROP TABLE TMP_CONTRACT_EMP [junit] [EL Finest]: 2022-09-10 04:18:55.658--ServerSession(1737750354)--Connection(1281205497)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.658--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ACCOUNT") [junit] [EL Finest]: 2022-09-10 04:18:55.658--ServerSession(1737750354)--Connection(1400677006)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.658--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.658--ServerSession(1737750354)--Connection(1530013811)--Thread(Thread[main,5,main])--DROP TABLE TMP_ACCOUNT [junit] [EL Finest]: 2022-09-10 04:18:55.66--ServerSession(1737750354)--Connection(1400677006)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.66--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_VEHICLE") [junit] [EL Finest]: 2022-09-10 04:18:55.66--ServerSession(1737750354)--Connection(1275477177)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.66--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.66--ServerSession(1737750354)--Connection(104719610)--Thread(Thread[main,5,main])--DROP TABLE TMP_VEHICLE [junit] [EL Finest]: 2022-09-10 04:18:55.662--ServerSession(1737750354)--Connection(1275477177)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.662--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BROKER_ACC") [junit] [EL Finest]: 2022-09-10 04:18:55.663--ServerSession(1737750354)--Connection(1703837357)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.663--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.663--ServerSession(1737750354)--Connection(217930962)--Thread(Thread[main,5,main])--DROP TABLE TMP_BROKER_ACC [junit] [EL Finest]: 2022-09-10 04:18:55.665--ServerSession(1737750354)--Connection(1703837357)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.665--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CHECK_ACC") [junit] [EL Finest]: 2022-09-10 04:18:55.665--ServerSession(1737750354)--Connection(2065314021)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.665--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.665--ServerSession(1737750354)--Connection(501741720)--Thread(Thread[main,5,main])--DROP TABLE TMP_CHECK_ACC [junit] [EL Finest]: 2022-09-10 04:18:55.667--ServerSession(1737750354)--Connection(2065314021)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.667--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COSTCENTER") [junit] [EL Finest]: 2022-09-10 04:18:55.667--ServerSession(1737750354)--Connection(1231875515)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.667--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.667--ServerSession(1737750354)--Connection(1802366774)--Thread(Thread[main,5,main])--DROP TABLE TMP_COSTCENTER [junit] [EL Finest]: 2022-09-10 04:18:55.669--ServerSession(1737750354)--Connection(1231875515)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.669--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COURSE") [junit] [EL Finest]: 2022-09-10 04:18:55.669--ServerSession(1737750354)--Connection(800722348)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.669--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.669--ServerSession(1737750354)--Connection(724190002)--Thread(Thread[main,5,main])--DROP TABLE TMP_COURSE [junit] [EL Finest]: 2022-09-10 04:18:55.671--ServerSession(1737750354)--Connection(800722348)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.671--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREDIT_ACC") [junit] [EL Finest]: 2022-09-10 04:18:55.671--ServerSession(1737750354)--Connection(2078510778)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.671--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.671--ServerSession(1737750354)--Connection(36266279)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREDIT_ACC [junit] [EL Finest]: 2022-09-10 04:18:55.673--ServerSession(1737750354)--Connection(2078510778)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.673--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CUBICLE") [junit] [EL Finest]: 2022-09-10 04:18:55.673--ServerSession(1737750354)--Connection(1713589007)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.673--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.674--ServerSession(1737750354)--Connection(801783477)--Thread(Thread[main,5,main])--DROP TABLE TMP_CUBICLE [junit] [EL Finest]: 2022-09-10 04:18:55.675--ServerSession(1737750354)--Connection(1713589007)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.675--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_DEP") [junit] [EL Finest]: 2022-09-10 04:18:55.675--ServerSession(1737750354)--Connection(11913474)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.676--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.676--ServerSession(1737750354)--Connection(2121560119)--Thread(Thread[main,5,main])--DROP TABLE TMP_DEP [junit] [EL Finest]: 2022-09-10 04:18:55.678--ServerSession(1737750354)--Connection(11913474)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.678--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP") [junit] [EL Finest]: 2022-09-10 04:18:55.678--ServerSession(1737750354)--Connection(200452658)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.678--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.678--ServerSession(1737750354)--Connection(1457166003)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP [junit] [EL Finest]: 2022-09-10 04:18:55.68--ServerSession(1737750354)--Connection(200452658)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.68--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_HOBBY") [junit] [EL Finest]: 2022-09-10 04:18:55.68--ServerSession(1737750354)--Connection(1549439412)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.68--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.68--ServerSession(1737750354)--Connection(1580727170)--Thread(Thread[main,5,main])--DROP TABLE TMP_HOBBY [junit] [EL Finest]: 2022-09-10 04:18:55.682--ServerSession(1737750354)--Connection(1549439412)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.682--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_MATERIAL") [junit] [EL Finest]: 2022-09-10 04:18:55.682--ServerSession(1737750354)--Connection(732559750)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.682--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.682--ServerSession(1737750354)--Connection(1252261018)--Thread(Thread[main,5,main])--DROP TABLE TMP_MATERIAL [junit] [EL Finest]: 2022-09-10 04:18:55.684--ServerSession(1737750354)--Connection(732559750)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.684--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_OFFICE") [junit] [EL Finest]: 2022-09-10 04:18:55.684--ServerSession(1737750354)--Connection(122361912)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.684--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.685--ServerSession(1737750354)--Connection(1389978471)--Thread(Thread[main,5,main])--DROP TABLE TMP_OFFICE [junit] [EL Finest]: 2022-09-10 04:18:55.686--ServerSession(1737750354)--Connection(122361912)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.687--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PATENT") [junit] [EL Finest]: 2022-09-10 04:18:55.687--ServerSession(1737750354)--Connection(1817659355)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.687--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.687--ServerSession(1737750354)--Connection(1963774829)--Thread(Thread[main,5,main])--DROP TABLE TMP_PATENT [junit] [EL Finest]: 2022-09-10 04:18:55.689--ServerSession(1737750354)--Connection(1817659355)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.689--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_REVIEW") [junit] [EL Finest]: 2022-09-10 04:18:55.689--ServerSession(1737750354)--Connection(2009915092)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.689--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.689--ServerSession(1737750354)--Connection(1690893563)--Thread(Thread[main,5,main])--DROP TABLE TMP_REVIEW [junit] [EL Finest]: 2022-09-10 04:18:55.692--ServerSession(1737750354)--Connection(2009915092)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.692--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_REVIEW_DETAILS") [junit] [EL Finest]: 2022-09-10 04:18:55.692--ServerSession(1737750354)--Connection(138087695)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.692--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.692--ServerSession(1737750354)--Connection(733419479)--Thread(Thread[main,5,main])--DROP TABLE TMP_REVIEW_DETAILS [junit] [EL Finest]: 2022-09-10 04:18:55.694--ServerSession(1737750354)--Connection(138087695)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.694--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROJECT") [junit] [EL Finest]: 2022-09-10 04:18:55.694--ServerSession(1737750354)--Connection(824348035)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.694--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.694--ServerSession(1737750354)--Connection(582495711)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROJECT [junit] [EL Finest]: 2022-09-10 04:18:55.696--ServerSession(1737750354)--Connection(824348035)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.696--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROJECT_DETAILS") [junit] [EL Finest]: 2022-09-10 04:18:55.696--ServerSession(1737750354)--Connection(1638335699)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.696--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.696--ServerSession(1737750354)--Connection(34737133)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROJECT_DETAILS [junit] [EL Finest]: 2022-09-10 04:18:55.698--ServerSession(1737750354)--Connection(1638335699)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.698--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_SAVE_ACC") [junit] [EL Finest]: 2022-09-10 04:18:55.698--ServerSession(1737750354)--Connection(769896530)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.698--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.698--ServerSession(1737750354)--Connection(1060932448)--Thread(Thread[main,5,main])--DROP TABLE TMP_SAVE_ACC [junit] [EL Finest]: 2022-09-10 04:18:55.7--ServerSession(1737750354)--Connection(769896530)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.7--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TASK") [junit] [EL Finest]: 2022-09-10 04:18:55.7--ServerSession(1737750354)--Connection(266611209)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.7--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.701--ServerSession(1737750354)--Connection(1415104286)--Thread(Thread[main,5,main])--DROP TABLE TMP_TASK [junit] [EL Finest]: 2022-09-10 04:18:55.702--ServerSession(1737750354)--Connection(266611209)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.703--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TRAILER") [junit] [EL Finest]: 2022-09-10 04:18:55.703--ServerSession(1737750354)--Connection(631410926)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.703--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.703--ServerSession(1737750354)--Connection(936432499)--Thread(Thread[main,5,main])--DROP TABLE TMP_TRAILER [junit] [EL Finest]: 2022-09-10 04:18:55.705--ServerSession(1737750354)--Connection(631410926)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.705--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROFILE") [junit] [EL Finest]: 2022-09-10 04:18:55.705--ServerSession(1737750354)--Connection(940088750)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.705--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.705--ServerSession(1737750354)--Connection(158505623)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROFILE [junit] [EL Finest]: 2022-09-10 04:18:55.707--ServerSession(1737750354)--Connection(940088750)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.707--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE") [junit] [EL Finest]: 2022-09-10 04:18:55.707--ServerSession(1737750354)--Connection(1256142210)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.707--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.707--ServerSession(1737750354)--Connection(1474607212)--Thread(Thread[main,5,main])--DROP TABLE TMP_UCOFFICE [junit] [EL Finest]: 2022-09-10 04:18:55.709--ServerSession(1737750354)--Connection(1256142210)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.709--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_READONLY") [junit] [EL Finest]: 2022-09-10 04:18:55.709--ServerSession(1737750354)--Connection(1467742939)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.709--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.709--ServerSession(1737750354)--Connection(632168320)--Thread(Thread[main,5,main])--DROP TABLE TMP_READONLY [junit] [EL Finest]: 2022-09-10 04:18:55.711--ServerSession(1737750354)--Connection(1467742939)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.711--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_FA") [junit] [EL Finest]: 2022-09-10 04:18:55.711--ServerSession(1737750354)--Connection(1699873763)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.711--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.711--ServerSession(1737750354)--Connection(810898134)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMBEDD_FA [junit] [EL Finest]: 2022-09-10 04:18:55.713--ServerSession(1737750354)--Connection(1699873763)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.713--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_PA") [junit] [EL Finest]: 2022-09-10 04:18:55.713--ServerSession(1737750354)--Connection(1452232618)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.713--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.714--ServerSession(1737750354)--Connection(1280730191)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMBEDD_PA [junit] [EL Finest]: 2022-09-10 04:18:55.715--ServerSession(1737750354)--Connection(1452232618)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.716--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE BYTE_ITEM") [junit] [EL Finest]: 2022-09-10 04:18:55.716--ServerSession(1737750354)--Connection(1871079355)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.716--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.716--ServerSession(1737750354)--Connection(269287960)--Thread(Thread[main,5,main])--DROP TABLE BYTE_ITEM [junit] [EL Finest]: 2022-09-10 04:18:55.718--ServerSession(1737750354)--Connection(1871079355)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.718--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE BYTE_ITEM_ATT") [junit] [EL Finest]: 2022-09-10 04:18:55.718--ServerSession(1737750354)--Connection(2086611398)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.718--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.718--ServerSession(1737750354)--Connection(79362455)--Thread(Thread[main,5,main])--DROP TABLE BYTE_ITEM_ATT [junit] [EL Finest]: 2022-09-10 04:18:55.72--ServerSession(1737750354)--Connection(2086611398)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.72--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ISLAND") [junit] [EL Finest]: 2022-09-10 04:18:55.72--ServerSession(1737750354)--Connection(1638622497)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.72--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.72--ServerSession(1737750354)--Connection(848187074)--Thread(Thread[main,5,main])--DROP TABLE TMP_ISLAND [junit] [EL Finest]: 2022-09-10 04:18:55.722--ServerSession(1737750354)--Connection(1638622497)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.722--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY") [junit] [EL Finest]: 2022-09-10 04:18:55.722--ServerSession(1737750354)--Connection(1388602164)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.722--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.722--ServerSession(1737750354)--Connection(318558192)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY [junit] [EL Finest]: 2022-09-10 04:18:55.724--ServerSession(1737750354)--Connection(1388602164)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.724--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP") [junit] [EL Finest]: 2022-09-10 04:18:55.724--ServerSession(1737750354)--Connection(547468206)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.724--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.724--ServerSession(1737750354)--Connection(1414953733)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP [junit] [EL Finest]: 2022-09-10 04:18:55.726--ServerSession(1737750354)--Connection(547468206)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.726--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PERSON") [junit] [EL Finest]: 2022-09-10 04:18:55.726--ServerSession(1737750354)--Connection(725978326)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.726--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.727--ServerSession(1737750354)--Connection(1277969640)--Thread(Thread[main,5,main])--DROP TABLE TMP_PERSON [junit] [EL Finest]: 2022-09-10 04:18:55.729--ServerSession(1737750354)--Connection(725978326)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.729--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_INFORMER") [junit] [EL Finest]: 2022-09-10 04:18:55.729--ServerSession(1737750354)--Connection(635340952)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.729--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.729--ServerSession(1737750354)--Connection(201036751)--Thread(Thread[main,5,main])--DROP TABLE TMP_INFORMER [junit] [EL Finest]: 2022-09-10 04:18:55.731--ServerSession(1737750354)--Connection(635340952)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.731--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL") [junit] [EL Finest]: 2022-09-10 04:18:55.731--ServerSession(1737750354)--Connection(705258430)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.731--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.731--ServerSession(1737750354)--Connection(2101082331)--Thread(Thread[main,5,main])--DROP TABLE TMP_CRIMINAL [junit] [EL Finest]: 2022-09-10 04:18:55.733--ServerSession(1737750354)--Connection(705258430)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.733--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CAVE") [junit] [EL Finest]: 2022-09-10 04:18:55.733--ServerSession(1737750354)--Connection(1179573791)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.733--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.733--ServerSession(1737750354)--Connection(1687227181)--Thread(Thread[main,5,main])--DROP TABLE TMP_CAVE [junit] [EL Finest]: 2022-09-10 04:18:55.735--ServerSession(1737750354)--Connection(1179573791)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.735--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREATURE") [junit] [EL Finest]: 2022-09-10 04:18:55.735--ServerSession(1737750354)--Connection(1600249858)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.735--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.735--ServerSession(1737750354)--Connection(860176544)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREATURE [junit] [EL Finest]: 2022-09-10 04:18:55.737--ServerSession(1737750354)--Connection(1600249858)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.737--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREATURE_DETAILS") [junit] [EL Finest]: 2022-09-10 04:18:55.738--ServerSession(1737750354)--Connection(1534265514)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.738--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.738--ServerSession(1737750354)--Connection(1118442276)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREATURE_DETAILS [junit] [EL Finest]: 2022-09-10 04:18:55.74--ServerSession(1737750354)--Connection(1534265514)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.74--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_MYTHICALCREATURE") [junit] [EL Finest]: 2022-09-10 04:18:55.74--ServerSession(1737750354)--Connection(1032689422)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.74--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.74--ServerSession(1737750354)--Connection(799834280)--Thread(Thread[main,5,main])--DROP TABLE TMP_MYTHICALCREATURE [junit] [EL Finest]: 2022-09-10 04:18:55.742--ServerSession(1737750354)--Connection(1032689422)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.742--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_WEAPON") [junit] [EL Finest]: 2022-09-10 04:18:55.742--ServerSession(1737750354)--Connection(26428217)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.742--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.742--ServerSession(1737750354)--Connection(1257319011)--Thread(Thread[main,5,main])--DROP TABLE TMP_WEAPON [junit] [EL Finest]: 2022-09-10 04:18:55.744--ServerSession(1737750354)--Connection(26428217)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.744--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE") [junit] [EL Finest]: 2022-09-10 04:18:55.744--ServerSession(1737750354)--Connection(1778375336)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.744--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.744--ServerSession(1737750354)--Connection(706631622)--Thread(Thread[main,5,main])--DROP TABLE TMP_CASC_NODE [junit] [EL Finest]: 2022-09-10 04:18:55.746--ServerSession(1737750354)--Connection(1778375336)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.746--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE_DESC") [junit] [EL Finest]: 2022-09-10 04:18:55.746--ServerSession(1737750354)--Connection(2074865054)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.746--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.747--ServerSession(1737750354)--Connection(592655690)--Thread(Thread[main,5,main])--DROP TABLE TMP_CASC_NODE_DESC [junit] [EL Finest]: 2022-09-10 04:18:55.748--ServerSession(1737750354)--Connection(2074865054)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.748--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_NODE") [junit] [EL Finest]: 2022-09-10 04:18:55.749--ServerSession(1737750354)--Connection(114565630)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.749--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.749--ServerSession(1737750354)--Connection(1008188683)--Thread(Thread[main,5,main])--DROP TABLE TMP_NODE [junit] [EL Finest]: 2022-09-10 04:18:55.751--ServerSession(1737750354)--Connection(114565630)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.751--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_NASTY") [junit] [EL Finest]: 2022-09-10 04:18:55.751--ServerSession(1737750354)--Connection(209029677)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.751--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.751--ServerSession(1737750354)--Connection(218857805)--Thread(Thread[main,5,main])--DROP TABLE TMP_NASTY [junit] [EL Finest]: 2022-09-10 04:18:55.753--ServerSession(1737750354)--Connection(209029677)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.753--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TIMESTAMP") [junit] [EL Finest]: 2022-09-10 04:18:55.753--ServerSession(1737750354)--Connection(731915467)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.753--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.753--ServerSession(1737750354)--Connection(2062604571)--Thread(Thread[main,5,main])--DROP TABLE TMP_TIMESTAMP [junit] [EL Finest]: 2022-09-10 04:18:55.755--ServerSession(1737750354)--Connection(731915467)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.755--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:18:55.755--ServerSession(1737750354)--Connection(448843184)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.755--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.755--ServerSession(1737750354)--Connection(1719990258)--Thread(Thread[main,5,main])--DROP TABLE TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:18:55.757--ServerSession(1737750354)--Connection(448843184)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.757--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_PA") [junit] [EL Finest]: 2022-09-10 04:18:55.757--ServerSession(1737750354)--Connection(1290584410)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.757--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.758--ServerSession(1737750354)--Connection(227972178)--Thread(Thread[main,5,main])--DROP TABLE TMP_BASIC_TYPES_PA [junit] [EL Finest]: 2022-09-10 04:18:55.76--ServerSession(1737750354)--Connection(1290584410)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.76--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TEMPORAL_FA") [junit] [EL Finest]: 2022-09-10 04:18:55.76--ServerSession(1737750354)--Connection(1580751727)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.76--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.76--ServerSession(1737750354)--Connection(1739940094)--Thread(Thread[main,5,main])--DROP TABLE TMP_TEMPORAL_FA [junit] [EL Finest]: 2022-09-10 04:18:55.762--ServerSession(1737750354)--Connection(1580751727)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.762--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ANIMAL") [junit] [EL Finest]: 2022-09-10 04:18:55.762--ServerSession(1737750354)--Connection(143830798)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.762--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.762--ServerSession(1737750354)--Connection(1147964530)--Thread(Thread[main,5,main])--DROP TABLE TMP_ANIMAL [junit] [EL Finest]: 2022-09-10 04:18:55.764--ServerSession(1737750354)--Connection(143830798)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.764--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ELEMENT") [junit] [EL Finest]: 2022-09-10 04:18:55.764--ServerSession(1737750354)--Connection(212158113)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.764--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.764--ServerSession(1737750354)--Connection(747258971)--Thread(Thread[main,5,main])--DROP TABLE TMP_ELEMENT [junit] [EL Finest]: 2022-09-10 04:18:55.766--ServerSession(1737750354)--Connection(212158113)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.766--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PLANT") [junit] [EL Finest]: 2022-09-10 04:18:55.766--ServerSession(1737750354)--Connection(294116482)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.766--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.767--ServerSession(1737750354)--Connection(1876028021)--Thread(Thread[main,5,main])--DROP TABLE TMP_PLANT [junit] [EL Finest]: 2022-09-10 04:18:55.768--ServerSession(1737750354)--Connection(294116482)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.768--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_BICYCLE") [junit] [EL Finest]: 2022-09-10 04:18:55.768--ServerSession(1737750354)--Connection(300430509)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.768--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.769--ServerSession(1737750354)--Connection(1896539815)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_BICYCLE [junit] [EL Finest]: 2022-09-10 04:18:55.771--ServerSession(1737750354)--Connection(300430509)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.771--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COURSE_EMP") [junit] [EL Finest]: 2022-09-10 04:18:55.771--ServerSession(1737750354)--Connection(1218405027)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.771--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.771--ServerSession(1737750354)--Connection(1845922505)--Thread(Thread[main,5,main])--DROP TABLE TMP_COURSE_EMP [junit] [EL Finest]: 2022-09-10 04:18:55.773--ServerSession(1737750354)--Connection(1218405027)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.773--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_CREDIT") [junit] [EL Finest]: 2022-09-10 04:18:55.773--ServerSession(1737750354)--Connection(948900440)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.773--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.773--ServerSession(1737750354)--Connection(1644529474)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_CREDIT [junit] [EL Finest]: 2022-09-10 04:18:55.775--ServerSession(1737750354)--Connection(948900440)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.775--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_HOBBY") [junit] [EL Finest]: 2022-09-10 04:18:55.775--ServerSession(1737750354)--Connection(1988265335)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.775--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.775--ServerSession(1737750354)--Connection(947069810)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_HOBBY [junit] [EL Finest]: 2022-09-10 04:18:55.778--ServerSession(1737750354)--Connection(1988265335)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.778--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_PATENT") [junit] [EL Finest]: 2022-09-10 04:18:55.778--ServerSession(1737750354)--Connection(1294333974)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.778--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.778--ServerSession(1737750354)--Connection(1819028083)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_PATENT [junit] [EL Finest]: 2022-09-10 04:18:55.781--ServerSession(1737750354)--Connection(1294333974)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.781--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_PROJECT") [junit] [EL Finest]: 2022-09-10 04:18:55.781--ServerSession(1737750354)--Connection(1412600960)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.781--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.781--ServerSession(1737750354)--Connection(1493177287)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_PROJECT [junit] [EL Finest]: 2022-09-10 04:18:55.783--ServerSession(1737750354)--Connection(1412600960)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.783--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_REVIEW") [junit] [EL Finest]: 2022-09-10 04:18:55.783--ServerSession(1737750354)--Connection(997657863)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.783--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.783--ServerSession(1737750354)--Connection(1655750533)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_REVIEW [junit] [EL Finest]: 2022-09-10 04:18:55.785--ServerSession(1737750354)--Connection(997657863)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.785--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_OFFICE_CUBICLE") [junit] [EL Finest]: 2022-09-10 04:18:55.786--ServerSession(1737750354)--Connection(1862784020)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.786--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.786--ServerSession(1737750354)--Connection(145494758)--Thread(Thread[main,5,main])--DROP TABLE TMP_OFFICE_CUBICLE [junit] [EL Finest]: 2022-09-10 04:18:55.788--ServerSession(1737750354)--Connection(1862784020)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.788--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_VEHICLE_PROFILE") [junit] [EL Finest]: 2022-09-10 04:18:55.788--ServerSession(1737750354)--Connection(574187498)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.788--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.788--ServerSession(1737750354)--Connection(1248488041)--Thread(Thread[main,5,main])--DROP TABLE TMP_VEHICLE_PROFILE [junit] [EL Finest]: 2022-09-10 04:18:55.79--ServerSession(1737750354)--Connection(574187498)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.79--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE_CUBICLE") [junit] [EL Finest]: 2022-09-10 04:18:55.79--ServerSession(1737750354)--Connection(981865495)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.79--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.79--ServerSession(1737750354)--Connection(589699084)--Thread(Thread[main,5,main])--DROP TABLE TMP_UCOFFICE_CUBICLE [junit] [EL Finest]: 2022-09-10 04:18:55.792--ServerSession(1737750354)--Connection(981865495)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.792--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_COP") [junit] [EL Finest]: 2022-09-10 04:18:55.792--ServerSession(1737750354)--Connection(380390717)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.792--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.793--ServerSession(1737750354)--Connection(89772444)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY_TMP_COP [junit] [EL Finest]: 2022-09-10 04:18:55.795--ServerSession(1737750354)--Connection(380390717)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.795--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_CRIMINAL") [junit] [EL Finest]: 2022-09-10 04:18:55.795--ServerSession(1737750354)--Connection(521611410)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.795--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.795--ServerSession(1737750354)--Connection(1409933277)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY_TMP_CRIMINAL [junit] [EL Finest]: 2022-09-10 04:18:55.797--ServerSession(1737750354)--Connection(521611410)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.797--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_CRIMINAL") [junit] [EL Finest]: 2022-09-10 04:18:55.797--ServerSession(1737750354)--Connection(978881375)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.797--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.797--ServerSession(1737750354)--Connection(548752638)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP_TMP_CRIMINAL [junit] [EL Finest]: 2022-09-10 04:18:55.799--ServerSession(1737750354)--Connection(978881375)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.799--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_INFORMER") [junit] [EL Finest]: 2022-09-10 04:18:55.8--ServerSession(1737750354)--Connection(576909528)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.8--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.8--ServerSession(1737750354)--Connection(674925270)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP_TMP_INFORMER [junit] [EL Finest]: 2022-09-10 04:18:55.802--ServerSession(1737750354)--Connection(576909528)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.802--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_INFORMER_TMP_COP") [junit] [EL Finest]: 2022-09-10 04:18:55.802--ServerSession(1737750354)--Connection(1154759881)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.802--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.802--ServerSession(1737750354)--Connection(944009919)--Thread(Thread[main,5,main])--DROP TABLE TMP_INFORMER_TMP_COP [junit] [EL Finest]: 2022-09-10 04:18:55.804--ServerSession(1737750354)--Connection(1154759881)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.804--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL") [junit] [EL Finest]: 2022-09-10 04:18:55.804--ServerSession(1737750354)--Connection(1590842898)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.804--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.804--ServerSession(1737750354)--Connection(1159206653)--Thread(Thread[main,5,main])--DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL [junit] [EL Finest]: 2022-09-10 04:18:55.806--ServerSession(1737750354)--Connection(1590842898)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.806--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CAVE_CREATURE") [junit] [EL Finest]: 2022-09-10 04:18:55.807--ServerSession(1737750354)--Connection(165886570)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.807--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.807--ServerSession(1737750354)--Connection(206142037)--Thread(Thread[main,5,main])--DROP TABLE TMP_CAVE_CREATURE [junit] [EL Finest]: 2022-09-10 04:18:55.809--ServerSession(1737750354)--Connection(165886570)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.809--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_COMPONENT (ID BIGINT NOT NULL, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:55.809--ServerSession(1737750354)--Connection(1298650532)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.809--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.809--ServerSession(1737750354)--Connection(171672975)--Thread(Thread[main,5,main])--CREATE TABLE TMP_COMPONENT (ID BIGINT NOT NULL, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:55.813--ServerSession(1737750354)--Connection(1298650532)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.813--Thread(Thread[main,5,main])--The table (TMP_COMPONENT) is created. [junit] [EL Finest]: 2022-09-10 04:18:55.813--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_METRIC (INSPECTION_ID BIGINT NOT NULL, COMPONENT_ID BIGINT NOT NULL, NAME VARCHAR(255) NOT NULL, TYPE VARCHAR(30), FLOATVALUE FLOAT, PRIMARY KEY (INSPECTION_ID, COMPONENT_ID, NAME))") [junit] [EL Finest]: 2022-09-10 04:18:55.813--ServerSession(1737750354)--Connection(1924403079)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.813--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.814--ServerSession(1737750354)--Connection(611711907)--Thread(Thread[main,5,main])--CREATE TABLE TMP_METRIC (INSPECTION_ID BIGINT NOT NULL, COMPONENT_ID BIGINT NOT NULL, NAME VARCHAR(255) NOT NULL, TYPE VARCHAR(30), FLOATVALUE FLOAT, PRIMARY KEY (INSPECTION_ID, COMPONENT_ID, NAME)) [junit] [EL Finest]: 2022-09-10 04:18:55.817--ServerSession(1737750354)--Connection(1924403079)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.817--Thread(Thread[main,5,main])--The table (TMP_METRIC) is created. [junit] [EL Finest]: 2022-09-10 04:18:55.817--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_ABSTR_EMP (ID INTEGER NOT NULL, EMP_TYPE INTEGER, NAME VARCHAR(255), S_DATE DATE, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:55.817--ServerSession(1737750354)--Connection(591902639)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.817--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.818--ServerSession(1737750354)--Connection(677705863)--Thread(Thread[main,5,main])--CREATE TABLE TMP_ABSTR_EMP (ID INTEGER NOT NULL, EMP_TYPE INTEGER, NAME VARCHAR(255), S_DATE DATE, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:55.821--ServerSession(1737750354)--Connection(591902639)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.821--Thread(Thread[main,5,main])--The table (TMP_ABSTR_EMP) is created. [junit] [EL Finest]: 2022-09-10 04:18:55.821--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CONTRACT_EMP (ID INTEGER NOT NULL, D_RATE INTEGER, TERM INTEGER, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:55.821--ServerSession(1737750354)--Connection(1318348444)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.821--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.821--ServerSession(1737750354)--Connection(1102782217)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CONTRACT_EMP (ID INTEGER NOT NULL, D_RATE INTEGER, TERM INTEGER, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:55.825--ServerSession(1737750354)--Connection(1318348444)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.825--Thread(Thread[main,5,main])--The table (TMP_CONTRACT_EMP) is created. [junit] [EL Finest]: 2022-09-10 04:18:55.825--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_ACCOUNT (ACC_NUMBER BIGINT NOT NULL, TYPE VARCHAR(31), BALANCE DOUBLE, OWNER VARCHAR(255), PRIMARY KEY (ACC_NUMBER))") [junit] [EL Finest]: 2022-09-10 04:18:55.825--ServerSession(1737750354)--Connection(188729048)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.825--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.825--ServerSession(1737750354)--Connection(317051873)--Thread(Thread[main,5,main])--CREATE TABLE TMP_ACCOUNT (ACC_NUMBER BIGINT NOT NULL, TYPE VARCHAR(31), BALANCE DOUBLE, OWNER VARCHAR(255), PRIMARY KEY (ACC_NUMBER)) [junit] [EL Finest]: 2022-09-10 04:18:55.829--ServerSession(1737750354)--Connection(188729048)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.829--Thread(Thread[main,5,main])--The table (TMP_ACCOUNT) is created. [junit] [EL Finest]: 2022-09-10 04:18:55.829--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_VEHICLE (ID SMALLINT NOT NULL, DTYPE INTEGER, BRAND VARCHAR(255), COLOR VARCHAR(255), VERSION INTEGER, NUM_GEARS SMALLINT, LICENSE_PLATE VARCHAR(255), MODEL VARCHAR(255), TRANSMISSION_TYPE VARCHAR(255), EMPLOYEE_ID INTEGER, TOP_SPEED SMALLINT, MAX_LOAD SMALLINT, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:55.829--ServerSession(1737750354)--Connection(1514969303)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.829--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.829--ServerSession(1737750354)--Connection(1720332964)--Thread(Thread[main,5,main])--CREATE TABLE TMP_VEHICLE (ID SMALLINT NOT NULL, DTYPE INTEGER, BRAND VARCHAR(255), COLOR VARCHAR(255), VERSION INTEGER, NUM_GEARS SMALLINT, LICENSE_PLATE VARCHAR(255), MODEL VARCHAR(255), TRANSMISSION_TYPE VARCHAR(255), EMPLOYEE_ID INTEGER, TOP_SPEED SMALLINT, MAX_LOAD SMALLINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:55.833--ServerSession(1737750354)--Connection(1514969303)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.833--Thread(Thread[main,5,main])--The table (TMP_VEHICLE) is created. [junit] [EL Finest]: 2022-09-10 04:18:55.833--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_BROKER_ACC (ACC_NUMBER BIGINT NOT NULL, RISKLEVEL VARCHAR(255), PRIMARY KEY (ACC_NUMBER))") [junit] [EL Finest]: 2022-09-10 04:18:55.833--ServerSession(1737750354)--Connection(891193852)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.833--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.833--ServerSession(1737750354)--Connection(45515497)--Thread(Thread[main,5,main])--CREATE TABLE TMP_BROKER_ACC (ACC_NUMBER BIGINT NOT NULL, RISKLEVEL VARCHAR(255), PRIMARY KEY (ACC_NUMBER)) [junit] [EL Finest]: 2022-09-10 04:18:55.837--ServerSession(1737750354)--Connection(891193852)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.837--Thread(Thread[main,5,main])--The table (TMP_BROKER_ACC) is created. [junit] [EL Finest]: 2022-09-10 04:18:55.837--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CHECK_ACC (ACC_NUMBER BIGINT NOT NULL, BANKID VARCHAR(255), BANK_NAME VARCHAR(255), CREDITLIMIT DOUBLE, CLIENT_ID INTEGER, PRIMARY KEY (ACC_NUMBER))") [junit] [EL Finest]: 2022-09-10 04:18:55.837--ServerSession(1737750354)--Connection(237711398)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.837--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.837--ServerSession(1737750354)--Connection(951868096)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CHECK_ACC (ACC_NUMBER BIGINT NOT NULL, BANKID VARCHAR(255), BANK_NAME VARCHAR(255), CREDITLIMIT DOUBLE, CLIENT_ID INTEGER, PRIMARY KEY (ACC_NUMBER)) [junit] [EL Finest]: 2022-09-10 04:18:55.841--ServerSession(1737750354)--Connection(237711398)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.841--Thread(Thread[main,5,main])--The table (TMP_CHECK_ACC) is created. [junit] [EL Finest]: 2022-09-10 04:18:55.841--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_COSTCENTER (ID INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:55.841--ServerSession(1737750354)--Connection(774610771)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.841--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.841--ServerSession(1737750354)--Connection(1956358668)--Thread(Thread[main,5,main])--CREATE TABLE TMP_COSTCENTER (ID INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:55.845--ServerSession(1737750354)--Connection(774610771)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.845--Thread(Thread[main,5,main])--The table (TMP_COSTCENTER) is created. [junit] [EL Finest]: 2022-09-10 04:18:55.845--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_COURSE (COURSE_ID BIGINT NOT NULL, PRIMARY KEY (COURSE_ID))") [junit] [EL Finest]: 2022-09-10 04:18:55.845--ServerSession(1737750354)--Connection(559179052)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.845--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.845--ServerSession(1737750354)--Connection(146174144)--Thread(Thread[main,5,main])--CREATE TABLE TMP_COURSE (COURSE_ID BIGINT NOT NULL, PRIMARY KEY (COURSE_ID)) [junit] [EL Finest]: 2022-09-10 04:18:55.848--ServerSession(1737750354)--Connection(559179052)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.848--Thread(Thread[main,5,main])--The table (TMP_COURSE) is created. [junit] [EL Finest]: 2022-09-10 04:18:55.849--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CREDIT_ACC (CCA_ID BIGINT NOT NULL, CARDNUMBER BIGINT, CARDTYPE VARCHAR(255), VALIDTO DATE, PRIMARY KEY (CCA_ID))") [junit] [EL Finest]: 2022-09-10 04:18:55.849--ServerSession(1737750354)--Connection(545580634)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.849--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.849--ServerSession(1737750354)--Connection(462398202)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CREDIT_ACC (CCA_ID BIGINT NOT NULL, CARDNUMBER BIGINT, CARDTYPE VARCHAR(255), VALIDTO DATE, PRIMARY KEY (CCA_ID)) [junit] [EL Finest]: 2022-09-10 04:18:55.852--ServerSession(1737750354)--Connection(545580634)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.852--Thread(Thread[main,5,main])--The table (TMP_CREDIT_ACC) is created. [junit] [EL Finest]: 2022-09-10 04:18:55.852--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CUBICLE (PLACE INTEGER NOT NULL, FLOOR INTEGER NOT NULL, COLOR VARCHAR(255), PRIMARY KEY (PLACE, FLOOR))") [junit] [EL Finest]: 2022-09-10 04:18:55.852--ServerSession(1737750354)--Connection(2070964440)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.852--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.852--ServerSession(1737750354)--Connection(495885630)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CUBICLE (PLACE INTEGER NOT NULL, FLOOR INTEGER NOT NULL, COLOR VARCHAR(255), PRIMARY KEY (PLACE, FLOOR)) [junit] [EL Finest]: 2022-09-10 04:18:55.856--ServerSession(1737750354)--Connection(2070964440)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.856--Thread(Thread[main,5,main])--The table (TMP_CUBICLE) is created. [junit] [EL Finest]: 2022-09-10 04:18:55.856--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_DEP (ID INTEGER NOT NULL, NAME VARCHAR(255), VERSION SMALLINT, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:55.856--ServerSession(1737750354)--Connection(1036529258)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.856--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.856--ServerSession(1737750354)--Connection(1413886848)--Thread(Thread[main,5,main])--CREATE TABLE TMP_DEP (ID INTEGER NOT NULL, NAME VARCHAR(255), VERSION SMALLINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:55.86--ServerSession(1737750354)--Connection(1036529258)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.86--Thread(Thread[main,5,main])--The table (TMP_DEP) is created. [junit] [EL Finest]: 2022-09-10 04:18:55.86--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_EMP (ID INTEGER NOT NULL, FIRSTNAME VARCHAR(255), LASTNAME VARCHAR(255), SALARY DECIMAL(38), EMP_END DATETIME, EMP_START DATETIME, COSTCENTER INTEGER, DEPARTMENT INTEGER, BROKERAGE_ACCOUNT BIGINT, CUBICLE_FLOOR INTEGER, CUBICLE_PLACE INTEGER, SAMPLE_ACCOUNT BIGINT, PROFILE_GUID binary(16), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:55.86--ServerSession(1737750354)--Connection(74259289)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.86--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.86--ServerSession(1737750354)--Connection(1641214567)--Thread(Thread[main,5,main])--CREATE TABLE TMP_EMP (ID INTEGER NOT NULL, FIRSTNAME VARCHAR(255), LASTNAME VARCHAR(255), SALARY DECIMAL(38), EMP_END DATETIME, EMP_START DATETIME, COSTCENTER INTEGER, DEPARTMENT INTEGER, BROKERAGE_ACCOUNT BIGINT, CUBICLE_FLOOR INTEGER, CUBICLE_PLACE INTEGER, SAMPLE_ACCOUNT BIGINT, PROFILE_GUID binary(16), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:55.864--ServerSession(1737750354)--Connection(74259289)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.864--Thread(Thread[main,5,main])--The table (TMP_EMP) is created. [junit] [EL Finest]: 2022-09-10 04:18:55.864--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_HOBBY (ID VARCHAR(255) NOT NULL, CATEGORY VARCHAR(255), DESCRIPTION VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:55.864--ServerSession(1737750354)--Connection(1686232293)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.864--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.864--ServerSession(1737750354)--Connection(305552344)--Thread(Thread[main,5,main])--CREATE TABLE TMP_HOBBY (ID VARCHAR(255) NOT NULL, CATEGORY VARCHAR(255), DESCRIPTION VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:55.868--ServerSession(1737750354)--Connection(1686232293)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.868--Thread(Thread[main,5,main])--The table (TMP_HOBBY) is created. [junit] [EL Finest]: 2022-09-10 04:18:55.868--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_MATERIAL (COURSE_ID BIGINT NOT NULL, DATA LONGBLOB, PRIMARY KEY (COURSE_ID))") [junit] [EL Finest]: 2022-09-10 04:18:55.868--ServerSession(1737750354)--Connection(600296216)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.868--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.868--ServerSession(1737750354)--Connection(51362851)--Thread(Thread[main,5,main])--CREATE TABLE TMP_MATERIAL (COURSE_ID BIGINT NOT NULL, DATA LONGBLOB, PRIMARY KEY (COURSE_ID)) [junit] [EL Finest]: 2022-09-10 04:18:55.872--ServerSession(1737750354)--Connection(600296216)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.872--Thread(Thread[main,5,main])--The table (TMP_MATERIAL) is created. [junit] [EL Finest]: 2022-09-10 04:18:55.872--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_OFFICE (ID INTEGER NOT NULL, CAPACITY BIGINT, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:55.872--ServerSession(1737750354)--Connection(598722341)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.872--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.872--ServerSession(1737750354)--Connection(1564449239)--Thread(Thread[main,5,main])--CREATE TABLE TMP_OFFICE (ID INTEGER NOT NULL, CAPACITY BIGINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:55.876--ServerSession(1737750354)--Connection(598722341)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.876--Thread(Thread[main,5,main])--The table (TMP_OFFICE) is created. [junit] [EL Finest]: 2022-09-10 04:18:55.876--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_PATENT (PAT_ASSIGNATION DATE, PAT_DESCRIPTION VARCHAR(255), PAT_NAME VARCHAR(255) NOT NULL, PAT_YEAR INTEGER NOT NULL, PRIMARY KEY (PAT_NAME, PAT_YEAR))") [junit] [EL Finest]: 2022-09-10 04:18:55.876--ServerSession(1737750354)--Connection(1602764176)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.876--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.876--ServerSession(1737750354)--Connection(2119759511)--Thread(Thread[main,5,main])--CREATE TABLE TMP_PATENT (PAT_ASSIGNATION DATE, PAT_DESCRIPTION VARCHAR(255), PAT_NAME VARCHAR(255) NOT NULL, PAT_YEAR INTEGER NOT NULL, PRIMARY KEY (PAT_NAME, PAT_YEAR)) [junit] [EL Finest]: 2022-09-10 04:18:55.88--ServerSession(1737750354)--Connection(1602764176)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.88--Thread(Thread[main,5,main])--The table (TMP_PATENT) is created. [junit] [EL Finest]: 2022-09-10 04:18:55.88--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_REVIEW (ID INTEGER NOT NULL, DTYPE VARCHAR(31), REVIEWDATE DATE, TEXT VARCHAR(255), VERSION INTEGER, PATENT_YEAR INTEGER, PATENT_NAME VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:55.88--ServerSession(1737750354)--Connection(1111041582)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.88--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.881--ServerSession(1737750354)--Connection(2079100080)--Thread(Thread[main,5,main])--CREATE TABLE TMP_REVIEW (ID INTEGER NOT NULL, DTYPE VARCHAR(31), REVIEWDATE DATE, TEXT VARCHAR(255), VERSION INTEGER, PATENT_YEAR INTEGER, PATENT_NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:55.884--ServerSession(1737750354)--Connection(1111041582)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.884--Thread(Thread[main,5,main])--The table (TMP_REVIEW) is created. [junit] [EL Finest]: 2022-09-10 04:18:55.884--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_REVIEW_DETAILS (REVIEW_ID INTEGER NOT NULL, SUCCESSRATE SMALLINT, PRIMARY KEY (REVIEW_ID))") [junit] [EL Finest]: 2022-09-10 04:18:55.884--ServerSession(1737750354)--Connection(892299047)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.884--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.884--ServerSession(1737750354)--Connection(716825662)--Thread(Thread[main,5,main])--CREATE TABLE TMP_REVIEW_DETAILS (REVIEW_ID INTEGER NOT NULL, SUCCESSRATE SMALLINT, PRIMARY KEY (REVIEW_ID)) [junit] [EL Finest]: 2022-09-10 04:18:55.888--ServerSession(1737750354)--Connection(892299047)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.888--Thread(Thread[main,5,main])--The table (TMP_REVIEW_DETAILS) is created. [junit] [EL Finest]: 2022-09-10 04:18:55.888--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_PROJECT (ID INTEGER NOT NULL, PROJ_NAME VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:55.888--ServerSession(1737750354)--Connection(25187203)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.888--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.888--ServerSession(1737750354)--Connection(1694355353)--Thread(Thread[main,5,main])--CREATE TABLE TMP_PROJECT (ID INTEGER NOT NULL, PROJ_NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:55.892--ServerSession(1737750354)--Connection(25187203)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.892--Thread(Thread[main,5,main])--The table (TMP_PROJECT) is created. [junit] [EL Finest]: 2022-09-10 04:18:55.892--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_PROJECT_DETAILS (PROJECT_ID INTEGER NOT NULL, PLANNED_DAYS INTEGER, USED_DAYS INTEGER, PRIMARY KEY (PROJECT_ID))") [junit] [EL Finest]: 2022-09-10 04:18:55.892--ServerSession(1737750354)--Connection(94398724)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.892--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.892--ServerSession(1737750354)--Connection(262926126)--Thread(Thread[main,5,main])--CREATE TABLE TMP_PROJECT_DETAILS (PROJECT_ID INTEGER NOT NULL, PLANNED_DAYS INTEGER, USED_DAYS INTEGER, PRIMARY KEY (PROJECT_ID)) [junit] [EL Finest]: 2022-09-10 04:18:55.896--ServerSession(1737750354)--Connection(94398724)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.896--Thread(Thread[main,5,main])--The table (TMP_PROJECT_DETAILS) is created. [junit] [EL Finest]: 2022-09-10 04:18:55.896--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_SAVE_ACC (ACC_NUMBER BIGINT NOT NULL, BANKID VARCHAR(255), BANKNAME VARCHAR(255), INTERESTRATE FLOAT, PRIMARY KEY (ACC_NUMBER))") [junit] [EL Finest]: 2022-09-10 04:18:55.896--ServerSession(1737750354)--Connection(2020226167)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.896--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.896--ServerSession(1737750354)--Connection(677930699)--Thread(Thread[main,5,main])--CREATE TABLE TMP_SAVE_ACC (ACC_NUMBER BIGINT NOT NULL, BANKID VARCHAR(255), BANKNAME VARCHAR(255), INTERESTRATE FLOAT, PRIMARY KEY (ACC_NUMBER)) [junit] [EL Finest]: 2022-09-10 04:18:55.9--ServerSession(1737750354)--Connection(2020226167)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.9--Thread(Thread[main,5,main])--The table (TMP_SAVE_ACC) is created. [junit] [EL Finest]: 2022-09-10 04:18:55.9--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_TASK (TASK_ID INTEGER NOT NULL, DESCRIPTION VARCHAR(255), PROJ_ID INTEGER NOT NULL, PRIMARY KEY (TASK_ID, PROJ_ID))") [junit] [EL Finest]: 2022-09-10 04:18:55.9--ServerSession(1737750354)--Connection(2139895366)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.9--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.9--ServerSession(1737750354)--Connection(347691330)--Thread(Thread[main,5,main])--CREATE TABLE TMP_TASK (TASK_ID INTEGER NOT NULL, DESCRIPTION VARCHAR(255), PROJ_ID INTEGER NOT NULL, PRIMARY KEY (TASK_ID, PROJ_ID)) [junit] [EL Finest]: 2022-09-10 04:18:55.904--ServerSession(1737750354)--Connection(2139895366)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.904--Thread(Thread[main,5,main])--The table (TMP_TASK) is created. [junit] [EL Finest]: 2022-09-10 04:18:55.904--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_TRAILER (LOAD1 INTEGER, HIGH INTEGER NOT NULL, LOW INTEGER NOT NULL, PRIMARY KEY (HIGH, LOW))") [junit] [EL Finest]: 2022-09-10 04:18:55.904--ServerSession(1737750354)--Connection(407327219)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.904--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.904--ServerSession(1737750354)--Connection(1189771504)--Thread(Thread[main,5,main])--CREATE TABLE TMP_TRAILER (LOAD1 INTEGER, HIGH INTEGER NOT NULL, LOW INTEGER NOT NULL, PRIMARY KEY (HIGH, LOW)) [junit] [EL Finest]: 2022-09-10 04:18:55.908--ServerSession(1737750354)--Connection(407327219)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.908--Thread(Thread[main,5,main])--The table (TMP_TRAILER) is created. [junit] [EL Finest]: 2022-09-10 04:18:55.908--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_PROFILE (GUID binary(16) NOT NULL, AIRLINE VARCHAR(255), SMOKER TINYINT(1) default 0, PRIMARY KEY (GUID))") [junit] [EL Finest]: 2022-09-10 04:18:55.908--ServerSession(1737750354)--Connection(1207093026)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.908--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.908--ServerSession(1737750354)--Connection(1388972756)--Thread(Thread[main,5,main])--CREATE TABLE TMP_PROFILE (GUID binary(16) NOT NULL, AIRLINE VARCHAR(255), SMOKER TINYINT(1) default 0, PRIMARY KEY (GUID)) [junit] [EL Finest]: 2022-09-10 04:18:55.912--ServerSession(1737750354)--Connection(1207093026)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.912--Thread(Thread[main,5,main])--The table (TMP_PROFILE) is created. [junit] [EL Finest]: 2022-09-10 04:18:55.912--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_UCOFFICE (ID INTEGER NOT NULL, CAPACITY BIGINT, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:55.912--ServerSession(1737750354)--Connection(935522484)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.912--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.912--ServerSession(1737750354)--Connection(903663666)--Thread(Thread[main,5,main])--CREATE TABLE TMP_UCOFFICE (ID INTEGER NOT NULL, CAPACITY BIGINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:55.916--ServerSession(1737750354)--Connection(935522484)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.916--Thread(Thread[main,5,main])--The table (TMP_UCOFFICE) is created. [junit] [EL Finest]: 2022-09-10 04:18:55.916--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_READONLY (ID INTEGER NOT NULL, DTYPE INTEGER, NAME VARCHAR(255), VERSION INTEGER, ADDON VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:55.916--ServerSession(1737750354)--Connection(1144567906)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.916--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.916--ServerSession(1737750354)--Connection(397847959)--Thread(Thread[main,5,main])--CREATE TABLE TMP_READONLY (ID INTEGER NOT NULL, DTYPE INTEGER, NAME VARCHAR(255), VERSION INTEGER, ADDON VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:55.92--ServerSession(1737750354)--Connection(1144567906)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.92--Thread(Thread[main,5,main])--The table (TMP_READONLY) is created. [junit] [EL Finest]: 2022-09-10 04:18:55.92--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_EMBEDD_FA (ID INTEGER NOT NULL, EMB_FA_DATE DATETIME, EMB_FA_LONG BIGINT, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:55.92--ServerSession(1737750354)--Connection(1558127130)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.92--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.92--ServerSession(1737750354)--Connection(2116548099)--Thread(Thread[main,5,main])--CREATE TABLE TMP_EMBEDD_FA (ID INTEGER NOT NULL, EMB_FA_DATE DATETIME, EMB_FA_LONG BIGINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:55.924--ServerSession(1737750354)--Connection(1558127130)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.924--Thread(Thread[main,5,main])--The table (TMP_EMBEDD_FA) is created. [junit] [EL Finest]: 2022-09-10 04:18:55.924--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_EMBEDD_PA (ID INTEGER NOT NULL, EMB_PA_DATE DATETIME, EMB_PA_LONG BIGINT, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:55.924--ServerSession(1737750354)--Connection(853343978)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.924--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.924--ServerSession(1737750354)--Connection(1938456924)--Thread(Thread[main,5,main])--CREATE TABLE TMP_EMBEDD_PA (ID INTEGER NOT NULL, EMB_PA_DATE DATETIME, EMB_PA_LONG BIGINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:55.928--ServerSession(1737750354)--Connection(853343978)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.928--Thread(Thread[main,5,main])--The table (TMP_EMBEDD_PA) is created. [junit] [EL Finest]: 2022-09-10 04:18:55.928--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE BYTE_ITEM (ITEM_ID binary(16) NOT NULL, NAME VARCHAR(255), NAMESPACE VARCHAR(255), TEXT VARCHAR(255), PRIMARY KEY (ITEM_ID))") [junit] [EL Finest]: 2022-09-10 04:18:55.928--ServerSession(1737750354)--Connection(1359212194)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.928--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.928--ServerSession(1737750354)--Connection(1982072255)--Thread(Thread[main,5,main])--CREATE TABLE BYTE_ITEM (ITEM_ID binary(16) NOT NULL, NAME VARCHAR(255), NAMESPACE VARCHAR(255), TEXT VARCHAR(255), PRIMARY KEY (ITEM_ID)) [junit] [EL Finest]: 2022-09-10 04:18:55.932--ServerSession(1737750354)--Connection(1359212194)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.932--Thread(Thread[main,5,main])--The table (BYTE_ITEM) is created. [junit] [EL Finest]: 2022-09-10 04:18:55.932--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE BYTE_ITEM_ATT (ATT_KEY VARCHAR(255) NOT NULL, ATT_VAL VARCHAR(255), ITEM_ID binary(16) NOT NULL, PRIMARY KEY (ATT_KEY, ITEM_ID))") [junit] [EL Finest]: 2022-09-10 04:18:55.932--ServerSession(1737750354)--Connection(1594259443)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.932--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.932--ServerSession(1737750354)--Connection(165255249)--Thread(Thread[main,5,main])--CREATE TABLE BYTE_ITEM_ATT (ATT_KEY VARCHAR(255) NOT NULL, ATT_VAL VARCHAR(255), ITEM_ID binary(16) NOT NULL, PRIMARY KEY (ATT_KEY, ITEM_ID)) [junit] [EL Finest]: 2022-09-10 04:18:55.935--ServerSession(1737750354)--Connection(1594259443)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.935--Thread(Thread[main,5,main])--The table (BYTE_ITEM_ATT) is created. [junit] [EL Finest]: 2022-09-10 04:18:55.936--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_ISLAND (ID INTEGER NOT NULL, DTYPE VARCHAR(31), NAME VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:55.936--ServerSession(1737750354)--Connection(1186361374)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.936--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.936--ServerSession(1737750354)--Connection(57172873)--Thread(Thread[main,5,main])--CREATE TABLE TMP_ISLAND (ID INTEGER NOT NULL, DTYPE VARCHAR(31), NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:55.939--ServerSession(1737750354)--Connection(1186361374)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.939--Thread(Thread[main,5,main])--The table (TMP_ISLAND) is created. [junit] [EL Finest]: 2022-09-10 04:18:55.939--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CITY (ID BIGINT NOT NULL, CITY_ENUM VARCHAR(255), COOL TINYINT(1) default 0, NAME VARCHAR(255), TYPE VARCHAR(255), CITY_TESLA_INT INTEGER, CITY_TESLA_BLOB LONGBLOB, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:55.939--ServerSession(1737750354)--Connection(929782962)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.939--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.939--ServerSession(1737750354)--Connection(2002720253)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CITY (ID BIGINT NOT NULL, CITY_ENUM VARCHAR(255), COOL TINYINT(1) default 0, NAME VARCHAR(255), TYPE VARCHAR(255), CITY_TESLA_INT INTEGER, CITY_TESLA_BLOB LONGBLOB, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:55.943--ServerSession(1737750354)--Connection(929782962)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.943--Thread(Thread[main,5,main])--The table (TMP_CITY) is created. [junit] [EL Finest]: 2022-09-10 04:18:55.943--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_COP (ID BIGINT NOT NULL, COP_TESLA_INT INTEGER, COP_TESLA_BLOB LONGBLOB, PARTNER_ID BIGINT, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:55.943--ServerSession(1737750354)--Connection(2016512706)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.943--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.943--ServerSession(1737750354)--Connection(2010024132)--Thread(Thread[main,5,main])--CREATE TABLE TMP_COP (ID BIGINT NOT NULL, COP_TESLA_INT INTEGER, COP_TESLA_BLOB LONGBLOB, PARTNER_ID BIGINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:55.947--ServerSession(1737750354)--Connection(2016512706)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.947--Thread(Thread[main,5,main])--The table (TMP_COP) is created. [junit] [EL Finest]: 2022-09-10 04:18:55.947--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_PERSON (ID BIGINT NOT NULL, W_BOOL TINYINT(1) default 0, W_FLOAT FLOAT, P_BOOL TINYINT(1) default 0, P_FLOAT FLOAT, P_INT INTEGER, W_BIGDEC DECIMAL(38), W_BIGINT BIGINT, PBA_BINARY LONGBLOB, WBA_BINARY LONGBLOB, UTIL_CALENDAR DATETIME, PCA_VARCHAR LONGTEXT, WCA_VARCHAR LONGTEXT, W_INT INTEGER, SQL_DATE DATE, SQL_TIME TIME, SQL_TIMESTAMP DATETIME, W_STRING VARCHAR(255), UTIL_DATE DATETIME, CITY BIGINT, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:55.947--ServerSession(1737750354)--Connection(1980278840)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.947--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.947--ServerSession(1737750354)--Connection(1971558037)--Thread(Thread[main,5,main])--CREATE TABLE TMP_PERSON (ID BIGINT NOT NULL, W_BOOL TINYINT(1) default 0, W_FLOAT FLOAT, P_BOOL TINYINT(1) default 0, P_FLOAT FLOAT, P_INT INTEGER, W_BIGDEC DECIMAL(38), W_BIGINT BIGINT, PBA_BINARY LONGBLOB, WBA_BINARY LONGBLOB, UTIL_CALENDAR DATETIME, PCA_VARCHAR LONGTEXT, WCA_VARCHAR LONGTEXT, W_INT INTEGER, SQL_DATE DATE, SQL_TIME TIME, SQL_TIMESTAMP DATETIME, W_STRING VARCHAR(255), UTIL_DATE DATETIME, CITY BIGINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:55.951--ServerSession(1737750354)--Connection(1980278840)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.951--Thread(Thread[main,5,main])--The table (TMP_PERSON) is created. [junit] [EL Finest]: 2022-09-10 04:18:55.951--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_INFORMER (ID BIGINT NOT NULL, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:55.951--ServerSession(1737750354)--Connection(1253466407)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.951--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.951--ServerSession(1737750354)--Connection(594043354)--Thread(Thread[main,5,main])--CREATE TABLE TMP_INFORMER (ID BIGINT NOT NULL, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:55.954--ServerSession(1737750354)--Connection(1253466407)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.954--Thread(Thread[main,5,main])--The table (TMP_INFORMER) is created. [junit] [EL Finest]: 2022-09-10 04:18:55.954--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CRIMINAL (ID BIGINT NOT NULL, TRANSMISSION_TYPE VARCHAR(255), ATTACHEDCOP_ID BIGINT, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:55.954--ServerSession(1737750354)--Connection(1435836365)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.955--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.955--ServerSession(1737750354)--Connection(890491412)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CRIMINAL (ID BIGINT NOT NULL, TRANSMISSION_TYPE VARCHAR(255), ATTACHEDCOP_ID BIGINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:55.958--ServerSession(1737750354)--Connection(1435836365)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.958--Thread(Thread[main,5,main])--The table (TMP_CRIMINAL) is created. [junit] [EL Finest]: 2022-09-10 04:18:55.958--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CAVE (ID INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:55.958--ServerSession(1737750354)--Connection(1000600589)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.958--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.958--ServerSession(1737750354)--Connection(277549599)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CAVE (ID INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:55.962--ServerSession(1737750354)--Connection(1000600589)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.962--Thread(Thread[main,5,main])--The table (TMP_CAVE) is created. [junit] [EL Finest]: 2022-09-10 04:18:55.962--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CREATURE (ID INTEGER AUTO_INCREMENT NOT NULL, DTYPE VARCHAR(31), NAME VARCHAR(255), WEAPON INTEGER, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:55.962--ServerSession(1737750354)--Connection(189993695)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.962--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.962--ServerSession(1737750354)--Connection(1124131392)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CREATURE (ID INTEGER AUTO_INCREMENT NOT NULL, DTYPE VARCHAR(31), NAME VARCHAR(255), WEAPON INTEGER, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:55.966--ServerSession(1737750354)--Connection(189993695)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.966--Thread(Thread[main,5,main])--The table (TMP_CREATURE) is created. [junit] [EL Finest]: 2022-09-10 04:18:55.966--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CREATURE_DETAILS (SECONDTABLE_ID INTEGER NOT NULL, COLOR VARCHAR(255), PRIMARY KEY (SECONDTABLE_ID))") [junit] [EL Finest]: 2022-09-10 04:18:55.966--ServerSession(1737750354)--Connection(1194106760)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.966--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.966--ServerSession(1737750354)--Connection(58353615)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CREATURE_DETAILS (SECONDTABLE_ID INTEGER NOT NULL, COLOR VARCHAR(255), PRIMARY KEY (SECONDTABLE_ID)) [junit] [EL Finest]: 2022-09-10 04:18:55.969--ServerSession(1737750354)--Connection(1194106760)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.97--Thread(Thread[main,5,main])--The table (TMP_CREATURE_DETAILS) is created. [junit] [EL Finest]: 2022-09-10 04:18:55.97--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_MYTHICALCREATURE (ID INTEGER NOT NULL, STORY VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:55.97--ServerSession(1737750354)--Connection(2063332000)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.97--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.97--ServerSession(1737750354)--Connection(711964207)--Thread(Thread[main,5,main])--CREATE TABLE TMP_MYTHICALCREATURE (ID INTEGER NOT NULL, STORY VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:55.973--ServerSession(1737750354)--Connection(2063332000)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.973--Thread(Thread[main,5,main])--The table (TMP_MYTHICALCREATURE) is created. [junit] [EL Finest]: 2022-09-10 04:18:55.973--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_WEAPON (ID INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:55.973--ServerSession(1737750354)--Connection(1578052738)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.974--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.974--ServerSession(1737750354)--Connection(159791010)--Thread(Thread[main,5,main])--CREATE TABLE TMP_WEAPON (ID INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:55.977--ServerSession(1737750354)--Connection(1578052738)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.977--Thread(Thread[main,5,main])--The table (TMP_WEAPON) is created. [junit] [EL Finest]: 2022-09-10 04:18:55.977--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CASC_NODE (ID INTEGER NOT NULL, PARENT INTEGER, DESCRIPTION INTEGER, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:55.977--ServerSession(1737750354)--Connection(861339480)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.977--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.977--ServerSession(1737750354)--Connection(190182839)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CASC_NODE (ID INTEGER NOT NULL, PARENT INTEGER, DESCRIPTION INTEGER, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:55.981--ServerSession(1737750354)--Connection(861339480)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.981--Thread(Thread[main,5,main])--The table (TMP_CASC_NODE) is created. [junit] [EL Finest]: 2022-09-10 04:18:55.981--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CASC_NODE_DESC (ID INTEGER NOT NULL, DESC_TEXT VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:55.981--ServerSession(1737750354)--Connection(1871084300)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.981--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.981--ServerSession(1737750354)--Connection(1264243462)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CASC_NODE_DESC (ID INTEGER NOT NULL, DESC_TEXT VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:55.985--ServerSession(1737750354)--Connection(1871084300)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.985--Thread(Thread[main,5,main])--The table (TMP_CASC_NODE_DESC) is created. [junit] [EL Finest]: 2022-09-10 04:18:55.985--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_NODE (ID INTEGER NOT NULL, NODENAME VARCHAR(255), VERSIONCOLUMN BIGINT, PARENT INTEGER, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:55.985--ServerSession(1737750354)--Connection(338048780)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.985--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.985--ServerSession(1737750354)--Connection(167318637)--Thread(Thread[main,5,main])--CREATE TABLE TMP_NODE (ID INTEGER NOT NULL, NODENAME VARCHAR(255), VERSIONCOLUMN BIGINT, PARENT INTEGER, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:55.989--ServerSession(1737750354)--Connection(338048780)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.989--Thread(Thread[main,5,main])--The table (TMP_NODE) is created. [junit] [EL Finest]: 2022-09-10 04:18:55.989--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_NASTY (ID BIGINT NOT NULL, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:55.989--ServerSession(1737750354)--Connection(1616673438)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.989--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.989--ServerSession(1737750354)--Connection(566710404)--Thread(Thread[main,5,main])--CREATE TABLE TMP_NASTY (ID BIGINT NOT NULL, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:55.993--ServerSession(1737750354)--Connection(1616673438)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.993--Thread(Thread[main,5,main])--The table (TMP_NASTY) is created. [junit] [EL Finest]: 2022-09-10 04:18:55.993--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_TIMESTAMP (ID BIGINT NOT NULL, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:55.993--ServerSession(1737750354)--Connection(1985569416)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.993--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.993--ServerSession(1737750354)--Connection(1837195191)--Thread(Thread[main,5,main])--CREATE TABLE TMP_TIMESTAMP (ID BIGINT NOT NULL, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:55.997--ServerSession(1737750354)--Connection(1985569416)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.997--Thread(Thread[main,5,main])--The table (TMP_TIMESTAMP) is created. [junit] [EL Finest]: 2022-09-10 04:18:55.997--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_BASIC_TYPES_FA (ID INTEGER NOT NULL, BIG_DECIMAL DECIMAL(12,2), BIG_INTEGER BIGINT, ENUM_ORDINAL INTEGER, ENUM_STRING VARCHAR(255), P_BYTE TINYINT, P_BOOLEAN TINYINT(1) default 0, PBA_BINARY binary(8), PBA_BLOB LONGBLOB, PBA_LONGVARBINARY LONGBLOB, P_CHAR CHAR(1), PCA_CLOB LONGTEXT, PCA_VARCHAR VARCHAR(255), P_DOUBLE DOUBLE, P_FLOAT FLOAT, P_INT INTEGER, P_LONG BIGINT, P_SHORT SMALLINT, SERIALIZABLE LONGBLOB, SQL_DATE DATE, SQL_TIME TIME, SQL_TIMESTAMP DATETIME, STRING_CLOB LONGTEXT, STRING_VC VARCHAR(128), UTIL_CALENDAR DATETIME, UTIL_DATE DATETIME, VERSION BIGINT, W_BOOLEAN TINYINT(1) default 0, W_BYTE TINYINT, WBA_BINARY binary(8), WBA_BLOB LONGBLOB, WBA_LONGVARBINARY LONGBLOB, W_CHARACTER CHAR(1), WCA_CLOB LONGTEXT, WCA_VARCHAR VARCHAR(255), W_DOUBLE DOUBLE, W_FLOAT FLOAT, W_INTEGER INTEGER, W_LONG BIGINT, W_SMALLINT SMALLINT, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:55.997--ServerSession(1737750354)--Connection(177901251)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:55.997--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:55.997--ServerSession(1737750354)--Connection(1828787392)--Thread(Thread[main,5,main])--CREATE TABLE TMP_BASIC_TYPES_FA (ID INTEGER NOT NULL, BIG_DECIMAL DECIMAL(12,2), BIG_INTEGER BIGINT, ENUM_ORDINAL INTEGER, ENUM_STRING VARCHAR(255), P_BYTE TINYINT, P_BOOLEAN TINYINT(1) default 0, PBA_BINARY binary(8), PBA_BLOB LONGBLOB, PBA_LONGVARBINARY LONGBLOB, P_CHAR CHAR(1), PCA_CLOB LONGTEXT, PCA_VARCHAR VARCHAR(255), P_DOUBLE DOUBLE, P_FLOAT FLOAT, P_INT INTEGER, P_LONG BIGINT, P_SHORT SMALLINT, SERIALIZABLE LONGBLOB, SQL_DATE DATE, SQL_TIME TIME, SQL_TIMESTAMP DATETIME, STRING_CLOB LONGTEXT, STRING_VC VARCHAR(128), UTIL_CALENDAR DATETIME, UTIL_DATE DATETIME, VERSION BIGINT, W_BOOLEAN TINYINT(1) default 0, W_BYTE TINYINT, WBA_BINARY binary(8), WBA_BLOB LONGBLOB, WBA_LONGVARBINARY LONGBLOB, W_CHARACTER CHAR(1), WCA_CLOB LONGTEXT, WCA_VARCHAR VARCHAR(255), W_DOUBLE DOUBLE, W_FLOAT FLOAT, W_INTEGER INTEGER, W_LONG BIGINT, W_SMALLINT SMALLINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:56.001--ServerSession(1737750354)--Connection(177901251)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.001--Thread(Thread[main,5,main])--The table (TMP_BASIC_TYPES_FA) is created. [junit] [EL Finest]: 2022-09-10 04:18:56.002--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_BASIC_TYPES_PA (ID INTEGER NOT NULL, BIG_DECIMAL DECIMAL(12,2), BIG_INTEGER BIGINT, ENUM_ORDINAL INTEGER, ENUM_STRING VARCHAR(255), P_BYTE TINYINT, P_BOOLEAN TINYINT(1) default 0, PBA_BINARY LONGBLOB, PBA_BLOB LONGBLOB, PBA_LONGVARBINARY LONGBLOB, P_CHAR CHAR(1), PCA_CLOB LONGTEXT, PCA_VARCHAR LONGTEXT, P_DOUBLE DOUBLE, P_FLOAT FLOAT, P_INT INTEGER, P_LONG BIGINT, P_SHORT SMALLINT, SERIALIZABLE LONGBLOB, SQL_DATE DATE, SQL_TIME TIME, SQL_TIMESTAMP DATETIME, STRING_CLOB LONGTEXT, STRING_VC VARCHAR(128), UTIL_CALENDAR DATETIME, UTIL_DATE DATETIME, W_BOOLEAN TINYINT(1) default 0, W_BYTE TINYINT, WBA_BINARY LONGBLOB, WBA_BLOB LONGBLOB, WBA_LONGVARBINARY LONGBLOB, W_CHARACTER CHAR(1), WCA_CLOB LONGTEXT, WCA_VARCHAR LONGTEXT, W_DOUBLE DOUBLE, W_FLOAT FLOAT, W_INTEGER INTEGER, W_LONG BIGINT, W_SMALLINT SMALLINT, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:56.002--ServerSession(1737750354)--Connection(2114259937)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.002--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.002--ServerSession(1737750354)--Connection(457684981)--Thread(Thread[main,5,main])--CREATE TABLE TMP_BASIC_TYPES_PA (ID INTEGER NOT NULL, BIG_DECIMAL DECIMAL(12,2), BIG_INTEGER BIGINT, ENUM_ORDINAL INTEGER, ENUM_STRING VARCHAR(255), P_BYTE TINYINT, P_BOOLEAN TINYINT(1) default 0, PBA_BINARY LONGBLOB, PBA_BLOB LONGBLOB, PBA_LONGVARBINARY LONGBLOB, P_CHAR CHAR(1), PCA_CLOB LONGTEXT, PCA_VARCHAR LONGTEXT, P_DOUBLE DOUBLE, P_FLOAT FLOAT, P_INT INTEGER, P_LONG BIGINT, P_SHORT SMALLINT, SERIALIZABLE LONGBLOB, SQL_DATE DATE, SQL_TIME TIME, SQL_TIMESTAMP DATETIME, STRING_CLOB LONGTEXT, STRING_VC VARCHAR(128), UTIL_CALENDAR DATETIME, UTIL_DATE DATETIME, W_BOOLEAN TINYINT(1) default 0, W_BYTE TINYINT, WBA_BINARY LONGBLOB, WBA_BLOB LONGBLOB, WBA_LONGVARBINARY LONGBLOB, W_CHARACTER CHAR(1), WCA_CLOB LONGTEXT, WCA_VARCHAR LONGTEXT, W_DOUBLE DOUBLE, W_FLOAT FLOAT, W_INTEGER INTEGER, W_LONG BIGINT, W_SMALLINT SMALLINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:56.006--ServerSession(1737750354)--Connection(2114259937)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.006--Thread(Thread[main,5,main])--The table (TMP_BASIC_TYPES_PA) is created. [junit] [EL Finest]: 2022-09-10 04:18:56.006--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_TEMPORAL_FA (ID BIGINT NOT NULL, SQL_DATE DATE, SQL_TIME TIME, SQL_TIMESTAMP DATETIME, UTIL_CALENDAR_D DATE, UTIL_CALENDAR_T TIME, UTIL_CALENDAR_TS DATETIME, UTIL_DATE_D DATE, UTIL_DATE_T TIME, UTIL_DATE_TS DATETIME, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:56.006--ServerSession(1737750354)--Connection(493294557)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.006--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.006--ServerSession(1737750354)--Connection(993650587)--Thread(Thread[main,5,main])--CREATE TABLE TMP_TEMPORAL_FA (ID BIGINT NOT NULL, SQL_DATE DATE, SQL_TIME TIME, SQL_TIMESTAMP DATETIME, UTIL_CALENDAR_D DATE, UTIL_CALENDAR_T TIME, UTIL_CALENDAR_TS DATETIME, UTIL_DATE_D DATE, UTIL_DATE_T TIME, UTIL_DATE_TS DATETIME, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:56.01--ServerSession(1737750354)--Connection(493294557)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.01--Thread(Thread[main,5,main])--The table (TMP_TEMPORAL_FA) is created. [junit] [EL Finest]: 2022-09-10 04:18:56.01--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_ANIMAL (ID INTEGER AUTO_INCREMENT NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:56.01--ServerSession(1737750354)--Connection(182124057)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.01--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.01--ServerSession(1737750354)--Connection(2116802022)--Thread(Thread[main,5,main])--CREATE TABLE TMP_ANIMAL (ID INTEGER AUTO_INCREMENT NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:56.014--ServerSession(1737750354)--Connection(182124057)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.014--Thread(Thread[main,5,main])--The table (TMP_ANIMAL) is created. [junit] [EL Finest]: 2022-09-10 04:18:56.014--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_ELEMENT (ID INTEGER AUTO_INCREMENT NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:56.014--ServerSession(1737750354)--Connection(864469510)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.014--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.014--ServerSession(1737750354)--Connection(321041781)--Thread(Thread[main,5,main])--CREATE TABLE TMP_ELEMENT (ID INTEGER AUTO_INCREMENT NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:56.018--ServerSession(1737750354)--Connection(864469510)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.018--Thread(Thread[main,5,main])--The table (TMP_ELEMENT) is created. [junit] [EL Finest]: 2022-09-10 04:18:56.018--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_PLANT (ID INTEGER AUTO_INCREMENT NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:18:56.018--ServerSession(1737750354)--Connection(138617961)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.018--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.018--ServerSession(1737750354)--Connection(239902985)--Thread(Thread[main,5,main])--CREATE TABLE TMP_PLANT (ID INTEGER AUTO_INCREMENT NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:18:56.022--ServerSession(1737750354)--Connection(138617961)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.022--Thread(Thread[main,5,main])--The table (TMP_PLANT) is created. [junit] [EL Finest]: 2022-09-10 04:18:56.023--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_EMP_BICYCLE (BICYCLE_ID SMALLINT NOT NULL, EMPLOYEE_ID INTEGER NOT NULL, PRIMARY KEY (BICYCLE_ID, EMPLOYEE_ID))") [junit] [EL Finest]: 2022-09-10 04:18:56.023--ServerSession(1737750354)--Connection(199676456)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.023--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.023--ServerSession(1737750354)--Connection(1623813812)--Thread(Thread[main,5,main])--CREATE TABLE TMP_EMP_BICYCLE (BICYCLE_ID SMALLINT NOT NULL, EMPLOYEE_ID INTEGER NOT NULL, PRIMARY KEY (BICYCLE_ID, EMPLOYEE_ID)) [junit] [EL Finest]: 2022-09-10 04:18:56.026--ServerSession(1737750354)--Connection(199676456)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.026--Thread(Thread[main,5,main])--The table (TMP_EMP_BICYCLE) is created. [junit] [EL Finest]: 2022-09-10 04:18:56.027--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_COURSE_EMP (COURSE_ID BIGINT NOT NULL, EMP_ID INTEGER NOT NULL, PRIMARY KEY (COURSE_ID, EMP_ID))") [junit] [EL Finest]: 2022-09-10 04:18:56.027--ServerSession(1737750354)--Connection(1736230120)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.027--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.027--ServerSession(1737750354)--Connection(1282128509)--Thread(Thread[main,5,main])--CREATE TABLE TMP_COURSE_EMP (COURSE_ID BIGINT NOT NULL, EMP_ID INTEGER NOT NULL, PRIMARY KEY (COURSE_ID, EMP_ID)) [junit] [EL Finest]: 2022-09-10 04:18:56.03--ServerSession(1737750354)--Connection(1736230120)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.03--Thread(Thread[main,5,main])--The table (TMP_COURSE_EMP) is created. [junit] [EL Finest]: 2022-09-10 04:18:56.03--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_EMP_CREDIT (CLIENT_ID INTEGER NOT NULL, CREDIT_ID BIGINT NOT NULL, PRIMARY KEY (CLIENT_ID, CREDIT_ID))") [junit] [EL Finest]: 2022-09-10 04:18:56.03--ServerSession(1737750354)--Connection(725579524)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.03--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.03--ServerSession(1737750354)--Connection(974559308)--Thread(Thread[main,5,main])--CREATE TABLE TMP_EMP_CREDIT (CLIENT_ID INTEGER NOT NULL, CREDIT_ID BIGINT NOT NULL, PRIMARY KEY (CLIENT_ID, CREDIT_ID)) [junit] [EL Finest]: 2022-09-10 04:18:56.034--ServerSession(1737750354)--Connection(725579524)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.034--Thread(Thread[main,5,main])--The table (TMP_EMP_CREDIT) is created. [junit] [EL Finest]: 2022-09-10 04:18:56.034--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_EMP_HOBBY (EMP_ID INTEGER NOT NULL, HOBBY_ID VARCHAR(255) NOT NULL, PRIMARY KEY (EMP_ID, HOBBY_ID))") [junit] [EL Finest]: 2022-09-10 04:18:56.034--ServerSession(1737750354)--Connection(1785536499)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.034--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.034--ServerSession(1737750354)--Connection(1689730570)--Thread(Thread[main,5,main])--CREATE TABLE TMP_EMP_HOBBY (EMP_ID INTEGER NOT NULL, HOBBY_ID VARCHAR(255) NOT NULL, PRIMARY KEY (EMP_ID, HOBBY_ID)) [junit] [EL Finest]: 2022-09-10 04:18:56.038--ServerSession(1737750354)--Connection(1785536499)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.038--Thread(Thread[main,5,main])--The table (TMP_EMP_HOBBY) is created. [junit] [EL Finest]: 2022-09-10 04:18:56.038--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_EMP_PATENT (EMP_ID INTEGER NOT NULL, PATENT_NAME VARCHAR(255) NOT NULL, PATENT_YEAR INTEGER NOT NULL, PRIMARY KEY (EMP_ID, PATENT_NAME, PATENT_YEAR))") [junit] [EL Finest]: 2022-09-10 04:18:56.038--ServerSession(1737750354)--Connection(969407243)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.038--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.038--ServerSession(1737750354)--Connection(1683866967)--Thread(Thread[main,5,main])--CREATE TABLE TMP_EMP_PATENT (EMP_ID INTEGER NOT NULL, PATENT_NAME VARCHAR(255) NOT NULL, PATENT_YEAR INTEGER NOT NULL, PRIMARY KEY (EMP_ID, PATENT_NAME, PATENT_YEAR)) [junit] [EL Finest]: 2022-09-10 04:18:56.042--ServerSession(1737750354)--Connection(969407243)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.042--Thread(Thread[main,5,main])--The table (TMP_EMP_PATENT) is created. [junit] [EL Finest]: 2022-09-10 04:18:56.042--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_EMP_PROJECT (EMP_ID INTEGER NOT NULL, PROJECT_ID INTEGER NOT NULL, PRIMARY KEY (EMP_ID, PROJECT_ID))") [junit] [EL Finest]: 2022-09-10 04:18:56.042--ServerSession(1737750354)--Connection(109978855)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.042--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.042--ServerSession(1737750354)--Connection(208875036)--Thread(Thread[main,5,main])--CREATE TABLE TMP_EMP_PROJECT (EMP_ID INTEGER NOT NULL, PROJECT_ID INTEGER NOT NULL, PRIMARY KEY (EMP_ID, PROJECT_ID)) [junit] [EL Finest]: 2022-09-10 04:18:56.046--ServerSession(1737750354)--Connection(109978855)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.046--Thread(Thread[main,5,main])--The table (TMP_EMP_PROJECT) is created. [junit] [EL Finest]: 2022-09-10 04:18:56.046--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_EMP_REVIEW (EMP_ID INTEGER NOT NULL, REVIEW_ID INTEGER NOT NULL, PRIMARY KEY (EMP_ID, REVIEW_ID))") [junit] [EL Finest]: 2022-09-10 04:18:56.046--ServerSession(1737750354)--Connection(555390535)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.046--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.046--ServerSession(1737750354)--Connection(873226166)--Thread(Thread[main,5,main])--CREATE TABLE TMP_EMP_REVIEW (EMP_ID INTEGER NOT NULL, REVIEW_ID INTEGER NOT NULL, PRIMARY KEY (EMP_ID, REVIEW_ID)) [junit] [EL Finest]: 2022-09-10 04:18:56.05--ServerSession(1737750354)--Connection(555390535)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.05--Thread(Thread[main,5,main])--The table (TMP_EMP_REVIEW) is created. [junit] [EL Finest]: 2022-09-10 04:18:56.05--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_OFFICE_CUBICLE (OFFICE_ID INTEGER NOT NULL, CUBICLE_FLOOR INTEGER NOT NULL, CUBICLE_PLACE INTEGER NOT NULL, CUBICLES_KEY LONGBLOB, PRIMARY KEY (OFFICE_ID, CUBICLE_FLOOR, CUBICLE_PLACE))") [junit] [EL Finest]: 2022-09-10 04:18:56.05--ServerSession(1737750354)--Connection(814647201)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.05--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.05--ServerSession(1737750354)--Connection(1713999849)--Thread(Thread[main,5,main])--CREATE TABLE TMP_OFFICE_CUBICLE (OFFICE_ID INTEGER NOT NULL, CUBICLE_FLOOR INTEGER NOT NULL, CUBICLE_PLACE INTEGER NOT NULL, CUBICLES_KEY LONGBLOB, PRIMARY KEY (OFFICE_ID, CUBICLE_FLOOR, CUBICLE_PLACE)) [junit] [EL Finest]: 2022-09-10 04:18:56.054--ServerSession(1737750354)--Connection(814647201)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.054--Thread(Thread[main,5,main])--The table (TMP_OFFICE_CUBICLE) is created. [junit] [EL Finest]: 2022-09-10 04:18:56.054--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_VEHICLE_PROFILE (PROFILE_ID binary(16) NOT NULL, VEHICLE_ID SMALLINT NOT NULL, PRIMARY KEY (PROFILE_ID, VEHICLE_ID))") [junit] [EL Finest]: 2022-09-10 04:18:56.054--ServerSession(1737750354)--Connection(286559682)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.054--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.054--ServerSession(1737750354)--Connection(1005063886)--Thread(Thread[main,5,main])--CREATE TABLE TMP_VEHICLE_PROFILE (PROFILE_ID binary(16) NOT NULL, VEHICLE_ID SMALLINT NOT NULL, PRIMARY KEY (PROFILE_ID, VEHICLE_ID)) [junit] [EL Finest]: 2022-09-10 04:18:56.058--ServerSession(1737750354)--Connection(286559682)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.058--Thread(Thread[main,5,main])--The table (TMP_VEHICLE_PROFILE) is created. [junit] [EL Finest]: 2022-09-10 04:18:56.058--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_UCOFFICE_CUBICLE (OFFICE_ID INTEGER NOT NULL, CUBICLE_FLOOR INTEGER NOT NULL, CUBICLE_PLACE INTEGER NOT NULL, PRIMARY KEY (OFFICE_ID, CUBICLE_FLOOR, CUBICLE_PLACE))") [junit] [EL Finest]: 2022-09-10 04:18:56.058--ServerSession(1737750354)--Connection(2075454833)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.058--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.058--ServerSession(1737750354)--Connection(5313207)--Thread(Thread[main,5,main])--CREATE TABLE TMP_UCOFFICE_CUBICLE (OFFICE_ID INTEGER NOT NULL, CUBICLE_FLOOR INTEGER NOT NULL, CUBICLE_PLACE INTEGER NOT NULL, PRIMARY KEY (OFFICE_ID, CUBICLE_FLOOR, CUBICLE_PLACE)) [junit] [EL Finest]: 2022-09-10 04:18:56.061--ServerSession(1737750354)--Connection(2075454833)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.061--Thread(Thread[main,5,main])--The table (TMP_UCOFFICE_CUBICLE) is created. [junit] [EL Finest]: 2022-09-10 04:18:56.061--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CITY_TMP_COP (City_ID BIGINT NOT NULL, cops_ID BIGINT NOT NULL, PRIMARY KEY (City_ID, cops_ID))") [junit] [EL Finest]: 2022-09-10 04:18:56.061--ServerSession(1737750354)--Connection(477239455)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.061--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.062--ServerSession(1737750354)--Connection(348026124)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CITY_TMP_COP (City_ID BIGINT NOT NULL, cops_ID BIGINT NOT NULL, PRIMARY KEY (City_ID, cops_ID)) [junit] [EL Finest]: 2022-09-10 04:18:56.065--ServerSession(1737750354)--Connection(477239455)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.065--Thread(Thread[main,5,main])--The table (TMP_CITY_TMP_COP) is created. [junit] [EL Finest]: 2022-09-10 04:18:56.065--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CITY_TMP_CRIMINAL (City_ID BIGINT NOT NULL, criminals_ID BIGINT NOT NULL, PRIMARY KEY (City_ID, criminals_ID))") [junit] [EL Finest]: 2022-09-10 04:18:56.065--ServerSession(1737750354)--Connection(433767126)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.065--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.065--ServerSession(1737750354)--Connection(2116797172)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CITY_TMP_CRIMINAL (City_ID BIGINT NOT NULL, criminals_ID BIGINT NOT NULL, PRIMARY KEY (City_ID, criminals_ID)) [junit] [EL Finest]: 2022-09-10 04:18:56.069--ServerSession(1737750354)--Connection(433767126)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.069--Thread(Thread[main,5,main])--The table (TMP_CITY_TMP_CRIMINAL) is created. [junit] [EL Finest]: 2022-09-10 04:18:56.069--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_COP_TMP_CRIMINAL (Cop_ID BIGINT NOT NULL, attachedCriminals_ID BIGINT NOT NULL, PRIMARY KEY (Cop_ID, attachedCriminals_ID))") [junit] [EL Finest]: 2022-09-10 04:18:56.069--ServerSession(1737750354)--Connection(967631271)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.069--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.069--ServerSession(1737750354)--Connection(422619140)--Thread(Thread[main,5,main])--CREATE TABLE TMP_COP_TMP_CRIMINAL (Cop_ID BIGINT NOT NULL, attachedCriminals_ID BIGINT NOT NULL, PRIMARY KEY (Cop_ID, attachedCriminals_ID)) [junit] [EL Finest]: 2022-09-10 04:18:56.073--ServerSession(1737750354)--Connection(967631271)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.073--Thread(Thread[main,5,main])--The table (TMP_COP_TMP_CRIMINAL) is created. [junit] [EL Finest]: 2022-09-10 04:18:56.073--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_COP_TMP_INFORMER (Cop_ID BIGINT NOT NULL, informers_ID BIGINT NOT NULL, PRIMARY KEY (Cop_ID, informers_ID))") [junit] [EL Finest]: 2022-09-10 04:18:56.073--ServerSession(1737750354)--Connection(1501976525)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.073--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.073--ServerSession(1737750354)--Connection(1164616817)--Thread(Thread[main,5,main])--CREATE TABLE TMP_COP_TMP_INFORMER (Cop_ID BIGINT NOT NULL, informers_ID BIGINT NOT NULL, PRIMARY KEY (Cop_ID, informers_ID)) [junit] [EL Finest]: 2022-09-10 04:18:56.077--ServerSession(1737750354)--Connection(1501976525)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.077--Thread(Thread[main,5,main])--The table (TMP_COP_TMP_INFORMER) is created. [junit] [EL Finest]: 2022-09-10 04:18:56.077--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_INFORMER_TMP_COP (Informer_ID BIGINT NOT NULL, informingCops_ID BIGINT NOT NULL, PRIMARY KEY (Informer_ID, informingCops_ID))") [junit] [EL Finest]: 2022-09-10 04:18:56.077--ServerSession(1737750354)--Connection(1291627539)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.077--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.077--ServerSession(1737750354)--Connection(1545982161)--Thread(Thread[main,5,main])--CREATE TABLE TMP_INFORMER_TMP_COP (Informer_ID BIGINT NOT NULL, informingCops_ID BIGINT NOT NULL, PRIMARY KEY (Informer_ID, informingCops_ID)) [junit] [EL Finest]: 2022-09-10 04:18:56.081--ServerSession(1737750354)--Connection(1291627539)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.081--Thread(Thread[main,5,main])--The table (TMP_INFORMER_TMP_COP) is created. [junit] [EL Finest]: 2022-09-10 04:18:56.081--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CRIMINAL_TMP_CRIMINAL (Criminal_ID BIGINT NOT NULL, parties_ID BIGINT NOT NULL, PRIMARY KEY (Criminal_ID, parties_ID))") [junit] [EL Finest]: 2022-09-10 04:18:56.081--ServerSession(1737750354)--Connection(1374688565)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.081--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.082--ServerSession(1737750354)--Connection(589423746)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CRIMINAL_TMP_CRIMINAL (Criminal_ID BIGINT NOT NULL, parties_ID BIGINT NOT NULL, PRIMARY KEY (Criminal_ID, parties_ID)) [junit] [EL Finest]: 2022-09-10 04:18:56.085--ServerSession(1737750354)--Connection(1374688565)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.085--Thread(Thread[main,5,main])--The table (TMP_CRIMINAL_TMP_CRIMINAL) is created. [junit] [EL Finest]: 2022-09-10 04:18:56.085--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CAVE_CREATURE (CAVE_ID INTEGER NOT NULL, CREATURE_ID INTEGER NOT NULL, PRIMARY KEY (CAVE_ID, CREATURE_ID))") [junit] [EL Finest]: 2022-09-10 04:18:56.085--ServerSession(1737750354)--Connection(1115073856)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.085--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.085--ServerSession(1737750354)--Connection(1851741304)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CAVE_CREATURE (CAVE_ID INTEGER NOT NULL, CREATURE_ID INTEGER NOT NULL, PRIMARY KEY (CAVE_ID, CREATURE_ID)) [junit] [EL Finest]: 2022-09-10 04:18:56.089--ServerSession(1737750354)--Connection(1115073856)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.089--Thread(Thread[main,5,main])--The table (TMP_CAVE_CREATURE) is created. [junit] [EL Finest]: 2022-09-10 04:18:56.089--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP ADD CONSTRAINT UNQ_TMP_EMP_0 UNIQUE (ID, DEPARTMENT)") [junit] [EL Finest]: 2022-09-10 04:18:56.089--ServerSession(1737750354)--Connection(1226378966)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.089--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.089--ServerSession(1737750354)--Connection(1567719193)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP ADD CONSTRAINT UNQ_TMP_EMP_0 UNIQUE (ID, DEPARTMENT) [junit] [EL Finest]: 2022-09-10 04:18:56.093--ServerSession(1737750354)--Connection(1226378966)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.093--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_METRIC ADD CONSTRAINT FK_TMP_METRIC_COMPONENT_ID FOREIGN KEY (COMPONENT_ID) REFERENCES TMP_COMPONENT (ID)") [junit] [EL Finest]: 2022-09-10 04:18:56.093--ServerSession(1737750354)--Connection(729248981)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.093--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.093--ServerSession(1737750354)--Connection(2099793685)--Thread(Thread[main,5,main])--ALTER TABLE TMP_METRIC ADD CONSTRAINT FK_TMP_METRIC_COMPONENT_ID FOREIGN KEY (COMPONENT_ID) REFERENCES TMP_COMPONENT (ID) [junit] [EL Finest]: 2022-09-10 04:18:56.102--ServerSession(1737750354)--Connection(729248981)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.102--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CONTRACT_EMP ADD CONSTRAINT FK_TMP_CONTRACT_EMP_ID FOREIGN KEY (ID) REFERENCES TMP_ABSTR_EMP (ID)") [junit] [EL Finest]: 2022-09-10 04:18:56.102--ServerSession(1737750354)--Connection(855894174)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.102--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.103--ServerSession(1737750354)--Connection(216815884)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CONTRACT_EMP ADD CONSTRAINT FK_TMP_CONTRACT_EMP_ID FOREIGN KEY (ID) REFERENCES TMP_ABSTR_EMP (ID) [junit] [EL Finest]: 2022-09-10 04:18:56.111--ServerSession(1737750354)--Connection(855894174)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.111--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_VEHICLE ADD CONSTRAINT FK_TMP_VEHICLE_EMPLOYEE_ID FOREIGN KEY (EMPLOYEE_ID) REFERENCES TMP_EMP (ID)") [junit] [EL Finest]: 2022-09-10 04:18:56.111--ServerSession(1737750354)--Connection(224544559)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.111--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.111--ServerSession(1737750354)--Connection(1671973814)--Thread(Thread[main,5,main])--ALTER TABLE TMP_VEHICLE ADD CONSTRAINT FK_TMP_VEHICLE_EMPLOYEE_ID FOREIGN KEY (EMPLOYEE_ID) REFERENCES TMP_EMP (ID) [junit] [EL Finest]: 2022-09-10 04:18:56.121--ServerSession(1737750354)--Connection(224544559)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.121--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_BROKER_ACC ADD CONSTRAINT FK_TMP_BROKER_ACC_ACC_NUMBER FOREIGN KEY (ACC_NUMBER) REFERENCES TMP_ACCOUNT (ACC_NUMBER)") [junit] [EL Finest]: 2022-09-10 04:18:56.121--ServerSession(1737750354)--Connection(106787773)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.121--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.121--ServerSession(1737750354)--Connection(663317819)--Thread(Thread[main,5,main])--ALTER TABLE TMP_BROKER_ACC ADD CONSTRAINT FK_TMP_BROKER_ACC_ACC_NUMBER FOREIGN KEY (ACC_NUMBER) REFERENCES TMP_ACCOUNT (ACC_NUMBER) [junit] [EL Finest]: 2022-09-10 04:18:56.129--ServerSession(1737750354)--Connection(106787773)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.13--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CHECK_ACC ADD CONSTRAINT FK_TMP_CHECK_ACC_ACC_NUMBER FOREIGN KEY (ACC_NUMBER) REFERENCES TMP_ACCOUNT (ACC_NUMBER)") [junit] [EL Finest]: 2022-09-10 04:18:56.13--ServerSession(1737750354)--Connection(43402513)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.13--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.13--ServerSession(1737750354)--Connection(1855590605)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CHECK_ACC ADD CONSTRAINT FK_TMP_CHECK_ACC_ACC_NUMBER FOREIGN KEY (ACC_NUMBER) REFERENCES TMP_ACCOUNT (ACC_NUMBER) [junit] [EL Finest]: 2022-09-10 04:18:56.138--ServerSession(1737750354)--Connection(43402513)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.138--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CHECK_ACC ADD CONSTRAINT FK_TMP_CHECK_ACC_CLIENT_ID FOREIGN KEY (CLIENT_ID) REFERENCES TMP_EMP (ID)") [junit] [EL Finest]: 2022-09-10 04:18:56.138--ServerSession(1737750354)--Connection(1773813582)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.138--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.138--ServerSession(1737750354)--Connection(1469597388)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CHECK_ACC ADD CONSTRAINT FK_TMP_CHECK_ACC_CLIENT_ID FOREIGN KEY (CLIENT_ID) REFERENCES TMP_EMP (ID) [junit] [EL Finest]: 2022-09-10 04:18:56.147--ServerSession(1737750354)--Connection(1773813582)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.147--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CREDIT_ACC ADD CONSTRAINT FK_TMP_CREDIT_ACC_CCA_ID FOREIGN KEY (CCA_ID) REFERENCES TMP_ACCOUNT (ACC_NUMBER)") [junit] [EL Finest]: 2022-09-10 04:18:56.147--ServerSession(1737750354)--Connection(1233686868)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.147--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.147--ServerSession(1737750354)--Connection(1546846351)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CREDIT_ACC ADD CONSTRAINT FK_TMP_CREDIT_ACC_CCA_ID FOREIGN KEY (CCA_ID) REFERENCES TMP_ACCOUNT (ACC_NUMBER) [junit] [EL Finest]: 2022-09-10 04:18:56.156--ServerSession(1737750354)--Connection(1233686868)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.156--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_COSTCENTER FOREIGN KEY (COSTCENTER) REFERENCES TMP_COSTCENTER (ID)") [junit] [EL Finest]: 2022-09-10 04:18:56.156--ServerSession(1737750354)--Connection(1037983544)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.156--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.156--ServerSession(1737750354)--Connection(2041386868)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_COSTCENTER FOREIGN KEY (COSTCENTER) REFERENCES TMP_COSTCENTER (ID) [junit] [EL Finest]: 2022-09-10 04:18:56.166--ServerSession(1737750354)--Connection(1037983544)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.166--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_DEPARTMENT FOREIGN KEY (DEPARTMENT) REFERENCES TMP_DEP (ID)") [junit] [EL Finest]: 2022-09-10 04:18:56.166--ServerSession(1737750354)--Connection(1914684131)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.166--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.166--ServerSession(1737750354)--Connection(1662549347)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_DEPARTMENT FOREIGN KEY (DEPARTMENT) REFERENCES TMP_DEP (ID) [junit] [EL Finest]: 2022-09-10 04:18:56.178--ServerSession(1737750354)--Connection(1914684131)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.178--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_CUBICLE_PLACE FOREIGN KEY (CUBICLE_PLACE, CUBICLE_FLOOR) REFERENCES TMP_CUBICLE (PLACE, FLOOR)") [junit] [EL Finest]: 2022-09-10 04:18:56.179--ServerSession(1737750354)--Connection(374845463)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.179--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.179--ServerSession(1737750354)--Connection(914629851)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_CUBICLE_PLACE FOREIGN KEY (CUBICLE_PLACE, CUBICLE_FLOOR) REFERENCES TMP_CUBICLE (PLACE, FLOOR) [junit] [EL Finest]: 2022-09-10 04:18:56.191--ServerSession(1737750354)--Connection(374845463)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.191--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_SAMPLE_ACCOUNT FOREIGN KEY (SAMPLE_ACCOUNT) REFERENCES TMP_ACCOUNT (ACC_NUMBER)") [junit] [EL Finest]: 2022-09-10 04:18:56.191--ServerSession(1737750354)--Connection(1847825207)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.191--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.191--ServerSession(1737750354)--Connection(2039926996)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_SAMPLE_ACCOUNT FOREIGN KEY (SAMPLE_ACCOUNT) REFERENCES TMP_ACCOUNT (ACC_NUMBER) [junit] [EL Finest]: 2022-09-10 04:18:56.204--ServerSession(1737750354)--Connection(1847825207)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.204--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_BROKERAGE_ACCOUNT FOREIGN KEY (BROKERAGE_ACCOUNT) REFERENCES TMP_ACCOUNT (ACC_NUMBER)") [junit] [EL Finest]: 2022-09-10 04:18:56.204--ServerSession(1737750354)--Connection(1111700510)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.204--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.205--ServerSession(1737750354)--Connection(219962610)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_BROKERAGE_ACCOUNT FOREIGN KEY (BROKERAGE_ACCOUNT) REFERENCES TMP_ACCOUNT (ACC_NUMBER) [junit] [EL Finest]: 2022-09-10 04:18:56.218--ServerSession(1737750354)--Connection(1111700510)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.218--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_PROFILE_GUID FOREIGN KEY (PROFILE_GUID) REFERENCES TMP_PROFILE (GUID)") [junit] [EL Finest]: 2022-09-10 04:18:56.218--ServerSession(1737750354)--Connection(1221559316)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.218--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.218--ServerSession(1737750354)--Connection(668707379)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_PROFILE_GUID FOREIGN KEY (PROFILE_GUID) REFERENCES TMP_PROFILE (GUID) [junit] [EL Finest]: 2022-09-10 04:18:56.233--ServerSession(1737750354)--Connection(1221559316)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.233--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_REVIEW ADD CONSTRAINT FK_TMP_REVIEW_PATENT_NAME FOREIGN KEY (PATENT_NAME, PATENT_YEAR) REFERENCES TMP_PATENT (PAT_NAME, PAT_YEAR)") [junit] [EL Finest]: 2022-09-10 04:18:56.233--ServerSession(1737750354)--Connection(257546804)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.233--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.233--ServerSession(1737750354)--Connection(1965650910)--Thread(Thread[main,5,main])--ALTER TABLE TMP_REVIEW ADD CONSTRAINT FK_TMP_REVIEW_PATENT_NAME FOREIGN KEY (PATENT_NAME, PATENT_YEAR) REFERENCES TMP_PATENT (PAT_NAME, PAT_YEAR) [junit] [EL Finest]: 2022-09-10 04:18:56.242--ServerSession(1737750354)--Connection(257546804)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.243--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_REVIEW_DETAILS ADD CONSTRAINT FK_TMP_REVIEW_DETAILS_REVIEW_ID FOREIGN KEY (REVIEW_ID) REFERENCES TMP_REVIEW (ID)") [junit] [EL Finest]: 2022-09-10 04:18:56.243--ServerSession(1737750354)--Connection(955581180)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.243--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.243--ServerSession(1737750354)--Connection(108798399)--Thread(Thread[main,5,main])--ALTER TABLE TMP_REVIEW_DETAILS ADD CONSTRAINT FK_TMP_REVIEW_DETAILS_REVIEW_ID FOREIGN KEY (REVIEW_ID) REFERENCES TMP_REVIEW (ID) [junit] [EL Finest]: 2022-09-10 04:18:56.251--ServerSession(1737750354)--Connection(955581180)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.251--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_PROJECT_DETAILS ADD CONSTRAINT FK_TMP_PROJECT_DETAILS_PROJECT_ID FOREIGN KEY (PROJECT_ID) REFERENCES TMP_PROJECT (ID)") [junit] [EL Finest]: 2022-09-10 04:18:56.251--ServerSession(1737750354)--Connection(1761864974)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.251--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.251--ServerSession(1737750354)--Connection(236275784)--Thread(Thread[main,5,main])--ALTER TABLE TMP_PROJECT_DETAILS ADD CONSTRAINT FK_TMP_PROJECT_DETAILS_PROJECT_ID FOREIGN KEY (PROJECT_ID) REFERENCES TMP_PROJECT (ID) [junit] [EL Finest]: 2022-09-10 04:18:56.26--ServerSession(1737750354)--Connection(1761864974)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.26--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_SAVE_ACC ADD CONSTRAINT FK_TMP_SAVE_ACC_ACC_NUMBER FOREIGN KEY (ACC_NUMBER) REFERENCES TMP_ACCOUNT (ACC_NUMBER)") [junit] [EL Finest]: 2022-09-10 04:18:56.26--ServerSession(1737750354)--Connection(383882703)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.26--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.26--ServerSession(1737750354)--Connection(840095827)--Thread(Thread[main,5,main])--ALTER TABLE TMP_SAVE_ACC ADD CONSTRAINT FK_TMP_SAVE_ACC_ACC_NUMBER FOREIGN KEY (ACC_NUMBER) REFERENCES TMP_ACCOUNT (ACC_NUMBER) [junit] [EL Finest]: 2022-09-10 04:18:56.268--ServerSession(1737750354)--Connection(383882703)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.268--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_TASK ADD CONSTRAINT FK_TMP_TASK_PROJ_ID FOREIGN KEY (PROJ_ID) REFERENCES TMP_PROJECT (ID)") [junit] [EL Finest]: 2022-09-10 04:18:56.268--ServerSession(1737750354)--Connection(1830261066)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.268--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.268--ServerSession(1737750354)--Connection(1231232251)--Thread(Thread[main,5,main])--ALTER TABLE TMP_TASK ADD CONSTRAINT FK_TMP_TASK_PROJ_ID FOREIGN KEY (PROJ_ID) REFERENCES TMP_PROJECT (ID) [junit] [EL Finest]: 2022-09-10 04:18:56.278--ServerSession(1737750354)--Connection(1830261066)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.278--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE BYTE_ITEM_ATT ADD CONSTRAINT FK_BYTE_ITEM_ATT_ITEM_ID FOREIGN KEY (ITEM_ID) REFERENCES BYTE_ITEM (ITEM_ID)") [junit] [EL Finest]: 2022-09-10 04:18:56.278--ServerSession(1737750354)--Connection(822063782)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.278--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.278--ServerSession(1737750354)--Connection(1630205062)--Thread(Thread[main,5,main])--ALTER TABLE BYTE_ITEM_ATT ADD CONSTRAINT FK_BYTE_ITEM_ATT_ITEM_ID FOREIGN KEY (ITEM_ID) REFERENCES BYTE_ITEM (ITEM_ID) [junit] [EL Finest]: 2022-09-10 04:18:56.287--ServerSession(1737750354)--Connection(822063782)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.287--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COP ADD CONSTRAINT FK_TMP_COP_PARTNER_ID FOREIGN KEY (PARTNER_ID) REFERENCES TMP_COP (ID)") [junit] [EL Finest]: 2022-09-10 04:18:56.287--ServerSession(1737750354)--Connection(242833949)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.287--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.287--ServerSession(1737750354)--Connection(952172944)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP ADD CONSTRAINT FK_TMP_COP_PARTNER_ID FOREIGN KEY (PARTNER_ID) REFERENCES TMP_COP (ID) [junit] [EL Finest]: 2022-09-10 04:18:56.296--ServerSession(1737750354)--Connection(242833949)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.296--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_PERSON ADD CONSTRAINT FK_TMP_PERSON_CITY FOREIGN KEY (CITY) REFERENCES TMP_CITY (ID)") [junit] [EL Finest]: 2022-09-10 04:18:56.296--ServerSession(1737750354)--Connection(1855172839)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.296--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.297--ServerSession(1737750354)--Connection(1592713508)--Thread(Thread[main,5,main])--ALTER TABLE TMP_PERSON ADD CONSTRAINT FK_TMP_PERSON_CITY FOREIGN KEY (CITY) REFERENCES TMP_CITY (ID) [junit] [EL Finest]: 2022-09-10 04:18:56.308--ServerSession(1737750354)--Connection(1855172839)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.308--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CRIMINAL ADD CONSTRAINT FK_TMP_CRIMINAL_ATTACHEDCOP_ID FOREIGN KEY (ATTACHEDCOP_ID) REFERENCES TMP_COP (ID)") [junit] [EL Finest]: 2022-09-10 04:18:56.308--ServerSession(1737750354)--Connection(1316735289)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.308--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.309--ServerSession(1737750354)--Connection(1739974163)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CRIMINAL ADD CONSTRAINT FK_TMP_CRIMINAL_ATTACHEDCOP_ID FOREIGN KEY (ATTACHEDCOP_ID) REFERENCES TMP_COP (ID) [junit] [EL Finest]: 2022-09-10 04:18:56.318--ServerSession(1737750354)--Connection(1316735289)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.318--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CREATURE ADD CONSTRAINT FK_TMP_CREATURE_WEAPON FOREIGN KEY (WEAPON) REFERENCES TMP_WEAPON (ID)") [junit] [EL Finest]: 2022-09-10 04:18:56.319--ServerSession(1737750354)--Connection(540537131)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.319--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.319--ServerSession(1737750354)--Connection(1752829504)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CREATURE ADD CONSTRAINT FK_TMP_CREATURE_WEAPON FOREIGN KEY (WEAPON) REFERENCES TMP_WEAPON (ID) [junit] [EL Finest]: 2022-09-10 04:18:56.329--ServerSession(1737750354)--Connection(540537131)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.329--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CREATURE_DETAILS ADD CONSTRAINT FK_TMP_CREATURE_DETAILS_SECONDTABLE_ID FOREIGN KEY (SECONDTABLE_ID) REFERENCES TMP_CREATURE (ID)") [junit] [EL Finest]: 2022-09-10 04:18:56.329--ServerSession(1737750354)--Connection(194277435)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.329--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.329--ServerSession(1737750354)--Connection(866416391)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CREATURE_DETAILS ADD CONSTRAINT FK_TMP_CREATURE_DETAILS_SECONDTABLE_ID FOREIGN KEY (SECONDTABLE_ID) REFERENCES TMP_CREATURE (ID) [junit] [EL Finest]: 2022-09-10 04:18:56.337--ServerSession(1737750354)--Connection(194277435)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.337--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_MYTHICALCREATURE ADD CONSTRAINT FK_TMP_MYTHICALCREATURE_ID FOREIGN KEY (ID) REFERENCES TMP_CREATURE (ID)") [junit] [EL Finest]: 2022-09-10 04:18:56.337--ServerSession(1737750354)--Connection(1521986562)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.337--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.338--ServerSession(1737750354)--Connection(1253827612)--Thread(Thread[main,5,main])--ALTER TABLE TMP_MYTHICALCREATURE ADD CONSTRAINT FK_TMP_MYTHICALCREATURE_ID FOREIGN KEY (ID) REFERENCES TMP_CREATURE (ID) [junit] [EL Finest]: 2022-09-10 04:18:56.346--ServerSession(1737750354)--Connection(1521986562)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.346--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CASC_NODE ADD CONSTRAINT FK_TMP_CASC_NODE_DESCRIPTION FOREIGN KEY (DESCRIPTION) REFERENCES TMP_CASC_NODE_DESC (ID)") [junit] [EL Finest]: 2022-09-10 04:18:56.346--ServerSession(1737750354)--Connection(181097736)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.346--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.346--ServerSession(1737750354)--Connection(524671817)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CASC_NODE ADD CONSTRAINT FK_TMP_CASC_NODE_DESCRIPTION FOREIGN KEY (DESCRIPTION) REFERENCES TMP_CASC_NODE_DESC (ID) [junit] [EL Finest]: 2022-09-10 04:18:56.355--ServerSession(1737750354)--Connection(181097736)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.355--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CASC_NODE ADD CONSTRAINT FK_TMP_CASC_NODE_PARENT FOREIGN KEY (PARENT) REFERENCES TMP_CASC_NODE (ID)") [junit] [EL Finest]: 2022-09-10 04:18:56.355--ServerSession(1737750354)--Connection(1579440430)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.355--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.355--ServerSession(1737750354)--Connection(1862946352)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CASC_NODE ADD CONSTRAINT FK_TMP_CASC_NODE_PARENT FOREIGN KEY (PARENT) REFERENCES TMP_CASC_NODE (ID) [junit] [EL Finest]: 2022-09-10 04:18:56.365--ServerSession(1737750354)--Connection(1579440430)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.365--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_NODE ADD CONSTRAINT FK_TMP_NODE_PARENT FOREIGN KEY (PARENT) REFERENCES TMP_NODE (ID)") [junit] [EL Finest]: 2022-09-10 04:18:56.365--ServerSession(1737750354)--Connection(465134665)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.365--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.365--ServerSession(1737750354)--Connection(654299840)--Thread(Thread[main,5,main])--ALTER TABLE TMP_NODE ADD CONSTRAINT FK_TMP_NODE_PARENT FOREIGN KEY (PARENT) REFERENCES TMP_NODE (ID) [junit] [EL Finest]: 2022-09-10 04:18:56.374--ServerSession(1737750354)--Connection(465134665)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.375--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_BICYCLE ADD CONSTRAINT FK_TMP_EMP_BICYCLE_BICYCLE_ID FOREIGN KEY (BICYCLE_ID) REFERENCES TMP_VEHICLE (ID)") [junit] [EL Finest]: 2022-09-10 04:18:56.375--ServerSession(1737750354)--Connection(2139900147)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.375--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.375--ServerSession(1737750354)--Connection(658369552)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_BICYCLE ADD CONSTRAINT FK_TMP_EMP_BICYCLE_BICYCLE_ID FOREIGN KEY (BICYCLE_ID) REFERENCES TMP_VEHICLE (ID) [junit] [EL Finest]: 2022-09-10 04:18:56.384--ServerSession(1737750354)--Connection(2139900147)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.384--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_BICYCLE ADD CONSTRAINT FK_TMP_EMP_BICYCLE_EMPLOYEE_ID FOREIGN KEY (EMPLOYEE_ID) REFERENCES TMP_EMP (ID)") [junit] [EL Finest]: 2022-09-10 04:18:56.384--ServerSession(1737750354)--Connection(1637627206)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.384--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.384--ServerSession(1737750354)--Connection(688457737)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_BICYCLE ADD CONSTRAINT FK_TMP_EMP_BICYCLE_EMPLOYEE_ID FOREIGN KEY (EMPLOYEE_ID) REFERENCES TMP_EMP (ID) [junit] [EL Finest]: 2022-09-10 04:18:56.393--ServerSession(1737750354)--Connection(1637627206)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.393--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COURSE_EMP ADD CONSTRAINT FK_TMP_COURSE_EMP_COURSE_ID FOREIGN KEY (COURSE_ID) REFERENCES TMP_COURSE (COURSE_ID)") [junit] [EL Finest]: 2022-09-10 04:18:56.393--ServerSession(1737750354)--Connection(496259008)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.393--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.393--ServerSession(1737750354)--Connection(2084324667)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COURSE_EMP ADD CONSTRAINT FK_TMP_COURSE_EMP_COURSE_ID FOREIGN KEY (COURSE_ID) REFERENCES TMP_COURSE (COURSE_ID) [junit] [EL Finest]: 2022-09-10 04:18:56.402--ServerSession(1737750354)--Connection(496259008)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.402--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COURSE_EMP ADD CONSTRAINT FK_TMP_COURSE_EMP_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES TMP_EMP (ID)") [junit] [EL Finest]: 2022-09-10 04:18:56.402--ServerSession(1737750354)--Connection(721004015)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.402--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.402--ServerSession(1737750354)--Connection(888289302)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COURSE_EMP ADD CONSTRAINT FK_TMP_COURSE_EMP_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES TMP_EMP (ID) [junit] [EL Finest]: 2022-09-10 04:18:56.411--ServerSession(1737750354)--Connection(721004015)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.411--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_CREDIT ADD CONSTRAINT FK_TMP_EMP_CREDIT_CREDIT_ID FOREIGN KEY (CREDIT_ID) REFERENCES TMP_ACCOUNT (ACC_NUMBER)") [junit] [EL Finest]: 2022-09-10 04:18:56.411--ServerSession(1737750354)--Connection(1967710715)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.411--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.412--ServerSession(1737750354)--Connection(1348421068)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_CREDIT ADD CONSTRAINT FK_TMP_EMP_CREDIT_CREDIT_ID FOREIGN KEY (CREDIT_ID) REFERENCES TMP_ACCOUNT (ACC_NUMBER) [junit] [EL Finest]: 2022-09-10 04:18:56.421--ServerSession(1737750354)--Connection(1967710715)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.421--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_CREDIT ADD CONSTRAINT FK_TMP_EMP_CREDIT_CLIENT_ID FOREIGN KEY (CLIENT_ID) REFERENCES TMP_EMP (ID)") [junit] [EL Finest]: 2022-09-10 04:18:56.421--ServerSession(1737750354)--Connection(1863075316)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.421--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.421--ServerSession(1737750354)--Connection(1163336956)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_CREDIT ADD CONSTRAINT FK_TMP_EMP_CREDIT_CLIENT_ID FOREIGN KEY (CLIENT_ID) REFERENCES TMP_EMP (ID) [junit] [EL Finest]: 2022-09-10 04:18:56.43--ServerSession(1737750354)--Connection(1863075316)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.43--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_HOBBY ADD CONSTRAINT FK_TMP_EMP_HOBBY_HOBBY_ID FOREIGN KEY (HOBBY_ID) REFERENCES TMP_HOBBY (ID)") [junit] [EL Finest]: 2022-09-10 04:18:56.43--ServerSession(1737750354)--Connection(376017690)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.43--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.43--ServerSession(1737750354)--Connection(1797578199)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_HOBBY ADD CONSTRAINT FK_TMP_EMP_HOBBY_HOBBY_ID FOREIGN KEY (HOBBY_ID) REFERENCES TMP_HOBBY (ID) [junit] [EL Finest]: 2022-09-10 04:18:56.439--ServerSession(1737750354)--Connection(376017690)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.44--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_HOBBY ADD CONSTRAINT FK_TMP_EMP_HOBBY_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES TMP_EMP (ID)") [junit] [EL Finest]: 2022-09-10 04:18:56.44--ServerSession(1737750354)--Connection(1771965424)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.44--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.44--ServerSession(1737750354)--Connection(614054257)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_HOBBY ADD CONSTRAINT FK_TMP_EMP_HOBBY_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES TMP_EMP (ID) [junit] [EL Finest]: 2022-09-10 04:18:56.449--ServerSession(1737750354)--Connection(1771965424)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.45--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_PATENT ADD CONSTRAINT FK_TMP_EMP_PATENT_PATENT_NAME FOREIGN KEY (PATENT_NAME, PATENT_YEAR) REFERENCES TMP_PATENT (PAT_NAME, PAT_YEAR)") [junit] [EL Finest]: 2022-09-10 04:18:56.45--ServerSession(1737750354)--Connection(828064258)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.45--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.45--ServerSession(1737750354)--Connection(1491089257)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PATENT ADD CONSTRAINT FK_TMP_EMP_PATENT_PATENT_NAME FOREIGN KEY (PATENT_NAME, PATENT_YEAR) REFERENCES TMP_PATENT (PAT_NAME, PAT_YEAR) [junit] [EL Finest]: 2022-09-10 04:18:56.459--ServerSession(1737750354)--Connection(828064258)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.459--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_PATENT ADD CONSTRAINT FK_TMP_EMP_PATENT_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES TMP_EMP (ID)") [junit] [EL Finest]: 2022-09-10 04:18:56.46--ServerSession(1737750354)--Connection(24226406)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.46--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.46--ServerSession(1737750354)--Connection(1483972190)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PATENT ADD CONSTRAINT FK_TMP_EMP_PATENT_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES TMP_EMP (ID) [junit] [EL Finest]: 2022-09-10 04:18:56.469--ServerSession(1737750354)--Connection(24226406)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.469--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_PROJECT ADD CONSTRAINT FK_TMP_EMP_PROJECT_PROJECT_ID FOREIGN KEY (PROJECT_ID) REFERENCES TMP_PROJECT (ID)") [junit] [EL Finest]: 2022-09-10 04:18:56.469--ServerSession(1737750354)--Connection(625411191)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.469--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.47--ServerSession(1737750354)--Connection(1635975151)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PROJECT ADD CONSTRAINT FK_TMP_EMP_PROJECT_PROJECT_ID FOREIGN KEY (PROJECT_ID) REFERENCES TMP_PROJECT (ID) [junit] [EL Finest]: 2022-09-10 04:18:56.479--ServerSession(1737750354)--Connection(625411191)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.479--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_PROJECT ADD CONSTRAINT FK_TMP_EMP_PROJECT_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES TMP_EMP (ID)") [junit] [EL Finest]: 2022-09-10 04:18:56.479--ServerSession(1737750354)--Connection(819790006)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.479--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.48--ServerSession(1737750354)--Connection(1180105925)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PROJECT ADD CONSTRAINT FK_TMP_EMP_PROJECT_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES TMP_EMP (ID) [junit] [EL Finest]: 2022-09-10 04:18:56.489--ServerSession(1737750354)--Connection(819790006)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.489--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_REVIEW ADD CONSTRAINT FK_TMP_EMP_REVIEW_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES TMP_EMP (ID)") [junit] [EL Finest]: 2022-09-10 04:18:56.489--ServerSession(1737750354)--Connection(2144817630)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.489--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.49--ServerSession(1737750354)--Connection(236333621)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_REVIEW ADD CONSTRAINT FK_TMP_EMP_REVIEW_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES TMP_EMP (ID) [junit] [EL Finest]: 2022-09-10 04:18:56.498--ServerSession(1737750354)--Connection(2144817630)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.498--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_REVIEW ADD CONSTRAINT FK_TMP_EMP_REVIEW_REVIEW_ID FOREIGN KEY (REVIEW_ID) REFERENCES TMP_REVIEW (ID)") [junit] [EL Finest]: 2022-09-10 04:18:56.498--ServerSession(1737750354)--Connection(1251502504)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.498--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.498--ServerSession(1737750354)--Connection(1977656652)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_REVIEW ADD CONSTRAINT FK_TMP_EMP_REVIEW_REVIEW_ID FOREIGN KEY (REVIEW_ID) REFERENCES TMP_REVIEW (ID) [junit] [EL Finest]: 2022-09-10 04:18:56.507--ServerSession(1737750354)--Connection(1251502504)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.507--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_OFFICE_CUBICLE ADD CONSTRAINT FK_TMP_OFFICE_CUBICLE_CUBICLE_PLACE FOREIGN KEY (CUBICLE_PLACE, CUBICLE_FLOOR) REFERENCES TMP_CUBICLE (PLACE, FLOOR)") [junit] [EL Finest]: 2022-09-10 04:18:56.507--ServerSession(1737750354)--Connection(1653318246)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.507--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.507--ServerSession(1737750354)--Connection(305242558)--Thread(Thread[main,5,main])--ALTER TABLE TMP_OFFICE_CUBICLE ADD CONSTRAINT FK_TMP_OFFICE_CUBICLE_CUBICLE_PLACE FOREIGN KEY (CUBICLE_PLACE, CUBICLE_FLOOR) REFERENCES TMP_CUBICLE (PLACE, FLOOR) [junit] [EL Finest]: 2022-09-10 04:18:56.516--ServerSession(1737750354)--Connection(1653318246)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.516--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_OFFICE_CUBICLE ADD CONSTRAINT FK_TMP_OFFICE_CUBICLE_OFFICE_ID FOREIGN KEY (OFFICE_ID) REFERENCES TMP_OFFICE (ID)") [junit] [EL Finest]: 2022-09-10 04:18:56.516--ServerSession(1737750354)--Connection(1934234778)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.516--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.517--ServerSession(1737750354)--Connection(1827239708)--Thread(Thread[main,5,main])--ALTER TABLE TMP_OFFICE_CUBICLE ADD CONSTRAINT FK_TMP_OFFICE_CUBICLE_OFFICE_ID FOREIGN KEY (OFFICE_ID) REFERENCES TMP_OFFICE (ID) [junit] [EL Finest]: 2022-09-10 04:18:56.526--ServerSession(1737750354)--Connection(1934234778)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.526--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_VEHICLE_PROFILE ADD CONSTRAINT FK_TMP_VEHICLE_PROFILE_VEHICLE_ID FOREIGN KEY (VEHICLE_ID) REFERENCES TMP_VEHICLE (ID)") [junit] [EL Finest]: 2022-09-10 04:18:56.526--ServerSession(1737750354)--Connection(1293967722)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.526--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.526--ServerSession(1737750354)--Connection(1792454213)--Thread(Thread[main,5,main])--ALTER TABLE TMP_VEHICLE_PROFILE ADD CONSTRAINT FK_TMP_VEHICLE_PROFILE_VEHICLE_ID FOREIGN KEY (VEHICLE_ID) REFERENCES TMP_VEHICLE (ID) [junit] [EL Finest]: 2022-09-10 04:18:56.535--ServerSession(1737750354)--Connection(1293967722)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.535--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_VEHICLE_PROFILE ADD CONSTRAINT FK_TMP_VEHICLE_PROFILE_PROFILE_ID FOREIGN KEY (PROFILE_ID) REFERENCES TMP_PROFILE (GUID)") [junit] [EL Finest]: 2022-09-10 04:18:56.535--ServerSession(1737750354)--Connection(922145372)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.535--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.535--ServerSession(1737750354)--Connection(1762522689)--Thread(Thread[main,5,main])--ALTER TABLE TMP_VEHICLE_PROFILE ADD CONSTRAINT FK_TMP_VEHICLE_PROFILE_PROFILE_ID FOREIGN KEY (PROFILE_ID) REFERENCES TMP_PROFILE (GUID) [junit] [EL Finest]: 2022-09-10 04:18:56.544--ServerSession(1737750354)--Connection(922145372)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.544--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_UCOFFICE_CUBICLE ADD CONSTRAINT FK_TMP_UCOFFICE_CUBICLE_CUBICLE_PLACE FOREIGN KEY (CUBICLE_PLACE, CUBICLE_FLOOR) REFERENCES TMP_CUBICLE (PLACE, FLOOR)") [junit] [EL Finest]: 2022-09-10 04:18:56.544--ServerSession(1737750354)--Connection(454958850)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.544--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.545--ServerSession(1737750354)--Connection(497507806)--Thread(Thread[main,5,main])--ALTER TABLE TMP_UCOFFICE_CUBICLE ADD CONSTRAINT FK_TMP_UCOFFICE_CUBICLE_CUBICLE_PLACE FOREIGN KEY (CUBICLE_PLACE, CUBICLE_FLOOR) REFERENCES TMP_CUBICLE (PLACE, FLOOR) [junit] [EL Finest]: 2022-09-10 04:18:56.554--ServerSession(1737750354)--Connection(454958850)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.554--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_UCOFFICE_CUBICLE ADD CONSTRAINT FK_TMP_UCOFFICE_CUBICLE_OFFICE_ID FOREIGN KEY (OFFICE_ID) REFERENCES TMP_UCOFFICE (ID)") [junit] [EL Finest]: 2022-09-10 04:18:56.554--ServerSession(1737750354)--Connection(2117142060)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.554--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.554--ServerSession(1737750354)--Connection(1499458969)--Thread(Thread[main,5,main])--ALTER TABLE TMP_UCOFFICE_CUBICLE ADD CONSTRAINT FK_TMP_UCOFFICE_CUBICLE_OFFICE_ID FOREIGN KEY (OFFICE_ID) REFERENCES TMP_UCOFFICE (ID) [junit] [EL Finest]: 2022-09-10 04:18:56.563--ServerSession(1737750354)--Connection(2117142060)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.563--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CITY_TMP_COP ADD CONSTRAINT FK_TMP_CITY_TMP_COP_City_ID FOREIGN KEY (City_ID) REFERENCES TMP_CITY (ID)") [junit] [EL Finest]: 2022-09-10 04:18:56.563--ServerSession(1737750354)--Connection(2030458069)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.563--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.563--ServerSession(1737750354)--Connection(1603493193)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_COP ADD CONSTRAINT FK_TMP_CITY_TMP_COP_City_ID FOREIGN KEY (City_ID) REFERENCES TMP_CITY (ID) [junit] [EL Finest]: 2022-09-10 04:18:56.571--ServerSession(1737750354)--Connection(2030458069)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.572--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CITY_TMP_COP ADD CONSTRAINT FK_TMP_CITY_TMP_COP_cops_ID FOREIGN KEY (cops_ID) REFERENCES TMP_COP (ID)") [junit] [EL Finest]: 2022-09-10 04:18:56.572--ServerSession(1737750354)--Connection(1991193781)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.572--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.572--ServerSession(1737750354)--Connection(856901180)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_COP ADD CONSTRAINT FK_TMP_CITY_TMP_COP_cops_ID FOREIGN KEY (cops_ID) REFERENCES TMP_COP (ID) [junit] [EL Finest]: 2022-09-10 04:18:56.581--ServerSession(1737750354)--Connection(1991193781)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.581--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CITY_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_CITY_TMP_CRIMINAL_criminals_ID FOREIGN KEY (criminals_ID) REFERENCES TMP_CRIMINAL (ID)") [junit] [EL Finest]: 2022-09-10 04:18:56.59--ServerSession(1737750354)--Connection(417773355)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.59--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.591--ServerSession(1737750354)--Connection(829239469)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_CITY_TMP_CRIMINAL_criminals_ID FOREIGN KEY (criminals_ID) REFERENCES TMP_CRIMINAL (ID) [junit] [EL Finest]: 2022-09-10 04:18:56.601--ServerSession(1737750354)--Connection(417773355)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.601--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CITY_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_CITY_TMP_CRIMINAL_City_ID FOREIGN KEY (City_ID) REFERENCES TMP_CITY (ID)") [junit] [EL Finest]: 2022-09-10 04:18:56.601--ServerSession(1737750354)--Connection(497501602)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.601--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.601--ServerSession(1737750354)--Connection(1167582947)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_CITY_TMP_CRIMINAL_City_ID FOREIGN KEY (City_ID) REFERENCES TMP_CITY (ID) [junit] [EL Finest]: 2022-09-10 04:18:56.611--ServerSession(1737750354)--Connection(497501602)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.611--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COP_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_COP_TMP_CRIMINAL_attachedCriminals_ID FOREIGN KEY (attachedCriminals_ID) REFERENCES TMP_CRIMINAL (ID)") [junit] [EL Finest]: 2022-09-10 04:18:56.611--ServerSession(1737750354)--Connection(2031154005)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.611--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.611--ServerSession(1737750354)--Connection(55226986)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_COP_TMP_CRIMINAL_attachedCriminals_ID FOREIGN KEY (attachedCriminals_ID) REFERENCES TMP_CRIMINAL (ID) [junit] [EL Finest]: 2022-09-10 04:18:56.621--ServerSession(1737750354)--Connection(2031154005)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.621--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COP_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_COP_TMP_CRIMINAL_Cop_ID FOREIGN KEY (Cop_ID) REFERENCES TMP_COP (ID)") [junit] [EL Finest]: 2022-09-10 04:18:56.621--ServerSession(1737750354)--Connection(1825856364)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.621--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.621--ServerSession(1737750354)--Connection(979074430)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_COP_TMP_CRIMINAL_Cop_ID FOREIGN KEY (Cop_ID) REFERENCES TMP_COP (ID) [junit] [EL Finest]: 2022-09-10 04:18:56.63--ServerSession(1737750354)--Connection(1825856364)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.63--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COP_TMP_INFORMER ADD CONSTRAINT FK_TMP_COP_TMP_INFORMER_Cop_ID FOREIGN KEY (Cop_ID) REFERENCES TMP_COP (ID)") [junit] [EL Finest]: 2022-09-10 04:18:56.63--ServerSession(1737750354)--Connection(1274699449)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.63--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.63--ServerSession(1737750354)--Connection(707492405)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_INFORMER ADD CONSTRAINT FK_TMP_COP_TMP_INFORMER_Cop_ID FOREIGN KEY (Cop_ID) REFERENCES TMP_COP (ID) [junit] [EL Finest]: 2022-09-10 04:18:56.639--ServerSession(1737750354)--Connection(1274699449)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.639--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COP_TMP_INFORMER ADD CONSTRAINT FK_TMP_COP_TMP_INFORMER_informers_ID FOREIGN KEY (informers_ID) REFERENCES TMP_INFORMER (ID)") [junit] [EL Finest]: 2022-09-10 04:18:56.639--ServerSession(1737750354)--Connection(523839133)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.639--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.639--ServerSession(1737750354)--Connection(1848778141)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_INFORMER ADD CONSTRAINT FK_TMP_COP_TMP_INFORMER_informers_ID FOREIGN KEY (informers_ID) REFERENCES TMP_INFORMER (ID) [junit] [EL Finest]: 2022-09-10 04:18:56.648--ServerSession(1737750354)--Connection(523839133)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.648--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_INFORMER_TMP_COP ADD CONSTRAINT FK_TMP_INFORMER_TMP_COP_informingCops_ID FOREIGN KEY (informingCops_ID) REFERENCES TMP_COP (ID)") [junit] [EL Finest]: 2022-09-10 04:18:56.648--ServerSession(1737750354)--Connection(1488550933)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.648--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.648--ServerSession(1737750354)--Connection(647580778)--Thread(Thread[main,5,main])--ALTER TABLE TMP_INFORMER_TMP_COP ADD CONSTRAINT FK_TMP_INFORMER_TMP_COP_informingCops_ID FOREIGN KEY (informingCops_ID) REFERENCES TMP_COP (ID) [junit] [EL Finest]: 2022-09-10 04:18:56.657--ServerSession(1737750354)--Connection(1488550933)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.657--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_INFORMER_TMP_COP ADD CONSTRAINT FK_TMP_INFORMER_TMP_COP_Informer_ID FOREIGN KEY (Informer_ID) REFERENCES TMP_INFORMER (ID)") [junit] [EL Finest]: 2022-09-10 04:18:56.657--ServerSession(1737750354)--Connection(882053845)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.657--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.657--ServerSession(1737750354)--Connection(1485169201)--Thread(Thread[main,5,main])--ALTER TABLE TMP_INFORMER_TMP_COP ADD CONSTRAINT FK_TMP_INFORMER_TMP_COP_Informer_ID FOREIGN KEY (Informer_ID) REFERENCES TMP_INFORMER (ID) [junit] [EL Finest]: 2022-09-10 04:18:56.667--ServerSession(1737750354)--Connection(882053845)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.667--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CRIMINAL_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_CRIMINAL_TMP_CRIMINAL_parties_ID FOREIGN KEY (parties_ID) REFERENCES TMP_CRIMINAL (ID)") [junit] [EL Finest]: 2022-09-10 04:18:56.667--ServerSession(1737750354)--Connection(3027538)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.667--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.667--ServerSession(1737750354)--Connection(2009979916)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CRIMINAL_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_CRIMINAL_TMP_CRIMINAL_parties_ID FOREIGN KEY (parties_ID) REFERENCES TMP_CRIMINAL (ID) [junit] [EL Finest]: 2022-09-10 04:18:56.676--ServerSession(1737750354)--Connection(3027538)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.676--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CRIMINAL_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_CRIMINAL_TMP_CRIMINAL_Criminal_ID FOREIGN KEY (Criminal_ID) REFERENCES TMP_CRIMINAL (ID)") [junit] [EL Finest]: 2022-09-10 04:18:56.676--ServerSession(1737750354)--Connection(100805003)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.676--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.676--ServerSession(1737750354)--Connection(532068603)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CRIMINAL_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_CRIMINAL_TMP_CRIMINAL_Criminal_ID FOREIGN KEY (Criminal_ID) REFERENCES TMP_CRIMINAL (ID) [junit] [EL Finest]: 2022-09-10 04:18:56.685--ServerSession(1737750354)--Connection(100805003)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.685--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CAVE_CREATURE ADD CONSTRAINT FK_TMP_CAVE_CREATURE_CREATURE_ID FOREIGN KEY (CREATURE_ID) REFERENCES TMP_CREATURE (ID)") [junit] [EL Finest]: 2022-09-10 04:18:56.685--ServerSession(1737750354)--Connection(222947526)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.685--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.685--ServerSession(1737750354)--Connection(655550708)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CAVE_CREATURE ADD CONSTRAINT FK_TMP_CAVE_CREATURE_CREATURE_ID FOREIGN KEY (CREATURE_ID) REFERENCES TMP_CREATURE (ID) [junit] [EL Finest]: 2022-09-10 04:18:56.698--ServerSession(1737750354)--Connection(222947526)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.698--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CAVE_CREATURE ADD CONSTRAINT FK_TMP_CAVE_CREATURE_CAVE_ID FOREIGN KEY (CAVE_ID) REFERENCES TMP_CAVE (ID)") [junit] [EL Finest]: 2022-09-10 04:18:56.698--ServerSession(1737750354)--Connection(108271693)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.698--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.698--ServerSession(1737750354)--Connection(907089215)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CAVE_CREATURE ADD CONSTRAINT FK_TMP_CAVE_CREATURE_CAVE_ID FOREIGN KEY (CAVE_ID) REFERENCES TMP_CAVE (ID) [junit] [EL Finest]: 2022-09-10 04:18:56.707--ServerSession(1737750354)--Connection(108271693)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.708--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_STRING_GEN WHERE BEAN_NAME = 'StringIdGenerator'") [junit] [EL Finest]: 2022-09-10 04:18:56.708--ServerSession(1737750354)--Connection(490567348)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.708--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.709--ServerSession(1737750354)--Connection(1872258305)--Thread(Thread[main,5,main])--DELETE FROM TMP_STRING_GEN WHERE BEAN_NAME = 'StringIdGenerator' [junit] [EL Finest]: 2022-09-10 04:18:56.709--ServerSession(1737750354)--Connection(490567348)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.709--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM TMP_STRING_GEN WHERE BEAN_NAME = 'StringIdGenerator'") [junit] [EL Finest]: 2022-09-10 04:18:56.71--ServerSession(1737750354)--Connection(1421101177)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.71--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.71--ServerSession(1737750354)--Connection(2015924099)--Thread(Thread[main,5,main])--SELECT * FROM TMP_STRING_GEN WHERE BEAN_NAME = 'StringIdGenerator' [junit] [EL Finest]: 2022-09-10 04:18:56.71--ServerSession(1737750354)--Connection(1421101177)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.71--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO TMP_STRING_GEN(BEAN_NAME, MAX_ID) values ('StringIdGenerator', 0)") [junit] [EL Finest]: 2022-09-10 04:18:56.71--ServerSession(1737750354)--Connection(761923430)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.71--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.71--ServerSession(1737750354)--Connection(293786079)--Thread(Thread[main,5,main])--INSERT INTO TMP_STRING_GEN(BEAN_NAME, MAX_ID) values ('StringIdGenerator', 0) [junit] [EL Finest]: 2022-09-10 04:18:56.711--ServerSession(1737750354)--Connection(761923430)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.712--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM DIS_SEQ_DIS WHERE GEN_KEY = 'Component'") [junit] [EL Finest]: 2022-09-10 04:18:56.712--ServerSession(1737750354)--Connection(1263814450)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.712--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.712--ServerSession(1737750354)--Connection(1141393171)--Thread(Thread[main,5,main])--DELETE FROM DIS_SEQ_DIS WHERE GEN_KEY = 'Component' [junit] [EL Finest]: 2022-09-10 04:18:56.713--ServerSession(1737750354)--Connection(1263814450)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.713--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM DIS_SEQ_DIS WHERE GEN_KEY = 'Component'") [junit] [EL Finest]: 2022-09-10 04:18:56.713--ServerSession(1737750354)--Connection(859653366)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.713--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.713--ServerSession(1737750354)--Connection(889961821)--Thread(Thread[main,5,main])--SELECT * FROM DIS_SEQ_DIS WHERE GEN_KEY = 'Component' [junit] [EL Finest]: 2022-09-10 04:18:56.713--ServerSession(1737750354)--Connection(859653366)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.713--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO DIS_SEQ_DIS(GEN_KEY, GEN_VAL) values ('Component', 0)") [junit] [EL Finest]: 2022-09-10 04:18:56.714--ServerSession(1737750354)--Connection(1334204880)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.714--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.714--ServerSession(1737750354)--Connection(663741480)--Thread(Thread[main,5,main])--INSERT INTO DIS_SEQ_DIS(GEN_KEY, GEN_VAL) values ('Component', 0) [junit] [EL Finest]: 2022-09-10 04:18:56.714--ServerSession(1737750354)--Connection(1334204880)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.715--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator'") [junit] [EL Finest]: 2022-09-10 04:18:56.715--ServerSession(1737750354)--Connection(626972900)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.715--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.715--ServerSession(1737750354)--Connection(1080743637)--Thread(Thread[main,5,main])--DELETE FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator' [junit] [EL Finest]: 2022-09-10 04:18:56.716--ServerSession(1737750354)--Connection(626972900)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.716--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator'") [junit] [EL Finest]: 2022-09-10 04:18:56.716--ServerSession(1737750354)--Connection(1120687200)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.716--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.716--ServerSession(1737750354)--Connection(1418129042)--Thread(Thread[main,5,main])--SELECT * FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator' [junit] [EL Finest]: 2022-09-10 04:18:56.717--ServerSession(1737750354)--Connection(1120687200)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.717--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO TMP_GENERATOR(BEAN_NAME, MAX_ID) values ('IdGenerator', 0)") [junit] [EL Finest]: 2022-09-10 04:18:56.717--ServerSession(1737750354)--Connection(542202332)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.717--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.717--ServerSession(1737750354)--Connection(1136705850)--Thread(Thread[main,5,main])--INSERT INTO TMP_GENERATOR(BEAN_NAME, MAX_ID) values ('IdGenerator', 0) [junit] [EL Finest]: 2022-09-10 04:18:56.718--ServerSession(1737750354)--Connection(542202332)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.718--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'") [junit] [EL Finest]: 2022-09-10 04:18:56.718--ServerSession(1737750354)--Connection(1876848389)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.718--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.718--ServerSession(1737750354)--Connection(1897195392)--Thread(Thread[main,5,main])--DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Finest]: 2022-09-10 04:18:56.719--ServerSession(1737750354)--Connection(1876848389)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.719--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'") [junit] [EL Finest]: 2022-09-10 04:18:56.719--ServerSession(1737750354)--Connection(1856759576)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.719--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.719--ServerSession(1737750354)--Connection(953492906)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Finest]: 2022-09-10 04:18:56.72--ServerSession(1737750354)--Connection(1856759576)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.72--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_GEN', 0)") [junit] [EL Finest]: 2022-09-10 04:18:56.72--ServerSession(1737750354)--Connection(1150464915)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.72--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.72--ServerSession(1737750354)--Connection(1442526942)--Thread(Thread[main,5,main])--INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_GEN', 0) [junit] [EL Finest]: 2022-09-10 04:18:56.721--ServerSession(1737750354)--Connection(1150464915)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.721--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_COURSE_GEN WHERE BEAN_NAME = 'CourseGenerator'") [junit] [EL Finest]: 2022-09-10 04:18:56.721--ServerSession(1737750354)--Connection(774501006)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.721--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.721--ServerSession(1737750354)--Connection(2079989429)--Thread(Thread[main,5,main])--DELETE FROM TMP_COURSE_GEN WHERE BEAN_NAME = 'CourseGenerator' [junit] [EL Finest]: 2022-09-10 04:18:56.722--ServerSession(1737750354)--Connection(774501006)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.722--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM TMP_COURSE_GEN WHERE BEAN_NAME = 'CourseGenerator'") [junit] [EL Finest]: 2022-09-10 04:18:56.722--ServerSession(1737750354)--Connection(839907439)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.722--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.722--ServerSession(1737750354)--Connection(422266669)--Thread(Thread[main,5,main])--SELECT * FROM TMP_COURSE_GEN WHERE BEAN_NAME = 'CourseGenerator' [junit] [EL Finest]: 2022-09-10 04:18:56.723--ServerSession(1737750354)--Connection(839907439)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.723--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO TMP_COURSE_GEN(BEAN_NAME, MAX_ID) values ('CourseGenerator', 0)") [junit] [EL Finest]: 2022-09-10 04:18:56.723--ServerSession(1737750354)--Connection(137902612)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.723--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.723--ServerSession(1737750354)--Connection(1265178129)--Thread(Thread[main,5,main])--INSERT INTO TMP_COURSE_GEN(BEAN_NAME, MAX_ID) values ('CourseGenerator', 0) [junit] [EL Finest]: 2022-09-10 04:18:56.724--ServerSession(1737750354)--Connection(137902612)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.724--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = 'VehicleGenerator'") [junit] [EL Finest]: 2022-09-10 04:18:56.724--ServerSession(1737750354)--Connection(2103748960)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.724--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.724--ServerSession(1737750354)--Connection(376234567)--Thread(Thread[main,5,main])--DELETE FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = 'VehicleGenerator' [junit] [EL Finest]: 2022-09-10 04:18:56.725--ServerSession(1737750354)--Connection(2103748960)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.725--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = 'VehicleGenerator'") [junit] [EL Finest]: 2022-09-10 04:18:56.725--ServerSession(1737750354)--Connection(215738773)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.725--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.725--ServerSession(1737750354)--Connection(2111069331)--Thread(Thread[main,5,main])--SELECT * FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = 'VehicleGenerator' [junit] [EL Finest]: 2022-09-10 04:18:56.726--ServerSession(1737750354)--Connection(215738773)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.726--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO TMP_VEHICLE_GEN(BEAN_NAME, MAX_ID) values ('VehicleGenerator', 0)") [junit] [EL Finest]: 2022-09-10 04:18:56.726--ServerSession(1737750354)--Connection(1404703093)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.726--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.726--ServerSession(1737750354)--Connection(215351125)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE_GEN(BEAN_NAME, MAX_ID) values ('VehicleGenerator', 0) [junit] [EL Finest]: 2022-09-10 04:18:56.727--ServerSession(1737750354)--Connection(1404703093)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:18:56.729--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Component_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.729--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.729--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.73--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.AbstractEmployee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.73--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.73--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.73--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.73--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.731--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.731--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.731--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.731--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.732--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.732--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.732--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.732--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.732--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.733--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.733--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.733--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.733--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.734--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.734--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.734--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.734--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.735--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.735--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.735--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.735--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.735--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.736--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.736--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.736--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.736--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.737--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.737--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.737--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.737--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.737--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.738--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.738--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.738--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.738--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.738--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.739--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.739--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.739--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.739--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.74--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.74--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.74--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.74--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.74--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.741--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.741--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.Node_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.741--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.741--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.742--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.742--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.742--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.742--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.743--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.743--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.743--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.743--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer$PK_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.743--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:56.744--ServerSession(1737750354)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount_] not found during initialization. [junit] [EL Finest]: 2022-09-10 04:18:56.744--ServerSession(1737750354)--Thread(Thread[main,5,main])--End deploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Deployed; factoryCount 1 [junit] [EL Finer]: 2022-09-10 04:18:56.744--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1617241368 [junit] [EL Finer]: 2022-09-10 04:18:56.744--ClientSession(1617241368)--Thread(Thread[main,5,main])--acquire unit of work: 1133161119 [junit] [EL Finest]: 2022-09-10 04:18:56.744--UnitOfWork(1133161119)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1f. [junit] [EL Finer]: 2022-09-10 04:18:56.744--UnitOfWork(1133161119)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:56.745--UnitOfWork(1133161119)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1f) [junit] [EL Finest]: 2022-09-10 04:18:56.745--ServerSession(1737750354)--Connection(1591107147)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:56.745--ClientSession(1617241368)--Connection(1591107147)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:56.745--ClientSession(1617241368)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.746--ClientSession(1617241368)--Connection(1209981276)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [31, test, 1] [junit] [EL Finer]: 2022-09-10 04:18:56.747--ClientSession(1617241368)--Connection(1209981276)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:56.748--ServerSession(1737750354)--Connection(1591107147)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:56.748--UnitOfWork(1133161119)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:56.748--UnitOfWork(1133161119)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:56.748--UnitOfWork(1133161119)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:56.748--ClientSession(1617241368)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:56.748--UnitOfWork(1133161119)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:56.748--ClientSession(1617241368)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:56.748--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 746009679 [junit] [EL Finer]: 2022-09-10 04:18:56.748--ClientSession(746009679)--Thread(Thread[main,5,main])--acquire unit of work: 303946916 [junit] [EL Finest]: 2022-09-10 04:18:56.748--UnitOfWork(303946916)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1f [junit] [EL Finer]: 2022-09-10 04:18:56.748--UnitOfWork(303946916)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:56.749--UnitOfWork(303946916)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1f) [junit] [EL Finest]: 2022-09-10 04:18:56.749--ServerSession(1737750354)--Connection(507975812)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:56.749--ClientSession(746009679)--Connection(507975812)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:56.749--ClientSession(746009679)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.75--ClientSession(746009679)--Connection(656806288)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [detached, 2, 31, 1] [junit] [EL Finer]: 2022-09-10 04:18:56.75--ClientSession(746009679)--Connection(656806288)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:56.751--ServerSession(1737750354)--Connection(507975812)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:56.751--UnitOfWork(303946916)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:56.751--UnitOfWork(303946916)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:56.751--UnitOfWork(303946916)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:56.751--ClientSession(746009679)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:56.751--UnitOfWork(303946916)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:56.751--ClientSession(746009679)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:56.751--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1214459753 [junit] [EL Finer]: 2022-09-10 04:18:56.751--ClientSession(1214459753)--Thread(Thread[main,5,main])--acquire unit of work: 1608392036 [junit] [EL Finest]: 2022-09-10 04:18:56.752--UnitOfWork(1608392036)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:56.752--UnitOfWork(1608392036)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1f [junit] [EL Finer]: 2022-09-10 04:18:56.781--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1683071624 [junit] [EL Finer]: 2022-09-10 04:18:56.781--ClientSession(1683071624)--Thread(Thread[main,5,main])--acquire unit of work: 2043540180 [junit] [EL Finest]: 2022-09-10 04:18:56.781--UnitOfWork(2043540180)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b. [junit] [EL Finer]: 2022-09-10 04:18:56.781--UnitOfWork(2043540180)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:56.781--UnitOfWork(2043540180)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b) [junit] [EL Finest]: 2022-09-10 04:18:56.782--ServerSession(1737750354)--Connection(1905830810)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:56.782--ClientSession(1683071624)--Connection(1905830810)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:56.782--ClientSession(1683071624)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.782--ClientSession(1683071624)--Connection(1742056495)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [11, original, 1] [junit] [EL Finer]: 2022-09-10 04:18:56.783--ClientSession(1683071624)--Connection(1742056495)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:56.783--ServerSession(1737750354)--Connection(1905830810)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:56.783--UnitOfWork(2043540180)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:56.783--UnitOfWork(2043540180)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:56.784--UnitOfWork(2043540180)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:56.784--ClientSession(1683071624)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:56.784--UnitOfWork(2043540180)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:56.784--ClientSession(1683071624)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:56.784--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 689162814 [junit] [EL Finer]: 2022-09-10 04:18:56.784--ClientSession(689162814)--Thread(Thread[main,5,main])--acquire unit of work: 1668136935 [junit] [EL Finest]: 2022-09-10 04:18:56.784--UnitOfWork(1668136935)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:56.784--UnitOfWork(1668136935)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b [junit] [EL Finer]: 2022-09-10 04:18:56.784--UnitOfWork(1668136935)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:56.784--UnitOfWork(1668136935)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b) [junit] [EL Finest]: 2022-09-10 04:18:56.784--ServerSession(1737750354)--Connection(2111019038)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:56.784--ClientSession(689162814)--Connection(2111019038)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:56.784--ClientSession(689162814)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.785--ClientSession(689162814)--Connection(1496396949)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [modified, 2, 11, 1] [junit] [EL Finer]: 2022-09-10 04:18:56.785--ClientSession(689162814)--Connection(1496396949)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:56.786--ServerSession(1737750354)--Connection(2111019038)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:56.786--UnitOfWork(1668136935)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:56.786--UnitOfWork(1668136935)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:56.786--UnitOfWork(1668136935)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:56.786--ClientSession(689162814)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:56.786--UnitOfWork(1668136935)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:56.786--ClientSession(689162814)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:56.786--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 615439557 [junit] [EL Finer]: 2022-09-10 04:18:56.786--ClientSession(615439557)--Thread(Thread[main,5,main])--acquire unit of work: 1961611609 [junit] [EL Finest]: 2022-09-10 04:18:56.786--UnitOfWork(1961611609)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:56.787--UnitOfWork(1961611609)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b [junit] [EL Finer]: 2022-09-10 04:18:56.802--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1599871101 [junit] [EL Finer]: 2022-09-10 04:18:56.802--ClientSession(1599871101)--Thread(Thread[main,5,main])--acquire unit of work: 1178861747 [junit] [EL Finest]: 2022-09-10 04:18:56.802--UnitOfWork(1178861747)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@15. [junit] [EL Finer]: 2022-09-10 04:18:56.802--UnitOfWork(1178861747)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:56.802--UnitOfWork(1178861747)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@15) [junit] [EL Finest]: 2022-09-10 04:18:56.803--ServerSession(1737750354)--Connection(150385835)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:56.803--ClientSession(1599871101)--Connection(150385835)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:56.803--ClientSession(1599871101)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.803--ClientSession(1599871101)--Connection(1850834078)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [21, test, 1] [junit] [EL Finer]: 2022-09-10 04:18:56.804--ClientSession(1599871101)--Connection(1850834078)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:56.804--ServerSession(1737750354)--Connection(150385835)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:56.804--UnitOfWork(1178861747)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:56.804--UnitOfWork(1178861747)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2022-09-10 04:18:56.804--UnitOfWork(1178861747)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@15 [junit] [EL Finer]: 2022-09-10 04:18:56.805--UnitOfWork(1178861747)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:56.805--UnitOfWork(1178861747)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:18:56.805--UnitOfWork(1178861747)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@15) [junit] [EL Finest]: 2022-09-10 04:18:56.805--ServerSession(1737750354)--Connection(1021786447)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:56.805--ClientSession(1599871101)--Connection(1021786447)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:56.805--ClientSession(1599871101)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.805--ClientSession(1599871101)--Connection(1730399463)--Thread(Thread[main,5,main])--DELETE FROM TMP_DEP WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [21, 1] [junit] [EL Finer]: 2022-09-10 04:18:56.806--ClientSession(1599871101)--Connection(1730399463)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:56.807--ServerSession(1737750354)--Connection(1021786447)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:56.807--UnitOfWork(1178861747)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:56.807--UnitOfWork(1178861747)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:56.807--UnitOfWork(1178861747)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:56.807--ClientSession(1599871101)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:56.807--UnitOfWork(1178861747)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:56.807--ClientSession(1599871101)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:56.807--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 104634871 [junit] [EL Finer]: 2022-09-10 04:18:56.807--ClientSession(104634871)--Thread(Thread[main,5,main])--acquire unit of work: 2130782499 [junit] [EL Finest]: 2022-09-10 04:18:56.807--UnitOfWork(2130782499)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:56.807--ServerSession(1737750354)--Connection(1612654157)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.807--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.807--ServerSession(1737750354)--Connection(1141096440)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?) [junit] bind => [21] [junit] [EL Finest]: 2022-09-10 04:18:56.808--ServerSession(1737750354)--Connection(1612654157)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:18:56.822--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 367575104 [junit] [EL Finer]: 2022-09-10 04:18:56.822--ClientSession(367575104)--Thread(Thread[main,5,main])--acquire unit of work: 527556644 [junit] [EL Finest]: 2022-09-10 04:18:56.822--UnitOfWork(527556644)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@29. [junit] [EL Finer]: 2022-09-10 04:18:56.822--UnitOfWork(527556644)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:56.822--UnitOfWork(527556644)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@29) [junit] [EL Finest]: 2022-09-10 04:18:56.822--ServerSession(1737750354)--Connection(744967512)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:56.822--ClientSession(367575104)--Connection(744967512)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:56.822--ClientSession(367575104)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.823--ClientSession(367575104)--Connection(1007151152)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [41, test, 1] [junit] [EL Finer]: 2022-09-10 04:18:56.823--ClientSession(367575104)--Connection(1007151152)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:56.824--ServerSession(1737750354)--Connection(744967512)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:56.824--UnitOfWork(527556644)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:56.824--UnitOfWork(527556644)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2022-09-10 04:18:56.824--UnitOfWork(527556644)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:18:56.824--ServerSession(1737750354)--Connection(783733578)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.824--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.824--ServerSession(1737750354)--Connection(762570948)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?) [junit] bind => [41] [junit] [EL Finest]: 2022-09-10 04:18:56.825--ServerSession(1737750354)--Connection(783733578)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.825--UnitOfWork(527556644)--Thread(Thread[main,5,main])--Merge clone org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@29 [junit] [EL Finer]: 2022-09-10 04:18:56.825--UnitOfWork(527556644)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:56.826--UnitOfWork(527556644)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:56.826--UnitOfWork(527556644)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:56.826--UnitOfWork(527556644)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:56.826--ClientSession(367575104)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:56.826--UnitOfWork(527556644)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:56.826--ClientSession(367575104)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:56.826--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1863346936 [junit] [EL Finer]: 2022-09-10 04:18:56.826--ClientSession(1863346936)--Thread(Thread[main,5,main])--acquire unit of work: 517960153 [junit] [EL Finest]: 2022-09-10 04:18:56.826--UnitOfWork(517960153)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:56.826--UnitOfWork(517960153)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@29 [junit] [EL Finer]: 2022-09-10 04:18:56.841--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 100782741 [junit] [EL Finer]: 2022-09-10 04:18:56.841--ClientSession(100782741)--Thread(Thread[main,5,main])--acquire unit of work: 1213485528 [junit] [EL Finest]: 2022-09-10 04:18:56.841--UnitOfWork(1213485528)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finer]: 2022-09-10 04:18:56.842--UnitOfWork(1213485528)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:56.842--UnitOfWork(1213485528)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:18:56.842--ServerSession(1737750354)--Connection(33779587)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:56.842--ClientSession(100782741)--Connection(33779587)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:56.842--ClientSession(100782741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.842--ClientSession(100782741)--Connection(1756570762)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, test, 1] [junit] [EL Finer]: 2022-09-10 04:18:56.843--ClientSession(100782741)--Connection(1756570762)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:56.843--ServerSession(1737750354)--Connection(33779587)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:56.843--UnitOfWork(1213485528)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:56.843--UnitOfWork(1213485528)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:56.844--UnitOfWork(1213485528)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:56.844--ClientSession(100782741)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:56.844--UnitOfWork(1213485528)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:56.844--ClientSession(100782741)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:56.844--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 966457052 [junit] [EL Finer]: 2022-09-10 04:18:56.844--ClientSession(966457052)--Thread(Thread[main,5,main])--acquire unit of work: 1224475153 [junit] [EL Finest]: 2022-09-10 04:18:56.844--UnitOfWork(1224475153)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:56.844--UnitOfWork(1224475153)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.546 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestFind [junit] [EL Finer]: 2022-09-10 04:18:56.901--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 742343633 [junit] [EL Finer]: 2022-09-10 04:18:56.901--ClientSession(742343633)--Thread(Thread[main,5,main])--acquire unit of work: 1663913202 [junit] [EL Finest]: 2022-09-10 04:18:56.901--UnitOfWork(1663913202)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:18:56.901--UnitOfWork(1663913202)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@542ff147. [junit] [EL Finest]: 2022-09-10 04:18:56.901--UnitOfWork(1663913202)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@2d801d8. [junit] [EL Finer]: 2022-09-10 04:18:56.902--UnitOfWork(1663913202)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:18:56.904--UnitOfWork(1663913202)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:18:56.904--ServerSession(1737750354)--Connection(1032671934)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:56.904--ClientSession(742343633)--Connection(1032671934)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:56.904--ClientSession(742343633)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:56.905--UnitOfWork(1663913202)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@2d801d8) [junit] [EL Fine]: 2022-09-10 04:18:56.905--ClientSession(742343633)--Connection(1683726922)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, eins, 1] [junit] [EL Finest]: 2022-09-10 04:18:56.906--UnitOfWork(1663913202)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@542ff147) [junit] [EL Fine]: 2022-09-10 04:18:56.906--ClientSession(742343633)--Connection(1683726922)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, yellow] [junit] [EL Fine]: 2022-09-10 04:18:56.907--ClientSession(742343633)--Connection(1683726922)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [7, first, last, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:18:56.908--UnitOfWork(1663913202)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:56.909--UnitOfWork(1663913202)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:56.91--UnitOfWork(1663913202)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:56.91--ClientSession(742343633)--Connection(1683726922)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:56.911--ServerSession(1737750354)--Connection(1032671934)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:56.912--UnitOfWork(1663913202)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:56.912--UnitOfWork(1663913202)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:56.912--UnitOfWork(1663913202)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:56.912--ClientSession(742343633)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:56.912--UnitOfWork(1663913202)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:56.912--ClientSession(742343633)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:56.912--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 42968385 [junit] [EL Finer]: 2022-09-10 04:18:56.912--ClientSession(42968385)--Thread(Thread[main,5,main])--acquire unit of work: 1518517336 [junit] [EL Finest]: 2022-09-10 04:18:56.913--UnitOfWork(1518517336)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:56.913--UnitOfWork(1518517336)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2211b44f [junit] [EL Finest]: 2022-09-10 04:18:56.913--UnitOfWork(1518517336)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:18:56.914--UnitOfWork(1518517336)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:18:56.914--ServerSession(1737750354)--Connection(79661943)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.914--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.915--ServerSession(1737750354)--Connection(235334787)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [7, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:18:56.915--ServerSession(1737750354)--Connection(79661943)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.916--UnitOfWork(1518517336)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:56.916--UnitOfWork(1518517336)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:18:56.916--UnitOfWork(1518517336)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:56.917--ClientSession(42968385)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:56.933--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1958462067 [junit] [EL Finer]: 2022-09-10 04:18:56.933--ClientSession(1958462067)--Thread(Thread[main,5,main])--acquire unit of work: 923437934 [junit] [EL Finest]: 2022-09-10 04:18:56.933--UnitOfWork(923437934)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:18:56.933--UnitOfWork(923437934)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@208f7165. [junit] [EL Finest]: 2022-09-10 04:18:56.933--UnitOfWork(923437934)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@a0d875d. [junit] [EL Finer]: 2022-09-10 04:18:56.933--UnitOfWork(923437934)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:18:56.933--UnitOfWork(923437934)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:18:56.934--ServerSession(1737750354)--Connection(939871489)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:56.934--ClientSession(1958462067)--Connection(939871489)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:56.934--ClientSession(1958462067)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:56.934--UnitOfWork(923437934)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@a0d875d) [junit] [EL Fine]: 2022-09-10 04:18:56.934--ClientSession(1958462067)--Connection(684619244)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, eins, 1] [junit] [EL Finest]: 2022-09-10 04:18:56.935--UnitOfWork(923437934)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@208f7165) [junit] [EL Fine]: 2022-09-10 04:18:56.935--ClientSession(1958462067)--Connection(684619244)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, yellow] [junit] [EL Fine]: 2022-09-10 04:18:56.936--ClientSession(1958462067)--Connection(684619244)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [7, first, last, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:18:56.936--UnitOfWork(923437934)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:56.937--UnitOfWork(923437934)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:56.937--UnitOfWork(923437934)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:56.937--ClientSession(1958462067)--Connection(684619244)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:56.938--ServerSession(1737750354)--Connection(939871489)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:56.938--UnitOfWork(923437934)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:56.938--UnitOfWork(923437934)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:56.938--UnitOfWork(923437934)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:56.938--ClientSession(1958462067)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:56.939--UnitOfWork(923437934)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:56.939--ClientSession(1958462067)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:56.939--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 267523139 [junit] [EL Finer]: 2022-09-10 04:18:56.939--ClientSession(267523139)--Thread(Thread[main,5,main])--acquire unit of work: 1642154835 [junit] [EL Finest]: 2022-09-10 04:18:56.939--UnitOfWork(1642154835)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCubicle" referenceClass=Cubicle sql="SELECT PLACE, FLOOR, COLOR FROM TMP_CUBICLE WHERE ((PLACE = ?) AND (FLOOR = ?))") [junit] [EL Finest]: 2022-09-10 04:18:56.939--UnitOfWork(1642154835)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@6851b296 [junit] [EL Finest]: 2022-09-10 04:18:56.94--UnitOfWork(1642154835)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2211b44f [junit] [EL Finest]: 2022-09-10 04:18:56.94--UnitOfWork(1642154835)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:18:56.94--UnitOfWork(1642154835)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:18:56.94--ServerSession(1737750354)--Connection(2042086224)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.94--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.94--ServerSession(1737750354)--Connection(1483159551)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [7, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:18:56.941--ServerSession(1737750354)--Connection(2042086224)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:18:56.957--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 645089403 [junit] [EL Finer]: 2022-09-10 04:18:56.957--ClientSession(645089403)--Thread(Thread[main,5,main])--acquire unit of work: 755477196 [junit] [EL Finest]: 2022-09-10 04:18:56.957--UnitOfWork(755477196)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:18:56.958--UnitOfWork(755477196)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@194224ca. [junit] [EL Finest]: 2022-09-10 04:18:56.958--UnitOfWork(755477196)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@254e9709. [junit] [EL Finer]: 2022-09-10 04:18:56.958--UnitOfWork(755477196)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:18:56.958--UnitOfWork(755477196)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:18:56.958--ServerSession(1737750354)--Connection(1303849183)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:56.958--ClientSession(645089403)--Connection(1303849183)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:56.958--ClientSession(645089403)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:56.959--UnitOfWork(755477196)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@254e9709) [junit] [EL Fine]: 2022-09-10 04:18:56.959--ClientSession(645089403)--Connection(11588583)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, eins, 1] [junit] [EL Finest]: 2022-09-10 04:18:56.96--UnitOfWork(755477196)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@194224ca) [junit] [EL Fine]: 2022-09-10 04:18:56.96--ClientSession(645089403)--Connection(11588583)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, yellow] [junit] [EL Fine]: 2022-09-10 04:18:56.96--ClientSession(645089403)--Connection(11588583)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [7, first, last, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:18:56.961--UnitOfWork(755477196)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:56.962--UnitOfWork(755477196)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:56.962--UnitOfWork(755477196)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:56.962--ClientSession(645089403)--Connection(11588583)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:56.963--ServerSession(1737750354)--Connection(1303849183)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:56.964--UnitOfWork(755477196)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:56.964--UnitOfWork(755477196)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:56.964--UnitOfWork(755477196)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:56.964--ClientSession(645089403)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:56.964--UnitOfWork(755477196)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:56.964--ClientSession(645089403)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:56.964--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 417020732 [junit] [EL Finer]: 2022-09-10 04:18:56.964--ClientSession(417020732)--Thread(Thread[main,5,main])--acquire unit of work: 831404354 [junit] [EL Finer]: 2022-09-10 04:18:56.981--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 471395945 [junit] [EL Finer]: 2022-09-10 04:18:56.981--ClientSession(471395945)--Thread(Thread[main,5,main])--acquire unit of work: 49913228 [junit] [EL Finest]: 2022-09-10 04:18:56.981--UnitOfWork(49913228)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:18:56.981--UnitOfWork(49913228)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5d37aa0f. [junit] [EL Finest]: 2022-09-10 04:18:56.981--UnitOfWork(49913228)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@6076c66. [junit] [EL Finer]: 2022-09-10 04:18:56.982--UnitOfWork(49913228)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:18:56.982--UnitOfWork(49913228)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:18:56.982--ServerSession(1737750354)--Connection(1663844181)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:56.982--ClientSession(471395945)--Connection(1663844181)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:56.982--ClientSession(471395945)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:56.983--UnitOfWork(49913228)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@6076c66) [junit] [EL Fine]: 2022-09-10 04:18:56.983--ClientSession(471395945)--Connection(1454398423)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, eins, 1] [junit] [EL Finest]: 2022-09-10 04:18:56.984--UnitOfWork(49913228)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5d37aa0f) [junit] [EL Fine]: 2022-09-10 04:18:56.984--ClientSession(471395945)--Connection(1454398423)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, yellow] [junit] [EL Fine]: 2022-09-10 04:18:56.985--ClientSession(471395945)--Connection(1454398423)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [7, first, last, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:18:56.985--UnitOfWork(49913228)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:56.985--UnitOfWork(49913228)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:56.985--UnitOfWork(49913228)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:56.986--ClientSession(471395945)--Connection(1454398423)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:56.987--ServerSession(1737750354)--Connection(1663844181)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:56.987--UnitOfWork(49913228)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:56.987--UnitOfWork(49913228)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:56.987--UnitOfWork(49913228)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:56.987--ClientSession(471395945)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:56.987--UnitOfWork(49913228)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:56.987--ClientSession(471395945)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:56.988--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 2035069547 [junit] [EL Finer]: 2022-09-10 04:18:56.988--ClientSession(2035069547)--Thread(Thread[main,5,main])--acquire unit of work: 1535042924 [junit] [EL Finest]: 2022-09-10 04:18:56.988--UnitOfWork(1535042924)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:56.988--UnitOfWork(1535042924)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2211b44f [junit] [EL Finest]: 2022-09-10 04:18:56.988--UnitOfWork(1535042924)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:18:56.988--UnitOfWork(1535042924)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:18:56.988--ServerSession(1737750354)--Connection(564910688)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.988--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:56.989--ServerSession(1737750354)--Connection(231870140)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [7, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:18:56.989--ServerSession(1737750354)--Connection(564910688)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:56.99--UnitOfWork(1535042924)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:56.99--UnitOfWork(1535042924)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:18:57.007--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 256417920 [junit] [EL Finer]: 2022-09-10 04:18:57.007--ClientSession(256417920)--Thread(Thread[main,5,main])--acquire unit of work: 1602016526 [junit] [EL Finest]: 2022-09-10 04:18:57.007--UnitOfWork(1602016526)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:18:57.007--UnitOfWork(1602016526)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@d76099a. [junit] [EL Finest]: 2022-09-10 04:18:57.008--UnitOfWork(1602016526)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@47f0f414. [junit] [EL Finer]: 2022-09-10 04:18:57.008--UnitOfWork(1602016526)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:18:57.008--UnitOfWork(1602016526)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:18:57.008--ServerSession(1737750354)--Connection(899557330)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.008--ClientSession(256417920)--Connection(899557330)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:57.008--ClientSession(256417920)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:57.009--UnitOfWork(1602016526)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@47f0f414) [junit] [EL Fine]: 2022-09-10 04:18:57.009--ClientSession(256417920)--Connection(662422437)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, eins, 1] [junit] [EL Finest]: 2022-09-10 04:18:57.01--UnitOfWork(1602016526)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@d76099a) [junit] [EL Fine]: 2022-09-10 04:18:57.01--ClientSession(256417920)--Connection(662422437)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, yellow] [junit] [EL Fine]: 2022-09-10 04:18:57.011--ClientSession(256417920)--Connection(662422437)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [7, first, last, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:18:57.011--UnitOfWork(1602016526)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:57.012--UnitOfWork(1602016526)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.012--UnitOfWork(1602016526)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.012--ClientSession(256417920)--Connection(662422437)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:57.013--ServerSession(1737750354)--Connection(899557330)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.013--UnitOfWork(1602016526)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.013--UnitOfWork(1602016526)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.014--UnitOfWork(1602016526)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.014--ClientSession(256417920)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.014--UnitOfWork(1602016526)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.014--ClientSession(256417920)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.014--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 638590716 [junit] [EL Finer]: 2022-09-10 04:18:57.014--ClientSession(638590716)--Thread(Thread[main,5,main])--acquire unit of work: 1310788094 [junit] [EL Finest]: 2022-09-10 04:18:57.014--UnitOfWork(1310788094)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.island.Island@18dac12f. [junit] [EL Finest]: 2022-09-10 04:18:57.014--ServerSession(1737750354)--Connection(919593223)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.014--ClientSession(638590716)--Connection(919593223)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:57.014--ClientSession(638590716)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:57.016--ClientSession(638590716)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="SEQUENCE" sql="UPDATE SEQUENCE SET SEQ_COUNT = SEQ_COUNT + #PREALLOC_SIZE WHERE SEQ_NAME = #SEQ_NAME") [junit] [EL Finest]: 2022-09-10 04:18:57.016--ClientSession(638590716)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="SEQUENCE" sql="SELECT SEQ_COUNT FROM SEQUENCE WHERE SEQ_NAME = #SEQ_NAME") [junit] [EL Fine]: 2022-09-10 04:18:57.016--ClientSession(638590716)--Connection(414915464)--Thread(Thread[main,5,main])--UPDATE SEQUENCE SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ? [junit] bind => [50, SEQ_GEN] [junit] [EL Fine]: 2022-09-10 04:18:57.017--ClientSession(638590716)--Connection(414915464)--Thread(Thread[main,5,main])--SELECT SEQ_COUNT FROM SEQUENCE WHERE SEQ_NAME = ? [junit] bind => [SEQ_GEN] [junit] [EL Finest]: 2022-09-10 04:18:57.019--ClientSession(638590716)--Connection(414915464)--Thread(Thread[main,5,main])--local sequencing preallocation for SEQ_GEN: objects: 50 , first: 1, last: 50 [junit] [EL Finer]: 2022-09-10 04:18:57.019--ClientSession(638590716)--Connection(414915464)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:57.02--ServerSession(1737750354)--Connection(414915464)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2022-09-10 04:18:57.02--ServerSession(1737750354)--Connection(919593223)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:18:57.021--UnitOfWork(1310788094)--Thread(Thread[main,5,main])--assign sequence to the object (1 -> org.eclipse.persistence.testing.models.wdf.jpa1.island.Island@18dac12f) [junit] [EL Finer]: 2022-09-10 04:18:57.021--UnitOfWork(1310788094)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:57.021--UnitOfWork(1310788094)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.island.Island@18dac12f) [junit] [EL Finest]: 2022-09-10 04:18:57.021--ServerSession(1737750354)--Connection(267694627)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.021--ClientSession(638590716)--Connection(267694627)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:57.021--ClientSession(638590716)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:57.022--ClientSession(638590716)--Connection(1632979819)--Thread(Thread[main,5,main])--INSERT INTO TMP_ISLAND (ID, NAME, DTYPE) VALUES (?, ?, ?) [junit] bind => [1, null, Island] [junit] [EL Finer]: 2022-09-10 04:18:57.023--ClientSession(638590716)--Connection(1632979819)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:57.023--ServerSession(1737750354)--Connection(267694627)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.023--UnitOfWork(1310788094)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.023--UnitOfWork(1310788094)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.024--UnitOfWork(1310788094)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.024--ClientSession(638590716)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.024--UnitOfWork(1310788094)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.024--ClientSession(638590716)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.024--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1119149914 [junit] [EL Finer]: 2022-09-10 04:18:57.024--ClientSession(1119149914)--Thread(Thread[main,5,main])--acquire unit of work: 166840948 [junit] [EL Finest]: 2022-09-10 04:18:57.024--UnitOfWork(166840948)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readIsland" referenceClass=Island sql="SELECT ID, DTYPE, NAME FROM TMP_ISLAND WHERE ((ID = ?) AND (DTYPE = ?))") [junit] [EL Finest]: 2022-09-10 04:18:57.024--UnitOfWork(166840948)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.island.Island@1008df1e [junit] [EL Finest]: 2022-09-10 04:18:57.025--UnitOfWork(166840948)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.island.Island@7ee12d58 [junit] [EL Finest]: 2022-09-10 04:18:57.025--UnitOfWork(166840948)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readIsland" referenceClass=Island sql="SELECT ID, DTYPE, NAME FROM TMP_ISLAND WHERE ((ID = ?) AND (DTYPE = ?))") [junit] [EL Finer]: 2022-09-10 04:18:57.025--UnitOfWork(166840948)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.025--ClientSession(1119149914)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.025--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 242416388 [junit] [EL Finer]: 2022-09-10 04:18:57.025--ClientSession(242416388)--Thread(Thread[main,5,main])--acquire unit of work: 355677068 [junit] [EL Finest]: 2022-09-10 04:18:57.025--UnitOfWork(355677068)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readIsland" referenceClass=Island sql="SELECT ID, DTYPE, NAME FROM TMP_ISLAND WHERE ((ID = ?) AND (DTYPE = ?))") [junit] [EL Finest]: 2022-09-10 04:18:57.025--UnitOfWork(355677068)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.island.Island@1008df1e [junit] [EL Finest]: 2022-09-10 04:18:57.025--UnitOfWork(355677068)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.island.Island@4315fe1b [junit] [EL Finer]: 2022-09-10 04:18:57.025--UnitOfWork(355677068)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:18:57.026--UnitOfWork(355677068)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Island ) [junit] [EL Finest]: 2022-09-10 04:18:57.026--UnitOfWork(355677068)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.island.Island@4315fe1b) [junit] [EL Finest]: 2022-09-10 04:18:57.026--ServerSession(1737750354)--Connection(760932238)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.026--ClientSession(242416388)--Connection(760932238)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:57.026--ClientSession(242416388)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:57.026--ClientSession(242416388)--Connection(569974522)--Thread(Thread[main,5,main])--DELETE FROM TMP_ISLAND WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finer]: 2022-09-10 04:18:57.027--UnitOfWork(355677068)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:57.027--UnitOfWork(355677068)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2022-09-10 04:18:57.027--UnitOfWork(355677068)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readIsland" referenceClass=Island sql="SELECT ID, DTYPE, NAME FROM TMP_ISLAND WHERE ((ID = ?) AND (DTYPE = ?))") [junit] [EL Finest]: 2022-09-10 04:18:57.027--UnitOfWork(355677068)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.island.Island@1008df1e [junit] [EL Finer]: 2022-09-10 04:18:57.027--UnitOfWork(355677068)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.028--ClientSession(242416388)--Connection(569974522)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2022-09-10 04:18:57.028--ServerSession(1737750354)--Connection(760932238)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.028--ClientSession(242416388)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.046--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1652280702 [junit] [EL Finer]: 2022-09-10 04:18:57.046--ClientSession(1652280702)--Thread(Thread[main,5,main])--acquire unit of work: 1884568750 [junit] [EL Finest]: 2022-09-10 04:18:57.046--UnitOfWork(1884568750)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:18:57.046--UnitOfWork(1884568750)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1a5b7394. [junit] [EL Finest]: 2022-09-10 04:18:57.046--UnitOfWork(1884568750)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@26f75d9c. [junit] [EL Finer]: 2022-09-10 04:18:57.046--UnitOfWork(1884568750)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:18:57.047--UnitOfWork(1884568750)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:18:57.047--ServerSession(1737750354)--Connection(884135194)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.047--ClientSession(1652280702)--Connection(884135194)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:57.047--ClientSession(1652280702)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:57.048--UnitOfWork(1884568750)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@26f75d9c) [junit] [EL Fine]: 2022-09-10 04:18:57.048--ClientSession(1652280702)--Connection(2118829464)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, eins, 1] [junit] [EL Finest]: 2022-09-10 04:18:57.048--UnitOfWork(1884568750)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1a5b7394) [junit] [EL Fine]: 2022-09-10 04:18:57.049--ClientSession(1652280702)--Connection(2118829464)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, yellow] [junit] [EL Fine]: 2022-09-10 04:18:57.049--ClientSession(1652280702)--Connection(2118829464)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [7, first, last, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:18:57.05--UnitOfWork(1884568750)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:57.05--UnitOfWork(1884568750)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.05--UnitOfWork(1884568750)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.051--ClientSession(1652280702)--Connection(2118829464)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:57.051--ServerSession(1737750354)--Connection(884135194)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.052--UnitOfWork(1884568750)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.052--UnitOfWork(1884568750)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.052--UnitOfWork(1884568750)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.052--ClientSession(1652280702)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.052--UnitOfWork(1884568750)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.052--ClientSession(1652280702)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.052--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 2133632760 [junit] [EL Finer]: 2022-09-10 04:18:57.053--ClientSession(2133632760)--Thread(Thread[main,5,main])--acquire unit of work: 2043975568 [junit] [EL Finest]: 2022-09-10 04:18:57.053--UnitOfWork(2043975568)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:57.053--ServerSession(1737750354)--Connection(333211209)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.053--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:57.053--ServerSession(1737750354)--Connection(408012754)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?) [junit] bind => [21] [junit] [EL Finest]: 2022-09-10 04:18:57.054--ServerSession(1737750354)--Connection(333211209)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestFlush [junit] [EL Finer]: 2022-09-10 04:18:57.088--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 2067540704 [junit] [EL Finer]: 2022-09-10 04:18:57.088--ClientSession(2067540704)--Thread(Thread[main,5,main])--acquire unit of work: 1564173701 [junit] [EL Finest]: 2022-09-10 04:18:57.088--UnitOfWork(1564173701)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@191. [junit] [EL Finer]: 2022-09-10 04:18:57.088--UnitOfWork(1564173701)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:18:57.089--UnitOfWork(1564173701)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@191) [junit] [EL Finest]: 2022-09-10 04:18:57.089--ServerSession(1737750354)--Connection(887248018)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.089--ClientSession(2067540704)--Connection(887248018)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:57.089--ClientSession(2067540704)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:57.09--ClientSession(2067540704)--Connection(854788294)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [401, dep401, 1] [junit] [EL Finer]: 2022-09-10 04:18:57.09--UnitOfWork(1564173701)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:57.09--UnitOfWork(1564173701)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.092--UnitOfWork(1564173701)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:57.092--UnitOfWork(1564173701)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:18:57.092--UnitOfWork(1564173701)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:18:57.092--UnitOfWork(1564173701)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.092--ClientSession(2067540704)--Connection(854788294)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2022-09-10 04:18:57.093--ServerSession(1737750354)--Connection(887248018)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.093--ClientSession(2067540704)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.108--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 634988826 [junit] [EL Finer]: 2022-09-10 04:18:57.108--ClientSession(634988826)--Thread(Thread[main,5,main])--acquire unit of work: 1146116328 [junit] [EL Finest]: 2022-09-10 04:18:57.108--UnitOfWork(1146116328)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@12d. [junit] [EL Finer]: 2022-09-10 04:18:57.108--UnitOfWork(1146116328)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:18:57.108--UnitOfWork(1146116328)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@12d) [junit] [EL Finest]: 2022-09-10 04:18:57.108--ServerSession(1737750354)--Connection(914824856)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.108--ClientSession(634988826)--Connection(914824856)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:57.109--ClientSession(634988826)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:57.109--ClientSession(634988826)--Connection(1893107640)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [301, changed, 1] [junit] [EL Finer]: 2022-09-10 04:18:57.11--UnitOfWork(1146116328)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:57.11--UnitOfWork(1146116328)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.11--UnitOfWork(1146116328)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:57.11--UnitOfWork(1146116328)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@12d) [junit] [EL Fine]: 2022-09-10 04:18:57.11--ClientSession(634988826)--Connection(1893107640)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [initial, 2, 301, 1] [junit] [EL Finer]: 2022-09-10 04:18:57.111--ClientSession(634988826)--Connection(1893107640)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:57.111--ServerSession(1737750354)--Connection(914824856)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.112--UnitOfWork(1146116328)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.112--UnitOfWork(1146116328)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.112--UnitOfWork(1146116328)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.112--ClientSession(634988826)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.112--UnitOfWork(1146116328)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.112--ClientSession(634988826)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.112--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 447694566 [junit] [EL Finer]: 2022-09-10 04:18:57.112--ClientSession(447694566)--Thread(Thread[main,5,main])--acquire unit of work: 958212330 [junit] [EL Finest]: 2022-09-10 04:18:57.112--UnitOfWork(958212330)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:57.112--UnitOfWork(958212330)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@12d [junit] [EL Finer]: 2022-09-10 04:18:57.112--UnitOfWork(958212330)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:18:57.113--UnitOfWork(958212330)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@12d) [junit] [EL Finest]: 2022-09-10 04:18:57.113--ServerSession(1737750354)--Connection(2059830767)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.113--ClientSession(447694566)--Connection(2059830767)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:57.113--ClientSession(447694566)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:57.113--ClientSession(447694566)--Connection(574406413)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [changed, 3, 301, 2] [junit] [EL Finer]: 2022-09-10 04:18:57.114--UnitOfWork(958212330)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:57.114--UnitOfWork(958212330)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.114--UnitOfWork(958212330)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:57.114--UnitOfWork(958212330)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@12d) [junit] [EL Fine]: 2022-09-10 04:18:57.114--ClientSession(447694566)--Connection(574406413)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [initial, 4, 301, 3] [junit] [EL Finer]: 2022-09-10 04:18:57.115--ClientSession(447694566)--Connection(574406413)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:57.115--ServerSession(1737750354)--Connection(2059830767)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.115--UnitOfWork(958212330)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.115--UnitOfWork(958212330)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.115--UnitOfWork(958212330)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.115--ClientSession(447694566)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.115--UnitOfWork(958212330)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.115--ClientSession(447694566)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.116--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1367421029 [junit] [EL Finer]: 2022-09-10 04:18:57.116--ClientSession(1367421029)--Thread(Thread[main,5,main])--acquire unit of work: 1331171857 [junit] [EL Finest]: 2022-09-10 04:18:57.116--UnitOfWork(1331171857)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:57.116--UnitOfWork(1331171857)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@12d [junit] [EL Finer]: 2022-09-10 04:18:57.132--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1242584406 [junit] [EL Finer]: 2022-09-10 04:18:57.133--ClientSession(1242584406)--Thread(Thread[main,5,main])--acquire unit of work: 980607720 [junit] [EL Finest]: 2022-09-10 04:18:57.133--UnitOfWork(980607720)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:18:57.133--UnitOfWork(980607720)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@f1d1463. [junit] [EL Finer]: 2022-09-10 04:18:57.133--UnitOfWork(980607720)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:18:57.133--UnitOfWork(980607720)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Cubicle ) [junit] [EL Finest]: 2022-09-10 04:18:57.134--ServerSession(1737750354)--Connection(1923302711)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.134--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:57.134--ServerSession(1737750354)--Connection(620688706)--Thread(Thread[main,5,main])--SELECT PLACE FROM TMP_CUBICLE WHERE ((PLACE = ?) AND (FLOOR = ?)) [junit] bind => [3, 3] [junit] [EL Finest]: 2022-09-10 04:18:57.135--ServerSession(1737750354)--Connection(1923302711)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:18:57.136--UnitOfWork(980607720)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.136--ClientSession(1242584406)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.136--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 669126787 [junit] [EL Finer]: 2022-09-10 04:18:57.136--ClientSession(669126787)--Thread(Thread[main,5,main])--acquire unit of work: 1738973904 [junit] [EL Finest]: 2022-09-10 04:18:57.136--UnitOfWork(1738973904)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4. [junit] [EL Finest]: 2022-09-10 04:18:57.136--UnitOfWork(1738973904)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1c8f71a7. [junit] [EL Finer]: 2022-09-10 04:18:57.136--UnitOfWork(1738973904)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:57.137--UnitOfWork(1738973904)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.137--ClientSession(669126787)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.137--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1000630341 [junit] [EL Finer]: 2022-09-10 04:18:57.137--ClientSession(1000630341)--Thread(Thread[main,5,main])--acquire unit of work: 1084394458 [junit] [EL Finest]: 2022-09-10 04:18:57.137--UnitOfWork(1084394458)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7. [junit] [EL Finest]: 2022-09-10 04:18:57.137--UnitOfWork(1084394458)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@793d09e. [junit] [EL Finest]: 2022-09-10 04:18:57.137--UnitOfWork(1084394458)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@ed904b19. [junit] [EL Finest]: 2022-09-10 04:18:57.137--ServerSession(1737750354)--Connection(110238970)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.137--ClientSession(1000630341)--Connection(110238970)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:57.137--ClientSession(1000630341)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:57.138--ClientSession(1000630341)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="IdGenerator" sql="UPDATE TMP_GENERATOR SET MAX_ID = MAX_ID + #PREALLOC_SIZE WHERE BEAN_NAME = #BEAN_NAME") [junit] [EL Finest]: 2022-09-10 04:18:57.138--ClientSession(1000630341)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="IdGenerator" sql="SELECT MAX_ID FROM TMP_GENERATOR WHERE BEAN_NAME = #BEAN_NAME") [junit] [EL Fine]: 2022-09-10 04:18:57.138--ClientSession(1000630341)--Connection(1379580841)--Thread(Thread[main,5,main])--UPDATE TMP_GENERATOR SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, IdGenerator] [junit] [EL Fine]: 2022-09-10 04:18:57.139--ClientSession(1000630341)--Connection(1379580841)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_GENERATOR WHERE BEAN_NAME = ? [junit] bind => [IdGenerator] [junit] [EL Finest]: 2022-09-10 04:18:57.139--ClientSession(1000630341)--Connection(1379580841)--Thread(Thread[main,5,main])--local sequencing preallocation for IdGenerator: objects: 50 , first: 1, last: 50 [junit] [EL Finer]: 2022-09-10 04:18:57.139--ClientSession(1000630341)--Connection(1379580841)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:57.14--ServerSession(1737750354)--Connection(1379580841)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2022-09-10 04:18:57.14--ServerSession(1737750354)--Connection(110238970)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:18:57.14--UnitOfWork(1084394458)--Thread(Thread[main,5,main])--assign sequence to the object (1 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@ed904b19) [junit] [EL Finer]: 2022-09-10 04:18:57.141--UnitOfWork(1084394458)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:18:57.141--UnitOfWork(1084394458)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Employee ) [junit] [EL Finest]: 2022-09-10 04:18:57.141--ServerSession(1737750354)--Connection(1604700367)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.141--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:57.141--ServerSession(1737750354)--Connection(225465790)--Thread(Thread[main,5,main])--SELECT ID FROM TMP_EMP WHERE (ID = ?) [junit] bind => [9] [junit] [EL Finest]: 2022-09-10 04:18:57.142--ServerSession(1737750354)--Connection(1604700367)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:18:57.142--UnitOfWork(1084394458)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.142--ClientSession(1000630341)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.157--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 63428772 [junit] [EL Finer]: 2022-09-10 04:18:57.157--ClientSession(63428772)--Thread(Thread[main,5,main])--acquire unit of work: 1503057650 [junit] [EL Finest]: 2022-09-10 04:18:57.157--UnitOfWork(1503057650)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@12d. [junit] [EL Finer]: 2022-09-10 04:18:57.157--UnitOfWork(1503057650)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:18:57.158--UnitOfWork(1503057650)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@12d) [junit] [EL Finest]: 2022-09-10 04:18:57.158--ServerSession(1737750354)--Connection(1644213828)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.158--ClientSession(63428772)--Connection(1644213828)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:57.158--ClientSession(63428772)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Warning]: 2022-09-10 04:18:57.158--UnitOfWork(1503057650)--Thread(Thread[main,5,main])--org.eclipse.persistence.testing.models.wdf.jpa1.node.Node$MyRuntimeException [junit] at org.eclipse.persistence.testing.models.wdf.jpa1.node.Node.postPersist(Node.java:146) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.lang.reflect.Method.invoke(Method.java:498) [junit] at org.eclipse.persistence.internal.security.PrivilegedAccessHelper.invokeMethod(PrivilegedAccessHelper.java:511) [junit] at org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener.invokeMethod(EntityListener.java:326) [junit] at org.eclipse.persistence.internal.jpa.metadata.listeners.EntityClassListener.invokeMethod(EntityClassListener.java:75) [junit] at org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener.postInsert(EntityListener.java:428) [junit] at org.eclipse.persistence.descriptors.DescriptorEventManager.notifyListener(DescriptorEventManager.java:718) [junit] at org.eclipse.persistence.descriptors.DescriptorEventManager.notifyEJB30Listeners(DescriptorEventManager.java:684) [junit] at org.eclipse.persistence.descriptors.DescriptorEventManager.executeEvent(DescriptorEventManager.java:229) [junit] at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.insertObjectForWrite(DatabaseQueryMechanism.java:512) [junit] at org.eclipse.persistence.queries.InsertObjectQuery.executeCommit(InsertObjectQuery.java:80) [junit] at org.eclipse.persistence.queries.InsertObjectQuery.executeCommitWithChangeSet(InsertObjectQuery.java:90) [junit] at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.executeWriteWithChangeSet(DatabaseQueryMechanism.java:301) [junit] at org.eclipse.persistence.queries.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:58) [junit] at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:911) [junit] at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:810) [junit] at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:108) [junit] at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:85) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2922) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1863) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1796) [junit] at org.eclipse.persistence.internal.sessions.CommitManager.commitNewObjectsForClassWithChangeSet(CommitManager.java:227) [junit] at org.eclipse.persistence.internal.sessions.CommitManager.commitAllObjectsWithChangeSet(CommitManager.java:126) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.writeAllObjectsWithChangeSet(AbstractSession.java:4279) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1454) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithPreBuiltChangeSet(UnitOfWorkImpl.java:1600) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.writeChanges(RepeatableWriteUnitOfWork.java:455) [junit] at org.eclipse.persistence.internal.jpa.EntityManagerImpl.flush(EntityManagerImpl.java:874) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestFlush.testWithException(TestFlush.java:561) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.lang.reflect.Method.invoke(Method.java:498) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:178) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:38) [junit] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:50) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:38) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1014) [junit] [junit] [EL Warning]: 2022-09-10 04:18:57.159--UnitOfWork(1503057650)--Thread(Thread[main,5,main])--org.eclipse.persistence.testing.models.wdf.jpa1.node.Node$MyRuntimeException [junit] at org.eclipse.persistence.testing.models.wdf.jpa1.node.Node.postPersist(Node.java:146) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.lang.reflect.Method.invoke(Method.java:498) [junit] at org.eclipse.persistence.internal.security.PrivilegedAccessHelper.invokeMethod(PrivilegedAccessHelper.java:511) [junit] at org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener.invokeMethod(EntityListener.java:326) [junit] at org.eclipse.persistence.internal.jpa.metadata.listeners.EntityClassListener.invokeMethod(EntityClassListener.java:75) [junit] at org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener.postInsert(EntityListener.java:428) [junit] at org.eclipse.persistence.descriptors.DescriptorEventManager.notifyListener(DescriptorEventManager.java:718) [junit] at org.eclipse.persistence.descriptors.DescriptorEventManager.notifyEJB30Listeners(DescriptorEventManager.java:684) [junit] at org.eclipse.persistence.descriptors.DescriptorEventManager.executeEvent(DescriptorEventManager.java:229) [junit] at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.insertObjectForWrite(DatabaseQueryMechanism.java:512) [junit] at org.eclipse.persistence.queries.InsertObjectQuery.executeCommit(InsertObjectQuery.java:80) [junit] at org.eclipse.persistence.queries.InsertObjectQuery.executeCommitWithChangeSet(InsertObjectQuery.java:90) [junit] at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.executeWriteWithChangeSet(DatabaseQueryMechanism.java:301) [junit] at org.eclipse.persistence.queries.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:58) [junit] at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:911) [junit] at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:810) [junit] at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:108) [junit] at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:85) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2922) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1863) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1796) [junit] at org.eclipse.persistence.internal.sessions.CommitManager.commitNewObjectsForClassWithChangeSet(CommitManager.java:227) [junit] at org.eclipse.persistence.internal.sessions.CommitManager.commitAllObjectsWithChangeSet(CommitManager.java:126) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.writeAllObjectsWithChangeSet(AbstractSession.java:4279) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1454) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithPreBuiltChangeSet(UnitOfWorkImpl.java:1600) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.writeChanges(RepeatableWriteUnitOfWork.java:455) [junit] at org.eclipse.persistence.internal.jpa.EntityManagerImpl.flush(EntityManagerImpl.java:874) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestFlush.testWithException(TestFlush.java:561) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.lang.reflect.Method.invoke(Method.java:498) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:178) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:38) [junit] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:50) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:38) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1014) [junit] [junit] [EL Finer]: 2022-09-10 04:18:57.159--UnitOfWork(1503057650)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.159--ClientSession(63428772)--Connection(1605650788)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2022-09-10 04:18:57.16--ServerSession(1737750354)--Connection(1644213828)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.16--ClientSession(63428772)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.189--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1397558816 [junit] [EL Finer]: 2022-09-10 04:18:57.19--ClientSession(1397558816)--Thread(Thread[main,5,main])--acquire unit of work: 2098738059 [junit] [EL Finest]: 2022-09-10 04:18:57.19--UnitOfWork(2098738059)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3f4a605f. [junit] [EL Finest]: 2022-09-10 04:18:57.19--UnitOfWork(2098738059)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@65. [junit] [EL Finest]: 2022-09-10 04:18:57.19--UnitOfWork(2098738059)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@66. [junit] [EL Finest]: 2022-09-10 04:18:57.19--UnitOfWork(2098738059)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@67. [junit] [EL Finer]: 2022-09-10 04:18:57.191--UnitOfWork(2098738059)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:57.191--UnitOfWork(2098738059)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3f4a605f) [junit] [EL Finest]: 2022-09-10 04:18:57.191--ServerSession(1737750354)--Connection(321451138)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.191--ClientSession(1397558816)--Connection(321451138)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:57.191--ClientSession(1397558816)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:57.192--UnitOfWork(2098738059)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@65) [junit] [EL Fine]: 2022-09-10 04:18:57.193--ClientSession(1397558816)--Connection(2072709038)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [302, Frank, Schuster, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finest]: 2022-09-10 04:18:57.193--UnitOfWork(2098738059)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@66) [junit] [EL Finest]: 2022-09-10 04:18:57.193--UnitOfWork(2098738059)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@67) [junit] [EL Finer]: 2022-09-10 04:18:57.194--ClientSession(1397558816)--Connection(2072709038)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:57.194--ClientSession(1397558816)--Connection(2072709038)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:18:57.194--ClientSession(1397558816)--Connection(2072709038)--Thread(Thread[main,5,main])-- bind => [101, 2006-10-19, Performance, 1, Review] [junit] [EL Fine]: 2022-09-10 04:18:57.194--ClientSession(1397558816)--Connection(2072709038)--Thread(Thread[main,5,main])-- bind => [102, 2006-10-19, Passion, 1, Review] [junit] [EL Fine]: 2022-09-10 04:18:57.194--ClientSession(1397558816)--Connection(2072709038)--Thread(Thread[main,5,main])-- bind => [103, 2006-10-19, Six-Sigma, 1, Review] [junit] [EL Finer]: 2022-09-10 04:18:57.194--ClientSession(1397558816)--Connection(2072709038)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:18:57.196--ClientSession(1397558816)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" ) [junit] [EL Finer]: 2022-09-10 04:18:57.197--ClientSession(1397558816)--Connection(2072709038)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:57.197--ClientSession(1397558816)--Connection(2072709038)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:18:57.197--ClientSession(1397558816)--Connection(2072709038)--Thread(Thread[main,5,main])-- bind => [0, 101] [junit] [EL Fine]: 2022-09-10 04:18:57.197--ClientSession(1397558816)--Connection(2072709038)--Thread(Thread[main,5,main])-- bind => [0, 102] [junit] [EL Fine]: 2022-09-10 04:18:57.197--ClientSession(1397558816)--Connection(2072709038)--Thread(Thread[main,5,main])-- bind => [0, 103] [junit] [EL Finer]: 2022-09-10 04:18:57.197--ClientSession(1397558816)--Connection(2072709038)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:18:57.199--ClientSession(1397558816)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:18:57.199--ClientSession(1397558816)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:18:57.199--ClientSession(1397558816)--Connection(2072709038)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:57.199--ClientSession(1397558816)--Connection(2072709038)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:18:57.199--ClientSession(1397558816)--Connection(2072709038)--Thread(Thread[main,5,main])-- bind => [101, 302] [junit] [EL Fine]: 2022-09-10 04:18:57.199--ClientSession(1397558816)--Connection(2072709038)--Thread(Thread[main,5,main])-- bind => [102, 302] [junit] [EL Fine]: 2022-09-10 04:18:57.199--ClientSession(1397558816)--Connection(2072709038)--Thread(Thread[main,5,main])-- bind => [103, 302] [junit] [EL Finer]: 2022-09-10 04:18:57.199--ClientSession(1397558816)--Connection(2072709038)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:18:57.2--ClientSession(1397558816)--Connection(2072709038)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:57.201--ServerSession(1737750354)--Connection(321451138)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.202--UnitOfWork(2098738059)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.202--UnitOfWork(2098738059)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.202--UnitOfWork(2098738059)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.202--ClientSession(1397558816)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.202--UnitOfWork(2098738059)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.202--ClientSession(1397558816)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.202--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 2005232837 [junit] [EL Finer]: 2022-09-10 04:18:57.202--ClientSession(2005232837)--Thread(Thread[main,5,main])--acquire unit of work: 33281504 [junit] [EL Finest]: 2022-09-10 04:18:57.202--UnitOfWork(33281504)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:57.202--UnitOfWork(33281504)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@32d22650 [junit] [EL Finest]: 2022-09-10 04:18:57.203--UnitOfWork(33281504)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:18:57.203--ServerSession(1737750354)--Connection(1332728065)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.203--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:57.203--ServerSession(1737750354)--Connection(275012057)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [302, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:18:57.204--ServerSession(1737750354)--Connection(1332728065)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.204--UnitOfWork(33281504)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="reviews" referenceClass=Review ) [junit] [EL Finest]: 2022-09-10 04:18:57.205--ServerSession(1737750354)--Connection(799570413)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.205--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:57.205--ServerSession(1737750354)--Connection(724270652)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t2.REVIEW_ID, t1.REVIEWDATE, t1.TEXT, t2.SUCCESSRATE, t1.VERSION, t1.PATENT_YEAR, t1.PATENT_NAME FROM TMP_EMP_REVIEW t0, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID)) [junit] bind => [302] [junit] [EL Finest]: 2022-09-10 04:18:57.207--ServerSession(1737750354)--Connection(799570413)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.207--UnitOfWork(33281504)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@65 [junit] [EL Finest]: 2022-09-10 04:18:57.207--UnitOfWork(33281504)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@66 [junit] [EL Finest]: 2022-09-10 04:18:57.207--UnitOfWork(33281504)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@67 [junit] [EL Finer]: 2022-09-10 04:18:57.207--UnitOfWork(33281504)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:18:57.208--UnitOfWork(33281504)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Review ) [junit] [EL Finest]: 2022-09-10 04:18:57.208--UnitOfWork(33281504)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Review ) [junit] [EL Finest]: 2022-09-10 04:18:57.208--UnitOfWork(33281504)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@135064ea) [junit] [EL Finest]: 2022-09-10 04:18:57.209--UnitOfWork(33281504)--Thread(Thread[main,5,main])--Execute query DataModifyQuery() [junit] [EL Finest]: 2022-09-10 04:18:57.209--ServerSession(1737750354)--Connection(626587228)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.209--ClientSession(2005232837)--Connection(626587228)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:57.209--ClientSession(2005232837)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:57.209--UnitOfWork(33281504)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_EMP_REVIEW WHERE ((REVIEW_ID = ?) AND (EMP_ID = ?))") [junit] [EL Finest]: 2022-09-10 04:18:57.209--UnitOfWork(33281504)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_EMP_REVIEW WHERE ((REVIEW_ID = ?) AND (EMP_ID = ?))") [junit] [EL Finest]: 2022-09-10 04:18:57.209--ClientSession(2005232837)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:18:57.21--ClientSession(2005232837)--Connection(298045034)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:57.21--ClientSession(2005232837)--Connection(298045034)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW WHERE ((REVIEW_ID = ?) AND (EMP_ID = ?)) [junit] [EL Fine]: 2022-09-10 04:18:57.21--ClientSession(2005232837)--Connection(298045034)--Thread(Thread[main,5,main])-- bind => [103, 302] [junit] [EL Fine]: 2022-09-10 04:18:57.21--ClientSession(2005232837)--Connection(298045034)--Thread(Thread[main,5,main])-- bind => [102, 302] [junit] [EL Fine]: 2022-09-10 04:18:57.21--ClientSession(2005232837)--Connection(298045034)--Thread(Thread[main,5,main])-- bind => [101, 302] [junit] [EL Finer]: 2022-09-10 04:18:57.21--ClientSession(2005232837)--Connection(298045034)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:18:57.211--ClientSession(2005232837)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:18:57.211--ClientSession(2005232837)--Connection(298045034)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:57.211--ClientSession(2005232837)--Connection(298045034)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:18:57.211--ClientSession(2005232837)--Connection(298045034)--Thread(Thread[main,5,main])-- bind => [101, 302] [junit] [EL Fine]: 2022-09-10 04:18:57.211--ClientSession(2005232837)--Connection(298045034)--Thread(Thread[main,5,main])-- bind => [102, 302] [junit] [EL Finer]: 2022-09-10 04:18:57.211--ClientSession(2005232837)--Connection(298045034)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:18:57.212--UnitOfWork(33281504)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:57.212--UnitOfWork(33281504)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.212--UnitOfWork(33281504)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:57.213--UnitOfWork(33281504)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@135064ea) [junit] [EL Finest]: 2022-09-10 04:18:57.213--UnitOfWork(33281504)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_EMP_REVIEW WHERE ((REVIEW_ID = ?) AND (EMP_ID = ?))") [junit] [EL Finest]: 2022-09-10 04:18:57.213--UnitOfWork(33281504)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_EMP_REVIEW WHERE ((REVIEW_ID = ?) AND (EMP_ID = ?))") [junit] [EL Finest]: 2022-09-10 04:18:57.213--ClientSession(2005232837)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:18:57.213--ClientSession(2005232837)--Connection(298045034)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:57.213--ClientSession(2005232837)--Connection(298045034)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW WHERE ((REVIEW_ID = ?) AND (EMP_ID = ?)) [junit] [EL Fine]: 2022-09-10 04:18:57.213--ClientSession(2005232837)--Connection(298045034)--Thread(Thread[main,5,main])-- bind => [101, 302] [junit] [EL Fine]: 2022-09-10 04:18:57.214--ClientSession(2005232837)--Connection(298045034)--Thread(Thread[main,5,main])-- bind => [102, 302] [junit] [EL Finer]: 2022-09-10 04:18:57.214--ClientSession(2005232837)--Connection(298045034)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:18:57.214--ClientSession(2005232837)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:18:57.215--ClientSession(2005232837)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:18:57.215--ClientSession(2005232837)--Connection(298045034)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:57.215--ClientSession(2005232837)--Connection(298045034)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:18:57.215--ClientSession(2005232837)--Connection(298045034)--Thread(Thread[main,5,main])-- bind => [101, 302] [junit] [EL Fine]: 2022-09-10 04:18:57.215--ClientSession(2005232837)--Connection(298045034)--Thread(Thread[main,5,main])-- bind => [102, 302] [junit] [EL Fine]: 2022-09-10 04:18:57.215--ClientSession(2005232837)--Connection(298045034)--Thread(Thread[main,5,main])-- bind => [103, 302] [junit] [EL Finer]: 2022-09-10 04:18:57.215--ClientSession(2005232837)--Connection(298045034)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:18:57.216--ClientSession(2005232837)--Connection(298045034)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:57.217--ServerSession(1737750354)--Connection(626587228)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.217--UnitOfWork(33281504)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.217--UnitOfWork(33281504)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.217--UnitOfWork(33281504)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.217--ClientSession(2005232837)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.217--UnitOfWork(33281504)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.217--ClientSession(2005232837)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.218--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1292262938 [junit] [EL Finer]: 2022-09-10 04:18:57.218--ClientSession(1292262938)--Thread(Thread[main,5,main])--acquire unit of work: 2085398652 [junit] [EL Finest]: 2022-09-10 04:18:57.218--UnitOfWork(2085398652)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:57.218--UnitOfWork(2085398652)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@32d22650 [junit] [EL Finest]: 2022-09-10 04:18:57.218--UnitOfWork(2085398652)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:18:57.218--ServerSession(1737750354)--Connection(499052031)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.218--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:57.218--ServerSession(1737750354)--Connection(1656194780)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [302, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:18:57.219--ServerSession(1737750354)--Connection(499052031)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.219--UnitOfWork(2085398652)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="reviews" referenceClass=Review sql="SELECT t1.ID, t1.DTYPE, t2.REVIEW_ID, t1.REVIEWDATE, t1.TEXT, t2.SUCCESSRATE, t1.VERSION, t1.PATENT_YEAR, t1.PATENT_NAME FROM TMP_EMP_REVIEW t0, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID))") [junit] [EL Finest]: 2022-09-10 04:18:57.219--ServerSession(1737750354)--Connection(577636327)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.22--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:57.22--ServerSession(1737750354)--Connection(2083644432)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t2.REVIEW_ID, t1.REVIEWDATE, t1.TEXT, t2.SUCCESSRATE, t1.VERSION, t1.PATENT_YEAR, t1.PATENT_NAME FROM TMP_EMP_REVIEW t0, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID)) [junit] bind => [302] [junit] [EL Finest]: 2022-09-10 04:18:57.221--ServerSession(1737750354)--Connection(577636327)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.221--UnitOfWork(2085398652)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@65 [junit] [EL Finest]: 2022-09-10 04:18:57.222--UnitOfWork(2085398652)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@66 [junit] [EL Finest]: 2022-09-10 04:18:57.222--UnitOfWork(2085398652)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@67 [junit] [EL Finer]: 2022-09-10 04:18:57.222--UnitOfWork(2085398652)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.222--ClientSession(1292262938)--Thread(Thread[main,5,main])--client released [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.153 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestGetReference [junit] [EL Finer]: 2022-09-10 04:18:57.251--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 439576838 [junit] [EL Finer]: 2022-09-10 04:18:57.252--ClientSession(439576838)--Thread(Thread[main,5,main])--acquire unit of work: 1644515247 [junit] [EL Finest]: 2022-09-10 04:18:57.252--UnitOfWork(1644515247)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:18:57.252--UnitOfWork(1644515247)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2. [junit] [EL Finest]: 2022-09-10 04:18:57.252--UnitOfWork(1644515247)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@210c1b9d. [junit] [EL Finest]: 2022-09-10 04:18:57.252--UnitOfWork(1644515247)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@69bc4024. [junit] [EL Finest]: 2022-09-10 04:18:57.252--UnitOfWork(1644515247)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268. [junit] [EL Finest]: 2022-09-10 04:18:57.252--UnitOfWork(1644515247)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@6ed691fd. [junit] [EL Finer]: 2022-09-10 04:18:57.253--UnitOfWork(1644515247)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:18:57.253--UnitOfWork(1644515247)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:18:57.253--ServerSession(1737750354)--Connection(686066533)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.253--ClientSession(439576838)--Connection(686066533)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:57.253--ClientSession(439576838)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:57.254--UnitOfWork(1644515247)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2022-09-10 04:18:57.254--UnitOfWork(1644515247)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@69bc4024) [junit] [EL Finer]: 2022-09-10 04:18:57.254--ClientSession(439576838)--Connection(1826491497)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:57.254--ClientSession(439576838)--Connection(1826491497)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:18:57.254--ClientSession(439576838)--Connection(1826491497)--Thread(Thread[main,5,main])-- bind => [1, eins, 1] [junit] [EL Fine]: 2022-09-10 04:18:57.254--ClientSession(439576838)--Connection(1826491497)--Thread(Thread[main,5,main])-- bind => [2, zwei, 1] [junit] [EL Finer]: 2022-09-10 04:18:57.254--ClientSession(439576838)--Connection(1826491497)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:18:57.255--UnitOfWork(1644515247)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@6ed691fd) [junit] [EL Fine]: 2022-09-10 04:18:57.256--ClientSession(439576838)--Connection(1826491497)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, yellow] [junit] [EL Finest]: 2022-09-10 04:18:57.257--UnitOfWork(1644515247)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@210c1b9d) [junit] [EL Fine]: 2022-09-10 04:18:57.257--ClientSession(439576838)--Connection(1826491497)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] bind => [1, 0.0, me, CreditCardAccount] [junit] [EL Finest]: 2022-09-10 04:18:57.258--UnitOfWork(1644515247)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268) [junit] [EL Fine]: 2022-09-10 04:18:57.258--ClientSession(439576838)--Connection(1826491497)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [7, first, last, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:18:57.259--ClientSession(439576838)--Connection(1826491497)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_NAME, PAT_YEAR) VALUES (?, ?, ?, ?) [junit] bind => [2007-01-01, whatever, 12345, 2007] [junit] [EL Fine]: 2022-09-10 04:18:57.26--ClientSession(439576838)--Connection(1826491497)--Thread(Thread[main,5,main])--INSERT INTO TMP_CREDIT_ACC (CARDNUMBER, CARDTYPE, VALIDTO, CCA_ID) VALUES (?, ?, ?, ?) [junit] bind => [123, null, null, 1] [junit] [EL Finer]: 2022-09-10 04:18:57.26--UnitOfWork(1644515247)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:57.261--UnitOfWork(1644515247)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.261--UnitOfWork(1644515247)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.261--ClientSession(439576838)--Connection(1826491497)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:57.262--ServerSession(1737750354)--Connection(686066533)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.263--UnitOfWork(1644515247)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.263--UnitOfWork(1644515247)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.263--UnitOfWork(1644515247)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.263--ClientSession(439576838)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.263--UnitOfWork(1644515247)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.263--ClientSession(439576838)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.263--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 15307978 [junit] [EL Finer]: 2022-09-10 04:18:57.263--ClientSession(15307978)--Thread(Thread[main,5,main])--acquire unit of work: 1512070885 [junit] [EL Finest]: 2022-09-10 04:18:57.263--UnitOfWork(1512070885)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee ) [junit] [EL Finest]: 2022-09-10 04:18:57.263--UnitOfWork(1512070885)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2211b44f [junit] [EL Finest]: 2022-09-10 04:18:57.264--UnitOfWork(1512070885)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:18:57.264--UnitOfWork(1512070885)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:18:57.264--ServerSession(1737750354)--Connection(1571476890)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.264--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:57.264--ServerSession(1737750354)--Connection(86339516)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [7, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:18:57.265--ServerSession(1737750354)--Connection(1571476890)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.265--UnitOfWork(1512070885)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee ) [junit] [EL Finest]: 2022-09-10 04:18:57.265--UnitOfWork(1512070885)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department ) [junit] [EL Finer]: 2022-09-10 04:18:57.266--UnitOfWork(1512070885)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.266--ClientSession(15307978)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.284--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1165398731 [junit] [EL Finer]: 2022-09-10 04:18:57.284--ClientSession(1165398731)--Thread(Thread[main,5,main])--acquire unit of work: 889406176 [junit] [EL Finest]: 2022-09-10 04:18:57.284--UnitOfWork(889406176)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:18:57.284--UnitOfWork(889406176)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2. [junit] [EL Finest]: 2022-09-10 04:18:57.284--UnitOfWork(889406176)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6cc56b32. [junit] [EL Finest]: 2022-09-10 04:18:57.284--UnitOfWork(889406176)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@43fe2008. [junit] [EL Finest]: 2022-09-10 04:18:57.284--UnitOfWork(889406176)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268. [junit] [EL Finest]: 2022-09-10 04:18:57.285--UnitOfWork(889406176)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@1fc3df43. [junit] [EL Finer]: 2022-09-10 04:18:57.285--UnitOfWork(889406176)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:18:57.285--UnitOfWork(889406176)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:18:57.286--ServerSession(1737750354)--Connection(936045786)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.286--ClientSession(1165398731)--Connection(936045786)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:57.286--ClientSession(1165398731)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:57.286--UnitOfWork(889406176)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2022-09-10 04:18:57.286--UnitOfWork(889406176)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@43fe2008) [junit] [EL Finer]: 2022-09-10 04:18:57.286--ClientSession(1165398731)--Connection(2078785618)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:57.287--ClientSession(1165398731)--Connection(2078785618)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:18:57.287--ClientSession(1165398731)--Connection(2078785618)--Thread(Thread[main,5,main])-- bind => [1, eins, 1] [junit] [EL Fine]: 2022-09-10 04:18:57.287--ClientSession(1165398731)--Connection(2078785618)--Thread(Thread[main,5,main])-- bind => [2, zwei, 1] [junit] [EL Finer]: 2022-09-10 04:18:57.287--ClientSession(1165398731)--Connection(2078785618)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:18:57.288--UnitOfWork(889406176)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@1fc3df43) [junit] [EL Fine]: 2022-09-10 04:18:57.288--ClientSession(1165398731)--Connection(2078785618)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, yellow] [junit] [EL Finest]: 2022-09-10 04:18:57.288--UnitOfWork(889406176)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6cc56b32) [junit] [EL Fine]: 2022-09-10 04:18:57.289--ClientSession(1165398731)--Connection(2078785618)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] bind => [1, 0.0, me, CreditCardAccount] [junit] [EL Finest]: 2022-09-10 04:18:57.289--UnitOfWork(889406176)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268) [junit] [EL Fine]: 2022-09-10 04:18:57.29--ClientSession(1165398731)--Connection(2078785618)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [7, first, last, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:18:57.29--ClientSession(1165398731)--Connection(2078785618)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_NAME, PAT_YEAR) VALUES (?, ?, ?, ?) [junit] bind => [2007-01-01, whatever, 12345, 2007] [junit] [EL Fine]: 2022-09-10 04:18:57.291--ClientSession(1165398731)--Connection(2078785618)--Thread(Thread[main,5,main])--INSERT INTO TMP_CREDIT_ACC (CARDNUMBER, CARDTYPE, VALIDTO, CCA_ID) VALUES (?, ?, ?, ?) [junit] bind => [123, null, null, 1] [junit] [EL Finer]: 2022-09-10 04:18:57.292--UnitOfWork(889406176)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:57.293--UnitOfWork(889406176)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.293--UnitOfWork(889406176)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.294--ClientSession(1165398731)--Connection(2078785618)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:57.294--ServerSession(1737750354)--Connection(936045786)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.295--UnitOfWork(889406176)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.295--UnitOfWork(889406176)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.295--UnitOfWork(889406176)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.295--ClientSession(1165398731)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.295--UnitOfWork(889406176)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.295--ClientSession(1165398731)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.295--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1196222136 [junit] [EL Finer]: 2022-09-10 04:18:57.296--ClientSession(1196222136)--Thread(Thread[main,5,main])--acquire unit of work: 613100385 [junit] [EL Finest]: 2022-09-10 04:18:57.296--UnitOfWork(613100385)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee ) [junit] [EL Finest]: 2022-09-10 04:18:57.296--UnitOfWork(613100385)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2211b44f [junit] [EL Finest]: 2022-09-10 04:18:57.296--UnitOfWork(613100385)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:18:57.296--UnitOfWork(613100385)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:18:57.296--ServerSession(1737750354)--Connection(822619898)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.296--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:57.296--ServerSession(1737750354)--Connection(1285933977)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [7, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:18:57.297--ServerSession(1737750354)--Connection(822619898)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.297--UnitOfWork(613100385)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4b61e97 [junit] [EL Finer]: 2022-09-10 04:18:57.298--UnitOfWork(613100385)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:57.298--UnitOfWork(613100385)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:57.298--UnitOfWork(613100385)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.298--ClientSession(1196222136)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.298--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 286637708 [junit] [EL Finer]: 2022-09-10 04:18:57.298--ClientSession(286637708)--Thread(Thread[main,5,main])--acquire unit of work: 1693260012 [junit] [EL Finest]: 2022-09-10 04:18:57.298--UnitOfWork(1693260012)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee ) [junit] [EL Finest]: 2022-09-10 04:18:57.298--UnitOfWork(1693260012)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2211b44f [junit] [EL Finest]: 2022-09-10 04:18:57.298--UnitOfWork(1693260012)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:18:57.298--UnitOfWork(1693260012)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:18:57.299--ServerSession(1737750354)--Connection(1699794502)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.299--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:57.299--ServerSession(1737750354)--Connection(1777766520)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [7, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:18:57.3--ServerSession(1737750354)--Connection(1699794502)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:18:57.3--UnitOfWork(1693260012)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.3--ClientSession(286637708)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2022-09-10 04:18:57.3--UnitOfWork(1693260012)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1dfcf85a [junit] [EL Finest]: 2022-09-10 04:18:57.3--UnitOfWork(1693260012)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:18:57.3--UnitOfWork(1693260012)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:18:57.301--ServerSession(1737750354)--Connection(484258212)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.301--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:57.301--ServerSession(1737750354)--Connection(2111700021)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [7, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:18:57.302--ServerSession(1737750354)--Connection(484258212)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:18:57.302--UnitOfWork(1693260012)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:57.302--UnitOfWork(1693260012)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:57.302--UnitOfWork(1693260012)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.302--ClientSession(286637708)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.317--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1251232505 [junit] [EL Finer]: 2022-09-10 04:18:57.317--ClientSession(1251232505)--Thread(Thread[main,5,main])--acquire unit of work: 898883700 [junit] [EL Finest]: 2022-09-10 04:18:57.317--UnitOfWork(898883700)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:18:57.318--UnitOfWork(898883700)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2. [junit] [EL Finest]: 2022-09-10 04:18:57.318--UnitOfWork(898883700)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4b50c21. [junit] [EL Finest]: 2022-09-10 04:18:57.318--UnitOfWork(898883700)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@2e0fdc83. [junit] [EL Finest]: 2022-09-10 04:18:57.318--UnitOfWork(898883700)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268. [junit] [EL Finest]: 2022-09-10 04:18:57.318--UnitOfWork(898883700)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@6f52a229. [junit] [EL Finer]: 2022-09-10 04:18:57.318--UnitOfWork(898883700)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:18:57.319--UnitOfWork(898883700)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:18:57.319--ServerSession(1737750354)--Connection(1188120765)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.319--ClientSession(1251232505)--Connection(1188120765)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:57.319--ClientSession(1251232505)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:57.319--UnitOfWork(898883700)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2022-09-10 04:18:57.319--UnitOfWork(898883700)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@2e0fdc83) [junit] [EL Finer]: 2022-09-10 04:18:57.32--ClientSession(1251232505)--Connection(938744449)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:57.32--ClientSession(1251232505)--Connection(938744449)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:18:57.32--ClientSession(1251232505)--Connection(938744449)--Thread(Thread[main,5,main])-- bind => [1, eins, 1] [junit] [EL Fine]: 2022-09-10 04:18:57.32--ClientSession(1251232505)--Connection(938744449)--Thread(Thread[main,5,main])-- bind => [2, zwei, 1] [junit] [EL Finer]: 2022-09-10 04:18:57.32--ClientSession(1251232505)--Connection(938744449)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:18:57.321--UnitOfWork(898883700)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@6f52a229) [junit] [EL Fine]: 2022-09-10 04:18:57.321--ClientSession(1251232505)--Connection(938744449)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, yellow] [junit] [EL Finest]: 2022-09-10 04:18:57.321--UnitOfWork(898883700)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4b50c21) [junit] [EL Fine]: 2022-09-10 04:18:57.322--ClientSession(1251232505)--Connection(938744449)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] bind => [1, 0.0, me, CreditCardAccount] [junit] [EL Finest]: 2022-09-10 04:18:57.322--UnitOfWork(898883700)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268) [junit] [EL Fine]: 2022-09-10 04:18:57.322--ClientSession(1251232505)--Connection(938744449)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [7, first, last, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:18:57.323--ClientSession(1251232505)--Connection(938744449)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_NAME, PAT_YEAR) VALUES (?, ?, ?, ?) [junit] bind => [2007-01-01, whatever, 12345, 2007] [junit] [EL Fine]: 2022-09-10 04:18:57.324--ClientSession(1251232505)--Connection(938744449)--Thread(Thread[main,5,main])--INSERT INTO TMP_CREDIT_ACC (CARDNUMBER, CARDTYPE, VALIDTO, CCA_ID) VALUES (?, ?, ?, ?) [junit] bind => [123, null, null, 1] [junit] [EL Finer]: 2022-09-10 04:18:57.324--UnitOfWork(898883700)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:57.325--UnitOfWork(898883700)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.325--UnitOfWork(898883700)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.326--ClientSession(1251232505)--Connection(938744449)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:57.327--ServerSession(1737750354)--Connection(1188120765)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.327--UnitOfWork(898883700)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.327--UnitOfWork(898883700)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.328--UnitOfWork(898883700)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.328--ClientSession(1251232505)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.328--UnitOfWork(898883700)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.328--ClientSession(1251232505)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.328--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1199606198 [junit] [EL Finer]: 2022-09-10 04:18:57.328--ClientSession(1199606198)--Thread(Thread[main,5,main])--acquire unit of work: 1928550961 [junit] [EL Finest]: 2022-09-10 04:18:57.328--UnitOfWork(1928550961)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee ) [junit] [EL Finest]: 2022-09-10 04:18:57.328--ServerSession(1737750354)--Connection(989956479)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.328--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:57.328--ServerSession(1737750354)--Connection(1799040052)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?) [junit] bind => [99] [junit] [EL Finest]: 2022-09-10 04:18:57.329--ServerSession(1737750354)--Connection(989956479)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:18:57.329--UnitOfWork(1928550961)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.329--ClientSession(1199606198)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.344--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 2050024203 [junit] [EL Finer]: 2022-09-10 04:18:57.344--ClientSession(2050024203)--Thread(Thread[main,5,main])--acquire unit of work: 499950630 [junit] [EL Finest]: 2022-09-10 04:18:57.344--UnitOfWork(499950630)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:18:57.345--UnitOfWork(499950630)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2. [junit] [EL Finest]: 2022-09-10 04:18:57.345--UnitOfWork(499950630)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@f591271. [junit] [EL Finest]: 2022-09-10 04:18:57.345--UnitOfWork(499950630)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@77cc6a28. [junit] [EL Finest]: 2022-09-10 04:18:57.345--UnitOfWork(499950630)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268. [junit] [EL Finest]: 2022-09-10 04:18:57.345--UnitOfWork(499950630)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@5a583720. [junit] [EL Finer]: 2022-09-10 04:18:57.345--UnitOfWork(499950630)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:18:57.345--UnitOfWork(499950630)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2022-09-10 04:18:57.346--ServerSession(1737750354)--Connection(2636011)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.346--ClientSession(2050024203)--Connection(2636011)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:57.346--ClientSession(2050024203)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:57.346--UnitOfWork(499950630)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:18:57.346--UnitOfWork(499950630)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@77cc6a28) [junit] [EL Finer]: 2022-09-10 04:18:57.346--ClientSession(2050024203)--Connection(263574324)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:57.346--ClientSession(2050024203)--Connection(263574324)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:18:57.346--ClientSession(2050024203)--Connection(263574324)--Thread(Thread[main,5,main])-- bind => [2, zwei, 1] [junit] [EL Fine]: 2022-09-10 04:18:57.346--ClientSession(2050024203)--Connection(263574324)--Thread(Thread[main,5,main])-- bind => [1, eins, 1] [junit] [EL Finer]: 2022-09-10 04:18:57.346--ClientSession(2050024203)--Connection(263574324)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:18:57.347--UnitOfWork(499950630)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@5a583720) [junit] [EL Fine]: 2022-09-10 04:18:57.348--ClientSession(2050024203)--Connection(263574324)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, yellow] [junit] [EL Finest]: 2022-09-10 04:18:57.348--UnitOfWork(499950630)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@f591271) [junit] [EL Fine]: 2022-09-10 04:18:57.348--ClientSession(2050024203)--Connection(263574324)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] bind => [1, 0.0, me, CreditCardAccount] [junit] [EL Finest]: 2022-09-10 04:18:57.349--UnitOfWork(499950630)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268) [junit] [EL Fine]: 2022-09-10 04:18:57.349--ClientSession(2050024203)--Connection(263574324)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [7, first, last, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:18:57.35--ClientSession(2050024203)--Connection(263574324)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_NAME, PAT_YEAR) VALUES (?, ?, ?, ?) [junit] bind => [2007-01-01, whatever, 12345, 2007] [junit] [EL Fine]: 2022-09-10 04:18:57.351--ClientSession(2050024203)--Connection(263574324)--Thread(Thread[main,5,main])--INSERT INTO TMP_CREDIT_ACC (CARDNUMBER, CARDTYPE, VALIDTO, CCA_ID) VALUES (?, ?, ?, ?) [junit] bind => [123, null, null, 1] [junit] [EL Finer]: 2022-09-10 04:18:57.351--UnitOfWork(499950630)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:57.352--UnitOfWork(499950630)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.352--UnitOfWork(499950630)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.352--ClientSession(2050024203)--Connection(263574324)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:57.353--ServerSession(1737750354)--Connection(2636011)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.353--UnitOfWork(499950630)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.353--UnitOfWork(499950630)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.354--UnitOfWork(499950630)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.354--ClientSession(2050024203)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.354--UnitOfWork(499950630)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.354--ClientSession(2050024203)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.354--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 515244925 [junit] [EL Finer]: 2022-09-10 04:18:57.354--ClientSession(515244925)--Thread(Thread[main,5,main])--acquire unit of work: 53851094 [junit] [EL Finest]: 2022-09-10 04:18:57.354--UnitOfWork(53851094)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:18:57.354--UnitOfWork(53851094)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:18:57.355--UnitOfWork(53851094)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.355--ClientSession(515244925)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.372--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1696998152 [junit] [EL Finer]: 2022-09-10 04:18:57.373--ClientSession(1696998152)--Thread(Thread[main,5,main])--acquire unit of work: 2033090945 [junit] [EL Finest]: 2022-09-10 04:18:57.373--UnitOfWork(2033090945)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:18:57.373--UnitOfWork(2033090945)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2. [junit] [EL Finest]: 2022-09-10 04:18:57.373--UnitOfWork(2033090945)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2e1291a4. [junit] [EL Finest]: 2022-09-10 04:18:57.373--UnitOfWork(2033090945)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@23bd2f6e. [junit] [EL Finest]: 2022-09-10 04:18:57.373--UnitOfWork(2033090945)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268. [junit] [EL Finest]: 2022-09-10 04:18:57.373--UnitOfWork(2033090945)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@1e95f584. [junit] [EL Finer]: 2022-09-10 04:18:57.373--UnitOfWork(2033090945)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:18:57.374--UnitOfWork(2033090945)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:18:57.374--ServerSession(1737750354)--Connection(1562533966)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.374--ClientSession(1696998152)--Connection(1562533966)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:57.374--ClientSession(1696998152)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:57.374--UnitOfWork(2033090945)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2022-09-10 04:18:57.375--UnitOfWork(2033090945)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@23bd2f6e) [junit] [EL Finer]: 2022-09-10 04:18:57.375--ClientSession(1696998152)--Connection(37235503)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:57.375--ClientSession(1696998152)--Connection(37235503)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:18:57.375--ClientSession(1696998152)--Connection(37235503)--Thread(Thread[main,5,main])-- bind => [1, eins, 1] [junit] [EL Fine]: 2022-09-10 04:18:57.375--ClientSession(1696998152)--Connection(37235503)--Thread(Thread[main,5,main])-- bind => [2, zwei, 1] [junit] [EL Finer]: 2022-09-10 04:18:57.375--ClientSession(1696998152)--Connection(37235503)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:18:57.376--UnitOfWork(2033090945)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@1e95f584) [junit] [EL Fine]: 2022-09-10 04:18:57.376--ClientSession(1696998152)--Connection(37235503)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, yellow] [junit] [EL Finest]: 2022-09-10 04:18:57.376--UnitOfWork(2033090945)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2e1291a4) [junit] [EL Fine]: 2022-09-10 04:18:57.377--ClientSession(1696998152)--Connection(37235503)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] bind => [1, 0.0, me, CreditCardAccount] [junit] [EL Finest]: 2022-09-10 04:18:57.377--UnitOfWork(2033090945)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268) [junit] [EL Fine]: 2022-09-10 04:18:57.377--ClientSession(1696998152)--Connection(37235503)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [7, first, last, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:18:57.378--ClientSession(1696998152)--Connection(37235503)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_NAME, PAT_YEAR) VALUES (?, ?, ?, ?) [junit] bind => [2007-01-01, whatever, 12345, 2007] [junit] [EL Fine]: 2022-09-10 04:18:57.379--ClientSession(1696998152)--Connection(37235503)--Thread(Thread[main,5,main])--INSERT INTO TMP_CREDIT_ACC (CARDNUMBER, CARDTYPE, VALIDTO, CCA_ID) VALUES (?, ?, ?, ?) [junit] bind => [123, null, null, 1] [junit] [EL Finer]: 2022-09-10 04:18:57.379--UnitOfWork(2033090945)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:57.38--UnitOfWork(2033090945)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.38--UnitOfWork(2033090945)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.38--ClientSession(1696998152)--Connection(37235503)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:57.381--ServerSession(1737750354)--Connection(1562533966)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.381--UnitOfWork(2033090945)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.381--UnitOfWork(2033090945)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.381--UnitOfWork(2033090945)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.381--ClientSession(1696998152)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.382--UnitOfWork(2033090945)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.382--ClientSession(1696998152)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.382--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 2018528489 [junit] [EL Finer]: 2022-09-10 04:18:57.382--ClientSession(2018528489)--Thread(Thread[main,5,main])--acquire unit of work: 1314050802 [junit] [EL Finest]: 2022-09-10 04:18:57.382--UnitOfWork(1314050802)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:57.382--UnitOfWork(1314050802)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:18:57.382--UnitOfWork(1314050802)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.382--ClientSession(2018528489)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.382--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 76032922 [junit] [EL Finer]: 2022-09-10 04:18:57.382--ClientSession(76032922)--Thread(Thread[main,5,main])--acquire unit of work: 2126842086 [junit] [EL Finest]: 2022-09-10 04:18:57.382--UnitOfWork(2126842086)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:18:57.382--UnitOfWork(2126842086)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:18:57.383--UnitOfWork(2126842086)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:18:57.383--UnitOfWork(2126842086)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:18:57.383--ServerSession(1737750354)--Connection(598183031)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.383--ClientSession(76032922)--Connection(598183031)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:57.383--ClientSession(76032922)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:57.384--ClientSession(76032922)--Connection(1092170861)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [2, 1, 1] [junit] [EL Finer]: 2022-09-10 04:18:57.384--UnitOfWork(2126842086)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:57.384--UnitOfWork(2126842086)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.384--UnitOfWork(2126842086)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.384--ClientSession(76032922)--Connection(1092170861)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2022-09-10 04:18:57.385--ServerSession(1737750354)--Connection(598183031)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.385--ClientSession(76032922)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.402--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 265373577 [junit] [EL Finer]: 2022-09-10 04:18:57.402--ClientSession(265373577)--Thread(Thread[main,5,main])--acquire unit of work: 1063573827 [junit] [EL Finest]: 2022-09-10 04:18:57.402--UnitOfWork(1063573827)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:18:57.402--UnitOfWork(1063573827)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2. [junit] [EL Finest]: 2022-09-10 04:18:57.402--UnitOfWork(1063573827)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6d2db15b. [junit] [EL Finest]: 2022-09-10 04:18:57.403--UnitOfWork(1063573827)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@749ad37c. [junit] [EL Finest]: 2022-09-10 04:18:57.403--UnitOfWork(1063573827)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268. [junit] [EL Finest]: 2022-09-10 04:18:57.403--UnitOfWork(1063573827)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@591e5fd4. [junit] [EL Finer]: 2022-09-10 04:18:57.403--UnitOfWork(1063573827)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:18:57.403--UnitOfWork(1063573827)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:18:57.404--ServerSession(1737750354)--Connection(1318395825)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.404--ClientSession(265373577)--Connection(1318395825)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:57.404--ClientSession(265373577)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:57.404--UnitOfWork(1063573827)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2022-09-10 04:18:57.404--UnitOfWork(1063573827)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@749ad37c) [junit] [EL Finer]: 2022-09-10 04:18:57.405--ClientSession(265373577)--Connection(456228477)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:57.405--ClientSession(265373577)--Connection(456228477)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:18:57.405--ClientSession(265373577)--Connection(456228477)--Thread(Thread[main,5,main])-- bind => [1, eins, 1] [junit] [EL Fine]: 2022-09-10 04:18:57.405--ClientSession(265373577)--Connection(456228477)--Thread(Thread[main,5,main])-- bind => [2, zwei, 1] [junit] [EL Finer]: 2022-09-10 04:18:57.405--ClientSession(265373577)--Connection(456228477)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:18:57.406--UnitOfWork(1063573827)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@591e5fd4) [junit] [EL Fine]: 2022-09-10 04:18:57.406--ClientSession(265373577)--Connection(456228477)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, yellow] [junit] [EL Finest]: 2022-09-10 04:18:57.407--UnitOfWork(1063573827)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6d2db15b) [junit] [EL Fine]: 2022-09-10 04:18:57.407--ClientSession(265373577)--Connection(456228477)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] bind => [1, 0.0, me, CreditCardAccount] [junit] [EL Finest]: 2022-09-10 04:18:57.408--UnitOfWork(1063573827)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268) [junit] [EL Fine]: 2022-09-10 04:18:57.408--ClientSession(265373577)--Connection(456228477)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [7, first, last, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:18:57.409--ClientSession(265373577)--Connection(456228477)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_NAME, PAT_YEAR) VALUES (?, ?, ?, ?) [junit] bind => [2007-01-01, whatever, 12345, 2007] [junit] [EL Fine]: 2022-09-10 04:18:57.41--ClientSession(265373577)--Connection(456228477)--Thread(Thread[main,5,main])--INSERT INTO TMP_CREDIT_ACC (CARDNUMBER, CARDTYPE, VALIDTO, CCA_ID) VALUES (?, ?, ?, ?) [junit] bind => [123, null, null, 1] [junit] [EL Finer]: 2022-09-10 04:18:57.41--UnitOfWork(1063573827)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:57.412--UnitOfWork(1063573827)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.413--UnitOfWork(1063573827)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.414--ClientSession(265373577)--Connection(456228477)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:57.415--ServerSession(1737750354)--Connection(1318395825)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.416--UnitOfWork(1063573827)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.416--UnitOfWork(1063573827)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.416--UnitOfWork(1063573827)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.416--ClientSession(265373577)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.416--UnitOfWork(1063573827)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.416--ClientSession(265373577)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.416--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 554515010 [junit] [EL Finer]: 2022-09-10 04:18:57.416--ClientSession(554515010)--Thread(Thread[main,5,main])--acquire unit of work: 896475319 [junit] [EL Finest]: 2022-09-10 04:18:57.416--UnitOfWork(896475319)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Patent ) [junit] [EL Finest]: 2022-09-10 04:18:57.417--UnitOfWork(896475319)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268 [junit] [EL Finer]: 2022-09-10 04:18:57.417--UnitOfWork(896475319)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.417--ClientSession(554515010)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.434--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 594233924 [junit] [EL Finer]: 2022-09-10 04:18:57.434--ClientSession(594233924)--Thread(Thread[main,5,main])--acquire unit of work: 905404580 [junit] [EL Finest]: 2022-09-10 04:18:57.434--UnitOfWork(905404580)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:18:57.434--UnitOfWork(905404580)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2. [junit] [EL Finest]: 2022-09-10 04:18:57.434--UnitOfWork(905404580)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4cef0747. [junit] [EL Finest]: 2022-09-10 04:18:57.434--UnitOfWork(905404580)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@4213bc3e. [junit] [EL Finest]: 2022-09-10 04:18:57.434--UnitOfWork(905404580)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268. [junit] [EL Finest]: 2022-09-10 04:18:57.435--UnitOfWork(905404580)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@113d0f75. [junit] [EL Finer]: 2022-09-10 04:18:57.435--UnitOfWork(905404580)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:18:57.435--UnitOfWork(905404580)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2022-09-10 04:18:57.435--ServerSession(1737750354)--Connection(1567135053)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.435--ClientSession(594233924)--Connection(1567135053)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:57.435--ClientSession(594233924)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:57.436--UnitOfWork(905404580)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:18:57.436--UnitOfWork(905404580)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@4213bc3e) [junit] [EL Finer]: 2022-09-10 04:18:57.436--ClientSession(594233924)--Connection(259604245)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:57.436--ClientSession(594233924)--Connection(259604245)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:18:57.436--ClientSession(594233924)--Connection(259604245)--Thread(Thread[main,5,main])-- bind => [2, zwei, 1] [junit] [EL Fine]: 2022-09-10 04:18:57.436--ClientSession(594233924)--Connection(259604245)--Thread(Thread[main,5,main])-- bind => [1, eins, 1] [junit] [EL Finer]: 2022-09-10 04:18:57.436--ClientSession(594233924)--Connection(259604245)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:18:57.437--UnitOfWork(905404580)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@113d0f75) [junit] [EL Fine]: 2022-09-10 04:18:57.438--ClientSession(594233924)--Connection(259604245)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, yellow] [junit] [EL Finest]: 2022-09-10 04:18:57.438--UnitOfWork(905404580)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4cef0747) [junit] [EL Fine]: 2022-09-10 04:18:57.439--ClientSession(594233924)--Connection(259604245)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] bind => [1, 0.0, me, CreditCardAccount] [junit] [EL Finest]: 2022-09-10 04:18:57.439--UnitOfWork(905404580)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268) [junit] [EL Fine]: 2022-09-10 04:18:57.44--ClientSession(594233924)--Connection(259604245)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [7, first, last, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:18:57.44--ClientSession(594233924)--Connection(259604245)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_NAME, PAT_YEAR) VALUES (?, ?, ?, ?) [junit] bind => [2007-01-01, whatever, 12345, 2007] [junit] [EL Fine]: 2022-09-10 04:18:57.441--ClientSession(594233924)--Connection(259604245)--Thread(Thread[main,5,main])--INSERT INTO TMP_CREDIT_ACC (CARDNUMBER, CARDTYPE, VALIDTO, CCA_ID) VALUES (?, ?, ?, ?) [junit] bind => [123, null, null, 1] [junit] [EL Finer]: 2022-09-10 04:18:57.442--UnitOfWork(905404580)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:57.442--UnitOfWork(905404580)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.442--UnitOfWork(905404580)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.442--ClientSession(594233924)--Connection(259604245)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:57.443--ServerSession(1737750354)--Connection(1567135053)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.444--UnitOfWork(905404580)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.444--UnitOfWork(905404580)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.444--UnitOfWork(905404580)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.444--ClientSession(594233924)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.444--UnitOfWork(905404580)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.444--ClientSession(594233924)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.444--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 347419231 [junit] [EL Finer]: 2022-09-10 04:18:57.444--ClientSession(347419231)--Thread(Thread[main,5,main])--acquire unit of work: 322981749 [junit] [EL Finest]: 2022-09-10 04:18:57.444--UnitOfWork(322981749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:18:57.444--UnitOfWork(322981749)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:18:57.445--UnitOfWork(322981749)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:18:57.445--UnitOfWork(322981749)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:18:57.445--ServerSession(1737750354)--Connection(1030849096)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.445--ClientSession(347419231)--Connection(1030849096)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:57.445--ClientSession(347419231)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:57.445--ClientSession(347419231)--Connection(752572788)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [1, 1, 1] [junit] [EL Finer]: 2022-09-10 04:18:57.446--UnitOfWork(322981749)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:57.446--UnitOfWork(322981749)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.446--UnitOfWork(322981749)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.446--ClientSession(347419231)--Connection(752572788)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2022-09-10 04:18:57.446--ServerSession(1737750354)--Connection(1030849096)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.446--ClientSession(347419231)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.461--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 954976358 [junit] [EL Finer]: 2022-09-10 04:18:57.461--ClientSession(954976358)--Thread(Thread[main,5,main])--acquire unit of work: 1792864345 [junit] [EL Finest]: 2022-09-10 04:18:57.462--UnitOfWork(1792864345)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:18:57.462--UnitOfWork(1792864345)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2. [junit] [EL Finest]: 2022-09-10 04:18:57.462--UnitOfWork(1792864345)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7a7f9d45. [junit] [EL Finest]: 2022-09-10 04:18:57.462--UnitOfWork(1792864345)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@772cf46b. [junit] [EL Finest]: 2022-09-10 04:18:57.462--UnitOfWork(1792864345)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268. [junit] [EL Finest]: 2022-09-10 04:18:57.462--UnitOfWork(1792864345)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@f5ae29e. [junit] [EL Finer]: 2022-09-10 04:18:57.462--UnitOfWork(1792864345)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:18:57.462--UnitOfWork(1792864345)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:18:57.463--ServerSession(1737750354)--Connection(221033168)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.463--ClientSession(954976358)--Connection(221033168)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:57.463--ClientSession(954976358)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:57.463--UnitOfWork(1792864345)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2022-09-10 04:18:57.463--UnitOfWork(1792864345)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@772cf46b) [junit] [EL Finer]: 2022-09-10 04:18:57.464--ClientSession(954976358)--Connection(757271807)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:57.464--ClientSession(954976358)--Connection(757271807)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:18:57.464--ClientSession(954976358)--Connection(757271807)--Thread(Thread[main,5,main])-- bind => [1, eins, 1] [junit] [EL Fine]: 2022-09-10 04:18:57.464--ClientSession(954976358)--Connection(757271807)--Thread(Thread[main,5,main])-- bind => [2, zwei, 1] [junit] [EL Finer]: 2022-09-10 04:18:57.464--ClientSession(954976358)--Connection(757271807)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:18:57.465--UnitOfWork(1792864345)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@f5ae29e) [junit] [EL Fine]: 2022-09-10 04:18:57.465--ClientSession(954976358)--Connection(757271807)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, yellow] [junit] [EL Finest]: 2022-09-10 04:18:57.465--UnitOfWork(1792864345)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7a7f9d45) [junit] [EL Fine]: 2022-09-10 04:18:57.466--ClientSession(954976358)--Connection(757271807)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] bind => [1, 0.0, me, CreditCardAccount] [junit] [EL Finest]: 2022-09-10 04:18:57.466--UnitOfWork(1792864345)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268) [junit] [EL Fine]: 2022-09-10 04:18:57.466--ClientSession(954976358)--Connection(757271807)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [7, first, last, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:18:57.467--ClientSession(954976358)--Connection(757271807)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_NAME, PAT_YEAR) VALUES (?, ?, ?, ?) [junit] bind => [2007-01-01, whatever, 12345, 2007] [junit] [EL Fine]: 2022-09-10 04:18:57.468--ClientSession(954976358)--Connection(757271807)--Thread(Thread[main,5,main])--INSERT INTO TMP_CREDIT_ACC (CARDNUMBER, CARDTYPE, VALIDTO, CCA_ID) VALUES (?, ?, ?, ?) [junit] bind => [123, null, null, 1] [junit] [EL Finer]: 2022-09-10 04:18:57.468--UnitOfWork(1792864345)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:57.469--UnitOfWork(1792864345)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.469--UnitOfWork(1792864345)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.469--ClientSession(954976358)--Connection(757271807)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:57.47--ServerSession(1737750354)--Connection(221033168)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.47--UnitOfWork(1792864345)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.47--UnitOfWork(1792864345)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.47--UnitOfWork(1792864345)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.471--ClientSession(954976358)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.471--UnitOfWork(1792864345)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.471--ClientSession(954976358)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.471--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 630313530 [junit] [EL Finer]: 2022-09-10 04:18:57.471--ClientSession(630313530)--Thread(Thread[main,5,main])--acquire unit of work: 1813976543 [junit] [EL Finest]: 2022-09-10 04:18:57.471--UnitOfWork(1813976543)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee ) [junit] [EL Finest]: 2022-09-10 04:18:57.471--UnitOfWork(1813976543)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2211b44f [junit] [EL Finest]: 2022-09-10 04:18:57.471--UnitOfWork(1813976543)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:18:57.471--UnitOfWork(1813976543)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:18:57.471--ServerSession(1737750354)--Connection(1943910383)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.471--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:57.472--ServerSession(1737750354)--Connection(1744369062)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [7, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:18:57.472--ServerSession(1737750354)--Connection(1943910383)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:18:57.518--UnitOfWork(1813976543)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.518--ClientSession(630313530)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.518--UnitOfWork(1813976543)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.518--ClientSession(630313530)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.518--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1027286826 [junit] [EL Finer]: 2022-09-10 04:18:57.518--ClientSession(1027286826)--Thread(Thread[main,5,main])--acquire unit of work: 1169324755 [junit] [EL Finest]: 2022-09-10 04:18:57.518--UnitOfWork(1169324755)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:18:57.518--UnitOfWork(1169324755)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:18:57.519--UnitOfWork(1169324755)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.519--ClientSession(1027286826)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.519--UnitOfWork(1169324755)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.519--ClientSession(1027286826)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.536--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1425241044 [junit] [EL Finer]: 2022-09-10 04:18:57.537--ClientSession(1425241044)--Thread(Thread[main,5,main])--acquire unit of work: 475249993 [junit] [EL Finest]: 2022-09-10 04:18:57.537--UnitOfWork(475249993)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:18:57.537--UnitOfWork(475249993)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2. [junit] [EL Finest]: 2022-09-10 04:18:57.537--UnitOfWork(475249993)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@42cfd794. [junit] [EL Finest]: 2022-09-10 04:18:57.537--UnitOfWork(475249993)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@43778371. [junit] [EL Finest]: 2022-09-10 04:18:57.537--UnitOfWork(475249993)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268. [junit] [EL Finest]: 2022-09-10 04:18:57.537--UnitOfWork(475249993)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@2b3b1124. [junit] [EL Finer]: 2022-09-10 04:18:57.537--UnitOfWork(475249993)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:18:57.538--UnitOfWork(475249993)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2022-09-10 04:18:57.538--ServerSession(1737750354)--Connection(1622945931)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.538--ClientSession(1425241044)--Connection(1622945931)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:57.538--ClientSession(1425241044)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:57.538--UnitOfWork(475249993)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:18:57.539--UnitOfWork(475249993)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@43778371) [junit] [EL Finer]: 2022-09-10 04:18:57.539--ClientSession(1425241044)--Connection(1447663489)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:57.539--ClientSession(1425241044)--Connection(1447663489)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:18:57.539--ClientSession(1425241044)--Connection(1447663489)--Thread(Thread[main,5,main])-- bind => [2, zwei, 1] [junit] [EL Fine]: 2022-09-10 04:18:57.539--ClientSession(1425241044)--Connection(1447663489)--Thread(Thread[main,5,main])-- bind => [1, eins, 1] [junit] [EL Finer]: 2022-09-10 04:18:57.539--ClientSession(1425241044)--Connection(1447663489)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:18:57.54--UnitOfWork(475249993)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@2b3b1124) [junit] [EL Fine]: 2022-09-10 04:18:57.54--ClientSession(1425241044)--Connection(1447663489)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, yellow] [junit] [EL Finest]: 2022-09-10 04:18:57.541--UnitOfWork(475249993)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@42cfd794) [junit] [EL Fine]: 2022-09-10 04:18:57.541--ClientSession(1425241044)--Connection(1447663489)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] bind => [1, 0.0, me, CreditCardAccount] [junit] [EL Finest]: 2022-09-10 04:18:57.542--UnitOfWork(475249993)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268) [junit] [EL Fine]: 2022-09-10 04:18:57.542--ClientSession(1425241044)--Connection(1447663489)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [7, first, last, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:18:57.543--ClientSession(1425241044)--Connection(1447663489)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_NAME, PAT_YEAR) VALUES (?, ?, ?, ?) [junit] bind => [2007-01-01, whatever, 12345, 2007] [junit] [EL Fine]: 2022-09-10 04:18:57.543--ClientSession(1425241044)--Connection(1447663489)--Thread(Thread[main,5,main])--INSERT INTO TMP_CREDIT_ACC (CARDNUMBER, CARDTYPE, VALIDTO, CCA_ID) VALUES (?, ?, ?, ?) [junit] bind => [123, null, null, 1] [junit] [EL Finer]: 2022-09-10 04:18:57.544--UnitOfWork(475249993)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:57.544--UnitOfWork(475249993)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.544--UnitOfWork(475249993)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.544--ClientSession(1425241044)--Connection(1447663489)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:57.545--ServerSession(1737750354)--Connection(1622945931)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.546--UnitOfWork(475249993)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.546--UnitOfWork(475249993)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.546--UnitOfWork(475249993)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.546--ClientSession(1425241044)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.546--UnitOfWork(475249993)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.546--ClientSession(1425241044)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.546--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 719068804 [junit] [EL Finer]: 2022-09-10 04:18:57.546--ClientSession(719068804)--Thread(Thread[main,5,main])--acquire unit of work: 714734087 [junit] [EL Finest]: 2022-09-10 04:18:57.546--UnitOfWork(714734087)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee ) [junit] [EL Finest]: 2022-09-10 04:18:57.546--UnitOfWork(714734087)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2211b44f [junit] [EL Finest]: 2022-09-10 04:18:57.547--UnitOfWork(714734087)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:18:57.547--UnitOfWork(714734087)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:18:57.547--ServerSession(1737750354)--Connection(1469217737)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.547--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:57.547--ServerSession(1737750354)--Connection(842988286)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [7, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:18:57.548--ServerSession(1737750354)--Connection(1469217737)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:18:57.553--UnitOfWork(714734087)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.553--ClientSession(719068804)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.553--UnitOfWork(714734087)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.553--ClientSession(719068804)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.553--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1810419227 [junit] [EL Finer]: 2022-09-10 04:18:57.553--ClientSession(1810419227)--Thread(Thread[main,5,main])--acquire unit of work: 14926701 [junit] [EL Finest]: 2022-09-10 04:18:57.553--UnitOfWork(14926701)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:18:57.553--UnitOfWork(14926701)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:18:57.554--UnitOfWork(14926701)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.554--ClientSession(1810419227)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.554--UnitOfWork(14926701)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.554--ClientSession(1810419227)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.554--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 337509625 [junit] [EL Finer]: 2022-09-10 04:18:57.554--ClientSession(337509625)--Thread(Thread[main,5,main])--acquire unit of work: 175881660 [junit] [EL Finest]: 2022-09-10 04:18:57.554--UnitOfWork(175881660)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee ) [junit] [EL Finest]: 2022-09-10 04:18:57.554--UnitOfWork(175881660)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2211b44f [junit] [EL Finest]: 2022-09-10 04:18:57.554--UnitOfWork(175881660)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:18:57.554--UnitOfWork(175881660)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:18:57.555--ServerSession(1737750354)--Connection(1645449962)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.555--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:57.555--ServerSession(1737750354)--Connection(894584137)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [7, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:18:57.555--ServerSession(1737750354)--Connection(1645449962)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.555--UnitOfWork(175881660)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:18:57.556--UnitOfWork(175881660)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2022-09-10 04:18:57.556--UnitOfWork(175881660)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Cubicle ) [junit] [EL Finest]: 2022-09-10 04:18:57.556--UnitOfWork(175881660)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@6851b296 [junit] [EL Finest]: 2022-09-10 04:18:57.556--UnitOfWork(175881660)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2211b44f [junit] [EL Finer]: 2022-09-10 04:18:57.561--UnitOfWork(175881660)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.561--ClientSession(337509625)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.561--UnitOfWork(175881660)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.561--ClientSession(337509625)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.576--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1757718624 [junit] [EL Finer]: 2022-09-10 04:18:57.576--ClientSession(1757718624)--Thread(Thread[main,5,main])--acquire unit of work: 91286940 [junit] [EL Finest]: 2022-09-10 04:18:57.576--UnitOfWork(91286940)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:18:57.576--UnitOfWork(91286940)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2. [junit] [EL Finest]: 2022-09-10 04:18:57.576--UnitOfWork(91286940)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1dfe5dd1. [junit] [EL Finest]: 2022-09-10 04:18:57.576--UnitOfWork(91286940)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@1fe05fff. [junit] [EL Finest]: 2022-09-10 04:18:57.576--UnitOfWork(91286940)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268. [junit] [EL Finest]: 2022-09-10 04:18:57.576--UnitOfWork(91286940)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@727956bb. [junit] [EL Finer]: 2022-09-10 04:18:57.576--UnitOfWork(91286940)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:18:57.577--UnitOfWork(91286940)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:18:57.577--ServerSession(1737750354)--Connection(2034523899)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.577--ClientSession(1757718624)--Connection(2034523899)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:57.577--ClientSession(1757718624)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:57.577--UnitOfWork(91286940)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2022-09-10 04:18:57.577--UnitOfWork(91286940)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@1fe05fff) [junit] [EL Finer]: 2022-09-10 04:18:57.577--ClientSession(1757718624)--Connection(361948480)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:57.577--ClientSession(1757718624)--Connection(361948480)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:18:57.577--ClientSession(1757718624)--Connection(361948480)--Thread(Thread[main,5,main])-- bind => [1, eins, 1] [junit] [EL Fine]: 2022-09-10 04:18:57.578--ClientSession(1757718624)--Connection(361948480)--Thread(Thread[main,5,main])-- bind => [2, zwei, 1] [junit] [EL Finer]: 2022-09-10 04:18:57.578--ClientSession(1757718624)--Connection(361948480)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:18:57.578--UnitOfWork(91286940)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@727956bb) [junit] [EL Fine]: 2022-09-10 04:18:57.578--ClientSession(1757718624)--Connection(361948480)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, yellow] [junit] [EL Finest]: 2022-09-10 04:18:57.579--UnitOfWork(91286940)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1dfe5dd1) [junit] [EL Fine]: 2022-09-10 04:18:57.579--ClientSession(1757718624)--Connection(361948480)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] bind => [1, 0.0, me, CreditCardAccount] [junit] [EL Finest]: 2022-09-10 04:18:57.58--UnitOfWork(91286940)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268) [junit] [EL Fine]: 2022-09-10 04:18:57.58--ClientSession(1757718624)--Connection(361948480)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [7, first, last, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:18:57.58--ClientSession(1757718624)--Connection(361948480)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_NAME, PAT_YEAR) VALUES (?, ?, ?, ?) [junit] bind => [2007-01-01, whatever, 12345, 2007] [junit] [EL Fine]: 2022-09-10 04:18:57.581--ClientSession(1757718624)--Connection(361948480)--Thread(Thread[main,5,main])--INSERT INTO TMP_CREDIT_ACC (CARDNUMBER, CARDTYPE, VALIDTO, CCA_ID) VALUES (?, ?, ?, ?) [junit] bind => [123, null, null, 1] [junit] [EL Finer]: 2022-09-10 04:18:57.581--UnitOfWork(91286940)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:57.581--UnitOfWork(91286940)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.582--UnitOfWork(91286940)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.582--ClientSession(1757718624)--Connection(361948480)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:57.583--ServerSession(1737750354)--Connection(2034523899)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.583--UnitOfWork(91286940)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.584--UnitOfWork(91286940)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.584--UnitOfWork(91286940)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.584--ClientSession(1757718624)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.584--UnitOfWork(91286940)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.584--ClientSession(1757718624)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.584--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1592671657 [junit] [EL Finer]: 2022-09-10 04:18:57.584--ClientSession(1592671657)--Thread(Thread[main,5,main])--acquire unit of work: 181281800 [junit] [EL Finest]: 2022-09-10 04:18:57.584--UnitOfWork(181281800)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Cubicle ) [junit] [EL Finest]: 2022-09-10 04:18:57.584--UnitOfWork(181281800)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@6851b296 [junit] [EL Finest]: 2022-09-10 04:18:57.584--UnitOfWork(181281800)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2211b44f [junit] [EL Finest]: 2022-09-10 04:18:57.584--UnitOfWork(181281800)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:18:57.585--UnitOfWork(181281800)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:18:57.585--ServerSession(1737750354)--Connection(1366832221)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.585--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:57.585--ServerSession(1737750354)--Connection(2066569446)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [7, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:18:57.586--ServerSession(1737750354)--Connection(1366832221)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:18:57.586--UnitOfWork(181281800)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.586--ClientSession(1592671657)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.601--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 2129636512 [junit] [EL Finer]: 2022-09-10 04:18:57.601--ClientSession(2129636512)--Thread(Thread[main,5,main])--acquire unit of work: 2103374275 [junit] [EL Finest]: 2022-09-10 04:18:57.601--UnitOfWork(2103374275)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:18:57.601--UnitOfWork(2103374275)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2. [junit] [EL Finest]: 2022-09-10 04:18:57.601--UnitOfWork(2103374275)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@37364634. [junit] [EL Finest]: 2022-09-10 04:18:57.601--UnitOfWork(2103374275)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@3dec79f8. [junit] [EL Finest]: 2022-09-10 04:18:57.601--UnitOfWork(2103374275)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268. [junit] [EL Finest]: 2022-09-10 04:18:57.601--UnitOfWork(2103374275)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@11309dd4. [junit] [EL Finer]: 2022-09-10 04:18:57.601--UnitOfWork(2103374275)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:18:57.602--UnitOfWork(2103374275)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2022-09-10 04:18:57.602--ServerSession(1737750354)--Connection(272530556)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.602--ClientSession(2129636512)--Connection(272530556)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:57.602--ClientSession(2129636512)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:57.602--UnitOfWork(2103374275)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:18:57.603--UnitOfWork(2103374275)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@3dec79f8) [junit] [EL Finer]: 2022-09-10 04:18:57.603--ClientSession(2129636512)--Connection(1547112627)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:57.603--ClientSession(2129636512)--Connection(1547112627)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:18:57.603--ClientSession(2129636512)--Connection(1547112627)--Thread(Thread[main,5,main])-- bind => [2, zwei, 1] [junit] [EL Fine]: 2022-09-10 04:18:57.603--ClientSession(2129636512)--Connection(1547112627)--Thread(Thread[main,5,main])-- bind => [1, eins, 1] [junit] [EL Finer]: 2022-09-10 04:18:57.603--ClientSession(2129636512)--Connection(1547112627)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:18:57.604--UnitOfWork(2103374275)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@11309dd4) [junit] [EL Fine]: 2022-09-10 04:18:57.604--ClientSession(2129636512)--Connection(1547112627)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, yellow] [junit] [EL Finest]: 2022-09-10 04:18:57.604--UnitOfWork(2103374275)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@37364634) [junit] [EL Fine]: 2022-09-10 04:18:57.604--ClientSession(2129636512)--Connection(1547112627)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] bind => [1, 0.0, me, CreditCardAccount] [junit] [EL Finest]: 2022-09-10 04:18:57.605--UnitOfWork(2103374275)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268) [junit] [EL Fine]: 2022-09-10 04:18:57.605--ClientSession(2129636512)--Connection(1547112627)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [7, first, last, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:18:57.606--ClientSession(2129636512)--Connection(1547112627)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_NAME, PAT_YEAR) VALUES (?, ?, ?, ?) [junit] bind => [2007-01-01, whatever, 12345, 2007] [junit] [EL Fine]: 2022-09-10 04:18:57.606--ClientSession(2129636512)--Connection(1547112627)--Thread(Thread[main,5,main])--INSERT INTO TMP_CREDIT_ACC (CARDNUMBER, CARDTYPE, VALIDTO, CCA_ID) VALUES (?, ?, ?, ?) [junit] bind => [123, null, null, 1] [junit] [EL Finer]: 2022-09-10 04:18:57.607--UnitOfWork(2103374275)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:57.607--UnitOfWork(2103374275)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.607--UnitOfWork(2103374275)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.607--ClientSession(2129636512)--Connection(1547112627)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:57.608--ServerSession(1737750354)--Connection(272530556)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.609--UnitOfWork(2103374275)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.609--UnitOfWork(2103374275)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.609--UnitOfWork(2103374275)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.609--ClientSession(2129636512)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.609--UnitOfWork(2103374275)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.609--ClientSession(2129636512)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.609--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 715160960 [junit] [EL Finer]: 2022-09-10 04:18:57.609--ClientSession(715160960)--Thread(Thread[main,5,main])--acquire unit of work: 1774316039 [junit] [EL Finest]: 2022-09-10 04:18:57.609--UnitOfWork(1774316039)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee ) [junit] [EL Finest]: 2022-09-10 04:18:57.609--ServerSession(1737750354)--Connection(1555985081)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.609--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:57.609--ServerSession(1737750354)--Connection(670827031)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?) [junit] bind => [99] [junit] [EL Finest]: 2022-09-10 04:18:57.61--ServerSession(1737750354)--Connection(1555985081)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:18:57.61--UnitOfWork(1774316039)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.61--ClientSession(715160960)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.61--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1206577437 [junit] [EL Finer]: 2022-09-10 04:18:57.61--ClientSession(1206577437)--Thread(Thread[main,5,main])--acquire unit of work: 12691277 [junit] [EL Finest]: 2022-09-10 04:18:57.61--UnitOfWork(12691277)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:18:57.61--ServerSession(1737750354)--Connection(1193744863)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.61--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:57.611--ServerSession(1737750354)--Connection(1559898821)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?) [junit] bind => [99] [junit] [EL Finest]: 2022-09-10 04:18:57.611--ServerSession(1737750354)--Connection(1193744863)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:18:57.611--UnitOfWork(12691277)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.611--ClientSession(1206577437)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.625--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 254536882 [junit] [EL Finer]: 2022-09-10 04:18:57.626--ClientSession(254536882)--Thread(Thread[main,5,main])--acquire unit of work: 1954689180 [junit] [EL Finest]: 2022-09-10 04:18:57.626--UnitOfWork(1954689180)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:18:57.626--UnitOfWork(1954689180)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2. [junit] [EL Finest]: 2022-09-10 04:18:57.626--UnitOfWork(1954689180)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3b25709e. [junit] [EL Finest]: 2022-09-10 04:18:57.626--UnitOfWork(1954689180)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@5ec6a1b6. [junit] [EL Finest]: 2022-09-10 04:18:57.626--UnitOfWork(1954689180)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268. [junit] [EL Finest]: 2022-09-10 04:18:57.626--UnitOfWork(1954689180)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@6143b2b1. [junit] [EL Finer]: 2022-09-10 04:18:57.626--UnitOfWork(1954689180)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:18:57.626--UnitOfWork(1954689180)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2022-09-10 04:18:57.627--ServerSession(1737750354)--Connection(1987221006)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.627--ClientSession(254536882)--Connection(1987221006)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:57.627--ClientSession(254536882)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:57.627--UnitOfWork(1954689180)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:18:57.627--UnitOfWork(1954689180)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@5ec6a1b6) [junit] [EL Finer]: 2022-09-10 04:18:57.627--ClientSession(254536882)--Connection(1773970438)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:57.627--ClientSession(254536882)--Connection(1773970438)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:18:57.627--ClientSession(254536882)--Connection(1773970438)--Thread(Thread[main,5,main])-- bind => [2, zwei, 1] [junit] [EL Fine]: 2022-09-10 04:18:57.627--ClientSession(254536882)--Connection(1773970438)--Thread(Thread[main,5,main])-- bind => [1, eins, 1] [junit] [EL Finer]: 2022-09-10 04:18:57.627--ClientSession(254536882)--Connection(1773970438)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:18:57.628--UnitOfWork(1954689180)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@6143b2b1) [junit] [EL Fine]: 2022-09-10 04:18:57.628--ClientSession(254536882)--Connection(1773970438)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, yellow] [junit] [EL Finest]: 2022-09-10 04:18:57.629--UnitOfWork(1954689180)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3b25709e) [junit] [EL Fine]: 2022-09-10 04:18:57.629--ClientSession(254536882)--Connection(1773970438)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] bind => [1, 0.0, me, CreditCardAccount] [junit] [EL Finest]: 2022-09-10 04:18:57.629--UnitOfWork(1954689180)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268) [junit] [EL Fine]: 2022-09-10 04:18:57.63--ClientSession(254536882)--Connection(1773970438)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [7, first, last, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:18:57.63--ClientSession(254536882)--Connection(1773970438)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_NAME, PAT_YEAR) VALUES (?, ?, ?, ?) [junit] bind => [2007-01-01, whatever, 12345, 2007] [junit] [EL Fine]: 2022-09-10 04:18:57.631--ClientSession(254536882)--Connection(1773970438)--Thread(Thread[main,5,main])--INSERT INTO TMP_CREDIT_ACC (CARDNUMBER, CARDTYPE, VALIDTO, CCA_ID) VALUES (?, ?, ?, ?) [junit] bind => [123, null, null, 1] [junit] [EL Finer]: 2022-09-10 04:18:57.631--UnitOfWork(1954689180)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:57.632--UnitOfWork(1954689180)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.632--UnitOfWork(1954689180)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.632--ClientSession(254536882)--Connection(1773970438)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:57.633--ServerSession(1737750354)--Connection(1987221006)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.633--UnitOfWork(1954689180)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.633--UnitOfWork(1954689180)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.634--UnitOfWork(1954689180)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.634--ClientSession(254536882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.634--UnitOfWork(1954689180)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.634--ClientSession(254536882)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.634--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 965121190 [junit] [EL Finer]: 2022-09-10 04:18:57.634--ClientSession(965121190)--Thread(Thread[main,5,main])--acquire unit of work: 6635131 [junit] [EL Finest]: 2022-09-10 04:18:57.634--UnitOfWork(6635131)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:18:57.634--UnitOfWork(6635131)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:18:57.648--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 629289362 [junit] [EL Finer]: 2022-09-10 04:18:57.648--ClientSession(629289362)--Thread(Thread[main,5,main])--acquire unit of work: 1039159201 [junit] [EL Finest]: 2022-09-10 04:18:57.648--UnitOfWork(1039159201)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:18:57.648--UnitOfWork(1039159201)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2. [junit] [EL Finest]: 2022-09-10 04:18:57.648--UnitOfWork(1039159201)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5be69f7e. [junit] [EL Finest]: 2022-09-10 04:18:57.648--UnitOfWork(1039159201)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@64544ee4. [junit] [EL Finest]: 2022-09-10 04:18:57.648--UnitOfWork(1039159201)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268. [junit] [EL Finest]: 2022-09-10 04:18:57.648--UnitOfWork(1039159201)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@779b4f9c. [junit] [EL Finer]: 2022-09-10 04:18:57.648--UnitOfWork(1039159201)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:18:57.649--UnitOfWork(1039159201)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:18:57.649--ServerSession(1737750354)--Connection(447059608)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.649--ClientSession(629289362)--Connection(447059608)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:57.649--ClientSession(629289362)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:57.649--UnitOfWork(1039159201)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2022-09-10 04:18:57.649--UnitOfWork(1039159201)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@64544ee4) [junit] [EL Finer]: 2022-09-10 04:18:57.65--ClientSession(629289362)--Connection(749515845)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:57.65--ClientSession(629289362)--Connection(749515845)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:18:57.65--ClientSession(629289362)--Connection(749515845)--Thread(Thread[main,5,main])-- bind => [1, eins, 1] [junit] [EL Fine]: 2022-09-10 04:18:57.65--ClientSession(629289362)--Connection(749515845)--Thread(Thread[main,5,main])-- bind => [2, zwei, 1] [junit] [EL Finer]: 2022-09-10 04:18:57.65--ClientSession(629289362)--Connection(749515845)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:18:57.65--UnitOfWork(1039159201)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@779b4f9c) [junit] [EL Fine]: 2022-09-10 04:18:57.651--ClientSession(629289362)--Connection(749515845)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, yellow] [junit] [EL Finest]: 2022-09-10 04:18:57.651--UnitOfWork(1039159201)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5be69f7e) [junit] [EL Fine]: 2022-09-10 04:18:57.651--ClientSession(629289362)--Connection(749515845)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] bind => [1, 0.0, me, CreditCardAccount] [junit] [EL Finest]: 2022-09-10 04:18:57.652--UnitOfWork(1039159201)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268) [junit] [EL Fine]: 2022-09-10 04:18:57.652--ClientSession(629289362)--Connection(749515845)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [7, first, last, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:18:57.652--ClientSession(629289362)--Connection(749515845)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_NAME, PAT_YEAR) VALUES (?, ?, ?, ?) [junit] bind => [2007-01-01, whatever, 12345, 2007] [junit] [EL Fine]: 2022-09-10 04:18:57.653--ClientSession(629289362)--Connection(749515845)--Thread(Thread[main,5,main])--INSERT INTO TMP_CREDIT_ACC (CARDNUMBER, CARDTYPE, VALIDTO, CCA_ID) VALUES (?, ?, ?, ?) [junit] bind => [123, null, null, 1] [junit] [EL Finer]: 2022-09-10 04:18:57.653--UnitOfWork(1039159201)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:57.654--UnitOfWork(1039159201)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.654--UnitOfWork(1039159201)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.654--ClientSession(629289362)--Connection(749515845)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:57.655--ServerSession(1737750354)--Connection(447059608)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.655--UnitOfWork(1039159201)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.655--UnitOfWork(1039159201)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.656--UnitOfWork(1039159201)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.656--ClientSession(629289362)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.656--UnitOfWork(1039159201)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.656--ClientSession(629289362)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.656--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1010618682 [junit] [EL Finer]: 2022-09-10 04:18:57.656--ClientSession(1010618682)--Thread(Thread[main,5,main])--acquire unit of work: 1454854577 [junit] [EL Finer]: 2022-09-10 04:18:57.67--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1176013449 [junit] [EL Finer]: 2022-09-10 04:18:57.67--ClientSession(1176013449)--Thread(Thread[main,5,main])--acquire unit of work: 1868931587 [junit] [EL Finest]: 2022-09-10 04:18:57.67--UnitOfWork(1868931587)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:18:57.67--UnitOfWork(1868931587)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2. [junit] [EL Finest]: 2022-09-10 04:18:57.67--UnitOfWork(1868931587)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4f2fdf3d. [junit] [EL Finest]: 2022-09-10 04:18:57.67--UnitOfWork(1868931587)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@d180961. [junit] [EL Finest]: 2022-09-10 04:18:57.67--UnitOfWork(1868931587)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268. [junit] [EL Finest]: 2022-09-10 04:18:57.67--UnitOfWork(1868931587)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@3cf06a01. [junit] [EL Finer]: 2022-09-10 04:18:57.671--UnitOfWork(1868931587)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:18:57.671--UnitOfWork(1868931587)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:18:57.671--ServerSession(1737750354)--Connection(623742454)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.671--ClientSession(1176013449)--Connection(623742454)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:57.671--ClientSession(1176013449)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:57.671--UnitOfWork(1868931587)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2022-09-10 04:18:57.671--UnitOfWork(1868931587)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@d180961) [junit] [EL Finer]: 2022-09-10 04:18:57.672--ClientSession(1176013449)--Connection(912493401)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:57.672--ClientSession(1176013449)--Connection(912493401)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:18:57.672--ClientSession(1176013449)--Connection(912493401)--Thread(Thread[main,5,main])-- bind => [1, eins, 1] [junit] [EL Fine]: 2022-09-10 04:18:57.672--ClientSession(1176013449)--Connection(912493401)--Thread(Thread[main,5,main])-- bind => [2, zwei, 1] [junit] [EL Finer]: 2022-09-10 04:18:57.672--ClientSession(1176013449)--Connection(912493401)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:18:57.672--UnitOfWork(1868931587)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@3cf06a01) [junit] [EL Fine]: 2022-09-10 04:18:57.672--ClientSession(1176013449)--Connection(912493401)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, yellow] [junit] [EL Finest]: 2022-09-10 04:18:57.673--UnitOfWork(1868931587)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4f2fdf3d) [junit] [EL Fine]: 2022-09-10 04:18:57.673--ClientSession(1176013449)--Connection(912493401)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] bind => [1, 0.0, me, CreditCardAccount] [junit] [EL Finest]: 2022-09-10 04:18:57.674--UnitOfWork(1868931587)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268) [junit] [EL Fine]: 2022-09-10 04:18:57.674--ClientSession(1176013449)--Connection(912493401)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [7, first, last, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:18:57.674--ClientSession(1176013449)--Connection(912493401)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_NAME, PAT_YEAR) VALUES (?, ?, ?, ?) [junit] bind => [2007-01-01, whatever, 12345, 2007] [junit] [EL Fine]: 2022-09-10 04:18:57.675--ClientSession(1176013449)--Connection(912493401)--Thread(Thread[main,5,main])--INSERT INTO TMP_CREDIT_ACC (CARDNUMBER, CARDTYPE, VALIDTO, CCA_ID) VALUES (?, ?, ?, ?) [junit] bind => [123, null, null, 1] [junit] [EL Finer]: 2022-09-10 04:18:57.675--UnitOfWork(1868931587)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:57.675--UnitOfWork(1868931587)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.676--UnitOfWork(1868931587)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.676--ClientSession(1176013449)--Connection(912493401)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:57.677--ServerSession(1737750354)--Connection(623742454)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.677--UnitOfWork(1868931587)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.677--UnitOfWork(1868931587)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.677--UnitOfWork(1868931587)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.677--ClientSession(1176013449)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.677--UnitOfWork(1868931587)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.677--ClientSession(1176013449)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.677--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1972738828 [junit] [EL Finer]: 2022-09-10 04:18:57.677--ClientSession(1972738828)--Thread(Thread[main,5,main])--acquire unit of work: 894735295 [junit] [EL Finest]: 2022-09-10 04:18:57.678--UnitOfWork(894735295)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee ) [junit] [EL Finest]: 2022-09-10 04:18:57.678--UnitOfWork(894735295)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2211b44f [junit] [EL Finest]: 2022-09-10 04:18:57.678--UnitOfWork(894735295)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:18:57.678--UnitOfWork(894735295)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:18:57.678--ServerSession(1737750354)--Connection(523461097)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.678--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:57.678--ServerSession(1737750354)--Connection(250331355)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [7, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:18:57.679--ServerSession(1737750354)--Connection(523461097)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.679--UnitOfWork(894735295)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee ) [junit] [EL Finest]: 2022-09-10 04:18:57.679--ServerSession(1737750354)--Connection(1846347146)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.679--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:57.679--ServerSession(1737750354)--Connection(1051786632)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?) [junit] bind => [7] [junit] [EL Finest]: 2022-09-10 04:18:57.68--ServerSession(1737750354)--Connection(1846347146)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.68--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:18:57.681--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="motorVehicle" referenceClass=MotorVehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:18:57.681--ServerSession(1737750354)--Connection(1966657510)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.681--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:57.681--ServerSession(1737750354)--Connection(525193238)--Thread(Thread[main,5,main])--SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?))) [junit] bind => [7, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:18:57.682--ServerSession(1737750354)--Connection(1966657510)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.682--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="bicycles" referenceClass=Bicycle sql="SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:18:57.682--ServerSession(1737750354)--Connection(1821462977)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.683--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:57.683--ServerSession(1737750354)--Connection(741767653)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?))) [junit] bind => [7, 4, 45, 4711] [junit] [EL Finest]: 2022-09-10 04:18:57.683--ServerSession(1737750354)--Connection(1821462977)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.683--UnitOfWork(894735295)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:18:57.684--UnitOfWork(894735295)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:18:57.684--ServerSession(1737750354)--Connection(1127333424)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.684--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:57.684--ServerSession(1737750354)--Connection(1557602018)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [7, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:18:57.684--ServerSession(1737750354)--Connection(1127333424)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.685--UnitOfWork(894735295)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="motorVehicle" referenceClass=MotorVehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:18:57.685--ServerSession(1737750354)--Connection(292158973)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.685--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:57.685--ServerSession(1737750354)--Connection(1974325564)--Thread(Thread[main,5,main])--SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?))) [junit] bind => [7, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:18:57.685--ServerSession(1737750354)--Connection(292158973)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.685--UnitOfWork(894735295)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="bicycles" referenceClass=Bicycle sql="SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:18:57.686--ServerSession(1737750354)--Connection(466983810)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.686--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:57.686--ServerSession(1737750354)--Connection(6987253)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?))) [junit] bind => [7, 4, 45, 4711] [junit] [EL Finest]: 2022-09-10 04:18:57.686--ServerSession(1737750354)--Connection(466983810)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:18:57.686--UnitOfWork(894735295)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:57.687--UnitOfWork(894735295)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:57.687--UnitOfWork(894735295)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.687--ClientSession(1972738828)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.704--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1149801201 [junit] [EL Finer]: 2022-09-10 04:18:57.704--ClientSession(1149801201)--Thread(Thread[main,5,main])--acquire unit of work: 371637727 [junit] [EL Finest]: 2022-09-10 04:18:57.704--UnitOfWork(371637727)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:18:57.704--UnitOfWork(371637727)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2. [junit] [EL Finest]: 2022-09-10 04:18:57.704--UnitOfWork(371637727)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7ef60c02. [junit] [EL Finest]: 2022-09-10 04:18:57.704--UnitOfWork(371637727)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@5d9d8e46. [junit] [EL Finest]: 2022-09-10 04:18:57.704--UnitOfWork(371637727)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268. [junit] [EL Finest]: 2022-09-10 04:18:57.704--UnitOfWork(371637727)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@153c6603. [junit] [EL Finer]: 2022-09-10 04:18:57.704--UnitOfWork(371637727)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:18:57.705--UnitOfWork(371637727)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2022-09-10 04:18:57.705--ServerSession(1737750354)--Connection(1191985705)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.705--ClientSession(1149801201)--Connection(1191985705)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:57.705--ClientSession(1149801201)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:57.705--UnitOfWork(371637727)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:18:57.705--UnitOfWork(371637727)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@5d9d8e46) [junit] [EL Finer]: 2022-09-10 04:18:57.706--ClientSession(1149801201)--Connection(104893413)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:57.706--ClientSession(1149801201)--Connection(104893413)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:18:57.706--ClientSession(1149801201)--Connection(104893413)--Thread(Thread[main,5,main])-- bind => [2, zwei, 1] [junit] [EL Fine]: 2022-09-10 04:18:57.706--ClientSession(1149801201)--Connection(104893413)--Thread(Thread[main,5,main])-- bind => [1, eins, 1] [junit] [EL Finer]: 2022-09-10 04:18:57.706--ClientSession(1149801201)--Connection(104893413)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:18:57.707--UnitOfWork(371637727)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@153c6603) [junit] [EL Fine]: 2022-09-10 04:18:57.707--ClientSession(1149801201)--Connection(104893413)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, yellow] [junit] [EL Finest]: 2022-09-10 04:18:57.707--UnitOfWork(371637727)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7ef60c02) [junit] [EL Fine]: 2022-09-10 04:18:57.707--ClientSession(1149801201)--Connection(104893413)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] bind => [1, 0.0, me, CreditCardAccount] [junit] [EL Finest]: 2022-09-10 04:18:57.708--UnitOfWork(371637727)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268) [junit] [EL Fine]: 2022-09-10 04:18:57.708--ClientSession(1149801201)--Connection(104893413)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [7, first, last, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:18:57.709--ClientSession(1149801201)--Connection(104893413)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_NAME, PAT_YEAR) VALUES (?, ?, ?, ?) [junit] bind => [2007-01-01, whatever, 12345, 2007] [junit] [EL Fine]: 2022-09-10 04:18:57.71--ClientSession(1149801201)--Connection(104893413)--Thread(Thread[main,5,main])--INSERT INTO TMP_CREDIT_ACC (CARDNUMBER, CARDTYPE, VALIDTO, CCA_ID) VALUES (?, ?, ?, ?) [junit] bind => [123, null, null, 1] [junit] [EL Finer]: 2022-09-10 04:18:57.71--UnitOfWork(371637727)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:57.71--UnitOfWork(371637727)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.71--UnitOfWork(371637727)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.711--ClientSession(1149801201)--Connection(104893413)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:57.712--ServerSession(1737750354)--Connection(1191985705)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:18:57.712--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="patents" referenceClass=Patent ) [junit] [EL Finest]: 2022-09-10 04:18:57.712--ServerSession(1737750354)--Connection(1663786105)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.713--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:57.713--ServerSession(1737750354)--Connection(1783965473)--Thread(Thread[main,5,main])--SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_NAME, t1.PAT_YEAR FROM TMP_EMP_PATENT t0, TMP_PATENT t1 WHERE ((t0.EMP_ID = ?) AND ((t1.PAT_YEAR = t0.PATENT_YEAR) AND (t1.PAT_NAME = t0.PATENT_NAME))) [junit] bind => [7] [junit] [EL Finest]: 2022-09-10 04:18:57.713--ServerSession(1737750354)--Connection(1663786105)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.713--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="projects" referenceClass=Project ) [junit] [EL Finest]: 2022-09-10 04:18:57.714--ServerSession(1737750354)--Connection(1234219829)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.714--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:57.714--ServerSession(1737750354)--Connection(1649244046)--Thread(Thread[main,5,main])--SELECT t1.ID, t2.PROJECT_ID, t1.PROJ_NAME, t2.PLANNED_DAYS, t2.USED_DAYS FROM TMP_EMP_PROJECT t0, TMP_PROJECT_DETAILS t2, TMP_PROJECT t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.PROJECT_ID)) AND (t2.PROJECT_ID = t1.ID)) [junit] bind => [7] [junit] [EL Finest]: 2022-09-10 04:18:57.715--ServerSession(1737750354)--Connection(1234219829)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:18:57.715--UnitOfWork(371637727)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.715--UnitOfWork(371637727)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.715--UnitOfWork(371637727)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.715--ClientSession(1149801201)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.715--UnitOfWork(371637727)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.715--ClientSession(1149801201)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.715--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1284161223 [junit] [EL Finer]: 2022-09-10 04:18:57.715--ClientSession(1284161223)--Thread(Thread[main,5,main])--acquire unit of work: 1173504479 [junit] [EL Finest]: 2022-09-10 04:18:57.716--UnitOfWork(1173504479)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@f36f34d. [junit] [EL Finer]: 2022-09-10 04:18:57.716--UnitOfWork(1173504479)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:57.716--UnitOfWork(1173504479)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:18:57.716--UnitOfWork(1173504479)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@f36f34d) [junit] [EL Finest]: 2022-09-10 04:18:57.716--ServerSession(1737750354)--Connection(1803977322)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.716--ClientSession(1284161223)--Connection(1803977322)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:57.716--ClientSession(1284161223)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:57.717--ClientSession(1284161223)--Connection(1009638012)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [20, first, last, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:18:57.718--ClientSession(1284161223)--Connection(1009638012)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:57.718--ServerSession(1737750354)--Connection(1803977322)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.719--UnitOfWork(1173504479)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.719--UnitOfWork(1173504479)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.719--UnitOfWork(1173504479)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.719--ClientSession(1284161223)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.719--UnitOfWork(1173504479)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.719--ClientSession(1284161223)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.719--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 852143641 [junit] [EL Finer]: 2022-09-10 04:18:57.719--ClientSession(852143641)--Thread(Thread[main,5,main])--acquire unit of work: 1625717766 [junit] [EL Finest]: 2022-09-10 04:18:57.719--UnitOfWork(1625717766)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:57.719--UnitOfWork(1625717766)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2bc59ab7 [junit] [EL Finest]: 2022-09-10 04:18:57.719--UnitOfWork(1625717766)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:18:57.719--UnitOfWork(1625717766)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:18:57.72--ServerSession(1737750354)--Connection(1963448684)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.72--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:57.72--ServerSession(1737750354)--Connection(1913714009)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [20, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:18:57.721--ServerSession(1737750354)--Connection(1963448684)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:18:57.721--UnitOfWork(1625717766)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.721--ClientSession(852143641)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.721--UnitOfWork(1625717766)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.721--ClientSession(852143641)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.721--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 820069375 [junit] [EL Finer]: 2022-09-10 04:18:57.721--ClientSession(820069375)--Thread(Thread[main,5,main])--acquire unit of work: 1160692359 [junit] [EL Finest]: 2022-09-10 04:18:57.721--UnitOfWork(1160692359)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee ) [junit] [EL Finest]: 2022-09-10 04:18:57.721--UnitOfWork(1160692359)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2bc59ab7 [junit] [EL Finest]: 2022-09-10 04:18:57.721--UnitOfWork(1160692359)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:18:57.721--UnitOfWork(1160692359)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:18:57.722--ServerSession(1737750354)--Connection(836903781)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.722--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:57.722--ServerSession(1737750354)--Connection(49018148)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [20, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:18:57.723--ServerSession(1737750354)--Connection(836903781)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.723--UnitOfWork(1160692359)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@410f53b2 [junit] [EL Finer]: 2022-09-10 04:18:57.723--UnitOfWork(1160692359)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:18:57.723--UnitOfWork(1160692359)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@41404aa2) [junit] [EL Finest]: 2022-09-10 04:18:57.724--ServerSession(1737750354)--Connection(681200528)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.724--ClientSession(820069375)--Connection(681200528)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:57.724--ClientSession(820069375)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:57.724--ClientSession(820069375)--Connection(440159038)--Thread(Thread[main,5,main])--UPDATE TMP_EMP SET FIRSTNAME = ? WHERE (ID = ?) [junit] bind => [updated, 20] [junit] [EL Finer]: 2022-09-10 04:18:57.725--UnitOfWork(1160692359)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:57.725--UnitOfWork(1160692359)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.725--UnitOfWork(1160692359)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.725--ClientSession(820069375)--Connection(440159038)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:57.726--ServerSession(1737750354)--Connection(681200528)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.726--UnitOfWork(1160692359)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.726--UnitOfWork(1160692359)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.726--UnitOfWork(1160692359)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.726--ClientSession(820069375)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.726--UnitOfWork(1160692359)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.726--ClientSession(820069375)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.726--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1227859754 [junit] [EL Finer]: 2022-09-10 04:18:57.726--ClientSession(1227859754)--Thread(Thread[main,5,main])--acquire unit of work: 1363127070 [junit] [EL Finest]: 2022-09-10 04:18:57.726--UnitOfWork(1363127070)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:57.726--UnitOfWork(1363127070)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2bc59ab7 [junit] [EL Finest]: 2022-09-10 04:18:57.727--UnitOfWork(1363127070)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:18:57.727--UnitOfWork(1363127070)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:18:57.727--ServerSession(1737750354)--Connection(1931730151)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.727--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:57.727--ServerSession(1737750354)--Connection(1600712390)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [20, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:18:57.728--ServerSession(1737750354)--Connection(1931730151)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:18:57.746--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1358584120 [junit] [EL Finer]: 2022-09-10 04:18:57.746--ClientSession(1358584120)--Thread(Thread[main,5,main])--acquire unit of work: 508047053 [junit] [EL Finest]: 2022-09-10 04:18:57.746--UnitOfWork(508047053)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:18:57.746--UnitOfWork(508047053)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2. [junit] [EL Finest]: 2022-09-10 04:18:57.747--UnitOfWork(508047053)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@9f48198. [junit] [EL Finest]: 2022-09-10 04:18:57.747--UnitOfWork(508047053)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@5615f82d. [junit] [EL Finest]: 2022-09-10 04:18:57.747--UnitOfWork(508047053)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268. [junit] [EL Finest]: 2022-09-10 04:18:57.747--UnitOfWork(508047053)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@2e8986b6. [junit] [EL Finer]: 2022-09-10 04:18:57.747--UnitOfWork(508047053)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:18:57.747--UnitOfWork(508047053)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2022-09-10 04:18:57.747--ServerSession(1737750354)--Connection(416427727)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.748--ClientSession(1358584120)--Connection(416427727)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:57.748--ClientSession(1358584120)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:57.748--UnitOfWork(508047053)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:18:57.748--UnitOfWork(508047053)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@5615f82d) [junit] [EL Finer]: 2022-09-10 04:18:57.748--ClientSession(1358584120)--Connection(1943548225)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:57.748--ClientSession(1358584120)--Connection(1943548225)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:18:57.748--ClientSession(1358584120)--Connection(1943548225)--Thread(Thread[main,5,main])-- bind => [2, zwei, 1] [junit] [EL Fine]: 2022-09-10 04:18:57.748--ClientSession(1358584120)--Connection(1943548225)--Thread(Thread[main,5,main])-- bind => [1, eins, 1] [junit] [EL Finer]: 2022-09-10 04:18:57.748--ClientSession(1358584120)--Connection(1943548225)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:18:57.749--UnitOfWork(508047053)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@2e8986b6) [junit] [EL Fine]: 2022-09-10 04:18:57.75--ClientSession(1358584120)--Connection(1943548225)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, yellow] [junit] [EL Finest]: 2022-09-10 04:18:57.75--UnitOfWork(508047053)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@9f48198) [junit] [EL Fine]: 2022-09-10 04:18:57.75--ClientSession(1358584120)--Connection(1943548225)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] bind => [1, 0.0, me, CreditCardAccount] [junit] [EL Finest]: 2022-09-10 04:18:57.751--UnitOfWork(508047053)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268) [junit] [EL Fine]: 2022-09-10 04:18:57.751--ClientSession(1358584120)--Connection(1943548225)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [7, first, last, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:18:57.752--ClientSession(1358584120)--Connection(1943548225)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_NAME, PAT_YEAR) VALUES (?, ?, ?, ?) [junit] bind => [2007-01-01, whatever, 12345, 2007] [junit] [EL Fine]: 2022-09-10 04:18:57.753--ClientSession(1358584120)--Connection(1943548225)--Thread(Thread[main,5,main])--INSERT INTO TMP_CREDIT_ACC (CARDNUMBER, CARDTYPE, VALIDTO, CCA_ID) VALUES (?, ?, ?, ?) [junit] bind => [123, null, null, 1] [junit] [EL Finer]: 2022-09-10 04:18:57.753--UnitOfWork(508047053)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:57.754--UnitOfWork(508047053)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.754--UnitOfWork(508047053)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.754--ClientSession(1358584120)--Connection(1943548225)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:57.755--ServerSession(1737750354)--Connection(416427727)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.756--UnitOfWork(508047053)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.756--UnitOfWork(508047053)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.756--UnitOfWork(508047053)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.756--ClientSession(1358584120)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.756--UnitOfWork(508047053)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.756--ClientSession(1358584120)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.756--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1850630389 [junit] [EL Finer]: 2022-09-10 04:18:57.756--ClientSession(1850630389)--Thread(Thread[main,5,main])--acquire unit of work: 1179268144 [junit] [EL Finest]: 2022-09-10 04:18:57.756--UnitOfWork(1179268144)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee ) [junit] [EL Finest]: 2022-09-10 04:18:57.756--UnitOfWork(1179268144)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2211b44f [junit] [EL Finest]: 2022-09-10 04:18:57.757--UnitOfWork(1179268144)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:18:57.757--UnitOfWork(1179268144)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:18:57.757--ServerSession(1737750354)--Connection(1926148075)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.757--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:57.757--ServerSession(1737750354)--Connection(1706225206)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [7, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:18:57.758--ServerSession(1737750354)--Connection(1926148075)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.758--UnitOfWork(1179268144)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee ) [junit] [EL Finest]: 2022-09-10 04:18:57.758--UnitOfWork(1179268144)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department ) [junit] [EL Finer]: 2022-09-10 04:18:57.774--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 902894836 [junit] [EL Finer]: 2022-09-10 04:18:57.774--ClientSession(902894836)--Thread(Thread[main,5,main])--acquire unit of work: 914674368 [junit] [EL Finest]: 2022-09-10 04:18:57.774--UnitOfWork(914674368)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:18:57.774--UnitOfWork(914674368)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2. [junit] [EL Finest]: 2022-09-10 04:18:57.774--UnitOfWork(914674368)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7805478c. [junit] [EL Finest]: 2022-09-10 04:18:57.774--UnitOfWork(914674368)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@6807989e. [junit] [EL Finest]: 2022-09-10 04:18:57.774--UnitOfWork(914674368)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268. [junit] [EL Finest]: 2022-09-10 04:18:57.774--UnitOfWork(914674368)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@63f3366a. [junit] [EL Finer]: 2022-09-10 04:18:57.774--UnitOfWork(914674368)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:18:57.775--UnitOfWork(914674368)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:18:57.775--ServerSession(1737750354)--Connection(1106002545)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.775--ClientSession(902894836)--Connection(1106002545)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:57.775--ClientSession(902894836)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:57.775--UnitOfWork(914674368)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2022-09-10 04:18:57.776--UnitOfWork(914674368)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@6807989e) [junit] [EL Finer]: 2022-09-10 04:18:57.776--ClientSession(902894836)--Connection(1890212065)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:57.776--ClientSession(902894836)--Connection(1890212065)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:18:57.776--ClientSession(902894836)--Connection(1890212065)--Thread(Thread[main,5,main])-- bind => [1, eins, 1] [junit] [EL Fine]: 2022-09-10 04:18:57.776--ClientSession(902894836)--Connection(1890212065)--Thread(Thread[main,5,main])-- bind => [2, zwei, 1] [junit] [EL Finer]: 2022-09-10 04:18:57.776--ClientSession(902894836)--Connection(1890212065)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:18:57.777--UnitOfWork(914674368)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@63f3366a) [junit] [EL Fine]: 2022-09-10 04:18:57.777--ClientSession(902894836)--Connection(1890212065)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, yellow] [junit] [EL Finest]: 2022-09-10 04:18:57.778--UnitOfWork(914674368)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7805478c) [junit] [EL Fine]: 2022-09-10 04:18:57.778--ClientSession(902894836)--Connection(1890212065)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] bind => [1, 0.0, me, CreditCardAccount] [junit] [EL Finest]: 2022-09-10 04:18:57.779--UnitOfWork(914674368)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268) [junit] [EL Fine]: 2022-09-10 04:18:57.779--ClientSession(902894836)--Connection(1890212065)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [7, first, last, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:18:57.78--ClientSession(902894836)--Connection(1890212065)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_NAME, PAT_YEAR) VALUES (?, ?, ?, ?) [junit] bind => [2007-01-01, whatever, 12345, 2007] [junit] [EL Fine]: 2022-09-10 04:18:57.78--ClientSession(902894836)--Connection(1890212065)--Thread(Thread[main,5,main])--INSERT INTO TMP_CREDIT_ACC (CARDNUMBER, CARDTYPE, VALIDTO, CCA_ID) VALUES (?, ?, ?, ?) [junit] bind => [123, null, null, 1] [junit] [EL Finer]: 2022-09-10 04:18:57.781--UnitOfWork(914674368)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:57.781--UnitOfWork(914674368)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.781--UnitOfWork(914674368)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.781--ClientSession(902894836)--Connection(1890212065)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:57.782--ServerSession(1737750354)--Connection(1106002545)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.783--UnitOfWork(914674368)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.783--UnitOfWork(914674368)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.783--UnitOfWork(914674368)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.783--ClientSession(902894836)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.783--UnitOfWork(914674368)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.783--ClientSession(902894836)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.784--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1861495165 [junit] [EL Finer]: 2022-09-10 04:18:57.784--ClientSession(1861495165)--Thread(Thread[main,5,main])--acquire unit of work: 1275071684 [junit] [EL Finest]: 2022-09-10 04:18:57.784--UnitOfWork(1275071684)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee ) [junit] [EL Finest]: 2022-09-10 04:18:57.784--ServerSession(1737750354)--Connection(1815479580)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.784--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:57.784--ServerSession(1737750354)--Connection(1171546708)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?) [junit] bind => [21] [junit] [EL Finest]: 2022-09-10 04:18:57.785--ServerSession(1737750354)--Connection(1815479580)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:18:57.785--UnitOfWork(1275071684)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.785--ClientSession(1861495165)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.802--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1644524251 [junit] [EL Finer]: 2022-09-10 04:18:57.802--ClientSession(1644524251)--Thread(Thread[main,5,main])--acquire unit of work: 491800785 [junit] [EL Finest]: 2022-09-10 04:18:57.802--UnitOfWork(491800785)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:18:57.802--UnitOfWork(491800785)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2. [junit] [EL Finest]: 2022-09-10 04:18:57.802--UnitOfWork(491800785)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1a02ebe0. [junit] [EL Finest]: 2022-09-10 04:18:57.802--UnitOfWork(491800785)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@58b3eb1. [junit] [EL Finest]: 2022-09-10 04:18:57.802--UnitOfWork(491800785)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268. [junit] [EL Finest]: 2022-09-10 04:18:57.802--UnitOfWork(491800785)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@752494dd. [junit] [EL Finer]: 2022-09-10 04:18:57.802--UnitOfWork(491800785)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:18:57.803--UnitOfWork(491800785)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2022-09-10 04:18:57.803--ServerSession(1737750354)--Connection(1682663597)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.803--ClientSession(1644524251)--Connection(1682663597)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:57.803--ClientSession(1644524251)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:57.804--UnitOfWork(491800785)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:18:57.804--UnitOfWork(491800785)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@58b3eb1) [junit] [EL Finer]: 2022-09-10 04:18:57.804--ClientSession(1644524251)--Connection(423207828)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:57.804--ClientSession(1644524251)--Connection(423207828)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:18:57.804--ClientSession(1644524251)--Connection(423207828)--Thread(Thread[main,5,main])-- bind => [2, zwei, 1] [junit] [EL Fine]: 2022-09-10 04:18:57.804--ClientSession(1644524251)--Connection(423207828)--Thread(Thread[main,5,main])-- bind => [1, eins, 1] [junit] [EL Finer]: 2022-09-10 04:18:57.804--ClientSession(1644524251)--Connection(423207828)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:18:57.805--UnitOfWork(491800785)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@752494dd) [junit] [EL Fine]: 2022-09-10 04:18:57.805--ClientSession(1644524251)--Connection(423207828)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, yellow] [junit] [EL Finest]: 2022-09-10 04:18:57.806--UnitOfWork(491800785)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1a02ebe0) [junit] [EL Fine]: 2022-09-10 04:18:57.806--ClientSession(1644524251)--Connection(423207828)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] bind => [1, 0.0, me, CreditCardAccount] [junit] [EL Finest]: 2022-09-10 04:18:57.807--UnitOfWork(491800785)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268) [junit] [EL Fine]: 2022-09-10 04:18:57.807--ClientSession(1644524251)--Connection(423207828)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [7, first, last, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:18:57.807--ClientSession(1644524251)--Connection(423207828)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_NAME, PAT_YEAR) VALUES (?, ?, ?, ?) [junit] bind => [2007-01-01, whatever, 12345, 2007] [junit] [EL Fine]: 2022-09-10 04:18:57.808--ClientSession(1644524251)--Connection(423207828)--Thread(Thread[main,5,main])--INSERT INTO TMP_CREDIT_ACC (CARDNUMBER, CARDTYPE, VALIDTO, CCA_ID) VALUES (?, ?, ?, ?) [junit] bind => [123, null, null, 1] [junit] [EL Finer]: 2022-09-10 04:18:57.808--UnitOfWork(491800785)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:57.809--UnitOfWork(491800785)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.809--UnitOfWork(491800785)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.809--ClientSession(1644524251)--Connection(423207828)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:57.81--ServerSession(1737750354)--Connection(1682663597)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.81--UnitOfWork(491800785)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.81--UnitOfWork(491800785)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.811--UnitOfWork(491800785)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.811--ClientSession(1644524251)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.811--UnitOfWork(491800785)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.811--ClientSession(1644524251)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.811--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1952551539 [junit] [EL Finer]: 2022-09-10 04:18:57.811--ClientSession(1952551539)--Thread(Thread[main,5,main])--acquire unit of work: 952457866 [junit] [EL Finest]: 2022-09-10 04:18:57.811--UnitOfWork(952457866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=CreditCardAccount ) [junit] [EL Finest]: 2022-09-10 04:18:57.812--ServerSession(1737750354)--Connection(1745014819)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.812--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:57.812--ServerSession(1737750354)--Connection(243883582)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.CCA_ID, t1.CARDNUMBER, t1.CARDTYPE, t1.VALIDTO FROM TMP_ACCOUNT t0, TMP_CREDIT_ACC t1 WHERE ((t0.ACC_NUMBER = ?) AND ((t1.CCA_ID = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [999, CreditCardAccount] [junit] [EL Finest]: 2022-09-10 04:18:57.812--ServerSession(1737750354)--Connection(1745014819)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:18:57.812--UnitOfWork(952457866)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.813--ClientSession(1952551539)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.827--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1946464242 [junit] [EL Finer]: 2022-09-10 04:18:57.827--ClientSession(1946464242)--Thread(Thread[main,5,main])--acquire unit of work: 309476445 [junit] [EL Finest]: 2022-09-10 04:18:57.827--UnitOfWork(309476445)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:18:57.827--UnitOfWork(309476445)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2. [junit] [EL Finest]: 2022-09-10 04:18:57.827--UnitOfWork(309476445)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@26f480c6. [junit] [EL Finest]: 2022-09-10 04:18:57.827--UnitOfWork(309476445)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@2567c091. [junit] [EL Finest]: 2022-09-10 04:18:57.827--UnitOfWork(309476445)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268. [junit] [EL Finest]: 2022-09-10 04:18:57.828--UnitOfWork(309476445)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@74bfdd66. [junit] [EL Finer]: 2022-09-10 04:18:57.828--UnitOfWork(309476445)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:18:57.828--UnitOfWork(309476445)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:18:57.828--ServerSession(1737750354)--Connection(546392117)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.828--ClientSession(1946464242)--Connection(546392117)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:57.829--ClientSession(1946464242)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:57.829--UnitOfWork(309476445)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2022-09-10 04:18:57.829--UnitOfWork(309476445)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@2567c091) [junit] [EL Finer]: 2022-09-10 04:18:57.829--ClientSession(1946464242)--Connection(1633439396)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:57.829--ClientSession(1946464242)--Connection(1633439396)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:18:57.829--ClientSession(1946464242)--Connection(1633439396)--Thread(Thread[main,5,main])-- bind => [1, eins, 1] [junit] [EL Fine]: 2022-09-10 04:18:57.83--ClientSession(1946464242)--Connection(1633439396)--Thread(Thread[main,5,main])-- bind => [2, zwei, 1] [junit] [EL Finer]: 2022-09-10 04:18:57.83--ClientSession(1946464242)--Connection(1633439396)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:18:57.831--UnitOfWork(309476445)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@74bfdd66) [junit] [EL Fine]: 2022-09-10 04:18:57.831--ClientSession(1946464242)--Connection(1633439396)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, yellow] [junit] [EL Finest]: 2022-09-10 04:18:57.831--UnitOfWork(309476445)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@26f480c6) [junit] [EL Fine]: 2022-09-10 04:18:57.832--ClientSession(1946464242)--Connection(1633439396)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] bind => [1, 0.0, me, CreditCardAccount] [junit] [EL Finest]: 2022-09-10 04:18:57.832--UnitOfWork(309476445)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268) [junit] [EL Fine]: 2022-09-10 04:18:57.833--ClientSession(1946464242)--Connection(1633439396)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [7, first, last, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:18:57.833--ClientSession(1946464242)--Connection(1633439396)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_NAME, PAT_YEAR) VALUES (?, ?, ?, ?) [junit] bind => [2007-01-01, whatever, 12345, 2007] [junit] [EL Fine]: 2022-09-10 04:18:57.834--ClientSession(1946464242)--Connection(1633439396)--Thread(Thread[main,5,main])--INSERT INTO TMP_CREDIT_ACC (CARDNUMBER, CARDTYPE, VALIDTO, CCA_ID) VALUES (?, ?, ?, ?) [junit] bind => [123, null, null, 1] [junit] [EL Finer]: 2022-09-10 04:18:57.834--UnitOfWork(309476445)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:57.834--UnitOfWork(309476445)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.834--UnitOfWork(309476445)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.835--ClientSession(1946464242)--Connection(1633439396)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:57.835--ServerSession(1737750354)--Connection(546392117)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.836--UnitOfWork(309476445)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.836--UnitOfWork(309476445)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.836--UnitOfWork(309476445)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.836--ClientSession(1946464242)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.836--UnitOfWork(309476445)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.836--ClientSession(1946464242)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.836--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1198265211 [junit] [EL Finer]: 2022-09-10 04:18:57.836--ClientSession(1198265211)--Thread(Thread[main,5,main])--acquire unit of work: 2031373582 [junit] [EL Finest]: 2022-09-10 04:18:57.836--UnitOfWork(2031373582)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=CreditCardAccount ) [junit] [EL Finest]: 2022-09-10 04:18:57.837--ServerSession(1737750354)--Connection(1409422014)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.837--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:57.837--ServerSession(1737750354)--Connection(39296394)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.CCA_ID, t1.CARDNUMBER, t1.CARDTYPE, t1.VALIDTO FROM TMP_ACCOUNT t0, TMP_CREDIT_ACC t1 WHERE ((t0.ACC_NUMBER = ?) AND ((t1.CCA_ID = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [1, CreditCardAccount] [junit] [EL Finest]: 2022-09-10 04:18:57.837--ServerSession(1737750354)--Connection(1409422014)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:18:57.838--UnitOfWork(2031373582)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.838--ClientSession(1198265211)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.838--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 83296098 [junit] [EL Finer]: 2022-09-10 04:18:57.838--ClientSession(83296098)--Thread(Thread[main,5,main])--acquire unit of work: 476238509 [junit] [EL Finest]: 2022-09-10 04:18:57.838--UnitOfWork(476238509)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Account ) [junit] [EL Finest]: 2022-09-10 04:18:57.838--ServerSession(1737750354)--Connection(1855947104)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.838--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:57.839--ServerSession(1737750354)--Connection(1050247219)--Thread(Thread[main,5,main])--SELECT DISTINCT TYPE FROM TMP_ACCOUNT WHERE (ACC_NUMBER = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:18:57.839--ServerSession(1737750354)--Connection(1855947104)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.84--ServerSession(1737750354)--Connection(1828522217)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.84--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:57.84--ServerSession(1737750354)--Connection(1422562336)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.CCA_ID, t1.CARDNUMBER, t1.CARDTYPE, t1.VALIDTO FROM TMP_ACCOUNT t0, TMP_CREDIT_ACC t1 WHERE ((t0.ACC_NUMBER = ?) AND ((t1.CCA_ID = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [1, CreditCardAccount] [junit] [EL Finest]: 2022-09-10 04:18:57.84--ServerSession(1737750354)--Connection(1828522217)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:18:57.84--UnitOfWork(476238509)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.841--ClientSession(83296098)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.858--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1869571492 [junit] [EL Finer]: 2022-09-10 04:18:57.858--ClientSession(1869571492)--Thread(Thread[main,5,main])--acquire unit of work: 160479339 [junit] [EL Finest]: 2022-09-10 04:18:57.858--UnitOfWork(160479339)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:18:57.858--UnitOfWork(160479339)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2. [junit] [EL Finest]: 2022-09-10 04:18:57.858--UnitOfWork(160479339)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@40a7974. [junit] [EL Finest]: 2022-09-10 04:18:57.859--UnitOfWork(160479339)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@8d5da7e. [junit] [EL Finest]: 2022-09-10 04:18:57.859--UnitOfWork(160479339)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268. [junit] [EL Finest]: 2022-09-10 04:18:57.859--UnitOfWork(160479339)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@41f90b10. [junit] [EL Finer]: 2022-09-10 04:18:57.859--UnitOfWork(160479339)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:18:57.859--UnitOfWork(160479339)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2022-09-10 04:18:57.859--ServerSession(1737750354)--Connection(1399215965)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.859--ClientSession(1869571492)--Connection(1399215965)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:57.859--ClientSession(1869571492)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:57.86--UnitOfWork(160479339)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:18:57.86--UnitOfWork(160479339)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@8d5da7e) [junit] [EL Finer]: 2022-09-10 04:18:57.86--ClientSession(1869571492)--Connection(460107127)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:57.86--ClientSession(1869571492)--Connection(460107127)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:18:57.86--ClientSession(1869571492)--Connection(460107127)--Thread(Thread[main,5,main])-- bind => [2, zwei, 1] [junit] [EL Fine]: 2022-09-10 04:18:57.86--ClientSession(1869571492)--Connection(460107127)--Thread(Thread[main,5,main])-- bind => [1, eins, 1] [junit] [EL Finer]: 2022-09-10 04:18:57.86--ClientSession(1869571492)--Connection(460107127)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:18:57.861--UnitOfWork(160479339)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@41f90b10) [junit] [EL Fine]: 2022-09-10 04:18:57.861--ClientSession(1869571492)--Connection(460107127)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, yellow] [junit] [EL Finest]: 2022-09-10 04:18:57.862--UnitOfWork(160479339)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@40a7974) [junit] [EL Fine]: 2022-09-10 04:18:57.862--ClientSession(1869571492)--Connection(460107127)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] bind => [1, 0.0, me, CreditCardAccount] [junit] [EL Finest]: 2022-09-10 04:18:57.862--UnitOfWork(160479339)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268) [junit] [EL Fine]: 2022-09-10 04:18:57.862--ClientSession(1869571492)--Connection(460107127)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [7, first, last, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:18:57.863--ClientSession(1869571492)--Connection(460107127)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_NAME, PAT_YEAR) VALUES (?, ?, ?, ?) [junit] bind => [2007-01-01, whatever, 12345, 2007] [junit] [EL Fine]: 2022-09-10 04:18:57.864--ClientSession(1869571492)--Connection(460107127)--Thread(Thread[main,5,main])--INSERT INTO TMP_CREDIT_ACC (CARDNUMBER, CARDTYPE, VALIDTO, CCA_ID) VALUES (?, ?, ?, ?) [junit] bind => [123, null, null, 1] [junit] [EL Finer]: 2022-09-10 04:18:57.864--UnitOfWork(160479339)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:57.864--UnitOfWork(160479339)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.864--UnitOfWork(160479339)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.865--ClientSession(1869571492)--Connection(460107127)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:57.865--ServerSession(1737750354)--Connection(1399215965)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.866--UnitOfWork(160479339)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.866--UnitOfWork(160479339)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.866--UnitOfWork(160479339)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.866--ClientSession(1869571492)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.866--UnitOfWork(160479339)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.866--ClientSession(1869571492)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.866--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 959718932 [junit] [EL Finer]: 2022-09-10 04:18:57.866--ClientSession(959718932)--Thread(Thread[main,5,main])--acquire unit of work: 2038535743 [junit] [EL Finest]: 2022-09-10 04:18:57.866--UnitOfWork(2038535743)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@31e3c34. [junit] [EL Finest]: 2022-09-10 04:18:57.867--UnitOfWork(2038535743)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b. [junit] [EL Finest]: 2022-09-10 04:18:57.867--UnitOfWork(2038535743)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@b. [junit] [EL Finer]: 2022-09-10 04:18:57.867--UnitOfWork(2038535743)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:57.867--UnitOfWork(2038535743)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:18:57.867--UnitOfWork(2038535743)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b) [junit] [EL Finest]: 2022-09-10 04:18:57.867--ServerSession(1737750354)--Connection(1751574336)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.867--ClientSession(959718932)--Connection(1751574336)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:57.867--ClientSession(959718932)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:57.868--UnitOfWork(2038535743)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@31e3c34) [junit] [EL Fine]: 2022-09-10 04:18:57.868--ClientSession(959718932)--Connection(752202140)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [11, eleven, 1] [junit] [EL Finest]: 2022-09-10 04:18:57.869--UnitOfWork(2038535743)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@b) [junit] [EL Fine]: 2022-09-10 04:18:57.869--ClientSession(959718932)--Connection(752202140)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [11, homer, simpson, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:18:57.869--ClientSession(959718932)--Connection(752202140)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] bind => [11, 2007-01-01, eleven, 1, Review] [junit] [EL Fine]: 2022-09-10 04:18:57.87--ClientSession(959718932)--Connection(752202140)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] bind => [0, 11] [junit] [EL Finer]: 2022-09-10 04:18:57.871--ClientSession(959718932)--Connection(752202140)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:57.871--ServerSession(1737750354)--Connection(1751574336)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.872--UnitOfWork(2038535743)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.872--UnitOfWork(2038535743)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.872--UnitOfWork(2038535743)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.872--ClientSession(959718932)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.872--UnitOfWork(2038535743)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.872--ClientSession(959718932)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.872--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1107717901 [junit] [EL Finer]: 2022-09-10 04:18:57.872--ClientSession(1107717901)--Thread(Thread[main,5,main])--acquire unit of work: 1753110043 [junit] [EL Finest]: 2022-09-10 04:18:57.872--UnitOfWork(1753110043)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:57.872--UnitOfWork(1753110043)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b [junit] [EL Finest]: 2022-09-10 04:18:57.873--UnitOfWork(1753110043)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readReview" referenceClass=Review sql="SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID))") [junit] [EL Finest]: 2022-09-10 04:18:57.873--ServerSession(1737750354)--Connection(28064367)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.873--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:57.873--ServerSession(1737750354)--Connection(16705482)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID)) [junit] bind => [11] [junit] [EL Finest]: 2022-09-10 04:18:57.874--ServerSession(1737750354)--Connection(28064367)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:18:57.874--UnitOfWork(1753110043)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:57.874--UnitOfWork(1753110043)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b) [junit] [EL Finest]: 2022-09-10 04:18:57.874--ServerSession(1737750354)--Connection(1540140763)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.875--ClientSession(1107717901)--Connection(1540140763)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:57.875--ClientSession(1107717901)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:57.875--UnitOfWork(1753110043)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@b) [junit] [EL Fine]: 2022-09-10 04:18:57.875--ClientSession(1107717901)--Connection(1238989252)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [updated, 2, 11, 1] [junit] [EL Fine]: 2022-09-10 04:18:57.876--ClientSession(1107717901)--Connection(1238989252)--Thread(Thread[main,5,main])--UPDATE TMP_REVIEW SET TEXT = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [updated, 2, 11, 1] [junit] [EL Finer]: 2022-09-10 04:18:57.876--ClientSession(1107717901)--Connection(1238989252)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:57.877--ServerSession(1737750354)--Connection(1540140763)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.877--UnitOfWork(1753110043)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.877--UnitOfWork(1753110043)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.877--UnitOfWork(1753110043)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.877--ClientSession(1107717901)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.877--UnitOfWork(1753110043)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.877--ClientSession(1107717901)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.877--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 295145298 [junit] [EL Finer]: 2022-09-10 04:18:57.877--ClientSession(295145298)--Thread(Thread[main,5,main])--acquire unit of work: 1040733616 [junit] [EL Finest]: 2022-09-10 04:18:57.877--UnitOfWork(1040733616)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee ) [junit] [EL Finest]: 2022-09-10 04:18:57.877--UnitOfWork(1040733616)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@484b5a21 [junit] [EL Finest]: 2022-09-10 04:18:57.878--UnitOfWork(1040733616)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:18:57.878--UnitOfWork(1040733616)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:18:57.878--ServerSession(1737750354)--Connection(1207739340)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.878--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:57.878--ServerSession(1737750354)--Connection(1433690944)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [11, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:18:57.879--ServerSession(1737750354)--Connection(1207739340)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.879--UnitOfWork(1040733616)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@16e5344c [junit] [EL Finer]: 2022-09-10 04:18:57.879--UnitOfWork(1040733616)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:18:57.879--UnitOfWork(1040733616)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Employee ) [junit] [EL Finest]: 2022-09-10 04:18:57.88--UnitOfWork(1040733616)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="bicycles" ) [junit] [EL Finest]: 2022-09-10 04:18:57.88--ServerSession(1737750354)--Connection(571532390)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.88--ClientSession(295145298)--Connection(571532390)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:57.88--ClientSession(295145298)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:57.88--UnitOfWork(1040733616)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" ) [junit] [EL Fine]: 2022-09-10 04:18:57.88--ClientSession(295145298)--Connection(199344266)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_BICYCLE WHERE (EMPLOYEE_ID = ?) [junit] bind => [11] [junit] [EL Finest]: 2022-09-10 04:18:57.881--UnitOfWork(1040733616)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" ) [junit] [EL Fine]: 2022-09-10 04:18:57.881--ClientSession(295145298)--Connection(199344266)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_CREDIT WHERE (CLIENT_ID = ?) [junit] bind => [11] [junit] [EL Finest]: 2022-09-10 04:18:57.881--UnitOfWork(1040733616)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" ) [junit] [EL Fine]: 2022-09-10 04:18:57.881--ClientSession(295145298)--Connection(199344266)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_HOBBY WHERE (EMP_ID = ?) [junit] bind => [11] [junit] [EL Finest]: 2022-09-10 04:18:57.882--UnitOfWork(1040733616)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" ) [junit] [EL Fine]: 2022-09-10 04:18:57.882--ClientSession(295145298)--Connection(199344266)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PATENT WHERE (EMP_ID = ?) [junit] bind => [11] [junit] [EL Finest]: 2022-09-10 04:18:57.882--UnitOfWork(1040733616)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" ) [junit] [EL Fine]: 2022-09-10 04:18:57.882--ClientSession(295145298)--Connection(199344266)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT WHERE (EMP_ID = ?) [junit] bind => [11] [junit] [EL Finest]: 2022-09-10 04:18:57.883--UnitOfWork(1040733616)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@16e5344c) [junit] [EL Fine]: 2022-09-10 04:18:57.883--ClientSession(295145298)--Connection(199344266)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW WHERE (EMP_ID = ?) [junit] bind => [11] [junit] [EL Fine]: 2022-09-10 04:18:57.883--ClientSession(295145298)--Connection(199344266)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP WHERE (ID = ?) [junit] bind => [11] [junit] [EL Finer]: 2022-09-10 04:18:57.884--UnitOfWork(1040733616)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:57.884--UnitOfWork(1040733616)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.884--UnitOfWork(1040733616)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.884--ClientSession(295145298)--Connection(199344266)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:57.885--ServerSession(1737750354)--Connection(571532390)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.885--UnitOfWork(1040733616)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.885--UnitOfWork(1040733616)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.885--UnitOfWork(1040733616)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.885--ClientSession(295145298)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.885--UnitOfWork(1040733616)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.885--ClientSession(295145298)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.885--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1246783221 [junit] [EL Finer]: 2022-09-10 04:18:57.885--ClientSession(1246783221)--Thread(Thread[main,5,main])--acquire unit of work: 1468876586 [junit] [EL Finest]: 2022-09-10 04:18:57.885--UnitOfWork(1468876586)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:57.886--ServerSession(1737750354)--Connection(294716061)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.886--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:57.886--ServerSession(1737750354)--Connection(1421004802)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?) [junit] bind => [11] [junit] [EL Finest]: 2022-09-10 04:18:57.886--ServerSession(1737750354)--Connection(294716061)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.886--UnitOfWork(1468876586)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:18:57.886--UnitOfWork(1468876586)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b [junit] [EL Finest]: 2022-09-10 04:18:57.887--UnitOfWork(1468876586)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b [junit] [EL Finer]: 2022-09-10 04:18:57.887--UnitOfWork(1468876586)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:18:57.887--UnitOfWork(1468876586)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:18:57.887--UnitOfWork(1468876586)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b) [junit] [EL Finest]: 2022-09-10 04:18:57.887--ServerSession(1737750354)--Connection(92686444)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.887--ClientSession(1246783221)--Connection(92686444)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:57.887--ClientSession(1246783221)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:57.887--ClientSession(1246783221)--Connection(193240998)--Thread(Thread[main,5,main])--DELETE FROM TMP_DEP WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [11, 2] [junit] [EL Finer]: 2022-09-10 04:18:57.888--UnitOfWork(1468876586)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:57.888--UnitOfWork(1468876586)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.888--UnitOfWork(1468876586)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.888--ClientSession(1246783221)--Connection(193240998)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:57.889--ServerSession(1737750354)--Connection(92686444)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.889--UnitOfWork(1468876586)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.889--UnitOfWork(1468876586)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.889--UnitOfWork(1468876586)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.889--ClientSession(1246783221)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.889--UnitOfWork(1468876586)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.889--ClientSession(1246783221)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.889--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 2045532088 [junit] [EL Finer]: 2022-09-10 04:18:57.889--ClientSession(2045532088)--Thread(Thread[main,5,main])--acquire unit of work: 1455066764 [junit] [EL Finest]: 2022-09-10 04:18:57.889--UnitOfWork(1455066764)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:57.889--ServerSession(1737750354)--Connection(2001493596)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.889--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:57.889--ServerSession(1737750354)--Connection(1290804289)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?) [junit] bind => [11] [junit] [EL Finest]: 2022-09-10 04:18:57.89--ServerSession(1737750354)--Connection(2001493596)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.89--UnitOfWork(1455066764)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Review ) [junit] [EL Finest]: 2022-09-10 04:18:57.89--ServerSession(1737750354)--Connection(1088287545)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.89--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:57.89--ServerSession(1737750354)--Connection(209972599)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID)) [junit] bind => [11] [junit] [EL Finest]: 2022-09-10 04:18:57.891--ServerSession(1737750354)--Connection(1088287545)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.891--UnitOfWork(1455066764)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@b [junit] [EL Finer]: 2022-09-10 04:18:57.891--UnitOfWork(1455066764)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:18:57.891--UnitOfWork(1455066764)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Review ) [junit] [EL Finest]: 2022-09-10 04:18:57.891--UnitOfWork(1455066764)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@b) [junit] [EL Finest]: 2022-09-10 04:18:57.892--ServerSession(1737750354)--Connection(1321368652)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.892--ClientSession(2045532088)--Connection(1321368652)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:57.892--ClientSession(2045532088)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:57.892--ClientSession(2045532088)--Connection(304088688)--Thread(Thread[main,5,main])--DELETE FROM TMP_REVIEW_DETAILS WHERE (REVIEW_ID = ?) [junit] bind => [11] [junit] [EL Fine]: 2022-09-10 04:18:57.892--ClientSession(2045532088)--Connection(304088688)--Thread(Thread[main,5,main])--DELETE FROM TMP_REVIEW WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [11, 2] [junit] [EL Finer]: 2022-09-10 04:18:57.893--UnitOfWork(1455066764)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:57.893--UnitOfWork(1455066764)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.893--UnitOfWork(1455066764)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.893--ClientSession(2045532088)--Connection(304088688)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:57.894--ServerSession(1737750354)--Connection(1321368652)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.894--UnitOfWork(1455066764)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.894--UnitOfWork(1455066764)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.894--UnitOfWork(1455066764)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.894--ClientSession(2045532088)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.894--UnitOfWork(1455066764)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.894--ClientSession(2045532088)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.894--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 514587349 [junit] [EL Finer]: 2022-09-10 04:18:57.894--ClientSession(514587349)--Thread(Thread[main,5,main])--acquire unit of work: 1644631132 [junit] [EL Finest]: 2022-09-10 04:18:57.894--UnitOfWork(1644631132)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readReview" referenceClass=Review sql="SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID))") [junit] [EL Finest]: 2022-09-10 04:18:57.894--ServerSession(1737750354)--Connection(707108719)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.894--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:57.894--ServerSession(1737750354)--Connection(2093965588)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID)) [junit] bind => [11] [junit] [EL Finest]: 2022-09-10 04:18:57.895--ServerSession(1737750354)--Connection(707108719)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:18:57.909--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1190892929 [junit] [EL Finer]: 2022-09-10 04:18:57.909--ClientSession(1190892929)--Thread(Thread[main,5,main])--acquire unit of work: 117227681 [junit] [EL Finest]: 2022-09-10 04:18:57.909--UnitOfWork(117227681)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:18:57.909--UnitOfWork(117227681)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2. [junit] [EL Finest]: 2022-09-10 04:18:57.91--UnitOfWork(117227681)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5c9b5e62. [junit] [EL Finest]: 2022-09-10 04:18:57.91--UnitOfWork(117227681)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@3c826498. [junit] [EL Finest]: 2022-09-10 04:18:57.91--UnitOfWork(117227681)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268. [junit] [EL Finest]: 2022-09-10 04:18:57.91--UnitOfWork(117227681)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@521c67f0. [junit] [EL Finer]: 2022-09-10 04:18:57.91--UnitOfWork(117227681)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:18:57.91--UnitOfWork(117227681)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2022-09-10 04:18:57.91--ServerSession(1737750354)--Connection(1373579841)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.91--ClientSession(1190892929)--Connection(1373579841)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:57.91--ClientSession(1190892929)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:57.911--UnitOfWork(117227681)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:18:57.911--UnitOfWork(117227681)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@3c826498) [junit] [EL Finer]: 2022-09-10 04:18:57.911--ClientSession(1190892929)--Connection(1367071968)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:57.911--ClientSession(1190892929)--Connection(1367071968)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:18:57.911--ClientSession(1190892929)--Connection(1367071968)--Thread(Thread[main,5,main])-- bind => [2, zwei, 1] [junit] [EL Fine]: 2022-09-10 04:18:57.911--ClientSession(1190892929)--Connection(1367071968)--Thread(Thread[main,5,main])-- bind => [1, eins, 1] [junit] [EL Finer]: 2022-09-10 04:18:57.911--ClientSession(1190892929)--Connection(1367071968)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:18:57.912--UnitOfWork(117227681)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@521c67f0) [junit] [EL Fine]: 2022-09-10 04:18:57.912--ClientSession(1190892929)--Connection(1367071968)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, yellow] [junit] [EL Finest]: 2022-09-10 04:18:57.912--UnitOfWork(117227681)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5c9b5e62) [junit] [EL Fine]: 2022-09-10 04:18:57.913--ClientSession(1190892929)--Connection(1367071968)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] bind => [1, 0.0, me, CreditCardAccount] [junit] [EL Finest]: 2022-09-10 04:18:57.913--UnitOfWork(117227681)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@2cb2268) [junit] [EL Fine]: 2022-09-10 04:18:57.913--ClientSession(1190892929)--Connection(1367071968)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [7, first, last, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:18:57.914--ClientSession(1190892929)--Connection(1367071968)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_NAME, PAT_YEAR) VALUES (?, ?, ?, ?) [junit] bind => [2007-01-01, whatever, 12345, 2007] [junit] [EL Fine]: 2022-09-10 04:18:57.915--ClientSession(1190892929)--Connection(1367071968)--Thread(Thread[main,5,main])--INSERT INTO TMP_CREDIT_ACC (CARDNUMBER, CARDTYPE, VALIDTO, CCA_ID) VALUES (?, ?, ?, ?) [junit] bind => [123, null, null, 1] [junit] [EL Finer]: 2022-09-10 04:18:57.915--UnitOfWork(117227681)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:57.915--UnitOfWork(117227681)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.915--UnitOfWork(117227681)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.916--ClientSession(1190892929)--Connection(1367071968)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:57.917--ServerSession(1737750354)--Connection(1373579841)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:57.917--UnitOfWork(117227681)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.917--UnitOfWork(117227681)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.917--UnitOfWork(117227681)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.917--ClientSession(1190892929)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.918--UnitOfWork(117227681)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.918--ClientSession(1190892929)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.918--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1773267192 [junit] [EL Finer]: 2022-09-10 04:18:57.918--ClientSession(1773267192)--Thread(Thread[main,5,main])--acquire unit of work: 308998656 [junit] [EL Finest]: 2022-09-10 04:18:57.918--UnitOfWork(308998656)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee ) [junit] [EL Finest]: 2022-09-10 04:18:57.918--UnitOfWork(308998656)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2211b44f [junit] [EL Finest]: 2022-09-10 04:18:57.918--UnitOfWork(308998656)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:18:57.918--UnitOfWork(308998656)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:18:57.918--ServerSession(1737750354)--Connection(298424794)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.918--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:57.919--ServerSession(1737750354)--Connection(1425445649)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [7, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:18:57.919--ServerSession(1737750354)--Connection(298424794)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:18:57.92--UnitOfWork(308998656)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.92--UnitOfWork(308998656)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:57.92--UnitOfWork(308998656)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.92--UnitOfWork(308998656)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.92--ClientSession(1773267192)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:57.92--UnitOfWork(308998656)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.92--ClientSession(1773267192)--Thread(Thread[main,5,main])--client released [junit] Tests run: 23, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.686 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestMerge [junit] [EL Finer]: 2022-09-10 04:18:57.951--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 861310502 [junit] [EL Finer]: 2022-09-10 04:18:57.952--ClientSession(861310502)--Thread(Thread[main,5,main])--acquire unit of work: 159089828 [junit] [EL Finer]: 2022-09-10 04:18:57.952--UnitOfWork(159089828)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.952--ClientSession(861310502)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.952--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 894783813 [junit] [EL Finer]: 2022-09-10 04:18:57.952--ClientSession(894783813)--Thread(Thread[main,5,main])--acquire unit of work: 1891383964 [junit] [EL Finer]: 2022-09-10 04:18:57.952--UnitOfWork(1891383964)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.952--ClientSession(894783813)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.965--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 741236338 [junit] [EL Finer]: 2022-09-10 04:18:57.965--ClientSession(741236338)--Thread(Thread[main,5,main])--acquire unit of work: 1044945601 [junit] [EL Finest]: 2022-09-10 04:18:57.965--UnitOfWork(1044945601)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@259 [junit] [EL Finest]: 2022-09-10 04:18:57.965--UnitOfWork(1044945601)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:18:57.965--ServerSession(1737750354)--Connection(604047477)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.965--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:57.966--ServerSession(1737750354)--Connection(2046959433)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?) [junit] bind => [601] [junit] [EL Finest]: 2022-09-10 04:18:57.966--ServerSession(1737750354)--Connection(604047477)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:18:57.966--UnitOfWork(1044945601)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.966--ClientSession(741236338)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.967--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 338027825 [junit] [EL Finer]: 2022-09-10 04:18:57.967--ClientSession(338027825)--Thread(Thread[main,5,main])--acquire unit of work: 424573103 [junit] [EL Finest]: 2022-09-10 04:18:57.967--UnitOfWork(424573103)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@25a [junit] [EL Finest]: 2022-09-10 04:18:57.967--UnitOfWork(424573103)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:18:57.967--ServerSession(1737750354)--Connection(1721073890)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:57.967--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:57.967--ServerSession(1737750354)--Connection(1562570092)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?) [junit] bind => [602] [junit] [EL Finest]: 2022-09-10 04:18:57.968--ServerSession(1737750354)--Connection(1721073890)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:18:57.968--UnitOfWork(424573103)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:57.968--ClientSession(338027825)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:57.982--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 617107045 [junit] [EL Finer]: 2022-09-10 04:18:57.982--ClientSession(617107045)--Thread(Thread[main,5,main])--acquire unit of work: 1933032750 [junit] [EL Finest]: 2022-09-10 04:18:57.982--UnitOfWork(1933032750)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp@4604e051 [junit] [EL Finer]: 2022-09-10 04:18:58.082--UnitOfWork(1933032750)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:58.083--UnitOfWork(1933032750)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp@4535bdc6) [junit] [EL Finest]: 2022-09-10 04:18:58.083--ServerSession(1737750354)--Connection(203361403)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.083--ClientSession(617107045)--Connection(203361403)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:58.083--ClientSession(617107045)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.084--ClientSession(617107045)--Connection(1680628659)--Thread(Thread[main,5,main])--INSERT INTO TMP_TIMESTAMP (ID) VALUES (?) [junit] bind => [1662783538082] [junit] [EL Finer]: 2022-09-10 04:18:58.084--ClientSession(617107045)--Connection(1680628659)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:58.085--ServerSession(1737750354)--Connection(203361403)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.085--UnitOfWork(1933032750)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.085--UnitOfWork(1933032750)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.086--UnitOfWork(1933032750)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.086--ClientSession(617107045)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.086--UnitOfWork(1933032750)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.086--ClientSession(617107045)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.086--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1581687077 [junit] [EL Finer]: 2022-09-10 04:18:58.086--ClientSession(1581687077)--Thread(Thread[main,5,main])--acquire unit of work: 1479645341 [junit] [EL Finest]: 2022-09-10 04:18:58.086--UnitOfWork(1479645341)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readTimestamp" referenceClass=Timestamp sql="SELECT ID FROM TMP_TIMESTAMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:58.086--ServerSession(1737750354)--Connection(1246215324)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:58.086--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.087--ServerSession(1737750354)--Connection(1359003971)--Thread(Thread[main,5,main])--SELECT ID FROM TMP_TIMESTAMP WHERE (ID = ?) [junit] bind => [1662783538082] [junit] [EL Finest]: 2022-09-10 04:18:58.087--ServerSession(1737750354)--Connection(1246215324)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:18:58.098--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 466322841 [junit] [EL Finer]: 2022-09-10 04:18:58.098--ClientSession(466322841)--Thread(Thread[main,5,main])--acquire unit of work: 191307226 [junit] [EL Finest]: 2022-09-10 04:18:58.098--UnitOfWork(191307226)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp@25b20860 [junit] [EL Finest]: 2022-09-10 04:18:58.098--UnitOfWork(191307226)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Timestamp ) [junit] [EL Finest]: 2022-09-10 04:18:58.098--ServerSession(1737750354)--Connection(1537618192)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:58.098--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.098--ServerSession(1737750354)--Connection(470188208)--Thread(Thread[main,5,main])--SELECT ID FROM TMP_TIMESTAMP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:18:58.099--ServerSession(1737750354)--Connection(1537618192)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:18:58.199--UnitOfWork(191307226)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:58.2--UnitOfWork(191307226)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp@703cb756) [junit] [EL Finest]: 2022-09-10 04:18:58.2--ServerSession(1737750354)--Connection(1252333507)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.2--ClientSession(466322841)--Connection(1252333507)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:58.2--ClientSession(466322841)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.201--ClientSession(466322841)--Connection(1597415366)--Thread(Thread[main,5,main])--INSERT INTO TMP_TIMESTAMP (ID) VALUES (?) [junit] bind => [1662783538199] [junit] [EL Finer]: 2022-09-10 04:18:58.201--ClientSession(466322841)--Connection(1597415366)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:58.203--ServerSession(1737750354)--Connection(1252333507)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.203--UnitOfWork(191307226)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.203--UnitOfWork(191307226)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.203--UnitOfWork(191307226)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.203--ClientSession(466322841)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.203--UnitOfWork(191307226)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.203--ClientSession(466322841)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.203--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 396851838 [junit] [EL Finer]: 2022-09-10 04:18:58.203--ClientSession(396851838)--Thread(Thread[main,5,main])--acquire unit of work: 2089029603 [junit] [EL Finest]: 2022-09-10 04:18:58.203--UnitOfWork(2089029603)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readTimestamp" referenceClass=Timestamp sql="SELECT ID FROM TMP_TIMESTAMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:58.203--ServerSession(1737750354)--Connection(1493257982)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:58.203--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.204--ServerSession(1737750354)--Connection(1599677423)--Thread(Thread[main,5,main])--SELECT ID FROM TMP_TIMESTAMP WHERE (ID = ?) [junit] bind => [1662783538199] [junit] [EL Finest]: 2022-09-10 04:18:58.204--ServerSession(1737750354)--Connection(1493257982)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:18:58.219--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 525630200 [junit] [EL Finer]: 2022-09-10 04:18:58.22--ClientSession(525630200)--Thread(Thread[main,5,main])--acquire unit of work: 1286571868 [junit] [EL Finest]: 2022-09-10 04:18:58.22--UnitOfWork(1286571868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty@5d15789f. [junit] [EL Finest]: 2022-09-10 04:18:58.22--UnitOfWork(1286571868)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty@5abb7a8f [junit] [EL Finer]: 2022-09-10 04:18:58.22--UnitOfWork(1286571868)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:58.22--UnitOfWork(1286571868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty@5d15789f) [junit] [EL Finest]: 2022-09-10 04:18:58.22--ServerSession(1737750354)--Connection(1701599256)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.22--ClientSession(525630200)--Connection(1701599256)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:58.22--ClientSession(525630200)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:58.221--UnitOfWork(1286571868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty@6684589a) [junit] [EL Finer]: 2022-09-10 04:18:58.221--ClientSession(525630200)--Connection(1042643178)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:58.221--ClientSession(525630200)--Connection(1042643178)--Thread(Thread[main,5,main])--INSERT INTO TMP_NASTY (ID) VALUES (?) [junit] [EL Fine]: 2022-09-10 04:18:58.221--ClientSession(525630200)--Connection(1042643178)--Thread(Thread[main,5,main])-- bind => [1000] [junit] [EL Fine]: 2022-09-10 04:18:58.221--ClientSession(525630200)--Connection(1042643178)--Thread(Thread[main,5,main])-- bind => [1000] [junit] [EL Finer]: 2022-09-10 04:18:58.221--ClientSession(525630200)--Connection(1042643178)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2022-09-10 04:18:58.222--ClientSession(525630200)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finer]: 2022-09-10 04:18:58.223--ClientSession(525630200)--Connection(1042643178)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2022-09-10 04:18:58.223--ServerSession(1737750354)--Connection(1701599256)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Warning]: 2022-09-10 04:18:58.223--UnitOfWork(1286571868)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.BatchUpdateException: Duplicate entry '1000' for key 'PRIMARY' [junit] Error Code: 1062 [junit] at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:331) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeJDK12BatchStatement(DatabaseAccessor.java:933) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatch(ParameterizedSQLBatchWritingMechanism.java:179) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatchedStatements(ParameterizedSQLBatchWritingMechanism.java:134) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.writesCompleted(DatabaseAccessor.java:1845) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.writesCompleted(AbstractSession.java:4316) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.writesCompleted(UnitOfWorkImpl.java:5649) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.acquireWriteLocks(UnitOfWorkImpl.java:1659) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitTransactionAfterWriteChanges(UnitOfWorkImpl.java:1627) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:285) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1182) [junit] at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:134) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransaction(AbstractBaseTest.java:131) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestMerge.testNastyTimestampTwice(TestMerge.java:874) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.lang.reflect.Method.invoke(Method.java:498) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:178) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:38) [junit] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:50) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:38) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1014) [junit] Caused by: java.sql.BatchUpdateException: Duplicate entry '1000' for key 'PRIMARY' [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [junit] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [junit] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [junit] at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) [junit] at com.mysql.jdbc.Util.getInstance(Util.java:408) [junit] at com.mysql.jdbc.SQLError.createBatchUpdateException(SQLError.java:1154) [junit] at com.mysql.jdbc.PreparedStatement.executeBatchSerially(PreparedStatement.java:1832) [junit] at com.mysql.jdbc.PreparedStatement.executeBatchInternal(PreparedStatement.java:1316) [junit] at com.mysql.jdbc.StatementImpl.executeBatch(StatementImpl.java:954) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabasePlatform.executeBatch(DatabasePlatform.java:2366) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeJDK12BatchStatement(DatabaseAccessor.java:922) [junit] ... 36 more [junit] Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1000' for key 'PRIMARY' [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [junit] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [junit] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [junit] at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) [junit] at com.mysql.jdbc.Util.getInstance(Util.java:408) [junit] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:936) [junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3933) [junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3869) [junit] at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2524) [junit] at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2675) [junit] at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2465) [junit] at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1912) [junit] at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2133) [junit] at com.mysql.jdbc.PreparedStatement.executeBatchSerially(PreparedStatement.java:1810) [junit] ... 40 more [junit] [junit] [EL Finer]: 2022-09-10 04:18:58.224--UnitOfWork(1286571868)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.224--ClientSession(525630200)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.239--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1289292854 [junit] [EL Finer]: 2022-09-10 04:18:58.239--ClientSession(1289292854)--Thread(Thread[main,5,main])--acquire unit of work: 178405137 [junit] [EL Finest]: 2022-09-10 04:18:58.239--UnitOfWork(178405137)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:18:58.239--UnitOfWork(178405137)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:18:58.239--ServerSession(1737750354)--Connection(2045314417)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:58.239--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.239--ServerSession(1737750354)--Connection(2102730438)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:18:58.24--ServerSession(1737750354)--Connection(2045314417)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:18:58.24--UnitOfWork(178405137)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:58.24--UnitOfWork(178405137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:18:58.24--ServerSession(1737750354)--Connection(448945595)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.24--ClientSession(1289292854)--Connection(448945595)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:58.241--ClientSession(1289292854)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.241--ClientSession(1289292854)--Connection(1303734497)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, NEW, 1] [junit] [EL Finer]: 2022-09-10 04:18:58.241--ClientSession(1289292854)--Connection(1303734497)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:58.242--ServerSession(1737750354)--Connection(448945595)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.242--UnitOfWork(178405137)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.242--UnitOfWork(178405137)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.242--UnitOfWork(178405137)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.242--ClientSession(1289292854)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.242--UnitOfWork(178405137)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.242--ClientSession(1289292854)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.242--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 447392721 [junit] [EL Finer]: 2022-09-10 04:18:58.242--ClientSession(447392721)--Thread(Thread[main,5,main])--acquire unit of work: 2092841477 [junit] [EL Finest]: 2022-09-10 04:18:58.243--UnitOfWork(2092841477)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:58.243--UnitOfWork(2092841477)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:18:58.257--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 11731022 [junit] [EL Finer]: 2022-09-10 04:18:58.257--ClientSession(11731022)--Thread(Thread[main,5,main])--acquire unit of work: 1436306950 [junit] [EL Finest]: 2022-09-10 04:18:58.257--UnitOfWork(1436306950)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty@111cbcda. [junit] [EL Finest]: 2022-09-10 04:18:58.257--UnitOfWork(1436306950)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty@437c1a87 [junit] [EL Finest]: 2022-09-10 04:18:58.257--UnitOfWork(1436306950)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Nasty ) [junit] [EL Finest]: 2022-09-10 04:18:58.257--ServerSession(1737750354)--Connection(1349733610)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:58.257--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.258--ServerSession(1737750354)--Connection(1315078366)--Thread(Thread[main,5,main])--SELECT ID FROM TMP_NASTY WHERE (ID = ?) [junit] bind => [2000] [junit] [EL Finest]: 2022-09-10 04:18:58.258--ServerSession(1737750354)--Connection(1349733610)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:18:58.258--UnitOfWork(1436306950)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:58.258--UnitOfWork(1436306950)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty@111cbcda) [junit] [EL Finest]: 2022-09-10 04:18:58.258--ServerSession(1737750354)--Connection(517653428)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.258--ClientSession(11731022)--Connection(517653428)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:58.259--ClientSession(11731022)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:58.259--UnitOfWork(1436306950)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty@784212) [junit] [EL Finer]: 2022-09-10 04:18:58.259--ClientSession(11731022)--Connection(1984032002)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:58.259--ClientSession(11731022)--Connection(1984032002)--Thread(Thread[main,5,main])--INSERT INTO TMP_NASTY (ID) VALUES (?) [junit] [EL Fine]: 2022-09-10 04:18:58.259--ClientSession(11731022)--Connection(1984032002)--Thread(Thread[main,5,main])-- bind => [1000] [junit] [EL Fine]: 2022-09-10 04:18:58.259--ClientSession(11731022)--Connection(1984032002)--Thread(Thread[main,5,main])-- bind => [1000] [junit] [EL Finer]: 2022-09-10 04:18:58.259--ClientSession(11731022)--Connection(1984032002)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2022-09-10 04:18:58.26--ClientSession(11731022)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finer]: 2022-09-10 04:18:58.26--ClientSession(11731022)--Connection(1984032002)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2022-09-10 04:18:58.261--ServerSession(1737750354)--Connection(517653428)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Warning]: 2022-09-10 04:18:58.261--UnitOfWork(1436306950)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.BatchUpdateException: Duplicate entry '1000' for key 'PRIMARY' [junit] Error Code: 1062 [junit] at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:331) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeJDK12BatchStatement(DatabaseAccessor.java:933) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatch(ParameterizedSQLBatchWritingMechanism.java:179) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatchedStatements(ParameterizedSQLBatchWritingMechanism.java:134) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.writesCompleted(DatabaseAccessor.java:1845) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.writesCompleted(AbstractSession.java:4316) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.writesCompleted(UnitOfWorkImpl.java:5649) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.acquireWriteLocks(UnitOfWorkImpl.java:1659) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitTransactionAfterWriteChanges(UnitOfWorkImpl.java:1627) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:285) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1182) [junit] at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:134) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransaction(AbstractBaseTest.java:131) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestMerge.testNastyTimestampTwiceNotInitial(TestMerge.java:902) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.lang.reflect.Method.invoke(Method.java:498) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:178) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:38) [junit] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:50) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:38) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1014) [junit] Caused by: java.sql.BatchUpdateException: Duplicate entry '1000' for key 'PRIMARY' [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [junit] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [junit] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [junit] at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) [junit] at com.mysql.jdbc.Util.getInstance(Util.java:408) [junit] at com.mysql.jdbc.SQLError.createBatchUpdateException(SQLError.java:1154) [junit] at com.mysql.jdbc.PreparedStatement.executeBatchSerially(PreparedStatement.java:1832) [junit] at com.mysql.jdbc.PreparedStatement.executeBatchInternal(PreparedStatement.java:1316) [junit] at com.mysql.jdbc.StatementImpl.executeBatch(StatementImpl.java:954) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabasePlatform.executeBatch(DatabasePlatform.java:2366) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeJDK12BatchStatement(DatabaseAccessor.java:922) [junit] ... 36 more [junit] Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1000' for key 'PRIMARY' [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [junit] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [junit] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [junit] at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) [junit] at com.mysql.jdbc.Util.getInstance(Util.java:408) [junit] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:936) [junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3933) [junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3869) [junit] at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2524) [junit] at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2675) [junit] at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2465) [junit] at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1912) [junit] at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2133) [junit] at com.mysql.jdbc.PreparedStatement.executeBatchSerially(PreparedStatement.java:1810) [junit] ... 40 more [junit] [junit] [EL Finer]: 2022-09-10 04:18:58.262--UnitOfWork(1436306950)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.262--ClientSession(11731022)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.275--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1467806809 [junit] [EL Finer]: 2022-09-10 04:18:58.275--ClientSession(1467806809)--Thread(Thread[main,5,main])--acquire unit of work: 1127135362 [junit] [EL Finest]: 2022-09-10 04:18:58.275--UnitOfWork(1127135362)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b. [junit] [EL Finest]: 2022-09-10 04:18:58.275--UnitOfWork(1127135362)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b [junit] [EL Finer]: 2022-09-10 04:18:58.275--UnitOfWork(1127135362)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:58.276--UnitOfWork(1127135362)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b) [junit] [EL Finest]: 2022-09-10 04:18:58.276--ServerSession(1737750354)--Connection(342547835)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.276--ClientSession(1467806809)--Connection(342547835)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:58.276--ClientSession(1467806809)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.276--ClientSession(1467806809)--Connection(574000604)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [11, MANAGED_NEW, 1] [junit] [EL Finer]: 2022-09-10 04:18:58.277--ClientSession(1467806809)--Connection(574000604)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:58.278--ServerSession(1737750354)--Connection(342547835)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.278--UnitOfWork(1127135362)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.278--UnitOfWork(1127135362)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.278--UnitOfWork(1127135362)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.279--ClientSession(1467806809)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.279--UnitOfWork(1127135362)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.279--ClientSession(1467806809)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.279--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 900666712 [junit] [EL Finer]: 2022-09-10 04:18:58.279--ClientSession(900666712)--Thread(Thread[main,5,main])--acquire unit of work: 593573468 [junit] [EL Finest]: 2022-09-10 04:18:58.279--UnitOfWork(593573468)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@c. [junit] [EL Finer]: 2022-09-10 04:18:58.279--UnitOfWork(593573468)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:58.279--UnitOfWork(593573468)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@c) [junit] [EL Finest]: 2022-09-10 04:18:58.279--ServerSession(1737750354)--Connection(124900571)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.279--ClientSession(900666712)--Connection(124900571)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:58.279--ClientSession(900666712)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.279--ClientSession(900666712)--Connection(763937215)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [12, MANAGED, 1] [junit] [EL Finer]: 2022-09-10 04:18:58.28--ClientSession(900666712)--Connection(763937215)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:58.281--ServerSession(1737750354)--Connection(124900571)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.281--UnitOfWork(593573468)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.281--UnitOfWork(593573468)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.281--UnitOfWork(593573468)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.281--ClientSession(900666712)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.281--UnitOfWork(593573468)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.281--ClientSession(900666712)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.281--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1035726142 [junit] [EL Finer]: 2022-09-10 04:18:58.281--ClientSession(1035726142)--Thread(Thread[main,5,main])--acquire unit of work: 1456817679 [junit] [EL Finest]: 2022-09-10 04:18:58.281--UnitOfWork(1456817679)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:58.282--UnitOfWork(1456817679)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@c [junit] [EL Finest]: 2022-09-10 04:18:58.282--UnitOfWork(1456817679)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@c [junit] [EL Finer]: 2022-09-10 04:18:58.282--UnitOfWork(1456817679)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.282--UnitOfWork(1456817679)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.282--UnitOfWork(1456817679)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.282--UnitOfWork(1456817679)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.282--ClientSession(1035726142)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.282--UnitOfWork(1456817679)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.282--ClientSession(1035726142)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.296--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1584806919 [junit] [EL Finer]: 2022-09-10 04:18:58.296--ClientSession(1584806919)--Thread(Thread[main,5,main])--acquire unit of work: 543615127 [junit] [EL Finest]: 2022-09-10 04:18:58.296--UnitOfWork(543615127)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@12d. [junit] [EL Finest]: 2022-09-10 04:18:58.296--UnitOfWork(543615127)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@64540344. [junit] [EL Finest]: 2022-09-10 04:18:58.296--UnitOfWork(543615127)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@12f. [junit] [EL Finest]: 2022-09-10 04:18:58.297--UnitOfWork(543615127)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@130. [junit] [EL Finest]: 2022-09-10 04:18:58.297--UnitOfWork(543615127)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:counting beans. [junit] [EL Finest]: 2022-09-10 04:18:58.297--ServerSession(1737750354)--Connection(1469963860)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.297--ClientSession(1584806919)--Connection(1469963860)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:58.297--ClientSession(1584806919)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:58.297--ClientSession(1584806919)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="StringIdGenerator" sql="UPDATE TMP_STRING_GEN SET MAX_ID = MAX_ID + #PREALLOC_SIZE WHERE BEAN_NAME = #BEAN_NAME") [junit] [EL Finest]: 2022-09-10 04:18:58.297--ClientSession(1584806919)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="StringIdGenerator" sql="SELECT MAX_ID FROM TMP_STRING_GEN WHERE BEAN_NAME = #BEAN_NAME") [junit] [EL Fine]: 2022-09-10 04:18:58.298--ClientSession(1584806919)--Connection(817459855)--Thread(Thread[main,5,main])--UPDATE TMP_STRING_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, StringIdGenerator] [junit] [EL Fine]: 2022-09-10 04:18:58.298--ClientSession(1584806919)--Connection(817459855)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_STRING_GEN WHERE BEAN_NAME = ? [junit] bind => [StringIdGenerator] [junit] [EL Finest]: 2022-09-10 04:18:58.298--ClientSession(1584806919)--Connection(817459855)--Thread(Thread[main,5,main])--local sequencing preallocation for StringIdGenerator: objects: 50 , first: 1, last: 50 [junit] [EL Finer]: 2022-09-10 04:18:58.299--ClientSession(1584806919)--Connection(817459855)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:58.299--ServerSession(1737750354)--Connection(817459855)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2022-09-10 04:18:58.299--ServerSession(1737750354)--Connection(1469963860)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:18:58.299--UnitOfWork(543615127)--Thread(Thread[main,5,main])--assign sequence to the object (1 -> null:null:counting beans) [junit] [EL Finest]: 2022-09-10 04:18:58.3--UnitOfWork(543615127)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:writing SDDs. [junit] [EL Finest]: 2022-09-10 04:18:58.3--UnitOfWork(543615127)--Thread(Thread[main,5,main])--assign sequence to the object (2 -> null:null:writing SDDs) [junit] [EL Finer]: 2022-09-10 04:18:58.3--UnitOfWork(543615127)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:58.3--UnitOfWork(543615127)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@12d) [junit] [EL Finest]: 2022-09-10 04:18:58.3--ServerSession(1737750354)--Connection(1098645181)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.3--ClientSession(1584806919)--Connection(1098645181)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:58.3--ClientSession(1584806919)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:58.301--UnitOfWork(543615127)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@64540344) [junit] [EL Fine]: 2022-09-10 04:18:58.301--ClientSession(1584806919)--Connection(549353786)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [301, Merge test department, 1] [junit] [EL Finest]: 2022-09-10 04:18:58.301--UnitOfWork(543615127)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(1:null:counting beans) [junit] [EL Fine]: 2022-09-10 04:18:58.302--ClientSession(1584806919)--Connection(549353786)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [302, Detached, Employee, null, null, null, null, 301, null, null, null, null, null] [junit] [EL Finest]: 2022-09-10 04:18:58.302--UnitOfWork(543615127)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(2:null:writing SDDs) [junit] [EL Finest]: 2022-09-10 04:18:58.302--UnitOfWork(543615127)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@130) [junit] [EL Finer]: 2022-09-10 04:18:58.302--ClientSession(1584806919)--Connection(549353786)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:58.302--ClientSession(1584806919)--Connection(549353786)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:18:58.302--ClientSession(1584806919)--Connection(549353786)--Thread(Thread[main,5,main])-- bind => [1, null, counting beans] [junit] [EL Fine]: 2022-09-10 04:18:58.302--ClientSession(1584806919)--Connection(549353786)--Thread(Thread[main,5,main])-- bind => [2, null, writing SDDs] [junit] [EL Finer]: 2022-09-10 04:18:58.303--ClientSession(1584806919)--Connection(549353786)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:18:58.303--UnitOfWork(543615127)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@12f) [junit] [EL Finer]: 2022-09-10 04:18:58.303--ClientSession(1584806919)--Connection(549353786)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:58.304--ClientSession(1584806919)--Connection(549353786)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:18:58.304--ClientSession(1584806919)--Connection(549353786)--Thread(Thread[main,5,main])-- bind => [304, 2006-01-02, two, 1, Review] [junit] [EL Fine]: 2022-09-10 04:18:58.304--ClientSession(1584806919)--Connection(549353786)--Thread(Thread[main,5,main])-- bind => [303, 2006-01-01, one, 1, Review] [junit] [EL Finer]: 2022-09-10 04:18:58.304--ClientSession(1584806919)--Connection(549353786)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:18:58.305--ClientSession(1584806919)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" ) [junit] [EL Finer]: 2022-09-10 04:18:58.305--ClientSession(1584806919)--Connection(549353786)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:58.305--ClientSession(1584806919)--Connection(549353786)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:18:58.305--ClientSession(1584806919)--Connection(549353786)--Thread(Thread[main,5,main])-- bind => [0, 304] [junit] [EL Fine]: 2022-09-10 04:18:58.305--ClientSession(1584806919)--Connection(549353786)--Thread(Thread[main,5,main])-- bind => [0, 303] [junit] [EL Finer]: 2022-09-10 04:18:58.305--ClientSession(1584806919)--Connection(549353786)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:18:58.306--ClientSession(1584806919)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:18:58.306--ClientSession(1584806919)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:18:58.306--ClientSession(1584806919)--Connection(549353786)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:58.306--ClientSession(1584806919)--Connection(549353786)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:18:58.306--ClientSession(1584806919)--Connection(549353786)--Thread(Thread[main,5,main])-- bind => [1, 302] [junit] [EL Fine]: 2022-09-10 04:18:58.306--ClientSession(1584806919)--Connection(549353786)--Thread(Thread[main,5,main])-- bind => [2, 302] [junit] [EL Finer]: 2022-09-10 04:18:58.306--ClientSession(1584806919)--Connection(549353786)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:18:58.307--ClientSession(1584806919)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:18:58.307--ClientSession(1584806919)--Connection(549353786)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:58.307--ClientSession(1584806919)--Connection(549353786)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:18:58.307--ClientSession(1584806919)--Connection(549353786)--Thread(Thread[main,5,main])-- bind => [304, 302] [junit] [EL Fine]: 2022-09-10 04:18:58.307--ClientSession(1584806919)--Connection(549353786)--Thread(Thread[main,5,main])-- bind => [303, 302] [junit] [EL Finer]: 2022-09-10 04:18:58.307--ClientSession(1584806919)--Connection(549353786)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:18:58.308--ClientSession(1584806919)--Connection(549353786)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:58.308--ServerSession(1737750354)--Connection(1098645181)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.309--UnitOfWork(543615127)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.309--UnitOfWork(543615127)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.31--UnitOfWork(543615127)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.31--ClientSession(1584806919)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.31--UnitOfWork(543615127)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.31--ClientSession(1584806919)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.31--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 159847162 [junit] [EL Finer]: 2022-09-10 04:18:58.31--ClientSession(159847162)--Thread(Thread[main,5,main])--acquire unit of work: 1630046228 [junit] [EL Finest]: 2022-09-10 04:18:58.31--UnitOfWork(1630046228)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:58.31--UnitOfWork(1630046228)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@32d22650 [junit] [EL Finest]: 2022-09-10 04:18:58.31--UnitOfWork(1630046228)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@12d [junit] [EL Finest]: 2022-09-10 04:18:58.31--UnitOfWork(1630046228)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:18:58.311--ServerSession(1737750354)--Connection(935808590)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:58.311--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.311--ServerSession(1737750354)--Connection(311040138)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [302, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:18:58.311--ServerSession(1737750354)--Connection(935808590)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:18:58.312--UnitOfWork(1630046228)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.312--UnitOfWork(1630046228)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.312--UnitOfWork(1630046228)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.312--UnitOfWork(1630046228)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.312--ClientSession(159847162)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.312--UnitOfWork(1630046228)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.312--ClientSession(159847162)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.312--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 2105598387 [junit] [EL Finer]: 2022-09-10 04:18:58.312--ClientSession(2105598387)--Thread(Thread[main,5,main])--acquire unit of work: 28783325 [junit] [EL Finest]: 2022-09-10 04:18:58.312--UnitOfWork(28783325)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:58.312--UnitOfWork(28783325)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@32d22650 [junit] [EL Finest]: 2022-09-10 04:18:58.312--UnitOfWork(28783325)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@12d [junit] [EL Finest]: 2022-09-10 04:18:58.312--UnitOfWork(28783325)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:18:58.313--ServerSession(1737750354)--Connection(1495761010)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:58.313--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.313--ServerSession(1737750354)--Connection(1639866449)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [302, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:18:58.313--ServerSession(1737750354)--Connection(1495761010)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:58.314--UnitOfWork(28783325)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3b8d2abe [junit] [EL Finest]: 2022-09-10 04:18:58.314--UnitOfWork(28783325)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="reviews" referenceClass=Review sql="SELECT t1.ID, t1.DTYPE, t2.REVIEW_ID, t1.REVIEWDATE, t1.TEXT, t2.SUCCESSRATE, t1.VERSION, t1.PATENT_YEAR, t1.PATENT_NAME FROM TMP_EMP_REVIEW t0, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID))") [junit] [EL Finest]: 2022-09-10 04:18:58.314--ServerSession(1737750354)--Connection(1458969972)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:58.314--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.314--ServerSession(1737750354)--Connection(1155023635)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t2.REVIEW_ID, t1.REVIEWDATE, t1.TEXT, t2.SUCCESSRATE, t1.VERSION, t1.PATENT_YEAR, t1.PATENT_NAME FROM TMP_EMP_REVIEW t0, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID)) [junit] bind => [302] [junit] [EL Finest]: 2022-09-10 04:18:58.315--ServerSession(1737750354)--Connection(1458969972)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:58.315--UnitOfWork(28783325)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@130 [junit] [EL Finest]: 2022-09-10 04:18:58.315--UnitOfWork(28783325)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@12f [junit] [EL Finest]: 2022-09-10 04:18:58.315--UnitOfWork(28783325)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="hobbies" referenceClass=Hobby ) [junit] [EL Finest]: 2022-09-10 04:18:58.316--ServerSession(1737750354)--Connection(1331052438)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:58.316--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.317--ServerSession(1737750354)--Connection(1051569428)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.CATEGORY, t0.DESCRIPTION FROM TMP_HOBBY t0, TMP_EMP_HOBBY t1 WHERE ((t1.EMP_ID = ?) AND (t0.ID = t1.HOBBY_ID)) ORDER BY t0.CATEGORY ASC, t0.DESCRIPTION DESC [junit] bind => [302] [junit] [EL Finest]: 2022-09-10 04:18:58.317--ServerSession(1737750354)--Connection(1331052438)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:58.317--UnitOfWork(28783325)--Thread(Thread[main,5,main])--Register the existing object 2:null:writing SDDs [junit] [EL Finest]: 2022-09-10 04:18:58.318--UnitOfWork(28783325)--Thread(Thread[main,5,main])--Register the existing object 1:null:counting beans [junit] [EL Finer]: 2022-09-10 04:18:58.318--UnitOfWork(28783325)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.318--UnitOfWork(28783325)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.318--UnitOfWork(28783325)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.318--UnitOfWork(28783325)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.318--ClientSession(2105598387)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.318--UnitOfWork(28783325)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.318--ClientSession(2105598387)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.318--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 122904360 [junit] [EL Finer]: 2022-09-10 04:18:58.318--ClientSession(122904360)--Thread(Thread[main,5,main])--acquire unit of work: 1979080020 [junit] [EL Finest]: 2022-09-10 04:18:58.318--UnitOfWork(1979080020)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:58.318--UnitOfWork(1979080020)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@32d22650 [junit] [EL Finest]: 2022-09-10 04:18:58.319--UnitOfWork(1979080020)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@12d [junit] [EL Finest]: 2022-09-10 04:18:58.319--UnitOfWork(1979080020)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:18:58.319--ServerSession(1737750354)--Connection(1182410116)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:58.319--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.319--ServerSession(1737750354)--Connection(18996450)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [302, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:18:58.32--ServerSession(1737750354)--Connection(1182410116)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:18:58.32--UnitOfWork(1979080020)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.32--UnitOfWork(1979080020)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.32--UnitOfWork(1979080020)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.32--UnitOfWork(1979080020)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.32--ClientSession(122904360)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.32--UnitOfWork(1979080020)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.32--ClientSession(122904360)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.32--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 931940545 [junit] [EL Finer]: 2022-09-10 04:18:58.32--ClientSession(931940545)--Thread(Thread[main,5,main])--acquire unit of work: 1396910831 [junit] [EL Finest]: 2022-09-10 04:18:58.32--UnitOfWork(1396910831)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:58.32--UnitOfWork(1396910831)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@32d22650 [junit] [EL Finest]: 2022-09-10 04:18:58.321--UnitOfWork(1396910831)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@12d [junit] [EL Finest]: 2022-09-10 04:18:58.321--UnitOfWork(1396910831)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:18:58.321--ServerSession(1737750354)--Connection(1095666481)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:58.321--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.321--ServerSession(1737750354)--Connection(194037157)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [302, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:18:58.322--ServerSession(1737750354)--Connection(1095666481)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:58.322--UnitOfWork(1396910831)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="reviews" referenceClass=Review sql="SELECT t1.ID, t1.DTYPE, t2.REVIEW_ID, t1.REVIEWDATE, t1.TEXT, t2.SUCCESSRATE, t1.VERSION, t1.PATENT_YEAR, t1.PATENT_NAME FROM TMP_EMP_REVIEW t0, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID))") [junit] [EL Finest]: 2022-09-10 04:18:58.322--ServerSession(1737750354)--Connection(1055951310)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:58.322--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.322--ServerSession(1737750354)--Connection(859885144)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t2.REVIEW_ID, t1.REVIEWDATE, t1.TEXT, t2.SUCCESSRATE, t1.VERSION, t1.PATENT_YEAR, t1.PATENT_NAME FROM TMP_EMP_REVIEW t0, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID)) [junit] bind => [302] [junit] [EL Finest]: 2022-09-10 04:18:58.323--ServerSession(1737750354)--Connection(1055951310)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:58.323--UnitOfWork(1396910831)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@130 [junit] [EL Finest]: 2022-09-10 04:18:58.323--UnitOfWork(1396910831)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@12f [junit] [EL Finest]: 2022-09-10 04:18:58.324--UnitOfWork(1396910831)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="hobbies" referenceClass=Hobby sql="SELECT t0.ID, t0.CATEGORY, t0.DESCRIPTION FROM TMP_HOBBY t0, TMP_EMP_HOBBY t1 WHERE ((t1.EMP_ID = ?) AND (t0.ID = t1.HOBBY_ID)) ORDER BY t0.CATEGORY ASC, t0.DESCRIPTION DESC") [junit] [EL Finest]: 2022-09-10 04:18:58.324--ServerSession(1737750354)--Connection(1554540309)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:58.324--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.324--ServerSession(1737750354)--Connection(1406666986)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.CATEGORY, t0.DESCRIPTION FROM TMP_HOBBY t0, TMP_EMP_HOBBY t1 WHERE ((t1.EMP_ID = ?) AND (t0.ID = t1.HOBBY_ID)) ORDER BY t0.CATEGORY ASC, t0.DESCRIPTION DESC [junit] bind => [302] [junit] [EL Finest]: 2022-09-10 04:18:58.324--ServerSession(1737750354)--Connection(1554540309)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:58.325--UnitOfWork(1396910831)--Thread(Thread[main,5,main])--Register the existing object 2:null:writing SDDs [junit] [EL Finest]: 2022-09-10 04:18:58.325--UnitOfWork(1396910831)--Thread(Thread[main,5,main])--Register the existing object 1:null:counting beans [junit] [EL Finest]: 2022-09-10 04:18:58.325--UnitOfWork(1396910831)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3f3a6091 [junit] [EL Finer]: 2022-09-10 04:18:58.325--UnitOfWork(1396910831)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.326--UnitOfWork(1396910831)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.326--UnitOfWork(1396910831)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.326--UnitOfWork(1396910831)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.326--ClientSession(931940545)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.326--UnitOfWork(1396910831)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.326--ClientSession(931940545)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.341--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1013118618 [junit] [EL Finer]: 2022-09-10 04:18:58.341--ClientSession(1013118618)--Thread(Thread[main,5,main])--acquire unit of work: 252246185 [junit] [EL Finest]: 2022-09-10 04:18:58.341--UnitOfWork(252246185)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1f. [junit] [EL Finer]: 2022-09-10 04:18:58.341--UnitOfWork(252246185)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:58.341--UnitOfWork(252246185)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1f) [junit] [EL Finest]: 2022-09-10 04:18:58.341--ServerSession(1737750354)--Connection(1420694080)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.341--ClientSession(1013118618)--Connection(1420694080)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:58.341--ClientSession(1013118618)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.342--ClientSession(1013118618)--Connection(472606156)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [31, DETACHED, 1] [junit] [EL Finer]: 2022-09-10 04:18:58.342--ClientSession(1013118618)--Connection(472606156)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:58.343--ServerSession(1737750354)--Connection(1420694080)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.343--UnitOfWork(252246185)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.343--UnitOfWork(252246185)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.343--UnitOfWork(252246185)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.343--ClientSession(1013118618)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.343--UnitOfWork(252246185)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.343--ClientSession(1013118618)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.343--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 2101977504 [junit] [EL Finer]: 2022-09-10 04:18:58.344--ClientSession(2101977504)--Thread(Thread[main,5,main])--acquire unit of work: 973844160 [junit] [EL Finest]: 2022-09-10 04:18:58.344--UnitOfWork(973844160)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1f [junit] [EL Finer]: 2022-09-10 04:18:58.344--UnitOfWork(973844160)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:58.344--UnitOfWork(973844160)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1f) [junit] [EL Finest]: 2022-09-10 04:18:58.344--ServerSession(1737750354)--Connection(890512255)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.344--ClientSession(2101977504)--Connection(890512255)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:58.344--ClientSession(2101977504)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.345--ClientSession(2101977504)--Connection(1376708275)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [NEW_NAME, 2, 31, 1] [junit] [EL Finer]: 2022-09-10 04:18:58.345--ClientSession(2101977504)--Connection(1376708275)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:58.346--ServerSession(1737750354)--Connection(890512255)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.346--UnitOfWork(973844160)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.346--UnitOfWork(973844160)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.346--UnitOfWork(973844160)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.346--ClientSession(2101977504)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.346--UnitOfWork(973844160)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.346--ClientSession(2101977504)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.346--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 46092193 [junit] [EL Finer]: 2022-09-10 04:18:58.346--ClientSession(46092193)--Thread(Thread[main,5,main])--acquire unit of work: 656476731 [junit] [EL Finest]: 2022-09-10 04:18:58.346--UnitOfWork(656476731)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:58.347--UnitOfWork(656476731)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1f [junit] [EL Finest]: 2022-09-10 04:18:58.347--UnitOfWork(656476731)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@20. [junit] [EL Finest]: 2022-09-10 04:18:58.347--UnitOfWork(656476731)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@20 [junit] [EL Finer]: 2022-09-10 04:18:58.347--UnitOfWork(656476731)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:58.347--UnitOfWork(656476731)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@20) [junit] [EL Finest]: 2022-09-10 04:18:58.347--ServerSession(1737750354)--Connection(778232359)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.347--ClientSession(46092193)--Connection(778232359)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:58.347--ClientSession(46092193)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.348--ClientSession(46092193)--Connection(1589547066)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [32, NEW_NAME, 1] [junit] [EL Finer]: 2022-09-10 04:18:58.348--ClientSession(46092193)--Connection(1589547066)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:58.349--ServerSession(1737750354)--Connection(778232359)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.349--UnitOfWork(656476731)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.349--UnitOfWork(656476731)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.349--UnitOfWork(656476731)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.349--ClientSession(46092193)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.349--UnitOfWork(656476731)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.349--ClientSession(46092193)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.349--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1217784054 [junit] [EL Finer]: 2022-09-10 04:18:58.349--ClientSession(1217784054)--Thread(Thread[main,5,main])--acquire unit of work: 1652592286 [junit] [EL Finest]: 2022-09-10 04:18:58.349--UnitOfWork(1652592286)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:58.349--UnitOfWork(1652592286)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@20 [junit] [EL Finest]: 2022-09-10 04:18:58.349--UnitOfWork(1652592286)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@21. [junit] [EL Finer]: 2022-09-10 04:18:58.349--UnitOfWork(1652592286)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:58.35--UnitOfWork(1652592286)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@21) [junit] [EL Finest]: 2022-09-10 04:18:58.35--ServerSession(1737750354)--Connection(912573846)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.35--ClientSession(1217784054)--Connection(912573846)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:58.35--ClientSession(1217784054)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.35--ClientSession(1217784054)--Connection(1084936573)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [33, ORIGINAL, 1] [junit] [EL Finer]: 2022-09-10 04:18:58.351--ClientSession(1217784054)--Connection(1084936573)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:58.351--ServerSession(1737750354)--Connection(912573846)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.351--UnitOfWork(1652592286)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.351--UnitOfWork(1652592286)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.351--UnitOfWork(1652592286)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.351--ClientSession(1217784054)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.351--UnitOfWork(1652592286)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.351--ClientSession(1217784054)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.352--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1268343946 [junit] [EL Finer]: 2022-09-10 04:18:58.352--ClientSession(1268343946)--Thread(Thread[main,5,main])--acquire unit of work: 1563321789 [junit] [EL Finest]: 2022-09-10 04:18:58.352--UnitOfWork(1563321789)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:58.352--UnitOfWork(1563321789)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@21 [junit] [EL Finer]: 2022-09-10 04:18:58.352--UnitOfWork(1563321789)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.352--UnitOfWork(1563321789)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.352--UnitOfWork(1563321789)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.352--UnitOfWork(1563321789)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.352--ClientSession(1268343946)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.352--UnitOfWork(1563321789)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.352--ClientSession(1268343946)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.352--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1523911426 [junit] [EL Finer]: 2022-09-10 04:18:58.352--ClientSession(1523911426)--Thread(Thread[main,5,main])--acquire unit of work: 1459788259 [junit] [EL Finest]: 2022-09-10 04:18:58.352--UnitOfWork(1459788259)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:58.352--UnitOfWork(1459788259)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@21 [junit] [EL Finest]: 2022-09-10 04:18:58.353--UnitOfWork(1459788259)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@21 [junit] [EL Finer]: 2022-09-10 04:18:58.353--UnitOfWork(1459788259)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:58.353--UnitOfWork(1459788259)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@21) [junit] [EL Finest]: 2022-09-10 04:18:58.353--ServerSession(1737750354)--Connection(1226125321)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.353--ClientSession(1523911426)--Connection(1226125321)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:58.353--ClientSession(1523911426)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.353--ClientSession(1523911426)--Connection(169571657)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [NEW_NAME, 2, 33, 1] [junit] [EL Finer]: 2022-09-10 04:18:58.354--ClientSession(1523911426)--Connection(169571657)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:58.354--ServerSession(1737750354)--Connection(1226125321)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.355--UnitOfWork(1459788259)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.355--UnitOfWork(1459788259)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.355--UnitOfWork(1459788259)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.355--ClientSession(1523911426)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.355--UnitOfWork(1459788259)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.355--ClientSession(1523911426)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.355--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1952249684 [junit] [EL Finer]: 2022-09-10 04:18:58.355--ClientSession(1952249684)--Thread(Thread[main,5,main])--acquire unit of work: 633103787 [junit] [EL Finest]: 2022-09-10 04:18:58.355--UnitOfWork(633103787)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:58.355--UnitOfWork(633103787)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@21 [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 5, Time elapsed: 0.424 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestPersist [junit] [EL Finer]: 2022-09-10 04:18:58.382--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 2003665047 [junit] [EL Finer]: 2022-09-10 04:18:58.382--ClientSession(2003665047)--Thread(Thread[main,5,main])--acquire unit of work: 2050248794 [junit] [EL Finer]: 2022-09-10 04:18:58.382--UnitOfWork(2050248794)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.382--ClientSession(2003665047)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.383--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1321604822 [junit] [EL Finer]: 2022-09-10 04:18:58.383--ClientSession(1321604822)--Thread(Thread[main,5,main])--acquire unit of work: 1437884065 [junit] [EL Finer]: 2022-09-10 04:18:58.383--UnitOfWork(1437884065)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.383--ClientSession(1321604822)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.396--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1279362198 [junit] [EL Finer]: 2022-09-10 04:18:58.396--ClientSession(1279362198)--Thread(Thread[main,5,main])--acquire unit of work: 315841481 [junit] [EL Finest]: 2022-09-10 04:18:58.396--UnitOfWork(315841481)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6f. [junit] [EL Finer]: 2022-09-10 04:18:58.397--UnitOfWork(315841481)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:58.397--UnitOfWork(315841481)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6f) [junit] [EL Finest]: 2022-09-10 04:18:58.397--ServerSession(1737750354)--Connection(1518753442)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.397--ClientSession(1279362198)--Connection(1518753442)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:58.397--ClientSession(1279362198)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.397--ClientSession(1279362198)--Connection(1375949608)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [111, OLD, 1] [junit] [EL Finer]: 2022-09-10 04:18:58.398--ClientSession(1279362198)--Connection(1375949608)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:58.398--ServerSession(1737750354)--Connection(1518753442)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.399--UnitOfWork(315841481)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.399--UnitOfWork(315841481)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.399--UnitOfWork(315841481)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.399--ClientSession(1279362198)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.399--UnitOfWork(315841481)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.399--ClientSession(1279362198)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.399--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1011646033 [junit] [EL Finer]: 2022-09-10 04:18:58.399--ClientSession(1011646033)--Thread(Thread[main,5,main])--acquire unit of work: 1956569315 [junit] [EL Finest]: 2022-09-10 04:18:58.399--UnitOfWork(1956569315)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:58.399--UnitOfWork(1956569315)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6f [junit] [EL Finer]: 2022-09-10 04:18:58.399--UnitOfWork(1956569315)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:18:58.399--UnitOfWork(1956569315)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6f) [junit] [EL Finest]: 2022-09-10 04:18:58.399--ServerSession(1737750354)--Connection(922786124)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.399--ClientSession(1011646033)--Connection(922786124)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:58.4--ClientSession(1011646033)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.4--ClientSession(1011646033)--Connection(2023843291)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [CHANGED, 2, 111, 1] [junit] [EL Finer]: 2022-09-10 04:18:58.4--UnitOfWork(1956569315)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:58.4--UnitOfWork(1956569315)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.4--UnitOfWork(1956569315)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.401--ClientSession(1011646033)--Connection(2023843291)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:58.401--ServerSession(1737750354)--Connection(922786124)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.401--UnitOfWork(1956569315)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.401--UnitOfWork(1956569315)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.401--UnitOfWork(1956569315)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.401--ClientSession(1011646033)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.401--UnitOfWork(1956569315)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.401--ClientSession(1011646033)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.401--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1841213176 [junit] [EL Finer]: 2022-09-10 04:18:58.401--ClientSession(1841213176)--Thread(Thread[main,5,main])--acquire unit of work: 125059477 [junit] [EL Finest]: 2022-09-10 04:18:58.402--UnitOfWork(125059477)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@70. [junit] [EL Finer]: 2022-09-10 04:18:58.402--UnitOfWork(125059477)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:18:58.402--UnitOfWork(125059477)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@70) [junit] [EL Finest]: 2022-09-10 04:18:58.402--ServerSession(1737750354)--Connection(1695946783)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.402--ClientSession(1841213176)--Connection(1695946783)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:58.402--ClientSession(1841213176)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.402--ClientSession(1841213176)--Connection(1087083969)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [112, CHANGED, 1] [junit] [EL Finer]: 2022-09-10 04:18:58.403--UnitOfWork(125059477)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:58.403--UnitOfWork(125059477)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.403--UnitOfWork(125059477)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.403--ClientSession(1841213176)--Connection(1087083969)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:58.403--ServerSession(1737750354)--Connection(1695946783)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.404--UnitOfWork(125059477)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.404--UnitOfWork(125059477)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.404--UnitOfWork(125059477)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.404--ClientSession(1841213176)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.404--UnitOfWork(125059477)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.404--ClientSession(1841213176)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.417--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 751749858 [junit] [EL Finer]: 2022-09-10 04:18:58.417--ClientSession(751749858)--Thread(Thread[main,5,main])--acquire unit of work: 934142486 [junit] [EL Finest]: 2022-09-10 04:18:58.418--UnitOfWork(934142486)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2a. [junit] [EL Finer]: 2022-09-10 04:18:58.418--UnitOfWork(934142486)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.418--ClientSession(751749858)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.432--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 619969415 [junit] [EL Finer]: 2022-09-10 04:18:58.432--ClientSession(619969415)--Thread(Thread[main,5,main])--acquire unit of work: 209089454 [junit] [EL Finest]: 2022-09-10 04:18:58.432--UnitOfWork(209089454)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@113c4ad6. [junit] [EL Finer]: 2022-09-10 04:18:58.433--UnitOfWork(209089454)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:58.433--UnitOfWork(209089454)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@113c4ad6) [junit] [EL Finest]: 2022-09-10 04:18:58.435--ServerSession(1737750354)--Connection(770178574)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.436--ClientSession(619969415)--Connection(770178574)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:58.436--ClientSession(619969415)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.437--ClientSession(619969415)--Connection(36635755)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [1, 42.42, 77, 1, HUGO, 1, true, [B@2ff8d39b, [B@684a802a, [B@7b5c9412, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@69d902f9, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@547052, [B@3ca3eba2, [B@23c00420, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:18:58.44--ClientSession(619969415)--Connection(36635755)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:58.441--ServerSession(1737750354)--Connection(770178574)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.441--UnitOfWork(209089454)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.441--UnitOfWork(209089454)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.442--UnitOfWork(209089454)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.442--ClientSession(619969415)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.442--UnitOfWork(209089454)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.442--ClientSession(619969415)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.443--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 722306493 [junit] [EL Finer]: 2022-09-10 04:18:58.443--ClientSession(722306493)--Thread(Thread[main,5,main])--acquire unit of work: 271502177 [junit] [EL Finest]: 2022-09-10 04:18:58.443--UnitOfWork(271502177)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1fd0ae78. [junit] [EL Finer]: 2022-09-10 04:18:58.443--UnitOfWork(271502177)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:18:58.443--UnitOfWork(271502177)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1fd0ae78) [junit] [EL Finest]: 2022-09-10 04:18:58.444--ServerSession(1737750354)--Connection(1669140765)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.444--ClientSession(722306493)--Connection(1669140765)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:58.444--ClientSession(722306493)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.445--ClientSession(722306493)--Connection(385929353)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [2, 42.42, 77, 1, HUGO, 1, true, [B@3a917017, [B@1ed12d10, [B@4153a832, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@4a2dbcfc, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@7b8d6c66, [B@6ca367aa, [B@30ed4034, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:18:58.447--UnitOfWork(271502177)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:58.447--UnitOfWork(271502177)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.447--UnitOfWork(271502177)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.448--ClientSession(722306493)--Connection(385929353)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:58.449--ServerSession(1737750354)--Connection(1669140765)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.449--UnitOfWork(271502177)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.449--UnitOfWork(271502177)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.449--UnitOfWork(271502177)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.449--ClientSession(722306493)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.449--UnitOfWork(271502177)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.45--ClientSession(722306493)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.464--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1923130893 [junit] [EL Finer]: 2022-09-10 04:18:58.464--ClientSession(1923130893)--Thread(Thread[main,5,main])--acquire unit of work: 1704136194 [junit] [EL Finest]: 2022-09-10 04:18:58.464--UnitOfWork(1704136194)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finer]: 2022-09-10 04:18:58.464--UnitOfWork(1704136194)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:58.464--UnitOfWork(1704136194)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:18:58.464--ServerSession(1737750354)--Connection(1876525009)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.464--ClientSession(1923130893)--Connection(1876525009)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:58.465--ClientSession(1923130893)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.465--ClientSession(1923130893)--Connection(315068214)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, R&D, 1] [junit] [EL Finer]: 2022-09-10 04:18:58.465--ClientSession(1923130893)--Connection(315068214)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:58.466--ServerSession(1737750354)--Connection(1876525009)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.466--UnitOfWork(1704136194)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.466--UnitOfWork(1704136194)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.466--UnitOfWork(1704136194)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.467--ClientSession(1923130893)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.467--UnitOfWork(1704136194)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.467--ClientSession(1923130893)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.467--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 403649458 [junit] [EL Finer]: 2022-09-10 04:18:58.467--ClientSession(403649458)--Thread(Thread[main,5,main])--acquire unit of work: 958301663 [junit] [EL Finest]: 2022-09-10 04:18:58.467--UnitOfWork(958301663)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2. [junit] [EL Finer]: 2022-09-10 04:18:58.467--UnitOfWork(958301663)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:18:58.467--UnitOfWork(958301663)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2022-09-10 04:18:58.468--ServerSession(1737750354)--Connection(1648869516)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.468--ClientSession(403649458)--Connection(1648869516)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:58.468--ClientSession(403649458)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.468--ClientSession(403649458)--Connection(792363366)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [2, QM, 1] [junit] [EL Finer]: 2022-09-10 04:18:58.469--UnitOfWork(958301663)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:58.469--UnitOfWork(958301663)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.469--UnitOfWork(958301663)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.469--ClientSession(403649458)--Connection(792363366)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:58.469--ServerSession(1737750354)--Connection(1648869516)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.47--UnitOfWork(958301663)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.47--UnitOfWork(958301663)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.47--UnitOfWork(958301663)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.47--ClientSession(403649458)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.47--UnitOfWork(958301663)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.47--ClientSession(403649458)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.484--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 414386513 [junit] [EL Finer]: 2022-09-10 04:18:58.484--ClientSession(414386513)--Thread(Thread[main,5,main])--acquire unit of work: 1223960142 [junit] [EL Finest]: 2022-09-10 04:18:58.484--UnitOfWork(1223960142)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp@2697c156. [junit] [EL Finer]: 2022-09-10 04:18:58.585--UnitOfWork(1223960142)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:58.585--UnitOfWork(1223960142)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp@2697c156) [junit] [EL Finest]: 2022-09-10 04:18:58.585--ServerSession(1737750354)--Connection(980128950)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.585--ClientSession(414386513)--Connection(980128950)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:58.585--ClientSession(414386513)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.586--ClientSession(414386513)--Connection(586055644)--Thread(Thread[main,5,main])--INSERT INTO TMP_TIMESTAMP (ID) VALUES (?) [junit] bind => [1662783538585] [junit] [EL Finer]: 2022-09-10 04:18:58.587--ClientSession(414386513)--Connection(586055644)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:58.588--ServerSession(1737750354)--Connection(980128950)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.588--UnitOfWork(1223960142)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.588--UnitOfWork(1223960142)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.588--UnitOfWork(1223960142)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.589--ClientSession(414386513)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.589--UnitOfWork(1223960142)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.589--ClientSession(414386513)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.589--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 266418454 [junit] [EL Finer]: 2022-09-10 04:18:58.589--ClientSession(266418454)--Thread(Thread[main,5,main])--acquire unit of work: 1587586985 [junit] [EL Finest]: 2022-09-10 04:18:58.589--UnitOfWork(1587586985)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readTimestamp" referenceClass=Timestamp sql="SELECT ID FROM TMP_TIMESTAMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:58.589--ServerSession(1737750354)--Connection(41470360)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:58.589--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.589--ServerSession(1737750354)--Connection(635655132)--Thread(Thread[main,5,main])--SELECT ID FROM TMP_TIMESTAMP WHERE (ID = ?) [junit] bind => [1662783538585] [junit] [EL Finest]: 2022-09-10 04:18:58.59--ServerSession(1737750354)--Connection(41470360)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:18:58.604--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 44979584 [junit] [EL Finer]: 2022-09-10 04:18:58.604--ClientSession(44979584)--Thread(Thread[main,5,main])--acquire unit of work: 1107514015 [junit] [EL Finest]: 2022-09-10 04:18:58.605--UnitOfWork(1107514015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty@7d82ca56. [junit] [EL Finest]: 2022-09-10 04:18:58.605--UnitOfWork(1107514015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty@2aaa89c2. [junit] [EL Finer]: 2022-09-10 04:18:58.605--UnitOfWork(1107514015)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:58.605--UnitOfWork(1107514015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty@2aaa89c2) [junit] [EL Finest]: 2022-09-10 04:18:58.605--ServerSession(1737750354)--Connection(1772902226)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.605--ClientSession(44979584)--Connection(1772902226)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:58.605--ClientSession(44979584)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:58.605--UnitOfWork(1107514015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty@7d82ca56) [junit] [EL Finer]: 2022-09-10 04:18:58.606--ClientSession(44979584)--Connection(389424956)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:58.606--ClientSession(44979584)--Connection(389424956)--Thread(Thread[main,5,main])--INSERT INTO TMP_NASTY (ID) VALUES (?) [junit] [EL Fine]: 2022-09-10 04:18:58.606--ClientSession(44979584)--Connection(389424956)--Thread(Thread[main,5,main])-- bind => [1000] [junit] [EL Fine]: 2022-09-10 04:18:58.606--ClientSession(44979584)--Connection(389424956)--Thread(Thread[main,5,main])-- bind => [1000] [junit] [EL Finer]: 2022-09-10 04:18:58.606--ClientSession(44979584)--Connection(389424956)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2022-09-10 04:18:58.606--ClientSession(44979584)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finer]: 2022-09-10 04:18:58.607--ClientSession(44979584)--Connection(389424956)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2022-09-10 04:18:58.607--ServerSession(1737750354)--Connection(1772902226)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Warning]: 2022-09-10 04:18:58.608--UnitOfWork(1107514015)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.BatchUpdateException: Duplicate entry '1000' for key 'PRIMARY' [junit] Error Code: 1062 [junit] at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:331) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeJDK12BatchStatement(DatabaseAccessor.java:933) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatch(ParameterizedSQLBatchWritingMechanism.java:179) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatchedStatements(ParameterizedSQLBatchWritingMechanism.java:134) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.writesCompleted(DatabaseAccessor.java:1845) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.writesCompleted(AbstractSession.java:4316) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.writesCompleted(UnitOfWorkImpl.java:5649) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.acquireWriteLocks(UnitOfWorkImpl.java:1659) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitTransactionAfterWriteChanges(UnitOfWorkImpl.java:1627) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:285) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1182) [junit] at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:134) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransaction(AbstractBaseTest.java:131) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestPersist.testNastyTimestampTwice(TestPersist.java:564) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.lang.reflect.Method.invoke(Method.java:498) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:178) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:38) [junit] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:50) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:38) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1014) [junit] Caused by: java.sql.BatchUpdateException: Duplicate entry '1000' for key 'PRIMARY' [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [junit] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [junit] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [junit] at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) [junit] at com.mysql.jdbc.Util.getInstance(Util.java:408) [junit] at com.mysql.jdbc.SQLError.createBatchUpdateException(SQLError.java:1154) [junit] at com.mysql.jdbc.PreparedStatement.executeBatchSerially(PreparedStatement.java:1832) [junit] at com.mysql.jdbc.PreparedStatement.executeBatchInternal(PreparedStatement.java:1316) [junit] at com.mysql.jdbc.StatementImpl.executeBatch(StatementImpl.java:954) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabasePlatform.executeBatch(DatabasePlatform.java:2366) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeJDK12BatchStatement(DatabaseAccessor.java:922) [junit] ... 36 more [junit] Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1000' for key 'PRIMARY' [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [junit] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [junit] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [junit] at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) [junit] at com.mysql.jdbc.Util.getInstance(Util.java:408) [junit] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:936) [junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3933) [junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3869) [junit] at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2524) [junit] at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2675) [junit] at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2465) [junit] at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1912) [junit] at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2133) [junit] at com.mysql.jdbc.PreparedStatement.executeBatchSerially(PreparedStatement.java:1810) [junit] ... 40 more [junit] [junit] [EL Finer]: 2022-09-10 04:18:58.608--UnitOfWork(1107514015)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.608--ClientSession(44979584)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.621--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1865038647 [junit] [EL Finer]: 2022-09-10 04:18:58.621--ClientSession(1865038647)--Thread(Thread[main,5,main])--acquire unit of work: 842729010 [junit] [EL Finest]: 2022-09-10 04:18:58.621--UnitOfWork(842729010)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@79. [junit] [EL Finer]: 2022-09-10 04:18:58.621--UnitOfWork(842729010)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:58.621--UnitOfWork(842729010)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@79) [junit] [EL Finest]: 2022-09-10 04:18:58.622--ServerSession(1737750354)--Connection(706796191)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.622--ClientSession(1865038647)--Connection(706796191)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:58.622--ClientSession(1865038647)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.622--ClientSession(1865038647)--Connection(1086342015)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [121, REMOVE, 1] [junit] [EL Finer]: 2022-09-10 04:18:58.622--ClientSession(1865038647)--Connection(1086342015)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:58.623--ServerSession(1737750354)--Connection(706796191)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.623--UnitOfWork(842729010)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.623--UnitOfWork(842729010)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.623--UnitOfWork(842729010)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.623--ClientSession(1865038647)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.623--UnitOfWork(842729010)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.623--ClientSession(1865038647)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.623--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 758190497 [junit] [EL Finer]: 2022-09-10 04:18:58.623--ClientSession(758190497)--Thread(Thread[main,5,main])--acquire unit of work: 1864918211 [junit] [EL Finest]: 2022-09-10 04:18:58.624--UnitOfWork(1864918211)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:58.624--UnitOfWork(1864918211)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@79 [junit] [EL Finest]: 2022-09-10 04:18:58.624--UnitOfWork(1864918211)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@79 [junit] [EL Finer]: 2022-09-10 04:18:58.624--UnitOfWork(1864918211)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:18:58.624--UnitOfWork(1864918211)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:18:58.624--UnitOfWork(1864918211)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@79) [junit] [EL Finest]: 2022-09-10 04:18:58.624--ServerSession(1737750354)--Connection(382431057)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.624--ClientSession(758190497)--Connection(382431057)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:58.624--ClientSession(758190497)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.625--ClientSession(758190497)--Connection(1069929367)--Thread(Thread[main,5,main])--DELETE FROM TMP_DEP WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [121, 1] [junit] [EL Finer]: 2022-09-10 04:18:58.625--UnitOfWork(1864918211)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:58.625--UnitOfWork(1864918211)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.625--UnitOfWork(1864918211)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:58.625--UnitOfWork(1864918211)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@79) [junit] [EL Fine]: 2022-09-10 04:18:58.625--ClientSession(758190497)--Connection(1069929367)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [121, REINVIGORATED, 1] [junit] [EL Finer]: 2022-09-10 04:18:58.626--ClientSession(758190497)--Connection(1069929367)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:58.627--ServerSession(1737750354)--Connection(382431057)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.627--UnitOfWork(1864918211)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.627--UnitOfWork(1864918211)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.627--UnitOfWork(1864918211)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.627--ClientSession(758190497)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.627--UnitOfWork(1864918211)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.627--ClientSession(758190497)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.627--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 204438627 [junit] [EL Finer]: 2022-09-10 04:18:58.627--ClientSession(204438627)--Thread(Thread[main,5,main])--acquire unit of work: 1200666775 [junit] [EL Finest]: 2022-09-10 04:18:58.627--UnitOfWork(1200666775)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:58.627--ServerSession(1737750354)--Connection(1555728654)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:58.627--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.628--ServerSession(1737750354)--Connection(978105475)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?) [junit] bind => [121] [junit] [EL Finest]: 2022-09-10 04:18:58.628--ServerSession(1737750354)--Connection(1555728654)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:58.635--UnitOfWork(1200666775)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7a. [junit] [EL Finest]: 2022-09-10 04:18:58.636--UnitOfWork(1200666775)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7a [junit] [EL Finest]: 2022-09-10 04:18:58.637--UnitOfWork(1200666775)--Thread(Thread[main,5,main])--Unregister the object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7a [junit] [EL Finer]: 2022-09-10 04:18:58.638--UnitOfWork(1200666775)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:58.638--UnitOfWork(1200666775)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:18:58.638--UnitOfWork(1200666775)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7a. [junit] [EL Finer]: 2022-09-10 04:18:58.638--UnitOfWork(1200666775)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:58.638--UnitOfWork(1200666775)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7a) [junit] [EL Finest]: 2022-09-10 04:18:58.638--ServerSession(1737750354)--Connection(1971495275)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.638--ClientSession(204438627)--Connection(1971495275)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:58.638--ClientSession(204438627)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.639--ClientSession(204438627)--Connection(1305957096)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [122, REINVIGORATED, 1] [junit] [EL Finer]: 2022-09-10 04:18:58.64--ClientSession(204438627)--Connection(1305957096)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:58.641--ServerSession(1737750354)--Connection(1971495275)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.641--UnitOfWork(1200666775)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.641--UnitOfWork(1200666775)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.641--UnitOfWork(1200666775)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.641--ClientSession(204438627)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.641--UnitOfWork(1200666775)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.641--ClientSession(204438627)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.641--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 903353943 [junit] [EL Finer]: 2022-09-10 04:18:58.642--ClientSession(903353943)--Thread(Thread[main,5,main])--acquire unit of work: 1122980374 [junit] [EL Finest]: 2022-09-10 04:18:58.642--UnitOfWork(1122980374)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:58.642--UnitOfWork(1122980374)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7a [junit] [EL Finer]: 2022-09-10 04:18:58.657--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1479450980 [junit] [EL Finer]: 2022-09-10 04:18:58.657--ClientSession(1479450980)--Thread(Thread[main,5,main])--acquire unit of work: 801961118 [junit] [EL Finest]: 2022-09-10 04:18:58.657--UnitOfWork(801961118)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1f. [junit] [EL Finer]: 2022-09-10 04:18:58.657--UnitOfWork(801961118)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:58.657--UnitOfWork(801961118)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1f) [junit] [EL Finest]: 2022-09-10 04:18:58.657--ServerSession(1737750354)--Connection(985925332)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.657--ClientSession(1479450980)--Connection(985925332)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:58.657--ClientSession(1479450980)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.658--ClientSession(1479450980)--Connection(1919184150)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [31, DETACHED, 1] [junit] [EL Finer]: 2022-09-10 04:18:58.658--ClientSession(1479450980)--Connection(1919184150)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:58.659--ServerSession(1737750354)--Connection(985925332)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.659--UnitOfWork(801961118)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.659--UnitOfWork(801961118)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.659--UnitOfWork(801961118)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.659--ClientSession(1479450980)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.659--UnitOfWork(801961118)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.659--ClientSession(1479450980)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.66--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1473247236 [junit] [EL Finer]: 2022-09-10 04:18:58.66--ClientSession(1473247236)--Thread(Thread[main,5,main])--acquire unit of work: 792311092 [junit] [EL Finest]: 2022-09-10 04:18:58.66--UnitOfWork(792311092)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1f. [junit] [EL Finer]: 2022-09-10 04:18:58.66--UnitOfWork(792311092)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:58.66--UnitOfWork(792311092)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1f) [junit] [EL Finest]: 2022-09-10 04:18:58.66--ServerSession(1737750354)--Connection(2000077854)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.66--ClientSession(1473247236)--Connection(2000077854)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:58.66--ClientSession(1473247236)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.661--ClientSession(1473247236)--Connection(1603345700)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [31, DETACHED, 1] [junit] [EL Fine]: 2022-09-10 04:18:58.661--ClientSession(1473247236)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finer]: 2022-09-10 04:18:58.661--ClientSession(1473247236)--Connection(1603345700)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2022-09-10 04:18:58.662--ServerSession(1737750354)--Connection(2000077854)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Warning]: 2022-09-10 04:18:58.662--UnitOfWork(792311092)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '31' for key 'PRIMARY' [junit] Error Code: 1062 [junit] Call: INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [31, DETACHED, 1] [junit] at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:331) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:902) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:964) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:633) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatch(ParameterizedSQLBatchWritingMechanism.java:149) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatchedStatements(ParameterizedSQLBatchWritingMechanism.java:134) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.writesCompleted(DatabaseAccessor.java:1845) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.writesCompleted(AbstractSession.java:4316) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.writesCompleted(UnitOfWorkImpl.java:5649) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.acquireWriteLocks(UnitOfWorkImpl.java:1659) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitTransactionAfterWriteChanges(UnitOfWorkImpl.java:1627) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:285) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1182) [junit] at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:134) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransaction(AbstractBaseTest.java:131) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransactionAndClear(AbstractBaseTest.java:137) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestPersist.testPersistDetached(TestPersist.java:271) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.lang.reflect.Method.invoke(Method.java:498) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:178) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:38) [junit] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:50) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:38) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1014) [junit] Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '31' for key 'PRIMARY' [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [junit] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [junit] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [junit] at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) [junit] at com.mysql.jdbc.Util.getInstance(Util.java:408) [junit] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:936) [junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3933) [junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3869) [junit] at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2524) [junit] at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2675) [junit] at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2465) [junit] at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1912) [junit] at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2133) [junit] at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2067) [junit] at com.mysql.jdbc.PreparedStatement.executeLargeUpdate(PreparedStatement.java:5175) [junit] at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2052) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:892) [junit] ... 39 more [junit] [junit] [EL Finer]: 2022-09-10 04:18:58.662--UnitOfWork(792311092)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.662--ClientSession(1473247236)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.663--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 365212068 [junit] [EL Finer]: 2022-09-10 04:18:58.663--ClientSession(365212068)--Thread(Thread[main,5,main])--acquire unit of work: 874079440 [junit] [EL Finest]: 2022-09-10 04:18:58.663--UnitOfWork(874079440)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@20. [junit] [EL Finest]: 2022-09-10 04:18:58.663--UnitOfWork(874079440)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@20. [junit] [EL Finer]: 2022-09-10 04:18:58.663--UnitOfWork(874079440)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:58.663--UnitOfWork(874079440)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@20) [junit] [EL Finest]: 2022-09-10 04:18:58.664--ServerSession(1737750354)--Connection(2126503962)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.664--ClientSession(365212068)--Connection(2126503962)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:58.664--ClientSession(365212068)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:58.664--UnitOfWork(874079440)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@20) [junit] [EL Finer]: 2022-09-10 04:18:58.665--ClientSession(365212068)--Connection(357238600)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:58.665--ClientSession(365212068)--Connection(357238600)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:18:58.665--ClientSession(365212068)--Connection(357238600)--Thread(Thread[main,5,main])-- bind => [32, DETACHED, 1] [junit] [EL Fine]: 2022-09-10 04:18:58.665--ClientSession(365212068)--Connection(357238600)--Thread(Thread[main,5,main])-- bind => [32, ORIGINAL, 1] [junit] [EL Finer]: 2022-09-10 04:18:58.665--ClientSession(365212068)--Connection(357238600)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2022-09-10 04:18:58.666--ClientSession(365212068)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finer]: 2022-09-10 04:18:58.667--ClientSession(365212068)--Connection(357238600)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2022-09-10 04:18:58.667--ServerSession(1737750354)--Connection(2126503962)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Warning]: 2022-09-10 04:18:58.667--UnitOfWork(874079440)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.BatchUpdateException: Duplicate entry '32' for key 'PRIMARY' [junit] Error Code: 1062 [junit] at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:331) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeJDK12BatchStatement(DatabaseAccessor.java:933) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatch(ParameterizedSQLBatchWritingMechanism.java:179) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatchedStatements(ParameterizedSQLBatchWritingMechanism.java:134) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.writesCompleted(DatabaseAccessor.java:1845) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.writesCompleted(AbstractSession.java:4316) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.writesCompleted(UnitOfWorkImpl.java:5649) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.acquireWriteLocks(UnitOfWorkImpl.java:1659) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitTransactionAfterWriteChanges(UnitOfWorkImpl.java:1627) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:285) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1182) [junit] at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:134) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransaction(AbstractBaseTest.java:131) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransactionAndClear(AbstractBaseTest.java:137) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestPersist.testPersistDetached(TestPersist.java:296) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.lang.reflect.Method.invoke(Method.java:498) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:178) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:38) [junit] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:50) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:38) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1014) [junit] Caused by: java.sql.BatchUpdateException: Duplicate entry '32' for key 'PRIMARY' [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [junit] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [junit] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [junit] at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) [junit] at com.mysql.jdbc.Util.getInstance(Util.java:408) [junit] at com.mysql.jdbc.SQLError.createBatchUpdateException(SQLError.java:1154) [junit] at com.mysql.jdbc.PreparedStatement.executeBatchSerially(PreparedStatement.java:1832) [junit] at com.mysql.jdbc.PreparedStatement.executeBatchInternal(PreparedStatement.java:1316) [junit] at com.mysql.jdbc.StatementImpl.executeBatch(StatementImpl.java:954) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabasePlatform.executeBatch(DatabasePlatform.java:2366) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeJDK12BatchStatement(DatabaseAccessor.java:922) [junit] ... 37 more [junit] Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '32' for key 'PRIMARY' [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [junit] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [junit] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [junit] at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) [junit] at com.mysql.jdbc.Util.getInstance(Util.java:408) [junit] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:936) [junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3933) [junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3869) [junit] at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2524) [junit] at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2675) [junit] at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2465) [junit] at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1912) [junit] at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2133) [junit] at com.mysql.jdbc.PreparedStatement.executeBatchSerially(PreparedStatement.java:1810) [junit] ... 41 more [junit] [junit] [EL Finer]: 2022-09-10 04:18:58.669--UnitOfWork(874079440)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.669--ClientSession(365212068)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.669--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1554562305 [junit] [EL Finer]: 2022-09-10 04:18:58.669--ClientSession(1554562305)--Thread(Thread[main,5,main])--acquire unit of work: 2064664366 [junit] [EL Finest]: 2022-09-10 04:18:58.669--UnitOfWork(2064664366)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@21. [junit] [EL Finer]: 2022-09-10 04:18:58.669--UnitOfWork(2064664366)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:58.669--UnitOfWork(2064664366)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@21) [junit] [EL Finest]: 2022-09-10 04:18:58.669--ServerSession(1737750354)--Connection(279811533)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.67--ClientSession(1554562305)--Connection(279811533)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:58.67--ClientSession(1554562305)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.67--ClientSession(1554562305)--Connection(1778227649)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [33, ORIGINAL, 1] [junit] [EL Finer]: 2022-09-10 04:18:58.671--ClientSession(1554562305)--Connection(1778227649)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:58.672--ServerSession(1737750354)--Connection(279811533)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.672--UnitOfWork(2064664366)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.672--UnitOfWork(2064664366)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.672--UnitOfWork(2064664366)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.672--ClientSession(1554562305)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.672--UnitOfWork(2064664366)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.672--ClientSession(1554562305)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.673--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1640334112 [junit] [EL Finer]: 2022-09-10 04:18:58.673--ClientSession(1640334112)--Thread(Thread[main,5,main])--acquire unit of work: 283438643 [junit] [EL Finest]: 2022-09-10 04:18:58.673--UnitOfWork(283438643)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:58.673--UnitOfWork(283438643)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@21 [junit] [EL Finest]: 2022-09-10 04:18:58.674--UnitOfWork(283438643)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@21. [junit] [EL Finer]: 2022-09-10 04:18:58.674--UnitOfWork(283438643)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:58.674--UnitOfWork(283438643)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@21) [junit] [EL Finest]: 2022-09-10 04:18:58.674--ServerSession(1737750354)--Connection(21779075)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.674--ClientSession(1640334112)--Connection(21779075)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:58.675--ClientSession(1640334112)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.675--ClientSession(1640334112)--Connection(515370073)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [33, DETACHED, 1] [junit] [EL Fine]: 2022-09-10 04:18:58.676--ClientSession(1640334112)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finer]: 2022-09-10 04:18:58.676--ClientSession(1640334112)--Connection(515370073)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2022-09-10 04:18:58.676--ServerSession(1737750354)--Connection(21779075)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Warning]: 2022-09-10 04:18:58.677--UnitOfWork(283438643)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '33' for key 'PRIMARY' [junit] Error Code: 1062 [junit] Call: INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [33, DETACHED, 1] [junit] at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:331) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:902) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:964) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:633) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatch(ParameterizedSQLBatchWritingMechanism.java:149) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatchedStatements(ParameterizedSQLBatchWritingMechanism.java:134) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.writesCompleted(DatabaseAccessor.java:1845) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.writesCompleted(AbstractSession.java:4316) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.writesCompleted(UnitOfWorkImpl.java:5649) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.acquireWriteLocks(UnitOfWorkImpl.java:1659) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitTransactionAfterWriteChanges(UnitOfWorkImpl.java:1627) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:285) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1182) [junit] at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:134) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransaction(AbstractBaseTest.java:131) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransactionAndClear(AbstractBaseTest.java:137) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestPersist.testPersistDetached(TestPersist.java:324) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.lang.reflect.Method.invoke(Method.java:498) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:178) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:38) [junit] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:50) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:38) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1014) [junit] Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '33' for key 'PRIMARY' [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [junit] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [junit] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [junit] at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) [junit] at com.mysql.jdbc.Util.getInstance(Util.java:408) [junit] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:936) [junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3933) [junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3869) [junit] at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2524) [junit] at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2675) [junit] at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2465) [junit] at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1912) [junit] at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2133) [junit] at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2067) [junit] at com.mysql.jdbc.PreparedStatement.executeLargeUpdate(PreparedStatement.java:5175) [junit] at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2052) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:892) [junit] ... 39 more [junit] [junit] [EL Finer]: 2022-09-10 04:18:58.677--UnitOfWork(283438643)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.678--ClientSession(1640334112)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.678--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 2092883499 [junit] [EL Finer]: 2022-09-10 04:18:58.678--ClientSession(2092883499)--Thread(Thread[main,5,main])--acquire unit of work: 519063059 [junit] [EL Finest]: 2022-09-10 04:18:58.678--UnitOfWork(519063059)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@22. [junit] [EL Finer]: 2022-09-10 04:18:58.678--UnitOfWork(519063059)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:58.678--UnitOfWork(519063059)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@22) [junit] [EL Finest]: 2022-09-10 04:18:58.678--ServerSession(1737750354)--Connection(723104582)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.679--ClientSession(2092883499)--Connection(723104582)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:58.679--ClientSession(2092883499)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.679--ClientSession(2092883499)--Connection(935704808)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [34, ORIGINAL, 1] [junit] [EL Finer]: 2022-09-10 04:18:58.68--ClientSession(2092883499)--Connection(935704808)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:58.681--ServerSession(1737750354)--Connection(723104582)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.681--UnitOfWork(519063059)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.681--UnitOfWork(519063059)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.681--UnitOfWork(519063059)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.681--ClientSession(2092883499)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.681--UnitOfWork(519063059)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.681--ClientSession(2092883499)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.681--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1316525828 [junit] [EL Finer]: 2022-09-10 04:18:58.682--ClientSession(1316525828)--Thread(Thread[main,5,main])--acquire unit of work: 1464984894 [junit] [EL Finest]: 2022-09-10 04:18:58.682--UnitOfWork(1464984894)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:58.682--UnitOfWork(1464984894)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@22 [junit] [EL Finest]: 2022-09-10 04:18:58.682--UnitOfWork(1464984894)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@22 [junit] [EL Finest]: 2022-09-10 04:18:58.682--UnitOfWork(1464984894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@22. [junit] [EL Finer]: 2022-09-10 04:18:58.682--UnitOfWork(1464984894)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:58.682--UnitOfWork(1464984894)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:18:58.682--UnitOfWork(1464984894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@22) [junit] [EL Finest]: 2022-09-10 04:18:58.682--ServerSession(1737750354)--Connection(1135893732)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.682--ClientSession(1316525828)--Connection(1135893732)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:58.682--ClientSession(1316525828)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:58.683--UnitOfWork(1464984894)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@22) [junit] [EL Fine]: 2022-09-10 04:18:58.683--ClientSession(1316525828)--Connection(1944665146)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [34, DETACHED, 1] [junit] [EL Fine]: 2022-09-10 04:18:58.683--ClientSession(1316525828)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Warning]: 2022-09-10 04:18:58.683--UnitOfWork(1464984894)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '34' for key 'PRIMARY' [junit] Error Code: 1062 [junit] Call: INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [34, DETACHED, 1] [junit] Query: DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@22) [junit] at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:331) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:902) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:964) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:633) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatch(ParameterizedSQLBatchWritingMechanism.java:149) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatchedStatements(ParameterizedSQLBatchWritingMechanism.java:134) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.appendCall(ParameterizedSQLBatchWritingMechanism.java:82) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:605) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:560) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2062) [junit] at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:309) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:247) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.deleteObject(DatasourceCallQueryMechanism.java:229) [junit] at org.eclipse.persistence.internal.queries.StatementQueryMechanism.deleteObject(StatementQueryMechanism.java:104) [junit] at org.eclipse.persistence.queries.DeleteObjectQuery.executeDatabaseQuery(DeleteObjectQuery.java:218) [junit] at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:911) [junit] at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:810) [junit] at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:108) [junit] at org.eclipse.persistence.queries.DeleteObjectQuery.executeInUnitOfWorkObjectLevelModifyQuery(DeleteObjectQuery.java:119) [junit] at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:85) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2922) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1863) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1796) [junit] at org.eclipse.persistence.internal.sessions.CommitManager.deleteAllObjects(CommitManager.java:342) [junit] at org.eclipse.persistence.internal.sessions.CommitManager.deleteAllObjects(CommitManager.java:291) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1457) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1544) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:278) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1182) [junit] at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:134) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransaction(AbstractBaseTest.java:131) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransactionAndClear(AbstractBaseTest.java:137) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestPersist.testPersistDetached(TestPersist.java:353) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.lang.reflect.Method.invoke(Method.java:498) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:178) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:38) [junit] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:50) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:38) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1014) [junit] Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '34' for key 'PRIMARY' [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [junit] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [junit] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [junit] at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) [junit] at com.mysql.jdbc.Util.getInstance(Util.java:408) [junit] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:936) [junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3933) [junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3869) [junit] at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2524) [junit] at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2675) [junit] at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2465) [junit] at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1912) [junit] at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2133) [junit] at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2067) [junit] at com.mysql.jdbc.PreparedStatement.executeLargeUpdate(PreparedStatement.java:5175) [junit] at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2052) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:892) [junit] ... 57 more [junit] [junit] [EL Finer]: 2022-09-10 04:18:58.684--ClientSession(1316525828)--Connection(1944665146)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2022-09-10 04:18:58.684--ServerSession(1737750354)--Connection(1135893732)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.684--UnitOfWork(1464984894)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.684--ClientSession(1316525828)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.699--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1529639302 [junit] [EL Finer]: 2022-09-10 04:18:58.699--ClientSession(1529639302)--Thread(Thread[main,5,main])--acquire unit of work: 463237487 [junit] [EL Finest]: 2022-09-10 04:18:58.699--UnitOfWork(463237487)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3e7. [junit] [EL Finer]: 2022-09-10 04:18:58.699--UnitOfWork(463237487)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:58.699--UnitOfWork(463237487)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3e7) [junit] [EL Finest]: 2022-09-10 04:18:58.699--ServerSession(1737750354)--Connection(199895099)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.7--ClientSession(1529639302)--Connection(199895099)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:58.7--ClientSession(1529639302)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.7--ClientSession(1529639302)--Connection(1938106144)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [999, X, 1] [junit] [EL Finer]: 2022-09-10 04:18:58.7--ClientSession(1529639302)--Connection(1938106144)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:58.701--ServerSession(1737750354)--Connection(199895099)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.701--UnitOfWork(463237487)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.701--UnitOfWork(463237487)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.701--UnitOfWork(463237487)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.701--ClientSession(1529639302)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.701--UnitOfWork(463237487)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.702--ClientSession(1529639302)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.702--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1574916376 [junit] [EL Finer]: 2022-09-10 04:18:58.702--ClientSession(1574916376)--Thread(Thread[main,5,main])--acquire unit of work: 129618340 [junit] [EL Finest]: 2022-09-10 04:18:58.702--UnitOfWork(129618340)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3e7. [junit] [EL Finer]: 2022-09-10 04:18:58.702--UnitOfWork(129618340)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:58.702--UnitOfWork(129618340)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3e7) [junit] [EL Finest]: 2022-09-10 04:18:58.702--ServerSession(1737750354)--Connection(2017848970)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.702--ClientSession(1574916376)--Connection(2017848970)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:58.702--ClientSession(1574916376)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.702--ClientSession(1574916376)--Connection(1597323019)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [999, X, 1] [junit] [EL Fine]: 2022-09-10 04:18:58.703--ClientSession(1574916376)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finer]: 2022-09-10 04:18:58.704--ClientSession(1574916376)--Connection(1597323019)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2022-09-10 04:18:58.704--ServerSession(1737750354)--Connection(2017848970)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Warning]: 2022-09-10 04:18:58.704--UnitOfWork(129618340)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '999' for key 'PRIMARY' [junit] Error Code: 1062 [junit] Call: INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [999, X, 1] [junit] at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:331) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:902) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:964) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:633) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatch(ParameterizedSQLBatchWritingMechanism.java:149) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatchedStatements(ParameterizedSQLBatchWritingMechanism.java:134) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.writesCompleted(DatabaseAccessor.java:1845) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.writesCompleted(AbstractSession.java:4316) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.writesCompleted(UnitOfWorkImpl.java:5649) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.acquireWriteLocks(UnitOfWorkImpl.java:1659) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitTransactionAfterWriteChanges(UnitOfWorkImpl.java:1627) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:285) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1182) [junit] at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:134) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransaction(AbstractBaseTest.java:131) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestPersist.testDuprec(TestPersist.java:590) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.lang.reflect.Method.invoke(Method.java:498) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:178) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:38) [junit] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:50) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:38) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1014) [junit] Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '999' for key 'PRIMARY' [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [junit] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [junit] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [junit] at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) [junit] at com.mysql.jdbc.Util.getInstance(Util.java:408) [junit] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:936) [junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3933) [junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3869) [junit] at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2524) [junit] at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2675) [junit] at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2465) [junit] at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1912) [junit] at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2133) [junit] at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2067) [junit] at com.mysql.jdbc.PreparedStatement.executeLargeUpdate(PreparedStatement.java:5175) [junit] at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2052) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:892) [junit] ... 38 more [junit] [junit] [EL Finer]: 2022-09-10 04:18:58.704--UnitOfWork(129618340)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.704--ClientSession(1574916376)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.718--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 392226440 [junit] [EL Finer]: 2022-09-10 04:18:58.718--ClientSession(392226440)--Thread(Thread[main,5,main])--acquire unit of work: 1409058575 [junit] [EL Finest]: 2022-09-10 04:18:58.718--UnitOfWork(1409058575)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3e6. [junit] [EL Finest]: 2022-09-10 04:18:58.718--UnitOfWork(1409058575)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3e5. [junit] [EL Finest]: 2022-09-10 04:18:58.718--UnitOfWork(1409058575)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3e4. [junit] [EL Finest]: 2022-09-10 04:18:58.718--UnitOfWork(1409058575)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3e3. [junit] [EL Finest]: 2022-09-10 04:18:58.718--UnitOfWork(1409058575)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3e2. [junit] [EL Finer]: 2022-09-10 04:18:58.718--UnitOfWork(1409058575)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:58.719--UnitOfWork(1409058575)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3e2) [junit] [EL Finest]: 2022-09-10 04:18:58.719--ServerSession(1737750354)--Connection(1338446903)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.719--ClientSession(392226440)--Connection(1338446903)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:58.719--ClientSession(392226440)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:58.719--UnitOfWork(1409058575)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3e4) [junit] [EL Finest]: 2022-09-10 04:18:58.719--UnitOfWork(1409058575)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3e3) [junit] [EL Finest]: 2022-09-10 04:18:58.719--UnitOfWork(1409058575)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3e6) [junit] [EL Finest]: 2022-09-10 04:18:58.719--UnitOfWork(1409058575)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3e5) [junit] [EL Finer]: 2022-09-10 04:18:58.72--ClientSession(392226440)--Connection(1975607158)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:58.72--ClientSession(392226440)--Connection(1975607158)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:18:58.72--ClientSession(392226440)--Connection(1975607158)--Thread(Thread[main,5,main])-- bind => [994, X, 1] [junit] [EL Fine]: 2022-09-10 04:18:58.72--ClientSession(392226440)--Connection(1975607158)--Thread(Thread[main,5,main])-- bind => [996, X, 1] [junit] [EL Fine]: 2022-09-10 04:18:58.72--ClientSession(392226440)--Connection(1975607158)--Thread(Thread[main,5,main])-- bind => [995, X, 1] [junit] [EL Fine]: 2022-09-10 04:18:58.72--ClientSession(392226440)--Connection(1975607158)--Thread(Thread[main,5,main])-- bind => [998, X, 1] [junit] [EL Fine]: 2022-09-10 04:18:58.72--ClientSession(392226440)--Connection(1975607158)--Thread(Thread[main,5,main])-- bind => [997, X, 1] [junit] [EL Finer]: 2022-09-10 04:18:58.72--ClientSession(392226440)--Connection(1975607158)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:18:58.721--ClientSession(392226440)--Connection(1975607158)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:58.722--ServerSession(1737750354)--Connection(1338446903)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.722--UnitOfWork(1409058575)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.722--UnitOfWork(1409058575)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.722--UnitOfWork(1409058575)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.722--ClientSession(392226440)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.722--UnitOfWork(1409058575)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.722--ClientSession(392226440)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.722--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1691696909 [junit] [EL Finer]: 2022-09-10 04:18:58.722--ClientSession(1691696909)--Thread(Thread[main,5,main])--acquire unit of work: 454096398 [junit] [EL Finest]: 2022-09-10 04:18:58.723--UnitOfWork(454096398)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3e1. [junit] [EL Finest]: 2022-09-10 04:18:58.723--UnitOfWork(454096398)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3e0. [junit] [EL Finest]: 2022-09-10 04:18:58.723--UnitOfWork(454096398)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3df. [junit] [EL Finest]: 2022-09-10 04:18:58.723--UnitOfWork(454096398)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3e3. [junit] [EL Finest]: 2022-09-10 04:18:58.723--UnitOfWork(454096398)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3de. [junit] [EL Finer]: 2022-09-10 04:18:58.723--UnitOfWork(454096398)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:58.723--UnitOfWork(454096398)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3e3) [junit] [EL Finest]: 2022-09-10 04:18:58.723--ServerSession(1737750354)--Connection(1765907801)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.723--ClientSession(1691696909)--Connection(1765907801)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:58.723--ClientSession(1691696909)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:58.724--UnitOfWork(454096398)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3e1) [junit] [EL Finest]: 2022-09-10 04:18:58.724--UnitOfWork(454096398)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3df) [junit] [EL Finest]: 2022-09-10 04:18:58.724--UnitOfWork(454096398)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3de) [junit] [EL Finest]: 2022-09-10 04:18:58.724--UnitOfWork(454096398)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3e0) [junit] [EL Finer]: 2022-09-10 04:18:58.724--ClientSession(1691696909)--Connection(2063593044)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:58.724--ClientSession(1691696909)--Connection(2063593044)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:18:58.724--ClientSession(1691696909)--Connection(2063593044)--Thread(Thread[main,5,main])-- bind => [995, X, 1] [junit] [EL Fine]: 2022-09-10 04:18:58.761--ClientSession(1691696909)--Connection(2063593044)--Thread(Thread[main,5,main])-- bind => [993, X, 1] [junit] [EL Fine]: 2022-09-10 04:18:58.761--ClientSession(1691696909)--Connection(2063593044)--Thread(Thread[main,5,main])-- bind => [991, X, 1] [junit] [EL Fine]: 2022-09-10 04:18:58.761--ClientSession(1691696909)--Connection(2063593044)--Thread(Thread[main,5,main])-- bind => [990, X, 1] [junit] [EL Fine]: 2022-09-10 04:18:58.761--ClientSession(1691696909)--Connection(2063593044)--Thread(Thread[main,5,main])-- bind => [992, X, 1] [junit] [EL Finer]: 2022-09-10 04:18:58.761--ClientSession(1691696909)--Connection(2063593044)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2022-09-10 04:18:58.762--ClientSession(1691696909)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finer]: 2022-09-10 04:18:58.763--ClientSession(1691696909)--Connection(2063593044)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2022-09-10 04:18:58.763--ServerSession(1737750354)--Connection(1765907801)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Warning]: 2022-09-10 04:18:58.763--UnitOfWork(454096398)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: java.sql.BatchUpdateException: Duplicate entry '995' for key 'PRIMARY' [junit] Error Code: 1062 [junit] at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:331) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeJDK12BatchStatement(DatabaseAccessor.java:933) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatch(ParameterizedSQLBatchWritingMechanism.java:179) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatchedStatements(ParameterizedSQLBatchWritingMechanism.java:134) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.writesCompleted(DatabaseAccessor.java:1845) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.writesCompleted(AbstractSession.java:4316) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.writesCompleted(UnitOfWorkImpl.java:5649) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.acquireWriteLocks(UnitOfWorkImpl.java:1659) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitTransactionAfterWriteChanges(UnitOfWorkImpl.java:1627) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:285) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1182) [junit] at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:134) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransaction(AbstractBaseTest.java:131) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestPersist.testDuprecBatch(TestPersist.java:631) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.lang.reflect.Method.invoke(Method.java:498) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:178) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:38) [junit] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:50) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:38) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1014) [junit] Caused by: java.sql.BatchUpdateException: Duplicate entry '995' for key 'PRIMARY' [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [junit] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [junit] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [junit] at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) [junit] at com.mysql.jdbc.Util.getInstance(Util.java:408) [junit] at com.mysql.jdbc.SQLError.createBatchUpdateException(SQLError.java:1154) [junit] at com.mysql.jdbc.PreparedStatement.executeBatchSerially(PreparedStatement.java:1832) [junit] at com.mysql.jdbc.PreparedStatement.executeBatchInternal(PreparedStatement.java:1316) [junit] at com.mysql.jdbc.StatementImpl.executeBatch(StatementImpl.java:954) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabasePlatform.executeBatch(DatabasePlatform.java:2366) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeJDK12BatchStatement(DatabaseAccessor.java:922) [junit] ... 36 more [junit] Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '995' for key 'PRIMARY' [junit] at sun.reflect.GeneratedConstructorAccessor32.newInstance(Unknown Source) [junit] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [junit] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [junit] at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) [junit] at com.mysql.jdbc.Util.getInstance(Util.java:408) [junit] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:936) [junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3933) [junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3869) [junit] at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2524) [junit] at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2675) [junit] at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2465) [junit] at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1912) [junit] at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2133) [junit] at com.mysql.jdbc.PreparedStatement.executeBatchSerially(PreparedStatement.java:1810) [junit] ... 40 more [junit] [junit] [EL Finer]: 2022-09-10 04:18:58.764--UnitOfWork(454096398)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.764--ClientSession(1691696909)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.778--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 137945353 [junit] [EL Finer]: 2022-09-10 04:18:58.778--ClientSession(137945353)--Thread(Thread[main,5,main])--acquire unit of work: 122110358 [junit] [EL Finest]: 2022-09-10 04:18:58.778--UnitOfWork(122110358)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b. [junit] [EL Finer]: 2022-09-10 04:18:58.779--UnitOfWork(122110358)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:58.779--UnitOfWork(122110358)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b) [junit] [EL Finest]: 2022-09-10 04:18:58.779--ServerSession(1737750354)--Connection(1474234791)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.779--ClientSession(137945353)--Connection(1474234791)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:58.779--ClientSession(137945353)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.78--ClientSession(137945353)--Connection(1789503803)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [11, OLD, 1] [junit] [EL Finer]: 2022-09-10 04:18:58.78--ClientSession(137945353)--Connection(1789503803)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:58.781--ServerSession(1737750354)--Connection(1474234791)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.781--UnitOfWork(122110358)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.781--UnitOfWork(122110358)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.781--UnitOfWork(122110358)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.781--ClientSession(137945353)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.781--UnitOfWork(122110358)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.781--ClientSession(137945353)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.781--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 990146148 [junit] [EL Finer]: 2022-09-10 04:18:58.781--ClientSession(990146148)--Thread(Thread[main,5,main])--acquire unit of work: 474212430 [junit] [EL Finest]: 2022-09-10 04:18:58.781--UnitOfWork(474212430)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:58.781--UnitOfWork(474212430)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b [junit] [EL Finer]: 2022-09-10 04:18:58.781--UnitOfWork(474212430)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:58.782--UnitOfWork(474212430)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b) [junit] [EL Finest]: 2022-09-10 04:18:58.782--ServerSession(1737750354)--Connection(975412652)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.782--ClientSession(990146148)--Connection(975412652)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:58.782--ClientSession(990146148)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.782--ClientSession(990146148)--Connection(1973372401)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [CHANGED, 2, 11, 1] [junit] [EL Finer]: 2022-09-10 04:18:58.783--ClientSession(990146148)--Connection(1973372401)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:58.783--ServerSession(1737750354)--Connection(975412652)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.783--UnitOfWork(474212430)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.783--UnitOfWork(474212430)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.784--UnitOfWork(474212430)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.784--ClientSession(990146148)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.784--UnitOfWork(474212430)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.784--ClientSession(990146148)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.784--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 840027268 [junit] [EL Finer]: 2022-09-10 04:18:58.784--ClientSession(840027268)--Thread(Thread[main,5,main])--acquire unit of work: 1026471930 [junit] [EL Finest]: 2022-09-10 04:18:58.784--UnitOfWork(1026471930)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@c. [junit] [EL Finer]: 2022-09-10 04:18:58.784--UnitOfWork(1026471930)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:58.784--UnitOfWork(1026471930)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@c) [junit] [EL Finest]: 2022-09-10 04:18:58.784--ServerSession(1737750354)--Connection(1659772041)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.784--ClientSession(840027268)--Connection(1659772041)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:58.784--ClientSession(840027268)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.784--ClientSession(840027268)--Connection(716699209)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [12, CHANGED, 1] [junit] [EL Finer]: 2022-09-10 04:18:58.785--ClientSession(840027268)--Connection(716699209)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:58.785--ServerSession(1737750354)--Connection(1659772041)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.786--UnitOfWork(1026471930)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.786--UnitOfWork(1026471930)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.786--UnitOfWork(1026471930)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.786--ClientSession(840027268)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.786--UnitOfWork(1026471930)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.786--ClientSession(840027268)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.8--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1924981513 [junit] [EL Finer]: 2022-09-10 04:18:58.8--ClientSession(1924981513)--Thread(Thread[main,5,main])--acquire unit of work: 256089615 [junit] [EL Finest]: 2022-09-10 04:18:58.8--UnitOfWork(256089615)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@15. [junit] [EL Finer]: 2022-09-10 04:18:58.8--UnitOfWork(256089615)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:58.8--UnitOfWork(256089615)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@15) [junit] [EL Finest]: 2022-09-10 04:18:58.801--ServerSession(1737750354)--Connection(1193797116)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.801--ClientSession(1924981513)--Connection(1193797116)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:58.801--ClientSession(1924981513)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.801--ClientSession(1924981513)--Connection(1418176753)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [21, REMOVE, 1] [junit] [EL Finer]: 2022-09-10 04:18:58.802--ClientSession(1924981513)--Connection(1418176753)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:58.802--ServerSession(1737750354)--Connection(1193797116)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.803--UnitOfWork(256089615)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.803--UnitOfWork(256089615)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.803--UnitOfWork(256089615)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.803--ClientSession(1924981513)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.803--UnitOfWork(256089615)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.803--ClientSession(1924981513)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.803--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 601879107 [junit] [EL Finer]: 2022-09-10 04:18:58.803--ClientSession(601879107)--Thread(Thread[main,5,main])--acquire unit of work: 1257637609 [junit] [EL Finest]: 2022-09-10 04:18:58.803--UnitOfWork(1257637609)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:58.803--UnitOfWork(1257637609)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@15 [junit] [EL Finest]: 2022-09-10 04:18:58.803--UnitOfWork(1257637609)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@15 [junit] [EL Finer]: 2022-09-10 04:18:58.804--UnitOfWork(1257637609)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:58.804--UnitOfWork(1257637609)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@15) [junit] [EL Finest]: 2022-09-10 04:18:58.804--ServerSession(1737750354)--Connection(358383278)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.804--ClientSession(601879107)--Connection(358383278)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:58.804--ClientSession(601879107)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.804--ClientSession(601879107)--Connection(1553886613)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [REINVIGORATED, 2, 21, 1] [junit] [EL Finer]: 2022-09-10 04:18:58.805--ClientSession(601879107)--Connection(1553886613)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:58.805--ServerSession(1737750354)--Connection(358383278)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.805--UnitOfWork(1257637609)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.805--UnitOfWork(1257637609)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.806--UnitOfWork(1257637609)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.806--ClientSession(601879107)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.806--UnitOfWork(1257637609)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.806--ClientSession(601879107)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.806--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 2073021938 [junit] [EL Finer]: 2022-09-10 04:18:58.806--ClientSession(2073021938)--Thread(Thread[main,5,main])--acquire unit of work: 1423111635 [junit] [EL Finest]: 2022-09-10 04:18:58.806--UnitOfWork(1423111635)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:58.806--UnitOfWork(1423111635)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@15 [junit] [EL Finest]: 2022-09-10 04:18:58.806--UnitOfWork(1423111635)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@16. [junit] [EL Finest]: 2022-09-10 04:18:58.806--UnitOfWork(1423111635)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@16 [junit] [EL Finest]: 2022-09-10 04:18:58.806--UnitOfWork(1423111635)--Thread(Thread[main,5,main])--Unregister the object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@16 [junit] [EL Finest]: 2022-09-10 04:18:58.806--UnitOfWork(1423111635)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@16. [junit] [EL Finer]: 2022-09-10 04:18:58.806--UnitOfWork(1423111635)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:58.806--UnitOfWork(1423111635)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@16) [junit] [EL Finest]: 2022-09-10 04:18:58.806--ServerSession(1737750354)--Connection(94166581)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.807--ClientSession(2073021938)--Connection(94166581)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:58.807--ClientSession(2073021938)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.807--ClientSession(2073021938)--Connection(1138663369)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [22, REINVIGORATED, 1] [junit] [EL Finer]: 2022-09-10 04:18:58.807--ClientSession(2073021938)--Connection(1138663369)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:58.808--ServerSession(1737750354)--Connection(94166581)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.808--UnitOfWork(1423111635)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.808--UnitOfWork(1423111635)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.808--UnitOfWork(1423111635)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.808--ClientSession(2073021938)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.808--UnitOfWork(1423111635)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.808--ClientSession(2073021938)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.808--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 467573282 [junit] [EL Finer]: 2022-09-10 04:18:58.808--ClientSession(467573282)--Thread(Thread[main,5,main])--acquire unit of work: 751402567 [junit] [EL Finest]: 2022-09-10 04:18:58.808--UnitOfWork(751402567)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:58.808--UnitOfWork(751402567)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@16 [junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.444 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestReadOnly [junit] [EL Finer]: 2022-09-10 04:18:58.834--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1738750284 [junit] [EL Finer]: 2022-09-10 04:18:58.834--ClientSession(1738750284)--Thread(Thread[main,5,main])--acquire unit of work: 887421753 [junit] [EL Finest]: 2022-09-10 04:18:58.834--UnitOfWork(887421753)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass@36fe83d. [junit] [EL Finer]: 2022-09-10 04:18:58.834--UnitOfWork(887421753)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:58.834--UnitOfWork(887421753)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass@36fe83d) [junit] [EL Finest]: 2022-09-10 04:18:58.835--ServerSession(1737750354)--Connection(1335405617)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.835--ClientSession(1738750284)--Connection(1335405617)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:58.835--ClientSession(1738750284)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.835--ClientSession(1738750284)--Connection(1555475400)--Thread(Thread[main,5,main])--INSERT INTO TMP_READONLY (ID, ADDON, NAME, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] bind => [2, null, sub, 1, -2] [junit] [EL Finer]: 2022-09-10 04:18:58.836--ClientSession(1738750284)--Connection(1555475400)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:58.836--ServerSession(1737750354)--Connection(1335405617)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.837--UnitOfWork(887421753)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.837--UnitOfWork(887421753)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.837--UnitOfWork(887421753)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.837--ClientSession(1738750284)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.837--UnitOfWork(887421753)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.837--ClientSession(1738750284)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.837--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1728427875 [junit] [EL Finer]: 2022-09-10 04:18:58.837--ClientSession(1728427875)--Thread(Thread[main,5,main])--acquire unit of work: 235190432 [junit] [EL Finest]: 2022-09-10 04:18:58.837--UnitOfWork(235190432)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readReadOnlyEntity" referenceClass=ReadOnlyEntity sql="SELECT ID, DTYPE, NAME, VERSION, ADDON FROM TMP_READONLY WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:58.837--ServerSession(1737750354)--Connection(1486209125)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:58.837--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.838--ServerSession(1737750354)--Connection(1749003390)--Thread(Thread[main,5,main])--SELECT ID, DTYPE, NAME, VERSION, ADDON FROM TMP_READONLY WHERE (ID = ?) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:18:58.838--ServerSession(1737750354)--Connection(1486209125)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:18:58.838--UnitOfWork(235190432)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.839--UnitOfWork(235190432)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.839--UnitOfWork(235190432)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.839--UnitOfWork(235190432)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.839--ClientSession(1728427875)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.839--UnitOfWork(235190432)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.839--ClientSession(1728427875)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.839--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 926017718 [junit] [EL Finer]: 2022-09-10 04:18:58.839--ClientSession(926017718)--Thread(Thread[main,5,main])--acquire unit of work: 1449065853 [junit] [EL Finest]: 2022-09-10 04:18:58.839--UnitOfWork(1449065853)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readReadOnlyEntity" referenceClass=ReadOnlyEntity sql="SELECT ID, DTYPE, NAME, VERSION, ADDON FROM TMP_READONLY WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:58.84--ServerSession(1737750354)--Connection(1118400595)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:58.84--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.84--ServerSession(1737750354)--Connection(197437872)--Thread(Thread[main,5,main])--SELECT ID, DTYPE, NAME, VERSION, ADDON FROM TMP_READONLY WHERE (ID = ?) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:18:58.84--ServerSession(1737750354)--Connection(1118400595)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:18:58.84--UnitOfWork(1449065853)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.841--UnitOfWork(1449065853)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.841--UnitOfWork(1449065853)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.841--UnitOfWork(1449065853)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.841--ClientSession(926017718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.841--UnitOfWork(1449065853)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.841--ClientSession(926017718)--Thread(Thread[main,5,main])--client released [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.024 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestRefresh [junit] [EL Finer]: 2022-09-10 04:18:58.865--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1559760379 [junit] [EL Finer]: 2022-09-10 04:18:58.865--ClientSession(1559760379)--Thread(Thread[main,5,main])--acquire unit of work: 1395566699 [junit] [EL Finest]: 2022-09-10 04:18:58.865--UnitOfWork(1395566699)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@29. [junit] [EL Finer]: 2022-09-10 04:18:58.866--UnitOfWork(1395566699)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:58.866--UnitOfWork(1395566699)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@29) [junit] [EL Finest]: 2022-09-10 04:18:58.866--ServerSession(1737750354)--Connection(825281081)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.866--ClientSession(1559760379)--Connection(825281081)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:58.866--ClientSession(1559760379)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.866--ClientSession(1559760379)--Connection(402346372)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [41, DETACHED, 1] [junit] [EL Finer]: 2022-09-10 04:18:58.867--ClientSession(1559760379)--Connection(402346372)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:58.868--ServerSession(1737750354)--Connection(825281081)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.868--UnitOfWork(1395566699)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.868--UnitOfWork(1395566699)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.868--UnitOfWork(1395566699)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.868--ClientSession(1559760379)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.868--UnitOfWork(1395566699)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.868--ClientSession(1559760379)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.868--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1589288513 [junit] [EL Finer]: 2022-09-10 04:18:58.868--ClientSession(1589288513)--Thread(Thread[main,5,main])--acquire unit of work: 327193443 [junit] [EL Finer]: 2022-09-10 04:18:58.868--UnitOfWork(327193443)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.868--ClientSession(1589288513)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.868--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1447901504 [junit] [EL Finer]: 2022-09-10 04:18:58.868--ClientSession(1447901504)--Thread(Thread[main,5,main])--acquire unit of work: 1487734150 [junit] [EL Finest]: 2022-09-10 04:18:58.868--UnitOfWork(1487734150)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2a. [junit] [EL Finer]: 2022-09-10 04:18:58.868--UnitOfWork(1487734150)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.868--ClientSession(1447901504)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.868--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 2061233204 [junit] [EL Finer]: 2022-09-10 04:18:58.869--ClientSession(2061233204)--Thread(Thread[main,5,main])--acquire unit of work: 1256871900 [junit] [EL Finest]: 2022-09-10 04:18:58.869--UnitOfWork(1256871900)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2b. [junit] [EL Finer]: 2022-09-10 04:18:58.869--UnitOfWork(1256871900)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:58.869--UnitOfWork(1256871900)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2b) [junit] [EL Finest]: 2022-09-10 04:18:58.869--ServerSession(1737750354)--Connection(476043283)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.869--ClientSession(2061233204)--Connection(476043283)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:58.869--ClientSession(2061233204)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.869--ClientSession(2061233204)--Connection(76757235)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [43, MANAGED, 1] [junit] [EL Finer]: 2022-09-10 04:18:58.87--ClientSession(2061233204)--Connection(76757235)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:58.87--ServerSession(1737750354)--Connection(476043283)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.871--UnitOfWork(1256871900)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.871--UnitOfWork(1256871900)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.871--UnitOfWork(1256871900)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.871--ClientSession(2061233204)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.871--UnitOfWork(1256871900)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.871--ClientSession(2061233204)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.871--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1725305496 [junit] [EL Finer]: 2022-09-10 04:18:58.871--ClientSession(1725305496)--Thread(Thread[main,5,main])--acquire unit of work: 2074077713 [junit] [EL Finest]: 2022-09-10 04:18:58.871--UnitOfWork(2074077713)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:58.871--UnitOfWork(2074077713)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2b [junit] [EL Finer]: 2022-09-10 04:18:58.871--UnitOfWork(2074077713)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.871--ClientSession(1725305496)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.871--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 70820563 [junit] [EL Finer]: 2022-09-10 04:18:58.871--ClientSession(70820563)--Thread(Thread[main,5,main])--acquire unit of work: 1877590088 [junit] [EL Finest]: 2022-09-10 04:18:58.871--UnitOfWork(1877590088)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2c. [junit] [EL Finer]: 2022-09-10 04:18:58.872--UnitOfWork(1877590088)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:58.872--UnitOfWork(1877590088)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2c) [junit] [EL Finest]: 2022-09-10 04:18:58.872--ServerSession(1737750354)--Connection(1546957042)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.872--ClientSession(70820563)--Connection(1546957042)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:58.872--ClientSession(70820563)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.872--ClientSession(70820563)--Connection(2113847484)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [44, DELETED, 1] [junit] [EL Finer]: 2022-09-10 04:18:58.873--ClientSession(70820563)--Connection(2113847484)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:58.873--ServerSession(1737750354)--Connection(1546957042)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.873--UnitOfWork(1877590088)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.873--UnitOfWork(1877590088)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.873--UnitOfWork(1877590088)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.873--ClientSession(70820563)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.874--UnitOfWork(1877590088)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.874--ClientSession(70820563)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.874--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 721840156 [junit] [EL Finer]: 2022-09-10 04:18:58.874--ClientSession(721840156)--Thread(Thread[main,5,main])--acquire unit of work: 553039584 [junit] [EL Finest]: 2022-09-10 04:18:58.874--UnitOfWork(553039584)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:58.874--UnitOfWork(553039584)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2c [junit] [EL Finest]: 2022-09-10 04:18:58.874--UnitOfWork(553039584)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2c [junit] [EL Finer]: 2022-09-10 04:18:58.874--UnitOfWork(553039584)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.874--ClientSession(721840156)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.889--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 977612943 [junit] [EL Finer]: 2022-09-10 04:18:58.889--ClientSession(977612943)--Thread(Thread[main,5,main])--acquire unit of work: 1894076099 [junit] [EL Finer]: 2022-09-10 04:18:58.889--UnitOfWork(1894076099)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.889--ClientSession(977612943)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.889--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1019746237 [junit] [EL Finer]: 2022-09-10 04:18:58.889--ClientSession(1019746237)--Thread(Thread[main,5,main])--acquire unit of work: 1689840534 [junit] [EL Finer]: 2022-09-10 04:18:58.889--UnitOfWork(1689840534)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.889--ClientSession(1019746237)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.902--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1448428389 [junit] [EL Finer]: 2022-09-10 04:18:58.902--ClientSession(1448428389)--Thread(Thread[main,5,main])--acquire unit of work: 1718293060 [junit] [EL Finest]: 2022-09-10 04:18:58.902--UnitOfWork(1718293060)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@15. [junit] [EL Finer]: 2022-09-10 04:18:58.902--UnitOfWork(1718293060)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:58.902--UnitOfWork(1718293060)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@15) [junit] [EL Finest]: 2022-09-10 04:18:58.902--ServerSession(1737750354)--Connection(70231499)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.902--ClientSession(1448428389)--Connection(70231499)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:58.902--ClientSession(1448428389)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.903--ClientSession(1448428389)--Connection(988315192)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [21, MANAGED, 1] [junit] [EL Finer]: 2022-09-10 04:18:58.903--ClientSession(1448428389)--Connection(988315192)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:58.904--ServerSession(1737750354)--Connection(70231499)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.904--UnitOfWork(1718293060)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.904--UnitOfWork(1718293060)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.904--UnitOfWork(1718293060)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.904--ClientSession(1448428389)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.904--UnitOfWork(1718293060)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.904--ClientSession(1448428389)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.904--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 694943195 [junit] [EL Finer]: 2022-09-10 04:18:58.904--ClientSession(694943195)--Thread(Thread[main,5,main])--acquire unit of work: 1351307120 [junit] [EL Finest]: 2022-09-10 04:18:58.904--UnitOfWork(1351307120)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:58.904--UnitOfWork(1351307120)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@15 [junit] [EL Finest]: 2022-09-10 04:18:58.905--UnitOfWork(1351307120)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:18:58.905--ServerSession(1737750354)--Connection(2062904102)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:58.905--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.905--ServerSession(1737750354)--Connection(210158726)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?) [junit] bind => [21] [junit] [EL Finest]: 2022-09-10 04:18:58.906--ServerSession(1737750354)--Connection(2062904102)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:58.906--UnitOfWork(1351307120)--Thread(Thread[main,5,main])--Merge clone org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@15 [junit] [EL Finer]: 2022-09-10 04:18:58.906--UnitOfWork(1351307120)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.906--UnitOfWork(1351307120)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.906--UnitOfWork(1351307120)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.906--UnitOfWork(1351307120)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.906--ClientSession(694943195)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.906--UnitOfWork(1351307120)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.906--ClientSession(694943195)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.906--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1438859728 [junit] [EL Finer]: 2022-09-10 04:18:58.906--ClientSession(1438859728)--Thread(Thread[main,5,main])--acquire unit of work: 881578083 [junit] [EL Finest]: 2022-09-10 04:18:58.906--UnitOfWork(881578083)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:58.906--UnitOfWork(881578083)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@15 [junit] [EL Finest]: 2022-09-10 04:18:58.907--UnitOfWork(881578083)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@16. [junit] [EL Finer]: 2022-09-10 04:18:58.907--UnitOfWork(881578083)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:58.907--UnitOfWork(881578083)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@16) [junit] [EL Finest]: 2022-09-10 04:18:58.907--ServerSession(1737750354)--Connection(211207319)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.907--ClientSession(1438859728)--Connection(211207319)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:58.907--ClientSession(1438859728)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.908--ClientSession(1438859728)--Connection(1848867745)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [22, MANAGED, 1] [junit] [EL Finer]: 2022-09-10 04:18:58.908--ClientSession(1438859728)--Connection(1848867745)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:58.909--ServerSession(1737750354)--Connection(211207319)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.909--UnitOfWork(881578083)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.909--UnitOfWork(881578083)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.909--UnitOfWork(881578083)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.909--ClientSession(1438859728)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.909--UnitOfWork(881578083)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.909--ClientSession(1438859728)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.909--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 677726975 [junit] [EL Finer]: 2022-09-10 04:18:58.909--ClientSession(677726975)--Thread(Thread[main,5,main])--acquire unit of work: 1576976929 [junit] [EL Finest]: 2022-09-10 04:18:58.909--UnitOfWork(1576976929)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:58.909--UnitOfWork(1576976929)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@16 [junit] [EL Finest]: 2022-09-10 04:18:58.91--UnitOfWork(1576976929)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:18:58.911--ServerSession(1737750354)--Connection(2037929227)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:58.911--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.911--ServerSession(1737750354)--Connection(1388081103)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?) [junit] bind => [22] [junit] [EL Finest]: 2022-09-10 04:18:58.912--ServerSession(1737750354)--Connection(2037929227)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:58.912--UnitOfWork(1576976929)--Thread(Thread[main,5,main])--Merge clone org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@16 [junit] [EL Finer]: 2022-09-10 04:18:58.912--UnitOfWork(1576976929)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:58.912--UnitOfWork(1576976929)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@16) [junit] [EL Finest]: 2022-09-10 04:18:58.912--ServerSession(1737750354)--Connection(780043512)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.912--ClientSession(677726975)--Connection(780043512)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:58.913--ClientSession(677726975)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.913--ClientSession(677726975)--Connection(581639050)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [MANAGED, 2, 22, 1] [junit] [EL Finer]: 2022-09-10 04:18:58.914--ClientSession(677726975)--Connection(581639050)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:58.914--ServerSession(1737750354)--Connection(780043512)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.914--UnitOfWork(1576976929)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.914--UnitOfWork(1576976929)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.914--UnitOfWork(1576976929)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.915--ClientSession(677726975)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.915--UnitOfWork(1576976929)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.915--ClientSession(677726975)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.915--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 493495005 [junit] [EL Finer]: 2022-09-10 04:18:58.915--ClientSession(493495005)--Thread(Thread[main,5,main])--acquire unit of work: 1734811057 [junit] [EL Finest]: 2022-09-10 04:18:58.915--UnitOfWork(1734811057)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:58.915--UnitOfWork(1734811057)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@16 [junit] [EL Finer]: 2022-09-10 04:18:58.929--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1734909057 [junit] [EL Finer]: 2022-09-10 04:18:58.929--ClientSession(1734909057)--Thread(Thread[main,5,main])--acquire unit of work: 564164959 [junit] [EL Finest]: 2022-09-10 04:18:58.929--UnitOfWork(564164959)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6f. [junit] [EL Finer]: 2022-09-10 04:18:58.929--UnitOfWork(564164959)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:58.929--UnitOfWork(564164959)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6f) [junit] [EL Finest]: 2022-09-10 04:18:58.929--ServerSession(1737750354)--Connection(1970815074)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.93--ClientSession(1734909057)--Connection(1970815074)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:58.93--ClientSession(1734909057)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.93--ClientSession(1734909057)--Connection(1462809875)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [111, dep111, 1] [junit] [EL Finer]: 2022-09-10 04:18:58.93--ClientSession(1734909057)--Connection(1462809875)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:58.931--ServerSession(1737750354)--Connection(1970815074)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.931--UnitOfWork(564164959)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.931--UnitOfWork(564164959)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.931--UnitOfWork(564164959)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.931--ClientSession(1734909057)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.931--UnitOfWork(564164959)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.931--ClientSession(1734909057)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.931--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 671127968 [junit] [EL Finer]: 2022-09-10 04:18:58.932--ClientSession(671127968)--Thread(Thread[main,5,main])--acquire unit of work: 2060069278 [junit] [EL Finest]: 2022-09-10 04:18:58.932--UnitOfWork(2060069278)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:58.932--UnitOfWork(2060069278)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6f [junit] [EL Finest]: 2022-09-10 04:18:58.932--UnitOfWork(2060069278)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:18:58.932--ServerSession(1737750354)--Connection(1632141948)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:58.932--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.932--ServerSession(1737750354)--Connection(1302977132)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?) [junit] bind => [111] [junit] [EL Finest]: 2022-09-10 04:18:58.933--ServerSession(1737750354)--Connection(1632141948)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:58.933--UnitOfWork(2060069278)--Thread(Thread[main,5,main])--Merge clone org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6f [junit] [EL Finer]: 2022-09-10 04:18:58.933--UnitOfWork(2060069278)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.933--ClientSession(671127968)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.947--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 960220523 [junit] [EL Finer]: 2022-09-10 04:18:58.947--ClientSession(960220523)--Thread(Thread[main,5,main])--acquire unit of work: 1688786293 [junit] [EL Finest]: 2022-09-10 04:18:58.947--UnitOfWork(1688786293)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1f. [junit] [EL Finer]: 2022-09-10 04:18:58.947--UnitOfWork(1688786293)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:58.948--UnitOfWork(1688786293)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1f) [junit] [EL Finest]: 2022-09-10 04:18:58.948--ServerSession(1737750354)--Connection(1375340999)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.948--ClientSession(960220523)--Connection(1375340999)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:58.948--ClientSession(960220523)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.948--ClientSession(960220523)--Connection(1943764464)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [31, DELETED, 1] [junit] [EL Finer]: 2022-09-10 04:18:58.949--ClientSession(960220523)--Connection(1943764464)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:58.95--ServerSession(1737750354)--Connection(1375340999)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.95--UnitOfWork(1688786293)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.95--UnitOfWork(1688786293)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.95--UnitOfWork(1688786293)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.95--ClientSession(960220523)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.95--UnitOfWork(1688786293)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.95--ClientSession(960220523)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.95--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 492002168 [junit] [EL Finer]: 2022-09-10 04:18:58.95--ClientSession(492002168)--Thread(Thread[main,5,main])--acquire unit of work: 902795743 [junit] [EL Finest]: 2022-09-10 04:18:58.95--UnitOfWork(902795743)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:58.95--UnitOfWork(902795743)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1f [junit] [EL Finest]: 2022-09-10 04:18:58.951--UnitOfWork(902795743)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1f [junit] [EL Finer]: 2022-09-10 04:18:58.951--UnitOfWork(902795743)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.951--ClientSession(492002168)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.951--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 2130883284 [junit] [EL Finer]: 2022-09-10 04:18:58.951--ClientSession(2130883284)--Thread(Thread[main,5,main])--acquire unit of work: 2014166743 [junit] [EL Finest]: 2022-09-10 04:18:58.951--UnitOfWork(2014166743)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@20. [junit] [EL Finer]: 2022-09-10 04:18:58.951--UnitOfWork(2014166743)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:58.951--UnitOfWork(2014166743)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@20) [junit] [EL Finest]: 2022-09-10 04:18:58.951--ServerSession(1737750354)--Connection(1030126425)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.951--ClientSession(2130883284)--Connection(1030126425)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:58.951--ClientSession(2130883284)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.952--ClientSession(2130883284)--Connection(680034596)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [32, DELETED, 1] [junit] [EL Finer]: 2022-09-10 04:18:58.952--ClientSession(2130883284)--Connection(680034596)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:58.953--ServerSession(1737750354)--Connection(1030126425)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.953--UnitOfWork(2014166743)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.953--UnitOfWork(2014166743)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.953--UnitOfWork(2014166743)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.953--ClientSession(2130883284)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.953--UnitOfWork(2014166743)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.953--ClientSession(2130883284)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.953--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 735738459 [junit] [EL Finer]: 2022-09-10 04:18:58.953--ClientSession(735738459)--Thread(Thread[main,5,main])--acquire unit of work: 1194807205 [junit] [EL Finest]: 2022-09-10 04:18:58.954--UnitOfWork(1194807205)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:58.954--UnitOfWork(1194807205)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@20 [junit] [EL Finest]: 2022-09-10 04:18:58.954--UnitOfWork(1194807205)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@20 [junit] [EL Finer]: 2022-09-10 04:18:58.954--UnitOfWork(1194807205)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:18:58.954--UnitOfWork(1194807205)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:18:58.954--UnitOfWork(1194807205)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@20) [junit] [EL Finest]: 2022-09-10 04:18:58.954--ServerSession(1737750354)--Connection(913045000)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.954--ClientSession(735738459)--Connection(913045000)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:58.954--ClientSession(735738459)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:58.955--ClientSession(735738459)--Connection(1264377095)--Thread(Thread[main,5,main])--DELETE FROM TMP_DEP WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [32, 1] [junit] [EL Finer]: 2022-09-10 04:18:58.955--UnitOfWork(1194807205)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:58.955--UnitOfWork(1194807205)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2022-09-10 04:18:58.957--UnitOfWork(1194807205)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT ID FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Fine]: 2022-09-10 04:18:58.958--ClientSession(735738459)--Connection(1264377095)--Thread(Thread[main,5,main])--SELECT ID FROM TMP_DEP WHERE (ID = ?) [junit] bind => [32] [junit] [EL Finer]: 2022-09-10 04:18:58.958--UnitOfWork(1194807205)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.958--ClientSession(735738459)--Connection(1264377095)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2022-09-10 04:18:58.959--ServerSession(1737750354)--Connection(913045000)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.959--ClientSession(735738459)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.974--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1409497701 [junit] [EL Finer]: 2022-09-10 04:18:58.974--ClientSession(1409497701)--Thread(Thread[main,5,main])--acquire unit of work: 1337563431 [junit] [EL Finer]: 2022-09-10 04:18:58.974--UnitOfWork(1337563431)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.974--ClientSession(1409497701)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.991--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1015933451 [junit] [EL Finer]: 2022-09-10 04:18:58.991--ClientSession(1015933451)--Thread(Thread[main,5,main])--acquire unit of work: 1268510462 [junit] [EL Finest]: 2022-09-10 04:18:58.991--UnitOfWork(1268510462)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@65. [junit] [EL Finest]: 2022-09-10 04:18:58.991--UnitOfWork(1268510462)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@23d12a3a. [junit] [EL Finest]: 2022-09-10 04:18:58.991--UnitOfWork(1268510462)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@67. [junit] [EL Finest]: 2022-09-10 04:18:58.991--UnitOfWork(1268510462)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@68. [junit] [EL Finer]: 2022-09-10 04:18:58.991--UnitOfWork(1268510462)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:58.992--UnitOfWork(1268510462)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@65) [junit] [EL Finest]: 2022-09-10 04:18:58.992--ServerSession(1737750354)--Connection(830929141)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.992--ClientSession(1015933451)--Connection(830929141)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:58.992--ClientSession(1015933451)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:58.992--UnitOfWork(1268510462)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@23d12a3a) [junit] [EL Fine]: 2022-09-10 04:18:58.993--ClientSession(1015933451)--Connection(1182586041)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [101, Evangelists, 1] [junit] [EL Finest]: 2022-09-10 04:18:58.993--UnitOfWork(1268510462)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@67) [junit] [EL Fine]: 2022-09-10 04:18:58.993--ClientSession(1015933451)--Connection(1182586041)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [102, First, Last, null, null, null, null, 101, null, null, null, null, null] [junit] [EL Finest]: 2022-09-10 04:18:58.994--UnitOfWork(1268510462)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@68) [junit] [EL Finer]: 2022-09-10 04:18:58.994--ClientSession(1015933451)--Connection(1182586041)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:58.994--ClientSession(1015933451)--Connection(1182586041)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:18:58.994--ClientSession(1015933451)--Connection(1182586041)--Thread(Thread[main,5,main])-- bind => [103, 2006-02-03, Code inspection, 1, Review] [junit] [EL Fine]: 2022-09-10 04:18:58.994--ClientSession(1015933451)--Connection(1182586041)--Thread(Thread[main,5,main])-- bind => [104, 2006-02-04, Design review, 1, Review] [junit] [EL Finer]: 2022-09-10 04:18:58.994--ClientSession(1015933451)--Connection(1182586041)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:18:58.995--ClientSession(1015933451)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:18:58.995--ClientSession(1015933451)--Connection(1182586041)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:58.995--ClientSession(1015933451)--Connection(1182586041)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:18:58.995--ClientSession(1015933451)--Connection(1182586041)--Thread(Thread[main,5,main])-- bind => [0, 103] [junit] [EL Fine]: 2022-09-10 04:18:58.996--ClientSession(1015933451)--Connection(1182586041)--Thread(Thread[main,5,main])-- bind => [0, 104] [junit] [EL Finer]: 2022-09-10 04:18:58.996--ClientSession(1015933451)--Connection(1182586041)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:18:58.996--ClientSession(1015933451)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:18:58.996--ClientSession(1015933451)--Connection(1182586041)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:58.996--ClientSession(1015933451)--Connection(1182586041)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:18:58.996--ClientSession(1015933451)--Connection(1182586041)--Thread(Thread[main,5,main])-- bind => [103, 102] [junit] [EL Fine]: 2022-09-10 04:18:58.996--ClientSession(1015933451)--Connection(1182586041)--Thread(Thread[main,5,main])-- bind => [104, 102] [junit] [EL Finer]: 2022-09-10 04:18:58.996--ClientSession(1015933451)--Connection(1182586041)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:18:58.997--ClientSession(1015933451)--Connection(1182586041)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:58.998--ServerSession(1737750354)--Connection(830929141)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:58.999--UnitOfWork(1268510462)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:58.999--UnitOfWork(1268510462)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.999--UnitOfWork(1268510462)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.999--ClientSession(1015933451)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:58.999--UnitOfWork(1268510462)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:58.999--ClientSession(1015933451)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:58.999--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 677071135 [junit] [EL Finer]: 2022-09-10 04:18:58.999--ClientSession(677071135)--Thread(Thread[main,5,main])--acquire unit of work: 878915766 [junit] [EL Finest]: 2022-09-10 04:18:58.999--UnitOfWork(878915766)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:58.999--UnitOfWork(878915766)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@71e2843b [junit] [EL Finest]: 2022-09-10 04:18:58.999--UnitOfWork(878915766)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@65 [junit] [EL Finest]: 2022-09-10 04:18:58.999--UnitOfWork(878915766)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:18:59.0--ServerSession(1737750354)--Connection(450868664)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.0--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.0--ServerSession(1737750354)--Connection(625788232)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [102, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:18:59.001--ServerSession(1737750354)--Connection(450868664)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.001--UnitOfWork(878915766)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readReview" referenceClass=Review sql="SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID))") [junit] [EL Finest]: 2022-09-10 04:18:59.001--ServerSession(1737750354)--Connection(881300604)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.001--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.001--ServerSession(1737750354)--Connection(1998741793)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID)) [junit] bind => [103] [junit] [EL Finest]: 2022-09-10 04:18:59.002--ServerSession(1737750354)--Connection(881300604)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.002--UnitOfWork(878915766)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee ) [junit] [EL Finest]: 2022-09-10 04:18:59.002--ServerSession(1737750354)--Connection(451900456)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.002--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.003--ServerSession(1737750354)--Connection(370196540)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?) [junit] bind => [102] [junit] [EL Finest]: 2022-09-10 04:18:59.003--ServerSession(1737750354)--Connection(451900456)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.003--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:18:59.004--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="motorVehicle" referenceClass=MotorVehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:18:59.004--ServerSession(1737750354)--Connection(487553999)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.004--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.004--ServerSession(1737750354)--Connection(219040114)--Thread(Thread[main,5,main])--SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?))) [junit] bind => [102, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:18:59.005--ServerSession(1737750354)--Connection(487553999)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.005--ServerSession(1737750354)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="bicycles" referenceClass=Bicycle sql="SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:18:59.005--ServerSession(1737750354)--Connection(65112445)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.005--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.005--ServerSession(1737750354)--Connection(2094728618)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?))) [junit] bind => [102, 4, 45, 4711] [junit] [EL Finest]: 2022-09-10 04:18:59.006--ServerSession(1737750354)--Connection(65112445)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.006--UnitOfWork(878915766)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:18:59.006--UnitOfWork(878915766)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:18:59.006--ServerSession(1737750354)--Connection(2019937411)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.006--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.006--ServerSession(1737750354)--Connection(1555521648)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [102, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:18:59.007--ServerSession(1737750354)--Connection(2019937411)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.007--UnitOfWork(878915766)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="motorVehicle" referenceClass=MotorVehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:18:59.007--ServerSession(1737750354)--Connection(309135464)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.007--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.007--ServerSession(1737750354)--Connection(1967017653)--Thread(Thread[main,5,main])--SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?))) [junit] bind => [102, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:18:59.008--ServerSession(1737750354)--Connection(309135464)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.008--UnitOfWork(878915766)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="bicycles" referenceClass=Bicycle sql="SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:18:59.008--ServerSession(1737750354)--Connection(434495760)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.008--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.008--ServerSession(1737750354)--Connection(506027903)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?))) [junit] bind => [102, 4, 45, 4711] [junit] [EL Finest]: 2022-09-10 04:18:59.009--ServerSession(1737750354)--Connection(434495760)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.009--UnitOfWork(878915766)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="reviews" referenceClass=Review sql="SELECT t1.ID, t1.DTYPE, t2.REVIEW_ID, t1.REVIEWDATE, t1.TEXT, t2.SUCCESSRATE, t1.VERSION, t1.PATENT_YEAR, t1.PATENT_NAME FROM TMP_EMP_REVIEW t0, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID))") [junit] [EL Finest]: 2022-09-10 04:18:59.009--ServerSession(1737750354)--Connection(313124964)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.009--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.009--ServerSession(1737750354)--Connection(1177522153)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t2.REVIEW_ID, t1.REVIEWDATE, t1.TEXT, t2.SUCCESSRATE, t1.VERSION, t1.PATENT_YEAR, t1.PATENT_NAME FROM TMP_EMP_REVIEW t0, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID)) [junit] bind => [102] [junit] [EL Finest]: 2022-09-10 04:18:59.01--ServerSession(1737750354)--Connection(313124964)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.01--UnitOfWork(878915766)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@68 [junit] [EL Finest]: 2022-09-10 04:18:59.01--UnitOfWork(878915766)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@67 [junit] [EL Finer]: 2022-09-10 04:18:59.01--UnitOfWork(878915766)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:59.011--UnitOfWork(878915766)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@67) [junit] [EL Finest]: 2022-09-10 04:18:59.011--ServerSession(1737750354)--Connection(1000958311)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:59.011--ClientSession(677071135)--Connection(1000958311)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:59.011--ClientSession(677071135)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.011--ClientSession(677071135)--Connection(1466225697)--Thread(Thread[main,5,main])--UPDATE TMP_REVIEW SET TEXT = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [UPDATED, 2, 103, 1] [junit] [EL Finer]: 2022-09-10 04:18:59.012--ClientSession(677071135)--Connection(1466225697)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:59.012--ServerSession(1737750354)--Connection(1000958311)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:59.013--UnitOfWork(878915766)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:59.013--UnitOfWork(878915766)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.013--UnitOfWork(878915766)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.013--ClientSession(677071135)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.013--UnitOfWork(878915766)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.013--ClientSession(677071135)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:59.013--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 4524471 [junit] [EL Finer]: 2022-09-10 04:18:59.013--ClientSession(4524471)--Thread(Thread[main,5,main])--acquire unit of work: 1911619650 [junit] [EL Finest]: 2022-09-10 04:18:59.013--UnitOfWork(1911619650)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readReview" referenceClass=Review sql="SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID))") [junit] [EL Finest]: 2022-09-10 04:18:59.013--ServerSession(1737750354)--Connection(1572619672)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.013--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.013--ServerSession(1737750354)--Connection(268620232)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID)) [junit] bind => [103] [junit] [EL Finest]: 2022-09-10 04:18:59.014--ServerSession(1737750354)--Connection(1572619672)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.164 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestRemove [junit] [EL Finer]: 2022-09-10 04:18:59.039--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 572317063 [junit] [EL Finer]: 2022-09-10 04:18:59.039--ClientSession(572317063)--Thread(Thread[main,5,main])--acquire unit of work: 5072587 [junit] [EL Finer]: 2022-09-10 04:18:59.039--UnitOfWork(5072587)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.039--ClientSession(572317063)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:59.039--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 2088366799 [junit] [EL Finer]: 2022-09-10 04:18:59.039--ClientSession(2088366799)--Thread(Thread[main,5,main])--acquire unit of work: 1666522214 [junit] [EL Finer]: 2022-09-10 04:18:59.039--UnitOfWork(1666522214)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.039--ClientSession(2088366799)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:59.053--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 877706515 [junit] [EL Finer]: 2022-09-10 04:18:59.053--ClientSession(877706515)--Thread(Thread[main,5,main])--acquire unit of work: 464852114 [junit] [EL Finest]: 2022-09-10 04:18:59.053--UnitOfWork(464852114)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1f. [junit] [EL Finer]: 2022-09-10 04:18:59.053--UnitOfWork(464852114)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:59.053--UnitOfWork(464852114)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1f) [junit] [EL Finest]: 2022-09-10 04:18:59.053--ServerSession(1737750354)--Connection(2052494962)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:59.053--ClientSession(877706515)--Connection(2052494962)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:59.053--ClientSession(877706515)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.054--ClientSession(877706515)--Connection(1240734766)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [31, DETACHED, 1] [junit] [EL Finer]: 2022-09-10 04:18:59.054--ClientSession(877706515)--Connection(1240734766)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:59.055--ServerSession(1737750354)--Connection(2052494962)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:59.055--UnitOfWork(464852114)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:59.055--UnitOfWork(464852114)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.055--UnitOfWork(464852114)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.055--ClientSession(877706515)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.055--UnitOfWork(464852114)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.055--ClientSession(877706515)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:59.055--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1679322976 [junit] [EL Finer]: 2022-09-10 04:18:59.055--ClientSession(1679322976)--Thread(Thread[main,5,main])--acquire unit of work: 233048737 [junit] [EL Finest]: 2022-09-10 04:18:59.055--UnitOfWork(233048737)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1f [junit] [EL Finest]: 2022-09-10 04:18:59.055--UnitOfWork(233048737)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finer]: 2022-09-10 04:18:59.056--UnitOfWork(233048737)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.056--ClientSession(1679322976)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:59.056--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1639410301 [junit] [EL Finer]: 2022-09-10 04:18:59.056--ClientSession(1639410301)--Thread(Thread[main,5,main])--acquire unit of work: 1475909248 [junit] [EL Finest]: 2022-09-10 04:18:59.056--UnitOfWork(1475909248)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@20. [junit] [EL Finest]: 2022-09-10 04:18:59.056--UnitOfWork(1475909248)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@20 [junit] [EL Finest]: 2022-09-10 04:18:59.056--UnitOfWork(1475909248)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finer]: 2022-09-10 04:18:59.056--UnitOfWork(1475909248)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.056--ClientSession(1639410301)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:59.056--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 119423135 [junit] [EL Finer]: 2022-09-10 04:18:59.056--ClientSession(119423135)--Thread(Thread[main,5,main])--acquire unit of work: 348228202 [junit] [EL Finest]: 2022-09-10 04:18:59.056--UnitOfWork(348228202)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@21. [junit] [EL Finer]: 2022-09-10 04:18:59.056--UnitOfWork(348228202)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:59.056--UnitOfWork(348228202)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@21) [junit] [EL Finest]: 2022-09-10 04:18:59.056--ServerSession(1737750354)--Connection(689393150)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:59.056--ClientSession(119423135)--Connection(689393150)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:59.057--ClientSession(119423135)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.057--ClientSession(119423135)--Connection(832376940)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [33, MANAGED, 1] [junit] [EL Finer]: 2022-09-10 04:18:59.057--ClientSession(119423135)--Connection(832376940)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:59.058--ServerSession(1737750354)--Connection(689393150)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:59.058--UnitOfWork(348228202)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:59.058--UnitOfWork(348228202)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.058--UnitOfWork(348228202)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.058--ClientSession(119423135)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.058--UnitOfWork(348228202)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.058--ClientSession(119423135)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:59.058--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1823752147 [junit] [EL Finer]: 2022-09-10 04:18:59.058--ClientSession(1823752147)--Thread(Thread[main,5,main])--acquire unit of work: 905141337 [junit] [EL Finest]: 2022-09-10 04:18:59.059--UnitOfWork(905141337)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:59.059--UnitOfWork(905141337)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@21 [junit] [EL Finest]: 2022-09-10 04:18:59.059--UnitOfWork(905141337)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@21 [junit] [EL Finest]: 2022-09-10 04:18:59.059--UnitOfWork(905141337)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finer]: 2022-09-10 04:18:59.059--UnitOfWork(905141337)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.059--ClientSession(1823752147)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:59.059--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1865869318 [junit] [EL Finer]: 2022-09-10 04:18:59.059--ClientSession(1865869318)--Thread(Thread[main,5,main])--acquire unit of work: 1082683437 [junit] [EL Finest]: 2022-09-10 04:18:59.059--UnitOfWork(1082683437)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@22. [junit] [EL Finer]: 2022-09-10 04:18:59.059--UnitOfWork(1082683437)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:59.059--UnitOfWork(1082683437)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@22) [junit] [EL Finest]: 2022-09-10 04:18:59.059--ServerSession(1737750354)--Connection(1041819283)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:59.059--ClientSession(1865869318)--Connection(1041819283)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:59.059--ClientSession(1865869318)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.06--ClientSession(1865869318)--Connection(1024651365)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [34, DELETED, 1] [junit] [EL Finer]: 2022-09-10 04:18:59.06--ClientSession(1865869318)--Connection(1024651365)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:59.061--ServerSession(1737750354)--Connection(1041819283)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:59.061--UnitOfWork(1082683437)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:59.061--UnitOfWork(1082683437)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.061--UnitOfWork(1082683437)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.061--ClientSession(1865869318)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.061--UnitOfWork(1082683437)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.061--ClientSession(1865869318)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:59.061--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 2062492091 [junit] [EL Finer]: 2022-09-10 04:18:59.061--ClientSession(2062492091)--Thread(Thread[main,5,main])--acquire unit of work: 1356101467 [junit] [EL Finest]: 2022-09-10 04:18:59.062--UnitOfWork(1356101467)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:59.062--UnitOfWork(1356101467)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@22 [junit] [EL Finest]: 2022-09-10 04:18:59.062--UnitOfWork(1356101467)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@22 [junit] [EL Finest]: 2022-09-10 04:18:59.062--UnitOfWork(1356101467)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@22 [junit] [EL Finest]: 2022-09-10 04:18:59.062--UnitOfWork(1356101467)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finer]: 2022-09-10 04:18:59.062--UnitOfWork(1356101467)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.062--ClientSession(2062492091)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:59.078--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 238187987 [junit] [EL Finer]: 2022-09-10 04:18:59.078--ClientSession(238187987)--Thread(Thread[main,5,main])--acquire unit of work: 469433569 [junit] [EL Finest]: 2022-09-10 04:18:59.078--UnitOfWork(469433569)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@29. [junit] [EL Finer]: 2022-09-10 04:18:59.078--UnitOfWork(469433569)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:59.079--UnitOfWork(469433569)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@29) [junit] [EL Finest]: 2022-09-10 04:18:59.079--ServerSession(1737750354)--Connection(1811787479)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:59.079--ClientSession(238187987)--Connection(1811787479)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:59.079--ClientSession(238187987)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.079--ClientSession(238187987)--Connection(657218237)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [41, dep41, 1] [junit] [EL Finer]: 2022-09-10 04:18:59.08--ClientSession(238187987)--Connection(657218237)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:59.081--ServerSession(1737750354)--Connection(1811787479)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:59.081--UnitOfWork(469433569)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:59.081--UnitOfWork(469433569)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.081--UnitOfWork(469433569)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.081--ClientSession(238187987)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.081--UnitOfWork(469433569)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.081--ClientSession(238187987)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:59.081--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1981844352 [junit] [EL Finer]: 2022-09-10 04:18:59.081--ClientSession(1981844352)--Thread(Thread[main,5,main])--acquire unit of work: 865918539 [junit] [EL Finest]: 2022-09-10 04:18:59.081--UnitOfWork(865918539)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:59.081--UnitOfWork(865918539)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@29 [junit] [EL Finest]: 2022-09-10 04:18:59.082--UnitOfWork(865918539)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@29 [junit] [EL Finer]: 2022-09-10 04:18:59.082--UnitOfWork(865918539)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.082--ClientSession(1981844352)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:59.098--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 424936007 [junit] [EL Finer]: 2022-09-10 04:18:59.098--ClientSession(424936007)--Thread(Thread[main,5,main])--acquire unit of work: 181083292 [junit] [EL Finest]: 2022-09-10 04:18:59.098--UnitOfWork(181083292)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6f. [junit] [EL Finer]: 2022-09-10 04:18:59.098--UnitOfWork(181083292)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:59.099--UnitOfWork(181083292)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6f) [junit] [EL Finest]: 2022-09-10 04:18:59.099--ServerSession(1737750354)--Connection(960394566)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:59.099--ClientSession(424936007)--Connection(960394566)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:59.099--ClientSession(424936007)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.099--ClientSession(424936007)--Connection(1799598337)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [111, OLD, 1] [junit] [EL Finer]: 2022-09-10 04:18:59.1--ClientSession(424936007)--Connection(1799598337)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:59.1--ServerSession(1737750354)--Connection(960394566)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:59.101--UnitOfWork(181083292)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:59.101--UnitOfWork(181083292)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.101--UnitOfWork(181083292)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.101--ClientSession(424936007)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.101--UnitOfWork(181083292)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.101--ClientSession(424936007)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:59.101--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1964157350 [junit] [EL Finer]: 2022-09-10 04:18:59.101--ClientSession(1964157350)--Thread(Thread[main,5,main])--acquire unit of work: 53466556 [junit] [EL Finest]: 2022-09-10 04:18:59.101--UnitOfWork(53466556)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:59.101--UnitOfWork(53466556)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6f [junit] [EL Finer]: 2022-09-10 04:18:59.101--UnitOfWork(53466556)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:18:59.101--UnitOfWork(53466556)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6f) [junit] [EL Finest]: 2022-09-10 04:18:59.102--ServerSession(1737750354)--Connection(1810019687)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:59.102--ClientSession(1964157350)--Connection(1810019687)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:59.102--ClientSession(1964157350)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.102--ClientSession(1964157350)--Connection(379395986)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [NEW, 2, 111, 1] [junit] [EL Finer]: 2022-09-10 04:18:59.103--UnitOfWork(53466556)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:59.103--UnitOfWork(53466556)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2022-09-10 04:18:59.103--UnitOfWork(53466556)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6f [junit] [EL Finer]: 2022-09-10 04:18:59.103--UnitOfWork(53466556)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:59.103--UnitOfWork(53466556)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:18:59.103--UnitOfWork(53466556)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6f) [junit] [EL Fine]: 2022-09-10 04:18:59.103--ClientSession(1964157350)--Connection(379395986)--Thread(Thread[main,5,main])--DELETE FROM TMP_DEP WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [111, 2] [junit] [EL Finer]: 2022-09-10 04:18:59.104--ClientSession(1964157350)--Connection(379395986)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:59.105--ServerSession(1737750354)--Connection(1810019687)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:59.105--UnitOfWork(53466556)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:59.105--UnitOfWork(53466556)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.105--UnitOfWork(53466556)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.105--ClientSession(1964157350)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.105--UnitOfWork(53466556)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.105--ClientSession(1964157350)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:59.106--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 2121503208 [junit] [EL Finer]: 2022-09-10 04:18:59.106--ClientSession(2121503208)--Thread(Thread[main,5,main])--acquire unit of work: 530861926 [junit] [EL Finest]: 2022-09-10 04:18:59.106--UnitOfWork(530861926)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@70. [junit] [EL Finer]: 2022-09-10 04:18:59.106--UnitOfWork(530861926)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:18:59.106--UnitOfWork(530861926)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@70) [junit] [EL Finest]: 2022-09-10 04:18:59.106--ServerSession(1737750354)--Connection(1726093528)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:59.106--ClientSession(2121503208)--Connection(1726093528)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:59.106--ClientSession(2121503208)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.107--ClientSession(2121503208)--Connection(1535161373)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [112, NEW, 1] [junit] [EL Finer]: 2022-09-10 04:18:59.107--UnitOfWork(530861926)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:59.107--UnitOfWork(530861926)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2022-09-10 04:18:59.107--UnitOfWork(530861926)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@70 [junit] [EL Finer]: 2022-09-10 04:18:59.107--UnitOfWork(530861926)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:59.107--UnitOfWork(530861926)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:18:59.108--UnitOfWork(530861926)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@70) [junit] [EL Fine]: 2022-09-10 04:18:59.108--ClientSession(2121503208)--Connection(1535161373)--Thread(Thread[main,5,main])--DELETE FROM TMP_DEP WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [112, 1] [junit] [EL Finer]: 2022-09-10 04:18:59.108--ClientSession(2121503208)--Connection(1535161373)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:59.109--ServerSession(1737750354)--Connection(1726093528)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:59.109--UnitOfWork(530861926)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:59.109--UnitOfWork(530861926)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.109--UnitOfWork(530861926)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.109--ClientSession(2121503208)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.109--UnitOfWork(530861926)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.109--ClientSession(2121503208)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:59.124--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 849376493 [junit] [EL Finer]: 2022-09-10 04:18:59.125--ClientSession(849376493)--Thread(Thread[main,5,main])--acquire unit of work: 1731593711 [junit] [EL Finest]: 2022-09-10 04:18:59.125--UnitOfWork(1731593711)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@29eaf100. [junit] [EL Finer]: 2022-09-10 04:18:59.125--UnitOfWork(1731593711)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:59.125--UnitOfWork(1731593711)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@29eaf100) [junit] [EL Finest]: 2022-09-10 04:18:59.125--ServerSession(1737750354)--Connection(1571580867)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:59.125--ClientSession(849376493)--Connection(1571580867)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:59.125--ClientSession(849376493)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.126--ClientSession(849376493)--Connection(174195940)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [31, 30, green] [junit] [EL Finer]: 2022-09-10 04:18:59.126--ClientSession(849376493)--Connection(174195940)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:59.127--ServerSession(1737750354)--Connection(1571580867)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:59.127--UnitOfWork(1731593711)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:59.127--UnitOfWork(1731593711)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.127--UnitOfWork(1731593711)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.127--ClientSession(849376493)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.127--UnitOfWork(1731593711)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.127--ClientSession(849376493)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:59.127--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1979355732 [junit] [EL Finer]: 2022-09-10 04:18:59.127--ClientSession(1979355732)--Thread(Thread[main,5,main])--acquire unit of work: 1864756523 [junit] [EL Finest]: 2022-09-10 04:18:59.127--UnitOfWork(1864756523)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCubicle" referenceClass=Cubicle sql="SELECT PLACE, FLOOR, COLOR FROM TMP_CUBICLE WHERE ((PLACE = ?) AND (FLOOR = ?))") [junit] [EL Finest]: 2022-09-10 04:18:59.128--UnitOfWork(1864756523)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@6f69e2d8 [junit] [EL Finest]: 2022-09-10 04:18:59.128--UnitOfWork(1864756523)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@147097ad [junit] [EL Finer]: 2022-09-10 04:18:59.128--UnitOfWork(1864756523)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:59.128--UnitOfWork(1864756523)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Cubicle ) [junit] [EL Finest]: 2022-09-10 04:18:59.128--UnitOfWork(1864756523)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@147097ad) [junit] [EL Finest]: 2022-09-10 04:18:59.128--ServerSession(1737750354)--Connection(1966420092)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:59.128--ClientSession(1979355732)--Connection(1966420092)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:59.128--ClientSession(1979355732)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.129--ClientSession(1979355732)--Connection(1433035552)--Thread(Thread[main,5,main])--DELETE FROM TMP_CUBICLE WHERE ((PLACE = ?) AND (FLOOR = ?)) [junit] bind => [31, 30] [junit] [EL Finer]: 2022-09-10 04:18:59.13--ClientSession(1979355732)--Connection(1433035552)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:59.131--ServerSession(1737750354)--Connection(1966420092)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:59.131--UnitOfWork(1864756523)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:59.131--UnitOfWork(1864756523)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.131--UnitOfWork(1864756523)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.131--ClientSession(1979355732)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.131--UnitOfWork(1864756523)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.131--ClientSession(1979355732)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:59.131--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1659209382 [junit] [EL Finer]: 2022-09-10 04:18:59.131--ClientSession(1659209382)--Thread(Thread[main,5,main])--acquire unit of work: 1687194297 [junit] [EL Finest]: 2022-09-10 04:18:59.131--UnitOfWork(1687194297)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCubicle" referenceClass=Cubicle sql="SELECT PLACE, FLOOR, COLOR FROM TMP_CUBICLE WHERE ((PLACE = ?) AND (FLOOR = ?))") [junit] [EL Finest]: 2022-09-10 04:18:59.131--ServerSession(1737750354)--Connection(453434455)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.131--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.132--ServerSession(1737750354)--Connection(1526088147)--Thread(Thread[main,5,main])--SELECT PLACE, FLOOR, COLOR FROM TMP_CUBICLE WHERE ((PLACE = ?) AND (FLOOR = ?)) [junit] bind => [31, 30] [junit] [EL Finest]: 2022-09-10 04:18:59.132--ServerSession(1737750354)--Connection(453434455)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:18:59.147--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 2102803475 [junit] [EL Finer]: 2022-09-10 04:18:59.147--ClientSession(2102803475)--Thread(Thread[main,5,main])--acquire unit of work: 84976327 [junit] [EL Finest]: 2022-09-10 04:18:59.147--UnitOfWork(84976327)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b. [junit] [EL Finer]: 2022-09-10 04:18:59.147--UnitOfWork(84976327)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:59.147--UnitOfWork(84976327)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b) [junit] [EL Finest]: 2022-09-10 04:18:59.147--ServerSession(1737750354)--Connection(1381735924)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:59.147--ClientSession(2102803475)--Connection(1381735924)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:59.147--ClientSession(2102803475)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.148--ClientSession(2102803475)--Connection(1390222306)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [11, OLD, 1] [junit] [EL Finer]: 2022-09-10 04:18:59.148--ClientSession(2102803475)--Connection(1390222306)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:59.149--ServerSession(1737750354)--Connection(1381735924)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:59.149--UnitOfWork(84976327)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:59.149--UnitOfWork(84976327)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.149--UnitOfWork(84976327)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.149--ClientSession(2102803475)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.149--UnitOfWork(84976327)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.149--ClientSession(2102803475)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:59.149--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 719882002 [junit] [EL Finer]: 2022-09-10 04:18:59.149--ClientSession(719882002)--Thread(Thread[main,5,main])--acquire unit of work: 273714086 [junit] [EL Finest]: 2022-09-10 04:18:59.149--UnitOfWork(273714086)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:59.149--UnitOfWork(273714086)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b [junit] [EL Finest]: 2022-09-10 04:18:59.15--UnitOfWork(273714086)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b [junit] [EL Finer]: 2022-09-10 04:18:59.15--UnitOfWork(273714086)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:59.15--UnitOfWork(273714086)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:18:59.15--UnitOfWork(273714086)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b) [junit] [EL Finest]: 2022-09-10 04:18:59.15--ServerSession(1737750354)--Connection(1470843699)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:59.15--ClientSession(719882002)--Connection(1470843699)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:59.15--ClientSession(719882002)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:59.15--UnitOfWork(273714086)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b) [junit] [EL Fine]: 2022-09-10 04:18:59.151--ClientSession(719882002)--Connection(1135798235)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [NEW, 2, 11, 1] [junit] [EL Fine]: 2022-09-10 04:18:59.151--ClientSession(719882002)--Connection(1135798235)--Thread(Thread[main,5,main])--DELETE FROM TMP_DEP WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [11, 2] [junit] [EL Finer]: 2022-09-10 04:18:59.152--ClientSession(719882002)--Connection(1135798235)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:59.152--ServerSession(1737750354)--Connection(1470843699)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:59.152--UnitOfWork(273714086)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:59.152--UnitOfWork(273714086)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.152--UnitOfWork(273714086)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.152--ClientSession(719882002)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.152--UnitOfWork(273714086)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.152--ClientSession(719882002)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:59.153--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1490523257 [junit] [EL Finer]: 2022-09-10 04:18:59.153--ClientSession(1490523257)--Thread(Thread[main,5,main])--acquire unit of work: 271328465 [junit] [EL Finest]: 2022-09-10 04:18:59.153--UnitOfWork(271328465)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@c. [junit] [EL Finest]: 2022-09-10 04:18:59.153--UnitOfWork(271328465)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@c [junit] [EL Finest]: 2022-09-10 04:18:59.153--UnitOfWork(271328465)--Thread(Thread[main,5,main])--Unregister the object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@c [junit] [EL Finer]: 2022-09-10 04:18:59.153--UnitOfWork(271328465)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:59.153--UnitOfWork(271328465)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:59.153--UnitOfWork(271328465)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.153--UnitOfWork(271328465)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.153--ClientSession(1490523257)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.153--UnitOfWork(271328465)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.153--ClientSession(1490523257)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:59.167--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 932493233 [junit] [EL Finer]: 2022-09-10 04:18:59.168--ClientSession(932493233)--Thread(Thread[main,5,main])--acquire unit of work: 841341264 [junit] [EL Finest]: 2022-09-10 04:18:59.168--UnitOfWork(841341264)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@15. [junit] [EL Finer]: 2022-09-10 04:18:59.168--UnitOfWork(841341264)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:59.168--UnitOfWork(841341264)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@15) [junit] [EL Finest]: 2022-09-10 04:18:59.168--ServerSession(1737750354)--Connection(1429297664)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:59.168--ClientSession(932493233)--Connection(1429297664)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:59.168--ClientSession(932493233)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.168--ClientSession(932493233)--Connection(1229121199)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [21, REMOVE, 1] [junit] [EL Finer]: 2022-09-10 04:18:59.169--ClientSession(932493233)--Connection(1229121199)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:59.17--ServerSession(1737750354)--Connection(1429297664)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:59.17--UnitOfWork(841341264)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:59.17--UnitOfWork(841341264)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.17--UnitOfWork(841341264)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.17--ClientSession(932493233)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.17--UnitOfWork(841341264)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.17--ClientSession(932493233)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:59.17--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 966987034 [junit] [EL Finer]: 2022-09-10 04:18:59.17--ClientSession(966987034)--Thread(Thread[main,5,main])--acquire unit of work: 1728766751 [junit] [EL Finest]: 2022-09-10 04:18:59.171--UnitOfWork(1728766751)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:59.171--UnitOfWork(1728766751)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@15 [junit] [EL Finest]: 2022-09-10 04:18:59.171--UnitOfWork(1728766751)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@15 [junit] [EL Finest]: 2022-09-10 04:18:59.171--UnitOfWork(1728766751)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@15 [junit] [EL Finer]: 2022-09-10 04:18:59.171--UnitOfWork(1728766751)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:59.171--UnitOfWork(1728766751)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:18:59.171--UnitOfWork(1728766751)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@15) [junit] [EL Finest]: 2022-09-10 04:18:59.171--ServerSession(1737750354)--Connection(863026773)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:59.171--ClientSession(966987034)--Connection(863026773)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:59.171--ClientSession(966987034)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.172--ClientSession(966987034)--Connection(64139583)--Thread(Thread[main,5,main])--DELETE FROM TMP_DEP WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [21, 1] [junit] [EL Finer]: 2022-09-10 04:18:59.173--ClientSession(966987034)--Connection(64139583)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:59.173--ServerSession(1737750354)--Connection(863026773)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:59.173--UnitOfWork(1728766751)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:59.173--UnitOfWork(1728766751)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.173--UnitOfWork(1728766751)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.173--ClientSession(966987034)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.174--UnitOfWork(1728766751)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.174--ClientSession(966987034)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:59.174--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1068602508 [junit] [EL Finer]: 2022-09-10 04:18:59.174--ClientSession(1068602508)--Thread(Thread[main,5,main])--acquire unit of work: 2084116799 [junit] [EL Finest]: 2022-09-10 04:18:59.174--UnitOfWork(2084116799)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@16. [junit] [EL Finest]: 2022-09-10 04:18:59.174--UnitOfWork(2084116799)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@16 [junit] [EL Finest]: 2022-09-10 04:18:59.174--UnitOfWork(2084116799)--Thread(Thread[main,5,main])--Unregister the object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@16 [junit] [EL Finest]: 2022-09-10 04:18:59.174--UnitOfWork(2084116799)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@16 [junit] [EL Finest]: 2022-09-10 04:18:59.174--UnitOfWork(2084116799)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:18:59.175--ServerSession(1737750354)--Connection(1568977032)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.175--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.175--ServerSession(1737750354)--Connection(1774238438)--Thread(Thread[main,5,main])--SELECT ID FROM TMP_DEP WHERE (ID = ?) [junit] bind => [22] [junit] [EL Finest]: 2022-09-10 04:18:59.175--ServerSession(1737750354)--Connection(1568977032)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:18:59.175--UnitOfWork(2084116799)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:59.175--UnitOfWork(2084116799)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:59.175--UnitOfWork(2084116799)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.175--UnitOfWork(2084116799)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.175--ClientSession(1068602508)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.175--UnitOfWork(2084116799)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.175--ClientSession(1068602508)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:59.19--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 741268455 [junit] [EL Finer]: 2022-09-10 04:18:59.19--ClientSession(741268455)--Thread(Thread[main,5,main])--acquire unit of work: 2136187679 [junit] [EL Finest]: 2022-09-10 04:18:59.19--UnitOfWork(2136187679)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@79. [junit] [EL Finer]: 2022-09-10 04:18:59.19--UnitOfWork(2136187679)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:59.191--UnitOfWork(2136187679)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@79) [junit] [EL Finest]: 2022-09-10 04:18:59.191--ServerSession(1737750354)--Connection(1946055811)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:59.191--ClientSession(741268455)--Connection(1946055811)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:59.191--ClientSession(741268455)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.191--ClientSession(741268455)--Connection(290945720)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [121, REMOVE, 1] [junit] [EL Finer]: 2022-09-10 04:18:59.192--ClientSession(741268455)--Connection(290945720)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:59.193--ServerSession(1737750354)--Connection(1946055811)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:59.193--UnitOfWork(2136187679)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:59.193--UnitOfWork(2136187679)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.193--UnitOfWork(2136187679)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.193--ClientSession(741268455)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.193--UnitOfWork(2136187679)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.193--ClientSession(741268455)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:59.193--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1459864059 [junit] [EL Finer]: 2022-09-10 04:18:59.193--ClientSession(1459864059)--Thread(Thread[main,5,main])--acquire unit of work: 2100028185 [junit] [EL Finest]: 2022-09-10 04:18:59.193--UnitOfWork(2100028185)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:59.194--UnitOfWork(2100028185)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@79 [junit] [EL Finest]: 2022-09-10 04:18:59.194--UnitOfWork(2100028185)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@79 [junit] [EL Finer]: 2022-09-10 04:18:59.194--UnitOfWork(2100028185)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:18:59.194--UnitOfWork(2100028185)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:18:59.194--UnitOfWork(2100028185)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@79) [junit] [EL Finest]: 2022-09-10 04:18:59.194--ServerSession(1737750354)--Connection(1177092499)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:59.194--ClientSession(1459864059)--Connection(1177092499)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:59.194--ClientSession(1459864059)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.195--ClientSession(1459864059)--Connection(1792516869)--Thread(Thread[main,5,main])--DELETE FROM TMP_DEP WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [121, 1] [junit] [EL Finer]: 2022-09-10 04:18:59.195--UnitOfWork(2100028185)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:59.195--UnitOfWork(2100028185)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2022-09-10 04:18:59.196--UnitOfWork(2100028185)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@79 [junit] [EL Finest]: 2022-09-10 04:18:59.196--UnitOfWork(2100028185)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Fine]: 2022-09-10 04:18:59.196--ClientSession(1459864059)--Connection(1792516869)--Thread(Thread[main,5,main])--SELECT ID FROM TMP_DEP WHERE (ID = ?) [junit] bind => [121] [junit] [EL Finer]: 2022-09-10 04:18:59.197--UnitOfWork(2100028185)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:59.197--ClientSession(1459864059)--Connection(1792516869)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:59.198--ServerSession(1737750354)--Connection(1177092499)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:59.198--UnitOfWork(2100028185)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:59.198--UnitOfWork(2100028185)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.198--UnitOfWork(2100028185)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.198--ClientSession(1459864059)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.198--UnitOfWork(2100028185)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.198--ClientSession(1459864059)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:59.198--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 263466012 [junit] [EL Finer]: 2022-09-10 04:18:59.199--ClientSession(263466012)--Thread(Thread[main,5,main])--acquire unit of work: 1323163740 [junit] [EL Finest]: 2022-09-10 04:18:59.199--UnitOfWork(1323163740)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7a. [junit] [EL Finest]: 2022-09-10 04:18:59.199--UnitOfWork(1323163740)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7a [junit] [EL Finest]: 2022-09-10 04:18:59.199--UnitOfWork(1323163740)--Thread(Thread[main,5,main])--Unregister the object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7a [junit] [EL Finer]: 2022-09-10 04:18:59.199--UnitOfWork(1323163740)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:18:59.199--UnitOfWork(1323163740)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:18:59.199--UnitOfWork(1323163740)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7a [junit] [EL Finest]: 2022-09-10 04:18:59.199--UnitOfWork(1323163740)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:18:59.199--ServerSession(1737750354)--Connection(1370756928)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.199--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.199--ServerSession(1737750354)--Connection(1892336170)--Thread(Thread[main,5,main])--SELECT ID FROM TMP_DEP WHERE (ID = ?) [junit] bind => [122] [junit] [EL Finest]: 2022-09-10 04:18:59.2--ServerSession(1737750354)--Connection(1370756928)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:18:59.2--UnitOfWork(1323163740)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:59.2--UnitOfWork(1323163740)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:59.2--UnitOfWork(1323163740)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.2--UnitOfWork(1323163740)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.2--ClientSession(263466012)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.2--UnitOfWork(1323163740)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.2--ClientSession(263466012)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:59.214--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1474745706 [junit] [EL Finer]: 2022-09-10 04:18:59.214--ClientSession(1474745706)--Thread(Thread[main,5,main])--acquire unit of work: 1544980433 [junit] [EL Finest]: 2022-09-10 04:18:59.214--UnitOfWork(1544980433)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:18:59.215--UnitOfWork(1544980433)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:18:59.215--ServerSession(1737750354)--Connection(2020796703)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.215--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.215--ServerSession(1737750354)--Connection(280150479)--Thread(Thread[main,5,main])--SELECT ID FROM TMP_DEP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:18:59.216--ServerSession(1737750354)--Connection(2020796703)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:18:59.216--UnitOfWork(1544980433)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:59.216--UnitOfWork(1544980433)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:59.216--UnitOfWork(1544980433)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.216--UnitOfWork(1544980433)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.216--ClientSession(1474745706)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.216--UnitOfWork(1544980433)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.216--ClientSession(1474745706)--Thread(Thread[main,5,main])--client released [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.193 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestUpdate [junit] [EL Finer]: 2022-09-10 04:18:59.237--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1534790362 [junit] [EL Finer]: 2022-09-10 04:18:59.237--ClientSession(1534790362)--Thread(Thread[main,5,main])--acquire unit of work: 1885172464 [junit] [EL Finest]: 2022-09-10 04:18:59.237--UnitOfWork(1885172464)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3c4e23be. [junit] [EL Finest]: 2022-09-10 04:18:59.237--UnitOfWork(1885172464)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@1d6a0962. [junit] [EL Finer]: 2022-09-10 04:18:59.237--UnitOfWork(1885172464)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:59.238--UnitOfWork(1885172464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@1d6a0962) [junit] [EL Finest]: 2022-09-10 04:18:59.238--ServerSession(1737750354)--Connection(1217087194)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:59.238--ClientSession(1534790362)--Connection(1217087194)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:59.238--ClientSession(1534790362)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:59.238--UnitOfWork(1885172464)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3c4e23be) [junit] [EL Fine]: 2022-09-10 04:18:59.238--ClientSession(1534790362)--Connection(99055536)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [99, 98, orange] [junit] [EL Fine]: 2022-09-10 04:18:59.239--ClientSession(1534790362)--Connection(99055536)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [17, first, last, null, null, null, null, null, null, 98, 99, null, null] [junit] [EL Finer]: 2022-09-10 04:18:59.24--ClientSession(1534790362)--Connection(99055536)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:59.241--ServerSession(1737750354)--Connection(1217087194)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:59.241--UnitOfWork(1885172464)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:59.241--UnitOfWork(1885172464)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.241--UnitOfWork(1885172464)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.241--ClientSession(1534790362)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.241--UnitOfWork(1885172464)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.241--ClientSession(1534790362)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:59.241--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 563992885 [junit] [EL Finer]: 2022-09-10 04:18:59.241--ClientSession(563992885)--Thread(Thread[main,5,main])--acquire unit of work: 1720032937 [junit] [EL Finest]: 2022-09-10 04:18:59.241--UnitOfWork(1720032937)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:59.242--UnitOfWork(1720032937)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4a9412c4 [junit] [EL Finest]: 2022-09-10 04:18:59.242--UnitOfWork(1720032937)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:18:59.242--ServerSession(1737750354)--Connection(2025082827)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.242--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.242--ServerSession(1737750354)--Connection(316436523)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [17, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:18:59.243--ServerSession(1737750354)--Connection(2025082827)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.243--UnitOfWork(1720032937)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@7d15c513 [junit] [EL Finest]: 2022-09-10 04:18:59.243--UnitOfWork(1720032937)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4a9412c4 [junit] [EL Finest]: 2022-09-10 04:18:59.243--UnitOfWork(1720032937)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@2f3a0f37. [junit] [EL Finer]: 2022-09-10 04:18:59.243--UnitOfWork(1720032937)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:59.244--UnitOfWork(1720032937)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@2f3a0f37) [junit] [EL Finest]: 2022-09-10 04:18:59.244--ServerSession(1737750354)--Connection(1574103562)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:59.244--ClientSession(563992885)--Connection(1574103562)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:59.244--ClientSession(563992885)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:59.244--UnitOfWork(1720032937)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@320efff5) [junit] [EL Fine]: 2022-09-10 04:18:59.245--ClientSession(563992885)--Connection(1710901767)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [6, 5, dusky pink] [junit] [EL Fine]: 2022-09-10 04:18:59.245--ClientSession(563992885)--Connection(1710901767)--Thread(Thread[main,5,main])--UPDATE TMP_EMP SET CUBICLE_FLOOR = ?, CUBICLE_PLACE = ? WHERE (ID = ?) [junit] bind => [5, 6, 17] [junit] [EL Finer]: 2022-09-10 04:18:59.246--ClientSession(563992885)--Connection(1710901767)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:59.246--ServerSession(1737750354)--Connection(1574103562)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:59.247--UnitOfWork(1720032937)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:59.247--UnitOfWork(1720032937)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.247--UnitOfWork(1720032937)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.247--ClientSession(563992885)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.247--UnitOfWork(1720032937)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.247--ClientSession(563992885)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:59.247--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 626137117 [junit] [EL Finer]: 2022-09-10 04:18:59.247--ClientSession(626137117)--Thread(Thread[main,5,main])--acquire unit of work: 1373240624 [junit] [EL Finest]: 2022-09-10 04:18:59.247--UnitOfWork(1373240624)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:59.247--UnitOfWork(1373240624)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4a9412c4 [junit] [EL Finest]: 2022-09-10 04:18:59.248--UnitOfWork(1373240624)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:18:59.248--ServerSession(1737750354)--Connection(1033491239)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.248--ServerSession(1737750354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.248--ServerSession(1737750354)--Connection(590842329)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [17, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:18:59.248--ServerSession(1737750354)--Connection(1033491239)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.248--UnitOfWork(1373240624)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@2e7e4480 [junit] [EL Finest]: 2022-09-10 04:18:59.249--UnitOfWork(1373240624)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4a9412c4 [junit] [EL Finer]: 2022-09-10 04:18:59.262--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1903889793 [junit] [EL Finer]: 2022-09-10 04:18:59.262--ClientSession(1903889793)--Thread(Thread[main,5,main])--acquire unit of work: 376724157 [junit] [EL Finest]: 2022-09-10 04:18:59.262--UnitOfWork(376724157)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@4d793390. [junit] [EL Finer]: 2022-09-10 04:18:59.262--UnitOfWork(376724157)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:59.263--UnitOfWork(376724157)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@4d793390) [junit] [EL Finest]: 2022-09-10 04:18:59.263--ServerSession(1737750354)--Connection(327916222)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:59.263--ClientSession(1903889793)--Connection(327916222)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:59.263--ClientSession(1903889793)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.263--ClientSession(1903889793)--Connection(664701888)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [41, 40, green] [junit] [EL Finer]: 2022-09-10 04:18:59.264--ClientSession(1903889793)--Connection(664701888)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:59.264--ServerSession(1737750354)--Connection(327916222)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:59.264--UnitOfWork(376724157)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:59.264--UnitOfWork(376724157)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.264--UnitOfWork(376724157)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.264--ClientSession(1903889793)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.265--UnitOfWork(376724157)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.265--ClientSession(1903889793)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:59.265--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 2050379292 [junit] [EL Finer]: 2022-09-10 04:18:59.265--ClientSession(2050379292)--Thread(Thread[main,5,main])--acquire unit of work: 698681873 [junit] [EL Finest]: 2022-09-10 04:18:59.265--UnitOfWork(698681873)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCubicle" referenceClass=Cubicle sql="SELECT PLACE, FLOOR, COLOR FROM TMP_CUBICLE WHERE ((PLACE = ?) AND (FLOOR = ?))") [junit] [EL Finest]: 2022-09-10 04:18:59.265--UnitOfWork(698681873)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@74cff17c [junit] [EL Finer]: 2022-09-10 04:18:59.265--UnitOfWork(698681873)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:59.265--UnitOfWork(698681873)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@7a053795) [junit] [EL Finest]: 2022-09-10 04:18:59.265--ServerSession(1737750354)--Connection(864006565)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:59.265--ClientSession(2050379292)--Connection(864006565)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:59.265--ClientSession(2050379292)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.266--ClientSession(2050379292)--Connection(951116455)--Thread(Thread[main,5,main])--UPDATE TMP_CUBICLE SET COLOR = ? WHERE ((PLACE = ?) AND (FLOOR = ?)) [junit] bind => [blue, 41, 40] [junit] [EL Finer]: 2022-09-10 04:18:59.266--ClientSession(2050379292)--Connection(951116455)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:59.267--ServerSession(1737750354)--Connection(864006565)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:59.267--UnitOfWork(698681873)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:59.267--UnitOfWork(698681873)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.267--UnitOfWork(698681873)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.267--ClientSession(2050379292)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.267--UnitOfWork(698681873)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.267--ClientSession(2050379292)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:59.267--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1224918404 [junit] [EL Finer]: 2022-09-10 04:18:59.267--ClientSession(1224918404)--Thread(Thread[main,5,main])--acquire unit of work: 1989714905 [junit] [EL Finest]: 2022-09-10 04:18:59.267--UnitOfWork(1989714905)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCubicle" referenceClass=Cubicle sql="SELECT PLACE, FLOOR, COLOR FROM TMP_CUBICLE WHERE ((PLACE = ?) AND (FLOOR = ?))") [junit] [EL Finest]: 2022-09-10 04:18:59.267--UnitOfWork(1989714905)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@74cff17c [junit] [EL Finer]: 2022-09-10 04:18:59.28--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 153820122 [junit] [EL Finer]: 2022-09-10 04:18:59.28--ClientSession(153820122)--Thread(Thread[main,5,main])--acquire unit of work: 1472186938 [junit] [EL Finest]: 2022-09-10 04:18:59.28--UnitOfWork(1472186938)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finer]: 2022-09-10 04:18:59.28--UnitOfWork(1472186938)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:59.28--UnitOfWork(1472186938)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:18:59.281--ServerSession(1737750354)--Connection(439946124)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:59.281--ClientSession(153820122)--Connection(439946124)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:59.281--ClientSession(153820122)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.281--ClientSession(153820122)--Connection(863956203)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, JST, 1] [junit] [EL Finer]: 2022-09-10 04:18:59.281--ClientSession(153820122)--Connection(863956203)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:59.282--ServerSession(1737750354)--Connection(439946124)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:59.282--UnitOfWork(1472186938)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:59.282--UnitOfWork(1472186938)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.282--UnitOfWork(1472186938)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.282--ClientSession(153820122)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.282--UnitOfWork(1472186938)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.282--ClientSession(153820122)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:59.282--ServerSession(1737750354)--Thread(Thread[main,5,main])--client acquired: 1402120747 [junit] [EL Finer]: 2022-09-10 04:18:59.283--ClientSession(1402120747)--Thread(Thread[main,5,main])--acquire unit of work: 391056646 [junit] [EL Finest]: 2022-09-10 04:18:59.283--UnitOfWork(391056646)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:59.283--UnitOfWork(391056646)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:18:59.283--UnitOfWork(391056646)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:59.283--UnitOfWork(391056646)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@63) [junit] [EL Warning]: 2022-09-10 04:18:59.288--UnitOfWork(391056646)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-7251] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: The attribute [id] of class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department] is mapped to a primary key column in the database. Updates are not allowed. [junit] at org.eclipse.persistence.exceptions.ValidationException.primaryKeyUpdateDisallowed(ValidationException.java:2551) [junit] at org.eclipse.persistence.mappings.foundation.AbstractDirectMapping.writeFromObjectIntoRowWithChangeRecord(AbstractDirectMapping.java:1265) [junit] at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildRowForUpdateWithChangeSet(ObjectBuilder.java:1800) [junit] at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.updateObjectForWriteWithChangeSet(DatabaseQueryMechanism.java:1030) [junit] at org.eclipse.persistence.queries.UpdateObjectQuery.executeCommitWithChangeSet(UpdateObjectQuery.java:84) [junit] at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.executeWriteWithChangeSet(DatabaseQueryMechanism.java:301) [junit] at org.eclipse.persistence.queries.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:58) [junit] at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:911) [junit] at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:810) [junit] at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:108) [junit] at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:85) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2922) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1863) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1796) [junit] at org.eclipse.persistence.internal.sessions.CommitManager.commitChangedObjectsForClassWithChangeSet(CommitManager.java:273) [junit] at org.eclipse.persistence.internal.sessions.CommitManager.commitAllObjectsWithChangeSet(CommitManager.java:131) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.writeAllObjectsWithChangeSet(AbstractSession.java:4279) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1454) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1544) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:278) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1182) [junit] at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:134) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransaction(AbstractBaseTest.java:131) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestUpdate.testUpdatePrimaryKey(TestUpdate.java:97) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.lang.reflect.Method.invoke(Method.java:498) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:178) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:38) [junit] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:50) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:38) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1014) [junit] [junit] [EL Finest]: 2022-09-10 04:18:59.289--ServerSession(1737750354)--Connection(37135332)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:59.289--ClientSession(1402120747)--Connection(37135332)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:59.289--ClientSession(1402120747)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finer]: 2022-09-10 04:18:59.289--ClientSession(1402120747)--Connection(696759961)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2022-09-10 04:18:59.289--ServerSession(1737750354)--Connection(37135332)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:59.289--UnitOfWork(391056646)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.289--ClientSession(1402120747)--Thread(Thread[main,5,main])--client released [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager.TestUpdateBatching [junit] [EL Finest]: 2022-09-10 04:18:59.322--ServerSession(1737750354)--Thread(Thread[main,5,main])--Begin undeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Deployed; factoryCount 1 [junit] [EL Finest]: 2022-09-10 04:18:59.322--ServerSession(1737750354)--Thread(Thread[main,5,main])--Unregistering MBean: TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541,Type=Configuration on server com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582 [junit] [EL Finest]: 2022-09-10 04:18:59.323--ServerSession(1737750354)--Thread(Thread[main,5,main])--Unregistered MBean [TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541,Type=Configuration] from MBeanServer [com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582]. [junit] [EL Finest]: 2022-09-10 04:18:59.323--ServerSession(1737750354)--Thread(Thread[main,5,main])--Unregistering MBean: TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541) on server com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582 [junit] [EL Finest]: 2022-09-10 04:18:59.323--ServerSession(1737750354)--Thread(Thread[main,5,main])--Unregistered MBean [TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541)] from MBeanServer [com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582]. [junit] [EL Finest]: 2022-09-10 04:18:59.323--ServerSession(1737750354)--Thread(Thread[main,5,main])--sequencing disconnected [junit] [EL Config]: 2022-09-10 04:18:59.323--ServerSession(1737750354)--Connection(1518037877)--Thread(Thread[main,5,main])--disconnect [junit] [EL Finer]: 2022-09-10 04:18:59.323--ServerSession(1737750354)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Info]: 2022-09-10 04:18:59.323--ServerSession(1737750354)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541 logout successful [junit] [EL Finest]: 2022-09-10 04:18:59.323--ServerSession(1737750354)--Thread(Thread[main,5,main])--End undeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Undeployed; factoryCount 0 [junit] [EL Fine]: 2022-09-10 04:18:59.324--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@33f4844b [junit] [EL Fine]: 2022-09-10 04:18:59.326--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@57806346 [junit] [EL Finer]: 2022-09-10 04:18:59.329--Thread(Thread[main,5,main])--JavaSECMPInitializer - predeploying jpa1testmodel. [junit] [EL Finest]: properties: 2022-09-10 04:18:59.329--ServerSession(985074996)--Thread(Thread[main,5,main])--property=eclipselink.target-server; value=JBoss; translated value=org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2022-09-10 04:18:59.329--ServerSession(985074996)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2022-09-10 04:18:59.329--ServerSession(985074996)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Fine]: 2022-09-10 04:18:59.329--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2022-09-10 04:18:59.329--ServerSession(985074996)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Initial; factoryCount 0 [junit] [EL Finest]: 2022-09-10 04:18:59.329--ServerSession(985074996)--Thread(Thread[main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true [junit] [EL Finest]: 2022-09-10 04:18:59.329--ServerSession(985074996)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true [junit] [EL Finest]: 2022-09-10 04:18:59.329--ServerSession(985074996)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false [junit] [EL Finer]: 2022-09-10 04:18:59.329--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar]. [junit] [EL Finer]: 2022-09-10 04:18:59.33--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/eclipselink-orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar]. [junit] [EL Config]: 2022-09-10 04:18:59.348--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.348--ServerSession(985074996)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field employees] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:18:59.349--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.349--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.349--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.349--ServerSession(985074996)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field client] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:18:59.349--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.35--ServerSession(985074996)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field attr2] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte. [junit] [EL Config]: 2022-09-10 04:18:59.35--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.35--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.35--ServerSession(985074996)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field profiles] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile. [junit] [EL Config]: 2022-09-10 04:18:59.35--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.351--ServerSession(985074996)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field riders] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:18:59.351--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.351--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.352--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.352--ServerSession(985074996)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getCubicles] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle. [junit] [EL Config]: 2022-09-10 04:18:59.352--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.AbstractEmployee] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.352--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.352--ServerSession(985074996)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field attachedCop] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop. [junit] [EL Config]: 2022-09-10 04:18:59.353--ServerSession(985074996)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field parties] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal. [junit] [EL Config]: 2022-09-10 04:18:59.353--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.353--ServerSession(985074996)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field city] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City. [junit] [EL Config]: 2022-09-10 04:18:59.354--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.354--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.island.Island] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.354--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.354--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.354--ServerSession(985074996)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field cops] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop. [junit] [EL Config]: 2022-09-10 04:18:59.355--ServerSession(985074996)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field criminals] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal. [junit] [EL Config]: 2022-09-10 04:18:59.355--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.357--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.357--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.357--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.357--ServerSession(985074996)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getCourse] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course. [junit] [EL Config]: 2022-09-10 04:18:59.357--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.357--ServerSession(985074996)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field project] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project. [junit] [EL Config]: 2022-09-10 04:18:59.358--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.358--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.358--ServerSession(985074996)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field patent] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent. [junit] [EL Config]: 2022-09-10 04:18:59.358--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.358--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.358--ServerSession(985074996)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getWeapon] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon. [junit] [EL Config]: 2022-09-10 04:18:59.358--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.358--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.358--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.358--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.359--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.359--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.359--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.359--ServerSession(985074996)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field driver] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:18:59.359--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.36--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.36--ServerSession(985074996)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getComponent] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.component.Component. [junit] [EL Config]: 2022-09-10 04:18:59.36--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.36--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.36--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.36--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.36--ServerSession(985074996)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field informingCops] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop. [junit] [EL Config]: 2022-09-10 04:18:59.36--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.36--ServerSession(985074996)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field node] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode. [junit] [EL Config]: 2022-09-10 04:18:59.361--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.Component] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.361--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.361--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.361--ServerSession(985074996)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field partner] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop. [junit] [EL Config]: 2022-09-10 04:18:59.361--ServerSession(985074996)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field attachedCriminals] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal. [junit] [EL Config]: 2022-09-10 04:18:59.361--ServerSession(985074996)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field informers] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer. [junit] [EL Config]: 2022-09-10 04:18:59.361--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.361--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.362--ServerSession(985074996)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field item] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte. [junit] [EL Config]: 2022-09-10 04:18:59.362--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.362--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.362--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.362--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.362--ServerSession(985074996)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getCubicles] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle. [junit] [EL Config]: 2022-09-10 04:18:59.362--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.363--ServerSession(985074996)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field employee] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:18:59.363--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.363--ServerSession(985074996)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [method getCreatures] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature. [junit] [EL Config]: 2022-09-10 04:18:59.363--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.363--ServerSession(985074996)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field parent] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode. [junit] [EL Config]: 2022-09-10 04:18:59.363--ServerSession(985074996)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field children] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode. [junit] [EL Config]: 2022-09-10 04:18:59.363--ServerSession(985074996)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field description] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription. [junit] [EL Config]: 2022-09-10 04:18:59.363--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.Node] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.363--ServerSession(985074996)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field parent] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.Node. [junit] [EL Config]: 2022-09-10 04:18:59.363--ServerSession(985074996)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field children] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.Node. [junit] [EL Config]: 2022-09-10 04:18:59.363--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.364--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.364--ServerSession(985074996)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field brokerageAccount] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount. [junit] [EL Config]: 2022-09-10 04:18:59.364--ServerSession(985074996)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field projects] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project. [junit] [EL Config]: 2022-09-10 04:18:59.364--ServerSession(985074996)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field cubicle] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle. [junit] [EL Config]: 2022-09-10 04:18:59.364--ServerSession(985074996)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field costCenter] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter. [junit] [EL Config]: 2022-09-10 04:18:59.364--ServerSession(985074996)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field checkingAccount] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount. [junit] [EL Config]: 2022-09-10 04:18:59.364--ServerSession(985074996)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field travelProfile] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile. [junit] [EL Config]: 2022-09-10 04:18:59.365--ServerSession(985074996)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field sampleAccount] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account. [junit] [EL Config]: 2022-09-10 04:18:59.365--ServerSession(985074996)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field reviews] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review. [junit] [EL Config]: 2022-09-10 04:18:59.365--ServerSession(985074996)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field hobbies] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby. [junit] [EL Config]: 2022-09-10 04:18:59.365--ServerSession(985074996)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field motorVehicle] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle. [junit] [EL Config]: 2022-09-10 04:18:59.365--ServerSession(985074996)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field patents] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent. [junit] [EL Config]: 2022-09-10 04:18:59.365--ServerSession(985074996)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field creditCardAccounts] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount. [junit] [EL Config]: 2022-09-10 04:18:59.365--ServerSession(985074996)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field department] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department. [junit] [EL Config]: 2022-09-10 04:18:59.365--ServerSession(985074996)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field bicycles] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle. [junit] [EL Config]: 2022-09-10 04:18:59.365--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.365--ServerSession(985074996)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getMaterial] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material. [junit] [EL Config]: 2022-09-10 04:18:59.365--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.366--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.366--ServerSession(985074996)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getTasks] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task. [junit] [EL Config]: 2022-09-10 04:18:59.366--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.366--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.366--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.367--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer$PK] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.367--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.367--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.367--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.367--ServerSession(985074996)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.367--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2022-09-10 04:18:59.367--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME. [junit] [EL Config]: 2022-09-10 04:18:59.367--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter] is being defaulted to: CostCenter. [junit] [EL Config]: 2022-09-10 04:18:59.367--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:59.367--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.368--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount] is being defaulted to: CheckingAccount. [junit] [EL Config]: 2022-09-10 04:18:59.368--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account] is being defaulted to: Account. [junit] [EL Config]: 2022-09-10 04:18:59.368--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [owner] is being defaulted to: OWNER. [junit] [EL Config]: 2022-09-10 04:18:59.368--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [balance] is being defaulted to: BALANCE. [junit] [EL Config]: 2022-09-10 04:18:59.368--ServerSession(985074996)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:59.368--ServerSession(985074996)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:59.368--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2022-09-10 04:18:59.368--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [creditLimit] is being defaulted to: CREDITLIMIT. [junit] [EL Config]: 2022-09-10 04:18:59.368--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte] is being defaulted to: Item_Byte. [junit] [EL Config]: 2022-09-10 04:18:59.369--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [namespace] is being defaulted to: NAMESPACE. [junit] [EL Config]: 2022-09-10 04:18:59.369--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:59.369--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [text] is being defaulted to: TEXT. [junit] [EL Config]: 2022-09-10 04:18:59.369--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp] is being defaulted to: Timestamp. [junit] [EL Config]: 2022-09-10 04:18:59.369--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.369--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike] is being defaulted to: RoadBike. [junit] [EL Config]: 2022-09-10 04:18:59.369--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle] is being defaulted to: Bicycle. [junit] [EL Config]: 2022-09-10 04:18:59.369--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle] is being defaulted to: Vehicle. [junit] [EL Config]: 2022-09-10 04:18:59.369--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR. [junit] [EL Config]: 2022-09-10 04:18:59.369--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.369--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [brand] is being defaulted to: BRAND. [junit] [EL Config]: 2022-09-10 04:18:59.369--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:18:59.37--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess] is being defaulted to: TemporalTypesFieldAccess. [junit] [EL Config]: 2022-09-10 04:18:59.37--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice] is being defaulted to: UniqueColorOffice. [junit] [EL Config]: 2022-09-10 04:18:59.37--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.37--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY. [junit] [EL Config]: 2022-09-10 04:18:59.37--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.AbstractEmployee] is being defaulted to: AbstractEmployee. [junit] [EL Config]: 2022-09-10 04:18:59.37--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:59.37--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.37--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal] is being defaulted to: Criminal. [junit] [EL Config]: 2022-09-10 04:18:59.371--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.371--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person] is being defaulted to: Person. [junit] [EL Config]: 2022-09-10 04:18:59.371--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.372--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee] is being defaulted to: ContractEmployee. [junit] [EL Config]: 2022-09-10 04:18:59.372--ServerSession(985074996)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.372--ServerSession(985074996)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.372--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [term] is being defaulted to: TERM. [junit] [EL Config]: 2022-09-10 04:18:59.372--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.island.Island] is being defaulted to: Island. [junit] [EL Config]: 2022-09-10 04:18:59.372--ServerSession(985074996)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island] is being defaulted to: DTYPE. [junit] [EL Config]: 2022-09-10 04:18:59.372--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:59.372--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.372--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby] is being defaulted to: Hobby. [junit] [EL Config]: 2022-09-10 04:18:59.372--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [getDescription] is being defaulted to: DESCRIPTION. [junit] [EL Config]: 2022-09-10 04:18:59.372--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.372--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [getCategory] is being defaulted to: CATEGORY. [junit] [EL Config]: 2022-09-10 04:18:59.372--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City] is being defaulted to: City. [junit] [EL Config]: 2022-09-10 04:18:59.373--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [sound] is being defaulted to: SOUND. [junit] [EL Config]: 2022-09-10 04:18:59.373--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [integer] is being defaulted to: INTEGER. [junit] [EL Config]: 2022-09-10 04:18:59.373--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [cool] is being defaulted to: COOL. [junit] [EL Config]: 2022-09-10 04:18:59.373--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:59.373--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.373--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [type] is being defaulted to: TYPE. [junit] [EL Config]: 2022-09-10 04:18:59.373--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess] is being defaulted to: BasicTypesPropertyAccess. [junit] [EL Config]: 2022-09-10 04:18:59.373--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.374--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass] is being defaulted to: ReadOnlyEntitySubclass. [junit] [EL Config]: 2022-09-10 04:18:59.374--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity] is being defaulted to: ReadOnlyEntity. [junit] [EL Config]: 2022-09-10 04:18:59.374--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:59.374--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.374--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:18:59.375--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material] is being defaulted to: Material. [junit] [EL Config]: 2022-09-10 04:18:59.375--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [getData] is being defaulted to: DATA. [junit] [EL Config]: 2022-09-10 04:18:59.375--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task] is being defaulted to: Task. [junit] [EL Config]: 2022-09-10 04:18:59.375--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [description] is being defaulted to: DESCRIPTION. [junit] [EL Config]: 2022-09-10 04:18:59.375--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview] is being defaulted to: PatentReview. [junit] [EL Config]: 2022-09-10 04:18:59.375--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review] is being defaulted to: Review. [junit] [EL Config]: 2022-09-10 04:18:59.375--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [reviewDate] is being defaulted to: REVIEWDATE. [junit] [EL Config]: 2022-09-10 04:18:59.375--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.376--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:18:59.376--ServerSession(985074996)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review] is being defaulted to: DTYPE. [junit] [EL Config]: 2022-09-10 04:18:59.376--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike] is being defaulted to: MountainBike. [junit] [EL Config]: 2022-09-10 04:18:59.376--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature] is being defaulted to: MythicalCreature. [junit] [EL Config]: 2022-09-10 04:18:59.376--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature] is being defaulted to: Creature. [junit] [EL Config]: 2022-09-10 04:18:59.376--ServerSession(985074996)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature] is being defaulted to: DTYPE. [junit] [EL Config]: 2022-09-10 04:18:59.376--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.376--ServerSession(985074996)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.376--ServerSession(985074996)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.376--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [getStory] is being defaulted to: STORY. [junit] [EL Config]: 2022-09-10 04:18:59.376--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess] is being defaulted to: EmbeddingFieldAccess. [junit] [EL Config]: 2022-09-10 04:18:59.376--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [date] is being defaulted to: DATE. [junit] [EL Config]: 2022-09-10 04:18:59.377--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [time] is being defaulted to: TIME. [junit] [EL Config]: 2022-09-10 04:18:59.377--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.377--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon] is being defaulted to: Weapon. [junit] [EL Config]: 2022-09-10 04:18:59.377--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:59.377--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.377--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant] is being defaulted to: Plant. [junit] [EL Config]: 2022-09-10 04:18:59.377--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element] is being defaulted to: Element. [junit] [EL Config]: 2022-09-10 04:18:59.377--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent] is being defaulted to: Patent. [junit] [EL Config]: 2022-09-10 04:18:59.377--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [getYear] is being defaulted to: YEAR. [junit] [EL Config]: 2022-09-10 04:18:59.377--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:59.378--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car] is being defaulted to: Car. [junit] [EL Config]: 2022-09-10 04:18:59.378--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] is being defaulted to: MotorVehicle. [junit] [EL Config]: 2022-09-10 04:18:59.378--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [model] is being defaulted to: MODEL. [junit] [EL Config]: 2022-09-10 04:18:59.378--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat] is being defaulted to: MetricFloat. [junit] [EL Config]: 2022-09-10 04:18:59.378--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric] is being defaulted to: Metric. [junit] [EL Config]: 2022-09-10 04:18:59.379--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount] is being defaulted to: BrokerageAccount. [junit] [EL Config]: 2022-09-10 04:18:59.379--ServerSession(985074996)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:59.379--ServerSession(985074996)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:59.379--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [riskLevel] is being defaulted to: RISKLEVEL. [junit] [EL Config]: 2022-09-10 04:18:59.379--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal] is being defaulted to: Animal. [junit] [EL Config]: 2022-09-10 04:18:59.379--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer] is being defaulted to: Informer. [junit] [EL Config]: 2022-09-10 04:18:59.379--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.379--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription] is being defaulted to: CascadingNodeDescription. [junit] [EL Config]: 2022-09-10 04:18:59.379--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.379--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.Component] is being defaulted to: Component. [junit] [EL Config]: 2022-09-10 04:18:59.379--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.379--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile] is being defaulted to: TravelProfile. [junit] [EL Config]: 2022-09-10 04:18:59.379--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [getSmoker] is being defaulted to: SMOKER. [junit] [EL Config]: 2022-09-10 04:18:59.38--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [getGuid] is being defaulted to: GUID. [junit] [EL Config]: 2022-09-10 04:18:59.38--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop] is being defaulted to: Cop. [junit] [EL Config]: 2022-09-10 04:18:59.38--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.38--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess] is being defaulted to: EmbeddingPropertyAccess. [junit] [EL Config]: 2022-09-10 04:18:59.38--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [getDate] is being defaulted to: DATE. [junit] [EL Config]: 2022-09-10 04:18:59.38--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [getTime] is being defaulted to: TIME. [junit] [EL Config]: 2022-09-10 04:18:59.38--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.38--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte] is being defaulted to: Item_Attribute_Byte. [junit] [EL Config]: 2022-09-10 04:18:59.38--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount] is being defaulted to: SavingsAccount. [junit] [EL Config]: 2022-09-10 04:18:59.381--ServerSession(985074996)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:59.381--ServerSession(985074996)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:59.381--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [interestRate] is being defaulted to: INTERESTRATE. [junit] [EL Config]: 2022-09-10 04:18:59.381--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2022-09-10 04:18:59.381--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME. [junit] [EL Config]: 2022-09-10 04:18:59.381--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck] is being defaulted to: Truck. [junit] [EL Config]: 2022-09-10 04:18:59.381--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount] is being defaulted to: CreditCardAccount. [junit] [EL Config]: 2022-09-10 04:18:59.381--ServerSession(985074996)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:59.381--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [cardType] is being defaulted to: CARDTYPE. [junit] [EL Config]: 2022-09-10 04:18:59.381--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [cardNumber] is being defaulted to: CARDNUMBER. [junit] [EL Config]: 2022-09-10 04:18:59.381--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [validTo] is being defaulted to: VALIDTO. [junit] [EL Config]: 2022-09-10 04:18:59.381--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office] is being defaulted to: Office. [junit] [EL Config]: 2022-09-10 04:18:59.381--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.381--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY. [junit] [EL Config]: 2022-09-10 04:18:59.382--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle] is being defaulted to: Cubicle. [junit] [EL Config]: 2022-09-10 04:18:59.382--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR. [junit] [EL Config]: 2022-09-10 04:18:59.382--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [place] is being defaulted to: PLACE. [junit] [EL Config]: 2022-09-10 04:18:59.382--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [floor] is being defaulted to: FLOOR. [junit] [EL Config]: 2022-09-10 04:18:59.382--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave] is being defaulted to: Cave. [junit] [EL Config]: 2022-09-10 04:18:59.382--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:59.382--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.382--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode] is being defaulted to: CascadingNode. [junit] [EL Config]: 2022-09-10 04:18:59.382--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.382--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.Node] is being defaulted to: Node. [junit] [EL Config]: 2022-09-10 04:18:59.382--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [nodeName] is being defaulted to: NODENAME. [junit] [EL Config]: 2022-09-10 04:18:59.383--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.383--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer] is being defaulted to: Trailer. [junit] [EL Config]: 2022-09-10 04:18:59.383--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [high] is being defaulted to: HIGH. [junit] [EL Config]: 2022-09-10 04:18:59.383--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [low] is being defaulted to: LOW. [junit] [EL Config]: 2022-09-10 04:18:59.383--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] is being defaulted to: Employee. [junit] [EL Config]: 2022-09-10 04:18:59.383--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [firstname] is being defaulted to: FIRSTNAME. [junit] [EL Config]: 2022-09-10 04:18:59.383--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [endDate] is being defaulted to: ENDDATE. [junit] [EL Config]: 2022-09-10 04:18:59.383--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [startDate] is being defaulted to: STARTDATE. [junit] [EL Config]: 2022-09-10 04:18:59.383--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [salary] is being defaulted to: SALARY. [junit] [EL Config]: 2022-09-10 04:18:59.398--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [lastname] is being defaulted to: LASTNAME. [junit] [EL Config]: 2022-09-10 04:18:59.398--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.398--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course] is being defaulted to: Course. [junit] [EL Config]: 2022-09-10 04:18:59.398--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department] is being defaulted to: Department. [junit] [EL Config]: 2022-09-10 04:18:59.398--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:59.398--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.399--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [getVersion] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:18:59.399--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project] is being defaulted to: Project. [junit] [EL Config]: 2022-09-10 04:18:59.399--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty] is being defaulted to: Nasty. [junit] [EL Config]: 2022-09-10 04:18:59.399--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.399--ServerSession(985074996)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess] is being defaulted to: BasicTypesFieldAccess. [junit] [EL Config]: 2022-09-10 04:18:59.4--ServerSession(985074996)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:18:59.4--ServerSession(985074996)--Thread(Thread[main,5,main])--The pk column value for the table generator named [StringIdGenerator] defined on [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby] from [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby] is being defaulted to: StringIdGenerator. [junit] [EL Config]: 2022-09-10 04:18:59.4--ServerSession(985074996)--Thread(Thread[main,5,main])--The pk column value for the table generator named [VehicleGenerator] defined on [field id] from [field id] is being defaulted to: VehicleGenerator. [junit] [EL Config]: 2022-09-10 04:18:59.4--ServerSession(985074996)--Thread(Thread[main,5,main])--The pk column value for the table generator named [IdGenerator] defined on [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project] from [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project] is being defaulted to: IdGenerator. [junit] [EL Config]: 2022-09-10 04:18:59.4--ServerSession(985074996)--Thread(Thread[main,5,main])--The pk column value for the table generator named [CourseGenerator] defined on [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course] from [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course] is being defaulted to: CourseGenerator. [junit] [EL Config]: 2022-09-10 04:18:59.4--ServerSession(985074996)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field client] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.4--ServerSession(985074996)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field profiles] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.4--ServerSession(985074996)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field profiles] is being defaulted to: GUID. [junit] [EL Config]: 2022-09-10 04:18:59.4--ServerSession(985074996)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field riders] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.401--ServerSession(985074996)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field riders] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.401--ServerSession(985074996)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getCubicles] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.401--ServerSession(985074996)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field attachedCop] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.401--ServerSession(985074996)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [attachedCop] is being defaulted to: ATTACHEDCOP_ID. [junit] [EL Config]: 2022-09-10 04:18:59.401--ServerSession(985074996)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field parties] is being defaulted to: TMP_CRIMINAL_TMP_CRIMINAL. [junit] [EL Config]: 2022-09-10 04:18:59.401--ServerSession(985074996)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field parties] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.401--ServerSession(985074996)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [parties] is being defaulted to: Criminal_ID. [junit] [EL Config]: 2022-09-10 04:18:59.401--ServerSession(985074996)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field parties] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.401--ServerSession(985074996)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [parties] is being defaulted to: parties_ID. [junit] [EL Config]: 2022-09-10 04:18:59.401--ServerSession(985074996)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field city] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.401--ServerSession(985074996)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field cops] is being defaulted to: TMP_CITY_TMP_COP. [junit] [EL Config]: 2022-09-10 04:18:59.401--ServerSession(985074996)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field cops] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.401--ServerSession(985074996)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [cops] is being defaulted to: City_ID. [junit] [EL Config]: 2022-09-10 04:18:59.401--ServerSession(985074996)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field cops] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.401--ServerSession(985074996)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [cops] is being defaulted to: cops_ID. [junit] [EL Config]: 2022-09-10 04:18:59.401--ServerSession(985074996)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field criminals] is being defaulted to: TMP_CITY_TMP_CRIMINAL. [junit] [EL Config]: 2022-09-10 04:18:59.402--ServerSession(985074996)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field criminals] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.402--ServerSession(985074996)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [criminals] is being defaulted to: City_ID. [junit] [EL Config]: 2022-09-10 04:18:59.402--ServerSession(985074996)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field criminals] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.402--ServerSession(985074996)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [criminals] is being defaulted to: criminals_ID. [junit] [EL Config]: 2022-09-10 04:18:59.402--ServerSession(985074996)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field project] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.402--ServerSession(985074996)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getWeapon] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.402--ServerSession(985074996)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field driver] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.402--ServerSession(985074996)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getComponent] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.402--ServerSession(985074996)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field informingCops] is being defaulted to: TMP_INFORMER_TMP_COP. [junit] [EL Config]: 2022-09-10 04:18:59.402--ServerSession(985074996)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field informingCops] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.402--ServerSession(985074996)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [informingCops] is being defaulted to: Informer_ID. [junit] [EL Config]: 2022-09-10 04:18:59.402--ServerSession(985074996)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field informingCops] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.402--ServerSession(985074996)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [informingCops] is being defaulted to: informingCops_ID. [junit] [EL Config]: 2022-09-10 04:18:59.402--ServerSession(985074996)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field partner] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.402--ServerSession(985074996)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [partner] is being defaulted to: PARTNER_ID. [junit] [EL Config]: 2022-09-10 04:18:59.402--ServerSession(985074996)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field attachedCriminals] is being defaulted to: TMP_COP_TMP_CRIMINAL. [junit] [EL Config]: 2022-09-10 04:18:59.402--ServerSession(985074996)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field attachedCriminals] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.402--ServerSession(985074996)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [attachedCriminals] is being defaulted to: Cop_ID. [junit] [EL Config]: 2022-09-10 04:18:59.402--ServerSession(985074996)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field attachedCriminals] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.402--ServerSession(985074996)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [attachedCriminals] is being defaulted to: attachedCriminals_ID. [junit] [EL Config]: 2022-09-10 04:18:59.403--ServerSession(985074996)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field informers] is being defaulted to: TMP_COP_TMP_INFORMER. [junit] [EL Config]: 2022-09-10 04:18:59.403--ServerSession(985074996)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field informers] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.403--ServerSession(985074996)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [informers] is being defaulted to: Cop_ID. [junit] [EL Config]: 2022-09-10 04:18:59.403--ServerSession(985074996)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field informers] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.403--ServerSession(985074996)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [informers] is being defaulted to: informers_ID. [junit] [EL Config]: 2022-09-10 04:18:59.403--ServerSession(985074996)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field item] is being defaulted to: ITEM_ID. [junit] [EL Config]: 2022-09-10 04:18:59.403--ServerSession(985074996)--Thread(Thread[main,5,main])--The key column name for the basic map mapping element [getCubicles] is being defaulted to: CUBICLES_KEY. [junit] [EL Config]: 2022-09-10 04:18:59.403--ServerSession(985074996)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getCubicles] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.403--ServerSession(985074996)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getCreatures] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.403--ServerSession(985074996)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [method getCreatures] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.403--ServerSession(985074996)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field parent] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.403--ServerSession(985074996)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field description] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.403--ServerSession(985074996)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field parent] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.404--ServerSession(985074996)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field brokerageAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:59.404--ServerSession(985074996)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field projects] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.404--ServerSession(985074996)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field projects] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.404--ServerSession(985074996)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field costCenter] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.404--ServerSession(985074996)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field travelProfile] is being defaulted to: GUID. [junit] [EL Config]: 2022-09-10 04:18:59.404--ServerSession(985074996)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field sampleAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:59.404--ServerSession(985074996)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field reviews] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.404--ServerSession(985074996)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field reviews] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.404--ServerSession(985074996)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field hobbies] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.405--ServerSession(985074996)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field hobbies] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.405--ServerSession(985074996)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field patents] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.405--ServerSession(985074996)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field creditCardAccounts] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.405--ServerSession(985074996)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field creditCardAccounts] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:59.405--ServerSession(985074996)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field department] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.405--ServerSession(985074996)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getMaterial] is being defaulted to: COURSE_ID. [junit] [EL Config]: 2022-09-10 04:18:59.405--ServerSession(985074996)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [method getMaterial] is being defaulted to: COURSE_ID. [junit] [EL Config]: 2022-09-10 04:18:59.405--ServerSession(985074996)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getAttendees] is being defaulted to: COURSE_ID. [junit] [EL Config]: 2022-09-10 04:18:59.405--ServerSession(985074996)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [method getAttendees] is being defaulted to: ID. [junit] [EL Finest]: 2022-09-10 04:18:59.407--ServerSession(985074996)--Thread(Thread[main,5,main])--query getDepartmentCached: query hint eclipselink.query-results-cache; value True [junit] [EL Finest]: 2022-09-10 04:18:59.408--ServerSession(985074996)--Thread(Thread[main,5,main])--query getAllDepartmentsCached: query hint eclipselink.query-results-cache; value True [junit] [EL Finest]: 2022-09-10 04:18:59.408--ServerSession(985074996)--Thread(Thread[main,5,main])--End predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Predeployed; factoryCount 0 [junit] [EL Finer]: 2022-09-10 04:18:59.408--Thread(Thread[main,5,main])--JavaSECMPInitializer - transformer is null. [junit] [EL Finest]: 2022-09-10 04:18:59.408--ServerSession(985074996)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Predeployed; factoryCount 0 [junit] [EL Finest]: 2022-09-10 04:18:59.408--ServerSession(985074996)--Thread(Thread[main,5,main])--End predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Predeployed; factoryCount 1 [junit] [EL Finer]: 2022-09-10 04:18:59.409--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Component_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.409--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.409--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.409--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.AbstractEmployee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.41--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.41--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.41--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.41--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.411--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.411--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.411--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.411--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.411--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.412--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.412--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.412--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.412--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.412--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.413--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.413--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.413--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.413--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.413--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.414--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.414--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.414--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.414--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.414--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.415--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.415--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.415--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.415--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.415--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.416--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.416--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.416--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.416--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.416--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.417--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.417--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.417--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.417--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.417--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.418--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.418--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.418--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.418--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.418--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.418--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.419--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.419--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.419--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.419--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.42--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.42--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.Node_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.42--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.42--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.42--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.421--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.421--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.421--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.421--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.421--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.422--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.422--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer$PK_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.422--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.422--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount_] not found during initialization. [junit] [EL Finest]: 2022-09-10 04:18:59.422--ServerSession(985074996)--Thread(Thread[main,5,main])--Begin deploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Predeployed; factoryCount 1 [junit] [EL Finest]: 2022-09-10 04:18:59.428--ServerSession(985074996)--Thread(Thread[main,5,main])--Bean Validation Factory was not initialized: [javax/validation/Validation]. [junit] [EL Finest]: 2022-09-10 04:18:59.429--ServerSession(985074996)--Thread(Thread[main,5,main])--property=eclipselink.target-server; value=JBoss; translated value=org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2022-09-10 04:18:59.429--ServerSession(985074996)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2022-09-10 04:18:59.429--ServerSession(985074996)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2022-09-10 04:18:59.429--ServerSession(985074996)--Thread(Thread[main,5,main])--property=eclipselink.target-database; value=org.eclipse.persistence.platform.database.MySQLPlatform [junit] [EL Finest]: 2022-09-10 04:18:59.429--ServerSession(985074996)--Thread(Thread[main,5,main])--property=javax.persistence.nonJtaDataSource; value=org.eclipse.persistence.testing.framework.wdf.PooledDataSource@ea1a8d5 [junit] [EL Finest]: 2022-09-10 04:18:59.43--ServerSession(985074996)--Thread(Thread[main,5,main])--property=eclipselink.jdbc.batch-writing; value=JDBC [junit] [EL Finest]: 2022-09-10 04:18:59.43--ServerSession(985074996)--Thread(Thread[main,5,main])--property=eclipselink.temporal.mutable; value=true [junit] [EL Info]: 2022-09-10 04:18:59.43--ServerSession(985074996)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Config]: 2022-09-10 04:18:59.43--ServerSession(985074996)--Connection(1012642685)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "" [junit] connector=>JNDIConnector datasource name=>null [junit] )) [junit] [EL Config]: 2022-09-10 04:18:59.431--ServerSession(985074996)--Connection(637328582)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost/ecltest?useSSL=false [junit] User: root@localhost [junit] Database: MySQL Version: 5.7.29 [junit] Driver: MySQL Connector Java Version: mysql-connector-java-5.1.48 ( Revision: 29734982609c32d3ab7e5cac2e6acee69ff6b4aa ) [junit] [EL Finest]: 2022-09-10 04:18:59.431--ServerSession(985074996)--Connection(403683222)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.431--ServerSession(985074996)--Connection(403683222)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Config]: 2022-09-10 04:18:59.431--ServerSession(985074996)--Connection(2041462705)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "" [junit] connector=>JNDIConnector datasource name=>null [junit] )) [junit] [EL Config]: 2022-09-10 04:18:59.431--ServerSession(985074996)--Connection(1143171370)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost/ecltest?useSSL=false [junit] User: root@localhost [junit] Database: MySQL Version: 5.7.29 [junit] Driver: MySQL Connector Java Version: mysql-connector-java-5.1.48 ( Revision: 29734982609c32d3ab7e5cac2e6acee69ff6b4aa ) [junit] [EL Finest]: 2022-09-10 04:18:59.432--ServerSession(985074996)--Thread(Thread[main,5,main])--sequencing connected, state is NoPreallocation_State [junit] [EL Finest]: 2022-09-10 04:18:59.432--ServerSession(985074996)--Thread(Thread[main,5,main])--sequence testSequence: preallocation size 1 [junit] [EL Finest]: 2022-09-10 04:18:59.432--ServerSession(985074996)--Thread(Thread[main,5,main])--sequence testSequenceInc3: preallocation size 3 [junit] [EL Finest]: 2022-09-10 04:18:59.432--ServerSession(985074996)--Thread(Thread[main,5,main])--sequence SEQ_GEN_IDENTITY: preallocation size 1 [junit] [EL Finest]: 2022-09-10 04:18:59.432--ServerSession(985074996)--Thread(Thread[main,5,main])--sequencing connected, state is Preallocation_Transaction_NoAccessor_State [junit] [EL Finest]: 2022-09-10 04:18:59.432--ServerSession(985074996)--Thread(Thread[main,5,main])--sequence SEQUENCE: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:18:59.432--ServerSession(985074996)--Thread(Thread[main,5,main])--sequence VehicleGenerator: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:18:59.432--ServerSession(985074996)--Thread(Thread[main,5,main])--sequence CourseGenerator: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:18:59.432--ServerSession(985074996)--Thread(Thread[main,5,main])--sequence StringIdGenerator: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:18:59.432--ServerSession(985074996)--Thread(Thread[main,5,main])--sequence Component: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:18:59.432--ServerSession(985074996)--Thread(Thread[main,5,main])--sequence SEQ_GEN: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:18:59.432--ServerSession(985074996)--Thread(Thread[main,5,main])--sequence IdGenerator: preallocation size 50 [junit] [EL Warning]: 2022-09-10 04:18:59.432--ServerSession(985074996)--Thread(Thread[main,5,main])--Reverting the lazy setting on the OneToOne or ManyToOne attribute [driver] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] since weaving was not enabled or did not occur. [junit] [EL Warning]: 2022-09-10 04:18:59.434--ServerSession(985074996)--Thread(Thread[main,5,main])--Reverting the lazy setting on the OneToOne or ManyToOne attribute [cubicle] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] since weaving was not enabled or did not occur. [junit] [EL Info]: 2022-09-10 04:18:59.458--ServerSession(985074996)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541 login successful [junit] [EL Finer]: 2022-09-10 04:18:59.458--ServerSession(985074996)--Thread(Thread[main,5,main])--JMX MBeanServer instance found: [com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582], # of beans: [22], domain: [DefaultDomain] at index: [0]. [junit] [EL Finest]: 2022-09-10 04:18:59.459--ServerSession(985074996)--Thread(Thread[main,5,main])--Registered MBean: org.eclipse.persistence.services.mbean.MBeanDevelopmentServices[TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541,Type=Configuration] on server com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582 [junit] [EL Finest]: 2022-09-10 04:18:59.459--ServerSession(985074996)--Thread(Thread[main,5,main])--Registered MBean: org.eclipse.persistence.services.jboss.MBeanJBossRuntimeServices[TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541)] on server com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582 [junit] [EL Finest]: 2022-09-10 04:18:59.459--ServerSession(985074996)--Thread(Thread[main,5,main])--EclipseLink JMX Runtime Services is referencing the [Platform ConversionManager] ClassLoader at: [sun.misc.Launcher$AppClassLoader@330bedb4] [junit] [EL Finest]: 2022-09-10 04:18:59.459--ServerSession(985074996)--Thread(Thread[main,5,main])--The applicationName for the MBean attached to session [/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541] is [unknown] [junit] [EL Finest]: 2022-09-10 04:18:59.459--ServerSession(985074996)--Thread(Thread[main,5,main])--The moduleName for the MBean attached to session [/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541] is [unknown] [junit] [EL Finer]: 2022-09-10 04:18:59.461--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Component_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.461--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.461--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.462--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.AbstractEmployee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.462--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.462--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.462--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.462--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.463--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.463--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.463--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.463--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.463--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.464--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.464--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.464--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.464--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.465--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.465--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.465--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.465--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.465--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.465--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.466--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.466--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.466--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.466--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.467--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.467--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.467--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.467--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.467--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.468--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.468--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.468--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.468--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.468--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.469--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.469--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.469--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.469--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.469--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.47--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.47--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.47--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.47--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.47--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.471--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.471--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.471--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.471--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.471--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.472--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.472--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.472--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.Node_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.472--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.472--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.473--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.473--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.473--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.473--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.473--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.474--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.474--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.474--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer$PK_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.474--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.474--ServerSession(985074996)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount_] not found during initialization. [junit] [EL Finest]: 2022-09-10 04:18:59.474--ServerSession(985074996)--Thread(Thread[main,5,main])--End deploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Deployed; factoryCount 1 [junit] [EL Finer]: 2022-09-10 04:18:59.475--ServerSession(985074996)--Thread(Thread[main,5,main])--client acquired: 1515886396 [junit] [EL Finer]: 2022-09-10 04:18:59.475--ClientSession(1515886396)--Thread(Thread[main,5,main])--acquire unit of work: 365522724 [junit] [EL Finest]: 2022-09-10 04:18:59.475--UnitOfWork(365522724)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:18:59.475--UnitOfWork(365522724)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2. [junit] [EL Finest]: 2022-09-10 04:18:59.475--UnitOfWork(365522724)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3. [junit] [EL Finer]: 2022-09-10 04:18:59.475--UnitOfWork(365522724)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:59.475--UnitOfWork(365522724)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2022-09-10 04:18:59.475--ServerSession(985074996)--Connection(1713398243)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:59.475--ClientSession(1515886396)--Connection(1713398243)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:59.475--ClientSession(1515886396)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:59.476--UnitOfWork(365522724)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2022-09-10 04:18:59.476--UnitOfWork(365522724)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finer]: 2022-09-10 04:18:59.476--ClientSession(1515886396)--Connection(421639228)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:59.476--ClientSession(1515886396)--Connection(421639228)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:18:59.476--ClientSession(1515886396)--Connection(421639228)--Thread(Thread[main,5,main])-- bind => [3, QA, 1] [junit] [EL Fine]: 2022-09-10 04:18:59.476--ClientSession(1515886396)--Connection(421639228)--Thread(Thread[main,5,main])-- bind => [2, FI, 1] [junit] [EL Fine]: 2022-09-10 04:18:59.476--ClientSession(1515886396)--Connection(421639228)--Thread(Thread[main,5,main])-- bind => [1, HR, 1] [junit] [EL Finer]: 2022-09-10 04:18:59.476--ClientSession(1515886396)--Connection(421639228)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:18:59.478--ClientSession(1515886396)--Connection(421639228)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:59.479--ServerSession(985074996)--Connection(1713398243)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:59.479--UnitOfWork(365522724)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:59.479--UnitOfWork(365522724)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.479--UnitOfWork(365522724)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.479--ClientSession(1515886396)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.479--UnitOfWork(365522724)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.479--ClientSession(1515886396)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:59.479--ServerSession(985074996)--Thread(Thread[main,5,main])--client acquired: 1011750890 [junit] [EL Finer]: 2022-09-10 04:18:59.479--ClientSession(1011750890)--Thread(Thread[main,5,main])--acquire unit of work: 677037067 [junit] [EL Finest]: 2022-09-10 04:18:59.479--UnitOfWork(677037067)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:59.48--UnitOfWork(677037067)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:18:59.48--UnitOfWork(677037067)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:59.48--UnitOfWork(677037067)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2022-09-10 04:18:59.48--UnitOfWork(677037067)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:59.48--UnitOfWork(677037067)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finer]: 2022-09-10 04:18:59.48--UnitOfWork(677037067)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:59.48--UnitOfWork(677037067)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:18:59.48--ServerSession(985074996)--Connection(313142474)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:59.48--ClientSession(1011750890)--Connection(313142474)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:59.481--ClientSession(1011750890)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:18:59.481--UnitOfWork(677037067)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finer]: 2022-09-10 04:18:59.481--ClientSession(1011750890)--Connection(1036316015)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:18:59.481--ClientSession(1011750890)--Connection(1036316015)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] [EL Fine]: 2022-09-10 04:18:59.481--ClientSession(1011750890)--Connection(1036316015)--Thread(Thread[main,5,main])-- bind => [hr, 2, 1, 1] [junit] [EL Fine]: 2022-09-10 04:18:59.481--ClientSession(1011750890)--Connection(1036316015)--Thread(Thread[main,5,main])-- bind => [fi, 2, 2, 1] [junit] [EL Finer]: 2022-09-10 04:18:59.481--ClientSession(1011750890)--Connection(1036316015)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:18:59.482--ClientSession(1011750890)--Connection(1036316015)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:59.483--ServerSession(985074996)--Connection(313142474)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:59.483--UnitOfWork(677037067)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:59.483--UnitOfWork(677037067)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.483--UnitOfWork(677037067)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.483--ClientSession(1011750890)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.483--UnitOfWork(677037067)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.483--ClientSession(1011750890)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:59.483--ServerSession(985074996)--Thread(Thread[main,5,main])--client acquired: 1869376624 [junit] [EL Finer]: 2022-09-10 04:18:59.483--ClientSession(1869376624)--Thread(Thread[main,5,main])--acquire unit of work: 1977178983 [junit] [EL Finest]: 2022-09-10 04:18:59.483--UnitOfWork(1977178983)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:59.483--UnitOfWork(1977178983)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:18:59.483--UnitOfWork(1977178983)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:59.483--UnitOfWork(1977178983)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2022-09-10 04:18:59.483--UnitOfWork(1977178983)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:59.484--UnitOfWork(1977178983)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2022-09-10 04:18:59.484--ServerSession(985074996)--Thread(Thread[main,5,main])--Begin undeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Deployed; factoryCount 1 [junit] [EL Finest]: 2022-09-10 04:18:59.484--ServerSession(985074996)--Thread(Thread[main,5,main])--Unregistering MBean: TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541,Type=Configuration on server com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582 [junit] [EL Finest]: 2022-09-10 04:18:59.484--ServerSession(985074996)--Thread(Thread[main,5,main])--Unregistered MBean [TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541,Type=Configuration] from MBeanServer [com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582]. [junit] [EL Finest]: 2022-09-10 04:18:59.484--ServerSession(985074996)--Thread(Thread[main,5,main])--Unregistering MBean: TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541) on server com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582 [junit] [EL Finest]: 2022-09-10 04:18:59.484--ServerSession(985074996)--Thread(Thread[main,5,main])--Unregistered MBean [TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541)] from MBeanServer [com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582]. [junit] [EL Finest]: 2022-09-10 04:18:59.484--ServerSession(985074996)--Thread(Thread[main,5,main])--sequencing disconnected [junit] [EL Config]: 2022-09-10 04:18:59.484--ServerSession(985074996)--Connection(403683222)--Thread(Thread[main,5,main])--disconnect [junit] [EL Finer]: 2022-09-10 04:18:59.484--ServerSession(985074996)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Info]: 2022-09-10 04:18:59.484--ServerSession(985074996)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541 logout successful [junit] [EL Finest]: 2022-09-10 04:18:59.484--ServerSession(985074996)--Thread(Thread[main,5,main])--End undeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Undeployed; factoryCount 0 [junit] [EL Fine]: 2022-09-10 04:18:59.52--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@36e98434 [junit] [EL Fine]: 2022-09-10 04:18:59.522--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@ff1a5a0 [junit] [EL Finer]: 2022-09-10 04:18:59.524--Thread(Thread[main,5,main])--JavaSECMPInitializer - predeploying jpa1testmodel. [junit] [EL Finest]: properties: 2022-09-10 04:18:59.524--ServerSession(259749664)--Thread(Thread[main,5,main])--property=eclipselink.target-server; value=JBoss; translated value=org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2022-09-10 04:18:59.524--ServerSession(259749664)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2022-09-10 04:18:59.525--ServerSession(259749664)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Fine]: 2022-09-10 04:18:59.525--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2022-09-10 04:18:59.525--ServerSession(259749664)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Initial; factoryCount 0 [junit] [EL Finest]: 2022-09-10 04:18:59.525--ServerSession(259749664)--Thread(Thread[main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true [junit] [EL Finest]: 2022-09-10 04:18:59.525--ServerSession(259749664)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true [junit] [EL Finest]: 2022-09-10 04:18:59.525--ServerSession(259749664)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false [junit] [EL Finer]: 2022-09-10 04:18:59.525--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar]. [junit] [EL Finer]: 2022-09-10 04:18:59.525--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/eclipselink-orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar]. [junit] [EL Config]: 2022-09-10 04:18:59.542--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.542--ServerSession(259749664)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field employees] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:18:59.543--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.543--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.543--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.543--ServerSession(259749664)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field client] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:18:59.543--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.544--ServerSession(259749664)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field attr2] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte. [junit] [EL Config]: 2022-09-10 04:18:59.544--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.544--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.544--ServerSession(259749664)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field profiles] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile. [junit] [EL Config]: 2022-09-10 04:18:59.544--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.544--ServerSession(259749664)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field riders] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:18:59.545--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.545--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.546--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.546--ServerSession(259749664)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getCubicles] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle. [junit] [EL Config]: 2022-09-10 04:18:59.546--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.AbstractEmployee] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.546--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.546--ServerSession(259749664)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field attachedCop] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop. [junit] [EL Config]: 2022-09-10 04:18:59.547--ServerSession(259749664)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field parties] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal. [junit] [EL Config]: 2022-09-10 04:18:59.547--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.547--ServerSession(259749664)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field city] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City. [junit] [EL Config]: 2022-09-10 04:18:59.548--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.548--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.island.Island] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.548--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.548--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.549--ServerSession(259749664)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field cops] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop. [junit] [EL Config]: 2022-09-10 04:18:59.549--ServerSession(259749664)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field criminals] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal. [junit] [EL Config]: 2022-09-10 04:18:59.549--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.551--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.551--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.551--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.551--ServerSession(259749664)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getCourse] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course. [junit] [EL Config]: 2022-09-10 04:18:59.551--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.551--ServerSession(259749664)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field project] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project. [junit] [EL Config]: 2022-09-10 04:18:59.552--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.552--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.552--ServerSession(259749664)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field patent] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent. [junit] [EL Config]: 2022-09-10 04:18:59.552--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.552--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.552--ServerSession(259749664)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getWeapon] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon. [junit] [EL Config]: 2022-09-10 04:18:59.552--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.552--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.552--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.552--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.553--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.553--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.553--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.553--ServerSession(259749664)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field driver] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:18:59.553--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.554--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.554--ServerSession(259749664)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getComponent] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.component.Component. [junit] [EL Config]: 2022-09-10 04:18:59.554--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.554--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.554--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.554--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.554--ServerSession(259749664)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field informingCops] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop. [junit] [EL Config]: 2022-09-10 04:18:59.554--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.554--ServerSession(259749664)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field node] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode. [junit] [EL Config]: 2022-09-10 04:18:59.555--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.Component] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.555--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.555--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.555--ServerSession(259749664)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field partner] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop. [junit] [EL Config]: 2022-09-10 04:18:59.555--ServerSession(259749664)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field attachedCriminals] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal. [junit] [EL Config]: 2022-09-10 04:18:59.555--ServerSession(259749664)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field informers] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer. [junit] [EL Config]: 2022-09-10 04:18:59.555--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.555--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.556--ServerSession(259749664)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field item] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte. [junit] [EL Config]: 2022-09-10 04:18:59.556--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.556--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.556--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.556--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.556--ServerSession(259749664)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getCubicles] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle. [junit] [EL Config]: 2022-09-10 04:18:59.556--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.557--ServerSession(259749664)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field employee] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:18:59.557--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.557--ServerSession(259749664)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [method getCreatures] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature. [junit] [EL Config]: 2022-09-10 04:18:59.557--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.557--ServerSession(259749664)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field parent] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode. [junit] [EL Config]: 2022-09-10 04:18:59.557--ServerSession(259749664)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field children] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode. [junit] [EL Config]: 2022-09-10 04:18:59.557--ServerSession(259749664)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field description] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription. [junit] [EL Config]: 2022-09-10 04:18:59.557--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.Node] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.557--ServerSession(259749664)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field parent] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.Node. [junit] [EL Config]: 2022-09-10 04:18:59.557--ServerSession(259749664)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field children] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.Node. [junit] [EL Config]: 2022-09-10 04:18:59.557--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.558--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.558--ServerSession(259749664)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field brokerageAccount] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount. [junit] [EL Config]: 2022-09-10 04:18:59.558--ServerSession(259749664)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field projects] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project. [junit] [EL Config]: 2022-09-10 04:18:59.558--ServerSession(259749664)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field cubicle] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle. [junit] [EL Config]: 2022-09-10 04:18:59.558--ServerSession(259749664)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field costCenter] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter. [junit] [EL Config]: 2022-09-10 04:18:59.558--ServerSession(259749664)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field checkingAccount] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount. [junit] [EL Config]: 2022-09-10 04:18:59.558--ServerSession(259749664)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field travelProfile] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile. [junit] [EL Config]: 2022-09-10 04:18:59.559--ServerSession(259749664)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field sampleAccount] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account. [junit] [EL Config]: 2022-09-10 04:18:59.559--ServerSession(259749664)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field reviews] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review. [junit] [EL Config]: 2022-09-10 04:18:59.559--ServerSession(259749664)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field hobbies] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby. [junit] [EL Config]: 2022-09-10 04:18:59.559--ServerSession(259749664)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field motorVehicle] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle. [junit] [EL Config]: 2022-09-10 04:18:59.559--ServerSession(259749664)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field patents] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent. [junit] [EL Config]: 2022-09-10 04:18:59.559--ServerSession(259749664)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field creditCardAccounts] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount. [junit] [EL Config]: 2022-09-10 04:18:59.559--ServerSession(259749664)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field department] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department. [junit] [EL Config]: 2022-09-10 04:18:59.559--ServerSession(259749664)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field bicycles] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle. [junit] [EL Config]: 2022-09-10 04:18:59.559--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.559--ServerSession(259749664)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getMaterial] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material. [junit] [EL Config]: 2022-09-10 04:18:59.559--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.559--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.56--ServerSession(259749664)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getTasks] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task. [junit] [EL Config]: 2022-09-10 04:18:59.56--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.56--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.56--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.56--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer$PK] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.56--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.561--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.561--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.561--ServerSession(259749664)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.561--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2022-09-10 04:18:59.561--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME. [junit] [EL Config]: 2022-09-10 04:18:59.561--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter] is being defaulted to: CostCenter. [junit] [EL Config]: 2022-09-10 04:18:59.561--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:59.561--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.561--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount] is being defaulted to: CheckingAccount. [junit] [EL Config]: 2022-09-10 04:18:59.561--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account] is being defaulted to: Account. [junit] [EL Config]: 2022-09-10 04:18:59.561--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [owner] is being defaulted to: OWNER. [junit] [EL Config]: 2022-09-10 04:18:59.561--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [balance] is being defaulted to: BALANCE. [junit] [EL Config]: 2022-09-10 04:18:59.562--ServerSession(259749664)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:59.562--ServerSession(259749664)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:59.562--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2022-09-10 04:18:59.562--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [creditLimit] is being defaulted to: CREDITLIMIT. [junit] [EL Config]: 2022-09-10 04:18:59.562--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte] is being defaulted to: Item_Byte. [junit] [EL Config]: 2022-09-10 04:18:59.562--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [namespace] is being defaulted to: NAMESPACE. [junit] [EL Config]: 2022-09-10 04:18:59.562--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:59.562--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [text] is being defaulted to: TEXT. [junit] [EL Config]: 2022-09-10 04:18:59.562--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp] is being defaulted to: Timestamp. [junit] [EL Config]: 2022-09-10 04:18:59.562--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.563--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike] is being defaulted to: RoadBike. [junit] [EL Config]: 2022-09-10 04:18:59.563--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle] is being defaulted to: Bicycle. [junit] [EL Config]: 2022-09-10 04:18:59.563--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle] is being defaulted to: Vehicle. [junit] [EL Config]: 2022-09-10 04:18:59.563--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR. [junit] [EL Config]: 2022-09-10 04:18:59.563--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.563--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [brand] is being defaulted to: BRAND. [junit] [EL Config]: 2022-09-10 04:18:59.563--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:18:59.563--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess] is being defaulted to: TemporalTypesFieldAccess. [junit] [EL Config]: 2022-09-10 04:18:59.563--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice] is being defaulted to: UniqueColorOffice. [junit] [EL Config]: 2022-09-10 04:18:59.564--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.564--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY. [junit] [EL Config]: 2022-09-10 04:18:59.564--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.AbstractEmployee] is being defaulted to: AbstractEmployee. [junit] [EL Config]: 2022-09-10 04:18:59.564--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:59.564--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.564--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal] is being defaulted to: Criminal. [junit] [EL Config]: 2022-09-10 04:18:59.564--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.564--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person] is being defaulted to: Person. [junit] [EL Config]: 2022-09-10 04:18:59.565--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.565--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee] is being defaulted to: ContractEmployee. [junit] [EL Config]: 2022-09-10 04:18:59.565--ServerSession(259749664)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.565--ServerSession(259749664)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.565--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [term] is being defaulted to: TERM. [junit] [EL Config]: 2022-09-10 04:18:59.565--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.island.Island] is being defaulted to: Island. [junit] [EL Config]: 2022-09-10 04:18:59.565--ServerSession(259749664)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island] is being defaulted to: DTYPE. [junit] [EL Config]: 2022-09-10 04:18:59.565--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:59.565--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.565--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby] is being defaulted to: Hobby. [junit] [EL Config]: 2022-09-10 04:18:59.565--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [getDescription] is being defaulted to: DESCRIPTION. [junit] [EL Config]: 2022-09-10 04:18:59.565--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.565--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [getCategory] is being defaulted to: CATEGORY. [junit] [EL Config]: 2022-09-10 04:18:59.565--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City] is being defaulted to: City. [junit] [EL Config]: 2022-09-10 04:18:59.566--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [sound] is being defaulted to: SOUND. [junit] [EL Config]: 2022-09-10 04:18:59.566--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [integer] is being defaulted to: INTEGER. [junit] [EL Config]: 2022-09-10 04:18:59.566--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [cool] is being defaulted to: COOL. [junit] [EL Config]: 2022-09-10 04:18:59.566--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:59.566--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.566--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [type] is being defaulted to: TYPE. [junit] [EL Config]: 2022-09-10 04:18:59.566--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess] is being defaulted to: BasicTypesPropertyAccess. [junit] [EL Config]: 2022-09-10 04:18:59.566--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.567--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass] is being defaulted to: ReadOnlyEntitySubclass. [junit] [EL Config]: 2022-09-10 04:18:59.567--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity] is being defaulted to: ReadOnlyEntity. [junit] [EL Config]: 2022-09-10 04:18:59.567--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:59.567--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.567--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:18:59.567--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material] is being defaulted to: Material. [junit] [EL Config]: 2022-09-10 04:18:59.567--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [getData] is being defaulted to: DATA. [junit] [EL Config]: 2022-09-10 04:18:59.567--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task] is being defaulted to: Task. [junit] [EL Config]: 2022-09-10 04:18:59.567--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [description] is being defaulted to: DESCRIPTION. [junit] [EL Config]: 2022-09-10 04:18:59.568--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview] is being defaulted to: PatentReview. [junit] [EL Config]: 2022-09-10 04:18:59.568--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review] is being defaulted to: Review. [junit] [EL Config]: 2022-09-10 04:18:59.568--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [reviewDate] is being defaulted to: REVIEWDATE. [junit] [EL Config]: 2022-09-10 04:18:59.568--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.568--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:18:59.568--ServerSession(259749664)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review] is being defaulted to: DTYPE. [junit] [EL Config]: 2022-09-10 04:18:59.568--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike] is being defaulted to: MountainBike. [junit] [EL Config]: 2022-09-10 04:18:59.568--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature] is being defaulted to: MythicalCreature. [junit] [EL Config]: 2022-09-10 04:18:59.568--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature] is being defaulted to: Creature. [junit] [EL Config]: 2022-09-10 04:18:59.568--ServerSession(259749664)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature] is being defaulted to: DTYPE. [junit] [EL Config]: 2022-09-10 04:18:59.568--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.568--ServerSession(259749664)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.569--ServerSession(259749664)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.569--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [getStory] is being defaulted to: STORY. [junit] [EL Config]: 2022-09-10 04:18:59.569--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess] is being defaulted to: EmbeddingFieldAccess. [junit] [EL Config]: 2022-09-10 04:18:59.569--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [date] is being defaulted to: DATE. [junit] [EL Config]: 2022-09-10 04:18:59.569--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [time] is being defaulted to: TIME. [junit] [EL Config]: 2022-09-10 04:18:59.569--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.569--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon] is being defaulted to: Weapon. [junit] [EL Config]: 2022-09-10 04:18:59.569--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:59.569--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.569--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant] is being defaulted to: Plant. [junit] [EL Config]: 2022-09-10 04:18:59.569--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element] is being defaulted to: Element. [junit] [EL Config]: 2022-09-10 04:18:59.569--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent] is being defaulted to: Patent. [junit] [EL Config]: 2022-09-10 04:18:59.57--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [getYear] is being defaulted to: YEAR. [junit] [EL Config]: 2022-09-10 04:18:59.57--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:59.57--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car] is being defaulted to: Car. [junit] [EL Config]: 2022-09-10 04:18:59.57--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] is being defaulted to: MotorVehicle. [junit] [EL Config]: 2022-09-10 04:18:59.57--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [model] is being defaulted to: MODEL. [junit] [EL Config]: 2022-09-10 04:18:59.57--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat] is being defaulted to: MetricFloat. [junit] [EL Config]: 2022-09-10 04:18:59.57--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric] is being defaulted to: Metric. [junit] [EL Config]: 2022-09-10 04:18:59.571--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount] is being defaulted to: BrokerageAccount. [junit] [EL Config]: 2022-09-10 04:18:59.571--ServerSession(259749664)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:59.571--ServerSession(259749664)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:59.571--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [riskLevel] is being defaulted to: RISKLEVEL. [junit] [EL Config]: 2022-09-10 04:18:59.571--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal] is being defaulted to: Animal. [junit] [EL Config]: 2022-09-10 04:18:59.571--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer] is being defaulted to: Informer. [junit] [EL Config]: 2022-09-10 04:18:59.571--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.571--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription] is being defaulted to: CascadingNodeDescription. [junit] [EL Config]: 2022-09-10 04:18:59.571--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.571--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.Component] is being defaulted to: Component. [junit] [EL Config]: 2022-09-10 04:18:59.571--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.571--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile] is being defaulted to: TravelProfile. [junit] [EL Config]: 2022-09-10 04:18:59.572--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [getSmoker] is being defaulted to: SMOKER. [junit] [EL Config]: 2022-09-10 04:18:59.572--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [getGuid] is being defaulted to: GUID. [junit] [EL Config]: 2022-09-10 04:18:59.572--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop] is being defaulted to: Cop. [junit] [EL Config]: 2022-09-10 04:18:59.572--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.572--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess] is being defaulted to: EmbeddingPropertyAccess. [junit] [EL Config]: 2022-09-10 04:18:59.572--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [getDate] is being defaulted to: DATE. [junit] [EL Config]: 2022-09-10 04:18:59.572--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [getTime] is being defaulted to: TIME. [junit] [EL Config]: 2022-09-10 04:18:59.572--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.572--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte] is being defaulted to: Item_Attribute_Byte. [junit] [EL Config]: 2022-09-10 04:18:59.572--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount] is being defaulted to: SavingsAccount. [junit] [EL Config]: 2022-09-10 04:18:59.572--ServerSession(259749664)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:59.573--ServerSession(259749664)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:59.573--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [interestRate] is being defaulted to: INTERESTRATE. [junit] [EL Config]: 2022-09-10 04:18:59.573--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2022-09-10 04:18:59.573--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME. [junit] [EL Config]: 2022-09-10 04:18:59.573--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck] is being defaulted to: Truck. [junit] [EL Config]: 2022-09-10 04:18:59.573--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount] is being defaulted to: CreditCardAccount. [junit] [EL Config]: 2022-09-10 04:18:59.573--ServerSession(259749664)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:59.573--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [cardType] is being defaulted to: CARDTYPE. [junit] [EL Config]: 2022-09-10 04:18:59.573--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [cardNumber] is being defaulted to: CARDNUMBER. [junit] [EL Config]: 2022-09-10 04:18:59.573--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [validTo] is being defaulted to: VALIDTO. [junit] [EL Config]: 2022-09-10 04:18:59.573--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office] is being defaulted to: Office. [junit] [EL Config]: 2022-09-10 04:18:59.573--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.573--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY. [junit] [EL Config]: 2022-09-10 04:18:59.573--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle] is being defaulted to: Cubicle. [junit] [EL Config]: 2022-09-10 04:18:59.574--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR. [junit] [EL Config]: 2022-09-10 04:18:59.574--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [place] is being defaulted to: PLACE. [junit] [EL Config]: 2022-09-10 04:18:59.574--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [floor] is being defaulted to: FLOOR. [junit] [EL Config]: 2022-09-10 04:18:59.574--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave] is being defaulted to: Cave. [junit] [EL Config]: 2022-09-10 04:18:59.574--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:59.574--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.574--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode] is being defaulted to: CascadingNode. [junit] [EL Config]: 2022-09-10 04:18:59.574--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.574--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.Node] is being defaulted to: Node. [junit] [EL Config]: 2022-09-10 04:18:59.574--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [nodeName] is being defaulted to: NODENAME. [junit] [EL Config]: 2022-09-10 04:18:59.574--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.574--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer] is being defaulted to: Trailer. [junit] [EL Config]: 2022-09-10 04:18:59.575--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [high] is being defaulted to: HIGH. [junit] [EL Config]: 2022-09-10 04:18:59.575--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [low] is being defaulted to: LOW. [junit] [EL Config]: 2022-09-10 04:18:59.575--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] is being defaulted to: Employee. [junit] [EL Config]: 2022-09-10 04:18:59.575--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [firstname] is being defaulted to: FIRSTNAME. [junit] [EL Config]: 2022-09-10 04:18:59.575--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [endDate] is being defaulted to: ENDDATE. [junit] [EL Config]: 2022-09-10 04:18:59.575--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [startDate] is being defaulted to: STARTDATE. [junit] [EL Config]: 2022-09-10 04:18:59.575--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [salary] is being defaulted to: SALARY. [junit] [EL Config]: 2022-09-10 04:18:59.575--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [lastname] is being defaulted to: LASTNAME. [junit] [EL Config]: 2022-09-10 04:18:59.575--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.575--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course] is being defaulted to: Course. [junit] [EL Config]: 2022-09-10 04:18:59.576--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department] is being defaulted to: Department. [junit] [EL Config]: 2022-09-10 04:18:59.576--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:59.576--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.576--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [getVersion] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:18:59.576--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project] is being defaulted to: Project. [junit] [EL Config]: 2022-09-10 04:18:59.576--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty] is being defaulted to: Nasty. [junit] [EL Config]: 2022-09-10 04:18:59.576--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.576--ServerSession(259749664)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess] is being defaulted to: BasicTypesFieldAccess. [junit] [EL Config]: 2022-09-10 04:18:59.577--ServerSession(259749664)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:18:59.577--ServerSession(259749664)--Thread(Thread[main,5,main])--The pk column value for the table generator named [StringIdGenerator] defined on [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby] from [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby] is being defaulted to: StringIdGenerator. [junit] [EL Config]: 2022-09-10 04:18:59.611--ServerSession(259749664)--Thread(Thread[main,5,main])--The pk column value for the table generator named [VehicleGenerator] defined on [field id] from [field id] is being defaulted to: VehicleGenerator. [junit] [EL Config]: 2022-09-10 04:18:59.611--ServerSession(259749664)--Thread(Thread[main,5,main])--The pk column value for the table generator named [IdGenerator] defined on [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project] from [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project] is being defaulted to: IdGenerator. [junit] [EL Config]: 2022-09-10 04:18:59.611--ServerSession(259749664)--Thread(Thread[main,5,main])--The pk column value for the table generator named [CourseGenerator] defined on [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course] from [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course] is being defaulted to: CourseGenerator. [junit] [EL Config]: 2022-09-10 04:18:59.612--ServerSession(259749664)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field client] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.612--ServerSession(259749664)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field profiles] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.612--ServerSession(259749664)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field profiles] is being defaulted to: GUID. [junit] [EL Config]: 2022-09-10 04:18:59.612--ServerSession(259749664)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field riders] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.612--ServerSession(259749664)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field riders] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.612--ServerSession(259749664)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getCubicles] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.612--ServerSession(259749664)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field attachedCop] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.612--ServerSession(259749664)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [attachedCop] is being defaulted to: ATTACHEDCOP_ID. [junit] [EL Config]: 2022-09-10 04:18:59.612--ServerSession(259749664)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field parties] is being defaulted to: TMP_CRIMINAL_TMP_CRIMINAL. [junit] [EL Config]: 2022-09-10 04:18:59.612--ServerSession(259749664)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field parties] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.612--ServerSession(259749664)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [parties] is being defaulted to: Criminal_ID. [junit] [EL Config]: 2022-09-10 04:18:59.613--ServerSession(259749664)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field parties] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.613--ServerSession(259749664)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [parties] is being defaulted to: parties_ID. [junit] [EL Config]: 2022-09-10 04:18:59.613--ServerSession(259749664)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field city] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.613--ServerSession(259749664)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field cops] is being defaulted to: TMP_CITY_TMP_COP. [junit] [EL Config]: 2022-09-10 04:18:59.613--ServerSession(259749664)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field cops] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.613--ServerSession(259749664)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [cops] is being defaulted to: City_ID. [junit] [EL Config]: 2022-09-10 04:18:59.613--ServerSession(259749664)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field cops] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.613--ServerSession(259749664)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [cops] is being defaulted to: cops_ID. [junit] [EL Config]: 2022-09-10 04:18:59.613--ServerSession(259749664)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field criminals] is being defaulted to: TMP_CITY_TMP_CRIMINAL. [junit] [EL Config]: 2022-09-10 04:18:59.613--ServerSession(259749664)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field criminals] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.613--ServerSession(259749664)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [criminals] is being defaulted to: City_ID. [junit] [EL Config]: 2022-09-10 04:18:59.613--ServerSession(259749664)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field criminals] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.613--ServerSession(259749664)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [criminals] is being defaulted to: criminals_ID. [junit] [EL Config]: 2022-09-10 04:18:59.613--ServerSession(259749664)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field project] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.613--ServerSession(259749664)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getWeapon] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.613--ServerSession(259749664)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field driver] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.613--ServerSession(259749664)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getComponent] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.614--ServerSession(259749664)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field informingCops] is being defaulted to: TMP_INFORMER_TMP_COP. [junit] [EL Config]: 2022-09-10 04:18:59.614--ServerSession(259749664)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field informingCops] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.614--ServerSession(259749664)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [informingCops] is being defaulted to: Informer_ID. [junit] [EL Config]: 2022-09-10 04:18:59.614--ServerSession(259749664)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field informingCops] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.614--ServerSession(259749664)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [informingCops] is being defaulted to: informingCops_ID. [junit] [EL Config]: 2022-09-10 04:18:59.614--ServerSession(259749664)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field partner] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.614--ServerSession(259749664)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [partner] is being defaulted to: PARTNER_ID. [junit] [EL Config]: 2022-09-10 04:18:59.614--ServerSession(259749664)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field attachedCriminals] is being defaulted to: TMP_COP_TMP_CRIMINAL. [junit] [EL Config]: 2022-09-10 04:18:59.614--ServerSession(259749664)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field attachedCriminals] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.614--ServerSession(259749664)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [attachedCriminals] is being defaulted to: Cop_ID. [junit] [EL Config]: 2022-09-10 04:18:59.614--ServerSession(259749664)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field attachedCriminals] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.614--ServerSession(259749664)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [attachedCriminals] is being defaulted to: attachedCriminals_ID. [junit] [EL Config]: 2022-09-10 04:18:59.614--ServerSession(259749664)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field informers] is being defaulted to: TMP_COP_TMP_INFORMER. [junit] [EL Config]: 2022-09-10 04:18:59.614--ServerSession(259749664)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field informers] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.614--ServerSession(259749664)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [informers] is being defaulted to: Cop_ID. [junit] [EL Config]: 2022-09-10 04:18:59.614--ServerSession(259749664)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field informers] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.614--ServerSession(259749664)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [informers] is being defaulted to: informers_ID. [junit] [EL Config]: 2022-09-10 04:18:59.614--ServerSession(259749664)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field item] is being defaulted to: ITEM_ID. [junit] [EL Config]: 2022-09-10 04:18:59.614--ServerSession(259749664)--Thread(Thread[main,5,main])--The key column name for the basic map mapping element [getCubicles] is being defaulted to: CUBICLES_KEY. [junit] [EL Config]: 2022-09-10 04:18:59.614--ServerSession(259749664)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getCubicles] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.615--ServerSession(259749664)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getCreatures] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.615--ServerSession(259749664)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [method getCreatures] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.615--ServerSession(259749664)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field parent] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.615--ServerSession(259749664)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field description] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.615--ServerSession(259749664)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field parent] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.615--ServerSession(259749664)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field brokerageAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:59.615--ServerSession(259749664)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field projects] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.615--ServerSession(259749664)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field projects] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.615--ServerSession(259749664)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field costCenter] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.615--ServerSession(259749664)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field travelProfile] is being defaulted to: GUID. [junit] [EL Config]: 2022-09-10 04:18:59.615--ServerSession(259749664)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field sampleAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:59.616--ServerSession(259749664)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field reviews] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.616--ServerSession(259749664)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field reviews] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.616--ServerSession(259749664)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field hobbies] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.616--ServerSession(259749664)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field hobbies] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.616--ServerSession(259749664)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field patents] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.616--ServerSession(259749664)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field creditCardAccounts] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.616--ServerSession(259749664)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field creditCardAccounts] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:59.616--ServerSession(259749664)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field department] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.616--ServerSession(259749664)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getMaterial] is being defaulted to: COURSE_ID. [junit] [EL Config]: 2022-09-10 04:18:59.616--ServerSession(259749664)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [method getMaterial] is being defaulted to: COURSE_ID. [junit] [EL Config]: 2022-09-10 04:18:59.616--ServerSession(259749664)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getAttendees] is being defaulted to: COURSE_ID. [junit] [EL Config]: 2022-09-10 04:18:59.616--ServerSession(259749664)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [method getAttendees] is being defaulted to: ID. [junit] [EL Finest]: 2022-09-10 04:18:59.617--ServerSession(259749664)--Thread(Thread[main,5,main])--query getDepartmentCached: query hint eclipselink.query-results-cache; value True [junit] [EL Finest]: 2022-09-10 04:18:59.618--ServerSession(259749664)--Thread(Thread[main,5,main])--query getAllDepartmentsCached: query hint eclipselink.query-results-cache; value True [junit] [EL Finest]: 2022-09-10 04:18:59.619--ServerSession(259749664)--Thread(Thread[main,5,main])--End predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Predeployed; factoryCount 0 [junit] [EL Finer]: 2022-09-10 04:18:59.619--Thread(Thread[main,5,main])--JavaSECMPInitializer - transformer is null. [junit] [EL Finest]: 2022-09-10 04:18:59.619--ServerSession(259749664)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Predeployed; factoryCount 0 [junit] [EL Finest]: 2022-09-10 04:18:59.619--ServerSession(259749664)--Thread(Thread[main,5,main])--End predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Predeployed; factoryCount 1 [junit] [EL Finer]: 2022-09-10 04:18:59.619--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Component_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.62--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.62--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.62--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.AbstractEmployee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.62--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.621--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.621--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.621--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.621--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.621--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.622--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.622--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.622--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.622--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.622--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.623--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.623--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.623--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.623--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.623--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.624--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.624--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.624--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.624--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.624--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.625--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.625--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.625--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.625--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.625--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.626--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.626--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.626--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.626--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.626--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.627--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.627--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.627--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.627--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.627--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.628--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.628--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.628--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.628--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.628--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.629--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.629--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.629--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.629--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.629--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.63--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.63--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.63--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.63--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.63--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.Node_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.631--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.631--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.631--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.631--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.631--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.632--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.632--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.632--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.632--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.632--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer$PK_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.633--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.633--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount_] not found during initialization. [junit] [EL Finest]: 2022-09-10 04:18:59.633--ServerSession(259749664)--Thread(Thread[main,5,main])--Begin deploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Predeployed; factoryCount 1 [junit] [EL Finest]: 2022-09-10 04:18:59.639--ServerSession(259749664)--Thread(Thread[main,5,main])--Bean Validation Factory was not initialized: [javax/validation/Validation]. [junit] [EL Finest]: 2022-09-10 04:18:59.64--ServerSession(259749664)--Thread(Thread[main,5,main])--property=eclipselink.target-server; value=JBoss; translated value=org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2022-09-10 04:18:59.64--ServerSession(259749664)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2022-09-10 04:18:59.64--ServerSession(259749664)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2022-09-10 04:18:59.64--ServerSession(259749664)--Thread(Thread[main,5,main])--property=eclipselink.target-database; value=org.eclipse.persistence.platform.database.MySQLPlatform [junit] [EL Finest]: 2022-09-10 04:18:59.64--ServerSession(259749664)--Thread(Thread[main,5,main])--property=javax.persistence.nonJtaDataSource; value=org.eclipse.persistence.testing.framework.wdf.PooledDataSource@ea1a8d5 [junit] [EL Finest]: 2022-09-10 04:18:59.64--ServerSession(259749664)--Thread(Thread[main,5,main])--property=eclipselink.jdbc.batch-writing; value=None [junit] [EL Finest]: 2022-09-10 04:18:59.64--ServerSession(259749664)--Thread(Thread[main,5,main])--property=eclipselink.temporal.mutable; value=true [junit] [EL Info]: 2022-09-10 04:18:59.64--ServerSession(259749664)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Config]: 2022-09-10 04:18:59.64--ServerSession(259749664)--Connection(24331479)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "" [junit] connector=>JNDIConnector datasource name=>null [junit] )) [junit] [EL Config]: 2022-09-10 04:18:59.641--ServerSession(259749664)--Connection(1728752676)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost/ecltest?useSSL=false [junit] User: root@localhost [junit] Database: MySQL Version: 5.7.29 [junit] Driver: MySQL Connector Java Version: mysql-connector-java-5.1.48 ( Revision: 29734982609c32d3ab7e5cac2e6acee69ff6b4aa ) [junit] [EL Finest]: 2022-09-10 04:18:59.641--ServerSession(259749664)--Connection(37292467)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.641--ServerSession(259749664)--Connection(37292467)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Config]: 2022-09-10 04:18:59.641--ServerSession(259749664)--Connection(427274463)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "" [junit] connector=>JNDIConnector datasource name=>null [junit] )) [junit] [EL Config]: 2022-09-10 04:18:59.642--ServerSession(259749664)--Connection(2022767609)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost/ecltest?useSSL=false [junit] User: root@localhost [junit] Database: MySQL Version: 5.7.29 [junit] Driver: MySQL Connector Java Version: mysql-connector-java-5.1.48 ( Revision: 29734982609c32d3ab7e5cac2e6acee69ff6b4aa ) [junit] [EL Finest]: 2022-09-10 04:18:59.642--ServerSession(259749664)--Thread(Thread[main,5,main])--sequencing connected, state is NoPreallocation_State [junit] [EL Finest]: 2022-09-10 04:18:59.642--ServerSession(259749664)--Thread(Thread[main,5,main])--sequence testSequence: preallocation size 1 [junit] [EL Finest]: 2022-09-10 04:18:59.642--ServerSession(259749664)--Thread(Thread[main,5,main])--sequence testSequenceInc3: preallocation size 3 [junit] [EL Finest]: 2022-09-10 04:18:59.642--ServerSession(259749664)--Thread(Thread[main,5,main])--sequence SEQ_GEN_IDENTITY: preallocation size 1 [junit] [EL Finest]: 2022-09-10 04:18:59.642--ServerSession(259749664)--Thread(Thread[main,5,main])--sequencing connected, state is Preallocation_Transaction_NoAccessor_State [junit] [EL Finest]: 2022-09-10 04:18:59.642--ServerSession(259749664)--Thread(Thread[main,5,main])--sequence SEQUENCE: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:18:59.642--ServerSession(259749664)--Thread(Thread[main,5,main])--sequence VehicleGenerator: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:18:59.642--ServerSession(259749664)--Thread(Thread[main,5,main])--sequence CourseGenerator: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:18:59.642--ServerSession(259749664)--Thread(Thread[main,5,main])--sequence StringIdGenerator: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:18:59.642--ServerSession(259749664)--Thread(Thread[main,5,main])--sequence Component: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:18:59.642--ServerSession(259749664)--Thread(Thread[main,5,main])--sequence SEQ_GEN: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:18:59.642--ServerSession(259749664)--Thread(Thread[main,5,main])--sequence IdGenerator: preallocation size 50 [junit] [EL Warning]: 2022-09-10 04:18:59.643--ServerSession(259749664)--Thread(Thread[main,5,main])--Reverting the lazy setting on the OneToOne or ManyToOne attribute [driver] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] since weaving was not enabled or did not occur. [junit] [EL Warning]: 2022-09-10 04:18:59.644--ServerSession(259749664)--Thread(Thread[main,5,main])--Reverting the lazy setting on the OneToOne or ManyToOne attribute [cubicle] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] since weaving was not enabled or did not occur. [junit] [EL Info]: 2022-09-10 04:18:59.666--ServerSession(259749664)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541 login successful [junit] [EL Finer]: 2022-09-10 04:18:59.666--ServerSession(259749664)--Thread(Thread[main,5,main])--JMX MBeanServer instance found: [com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582], # of beans: [22], domain: [DefaultDomain] at index: [0]. [junit] [EL Finest]: 2022-09-10 04:18:59.667--ServerSession(259749664)--Thread(Thread[main,5,main])--Registered MBean: org.eclipse.persistence.services.mbean.MBeanDevelopmentServices[TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541,Type=Configuration] on server com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582 [junit] [EL Finest]: 2022-09-10 04:18:59.667--ServerSession(259749664)--Thread(Thread[main,5,main])--Registered MBean: org.eclipse.persistence.services.jboss.MBeanJBossRuntimeServices[TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541)] on server com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582 [junit] [EL Finest]: 2022-09-10 04:18:59.667--ServerSession(259749664)--Thread(Thread[main,5,main])--EclipseLink JMX Runtime Services is referencing the [Platform ConversionManager] ClassLoader at: [sun.misc.Launcher$AppClassLoader@330bedb4] [junit] [EL Finest]: 2022-09-10 04:18:59.667--ServerSession(259749664)--Thread(Thread[main,5,main])--The applicationName for the MBean attached to session [/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541] is [unknown] [junit] [EL Finest]: 2022-09-10 04:18:59.667--ServerSession(259749664)--Thread(Thread[main,5,main])--The moduleName for the MBean attached to session [/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541] is [unknown] [junit] [EL Finer]: 2022-09-10 04:18:59.669--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Component_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.669--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.669--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.669--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.AbstractEmployee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.67--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.67--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.67--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.67--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.67--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.671--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.671--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.671--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.671--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.671--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.672--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.672--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.672--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.672--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.672--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.673--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.673--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.673--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.673--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.673--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.674--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.674--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.674--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.674--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.674--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.675--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.675--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.675--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.675--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.675--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.676--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.676--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.676--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.676--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.677--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.677--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.677--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.677--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.677--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.678--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.678--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.678--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.678--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.679--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.679--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.679--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.679--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.679--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.68--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.68--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.68--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.Node_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.68--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.681--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.681--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.681--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.681--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.681--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.682--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.682--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.682--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.682--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer$PK_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.683--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.683--ServerSession(259749664)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount_] not found during initialization. [junit] [EL Finest]: 2022-09-10 04:18:59.683--ServerSession(259749664)--Thread(Thread[main,5,main])--End deploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Deployed; factoryCount 1 [junit] [EL Finer]: 2022-09-10 04:18:59.683--ServerSession(259749664)--Thread(Thread[main,5,main])--client acquired: 491548210 [junit] [EL Finer]: 2022-09-10 04:18:59.683--ClientSession(491548210)--Thread(Thread[main,5,main])--acquire unit of work: 61210602 [junit] [EL Finest]: 2022-09-10 04:18:59.683--UnitOfWork(61210602)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:18:59.683--UnitOfWork(61210602)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2. [junit] [EL Finest]: 2022-09-10 04:18:59.683--UnitOfWork(61210602)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3. [junit] [EL Finer]: 2022-09-10 04:18:59.683--UnitOfWork(61210602)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:59.683--UnitOfWork(61210602)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2022-09-10 04:18:59.684--ServerSession(259749664)--Connection(1307963673)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:59.684--ClientSession(491548210)--Connection(1307963673)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:59.684--ClientSession(491548210)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.684--ClientSession(491548210)--Connection(64731067)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [2, FI, 1] [junit] [EL Finest]: 2022-09-10 04:18:59.685--UnitOfWork(61210602)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Fine]: 2022-09-10 04:18:59.685--ClientSession(491548210)--Connection(64731067)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, HR, 1] [junit] [EL Finest]: 2022-09-10 04:18:59.686--UnitOfWork(61210602)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Fine]: 2022-09-10 04:18:59.686--ClientSession(491548210)--Connection(64731067)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [3, QA, 1] [junit] [EL Finer]: 2022-09-10 04:18:59.686--ClientSession(491548210)--Connection(64731067)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:59.687--ServerSession(259749664)--Connection(1307963673)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:59.688--UnitOfWork(61210602)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:59.688--UnitOfWork(61210602)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.688--UnitOfWork(61210602)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.688--ClientSession(491548210)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.688--UnitOfWork(61210602)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.688--ClientSession(491548210)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:59.688--ServerSession(259749664)--Thread(Thread[main,5,main])--client acquired: 492394707 [junit] [EL Finer]: 2022-09-10 04:18:59.688--ClientSession(492394707)--Thread(Thread[main,5,main])--acquire unit of work: 1785610508 [junit] [EL Finest]: 2022-09-10 04:18:59.689--UnitOfWork(1785610508)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:59.689--UnitOfWork(1785610508)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:18:59.689--UnitOfWork(1785610508)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:59.689--UnitOfWork(1785610508)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2022-09-10 04:18:59.689--UnitOfWork(1785610508)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:59.689--UnitOfWork(1785610508)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finer]: 2022-09-10 04:18:59.689--UnitOfWork(1785610508)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:18:59.69--UnitOfWork(1785610508)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:18:59.69--ServerSession(259749664)--Connection(1425889113)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:59.69--ClientSession(492394707)--Connection(1425889113)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:18:59.69--ClientSession(492394707)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.691--ClientSession(492394707)--Connection(1781893382)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [hr, 2, 1, 1] [junit] [EL Finest]: 2022-09-10 04:18:59.691--UnitOfWork(1785610508)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Fine]: 2022-09-10 04:18:59.691--ClientSession(492394707)--Connection(1781893382)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [fi, 2, 2, 1] [junit] [EL Finer]: 2022-09-10 04:18:59.692--ClientSession(492394707)--Connection(1781893382)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:18:59.693--ServerSession(259749664)--Connection(1425889113)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:18:59.693--UnitOfWork(1785610508)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:18:59.693--UnitOfWork(1785610508)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.693--UnitOfWork(1785610508)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.693--ClientSession(492394707)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:18:59.693--UnitOfWork(1785610508)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:18:59.693--ClientSession(492394707)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:18:59.693--ServerSession(259749664)--Thread(Thread[main,5,main])--client acquired: 840252350 [junit] [EL Finer]: 2022-09-10 04:18:59.693--ClientSession(840252350)--Thread(Thread[main,5,main])--acquire unit of work: 1208417271 [junit] [EL Finest]: 2022-09-10 04:18:59.693--UnitOfWork(1208417271)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:59.694--UnitOfWork(1208417271)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:18:59.694--UnitOfWork(1208417271)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:59.694--UnitOfWork(1208417271)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2022-09-10 04:18:59.694--UnitOfWork(1208417271)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:18:59.694--UnitOfWork(1208417271)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2022-09-10 04:18:59.694--ServerSession(259749664)--Thread(Thread[main,5,main])--Begin undeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Deployed; factoryCount 1 [junit] [EL Finest]: 2022-09-10 04:18:59.694--ServerSession(259749664)--Thread(Thread[main,5,main])--Unregistering MBean: TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541,Type=Configuration on server com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582 [junit] [EL Finest]: 2022-09-10 04:18:59.694--ServerSession(259749664)--Thread(Thread[main,5,main])--Unregistered MBean [TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541,Type=Configuration] from MBeanServer [com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582]. [junit] [EL Finest]: 2022-09-10 04:18:59.694--ServerSession(259749664)--Thread(Thread[main,5,main])--Unregistering MBean: TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541) on server com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582 [junit] [EL Finest]: 2022-09-10 04:18:59.695--ServerSession(259749664)--Thread(Thread[main,5,main])--Unregistered MBean [TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541)] from MBeanServer [com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582]. [junit] [EL Finest]: 2022-09-10 04:18:59.695--ServerSession(259749664)--Thread(Thread[main,5,main])--sequencing disconnected [junit] [EL Config]: 2022-09-10 04:18:59.695--ServerSession(259749664)--Connection(37292467)--Thread(Thread[main,5,main])--disconnect [junit] [EL Finer]: 2022-09-10 04:18:59.695--ServerSession(259749664)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Info]: 2022-09-10 04:18:59.695--ServerSession(259749664)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541 logout successful [junit] [EL Finest]: 2022-09-10 04:18:59.695--ServerSession(259749664)--Thread(Thread[main,5,main])--End undeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Undeployed; factoryCount 0 [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.4 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.foreignkeys.TestForeignKeys [junit] [EL Fine]: 2022-09-10 04:18:59.748--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@5570ee6d [junit] [EL Finer]: 2022-09-10 04:18:59.75--Thread(Thread[main,5,main])--JavaSECMPInitializer - predeploying jpa1testmodel. [junit] [EL Finest]: properties: 2022-09-10 04:18:59.751--ServerSession(1498401570)--Thread(Thread[main,5,main])--property=eclipselink.target-server; value=JBoss; translated value=org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2022-09-10 04:18:59.751--ServerSession(1498401570)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2022-09-10 04:18:59.751--ServerSession(1498401570)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Fine]: 2022-09-10 04:18:59.751--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2022-09-10 04:18:59.751--ServerSession(1498401570)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Initial; factoryCount 0 [junit] [EL Finest]: 2022-09-10 04:18:59.751--ServerSession(1498401570)--Thread(Thread[main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true [junit] [EL Finest]: 2022-09-10 04:18:59.751--ServerSession(1498401570)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true [junit] [EL Finest]: 2022-09-10 04:18:59.751--ServerSession(1498401570)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false [junit] [EL Finer]: 2022-09-10 04:18:59.751--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar]. [junit] [EL Finer]: 2022-09-10 04:18:59.751--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/eclipselink-orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar]. [junit] [EL Config]: 2022-09-10 04:18:59.766--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.767--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field employees] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:18:59.767--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.767--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.767--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.767--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field client] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:18:59.767--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.768--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field attr2] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte. [junit] [EL Config]: 2022-09-10 04:18:59.768--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.768--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.768--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field profiles] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile. [junit] [EL Config]: 2022-09-10 04:18:59.768--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.769--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field riders] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:18:59.769--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.769--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.77--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.77--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getCubicles] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle. [junit] [EL Config]: 2022-09-10 04:18:59.77--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.AbstractEmployee] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.77--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.77--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field attachedCop] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop. [junit] [EL Config]: 2022-09-10 04:18:59.771--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field parties] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal. [junit] [EL Config]: 2022-09-10 04:18:59.771--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.771--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field city] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City. [junit] [EL Config]: 2022-09-10 04:18:59.772--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.772--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.island.Island] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.772--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.772--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.772--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field cops] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop. [junit] [EL Config]: 2022-09-10 04:18:59.773--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field criminals] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal. [junit] [EL Config]: 2022-09-10 04:18:59.773--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.774--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.774--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.774--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.775--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getCourse] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course. [junit] [EL Config]: 2022-09-10 04:18:59.775--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.775--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field project] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project. [junit] [EL Config]: 2022-09-10 04:18:59.775--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.775--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.775--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field patent] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent. [junit] [EL Config]: 2022-09-10 04:18:59.775--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.775--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.776--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getWeapon] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon. [junit] [EL Config]: 2022-09-10 04:18:59.776--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.776--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.776--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.776--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.776--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.776--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.777--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.777--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field driver] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:18:59.777--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.777--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.777--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getComponent] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.component.Component. [junit] [EL Config]: 2022-09-10 04:18:59.777--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.778--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.778--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.778--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.778--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field informingCops] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop. [junit] [EL Config]: 2022-09-10 04:18:59.778--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.778--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field node] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode. [junit] [EL Config]: 2022-09-10 04:18:59.778--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.Component] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.778--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.778--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.778--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field partner] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop. [junit] [EL Config]: 2022-09-10 04:18:59.779--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field attachedCriminals] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal. [junit] [EL Config]: 2022-09-10 04:18:59.779--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field informers] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer. [junit] [EL Config]: 2022-09-10 04:18:59.779--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.779--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.779--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field item] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte. [junit] [EL Config]: 2022-09-10 04:18:59.779--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.779--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.779--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.779--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.78--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getCubicles] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle. [junit] [EL Config]: 2022-09-10 04:18:59.78--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.78--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field employee] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:18:59.78--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.78--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [method getCreatures] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature. [junit] [EL Config]: 2022-09-10 04:18:59.78--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.78--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field parent] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode. [junit] [EL Config]: 2022-09-10 04:18:59.78--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field children] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode. [junit] [EL Config]: 2022-09-10 04:18:59.78--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field description] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription. [junit] [EL Config]: 2022-09-10 04:18:59.78--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.Node] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.781--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field parent] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.Node. [junit] [EL Config]: 2022-09-10 04:18:59.781--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field children] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.Node. [junit] [EL Config]: 2022-09-10 04:18:59.781--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.781--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.781--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field brokerageAccount] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount. [junit] [EL Config]: 2022-09-10 04:18:59.781--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field projects] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project. [junit] [EL Config]: 2022-09-10 04:18:59.781--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field cubicle] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle. [junit] [EL Config]: 2022-09-10 04:18:59.782--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field costCenter] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter. [junit] [EL Config]: 2022-09-10 04:18:59.782--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field checkingAccount] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount. [junit] [EL Config]: 2022-09-10 04:18:59.782--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field travelProfile] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile. [junit] [EL Config]: 2022-09-10 04:18:59.782--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field sampleAccount] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account. [junit] [EL Config]: 2022-09-10 04:18:59.782--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field reviews] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review. [junit] [EL Config]: 2022-09-10 04:18:59.782--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field hobbies] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby. [junit] [EL Config]: 2022-09-10 04:18:59.782--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field motorVehicle] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle. [junit] [EL Config]: 2022-09-10 04:18:59.782--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field patents] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent. [junit] [EL Config]: 2022-09-10 04:18:59.782--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field creditCardAccounts] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount. [junit] [EL Config]: 2022-09-10 04:18:59.782--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field department] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department. [junit] [EL Config]: 2022-09-10 04:18:59.782--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field bicycles] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle. [junit] [EL Config]: 2022-09-10 04:18:59.782--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.782--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getMaterial] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material. [junit] [EL Config]: 2022-09-10 04:18:59.783--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.783--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.783--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getTasks] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task. [junit] [EL Config]: 2022-09-10 04:18:59.783--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.783--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.784--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.784--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer$PK] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.784--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.784--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:18:59.784--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.784--ServerSession(1498401570)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:18:59.784--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2022-09-10 04:18:59.784--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME. [junit] [EL Config]: 2022-09-10 04:18:59.784--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter] is being defaulted to: CostCenter. [junit] [EL Config]: 2022-09-10 04:18:59.785--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:59.785--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.785--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount] is being defaulted to: CheckingAccount. [junit] [EL Config]: 2022-09-10 04:18:59.785--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account] is being defaulted to: Account. [junit] [EL Config]: 2022-09-10 04:18:59.785--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [owner] is being defaulted to: OWNER. [junit] [EL Config]: 2022-09-10 04:18:59.785--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [balance] is being defaulted to: BALANCE. [junit] [EL Config]: 2022-09-10 04:18:59.785--ServerSession(1498401570)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:59.785--ServerSession(1498401570)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:59.785--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2022-09-10 04:18:59.785--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [creditLimit] is being defaulted to: CREDITLIMIT. [junit] [EL Config]: 2022-09-10 04:18:59.785--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte] is being defaulted to: Item_Byte. [junit] [EL Config]: 2022-09-10 04:18:59.786--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [namespace] is being defaulted to: NAMESPACE. [junit] [EL Config]: 2022-09-10 04:18:59.786--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:59.786--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [text] is being defaulted to: TEXT. [junit] [EL Config]: 2022-09-10 04:18:59.786--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp] is being defaulted to: Timestamp. [junit] [EL Config]: 2022-09-10 04:18:59.786--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.786--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike] is being defaulted to: RoadBike. [junit] [EL Config]: 2022-09-10 04:18:59.786--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle] is being defaulted to: Bicycle. [junit] [EL Config]: 2022-09-10 04:18:59.786--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle] is being defaulted to: Vehicle. [junit] [EL Config]: 2022-09-10 04:18:59.786--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR. [junit] [EL Config]: 2022-09-10 04:18:59.786--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.786--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [brand] is being defaulted to: BRAND. [junit] [EL Config]: 2022-09-10 04:18:59.786--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:18:59.787--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess] is being defaulted to: TemporalTypesFieldAccess. [junit] [EL Config]: 2022-09-10 04:18:59.787--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice] is being defaulted to: UniqueColorOffice. [junit] [EL Config]: 2022-09-10 04:18:59.787--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.787--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY. [junit] [EL Config]: 2022-09-10 04:18:59.787--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.AbstractEmployee] is being defaulted to: AbstractEmployee. [junit] [EL Config]: 2022-09-10 04:18:59.787--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:59.787--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.787--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal] is being defaulted to: Criminal. [junit] [EL Config]: 2022-09-10 04:18:59.788--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.788--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person] is being defaulted to: Person. [junit] [EL Config]: 2022-09-10 04:18:59.788--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.788--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee] is being defaulted to: ContractEmployee. [junit] [EL Config]: 2022-09-10 04:18:59.788--ServerSession(1498401570)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.788--ServerSession(1498401570)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.788--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [term] is being defaulted to: TERM. [junit] [EL Config]: 2022-09-10 04:18:59.788--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.island.Island] is being defaulted to: Island. [junit] [EL Config]: 2022-09-10 04:18:59.788--ServerSession(1498401570)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island] is being defaulted to: DTYPE. [junit] [EL Config]: 2022-09-10 04:18:59.788--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:59.788--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.788--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby] is being defaulted to: Hobby. [junit] [EL Config]: 2022-09-10 04:18:59.789--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [getDescription] is being defaulted to: DESCRIPTION. [junit] [EL Config]: 2022-09-10 04:18:59.789--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.789--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [getCategory] is being defaulted to: CATEGORY. [junit] [EL Config]: 2022-09-10 04:18:59.789--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City] is being defaulted to: City. [junit] [EL Config]: 2022-09-10 04:18:59.789--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [sound] is being defaulted to: SOUND. [junit] [EL Config]: 2022-09-10 04:18:59.789--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [integer] is being defaulted to: INTEGER. [junit] [EL Config]: 2022-09-10 04:18:59.789--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [cool] is being defaulted to: COOL. [junit] [EL Config]: 2022-09-10 04:18:59.789--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:59.789--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.789--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [type] is being defaulted to: TYPE. [junit] [EL Config]: 2022-09-10 04:18:59.789--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess] is being defaulted to: BasicTypesPropertyAccess. [junit] [EL Config]: 2022-09-10 04:18:59.789--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.79--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass] is being defaulted to: ReadOnlyEntitySubclass. [junit] [EL Config]: 2022-09-10 04:18:59.79--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity] is being defaulted to: ReadOnlyEntity. [junit] [EL Config]: 2022-09-10 04:18:59.79--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:59.79--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.79--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:18:59.79--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material] is being defaulted to: Material. [junit] [EL Config]: 2022-09-10 04:18:59.79--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [getData] is being defaulted to: DATA. [junit] [EL Config]: 2022-09-10 04:18:59.79--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task] is being defaulted to: Task. [junit] [EL Config]: 2022-09-10 04:18:59.791--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [description] is being defaulted to: DESCRIPTION. [junit] [EL Config]: 2022-09-10 04:18:59.791--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview] is being defaulted to: PatentReview. [junit] [EL Config]: 2022-09-10 04:18:59.791--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review] is being defaulted to: Review. [junit] [EL Config]: 2022-09-10 04:18:59.791--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [reviewDate] is being defaulted to: REVIEWDATE. [junit] [EL Config]: 2022-09-10 04:18:59.791--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.791--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:18:59.791--ServerSession(1498401570)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review] is being defaulted to: DTYPE. [junit] [EL Config]: 2022-09-10 04:18:59.791--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike] is being defaulted to: MountainBike. [junit] [EL Config]: 2022-09-10 04:18:59.791--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature] is being defaulted to: MythicalCreature. [junit] [EL Config]: 2022-09-10 04:18:59.791--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature] is being defaulted to: Creature. [junit] [EL Config]: 2022-09-10 04:18:59.791--ServerSession(1498401570)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature] is being defaulted to: DTYPE. [junit] [EL Config]: 2022-09-10 04:18:59.791--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.792--ServerSession(1498401570)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.792--ServerSession(1498401570)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.792--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [getStory] is being defaulted to: STORY. [junit] [EL Config]: 2022-09-10 04:18:59.792--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess] is being defaulted to: EmbeddingFieldAccess. [junit] [EL Config]: 2022-09-10 04:18:59.792--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [date] is being defaulted to: DATE. [junit] [EL Config]: 2022-09-10 04:18:59.792--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [time] is being defaulted to: TIME. [junit] [EL Config]: 2022-09-10 04:18:59.792--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.792--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon] is being defaulted to: Weapon. [junit] [EL Config]: 2022-09-10 04:18:59.792--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:59.792--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.792--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant] is being defaulted to: Plant. [junit] [EL Config]: 2022-09-10 04:18:59.792--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element] is being defaulted to: Element. [junit] [EL Config]: 2022-09-10 04:18:59.792--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent] is being defaulted to: Patent. [junit] [EL Config]: 2022-09-10 04:18:59.793--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [getYear] is being defaulted to: YEAR. [junit] [EL Config]: 2022-09-10 04:18:59.793--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:59.793--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car] is being defaulted to: Car. [junit] [EL Config]: 2022-09-10 04:18:59.793--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] is being defaulted to: MotorVehicle. [junit] [EL Config]: 2022-09-10 04:18:59.793--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [model] is being defaulted to: MODEL. [junit] [EL Config]: 2022-09-10 04:18:59.793--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat] is being defaulted to: MetricFloat. [junit] [EL Config]: 2022-09-10 04:18:59.793--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric] is being defaulted to: Metric. [junit] [EL Config]: 2022-09-10 04:18:59.794--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount] is being defaulted to: BrokerageAccount. [junit] [EL Config]: 2022-09-10 04:18:59.794--ServerSession(1498401570)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:59.794--ServerSession(1498401570)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:59.794--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [riskLevel] is being defaulted to: RISKLEVEL. [junit] [EL Config]: 2022-09-10 04:18:59.794--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal] is being defaulted to: Animal. [junit] [EL Config]: 2022-09-10 04:18:59.794--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer] is being defaulted to: Informer. [junit] [EL Config]: 2022-09-10 04:18:59.794--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.794--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription] is being defaulted to: CascadingNodeDescription. [junit] [EL Config]: 2022-09-10 04:18:59.794--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.795--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.Component] is being defaulted to: Component. [junit] [EL Config]: 2022-09-10 04:18:59.795--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.795--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile] is being defaulted to: TravelProfile. [junit] [EL Config]: 2022-09-10 04:18:59.795--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [getSmoker] is being defaulted to: SMOKER. [junit] [EL Config]: 2022-09-10 04:18:59.795--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [getGuid] is being defaulted to: GUID. [junit] [EL Config]: 2022-09-10 04:18:59.795--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop] is being defaulted to: Cop. [junit] [EL Config]: 2022-09-10 04:18:59.795--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.795--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess] is being defaulted to: EmbeddingPropertyAccess. [junit] [EL Config]: 2022-09-10 04:18:59.795--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [getDate] is being defaulted to: DATE. [junit] [EL Config]: 2022-09-10 04:18:59.795--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [getTime] is being defaulted to: TIME. [junit] [EL Config]: 2022-09-10 04:18:59.795--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.795--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte] is being defaulted to: Item_Attribute_Byte. [junit] [EL Config]: 2022-09-10 04:18:59.796--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount] is being defaulted to: SavingsAccount. [junit] [EL Config]: 2022-09-10 04:18:59.796--ServerSession(1498401570)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:59.796--ServerSession(1498401570)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:59.796--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [interestRate] is being defaulted to: INTERESTRATE. [junit] [EL Config]: 2022-09-10 04:18:59.796--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2022-09-10 04:18:59.796--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME. [junit] [EL Config]: 2022-09-10 04:18:59.796--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck] is being defaulted to: Truck. [junit] [EL Config]: 2022-09-10 04:18:59.796--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount] is being defaulted to: CreditCardAccount. [junit] [EL Config]: 2022-09-10 04:18:59.796--ServerSession(1498401570)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:59.796--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [cardType] is being defaulted to: CARDTYPE. [junit] [EL Config]: 2022-09-10 04:18:59.796--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [cardNumber] is being defaulted to: CARDNUMBER. [junit] [EL Config]: 2022-09-10 04:18:59.796--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [validTo] is being defaulted to: VALIDTO. [junit] [EL Config]: 2022-09-10 04:18:59.796--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office] is being defaulted to: Office. [junit] [EL Config]: 2022-09-10 04:18:59.796--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.796--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY. [junit] [EL Config]: 2022-09-10 04:18:59.797--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle] is being defaulted to: Cubicle. [junit] [EL Config]: 2022-09-10 04:18:59.797--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR. [junit] [EL Config]: 2022-09-10 04:18:59.797--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [place] is being defaulted to: PLACE. [junit] [EL Config]: 2022-09-10 04:18:59.797--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [floor] is being defaulted to: FLOOR. [junit] [EL Config]: 2022-09-10 04:18:59.797--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave] is being defaulted to: Cave. [junit] [EL Config]: 2022-09-10 04:18:59.797--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:59.797--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.797--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode] is being defaulted to: CascadingNode. [junit] [EL Config]: 2022-09-10 04:18:59.797--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.797--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.Node] is being defaulted to: Node. [junit] [EL Config]: 2022-09-10 04:18:59.797--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [nodeName] is being defaulted to: NODENAME. [junit] [EL Config]: 2022-09-10 04:18:59.797--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.797--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer] is being defaulted to: Trailer. [junit] [EL Config]: 2022-09-10 04:18:59.798--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [high] is being defaulted to: HIGH. [junit] [EL Config]: 2022-09-10 04:18:59.798--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [low] is being defaulted to: LOW. [junit] [EL Config]: 2022-09-10 04:18:59.798--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] is being defaulted to: Employee. [junit] [EL Config]: 2022-09-10 04:18:59.798--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [firstname] is being defaulted to: FIRSTNAME. [junit] [EL Config]: 2022-09-10 04:18:59.798--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [endDate] is being defaulted to: ENDDATE. [junit] [EL Config]: 2022-09-10 04:18:59.798--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [startDate] is being defaulted to: STARTDATE. [junit] [EL Config]: 2022-09-10 04:18:59.798--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [salary] is being defaulted to: SALARY. [junit] [EL Config]: 2022-09-10 04:18:59.798--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [lastname] is being defaulted to: LASTNAME. [junit] [EL Config]: 2022-09-10 04:18:59.798--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.798--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course] is being defaulted to: Course. [junit] [EL Config]: 2022-09-10 04:18:59.798--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department] is being defaulted to: Department. [junit] [EL Config]: 2022-09-10 04:18:59.798--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:18:59.798--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.798--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [getVersion] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:18:59.799--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project] is being defaulted to: Project. [junit] [EL Config]: 2022-09-10 04:18:59.799--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty] is being defaulted to: Nasty. [junit] [EL Config]: 2022-09-10 04:18:59.799--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.799--ServerSession(1498401570)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess] is being defaulted to: BasicTypesFieldAccess. [junit] [EL Config]: 2022-09-10 04:18:59.799--ServerSession(1498401570)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:18:59.799--ServerSession(1498401570)--Thread(Thread[main,5,main])--The pk column value for the table generator named [StringIdGenerator] defined on [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby] from [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby] is being defaulted to: StringIdGenerator. [junit] [EL Config]: 2022-09-10 04:18:59.825--ServerSession(1498401570)--Thread(Thread[main,5,main])--The pk column value for the table generator named [VehicleGenerator] defined on [field id] from [field id] is being defaulted to: VehicleGenerator. [junit] [EL Config]: 2022-09-10 04:18:59.825--ServerSession(1498401570)--Thread(Thread[main,5,main])--The pk column value for the table generator named [IdGenerator] defined on [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project] from [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project] is being defaulted to: IdGenerator. [junit] [EL Config]: 2022-09-10 04:18:59.825--ServerSession(1498401570)--Thread(Thread[main,5,main])--The pk column value for the table generator named [CourseGenerator] defined on [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course] from [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course] is being defaulted to: CourseGenerator. [junit] [EL Config]: 2022-09-10 04:18:59.825--ServerSession(1498401570)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field client] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.825--ServerSession(1498401570)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field profiles] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.825--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field profiles] is being defaulted to: GUID. [junit] [EL Config]: 2022-09-10 04:18:59.825--ServerSession(1498401570)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field riders] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.825--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field riders] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.825--ServerSession(1498401570)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getCubicles] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.825--ServerSession(1498401570)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field attachedCop] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.825--ServerSession(1498401570)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [attachedCop] is being defaulted to: ATTACHEDCOP_ID. [junit] [EL Config]: 2022-09-10 04:18:59.826--ServerSession(1498401570)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field parties] is being defaulted to: TMP_CRIMINAL_TMP_CRIMINAL. [junit] [EL Config]: 2022-09-10 04:18:59.826--ServerSession(1498401570)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field parties] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.826--ServerSession(1498401570)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [parties] is being defaulted to: Criminal_ID. [junit] [EL Config]: 2022-09-10 04:18:59.826--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field parties] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.826--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [parties] is being defaulted to: parties_ID. [junit] [EL Config]: 2022-09-10 04:18:59.826--ServerSession(1498401570)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field city] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.826--ServerSession(1498401570)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field cops] is being defaulted to: TMP_CITY_TMP_COP. [junit] [EL Config]: 2022-09-10 04:18:59.826--ServerSession(1498401570)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field cops] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.826--ServerSession(1498401570)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [cops] is being defaulted to: City_ID. [junit] [EL Config]: 2022-09-10 04:18:59.826--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field cops] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.826--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [cops] is being defaulted to: cops_ID. [junit] [EL Config]: 2022-09-10 04:18:59.826--ServerSession(1498401570)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field criminals] is being defaulted to: TMP_CITY_TMP_CRIMINAL. [junit] [EL Config]: 2022-09-10 04:18:59.826--ServerSession(1498401570)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field criminals] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.826--ServerSession(1498401570)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [criminals] is being defaulted to: City_ID. [junit] [EL Config]: 2022-09-10 04:18:59.826--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field criminals] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.826--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [criminals] is being defaulted to: criminals_ID. [junit] [EL Config]: 2022-09-10 04:18:59.826--ServerSession(1498401570)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field project] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.826--ServerSession(1498401570)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getWeapon] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.826--ServerSession(1498401570)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field driver] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.826--ServerSession(1498401570)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getComponent] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.827--ServerSession(1498401570)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field informingCops] is being defaulted to: TMP_INFORMER_TMP_COP. [junit] [EL Config]: 2022-09-10 04:18:59.827--ServerSession(1498401570)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field informingCops] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.827--ServerSession(1498401570)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [informingCops] is being defaulted to: Informer_ID. [junit] [EL Config]: 2022-09-10 04:18:59.827--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field informingCops] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.827--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [informingCops] is being defaulted to: informingCops_ID. [junit] [EL Config]: 2022-09-10 04:18:59.827--ServerSession(1498401570)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field partner] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.827--ServerSession(1498401570)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [partner] is being defaulted to: PARTNER_ID. [junit] [EL Config]: 2022-09-10 04:18:59.827--ServerSession(1498401570)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field attachedCriminals] is being defaulted to: TMP_COP_TMP_CRIMINAL. [junit] [EL Config]: 2022-09-10 04:18:59.827--ServerSession(1498401570)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field attachedCriminals] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.827--ServerSession(1498401570)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [attachedCriminals] is being defaulted to: Cop_ID. [junit] [EL Config]: 2022-09-10 04:18:59.827--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field attachedCriminals] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.827--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [attachedCriminals] is being defaulted to: attachedCriminals_ID. [junit] [EL Config]: 2022-09-10 04:18:59.827--ServerSession(1498401570)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field informers] is being defaulted to: TMP_COP_TMP_INFORMER. [junit] [EL Config]: 2022-09-10 04:18:59.827--ServerSession(1498401570)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field informers] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.827--ServerSession(1498401570)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [informers] is being defaulted to: Cop_ID. [junit] [EL Config]: 2022-09-10 04:18:59.827--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field informers] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.827--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [informers] is being defaulted to: informers_ID. [junit] [EL Config]: 2022-09-10 04:18:59.827--ServerSession(1498401570)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field item] is being defaulted to: ITEM_ID. [junit] [EL Config]: 2022-09-10 04:18:59.827--ServerSession(1498401570)--Thread(Thread[main,5,main])--The key column name for the basic map mapping element [getCubicles] is being defaulted to: CUBICLES_KEY. [junit] [EL Config]: 2022-09-10 04:18:59.827--ServerSession(1498401570)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getCubicles] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.828--ServerSession(1498401570)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getCreatures] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.828--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [method getCreatures] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.828--ServerSession(1498401570)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field parent] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.828--ServerSession(1498401570)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field description] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.828--ServerSession(1498401570)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field parent] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.828--ServerSession(1498401570)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field brokerageAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:59.828--ServerSession(1498401570)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field projects] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.828--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field projects] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.828--ServerSession(1498401570)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field costCenter] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.828--ServerSession(1498401570)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field travelProfile] is being defaulted to: GUID. [junit] [EL Config]: 2022-09-10 04:18:59.828--ServerSession(1498401570)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field sampleAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:59.828--ServerSession(1498401570)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field reviews] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.828--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field reviews] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.829--ServerSession(1498401570)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field hobbies] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.829--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field hobbies] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.829--ServerSession(1498401570)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field patents] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.829--ServerSession(1498401570)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field creditCardAccounts] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.829--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field creditCardAccounts] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:18:59.829--ServerSession(1498401570)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field department] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:18:59.829--ServerSession(1498401570)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getMaterial] is being defaulted to: COURSE_ID. [junit] [EL Config]: 2022-09-10 04:18:59.829--ServerSession(1498401570)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [method getMaterial] is being defaulted to: COURSE_ID. [junit] [EL Config]: 2022-09-10 04:18:59.829--ServerSession(1498401570)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getAttendees] is being defaulted to: COURSE_ID. [junit] [EL Config]: 2022-09-10 04:18:59.829--ServerSession(1498401570)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [method getAttendees] is being defaulted to: ID. [junit] [EL Finest]: 2022-09-10 04:18:59.83--ServerSession(1498401570)--Thread(Thread[main,5,main])--query getDepartmentCached: query hint eclipselink.query-results-cache; value True [junit] [EL Finest]: 2022-09-10 04:18:59.831--ServerSession(1498401570)--Thread(Thread[main,5,main])--query getAllDepartmentsCached: query hint eclipselink.query-results-cache; value True [junit] [EL Finest]: 2022-09-10 04:18:59.831--ServerSession(1498401570)--Thread(Thread[main,5,main])--End predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Predeployed; factoryCount 0 [junit] [EL Finer]: 2022-09-10 04:18:59.831--Thread(Thread[main,5,main])--JavaSECMPInitializer - transformer is null. [junit] [EL Finest]: 2022-09-10 04:18:59.831--ServerSession(1498401570)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Predeployed; factoryCount 0 [junit] [EL Finest]: 2022-09-10 04:18:59.831--ServerSession(1498401570)--Thread(Thread[main,5,main])--End predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Predeployed; factoryCount 1 [junit] [EL Finer]: 2022-09-10 04:18:59.832--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Component_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.832--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.832--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.833--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.AbstractEmployee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.833--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.833--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.833--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.834--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.834--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.834--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.834--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.834--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.835--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.835--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.835--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.835--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.835--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.836--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.836--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.836--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.836--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.836--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.837--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.837--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.837--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.837--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.837--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.838--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.838--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.838--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.838--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.838--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.839--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.839--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.839--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.839--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.839--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.839--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.84--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.84--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.84--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.84--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.84--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.841--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.841--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.841--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.841--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.842--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.842--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.842--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.842--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.842--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.843--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.843--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.843--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.Node_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.843--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.843--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.844--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.844--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.844--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.844--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.844--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.845--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.845--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.845--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer$PK_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.845--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:18:59.845--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount_] not found during initialization. [junit] [EL Finest]: 2022-09-10 04:18:59.845--ServerSession(1498401570)--Thread(Thread[main,5,main])--Begin deploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Predeployed; factoryCount 1 [junit] [EL Finest]: 2022-09-10 04:18:59.851--ServerSession(1498401570)--Thread(Thread[main,5,main])--Bean Validation Factory was not initialized: [javax/validation/Validation]. [junit] [EL Finest]: 2022-09-10 04:18:59.851--ServerSession(1498401570)--Thread(Thread[main,5,main])--property=eclipselink.target-server; value=JBoss; translated value=org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2022-09-10 04:18:59.851--ServerSession(1498401570)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2022-09-10 04:18:59.851--ServerSession(1498401570)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2022-09-10 04:18:59.852--ServerSession(1498401570)--Thread(Thread[main,5,main])--property=eclipselink.target-database; value=org.eclipse.persistence.platform.database.MySQLPlatform [junit] [EL Finest]: 2022-09-10 04:18:59.852--ServerSession(1498401570)--Thread(Thread[main,5,main])--property=javax.persistence.nonJtaDataSource; value=org.eclipse.persistence.testing.framework.wdf.PooledDataSource@ea1a8d5 [junit] [EL Finest]: 2022-09-10 04:18:59.852--ServerSession(1498401570)--Thread(Thread[main,5,main])--property=eclipselink.jdbc.batch-writing; value=JDBC; translated value=JDBC [junit] [EL Finest]: 2022-09-10 04:18:59.852--ServerSession(1498401570)--Thread(Thread[main,5,main])--property=eclipselink.temporal.mutable; value=true [junit] [EL Info]: 2022-09-10 04:18:59.852--ServerSession(1498401570)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Config]: 2022-09-10 04:18:59.852--ServerSession(1498401570)--Connection(61710314)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "" [junit] connector=>JNDIConnector datasource name=>null [junit] )) [junit] [EL Config]: 2022-09-10 04:18:59.853--ServerSession(1498401570)--Connection(1331556370)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost/ecltest?useSSL=false [junit] User: root@localhost [junit] Database: MySQL Version: 5.7.29 [junit] Driver: MySQL Connector Java Version: mysql-connector-java-5.1.48 ( Revision: 29734982609c32d3ab7e5cac2e6acee69ff6b4aa ) [junit] [EL Finest]: 2022-09-10 04:18:59.853--ServerSession(1498401570)--Connection(955505599)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.853--ServerSession(1498401570)--Connection(955505599)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Config]: 2022-09-10 04:18:59.853--ServerSession(1498401570)--Connection(1464746372)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "" [junit] connector=>JNDIConnector datasource name=>null [junit] )) [junit] [EL Config]: 2022-09-10 04:18:59.853--ServerSession(1498401570)--Connection(1356246919)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost/ecltest?useSSL=false [junit] User: root@localhost [junit] Database: MySQL Version: 5.7.29 [junit] Driver: MySQL Connector Java Version: mysql-connector-java-5.1.48 ( Revision: 29734982609c32d3ab7e5cac2e6acee69ff6b4aa ) [junit] [EL Finest]: 2022-09-10 04:18:59.854--ServerSession(1498401570)--Thread(Thread[main,5,main])--sequencing connected, state is NoPreallocation_State [junit] [EL Finest]: 2022-09-10 04:18:59.854--ServerSession(1498401570)--Thread(Thread[main,5,main])--sequence testSequence: preallocation size 1 [junit] [EL Finest]: 2022-09-10 04:18:59.854--ServerSession(1498401570)--Thread(Thread[main,5,main])--sequence testSequenceInc3: preallocation size 3 [junit] [EL Finest]: 2022-09-10 04:18:59.854--ServerSession(1498401570)--Thread(Thread[main,5,main])--sequence SEQ_GEN_IDENTITY: preallocation size 1 [junit] [EL Finest]: 2022-09-10 04:18:59.854--ServerSession(1498401570)--Thread(Thread[main,5,main])--sequencing connected, state is Preallocation_Transaction_NoAccessor_State [junit] [EL Finest]: 2022-09-10 04:18:59.854--ServerSession(1498401570)--Thread(Thread[main,5,main])--sequence SEQUENCE: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:18:59.854--ServerSession(1498401570)--Thread(Thread[main,5,main])--sequence VehicleGenerator: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:18:59.854--ServerSession(1498401570)--Thread(Thread[main,5,main])--sequence CourseGenerator: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:18:59.854--ServerSession(1498401570)--Thread(Thread[main,5,main])--sequence StringIdGenerator: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:18:59.854--ServerSession(1498401570)--Thread(Thread[main,5,main])--sequence Component: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:18:59.854--ServerSession(1498401570)--Thread(Thread[main,5,main])--sequence SEQ_GEN: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:18:59.854--ServerSession(1498401570)--Thread(Thread[main,5,main])--sequence IdGenerator: preallocation size 50 [junit] [EL Warning]: 2022-09-10 04:18:59.855--ServerSession(1498401570)--Thread(Thread[main,5,main])--Reverting the lazy setting on the OneToOne or ManyToOne attribute [driver] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] since weaving was not enabled or did not occur. [junit] [EL Warning]: 2022-09-10 04:18:59.856--ServerSession(1498401570)--Thread(Thread[main,5,main])--Reverting the lazy setting on the OneToOne or ManyToOne attribute [cubicle] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] since weaving was not enabled or did not occur. [junit] [EL Info]: 2022-09-10 04:18:59.877--ServerSession(1498401570)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541 login successful [junit] [EL Finer]: 2022-09-10 04:18:59.877--ServerSession(1498401570)--Thread(Thread[main,5,main])--JMX MBeanServer instance found: [com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582], # of beans: [22], domain: [DefaultDomain] at index: [0]. [junit] [EL Finest]: 2022-09-10 04:18:59.878--ServerSession(1498401570)--Thread(Thread[main,5,main])--Registered MBean: org.eclipse.persistence.services.mbean.MBeanDevelopmentServices[TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541,Type=Configuration] on server com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582 [junit] [EL Finest]: 2022-09-10 04:18:59.878--ServerSession(1498401570)--Thread(Thread[main,5,main])--Registered MBean: org.eclipse.persistence.services.jboss.MBeanJBossRuntimeServices[TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541)] on server com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582 [junit] [EL Finest]: 2022-09-10 04:18:59.878--ServerSession(1498401570)--Thread(Thread[main,5,main])--EclipseLink JMX Runtime Services is referencing the [Platform ConversionManager] ClassLoader at: [sun.misc.Launcher$AppClassLoader@330bedb4] [junit] [EL Finest]: 2022-09-10 04:18:59.878--ServerSession(1498401570)--Thread(Thread[main,5,main])--The applicationName for the MBean attached to session [/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541] is [unknown] [junit] [EL Finest]: 2022-09-10 04:18:59.878--ServerSession(1498401570)--Thread(Thread[main,5,main])--The moduleName for the MBean attached to session [/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541] is [unknown] [junit] [EL Finest]: 2022-09-10 04:18:59.883--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_METRIC DROP FOREIGN KEY FK_TMP_METRIC_COMPONENT_ID") [junit] [EL Finest]: 2022-09-10 04:18:59.883--ServerSession(1498401570)--Connection(638518766)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.883--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.883--ServerSession(1498401570)--Connection(1711152967)--Thread(Thread[main,5,main])--ALTER TABLE TMP_METRIC DROP FOREIGN KEY FK_TMP_METRIC_COMPONENT_ID [junit] [EL Finest]: 2022-09-10 04:18:59.886--ServerSession(1498401570)--Connection(638518766)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.886--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CONTRACT_EMP DROP FOREIGN KEY FK_TMP_CONTRACT_EMP_ID") [junit] [EL Finest]: 2022-09-10 04:18:59.886--ServerSession(1498401570)--Connection(2140898588)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.886--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.887--ServerSession(1498401570)--Connection(1787476367)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CONTRACT_EMP DROP FOREIGN KEY FK_TMP_CONTRACT_EMP_ID [junit] [EL Finest]: 2022-09-10 04:18:59.889--ServerSession(1498401570)--Connection(2140898588)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.889--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_VEHICLE DROP FOREIGN KEY FK_TMP_VEHICLE_EMPLOYEE_ID") [junit] [EL Finest]: 2022-09-10 04:18:59.889--ServerSession(1498401570)--Connection(1628242023)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.889--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.89--ServerSession(1498401570)--Connection(1593084680)--Thread(Thread[main,5,main])--ALTER TABLE TMP_VEHICLE DROP FOREIGN KEY FK_TMP_VEHICLE_EMPLOYEE_ID [junit] [EL Finest]: 2022-09-10 04:18:59.892--ServerSession(1498401570)--Connection(1628242023)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.892--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_BROKER_ACC DROP FOREIGN KEY FK_TMP_BROKER_ACC_ACC_NUMBER") [junit] [EL Finest]: 2022-09-10 04:18:59.892--ServerSession(1498401570)--Connection(577076657)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.892--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.892--ServerSession(1498401570)--Connection(1488129598)--Thread(Thread[main,5,main])--ALTER TABLE TMP_BROKER_ACC DROP FOREIGN KEY FK_TMP_BROKER_ACC_ACC_NUMBER [junit] [EL Finest]: 2022-09-10 04:18:59.894--ServerSession(1498401570)--Connection(577076657)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.894--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CHECK_ACC DROP FOREIGN KEY FK_TMP_CHECK_ACC_ACC_NUMBER") [junit] [EL Finest]: 2022-09-10 04:18:59.894--ServerSession(1498401570)--Connection(1661720039)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.894--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.894--ServerSession(1498401570)--Connection(596243782)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CHECK_ACC DROP FOREIGN KEY FK_TMP_CHECK_ACC_ACC_NUMBER [junit] [EL Finest]: 2022-09-10 04:18:59.896--ServerSession(1498401570)--Connection(1661720039)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.896--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CHECK_ACC DROP FOREIGN KEY FK_TMP_CHECK_ACC_CLIENT_ID") [junit] [EL Finest]: 2022-09-10 04:18:59.896--ServerSession(1498401570)--Connection(1500321780)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.896--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.896--ServerSession(1498401570)--Connection(899869274)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CHECK_ACC DROP FOREIGN KEY FK_TMP_CHECK_ACC_CLIENT_ID [junit] [EL Finest]: 2022-09-10 04:18:59.898--ServerSession(1498401570)--Connection(1500321780)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.898--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CREDIT_ACC DROP FOREIGN KEY FK_TMP_CREDIT_ACC_CCA_ID") [junit] [EL Finest]: 2022-09-10 04:18:59.898--ServerSession(1498401570)--Connection(1877547288)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.898--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.898--ServerSession(1498401570)--Connection(1295769221)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CREDIT_ACC DROP FOREIGN KEY FK_TMP_CREDIT_ACC_CCA_ID [junit] [EL Finest]: 2022-09-10 04:18:59.9--ServerSession(1498401570)--Connection(1877547288)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.9--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_COSTCENTER") [junit] [EL Finest]: 2022-09-10 04:18:59.9--ServerSession(1498401570)--Connection(627451005)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.9--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.9--ServerSession(1498401570)--Connection(909773218)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_COSTCENTER [junit] [EL Finest]: 2022-09-10 04:18:59.902--ServerSession(1498401570)--Connection(627451005)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.902--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_DEPARTMENT") [junit] [EL Finest]: 2022-09-10 04:18:59.902--ServerSession(1498401570)--Connection(1938005794)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.902--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.902--ServerSession(1498401570)--Connection(353562601)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_DEPARTMENT [junit] [EL Finest]: 2022-09-10 04:18:59.904--ServerSession(1498401570)--Connection(1938005794)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.904--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_CUBICLE_PLACE") [junit] [EL Finest]: 2022-09-10 04:18:59.904--ServerSession(1498401570)--Connection(1680104617)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.904--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.904--ServerSession(1498401570)--Connection(1724619363)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_CUBICLE_PLACE [junit] [EL Finest]: 2022-09-10 04:18:59.906--ServerSession(1498401570)--Connection(1680104617)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.906--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_SAMPLE_ACCOUNT") [junit] [EL Finest]: 2022-09-10 04:18:59.906--ServerSession(1498401570)--Connection(1704853566)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.906--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.906--ServerSession(1498401570)--Connection(1597802092)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_SAMPLE_ACCOUNT [junit] [EL Finest]: 2022-09-10 04:18:59.908--ServerSession(1498401570)--Connection(1704853566)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.908--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_BROKERAGE_ACCOUNT") [junit] [EL Finest]: 2022-09-10 04:18:59.909--ServerSession(1498401570)--Connection(1846614763)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.909--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.909--ServerSession(1498401570)--Connection(1436937891)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_BROKERAGE_ACCOUNT [junit] [EL Finest]: 2022-09-10 04:18:59.911--ServerSession(1498401570)--Connection(1846614763)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.911--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_PROFILE_GUID") [junit] [EL Finest]: 2022-09-10 04:18:59.911--ServerSession(1498401570)--Connection(14818675)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.911--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.911--ServerSession(1498401570)--Connection(2051550010)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_PROFILE_GUID [junit] [EL Finest]: 2022-09-10 04:18:59.913--ServerSession(1498401570)--Connection(14818675)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.913--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP KEY UNQ_TMP_EMP_0") [junit] [EL Finest]: 2022-09-10 04:18:59.913--ServerSession(1498401570)--Connection(34264652)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.913--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.913--ServerSession(1498401570)--Connection(966802636)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP KEY UNQ_TMP_EMP_0 [junit] [EL Finest]: 2022-09-10 04:18:59.916--ServerSession(1498401570)--Connection(34264652)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.916--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_REVIEW DROP FOREIGN KEY FK_TMP_REVIEW_PATENT_NAME") [junit] [EL Finest]: 2022-09-10 04:18:59.916--ServerSession(1498401570)--Connection(1551722332)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.916--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.916--ServerSession(1498401570)--Connection(1686332995)--Thread(Thread[main,5,main])--ALTER TABLE TMP_REVIEW DROP FOREIGN KEY FK_TMP_REVIEW_PATENT_NAME [junit] [EL Finest]: 2022-09-10 04:18:59.918--ServerSession(1498401570)--Connection(1551722332)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.918--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_REVIEW_DETAILS DROP FOREIGN KEY FK_TMP_REVIEW_DETAILS_REVIEW_ID") [junit] [EL Finest]: 2022-09-10 04:18:59.918--ServerSession(1498401570)--Connection(1034327311)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.918--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.918--ServerSession(1498401570)--Connection(1114131846)--Thread(Thread[main,5,main])--ALTER TABLE TMP_REVIEW_DETAILS DROP FOREIGN KEY FK_TMP_REVIEW_DETAILS_REVIEW_ID [junit] [EL Finest]: 2022-09-10 04:18:59.92--ServerSession(1498401570)--Connection(1034327311)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.92--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_PROJECT_DETAILS DROP FOREIGN KEY FK_TMP_PROJECT_DETAILS_PROJECT_ID") [junit] [EL Finest]: 2022-09-10 04:18:59.92--ServerSession(1498401570)--Connection(1961718033)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.92--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.92--ServerSession(1498401570)--Connection(1953044087)--Thread(Thread[main,5,main])--ALTER TABLE TMP_PROJECT_DETAILS DROP FOREIGN KEY FK_TMP_PROJECT_DETAILS_PROJECT_ID [junit] [EL Finest]: 2022-09-10 04:18:59.922--ServerSession(1498401570)--Connection(1961718033)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.922--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_SAVE_ACC DROP FOREIGN KEY FK_TMP_SAVE_ACC_ACC_NUMBER") [junit] [EL Finest]: 2022-09-10 04:18:59.922--ServerSession(1498401570)--Connection(88573335)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.922--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.922--ServerSession(1498401570)--Connection(966910438)--Thread(Thread[main,5,main])--ALTER TABLE TMP_SAVE_ACC DROP FOREIGN KEY FK_TMP_SAVE_ACC_ACC_NUMBER [junit] [EL Finest]: 2022-09-10 04:18:59.924--ServerSession(1498401570)--Connection(88573335)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.924--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_TASK DROP FOREIGN KEY FK_TMP_TASK_PROJ_ID") [junit] [EL Finest]: 2022-09-10 04:18:59.924--ServerSession(1498401570)--Connection(1726361113)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.924--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.924--ServerSession(1498401570)--Connection(1358847474)--Thread(Thread[main,5,main])--ALTER TABLE TMP_TASK DROP FOREIGN KEY FK_TMP_TASK_PROJ_ID [junit] [EL Finest]: 2022-09-10 04:18:59.926--ServerSession(1498401570)--Connection(1726361113)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.926--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE BYTE_ITEM_ATT DROP FOREIGN KEY FK_BYTE_ITEM_ATT_ITEM_ID") [junit] [EL Finest]: 2022-09-10 04:18:59.926--ServerSession(1498401570)--Connection(71054164)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.926--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.926--ServerSession(1498401570)--Connection(638582764)--Thread(Thread[main,5,main])--ALTER TABLE BYTE_ITEM_ATT DROP FOREIGN KEY FK_BYTE_ITEM_ATT_ITEM_ID [junit] [EL Finest]: 2022-09-10 04:18:59.928--ServerSession(1498401570)--Connection(71054164)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.928--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COP DROP FOREIGN KEY FK_TMP_COP_PARTNER_ID") [junit] [EL Finest]: 2022-09-10 04:18:59.928--ServerSession(1498401570)--Connection(687251464)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.928--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.928--ServerSession(1498401570)--Connection(1910491749)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP DROP FOREIGN KEY FK_TMP_COP_PARTNER_ID [junit] [EL Finest]: 2022-09-10 04:18:59.93--ServerSession(1498401570)--Connection(687251464)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.93--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_PERSON DROP FOREIGN KEY FK_TMP_PERSON_CITY") [junit] [EL Finest]: 2022-09-10 04:18:59.93--ServerSession(1498401570)--Connection(66348462)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.93--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.93--ServerSession(1498401570)--Connection(209128279)--Thread(Thread[main,5,main])--ALTER TABLE TMP_PERSON DROP FOREIGN KEY FK_TMP_PERSON_CITY [junit] [EL Finest]: 2022-09-10 04:18:59.932--ServerSession(1498401570)--Connection(66348462)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.932--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CRIMINAL_ATTACHEDCOP_ID") [junit] [EL Finest]: 2022-09-10 04:18:59.932--ServerSession(1498401570)--Connection(1963645656)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.932--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.932--ServerSession(1498401570)--Connection(1100176029)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CRIMINAL_ATTACHEDCOP_ID [junit] [EL Finest]: 2022-09-10 04:18:59.934--ServerSession(1498401570)--Connection(1963645656)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.934--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CREATURE DROP FOREIGN KEY FK_TMP_CREATURE_WEAPON") [junit] [EL Finest]: 2022-09-10 04:18:59.934--ServerSession(1498401570)--Connection(1966075071)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.934--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.934--ServerSession(1498401570)--Connection(783488821)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CREATURE DROP FOREIGN KEY FK_TMP_CREATURE_WEAPON [junit] [EL Finest]: 2022-09-10 04:18:59.936--ServerSession(1498401570)--Connection(1966075071)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.936--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CREATURE_DETAILS DROP FOREIGN KEY FK_TMP_CREATURE_DETAILS_SECONDTABLE_ID") [junit] [EL Finest]: 2022-09-10 04:18:59.936--ServerSession(1498401570)--Connection(783759938)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.936--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.936--ServerSession(1498401570)--Connection(411802142)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CREATURE_DETAILS DROP FOREIGN KEY FK_TMP_CREATURE_DETAILS_SECONDTABLE_ID [junit] [EL Finest]: 2022-09-10 04:18:59.938--ServerSession(1498401570)--Connection(783759938)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.938--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_MYTHICALCREATURE DROP FOREIGN KEY FK_TMP_MYTHICALCREATURE_ID") [junit] [EL Finest]: 2022-09-10 04:18:59.938--ServerSession(1498401570)--Connection(1243911696)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.938--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.938--ServerSession(1498401570)--Connection(247184928)--Thread(Thread[main,5,main])--ALTER TABLE TMP_MYTHICALCREATURE DROP FOREIGN KEY FK_TMP_MYTHICALCREATURE_ID [junit] [EL Finest]: 2022-09-10 04:18:59.94--ServerSession(1498401570)--Connection(1243911696)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.94--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CASC_NODE DROP FOREIGN KEY FK_TMP_CASC_NODE_DESCRIPTION") [junit] [EL Finest]: 2022-09-10 04:18:59.94--ServerSession(1498401570)--Connection(583997448)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.94--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.94--ServerSession(1498401570)--Connection(1901525199)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CASC_NODE DROP FOREIGN KEY FK_TMP_CASC_NODE_DESCRIPTION [junit] [EL Finest]: 2022-09-10 04:18:59.942--ServerSession(1498401570)--Connection(583997448)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.942--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CASC_NODE DROP FOREIGN KEY FK_TMP_CASC_NODE_PARENT") [junit] [EL Finest]: 2022-09-10 04:18:59.942--ServerSession(1498401570)--Connection(405318481)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.943--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.943--ServerSession(1498401570)--Connection(1585358875)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CASC_NODE DROP FOREIGN KEY FK_TMP_CASC_NODE_PARENT [junit] [EL Finest]: 2022-09-10 04:18:59.944--ServerSession(1498401570)--Connection(405318481)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.945--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_NODE DROP FOREIGN KEY FK_TMP_NODE_PARENT") [junit] [EL Finest]: 2022-09-10 04:18:59.945--ServerSession(1498401570)--Connection(684154003)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.945--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.945--ServerSession(1498401570)--Connection(55711712)--Thread(Thread[main,5,main])--ALTER TABLE TMP_NODE DROP FOREIGN KEY FK_TMP_NODE_PARENT [junit] [EL Finest]: 2022-09-10 04:18:59.946--ServerSession(1498401570)--Connection(684154003)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.946--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_BICYCLE DROP FOREIGN KEY FK_TMP_EMP_BICYCLE_BICYCLE_ID") [junit] [EL Finest]: 2022-09-10 04:18:59.947--ServerSession(1498401570)--Connection(774676004)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.947--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.947--ServerSession(1498401570)--Connection(1037201686)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_BICYCLE DROP FOREIGN KEY FK_TMP_EMP_BICYCLE_BICYCLE_ID [junit] [EL Finest]: 2022-09-10 04:18:59.948--ServerSession(1498401570)--Connection(774676004)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.948--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_BICYCLE DROP FOREIGN KEY FK_TMP_EMP_BICYCLE_EMPLOYEE_ID") [junit] [EL Finest]: 2022-09-10 04:18:59.948--ServerSession(1498401570)--Connection(2114676965)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.948--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.949--ServerSession(1498401570)--Connection(1350561011)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_BICYCLE DROP FOREIGN KEY FK_TMP_EMP_BICYCLE_EMPLOYEE_ID [junit] [EL Finest]: 2022-09-10 04:18:59.95--ServerSession(1498401570)--Connection(2114676965)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.95--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COURSE_EMP DROP FOREIGN KEY FK_TMP_COURSE_EMP_COURSE_ID") [junit] [EL Finest]: 2022-09-10 04:18:59.95--ServerSession(1498401570)--Connection(1314113263)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.95--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.951--ServerSession(1498401570)--Connection(1633989538)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COURSE_EMP DROP FOREIGN KEY FK_TMP_COURSE_EMP_COURSE_ID [junit] [EL Finest]: 2022-09-10 04:18:59.952--ServerSession(1498401570)--Connection(1314113263)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.952--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COURSE_EMP DROP FOREIGN KEY FK_TMP_COURSE_EMP_EMP_ID") [junit] [EL Finest]: 2022-09-10 04:18:59.952--ServerSession(1498401570)--Connection(1498452883)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.952--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.952--ServerSession(1498401570)--Connection(493732536)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COURSE_EMP DROP FOREIGN KEY FK_TMP_COURSE_EMP_EMP_ID [junit] [EL Finest]: 2022-09-10 04:18:59.954--ServerSession(1498401570)--Connection(1498452883)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.954--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_CREDIT DROP FOREIGN KEY FK_TMP_EMP_CREDIT_CREDIT_ID") [junit] [EL Finest]: 2022-09-10 04:18:59.954--ServerSession(1498401570)--Connection(148802311)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.954--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.954--ServerSession(1498401570)--Connection(2069229734)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_CREDIT DROP FOREIGN KEY FK_TMP_EMP_CREDIT_CREDIT_ID [junit] [EL Finest]: 2022-09-10 04:18:59.956--ServerSession(1498401570)--Connection(148802311)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.956--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_CREDIT DROP FOREIGN KEY FK_TMP_EMP_CREDIT_CLIENT_ID") [junit] [EL Finest]: 2022-09-10 04:18:59.956--ServerSession(1498401570)--Connection(1819055096)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.956--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.956--ServerSession(1498401570)--Connection(954764819)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_CREDIT DROP FOREIGN KEY FK_TMP_EMP_CREDIT_CLIENT_ID [junit] [EL Finest]: 2022-09-10 04:18:59.958--ServerSession(1498401570)--Connection(1819055096)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.958--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_HOBBY DROP FOREIGN KEY FK_TMP_EMP_HOBBY_HOBBY_ID") [junit] [EL Finest]: 2022-09-10 04:18:59.958--ServerSession(1498401570)--Connection(387505776)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.958--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.958--ServerSession(1498401570)--Connection(1811698326)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_HOBBY DROP FOREIGN KEY FK_TMP_EMP_HOBBY_HOBBY_ID [junit] [EL Finest]: 2022-09-10 04:18:59.96--ServerSession(1498401570)--Connection(387505776)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.96--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_HOBBY DROP FOREIGN KEY FK_TMP_EMP_HOBBY_EMP_ID") [junit] [EL Finest]: 2022-09-10 04:18:59.96--ServerSession(1498401570)--Connection(340234965)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.96--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.96--ServerSession(1498401570)--Connection(497424937)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_HOBBY DROP FOREIGN KEY FK_TMP_EMP_HOBBY_EMP_ID [junit] [EL Finest]: 2022-09-10 04:18:59.962--ServerSession(1498401570)--Connection(340234965)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.962--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_PATENT DROP FOREIGN KEY FK_TMP_EMP_PATENT_PATENT_NAME") [junit] [EL Finest]: 2022-09-10 04:18:59.962--ServerSession(1498401570)--Connection(1134388380)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.962--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.962--ServerSession(1498401570)--Connection(1850169748)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PATENT DROP FOREIGN KEY FK_TMP_EMP_PATENT_PATENT_NAME [junit] [EL Finest]: 2022-09-10 04:18:59.964--ServerSession(1498401570)--Connection(1134388380)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.964--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_PATENT DROP FOREIGN KEY FK_TMP_EMP_PATENT_EMP_ID") [junit] [EL Finest]: 2022-09-10 04:18:59.964--ServerSession(1498401570)--Connection(839404033)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.964--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.964--ServerSession(1498401570)--Connection(1725382189)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PATENT DROP FOREIGN KEY FK_TMP_EMP_PATENT_EMP_ID [junit] [EL Finest]: 2022-09-10 04:18:59.966--ServerSession(1498401570)--Connection(839404033)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.966--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_PROJECT DROP FOREIGN KEY FK_TMP_EMP_PROJECT_PROJECT_ID") [junit] [EL Finest]: 2022-09-10 04:18:59.966--ServerSession(1498401570)--Connection(99722180)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.966--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.966--ServerSession(1498401570)--Connection(1510527745)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PROJECT DROP FOREIGN KEY FK_TMP_EMP_PROJECT_PROJECT_ID [junit] [EL Finest]: 2022-09-10 04:18:59.968--ServerSession(1498401570)--Connection(99722180)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.968--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_PROJECT DROP FOREIGN KEY FK_TMP_EMP_PROJECT_EMP_ID") [junit] [EL Finest]: 2022-09-10 04:18:59.968--ServerSession(1498401570)--Connection(1398492607)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.968--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.968--ServerSession(1498401570)--Connection(1331108878)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PROJECT DROP FOREIGN KEY FK_TMP_EMP_PROJECT_EMP_ID [junit] [EL Finest]: 2022-09-10 04:18:59.97--ServerSession(1498401570)--Connection(1398492607)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.97--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_REVIEW DROP FOREIGN KEY FK_TMP_EMP_REVIEW_EMP_ID") [junit] [EL Finest]: 2022-09-10 04:18:59.97--ServerSession(1498401570)--Connection(1066504752)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.97--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.97--ServerSession(1498401570)--Connection(1221676704)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_REVIEW DROP FOREIGN KEY FK_TMP_EMP_REVIEW_EMP_ID [junit] [EL Finest]: 2022-09-10 04:18:59.972--ServerSession(1498401570)--Connection(1066504752)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.972--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_REVIEW DROP FOREIGN KEY FK_TMP_EMP_REVIEW_REVIEW_ID") [junit] [EL Finest]: 2022-09-10 04:18:59.972--ServerSession(1498401570)--Connection(1421965867)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.972--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.972--ServerSession(1498401570)--Connection(371694173)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_REVIEW DROP FOREIGN KEY FK_TMP_EMP_REVIEW_REVIEW_ID [junit] [EL Finest]: 2022-09-10 04:18:59.974--ServerSession(1498401570)--Connection(1421965867)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.974--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_OFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_OFFICE_CUBICLE_CUBICLE_PLACE") [junit] [EL Finest]: 2022-09-10 04:18:59.974--ServerSession(1498401570)--Connection(882371818)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.974--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.974--ServerSession(1498401570)--Connection(508067159)--Thread(Thread[main,5,main])--ALTER TABLE TMP_OFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_OFFICE_CUBICLE_CUBICLE_PLACE [junit] [EL Finest]: 2022-09-10 04:18:59.976--ServerSession(1498401570)--Connection(882371818)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.976--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_OFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_OFFICE_CUBICLE_OFFICE_ID") [junit] [EL Finest]: 2022-09-10 04:18:59.976--ServerSession(1498401570)--Connection(1832418971)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.976--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.976--ServerSession(1498401570)--Connection(809960622)--Thread(Thread[main,5,main])--ALTER TABLE TMP_OFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_OFFICE_CUBICLE_OFFICE_ID [junit] [EL Finest]: 2022-09-10 04:18:59.978--ServerSession(1498401570)--Connection(1832418971)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.978--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_VEHICLE_PROFILE DROP FOREIGN KEY FK_TMP_VEHICLE_PROFILE_VEHICLE_ID") [junit] [EL Finest]: 2022-09-10 04:18:59.978--ServerSession(1498401570)--Connection(2111326114)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.978--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.978--ServerSession(1498401570)--Connection(1974623939)--Thread(Thread[main,5,main])--ALTER TABLE TMP_VEHICLE_PROFILE DROP FOREIGN KEY FK_TMP_VEHICLE_PROFILE_VEHICLE_ID [junit] [EL Finest]: 2022-09-10 04:18:59.98--ServerSession(1498401570)--Connection(2111326114)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.98--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_VEHICLE_PROFILE DROP FOREIGN KEY FK_TMP_VEHICLE_PROFILE_PROFILE_ID") [junit] [EL Finest]: 2022-09-10 04:18:59.98--ServerSession(1498401570)--Connection(1413117445)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.98--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.98--ServerSession(1498401570)--Connection(865697287)--Thread(Thread[main,5,main])--ALTER TABLE TMP_VEHICLE_PROFILE DROP FOREIGN KEY FK_TMP_VEHICLE_PROFILE_PROFILE_ID [junit] [EL Finest]: 2022-09-10 04:18:59.982--ServerSession(1498401570)--Connection(1413117445)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.982--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_UCOFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_UCOFFICE_CUBICLE_CUBICLE_PLACE") [junit] [EL Finest]: 2022-09-10 04:18:59.982--ServerSession(1498401570)--Connection(165128275)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.982--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.982--ServerSession(1498401570)--Connection(1908839976)--Thread(Thread[main,5,main])--ALTER TABLE TMP_UCOFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_UCOFFICE_CUBICLE_CUBICLE_PLACE [junit] [EL Finest]: 2022-09-10 04:18:59.984--ServerSession(1498401570)--Connection(165128275)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.984--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_UCOFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_UCOFFICE_CUBICLE_OFFICE_ID") [junit] [EL Finest]: 2022-09-10 04:18:59.984--ServerSession(1498401570)--Connection(612958241)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.984--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.984--ServerSession(1498401570)--Connection(1631298894)--Thread(Thread[main,5,main])--ALTER TABLE TMP_UCOFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_UCOFFICE_CUBICLE_OFFICE_ID [junit] [EL Finest]: 2022-09-10 04:18:59.986--ServerSession(1498401570)--Connection(612958241)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.986--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CITY_TMP_COP DROP FOREIGN KEY FK_TMP_CITY_TMP_COP_City_ID") [junit] [EL Finest]: 2022-09-10 04:18:59.986--ServerSession(1498401570)--Connection(518072030)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.986--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.986--ServerSession(1498401570)--Connection(583852441)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_COP DROP FOREIGN KEY FK_TMP_CITY_TMP_COP_City_ID [junit] [EL Finest]: 2022-09-10 04:18:59.988--ServerSession(1498401570)--Connection(518072030)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.988--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CITY_TMP_COP DROP FOREIGN KEY FK_TMP_CITY_TMP_COP_cops_ID") [junit] [EL Finest]: 2022-09-10 04:18:59.988--ServerSession(1498401570)--Connection(1550575634)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.988--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.988--ServerSession(1498401570)--Connection(435030575)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_COP DROP FOREIGN KEY FK_TMP_CITY_TMP_COP_cops_ID [junit] [EL Finest]: 2022-09-10 04:18:59.99--ServerSession(1498401570)--Connection(1550575634)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.99--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CITY_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CITY_TMP_CRIMINAL_criminals_ID") [junit] [EL Finest]: 2022-09-10 04:18:59.99--ServerSession(1498401570)--Connection(1072499716)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.99--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.991--ServerSession(1498401570)--Connection(1446762148)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CITY_TMP_CRIMINAL_criminals_ID [junit] [EL Finest]: 2022-09-10 04:18:59.992--ServerSession(1498401570)--Connection(1072499716)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.992--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CITY_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CITY_TMP_CRIMINAL_City_ID") [junit] [EL Finest]: 2022-09-10 04:18:59.992--ServerSession(1498401570)--Connection(1946618260)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.992--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.993--ServerSession(1498401570)--Connection(2088857414)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CITY_TMP_CRIMINAL_City_ID [junit] [EL Finest]: 2022-09-10 04:18:59.994--ServerSession(1498401570)--Connection(1946618260)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.994--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COP_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_COP_TMP_CRIMINAL_attachedCriminals_ID") [junit] [EL Finest]: 2022-09-10 04:18:59.995--ServerSession(1498401570)--Connection(88256198)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.995--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.995--ServerSession(1498401570)--Connection(1917717111)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_COP_TMP_CRIMINAL_attachedCriminals_ID [junit] [EL Finest]: 2022-09-10 04:18:59.996--ServerSession(1498401570)--Connection(88256198)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.996--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COP_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_COP_TMP_CRIMINAL_Cop_ID") [junit] [EL Finest]: 2022-09-10 04:18:59.997--ServerSession(1498401570)--Connection(92350773)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.997--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.997--ServerSession(1498401570)--Connection(119445056)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_COP_TMP_CRIMINAL_Cop_ID [junit] [EL Finest]: 2022-09-10 04:18:59.998--ServerSession(1498401570)--Connection(92350773)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.998--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COP_TMP_INFORMER DROP FOREIGN KEY FK_TMP_COP_TMP_INFORMER_Cop_ID") [junit] [EL Finest]: 2022-09-10 04:18:59.999--ServerSession(1498401570)--Connection(691171870)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:18:59.999--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:18:59.999--ServerSession(1498401570)--Connection(1517112814)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_INFORMER DROP FOREIGN KEY FK_TMP_COP_TMP_INFORMER_Cop_ID [junit] [EL Finest]: 2022-09-10 04:19:00.0--ServerSession(1498401570)--Connection(691171870)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.001--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COP_TMP_INFORMER DROP FOREIGN KEY FK_TMP_COP_TMP_INFORMER_informers_ID") [junit] [EL Finest]: 2022-09-10 04:19:00.001--ServerSession(1498401570)--Connection(1246101297)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.001--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.001--ServerSession(1498401570)--Connection(2063059370)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_INFORMER DROP FOREIGN KEY FK_TMP_COP_TMP_INFORMER_informers_ID [junit] [EL Finest]: 2022-09-10 04:19:00.003--ServerSession(1498401570)--Connection(1246101297)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.003--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_INFORMER_TMP_COP DROP FOREIGN KEY FK_TMP_INFORMER_TMP_COP_informingCops_ID") [junit] [EL Finest]: 2022-09-10 04:19:00.003--ServerSession(1498401570)--Connection(1528622589)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.003--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.003--ServerSession(1498401570)--Connection(534955437)--Thread(Thread[main,5,main])--ALTER TABLE TMP_INFORMER_TMP_COP DROP FOREIGN KEY FK_TMP_INFORMER_TMP_COP_informingCops_ID [junit] [EL Finest]: 2022-09-10 04:19:00.005--ServerSession(1498401570)--Connection(1528622589)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.005--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_INFORMER_TMP_COP DROP FOREIGN KEY FK_TMP_INFORMER_TMP_COP_Informer_ID") [junit] [EL Finest]: 2022-09-10 04:19:00.005--ServerSession(1498401570)--Connection(1210205057)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.005--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.005--ServerSession(1498401570)--Connection(1105475717)--Thread(Thread[main,5,main])--ALTER TABLE TMP_INFORMER_TMP_COP DROP FOREIGN KEY FK_TMP_INFORMER_TMP_COP_Informer_ID [junit] [EL Finest]: 2022-09-10 04:19:00.007--ServerSession(1498401570)--Connection(1210205057)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.007--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CRIMINAL_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CRIMINAL_TMP_CRIMINAL_parties_ID") [junit] [EL Finest]: 2022-09-10 04:19:00.007--ServerSession(1498401570)--Connection(1138249201)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.007--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.007--ServerSession(1498401570)--Connection(588801311)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CRIMINAL_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CRIMINAL_TMP_CRIMINAL_parties_ID [junit] [EL Finest]: 2022-09-10 04:19:00.009--ServerSession(1498401570)--Connection(1138249201)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.009--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CRIMINAL_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CRIMINAL_TMP_CRIMINAL_Criminal_ID") [junit] [EL Finest]: 2022-09-10 04:19:00.009--ServerSession(1498401570)--Connection(1185851895)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.009--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.009--ServerSession(1498401570)--Connection(645794976)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CRIMINAL_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CRIMINAL_TMP_CRIMINAL_Criminal_ID [junit] [EL Finest]: 2022-09-10 04:19:00.011--ServerSession(1498401570)--Connection(1185851895)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.011--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CAVE_CREATURE DROP FOREIGN KEY FK_TMP_CAVE_CREATURE_CREATURE_ID") [junit] [EL Finest]: 2022-09-10 04:19:00.011--ServerSession(1498401570)--Connection(216577438)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.011--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.011--ServerSession(1498401570)--Connection(1520808879)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CAVE_CREATURE DROP FOREIGN KEY FK_TMP_CAVE_CREATURE_CREATURE_ID [junit] [EL Finest]: 2022-09-10 04:19:00.013--ServerSession(1498401570)--Connection(216577438)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.013--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CAVE_CREATURE DROP FOREIGN KEY FK_TMP_CAVE_CREATURE_CAVE_ID") [junit] [EL Finest]: 2022-09-10 04:19:00.013--ServerSession(1498401570)--Connection(268630105)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.013--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.013--ServerSession(1498401570)--Connection(1741494589)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CAVE_CREATURE DROP FOREIGN KEY FK_TMP_CAVE_CREATURE_CAVE_ID [junit] [EL Finest]: 2022-09-10 04:19:00.015--ServerSession(1498401570)--Connection(268630105)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.015--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COMPONENT") [junit] [EL Finest]: 2022-09-10 04:19:00.015--ServerSession(1498401570)--Connection(355063092)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.015--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.015--ServerSession(1498401570)--Connection(438448733)--Thread(Thread[main,5,main])--DROP TABLE TMP_COMPONENT [junit] [EL Finest]: 2022-09-10 04:19:00.017--ServerSession(1498401570)--Connection(355063092)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.017--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_METRIC") [junit] [EL Finest]: 2022-09-10 04:19:00.017--ServerSession(1498401570)--Connection(70432899)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.017--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.018--ServerSession(1498401570)--Connection(252297858)--Thread(Thread[main,5,main])--DROP TABLE TMP_METRIC [junit] [EL Finest]: 2022-09-10 04:19:00.02--ServerSession(1498401570)--Connection(70432899)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.02--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ABSTR_EMP") [junit] [EL Finest]: 2022-09-10 04:19:00.02--ServerSession(1498401570)--Connection(1386612163)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.02--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.02--ServerSession(1498401570)--Connection(335204551)--Thread(Thread[main,5,main])--DROP TABLE TMP_ABSTR_EMP [junit] [EL Finest]: 2022-09-10 04:19:00.022--ServerSession(1498401570)--Connection(1386612163)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.022--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CONTRACT_EMP") [junit] [EL Finest]: 2022-09-10 04:19:00.022--ServerSession(1498401570)--Connection(256186736)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.022--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.022--ServerSession(1498401570)--Connection(1249676471)--Thread(Thread[main,5,main])--DROP TABLE TMP_CONTRACT_EMP [junit] [EL Finest]: 2022-09-10 04:19:00.024--ServerSession(1498401570)--Connection(256186736)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.024--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ACCOUNT") [junit] [EL Finest]: 2022-09-10 04:19:00.024--ServerSession(1498401570)--Connection(83375833)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.024--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.024--ServerSession(1498401570)--Connection(709827525)--Thread(Thread[main,5,main])--DROP TABLE TMP_ACCOUNT [junit] [EL Finest]: 2022-09-10 04:19:00.026--ServerSession(1498401570)--Connection(83375833)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.026--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_VEHICLE") [junit] [EL Finest]: 2022-09-10 04:19:00.026--ServerSession(1498401570)--Connection(1293177207)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.026--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.027--ServerSession(1498401570)--Connection(525859363)--Thread(Thread[main,5,main])--DROP TABLE TMP_VEHICLE [junit] [EL Finest]: 2022-09-10 04:19:00.029--ServerSession(1498401570)--Connection(1293177207)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.029--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BROKER_ACC") [junit] [EL Finest]: 2022-09-10 04:19:00.029--ServerSession(1498401570)--Connection(1451732454)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.029--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.029--ServerSession(1498401570)--Connection(1981924343)--Thread(Thread[main,5,main])--DROP TABLE TMP_BROKER_ACC [junit] [EL Finest]: 2022-09-10 04:19:00.031--ServerSession(1498401570)--Connection(1451732454)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.031--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CHECK_ACC") [junit] [EL Finest]: 2022-09-10 04:19:00.031--ServerSession(1498401570)--Connection(1032560110)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.031--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.031--ServerSession(1498401570)--Connection(1171120083)--Thread(Thread[main,5,main])--DROP TABLE TMP_CHECK_ACC [junit] [EL Finest]: 2022-09-10 04:19:00.033--ServerSession(1498401570)--Connection(1032560110)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.033--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COSTCENTER") [junit] [EL Finest]: 2022-09-10 04:19:00.033--ServerSession(1498401570)--Connection(819132906)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.033--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.033--ServerSession(1498401570)--Connection(466262884)--Thread(Thread[main,5,main])--DROP TABLE TMP_COSTCENTER [junit] [EL Finest]: 2022-09-10 04:19:00.035--ServerSession(1498401570)--Connection(819132906)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.035--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COURSE") [junit] [EL Finest]: 2022-09-10 04:19:00.035--ServerSession(1498401570)--Connection(2008027686)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.035--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.035--ServerSession(1498401570)--Connection(946775567)--Thread(Thread[main,5,main])--DROP TABLE TMP_COURSE [junit] [EL Finest]: 2022-09-10 04:19:00.037--ServerSession(1498401570)--Connection(2008027686)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.037--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREDIT_ACC") [junit] [EL Finest]: 2022-09-10 04:19:00.037--ServerSession(1498401570)--Connection(2126608090)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.037--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.037--ServerSession(1498401570)--Connection(869464531)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREDIT_ACC [junit] [EL Finest]: 2022-09-10 04:19:00.039--ServerSession(1498401570)--Connection(2126608090)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.039--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CUBICLE") [junit] [EL Finest]: 2022-09-10 04:19:00.039--ServerSession(1498401570)--Connection(553496382)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.04--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.04--ServerSession(1498401570)--Connection(71681683)--Thread(Thread[main,5,main])--DROP TABLE TMP_CUBICLE [junit] [EL Finest]: 2022-09-10 04:19:00.042--ServerSession(1498401570)--Connection(553496382)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.042--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_DEP") [junit] [EL Finest]: 2022-09-10 04:19:00.042--ServerSession(1498401570)--Connection(1793935907)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.042--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.042--ServerSession(1498401570)--Connection(1085700275)--Thread(Thread[main,5,main])--DROP TABLE TMP_DEP [junit] [EL Finest]: 2022-09-10 04:19:00.044--ServerSession(1498401570)--Connection(1793935907)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.044--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP") [junit] [EL Finest]: 2022-09-10 04:19:00.044--ServerSession(1498401570)--Connection(1556766707)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.044--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.044--ServerSession(1498401570)--Connection(801822521)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP [junit] [EL Finest]: 2022-09-10 04:19:00.047--ServerSession(1498401570)--Connection(1556766707)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.047--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_HOBBY") [junit] [EL Finest]: 2022-09-10 04:19:00.047--ServerSession(1498401570)--Connection(1997725558)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.047--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.047--ServerSession(1498401570)--Connection(244886962)--Thread(Thread[main,5,main])--DROP TABLE TMP_HOBBY [junit] [EL Finest]: 2022-09-10 04:19:00.049--ServerSession(1498401570)--Connection(1997725558)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.049--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_MATERIAL") [junit] [EL Finest]: 2022-09-10 04:19:00.049--ServerSession(1498401570)--Connection(2101325597)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.049--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.049--ServerSession(1498401570)--Connection(906065973)--Thread(Thread[main,5,main])--DROP TABLE TMP_MATERIAL [junit] [EL Finest]: 2022-09-10 04:19:00.051--ServerSession(1498401570)--Connection(2101325597)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.051--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_OFFICE") [junit] [EL Finest]: 2022-09-10 04:19:00.051--ServerSession(1498401570)--Connection(1460026888)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.051--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.051--ServerSession(1498401570)--Connection(1794843661)--Thread(Thread[main,5,main])--DROP TABLE TMP_OFFICE [junit] [EL Finest]: 2022-09-10 04:19:00.053--ServerSession(1498401570)--Connection(1460026888)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.054--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PATENT") [junit] [EL Finest]: 2022-09-10 04:19:00.054--ServerSession(1498401570)--Connection(520474764)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.054--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.054--ServerSession(1498401570)--Connection(745358381)--Thread(Thread[main,5,main])--DROP TABLE TMP_PATENT [junit] [EL Finest]: 2022-09-10 04:19:00.056--ServerSession(1498401570)--Connection(520474764)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.056--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_REVIEW") [junit] [EL Finest]: 2022-09-10 04:19:00.056--ServerSession(1498401570)--Connection(332151172)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.056--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.056--ServerSession(1498401570)--Connection(1430674428)--Thread(Thread[main,5,main])--DROP TABLE TMP_REVIEW [junit] [EL Finest]: 2022-09-10 04:19:00.058--ServerSession(1498401570)--Connection(332151172)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.059--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_REVIEW_DETAILS") [junit] [EL Finest]: 2022-09-10 04:19:00.059--ServerSession(1498401570)--Connection(902427943)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.059--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.059--ServerSession(1498401570)--Connection(1387774425)--Thread(Thread[main,5,main])--DROP TABLE TMP_REVIEW_DETAILS [junit] [EL Finest]: 2022-09-10 04:19:00.061--ServerSession(1498401570)--Connection(902427943)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.061--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROJECT") [junit] [EL Finest]: 2022-09-10 04:19:00.061--ServerSession(1498401570)--Connection(662967389)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.061--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.061--ServerSession(1498401570)--Connection(1272033405)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROJECT [junit] [EL Finest]: 2022-09-10 04:19:00.064--ServerSession(1498401570)--Connection(662967389)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.064--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROJECT_DETAILS") [junit] [EL Finest]: 2022-09-10 04:19:00.064--ServerSession(1498401570)--Connection(1477312973)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.064--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.064--ServerSession(1498401570)--Connection(513413353)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROJECT_DETAILS [junit] [EL Finest]: 2022-09-10 04:19:00.066--ServerSession(1498401570)--Connection(1477312973)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.066--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_SAVE_ACC") [junit] [EL Finest]: 2022-09-10 04:19:00.066--ServerSession(1498401570)--Connection(715093362)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.066--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.066--ServerSession(1498401570)--Connection(1682716048)--Thread(Thread[main,5,main])--DROP TABLE TMP_SAVE_ACC [junit] [EL Finest]: 2022-09-10 04:19:00.068--ServerSession(1498401570)--Connection(715093362)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.068--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TASK") [junit] [EL Finest]: 2022-09-10 04:19:00.068--ServerSession(1498401570)--Connection(1173151026)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.068--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.069--ServerSession(1498401570)--Connection(1082753194)--Thread(Thread[main,5,main])--DROP TABLE TMP_TASK [junit] [EL Finest]: 2022-09-10 04:19:00.071--ServerSession(1498401570)--Connection(1173151026)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.071--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TRAILER") [junit] [EL Finest]: 2022-09-10 04:19:00.071--ServerSession(1498401570)--Connection(400867034)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.071--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.071--ServerSession(1498401570)--Connection(467988572)--Thread(Thread[main,5,main])--DROP TABLE TMP_TRAILER [junit] [EL Finest]: 2022-09-10 04:19:00.073--ServerSession(1498401570)--Connection(400867034)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.073--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROFILE") [junit] [EL Finest]: 2022-09-10 04:19:00.073--ServerSession(1498401570)--Connection(1405230085)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.073--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.073--ServerSession(1498401570)--Connection(1872257073)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROFILE [junit] [EL Finest]: 2022-09-10 04:19:00.075--ServerSession(1498401570)--Connection(1405230085)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.075--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE") [junit] [EL Finest]: 2022-09-10 04:19:00.075--ServerSession(1498401570)--Connection(153580963)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.075--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.075--ServerSession(1498401570)--Connection(621942110)--Thread(Thread[main,5,main])--DROP TABLE TMP_UCOFFICE [junit] [EL Finest]: 2022-09-10 04:19:00.077--ServerSession(1498401570)--Connection(153580963)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.077--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_READONLY") [junit] [EL Finest]: 2022-09-10 04:19:00.077--ServerSession(1498401570)--Connection(1168398461)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.077--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.078--ServerSession(1498401570)--Connection(1890131314)--Thread(Thread[main,5,main])--DROP TABLE TMP_READONLY [junit] [EL Finest]: 2022-09-10 04:19:00.079--ServerSession(1498401570)--Connection(1168398461)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.08--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_FA") [junit] [EL Finest]: 2022-09-10 04:19:00.08--ServerSession(1498401570)--Connection(665696527)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.08--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.08--ServerSession(1498401570)--Connection(534213125)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMBEDD_FA [junit] [EL Finest]: 2022-09-10 04:19:00.082--ServerSession(1498401570)--Connection(665696527)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.082--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_PA") [junit] [EL Finest]: 2022-09-10 04:19:00.082--ServerSession(1498401570)--Connection(1655088254)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.082--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.082--ServerSession(1498401570)--Connection(1178969461)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMBEDD_PA [junit] [EL Finest]: 2022-09-10 04:19:00.084--ServerSession(1498401570)--Connection(1655088254)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.084--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE BYTE_ITEM") [junit] [EL Finest]: 2022-09-10 04:19:00.084--ServerSession(1498401570)--Connection(1017502292)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.084--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.084--ServerSession(1498401570)--Connection(1470148280)--Thread(Thread[main,5,main])--DROP TABLE BYTE_ITEM [junit] [EL Finest]: 2022-09-10 04:19:00.086--ServerSession(1498401570)--Connection(1017502292)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.086--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE BYTE_ITEM_ATT") [junit] [EL Finest]: 2022-09-10 04:19:00.086--ServerSession(1498401570)--Connection(67557666)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.086--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.086--ServerSession(1498401570)--Connection(1442935412)--Thread(Thread[main,5,main])--DROP TABLE BYTE_ITEM_ATT [junit] [EL Finest]: 2022-09-10 04:19:00.088--ServerSession(1498401570)--Connection(67557666)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.088--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ISLAND") [junit] [EL Finest]: 2022-09-10 04:19:00.089--ServerSession(1498401570)--Connection(298893301)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.089--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.089--ServerSession(1498401570)--Connection(1277160809)--Thread(Thread[main,5,main])--DROP TABLE TMP_ISLAND [junit] [EL Finest]: 2022-09-10 04:19:00.091--ServerSession(1498401570)--Connection(298893301)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.091--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY") [junit] [EL Finest]: 2022-09-10 04:19:00.091--ServerSession(1498401570)--Connection(950954487)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.091--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.091--ServerSession(1498401570)--Connection(199868206)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY [junit] [EL Finest]: 2022-09-10 04:19:00.093--ServerSession(1498401570)--Connection(950954487)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.093--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP") [junit] [EL Finest]: 2022-09-10 04:19:00.093--ServerSession(1498401570)--Connection(1262399289)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.093--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.093--ServerSession(1498401570)--Connection(224950719)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP [junit] [EL Finest]: 2022-09-10 04:19:00.095--ServerSession(1498401570)--Connection(1262399289)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.095--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PERSON") [junit] [EL Finest]: 2022-09-10 04:19:00.095--ServerSession(1498401570)--Connection(259237839)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.095--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.095--ServerSession(1498401570)--Connection(1100517919)--Thread(Thread[main,5,main])--DROP TABLE TMP_PERSON [junit] [EL Finest]: 2022-09-10 04:19:00.097--ServerSession(1498401570)--Connection(259237839)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.097--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_INFORMER") [junit] [EL Finest]: 2022-09-10 04:19:00.097--ServerSession(1498401570)--Connection(866488267)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.097--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.098--ServerSession(1498401570)--Connection(917040074)--Thread(Thread[main,5,main])--DROP TABLE TMP_INFORMER [junit] [EL Finest]: 2022-09-10 04:19:00.099--ServerSession(1498401570)--Connection(866488267)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.099--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL") [junit] [EL Finest]: 2022-09-10 04:19:00.099--ServerSession(1498401570)--Connection(1552840327)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.1--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.1--ServerSession(1498401570)--Connection(755576935)--Thread(Thread[main,5,main])--DROP TABLE TMP_CRIMINAL [junit] [EL Finest]: 2022-09-10 04:19:00.102--ServerSession(1498401570)--Connection(1552840327)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.102--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CAVE") [junit] [EL Finest]: 2022-09-10 04:19:00.102--ServerSession(1498401570)--Connection(1407003104)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.102--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.102--ServerSession(1498401570)--Connection(926134772)--Thread(Thread[main,5,main])--DROP TABLE TMP_CAVE [junit] [EL Finest]: 2022-09-10 04:19:00.104--ServerSession(1498401570)--Connection(1407003104)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.104--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREATURE") [junit] [EL Finest]: 2022-09-10 04:19:00.104--ServerSession(1498401570)--Connection(1950052389)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.104--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.104--ServerSession(1498401570)--Connection(1588446023)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREATURE [junit] [EL Finest]: 2022-09-10 04:19:00.106--ServerSession(1498401570)--Connection(1950052389)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.106--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREATURE_DETAILS") [junit] [EL Finest]: 2022-09-10 04:19:00.106--ServerSession(1498401570)--Connection(1467394552)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.106--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.106--ServerSession(1498401570)--Connection(1735520170)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREATURE_DETAILS [junit] [EL Finest]: 2022-09-10 04:19:00.108--ServerSession(1498401570)--Connection(1467394552)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.108--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_MYTHICALCREATURE") [junit] [EL Finest]: 2022-09-10 04:19:00.108--ServerSession(1498401570)--Connection(1142006014)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.108--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.108--ServerSession(1498401570)--Connection(745868137)--Thread(Thread[main,5,main])--DROP TABLE TMP_MYTHICALCREATURE [junit] [EL Finest]: 2022-09-10 04:19:00.11--ServerSession(1498401570)--Connection(1142006014)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.11--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_WEAPON") [junit] [EL Finest]: 2022-09-10 04:19:00.11--ServerSession(1498401570)--Connection(769354865)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.11--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.11--ServerSession(1498401570)--Connection(703665376)--Thread(Thread[main,5,main])--DROP TABLE TMP_WEAPON [junit] [EL Finest]: 2022-09-10 04:19:00.112--ServerSession(1498401570)--Connection(769354865)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.112--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE") [junit] [EL Finest]: 2022-09-10 04:19:00.112--ServerSession(1498401570)--Connection(1600888965)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.113--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.113--ServerSession(1498401570)--Connection(2115824028)--Thread(Thread[main,5,main])--DROP TABLE TMP_CASC_NODE [junit] [EL Finest]: 2022-09-10 04:19:00.115--ServerSession(1498401570)--Connection(1600888965)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.115--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE_DESC") [junit] [EL Finest]: 2022-09-10 04:19:00.115--ServerSession(1498401570)--Connection(586212137)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.115--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.115--ServerSession(1498401570)--Connection(993640162)--Thread(Thread[main,5,main])--DROP TABLE TMP_CASC_NODE_DESC [junit] [EL Finest]: 2022-09-10 04:19:00.117--ServerSession(1498401570)--Connection(586212137)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.117--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_NODE") [junit] [EL Finest]: 2022-09-10 04:19:00.117--ServerSession(1498401570)--Connection(1304803463)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.117--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.117--ServerSession(1498401570)--Connection(998101363)--Thread(Thread[main,5,main])--DROP TABLE TMP_NODE [junit] [EL Finest]: 2022-09-10 04:19:00.119--ServerSession(1498401570)--Connection(1304803463)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.119--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_NASTY") [junit] [EL Finest]: 2022-09-10 04:19:00.119--ServerSession(1498401570)--Connection(841323501)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.119--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.119--ServerSession(1498401570)--Connection(1728457363)--Thread(Thread[main,5,main])--DROP TABLE TMP_NASTY [junit] [EL Finest]: 2022-09-10 04:19:00.121--ServerSession(1498401570)--Connection(841323501)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.121--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TIMESTAMP") [junit] [EL Finest]: 2022-09-10 04:19:00.121--ServerSession(1498401570)--Connection(1776486626)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.121--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.122--ServerSession(1498401570)--Connection(1063777791)--Thread(Thread[main,5,main])--DROP TABLE TMP_TIMESTAMP [junit] [EL Finest]: 2022-09-10 04:19:00.123--ServerSession(1498401570)--Connection(1776486626)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.123--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:00.124--ServerSession(1498401570)--Connection(552015146)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.124--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.124--ServerSession(1498401570)--Connection(540005572)--Thread(Thread[main,5,main])--DROP TABLE TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:00.126--ServerSession(1498401570)--Connection(552015146)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.126--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_PA") [junit] [EL Finest]: 2022-09-10 04:19:00.126--ServerSession(1498401570)--Connection(1733110667)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.126--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.126--ServerSession(1498401570)--Connection(966416978)--Thread(Thread[main,5,main])--DROP TABLE TMP_BASIC_TYPES_PA [junit] [EL Finest]: 2022-09-10 04:19:00.128--ServerSession(1498401570)--Connection(1733110667)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.128--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TEMPORAL_FA") [junit] [EL Finest]: 2022-09-10 04:19:00.129--ServerSession(1498401570)--Connection(1051589563)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.129--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.129--ServerSession(1498401570)--Connection(1427013366)--Thread(Thread[main,5,main])--DROP TABLE TMP_TEMPORAL_FA [junit] [EL Finest]: 2022-09-10 04:19:00.131--ServerSession(1498401570)--Connection(1051589563)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.131--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ANIMAL") [junit] [EL Finest]: 2022-09-10 04:19:00.131--ServerSession(1498401570)--Connection(156321306)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.131--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.131--ServerSession(1498401570)--Connection(789475336)--Thread(Thread[main,5,main])--DROP TABLE TMP_ANIMAL [junit] [EL Finest]: 2022-09-10 04:19:00.133--ServerSession(1498401570)--Connection(156321306)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.133--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ELEMENT") [junit] [EL Finest]: 2022-09-10 04:19:00.134--ServerSession(1498401570)--Connection(1807780471)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.134--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.134--ServerSession(1498401570)--Connection(932325687)--Thread(Thread[main,5,main])--DROP TABLE TMP_ELEMENT [junit] [EL Finest]: 2022-09-10 04:19:00.136--ServerSession(1498401570)--Connection(1807780471)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.136--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PLANT") [junit] [EL Finest]: 2022-09-10 04:19:00.136--ServerSession(1498401570)--Connection(1743437314)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.136--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.136--ServerSession(1498401570)--Connection(1100474457)--Thread(Thread[main,5,main])--DROP TABLE TMP_PLANT [junit] [EL Finest]: 2022-09-10 04:19:00.138--ServerSession(1498401570)--Connection(1743437314)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.138--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_BICYCLE") [junit] [EL Finest]: 2022-09-10 04:19:00.138--ServerSession(1498401570)--Connection(2037601809)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.138--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.138--ServerSession(1498401570)--Connection(123251782)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_BICYCLE [junit] [EL Finest]: 2022-09-10 04:19:00.14--ServerSession(1498401570)--Connection(2037601809)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.14--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COURSE_EMP") [junit] [EL Finest]: 2022-09-10 04:19:00.14--ServerSession(1498401570)--Connection(975069095)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.14--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.141--ServerSession(1498401570)--Connection(2020015678)--Thread(Thread[main,5,main])--DROP TABLE TMP_COURSE_EMP [junit] [EL Finest]: 2022-09-10 04:19:00.143--ServerSession(1498401570)--Connection(975069095)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.143--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_CREDIT") [junit] [EL Finest]: 2022-09-10 04:19:00.143--ServerSession(1498401570)--Connection(712723382)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.143--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.143--ServerSession(1498401570)--Connection(1705236425)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_CREDIT [junit] [EL Finest]: 2022-09-10 04:19:00.145--ServerSession(1498401570)--Connection(712723382)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.145--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_HOBBY") [junit] [EL Finest]: 2022-09-10 04:19:00.145--ServerSession(1498401570)--Connection(1075676110)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.145--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.145--ServerSession(1498401570)--Connection(997919131)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_HOBBY [junit] [EL Finest]: 2022-09-10 04:19:00.147--ServerSession(1498401570)--Connection(1075676110)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.147--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_PATENT") [junit] [EL Finest]: 2022-09-10 04:19:00.147--ServerSession(1498401570)--Connection(477541118)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.147--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.148--ServerSession(1498401570)--Connection(2141341498)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_PATENT [junit] [EL Finest]: 2022-09-10 04:19:00.151--ServerSession(1498401570)--Connection(477541118)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.151--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_PROJECT") [junit] [EL Finest]: 2022-09-10 04:19:00.151--ServerSession(1498401570)--Connection(347035587)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.151--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.151--ServerSession(1498401570)--Connection(2035894779)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_PROJECT [junit] [EL Finest]: 2022-09-10 04:19:00.153--ServerSession(1498401570)--Connection(347035587)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.153--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_REVIEW") [junit] [EL Finest]: 2022-09-10 04:19:00.154--ServerSession(1498401570)--Connection(1190097728)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.154--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.154--ServerSession(1498401570)--Connection(1976233207)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_REVIEW [junit] [EL Finest]: 2022-09-10 04:19:00.156--ServerSession(1498401570)--Connection(1190097728)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.156--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_OFFICE_CUBICLE") [junit] [EL Finest]: 2022-09-10 04:19:00.156--ServerSession(1498401570)--Connection(303831560)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.156--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.156--ServerSession(1498401570)--Connection(806609384)--Thread(Thread[main,5,main])--DROP TABLE TMP_OFFICE_CUBICLE [junit] [EL Finest]: 2022-09-10 04:19:00.158--ServerSession(1498401570)--Connection(303831560)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.158--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_VEHICLE_PROFILE") [junit] [EL Finest]: 2022-09-10 04:19:00.158--ServerSession(1498401570)--Connection(334592911)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.158--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.158--ServerSession(1498401570)--Connection(1019397304)--Thread(Thread[main,5,main])--DROP TABLE TMP_VEHICLE_PROFILE [junit] [EL Finest]: 2022-09-10 04:19:00.16--ServerSession(1498401570)--Connection(334592911)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.16--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE_CUBICLE") [junit] [EL Finest]: 2022-09-10 04:19:00.16--ServerSession(1498401570)--Connection(124880290)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.16--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.161--ServerSession(1498401570)--Connection(767321840)--Thread(Thread[main,5,main])--DROP TABLE TMP_UCOFFICE_CUBICLE [junit] [EL Finest]: 2022-09-10 04:19:00.162--ServerSession(1498401570)--Connection(124880290)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.163--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_COP") [junit] [EL Finest]: 2022-09-10 04:19:00.163--ServerSession(1498401570)--Connection(1280821776)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.163--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.163--ServerSession(1498401570)--Connection(34782860)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY_TMP_COP [junit] [EL Finest]: 2022-09-10 04:19:00.165--ServerSession(1498401570)--Connection(1280821776)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.165--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_CRIMINAL") [junit] [EL Finest]: 2022-09-10 04:19:00.165--ServerSession(1498401570)--Connection(168703427)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.165--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.165--ServerSession(1498401570)--Connection(494865616)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY_TMP_CRIMINAL [junit] [EL Finest]: 2022-09-10 04:19:00.167--ServerSession(1498401570)--Connection(168703427)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.167--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_CRIMINAL") [junit] [EL Finest]: 2022-09-10 04:19:00.167--ServerSession(1498401570)--Connection(1793450447)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.167--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.167--ServerSession(1498401570)--Connection(261716431)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP_TMP_CRIMINAL [junit] [EL Finest]: 2022-09-10 04:19:00.169--ServerSession(1498401570)--Connection(1793450447)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.169--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_INFORMER") [junit] [EL Finest]: 2022-09-10 04:19:00.169--ServerSession(1498401570)--Connection(1231029475)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.169--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.169--ServerSession(1498401570)--Connection(234048257)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP_TMP_INFORMER [junit] [EL Finest]: 2022-09-10 04:19:00.171--ServerSession(1498401570)--Connection(1231029475)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.171--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_INFORMER_TMP_COP") [junit] [EL Finest]: 2022-09-10 04:19:00.171--ServerSession(1498401570)--Connection(1186984840)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.171--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.172--ServerSession(1498401570)--Connection(1367544605)--Thread(Thread[main,5,main])--DROP TABLE TMP_INFORMER_TMP_COP [junit] [EL Finest]: 2022-09-10 04:19:00.173--ServerSession(1498401570)--Connection(1186984840)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.174--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL") [junit] [EL Finest]: 2022-09-10 04:19:00.174--ServerSession(1498401570)--Connection(1348009723)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.174--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.174--ServerSession(1498401570)--Connection(428475414)--Thread(Thread[main,5,main])--DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL [junit] [EL Finest]: 2022-09-10 04:19:00.176--ServerSession(1498401570)--Connection(1348009723)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.176--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CAVE_CREATURE") [junit] [EL Finest]: 2022-09-10 04:19:00.176--ServerSession(1498401570)--Connection(1916766608)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.176--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.176--ServerSession(1498401570)--Connection(1004308853)--Thread(Thread[main,5,main])--DROP TABLE TMP_CAVE_CREATURE [junit] [EL Finest]: 2022-09-10 04:19:00.178--ServerSession(1498401570)--Connection(1916766608)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.178--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_COMPONENT (ID BIGINT NOT NULL, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.178--ServerSession(1498401570)--Connection(1948950538)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.178--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.178--ServerSession(1498401570)--Connection(736233691)--Thread(Thread[main,5,main])--CREATE TABLE TMP_COMPONENT (ID BIGINT NOT NULL, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.182--ServerSession(1498401570)--Connection(1948950538)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.182--Thread(Thread[main,5,main])--The table (TMP_COMPONENT) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.182--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_METRIC (INSPECTION_ID BIGINT NOT NULL, COMPONENT_ID BIGINT NOT NULL, NAME VARCHAR(255) NOT NULL, TYPE VARCHAR(30), FLOATVALUE FLOAT, PRIMARY KEY (INSPECTION_ID, COMPONENT_ID, NAME))") [junit] [EL Finest]: 2022-09-10 04:19:00.182--ServerSession(1498401570)--Connection(996328734)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.182--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.182--ServerSession(1498401570)--Connection(8238713)--Thread(Thread[main,5,main])--CREATE TABLE TMP_METRIC (INSPECTION_ID BIGINT NOT NULL, COMPONENT_ID BIGINT NOT NULL, NAME VARCHAR(255) NOT NULL, TYPE VARCHAR(30), FLOATVALUE FLOAT, PRIMARY KEY (INSPECTION_ID, COMPONENT_ID, NAME)) [junit] [EL Finest]: 2022-09-10 04:19:00.186--ServerSession(1498401570)--Connection(996328734)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.186--Thread(Thread[main,5,main])--The table (TMP_METRIC) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.186--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_ABSTR_EMP (ID INTEGER NOT NULL, EMP_TYPE INTEGER, NAME VARCHAR(255), S_DATE DATE, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.186--ServerSession(1498401570)--Connection(49322247)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.186--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.187--ServerSession(1498401570)--Connection(1867721054)--Thread(Thread[main,5,main])--CREATE TABLE TMP_ABSTR_EMP (ID INTEGER NOT NULL, EMP_TYPE INTEGER, NAME VARCHAR(255), S_DATE DATE, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.19--ServerSession(1498401570)--Connection(49322247)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.19--Thread(Thread[main,5,main])--The table (TMP_ABSTR_EMP) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.19--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CONTRACT_EMP (ID INTEGER NOT NULL, D_RATE INTEGER, TERM INTEGER, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.19--ServerSession(1498401570)--Connection(1227700386)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.19--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.19--ServerSession(1498401570)--Connection(1069736192)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CONTRACT_EMP (ID INTEGER NOT NULL, D_RATE INTEGER, TERM INTEGER, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.194--ServerSession(1498401570)--Connection(1227700386)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.194--Thread(Thread[main,5,main])--The table (TMP_CONTRACT_EMP) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.194--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_ACCOUNT (ACC_NUMBER BIGINT NOT NULL, TYPE VARCHAR(31), BALANCE DOUBLE, OWNER VARCHAR(255), PRIMARY KEY (ACC_NUMBER))") [junit] [EL Finest]: 2022-09-10 04:19:00.194--ServerSession(1498401570)--Connection(1137069423)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.194--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.194--ServerSession(1498401570)--Connection(1797553910)--Thread(Thread[main,5,main])--CREATE TABLE TMP_ACCOUNT (ACC_NUMBER BIGINT NOT NULL, TYPE VARCHAR(31), BALANCE DOUBLE, OWNER VARCHAR(255), PRIMARY KEY (ACC_NUMBER)) [junit] [EL Finest]: 2022-09-10 04:19:00.198--ServerSession(1498401570)--Connection(1137069423)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.198--Thread(Thread[main,5,main])--The table (TMP_ACCOUNT) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.198--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_VEHICLE (ID SMALLINT NOT NULL, DTYPE INTEGER, BRAND VARCHAR(255), COLOR VARCHAR(255), VERSION INTEGER, NUM_GEARS SMALLINT, LICENSE_PLATE VARCHAR(255), MODEL VARCHAR(255), TRANSMISSION_TYPE VARCHAR(255), EMPLOYEE_ID INTEGER, TOP_SPEED SMALLINT, MAX_LOAD SMALLINT, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.198--ServerSession(1498401570)--Connection(2118912967)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.198--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.198--ServerSession(1498401570)--Connection(911673654)--Thread(Thread[main,5,main])--CREATE TABLE TMP_VEHICLE (ID SMALLINT NOT NULL, DTYPE INTEGER, BRAND VARCHAR(255), COLOR VARCHAR(255), VERSION INTEGER, NUM_GEARS SMALLINT, LICENSE_PLATE VARCHAR(255), MODEL VARCHAR(255), TRANSMISSION_TYPE VARCHAR(255), EMPLOYEE_ID INTEGER, TOP_SPEED SMALLINT, MAX_LOAD SMALLINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.202--ServerSession(1498401570)--Connection(2118912967)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.202--Thread(Thread[main,5,main])--The table (TMP_VEHICLE) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.202--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_BROKER_ACC (ACC_NUMBER BIGINT NOT NULL, RISKLEVEL VARCHAR(255), PRIMARY KEY (ACC_NUMBER))") [junit] [EL Finest]: 2022-09-10 04:19:00.202--ServerSession(1498401570)--Connection(317794116)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.202--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.202--ServerSession(1498401570)--Connection(476152469)--Thread(Thread[main,5,main])--CREATE TABLE TMP_BROKER_ACC (ACC_NUMBER BIGINT NOT NULL, RISKLEVEL VARCHAR(255), PRIMARY KEY (ACC_NUMBER)) [junit] [EL Finest]: 2022-09-10 04:19:00.206--ServerSession(1498401570)--Connection(317794116)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.206--Thread(Thread[main,5,main])--The table (TMP_BROKER_ACC) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.206--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CHECK_ACC (ACC_NUMBER BIGINT NOT NULL, BANKID VARCHAR(255), BANK_NAME VARCHAR(255), CREDITLIMIT DOUBLE, CLIENT_ID INTEGER, PRIMARY KEY (ACC_NUMBER))") [junit] [EL Finest]: 2022-09-10 04:19:00.206--ServerSession(1498401570)--Connection(1270490884)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.206--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.206--ServerSession(1498401570)--Connection(1532977612)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CHECK_ACC (ACC_NUMBER BIGINT NOT NULL, BANKID VARCHAR(255), BANK_NAME VARCHAR(255), CREDITLIMIT DOUBLE, CLIENT_ID INTEGER, PRIMARY KEY (ACC_NUMBER)) [junit] [EL Finest]: 2022-09-10 04:19:00.211--ServerSession(1498401570)--Connection(1270490884)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.211--Thread(Thread[main,5,main])--The table (TMP_CHECK_ACC) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.211--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_COSTCENTER (ID INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.211--ServerSession(1498401570)--Connection(610844900)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.211--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.211--ServerSession(1498401570)--Connection(77173924)--Thread(Thread[main,5,main])--CREATE TABLE TMP_COSTCENTER (ID INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.215--ServerSession(1498401570)--Connection(610844900)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.215--Thread(Thread[main,5,main])--The table (TMP_COSTCENTER) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.215--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_COURSE (COURSE_ID BIGINT NOT NULL, PRIMARY KEY (COURSE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.216--ServerSession(1498401570)--Connection(1610143599)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.216--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.216--ServerSession(1498401570)--Connection(395068544)--Thread(Thread[main,5,main])--CREATE TABLE TMP_COURSE (COURSE_ID BIGINT NOT NULL, PRIMARY KEY (COURSE_ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.228--ServerSession(1498401570)--Connection(1610143599)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.228--Thread(Thread[main,5,main])--The table (TMP_COURSE) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.228--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CREDIT_ACC (CCA_ID BIGINT NOT NULL, CARDNUMBER BIGINT, CARDTYPE VARCHAR(255), VALIDTO DATE, PRIMARY KEY (CCA_ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.228--ServerSession(1498401570)--Connection(1501618847)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.228--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.228--ServerSession(1498401570)--Connection(752686443)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CREDIT_ACC (CCA_ID BIGINT NOT NULL, CARDNUMBER BIGINT, CARDTYPE VARCHAR(255), VALIDTO DATE, PRIMARY KEY (CCA_ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.232--ServerSession(1498401570)--Connection(1501618847)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.232--Thread(Thread[main,5,main])--The table (TMP_CREDIT_ACC) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.232--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CUBICLE (PLACE INTEGER NOT NULL, FLOOR INTEGER NOT NULL, COLOR VARCHAR(255), PRIMARY KEY (PLACE, FLOOR))") [junit] [EL Finest]: 2022-09-10 04:19:00.232--ServerSession(1498401570)--Connection(105451526)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.232--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.232--ServerSession(1498401570)--Connection(1123757033)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CUBICLE (PLACE INTEGER NOT NULL, FLOOR INTEGER NOT NULL, COLOR VARCHAR(255), PRIMARY KEY (PLACE, FLOOR)) [junit] [EL Finest]: 2022-09-10 04:19:00.236--ServerSession(1498401570)--Connection(105451526)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.236--Thread(Thread[main,5,main])--The table (TMP_CUBICLE) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.236--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_DEP (ID INTEGER NOT NULL, NAME VARCHAR(255), VERSION SMALLINT, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.236--ServerSession(1498401570)--Connection(1592602335)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.236--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.236--ServerSession(1498401570)--Connection(1163059848)--Thread(Thread[main,5,main])--CREATE TABLE TMP_DEP (ID INTEGER NOT NULL, NAME VARCHAR(255), VERSION SMALLINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.24--ServerSession(1498401570)--Connection(1592602335)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.24--Thread(Thread[main,5,main])--The table (TMP_DEP) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.24--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_EMP (ID INTEGER NOT NULL, FIRSTNAME VARCHAR(255), LASTNAME VARCHAR(255), SALARY DECIMAL(38), EMP_END DATETIME, EMP_START DATETIME, COSTCENTER INTEGER, DEPARTMENT INTEGER, BROKERAGE_ACCOUNT BIGINT, CUBICLE_FLOOR INTEGER, CUBICLE_PLACE INTEGER, SAMPLE_ACCOUNT BIGINT, PROFILE_GUID binary(16), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.24--ServerSession(1498401570)--Connection(1808324797)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.24--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.24--ServerSession(1498401570)--Connection(962339310)--Thread(Thread[main,5,main])--CREATE TABLE TMP_EMP (ID INTEGER NOT NULL, FIRSTNAME VARCHAR(255), LASTNAME VARCHAR(255), SALARY DECIMAL(38), EMP_END DATETIME, EMP_START DATETIME, COSTCENTER INTEGER, DEPARTMENT INTEGER, BROKERAGE_ACCOUNT BIGINT, CUBICLE_FLOOR INTEGER, CUBICLE_PLACE INTEGER, SAMPLE_ACCOUNT BIGINT, PROFILE_GUID binary(16), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.244--ServerSession(1498401570)--Connection(1808324797)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.244--Thread(Thread[main,5,main])--The table (TMP_EMP) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.244--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_HOBBY (ID VARCHAR(255) NOT NULL, CATEGORY VARCHAR(255), DESCRIPTION VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.244--ServerSession(1498401570)--Connection(1262371411)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.244--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.244--ServerSession(1498401570)--Connection(330652043)--Thread(Thread[main,5,main])--CREATE TABLE TMP_HOBBY (ID VARCHAR(255) NOT NULL, CATEGORY VARCHAR(255), DESCRIPTION VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.248--ServerSession(1498401570)--Connection(1262371411)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.248--Thread(Thread[main,5,main])--The table (TMP_HOBBY) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.248--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_MATERIAL (COURSE_ID BIGINT NOT NULL, DATA LONGBLOB, PRIMARY KEY (COURSE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.248--ServerSession(1498401570)--Connection(949657590)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.248--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.248--ServerSession(1498401570)--Connection(22737007)--Thread(Thread[main,5,main])--CREATE TABLE TMP_MATERIAL (COURSE_ID BIGINT NOT NULL, DATA LONGBLOB, PRIMARY KEY (COURSE_ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.251--ServerSession(1498401570)--Connection(949657590)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.251--Thread(Thread[main,5,main])--The table (TMP_MATERIAL) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.252--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_OFFICE (ID INTEGER NOT NULL, CAPACITY BIGINT, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.252--ServerSession(1498401570)--Connection(1613856232)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.252--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.252--ServerSession(1498401570)--Connection(910041097)--Thread(Thread[main,5,main])--CREATE TABLE TMP_OFFICE (ID INTEGER NOT NULL, CAPACITY BIGINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.255--ServerSession(1498401570)--Connection(1613856232)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.255--Thread(Thread[main,5,main])--The table (TMP_OFFICE) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.255--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_PATENT (PAT_ASSIGNATION DATE, PAT_DESCRIPTION VARCHAR(255), PAT_NAME VARCHAR(255) NOT NULL, PAT_YEAR INTEGER NOT NULL, PRIMARY KEY (PAT_NAME, PAT_YEAR))") [junit] [EL Finest]: 2022-09-10 04:19:00.255--ServerSession(1498401570)--Connection(1562381774)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.255--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.255--ServerSession(1498401570)--Connection(442060811)--Thread(Thread[main,5,main])--CREATE TABLE TMP_PATENT (PAT_ASSIGNATION DATE, PAT_DESCRIPTION VARCHAR(255), PAT_NAME VARCHAR(255) NOT NULL, PAT_YEAR INTEGER NOT NULL, PRIMARY KEY (PAT_NAME, PAT_YEAR)) [junit] [EL Finest]: 2022-09-10 04:19:00.259--ServerSession(1498401570)--Connection(1562381774)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.259--Thread(Thread[main,5,main])--The table (TMP_PATENT) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.259--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_REVIEW (ID INTEGER NOT NULL, DTYPE VARCHAR(31), REVIEWDATE DATE, TEXT VARCHAR(255), VERSION INTEGER, PATENT_YEAR INTEGER, PATENT_NAME VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.259--ServerSession(1498401570)--Connection(182834500)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.259--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.259--ServerSession(1498401570)--Connection(1525421339)--Thread(Thread[main,5,main])--CREATE TABLE TMP_REVIEW (ID INTEGER NOT NULL, DTYPE VARCHAR(31), REVIEWDATE DATE, TEXT VARCHAR(255), VERSION INTEGER, PATENT_YEAR INTEGER, PATENT_NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.263--ServerSession(1498401570)--Connection(182834500)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.263--Thread(Thread[main,5,main])--The table (TMP_REVIEW) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.263--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_REVIEW_DETAILS (REVIEW_ID INTEGER NOT NULL, SUCCESSRATE SMALLINT, PRIMARY KEY (REVIEW_ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.263--ServerSession(1498401570)--Connection(810695005)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.263--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.263--ServerSession(1498401570)--Connection(170698369)--Thread(Thread[main,5,main])--CREATE TABLE TMP_REVIEW_DETAILS (REVIEW_ID INTEGER NOT NULL, SUCCESSRATE SMALLINT, PRIMARY KEY (REVIEW_ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.267--ServerSession(1498401570)--Connection(810695005)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.267--Thread(Thread[main,5,main])--The table (TMP_REVIEW_DETAILS) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.267--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_PROJECT (ID INTEGER NOT NULL, PROJ_NAME VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.267--ServerSession(1498401570)--Connection(2119663341)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.267--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.267--ServerSession(1498401570)--Connection(295749384)--Thread(Thread[main,5,main])--CREATE TABLE TMP_PROJECT (ID INTEGER NOT NULL, PROJ_NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.27--ServerSession(1498401570)--Connection(2119663341)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.27--Thread(Thread[main,5,main])--The table (TMP_PROJECT) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.27--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_PROJECT_DETAILS (PROJECT_ID INTEGER NOT NULL, PLANNED_DAYS INTEGER, USED_DAYS INTEGER, PRIMARY KEY (PROJECT_ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.27--ServerSession(1498401570)--Connection(1543420346)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.27--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.27--ServerSession(1498401570)--Connection(1290911050)--Thread(Thread[main,5,main])--CREATE TABLE TMP_PROJECT_DETAILS (PROJECT_ID INTEGER NOT NULL, PLANNED_DAYS INTEGER, USED_DAYS INTEGER, PRIMARY KEY (PROJECT_ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.274--ServerSession(1498401570)--Connection(1543420346)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.274--Thread(Thread[main,5,main])--The table (TMP_PROJECT_DETAILS) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.274--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_SAVE_ACC (ACC_NUMBER BIGINT NOT NULL, BANKID VARCHAR(255), BANKNAME VARCHAR(255), INTERESTRATE FLOAT, PRIMARY KEY (ACC_NUMBER))") [junit] [EL Finest]: 2022-09-10 04:19:00.274--ServerSession(1498401570)--Connection(1782724863)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.274--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.275--ServerSession(1498401570)--Connection(731431696)--Thread(Thread[main,5,main])--CREATE TABLE TMP_SAVE_ACC (ACC_NUMBER BIGINT NOT NULL, BANKID VARCHAR(255), BANKNAME VARCHAR(255), INTERESTRATE FLOAT, PRIMARY KEY (ACC_NUMBER)) [junit] [EL Finest]: 2022-09-10 04:19:00.278--ServerSession(1498401570)--Connection(1782724863)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.278--Thread(Thread[main,5,main])--The table (TMP_SAVE_ACC) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.278--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_TASK (TASK_ID INTEGER NOT NULL, DESCRIPTION VARCHAR(255), PROJ_ID INTEGER NOT NULL, PRIMARY KEY (TASK_ID, PROJ_ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.278--ServerSession(1498401570)--Connection(1573405835)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.278--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.278--ServerSession(1498401570)--Connection(807771233)--Thread(Thread[main,5,main])--CREATE TABLE TMP_TASK (TASK_ID INTEGER NOT NULL, DESCRIPTION VARCHAR(255), PROJ_ID INTEGER NOT NULL, PRIMARY KEY (TASK_ID, PROJ_ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.282--ServerSession(1498401570)--Connection(1573405835)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.282--Thread(Thread[main,5,main])--The table (TMP_TASK) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.282--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_TRAILER (LOAD1 INTEGER, HIGH INTEGER NOT NULL, LOW INTEGER NOT NULL, PRIMARY KEY (HIGH, LOW))") [junit] [EL Finest]: 2022-09-10 04:19:00.282--ServerSession(1498401570)--Connection(975724693)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.282--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.282--ServerSession(1498401570)--Connection(645018917)--Thread(Thread[main,5,main])--CREATE TABLE TMP_TRAILER (LOAD1 INTEGER, HIGH INTEGER NOT NULL, LOW INTEGER NOT NULL, PRIMARY KEY (HIGH, LOW)) [junit] [EL Finest]: 2022-09-10 04:19:00.286--ServerSession(1498401570)--Connection(975724693)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.286--Thread(Thread[main,5,main])--The table (TMP_TRAILER) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.286--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_PROFILE (GUID binary(16) NOT NULL, AIRLINE VARCHAR(255), SMOKER TINYINT(1) default 0, PRIMARY KEY (GUID))") [junit] [EL Finest]: 2022-09-10 04:19:00.286--ServerSession(1498401570)--Connection(295064445)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.286--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.286--ServerSession(1498401570)--Connection(645564279)--Thread(Thread[main,5,main])--CREATE TABLE TMP_PROFILE (GUID binary(16) NOT NULL, AIRLINE VARCHAR(255), SMOKER TINYINT(1) default 0, PRIMARY KEY (GUID)) [junit] [EL Finest]: 2022-09-10 04:19:00.289--ServerSession(1498401570)--Connection(295064445)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.289--Thread(Thread[main,5,main])--The table (TMP_PROFILE) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.289--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_UCOFFICE (ID INTEGER NOT NULL, CAPACITY BIGINT, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.289--ServerSession(1498401570)--Connection(1091925703)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.289--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.29--ServerSession(1498401570)--Connection(858132653)--Thread(Thread[main,5,main])--CREATE TABLE TMP_UCOFFICE (ID INTEGER NOT NULL, CAPACITY BIGINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.293--ServerSession(1498401570)--Connection(1091925703)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.293--Thread(Thread[main,5,main])--The table (TMP_UCOFFICE) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.293--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_READONLY (ID INTEGER NOT NULL, DTYPE INTEGER, NAME VARCHAR(255), VERSION INTEGER, ADDON VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.293--ServerSession(1498401570)--Connection(328690775)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.293--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.293--ServerSession(1498401570)--Connection(280475120)--Thread(Thread[main,5,main])--CREATE TABLE TMP_READONLY (ID INTEGER NOT NULL, DTYPE INTEGER, NAME VARCHAR(255), VERSION INTEGER, ADDON VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.297--ServerSession(1498401570)--Connection(328690775)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.297--Thread(Thread[main,5,main])--The table (TMP_READONLY) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.297--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_EMBEDD_FA (ID INTEGER NOT NULL, EMB_FA_DATE DATETIME, EMB_FA_LONG BIGINT, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.297--ServerSession(1498401570)--Connection(770854681)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.297--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.297--ServerSession(1498401570)--Connection(13068130)--Thread(Thread[main,5,main])--CREATE TABLE TMP_EMBEDD_FA (ID INTEGER NOT NULL, EMB_FA_DATE DATETIME, EMB_FA_LONG BIGINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.3--ServerSession(1498401570)--Connection(770854681)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.3--Thread(Thread[main,5,main])--The table (TMP_EMBEDD_FA) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.3--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_EMBEDD_PA (ID INTEGER NOT NULL, EMB_PA_DATE DATETIME, EMB_PA_LONG BIGINT, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.3--ServerSession(1498401570)--Connection(311245180)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.3--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.301--ServerSession(1498401570)--Connection(692760632)--Thread(Thread[main,5,main])--CREATE TABLE TMP_EMBEDD_PA (ID INTEGER NOT NULL, EMB_PA_DATE DATETIME, EMB_PA_LONG BIGINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.304--ServerSession(1498401570)--Connection(311245180)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.304--Thread(Thread[main,5,main])--The table (TMP_EMBEDD_PA) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.304--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE BYTE_ITEM (ITEM_ID binary(16) NOT NULL, NAME VARCHAR(255), NAMESPACE VARCHAR(255), TEXT VARCHAR(255), PRIMARY KEY (ITEM_ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.304--ServerSession(1498401570)--Connection(783882087)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.304--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.304--ServerSession(1498401570)--Connection(1376696824)--Thread(Thread[main,5,main])--CREATE TABLE BYTE_ITEM (ITEM_ID binary(16) NOT NULL, NAME VARCHAR(255), NAMESPACE VARCHAR(255), TEXT VARCHAR(255), PRIMARY KEY (ITEM_ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.308--ServerSession(1498401570)--Connection(783882087)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.308--Thread(Thread[main,5,main])--The table (BYTE_ITEM) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.308--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE BYTE_ITEM_ATT (ATT_KEY VARCHAR(255) NOT NULL, ATT_VAL VARCHAR(255), ITEM_ID binary(16) NOT NULL, PRIMARY KEY (ATT_KEY, ITEM_ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.308--ServerSession(1498401570)--Connection(693026222)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.308--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.308--ServerSession(1498401570)--Connection(237502470)--Thread(Thread[main,5,main])--CREATE TABLE BYTE_ITEM_ATT (ATT_KEY VARCHAR(255) NOT NULL, ATT_VAL VARCHAR(255), ITEM_ID binary(16) NOT NULL, PRIMARY KEY (ATT_KEY, ITEM_ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.311--ServerSession(1498401570)--Connection(693026222)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.311--Thread(Thread[main,5,main])--The table (BYTE_ITEM_ATT) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.311--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_ISLAND (ID INTEGER NOT NULL, DTYPE VARCHAR(31), NAME VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.312--ServerSession(1498401570)--Connection(333825340)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.312--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.312--ServerSession(1498401570)--Connection(1560534902)--Thread(Thread[main,5,main])--CREATE TABLE TMP_ISLAND (ID INTEGER NOT NULL, DTYPE VARCHAR(31), NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.315--ServerSession(1498401570)--Connection(333825340)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.315--Thread(Thread[main,5,main])--The table (TMP_ISLAND) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.315--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CITY (ID BIGINT NOT NULL, CITY_ENUM VARCHAR(255), COOL TINYINT(1) default 0, NAME VARCHAR(255), TYPE VARCHAR(255), CITY_TESLA_INT INTEGER, CITY_TESLA_BLOB LONGBLOB, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.315--ServerSession(1498401570)--Connection(814945818)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.315--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.315--ServerSession(1498401570)--Connection(1940424465)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CITY (ID BIGINT NOT NULL, CITY_ENUM VARCHAR(255), COOL TINYINT(1) default 0, NAME VARCHAR(255), TYPE VARCHAR(255), CITY_TESLA_INT INTEGER, CITY_TESLA_BLOB LONGBLOB, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.319--ServerSession(1498401570)--Connection(814945818)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.319--Thread(Thread[main,5,main])--The table (TMP_CITY) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.319--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_COP (ID BIGINT NOT NULL, COP_TESLA_INT INTEGER, COP_TESLA_BLOB LONGBLOB, PARTNER_ID BIGINT, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.319--ServerSession(1498401570)--Connection(1803439542)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.319--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.319--ServerSession(1498401570)--Connection(1549393863)--Thread(Thread[main,5,main])--CREATE TABLE TMP_COP (ID BIGINT NOT NULL, COP_TESLA_INT INTEGER, COP_TESLA_BLOB LONGBLOB, PARTNER_ID BIGINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.323--ServerSession(1498401570)--Connection(1803439542)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.323--Thread(Thread[main,5,main])--The table (TMP_COP) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.323--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_PERSON (ID BIGINT NOT NULL, W_BOOL TINYINT(1) default 0, W_FLOAT FLOAT, P_BOOL TINYINT(1) default 0, P_FLOAT FLOAT, P_INT INTEGER, W_BIGDEC DECIMAL(38), W_BIGINT BIGINT, PBA_BINARY LONGBLOB, WBA_BINARY LONGBLOB, UTIL_CALENDAR DATETIME, PCA_VARCHAR LONGTEXT, WCA_VARCHAR LONGTEXT, W_INT INTEGER, SQL_DATE DATE, SQL_TIME TIME, SQL_TIMESTAMP DATETIME, W_STRING VARCHAR(255), UTIL_DATE DATETIME, CITY BIGINT, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.323--ServerSession(1498401570)--Connection(930922744)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.323--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.323--ServerSession(1498401570)--Connection(633964087)--Thread(Thread[main,5,main])--CREATE TABLE TMP_PERSON (ID BIGINT NOT NULL, W_BOOL TINYINT(1) default 0, W_FLOAT FLOAT, P_BOOL TINYINT(1) default 0, P_FLOAT FLOAT, P_INT INTEGER, W_BIGDEC DECIMAL(38), W_BIGINT BIGINT, PBA_BINARY LONGBLOB, WBA_BINARY LONGBLOB, UTIL_CALENDAR DATETIME, PCA_VARCHAR LONGTEXT, WCA_VARCHAR LONGTEXT, W_INT INTEGER, SQL_DATE DATE, SQL_TIME TIME, SQL_TIMESTAMP DATETIME, W_STRING VARCHAR(255), UTIL_DATE DATETIME, CITY BIGINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.327--ServerSession(1498401570)--Connection(930922744)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.327--Thread(Thread[main,5,main])--The table (TMP_PERSON) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.327--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_INFORMER (ID BIGINT NOT NULL, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.327--ServerSession(1498401570)--Connection(1092992060)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.327--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.327--ServerSession(1498401570)--Connection(682914321)--Thread(Thread[main,5,main])--CREATE TABLE TMP_INFORMER (ID BIGINT NOT NULL, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.33--ServerSession(1498401570)--Connection(1092992060)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.33--Thread(Thread[main,5,main])--The table (TMP_INFORMER) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.33--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CRIMINAL (ID BIGINT NOT NULL, TRANSMISSION_TYPE VARCHAR(255), ATTACHEDCOP_ID BIGINT, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.331--ServerSession(1498401570)--Connection(1222416720)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.331--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.331--ServerSession(1498401570)--Connection(1131634336)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CRIMINAL (ID BIGINT NOT NULL, TRANSMISSION_TYPE VARCHAR(255), ATTACHEDCOP_ID BIGINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.335--ServerSession(1498401570)--Connection(1222416720)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.335--Thread(Thread[main,5,main])--The table (TMP_CRIMINAL) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.335--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CAVE (ID INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.335--ServerSession(1498401570)--Connection(2076021838)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.335--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.335--ServerSession(1498401570)--Connection(585257927)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CAVE (ID INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.339--ServerSession(1498401570)--Connection(2076021838)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.339--Thread(Thread[main,5,main])--The table (TMP_CAVE) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.339--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CREATURE (ID INTEGER AUTO_INCREMENT NOT NULL, DTYPE VARCHAR(31), NAME VARCHAR(255), WEAPON INTEGER, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.339--ServerSession(1498401570)--Connection(1491860427)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.339--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.34--ServerSession(1498401570)--Connection(1755838330)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CREATURE (ID INTEGER AUTO_INCREMENT NOT NULL, DTYPE VARCHAR(31), NAME VARCHAR(255), WEAPON INTEGER, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.343--ServerSession(1498401570)--Connection(1491860427)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.343--Thread(Thread[main,5,main])--The table (TMP_CREATURE) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.343--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CREATURE_DETAILS (SECONDTABLE_ID INTEGER NOT NULL, COLOR VARCHAR(255), PRIMARY KEY (SECONDTABLE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.343--ServerSession(1498401570)--Connection(422243042)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.343--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.343--ServerSession(1498401570)--Connection(1323418266)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CREATURE_DETAILS (SECONDTABLE_ID INTEGER NOT NULL, COLOR VARCHAR(255), PRIMARY KEY (SECONDTABLE_ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.347--ServerSession(1498401570)--Connection(422243042)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.347--Thread(Thread[main,5,main])--The table (TMP_CREATURE_DETAILS) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.347--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_MYTHICALCREATURE (ID INTEGER NOT NULL, STORY VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.347--ServerSession(1498401570)--Connection(293687918)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.347--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.347--ServerSession(1498401570)--Connection(1362405334)--Thread(Thread[main,5,main])--CREATE TABLE TMP_MYTHICALCREATURE (ID INTEGER NOT NULL, STORY VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.351--ServerSession(1498401570)--Connection(293687918)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.351--Thread(Thread[main,5,main])--The table (TMP_MYTHICALCREATURE) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.351--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_WEAPON (ID INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.351--ServerSession(1498401570)--Connection(1762409247)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.351--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.351--ServerSession(1498401570)--Connection(494021631)--Thread(Thread[main,5,main])--CREATE TABLE TMP_WEAPON (ID INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.354--ServerSession(1498401570)--Connection(1762409247)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.354--Thread(Thread[main,5,main])--The table (TMP_WEAPON) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.354--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CASC_NODE (ID INTEGER NOT NULL, PARENT INTEGER, DESCRIPTION INTEGER, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.354--ServerSession(1498401570)--Connection(552186123)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.354--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.355--ServerSession(1498401570)--Connection(742939450)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CASC_NODE (ID INTEGER NOT NULL, PARENT INTEGER, DESCRIPTION INTEGER, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.358--ServerSession(1498401570)--Connection(552186123)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.358--Thread(Thread[main,5,main])--The table (TMP_CASC_NODE) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.358--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CASC_NODE_DESC (ID INTEGER NOT NULL, DESC_TEXT VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.358--ServerSession(1498401570)--Connection(572706092)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.358--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.358--ServerSession(1498401570)--Connection(1289602009)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CASC_NODE_DESC (ID INTEGER NOT NULL, DESC_TEXT VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.362--ServerSession(1498401570)--Connection(572706092)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.362--Thread(Thread[main,5,main])--The table (TMP_CASC_NODE_DESC) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.362--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_NODE (ID INTEGER NOT NULL, NODENAME VARCHAR(255), VERSIONCOLUMN BIGINT, PARENT INTEGER, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.362--ServerSession(1498401570)--Connection(154177822)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.362--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.362--ServerSession(1498401570)--Connection(735140074)--Thread(Thread[main,5,main])--CREATE TABLE TMP_NODE (ID INTEGER NOT NULL, NODENAME VARCHAR(255), VERSIONCOLUMN BIGINT, PARENT INTEGER, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.366--ServerSession(1498401570)--Connection(154177822)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.366--Thread(Thread[main,5,main])--The table (TMP_NODE) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.366--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_NASTY (ID BIGINT NOT NULL, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.366--ServerSession(1498401570)--Connection(165951629)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.366--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.366--ServerSession(1498401570)--Connection(676538195)--Thread(Thread[main,5,main])--CREATE TABLE TMP_NASTY (ID BIGINT NOT NULL, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.369--ServerSession(1498401570)--Connection(165951629)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.369--Thread(Thread[main,5,main])--The table (TMP_NASTY) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.369--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_TIMESTAMP (ID BIGINT NOT NULL, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.369--ServerSession(1498401570)--Connection(39846973)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.369--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.369--ServerSession(1498401570)--Connection(859361949)--Thread(Thread[main,5,main])--CREATE TABLE TMP_TIMESTAMP (ID BIGINT NOT NULL, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.373--ServerSession(1498401570)--Connection(39846973)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.373--Thread(Thread[main,5,main])--The table (TMP_TIMESTAMP) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.373--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_BASIC_TYPES_FA (ID INTEGER NOT NULL, BIG_DECIMAL DECIMAL(12,2), BIG_INTEGER BIGINT, ENUM_ORDINAL INTEGER, ENUM_STRING VARCHAR(255), P_BYTE TINYINT, P_BOOLEAN TINYINT(1) default 0, PBA_BINARY binary(8), PBA_BLOB LONGBLOB, PBA_LONGVARBINARY LONGBLOB, P_CHAR CHAR(1), PCA_CLOB LONGTEXT, PCA_VARCHAR VARCHAR(255), P_DOUBLE DOUBLE, P_FLOAT FLOAT, P_INT INTEGER, P_LONG BIGINT, P_SHORT SMALLINT, SERIALIZABLE LONGBLOB, SQL_DATE DATE, SQL_TIME TIME, SQL_TIMESTAMP DATETIME, STRING_CLOB LONGTEXT, STRING_VC VARCHAR(128), UTIL_CALENDAR DATETIME, UTIL_DATE DATETIME, VERSION BIGINT, W_BOOLEAN TINYINT(1) default 0, W_BYTE TINYINT, WBA_BINARY binary(8), WBA_BLOB LONGBLOB, WBA_LONGVARBINARY LONGBLOB, W_CHARACTER CHAR(1), WCA_CLOB LONGTEXT, WCA_VARCHAR VARCHAR(255), W_DOUBLE DOUBLE, W_FLOAT FLOAT, W_INTEGER INTEGER, W_LONG BIGINT, W_SMALLINT SMALLINT, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.373--ServerSession(1498401570)--Connection(902907387)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.373--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.373--ServerSession(1498401570)--Connection(1082705382)--Thread(Thread[main,5,main])--CREATE TABLE TMP_BASIC_TYPES_FA (ID INTEGER NOT NULL, BIG_DECIMAL DECIMAL(12,2), BIG_INTEGER BIGINT, ENUM_ORDINAL INTEGER, ENUM_STRING VARCHAR(255), P_BYTE TINYINT, P_BOOLEAN TINYINT(1) default 0, PBA_BINARY binary(8), PBA_BLOB LONGBLOB, PBA_LONGVARBINARY LONGBLOB, P_CHAR CHAR(1), PCA_CLOB LONGTEXT, PCA_VARCHAR VARCHAR(255), P_DOUBLE DOUBLE, P_FLOAT FLOAT, P_INT INTEGER, P_LONG BIGINT, P_SHORT SMALLINT, SERIALIZABLE LONGBLOB, SQL_DATE DATE, SQL_TIME TIME, SQL_TIMESTAMP DATETIME, STRING_CLOB LONGTEXT, STRING_VC VARCHAR(128), UTIL_CALENDAR DATETIME, UTIL_DATE DATETIME, VERSION BIGINT, W_BOOLEAN TINYINT(1) default 0, W_BYTE TINYINT, WBA_BINARY binary(8), WBA_BLOB LONGBLOB, WBA_LONGVARBINARY LONGBLOB, W_CHARACTER CHAR(1), WCA_CLOB LONGTEXT, WCA_VARCHAR VARCHAR(255), W_DOUBLE DOUBLE, W_FLOAT FLOAT, W_INTEGER INTEGER, W_LONG BIGINT, W_SMALLINT SMALLINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.377--ServerSession(1498401570)--Connection(902907387)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.377--Thread(Thread[main,5,main])--The table (TMP_BASIC_TYPES_FA) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.377--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_BASIC_TYPES_PA (ID INTEGER NOT NULL, BIG_DECIMAL DECIMAL(12,2), BIG_INTEGER BIGINT, ENUM_ORDINAL INTEGER, ENUM_STRING VARCHAR(255), P_BYTE TINYINT, P_BOOLEAN TINYINT(1) default 0, PBA_BINARY LONGBLOB, PBA_BLOB LONGBLOB, PBA_LONGVARBINARY LONGBLOB, P_CHAR CHAR(1), PCA_CLOB LONGTEXT, PCA_VARCHAR LONGTEXT, P_DOUBLE DOUBLE, P_FLOAT FLOAT, P_INT INTEGER, P_LONG BIGINT, P_SHORT SMALLINT, SERIALIZABLE LONGBLOB, SQL_DATE DATE, SQL_TIME TIME, SQL_TIMESTAMP DATETIME, STRING_CLOB LONGTEXT, STRING_VC VARCHAR(128), UTIL_CALENDAR DATETIME, UTIL_DATE DATETIME, W_BOOLEAN TINYINT(1) default 0, W_BYTE TINYINT, WBA_BINARY LONGBLOB, WBA_BLOB LONGBLOB, WBA_LONGVARBINARY LONGBLOB, W_CHARACTER CHAR(1), WCA_CLOB LONGTEXT, WCA_VARCHAR LONGTEXT, W_DOUBLE DOUBLE, W_FLOAT FLOAT, W_INTEGER INTEGER, W_LONG BIGINT, W_SMALLINT SMALLINT, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.377--ServerSession(1498401570)--Connection(1911571121)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.377--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.377--ServerSession(1498401570)--Connection(2001804956)--Thread(Thread[main,5,main])--CREATE TABLE TMP_BASIC_TYPES_PA (ID INTEGER NOT NULL, BIG_DECIMAL DECIMAL(12,2), BIG_INTEGER BIGINT, ENUM_ORDINAL INTEGER, ENUM_STRING VARCHAR(255), P_BYTE TINYINT, P_BOOLEAN TINYINT(1) default 0, PBA_BINARY LONGBLOB, PBA_BLOB LONGBLOB, PBA_LONGVARBINARY LONGBLOB, P_CHAR CHAR(1), PCA_CLOB LONGTEXT, PCA_VARCHAR LONGTEXT, P_DOUBLE DOUBLE, P_FLOAT FLOAT, P_INT INTEGER, P_LONG BIGINT, P_SHORT SMALLINT, SERIALIZABLE LONGBLOB, SQL_DATE DATE, SQL_TIME TIME, SQL_TIMESTAMP DATETIME, STRING_CLOB LONGTEXT, STRING_VC VARCHAR(128), UTIL_CALENDAR DATETIME, UTIL_DATE DATETIME, W_BOOLEAN TINYINT(1) default 0, W_BYTE TINYINT, WBA_BINARY LONGBLOB, WBA_BLOB LONGBLOB, WBA_LONGVARBINARY LONGBLOB, W_CHARACTER CHAR(1), WCA_CLOB LONGTEXT, WCA_VARCHAR LONGTEXT, W_DOUBLE DOUBLE, W_FLOAT FLOAT, W_INTEGER INTEGER, W_LONG BIGINT, W_SMALLINT SMALLINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.381--ServerSession(1498401570)--Connection(1911571121)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.381--Thread(Thread[main,5,main])--The table (TMP_BASIC_TYPES_PA) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.381--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_TEMPORAL_FA (ID BIGINT NOT NULL, SQL_DATE DATE, SQL_TIME TIME, SQL_TIMESTAMP DATETIME, UTIL_CALENDAR_D DATE, UTIL_CALENDAR_T TIME, UTIL_CALENDAR_TS DATETIME, UTIL_DATE_D DATE, UTIL_DATE_T TIME, UTIL_DATE_TS DATETIME, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.381--ServerSession(1498401570)--Connection(112774596)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.381--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.381--ServerSession(1498401570)--Connection(2044888689)--Thread(Thread[main,5,main])--CREATE TABLE TMP_TEMPORAL_FA (ID BIGINT NOT NULL, SQL_DATE DATE, SQL_TIME TIME, SQL_TIMESTAMP DATETIME, UTIL_CALENDAR_D DATE, UTIL_CALENDAR_T TIME, UTIL_CALENDAR_TS DATETIME, UTIL_DATE_D DATE, UTIL_DATE_T TIME, UTIL_DATE_TS DATETIME, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.385--ServerSession(1498401570)--Connection(112774596)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.385--Thread(Thread[main,5,main])--The table (TMP_TEMPORAL_FA) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.385--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_ANIMAL (ID INTEGER AUTO_INCREMENT NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.385--ServerSession(1498401570)--Connection(1217162392)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.385--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.385--ServerSession(1498401570)--Connection(623950582)--Thread(Thread[main,5,main])--CREATE TABLE TMP_ANIMAL (ID INTEGER AUTO_INCREMENT NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.389--ServerSession(1498401570)--Connection(1217162392)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.389--Thread(Thread[main,5,main])--The table (TMP_ANIMAL) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.389--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_ELEMENT (ID INTEGER AUTO_INCREMENT NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.389--ServerSession(1498401570)--Connection(1874960853)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.389--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.389--ServerSession(1498401570)--Connection(1334198737)--Thread(Thread[main,5,main])--CREATE TABLE TMP_ELEMENT (ID INTEGER AUTO_INCREMENT NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.393--ServerSession(1498401570)--Connection(1874960853)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.393--Thread(Thread[main,5,main])--The table (TMP_ELEMENT) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.393--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_PLANT (ID INTEGER AUTO_INCREMENT NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.393--ServerSession(1498401570)--Connection(1559928458)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.393--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.393--ServerSession(1498401570)--Connection(563069965)--Thread(Thread[main,5,main])--CREATE TABLE TMP_PLANT (ID INTEGER AUTO_INCREMENT NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.397--ServerSession(1498401570)--Connection(1559928458)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.397--Thread(Thread[main,5,main])--The table (TMP_PLANT) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.397--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_EMP_BICYCLE (BICYCLE_ID SMALLINT NOT NULL, EMPLOYEE_ID INTEGER NOT NULL, PRIMARY KEY (BICYCLE_ID, EMPLOYEE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.397--ServerSession(1498401570)--Connection(784165389)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.397--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.397--ServerSession(1498401570)--Connection(1900903547)--Thread(Thread[main,5,main])--CREATE TABLE TMP_EMP_BICYCLE (BICYCLE_ID SMALLINT NOT NULL, EMPLOYEE_ID INTEGER NOT NULL, PRIMARY KEY (BICYCLE_ID, EMPLOYEE_ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.401--ServerSession(1498401570)--Connection(784165389)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.401--Thread(Thread[main,5,main])--The table (TMP_EMP_BICYCLE) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.401--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_COURSE_EMP (COURSE_ID BIGINT NOT NULL, EMP_ID INTEGER NOT NULL, PRIMARY KEY (COURSE_ID, EMP_ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.401--ServerSession(1498401570)--Connection(1278326466)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.401--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.401--ServerSession(1498401570)--Connection(1443210651)--Thread(Thread[main,5,main])--CREATE TABLE TMP_COURSE_EMP (COURSE_ID BIGINT NOT NULL, EMP_ID INTEGER NOT NULL, PRIMARY KEY (COURSE_ID, EMP_ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.405--ServerSession(1498401570)--Connection(1278326466)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.405--Thread(Thread[main,5,main])--The table (TMP_COURSE_EMP) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.405--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_EMP_CREDIT (CLIENT_ID INTEGER NOT NULL, CREDIT_ID BIGINT NOT NULL, PRIMARY KEY (CLIENT_ID, CREDIT_ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.405--ServerSession(1498401570)--Connection(1288731134)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.405--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.405--ServerSession(1498401570)--Connection(931280002)--Thread(Thread[main,5,main])--CREATE TABLE TMP_EMP_CREDIT (CLIENT_ID INTEGER NOT NULL, CREDIT_ID BIGINT NOT NULL, PRIMARY KEY (CLIENT_ID, CREDIT_ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.409--ServerSession(1498401570)--Connection(1288731134)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.409--Thread(Thread[main,5,main])--The table (TMP_EMP_CREDIT) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.409--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_EMP_HOBBY (EMP_ID INTEGER NOT NULL, HOBBY_ID VARCHAR(255) NOT NULL, PRIMARY KEY (EMP_ID, HOBBY_ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.409--ServerSession(1498401570)--Connection(1343952313)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.409--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.409--ServerSession(1498401570)--Connection(1989877020)--Thread(Thread[main,5,main])--CREATE TABLE TMP_EMP_HOBBY (EMP_ID INTEGER NOT NULL, HOBBY_ID VARCHAR(255) NOT NULL, PRIMARY KEY (EMP_ID, HOBBY_ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.412--ServerSession(1498401570)--Connection(1343952313)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.412--Thread(Thread[main,5,main])--The table (TMP_EMP_HOBBY) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.412--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_EMP_PATENT (EMP_ID INTEGER NOT NULL, PATENT_NAME VARCHAR(255) NOT NULL, PATENT_YEAR INTEGER NOT NULL, PRIMARY KEY (EMP_ID, PATENT_NAME, PATENT_YEAR))") [junit] [EL Finest]: 2022-09-10 04:19:00.413--ServerSession(1498401570)--Connection(1198122764)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.413--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.413--ServerSession(1498401570)--Connection(1765040384)--Thread(Thread[main,5,main])--CREATE TABLE TMP_EMP_PATENT (EMP_ID INTEGER NOT NULL, PATENT_NAME VARCHAR(255) NOT NULL, PATENT_YEAR INTEGER NOT NULL, PRIMARY KEY (EMP_ID, PATENT_NAME, PATENT_YEAR)) [junit] [EL Finest]: 2022-09-10 04:19:00.416--ServerSession(1498401570)--Connection(1198122764)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.416--Thread(Thread[main,5,main])--The table (TMP_EMP_PATENT) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.416--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_EMP_PROJECT (EMP_ID INTEGER NOT NULL, PROJECT_ID INTEGER NOT NULL, PRIMARY KEY (EMP_ID, PROJECT_ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.416--ServerSession(1498401570)--Connection(1836115595)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.416--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.416--ServerSession(1498401570)--Connection(663139908)--Thread(Thread[main,5,main])--CREATE TABLE TMP_EMP_PROJECT (EMP_ID INTEGER NOT NULL, PROJECT_ID INTEGER NOT NULL, PRIMARY KEY (EMP_ID, PROJECT_ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.42--ServerSession(1498401570)--Connection(1836115595)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.42--Thread(Thread[main,5,main])--The table (TMP_EMP_PROJECT) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.42--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_EMP_REVIEW (EMP_ID INTEGER NOT NULL, REVIEW_ID INTEGER NOT NULL, PRIMARY KEY (EMP_ID, REVIEW_ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.42--ServerSession(1498401570)--Connection(2104940330)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.42--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.42--ServerSession(1498401570)--Connection(1875933782)--Thread(Thread[main,5,main])--CREATE TABLE TMP_EMP_REVIEW (EMP_ID INTEGER NOT NULL, REVIEW_ID INTEGER NOT NULL, PRIMARY KEY (EMP_ID, REVIEW_ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.424--ServerSession(1498401570)--Connection(2104940330)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.424--Thread(Thread[main,5,main])--The table (TMP_EMP_REVIEW) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.424--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_OFFICE_CUBICLE (OFFICE_ID INTEGER NOT NULL, CUBICLE_FLOOR INTEGER NOT NULL, CUBICLE_PLACE INTEGER NOT NULL, CUBICLES_KEY LONGBLOB, PRIMARY KEY (OFFICE_ID, CUBICLE_FLOOR, CUBICLE_PLACE))") [junit] [EL Finest]: 2022-09-10 04:19:00.424--ServerSession(1498401570)--Connection(241222758)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.424--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.424--ServerSession(1498401570)--Connection(1645088054)--Thread(Thread[main,5,main])--CREATE TABLE TMP_OFFICE_CUBICLE (OFFICE_ID INTEGER NOT NULL, CUBICLE_FLOOR INTEGER NOT NULL, CUBICLE_PLACE INTEGER NOT NULL, CUBICLES_KEY LONGBLOB, PRIMARY KEY (OFFICE_ID, CUBICLE_FLOOR, CUBICLE_PLACE)) [junit] [EL Finest]: 2022-09-10 04:19:00.431--ServerSession(1498401570)--Connection(241222758)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.431--Thread(Thread[main,5,main])--The table (TMP_OFFICE_CUBICLE) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.431--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_VEHICLE_PROFILE (PROFILE_ID binary(16) NOT NULL, VEHICLE_ID SMALLINT NOT NULL, PRIMARY KEY (PROFILE_ID, VEHICLE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.431--ServerSession(1498401570)--Connection(901737914)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.431--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.431--ServerSession(1498401570)--Connection(667591046)--Thread(Thread[main,5,main])--CREATE TABLE TMP_VEHICLE_PROFILE (PROFILE_ID binary(16) NOT NULL, VEHICLE_ID SMALLINT NOT NULL, PRIMARY KEY (PROFILE_ID, VEHICLE_ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.435--ServerSession(1498401570)--Connection(901737914)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.435--Thread(Thread[main,5,main])--The table (TMP_VEHICLE_PROFILE) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.435--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_UCOFFICE_CUBICLE (OFFICE_ID INTEGER NOT NULL, CUBICLE_FLOOR INTEGER NOT NULL, CUBICLE_PLACE INTEGER NOT NULL, PRIMARY KEY (OFFICE_ID, CUBICLE_FLOOR, CUBICLE_PLACE))") [junit] [EL Finest]: 2022-09-10 04:19:00.435--ServerSession(1498401570)--Connection(1000347057)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.435--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.435--ServerSession(1498401570)--Connection(1234453970)--Thread(Thread[main,5,main])--CREATE TABLE TMP_UCOFFICE_CUBICLE (OFFICE_ID INTEGER NOT NULL, CUBICLE_FLOOR INTEGER NOT NULL, CUBICLE_PLACE INTEGER NOT NULL, PRIMARY KEY (OFFICE_ID, CUBICLE_FLOOR, CUBICLE_PLACE)) [junit] [EL Finest]: 2022-09-10 04:19:00.439--ServerSession(1498401570)--Connection(1000347057)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.439--Thread(Thread[main,5,main])--The table (TMP_UCOFFICE_CUBICLE) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.439--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CITY_TMP_COP (City_ID BIGINT NOT NULL, cops_ID BIGINT NOT NULL, PRIMARY KEY (City_ID, cops_ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.439--ServerSession(1498401570)--Connection(1986270265)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.439--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.439--ServerSession(1498401570)--Connection(498427378)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CITY_TMP_COP (City_ID BIGINT NOT NULL, cops_ID BIGINT NOT NULL, PRIMARY KEY (City_ID, cops_ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.443--ServerSession(1498401570)--Connection(1986270265)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.443--Thread(Thread[main,5,main])--The table (TMP_CITY_TMP_COP) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.443--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CITY_TMP_CRIMINAL (City_ID BIGINT NOT NULL, criminals_ID BIGINT NOT NULL, PRIMARY KEY (City_ID, criminals_ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.443--ServerSession(1498401570)--Connection(238381376)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.443--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.443--ServerSession(1498401570)--Connection(949557121)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CITY_TMP_CRIMINAL (City_ID BIGINT NOT NULL, criminals_ID BIGINT NOT NULL, PRIMARY KEY (City_ID, criminals_ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.447--ServerSession(1498401570)--Connection(238381376)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.447--Thread(Thread[main,5,main])--The table (TMP_CITY_TMP_CRIMINAL) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.447--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_COP_TMP_CRIMINAL (Cop_ID BIGINT NOT NULL, attachedCriminals_ID BIGINT NOT NULL, PRIMARY KEY (Cop_ID, attachedCriminals_ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.447--ServerSession(1498401570)--Connection(1922949345)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.447--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.447--ServerSession(1498401570)--Connection(46711852)--Thread(Thread[main,5,main])--CREATE TABLE TMP_COP_TMP_CRIMINAL (Cop_ID BIGINT NOT NULL, attachedCriminals_ID BIGINT NOT NULL, PRIMARY KEY (Cop_ID, attachedCriminals_ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.451--ServerSession(1498401570)--Connection(1922949345)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.451--Thread(Thread[main,5,main])--The table (TMP_COP_TMP_CRIMINAL) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.451--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_COP_TMP_INFORMER (Cop_ID BIGINT NOT NULL, informers_ID BIGINT NOT NULL, PRIMARY KEY (Cop_ID, informers_ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.451--ServerSession(1498401570)--Connection(1892322930)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.451--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.451--ServerSession(1498401570)--Connection(887606755)--Thread(Thread[main,5,main])--CREATE TABLE TMP_COP_TMP_INFORMER (Cop_ID BIGINT NOT NULL, informers_ID BIGINT NOT NULL, PRIMARY KEY (Cop_ID, informers_ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.454--ServerSession(1498401570)--Connection(1892322930)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.454--Thread(Thread[main,5,main])--The table (TMP_COP_TMP_INFORMER) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.454--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_INFORMER_TMP_COP (Informer_ID BIGINT NOT NULL, informingCops_ID BIGINT NOT NULL, PRIMARY KEY (Informer_ID, informingCops_ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.454--ServerSession(1498401570)--Connection(243130253)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.454--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.455--ServerSession(1498401570)--Connection(75465588)--Thread(Thread[main,5,main])--CREATE TABLE TMP_INFORMER_TMP_COP (Informer_ID BIGINT NOT NULL, informingCops_ID BIGINT NOT NULL, PRIMARY KEY (Informer_ID, informingCops_ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.458--ServerSession(1498401570)--Connection(243130253)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.458--Thread(Thread[main,5,main])--The table (TMP_INFORMER_TMP_COP) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.458--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CRIMINAL_TMP_CRIMINAL (Criminal_ID BIGINT NOT NULL, parties_ID BIGINT NOT NULL, PRIMARY KEY (Criminal_ID, parties_ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.458--ServerSession(1498401570)--Connection(1810711373)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.458--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.458--ServerSession(1498401570)--Connection(334563687)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CRIMINAL_TMP_CRIMINAL (Criminal_ID BIGINT NOT NULL, parties_ID BIGINT NOT NULL, PRIMARY KEY (Criminal_ID, parties_ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.462--ServerSession(1498401570)--Connection(1810711373)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.462--Thread(Thread[main,5,main])--The table (TMP_CRIMINAL_TMP_CRIMINAL) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.462--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CAVE_CREATURE (CAVE_ID INTEGER NOT NULL, CREATURE_ID INTEGER NOT NULL, PRIMARY KEY (CAVE_ID, CREATURE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:00.462--ServerSession(1498401570)--Connection(525199726)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.462--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.462--ServerSession(1498401570)--Connection(74211793)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CAVE_CREATURE (CAVE_ID INTEGER NOT NULL, CREATURE_ID INTEGER NOT NULL, PRIMARY KEY (CAVE_ID, CREATURE_ID)) [junit] [EL Finest]: 2022-09-10 04:19:00.465--ServerSession(1498401570)--Connection(525199726)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.465--Thread(Thread[main,5,main])--The table (TMP_CAVE_CREATURE) is created. [junit] [EL Finest]: 2022-09-10 04:19:00.465--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP ADD CONSTRAINT UNQ_TMP_EMP_0 UNIQUE (ID, DEPARTMENT)") [junit] [EL Finest]: 2022-09-10 04:19:00.465--ServerSession(1498401570)--Connection(1000671313)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.465--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.466--ServerSession(1498401570)--Connection(1545634845)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP ADD CONSTRAINT UNQ_TMP_EMP_0 UNIQUE (ID, DEPARTMENT) [junit] [EL Finest]: 2022-09-10 04:19:00.469--ServerSession(1498401570)--Connection(1000671313)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.469--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_METRIC ADD CONSTRAINT FK_TMP_METRIC_COMPONENT_ID FOREIGN KEY (COMPONENT_ID) REFERENCES TMP_COMPONENT (ID)") [junit] [EL Finest]: 2022-09-10 04:19:00.469--ServerSession(1498401570)--Connection(1578892902)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.469--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.469--ServerSession(1498401570)--Connection(113482196)--Thread(Thread[main,5,main])--ALTER TABLE TMP_METRIC ADD CONSTRAINT FK_TMP_METRIC_COMPONENT_ID FOREIGN KEY (COMPONENT_ID) REFERENCES TMP_COMPONENT (ID) [junit] [EL Finest]: 2022-09-10 04:19:00.478--ServerSession(1498401570)--Connection(1578892902)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.478--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CONTRACT_EMP ADD CONSTRAINT FK_TMP_CONTRACT_EMP_ID FOREIGN KEY (ID) REFERENCES TMP_ABSTR_EMP (ID)") [junit] [EL Finest]: 2022-09-10 04:19:00.479--ServerSession(1498401570)--Connection(1113218094)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.479--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.479--ServerSession(1498401570)--Connection(1489854600)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CONTRACT_EMP ADD CONSTRAINT FK_TMP_CONTRACT_EMP_ID FOREIGN KEY (ID) REFERENCES TMP_ABSTR_EMP (ID) [junit] [EL Finest]: 2022-09-10 04:19:00.487--ServerSession(1498401570)--Connection(1113218094)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.487--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_VEHICLE ADD CONSTRAINT FK_TMP_VEHICLE_EMPLOYEE_ID FOREIGN KEY (EMPLOYEE_ID) REFERENCES TMP_EMP (ID)") [junit] [EL Finest]: 2022-09-10 04:19:00.487--ServerSession(1498401570)--Connection(217103506)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.487--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.487--ServerSession(1498401570)--Connection(1066026148)--Thread(Thread[main,5,main])--ALTER TABLE TMP_VEHICLE ADD CONSTRAINT FK_TMP_VEHICLE_EMPLOYEE_ID FOREIGN KEY (EMPLOYEE_ID) REFERENCES TMP_EMP (ID) [junit] [EL Finest]: 2022-09-10 04:19:00.496--ServerSession(1498401570)--Connection(217103506)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.496--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_BROKER_ACC ADD CONSTRAINT FK_TMP_BROKER_ACC_ACC_NUMBER FOREIGN KEY (ACC_NUMBER) REFERENCES TMP_ACCOUNT (ACC_NUMBER)") [junit] [EL Finest]: 2022-09-10 04:19:00.496--ServerSession(1498401570)--Connection(203526568)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.496--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.496--ServerSession(1498401570)--Connection(1642286060)--Thread(Thread[main,5,main])--ALTER TABLE TMP_BROKER_ACC ADD CONSTRAINT FK_TMP_BROKER_ACC_ACC_NUMBER FOREIGN KEY (ACC_NUMBER) REFERENCES TMP_ACCOUNT (ACC_NUMBER) [junit] [EL Finest]: 2022-09-10 04:19:00.504--ServerSession(1498401570)--Connection(203526568)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.504--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CHECK_ACC ADD CONSTRAINT FK_TMP_CHECK_ACC_ACC_NUMBER FOREIGN KEY (ACC_NUMBER) REFERENCES TMP_ACCOUNT (ACC_NUMBER)") [junit] [EL Finest]: 2022-09-10 04:19:00.504--ServerSession(1498401570)--Connection(1404582039)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.504--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.504--ServerSession(1498401570)--Connection(687842599)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CHECK_ACC ADD CONSTRAINT FK_TMP_CHECK_ACC_ACC_NUMBER FOREIGN KEY (ACC_NUMBER) REFERENCES TMP_ACCOUNT (ACC_NUMBER) [junit] [EL Finest]: 2022-09-10 04:19:00.512--ServerSession(1498401570)--Connection(1404582039)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.512--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CHECK_ACC ADD CONSTRAINT FK_TMP_CHECK_ACC_CLIENT_ID FOREIGN KEY (CLIENT_ID) REFERENCES TMP_EMP (ID)") [junit] [EL Finest]: 2022-09-10 04:19:00.512--ServerSession(1498401570)--Connection(1423553082)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.512--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.512--ServerSession(1498401570)--Connection(22733595)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CHECK_ACC ADD CONSTRAINT FK_TMP_CHECK_ACC_CLIENT_ID FOREIGN KEY (CLIENT_ID) REFERENCES TMP_EMP (ID) [junit] [EL Finest]: 2022-09-10 04:19:00.522--ServerSession(1498401570)--Connection(1423553082)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.522--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CREDIT_ACC ADD CONSTRAINT FK_TMP_CREDIT_ACC_CCA_ID FOREIGN KEY (CCA_ID) REFERENCES TMP_ACCOUNT (ACC_NUMBER)") [junit] [EL Finest]: 2022-09-10 04:19:00.522--ServerSession(1498401570)--Connection(656650448)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.522--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.522--ServerSession(1498401570)--Connection(1899482388)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CREDIT_ACC ADD CONSTRAINT FK_TMP_CREDIT_ACC_CCA_ID FOREIGN KEY (CCA_ID) REFERENCES TMP_ACCOUNT (ACC_NUMBER) [junit] [EL Finest]: 2022-09-10 04:19:00.538--ServerSession(1498401570)--Connection(656650448)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.538--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_COSTCENTER FOREIGN KEY (COSTCENTER) REFERENCES TMP_COSTCENTER (ID)") [junit] [EL Finest]: 2022-09-10 04:19:00.538--ServerSession(1498401570)--Connection(1467853846)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.538--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.538--ServerSession(1498401570)--Connection(418223232)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_COSTCENTER FOREIGN KEY (COSTCENTER) REFERENCES TMP_COSTCENTER (ID) [junit] [EL Finest]: 2022-09-10 04:19:00.549--ServerSession(1498401570)--Connection(1467853846)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.549--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_DEPARTMENT FOREIGN KEY (DEPARTMENT) REFERENCES TMP_DEP (ID)") [junit] [EL Finest]: 2022-09-10 04:19:00.549--ServerSession(1498401570)--Connection(422278820)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.549--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.549--ServerSession(1498401570)--Connection(1838590101)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_DEPARTMENT FOREIGN KEY (DEPARTMENT) REFERENCES TMP_DEP (ID) [junit] [EL Finest]: 2022-09-10 04:19:00.562--ServerSession(1498401570)--Connection(422278820)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.562--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_CUBICLE_PLACE FOREIGN KEY (CUBICLE_PLACE, CUBICLE_FLOOR) REFERENCES TMP_CUBICLE (PLACE, FLOOR)") [junit] [EL Finest]: 2022-09-10 04:19:00.562--ServerSession(1498401570)--Connection(840259832)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.562--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.562--ServerSession(1498401570)--Connection(1788841007)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_CUBICLE_PLACE FOREIGN KEY (CUBICLE_PLACE, CUBICLE_FLOOR) REFERENCES TMP_CUBICLE (PLACE, FLOOR) [junit] [EL Finest]: 2022-09-10 04:19:00.575--ServerSession(1498401570)--Connection(840259832)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.575--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_SAMPLE_ACCOUNT FOREIGN KEY (SAMPLE_ACCOUNT) REFERENCES TMP_ACCOUNT (ACC_NUMBER)") [junit] [EL Finest]: 2022-09-10 04:19:00.575--ServerSession(1498401570)--Connection(573424492)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.575--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.575--ServerSession(1498401570)--Connection(876994034)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_SAMPLE_ACCOUNT FOREIGN KEY (SAMPLE_ACCOUNT) REFERENCES TMP_ACCOUNT (ACC_NUMBER) [junit] [EL Finest]: 2022-09-10 04:19:00.588--ServerSession(1498401570)--Connection(573424492)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.588--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_BROKERAGE_ACCOUNT FOREIGN KEY (BROKERAGE_ACCOUNT) REFERENCES TMP_ACCOUNT (ACC_NUMBER)") [junit] [EL Finest]: 2022-09-10 04:19:00.588--ServerSession(1498401570)--Connection(1834041945)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.588--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.588--ServerSession(1498401570)--Connection(2011281484)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_BROKERAGE_ACCOUNT FOREIGN KEY (BROKERAGE_ACCOUNT) REFERENCES TMP_ACCOUNT (ACC_NUMBER) [junit] [EL Finest]: 2022-09-10 04:19:00.602--ServerSession(1498401570)--Connection(1834041945)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.602--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_PROFILE_GUID FOREIGN KEY (PROFILE_GUID) REFERENCES TMP_PROFILE (GUID)") [junit] [EL Finest]: 2022-09-10 04:19:00.602--ServerSession(1498401570)--Connection(179690980)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.602--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.602--ServerSession(1498401570)--Connection(1886136102)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_PROFILE_GUID FOREIGN KEY (PROFILE_GUID) REFERENCES TMP_PROFILE (GUID) [junit] [EL Finest]: 2022-09-10 04:19:00.616--ServerSession(1498401570)--Connection(179690980)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.616--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_REVIEW ADD CONSTRAINT FK_TMP_REVIEW_PATENT_NAME FOREIGN KEY (PATENT_NAME, PATENT_YEAR) REFERENCES TMP_PATENT (PAT_NAME, PAT_YEAR)") [junit] [EL Finest]: 2022-09-10 04:19:00.616--ServerSession(1498401570)--Connection(1678923217)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.616--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.617--ServerSession(1498401570)--Connection(1976965986)--Thread(Thread[main,5,main])--ALTER TABLE TMP_REVIEW ADD CONSTRAINT FK_TMP_REVIEW_PATENT_NAME FOREIGN KEY (PATENT_NAME, PATENT_YEAR) REFERENCES TMP_PATENT (PAT_NAME, PAT_YEAR) [junit] [EL Finest]: 2022-09-10 04:19:00.635--ServerSession(1498401570)--Connection(1678923217)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.635--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_REVIEW_DETAILS ADD CONSTRAINT FK_TMP_REVIEW_DETAILS_REVIEW_ID FOREIGN KEY (REVIEW_ID) REFERENCES TMP_REVIEW (ID)") [junit] [EL Finest]: 2022-09-10 04:19:00.635--ServerSession(1498401570)--Connection(625086641)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.635--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.635--ServerSession(1498401570)--Connection(1611272816)--Thread(Thread[main,5,main])--ALTER TABLE TMP_REVIEW_DETAILS ADD CONSTRAINT FK_TMP_REVIEW_DETAILS_REVIEW_ID FOREIGN KEY (REVIEW_ID) REFERENCES TMP_REVIEW (ID) [junit] [EL Finest]: 2022-09-10 04:19:00.643--ServerSession(1498401570)--Connection(625086641)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.643--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_PROJECT_DETAILS ADD CONSTRAINT FK_TMP_PROJECT_DETAILS_PROJECT_ID FOREIGN KEY (PROJECT_ID) REFERENCES TMP_PROJECT (ID)") [junit] [EL Finest]: 2022-09-10 04:19:00.643--ServerSession(1498401570)--Connection(488480779)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.643--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.644--ServerSession(1498401570)--Connection(766814282)--Thread(Thread[main,5,main])--ALTER TABLE TMP_PROJECT_DETAILS ADD CONSTRAINT FK_TMP_PROJECT_DETAILS_PROJECT_ID FOREIGN KEY (PROJECT_ID) REFERENCES TMP_PROJECT (ID) [junit] [EL Finest]: 2022-09-10 04:19:00.652--ServerSession(1498401570)--Connection(488480779)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.653--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_SAVE_ACC ADD CONSTRAINT FK_TMP_SAVE_ACC_ACC_NUMBER FOREIGN KEY (ACC_NUMBER) REFERENCES TMP_ACCOUNT (ACC_NUMBER)") [junit] [EL Finest]: 2022-09-10 04:19:00.653--ServerSession(1498401570)--Connection(2070645994)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.653--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.653--ServerSession(1498401570)--Connection(1930792245)--Thread(Thread[main,5,main])--ALTER TABLE TMP_SAVE_ACC ADD CONSTRAINT FK_TMP_SAVE_ACC_ACC_NUMBER FOREIGN KEY (ACC_NUMBER) REFERENCES TMP_ACCOUNT (ACC_NUMBER) [junit] [EL Finest]: 2022-09-10 04:19:00.662--ServerSession(1498401570)--Connection(2070645994)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.662--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_TASK ADD CONSTRAINT FK_TMP_TASK_PROJ_ID FOREIGN KEY (PROJ_ID) REFERENCES TMP_PROJECT (ID)") [junit] [EL Finest]: 2022-09-10 04:19:00.662--ServerSession(1498401570)--Connection(1249126393)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.663--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.663--ServerSession(1498401570)--Connection(358049703)--Thread(Thread[main,5,main])--ALTER TABLE TMP_TASK ADD CONSTRAINT FK_TMP_TASK_PROJ_ID FOREIGN KEY (PROJ_ID) REFERENCES TMP_PROJECT (ID) [junit] [EL Finest]: 2022-09-10 04:19:00.674--ServerSession(1498401570)--Connection(1249126393)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.674--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE BYTE_ITEM_ATT ADD CONSTRAINT FK_BYTE_ITEM_ATT_ITEM_ID FOREIGN KEY (ITEM_ID) REFERENCES BYTE_ITEM (ITEM_ID)") [junit] [EL Finest]: 2022-09-10 04:19:00.674--ServerSession(1498401570)--Connection(757515938)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.674--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.674--ServerSession(1498401570)--Connection(56813310)--Thread(Thread[main,5,main])--ALTER TABLE BYTE_ITEM_ATT ADD CONSTRAINT FK_BYTE_ITEM_ATT_ITEM_ID FOREIGN KEY (ITEM_ID) REFERENCES BYTE_ITEM (ITEM_ID) [junit] [EL Finest]: 2022-09-10 04:19:00.684--ServerSession(1498401570)--Connection(757515938)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.684--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COP ADD CONSTRAINT FK_TMP_COP_PARTNER_ID FOREIGN KEY (PARTNER_ID) REFERENCES TMP_COP (ID)") [junit] [EL Finest]: 2022-09-10 04:19:00.684--ServerSession(1498401570)--Connection(2096195291)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.684--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.685--ServerSession(1498401570)--Connection(1747991213)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP ADD CONSTRAINT FK_TMP_COP_PARTNER_ID FOREIGN KEY (PARTNER_ID) REFERENCES TMP_COP (ID) [junit] [EL Finest]: 2022-09-10 04:19:00.694--ServerSession(1498401570)--Connection(2096195291)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.695--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_PERSON ADD CONSTRAINT FK_TMP_PERSON_CITY FOREIGN KEY (CITY) REFERENCES TMP_CITY (ID)") [junit] [EL Finest]: 2022-09-10 04:19:00.695--ServerSession(1498401570)--Connection(1790615883)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.695--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.695--ServerSession(1498401570)--Connection(62262243)--Thread(Thread[main,5,main])--ALTER TABLE TMP_PERSON ADD CONSTRAINT FK_TMP_PERSON_CITY FOREIGN KEY (CITY) REFERENCES TMP_CITY (ID) [junit] [EL Finest]: 2022-09-10 04:19:00.705--ServerSession(1498401570)--Connection(1790615883)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.705--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CRIMINAL ADD CONSTRAINT FK_TMP_CRIMINAL_ATTACHEDCOP_ID FOREIGN KEY (ATTACHEDCOP_ID) REFERENCES TMP_COP (ID)") [junit] [EL Finest]: 2022-09-10 04:19:00.705--ServerSession(1498401570)--Connection(1529335869)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.705--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.705--ServerSession(1498401570)--Connection(1753035177)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CRIMINAL ADD CONSTRAINT FK_TMP_CRIMINAL_ATTACHEDCOP_ID FOREIGN KEY (ATTACHEDCOP_ID) REFERENCES TMP_COP (ID) [junit] [EL Finest]: 2022-09-10 04:19:00.714--ServerSession(1498401570)--Connection(1529335869)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.715--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CREATURE ADD CONSTRAINT FK_TMP_CREATURE_WEAPON FOREIGN KEY (WEAPON) REFERENCES TMP_WEAPON (ID)") [junit] [EL Finest]: 2022-09-10 04:19:00.715--ServerSession(1498401570)--Connection(696327501)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.715--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.715--ServerSession(1498401570)--Connection(686850477)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CREATURE ADD CONSTRAINT FK_TMP_CREATURE_WEAPON FOREIGN KEY (WEAPON) REFERENCES TMP_WEAPON (ID) [junit] [EL Finest]: 2022-09-10 04:19:00.724--ServerSession(1498401570)--Connection(696327501)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.724--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CREATURE_DETAILS ADD CONSTRAINT FK_TMP_CREATURE_DETAILS_SECONDTABLE_ID FOREIGN KEY (SECONDTABLE_ID) REFERENCES TMP_CREATURE (ID)") [junit] [EL Finest]: 2022-09-10 04:19:00.724--ServerSession(1498401570)--Connection(804955921)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.724--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.724--ServerSession(1498401570)--Connection(61585066)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CREATURE_DETAILS ADD CONSTRAINT FK_TMP_CREATURE_DETAILS_SECONDTABLE_ID FOREIGN KEY (SECONDTABLE_ID) REFERENCES TMP_CREATURE (ID) [junit] [EL Finest]: 2022-09-10 04:19:00.732--ServerSession(1498401570)--Connection(804955921)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.732--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_MYTHICALCREATURE ADD CONSTRAINT FK_TMP_MYTHICALCREATURE_ID FOREIGN KEY (ID) REFERENCES TMP_CREATURE (ID)") [junit] [EL Finest]: 2022-09-10 04:19:00.732--ServerSession(1498401570)--Connection(1162021415)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.732--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.732--ServerSession(1498401570)--Connection(461634243)--Thread(Thread[main,5,main])--ALTER TABLE TMP_MYTHICALCREATURE ADD CONSTRAINT FK_TMP_MYTHICALCREATURE_ID FOREIGN KEY (ID) REFERENCES TMP_CREATURE (ID) [junit] [EL Finest]: 2022-09-10 04:19:00.74--ServerSession(1498401570)--Connection(1162021415)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.74--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CASC_NODE ADD CONSTRAINT FK_TMP_CASC_NODE_DESCRIPTION FOREIGN KEY (DESCRIPTION) REFERENCES TMP_CASC_NODE_DESC (ID)") [junit] [EL Finest]: 2022-09-10 04:19:00.741--ServerSession(1498401570)--Connection(684948803)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.741--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.741--ServerSession(1498401570)--Connection(738381688)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CASC_NODE ADD CONSTRAINT FK_TMP_CASC_NODE_DESCRIPTION FOREIGN KEY (DESCRIPTION) REFERENCES TMP_CASC_NODE_DESC (ID) [junit] [EL Finest]: 2022-09-10 04:19:00.749--ServerSession(1498401570)--Connection(684948803)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.75--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CASC_NODE ADD CONSTRAINT FK_TMP_CASC_NODE_PARENT FOREIGN KEY (PARENT) REFERENCES TMP_CASC_NODE (ID)") [junit] [EL Finest]: 2022-09-10 04:19:00.75--ServerSession(1498401570)--Connection(442627636)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.75--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.75--ServerSession(1498401570)--Connection(547525391)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CASC_NODE ADD CONSTRAINT FK_TMP_CASC_NODE_PARENT FOREIGN KEY (PARENT) REFERENCES TMP_CASC_NODE (ID) [junit] [EL Finest]: 2022-09-10 04:19:00.76--ServerSession(1498401570)--Connection(442627636)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.76--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_NODE ADD CONSTRAINT FK_TMP_NODE_PARENT FOREIGN KEY (PARENT) REFERENCES TMP_NODE (ID)") [junit] [EL Finest]: 2022-09-10 04:19:00.76--ServerSession(1498401570)--Connection(20780627)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.76--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.76--ServerSession(1498401570)--Connection(892589968)--Thread(Thread[main,5,main])--ALTER TABLE TMP_NODE ADD CONSTRAINT FK_TMP_NODE_PARENT FOREIGN KEY (PARENT) REFERENCES TMP_NODE (ID) [junit] [EL Finest]: 2022-09-10 04:19:00.769--ServerSession(1498401570)--Connection(20780627)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.769--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_BICYCLE ADD CONSTRAINT FK_TMP_EMP_BICYCLE_BICYCLE_ID FOREIGN KEY (BICYCLE_ID) REFERENCES TMP_VEHICLE (ID)") [junit] [EL Finest]: 2022-09-10 04:19:00.769--ServerSession(1498401570)--Connection(440033814)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.77--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.77--ServerSession(1498401570)--Connection(832481686)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_BICYCLE ADD CONSTRAINT FK_TMP_EMP_BICYCLE_BICYCLE_ID FOREIGN KEY (BICYCLE_ID) REFERENCES TMP_VEHICLE (ID) [junit] [EL Finest]: 2022-09-10 04:19:00.779--ServerSession(1498401570)--Connection(440033814)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.779--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_BICYCLE ADD CONSTRAINT FK_TMP_EMP_BICYCLE_EMPLOYEE_ID FOREIGN KEY (EMPLOYEE_ID) REFERENCES TMP_EMP (ID)") [junit] [EL Finest]: 2022-09-10 04:19:00.779--ServerSession(1498401570)--Connection(1151446606)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.779--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.779--ServerSession(1498401570)--Connection(3636565)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_BICYCLE ADD CONSTRAINT FK_TMP_EMP_BICYCLE_EMPLOYEE_ID FOREIGN KEY (EMPLOYEE_ID) REFERENCES TMP_EMP (ID) [junit] [EL Finest]: 2022-09-10 04:19:00.79--ServerSession(1498401570)--Connection(1151446606)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.79--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COURSE_EMP ADD CONSTRAINT FK_TMP_COURSE_EMP_COURSE_ID FOREIGN KEY (COURSE_ID) REFERENCES TMP_COURSE (COURSE_ID)") [junit] [EL Finest]: 2022-09-10 04:19:00.79--ServerSession(1498401570)--Connection(1475213961)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.79--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.79--ServerSession(1498401570)--Connection(1812723956)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COURSE_EMP ADD CONSTRAINT FK_TMP_COURSE_EMP_COURSE_ID FOREIGN KEY (COURSE_ID) REFERENCES TMP_COURSE (COURSE_ID) [junit] [EL Finest]: 2022-09-10 04:19:00.8--ServerSession(1498401570)--Connection(1475213961)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.8--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COURSE_EMP ADD CONSTRAINT FK_TMP_COURSE_EMP_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES TMP_EMP (ID)") [junit] [EL Finest]: 2022-09-10 04:19:00.8--ServerSession(1498401570)--Connection(1790372915)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.8--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.801--ServerSession(1498401570)--Connection(1497982409)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COURSE_EMP ADD CONSTRAINT FK_TMP_COURSE_EMP_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES TMP_EMP (ID) [junit] [EL Finest]: 2022-09-10 04:19:00.81--ServerSession(1498401570)--Connection(1790372915)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.81--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_CREDIT ADD CONSTRAINT FK_TMP_EMP_CREDIT_CREDIT_ID FOREIGN KEY (CREDIT_ID) REFERENCES TMP_ACCOUNT (ACC_NUMBER)") [junit] [EL Finest]: 2022-09-10 04:19:00.81--ServerSession(1498401570)--Connection(621359225)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.81--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.81--ServerSession(1498401570)--Connection(939294268)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_CREDIT ADD CONSTRAINT FK_TMP_EMP_CREDIT_CREDIT_ID FOREIGN KEY (CREDIT_ID) REFERENCES TMP_ACCOUNT (ACC_NUMBER) [junit] [EL Finest]: 2022-09-10 04:19:00.819--ServerSession(1498401570)--Connection(621359225)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.819--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_CREDIT ADD CONSTRAINT FK_TMP_EMP_CREDIT_CLIENT_ID FOREIGN KEY (CLIENT_ID) REFERENCES TMP_EMP (ID)") [junit] [EL Finest]: 2022-09-10 04:19:00.819--ServerSession(1498401570)--Connection(343298013)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.819--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.82--ServerSession(1498401570)--Connection(1076879089)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_CREDIT ADD CONSTRAINT FK_TMP_EMP_CREDIT_CLIENT_ID FOREIGN KEY (CLIENT_ID) REFERENCES TMP_EMP (ID) [junit] [EL Finest]: 2022-09-10 04:19:00.829--ServerSession(1498401570)--Connection(343298013)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.829--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_HOBBY ADD CONSTRAINT FK_TMP_EMP_HOBBY_HOBBY_ID FOREIGN KEY (HOBBY_ID) REFERENCES TMP_HOBBY (ID)") [junit] [EL Finest]: 2022-09-10 04:19:00.829--ServerSession(1498401570)--Connection(918357996)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.829--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.829--ServerSession(1498401570)--Connection(140222364)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_HOBBY ADD CONSTRAINT FK_TMP_EMP_HOBBY_HOBBY_ID FOREIGN KEY (HOBBY_ID) REFERENCES TMP_HOBBY (ID) [junit] [EL Finest]: 2022-09-10 04:19:00.838--ServerSession(1498401570)--Connection(918357996)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.838--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_HOBBY ADD CONSTRAINT FK_TMP_EMP_HOBBY_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES TMP_EMP (ID)") [junit] [EL Finest]: 2022-09-10 04:19:00.838--ServerSession(1498401570)--Connection(1974910273)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.838--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.839--ServerSession(1498401570)--Connection(558201620)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_HOBBY ADD CONSTRAINT FK_TMP_EMP_HOBBY_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES TMP_EMP (ID) [junit] [EL Finest]: 2022-09-10 04:19:00.848--ServerSession(1498401570)--Connection(1974910273)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.848--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_PATENT ADD CONSTRAINT FK_TMP_EMP_PATENT_PATENT_NAME FOREIGN KEY (PATENT_NAME, PATENT_YEAR) REFERENCES TMP_PATENT (PAT_NAME, PAT_YEAR)") [junit] [EL Finest]: 2022-09-10 04:19:00.848--ServerSession(1498401570)--Connection(1040580772)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.848--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.849--ServerSession(1498401570)--Connection(873546155)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PATENT ADD CONSTRAINT FK_TMP_EMP_PATENT_PATENT_NAME FOREIGN KEY (PATENT_NAME, PATENT_YEAR) REFERENCES TMP_PATENT (PAT_NAME, PAT_YEAR) [junit] [EL Finest]: 2022-09-10 04:19:00.86--ServerSession(1498401570)--Connection(1040580772)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.86--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_PATENT ADD CONSTRAINT FK_TMP_EMP_PATENT_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES TMP_EMP (ID)") [junit] [EL Finest]: 2022-09-10 04:19:00.86--ServerSession(1498401570)--Connection(821664929)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.86--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.861--ServerSession(1498401570)--Connection(249270028)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PATENT ADD CONSTRAINT FK_TMP_EMP_PATENT_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES TMP_EMP (ID) [junit] [EL Finest]: 2022-09-10 04:19:00.87--ServerSession(1498401570)--Connection(821664929)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.87--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_PROJECT ADD CONSTRAINT FK_TMP_EMP_PROJECT_PROJECT_ID FOREIGN KEY (PROJECT_ID) REFERENCES TMP_PROJECT (ID)") [junit] [EL Finest]: 2022-09-10 04:19:00.87--ServerSession(1498401570)--Connection(1631537374)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.87--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.87--ServerSession(1498401570)--Connection(869140506)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PROJECT ADD CONSTRAINT FK_TMP_EMP_PROJECT_PROJECT_ID FOREIGN KEY (PROJECT_ID) REFERENCES TMP_PROJECT (ID) [junit] [EL Finest]: 2022-09-10 04:19:00.88--ServerSession(1498401570)--Connection(1631537374)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.88--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_PROJECT ADD CONSTRAINT FK_TMP_EMP_PROJECT_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES TMP_EMP (ID)") [junit] [EL Finest]: 2022-09-10 04:19:00.88--ServerSession(1498401570)--Connection(1975716431)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.88--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.881--ServerSession(1498401570)--Connection(906904117)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PROJECT ADD CONSTRAINT FK_TMP_EMP_PROJECT_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES TMP_EMP (ID) [junit] [EL Finest]: 2022-09-10 04:19:00.89--ServerSession(1498401570)--Connection(1975716431)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.89--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_REVIEW ADD CONSTRAINT FK_TMP_EMP_REVIEW_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES TMP_EMP (ID)") [junit] [EL Finest]: 2022-09-10 04:19:00.89--ServerSession(1498401570)--Connection(213560315)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.89--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.89--ServerSession(1498401570)--Connection(1214336947)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_REVIEW ADD CONSTRAINT FK_TMP_EMP_REVIEW_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES TMP_EMP (ID) [junit] [EL Finest]: 2022-09-10 04:19:00.898--ServerSession(1498401570)--Connection(213560315)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.898--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_REVIEW ADD CONSTRAINT FK_TMP_EMP_REVIEW_REVIEW_ID FOREIGN KEY (REVIEW_ID) REFERENCES TMP_REVIEW (ID)") [junit] [EL Finest]: 2022-09-10 04:19:00.898--ServerSession(1498401570)--Connection(1153269540)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.898--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.899--ServerSession(1498401570)--Connection(115584215)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_REVIEW ADD CONSTRAINT FK_TMP_EMP_REVIEW_REVIEW_ID FOREIGN KEY (REVIEW_ID) REFERENCES TMP_REVIEW (ID) [junit] [EL Finest]: 2022-09-10 04:19:00.908--ServerSession(1498401570)--Connection(1153269540)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.908--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_OFFICE_CUBICLE ADD CONSTRAINT FK_TMP_OFFICE_CUBICLE_CUBICLE_PLACE FOREIGN KEY (CUBICLE_PLACE, CUBICLE_FLOOR) REFERENCES TMP_CUBICLE (PLACE, FLOOR)") [junit] [EL Finest]: 2022-09-10 04:19:00.908--ServerSession(1498401570)--Connection(1755303688)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.908--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.908--ServerSession(1498401570)--Connection(1937855448)--Thread(Thread[main,5,main])--ALTER TABLE TMP_OFFICE_CUBICLE ADD CONSTRAINT FK_TMP_OFFICE_CUBICLE_CUBICLE_PLACE FOREIGN KEY (CUBICLE_PLACE, CUBICLE_FLOOR) REFERENCES TMP_CUBICLE (PLACE, FLOOR) [junit] [EL Finest]: 2022-09-10 04:19:00.925--ServerSession(1498401570)--Connection(1755303688)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.925--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_OFFICE_CUBICLE ADD CONSTRAINT FK_TMP_OFFICE_CUBICLE_OFFICE_ID FOREIGN KEY (OFFICE_ID) REFERENCES TMP_OFFICE (ID)") [junit] [EL Finest]: 2022-09-10 04:19:00.925--ServerSession(1498401570)--Connection(1840423520)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.925--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.925--ServerSession(1498401570)--Connection(341062557)--Thread(Thread[main,5,main])--ALTER TABLE TMP_OFFICE_CUBICLE ADD CONSTRAINT FK_TMP_OFFICE_CUBICLE_OFFICE_ID FOREIGN KEY (OFFICE_ID) REFERENCES TMP_OFFICE (ID) [junit] [EL Finest]: 2022-09-10 04:19:00.935--ServerSession(1498401570)--Connection(1840423520)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.935--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_VEHICLE_PROFILE ADD CONSTRAINT FK_TMP_VEHICLE_PROFILE_VEHICLE_ID FOREIGN KEY (VEHICLE_ID) REFERENCES TMP_VEHICLE (ID)") [junit] [EL Finest]: 2022-09-10 04:19:00.935--ServerSession(1498401570)--Connection(11221844)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.935--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.935--ServerSession(1498401570)--Connection(903227399)--Thread(Thread[main,5,main])--ALTER TABLE TMP_VEHICLE_PROFILE ADD CONSTRAINT FK_TMP_VEHICLE_PROFILE_VEHICLE_ID FOREIGN KEY (VEHICLE_ID) REFERENCES TMP_VEHICLE (ID) [junit] [EL Finest]: 2022-09-10 04:19:00.944--ServerSession(1498401570)--Connection(11221844)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.944--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_VEHICLE_PROFILE ADD CONSTRAINT FK_TMP_VEHICLE_PROFILE_PROFILE_ID FOREIGN KEY (PROFILE_ID) REFERENCES TMP_PROFILE (GUID)") [junit] [EL Finest]: 2022-09-10 04:19:00.944--ServerSession(1498401570)--Connection(1607463538)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.945--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.945--ServerSession(1498401570)--Connection(1532850076)--Thread(Thread[main,5,main])--ALTER TABLE TMP_VEHICLE_PROFILE ADD CONSTRAINT FK_TMP_VEHICLE_PROFILE_PROFILE_ID FOREIGN KEY (PROFILE_ID) REFERENCES TMP_PROFILE (GUID) [junit] [EL Finest]: 2022-09-10 04:19:00.954--ServerSession(1498401570)--Connection(1607463538)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.954--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_UCOFFICE_CUBICLE ADD CONSTRAINT FK_TMP_UCOFFICE_CUBICLE_CUBICLE_PLACE FOREIGN KEY (CUBICLE_PLACE, CUBICLE_FLOOR) REFERENCES TMP_CUBICLE (PLACE, FLOOR)") [junit] [EL Finest]: 2022-09-10 04:19:00.954--ServerSession(1498401570)--Connection(737301055)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.954--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.954--ServerSession(1498401570)--Connection(467921234)--Thread(Thread[main,5,main])--ALTER TABLE TMP_UCOFFICE_CUBICLE ADD CONSTRAINT FK_TMP_UCOFFICE_CUBICLE_CUBICLE_PLACE FOREIGN KEY (CUBICLE_PLACE, CUBICLE_FLOOR) REFERENCES TMP_CUBICLE (PLACE, FLOOR) [junit] [EL Finest]: 2022-09-10 04:19:00.963--ServerSession(1498401570)--Connection(737301055)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.963--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_UCOFFICE_CUBICLE ADD CONSTRAINT FK_TMP_UCOFFICE_CUBICLE_OFFICE_ID FOREIGN KEY (OFFICE_ID) REFERENCES TMP_UCOFFICE (ID)") [junit] [EL Finest]: 2022-09-10 04:19:00.963--ServerSession(1498401570)--Connection(1230904017)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.963--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.963--ServerSession(1498401570)--Connection(1299436497)--Thread(Thread[main,5,main])--ALTER TABLE TMP_UCOFFICE_CUBICLE ADD CONSTRAINT FK_TMP_UCOFFICE_CUBICLE_OFFICE_ID FOREIGN KEY (OFFICE_ID) REFERENCES TMP_UCOFFICE (ID) [junit] [EL Finest]: 2022-09-10 04:19:00.973--ServerSession(1498401570)--Connection(1230904017)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.973--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CITY_TMP_COP ADD CONSTRAINT FK_TMP_CITY_TMP_COP_City_ID FOREIGN KEY (City_ID) REFERENCES TMP_CITY (ID)") [junit] [EL Finest]: 2022-09-10 04:19:00.973--ServerSession(1498401570)--Connection(1862757459)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.973--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.973--ServerSession(1498401570)--Connection(1010419513)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_COP ADD CONSTRAINT FK_TMP_CITY_TMP_COP_City_ID FOREIGN KEY (City_ID) REFERENCES TMP_CITY (ID) [junit] [EL Finest]: 2022-09-10 04:19:00.981--ServerSession(1498401570)--Connection(1862757459)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.981--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CITY_TMP_COP ADD CONSTRAINT FK_TMP_CITY_TMP_COP_cops_ID FOREIGN KEY (cops_ID) REFERENCES TMP_COP (ID)") [junit] [EL Finest]: 2022-09-10 04:19:00.981--ServerSession(1498401570)--Connection(2050964420)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.981--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.981--ServerSession(1498401570)--Connection(147663797)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_COP ADD CONSTRAINT FK_TMP_CITY_TMP_COP_cops_ID FOREIGN KEY (cops_ID) REFERENCES TMP_COP (ID) [junit] [EL Finest]: 2022-09-10 04:19:00.991--ServerSession(1498401570)--Connection(2050964420)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.991--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CITY_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_CITY_TMP_CRIMINAL_criminals_ID FOREIGN KEY (criminals_ID) REFERENCES TMP_CRIMINAL (ID)") [junit] [EL Finest]: 2022-09-10 04:19:00.991--ServerSession(1498401570)--Connection(1115434134)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:00.991--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:00.991--ServerSession(1498401570)--Connection(596453359)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_CITY_TMP_CRIMINAL_criminals_ID FOREIGN KEY (criminals_ID) REFERENCES TMP_CRIMINAL (ID) [junit] [EL Finest]: 2022-09-10 04:19:01.0--ServerSession(1498401570)--Connection(1115434134)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.0--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CITY_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_CITY_TMP_CRIMINAL_City_ID FOREIGN KEY (City_ID) REFERENCES TMP_CITY (ID)") [junit] [EL Finest]: 2022-09-10 04:19:01.001--ServerSession(1498401570)--Connection(503144483)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.001--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:01.001--ServerSession(1498401570)--Connection(1468374572)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_CITY_TMP_CRIMINAL_City_ID FOREIGN KEY (City_ID) REFERENCES TMP_CITY (ID) [junit] [EL Finest]: 2022-09-10 04:19:01.01--ServerSession(1498401570)--Connection(503144483)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.01--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COP_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_COP_TMP_CRIMINAL_attachedCriminals_ID FOREIGN KEY (attachedCriminals_ID) REFERENCES TMP_CRIMINAL (ID)") [junit] [EL Finest]: 2022-09-10 04:19:01.01--ServerSession(1498401570)--Connection(1093079840)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.01--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:01.01--ServerSession(1498401570)--Connection(975733206)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_COP_TMP_CRIMINAL_attachedCriminals_ID FOREIGN KEY (attachedCriminals_ID) REFERENCES TMP_CRIMINAL (ID) [junit] [EL Finest]: 2022-09-10 04:19:01.02--ServerSession(1498401570)--Connection(1093079840)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.02--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COP_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_COP_TMP_CRIMINAL_Cop_ID FOREIGN KEY (Cop_ID) REFERENCES TMP_COP (ID)") [junit] [EL Finest]: 2022-09-10 04:19:01.02--ServerSession(1498401570)--Connection(1268635527)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.02--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:01.02--ServerSession(1498401570)--Connection(893765907)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_COP_TMP_CRIMINAL_Cop_ID FOREIGN KEY (Cop_ID) REFERENCES TMP_COP (ID) [junit] [EL Finest]: 2022-09-10 04:19:01.03--ServerSession(1498401570)--Connection(1268635527)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.031--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COP_TMP_INFORMER ADD CONSTRAINT FK_TMP_COP_TMP_INFORMER_Cop_ID FOREIGN KEY (Cop_ID) REFERENCES TMP_COP (ID)") [junit] [EL Finest]: 2022-09-10 04:19:01.031--ServerSession(1498401570)--Connection(425232550)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.031--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:01.031--ServerSession(1498401570)--Connection(47110095)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_INFORMER ADD CONSTRAINT FK_TMP_COP_TMP_INFORMER_Cop_ID FOREIGN KEY (Cop_ID) REFERENCES TMP_COP (ID) [junit] [EL Finest]: 2022-09-10 04:19:01.04--ServerSession(1498401570)--Connection(425232550)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.04--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COP_TMP_INFORMER ADD CONSTRAINT FK_TMP_COP_TMP_INFORMER_informers_ID FOREIGN KEY (informers_ID) REFERENCES TMP_INFORMER (ID)") [junit] [EL Finest]: 2022-09-10 04:19:01.04--ServerSession(1498401570)--Connection(1539591544)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.04--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:01.04--ServerSession(1498401570)--Connection(792758624)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_INFORMER ADD CONSTRAINT FK_TMP_COP_TMP_INFORMER_informers_ID FOREIGN KEY (informers_ID) REFERENCES TMP_INFORMER (ID) [junit] [EL Finest]: 2022-09-10 04:19:01.05--ServerSession(1498401570)--Connection(1539591544)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.05--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_INFORMER_TMP_COP ADD CONSTRAINT FK_TMP_INFORMER_TMP_COP_informingCops_ID FOREIGN KEY (informingCops_ID) REFERENCES TMP_COP (ID)") [junit] [EL Finest]: 2022-09-10 04:19:01.05--ServerSession(1498401570)--Connection(1293962032)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.051--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:01.051--ServerSession(1498401570)--Connection(1711329405)--Thread(Thread[main,5,main])--ALTER TABLE TMP_INFORMER_TMP_COP ADD CONSTRAINT FK_TMP_INFORMER_TMP_COP_informingCops_ID FOREIGN KEY (informingCops_ID) REFERENCES TMP_COP (ID) [junit] [EL Finest]: 2022-09-10 04:19:01.06--ServerSession(1498401570)--Connection(1293962032)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.06--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_INFORMER_TMP_COP ADD CONSTRAINT FK_TMP_INFORMER_TMP_COP_Informer_ID FOREIGN KEY (Informer_ID) REFERENCES TMP_INFORMER (ID)") [junit] [EL Finest]: 2022-09-10 04:19:01.06--ServerSession(1498401570)--Connection(204319504)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.06--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:01.06--ServerSession(1498401570)--Connection(1817055696)--Thread(Thread[main,5,main])--ALTER TABLE TMP_INFORMER_TMP_COP ADD CONSTRAINT FK_TMP_INFORMER_TMP_COP_Informer_ID FOREIGN KEY (Informer_ID) REFERENCES TMP_INFORMER (ID) [junit] [EL Finest]: 2022-09-10 04:19:01.07--ServerSession(1498401570)--Connection(204319504)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.07--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CRIMINAL_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_CRIMINAL_TMP_CRIMINAL_parties_ID FOREIGN KEY (parties_ID) REFERENCES TMP_CRIMINAL (ID)") [junit] [EL Finest]: 2022-09-10 04:19:01.07--ServerSession(1498401570)--Connection(1401980462)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.07--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:01.071--ServerSession(1498401570)--Connection(1338826013)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CRIMINAL_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_CRIMINAL_TMP_CRIMINAL_parties_ID FOREIGN KEY (parties_ID) REFERENCES TMP_CRIMINAL (ID) [junit] [EL Finest]: 2022-09-10 04:19:01.08--ServerSession(1498401570)--Connection(1401980462)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.08--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CRIMINAL_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_CRIMINAL_TMP_CRIMINAL_Criminal_ID FOREIGN KEY (Criminal_ID) REFERENCES TMP_CRIMINAL (ID)") [junit] [EL Finest]: 2022-09-10 04:19:01.08--ServerSession(1498401570)--Connection(1641289051)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.08--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:01.08--ServerSession(1498401570)--Connection(1213794377)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CRIMINAL_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_CRIMINAL_TMP_CRIMINAL_Criminal_ID FOREIGN KEY (Criminal_ID) REFERENCES TMP_CRIMINAL (ID) [junit] [EL Finest]: 2022-09-10 04:19:01.089--ServerSession(1498401570)--Connection(1641289051)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.089--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CAVE_CREATURE ADD CONSTRAINT FK_TMP_CAVE_CREATURE_CREATURE_ID FOREIGN KEY (CREATURE_ID) REFERENCES TMP_CREATURE (ID)") [junit] [EL Finest]: 2022-09-10 04:19:01.09--ServerSession(1498401570)--Connection(153337703)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.09--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:01.09--ServerSession(1498401570)--Connection(154723658)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CAVE_CREATURE ADD CONSTRAINT FK_TMP_CAVE_CREATURE_CREATURE_ID FOREIGN KEY (CREATURE_ID) REFERENCES TMP_CREATURE (ID) [junit] [EL Finest]: 2022-09-10 04:19:01.099--ServerSession(1498401570)--Connection(153337703)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.099--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CAVE_CREATURE ADD CONSTRAINT FK_TMP_CAVE_CREATURE_CAVE_ID FOREIGN KEY (CAVE_ID) REFERENCES TMP_CAVE (ID)") [junit] [EL Finest]: 2022-09-10 04:19:01.099--ServerSession(1498401570)--Connection(517608115)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.099--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:01.099--ServerSession(1498401570)--Connection(1342613143)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CAVE_CREATURE ADD CONSTRAINT FK_TMP_CAVE_CREATURE_CAVE_ID FOREIGN KEY (CAVE_ID) REFERENCES TMP_CAVE (ID) [junit] [EL Finest]: 2022-09-10 04:19:01.109--ServerSession(1498401570)--Connection(517608115)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.11--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'") [junit] [EL Finest]: 2022-09-10 04:19:01.11--ServerSession(1498401570)--Connection(416692630)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.11--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:01.11--ServerSession(1498401570)--Connection(1852560443)--Thread(Thread[main,5,main])--DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Finest]: 2022-09-10 04:19:01.111--ServerSession(1498401570)--Connection(416692630)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.111--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'") [junit] [EL Finest]: 2022-09-10 04:19:01.111--ServerSession(1498401570)--Connection(469765167)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.111--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:01.111--ServerSession(1498401570)--Connection(746244504)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Finest]: 2022-09-10 04:19:01.111--ServerSession(1498401570)--Connection(469765167)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.111--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_GEN', 0)") [junit] [EL Finest]: 2022-09-10 04:19:01.111--ServerSession(1498401570)--Connection(1254252690)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.112--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:01.112--ServerSession(1498401570)--Connection(814630491)--Thread(Thread[main,5,main])--INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_GEN', 0) [junit] [EL Finest]: 2022-09-10 04:19:01.112--ServerSession(1498401570)--Connection(1254252690)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.113--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator'") [junit] [EL Finest]: 2022-09-10 04:19:01.113--ServerSession(1498401570)--Connection(812420617)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.113--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:01.113--ServerSession(1498401570)--Connection(142473357)--Thread(Thread[main,5,main])--DELETE FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator' [junit] [EL Finest]: 2022-09-10 04:19:01.114--ServerSession(1498401570)--Connection(812420617)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.114--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator'") [junit] [EL Finest]: 2022-09-10 04:19:01.114--ServerSession(1498401570)--Connection(2089976729)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.114--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:01.114--ServerSession(1498401570)--Connection(466396438)--Thread(Thread[main,5,main])--SELECT * FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator' [junit] [EL Finest]: 2022-09-10 04:19:01.114--ServerSession(1498401570)--Connection(2089976729)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.114--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO TMP_GENERATOR(BEAN_NAME, MAX_ID) values ('IdGenerator', 0)") [junit] [EL Finest]: 2022-09-10 04:19:01.115--ServerSession(1498401570)--Connection(508294491)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.115--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:01.115--ServerSession(1498401570)--Connection(1615923089)--Thread(Thread[main,5,main])--INSERT INTO TMP_GENERATOR(BEAN_NAME, MAX_ID) values ('IdGenerator', 0) [junit] [EL Finest]: 2022-09-10 04:19:01.115--ServerSession(1498401570)--Connection(508294491)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.116--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM DIS_SEQ_DIS WHERE GEN_KEY = 'Component'") [junit] [EL Finest]: 2022-09-10 04:19:01.116--ServerSession(1498401570)--Connection(598978484)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.116--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:01.116--ServerSession(1498401570)--Connection(35005848)--Thread(Thread[main,5,main])--DELETE FROM DIS_SEQ_DIS WHERE GEN_KEY = 'Component' [junit] [EL Finest]: 2022-09-10 04:19:01.117--ServerSession(1498401570)--Connection(598978484)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.117--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM DIS_SEQ_DIS WHERE GEN_KEY = 'Component'") [junit] [EL Finest]: 2022-09-10 04:19:01.117--ServerSession(1498401570)--Connection(2078826261)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.117--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:01.117--ServerSession(1498401570)--Connection(1214357269)--Thread(Thread[main,5,main])--SELECT * FROM DIS_SEQ_DIS WHERE GEN_KEY = 'Component' [junit] [EL Finest]: 2022-09-10 04:19:01.117--ServerSession(1498401570)--Connection(2078826261)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.117--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO DIS_SEQ_DIS(GEN_KEY, GEN_VAL) values ('Component', 0)") [junit] [EL Finest]: 2022-09-10 04:19:01.117--ServerSession(1498401570)--Connection(1091437627)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.117--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:01.118--ServerSession(1498401570)--Connection(97755704)--Thread(Thread[main,5,main])--INSERT INTO DIS_SEQ_DIS(GEN_KEY, GEN_VAL) values ('Component', 0) [junit] [EL Finest]: 2022-09-10 04:19:01.118--ServerSession(1498401570)--Connection(1091437627)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.119--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_COURSE_GEN WHERE BEAN_NAME = 'CourseGenerator'") [junit] [EL Finest]: 2022-09-10 04:19:01.119--ServerSession(1498401570)--Connection(1732238376)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.119--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:01.119--ServerSession(1498401570)--Connection(80682690)--Thread(Thread[main,5,main])--DELETE FROM TMP_COURSE_GEN WHERE BEAN_NAME = 'CourseGenerator' [junit] [EL Finest]: 2022-09-10 04:19:01.12--ServerSession(1498401570)--Connection(1732238376)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.12--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM TMP_COURSE_GEN WHERE BEAN_NAME = 'CourseGenerator'") [junit] [EL Finest]: 2022-09-10 04:19:01.12--ServerSession(1498401570)--Connection(1526838264)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.12--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:01.12--ServerSession(1498401570)--Connection(667197268)--Thread(Thread[main,5,main])--SELECT * FROM TMP_COURSE_GEN WHERE BEAN_NAME = 'CourseGenerator' [junit] [EL Finest]: 2022-09-10 04:19:01.12--ServerSession(1498401570)--Connection(1526838264)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.12--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO TMP_COURSE_GEN(BEAN_NAME, MAX_ID) values ('CourseGenerator', 0)") [junit] [EL Finest]: 2022-09-10 04:19:01.12--ServerSession(1498401570)--Connection(1247570736)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.12--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:01.121--ServerSession(1498401570)--Connection(1231119120)--Thread(Thread[main,5,main])--INSERT INTO TMP_COURSE_GEN(BEAN_NAME, MAX_ID) values ('CourseGenerator', 0) [junit] [EL Finest]: 2022-09-10 04:19:01.121--ServerSession(1498401570)--Connection(1247570736)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.122--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = 'VehicleGenerator'") [junit] [EL Finest]: 2022-09-10 04:19:01.122--ServerSession(1498401570)--Connection(234223191)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.122--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:01.122--ServerSession(1498401570)--Connection(1754303463)--Thread(Thread[main,5,main])--DELETE FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = 'VehicleGenerator' [junit] [EL Finest]: 2022-09-10 04:19:01.122--ServerSession(1498401570)--Connection(234223191)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.123--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = 'VehicleGenerator'") [junit] [EL Finest]: 2022-09-10 04:19:01.123--ServerSession(1498401570)--Connection(76017194)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.123--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:01.123--ServerSession(1498401570)--Connection(1747223278)--Thread(Thread[main,5,main])--SELECT * FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = 'VehicleGenerator' [junit] [EL Finest]: 2022-09-10 04:19:01.123--ServerSession(1498401570)--Connection(76017194)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.123--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO TMP_VEHICLE_GEN(BEAN_NAME, MAX_ID) values ('VehicleGenerator', 0)") [junit] [EL Finest]: 2022-09-10 04:19:01.123--ServerSession(1498401570)--Connection(739905410)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.123--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:01.123--ServerSession(1498401570)--Connection(1625676573)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE_GEN(BEAN_NAME, MAX_ID) values ('VehicleGenerator', 0) [junit] [EL Finest]: 2022-09-10 04:19:01.124--ServerSession(1498401570)--Connection(739905410)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.124--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_STRING_GEN WHERE BEAN_NAME = 'StringIdGenerator'") [junit] [EL Finest]: 2022-09-10 04:19:01.124--ServerSession(1498401570)--Connection(8633259)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.124--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:01.125--ServerSession(1498401570)--Connection(1739770043)--Thread(Thread[main,5,main])--DELETE FROM TMP_STRING_GEN WHERE BEAN_NAME = 'StringIdGenerator' [junit] [EL Finest]: 2022-09-10 04:19:01.125--ServerSession(1498401570)--Connection(8633259)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.125--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM TMP_STRING_GEN WHERE BEAN_NAME = 'StringIdGenerator'") [junit] [EL Finest]: 2022-09-10 04:19:01.125--ServerSession(1498401570)--Connection(1438317505)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.125--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:01.126--ServerSession(1498401570)--Connection(616302301)--Thread(Thread[main,5,main])--SELECT * FROM TMP_STRING_GEN WHERE BEAN_NAME = 'StringIdGenerator' [junit] [EL Finest]: 2022-09-10 04:19:01.126--ServerSession(1498401570)--Connection(1438317505)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.126--ServerSession(1498401570)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO TMP_STRING_GEN(BEAN_NAME, MAX_ID) values ('StringIdGenerator', 0)") [junit] [EL Finest]: 2022-09-10 04:19:01.126--ServerSession(1498401570)--Connection(649154765)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.126--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:01.126--ServerSession(1498401570)--Connection(1660891176)--Thread(Thread[main,5,main])--INSERT INTO TMP_STRING_GEN(BEAN_NAME, MAX_ID) values ('StringIdGenerator', 0) [junit] [EL Finest]: 2022-09-10 04:19:01.127--ServerSession(1498401570)--Connection(649154765)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:01.129--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Component_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.129--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.129--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.129--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.AbstractEmployee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.129--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.13--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.13--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.13--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.13--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.13--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.131--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.131--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.131--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.131--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.131--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.132--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.132--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.132--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.132--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.132--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.132--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.133--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.133--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.133--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.133--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.133--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.134--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.134--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.134--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.134--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.134--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.135--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.135--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.135--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.135--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.135--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.136--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.136--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.136--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.136--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.136--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.137--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.137--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.137--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.137--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.137--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.138--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.138--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.138--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.138--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.138--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.139--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.139--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.139--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.139--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.Node_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.139--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.139--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.14--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.14--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.14--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.14--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.14--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.141--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.141--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.141--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer$PK_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.141--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:01.141--ServerSession(1498401570)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount_] not found during initialization. [junit] [EL Finest]: 2022-09-10 04:19:01.142--ServerSession(1498401570)--Thread(Thread[main,5,main])--End deploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Deployed; factoryCount 1 [junit] [EL Finer]: 2022-09-10 04:19:01.142--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 1937433626 [junit] [EL Finer]: 2022-09-10 04:19:01.142--ClientSession(1937433626)--Thread(Thread[main,5,main])--acquire unit of work: 2047200712 [junit] [EL Finest]: 2022-09-10 04:19:01.142--UnitOfWork(2047200712)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:19:01.142--UnitOfWork(2047200712)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@174aabb2. [junit] [EL Finer]: 2022-09-10 04:19:01.142--UnitOfWork(2047200712)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:01.142--UnitOfWork(2047200712)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:19:01.142--ServerSession(1498401570)--Connection(1164481922)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.142--ClientSession(1937433626)--Connection(1164481922)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:01.142--ClientSession(1937433626)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:01.143--UnitOfWork(2047200712)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@174aabb2) [junit] [EL Fine]: 2022-09-10 04:19:01.143--ClientSession(1937433626)--Connection(121483686)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, Kornfeld, 1] [junit] [EL Fine]: 2022-09-10 04:19:01.144--ClientSession(1937433626)--Connection(121483686)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [105, Solarfried, Sonnenblume, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:01.145--UnitOfWork(2047200712)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:01.145--UnitOfWork(2047200712)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2022-09-10 04:19:01.145--UnitOfWork(2047200712)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@174aabb2 [junit] [EL Finest]: 2022-09-10 04:19:01.145--UnitOfWork(2047200712)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:01.145--UnitOfWork(2047200712)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:01.145--UnitOfWork(2047200712)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:19:01.145--UnitOfWork(2047200712)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Employee ) [junit] [EL Finest]: 2022-09-10 04:19:01.146--UnitOfWork(2047200712)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="bicycles" ) [junit] [EL Finest]: 2022-09-10 04:19:01.146--UnitOfWork(2047200712)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" ) [junit] [EL Fine]: 2022-09-10 04:19:01.146--ClientSession(1937433626)--Connection(121483686)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_BICYCLE WHERE (EMPLOYEE_ID = ?) [junit] bind => [105] [junit] [EL Finest]: 2022-09-10 04:19:01.147--UnitOfWork(2047200712)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" ) [junit] [EL Fine]: 2022-09-10 04:19:01.147--ClientSession(1937433626)--Connection(121483686)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_CREDIT WHERE (CLIENT_ID = ?) [junit] bind => [105] [junit] [EL Finest]: 2022-09-10 04:19:01.148--UnitOfWork(2047200712)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" ) [junit] [EL Fine]: 2022-09-10 04:19:01.148--ClientSession(1937433626)--Connection(121483686)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_HOBBY WHERE (EMP_ID = ?) [junit] bind => [105] [junit] [EL Finest]: 2022-09-10 04:19:01.149--UnitOfWork(2047200712)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" ) [junit] [EL Fine]: 2022-09-10 04:19:01.149--ClientSession(1937433626)--Connection(121483686)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PATENT WHERE (EMP_ID = ?) [junit] bind => [105] [junit] [EL Finest]: 2022-09-10 04:19:01.15--UnitOfWork(2047200712)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" ) [junit] [EL Fine]: 2022-09-10 04:19:01.15--ClientSession(1937433626)--Connection(121483686)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT WHERE (EMP_ID = ?) [junit] bind => [105] [junit] [EL Finest]: 2022-09-10 04:19:01.151--UnitOfWork(2047200712)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@174aabb2) [junit] [EL Fine]: 2022-09-10 04:19:01.151--ClientSession(1937433626)--Connection(121483686)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW WHERE (EMP_ID = ?) [junit] bind => [105] [junit] [EL Finest]: 2022-09-10 04:19:01.152--UnitOfWork(2047200712)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Fine]: 2022-09-10 04:19:01.152--ClientSession(1937433626)--Connection(121483686)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP WHERE (ID = ?) [junit] bind => [105] [junit] [EL Fine]: 2022-09-10 04:19:01.152--ClientSession(1937433626)--Connection(121483686)--Thread(Thread[main,5,main])--DELETE FROM TMP_DEP WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [1, 1] [junit] [EL Finer]: 2022-09-10 04:19:01.153--ClientSession(1937433626)--Connection(121483686)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:01.154--ServerSession(1498401570)--Connection(1164481922)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.154--UnitOfWork(2047200712)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:01.154--UnitOfWork(2047200712)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:01.199--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 1029586776 [junit] [EL Finer]: 2022-09-10 04:19:01.2--ClientSession(1029586776)--Thread(Thread[main,5,main])--acquire unit of work: 1633360815 [junit] [EL Finest]: 2022-09-10 04:19:01.2--UnitOfWork(1633360815)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@48cc060d. [junit] [EL Finest]: 2022-09-10 04:19:01.2--UnitOfWork(1633360815)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2. [junit] [EL Finer]: 2022-09-10 04:19:01.2--UnitOfWork(1633360815)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:01.2--UnitOfWork(1633360815)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2022-09-10 04:19:01.2--ServerSession(1498401570)--Connection(953797060)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.2--ClientSession(1029586776)--Connection(953797060)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:01.2--ClientSession(1029586776)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:01.2--UnitOfWork(1633360815)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@48cc060d) [junit] [EL Fine]: 2022-09-10 04:19:01.201--ClientSession(1029586776)--Connection(172198129)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [2, Kornfeld, 1] [junit] [EL Fine]: 2022-09-10 04:19:01.201--ClientSession(1029586776)--Connection(172198129)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [106, Solarfried, Sonnenblume, null, null, null, null, 2, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:01.202--ClientSession(1029586776)--Connection(172198129)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:01.203--ServerSession(1498401570)--Connection(953797060)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.203--UnitOfWork(1633360815)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:01.203--UnitOfWork(1633360815)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:01.229--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 1868724762 [junit] [EL Finer]: 2022-09-10 04:19:01.229--ClientSession(1868724762)--Thread(Thread[main,5,main])--acquire unit of work: 1700499817 [junit] [EL Finest]: 2022-09-10 04:19:01.229--UnitOfWork(1700499817)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@77f7905f. [junit] [EL Finest]: 2022-09-10 04:19:01.229--ServerSession(1498401570)--Connection(1649633410)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.229--ClientSession(1868724762)--Connection(1649633410)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:01.229--ClientSession(1868724762)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:01.23--ClientSession(1868724762)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="IdGenerator" sql="UPDATE TMP_GENERATOR SET MAX_ID = MAX_ID + #PREALLOC_SIZE WHERE BEAN_NAME = #BEAN_NAME") [junit] [EL Finest]: 2022-09-10 04:19:01.23--ClientSession(1868724762)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="IdGenerator" sql="SELECT MAX_ID FROM TMP_GENERATOR WHERE BEAN_NAME = #BEAN_NAME") [junit] [EL Fine]: 2022-09-10 04:19:01.23--ClientSession(1868724762)--Connection(513633400)--Thread(Thread[main,5,main])--UPDATE TMP_GENERATOR SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, IdGenerator] [junit] [EL Fine]: 2022-09-10 04:19:01.231--ClientSession(1868724762)--Connection(513633400)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_GENERATOR WHERE BEAN_NAME = ? [junit] bind => [IdGenerator] [junit] [EL Finest]: 2022-09-10 04:19:01.231--ClientSession(1868724762)--Connection(513633400)--Thread(Thread[main,5,main])--local sequencing preallocation for IdGenerator: objects: 50 , first: 1, last: 50 [junit] [EL Finer]: 2022-09-10 04:19:01.231--ClientSession(1868724762)--Connection(513633400)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:01.232--ServerSession(1498401570)--Connection(513633400)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2022-09-10 04:19:01.232--ServerSession(1498401570)--Connection(1649633410)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:19:01.232--UnitOfWork(1700499817)--Thread(Thread[main,5,main])--assign sequence to the object (1 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@77f7905f) [junit] [EL Finest]: 2022-09-10 04:19:01.232--UnitOfWork(1700499817)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5afaae7e. [junit] [EL Finer]: 2022-09-10 04:19:01.232--UnitOfWork(1700499817)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:01.233--UnitOfWork(1700499817)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5afaae7e) [junit] [EL Finest]: 2022-09-10 04:19:01.233--ServerSession(1498401570)--Connection(1560142500)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.233--ClientSession(1868724762)--Connection(1560142500)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:01.233--ClientSession(1868724762)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:01.233--UnitOfWork(1700499817)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@77f7905f) [junit] [EL Fine]: 2022-09-10 04:19:01.233--ClientSession(1868724762)--Connection(1408974363)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [107, Solarfried, Sonnenblume, null, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:01.234--ClientSession(1868724762)--Connection(1408974363)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] bind => [1, testWrongRemoveWithJointable] [junit] [EL Finest]: 2022-09-10 04:19:01.234--ClientSession(1868724762)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" ) [junit] [EL Fine]: 2022-09-10 04:19:01.235--ClientSession(1868724762)--Connection(1408974363)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] bind => [19, 0, 1] [junit] [EL Fine]: 2022-09-10 04:19:01.235--ClientSession(1868724762)--Connection(1408974363)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] bind => [1, 107] [junit] [EL Finer]: 2022-09-10 04:19:01.235--UnitOfWork(1700499817)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:01.236--UnitOfWork(1700499817)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2022-09-10 04:19:01.236--UnitOfWork(1700499817)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@77f7905f [junit] [EL Finest]: 2022-09-10 04:19:01.236--UnitOfWork(1700499817)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5afaae7e [junit] [EL Finer]: 2022-09-10 04:19:01.236--UnitOfWork(1700499817)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:01.236--UnitOfWork(1700499817)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Project ) [junit] [EL Finest]: 2022-09-10 04:19:01.236--UnitOfWork(1700499817)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Employee ) [junit] [EL Finest]: 2022-09-10 04:19:01.237--UnitOfWork(1700499817)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="employees" ) [junit] [EL Finest]: 2022-09-10 04:19:01.237--UnitOfWork(1700499817)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="bicycles" sql="DELETE FROM TMP_EMP_BICYCLE WHERE (EMPLOYEE_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:01.237--ClientSession(1868724762)--Connection(1408974363)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT WHERE (PROJECT_ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:01.238--UnitOfWork(1700499817)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="DELETE FROM TMP_EMP_CREDIT WHERE (CLIENT_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:01.238--ClientSession(1868724762)--Connection(1408974363)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_BICYCLE WHERE (EMPLOYEE_ID = ?) [junit] bind => [107] [junit] [EL Finest]: 2022-09-10 04:19:01.238--UnitOfWork(1700499817)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="DELETE FROM TMP_EMP_HOBBY WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:01.238--ClientSession(1868724762)--Connection(1408974363)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_CREDIT WHERE (CLIENT_ID = ?) [junit] bind => [107] [junit] [EL Finest]: 2022-09-10 04:19:01.239--UnitOfWork(1700499817)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" sql="DELETE FROM TMP_EMP_PATENT WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:01.239--ClientSession(1868724762)--Connection(1408974363)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_HOBBY WHERE (EMP_ID = ?) [junit] bind => [107] [junit] [EL Finest]: 2022-09-10 04:19:01.239--UnitOfWork(1700499817)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="DELETE FROM TMP_EMP_PROJECT WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:01.239--ClientSession(1868724762)--Connection(1408974363)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PATENT WHERE (EMP_ID = ?) [junit] bind => [107] [junit] [EL Finest]: 2022-09-10 04:19:01.239--UnitOfWork(1700499817)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="DELETE FROM TMP_EMP_REVIEW WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:01.24--ClientSession(1868724762)--Connection(1408974363)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT WHERE (EMP_ID = ?) [junit] bind => [107] [junit] [EL Finest]: 2022-09-10 04:19:01.24--UnitOfWork(1700499817)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@77f7905f) [junit] [EL Fine]: 2022-09-10 04:19:01.24--ClientSession(1868724762)--Connection(1408974363)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW WHERE (EMP_ID = ?) [junit] bind => [107] [junit] [EL Fine]: 2022-09-10 04:19:01.241--ClientSession(1868724762)--Connection(1408974363)--Thread(Thread[main,5,main])--DELETE FROM TMP_PROJECT_DETAILS WHERE (PROJECT_ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:01.241--UnitOfWork(1700499817)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5afaae7e) [junit] [EL Fine]: 2022-09-10 04:19:01.241--ClientSession(1868724762)--Connection(1408974363)--Thread(Thread[main,5,main])--DELETE FROM TMP_PROJECT WHERE (ID = ?) [junit] bind => [1] [junit] [EL Fine]: 2022-09-10 04:19:01.242--ClientSession(1868724762)--Connection(1408974363)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP WHERE (ID = ?) [junit] bind => [107] [junit] [EL Finer]: 2022-09-10 04:19:01.242--ClientSession(1868724762)--Connection(1408974363)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:01.243--ServerSession(1498401570)--Connection(1560142500)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.243--UnitOfWork(1700499817)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:01.243--UnitOfWork(1700499817)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:01.27--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 2118892964 [junit] [EL Finer]: 2022-09-10 04:19:01.27--ClientSession(2118892964)--Thread(Thread[main,5,main])--acquire unit of work: 787309361 [junit] [EL Finest]: 2022-09-10 04:19:01.27--UnitOfWork(787309361)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@a9aa98e8. [junit] [EL Finest]: 2022-09-10 04:19:01.27--UnitOfWork(787309361)--Thread(Thread[main,5,main])--assign sequence to the object (2 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@a9aa98e8) [junit] [EL Finest]: 2022-09-10 04:19:01.27--UnitOfWork(787309361)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@88e85a. [junit] [EL Finer]: 2022-09-10 04:19:01.27--UnitOfWork(787309361)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:01.271--UnitOfWork(787309361)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@88e85a) [junit] [EL Finest]: 2022-09-10 04:19:01.271--ServerSession(1498401570)--Connection(1371624712)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.271--ClientSession(2118892964)--Connection(1371624712)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:01.271--ClientSession(2118892964)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:01.271--UnitOfWork(787309361)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@a9aa98e8) [junit] [EL Fine]: 2022-09-10 04:19:01.271--ClientSession(2118892964)--Connection(374123858)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [1, first, last, null, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:01.272--ClientSession(2118892964)--Connection(374123858)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] bind => [2, foreignKeys] [junit] [EL Finest]: 2022-09-10 04:19:01.272--ClientSession(2118892964)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Fine]: 2022-09-10 04:19:01.273--ClientSession(2118892964)--Connection(374123858)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] bind => [17, 0, 2] [junit] [EL Fine]: 2022-09-10 04:19:01.273--ClientSession(2118892964)--Connection(374123858)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] bind => [2, 1] [junit] [EL Finer]: 2022-09-10 04:19:01.273--UnitOfWork(787309361)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:01.273--UnitOfWork(787309361)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2022-09-10 04:19:01.273--UnitOfWork(787309361)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@2e2df1. [junit] [EL Finest]: 2022-09-10 04:19:01.274--UnitOfWork(787309361)--Thread(Thread[main,5,main])--assign sequence to the object (3 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@2e2df1) [junit] [EL Finer]: 2022-09-10 04:19:01.274--UnitOfWork(787309361)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:01.274--UnitOfWork(787309361)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@88e85a) [junit] [EL Finest]: 2022-09-10 04:19:01.275--UnitOfWork(787309361)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@2e2df1) [junit] [EL Fine]: 2022-09-10 04:19:01.275--ClientSession(2118892964)--Connection(374123858)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] bind => [3, blah] [junit] [EL Finest]: 2022-09-10 04:19:01.275--ClientSession(2118892964)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Fine]: 2022-09-10 04:19:01.275--ClientSession(2118892964)--Connection(374123858)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] bind => [1, 0, 3] [junit] [EL Fine]: 2022-09-10 04:19:01.276--ClientSession(2118892964)--Connection(374123858)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] bind => [3, 1] [junit] [EL Finer]: 2022-09-10 04:19:01.276--ClientSession(2118892964)--Connection(374123858)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:01.277--ServerSession(1498401570)--Connection(1371624712)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.278--UnitOfWork(787309361)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:01.278--UnitOfWork(787309361)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2022-09-10 04:19:01.279--UnitOfWork(787309361)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:01.279--UnitOfWork(787309361)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@88e85a [junit] [EL Finest]: 2022-09-10 04:19:01.279--UnitOfWork(787309361)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@a9aa98e8 [junit] [EL Finest]: 2022-09-10 04:19:01.279--UnitOfWork(787309361)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@a9aa98e8 [junit] [EL Finer]: 2022-09-10 04:19:01.279--UnitOfWork(787309361)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:01.28--UnitOfWork(787309361)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Project ) [junit] [EL Finest]: 2022-09-10 04:19:01.281--UnitOfWork(787309361)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Employee ) [junit] [EL Finest]: 2022-09-10 04:19:01.281--UnitOfWork(787309361)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="employees" sql="DELETE FROM TMP_EMP_PROJECT WHERE (PROJECT_ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:01.281--ServerSession(1498401570)--Connection(1599146281)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.281--ClientSession(2118892964)--Connection(1599146281)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:01.281--ClientSession(2118892964)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:01.281--UnitOfWork(787309361)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="bicycles" sql="DELETE FROM TMP_EMP_BICYCLE WHERE (EMPLOYEE_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:01.281--ClientSession(2118892964)--Connection(1436731998)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT WHERE (PROJECT_ID = ?) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:19:01.282--UnitOfWork(787309361)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="DELETE FROM TMP_EMP_CREDIT WHERE (CLIENT_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:01.282--ClientSession(2118892964)--Connection(1436731998)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_BICYCLE WHERE (EMPLOYEE_ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:01.282--UnitOfWork(787309361)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="DELETE FROM TMP_EMP_HOBBY WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:01.282--ClientSession(2118892964)--Connection(1436731998)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_CREDIT WHERE (CLIENT_ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:01.283--UnitOfWork(787309361)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" sql="DELETE FROM TMP_EMP_PATENT WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:01.283--ClientSession(2118892964)--Connection(1436731998)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_HOBBY WHERE (EMP_ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:01.283--UnitOfWork(787309361)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="DELETE FROM TMP_EMP_PROJECT WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:01.283--ClientSession(2118892964)--Connection(1436731998)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PATENT WHERE (EMP_ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:01.283--UnitOfWork(787309361)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="DELETE FROM TMP_EMP_REVIEW WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:01.283--ClientSession(2118892964)--Connection(1436731998)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT WHERE (EMP_ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:01.284--UnitOfWork(787309361)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@88e85a) [junit] [EL Finest]: 2022-09-10 04:19:01.284--UnitOfWork(787309361)--Thread(Thread[main,5,main])--Execute query DataModifyQuery() [junit] [EL Fine]: 2022-09-10 04:19:01.284--ClientSession(2118892964)--Connection(1436731998)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW WHERE (EMP_ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:01.285--UnitOfWork(787309361)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@a9aa98e8) [junit] [EL Fine]: 2022-09-10 04:19:01.285--ClientSession(2118892964)--Connection(1436731998)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT WHERE ((PROJECT_ID = ?) AND (EMP_ID = ?)) [junit] bind => [2, 1] [junit] [EL Fine]: 2022-09-10 04:19:01.285--ClientSession(2118892964)--Connection(1436731998)--Thread(Thread[main,5,main])--DELETE FROM TMP_PROJECT_DETAILS WHERE (PROJECT_ID = ?) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:19:01.286--UnitOfWork(787309361)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@88e85a) [junit] [EL Fine]: 2022-09-10 04:19:01.286--ClientSession(2118892964)--Connection(1436731998)--Thread(Thread[main,5,main])--DELETE FROM TMP_PROJECT WHERE (ID = ?) [junit] bind => [2] [junit] [EL Fine]: 2022-09-10 04:19:01.287--ClientSession(2118892964)--Connection(1436731998)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finer]: 2022-09-10 04:19:01.287--ClientSession(2118892964)--Connection(1436731998)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:01.288--ServerSession(1498401570)--Connection(1599146281)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.288--UnitOfWork(787309361)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:01.288--UnitOfWork(787309361)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:01.313--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 1316483742 [junit] [EL Finer]: 2022-09-10 04:19:01.313--ClientSession(1316483742)--Thread(Thread[main,5,main])--acquire unit of work: 442076720 [junit] [EL Finest]: 2022-09-10 04:19:01.313--UnitOfWork(442076720)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3. [junit] [EL Finest]: 2022-09-10 04:19:01.313--UnitOfWork(442076720)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@31dbca5d. [junit] [EL Finer]: 2022-09-10 04:19:01.313--UnitOfWork(442076720)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:01.313--UnitOfWork(442076720)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2022-09-10 04:19:01.313--ServerSession(1498401570)--Connection(933099011)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.313--ClientSession(1316483742)--Connection(933099011)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:01.313--ClientSession(1316483742)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:01.314--UnitOfWork(442076720)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@31dbca5d) [junit] [EL Fine]: 2022-09-10 04:19:01.314--ClientSession(1316483742)--Connection(1492867983)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [3, Kornfeld, 1] [junit] [EL Fine]: 2022-09-10 04:19:01.314--ClientSession(1316483742)--Connection(1492867983)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [107, Solarfried, Sonnenblume, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:01.315--UnitOfWork(442076720)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:01.315--UnitOfWork(442076720)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2022-09-10 04:19:01.315--UnitOfWork(442076720)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2022-09-10 04:19:01.315--UnitOfWork(442076720)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@31dbca5d [junit] [EL Finer]: 2022-09-10 04:19:01.315--UnitOfWork(442076720)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:01.315--UnitOfWork(442076720)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:19:01.315--UnitOfWork(442076720)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Employee ) [junit] [EL Finest]: 2022-09-10 04:19:01.315--UnitOfWork(442076720)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="bicycles" sql="DELETE FROM TMP_EMP_BICYCLE WHERE (EMPLOYEE_ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:01.315--UnitOfWork(442076720)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="DELETE FROM TMP_EMP_CREDIT WHERE (CLIENT_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:01.315--ClientSession(1316483742)--Connection(1492867983)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_BICYCLE WHERE (EMPLOYEE_ID = ?) [junit] bind => [107] [junit] [EL Finest]: 2022-09-10 04:19:01.316--UnitOfWork(442076720)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="DELETE FROM TMP_EMP_HOBBY WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:01.316--ClientSession(1316483742)--Connection(1492867983)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_CREDIT WHERE (CLIENT_ID = ?) [junit] bind => [107] [junit] [EL Finest]: 2022-09-10 04:19:01.316--UnitOfWork(442076720)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" sql="DELETE FROM TMP_EMP_PATENT WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:01.316--ClientSession(1316483742)--Connection(1492867983)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_HOBBY WHERE (EMP_ID = ?) [junit] bind => [107] [junit] [EL Finest]: 2022-09-10 04:19:01.317--UnitOfWork(442076720)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="DELETE FROM TMP_EMP_PROJECT WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:01.317--ClientSession(1316483742)--Connection(1492867983)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PATENT WHERE (EMP_ID = ?) [junit] bind => [107] [junit] [EL Finest]: 2022-09-10 04:19:01.317--UnitOfWork(442076720)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="DELETE FROM TMP_EMP_REVIEW WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:01.317--ClientSession(1316483742)--Connection(1492867983)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT WHERE (EMP_ID = ?) [junit] bind => [107] [junit] [EL Finest]: 2022-09-10 04:19:01.317--UnitOfWork(442076720)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@31dbca5d) [junit] [EL Fine]: 2022-09-10 04:19:01.318--ClientSession(1316483742)--Connection(1492867983)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW WHERE (EMP_ID = ?) [junit] bind => [107] [junit] [EL Finest]: 2022-09-10 04:19:01.318--UnitOfWork(442076720)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Fine]: 2022-09-10 04:19:01.318--ClientSession(1316483742)--Connection(1492867983)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP WHERE (ID = ?) [junit] bind => [107] [junit] [EL Fine]: 2022-09-10 04:19:01.319--ClientSession(1316483742)--Connection(1492867983)--Thread(Thread[main,5,main])--DELETE FROM TMP_DEP WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [3, 1] [junit] [EL Finer]: 2022-09-10 04:19:01.319--ClientSession(1316483742)--Connection(1492867983)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:01.32--ServerSession(1498401570)--Connection(933099011)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.32--UnitOfWork(442076720)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:01.32--UnitOfWork(442076720)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:01.345--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 78081168 [junit] [EL Finer]: 2022-09-10 04:19:01.345--ClientSession(78081168)--Thread(Thread[main,5,main])--acquire unit of work: 1780694323 [junit] [EL Finest]: 2022-09-10 04:19:01.345--UnitOfWork(1780694323)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7da0587a. [junit] [EL Finest]: 2022-09-10 04:19:01.345--UnitOfWork(1780694323)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@98be95b8. [junit] [EL Finest]: 2022-09-10 04:19:01.345--UnitOfWork(1780694323)--Thread(Thread[main,5,main])--assign sequence to the object (4 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@98be95b8) [junit] [EL Finer]: 2022-09-10 04:19:01.346--UnitOfWork(1780694323)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:01.346--UnitOfWork(1780694323)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7da0587a) [junit] [EL Finest]: 2022-09-10 04:19:01.346--ServerSession(1498401570)--Connection(1267504937)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.346--ClientSession(78081168)--Connection(1267504937)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:01.346--ClientSession(78081168)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:01.346--UnitOfWork(1780694323)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@98be95b8) [junit] [EL Fine]: 2022-09-10 04:19:01.347--ClientSession(78081168)--Connection(451046489)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [106, Solarfried, Sonnenblume, null, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:01.347--ClientSession(78081168)--Connection(451046489)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] bind => [4, WrongInsertWithJointable] [junit] [EL Finest]: 2022-09-10 04:19:01.348--ClientSession(78081168)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Fine]: 2022-09-10 04:19:01.348--ClientSession(78081168)--Connection(451046489)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] bind => [18, 0, 4] [junit] [EL Fine]: 2022-09-10 04:19:01.348--ClientSession(78081168)--Connection(451046489)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] bind => [4, 106] [junit] [EL Finer]: 2022-09-10 04:19:01.349--ClientSession(78081168)--Connection(451046489)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:01.349--ServerSession(1498401570)--Connection(1267504937)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.35--UnitOfWork(1780694323)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:01.35--UnitOfWork(1780694323)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:01.376--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 501674653 [junit] [EL Finer]: 2022-09-10 04:19:01.376--ClientSession(501674653)--Thread(Thread[main,5,main])--acquire unit of work: 1217159306 [junit] [EL Finest]: 2022-09-10 04:19:01.376--UnitOfWork(1217159306)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1. [junit] [EL Finest]: 2022-09-10 04:19:01.376--UnitOfWork(1217159306)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@55e02661. [junit] [EL Finer]: 2022-09-10 04:19:01.376--UnitOfWork(1217159306)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:01.377--UnitOfWork(1217159306)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@55e02661) [junit] [EL Finest]: 2022-09-10 04:19:01.377--ServerSession(1498401570)--Connection(218353095)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.377--ClientSession(501674653)--Connection(218353095)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:01.377--ClientSession(501674653)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:01.377--UnitOfWork(1217159306)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1) [junit] [EL Fine]: 2022-09-10 04:19:01.377--ClientSession(501674653)--Connection(1493446952)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE_DESC (ID, DESC_TEXT) VALUES (?, ?) [junit] bind => [7, blah blah] [junit] [EL Fine]: 2022-09-10 04:19:01.378--ClientSession(501674653)--Connection(1493446952)--Thread(Thread[main,5,main])--INSERT INTO TMP_CASC_NODE (ID, PARENT, DESCRIPTION) VALUES (?, ?, ?) [junit] bind => [1, null, 7] [junit] [EL Finer]: 2022-09-10 04:19:01.378--ClientSession(501674653)--Connection(1493446952)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:01.379--ServerSession(1498401570)--Connection(218353095)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.379--UnitOfWork(1217159306)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:01.379--UnitOfWork(1217159306)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2022-09-10 04:19:01.379--UnitOfWork(1217159306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNodeDescription" referenceClass=CascadingNodeDescription sql="SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:01.379--UnitOfWork(1217159306)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1 [junit] [EL Finest]: 2022-09-10 04:19:01.38--UnitOfWork(1217159306)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@55e02661 [junit] [EL Finer]: 2022-09-10 04:19:01.38--UnitOfWork(1217159306)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:01.38--UnitOfWork(1217159306)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNodeDescription ) [junit] [EL Finest]: 2022-09-10 04:19:01.38--UnitOfWork(1217159306)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=CascadingNode ) [junit] [EL Finest]: 2022-09-10 04:19:01.38--UnitOfWork(1217159306)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode@1) [junit] [EL Finest]: 2022-09-10 04:19:01.38--ServerSession(1498401570)--Connection(1897030087)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.38--ClientSession(501674653)--Connection(1897030087)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:01.38--ClientSession(501674653)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:01.38--UnitOfWork(1217159306)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription@55e02661) [junit] [EL Fine]: 2022-09-10 04:19:01.381--ClientSession(501674653)--Connection(1944759838)--Thread(Thread[main,5,main])--DELETE FROM TMP_CASC_NODE WHERE (ID = ?) [junit] bind => [1] [junit] [EL Fine]: 2022-09-10 04:19:01.381--ClientSession(501674653)--Connection(1944759838)--Thread(Thread[main,5,main])--DELETE FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [7] [junit] [EL Finer]: 2022-09-10 04:19:01.383--ClientSession(501674653)--Connection(1944759838)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:01.384--ServerSession(1498401570)--Connection(1897030087)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.384--UnitOfWork(1217159306)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:01.384--UnitOfWork(1217159306)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2022-09-10 04:19:01.384--UnitOfWork(1217159306)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCascadingNodeDescription" referenceClass=CascadingNodeDescription sql="SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:01.384--ServerSession(1498401570)--Connection(1118346479)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.385--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:01.385--ServerSession(1498401570)--Connection(2134093088)--Thread(Thread[main,5,main])--SELECT ID, DESC_TEXT FROM TMP_CASC_NODE_DESC WHERE (ID = ?) [junit] bind => [7] [junit] [EL Finest]: 2022-09-10 04:19:01.385--ServerSession(1498401570)--Connection(1118346479)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:01.41--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 449653268 [junit] [EL Finer]: 2022-09-10 04:19:01.41--ClientSession(449653268)--Thread(Thread[main,5,main])--acquire unit of work: 1412611602 [junit] [EL Finest]: 2022-09-10 04:19:01.41--UnitOfWork(1412611602)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@2ee5fe1e. [junit] [EL Finest]: 2022-09-10 04:19:01.41--ServerSession(1498401570)--Connection(724611679)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.41--ClientSession(449653268)--Connection(724611679)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:01.41--ClientSession(449653268)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:01.411--ClientSession(449653268)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="VehicleGenerator" sql="UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + #PREALLOC_SIZE WHERE BEAN_NAME = #BEAN_NAME") [junit] [EL Finest]: 2022-09-10 04:19:01.411--ClientSession(449653268)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="VehicleGenerator" sql="SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = #BEAN_NAME") [junit] [EL Fine]: 2022-09-10 04:19:01.411--ClientSession(449653268)--Connection(1490985127)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2022-09-10 04:19:01.412--ClientSession(449653268)--Connection(1490985127)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2022-09-10 04:19:01.412--ClientSession(449653268)--Connection(1490985127)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 1, last: 50 [junit] [EL Finer]: 2022-09-10 04:19:01.412--ClientSession(449653268)--Connection(1490985127)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:01.413--ServerSession(1498401570)--Connection(1490985127)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2022-09-10 04:19:01.413--ServerSession(1498401570)--Connection(724611679)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:19:01.413--UnitOfWork(1412611602)--Thread(Thread[main,5,main])--assign sequence to the object (1 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@2ee5fe1e) [junit] [EL Finest]: 2022-09-10 04:19:01.418--ServerSession(1498401570)--Thread(Thread[main,5,main])--java.lang.reflect.InvocationTargetException [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [junit] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [junit] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [junit] at org.eclipse.persistence.internal.security.PrivilegedAccessHelper.invokeConstructor(PrivilegedAccessHelper.java:491) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.createEntityListenerInjectionManager(AbstractSession.java:1208) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.getEntityListenerInjectionManager(AbstractSession.java:2303) [junit] at org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener.createEntityListenerAndInjectDependancies(EntityListener.java:137) [junit] at org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener.constructListenerInstance(EntityListener.java:151) [junit] at org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener.getListener(EntityListener.java:234) [junit] at org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener.invokeMethod(EntityListener.java:350) [junit] at org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener.prePersist(EntityListener.java:449) [junit] at org.eclipse.persistence.descriptors.DescriptorEventManager.notifyListener(DescriptorEventManager.java:748) [junit] at org.eclipse.persistence.descriptors.DescriptorEventManager.notifyEJB30Listeners(DescriptorEventManager.java:674) [junit] at org.eclipse.persistence.descriptors.DescriptorEventManager.executeEvent(DescriptorEventManager.java:229) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.registerNewObjectClone(UnitOfWorkImpl.java:4371) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.registerNotRegisteredNewObjectForPersist(UnitOfWorkImpl.java:4348) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.registerNotRegisteredNewObjectForPersist(RepeatableWriteUnitOfWork.java:521) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.registerNewObjectForPersist(UnitOfWorkImpl.java:4290) [junit] at org.eclipse.persistence.internal.jpa.EntityManagerImpl.persist(EntityManagerImpl.java:507) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.foreignkeys.TestForeignKeys.testInheritance(TestForeignKeys.java:444) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.lang.reflect.Method.invoke(Method.java:498) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:178) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:38) [junit] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:50) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:38) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1014) [junit] Caused by: javax.naming.NoInitialContextException: Cannot instantiate class: org.jboss.naming.remote.client.InitialContextFactory [Root exception is java.lang.ClassNotFoundException: org.jboss.naming.remote.client.InitialContextFactory] [junit] at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:674) [junit] at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:313) [junit] at javax.naming.InitialContext.init(InitialContext.java:244) [junit] at javax.naming.InitialContext.(InitialContext.java:192) [junit] at org.eclipse.persistence.internal.sessions.cdi.EntityListenerInjectionManagerImpl.(EntityListenerInjectionManagerImpl.java:48) [junit] ... 46 more [junit] Caused by: java.lang.ClassNotFoundException: org.jboss.naming.remote.client.InitialContextFactory [junit] at java.net.URLClassLoader.findClass(URLClassLoader.java:382) [junit] at java.lang.ClassLoader.loadClass(ClassLoader.java:418) [junit] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352) [junit] at java.lang.ClassLoader.loadClass(ClassLoader.java:351) [junit] at java.lang.Class.forName0(Native Method) [junit] at java.lang.Class.forName(Class.java:348) [junit] at com.sun.naming.internal.VersionHelper12.loadClass(VersionHelper12.java:91) [junit] at com.sun.naming.internal.VersionHelper12.loadClass(VersionHelper12.java:61) [junit] at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:672) [junit] ... 50 more [junit] [junit] [EL Finest]: 2022-09-10 04:19:01.419--UnitOfWork(1412611602)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3df7e309. [junit] [EL Finest]: 2022-09-10 04:19:01.419--UnitOfWork(1412611602)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@55f4ec04. [junit] [EL Finest]: 2022-09-10 04:19:01.42--UnitOfWork(1412611602)--Thread(Thread[main,5,main])--assign sequence to the object (2 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@55f4ec04) [junit] [EL Finest]: 2022-09-10 04:19:01.42--UnitOfWork(1412611602)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@f3c27e9. [junit] [EL Finer]: 2022-09-10 04:19:01.42--UnitOfWork(1412611602)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:01.42--UnitOfWork(1412611602)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@f3c27e9) [junit] [EL Finest]: 2022-09-10 04:19:01.42--ServerSession(1498401570)--Connection(980801953)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.42--ClientSession(449653268)--Connection(980801953)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:01.42--ClientSession(449653268)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:01.421--UnitOfWork(1412611602)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3df7e309) [junit] [EL Finest]: 2022-09-10 04:19:01.421--UnitOfWork(1412611602)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@2ee5fe1e) [junit] [EL Finer]: 2022-09-10 04:19:01.421--ClientSession(449653268)--Connection(2047368450)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:01.421--ClientSession(449653268)--Connection(2047368450)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:01.421--ClientSession(449653268)--Connection(2047368450)--Thread(Thread[main,5,main])-- bind => [322, Manni, Manta, null, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:01.421--ClientSession(449653268)--Connection(2047368450)--Thread(Thread[main,5,main])-- bind => [321, Willi, Wusel, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:01.421--ClientSession(449653268)--Connection(2047368450)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:01.422--UnitOfWork(1412611602)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@55f4ec04) [junit] [EL Finer]: 2022-09-10 04:19:01.423--ClientSession(449653268)--Connection(2047368450)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:01.423--ClientSession(449653268)--Connection(2047368450)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, LICENSE_PLATE, MODEL, TOP_SPEED, TRANSMISSION_TYPE, VERSION, EMPLOYEE_ID, DTYPE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:01.423--ClientSession(449653268)--Connection(2047368450)--Thread(Thread[main,5,main])-- bind => [1, null, null, null, null, 0, null, 1, 321, 71] [junit] [EL Fine]: 2022-09-10 04:19:01.423--ClientSession(449653268)--Connection(2047368450)--Thread(Thread[main,5,main])-- bind => [2, null, null, null, null, 0, null, 1, 322, 71] [junit] [EL Finer]: 2022-09-10 04:19:01.423--ClientSession(449653268)--Connection(2047368450)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:01.423--UnitOfWork(1412611602)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:01.424--UnitOfWork(1412611602)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2022-09-10 04:19:01.424--UnitOfWork(1412611602)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@2ee5fe1e [junit] [EL Finest]: 2022-09-10 04:19:01.424--UnitOfWork(1412611602)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@55f4ec04 [junit] [EL Finest]: 2022-09-10 04:19:01.424--UnitOfWork(1412611602)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3df7e309 [junit] [EL Finest]: 2022-09-10 04:19:01.424--UnitOfWork(1412611602)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@f3c27e9 [junit] [EL Finer]: 2022-09-10 04:19:01.424--UnitOfWork(1412611602)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:01.424--UnitOfWork(1412611602)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Car ) [junit] [EL Finest]: 2022-09-10 04:19:01.424--UnitOfWork(1412611602)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Employee ) [junit] [EL Finest]: 2022-09-10 04:19:01.424--UnitOfWork(1412611602)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Employee ) [junit] [EL Finest]: 2022-09-10 04:19:01.424--UnitOfWork(1412611602)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Car ) [junit] [EL Finest]: 2022-09-10 04:19:01.425--UnitOfWork(1412611602)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="profiles" ) [junit] [EL Finest]: 2022-09-10 04:19:01.425--UnitOfWork(1412611602)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="bicycles" sql="DELETE FROM TMP_EMP_BICYCLE WHERE (EMPLOYEE_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:01.425--ClientSession(449653268)--Connection(2047368450)--Thread(Thread[main,5,main])--DELETE FROM TMP_VEHICLE_PROFILE WHERE (VEHICLE_ID = ?) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:19:01.425--UnitOfWork(1412611602)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="DELETE FROM TMP_EMP_CREDIT WHERE (CLIENT_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:01.425--ClientSession(449653268)--Connection(2047368450)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_BICYCLE WHERE (EMPLOYEE_ID = ?) [junit] bind => [321] [junit] [EL Finest]: 2022-09-10 04:19:01.426--UnitOfWork(1412611602)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="DELETE FROM TMP_EMP_HOBBY WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:01.426--ClientSession(449653268)--Connection(2047368450)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_CREDIT WHERE (CLIENT_ID = ?) [junit] bind => [321] [junit] [EL Finest]: 2022-09-10 04:19:01.426--UnitOfWork(1412611602)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" sql="DELETE FROM TMP_EMP_PATENT WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:01.426--ClientSession(449653268)--Connection(2047368450)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_HOBBY WHERE (EMP_ID = ?) [junit] bind => [321] [junit] [EL Finest]: 2022-09-10 04:19:01.427--UnitOfWork(1412611602)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="DELETE FROM TMP_EMP_PROJECT WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:01.427--ClientSession(449653268)--Connection(2047368450)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PATENT WHERE (EMP_ID = ?) [junit] bind => [321] [junit] [EL Finest]: 2022-09-10 04:19:01.427--UnitOfWork(1412611602)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="DELETE FROM TMP_EMP_REVIEW WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:01.427--ClientSession(449653268)--Connection(2047368450)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT WHERE (EMP_ID = ?) [junit] bind => [321] [junit] [EL Finest]: 2022-09-10 04:19:01.427--UnitOfWork(1412611602)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="bicycles" sql="DELETE FROM TMP_EMP_BICYCLE WHERE (EMPLOYEE_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:01.427--ClientSession(449653268)--Connection(2047368450)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW WHERE (EMP_ID = ?) [junit] bind => [321] [junit] [EL Finest]: 2022-09-10 04:19:01.428--UnitOfWork(1412611602)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="DELETE FROM TMP_EMP_CREDIT WHERE (CLIENT_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:01.428--ClientSession(449653268)--Connection(2047368450)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_BICYCLE WHERE (EMPLOYEE_ID = ?) [junit] bind => [322] [junit] [EL Finest]: 2022-09-10 04:19:01.428--UnitOfWork(1412611602)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="DELETE FROM TMP_EMP_HOBBY WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:01.428--ClientSession(449653268)--Connection(2047368450)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_CREDIT WHERE (CLIENT_ID = ?) [junit] bind => [322] [junit] [EL Finest]: 2022-09-10 04:19:01.429--UnitOfWork(1412611602)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" sql="DELETE FROM TMP_EMP_PATENT WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:01.429--ClientSession(449653268)--Connection(2047368450)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_HOBBY WHERE (EMP_ID = ?) [junit] bind => [322] [junit] [EL Finest]: 2022-09-10 04:19:01.429--UnitOfWork(1412611602)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="DELETE FROM TMP_EMP_PROJECT WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:01.429--ClientSession(449653268)--Connection(2047368450)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PATENT WHERE (EMP_ID = ?) [junit] bind => [322] [junit] [EL Finest]: 2022-09-10 04:19:01.429--UnitOfWork(1412611602)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="DELETE FROM TMP_EMP_REVIEW WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:01.429--ClientSession(449653268)--Connection(2047368450)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT WHERE (EMP_ID = ?) [junit] bind => [322] [junit] [EL Finest]: 2022-09-10 04:19:01.43--UnitOfWork(1412611602)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="profiles" sql="DELETE FROM TMP_VEHICLE_PROFILE WHERE (VEHICLE_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:01.43--ClientSession(449653268)--Connection(2047368450)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW WHERE (EMP_ID = ?) [junit] bind => [322] [junit] [EL Finest]: 2022-09-10 04:19:01.43--UnitOfWork(1412611602)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@2ee5fe1e) [junit] [EL Fine]: 2022-09-10 04:19:01.43--ClientSession(449653268)--Connection(2047368450)--Thread(Thread[main,5,main])--DELETE FROM TMP_VEHICLE_PROFILE WHERE (VEHICLE_ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:01.431--UnitOfWork(1412611602)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@55f4ec04) [junit] [EL Finest]: 2022-09-10 04:19:01.431--UnitOfWork(1412611602)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3df7e309) [junit] [EL Finer]: 2022-09-10 04:19:01.431--ClientSession(449653268)--Connection(2047368450)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:01.431--ClientSession(449653268)--Connection(2047368450)--Thread(Thread[main,5,main])--DELETE FROM TMP_VEHICLE WHERE ((ID = ?) AND (VERSION = ?)) [junit] [EL Fine]: 2022-09-10 04:19:01.431--ClientSession(449653268)--Connection(2047368450)--Thread(Thread[main,5,main])-- bind => [1, 1] [junit] [EL Fine]: 2022-09-10 04:19:01.431--ClientSession(449653268)--Connection(2047368450)--Thread(Thread[main,5,main])-- bind => [2, 1] [junit] [EL Finer]: 2022-09-10 04:19:01.431--ClientSession(449653268)--Connection(2047368450)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:01.432--UnitOfWork(1412611602)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@f3c27e9) [junit] [EL Finer]: 2022-09-10 04:19:01.432--ClientSession(449653268)--Connection(2047368450)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:01.432--ClientSession(449653268)--Connection(2047368450)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP WHERE (ID = ?) [junit] [EL Fine]: 2022-09-10 04:19:01.432--ClientSession(449653268)--Connection(2047368450)--Thread(Thread[main,5,main])-- bind => [321] [junit] [EL Fine]: 2022-09-10 04:19:01.432--ClientSession(449653268)--Connection(2047368450)--Thread(Thread[main,5,main])-- bind => [322] [junit] [EL Finer]: 2022-09-10 04:19:01.432--ClientSession(449653268)--Connection(2047368450)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:01.433--ClientSession(449653268)--Connection(2047368450)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:01.434--ServerSession(1498401570)--Connection(980801953)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.434--UnitOfWork(1412611602)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:01.434--UnitOfWork(1412611602)--Thread(Thread[main,5,main])--resume unit of work [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 1.731 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.generator.TestAutoGenerator [junit] [EL Finer]: 2022-09-10 04:19:01.471--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 227666119 [junit] [EL Finer]: 2022-09-10 04:19:01.471--ClientSession(227666119)--Thread(Thread[main,5,main])--acquire unit of work: 1536992552 [junit] [EL Finest]: 2022-09-10 04:19:01.471--UnitOfWork(1536992552)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.island.Island@66011fbc. [junit] [EL Finest]: 2022-09-10 04:19:01.471--ServerSession(1498401570)--Connection(2008013765)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.471--ClientSession(227666119)--Connection(2008013765)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:01.471--ClientSession(227666119)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:01.471--ClientSession(227666119)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="SEQUENCE" sql="UPDATE SEQUENCE SET SEQ_COUNT = SEQ_COUNT + #PREALLOC_SIZE WHERE SEQ_NAME = #SEQ_NAME") [junit] [EL Finest]: 2022-09-10 04:19:01.472--ClientSession(227666119)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="SEQUENCE" sql="SELECT SEQ_COUNT FROM SEQUENCE WHERE SEQ_NAME = #SEQ_NAME") [junit] [EL Fine]: 2022-09-10 04:19:01.472--ClientSession(227666119)--Connection(1970983463)--Thread(Thread[main,5,main])--UPDATE SEQUENCE SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ? [junit] bind => [50, SEQ_GEN] [junit] [EL Fine]: 2022-09-10 04:19:01.472--ClientSession(227666119)--Connection(1970983463)--Thread(Thread[main,5,main])--SELECT SEQ_COUNT FROM SEQUENCE WHERE SEQ_NAME = ? [junit] bind => [SEQ_GEN] [junit] [EL Finest]: 2022-09-10 04:19:01.473--ClientSession(227666119)--Connection(1970983463)--Thread(Thread[main,5,main])--local sequencing preallocation for SEQ_GEN: objects: 50 , first: 1, last: 50 [junit] [EL Finer]: 2022-09-10 04:19:01.473--ClientSession(227666119)--Connection(1970983463)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:01.474--ServerSession(1498401570)--Connection(1970983463)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2022-09-10 04:19:01.474--ServerSession(1498401570)--Connection(2008013765)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:19:01.475--UnitOfWork(1536992552)--Thread(Thread[main,5,main])--assign sequence to the object (1 -> org.eclipse.persistence.testing.models.wdf.jpa1.island.Island@66011fbc) [junit] [EL Finer]: 2022-09-10 04:19:01.475--UnitOfWork(1536992552)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:01.475--ClientSession(227666119)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:01.489--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 308784574 [junit] [EL Finer]: 2022-09-10 04:19:01.489--ClientSession(308784574)--Thread(Thread[main,5,main])--acquire unit of work: 1728067407 [junit] [EL Finest]: 2022-09-10 04:19:01.489--UnitOfWork(1728067407)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.island.Island@63024843 [junit] [EL Finest]: 2022-09-10 04:19:01.489--UnitOfWork(1728067407)--Thread(Thread[main,5,main])--assign sequence to the object (2 -> org.eclipse.persistence.testing.models.wdf.jpa1.island.Island@53ce27fa) [junit] [EL Finer]: 2022-09-10 04:19:01.49--UnitOfWork(1728067407)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:01.49--ClientSession(308784574)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:01.503--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 1222379177 [junit] [EL Finer]: 2022-09-10 04:19:01.503--ClientSession(1222379177)--Thread(Thread[main,5,main])--acquire unit of work: 395888457 [junit] [EL Finest]: 2022-09-10 04:19:01.504--UnitOfWork(395888457)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.island.Island@726ee6cf. [junit] [EL Finest]: 2022-09-10 04:19:01.504--UnitOfWork(395888457)--Thread(Thread[main,5,main])--assign sequence to the object (3 -> org.eclipse.persistence.testing.models.wdf.jpa1.island.Island@726ee6cf) [junit] [EL Finer]: 2022-09-10 04:19:01.504--UnitOfWork(395888457)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:01.504--UnitOfWork(395888457)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.island.Island@726ee6cf) [junit] [EL Finest]: 2022-09-10 04:19:01.504--ServerSession(1498401570)--Connection(1648519339)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.504--ClientSession(1222379177)--Connection(1648519339)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:01.504--ClientSession(1222379177)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:01.505--ClientSession(1222379177)--Connection(858872101)--Thread(Thread[main,5,main])--INSERT INTO TMP_ISLAND (ID, NAME, DTYPE) VALUES (?, ?, ?) [junit] bind => [3, null, Island] [junit] [EL Finer]: 2022-09-10 04:19:01.505--ClientSession(1222379177)--Connection(858872101)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:01.506--ServerSession(1498401570)--Connection(1648519339)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.506--UnitOfWork(395888457)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:01.506--UnitOfWork(395888457)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:01.506--UnitOfWork(395888457)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:01.506--ClientSession(1222379177)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:01.506--UnitOfWork(395888457)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:01.507--ClientSession(1222379177)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:01.507--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 327004479 [junit] [EL Finer]: 2022-09-10 04:19:01.507--ClientSession(327004479)--Thread(Thread[main,5,main])--acquire unit of work: 708590084 [junit] [EL Finest]: 2022-09-10 04:19:01.507--UnitOfWork(708590084)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.island.Island@726ee6cf [junit] [EL Finer]: 2022-09-10 04:19:01.507--UnitOfWork(708590084)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:01.507--ClientSession(327004479)--Thread(Thread[main,5,main])--client released [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.generator.TestGenerator [junit] [EL Finer]: 2022-09-10 04:19:01.53--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 1588219600 [junit] [EL Finer]: 2022-09-10 04:19:01.53--ClientSession(1588219600)--Thread(Thread[main,5,main])--acquire unit of work: 1177414443 [junit] [EL Finest]: 2022-09-10 04:19:01.53--UnitOfWork(1177414443)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@0. [junit] [EL Finest]: 2022-09-10 04:19:01.53--UnitOfWork(1177414443)--Thread(Thread[main,5,main])--assign sequence to the object (5 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@0) [junit] [EL Finer]: 2022-09-10 04:19:01.53--UnitOfWork(1177414443)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:01.53--ClientSession(1588219600)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:01.545--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 1778913597 [junit] [EL Finer]: 2022-09-10 04:19:01.545--ClientSession(1778913597)--Thread(Thread[main,5,main])--acquire unit of work: 1208989446 [junit] [EL Finest]: 2022-09-10 04:19:01.545--UnitOfWork(1208989446)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@0 [junit] [EL Finest]: 2022-09-10 04:19:01.546--UnitOfWork(1208989446)--Thread(Thread[main,5,main])--assign sequence to the object (6 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@0) [junit] [EL Finer]: 2022-09-10 04:19:01.546--UnitOfWork(1208989446)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:01.546--ClientSession(1778913597)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:01.56--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 467364662 [junit] [EL Finer]: 2022-09-10 04:19:01.561--ClientSession(467364662)--Thread(Thread[main,5,main])--acquire unit of work: 941456460 [junit] [EL Finest]: 2022-09-10 04:19:01.561--UnitOfWork(941456460)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1e3689e7. [junit] [EL Finest]: 2022-09-10 04:19:01.561--UnitOfWork(941456460)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@caa9ece9. [junit] [EL Finest]: 2022-09-10 04:19:01.561--UnitOfWork(941456460)--Thread(Thread[main,5,main])--assign sequence to the object (7 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@caa9ece9) [junit] [EL Finest]: 2022-09-10 04:19:01.561--UnitOfWork(941456460)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@caa9ecea. [junit] [EL Finest]: 2022-09-10 04:19:01.561--UnitOfWork(941456460)--Thread(Thread[main,5,main])--assign sequence to the object (8 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@caa9ecea) [junit] [EL Finest]: 2022-09-10 04:19:01.561--UnitOfWork(941456460)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@caa9eceb. [junit] [EL Finest]: 2022-09-10 04:19:01.561--UnitOfWork(941456460)--Thread(Thread[main,5,main])--assign sequence to the object (9 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@caa9eceb) [junit] [EL Finest]: 2022-09-10 04:19:01.562--UnitOfWork(941456460)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@caa9ecec. [junit] [EL Finest]: 2022-09-10 04:19:01.562--UnitOfWork(941456460)--Thread(Thread[main,5,main])--assign sequence to the object (10 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@caa9ecec) [junit] [EL Finest]: 2022-09-10 04:19:01.562--UnitOfWork(941456460)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@caa9eced. [junit] [EL Finest]: 2022-09-10 04:19:01.562--UnitOfWork(941456460)--Thread(Thread[main,5,main])--assign sequence to the object (11 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@caa9eced) [junit] [EL Finest]: 2022-09-10 04:19:01.562--UnitOfWork(941456460)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@caa9ecee. [junit] [EL Finest]: 2022-09-10 04:19:01.562--UnitOfWork(941456460)--Thread(Thread[main,5,main])--assign sequence to the object (12 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@caa9ecee) [junit] [EL Finest]: 2022-09-10 04:19:01.562--UnitOfWork(941456460)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@caa9ecef. [junit] [EL Finest]: 2022-09-10 04:19:01.562--UnitOfWork(941456460)--Thread(Thread[main,5,main])--assign sequence to the object (13 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@caa9ecef) [junit] [EL Finest]: 2022-09-10 04:19:01.562--UnitOfWork(941456460)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@caa9ecf0. [junit] [EL Finest]: 2022-09-10 04:19:01.562--UnitOfWork(941456460)--Thread(Thread[main,5,main])--assign sequence to the object (14 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@caa9ecf0) [junit] [EL Finest]: 2022-09-10 04:19:01.562--UnitOfWork(941456460)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@caa9ecf1. [junit] [EL Finest]: 2022-09-10 04:19:01.563--UnitOfWork(941456460)--Thread(Thread[main,5,main])--assign sequence to the object (15 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@caa9ecf1) [junit] [EL Finest]: 2022-09-10 04:19:01.563--UnitOfWork(941456460)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@caa9ecf2. [junit] [EL Finest]: 2022-09-10 04:19:01.563--UnitOfWork(941456460)--Thread(Thread[main,5,main])--assign sequence to the object (16 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@caa9ecf2) [junit] [EL Finest]: 2022-09-10 04:19:01.563--UnitOfWork(941456460)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@8a93b086. [junit] [EL Finest]: 2022-09-10 04:19:01.563--UnitOfWork(941456460)--Thread(Thread[main,5,main])--assign sequence to the object (17 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@8a93b086) [junit] [EL Finest]: 2022-09-10 04:19:01.563--UnitOfWork(941456460)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@8a93b087. [junit] [EL Finest]: 2022-09-10 04:19:01.563--UnitOfWork(941456460)--Thread(Thread[main,5,main])--assign sequence to the object (18 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@8a93b087) [junit] [EL Finest]: 2022-09-10 04:19:01.563--UnitOfWork(941456460)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@8a93b088. [junit] [EL Finest]: 2022-09-10 04:19:01.563--UnitOfWork(941456460)--Thread(Thread[main,5,main])--assign sequence to the object (19 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@8a93b088) [junit] [EL Finest]: 2022-09-10 04:19:01.563--UnitOfWork(941456460)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@8a93b089. [junit] [EL Finest]: 2022-09-10 04:19:01.563--UnitOfWork(941456460)--Thread(Thread[main,5,main])--assign sequence to the object (20 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@8a93b089) [junit] [EL Finest]: 2022-09-10 04:19:01.563--UnitOfWork(941456460)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@8a93b08a. [junit] [EL Finest]: 2022-09-10 04:19:01.564--UnitOfWork(941456460)--Thread(Thread[main,5,main])--assign sequence to the object (21 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@8a93b08a) [junit] [EL Finest]: 2022-09-10 04:19:01.564--UnitOfWork(941456460)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@8a93b08b. [junit] [EL Finest]: 2022-09-10 04:19:01.564--UnitOfWork(941456460)--Thread(Thread[main,5,main])--assign sequence to the object (22 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@8a93b08b) [junit] [EL Finest]: 2022-09-10 04:19:01.564--UnitOfWork(941456460)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@8a93b08c. [junit] [EL Finest]: 2022-09-10 04:19:01.564--UnitOfWork(941456460)--Thread(Thread[main,5,main])--assign sequence to the object (23 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@8a93b08c) [junit] [EL Finest]: 2022-09-10 04:19:01.564--UnitOfWork(941456460)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@8a93b08d. [junit] [EL Finest]: 2022-09-10 04:19:01.564--UnitOfWork(941456460)--Thread(Thread[main,5,main])--assign sequence to the object (24 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@8a93b08d) [junit] [EL Finest]: 2022-09-10 04:19:01.564--UnitOfWork(941456460)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@8a93b08e. [junit] [EL Finest]: 2022-09-10 04:19:01.564--UnitOfWork(941456460)--Thread(Thread[main,5,main])--assign sequence to the object (25 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@8a93b08e) [junit] [EL Finest]: 2022-09-10 04:19:01.564--UnitOfWork(941456460)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@8a93b08f. [junit] [EL Finest]: 2022-09-10 04:19:01.564--UnitOfWork(941456460)--Thread(Thread[main,5,main])--assign sequence to the object (26 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@8a93b08f) [junit] [EL Finest]: 2022-09-10 04:19:01.565--UnitOfWork(941456460)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@8a93b0a5. [junit] [EL Finest]: 2022-09-10 04:19:01.565--UnitOfWork(941456460)--Thread(Thread[main,5,main])--assign sequence to the object (27 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@8a93b0a5) [junit] [EL Finest]: 2022-09-10 04:19:01.565--UnitOfWork(941456460)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@8a93b0a6. [junit] [EL Finest]: 2022-09-10 04:19:01.565--UnitOfWork(941456460)--Thread(Thread[main,5,main])--assign sequence to the object (28 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@8a93b0a6) [junit] [EL Finest]: 2022-09-10 04:19:01.565--UnitOfWork(941456460)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@8a93b0a7. [junit] [EL Finest]: 2022-09-10 04:19:01.565--UnitOfWork(941456460)--Thread(Thread[main,5,main])--assign sequence to the object (29 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@8a93b0a7) [junit] [EL Finest]: 2022-09-10 04:19:01.565--UnitOfWork(941456460)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@8a93b0a8. [junit] [EL Finest]: 2022-09-10 04:19:01.565--UnitOfWork(941456460)--Thread(Thread[main,5,main])--assign sequence to the object (30 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@8a93b0a8) [junit] [EL Finest]: 2022-09-10 04:19:01.565--UnitOfWork(941456460)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@8a93b0a9. [junit] [EL Finest]: 2022-09-10 04:19:01.565--UnitOfWork(941456460)--Thread(Thread[main,5,main])--assign sequence to the object (31 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@8a93b0a9) [junit] [EL Finer]: 2022-09-10 04:19:01.566--UnitOfWork(941456460)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:01.566--ClientSession(467364662)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:01.58--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 639393055 [junit] [EL Finer]: 2022-09-10 04:19:01.58--ClientSession(639393055)--Thread(Thread[main,5,main])--acquire unit of work: 1459653060 [junit] [EL Finest]: 2022-09-10 04:19:01.58--UnitOfWork(1459653060)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@0. [junit] [EL Finest]: 2022-09-10 04:19:01.58--UnitOfWork(1459653060)--Thread(Thread[main,5,main])--assign sequence to the object (32 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@0) [junit] [EL Finer]: 2022-09-10 04:19:01.58--UnitOfWork(1459653060)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:01.581--UnitOfWork(1459653060)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@0) [junit] [EL Finest]: 2022-09-10 04:19:01.581--ServerSession(1498401570)--Connection(1853981509)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.581--ClientSession(639393055)--Connection(1853981509)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:01.581--ClientSession(639393055)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:01.581--ClientSession(639393055)--Connection(1033660920)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] bind => [32, null] [junit] [EL Fine]: 2022-09-10 04:19:01.582--ClientSession(639393055)--Connection(1033660920)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] bind => [0, 0, 32] [junit] [EL Finer]: 2022-09-10 04:19:01.582--ClientSession(639393055)--Connection(1033660920)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:01.583--ServerSession(1498401570)--Connection(1853981509)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.583--UnitOfWork(1459653060)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:01.583--UnitOfWork(1459653060)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:01.584--UnitOfWork(1459653060)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:01.584--ClientSession(639393055)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:01.584--UnitOfWork(1459653060)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:01.584--ClientSession(639393055)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:01.584--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 872190678 [junit] [EL Finer]: 2022-09-10 04:19:01.584--ClientSession(872190678)--Thread(Thread[main,5,main])--acquire unit of work: 1848513006 [junit] [EL Finest]: 2022-09-10 04:19:01.584--UnitOfWork(1848513006)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@0 [junit] [EL Finest]: 2022-09-10 04:19:01.585--UnitOfWork(1848513006)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="tasks" referenceClass=Task ) [junit] [EL Finest]: 2022-09-10 04:19:01.586--ServerSession(1498401570)--Connection(1983354774)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.586--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:01.586--ServerSession(1498401570)--Connection(1999963010)--Thread(Thread[main,5,main])--SELECT TASK_ID, DESCRIPTION, PROJ_ID FROM TMP_TASK WHERE (PROJ_ID = ?) [junit] bind => [32] [junit] [EL Finest]: 2022-09-10 04:19:01.587--ServerSession(1498401570)--Connection(1983354774)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:01.587--UnitOfWork(1848513006)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:01.587--ClientSession(872190678)--Thread(Thread[main,5,main])--client released [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.generator.TestIdentity [junit] [EL Finer]: 2022-09-10 04:19:01.611--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 1814062048 [junit] [EL Finer]: 2022-09-10 04:19:01.611--ClientSession(1814062048)--Thread(Thread[main,5,main])--acquire unit of work: 1328968427 [junit] [EL Finest]: 2022-09-10 04:19:01.611--UnitOfWork(1328968427)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature@d2ac57d7. [junit] [EL Finer]: 2022-09-10 04:19:01.612--UnitOfWork(1328968427)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:01.613--UnitOfWork(1328968427)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature@d2ac57d7) [junit] [EL Finest]: 2022-09-10 04:19:01.613--ServerSession(1498401570)--Connection(1538784312)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.613--ClientSession(1814062048)--Connection(1538784312)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:01.613--ClientSession(1814062048)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:01.613--ClientSession(1814062048)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="SEQ_GEN_IDENTITY" sql="SELECT LAST_INSERT_ID()") [junit] [EL Fine]: 2022-09-10 04:19:01.613--ClientSession(1814062048)--Connection(669678735)--Thread(Thread[main,5,main])--INSERT INTO TMP_CREATURE (NAME, WEAPON, DTYPE) VALUES (?, ?, ?) [junit] bind => [fluppi1, null, 0] [junit] [EL Fine]: 2022-09-10 04:19:01.614--ClientSession(1814062048)--Connection(669678735)--Thread(Thread[main,5,main])--SELECT LAST_INSERT_ID() [junit] [EL Finest]: 2022-09-10 04:19:01.615--UnitOfWork(1328968427)--Thread(Thread[main,5,main])--assign sequence to the object (1 -> org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature@d2ac57d7) [junit] [EL Fine]: 2022-09-10 04:19:01.615--ClientSession(1814062048)--Connection(669678735)--Thread(Thread[main,5,main])--INSERT INTO TMP_CREATURE_DETAILS (COLOR, SECONDTABLE_ID) VALUES (?, ?) [junit] bind => [red, 1] [junit] [EL Finer]: 2022-09-10 04:19:01.616--ClientSession(1814062048)--Connection(669678735)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:01.617--ServerSession(1498401570)--Connection(1538784312)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.617--UnitOfWork(1328968427)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:01.617--UnitOfWork(1328968427)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:01.617--UnitOfWork(1328968427)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:01.617--ClientSession(1814062048)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:01.631--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 1503457997 [junit] [EL Finer]: 2022-09-10 04:19:01.631--ClientSession(1503457997)--Thread(Thread[main,5,main])--acquire unit of work: 1385709669 [junit] [EL Finest]: 2022-09-10 04:19:01.631--UnitOfWork(1385709669)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature@eee47c98. [junit] [EL Finer]: 2022-09-10 04:19:01.632--UnitOfWork(1385709669)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:01.632--UnitOfWork(1385709669)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature@eee47c98) [junit] [EL Finest]: 2022-09-10 04:19:01.632--ServerSession(1498401570)--Connection(1527980131)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.632--ClientSession(1503457997)--Connection(1527980131)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:01.632--ClientSession(1503457997)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:01.633--ClientSession(1503457997)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="SEQ_GEN_IDENTITY" sql="SELECT LAST_INSERT_ID()") [junit] [EL Fine]: 2022-09-10 04:19:01.633--ClientSession(1503457997)--Connection(1268303884)--Thread(Thread[main,5,main])--INSERT INTO TMP_CREATURE (NAME, WEAPON, DTYPE) VALUES (?, ?, ?) [junit] bind => [unicorn, null, 1] [junit] [EL Fine]: 2022-09-10 04:19:01.633--ClientSession(1503457997)--Connection(1268303884)--Thread(Thread[main,5,main])--SELECT LAST_INSERT_ID() [junit] [EL Finest]: 2022-09-10 04:19:01.634--UnitOfWork(1385709669)--Thread(Thread[main,5,main])--assign sequence to the object (2 -> org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature@eee47c98) [junit] [EL Fine]: 2022-09-10 04:19:01.634--ClientSession(1503457997)--Connection(1268303884)--Thread(Thread[main,5,main])--INSERT INTO TMP_CREATURE_DETAILS (COLOR, SECONDTABLE_ID) VALUES (?, ?) [junit] bind => [white, 2] [junit] [EL Fine]: 2022-09-10 04:19:01.635--ClientSession(1503457997)--Connection(1268303884)--Thread(Thread[main,5,main])--INSERT INTO TMP_MYTHICALCREATURE (STORY, ID) VALUES (?, ?) [junit] bind => [once upon a time, 2] [junit] [EL Finer]: 2022-09-10 04:19:01.635--UnitOfWork(1385709669)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:01.635--UnitOfWork(1385709669)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:01.635--UnitOfWork(1385709669)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:01.636--ClientSession(1503457997)--Connection(1268303884)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:01.636--ServerSession(1498401570)--Connection(1527980131)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.637--UnitOfWork(1385709669)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:01.637--UnitOfWork(1385709669)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2022-09-10 04:19:01.637--UnitOfWork(1385709669)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readMythicalCreature" referenceClass=MythicalCreature sql="SELECT t0.ID, t0.DTYPE, t1.SECONDTABLE_ID, t1.COLOR, t0.NAME, t0.WEAPON, t2.ID, t2.STORY FROM TMP_CREATURE t0, TMP_MYTHICALCREATURE t2, TMP_CREATURE_DETAILS t1 WHERE ((t0.ID = ?) AND (((t2.ID = t0.ID) AND ((t1.SECONDTABLE_ID = t0.ID) AND (t1.SECONDTABLE_ID = t0.ID))) AND (t0.DTYPE = ?)))") [junit] [EL Finer]: 2022-09-10 04:19:01.653--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 833929219 [junit] [EL Finer]: 2022-09-10 04:19:01.653--ClientSession(833929219)--Thread(Thread[main,5,main])--acquire unit of work: 1948338883 [junit] [EL Finest]: 2022-09-10 04:19:01.653--UnitOfWork(1948338883)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature@d6e3f6be [junit] [EL Finer]: 2022-09-10 04:19:01.654--UnitOfWork(1948338883)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:01.655--UnitOfWork(1948338883)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature@d6e3f6be) [junit] [EL Finest]: 2022-09-10 04:19:01.655--ServerSession(1498401570)--Connection(1711756103)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.655--ClientSession(833929219)--Connection(1711756103)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:01.655--ClientSession(833929219)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:01.656--ClientSession(833929219)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="SEQ_GEN_IDENTITY" sql="SELECT LAST_INSERT_ID()") [junit] [EL Fine]: 2022-09-10 04:19:01.656--ClientSession(833929219)--Connection(994419686)--Thread(Thread[main,5,main])--INSERT INTO TMP_CREATURE (NAME, WEAPON, DTYPE) VALUES (?, ?, ?) [junit] bind => [schnappi, null, 0] [junit] [EL Fine]: 2022-09-10 04:19:01.657--ClientSession(833929219)--Connection(994419686)--Thread(Thread[main,5,main])--SELECT LAST_INSERT_ID() [junit] [EL Finest]: 2022-09-10 04:19:01.657--UnitOfWork(1948338883)--Thread(Thread[main,5,main])--assign sequence to the object (3 -> org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature@d6e3f6be) [junit] [EL Fine]: 2022-09-10 04:19:01.658--ClientSession(833929219)--Connection(994419686)--Thread(Thread[main,5,main])--INSERT INTO TMP_CREATURE_DETAILS (COLOR, SECONDTABLE_ID) VALUES (?, ?) [junit] bind => [green, 3] [junit] [EL Finer]: 2022-09-10 04:19:01.658--UnitOfWork(1948338883)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:01.658--UnitOfWork(1948338883)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:01.658--UnitOfWork(1948338883)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:01.659--ClientSession(833929219)--Connection(994419686)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:01.659--ServerSession(1498401570)--Connection(1711756103)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.66--UnitOfWork(1948338883)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:01.66--UnitOfWork(1948338883)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2022-09-10 04:19:01.66--UnitOfWork(1948338883)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCreature" referenceClass=Creature sql="SELECT DISTINCT t0.DTYPE FROM TMP_CREATURE t0, TMP_CREATURE_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.SECONDTABLE_ID = t0.ID))") [junit] [EL Finest]: 2022-09-10 04:19:01.66--UnitOfWork(1948338883)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature@d6e3f6be [junit] [EL Finer]: 2022-09-10 04:19:01.676--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 501758945 [junit] [EL Finer]: 2022-09-10 04:19:01.676--ClientSession(501758945)--Thread(Thread[main,5,main])--acquire unit of work: 329097750 [junit] [EL Finest]: 2022-09-10 04:19:01.676--UnitOfWork(329097750)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature@d2ac57d7. [junit] [EL Finest]: 2022-09-10 04:19:01.676--UnitOfWork(329097750)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature@d2ac57d8. [junit] [EL Finer]: 2022-09-10 04:19:01.676--UnitOfWork(329097750)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:01.677--UnitOfWork(329097750)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature@d2ac57d8) [junit] [EL Finest]: 2022-09-10 04:19:01.677--ServerSession(1498401570)--Connection(1517228866)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.677--ClientSession(501758945)--Connection(1517228866)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:01.677--ClientSession(501758945)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:01.677--ClientSession(501758945)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="SEQ_GEN_IDENTITY" sql="SELECT LAST_INSERT_ID()") [junit] [EL Fine]: 2022-09-10 04:19:01.677--ClientSession(501758945)--Connection(1695373885)--Thread(Thread[main,5,main])--INSERT INTO TMP_CREATURE (NAME, WEAPON, DTYPE) VALUES (?, ?, ?) [junit] bind => [fluppi2, null, 0] [junit] [EL Fine]: 2022-09-10 04:19:01.678--ClientSession(501758945)--Connection(1695373885)--Thread(Thread[main,5,main])--SELECT LAST_INSERT_ID() [junit] [EL Finest]: 2022-09-10 04:19:01.679--UnitOfWork(329097750)--Thread(Thread[main,5,main])--assign sequence to the object (4 -> org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature@d2ac57d8) [junit] [EL Finest]: 2022-09-10 04:19:01.679--UnitOfWork(329097750)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature@d2ac57d7) [junit] [EL Finest]: 2022-09-10 04:19:01.68--ClientSession(501758945)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="SEQ_GEN_IDENTITY" sql="SELECT LAST_INSERT_ID()") [junit] [EL Fine]: 2022-09-10 04:19:01.68--ClientSession(501758945)--Connection(1695373885)--Thread(Thread[main,5,main])--INSERT INTO TMP_CREATURE (NAME, WEAPON, DTYPE) VALUES (?, ?, ?) [junit] bind => [fluppi1, null, 0] [junit] [EL Fine]: 2022-09-10 04:19:01.681--ClientSession(501758945)--Connection(1695373885)--Thread(Thread[main,5,main])--SELECT LAST_INSERT_ID() [junit] [EL Finest]: 2022-09-10 04:19:01.681--UnitOfWork(329097750)--Thread(Thread[main,5,main])--assign sequence to the object (5 -> org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature@d2ac57d7) [junit] [EL Finer]: 2022-09-10 04:19:01.681--ClientSession(501758945)--Connection(1695373885)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:01.681--ClientSession(501758945)--Connection(1695373885)--Thread(Thread[main,5,main])--INSERT INTO TMP_CREATURE_DETAILS (COLOR, SECONDTABLE_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:01.682--ClientSession(501758945)--Connection(1695373885)--Thread(Thread[main,5,main])-- bind => [blue, 4] [junit] [EL Fine]: 2022-09-10 04:19:01.682--ClientSession(501758945)--Connection(1695373885)--Thread(Thread[main,5,main])-- bind => [red, 5] [junit] [EL Finer]: 2022-09-10 04:19:01.682--ClientSession(501758945)--Connection(1695373885)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:01.682--UnitOfWork(329097750)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:01.683--UnitOfWork(329097750)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2022-09-10 04:19:01.683--UnitOfWork(329097750)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave@48dfce5c. [junit] [EL Finer]: 2022-09-10 04:19:01.683--UnitOfWork(329097750)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:01.683--UnitOfWork(329097750)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave@48dfce5c) [junit] [EL Finest]: 2022-09-10 04:19:01.684--ClientSession(501758945)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creatures" ) [junit] [EL Fine]: 2022-09-10 04:19:01.684--ClientSession(501758945)--Connection(1695373885)--Thread(Thread[main,5,main])--INSERT INTO TMP_CAVE (ID, NAME) VALUES (?, ?) [junit] bind => [12, dark hole] [junit] [EL Finest]: 2022-09-10 04:19:01.684--ClientSession(501758945)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creatures" sql="INSERT INTO TMP_CAVE_CREATURE (CREATURE_ID, CAVE_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:01.684--ClientSession(501758945)--Connection(1695373885)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:01.684--ClientSession(501758945)--Connection(1695373885)--Thread(Thread[main,5,main])--INSERT INTO TMP_CAVE_CREATURE (CREATURE_ID, CAVE_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:01.685--ClientSession(501758945)--Connection(1695373885)--Thread(Thread[main,5,main])-- bind => [4, 12] [junit] [EL Fine]: 2022-09-10 04:19:01.685--ClientSession(501758945)--Connection(1695373885)--Thread(Thread[main,5,main])-- bind => [5, 12] [junit] [EL Finer]: 2022-09-10 04:19:01.685--ClientSession(501758945)--Connection(1695373885)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:01.686--ClientSession(501758945)--Connection(1695373885)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:01.687--ServerSession(1498401570)--Connection(1517228866)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.687--UnitOfWork(329097750)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:01.687--UnitOfWork(329097750)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2022-09-10 04:19:01.688--UnitOfWork(329097750)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCreature" referenceClass=Creature sql="SELECT DISTINCT t0.DTYPE FROM TMP_CREATURE t0, TMP_CREATURE_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.SECONDTABLE_ID = t0.ID))") [junit] [EL Finest]: 2022-09-10 04:19:01.688--UnitOfWork(329097750)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCreature" referenceClass=Creature sql="SELECT DISTINCT t0.DTYPE FROM TMP_CREATURE t0, TMP_CREATURE_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.SECONDTABLE_ID = t0.ID))") [junit] [EL Finest]: 2022-09-10 04:19:01.688--UnitOfWork(329097750)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCave" referenceClass=Cave sql="SELECT ID, NAME FROM TMP_CAVE WHERE (ID = ?)") [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.generator.TestSequence [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.003 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.inheritance.AbstractEntityHandlingTest [junit] [EL Finer]: 2022-09-10 04:19:01.724--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 882928001 [junit] [EL Finer]: 2022-09-10 04:19:01.724--ClientSession(882928001)--Thread(Thread[main,5,main])--acquire unit of work: 1166344401 [junit] [EL Finest]: 2022-09-10 04:19:01.724--UnitOfWork(1166344401)--Thread(Thread[main,5,main])--PERSIST operation called on: ContractEmployee id: 123645 name: Hans Wurst. [junit] [EL Finer]: 2022-09-10 04:19:01.724--UnitOfWork(1166344401)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:01.724--UnitOfWork(1166344401)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(ContractEmployee id: 123645 name: Hans Wurst) [junit] [EL Finest]: 2022-09-10 04:19:01.725--ServerSession(1498401570)--Connection(88241567)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.725--ClientSession(882928001)--Connection(88241567)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:01.725--ClientSession(882928001)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:01.725--ClientSession(882928001)--Connection(1756130926)--Thread(Thread[main,5,main])--INSERT INTO TMP_ABSTR_EMP (ID, NAME, S_DATE, EMP_TYPE) VALUES (?, ?, ?, ?) [junit] bind => [123645, Hans Wurst, 2022-08-29, 1] [junit] [EL Fine]: 2022-09-10 04:19:01.726--ClientSession(882928001)--Connection(1756130926)--Thread(Thread[main,5,main])--INSERT INTO TMP_CONTRACT_EMP (D_RATE, TERM, ID) VALUES (?, ?, ?) [junit] bind => [100, 1, 123645] [junit] [EL Finer]: 2022-09-10 04:19:01.727--ClientSession(882928001)--Connection(1756130926)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:01.727--ServerSession(1498401570)--Connection(88241567)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.727--UnitOfWork(1166344401)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:01.728--UnitOfWork(1166344401)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:01.728--UnitOfWork(1166344401)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:01.728--ClientSession(882928001)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:01.728--UnitOfWork(1166344401)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:01.728--ClientSession(882928001)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:01.728--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 1405926421 [junit] [EL Finer]: 2022-09-10 04:19:01.728--ClientSession(1405926421)--Thread(Thread[main,5,main])--acquire unit of work: 1477947601 [junit] [EL Finest]: 2022-09-10 04:19:01.728--UnitOfWork(1477947601)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readAbstractEmployee" referenceClass=AbstractEmployee sql="SELECT DISTINCT EMP_TYPE FROM TMP_ABSTR_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:01.728--ServerSession(1498401570)--Connection(102537461)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.728--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:01.729--ServerSession(1498401570)--Connection(394581777)--Thread(Thread[main,5,main])--SELECT DISTINCT EMP_TYPE FROM TMP_ABSTR_EMP WHERE (ID = ?) [junit] bind => [123645] [junit] [EL Finest]: 2022-09-10 04:19:01.729--ServerSession(1498401570)--Connection(102537461)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.73--ServerSession(1498401570)--Connection(684896216)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.73--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:01.73--ServerSession(1498401570)--Connection(2007194415)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.EMP_TYPE, t0.NAME, t0.S_DATE, t1.ID, t1.D_RATE, t1.TERM FROM TMP_ABSTR_EMP t0, TMP_CONTRACT_EMP t1 WHERE ((t0.ID = ?) AND ((t1.ID = t0.ID) AND (t0.EMP_TYPE = ?))) [junit] bind => [123645, 1] [junit] [EL Finest]: 2022-09-10 04:19:01.73--ServerSession(1498401570)--Connection(684896216)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:01.731--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 493102722 [junit] [EL Finer]: 2022-09-10 04:19:01.731--ClientSession(493102722)--Thread(Thread[main,5,main])--acquire unit of work: 1795011718 [junit] [EL Finest]: 2022-09-10 04:19:01.731--UnitOfWork(1795011718)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readContractEmployee" referenceClass=ContractEmployee sql="SELECT t0.ID, t0.EMP_TYPE, t0.NAME, t0.S_DATE, t1.ID, t1.D_RATE, t1.TERM FROM TMP_ABSTR_EMP t0, TMP_CONTRACT_EMP t1 WHERE ((t0.ID = ?) AND ((t1.ID = t0.ID) AND (t0.EMP_TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:01.731--ServerSession(1498401570)--Connection(1353834411)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.731--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:01.731--ServerSession(1498401570)--Connection(1552280837)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.EMP_TYPE, t0.NAME, t0.S_DATE, t1.ID, t1.D_RATE, t1.TERM FROM TMP_ABSTR_EMP t0, TMP_CONTRACT_EMP t1 WHERE ((t0.ID = ?) AND ((t1.ID = t0.ID) AND (t0.EMP_TYPE = ?))) [junit] bind => [123645, 1] [junit] [EL Finest]: 2022-09-10 04:19:01.732--ServerSession(1498401570)--Connection(1353834411)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.732--UnitOfWork(1795011718)--Thread(Thread[main,5,main])--The remove operation has been performed on: ContractEmployee id: 123645 name: Hans Wurst [junit] [EL Finer]: 2022-09-10 04:19:01.732--UnitOfWork(1795011718)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:01.732--UnitOfWork(1795011718)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=ContractEmployee ) [junit] [EL Finest]: 2022-09-10 04:19:01.733--UnitOfWork(1795011718)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(ContractEmployee id: 123645 name: Hans Wurst) [junit] [EL Finest]: 2022-09-10 04:19:01.733--ServerSession(1498401570)--Connection(319461886)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.733--ClientSession(493102722)--Connection(319461886)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:01.733--ClientSession(493102722)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:01.733--ClientSession(493102722)--Connection(829898075)--Thread(Thread[main,5,main])--DELETE FROM TMP_CONTRACT_EMP WHERE (ID = ?) [junit] bind => [123645] [junit] [EL Fine]: 2022-09-10 04:19:01.734--ClientSession(493102722)--Connection(829898075)--Thread(Thread[main,5,main])--DELETE FROM TMP_ABSTR_EMP WHERE (ID = ?) [junit] bind => [123645] [junit] [EL Finer]: 2022-09-10 04:19:01.735--ClientSession(493102722)--Connection(829898075)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:01.736--ServerSession(1498401570)--Connection(319461886)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.736--UnitOfWork(1795011718)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:01.736--UnitOfWork(1795011718)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:01.736--UnitOfWork(1795011718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:01.736--ClientSession(493102722)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:01.736--UnitOfWork(1795011718)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:01.737--ClientSession(493102722)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:01.751--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 1691400419 [junit] [EL Finer]: 2022-09-10 04:19:01.751--ClientSession(1691400419)--Thread(Thread[main,5,main])--acquire unit of work: 106773123 [junit] [EL Finest]: 2022-09-10 04:19:01.751--UnitOfWork(106773123)--Thread(Thread[main,5,main])--PERSIST operation called on: ContractEmployee id: 123645 name: Hans Wurst. [junit] [EL Finer]: 2022-09-10 04:19:01.751--UnitOfWork(106773123)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:01.751--UnitOfWork(106773123)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(ContractEmployee id: 123645 name: Hans Wurst) [junit] [EL Finest]: 2022-09-10 04:19:01.751--ServerSession(1498401570)--Connection(307940896)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.751--ClientSession(1691400419)--Connection(307940896)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:01.751--ClientSession(1691400419)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:01.752--ClientSession(1691400419)--Connection(2109503434)--Thread(Thread[main,5,main])--INSERT INTO TMP_ABSTR_EMP (ID, NAME, S_DATE, EMP_TYPE) VALUES (?, ?, ?, ?) [junit] bind => [123645, Hans Wurst, 2022-08-29, 1] [junit] [EL Fine]: 2022-09-10 04:19:01.752--ClientSession(1691400419)--Connection(2109503434)--Thread(Thread[main,5,main])--INSERT INTO TMP_CONTRACT_EMP (D_RATE, TERM, ID) VALUES (?, ?, ?) [junit] bind => [100, 1, 123645] [junit] [EL Finer]: 2022-09-10 04:19:01.753--ClientSession(1691400419)--Connection(2109503434)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:01.754--ServerSession(1498401570)--Connection(307940896)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.754--UnitOfWork(106773123)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:01.754--UnitOfWork(106773123)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:01.754--UnitOfWork(106773123)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:01.754--ClientSession(1691400419)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:01.754--UnitOfWork(106773123)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:01.754--ClientSession(1691400419)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:01.756--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 1203434823 [junit] [EL Finer]: 2022-09-10 04:19:01.756--ClientSession(1203434823)--Thread(Thread[main,5,main])--acquire unit of work: 268416168 [junit] [EL Finest]: 2022-09-10 04:19:01.756--UnitOfWork(268416168)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=AbstractEmployee sql="SELECT DISTINCT EMP_TYPE FROM TMP_ABSTR_EMP WHERE (NAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:01.757--ServerSession(1498401570)--Connection(1573457383)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.757--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:01.757--ServerSession(1498401570)--Connection(812765318)--Thread(Thread[main,5,main])--SELECT DISTINCT EMP_TYPE FROM TMP_ABSTR_EMP WHERE (NAME = ?) [junit] bind => [Hugo] [junit] [EL Finest]: 2022-09-10 04:19:01.758--ServerSession(1498401570)--Connection(1573457383)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:01.758--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 1198143705 [junit] [EL Finer]: 2022-09-10 04:19:01.758--ClientSession(1198143705)--Thread(Thread[main,5,main])--acquire unit of work: 2040603986 [junit] [EL Finest]: 2022-09-10 04:19:01.758--UnitOfWork(2040603986)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readContractEmployee" referenceClass=ContractEmployee sql="SELECT t0.ID, t0.EMP_TYPE, t0.NAME, t0.S_DATE, t1.ID, t1.D_RATE, t1.TERM FROM TMP_ABSTR_EMP t0, TMP_CONTRACT_EMP t1 WHERE ((t0.ID = ?) AND ((t1.ID = t0.ID) AND (t0.EMP_TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:01.758--ServerSession(1498401570)--Connection(1361086575)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.758--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:01.758--ServerSession(1498401570)--Connection(1315729466)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.EMP_TYPE, t0.NAME, t0.S_DATE, t1.ID, t1.D_RATE, t1.TERM FROM TMP_ABSTR_EMP t0, TMP_CONTRACT_EMP t1 WHERE ((t0.ID = ?) AND ((t1.ID = t0.ID) AND (t0.EMP_TYPE = ?))) [junit] bind => [123645, 1] [junit] [EL Finest]: 2022-09-10 04:19:01.759--ServerSession(1498401570)--Connection(1361086575)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.759--UnitOfWork(2040603986)--Thread(Thread[main,5,main])--The remove operation has been performed on: ContractEmployee id: 123645 name: Hans Wurst [junit] [EL Finer]: 2022-09-10 04:19:01.759--UnitOfWork(2040603986)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:01.759--UnitOfWork(2040603986)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=ContractEmployee ) [junit] [EL Finest]: 2022-09-10 04:19:01.76--UnitOfWork(2040603986)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(ContractEmployee id: 123645 name: Hans Wurst) [junit] [EL Finest]: 2022-09-10 04:19:01.76--ServerSession(1498401570)--Connection(2032586898)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.76--ClientSession(1198143705)--Connection(2032586898)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:01.76--ClientSession(1198143705)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:01.76--ClientSession(1198143705)--Connection(1487486801)--Thread(Thread[main,5,main])--DELETE FROM TMP_CONTRACT_EMP WHERE (ID = ?) [junit] bind => [123645] [junit] [EL Fine]: 2022-09-10 04:19:01.761--ClientSession(1198143705)--Connection(1487486801)--Thread(Thread[main,5,main])--DELETE FROM TMP_ABSTR_EMP WHERE (ID = ?) [junit] bind => [123645] [junit] [EL Finer]: 2022-09-10 04:19:01.761--ClientSession(1198143705)--Connection(1487486801)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:01.762--ServerSession(1498401570)--Connection(2032586898)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.762--UnitOfWork(2040603986)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:01.762--UnitOfWork(2040603986)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:01.762--UnitOfWork(2040603986)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:01.762--ClientSession(1198143705)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:01.762--UnitOfWork(2040603986)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:01.762--ClientSession(1198143705)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:01.776--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 1871794198 [junit] [EL Finer]: 2022-09-10 04:19:01.776--ClientSession(1871794198)--Thread(Thread[main,5,main])--acquire unit of work: 1395746279 [junit] [EL Finest]: 2022-09-10 04:19:01.776--UnitOfWork(1395746279)--Thread(Thread[main,5,main])--PERSIST operation called on: ContractEmployee id: 123645 name: Hans Wurst. [junit] [EL Finer]: 2022-09-10 04:19:01.776--UnitOfWork(1395746279)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:01.776--UnitOfWork(1395746279)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(ContractEmployee id: 123645 name: Hans Wurst) [junit] [EL Finest]: 2022-09-10 04:19:01.776--ServerSession(1498401570)--Connection(1978443480)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.776--ClientSession(1871794198)--Connection(1978443480)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:01.776--ClientSession(1871794198)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:01.777--ClientSession(1871794198)--Connection(757791711)--Thread(Thread[main,5,main])--INSERT INTO TMP_ABSTR_EMP (ID, NAME, S_DATE, EMP_TYPE) VALUES (?, ?, ?, ?) [junit] bind => [123645, Hans Wurst, 2022-08-29, 1] [junit] [EL Fine]: 2022-09-10 04:19:01.777--ClientSession(1871794198)--Connection(757791711)--Thread(Thread[main,5,main])--INSERT INTO TMP_CONTRACT_EMP (D_RATE, TERM, ID) VALUES (?, ?, ?) [junit] bind => [100, 1, 123645] [junit] [EL Finer]: 2022-09-10 04:19:01.778--ClientSession(1871794198)--Connection(757791711)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:01.779--ServerSession(1498401570)--Connection(1978443480)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.779--UnitOfWork(1395746279)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:01.779--UnitOfWork(1395746279)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:01.779--UnitOfWork(1395746279)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:01.779--ClientSession(1871794198)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:01.779--UnitOfWork(1395746279)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:01.779--ClientSession(1871794198)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:01.78--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 1244383007 [junit] [EL Finer]: 2022-09-10 04:19:01.78--ClientSession(1244383007)--Thread(Thread[main,5,main])--acquire unit of work: 553209498 [junit] [EL Finest]: 2022-09-10 04:19:01.78--UnitOfWork(553209498)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=ContractEmployee sql="SELECT t0.ID, t0.EMP_TYPE, t0.NAME, t0.S_DATE, t1.ID, t1.D_RATE, t1.TERM FROM TMP_ABSTR_EMP t0, TMP_CONTRACT_EMP t1 WHERE ((t1.D_RATE = ?) AND ((t1.ID = t0.ID) AND (t0.EMP_TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:01.78--ServerSession(1498401570)--Connection(1059143319)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.78--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:01.78--ServerSession(1498401570)--Connection(1765570369)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.EMP_TYPE, t0.NAME, t0.S_DATE, t1.ID, t1.D_RATE, t1.TERM FROM TMP_ABSTR_EMP t0, TMP_CONTRACT_EMP t1 WHERE ((t1.D_RATE = ?) AND ((t1.ID = t0.ID) AND (t0.EMP_TYPE = ?))) [junit] bind => [123645, 1] [junit] [EL Finest]: 2022-09-10 04:19:01.781--ServerSession(1498401570)--Connection(1059143319)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:01.781--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 566172447 [junit] [EL Finer]: 2022-09-10 04:19:01.781--ClientSession(566172447)--Thread(Thread[main,5,main])--acquire unit of work: 724821526 [junit] [EL Finest]: 2022-09-10 04:19:01.781--UnitOfWork(724821526)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readContractEmployee" referenceClass=ContractEmployee sql="SELECT t0.ID, t0.EMP_TYPE, t0.NAME, t0.S_DATE, t1.ID, t1.D_RATE, t1.TERM FROM TMP_ABSTR_EMP t0, TMP_CONTRACT_EMP t1 WHERE ((t0.ID = ?) AND ((t1.ID = t0.ID) AND (t0.EMP_TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:01.781--ServerSession(1498401570)--Connection(203267136)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.781--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:01.781--ServerSession(1498401570)--Connection(2044982340)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.EMP_TYPE, t0.NAME, t0.S_DATE, t1.ID, t1.D_RATE, t1.TERM FROM TMP_ABSTR_EMP t0, TMP_CONTRACT_EMP t1 WHERE ((t0.ID = ?) AND ((t1.ID = t0.ID) AND (t0.EMP_TYPE = ?))) [junit] bind => [123645, 1] [junit] [EL Finest]: 2022-09-10 04:19:01.782--ServerSession(1498401570)--Connection(203267136)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.782--UnitOfWork(724821526)--Thread(Thread[main,5,main])--The remove operation has been performed on: ContractEmployee id: 123645 name: Hans Wurst [junit] [EL Finer]: 2022-09-10 04:19:01.782--UnitOfWork(724821526)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:01.782--UnitOfWork(724821526)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=ContractEmployee ) [junit] [EL Finest]: 2022-09-10 04:19:01.782--UnitOfWork(724821526)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(ContractEmployee id: 123645 name: Hans Wurst) [junit] [EL Finest]: 2022-09-10 04:19:01.782--ServerSession(1498401570)--Connection(1505273857)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.782--ClientSession(566172447)--Connection(1505273857)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:01.782--ClientSession(566172447)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:01.783--ClientSession(566172447)--Connection(476182975)--Thread(Thread[main,5,main])--DELETE FROM TMP_CONTRACT_EMP WHERE (ID = ?) [junit] bind => [123645] [junit] [EL Fine]: 2022-09-10 04:19:01.783--ClientSession(566172447)--Connection(476182975)--Thread(Thread[main,5,main])--DELETE FROM TMP_ABSTR_EMP WHERE (ID = ?) [junit] bind => [123645] [junit] [EL Finer]: 2022-09-10 04:19:01.784--ClientSession(566172447)--Connection(476182975)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:01.784--ServerSession(1498401570)--Connection(1505273857)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.785--UnitOfWork(724821526)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:01.785--UnitOfWork(724821526)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:01.785--UnitOfWork(724821526)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:01.785--ClientSession(566172447)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:01.785--UnitOfWork(724821526)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:01.785--ClientSession(566172447)--Thread(Thread[main,5,main])--client released [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.inheritance.CallbackTest [junit] [EL Finer]: 2022-09-10 04:19:01.819--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 487193486 [junit] [EL Finer]: 2022-09-10 04:19:01.82--ClientSession(487193486)--Thread(Thread[main,5,main])--acquire unit of work: 280683456 [junit] [EL Finest]: 2022-09-10 04:19:01.82--UnitOfWork(280683456)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle@6dae5562. [junit] [EL Finest]: 2022-09-10 04:19:01.82--UnitOfWork(280683456)--Thread(Thread[main,5,main])--assign sequence to the object (3 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle@6dae5562) [junit] [EL Finest]: 2022-09-10 04:19:01.82--UnitOfWork(280683456)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@1cc5d8a9. [junit] [EL Finest]: 2022-09-10 04:19:01.82--UnitOfWork(280683456)--Thread(Thread[main,5,main])--assign sequence to the object (4 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@1cc5d8a9) [junit] [EL Finest]: 2022-09-10 04:19:01.82--UnitOfWork(280683456)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike@4ec28534. [junit] [EL Finest]: 2022-09-10 04:19:01.82--UnitOfWork(280683456)--Thread(Thread[main,5,main])--assign sequence to the object (5 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike@4ec28534) [junit] [EL Finer]: 2022-09-10 04:19:01.821--UnitOfWork(280683456)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:01.821--UnitOfWork(280683456)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@1cc5d8a9) [junit] [EL Finest]: 2022-09-10 04:19:01.821--ServerSession(1498401570)--Connection(2117653154)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.821--ClientSession(487193486)--Connection(2117653154)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:01.821--ClientSession(487193486)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:01.822--UnitOfWork(280683456)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike@4ec28534) [junit] [EL Finest]: 2022-09-10 04:19:01.822--UnitOfWork(280683456)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle@6dae5562) [junit] [EL Finer]: 2022-09-10 04:19:01.822--ClientSession(487193486)--Connection(862394631)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:01.822--ClientSession(487193486)--Connection(862394631)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, NUM_GEARS, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:01.822--ClientSession(487193486)--Connection(862394631)--Thread(Thread[main,5,main])-- bind => [4, Peugeot, red, 12, 1, 4] [junit] [EL Fine]: 2022-09-10 04:19:01.822--ClientSession(487193486)--Connection(862394631)--Thread(Thread[main,5,main])-- bind => [5, Fischer, brown, 24, 1, 4711] [junit] [EL Finer]: 2022-09-10 04:19:01.822--ClientSession(487193486)--Connection(862394631)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2022-09-10 04:19:01.823--ClientSession(487193486)--Connection(862394631)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] bind => [3, Mercedes, cobalt blue, 1, -1] [junit] [EL Finer]: 2022-09-10 04:19:01.824--ClientSession(487193486)--Connection(862394631)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:01.825--ServerSession(1498401570)--Connection(2117653154)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.825--UnitOfWork(280683456)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:01.825--UnitOfWork(280683456)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:01.825--UnitOfWork(280683456)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:01.825--ClientSession(487193486)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:01.826--UnitOfWork(280683456)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:01.826--ClientSession(487193486)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:01.826--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 1346065207 [junit] [EL Finer]: 2022-09-10 04:19:01.826--ClientSession(1346065207)--Thread(Thread[main,5,main])--acquire unit of work: 40187418 [junit] [EL Finest]: 2022-09-10 04:19:01.826--UnitOfWork(40187418)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readVehicle" referenceClass=Vehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, NUM_GEARS, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:01.826--UnitOfWork(40187418)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle@3fb5809a [junit] [EL Finest]: 2022-09-10 04:19:01.827--UnitOfWork(40187418)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBicycle" referenceClass=Bicycle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, NUM_GEARS FROM TMP_VEHICLE WHERE ((ID = ?) AND (DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:01.827--UnitOfWork(40187418)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@4ed94e6a [junit] [EL Finest]: 2022-09-10 04:19:01.827--UnitOfWork(40187418)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readVehicle" referenceClass=Vehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, NUM_GEARS, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:01.827--UnitOfWork(40187418)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike@7314f4cb [junit] [EL Finest]: 2022-09-10 04:19:01.828--UnitOfWork(40187418)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle@77954f77 [junit] [EL Finest]: 2022-09-10 04:19:01.828--UnitOfWork(40187418)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@16c6d5a2 [junit] [EL Finest]: 2022-09-10 04:19:01.829--UnitOfWork(40187418)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike@8616368 [junit] [EL Finer]: 2022-09-10 04:19:01.829--UnitOfWork(40187418)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:01.829--UnitOfWork(40187418)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Bicycle ) [junit] [EL Finest]: 2022-09-10 04:19:01.829--UnitOfWork(40187418)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=MountainBike ) [junit] [EL Finest]: 2022-09-10 04:19:01.829--UnitOfWork(40187418)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Vehicle ) [junit] [EL Finest]: 2022-09-10 04:19:01.829--UnitOfWork(40187418)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" ) [junit] [EL Finest]: 2022-09-10 04:19:01.829--ServerSession(1498401570)--Connection(205713040)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.829--ClientSession(1346065207)--Connection(205713040)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:01.829--ClientSession(1346065207)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:01.83--UnitOfWork(40187418)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="profiles" sql="DELETE FROM TMP_VEHICLE_PROFILE WHERE (VEHICLE_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:01.83--ClientSession(1346065207)--Connection(1891803206)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_BICYCLE WHERE (BICYCLE_ID = ?) [junit] bind => [4] [junit] [EL Finest]: 2022-09-10 04:19:01.831--UnitOfWork(40187418)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="DELETE FROM TMP_EMP_BICYCLE WHERE (BICYCLE_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:01.831--ClientSession(1346065207)--Connection(1891803206)--Thread(Thread[main,5,main])--DELETE FROM TMP_VEHICLE_PROFILE WHERE (VEHICLE_ID = ?) [junit] bind => [4] [junit] [EL Finest]: 2022-09-10 04:19:01.831--UnitOfWork(40187418)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="profiles" sql="DELETE FROM TMP_VEHICLE_PROFILE WHERE (VEHICLE_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:01.831--ClientSession(1346065207)--Connection(1891803206)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_BICYCLE WHERE (BICYCLE_ID = ?) [junit] bind => [5] [junit] [EL Finest]: 2022-09-10 04:19:01.832--UnitOfWork(40187418)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="profiles" sql="DELETE FROM TMP_VEHICLE_PROFILE WHERE (VEHICLE_ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:01.832--UnitOfWork(40187418)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle@77954f77) [junit] [EL Finer]: 2022-09-10 04:19:01.832--ClientSession(1346065207)--Connection(1891803206)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:01.832--ClientSession(1346065207)--Connection(1891803206)--Thread(Thread[main,5,main])--DELETE FROM TMP_VEHICLE_PROFILE WHERE (VEHICLE_ID = ?) [junit] [EL Fine]: 2022-09-10 04:19:01.832--ClientSession(1346065207)--Connection(1891803206)--Thread(Thread[main,5,main])-- bind => [5] [junit] [EL Fine]: 2022-09-10 04:19:01.832--ClientSession(1346065207)--Connection(1891803206)--Thread(Thread[main,5,main])-- bind => [3] [junit] [EL Finer]: 2022-09-10 04:19:01.832--ClientSession(1346065207)--Connection(1891803206)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:01.833--UnitOfWork(40187418)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike@8616368) [junit] [EL Finest]: 2022-09-10 04:19:01.833--UnitOfWork(40187418)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@16c6d5a2) [junit] [EL Finer]: 2022-09-10 04:19:01.833--ClientSession(1346065207)--Connection(1891803206)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:01.833--ClientSession(1346065207)--Connection(1891803206)--Thread(Thread[main,5,main])--DELETE FROM TMP_VEHICLE WHERE ((ID = ?) AND (VERSION = ?)) [junit] [EL Fine]: 2022-09-10 04:19:01.833--ClientSession(1346065207)--Connection(1891803206)--Thread(Thread[main,5,main])-- bind => [3, 1] [junit] [EL Fine]: 2022-09-10 04:19:01.833--ClientSession(1346065207)--Connection(1891803206)--Thread(Thread[main,5,main])-- bind => [5, 1] [junit] [EL Fine]: 2022-09-10 04:19:01.833--ClientSession(1346065207)--Connection(1891803206)--Thread(Thread[main,5,main])-- bind => [4, 1] [junit] [EL Finer]: 2022-09-10 04:19:01.833--ClientSession(1346065207)--Connection(1891803206)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:01.834--ClientSession(1346065207)--Connection(1891803206)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:01.835--ServerSession(1498401570)--Connection(205713040)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.835--UnitOfWork(40187418)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:01.835--UnitOfWork(40187418)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:01.835--UnitOfWork(40187418)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:01.835--ClientSession(1346065207)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:01.835--UnitOfWork(40187418)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:01.835--ClientSession(1346065207)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:01.862--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 210918113 [junit] [EL Finer]: 2022-09-10 04:19:01.862--ClientSession(210918113)--Thread(Thread[main,5,main])--acquire unit of work: 2142251113 [junit] [EL Finest]: 2022-09-10 04:19:01.862--UnitOfWork(2142251113)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle@31fc1b6e. [junit] [EL Finest]: 2022-09-10 04:19:01.862--UnitOfWork(2142251113)--Thread(Thread[main,5,main])--assign sequence to the object (6 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle@31fc1b6e) [junit] [EL Finest]: 2022-09-10 04:19:01.862--UnitOfWork(2142251113)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@2f271ae2. [junit] [EL Finest]: 2022-09-10 04:19:01.862--UnitOfWork(2142251113)--Thread(Thread[main,5,main])--assign sequence to the object (7 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@2f271ae2) [junit] [EL Finest]: 2022-09-10 04:19:01.862--UnitOfWork(2142251113)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike@51aa8c0f. [junit] [EL Finest]: 2022-09-10 04:19:01.862--UnitOfWork(2142251113)--Thread(Thread[main,5,main])--assign sequence to the object (8 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike@51aa8c0f) [junit] [EL Finer]: 2022-09-10 04:19:01.863--UnitOfWork(2142251113)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:01.863--UnitOfWork(2142251113)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@2f271ae2) [junit] [EL Finest]: 2022-09-10 04:19:01.863--ServerSession(1498401570)--Connection(1726301214)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.863--ClientSession(210918113)--Connection(1726301214)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:01.863--ClientSession(210918113)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:01.864--UnitOfWork(2142251113)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike@51aa8c0f) [junit] [EL Finest]: 2022-09-10 04:19:01.864--UnitOfWork(2142251113)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle@31fc1b6e) [junit] [EL Finer]: 2022-09-10 04:19:01.864--ClientSession(210918113)--Connection(502756179)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:01.864--ClientSession(210918113)--Connection(502756179)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, NUM_GEARS, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:01.864--ClientSession(210918113)--Connection(502756179)--Thread(Thread[main,5,main])-- bind => [7, Peugeot, red, 12, 1, 4] [junit] [EL Fine]: 2022-09-10 04:19:01.865--ClientSession(210918113)--Connection(502756179)--Thread(Thread[main,5,main])-- bind => [8, Fischer, brown, 24, 1, 4711] [junit] [EL Finer]: 2022-09-10 04:19:01.865--ClientSession(210918113)--Connection(502756179)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2022-09-10 04:19:01.866--ClientSession(210918113)--Connection(502756179)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] bind => [6, Mercedes, cobalt blue, 1, -1] [junit] [EL Finer]: 2022-09-10 04:19:01.866--ClientSession(210918113)--Connection(502756179)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:01.867--ServerSession(1498401570)--Connection(1726301214)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.867--UnitOfWork(2142251113)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:01.867--UnitOfWork(2142251113)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:01.867--UnitOfWork(2142251113)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:01.867--ClientSession(210918113)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:01.868--UnitOfWork(2142251113)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:01.868--ClientSession(210918113)--Thread(Thread[main,5,main])--client released [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.inheritance.ChangeSubclassTest [junit] [EL Finer]: 2022-09-10 04:19:01.903--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 1214787473 [junit] [EL Finer]: 2022-09-10 04:19:01.903--ClientSession(1214787473)--Thread(Thread[main,5,main])--acquire unit of work: 1304572531 [junit] [EL Finest]: 2022-09-10 04:19:01.903--UnitOfWork(1304572531)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@35bfa7be. [junit] [EL Finest]: 2022-09-10 04:19:01.903--UnitOfWork(1304572531)--Thread(Thread[main,5,main])--assign sequence to the object (9 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@35bfa7be) [junit] [EL Finer]: 2022-09-10 04:19:01.904--UnitOfWork(1304572531)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:01.904--UnitOfWork(1304572531)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@35bfa7be) [junit] [EL Finest]: 2022-09-10 04:19:01.904--ServerSession(1498401570)--Connection(1102941897)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.904--ClientSession(1214787473)--Connection(1102941897)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:01.904--ClientSession(1214787473)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:01.905--ClientSession(1214787473)--Connection(489712935)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, LICENSE_PLATE, MODEL, TOP_SPEED, TRANSMISSION_TYPE, VERSION, EMPLOYEE_ID, DTYPE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [9, null, null, null, null, 0, null, 1, null, 71] [junit] [EL Finer]: 2022-09-10 04:19:01.905--ClientSession(1214787473)--Connection(489712935)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:01.906--ServerSession(1498401570)--Connection(1102941897)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.906--UnitOfWork(1304572531)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:01.906--UnitOfWork(1304572531)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:01.906--UnitOfWork(1304572531)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:01.906--ClientSession(1214787473)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:01.906--UnitOfWork(1304572531)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:01.906--ClientSession(1214787473)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:01.906--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 827511881 [junit] [EL Finer]: 2022-09-10 04:19:01.906--ClientSession(827511881)--Thread(Thread[main,5,main])--acquire unit of work: 798346769 [junit] [EL Finest]: 2022-09-10 04:19:01.906--UnitOfWork(798346769)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readVehicle" referenceClass=Vehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, NUM_GEARS, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:01.907--UnitOfWork(798346769)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@2f349170 [junit] [EL Finest]: 2022-09-10 04:19:01.907--UnitOfWork(798346769)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@323b5264 [junit] [EL Finer]: 2022-09-10 04:19:01.907--UnitOfWork(798346769)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:01.907--UnitOfWork(798346769)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Car ) [junit] [EL Finest]: 2022-09-10 04:19:01.908--UnitOfWork(798346769)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="profiles" sql="DELETE FROM TMP_VEHICLE_PROFILE WHERE (VEHICLE_ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:01.908--ServerSession(1498401570)--Connection(946556798)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.908--ClientSession(827511881)--Connection(946556798)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:01.908--ClientSession(827511881)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:01.908--UnitOfWork(798346769)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@323b5264) [junit] [EL Fine]: 2022-09-10 04:19:01.909--ClientSession(827511881)--Connection(1276319779)--Thread(Thread[main,5,main])--DELETE FROM TMP_VEHICLE_PROFILE WHERE (VEHICLE_ID = ?) [junit] bind => [9] [junit] [EL Fine]: 2022-09-10 04:19:01.909--ClientSession(827511881)--Connection(1276319779)--Thread(Thread[main,5,main])--DELETE FROM TMP_VEHICLE WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [9, 1] [junit] [EL Finer]: 2022-09-10 04:19:01.909--ClientSession(827511881)--Connection(1276319779)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:01.91--ServerSession(1498401570)--Connection(946556798)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.91--UnitOfWork(798346769)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:01.91--UnitOfWork(798346769)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:01.91--UnitOfWork(798346769)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:01.91--ClientSession(827511881)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:01.91--UnitOfWork(798346769)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:01.91--ClientSession(827511881)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:01.91--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 1690004391 [junit] [EL Finer]: 2022-09-10 04:19:01.911--ClientSession(1690004391)--Thread(Thread[main,5,main])--acquire unit of work: 1460887730 [junit] [EL Finest]: 2022-09-10 04:19:01.911--UnitOfWork(1460887730)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@13a8cb4e. [junit] [EL Finer]: 2022-09-10 04:19:01.911--UnitOfWork(1460887730)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:01.911--UnitOfWork(1460887730)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@13a8cb4e) [junit] [EL Finest]: 2022-09-10 04:19:01.911--ServerSession(1498401570)--Connection(179672397)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.911--ClientSession(1690004391)--Connection(179672397)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:01.911--ClientSession(1690004391)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:01.912--ClientSession(1690004391)--Connection(1181708889)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, NUM_GEARS, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?, ?) [junit] bind => [9, null, null, 0, 1, 4] [junit] [EL Finer]: 2022-09-10 04:19:01.912--ClientSession(1690004391)--Connection(1181708889)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:01.913--ServerSession(1498401570)--Connection(179672397)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.913--UnitOfWork(1460887730)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:01.913--UnitOfWork(1460887730)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:01.913--UnitOfWork(1460887730)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:01.913--ClientSession(1690004391)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:01.913--UnitOfWork(1460887730)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:01.913--ClientSession(1690004391)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:01.913--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 1635357010 [junit] [EL Finer]: 2022-09-10 04:19:01.913--ClientSession(1635357010)--Thread(Thread[main,5,main])--acquire unit of work: 1547295390 [junit] [EL Finest]: 2022-09-10 04:19:01.913--UnitOfWork(1547295390)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readVehicle" referenceClass=Vehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, NUM_GEARS, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:01.913--UnitOfWork(1547295390)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@e38b953 [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.inheritance.RelationsTest [junit] [EL Finer]: 2022-09-10 04:19:01.947--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 1651397972 [junit] [EL Finer]: 2022-09-10 04:19:01.947--ClientSession(1651397972)--Thread(Thread[main,5,main])--acquire unit of work: 1860390884 [junit] [EL Finest]: 2022-09-10 04:19:01.947--UnitOfWork(1860390884)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5aa0e9c6. [junit] [EL Finest]: 2022-09-10 04:19:01.947--UnitOfWork(1860390884)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck@57dd4bc9. [junit] [EL Finest]: 2022-09-10 04:19:01.947--UnitOfWork(1860390884)--Thread(Thread[main,5,main])--assign sequence to the object (10 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck@57dd4bc9) [junit] [EL Finer]: 2022-09-10 04:19:01.948--UnitOfWork(1860390884)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:01.948--UnitOfWork(1860390884)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5aa0e9c6) [junit] [EL Finest]: 2022-09-10 04:19:01.948--ServerSession(1498401570)--Connection(1859299978)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.948--ClientSession(1651397972)--Connection(1859299978)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:01.948--ClientSession(1651397972)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:01.949--UnitOfWork(1860390884)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck@57dd4bc9) [junit] [EL Fine]: 2022-09-10 04:19:01.949--ClientSession(1651397972)--Connection(1407989658)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [1234, Mighty, Mouse, null, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:01.949--ClientSession(1651397972)--Connection(1407989658)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, LICENSE_PLATE, MAX_LOAD, MODEL, TRANSMISSION_TYPE, VERSION, EMPLOYEE_ID, DTYPE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [10, Renault, yellow, MA-US 1234, 800, Trafic, null, 1, 1234, 11] [junit] [EL Finer]: 2022-09-10 04:19:01.95--ClientSession(1651397972)--Connection(1407989658)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:01.951--ServerSession(1498401570)--Connection(1859299978)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.951--UnitOfWork(1860390884)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:01.951--UnitOfWork(1860390884)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:01.951--UnitOfWork(1860390884)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:01.951--ClientSession(1651397972)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:01.951--UnitOfWork(1860390884)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:01.951--ClientSession(1651397972)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:01.951--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 418082467 [junit] [EL Finer]: 2022-09-10 04:19:01.951--ClientSession(418082467)--Thread(Thread[main,5,main])--acquire unit of work: 427033987 [junit] [EL Finest]: 2022-09-10 04:19:01.952--UnitOfWork(427033987)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:01.952--UnitOfWork(427033987)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@8850865 [junit] [EL Finest]: 2022-09-10 04:19:01.952--UnitOfWork(427033987)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:01.952--ServerSession(1498401570)--Connection(1519446620)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.952--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:01.953--ServerSession(1498401570)--Connection(1400787678)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [1234, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:01.953--ServerSession(1498401570)--Connection(1519446620)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.953--UnitOfWork(427033987)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck@3e11996e [junit] [EL Finest]: 2022-09-10 04:19:01.953--UnitOfWork(427033987)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@8850865 [junit] [EL Finer]: 2022-09-10 04:19:01.981--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 1457883621 [junit] [EL Finer]: 2022-09-10 04:19:01.981--ClientSession(1457883621)--Thread(Thread[main,5,main])--acquire unit of work: 1771217223 [junit] [EL Finest]: 2022-09-10 04:19:01.981--UnitOfWork(1771217223)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@591cda84. [junit] [EL Finest]: 2022-09-10 04:19:01.982--UnitOfWork(1771217223)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike@58338338. [junit] [EL Finest]: 2022-09-10 04:19:01.982--UnitOfWork(1771217223)--Thread(Thread[main,5,main])--assign sequence to the object (11 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike@58338338) [junit] [EL Finest]: 2022-09-10 04:19:01.982--UnitOfWork(1771217223)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike@4c954b79. [junit] [EL Finest]: 2022-09-10 04:19:01.982--UnitOfWork(1771217223)--Thread(Thread[main,5,main])--assign sequence to the object (12 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike@4c954b79) [junit] [EL Finer]: 2022-09-10 04:19:01.982--UnitOfWork(1771217223)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:01.982--UnitOfWork(1771217223)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@591cda84) [junit] [EL Finest]: 2022-09-10 04:19:01.982--ServerSession(1498401570)--Connection(1298177219)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.983--ClientSession(1457883621)--Connection(1298177219)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:01.983--ClientSession(1457883621)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:01.983--UnitOfWork(1771217223)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike@58338338) [junit] [EL Fine]: 2022-09-10 04:19:01.983--ClientSession(1457883621)--Connection(361642617)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [17, Kuno, Hurtig, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finest]: 2022-09-10 04:19:01.984--UnitOfWork(1771217223)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike@4c954b79) [junit] [EL Finest]: 2022-09-10 04:19:01.984--ClientSession(1457883621)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" ) [junit] [EL Finer]: 2022-09-10 04:19:01.984--ClientSession(1457883621)--Connection(361642617)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:01.984--ClientSession(1457883621)--Connection(361642617)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, NUM_GEARS, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:01.984--ClientSession(1457883621)--Connection(361642617)--Thread(Thread[main,5,main])-- bind => [11, null, null, 0, 1, 4711] [junit] [EL Fine]: 2022-09-10 04:19:01.984--ClientSession(1457883621)--Connection(361642617)--Thread(Thread[main,5,main])-- bind => [12, null, null, 0, 1, 45] [junit] [EL Finer]: 2022-09-10 04:19:01.984--ClientSession(1457883621)--Connection(361642617)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:01.985--ClientSession(1457883621)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:01.985--ClientSession(1457883621)--Connection(361642617)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:01.985--ClientSession(1457883621)--Connection(361642617)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:01.985--ClientSession(1457883621)--Connection(361642617)--Thread(Thread[main,5,main])-- bind => [17, 11] [junit] [EL Fine]: 2022-09-10 04:19:01.985--ClientSession(1457883621)--Connection(361642617)--Thread(Thread[main,5,main])-- bind => [17, 12] [junit] [EL Finer]: 2022-09-10 04:19:01.985--ClientSession(1457883621)--Connection(361642617)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:01.986--ClientSession(1457883621)--Connection(361642617)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:01.987--ServerSession(1498401570)--Connection(1298177219)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:01.988--UnitOfWork(1771217223)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:01.988--UnitOfWork(1771217223)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:01.988--UnitOfWork(1771217223)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:01.988--ClientSession(1457883621)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:01.988--UnitOfWork(1771217223)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:01.988--ClientSession(1457883621)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:01.988--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 1585558534 [junit] [EL Finer]: 2022-09-10 04:19:01.988--ClientSession(1585558534)--Thread(Thread[main,5,main])--acquire unit of work: 1073233096 [junit] [EL Finest]: 2022-09-10 04:19:01.988--UnitOfWork(1073233096)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:01.989--UnitOfWork(1073233096)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6dd8ac29 [junit] [EL Finest]: 2022-09-10 04:19:01.989--UnitOfWork(1073233096)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:01.989--ServerSession(1498401570)--Connection(1612303947)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.989--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:01.989--ServerSession(1498401570)--Connection(511291644)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [17, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:01.99--ServerSession(1498401570)--Connection(1612303947)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.99--UnitOfWork(1073233096)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike@3f1dadeb [junit] [EL Finest]: 2022-09-10 04:19:01.99--UnitOfWork(1073233096)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6dd8ac29 [junit] [EL Finest]: 2022-09-10 04:19:01.99--UnitOfWork(1073233096)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike@72259917 [junit] [EL Finest]: 2022-09-10 04:19:01.99--UnitOfWork(1073233096)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6dd8ac29 [junit] [EL Finer]: 2022-09-10 04:19:01.991--UnitOfWork(1073233096)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:01.991--ClientSession(1585558534)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:01.991--UnitOfWork(1073233096)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:01.991--ClientSession(1585558534)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:01.991--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 1384149246 [junit] [EL Finer]: 2022-09-10 04:19:01.991--ClientSession(1384149246)--Thread(Thread[main,5,main])--acquire unit of work: 1039634839 [junit] [EL Finest]: 2022-09-10 04:19:01.991--UnitOfWork(1039634839)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBicycle" referenceClass=Bicycle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, NUM_GEARS FROM TMP_VEHICLE WHERE ((ID = ?) AND (DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:01.991--UnitOfWork(1039634839)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike@72259917 [junit] [EL Finest]: 2022-09-10 04:19:01.991--UnitOfWork(1039634839)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6dd8ac29 [junit] [EL Finest]: 2022-09-10 04:19:01.991--UnitOfWork(1039634839)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:01.991--ServerSession(1498401570)--Connection(1387766753)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.991--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:01.992--ServerSession(1498401570)--Connection(1406008073)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [17, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:01.992--ServerSession(1498401570)--Connection(1387766753)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:01.992--UnitOfWork(1039634839)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike@3f1dadeb [junit] [EL Finest]: 2022-09-10 04:19:01.993--UnitOfWork(1039634839)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6dd8ac29 [junit] [EL Finest]: 2022-09-10 04:19:01.993--UnitOfWork(1039634839)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike@72259917 [junit] [EL Finer]: 2022-09-10 04:19:01.993--UnitOfWork(1039634839)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:01.994--UnitOfWork(1039634839)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:01.994--UnitOfWork(1039634839)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.021--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 19919839 [junit] [EL Finer]: 2022-09-10 04:19:02.022--ClientSession(19919839)--Thread(Thread[main,5,main])--acquire unit of work: 314139313 [junit] [EL Finest]: 2022-09-10 04:19:02.022--UnitOfWork(314139313)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@15844237. [junit] [EL Finest]: 2022-09-10 04:19:02.022--UnitOfWork(314139313)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@2e04dbc1. [junit] [EL Finest]: 2022-09-10 04:19:02.022--UnitOfWork(314139313)--Thread(Thread[main,5,main])--assign sequence to the object (13 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@2e04dbc1) [junit] [EL Finest]: 2022-09-10 04:19:02.022--UnitOfWork(314139313)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@50cb64d5. [junit] [EL Finest]: 2022-09-10 04:19:02.022--UnitOfWork(314139313)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck@9be2897. [junit] [EL Finest]: 2022-09-10 04:19:02.022--UnitOfWork(314139313)--Thread(Thread[main,5,main])--assign sequence to the object (14 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck@9be2897) [junit] [EL Finest]: 2022-09-10 04:19:02.023--UnitOfWork(314139313)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3e1c566d. [junit] [EL Finest]: 2022-09-10 04:19:02.023--UnitOfWork(314139313)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@36ce48bc. [junit] [EL Finest]: 2022-09-10 04:19:02.023--UnitOfWork(314139313)--Thread(Thread[main,5,main])--assign sequence to the object (15 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@36ce48bc) [junit] [EL Finer]: 2022-09-10 04:19:02.023--UnitOfWork(314139313)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:02.024--UnitOfWork(314139313)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@15844237) [junit] [EL Finest]: 2022-09-10 04:19:02.024--ServerSession(1498401570)--Connection(190949968)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.024--ClientSession(19919839)--Connection(190949968)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:02.024--ClientSession(19919839)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:02.025--UnitOfWork(314139313)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@50cb64d5) [junit] [EL Finest]: 2022-09-10 04:19:02.025--UnitOfWork(314139313)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3e1c566d) [junit] [EL Finest]: 2022-09-10 04:19:02.025--UnitOfWork(314139313)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@2e04dbc1) [junit] [EL Finer]: 2022-09-10 04:19:02.025--ClientSession(19919839)--Connection(2009378486)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:02.025--ClientSession(19919839)--Connection(2009378486)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:02.026--ClientSession(19919839)--Connection(2009378486)--Thread(Thread[main,5,main])-- bind => [1, Paul, Weber, null, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:02.026--ClientSession(19919839)--Connection(2009378486)--Thread(Thread[main,5,main])-- bind => [2, Paul, Breitner, null, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:02.026--ClientSession(19919839)--Connection(2009378486)--Thread(Thread[main,5,main])-- bind => [3, Paulchen, Panther, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:02.026--ClientSession(19919839)--Connection(2009378486)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:02.027--UnitOfWork(314139313)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@36ce48bc) [junit] [EL Fine]: 2022-09-10 04:19:02.027--ClientSession(19919839)--Connection(2009378486)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, LICENSE_PLATE, MODEL, TOP_SPEED, TRANSMISSION_TYPE, VERSION, EMPLOYEE_ID, DTYPE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [13, null, null, null, null, 0, null, 1, 1, 71] [junit] [EL Finest]: 2022-09-10 04:19:02.028--UnitOfWork(314139313)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck@9be2897) [junit] [EL Fine]: 2022-09-10 04:19:02.028--ClientSession(19919839)--Connection(2009378486)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, VERSION, EMPLOYEE_ID, DTYPE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [15, null, null, null, null, null, 1, 3, 91] [junit] [EL Fine]: 2022-09-10 04:19:02.029--ClientSession(19919839)--Connection(2009378486)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, LICENSE_PLATE, MAX_LOAD, MODEL, TRANSMISSION_TYPE, VERSION, EMPLOYEE_ID, DTYPE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [14, null, null, null, 0, null, null, 1, 2, 11] [junit] [EL Finer]: 2022-09-10 04:19:02.03--ClientSession(19919839)--Connection(2009378486)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:02.03--ServerSession(1498401570)--Connection(190949968)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.031--UnitOfWork(314139313)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:02.031--UnitOfWork(314139313)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.032--UnitOfWork(314139313)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.032--ClientSession(19919839)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.032--UnitOfWork(314139313)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.032--ClientSession(19919839)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:02.032--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 172608982 [junit] [EL Finer]: 2022-09-10 04:19:02.032--ClientSession(172608982)--Thread(Thread[main,5,main])--acquire unit of work: 278545966 [junit] [EL Finer]: 2022-09-10 04:19:02.033--UnitOfWork(278545966)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:02.033--UnitOfWork(278545966)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:02.033--UnitOfWork(278545966)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=MotorVehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE (DTYPE IN (?, ?, ?))") [junit] [EL Finest]: 2022-09-10 04:19:02.033--ServerSession(1498401570)--Connection(1475550383)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:02.033--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.033--ServerSession(1498401570)--Connection(1544064370)--Thread(Thread[main,5,main])--SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE (DTYPE IN (?, ?, ?)) [junit] bind => [91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:02.034--ServerSession(1498401570)--Connection(1475550383)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:02.034--UnitOfWork(278545966)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@121fe002 [junit] [EL Finest]: 2022-09-10 04:19:02.034--UnitOfWork(278545966)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:02.034--ServerSession(1498401570)--Connection(155953418)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:02.035--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.035--ServerSession(1498401570)--Connection(1681475537)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [1, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:02.035--ServerSession(1498401570)--Connection(155953418)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:02.035--UnitOfWork(278545966)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@d45acab [junit] [EL Finest]: 2022-09-10 04:19:02.036--UnitOfWork(278545966)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5ce34685 [junit] [EL Finest]: 2022-09-10 04:19:02.036--UnitOfWork(278545966)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:02.036--ServerSession(1498401570)--Connection(1072106029)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:02.037--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.037--ServerSession(1498401570)--Connection(2046211130)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [2, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:02.037--ServerSession(1498401570)--Connection(1072106029)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:02.038--UnitOfWork(278545966)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck@54aacbc7 [junit] [EL Finest]: 2022-09-10 04:19:02.038--UnitOfWork(278545966)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3de507af [junit] [EL Finest]: 2022-09-10 04:19:02.039--UnitOfWork(278545966)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:02.039--ServerSession(1498401570)--Connection(562964697)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:02.039--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.039--ServerSession(1498401570)--Connection(876841784)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [3, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:02.04--ServerSession(1498401570)--Connection(562964697)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:02.04--UnitOfWork(278545966)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@349504d5 [junit] [EL Finer]: 2022-09-10 04:19:02.04--UnitOfWork(278545966)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.04--ClientSession(172608982)--Thread(Thread[main,5,main])--client released [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.inheritance.SimpleInheritanceTest [junit] [EL Finer]: 2022-09-10 04:19:02.077--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 1438582949 [junit] [EL Finer]: 2022-09-10 04:19:02.077--ClientSession(1438582949)--Thread(Thread[main,5,main])--acquire unit of work: 1648152878 [junit] [EL Finest]: 2022-09-10 04:19:02.077--UnitOfWork(1648152878)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle@57421e4e. [junit] [EL Finest]: 2022-09-10 04:19:02.077--UnitOfWork(1648152878)--Thread(Thread[main,5,main])--assign sequence to the object (16 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle@57421e4e) [junit] [EL Finest]: 2022-09-10 04:19:02.078--UnitOfWork(1648152878)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@5a75bad4. [junit] [EL Finest]: 2022-09-10 04:19:02.078--UnitOfWork(1648152878)--Thread(Thread[main,5,main])--assign sequence to the object (17 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@5a75bad4) [junit] [EL Finer]: 2022-09-10 04:19:02.078--UnitOfWork(1648152878)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:02.078--UnitOfWork(1648152878)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@5a75bad4) [junit] [EL Finest]: 2022-09-10 04:19:02.078--ServerSession(1498401570)--Connection(887398710)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.078--ClientSession(1438582949)--Connection(887398710)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:02.078--ClientSession(1438582949)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:02.079--UnitOfWork(1648152878)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle@57421e4e) [junit] [EL Fine]: 2022-09-10 04:19:02.079--ClientSession(1438582949)--Connection(1127222884)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, NUM_GEARS, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?, ?) [junit] bind => [17, Peugeot, red, 12, 1, 4] [junit] [EL Fine]: 2022-09-10 04:19:02.08--ClientSession(1438582949)--Connection(1127222884)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] bind => [16, Deutz, green, 1, -1] [junit] [EL Finer]: 2022-09-10 04:19:02.08--ClientSession(1438582949)--Connection(1127222884)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:02.081--ServerSession(1498401570)--Connection(887398710)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.082--UnitOfWork(1648152878)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:02.082--UnitOfWork(1648152878)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.082--UnitOfWork(1648152878)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.082--ClientSession(1438582949)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.082--UnitOfWork(1648152878)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.083--ClientSession(1438582949)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:02.084--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 857884419 [junit] [EL Finer]: 2022-09-10 04:19:02.084--ClientSession(857884419)--Thread(Thread[main,5,main])--acquire unit of work: 1494592361 [junit] [EL Finest]: 2022-09-10 04:19:02.084--UnitOfWork(1494592361)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Vehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, NUM_GEARS, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE") [junit] [EL Finest]: 2022-09-10 04:19:02.084--ServerSession(1498401570)--Connection(493090494)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:02.084--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.084--ServerSession(1498401570)--Connection(597739507)--Thread(Thread[main,5,main])--SELECT ID, DTYPE, BRAND, COLOR, VERSION, NUM_GEARS, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE [junit] [EL Finest]: 2022-09-10 04:19:02.085--ServerSession(1498401570)--Connection(493090494)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:02.086--UnitOfWork(1494592361)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readVehicle" referenceClass=Vehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, NUM_GEARS, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:02.086--UnitOfWork(1494592361)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readVehicle" referenceClass=Vehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, NUM_GEARS, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:02.114--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 521890235 [junit] [EL Finer]: 2022-09-10 04:19:02.115--ClientSession(521890235)--Thread(Thread[main,5,main])--acquire unit of work: 208866917 [junit] [EL Finest]: 2022-09-10 04:19:02.115--UnitOfWork(208866917)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle@616d9a6d. [junit] [EL Finest]: 2022-09-10 04:19:02.115--UnitOfWork(208866917)--Thread(Thread[main,5,main])--assign sequence to the object (18 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle@616d9a6d) [junit] [EL Finest]: 2022-09-10 04:19:02.115--UnitOfWork(208866917)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@16263fb2. [junit] [EL Finest]: 2022-09-10 04:19:02.115--UnitOfWork(208866917)--Thread(Thread[main,5,main])--assign sequence to the object (19 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@16263fb2) [junit] [EL Finer]: 2022-09-10 04:19:02.115--UnitOfWork(208866917)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:02.115--UnitOfWork(208866917)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@16263fb2) [junit] [EL Finest]: 2022-09-10 04:19:02.115--ServerSession(1498401570)--Connection(1267966514)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.116--ClientSession(521890235)--Connection(1267966514)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:02.116--ClientSession(521890235)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:02.116--UnitOfWork(208866917)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle@616d9a6d) [junit] [EL Fine]: 2022-09-10 04:19:02.116--ClientSession(521890235)--Connection(1819271005)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, NUM_GEARS, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?, ?) [junit] bind => [19, Peugeot, red, 12, 1, 4] [junit] [EL Fine]: 2022-09-10 04:19:02.117--ClientSession(521890235)--Connection(1819271005)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] bind => [18, Deutz, green, 1, -1] [junit] [EL Finer]: 2022-09-10 04:19:02.117--ClientSession(521890235)--Connection(1819271005)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:02.118--ServerSession(1498401570)--Connection(1267966514)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.118--UnitOfWork(208866917)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:02.119--UnitOfWork(208866917)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.119--UnitOfWork(208866917)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.119--ClientSession(521890235)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.119--UnitOfWork(208866917)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.119--ClientSession(521890235)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:02.119--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 1234009175 [junit] [EL Finer]: 2022-09-10 04:19:02.12--ClientSession(1234009175)--Thread(Thread[main,5,main])--acquire unit of work: 318705231 [junit] [EL Finest]: 2022-09-10 04:19:02.12--UnitOfWork(318705231)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readVehicle" referenceClass=Vehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, NUM_GEARS, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:02.12--UnitOfWork(318705231)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle@66b9f727 [junit] [EL Finest]: 2022-09-10 04:19:02.12--UnitOfWork(318705231)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readVehicle" referenceClass=Vehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, NUM_GEARS, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:02.121--UnitOfWork(318705231)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@475454ae [junit] [EL Finer]: 2022-09-10 04:19:02.148--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 1615443145 [junit] [EL Finer]: 2022-09-10 04:19:02.148--ClientSession(1615443145)--Thread(Thread[main,5,main])--acquire unit of work: 1989511207 [junit] [EL Finest]: 2022-09-10 04:19:02.148--UnitOfWork(1989511207)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@495cac83. [junit] [EL Finest]: 2022-09-10 04:19:02.148--UnitOfWork(1989511207)--Thread(Thread[main,5,main])--assign sequence to the object (20 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@495cac83) [junit] [EL Finer]: 2022-09-10 04:19:02.148--UnitOfWork(1989511207)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:02.148--UnitOfWork(1989511207)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@495cac83) [junit] [EL Finest]: 2022-09-10 04:19:02.148--ServerSession(1498401570)--Connection(1608992076)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.148--ClientSession(1615443145)--Connection(1608992076)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:02.148--ClientSession(1615443145)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.149--ClientSession(1615443145)--Connection(99166759)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, NUM_GEARS, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?, ?) [junit] bind => [20, Peugeot, red, 12, 1, 4] [junit] [EL Finer]: 2022-09-10 04:19:02.149--ClientSession(1615443145)--Connection(99166759)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:02.15--ServerSession(1498401570)--Connection(1608992076)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.15--UnitOfWork(1989511207)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:02.15--UnitOfWork(1989511207)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.15--UnitOfWork(1989511207)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.15--ClientSession(1615443145)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.15--UnitOfWork(1989511207)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.15--ClientSession(1615443145)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:02.177--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 1311038208 [junit] [EL Finer]: 2022-09-10 04:19:02.177--ClientSession(1311038208)--Thread(Thread[main,5,main])--acquire unit of work: 973215530 [junit] [EL Finest]: 2022-09-10 04:19:02.177--UnitOfWork(973215530)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle@452d4bb2. [junit] [EL Finest]: 2022-09-10 04:19:02.177--UnitOfWork(973215530)--Thread(Thread[main,5,main])--assign sequence to the object (21 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle@452d4bb2) [junit] [EL Finer]: 2022-09-10 04:19:02.177--UnitOfWork(973215530)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:02.177--UnitOfWork(973215530)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle@452d4bb2) [junit] [EL Finest]: 2022-09-10 04:19:02.178--ServerSession(1498401570)--Connection(1652913493)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.178--ClientSession(1311038208)--Connection(1652913493)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:02.178--ClientSession(1311038208)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.178--ClientSession(1311038208)--Connection(1209308520)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] bind => [21, Deutz, green, 1, -1] [junit] [EL Finer]: 2022-09-10 04:19:02.179--ClientSession(1311038208)--Connection(1209308520)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:02.179--ServerSession(1498401570)--Connection(1652913493)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.179--UnitOfWork(973215530)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:02.179--UnitOfWork(973215530)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.179--UnitOfWork(973215530)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.179--ClientSession(1311038208)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.18--UnitOfWork(973215530)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.18--ClientSession(1311038208)--Thread(Thread[main,5,main])--client released [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.132 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.lock.TestLockMethod [junit] [EL Finer]: 2022-09-10 04:19:02.204--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 1061902845 [junit] [EL Finer]: 2022-09-10 04:19:02.204--ClientSession(1061902845)--Thread(Thread[main,5,main])--acquire unit of work: 576294984 [junit] [EL Finest]: 2022-09-10 04:19:02.204--UnitOfWork(576294984)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@c. [junit] [EL Finer]: 2022-09-10 04:19:02.204--UnitOfWork(576294984)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:02.205--UnitOfWork(576294984)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@c) [junit] [EL Finest]: 2022-09-10 04:19:02.205--ServerSession(1498401570)--Connection(1575050465)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.205--ClientSession(1061902845)--Connection(1575050465)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:02.205--ClientSession(1061902845)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.205--ClientSession(1061902845)--Connection(861162693)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [12, dep12, 1] [junit] [EL Finer]: 2022-09-10 04:19:02.206--UnitOfWork(576294984)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:02.206--UnitOfWork(576294984)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.206--UnitOfWork(576294984)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.206--ClientSession(1061902845)--Connection(861162693)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2022-09-10 04:19:02.207--ServerSession(1498401570)--Connection(1575050465)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.207--ClientSession(1061902845)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:02.22--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 661316124 [junit] [EL Finer]: 2022-09-10 04:19:02.22--ClientSession(661316124)--Thread(Thread[main,5,main])--acquire unit of work: 441601131 [junit] [EL Finer]: 2022-09-10 04:19:02.22--UnitOfWork(441601131)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.22--ClientSession(661316124)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:02.234--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 905289214 [junit] [EL Finer]: 2022-09-10 04:19:02.234--ClientSession(905289214)--Thread(Thread[main,5,main])--acquire unit of work: 1802632685 [junit] [EL Finest]: 2022-09-10 04:19:02.234--UnitOfWork(1802632685)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:blah-muh. [junit] [EL Finest]: 2022-09-10 04:19:02.234--ServerSession(1498401570)--Connection(721258866)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.234--ClientSession(905289214)--Connection(721258866)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:02.234--ClientSession(905289214)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:02.234--ClientSession(905289214)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="StringIdGenerator" sql="UPDATE TMP_STRING_GEN SET MAX_ID = MAX_ID + #PREALLOC_SIZE WHERE BEAN_NAME = #BEAN_NAME") [junit] [EL Finest]: 2022-09-10 04:19:02.234--ClientSession(905289214)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="StringIdGenerator" sql="SELECT MAX_ID FROM TMP_STRING_GEN WHERE BEAN_NAME = #BEAN_NAME") [junit] [EL Fine]: 2022-09-10 04:19:02.234--ClientSession(905289214)--Connection(872348606)--Thread(Thread[main,5,main])--UPDATE TMP_STRING_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, StringIdGenerator] [junit] [EL Fine]: 2022-09-10 04:19:02.235--ClientSession(905289214)--Connection(872348606)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_STRING_GEN WHERE BEAN_NAME = ? [junit] bind => [StringIdGenerator] [junit] [EL Finest]: 2022-09-10 04:19:02.236--ClientSession(905289214)--Connection(872348606)--Thread(Thread[main,5,main])--local sequencing preallocation for StringIdGenerator: objects: 50 , first: 1, last: 50 [junit] [EL Finer]: 2022-09-10 04:19:02.236--ClientSession(905289214)--Connection(872348606)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:02.237--ServerSession(1498401570)--Connection(872348606)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2022-09-10 04:19:02.237--ServerSession(1498401570)--Connection(721258866)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:19:02.237--UnitOfWork(1802632685)--Thread(Thread[main,5,main])--assign sequence to the object (1 -> null:null:blah-muh) [junit] [EL Finer]: 2022-09-10 04:19:02.237--UnitOfWork(1802632685)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:02.238--UnitOfWork(1802632685)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(1:null:blah-muh) [junit] [EL Finest]: 2022-09-10 04:19:02.238--ServerSession(1498401570)--Connection(397143823)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.238--ClientSession(905289214)--Connection(397143823)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:02.238--ClientSession(905289214)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.238--ClientSession(905289214)--Connection(1825507057)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?) [junit] bind => [1, null, blah-muh] [junit] [EL Finer]: 2022-09-10 04:19:02.239--ClientSession(905289214)--Connection(1825507057)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:02.24--ServerSession(1498401570)--Connection(397143823)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.24--UnitOfWork(1802632685)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:02.24--UnitOfWork(1802632685)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.24--UnitOfWork(1802632685)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.24--ClientSession(905289214)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.24--UnitOfWork(1802632685)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.24--ClientSession(905289214)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:02.24--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 1548650215 [junit] [EL Finer]: 2022-09-10 04:19:02.24--ClientSession(1548650215)--Thread(Thread[main,5,main])--acquire unit of work: 1218640657 [junit] [EL Finest]: 2022-09-10 04:19:02.24--UnitOfWork(1218640657)--Thread(Thread[main,5,main])--Merge clone with references 1:null:blah-muh [junit] [EL Finest]: 2022-09-10 04:19:02.24--UnitOfWork(1218640657)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Hobby ) [junit] [EL Finest]: 2022-09-10 04:19:02.241--ServerSession(1498401570)--Connection(1841866242)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:02.241--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.241--ServerSession(1498401570)--Connection(709215984)--Thread(Thread[main,5,main])--SELECT ID, CATEGORY, DESCRIPTION FROM TMP_HOBBY WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:02.241--ServerSession(1498401570)--Connection(1841866242)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:02.242--UnitOfWork(1218640657)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.242--ClientSession(1548650215)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:02.256--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 810692842 [junit] [EL Finer]: 2022-09-10 04:19:02.256--ClientSession(810692842)--Thread(Thread[main,5,main])--acquire unit of work: 613677480 [junit] [EL Finest]: 2022-09-10 04:19:02.256--UnitOfWork(613677480)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7. [junit] [EL Finer]: 2022-09-10 04:19:02.256--UnitOfWork(613677480)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:02.256--UnitOfWork(613677480)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7) [junit] [EL Finest]: 2022-09-10 04:19:02.256--ServerSession(1498401570)--Connection(606136674)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.256--ClientSession(810692842)--Connection(606136674)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:02.256--ClientSession(810692842)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.257--ClientSession(810692842)--Connection(533011191)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [7, dep7, 1] [junit] [EL Finer]: 2022-09-10 04:19:02.257--ClientSession(810692842)--Connection(533011191)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:02.258--ServerSession(1498401570)--Connection(606136674)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.258--UnitOfWork(613677480)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:02.258--UnitOfWork(613677480)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.258--UnitOfWork(613677480)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.258--ClientSession(810692842)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.259--UnitOfWork(613677480)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.259--ClientSession(810692842)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:02.259--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 1644584210 [junit] [EL Finer]: 2022-09-10 04:19:02.259--ClientSession(1644584210)--Thread(Thread[main,5,main])--acquire unit of work: 1428418823 [junit] [EL Finer]: 2022-09-10 04:19:02.259--UnitOfWork(1428418823)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.259--ClientSession(1644584210)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:02.259--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 1256732367 [junit] [EL Finer]: 2022-09-10 04:19:02.259--ClientSession(1256732367)--Thread(Thread[main,5,main])--acquire unit of work: 2100075365 [junit] [EL Finest]: 2022-09-10 04:19:02.259--UnitOfWork(2100075365)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8. [junit] [EL Finer]: 2022-09-10 04:19:02.259--UnitOfWork(2100075365)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.259--ClientSession(1256732367)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:02.259--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 1822870556 [junit] [EL Finer]: 2022-09-10 04:19:02.259--ClientSession(1822870556)--Thread(Thread[main,5,main])--acquire unit of work: 1976075614 [junit] [EL Finest]: 2022-09-10 04:19:02.259--UnitOfWork(1976075614)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9. [junit] [EL Finer]: 2022-09-10 04:19:02.259--UnitOfWork(1976075614)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:02.259--UnitOfWork(1976075614)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9) [junit] [EL Finest]: 2022-09-10 04:19:02.259--ServerSession(1498401570)--Connection(1859068829)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.26--ClientSession(1822870556)--Connection(1859068829)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:02.26--ClientSession(1822870556)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.26--ClientSession(1822870556)--Connection(1604106607)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [9, dep9, 1] [junit] [EL Finer]: 2022-09-10 04:19:02.26--ClientSession(1822870556)--Connection(1604106607)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:02.261--ServerSession(1498401570)--Connection(1859068829)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.261--UnitOfWork(1976075614)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:02.261--UnitOfWork(1976075614)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.261--UnitOfWork(1976075614)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.261--ClientSession(1822870556)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.261--UnitOfWork(1976075614)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.261--ClientSession(1822870556)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:02.261--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 2020444987 [junit] [EL Finer]: 2022-09-10 04:19:02.261--ClientSession(2020444987)--Thread(Thread[main,5,main])--acquire unit of work: 1107296920 [junit] [EL Finest]: 2022-09-10 04:19:02.262--UnitOfWork(1107296920)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:02.262--UnitOfWork(1107296920)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9 [junit] [EL Finer]: 2022-09-10 04:19:02.262--UnitOfWork(1107296920)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.262--ClientSession(2020444987)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:02.262--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 952647931 [junit] [EL Finer]: 2022-09-10 04:19:02.262--ClientSession(952647931)--Thread(Thread[main,5,main])--acquire unit of work: 263986665 [junit] [EL Finest]: 2022-09-10 04:19:02.262--UnitOfWork(263986665)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finer]: 2022-09-10 04:19:02.262--UnitOfWork(263986665)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:02.262--UnitOfWork(263986665)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2022-09-10 04:19:02.262--ServerSession(1498401570)--Connection(1160645268)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.262--ClientSession(952647931)--Connection(1160645268)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:02.262--ClientSession(952647931)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.263--ClientSession(952647931)--Connection(705823885)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [10, dep10, 1] [junit] [EL Finer]: 2022-09-10 04:19:02.263--ClientSession(952647931)--Connection(705823885)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:02.264--ServerSession(1498401570)--Connection(1160645268)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.264--UnitOfWork(263986665)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:02.264--UnitOfWork(263986665)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.264--UnitOfWork(263986665)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.264--ClientSession(952647931)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.264--UnitOfWork(263986665)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.264--ClientSession(952647931)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:02.264--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 665261991 [junit] [EL Finer]: 2022-09-10 04:19:02.264--ClientSession(665261991)--Thread(Thread[main,5,main])--acquire unit of work: 489376178 [junit] [EL Finest]: 2022-09-10 04:19:02.264--UnitOfWork(489376178)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:02.264--UnitOfWork(489376178)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a [junit] [EL Finest]: 2022-09-10 04:19:02.264--UnitOfWork(489376178)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a [junit] [EL Finer]: 2022-09-10 04:19:02.264--UnitOfWork(489376178)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.265--ClientSession(665261991)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:02.265--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 1439236530 [junit] [EL Finer]: 2022-09-10 04:19:02.265--ClientSession(1439236530)--Thread(Thread[main,5,main])--acquire unit of work: 1905768812 [junit] [EL Finest]: 2022-09-10 04:19:02.265--UnitOfWork(1905768812)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b. [junit] [EL Finer]: 2022-09-10 04:19:02.265--UnitOfWork(1905768812)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:02.265--UnitOfWork(1905768812)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b) [junit] [EL Finest]: 2022-09-10 04:19:02.265--ServerSession(1498401570)--Connection(1516032175)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.265--ClientSession(1439236530)--Connection(1516032175)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:02.265--ClientSession(1439236530)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.265--ClientSession(1439236530)--Connection(382492241)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [11, dep11, 1] [junit] [EL Finer]: 2022-09-10 04:19:02.266--ClientSession(1439236530)--Connection(382492241)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:02.266--ServerSession(1498401570)--Connection(1516032175)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.266--UnitOfWork(1905768812)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:02.266--UnitOfWork(1905768812)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.266--UnitOfWork(1905768812)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.266--ClientSession(1439236530)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.267--UnitOfWork(1905768812)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.267--ClientSession(1439236530)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:02.274--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 636089830 [junit] [EL Finer]: 2022-09-10 04:19:02.274--ClientSession(636089830)--Thread(Thread[main,5,main])--acquire unit of work: 1361254876 [junit] [EL Finest]: 2022-09-10 04:19:02.274--UnitOfWork(1361254876)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:02.275--UnitOfWork(1361254876)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b [junit] [EL Finest]: 2022-09-10 04:19:02.275--UnitOfWork(1361254876)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b [junit] [EL Finer]: 2022-09-10 04:19:02.275--UnitOfWork(1361254876)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:02.275--UnitOfWork(1361254876)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:19:02.275--UnitOfWork(1361254876)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b) [junit] [EL Finest]: 2022-09-10 04:19:02.275--ServerSession(1498401570)--Connection(889448078)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.275--ClientSession(636089830)--Connection(889448078)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:02.275--ClientSession(636089830)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.276--ClientSession(636089830)--Connection(2083341208)--Thread(Thread[main,5,main])--DELETE FROM TMP_DEP WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [11, 1] [junit] [EL Finer]: 2022-09-10 04:19:02.277--UnitOfWork(1361254876)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:02.277--UnitOfWork(1361254876)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.277--UnitOfWork(1361254876)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.277--ClientSession(636089830)--Connection(2083341208)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2022-09-10 04:19:02.278--ServerSession(1498401570)--Connection(889448078)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.278--ClientSession(636089830)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:02.292--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 1432737560 [junit] [EL Finer]: 2022-09-10 04:19:02.292--ClientSession(1432737560)--Thread(Thread[main,5,main])--acquire unit of work: 1211269437 [junit] [EL Finest]: 2022-09-10 04:19:02.292--UnitOfWork(1211269437)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@d. [junit] [EL Finer]: 2022-09-10 04:19:02.292--UnitOfWork(1211269437)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:02.292--UnitOfWork(1211269437)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@d) [junit] [EL Finest]: 2022-09-10 04:19:02.293--ServerSession(1498401570)--Connection(1556875182)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.293--ClientSession(1432737560)--Connection(1556875182)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:02.293--ClientSession(1432737560)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.293--ClientSession(1432737560)--Connection(11230819)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [13, dep13, 1] [junit] [EL Finer]: 2022-09-10 04:19:02.293--ClientSession(1432737560)--Connection(11230819)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:02.294--ServerSession(1498401570)--Connection(1556875182)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.295--UnitOfWork(1211269437)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:02.295--UnitOfWork(1211269437)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.295--UnitOfWork(1211269437)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.295--ClientSession(1432737560)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.295--UnitOfWork(1211269437)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.295--ClientSession(1432737560)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:02.295--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 668945867 [junit] [EL Finer]: 2022-09-10 04:19:02.295--ClientSession(668945867)--Thread(Thread[main,5,main])--acquire unit of work: 2111657749 [junit] [EL Finest]: 2022-09-10 04:19:02.295--UnitOfWork(2111657749)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@d [junit] [EL Finer]: 2022-09-10 04:19:02.295--UnitOfWork(2111657749)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:02.295--UnitOfWork(2111657749)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@d) [junit] [EL Finest]: 2022-09-10 04:19:02.295--ServerSession(1498401570)--Connection(1254810823)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.296--ClientSession(668945867)--Connection(1254810823)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:02.296--ClientSession(668945867)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.296--ClientSession(668945867)--Connection(29874728)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [1, 13, 1] [junit] [EL Finer]: 2022-09-10 04:19:02.297--ClientSession(668945867)--Connection(29874728)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:02.297--ServerSession(1498401570)--Connection(1254810823)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.297--UnitOfWork(2111657749)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:02.297--UnitOfWork(2111657749)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.313--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 1351016772 [junit] [EL Finer]: 2022-09-10 04:19:02.313--ClientSession(1351016772)--Thread(Thread[main,5,main])--acquire unit of work: 1434443833 [junit] [EL Finest]: 2022-09-10 04:19:02.313--UnitOfWork(1434443833)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4. [junit] [EL Finer]: 2022-09-10 04:19:02.313--UnitOfWork(1434443833)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:02.313--UnitOfWork(1434443833)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4) [junit] [EL Finest]: 2022-09-10 04:19:02.313--ServerSession(1498401570)--Connection(514097844)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.314--ClientSession(1351016772)--Connection(514097844)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:02.314--ClientSession(1351016772)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.314--ClientSession(1351016772)--Connection(879806321)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [4, dep4, 1] [junit] [EL Finer]: 2022-09-10 04:19:02.314--ClientSession(1351016772)--Connection(879806321)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:02.315--ServerSession(1498401570)--Connection(514097844)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.315--UnitOfWork(1434443833)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:02.315--UnitOfWork(1434443833)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.316--UnitOfWork(1434443833)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.316--ClientSession(1351016772)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.316--UnitOfWork(1434443833)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.316--ClientSession(1351016772)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:02.316--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 1089409432 [junit] [EL Finer]: 2022-09-10 04:19:02.316--ClientSession(1089409432)--Thread(Thread[main,5,main])--acquire unit of work: 1914052027 [junit] [EL Finest]: 2022-09-10 04:19:02.316--UnitOfWork(1914052027)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4 [junit] [EL Finer]: 2022-09-10 04:19:02.316--UnitOfWork(1914052027)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:02.316--UnitOfWork(1914052027)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4) [junit] [EL Finest]: 2022-09-10 04:19:02.317--ServerSession(1498401570)--Connection(255974271)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.317--ClientSession(1089409432)--Connection(255974271)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:02.317--ClientSession(1089409432)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.317--ClientSession(1089409432)--Connection(1308161257)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [2, 4, 1] [junit] [EL Finer]: 2022-09-10 04:19:02.318--ClientSession(1089409432)--Connection(1308161257)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:02.319--ServerSession(1498401570)--Connection(255974271)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.319--UnitOfWork(1914052027)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:02.319--UnitOfWork(1914052027)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.333--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 420841372 [junit] [EL Finer]: 2022-09-10 04:19:02.333--ClientSession(420841372)--Thread(Thread[main,5,main])--acquire unit of work: 1480162798 [junit] [EL Finest]: 2022-09-10 04:19:02.333--UnitOfWork(1480162798)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3. [junit] [EL Finer]: 2022-09-10 04:19:02.333--UnitOfWork(1480162798)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:02.333--UnitOfWork(1480162798)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2022-09-10 04:19:02.333--ServerSession(1498401570)--Connection(44480244)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.333--ClientSession(420841372)--Connection(44480244)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:02.333--ClientSession(420841372)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.334--ClientSession(420841372)--Connection(291728707)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [3, dep3, 1] [junit] [EL Finer]: 2022-09-10 04:19:02.334--ClientSession(420841372)--Connection(291728707)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:02.335--ServerSession(1498401570)--Connection(44480244)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.335--UnitOfWork(1480162798)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:02.335--UnitOfWork(1480162798)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.335--UnitOfWork(1480162798)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.335--ClientSession(420841372)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.335--UnitOfWork(1480162798)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.335--ClientSession(420841372)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:02.336--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 581959799 [junit] [EL Finer]: 2022-09-10 04:19:02.336--ClientSession(581959799)--Thread(Thread[main,5,main])--acquire unit of work: 682846231 [junit] [EL Finest]: 2022-09-10 04:19:02.336--UnitOfWork(682846231)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finer]: 2022-09-10 04:19:02.336--UnitOfWork(682846231)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:02.336--UnitOfWork(682846231)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2022-09-10 04:19:02.336--ServerSession(1498401570)--Connection(32457081)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.336--ClientSession(581959799)--Connection(32457081)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:02.336--ClientSession(581959799)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.337--ClientSession(581959799)--Connection(841966211)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [1, 3, 1] [junit] [EL Finer]: 2022-09-10 04:19:02.337--ClientSession(581959799)--Connection(841966211)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:02.338--ServerSession(1498401570)--Connection(32457081)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.338--UnitOfWork(682846231)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:02.338--UnitOfWork(682846231)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.351--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 1746642787 [junit] [EL Finer]: 2022-09-10 04:19:02.351--ClientSession(1746642787)--Thread(Thread[main,5,main])--acquire unit of work: 432826748 [junit] [EL Finest]: 2022-09-10 04:19:02.351--UnitOfWork(432826748)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@65. [junit] [EL Finer]: 2022-09-10 04:19:02.351--UnitOfWork(432826748)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:02.352--UnitOfWork(432826748)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@65) [junit] [EL Finest]: 2022-09-10 04:19:02.352--ServerSession(1498401570)--Connection(1082580995)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.352--ClientSession(1746642787)--Connection(1082580995)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:02.352--ClientSession(1746642787)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.352--ClientSession(1746642787)--Connection(981198566)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [101, dep1, 1] [junit] [EL Finer]: 2022-09-10 04:19:02.352--ClientSession(1746642787)--Connection(981198566)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:02.353--ServerSession(1498401570)--Connection(1082580995)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.353--UnitOfWork(432826748)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:02.353--UnitOfWork(432826748)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.353--UnitOfWork(432826748)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.354--ClientSession(1746642787)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.354--UnitOfWork(432826748)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.354--ClientSession(1746642787)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:02.354--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 422881217 [junit] [EL Finer]: 2022-09-10 04:19:02.354--ClientSession(422881217)--Thread(Thread[main,5,main])--acquire unit of work: 2090675927 [junit] [EL Finest]: 2022-09-10 04:19:02.354--UnitOfWork(2090675927)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:02.354--UnitOfWork(2090675927)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@65 [junit] [EL Finest]: 2022-09-10 04:19:02.354--UnitOfWork(2090675927)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@65 [junit] [EL Finer]: 2022-09-10 04:19:02.354--UnitOfWork(2090675927)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:02.354--UnitOfWork(2090675927)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:19:02.354--UnitOfWork(2090675927)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@65) [junit] [EL Finest]: 2022-09-10 04:19:02.354--ServerSession(1498401570)--Connection(192319053)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.354--ClientSession(422881217)--Connection(192319053)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:02.354--ClientSession(422881217)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.355--ClientSession(422881217)--Connection(179809345)--Thread(Thread[main,5,main])--DELETE FROM TMP_DEP WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [101, 1] [junit] [EL Finer]: 2022-09-10 04:19:02.355--UnitOfWork(2090675927)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:02.355--UnitOfWork(2090675927)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.356--UnitOfWork(2090675927)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.356--ClientSession(422881217)--Connection(179809345)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2022-09-10 04:19:02.357--ServerSession(1498401570)--Connection(192319053)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.357--ClientSession(422881217)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:02.371--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 1778824052 [junit] [EL Finer]: 2022-09-10 04:19:02.371--ClientSession(1778824052)--Thread(Thread[main,5,main])--acquire unit of work: 46544064 [junit] [EL Finest]: 2022-09-10 04:19:02.371--UnitOfWork(46544064)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@f. [junit] [EL Finer]: 2022-09-10 04:19:02.371--UnitOfWork(46544064)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:02.371--UnitOfWork(46544064)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@f) [junit] [EL Finest]: 2022-09-10 04:19:02.371--ServerSession(1498401570)--Connection(781204585)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.371--ClientSession(1778824052)--Connection(781204585)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:02.371--ClientSession(1778824052)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.371--ClientSession(1778824052)--Connection(499350863)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [15, dep15, 1] [junit] [EL Finer]: 2022-09-10 04:19:02.372--ClientSession(1778824052)--Connection(499350863)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:02.372--ServerSession(1498401570)--Connection(781204585)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.373--UnitOfWork(46544064)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:02.373--UnitOfWork(46544064)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.373--UnitOfWork(46544064)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.373--ClientSession(1778824052)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.373--UnitOfWork(46544064)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.373--ClientSession(1778824052)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:02.373--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 77741033 [junit] [EL Finer]: 2022-09-10 04:19:02.373--ClientSession(77741033)--Thread(Thread[main,5,main])--acquire unit of work: 34412343 [junit] [EL Finest]: 2022-09-10 04:19:02.373--UnitOfWork(34412343)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@f [junit] [EL Finer]: 2022-09-10 04:19:02.373--UnitOfWork(34412343)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:02.373--UnitOfWork(34412343)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@f) [junit] [EL Finest]: 2022-09-10 04:19:02.374--ServerSession(1498401570)--Connection(1247358242)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.374--ClientSession(77741033)--Connection(1247358242)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:02.374--ClientSession(77741033)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.374--ClientSession(77741033)--Connection(537341937)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [2, 15, 1] [junit] [EL Finer]: 2022-09-10 04:19:02.375--ClientSession(77741033)--Connection(537341937)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:02.376--ServerSession(1498401570)--Connection(1247358242)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.376--UnitOfWork(34412343)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:02.376--UnitOfWork(34412343)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.402--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 1528680966 [junit] [EL Finer]: 2022-09-10 04:19:02.402--ClientSession(1528680966)--Thread(Thread[main,5,main])--acquire unit of work: 1050991813 [junit] [EL Finest]: 2022-09-10 04:19:02.402--UnitOfWork(1050991813)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@e. [junit] [EL Finer]: 2022-09-10 04:19:02.402--UnitOfWork(1050991813)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:02.402--UnitOfWork(1050991813)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@e) [junit] [EL Finest]: 2022-09-10 04:19:02.402--ServerSession(1498401570)--Connection(137840913)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.402--ClientSession(1528680966)--Connection(137840913)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:02.402--ClientSession(1528680966)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.403--ClientSession(1528680966)--Connection(275639846)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [14, dep14, 1] [junit] [EL Finer]: 2022-09-10 04:19:02.403--ClientSession(1528680966)--Connection(275639846)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:02.404--ServerSession(1498401570)--Connection(137840913)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.404--UnitOfWork(1050991813)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:02.404--UnitOfWork(1050991813)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.404--UnitOfWork(1050991813)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.404--ClientSession(1528680966)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.404--UnitOfWork(1050991813)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.404--ClientSession(1528680966)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:02.404--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 486970842 [junit] [EL Finer]: 2022-09-10 04:19:02.405--ClientSession(486970842)--Thread(Thread[main,5,main])--acquire unit of work: 1659196546 [junit] [EL Finest]: 2022-09-10 04:19:02.405--UnitOfWork(1659196546)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@e [junit] [EL Finer]: 2022-09-10 04:19:02.405--UnitOfWork(1659196546)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:02.405--UnitOfWork(1659196546)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@e) [junit] [EL Finest]: 2022-09-10 04:19:02.405--ServerSession(1498401570)--Connection(52465173)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.405--ClientSession(486970842)--Connection(52465173)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:02.405--ClientSession(486970842)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.406--ClientSession(486970842)--Connection(1269406647)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [2, 14, 1] [junit] [EL Finer]: 2022-09-10 04:19:02.406--ClientSession(486970842)--Connection(1269406647)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:02.407--ServerSession(1498401570)--Connection(52465173)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.407--UnitOfWork(1659196546)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:02.407--UnitOfWork(1659196546)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.422--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 2014210915 [junit] [EL Finer]: 2022-09-10 04:19:02.422--ClientSession(2014210915)--Thread(Thread[main,5,main])--acquire unit of work: 1370583853 [junit] [EL Finest]: 2022-09-10 04:19:02.422--UnitOfWork(1370583853)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@64. [junit] [EL Finer]: 2022-09-10 04:19:02.422--UnitOfWork(1370583853)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:02.422--UnitOfWork(1370583853)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@64) [junit] [EL Finest]: 2022-09-10 04:19:02.422--ServerSession(1498401570)--Connection(901297823)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.422--ClientSession(2014210915)--Connection(901297823)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:02.422--ClientSession(2014210915)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.423--ClientSession(2014210915)--Connection(1875542814)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [100, dep1, 1] [junit] [EL Finer]: 2022-09-10 04:19:02.423--ClientSession(2014210915)--Connection(1875542814)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:02.424--ServerSession(1498401570)--Connection(901297823)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.424--UnitOfWork(1370583853)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:02.424--UnitOfWork(1370583853)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.424--UnitOfWork(1370583853)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.424--ClientSession(2014210915)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.424--UnitOfWork(1370583853)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.424--ClientSession(2014210915)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:02.424--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 1095587424 [junit] [EL Finer]: 2022-09-10 04:19:02.424--ClientSession(1095587424)--Thread(Thread[main,5,main])--acquire unit of work: 2057629476 [junit] [EL Finest]: 2022-09-10 04:19:02.424--UnitOfWork(2057629476)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:02.424--UnitOfWork(2057629476)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@64 [junit] [EL Finest]: 2022-09-10 04:19:02.425--UnitOfWork(2057629476)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@64 [junit] [EL Finer]: 2022-09-10 04:19:02.425--UnitOfWork(2057629476)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.425--ClientSession(1095587424)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:02.439--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 1998450406 [junit] [EL Finer]: 2022-09-10 04:19:02.439--ClientSession(1998450406)--Thread(Thread[main,5,main])--acquire unit of work: 878641111 [junit] [EL Finer]: 2022-09-10 04:19:02.439--UnitOfWork(878641111)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.439--ClientSession(1998450406)--Thread(Thread[main,5,main])--client released [junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.251 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.lock.TestOptimistic [junit] [EL Finer]: 2022-09-10 04:19:02.463--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 822997352 [junit] [EL Finer]: 2022-09-10 04:19:02.463--ClientSession(822997352)--Thread(Thread[main,5,main])--acquire unit of work: 906413349 [junit] [EL Finest]: 2022-09-10 04:19:02.464--UnitOfWork(906413349)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@a. [junit] [EL Finer]: 2022-09-10 04:19:02.464--UnitOfWork(906413349)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:02.464--UnitOfWork(906413349)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@a) [junit] [EL Finest]: 2022-09-10 04:19:02.464--ServerSession(1498401570)--Connection(2035132937)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.464--ClientSession(822997352)--Connection(2035132937)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:02.464--ClientSession(822997352)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.465--ClientSession(822997352)--Connection(2036492264)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] bind => [10, 2005-12-07, one, 1, Review] [junit] [EL Fine]: 2022-09-10 04:19:02.465--ClientSession(822997352)--Connection(2036492264)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] bind => [0, 10] [junit] [EL Finer]: 2022-09-10 04:19:02.466--ClientSession(822997352)--Connection(2036492264)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:02.467--ServerSession(1498401570)--Connection(2035132937)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.467--UnitOfWork(906413349)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:02.467--UnitOfWork(906413349)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.467--UnitOfWork(906413349)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.467--ClientSession(822997352)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.467--UnitOfWork(906413349)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.467--ClientSession(822997352)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:02.467--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 349549228 [junit] [EL Finer]: 2022-09-10 04:19:02.467--ClientSession(349549228)--Thread(Thread[main,5,main])--acquire unit of work: 657264083 [junit] [EL Finest]: 2022-09-10 04:19:02.467--UnitOfWork(657264083)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readReview" referenceClass=Review sql="SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID))") [junit] [EL Finest]: 2022-09-10 04:19:02.467--ServerSession(1498401570)--Connection(823180057)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:02.468--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.468--ServerSession(1498401570)--Connection(468109713)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID)) [junit] bind => [10] [junit] [EL Finest]: 2022-09-10 04:19:02.468--ServerSession(1498401570)--Connection(823180057)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:02.469--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 297453271 [junit] [EL Finer]: 2022-09-10 04:19:02.469--ClientSession(297453271)--Thread(Thread[main,5,main])--acquire unit of work: 1223412965 [junit] [EL Finest]: 2022-09-10 04:19:02.469--UnitOfWork(1223412965)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readReview" referenceClass=Review sql="SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID))") [junit] [EL Finest]: 2022-09-10 04:19:02.469--ServerSession(1498401570)--Connection(1277760394)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:02.469--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.469--ServerSession(1498401570)--Connection(429214117)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID)) [junit] bind => [10] [junit] [EL Finest]: 2022-09-10 04:19:02.47--ServerSession(1498401570)--Connection(1277760394)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:02.47--UnitOfWork(1223412965)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:02.47--UnitOfWork(1223412965)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@a) [junit] [EL Finest]: 2022-09-10 04:19:02.47--ServerSession(1498401570)--Connection(1452800001)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.47--ClientSession(297453271)--Connection(1452800001)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:02.47--ClientSession(297453271)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.471--ClientSession(297453271)--Connection(356001813)--Thread(Thread[main,5,main])--UPDATE TMP_REVIEW SET TEXT = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [two, 2, 10, 1] [junit] [EL Finer]: 2022-09-10 04:19:02.471--ClientSession(297453271)--Connection(356001813)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:02.472--ServerSession(1498401570)--Connection(1452800001)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.472--UnitOfWork(1223412965)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:02.472--UnitOfWork(1223412965)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.472--UnitOfWork(1223412965)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.472--ClientSession(297453271)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.472--UnitOfWork(1223412965)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.472--ClientSession(297453271)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:02.472--UnitOfWork(657264083)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:02.472--UnitOfWork(657264083)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@a) [junit] [EL Finest]: 2022-09-10 04:19:02.472--ServerSession(1498401570)--Connection(301375619)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.473--ClientSession(349549228)--Connection(301375619)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:02.473--ClientSession(349549228)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.473--ClientSession(349549228)--Connection(1002439513)--Thread(Thread[main,5,main])--UPDATE TMP_REVIEW SET TEXT = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [1, 2, 10, 1] [junit] [EL Finer]: 2022-09-10 04:19:02.474--ClientSession(349549228)--Connection(1002439513)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2022-09-10 04:19:02.475--ServerSession(1498401570)--Connection(301375619)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Warning]: 2022-09-10 04:19:02.475--UnitOfWork(657264083)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-5011] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: One or more objects cannot be updated because it has changed or been deleted since it was last read [junit] at org.eclipse.persistence.exceptions.OptimisticLockException.batchStatementExecutionFailure(OptimisticLockException.java:86) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatch(ParameterizedSQLBatchWritingMechanism.java:152) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatchedStatements(ParameterizedSQLBatchWritingMechanism.java:134) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.writesCompleted(DatabaseAccessor.java:1845) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.writesCompleted(AbstractSession.java:4316) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.writesCompleted(UnitOfWorkImpl.java:5649) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.acquireWriteLocks(UnitOfWorkImpl.java:1659) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitTransactionAfterWriteChanges(UnitOfWorkImpl.java:1627) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:285) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1182) [junit] at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:134) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransaction(AbstractBaseTest.java:131) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransactionAndClear(AbstractBaseTest.java:137) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.lock.TestOptimistic.testOptimisticLockExceptionUpdateUpdate(TestOptimistic.java:73) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.lang.reflect.Method.invoke(Method.java:498) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:178) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:38) [junit] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:50) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:38) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1014) [junit] [junit] [EL Finer]: 2022-09-10 04:19:02.475--UnitOfWork(657264083)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.475--ClientSession(349549228)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:02.491--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 34866562 [junit] [EL Finer]: 2022-09-10 04:19:02.491--ClientSession(34866562)--Thread(Thread[main,5,main])--acquire unit of work: 2126260597 [junit] [EL Finest]: 2022-09-10 04:19:02.491--UnitOfWork(2126260597)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@14. [junit] [EL Finer]: 2022-09-10 04:19:02.491--UnitOfWork(2126260597)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:02.491--UnitOfWork(2126260597)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@14) [junit] [EL Finest]: 2022-09-10 04:19:02.492--ServerSession(1498401570)--Connection(73059509)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.492--ClientSession(34866562)--Connection(73059509)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:02.492--ClientSession(34866562)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.492--ClientSession(34866562)--Connection(456305354)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] bind => [20, 2005-12-07, one, 1, Review] [junit] [EL Fine]: 2022-09-10 04:19:02.493--ClientSession(34866562)--Connection(456305354)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] bind => [0, 20] [junit] [EL Finer]: 2022-09-10 04:19:02.493--ClientSession(34866562)--Connection(456305354)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:02.494--ServerSession(1498401570)--Connection(73059509)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.494--UnitOfWork(2126260597)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:02.494--UnitOfWork(2126260597)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.494--UnitOfWork(2126260597)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.494--ClientSession(34866562)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.494--UnitOfWork(2126260597)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.494--ClientSession(34866562)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:02.494--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 705304463 [junit] [EL Finer]: 2022-09-10 04:19:02.494--ClientSession(705304463)--Thread(Thread[main,5,main])--acquire unit of work: 1437069487 [junit] [EL Finest]: 2022-09-10 04:19:02.494--UnitOfWork(1437069487)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readReview" referenceClass=Review sql="SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID))") [junit] [EL Finest]: 2022-09-10 04:19:02.494--ServerSession(1498401570)--Connection(316352801)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:02.495--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.495--ServerSession(1498401570)--Connection(258907160)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID)) [junit] bind => [20] [junit] [EL Finest]: 2022-09-10 04:19:02.495--ServerSession(1498401570)--Connection(316352801)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:02.495--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 801544361 [junit] [EL Finer]: 2022-09-10 04:19:02.496--ClientSession(801544361)--Thread(Thread[main,5,main])--acquire unit of work: 1210315704 [junit] [EL Finest]: 2022-09-10 04:19:02.496--UnitOfWork(1210315704)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readReview" referenceClass=Review sql="SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID))") [junit] [EL Finest]: 2022-09-10 04:19:02.496--ServerSession(1498401570)--Connection(8733802)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:02.496--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.496--ServerSession(1498401570)--Connection(1325104281)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID)) [junit] bind => [20] [junit] [EL Finest]: 2022-09-10 04:19:02.496--ServerSession(1498401570)--Connection(8733802)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:02.497--UnitOfWork(1210315704)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@14 [junit] [EL Finer]: 2022-09-10 04:19:02.497--UnitOfWork(1210315704)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:02.497--UnitOfWork(1210315704)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Review ) [junit] [EL Finest]: 2022-09-10 04:19:02.497--UnitOfWork(1210315704)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@14) [junit] [EL Finest]: 2022-09-10 04:19:02.497--ServerSession(1498401570)--Connection(650599313)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.497--ClientSession(801544361)--Connection(650599313)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:02.497--ClientSession(801544361)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.498--ClientSession(801544361)--Connection(977595349)--Thread(Thread[main,5,main])--DELETE FROM TMP_REVIEW_DETAILS WHERE (REVIEW_ID = ?) [junit] bind => [20] [junit] [EL Fine]: 2022-09-10 04:19:02.498--ClientSession(801544361)--Connection(977595349)--Thread(Thread[main,5,main])--DELETE FROM TMP_REVIEW WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [20, 1] [junit] [EL Finer]: 2022-09-10 04:19:02.498--ClientSession(801544361)--Connection(977595349)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:02.499--ServerSession(1498401570)--Connection(650599313)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.499--UnitOfWork(1210315704)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:02.499--UnitOfWork(1210315704)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.499--UnitOfWork(1210315704)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.499--ClientSession(801544361)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.499--UnitOfWork(1210315704)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.499--ClientSession(801544361)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:02.499--UnitOfWork(1437069487)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:02.499--UnitOfWork(1437069487)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@14) [junit] [EL Finest]: 2022-09-10 04:19:02.5--ServerSession(1498401570)--Connection(1171086422)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.5--ClientSession(705304463)--Connection(1171086422)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:02.5--ClientSession(705304463)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.5--ClientSession(705304463)--Connection(9429076)--Thread(Thread[main,5,main])--UPDATE TMP_REVIEW SET TEXT = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [1, 2, 20, 1] [junit] [EL Finer]: 2022-09-10 04:19:02.5--ClientSession(705304463)--Connection(9429076)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2022-09-10 04:19:02.501--ServerSession(1498401570)--Connection(1171086422)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Warning]: 2022-09-10 04:19:02.501--UnitOfWork(1437069487)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-5011] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: One or more objects cannot be updated because it has changed or been deleted since it was last read [junit] at org.eclipse.persistence.exceptions.OptimisticLockException.batchStatementExecutionFailure(OptimisticLockException.java:86) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatch(ParameterizedSQLBatchWritingMechanism.java:152) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatchedStatements(ParameterizedSQLBatchWritingMechanism.java:134) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.writesCompleted(DatabaseAccessor.java:1845) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.writesCompleted(AbstractSession.java:4316) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.writesCompleted(UnitOfWorkImpl.java:5649) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.acquireWriteLocks(UnitOfWorkImpl.java:1659) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitTransactionAfterWriteChanges(UnitOfWorkImpl.java:1627) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:285) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1182) [junit] at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:134) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransaction(AbstractBaseTest.java:131) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransactionAndClear(AbstractBaseTest.java:137) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.lock.TestOptimistic.testOptimisticLockExceptionDeleteUpdate(TestOptimistic.java:116) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.lang.reflect.Method.invoke(Method.java:498) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:178) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:38) [junit] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:50) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:38) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1014) [junit] [junit] [EL Finer]: 2022-09-10 04:19:02.501--UnitOfWork(1437069487)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.501--ClientSession(705304463)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:02.516--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 2000121475 [junit] [EL Finer]: 2022-09-10 04:19:02.516--ClientSession(2000121475)--Thread(Thread[main,5,main])--acquire unit of work: 1888439681 [junit] [EL Finest]: 2022-09-10 04:19:02.516--UnitOfWork(1888439681)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@50. [junit] [EL Finer]: 2022-09-10 04:19:02.517--UnitOfWork(1888439681)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:02.517--UnitOfWork(1888439681)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@50) [junit] [EL Finest]: 2022-09-10 04:19:02.517--ServerSession(1498401570)--Connection(2084332900)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.517--ClientSession(2000121475)--Connection(2084332900)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:02.517--ClientSession(2000121475)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.517--ClientSession(2000121475)--Connection(1985338407)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] bind => [80, 2005-12-07, 1, 1, Review] [junit] [EL Fine]: 2022-09-10 04:19:02.518--ClientSession(2000121475)--Connection(1985338407)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] bind => [0, 80] [junit] [EL Finer]: 2022-09-10 04:19:02.519--UnitOfWork(1888439681)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:02.519--UnitOfWork(1888439681)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.519--UnitOfWork(1888439681)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:02.519--UnitOfWork(1888439681)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@50) [junit] [EL Fine]: 2022-09-10 04:19:02.519--ClientSession(2000121475)--Connection(1985338407)--Thread(Thread[main,5,main])--UPDATE TMP_REVIEW SET REVIEWDATE = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [2005-12-23, 2, 80, 1] [junit] [EL Finer]: 2022-09-10 04:19:02.52--ClientSession(2000121475)--Connection(1985338407)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:02.521--ServerSession(1498401570)--Connection(2084332900)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.521--UnitOfWork(1888439681)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:02.521--UnitOfWork(1888439681)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.521--UnitOfWork(1888439681)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.521--ClientSession(2000121475)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.521--UnitOfWork(1888439681)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.521--ClientSession(2000121475)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:02.521--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 850500867 [junit] [EL Finer]: 2022-09-10 04:19:02.521--ClientSession(850500867)--Thread(Thread[main,5,main])--acquire unit of work: 1065390299 [junit] [EL Finest]: 2022-09-10 04:19:02.522--UnitOfWork(1065390299)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@50 [junit] [EL Finest]: 2022-09-10 04:19:02.522--UnitOfWork(1065390299)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Review ) [junit] [EL Finest]: 2022-09-10 04:19:02.522--ServerSession(1498401570)--Connection(1864044205)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:02.522--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.522--ServerSession(1498401570)--Connection(71859662)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID)) [junit] bind => [80] [junit] [EL Finest]: 2022-09-10 04:19:02.523--ServerSession(1498401570)--Connection(1864044205)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:02.523--UnitOfWork(1065390299)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:02.523--UnitOfWork(1065390299)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@50) [junit] [EL Finest]: 2022-09-10 04:19:02.523--ServerSession(1498401570)--Connection(910969769)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.523--ClientSession(850500867)--Connection(910969769)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:02.523--ClientSession(850500867)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.524--ClientSession(850500867)--Connection(537452455)--Thread(Thread[main,5,main])--UPDATE TMP_REVIEW SET TEXT = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [AAA, 3, 80, 2] [junit] [EL Finer]: 2022-09-10 04:19:02.524--UnitOfWork(1065390299)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:02.524--UnitOfWork(1065390299)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.525--UnitOfWork(1065390299)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:02.525--UnitOfWork(1065390299)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@50) [junit] [EL Fine]: 2022-09-10 04:19:02.525--ClientSession(850500867)--Connection(537452455)--Thread(Thread[main,5,main])--UPDATE TMP_REVIEW SET TEXT = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [BBB, 4, 80, 3] [junit] [EL Finer]: 2022-09-10 04:19:02.525--ClientSession(850500867)--Connection(537452455)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:02.526--ServerSession(1498401570)--Connection(910969769)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.526--UnitOfWork(1065390299)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:02.526--UnitOfWork(1065390299)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.526--UnitOfWork(1065390299)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.526--ClientSession(850500867)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.526--UnitOfWork(1065390299)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.526--ClientSession(850500867)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:02.526--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 1314951773 [junit] [EL Finer]: 2022-09-10 04:19:02.527--ClientSession(1314951773)--Thread(Thread[main,5,main])--acquire unit of work: 99437703 [junit] [EL Finest]: 2022-09-10 04:19:02.527--UnitOfWork(99437703)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@50 [junit] [EL Finest]: 2022-09-10 04:19:02.527--UnitOfWork(99437703)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Review ) [junit] [EL Finest]: 2022-09-10 04:19:02.527--ServerSession(1498401570)--Connection(815905200)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:02.527--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.527--ServerSession(1498401570)--Connection(378572681)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID)) [junit] bind => [80] [junit] [EL Finest]: 2022-09-10 04:19:02.528--ServerSession(1498401570)--Connection(815905200)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:02.528--UnitOfWork(99437703)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:02.528--UnitOfWork(99437703)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:02.528--UnitOfWork(99437703)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:02.528--UnitOfWork(99437703)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:02.528--UnitOfWork(99437703)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.528--UnitOfWork(99437703)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.528--ClientSession(1314951773)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.528--UnitOfWork(99437703)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.528--ClientSession(1314951773)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:02.528--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 8290162 [junit] [EL Finer]: 2022-09-10 04:19:02.528--ClientSession(8290162)--Thread(Thread[main,5,main])--acquire unit of work: 1147963988 [junit] [EL Finest]: 2022-09-10 04:19:02.528--UnitOfWork(1147963988)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readReview" referenceClass=Review sql="SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID))") [junit] [EL Finest]: 2022-09-10 04:19:02.528--ServerSession(1498401570)--Connection(931654339)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:02.529--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.529--ServerSession(1498401570)--Connection(665156710)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID)) [junit] bind => [80] [junit] [EL Finest]: 2022-09-10 04:19:02.529--ServerSession(1498401570)--Connection(931654339)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:02.544--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 1210428112 [junit] [EL Finer]: 2022-09-10 04:19:02.544--ClientSession(1210428112)--Thread(Thread[main,5,main])--acquire unit of work: 1460465438 [junit] [EL Finest]: 2022-09-10 04:19:02.544--UnitOfWork(1460465438)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@64. [junit] [EL Finer]: 2022-09-10 04:19:02.544--UnitOfWork(1460465438)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:02.544--UnitOfWork(1460465438)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@64) [junit] [EL Finest]: 2022-09-10 04:19:02.544--ServerSession(1498401570)--Connection(2012381311)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.544--ClientSession(1210428112)--Connection(2012381311)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:02.544--ClientSession(1210428112)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.545--ClientSession(1210428112)--Connection(1203172736)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] bind => [100, 2005-12-07, x, 1, Review] [junit] [EL Fine]: 2022-09-10 04:19:02.545--ClientSession(1210428112)--Connection(1203172736)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] bind => [0, 100] [junit] [EL Finer]: 2022-09-10 04:19:02.546--ClientSession(1210428112)--Connection(1203172736)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:02.546--ServerSession(1498401570)--Connection(2012381311)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.546--UnitOfWork(1460465438)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:02.547--UnitOfWork(1460465438)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.547--UnitOfWork(1460465438)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.547--ClientSession(1210428112)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.547--UnitOfWork(1460465438)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.547--ClientSession(1210428112)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:02.547--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 1384201124 [junit] [EL Finer]: 2022-09-10 04:19:02.547--ClientSession(1384201124)--Thread(Thread[main,5,main])--acquire unit of work: 1646860368 [junit] [EL Finest]: 2022-09-10 04:19:02.547--UnitOfWork(1646860368)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readReview" referenceClass=Review sql="SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID))") [junit] [EL Finest]: 2022-09-10 04:19:02.547--ServerSession(1498401570)--Connection(622339163)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:02.547--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.547--ServerSession(1498401570)--Connection(1170791222)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID)) [junit] bind => [100] [junit] [EL Finest]: 2022-09-10 04:19:02.548--ServerSession(1498401570)--Connection(622339163)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:02.548--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 1396855888 [junit] [EL Finer]: 2022-09-10 04:19:02.548--ClientSession(1396855888)--Thread(Thread[main,5,main])--acquire unit of work: 827204620 [junit] [EL Finest]: 2022-09-10 04:19:02.548--UnitOfWork(827204620)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readReview" referenceClass=Review sql="SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID))") [junit] [EL Finest]: 2022-09-10 04:19:02.548--ServerSession(1498401570)--Connection(1914888552)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:02.548--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.548--ServerSession(1498401570)--Connection(587432871)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID)) [junit] bind => [100] [junit] [EL Finest]: 2022-09-10 04:19:02.549--ServerSession(1498401570)--Connection(1914888552)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:02.549--UnitOfWork(827204620)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:02.549--UnitOfWork(827204620)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@64) [junit] [EL Finest]: 2022-09-10 04:19:02.549--ServerSession(1498401570)--Connection(254683335)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.549--ClientSession(1396855888)--Connection(254683335)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:02.55--ClientSession(1396855888)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.55--ClientSession(1396855888)--Connection(1229877904)--Thread(Thread[main,5,main])--UPDATE TMP_REVIEW SET REVIEWDATE = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [2005-12-23, 2, 100, 1] [junit] [EL Finer]: 2022-09-10 04:19:02.55--ClientSession(1396855888)--Connection(1229877904)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:02.551--ServerSession(1498401570)--Connection(254683335)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.551--UnitOfWork(827204620)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:02.551--UnitOfWork(827204620)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.551--UnitOfWork(827204620)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.551--ClientSession(1396855888)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.551--UnitOfWork(827204620)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.551--ClientSession(1396855888)--Thread(Thread[main,5,main])--client released [junit] [EL Finest]: 2022-09-10 04:19:02.551--UnitOfWork(1646860368)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Review ) [junit] [EL Finest]: 2022-09-10 04:19:02.552--ServerSession(1498401570)--Connection(94686897)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:02.552--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.552--ServerSession(1498401570)--Connection(1069868647)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID)) [junit] bind => [100] [junit] [EL Finest]: 2022-09-10 04:19:02.552--ServerSession(1498401570)--Connection(94686897)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:02.552--UnitOfWork(1646860368)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:02.553--UnitOfWork(1646860368)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@64) [junit] [EL Finest]: 2022-09-10 04:19:02.553--ServerSession(1498401570)--Connection(1515979807)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.553--ClientSession(1384201124)--Connection(1515979807)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:02.553--ClientSession(1384201124)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.553--ClientSession(1384201124)--Connection(2051973428)--Thread(Thread[main,5,main])--UPDATE TMP_REVIEW SET TEXT = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [y, 3, 100, 2] [junit] [EL Finer]: 2022-09-10 04:19:02.554--ClientSession(1384201124)--Connection(2051973428)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:02.554--ServerSession(1498401570)--Connection(1515979807)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.554--UnitOfWork(1646860368)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:02.554--UnitOfWork(1646860368)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.554--UnitOfWork(1646860368)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.554--ClientSession(1384201124)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.554--UnitOfWork(1646860368)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.554--ClientSession(1384201124)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:02.567--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 438709907 [junit] [EL Finer]: 2022-09-10 04:19:02.568--ClientSession(438709907)--Thread(Thread[main,5,main])--acquire unit of work: 1913344679 [junit] [EL Finest]: 2022-09-10 04:19:02.568--UnitOfWork(1913344679)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@78. [junit] [EL Finer]: 2022-09-10 04:19:02.568--UnitOfWork(1913344679)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:02.568--UnitOfWork(1913344679)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@78) [junit] [EL Finest]: 2022-09-10 04:19:02.568--ServerSession(1498401570)--Connection(1220214329)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.568--ClientSession(438709907)--Connection(1220214329)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:02.568--ClientSession(438709907)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.568--ClientSession(438709907)--Connection(1619788771)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] bind => [120, 2005-12-07, x, 1, Review] [junit] [EL Fine]: 2022-09-10 04:19:02.569--ClientSession(438709907)--Connection(1619788771)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] bind => [0, 120] [junit] [EL Finer]: 2022-09-10 04:19:02.569--ClientSession(438709907)--Connection(1619788771)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:02.57--ServerSession(1498401570)--Connection(1220214329)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.57--UnitOfWork(1913344679)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:02.57--UnitOfWork(1913344679)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.57--UnitOfWork(1913344679)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.57--ClientSession(438709907)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.57--UnitOfWork(1913344679)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.57--ClientSession(438709907)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:02.57--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 715904416 [junit] [EL Finer]: 2022-09-10 04:19:02.57--ClientSession(715904416)--Thread(Thread[main,5,main])--acquire unit of work: 1555358293 [junit] [EL Finest]: 2022-09-10 04:19:02.57--UnitOfWork(1555358293)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readReview" referenceClass=Review sql="SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID))") [junit] [EL Finest]: 2022-09-10 04:19:02.57--ServerSession(1498401570)--Connection(382331995)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:02.57--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.57--ServerSession(1498401570)--Connection(1073849761)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID)) [junit] bind => [120] [junit] [EL Finest]: 2022-09-10 04:19:02.571--ServerSession(1498401570)--Connection(382331995)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:02.571--UnitOfWork(1555358293)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:02.571--UnitOfWork(1555358293)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:02.571--UnitOfWork(1555358293)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.571--UnitOfWork(1555358293)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.571--ClientSession(715904416)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.571--UnitOfWork(1555358293)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.571--ClientSession(715904416)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:02.584--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 245245365 [junit] [EL Finer]: 2022-09-10 04:19:02.584--ClientSession(245245365)--Thread(Thread[main,5,main])--acquire unit of work: 1078772074 [junit] [EL Finest]: 2022-09-10 04:19:02.584--UnitOfWork(1078772074)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@6e. [junit] [EL Finer]: 2022-09-10 04:19:02.584--UnitOfWork(1078772074)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:02.584--UnitOfWork(1078772074)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@6e) [junit] [EL Finest]: 2022-09-10 04:19:02.584--ServerSession(1498401570)--Connection(685845445)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.585--ClientSession(245245365)--Connection(685845445)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:02.585--ClientSession(245245365)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.585--ClientSession(245245365)--Connection(234944546)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] bind => [110, 2005-12-07, 1, 1, Review] [junit] [EL Fine]: 2022-09-10 04:19:02.585--ClientSession(245245365)--Connection(234944546)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] bind => [0, 110] [junit] [EL Finer]: 2022-09-10 04:19:02.586--ClientSession(245245365)--Connection(234944546)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:02.586--ServerSession(1498401570)--Connection(685845445)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.586--UnitOfWork(1078772074)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:02.587--UnitOfWork(1078772074)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.587--UnitOfWork(1078772074)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.587--ClientSession(245245365)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.587--UnitOfWork(1078772074)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.587--ClientSession(245245365)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:02.587--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 746938039 [junit] [EL Finer]: 2022-09-10 04:19:02.587--ClientSession(746938039)--Thread(Thread[main,5,main])--acquire unit of work: 980082928 [junit] [EL Finest]: 2022-09-10 04:19:02.587--UnitOfWork(980082928)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readReview" referenceClass=Review sql="SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID))") [junit] [EL Finest]: 2022-09-10 04:19:02.587--ServerSession(1498401570)--Connection(2018833058)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:02.587--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.587--ServerSession(1498401570)--Connection(1928880169)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID)) [junit] bind => [110] [junit] [EL Finest]: 2022-09-10 04:19:02.588--ServerSession(1498401570)--Connection(2018833058)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:02.588--UnitOfWork(980082928)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:02.588--UnitOfWork(980082928)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@6e) [junit] [EL Finest]: 2022-09-10 04:19:02.588--ServerSession(1498401570)--Connection(1955857288)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.588--ClientSession(746938039)--Connection(1955857288)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:02.588--ClientSession(746938039)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.589--ClientSession(746938039)--Connection(439193975)--Thread(Thread[main,5,main])--UPDATE TMP_REVIEW SET TEXT = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [0, 2, 110, 1] [junit] [EL Finer]: 2022-09-10 04:19:02.589--ClientSession(746938039)--Connection(439193975)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:02.59--ServerSession(1498401570)--Connection(1955857288)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.59--UnitOfWork(980082928)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:02.59--UnitOfWork(980082928)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.59--UnitOfWork(980082928)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.59--ClientSession(746938039)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.59--UnitOfWork(980082928)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.59--ClientSession(746938039)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:02.59--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 956303508 [junit] [EL Finer]: 2022-09-10 04:19:02.59--ClientSession(956303508)--Thread(Thread[main,5,main])--acquire unit of work: 1330675946 [junit] [EL Finest]: 2022-09-10 04:19:02.59--UnitOfWork(1330675946)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readReview" referenceClass=Review sql="SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID))") [junit] [EL Finest]: 2022-09-10 04:19:02.591--ServerSession(1498401570)--Connection(684484877)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:02.591--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.591--ServerSession(1498401570)--Connection(602679582)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID)) [junit] bind => [110] [junit] [EL Finest]: 2022-09-10 04:19:02.591--ServerSession(1498401570)--Connection(684484877)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:02.591--UnitOfWork(1330675946)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:02.592--UnitOfWork(1330675946)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@6e) [junit] [EL Finest]: 2022-09-10 04:19:02.592--ServerSession(1498401570)--Connection(1277922807)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.592--ClientSession(956303508)--Connection(1277922807)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:02.592--ClientSession(956303508)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.592--ClientSession(956303508)--Connection(1999953336)--Thread(Thread[main,5,main])--UPDATE TMP_REVIEW SET TEXT = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [1, 3, 110, 2] [junit] [EL Finer]: 2022-09-10 04:19:02.593--ClientSession(956303508)--Connection(1999953336)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:02.593--ServerSession(1498401570)--Connection(1277922807)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.593--UnitOfWork(1330675946)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:02.593--UnitOfWork(1330675946)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.593--UnitOfWork(1330675946)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.593--ClientSession(956303508)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.593--UnitOfWork(1330675946)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.593--ClientSession(956303508)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:02.593--ServerSession(1498401570)--Thread(Thread[main,5,main])--client acquired: 377731514 [junit] [EL Finer]: 2022-09-10 04:19:02.593--ClientSession(377731514)--Thread(Thread[main,5,main])--acquire unit of work: 1191935951 [junit] [EL Finest]: 2022-09-10 04:19:02.594--UnitOfWork(1191935951)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readReview" referenceClass=Review sql="SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID))") [junit] [EL Finest]: 2022-09-10 04:19:02.594--ServerSession(1498401570)--Connection(1792190683)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:02.594--ServerSession(1498401570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.594--ServerSession(1498401570)--Connection(1392046075)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID)) [junit] bind => [110] [junit] [EL Finest]: 2022-09-10 04:19:02.594--ServerSession(1498401570)--Connection(1792190683)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:02.595--UnitOfWork(1191935951)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:02.595--UnitOfWork(1191935951)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@6e) [junit] [EL Finest]: 2022-09-10 04:19:02.595--ServerSession(1498401570)--Connection(414462442)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.595--ClientSession(377731514)--Connection(414462442)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:02.595--ClientSession(377731514)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:02.595--ClientSession(377731514)--Connection(2086191375)--Thread(Thread[main,5,main])--UPDATE TMP_REVIEW SET TEXT = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [2, 4, 110, 3] [junit] [EL Finer]: 2022-09-10 04:19:02.596--ClientSession(377731514)--Connection(2086191375)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:02.596--ServerSession(1498401570)--Connection(414462442)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.596--UnitOfWork(1191935951)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:02.596--UnitOfWork(1191935951)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.596--UnitOfWork(1191935951)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.596--ClientSession(377731514)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.596--UnitOfWork(1191935951)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.596--ClientSession(377731514)--Thread(Thread[main,5,main])--client released [junit] [EL Finest]: 2022-09-10 04:19:02.61--ServerSession(1498401570)--Thread(Thread[main,5,main])--Begin undeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Deployed; factoryCount 1 [junit] [EL Finest]: 2022-09-10 04:19:02.61--ServerSession(1498401570)--Thread(Thread[main,5,main])--Unregistering MBean: TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541,Type=Configuration on server com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582 [junit] [EL Finest]: 2022-09-10 04:19:02.611--ServerSession(1498401570)--Thread(Thread[main,5,main])--Unregistered MBean [TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541,Type=Configuration] from MBeanServer [com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582]. [junit] [EL Finest]: 2022-09-10 04:19:02.611--ServerSession(1498401570)--Thread(Thread[main,5,main])--Unregistering MBean: TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541) on server com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582 [junit] [EL Finest]: 2022-09-10 04:19:02.611--ServerSession(1498401570)--Thread(Thread[main,5,main])--Unregistered MBean [TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541)] from MBeanServer [com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582]. [junit] [EL Finest]: 2022-09-10 04:19:02.611--ServerSession(1498401570)--Thread(Thread[main,5,main])--sequencing disconnected [junit] [EL Config]: 2022-09-10 04:19:02.611--ServerSession(1498401570)--Connection(955505599)--Thread(Thread[main,5,main])--disconnect [junit] [EL Finer]: 2022-09-10 04:19:02.611--ServerSession(1498401570)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Info]: 2022-09-10 04:19:02.611--ServerSession(1498401570)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541 logout successful [junit] [EL Finest]: 2022-09-10 04:19:02.611--ServerSession(1498401570)--Thread(Thread[main,5,main])--End undeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Undeployed; factoryCount 0 [junit] [EL Fine]: 2022-09-10 04:19:02.612--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@1aa21319 [junit] [EL Finer]: 2022-09-10 04:19:02.614--Thread(Thread[main,5,main])--JavaSECMPInitializer - predeploying jpa1testmodel. [junit] [EL Finest]: properties: 2022-09-10 04:19:02.614--ServerSession(446408386)--Thread(Thread[main,5,main])--property=eclipselink.target-server; value=JBoss; translated value=org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2022-09-10 04:19:02.614--ServerSession(446408386)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2022-09-10 04:19:02.614--ServerSession(446408386)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Fine]: 2022-09-10 04:19:02.614--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2022-09-10 04:19:02.614--ServerSession(446408386)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Initial; factoryCount 0 [junit] [EL Finest]: 2022-09-10 04:19:02.615--ServerSession(446408386)--Thread(Thread[main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true [junit] [EL Finest]: 2022-09-10 04:19:02.615--ServerSession(446408386)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true [junit] [EL Finest]: 2022-09-10 04:19:02.615--ServerSession(446408386)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false [junit] [EL Finer]: 2022-09-10 04:19:02.615--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar]. [junit] [EL Finer]: 2022-09-10 04:19:02.615--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/eclipselink-orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar]. [junit] [EL Config]: 2022-09-10 04:19:02.629--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.629--ServerSession(446408386)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field employees] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:19:02.629--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.629--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.629--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.63--ServerSession(446408386)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field client] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:19:02.63--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.63--ServerSession(446408386)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field attr2] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte. [junit] [EL Config]: 2022-09-10 04:19:02.63--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.63--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.63--ServerSession(446408386)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field profiles] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile. [junit] [EL Config]: 2022-09-10 04:19:02.63--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.631--ServerSession(446408386)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field riders] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:19:02.631--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.631--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.632--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:02.632--ServerSession(446408386)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getCubicles] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle. [junit] [EL Config]: 2022-09-10 04:19:02.632--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.AbstractEmployee] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.632--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.632--ServerSession(446408386)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field attachedCop] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop. [junit] [EL Config]: 2022-09-10 04:19:02.632--ServerSession(446408386)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field parties] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal. [junit] [EL Config]: 2022-09-10 04:19:02.632--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.633--ServerSession(446408386)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field city] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City. [junit] [EL Config]: 2022-09-10 04:19:02.634--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.634--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.island.Island] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.634--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:02.634--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.634--ServerSession(446408386)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field cops] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop. [junit] [EL Config]: 2022-09-10 04:19:02.634--ServerSession(446408386)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field criminals] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal. [junit] [EL Config]: 2022-09-10 04:19:02.635--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:02.636--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.636--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.636--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:02.636--ServerSession(446408386)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getCourse] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course. [junit] [EL Config]: 2022-09-10 04:19:02.636--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.637--ServerSession(446408386)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field project] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project. [junit] [EL Config]: 2022-09-10 04:19:02.637--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.637--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.637--ServerSession(446408386)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field patent] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent. [junit] [EL Config]: 2022-09-10 04:19:02.637--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.637--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:02.637--ServerSession(446408386)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getWeapon] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon. [junit] [EL Config]: 2022-09-10 04:19:02.637--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:02.637--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.637--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:02.638--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:02.638--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:02.638--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:02.638--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.638--ServerSession(446408386)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field driver] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:19:02.638--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.638--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:02.639--ServerSession(446408386)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getComponent] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.component.Component. [junit] [EL Config]: 2022-09-10 04:19:02.639--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:02.639--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.639--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:02.639--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.639--ServerSession(446408386)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field informingCops] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop. [junit] [EL Config]: 2022-09-10 04:19:02.639--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.639--ServerSession(446408386)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field node] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode. [junit] [EL Config]: 2022-09-10 04:19:02.639--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.Component] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:02.639--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:02.64--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.64--ServerSession(446408386)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field partner] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop. [junit] [EL Config]: 2022-09-10 04:19:02.64--ServerSession(446408386)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field attachedCriminals] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal. [junit] [EL Config]: 2022-09-10 04:19:02.64--ServerSession(446408386)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field informers] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer. [junit] [EL Config]: 2022-09-10 04:19:02.64--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:02.64--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.64--ServerSession(446408386)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field item] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte. [junit] [EL Config]: 2022-09-10 04:19:02.64--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.64--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.641--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.641--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:02.641--ServerSession(446408386)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getCubicles] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle. [junit] [EL Config]: 2022-09-10 04:19:02.641--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.641--ServerSession(446408386)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field employee] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:19:02.641--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:02.641--ServerSession(446408386)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [method getCreatures] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature. [junit] [EL Config]: 2022-09-10 04:19:02.641--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.641--ServerSession(446408386)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field parent] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode. [junit] [EL Config]: 2022-09-10 04:19:02.641--ServerSession(446408386)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field children] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode. [junit] [EL Config]: 2022-09-10 04:19:02.642--ServerSession(446408386)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field description] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription. [junit] [EL Config]: 2022-09-10 04:19:02.642--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.Node] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.642--ServerSession(446408386)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field parent] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.Node. [junit] [EL Config]: 2022-09-10 04:19:02.642--ServerSession(446408386)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field children] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.Node. [junit] [EL Config]: 2022-09-10 04:19:02.642--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.642--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.642--ServerSession(446408386)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field brokerageAccount] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount. [junit] [EL Config]: 2022-09-10 04:19:02.642--ServerSession(446408386)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field projects] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project. [junit] [EL Config]: 2022-09-10 04:19:02.642--ServerSession(446408386)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field cubicle] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle. [junit] [EL Config]: 2022-09-10 04:19:02.643--ServerSession(446408386)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field costCenter] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter. [junit] [EL Config]: 2022-09-10 04:19:02.643--ServerSession(446408386)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field checkingAccount] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount. [junit] [EL Config]: 2022-09-10 04:19:02.643--ServerSession(446408386)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field travelProfile] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile. [junit] [EL Config]: 2022-09-10 04:19:02.643--ServerSession(446408386)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field sampleAccount] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account. [junit] [EL Config]: 2022-09-10 04:19:02.643--ServerSession(446408386)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field reviews] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review. [junit] [EL Config]: 2022-09-10 04:19:02.643--ServerSession(446408386)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field hobbies] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby. [junit] [EL Config]: 2022-09-10 04:19:02.643--ServerSession(446408386)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field motorVehicle] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle. [junit] [EL Config]: 2022-09-10 04:19:02.643--ServerSession(446408386)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field patents] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent. [junit] [EL Config]: 2022-09-10 04:19:02.643--ServerSession(446408386)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field creditCardAccounts] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount. [junit] [EL Config]: 2022-09-10 04:19:02.643--ServerSession(446408386)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field department] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department. [junit] [EL Config]: 2022-09-10 04:19:02.643--ServerSession(446408386)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field bicycles] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle. [junit] [EL Config]: 2022-09-10 04:19:02.643--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:02.643--ServerSession(446408386)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getMaterial] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material. [junit] [EL Config]: 2022-09-10 04:19:02.643--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:02.644--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:02.644--ServerSession(446408386)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getTasks] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task. [junit] [EL Config]: 2022-09-10 04:19:02.644--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.644--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.644--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.644--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer$PK] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.645--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:02.645--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:02.645--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.645--ServerSession(446408386)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.645--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2022-09-10 04:19:02.645--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME. [junit] [EL Config]: 2022-09-10 04:19:02.645--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter] is being defaulted to: CostCenter. [junit] [EL Config]: 2022-09-10 04:19:02.645--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:02.645--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.645--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount] is being defaulted to: CheckingAccount. [junit] [EL Config]: 2022-09-10 04:19:02.645--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account] is being defaulted to: Account. [junit] [EL Config]: 2022-09-10 04:19:02.645--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [owner] is being defaulted to: OWNER. [junit] [EL Config]: 2022-09-10 04:19:02.645--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [balance] is being defaulted to: BALANCE. [junit] [EL Config]: 2022-09-10 04:19:02.646--ServerSession(446408386)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:02.646--ServerSession(446408386)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:02.646--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2022-09-10 04:19:02.646--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [creditLimit] is being defaulted to: CREDITLIMIT. [junit] [EL Config]: 2022-09-10 04:19:02.646--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte] is being defaulted to: Item_Byte. [junit] [EL Config]: 2022-09-10 04:19:02.646--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [namespace] is being defaulted to: NAMESPACE. [junit] [EL Config]: 2022-09-10 04:19:02.646--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:02.646--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [text] is being defaulted to: TEXT. [junit] [EL Config]: 2022-09-10 04:19:02.646--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp] is being defaulted to: Timestamp. [junit] [EL Config]: 2022-09-10 04:19:02.646--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.646--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike] is being defaulted to: RoadBike. [junit] [EL Config]: 2022-09-10 04:19:02.647--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle] is being defaulted to: Bicycle. [junit] [EL Config]: 2022-09-10 04:19:02.647--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle] is being defaulted to: Vehicle. [junit] [EL Config]: 2022-09-10 04:19:02.647--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR. [junit] [EL Config]: 2022-09-10 04:19:02.647--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.647--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [brand] is being defaulted to: BRAND. [junit] [EL Config]: 2022-09-10 04:19:02.647--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:19:02.647--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess] is being defaulted to: TemporalTypesFieldAccess. [junit] [EL Config]: 2022-09-10 04:19:02.647--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice] is being defaulted to: UniqueColorOffice. [junit] [EL Config]: 2022-09-10 04:19:02.647--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.647--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY. [junit] [EL Config]: 2022-09-10 04:19:02.647--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.AbstractEmployee] is being defaulted to: AbstractEmployee. [junit] [EL Config]: 2022-09-10 04:19:02.648--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:02.648--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.648--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal] is being defaulted to: Criminal. [junit] [EL Config]: 2022-09-10 04:19:02.648--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.648--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person] is being defaulted to: Person. [junit] [EL Config]: 2022-09-10 04:19:02.648--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.648--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee] is being defaulted to: ContractEmployee. [junit] [EL Config]: 2022-09-10 04:19:02.648--ServerSession(446408386)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.648--ServerSession(446408386)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.648--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [term] is being defaulted to: TERM. [junit] [EL Config]: 2022-09-10 04:19:02.649--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.island.Island] is being defaulted to: Island. [junit] [EL Config]: 2022-09-10 04:19:02.649--ServerSession(446408386)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island] is being defaulted to: DTYPE. [junit] [EL Config]: 2022-09-10 04:19:02.649--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:02.649--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.649--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby] is being defaulted to: Hobby. [junit] [EL Config]: 2022-09-10 04:19:02.649--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [getDescription] is being defaulted to: DESCRIPTION. [junit] [EL Config]: 2022-09-10 04:19:02.649--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.649--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [getCategory] is being defaulted to: CATEGORY. [junit] [EL Config]: 2022-09-10 04:19:02.649--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City] is being defaulted to: City. [junit] [EL Config]: 2022-09-10 04:19:02.649--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [sound] is being defaulted to: SOUND. [junit] [EL Config]: 2022-09-10 04:19:02.649--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [integer] is being defaulted to: INTEGER. [junit] [EL Config]: 2022-09-10 04:19:02.649--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [cool] is being defaulted to: COOL. [junit] [EL Config]: 2022-09-10 04:19:02.649--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:02.649--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.649--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [type] is being defaulted to: TYPE. [junit] [EL Config]: 2022-09-10 04:19:02.649--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess] is being defaulted to: BasicTypesPropertyAccess. [junit] [EL Config]: 2022-09-10 04:19:02.65--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.65--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass] is being defaulted to: ReadOnlyEntitySubclass. [junit] [EL Config]: 2022-09-10 04:19:02.65--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity] is being defaulted to: ReadOnlyEntity. [junit] [EL Config]: 2022-09-10 04:19:02.65--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:02.65--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.65--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:19:02.65--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material] is being defaulted to: Material. [junit] [EL Config]: 2022-09-10 04:19:02.65--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [getData] is being defaulted to: DATA. [junit] [EL Config]: 2022-09-10 04:19:02.65--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task] is being defaulted to: Task. [junit] [EL Config]: 2022-09-10 04:19:02.651--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [description] is being defaulted to: DESCRIPTION. [junit] [EL Config]: 2022-09-10 04:19:02.651--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview] is being defaulted to: PatentReview. [junit] [EL Config]: 2022-09-10 04:19:02.651--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review] is being defaulted to: Review. [junit] [EL Config]: 2022-09-10 04:19:02.651--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [reviewDate] is being defaulted to: REVIEWDATE. [junit] [EL Config]: 2022-09-10 04:19:02.651--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.651--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:19:02.651--ServerSession(446408386)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review] is being defaulted to: DTYPE. [junit] [EL Config]: 2022-09-10 04:19:02.651--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike] is being defaulted to: MountainBike. [junit] [EL Config]: 2022-09-10 04:19:02.651--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature] is being defaulted to: MythicalCreature. [junit] [EL Config]: 2022-09-10 04:19:02.651--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature] is being defaulted to: Creature. [junit] [EL Config]: 2022-09-10 04:19:02.651--ServerSession(446408386)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature] is being defaulted to: DTYPE. [junit] [EL Config]: 2022-09-10 04:19:02.652--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.652--ServerSession(446408386)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.652--ServerSession(446408386)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.652--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [getStory] is being defaulted to: STORY. [junit] [EL Config]: 2022-09-10 04:19:02.652--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess] is being defaulted to: EmbeddingFieldAccess. [junit] [EL Config]: 2022-09-10 04:19:02.652--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [date] is being defaulted to: DATE. [junit] [EL Config]: 2022-09-10 04:19:02.652--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [time] is being defaulted to: TIME. [junit] [EL Config]: 2022-09-10 04:19:02.652--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.652--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon] is being defaulted to: Weapon. [junit] [EL Config]: 2022-09-10 04:19:02.652--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:02.652--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.652--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant] is being defaulted to: Plant. [junit] [EL Config]: 2022-09-10 04:19:02.652--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element] is being defaulted to: Element. [junit] [EL Config]: 2022-09-10 04:19:02.653--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent] is being defaulted to: Patent. [junit] [EL Config]: 2022-09-10 04:19:02.653--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [getYear] is being defaulted to: YEAR. [junit] [EL Config]: 2022-09-10 04:19:02.653--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:02.653--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car] is being defaulted to: Car. [junit] [EL Config]: 2022-09-10 04:19:02.653--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] is being defaulted to: MotorVehicle. [junit] [EL Config]: 2022-09-10 04:19:02.653--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [model] is being defaulted to: MODEL. [junit] [EL Config]: 2022-09-10 04:19:02.653--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat] is being defaulted to: MetricFloat. [junit] [EL Config]: 2022-09-10 04:19:02.653--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric] is being defaulted to: Metric. [junit] [EL Config]: 2022-09-10 04:19:02.653--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount] is being defaulted to: BrokerageAccount. [junit] [EL Config]: 2022-09-10 04:19:02.654--ServerSession(446408386)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:02.654--ServerSession(446408386)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:02.654--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [riskLevel] is being defaulted to: RISKLEVEL. [junit] [EL Config]: 2022-09-10 04:19:02.654--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal] is being defaulted to: Animal. [junit] [EL Config]: 2022-09-10 04:19:02.654--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer] is being defaulted to: Informer. [junit] [EL Config]: 2022-09-10 04:19:02.654--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.654--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription] is being defaulted to: CascadingNodeDescription. [junit] [EL Config]: 2022-09-10 04:19:02.654--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.654--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.Component] is being defaulted to: Component. [junit] [EL Config]: 2022-09-10 04:19:02.654--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.654--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile] is being defaulted to: TravelProfile. [junit] [EL Config]: 2022-09-10 04:19:02.654--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [getSmoker] is being defaulted to: SMOKER. [junit] [EL Config]: 2022-09-10 04:19:02.654--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [getGuid] is being defaulted to: GUID. [junit] [EL Config]: 2022-09-10 04:19:02.654--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop] is being defaulted to: Cop. [junit] [EL Config]: 2022-09-10 04:19:02.655--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.655--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess] is being defaulted to: EmbeddingPropertyAccess. [junit] [EL Config]: 2022-09-10 04:19:02.655--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [getDate] is being defaulted to: DATE. [junit] [EL Config]: 2022-09-10 04:19:02.655--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [getTime] is being defaulted to: TIME. [junit] [EL Config]: 2022-09-10 04:19:02.655--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.655--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte] is being defaulted to: Item_Attribute_Byte. [junit] [EL Config]: 2022-09-10 04:19:02.655--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount] is being defaulted to: SavingsAccount. [junit] [EL Config]: 2022-09-10 04:19:02.655--ServerSession(446408386)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:02.655--ServerSession(446408386)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:02.655--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [interestRate] is being defaulted to: INTERESTRATE. [junit] [EL Config]: 2022-09-10 04:19:02.655--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2022-09-10 04:19:02.655--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME. [junit] [EL Config]: 2022-09-10 04:19:02.655--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck] is being defaulted to: Truck. [junit] [EL Config]: 2022-09-10 04:19:02.655--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount] is being defaulted to: CreditCardAccount. [junit] [EL Config]: 2022-09-10 04:19:02.656--ServerSession(446408386)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:02.656--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [cardType] is being defaulted to: CARDTYPE. [junit] [EL Config]: 2022-09-10 04:19:02.656--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [cardNumber] is being defaulted to: CARDNUMBER. [junit] [EL Config]: 2022-09-10 04:19:02.656--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [validTo] is being defaulted to: VALIDTO. [junit] [EL Config]: 2022-09-10 04:19:02.656--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office] is being defaulted to: Office. [junit] [EL Config]: 2022-09-10 04:19:02.656--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.656--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY. [junit] [EL Config]: 2022-09-10 04:19:02.656--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle] is being defaulted to: Cubicle. [junit] [EL Config]: 2022-09-10 04:19:02.656--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR. [junit] [EL Config]: 2022-09-10 04:19:02.656--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [place] is being defaulted to: PLACE. [junit] [EL Config]: 2022-09-10 04:19:02.656--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [floor] is being defaulted to: FLOOR. [junit] [EL Config]: 2022-09-10 04:19:02.656--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave] is being defaulted to: Cave. [junit] [EL Config]: 2022-09-10 04:19:02.656--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:02.656--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.656--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode] is being defaulted to: CascadingNode. [junit] [EL Config]: 2022-09-10 04:19:02.657--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.657--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.Node] is being defaulted to: Node. [junit] [EL Config]: 2022-09-10 04:19:02.657--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [nodeName] is being defaulted to: NODENAME. [junit] [EL Config]: 2022-09-10 04:19:02.657--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.657--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer] is being defaulted to: Trailer. [junit] [EL Config]: 2022-09-10 04:19:02.657--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [high] is being defaulted to: HIGH. [junit] [EL Config]: 2022-09-10 04:19:02.657--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [low] is being defaulted to: LOW. [junit] [EL Config]: 2022-09-10 04:19:02.657--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] is being defaulted to: Employee. [junit] [EL Config]: 2022-09-10 04:19:02.657--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [firstname] is being defaulted to: FIRSTNAME. [junit] [EL Config]: 2022-09-10 04:19:02.657--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [endDate] is being defaulted to: ENDDATE. [junit] [EL Config]: 2022-09-10 04:19:02.657--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [startDate] is being defaulted to: STARTDATE. [junit] [EL Config]: 2022-09-10 04:19:02.657--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [salary] is being defaulted to: SALARY. [junit] [EL Config]: 2022-09-10 04:19:02.658--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [lastname] is being defaulted to: LASTNAME. [junit] [EL Config]: 2022-09-10 04:19:02.658--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.658--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course] is being defaulted to: Course. [junit] [EL Config]: 2022-09-10 04:19:02.658--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department] is being defaulted to: Department. [junit] [EL Config]: 2022-09-10 04:19:02.658--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:02.658--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.658--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [getVersion] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:19:02.658--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project] is being defaulted to: Project. [junit] [EL Config]: 2022-09-10 04:19:02.658--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty] is being defaulted to: Nasty. [junit] [EL Config]: 2022-09-10 04:19:02.658--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.658--ServerSession(446408386)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess] is being defaulted to: BasicTypesFieldAccess. [junit] [EL Config]: 2022-09-10 04:19:02.659--ServerSession(446408386)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:19:02.659--ServerSession(446408386)--Thread(Thread[main,5,main])--The pk column value for the table generator named [StringIdGenerator] defined on [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby] from [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby] is being defaulted to: StringIdGenerator. [junit] [EL Config]: 2022-09-10 04:19:02.659--ServerSession(446408386)--Thread(Thread[main,5,main])--The pk column value for the table generator named [VehicleGenerator] defined on [field id] from [field id] is being defaulted to: VehicleGenerator. [junit] [EL Config]: 2022-09-10 04:19:02.659--ServerSession(446408386)--Thread(Thread[main,5,main])--The pk column value for the table generator named [IdGenerator] defined on [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project] from [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project] is being defaulted to: IdGenerator. [junit] [EL Config]: 2022-09-10 04:19:02.659--ServerSession(446408386)--Thread(Thread[main,5,main])--The pk column value for the table generator named [CourseGenerator] defined on [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course] from [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course] is being defaulted to: CourseGenerator. [junit] [EL Config]: 2022-09-10 04:19:02.659--ServerSession(446408386)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field client] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.659--ServerSession(446408386)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field profiles] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.659--ServerSession(446408386)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field profiles] is being defaulted to: GUID. [junit] [EL Config]: 2022-09-10 04:19:02.659--ServerSession(446408386)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field riders] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.659--ServerSession(446408386)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field riders] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.66--ServerSession(446408386)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getCubicles] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.66--ServerSession(446408386)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field attachedCop] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.66--ServerSession(446408386)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [attachedCop] is being defaulted to: ATTACHEDCOP_ID. [junit] [EL Config]: 2022-09-10 04:19:02.724--ServerSession(446408386)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field parties] is being defaulted to: TMP_CRIMINAL_TMP_CRIMINAL. [junit] [EL Config]: 2022-09-10 04:19:02.724--ServerSession(446408386)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field parties] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.724--ServerSession(446408386)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [parties] is being defaulted to: Criminal_ID. [junit] [EL Config]: 2022-09-10 04:19:02.725--ServerSession(446408386)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field parties] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.725--ServerSession(446408386)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [parties] is being defaulted to: parties_ID. [junit] [EL Config]: 2022-09-10 04:19:02.725--ServerSession(446408386)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field city] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.725--ServerSession(446408386)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field cops] is being defaulted to: TMP_CITY_TMP_COP. [junit] [EL Config]: 2022-09-10 04:19:02.725--ServerSession(446408386)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field cops] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.725--ServerSession(446408386)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [cops] is being defaulted to: City_ID. [junit] [EL Config]: 2022-09-10 04:19:02.725--ServerSession(446408386)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field cops] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.725--ServerSession(446408386)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [cops] is being defaulted to: cops_ID. [junit] [EL Config]: 2022-09-10 04:19:02.725--ServerSession(446408386)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field criminals] is being defaulted to: TMP_CITY_TMP_CRIMINAL. [junit] [EL Config]: 2022-09-10 04:19:02.725--ServerSession(446408386)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field criminals] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.725--ServerSession(446408386)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [criminals] is being defaulted to: City_ID. [junit] [EL Config]: 2022-09-10 04:19:02.725--ServerSession(446408386)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field criminals] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.725--ServerSession(446408386)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [criminals] is being defaulted to: criminals_ID. [junit] [EL Config]: 2022-09-10 04:19:02.725--ServerSession(446408386)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field project] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.725--ServerSession(446408386)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getWeapon] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.725--ServerSession(446408386)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field driver] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.725--ServerSession(446408386)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getComponent] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.725--ServerSession(446408386)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field informingCops] is being defaulted to: TMP_INFORMER_TMP_COP. [junit] [EL Config]: 2022-09-10 04:19:02.726--ServerSession(446408386)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field informingCops] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.726--ServerSession(446408386)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [informingCops] is being defaulted to: Informer_ID. [junit] [EL Config]: 2022-09-10 04:19:02.726--ServerSession(446408386)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field informingCops] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.726--ServerSession(446408386)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [informingCops] is being defaulted to: informingCops_ID. [junit] [EL Config]: 2022-09-10 04:19:02.726--ServerSession(446408386)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field partner] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.726--ServerSession(446408386)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [partner] is being defaulted to: PARTNER_ID. [junit] [EL Config]: 2022-09-10 04:19:02.726--ServerSession(446408386)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field attachedCriminals] is being defaulted to: TMP_COP_TMP_CRIMINAL. [junit] [EL Config]: 2022-09-10 04:19:02.726--ServerSession(446408386)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field attachedCriminals] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.726--ServerSession(446408386)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [attachedCriminals] is being defaulted to: Cop_ID. [junit] [EL Config]: 2022-09-10 04:19:02.726--ServerSession(446408386)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field attachedCriminals] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.726--ServerSession(446408386)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [attachedCriminals] is being defaulted to: attachedCriminals_ID. [junit] [EL Config]: 2022-09-10 04:19:02.726--ServerSession(446408386)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field informers] is being defaulted to: TMP_COP_TMP_INFORMER. [junit] [EL Config]: 2022-09-10 04:19:02.726--ServerSession(446408386)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field informers] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.726--ServerSession(446408386)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [informers] is being defaulted to: Cop_ID. [junit] [EL Config]: 2022-09-10 04:19:02.726--ServerSession(446408386)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field informers] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.726--ServerSession(446408386)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [informers] is being defaulted to: informers_ID. [junit] [EL Config]: 2022-09-10 04:19:02.726--ServerSession(446408386)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field item] is being defaulted to: ITEM_ID. [junit] [EL Config]: 2022-09-10 04:19:02.726--ServerSession(446408386)--Thread(Thread[main,5,main])--The key column name for the basic map mapping element [getCubicles] is being defaulted to: CUBICLES_KEY. [junit] [EL Config]: 2022-09-10 04:19:02.726--ServerSession(446408386)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getCubicles] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.726--ServerSession(446408386)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getCreatures] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.726--ServerSession(446408386)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [method getCreatures] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.727--ServerSession(446408386)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field parent] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.727--ServerSession(446408386)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field description] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.727--ServerSession(446408386)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field parent] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.727--ServerSession(446408386)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field brokerageAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:02.727--ServerSession(446408386)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field projects] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.727--ServerSession(446408386)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field projects] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.727--ServerSession(446408386)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field costCenter] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.727--ServerSession(446408386)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field travelProfile] is being defaulted to: GUID. [junit] [EL Config]: 2022-09-10 04:19:02.727--ServerSession(446408386)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field sampleAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:02.727--ServerSession(446408386)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field reviews] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.727--ServerSession(446408386)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field reviews] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.728--ServerSession(446408386)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field hobbies] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.728--ServerSession(446408386)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field hobbies] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.728--ServerSession(446408386)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field patents] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.728--ServerSession(446408386)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field creditCardAccounts] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.728--ServerSession(446408386)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field creditCardAccounts] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:02.728--ServerSession(446408386)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field department] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.728--ServerSession(446408386)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getMaterial] is being defaulted to: COURSE_ID. [junit] [EL Config]: 2022-09-10 04:19:02.728--ServerSession(446408386)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [method getMaterial] is being defaulted to: COURSE_ID. [junit] [EL Config]: 2022-09-10 04:19:02.728--ServerSession(446408386)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getAttendees] is being defaulted to: COURSE_ID. [junit] [EL Config]: 2022-09-10 04:19:02.728--ServerSession(446408386)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [method getAttendees] is being defaulted to: ID. [junit] [EL Finest]: 2022-09-10 04:19:02.729--ServerSession(446408386)--Thread(Thread[main,5,main])--query getDepartmentCached: query hint eclipselink.query-results-cache; value True [junit] [EL Finest]: 2022-09-10 04:19:02.73--ServerSession(446408386)--Thread(Thread[main,5,main])--query getAllDepartmentsCached: query hint eclipselink.query-results-cache; value True [junit] [EL Finest]: 2022-09-10 04:19:02.73--ServerSession(446408386)--Thread(Thread[main,5,main])--End predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Predeployed; factoryCount 0 [junit] [EL Finer]: 2022-09-10 04:19:02.731--Thread(Thread[main,5,main])--JavaSECMPInitializer - transformer is null. [junit] [EL Finest]: 2022-09-10 04:19:02.731--ServerSession(446408386)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Predeployed; factoryCount 0 [junit] [EL Finest]: 2022-09-10 04:19:02.731--ServerSession(446408386)--Thread(Thread[main,5,main])--End predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Predeployed; factoryCount 1 [junit] [EL Finer]: 2022-09-10 04:19:02.731--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Component_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.732--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.732--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.732--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.AbstractEmployee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.732--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.733--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.733--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.733--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.733--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.734--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.734--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.734--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.734--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.734--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.735--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.735--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.735--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.735--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.735--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.736--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.736--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.736--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.736--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.736--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.737--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.737--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.737--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.737--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.737--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.738--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.738--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.738--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.738--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.739--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.739--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.739--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.739--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.739--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.74--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.74--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.74--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.74--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.74--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.741--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.741--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.741--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.741--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.741--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.742--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.742--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.742--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.742--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.742--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.743--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.743--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.Node_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.743--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.743--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.744--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.744--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.744--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.744--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.744--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.745--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.745--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.745--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer$PK_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.745--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.745--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount_] not found during initialization. [junit] [EL Finest]: 2022-09-10 04:19:02.746--ServerSession(446408386)--Thread(Thread[main,5,main])--Begin deploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Predeployed; factoryCount 1 [junit] [EL Finest]: 2022-09-10 04:19:02.751--ServerSession(446408386)--Thread(Thread[main,5,main])--Bean Validation Factory was not initialized: [javax/validation/Validation]. [junit] [EL Finest]: 2022-09-10 04:19:02.752--ServerSession(446408386)--Thread(Thread[main,5,main])--property=eclipselink.target-server; value=JBoss; translated value=org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2022-09-10 04:19:02.752--ServerSession(446408386)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2022-09-10 04:19:02.752--ServerSession(446408386)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2022-09-10 04:19:02.752--ServerSession(446408386)--Thread(Thread[main,5,main])--property=eclipselink.target-database; value=org.eclipse.persistence.platform.database.MySQLPlatform [junit] [EL Finest]: 2022-09-10 04:19:02.752--ServerSession(446408386)--Thread(Thread[main,5,main])--property=javax.persistence.nonJtaDataSource; value=org.eclipse.persistence.testing.framework.wdf.PooledDataSource@ea1a8d5 [junit] [EL Finest]: 2022-09-10 04:19:02.752--ServerSession(446408386)--Thread(Thread[main,5,main])--property=eclipselink.jdbc.batch-writing; value=JDBC [junit] [EL Finest]: 2022-09-10 04:19:02.752--ServerSession(446408386)--Thread(Thread[main,5,main])--property=eclipselink.temporal.mutable; value=true [junit] [EL Info]: 2022-09-10 04:19:02.752--ServerSession(446408386)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Config]: 2022-09-10 04:19:02.752--ServerSession(446408386)--Connection(1913437053)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "" [junit] connector=>JNDIConnector datasource name=>null [junit] )) [junit] [EL Config]: 2022-09-10 04:19:02.753--ServerSession(446408386)--Connection(980555274)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost/ecltest?useSSL=false [junit] User: root@localhost [junit] Database: MySQL Version: 5.7.29 [junit] Driver: MySQL Connector Java Version: mysql-connector-java-5.1.48 ( Revision: 29734982609c32d3ab7e5cac2e6acee69ff6b4aa ) [junit] [EL Finest]: 2022-09-10 04:19:02.753--ServerSession(446408386)--Connection(44047445)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:02.753--ServerSession(446408386)--Connection(44047445)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Config]: 2022-09-10 04:19:02.753--ServerSession(446408386)--Connection(358651951)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "" [junit] connector=>JNDIConnector datasource name=>null [junit] )) [junit] [EL Config]: 2022-09-10 04:19:02.754--ServerSession(446408386)--Connection(2091537287)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost/ecltest?useSSL=false [junit] User: root@localhost [junit] Database: MySQL Version: 5.7.29 [junit] Driver: MySQL Connector Java Version: mysql-connector-java-5.1.48 ( Revision: 29734982609c32d3ab7e5cac2e6acee69ff6b4aa ) [junit] [EL Finest]: 2022-09-10 04:19:02.754--ServerSession(446408386)--Thread(Thread[main,5,main])--sequencing connected, state is NoPreallocation_State [junit] [EL Finest]: 2022-09-10 04:19:02.754--ServerSession(446408386)--Thread(Thread[main,5,main])--sequence testSequence: preallocation size 1 [junit] [EL Finest]: 2022-09-10 04:19:02.754--ServerSession(446408386)--Thread(Thread[main,5,main])--sequence testSequenceInc3: preallocation size 3 [junit] [EL Finest]: 2022-09-10 04:19:02.754--ServerSession(446408386)--Thread(Thread[main,5,main])--sequence SEQ_GEN_IDENTITY: preallocation size 1 [junit] [EL Finest]: 2022-09-10 04:19:02.754--ServerSession(446408386)--Thread(Thread[main,5,main])--sequencing connected, state is Preallocation_Transaction_NoAccessor_State [junit] [EL Finest]: 2022-09-10 04:19:02.754--ServerSession(446408386)--Thread(Thread[main,5,main])--sequence SEQUENCE: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:19:02.754--ServerSession(446408386)--Thread(Thread[main,5,main])--sequence VehicleGenerator: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:19:02.754--ServerSession(446408386)--Thread(Thread[main,5,main])--sequence CourseGenerator: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:19:02.754--ServerSession(446408386)--Thread(Thread[main,5,main])--sequence StringIdGenerator: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:19:02.754--ServerSession(446408386)--Thread(Thread[main,5,main])--sequence Component: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:19:02.754--ServerSession(446408386)--Thread(Thread[main,5,main])--sequence SEQ_GEN: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:19:02.754--ServerSession(446408386)--Thread(Thread[main,5,main])--sequence IdGenerator: preallocation size 50 [junit] [EL Warning]: 2022-09-10 04:19:02.755--ServerSession(446408386)--Thread(Thread[main,5,main])--Reverting the lazy setting on the OneToOne or ManyToOne attribute [driver] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] since weaving was not enabled or did not occur. [junit] [EL Warning]: 2022-09-10 04:19:02.756--ServerSession(446408386)--Thread(Thread[main,5,main])--Reverting the lazy setting on the OneToOne or ManyToOne attribute [cubicle] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] since weaving was not enabled or did not occur. [junit] [EL Info]: 2022-09-10 04:19:02.776--ServerSession(446408386)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541 login successful [junit] [EL Finer]: 2022-09-10 04:19:02.776--ServerSession(446408386)--Thread(Thread[main,5,main])--JMX MBeanServer instance found: [com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582], # of beans: [22], domain: [DefaultDomain] at index: [0]. [junit] [EL Finest]: 2022-09-10 04:19:02.776--ServerSession(446408386)--Thread(Thread[main,5,main])--Registered MBean: org.eclipse.persistence.services.mbean.MBeanDevelopmentServices[TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541,Type=Configuration] on server com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582 [junit] [EL Finest]: 2022-09-10 04:19:02.776--ServerSession(446408386)--Thread(Thread[main,5,main])--Registered MBean: org.eclipse.persistence.services.jboss.MBeanJBossRuntimeServices[TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541)] on server com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582 [junit] [EL Finest]: 2022-09-10 04:19:02.777--ServerSession(446408386)--Thread(Thread[main,5,main])--EclipseLink JMX Runtime Services is referencing the [Platform ConversionManager] ClassLoader at: [sun.misc.Launcher$AppClassLoader@330bedb4] [junit] [EL Finest]: 2022-09-10 04:19:02.777--ServerSession(446408386)--Thread(Thread[main,5,main])--The applicationName for the MBean attached to session [/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541] is [unknown] [junit] [EL Finest]: 2022-09-10 04:19:02.777--ServerSession(446408386)--Thread(Thread[main,5,main])--The moduleName for the MBean attached to session [/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541] is [unknown] [junit] [EL Finer]: 2022-09-10 04:19:02.778--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Component_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.779--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.779--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.779--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.AbstractEmployee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.779--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.779--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.78--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.78--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.78--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.78--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.78--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.78--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.781--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.781--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.781--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.781--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.781--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.782--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.782--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.782--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.782--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.782--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.783--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.783--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.783--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.783--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.783--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.784--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.784--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.784--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.784--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.784--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.785--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.785--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.785--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.785--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.785--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.786--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.786--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.786--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.786--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.786--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.787--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.787--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.787--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.787--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.787--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.788--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.788--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.788--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.788--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.788--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.788--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.789--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.789--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.Node_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.789--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.789--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.789--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.79--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.79--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.79--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.79--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.79--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.791--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.791--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer$PK_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.791--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.791--ServerSession(446408386)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount_] not found during initialization. [junit] [EL Finest]: 2022-09-10 04:19:02.791--ServerSession(446408386)--Thread(Thread[main,5,main])--End deploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Deployed; factoryCount 1 [junit] [EL Finer]: 2022-09-10 04:19:02.792--ServerSession(446408386)--Thread(Thread[main,5,main])--client acquired: 159427615 [junit] [EL Finer]: 2022-09-10 04:19:02.792--ClientSession(159427615)--Thread(Thread[main,5,main])--acquire unit of work: 938326010 [junit] [EL Finest]: 2022-09-10 04:19:02.792--UnitOfWork(938326010)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:19:02.792--UnitOfWork(938326010)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2. [junit] [EL Finest]: 2022-09-10 04:19:02.792--UnitOfWork(938326010)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3. [junit] [EL Finest]: 2022-09-10 04:19:02.792--UnitOfWork(938326010)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4. [junit] [EL Finest]: 2022-09-10 04:19:02.792--UnitOfWork(938326010)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5. [junit] [EL Finer]: 2022-09-10 04:19:02.792--UnitOfWork(938326010)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:02.792--UnitOfWork(938326010)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4) [junit] [EL Finest]: 2022-09-10 04:19:02.792--ServerSession(446408386)--Connection(436062906)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.792--ClientSession(159427615)--Connection(436062906)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:02.792--ClientSession(159427615)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:02.793--UnitOfWork(938326010)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5) [junit] [EL Finest]: 2022-09-10 04:19:02.793--UnitOfWork(938326010)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:19:02.793--UnitOfWork(938326010)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2022-09-10 04:19:02.793--UnitOfWork(938326010)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finer]: 2022-09-10 04:19:02.793--ClientSession(159427615)--Connection(896764562)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:02.793--ClientSession(159427615)--Connection(896764562)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:02.793--ClientSession(159427615)--Connection(896764562)--Thread(Thread[main,5,main])-- bind => [4, 4, 1] [junit] [EL Fine]: 2022-09-10 04:19:02.793--ClientSession(159427615)--Connection(896764562)--Thread(Thread[main,5,main])-- bind => [5, 5, 1] [junit] [EL Fine]: 2022-09-10 04:19:02.793--ClientSession(159427615)--Connection(896764562)--Thread(Thread[main,5,main])-- bind => [1, 1, 1] [junit] [EL Fine]: 2022-09-10 04:19:02.793--ClientSession(159427615)--Connection(896764562)--Thread(Thread[main,5,main])-- bind => [3, 3, 1] [junit] [EL Fine]: 2022-09-10 04:19:02.793--ClientSession(159427615)--Connection(896764562)--Thread(Thread[main,5,main])-- bind => [2, 2, 1] [junit] [EL Finer]: 2022-09-10 04:19:02.793--ClientSession(159427615)--Connection(896764562)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:02.795--ClientSession(159427615)--Connection(896764562)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:02.796--ServerSession(446408386)--Connection(436062906)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.797--UnitOfWork(938326010)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:02.797--UnitOfWork(938326010)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.797--UnitOfWork(938326010)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.797--ClientSession(159427615)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:02.797--UnitOfWork(938326010)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.797--ClientSession(159427615)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:02.797--ServerSession(446408386)--Thread(Thread[main,5,main])--client acquired: 1465541952 [junit] [EL Finer]: 2022-09-10 04:19:02.797--ClientSession(1465541952)--Thread(Thread[main,5,main])--acquire unit of work: 2119451171 [junit] [EL Finest]: 2022-09-10 04:19:02.797--UnitOfWork(2119451171)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:02.797--UnitOfWork(2119451171)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2022-09-10 04:19:02.797--UnitOfWork(2119451171)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:02.797--UnitOfWork(2119451171)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4 [junit] [EL Finest]: 2022-09-10 04:19:02.798--UnitOfWork(2119451171)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:02.798--UnitOfWork(2119451171)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5 [junit] [EL Finer]: 2022-09-10 04:19:02.798--ServerSession(446408386)--Thread(Thread[main,5,main])--client acquired: 256933171 [junit] [EL Finer]: 2022-09-10 04:19:02.798--ClientSession(256933171)--Thread(Thread[main,5,main])--acquire unit of work: 532687492 [junit] [EL Finest]: 2022-09-10 04:19:02.798--UnitOfWork(532687492)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:02.798--UnitOfWork(532687492)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:19:02.798--UnitOfWork(532687492)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:02.798--UnitOfWork(532687492)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2022-09-10 04:19:02.798--UnitOfWork(532687492)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:02.798--UnitOfWork(532687492)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finer]: 2022-09-10 04:19:02.798--UnitOfWork(532687492)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:02.798--UnitOfWork(532687492)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:19:02.799--ServerSession(446408386)--Connection(1797047035)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.799--ClientSession(256933171)--Connection(1797047035)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:02.799--ClientSession(256933171)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:02.799--UnitOfWork(532687492)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2022-09-10 04:19:02.799--UnitOfWork(532687492)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finer]: 2022-09-10 04:19:02.799--ClientSession(256933171)--Connection(389958517)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:02.799--ClientSession(256933171)--Connection(389958517)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] [EL Fine]: 2022-09-10 04:19:02.799--ClientSession(256933171)--Connection(389958517)--Thread(Thread[main,5,main])-- bind => [a, 2, 1, 1] [junit] [EL Fine]: 2022-09-10 04:19:02.799--ClientSession(256933171)--Connection(389958517)--Thread(Thread[main,5,main])-- bind => [b, 2, 2, 1] [junit] [EL Fine]: 2022-09-10 04:19:02.799--ClientSession(256933171)--Connection(389958517)--Thread(Thread[main,5,main])-- bind => [c, 2, 3, 1] [junit] [EL Finer]: 2022-09-10 04:19:02.799--ClientSession(256933171)--Connection(389958517)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:02.801--ClientSession(256933171)--Connection(389958517)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:02.802--ServerSession(446408386)--Connection(1797047035)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.802--UnitOfWork(532687492)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:02.802--UnitOfWork(532687492)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.802--UnitOfWork(532687492)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.802--ClientSession(256933171)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:02.802--UnitOfWork(2119451171)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:02.802--UnitOfWork(2119451171)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2022-09-10 04:19:02.802--ServerSession(446408386)--Connection(648756251)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.802--ClientSession(1465541952)--Connection(648756251)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:02.802--ClientSession(1465541952)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:02.803--UnitOfWork(2119451171)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4) [junit] [EL Finest]: 2022-09-10 04:19:02.803--UnitOfWork(2119451171)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5) [junit] [EL Finer]: 2022-09-10 04:19:02.803--ClientSession(1465541952)--Connection(160284738)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:02.803--ClientSession(1465541952)--Connection(160284738)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] [EL Fine]: 2022-09-10 04:19:02.803--ClientSession(1465541952)--Connection(160284738)--Thread(Thread[main,5,main])-- bind => [x, 2, 3, 1] [junit] [EL Fine]: 2022-09-10 04:19:02.803--ClientSession(1465541952)--Connection(160284738)--Thread(Thread[main,5,main])-- bind => [y, 2, 4, 1] [junit] [EL Fine]: 2022-09-10 04:19:02.803--ClientSession(1465541952)--Connection(160284738)--Thread(Thread[main,5,main])-- bind => [z, 2, 5, 1] [junit] [EL Finer]: 2022-09-10 04:19:02.803--ClientSession(1465541952)--Connection(160284738)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:02.804--UnitOfWork(2119451171)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:02.804--ClientSession(1465541952)--Connection(160284738)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2022-09-10 04:19:02.805--ServerSession(446408386)--Connection(648756251)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:02.805--ClientSession(1465541952)--Thread(Thread[main,5,main])--client released [junit] [EL Finest]: 2022-09-10 04:19:02.805--ServerSession(446408386)--Thread(Thread[main,5,main])--Begin undeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Deployed; factoryCount 1 [junit] [EL Finest]: 2022-09-10 04:19:02.805--ServerSession(446408386)--Thread(Thread[main,5,main])--Unregistering MBean: TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541,Type=Configuration on server com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582 [junit] [EL Finest]: 2022-09-10 04:19:02.805--ServerSession(446408386)--Thread(Thread[main,5,main])--Unregistered MBean [TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541,Type=Configuration] from MBeanServer [com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582]. [junit] [EL Finest]: 2022-09-10 04:19:02.805--ServerSession(446408386)--Thread(Thread[main,5,main])--Unregistering MBean: TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541) on server com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582 [junit] [EL Finest]: 2022-09-10 04:19:02.805--ServerSession(446408386)--Thread(Thread[main,5,main])--Unregistered MBean [TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541)] from MBeanServer [com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582]. [junit] [EL Finest]: 2022-09-10 04:19:02.805--ServerSession(446408386)--Thread(Thread[main,5,main])--sequencing disconnected [junit] [EL Config]: 2022-09-10 04:19:02.805--ServerSession(446408386)--Connection(44047445)--Thread(Thread[main,5,main])--disconnect [junit] [EL Finer]: 2022-09-10 04:19:02.805--ServerSession(446408386)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Info]: 2022-09-10 04:19:02.805--ServerSession(446408386)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541 logout successful [junit] [EL Finest]: 2022-09-10 04:19:02.805--ServerSession(446408386)--Thread(Thread[main,5,main])--End undeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Undeployed; factoryCount 0 [junit] [EL Fine]: 2022-09-10 04:19:02.823--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@76093fa9 [junit] [EL Fine]: 2022-09-10 04:19:02.824--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@4afdcdf6 [junit] [EL Finer]: 2022-09-10 04:19:02.826--Thread(Thread[main,5,main])--JavaSECMPInitializer - predeploying jpa1testmodel. [junit] [EL Finest]: properties: 2022-09-10 04:19:02.826--ServerSession(1208126993)--Thread(Thread[main,5,main])--property=eclipselink.target-server; value=JBoss; translated value=org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2022-09-10 04:19:02.826--ServerSession(1208126993)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2022-09-10 04:19:02.826--ServerSession(1208126993)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Fine]: 2022-09-10 04:19:02.826--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2022-09-10 04:19:02.826--ServerSession(1208126993)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Initial; factoryCount 0 [junit] [EL Finest]: 2022-09-10 04:19:02.826--ServerSession(1208126993)--Thread(Thread[main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true [junit] [EL Finest]: 2022-09-10 04:19:02.826--ServerSession(1208126993)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true [junit] [EL Finest]: 2022-09-10 04:19:02.826--ServerSession(1208126993)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false [junit] [EL Finer]: 2022-09-10 04:19:02.827--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar]. [junit] [EL Finer]: 2022-09-10 04:19:02.827--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/eclipselink-orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar]. [junit] [EL Config]: 2022-09-10 04:19:02.84--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.84--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field employees] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:19:02.84--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.84--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.841--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.841--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field client] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:19:02.841--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.841--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field attr2] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte. [junit] [EL Config]: 2022-09-10 04:19:02.841--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.841--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.841--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field profiles] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile. [junit] [EL Config]: 2022-09-10 04:19:02.842--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.842--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field riders] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:19:02.842--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.842--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.843--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:02.843--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getCubicles] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle. [junit] [EL Config]: 2022-09-10 04:19:02.843--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.AbstractEmployee] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.843--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.843--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field attachedCop] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop. [junit] [EL Config]: 2022-09-10 04:19:02.843--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field parties] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal. [junit] [EL Config]: 2022-09-10 04:19:02.843--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.844--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field city] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City. [junit] [EL Config]: 2022-09-10 04:19:02.845--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.845--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.island.Island] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.845--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:02.845--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.845--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field cops] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop. [junit] [EL Config]: 2022-09-10 04:19:02.845--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field criminals] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal. [junit] [EL Config]: 2022-09-10 04:19:02.845--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:02.847--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.847--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.847--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:02.847--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getCourse] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course. [junit] [EL Config]: 2022-09-10 04:19:02.847--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.847--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field project] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project. [junit] [EL Config]: 2022-09-10 04:19:02.847--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.848--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.848--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field patent] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent. [junit] [EL Config]: 2022-09-10 04:19:02.848--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.848--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:02.848--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getWeapon] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon. [junit] [EL Config]: 2022-09-10 04:19:02.848--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:02.848--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.848--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:02.848--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:02.848--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:02.848--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:02.849--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.849--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field driver] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:19:02.849--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.849--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:02.849--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getComponent] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.component.Component. [junit] [EL Config]: 2022-09-10 04:19:02.849--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:02.849--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.849--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:02.85--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.85--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field informingCops] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop. [junit] [EL Config]: 2022-09-10 04:19:02.85--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.85--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field node] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode. [junit] [EL Config]: 2022-09-10 04:19:02.85--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.Component] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:02.85--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:02.85--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.85--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field partner] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop. [junit] [EL Config]: 2022-09-10 04:19:02.85--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field attachedCriminals] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal. [junit] [EL Config]: 2022-09-10 04:19:02.85--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field informers] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer. [junit] [EL Config]: 2022-09-10 04:19:02.85--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:02.85--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.851--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field item] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte. [junit] [EL Config]: 2022-09-10 04:19:02.851--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.851--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.851--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.851--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:02.851--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getCubicles] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle. [junit] [EL Config]: 2022-09-10 04:19:02.851--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.852--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field employee] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:19:02.852--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:02.852--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [method getCreatures] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature. [junit] [EL Config]: 2022-09-10 04:19:02.852--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.852--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field parent] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode. [junit] [EL Config]: 2022-09-10 04:19:02.852--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field children] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode. [junit] [EL Config]: 2022-09-10 04:19:02.852--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field description] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription. [junit] [EL Config]: 2022-09-10 04:19:02.852--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.Node] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.852--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field parent] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.Node. [junit] [EL Config]: 2022-09-10 04:19:02.852--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field children] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.Node. [junit] [EL Config]: 2022-09-10 04:19:02.852--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.853--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.853--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field brokerageAccount] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount. [junit] [EL Config]: 2022-09-10 04:19:02.853--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field projects] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project. [junit] [EL Config]: 2022-09-10 04:19:02.853--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field cubicle] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle. [junit] [EL Config]: 2022-09-10 04:19:02.853--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field costCenter] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter. [junit] [EL Config]: 2022-09-10 04:19:02.854--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field checkingAccount] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount. [junit] [EL Config]: 2022-09-10 04:19:02.854--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field travelProfile] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile. [junit] [EL Config]: 2022-09-10 04:19:02.854--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field sampleAccount] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account. [junit] [EL Config]: 2022-09-10 04:19:02.854--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field reviews] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review. [junit] [EL Config]: 2022-09-10 04:19:02.854--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field hobbies] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby. [junit] [EL Config]: 2022-09-10 04:19:02.854--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field motorVehicle] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle. [junit] [EL Config]: 2022-09-10 04:19:02.854--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field patents] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent. [junit] [EL Config]: 2022-09-10 04:19:02.854--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field creditCardAccounts] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount. [junit] [EL Config]: 2022-09-10 04:19:02.854--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field department] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department. [junit] [EL Config]: 2022-09-10 04:19:02.854--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field bicycles] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle. [junit] [EL Config]: 2022-09-10 04:19:02.854--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:02.854--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getMaterial] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material. [junit] [EL Config]: 2022-09-10 04:19:02.855--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:02.855--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:02.855--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getTasks] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task. [junit] [EL Config]: 2022-09-10 04:19:02.855--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.856--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.856--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.856--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer$PK] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.857--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:02.857--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:02.857--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.857--ServerSession(1208126993)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:02.857--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2022-09-10 04:19:02.857--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME. [junit] [EL Config]: 2022-09-10 04:19:02.857--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter] is being defaulted to: CostCenter. [junit] [EL Config]: 2022-09-10 04:19:02.858--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:02.858--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.858--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount] is being defaulted to: CheckingAccount. [junit] [EL Config]: 2022-09-10 04:19:02.858--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account] is being defaulted to: Account. [junit] [EL Config]: 2022-09-10 04:19:02.858--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [owner] is being defaulted to: OWNER. [junit] [EL Config]: 2022-09-10 04:19:02.858--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [balance] is being defaulted to: BALANCE. [junit] [EL Config]: 2022-09-10 04:19:02.858--ServerSession(1208126993)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:02.858--ServerSession(1208126993)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:02.859--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2022-09-10 04:19:02.859--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [creditLimit] is being defaulted to: CREDITLIMIT. [junit] [EL Config]: 2022-09-10 04:19:02.859--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte] is being defaulted to: Item_Byte. [junit] [EL Config]: 2022-09-10 04:19:02.859--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [namespace] is being defaulted to: NAMESPACE. [junit] [EL Config]: 2022-09-10 04:19:02.859--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:02.86--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [text] is being defaulted to: TEXT. [junit] [EL Config]: 2022-09-10 04:19:02.86--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp] is being defaulted to: Timestamp. [junit] [EL Config]: 2022-09-10 04:19:02.86--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.86--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike] is being defaulted to: RoadBike. [junit] [EL Config]: 2022-09-10 04:19:02.86--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle] is being defaulted to: Bicycle. [junit] [EL Config]: 2022-09-10 04:19:02.86--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle] is being defaulted to: Vehicle. [junit] [EL Config]: 2022-09-10 04:19:02.86--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR. [junit] [EL Config]: 2022-09-10 04:19:02.86--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.86--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [brand] is being defaulted to: BRAND. [junit] [EL Config]: 2022-09-10 04:19:02.86--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:19:02.86--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess] is being defaulted to: TemporalTypesFieldAccess. [junit] [EL Config]: 2022-09-10 04:19:02.861--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice] is being defaulted to: UniqueColorOffice. [junit] [EL Config]: 2022-09-10 04:19:02.861--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.861--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY. [junit] [EL Config]: 2022-09-10 04:19:02.861--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.AbstractEmployee] is being defaulted to: AbstractEmployee. [junit] [EL Config]: 2022-09-10 04:19:02.861--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:02.861--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.861--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal] is being defaulted to: Criminal. [junit] [EL Config]: 2022-09-10 04:19:02.861--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.862--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person] is being defaulted to: Person. [junit] [EL Config]: 2022-09-10 04:19:02.862--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.862--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee] is being defaulted to: ContractEmployee. [junit] [EL Config]: 2022-09-10 04:19:02.862--ServerSession(1208126993)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.862--ServerSession(1208126993)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.862--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [term] is being defaulted to: TERM. [junit] [EL Config]: 2022-09-10 04:19:02.863--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.island.Island] is being defaulted to: Island. [junit] [EL Config]: 2022-09-10 04:19:02.863--ServerSession(1208126993)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island] is being defaulted to: DTYPE. [junit] [EL Config]: 2022-09-10 04:19:02.863--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:02.863--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.863--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby] is being defaulted to: Hobby. [junit] [EL Config]: 2022-09-10 04:19:02.863--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [getDescription] is being defaulted to: DESCRIPTION. [junit] [EL Config]: 2022-09-10 04:19:02.863--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.863--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [getCategory] is being defaulted to: CATEGORY. [junit] [EL Config]: 2022-09-10 04:19:02.863--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City] is being defaulted to: City. [junit] [EL Config]: 2022-09-10 04:19:02.863--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [sound] is being defaulted to: SOUND. [junit] [EL Config]: 2022-09-10 04:19:02.863--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [integer] is being defaulted to: INTEGER. [junit] [EL Config]: 2022-09-10 04:19:02.863--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [cool] is being defaulted to: COOL. [junit] [EL Config]: 2022-09-10 04:19:02.863--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:02.863--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.863--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [type] is being defaulted to: TYPE. [junit] [EL Config]: 2022-09-10 04:19:02.864--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess] is being defaulted to: BasicTypesPropertyAccess. [junit] [EL Config]: 2022-09-10 04:19:02.864--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.864--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass] is being defaulted to: ReadOnlyEntitySubclass. [junit] [EL Config]: 2022-09-10 04:19:02.864--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity] is being defaulted to: ReadOnlyEntity. [junit] [EL Config]: 2022-09-10 04:19:02.864--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:02.864--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.865--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:19:02.865--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material] is being defaulted to: Material. [junit] [EL Config]: 2022-09-10 04:19:02.865--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [getData] is being defaulted to: DATA. [junit] [EL Config]: 2022-09-10 04:19:02.865--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task] is being defaulted to: Task. [junit] [EL Config]: 2022-09-10 04:19:02.865--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [description] is being defaulted to: DESCRIPTION. [junit] [EL Config]: 2022-09-10 04:19:02.865--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview] is being defaulted to: PatentReview. [junit] [EL Config]: 2022-09-10 04:19:02.865--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review] is being defaulted to: Review. [junit] [EL Config]: 2022-09-10 04:19:02.865--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [reviewDate] is being defaulted to: REVIEWDATE. [junit] [EL Config]: 2022-09-10 04:19:02.865--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.865--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:19:02.866--ServerSession(1208126993)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review] is being defaulted to: DTYPE. [junit] [EL Config]: 2022-09-10 04:19:02.866--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike] is being defaulted to: MountainBike. [junit] [EL Config]: 2022-09-10 04:19:02.866--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature] is being defaulted to: MythicalCreature. [junit] [EL Config]: 2022-09-10 04:19:02.866--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature] is being defaulted to: Creature. [junit] [EL Config]: 2022-09-10 04:19:02.866--ServerSession(1208126993)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature] is being defaulted to: DTYPE. [junit] [EL Config]: 2022-09-10 04:19:02.866--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.866--ServerSession(1208126993)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.866--ServerSession(1208126993)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.866--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [getStory] is being defaulted to: STORY. [junit] [EL Config]: 2022-09-10 04:19:02.866--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess] is being defaulted to: EmbeddingFieldAccess. [junit] [EL Config]: 2022-09-10 04:19:02.866--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [date] is being defaulted to: DATE. [junit] [EL Config]: 2022-09-10 04:19:02.866--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [time] is being defaulted to: TIME. [junit] [EL Config]: 2022-09-10 04:19:02.866--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.866--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon] is being defaulted to: Weapon. [junit] [EL Config]: 2022-09-10 04:19:02.866--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:02.867--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.867--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant] is being defaulted to: Plant. [junit] [EL Config]: 2022-09-10 04:19:02.867--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element] is being defaulted to: Element. [junit] [EL Config]: 2022-09-10 04:19:02.867--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent] is being defaulted to: Patent. [junit] [EL Config]: 2022-09-10 04:19:02.867--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [getYear] is being defaulted to: YEAR. [junit] [EL Config]: 2022-09-10 04:19:02.867--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:02.867--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car] is being defaulted to: Car. [junit] [EL Config]: 2022-09-10 04:19:02.867--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] is being defaulted to: MotorVehicle. [junit] [EL Config]: 2022-09-10 04:19:02.867--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [model] is being defaulted to: MODEL. [junit] [EL Config]: 2022-09-10 04:19:02.868--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat] is being defaulted to: MetricFloat. [junit] [EL Config]: 2022-09-10 04:19:02.868--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric] is being defaulted to: Metric. [junit] [EL Config]: 2022-09-10 04:19:02.868--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount] is being defaulted to: BrokerageAccount. [junit] [EL Config]: 2022-09-10 04:19:02.868--ServerSession(1208126993)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:02.868--ServerSession(1208126993)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:02.868--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [riskLevel] is being defaulted to: RISKLEVEL. [junit] [EL Config]: 2022-09-10 04:19:02.868--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal] is being defaulted to: Animal. [junit] [EL Config]: 2022-09-10 04:19:02.868--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer] is being defaulted to: Informer. [junit] [EL Config]: 2022-09-10 04:19:02.869--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.869--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription] is being defaulted to: CascadingNodeDescription. [junit] [EL Config]: 2022-09-10 04:19:02.869--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.869--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.Component] is being defaulted to: Component. [junit] [EL Config]: 2022-09-10 04:19:02.869--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.869--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile] is being defaulted to: TravelProfile. [junit] [EL Config]: 2022-09-10 04:19:02.869--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [getSmoker] is being defaulted to: SMOKER. [junit] [EL Config]: 2022-09-10 04:19:02.869--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [getGuid] is being defaulted to: GUID. [junit] [EL Config]: 2022-09-10 04:19:02.869--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop] is being defaulted to: Cop. [junit] [EL Config]: 2022-09-10 04:19:02.869--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.869--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess] is being defaulted to: EmbeddingPropertyAccess. [junit] [EL Config]: 2022-09-10 04:19:02.869--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [getDate] is being defaulted to: DATE. [junit] [EL Config]: 2022-09-10 04:19:02.869--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [getTime] is being defaulted to: TIME. [junit] [EL Config]: 2022-09-10 04:19:02.87--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.87--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte] is being defaulted to: Item_Attribute_Byte. [junit] [EL Config]: 2022-09-10 04:19:02.87--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount] is being defaulted to: SavingsAccount. [junit] [EL Config]: 2022-09-10 04:19:02.87--ServerSession(1208126993)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:02.87--ServerSession(1208126993)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:02.87--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [interestRate] is being defaulted to: INTERESTRATE. [junit] [EL Config]: 2022-09-10 04:19:02.87--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2022-09-10 04:19:02.87--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME. [junit] [EL Config]: 2022-09-10 04:19:02.87--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck] is being defaulted to: Truck. [junit] [EL Config]: 2022-09-10 04:19:02.87--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount] is being defaulted to: CreditCardAccount. [junit] [EL Config]: 2022-09-10 04:19:02.87--ServerSession(1208126993)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:02.871--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [cardType] is being defaulted to: CARDTYPE. [junit] [EL Config]: 2022-09-10 04:19:02.871--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [cardNumber] is being defaulted to: CARDNUMBER. [junit] [EL Config]: 2022-09-10 04:19:02.871--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [validTo] is being defaulted to: VALIDTO. [junit] [EL Config]: 2022-09-10 04:19:02.871--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office] is being defaulted to: Office. [junit] [EL Config]: 2022-09-10 04:19:02.871--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.871--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY. [junit] [EL Config]: 2022-09-10 04:19:02.871--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle] is being defaulted to: Cubicle. [junit] [EL Config]: 2022-09-10 04:19:02.871--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR. [junit] [EL Config]: 2022-09-10 04:19:02.871--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [place] is being defaulted to: PLACE. [junit] [EL Config]: 2022-09-10 04:19:02.871--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [floor] is being defaulted to: FLOOR. [junit] [EL Config]: 2022-09-10 04:19:02.871--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave] is being defaulted to: Cave. [junit] [EL Config]: 2022-09-10 04:19:02.871--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:02.871--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.871--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode] is being defaulted to: CascadingNode. [junit] [EL Config]: 2022-09-10 04:19:02.872--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.872--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.Node] is being defaulted to: Node. [junit] [EL Config]: 2022-09-10 04:19:02.872--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [nodeName] is being defaulted to: NODENAME. [junit] [EL Config]: 2022-09-10 04:19:02.872--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.872--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer] is being defaulted to: Trailer. [junit] [EL Config]: 2022-09-10 04:19:02.872--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [high] is being defaulted to: HIGH. [junit] [EL Config]: 2022-09-10 04:19:02.872--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [low] is being defaulted to: LOW. [junit] [EL Config]: 2022-09-10 04:19:02.872--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] is being defaulted to: Employee. [junit] [EL Config]: 2022-09-10 04:19:02.872--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [firstname] is being defaulted to: FIRSTNAME. [junit] [EL Config]: 2022-09-10 04:19:02.872--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [endDate] is being defaulted to: ENDDATE. [junit] [EL Config]: 2022-09-10 04:19:02.872--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [startDate] is being defaulted to: STARTDATE. [junit] [EL Config]: 2022-09-10 04:19:02.872--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [salary] is being defaulted to: SALARY. [junit] [EL Config]: 2022-09-10 04:19:02.872--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [lastname] is being defaulted to: LASTNAME. [junit] [EL Config]: 2022-09-10 04:19:02.873--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.873--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course] is being defaulted to: Course. [junit] [EL Config]: 2022-09-10 04:19:02.873--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department] is being defaulted to: Department. [junit] [EL Config]: 2022-09-10 04:19:02.873--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:02.873--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.873--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [getVersion] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:19:02.873--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project] is being defaulted to: Project. [junit] [EL Config]: 2022-09-10 04:19:02.873--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty] is being defaulted to: Nasty. [junit] [EL Config]: 2022-09-10 04:19:02.873--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.873--ServerSession(1208126993)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess] is being defaulted to: BasicTypesFieldAccess. [junit] [EL Config]: 2022-09-10 04:19:02.874--ServerSession(1208126993)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:19:02.874--ServerSession(1208126993)--Thread(Thread[main,5,main])--The pk column value for the table generator named [StringIdGenerator] defined on [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby] from [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby] is being defaulted to: StringIdGenerator. [junit] [EL Config]: 2022-09-10 04:19:02.874--ServerSession(1208126993)--Thread(Thread[main,5,main])--The pk column value for the table generator named [VehicleGenerator] defined on [field id] from [field id] is being defaulted to: VehicleGenerator. [junit] [EL Config]: 2022-09-10 04:19:02.874--ServerSession(1208126993)--Thread(Thread[main,5,main])--The pk column value for the table generator named [IdGenerator] defined on [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project] from [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project] is being defaulted to: IdGenerator. [junit] [EL Config]: 2022-09-10 04:19:02.874--ServerSession(1208126993)--Thread(Thread[main,5,main])--The pk column value for the table generator named [CourseGenerator] defined on [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course] from [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course] is being defaulted to: CourseGenerator. [junit] [EL Config]: 2022-09-10 04:19:02.874--ServerSession(1208126993)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field client] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.875--ServerSession(1208126993)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field profiles] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.875--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field profiles] is being defaulted to: GUID. [junit] [EL Config]: 2022-09-10 04:19:02.875--ServerSession(1208126993)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field riders] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.875--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field riders] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.875--ServerSession(1208126993)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getCubicles] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.875--ServerSession(1208126993)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field attachedCop] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.875--ServerSession(1208126993)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [attachedCop] is being defaulted to: ATTACHEDCOP_ID. [junit] [EL Config]: 2022-09-10 04:19:02.939--ServerSession(1208126993)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field parties] is being defaulted to: TMP_CRIMINAL_TMP_CRIMINAL. [junit] [EL Config]: 2022-09-10 04:19:02.939--ServerSession(1208126993)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field parties] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.939--ServerSession(1208126993)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [parties] is being defaulted to: Criminal_ID. [junit] [EL Config]: 2022-09-10 04:19:02.939--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field parties] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.939--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [parties] is being defaulted to: parties_ID. [junit] [EL Config]: 2022-09-10 04:19:02.939--ServerSession(1208126993)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field city] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.939--ServerSession(1208126993)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field cops] is being defaulted to: TMP_CITY_TMP_COP. [junit] [EL Config]: 2022-09-10 04:19:02.939--ServerSession(1208126993)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field cops] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.939--ServerSession(1208126993)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [cops] is being defaulted to: City_ID. [junit] [EL Config]: 2022-09-10 04:19:02.939--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field cops] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.939--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [cops] is being defaulted to: cops_ID. [junit] [EL Config]: 2022-09-10 04:19:02.939--ServerSession(1208126993)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field criminals] is being defaulted to: TMP_CITY_TMP_CRIMINAL. [junit] [EL Config]: 2022-09-10 04:19:02.939--ServerSession(1208126993)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field criminals] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.939--ServerSession(1208126993)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [criminals] is being defaulted to: City_ID. [junit] [EL Config]: 2022-09-10 04:19:02.939--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field criminals] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.939--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [criminals] is being defaulted to: criminals_ID. [junit] [EL Config]: 2022-09-10 04:19:02.939--ServerSession(1208126993)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field project] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.94--ServerSession(1208126993)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getWeapon] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.94--ServerSession(1208126993)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field driver] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.94--ServerSession(1208126993)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getComponent] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.94--ServerSession(1208126993)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field informingCops] is being defaulted to: TMP_INFORMER_TMP_COP. [junit] [EL Config]: 2022-09-10 04:19:02.94--ServerSession(1208126993)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field informingCops] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.94--ServerSession(1208126993)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [informingCops] is being defaulted to: Informer_ID. [junit] [EL Config]: 2022-09-10 04:19:02.94--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field informingCops] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.94--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [informingCops] is being defaulted to: informingCops_ID. [junit] [EL Config]: 2022-09-10 04:19:02.94--ServerSession(1208126993)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field partner] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.94--ServerSession(1208126993)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [partner] is being defaulted to: PARTNER_ID. [junit] [EL Config]: 2022-09-10 04:19:02.94--ServerSession(1208126993)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field attachedCriminals] is being defaulted to: TMP_COP_TMP_CRIMINAL. [junit] [EL Config]: 2022-09-10 04:19:02.94--ServerSession(1208126993)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field attachedCriminals] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.94--ServerSession(1208126993)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [attachedCriminals] is being defaulted to: Cop_ID. [junit] [EL Config]: 2022-09-10 04:19:02.94--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field attachedCriminals] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.94--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [attachedCriminals] is being defaulted to: attachedCriminals_ID. [junit] [EL Config]: 2022-09-10 04:19:02.94--ServerSession(1208126993)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field informers] is being defaulted to: TMP_COP_TMP_INFORMER. [junit] [EL Config]: 2022-09-10 04:19:02.941--ServerSession(1208126993)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field informers] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.941--ServerSession(1208126993)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [informers] is being defaulted to: Cop_ID. [junit] [EL Config]: 2022-09-10 04:19:02.941--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field informers] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.941--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [informers] is being defaulted to: informers_ID. [junit] [EL Config]: 2022-09-10 04:19:02.941--ServerSession(1208126993)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field item] is being defaulted to: ITEM_ID. [junit] [EL Config]: 2022-09-10 04:19:02.941--ServerSession(1208126993)--Thread(Thread[main,5,main])--The key column name for the basic map mapping element [getCubicles] is being defaulted to: CUBICLES_KEY. [junit] [EL Config]: 2022-09-10 04:19:02.941--ServerSession(1208126993)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getCubicles] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.941--ServerSession(1208126993)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getCreatures] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.941--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [method getCreatures] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.941--ServerSession(1208126993)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field parent] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.941--ServerSession(1208126993)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field description] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.941--ServerSession(1208126993)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field parent] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.941--ServerSession(1208126993)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field brokerageAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:02.941--ServerSession(1208126993)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field projects] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.942--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field projects] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.942--ServerSession(1208126993)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field costCenter] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.942--ServerSession(1208126993)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field travelProfile] is being defaulted to: GUID. [junit] [EL Config]: 2022-09-10 04:19:02.942--ServerSession(1208126993)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field sampleAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:02.942--ServerSession(1208126993)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field reviews] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.942--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field reviews] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.942--ServerSession(1208126993)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field hobbies] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.942--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field hobbies] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.942--ServerSession(1208126993)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field patents] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.943--ServerSession(1208126993)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field creditCardAccounts] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.943--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field creditCardAccounts] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:02.943--ServerSession(1208126993)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field department] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:02.943--ServerSession(1208126993)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getMaterial] is being defaulted to: COURSE_ID. [junit] [EL Config]: 2022-09-10 04:19:02.943--ServerSession(1208126993)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [method getMaterial] is being defaulted to: COURSE_ID. [junit] [EL Config]: 2022-09-10 04:19:02.943--ServerSession(1208126993)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getAttendees] is being defaulted to: COURSE_ID. [junit] [EL Config]: 2022-09-10 04:19:02.943--ServerSession(1208126993)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [method getAttendees] is being defaulted to: ID. [junit] [EL Finest]: 2022-09-10 04:19:02.944--ServerSession(1208126993)--Thread(Thread[main,5,main])--query getDepartmentCached: query hint eclipselink.query-results-cache; value True [junit] [EL Finest]: 2022-09-10 04:19:02.945--ServerSession(1208126993)--Thread(Thread[main,5,main])--query getAllDepartmentsCached: query hint eclipselink.query-results-cache; value True [junit] [EL Finest]: 2022-09-10 04:19:02.946--ServerSession(1208126993)--Thread(Thread[main,5,main])--End predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Predeployed; factoryCount 0 [junit] [EL Finer]: 2022-09-10 04:19:02.946--Thread(Thread[main,5,main])--JavaSECMPInitializer - transformer is null. [junit] [EL Finest]: 2022-09-10 04:19:02.946--ServerSession(1208126993)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Predeployed; factoryCount 0 [junit] [EL Finest]: 2022-09-10 04:19:02.946--ServerSession(1208126993)--Thread(Thread[main,5,main])--End predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Predeployed; factoryCount 1 [junit] [EL Finer]: 2022-09-10 04:19:02.947--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Component_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.947--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.947--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.948--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.AbstractEmployee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.948--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.948--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.948--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.949--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.949--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.949--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.949--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.949--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.95--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.95--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.95--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.95--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.951--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.951--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.951--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.951--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.951--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.952--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.952--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.952--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.952--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.952--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.953--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.953--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.953--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.953--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.954--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.954--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.954--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.954--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.954--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.955--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.955--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.955--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.955--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.956--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.956--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.956--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.956--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.956--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.957--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.957--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.957--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.957--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.958--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.958--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.958--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.958--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.958--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.959--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.959--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.Node_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.959--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.959--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.959--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.96--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.96--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.96--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.96--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.961--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.961--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.961--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer$PK_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.961--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.961--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount_] not found during initialization. [junit] [EL Finest]: 2022-09-10 04:19:02.962--ServerSession(1208126993)--Thread(Thread[main,5,main])--Begin deploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Predeployed; factoryCount 1 [junit] [EL Finest]: 2022-09-10 04:19:02.967--ServerSession(1208126993)--Thread(Thread[main,5,main])--Bean Validation Factory was not initialized: [javax/validation/Validation]. [junit] [EL Finest]: 2022-09-10 04:19:02.968--ServerSession(1208126993)--Thread(Thread[main,5,main])--property=eclipselink.target-server; value=JBoss; translated value=org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2022-09-10 04:19:02.968--ServerSession(1208126993)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2022-09-10 04:19:02.968--ServerSession(1208126993)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2022-09-10 04:19:02.968--ServerSession(1208126993)--Thread(Thread[main,5,main])--property=eclipselink.target-database; value=org.eclipse.persistence.platform.database.MySQLPlatform [junit] [EL Finest]: 2022-09-10 04:19:02.968--ServerSession(1208126993)--Thread(Thread[main,5,main])--property=javax.persistence.nonJtaDataSource; value=org.eclipse.persistence.testing.framework.wdf.PooledDataSource@ea1a8d5 [junit] [EL Finest]: 2022-09-10 04:19:02.968--ServerSession(1208126993)--Thread(Thread[main,5,main])--property=eclipselink.jdbc.batch-writing; value=None [junit] [EL Finest]: 2022-09-10 04:19:02.968--ServerSession(1208126993)--Thread(Thread[main,5,main])--property=eclipselink.temporal.mutable; value=true [junit] [EL Info]: 2022-09-10 04:19:02.968--ServerSession(1208126993)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Config]: 2022-09-10 04:19:02.968--ServerSession(1208126993)--Connection(59655914)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "" [junit] connector=>JNDIConnector datasource name=>null [junit] )) [junit] [EL Config]: 2022-09-10 04:19:02.969--ServerSession(1208126993)--Connection(2136628979)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost/ecltest?useSSL=false [junit] User: root@localhost [junit] Database: MySQL Version: 5.7.29 [junit] Driver: MySQL Connector Java Version: mysql-connector-java-5.1.48 ( Revision: 29734982609c32d3ab7e5cac2e6acee69ff6b4aa ) [junit] [EL Finest]: 2022-09-10 04:19:02.969--ServerSession(1208126993)--Connection(1280560736)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:02.969--ServerSession(1208126993)--Connection(1280560736)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Config]: 2022-09-10 04:19:02.969--ServerSession(1208126993)--Connection(1025206294)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "" [junit] connector=>JNDIConnector datasource name=>null [junit] )) [junit] [EL Config]: 2022-09-10 04:19:02.97--ServerSession(1208126993)--Connection(2106065615)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost/ecltest?useSSL=false [junit] User: root@localhost [junit] Database: MySQL Version: 5.7.29 [junit] Driver: MySQL Connector Java Version: mysql-connector-java-5.1.48 ( Revision: 29734982609c32d3ab7e5cac2e6acee69ff6b4aa ) [junit] [EL Finest]: 2022-09-10 04:19:02.971--ServerSession(1208126993)--Thread(Thread[main,5,main])--sequencing connected, state is NoPreallocation_State [junit] [EL Finest]: 2022-09-10 04:19:02.971--ServerSession(1208126993)--Thread(Thread[main,5,main])--sequence testSequence: preallocation size 1 [junit] [EL Finest]: 2022-09-10 04:19:02.971--ServerSession(1208126993)--Thread(Thread[main,5,main])--sequence testSequenceInc3: preallocation size 3 [junit] [EL Finest]: 2022-09-10 04:19:02.971--ServerSession(1208126993)--Thread(Thread[main,5,main])--sequence SEQ_GEN_IDENTITY: preallocation size 1 [junit] [EL Finest]: 2022-09-10 04:19:02.971--ServerSession(1208126993)--Thread(Thread[main,5,main])--sequencing connected, state is Preallocation_Transaction_NoAccessor_State [junit] [EL Finest]: 2022-09-10 04:19:02.971--ServerSession(1208126993)--Thread(Thread[main,5,main])--sequence SEQUENCE: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:19:02.971--ServerSession(1208126993)--Thread(Thread[main,5,main])--sequence VehicleGenerator: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:19:02.971--ServerSession(1208126993)--Thread(Thread[main,5,main])--sequence CourseGenerator: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:19:02.971--ServerSession(1208126993)--Thread(Thread[main,5,main])--sequence StringIdGenerator: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:19:02.971--ServerSession(1208126993)--Thread(Thread[main,5,main])--sequence Component: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:19:02.971--ServerSession(1208126993)--Thread(Thread[main,5,main])--sequence SEQ_GEN: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:19:02.971--ServerSession(1208126993)--Thread(Thread[main,5,main])--sequence IdGenerator: preallocation size 50 [junit] [EL Warning]: 2022-09-10 04:19:02.972--ServerSession(1208126993)--Thread(Thread[main,5,main])--Reverting the lazy setting on the OneToOne or ManyToOne attribute [driver] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] since weaving was not enabled or did not occur. [junit] [EL Warning]: 2022-09-10 04:19:02.973--ServerSession(1208126993)--Thread(Thread[main,5,main])--Reverting the lazy setting on the OneToOne or ManyToOne attribute [cubicle] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] since weaving was not enabled or did not occur. [junit] [EL Info]: 2022-09-10 04:19:02.992--ServerSession(1208126993)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541 login successful [junit] [EL Finer]: 2022-09-10 04:19:02.992--ServerSession(1208126993)--Thread(Thread[main,5,main])--JMX MBeanServer instance found: [com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582], # of beans: [22], domain: [DefaultDomain] at index: [0]. [junit] [EL Finest]: 2022-09-10 04:19:02.993--ServerSession(1208126993)--Thread(Thread[main,5,main])--Registered MBean: org.eclipse.persistence.services.mbean.MBeanDevelopmentServices[TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541,Type=Configuration] on server com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582 [junit] [EL Finest]: 2022-09-10 04:19:02.993--ServerSession(1208126993)--Thread(Thread[main,5,main])--Registered MBean: org.eclipse.persistence.services.jboss.MBeanJBossRuntimeServices[TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541)] on server com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582 [junit] [EL Finest]: 2022-09-10 04:19:02.993--ServerSession(1208126993)--Thread(Thread[main,5,main])--EclipseLink JMX Runtime Services is referencing the [Platform ConversionManager] ClassLoader at: [sun.misc.Launcher$AppClassLoader@330bedb4] [junit] [EL Finest]: 2022-09-10 04:19:02.993--ServerSession(1208126993)--Thread(Thread[main,5,main])--The applicationName for the MBean attached to session [/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541] is [unknown] [junit] [EL Finest]: 2022-09-10 04:19:02.993--ServerSession(1208126993)--Thread(Thread[main,5,main])--The moduleName for the MBean attached to session [/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541] is [unknown] [junit] [EL Finer]: 2022-09-10 04:19:02.995--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Component_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.995--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.996--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.996--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.AbstractEmployee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.996--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.996--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.996--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.997--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.997--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.997--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.997--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.998--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.998--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.998--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.998--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.999--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.999--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.999--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.999--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:02.999--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.0--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.0--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.0--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.0--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.001--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.001--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.001--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.001--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.002--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.002--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.002--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.002--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.002--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.003--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.003--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.003--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.003--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.004--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.004--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.004--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.004--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.004--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.005--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.005--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.005--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.005--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.005--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.006--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.006--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.006--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.006--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.007--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.007--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.007--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.007--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.Node_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.007--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.008--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.008--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.008--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.008--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.009--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.009--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.009--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.009--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.009--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer$PK_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.01--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.01--ServerSession(1208126993)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount_] not found during initialization. [junit] [EL Finest]: 2022-09-10 04:19:03.01--ServerSession(1208126993)--Thread(Thread[main,5,main])--End deploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Deployed; factoryCount 1 [junit] [EL Finer]: 2022-09-10 04:19:03.01--ServerSession(1208126993)--Thread(Thread[main,5,main])--client acquired: 964640757 [junit] [EL Finer]: 2022-09-10 04:19:03.01--ClientSession(964640757)--Thread(Thread[main,5,main])--acquire unit of work: 1866281916 [junit] [EL Finest]: 2022-09-10 04:19:03.01--UnitOfWork(1866281916)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:19:03.01--UnitOfWork(1866281916)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2. [junit] [EL Finest]: 2022-09-10 04:19:03.01--UnitOfWork(1866281916)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3. [junit] [EL Finest]: 2022-09-10 04:19:03.01--UnitOfWork(1866281916)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4. [junit] [EL Finest]: 2022-09-10 04:19:03.01--UnitOfWork(1866281916)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5. [junit] [EL Finer]: 2022-09-10 04:19:03.011--UnitOfWork(1866281916)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:03.011--UnitOfWork(1866281916)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4) [junit] [EL Finest]: 2022-09-10 04:19:03.011--ServerSession(1208126993)--Connection(598480461)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:03.011--ClientSession(964640757)--Connection(598480461)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:03.011--ClientSession(964640757)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:03.012--ClientSession(964640757)--Connection(1079491260)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [4, 4, 1] [junit] [EL Finest]: 2022-09-10 04:19:03.013--UnitOfWork(1866281916)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Fine]: 2022-09-10 04:19:03.013--ClientSession(964640757)--Connection(1079491260)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, 1, 1] [junit] [EL Finest]: 2022-09-10 04:19:03.013--UnitOfWork(1866281916)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Fine]: 2022-09-10 04:19:03.013--ClientSession(964640757)--Connection(1079491260)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [2, 2, 1] [junit] [EL Finest]: 2022-09-10 04:19:03.014--UnitOfWork(1866281916)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Fine]: 2022-09-10 04:19:03.014--ClientSession(964640757)--Connection(1079491260)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [3, 3, 1] [junit] [EL Finest]: 2022-09-10 04:19:03.015--UnitOfWork(1866281916)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5) [junit] [EL Fine]: 2022-09-10 04:19:03.015--ClientSession(964640757)--Connection(1079491260)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [5, 5, 1] [junit] [EL Finer]: 2022-09-10 04:19:03.016--ClientSession(964640757)--Connection(1079491260)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:03.017--ServerSession(1208126993)--Connection(598480461)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:03.017--UnitOfWork(1866281916)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:03.017--UnitOfWork(1866281916)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:03.017--UnitOfWork(1866281916)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:03.017--ClientSession(964640757)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:03.017--UnitOfWork(1866281916)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:03.017--ClientSession(964640757)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:03.017--ServerSession(1208126993)--Thread(Thread[main,5,main])--client acquired: 1251610013 [junit] [EL Finer]: 2022-09-10 04:19:03.018--ClientSession(1251610013)--Thread(Thread[main,5,main])--acquire unit of work: 1553154167 [junit] [EL Finest]: 2022-09-10 04:19:03.018--UnitOfWork(1553154167)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:03.018--UnitOfWork(1553154167)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2022-09-10 04:19:03.018--UnitOfWork(1553154167)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:03.018--UnitOfWork(1553154167)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4 [junit] [EL Finest]: 2022-09-10 04:19:03.019--UnitOfWork(1553154167)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:03.019--UnitOfWork(1553154167)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5 [junit] [EL Finer]: 2022-09-10 04:19:03.019--ServerSession(1208126993)--Thread(Thread[main,5,main])--client acquired: 1436390679 [junit] [EL Finer]: 2022-09-10 04:19:03.019--ClientSession(1436390679)--Thread(Thread[main,5,main])--acquire unit of work: 2137629035 [junit] [EL Finest]: 2022-09-10 04:19:03.019--UnitOfWork(2137629035)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:03.019--UnitOfWork(2137629035)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:19:03.019--UnitOfWork(2137629035)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:03.019--UnitOfWork(2137629035)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2022-09-10 04:19:03.019--UnitOfWork(2137629035)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:03.019--UnitOfWork(2137629035)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finer]: 2022-09-10 04:19:03.019--UnitOfWork(2137629035)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:03.02--UnitOfWork(2137629035)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:19:03.02--ServerSession(1208126993)--Connection(1348905109)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:03.02--ClientSession(1436390679)--Connection(1348905109)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:03.02--ClientSession(1436390679)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:03.02--ClientSession(1436390679)--Connection(1860982348)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [a, 2, 1, 1] [junit] [EL Finest]: 2022-09-10 04:19:03.021--UnitOfWork(2137629035)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Fine]: 2022-09-10 04:19:03.021--ClientSession(1436390679)--Connection(1860982348)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [b, 2, 2, 1] [junit] [EL Finest]: 2022-09-10 04:19:03.022--UnitOfWork(2137629035)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Fine]: 2022-09-10 04:19:03.022--ClientSession(1436390679)--Connection(1860982348)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [c, 2, 3, 1] [junit] [EL Finer]: 2022-09-10 04:19:03.022--ClientSession(1436390679)--Connection(1860982348)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:03.023--ServerSession(1208126993)--Connection(1348905109)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:03.023--UnitOfWork(2137629035)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:03.023--UnitOfWork(2137629035)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:03.023--UnitOfWork(2137629035)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:03.023--ClientSession(1436390679)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:03.023--UnitOfWork(1553154167)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:03.023--UnitOfWork(1553154167)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2022-09-10 04:19:03.024--ServerSession(1208126993)--Connection(1770496243)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:03.024--ClientSession(1251610013)--Connection(1770496243)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:03.024--ClientSession(1251610013)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:03.024--ClientSession(1251610013)--Connection(509480565)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [x, 2, 3, 1] [junit] [EL Warning]: 2022-09-10 04:19:03.025--UnitOfWork(1553154167)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department Primary Key> 3 [junit] at org.eclipse.persistence.exceptions.OptimisticLockException.objectChangedSinceLastReadWhenUpdating(OptimisticLockException.java:144) [junit] at org.eclipse.persistence.descriptors.VersionLockingPolicy.validateUpdate(VersionLockingPolicy.java:790) [junit] at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.updateObjectForWriteWithChangeSet(DatabaseQueryMechanism.java:1086) [junit] at org.eclipse.persistence.queries.UpdateObjectQuery.executeCommitWithChangeSet(UpdateObjectQuery.java:84) [junit] at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.executeWriteWithChangeSet(DatabaseQueryMechanism.java:301) [junit] at org.eclipse.persistence.queries.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:58) [junit] at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:911) [junit] at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:810) [junit] at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:108) [junit] at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:85) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2922) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1863) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1796) [junit] at org.eclipse.persistence.internal.sessions.CommitManager.commitChangedObjectsForClassWithChangeSet(CommitManager.java:273) [junit] at org.eclipse.persistence.internal.sessions.CommitManager.commitAllObjectsWithChangeSet(CommitManager.java:131) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.writeAllObjectsWithChangeSet(AbstractSession.java:4279) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1454) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithPreBuiltChangeSet(UnitOfWorkImpl.java:1600) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.writeChanges(RepeatableWriteUnitOfWork.java:455) [junit] at org.eclipse.persistence.internal.jpa.EntityManagerImpl.flush(EntityManagerImpl.java:874) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.lock.TestOptimistic$2.trigger(TestOptimistic.java:522) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.lock.TestOptimistic.verifyBatchOLE(TestOptimistic.java:593) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.lock.TestOptimistic.testBatchOLEFlush(TestOptimistic.java:527) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.lang.reflect.Method.invoke(Method.java:498) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:178) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:38) [junit] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:50) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:38) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1014) [junit] [junit] [EL Finer]: 2022-09-10 04:19:03.025--UnitOfWork(1553154167)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:03.025--ClientSession(1251610013)--Connection(509480565)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2022-09-10 04:19:03.026--ServerSession(1208126993)--Connection(1770496243)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:03.026--ClientSession(1251610013)--Thread(Thread[main,5,main])--client released [junit] [EL Finest]: 2022-09-10 04:19:03.026--ServerSession(1208126993)--Thread(Thread[main,5,main])--Begin undeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Deployed; factoryCount 1 [junit] [EL Finest]: 2022-09-10 04:19:03.026--ServerSession(1208126993)--Thread(Thread[main,5,main])--Unregistering MBean: TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541,Type=Configuration on server com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582 [junit] [EL Finest]: 2022-09-10 04:19:03.026--ServerSession(1208126993)--Thread(Thread[main,5,main])--Unregistered MBean [TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541,Type=Configuration] from MBeanServer [com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582]. [junit] [EL Finest]: 2022-09-10 04:19:03.026--ServerSession(1208126993)--Thread(Thread[main,5,main])--Unregistering MBean: TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541) on server com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582 [junit] [EL Finest]: 2022-09-10 04:19:03.026--ServerSession(1208126993)--Thread(Thread[main,5,main])--Unregistered MBean [TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541)] from MBeanServer [com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582]. [junit] [EL Finest]: 2022-09-10 04:19:03.026--ServerSession(1208126993)--Thread(Thread[main,5,main])--sequencing disconnected [junit] [EL Config]: 2022-09-10 04:19:03.026--ServerSession(1208126993)--Connection(1280560736)--Thread(Thread[main,5,main])--disconnect [junit] [EL Finer]: 2022-09-10 04:19:03.026--ServerSession(1208126993)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Info]: 2022-09-10 04:19:03.026--ServerSession(1208126993)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541 logout successful [junit] [EL Finest]: 2022-09-10 04:19:03.026--ServerSession(1208126993)--Thread(Thread[main,5,main])--End undeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Undeployed; factoryCount 0 [junit] [EL Fine]: 2022-09-10 04:19:03.046--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@12639753 [junit] [EL Finer]: 2022-09-10 04:19:03.048--Thread(Thread[main,5,main])--JavaSECMPInitializer - predeploying jpa1testmodel. [junit] [EL Finest]: properties: 2022-09-10 04:19:03.049--ServerSession(1574206600)--Thread(Thread[main,5,main])--property=eclipselink.target-server; value=JBoss; translated value=org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2022-09-10 04:19:03.049--ServerSession(1574206600)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2022-09-10 04:19:03.049--ServerSession(1574206600)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Fine]: 2022-09-10 04:19:03.049--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2022-09-10 04:19:03.049--ServerSession(1574206600)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Initial; factoryCount 0 [junit] [EL Finest]: 2022-09-10 04:19:03.049--ServerSession(1574206600)--Thread(Thread[main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true [junit] [EL Finest]: 2022-09-10 04:19:03.049--ServerSession(1574206600)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true [junit] [EL Finest]: 2022-09-10 04:19:03.049--ServerSession(1574206600)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false [junit] [EL Finer]: 2022-09-10 04:19:03.049--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar]. [junit] [EL Finer]: 2022-09-10 04:19:03.05--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/eclipselink-orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar]. [junit] [EL Config]: 2022-09-10 04:19:03.064--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.065--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field employees] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:19:03.065--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.065--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.065--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.065--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field client] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:19:03.066--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.066--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field attr2] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte. [junit] [EL Config]: 2022-09-10 04:19:03.066--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.066--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.066--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field profiles] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile. [junit] [EL Config]: 2022-09-10 04:19:03.067--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.067--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field riders] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:19:03.067--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.067--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.068--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.068--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getCubicles] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle. [junit] [EL Config]: 2022-09-10 04:19:03.068--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.AbstractEmployee] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.068--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.068--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field attachedCop] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop. [junit] [EL Config]: 2022-09-10 04:19:03.069--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field parties] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal. [junit] [EL Config]: 2022-09-10 04:19:03.069--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.069--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field city] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City. [junit] [EL Config]: 2022-09-10 04:19:03.07--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.07--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.island.Island] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.07--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.07--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.07--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field cops] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop. [junit] [EL Config]: 2022-09-10 04:19:03.071--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field criminals] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal. [junit] [EL Config]: 2022-09-10 04:19:03.071--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.072--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.073--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.073--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.073--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getCourse] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course. [junit] [EL Config]: 2022-09-10 04:19:03.073--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.073--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field project] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project. [junit] [EL Config]: 2022-09-10 04:19:03.073--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.073--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.073--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field patent] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent. [junit] [EL Config]: 2022-09-10 04:19:03.073--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.073--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.074--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getWeapon] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon. [junit] [EL Config]: 2022-09-10 04:19:03.074--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.074--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.074--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.074--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.074--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.074--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.075--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.075--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field driver] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:19:03.075--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.075--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.075--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getComponent] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.component.Component. [junit] [EL Config]: 2022-09-10 04:19:03.075--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.075--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.075--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.076--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.076--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field informingCops] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop. [junit] [EL Config]: 2022-09-10 04:19:03.076--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.076--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field node] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode. [junit] [EL Config]: 2022-09-10 04:19:03.076--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.Component] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.076--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.076--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.076--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field partner] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop. [junit] [EL Config]: 2022-09-10 04:19:03.076--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field attachedCriminals] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal. [junit] [EL Config]: 2022-09-10 04:19:03.076--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field informers] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer. [junit] [EL Config]: 2022-09-10 04:19:03.076--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.076--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.077--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field item] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte. [junit] [EL Config]: 2022-09-10 04:19:03.077--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.077--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.077--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.077--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.077--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getCubicles] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle. [junit] [EL Config]: 2022-09-10 04:19:03.078--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.078--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field employee] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:19:03.078--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.078--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [method getCreatures] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature. [junit] [EL Config]: 2022-09-10 04:19:03.078--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.078--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field parent] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode. [junit] [EL Config]: 2022-09-10 04:19:03.078--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field children] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode. [junit] [EL Config]: 2022-09-10 04:19:03.078--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field description] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription. [junit] [EL Config]: 2022-09-10 04:19:03.078--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.Node] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.078--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field parent] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.Node. [junit] [EL Config]: 2022-09-10 04:19:03.078--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field children] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.Node. [junit] [EL Config]: 2022-09-10 04:19:03.078--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.079--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.079--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field brokerageAccount] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount. [junit] [EL Config]: 2022-09-10 04:19:03.079--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field projects] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project. [junit] [EL Config]: 2022-09-10 04:19:03.079--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field cubicle] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle. [junit] [EL Config]: 2022-09-10 04:19:03.079--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field costCenter] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter. [junit] [EL Config]: 2022-09-10 04:19:03.079--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field checkingAccount] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount. [junit] [EL Config]: 2022-09-10 04:19:03.079--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field travelProfile] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile. [junit] [EL Config]: 2022-09-10 04:19:03.079--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field sampleAccount] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account. [junit] [EL Config]: 2022-09-10 04:19:03.079--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field reviews] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review. [junit] [EL Config]: 2022-09-10 04:19:03.08--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field hobbies] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby. [junit] [EL Config]: 2022-09-10 04:19:03.08--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field motorVehicle] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle. [junit] [EL Config]: 2022-09-10 04:19:03.08--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field patents] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent. [junit] [EL Config]: 2022-09-10 04:19:03.08--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field creditCardAccounts] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount. [junit] [EL Config]: 2022-09-10 04:19:03.08--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field department] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department. [junit] [EL Config]: 2022-09-10 04:19:03.08--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field bicycles] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle. [junit] [EL Config]: 2022-09-10 04:19:03.08--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.08--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getMaterial] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material. [junit] [EL Config]: 2022-09-10 04:19:03.08--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.08--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.08--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getTasks] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task. [junit] [EL Config]: 2022-09-10 04:19:03.081--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.081--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.081--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.081--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer$PK] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.081--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.081--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.081--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.081--ServerSession(1574206600)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.082--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2022-09-10 04:19:03.082--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME. [junit] [EL Config]: 2022-09-10 04:19:03.082--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter] is being defaulted to: CostCenter. [junit] [EL Config]: 2022-09-10 04:19:03.082--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:03.082--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.082--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount] is being defaulted to: CheckingAccount. [junit] [EL Config]: 2022-09-10 04:19:03.082--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account] is being defaulted to: Account. [junit] [EL Config]: 2022-09-10 04:19:03.082--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [owner] is being defaulted to: OWNER. [junit] [EL Config]: 2022-09-10 04:19:03.082--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [balance] is being defaulted to: BALANCE. [junit] [EL Config]: 2022-09-10 04:19:03.083--ServerSession(1574206600)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:03.083--ServerSession(1574206600)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:03.083--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2022-09-10 04:19:03.083--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [creditLimit] is being defaulted to: CREDITLIMIT. [junit] [EL Config]: 2022-09-10 04:19:03.083--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte] is being defaulted to: Item_Byte. [junit] [EL Config]: 2022-09-10 04:19:03.083--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [namespace] is being defaulted to: NAMESPACE. [junit] [EL Config]: 2022-09-10 04:19:03.083--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:03.083--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [text] is being defaulted to: TEXT. [junit] [EL Config]: 2022-09-10 04:19:03.083--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp] is being defaulted to: Timestamp. [junit] [EL Config]: 2022-09-10 04:19:03.083--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.084--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike] is being defaulted to: RoadBike. [junit] [EL Config]: 2022-09-10 04:19:03.084--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle] is being defaulted to: Bicycle. [junit] [EL Config]: 2022-09-10 04:19:03.084--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle] is being defaulted to: Vehicle. [junit] [EL Config]: 2022-09-10 04:19:03.084--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR. [junit] [EL Config]: 2022-09-10 04:19:03.084--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.084--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [brand] is being defaulted to: BRAND. [junit] [EL Config]: 2022-09-10 04:19:03.084--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:19:03.084--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess] is being defaulted to: TemporalTypesFieldAccess. [junit] [EL Config]: 2022-09-10 04:19:03.084--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice] is being defaulted to: UniqueColorOffice. [junit] [EL Config]: 2022-09-10 04:19:03.084--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.085--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY. [junit] [EL Config]: 2022-09-10 04:19:03.085--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.AbstractEmployee] is being defaulted to: AbstractEmployee. [junit] [EL Config]: 2022-09-10 04:19:03.085--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:03.085--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.085--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal] is being defaulted to: Criminal. [junit] [EL Config]: 2022-09-10 04:19:03.085--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.085--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person] is being defaulted to: Person. [junit] [EL Config]: 2022-09-10 04:19:03.085--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.085--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee] is being defaulted to: ContractEmployee. [junit] [EL Config]: 2022-09-10 04:19:03.086--ServerSession(1574206600)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.086--ServerSession(1574206600)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.086--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [term] is being defaulted to: TERM. [junit] [EL Config]: 2022-09-10 04:19:03.086--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.island.Island] is being defaulted to: Island. [junit] [EL Config]: 2022-09-10 04:19:03.086--ServerSession(1574206600)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island] is being defaulted to: DTYPE. [junit] [EL Config]: 2022-09-10 04:19:03.086--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:03.086--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.086--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby] is being defaulted to: Hobby. [junit] [EL Config]: 2022-09-10 04:19:03.086--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [getDescription] is being defaulted to: DESCRIPTION. [junit] [EL Config]: 2022-09-10 04:19:03.086--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.086--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [getCategory] is being defaulted to: CATEGORY. [junit] [EL Config]: 2022-09-10 04:19:03.086--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City] is being defaulted to: City. [junit] [EL Config]: 2022-09-10 04:19:03.086--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [sound] is being defaulted to: SOUND. [junit] [EL Config]: 2022-09-10 04:19:03.086--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [integer] is being defaulted to: INTEGER. [junit] [EL Config]: 2022-09-10 04:19:03.087--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [cool] is being defaulted to: COOL. [junit] [EL Config]: 2022-09-10 04:19:03.087--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:03.087--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.087--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [type] is being defaulted to: TYPE. [junit] [EL Config]: 2022-09-10 04:19:03.087--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess] is being defaulted to: BasicTypesPropertyAccess. [junit] [EL Config]: 2022-09-10 04:19:03.087--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.087--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass] is being defaulted to: ReadOnlyEntitySubclass. [junit] [EL Config]: 2022-09-10 04:19:03.087--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity] is being defaulted to: ReadOnlyEntity. [junit] [EL Config]: 2022-09-10 04:19:03.088--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:03.088--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.088--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:19:03.088--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material] is being defaulted to: Material. [junit] [EL Config]: 2022-09-10 04:19:03.088--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [getData] is being defaulted to: DATA. [junit] [EL Config]: 2022-09-10 04:19:03.088--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task] is being defaulted to: Task. [junit] [EL Config]: 2022-09-10 04:19:03.088--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [description] is being defaulted to: DESCRIPTION. [junit] [EL Config]: 2022-09-10 04:19:03.088--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview] is being defaulted to: PatentReview. [junit] [EL Config]: 2022-09-10 04:19:03.088--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review] is being defaulted to: Review. [junit] [EL Config]: 2022-09-10 04:19:03.088--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [reviewDate] is being defaulted to: REVIEWDATE. [junit] [EL Config]: 2022-09-10 04:19:03.089--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.089--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:19:03.089--ServerSession(1574206600)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review] is being defaulted to: DTYPE. [junit] [EL Config]: 2022-09-10 04:19:03.089--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike] is being defaulted to: MountainBike. [junit] [EL Config]: 2022-09-10 04:19:03.089--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature] is being defaulted to: MythicalCreature. [junit] [EL Config]: 2022-09-10 04:19:03.089--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature] is being defaulted to: Creature. [junit] [EL Config]: 2022-09-10 04:19:03.089--ServerSession(1574206600)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature] is being defaulted to: DTYPE. [junit] [EL Config]: 2022-09-10 04:19:03.089--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.089--ServerSession(1574206600)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.089--ServerSession(1574206600)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.089--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [getStory] is being defaulted to: STORY. [junit] [EL Config]: 2022-09-10 04:19:03.089--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess] is being defaulted to: EmbeddingFieldAccess. [junit] [EL Config]: 2022-09-10 04:19:03.089--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [date] is being defaulted to: DATE. [junit] [EL Config]: 2022-09-10 04:19:03.089--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [time] is being defaulted to: TIME. [junit] [EL Config]: 2022-09-10 04:19:03.09--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.09--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon] is being defaulted to: Weapon. [junit] [EL Config]: 2022-09-10 04:19:03.09--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:03.09--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.09--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant] is being defaulted to: Plant. [junit] [EL Config]: 2022-09-10 04:19:03.09--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element] is being defaulted to: Element. [junit] [EL Config]: 2022-09-10 04:19:03.09--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent] is being defaulted to: Patent. [junit] [EL Config]: 2022-09-10 04:19:03.09--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [getYear] is being defaulted to: YEAR. [junit] [EL Config]: 2022-09-10 04:19:03.09--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:03.09--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car] is being defaulted to: Car. [junit] [EL Config]: 2022-09-10 04:19:03.091--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] is being defaulted to: MotorVehicle. [junit] [EL Config]: 2022-09-10 04:19:03.091--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [model] is being defaulted to: MODEL. [junit] [EL Config]: 2022-09-10 04:19:03.091--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat] is being defaulted to: MetricFloat. [junit] [EL Config]: 2022-09-10 04:19:03.091--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric] is being defaulted to: Metric. [junit] [EL Config]: 2022-09-10 04:19:03.091--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount] is being defaulted to: BrokerageAccount. [junit] [EL Config]: 2022-09-10 04:19:03.091--ServerSession(1574206600)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:03.091--ServerSession(1574206600)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:03.091--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [riskLevel] is being defaulted to: RISKLEVEL. [junit] [EL Config]: 2022-09-10 04:19:03.092--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal] is being defaulted to: Animal. [junit] [EL Config]: 2022-09-10 04:19:03.092--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer] is being defaulted to: Informer. [junit] [EL Config]: 2022-09-10 04:19:03.092--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.092--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription] is being defaulted to: CascadingNodeDescription. [junit] [EL Config]: 2022-09-10 04:19:03.092--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.092--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.Component] is being defaulted to: Component. [junit] [EL Config]: 2022-09-10 04:19:03.092--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.092--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile] is being defaulted to: TravelProfile. [junit] [EL Config]: 2022-09-10 04:19:03.092--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [getSmoker] is being defaulted to: SMOKER. [junit] [EL Config]: 2022-09-10 04:19:03.092--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [getGuid] is being defaulted to: GUID. [junit] [EL Config]: 2022-09-10 04:19:03.092--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop] is being defaulted to: Cop. [junit] [EL Config]: 2022-09-10 04:19:03.093--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.093--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess] is being defaulted to: EmbeddingPropertyAccess. [junit] [EL Config]: 2022-09-10 04:19:03.093--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [getDate] is being defaulted to: DATE. [junit] [EL Config]: 2022-09-10 04:19:03.093--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [getTime] is being defaulted to: TIME. [junit] [EL Config]: 2022-09-10 04:19:03.093--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.093--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte] is being defaulted to: Item_Attribute_Byte. [junit] [EL Config]: 2022-09-10 04:19:03.093--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount] is being defaulted to: SavingsAccount. [junit] [EL Config]: 2022-09-10 04:19:03.093--ServerSession(1574206600)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:03.093--ServerSession(1574206600)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:03.093--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [interestRate] is being defaulted to: INTERESTRATE. [junit] [EL Config]: 2022-09-10 04:19:03.093--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2022-09-10 04:19:03.093--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME. [junit] [EL Config]: 2022-09-10 04:19:03.093--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck] is being defaulted to: Truck. [junit] [EL Config]: 2022-09-10 04:19:03.094--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount] is being defaulted to: CreditCardAccount. [junit] [EL Config]: 2022-09-10 04:19:03.094--ServerSession(1574206600)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:03.094--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [cardType] is being defaulted to: CARDTYPE. [junit] [EL Config]: 2022-09-10 04:19:03.094--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [cardNumber] is being defaulted to: CARDNUMBER. [junit] [EL Config]: 2022-09-10 04:19:03.094--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [validTo] is being defaulted to: VALIDTO. [junit] [EL Config]: 2022-09-10 04:19:03.094--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office] is being defaulted to: Office. [junit] [EL Config]: 2022-09-10 04:19:03.094--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.094--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY. [junit] [EL Config]: 2022-09-10 04:19:03.094--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle] is being defaulted to: Cubicle. [junit] [EL Config]: 2022-09-10 04:19:03.094--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR. [junit] [EL Config]: 2022-09-10 04:19:03.094--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [place] is being defaulted to: PLACE. [junit] [EL Config]: 2022-09-10 04:19:03.094--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [floor] is being defaulted to: FLOOR. [junit] [EL Config]: 2022-09-10 04:19:03.094--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave] is being defaulted to: Cave. [junit] [EL Config]: 2022-09-10 04:19:03.094--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:03.095--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.095--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode] is being defaulted to: CascadingNode. [junit] [EL Config]: 2022-09-10 04:19:03.095--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.095--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.Node] is being defaulted to: Node. [junit] [EL Config]: 2022-09-10 04:19:03.095--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [nodeName] is being defaulted to: NODENAME. [junit] [EL Config]: 2022-09-10 04:19:03.095--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.095--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer] is being defaulted to: Trailer. [junit] [EL Config]: 2022-09-10 04:19:03.095--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [high] is being defaulted to: HIGH. [junit] [EL Config]: 2022-09-10 04:19:03.095--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [low] is being defaulted to: LOW. [junit] [EL Config]: 2022-09-10 04:19:03.095--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] is being defaulted to: Employee. [junit] [EL Config]: 2022-09-10 04:19:03.095--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [firstname] is being defaulted to: FIRSTNAME. [junit] [EL Config]: 2022-09-10 04:19:03.095--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [endDate] is being defaulted to: ENDDATE. [junit] [EL Config]: 2022-09-10 04:19:03.095--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [startDate] is being defaulted to: STARTDATE. [junit] [EL Config]: 2022-09-10 04:19:03.095--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [salary] is being defaulted to: SALARY. [junit] [EL Config]: 2022-09-10 04:19:03.095--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [lastname] is being defaulted to: LASTNAME. [junit] [EL Config]: 2022-09-10 04:19:03.096--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.096--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course] is being defaulted to: Course. [junit] [EL Config]: 2022-09-10 04:19:03.096--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department] is being defaulted to: Department. [junit] [EL Config]: 2022-09-10 04:19:03.096--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:03.096--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.096--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [getVersion] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:19:03.096--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project] is being defaulted to: Project. [junit] [EL Config]: 2022-09-10 04:19:03.096--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty] is being defaulted to: Nasty. [junit] [EL Config]: 2022-09-10 04:19:03.096--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.096--ServerSession(1574206600)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess] is being defaulted to: BasicTypesFieldAccess. [junit] [EL Config]: 2022-09-10 04:19:03.097--ServerSession(1574206600)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:19:03.097--ServerSession(1574206600)--Thread(Thread[main,5,main])--The pk column value for the table generator named [StringIdGenerator] defined on [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby] from [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby] is being defaulted to: StringIdGenerator. [junit] [EL Config]: 2022-09-10 04:19:03.097--ServerSession(1574206600)--Thread(Thread[main,5,main])--The pk column value for the table generator named [VehicleGenerator] defined on [field id] from [field id] is being defaulted to: VehicleGenerator. [junit] [EL Config]: 2022-09-10 04:19:03.097--ServerSession(1574206600)--Thread(Thread[main,5,main])--The pk column value for the table generator named [IdGenerator] defined on [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project] from [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project] is being defaulted to: IdGenerator. [junit] [EL Config]: 2022-09-10 04:19:03.097--ServerSession(1574206600)--Thread(Thread[main,5,main])--The pk column value for the table generator named [CourseGenerator] defined on [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course] from [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course] is being defaulted to: CourseGenerator. [junit] [EL Config]: 2022-09-10 04:19:03.097--ServerSession(1574206600)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field client] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.097--ServerSession(1574206600)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field profiles] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.097--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field profiles] is being defaulted to: GUID. [junit] [EL Config]: 2022-09-10 04:19:03.098--ServerSession(1574206600)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field riders] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.098--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field riders] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.098--ServerSession(1574206600)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getCubicles] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.098--ServerSession(1574206600)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field attachedCop] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.098--ServerSession(1574206600)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [attachedCop] is being defaulted to: ATTACHEDCOP_ID. [junit] [EL Config]: 2022-09-10 04:19:03.153--ServerSession(1574206600)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field parties] is being defaulted to: TMP_CRIMINAL_TMP_CRIMINAL. [junit] [EL Config]: 2022-09-10 04:19:03.153--ServerSession(1574206600)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field parties] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.153--ServerSession(1574206600)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [parties] is being defaulted to: Criminal_ID. [junit] [EL Config]: 2022-09-10 04:19:03.153--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field parties] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.153--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [parties] is being defaulted to: parties_ID. [junit] [EL Config]: 2022-09-10 04:19:03.153--ServerSession(1574206600)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field city] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.153--ServerSession(1574206600)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field cops] is being defaulted to: TMP_CITY_TMP_COP. [junit] [EL Config]: 2022-09-10 04:19:03.153--ServerSession(1574206600)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field cops] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.154--ServerSession(1574206600)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [cops] is being defaulted to: City_ID. [junit] [EL Config]: 2022-09-10 04:19:03.154--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field cops] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.154--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [cops] is being defaulted to: cops_ID. [junit] [EL Config]: 2022-09-10 04:19:03.154--ServerSession(1574206600)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field criminals] is being defaulted to: TMP_CITY_TMP_CRIMINAL. [junit] [EL Config]: 2022-09-10 04:19:03.154--ServerSession(1574206600)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field criminals] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.154--ServerSession(1574206600)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [criminals] is being defaulted to: City_ID. [junit] [EL Config]: 2022-09-10 04:19:03.154--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field criminals] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.154--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [criminals] is being defaulted to: criminals_ID. [junit] [EL Config]: 2022-09-10 04:19:03.154--ServerSession(1574206600)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field project] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.154--ServerSession(1574206600)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getWeapon] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.154--ServerSession(1574206600)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field driver] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.154--ServerSession(1574206600)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getComponent] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.154--ServerSession(1574206600)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field informingCops] is being defaulted to: TMP_INFORMER_TMP_COP. [junit] [EL Config]: 2022-09-10 04:19:03.154--ServerSession(1574206600)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field informingCops] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.154--ServerSession(1574206600)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [informingCops] is being defaulted to: Informer_ID. [junit] [EL Config]: 2022-09-10 04:19:03.154--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field informingCops] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.154--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [informingCops] is being defaulted to: informingCops_ID. [junit] [EL Config]: 2022-09-10 04:19:03.154--ServerSession(1574206600)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field partner] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.155--ServerSession(1574206600)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [partner] is being defaulted to: PARTNER_ID. [junit] [EL Config]: 2022-09-10 04:19:03.155--ServerSession(1574206600)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field attachedCriminals] is being defaulted to: TMP_COP_TMP_CRIMINAL. [junit] [EL Config]: 2022-09-10 04:19:03.155--ServerSession(1574206600)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field attachedCriminals] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.155--ServerSession(1574206600)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [attachedCriminals] is being defaulted to: Cop_ID. [junit] [EL Config]: 2022-09-10 04:19:03.155--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field attachedCriminals] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.155--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [attachedCriminals] is being defaulted to: attachedCriminals_ID. [junit] [EL Config]: 2022-09-10 04:19:03.155--ServerSession(1574206600)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field informers] is being defaulted to: TMP_COP_TMP_INFORMER. [junit] [EL Config]: 2022-09-10 04:19:03.155--ServerSession(1574206600)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field informers] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.155--ServerSession(1574206600)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [informers] is being defaulted to: Cop_ID. [junit] [EL Config]: 2022-09-10 04:19:03.155--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field informers] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.155--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [informers] is being defaulted to: informers_ID. [junit] [EL Config]: 2022-09-10 04:19:03.155--ServerSession(1574206600)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field item] is being defaulted to: ITEM_ID. [junit] [EL Config]: 2022-09-10 04:19:03.155--ServerSession(1574206600)--Thread(Thread[main,5,main])--The key column name for the basic map mapping element [getCubicles] is being defaulted to: CUBICLES_KEY. [junit] [EL Config]: 2022-09-10 04:19:03.155--ServerSession(1574206600)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getCubicles] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.155--ServerSession(1574206600)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getCreatures] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.155--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [method getCreatures] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.156--ServerSession(1574206600)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field parent] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.156--ServerSession(1574206600)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field description] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.156--ServerSession(1574206600)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field parent] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.156--ServerSession(1574206600)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field brokerageAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:03.156--ServerSession(1574206600)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field projects] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.156--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field projects] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.156--ServerSession(1574206600)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field costCenter] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.156--ServerSession(1574206600)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field travelProfile] is being defaulted to: GUID. [junit] [EL Config]: 2022-09-10 04:19:03.156--ServerSession(1574206600)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field sampleAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:03.156--ServerSession(1574206600)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field reviews] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.156--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field reviews] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.156--ServerSession(1574206600)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field hobbies] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.157--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field hobbies] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.157--ServerSession(1574206600)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field patents] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.157--ServerSession(1574206600)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field creditCardAccounts] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.157--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field creditCardAccounts] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:03.157--ServerSession(1574206600)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field department] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.157--ServerSession(1574206600)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getMaterial] is being defaulted to: COURSE_ID. [junit] [EL Config]: 2022-09-10 04:19:03.157--ServerSession(1574206600)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [method getMaterial] is being defaulted to: COURSE_ID. [junit] [EL Config]: 2022-09-10 04:19:03.157--ServerSession(1574206600)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getAttendees] is being defaulted to: COURSE_ID. [junit] [EL Config]: 2022-09-10 04:19:03.157--ServerSession(1574206600)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [method getAttendees] is being defaulted to: ID. [junit] [EL Finest]: 2022-09-10 04:19:03.158--ServerSession(1574206600)--Thread(Thread[main,5,main])--query getDepartmentCached: query hint eclipselink.query-results-cache; value True [junit] [EL Finest]: 2022-09-10 04:19:03.159--ServerSession(1574206600)--Thread(Thread[main,5,main])--query getAllDepartmentsCached: query hint eclipselink.query-results-cache; value True [junit] [EL Finest]: 2022-09-10 04:19:03.159--ServerSession(1574206600)--Thread(Thread[main,5,main])--End predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Predeployed; factoryCount 0 [junit] [EL Finer]: 2022-09-10 04:19:03.159--Thread(Thread[main,5,main])--JavaSECMPInitializer - transformer is null. [junit] [EL Finest]: 2022-09-10 04:19:03.159--ServerSession(1574206600)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Predeployed; factoryCount 0 [junit] [EL Finest]: 2022-09-10 04:19:03.159--ServerSession(1574206600)--Thread(Thread[main,5,main])--End predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Predeployed; factoryCount 1 [junit] [EL Finer]: 2022-09-10 04:19:03.16--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Component_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.16--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.16--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.161--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.AbstractEmployee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.161--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.161--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.161--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.162--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.162--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.162--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.162--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.162--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.163--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.163--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.163--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.163--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.163--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.164--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.164--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.164--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.164--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.164--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.165--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.165--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.165--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.165--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.166--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.166--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.166--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.166--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.166--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.167--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.167--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.167--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.167--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.167--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.168--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.168--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.168--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.168--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.168--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.169--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.169--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.169--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.169--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.17--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.17--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.17--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.17--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.17--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.171--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.171--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.171--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.171--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.171--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.Node_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.172--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.172--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.172--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.172--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.172--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.173--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.173--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.173--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.173--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.173--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer$PK_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.174--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.174--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount_] not found during initialization. [junit] [EL Finest]: 2022-09-10 04:19:03.174--ServerSession(1574206600)--Thread(Thread[main,5,main])--Begin deploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Predeployed; factoryCount 1 [junit] [EL Finest]: 2022-09-10 04:19:03.179--ServerSession(1574206600)--Thread(Thread[main,5,main])--Bean Validation Factory was not initialized: [javax/validation/Validation]. [junit] [EL Finest]: 2022-09-10 04:19:03.179--ServerSession(1574206600)--Thread(Thread[main,5,main])--property=eclipselink.target-server; value=JBoss; translated value=org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2022-09-10 04:19:03.179--ServerSession(1574206600)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2022-09-10 04:19:03.18--ServerSession(1574206600)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2022-09-10 04:19:03.18--ServerSession(1574206600)--Thread(Thread[main,5,main])--property=eclipselink.target-database; value=org.eclipse.persistence.platform.database.MySQLPlatform [junit] [EL Finest]: 2022-09-10 04:19:03.18--ServerSession(1574206600)--Thread(Thread[main,5,main])--property=javax.persistence.nonJtaDataSource; value=org.eclipse.persistence.testing.framework.wdf.PooledDataSource@ea1a8d5 [junit] [EL Finest]: 2022-09-10 04:19:03.18--ServerSession(1574206600)--Thread(Thread[main,5,main])--property=eclipselink.jdbc.batch-writing; value=JDBC [junit] [EL Finest]: 2022-09-10 04:19:03.18--ServerSession(1574206600)--Thread(Thread[main,5,main])--property=eclipselink.temporal.mutable; value=true [junit] [EL Info]: 2022-09-10 04:19:03.18--ServerSession(1574206600)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Config]: 2022-09-10 04:19:03.18--ServerSession(1574206600)--Connection(1994473992)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "" [junit] connector=>JNDIConnector datasource name=>null [junit] )) [junit] [EL Config]: 2022-09-10 04:19:03.181--ServerSession(1574206600)--Connection(558108214)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost/ecltest?useSSL=false [junit] User: root@localhost [junit] Database: MySQL Version: 5.7.29 [junit] Driver: MySQL Connector Java Version: mysql-connector-java-5.1.48 ( Revision: 29734982609c32d3ab7e5cac2e6acee69ff6b4aa ) [junit] [EL Finest]: 2022-09-10 04:19:03.181--ServerSession(1574206600)--Connection(163084952)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:03.181--ServerSession(1574206600)--Connection(163084952)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Config]: 2022-09-10 04:19:03.181--ServerSession(1574206600)--Connection(1974835365)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "" [junit] connector=>JNDIConnector datasource name=>null [junit] )) [junit] [EL Config]: 2022-09-10 04:19:03.181--ServerSession(1574206600)--Connection(1368297793)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost/ecltest?useSSL=false [junit] User: root@localhost [junit] Database: MySQL Version: 5.7.29 [junit] Driver: MySQL Connector Java Version: mysql-connector-java-5.1.48 ( Revision: 29734982609c32d3ab7e5cac2e6acee69ff6b4aa ) [junit] [EL Finest]: 2022-09-10 04:19:03.182--ServerSession(1574206600)--Thread(Thread[main,5,main])--sequencing connected, state is NoPreallocation_State [junit] [EL Finest]: 2022-09-10 04:19:03.182--ServerSession(1574206600)--Thread(Thread[main,5,main])--sequence testSequence: preallocation size 1 [junit] [EL Finest]: 2022-09-10 04:19:03.182--ServerSession(1574206600)--Thread(Thread[main,5,main])--sequence testSequenceInc3: preallocation size 3 [junit] [EL Finest]: 2022-09-10 04:19:03.182--ServerSession(1574206600)--Thread(Thread[main,5,main])--sequence SEQ_GEN_IDENTITY: preallocation size 1 [junit] [EL Finest]: 2022-09-10 04:19:03.182--ServerSession(1574206600)--Thread(Thread[main,5,main])--sequencing connected, state is Preallocation_Transaction_NoAccessor_State [junit] [EL Finest]: 2022-09-10 04:19:03.182--ServerSession(1574206600)--Thread(Thread[main,5,main])--sequence SEQUENCE: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:19:03.182--ServerSession(1574206600)--Thread(Thread[main,5,main])--sequence VehicleGenerator: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:19:03.182--ServerSession(1574206600)--Thread(Thread[main,5,main])--sequence CourseGenerator: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:19:03.182--ServerSession(1574206600)--Thread(Thread[main,5,main])--sequence StringIdGenerator: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:19:03.182--ServerSession(1574206600)--Thread(Thread[main,5,main])--sequence Component: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:19:03.182--ServerSession(1574206600)--Thread(Thread[main,5,main])--sequence SEQ_GEN: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:19:03.182--ServerSession(1574206600)--Thread(Thread[main,5,main])--sequence IdGenerator: preallocation size 50 [junit] [EL Warning]: 2022-09-10 04:19:03.183--ServerSession(1574206600)--Thread(Thread[main,5,main])--Reverting the lazy setting on the OneToOne or ManyToOne attribute [driver] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] since weaving was not enabled or did not occur. [junit] [EL Warning]: 2022-09-10 04:19:03.185--ServerSession(1574206600)--Thread(Thread[main,5,main])--Reverting the lazy setting on the OneToOne or ManyToOne attribute [cubicle] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] since weaving was not enabled or did not occur. [junit] [EL Info]: 2022-09-10 04:19:03.203--ServerSession(1574206600)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541 login successful [junit] [EL Finer]: 2022-09-10 04:19:03.203--ServerSession(1574206600)--Thread(Thread[main,5,main])--JMX MBeanServer instance found: [com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582], # of beans: [22], domain: [DefaultDomain] at index: [0]. [junit] [EL Finest]: 2022-09-10 04:19:03.203--ServerSession(1574206600)--Thread(Thread[main,5,main])--Registered MBean: org.eclipse.persistence.services.mbean.MBeanDevelopmentServices[TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541,Type=Configuration] on server com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582 [junit] [EL Finest]: 2022-09-10 04:19:03.203--ServerSession(1574206600)--Thread(Thread[main,5,main])--Registered MBean: org.eclipse.persistence.services.jboss.MBeanJBossRuntimeServices[TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541)] on server com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582 [junit] [EL Finest]: 2022-09-10 04:19:03.203--ServerSession(1574206600)--Thread(Thread[main,5,main])--EclipseLink JMX Runtime Services is referencing the [Platform ConversionManager] ClassLoader at: [sun.misc.Launcher$AppClassLoader@330bedb4] [junit] [EL Finest]: 2022-09-10 04:19:03.203--ServerSession(1574206600)--Thread(Thread[main,5,main])--The applicationName for the MBean attached to session [/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541] is [unknown] [junit] [EL Finest]: 2022-09-10 04:19:03.203--ServerSession(1574206600)--Thread(Thread[main,5,main])--The moduleName for the MBean attached to session [/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541] is [unknown] [junit] [EL Finer]: 2022-09-10 04:19:03.205--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Component_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.205--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.205--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.205--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.AbstractEmployee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.205--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.206--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.206--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.206--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.206--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.207--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.207--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.207--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.207--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.207--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.208--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.208--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.208--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.208--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.208--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.209--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.209--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.209--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.209--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.209--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.21--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.21--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.21--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.21--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.21--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.211--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.211--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.211--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.211--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.211--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.212--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.212--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.212--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.212--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.213--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.213--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.213--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.213--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.214--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.214--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.214--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.214--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.214--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.215--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.215--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.215--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.215--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.216--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.216--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.216--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.216--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.Node_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.216--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.217--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.217--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.217--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.217--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.218--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.218--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.218--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.218--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.219--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer$PK_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.219--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.219--ServerSession(1574206600)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount_] not found during initialization. [junit] [EL Finest]: 2022-09-10 04:19:03.219--ServerSession(1574206600)--Thread(Thread[main,5,main])--End deploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Deployed; factoryCount 1 [junit] [EL Finer]: 2022-09-10 04:19:03.219--ServerSession(1574206600)--Thread(Thread[main,5,main])--client acquired: 1929836127 [junit] [EL Finer]: 2022-09-10 04:19:03.219--ClientSession(1929836127)--Thread(Thread[main,5,main])--acquire unit of work: 1353573137 [junit] [EL Finest]: 2022-09-10 04:19:03.219--UnitOfWork(1353573137)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:19:03.219--UnitOfWork(1353573137)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2. [junit] [EL Finest]: 2022-09-10 04:19:03.219--UnitOfWork(1353573137)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3. [junit] [EL Finest]: 2022-09-10 04:19:03.219--UnitOfWork(1353573137)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4. [junit] [EL Finest]: 2022-09-10 04:19:03.219--UnitOfWork(1353573137)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5. [junit] [EL Finer]: 2022-09-10 04:19:03.219--UnitOfWork(1353573137)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:03.22--UnitOfWork(1353573137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4) [junit] [EL Finest]: 2022-09-10 04:19:03.22--ServerSession(1574206600)--Connection(457695388)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:03.22--ClientSession(1929836127)--Connection(457695388)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:03.22--ClientSession(1929836127)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:03.221--UnitOfWork(1353573137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:19:03.221--UnitOfWork(1353573137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5) [junit] [EL Finest]: 2022-09-10 04:19:03.221--UnitOfWork(1353573137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2022-09-10 04:19:03.221--UnitOfWork(1353573137)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finer]: 2022-09-10 04:19:03.221--ClientSession(1929836127)--Connection(2046467991)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:03.221--ClientSession(1929836127)--Connection(2046467991)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:03.221--ClientSession(1929836127)--Connection(2046467991)--Thread(Thread[main,5,main])-- bind => [4, 4, 1] [junit] [EL Fine]: 2022-09-10 04:19:03.221--ClientSession(1929836127)--Connection(2046467991)--Thread(Thread[main,5,main])-- bind => [1, 1, 1] [junit] [EL Fine]: 2022-09-10 04:19:03.221--ClientSession(1929836127)--Connection(2046467991)--Thread(Thread[main,5,main])-- bind => [5, 5, 1] [junit] [EL Fine]: 2022-09-10 04:19:03.221--ClientSession(1929836127)--Connection(2046467991)--Thread(Thread[main,5,main])-- bind => [2, 2, 1] [junit] [EL Fine]: 2022-09-10 04:19:03.221--ClientSession(1929836127)--Connection(2046467991)--Thread(Thread[main,5,main])-- bind => [3, 3, 1] [junit] [EL Finer]: 2022-09-10 04:19:03.221--ClientSession(1929836127)--Connection(2046467991)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:03.223--ClientSession(1929836127)--Connection(2046467991)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:03.224--ServerSession(1574206600)--Connection(457695388)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:03.224--UnitOfWork(1353573137)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:03.224--UnitOfWork(1353573137)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:03.225--UnitOfWork(1353573137)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:03.225--ClientSession(1929836127)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:03.225--UnitOfWork(1353573137)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:03.225--ClientSession(1929836127)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:03.225--ServerSession(1574206600)--Thread(Thread[main,5,main])--client acquired: 820157452 [junit] [EL Finer]: 2022-09-10 04:19:03.225--ClientSession(820157452)--Thread(Thread[main,5,main])--acquire unit of work: 499755936 [junit] [EL Finest]: 2022-09-10 04:19:03.225--UnitOfWork(499755936)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:03.225--UnitOfWork(499755936)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2022-09-10 04:19:03.225--UnitOfWork(499755936)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:03.226--UnitOfWork(499755936)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4 [junit] [EL Finest]: 2022-09-10 04:19:03.226--UnitOfWork(499755936)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:03.226--UnitOfWork(499755936)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5 [junit] [EL Finer]: 2022-09-10 04:19:03.226--ServerSession(1574206600)--Thread(Thread[main,5,main])--client acquired: 1035488250 [junit] [EL Finer]: 2022-09-10 04:19:03.226--ClientSession(1035488250)--Thread(Thread[main,5,main])--acquire unit of work: 1057230750 [junit] [EL Finest]: 2022-09-10 04:19:03.226--UnitOfWork(1057230750)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:03.226--UnitOfWork(1057230750)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:19:03.226--UnitOfWork(1057230750)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:03.226--UnitOfWork(1057230750)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2022-09-10 04:19:03.226--UnitOfWork(1057230750)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:03.226--UnitOfWork(1057230750)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finer]: 2022-09-10 04:19:03.226--UnitOfWork(1057230750)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:03.227--UnitOfWork(1057230750)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:19:03.227--ServerSession(1574206600)--Connection(1749822551)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:03.227--ClientSession(1035488250)--Connection(1749822551)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:03.227--ClientSession(1035488250)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:03.227--UnitOfWork(1057230750)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2022-09-10 04:19:03.227--UnitOfWork(1057230750)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finer]: 2022-09-10 04:19:03.228--ClientSession(1035488250)--Connection(86178919)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:03.228--ClientSession(1035488250)--Connection(86178919)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] [EL Fine]: 2022-09-10 04:19:03.228--ClientSession(1035488250)--Connection(86178919)--Thread(Thread[main,5,main])-- bind => [a, 2, 1, 1] [junit] [EL Fine]: 2022-09-10 04:19:03.228--ClientSession(1035488250)--Connection(86178919)--Thread(Thread[main,5,main])-- bind => [b, 2, 2, 1] [junit] [EL Fine]: 2022-09-10 04:19:03.228--ClientSession(1035488250)--Connection(86178919)--Thread(Thread[main,5,main])-- bind => [c, 2, 3, 1] [junit] [EL Finer]: 2022-09-10 04:19:03.228--ClientSession(1035488250)--Connection(86178919)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:03.229--ClientSession(1035488250)--Connection(86178919)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:03.23--ServerSession(1574206600)--Connection(1749822551)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:03.23--UnitOfWork(1057230750)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:03.23--UnitOfWork(1057230750)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:03.23--UnitOfWork(1057230750)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:03.23--ClientSession(1035488250)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:03.231--UnitOfWork(499755936)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:03.231--UnitOfWork(499755936)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2022-09-10 04:19:03.231--ServerSession(1574206600)--Connection(1380468558)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:03.231--ClientSession(820157452)--Connection(1380468558)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:03.231--ClientSession(820157452)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:03.231--UnitOfWork(499755936)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4) [junit] [EL Finest]: 2022-09-10 04:19:03.232--UnitOfWork(499755936)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5) [junit] [EL Finer]: 2022-09-10 04:19:03.232--ClientSession(820157452)--Connection(845786722)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:03.232--ClientSession(820157452)--Connection(845786722)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] [EL Fine]: 2022-09-10 04:19:03.232--ClientSession(820157452)--Connection(845786722)--Thread(Thread[main,5,main])-- bind => [x, 2, 3, 1] [junit] [EL Fine]: 2022-09-10 04:19:03.232--ClientSession(820157452)--Connection(845786722)--Thread(Thread[main,5,main])-- bind => [y, 2, 4, 1] [junit] [EL Fine]: 2022-09-10 04:19:03.232--ClientSession(820157452)--Connection(845786722)--Thread(Thread[main,5,main])-- bind => [z, 2, 5, 1] [junit] [EL Finer]: 2022-09-10 04:19:03.232--ClientSession(820157452)--Connection(845786722)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:03.233--UnitOfWork(499755936)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:03.233--ClientSession(820157452)--Connection(845786722)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2022-09-10 04:19:03.234--ServerSession(1574206600)--Connection(1380468558)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:03.234--ClientSession(820157452)--Thread(Thread[main,5,main])--client released [junit] [EL Finest]: 2022-09-10 04:19:03.234--ServerSession(1574206600)--Thread(Thread[main,5,main])--Begin undeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Deployed; factoryCount 1 [junit] [EL Finest]: 2022-09-10 04:19:03.234--ServerSession(1574206600)--Thread(Thread[main,5,main])--Unregistering MBean: TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541,Type=Configuration on server com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582 [junit] [EL Finest]: 2022-09-10 04:19:03.234--ServerSession(1574206600)--Thread(Thread[main,5,main])--Unregistered MBean [TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541,Type=Configuration] from MBeanServer [com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582]. [junit] [EL Finest]: 2022-09-10 04:19:03.234--ServerSession(1574206600)--Thread(Thread[main,5,main])--Unregistering MBean: TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541) on server com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582 [junit] [EL Finest]: 2022-09-10 04:19:03.234--ServerSession(1574206600)--Thread(Thread[main,5,main])--Unregistered MBean [TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541)] from MBeanServer [com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582]. [junit] [EL Finest]: 2022-09-10 04:19:03.234--ServerSession(1574206600)--Thread(Thread[main,5,main])--sequencing disconnected [junit] [EL Config]: 2022-09-10 04:19:03.234--ServerSession(1574206600)--Connection(163084952)--Thread(Thread[main,5,main])--disconnect [junit] [EL Finer]: 2022-09-10 04:19:03.234--ServerSession(1574206600)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Info]: 2022-09-10 04:19:03.234--ServerSession(1574206600)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541 logout successful [junit] [EL Finest]: 2022-09-10 04:19:03.234--ServerSession(1574206600)--Thread(Thread[main,5,main])--End undeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Undeployed; factoryCount 0 [junit] [EL Fine]: 2022-09-10 04:19:03.252--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@2836374 [junit] [EL Finer]: 2022-09-10 04:19:03.254--Thread(Thread[main,5,main])--JavaSECMPInitializer - predeploying jpa1testmodel. [junit] [EL Finest]: properties: 2022-09-10 04:19:03.254--ServerSession(2023765602)--Thread(Thread[main,5,main])--property=eclipselink.target-server; value=JBoss; translated value=org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2022-09-10 04:19:03.254--ServerSession(2023765602)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2022-09-10 04:19:03.254--ServerSession(2023765602)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Fine]: 2022-09-10 04:19:03.254--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2022-09-10 04:19:03.254--ServerSession(2023765602)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Initial; factoryCount 0 [junit] [EL Finest]: 2022-09-10 04:19:03.254--ServerSession(2023765602)--Thread(Thread[main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true [junit] [EL Finest]: 2022-09-10 04:19:03.254--ServerSession(2023765602)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true [junit] [EL Finest]: 2022-09-10 04:19:03.254--ServerSession(2023765602)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false [junit] [EL Finer]: 2022-09-10 04:19:03.254--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar]. [junit] [EL Finer]: 2022-09-10 04:19:03.254--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/eclipselink-orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar]. [junit] [EL Config]: 2022-09-10 04:19:03.269--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.269--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field employees] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:19:03.27--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.27--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.27--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.27--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field client] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:19:03.27--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.27--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field attr2] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte. [junit] [EL Config]: 2022-09-10 04:19:03.27--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.271--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.271--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field profiles] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile. [junit] [EL Config]: 2022-09-10 04:19:03.271--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.271--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field riders] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:19:03.271--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.271--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.272--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.273--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getCubicles] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle. [junit] [EL Config]: 2022-09-10 04:19:03.273--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.AbstractEmployee] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.273--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.273--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field attachedCop] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop. [junit] [EL Config]: 2022-09-10 04:19:03.273--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field parties] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal. [junit] [EL Config]: 2022-09-10 04:19:03.273--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.273--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field city] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City. [junit] [EL Config]: 2022-09-10 04:19:03.299--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.299--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.island.Island] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.3--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.3--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.3--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field cops] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop. [junit] [EL Config]: 2022-09-10 04:19:03.301--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field criminals] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal. [junit] [EL Config]: 2022-09-10 04:19:03.301--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.302--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.303--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.303--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.303--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getCourse] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course. [junit] [EL Config]: 2022-09-10 04:19:03.303--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.303--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field project] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project. [junit] [EL Config]: 2022-09-10 04:19:03.303--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.303--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.303--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field patent] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent. [junit] [EL Config]: 2022-09-10 04:19:03.303--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.304--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.304--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getWeapon] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon. [junit] [EL Config]: 2022-09-10 04:19:03.304--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.304--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.304--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.304--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.304--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.304--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.305--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.305--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field driver] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:19:03.305--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.305--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.305--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getComponent] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.component.Component. [junit] [EL Config]: 2022-09-10 04:19:03.305--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.305--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.305--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.305--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.306--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field informingCops] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop. [junit] [EL Config]: 2022-09-10 04:19:03.306--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.306--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field node] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode. [junit] [EL Config]: 2022-09-10 04:19:03.306--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.Component] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.306--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.306--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.306--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field partner] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop. [junit] [EL Config]: 2022-09-10 04:19:03.306--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field attachedCriminals] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal. [junit] [EL Config]: 2022-09-10 04:19:03.306--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field informers] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer. [junit] [EL Config]: 2022-09-10 04:19:03.306--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.306--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.307--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field item] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte. [junit] [EL Config]: 2022-09-10 04:19:03.307--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.307--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.307--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.307--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.307--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getCubicles] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle. [junit] [EL Config]: 2022-09-10 04:19:03.307--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.307--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field employee] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:19:03.308--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.308--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [method getCreatures] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature. [junit] [EL Config]: 2022-09-10 04:19:03.308--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.308--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field parent] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode. [junit] [EL Config]: 2022-09-10 04:19:03.308--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field children] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode. [junit] [EL Config]: 2022-09-10 04:19:03.308--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field description] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription. [junit] [EL Config]: 2022-09-10 04:19:03.308--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.Node] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.308--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field parent] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.Node. [junit] [EL Config]: 2022-09-10 04:19:03.308--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field children] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.Node. [junit] [EL Config]: 2022-09-10 04:19:03.308--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.308--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.309--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field brokerageAccount] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount. [junit] [EL Config]: 2022-09-10 04:19:03.309--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field projects] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project. [junit] [EL Config]: 2022-09-10 04:19:03.309--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field cubicle] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle. [junit] [EL Config]: 2022-09-10 04:19:03.309--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field costCenter] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter. [junit] [EL Config]: 2022-09-10 04:19:03.309--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field checkingAccount] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount. [junit] [EL Config]: 2022-09-10 04:19:03.309--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field travelProfile] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile. [junit] [EL Config]: 2022-09-10 04:19:03.309--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field sampleAccount] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account. [junit] [EL Config]: 2022-09-10 04:19:03.309--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field reviews] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review. [junit] [EL Config]: 2022-09-10 04:19:03.309--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field hobbies] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby. [junit] [EL Config]: 2022-09-10 04:19:03.309--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field motorVehicle] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle. [junit] [EL Config]: 2022-09-10 04:19:03.309--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field patents] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent. [junit] [EL Config]: 2022-09-10 04:19:03.31--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field creditCardAccounts] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount. [junit] [EL Config]: 2022-09-10 04:19:03.31--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field department] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department. [junit] [EL Config]: 2022-09-10 04:19:03.31--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field bicycles] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle. [junit] [EL Config]: 2022-09-10 04:19:03.31--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.31--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getMaterial] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material. [junit] [EL Config]: 2022-09-10 04:19:03.31--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.31--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.31--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getTasks] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task. [junit] [EL Config]: 2022-09-10 04:19:03.31--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.31--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.311--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.311--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer$PK] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.311--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.311--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.311--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.311--ServerSession(2023765602)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.311--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2022-09-10 04:19:03.311--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME. [junit] [EL Config]: 2022-09-10 04:19:03.311--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter] is being defaulted to: CostCenter. [junit] [EL Config]: 2022-09-10 04:19:03.312--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:03.312--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.312--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount] is being defaulted to: CheckingAccount. [junit] [EL Config]: 2022-09-10 04:19:03.312--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account] is being defaulted to: Account. [junit] [EL Config]: 2022-09-10 04:19:03.312--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [owner] is being defaulted to: OWNER. [junit] [EL Config]: 2022-09-10 04:19:03.312--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [balance] is being defaulted to: BALANCE. [junit] [EL Config]: 2022-09-10 04:19:03.312--ServerSession(2023765602)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:03.312--ServerSession(2023765602)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:03.312--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2022-09-10 04:19:03.312--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [creditLimit] is being defaulted to: CREDITLIMIT. [junit] [EL Config]: 2022-09-10 04:19:03.312--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte] is being defaulted to: Item_Byte. [junit] [EL Config]: 2022-09-10 04:19:03.313--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [namespace] is being defaulted to: NAMESPACE. [junit] [EL Config]: 2022-09-10 04:19:03.313--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:03.313--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [text] is being defaulted to: TEXT. [junit] [EL Config]: 2022-09-10 04:19:03.313--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp] is being defaulted to: Timestamp. [junit] [EL Config]: 2022-09-10 04:19:03.313--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.313--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike] is being defaulted to: RoadBike. [junit] [EL Config]: 2022-09-10 04:19:03.313--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle] is being defaulted to: Bicycle. [junit] [EL Config]: 2022-09-10 04:19:03.313--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle] is being defaulted to: Vehicle. [junit] [EL Config]: 2022-09-10 04:19:03.313--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR. [junit] [EL Config]: 2022-09-10 04:19:03.313--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.313--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [brand] is being defaulted to: BRAND. [junit] [EL Config]: 2022-09-10 04:19:03.313--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:19:03.314--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess] is being defaulted to: TemporalTypesFieldAccess. [junit] [EL Config]: 2022-09-10 04:19:03.314--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice] is being defaulted to: UniqueColorOffice. [junit] [EL Config]: 2022-09-10 04:19:03.314--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.314--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY. [junit] [EL Config]: 2022-09-10 04:19:03.314--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.AbstractEmployee] is being defaulted to: AbstractEmployee. [junit] [EL Config]: 2022-09-10 04:19:03.314--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:03.314--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.314--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal] is being defaulted to: Criminal. [junit] [EL Config]: 2022-09-10 04:19:03.315--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.315--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person] is being defaulted to: Person. [junit] [EL Config]: 2022-09-10 04:19:03.315--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.315--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee] is being defaulted to: ContractEmployee. [junit] [EL Config]: 2022-09-10 04:19:03.315--ServerSession(2023765602)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.315--ServerSession(2023765602)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.315--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [term] is being defaulted to: TERM. [junit] [EL Config]: 2022-09-10 04:19:03.315--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.island.Island] is being defaulted to: Island. [junit] [EL Config]: 2022-09-10 04:19:03.315--ServerSession(2023765602)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island] is being defaulted to: DTYPE. [junit] [EL Config]: 2022-09-10 04:19:03.315--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:03.315--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.315--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby] is being defaulted to: Hobby. [junit] [EL Config]: 2022-09-10 04:19:03.315--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [getDescription] is being defaulted to: DESCRIPTION. [junit] [EL Config]: 2022-09-10 04:19:03.315--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.316--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [getCategory] is being defaulted to: CATEGORY. [junit] [EL Config]: 2022-09-10 04:19:03.316--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City] is being defaulted to: City. [junit] [EL Config]: 2022-09-10 04:19:03.316--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [sound] is being defaulted to: SOUND. [junit] [EL Config]: 2022-09-10 04:19:03.316--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [integer] is being defaulted to: INTEGER. [junit] [EL Config]: 2022-09-10 04:19:03.316--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [cool] is being defaulted to: COOL. [junit] [EL Config]: 2022-09-10 04:19:03.316--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:03.316--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.316--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [type] is being defaulted to: TYPE. [junit] [EL Config]: 2022-09-10 04:19:03.316--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess] is being defaulted to: BasicTypesPropertyAccess. [junit] [EL Config]: 2022-09-10 04:19:03.316--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.317--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass] is being defaulted to: ReadOnlyEntitySubclass. [junit] [EL Config]: 2022-09-10 04:19:03.317--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity] is being defaulted to: ReadOnlyEntity. [junit] [EL Config]: 2022-09-10 04:19:03.317--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:03.317--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.317--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:19:03.317--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material] is being defaulted to: Material. [junit] [EL Config]: 2022-09-10 04:19:03.317--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [getData] is being defaulted to: DATA. [junit] [EL Config]: 2022-09-10 04:19:03.317--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task] is being defaulted to: Task. [junit] [EL Config]: 2022-09-10 04:19:03.318--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [description] is being defaulted to: DESCRIPTION. [junit] [EL Config]: 2022-09-10 04:19:03.318--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview] is being defaulted to: PatentReview. [junit] [EL Config]: 2022-09-10 04:19:03.318--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review] is being defaulted to: Review. [junit] [EL Config]: 2022-09-10 04:19:03.318--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [reviewDate] is being defaulted to: REVIEWDATE. [junit] [EL Config]: 2022-09-10 04:19:03.318--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.318--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:19:03.318--ServerSession(2023765602)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review] is being defaulted to: DTYPE. [junit] [EL Config]: 2022-09-10 04:19:03.318--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike] is being defaulted to: MountainBike. [junit] [EL Config]: 2022-09-10 04:19:03.318--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature] is being defaulted to: MythicalCreature. [junit] [EL Config]: 2022-09-10 04:19:03.318--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature] is being defaulted to: Creature. [junit] [EL Config]: 2022-09-10 04:19:03.318--ServerSession(2023765602)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature] is being defaulted to: DTYPE. [junit] [EL Config]: 2022-09-10 04:19:03.318--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.318--ServerSession(2023765602)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.319--ServerSession(2023765602)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.319--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [getStory] is being defaulted to: STORY. [junit] [EL Config]: 2022-09-10 04:19:03.319--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess] is being defaulted to: EmbeddingFieldAccess. [junit] [EL Config]: 2022-09-10 04:19:03.319--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [date] is being defaulted to: DATE. [junit] [EL Config]: 2022-09-10 04:19:03.319--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [time] is being defaulted to: TIME. [junit] [EL Config]: 2022-09-10 04:19:03.319--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.319--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon] is being defaulted to: Weapon. [junit] [EL Config]: 2022-09-10 04:19:03.319--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:03.319--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.319--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant] is being defaulted to: Plant. [junit] [EL Config]: 2022-09-10 04:19:03.319--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element] is being defaulted to: Element. [junit] [EL Config]: 2022-09-10 04:19:03.319--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent] is being defaulted to: Patent. [junit] [EL Config]: 2022-09-10 04:19:03.319--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [getYear] is being defaulted to: YEAR. [junit] [EL Config]: 2022-09-10 04:19:03.319--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:03.32--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car] is being defaulted to: Car. [junit] [EL Config]: 2022-09-10 04:19:03.32--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] is being defaulted to: MotorVehicle. [junit] [EL Config]: 2022-09-10 04:19:03.32--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [model] is being defaulted to: MODEL. [junit] [EL Config]: 2022-09-10 04:19:03.32--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat] is being defaulted to: MetricFloat. [junit] [EL Config]: 2022-09-10 04:19:03.32--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric] is being defaulted to: Metric. [junit] [EL Config]: 2022-09-10 04:19:03.32--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount] is being defaulted to: BrokerageAccount. [junit] [EL Config]: 2022-09-10 04:19:03.32--ServerSession(2023765602)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:03.32--ServerSession(2023765602)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:03.321--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [riskLevel] is being defaulted to: RISKLEVEL. [junit] [EL Config]: 2022-09-10 04:19:03.321--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal] is being defaulted to: Animal. [junit] [EL Config]: 2022-09-10 04:19:03.321--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer] is being defaulted to: Informer. [junit] [EL Config]: 2022-09-10 04:19:03.321--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.321--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription] is being defaulted to: CascadingNodeDescription. [junit] [EL Config]: 2022-09-10 04:19:03.321--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.321--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.Component] is being defaulted to: Component. [junit] [EL Config]: 2022-09-10 04:19:03.321--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.321--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile] is being defaulted to: TravelProfile. [junit] [EL Config]: 2022-09-10 04:19:03.321--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [getSmoker] is being defaulted to: SMOKER. [junit] [EL Config]: 2022-09-10 04:19:03.321--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [getGuid] is being defaulted to: GUID. [junit] [EL Config]: 2022-09-10 04:19:03.321--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop] is being defaulted to: Cop. [junit] [EL Config]: 2022-09-10 04:19:03.321--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.321--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess] is being defaulted to: EmbeddingPropertyAccess. [junit] [EL Config]: 2022-09-10 04:19:03.322--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [getDate] is being defaulted to: DATE. [junit] [EL Config]: 2022-09-10 04:19:03.322--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [getTime] is being defaulted to: TIME. [junit] [EL Config]: 2022-09-10 04:19:03.322--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.322--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte] is being defaulted to: Item_Attribute_Byte. [junit] [EL Config]: 2022-09-10 04:19:03.322--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount] is being defaulted to: SavingsAccount. [junit] [EL Config]: 2022-09-10 04:19:03.322--ServerSession(2023765602)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:03.322--ServerSession(2023765602)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:03.322--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [interestRate] is being defaulted to: INTERESTRATE. [junit] [EL Config]: 2022-09-10 04:19:03.322--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2022-09-10 04:19:03.323--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME. [junit] [EL Config]: 2022-09-10 04:19:03.323--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck] is being defaulted to: Truck. [junit] [EL Config]: 2022-09-10 04:19:03.323--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount] is being defaulted to: CreditCardAccount. [junit] [EL Config]: 2022-09-10 04:19:03.323--ServerSession(2023765602)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:03.323--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [cardType] is being defaulted to: CARDTYPE. [junit] [EL Config]: 2022-09-10 04:19:03.323--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [cardNumber] is being defaulted to: CARDNUMBER. [junit] [EL Config]: 2022-09-10 04:19:03.323--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [validTo] is being defaulted to: VALIDTO. [junit] [EL Config]: 2022-09-10 04:19:03.323--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office] is being defaulted to: Office. [junit] [EL Config]: 2022-09-10 04:19:03.323--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.323--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY. [junit] [EL Config]: 2022-09-10 04:19:03.323--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle] is being defaulted to: Cubicle. [junit] [EL Config]: 2022-09-10 04:19:03.323--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR. [junit] [EL Config]: 2022-09-10 04:19:03.323--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [place] is being defaulted to: PLACE. [junit] [EL Config]: 2022-09-10 04:19:03.324--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [floor] is being defaulted to: FLOOR. [junit] [EL Config]: 2022-09-10 04:19:03.324--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave] is being defaulted to: Cave. [junit] [EL Config]: 2022-09-10 04:19:03.324--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:03.324--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.324--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode] is being defaulted to: CascadingNode. [junit] [EL Config]: 2022-09-10 04:19:03.324--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.324--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.Node] is being defaulted to: Node. [junit] [EL Config]: 2022-09-10 04:19:03.324--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [nodeName] is being defaulted to: NODENAME. [junit] [EL Config]: 2022-09-10 04:19:03.324--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.324--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer] is being defaulted to: Trailer. [junit] [EL Config]: 2022-09-10 04:19:03.324--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [high] is being defaulted to: HIGH. [junit] [EL Config]: 2022-09-10 04:19:03.324--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [low] is being defaulted to: LOW. [junit] [EL Config]: 2022-09-10 04:19:03.324--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] is being defaulted to: Employee. [junit] [EL Config]: 2022-09-10 04:19:03.324--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [firstname] is being defaulted to: FIRSTNAME. [junit] [EL Config]: 2022-09-10 04:19:03.325--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [endDate] is being defaulted to: ENDDATE. [junit] [EL Config]: 2022-09-10 04:19:03.325--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [startDate] is being defaulted to: STARTDATE. [junit] [EL Config]: 2022-09-10 04:19:03.325--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [salary] is being defaulted to: SALARY. [junit] [EL Config]: 2022-09-10 04:19:03.325--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [lastname] is being defaulted to: LASTNAME. [junit] [EL Config]: 2022-09-10 04:19:03.325--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.325--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course] is being defaulted to: Course. [junit] [EL Config]: 2022-09-10 04:19:03.325--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department] is being defaulted to: Department. [junit] [EL Config]: 2022-09-10 04:19:03.325--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:03.325--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.325--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [getVersion] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:19:03.325--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project] is being defaulted to: Project. [junit] [EL Config]: 2022-09-10 04:19:03.325--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty] is being defaulted to: Nasty. [junit] [EL Config]: 2022-09-10 04:19:03.325--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.325--ServerSession(2023765602)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess] is being defaulted to: BasicTypesFieldAccess. [junit] [EL Config]: 2022-09-10 04:19:03.326--ServerSession(2023765602)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:19:03.326--ServerSession(2023765602)--Thread(Thread[main,5,main])--The pk column value for the table generator named [StringIdGenerator] defined on [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby] from [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby] is being defaulted to: StringIdGenerator. [junit] [EL Config]: 2022-09-10 04:19:03.326--ServerSession(2023765602)--Thread(Thread[main,5,main])--The pk column value for the table generator named [VehicleGenerator] defined on [field id] from [field id] is being defaulted to: VehicleGenerator. [junit] [EL Config]: 2022-09-10 04:19:03.326--ServerSession(2023765602)--Thread(Thread[main,5,main])--The pk column value for the table generator named [IdGenerator] defined on [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project] from [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project] is being defaulted to: IdGenerator. [junit] [EL Config]: 2022-09-10 04:19:03.326--ServerSession(2023765602)--Thread(Thread[main,5,main])--The pk column value for the table generator named [CourseGenerator] defined on [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course] from [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course] is being defaulted to: CourseGenerator. [junit] [EL Config]: 2022-09-10 04:19:03.327--ServerSession(2023765602)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field client] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.327--ServerSession(2023765602)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field profiles] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.327--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field profiles] is being defaulted to: GUID. [junit] [EL Config]: 2022-09-10 04:19:03.327--ServerSession(2023765602)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field riders] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.327--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field riders] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.327--ServerSession(2023765602)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getCubicles] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.327--ServerSession(2023765602)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field attachedCop] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.327--ServerSession(2023765602)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [attachedCop] is being defaulted to: ATTACHEDCOP_ID. [junit] [EL Config]: 2022-09-10 04:19:03.367--ServerSession(2023765602)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field parties] is being defaulted to: TMP_CRIMINAL_TMP_CRIMINAL. [junit] [EL Config]: 2022-09-10 04:19:03.367--ServerSession(2023765602)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field parties] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.367--ServerSession(2023765602)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [parties] is being defaulted to: Criminal_ID. [junit] [EL Config]: 2022-09-10 04:19:03.367--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field parties] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.367--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [parties] is being defaulted to: parties_ID. [junit] [EL Config]: 2022-09-10 04:19:03.367--ServerSession(2023765602)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field city] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.367--ServerSession(2023765602)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field cops] is being defaulted to: TMP_CITY_TMP_COP. [junit] [EL Config]: 2022-09-10 04:19:03.367--ServerSession(2023765602)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field cops] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.367--ServerSession(2023765602)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [cops] is being defaulted to: City_ID. [junit] [EL Config]: 2022-09-10 04:19:03.367--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field cops] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.367--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [cops] is being defaulted to: cops_ID. [junit] [EL Config]: 2022-09-10 04:19:03.367--ServerSession(2023765602)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field criminals] is being defaulted to: TMP_CITY_TMP_CRIMINAL. [junit] [EL Config]: 2022-09-10 04:19:03.367--ServerSession(2023765602)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field criminals] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.367--ServerSession(2023765602)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [criminals] is being defaulted to: City_ID. [junit] [EL Config]: 2022-09-10 04:19:03.367--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field criminals] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.367--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [criminals] is being defaulted to: criminals_ID. [junit] [EL Config]: 2022-09-10 04:19:03.367--ServerSession(2023765602)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field project] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.367--ServerSession(2023765602)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getWeapon] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.368--ServerSession(2023765602)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field driver] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.368--ServerSession(2023765602)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getComponent] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.368--ServerSession(2023765602)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field informingCops] is being defaulted to: TMP_INFORMER_TMP_COP. [junit] [EL Config]: 2022-09-10 04:19:03.368--ServerSession(2023765602)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field informingCops] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.368--ServerSession(2023765602)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [informingCops] is being defaulted to: Informer_ID. [junit] [EL Config]: 2022-09-10 04:19:03.368--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field informingCops] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.368--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [informingCops] is being defaulted to: informingCops_ID. [junit] [EL Config]: 2022-09-10 04:19:03.368--ServerSession(2023765602)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field partner] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.368--ServerSession(2023765602)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [partner] is being defaulted to: PARTNER_ID. [junit] [EL Config]: 2022-09-10 04:19:03.368--ServerSession(2023765602)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field attachedCriminals] is being defaulted to: TMP_COP_TMP_CRIMINAL. [junit] [EL Config]: 2022-09-10 04:19:03.368--ServerSession(2023765602)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field attachedCriminals] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.368--ServerSession(2023765602)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [attachedCriminals] is being defaulted to: Cop_ID. [junit] [EL Config]: 2022-09-10 04:19:03.368--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field attachedCriminals] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.368--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [attachedCriminals] is being defaulted to: attachedCriminals_ID. [junit] [EL Config]: 2022-09-10 04:19:03.368--ServerSession(2023765602)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field informers] is being defaulted to: TMP_COP_TMP_INFORMER. [junit] [EL Config]: 2022-09-10 04:19:03.368--ServerSession(2023765602)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field informers] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.368--ServerSession(2023765602)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [informers] is being defaulted to: Cop_ID. [junit] [EL Config]: 2022-09-10 04:19:03.368--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field informers] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.368--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [informers] is being defaulted to: informers_ID. [junit] [EL Config]: 2022-09-10 04:19:03.368--ServerSession(2023765602)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field item] is being defaulted to: ITEM_ID. [junit] [EL Config]: 2022-09-10 04:19:03.368--ServerSession(2023765602)--Thread(Thread[main,5,main])--The key column name for the basic map mapping element [getCubicles] is being defaulted to: CUBICLES_KEY. [junit] [EL Config]: 2022-09-10 04:19:03.368--ServerSession(2023765602)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getCubicles] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.369--ServerSession(2023765602)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getCreatures] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.369--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [method getCreatures] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.369--ServerSession(2023765602)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field parent] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.369--ServerSession(2023765602)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field description] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.369--ServerSession(2023765602)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field parent] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.369--ServerSession(2023765602)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field brokerageAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:03.369--ServerSession(2023765602)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field projects] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.369--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field projects] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.369--ServerSession(2023765602)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field costCenter] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.369--ServerSession(2023765602)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field travelProfile] is being defaulted to: GUID. [junit] [EL Config]: 2022-09-10 04:19:03.369--ServerSession(2023765602)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field sampleAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:03.37--ServerSession(2023765602)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field reviews] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.37--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field reviews] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.37--ServerSession(2023765602)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field hobbies] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.37--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field hobbies] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.37--ServerSession(2023765602)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field patents] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.37--ServerSession(2023765602)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field creditCardAccounts] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.37--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field creditCardAccounts] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:03.37--ServerSession(2023765602)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field department] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.37--ServerSession(2023765602)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getMaterial] is being defaulted to: COURSE_ID. [junit] [EL Config]: 2022-09-10 04:19:03.37--ServerSession(2023765602)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [method getMaterial] is being defaulted to: COURSE_ID. [junit] [EL Config]: 2022-09-10 04:19:03.37--ServerSession(2023765602)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getAttendees] is being defaulted to: COURSE_ID. [junit] [EL Config]: 2022-09-10 04:19:03.37--ServerSession(2023765602)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [method getAttendees] is being defaulted to: ID. [junit] [EL Finest]: 2022-09-10 04:19:03.371--ServerSession(2023765602)--Thread(Thread[main,5,main])--query getDepartmentCached: query hint eclipselink.query-results-cache; value True [junit] [EL Finest]: 2022-09-10 04:19:03.372--ServerSession(2023765602)--Thread(Thread[main,5,main])--query getAllDepartmentsCached: query hint eclipselink.query-results-cache; value True [junit] [EL Finest]: 2022-09-10 04:19:03.373--ServerSession(2023765602)--Thread(Thread[main,5,main])--End predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Predeployed; factoryCount 0 [junit] [EL Finer]: 2022-09-10 04:19:03.373--Thread(Thread[main,5,main])--JavaSECMPInitializer - transformer is null. [junit] [EL Finest]: 2022-09-10 04:19:03.373--ServerSession(2023765602)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Predeployed; factoryCount 0 [junit] [EL Finest]: 2022-09-10 04:19:03.373--ServerSession(2023765602)--Thread(Thread[main,5,main])--End predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Predeployed; factoryCount 1 [junit] [EL Finer]: 2022-09-10 04:19:03.373--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Component_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.374--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.374--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.374--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.AbstractEmployee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.374--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.374--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.375--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.375--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.375--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.375--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.376--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.376--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.376--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.376--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.376--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.377--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.377--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.377--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.377--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.378--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.378--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.378--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.378--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.378--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.379--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.379--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.379--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.379--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.379--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.38--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.38--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.38--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.38--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.38--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.381--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.381--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.381--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.381--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.381--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.382--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.382--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.382--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.382--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.382--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.383--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.383--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.383--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.383--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.384--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.384--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.384--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.384--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.384--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.385--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.385--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.Node_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.385--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.385--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.385--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.386--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.386--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.386--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.386--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.386--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.387--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.387--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer$PK_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.387--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.387--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount_] not found during initialization. [junit] [EL Finest]: 2022-09-10 04:19:03.387--ServerSession(2023765602)--Thread(Thread[main,5,main])--Begin deploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Predeployed; factoryCount 1 [junit] [EL Finest]: 2022-09-10 04:19:03.392--ServerSession(2023765602)--Thread(Thread[main,5,main])--Bean Validation Factory was not initialized: [javax/validation/Validation]. [junit] [EL Finest]: 2022-09-10 04:19:03.392--ServerSession(2023765602)--Thread(Thread[main,5,main])--property=eclipselink.target-server; value=JBoss; translated value=org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2022-09-10 04:19:03.392--ServerSession(2023765602)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2022-09-10 04:19:03.393--ServerSession(2023765602)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2022-09-10 04:19:03.393--ServerSession(2023765602)--Thread(Thread[main,5,main])--property=eclipselink.target-database; value=org.eclipse.persistence.platform.database.MySQLPlatform [junit] [EL Finest]: 2022-09-10 04:19:03.393--ServerSession(2023765602)--Thread(Thread[main,5,main])--property=javax.persistence.nonJtaDataSource; value=org.eclipse.persistence.testing.framework.wdf.PooledDataSource@ea1a8d5 [junit] [EL Finest]: 2022-09-10 04:19:03.393--ServerSession(2023765602)--Thread(Thread[main,5,main])--property=eclipselink.jdbc.batch-writing; value=None [junit] [EL Finest]: 2022-09-10 04:19:03.393--ServerSession(2023765602)--Thread(Thread[main,5,main])--property=eclipselink.temporal.mutable; value=true [junit] [EL Info]: 2022-09-10 04:19:03.393--ServerSession(2023765602)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Config]: 2022-09-10 04:19:03.393--ServerSession(2023765602)--Connection(545246855)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "" [junit] connector=>JNDIConnector datasource name=>null [junit] )) [junit] [EL Config]: 2022-09-10 04:19:03.394--ServerSession(2023765602)--Connection(792346604)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost/ecltest?useSSL=false [junit] User: root@localhost [junit] Database: MySQL Version: 5.7.29 [junit] Driver: MySQL Connector Java Version: mysql-connector-java-5.1.48 ( Revision: 29734982609c32d3ab7e5cac2e6acee69ff6b4aa ) [junit] [EL Finest]: 2022-09-10 04:19:03.394--ServerSession(2023765602)--Connection(494740293)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:03.394--ServerSession(2023765602)--Connection(494740293)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Config]: 2022-09-10 04:19:03.394--ServerSession(2023765602)--Connection(1135140251)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "" [junit] connector=>JNDIConnector datasource name=>null [junit] )) [junit] [EL Config]: 2022-09-10 04:19:03.395--ServerSession(2023765602)--Connection(1657458920)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost/ecltest?useSSL=false [junit] User: root@localhost [junit] Database: MySQL Version: 5.7.29 [junit] Driver: MySQL Connector Java Version: mysql-connector-java-5.1.48 ( Revision: 29734982609c32d3ab7e5cac2e6acee69ff6b4aa ) [junit] [EL Finest]: 2022-09-10 04:19:03.395--ServerSession(2023765602)--Thread(Thread[main,5,main])--sequencing connected, state is NoPreallocation_State [junit] [EL Finest]: 2022-09-10 04:19:03.395--ServerSession(2023765602)--Thread(Thread[main,5,main])--sequence testSequence: preallocation size 1 [junit] [EL Finest]: 2022-09-10 04:19:03.395--ServerSession(2023765602)--Thread(Thread[main,5,main])--sequence testSequenceInc3: preallocation size 3 [junit] [EL Finest]: 2022-09-10 04:19:03.395--ServerSession(2023765602)--Thread(Thread[main,5,main])--sequence SEQ_GEN_IDENTITY: preallocation size 1 [junit] [EL Finest]: 2022-09-10 04:19:03.395--ServerSession(2023765602)--Thread(Thread[main,5,main])--sequencing connected, state is Preallocation_Transaction_NoAccessor_State [junit] [EL Finest]: 2022-09-10 04:19:03.395--ServerSession(2023765602)--Thread(Thread[main,5,main])--sequence SEQUENCE: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:19:03.395--ServerSession(2023765602)--Thread(Thread[main,5,main])--sequence VehicleGenerator: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:19:03.395--ServerSession(2023765602)--Thread(Thread[main,5,main])--sequence CourseGenerator: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:19:03.395--ServerSession(2023765602)--Thread(Thread[main,5,main])--sequence StringIdGenerator: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:19:03.395--ServerSession(2023765602)--Thread(Thread[main,5,main])--sequence Component: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:19:03.395--ServerSession(2023765602)--Thread(Thread[main,5,main])--sequence SEQ_GEN: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:19:03.395--ServerSession(2023765602)--Thread(Thread[main,5,main])--sequence IdGenerator: preallocation size 50 [junit] [EL Warning]: 2022-09-10 04:19:03.396--ServerSession(2023765602)--Thread(Thread[main,5,main])--Reverting the lazy setting on the OneToOne or ManyToOne attribute [driver] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] since weaving was not enabled or did not occur. [junit] [EL Warning]: 2022-09-10 04:19:03.397--ServerSession(2023765602)--Thread(Thread[main,5,main])--Reverting the lazy setting on the OneToOne or ManyToOne attribute [cubicle] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] since weaving was not enabled or did not occur. [junit] [EL Info]: 2022-09-10 04:19:03.414--ServerSession(2023765602)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541 login successful [junit] [EL Finer]: 2022-09-10 04:19:03.414--ServerSession(2023765602)--Thread(Thread[main,5,main])--JMX MBeanServer instance found: [com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582], # of beans: [22], domain: [DefaultDomain] at index: [0]. [junit] [EL Finest]: 2022-09-10 04:19:03.415--ServerSession(2023765602)--Thread(Thread[main,5,main])--Registered MBean: org.eclipse.persistence.services.mbean.MBeanDevelopmentServices[TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541,Type=Configuration] on server com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582 [junit] [EL Finest]: 2022-09-10 04:19:03.415--ServerSession(2023765602)--Thread(Thread[main,5,main])--Registered MBean: org.eclipse.persistence.services.jboss.MBeanJBossRuntimeServices[TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541)] on server com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582 [junit] [EL Finest]: 2022-09-10 04:19:03.415--ServerSession(2023765602)--Thread(Thread[main,5,main])--EclipseLink JMX Runtime Services is referencing the [Platform ConversionManager] ClassLoader at: [sun.misc.Launcher$AppClassLoader@330bedb4] [junit] [EL Finest]: 2022-09-10 04:19:03.415--ServerSession(2023765602)--Thread(Thread[main,5,main])--The applicationName for the MBean attached to session [/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541] is [unknown] [junit] [EL Finest]: 2022-09-10 04:19:03.415--ServerSession(2023765602)--Thread(Thread[main,5,main])--The moduleName for the MBean attached to session [/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541] is [unknown] [junit] [EL Finer]: 2022-09-10 04:19:03.416--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Component_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.417--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.417--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.417--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.AbstractEmployee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.417--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.417--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.418--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.418--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.418--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.418--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.419--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.419--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.419--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.419--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.419--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.419--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.42--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.42--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.42--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.42--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.42--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.421--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.421--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.421--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.421--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.421--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.422--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.422--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.422--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.422--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.423--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.423--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.423--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.423--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.423--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.424--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.424--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.424--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.424--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.424--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.425--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.425--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.425--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.425--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.425--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.426--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.426--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.426--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.426--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.426--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.427--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.427--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.427--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.427--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.427--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.Node_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.427--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.428--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.428--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.428--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.428--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.428--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.429--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.429--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.429--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.429--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer$PK_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.429--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.43--ServerSession(2023765602)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount_] not found during initialization. [junit] [EL Finest]: 2022-09-10 04:19:03.43--ServerSession(2023765602)--Thread(Thread[main,5,main])--End deploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Deployed; factoryCount 1 [junit] [EL Finer]: 2022-09-10 04:19:03.43--ServerSession(2023765602)--Thread(Thread[main,5,main])--client acquired: 779624764 [junit] [EL Finer]: 2022-09-10 04:19:03.43--ClientSession(779624764)--Thread(Thread[main,5,main])--acquire unit of work: 2042923733 [junit] [EL Finest]: 2022-09-10 04:19:03.43--UnitOfWork(2042923733)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:19:03.43--UnitOfWork(2042923733)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2. [junit] [EL Finest]: 2022-09-10 04:19:03.43--UnitOfWork(2042923733)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3. [junit] [EL Finest]: 2022-09-10 04:19:03.43--UnitOfWork(2042923733)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4. [junit] [EL Finest]: 2022-09-10 04:19:03.43--UnitOfWork(2042923733)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5. [junit] [EL Finer]: 2022-09-10 04:19:03.43--UnitOfWork(2042923733)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:03.43--UnitOfWork(2042923733)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2022-09-10 04:19:03.43--ServerSession(2023765602)--Connection(1641575689)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:03.43--ClientSession(779624764)--Connection(1641575689)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:03.43--ClientSession(779624764)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:03.431--ClientSession(779624764)--Connection(1256320645)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [2, 2, 1] [junit] [EL Finest]: 2022-09-10 04:19:03.432--UnitOfWork(2042923733)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5) [junit] [EL Fine]: 2022-09-10 04:19:03.432--ClientSession(779624764)--Connection(1256320645)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [5, 5, 1] [junit] [EL Finest]: 2022-09-10 04:19:03.432--UnitOfWork(2042923733)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4) [junit] [EL Fine]: 2022-09-10 04:19:03.432--ClientSession(779624764)--Connection(1256320645)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [4, 4, 1] [junit] [EL Finest]: 2022-09-10 04:19:03.433--UnitOfWork(2042923733)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Fine]: 2022-09-10 04:19:03.433--ClientSession(779624764)--Connection(1256320645)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, 1, 1] [junit] [EL Finest]: 2022-09-10 04:19:03.434--UnitOfWork(2042923733)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Fine]: 2022-09-10 04:19:03.434--ClientSession(779624764)--Connection(1256320645)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [3, 3, 1] [junit] [EL Finer]: 2022-09-10 04:19:03.434--ClientSession(779624764)--Connection(1256320645)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:03.435--ServerSession(2023765602)--Connection(1641575689)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:03.435--UnitOfWork(2042923733)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:03.435--UnitOfWork(2042923733)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:03.435--UnitOfWork(2042923733)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:03.435--ClientSession(779624764)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:03.435--UnitOfWork(2042923733)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:03.435--ClientSession(779624764)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:03.435--ServerSession(2023765602)--Thread(Thread[main,5,main])--client acquired: 1779936135 [junit] [EL Finer]: 2022-09-10 04:19:03.436--ClientSession(1779936135)--Thread(Thread[main,5,main])--acquire unit of work: 1594608347 [junit] [EL Finest]: 2022-09-10 04:19:03.436--UnitOfWork(1594608347)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:03.436--UnitOfWork(1594608347)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2022-09-10 04:19:03.436--UnitOfWork(1594608347)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:03.436--UnitOfWork(1594608347)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4 [junit] [EL Finest]: 2022-09-10 04:19:03.436--UnitOfWork(1594608347)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:03.436--UnitOfWork(1594608347)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5 [junit] [EL Finer]: 2022-09-10 04:19:03.437--ServerSession(2023765602)--Thread(Thread[main,5,main])--client acquired: 700740086 [junit] [EL Finer]: 2022-09-10 04:19:03.437--ClientSession(700740086)--Thread(Thread[main,5,main])--acquire unit of work: 1750724866 [junit] [EL Finest]: 2022-09-10 04:19:03.437--UnitOfWork(1750724866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:03.437--UnitOfWork(1750724866)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:19:03.437--UnitOfWork(1750724866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:03.437--UnitOfWork(1750724866)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2022-09-10 04:19:03.437--UnitOfWork(1750724866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:03.437--UnitOfWork(1750724866)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finer]: 2022-09-10 04:19:03.437--UnitOfWork(1750724866)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:03.437--UnitOfWork(1750724866)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:19:03.438--ServerSession(2023765602)--Connection(704730359)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:03.438--ClientSession(700740086)--Connection(704730359)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:03.438--ClientSession(700740086)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:03.438--ClientSession(700740086)--Connection(595485100)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [a, 2, 1, 1] [junit] [EL Finest]: 2022-09-10 04:19:03.439--UnitOfWork(1750724866)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Fine]: 2022-09-10 04:19:03.439--ClientSession(700740086)--Connection(595485100)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [b, 2, 2, 1] [junit] [EL Finest]: 2022-09-10 04:19:03.439--UnitOfWork(1750724866)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Fine]: 2022-09-10 04:19:03.439--ClientSession(700740086)--Connection(595485100)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [c, 2, 3, 1] [junit] [EL Finer]: 2022-09-10 04:19:03.44--ClientSession(700740086)--Connection(595485100)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:03.44--ServerSession(2023765602)--Connection(704730359)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:03.441--UnitOfWork(1750724866)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:03.441--UnitOfWork(1750724866)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:03.441--UnitOfWork(1750724866)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:03.441--ClientSession(700740086)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:03.441--UnitOfWork(1594608347)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:03.441--UnitOfWork(1594608347)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2022-09-10 04:19:03.442--ServerSession(2023765602)--Connection(1968588425)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:03.442--ClientSession(1779936135)--Connection(1968588425)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:03.442--ClientSession(1779936135)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:03.442--ClientSession(1779936135)--Connection(1704423777)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [x, 2, 3, 1] [junit] [EL Warning]: 2022-09-10 04:19:03.442--UnitOfWork(1594608347)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department Primary Key> 3 [junit] at org.eclipse.persistence.exceptions.OptimisticLockException.objectChangedSinceLastReadWhenUpdating(OptimisticLockException.java:144) [junit] at org.eclipse.persistence.descriptors.VersionLockingPolicy.validateUpdate(VersionLockingPolicy.java:790) [junit] at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.updateObjectForWriteWithChangeSet(DatabaseQueryMechanism.java:1086) [junit] at org.eclipse.persistence.queries.UpdateObjectQuery.executeCommitWithChangeSet(UpdateObjectQuery.java:84) [junit] at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.executeWriteWithChangeSet(DatabaseQueryMechanism.java:301) [junit] at org.eclipse.persistence.queries.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:58) [junit] at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:911) [junit] at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:810) [junit] at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:108) [junit] at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:85) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2922) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1863) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1796) [junit] at org.eclipse.persistence.internal.sessions.CommitManager.commitChangedObjectsForClassWithChangeSet(CommitManager.java:273) [junit] at org.eclipse.persistence.internal.sessions.CommitManager.commitAllObjectsWithChangeSet(CommitManager.java:131) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.writeAllObjectsWithChangeSet(AbstractSession.java:4279) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1454) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithPreBuiltChangeSet(UnitOfWorkImpl.java:1600) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.writeChanges(RepeatableWriteUnitOfWork.java:455) [junit] at org.eclipse.persistence.internal.jpa.EntityManagerImpl.flush(EntityManagerImpl.java:874) [junit] at org.eclipse.persistence.internal.jpa.QueryImpl.performPreQueryFlush(QueryImpl.java:972) [junit] at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:207) [junit] at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:478) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.lock.TestOptimistic$3.trigger(TestOptimistic.java:538) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.lock.TestOptimistic.verifyBatchOLE(TestOptimistic.java:593) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.lock.TestOptimistic.testBatchOLEQuery(TestOptimistic.java:544) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.lang.reflect.Method.invoke(Method.java:498) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:178) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:38) [junit] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:50) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:38) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1014) [junit] [junit] [EL Finer]: 2022-09-10 04:19:03.443--UnitOfWork(1594608347)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:03.443--ClientSession(1779936135)--Connection(1704423777)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2022-09-10 04:19:03.443--ServerSession(2023765602)--Connection(1968588425)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:03.443--ClientSession(1779936135)--Thread(Thread[main,5,main])--client released [junit] [EL Finest]: 2022-09-10 04:19:03.443--ServerSession(2023765602)--Thread(Thread[main,5,main])--Begin undeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Deployed; factoryCount 1 [junit] [EL Finest]: 2022-09-10 04:19:03.444--ServerSession(2023765602)--Thread(Thread[main,5,main])--Unregistering MBean: TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541,Type=Configuration on server com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582 [junit] [EL Finest]: 2022-09-10 04:19:03.444--ServerSession(2023765602)--Thread(Thread[main,5,main])--Unregistered MBean [TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541,Type=Configuration] from MBeanServer [com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582]. [junit] [EL Finest]: 2022-09-10 04:19:03.444--ServerSession(2023765602)--Thread(Thread[main,5,main])--Unregistering MBean: TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541) on server com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582 [junit] [EL Finest]: 2022-09-10 04:19:03.444--ServerSession(2023765602)--Thread(Thread[main,5,main])--Unregistered MBean [TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541)] from MBeanServer [com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582]. [junit] [EL Finest]: 2022-09-10 04:19:03.444--ServerSession(2023765602)--Thread(Thread[main,5,main])--sequencing disconnected [junit] [EL Config]: 2022-09-10 04:19:03.444--ServerSession(2023765602)--Connection(494740293)--Thread(Thread[main,5,main])--disconnect [junit] [EL Finer]: 2022-09-10 04:19:03.444--ServerSession(2023765602)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Info]: 2022-09-10 04:19:03.444--ServerSession(2023765602)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541 logout successful [junit] [EL Finest]: 2022-09-10 04:19:03.444--ServerSession(2023765602)--Thread(Thread[main,5,main])--End undeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Undeployed; factoryCount 0 [junit] [EL Fine]: 2022-09-10 04:19:03.459--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@2d4eba14 [junit] [EL Finer]: 2022-09-10 04:19:03.461--Thread(Thread[main,5,main])--JavaSECMPInitializer - predeploying jpa1testmodel. [junit] [EL Finest]: properties: 2022-09-10 04:19:03.461--ServerSession(801582579)--Thread(Thread[main,5,main])--property=eclipselink.target-server; value=JBoss; translated value=org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2022-09-10 04:19:03.461--ServerSession(801582579)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2022-09-10 04:19:03.461--ServerSession(801582579)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Fine]: 2022-09-10 04:19:03.461--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2022-09-10 04:19:03.461--ServerSession(801582579)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Initial; factoryCount 0 [junit] [EL Finest]: 2022-09-10 04:19:03.461--ServerSession(801582579)--Thread(Thread[main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true [junit] [EL Finest]: 2022-09-10 04:19:03.461--ServerSession(801582579)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true [junit] [EL Finest]: 2022-09-10 04:19:03.461--ServerSession(801582579)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false [junit] [EL Finer]: 2022-09-10 04:19:03.461--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar]. [junit] [EL Finer]: 2022-09-10 04:19:03.462--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/eclipselink-orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar]. [junit] [EL Config]: 2022-09-10 04:19:03.475--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.476--ServerSession(801582579)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field employees] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:19:03.476--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.476--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.476--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.476--ServerSession(801582579)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field client] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:19:03.476--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.477--ServerSession(801582579)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field attr2] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte. [junit] [EL Config]: 2022-09-10 04:19:03.477--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.477--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.477--ServerSession(801582579)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field profiles] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile. [junit] [EL Config]: 2022-09-10 04:19:03.477--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.477--ServerSession(801582579)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field riders] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:19:03.477--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.477--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.478--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.479--ServerSession(801582579)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getCubicles] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle. [junit] [EL Config]: 2022-09-10 04:19:03.479--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.AbstractEmployee] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.479--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.479--ServerSession(801582579)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field attachedCop] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop. [junit] [EL Config]: 2022-09-10 04:19:03.479--ServerSession(801582579)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field parties] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal. [junit] [EL Config]: 2022-09-10 04:19:03.479--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.479--ServerSession(801582579)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field city] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City. [junit] [EL Config]: 2022-09-10 04:19:03.48--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.48--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.island.Island] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.48--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.481--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.481--ServerSession(801582579)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field cops] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop. [junit] [EL Config]: 2022-09-10 04:19:03.481--ServerSession(801582579)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field criminals] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal. [junit] [EL Config]: 2022-09-10 04:19:03.481--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.482--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.482--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.482--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.483--ServerSession(801582579)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getCourse] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course. [junit] [EL Config]: 2022-09-10 04:19:03.483--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.483--ServerSession(801582579)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field project] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project. [junit] [EL Config]: 2022-09-10 04:19:03.483--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.483--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.483--ServerSession(801582579)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field patent] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent. [junit] [EL Config]: 2022-09-10 04:19:03.483--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.483--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.483--ServerSession(801582579)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getWeapon] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon. [junit] [EL Config]: 2022-09-10 04:19:03.483--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.483--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.484--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.484--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.484--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.484--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.484--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.484--ServerSession(801582579)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field driver] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:19:03.484--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.485--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.485--ServerSession(801582579)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getComponent] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.component.Component. [junit] [EL Config]: 2022-09-10 04:19:03.485--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.485--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.485--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.485--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.485--ServerSession(801582579)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field informingCops] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop. [junit] [EL Config]: 2022-09-10 04:19:03.485--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.485--ServerSession(801582579)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field node] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode. [junit] [EL Config]: 2022-09-10 04:19:03.485--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.Component] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.485--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.486--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.486--ServerSession(801582579)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field partner] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop. [junit] [EL Config]: 2022-09-10 04:19:03.486--ServerSession(801582579)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field attachedCriminals] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal. [junit] [EL Config]: 2022-09-10 04:19:03.486--ServerSession(801582579)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field informers] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer. [junit] [EL Config]: 2022-09-10 04:19:03.486--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.486--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.486--ServerSession(801582579)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field item] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte. [junit] [EL Config]: 2022-09-10 04:19:03.486--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.486--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.486--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.487--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.487--ServerSession(801582579)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getCubicles] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle. [junit] [EL Config]: 2022-09-10 04:19:03.487--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.487--ServerSession(801582579)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field employee] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:19:03.487--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.487--ServerSession(801582579)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [method getCreatures] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature. [junit] [EL Config]: 2022-09-10 04:19:03.487--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.487--ServerSession(801582579)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field parent] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode. [junit] [EL Config]: 2022-09-10 04:19:03.487--ServerSession(801582579)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field children] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode. [junit] [EL Config]: 2022-09-10 04:19:03.487--ServerSession(801582579)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field description] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription. [junit] [EL Config]: 2022-09-10 04:19:03.487--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.Node] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.488--ServerSession(801582579)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field parent] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.Node. [junit] [EL Config]: 2022-09-10 04:19:03.488--ServerSession(801582579)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field children] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.Node. [junit] [EL Config]: 2022-09-10 04:19:03.488--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.488--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.488--ServerSession(801582579)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field brokerageAccount] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount. [junit] [EL Config]: 2022-09-10 04:19:03.488--ServerSession(801582579)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field projects] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project. [junit] [EL Config]: 2022-09-10 04:19:03.488--ServerSession(801582579)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field cubicle] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle. [junit] [EL Config]: 2022-09-10 04:19:03.488--ServerSession(801582579)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field costCenter] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter. [junit] [EL Config]: 2022-09-10 04:19:03.488--ServerSession(801582579)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field checkingAccount] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount. [junit] [EL Config]: 2022-09-10 04:19:03.489--ServerSession(801582579)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field travelProfile] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile. [junit] [EL Config]: 2022-09-10 04:19:03.489--ServerSession(801582579)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field sampleAccount] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account. [junit] [EL Config]: 2022-09-10 04:19:03.489--ServerSession(801582579)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field reviews] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review. [junit] [EL Config]: 2022-09-10 04:19:03.489--ServerSession(801582579)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field hobbies] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby. [junit] [EL Config]: 2022-09-10 04:19:03.489--ServerSession(801582579)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field motorVehicle] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle. [junit] [EL Config]: 2022-09-10 04:19:03.489--ServerSession(801582579)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field patents] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent. [junit] [EL Config]: 2022-09-10 04:19:03.489--ServerSession(801582579)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field creditCardAccounts] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount. [junit] [EL Config]: 2022-09-10 04:19:03.489--ServerSession(801582579)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field department] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department. [junit] [EL Config]: 2022-09-10 04:19:03.489--ServerSession(801582579)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field bicycles] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle. [junit] [EL Config]: 2022-09-10 04:19:03.489--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.489--ServerSession(801582579)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getMaterial] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material. [junit] [EL Config]: 2022-09-10 04:19:03.489--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.489--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.49--ServerSession(801582579)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getTasks] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task. [junit] [EL Config]: 2022-09-10 04:19:03.49--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.49--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.49--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.49--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer$PK] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.49--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.49--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.491--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.491--ServerSession(801582579)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.491--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2022-09-10 04:19:03.491--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME. [junit] [EL Config]: 2022-09-10 04:19:03.491--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter] is being defaulted to: CostCenter. [junit] [EL Config]: 2022-09-10 04:19:03.491--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:03.491--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.491--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount] is being defaulted to: CheckingAccount. [junit] [EL Config]: 2022-09-10 04:19:03.491--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account] is being defaulted to: Account. [junit] [EL Config]: 2022-09-10 04:19:03.491--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [owner] is being defaulted to: OWNER. [junit] [EL Config]: 2022-09-10 04:19:03.491--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [balance] is being defaulted to: BALANCE. [junit] [EL Config]: 2022-09-10 04:19:03.492--ServerSession(801582579)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:03.492--ServerSession(801582579)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:03.492--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2022-09-10 04:19:03.492--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [creditLimit] is being defaulted to: CREDITLIMIT. [junit] [EL Config]: 2022-09-10 04:19:03.492--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte] is being defaulted to: Item_Byte. [junit] [EL Config]: 2022-09-10 04:19:03.492--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [namespace] is being defaulted to: NAMESPACE. [junit] [EL Config]: 2022-09-10 04:19:03.492--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:03.492--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [text] is being defaulted to: TEXT. [junit] [EL Config]: 2022-09-10 04:19:03.492--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp] is being defaulted to: Timestamp. [junit] [EL Config]: 2022-09-10 04:19:03.492--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.493--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike] is being defaulted to: RoadBike. [junit] [EL Config]: 2022-09-10 04:19:03.493--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle] is being defaulted to: Bicycle. [junit] [EL Config]: 2022-09-10 04:19:03.493--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle] is being defaulted to: Vehicle. [junit] [EL Config]: 2022-09-10 04:19:03.493--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR. [junit] [EL Config]: 2022-09-10 04:19:03.493--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.493--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [brand] is being defaulted to: BRAND. [junit] [EL Config]: 2022-09-10 04:19:03.493--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:19:03.493--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess] is being defaulted to: TemporalTypesFieldAccess. [junit] [EL Config]: 2022-09-10 04:19:03.493--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice] is being defaulted to: UniqueColorOffice. [junit] [EL Config]: 2022-09-10 04:19:03.493--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.493--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY. [junit] [EL Config]: 2022-09-10 04:19:03.493--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.AbstractEmployee] is being defaulted to: AbstractEmployee. [junit] [EL Config]: 2022-09-10 04:19:03.494--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:03.494--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.494--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal] is being defaulted to: Criminal. [junit] [EL Config]: 2022-09-10 04:19:03.494--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.494--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person] is being defaulted to: Person. [junit] [EL Config]: 2022-09-10 04:19:03.494--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.494--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee] is being defaulted to: ContractEmployee. [junit] [EL Config]: 2022-09-10 04:19:03.494--ServerSession(801582579)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.494--ServerSession(801582579)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.495--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [term] is being defaulted to: TERM. [junit] [EL Config]: 2022-09-10 04:19:03.495--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.island.Island] is being defaulted to: Island. [junit] [EL Config]: 2022-09-10 04:19:03.495--ServerSession(801582579)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island] is being defaulted to: DTYPE. [junit] [EL Config]: 2022-09-10 04:19:03.495--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:03.495--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.495--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby] is being defaulted to: Hobby. [junit] [EL Config]: 2022-09-10 04:19:03.495--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [getDescription] is being defaulted to: DESCRIPTION. [junit] [EL Config]: 2022-09-10 04:19:03.495--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.495--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [getCategory] is being defaulted to: CATEGORY. [junit] [EL Config]: 2022-09-10 04:19:03.495--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City] is being defaulted to: City. [junit] [EL Config]: 2022-09-10 04:19:03.495--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [sound] is being defaulted to: SOUND. [junit] [EL Config]: 2022-09-10 04:19:03.495--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [integer] is being defaulted to: INTEGER. [junit] [EL Config]: 2022-09-10 04:19:03.495--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [cool] is being defaulted to: COOL. [junit] [EL Config]: 2022-09-10 04:19:03.495--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:03.495--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.495--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [type] is being defaulted to: TYPE. [junit] [EL Config]: 2022-09-10 04:19:03.495--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess] is being defaulted to: BasicTypesPropertyAccess. [junit] [EL Config]: 2022-09-10 04:19:03.496--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.496--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass] is being defaulted to: ReadOnlyEntitySubclass. [junit] [EL Config]: 2022-09-10 04:19:03.496--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity] is being defaulted to: ReadOnlyEntity. [junit] [EL Config]: 2022-09-10 04:19:03.496--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:03.496--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.496--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:19:03.496--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material] is being defaulted to: Material. [junit] [EL Config]: 2022-09-10 04:19:03.496--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [getData] is being defaulted to: DATA. [junit] [EL Config]: 2022-09-10 04:19:03.496--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task] is being defaulted to: Task. [junit] [EL Config]: 2022-09-10 04:19:03.497--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [description] is being defaulted to: DESCRIPTION. [junit] [EL Config]: 2022-09-10 04:19:03.497--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview] is being defaulted to: PatentReview. [junit] [EL Config]: 2022-09-10 04:19:03.497--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review] is being defaulted to: Review. [junit] [EL Config]: 2022-09-10 04:19:03.497--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [reviewDate] is being defaulted to: REVIEWDATE. [junit] [EL Config]: 2022-09-10 04:19:03.497--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.497--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:19:03.497--ServerSession(801582579)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review] is being defaulted to: DTYPE. [junit] [EL Config]: 2022-09-10 04:19:03.497--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike] is being defaulted to: MountainBike. [junit] [EL Config]: 2022-09-10 04:19:03.497--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature] is being defaulted to: MythicalCreature. [junit] [EL Config]: 2022-09-10 04:19:03.497--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature] is being defaulted to: Creature. [junit] [EL Config]: 2022-09-10 04:19:03.497--ServerSession(801582579)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature] is being defaulted to: DTYPE. [junit] [EL Config]: 2022-09-10 04:19:03.497--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.498--ServerSession(801582579)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.498--ServerSession(801582579)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.498--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [getStory] is being defaulted to: STORY. [junit] [EL Config]: 2022-09-10 04:19:03.498--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess] is being defaulted to: EmbeddingFieldAccess. [junit] [EL Config]: 2022-09-10 04:19:03.498--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [date] is being defaulted to: DATE. [junit] [EL Config]: 2022-09-10 04:19:03.498--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [time] is being defaulted to: TIME. [junit] [EL Config]: 2022-09-10 04:19:03.498--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.498--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon] is being defaulted to: Weapon. [junit] [EL Config]: 2022-09-10 04:19:03.498--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:03.498--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.498--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant] is being defaulted to: Plant. [junit] [EL Config]: 2022-09-10 04:19:03.498--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element] is being defaulted to: Element. [junit] [EL Config]: 2022-09-10 04:19:03.498--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent] is being defaulted to: Patent. [junit] [EL Config]: 2022-09-10 04:19:03.498--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [getYear] is being defaulted to: YEAR. [junit] [EL Config]: 2022-09-10 04:19:03.498--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:03.499--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car] is being defaulted to: Car. [junit] [EL Config]: 2022-09-10 04:19:03.499--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] is being defaulted to: MotorVehicle. [junit] [EL Config]: 2022-09-10 04:19:03.499--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [model] is being defaulted to: MODEL. [junit] [EL Config]: 2022-09-10 04:19:03.499--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat] is being defaulted to: MetricFloat. [junit] [EL Config]: 2022-09-10 04:19:03.499--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric] is being defaulted to: Metric. [junit] [EL Config]: 2022-09-10 04:19:03.499--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount] is being defaulted to: BrokerageAccount. [junit] [EL Config]: 2022-09-10 04:19:03.499--ServerSession(801582579)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:03.499--ServerSession(801582579)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:03.499--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [riskLevel] is being defaulted to: RISKLEVEL. [junit] [EL Config]: 2022-09-10 04:19:03.5--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal] is being defaulted to: Animal. [junit] [EL Config]: 2022-09-10 04:19:03.5--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer] is being defaulted to: Informer. [junit] [EL Config]: 2022-09-10 04:19:03.5--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.5--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription] is being defaulted to: CascadingNodeDescription. [junit] [EL Config]: 2022-09-10 04:19:03.5--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.5--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.Component] is being defaulted to: Component. [junit] [EL Config]: 2022-09-10 04:19:03.5--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.5--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile] is being defaulted to: TravelProfile. [junit] [EL Config]: 2022-09-10 04:19:03.5--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [getSmoker] is being defaulted to: SMOKER. [junit] [EL Config]: 2022-09-10 04:19:03.5--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [getGuid] is being defaulted to: GUID. [junit] [EL Config]: 2022-09-10 04:19:03.5--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop] is being defaulted to: Cop. [junit] [EL Config]: 2022-09-10 04:19:03.5--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.5--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess] is being defaulted to: EmbeddingPropertyAccess. [junit] [EL Config]: 2022-09-10 04:19:03.501--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [getDate] is being defaulted to: DATE. [junit] [EL Config]: 2022-09-10 04:19:03.501--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [getTime] is being defaulted to: TIME. [junit] [EL Config]: 2022-09-10 04:19:03.501--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.501--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte] is being defaulted to: Item_Attribute_Byte. [junit] [EL Config]: 2022-09-10 04:19:03.501--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount] is being defaulted to: SavingsAccount. [junit] [EL Config]: 2022-09-10 04:19:03.501--ServerSession(801582579)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:03.501--ServerSession(801582579)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:03.501--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [interestRate] is being defaulted to: INTERESTRATE. [junit] [EL Config]: 2022-09-10 04:19:03.501--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2022-09-10 04:19:03.501--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME. [junit] [EL Config]: 2022-09-10 04:19:03.501--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck] is being defaulted to: Truck. [junit] [EL Config]: 2022-09-10 04:19:03.501--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount] is being defaulted to: CreditCardAccount. [junit] [EL Config]: 2022-09-10 04:19:03.502--ServerSession(801582579)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:03.502--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [cardType] is being defaulted to: CARDTYPE. [junit] [EL Config]: 2022-09-10 04:19:03.502--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [cardNumber] is being defaulted to: CARDNUMBER. [junit] [EL Config]: 2022-09-10 04:19:03.502--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [validTo] is being defaulted to: VALIDTO. [junit] [EL Config]: 2022-09-10 04:19:03.502--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office] is being defaulted to: Office. [junit] [EL Config]: 2022-09-10 04:19:03.502--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.502--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY. [junit] [EL Config]: 2022-09-10 04:19:03.502--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle] is being defaulted to: Cubicle. [junit] [EL Config]: 2022-09-10 04:19:03.502--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR. [junit] [EL Config]: 2022-09-10 04:19:03.502--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [place] is being defaulted to: PLACE. [junit] [EL Config]: 2022-09-10 04:19:03.502--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [floor] is being defaulted to: FLOOR. [junit] [EL Config]: 2022-09-10 04:19:03.502--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave] is being defaulted to: Cave. [junit] [EL Config]: 2022-09-10 04:19:03.502--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:03.502--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.502--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode] is being defaulted to: CascadingNode. [junit] [EL Config]: 2022-09-10 04:19:03.503--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.503--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.Node] is being defaulted to: Node. [junit] [EL Config]: 2022-09-10 04:19:03.503--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [nodeName] is being defaulted to: NODENAME. [junit] [EL Config]: 2022-09-10 04:19:03.503--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.503--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer] is being defaulted to: Trailer. [junit] [EL Config]: 2022-09-10 04:19:03.503--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [high] is being defaulted to: HIGH. [junit] [EL Config]: 2022-09-10 04:19:03.503--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [low] is being defaulted to: LOW. [junit] [EL Config]: 2022-09-10 04:19:03.503--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] is being defaulted to: Employee. [junit] [EL Config]: 2022-09-10 04:19:03.503--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [firstname] is being defaulted to: FIRSTNAME. [junit] [EL Config]: 2022-09-10 04:19:03.503--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [endDate] is being defaulted to: ENDDATE. [junit] [EL Config]: 2022-09-10 04:19:03.503--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [startDate] is being defaulted to: STARTDATE. [junit] [EL Config]: 2022-09-10 04:19:03.503--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [salary] is being defaulted to: SALARY. [junit] [EL Config]: 2022-09-10 04:19:03.503--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [lastname] is being defaulted to: LASTNAME. [junit] [EL Config]: 2022-09-10 04:19:03.503--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.503--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course] is being defaulted to: Course. [junit] [EL Config]: 2022-09-10 04:19:03.504--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department] is being defaulted to: Department. [junit] [EL Config]: 2022-09-10 04:19:03.504--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:03.504--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.504--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [getVersion] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:19:03.504--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project] is being defaulted to: Project. [junit] [EL Config]: 2022-09-10 04:19:03.504--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty] is being defaulted to: Nasty. [junit] [EL Config]: 2022-09-10 04:19:03.504--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.504--ServerSession(801582579)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess] is being defaulted to: BasicTypesFieldAccess. [junit] [EL Config]: 2022-09-10 04:19:03.505--ServerSession(801582579)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:19:03.505--ServerSession(801582579)--Thread(Thread[main,5,main])--The pk column value for the table generator named [StringIdGenerator] defined on [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby] from [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby] is being defaulted to: StringIdGenerator. [junit] [EL Config]: 2022-09-10 04:19:03.505--ServerSession(801582579)--Thread(Thread[main,5,main])--The pk column value for the table generator named [VehicleGenerator] defined on [field id] from [field id] is being defaulted to: VehicleGenerator. [junit] [EL Config]: 2022-09-10 04:19:03.505--ServerSession(801582579)--Thread(Thread[main,5,main])--The pk column value for the table generator named [IdGenerator] defined on [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project] from [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project] is being defaulted to: IdGenerator. [junit] [EL Config]: 2022-09-10 04:19:03.505--ServerSession(801582579)--Thread(Thread[main,5,main])--The pk column value for the table generator named [CourseGenerator] defined on [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course] from [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course] is being defaulted to: CourseGenerator. [junit] [EL Config]: 2022-09-10 04:19:03.505--ServerSession(801582579)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field client] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.505--ServerSession(801582579)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field profiles] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.506--ServerSession(801582579)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field profiles] is being defaulted to: GUID. [junit] [EL Config]: 2022-09-10 04:19:03.506--ServerSession(801582579)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field riders] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.506--ServerSession(801582579)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field riders] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.506--ServerSession(801582579)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getCubicles] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.506--ServerSession(801582579)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field attachedCop] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.506--ServerSession(801582579)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [attachedCop] is being defaulted to: ATTACHEDCOP_ID. [junit] [EL Config]: 2022-09-10 04:19:03.506--ServerSession(801582579)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field parties] is being defaulted to: TMP_CRIMINAL_TMP_CRIMINAL. [junit] [EL Config]: 2022-09-10 04:19:03.506--ServerSession(801582579)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field parties] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.506--ServerSession(801582579)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [parties] is being defaulted to: Criminal_ID. [junit] [EL Config]: 2022-09-10 04:19:03.506--ServerSession(801582579)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field parties] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.506--ServerSession(801582579)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [parties] is being defaulted to: parties_ID. [junit] [EL Config]: 2022-09-10 04:19:03.506--ServerSession(801582579)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field city] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.506--ServerSession(801582579)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field cops] is being defaulted to: TMP_CITY_TMP_COP. [junit] [EL Config]: 2022-09-10 04:19:03.506--ServerSession(801582579)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field cops] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.506--ServerSession(801582579)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [cops] is being defaulted to: City_ID. [junit] [EL Config]: 2022-09-10 04:19:03.506--ServerSession(801582579)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field cops] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.506--ServerSession(801582579)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [cops] is being defaulted to: cops_ID. [junit] [EL Config]: 2022-09-10 04:19:03.507--ServerSession(801582579)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field criminals] is being defaulted to: TMP_CITY_TMP_CRIMINAL. [junit] [EL Config]: 2022-09-10 04:19:03.507--ServerSession(801582579)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field criminals] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.507--ServerSession(801582579)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [criminals] is being defaulted to: City_ID. [junit] [EL Config]: 2022-09-10 04:19:03.507--ServerSession(801582579)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field criminals] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.507--ServerSession(801582579)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [criminals] is being defaulted to: criminals_ID. [junit] [EL Config]: 2022-09-10 04:19:03.507--ServerSession(801582579)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field project] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.507--ServerSession(801582579)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getWeapon] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.507--ServerSession(801582579)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field driver] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.507--ServerSession(801582579)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getComponent] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.507--ServerSession(801582579)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field informingCops] is being defaulted to: TMP_INFORMER_TMP_COP. [junit] [EL Config]: 2022-09-10 04:19:03.507--ServerSession(801582579)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field informingCops] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.507--ServerSession(801582579)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [informingCops] is being defaulted to: Informer_ID. [junit] [EL Config]: 2022-09-10 04:19:03.507--ServerSession(801582579)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field informingCops] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.507--ServerSession(801582579)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [informingCops] is being defaulted to: informingCops_ID. [junit] [EL Config]: 2022-09-10 04:19:03.507--ServerSession(801582579)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field partner] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.507--ServerSession(801582579)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [partner] is being defaulted to: PARTNER_ID. [junit] [EL Config]: 2022-09-10 04:19:03.507--ServerSession(801582579)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field attachedCriminals] is being defaulted to: TMP_COP_TMP_CRIMINAL. [junit] [EL Config]: 2022-09-10 04:19:03.507--ServerSession(801582579)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field attachedCriminals] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.507--ServerSession(801582579)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [attachedCriminals] is being defaulted to: Cop_ID. [junit] [EL Config]: 2022-09-10 04:19:03.507--ServerSession(801582579)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field attachedCriminals] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.507--ServerSession(801582579)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [attachedCriminals] is being defaulted to: attachedCriminals_ID. [junit] [EL Config]: 2022-09-10 04:19:03.508--ServerSession(801582579)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field informers] is being defaulted to: TMP_COP_TMP_INFORMER. [junit] [EL Config]: 2022-09-10 04:19:03.508--ServerSession(801582579)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field informers] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.508--ServerSession(801582579)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [informers] is being defaulted to: Cop_ID. [junit] [EL Config]: 2022-09-10 04:19:03.508--ServerSession(801582579)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field informers] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.581--ServerSession(801582579)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [informers] is being defaulted to: informers_ID. [junit] [EL Config]: 2022-09-10 04:19:03.582--ServerSession(801582579)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field item] is being defaulted to: ITEM_ID. [junit] [EL Config]: 2022-09-10 04:19:03.582--ServerSession(801582579)--Thread(Thread[main,5,main])--The key column name for the basic map mapping element [getCubicles] is being defaulted to: CUBICLES_KEY. [junit] [EL Config]: 2022-09-10 04:19:03.582--ServerSession(801582579)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getCubicles] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.582--ServerSession(801582579)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getCreatures] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.582--ServerSession(801582579)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [method getCreatures] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.582--ServerSession(801582579)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field parent] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.582--ServerSession(801582579)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field description] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.582--ServerSession(801582579)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field parent] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.582--ServerSession(801582579)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field brokerageAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:03.582--ServerSession(801582579)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field projects] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.582--ServerSession(801582579)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field projects] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.583--ServerSession(801582579)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field costCenter] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.583--ServerSession(801582579)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field travelProfile] is being defaulted to: GUID. [junit] [EL Config]: 2022-09-10 04:19:03.583--ServerSession(801582579)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field sampleAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:03.583--ServerSession(801582579)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field reviews] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.583--ServerSession(801582579)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field reviews] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.583--ServerSession(801582579)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field hobbies] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.583--ServerSession(801582579)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field hobbies] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.583--ServerSession(801582579)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field patents] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.583--ServerSession(801582579)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field creditCardAccounts] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.583--ServerSession(801582579)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field creditCardAccounts] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:03.583--ServerSession(801582579)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field department] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.583--ServerSession(801582579)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getMaterial] is being defaulted to: COURSE_ID. [junit] [EL Config]: 2022-09-10 04:19:03.583--ServerSession(801582579)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [method getMaterial] is being defaulted to: COURSE_ID. [junit] [EL Config]: 2022-09-10 04:19:03.584--ServerSession(801582579)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getAttendees] is being defaulted to: COURSE_ID. [junit] [EL Config]: 2022-09-10 04:19:03.584--ServerSession(801582579)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [method getAttendees] is being defaulted to: ID. [junit] [EL Finest]: 2022-09-10 04:19:03.585--ServerSession(801582579)--Thread(Thread[main,5,main])--query getDepartmentCached: query hint eclipselink.query-results-cache; value True [junit] [EL Finest]: 2022-09-10 04:19:03.585--ServerSession(801582579)--Thread(Thread[main,5,main])--query getAllDepartmentsCached: query hint eclipselink.query-results-cache; value True [junit] [EL Finest]: 2022-09-10 04:19:03.586--ServerSession(801582579)--Thread(Thread[main,5,main])--End predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Predeployed; factoryCount 0 [junit] [EL Finer]: 2022-09-10 04:19:03.586--Thread(Thread[main,5,main])--JavaSECMPInitializer - transformer is null. [junit] [EL Finest]: 2022-09-10 04:19:03.586--ServerSession(801582579)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Predeployed; factoryCount 0 [junit] [EL Finest]: 2022-09-10 04:19:03.586--ServerSession(801582579)--Thread(Thread[main,5,main])--End predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Predeployed; factoryCount 1 [junit] [EL Finer]: 2022-09-10 04:19:03.586--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Component_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.587--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.587--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.587--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.AbstractEmployee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.587--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.587--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.588--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.588--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.588--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.588--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.588--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.589--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.589--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.589--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.589--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.589--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.59--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.59--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.59--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.59--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.59--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.591--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.591--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.591--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.591--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.591--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.592--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.592--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.592--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.592--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.592--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.592--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.593--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.593--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.593--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.593--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.594--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.594--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.594--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.594--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.594--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.595--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.595--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.595--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.595--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.595--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.596--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.596--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.596--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.596--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.597--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.597--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.597--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.597--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.597--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.Node_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.598--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.598--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.598--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.598--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.598--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.599--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.599--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.599--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.599--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.6--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer$PK_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.6--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.6--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount_] not found during initialization. [junit] [EL Finest]: 2022-09-10 04:19:03.6--ServerSession(801582579)--Thread(Thread[main,5,main])--Begin deploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Predeployed; factoryCount 1 [junit] [EL Finest]: 2022-09-10 04:19:03.605--ServerSession(801582579)--Thread(Thread[main,5,main])--Bean Validation Factory was not initialized: [javax/validation/Validation]. [junit] [EL Finest]: 2022-09-10 04:19:03.605--ServerSession(801582579)--Thread(Thread[main,5,main])--property=eclipselink.target-server; value=JBoss; translated value=org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2022-09-10 04:19:03.605--ServerSession(801582579)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2022-09-10 04:19:03.605--ServerSession(801582579)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2022-09-10 04:19:03.605--ServerSession(801582579)--Thread(Thread[main,5,main])--property=eclipselink.target-database; value=org.eclipse.persistence.platform.database.MySQLPlatform [junit] [EL Finest]: 2022-09-10 04:19:03.605--ServerSession(801582579)--Thread(Thread[main,5,main])--property=javax.persistence.nonJtaDataSource; value=org.eclipse.persistence.testing.framework.wdf.PooledDataSource@ea1a8d5 [junit] [EL Finest]: 2022-09-10 04:19:03.606--ServerSession(801582579)--Thread(Thread[main,5,main])--property=eclipselink.jdbc.batch-writing; value=JDBC [junit] [EL Finest]: 2022-09-10 04:19:03.606--ServerSession(801582579)--Thread(Thread[main,5,main])--property=eclipselink.temporal.mutable; value=true [junit] [EL Info]: 2022-09-10 04:19:03.606--ServerSession(801582579)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Config]: 2022-09-10 04:19:03.606--ServerSession(801582579)--Connection(1111351265)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "" [junit] connector=>JNDIConnector datasource name=>null [junit] )) [junit] [EL Config]: 2022-09-10 04:19:03.607--ServerSession(801582579)--Connection(306946119)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost/ecltest?useSSL=false [junit] User: root@localhost [junit] Database: MySQL Version: 5.7.29 [junit] Driver: MySQL Connector Java Version: mysql-connector-java-5.1.48 ( Revision: 29734982609c32d3ab7e5cac2e6acee69ff6b4aa ) [junit] [EL Finest]: 2022-09-10 04:19:03.607--ServerSession(801582579)--Connection(1879808596)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:03.607--ServerSession(801582579)--Connection(1879808596)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Config]: 2022-09-10 04:19:03.607--ServerSession(801582579)--Connection(1550156131)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "" [junit] connector=>JNDIConnector datasource name=>null [junit] )) [junit] [EL Config]: 2022-09-10 04:19:03.607--ServerSession(801582579)--Connection(1394849424)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost/ecltest?useSSL=false [junit] User: root@localhost [junit] Database: MySQL Version: 5.7.29 [junit] Driver: MySQL Connector Java Version: mysql-connector-java-5.1.48 ( Revision: 29734982609c32d3ab7e5cac2e6acee69ff6b4aa ) [junit] [EL Finest]: 2022-09-10 04:19:03.608--ServerSession(801582579)--Thread(Thread[main,5,main])--sequencing connected, state is NoPreallocation_State [junit] [EL Finest]: 2022-09-10 04:19:03.608--ServerSession(801582579)--Thread(Thread[main,5,main])--sequence testSequence: preallocation size 1 [junit] [EL Finest]: 2022-09-10 04:19:03.608--ServerSession(801582579)--Thread(Thread[main,5,main])--sequence testSequenceInc3: preallocation size 3 [junit] [EL Finest]: 2022-09-10 04:19:03.608--ServerSession(801582579)--Thread(Thread[main,5,main])--sequence SEQ_GEN_IDENTITY: preallocation size 1 [junit] [EL Finest]: 2022-09-10 04:19:03.608--ServerSession(801582579)--Thread(Thread[main,5,main])--sequencing connected, state is Preallocation_Transaction_NoAccessor_State [junit] [EL Finest]: 2022-09-10 04:19:03.608--ServerSession(801582579)--Thread(Thread[main,5,main])--sequence SEQUENCE: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:19:03.608--ServerSession(801582579)--Thread(Thread[main,5,main])--sequence VehicleGenerator: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:19:03.608--ServerSession(801582579)--Thread(Thread[main,5,main])--sequence CourseGenerator: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:19:03.608--ServerSession(801582579)--Thread(Thread[main,5,main])--sequence StringIdGenerator: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:19:03.608--ServerSession(801582579)--Thread(Thread[main,5,main])--sequence Component: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:19:03.608--ServerSession(801582579)--Thread(Thread[main,5,main])--sequence SEQ_GEN: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:19:03.608--ServerSession(801582579)--Thread(Thread[main,5,main])--sequence IdGenerator: preallocation size 50 [junit] [EL Warning]: 2022-09-10 04:19:03.609--ServerSession(801582579)--Thread(Thread[main,5,main])--Reverting the lazy setting on the OneToOne or ManyToOne attribute [driver] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] since weaving was not enabled or did not occur. [junit] [EL Warning]: 2022-09-10 04:19:03.61--ServerSession(801582579)--Thread(Thread[main,5,main])--Reverting the lazy setting on the OneToOne or ManyToOne attribute [cubicle] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] since weaving was not enabled or did not occur. [junit] [EL Info]: 2022-09-10 04:19:03.627--ServerSession(801582579)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541 login successful [junit] [EL Finer]: 2022-09-10 04:19:03.627--ServerSession(801582579)--Thread(Thread[main,5,main])--JMX MBeanServer instance found: [com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582], # of beans: [22], domain: [DefaultDomain] at index: [0]. [junit] [EL Finest]: 2022-09-10 04:19:03.627--ServerSession(801582579)--Thread(Thread[main,5,main])--Registered MBean: org.eclipse.persistence.services.mbean.MBeanDevelopmentServices[TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541,Type=Configuration] on server com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582 [junit] [EL Finest]: 2022-09-10 04:19:03.627--ServerSession(801582579)--Thread(Thread[main,5,main])--Registered MBean: org.eclipse.persistence.services.jboss.MBeanJBossRuntimeServices[TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541)] on server com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582 [junit] [EL Finest]: 2022-09-10 04:19:03.627--ServerSession(801582579)--Thread(Thread[main,5,main])--EclipseLink JMX Runtime Services is referencing the [Platform ConversionManager] ClassLoader at: [sun.misc.Launcher$AppClassLoader@330bedb4] [junit] [EL Finest]: 2022-09-10 04:19:03.627--ServerSession(801582579)--Thread(Thread[main,5,main])--The applicationName for the MBean attached to session [/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541] is [unknown] [junit] [EL Finest]: 2022-09-10 04:19:03.627--ServerSession(801582579)--Thread(Thread[main,5,main])--The moduleName for the MBean attached to session [/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541] is [unknown] [junit] [EL Finer]: 2022-09-10 04:19:03.629--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Component_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.629--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.629--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.629--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.AbstractEmployee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.63--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.63--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.63--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.63--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.631--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.631--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.631--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.631--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.632--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.632--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.632--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.632--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.632--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.633--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.633--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.633--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.633--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.633--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.634--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.634--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.634--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.634--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.634--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.635--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.635--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.635--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.635--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.635--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.636--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.636--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.636--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.636--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.636--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.637--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.637--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.637--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.637--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.637--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.638--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.638--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.638--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.638--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.638--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.639--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.639--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.639--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.639--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.639--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.639--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.64--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.64--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.Node_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.64--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.64--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.64--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.641--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.641--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.641--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.641--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.642--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.642--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.642--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer$PK_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.642--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.642--ServerSession(801582579)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount_] not found during initialization. [junit] [EL Finest]: 2022-09-10 04:19:03.642--ServerSession(801582579)--Thread(Thread[main,5,main])--End deploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Deployed; factoryCount 1 [junit] [EL Finer]: 2022-09-10 04:19:03.643--ServerSession(801582579)--Thread(Thread[main,5,main])--client acquired: 164482795 [junit] [EL Finer]: 2022-09-10 04:19:03.643--ClientSession(164482795)--Thread(Thread[main,5,main])--acquire unit of work: 1494978325 [junit] [EL Finest]: 2022-09-10 04:19:03.643--UnitOfWork(1494978325)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:19:03.643--UnitOfWork(1494978325)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2. [junit] [EL Finest]: 2022-09-10 04:19:03.643--UnitOfWork(1494978325)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3. [junit] [EL Finest]: 2022-09-10 04:19:03.643--UnitOfWork(1494978325)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4. [junit] [EL Finest]: 2022-09-10 04:19:03.643--UnitOfWork(1494978325)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5. [junit] [EL Finer]: 2022-09-10 04:19:03.643--UnitOfWork(1494978325)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:03.643--UnitOfWork(1494978325)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4) [junit] [EL Finest]: 2022-09-10 04:19:03.643--ServerSession(801582579)--Connection(442374654)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:03.643--ClientSession(164482795)--Connection(442374654)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:03.643--ClientSession(164482795)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:03.644--UnitOfWork(1494978325)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2022-09-10 04:19:03.644--UnitOfWork(1494978325)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5) [junit] [EL Finest]: 2022-09-10 04:19:03.644--UnitOfWork(1494978325)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2022-09-10 04:19:03.644--UnitOfWork(1494978325)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finer]: 2022-09-10 04:19:03.644--ClientSession(164482795)--Connection(1048232448)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:03.644--ClientSession(164482795)--Connection(1048232448)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:03.644--ClientSession(164482795)--Connection(1048232448)--Thread(Thread[main,5,main])-- bind => [4, 4, 1] [junit] [EL Fine]: 2022-09-10 04:19:03.644--ClientSession(164482795)--Connection(1048232448)--Thread(Thread[main,5,main])-- bind => [2, 2, 1] [junit] [EL Fine]: 2022-09-10 04:19:03.644--ClientSession(164482795)--Connection(1048232448)--Thread(Thread[main,5,main])-- bind => [5, 5, 1] [junit] [EL Fine]: 2022-09-10 04:19:03.645--ClientSession(164482795)--Connection(1048232448)--Thread(Thread[main,5,main])-- bind => [3, 3, 1] [junit] [EL Fine]: 2022-09-10 04:19:03.645--ClientSession(164482795)--Connection(1048232448)--Thread(Thread[main,5,main])-- bind => [1, 1, 1] [junit] [EL Finer]: 2022-09-10 04:19:03.645--ClientSession(164482795)--Connection(1048232448)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:03.647--ClientSession(164482795)--Connection(1048232448)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:03.647--ServerSession(801582579)--Connection(442374654)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:03.648--UnitOfWork(1494978325)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:03.648--UnitOfWork(1494978325)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:03.648--UnitOfWork(1494978325)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:03.648--ClientSession(164482795)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:03.648--UnitOfWork(1494978325)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:03.648--ClientSession(164482795)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:03.648--ServerSession(801582579)--Thread(Thread[main,5,main])--client acquired: 395045116 [junit] [EL Finer]: 2022-09-10 04:19:03.648--ClientSession(395045116)--Thread(Thread[main,5,main])--acquire unit of work: 2131317455 [junit] [EL Finest]: 2022-09-10 04:19:03.648--UnitOfWork(2131317455)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:03.648--UnitOfWork(2131317455)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2022-09-10 04:19:03.648--UnitOfWork(2131317455)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:03.648--UnitOfWork(2131317455)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4 [junit] [EL Finest]: 2022-09-10 04:19:03.649--UnitOfWork(2131317455)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:03.649--UnitOfWork(2131317455)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5 [junit] [EL Finer]: 2022-09-10 04:19:03.649--ServerSession(801582579)--Thread(Thread[main,5,main])--client acquired: 218731504 [junit] [EL Finer]: 2022-09-10 04:19:03.649--ClientSession(218731504)--Thread(Thread[main,5,main])--acquire unit of work: 145098665 [junit] [EL Finest]: 2022-09-10 04:19:03.649--UnitOfWork(145098665)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:03.649--UnitOfWork(145098665)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:19:03.649--UnitOfWork(145098665)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:03.649--UnitOfWork(145098665)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2022-09-10 04:19:03.649--UnitOfWork(145098665)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:03.649--UnitOfWork(145098665)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finer]: 2022-09-10 04:19:03.649--UnitOfWork(145098665)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:03.649--UnitOfWork(145098665)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:19:03.65--ServerSession(801582579)--Connection(251381409)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:03.65--ClientSession(218731504)--Connection(251381409)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:03.65--ClientSession(218731504)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:03.65--UnitOfWork(145098665)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2022-09-10 04:19:03.65--UnitOfWork(145098665)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finer]: 2022-09-10 04:19:03.651--ClientSession(218731504)--Connection(424954008)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:03.651--ClientSession(218731504)--Connection(424954008)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] [EL Fine]: 2022-09-10 04:19:03.651--ClientSession(218731504)--Connection(424954008)--Thread(Thread[main,5,main])-- bind => [a, 2, 1, 1] [junit] [EL Fine]: 2022-09-10 04:19:03.651--ClientSession(218731504)--Connection(424954008)--Thread(Thread[main,5,main])-- bind => [b, 2, 2, 1] [junit] [EL Fine]: 2022-09-10 04:19:03.651--ClientSession(218731504)--Connection(424954008)--Thread(Thread[main,5,main])-- bind => [c, 2, 3, 1] [junit] [EL Finer]: 2022-09-10 04:19:03.651--ClientSession(218731504)--Connection(424954008)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:03.652--ClientSession(218731504)--Connection(424954008)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:03.652--ServerSession(801582579)--Connection(251381409)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:03.653--UnitOfWork(145098665)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:03.653--UnitOfWork(145098665)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:03.653--UnitOfWork(145098665)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:03.653--ClientSession(218731504)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:03.653--UnitOfWork(2131317455)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:03.653--UnitOfWork(2131317455)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2022-09-10 04:19:03.653--ServerSession(801582579)--Connection(1866267052)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:03.653--ClientSession(395045116)--Connection(1866267052)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:03.653--ClientSession(395045116)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:03.654--UnitOfWork(2131317455)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4) [junit] [EL Finest]: 2022-09-10 04:19:03.654--UnitOfWork(2131317455)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5) [junit] [EL Finer]: 2022-09-10 04:19:03.654--ClientSession(395045116)--Connection(871464253)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:03.654--ClientSession(395045116)--Connection(871464253)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] [EL Fine]: 2022-09-10 04:19:03.654--ClientSession(395045116)--Connection(871464253)--Thread(Thread[main,5,main])-- bind => [x, 2, 3, 1] [junit] [EL Fine]: 2022-09-10 04:19:03.654--ClientSession(395045116)--Connection(871464253)--Thread(Thread[main,5,main])-- bind => [y, 2, 4, 1] [junit] [EL Fine]: 2022-09-10 04:19:03.654--ClientSession(395045116)--Connection(871464253)--Thread(Thread[main,5,main])-- bind => [z, 2, 5, 1] [junit] [EL Finer]: 2022-09-10 04:19:03.654--ClientSession(395045116)--Connection(871464253)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:03.655--ClientSession(395045116)--Connection(871464253)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2022-09-10 04:19:03.656--ServerSession(801582579)--Connection(1866267052)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Warning]: 2022-09-10 04:19:03.656--UnitOfWork(2131317455)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-5011] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: One or more objects cannot be updated because it has changed or been deleted since it was last read [junit] at org.eclipse.persistence.exceptions.OptimisticLockException.batchStatementExecutionFailure(OptimisticLockException.java:86) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatch(ParameterizedSQLBatchWritingMechanism.java:183) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatchedStatements(ParameterizedSQLBatchWritingMechanism.java:134) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.writesCompleted(DatabaseAccessor.java:1845) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.writesCompleted(AbstractSession.java:4316) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.writesCompleted(UnitOfWorkImpl.java:5649) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.acquireWriteLocks(UnitOfWorkImpl.java:1659) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitTransactionAfterWriteChanges(UnitOfWorkImpl.java:1627) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:285) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1182) [junit] at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:134) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.lock.TestOptimistic$1.trigger(TestOptimistic.java:506) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.lock.TestOptimistic.verifyBatchOLE(TestOptimistic.java:593) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.lock.TestOptimistic.testBatchOLECommit(TestOptimistic.java:509) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.lang.reflect.Method.invoke(Method.java:498) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:178) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:38) [junit] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:50) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:38) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1014) [junit] [junit] [EL Finer]: 2022-09-10 04:19:03.656--UnitOfWork(2131317455)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:03.656--ClientSession(395045116)--Thread(Thread[main,5,main])--client released [junit] [EL Finest]: 2022-09-10 04:19:03.656--ServerSession(801582579)--Thread(Thread[main,5,main])--Begin undeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Deployed; factoryCount 1 [junit] [EL Finest]: 2022-09-10 04:19:03.656--ServerSession(801582579)--Thread(Thread[main,5,main])--Unregistering MBean: TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541,Type=Configuration on server com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582 [junit] [EL Finest]: 2022-09-10 04:19:03.656--ServerSession(801582579)--Thread(Thread[main,5,main])--Unregistered MBean [TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541,Type=Configuration] from MBeanServer [com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582]. [junit] [EL Finest]: 2022-09-10 04:19:03.656--ServerSession(801582579)--Thread(Thread[main,5,main])--Unregistering MBean: TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541) on server com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582 [junit] [EL Finest]: 2022-09-10 04:19:03.656--ServerSession(801582579)--Thread(Thread[main,5,main])--Unregistered MBean [TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541)] from MBeanServer [com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582]. [junit] [EL Finest]: 2022-09-10 04:19:03.656--ServerSession(801582579)--Thread(Thread[main,5,main])--sequencing disconnected [junit] [EL Config]: 2022-09-10 04:19:03.656--ServerSession(801582579)--Connection(1879808596)--Thread(Thread[main,5,main])--disconnect [junit] [EL Finer]: 2022-09-10 04:19:03.656--ServerSession(801582579)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Info]: 2022-09-10 04:19:03.657--ServerSession(801582579)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541 logout successful [junit] [EL Finest]: 2022-09-10 04:19:03.657--ServerSession(801582579)--Thread(Thread[main,5,main])--End undeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Undeployed; factoryCount 0 [junit] [EL Fine]: 2022-09-10 04:19:03.671--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@674c9079 [junit] [EL Finer]: 2022-09-10 04:19:03.673--Thread(Thread[main,5,main])--JavaSECMPInitializer - predeploying jpa1testmodel. [junit] [EL Finest]: properties: 2022-09-10 04:19:03.673--ServerSession(1291177799)--Thread(Thread[main,5,main])--property=eclipselink.target-server; value=JBoss; translated value=org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2022-09-10 04:19:03.674--ServerSession(1291177799)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2022-09-10 04:19:03.674--ServerSession(1291177799)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Fine]: 2022-09-10 04:19:03.674--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2022-09-10 04:19:03.674--ServerSession(1291177799)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Initial; factoryCount 0 [junit] [EL Finest]: 2022-09-10 04:19:03.674--ServerSession(1291177799)--Thread(Thread[main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true [junit] [EL Finest]: 2022-09-10 04:19:03.674--ServerSession(1291177799)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true [junit] [EL Finest]: 2022-09-10 04:19:03.674--ServerSession(1291177799)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false [junit] [EL Finer]: 2022-09-10 04:19:03.674--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar]. [junit] [EL Finer]: 2022-09-10 04:19:03.674--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/eclipselink-orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar]. [junit] [EL Config]: 2022-09-10 04:19:03.688--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.688--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field employees] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:19:03.688--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.689--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.689--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.689--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field client] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:19:03.689--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.689--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field attr2] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte. [junit] [EL Config]: 2022-09-10 04:19:03.689--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.69--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.69--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field profiles] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile. [junit] [EL Config]: 2022-09-10 04:19:03.69--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.69--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field riders] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:19:03.69--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.69--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.691--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.691--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getCubicles] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle. [junit] [EL Config]: 2022-09-10 04:19:03.691--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.AbstractEmployee] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.691--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.692--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field attachedCop] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop. [junit] [EL Config]: 2022-09-10 04:19:03.692--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field parties] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal. [junit] [EL Config]: 2022-09-10 04:19:03.692--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.692--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field city] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City. [junit] [EL Config]: 2022-09-10 04:19:03.693--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.693--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.island.Island] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.693--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.693--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.694--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field cops] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop. [junit] [EL Config]: 2022-09-10 04:19:03.694--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field criminals] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal. [junit] [EL Config]: 2022-09-10 04:19:03.694--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.696--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.696--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.696--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.696--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getCourse] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course. [junit] [EL Config]: 2022-09-10 04:19:03.696--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.696--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field project] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project. [junit] [EL Config]: 2022-09-10 04:19:03.697--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.697--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.697--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field patent] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent. [junit] [EL Config]: 2022-09-10 04:19:03.697--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.697--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.697--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getWeapon] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon. [junit] [EL Config]: 2022-09-10 04:19:03.697--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.697--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.697--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.697--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.698--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.698--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.698--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.698--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field driver] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:19:03.698--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.698--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.699--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getComponent] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.component.Component. [junit] [EL Config]: 2022-09-10 04:19:03.699--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.699--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.699--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.699--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.699--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field informingCops] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop. [junit] [EL Config]: 2022-09-10 04:19:03.699--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.699--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field node] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode. [junit] [EL Config]: 2022-09-10 04:19:03.7--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.Component] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.7--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.7--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.7--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field partner] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop. [junit] [EL Config]: 2022-09-10 04:19:03.7--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field attachedCriminals] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal. [junit] [EL Config]: 2022-09-10 04:19:03.7--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field informers] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer. [junit] [EL Config]: 2022-09-10 04:19:03.7--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.7--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.701--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field item] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte. [junit] [EL Config]: 2022-09-10 04:19:03.701--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.701--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.701--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.701--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.701--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getCubicles] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle. [junit] [EL Config]: 2022-09-10 04:19:03.702--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.702--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field employee] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:19:03.702--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.702--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [method getCreatures] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature. [junit] [EL Config]: 2022-09-10 04:19:03.702--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.702--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field parent] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode. [junit] [EL Config]: 2022-09-10 04:19:03.702--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field children] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode. [junit] [EL Config]: 2022-09-10 04:19:03.702--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field description] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription. [junit] [EL Config]: 2022-09-10 04:19:03.702--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.Node] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.702--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field parent] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.Node. [junit] [EL Config]: 2022-09-10 04:19:03.702--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field children] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.Node. [junit] [EL Config]: 2022-09-10 04:19:03.703--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.703--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.703--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field brokerageAccount] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount. [junit] [EL Config]: 2022-09-10 04:19:03.703--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field projects] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project. [junit] [EL Config]: 2022-09-10 04:19:03.703--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field cubicle] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle. [junit] [EL Config]: 2022-09-10 04:19:03.703--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field costCenter] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter. [junit] [EL Config]: 2022-09-10 04:19:03.703--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field checkingAccount] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount. [junit] [EL Config]: 2022-09-10 04:19:03.704--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field travelProfile] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile. [junit] [EL Config]: 2022-09-10 04:19:03.704--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field sampleAccount] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account. [junit] [EL Config]: 2022-09-10 04:19:03.704--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field reviews] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review. [junit] [EL Config]: 2022-09-10 04:19:03.704--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field hobbies] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby. [junit] [EL Config]: 2022-09-10 04:19:03.704--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field motorVehicle] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle. [junit] [EL Config]: 2022-09-10 04:19:03.704--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field patents] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent. [junit] [EL Config]: 2022-09-10 04:19:03.704--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field creditCardAccounts] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount. [junit] [EL Config]: 2022-09-10 04:19:03.704--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field department] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department. [junit] [EL Config]: 2022-09-10 04:19:03.704--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field bicycles] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle. [junit] [EL Config]: 2022-09-10 04:19:03.704--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.704--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getMaterial] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material. [junit] [EL Config]: 2022-09-10 04:19:03.705--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.705--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.705--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getTasks] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task. [junit] [EL Config]: 2022-09-10 04:19:03.705--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.705--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.706--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.706--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer$PK] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.706--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.706--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.706--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.706--ServerSession(1291177799)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.706--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2022-09-10 04:19:03.707--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME. [junit] [EL Config]: 2022-09-10 04:19:03.707--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter] is being defaulted to: CostCenter. [junit] [EL Config]: 2022-09-10 04:19:03.707--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:03.707--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.707--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount] is being defaulted to: CheckingAccount. [junit] [EL Config]: 2022-09-10 04:19:03.707--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account] is being defaulted to: Account. [junit] [EL Config]: 2022-09-10 04:19:03.707--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [owner] is being defaulted to: OWNER. [junit] [EL Config]: 2022-09-10 04:19:03.707--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [balance] is being defaulted to: BALANCE. [junit] [EL Config]: 2022-09-10 04:19:03.707--ServerSession(1291177799)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:03.707--ServerSession(1291177799)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:03.708--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2022-09-10 04:19:03.708--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [creditLimit] is being defaulted to: CREDITLIMIT. [junit] [EL Config]: 2022-09-10 04:19:03.708--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte] is being defaulted to: Item_Byte. [junit] [EL Config]: 2022-09-10 04:19:03.708--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [namespace] is being defaulted to: NAMESPACE. [junit] [EL Config]: 2022-09-10 04:19:03.708--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:03.708--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [text] is being defaulted to: TEXT. [junit] [EL Config]: 2022-09-10 04:19:03.708--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp] is being defaulted to: Timestamp. [junit] [EL Config]: 2022-09-10 04:19:03.708--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.708--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike] is being defaulted to: RoadBike. [junit] [EL Config]: 2022-09-10 04:19:03.709--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle] is being defaulted to: Bicycle. [junit] [EL Config]: 2022-09-10 04:19:03.709--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle] is being defaulted to: Vehicle. [junit] [EL Config]: 2022-09-10 04:19:03.709--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR. [junit] [EL Config]: 2022-09-10 04:19:03.709--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.709--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [brand] is being defaulted to: BRAND. [junit] [EL Config]: 2022-09-10 04:19:03.709--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:19:03.709--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess] is being defaulted to: TemporalTypesFieldAccess. [junit] [EL Config]: 2022-09-10 04:19:03.709--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice] is being defaulted to: UniqueColorOffice. [junit] [EL Config]: 2022-09-10 04:19:03.709--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.709--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY. [junit] [EL Config]: 2022-09-10 04:19:03.71--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.AbstractEmployee] is being defaulted to: AbstractEmployee. [junit] [EL Config]: 2022-09-10 04:19:03.71--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:03.71--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.71--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal] is being defaulted to: Criminal. [junit] [EL Config]: 2022-09-10 04:19:03.71--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.71--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person] is being defaulted to: Person. [junit] [EL Config]: 2022-09-10 04:19:03.71--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.71--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee] is being defaulted to: ContractEmployee. [junit] [EL Config]: 2022-09-10 04:19:03.71--ServerSession(1291177799)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.71--ServerSession(1291177799)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.711--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [term] is being defaulted to: TERM. [junit] [EL Config]: 2022-09-10 04:19:03.711--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.island.Island] is being defaulted to: Island. [junit] [EL Config]: 2022-09-10 04:19:03.711--ServerSession(1291177799)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island] is being defaulted to: DTYPE. [junit] [EL Config]: 2022-09-10 04:19:03.711--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:03.711--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.711--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby] is being defaulted to: Hobby. [junit] [EL Config]: 2022-09-10 04:19:03.711--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [getDescription] is being defaulted to: DESCRIPTION. [junit] [EL Config]: 2022-09-10 04:19:03.711--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.711--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [getCategory] is being defaulted to: CATEGORY. [junit] [EL Config]: 2022-09-10 04:19:03.711--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City] is being defaulted to: City. [junit] [EL Config]: 2022-09-10 04:19:03.711--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [sound] is being defaulted to: SOUND. [junit] [EL Config]: 2022-09-10 04:19:03.711--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [integer] is being defaulted to: INTEGER. [junit] [EL Config]: 2022-09-10 04:19:03.711--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [cool] is being defaulted to: COOL. [junit] [EL Config]: 2022-09-10 04:19:03.711--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:03.711--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.711--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [type] is being defaulted to: TYPE. [junit] [EL Config]: 2022-09-10 04:19:03.711--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess] is being defaulted to: BasicTypesPropertyAccess. [junit] [EL Config]: 2022-09-10 04:19:03.712--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.712--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass] is being defaulted to: ReadOnlyEntitySubclass. [junit] [EL Config]: 2022-09-10 04:19:03.712--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity] is being defaulted to: ReadOnlyEntity. [junit] [EL Config]: 2022-09-10 04:19:03.712--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:03.712--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.712--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:19:03.712--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material] is being defaulted to: Material. [junit] [EL Config]: 2022-09-10 04:19:03.713--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [getData] is being defaulted to: DATA. [junit] [EL Config]: 2022-09-10 04:19:03.713--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task] is being defaulted to: Task. [junit] [EL Config]: 2022-09-10 04:19:03.713--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [description] is being defaulted to: DESCRIPTION. [junit] [EL Config]: 2022-09-10 04:19:03.713--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview] is being defaulted to: PatentReview. [junit] [EL Config]: 2022-09-10 04:19:03.713--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review] is being defaulted to: Review. [junit] [EL Config]: 2022-09-10 04:19:03.713--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [reviewDate] is being defaulted to: REVIEWDATE. [junit] [EL Config]: 2022-09-10 04:19:03.713--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.713--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:19:03.713--ServerSession(1291177799)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review] is being defaulted to: DTYPE. [junit] [EL Config]: 2022-09-10 04:19:03.713--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike] is being defaulted to: MountainBike. [junit] [EL Config]: 2022-09-10 04:19:03.713--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature] is being defaulted to: MythicalCreature. [junit] [EL Config]: 2022-09-10 04:19:03.714--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature] is being defaulted to: Creature. [junit] [EL Config]: 2022-09-10 04:19:03.714--ServerSession(1291177799)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature] is being defaulted to: DTYPE. [junit] [EL Config]: 2022-09-10 04:19:03.714--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.714--ServerSession(1291177799)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.714--ServerSession(1291177799)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.714--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [getStory] is being defaulted to: STORY. [junit] [EL Config]: 2022-09-10 04:19:03.714--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess] is being defaulted to: EmbeddingFieldAccess. [junit] [EL Config]: 2022-09-10 04:19:03.714--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [date] is being defaulted to: DATE. [junit] [EL Config]: 2022-09-10 04:19:03.714--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [time] is being defaulted to: TIME. [junit] [EL Config]: 2022-09-10 04:19:03.714--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.714--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon] is being defaulted to: Weapon. [junit] [EL Config]: 2022-09-10 04:19:03.714--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:03.714--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.714--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant] is being defaulted to: Plant. [junit] [EL Config]: 2022-09-10 04:19:03.714--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element] is being defaulted to: Element. [junit] [EL Config]: 2022-09-10 04:19:03.714--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent] is being defaulted to: Patent. [junit] [EL Config]: 2022-09-10 04:19:03.715--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [getYear] is being defaulted to: YEAR. [junit] [EL Config]: 2022-09-10 04:19:03.715--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:03.715--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car] is being defaulted to: Car. [junit] [EL Config]: 2022-09-10 04:19:03.715--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] is being defaulted to: MotorVehicle. [junit] [EL Config]: 2022-09-10 04:19:03.715--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [model] is being defaulted to: MODEL. [junit] [EL Config]: 2022-09-10 04:19:03.715--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat] is being defaulted to: MetricFloat. [junit] [EL Config]: 2022-09-10 04:19:03.715--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric] is being defaulted to: Metric. [junit] [EL Config]: 2022-09-10 04:19:03.715--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount] is being defaulted to: BrokerageAccount. [junit] [EL Config]: 2022-09-10 04:19:03.715--ServerSession(1291177799)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:03.715--ServerSession(1291177799)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:03.716--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [riskLevel] is being defaulted to: RISKLEVEL. [junit] [EL Config]: 2022-09-10 04:19:03.716--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal] is being defaulted to: Animal. [junit] [EL Config]: 2022-09-10 04:19:03.716--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer] is being defaulted to: Informer. [junit] [EL Config]: 2022-09-10 04:19:03.716--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.716--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription] is being defaulted to: CascadingNodeDescription. [junit] [EL Config]: 2022-09-10 04:19:03.716--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.716--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.Component] is being defaulted to: Component. [junit] [EL Config]: 2022-09-10 04:19:03.716--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.716--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile] is being defaulted to: TravelProfile. [junit] [EL Config]: 2022-09-10 04:19:03.716--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [getSmoker] is being defaulted to: SMOKER. [junit] [EL Config]: 2022-09-10 04:19:03.716--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [getGuid] is being defaulted to: GUID. [junit] [EL Config]: 2022-09-10 04:19:03.716--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop] is being defaulted to: Cop. [junit] [EL Config]: 2022-09-10 04:19:03.716--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.716--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess] is being defaulted to: EmbeddingPropertyAccess. [junit] [EL Config]: 2022-09-10 04:19:03.716--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [getDate] is being defaulted to: DATE. [junit] [EL Config]: 2022-09-10 04:19:03.716--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [getTime] is being defaulted to: TIME. [junit] [EL Config]: 2022-09-10 04:19:03.717--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.717--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte] is being defaulted to: Item_Attribute_Byte. [junit] [EL Config]: 2022-09-10 04:19:03.717--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount] is being defaulted to: SavingsAccount. [junit] [EL Config]: 2022-09-10 04:19:03.717--ServerSession(1291177799)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:03.717--ServerSession(1291177799)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:03.717--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [interestRate] is being defaulted to: INTERESTRATE. [junit] [EL Config]: 2022-09-10 04:19:03.717--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2022-09-10 04:19:03.717--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME. [junit] [EL Config]: 2022-09-10 04:19:03.717--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck] is being defaulted to: Truck. [junit] [EL Config]: 2022-09-10 04:19:03.717--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount] is being defaulted to: CreditCardAccount. [junit] [EL Config]: 2022-09-10 04:19:03.717--ServerSession(1291177799)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:03.718--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [cardType] is being defaulted to: CARDTYPE. [junit] [EL Config]: 2022-09-10 04:19:03.718--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [cardNumber] is being defaulted to: CARDNUMBER. [junit] [EL Config]: 2022-09-10 04:19:03.718--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [validTo] is being defaulted to: VALIDTO. [junit] [EL Config]: 2022-09-10 04:19:03.718--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office] is being defaulted to: Office. [junit] [EL Config]: 2022-09-10 04:19:03.718--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.718--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY. [junit] [EL Config]: 2022-09-10 04:19:03.718--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle] is being defaulted to: Cubicle. [junit] [EL Config]: 2022-09-10 04:19:03.718--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR. [junit] [EL Config]: 2022-09-10 04:19:03.718--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [place] is being defaulted to: PLACE. [junit] [EL Config]: 2022-09-10 04:19:03.718--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [floor] is being defaulted to: FLOOR. [junit] [EL Config]: 2022-09-10 04:19:03.718--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave] is being defaulted to: Cave. [junit] [EL Config]: 2022-09-10 04:19:03.718--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:03.718--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.718--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode] is being defaulted to: CascadingNode. [junit] [EL Config]: 2022-09-10 04:19:03.718--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.718--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.Node] is being defaulted to: Node. [junit] [EL Config]: 2022-09-10 04:19:03.718--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [nodeName] is being defaulted to: NODENAME. [junit] [EL Config]: 2022-09-10 04:19:03.719--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.719--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer] is being defaulted to: Trailer. [junit] [EL Config]: 2022-09-10 04:19:03.719--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [high] is being defaulted to: HIGH. [junit] [EL Config]: 2022-09-10 04:19:03.719--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [low] is being defaulted to: LOW. [junit] [EL Config]: 2022-09-10 04:19:03.719--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] is being defaulted to: Employee. [junit] [EL Config]: 2022-09-10 04:19:03.719--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [firstname] is being defaulted to: FIRSTNAME. [junit] [EL Config]: 2022-09-10 04:19:03.719--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [endDate] is being defaulted to: ENDDATE. [junit] [EL Config]: 2022-09-10 04:19:03.719--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [startDate] is being defaulted to: STARTDATE. [junit] [EL Config]: 2022-09-10 04:19:03.719--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [salary] is being defaulted to: SALARY. [junit] [EL Config]: 2022-09-10 04:19:03.719--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [lastname] is being defaulted to: LASTNAME. [junit] [EL Config]: 2022-09-10 04:19:03.719--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.719--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course] is being defaulted to: Course. [junit] [EL Config]: 2022-09-10 04:19:03.719--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department] is being defaulted to: Department. [junit] [EL Config]: 2022-09-10 04:19:03.72--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:03.72--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.72--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [getVersion] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:19:03.72--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project] is being defaulted to: Project. [junit] [EL Config]: 2022-09-10 04:19:03.72--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty] is being defaulted to: Nasty. [junit] [EL Config]: 2022-09-10 04:19:03.72--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.72--ServerSession(1291177799)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess] is being defaulted to: BasicTypesFieldAccess. [junit] [EL Config]: 2022-09-10 04:19:03.72--ServerSession(1291177799)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:19:03.72--ServerSession(1291177799)--Thread(Thread[main,5,main])--The pk column value for the table generator named [StringIdGenerator] defined on [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby] from [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby] is being defaulted to: StringIdGenerator. [junit] [EL Config]: 2022-09-10 04:19:03.72--ServerSession(1291177799)--Thread(Thread[main,5,main])--The pk column value for the table generator named [VehicleGenerator] defined on [field id] from [field id] is being defaulted to: VehicleGenerator. [junit] [EL Config]: 2022-09-10 04:19:03.721--ServerSession(1291177799)--Thread(Thread[main,5,main])--The pk column value for the table generator named [IdGenerator] defined on [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project] from [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project] is being defaulted to: IdGenerator. [junit] [EL Config]: 2022-09-10 04:19:03.721--ServerSession(1291177799)--Thread(Thread[main,5,main])--The pk column value for the table generator named [CourseGenerator] defined on [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course] from [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course] is being defaulted to: CourseGenerator. [junit] [EL Config]: 2022-09-10 04:19:03.721--ServerSession(1291177799)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field client] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.721--ServerSession(1291177799)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field profiles] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.721--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field profiles] is being defaulted to: GUID. [junit] [EL Config]: 2022-09-10 04:19:03.721--ServerSession(1291177799)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field riders] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.721--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field riders] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.721--ServerSession(1291177799)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getCubicles] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.721--ServerSession(1291177799)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field attachedCop] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.721--ServerSession(1291177799)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [attachedCop] is being defaulted to: ATTACHEDCOP_ID. [junit] [EL Config]: 2022-09-10 04:19:03.721--ServerSession(1291177799)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field parties] is being defaulted to: TMP_CRIMINAL_TMP_CRIMINAL. [junit] [EL Config]: 2022-09-10 04:19:03.721--ServerSession(1291177799)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field parties] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.721--ServerSession(1291177799)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [parties] is being defaulted to: Criminal_ID. [junit] [EL Config]: 2022-09-10 04:19:03.721--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field parties] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.721--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [parties] is being defaulted to: parties_ID. [junit] [EL Config]: 2022-09-10 04:19:03.722--ServerSession(1291177799)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field city] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.722--ServerSession(1291177799)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field cops] is being defaulted to: TMP_CITY_TMP_COP. [junit] [EL Config]: 2022-09-10 04:19:03.722--ServerSession(1291177799)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field cops] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.722--ServerSession(1291177799)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [cops] is being defaulted to: City_ID. [junit] [EL Config]: 2022-09-10 04:19:03.722--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field cops] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.722--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [cops] is being defaulted to: cops_ID. [junit] [EL Config]: 2022-09-10 04:19:03.722--ServerSession(1291177799)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field criminals] is being defaulted to: TMP_CITY_TMP_CRIMINAL. [junit] [EL Config]: 2022-09-10 04:19:03.722--ServerSession(1291177799)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field criminals] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.722--ServerSession(1291177799)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [criminals] is being defaulted to: City_ID. [junit] [EL Config]: 2022-09-10 04:19:03.722--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field criminals] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.722--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [criminals] is being defaulted to: criminals_ID. [junit] [EL Config]: 2022-09-10 04:19:03.722--ServerSession(1291177799)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field project] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.722--ServerSession(1291177799)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getWeapon] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.722--ServerSession(1291177799)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field driver] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.722--ServerSession(1291177799)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getComponent] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.722--ServerSession(1291177799)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field informingCops] is being defaulted to: TMP_INFORMER_TMP_COP. [junit] [EL Config]: 2022-09-10 04:19:03.722--ServerSession(1291177799)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field informingCops] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.722--ServerSession(1291177799)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [informingCops] is being defaulted to: Informer_ID. [junit] [EL Config]: 2022-09-10 04:19:03.722--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field informingCops] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.722--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [informingCops] is being defaulted to: informingCops_ID. [junit] [EL Config]: 2022-09-10 04:19:03.722--ServerSession(1291177799)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field partner] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.722--ServerSession(1291177799)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [partner] is being defaulted to: PARTNER_ID. [junit] [EL Config]: 2022-09-10 04:19:03.723--ServerSession(1291177799)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field attachedCriminals] is being defaulted to: TMP_COP_TMP_CRIMINAL. [junit] [EL Config]: 2022-09-10 04:19:03.723--ServerSession(1291177799)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field attachedCriminals] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.723--ServerSession(1291177799)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [attachedCriminals] is being defaulted to: Cop_ID. [junit] [EL Config]: 2022-09-10 04:19:03.723--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field attachedCriminals] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.723--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [attachedCriminals] is being defaulted to: attachedCriminals_ID. [junit] [EL Config]: 2022-09-10 04:19:03.723--ServerSession(1291177799)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field informers] is being defaulted to: TMP_COP_TMP_INFORMER. [junit] [EL Config]: 2022-09-10 04:19:03.723--ServerSession(1291177799)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field informers] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.723--ServerSession(1291177799)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [informers] is being defaulted to: Cop_ID. [junit] [EL Config]: 2022-09-10 04:19:03.723--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field informers] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.723--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [informers] is being defaulted to: informers_ID. [junit] [EL Config]: 2022-09-10 04:19:03.723--ServerSession(1291177799)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field item] is being defaulted to: ITEM_ID. [junit] [EL Config]: 2022-09-10 04:19:03.723--ServerSession(1291177799)--Thread(Thread[main,5,main])--The key column name for the basic map mapping element [getCubicles] is being defaulted to: CUBICLES_KEY. [junit] [EL Config]: 2022-09-10 04:19:03.723--ServerSession(1291177799)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getCubicles] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.723--ServerSession(1291177799)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getCreatures] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.723--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [method getCreatures] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.723--ServerSession(1291177799)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field parent] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.723--ServerSession(1291177799)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field description] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.723--ServerSession(1291177799)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field parent] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.723--ServerSession(1291177799)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field brokerageAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:03.724--ServerSession(1291177799)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field projects] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.724--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field projects] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.798--ServerSession(1291177799)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field costCenter] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.798--ServerSession(1291177799)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field travelProfile] is being defaulted to: GUID. [junit] [EL Config]: 2022-09-10 04:19:03.798--ServerSession(1291177799)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field sampleAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:03.798--ServerSession(1291177799)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field reviews] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.798--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field reviews] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.798--ServerSession(1291177799)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field hobbies] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.798--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field hobbies] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.798--ServerSession(1291177799)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field patents] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.799--ServerSession(1291177799)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field creditCardAccounts] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.799--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field creditCardAccounts] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:03.799--ServerSession(1291177799)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field department] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.799--ServerSession(1291177799)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getMaterial] is being defaulted to: COURSE_ID. [junit] [EL Config]: 2022-09-10 04:19:03.799--ServerSession(1291177799)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [method getMaterial] is being defaulted to: COURSE_ID. [junit] [EL Config]: 2022-09-10 04:19:03.799--ServerSession(1291177799)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getAttendees] is being defaulted to: COURSE_ID. [junit] [EL Config]: 2022-09-10 04:19:03.799--ServerSession(1291177799)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [method getAttendees] is being defaulted to: ID. [junit] [EL Finest]: 2022-09-10 04:19:03.8--ServerSession(1291177799)--Thread(Thread[main,5,main])--query getDepartmentCached: query hint eclipselink.query-results-cache; value True [junit] [EL Finest]: 2022-09-10 04:19:03.8--ServerSession(1291177799)--Thread(Thread[main,5,main])--query getAllDepartmentsCached: query hint eclipselink.query-results-cache; value True [junit] [EL Finest]: 2022-09-10 04:19:03.801--ServerSession(1291177799)--Thread(Thread[main,5,main])--End predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Predeployed; factoryCount 0 [junit] [EL Finer]: 2022-09-10 04:19:03.801--Thread(Thread[main,5,main])--JavaSECMPInitializer - transformer is null. [junit] [EL Finest]: 2022-09-10 04:19:03.801--ServerSession(1291177799)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Predeployed; factoryCount 0 [junit] [EL Finest]: 2022-09-10 04:19:03.801--ServerSession(1291177799)--Thread(Thread[main,5,main])--End predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Predeployed; factoryCount 1 [junit] [EL Finer]: 2022-09-10 04:19:03.801--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Component_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.802--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.802--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.802--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.AbstractEmployee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.802--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.802--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.803--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.803--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.803--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.803--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.803--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.804--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.804--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.804--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.804--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.804--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.805--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.805--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.805--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.805--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.805--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.806--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.806--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.806--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.806--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.806--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.806--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.807--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.807--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.807--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.807--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.807--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.808--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.808--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.808--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.808--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.808--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.809--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.809--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.809--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.809--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.809--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.809--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.81--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.81--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.81--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.81--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.81--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.81--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.811--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.811--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.811--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.811--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.811--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.812--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.Node_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.812--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.812--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.812--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.812--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.813--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.813--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.813--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.813--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.813--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.814--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer$PK_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.814--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.814--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount_] not found during initialization. [junit] [EL Finest]: 2022-09-10 04:19:03.814--ServerSession(1291177799)--Thread(Thread[main,5,main])--Begin deploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Predeployed; factoryCount 1 [junit] [EL Finest]: 2022-09-10 04:19:03.818--ServerSession(1291177799)--Thread(Thread[main,5,main])--Bean Validation Factory was not initialized: [javax/validation/Validation]. [junit] [EL Finest]: 2022-09-10 04:19:03.819--ServerSession(1291177799)--Thread(Thread[main,5,main])--property=eclipselink.target-server; value=JBoss; translated value=org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2022-09-10 04:19:03.819--ServerSession(1291177799)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2022-09-10 04:19:03.819--ServerSession(1291177799)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2022-09-10 04:19:03.819--ServerSession(1291177799)--Thread(Thread[main,5,main])--property=eclipselink.target-database; value=org.eclipse.persistence.platform.database.MySQLPlatform [junit] [EL Finest]: 2022-09-10 04:19:03.819--ServerSession(1291177799)--Thread(Thread[main,5,main])--property=javax.persistence.nonJtaDataSource; value=org.eclipse.persistence.testing.framework.wdf.PooledDataSource@ea1a8d5 [junit] [EL Finest]: 2022-09-10 04:19:03.819--ServerSession(1291177799)--Thread(Thread[main,5,main])--property=eclipselink.jdbc.batch-writing; value=None [junit] [EL Finest]: 2022-09-10 04:19:03.819--ServerSession(1291177799)--Thread(Thread[main,5,main])--property=eclipselink.temporal.mutable; value=true [junit] [EL Info]: 2022-09-10 04:19:03.819--ServerSession(1291177799)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Config]: 2022-09-10 04:19:03.819--ServerSession(1291177799)--Connection(2095611317)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "" [junit] connector=>JNDIConnector datasource name=>null [junit] )) [junit] [EL Config]: 2022-09-10 04:19:03.82--ServerSession(1291177799)--Connection(449204547)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost/ecltest?useSSL=false [junit] User: root@localhost [junit] Database: MySQL Version: 5.7.29 [junit] Driver: MySQL Connector Java Version: mysql-connector-java-5.1.48 ( Revision: 29734982609c32d3ab7e5cac2e6acee69ff6b4aa ) [junit] [EL Finest]: 2022-09-10 04:19:03.82--ServerSession(1291177799)--Connection(1289391419)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:03.82--ServerSession(1291177799)--Connection(1289391419)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Config]: 2022-09-10 04:19:03.82--ServerSession(1291177799)--Connection(1944081600)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "" [junit] connector=>JNDIConnector datasource name=>null [junit] )) [junit] [EL Config]: 2022-09-10 04:19:03.821--ServerSession(1291177799)--Connection(1937115923)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost/ecltest?useSSL=false [junit] User: root@localhost [junit] Database: MySQL Version: 5.7.29 [junit] Driver: MySQL Connector Java Version: mysql-connector-java-5.1.48 ( Revision: 29734982609c32d3ab7e5cac2e6acee69ff6b4aa ) [junit] [EL Finest]: 2022-09-10 04:19:03.821--ServerSession(1291177799)--Thread(Thread[main,5,main])--sequencing connected, state is NoPreallocation_State [junit] [EL Finest]: 2022-09-10 04:19:03.822--ServerSession(1291177799)--Thread(Thread[main,5,main])--sequence testSequence: preallocation size 1 [junit] [EL Finest]: 2022-09-10 04:19:03.822--ServerSession(1291177799)--Thread(Thread[main,5,main])--sequence testSequenceInc3: preallocation size 3 [junit] [EL Finest]: 2022-09-10 04:19:03.822--ServerSession(1291177799)--Thread(Thread[main,5,main])--sequence SEQ_GEN_IDENTITY: preallocation size 1 [junit] [EL Finest]: 2022-09-10 04:19:03.822--ServerSession(1291177799)--Thread(Thread[main,5,main])--sequencing connected, state is Preallocation_Transaction_NoAccessor_State [junit] [EL Finest]: 2022-09-10 04:19:03.822--ServerSession(1291177799)--Thread(Thread[main,5,main])--sequence SEQUENCE: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:19:03.822--ServerSession(1291177799)--Thread(Thread[main,5,main])--sequence VehicleGenerator: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:19:03.822--ServerSession(1291177799)--Thread(Thread[main,5,main])--sequence CourseGenerator: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:19:03.822--ServerSession(1291177799)--Thread(Thread[main,5,main])--sequence StringIdGenerator: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:19:03.822--ServerSession(1291177799)--Thread(Thread[main,5,main])--sequence Component: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:19:03.822--ServerSession(1291177799)--Thread(Thread[main,5,main])--sequence SEQ_GEN: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:19:03.822--ServerSession(1291177799)--Thread(Thread[main,5,main])--sequence IdGenerator: preallocation size 50 [junit] [EL Warning]: 2022-09-10 04:19:03.823--ServerSession(1291177799)--Thread(Thread[main,5,main])--Reverting the lazy setting on the OneToOne or ManyToOne attribute [driver] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] since weaving was not enabled or did not occur. [junit] [EL Warning]: 2022-09-10 04:19:03.824--ServerSession(1291177799)--Thread(Thread[main,5,main])--Reverting the lazy setting on the OneToOne or ManyToOne attribute [cubicle] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] since weaving was not enabled or did not occur. [junit] [EL Info]: 2022-09-10 04:19:03.84--ServerSession(1291177799)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541 login successful [junit] [EL Finer]: 2022-09-10 04:19:03.84--ServerSession(1291177799)--Thread(Thread[main,5,main])--JMX MBeanServer instance found: [com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582], # of beans: [22], domain: [DefaultDomain] at index: [0]. [junit] [EL Finest]: 2022-09-10 04:19:03.841--ServerSession(1291177799)--Thread(Thread[main,5,main])--Registered MBean: org.eclipse.persistence.services.mbean.MBeanDevelopmentServices[TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541,Type=Configuration] on server com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582 [junit] [EL Finest]: 2022-09-10 04:19:03.841--ServerSession(1291177799)--Thread(Thread[main,5,main])--Registered MBean: org.eclipse.persistence.services.jboss.MBeanJBossRuntimeServices[TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541)] on server com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582 [junit] [EL Finest]: 2022-09-10 04:19:03.841--ServerSession(1291177799)--Thread(Thread[main,5,main])--EclipseLink JMX Runtime Services is referencing the [Platform ConversionManager] ClassLoader at: [sun.misc.Launcher$AppClassLoader@330bedb4] [junit] [EL Finest]: 2022-09-10 04:19:03.841--ServerSession(1291177799)--Thread(Thread[main,5,main])--The applicationName for the MBean attached to session [/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541] is [unknown] [junit] [EL Finest]: 2022-09-10 04:19:03.841--ServerSession(1291177799)--Thread(Thread[main,5,main])--The moduleName for the MBean attached to session [/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541] is [unknown] [junit] [EL Finer]: 2022-09-10 04:19:03.842--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Component_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.843--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.843--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.843--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.AbstractEmployee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.843--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.844--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.844--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.844--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.844--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.844--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.845--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.845--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.845--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.845--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.845--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.846--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.846--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.846--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.846--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.846--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.847--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.847--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.847--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.847--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.847--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.848--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.848--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.848--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.848--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.848--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.849--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.849--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.849--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.849--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.849--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.849--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.85--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.85--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.85--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.85--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.85--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.851--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.851--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.851--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.851--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.851--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.852--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.852--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.852--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.852--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.852--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.853--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.853--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.853--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.853--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.Node_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.853--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.853--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.854--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.854--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.854--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.854--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.854--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.855--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.855--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.855--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer$PK_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.855--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.855--ServerSession(1291177799)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount_] not found during initialization. [junit] [EL Finest]: 2022-09-10 04:19:03.855--ServerSession(1291177799)--Thread(Thread[main,5,main])--End deploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Deployed; factoryCount 1 [junit] [EL Finer]: 2022-09-10 04:19:03.856--ServerSession(1291177799)--Thread(Thread[main,5,main])--client acquired: 510293246 [junit] [EL Finer]: 2022-09-10 04:19:03.856--ClientSession(510293246)--Thread(Thread[main,5,main])--acquire unit of work: 223955546 [junit] [EL Finest]: 2022-09-10 04:19:03.856--UnitOfWork(223955546)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:19:03.856--UnitOfWork(223955546)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2. [junit] [EL Finest]: 2022-09-10 04:19:03.856--UnitOfWork(223955546)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3. [junit] [EL Finest]: 2022-09-10 04:19:03.856--UnitOfWork(223955546)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4. [junit] [EL Finest]: 2022-09-10 04:19:03.856--UnitOfWork(223955546)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5. [junit] [EL Finer]: 2022-09-10 04:19:03.856--UnitOfWork(223955546)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:03.856--UnitOfWork(223955546)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:19:03.856--ServerSession(1291177799)--Connection(573457271)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:03.856--ClientSession(510293246)--Connection(573457271)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:03.856--ClientSession(510293246)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:03.857--ClientSession(510293246)--Connection(856734504)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, 1, 1] [junit] [EL Finest]: 2022-09-10 04:19:03.858--UnitOfWork(223955546)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5) [junit] [EL Fine]: 2022-09-10 04:19:03.858--ClientSession(510293246)--Connection(856734504)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [5, 5, 1] [junit] [EL Finest]: 2022-09-10 04:19:03.858--UnitOfWork(223955546)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4) [junit] [EL Fine]: 2022-09-10 04:19:03.858--ClientSession(510293246)--Connection(856734504)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [4, 4, 1] [junit] [EL Finest]: 2022-09-10 04:19:03.859--UnitOfWork(223955546)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Fine]: 2022-09-10 04:19:03.859--ClientSession(510293246)--Connection(856734504)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [2, 2, 1] [junit] [EL Finest]: 2022-09-10 04:19:03.859--UnitOfWork(223955546)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Fine]: 2022-09-10 04:19:03.86--ClientSession(510293246)--Connection(856734504)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [3, 3, 1] [junit] [EL Finer]: 2022-09-10 04:19:03.86--ClientSession(510293246)--Connection(856734504)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:03.861--ServerSession(1291177799)--Connection(573457271)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:03.861--UnitOfWork(223955546)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:03.861--UnitOfWork(223955546)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:03.861--UnitOfWork(223955546)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:03.861--ClientSession(510293246)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:03.861--UnitOfWork(223955546)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:03.862--ClientSession(510293246)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:03.862--ServerSession(1291177799)--Thread(Thread[main,5,main])--client acquired: 672113729 [junit] [EL Finer]: 2022-09-10 04:19:03.862--ClientSession(672113729)--Thread(Thread[main,5,main])--acquire unit of work: 2010608034 [junit] [EL Finest]: 2022-09-10 04:19:03.862--UnitOfWork(2010608034)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:03.862--UnitOfWork(2010608034)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2022-09-10 04:19:03.862--UnitOfWork(2010608034)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:03.862--UnitOfWork(2010608034)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4 [junit] [EL Finest]: 2022-09-10 04:19:03.862--UnitOfWork(2010608034)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:03.862--UnitOfWork(2010608034)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5 [junit] [EL Finer]: 2022-09-10 04:19:03.863--ServerSession(1291177799)--Thread(Thread[main,5,main])--client acquired: 1515157777 [junit] [EL Finer]: 2022-09-10 04:19:03.863--ClientSession(1515157777)--Thread(Thread[main,5,main])--acquire unit of work: 485117919 [junit] [EL Finest]: 2022-09-10 04:19:03.863--UnitOfWork(485117919)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:03.863--UnitOfWork(485117919)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:19:03.863--UnitOfWork(485117919)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:03.863--UnitOfWork(485117919)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2022-09-10 04:19:03.863--UnitOfWork(485117919)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:03.863--UnitOfWork(485117919)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finer]: 2022-09-10 04:19:03.863--UnitOfWork(485117919)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:03.863--UnitOfWork(485117919)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:19:03.864--ServerSession(1291177799)--Connection(330331486)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:03.864--ClientSession(1515157777)--Connection(330331486)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:03.864--ClientSession(1515157777)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:03.864--ClientSession(1515157777)--Connection(556110612)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [a, 2, 1, 1] [junit] [EL Finest]: 2022-09-10 04:19:03.864--UnitOfWork(485117919)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Fine]: 2022-09-10 04:19:03.865--ClientSession(1515157777)--Connection(556110612)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [b, 2, 2, 1] [junit] [EL Finest]: 2022-09-10 04:19:03.865--UnitOfWork(485117919)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Fine]: 2022-09-10 04:19:03.865--ClientSession(1515157777)--Connection(556110612)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [c, 2, 3, 1] [junit] [EL Finer]: 2022-09-10 04:19:03.866--ClientSession(1515157777)--Connection(556110612)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:03.867--ServerSession(1291177799)--Connection(330331486)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:03.867--UnitOfWork(485117919)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:03.867--UnitOfWork(485117919)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:03.867--UnitOfWork(485117919)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:03.867--ClientSession(1515157777)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:03.867--UnitOfWork(2010608034)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:03.867--UnitOfWork(2010608034)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2022-09-10 04:19:03.867--ServerSession(1291177799)--Connection(1260889084)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:03.867--ClientSession(672113729)--Connection(1260889084)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:03.867--ClientSession(672113729)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:03.867--ClientSession(672113729)--Connection(582024830)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [x, 2, 3, 1] [junit] [EL Warning]: 2022-09-10 04:19:03.868--UnitOfWork(2010608034)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-5006] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: The object [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3] cannot be updated because it has changed or been deleted since it was last read. [junit] Class> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department Primary Key> 3 [junit] at org.eclipse.persistence.exceptions.OptimisticLockException.objectChangedSinceLastReadWhenUpdating(OptimisticLockException.java:144) [junit] at org.eclipse.persistence.descriptors.VersionLockingPolicy.validateUpdate(VersionLockingPolicy.java:790) [junit] at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.updateObjectForWriteWithChangeSet(DatabaseQueryMechanism.java:1086) [junit] at org.eclipse.persistence.queries.UpdateObjectQuery.executeCommitWithChangeSet(UpdateObjectQuery.java:84) [junit] at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.executeWriteWithChangeSet(DatabaseQueryMechanism.java:301) [junit] at org.eclipse.persistence.queries.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:58) [junit] at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:911) [junit] at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:810) [junit] at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:108) [junit] at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:85) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2922) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1863) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1796) [junit] at org.eclipse.persistence.internal.sessions.CommitManager.commitChangedObjectsForClassWithChangeSet(CommitManager.java:273) [junit] at org.eclipse.persistence.internal.sessions.CommitManager.commitAllObjectsWithChangeSet(CommitManager.java:131) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.writeAllObjectsWithChangeSet(AbstractSession.java:4279) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1454) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1544) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:278) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1182) [junit] at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:134) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.lock.TestOptimistic$1.trigger(TestOptimistic.java:506) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.lock.TestOptimistic.verifyBatchOLE(TestOptimistic.java:593) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.lock.TestOptimistic.testBatchOLECommit(TestOptimistic.java:511) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.lang.reflect.Method.invoke(Method.java:498) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:178) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:38) [junit] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:50) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:38) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1014) [junit] [junit] [EL Finer]: 2022-09-10 04:19:03.868--ClientSession(672113729)--Connection(582024830)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2022-09-10 04:19:03.869--ServerSession(1291177799)--Connection(1260889084)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:03.869--UnitOfWork(2010608034)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:03.869--ClientSession(672113729)--Thread(Thread[main,5,main])--client released [junit] [EL Finest]: 2022-09-10 04:19:03.869--ServerSession(1291177799)--Thread(Thread[main,5,main])--Begin undeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Deployed; factoryCount 1 [junit] [EL Finest]: 2022-09-10 04:19:03.869--ServerSession(1291177799)--Thread(Thread[main,5,main])--Unregistering MBean: TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541,Type=Configuration on server com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582 [junit] [EL Finest]: 2022-09-10 04:19:03.869--ServerSession(1291177799)--Thread(Thread[main,5,main])--Unregistered MBean [TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541,Type=Configuration] from MBeanServer [com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582]. [junit] [EL Finest]: 2022-09-10 04:19:03.869--ServerSession(1291177799)--Thread(Thread[main,5,main])--Unregistering MBean: TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541) on server com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582 [junit] [EL Finest]: 2022-09-10 04:19:03.869--ServerSession(1291177799)--Thread(Thread[main,5,main])--Unregistered MBean [TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541)] from MBeanServer [com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582]. [junit] [EL Finest]: 2022-09-10 04:19:03.869--ServerSession(1291177799)--Thread(Thread[main,5,main])--sequencing disconnected [junit] [EL Config]: 2022-09-10 04:19:03.869--ServerSession(1291177799)--Connection(1289391419)--Thread(Thread[main,5,main])--disconnect [junit] [EL Finer]: 2022-09-10 04:19:03.869--ServerSession(1291177799)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Info]: 2022-09-10 04:19:03.869--ServerSession(1291177799)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541 logout successful [junit] [EL Finest]: 2022-09-10 04:19:03.869--ServerSession(1291177799)--Thread(Thread[main,5,main])--End undeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Undeployed; factoryCount 0 [junit] [EL Fine]: 2022-09-10 04:19:03.885--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@286e2b71 [junit] [EL Fine]: 2022-09-10 04:19:03.886--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@4f90b4c9 [junit] [EL Finer]: 2022-09-10 04:19:03.888--Thread(Thread[main,5,main])--JavaSECMPInitializer - predeploying jpa1testmodel. [junit] [EL Finest]: properties: 2022-09-10 04:19:03.888--ServerSession(1526542158)--Thread(Thread[main,5,main])--property=eclipselink.target-server; value=JBoss; translated value=org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2022-09-10 04:19:03.888--ServerSession(1526542158)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2022-09-10 04:19:03.888--ServerSession(1526542158)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Fine]: 2022-09-10 04:19:03.888--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2022-09-10 04:19:03.888--ServerSession(1526542158)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Initial; factoryCount 0 [junit] [EL Finest]: 2022-09-10 04:19:03.889--ServerSession(1526542158)--Thread(Thread[main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true [junit] [EL Finest]: 2022-09-10 04:19:03.889--ServerSession(1526542158)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true [junit] [EL Finest]: 2022-09-10 04:19:03.889--ServerSession(1526542158)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false [junit] [EL Finer]: 2022-09-10 04:19:03.889--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar]. [junit] [EL Finer]: 2022-09-10 04:19:03.889--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/eclipselink-orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar]. [junit] [EL Config]: 2022-09-10 04:19:03.901--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.901--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field employees] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:19:03.902--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.902--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.902--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.902--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field client] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:19:03.902--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.902--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field attr2] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte. [junit] [EL Config]: 2022-09-10 04:19:03.902--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.903--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.903--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field profiles] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile. [junit] [EL Config]: 2022-09-10 04:19:03.903--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.903--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field riders] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:19:03.903--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.903--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.904--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.904--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getCubicles] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle. [junit] [EL Config]: 2022-09-10 04:19:03.904--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.AbstractEmployee] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.904--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.904--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field attachedCop] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop. [junit] [EL Config]: 2022-09-10 04:19:03.905--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field parties] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal. [junit] [EL Config]: 2022-09-10 04:19:03.905--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.905--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field city] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City. [junit] [EL Config]: 2022-09-10 04:19:03.906--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.906--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.island.Island] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.906--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.906--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.906--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field cops] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop. [junit] [EL Config]: 2022-09-10 04:19:03.906--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field criminals] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal. [junit] [EL Config]: 2022-09-10 04:19:03.907--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.908--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.908--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.908--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.908--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getCourse] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course. [junit] [EL Config]: 2022-09-10 04:19:03.908--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.908--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field project] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project. [junit] [EL Config]: 2022-09-10 04:19:03.908--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.908--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.908--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field patent] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent. [junit] [EL Config]: 2022-09-10 04:19:03.909--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.909--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.909--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getWeapon] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon. [junit] [EL Config]: 2022-09-10 04:19:03.909--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.909--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.909--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.909--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.909--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.909--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.909--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.91--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field driver] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:19:03.91--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.91--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.91--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [method getComponent] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.component.Component. [junit] [EL Config]: 2022-09-10 04:19:03.91--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.91--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.91--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.91--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.91--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field informingCops] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop. [junit] [EL Config]: 2022-09-10 04:19:03.91--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.911--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field node] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode. [junit] [EL Config]: 2022-09-10 04:19:03.911--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.Component] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.911--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.911--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.911--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field partner] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop. [junit] [EL Config]: 2022-09-10 04:19:03.911--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field attachedCriminals] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal. [junit] [EL Config]: 2022-09-10 04:19:03.911--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field informers] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer. [junit] [EL Config]: 2022-09-10 04:19:03.911--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.911--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.911--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field item] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte. [junit] [EL Config]: 2022-09-10 04:19:03.912--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.912--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.912--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.912--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.912--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getCubicles] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle. [junit] [EL Config]: 2022-09-10 04:19:03.912--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.912--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field employee] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee. [junit] [EL Config]: 2022-09-10 04:19:03.912--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.912--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [method getCreatures] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature. [junit] [EL Config]: 2022-09-10 04:19:03.912--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.913--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field parent] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode. [junit] [EL Config]: 2022-09-10 04:19:03.913--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field children] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode. [junit] [EL Config]: 2022-09-10 04:19:03.913--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field description] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription. [junit] [EL Config]: 2022-09-10 04:19:03.913--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.Node] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.913--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field parent] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.Node. [junit] [EL Config]: 2022-09-10 04:19:03.913--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field children] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.node.Node. [junit] [EL Config]: 2022-09-10 04:19:03.913--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.913--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.913--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field brokerageAccount] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount. [junit] [EL Config]: 2022-09-10 04:19:03.914--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field projects] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project. [junit] [EL Config]: 2022-09-10 04:19:03.914--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field cubicle] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle. [junit] [EL Config]: 2022-09-10 04:19:03.914--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field costCenter] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter. [junit] [EL Config]: 2022-09-10 04:19:03.914--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field checkingAccount] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount. [junit] [EL Config]: 2022-09-10 04:19:03.914--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field travelProfile] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile. [junit] [EL Config]: 2022-09-10 04:19:03.914--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field sampleAccount] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account. [junit] [EL Config]: 2022-09-10 04:19:03.914--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field reviews] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review. [junit] [EL Config]: 2022-09-10 04:19:03.914--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field hobbies] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby. [junit] [EL Config]: 2022-09-10 04:19:03.914--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field motorVehicle] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle. [junit] [EL Config]: 2022-09-10 04:19:03.914--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field patents] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent. [junit] [EL Config]: 2022-09-10 04:19:03.914--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field creditCardAccounts] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount. [junit] [EL Config]: 2022-09-10 04:19:03.914--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field department] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department. [junit] [EL Config]: 2022-09-10 04:19:03.914--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to many mapping element [field bicycles] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle. [junit] [EL Config]: 2022-09-10 04:19:03.914--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.914--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [method getMaterial] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material. [junit] [EL Config]: 2022-09-10 04:19:03.915--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.915--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.915--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [method getTasks] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task. [junit] [EL Config]: 2022-09-10 04:19:03.915--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.915--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.915--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.915--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer$PK] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.916--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.916--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess] is set to [PROPERTY]. [junit] [EL Config]: 2022-09-10 04:19:03.916--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.916--ServerSession(1526542158)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod] is set to [FIELD]. [junit] [EL Config]: 2022-09-10 04:19:03.916--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2022-09-10 04:19:03.916--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME. [junit] [EL Config]: 2022-09-10 04:19:03.916--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter] is being defaulted to: CostCenter. [junit] [EL Config]: 2022-09-10 04:19:03.916--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:03.916--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.916--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount] is being defaulted to: CheckingAccount. [junit] [EL Config]: 2022-09-10 04:19:03.916--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account] is being defaulted to: Account. [junit] [EL Config]: 2022-09-10 04:19:03.916--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [owner] is being defaulted to: OWNER. [junit] [EL Config]: 2022-09-10 04:19:03.916--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [balance] is being defaulted to: BALANCE. [junit] [EL Config]: 2022-09-10 04:19:03.916--ServerSession(1526542158)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:03.916--ServerSession(1526542158)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:03.917--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2022-09-10 04:19:03.917--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [creditLimit] is being defaulted to: CREDITLIMIT. [junit] [EL Config]: 2022-09-10 04:19:03.917--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte] is being defaulted to: Item_Byte. [junit] [EL Config]: 2022-09-10 04:19:03.917--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [namespace] is being defaulted to: NAMESPACE. [junit] [EL Config]: 2022-09-10 04:19:03.917--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:03.917--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [text] is being defaulted to: TEXT. [junit] [EL Config]: 2022-09-10 04:19:03.917--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp] is being defaulted to: Timestamp. [junit] [EL Config]: 2022-09-10 04:19:03.917--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.917--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike] is being defaulted to: RoadBike. [junit] [EL Config]: 2022-09-10 04:19:03.917--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle] is being defaulted to: Bicycle. [junit] [EL Config]: 2022-09-10 04:19:03.917--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle] is being defaulted to: Vehicle. [junit] [EL Config]: 2022-09-10 04:19:03.917--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR. [junit] [EL Config]: 2022-09-10 04:19:03.917--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.917--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [brand] is being defaulted to: BRAND. [junit] [EL Config]: 2022-09-10 04:19:03.917--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:19:03.918--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess] is being defaulted to: TemporalTypesFieldAccess. [junit] [EL Config]: 2022-09-10 04:19:03.918--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice] is being defaulted to: UniqueColorOffice. [junit] [EL Config]: 2022-09-10 04:19:03.918--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.918--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY. [junit] [EL Config]: 2022-09-10 04:19:03.918--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.AbstractEmployee] is being defaulted to: AbstractEmployee. [junit] [EL Config]: 2022-09-10 04:19:03.918--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:03.918--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.918--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal] is being defaulted to: Criminal. [junit] [EL Config]: 2022-09-10 04:19:03.918--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.918--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person] is being defaulted to: Person. [junit] [EL Config]: 2022-09-10 04:19:03.919--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.919--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee] is being defaulted to: ContractEmployee. [junit] [EL Config]: 2022-09-10 04:19:03.919--ServerSession(1526542158)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.919--ServerSession(1526542158)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.919--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [term] is being defaulted to: TERM. [junit] [EL Config]: 2022-09-10 04:19:03.919--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.island.Island] is being defaulted to: Island. [junit] [EL Config]: 2022-09-10 04:19:03.919--ServerSession(1526542158)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island] is being defaulted to: DTYPE. [junit] [EL Config]: 2022-09-10 04:19:03.919--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:03.919--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.919--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby] is being defaulted to: Hobby. [junit] [EL Config]: 2022-09-10 04:19:03.919--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [getDescription] is being defaulted to: DESCRIPTION. [junit] [EL Config]: 2022-09-10 04:19:03.919--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.919--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [getCategory] is being defaulted to: CATEGORY. [junit] [EL Config]: 2022-09-10 04:19:03.919--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City] is being defaulted to: City. [junit] [EL Config]: 2022-09-10 04:19:03.919--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [sound] is being defaulted to: SOUND. [junit] [EL Config]: 2022-09-10 04:19:03.919--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [integer] is being defaulted to: INTEGER. [junit] [EL Config]: 2022-09-10 04:19:03.919--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [cool] is being defaulted to: COOL. [junit] [EL Config]: 2022-09-10 04:19:03.919--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:03.919--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.919--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [type] is being defaulted to: TYPE. [junit] [EL Config]: 2022-09-10 04:19:03.92--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess] is being defaulted to: BasicTypesPropertyAccess. [junit] [EL Config]: 2022-09-10 04:19:03.92--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.92--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass] is being defaulted to: ReadOnlyEntitySubclass. [junit] [EL Config]: 2022-09-10 04:19:03.92--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity] is being defaulted to: ReadOnlyEntity. [junit] [EL Config]: 2022-09-10 04:19:03.92--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:03.92--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.92--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:19:03.92--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material] is being defaulted to: Material. [junit] [EL Config]: 2022-09-10 04:19:03.92--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [getData] is being defaulted to: DATA. [junit] [EL Config]: 2022-09-10 04:19:03.921--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task] is being defaulted to: Task. [junit] [EL Config]: 2022-09-10 04:19:03.921--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [description] is being defaulted to: DESCRIPTION. [junit] [EL Config]: 2022-09-10 04:19:03.921--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview] is being defaulted to: PatentReview. [junit] [EL Config]: 2022-09-10 04:19:03.921--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review] is being defaulted to: Review. [junit] [EL Config]: 2022-09-10 04:19:03.921--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [reviewDate] is being defaulted to: REVIEWDATE. [junit] [EL Config]: 2022-09-10 04:19:03.921--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.921--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:19:03.921--ServerSession(1526542158)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review] is being defaulted to: DTYPE. [junit] [EL Config]: 2022-09-10 04:19:03.921--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike] is being defaulted to: MountainBike. [junit] [EL Config]: 2022-09-10 04:19:03.921--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature] is being defaulted to: MythicalCreature. [junit] [EL Config]: 2022-09-10 04:19:03.921--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature] is being defaulted to: Creature. [junit] [EL Config]: 2022-09-10 04:19:03.921--ServerSession(1526542158)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature] is being defaulted to: DTYPE. [junit] [EL Config]: 2022-09-10 04:19:03.921--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.922--ServerSession(1526542158)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.922--ServerSession(1526542158)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.922--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [getStory] is being defaulted to: STORY. [junit] [EL Config]: 2022-09-10 04:19:03.922--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess] is being defaulted to: EmbeddingFieldAccess. [junit] [EL Config]: 2022-09-10 04:19:03.922--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [date] is being defaulted to: DATE. [junit] [EL Config]: 2022-09-10 04:19:03.922--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [time] is being defaulted to: TIME. [junit] [EL Config]: 2022-09-10 04:19:03.922--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.922--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon] is being defaulted to: Weapon. [junit] [EL Config]: 2022-09-10 04:19:03.922--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:03.922--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.922--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant] is being defaulted to: Plant. [junit] [EL Config]: 2022-09-10 04:19:03.922--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element] is being defaulted to: Element. [junit] [EL Config]: 2022-09-10 04:19:03.922--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent] is being defaulted to: Patent. [junit] [EL Config]: 2022-09-10 04:19:03.922--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [getYear] is being defaulted to: YEAR. [junit] [EL Config]: 2022-09-10 04:19:03.922--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:03.922--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car] is being defaulted to: Car. [junit] [EL Config]: 2022-09-10 04:19:03.922--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] is being defaulted to: MotorVehicle. [junit] [EL Config]: 2022-09-10 04:19:03.923--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [model] is being defaulted to: MODEL. [junit] [EL Config]: 2022-09-10 04:19:03.923--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat] is being defaulted to: MetricFloat. [junit] [EL Config]: 2022-09-10 04:19:03.923--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric] is being defaulted to: Metric. [junit] [EL Config]: 2022-09-10 04:19:03.923--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount] is being defaulted to: BrokerageAccount. [junit] [EL Config]: 2022-09-10 04:19:03.923--ServerSession(1526542158)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:03.923--ServerSession(1526542158)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:03.923--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [riskLevel] is being defaulted to: RISKLEVEL. [junit] [EL Config]: 2022-09-10 04:19:03.923--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal] is being defaulted to: Animal. [junit] [EL Config]: 2022-09-10 04:19:03.923--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer] is being defaulted to: Informer. [junit] [EL Config]: 2022-09-10 04:19:03.923--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.924--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription] is being defaulted to: CascadingNodeDescription. [junit] [EL Config]: 2022-09-10 04:19:03.924--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.924--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.component.Component] is being defaulted to: Component. [junit] [EL Config]: 2022-09-10 04:19:03.924--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.924--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile] is being defaulted to: TravelProfile. [junit] [EL Config]: 2022-09-10 04:19:03.924--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [getSmoker] is being defaulted to: SMOKER. [junit] [EL Config]: 2022-09-10 04:19:03.924--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [getGuid] is being defaulted to: GUID. [junit] [EL Config]: 2022-09-10 04:19:03.924--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop] is being defaulted to: Cop. [junit] [EL Config]: 2022-09-10 04:19:03.924--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.924--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess] is being defaulted to: EmbeddingPropertyAccess. [junit] [EL Config]: 2022-09-10 04:19:03.924--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [getDate] is being defaulted to: DATE. [junit] [EL Config]: 2022-09-10 04:19:03.924--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [getTime] is being defaulted to: TIME. [junit] [EL Config]: 2022-09-10 04:19:03.924--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.924--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte] is being defaulted to: Item_Attribute_Byte. [junit] [EL Config]: 2022-09-10 04:19:03.924--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount] is being defaulted to: SavingsAccount. [junit] [EL Config]: 2022-09-10 04:19:03.924--ServerSession(1526542158)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:03.925--ServerSession(1526542158)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:03.925--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [interestRate] is being defaulted to: INTERESTRATE. [junit] [EL Config]: 2022-09-10 04:19:03.925--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [bankId] is being defaulted to: BANKID. [junit] [EL Config]: 2022-09-10 04:19:03.925--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [bankName] is being defaulted to: BANKNAME. [junit] [EL Config]: 2022-09-10 04:19:03.925--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck] is being defaulted to: Truck. [junit] [EL Config]: 2022-09-10 04:19:03.925--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount] is being defaulted to: CreditCardAccount. [junit] [EL Config]: 2022-09-10 04:19:03.925--ServerSession(1526542158)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:03.925--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [cardType] is being defaulted to: CARDTYPE. [junit] [EL Config]: 2022-09-10 04:19:03.925--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [cardNumber] is being defaulted to: CARDNUMBER. [junit] [EL Config]: 2022-09-10 04:19:03.925--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [validTo] is being defaulted to: VALIDTO. [junit] [EL Config]: 2022-09-10 04:19:03.925--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office] is being defaulted to: Office. [junit] [EL Config]: 2022-09-10 04:19:03.925--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.925--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [getCapacity] is being defaulted to: CAPACITY. [junit] [EL Config]: 2022-09-10 04:19:03.925--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle] is being defaulted to: Cubicle. [junit] [EL Config]: 2022-09-10 04:19:03.925--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [color] is being defaulted to: COLOR. [junit] [EL Config]: 2022-09-10 04:19:03.926--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [place] is being defaulted to: PLACE. [junit] [EL Config]: 2022-09-10 04:19:03.926--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [floor] is being defaulted to: FLOOR. [junit] [EL Config]: 2022-09-10 04:19:03.926--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave] is being defaulted to: Cave. [junit] [EL Config]: 2022-09-10 04:19:03.926--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:03.926--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.926--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode] is being defaulted to: CascadingNode. [junit] [EL Config]: 2022-09-10 04:19:03.926--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.926--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.node.Node] is being defaulted to: Node. [junit] [EL Config]: 2022-09-10 04:19:03.926--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [nodeName] is being defaulted to: NODENAME. [junit] [EL Config]: 2022-09-10 04:19:03.926--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.926--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer] is being defaulted to: Trailer. [junit] [EL Config]: 2022-09-10 04:19:03.926--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [high] is being defaulted to: HIGH. [junit] [EL Config]: 2022-09-10 04:19:03.926--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [low] is being defaulted to: LOW. [junit] [EL Config]: 2022-09-10 04:19:03.926--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] is being defaulted to: Employee. [junit] [EL Config]: 2022-09-10 04:19:03.926--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [firstname] is being defaulted to: FIRSTNAME. [junit] [EL Config]: 2022-09-10 04:19:03.926--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [endDate] is being defaulted to: ENDDATE. [junit] [EL Config]: 2022-09-10 04:19:03.926--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [startDate] is being defaulted to: STARTDATE. [junit] [EL Config]: 2022-09-10 04:19:03.926--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [salary] is being defaulted to: SALARY. [junit] [EL Config]: 2022-09-10 04:19:03.926--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [lastname] is being defaulted to: LASTNAME. [junit] [EL Config]: 2022-09-10 04:19:03.926--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.927--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course] is being defaulted to: Course. [junit] [EL Config]: 2022-09-10 04:19:03.927--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department] is being defaulted to: Department. [junit] [EL Config]: 2022-09-10 04:19:03.927--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [getName] is being defaulted to: NAME. [junit] [EL Config]: 2022-09-10 04:19:03.927--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [getId] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.927--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [getVersion] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:19:03.927--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project] is being defaulted to: Project. [junit] [EL Config]: 2022-09-10 04:19:03.927--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty] is being defaulted to: Nasty. [junit] [EL Config]: 2022-09-10 04:19:03.927--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.927--ServerSession(1526542158)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess] is being defaulted to: BasicTypesFieldAccess. [junit] [EL Config]: 2022-09-10 04:19:03.928--ServerSession(1526542158)--Thread(Thread[main,5,main])--The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: 2022-09-10 04:19:03.928--ServerSession(1526542158)--Thread(Thread[main,5,main])--The pk column value for the table generator named [StringIdGenerator] defined on [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby] from [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby] is being defaulted to: StringIdGenerator. [junit] [EL Config]: 2022-09-10 04:19:03.928--ServerSession(1526542158)--Thread(Thread[main,5,main])--The pk column value for the table generator named [VehicleGenerator] defined on [field id] from [field id] is being defaulted to: VehicleGenerator. [junit] [EL Config]: 2022-09-10 04:19:03.928--ServerSession(1526542158)--Thread(Thread[main,5,main])--The pk column value for the table generator named [IdGenerator] defined on [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project] from [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project] is being defaulted to: IdGenerator. [junit] [EL Config]: 2022-09-10 04:19:03.928--ServerSession(1526542158)--Thread(Thread[main,5,main])--The pk column value for the table generator named [CourseGenerator] defined on [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course] from [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course] is being defaulted to: CourseGenerator. [junit] [EL Config]: 2022-09-10 04:19:03.928--ServerSession(1526542158)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field client] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.928--ServerSession(1526542158)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field profiles] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.928--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field profiles] is being defaulted to: GUID. [junit] [EL Config]: 2022-09-10 04:19:03.928--ServerSession(1526542158)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field riders] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.928--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field riders] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.929--ServerSession(1526542158)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getCubicles] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.929--ServerSession(1526542158)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field attachedCop] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.929--ServerSession(1526542158)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [attachedCop] is being defaulted to: ATTACHEDCOP_ID. [junit] [EL Config]: 2022-09-10 04:19:03.929--ServerSession(1526542158)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field parties] is being defaulted to: TMP_CRIMINAL_TMP_CRIMINAL. [junit] [EL Config]: 2022-09-10 04:19:03.929--ServerSession(1526542158)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field parties] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.929--ServerSession(1526542158)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [parties] is being defaulted to: Criminal_ID. [junit] [EL Config]: 2022-09-10 04:19:03.929--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field parties] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.929--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [parties] is being defaulted to: parties_ID. [junit] [EL Config]: 2022-09-10 04:19:03.929--ServerSession(1526542158)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field city] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.929--ServerSession(1526542158)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field cops] is being defaulted to: TMP_CITY_TMP_COP. [junit] [EL Config]: 2022-09-10 04:19:03.929--ServerSession(1526542158)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field cops] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.929--ServerSession(1526542158)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [cops] is being defaulted to: City_ID. [junit] [EL Config]: 2022-09-10 04:19:03.929--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field cops] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.929--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [cops] is being defaulted to: cops_ID. [junit] [EL Config]: 2022-09-10 04:19:03.929--ServerSession(1526542158)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field criminals] is being defaulted to: TMP_CITY_TMP_CRIMINAL. [junit] [EL Config]: 2022-09-10 04:19:03.929--ServerSession(1526542158)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field criminals] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.929--ServerSession(1526542158)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [criminals] is being defaulted to: City_ID. [junit] [EL Config]: 2022-09-10 04:19:03.929--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field criminals] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.929--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [criminals] is being defaulted to: criminals_ID. [junit] [EL Config]: 2022-09-10 04:19:03.93--ServerSession(1526542158)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field project] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.93--ServerSession(1526542158)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getWeapon] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.93--ServerSession(1526542158)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field driver] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.93--ServerSession(1526542158)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getComponent] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.93--ServerSession(1526542158)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field informingCops] is being defaulted to: TMP_INFORMER_TMP_COP. [junit] [EL Config]: 2022-09-10 04:19:03.93--ServerSession(1526542158)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field informingCops] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.93--ServerSession(1526542158)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [informingCops] is being defaulted to: Informer_ID. [junit] [EL Config]: 2022-09-10 04:19:03.93--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field informingCops] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.93--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [informingCops] is being defaulted to: informingCops_ID. [junit] [EL Config]: 2022-09-10 04:19:03.93--ServerSession(1526542158)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field partner] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.93--ServerSession(1526542158)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [partner] is being defaulted to: PARTNER_ID. [junit] [EL Config]: 2022-09-10 04:19:03.93--ServerSession(1526542158)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field attachedCriminals] is being defaulted to: TMP_COP_TMP_CRIMINAL. [junit] [EL Config]: 2022-09-10 04:19:03.93--ServerSession(1526542158)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field attachedCriminals] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.93--ServerSession(1526542158)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [attachedCriminals] is being defaulted to: Cop_ID. [junit] [EL Config]: 2022-09-10 04:19:03.93--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field attachedCriminals] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.93--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [attachedCriminals] is being defaulted to: attachedCriminals_ID. [junit] [EL Config]: 2022-09-10 04:19:03.93--ServerSession(1526542158)--Thread(Thread[main,5,main])--The join table name for the many to many mapping [field informers] is being defaulted to: TMP_COP_TMP_INFORMER. [junit] [EL Config]: 2022-09-10 04:19:03.93--ServerSession(1526542158)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field informers] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.93--ServerSession(1526542158)--Thread(Thread[main,5,main])--The source foreign key column name for the many to many mapping [informers] is being defaulted to: Cop_ID. [junit] [EL Config]: 2022-09-10 04:19:03.93--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field informers] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.93--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target foreign key column name for the many to many mapping [informers] is being defaulted to: informers_ID. [junit] [EL Config]: 2022-09-10 04:19:03.93--ServerSession(1526542158)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field item] is being defaulted to: ITEM_ID. [junit] [EL Config]: 2022-09-10 04:19:03.931--ServerSession(1526542158)--Thread(Thread[main,5,main])--The key column name for the basic map mapping element [getCubicles] is being defaulted to: CUBICLES_KEY. [junit] [EL Config]: 2022-09-10 04:19:03.931--ServerSession(1526542158)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getCubicles] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.931--ServerSession(1526542158)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getCreatures] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.931--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [method getCreatures] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.931--ServerSession(1526542158)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field parent] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.931--ServerSession(1526542158)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field description] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.931--ServerSession(1526542158)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field parent] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.931--ServerSession(1526542158)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field brokerageAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:03.931--ServerSession(1526542158)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field projects] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.931--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field projects] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.931--ServerSession(1526542158)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field costCenter] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.931--ServerSession(1526542158)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field travelProfile] is being defaulted to: GUID. [junit] [EL Config]: 2022-09-10 04:19:03.931--ServerSession(1526542158)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field sampleAccount] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:03.932--ServerSession(1526542158)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field reviews] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.932--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field reviews] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.932--ServerSession(1526542158)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field hobbies] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.932--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field hobbies] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.932--ServerSession(1526542158)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field patents] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.932--ServerSession(1526542158)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [field creditCardAccounts] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.932--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [field creditCardAccounts] is being defaulted to: ACC_NUMBER. [junit] [EL Config]: 2022-09-10 04:19:03.932--ServerSession(1526542158)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field department] is being defaulted to: ID. [junit] [EL Config]: 2022-09-10 04:19:03.932--ServerSession(1526542158)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method getMaterial] is being defaulted to: COURSE_ID. [junit] [EL Config]: 2022-09-10 04:19:03.932--ServerSession(1526542158)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [method getMaterial] is being defaulted to: COURSE_ID. [junit] [EL Config]: 2022-09-10 04:19:03.932--ServerSession(1526542158)--Thread(Thread[main,5,main])--The source primary key column name for the many to many mapping [method getAttendees] is being defaulted to: COURSE_ID. [junit] [EL Config]: 2022-09-10 04:19:03.932--ServerSession(1526542158)--Thread(Thread[main,5,main])--The target primary key column name for the many to many mapping [method getAttendees] is being defaulted to: ID. [junit] [EL Finest]: 2022-09-10 04:19:03.933--ServerSession(1526542158)--Thread(Thread[main,5,main])--query getDepartmentCached: query hint eclipselink.query-results-cache; value True [junit] [EL Finest]: 2022-09-10 04:19:03.934--ServerSession(1526542158)--Thread(Thread[main,5,main])--query getAllDepartmentsCached: query hint eclipselink.query-results-cache; value True [junit] [EL Finest]: 2022-09-10 04:19:03.934--ServerSession(1526542158)--Thread(Thread[main,5,main])--End predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Predeployed; factoryCount 0 [junit] [EL Finer]: 2022-09-10 04:19:03.934--Thread(Thread[main,5,main])--JavaSECMPInitializer - transformer is null. [junit] [EL Finest]: 2022-09-10 04:19:03.934--ServerSession(1526542158)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Predeployed; factoryCount 0 [junit] [EL Finest]: 2022-09-10 04:19:03.934--ServerSession(1526542158)--Thread(Thread[main,5,main])--End predeploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Predeployed; factoryCount 1 [junit] [EL Finer]: 2022-09-10 04:19:03.935--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Component_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.935--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.935--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.935--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.AbstractEmployee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.935--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.936--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.936--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.936--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.936--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.936--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.937--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.937--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.937--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.937--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.937--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:03.937--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:04.013--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:04.013--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:04.013--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:04.013--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:04.013--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:04.014--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:04.014--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:04.014--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:04.014--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:04.014--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:04.015--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:04.015--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:04.015--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:04.015--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:04.015--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:04.016--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:04.016--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:04.016--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:04.016--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:04.016--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:04.016--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:04.017--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:04.017--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:04.017--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:04.017--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:04.017--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:04.018--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:04.018--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:04.018--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:04.018--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:04.018--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:04.018--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:04.019--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:04.019--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:04.019--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:04.019--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:04.019--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:04.019--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:04.02--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.Node_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:04.02--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:04.02--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:04.02--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:04.02--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:04.021--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:04.021--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:04.021--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:04.021--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:04.021--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:04.021--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer$PK_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:04.022--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:04.022--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount_] not found during initialization. [junit] [EL Finest]: 2022-09-10 04:19:04.022--ServerSession(1526542158)--Thread(Thread[main,5,main])--Begin deploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Predeployed; factoryCount 1 [junit] [EL Finest]: 2022-09-10 04:19:04.026--ServerSession(1526542158)--Thread(Thread[main,5,main])--Bean Validation Factory was not initialized: [javax/validation/Validation]. [junit] [EL Finest]: 2022-09-10 04:19:04.026--ServerSession(1526542158)--Thread(Thread[main,5,main])--property=eclipselink.target-server; value=JBoss; translated value=org.eclipse.persistence.platform.server.jboss.JBossPlatform [junit] [EL Finest]: 2022-09-10 04:19:04.026--ServerSession(1526542158)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2022-09-10 04:19:04.026--ServerSession(1526542158)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: 2022-09-10 04:19:04.026--ServerSession(1526542158)--Thread(Thread[main,5,main])--property=eclipselink.target-database; value=org.eclipse.persistence.platform.database.MySQLPlatform [junit] [EL Finest]: 2022-09-10 04:19:04.027--ServerSession(1526542158)--Thread(Thread[main,5,main])--property=javax.persistence.nonJtaDataSource; value=org.eclipse.persistence.testing.framework.wdf.PooledDataSource@ea1a8d5 [junit] [EL Finest]: 2022-09-10 04:19:04.027--ServerSession(1526542158)--Thread(Thread[main,5,main])--property=eclipselink.jdbc.batch-writing; value=JDBC; translated value=JDBC [junit] [EL Finest]: 2022-09-10 04:19:04.027--ServerSession(1526542158)--Thread(Thread[main,5,main])--property=eclipselink.temporal.mutable; value=true [junit] [EL Info]: 2022-09-10 04:19:04.027--ServerSession(1526542158)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Config]: 2022-09-10 04:19:04.027--ServerSession(1526542158)--Connection(515599904)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "" [junit] connector=>JNDIConnector datasource name=>null [junit] )) [junit] [EL Config]: 2022-09-10 04:19:04.028--ServerSession(1526542158)--Connection(1249990700)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost/ecltest?useSSL=false [junit] User: root@localhost [junit] Database: MySQL Version: 5.7.29 [junit] Driver: MySQL Connector Java Version: mysql-connector-java-5.1.48 ( Revision: 29734982609c32d3ab7e5cac2e6acee69ff6b4aa ) [junit] [EL Finest]: 2022-09-10 04:19:04.028--ServerSession(1526542158)--Connection(1239213409)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.028--ServerSession(1526542158)--Connection(1239213409)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Config]: 2022-09-10 04:19:04.028--ServerSession(1526542158)--Connection(206784532)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "" [junit] connector=>JNDIConnector datasource name=>null [junit] )) [junit] [EL Config]: 2022-09-10 04:19:04.028--ServerSession(1526542158)--Connection(246994233)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost/ecltest?useSSL=false [junit] User: root@localhost [junit] Database: MySQL Version: 5.7.29 [junit] Driver: MySQL Connector Java Version: mysql-connector-java-5.1.48 ( Revision: 29734982609c32d3ab7e5cac2e6acee69ff6b4aa ) [junit] [EL Finest]: 2022-09-10 04:19:04.029--ServerSession(1526542158)--Thread(Thread[main,5,main])--sequencing connected, state is NoPreallocation_State [junit] [EL Finest]: 2022-09-10 04:19:04.029--ServerSession(1526542158)--Thread(Thread[main,5,main])--sequence testSequence: preallocation size 1 [junit] [EL Finest]: 2022-09-10 04:19:04.029--ServerSession(1526542158)--Thread(Thread[main,5,main])--sequence testSequenceInc3: preallocation size 3 [junit] [EL Finest]: 2022-09-10 04:19:04.029--ServerSession(1526542158)--Thread(Thread[main,5,main])--sequence SEQ_GEN_IDENTITY: preallocation size 1 [junit] [EL Finest]: 2022-09-10 04:19:04.029--ServerSession(1526542158)--Thread(Thread[main,5,main])--sequencing connected, state is Preallocation_Transaction_NoAccessor_State [junit] [EL Finest]: 2022-09-10 04:19:04.029--ServerSession(1526542158)--Thread(Thread[main,5,main])--sequence SEQUENCE: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:19:04.029--ServerSession(1526542158)--Thread(Thread[main,5,main])--sequence VehicleGenerator: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:19:04.029--ServerSession(1526542158)--Thread(Thread[main,5,main])--sequence CourseGenerator: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:19:04.029--ServerSession(1526542158)--Thread(Thread[main,5,main])--sequence StringIdGenerator: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:19:04.029--ServerSession(1526542158)--Thread(Thread[main,5,main])--sequence Component: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:19:04.029--ServerSession(1526542158)--Thread(Thread[main,5,main])--sequence SEQ_GEN: preallocation size 50 [junit] [EL Finest]: 2022-09-10 04:19:04.029--ServerSession(1526542158)--Thread(Thread[main,5,main])--sequence IdGenerator: preallocation size 50 [junit] [EL Warning]: 2022-09-10 04:19:04.03--ServerSession(1526542158)--Thread(Thread[main,5,main])--Reverting the lazy setting on the OneToOne or ManyToOne attribute [driver] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle] since weaving was not enabled or did not occur. [junit] [EL Warning]: 2022-09-10 04:19:04.031--ServerSession(1526542158)--Thread(Thread[main,5,main])--Reverting the lazy setting on the OneToOne or ManyToOne attribute [cubicle] for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee] since weaving was not enabled or did not occur. [junit] [EL Info]: 2022-09-10 04:19:04.045--ServerSession(1526542158)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541 login successful [junit] [EL Finer]: 2022-09-10 04:19:04.045--ServerSession(1526542158)--Thread(Thread[main,5,main])--JMX MBeanServer instance found: [com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582], # of beans: [22], domain: [DefaultDomain] at index: [0]. [junit] [EL Finest]: 2022-09-10 04:19:04.045--ServerSession(1526542158)--Thread(Thread[main,5,main])--Registered MBean: org.eclipse.persistence.services.mbean.MBeanDevelopmentServices[TopLink:Name=Development-/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541,Type=Configuration] on server com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582 [junit] [EL Finest]: 2022-09-10 04:19:04.045--ServerSession(1526542158)--Thread(Thread[main,5,main])--Registered MBean: org.eclipse.persistence.services.jboss.MBeanJBossRuntimeServices[TopLink:Name=Session(/file_/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource_245475541)] on server com.sun.jmx.mbeanserver.JmxMBeanServer@5c44c582 [junit] [EL Finest]: 2022-09-10 04:19:04.045--ServerSession(1526542158)--Thread(Thread[main,5,main])--EclipseLink JMX Runtime Services is referencing the [Platform ConversionManager] ClassLoader at: [sun.misc.Launcher$AppClassLoader@330bedb4] [junit] [EL Finest]: 2022-09-10 04:19:04.045--ServerSession(1526542158)--Thread(Thread[main,5,main])--The applicationName for the MBean attached to session [/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541] is [unknown] [junit] [EL Finest]: 2022-09-10 04:19:04.045--ServerSession(1526542158)--Thread(Thread[main,5,main])--The moduleName for the MBean attached to session [/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541] is [unknown] [junit] [EL Finest]: 2022-09-10 04:19:04.05--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_METRIC DROP FOREIGN KEY FK_TMP_METRIC_COMPONENT_ID") [junit] [EL Finest]: 2022-09-10 04:19:04.05--ServerSession(1526542158)--Connection(1369313547)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.05--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.05--ServerSession(1526542158)--Connection(1149103230)--Thread(Thread[main,5,main])--ALTER TABLE TMP_METRIC DROP FOREIGN KEY FK_TMP_METRIC_COMPONENT_ID [junit] [EL Finest]: 2022-09-10 04:19:04.053--ServerSession(1526542158)--Connection(1369313547)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.053--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CONTRACT_EMP DROP FOREIGN KEY FK_TMP_CONTRACT_EMP_ID") [junit] [EL Finest]: 2022-09-10 04:19:04.053--ServerSession(1526542158)--Connection(1358359319)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.053--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.054--ServerSession(1526542158)--Connection(2076435307)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CONTRACT_EMP DROP FOREIGN KEY FK_TMP_CONTRACT_EMP_ID [junit] [EL Finest]: 2022-09-10 04:19:04.056--ServerSession(1526542158)--Connection(1358359319)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.056--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_VEHICLE DROP FOREIGN KEY FK_TMP_VEHICLE_EMPLOYEE_ID") [junit] [EL Finest]: 2022-09-10 04:19:04.056--ServerSession(1526542158)--Connection(679321100)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.056--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.056--ServerSession(1526542158)--Connection(1287780563)--Thread(Thread[main,5,main])--ALTER TABLE TMP_VEHICLE DROP FOREIGN KEY FK_TMP_VEHICLE_EMPLOYEE_ID [junit] [EL Finest]: 2022-09-10 04:19:04.058--ServerSession(1526542158)--Connection(679321100)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.058--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_BROKER_ACC DROP FOREIGN KEY FK_TMP_BROKER_ACC_ACC_NUMBER") [junit] [EL Finest]: 2022-09-10 04:19:04.058--ServerSession(1526542158)--Connection(39461258)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.058--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.059--ServerSession(1526542158)--Connection(1092507250)--Thread(Thread[main,5,main])--ALTER TABLE TMP_BROKER_ACC DROP FOREIGN KEY FK_TMP_BROKER_ACC_ACC_NUMBER [junit] [EL Finest]: 2022-09-10 04:19:04.061--ServerSession(1526542158)--Connection(39461258)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.061--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CHECK_ACC DROP FOREIGN KEY FK_TMP_CHECK_ACC_ACC_NUMBER") [junit] [EL Finest]: 2022-09-10 04:19:04.061--ServerSession(1526542158)--Connection(300080776)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.061--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.061--ServerSession(1526542158)--Connection(578594560)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CHECK_ACC DROP FOREIGN KEY FK_TMP_CHECK_ACC_ACC_NUMBER [junit] [EL Finest]: 2022-09-10 04:19:04.063--ServerSession(1526542158)--Connection(300080776)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.063--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CHECK_ACC DROP FOREIGN KEY FK_TMP_CHECK_ACC_CLIENT_ID") [junit] [EL Finest]: 2022-09-10 04:19:04.063--ServerSession(1526542158)--Connection(730232355)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.063--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.063--ServerSession(1526542158)--Connection(1820692724)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CHECK_ACC DROP FOREIGN KEY FK_TMP_CHECK_ACC_CLIENT_ID [junit] [EL Finest]: 2022-09-10 04:19:04.065--ServerSession(1526542158)--Connection(730232355)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.065--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CREDIT_ACC DROP FOREIGN KEY FK_TMP_CREDIT_ACC_CCA_ID") [junit] [EL Finest]: 2022-09-10 04:19:04.065--ServerSession(1526542158)--Connection(305394713)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.065--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.065--ServerSession(1526542158)--Connection(1383187611)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CREDIT_ACC DROP FOREIGN KEY FK_TMP_CREDIT_ACC_CCA_ID [junit] [EL Finest]: 2022-09-10 04:19:04.067--ServerSession(1526542158)--Connection(305394713)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.067--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_COSTCENTER") [junit] [EL Finest]: 2022-09-10 04:19:04.067--ServerSession(1526542158)--Connection(71010740)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.067--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.067--ServerSession(1526542158)--Connection(1488109748)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_COSTCENTER [junit] [EL Finest]: 2022-09-10 04:19:04.069--ServerSession(1526542158)--Connection(71010740)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.07--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_DEPARTMENT") [junit] [EL Finest]: 2022-09-10 04:19:04.07--ServerSession(1526542158)--Connection(1960700193)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.07--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.07--ServerSession(1526542158)--Connection(975450222)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_DEPARTMENT [junit] [EL Finest]: 2022-09-10 04:19:04.072--ServerSession(1526542158)--Connection(1960700193)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.072--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_CUBICLE_PLACE") [junit] [EL Finest]: 2022-09-10 04:19:04.072--ServerSession(1526542158)--Connection(1095128956)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.072--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.072--ServerSession(1526542158)--Connection(1526376570)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_CUBICLE_PLACE [junit] [EL Finest]: 2022-09-10 04:19:04.074--ServerSession(1526542158)--Connection(1095128956)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.074--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_SAMPLE_ACCOUNT") [junit] [EL Finest]: 2022-09-10 04:19:04.074--ServerSession(1526542158)--Connection(1122455459)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.074--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.074--ServerSession(1526542158)--Connection(1297192701)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_SAMPLE_ACCOUNT [junit] [EL Finest]: 2022-09-10 04:19:04.076--ServerSession(1526542158)--Connection(1122455459)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.076--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_BROKERAGE_ACCOUNT") [junit] [EL Finest]: 2022-09-10 04:19:04.076--ServerSession(1526542158)--Connection(176200290)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.076--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.076--ServerSession(1526542158)--Connection(1260852145)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_BROKERAGE_ACCOUNT [junit] [EL Finest]: 2022-09-10 04:19:04.078--ServerSession(1526542158)--Connection(176200290)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.078--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_PROFILE_GUID") [junit] [EL Finest]: 2022-09-10 04:19:04.078--ServerSession(1526542158)--Connection(1855412326)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.078--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.078--ServerSession(1526542158)--Connection(501118110)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP FOREIGN KEY FK_TMP_EMP_PROFILE_GUID [junit] [EL Finest]: 2022-09-10 04:19:04.08--ServerSession(1526542158)--Connection(1855412326)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.08--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP DROP KEY UNQ_TMP_EMP_0") [junit] [EL Finest]: 2022-09-10 04:19:04.08--ServerSession(1526542158)--Connection(1220379207)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.08--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.081--ServerSession(1526542158)--Connection(648639818)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP DROP KEY UNQ_TMP_EMP_0 [junit] [EL Finest]: 2022-09-10 04:19:04.083--ServerSession(1526542158)--Connection(1220379207)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.083--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_REVIEW DROP FOREIGN KEY FK_TMP_REVIEW_PATENT_NAME") [junit] [EL Finest]: 2022-09-10 04:19:04.083--ServerSession(1526542158)--Connection(648378207)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.083--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.083--ServerSession(1526542158)--Connection(1271612900)--Thread(Thread[main,5,main])--ALTER TABLE TMP_REVIEW DROP FOREIGN KEY FK_TMP_REVIEW_PATENT_NAME [junit] [EL Finest]: 2022-09-10 04:19:04.085--ServerSession(1526542158)--Connection(648378207)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.085--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_REVIEW_DETAILS DROP FOREIGN KEY FK_TMP_REVIEW_DETAILS_REVIEW_ID") [junit] [EL Finest]: 2022-09-10 04:19:04.085--ServerSession(1526542158)--Connection(589132678)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.085--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.085--ServerSession(1526542158)--Connection(845739620)--Thread(Thread[main,5,main])--ALTER TABLE TMP_REVIEW_DETAILS DROP FOREIGN KEY FK_TMP_REVIEW_DETAILS_REVIEW_ID [junit] [EL Finest]: 2022-09-10 04:19:04.087--ServerSession(1526542158)--Connection(589132678)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.087--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_PROJECT_DETAILS DROP FOREIGN KEY FK_TMP_PROJECT_DETAILS_PROJECT_ID") [junit] [EL Finest]: 2022-09-10 04:19:04.087--ServerSession(1526542158)--Connection(1209886276)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.087--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.087--ServerSession(1526542158)--Connection(1026777845)--Thread(Thread[main,5,main])--ALTER TABLE TMP_PROJECT_DETAILS DROP FOREIGN KEY FK_TMP_PROJECT_DETAILS_PROJECT_ID [junit] [EL Finest]: 2022-09-10 04:19:04.089--ServerSession(1526542158)--Connection(1209886276)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.089--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_SAVE_ACC DROP FOREIGN KEY FK_TMP_SAVE_ACC_ACC_NUMBER") [junit] [EL Finest]: 2022-09-10 04:19:04.089--ServerSession(1526542158)--Connection(405276314)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.089--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.089--ServerSession(1526542158)--Connection(1043004320)--Thread(Thread[main,5,main])--ALTER TABLE TMP_SAVE_ACC DROP FOREIGN KEY FK_TMP_SAVE_ACC_ACC_NUMBER [junit] [EL Finest]: 2022-09-10 04:19:04.091--ServerSession(1526542158)--Connection(405276314)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.091--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_TASK DROP FOREIGN KEY FK_TMP_TASK_PROJ_ID") [junit] [EL Finest]: 2022-09-10 04:19:04.091--ServerSession(1526542158)--Connection(1800100552)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.091--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.091--ServerSession(1526542158)--Connection(39144442)--Thread(Thread[main,5,main])--ALTER TABLE TMP_TASK DROP FOREIGN KEY FK_TMP_TASK_PROJ_ID [junit] [EL Finest]: 2022-09-10 04:19:04.093--ServerSession(1526542158)--Connection(1800100552)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.093--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE BYTE_ITEM_ATT DROP FOREIGN KEY FK_BYTE_ITEM_ATT_ITEM_ID") [junit] [EL Finest]: 2022-09-10 04:19:04.093--ServerSession(1526542158)--Connection(1949430968)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.093--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.093--ServerSession(1526542158)--Connection(1553165151)--Thread(Thread[main,5,main])--ALTER TABLE BYTE_ITEM_ATT DROP FOREIGN KEY FK_BYTE_ITEM_ATT_ITEM_ID [junit] [EL Finest]: 2022-09-10 04:19:04.096--ServerSession(1526542158)--Connection(1949430968)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.096--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COP DROP FOREIGN KEY FK_TMP_COP_PARTNER_ID") [junit] [EL Finest]: 2022-09-10 04:19:04.096--ServerSession(1526542158)--Connection(1354774829)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.096--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.096--ServerSession(1526542158)--Connection(391019001)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP DROP FOREIGN KEY FK_TMP_COP_PARTNER_ID [junit] [EL Finest]: 2022-09-10 04:19:04.098--ServerSession(1526542158)--Connection(1354774829)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.098--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_PERSON DROP FOREIGN KEY FK_TMP_PERSON_CITY") [junit] [EL Finest]: 2022-09-10 04:19:04.098--ServerSession(1526542158)--Connection(62694957)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.098--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.099--ServerSession(1526542158)--Connection(1742312978)--Thread(Thread[main,5,main])--ALTER TABLE TMP_PERSON DROP FOREIGN KEY FK_TMP_PERSON_CITY [junit] [EL Finest]: 2022-09-10 04:19:04.1--ServerSession(1526542158)--Connection(62694957)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.1--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CRIMINAL_ATTACHEDCOP_ID") [junit] [EL Finest]: 2022-09-10 04:19:04.1--ServerSession(1526542158)--Connection(623034022)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.1--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.101--ServerSession(1526542158)--Connection(241222934)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CRIMINAL_ATTACHEDCOP_ID [junit] [EL Finest]: 2022-09-10 04:19:04.102--ServerSession(1526542158)--Connection(623034022)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.103--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CREATURE DROP FOREIGN KEY FK_TMP_CREATURE_WEAPON") [junit] [EL Finest]: 2022-09-10 04:19:04.103--ServerSession(1526542158)--Connection(1094706575)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.103--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.103--ServerSession(1526542158)--Connection(1241501899)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CREATURE DROP FOREIGN KEY FK_TMP_CREATURE_WEAPON [junit] [EL Finest]: 2022-09-10 04:19:04.105--ServerSession(1526542158)--Connection(1094706575)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.105--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CREATURE_DETAILS DROP FOREIGN KEY FK_TMP_CREATURE_DETAILS_SECONDTABLE_ID") [junit] [EL Finest]: 2022-09-10 04:19:04.105--ServerSession(1526542158)--Connection(411168628)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.105--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.105--ServerSession(1526542158)--Connection(802102567)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CREATURE_DETAILS DROP FOREIGN KEY FK_TMP_CREATURE_DETAILS_SECONDTABLE_ID [junit] [EL Finest]: 2022-09-10 04:19:04.107--ServerSession(1526542158)--Connection(411168628)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.107--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_MYTHICALCREATURE DROP FOREIGN KEY FK_TMP_MYTHICALCREATURE_ID") [junit] [EL Finest]: 2022-09-10 04:19:04.107--ServerSession(1526542158)--Connection(1212846581)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.107--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.107--ServerSession(1526542158)--Connection(523996158)--Thread(Thread[main,5,main])--ALTER TABLE TMP_MYTHICALCREATURE DROP FOREIGN KEY FK_TMP_MYTHICALCREATURE_ID [junit] [EL Finest]: 2022-09-10 04:19:04.109--ServerSession(1526542158)--Connection(1212846581)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.109--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CASC_NODE DROP FOREIGN KEY FK_TMP_CASC_NODE_DESCRIPTION") [junit] [EL Finest]: 2022-09-10 04:19:04.109--ServerSession(1526542158)--Connection(1639464943)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.109--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.109--ServerSession(1526542158)--Connection(580861021)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CASC_NODE DROP FOREIGN KEY FK_TMP_CASC_NODE_DESCRIPTION [junit] [EL Finest]: 2022-09-10 04:19:04.111--ServerSession(1526542158)--Connection(1639464943)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.111--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CASC_NODE DROP FOREIGN KEY FK_TMP_CASC_NODE_PARENT") [junit] [EL Finest]: 2022-09-10 04:19:04.111--ServerSession(1526542158)--Connection(561436980)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.111--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.111--ServerSession(1526542158)--Connection(2052088979)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CASC_NODE DROP FOREIGN KEY FK_TMP_CASC_NODE_PARENT [junit] [EL Finest]: 2022-09-10 04:19:04.113--ServerSession(1526542158)--Connection(561436980)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.113--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_NODE DROP FOREIGN KEY FK_TMP_NODE_PARENT") [junit] [EL Finest]: 2022-09-10 04:19:04.113--ServerSession(1526542158)--Connection(733422238)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.113--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.113--ServerSession(1526542158)--Connection(1387966343)--Thread(Thread[main,5,main])--ALTER TABLE TMP_NODE DROP FOREIGN KEY FK_TMP_NODE_PARENT [junit] [EL Finest]: 2022-09-10 04:19:04.115--ServerSession(1526542158)--Connection(733422238)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.115--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_BICYCLE DROP FOREIGN KEY FK_TMP_EMP_BICYCLE_BICYCLE_ID") [junit] [EL Finest]: 2022-09-10 04:19:04.115--ServerSession(1526542158)--Connection(1414763289)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.115--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.115--ServerSession(1526542158)--Connection(1393739907)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_BICYCLE DROP FOREIGN KEY FK_TMP_EMP_BICYCLE_BICYCLE_ID [junit] [EL Finest]: 2022-09-10 04:19:04.117--ServerSession(1526542158)--Connection(1414763289)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.117--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_BICYCLE DROP FOREIGN KEY FK_TMP_EMP_BICYCLE_EMPLOYEE_ID") [junit] [EL Finest]: 2022-09-10 04:19:04.117--ServerSession(1526542158)--Connection(1796469846)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.117--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.117--ServerSession(1526542158)--Connection(771780455)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_BICYCLE DROP FOREIGN KEY FK_TMP_EMP_BICYCLE_EMPLOYEE_ID [junit] [EL Finest]: 2022-09-10 04:19:04.119--ServerSession(1526542158)--Connection(1796469846)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.119--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COURSE_EMP DROP FOREIGN KEY FK_TMP_COURSE_EMP_COURSE_ID") [junit] [EL Finest]: 2022-09-10 04:19:04.119--ServerSession(1526542158)--Connection(932747764)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.119--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.119--ServerSession(1526542158)--Connection(441365303)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COURSE_EMP DROP FOREIGN KEY FK_TMP_COURSE_EMP_COURSE_ID [junit] [EL Finest]: 2022-09-10 04:19:04.121--ServerSession(1526542158)--Connection(932747764)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.121--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COURSE_EMP DROP FOREIGN KEY FK_TMP_COURSE_EMP_EMP_ID") [junit] [EL Finest]: 2022-09-10 04:19:04.121--ServerSession(1526542158)--Connection(1469682037)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.121--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.121--ServerSession(1526542158)--Connection(950093754)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COURSE_EMP DROP FOREIGN KEY FK_TMP_COURSE_EMP_EMP_ID [junit] [EL Finest]: 2022-09-10 04:19:04.123--ServerSession(1526542158)--Connection(1469682037)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.123--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_CREDIT DROP FOREIGN KEY FK_TMP_EMP_CREDIT_CREDIT_ID") [junit] [EL Finest]: 2022-09-10 04:19:04.123--ServerSession(1526542158)--Connection(8034063)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.123--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.123--ServerSession(1526542158)--Connection(844405805)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_CREDIT DROP FOREIGN KEY FK_TMP_EMP_CREDIT_CREDIT_ID [junit] [EL Finest]: 2022-09-10 04:19:04.125--ServerSession(1526542158)--Connection(8034063)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.125--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_CREDIT DROP FOREIGN KEY FK_TMP_EMP_CREDIT_CLIENT_ID") [junit] [EL Finest]: 2022-09-10 04:19:04.125--ServerSession(1526542158)--Connection(1446261940)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.125--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.125--ServerSession(1526542158)--Connection(1083670443)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_CREDIT DROP FOREIGN KEY FK_TMP_EMP_CREDIT_CLIENT_ID [junit] [EL Finest]: 2022-09-10 04:19:04.127--ServerSession(1526542158)--Connection(1446261940)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.127--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_HOBBY DROP FOREIGN KEY FK_TMP_EMP_HOBBY_HOBBY_ID") [junit] [EL Finest]: 2022-09-10 04:19:04.127--ServerSession(1526542158)--Connection(1475520140)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.127--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.127--ServerSession(1526542158)--Connection(744747518)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_HOBBY DROP FOREIGN KEY FK_TMP_EMP_HOBBY_HOBBY_ID [junit] [EL Finest]: 2022-09-10 04:19:04.129--ServerSession(1526542158)--Connection(1475520140)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.129--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_HOBBY DROP FOREIGN KEY FK_TMP_EMP_HOBBY_EMP_ID") [junit] [EL Finest]: 2022-09-10 04:19:04.129--ServerSession(1526542158)--Connection(1004857116)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.129--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.129--ServerSession(1526542158)--Connection(138087839)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_HOBBY DROP FOREIGN KEY FK_TMP_EMP_HOBBY_EMP_ID [junit] [EL Finest]: 2022-09-10 04:19:04.13--ServerSession(1526542158)--Connection(1004857116)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.131--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_PATENT DROP FOREIGN KEY FK_TMP_EMP_PATENT_PATENT_NAME") [junit] [EL Finest]: 2022-09-10 04:19:04.131--ServerSession(1526542158)--Connection(1983782601)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.131--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.131--ServerSession(1526542158)--Connection(649699940)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PATENT DROP FOREIGN KEY FK_TMP_EMP_PATENT_PATENT_NAME [junit] [EL Finest]: 2022-09-10 04:19:04.132--ServerSession(1526542158)--Connection(1983782601)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.132--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_PATENT DROP FOREIGN KEY FK_TMP_EMP_PATENT_EMP_ID") [junit] [EL Finest]: 2022-09-10 04:19:04.132--ServerSession(1526542158)--Connection(921866695)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.133--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.133--ServerSession(1526542158)--Connection(1572057087)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PATENT DROP FOREIGN KEY FK_TMP_EMP_PATENT_EMP_ID [junit] [EL Finest]: 2022-09-10 04:19:04.134--ServerSession(1526542158)--Connection(921866695)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.134--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_PROJECT DROP FOREIGN KEY FK_TMP_EMP_PROJECT_PROJECT_ID") [junit] [EL Finest]: 2022-09-10 04:19:04.134--ServerSession(1526542158)--Connection(1461637090)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.134--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.135--ServerSession(1526542158)--Connection(387079849)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PROJECT DROP FOREIGN KEY FK_TMP_EMP_PROJECT_PROJECT_ID [junit] [EL Finest]: 2022-09-10 04:19:04.136--ServerSession(1526542158)--Connection(1461637090)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.136--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_PROJECT DROP FOREIGN KEY FK_TMP_EMP_PROJECT_EMP_ID") [junit] [EL Finest]: 2022-09-10 04:19:04.136--ServerSession(1526542158)--Connection(1452065221)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.137--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.137--ServerSession(1526542158)--Connection(1399732907)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PROJECT DROP FOREIGN KEY FK_TMP_EMP_PROJECT_EMP_ID [junit] [EL Finest]: 2022-09-10 04:19:04.138--ServerSession(1526542158)--Connection(1452065221)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.138--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_REVIEW DROP FOREIGN KEY FK_TMP_EMP_REVIEW_EMP_ID") [junit] [EL Finest]: 2022-09-10 04:19:04.139--ServerSession(1526542158)--Connection(816933542)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.139--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.139--ServerSession(1526542158)--Connection(304653689)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_REVIEW DROP FOREIGN KEY FK_TMP_EMP_REVIEW_EMP_ID [junit] [EL Finest]: 2022-09-10 04:19:04.14--ServerSession(1526542158)--Connection(816933542)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.14--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_REVIEW DROP FOREIGN KEY FK_TMP_EMP_REVIEW_REVIEW_ID") [junit] [EL Finest]: 2022-09-10 04:19:04.141--ServerSession(1526542158)--Connection(944573983)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.141--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.141--ServerSession(1526542158)--Connection(1872328450)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_REVIEW DROP FOREIGN KEY FK_TMP_EMP_REVIEW_REVIEW_ID [junit] [EL Finest]: 2022-09-10 04:19:04.142--ServerSession(1526542158)--Connection(944573983)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.142--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_OFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_OFFICE_CUBICLE_CUBICLE_PLACE") [junit] [EL Finest]: 2022-09-10 04:19:04.142--ServerSession(1526542158)--Connection(422108262)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.142--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.143--ServerSession(1526542158)--Connection(1034783014)--Thread(Thread[main,5,main])--ALTER TABLE TMP_OFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_OFFICE_CUBICLE_CUBICLE_PLACE [junit] [EL Finest]: 2022-09-10 04:19:04.145--ServerSession(1526542158)--Connection(422108262)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.145--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_OFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_OFFICE_CUBICLE_OFFICE_ID") [junit] [EL Finest]: 2022-09-10 04:19:04.145--ServerSession(1526542158)--Connection(1904259679)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.145--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.145--ServerSession(1526542158)--Connection(540406256)--Thread(Thread[main,5,main])--ALTER TABLE TMP_OFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_OFFICE_CUBICLE_OFFICE_ID [junit] [EL Finest]: 2022-09-10 04:19:04.147--ServerSession(1526542158)--Connection(1904259679)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.147--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_VEHICLE_PROFILE DROP FOREIGN KEY FK_TMP_VEHICLE_PROFILE_VEHICLE_ID") [junit] [EL Finest]: 2022-09-10 04:19:04.147--ServerSession(1526542158)--Connection(965793166)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.147--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.147--ServerSession(1526542158)--Connection(908396861)--Thread(Thread[main,5,main])--ALTER TABLE TMP_VEHICLE_PROFILE DROP FOREIGN KEY FK_TMP_VEHICLE_PROFILE_VEHICLE_ID [junit] [EL Finest]: 2022-09-10 04:19:04.149--ServerSession(1526542158)--Connection(965793166)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.149--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_VEHICLE_PROFILE DROP FOREIGN KEY FK_TMP_VEHICLE_PROFILE_PROFILE_ID") [junit] [EL Finest]: 2022-09-10 04:19:04.149--ServerSession(1526542158)--Connection(1994723713)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.149--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.149--ServerSession(1526542158)--Connection(1746371201)--Thread(Thread[main,5,main])--ALTER TABLE TMP_VEHICLE_PROFILE DROP FOREIGN KEY FK_TMP_VEHICLE_PROFILE_PROFILE_ID [junit] [EL Finest]: 2022-09-10 04:19:04.151--ServerSession(1526542158)--Connection(1994723713)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.151--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_UCOFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_UCOFFICE_CUBICLE_CUBICLE_PLACE") [junit] [EL Finest]: 2022-09-10 04:19:04.151--ServerSession(1526542158)--Connection(1013734212)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.151--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.151--ServerSession(1526542158)--Connection(1757140418)--Thread(Thread[main,5,main])--ALTER TABLE TMP_UCOFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_UCOFFICE_CUBICLE_CUBICLE_PLACE [junit] [EL Finest]: 2022-09-10 04:19:04.153--ServerSession(1526542158)--Connection(1013734212)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.153--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_UCOFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_UCOFFICE_CUBICLE_OFFICE_ID") [junit] [EL Finest]: 2022-09-10 04:19:04.153--ServerSession(1526542158)--Connection(1908502375)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.153--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.154--ServerSession(1526542158)--Connection(1206034776)--Thread(Thread[main,5,main])--ALTER TABLE TMP_UCOFFICE_CUBICLE DROP FOREIGN KEY FK_TMP_UCOFFICE_CUBICLE_OFFICE_ID [junit] [EL Finest]: 2022-09-10 04:19:04.155--ServerSession(1526542158)--Connection(1908502375)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.155--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CITY_TMP_COP DROP FOREIGN KEY FK_TMP_CITY_TMP_COP_City_ID") [junit] [EL Finest]: 2022-09-10 04:19:04.155--ServerSession(1526542158)--Connection(1710657174)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.155--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.156--ServerSession(1526542158)--Connection(936123153)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_COP DROP FOREIGN KEY FK_TMP_CITY_TMP_COP_City_ID [junit] [EL Finest]: 2022-09-10 04:19:04.157--ServerSession(1526542158)--Connection(1710657174)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.157--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CITY_TMP_COP DROP FOREIGN KEY FK_TMP_CITY_TMP_COP_cops_ID") [junit] [EL Finest]: 2022-09-10 04:19:04.157--ServerSession(1526542158)--Connection(849306781)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.157--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.158--ServerSession(1526542158)--Connection(1708975436)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_COP DROP FOREIGN KEY FK_TMP_CITY_TMP_COP_cops_ID [junit] [EL Finest]: 2022-09-10 04:19:04.159--ServerSession(1526542158)--Connection(849306781)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.159--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CITY_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CITY_TMP_CRIMINAL_criminals_ID") [junit] [EL Finest]: 2022-09-10 04:19:04.159--ServerSession(1526542158)--Connection(1118974364)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.159--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.16--ServerSession(1526542158)--Connection(1086740995)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CITY_TMP_CRIMINAL_criminals_ID [junit] [EL Finest]: 2022-09-10 04:19:04.161--ServerSession(1526542158)--Connection(1118974364)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.161--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CITY_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CITY_TMP_CRIMINAL_City_ID") [junit] [EL Finest]: 2022-09-10 04:19:04.161--ServerSession(1526542158)--Connection(1220950326)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.161--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.162--ServerSession(1526542158)--Connection(983721071)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CITY_TMP_CRIMINAL_City_ID [junit] [EL Finest]: 2022-09-10 04:19:04.163--ServerSession(1526542158)--Connection(1220950326)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.163--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COP_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_COP_TMP_CRIMINAL_attachedCriminals_ID") [junit] [EL Finest]: 2022-09-10 04:19:04.163--ServerSession(1526542158)--Connection(1780175271)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.163--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.163--ServerSession(1526542158)--Connection(1135858071)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_COP_TMP_CRIMINAL_attachedCriminals_ID [junit] [EL Finest]: 2022-09-10 04:19:04.165--ServerSession(1526542158)--Connection(1780175271)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.165--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COP_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_COP_TMP_CRIMINAL_Cop_ID") [junit] [EL Finest]: 2022-09-10 04:19:04.165--ServerSession(1526542158)--Connection(62931002)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.165--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.165--ServerSession(1526542158)--Connection(1587676860)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_COP_TMP_CRIMINAL_Cop_ID [junit] [EL Finest]: 2022-09-10 04:19:04.167--ServerSession(1526542158)--Connection(62931002)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.167--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COP_TMP_INFORMER DROP FOREIGN KEY FK_TMP_COP_TMP_INFORMER_Cop_ID") [junit] [EL Finest]: 2022-09-10 04:19:04.167--ServerSession(1526542158)--Connection(2070662126)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.167--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.167--ServerSession(1526542158)--Connection(892515801)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_INFORMER DROP FOREIGN KEY FK_TMP_COP_TMP_INFORMER_Cop_ID [junit] [EL Finest]: 2022-09-10 04:19:04.169--ServerSession(1526542158)--Connection(2070662126)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.169--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COP_TMP_INFORMER DROP FOREIGN KEY FK_TMP_COP_TMP_INFORMER_informers_ID") [junit] [EL Finest]: 2022-09-10 04:19:04.169--ServerSession(1526542158)--Connection(1946727387)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.169--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.169--ServerSession(1526542158)--Connection(1421106430)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_INFORMER DROP FOREIGN KEY FK_TMP_COP_TMP_INFORMER_informers_ID [junit] [EL Finest]: 2022-09-10 04:19:04.171--ServerSession(1526542158)--Connection(1946727387)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.171--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_INFORMER_TMP_COP DROP FOREIGN KEY FK_TMP_INFORMER_TMP_COP_informingCops_ID") [junit] [EL Finest]: 2022-09-10 04:19:04.171--ServerSession(1526542158)--Connection(1874843373)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.171--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.171--ServerSession(1526542158)--Connection(421147720)--Thread(Thread[main,5,main])--ALTER TABLE TMP_INFORMER_TMP_COP DROP FOREIGN KEY FK_TMP_INFORMER_TMP_COP_informingCops_ID [junit] [EL Finest]: 2022-09-10 04:19:04.173--ServerSession(1526542158)--Connection(1874843373)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.173--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_INFORMER_TMP_COP DROP FOREIGN KEY FK_TMP_INFORMER_TMP_COP_Informer_ID") [junit] [EL Finest]: 2022-09-10 04:19:04.173--ServerSession(1526542158)--Connection(936979892)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.173--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.173--ServerSession(1526542158)--Connection(2141841267)--Thread(Thread[main,5,main])--ALTER TABLE TMP_INFORMER_TMP_COP DROP FOREIGN KEY FK_TMP_INFORMER_TMP_COP_Informer_ID [junit] [EL Finest]: 2022-09-10 04:19:04.175--ServerSession(1526542158)--Connection(936979892)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.175--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CRIMINAL_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CRIMINAL_TMP_CRIMINAL_parties_ID") [junit] [EL Finest]: 2022-09-10 04:19:04.175--ServerSession(1526542158)--Connection(79591009)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.176--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.176--ServerSession(1526542158)--Connection(882678778)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CRIMINAL_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CRIMINAL_TMP_CRIMINAL_parties_ID [junit] [EL Finest]: 2022-09-10 04:19:04.178--ServerSession(1526542158)--Connection(79591009)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.178--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CRIMINAL_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CRIMINAL_TMP_CRIMINAL_Criminal_ID") [junit] [EL Finest]: 2022-09-10 04:19:04.178--ServerSession(1526542158)--Connection(1001367899)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.178--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.178--ServerSession(1526542158)--Connection(1807529631)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CRIMINAL_TMP_CRIMINAL DROP FOREIGN KEY FK_TMP_CRIMINAL_TMP_CRIMINAL_Criminal_ID [junit] [EL Finest]: 2022-09-10 04:19:04.18--ServerSession(1526542158)--Connection(1001367899)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.18--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CAVE_CREATURE DROP FOREIGN KEY FK_TMP_CAVE_CREATURE_CREATURE_ID") [junit] [EL Finest]: 2022-09-10 04:19:04.18--ServerSession(1526542158)--Connection(356312624)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.18--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.18--ServerSession(1526542158)--Connection(456827462)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CAVE_CREATURE DROP FOREIGN KEY FK_TMP_CAVE_CREATURE_CREATURE_ID [junit] [EL Finest]: 2022-09-10 04:19:04.182--ServerSession(1526542158)--Connection(356312624)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.182--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CAVE_CREATURE DROP FOREIGN KEY FK_TMP_CAVE_CREATURE_CAVE_ID") [junit] [EL Finest]: 2022-09-10 04:19:04.182--ServerSession(1526542158)--Connection(1077387780)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.182--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.182--ServerSession(1526542158)--Connection(248582358)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CAVE_CREATURE DROP FOREIGN KEY FK_TMP_CAVE_CREATURE_CAVE_ID [junit] [EL Finest]: 2022-09-10 04:19:04.184--ServerSession(1526542158)--Connection(1077387780)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.184--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COMPONENT") [junit] [EL Finest]: 2022-09-10 04:19:04.184--ServerSession(1526542158)--Connection(2089561347)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.184--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.184--ServerSession(1526542158)--Connection(2061354468)--Thread(Thread[main,5,main])--DROP TABLE TMP_COMPONENT [junit] [EL Finest]: 2022-09-10 04:19:04.186--ServerSession(1526542158)--Connection(2089561347)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.186--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_METRIC") [junit] [EL Finest]: 2022-09-10 04:19:04.186--ServerSession(1526542158)--Connection(922274138)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.186--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.186--ServerSession(1526542158)--Connection(572442756)--Thread(Thread[main,5,main])--DROP TABLE TMP_METRIC [junit] [EL Finest]: 2022-09-10 04:19:04.188--ServerSession(1526542158)--Connection(922274138)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.188--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ABSTR_EMP") [junit] [EL Finest]: 2022-09-10 04:19:04.189--ServerSession(1526542158)--Connection(1350334814)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.189--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.189--ServerSession(1526542158)--Connection(74629437)--Thread(Thread[main,5,main])--DROP TABLE TMP_ABSTR_EMP [junit] [EL Finest]: 2022-09-10 04:19:04.191--ServerSession(1526542158)--Connection(1350334814)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.191--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CONTRACT_EMP") [junit] [EL Finest]: 2022-09-10 04:19:04.191--ServerSession(1526542158)--Connection(1089365580)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.191--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.191--ServerSession(1526542158)--Connection(1376201797)--Thread(Thread[main,5,main])--DROP TABLE TMP_CONTRACT_EMP [junit] [EL Finest]: 2022-09-10 04:19:04.193--ServerSession(1526542158)--Connection(1089365580)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.193--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ACCOUNT") [junit] [EL Finest]: 2022-09-10 04:19:04.193--ServerSession(1526542158)--Connection(1933773958)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.193--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.193--ServerSession(1526542158)--Connection(407729071)--Thread(Thread[main,5,main])--DROP TABLE TMP_ACCOUNT [junit] [EL Finest]: 2022-09-10 04:19:04.195--ServerSession(1526542158)--Connection(1933773958)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.195--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_VEHICLE") [junit] [EL Finest]: 2022-09-10 04:19:04.195--ServerSession(1526542158)--Connection(868847886)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.195--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.195--ServerSession(1526542158)--Connection(1089101011)--Thread(Thread[main,5,main])--DROP TABLE TMP_VEHICLE [junit] [EL Finest]: 2022-09-10 04:19:04.197--ServerSession(1526542158)--Connection(868847886)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.197--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BROKER_ACC") [junit] [EL Finest]: 2022-09-10 04:19:04.198--ServerSession(1526542158)--Connection(2070960493)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.198--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.198--ServerSession(1526542158)--Connection(1768857108)--Thread(Thread[main,5,main])--DROP TABLE TMP_BROKER_ACC [junit] [EL Finest]: 2022-09-10 04:19:04.2--ServerSession(1526542158)--Connection(2070960493)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.2--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CHECK_ACC") [junit] [EL Finest]: 2022-09-10 04:19:04.2--ServerSession(1526542158)--Connection(91875495)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.2--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.2--ServerSession(1526542158)--Connection(419055650)--Thread(Thread[main,5,main])--DROP TABLE TMP_CHECK_ACC [junit] [EL Finest]: 2022-09-10 04:19:04.202--ServerSession(1526542158)--Connection(91875495)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.202--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COSTCENTER") [junit] [EL Finest]: 2022-09-10 04:19:04.202--ServerSession(1526542158)--Connection(210882265)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.202--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.202--ServerSession(1526542158)--Connection(1189100593)--Thread(Thread[main,5,main])--DROP TABLE TMP_COSTCENTER [junit] [EL Finest]: 2022-09-10 04:19:04.204--ServerSession(1526542158)--Connection(210882265)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.204--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COURSE") [junit] [EL Finest]: 2022-09-10 04:19:04.204--ServerSession(1526542158)--Connection(1499593425)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.204--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.204--ServerSession(1526542158)--Connection(505894008)--Thread(Thread[main,5,main])--DROP TABLE TMP_COURSE [junit] [EL Finest]: 2022-09-10 04:19:04.206--ServerSession(1526542158)--Connection(1499593425)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.206--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREDIT_ACC") [junit] [EL Finest]: 2022-09-10 04:19:04.206--ServerSession(1526542158)--Connection(1878790819)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.206--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.206--ServerSession(1526542158)--Connection(1272713136)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREDIT_ACC [junit] [EL Finest]: 2022-09-10 04:19:04.208--ServerSession(1526542158)--Connection(1878790819)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.208--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CUBICLE") [junit] [EL Finest]: 2022-09-10 04:19:04.208--ServerSession(1526542158)--Connection(1553994406)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.208--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.209--ServerSession(1526542158)--Connection(1999255309)--Thread(Thread[main,5,main])--DROP TABLE TMP_CUBICLE [junit] [EL Finest]: 2022-09-10 04:19:04.211--ServerSession(1526542158)--Connection(1553994406)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.211--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_DEP") [junit] [EL Finest]: 2022-09-10 04:19:04.211--ServerSession(1526542158)--Connection(572938893)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.211--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.211--ServerSession(1526542158)--Connection(76714907)--Thread(Thread[main,5,main])--DROP TABLE TMP_DEP [junit] [EL Finest]: 2022-09-10 04:19:04.213--ServerSession(1526542158)--Connection(572938893)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.213--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP") [junit] [EL Finest]: 2022-09-10 04:19:04.213--ServerSession(1526542158)--Connection(510135442)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.213--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.213--ServerSession(1526542158)--Connection(251021967)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP [junit] [EL Finest]: 2022-09-10 04:19:04.216--ServerSession(1526542158)--Connection(510135442)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.216--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_HOBBY") [junit] [EL Finest]: 2022-09-10 04:19:04.216--ServerSession(1526542158)--Connection(1019449674)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.216--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.216--ServerSession(1526542158)--Connection(6096495)--Thread(Thread[main,5,main])--DROP TABLE TMP_HOBBY [junit] [EL Finest]: 2022-09-10 04:19:04.218--ServerSession(1526542158)--Connection(1019449674)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.218--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_MATERIAL") [junit] [EL Finest]: 2022-09-10 04:19:04.218--ServerSession(1526542158)--Connection(373505366)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.218--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.218--ServerSession(1526542158)--Connection(2126856079)--Thread(Thread[main,5,main])--DROP TABLE TMP_MATERIAL [junit] [EL Finest]: 2022-09-10 04:19:04.22--ServerSession(1526542158)--Connection(373505366)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.22--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_OFFICE") [junit] [EL Finest]: 2022-09-10 04:19:04.22--ServerSession(1526542158)--Connection(33115637)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.22--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.22--ServerSession(1526542158)--Connection(1452745474)--Thread(Thread[main,5,main])--DROP TABLE TMP_OFFICE [junit] [EL Finest]: 2022-09-10 04:19:04.222--ServerSession(1526542158)--Connection(33115637)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.222--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PATENT") [junit] [EL Finest]: 2022-09-10 04:19:04.222--ServerSession(1526542158)--Connection(1955888939)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.222--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.222--ServerSession(1526542158)--Connection(460643720)--Thread(Thread[main,5,main])--DROP TABLE TMP_PATENT [junit] [EL Finest]: 2022-09-10 04:19:04.224--ServerSession(1526542158)--Connection(1955888939)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.224--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_REVIEW") [junit] [EL Finest]: 2022-09-10 04:19:04.224--ServerSession(1526542158)--Connection(1396155822)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.224--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.225--ServerSession(1526542158)--Connection(1855105757)--Thread(Thread[main,5,main])--DROP TABLE TMP_REVIEW [junit] [EL Finest]: 2022-09-10 04:19:04.227--ServerSession(1526542158)--Connection(1396155822)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.227--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_REVIEW_DETAILS") [junit] [EL Finest]: 2022-09-10 04:19:04.227--ServerSession(1526542158)--Connection(2011215489)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.227--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.227--ServerSession(1526542158)--Connection(215957218)--Thread(Thread[main,5,main])--DROP TABLE TMP_REVIEW_DETAILS [junit] [EL Finest]: 2022-09-10 04:19:04.229--ServerSession(1526542158)--Connection(2011215489)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.229--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROJECT") [junit] [EL Finest]: 2022-09-10 04:19:04.229--ServerSession(1526542158)--Connection(1771898025)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.229--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.229--ServerSession(1526542158)--Connection(482348886)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROJECT [junit] [EL Finest]: 2022-09-10 04:19:04.231--ServerSession(1526542158)--Connection(1771898025)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.231--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROJECT_DETAILS") [junit] [EL Finest]: 2022-09-10 04:19:04.231--ServerSession(1526542158)--Connection(1612596831)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.231--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.231--ServerSession(1526542158)--Connection(2092453813)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROJECT_DETAILS [junit] [EL Finest]: 2022-09-10 04:19:04.233--ServerSession(1526542158)--Connection(1612596831)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.234--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_SAVE_ACC") [junit] [EL Finest]: 2022-09-10 04:19:04.234--ServerSession(1526542158)--Connection(738087381)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.234--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.234--ServerSession(1526542158)--Connection(361064184)--Thread(Thread[main,5,main])--DROP TABLE TMP_SAVE_ACC [junit] [EL Finest]: 2022-09-10 04:19:04.236--ServerSession(1526542158)--Connection(738087381)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.236--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TASK") [junit] [EL Finest]: 2022-09-10 04:19:04.236--ServerSession(1526542158)--Connection(1745631023)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.236--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.236--ServerSession(1526542158)--Connection(1451245168)--Thread(Thread[main,5,main])--DROP TABLE TMP_TASK [junit] [EL Finest]: 2022-09-10 04:19:04.238--ServerSession(1526542158)--Connection(1745631023)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.238--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TRAILER") [junit] [EL Finest]: 2022-09-10 04:19:04.238--ServerSession(1526542158)--Connection(445239365)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.238--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.238--ServerSession(1526542158)--Connection(1294798554)--Thread(Thread[main,5,main])--DROP TABLE TMP_TRAILER [junit] [EL Finest]: 2022-09-10 04:19:04.24--ServerSession(1526542158)--Connection(445239365)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.24--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PROFILE") [junit] [EL Finest]: 2022-09-10 04:19:04.24--ServerSession(1526542158)--Connection(1115366592)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.24--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.24--ServerSession(1526542158)--Connection(1728428427)--Thread(Thread[main,5,main])--DROP TABLE TMP_PROFILE [junit] [EL Finest]: 2022-09-10 04:19:04.242--ServerSession(1526542158)--Connection(1115366592)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.242--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE") [junit] [EL Finest]: 2022-09-10 04:19:04.242--ServerSession(1526542158)--Connection(743286356)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.242--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.242--ServerSession(1526542158)--Connection(1716423607)--Thread(Thread[main,5,main])--DROP TABLE TMP_UCOFFICE [junit] [EL Finest]: 2022-09-10 04:19:04.244--ServerSession(1526542158)--Connection(743286356)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.244--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_READONLY") [junit] [EL Finest]: 2022-09-10 04:19:04.244--ServerSession(1526542158)--Connection(1528002767)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.244--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.245--ServerSession(1526542158)--Connection(1234326313)--Thread(Thread[main,5,main])--DROP TABLE TMP_READONLY [junit] [EL Finest]: 2022-09-10 04:19:04.246--ServerSession(1526542158)--Connection(1528002767)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.246--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_FA") [junit] [EL Finest]: 2022-09-10 04:19:04.246--ServerSession(1526542158)--Connection(619828467)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.246--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.247--ServerSession(1526542158)--Connection(2141306975)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMBEDD_FA [junit] [EL Finest]: 2022-09-10 04:19:04.248--ServerSession(1526542158)--Connection(619828467)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.249--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMBEDD_PA") [junit] [EL Finest]: 2022-09-10 04:19:04.249--ServerSession(1526542158)--Connection(1752648145)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.249--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.249--ServerSession(1526542158)--Connection(430297016)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMBEDD_PA [junit] [EL Finest]: 2022-09-10 04:19:04.251--ServerSession(1526542158)--Connection(1752648145)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.251--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE BYTE_ITEM") [junit] [EL Finest]: 2022-09-10 04:19:04.251--ServerSession(1526542158)--Connection(1737254220)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.251--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.251--ServerSession(1526542158)--Connection(1357102602)--Thread(Thread[main,5,main])--DROP TABLE BYTE_ITEM [junit] [EL Finest]: 2022-09-10 04:19:04.253--ServerSession(1526542158)--Connection(1737254220)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.253--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE BYTE_ITEM_ATT") [junit] [EL Finest]: 2022-09-10 04:19:04.253--ServerSession(1526542158)--Connection(468013548)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.253--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.253--ServerSession(1526542158)--Connection(1446756212)--Thread(Thread[main,5,main])--DROP TABLE BYTE_ITEM_ATT [junit] [EL Finest]: 2022-09-10 04:19:04.255--ServerSession(1526542158)--Connection(468013548)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.255--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ISLAND") [junit] [EL Finest]: 2022-09-10 04:19:04.255--ServerSession(1526542158)--Connection(1675124703)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.255--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.255--ServerSession(1526542158)--Connection(1754500303)--Thread(Thread[main,5,main])--DROP TABLE TMP_ISLAND [junit] [EL Finest]: 2022-09-10 04:19:04.257--ServerSession(1526542158)--Connection(1675124703)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.257--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY") [junit] [EL Finest]: 2022-09-10 04:19:04.257--ServerSession(1526542158)--Connection(123974265)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.257--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.258--ServerSession(1526542158)--Connection(1944232878)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY [junit] [EL Finest]: 2022-09-10 04:19:04.259--ServerSession(1526542158)--Connection(123974265)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.259--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP") [junit] [EL Finest]: 2022-09-10 04:19:04.259--ServerSession(1526542158)--Connection(2091925687)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.259--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.26--ServerSession(1526542158)--Connection(447308636)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP [junit] [EL Finest]: 2022-09-10 04:19:04.262--ServerSession(1526542158)--Connection(2091925687)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.262--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PERSON") [junit] [EL Finest]: 2022-09-10 04:19:04.262--ServerSession(1526542158)--Connection(261990006)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.262--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.262--ServerSession(1526542158)--Connection(1593804634)--Thread(Thread[main,5,main])--DROP TABLE TMP_PERSON [junit] [EL Finest]: 2022-09-10 04:19:04.264--ServerSession(1526542158)--Connection(261990006)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.264--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_INFORMER") [junit] [EL Finest]: 2022-09-10 04:19:04.264--ServerSession(1526542158)--Connection(1122715037)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.264--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.264--ServerSession(1526542158)--Connection(1619840973)--Thread(Thread[main,5,main])--DROP TABLE TMP_INFORMER [junit] [EL Finest]: 2022-09-10 04:19:04.266--ServerSession(1526542158)--Connection(1122715037)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.266--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL") [junit] [EL Finest]: 2022-09-10 04:19:04.266--ServerSession(1526542158)--Connection(2123635912)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.266--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.266--ServerSession(1526542158)--Connection(2019579504)--Thread(Thread[main,5,main])--DROP TABLE TMP_CRIMINAL [junit] [EL Finest]: 2022-09-10 04:19:04.268--ServerSession(1526542158)--Connection(2123635912)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.268--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CAVE") [junit] [EL Finest]: 2022-09-10 04:19:04.268--ServerSession(1526542158)--Connection(53055005)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.268--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.268--ServerSession(1526542158)--Connection(2030083038)--Thread(Thread[main,5,main])--DROP TABLE TMP_CAVE [junit] [EL Finest]: 2022-09-10 04:19:04.27--ServerSession(1526542158)--Connection(53055005)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.27--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREATURE") [junit] [EL Finest]: 2022-09-10 04:19:04.27--ServerSession(1526542158)--Connection(806747163)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.27--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.271--ServerSession(1526542158)--Connection(1303797676)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREATURE [junit] [EL Finest]: 2022-09-10 04:19:04.272--ServerSession(1526542158)--Connection(806747163)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.272--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CREATURE_DETAILS") [junit] [EL Finest]: 2022-09-10 04:19:04.273--ServerSession(1526542158)--Connection(1125122172)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.273--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.273--ServerSession(1526542158)--Connection(1009024141)--Thread(Thread[main,5,main])--DROP TABLE TMP_CREATURE_DETAILS [junit] [EL Finest]: 2022-09-10 04:19:04.275--ServerSession(1526542158)--Connection(1125122172)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.275--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_MYTHICALCREATURE") [junit] [EL Finest]: 2022-09-10 04:19:04.275--ServerSession(1526542158)--Connection(725960838)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.275--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.275--ServerSession(1526542158)--Connection(882542967)--Thread(Thread[main,5,main])--DROP TABLE TMP_MYTHICALCREATURE [junit] [EL Finest]: 2022-09-10 04:19:04.277--ServerSession(1526542158)--Connection(725960838)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.277--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_WEAPON") [junit] [EL Finest]: 2022-09-10 04:19:04.277--ServerSession(1526542158)--Connection(257099532)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.277--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.277--ServerSession(1526542158)--Connection(1877145248)--Thread(Thread[main,5,main])--DROP TABLE TMP_WEAPON [junit] [EL Finest]: 2022-09-10 04:19:04.279--ServerSession(1526542158)--Connection(257099532)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.279--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE") [junit] [EL Finest]: 2022-09-10 04:19:04.279--ServerSession(1526542158)--Connection(1005144850)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.279--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.279--ServerSession(1526542158)--Connection(1128721721)--Thread(Thread[main,5,main])--DROP TABLE TMP_CASC_NODE [junit] [EL Finest]: 2022-09-10 04:19:04.281--ServerSession(1526542158)--Connection(1005144850)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.281--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CASC_NODE_DESC") [junit] [EL Finest]: 2022-09-10 04:19:04.281--ServerSession(1526542158)--Connection(1598403576)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.281--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.281--ServerSession(1526542158)--Connection(731816460)--Thread(Thread[main,5,main])--DROP TABLE TMP_CASC_NODE_DESC [junit] [EL Finest]: 2022-09-10 04:19:04.283--ServerSession(1526542158)--Connection(1598403576)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.283--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_NODE") [junit] [EL Finest]: 2022-09-10 04:19:04.283--ServerSession(1526542158)--Connection(2080333964)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.283--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.284--ServerSession(1526542158)--Connection(632234813)--Thread(Thread[main,5,main])--DROP TABLE TMP_NODE [junit] [EL Finest]: 2022-09-10 04:19:04.285--ServerSession(1526542158)--Connection(2080333964)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.286--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_NASTY") [junit] [EL Finest]: 2022-09-10 04:19:04.286--ServerSession(1526542158)--Connection(874458956)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.286--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.286--ServerSession(1526542158)--Connection(1752515641)--Thread(Thread[main,5,main])--DROP TABLE TMP_NASTY [junit] [EL Finest]: 2022-09-10 04:19:04.287--ServerSession(1526542158)--Connection(874458956)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.288--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TIMESTAMP") [junit] [EL Finest]: 2022-09-10 04:19:04.288--ServerSession(1526542158)--Connection(460422403)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.288--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.288--ServerSession(1526542158)--Connection(1508353752)--Thread(Thread[main,5,main])--DROP TABLE TMP_TIMESTAMP [junit] [EL Finest]: 2022-09-10 04:19:04.29--ServerSession(1526542158)--Connection(460422403)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.29--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:04.29--ServerSession(1526542158)--Connection(2035929450)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.29--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.29--ServerSession(1526542158)--Connection(493644287)--Thread(Thread[main,5,main])--DROP TABLE TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:04.292--ServerSession(1526542158)--Connection(2035929450)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.292--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_BASIC_TYPES_PA") [junit] [EL Finest]: 2022-09-10 04:19:04.292--ServerSession(1526542158)--Connection(1795184763)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.292--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.292--ServerSession(1526542158)--Connection(366868341)--Thread(Thread[main,5,main])--DROP TABLE TMP_BASIC_TYPES_PA [junit] [EL Finest]: 2022-09-10 04:19:04.294--ServerSession(1526542158)--Connection(1795184763)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.294--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_TEMPORAL_FA") [junit] [EL Finest]: 2022-09-10 04:19:04.294--ServerSession(1526542158)--Connection(1515553589)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.294--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.294--ServerSession(1526542158)--Connection(550089045)--Thread(Thread[main,5,main])--DROP TABLE TMP_TEMPORAL_FA [junit] [EL Finest]: 2022-09-10 04:19:04.296--ServerSession(1526542158)--Connection(1515553589)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.296--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ANIMAL") [junit] [EL Finest]: 2022-09-10 04:19:04.296--ServerSession(1526542158)--Connection(779233254)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.296--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.296--ServerSession(1526542158)--Connection(1138518116)--Thread(Thread[main,5,main])--DROP TABLE TMP_ANIMAL [junit] [EL Finest]: 2022-09-10 04:19:04.298--ServerSession(1526542158)--Connection(779233254)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.298--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_ELEMENT") [junit] [EL Finest]: 2022-09-10 04:19:04.299--ServerSession(1526542158)--Connection(166375119)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.299--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.299--ServerSession(1526542158)--Connection(701855966)--Thread(Thread[main,5,main])--DROP TABLE TMP_ELEMENT [junit] [EL Finest]: 2022-09-10 04:19:04.301--ServerSession(1526542158)--Connection(166375119)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.301--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_PLANT") [junit] [EL Finest]: 2022-09-10 04:19:04.301--ServerSession(1526542158)--Connection(23456819)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.301--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.301--ServerSession(1526542158)--Connection(57960265)--Thread(Thread[main,5,main])--DROP TABLE TMP_PLANT [junit] [EL Finest]: 2022-09-10 04:19:04.303--ServerSession(1526542158)--Connection(23456819)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.303--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_BICYCLE") [junit] [EL Finest]: 2022-09-10 04:19:04.303--ServerSession(1526542158)--Connection(681709819)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.303--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.303--ServerSession(1526542158)--Connection(147616905)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_BICYCLE [junit] [EL Finest]: 2022-09-10 04:19:04.305--ServerSession(1526542158)--Connection(681709819)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.305--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COURSE_EMP") [junit] [EL Finest]: 2022-09-10 04:19:04.305--ServerSession(1526542158)--Connection(134236973)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.305--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.305--ServerSession(1526542158)--Connection(1661148824)--Thread(Thread[main,5,main])--DROP TABLE TMP_COURSE_EMP [junit] [EL Finest]: 2022-09-10 04:19:04.307--ServerSession(1526542158)--Connection(134236973)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.307--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_CREDIT") [junit] [EL Finest]: 2022-09-10 04:19:04.307--ServerSession(1526542158)--Connection(1556161140)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.307--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.308--ServerSession(1526542158)--Connection(659361962)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_CREDIT [junit] [EL Finest]: 2022-09-10 04:19:04.31--ServerSession(1526542158)--Connection(1556161140)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.31--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_HOBBY") [junit] [EL Finest]: 2022-09-10 04:19:04.31--ServerSession(1526542158)--Connection(771002814)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.31--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.31--ServerSession(1526542158)--Connection(1660095722)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_HOBBY [junit] [EL Finest]: 2022-09-10 04:19:04.312--ServerSession(1526542158)--Connection(771002814)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.312--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_PATENT") [junit] [EL Finest]: 2022-09-10 04:19:04.312--ServerSession(1526542158)--Connection(856241257)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.312--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.312--ServerSession(1526542158)--Connection(1231551166)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_PATENT [junit] [EL Finest]: 2022-09-10 04:19:04.314--ServerSession(1526542158)--Connection(856241257)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.314--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_PROJECT") [junit] [EL Finest]: 2022-09-10 04:19:04.314--ServerSession(1526542158)--Connection(1781323242)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.314--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.314--ServerSession(1526542158)--Connection(476602395)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_PROJECT [junit] [EL Finest]: 2022-09-10 04:19:04.316--ServerSession(1526542158)--Connection(1781323242)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.316--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_EMP_REVIEW") [junit] [EL Finest]: 2022-09-10 04:19:04.316--ServerSession(1526542158)--Connection(1302615207)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.316--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.316--ServerSession(1526542158)--Connection(303275440)--Thread(Thread[main,5,main])--DROP TABLE TMP_EMP_REVIEW [junit] [EL Finest]: 2022-09-10 04:19:04.318--ServerSession(1526542158)--Connection(1302615207)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.318--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_OFFICE_CUBICLE") [junit] [EL Finest]: 2022-09-10 04:19:04.318--ServerSession(1526542158)--Connection(314019925)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.318--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.319--ServerSession(1526542158)--Connection(482832814)--Thread(Thread[main,5,main])--DROP TABLE TMP_OFFICE_CUBICLE [junit] [EL Finest]: 2022-09-10 04:19:04.321--ServerSession(1526542158)--Connection(314019925)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.321--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_VEHICLE_PROFILE") [junit] [EL Finest]: 2022-09-10 04:19:04.321--ServerSession(1526542158)--Connection(327847070)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.321--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.321--ServerSession(1526542158)--Connection(879220032)--Thread(Thread[main,5,main])--DROP TABLE TMP_VEHICLE_PROFILE [junit] [EL Finest]: 2022-09-10 04:19:04.323--ServerSession(1526542158)--Connection(327847070)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.323--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_UCOFFICE_CUBICLE") [junit] [EL Finest]: 2022-09-10 04:19:04.323--ServerSession(1526542158)--Connection(298492445)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.323--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.323--ServerSession(1526542158)--Connection(453884081)--Thread(Thread[main,5,main])--DROP TABLE TMP_UCOFFICE_CUBICLE [junit] [EL Finest]: 2022-09-10 04:19:04.325--ServerSession(1526542158)--Connection(298492445)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.325--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_COP") [junit] [EL Finest]: 2022-09-10 04:19:04.325--ServerSession(1526542158)--Connection(2133591152)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.325--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.325--ServerSession(1526542158)--Connection(160625428)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY_TMP_COP [junit] [EL Finest]: 2022-09-10 04:19:04.327--ServerSession(1526542158)--Connection(2133591152)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.327--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CITY_TMP_CRIMINAL") [junit] [EL Finest]: 2022-09-10 04:19:04.327--ServerSession(1526542158)--Connection(891829108)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.327--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.327--ServerSession(1526542158)--Connection(733766806)--Thread(Thread[main,5,main])--DROP TABLE TMP_CITY_TMP_CRIMINAL [junit] [EL Finest]: 2022-09-10 04:19:04.329--ServerSession(1526542158)--Connection(891829108)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.329--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_CRIMINAL") [junit] [EL Finest]: 2022-09-10 04:19:04.329--ServerSession(1526542158)--Connection(1228232663)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.329--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.33--ServerSession(1526542158)--Connection(31789747)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP_TMP_CRIMINAL [junit] [EL Finest]: 2022-09-10 04:19:04.332--ServerSession(1526542158)--Connection(1228232663)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.332--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_COP_TMP_INFORMER") [junit] [EL Finest]: 2022-09-10 04:19:04.332--ServerSession(1526542158)--Connection(1172016038)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.332--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.332--ServerSession(1526542158)--Connection(1820485924)--Thread(Thread[main,5,main])--DROP TABLE TMP_COP_TMP_INFORMER [junit] [EL Finest]: 2022-09-10 04:19:04.334--ServerSession(1526542158)--Connection(1172016038)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.334--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_INFORMER_TMP_COP") [junit] [EL Finest]: 2022-09-10 04:19:04.334--ServerSession(1526542158)--Connection(147230591)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.334--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.334--ServerSession(1526542158)--Connection(2012355594)--Thread(Thread[main,5,main])--DROP TABLE TMP_INFORMER_TMP_COP [junit] [EL Finest]: 2022-09-10 04:19:04.336--ServerSession(1526542158)--Connection(147230591)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.336--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL") [junit] [EL Finest]: 2022-09-10 04:19:04.336--ServerSession(1526542158)--Connection(1890053065)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.336--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.337--ServerSession(1526542158)--Connection(391293851)--Thread(Thread[main,5,main])--DROP TABLE TMP_CRIMINAL_TMP_CRIMINAL [junit] [EL Finest]: 2022-09-10 04:19:04.338--ServerSession(1526542158)--Connection(1890053065)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.338--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP_CAVE_CREATURE") [junit] [EL Finest]: 2022-09-10 04:19:04.339--ServerSession(1526542158)--Connection(965701380)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.339--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.339--ServerSession(1526542158)--Connection(990053853)--Thread(Thread[main,5,main])--DROP TABLE TMP_CAVE_CREATURE [junit] [EL Finest]: 2022-09-10 04:19:04.341--ServerSession(1526542158)--Connection(965701380)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.341--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_COMPONENT (ID BIGINT NOT NULL, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.341--ServerSession(1526542158)--Connection(1328870481)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.341--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.341--ServerSession(1526542158)--Connection(1815756167)--Thread(Thread[main,5,main])--CREATE TABLE TMP_COMPONENT (ID BIGINT NOT NULL, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.345--ServerSession(1526542158)--Connection(1328870481)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.345--Thread(Thread[main,5,main])--The table (TMP_COMPONENT) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.345--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_METRIC (INSPECTION_ID BIGINT NOT NULL, COMPONENT_ID BIGINT NOT NULL, NAME VARCHAR(255) NOT NULL, TYPE VARCHAR(30), FLOATVALUE FLOAT, PRIMARY KEY (INSPECTION_ID, COMPONENT_ID, NAME))") [junit] [EL Finest]: 2022-09-10 04:19:04.345--ServerSession(1526542158)--Connection(1735688392)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.345--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.345--ServerSession(1526542158)--Connection(1512001444)--Thread(Thread[main,5,main])--CREATE TABLE TMP_METRIC (INSPECTION_ID BIGINT NOT NULL, COMPONENT_ID BIGINT NOT NULL, NAME VARCHAR(255) NOT NULL, TYPE VARCHAR(30), FLOATVALUE FLOAT, PRIMARY KEY (INSPECTION_ID, COMPONENT_ID, NAME)) [junit] [EL Finest]: 2022-09-10 04:19:04.349--ServerSession(1526542158)--Connection(1735688392)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.349--Thread(Thread[main,5,main])--The table (TMP_METRIC) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.349--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_ABSTR_EMP (ID INTEGER NOT NULL, EMP_TYPE INTEGER, NAME VARCHAR(255), S_DATE DATE, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.349--ServerSession(1526542158)--Connection(1159249917)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.349--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.349--ServerSession(1526542158)--Connection(1708829333)--Thread(Thread[main,5,main])--CREATE TABLE TMP_ABSTR_EMP (ID INTEGER NOT NULL, EMP_TYPE INTEGER, NAME VARCHAR(255), S_DATE DATE, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.353--ServerSession(1526542158)--Connection(1159249917)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.353--Thread(Thread[main,5,main])--The table (TMP_ABSTR_EMP) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.353--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CONTRACT_EMP (ID INTEGER NOT NULL, D_RATE INTEGER, TERM INTEGER, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.353--ServerSession(1526542158)--Connection(1225739028)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.353--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.353--ServerSession(1526542158)--Connection(2033307298)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CONTRACT_EMP (ID INTEGER NOT NULL, D_RATE INTEGER, TERM INTEGER, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.357--ServerSession(1526542158)--Connection(1225739028)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.357--Thread(Thread[main,5,main])--The table (TMP_CONTRACT_EMP) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.357--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_ACCOUNT (ACC_NUMBER BIGINT NOT NULL, TYPE VARCHAR(31), BALANCE DOUBLE, OWNER VARCHAR(255), PRIMARY KEY (ACC_NUMBER))") [junit] [EL Finest]: 2022-09-10 04:19:04.357--ServerSession(1526542158)--Connection(1989004577)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.357--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.357--ServerSession(1526542158)--Connection(29251980)--Thread(Thread[main,5,main])--CREATE TABLE TMP_ACCOUNT (ACC_NUMBER BIGINT NOT NULL, TYPE VARCHAR(31), BALANCE DOUBLE, OWNER VARCHAR(255), PRIMARY KEY (ACC_NUMBER)) [junit] [EL Finest]: 2022-09-10 04:19:04.361--ServerSession(1526542158)--Connection(1989004577)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.361--Thread(Thread[main,5,main])--The table (TMP_ACCOUNT) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.361--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_VEHICLE (ID SMALLINT NOT NULL, DTYPE INTEGER, BRAND VARCHAR(255), COLOR VARCHAR(255), VERSION INTEGER, NUM_GEARS SMALLINT, LICENSE_PLATE VARCHAR(255), MODEL VARCHAR(255), TRANSMISSION_TYPE VARCHAR(255), EMPLOYEE_ID INTEGER, TOP_SPEED SMALLINT, MAX_LOAD SMALLINT, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.361--ServerSession(1526542158)--Connection(55753935)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.361--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.361--ServerSession(1526542158)--Connection(1892935440)--Thread(Thread[main,5,main])--CREATE TABLE TMP_VEHICLE (ID SMALLINT NOT NULL, DTYPE INTEGER, BRAND VARCHAR(255), COLOR VARCHAR(255), VERSION INTEGER, NUM_GEARS SMALLINT, LICENSE_PLATE VARCHAR(255), MODEL VARCHAR(255), TRANSMISSION_TYPE VARCHAR(255), EMPLOYEE_ID INTEGER, TOP_SPEED SMALLINT, MAX_LOAD SMALLINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.365--ServerSession(1526542158)--Connection(55753935)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.365--Thread(Thread[main,5,main])--The table (TMP_VEHICLE) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.365--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_BROKER_ACC (ACC_NUMBER BIGINT NOT NULL, RISKLEVEL VARCHAR(255), PRIMARY KEY (ACC_NUMBER))") [junit] [EL Finest]: 2022-09-10 04:19:04.365--ServerSession(1526542158)--Connection(180151444)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.365--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.366--ServerSession(1526542158)--Connection(1706584500)--Thread(Thread[main,5,main])--CREATE TABLE TMP_BROKER_ACC (ACC_NUMBER BIGINT NOT NULL, RISKLEVEL VARCHAR(255), PRIMARY KEY (ACC_NUMBER)) [junit] [EL Finest]: 2022-09-10 04:19:04.369--ServerSession(1526542158)--Connection(180151444)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.369--Thread(Thread[main,5,main])--The table (TMP_BROKER_ACC) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.369--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CHECK_ACC (ACC_NUMBER BIGINT NOT NULL, BANKID VARCHAR(255), BANK_NAME VARCHAR(255), CREDITLIMIT DOUBLE, CLIENT_ID INTEGER, PRIMARY KEY (ACC_NUMBER))") [junit] [EL Finest]: 2022-09-10 04:19:04.369--ServerSession(1526542158)--Connection(2054091019)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.369--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.369--ServerSession(1526542158)--Connection(1555939899)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CHECK_ACC (ACC_NUMBER BIGINT NOT NULL, BANKID VARCHAR(255), BANK_NAME VARCHAR(255), CREDITLIMIT DOUBLE, CLIENT_ID INTEGER, PRIMARY KEY (ACC_NUMBER)) [junit] [EL Finest]: 2022-09-10 04:19:04.373--ServerSession(1526542158)--Connection(2054091019)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.373--Thread(Thread[main,5,main])--The table (TMP_CHECK_ACC) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.373--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_COSTCENTER (ID INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.373--ServerSession(1526542158)--Connection(1332929420)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.373--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.374--ServerSession(1526542158)--Connection(2104249411)--Thread(Thread[main,5,main])--CREATE TABLE TMP_COSTCENTER (ID INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.377--ServerSession(1526542158)--Connection(1332929420)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.377--Thread(Thread[main,5,main])--The table (TMP_COSTCENTER) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.377--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_COURSE (COURSE_ID BIGINT NOT NULL, PRIMARY KEY (COURSE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.377--ServerSession(1526542158)--Connection(196764994)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.377--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.377--ServerSession(1526542158)--Connection(346766882)--Thread(Thread[main,5,main])--CREATE TABLE TMP_COURSE (COURSE_ID BIGINT NOT NULL, PRIMARY KEY (COURSE_ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.381--ServerSession(1526542158)--Connection(196764994)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.381--Thread(Thread[main,5,main])--The table (TMP_COURSE) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.381--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CREDIT_ACC (CCA_ID BIGINT NOT NULL, CARDNUMBER BIGINT, CARDTYPE VARCHAR(255), VALIDTO DATE, PRIMARY KEY (CCA_ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.381--ServerSession(1526542158)--Connection(1746885150)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.381--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.381--ServerSession(1526542158)--Connection(621290257)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CREDIT_ACC (CCA_ID BIGINT NOT NULL, CARDNUMBER BIGINT, CARDTYPE VARCHAR(255), VALIDTO DATE, PRIMARY KEY (CCA_ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.385--ServerSession(1526542158)--Connection(1746885150)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.385--Thread(Thread[main,5,main])--The table (TMP_CREDIT_ACC) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.385--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CUBICLE (PLACE INTEGER NOT NULL, FLOOR INTEGER NOT NULL, COLOR VARCHAR(255), PRIMARY KEY (PLACE, FLOOR))") [junit] [EL Finest]: 2022-09-10 04:19:04.385--ServerSession(1526542158)--Connection(1474458592)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.385--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.385--ServerSession(1526542158)--Connection(865522342)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CUBICLE (PLACE INTEGER NOT NULL, FLOOR INTEGER NOT NULL, COLOR VARCHAR(255), PRIMARY KEY (PLACE, FLOOR)) [junit] [EL Finest]: 2022-09-10 04:19:04.389--ServerSession(1526542158)--Connection(1474458592)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.389--Thread(Thread[main,5,main])--The table (TMP_CUBICLE) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.389--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_DEP (ID INTEGER NOT NULL, NAME VARCHAR(255), VERSION SMALLINT, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.389--ServerSession(1526542158)--Connection(1738040544)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.389--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.389--ServerSession(1526542158)--Connection(1654561111)--Thread(Thread[main,5,main])--CREATE TABLE TMP_DEP (ID INTEGER NOT NULL, NAME VARCHAR(255), VERSION SMALLINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.392--ServerSession(1526542158)--Connection(1738040544)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.392--Thread(Thread[main,5,main])--The table (TMP_DEP) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.392--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_EMP (ID INTEGER NOT NULL, FIRSTNAME VARCHAR(255), LASTNAME VARCHAR(255), SALARY DECIMAL(38), EMP_END DATETIME, EMP_START DATETIME, COSTCENTER INTEGER, DEPARTMENT INTEGER, BROKERAGE_ACCOUNT BIGINT, CUBICLE_FLOOR INTEGER, CUBICLE_PLACE INTEGER, SAMPLE_ACCOUNT BIGINT, PROFILE_GUID binary(16), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.392--ServerSession(1526542158)--Connection(1359929877)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.392--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.393--ServerSession(1526542158)--Connection(1196199234)--Thread(Thread[main,5,main])--CREATE TABLE TMP_EMP (ID INTEGER NOT NULL, FIRSTNAME VARCHAR(255), LASTNAME VARCHAR(255), SALARY DECIMAL(38), EMP_END DATETIME, EMP_START DATETIME, COSTCENTER INTEGER, DEPARTMENT INTEGER, BROKERAGE_ACCOUNT BIGINT, CUBICLE_FLOOR INTEGER, CUBICLE_PLACE INTEGER, SAMPLE_ACCOUNT BIGINT, PROFILE_GUID binary(16), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.396--ServerSession(1526542158)--Connection(1359929877)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.396--Thread(Thread[main,5,main])--The table (TMP_EMP) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.396--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_HOBBY (ID VARCHAR(255) NOT NULL, CATEGORY VARCHAR(255), DESCRIPTION VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.396--ServerSession(1526542158)--Connection(92941418)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.396--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.396--ServerSession(1526542158)--Connection(638551812)--Thread(Thread[main,5,main])--CREATE TABLE TMP_HOBBY (ID VARCHAR(255) NOT NULL, CATEGORY VARCHAR(255), DESCRIPTION VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.4--ServerSession(1526542158)--Connection(92941418)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.4--Thread(Thread[main,5,main])--The table (TMP_HOBBY) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.4--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_MATERIAL (COURSE_ID BIGINT NOT NULL, DATA LONGBLOB, PRIMARY KEY (COURSE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.4--ServerSession(1526542158)--Connection(721267591)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.4--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.4--ServerSession(1526542158)--Connection(1888501371)--Thread(Thread[main,5,main])--CREATE TABLE TMP_MATERIAL (COURSE_ID BIGINT NOT NULL, DATA LONGBLOB, PRIMARY KEY (COURSE_ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.403--ServerSession(1526542158)--Connection(721267591)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.403--Thread(Thread[main,5,main])--The table (TMP_MATERIAL) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.403--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_OFFICE (ID INTEGER NOT NULL, CAPACITY BIGINT, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.403--ServerSession(1526542158)--Connection(114078685)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.403--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.404--ServerSession(1526542158)--Connection(2002663065)--Thread(Thread[main,5,main])--CREATE TABLE TMP_OFFICE (ID INTEGER NOT NULL, CAPACITY BIGINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.407--ServerSession(1526542158)--Connection(114078685)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.407--Thread(Thread[main,5,main])--The table (TMP_OFFICE) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.407--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_PATENT (PAT_ASSIGNATION DATE, PAT_DESCRIPTION VARCHAR(255), PAT_NAME VARCHAR(255) NOT NULL, PAT_YEAR INTEGER NOT NULL, PRIMARY KEY (PAT_NAME, PAT_YEAR))") [junit] [EL Finest]: 2022-09-10 04:19:04.407--ServerSession(1526542158)--Connection(1177492869)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.407--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.407--ServerSession(1526542158)--Connection(1086525735)--Thread(Thread[main,5,main])--CREATE TABLE TMP_PATENT (PAT_ASSIGNATION DATE, PAT_DESCRIPTION VARCHAR(255), PAT_NAME VARCHAR(255) NOT NULL, PAT_YEAR INTEGER NOT NULL, PRIMARY KEY (PAT_NAME, PAT_YEAR)) [junit] [EL Finest]: 2022-09-10 04:19:04.411--ServerSession(1526542158)--Connection(1177492869)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.411--Thread(Thread[main,5,main])--The table (TMP_PATENT) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.411--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_REVIEW (ID INTEGER NOT NULL, DTYPE VARCHAR(31), REVIEWDATE DATE, TEXT VARCHAR(255), VERSION INTEGER, PATENT_YEAR INTEGER, PATENT_NAME VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.411--ServerSession(1526542158)--Connection(1804536676)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.411--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.411--ServerSession(1526542158)--Connection(857564443)--Thread(Thread[main,5,main])--CREATE TABLE TMP_REVIEW (ID INTEGER NOT NULL, DTYPE VARCHAR(31), REVIEWDATE DATE, TEXT VARCHAR(255), VERSION INTEGER, PATENT_YEAR INTEGER, PATENT_NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.415--ServerSession(1526542158)--Connection(1804536676)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.415--Thread(Thread[main,5,main])--The table (TMP_REVIEW) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.415--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_REVIEW_DETAILS (REVIEW_ID INTEGER NOT NULL, SUCCESSRATE SMALLINT, PRIMARY KEY (REVIEW_ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.415--ServerSession(1526542158)--Connection(99361890)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.415--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.415--ServerSession(1526542158)--Connection(1568783481)--Thread(Thread[main,5,main])--CREATE TABLE TMP_REVIEW_DETAILS (REVIEW_ID INTEGER NOT NULL, SUCCESSRATE SMALLINT, PRIMARY KEY (REVIEW_ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.419--ServerSession(1526542158)--Connection(99361890)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.419--Thread(Thread[main,5,main])--The table (TMP_REVIEW_DETAILS) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.419--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_PROJECT (ID INTEGER NOT NULL, PROJ_NAME VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.419--ServerSession(1526542158)--Connection(538624239)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.419--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.419--ServerSession(1526542158)--Connection(1890112225)--Thread(Thread[main,5,main])--CREATE TABLE TMP_PROJECT (ID INTEGER NOT NULL, PROJ_NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.423--ServerSession(1526542158)--Connection(538624239)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.423--Thread(Thread[main,5,main])--The table (TMP_PROJECT) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.423--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_PROJECT_DETAILS (PROJECT_ID INTEGER NOT NULL, PLANNED_DAYS INTEGER, USED_DAYS INTEGER, PRIMARY KEY (PROJECT_ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.423--ServerSession(1526542158)--Connection(690476929)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.423--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.423--ServerSession(1526542158)--Connection(531507102)--Thread(Thread[main,5,main])--CREATE TABLE TMP_PROJECT_DETAILS (PROJECT_ID INTEGER NOT NULL, PLANNED_DAYS INTEGER, USED_DAYS INTEGER, PRIMARY KEY (PROJECT_ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.426--ServerSession(1526542158)--Connection(690476929)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.426--Thread(Thread[main,5,main])--The table (TMP_PROJECT_DETAILS) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.427--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_SAVE_ACC (ACC_NUMBER BIGINT NOT NULL, BANKID VARCHAR(255), BANKNAME VARCHAR(255), INTERESTRATE FLOAT, PRIMARY KEY (ACC_NUMBER))") [junit] [EL Finest]: 2022-09-10 04:19:04.427--ServerSession(1526542158)--Connection(1781069434)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.427--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.427--ServerSession(1526542158)--Connection(81047158)--Thread(Thread[main,5,main])--CREATE TABLE TMP_SAVE_ACC (ACC_NUMBER BIGINT NOT NULL, BANKID VARCHAR(255), BANKNAME VARCHAR(255), INTERESTRATE FLOAT, PRIMARY KEY (ACC_NUMBER)) [junit] [EL Finest]: 2022-09-10 04:19:04.43--ServerSession(1526542158)--Connection(1781069434)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.43--Thread(Thread[main,5,main])--The table (TMP_SAVE_ACC) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.43--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_TASK (TASK_ID INTEGER NOT NULL, DESCRIPTION VARCHAR(255), PROJ_ID INTEGER NOT NULL, PRIMARY KEY (TASK_ID, PROJ_ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.43--ServerSession(1526542158)--Connection(1565472203)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.43--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.43--ServerSession(1526542158)--Connection(2093586186)--Thread(Thread[main,5,main])--CREATE TABLE TMP_TASK (TASK_ID INTEGER NOT NULL, DESCRIPTION VARCHAR(255), PROJ_ID INTEGER NOT NULL, PRIMARY KEY (TASK_ID, PROJ_ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.434--ServerSession(1526542158)--Connection(1565472203)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.434--Thread(Thread[main,5,main])--The table (TMP_TASK) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.434--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_TRAILER (LOAD1 INTEGER, HIGH INTEGER NOT NULL, LOW INTEGER NOT NULL, PRIMARY KEY (HIGH, LOW))") [junit] [EL Finest]: 2022-09-10 04:19:04.434--ServerSession(1526542158)--Connection(54948603)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.434--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.434--ServerSession(1526542158)--Connection(864539742)--Thread(Thread[main,5,main])--CREATE TABLE TMP_TRAILER (LOAD1 INTEGER, HIGH INTEGER NOT NULL, LOW INTEGER NOT NULL, PRIMARY KEY (HIGH, LOW)) [junit] [EL Finest]: 2022-09-10 04:19:04.438--ServerSession(1526542158)--Connection(54948603)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.438--Thread(Thread[main,5,main])--The table (TMP_TRAILER) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.438--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_PROFILE (GUID binary(16) NOT NULL, AIRLINE VARCHAR(255), SMOKER TINYINT(1) default 0, PRIMARY KEY (GUID))") [junit] [EL Finest]: 2022-09-10 04:19:04.438--ServerSession(1526542158)--Connection(937853658)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.438--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.438--ServerSession(1526542158)--Connection(986617180)--Thread(Thread[main,5,main])--CREATE TABLE TMP_PROFILE (GUID binary(16) NOT NULL, AIRLINE VARCHAR(255), SMOKER TINYINT(1) default 0, PRIMARY KEY (GUID)) [junit] [EL Finest]: 2022-09-10 04:19:04.442--ServerSession(1526542158)--Connection(937853658)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.442--Thread(Thread[main,5,main])--The table (TMP_PROFILE) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.442--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_UCOFFICE (ID INTEGER NOT NULL, CAPACITY BIGINT, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.442--ServerSession(1526542158)--Connection(1996947474)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.442--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.442--ServerSession(1526542158)--Connection(967647195)--Thread(Thread[main,5,main])--CREATE TABLE TMP_UCOFFICE (ID INTEGER NOT NULL, CAPACITY BIGINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.464--ServerSession(1526542158)--Connection(1996947474)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.464--Thread(Thread[main,5,main])--The table (TMP_UCOFFICE) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.464--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_READONLY (ID INTEGER NOT NULL, DTYPE INTEGER, NAME VARCHAR(255), VERSION INTEGER, ADDON VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.464--ServerSession(1526542158)--Connection(1840046890)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.464--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.465--ServerSession(1526542158)--Connection(1009678979)--Thread(Thread[main,5,main])--CREATE TABLE TMP_READONLY (ID INTEGER NOT NULL, DTYPE INTEGER, NAME VARCHAR(255), VERSION INTEGER, ADDON VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.468--ServerSession(1526542158)--Connection(1840046890)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.468--Thread(Thread[main,5,main])--The table (TMP_READONLY) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.468--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_EMBEDD_FA (ID INTEGER NOT NULL, EMB_FA_DATE DATETIME, EMB_FA_LONG BIGINT, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.468--ServerSession(1526542158)--Connection(1260026681)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.468--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.469--ServerSession(1526542158)--Connection(70253243)--Thread(Thread[main,5,main])--CREATE TABLE TMP_EMBEDD_FA (ID INTEGER NOT NULL, EMB_FA_DATE DATETIME, EMB_FA_LONG BIGINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.477--ServerSession(1526542158)--Connection(1260026681)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.477--Thread(Thread[main,5,main])--The table (TMP_EMBEDD_FA) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.477--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_EMBEDD_PA (ID INTEGER NOT NULL, EMB_PA_DATE DATETIME, EMB_PA_LONG BIGINT, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.477--ServerSession(1526542158)--Connection(148629391)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.477--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.478--ServerSession(1526542158)--Connection(1935293965)--Thread(Thread[main,5,main])--CREATE TABLE TMP_EMBEDD_PA (ID INTEGER NOT NULL, EMB_PA_DATE DATETIME, EMB_PA_LONG BIGINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.482--ServerSession(1526542158)--Connection(148629391)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.482--Thread(Thread[main,5,main])--The table (TMP_EMBEDD_PA) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.483--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE BYTE_ITEM (ITEM_ID binary(16) NOT NULL, NAME VARCHAR(255), NAMESPACE VARCHAR(255), TEXT VARCHAR(255), PRIMARY KEY (ITEM_ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.483--ServerSession(1526542158)--Connection(1415645767)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.483--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.483--ServerSession(1526542158)--Connection(1986657424)--Thread(Thread[main,5,main])--CREATE TABLE BYTE_ITEM (ITEM_ID binary(16) NOT NULL, NAME VARCHAR(255), NAMESPACE VARCHAR(255), TEXT VARCHAR(255), PRIMARY KEY (ITEM_ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.487--ServerSession(1526542158)--Connection(1415645767)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.487--Thread(Thread[main,5,main])--The table (BYTE_ITEM) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.487--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE BYTE_ITEM_ATT (ATT_KEY VARCHAR(255) NOT NULL, ATT_VAL VARCHAR(255), ITEM_ID binary(16) NOT NULL, PRIMARY KEY (ATT_KEY, ITEM_ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.487--ServerSession(1526542158)--Connection(1584679755)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.487--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.487--ServerSession(1526542158)--Connection(1732292969)--Thread(Thread[main,5,main])--CREATE TABLE BYTE_ITEM_ATT (ATT_KEY VARCHAR(255) NOT NULL, ATT_VAL VARCHAR(255), ITEM_ID binary(16) NOT NULL, PRIMARY KEY (ATT_KEY, ITEM_ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.491--ServerSession(1526542158)--Connection(1584679755)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.491--Thread(Thread[main,5,main])--The table (BYTE_ITEM_ATT) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.491--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_ISLAND (ID INTEGER NOT NULL, DTYPE VARCHAR(31), NAME VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.491--ServerSession(1526542158)--Connection(1439416085)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.491--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.492--ServerSession(1526542158)--Connection(937592636)--Thread(Thread[main,5,main])--CREATE TABLE TMP_ISLAND (ID INTEGER NOT NULL, DTYPE VARCHAR(31), NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.495--ServerSession(1526542158)--Connection(1439416085)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.495--Thread(Thread[main,5,main])--The table (TMP_ISLAND) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.496--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CITY (ID BIGINT NOT NULL, CITY_ENUM VARCHAR(255), COOL TINYINT(1) default 0, NAME VARCHAR(255), TYPE VARCHAR(255), CITY_TESLA_INT INTEGER, CITY_TESLA_BLOB LONGBLOB, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.496--ServerSession(1526542158)--Connection(1613863424)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.496--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.496--ServerSession(1526542158)--Connection(1128872541)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CITY (ID BIGINT NOT NULL, CITY_ENUM VARCHAR(255), COOL TINYINT(1) default 0, NAME VARCHAR(255), TYPE VARCHAR(255), CITY_TESLA_INT INTEGER, CITY_TESLA_BLOB LONGBLOB, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.5--ServerSession(1526542158)--Connection(1613863424)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.5--Thread(Thread[main,5,main])--The table (TMP_CITY) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.5--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_COP (ID BIGINT NOT NULL, COP_TESLA_INT INTEGER, COP_TESLA_BLOB LONGBLOB, PARTNER_ID BIGINT, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.5--ServerSession(1526542158)--Connection(1895689471)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.5--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.5--ServerSession(1526542158)--Connection(2053942127)--Thread(Thread[main,5,main])--CREATE TABLE TMP_COP (ID BIGINT NOT NULL, COP_TESLA_INT INTEGER, COP_TESLA_BLOB LONGBLOB, PARTNER_ID BIGINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.504--ServerSession(1526542158)--Connection(1895689471)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.504--Thread(Thread[main,5,main])--The table (TMP_COP) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.504--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_PERSON (ID BIGINT NOT NULL, W_BOOL TINYINT(1) default 0, W_FLOAT FLOAT, P_BOOL TINYINT(1) default 0, P_FLOAT FLOAT, P_INT INTEGER, W_BIGDEC DECIMAL(38), W_BIGINT BIGINT, PBA_BINARY LONGBLOB, WBA_BINARY LONGBLOB, UTIL_CALENDAR DATETIME, PCA_VARCHAR LONGTEXT, WCA_VARCHAR LONGTEXT, W_INT INTEGER, SQL_DATE DATE, SQL_TIME TIME, SQL_TIMESTAMP DATETIME, W_STRING VARCHAR(255), UTIL_DATE DATETIME, CITY BIGINT, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.504--ServerSession(1526542158)--Connection(636149734)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.504--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.505--ServerSession(1526542158)--Connection(985808871)--Thread(Thread[main,5,main])--CREATE TABLE TMP_PERSON (ID BIGINT NOT NULL, W_BOOL TINYINT(1) default 0, W_FLOAT FLOAT, P_BOOL TINYINT(1) default 0, P_FLOAT FLOAT, P_INT INTEGER, W_BIGDEC DECIMAL(38), W_BIGINT BIGINT, PBA_BINARY LONGBLOB, WBA_BINARY LONGBLOB, UTIL_CALENDAR DATETIME, PCA_VARCHAR LONGTEXT, WCA_VARCHAR LONGTEXT, W_INT INTEGER, SQL_DATE DATE, SQL_TIME TIME, SQL_TIMESTAMP DATETIME, W_STRING VARCHAR(255), UTIL_DATE DATETIME, CITY BIGINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.508--ServerSession(1526542158)--Connection(636149734)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.508--Thread(Thread[main,5,main])--The table (TMP_PERSON) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.508--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_INFORMER (ID BIGINT NOT NULL, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.508--ServerSession(1526542158)--Connection(703654209)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.508--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.509--ServerSession(1526542158)--Connection(48678559)--Thread(Thread[main,5,main])--CREATE TABLE TMP_INFORMER (ID BIGINT NOT NULL, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.512--ServerSession(1526542158)--Connection(703654209)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.512--Thread(Thread[main,5,main])--The table (TMP_INFORMER) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.512--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CRIMINAL (ID BIGINT NOT NULL, TRANSMISSION_TYPE VARCHAR(255), ATTACHEDCOP_ID BIGINT, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.512--ServerSession(1526542158)--Connection(75594707)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.512--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.512--ServerSession(1526542158)--Connection(820479970)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CRIMINAL (ID BIGINT NOT NULL, TRANSMISSION_TYPE VARCHAR(255), ATTACHEDCOP_ID BIGINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.516--ServerSession(1526542158)--Connection(75594707)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.516--Thread(Thread[main,5,main])--The table (TMP_CRIMINAL) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.516--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CAVE (ID INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.516--ServerSession(1526542158)--Connection(901224896)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.516--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.516--ServerSession(1526542158)--Connection(962842627)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CAVE (ID INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.519--ServerSession(1526542158)--Connection(901224896)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.52--Thread(Thread[main,5,main])--The table (TMP_CAVE) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.52--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CREATURE (ID INTEGER AUTO_INCREMENT NOT NULL, DTYPE VARCHAR(31), NAME VARCHAR(255), WEAPON INTEGER, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.52--ServerSession(1526542158)--Connection(1264747265)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.52--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.52--ServerSession(1526542158)--Connection(1822859686)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CREATURE (ID INTEGER AUTO_INCREMENT NOT NULL, DTYPE VARCHAR(31), NAME VARCHAR(255), WEAPON INTEGER, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.523--ServerSession(1526542158)--Connection(1264747265)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.523--Thread(Thread[main,5,main])--The table (TMP_CREATURE) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.523--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CREATURE_DETAILS (SECONDTABLE_ID INTEGER NOT NULL, COLOR VARCHAR(255), PRIMARY KEY (SECONDTABLE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.523--ServerSession(1526542158)--Connection(968547441)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.523--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.524--ServerSession(1526542158)--Connection(1615389041)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CREATURE_DETAILS (SECONDTABLE_ID INTEGER NOT NULL, COLOR VARCHAR(255), PRIMARY KEY (SECONDTABLE_ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.527--ServerSession(1526542158)--Connection(968547441)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.527--Thread(Thread[main,5,main])--The table (TMP_CREATURE_DETAILS) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.527--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_MYTHICALCREATURE (ID INTEGER NOT NULL, STORY VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.527--ServerSession(1526542158)--Connection(89209218)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.527--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.527--ServerSession(1526542158)--Connection(573903664)--Thread(Thread[main,5,main])--CREATE TABLE TMP_MYTHICALCREATURE (ID INTEGER NOT NULL, STORY VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.531--ServerSession(1526542158)--Connection(89209218)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.531--Thread(Thread[main,5,main])--The table (TMP_MYTHICALCREATURE) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.531--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_WEAPON (ID INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.531--ServerSession(1526542158)--Connection(2117215775)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.531--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.531--ServerSession(1526542158)--Connection(1947473530)--Thread(Thread[main,5,main])--CREATE TABLE TMP_WEAPON (ID INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.534--ServerSession(1526542158)--Connection(2117215775)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.534--Thread(Thread[main,5,main])--The table (TMP_WEAPON) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.534--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CASC_NODE (ID INTEGER NOT NULL, PARENT INTEGER, DESCRIPTION INTEGER, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.534--ServerSession(1526542158)--Connection(308416152)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.534--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.535--ServerSession(1526542158)--Connection(1183935848)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CASC_NODE (ID INTEGER NOT NULL, PARENT INTEGER, DESCRIPTION INTEGER, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.538--ServerSession(1526542158)--Connection(308416152)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.538--Thread(Thread[main,5,main])--The table (TMP_CASC_NODE) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.538--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CASC_NODE_DESC (ID INTEGER NOT NULL, DESC_TEXT VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.538--ServerSession(1526542158)--Connection(2026363282)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.538--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.538--ServerSession(1526542158)--Connection(904925647)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CASC_NODE_DESC (ID INTEGER NOT NULL, DESC_TEXT VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.542--ServerSession(1526542158)--Connection(2026363282)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.542--Thread(Thread[main,5,main])--The table (TMP_CASC_NODE_DESC) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.542--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_NODE (ID INTEGER NOT NULL, NODENAME VARCHAR(255), VERSIONCOLUMN BIGINT, PARENT INTEGER, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.542--ServerSession(1526542158)--Connection(1809109579)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.542--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.542--ServerSession(1526542158)--Connection(1579141271)--Thread(Thread[main,5,main])--CREATE TABLE TMP_NODE (ID INTEGER NOT NULL, NODENAME VARCHAR(255), VERSIONCOLUMN BIGINT, PARENT INTEGER, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.548--ServerSession(1526542158)--Connection(1809109579)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.548--Thread(Thread[main,5,main])--The table (TMP_NODE) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.548--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_NASTY (ID BIGINT NOT NULL, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.548--ServerSession(1526542158)--Connection(1595529772)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.548--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.548--ServerSession(1526542158)--Connection(2137193000)--Thread(Thread[main,5,main])--CREATE TABLE TMP_NASTY (ID BIGINT NOT NULL, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.555--ServerSession(1526542158)--Connection(1595529772)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.556--Thread(Thread[main,5,main])--The table (TMP_NASTY) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.556--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_TIMESTAMP (ID BIGINT NOT NULL, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.556--ServerSession(1526542158)--Connection(102289361)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.556--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.556--ServerSession(1526542158)--Connection(1858324096)--Thread(Thread[main,5,main])--CREATE TABLE TMP_TIMESTAMP (ID BIGINT NOT NULL, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.56--ServerSession(1526542158)--Connection(102289361)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.56--Thread(Thread[main,5,main])--The table (TMP_TIMESTAMP) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.56--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_BASIC_TYPES_FA (ID INTEGER NOT NULL, BIG_DECIMAL DECIMAL(12,2), BIG_INTEGER BIGINT, ENUM_ORDINAL INTEGER, ENUM_STRING VARCHAR(255), P_BYTE TINYINT, P_BOOLEAN TINYINT(1) default 0, PBA_BINARY binary(8), PBA_BLOB LONGBLOB, PBA_LONGVARBINARY LONGBLOB, P_CHAR CHAR(1), PCA_CLOB LONGTEXT, PCA_VARCHAR VARCHAR(255), P_DOUBLE DOUBLE, P_FLOAT FLOAT, P_INT INTEGER, P_LONG BIGINT, P_SHORT SMALLINT, SERIALIZABLE LONGBLOB, SQL_DATE DATE, SQL_TIME TIME, SQL_TIMESTAMP DATETIME, STRING_CLOB LONGTEXT, STRING_VC VARCHAR(128), UTIL_CALENDAR DATETIME, UTIL_DATE DATETIME, VERSION BIGINT, W_BOOLEAN TINYINT(1) default 0, W_BYTE TINYINT, WBA_BINARY binary(8), WBA_BLOB LONGBLOB, WBA_LONGVARBINARY LONGBLOB, W_CHARACTER CHAR(1), WCA_CLOB LONGTEXT, WCA_VARCHAR VARCHAR(255), W_DOUBLE DOUBLE, W_FLOAT FLOAT, W_INTEGER INTEGER, W_LONG BIGINT, W_SMALLINT SMALLINT, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.56--ServerSession(1526542158)--Connection(112669398)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.56--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.56--ServerSession(1526542158)--Connection(1982858054)--Thread(Thread[main,5,main])--CREATE TABLE TMP_BASIC_TYPES_FA (ID INTEGER NOT NULL, BIG_DECIMAL DECIMAL(12,2), BIG_INTEGER BIGINT, ENUM_ORDINAL INTEGER, ENUM_STRING VARCHAR(255), P_BYTE TINYINT, P_BOOLEAN TINYINT(1) default 0, PBA_BINARY binary(8), PBA_BLOB LONGBLOB, PBA_LONGVARBINARY LONGBLOB, P_CHAR CHAR(1), PCA_CLOB LONGTEXT, PCA_VARCHAR VARCHAR(255), P_DOUBLE DOUBLE, P_FLOAT FLOAT, P_INT INTEGER, P_LONG BIGINT, P_SHORT SMALLINT, SERIALIZABLE LONGBLOB, SQL_DATE DATE, SQL_TIME TIME, SQL_TIMESTAMP DATETIME, STRING_CLOB LONGTEXT, STRING_VC VARCHAR(128), UTIL_CALENDAR DATETIME, UTIL_DATE DATETIME, VERSION BIGINT, W_BOOLEAN TINYINT(1) default 0, W_BYTE TINYINT, WBA_BINARY binary(8), WBA_BLOB LONGBLOB, WBA_LONGVARBINARY LONGBLOB, W_CHARACTER CHAR(1), WCA_CLOB LONGTEXT, WCA_VARCHAR VARCHAR(255), W_DOUBLE DOUBLE, W_FLOAT FLOAT, W_INTEGER INTEGER, W_LONG BIGINT, W_SMALLINT SMALLINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.564--ServerSession(1526542158)--Connection(112669398)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.564--Thread(Thread[main,5,main])--The table (TMP_BASIC_TYPES_FA) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.564--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_BASIC_TYPES_PA (ID INTEGER NOT NULL, BIG_DECIMAL DECIMAL(12,2), BIG_INTEGER BIGINT, ENUM_ORDINAL INTEGER, ENUM_STRING VARCHAR(255), P_BYTE TINYINT, P_BOOLEAN TINYINT(1) default 0, PBA_BINARY LONGBLOB, PBA_BLOB LONGBLOB, PBA_LONGVARBINARY LONGBLOB, P_CHAR CHAR(1), PCA_CLOB LONGTEXT, PCA_VARCHAR LONGTEXT, P_DOUBLE DOUBLE, P_FLOAT FLOAT, P_INT INTEGER, P_LONG BIGINT, P_SHORT SMALLINT, SERIALIZABLE LONGBLOB, SQL_DATE DATE, SQL_TIME TIME, SQL_TIMESTAMP DATETIME, STRING_CLOB LONGTEXT, STRING_VC VARCHAR(128), UTIL_CALENDAR DATETIME, UTIL_DATE DATETIME, W_BOOLEAN TINYINT(1) default 0, W_BYTE TINYINT, WBA_BINARY LONGBLOB, WBA_BLOB LONGBLOB, WBA_LONGVARBINARY LONGBLOB, W_CHARACTER CHAR(1), WCA_CLOB LONGTEXT, WCA_VARCHAR LONGTEXT, W_DOUBLE DOUBLE, W_FLOAT FLOAT, W_INTEGER INTEGER, W_LONG BIGINT, W_SMALLINT SMALLINT, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.564--ServerSession(1526542158)--Connection(1688376938)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.564--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.565--ServerSession(1526542158)--Connection(310281099)--Thread(Thread[main,5,main])--CREATE TABLE TMP_BASIC_TYPES_PA (ID INTEGER NOT NULL, BIG_DECIMAL DECIMAL(12,2), BIG_INTEGER BIGINT, ENUM_ORDINAL INTEGER, ENUM_STRING VARCHAR(255), P_BYTE TINYINT, P_BOOLEAN TINYINT(1) default 0, PBA_BINARY LONGBLOB, PBA_BLOB LONGBLOB, PBA_LONGVARBINARY LONGBLOB, P_CHAR CHAR(1), PCA_CLOB LONGTEXT, PCA_VARCHAR LONGTEXT, P_DOUBLE DOUBLE, P_FLOAT FLOAT, P_INT INTEGER, P_LONG BIGINT, P_SHORT SMALLINT, SERIALIZABLE LONGBLOB, SQL_DATE DATE, SQL_TIME TIME, SQL_TIMESTAMP DATETIME, STRING_CLOB LONGTEXT, STRING_VC VARCHAR(128), UTIL_CALENDAR DATETIME, UTIL_DATE DATETIME, W_BOOLEAN TINYINT(1) default 0, W_BYTE TINYINT, WBA_BINARY LONGBLOB, WBA_BLOB LONGBLOB, WBA_LONGVARBINARY LONGBLOB, W_CHARACTER CHAR(1), WCA_CLOB LONGTEXT, WCA_VARCHAR LONGTEXT, W_DOUBLE DOUBLE, W_FLOAT FLOAT, W_INTEGER INTEGER, W_LONG BIGINT, W_SMALLINT SMALLINT, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.569--ServerSession(1526542158)--Connection(1688376938)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.569--Thread(Thread[main,5,main])--The table (TMP_BASIC_TYPES_PA) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.569--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_TEMPORAL_FA (ID BIGINT NOT NULL, SQL_DATE DATE, SQL_TIME TIME, SQL_TIMESTAMP DATETIME, UTIL_CALENDAR_D DATE, UTIL_CALENDAR_T TIME, UTIL_CALENDAR_TS DATETIME, UTIL_DATE_D DATE, UTIL_DATE_T TIME, UTIL_DATE_TS DATETIME, PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.569--ServerSession(1526542158)--Connection(912906156)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.569--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.569--ServerSession(1526542158)--Connection(1349351473)--Thread(Thread[main,5,main])--CREATE TABLE TMP_TEMPORAL_FA (ID BIGINT NOT NULL, SQL_DATE DATE, SQL_TIME TIME, SQL_TIMESTAMP DATETIME, UTIL_CALENDAR_D DATE, UTIL_CALENDAR_T TIME, UTIL_CALENDAR_TS DATETIME, UTIL_DATE_D DATE, UTIL_DATE_T TIME, UTIL_DATE_TS DATETIME, PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.572--ServerSession(1526542158)--Connection(912906156)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.572--Thread(Thread[main,5,main])--The table (TMP_TEMPORAL_FA) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.572--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_ANIMAL (ID INTEGER AUTO_INCREMENT NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.573--ServerSession(1526542158)--Connection(924052457)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.573--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.573--ServerSession(1526542158)--Connection(201630154)--Thread(Thread[main,5,main])--CREATE TABLE TMP_ANIMAL (ID INTEGER AUTO_INCREMENT NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.576--ServerSession(1526542158)--Connection(924052457)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.576--Thread(Thread[main,5,main])--The table (TMP_ANIMAL) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.576--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_ELEMENT (ID INTEGER AUTO_INCREMENT NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.576--ServerSession(1526542158)--Connection(1691816368)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.576--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.576--ServerSession(1526542158)--Connection(1307899409)--Thread(Thread[main,5,main])--CREATE TABLE TMP_ELEMENT (ID INTEGER AUTO_INCREMENT NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.58--ServerSession(1526542158)--Connection(1691816368)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.58--Thread(Thread[main,5,main])--The table (TMP_ELEMENT) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.58--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_PLANT (ID INTEGER AUTO_INCREMENT NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.58--ServerSession(1526542158)--Connection(40625646)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.58--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.58--ServerSession(1526542158)--Connection(1749409740)--Thread(Thread[main,5,main])--CREATE TABLE TMP_PLANT (ID INTEGER AUTO_INCREMENT NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.584--ServerSession(1526542158)--Connection(40625646)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.584--Thread(Thread[main,5,main])--The table (TMP_PLANT) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.584--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_EMP_BICYCLE (BICYCLE_ID SMALLINT NOT NULL, EMPLOYEE_ID INTEGER NOT NULL, PRIMARY KEY (BICYCLE_ID, EMPLOYEE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.584--ServerSession(1526542158)--Connection(1048464106)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.584--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.584--ServerSession(1526542158)--Connection(2021874006)--Thread(Thread[main,5,main])--CREATE TABLE TMP_EMP_BICYCLE (BICYCLE_ID SMALLINT NOT NULL, EMPLOYEE_ID INTEGER NOT NULL, PRIMARY KEY (BICYCLE_ID, EMPLOYEE_ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.587--ServerSession(1526542158)--Connection(1048464106)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.587--Thread(Thread[main,5,main])--The table (TMP_EMP_BICYCLE) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.587--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_COURSE_EMP (COURSE_ID BIGINT NOT NULL, EMP_ID INTEGER NOT NULL, PRIMARY KEY (COURSE_ID, EMP_ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.587--ServerSession(1526542158)--Connection(275090225)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.588--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.588--ServerSession(1526542158)--Connection(1926113666)--Thread(Thread[main,5,main])--CREATE TABLE TMP_COURSE_EMP (COURSE_ID BIGINT NOT NULL, EMP_ID INTEGER NOT NULL, PRIMARY KEY (COURSE_ID, EMP_ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.591--ServerSession(1526542158)--Connection(275090225)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.591--Thread(Thread[main,5,main])--The table (TMP_COURSE_EMP) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.591--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_EMP_CREDIT (CLIENT_ID INTEGER NOT NULL, CREDIT_ID BIGINT NOT NULL, PRIMARY KEY (CLIENT_ID, CREDIT_ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.591--ServerSession(1526542158)--Connection(680561668)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.591--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.591--ServerSession(1526542158)--Connection(730935981)--Thread(Thread[main,5,main])--CREATE TABLE TMP_EMP_CREDIT (CLIENT_ID INTEGER NOT NULL, CREDIT_ID BIGINT NOT NULL, PRIMARY KEY (CLIENT_ID, CREDIT_ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.595--ServerSession(1526542158)--Connection(680561668)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.595--Thread(Thread[main,5,main])--The table (TMP_EMP_CREDIT) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.595--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_EMP_HOBBY (EMP_ID INTEGER NOT NULL, HOBBY_ID VARCHAR(255) NOT NULL, PRIMARY KEY (EMP_ID, HOBBY_ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.595--ServerSession(1526542158)--Connection(1191985342)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.595--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.595--ServerSession(1526542158)--Connection(1697257128)--Thread(Thread[main,5,main])--CREATE TABLE TMP_EMP_HOBBY (EMP_ID INTEGER NOT NULL, HOBBY_ID VARCHAR(255) NOT NULL, PRIMARY KEY (EMP_ID, HOBBY_ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.599--ServerSession(1526542158)--Connection(1191985342)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.599--Thread(Thread[main,5,main])--The table (TMP_EMP_HOBBY) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.599--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_EMP_PATENT (EMP_ID INTEGER NOT NULL, PATENT_NAME VARCHAR(255) NOT NULL, PATENT_YEAR INTEGER NOT NULL, PRIMARY KEY (EMP_ID, PATENT_NAME, PATENT_YEAR))") [junit] [EL Finest]: 2022-09-10 04:19:04.599--ServerSession(1526542158)--Connection(895798008)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.599--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.599--ServerSession(1526542158)--Connection(13505962)--Thread(Thread[main,5,main])--CREATE TABLE TMP_EMP_PATENT (EMP_ID INTEGER NOT NULL, PATENT_NAME VARCHAR(255) NOT NULL, PATENT_YEAR INTEGER NOT NULL, PRIMARY KEY (EMP_ID, PATENT_NAME, PATENT_YEAR)) [junit] [EL Finest]: 2022-09-10 04:19:04.603--ServerSession(1526542158)--Connection(895798008)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.603--Thread(Thread[main,5,main])--The table (TMP_EMP_PATENT) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.603--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_EMP_PROJECT (EMP_ID INTEGER NOT NULL, PROJECT_ID INTEGER NOT NULL, PRIMARY KEY (EMP_ID, PROJECT_ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.603--ServerSession(1526542158)--Connection(2107575540)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.603--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.603--ServerSession(1526542158)--Connection(218903976)--Thread(Thread[main,5,main])--CREATE TABLE TMP_EMP_PROJECT (EMP_ID INTEGER NOT NULL, PROJECT_ID INTEGER NOT NULL, PRIMARY KEY (EMP_ID, PROJECT_ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.606--ServerSession(1526542158)--Connection(2107575540)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.606--Thread(Thread[main,5,main])--The table (TMP_EMP_PROJECT) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.606--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_EMP_REVIEW (EMP_ID INTEGER NOT NULL, REVIEW_ID INTEGER NOT NULL, PRIMARY KEY (EMP_ID, REVIEW_ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.606--ServerSession(1526542158)--Connection(2103376190)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.606--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.606--ServerSession(1526542158)--Connection(294855240)--Thread(Thread[main,5,main])--CREATE TABLE TMP_EMP_REVIEW (EMP_ID INTEGER NOT NULL, REVIEW_ID INTEGER NOT NULL, PRIMARY KEY (EMP_ID, REVIEW_ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.61--ServerSession(1526542158)--Connection(2103376190)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.61--Thread(Thread[main,5,main])--The table (TMP_EMP_REVIEW) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.61--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_OFFICE_CUBICLE (OFFICE_ID INTEGER NOT NULL, CUBICLE_FLOOR INTEGER NOT NULL, CUBICLE_PLACE INTEGER NOT NULL, CUBICLES_KEY LONGBLOB, PRIMARY KEY (OFFICE_ID, CUBICLE_FLOOR, CUBICLE_PLACE))") [junit] [EL Finest]: 2022-09-10 04:19:04.61--ServerSession(1526542158)--Connection(2057431147)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.61--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.61--ServerSession(1526542158)--Connection(1923613717)--Thread(Thread[main,5,main])--CREATE TABLE TMP_OFFICE_CUBICLE (OFFICE_ID INTEGER NOT NULL, CUBICLE_FLOOR INTEGER NOT NULL, CUBICLE_PLACE INTEGER NOT NULL, CUBICLES_KEY LONGBLOB, PRIMARY KEY (OFFICE_ID, CUBICLE_FLOOR, CUBICLE_PLACE)) [junit] [EL Finest]: 2022-09-10 04:19:04.614--ServerSession(1526542158)--Connection(2057431147)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.614--Thread(Thread[main,5,main])--The table (TMP_OFFICE_CUBICLE) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.614--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_VEHICLE_PROFILE (PROFILE_ID binary(16) NOT NULL, VEHICLE_ID SMALLINT NOT NULL, PRIMARY KEY (PROFILE_ID, VEHICLE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.614--ServerSession(1526542158)--Connection(1319428339)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.614--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.614--ServerSession(1526542158)--Connection(2090782110)--Thread(Thread[main,5,main])--CREATE TABLE TMP_VEHICLE_PROFILE (PROFILE_ID binary(16) NOT NULL, VEHICLE_ID SMALLINT NOT NULL, PRIMARY KEY (PROFILE_ID, VEHICLE_ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.618--ServerSession(1526542158)--Connection(1319428339)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.618--Thread(Thread[main,5,main])--The table (TMP_VEHICLE_PROFILE) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.618--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_UCOFFICE_CUBICLE (OFFICE_ID INTEGER NOT NULL, CUBICLE_FLOOR INTEGER NOT NULL, CUBICLE_PLACE INTEGER NOT NULL, PRIMARY KEY (OFFICE_ID, CUBICLE_FLOOR, CUBICLE_PLACE))") [junit] [EL Finest]: 2022-09-10 04:19:04.618--ServerSession(1526542158)--Connection(1755275498)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.618--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.618--ServerSession(1526542158)--Connection(1650963034)--Thread(Thread[main,5,main])--CREATE TABLE TMP_UCOFFICE_CUBICLE (OFFICE_ID INTEGER NOT NULL, CUBICLE_FLOOR INTEGER NOT NULL, CUBICLE_PLACE INTEGER NOT NULL, PRIMARY KEY (OFFICE_ID, CUBICLE_FLOOR, CUBICLE_PLACE)) [junit] [EL Finest]: 2022-09-10 04:19:04.622--ServerSession(1526542158)--Connection(1755275498)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.622--Thread(Thread[main,5,main])--The table (TMP_UCOFFICE_CUBICLE) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.622--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CITY_TMP_COP (City_ID BIGINT NOT NULL, cops_ID BIGINT NOT NULL, PRIMARY KEY (City_ID, cops_ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.622--ServerSession(1526542158)--Connection(759994182)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.622--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.622--ServerSession(1526542158)--Connection(1919292887)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CITY_TMP_COP (City_ID BIGINT NOT NULL, cops_ID BIGINT NOT NULL, PRIMARY KEY (City_ID, cops_ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.626--ServerSession(1526542158)--Connection(759994182)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.626--Thread(Thread[main,5,main])--The table (TMP_CITY_TMP_COP) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.626--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CITY_TMP_CRIMINAL (City_ID BIGINT NOT NULL, criminals_ID BIGINT NOT NULL, PRIMARY KEY (City_ID, criminals_ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.626--ServerSession(1526542158)--Connection(138330288)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.626--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.626--ServerSession(1526542158)--Connection(1253356749)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CITY_TMP_CRIMINAL (City_ID BIGINT NOT NULL, criminals_ID BIGINT NOT NULL, PRIMARY KEY (City_ID, criminals_ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.63--ServerSession(1526542158)--Connection(138330288)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.63--Thread(Thread[main,5,main])--The table (TMP_CITY_TMP_CRIMINAL) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.63--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_COP_TMP_CRIMINAL (Cop_ID BIGINT NOT NULL, attachedCriminals_ID BIGINT NOT NULL, PRIMARY KEY (Cop_ID, attachedCriminals_ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.63--ServerSession(1526542158)--Connection(667714722)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.63--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.63--ServerSession(1526542158)--Connection(1219579466)--Thread(Thread[main,5,main])--CREATE TABLE TMP_COP_TMP_CRIMINAL (Cop_ID BIGINT NOT NULL, attachedCriminals_ID BIGINT NOT NULL, PRIMARY KEY (Cop_ID, attachedCriminals_ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.634--ServerSession(1526542158)--Connection(667714722)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.634--Thread(Thread[main,5,main])--The table (TMP_COP_TMP_CRIMINAL) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.634--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_COP_TMP_INFORMER (Cop_ID BIGINT NOT NULL, informers_ID BIGINT NOT NULL, PRIMARY KEY (Cop_ID, informers_ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.634--ServerSession(1526542158)--Connection(2015404445)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.634--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.634--ServerSession(1526542158)--Connection(975270861)--Thread(Thread[main,5,main])--CREATE TABLE TMP_COP_TMP_INFORMER (Cop_ID BIGINT NOT NULL, informers_ID BIGINT NOT NULL, PRIMARY KEY (Cop_ID, informers_ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.638--ServerSession(1526542158)--Connection(2015404445)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.638--Thread(Thread[main,5,main])--The table (TMP_COP_TMP_INFORMER) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.638--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_INFORMER_TMP_COP (Informer_ID BIGINT NOT NULL, informingCops_ID BIGINT NOT NULL, PRIMARY KEY (Informer_ID, informingCops_ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.638--ServerSession(1526542158)--Connection(933569224)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.638--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.638--ServerSession(1526542158)--Connection(111902954)--Thread(Thread[main,5,main])--CREATE TABLE TMP_INFORMER_TMP_COP (Informer_ID BIGINT NOT NULL, informingCops_ID BIGINT NOT NULL, PRIMARY KEY (Informer_ID, informingCops_ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.642--ServerSession(1526542158)--Connection(933569224)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.642--Thread(Thread[main,5,main])--The table (TMP_INFORMER_TMP_COP) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.642--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CRIMINAL_TMP_CRIMINAL (Criminal_ID BIGINT NOT NULL, parties_ID BIGINT NOT NULL, PRIMARY KEY (Criminal_ID, parties_ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.642--ServerSession(1526542158)--Connection(1061267371)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.642--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.642--ServerSession(1526542158)--Connection(1698159737)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CRIMINAL_TMP_CRIMINAL (Criminal_ID BIGINT NOT NULL, parties_ID BIGINT NOT NULL, PRIMARY KEY (Criminal_ID, parties_ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.646--ServerSession(1526542158)--Connection(1061267371)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.646--Thread(Thread[main,5,main])--The table (TMP_CRIMINAL_TMP_CRIMINAL) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.646--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP_CAVE_CREATURE (CAVE_ID INTEGER NOT NULL, CREATURE_ID INTEGER NOT NULL, PRIMARY KEY (CAVE_ID, CREATURE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:04.646--ServerSession(1526542158)--Connection(1233161537)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.646--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.646--ServerSession(1526542158)--Connection(302990364)--Thread(Thread[main,5,main])--CREATE TABLE TMP_CAVE_CREATURE (CAVE_ID INTEGER NOT NULL, CREATURE_ID INTEGER NOT NULL, PRIMARY KEY (CAVE_ID, CREATURE_ID)) [junit] [EL Finest]: 2022-09-10 04:19:04.649--ServerSession(1526542158)--Connection(1233161537)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.649--Thread(Thread[main,5,main])--The table (TMP_CAVE_CREATURE) is created. [junit] [EL Finest]: 2022-09-10 04:19:04.65--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP ADD CONSTRAINT UNQ_TMP_EMP_0 UNIQUE (ID, DEPARTMENT)") [junit] [EL Finest]: 2022-09-10 04:19:04.65--ServerSession(1526542158)--Connection(1651391256)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.65--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.65--ServerSession(1526542158)--Connection(170503405)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP ADD CONSTRAINT UNQ_TMP_EMP_0 UNIQUE (ID, DEPARTMENT) [junit] [EL Finest]: 2022-09-10 04:19:04.653--ServerSession(1526542158)--Connection(1651391256)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.654--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_METRIC ADD CONSTRAINT FK_TMP_METRIC_COMPONENT_ID FOREIGN KEY (COMPONENT_ID) REFERENCES TMP_COMPONENT (ID)") [junit] [EL Finest]: 2022-09-10 04:19:04.654--ServerSession(1526542158)--Connection(1731755706)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.654--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.654--ServerSession(1526542158)--Connection(548534388)--Thread(Thread[main,5,main])--ALTER TABLE TMP_METRIC ADD CONSTRAINT FK_TMP_METRIC_COMPONENT_ID FOREIGN KEY (COMPONENT_ID) REFERENCES TMP_COMPONENT (ID) [junit] [EL Finest]: 2022-09-10 04:19:04.663--ServerSession(1526542158)--Connection(1731755706)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.663--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CONTRACT_EMP ADD CONSTRAINT FK_TMP_CONTRACT_EMP_ID FOREIGN KEY (ID) REFERENCES TMP_ABSTR_EMP (ID)") [junit] [EL Finest]: 2022-09-10 04:19:04.663--ServerSession(1526542158)--Connection(1282277699)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.663--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.663--ServerSession(1526542158)--Connection(1664299746)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CONTRACT_EMP ADD CONSTRAINT FK_TMP_CONTRACT_EMP_ID FOREIGN KEY (ID) REFERENCES TMP_ABSTR_EMP (ID) [junit] [EL Finest]: 2022-09-10 04:19:04.672--ServerSession(1526542158)--Connection(1282277699)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.672--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_VEHICLE ADD CONSTRAINT FK_TMP_VEHICLE_EMPLOYEE_ID FOREIGN KEY (EMPLOYEE_ID) REFERENCES TMP_EMP (ID)") [junit] [EL Finest]: 2022-09-10 04:19:04.672--ServerSession(1526542158)--Connection(921232353)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.672--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.672--ServerSession(1526542158)--Connection(1278632956)--Thread(Thread[main,5,main])--ALTER TABLE TMP_VEHICLE ADD CONSTRAINT FK_TMP_VEHICLE_EMPLOYEE_ID FOREIGN KEY (EMPLOYEE_ID) REFERENCES TMP_EMP (ID) [junit] [EL Finest]: 2022-09-10 04:19:04.682--ServerSession(1526542158)--Connection(921232353)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.682--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_BROKER_ACC ADD CONSTRAINT FK_TMP_BROKER_ACC_ACC_NUMBER FOREIGN KEY (ACC_NUMBER) REFERENCES TMP_ACCOUNT (ACC_NUMBER)") [junit] [EL Finest]: 2022-09-10 04:19:04.682--ServerSession(1526542158)--Connection(456490418)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.682--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.682--ServerSession(1526542158)--Connection(1692652715)--Thread(Thread[main,5,main])--ALTER TABLE TMP_BROKER_ACC ADD CONSTRAINT FK_TMP_BROKER_ACC_ACC_NUMBER FOREIGN KEY (ACC_NUMBER) REFERENCES TMP_ACCOUNT (ACC_NUMBER) [junit] [EL Finest]: 2022-09-10 04:19:04.695--ServerSession(1526542158)--Connection(456490418)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.695--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CHECK_ACC ADD CONSTRAINT FK_TMP_CHECK_ACC_ACC_NUMBER FOREIGN KEY (ACC_NUMBER) REFERENCES TMP_ACCOUNT (ACC_NUMBER)") [junit] [EL Finest]: 2022-09-10 04:19:04.695--ServerSession(1526542158)--Connection(1408075340)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.696--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.696--ServerSession(1526542158)--Connection(693192214)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CHECK_ACC ADD CONSTRAINT FK_TMP_CHECK_ACC_ACC_NUMBER FOREIGN KEY (ACC_NUMBER) REFERENCES TMP_ACCOUNT (ACC_NUMBER) [junit] [EL Finest]: 2022-09-10 04:19:04.706--ServerSession(1526542158)--Connection(1408075340)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.706--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CHECK_ACC ADD CONSTRAINT FK_TMP_CHECK_ACC_CLIENT_ID FOREIGN KEY (CLIENT_ID) REFERENCES TMP_EMP (ID)") [junit] [EL Finest]: 2022-09-10 04:19:04.706--ServerSession(1526542158)--Connection(1226766604)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.706--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.706--ServerSession(1526542158)--Connection(1784440783)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CHECK_ACC ADD CONSTRAINT FK_TMP_CHECK_ACC_CLIENT_ID FOREIGN KEY (CLIENT_ID) REFERENCES TMP_EMP (ID) [junit] [EL Finest]: 2022-09-10 04:19:04.715--ServerSession(1526542158)--Connection(1226766604)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.715--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CREDIT_ACC ADD CONSTRAINT FK_TMP_CREDIT_ACC_CCA_ID FOREIGN KEY (CCA_ID) REFERENCES TMP_ACCOUNT (ACC_NUMBER)") [junit] [EL Finest]: 2022-09-10 04:19:04.715--ServerSession(1526542158)--Connection(415155691)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.715--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.715--ServerSession(1526542158)--Connection(290827052)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CREDIT_ACC ADD CONSTRAINT FK_TMP_CREDIT_ACC_CCA_ID FOREIGN KEY (CCA_ID) REFERENCES TMP_ACCOUNT (ACC_NUMBER) [junit] [EL Finest]: 2022-09-10 04:19:04.724--ServerSession(1526542158)--Connection(415155691)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.724--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_COSTCENTER FOREIGN KEY (COSTCENTER) REFERENCES TMP_COSTCENTER (ID)") [junit] [EL Finest]: 2022-09-10 04:19:04.724--ServerSession(1526542158)--Connection(330758189)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.724--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.725--ServerSession(1526542158)--Connection(788934076)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_COSTCENTER FOREIGN KEY (COSTCENTER) REFERENCES TMP_COSTCENTER (ID) [junit] [EL Finest]: 2022-09-10 04:19:04.734--ServerSession(1526542158)--Connection(330758189)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.735--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_DEPARTMENT FOREIGN KEY (DEPARTMENT) REFERENCES TMP_DEP (ID)") [junit] [EL Finest]: 2022-09-10 04:19:04.735--ServerSession(1526542158)--Connection(293193592)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.735--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.735--ServerSession(1526542158)--Connection(252470054)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_DEPARTMENT FOREIGN KEY (DEPARTMENT) REFERENCES TMP_DEP (ID) [junit] [EL Finest]: 2022-09-10 04:19:04.746--ServerSession(1526542158)--Connection(293193592)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.746--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_CUBICLE_PLACE FOREIGN KEY (CUBICLE_PLACE, CUBICLE_FLOOR) REFERENCES TMP_CUBICLE (PLACE, FLOOR)") [junit] [EL Finest]: 2022-09-10 04:19:04.746--ServerSession(1526542158)--Connection(1095752178)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.746--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.746--ServerSession(1526542158)--Connection(758552494)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_CUBICLE_PLACE FOREIGN KEY (CUBICLE_PLACE, CUBICLE_FLOOR) REFERENCES TMP_CUBICLE (PLACE, FLOOR) [junit] [EL Finest]: 2022-09-10 04:19:04.758--ServerSession(1526542158)--Connection(1095752178)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.758--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_SAMPLE_ACCOUNT FOREIGN KEY (SAMPLE_ACCOUNT) REFERENCES TMP_ACCOUNT (ACC_NUMBER)") [junit] [EL Finest]: 2022-09-10 04:19:04.758--ServerSession(1526542158)--Connection(528064332)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.758--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.758--ServerSession(1526542158)--Connection(107733226)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_SAMPLE_ACCOUNT FOREIGN KEY (SAMPLE_ACCOUNT) REFERENCES TMP_ACCOUNT (ACC_NUMBER) [junit] [EL Finest]: 2022-09-10 04:19:04.77--ServerSession(1526542158)--Connection(528064332)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.77--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_BROKERAGE_ACCOUNT FOREIGN KEY (BROKERAGE_ACCOUNT) REFERENCES TMP_ACCOUNT (ACC_NUMBER)") [junit] [EL Finest]: 2022-09-10 04:19:04.77--ServerSession(1526542158)--Connection(1263965978)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.77--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.771--ServerSession(1526542158)--Connection(308494890)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_BROKERAGE_ACCOUNT FOREIGN KEY (BROKERAGE_ACCOUNT) REFERENCES TMP_ACCOUNT (ACC_NUMBER) [junit] [EL Finest]: 2022-09-10 04:19:04.784--ServerSession(1526542158)--Connection(1263965978)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.784--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_PROFILE_GUID FOREIGN KEY (PROFILE_GUID) REFERENCES TMP_PROFILE (GUID)") [junit] [EL Finest]: 2022-09-10 04:19:04.784--ServerSession(1526542158)--Connection(1617488345)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.784--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.784--ServerSession(1526542158)--Connection(1746044396)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP ADD CONSTRAINT FK_TMP_EMP_PROFILE_GUID FOREIGN KEY (PROFILE_GUID) REFERENCES TMP_PROFILE (GUID) [junit] [EL Finest]: 2022-09-10 04:19:04.798--ServerSession(1526542158)--Connection(1617488345)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.798--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_REVIEW ADD CONSTRAINT FK_TMP_REVIEW_PATENT_NAME FOREIGN KEY (PATENT_NAME, PATENT_YEAR) REFERENCES TMP_PATENT (PAT_NAME, PAT_YEAR)") [junit] [EL Finest]: 2022-09-10 04:19:04.798--ServerSession(1526542158)--Connection(119236742)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.798--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.798--ServerSession(1526542158)--Connection(2077929580)--Thread(Thread[main,5,main])--ALTER TABLE TMP_REVIEW ADD CONSTRAINT FK_TMP_REVIEW_PATENT_NAME FOREIGN KEY (PATENT_NAME, PATENT_YEAR) REFERENCES TMP_PATENT (PAT_NAME, PAT_YEAR) [junit] [EL Finest]: 2022-09-10 04:19:04.807--ServerSession(1526542158)--Connection(119236742)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.807--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_REVIEW_DETAILS ADD CONSTRAINT FK_TMP_REVIEW_DETAILS_REVIEW_ID FOREIGN KEY (REVIEW_ID) REFERENCES TMP_REVIEW (ID)") [junit] [EL Finest]: 2022-09-10 04:19:04.807--ServerSession(1526542158)--Connection(1295675429)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.807--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.807--ServerSession(1526542158)--Connection(1666048062)--Thread(Thread[main,5,main])--ALTER TABLE TMP_REVIEW_DETAILS ADD CONSTRAINT FK_TMP_REVIEW_DETAILS_REVIEW_ID FOREIGN KEY (REVIEW_ID) REFERENCES TMP_REVIEW (ID) [junit] [EL Finest]: 2022-09-10 04:19:04.815--ServerSession(1526542158)--Connection(1295675429)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.815--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_PROJECT_DETAILS ADD CONSTRAINT FK_TMP_PROJECT_DETAILS_PROJECT_ID FOREIGN KEY (PROJECT_ID) REFERENCES TMP_PROJECT (ID)") [junit] [EL Finest]: 2022-09-10 04:19:04.815--ServerSession(1526542158)--Connection(415917546)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.815--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.816--ServerSession(1526542158)--Connection(336210653)--Thread(Thread[main,5,main])--ALTER TABLE TMP_PROJECT_DETAILS ADD CONSTRAINT FK_TMP_PROJECT_DETAILS_PROJECT_ID FOREIGN KEY (PROJECT_ID) REFERENCES TMP_PROJECT (ID) [junit] [EL Finest]: 2022-09-10 04:19:04.824--ServerSession(1526542158)--Connection(415917546)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.824--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_SAVE_ACC ADD CONSTRAINT FK_TMP_SAVE_ACC_ACC_NUMBER FOREIGN KEY (ACC_NUMBER) REFERENCES TMP_ACCOUNT (ACC_NUMBER)") [junit] [EL Finest]: 2022-09-10 04:19:04.824--ServerSession(1526542158)--Connection(1829831147)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.824--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.824--ServerSession(1526542158)--Connection(671650390)--Thread(Thread[main,5,main])--ALTER TABLE TMP_SAVE_ACC ADD CONSTRAINT FK_TMP_SAVE_ACC_ACC_NUMBER FOREIGN KEY (ACC_NUMBER) REFERENCES TMP_ACCOUNT (ACC_NUMBER) [junit] [EL Finest]: 2022-09-10 04:19:04.832--ServerSession(1526542158)--Connection(1829831147)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.832--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_TASK ADD CONSTRAINT FK_TMP_TASK_PROJ_ID FOREIGN KEY (PROJ_ID) REFERENCES TMP_PROJECT (ID)") [junit] [EL Finest]: 2022-09-10 04:19:04.832--ServerSession(1526542158)--Connection(194383899)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.832--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.832--ServerSession(1526542158)--Connection(1734387997)--Thread(Thread[main,5,main])--ALTER TABLE TMP_TASK ADD CONSTRAINT FK_TMP_TASK_PROJ_ID FOREIGN KEY (PROJ_ID) REFERENCES TMP_PROJECT (ID) [junit] [EL Finest]: 2022-09-10 04:19:04.841--ServerSession(1526542158)--Connection(194383899)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.841--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE BYTE_ITEM_ATT ADD CONSTRAINT FK_BYTE_ITEM_ATT_ITEM_ID FOREIGN KEY (ITEM_ID) REFERENCES BYTE_ITEM (ITEM_ID)") [junit] [EL Finest]: 2022-09-10 04:19:04.841--ServerSession(1526542158)--Connection(1178923988)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.841--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.841--ServerSession(1526542158)--Connection(604930624)--Thread(Thread[main,5,main])--ALTER TABLE BYTE_ITEM_ATT ADD CONSTRAINT FK_BYTE_ITEM_ATT_ITEM_ID FOREIGN KEY (ITEM_ID) REFERENCES BYTE_ITEM (ITEM_ID) [junit] [EL Finest]: 2022-09-10 04:19:04.85--ServerSession(1526542158)--Connection(1178923988)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.85--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COP ADD CONSTRAINT FK_TMP_COP_PARTNER_ID FOREIGN KEY (PARTNER_ID) REFERENCES TMP_COP (ID)") [junit] [EL Finest]: 2022-09-10 04:19:04.85--ServerSession(1526542158)--Connection(327192976)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.85--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.85--ServerSession(1526542158)--Connection(1129057570)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP ADD CONSTRAINT FK_TMP_COP_PARTNER_ID FOREIGN KEY (PARTNER_ID) REFERENCES TMP_COP (ID) [junit] [EL Finest]: 2022-09-10 04:19:04.859--ServerSession(1526542158)--Connection(327192976)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.859--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_PERSON ADD CONSTRAINT FK_TMP_PERSON_CITY FOREIGN KEY (CITY) REFERENCES TMP_CITY (ID)") [junit] [EL Finest]: 2022-09-10 04:19:04.859--ServerSession(1526542158)--Connection(543119166)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.859--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.859--ServerSession(1526542158)--Connection(64584458)--Thread(Thread[main,5,main])--ALTER TABLE TMP_PERSON ADD CONSTRAINT FK_TMP_PERSON_CITY FOREIGN KEY (CITY) REFERENCES TMP_CITY (ID) [junit] [EL Finest]: 2022-09-10 04:19:04.869--ServerSession(1526542158)--Connection(543119166)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.869--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CRIMINAL ADD CONSTRAINT FK_TMP_CRIMINAL_ATTACHEDCOP_ID FOREIGN KEY (ATTACHEDCOP_ID) REFERENCES TMP_COP (ID)") [junit] [EL Finest]: 2022-09-10 04:19:04.869--ServerSession(1526542158)--Connection(1863786744)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.869--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.869--ServerSession(1526542158)--Connection(668862267)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CRIMINAL ADD CONSTRAINT FK_TMP_CRIMINAL_ATTACHEDCOP_ID FOREIGN KEY (ATTACHEDCOP_ID) REFERENCES TMP_COP (ID) [junit] [EL Finest]: 2022-09-10 04:19:04.878--ServerSession(1526542158)--Connection(1863786744)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.878--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CREATURE ADD CONSTRAINT FK_TMP_CREATURE_WEAPON FOREIGN KEY (WEAPON) REFERENCES TMP_WEAPON (ID)") [junit] [EL Finest]: 2022-09-10 04:19:04.878--ServerSession(1526542158)--Connection(2123448049)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.878--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.878--ServerSession(1526542158)--Connection(690031047)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CREATURE ADD CONSTRAINT FK_TMP_CREATURE_WEAPON FOREIGN KEY (WEAPON) REFERENCES TMP_WEAPON (ID) [junit] [EL Finest]: 2022-09-10 04:19:04.887--ServerSession(1526542158)--Connection(2123448049)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.887--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CREATURE_DETAILS ADD CONSTRAINT FK_TMP_CREATURE_DETAILS_SECONDTABLE_ID FOREIGN KEY (SECONDTABLE_ID) REFERENCES TMP_CREATURE (ID)") [junit] [EL Finest]: 2022-09-10 04:19:04.887--ServerSession(1526542158)--Connection(1789462987)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.887--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.888--ServerSession(1526542158)--Connection(1273453160)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CREATURE_DETAILS ADD CONSTRAINT FK_TMP_CREATURE_DETAILS_SECONDTABLE_ID FOREIGN KEY (SECONDTABLE_ID) REFERENCES TMP_CREATURE (ID) [junit] [EL Finest]: 2022-09-10 04:19:04.896--ServerSession(1526542158)--Connection(1789462987)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.896--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_MYTHICALCREATURE ADD CONSTRAINT FK_TMP_MYTHICALCREATURE_ID FOREIGN KEY (ID) REFERENCES TMP_CREATURE (ID)") [junit] [EL Finest]: 2022-09-10 04:19:04.896--ServerSession(1526542158)--Connection(227170374)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.896--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.897--ServerSession(1526542158)--Connection(2093967237)--Thread(Thread[main,5,main])--ALTER TABLE TMP_MYTHICALCREATURE ADD CONSTRAINT FK_TMP_MYTHICALCREATURE_ID FOREIGN KEY (ID) REFERENCES TMP_CREATURE (ID) [junit] [EL Finest]: 2022-09-10 04:19:04.905--ServerSession(1526542158)--Connection(227170374)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.905--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CASC_NODE ADD CONSTRAINT FK_TMP_CASC_NODE_DESCRIPTION FOREIGN KEY (DESCRIPTION) REFERENCES TMP_CASC_NODE_DESC (ID)") [junit] [EL Finest]: 2022-09-10 04:19:04.905--ServerSession(1526542158)--Connection(1871645785)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.905--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.905--ServerSession(1526542158)--Connection(1761324386)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CASC_NODE ADD CONSTRAINT FK_TMP_CASC_NODE_DESCRIPTION FOREIGN KEY (DESCRIPTION) REFERENCES TMP_CASC_NODE_DESC (ID) [junit] [EL Finest]: 2022-09-10 04:19:04.915--ServerSession(1526542158)--Connection(1871645785)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.915--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CASC_NODE ADD CONSTRAINT FK_TMP_CASC_NODE_PARENT FOREIGN KEY (PARENT) REFERENCES TMP_CASC_NODE (ID)") [junit] [EL Finest]: 2022-09-10 04:19:04.915--ServerSession(1526542158)--Connection(434809611)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.915--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.916--ServerSession(1526542158)--Connection(751797737)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CASC_NODE ADD CONSTRAINT FK_TMP_CASC_NODE_PARENT FOREIGN KEY (PARENT) REFERENCES TMP_CASC_NODE (ID) [junit] [EL Finest]: 2022-09-10 04:19:04.926--ServerSession(1526542158)--Connection(434809611)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.926--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_NODE ADD CONSTRAINT FK_TMP_NODE_PARENT FOREIGN KEY (PARENT) REFERENCES TMP_NODE (ID)") [junit] [EL Finest]: 2022-09-10 04:19:04.926--ServerSession(1526542158)--Connection(1205603525)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.926--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.926--ServerSession(1526542158)--Connection(401357082)--Thread(Thread[main,5,main])--ALTER TABLE TMP_NODE ADD CONSTRAINT FK_TMP_NODE_PARENT FOREIGN KEY (PARENT) REFERENCES TMP_NODE (ID) [junit] [EL Finest]: 2022-09-10 04:19:04.935--ServerSession(1526542158)--Connection(1205603525)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.935--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_BICYCLE ADD CONSTRAINT FK_TMP_EMP_BICYCLE_BICYCLE_ID FOREIGN KEY (BICYCLE_ID) REFERENCES TMP_VEHICLE (ID)") [junit] [EL Finest]: 2022-09-10 04:19:04.935--ServerSession(1526542158)--Connection(1060161999)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.935--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.935--ServerSession(1526542158)--Connection(1231160282)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_BICYCLE ADD CONSTRAINT FK_TMP_EMP_BICYCLE_BICYCLE_ID FOREIGN KEY (BICYCLE_ID) REFERENCES TMP_VEHICLE (ID) [junit] [EL Finest]: 2022-09-10 04:19:04.943--ServerSession(1526542158)--Connection(1060161999)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.943--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_BICYCLE ADD CONSTRAINT FK_TMP_EMP_BICYCLE_EMPLOYEE_ID FOREIGN KEY (EMPLOYEE_ID) REFERENCES TMP_EMP (ID)") [junit] [EL Finest]: 2022-09-10 04:19:04.943--ServerSession(1526542158)--Connection(596142568)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.943--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.944--ServerSession(1526542158)--Connection(2058211984)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_BICYCLE ADD CONSTRAINT FK_TMP_EMP_BICYCLE_EMPLOYEE_ID FOREIGN KEY (EMPLOYEE_ID) REFERENCES TMP_EMP (ID) [junit] [EL Finest]: 2022-09-10 04:19:04.953--ServerSession(1526542158)--Connection(596142568)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.953--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COURSE_EMP ADD CONSTRAINT FK_TMP_COURSE_EMP_COURSE_ID FOREIGN KEY (COURSE_ID) REFERENCES TMP_COURSE (COURSE_ID)") [junit] [EL Finest]: 2022-09-10 04:19:04.953--ServerSession(1526542158)--Connection(471808336)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.953--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.953--ServerSession(1526542158)--Connection(145899793)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COURSE_EMP ADD CONSTRAINT FK_TMP_COURSE_EMP_COURSE_ID FOREIGN KEY (COURSE_ID) REFERENCES TMP_COURSE (COURSE_ID) [junit] [EL Finest]: 2022-09-10 04:19:04.961--ServerSession(1526542158)--Connection(471808336)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.961--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COURSE_EMP ADD CONSTRAINT FK_TMP_COURSE_EMP_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES TMP_EMP (ID)") [junit] [EL Finest]: 2022-09-10 04:19:04.962--ServerSession(1526542158)--Connection(1001248084)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.962--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.962--ServerSession(1526542158)--Connection(562930169)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COURSE_EMP ADD CONSTRAINT FK_TMP_COURSE_EMP_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES TMP_EMP (ID) [junit] [EL Finest]: 2022-09-10 04:19:04.97--ServerSession(1526542158)--Connection(1001248084)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.97--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_CREDIT ADD CONSTRAINT FK_TMP_EMP_CREDIT_CREDIT_ID FOREIGN KEY (CREDIT_ID) REFERENCES TMP_ACCOUNT (ACC_NUMBER)") [junit] [EL Finest]: 2022-09-10 04:19:04.97--ServerSession(1526542158)--Connection(1515507807)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.97--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.97--ServerSession(1526542158)--Connection(370815109)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_CREDIT ADD CONSTRAINT FK_TMP_EMP_CREDIT_CREDIT_ID FOREIGN KEY (CREDIT_ID) REFERENCES TMP_ACCOUNT (ACC_NUMBER) [junit] [EL Finest]: 2022-09-10 04:19:04.98--ServerSession(1526542158)--Connection(1515507807)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.98--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_CREDIT ADD CONSTRAINT FK_TMP_EMP_CREDIT_CLIENT_ID FOREIGN KEY (CLIENT_ID) REFERENCES TMP_EMP (ID)") [junit] [EL Finest]: 2022-09-10 04:19:04.98--ServerSession(1526542158)--Connection(932001997)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.98--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.98--ServerSession(1526542158)--Connection(1884600481)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_CREDIT ADD CONSTRAINT FK_TMP_EMP_CREDIT_CLIENT_ID FOREIGN KEY (CLIENT_ID) REFERENCES TMP_EMP (ID) [junit] [EL Finest]: 2022-09-10 04:19:04.989--ServerSession(1526542158)--Connection(932001997)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.989--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_HOBBY ADD CONSTRAINT FK_TMP_EMP_HOBBY_HOBBY_ID FOREIGN KEY (HOBBY_ID) REFERENCES TMP_HOBBY (ID)") [junit] [EL Finest]: 2022-09-10 04:19:04.989--ServerSession(1526542158)--Connection(384209857)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.989--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.989--ServerSession(1526542158)--Connection(1134735372)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_HOBBY ADD CONSTRAINT FK_TMP_EMP_HOBBY_HOBBY_ID FOREIGN KEY (HOBBY_ID) REFERENCES TMP_HOBBY (ID) [junit] [EL Finest]: 2022-09-10 04:19:04.998--ServerSession(1526542158)--Connection(384209857)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.998--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_HOBBY ADD CONSTRAINT FK_TMP_EMP_HOBBY_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES TMP_EMP (ID)") [junit] [EL Finest]: 2022-09-10 04:19:04.998--ServerSession(1526542158)--Connection(1942504156)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:04.998--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:04.998--ServerSession(1526542158)--Connection(624737913)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_HOBBY ADD CONSTRAINT FK_TMP_EMP_HOBBY_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES TMP_EMP (ID) [junit] [EL Finest]: 2022-09-10 04:19:05.007--ServerSession(1526542158)--Connection(1942504156)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.008--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_PATENT ADD CONSTRAINT FK_TMP_EMP_PATENT_PATENT_NAME FOREIGN KEY (PATENT_NAME, PATENT_YEAR) REFERENCES TMP_PATENT (PAT_NAME, PAT_YEAR)") [junit] [EL Finest]: 2022-09-10 04:19:05.008--ServerSession(1526542158)--Connection(729970717)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.008--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.008--ServerSession(1526542158)--Connection(1796064354)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PATENT ADD CONSTRAINT FK_TMP_EMP_PATENT_PATENT_NAME FOREIGN KEY (PATENT_NAME, PATENT_YEAR) REFERENCES TMP_PATENT (PAT_NAME, PAT_YEAR) [junit] [EL Finest]: 2022-09-10 04:19:05.017--ServerSession(1526542158)--Connection(729970717)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.017--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_PATENT ADD CONSTRAINT FK_TMP_EMP_PATENT_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES TMP_EMP (ID)") [junit] [EL Finest]: 2022-09-10 04:19:05.017--ServerSession(1526542158)--Connection(1226679038)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.017--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.017--ServerSession(1526542158)--Connection(1278624107)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PATENT ADD CONSTRAINT FK_TMP_EMP_PATENT_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES TMP_EMP (ID) [junit] [EL Finest]: 2022-09-10 04:19:05.026--ServerSession(1526542158)--Connection(1226679038)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.026--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_PROJECT ADD CONSTRAINT FK_TMP_EMP_PROJECT_PROJECT_ID FOREIGN KEY (PROJECT_ID) REFERENCES TMP_PROJECT (ID)") [junit] [EL Finest]: 2022-09-10 04:19:05.026--ServerSession(1526542158)--Connection(736370064)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.026--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.026--ServerSession(1526542158)--Connection(1437019294)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PROJECT ADD CONSTRAINT FK_TMP_EMP_PROJECT_PROJECT_ID FOREIGN KEY (PROJECT_ID) REFERENCES TMP_PROJECT (ID) [junit] [EL Finest]: 2022-09-10 04:19:05.035--ServerSession(1526542158)--Connection(736370064)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.035--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_PROJECT ADD CONSTRAINT FK_TMP_EMP_PROJECT_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES TMP_EMP (ID)") [junit] [EL Finest]: 2022-09-10 04:19:05.035--ServerSession(1526542158)--Connection(1754722089)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.035--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.035--ServerSession(1526542158)--Connection(79297913)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_PROJECT ADD CONSTRAINT FK_TMP_EMP_PROJECT_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES TMP_EMP (ID) [junit] [EL Finest]: 2022-09-10 04:19:05.044--ServerSession(1526542158)--Connection(1754722089)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.044--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_REVIEW ADD CONSTRAINT FK_TMP_EMP_REVIEW_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES TMP_EMP (ID)") [junit] [EL Finest]: 2022-09-10 04:19:05.044--ServerSession(1526542158)--Connection(248961407)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.044--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.045--ServerSession(1526542158)--Connection(1171242985)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_REVIEW ADD CONSTRAINT FK_TMP_EMP_REVIEW_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES TMP_EMP (ID) [junit] [EL Finest]: 2022-09-10 04:19:05.053--ServerSession(1526542158)--Connection(248961407)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.053--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_EMP_REVIEW ADD CONSTRAINT FK_TMP_EMP_REVIEW_REVIEW_ID FOREIGN KEY (REVIEW_ID) REFERENCES TMP_REVIEW (ID)") [junit] [EL Finest]: 2022-09-10 04:19:05.053--ServerSession(1526542158)--Connection(1311212526)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.053--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.053--ServerSession(1526542158)--Connection(1982815540)--Thread(Thread[main,5,main])--ALTER TABLE TMP_EMP_REVIEW ADD CONSTRAINT FK_TMP_EMP_REVIEW_REVIEW_ID FOREIGN KEY (REVIEW_ID) REFERENCES TMP_REVIEW (ID) [junit] [EL Finest]: 2022-09-10 04:19:05.062--ServerSession(1526542158)--Connection(1311212526)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.062--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_OFFICE_CUBICLE ADD CONSTRAINT FK_TMP_OFFICE_CUBICLE_CUBICLE_PLACE FOREIGN KEY (CUBICLE_PLACE, CUBICLE_FLOOR) REFERENCES TMP_CUBICLE (PLACE, FLOOR)") [junit] [EL Finest]: 2022-09-10 04:19:05.062--ServerSession(1526542158)--Connection(201159221)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.062--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.062--ServerSession(1526542158)--Connection(129452163)--Thread(Thread[main,5,main])--ALTER TABLE TMP_OFFICE_CUBICLE ADD CONSTRAINT FK_TMP_OFFICE_CUBICLE_CUBICLE_PLACE FOREIGN KEY (CUBICLE_PLACE, CUBICLE_FLOOR) REFERENCES TMP_CUBICLE (PLACE, FLOOR) [junit] [EL Finest]: 2022-09-10 04:19:05.072--ServerSession(1526542158)--Connection(201159221)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.072--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_OFFICE_CUBICLE ADD CONSTRAINT FK_TMP_OFFICE_CUBICLE_OFFICE_ID FOREIGN KEY (OFFICE_ID) REFERENCES TMP_OFFICE (ID)") [junit] [EL Finest]: 2022-09-10 04:19:05.072--ServerSession(1526542158)--Connection(1362865139)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.072--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.072--ServerSession(1526542158)--Connection(1827996167)--Thread(Thread[main,5,main])--ALTER TABLE TMP_OFFICE_CUBICLE ADD CONSTRAINT FK_TMP_OFFICE_CUBICLE_OFFICE_ID FOREIGN KEY (OFFICE_ID) REFERENCES TMP_OFFICE (ID) [junit] [EL Finest]: 2022-09-10 04:19:05.082--ServerSession(1526542158)--Connection(1362865139)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.082--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_VEHICLE_PROFILE ADD CONSTRAINT FK_TMP_VEHICLE_PROFILE_VEHICLE_ID FOREIGN KEY (VEHICLE_ID) REFERENCES TMP_VEHICLE (ID)") [junit] [EL Finest]: 2022-09-10 04:19:05.082--ServerSession(1526542158)--Connection(981442300)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.082--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.082--ServerSession(1526542158)--Connection(2120111758)--Thread(Thread[main,5,main])--ALTER TABLE TMP_VEHICLE_PROFILE ADD CONSTRAINT FK_TMP_VEHICLE_PROFILE_VEHICLE_ID FOREIGN KEY (VEHICLE_ID) REFERENCES TMP_VEHICLE (ID) [junit] [EL Finest]: 2022-09-10 04:19:05.091--ServerSession(1526542158)--Connection(981442300)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.091--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_VEHICLE_PROFILE ADD CONSTRAINT FK_TMP_VEHICLE_PROFILE_PROFILE_ID FOREIGN KEY (PROFILE_ID) REFERENCES TMP_PROFILE (GUID)") [junit] [EL Finest]: 2022-09-10 04:19:05.092--ServerSession(1526542158)--Connection(215451422)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.092--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.092--ServerSession(1526542158)--Connection(11618860)--Thread(Thread[main,5,main])--ALTER TABLE TMP_VEHICLE_PROFILE ADD CONSTRAINT FK_TMP_VEHICLE_PROFILE_PROFILE_ID FOREIGN KEY (PROFILE_ID) REFERENCES TMP_PROFILE (GUID) [junit] [EL Finest]: 2022-09-10 04:19:05.101--ServerSession(1526542158)--Connection(215451422)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.101--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_UCOFFICE_CUBICLE ADD CONSTRAINT FK_TMP_UCOFFICE_CUBICLE_CUBICLE_PLACE FOREIGN KEY (CUBICLE_PLACE, CUBICLE_FLOOR) REFERENCES TMP_CUBICLE (PLACE, FLOOR)") [junit] [EL Finest]: 2022-09-10 04:19:05.101--ServerSession(1526542158)--Connection(981235161)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.101--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.101--ServerSession(1526542158)--Connection(815179920)--Thread(Thread[main,5,main])--ALTER TABLE TMP_UCOFFICE_CUBICLE ADD CONSTRAINT FK_TMP_UCOFFICE_CUBICLE_CUBICLE_PLACE FOREIGN KEY (CUBICLE_PLACE, CUBICLE_FLOOR) REFERENCES TMP_CUBICLE (PLACE, FLOOR) [junit] [EL Finest]: 2022-09-10 04:19:05.11--ServerSession(1526542158)--Connection(981235161)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.11--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_UCOFFICE_CUBICLE ADD CONSTRAINT FK_TMP_UCOFFICE_CUBICLE_OFFICE_ID FOREIGN KEY (OFFICE_ID) REFERENCES TMP_UCOFFICE (ID)") [junit] [EL Finest]: 2022-09-10 04:19:05.11--ServerSession(1526542158)--Connection(440480434)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.11--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.11--ServerSession(1526542158)--Connection(529980226)--Thread(Thread[main,5,main])--ALTER TABLE TMP_UCOFFICE_CUBICLE ADD CONSTRAINT FK_TMP_UCOFFICE_CUBICLE_OFFICE_ID FOREIGN KEY (OFFICE_ID) REFERENCES TMP_UCOFFICE (ID) [junit] [EL Finest]: 2022-09-10 04:19:05.12--ServerSession(1526542158)--Connection(440480434)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.12--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CITY_TMP_COP ADD CONSTRAINT FK_TMP_CITY_TMP_COP_City_ID FOREIGN KEY (City_ID) REFERENCES TMP_CITY (ID)") [junit] [EL Finest]: 2022-09-10 04:19:05.12--ServerSession(1526542158)--Connection(294528175)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.12--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.12--ServerSession(1526542158)--Connection(954970391)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_COP ADD CONSTRAINT FK_TMP_CITY_TMP_COP_City_ID FOREIGN KEY (City_ID) REFERENCES TMP_CITY (ID) [junit] [EL Finest]: 2022-09-10 04:19:05.128--ServerSession(1526542158)--Connection(294528175)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.128--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CITY_TMP_COP ADD CONSTRAINT FK_TMP_CITY_TMP_COP_cops_ID FOREIGN KEY (cops_ID) REFERENCES TMP_COP (ID)") [junit] [EL Finest]: 2022-09-10 04:19:05.128--ServerSession(1526542158)--Connection(2142669310)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.128--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.128--ServerSession(1526542158)--Connection(439413782)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_COP ADD CONSTRAINT FK_TMP_CITY_TMP_COP_cops_ID FOREIGN KEY (cops_ID) REFERENCES TMP_COP (ID) [junit] [EL Finest]: 2022-09-10 04:19:05.138--ServerSession(1526542158)--Connection(2142669310)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.138--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CITY_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_CITY_TMP_CRIMINAL_criminals_ID FOREIGN KEY (criminals_ID) REFERENCES TMP_CRIMINAL (ID)") [junit] [EL Finest]: 2022-09-10 04:19:05.138--ServerSession(1526542158)--Connection(685685468)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.138--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.138--ServerSession(1526542158)--Connection(898868109)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_CITY_TMP_CRIMINAL_criminals_ID FOREIGN KEY (criminals_ID) REFERENCES TMP_CRIMINAL (ID) [junit] [EL Finest]: 2022-09-10 04:19:05.148--ServerSession(1526542158)--Connection(685685468)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.148--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CITY_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_CITY_TMP_CRIMINAL_City_ID FOREIGN KEY (City_ID) REFERENCES TMP_CITY (ID)") [junit] [EL Finest]: 2022-09-10 04:19:05.148--ServerSession(1526542158)--Connection(789082881)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.148--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.148--ServerSession(1526542158)--Connection(128918182)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CITY_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_CITY_TMP_CRIMINAL_City_ID FOREIGN KEY (City_ID) REFERENCES TMP_CITY (ID) [junit] [EL Finest]: 2022-09-10 04:19:05.158--ServerSession(1526542158)--Connection(789082881)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.158--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COP_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_COP_TMP_CRIMINAL_attachedCriminals_ID FOREIGN KEY (attachedCriminals_ID) REFERENCES TMP_CRIMINAL (ID)") [junit] [EL Finest]: 2022-09-10 04:19:05.158--ServerSession(1526542158)--Connection(324921659)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.158--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.158--ServerSession(1526542158)--Connection(1830376420)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_COP_TMP_CRIMINAL_attachedCriminals_ID FOREIGN KEY (attachedCriminals_ID) REFERENCES TMP_CRIMINAL (ID) [junit] [EL Finest]: 2022-09-10 04:19:05.168--ServerSession(1526542158)--Connection(324921659)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.168--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COP_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_COP_TMP_CRIMINAL_Cop_ID FOREIGN KEY (Cop_ID) REFERENCES TMP_COP (ID)") [junit] [EL Finest]: 2022-09-10 04:19:05.168--ServerSession(1526542158)--Connection(1301658970)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.168--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.168--ServerSession(1526542158)--Connection(1790202239)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_COP_TMP_CRIMINAL_Cop_ID FOREIGN KEY (Cop_ID) REFERENCES TMP_COP (ID) [junit] [EL Finest]: 2022-09-10 04:19:05.178--ServerSession(1526542158)--Connection(1301658970)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.178--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COP_TMP_INFORMER ADD CONSTRAINT FK_TMP_COP_TMP_INFORMER_Cop_ID FOREIGN KEY (Cop_ID) REFERENCES TMP_COP (ID)") [junit] [EL Finest]: 2022-09-10 04:19:05.178--ServerSession(1526542158)--Connection(649479501)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.178--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.178--ServerSession(1526542158)--Connection(1849804621)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_INFORMER ADD CONSTRAINT FK_TMP_COP_TMP_INFORMER_Cop_ID FOREIGN KEY (Cop_ID) REFERENCES TMP_COP (ID) [junit] [EL Finest]: 2022-09-10 04:19:05.186--ServerSession(1526542158)--Connection(649479501)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.186--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_COP_TMP_INFORMER ADD CONSTRAINT FK_TMP_COP_TMP_INFORMER_informers_ID FOREIGN KEY (informers_ID) REFERENCES TMP_INFORMER (ID)") [junit] [EL Finest]: 2022-09-10 04:19:05.186--ServerSession(1526542158)--Connection(1015233859)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.186--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.186--ServerSession(1526542158)--Connection(1553530417)--Thread(Thread[main,5,main])--ALTER TABLE TMP_COP_TMP_INFORMER ADD CONSTRAINT FK_TMP_COP_TMP_INFORMER_informers_ID FOREIGN KEY (informers_ID) REFERENCES TMP_INFORMER (ID) [junit] [EL Finest]: 2022-09-10 04:19:05.196--ServerSession(1526542158)--Connection(1015233859)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.196--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_INFORMER_TMP_COP ADD CONSTRAINT FK_TMP_INFORMER_TMP_COP_informingCops_ID FOREIGN KEY (informingCops_ID) REFERENCES TMP_COP (ID)") [junit] [EL Finest]: 2022-09-10 04:19:05.196--ServerSession(1526542158)--Connection(847224871)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.196--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.196--ServerSession(1526542158)--Connection(688765231)--Thread(Thread[main,5,main])--ALTER TABLE TMP_INFORMER_TMP_COP ADD CONSTRAINT FK_TMP_INFORMER_TMP_COP_informingCops_ID FOREIGN KEY (informingCops_ID) REFERENCES TMP_COP (ID) [junit] [EL Finest]: 2022-09-10 04:19:05.205--ServerSession(1526542158)--Connection(847224871)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.205--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_INFORMER_TMP_COP ADD CONSTRAINT FK_TMP_INFORMER_TMP_COP_Informer_ID FOREIGN KEY (Informer_ID) REFERENCES TMP_INFORMER (ID)") [junit] [EL Finest]: 2022-09-10 04:19:05.205--ServerSession(1526542158)--Connection(552783100)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.205--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.205--ServerSession(1526542158)--Connection(1685249292)--Thread(Thread[main,5,main])--ALTER TABLE TMP_INFORMER_TMP_COP ADD CONSTRAINT FK_TMP_INFORMER_TMP_COP_Informer_ID FOREIGN KEY (Informer_ID) REFERENCES TMP_INFORMER (ID) [junit] [EL Finest]: 2022-09-10 04:19:05.214--ServerSession(1526542158)--Connection(552783100)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.214--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CRIMINAL_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_CRIMINAL_TMP_CRIMINAL_parties_ID FOREIGN KEY (parties_ID) REFERENCES TMP_CRIMINAL (ID)") [junit] [EL Finest]: 2022-09-10 04:19:05.214--ServerSession(1526542158)--Connection(713544719)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.214--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.214--ServerSession(1526542158)--Connection(1483728622)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CRIMINAL_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_CRIMINAL_TMP_CRIMINAL_parties_ID FOREIGN KEY (parties_ID) REFERENCES TMP_CRIMINAL (ID) [junit] [EL Finest]: 2022-09-10 04:19:05.224--ServerSession(1526542158)--Connection(713544719)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.224--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CRIMINAL_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_CRIMINAL_TMP_CRIMINAL_Criminal_ID FOREIGN KEY (Criminal_ID) REFERENCES TMP_CRIMINAL (ID)") [junit] [EL Finest]: 2022-09-10 04:19:05.224--ServerSession(1526542158)--Connection(2047220136)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.224--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.224--ServerSession(1526542158)--Connection(1576654992)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CRIMINAL_TMP_CRIMINAL ADD CONSTRAINT FK_TMP_CRIMINAL_TMP_CRIMINAL_Criminal_ID FOREIGN KEY (Criminal_ID) REFERENCES TMP_CRIMINAL (ID) [junit] [EL Finest]: 2022-09-10 04:19:05.233--ServerSession(1526542158)--Connection(2047220136)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.233--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CAVE_CREATURE ADD CONSTRAINT FK_TMP_CAVE_CREATURE_CREATURE_ID FOREIGN KEY (CREATURE_ID) REFERENCES TMP_CREATURE (ID)") [junit] [EL Finest]: 2022-09-10 04:19:05.233--ServerSession(1526542158)--Connection(1664330755)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.233--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.233--ServerSession(1526542158)--Connection(1880999341)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CAVE_CREATURE ADD CONSTRAINT FK_TMP_CAVE_CREATURE_CREATURE_ID FOREIGN KEY (CREATURE_ID) REFERENCES TMP_CREATURE (ID) [junit] [EL Finest]: 2022-09-10 04:19:05.242--ServerSession(1526542158)--Connection(1664330755)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.242--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP_CAVE_CREATURE ADD CONSTRAINT FK_TMP_CAVE_CREATURE_CAVE_ID FOREIGN KEY (CAVE_ID) REFERENCES TMP_CAVE (ID)") [junit] [EL Finest]: 2022-09-10 04:19:05.242--ServerSession(1526542158)--Connection(20510103)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.242--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.242--ServerSession(1526542158)--Connection(529954992)--Thread(Thread[main,5,main])--ALTER TABLE TMP_CAVE_CREATURE ADD CONSTRAINT FK_TMP_CAVE_CREATURE_CAVE_ID FOREIGN KEY (CAVE_ID) REFERENCES TMP_CAVE (ID) [junit] [EL Finest]: 2022-09-10 04:19:05.252--ServerSession(1526542158)--Connection(20510103)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.253--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_STRING_GEN WHERE BEAN_NAME = 'StringIdGenerator'") [junit] [EL Finest]: 2022-09-10 04:19:05.253--ServerSession(1526542158)--Connection(1482423621)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.253--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.254--ServerSession(1526542158)--Connection(1099583487)--Thread(Thread[main,5,main])--DELETE FROM TMP_STRING_GEN WHERE BEAN_NAME = 'StringIdGenerator' [junit] [EL Finest]: 2022-09-10 04:19:05.254--ServerSession(1526542158)--Connection(1482423621)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.254--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM TMP_STRING_GEN WHERE BEAN_NAME = 'StringIdGenerator'") [junit] [EL Finest]: 2022-09-10 04:19:05.254--ServerSession(1526542158)--Connection(1928973631)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.254--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.255--ServerSession(1526542158)--Connection(1629454632)--Thread(Thread[main,5,main])--SELECT * FROM TMP_STRING_GEN WHERE BEAN_NAME = 'StringIdGenerator' [junit] [EL Finest]: 2022-09-10 04:19:05.255--ServerSession(1526542158)--Connection(1928973631)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.255--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO TMP_STRING_GEN(BEAN_NAME, MAX_ID) values ('StringIdGenerator', 0)") [junit] [EL Finest]: 2022-09-10 04:19:05.255--ServerSession(1526542158)--Connection(190939851)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.255--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.255--ServerSession(1526542158)--Connection(384455758)--Thread(Thread[main,5,main])--INSERT INTO TMP_STRING_GEN(BEAN_NAME, MAX_ID) values ('StringIdGenerator', 0) [junit] [EL Finest]: 2022-09-10 04:19:05.256--ServerSession(1526542158)--Connection(190939851)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.257--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'") [junit] [EL Finest]: 2022-09-10 04:19:05.257--ServerSession(1526542158)--Connection(572857286)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.257--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.257--ServerSession(1526542158)--Connection(109437848)--Thread(Thread[main,5,main])--DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Finest]: 2022-09-10 04:19:05.257--ServerSession(1526542158)--Connection(572857286)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.257--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'") [junit] [EL Finest]: 2022-09-10 04:19:05.257--ServerSession(1526542158)--Connection(235912917)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.257--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.258--ServerSession(1526542158)--Connection(666830255)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Finest]: 2022-09-10 04:19:05.258--ServerSession(1526542158)--Connection(235912917)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.258--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_GEN', 0)") [junit] [EL Finest]: 2022-09-10 04:19:05.258--ServerSession(1526542158)--Connection(119454766)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.258--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.258--ServerSession(1526542158)--Connection(1481851679)--Thread(Thread[main,5,main])--INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_GEN', 0) [junit] [EL Finest]: 2022-09-10 04:19:05.259--ServerSession(1526542158)--Connection(119454766)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.259--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_COURSE_GEN WHERE BEAN_NAME = 'CourseGenerator'") [junit] [EL Finest]: 2022-09-10 04:19:05.259--ServerSession(1526542158)--Connection(2111193036)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.259--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.259--ServerSession(1526542158)--Connection(1001409363)--Thread(Thread[main,5,main])--DELETE FROM TMP_COURSE_GEN WHERE BEAN_NAME = 'CourseGenerator' [junit] [EL Finest]: 2022-09-10 04:19:05.26--ServerSession(1526542158)--Connection(2111193036)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.26--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM TMP_COURSE_GEN WHERE BEAN_NAME = 'CourseGenerator'") [junit] [EL Finest]: 2022-09-10 04:19:05.26--ServerSession(1526542158)--Connection(1821378111)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.26--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.26--ServerSession(1526542158)--Connection(1438851629)--Thread(Thread[main,5,main])--SELECT * FROM TMP_COURSE_GEN WHERE BEAN_NAME = 'CourseGenerator' [junit] [EL Finest]: 2022-09-10 04:19:05.261--ServerSession(1526542158)--Connection(1821378111)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.261--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO TMP_COURSE_GEN(BEAN_NAME, MAX_ID) values ('CourseGenerator', 0)") [junit] [EL Finest]: 2022-09-10 04:19:05.261--ServerSession(1526542158)--Connection(721215918)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.261--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.261--ServerSession(1526542158)--Connection(1717726358)--Thread(Thread[main,5,main])--INSERT INTO TMP_COURSE_GEN(BEAN_NAME, MAX_ID) values ('CourseGenerator', 0) [junit] [EL Finest]: 2022-09-10 04:19:05.261--ServerSession(1526542158)--Connection(721215918)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.262--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM DIS_SEQ_DIS WHERE GEN_KEY = 'Component'") [junit] [EL Finest]: 2022-09-10 04:19:05.262--ServerSession(1526542158)--Connection(142786918)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.262--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.262--ServerSession(1526542158)--Connection(1741906426)--Thread(Thread[main,5,main])--DELETE FROM DIS_SEQ_DIS WHERE GEN_KEY = 'Component' [junit] [EL Finest]: 2022-09-10 04:19:05.263--ServerSession(1526542158)--Connection(142786918)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.263--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM DIS_SEQ_DIS WHERE GEN_KEY = 'Component'") [junit] [EL Finest]: 2022-09-10 04:19:05.263--ServerSession(1526542158)--Connection(1474773075)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.263--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.263--ServerSession(1526542158)--Connection(726083556)--Thread(Thread[main,5,main])--SELECT * FROM DIS_SEQ_DIS WHERE GEN_KEY = 'Component' [junit] [EL Finest]: 2022-09-10 04:19:05.263--ServerSession(1526542158)--Connection(1474773075)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.263--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO DIS_SEQ_DIS(GEN_KEY, GEN_VAL) values ('Component', 0)") [junit] [EL Finest]: 2022-09-10 04:19:05.263--ServerSession(1526542158)--Connection(833138875)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.263--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.264--ServerSession(1526542158)--Connection(599968109)--Thread(Thread[main,5,main])--INSERT INTO DIS_SEQ_DIS(GEN_KEY, GEN_VAL) values ('Component', 0) [junit] [EL Finest]: 2022-09-10 04:19:05.264--ServerSession(1526542158)--Connection(833138875)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.265--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator'") [junit] [EL Finest]: 2022-09-10 04:19:05.265--ServerSession(1526542158)--Connection(369376441)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.265--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.265--ServerSession(1526542158)--Connection(2058274062)--Thread(Thread[main,5,main])--DELETE FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator' [junit] [EL Finest]: 2022-09-10 04:19:05.266--ServerSession(1526542158)--Connection(369376441)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.266--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator'") [junit] [EL Finest]: 2022-09-10 04:19:05.266--ServerSession(1526542158)--Connection(1944507509)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.266--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.266--ServerSession(1526542158)--Connection(2137848242)--Thread(Thread[main,5,main])--SELECT * FROM TMP_GENERATOR WHERE BEAN_NAME = 'IdGenerator' [junit] [EL Finest]: 2022-09-10 04:19:05.266--ServerSession(1526542158)--Connection(1944507509)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.266--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO TMP_GENERATOR(BEAN_NAME, MAX_ID) values ('IdGenerator', 0)") [junit] [EL Finest]: 2022-09-10 04:19:05.266--ServerSession(1526542158)--Connection(15347514)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.266--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.266--ServerSession(1526542158)--Connection(416540668)--Thread(Thread[main,5,main])--INSERT INTO TMP_GENERATOR(BEAN_NAME, MAX_ID) values ('IdGenerator', 0) [junit] [EL Finest]: 2022-09-10 04:19:05.267--ServerSession(1526542158)--Connection(15347514)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.267--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = 'VehicleGenerator'") [junit] [EL Finest]: 2022-09-10 04:19:05.267--ServerSession(1526542158)--Connection(1926913806)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.267--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.268--ServerSession(1526542158)--Connection(49288974)--Thread(Thread[main,5,main])--DELETE FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = 'VehicleGenerator' [junit] [EL Finest]: 2022-09-10 04:19:05.268--ServerSession(1526542158)--Connection(1926913806)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.268--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataReadQuery(sql="SELECT * FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = 'VehicleGenerator'") [junit] [EL Finest]: 2022-09-10 04:19:05.268--ServerSession(1526542158)--Connection(1622160793)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.268--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.268--ServerSession(1526542158)--Connection(1652164326)--Thread(Thread[main,5,main])--SELECT * FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = 'VehicleGenerator' [junit] [EL Finest]: 2022-09-10 04:19:05.269--ServerSession(1526542158)--Connection(1622160793)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.269--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="INSERT INTO TMP_VEHICLE_GEN(BEAN_NAME, MAX_ID) values ('VehicleGenerator', 0)") [junit] [EL Finest]: 2022-09-10 04:19:05.269--ServerSession(1526542158)--Connection(629747683)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.269--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.269--ServerSession(1526542158)--Connection(393629826)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE_GEN(BEAN_NAME, MAX_ID) values ('VehicleGenerator', 0) [junit] [EL Finest]: 2022-09-10 04:19:05.27--ServerSession(1526542158)--Connection(629747683)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:05.272--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Component_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.272--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.Metric_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.272--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.272--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.AbstractEmployee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.272--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.abstr.ContractEmployee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.273--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Account_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.273--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.273--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.273--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.274--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.274--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.274--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.274--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.274--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.274--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.275--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.275--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Hobby_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.275--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.275--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MountainBike_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.275--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.276--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Office_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.276--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.276--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.276--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.276--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.277--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.RoadBike_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.277--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.277--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.277--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.277--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.278--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.278--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.278--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.278--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntity_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.278--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.ReadOnlyEntitySubclass_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.279--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.279--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.279--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddedPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.279--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmbeddingPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.279--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Byte_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.279--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Item_Attribute_Byte_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.28--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.island.Island_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.28--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.City_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.28--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Cop_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.28--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Person_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.28--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Tesla_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.281--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Informer_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.281--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.jpql.Criminal_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.281--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Cave_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.281--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Creature_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.281--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.MythicalCreature_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.282--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.myst.Weapon_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.282--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNode_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.282--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.CascadingNodeDescription_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.282--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.node.Node_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.282--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Nasty_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.282--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.timestamp.Timestamp_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.283--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.283--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.283--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.283--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Animal_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.283--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Element_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.284--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.fancy.Plant_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.284--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentId_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.284--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.Trailer$PK_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.284--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.EmploymentPeriod_] not found during initialization. [junit] [EL Finer]: 2022-09-10 04:19:05.284--ServerSession(1526542158)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa1.employee.BankAccount_] not found during initialization. [junit] [EL Finest]: 2022-09-10 04:19:05.284--ServerSession(1526542158)--Thread(Thread[main,5,main])--End deploying Persistence Unit jpa1testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa1-model.jar_jpa1testmodel_nonJtaDataSource=245475541; state Deployed; factoryCount 1 [junit] [EL Finer]: 2022-09-10 04:19:05.285--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 193946880 [junit] [EL Finer]: 2022-09-10 04:19:05.285--ClientSession(193946880)--Thread(Thread[main,5,main])--acquire unit of work: 1486260019 [junit] [EL Finest]: 2022-09-10 04:19:05.285--UnitOfWork(1486260019)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@32. [junit] [EL Finer]: 2022-09-10 04:19:05.285--UnitOfWork(1486260019)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:05.286--UnitOfWork(1486260019)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@32) [junit] [EL Finest]: 2022-09-10 04:19:05.286--ServerSession(1526542158)--Connection(2024314110)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:05.286--ClientSession(193946880)--Connection(2024314110)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:05.286--ClientSession(193946880)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.287--ClientSession(193946880)--Connection(342571975)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] bind => [50, 2005-12-07, 1, 1, Review] [junit] [EL Fine]: 2022-09-10 04:19:05.288--ClientSession(193946880)--Connection(342571975)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] bind => [0, 50] [junit] [EL Finer]: 2022-09-10 04:19:05.289--ClientSession(193946880)--Connection(342571975)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:05.29--ServerSession(1526542158)--Connection(2024314110)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:05.29--UnitOfWork(1486260019)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:05.29--UnitOfWork(1486260019)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:05.29--UnitOfWork(1486260019)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:05.29--ClientSession(193946880)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:05.29--UnitOfWork(1486260019)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:05.29--ClientSession(193946880)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:05.29--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1709507495 [junit] [EL Finer]: 2022-09-10 04:19:05.29--ClientSession(1709507495)--Thread(Thread[main,5,main])--acquire unit of work: 1555770141 [junit] [EL Finest]: 2022-09-10 04:19:05.291--UnitOfWork(1555770141)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readReview" referenceClass=Review sql="SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID))") [junit] [EL Finest]: 2022-09-10 04:19:05.292--ServerSession(1526542158)--Connection(1803792695)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.292--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.292--ServerSession(1526542158)--Connection(1083745968)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID)) [junit] bind => [50] [junit] [EL Finest]: 2022-09-10 04:19:05.293--ServerSession(1526542158)--Connection(1803792695)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:05.293--UnitOfWork(1555770141)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:05.293--UnitOfWork(1555770141)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:05.293--UnitOfWork(1555770141)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:05.293--UnitOfWork(1555770141)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:05.293--ClientSession(1709507495)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:05.293--UnitOfWork(1555770141)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:05.293--ClientSession(1709507495)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:05.322--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 969379065 [junit] [EL Finer]: 2022-09-10 04:19:05.322--ClientSession(969379065)--Thread(Thread[main,5,main])--acquire unit of work: 966342180 [junit] [EL Finest]: 2022-09-10 04:19:05.322--UnitOfWork(966342180)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1e. [junit] [EL Finer]: 2022-09-10 04:19:05.322--UnitOfWork(966342180)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:05.322--UnitOfWork(966342180)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1e) [junit] [EL Finest]: 2022-09-10 04:19:05.323--ServerSession(1526542158)--Connection(1761264984)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:05.323--ClientSession(969379065)--Connection(1761264984)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:05.323--ClientSession(969379065)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.323--ClientSession(969379065)--Connection(404944501)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] bind => [30, 2005-12-07, one, 1, Review] [junit] [EL Fine]: 2022-09-10 04:19:05.324--ClientSession(969379065)--Connection(404944501)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] bind => [0, 30] [junit] [EL Finer]: 2022-09-10 04:19:05.324--ClientSession(969379065)--Connection(404944501)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:05.324--ServerSession(1526542158)--Connection(1761264984)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:05.324--UnitOfWork(966342180)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:05.325--UnitOfWork(966342180)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:05.325--UnitOfWork(966342180)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:05.325--ClientSession(969379065)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:05.325--UnitOfWork(966342180)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:05.325--ClientSession(969379065)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:05.325--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1691458989 [junit] [EL Finer]: 2022-09-10 04:19:05.325--ClientSession(1691458989)--Thread(Thread[main,5,main])--acquire unit of work: 1243329878 [junit] [EL Finest]: 2022-09-10 04:19:05.325--UnitOfWork(1243329878)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readReview" referenceClass=Review sql="SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID))") [junit] [EL Finest]: 2022-09-10 04:19:05.325--ServerSession(1526542158)--Connection(754836900)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.325--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.325--ServerSession(1526542158)--Connection(865803316)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID)) [junit] bind => [30] [junit] [EL Finest]: 2022-09-10 04:19:05.326--ServerSession(1526542158)--Connection(754836900)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:05.326--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1684776894 [junit] [EL Finer]: 2022-09-10 04:19:05.326--ClientSession(1684776894)--Thread(Thread[main,5,main])--acquire unit of work: 1092175623 [junit] [EL Finest]: 2022-09-10 04:19:05.326--UnitOfWork(1092175623)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readReview" referenceClass=Review sql="SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID))") [junit] [EL Finest]: 2022-09-10 04:19:05.326--ServerSession(1526542158)--Connection(1184273237)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.326--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.326--ServerSession(1526542158)--Connection(448155494)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID)) [junit] bind => [30] [junit] [EL Finest]: 2022-09-10 04:19:05.327--ServerSession(1526542158)--Connection(1184273237)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:05.327--UnitOfWork(1092175623)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:05.327--UnitOfWork(1092175623)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1e) [junit] [EL Finest]: 2022-09-10 04:19:05.327--ServerSession(1526542158)--Connection(8283468)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:05.327--ClientSession(1684776894)--Connection(8283468)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:05.327--ClientSession(1684776894)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.327--ClientSession(1684776894)--Connection(1913589666)--Thread(Thread[main,5,main])--UPDATE TMP_REVIEW SET REVIEWDATE = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [2005-12-23, 2, 30, 1] [junit] [EL Finer]: 2022-09-10 04:19:05.328--ClientSession(1684776894)--Connection(1913589666)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:05.328--ServerSession(1526542158)--Connection(8283468)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:05.329--UnitOfWork(1092175623)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:05.329--UnitOfWork(1092175623)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:05.329--UnitOfWork(1092175623)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:05.329--ClientSession(1684776894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:05.329--UnitOfWork(1092175623)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:05.329--ClientSession(1684776894)--Thread(Thread[main,5,main])--client released [junit] [EL Finest]: 2022-09-10 04:19:05.329--UnitOfWork(1243329878)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1e [junit] [EL Finer]: 2022-09-10 04:19:05.329--UnitOfWork(1243329878)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:05.329--UnitOfWork(1243329878)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Review ) [junit] [EL Finest]: 2022-09-10 04:19:05.329--UnitOfWork(1243329878)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1e) [junit] [EL Finest]: 2022-09-10 04:19:05.329--ServerSession(1526542158)--Connection(1346247897)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:05.329--ClientSession(1691458989)--Connection(1346247897)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:05.329--ClientSession(1691458989)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.33--ClientSession(1691458989)--Connection(548752238)--Thread(Thread[main,5,main])--DELETE FROM TMP_REVIEW_DETAILS WHERE (REVIEW_ID = ?) [junit] bind => [30] [junit] [EL Fine]: 2022-09-10 04:19:05.33--ClientSession(1691458989)--Connection(548752238)--Thread(Thread[main,5,main])--DELETE FROM TMP_REVIEW WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [30, 1] [junit] [EL Finer]: 2022-09-10 04:19:05.33--ClientSession(1691458989)--Connection(548752238)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2022-09-10 04:19:05.331--ServerSession(1526542158)--Connection(1346247897)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Warning]: 2022-09-10 04:19:05.331--UnitOfWork(1243329878)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-5011] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: One or more objects cannot be updated because it has changed or been deleted since it was last read [junit] at org.eclipse.persistence.exceptions.OptimisticLockException.batchStatementExecutionFailure(OptimisticLockException.java:86) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatch(ParameterizedSQLBatchWritingMechanism.java:152) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatchedStatements(ParameterizedSQLBatchWritingMechanism.java:134) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.writesCompleted(DatabaseAccessor.java:1845) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.writesCompleted(AbstractSession.java:4316) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.writesCompleted(UnitOfWorkImpl.java:5649) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.acquireWriteLocks(UnitOfWorkImpl.java:1659) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitTransactionAfterWriteChanges(UnitOfWorkImpl.java:1627) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:285) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1182) [junit] at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:134) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransaction(AbstractBaseTest.java:131) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransactionAndClear(AbstractBaseTest.java:137) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.lock.TestOptimistic.testOptimisticLockExceptionUpdateDelete(TestOptimistic.java:156) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.lang.reflect.Method.invoke(Method.java:498) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:178) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:38) [junit] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:50) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:38) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1014) [junit] [junit] [EL Finer]: 2022-09-10 04:19:05.332--UnitOfWork(1243329878)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:05.332--ClientSession(1691458989)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:05.345--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 297469525 [junit] [EL Finer]: 2022-09-10 04:19:05.345--ClientSession(297469525)--Thread(Thread[main,5,main])--acquire unit of work: 925762016 [junit] [EL Finest]: 2022-09-10 04:19:05.345--UnitOfWork(925762016)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@28. [junit] [EL Finer]: 2022-09-10 04:19:05.345--UnitOfWork(925762016)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:05.345--UnitOfWork(925762016)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@28) [junit] [EL Finest]: 2022-09-10 04:19:05.345--ServerSession(1526542158)--Connection(1329003565)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:05.346--ClientSession(297469525)--Connection(1329003565)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:05.346--ClientSession(297469525)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.346--ClientSession(297469525)--Connection(147903786)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] bind => [40, 2005-12-07, one, 1, Review] [junit] [EL Fine]: 2022-09-10 04:19:05.346--ClientSession(297469525)--Connection(147903786)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] bind => [0, 40] [junit] [EL Finer]: 2022-09-10 04:19:05.347--ClientSession(297469525)--Connection(147903786)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:05.347--ServerSession(1526542158)--Connection(1329003565)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:05.347--UnitOfWork(925762016)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:05.347--UnitOfWork(925762016)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:05.347--UnitOfWork(925762016)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:05.347--ClientSession(297469525)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:05.347--UnitOfWork(925762016)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:05.347--ClientSession(297469525)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:05.347--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1746419481 [junit] [EL Finer]: 2022-09-10 04:19:05.347--ClientSession(1746419481)--Thread(Thread[main,5,main])--acquire unit of work: 1022070303 [junit] [EL Finest]: 2022-09-10 04:19:05.347--UnitOfWork(1022070303)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readReview" referenceClass=Review sql="SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID))") [junit] [EL Finest]: 2022-09-10 04:19:05.347--ServerSession(1526542158)--Connection(1789389347)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.347--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.348--ServerSession(1526542158)--Connection(222243673)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID)) [junit] bind => [40] [junit] [EL Finest]: 2022-09-10 04:19:05.348--ServerSession(1526542158)--Connection(1789389347)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:05.348--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1707039800 [junit] [EL Finer]: 2022-09-10 04:19:05.348--ClientSession(1707039800)--Thread(Thread[main,5,main])--acquire unit of work: 1882485538 [junit] [EL Finest]: 2022-09-10 04:19:05.348--UnitOfWork(1882485538)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readReview" referenceClass=Review sql="SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID))") [junit] [EL Finest]: 2022-09-10 04:19:05.348--ServerSession(1526542158)--Connection(1513368495)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.348--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.349--ServerSession(1526542158)--Connection(1035516862)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID)) [junit] bind => [40] [junit] [EL Finest]: 2022-09-10 04:19:05.349--ServerSession(1526542158)--Connection(1513368495)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.349--UnitOfWork(1882485538)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@28 [junit] [EL Finer]: 2022-09-10 04:19:05.349--UnitOfWork(1882485538)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:05.349--UnitOfWork(1882485538)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Review ) [junit] [EL Finest]: 2022-09-10 04:19:05.349--UnitOfWork(1882485538)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@28) [junit] [EL Finest]: 2022-09-10 04:19:05.349--ServerSession(1526542158)--Connection(460172066)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:05.349--ClientSession(1707039800)--Connection(460172066)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:05.349--ClientSession(1707039800)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.35--ClientSession(1707039800)--Connection(1468212816)--Thread(Thread[main,5,main])--DELETE FROM TMP_REVIEW_DETAILS WHERE (REVIEW_ID = ?) [junit] bind => [40] [junit] [EL Fine]: 2022-09-10 04:19:05.35--ClientSession(1707039800)--Connection(1468212816)--Thread(Thread[main,5,main])--DELETE FROM TMP_REVIEW WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [40, 1] [junit] [EL Finer]: 2022-09-10 04:19:05.35--ClientSession(1707039800)--Connection(1468212816)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:05.351--ServerSession(1526542158)--Connection(460172066)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:05.351--UnitOfWork(1882485538)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:05.351--UnitOfWork(1882485538)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:05.351--UnitOfWork(1882485538)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:05.351--ClientSession(1707039800)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:05.351--UnitOfWork(1882485538)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:05.351--ClientSession(1707039800)--Thread(Thread[main,5,main])--client released [junit] [EL Finest]: 2022-09-10 04:19:05.351--UnitOfWork(1022070303)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@28 [junit] [EL Finer]: 2022-09-10 04:19:05.351--UnitOfWork(1022070303)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:05.351--UnitOfWork(1022070303)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Review ) [junit] [EL Finest]: 2022-09-10 04:19:05.351--UnitOfWork(1022070303)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@28) [junit] [EL Finest]: 2022-09-10 04:19:05.351--ServerSession(1526542158)--Connection(1166654566)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:05.351--ClientSession(1746419481)--Connection(1166654566)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:05.351--ClientSession(1746419481)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.351--ClientSession(1746419481)--Connection(1931267580)--Thread(Thread[main,5,main])--DELETE FROM TMP_REVIEW_DETAILS WHERE (REVIEW_ID = ?) [junit] bind => [40] [junit] [EL Warning]: 2022-09-10 04:19:05.352--UnitOfWork(1022070303)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-5011] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: One or more objects cannot be updated because it has changed or been deleted since it was last read [junit] at org.eclipse.persistence.exceptions.OptimisticLockException.batchStatementExecutionFailure(OptimisticLockException.java:86) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatch(ParameterizedSQLBatchWritingMechanism.java:152) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatchedStatements(ParameterizedSQLBatchWritingMechanism.java:134) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.appendCall(ParameterizedSQLBatchWritingMechanism.java:82) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:605) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:560) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2062) [junit] at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:309) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.deleteObject(DatasourceCallQueryMechanism.java:222) [junit] at org.eclipse.persistence.internal.queries.StatementQueryMechanism.deleteObject(StatementQueryMechanism.java:104) [junit] at org.eclipse.persistence.queries.DeleteObjectQuery.executeDatabaseQuery(DeleteObjectQuery.java:218) [junit] at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:911) [junit] at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:810) [junit] at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:108) [junit] at org.eclipse.persistence.queries.DeleteObjectQuery.executeInUnitOfWorkObjectLevelModifyQuery(DeleteObjectQuery.java:119) [junit] at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:85) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2922) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1863) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1796) [junit] at org.eclipse.persistence.internal.sessions.CommitManager.deleteAllObjects(CommitManager.java:342) [junit] at org.eclipse.persistence.internal.sessions.CommitManager.deleteAllObjects(CommitManager.java:291) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1457) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1544) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:278) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1182) [junit] at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:134) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransaction(AbstractBaseTest.java:131) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransactionAndClear(AbstractBaseTest.java:137) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.lock.TestOptimistic.testOptimisticLockExceptionDeleteDelete(TestOptimistic.java:193) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.lang.reflect.Method.invoke(Method.java:498) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:178) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:38) [junit] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:50) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:38) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1014) [junit] [junit] [EL Finer]: 2022-09-10 04:19:05.353--ClientSession(1746419481)--Connection(1931267580)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2022-09-10 04:19:05.353--ServerSession(1526542158)--Connection(1166654566)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:05.353--UnitOfWork(1022070303)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:05.353--ClientSession(1746419481)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:05.367--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1500277822 [junit] [EL Finer]: 2022-09-10 04:19:05.367--ClientSession(1500277822)--Thread(Thread[main,5,main])--acquire unit of work: 1411151959 [junit] [EL Finest]: 2022-09-10 04:19:05.367--UnitOfWork(1411151959)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@46. [junit] [EL Finer]: 2022-09-10 04:19:05.367--UnitOfWork(1411151959)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:05.367--UnitOfWork(1411151959)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@46) [junit] [EL Finest]: 2022-09-10 04:19:05.367--ServerSession(1526542158)--Connection(1978145762)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:05.367--ClientSession(1500277822)--Connection(1978145762)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:05.367--ClientSession(1500277822)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.368--ClientSession(1500277822)--Connection(1107364808)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] bind => [70, 2005-12-07, 1, 1, Review] [junit] [EL Fine]: 2022-09-10 04:19:05.368--ClientSession(1500277822)--Connection(1107364808)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] bind => [0, 70] [junit] [EL Finer]: 2022-09-10 04:19:05.368--ClientSession(1500277822)--Connection(1107364808)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:05.369--ServerSession(1526542158)--Connection(1978145762)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:05.369--UnitOfWork(1411151959)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:05.369--UnitOfWork(1411151959)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:05.369--UnitOfWork(1411151959)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:05.369--ClientSession(1500277822)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:05.369--UnitOfWork(1411151959)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:05.369--ClientSession(1500277822)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:05.369--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1808800526 [junit] [EL Finer]: 2022-09-10 04:19:05.369--ClientSession(1808800526)--Thread(Thread[main,5,main])--acquire unit of work: 587433505 [junit] [EL Finest]: 2022-09-10 04:19:05.369--UnitOfWork(587433505)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@46 [junit] [EL Finest]: 2022-09-10 04:19:05.369--UnitOfWork(587433505)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Review ) [junit] [EL Finest]: 2022-09-10 04:19:05.369--ServerSession(1526542158)--Connection(1341303853)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.369--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.37--ServerSession(1526542158)--Connection(1099311666)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID)) [junit] bind => [70] [junit] [EL Finest]: 2022-09-10 04:19:05.37--ServerSession(1526542158)--Connection(1341303853)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:05.37--UnitOfWork(587433505)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:05.371--UnitOfWork(587433505)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@46) [junit] [EL Finest]: 2022-09-10 04:19:05.371--ServerSession(1526542158)--Connection(1830202083)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:05.371--ClientSession(1808800526)--Connection(1830202083)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:05.371--ClientSession(1808800526)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.371--ClientSession(1808800526)--Connection(798741932)--Thread(Thread[main,5,main])--UPDATE TMP_REVIEW SET VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [8, 70, 7] [junit] [EL Finer]: 2022-09-10 04:19:05.372--ClientSession(1808800526)--Connection(798741932)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2022-09-10 04:19:05.372--ServerSession(1526542158)--Connection(1830202083)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Warning]: 2022-09-10 04:19:05.372--UnitOfWork(587433505)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-5011] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.OptimisticLockException [junit] Exception Description: One or more objects cannot be updated because it has changed or been deleted since it was last read [junit] at org.eclipse.persistence.exceptions.OptimisticLockException.batchStatementExecutionFailure(OptimisticLockException.java:86) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatch(ParameterizedSQLBatchWritingMechanism.java:152) [junit] at org.eclipse.persistence.internal.databaseaccess.ParameterizedSQLBatchWritingMechanism.executeBatchedStatements(ParameterizedSQLBatchWritingMechanism.java:134) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.writesCompleted(DatabaseAccessor.java:1845) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.writesCompleted(AbstractSession.java:4316) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.writesCompleted(UnitOfWorkImpl.java:5649) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.acquireWriteLocks(UnitOfWorkImpl.java:1659) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitTransactionAfterWriteChanges(UnitOfWorkImpl.java:1627) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:285) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1182) [junit] at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:134) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransaction(AbstractBaseTest.java:131) [junit] at org.eclipse.persistence.testing.framework.wdf.AbstractBaseTest$ResourceLocalEnvironment.commitTransactionAndClear(AbstractBaseTest.java:137) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.lock.TestOptimistic.testIllegalVersionAccessManaged(TestOptimistic.java:264) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.lang.reflect.Method.invoke(Method.java:498) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:178) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:38) [junit] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:50) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:38) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1014) [junit] [junit] [EL Finer]: 2022-09-10 04:19:05.372--UnitOfWork(587433505)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:05.372--ClientSession(1808800526)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:05.386--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 246658263 [junit] [EL Finer]: 2022-09-10 04:19:05.386--ClientSession(246658263)--Thread(Thread[main,5,main])--acquire unit of work: 491446654 [junit] [EL Finest]: 2022-09-10 04:19:05.386--UnitOfWork(491446654)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@5a. [junit] [EL Finer]: 2022-09-10 04:19:05.386--UnitOfWork(491446654)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:05.386--UnitOfWork(491446654)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@5a) [junit] [EL Finest]: 2022-09-10 04:19:05.386--ServerSession(1526542158)--Connection(2090659067)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:05.386--ClientSession(246658263)--Connection(2090659067)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:05.386--ClientSession(246658263)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.386--ClientSession(246658263)--Connection(915907335)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] bind => [90, 2005-12-07, a, 1, Review] [junit] [EL Fine]: 2022-09-10 04:19:05.387--ClientSession(246658263)--Connection(915907335)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] bind => [0, 90] [junit] [EL Finer]: 2022-09-10 04:19:05.387--ClientSession(246658263)--Connection(915907335)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:05.388--ServerSession(1526542158)--Connection(2090659067)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:05.388--UnitOfWork(491446654)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:05.388--UnitOfWork(491446654)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:05.388--UnitOfWork(491446654)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:05.388--ClientSession(246658263)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:05.388--UnitOfWork(491446654)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:05.388--ClientSession(246658263)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:05.388--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1046794082 [junit] [EL Finer]: 2022-09-10 04:19:05.388--ClientSession(1046794082)--Thread(Thread[main,5,main])--acquire unit of work: 2003369902 [junit] [EL Finest]: 2022-09-10 04:19:05.388--UnitOfWork(2003369902)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@5a [junit] [EL Finest]: 2022-09-10 04:19:05.388--UnitOfWork(2003369902)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Review ) [junit] [EL Finest]: 2022-09-10 04:19:05.388--ServerSession(1526542158)--Connection(1552312402)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.388--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.388--ServerSession(1526542158)--Connection(1149346687)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID)) [junit] bind => [90] [junit] [EL Finest]: 2022-09-10 04:19:05.389--ServerSession(1526542158)--Connection(1552312402)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:05.389--UnitOfWork(2003369902)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:05.389--ClientSession(1046794082)--Thread(Thread[main,5,main])--client released [junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 2.941 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.mapping.MappingTest [junit] [EL Finer]: 2022-09-10 04:19:05.436--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1844673732 [junit] [EL Finer]: 2022-09-10 04:19:05.436--ClientSession(1844673732)--Thread(Thread[main,5,main])--acquire unit of work: 2067546399 [junit] [EL Finest]: 2022-09-10 04:19:05.436--UnitOfWork(2067546399)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e990e301. [junit] [EL Finest]: 2022-09-10 04:19:05.436--ServerSession(1526542158)--Connection(1927390025)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:05.436--ClientSession(1844673732)--Connection(1927390025)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:05.436--ClientSession(1844673732)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:05.437--ClientSession(1844673732)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="IdGenerator" sql="UPDATE TMP_GENERATOR SET MAX_ID = MAX_ID + #PREALLOC_SIZE WHERE BEAN_NAME = #BEAN_NAME") [junit] [EL Finest]: 2022-09-10 04:19:05.437--ClientSession(1844673732)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="IdGenerator" sql="SELECT MAX_ID FROM TMP_GENERATOR WHERE BEAN_NAME = #BEAN_NAME") [junit] [EL Fine]: 2022-09-10 04:19:05.437--ClientSession(1844673732)--Connection(67298445)--Thread(Thread[main,5,main])--UPDATE TMP_GENERATOR SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, IdGenerator] [junit] [EL Fine]: 2022-09-10 04:19:05.438--ClientSession(1844673732)--Connection(67298445)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_GENERATOR WHERE BEAN_NAME = ? [junit] bind => [IdGenerator] [junit] [EL Finest]: 2022-09-10 04:19:05.438--ClientSession(1844673732)--Connection(67298445)--Thread(Thread[main,5,main])--local sequencing preallocation for IdGenerator: objects: 50 , first: 1, last: 50 [junit] [EL Finer]: 2022-09-10 04:19:05.438--ClientSession(1844673732)--Connection(67298445)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:05.439--ServerSession(1526542158)--Connection(67298445)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2022-09-10 04:19:05.439--ServerSession(1526542158)--Connection(1927390025)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:19:05.439--UnitOfWork(2067546399)--Thread(Thread[main,5,main])--assign sequence to the object (1 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e990e301) [junit] [EL Finer]: 2022-09-10 04:19:05.44--UnitOfWork(2067546399)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:05.44--UnitOfWork(2067546399)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task@489f5b24. [junit] [EL Finest]: 2022-09-10 04:19:05.44--UnitOfWork(2067546399)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e990e301) [junit] [EL Finest]: 2022-09-10 04:19:05.44--ServerSession(1526542158)--Connection(580341434)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:05.44--ClientSession(1844673732)--Connection(580341434)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:05.441--ClientSession(1844673732)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:05.441--UnitOfWork(2067546399)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task@489f5b24) [junit] [EL Fine]: 2022-09-10 04:19:05.441--ClientSession(1844673732)--Connection(1117278497)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] bind => [1, photo album] [junit] [EL Fine]: 2022-09-10 04:19:05.442--ClientSession(1844673732)--Connection(1117278497)--Thread(Thread[main,5,main])--INSERT INTO TMP_TASK (TASK_ID, DESCRIPTION, PROJ_ID) VALUES (?, ?, ?) [junit] bind => [1, null, 1] [junit] [EL Fine]: 2022-09-10 04:19:05.443--ClientSession(1844673732)--Connection(1117278497)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] bind => [1, 0, 1] [junit] [EL Finer]: 2022-09-10 04:19:05.444--ClientSession(1844673732)--Connection(1117278497)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:05.444--ServerSession(1526542158)--Connection(580341434)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:05.445--UnitOfWork(2067546399)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:05.445--UnitOfWork(2067546399)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:05.445--UnitOfWork(2067546399)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:05.445--ClientSession(1844673732)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:05.445--UnitOfWork(2067546399)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:05.445--ClientSession(1844673732)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:05.445--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 205180323 [junit] [EL Finer]: 2022-09-10 04:19:05.445--ClientSession(205180323)--Thread(Thread[main,5,main])--acquire unit of work: 2038455607 [junit] [EL Finest]: 2022-09-10 04:19:05.445--UnitOfWork(2038455607)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readProject" referenceClass=Project sql="SELECT t0.ID, t1.PROJECT_ID, t0.PROJ_NAME, t1.PLANNED_DAYS, t1.USED_DAYS FROM TMP_PROJECT t0, TMP_PROJECT_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.PROJECT_ID = t0.ID))") [junit] [EL Finest]: 2022-09-10 04:19:05.445--UnitOfWork(2038455607)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e990e301 [junit] [EL Finest]: 2022-09-10 04:19:05.446--UnitOfWork(2038455607)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="tasks" referenceClass=Task ) [junit] [EL Finest]: 2022-09-10 04:19:05.446--ServerSession(1526542158)--Connection(584393428)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.446--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.446--ServerSession(1526542158)--Connection(1678353124)--Thread(Thread[main,5,main])--SELECT TASK_ID, DESCRIPTION, PROJ_ID FROM TMP_TASK WHERE (PROJ_ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:05.447--ServerSession(1526542158)--Connection(584393428)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.447--UnitOfWork(2038455607)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="project" referenceClass=Project ) [junit] [EL Finest]: 2022-09-10 04:19:05.448--UnitOfWork(2038455607)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task@5eea8854 [junit] [EL Finer]: 2022-09-10 04:19:05.448--UnitOfWork(2038455607)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:05.448--UnitOfWork(2038455607)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Task@5eea8854) [junit] [EL Finest]: 2022-09-10 04:19:05.448--ServerSession(1526542158)--Connection(1360125491)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:05.448--ClientSession(205180323)--Connection(1360125491)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:05.448--ClientSession(205180323)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.449--ClientSession(205180323)--Connection(1530086509)--Thread(Thread[main,5,main])--UPDATE TMP_TASK SET DESCRIPTION = ? WHERE ((PROJ_ID = ?) AND (TASK_ID = ?)) [junit] bind => [collect pictures, 1, 1] [junit] [EL Finer]: 2022-09-10 04:19:05.449--ClientSession(205180323)--Connection(1530086509)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:05.45--ServerSession(1526542158)--Connection(1360125491)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:05.45--UnitOfWork(2038455607)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:05.45--UnitOfWork(2038455607)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:05.45--UnitOfWork(2038455607)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:05.45--ClientSession(205180323)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:05.45--UnitOfWork(2038455607)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:05.45--ClientSession(205180323)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:05.45--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1324627443 [junit] [EL Finer]: 2022-09-10 04:19:05.45--ClientSession(1324627443)--Thread(Thread[main,5,main])--acquire unit of work: 254087276 [junit] [EL Finest]: 2022-09-10 04:19:05.451--UnitOfWork(254087276)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readTask" referenceClass=Task sql="SELECT TASK_ID, DESCRIPTION, PROJ_ID FROM TMP_TASK WHERE ((PROJ_ID = ?) AND (TASK_ID = ?))") [junit] [EL Finest]: 2022-09-10 04:19:05.451--ServerSession(1526542158)--Connection(1691216293)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.451--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.451--ServerSession(1526542158)--Connection(1593520729)--Thread(Thread[main,5,main])--SELECT TASK_ID, DESCRIPTION, PROJ_ID FROM TMP_TASK WHERE ((PROJ_ID = ?) AND (TASK_ID = ?)) [junit] bind => [1, 1] [junit] [EL Finest]: 2022-09-10 04:19:05.452--ServerSession(1526542158)--Connection(1691216293)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.452--UnitOfWork(254087276)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="project" referenceClass=Project ) [junit] [EL Finest]: 2022-09-10 04:19:05.452--UnitOfWork(254087276)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e990e301 [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.mapping.TestSecondaryTable [junit] [EL Finer]: 2022-09-10 04:19:05.475--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1897989813 [junit] [EL Finer]: 2022-09-10 04:19:05.475--ClientSession(1897989813)--Thread(Thread[main,5,main])--acquire unit of work: 1552603831 [junit] [EL Finest]: 2022-09-10 04:19:05.475--UnitOfWork(1552603831)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7. [junit] [EL Finest]: 2022-09-10 04:19:05.475--UnitOfWork(1552603831)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e1. [junit] [EL Finest]: 2022-09-10 04:19:05.475--UnitOfWork(1552603831)--Thread(Thread[main,5,main])--assign sequence to the object (2 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e1) [junit] [EL Finest]: 2022-09-10 04:19:05.476--UnitOfWork(1552603831)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e2. [junit] [EL Finest]: 2022-09-10 04:19:05.476--UnitOfWork(1552603831)--Thread(Thread[main,5,main])--assign sequence to the object (3 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e2) [junit] [EL Finest]: 2022-09-10 04:19:05.476--UnitOfWork(1552603831)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@50564f77. [junit] [EL Finer]: 2022-09-10 04:19:05.476--UnitOfWork(1552603831)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:05.476--UnitOfWork(1552603831)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7) [junit] [EL Finest]: 2022-09-10 04:19:05.476--ServerSession(1526542158)--Connection(1054779878)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:05.476--ClientSession(1897989813)--Connection(1054779878)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:05.476--ClientSession(1897989813)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:05.477--UnitOfWork(1552603831)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@50564f77) [junit] [EL Fine]: 2022-09-10 04:19:05.477--ClientSession(1897989813)--Connection(1977025352)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [7, dep7, 1] [junit] [EL Finest]: 2022-09-10 04:19:05.478--UnitOfWork(1552603831)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e1) [junit] [EL Fine]: 2022-09-10 04:19:05.478--ClientSession(1897989813)--Connection(1977025352)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [13, Horst, Bullerjahn, null, null, null, null, 7, null, null, null, null, null] [junit] [EL Finest]: 2022-09-10 04:19:05.478--UnitOfWork(1552603831)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e2) [junit] [EL Finer]: 2022-09-10 04:19:05.478--ClientSession(1897989813)--Connection(1977025352)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:05.478--ClientSession(1897989813)--Connection(1977025352)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:05.478--ClientSession(1897989813)--Connection(1977025352)--Thread(Thread[main,5,main])-- bind => [2, P1] [junit] [EL Fine]: 2022-09-10 04:19:05.478--ClientSession(1897989813)--Connection(1977025352)--Thread(Thread[main,5,main])-- bind => [3, P2] [junit] [EL Finer]: 2022-09-10 04:19:05.478--ClientSession(1897989813)--Connection(1977025352)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:05.479--ClientSession(1897989813)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" ) [junit] [EL Finer]: 2022-09-10 04:19:05.479--ClientSession(1897989813)--Connection(1977025352)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:05.479--ClientSession(1897989813)--Connection(1977025352)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:05.479--ClientSession(1897989813)--Connection(1977025352)--Thread(Thread[main,5,main])-- bind => [17, 18, 2] [junit] [EL Fine]: 2022-09-10 04:19:05.479--ClientSession(1897989813)--Connection(1977025352)--Thread(Thread[main,5,main])-- bind => [27, 28, 3] [junit] [EL Finer]: 2022-09-10 04:19:05.479--ClientSession(1897989813)--Connection(1977025352)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:05.48--ClientSession(1897989813)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:05.48--ClientSession(1897989813)--Connection(1977025352)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:05.48--ClientSession(1897989813)--Connection(1977025352)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:05.48--ClientSession(1897989813)--Connection(1977025352)--Thread(Thread[main,5,main])-- bind => [2, 13] [junit] [EL Fine]: 2022-09-10 04:19:05.48--ClientSession(1897989813)--Connection(1977025352)--Thread(Thread[main,5,main])-- bind => [3, 13] [junit] [EL Finer]: 2022-09-10 04:19:05.48--ClientSession(1897989813)--Connection(1977025352)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:05.481--ClientSession(1897989813)--Connection(1977025352)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:05.482--ServerSession(1526542158)--Connection(1054779878)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:05.482--UnitOfWork(1552603831)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:05.482--UnitOfWork(1552603831)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2022-09-10 04:19:05.483--UnitOfWork(1552603831)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@50564f77 [junit] [EL Finer]: 2022-09-10 04:19:05.483--UnitOfWork(1552603831)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:05.483--ClientSession(1897989813)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:05.5--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1573403323 [junit] [EL Finer]: 2022-09-10 04:19:05.5--ClientSession(1573403323)--Thread(Thread[main,5,main])--acquire unit of work: 579300074 [junit] [EL Finest]: 2022-09-10 04:19:05.5--UnitOfWork(579300074)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@4c394853. [junit] [EL Finest]: 2022-09-10 04:19:05.5--UnitOfWork(579300074)--Thread(Thread[main,5,main])--assign sequence to the object (4 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@4c394853) [junit] [EL Finer]: 2022-09-10 04:19:05.5--UnitOfWork(579300074)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:05.5--UnitOfWork(579300074)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@4c394853) [junit] [EL Finest]: 2022-09-10 04:19:05.5--ServerSession(1526542158)--Connection(1390362678)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:05.5--ClientSession(1573403323)--Connection(1390362678)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:05.5--ClientSession(1573403323)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.501--ClientSession(1573403323)--Connection(1268166845)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] bind => [4, trallala] [junit] [EL Fine]: 2022-09-10 04:19:05.501--ClientSession(1573403323)--Connection(1268166845)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] bind => [7, 8, 4] [junit] [EL Finer]: 2022-09-10 04:19:05.502--ClientSession(1573403323)--Connection(1268166845)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:05.502--ServerSession(1526542158)--Connection(1390362678)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:05.503--UnitOfWork(579300074)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:05.503--UnitOfWork(579300074)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2022-09-10 04:19:05.503--UnitOfWork(579300074)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@4c394853 [junit] [EL Finer]: 2022-09-10 04:19:05.503--UnitOfWork(579300074)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:05.503--UnitOfWork(579300074)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@4c394853) [junit] [EL Finest]: 2022-09-10 04:19:05.503--ServerSession(1526542158)--Connection(1439293458)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:05.503--ClientSession(1573403323)--Connection(1439293458)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:05.503--ClientSession(1573403323)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.504--ClientSession(1573403323)--Connection(1227054732)--Thread(Thread[main,5,main])--UPDATE TMP_PROJECT_DETAILS SET PLANNED_DAYS = ?, USED_DAYS = ? WHERE (PROJECT_ID = ?) [junit] bind => [17, 18, 4] [junit] [EL Finer]: 2022-09-10 04:19:05.504--ClientSession(1573403323)--Connection(1227054732)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:05.505--ServerSession(1526542158)--Connection(1439293458)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:05.505--UnitOfWork(579300074)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:05.505--UnitOfWork(579300074)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2022-09-10 04:19:05.505--UnitOfWork(579300074)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@4c394853 [junit] [EL Finest]: 2022-09-10 04:19:05.505--UnitOfWork(579300074)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@4c394853 [junit] [EL Finer]: 2022-09-10 04:19:05.505--UnitOfWork(579300074)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:05.505--UnitOfWork(579300074)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Project ) [junit] [EL Finest]: 2022-09-10 04:19:05.506--UnitOfWork(579300074)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="employees" ) [junit] [EL Finest]: 2022-09-10 04:19:05.506--ServerSession(1526542158)--Connection(1896985362)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:05.506--ClientSession(1573403323)--Connection(1896985362)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:05.506--ClientSession(1573403323)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:05.506--UnitOfWork(579300074)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@4c394853) [junit] [EL Fine]: 2022-09-10 04:19:05.506--ClientSession(1573403323)--Connection(1892843520)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT WHERE (PROJECT_ID = ?) [junit] bind => [4] [junit] [EL Fine]: 2022-09-10 04:19:05.507--ClientSession(1573403323)--Connection(1892843520)--Thread(Thread[main,5,main])--DELETE FROM TMP_PROJECT_DETAILS WHERE (PROJECT_ID = ?) [junit] bind => [4] [junit] [EL Fine]: 2022-09-10 04:19:05.507--ClientSession(1573403323)--Connection(1892843520)--Thread(Thread[main,5,main])--DELETE FROM TMP_PROJECT WHERE (ID = ?) [junit] bind => [4] [junit] [EL Finer]: 2022-09-10 04:19:05.509--ClientSession(1573403323)--Connection(1892843520)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:05.509--ServerSession(1526542158)--Connection(1896985362)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:05.509--UnitOfWork(579300074)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:05.509--UnitOfWork(579300074)--Thread(Thread[main,5,main])--resume unit of work [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.052 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestAggregates [junit] [EL Finer]: 2022-09-10 04:19:05.548--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1944389077 [junit] [EL Finer]: 2022-09-10 04:19:05.548--ClientSession(1944389077)--Thread(Thread[main,5,main])--acquire unit of work: 508358885 [junit] [EL Finest]: 2022-09-10 04:19:05.548--UnitOfWork(508358885)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Employee sql="SELECT FIRSTNAME, AVG(SALARY) FROM TMP_EMP GROUP BY FIRSTNAME HAVING (AVG(SALARY) > ?)") [junit] [EL Finest]: 2022-09-10 04:19:05.548--ServerSession(1526542158)--Connection(2030626462)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.548--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.548--ServerSession(1526542158)--Connection(311532411)--Thread(Thread[main,5,main])--SELECT FIRSTNAME, AVG(SALARY) FROM TMP_EMP GROUP BY FIRSTNAME HAVING (AVG(SALARY) > ?) [junit] bind => [2000] [junit] [EL Finest]: 2022-09-10 04:19:05.549--ServerSession(1526542158)--Connection(2030626462)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.08 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestArguments [junit] [EL Finer]: 2022-09-10 04:19:05.674--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1576502737 [junit] [EL Finer]: 2022-09-10 04:19:05.674--ClientSession(1576502737)--Thread(Thread[main,5,main])--acquire unit of work: 1826902085 [junit] [EL Finest]: 2022-09-10 04:19:05.674--UnitOfWork(1826902085)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (DEPARTMENT = ?)") [junit] [EL Finest]: 2022-09-10 04:19:05.674--ServerSession(1526542158)--Connection(732470450)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.675--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.675--ServerSession(1526542158)--Connection(1242586395)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (DEPARTMENT = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:05.675--ServerSession(1526542158)--Connection(732470450)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:05.903--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 439050023 [junit] [EL Finer]: 2022-09-10 04:19:05.903--ClientSession(439050023)--Thread(Thread[main,5,main])--acquire unit of work: 981181288 [junit] [EL Finest]: 2022-09-10 04:19:05.903--UnitOfWork(981181288)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:05.904--UnitOfWork(981181288)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finest]: 2022-09-10 04:19:05.904--UnitOfWork(981181288)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@9e5e75. [junit] [EL Finest]: 2022-09-10 04:19:05.904--UnitOfWork(981181288)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6799cded. [junit] [EL Finest]: 2022-09-10 04:19:05.904--UnitOfWork(981181288)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@38f20b58. [junit] [EL Finer]: 2022-09-10 04:19:05.904--UnitOfWork(981181288)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:05.904--UnitOfWork(981181288)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2022-09-10 04:19:05.904--ServerSession(1526542158)--Connection(1657956384)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:05.904--ClientSession(439050023)--Connection(1657956384)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:05.904--ClientSession(439050023)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:05.905--UnitOfWork(981181288)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2022-09-10 04:19:05.905--UnitOfWork(981181288)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@9e5e75) [junit] [EL Finer]: 2022-09-10 04:19:05.905--ClientSession(439050023)--Connection(586367383)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:05.905--ClientSession(439050023)--Connection(586367383)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:05.905--ClientSession(439050023)--Connection(586367383)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2022-09-10 04:19:05.905--ClientSession(439050023)--Connection(586367383)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2022-09-10 04:19:05.905--ClientSession(439050023)--Connection(586367383)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:05.906--UnitOfWork(981181288)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6799cded) [junit] [EL Fine]: 2022-09-10 04:19:05.906--ClientSession(439050023)--Connection(586367383)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, green] [junit] [EL Finest]: 2022-09-10 04:19:05.907--UnitOfWork(981181288)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@38f20b58) [junit] [EL Finer]: 2022-09-10 04:19:05.907--ClientSession(439050023)--Connection(586367383)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:05.907--ClientSession(439050023)--Connection(586367383)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:05.907--ClientSession(439050023)--Connection(586367383)--Thread(Thread[main,5,main])-- bind => [1, Knut, Maier, null, null, null, null, 10, null, 1, 2, null, null] [junit] [EL Fine]: 2022-09-10 04:19:05.907--ClientSession(439050023)--Connection(586367383)--Thread(Thread[main,5,main])-- bind => [2, Fred, Schmidt, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:05.907--ClientSession(439050023)--Connection(586367383)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:05.908--ClientSession(439050023)--Connection(586367383)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:05.909--ServerSession(1526542158)--Connection(1657956384)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:05.909--UnitOfWork(981181288)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:05.91--UnitOfWork(981181288)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:05.91--UnitOfWork(981181288)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:05.91--ClientSession(439050023)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:05.91--UnitOfWork(981181288)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:05.91--ClientSession(439050023)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:05.91--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 298396066 [junit] [EL Finer]: 2022-09-10 04:19:05.91--ClientSession(298396066)--Thread(Thread[main,5,main])--acquire unit of work: 872991067 [junit] [EL Finest]: 2022-09-10 04:19:05.91--UnitOfWork(872991067)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCubicle" referenceClass=Cubicle sql="SELECT PLACE, FLOOR, COLOR FROM TMP_CUBICLE WHERE ((PLACE = ?) AND (FLOOR = ?))") [junit] [EL Finest]: 2022-09-10 04:19:05.91--UnitOfWork(872991067)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@315f5ffb [junit] [EL Finest]: 2022-09-10 04:19:05.911--UnitOfWork(872991067)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7d40f584 [junit] [EL Finest]: 2022-09-10 04:19:05.911--UnitOfWork(872991067)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a [junit] [EL Finest]: 2022-09-10 04:19:05.911--UnitOfWork(872991067)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:05.911--ServerSession(1526542158)--Connection(1935077600)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.911--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.912--ServerSession(1526542158)--Connection(2145319283)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [1, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:05.912--ServerSession(1526542158)--Connection(1935077600)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.912--UnitOfWork(872991067)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@315f5ffb [junit] [EL Finest]: 2022-09-10 04:19:05.914--UnitOfWork(872991067)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE ((CUBICLE_FLOOR = ?) AND (CUBICLE_PLACE = ?))") [junit] [EL Finest]: 2022-09-10 04:19:05.914--ServerSession(1526542158)--Connection(1254087377)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.914--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.914--ServerSession(1526542158)--Connection(2010551794)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE ((CUBICLE_FLOOR = ?) AND (CUBICLE_PLACE = ?)) [junit] bind => [1, 2] [junit] [EL Finest]: 2022-09-10 04:19:05.915--ServerSession(1526542158)--Connection(1254087377)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:05.959--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1286110654 [junit] [EL Finer]: 2022-09-10 04:19:05.959--ClientSession(1286110654)--Thread(Thread[main,5,main])--acquire unit of work: 787407112 [junit] [EL Finest]: 2022-09-10 04:19:05.959--UnitOfWork(787407112)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:05.959--UnitOfWork(787407112)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finest]: 2022-09-10 04:19:05.959--UnitOfWork(787407112)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@4ff4478. [junit] [EL Finest]: 2022-09-10 04:19:05.959--UnitOfWork(787407112)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5d40034e. [junit] [EL Finest]: 2022-09-10 04:19:05.959--UnitOfWork(787407112)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@761b4581. [junit] [EL Finer]: 2022-09-10 04:19:05.959--UnitOfWork(787407112)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:05.959--UnitOfWork(787407112)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2022-09-10 04:19:05.96--ServerSession(1526542158)--Connection(839288013)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:05.96--ClientSession(1286110654)--Connection(839288013)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:05.96--ClientSession(1286110654)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:05.96--UnitOfWork(787407112)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2022-09-10 04:19:05.96--UnitOfWork(787407112)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@4ff4478) [junit] [EL Finer]: 2022-09-10 04:19:05.96--ClientSession(1286110654)--Connection(1753073638)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:05.96--ClientSession(1286110654)--Connection(1753073638)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:05.96--ClientSession(1286110654)--Connection(1753073638)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Fine]: 2022-09-10 04:19:05.96--ClientSession(1286110654)--Connection(1753073638)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Finer]: 2022-09-10 04:19:05.96--ClientSession(1286110654)--Connection(1753073638)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:05.961--UnitOfWork(787407112)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@761b4581) [junit] [EL Fine]: 2022-09-10 04:19:05.961--ClientSession(1286110654)--Connection(1753073638)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, green] [junit] [EL Finest]: 2022-09-10 04:19:05.962--UnitOfWork(787407112)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5d40034e) [junit] [EL Finer]: 2022-09-10 04:19:05.962--ClientSession(1286110654)--Connection(1753073638)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:05.962--ClientSession(1286110654)--Connection(1753073638)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:05.962--ClientSession(1286110654)--Connection(1753073638)--Thread(Thread[main,5,main])-- bind => [2, Fred, Schmidt, null, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:05.962--ClientSession(1286110654)--Connection(1753073638)--Thread(Thread[main,5,main])-- bind => [1, Knut, Maier, null, null, null, null, 10, null, 1, 2, null, null] [junit] [EL Finer]: 2022-09-10 04:19:05.962--ClientSession(1286110654)--Connection(1753073638)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:05.963--ClientSession(1286110654)--Connection(1753073638)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:05.963--ServerSession(1526542158)--Connection(839288013)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:05.964--UnitOfWork(787407112)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:05.964--UnitOfWork(787407112)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:05.964--UnitOfWork(787407112)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:05.964--ClientSession(1286110654)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:05.964--UnitOfWork(787407112)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:05.964--ClientSession(1286110654)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:05.964--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 177436125 [junit] [EL Finer]: 2022-09-10 04:19:05.964--ClientSession(177436125)--Thread(Thread[main,5,main])--acquire unit of work: 866438586 [junit] [EL Finest]: 2022-09-10 04:19:05.964--UnitOfWork(866438586)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6c42c856. [junit] [EL Finest]: 2022-09-10 04:19:05.964--ServerSession(1526542158)--Connection(1461676897)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:05.964--ClientSession(177436125)--Connection(1461676897)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:05.964--ClientSession(177436125)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:05.965--ClientSession(177436125)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="VehicleGenerator" sql="UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + #PREALLOC_SIZE WHERE BEAN_NAME = #BEAN_NAME") [junit] [EL Finest]: 2022-09-10 04:19:05.965--ClientSession(177436125)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="VehicleGenerator" sql="SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = #BEAN_NAME") [junit] [EL Fine]: 2022-09-10 04:19:05.965--ClientSession(177436125)--Connection(1186185666)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2022-09-10 04:19:05.966--ClientSession(177436125)--Connection(1186185666)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2022-09-10 04:19:05.966--ClientSession(177436125)--Connection(1186185666)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 1, last: 50 [junit] [EL Finer]: 2022-09-10 04:19:05.966--ClientSession(177436125)--Connection(1186185666)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:05.967--ServerSession(1526542158)--Connection(1186185666)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2022-09-10 04:19:05.967--ServerSession(1526542158)--Connection(1461676897)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:19:05.967--UnitOfWork(866438586)--Thread(Thread[main,5,main])--assign sequence to the object (1 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6c42c856) [junit] [EL Finest]: 2022-09-10 04:19:05.968--ServerSession(1526542158)--Thread(Thread[main,5,main])--java.lang.reflect.InvocationTargetException [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [junit] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [junit] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [junit] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [junit] at org.eclipse.persistence.internal.security.PrivilegedAccessHelper.invokeConstructor(PrivilegedAccessHelper.java:491) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.createEntityListenerInjectionManager(AbstractSession.java:1208) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.getEntityListenerInjectionManager(AbstractSession.java:2303) [junit] at org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener.createEntityListenerAndInjectDependancies(EntityListener.java:137) [junit] at org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener.constructListenerInstance(EntityListener.java:151) [junit] at org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener.getListener(EntityListener.java:234) [junit] at org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener.invokeMethod(EntityListener.java:350) [junit] at org.eclipse.persistence.internal.jpa.metadata.listeners.EntityListener.prePersist(EntityListener.java:449) [junit] at org.eclipse.persistence.descriptors.DescriptorEventManager.notifyListener(DescriptorEventManager.java:748) [junit] at org.eclipse.persistence.descriptors.DescriptorEventManager.notifyEJB30Listeners(DescriptorEventManager.java:674) [junit] at org.eclipse.persistence.descriptors.DescriptorEventManager.executeEvent(DescriptorEventManager.java:229) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.registerNewObjectClone(UnitOfWorkImpl.java:4371) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.registerNotRegisteredNewObjectForPersist(UnitOfWorkImpl.java:4348) [junit] at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.registerNotRegisteredNewObjectForPersist(RepeatableWriteUnitOfWork.java:521) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.registerNewObjectForPersist(UnitOfWorkImpl.java:4290) [junit] at org.eclipse.persistence.internal.jpa.EntityManagerImpl.persist(EntityManagerImpl.java:507) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestArguments.testEnumParameters(TestArguments.java:203) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.lang.reflect.Method.invoke(Method.java:498) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:178) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:38) [junit] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:50) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:38) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1014) [junit] Caused by: javax.naming.NoInitialContextException: Cannot instantiate class: org.jboss.naming.remote.client.InitialContextFactory [Root exception is java.lang.ClassNotFoundException: org.jboss.naming.remote.client.InitialContextFactory] [junit] at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:674) [junit] at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:313) [junit] at javax.naming.InitialContext.init(InitialContext.java:244) [junit] at javax.naming.InitialContext.(InitialContext.java:192) [junit] at org.eclipse.persistence.internal.sessions.cdi.EntityListenerInjectionManagerImpl.(EntityListenerInjectionManagerImpl.java:48) [junit] ... 45 more [junit] Caused by: java.lang.ClassNotFoundException: org.jboss.naming.remote.client.InitialContextFactory [junit] at java.net.URLClassLoader.findClass(URLClassLoader.java:382) [junit] at java.lang.ClassLoader.loadClass(ClassLoader.java:418) [junit] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352) [junit] at java.lang.ClassLoader.loadClass(ClassLoader.java:351) [junit] at java.lang.Class.forName0(Native Method) [junit] at java.lang.Class.forName(Class.java:348) [junit] at com.sun.naming.internal.VersionHelper12.loadClass(VersionHelper12.java:91) [junit] at com.sun.naming.internal.VersionHelper12.loadClass(VersionHelper12.java:61) [junit] at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:672) [junit] ... 49 more [junit] [junit] [EL Finest]: 2022-09-10 04:19:05.968--UnitOfWork(866438586)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck@7aab77f. [junit] [EL Finest]: 2022-09-10 04:19:05.968--UnitOfWork(866438586)--Thread(Thread[main,5,main])--assign sequence to the object (2 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck@7aab77f) [junit] [EL Finest]: 2022-09-10 04:19:05.969--UnitOfWork(866438586)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@788b0c96. [junit] [EL Finest]: 2022-09-10 04:19:05.969--UnitOfWork(866438586)--Thread(Thread[main,5,main])--assign sequence to the object (3 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@788b0c96) [junit] [EL Finer]: 2022-09-10 04:19:05.969--UnitOfWork(866438586)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:05.969--UnitOfWork(866438586)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@788b0c96) [junit] [EL Finest]: 2022-09-10 04:19:05.969--ServerSession(1526542158)--Connection(124916744)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:05.969--ClientSession(177436125)--Connection(124916744)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:05.969--ClientSession(177436125)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:05.97--UnitOfWork(866438586)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6c42c856) [junit] [EL Fine]: 2022-09-10 04:19:05.97--ClientSession(177436125)--Connection(294838817)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, LICENSE_PLATE, MODEL, TOP_SPEED, TRANSMISSION_TYPE, VERSION, EMPLOYEE_ID, DTYPE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [3, null, null, null, null, 0, null, 1, null, 71] [junit] [EL Finest]: 2022-09-10 04:19:05.97--UnitOfWork(866438586)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Truck@7aab77f) [junit] [EL Fine]: 2022-09-10 04:19:05.971--ClientSession(177436125)--Connection(294838817)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, VERSION, EMPLOYEE_ID, DTYPE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [1, null, null, null, null, AUTOMATIC, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:05.971--ClientSession(177436125)--Connection(294838817)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, LICENSE_PLATE, MAX_LOAD, MODEL, TRANSMISSION_TYPE, VERSION, EMPLOYEE_ID, DTYPE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [2, null, null, null, 0, null, STICK_SHIFT, 1, null, 11] [junit] [EL Finer]: 2022-09-10 04:19:05.973--ClientSession(177436125)--Connection(294838817)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:05.973--ServerSession(1526542158)--Connection(124916744)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:05.974--UnitOfWork(866438586)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:05.974--UnitOfWork(866438586)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:05.974--UnitOfWork(866438586)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:05.974--ClientSession(177436125)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:05.974--UnitOfWork(866438586)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:05.974--ClientSession(177436125)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:05.975--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 357908503 [junit] [EL Finer]: 2022-09-10 04:19:05.975--ClientSession(357908503)--Thread(Thread[main,5,main])--acquire unit of work: 18484752 [junit] [EL Finest]: 2022-09-10 04:19:05.975--UnitOfWork(18484752)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=MotorVehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((TRANSMISSION_TYPE = ?) AND (DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:05.975--ServerSession(1526542158)--Connection(1066176965)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.975--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.975--ServerSession(1526542158)--Connection(1001170939)--Thread(Thread[main,5,main])--SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((TRANSMISSION_TYPE = ?) AND (DTYPE IN (?, ?, ?))) [junit] bind => [AUTOMATIC, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:05.976--ServerSession(1526542158)--Connection(1066176965)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.976--UnitOfWork(18484752)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=MotorVehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((TRANSMISSION_TYPE = ?) AND (DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:05.976--ServerSession(1526542158)--Connection(1357493748)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:05.976--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:05.977--ServerSession(1526542158)--Connection(1685063565)--Thread(Thread[main,5,main])--SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((TRANSMISSION_TYPE = ?) AND (DTYPE IN (?, ?, ?))) [junit] bind => [STICK_SHIFT, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:05.977--ServerSession(1526542158)--Connection(1357493748)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:06.025--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 431027740 [junit] [EL Finer]: 2022-09-10 04:19:06.025--ClientSession(431027740)--Thread(Thread[main,5,main])--acquire unit of work: 1562237797 [junit] [EL Finer]: 2022-09-10 04:19:06.184--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1786358025 [junit] [EL Finer]: 2022-09-10 04:19:06.184--ClientSession(1786358025)--Thread(Thread[main,5,main])--acquire unit of work: 1914518019 [junit] [EL Finest]: 2022-09-10 04:19:06.184--UnitOfWork(1914518019)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:06.184--UnitOfWork(1914518019)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finest]: 2022-09-10 04:19:06.184--UnitOfWork(1914518019)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@39e08d73. [junit] [EL Finest]: 2022-09-10 04:19:06.185--UnitOfWork(1914518019)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2236756e. [junit] [EL Finest]: 2022-09-10 04:19:06.185--UnitOfWork(1914518019)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7491ccdf. [junit] [EL Finer]: 2022-09-10 04:19:06.185--UnitOfWork(1914518019)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:06.185--UnitOfWork(1914518019)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2022-09-10 04:19:06.185--ServerSession(1526542158)--Connection(119176807)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:06.185--ClientSession(1786358025)--Connection(119176807)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:06.185--ClientSession(1786358025)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:06.186--UnitOfWork(1914518019)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2022-09-10 04:19:06.186--UnitOfWork(1914518019)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@39e08d73) [junit] [EL Finer]: 2022-09-10 04:19:06.186--ClientSession(1786358025)--Connection(1794832968)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:06.186--ClientSession(1786358025)--Connection(1794832968)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:06.186--ClientSession(1786358025)--Connection(1794832968)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2022-09-10 04:19:06.186--ClientSession(1786358025)--Connection(1794832968)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2022-09-10 04:19:06.186--ClientSession(1786358025)--Connection(1794832968)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:06.187--UnitOfWork(1914518019)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2236756e) [junit] [EL Fine]: 2022-09-10 04:19:06.187--ClientSession(1786358025)--Connection(1794832968)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, green] [junit] [EL Finest]: 2022-09-10 04:19:06.188--UnitOfWork(1914518019)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7491ccdf) [junit] [EL Finer]: 2022-09-10 04:19:06.188--ClientSession(1786358025)--Connection(1794832968)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:06.188--ClientSession(1786358025)--Connection(1794832968)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:06.188--ClientSession(1786358025)--Connection(1794832968)--Thread(Thread[main,5,main])-- bind => [1, Knut, Maier, null, null, null, null, 10, null, 1, 2, null, null] [junit] [EL Fine]: 2022-09-10 04:19:06.188--ClientSession(1786358025)--Connection(1794832968)--Thread(Thread[main,5,main])-- bind => [2, Fred, Schmidt, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:06.188--ClientSession(1786358025)--Connection(1794832968)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:06.189--ClientSession(1786358025)--Connection(1794832968)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:06.19--ServerSession(1526542158)--Connection(119176807)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:06.19--UnitOfWork(1914518019)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:06.19--UnitOfWork(1914518019)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:06.191--UnitOfWork(1914518019)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:06.191--ClientSession(1786358025)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:06.191--UnitOfWork(1914518019)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:06.191--ClientSession(1786358025)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:06.192--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 434612827 [junit] [EL Finer]: 2022-09-10 04:19:06.192--ClientSession(434612827)--Thread(Thread[main,5,main])--acquire unit of work: 862869926 [junit] [EL Finest]: 2022-09-10 04:19:06.192--UnitOfWork(862869926)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (DEPARTMENT = ?)") [junit] [EL Finest]: 2022-09-10 04:19:06.192--ServerSession(1526542158)--Connection(1674249951)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:06.192--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:06.192--ServerSession(1526542158)--Connection(1843422726)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (DEPARTMENT = ?) [junit] bind => [10] [junit] [EL Finest]: 2022-09-10 04:19:06.193--ServerSession(1526542158)--Connection(1674249951)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:06.193--UnitOfWork(862869926)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a [junit] [EL Finest]: 2022-09-10 04:19:06.194--UnitOfWork(862869926)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:06.194--ServerSession(1526542158)--Connection(431642481)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:06.194--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:06.194--ServerSession(1526542158)--Connection(172049227)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [1, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:06.195--ServerSession(1526542158)--Connection(431642481)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:06.195--UnitOfWork(862869926)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@315f5ffb [junit] [EL Finest]: 2022-09-10 04:19:06.195--UnitOfWork(862869926)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7d40f584 [junit] [EL Finer]: 2022-09-10 04:19:06.252--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1523130498 [junit] [EL Finer]: 2022-09-10 04:19:06.252--ClientSession(1523130498)--Thread(Thread[main,5,main])--acquire unit of work: 905917952 [junit] [EL Finest]: 2022-09-10 04:19:06.253--UnitOfWork(905917952)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:06.253--UnitOfWork(905917952)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finest]: 2022-09-10 04:19:06.253--UnitOfWork(905917952)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@363502a4. [junit] [EL Finest]: 2022-09-10 04:19:06.253--UnitOfWork(905917952)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7ab66d54. [junit] [EL Finest]: 2022-09-10 04:19:06.253--UnitOfWork(905917952)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@253bf220. [junit] [EL Finer]: 2022-09-10 04:19:06.253--UnitOfWork(905917952)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:06.253--UnitOfWork(905917952)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2022-09-10 04:19:06.253--ServerSession(1526542158)--Connection(471308862)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:06.253--ClientSession(1523130498)--Connection(471308862)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:06.253--ClientSession(1523130498)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:06.254--UnitOfWork(905917952)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2022-09-10 04:19:06.254--UnitOfWork(905917952)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@363502a4) [junit] [EL Finer]: 2022-09-10 04:19:06.254--ClientSession(1523130498)--Connection(2000584752)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:06.254--ClientSession(1523130498)--Connection(2000584752)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:06.254--ClientSession(1523130498)--Connection(2000584752)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2022-09-10 04:19:06.254--ClientSession(1523130498)--Connection(2000584752)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2022-09-10 04:19:06.254--ClientSession(1523130498)--Connection(2000584752)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:06.255--UnitOfWork(905917952)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@253bf220) [junit] [EL Fine]: 2022-09-10 04:19:06.255--ClientSession(1523130498)--Connection(2000584752)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, green] [junit] [EL Finest]: 2022-09-10 04:19:06.255--UnitOfWork(905917952)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7ab66d54) [junit] [EL Finer]: 2022-09-10 04:19:06.256--ClientSession(1523130498)--Connection(2000584752)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:06.256--ClientSession(1523130498)--Connection(2000584752)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:06.256--ClientSession(1523130498)--Connection(2000584752)--Thread(Thread[main,5,main])-- bind => [2, Fred, Schmidt, null, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:06.256--ClientSession(1523130498)--Connection(2000584752)--Thread(Thread[main,5,main])-- bind => [1, Knut, Maier, null, null, null, null, 10, null, 1, 2, null, null] [junit] [EL Finer]: 2022-09-10 04:19:06.256--ClientSession(1523130498)--Connection(2000584752)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:06.257--ClientSession(1523130498)--Connection(2000584752)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:06.257--ServerSession(1526542158)--Connection(471308862)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:06.258--UnitOfWork(905917952)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:06.258--UnitOfWork(905917952)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:06.258--UnitOfWork(905917952)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:06.258--ClientSession(1523130498)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:06.258--UnitOfWork(905917952)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:06.258--ClientSession(1523130498)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:06.258--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 369276484 [junit] [EL Finer]: 2022-09-10 04:19:06.258--ClientSession(369276484)--Thread(Thread[main,5,main])--acquire unit of work: 1292814728 [junit] [EL Finer]: 2022-09-10 04:19:06.269--UnitOfWork(1292814728)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:06.269--UnitOfWork(1292814728)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:06.269--UnitOfWork(1292814728)--Thread(Thread[main,5,main])--Execute query UpdateAllQuery(referenceClass=Employee sql="CREATE TEMPORARY TABLE IF NOT EXISTS TL_TMP_EMP (ID INTEGER NOT NULL, FIRSTNAME VARCHAR(255), LASTNAME VARCHAR(255), SALARY DECIMAL(38), EMP_END DATETIME, EMP_START DATETIME, COSTCENTER INTEGER, DEPARTMENT INTEGER, BROKERAGE_ACCOUNT BIGINT, CUBICLE_FLOOR INTEGER, CUBICLE_PLACE INTEGER, SAMPLE_ACCOUNT BIGINT, PROFILE_GUID binary(16), PRIMARY KEY (ID))") [junit] [EL Finest]: 2022-09-10 04:19:06.269--ServerSession(1526542158)--Connection(210569700)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:06.269--ClientSession(369276484)--Connection(210569700)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:06.269--ClientSession(369276484)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:06.27--ClientSession(369276484)--Connection(61782657)--Thread(Thread[main,5,main])--CREATE TEMPORARY TABLE IF NOT EXISTS TL_TMP_EMP (ID INTEGER NOT NULL, FIRSTNAME VARCHAR(255), LASTNAME VARCHAR(255), SALARY DECIMAL(38), EMP_END DATETIME, EMP_START DATETIME, COSTCENTER INTEGER, DEPARTMENT INTEGER, BROKERAGE_ACCOUNT BIGINT, CUBICLE_FLOOR INTEGER, CUBICLE_PLACE INTEGER, SAMPLE_ACCOUNT BIGINT, PROFILE_GUID binary(16), PRIMARY KEY (ID)) [junit] [EL Fine]: 2022-09-10 04:19:06.272--ClientSession(369276484)--Connection(61782657)--Thread(Thread[main,5,main])--INSERT INTO TL_TMP_EMP (ID, SALARY) SELECT t0.ID, (t0.SALARY * (? + (? / ?))) FROM TMP_EMP t0 WHERE EXISTS (SELECT ? FROM TMP_EMP_PROJECT t3, TMP_PROJECT_DETAILS t2, TMP_PROJECT t1 WHERE ((t1.PROJ_NAME LIKE ? AND ((t3.EMP_ID = t0.ID) AND (t1.ID = t3.PROJECT_ID))) AND (t2.PROJECT_ID = t1.ID))) [junit] bind => [1, 15, 100, 1, testing project] [junit] [EL Fine]: 2022-09-10 04:19:06.273--ClientSession(369276484)--Connection(61782657)--Thread(Thread[main,5,main])--UPDATE TMP_EMP, TL_TMP_EMP SET TMP_EMP.SALARY = TL_TMP_EMP.SALARY WHERE TMP_EMP.ID = TL_TMP_EMP.ID [junit] [EL Fine]: 2022-09-10 04:19:06.274--ClientSession(369276484)--Connection(61782657)--Thread(Thread[main,5,main])--DELETE FROM TL_TMP_EMP [junit] [EL Finer]: 2022-09-10 04:19:06.274--UnitOfWork(1292814728)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:06.274--ClientSession(369276484)--Connection(61782657)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:06.274--ServerSession(1526542158)--Connection(210569700)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:06.275--UnitOfWork(1292814728)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:06.275--UnitOfWork(1292814728)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:06.295--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1569495365 [junit] [EL Finer]: 2022-09-10 04:19:06.295--ClientSession(1569495365)--Thread(Thread[main,5,main])--acquire unit of work: 76625659 [junit] Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.86 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestBuiltInFunctionExpressions [junit] Tests run: 95, Failures: 0, Errors: 0, Skipped: 13, Time elapsed: 1.143 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestConditionalExpressions [junit] [EL Finer]: 2022-09-10 04:19:07.691--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 583568364 [junit] [EL Finer]: 2022-09-10 04:19:07.691--ClientSession(583568364)--Thread(Thread[main,5,main])--acquire unit of work: 280973084 [junit] [EL Finer]: 2022-09-10 04:19:07.971--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1954298581 [junit] [EL Finer]: 2022-09-10 04:19:07.971--ClientSession(1954298581)--Thread(Thread[main,5,main])--acquire unit of work: 37671942 [junit] [EL Finest]: 2022-09-10 04:19:07.971--UnitOfWork(37671942)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Person sql="SELECT t1.ID, t1.W_BOOL, t1.W_FLOAT, t1.P_BOOL, t1.P_FLOAT, t1.P_INT, t1.W_BIGDEC, t1.W_BIGINT, t1.PBA_BINARY, t1.WBA_BINARY, t1.UTIL_CALENDAR, t1.PCA_VARCHAR, t1.WCA_VARCHAR, t1.W_INT, t1.SQL_DATE, t1.SQL_TIME, t1.SQL_TIMESTAMP, t1.W_STRING, t1.UTIL_DATE, t1.CITY FROM TMP_CITY t0, TMP_PERSON t1 WHERE (t0.TYPE NOT IN (SELECT t2.TYPE FROM TMP_CITY t2) AND (t0.ID = t1.CITY))") [junit] [EL Finest]: 2022-09-10 04:19:07.972--ServerSession(1526542158)--Connection(1983766903)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:07.972--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:07.972--ServerSession(1526542158)--Connection(2105525350)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.W_BOOL, t1.W_FLOAT, t1.P_BOOL, t1.P_FLOAT, t1.P_INT, t1.W_BIGDEC, t1.W_BIGINT, t1.PBA_BINARY, t1.WBA_BINARY, t1.UTIL_CALENDAR, t1.PCA_VARCHAR, t1.WCA_VARCHAR, t1.W_INT, t1.SQL_DATE, t1.SQL_TIME, t1.SQL_TIMESTAMP, t1.W_STRING, t1.UTIL_DATE, t1.CITY FROM TMP_CITY t0, TMP_PERSON t1 WHERE (t0.TYPE NOT IN (SELECT t2.TYPE FROM TMP_CITY t2) AND (t0.ID = t1.CITY)) [junit] [EL Finest]: 2022-09-10 04:19:07.974--ServerSession(1526542158)--Connection(1983766903)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:08.265--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1482873927 [junit] [EL Finer]: 2022-09-10 04:19:08.265--ClientSession(1482873927)--Thread(Thread[main,5,main])--acquire unit of work: 549913230 [junit] [EL Finest]: 2022-09-10 04:19:08.265--UnitOfWork(549913230)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (PBA_BINARY IN (?, ?))") [junit] [EL Finest]: 2022-09-10 04:19:08.265--ServerSession(1526542158)--Connection(1258826350)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:08.265--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:08.265--ServerSession(1526542158)--Connection(1932983011)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (PBA_BINARY IN (?, ?)) [junit] bind => [[B@25b33665, [B@6b7d4670] [junit] [EL Finest]: 2022-09-10 04:19:08.266--ServerSession(1526542158)--Connection(1258826350)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:08.391--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1784752550 [junit] [EL Finer]: 2022-09-10 04:19:08.391--ClientSession(1784752550)--Thread(Thread[main,5,main])--acquire unit of work: 498283813 [junit] [EL Finest]: 2022-09-10 04:19:08.391--UnitOfWork(498283813)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Person sql="SELECT ID, W_BOOL, W_FLOAT, P_BOOL, P_FLOAT, P_INT, W_BIGDEC, W_BIGINT, PBA_BINARY, WBA_BINARY, UTIL_CALENDAR, PCA_VARCHAR, WCA_VARCHAR, W_INT, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, W_STRING, UTIL_DATE, CITY FROM TMP_PERSON WHERE ( BETWEEN ? AND ?)") [junit] [EL Finest]: 2022-09-10 04:19:08.391--ServerSession(1526542158)--Connection(2031442589)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:08.391--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:08.391--ServerSession(1526542158)--Connection(311901651)--Thread(Thread[main,5,main])--SELECT ID, W_BOOL, W_FLOAT, P_BOOL, P_FLOAT, P_INT, W_BIGDEC, W_BIGINT, PBA_BINARY, WBA_BINARY, UTIL_CALENDAR, PCA_VARCHAR, WCA_VARCHAR, W_INT, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, W_STRING, UTIL_DATE, CITY FROM TMP_PERSON WHERE ( BETWEEN ? AND ?) [junit] bind => [bla, bla] [junit] [EL Fine]: 2022-09-10 04:19:08.392--ServerSession(1526542158)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:19:08.392--ServerSession(1526542158)--Connection(2031442589)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:08.392--UnitOfWork(498283813)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'BETWEEN 'bla' AND 'bla')' at line 1 [junit] Error Code: 1064 [junit] Call: SELECT ID, W_BOOL, W_FLOAT, P_BOOL, P_FLOAT, P_INT, W_BIGDEC, W_BIGINT, PBA_BINARY, WBA_BINARY, UTIL_CALENDAR, PCA_VARCHAR, WCA_VARCHAR, W_INT, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, W_STRING, UTIL_DATE, CITY FROM TMP_PERSON WHERE ( BETWEEN ? AND ?) [junit] bind => [bla, bla] [junit] Query: ReadAllQuery(referenceClass=Person sql="SELECT ID, W_BOOL, W_FLOAT, P_BOOL, P_FLOAT, P_INT, W_BIGDEC, W_BIGINT, PBA_BINARY, WBA_BINARY, UTIL_CALENDAR, PCA_VARCHAR, WCA_VARCHAR, W_INT, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, W_STRING, UTIL_DATE, CITY FROM TMP_PERSON WHERE ( BETWEEN ? AND ?)") [junit] at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:340) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:684) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:560) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2062) [junit] at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:570) [junit] at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:261) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:247) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:318) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:713) [junit] at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2758) [junit] at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2711) [junit] at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:578) [junit] at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1175) [junit] at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:911) [junit] at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1134) [junit] at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:479) [junit] at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1222) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2922) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1863) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1810) [junit] at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:258) [junit] at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:478) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.query.QueryTest.assertInvalidQuery(QueryTest.java:169) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestConditionalExpressions.testBetweenHandling2(TestConditionalExpressions.java:396) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.lang.reflect.Method.invoke(Method.java:498) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:178) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:38) [junit] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:50) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:38) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1014) [junit] Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'BETWEEN 'bla' AND 'bla')' at line 1 [junit] at sun.reflect.GeneratedConstructorAccessor5.newInstance(Unknown Source) [junit] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [junit] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [junit] at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) [junit] at com.mysql.jdbc.Util.getInstance(Util.java:408) [junit] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:944) [junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3933) [junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3869) [junit] at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2524) [junit] at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2675) [junit] at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2465) [junit] at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1912) [junit] at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2020) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeSelect(DatabaseAccessor.java:1009) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:644) [junit] ... 48 more [junit] [junit] [EL Finer]: 2022-09-10 04:19:08.461--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 547207306 [junit] [EL Finer]: 2022-09-10 04:19:08.461--ClientSession(547207306)--Thread(Thread[main,5,main])--acquire unit of work: 339363078 [junit] [EL Finest]: 2022-09-10 04:19:08.461--UnitOfWork(339363078)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Person sql="SELECT ID, W_BOOL, W_FLOAT, P_BOOL, P_FLOAT, P_INT, W_BIGDEC, W_BIGINT, PBA_BINARY, WBA_BINARY, UTIL_CALENDAR, PCA_VARCHAR, WCA_VARCHAR, W_INT, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, W_STRING, UTIL_DATE, CITY FROM TMP_PERSON WHERE NOT (( BETWEEN ? AND ?))") [junit] [EL Finest]: 2022-09-10 04:19:08.462--ServerSession(1526542158)--Connection(1886384928)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:08.462--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:08.462--ServerSession(1526542158)--Connection(1450846548)--Thread(Thread[main,5,main])--SELECT ID, W_BOOL, W_FLOAT, P_BOOL, P_FLOAT, P_INT, W_BIGDEC, W_BIGINT, PBA_BINARY, WBA_BINARY, UTIL_CALENDAR, PCA_VARCHAR, WCA_VARCHAR, W_INT, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, W_STRING, UTIL_DATE, CITY FROM TMP_PERSON WHERE NOT (( BETWEEN ? AND ?)) [junit] bind => [bla, bla] [junit] [EL Fine]: 2022-09-10 04:19:08.462--ServerSession(1526542158)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:19:08.463--ServerSession(1526542158)--Connection(1886384928)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:08.463--UnitOfWork(339363078)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'BETWEEN 'bla' AND 'bla'))' at line 1 [junit] Error Code: 1064 [junit] Call: SELECT ID, W_BOOL, W_FLOAT, P_BOOL, P_FLOAT, P_INT, W_BIGDEC, W_BIGINT, PBA_BINARY, WBA_BINARY, UTIL_CALENDAR, PCA_VARCHAR, WCA_VARCHAR, W_INT, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, W_STRING, UTIL_DATE, CITY FROM TMP_PERSON WHERE NOT (( BETWEEN ? AND ?)) [junit] bind => [bla, bla] [junit] Query: ReadAllQuery(referenceClass=Person sql="SELECT ID, W_BOOL, W_FLOAT, P_BOOL, P_FLOAT, P_INT, W_BIGDEC, W_BIGINT, PBA_BINARY, WBA_BINARY, UTIL_CALENDAR, PCA_VARCHAR, WCA_VARCHAR, W_INT, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, W_STRING, UTIL_DATE, CITY FROM TMP_PERSON WHERE NOT (( BETWEEN ? AND ?))") [junit] at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:340) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:684) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:560) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2062) [junit] at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:570) [junit] at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:261) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:247) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:318) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:713) [junit] at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2758) [junit] at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2711) [junit] at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:578) [junit] at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1175) [junit] at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:911) [junit] at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1134) [junit] at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:479) [junit] at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1222) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2922) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1863) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1810) [junit] at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:258) [junit] at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:478) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.query.QueryTest.assertInvalidQuery(QueryTest.java:169) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestConditionalExpressions.testBetweenHandling9(TestConditionalExpressions.java:434) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.lang.reflect.Method.invoke(Method.java:498) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:178) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:38) [junit] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:50) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:38) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1014) [junit] Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'BETWEEN 'bla' AND 'bla'))' at line 1 [junit] at sun.reflect.GeneratedConstructorAccessor5.newInstance(Unknown Source) [junit] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [junit] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [junit] at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) [junit] at com.mysql.jdbc.Util.getInstance(Util.java:408) [junit] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:944) [junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3933) [junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3869) [junit] at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2524) [junit] at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2675) [junit] at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2465) [junit] at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1912) [junit] at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2020) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeSelect(DatabaseAccessor.java:1009) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:644) [junit] ... 48 more [junit] [junit] Tests run: 111, Failures: 0, Errors: 0, Skipped: 47, Time elapsed: 1.042 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestCount [junit] [EL Finer]: 2022-09-10 04:19:08.703--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1778183292 [junit] [EL Finer]: 2022-09-10 04:19:08.703--ClientSession(1778183292)--Thread(Thread[main,5,main])--acquire unit of work: 950839684 [junit] [EL Finest]: 2022-09-10 04:19:08.703--UnitOfWork(950839684)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:08.703--UnitOfWork(950839684)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finer]: 2022-09-10 04:19:08.703--UnitOfWork(950839684)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:08.704--UnitOfWork(950839684)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2022-09-10 04:19:08.704--ServerSession(1526542158)--Connection(202835924)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:08.704--ClientSession(1778183292)--Connection(202835924)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:08.704--ClientSession(1778183292)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:08.704--UnitOfWork(950839684)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finer]: 2022-09-10 04:19:08.705--ClientSession(1778183292)--Connection(134725587)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:08.705--ClientSession(1778183292)--Connection(134725587)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:08.705--ClientSession(1778183292)--Connection(134725587)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Fine]: 2022-09-10 04:19:08.705--ClientSession(1778183292)--Connection(134725587)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Finer]: 2022-09-10 04:19:08.705--ClientSession(1778183292)--Connection(134725587)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:08.706--ClientSession(1778183292)--Connection(134725587)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:08.707--ServerSession(1526542158)--Connection(202835924)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:08.707--UnitOfWork(950839684)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:08.707--UnitOfWork(950839684)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:08.707--UnitOfWork(950839684)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:08.707--ClientSession(1778183292)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:08.707--UnitOfWork(950839684)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:08.707--ClientSession(1778183292)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:08.707--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 171758591 [junit] [EL Finer]: 2022-09-10 04:19:08.707--ClientSession(171758591)--Thread(Thread[main,5,main])--acquire unit of work: 1072696396 [junit] [EL Finest]: 2022-09-10 04:19:08.707--UnitOfWork(1072696396)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@32305978. [junit] [EL Finest]: 2022-09-10 04:19:08.707--UnitOfWork(1072696396)--Thread(Thread[main,5,main])--assign sequence to the object (5 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@32305978) [junit] [EL Finest]: 2022-09-10 04:19:08.708--UnitOfWork(1072696396)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@30b3a741. [junit] [EL Finest]: 2022-09-10 04:19:08.708--UnitOfWork(1072696396)--Thread(Thread[main,5,main])--assign sequence to the object (6 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@30b3a741) [junit] [EL Finest]: 2022-09-10 04:19:08.708--UnitOfWork(1072696396)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@4d27716b. [junit] [EL Finer]: 2022-09-10 04:19:08.708--UnitOfWork(1072696396)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:08.708--UnitOfWork(1072696396)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@4d27716b) [junit] [EL Finest]: 2022-09-10 04:19:08.708--ServerSession(1526542158)--Connection(197353092)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:08.708--ClientSession(171758591)--Connection(197353092)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:08.708--ClientSession(171758591)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:08.709--UnitOfWork(1072696396)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@30b3a741) [junit] [EL Fine]: 2022-09-10 04:19:08.709--ClientSession(171758591)--Connection(760782061)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, red-green-gold] [junit] [EL Finest]: 2022-09-10 04:19:08.71--UnitOfWork(1072696396)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@32305978) [junit] [EL Finer]: 2022-09-10 04:19:08.71--ClientSession(171758591)--Connection(760782061)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:08.71--ClientSession(171758591)--Connection(760782061)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:08.71--ClientSession(171758591)--Connection(760782061)--Thread(Thread[main,5,main])-- bind => [6, Schnee Schieben] [junit] [EL Fine]: 2022-09-10 04:19:08.71--ClientSession(171758591)--Connection(760782061)--Thread(Thread[main,5,main])-- bind => [5, Eis Kratzen] [junit] [EL Finer]: 2022-09-10 04:19:08.71--ClientSession(171758591)--Connection(760782061)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:08.711--ClientSession(171758591)--Connection(760782061)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:08.711--ClientSession(171758591)--Connection(760782061)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:08.711--ClientSession(171758591)--Connection(760782061)--Thread(Thread[main,5,main])-- bind => [1, 0, 6] [junit] [EL Fine]: 2022-09-10 04:19:08.711--ClientSession(171758591)--Connection(760782061)--Thread(Thread[main,5,main])-- bind => [1, 0, 5] [junit] [EL Finer]: 2022-09-10 04:19:08.711--ClientSession(171758591)--Connection(760782061)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:08.714--ClientSession(171758591)--Connection(760782061)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:08.715--ServerSession(1526542158)--Connection(197353092)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:08.715--UnitOfWork(1072696396)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:08.715--UnitOfWork(1072696396)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:08.716--UnitOfWork(1072696396)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:08.716--ClientSession(171758591)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:08.716--UnitOfWork(1072696396)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:08.716--ClientSession(171758591)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:08.717--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1233680114 [junit] [EL Finer]: 2022-09-10 04:19:08.717--ClientSession(1233680114)--Thread(Thread[main,5,main])--acquire unit of work: 202153290 [junit] [EL Finest]: 2022-09-10 04:19:08.717--UnitOfWork(202153290)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT COUNT(ID) FROM TMP_DEP") [junit] [EL Finest]: 2022-09-10 04:19:08.717--ServerSession(1526542158)--Connection(907489556)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:08.717--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:08.717--ServerSession(1526542158)--Connection(945837098)--Thread(Thread[main,5,main])--SELECT COUNT(ID) FROM TMP_DEP [junit] [EL Finest]: 2022-09-10 04:19:08.718--ServerSession(1526542158)--Connection(907489556)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:08.721--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 209415248 [junit] [EL Finer]: 2022-09-10 04:19:08.721--ClientSession(209415248)--Thread(Thread[main,5,main])--acquire unit of work: 795513405 [junit] [EL Finest]: 2022-09-10 04:19:08.721--UnitOfWork(795513405)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT COUNT(DISTINCT(ID)) FROM TMP_DEP") [junit] [EL Finest]: 2022-09-10 04:19:08.721--ServerSession(1526542158)--Connection(1826057045)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:08.721--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:08.721--ServerSession(1526542158)--Connection(1447076900)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(ID)) FROM TMP_DEP [junit] [EL Finest]: 2022-09-10 04:19:08.722--ServerSession(1526542158)--Connection(1826057045)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:08.722--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 135321368 [junit] [EL Finer]: 2022-09-10 04:19:08.722--ClientSession(135321368)--Thread(Thread[main,5,main])--acquire unit of work: 1172626498 [junit] [EL Finest]: 2022-09-10 04:19:08.723--UnitOfWork(1172626498)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Cubicle sql="SELECT COUNT(PLACE) FROM TMP_CUBICLE") [junit] [EL Finest]: 2022-09-10 04:19:08.723--ServerSession(1526542158)--Connection(1199227737)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:08.723--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:08.723--ServerSession(1526542158)--Connection(1418012897)--Thread(Thread[main,5,main])--SELECT COUNT(PLACE) FROM TMP_CUBICLE [junit] [EL Finest]: 2022-09-10 04:19:08.723--ServerSession(1526542158)--Connection(1199227737)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:08.724--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 439187903 [junit] [EL Finer]: 2022-09-10 04:19:08.724--ClientSession(439187903)--Thread(Thread[main,5,main])--acquire unit of work: 1053428065 [junit] [EL Finest]: 2022-09-10 04:19:08.724--UnitOfWork(1053428065)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT COUNT(DISTINCT(NAME)) FROM TMP_DEP") [junit] [EL Finest]: 2022-09-10 04:19:08.724--ServerSession(1526542158)--Connection(1461788950)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:08.724--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:08.724--ServerSession(1526542158)--Connection(745053805)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(NAME)) FROM TMP_DEP [junit] [EL Finest]: 2022-09-10 04:19:08.725--ServerSession(1526542158)--Connection(1461788950)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:08.726--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 195403177 [junit] [EL Finer]: 2022-09-10 04:19:08.726--ClientSession(195403177)--Thread(Thread[main,5,main])--acquire unit of work: 393609034 [junit] [EL Finest]: 2022-09-10 04:19:08.726--UnitOfWork(393609034)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT COUNT(ID) FROM TMP_DEP") [junit] [EL Finest]: 2022-09-10 04:19:08.726--ServerSession(1526542158)--Connection(130774997)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:08.726--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:08.726--ServerSession(1526542158)--Connection(1641289501)--Thread(Thread[main,5,main])--SELECT COUNT(ID) FROM TMP_DEP [junit] [EL Finest]: 2022-09-10 04:19:08.727--ServerSession(1526542158)--Connection(130774997)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:08.741--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1652511068 [junit] [EL Finer]: 2022-09-10 04:19:08.741--ClientSession(1652511068)--Thread(Thread[main,5,main])--acquire unit of work: 1754086954 [junit] [EL Finest]: 2022-09-10 04:19:08.741--UnitOfWork(1754086954)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:08.741--UnitOfWork(1754086954)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finer]: 2022-09-10 04:19:08.742--UnitOfWork(1754086954)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:08.742--UnitOfWork(1754086954)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2022-09-10 04:19:08.742--ServerSession(1526542158)--Connection(704104254)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:08.742--ClientSession(1652511068)--Connection(704104254)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:08.742--ClientSession(1652511068)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:08.743--UnitOfWork(1754086954)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finer]: 2022-09-10 04:19:08.743--ClientSession(1652511068)--Connection(1841083445)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:08.743--ClientSession(1652511068)--Connection(1841083445)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:08.743--ClientSession(1652511068)--Connection(1841083445)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2022-09-10 04:19:08.743--ClientSession(1652511068)--Connection(1841083445)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2022-09-10 04:19:08.743--ClientSession(1652511068)--Connection(1841083445)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:08.744--ClientSession(1652511068)--Connection(1841083445)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:08.745--ServerSession(1526542158)--Connection(704104254)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:08.745--UnitOfWork(1754086954)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:08.745--UnitOfWork(1754086954)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:08.745--UnitOfWork(1754086954)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:08.745--ClientSession(1652511068)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:08.745--UnitOfWork(1754086954)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:08.745--ClientSession(1652511068)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:08.745--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 320065715 [junit] [EL Finer]: 2022-09-10 04:19:08.745--ClientSession(320065715)--Thread(Thread[main,5,main])--acquire unit of work: 453428216 [junit] [EL Finest]: 2022-09-10 04:19:08.745--UnitOfWork(453428216)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@32305978. [junit] [EL Finest]: 2022-09-10 04:19:08.745--UnitOfWork(453428216)--Thread(Thread[main,5,main])--assign sequence to the object (7 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@32305978) [junit] [EL Finest]: 2022-09-10 04:19:08.746--UnitOfWork(453428216)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@30b3a741. [junit] [EL Finest]: 2022-09-10 04:19:08.746--UnitOfWork(453428216)--Thread(Thread[main,5,main])--assign sequence to the object (8 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@30b3a741) [junit] [EL Finest]: 2022-09-10 04:19:08.746--UnitOfWork(453428216)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@20eee47c. [junit] [EL Finer]: 2022-09-10 04:19:08.746--UnitOfWork(453428216)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:08.746--UnitOfWork(453428216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@20eee47c) [junit] [EL Finest]: 2022-09-10 04:19:08.746--ServerSession(1526542158)--Connection(1050280259)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:08.746--ClientSession(320065715)--Connection(1050280259)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:08.746--ClientSession(320065715)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:08.747--UnitOfWork(453428216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@32305978) [junit] [EL Fine]: 2022-09-10 04:19:08.747--ClientSession(320065715)--Connection(1682842160)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, red-green-gold] [junit] [EL Finest]: 2022-09-10 04:19:08.748--UnitOfWork(453428216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@30b3a741) [junit] [EL Finer]: 2022-09-10 04:19:08.748--ClientSession(320065715)--Connection(1682842160)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:08.748--ClientSession(320065715)--Connection(1682842160)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:08.748--ClientSession(320065715)--Connection(1682842160)--Thread(Thread[main,5,main])-- bind => [7, Eis Kratzen] [junit] [EL Fine]: 2022-09-10 04:19:08.748--ClientSession(320065715)--Connection(1682842160)--Thread(Thread[main,5,main])-- bind => [8, Schnee Schieben] [junit] [EL Finer]: 2022-09-10 04:19:08.748--ClientSession(320065715)--Connection(1682842160)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:08.749--ClientSession(320065715)--Connection(1682842160)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:08.749--ClientSession(320065715)--Connection(1682842160)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:08.749--ClientSession(320065715)--Connection(1682842160)--Thread(Thread[main,5,main])-- bind => [1, 0, 7] [junit] [EL Fine]: 2022-09-10 04:19:08.749--ClientSession(320065715)--Connection(1682842160)--Thread(Thread[main,5,main])-- bind => [1, 0, 8] [junit] [EL Finer]: 2022-09-10 04:19:08.749--ClientSession(320065715)--Connection(1682842160)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:08.75--ClientSession(320065715)--Connection(1682842160)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:08.75--ServerSession(1526542158)--Connection(1050280259)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:08.751--UnitOfWork(453428216)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:08.751--UnitOfWork(453428216)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:08.751--UnitOfWork(453428216)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:08.751--ClientSession(320065715)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:08.751--UnitOfWork(453428216)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:08.751--ClientSession(320065715)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:08.752--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 711409384 [junit] [EL Finer]: 2022-09-10 04:19:08.752--ClientSession(711409384)--Thread(Thread[main,5,main])--acquire unit of work: 829891099 [junit] [EL Finest]: 2022-09-10 04:19:08.752--UnitOfWork(829891099)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT COUNT(NAME) FROM TMP_DEP") [junit] [EL Finest]: 2022-09-10 04:19:08.752--ServerSession(1526542158)--Connection(247972763)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:08.752--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:08.752--ServerSession(1526542158)--Connection(562628212)--Thread(Thread[main,5,main])--SELECT COUNT(NAME) FROM TMP_DEP [junit] [EL Finest]: 2022-09-10 04:19:08.753--ServerSession(1526542158)--Connection(247972763)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:08.767--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 396069030 [junit] [EL Finer]: 2022-09-10 04:19:08.767--ClientSession(396069030)--Thread(Thread[main,5,main])--acquire unit of work: 1760545186 [junit] [EL Finest]: 2022-09-10 04:19:08.768--UnitOfWork(1760545186)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:08.768--UnitOfWork(1760545186)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finer]: 2022-09-10 04:19:08.768--UnitOfWork(1760545186)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:08.768--UnitOfWork(1760545186)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2022-09-10 04:19:08.768--ServerSession(1526542158)--Connection(1396466384)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:08.768--ClientSession(396069030)--Connection(1396466384)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:08.768--ClientSession(396069030)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:08.769--UnitOfWork(1760545186)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finer]: 2022-09-10 04:19:08.769--ClientSession(396069030)--Connection(2120376337)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:08.769--ClientSession(396069030)--Connection(2120376337)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:08.769--ClientSession(396069030)--Connection(2120376337)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Fine]: 2022-09-10 04:19:08.769--ClientSession(396069030)--Connection(2120376337)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Finer]: 2022-09-10 04:19:08.769--ClientSession(396069030)--Connection(2120376337)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:08.77--ClientSession(396069030)--Connection(2120376337)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:08.77--ServerSession(1526542158)--Connection(1396466384)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:08.771--UnitOfWork(1760545186)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:08.771--UnitOfWork(1760545186)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:08.771--UnitOfWork(1760545186)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:08.771--ClientSession(396069030)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:08.771--UnitOfWork(1760545186)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:08.771--ClientSession(396069030)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:08.771--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2066514832 [junit] [EL Finer]: 2022-09-10 04:19:08.771--ClientSession(2066514832)--Thread(Thread[main,5,main])--acquire unit of work: 379782668 [junit] [EL Finest]: 2022-09-10 04:19:08.771--UnitOfWork(379782668)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@32305978. [junit] [EL Finest]: 2022-09-10 04:19:08.771--UnitOfWork(379782668)--Thread(Thread[main,5,main])--assign sequence to the object (9 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@32305978) [junit] [EL Finest]: 2022-09-10 04:19:08.771--UnitOfWork(379782668)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@30b3a741. [junit] [EL Finest]: 2022-09-10 04:19:08.771--UnitOfWork(379782668)--Thread(Thread[main,5,main])--assign sequence to the object (10 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@30b3a741) [junit] [EL Finest]: 2022-09-10 04:19:08.772--UnitOfWork(379782668)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@24b4cee9. [junit] [EL Finer]: 2022-09-10 04:19:08.772--UnitOfWork(379782668)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:08.772--UnitOfWork(379782668)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@24b4cee9) [junit] [EL Finest]: 2022-09-10 04:19:08.772--ServerSession(1526542158)--Connection(466966398)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:08.772--ClientSession(2066514832)--Connection(466966398)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:08.772--ClientSession(2066514832)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:08.772--UnitOfWork(379782668)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@32305978) [junit] [EL Fine]: 2022-09-10 04:19:08.773--ClientSession(2066514832)--Connection(2020053638)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, red-green-gold] [junit] [EL Finest]: 2022-09-10 04:19:08.773--UnitOfWork(379782668)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@30b3a741) [junit] [EL Finer]: 2022-09-10 04:19:08.773--ClientSession(2066514832)--Connection(2020053638)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:08.773--ClientSession(2066514832)--Connection(2020053638)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:08.773--ClientSession(2066514832)--Connection(2020053638)--Thread(Thread[main,5,main])-- bind => [9, Eis Kratzen] [junit] [EL Fine]: 2022-09-10 04:19:08.773--ClientSession(2066514832)--Connection(2020053638)--Thread(Thread[main,5,main])-- bind => [10, Schnee Schieben] [junit] [EL Finer]: 2022-09-10 04:19:08.773--ClientSession(2066514832)--Connection(2020053638)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:08.774--ClientSession(2066514832)--Connection(2020053638)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:08.774--ClientSession(2066514832)--Connection(2020053638)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:08.774--ClientSession(2066514832)--Connection(2020053638)--Thread(Thread[main,5,main])-- bind => [1, 0, 9] [junit] [EL Fine]: 2022-09-10 04:19:08.774--ClientSession(2066514832)--Connection(2020053638)--Thread(Thread[main,5,main])-- bind => [1, 0, 10] [junit] [EL Finer]: 2022-09-10 04:19:08.774--ClientSession(2066514832)--Connection(2020053638)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:08.775--ClientSession(2066514832)--Connection(2020053638)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:08.776--ServerSession(1526542158)--Connection(466966398)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:08.776--UnitOfWork(379782668)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:08.776--UnitOfWork(379782668)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:08.776--UnitOfWork(379782668)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:08.776--ClientSession(2066514832)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:08.776--UnitOfWork(379782668)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:08.776--ClientSession(2066514832)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:08.777--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1341788185 [junit] [EL Finer]: 2022-09-10 04:19:08.777--ClientSession(1341788185)--Thread(Thread[main,5,main])--acquire unit of work: 1376371846 [junit] [EL Finest]: 2022-09-10 04:19:08.777--UnitOfWork(1376371846)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Cubicle sql="SELECT COUNT(DISTINCT PLACE, FLOOR) FROM TMP_CUBICLE") [junit] [EL Finest]: 2022-09-10 04:19:08.777--ServerSession(1526542158)--Connection(1279809101)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:08.777--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:08.778--ServerSession(1526542158)--Connection(1930851375)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT PLACE, FLOOR) FROM TMP_CUBICLE [junit] [EL Finest]: 2022-09-10 04:19:08.778--ServerSession(1526542158)--Connection(1279809101)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:08.793--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1678463859 [junit] [EL Finer]: 2022-09-10 04:19:08.793--ClientSession(1678463859)--Thread(Thread[main,5,main])--acquire unit of work: 1365773070 [junit] [EL Finest]: 2022-09-10 04:19:08.793--UnitOfWork(1365773070)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:08.793--UnitOfWork(1365773070)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finer]: 2022-09-10 04:19:08.793--UnitOfWork(1365773070)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:08.794--UnitOfWork(1365773070)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2022-09-10 04:19:08.794--ServerSession(1526542158)--Connection(820412312)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:08.794--ClientSession(1678463859)--Connection(820412312)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:08.794--ClientSession(1678463859)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:08.794--UnitOfWork(1365773070)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finer]: 2022-09-10 04:19:08.794--ClientSession(1678463859)--Connection(830910589)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:08.794--ClientSession(1678463859)--Connection(830910589)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:08.794--ClientSession(1678463859)--Connection(830910589)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Fine]: 2022-09-10 04:19:08.794--ClientSession(1678463859)--Connection(830910589)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Finer]: 2022-09-10 04:19:08.794--ClientSession(1678463859)--Connection(830910589)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:08.795--ClientSession(1678463859)--Connection(830910589)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:08.796--ServerSession(1526542158)--Connection(820412312)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:08.796--UnitOfWork(1365773070)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:08.796--UnitOfWork(1365773070)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:08.796--UnitOfWork(1365773070)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:08.796--ClientSession(1678463859)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:08.796--UnitOfWork(1365773070)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:08.796--ClientSession(1678463859)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:08.796--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 704432829 [junit] [EL Finer]: 2022-09-10 04:19:08.796--ClientSession(704432829)--Thread(Thread[main,5,main])--acquire unit of work: 763204263 [junit] [EL Finest]: 2022-09-10 04:19:08.797--UnitOfWork(763204263)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@32305978. [junit] [EL Finest]: 2022-09-10 04:19:08.797--UnitOfWork(763204263)--Thread(Thread[main,5,main])--assign sequence to the object (11 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@32305978) [junit] [EL Finest]: 2022-09-10 04:19:08.797--UnitOfWork(763204263)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@30b3a741. [junit] [EL Finest]: 2022-09-10 04:19:08.797--UnitOfWork(763204263)--Thread(Thread[main,5,main])--assign sequence to the object (12 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@30b3a741) [junit] [EL Finest]: 2022-09-10 04:19:08.797--UnitOfWork(763204263)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@357d4b6d. [junit] [EL Finer]: 2022-09-10 04:19:08.797--UnitOfWork(763204263)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:08.797--UnitOfWork(763204263)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@357d4b6d) [junit] [EL Finest]: 2022-09-10 04:19:08.797--ServerSession(1526542158)--Connection(1035877316)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:08.797--ClientSession(704432829)--Connection(1035877316)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:08.797--ClientSession(704432829)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:08.798--UnitOfWork(763204263)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@30b3a741) [junit] [EL Fine]: 2022-09-10 04:19:08.798--ClientSession(704432829)--Connection(1774219739)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, red-green-gold] [junit] [EL Finest]: 2022-09-10 04:19:08.798--UnitOfWork(763204263)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@32305978) [junit] [EL Finer]: 2022-09-10 04:19:08.799--ClientSession(704432829)--Connection(1774219739)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:08.799--ClientSession(704432829)--Connection(1774219739)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:08.799--ClientSession(704432829)--Connection(1774219739)--Thread(Thread[main,5,main])-- bind => [12, Schnee Schieben] [junit] [EL Fine]: 2022-09-10 04:19:08.799--ClientSession(704432829)--Connection(1774219739)--Thread(Thread[main,5,main])-- bind => [11, Eis Kratzen] [junit] [EL Finer]: 2022-09-10 04:19:08.799--ClientSession(704432829)--Connection(1774219739)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:08.799--ClientSession(704432829)--Connection(1774219739)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:08.799--ClientSession(704432829)--Connection(1774219739)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:08.799--ClientSession(704432829)--Connection(1774219739)--Thread(Thread[main,5,main])-- bind => [1, 0, 12] [junit] [EL Fine]: 2022-09-10 04:19:08.799--ClientSession(704432829)--Connection(1774219739)--Thread(Thread[main,5,main])-- bind => [1, 0, 11] [junit] [EL Finer]: 2022-09-10 04:19:08.799--ClientSession(704432829)--Connection(1774219739)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:08.8--ClientSession(704432829)--Connection(1774219739)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:08.801--ServerSession(1526542158)--Connection(1035877316)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:08.801--UnitOfWork(763204263)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:08.801--UnitOfWork(763204263)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:08.801--UnitOfWork(763204263)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:08.801--ClientSession(704432829)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:08.801--UnitOfWork(763204263)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:08.801--ClientSession(704432829)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:08.802--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 635131001 [junit] [EL Finer]: 2022-09-10 04:19:08.802--ClientSession(635131001)--Thread(Thread[main,5,main])--acquire unit of work: 2079943758 [junit] [EL Finest]: 2022-09-10 04:19:08.802--UnitOfWork(2079943758)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT COUNT(DISTINCT(t0.ID)) FROM TMP_DEP t0, TMP_PROJECT_DETAILS t2, TMP_PROJECT t1 WHERE (t2.PROJECT_ID = t1.ID)") [junit] [EL Finest]: 2022-09-10 04:19:08.803--ServerSession(1526542158)--Connection(1574435105)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:08.803--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:08.803--ServerSession(1526542158)--Connection(2004078905)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(t0.ID)) FROM TMP_DEP t0, TMP_PROJECT_DETAILS t2, TMP_PROJECT t1 WHERE (t2.PROJECT_ID = t1.ID) [junit] [EL Finest]: 2022-09-10 04:19:08.804--ServerSession(1526542158)--Connection(1574435105)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.117 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestDeleteQuery [junit] [EL Finer]: 2022-09-10 04:19:08.827--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2005685848 [junit] [EL Finer]: 2022-09-10 04:19:08.827--ClientSession(2005685848)--Thread(Thread[main,5,main])--acquire unit of work: 1392398066 [junit] [EL Finest]: 2022-09-10 04:19:08.827--UnitOfWork(1392398066)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@18cc6. [junit] [EL Finest]: 2022-09-10 04:19:08.827--UnitOfWork(1392398066)--Thread(Thread[main,5,main])--assign sequence to the object (13 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@18cc6) [junit] [EL Finest]: 2022-09-10 04:19:08.828--UnitOfWork(1392398066)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@17c13. [junit] [EL Finest]: 2022-09-10 04:19:08.828--UnitOfWork(1392398066)--Thread(Thread[main,5,main])--assign sequence to the object (14 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@17c13) [junit] [EL Finer]: 2022-09-10 04:19:08.828--UnitOfWork(1392398066)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:08.828--UnitOfWork(1392398066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@17c13) [junit] [EL Finest]: 2022-09-10 04:19:08.828--ServerSession(1526542158)--Connection(747459454)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:08.828--ClientSession(2005685848)--Connection(747459454)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:08.828--ClientSession(2005685848)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:08.828--UnitOfWork(1392398066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@18cc6) [junit] [EL Finer]: 2022-09-10 04:19:08.829--ClientSession(2005685848)--Connection(1309486557)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:08.829--ClientSession(2005685848)--Connection(1309486557)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:08.829--ClientSession(2005685848)--Connection(1309486557)--Thread(Thread[main,5,main])-- bind => [14, bar] [junit] [EL Fine]: 2022-09-10 04:19:08.829--ClientSession(2005685848)--Connection(1309486557)--Thread(Thread[main,5,main])-- bind => [13, foo] [junit] [EL Finer]: 2022-09-10 04:19:08.829--ClientSession(2005685848)--Connection(1309486557)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:08.83--ClientSession(2005685848)--Connection(1309486557)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:08.83--ClientSession(2005685848)--Connection(1309486557)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:08.83--ClientSession(2005685848)--Connection(1309486557)--Thread(Thread[main,5,main])-- bind => [100, 410, 14] [junit] [EL Fine]: 2022-09-10 04:19:08.83--ClientSession(2005685848)--Connection(1309486557)--Thread(Thread[main,5,main])-- bind => [1, 53, 13] [junit] [EL Finer]: 2022-09-10 04:19:08.83--ClientSession(2005685848)--Connection(1309486557)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:08.83--UnitOfWork(1392398066)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:08.83--UnitOfWork(1392398066)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:08.83--UnitOfWork(1392398066)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:08.831--ClientSession(2005685848)--Connection(1309486557)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:08.831--ServerSession(1526542158)--Connection(747459454)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:08.832--UnitOfWork(1392398066)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:08.832--UnitOfWork(1392398066)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:08.836--UnitOfWork(1392398066)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:08.837--UnitOfWork(1392398066)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:08.837--UnitOfWork(1392398066)--Thread(Thread[main,5,main])--Execute query DeleteAllQuery(referenceClass=Project sql="DELETE FROM TL_TMP_PROJECT") [junit] [EL Finest]: 2022-09-10 04:19:08.837--ServerSession(1526542158)--Connection(339021883)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:08.837--ClientSession(2005685848)--Connection(339021883)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:08.837--ClientSession(2005685848)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:08.837--ClientSession(2005685848)--Connection(594935370)--Thread(Thread[main,5,main])--CREATE TEMPORARY TABLE IF NOT EXISTS TL_TMP_PROJECT (ID INTEGER NOT NULL, PROJ_NAME VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Fine]: 2022-09-10 04:19:08.84--ClientSession(2005685848)--Connection(594935370)--Thread(Thread[main,5,main])--INSERT INTO TL_TMP_PROJECT (ID) SELECT t0.ID FROM TMP_PROJECT t0, TMP_PROJECT_DETAILS t1 WHERE ((t0.ID IS NOT NULL) AND (t1.PROJECT_ID = t0.ID)) [junit] [EL Fine]: 2022-09-10 04:19:08.841--ClientSession(2005685848)--Connection(594935370)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT USING TMP_EMP_PROJECT, TL_TMP_PROJECT WHERE TMP_EMP_PROJECT.PROJECT_ID = TL_TMP_PROJECT.ID [junit] [EL Fine]: 2022-09-10 04:19:08.841--ClientSession(2005685848)--Connection(594935370)--Thread(Thread[main,5,main])--DELETE FROM TMP_PROJECT_DETAILS USING TMP_PROJECT_DETAILS, TL_TMP_PROJECT WHERE TMP_PROJECT_DETAILS.PROJECT_ID = TL_TMP_PROJECT.ID [junit] [EL Fine]: 2022-09-10 04:19:08.842--ClientSession(2005685848)--Connection(594935370)--Thread(Thread[main,5,main])--DELETE FROM TMP_PROJECT USING TMP_PROJECT, TL_TMP_PROJECT WHERE TMP_PROJECT.ID = TL_TMP_PROJECT.ID [junit] [EL Fine]: 2022-09-10 04:19:08.842--ClientSession(2005685848)--Connection(594935370)--Thread(Thread[main,5,main])--DELETE FROM TL_TMP_PROJECT [junit] [EL Finer]: 2022-09-10 04:19:08.843--UnitOfWork(1392398066)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:08.843--UnitOfWork(1392398066)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:08.843--UnitOfWork(1392398066)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:08.843--UnitOfWork(1392398066)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:08.843--ClientSession(2005685848)--Connection(594935370)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:08.844--ServerSession(1526542158)--Connection(339021883)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:08.844--UnitOfWork(1392398066)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:08.844--UnitOfWork(1392398066)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:08.872--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 577181146 [junit] [EL Finer]: 2022-09-10 04:19:08.872--ClientSession(577181146)--Thread(Thread[main,5,main])--acquire unit of work: 878712415 [junit] [EL Finest]: 2022-09-10 04:19:08.872--UnitOfWork(878712415)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finer]: 2022-09-10 04:19:08.872--UnitOfWork(878712415)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:08.872--UnitOfWork(878712415)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:19:08.872--ServerSession(1526542158)--Connection(1373757434)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:08.873--ClientSession(577181146)--Connection(1373757434)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:08.873--ClientSession(577181146)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:08.873--ClientSession(577181146)--Connection(1703410039)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, hugo, 1] [junit] [EL Finer]: 2022-09-10 04:19:08.874--ClientSession(577181146)--Connection(1703410039)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:08.874--ServerSession(1526542158)--Connection(1373757434)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:08.874--UnitOfWork(878712415)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:08.874--UnitOfWork(878712415)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:08.874--UnitOfWork(878712415)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:08.874--ClientSession(577181146)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:08.875--UnitOfWork(878712415)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:08.875--ClientSession(577181146)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:08.875--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1956531520 [junit] [EL Finer]: 2022-09-10 04:19:08.875--ClientSession(1956531520)--Thread(Thread[main,5,main])--acquire unit of work: 780685029 [junit] [EL Finer]: 2022-09-10 04:19:08.876--UnitOfWork(780685029)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:08.876--UnitOfWork(780685029)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:08.876--UnitOfWork(780685029)--Thread(Thread[main,5,main])--Execute query UpdateAllQuery(referenceClass=Department sql="UPDATE TMP_DEP SET VERSION = (VERSION + ?), NAME = ? WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:08.876--ServerSession(1526542158)--Connection(1574700923)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:08.876--ClientSession(1956531520)--Connection(1574700923)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:08.876--ClientSession(1956531520)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:08.876--ClientSession(1956531520)--Connection(515982726)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET VERSION = (VERSION + ?), NAME = ? WHERE (ID = ?) [junit] bind => [1, emil, 1] [junit] [EL Finer]: 2022-09-10 04:19:08.877--UnitOfWork(780685029)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:08.877--ClientSession(1956531520)--Connection(515982726)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:08.878--ServerSession(1526542158)--Connection(1574700923)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:08.878--UnitOfWork(780685029)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:08.878--UnitOfWork(780685029)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:08.878--UnitOfWork(780685029)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:08.878--ClientSession(1956531520)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:08.878--UnitOfWork(780685029)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:08.878--ClientSession(1956531520)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:08.878--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2019367245 [junit] [EL Finer]: 2022-09-10 04:19:08.878--ClientSession(2019367245)--Thread(Thread[main,5,main])--acquire unit of work: 1814339253 [junit] [EL Finest]: 2022-09-10 04:19:08.879--UnitOfWork(1814339253)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:08.879--ServerSession(1526542158)--Connection(1353080761)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:08.879--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:08.879--ServerSession(1526542158)--Connection(1617238800)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:08.879--ServerSession(1526542158)--Connection(1353080761)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:08.907--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1500767468 [junit] [EL Finer]: 2022-09-10 04:19:08.907--ClientSession(1500767468)--Thread(Thread[main,5,main])--acquire unit of work: 1859753031 [junit] [EL Finer]: 2022-09-10 04:19:08.907--UnitOfWork(1859753031)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:08.907--ClientSession(1500767468)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:08.921--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 895230827 [junit] [EL Finer]: 2022-09-10 04:19:08.921--ClientSession(895230827)--Thread(Thread[main,5,main])--acquire unit of work: 1961049734 [junit] [EL Finer]: 2022-09-10 04:19:08.921--UnitOfWork(1961049734)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:08.921--ClientSession(895230827)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:08.948--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1405534694 [junit] [EL Finer]: 2022-09-10 04:19:08.948--ClientSession(1405534694)--Thread(Thread[main,5,main])--acquire unit of work: 635321548 [junit] [EL Finest]: 2022-09-10 04:19:08.948--UnitOfWork(635321548)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:08.948--UnitOfWork(635321548)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finest]: 2022-09-10 04:19:08.948--UnitOfWork(635321548)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@46bb8cba. [junit] [EL Finer]: 2022-09-10 04:19:08.948--UnitOfWork(635321548)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:08.948--UnitOfWork(635321548)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2022-09-10 04:19:08.949--ServerSession(1526542158)--Connection(366378255)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:08.949--ClientSession(1405534694)--Connection(366378255)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:08.949--ClientSession(1405534694)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:08.949--UnitOfWork(635321548)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2022-09-10 04:19:08.949--UnitOfWork(635321548)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@46bb8cba) [junit] [EL Finer]: 2022-09-10 04:19:08.949--ClientSession(1405534694)--Connection(950740800)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:08.949--ClientSession(1405534694)--Connection(950740800)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:08.949--ClientSession(1405534694)--Connection(950740800)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Fine]: 2022-09-10 04:19:08.949--ClientSession(1405534694)--Connection(950740800)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Finer]: 2022-09-10 04:19:08.949--ClientSession(1405534694)--Connection(950740800)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2022-09-10 04:19:08.95--ClientSession(1405534694)--Connection(950740800)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [1, Hugo, Maier, null, null, null, null, 10, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:08.951--ClientSession(1405534694)--Connection(950740800)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:08.952--ServerSession(1526542158)--Connection(366378255)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:08.952--UnitOfWork(635321548)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:08.952--UnitOfWork(635321548)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:08.953--UnitOfWork(635321548)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:08.953--ClientSession(1405534694)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:08.953--UnitOfWork(635321548)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:08.953--ClientSession(1405534694)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:08.953--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1099251712 [junit] [EL Finer]: 2022-09-10 04:19:08.953--ClientSession(1099251712)--Thread(Thread[main,5,main])--acquire unit of work: 1436601475 [junit] [EL Finest]: 2022-09-10 04:19:08.953--UnitOfWork(1436601475)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:08.953--UnitOfWork(1436601475)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a [junit] [EL Finer]: 2022-09-10 04:19:08.956--UnitOfWork(1436601475)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:08.956--UnitOfWork(1436601475)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:08.956--UnitOfWork(1436601475)--Thread(Thread[main,5,main])--Execute query DeleteAllQuery(referenceClass=Employee sql="DELETE FROM TMP_EMP WHERE (DEPARTMENT = ?)") [junit] [EL Finest]: 2022-09-10 04:19:08.956--ServerSession(1526542158)--Connection(1876124835)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:08.956--ClientSession(1099251712)--Connection(1876124835)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:08.956--ClientSession(1099251712)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:08.957--ClientSession(1099251712)--Connection(1655860207)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW WHERE EXISTS(SELECT ID FROM TMP_EMP WHERE (DEPARTMENT = ?) AND ID = TMP_EMP_REVIEW.EMP_ID) [junit] bind => [10] [junit] [EL Fine]: 2022-09-10 04:19:08.957--ClientSession(1099251712)--Connection(1655860207)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT WHERE EXISTS(SELECT ID FROM TMP_EMP WHERE (DEPARTMENT = ?) AND ID = TMP_EMP_PROJECT.EMP_ID) [junit] bind => [10] [junit] [EL Fine]: 2022-09-10 04:19:08.958--ClientSession(1099251712)--Connection(1655860207)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PATENT WHERE EXISTS(SELECT ID FROM TMP_EMP WHERE (DEPARTMENT = ?) AND ID = TMP_EMP_PATENT.EMP_ID) [junit] bind => [10] [junit] [EL Fine]: 2022-09-10 04:19:08.958--ClientSession(1099251712)--Connection(1655860207)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_HOBBY WHERE EXISTS(SELECT ID FROM TMP_EMP WHERE (DEPARTMENT = ?) AND ID = TMP_EMP_HOBBY.EMP_ID) [junit] bind => [10] [junit] [EL Fine]: 2022-09-10 04:19:08.959--ClientSession(1099251712)--Connection(1655860207)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_CREDIT WHERE EXISTS(SELECT ID FROM TMP_EMP WHERE (DEPARTMENT = ?) AND ID = TMP_EMP_CREDIT.CLIENT_ID) [junit] bind => [10] [junit] [EL Fine]: 2022-09-10 04:19:08.959--ClientSession(1099251712)--Connection(1655860207)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_BICYCLE WHERE EXISTS(SELECT ID FROM TMP_EMP WHERE (DEPARTMENT = ?) AND ID = TMP_EMP_BICYCLE.EMPLOYEE_ID) [junit] bind => [10] [junit] [EL Fine]: 2022-09-10 04:19:08.96--ClientSession(1099251712)--Connection(1655860207)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP WHERE (DEPARTMENT = ?) [junit] bind => [10] [junit] [EL Finer]: 2022-09-10 04:19:08.961--UnitOfWork(1436601475)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:08.961--ClientSession(1099251712)--Connection(1655860207)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:08.961--ServerSession(1526542158)--Connection(1876124835)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:08.961--UnitOfWork(1436601475)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:08.962--UnitOfWork(1436601475)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2022-09-10 04:19:08.962--UnitOfWork(1436601475)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:08.962--ServerSession(1526542158)--Connection(315555632)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:08.962--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:08.963--ServerSession(1526542158)--Connection(760547734)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:08.963--ServerSession(1526542158)--Connection(315555632)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:08.963--UnitOfWork(1436601475)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:08.963--ClientSession(1099251712)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:08.964--UnitOfWork(1436601475)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:08.964--ClientSession(1099251712)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:08.978--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1296364421 [junit] [EL Finer]: 2022-09-10 04:19:08.978--ClientSession(1296364421)--Thread(Thread[main,5,main])--acquire unit of work: 1850144193 [junit] [EL Finest]: 2022-09-10 04:19:08.978--UnitOfWork(1850144193)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:08.978--UnitOfWork(1850144193)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finest]: 2022-09-10 04:19:08.978--UnitOfWork(1850144193)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3a99aa17. [junit] [EL Finer]: 2022-09-10 04:19:08.978--UnitOfWork(1850144193)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:08.979--UnitOfWork(1850144193)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2022-09-10 04:19:08.979--ServerSession(1526542158)--Connection(1247361483)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:08.979--ClientSession(1296364421)--Connection(1247361483)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:08.979--ClientSession(1296364421)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:08.979--UnitOfWork(1850144193)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2022-09-10 04:19:08.979--UnitOfWork(1850144193)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3a99aa17) [junit] [EL Finer]: 2022-09-10 04:19:08.979--ClientSession(1296364421)--Connection(1676048520)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:08.979--ClientSession(1296364421)--Connection(1676048520)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:08.979--ClientSession(1296364421)--Connection(1676048520)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Fine]: 2022-09-10 04:19:08.98--ClientSession(1296364421)--Connection(1676048520)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Finer]: 2022-09-10 04:19:08.98--ClientSession(1296364421)--Connection(1676048520)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2022-09-10 04:19:08.98--ClientSession(1296364421)--Connection(1676048520)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [1, Hugo, Maier, null, null, null, null, 10, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:08.981--ClientSession(1296364421)--Connection(1676048520)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:08.982--ServerSession(1526542158)--Connection(1247361483)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:08.982--UnitOfWork(1850144193)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:08.983--UnitOfWork(1850144193)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:08.983--UnitOfWork(1850144193)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:08.983--ClientSession(1296364421)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:08.983--UnitOfWork(1850144193)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:08.983--ClientSession(1296364421)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:08.983--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2037902642 [junit] [EL Finer]: 2022-09-10 04:19:08.983--ClientSession(2037902642)--Thread(Thread[main,5,main])--acquire unit of work: 384596360 [junit] [EL Finer]: 2022-09-10 04:19:08.983--UnitOfWork(384596360)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:08.983--UnitOfWork(384596360)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:08.983--UnitOfWork(384596360)--Thread(Thread[main,5,main])--Execute query DeleteAllQuery(referenceClass=Employee sql="DELETE FROM TMP_EMP WHERE (DEPARTMENT = ?)") [junit] [EL Finest]: 2022-09-10 04:19:08.984--ServerSession(1526542158)--Connection(1572903882)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:08.984--ClientSession(2037902642)--Connection(1572903882)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:08.984--ClientSession(2037902642)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:08.984--ClientSession(2037902642)--Connection(1446654626)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW WHERE EXISTS(SELECT ID FROM TMP_EMP WHERE (DEPARTMENT = ?) AND ID = TMP_EMP_REVIEW.EMP_ID) [junit] bind => [10] [junit] [EL Fine]: 2022-09-10 04:19:08.985--ClientSession(2037902642)--Connection(1446654626)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT WHERE EXISTS(SELECT ID FROM TMP_EMP WHERE (DEPARTMENT = ?) AND ID = TMP_EMP_PROJECT.EMP_ID) [junit] bind => [10] [junit] [EL Fine]: 2022-09-10 04:19:08.985--ClientSession(2037902642)--Connection(1446654626)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PATENT WHERE EXISTS(SELECT ID FROM TMP_EMP WHERE (DEPARTMENT = ?) AND ID = TMP_EMP_PATENT.EMP_ID) [junit] bind => [10] [junit] [EL Fine]: 2022-09-10 04:19:08.986--ClientSession(2037902642)--Connection(1446654626)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_HOBBY WHERE EXISTS(SELECT ID FROM TMP_EMP WHERE (DEPARTMENT = ?) AND ID = TMP_EMP_HOBBY.EMP_ID) [junit] bind => [10] [junit] [EL Fine]: 2022-09-10 04:19:08.986--ClientSession(2037902642)--Connection(1446654626)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_CREDIT WHERE EXISTS(SELECT ID FROM TMP_EMP WHERE (DEPARTMENT = ?) AND ID = TMP_EMP_CREDIT.CLIENT_ID) [junit] bind => [10] [junit] [EL Fine]: 2022-09-10 04:19:08.987--ClientSession(2037902642)--Connection(1446654626)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_BICYCLE WHERE EXISTS(SELECT ID FROM TMP_EMP WHERE (DEPARTMENT = ?) AND ID = TMP_EMP_BICYCLE.EMPLOYEE_ID) [junit] bind => [10] [junit] [EL Fine]: 2022-09-10 04:19:08.987--ClientSession(2037902642)--Connection(1446654626)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP WHERE (DEPARTMENT = ?) [junit] bind => [10] [junit] [EL Finer]: 2022-09-10 04:19:08.988--UnitOfWork(384596360)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:08.988--ClientSession(2037902642)--Connection(1446654626)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:08.988--ServerSession(1526542158)--Connection(1572903882)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:08.989--UnitOfWork(384596360)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:08.989--UnitOfWork(384596360)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2022-09-10 04:19:08.989--UnitOfWork(384596360)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:08.989--ServerSession(1526542158)--Connection(778318345)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:08.989--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:08.989--ServerSession(1526542158)--Connection(1420784573)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:08.99--ServerSession(1526542158)--Connection(778318345)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:08.99--UnitOfWork(384596360)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:08.99--ClientSession(2037902642)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:08.99--UnitOfWork(384596360)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:08.99--ClientSession(2037902642)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:09.004--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1769342885 [junit] [EL Finer]: 2022-09-10 04:19:09.004--ClientSession(1769342885)--Thread(Thread[main,5,main])--acquire unit of work: 63737628 [junit] [EL Finer]: 2022-09-10 04:19:09.007--UnitOfWork(63737628)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:09.007--ClientSession(1769342885)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:09.034--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1344491827 [junit] [EL Finer]: 2022-09-10 04:19:09.034--ClientSession(1344491827)--Thread(Thread[main,5,main])--acquire unit of work: 1058951948 [junit] [EL Finest]: 2022-09-10 04:19:09.034--UnitOfWork(1058951948)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:09.034--UnitOfWork(1058951948)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finest]: 2022-09-10 04:19:09.034--UnitOfWork(1058951948)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@598de6bf. [junit] [EL Finer]: 2022-09-10 04:19:09.034--UnitOfWork(1058951948)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:09.034--UnitOfWork(1058951948)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2022-09-10 04:19:09.034--ServerSession(1526542158)--Connection(1304345230)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:09.034--ClientSession(1344491827)--Connection(1304345230)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:09.035--ClientSession(1344491827)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:09.035--UnitOfWork(1058951948)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2022-09-10 04:19:09.035--UnitOfWork(1058951948)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@598de6bf) [junit] [EL Finer]: 2022-09-10 04:19:09.035--ClientSession(1344491827)--Connection(1796989016)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:09.035--ClientSession(1344491827)--Connection(1796989016)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:09.035--ClientSession(1344491827)--Connection(1796989016)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2022-09-10 04:19:09.035--ClientSession(1344491827)--Connection(1796989016)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2022-09-10 04:19:09.035--ClientSession(1344491827)--Connection(1796989016)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2022-09-10 04:19:09.036--ClientSession(1344491827)--Connection(1796989016)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [1, Hugo, Maier, null, null, null, null, 10, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:09.037--ClientSession(1344491827)--Connection(1796989016)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:09.038--ServerSession(1526542158)--Connection(1304345230)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:09.038--UnitOfWork(1058951948)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:09.038--UnitOfWork(1058951948)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:09.038--UnitOfWork(1058951948)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:09.038--ClientSession(1344491827)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:09.038--UnitOfWork(1058951948)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:09.038--ClientSession(1344491827)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:09.039--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 957239610 [junit] [EL Finer]: 2022-09-10 04:19:09.039--ClientSession(957239610)--Thread(Thread[main,5,main])--acquire unit of work: 879619200 [junit] [EL Finer]: 2022-09-10 04:19:09.039--UnitOfWork(879619200)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:09.039--UnitOfWork(879619200)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:09.039--UnitOfWork(879619200)--Thread(Thread[main,5,main])--Execute query DeleteAllQuery(referenceClass=Employee sql="DELETE FROM TMP_EMP") [junit] [EL Finest]: 2022-09-10 04:19:09.04--ServerSession(1526542158)--Connection(577654361)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:09.04--ClientSession(957239610)--Connection(577654361)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:09.04--ClientSession(957239610)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.04--ClientSession(957239610)--Connection(2042408824)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW [junit] [EL Fine]: 2022-09-10 04:19:09.041--ClientSession(957239610)--Connection(2042408824)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT [junit] [EL Fine]: 2022-09-10 04:19:09.041--ClientSession(957239610)--Connection(2042408824)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PATENT [junit] [EL Fine]: 2022-09-10 04:19:09.041--ClientSession(957239610)--Connection(2042408824)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_HOBBY [junit] [EL Fine]: 2022-09-10 04:19:09.042--ClientSession(957239610)--Connection(2042408824)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_CREDIT [junit] [EL Fine]: 2022-09-10 04:19:09.042--ClientSession(957239610)--Connection(2042408824)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_BICYCLE [junit] [EL Fine]: 2022-09-10 04:19:09.042--ClientSession(957239610)--Connection(2042408824)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP [junit] [EL Finer]: 2022-09-10 04:19:09.043--UnitOfWork(879619200)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:09.043--UnitOfWork(879619200)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:09.043--UnitOfWork(879619200)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2022-09-10 04:19:09.043--UnitOfWork(879619200)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="delete from TMP_DEP where ID is not null") [junit] [EL Fine]: 2022-09-10 04:19:09.043--ClientSession(957239610)--Connection(2042408824)--Thread(Thread[main,5,main])--delete from TMP_DEP where ID is not null [junit] [EL Finer]: 2022-09-10 04:19:09.044--UnitOfWork(879619200)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:09.044--ClientSession(957239610)--Connection(2042408824)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:09.045--ServerSession(1526542158)--Connection(577654361)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:09.045--UnitOfWork(879619200)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:09.045--UnitOfWork(879619200)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:09.059--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1412940565 [junit] [EL Finer]: 2022-09-10 04:19:09.059--ClientSession(1412940565)--Thread(Thread[main,5,main])--acquire unit of work: 2088874465 [junit] [EL Finest]: 2022-09-10 04:19:09.059--UnitOfWork(2088874465)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:09.059--UnitOfWork(2088874465)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finest]: 2022-09-10 04:19:09.059--UnitOfWork(2088874465)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5dc9d857. [junit] [EL Finer]: 2022-09-10 04:19:09.059--UnitOfWork(2088874465)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:09.06--UnitOfWork(2088874465)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2022-09-10 04:19:09.06--ServerSession(1526542158)--Connection(74701741)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:09.06--ClientSession(1412940565)--Connection(74701741)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:09.06--ClientSession(1412940565)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:09.06--UnitOfWork(2088874465)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2022-09-10 04:19:09.06--UnitOfWork(2088874465)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5dc9d857) [junit] [EL Finer]: 2022-09-10 04:19:09.061--ClientSession(1412940565)--Connection(38043182)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:09.061--ClientSession(1412940565)--Connection(38043182)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:09.061--ClientSession(1412940565)--Connection(38043182)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2022-09-10 04:19:09.061--ClientSession(1412940565)--Connection(38043182)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2022-09-10 04:19:09.061--ClientSession(1412940565)--Connection(38043182)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2022-09-10 04:19:09.062--ClientSession(1412940565)--Connection(38043182)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [1, Hugo, Maier, null, null, null, null, 10, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:09.062--ClientSession(1412940565)--Connection(38043182)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:09.063--ServerSession(1526542158)--Connection(74701741)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:09.063--UnitOfWork(2088874465)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:09.063--UnitOfWork(2088874465)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:09.064--UnitOfWork(2088874465)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:09.064--ClientSession(1412940565)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:09.064--UnitOfWork(2088874465)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:09.064--ClientSession(1412940565)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:09.064--UnitOfWork(879619200)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:09.064--UnitOfWork(879619200)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:09.064--UnitOfWork(879619200)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2022-09-10 04:19:09.064--UnitOfWork(879619200)--Thread(Thread[main,5,main])--Execute query DeleteAllQuery(referenceClass=Employee sql="DELETE FROM TMP_EMP") [junit] [EL Finest]: 2022-09-10 04:19:09.064--ServerSession(1526542158)--Connection(993785635)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:09.064--ClientSession(957239610)--Connection(993785635)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:09.064--ClientSession(957239610)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.064--ClientSession(957239610)--Connection(1819747590)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW [junit] [EL Fine]: 2022-09-10 04:19:09.065--ClientSession(957239610)--Connection(1819747590)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT [junit] [EL Fine]: 2022-09-10 04:19:09.065--ClientSession(957239610)--Connection(1819747590)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PATENT [junit] [EL Fine]: 2022-09-10 04:19:09.066--ClientSession(957239610)--Connection(1819747590)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_HOBBY [junit] [EL Fine]: 2022-09-10 04:19:09.066--ClientSession(957239610)--Connection(1819747590)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_CREDIT [junit] [EL Fine]: 2022-09-10 04:19:09.066--ClientSession(957239610)--Connection(1819747590)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_BICYCLE [junit] [EL Fine]: 2022-09-10 04:19:09.067--ClientSession(957239610)--Connection(1819747590)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP [junit] [EL Finer]: 2022-09-10 04:19:09.067--UnitOfWork(879619200)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:09.067--UnitOfWork(879619200)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:09.067--UnitOfWork(879619200)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2022-09-10 04:19:09.067--UnitOfWork(879619200)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="delete from TMP_DEP where TMP_DEP.ID = 10") [junit] [EL Fine]: 2022-09-10 04:19:09.067--ClientSession(957239610)--Connection(1819747590)--Thread(Thread[main,5,main])--delete from TMP_DEP where TMP_DEP.ID = 10 [junit] [EL Finer]: 2022-09-10 04:19:09.068--UnitOfWork(879619200)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:09.068--ClientSession(957239610)--Connection(1819747590)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:09.069--ServerSession(1526542158)--Connection(993785635)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:09.069--UnitOfWork(879619200)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:09.069--UnitOfWork(879619200)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:09.098--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 306730707 [junit] [EL Finer]: 2022-09-10 04:19:09.098--ClientSession(306730707)--Thread(Thread[main,5,main])--acquire unit of work: 742836488 [junit] [EL Finest]: 2022-09-10 04:19:09.098--UnitOfWork(742836488)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:09.098--UnitOfWork(742836488)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finest]: 2022-09-10 04:19:09.098--UnitOfWork(742836488)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@13e8149a. [junit] [EL Finer]: 2022-09-10 04:19:09.098--UnitOfWork(742836488)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:09.098--UnitOfWork(742836488)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2022-09-10 04:19:09.098--ServerSession(1526542158)--Connection(995947718)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:09.099--ClientSession(306730707)--Connection(995947718)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:09.099--ClientSession(306730707)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:09.099--UnitOfWork(742836488)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2022-09-10 04:19:09.099--UnitOfWork(742836488)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@13e8149a) [junit] [EL Finer]: 2022-09-10 04:19:09.099--ClientSession(306730707)--Connection(1455826282)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:09.099--ClientSession(306730707)--Connection(1455826282)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:09.099--ClientSession(306730707)--Connection(1455826282)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2022-09-10 04:19:09.099--ClientSession(306730707)--Connection(1455826282)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2022-09-10 04:19:09.099--ClientSession(306730707)--Connection(1455826282)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2022-09-10 04:19:09.1--ClientSession(306730707)--Connection(1455826282)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [1, Hugo, Maier, null, null, null, null, 10, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:09.101--ClientSession(306730707)--Connection(1455826282)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:09.102--ServerSession(1526542158)--Connection(995947718)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:09.102--UnitOfWork(742836488)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:09.102--UnitOfWork(742836488)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:09.102--UnitOfWork(742836488)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:09.102--ClientSession(306730707)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:09.102--UnitOfWork(742836488)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:09.102--ClientSession(306730707)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:09.103--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1924825361 [junit] [EL Finer]: 2022-09-10 04:19:09.103--ClientSession(1924825361)--Thread(Thread[main,5,main])--acquire unit of work: 376865673 [junit] [EL Finer]: 2022-09-10 04:19:09.103--UnitOfWork(376865673)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:09.103--UnitOfWork(376865673)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:09.103--UnitOfWork(376865673)--Thread(Thread[main,5,main])--Execute query DeleteAllQuery(referenceClass=Employee sql="DELETE FROM TMP_EMP") [junit] [EL Finest]: 2022-09-10 04:19:09.103--ServerSession(1526542158)--Connection(532579730)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:09.103--ClientSession(1924825361)--Connection(532579730)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:09.103--ClientSession(1924825361)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.104--ClientSession(1924825361)--Connection(636235590)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW [junit] [EL Fine]: 2022-09-10 04:19:09.104--ClientSession(1924825361)--Connection(636235590)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT [junit] [EL Fine]: 2022-09-10 04:19:09.104--ClientSession(1924825361)--Connection(636235590)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PATENT [junit] [EL Fine]: 2022-09-10 04:19:09.105--ClientSession(1924825361)--Connection(636235590)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_HOBBY [junit] [EL Fine]: 2022-09-10 04:19:09.105--ClientSession(1924825361)--Connection(636235590)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_CREDIT [junit] [EL Fine]: 2022-09-10 04:19:09.106--ClientSession(1924825361)--Connection(636235590)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_BICYCLE [junit] [EL Fine]: 2022-09-10 04:19:09.106--ClientSession(1924825361)--Connection(636235590)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP [junit] [EL Finer]: 2022-09-10 04:19:09.107--UnitOfWork(376865673)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:09.108--UnitOfWork(376865673)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:09.108--UnitOfWork(376865673)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2022-09-10 04:19:09.108--UnitOfWork(376865673)--Thread(Thread[main,5,main])--Execute query DeleteAllQuery(referenceClass=Department sql="DELETE FROM TMP_DEP WHERE (ID IS NOT NULL)") [junit] [EL Fine]: 2022-09-10 04:19:09.108--ClientSession(1924825361)--Connection(636235590)--Thread(Thread[main,5,main])--DELETE FROM TMP_DEP WHERE (ID IS NOT NULL) [junit] [EL Finer]: 2022-09-10 04:19:09.109--UnitOfWork(376865673)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:09.109--ClientSession(1924825361)--Connection(636235590)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:09.109--ServerSession(1526542158)--Connection(532579730)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:09.11--UnitOfWork(376865673)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:09.11--UnitOfWork(376865673)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:09.124--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 369349115 [junit] [EL Finer]: 2022-09-10 04:19:09.124--ClientSession(369349115)--Thread(Thread[main,5,main])--acquire unit of work: 292911380 [junit] [EL Finest]: 2022-09-10 04:19:09.124--UnitOfWork(292911380)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:09.124--UnitOfWork(292911380)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finest]: 2022-09-10 04:19:09.124--UnitOfWork(292911380)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4e67bdd8. [junit] [EL Finer]: 2022-09-10 04:19:09.125--UnitOfWork(292911380)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:09.125--UnitOfWork(292911380)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2022-09-10 04:19:09.125--ServerSession(1526542158)--Connection(1135273078)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:09.125--ClientSession(369349115)--Connection(1135273078)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:09.125--ClientSession(369349115)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:09.125--UnitOfWork(292911380)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2022-09-10 04:19:09.125--UnitOfWork(292911380)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4e67bdd8) [junit] [EL Finer]: 2022-09-10 04:19:09.126--ClientSession(369349115)--Connection(1582521891)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:09.137--ClientSession(369349115)--Connection(1582521891)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:09.137--ClientSession(369349115)--Connection(1582521891)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2022-09-10 04:19:09.137--ClientSession(369349115)--Connection(1582521891)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2022-09-10 04:19:09.137--ClientSession(369349115)--Connection(1582521891)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2022-09-10 04:19:09.138--ClientSession(369349115)--Connection(1582521891)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [1, Hugo, Maier, null, null, null, null, 10, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:09.139--ClientSession(369349115)--Connection(1582521891)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:09.14--ServerSession(1526542158)--Connection(1135273078)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:09.141--UnitOfWork(292911380)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:09.141--UnitOfWork(292911380)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:09.141--UnitOfWork(292911380)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:09.141--ClientSession(369349115)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:09.141--UnitOfWork(292911380)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:09.141--ClientSession(369349115)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:09.141--UnitOfWork(376865673)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:09.141--UnitOfWork(376865673)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:09.141--UnitOfWork(376865673)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2022-09-10 04:19:09.142--UnitOfWork(376865673)--Thread(Thread[main,5,main])--Execute query DeleteAllQuery(referenceClass=Employee sql="DELETE FROM TMP_EMP") [junit] [EL Finest]: 2022-09-10 04:19:09.142--ServerSession(1526542158)--Connection(1714575949)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:09.142--ClientSession(1924825361)--Connection(1714575949)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:09.142--ClientSession(1924825361)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.142--ClientSession(1924825361)--Connection(2097375644)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW [junit] [EL Fine]: 2022-09-10 04:19:09.143--ClientSession(1924825361)--Connection(2097375644)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT [junit] [EL Fine]: 2022-09-10 04:19:09.143--ClientSession(1924825361)--Connection(2097375644)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PATENT [junit] [EL Fine]: 2022-09-10 04:19:09.143--ClientSession(1924825361)--Connection(2097375644)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_HOBBY [junit] [EL Fine]: 2022-09-10 04:19:09.144--ClientSession(1924825361)--Connection(2097375644)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_CREDIT [junit] [EL Fine]: 2022-09-10 04:19:09.144--ClientSession(1924825361)--Connection(2097375644)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_BICYCLE [junit] [EL Fine]: 2022-09-10 04:19:09.145--ClientSession(1924825361)--Connection(2097375644)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP [junit] [EL Finer]: 2022-09-10 04:19:09.146--UnitOfWork(376865673)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:09.146--UnitOfWork(376865673)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:09.146--UnitOfWork(376865673)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2022-09-10 04:19:09.146--UnitOfWork(376865673)--Thread(Thread[main,5,main])--Execute query DeleteAllQuery(referenceClass=Department sql="DELETE FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:09.146--ClientSession(1924825361)--Connection(2097375644)--Thread(Thread[main,5,main])--DELETE FROM TMP_DEP WHERE (ID = ?) [junit] bind => [10] [junit] [EL Finer]: 2022-09-10 04:19:09.147--UnitOfWork(376865673)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:09.147--ClientSession(1924825361)--Connection(2097375644)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:09.148--ServerSession(1526542158)--Connection(1714575949)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:09.148--UnitOfWork(376865673)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:09.148--UnitOfWork(376865673)--Thread(Thread[main,5,main])--resume unit of work [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.337 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestEmbeddables [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.114 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestExtendedQueries [junit] [EL Finer]: 2022-09-10 04:19:09.294--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 936067578 [junit] [EL Finer]: 2022-09-10 04:19:09.294--ClientSession(936067578)--Thread(Thread[main,5,main])--acquire unit of work: 576223009 [junit] [EL Finest]: 2022-09-10 04:19:09.294--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:reading. [junit] [EL Finest]: 2022-09-10 04:19:09.294--ServerSession(1526542158)--Connection(739117753)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:09.294--ClientSession(936067578)--Connection(739117753)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:09.294--ClientSession(936067578)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:09.295--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="StringIdGenerator" sql="UPDATE TMP_STRING_GEN SET MAX_ID = MAX_ID + #PREALLOC_SIZE WHERE BEAN_NAME = #BEAN_NAME") [junit] [EL Finest]: 2022-09-10 04:19:09.295--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="StringIdGenerator" sql="SELECT MAX_ID FROM TMP_STRING_GEN WHERE BEAN_NAME = #BEAN_NAME") [junit] [EL Fine]: 2022-09-10 04:19:09.295--ClientSession(936067578)--Connection(1093093971)--Thread(Thread[main,5,main])--UPDATE TMP_STRING_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, StringIdGenerator] [junit] [EL Fine]: 2022-09-10 04:19:09.296--ClientSession(936067578)--Connection(1093093971)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_STRING_GEN WHERE BEAN_NAME = ? [junit] bind => [StringIdGenerator] [junit] [EL Finest]: 2022-09-10 04:19:09.296--ClientSession(936067578)--Connection(1093093971)--Thread(Thread[main,5,main])--local sequencing preallocation for StringIdGenerator: objects: 50 , first: 1, last: 50 [junit] [EL Finer]: 2022-09-10 04:19:09.296--ClientSession(936067578)--Connection(1093093971)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:09.297--ServerSession(1526542158)--Connection(1093093971)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2022-09-10 04:19:09.297--ServerSession(1526542158)--Connection(739117753)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:19:09.297--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (1 -> null:null:reading) [junit] [EL Finest]: 2022-09-10 04:19:09.297--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:cooking. [junit] [EL Finest]: 2022-09-10 04:19:09.298--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (2 -> null:null:cooking) [junit] [EL Finest]: 2022-09-10 04:19:09.298--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:watching tv. [junit] [EL Finest]: 2022-09-10 04:19:09.298--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (3 -> null:null:watching tv) [junit] [EL Finest]: 2022-09-10 04:19:09.298--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:cleaning the house. [junit] [EL Finest]: 2022-09-10 04:19:09.298--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (4 -> null:null:cleaning the house) [junit] [EL Finest]: 2022-09-10 04:19:09.298--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:swimming. [junit] [EL Finest]: 2022-09-10 04:19:09.298--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (5 -> null:null:swimming) [junit] [EL Finest]: 2022-09-10 04:19:09.298--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:computers. [junit] [EL Finest]: 2022-09-10 04:19:09.298--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (6 -> null:null:computers) [junit] [EL Finest]: 2022-09-10 04:19:09.298--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:stamps. [junit] [EL Finest]: 2022-09-10 04:19:09.298--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (7 -> null:null:stamps) [junit] [EL Finest]: 2022-09-10 04:19:09.298--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@0. [junit] [EL Finest]: 2022-09-10 04:19:09.298--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:19:09.299--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2. [junit] [EL Finest]: 2022-09-10 04:19:09.299--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3. [junit] [EL Finest]: 2022-09-10 04:19:09.299--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4. [junit] [EL Finest]: 2022-09-10 04:19:09.299--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5. [junit] [EL Finest]: 2022-09-10 04:19:09.299--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6. [junit] [EL Finest]: 2022-09-10 04:19:09.299--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7. [junit] [EL Finest]: 2022-09-10 04:19:09.299--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8. [junit] [EL Finest]: 2022-09-10 04:19:09.299--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9. [junit] [EL Finest]: 2022-09-10 04:19:09.299--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@28cd26de. [junit] [EL Finest]: 2022-09-10 04:19:09.299--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (4 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@28cd26de) [junit] [EL Finest]: 2022-09-10 04:19:09.299--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@36d476c2. [junit] [EL Finest]: 2022-09-10 04:19:09.299--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (5 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@36d476c2) [junit] [EL Finest]: 2022-09-10 04:19:09.299--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1c541176. [junit] [EL Finest]: 2022-09-10 04:19:09.299--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (6 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1c541176) [junit] [EL Finest]: 2022-09-10 04:19:09.3--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@768cfd06. [junit] [EL Finest]: 2022-09-10 04:19:09.3--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (7 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@768cfd06) [junit] [EL Finest]: 2022-09-10 04:19:09.3--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@37b6dedf. [junit] [EL Finest]: 2022-09-10 04:19:09.3--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (8 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@37b6dedf) [junit] [EL Finest]: 2022-09-10 04:19:09.3--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@22c1cc8d. [junit] [EL Finest]: 2022-09-10 04:19:09.3--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (9 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@22c1cc8d) [junit] [EL Finest]: 2022-09-10 04:19:09.3--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@f571c0d. [junit] [EL Finest]: 2022-09-10 04:19:09.301--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (10 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@f571c0d) [junit] [EL Finest]: 2022-09-10 04:19:09.301--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@e166b1e. [junit] [EL Finest]: 2022-09-10 04:19:09.301--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (11 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@e166b1e) [junit] [EL Finest]: 2022-09-10 04:19:09.301--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@221f7bf5. [junit] [EL Finest]: 2022-09-10 04:19:09.301--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (12 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@221f7bf5) [junit] [EL Finest]: 2022-09-10 04:19:09.301--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2986db02. [junit] [EL Finest]: 2022-09-10 04:19:09.301--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (13 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2986db02) [junit] [EL Finest]: 2022-09-10 04:19:09.301--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1e060d4b. [junit] [EL Finest]: 2022-09-10 04:19:09.301--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (14 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1e060d4b) [junit] [EL Finest]: 2022-09-10 04:19:09.301--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2375cb0e. [junit] [EL Finest]: 2022-09-10 04:19:09.301--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (15 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2375cb0e) [junit] [EL Finest]: 2022-09-10 04:19:09.301--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7a6ccc46. [junit] [EL Finest]: 2022-09-10 04:19:09.302--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (16 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7a6ccc46) [junit] [EL Finest]: 2022-09-10 04:19:09.302--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@65ad56c2. [junit] [EL Finest]: 2022-09-10 04:19:09.302--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (17 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@65ad56c2) [junit] [EL Finest]: 2022-09-10 04:19:09.302--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4b6f7369. [junit] [EL Finest]: 2022-09-10 04:19:09.302--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (18 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4b6f7369) [junit] [EL Finest]: 2022-09-10 04:19:09.302--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@464fecb1. [junit] [EL Finest]: 2022-09-10 04:19:09.302--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (19 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@464fecb1) [junit] [EL Finest]: 2022-09-10 04:19:09.302--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a5d16c2. [junit] [EL Finest]: 2022-09-10 04:19:09.302--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (20 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a5d16c2) [junit] [EL Finest]: 2022-09-10 04:19:09.302--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@55c9400d. [junit] [EL Finest]: 2022-09-10 04:19:09.302--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (21 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@55c9400d) [junit] [EL Finest]: 2022-09-10 04:19:09.303--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@650d95e6. [junit] [EL Finest]: 2022-09-10 04:19:09.303--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (22 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@650d95e6) [junit] [EL Finest]: 2022-09-10 04:19:09.303--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5c1ec792. [junit] [EL Finest]: 2022-09-10 04:19:09.303--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (23 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5c1ec792) [junit] [EL Finest]: 2022-09-10 04:19:09.303--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6e4731d5. [junit] [EL Finest]: 2022-09-10 04:19:09.303--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (24 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6e4731d5) [junit] [EL Finest]: 2022-09-10 04:19:09.303--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7111dd38. [junit] [EL Finest]: 2022-09-10 04:19:09.303--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (25 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7111dd38) [junit] [EL Finest]: 2022-09-10 04:19:09.303--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@783ac459. [junit] [EL Finest]: 2022-09-10 04:19:09.303--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (26 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@783ac459) [junit] [EL Finest]: 2022-09-10 04:19:09.303--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5232be9b. [junit] [EL Finest]: 2022-09-10 04:19:09.303--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (27 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5232be9b) [junit] [EL Finest]: 2022-09-10 04:19:09.304--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5ace491. [junit] [EL Finest]: 2022-09-10 04:19:09.304--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (28 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5ace491) [junit] [EL Finest]: 2022-09-10 04:19:09.304--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7a2b0101. [junit] [EL Finest]: 2022-09-10 04:19:09.304--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (29 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7a2b0101) [junit] [EL Finest]: 2022-09-10 04:19:09.304--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@549d1a11. [junit] [EL Finest]: 2022-09-10 04:19:09.304--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (30 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@549d1a11) [junit] [EL Finest]: 2022-09-10 04:19:09.304--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@139ca07f. [junit] [EL Finest]: 2022-09-10 04:19:09.304--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (31 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@139ca07f) [junit] [EL Finest]: 2022-09-10 04:19:09.304--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@717646f1. [junit] [EL Finest]: 2022-09-10 04:19:09.304--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (32 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@717646f1) [junit] [EL Finest]: 2022-09-10 04:19:09.304--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@537762d7. [junit] [EL Finest]: 2022-09-10 04:19:09.304--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (33 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@537762d7) [junit] [EL Finest]: 2022-09-10 04:19:09.305--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6f06b73a. [junit] [EL Finest]: 2022-09-10 04:19:09.305--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (34 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6f06b73a) [junit] [EL Finest]: 2022-09-10 04:19:09.305--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@196f7dfd. [junit] [EL Finest]: 2022-09-10 04:19:09.305--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (35 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@196f7dfd) [junit] [EL Finest]: 2022-09-10 04:19:09.305--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5aede1ef. [junit] [EL Finest]: 2022-09-10 04:19:09.305--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (36 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5aede1ef) [junit] [EL Finest]: 2022-09-10 04:19:09.305--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@326451bf. [junit] [EL Finest]: 2022-09-10 04:19:09.305--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (37 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@326451bf) [junit] [EL Finest]: 2022-09-10 04:19:09.305--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@68819fae. [junit] [EL Finest]: 2022-09-10 04:19:09.305--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (38 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@68819fae) [junit] [EL Finest]: 2022-09-10 04:19:09.305--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@ae397d6. [junit] [EL Finest]: 2022-09-10 04:19:09.305--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (39 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@ae397d6) [junit] [EL Finest]: 2022-09-10 04:19:09.306--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3f34edfc. [junit] [EL Finest]: 2022-09-10 04:19:09.306--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (40 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3f34edfc) [junit] [EL Finest]: 2022-09-10 04:19:09.306--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2f4daa0c. [junit] [EL Finest]: 2022-09-10 04:19:09.306--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (41 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2f4daa0c) [junit] [EL Finest]: 2022-09-10 04:19:09.306--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4bd52ca4. [junit] [EL Finest]: 2022-09-10 04:19:09.306--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (42 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4bd52ca4) [junit] [EL Finest]: 2022-09-10 04:19:09.306--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5d9e5f2f. [junit] [EL Finest]: 2022-09-10 04:19:09.306--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (43 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5d9e5f2f) [junit] [EL Finest]: 2022-09-10 04:19:09.306--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@455d026d. [junit] [EL Finest]: 2022-09-10 04:19:09.306--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (44 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@455d026d) [junit] [EL Finest]: 2022-09-10 04:19:09.306--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@782cd00. [junit] [EL Finest]: 2022-09-10 04:19:09.307--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (45 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@782cd00) [junit] [EL Finest]: 2022-09-10 04:19:09.307--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@65d07158. [junit] [EL Finest]: 2022-09-10 04:19:09.307--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (46 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@65d07158) [junit] [EL Finest]: 2022-09-10 04:19:09.307--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4a182dea. [junit] [EL Finest]: 2022-09-10 04:19:09.307--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (47 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4a182dea) [junit] [EL Finest]: 2022-09-10 04:19:09.307--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@677b00ae. [junit] [EL Finest]: 2022-09-10 04:19:09.307--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (48 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@677b00ae) [junit] [EL Finest]: 2022-09-10 04:19:09.307--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@76802b8c. [junit] [EL Finest]: 2022-09-10 04:19:09.307--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (49 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@76802b8c) [junit] [EL Finest]: 2022-09-10 04:19:09.307--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@10bcceb5. [junit] [EL Finest]: 2022-09-10 04:19:09.307--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (50 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@10bcceb5) [junit] [EL Finest]: 2022-09-10 04:19:09.307--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1b40c635. [junit] [EL Finest]: 2022-09-10 04:19:09.308--ServerSession(1526542158)--Connection(612490115)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:09.308--ClientSession(936067578)--Connection(612490115)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:09.308--ClientSession(936067578)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:09.308--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="VehicleGenerator" sql="UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ?") [junit] [EL Finest]: 2022-09-10 04:19:09.308--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="VehicleGenerator" sql="SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2022-09-10 04:19:09.308--ClientSession(936067578)--Connection(1395280084)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2022-09-10 04:19:09.309--ClientSession(936067578)--Connection(1395280084)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2022-09-10 04:19:09.309--ClientSession(936067578)--Connection(1395280084)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 51, last: 100 [junit] [EL Finer]: 2022-09-10 04:19:09.31--ClientSession(936067578)--Connection(1395280084)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:09.31--ServerSession(1526542158)--Connection(1395280084)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2022-09-10 04:19:09.31--ServerSession(1526542158)--Connection(612490115)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:19:09.31--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (51 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1b40c635) [junit] [EL Finest]: 2022-09-10 04:19:09.311--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1997784a. [junit] [EL Finest]: 2022-09-10 04:19:09.311--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (52 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1997784a) [junit] [EL Finest]: 2022-09-10 04:19:09.311--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6ead88dd. [junit] [EL Finest]: 2022-09-10 04:19:09.311--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (53 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6ead88dd) [junit] [EL Finest]: 2022-09-10 04:19:09.311--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@fbcba93. [junit] [EL Finest]: 2022-09-10 04:19:09.311--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (54 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@fbcba93) [junit] [EL Finest]: 2022-09-10 04:19:09.311--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@39e347c. [junit] [EL Finest]: 2022-09-10 04:19:09.311--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (55 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@39e347c) [junit] [EL Finest]: 2022-09-10 04:19:09.311--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2169596d. [junit] [EL Finest]: 2022-09-10 04:19:09.311--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (56 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2169596d) [junit] [EL Finest]: 2022-09-10 04:19:09.311--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2300d6fd. [junit] [EL Finest]: 2022-09-10 04:19:09.311--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (57 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2300d6fd) [junit] [EL Finest]: 2022-09-10 04:19:09.312--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4902882c. [junit] [EL Finest]: 2022-09-10 04:19:09.312--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (58 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4902882c) [junit] [EL Finest]: 2022-09-10 04:19:09.312--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3b4d78a4. [junit] [EL Finest]: 2022-09-10 04:19:09.312--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (59 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3b4d78a4) [junit] [EL Finest]: 2022-09-10 04:19:09.312--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5084fc91. [junit] [EL Finest]: 2022-09-10 04:19:09.312--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (60 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5084fc91) [junit] [EL Finest]: 2022-09-10 04:19:09.312--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@75966f42. [junit] [EL Finest]: 2022-09-10 04:19:09.312--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (61 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@75966f42) [junit] [EL Finest]: 2022-09-10 04:19:09.312--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2808ca34. [junit] [EL Finest]: 2022-09-10 04:19:09.312--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (62 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2808ca34) [junit] [EL Finest]: 2022-09-10 04:19:09.312--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@78500fc9. [junit] [EL Finest]: 2022-09-10 04:19:09.312--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (63 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@78500fc9) [junit] [EL Finest]: 2022-09-10 04:19:09.313--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@fc71426. [junit] [EL Finest]: 2022-09-10 04:19:09.313--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (64 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@fc71426) [junit] [EL Finest]: 2022-09-10 04:19:09.313--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@49ed96e3. [junit] [EL Finest]: 2022-09-10 04:19:09.313--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (65 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@49ed96e3) [junit] [EL Finest]: 2022-09-10 04:19:09.313--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@275aac80. [junit] [EL Finest]: 2022-09-10 04:19:09.313--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (66 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@275aac80) [junit] [EL Finest]: 2022-09-10 04:19:09.313--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5f8cd1e5. [junit] [EL Finest]: 2022-09-10 04:19:09.313--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (67 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5f8cd1e5) [junit] [EL Finest]: 2022-09-10 04:19:09.313--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@685d9816. [junit] [EL Finest]: 2022-09-10 04:19:09.313--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (68 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@685d9816) [junit] [EL Finest]: 2022-09-10 04:19:09.313--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4d225170. [junit] [EL Finest]: 2022-09-10 04:19:09.313--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (69 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4d225170) [junit] [EL Finest]: 2022-09-10 04:19:09.314--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3f6edaf8. [junit] [EL Finest]: 2022-09-10 04:19:09.314--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (70 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3f6edaf8) [junit] [EL Finest]: 2022-09-10 04:19:09.314--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6543709. [junit] [EL Finest]: 2022-09-10 04:19:09.314--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (71 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6543709) [junit] [EL Finest]: 2022-09-10 04:19:09.314--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2cd92fd. [junit] [EL Finest]: 2022-09-10 04:19:09.314--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (72 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2cd92fd) [junit] [EL Finest]: 2022-09-10 04:19:09.314--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5dbbfa05. [junit] [EL Finest]: 2022-09-10 04:19:09.314--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (73 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5dbbfa05) [junit] [EL Finest]: 2022-09-10 04:19:09.314--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@14cb5250. [junit] [EL Finest]: 2022-09-10 04:19:09.314--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (74 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@14cb5250) [junit] [EL Finest]: 2022-09-10 04:19:09.314--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3300d3bf. [junit] [EL Finest]: 2022-09-10 04:19:09.314--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (75 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3300d3bf) [junit] [EL Finest]: 2022-09-10 04:19:09.315--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5db4e558. [junit] [EL Finest]: 2022-09-10 04:19:09.315--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (76 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5db4e558) [junit] [EL Finest]: 2022-09-10 04:19:09.315--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5f5d5739. [junit] [EL Finest]: 2022-09-10 04:19:09.315--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (77 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5f5d5739) [junit] [EL Finest]: 2022-09-10 04:19:09.315--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@11cac750. [junit] [EL Finest]: 2022-09-10 04:19:09.315--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (78 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@11cac750) [junit] [EL Finest]: 2022-09-10 04:19:09.315--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@24e273fd. [junit] [EL Finest]: 2022-09-10 04:19:09.315--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (79 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@24e273fd) [junit] [EL Finest]: 2022-09-10 04:19:09.315--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5e86dc1c. [junit] [EL Finest]: 2022-09-10 04:19:09.315--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (80 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5e86dc1c) [junit] [EL Finest]: 2022-09-10 04:19:09.315--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6b57ac6a. [junit] [EL Finest]: 2022-09-10 04:19:09.315--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (81 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6b57ac6a) [junit] [EL Finest]: 2022-09-10 04:19:09.316--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2ce01617. [junit] [EL Finest]: 2022-09-10 04:19:09.316--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (82 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2ce01617) [junit] [EL Finest]: 2022-09-10 04:19:09.316--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1b2af5ed. [junit] [EL Finest]: 2022-09-10 04:19:09.316--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (83 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1b2af5ed) [junit] [EL Finest]: 2022-09-10 04:19:09.316--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7324bca8. [junit] [EL Finest]: 2022-09-10 04:19:09.316--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (84 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7324bca8) [junit] [EL Finest]: 2022-09-10 04:19:09.316--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@25c66a5a. [junit] [EL Finest]: 2022-09-10 04:19:09.316--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (85 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@25c66a5a) [junit] [EL Finest]: 2022-09-10 04:19:09.316--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@9ba905b. [junit] [EL Finest]: 2022-09-10 04:19:09.316--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (86 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@9ba905b) [junit] [EL Finest]: 2022-09-10 04:19:09.316--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@45f3891c. [junit] [EL Finest]: 2022-09-10 04:19:09.316--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (87 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@45f3891c) [junit] [EL Finest]: 2022-09-10 04:19:09.317--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@13e4acf6. [junit] [EL Finest]: 2022-09-10 04:19:09.317--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (88 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@13e4acf6) [junit] [EL Finest]: 2022-09-10 04:19:09.317--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@566806a. [junit] [EL Finest]: 2022-09-10 04:19:09.317--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (89 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@566806a) [junit] [EL Finest]: 2022-09-10 04:19:09.317--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5883f0d5. [junit] [EL Finest]: 2022-09-10 04:19:09.317--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (90 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5883f0d5) [junit] [EL Finest]: 2022-09-10 04:19:09.317--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@16139b0. [junit] [EL Finest]: 2022-09-10 04:19:09.317--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (91 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@16139b0) [junit] [EL Finest]: 2022-09-10 04:19:09.317--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@37d4b676. [junit] [EL Finest]: 2022-09-10 04:19:09.317--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (92 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@37d4b676) [junit] [EL Finest]: 2022-09-10 04:19:09.317--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6801536. [junit] [EL Finest]: 2022-09-10 04:19:09.317--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (93 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6801536) [junit] [EL Finest]: 2022-09-10 04:19:09.318--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4142586b. [junit] [EL Finest]: 2022-09-10 04:19:09.318--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (94 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4142586b) [junit] [EL Finest]: 2022-09-10 04:19:09.318--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4966454a. [junit] [EL Finest]: 2022-09-10 04:19:09.318--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (95 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4966454a) [junit] [EL Finest]: 2022-09-10 04:19:09.318--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5b133d16. [junit] [EL Finest]: 2022-09-10 04:19:09.318--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (96 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5b133d16) [junit] [EL Finest]: 2022-09-10 04:19:09.318--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5dbcaae7. [junit] [EL Finest]: 2022-09-10 04:19:09.318--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (97 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5dbcaae7) [junit] [EL Finest]: 2022-09-10 04:19:09.318--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@e6e203b. [junit] [EL Finest]: 2022-09-10 04:19:09.318--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (98 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@e6e203b) [junit] [EL Finest]: 2022-09-10 04:19:09.318--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@75d978a9. [junit] [EL Finest]: 2022-09-10 04:19:09.318--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (99 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@75d978a9) [junit] [EL Finest]: 2022-09-10 04:19:09.319--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@37601089. [junit] [EL Finest]: 2022-09-10 04:19:09.319--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (100 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@37601089) [junit] [EL Finest]: 2022-09-10 04:19:09.319--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@f337f10. [junit] [EL Finest]: 2022-09-10 04:19:09.319--ServerSession(1526542158)--Connection(1881401653)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:09.319--ClientSession(936067578)--Connection(1881401653)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:09.319--ClientSession(936067578)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:09.319--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="VehicleGenerator" sql="UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ?") [junit] [EL Finest]: 2022-09-10 04:19:09.319--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="VehicleGenerator" sql="SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2022-09-10 04:19:09.319--ClientSession(936067578)--Connection(1308740520)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2022-09-10 04:19:09.32--ClientSession(936067578)--Connection(1308740520)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2022-09-10 04:19:09.321--ClientSession(936067578)--Connection(1308740520)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 101, last: 150 [junit] [EL Finer]: 2022-09-10 04:19:09.321--ClientSession(936067578)--Connection(1308740520)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:09.322--ServerSession(1526542158)--Connection(1308740520)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2022-09-10 04:19:09.322--ServerSession(1526542158)--Connection(1881401653)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:19:09.322--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (101 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@f337f10) [junit] [EL Finest]: 2022-09-10 04:19:09.322--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@28d9bd86. [junit] [EL Finest]: 2022-09-10 04:19:09.322--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (102 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@28d9bd86) [junit] [EL Finest]: 2022-09-10 04:19:09.322--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2f78ab54. [junit] [EL Finest]: 2022-09-10 04:19:09.322--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (103 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2f78ab54) [junit] [EL Finest]: 2022-09-10 04:19:09.322--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@6eac0029. [junit] [EL Finest]: 2022-09-10 04:19:09.322--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (104 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@6eac0029) [junit] [EL Finest]: 2022-09-10 04:19:09.323--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@979c3cb. [junit] [EL Finest]: 2022-09-10 04:19:09.323--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (105 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@979c3cb) [junit] [EL Finest]: 2022-09-10 04:19:09.323--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@6ca96aef. [junit] [EL Finest]: 2022-09-10 04:19:09.323--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (106 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@6ca96aef) [junit] [EL Finest]: 2022-09-10 04:19:09.323--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@6614e25. [junit] [EL Finest]: 2022-09-10 04:19:09.323--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (107 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@6614e25) [junit] [EL Finest]: 2022-09-10 04:19:09.323--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@8c2bb88. [junit] [EL Finest]: 2022-09-10 04:19:09.323--UnitOfWork(576223009)--Thread(Thread[main,5,main])--assign sequence to the object (108 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@8c2bb88) [junit] [EL Finest]: 2022-09-10 04:19:09.324--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4fe256c0. [junit] [EL Finest]: 2022-09-10 04:19:09.324--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@64a7c885. [junit] [EL Finest]: 2022-09-10 04:19:09.324--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@24ad3cd0. [junit] [EL Finest]: 2022-09-10 04:19:09.324--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4b04b77d. [junit] [EL Finest]: 2022-09-10 04:19:09.324--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5ef5455c. [junit] [EL Finest]: 2022-09-10 04:19:09.325--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4cd47801. [junit] [EL Finest]: 2022-09-10 04:19:09.325--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@368022b9. [junit] [EL Finest]: 2022-09-10 04:19:09.325--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@579325f2. [junit] [EL Finest]: 2022-09-10 04:19:09.325--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@78828aca. [junit] [EL Finest]: 2022-09-10 04:19:09.325--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4c56e671. [junit] [EL Finest]: 2022-09-10 04:19:09.325--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@68e5b609. [junit] [EL Finest]: 2022-09-10 04:19:09.325--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@36011924. [junit] [EL Finest]: 2022-09-10 04:19:09.326--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1a611ec7. [junit] [EL Finest]: 2022-09-10 04:19:09.326--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@11e1e137. [junit] [EL Finest]: 2022-09-10 04:19:09.326--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@51b1039c. [junit] [EL Finest]: 2022-09-10 04:19:09.326--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@58e9cc9a. [junit] [EL Finest]: 2022-09-10 04:19:09.326--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@671f984c. [junit] [EL Finest]: 2022-09-10 04:19:09.326--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4c0fe501. [junit] [EL Finest]: 2022-09-10 04:19:09.326--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@374d09fa. [junit] [EL Finest]: 2022-09-10 04:19:09.327--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7dca6126. [junit] [EL Finest]: 2022-09-10 04:19:09.327--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5727a03d. [junit] [EL Finest]: 2022-09-10 04:19:09.327--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@42bfc11f. [junit] [EL Finest]: 2022-09-10 04:19:09.327--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7382ec67. [junit] [EL Finest]: 2022-09-10 04:19:09.327--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@31d29626. [junit] [EL Finest]: 2022-09-10 04:19:09.327--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@387d3042. [junit] [EL Finest]: 2022-09-10 04:19:09.327--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@586ab812. [junit] [EL Finest]: 2022-09-10 04:19:09.327--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@15d301f2. [junit] [EL Finest]: 2022-09-10 04:19:09.327--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6577771. [junit] [EL Finest]: 2022-09-10 04:19:09.328--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2161cc6f. [junit] [EL Finest]: 2022-09-10 04:19:09.328--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@106d4303. [junit] [EL Finest]: 2022-09-10 04:19:09.328--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@177c2091. [junit] [EL Finest]: 2022-09-10 04:19:09.328--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2229079d. [junit] [EL Finest]: 2022-09-10 04:19:09.328--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@60c88b78. [junit] [EL Finest]: 2022-09-10 04:19:09.328--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@636ee65a. [junit] [EL Finest]: 2022-09-10 04:19:09.328--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@637721f4. [junit] [EL Finest]: 2022-09-10 04:19:09.328--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7647eff0. [junit] [EL Finest]: 2022-09-10 04:19:09.328--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6c6cde22. [junit] [EL Finest]: 2022-09-10 04:19:09.329--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3bc22ada. [junit] [EL Finest]: 2022-09-10 04:19:09.329--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7650e219. [junit] [EL Finest]: 2022-09-10 04:19:09.329--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@352c5179. [junit] [EL Finest]: 2022-09-10 04:19:09.329--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@568514f. [junit] [EL Finest]: 2022-09-10 04:19:09.329--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5ce1ed2f. [junit] [EL Finest]: 2022-09-10 04:19:09.329--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@268fca0a. [junit] [EL Finest]: 2022-09-10 04:19:09.329--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7055f907. [junit] [EL Finest]: 2022-09-10 04:19:09.329--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@19a3bfb5. [junit] [EL Finest]: 2022-09-10 04:19:09.329--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@12bd61b4. [junit] [EL Finest]: 2022-09-10 04:19:09.329--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@70b5ea27. [junit] [EL Finest]: 2022-09-10 04:19:09.329--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3d9188de. [junit] [EL Finest]: 2022-09-10 04:19:09.33--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6ba4d5ff. [junit] [EL Finest]: 2022-09-10 04:19:09.33--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5910ca72. [junit] [EL Finest]: 2022-09-10 04:19:09.33--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5f2eeb6b. [junit] [EL Finest]: 2022-09-10 04:19:09.33--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5bd9615c. [junit] [EL Finest]: 2022-09-10 04:19:09.33--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@27475587. [junit] [EL Finest]: 2022-09-10 04:19:09.33--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1829184b. [junit] [EL Finest]: 2022-09-10 04:19:09.33--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5e0bf895. [junit] [EL Finest]: 2022-09-10 04:19:09.33--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@545cfddb. [junit] [EL Finest]: 2022-09-10 04:19:09.331--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7df7cc64. [junit] [EL Finest]: 2022-09-10 04:19:09.331--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@701dbfbd. [junit] [EL Finest]: 2022-09-10 04:19:09.331--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5246532. [junit] [EL Finest]: 2022-09-10 04:19:09.331--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3a66fb8f. [junit] [EL Finest]: 2022-09-10 04:19:09.331--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@42cb75c9. [junit] [EL Finest]: 2022-09-10 04:19:09.331--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@32def41f. [junit] [EL Finest]: 2022-09-10 04:19:09.331--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4b2e5d79. [junit] [EL Finest]: 2022-09-10 04:19:09.331--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7fda2507. [junit] [EL Finest]: 2022-09-10 04:19:09.331--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@448f656. [junit] [EL Finest]: 2022-09-10 04:19:09.331--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1ac7ec0e. [junit] [EL Finest]: 2022-09-10 04:19:09.332--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@41dabe47. [junit] [EL Finest]: 2022-09-10 04:19:09.332--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@8039274. [junit] [EL Finest]: 2022-09-10 04:19:09.332--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6561629. [junit] [EL Finest]: 2022-09-10 04:19:09.332--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3291cfad. [junit] [EL Finest]: 2022-09-10 04:19:09.332--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@43b8d302. [junit] [EL Finest]: 2022-09-10 04:19:09.332--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7239f4ba. [junit] [EL Finest]: 2022-09-10 04:19:09.332--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@496d7bd9. [junit] [EL Finest]: 2022-09-10 04:19:09.332--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7715471f. [junit] [EL Finest]: 2022-09-10 04:19:09.332--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5d489be4. [junit] [EL Finest]: 2022-09-10 04:19:09.332--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6d575860. [junit] [EL Finest]: 2022-09-10 04:19:09.333--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4710240f. [junit] [EL Finest]: 2022-09-10 04:19:09.333--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1e9cc446. [junit] [EL Finest]: 2022-09-10 04:19:09.333--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@76c6a458. [junit] [EL Finest]: 2022-09-10 04:19:09.333--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3f6404aa. [junit] [EL Finest]: 2022-09-10 04:19:09.333--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4a35f473. [junit] [EL Finest]: 2022-09-10 04:19:09.333--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@ab58ff. [junit] [EL Finest]: 2022-09-10 04:19:09.333--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7f7b15d4. [junit] [EL Finest]: 2022-09-10 04:19:09.333--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@10fa7b74. [junit] [EL Finest]: 2022-09-10 04:19:09.333--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6a39c005. [junit] [EL Finest]: 2022-09-10 04:19:09.333--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6cb2e94. [junit] [EL Finest]: 2022-09-10 04:19:09.334--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3243b967. [junit] [EL Finest]: 2022-09-10 04:19:09.334--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@66e56837. [junit] [EL Finest]: 2022-09-10 04:19:09.334--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2c2b93df. [junit] [EL Finest]: 2022-09-10 04:19:09.334--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7224267f. [junit] [EL Finest]: 2022-09-10 04:19:09.334--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@65d870be. [junit] [EL Finest]: 2022-09-10 04:19:09.334--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@63af8885. [junit] [EL Finest]: 2022-09-10 04:19:09.334--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3dd4d6e6. [junit] [EL Finest]: 2022-09-10 04:19:09.334--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4898cd22. [junit] [EL Finest]: 2022-09-10 04:19:09.334--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@30694e0e. [junit] [EL Finest]: 2022-09-10 04:19:09.334--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@d2eb3a0. [junit] [EL Finest]: 2022-09-10 04:19:09.334--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@520acc7a. [junit] [EL Finest]: 2022-09-10 04:19:09.335--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2566428f. [junit] [EL Finest]: 2022-09-10 04:19:09.335--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@46f77687. [junit] [EL Finest]: 2022-09-10 04:19:09.335--UnitOfWork(576223009)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6641dd60. [junit] [EL Finer]: 2022-09-10 04:19:09.335--UnitOfWork(576223009)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:09.339--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@979c3cb) [junit] [EL Finest]: 2022-09-10 04:19:09.339--ServerSession(1526542158)--Connection(2011517800)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:09.339--ClientSession(936067578)--Connection(2011517800)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:09.339--ClientSession(936067578)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:09.34--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@6614e25) [junit] [EL Finest]: 2022-09-10 04:19:09.34--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@6ca96aef) [junit] [EL Finest]: 2022-09-10 04:19:09.34--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@8c2bb88) [junit] [EL Finest]: 2022-09-10 04:19:09.341--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@6eac0029) [junit] [EL Finest]: 2022-09-10 04:19:09.341--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9) [junit] [EL Finer]: 2022-09-10 04:19:09.341--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:09.341--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, NUM_GEARS, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:09.341--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [105, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2022-09-10 04:19:09.341--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [107, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2022-09-10 04:19:09.341--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [106, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2022-09-10 04:19:09.341--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [108, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2022-09-10 04:19:09.341--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [104, foo-brand, null, 0, 1, 4] [junit] [EL Finer]: 2022-09-10 04:19:09.341--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:09.343--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:19:09.343--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6) [junit] [EL Finest]: 2022-09-10 04:19:09.343--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5) [junit] [EL Finest]: 2022-09-10 04:19:09.344--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2022-09-10 04:19:09.344--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2022-09-10 04:19:09.344--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8) [junit] [EL Finest]: 2022-09-10 04:19:09.344--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@0) [junit] [EL Finest]: 2022-09-10 04:19:09.344--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4) [junit] [EL Finest]: 2022-09-10 04:19:09.344--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7) [junit] [EL Finest]: 2022-09-10 04:19:09.344--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5727a03d) [junit] [EL Finer]: 2022-09-10 04:19:09.344--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:09.345--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:09.345--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [9, Department_9, 1] [junit] [EL Fine]: 2022-09-10 04:19:09.345--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, Department_1, 1] [junit] [EL Fine]: 2022-09-10 04:19:09.345--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, Department_6, 1] [junit] [EL Fine]: 2022-09-10 04:19:09.345--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, Department_5, 1] [junit] [EL Fine]: 2022-09-10 04:19:09.345--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, Department_3, 1] [junit] [EL Fine]: 2022-09-10 04:19:09.345--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, Department_2, 1] [junit] [EL Fine]: 2022-09-10 04:19:09.345--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [8, Department_8, 1] [junit] [EL Fine]: 2022-09-10 04:19:09.345--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [0, Department_0, 1] [junit] [EL Fine]: 2022-09-10 04:19:09.345--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, Department_4, 1] [junit] [EL Fine]: 2022-09-10 04:19:09.345--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [7, Department_7, 1] [junit] [EL Finer]: 2022-09-10 04:19:09.345--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:09.347--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@352c5179) [junit] [EL Finest]: 2022-09-10 04:19:09.347--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5e0bf895) [junit] [EL Finest]: 2022-09-10 04:19:09.347--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@60c88b78) [junit] [EL Finest]: 2022-09-10 04:19:09.347--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1829184b) [junit] [EL Finest]: 2022-09-10 04:19:09.348--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1ac7ec0e) [junit] [EL Finest]: 2022-09-10 04:19:09.348--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@10fa7b74) [junit] [EL Finest]: 2022-09-10 04:19:09.348--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4cd47801) [junit] [EL Finest]: 2022-09-10 04:19:09.348--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@12bd61b4) [junit] [EL Finest]: 2022-09-10 04:19:09.348--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@545cfddb) [junit] [EL Finest]: 2022-09-10 04:19:09.348--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6ba4d5ff) [junit] [EL Finest]: 2022-09-10 04:19:09.348--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@387d3042) [junit] [EL Finest]: 2022-09-10 04:19:09.348--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@520acc7a) [junit] [EL Finest]: 2022-09-10 04:19:09.349--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3243b967) [junit] [EL Finest]: 2022-09-10 04:19:09.349--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4710240f) [junit] [EL Finest]: 2022-09-10 04:19:09.349--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2229079d) [junit] [EL Finest]: 2022-09-10 04:19:09.349--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5ef5455c) [junit] [EL Finest]: 2022-09-10 04:19:09.349--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@78828aca) [junit] [EL Finest]: 2022-09-10 04:19:09.349--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4b2e5d79) [junit] [EL Finest]: 2022-09-10 04:19:09.349--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@64a7c885) [junit] [EL Finest]: 2022-09-10 04:19:09.35--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7239f4ba) [junit] [EL Finest]: 2022-09-10 04:19:09.35--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@27475587) [junit] [EL Finest]: 2022-09-10 04:19:09.35--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@374d09fa) [junit] [EL Finest]: 2022-09-10 04:19:09.35--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@66e56837) [junit] [EL Finest]: 2022-09-10 04:19:09.35--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@15d301f2) [junit] [EL Finest]: 2022-09-10 04:19:09.35--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3291cfad) [junit] [EL Finest]: 2022-09-10 04:19:09.35--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7055f907) [junit] [EL Finest]: 2022-09-10 04:19:09.35--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3f6404aa) [junit] [EL Finest]: 2022-09-10 04:19:09.351--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@d2eb3a0) [junit] [EL Finest]: 2022-09-10 04:19:09.351--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@30694e0e) [junit] [EL Finest]: 2022-09-10 04:19:09.351--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6c6cde22) [junit] [EL Finest]: 2022-09-10 04:19:09.351--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2566428f) [junit] [EL Finest]: 2022-09-10 04:19:09.351--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@68e5b609) [junit] [EL Finest]: 2022-09-10 04:19:09.351--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5bd9615c) [junit] [EL Finest]: 2022-09-10 04:19:09.351--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3dd4d6e6) [junit] [EL Finest]: 2022-09-10 04:19:09.351--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@36011924) [junit] [EL Finest]: 2022-09-10 04:19:09.352--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5910ca72) [junit] [EL Finest]: 2022-09-10 04:19:09.352--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2c2b93df) [junit] [EL Finest]: 2022-09-10 04:19:09.352--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@ab58ff) [junit] [EL Finest]: 2022-09-10 04:19:09.352--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@65d870be) [junit] [EL Finest]: 2022-09-10 04:19:09.352--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@106d4303) [junit] [EL Finest]: 2022-09-10 04:19:09.352--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@42cb75c9) [junit] [EL Finest]: 2022-09-10 04:19:09.352--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@568514f) [junit] [EL Finest]: 2022-09-10 04:19:09.352--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@51b1039c) [junit] [EL Finest]: 2022-09-10 04:19:09.353--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@46f77687) [junit] [EL Finest]: 2022-09-10 04:19:09.353--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@586ab812) [junit] [EL Finest]: 2022-09-10 04:19:09.353--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7647eff0) [junit] [EL Finest]: 2022-09-10 04:19:09.353--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@671f984c) [junit] [EL Finest]: 2022-09-10 04:19:09.353--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1a611ec7) [junit] [EL Finest]: 2022-09-10 04:19:09.353--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5ce1ed2f) [junit] [EL Finest]: 2022-09-10 04:19:09.353--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4fe256c0) [junit] [EL Finest]: 2022-09-10 04:19:09.353--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6641dd60) [junit] [EL Finest]: 2022-09-10 04:19:09.354--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6cb2e94) [junit] [EL Finest]: 2022-09-10 04:19:09.354--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6561629) [junit] [EL Finest]: 2022-09-10 04:19:09.354--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7f7b15d4) [junit] [EL Finest]: 2022-09-10 04:19:09.354--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5f2eeb6b) [junit] [EL Finest]: 2022-09-10 04:19:09.354--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4a35f473) [junit] [EL Finest]: 2022-09-10 04:19:09.354--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@177c2091) [junit] [EL Finest]: 2022-09-10 04:19:09.354--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@448f656) [junit] [EL Finest]: 2022-09-10 04:19:09.408--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@63af8885) [junit] [EL Finest]: 2022-09-10 04:19:09.408--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@43b8d302) [junit] [EL Finest]: 2022-09-10 04:19:09.409--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7dca6126) [junit] [EL Finest]: 2022-09-10 04:19:09.409--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7382ec67) [junit] [EL Finest]: 2022-09-10 04:19:09.409--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@41dabe47) [junit] [EL Finest]: 2022-09-10 04:19:09.409--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@58e9cc9a) [junit] [EL Finest]: 2022-09-10 04:19:09.409--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6577771) [junit] [EL Finest]: 2022-09-10 04:19:09.41--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7650e219) [junit] [EL Finest]: 2022-09-10 04:19:09.41--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7715471f) [junit] [EL Finest]: 2022-09-10 04:19:09.41--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3bc22ada) [junit] [EL Finest]: 2022-09-10 04:19:09.41--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7df7cc64) [junit] [EL Finest]: 2022-09-10 04:19:09.41--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@637721f4) [junit] [EL Finest]: 2022-09-10 04:19:09.411--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@11e1e137) [junit] [EL Finest]: 2022-09-10 04:19:09.411--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@76c6a458) [junit] [EL Finest]: 2022-09-10 04:19:09.411--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@8039274) [junit] [EL Finest]: 2022-09-10 04:19:09.411--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5246532) [junit] [EL Finest]: 2022-09-10 04:19:09.411--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@636ee65a) [junit] [EL Finest]: 2022-09-10 04:19:09.412--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@24ad3cd0) [junit] [EL Finest]: 2022-09-10 04:19:09.412--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6d575860) [junit] [EL Finest]: 2022-09-10 04:19:09.412--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2161cc6f) [junit] [EL Finest]: 2022-09-10 04:19:09.412--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@31d29626) [junit] [EL Finest]: 2022-09-10 04:19:09.412--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3d9188de) [junit] [EL Finest]: 2022-09-10 04:19:09.413--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4898cd22) [junit] [EL Finest]: 2022-09-10 04:19:09.413--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@32def41f) [junit] [EL Finest]: 2022-09-10 04:19:09.413--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3a66fb8f) [junit] [EL Finest]: 2022-09-10 04:19:09.413--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@19a3bfb5) [junit] [EL Finest]: 2022-09-10 04:19:09.413--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@42bfc11f) [junit] [EL Finest]: 2022-09-10 04:19:09.413--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@701dbfbd) [junit] [EL Finest]: 2022-09-10 04:19:09.414--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@368022b9) [junit] [EL Finest]: 2022-09-10 04:19:09.414--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@496d7bd9) [junit] [EL Finest]: 2022-09-10 04:19:09.414--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4c0fe501) [junit] [EL Finest]: 2022-09-10 04:19:09.414--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6a39c005) [junit] [EL Finest]: 2022-09-10 04:19:09.414--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4c56e671) [junit] [EL Finest]: 2022-09-10 04:19:09.415--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7fda2507) [junit] [EL Finest]: 2022-09-10 04:19:09.415--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@579325f2) [junit] [EL Finest]: 2022-09-10 04:19:09.415--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4b04b77d) [junit] [EL Finest]: 2022-09-10 04:19:09.415--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1e9cc446) [junit] [EL Finest]: 2022-09-10 04:19:09.415--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5d489be4) [junit] [EL Finest]: 2022-09-10 04:19:09.416--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@268fca0a) [junit] [EL Finest]: 2022-09-10 04:19:09.416--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@70b5ea27) [junit] [EL Finest]: 2022-09-10 04:19:09.416--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7224267f) [junit] [EL Finest]: 2022-09-10 04:19:09.416--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(5:null:swimming) [junit] [EL Finer]: 2022-09-10 04:19:09.416--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:09.417--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:09.417--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [20, Holger, Hildebrandt, null, 2022-09-21 18:05:49.327, 2022-08-29 14:32:29.327, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.417--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [39, Henning, Heim, null, 2022-09-21 18:05:49.329, 2022-08-29 14:32:29.329, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.417--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [54, Hubertus, Hendrix, null, 2022-09-21 18:05:49.33, 2022-08-29 14:32:29.33, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.417--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [32, Hermann, Hanstein, null, 2022-09-21 18:05:49.328, 2022-08-29 14:32:29.328, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.417--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [53, Hanns, Hense, null, 2022-09-21 18:05:49.33, 2022-08-29 14:32:29.33, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.417--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [65, Horst, Heer, null, 2022-09-21 18:05:49.331, 2022-08-29 14:32:29.331, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.418--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [83, Helena, Haak, null, 2022-09-21 18:05:49.333, 2022-08-29 14:32:29.333, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.418--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, Hertha, Heinrich, null, 2022-09-21 18:05:49.325, 2022-08-29 14:32:29.325, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.418--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [45, Helmut, Haas, null, 2022-09-21 18:05:49.329, 2022-08-29 14:32:29.329, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.418--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [55, Hansjörg, Heinichen, null, 2022-09-21 18:05:49.33, 2022-08-29 14:32:29.33, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.418--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [48, Hilarius, Hartenthaler, null, 2022-09-21 18:05:49.33, 2022-08-29 14:32:29.33, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.418--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [24, Heike, Hennig, null, 2022-09-21 18:05:49.327, 2022-08-29 14:32:29.327, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.419--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [96, Hermann, Henning, null, 2022-09-21 18:05:49.334, 2022-08-29 14:32:29.334, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.419--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [86, Hedwig, Heider, null, 2022-09-21 18:05:49.333, 2022-08-29 14:32:29.333, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.419--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [76, Heyko, Hawke, null, 2022-09-21 18:05:49.333, 2022-08-29 14:32:29.333, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.419--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [31, Hänel, Hanstein, null, 2022-09-21 18:05:49.328, 2022-08-29 14:32:29.328, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.419--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, Hendrik, Heer, null, 2022-09-21 18:05:49.324, 2022-08-29 14:32:29.324, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.419--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [8, Hermann, Harding, null, 2022-09-21 18:05:49.325, 2022-08-29 14:32:29.325, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.419--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [62, Hermine, Heise, null, 2022-09-21 18:05:49.331, 2022-08-29 14:32:29.331, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.42--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, Herbert, Hawke, null, 2022-09-21 18:05:49.324, 2022-08-29 14:32:29.324, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.42--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [71, Heiko, Halbach, null, 2022-09-21 18:05:49.332, 2022-08-29 14:32:29.332, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.42--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [52, Hedda, Hary, null, 2022-09-21 18:05:49.33, 2022-08-29 14:32:29.33, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.42--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [18, Henri, Hildebrand, null, 2022-09-21 18:05:49.326, 2022-08-29 14:32:29.326, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.42--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [87, Hieu, Hardy, null, 2022-09-21 18:05:49.334, 2022-08-29 14:32:29.334, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.42--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [26, Hannes, Hamburger, null, 2022-09-21 18:05:49.327, 2022-08-29 14:32:29.327, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.42--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [69, Hermann, Hemsterhuis, null, 2022-09-21 18:05:49.332, 2022-08-29 14:32:29.332, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.421--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [43, Holda, Hennig, null, 2022-09-21 18:05:49.329, 2022-08-29 14:32:29.329, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.421--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [79, Hedi, Hartig, null, 2022-09-21 18:05:49.333, 2022-08-29 14:32:29.333, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.421--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [95, Holde, Hildebrand, null, 2022-09-21 18:05:49.334, 2022-08-29 14:32:29.334, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.421--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [94, Hauke, Hardenberg, null, 2022-09-21 18:05:49.334, 2022-08-29 14:32:29.334, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.421--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [36, Hakon, Hecht, null, 2022-09-21 18:05:49.328, 2022-08-29 14:32:29.328, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.421--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [97, Hubert, Helbig, null, 2022-09-21 18:05:49.335, 2022-08-29 14:32:29.335, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.422--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [10, Heiko, Hennig, null, 2022-09-21 18:05:49.325, 2022-08-29 14:32:29.325, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.422--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [51, Hulda, Hawke, null, 2022-09-21 18:05:49.33, 2022-08-29 14:32:29.33, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.422--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [92, Herma, Hayek, null, 2022-09-21 18:05:49.334, 2022-08-29 14:32:29.334, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.422--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [11, Hermine, Haus Lancaster, null, 2022-09-21 18:05:49.325, 2022-08-29 14:32:29.325, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.422--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [49, Helma, Hawke, null, 2022-09-21 18:05:49.33, 2022-08-29 14:32:29.33, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.422--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [88, Hansjörg, Hardy, null, 2022-09-21 18:05:49.334, 2022-08-29 14:32:29.334, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.422--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [81, Heida, Herrmann, null, 2022-09-21 18:05:49.333, 2022-08-29 14:32:29.333, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.423--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [90, Harry, Havenstein, null, 2022-09-21 18:05:49.334, 2022-08-29 14:32:29.334, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.423--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [29, Heiner, Hildebrandt, null, 2022-09-21 18:05:49.328, 2022-08-29 14:32:29.328, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.423--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [60, Hagen, Hilgenfeld, null, 2022-09-21 18:05:49.331, 2022-08-29 14:32:29.331, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.423--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [40, Hendrik, Hawke, null, 2022-09-21 18:05:49.329, 2022-08-29 14:32:29.329, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.423--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [14, Heidi, Henschel, null, 2022-09-21 18:05:49.326, 2022-08-29 14:32:29.326, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.423--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [98, Harriet, Hentschel, null, 2022-09-21 18:05:49.335, 2022-08-29 14:32:29.335, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.423--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [25, Heida, Hilgenfeld, null, 2022-09-21 18:05:49.327, 2022-08-29 14:32:29.327, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.424--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [35, Harry, Heuser, null, 2022-09-21 18:05:49.328, 2022-08-29 14:32:29.328, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.424--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [16, Hagen, Heise, null, 2022-09-21 18:05:49.326, 2022-08-29 14:32:29.326, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.424--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [12, Hertha, Heise, null, 2022-09-21 18:05:49.326, 2022-08-29 14:32:29.326, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.424--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [41, Hilde, Hesse, null, 2022-09-21 18:05:49.329, 2022-08-29 14:32:29.329, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.424--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [0, Henrik, Hanisch, null, 2022-09-21 18:05:49.324, 2022-08-29 14:32:29.324, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.424--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [99, Hazel, Haak, null, 2022-09-21 18:05:49.335, 2022-08-29 14:32:29.335, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.424--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [85, Heidemarie, Hanisch, null, 2022-09-21 18:05:49.333, 2022-08-29 14:32:29.333, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.425--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [68, Hansklaus, Hartig, null, 2022-09-21 18:05:49.332, 2022-08-29 14:32:29.332, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.425--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [82, Heike, Hildebrandt, null, 2022-09-21 18:05:49.333, 2022-08-29 14:32:29.333, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.425--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [50, Heiko, Hermann, null, 2022-09-21 18:05:49.33, 2022-08-29 14:32:29.33, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.425--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [80, Hertha, Haas, null, 2022-09-21 18:05:49.333, 2022-08-29 14:32:29.333, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.425--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [30, Hartmut, Hilgenfeld, null, 2022-09-21 18:05:49.328, 2022-08-29 14:32:29.328, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.425--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [64, Heinz, Heim, null, 2022-09-21 18:05:49.331, 2022-08-29 14:32:29.331, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.425--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [91, Hanspeter, Heinichen, null, 2022-09-21 18:05:49.334, 2022-08-29 14:32:29.334, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.425--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [70, Humphrey, Habermann, null, 2022-09-21 18:05:49.332, 2022-08-29 14:32:29.332, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.425--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [19, Helma, Hein, null, 2022-09-21 18:05:49.327, 2022-08-29 14:32:29.327, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.425--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [22, Hilde, Hettner, null, 2022-09-21 18:05:49.327, 2022-08-29 14:32:29.327, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.425--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [66, Hans, Hartfelder, null, 2022-09-21 18:05:49.332, 2022-08-29 14:32:29.332, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.426--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [15, Henryk, Haak, null, 2022-09-21 18:05:49.326, 2022-08-29 14:32:29.326, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.426--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [27, Henning, Heinichen, null, 2022-09-21 18:05:49.327, 2022-08-29 14:32:29.327, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.426--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [38, Hjalmar, Hache, null, 2022-09-21 18:05:49.329, 2022-08-29 14:32:29.329, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.426--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [73, Helge, Hense, null, 2022-09-21 18:05:49.332, 2022-08-29 14:32:29.332, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.426--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [37, Herma, Hense, null, 2022-09-21 18:05:49.329, 2022-08-29 14:32:29.329, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.426--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [56, Hein, Herzog, null, 2022-09-21 18:05:49.331, 2022-08-29 14:32:29.331, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.426--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [34, Horst, Hildebrand, null, 2022-09-21 18:05:49.328, 2022-08-29 14:32:29.328, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.426--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [13, Helma, Henry, null, 2022-09-21 18:05:49.326, 2022-08-29 14:32:29.326, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.426--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [78, Hazel, Hausner, null, 2022-09-21 18:05:49.333, 2022-08-29 14:32:29.333, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.427--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [67, Helmut, Henry, null, 2022-09-21 18:05:49.332, 2022-08-29 14:32:29.332, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.427--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [58, Henryk, Hartig, null, 2022-09-21 18:05:49.331, 2022-08-29 14:32:29.331, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.427--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [33, Harro, Hamann, null, 2022-09-21 18:05:49.328, 2022-08-29 14:32:29.328, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.427--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, Hieu, Heinrich, null, 2022-09-21 18:05:49.324, 2022-08-29 14:32:29.324, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.427--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [75, Hartwig, Henschel, null, 2022-09-21 18:05:49.332, 2022-08-29 14:32:29.332, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.427--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [28, Hedda, Havenstein, null, 2022-09-21 18:05:49.328, 2022-08-29 14:32:29.328, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.427--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [23, Henryk, Hary, null, 2022-09-21 18:05:49.327, 2022-08-29 14:32:29.327, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.427--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [47, Helga, Hache, null, 2022-09-21 18:05:49.329, 2022-08-29 14:32:29.329, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.427--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [93, Heinke, Hanstein, null, 2022-09-21 18:05:49.334, 2022-08-29 14:32:29.334, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.427--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [61, Herma, Hamilton, null, 2022-09-21 18:05:49.331, 2022-08-29 14:32:29.331, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.427--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [59, Hendrik, Hense, null, 2022-09-21 18:05:49.331, 2022-08-29 14:32:29.331, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.427--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [44, Herma, Hartig, null, 2022-09-21 18:05:49.329, 2022-08-29 14:32:29.329, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.428--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [21, Hannes, Hermelink, null, 2022-09-21 18:05:49.327, 2022-08-29 14:32:29.327, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.428--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [57, Hilarius, Hardenberg, null, 2022-09-21 18:05:49.331, 2022-08-29 14:32:29.331, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.428--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, Heidi, Hary, null, 2022-09-21 18:05:49.325, 2022-08-29 14:32:29.325, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.428--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [72, Hannes, Hewitt, null, 2022-09-21 18:05:49.332, 2022-08-29 14:32:29.332, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.428--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [17, Herbert, Heuser, null, 2022-09-21 18:05:49.326, 2022-08-29 14:32:29.326, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.428--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [84, Heinz, Hartfelder, null, 2022-09-21 18:05:49.333, 2022-08-29 14:32:29.333, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.428--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [9, Hilarius, Hardenberg, null, 2022-09-21 18:05:49.325, 2022-08-29 14:32:29.325, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.428--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [63, Hanns, Haus Lancaster, null, 2022-09-21 18:05:49.331, 2022-08-29 14:32:29.331, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.428--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [7, Helena, Henning, null, 2022-09-21 18:05:49.325, 2022-08-29 14:32:29.325, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.428--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, Hildegard, Harnack, null, 2022-09-21 18:05:49.324, 2022-08-29 14:32:29.324, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.428--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [77, Hanna, Heer, null, 2022-09-21 18:05:49.333, 2022-08-29 14:32:29.333, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.428--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [74, Heribert, Havenstein, null, 2022-09-21 18:05:49.332, 2022-08-29 14:32:29.332, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.429--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [42, Harro, Hilgenfeld, null, 2022-09-21 18:05:49.329, 2022-08-29 14:32:29.329, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.429--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [46, Hermine, Hamann, null, 2022-09-21 18:05:49.329, 2022-08-29 14:32:29.329, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:09.429--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [89, Heinrich, Hamann, null, 2022-09-21 18:05:49.334, 2022-08-29 14:32:29.334, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:09.429--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:09.456--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(4:null:cleaning the house) [junit] [EL Finest]: 2022-09-10 04:19:09.457--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(1:null:reading) [junit] [EL Finest]: 2022-09-10 04:19:09.457--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(2:null:cooking) [junit] [EL Finest]: 2022-09-10 04:19:09.457--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(6:null:computers) [junit] [EL Finest]: 2022-09-10 04:19:09.457--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(3:null:watching tv) [junit] [EL Finest]: 2022-09-10 04:19:09.457--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(7:null:stamps) [junit] [EL Finest]: 2022-09-10 04:19:09.457--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5dbcaae7) [junit] [EL Finer]: 2022-09-10 04:19:09.457--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:09.457--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:09.457--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, null, swimming] [junit] [EL Fine]: 2022-09-10 04:19:09.457--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, null, cleaning the house] [junit] [EL Fine]: 2022-09-10 04:19:09.458--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, null, reading] [junit] [EL Fine]: 2022-09-10 04:19:09.458--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, null, cooking] [junit] [EL Fine]: 2022-09-10 04:19:09.458--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, null, computers] [junit] [EL Fine]: 2022-09-10 04:19:09.458--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, null, watching tv] [junit] [EL Fine]: 2022-09-10 04:19:09.458--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [7, null, stamps] [junit] [EL Finer]: 2022-09-10 04:19:09.458--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:09.459--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1b40c635) [junit] [EL Finest]: 2022-09-10 04:19:09.46--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@196f7dfd) [junit] [EL Finest]: 2022-09-10 04:19:09.46--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@783ac459) [junit] [EL Finest]: 2022-09-10 04:19:09.46--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@275aac80) [junit] [EL Finest]: 2022-09-10 04:19:09.46--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@14cb5250) [junit] [EL Finest]: 2022-09-10 04:19:09.46--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5f5d5739) [junit] [EL Finest]: 2022-09-10 04:19:09.46--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@221f7bf5) [junit] [EL Finest]: 2022-09-10 04:19:09.461--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@e166b1e) [junit] [EL Finest]: 2022-09-10 04:19:09.461--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2f4daa0c) [junit] [EL Finest]: 2022-09-10 04:19:09.461--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@75d978a9) [junit] [EL Finest]: 2022-09-10 04:19:09.461--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2cd92fd) [junit] [EL Finest]: 2022-09-10 04:19:09.461--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@37d4b676) [junit] [EL Finest]: 2022-09-10 04:19:09.461--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3f34edfc) [junit] [EL Finest]: 2022-09-10 04:19:09.461--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1c541176) [junit] [EL Finest]: 2022-09-10 04:19:09.462--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@326451bf) [junit] [EL Finest]: 2022-09-10 04:19:09.462--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6f06b73a) [junit] [EL Finest]: 2022-09-10 04:19:09.462--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@75966f42) [junit] [EL Finest]: 2022-09-10 04:19:09.462--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@566806a) [junit] [EL Finest]: 2022-09-10 04:19:09.462--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5aede1ef) [junit] [EL Finest]: 2022-09-10 04:19:09.462--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@717646f1) [junit] [EL Finest]: 2022-09-10 04:19:09.462--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@22c1cc8d) [junit] [EL Finest]: 2022-09-10 04:19:09.462--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7a6ccc46) [junit] [EL Finest]: 2022-09-10 04:19:09.463--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@13e4acf6) [junit] [EL Finest]: 2022-09-10 04:19:09.463--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5c1ec792) [junit] [EL Finest]: 2022-09-10 04:19:09.463--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@24e273fd) [junit] [EL Finest]: 2022-09-10 04:19:09.463--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@677b00ae) [junit] [EL Finest]: 2022-09-10 04:19:09.463--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2169596d) [junit] [EL Finest]: 2022-09-10 04:19:09.463--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2986db02) [junit] [EL Finest]: 2022-09-10 04:19:09.463--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5883f0d5) [junit] [EL Finest]: 2022-09-10 04:19:09.463--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6543709) [junit] [EL Finest]: 2022-09-10 04:19:09.464--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4142586b) [junit] [EL Finest]: 2022-09-10 04:19:09.464--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@685d9816) [junit] [EL Finest]: 2022-09-10 04:19:09.464--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@10bcceb5) [junit] [EL Finest]: 2022-09-10 04:19:09.464--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@537762d7) [junit] [EL Finest]: 2022-09-10 04:19:09.464--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@f571c0d) [junit] [EL Finest]: 2022-09-10 04:19:09.464--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@36d476c2) [junit] [EL Finest]: 2022-09-10 04:19:09.464--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5d9e5f2f) [junit] [EL Finest]: 2022-09-10 04:19:09.464--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@68819fae) [junit] [EL Finest]: 2022-09-10 04:19:09.465--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@9ba905b) [junit] [EL Finest]: 2022-09-10 04:19:09.465--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7324bca8) [junit] [EL Finest]: 2022-09-10 04:19:09.465--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4902882c) [junit] [EL Finest]: 2022-09-10 04:19:09.465--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4d225170) [junit] [EL Finest]: 2022-09-10 04:19:09.465--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@76802b8c) [junit] [EL Finest]: 2022-09-10 04:19:09.465--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7a2b0101) [junit] [EL Finest]: 2022-09-10 04:19:09.465--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@55c9400d) [junit] [EL Finest]: 2022-09-10 04:19:09.466--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6801536) [junit] [EL Finest]: 2022-09-10 04:19:09.466--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@65d07158) [junit] [EL Finest]: 2022-09-10 04:19:09.466--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5dbbfa05) [junit] [EL Finest]: 2022-09-10 04:19:09.466--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@65ad56c2) [junit] [EL Finest]: 2022-09-10 04:19:09.466--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1997784a) [junit] [EL Finest]: 2022-09-10 04:19:09.466--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1b2af5ed) [junit] [EL Finest]: 2022-09-10 04:19:09.466--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4b6f7369) [junit] [EL Finest]: 2022-09-10 04:19:09.467--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@45f3891c) [junit] [EL Finest]: 2022-09-10 04:19:09.467--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@f337f10) [junit] [EL Finest]: 2022-09-10 04:19:09.467--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5db4e558) [junit] [EL Finest]: 2022-09-10 04:19:09.467--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@49ed96e3) [junit] [EL Finest]: 2022-09-10 04:19:09.467--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3300d3bf) [junit] [EL Finest]: 2022-09-10 04:19:09.467--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1e060d4b) [junit] [EL Finest]: 2022-09-10 04:19:09.468--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@650d95e6) [junit] [EL Finest]: 2022-09-10 04:19:09.468--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2808ca34) [junit] [EL Finest]: 2022-09-10 04:19:09.468--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@25c66a5a) [junit] [EL Finest]: 2022-09-10 04:19:09.468--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2300d6fd) [junit] [EL Finest]: 2022-09-10 04:19:09.468--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@e6e203b) [junit] [EL Finest]: 2022-09-10 04:19:09.468--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@28cd26de) [junit] [EL Finest]: 2022-09-10 04:19:09.468--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4966454a) [junit] [EL Finest]: 2022-09-10 04:19:09.468--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5f8cd1e5) [junit] [EL Finest]: 2022-09-10 04:19:09.469--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2375cb0e) [junit] [EL Finest]: 2022-09-10 04:19:09.469--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3f6edaf8) [junit] [EL Finest]: 2022-09-10 04:19:09.469--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5ace491) [junit] [EL Finest]: 2022-09-10 04:19:09.469--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@768cfd06) [junit] [EL Finest]: 2022-09-10 04:19:09.469--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@28d9bd86) [junit] [EL Finest]: 2022-09-10 04:19:09.469--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@455d026d) [junit] [EL Finest]: 2022-09-10 04:19:09.469--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5e86dc1c) [junit] [EL Finest]: 2022-09-10 04:19:09.469--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@16139b0) [junit] [EL Finest]: 2022-09-10 04:19:09.47--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4bd52ca4) [junit] [EL Finest]: 2022-09-10 04:19:09.47--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4a182dea) [junit] [EL Finest]: 2022-09-10 04:19:09.47--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6ead88dd) [junit] [EL Finest]: 2022-09-10 04:19:09.47--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@39e347c) [junit] [EL Finest]: 2022-09-10 04:19:09.47--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@782cd00) [junit] [EL Finest]: 2022-09-10 04:19:09.47--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6e4731d5) [junit] [EL Finest]: 2022-09-10 04:19:09.47--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5084fc91) [junit] [EL Finest]: 2022-09-10 04:19:09.471--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a5d16c2) [junit] [EL Finest]: 2022-09-10 04:19:09.471--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@139ca07f) [junit] [EL Finest]: 2022-09-10 04:19:09.471--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5b133d16) [junit] [EL Finest]: 2022-09-10 04:19:09.471--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@ae397d6) [junit] [EL Finest]: 2022-09-10 04:19:09.471--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7111dd38) [junit] [EL Finest]: 2022-09-10 04:19:09.471--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2f78ab54) [junit] [EL Finest]: 2022-09-10 04:19:09.471--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@549d1a11) [junit] [EL Finest]: 2022-09-10 04:19:09.471--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@37601089) [junit] [EL Finest]: 2022-09-10 04:19:09.472--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@fbcba93) [junit] [EL Finest]: 2022-09-10 04:19:09.472--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@37b6dedf) [junit] [EL Finest]: 2022-09-10 04:19:09.472--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3b4d78a4) [junit] [EL Finest]: 2022-09-10 04:19:09.472--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5232be9b) [junit] [EL Finest]: 2022-09-10 04:19:09.472--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6b57ac6a) [junit] [EL Finest]: 2022-09-10 04:19:09.472--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@464fecb1) [junit] [EL Finest]: 2022-09-10 04:19:09.472--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@78500fc9) [junit] [EL Finest]: 2022-09-10 04:19:09.472--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2ce01617) [junit] [EL Finest]: 2022-09-10 04:19:09.473--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@fc71426) [junit] [EL Finest]: 2022-09-10 04:19:09.473--UnitOfWork(576223009)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@11cac750) [junit] [EL Finest]: 2022-09-10 04:19:09.473--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" ) [junit] [EL Finer]: 2022-09-10 04:19:09.473--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:09.473--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, VERSION, EMPLOYEE_ID, DTYPE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:09.473--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [97, foo-car, null, null, null, null, 1, 8, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.473--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [51, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.473--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [35, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.473--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [26, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.473--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [66, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.473--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [74, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.474--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [77, foo-car, null, null, null, null, 1, 18, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.474--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [12, foo-car, null, null, null, null, 1, 32, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.474--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [11, foo-car, null, null, null, null, 1, 84, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.474--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [41, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.474--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [99, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.474--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [72, foo-car, null, null, null, null, 1, 94, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.474--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [92, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.474--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [40, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.474--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, foo-car, null, null, null, null, 1, 88, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.474--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [37, foo-car, null, null, null, null, 1, 66, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.474--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [34, foo-car, null, null, null, null, 1, 68, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.474--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [61, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.474--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [89, foo-car, null, null, null, null, 1, 54, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.474--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [36, foo-car, null, null, null, null, 1, 22, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.474--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [32, foo-car, null, null, null, null, 1, 38, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.474--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [9, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.474--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [16, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.474--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [88, foo-car, null, null, null, null, 1, 20, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.474--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [23, foo-car, null, null, null, null, 1, 26, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.474--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [79, foo-car, null, null, null, null, 1, 40, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.474--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [48, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.474--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [56, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.474--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [13, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.475--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [90, foo-car, null, null, null, null, 1, 78, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.475--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [71, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.475--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [94, foo-car, null, null, null, null, 1, 42, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.475--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [68, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.475--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [50, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.475--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [33, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.475--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [10, foo-car, null, null, null, null, 1, 70, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.475--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.475--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [43, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.475--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [38, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.475--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [86, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.475--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [84, foo-car, null, null, null, null, 1, 92, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.475--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [58, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.475--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [69, foo-car, null, null, null, null, 1, 90, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.475--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [49, foo-car, null, null, null, null, 1, 86, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.475--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [29, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.475--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [21, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.475--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [93, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.475--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [46, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.475--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [73, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.475--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [17, foo-car, null, null, null, null, 1, 10, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.475--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [52, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.475--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [83, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.475--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [18, foo-car, null, null, null, null, 1, 0, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.476--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [87, foo-car, null, null, null, null, 1, 34, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.476--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [101, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.476--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [76, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.476--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [65, foo-car, null, null, null, null, 1, 44, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.476--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [75, foo-car, null, null, null, null, 1, 76, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.476--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [14, foo-car, null, null, null, null, 1, 74, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.476--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [22, foo-car, null, null, null, null, 1, 58, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.476--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [62, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.476--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [85, foo-car, null, null, null, null, 1, 56, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.476--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [57, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.476--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [98, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.476--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, foo-car, null, null, null, null, 1, 12, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.476--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [95, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.476--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [67, foo-car, null, null, null, null, 1, 60, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.476--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [15, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.476--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [70, foo-car, null, null, null, null, 1, 62, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.476--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [28, foo-car, null, null, null, null, 1, 14, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.476--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [7, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.476--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [102, foo-car, null, null, null, null, 1, 50, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.476--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [44, foo-car, null, null, null, null, 1, 24, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.476--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [80, foo-car, null, null, null, null, 1, 6, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.476--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [91, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.477--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [42, foo-car, null, null, null, null, 1, 2, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.477--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [47, foo-car, null, null, null, null, 1, 16, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.477--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [53, foo-car, null, null, null, null, 1, 28, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.477--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [55, foo-car, null, null, null, null, 1, 82, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.477--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [45, foo-car, null, null, null, null, 1, 48, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.477--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [24, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.477--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [60, foo-car, null, null, null, null, 1, 36, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.477--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [20, foo-car, null, null, null, null, 1, 96, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.477--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [31, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.477--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [96, foo-car, null, null, null, null, 1, 52, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.477--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [39, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.477--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [25, foo-car, null, null, null, null, 1, 30, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.477--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [103, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.477--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [30, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.477--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [100, foo-car, null, null, null, null, 1, 46, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.477--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [54, foo-car, null, null, null, null, 1, 98, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.477--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [8, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.477--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [59, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.477--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [27, foo-car, null, null, null, null, 1, 80, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.477--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [81, foo-car, null, null, null, null, 1, 64, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.477--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [19, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.477--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [63, foo-car, null, null, null, null, 1, 4, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.477--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [82, foo-car, null, null, null, null, 1, 72, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.478--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [64, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.478--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [78, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Finer]: 2022-09-10 04:19:09.478--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:09.496--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.496--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.496--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.496--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.497--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.497--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.497--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.497--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.497--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.497--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.497--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.497--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.497--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.497--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.497--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.497--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.497--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.498--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.498--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.498--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.498--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.498--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.498--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.498--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.498--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.498--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.498--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.498--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.498--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.498--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.498--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.499--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.499--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.499--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.499--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.499--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.499--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.499--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.499--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.499--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.499--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.499--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.499--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.499--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.499--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.5--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.5--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.5--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.5--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.5--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" ) [junit] [EL Finer]: 2022-09-10 04:19:09.5--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:09.5--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:09.5--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 105] [junit] [EL Fine]: 2022-09-10 04:19:09.5--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [15, 105] [junit] [EL Fine]: 2022-09-10 04:19:09.5--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [21, 105] [junit] [EL Fine]: 2022-09-10 04:19:09.5--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [29, 105] [junit] [EL Fine]: 2022-09-10 04:19:09.5--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [33, 105] [junit] [EL Fine]: 2022-09-10 04:19:09.5--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [37, 105] [junit] [EL Fine]: 2022-09-10 04:19:09.5--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [41, 105] [junit] [EL Fine]: 2022-09-10 04:19:09.525--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [45, 105] [junit] [EL Fine]: 2022-09-10 04:19:09.525--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [47, 105] [junit] [EL Fine]: 2022-09-10 04:19:09.525--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [53, 105] [junit] [EL Fine]: 2022-09-10 04:19:09.525--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [65, 105] [junit] [EL Fine]: 2022-09-10 04:19:09.525--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [71, 105] [junit] [EL Fine]: 2022-09-10 04:19:09.525--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [85, 105] [junit] [EL Fine]: 2022-09-10 04:19:09.525--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 107] [junit] [EL Fine]: 2022-09-10 04:19:09.525--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 107] [junit] [EL Fine]: 2022-09-10 04:19:09.525--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [9, 107] [junit] [EL Fine]: 2022-09-10 04:19:09.525--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [11, 107] [junit] [EL Fine]: 2022-09-10 04:19:09.525--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [23, 107] [junit] [EL Fine]: 2022-09-10 04:19:09.525--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [31, 107] [junit] [EL Fine]: 2022-09-10 04:19:09.525--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [39, 107] [junit] [EL Fine]: 2022-09-10 04:19:09.525--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [43, 107] [junit] [EL Fine]: 2022-09-10 04:19:09.526--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [51, 107] [junit] [EL Fine]: 2022-09-10 04:19:09.526--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [55, 107] [junit] [EL Fine]: 2022-09-10 04:19:09.526--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [57, 107] [junit] [EL Fine]: 2022-09-10 04:19:09.526--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [63, 107] [junit] [EL Fine]: 2022-09-10 04:19:09.526--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [69, 107] [junit] [EL Fine]: 2022-09-10 04:19:09.526--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [79, 107] [junit] [EL Fine]: 2022-09-10 04:19:09.526--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [87, 107] [junit] [EL Fine]: 2022-09-10 04:19:09.526--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [99, 107] [junit] [EL Fine]: 2022-09-10 04:19:09.526--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [7, 106] [junit] [EL Fine]: 2022-09-10 04:19:09.526--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [13, 106] [junit] [EL Fine]: 2022-09-10 04:19:09.526--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [17, 106] [junit] [EL Fine]: 2022-09-10 04:19:09.526--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [27, 106] [junit] [EL Fine]: 2022-09-10 04:19:09.526--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [49, 106] [junit] [EL Fine]: 2022-09-10 04:19:09.526--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [77, 106] [junit] [EL Fine]: 2022-09-10 04:19:09.527--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [93, 106] [junit] [EL Fine]: 2022-09-10 04:19:09.527--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [95, 106] [junit] [EL Fine]: 2022-09-10 04:19:09.527--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [19, 104] [junit] [EL Fine]: 2022-09-10 04:19:09.527--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [25, 104] [junit] [EL Fine]: 2022-09-10 04:19:09.527--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [35, 104] [junit] [EL Fine]: 2022-09-10 04:19:09.527--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [59, 104] [junit] [EL Fine]: 2022-09-10 04:19:09.527--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [61, 104] [junit] [EL Fine]: 2022-09-10 04:19:09.527--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [67, 104] [junit] [EL Fine]: 2022-09-10 04:19:09.527--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [73, 104] [junit] [EL Fine]: 2022-09-10 04:19:09.527--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [75, 104] [junit] [EL Fine]: 2022-09-10 04:19:09.527--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [81, 104] [junit] [EL Fine]: 2022-09-10 04:19:09.527--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [83, 104] [junit] [EL Fine]: 2022-09-10 04:19:09.527--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [89, 104] [junit] [EL Fine]: 2022-09-10 04:19:09.527--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [91, 104] [junit] [EL Fine]: 2022-09-10 04:19:09.527--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [97, 104] [junit] [EL Finer]: 2022-09-10 04:19:09.527--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:09.537--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.538--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.538--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.538--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.538--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.538--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.538--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.538--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.538--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.538--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.538--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.538--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.538--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.538--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.539--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.539--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.539--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.539--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.539--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.539--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.539--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.539--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.539--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.539--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.539--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.539--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.539--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.54--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.54--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.54--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.54--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.54--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.54--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.54--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.54--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.54--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.54--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.54--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.54--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.54--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.541--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.541--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.541--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.541--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.541--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.541--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.541--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.541--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.541--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.541--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.541--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.541--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.541--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.542--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.542--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.542--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.542--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.542--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.542--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.542--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.542--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.542--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.542--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.542--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.542--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.543--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.543--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.543--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.543--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.543--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.543--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.543--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.543--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.543--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.543--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.543--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.543--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.543--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.543--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.544--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.544--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.544--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.544--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.544--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.544--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.544--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.544--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.544--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.544--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.544--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.544--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.544--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.544--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.545--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.545--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.545--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.545--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.545--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.545--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.545--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:09.545--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:09.545--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:09.545--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 20] [junit] [EL Fine]: 2022-09-10 04:19:09.545--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 20] [junit] [EL Fine]: 2022-09-10 04:19:09.545--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 20] [junit] [EL Fine]: 2022-09-10 04:19:09.545--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 20] [junit] [EL Fine]: 2022-09-10 04:19:09.545--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 20] [junit] [EL Fine]: 2022-09-10 04:19:09.545--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 39] [junit] [EL Fine]: 2022-09-10 04:19:09.545--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 39] [junit] [EL Fine]: 2022-09-10 04:19:09.545--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 39] [junit] [EL Fine]: 2022-09-10 04:19:09.545--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 39] [junit] [EL Fine]: 2022-09-10 04:19:09.545--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 39] [junit] [EL Fine]: 2022-09-10 04:19:09.545--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 54] [junit] [EL Fine]: 2022-09-10 04:19:09.545--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 54] [junit] [EL Fine]: 2022-09-10 04:19:09.545--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 54] [junit] [EL Fine]: 2022-09-10 04:19:09.546--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 54] [junit] [EL Fine]: 2022-09-10 04:19:09.546--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 54] [junit] [EL Fine]: 2022-09-10 04:19:09.546--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 32] [junit] [EL Fine]: 2022-09-10 04:19:09.546--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 32] [junit] [EL Fine]: 2022-09-10 04:19:09.546--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 32] [junit] [EL Fine]: 2022-09-10 04:19:09.546--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 32] [junit] [EL Fine]: 2022-09-10 04:19:09.546--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 32] [junit] [EL Fine]: 2022-09-10 04:19:09.546--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 53] [junit] [EL Fine]: 2022-09-10 04:19:09.546--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 53] [junit] [EL Fine]: 2022-09-10 04:19:09.546--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 53] [junit] [EL Fine]: 2022-09-10 04:19:09.546--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 53] [junit] [EL Fine]: 2022-09-10 04:19:09.546--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 53] [junit] [EL Fine]: 2022-09-10 04:19:09.546--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 65] [junit] [EL Fine]: 2022-09-10 04:19:09.546--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 65] [junit] [EL Fine]: 2022-09-10 04:19:09.546--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 65] [junit] [EL Fine]: 2022-09-10 04:19:09.546--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 65] [junit] [EL Fine]: 2022-09-10 04:19:09.546--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 65] [junit] [EL Fine]: 2022-09-10 04:19:09.546--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 83] [junit] [EL Fine]: 2022-09-10 04:19:09.546--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 83] [junit] [EL Fine]: 2022-09-10 04:19:09.546--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 83] [junit] [EL Fine]: 2022-09-10 04:19:09.546--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 83] [junit] [EL Fine]: 2022-09-10 04:19:09.546--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 83] [junit] [EL Fine]: 2022-09-10 04:19:09.546--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 5] [junit] [EL Fine]: 2022-09-10 04:19:09.546--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 5] [junit] [EL Fine]: 2022-09-10 04:19:09.546--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 5] [junit] [EL Fine]: 2022-09-10 04:19:09.546--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 5] [junit] [EL Fine]: 2022-09-10 04:19:09.546--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 5] [junit] [EL Fine]: 2022-09-10 04:19:09.546--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 45] [junit] [EL Fine]: 2022-09-10 04:19:09.546--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 45] [junit] [EL Fine]: 2022-09-10 04:19:09.547--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 45] [junit] [EL Fine]: 2022-09-10 04:19:09.547--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 45] [junit] [EL Fine]: 2022-09-10 04:19:09.547--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 45] [junit] [EL Fine]: 2022-09-10 04:19:09.547--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 55] [junit] [EL Fine]: 2022-09-10 04:19:09.547--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 55] [junit] [EL Fine]: 2022-09-10 04:19:09.547--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 55] [junit] [EL Fine]: 2022-09-10 04:19:09.547--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 55] [junit] [EL Fine]: 2022-09-10 04:19:09.547--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 55] [junit] [EL Fine]: 2022-09-10 04:19:09.547--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 48] [junit] [EL Fine]: 2022-09-10 04:19:09.547--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 48] [junit] [EL Fine]: 2022-09-10 04:19:09.547--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 48] [junit] [EL Fine]: 2022-09-10 04:19:09.547--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 48] [junit] [EL Fine]: 2022-09-10 04:19:09.547--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 48] [junit] [EL Fine]: 2022-09-10 04:19:09.547--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 24] [junit] [EL Fine]: 2022-09-10 04:19:09.547--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 24] [junit] [EL Fine]: 2022-09-10 04:19:09.547--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 24] [junit] [EL Fine]: 2022-09-10 04:19:09.547--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 24] [junit] [EL Fine]: 2022-09-10 04:19:09.547--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 24] [junit] [EL Fine]: 2022-09-10 04:19:09.547--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 96] [junit] [EL Fine]: 2022-09-10 04:19:09.547--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 96] [junit] [EL Fine]: 2022-09-10 04:19:09.547--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 96] [junit] [EL Fine]: 2022-09-10 04:19:09.547--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 96] [junit] [EL Fine]: 2022-09-10 04:19:09.547--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 96] [junit] [EL Fine]: 2022-09-10 04:19:09.547--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 86] [junit] [EL Fine]: 2022-09-10 04:19:09.547--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 86] [junit] [EL Fine]: 2022-09-10 04:19:09.547--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 86] [junit] [EL Fine]: 2022-09-10 04:19:09.547--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 86] [junit] [EL Fine]: 2022-09-10 04:19:09.548--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 86] [junit] [EL Fine]: 2022-09-10 04:19:09.548--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 76] [junit] [EL Fine]: 2022-09-10 04:19:09.548--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 76] [junit] [EL Fine]: 2022-09-10 04:19:09.548--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 76] [junit] [EL Fine]: 2022-09-10 04:19:09.548--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 76] [junit] [EL Fine]: 2022-09-10 04:19:09.548--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 76] [junit] [EL Fine]: 2022-09-10 04:19:09.548--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 31] [junit] [EL Fine]: 2022-09-10 04:19:09.548--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 31] [junit] [EL Fine]: 2022-09-10 04:19:09.548--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 31] [junit] [EL Fine]: 2022-09-10 04:19:09.548--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 31] [junit] [EL Fine]: 2022-09-10 04:19:09.548--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 31] [junit] [EL Fine]: 2022-09-10 04:19:09.548--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 4] [junit] [EL Fine]: 2022-09-10 04:19:09.548--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 4] [junit] [EL Fine]: 2022-09-10 04:19:09.548--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 4] [junit] [EL Fine]: 2022-09-10 04:19:09.548--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 4] [junit] [EL Fine]: 2022-09-10 04:19:09.548--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 4] [junit] [EL Fine]: 2022-09-10 04:19:09.548--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 8] [junit] [EL Fine]: 2022-09-10 04:19:09.548--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 8] [junit] [EL Fine]: 2022-09-10 04:19:09.548--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 8] [junit] [EL Fine]: 2022-09-10 04:19:09.548--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 8] [junit] [EL Fine]: 2022-09-10 04:19:09.548--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 8] [junit] [EL Fine]: 2022-09-10 04:19:09.548--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 62] [junit] [EL Fine]: 2022-09-10 04:19:09.548--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 62] [junit] [EL Fine]: 2022-09-10 04:19:09.548--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 62] [junit] [EL Fine]: 2022-09-10 04:19:09.548--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 62] [junit] [EL Fine]: 2022-09-10 04:19:09.548--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 62] [junit] [EL Fine]: 2022-09-10 04:19:09.548--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 1] [junit] [EL Fine]: 2022-09-10 04:19:09.548--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 1] [junit] [EL Fine]: 2022-09-10 04:19:09.548--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 1] [junit] [EL Fine]: 2022-09-10 04:19:09.548--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 1] [junit] [EL Fine]: 2022-09-10 04:19:09.548--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 1] [junit] [EL Finer]: 2022-09-10 04:19:09.549--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:09.565--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.565--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.565--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.565--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.565--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.565--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.565--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.565--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.565--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.566--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.566--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.566--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.566--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.566--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.566--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.566--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.566--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.566--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.566--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.566--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.566--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.566--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.566--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.567--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.567--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.567--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.567--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.567--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.567--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.567--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.567--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.567--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.567--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.567--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.567--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.567--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.568--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.568--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.568--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.568--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.568--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.568--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.568--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.568--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.568--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.568--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.568--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.568--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.568--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.568--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.569--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.569--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.569--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.569--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.569--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.569--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.569--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.569--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.569--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.569--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.569--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.569--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.569--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.569--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.57--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.57--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.57--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.57--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.57--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.57--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.57--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.57--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.57--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.57--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.57--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.57--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.57--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.57--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.57--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.571--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.571--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.571--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.571--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.571--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.571--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.571--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.571--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.571--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.571--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.571--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.571--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.571--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.572--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.572--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.572--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.572--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.572--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.572--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.572--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.572--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:09.572--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:09.572--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:09.572--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 71] [junit] [EL Fine]: 2022-09-10 04:19:09.572--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 71] [junit] [EL Fine]: 2022-09-10 04:19:09.572--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 71] [junit] [EL Fine]: 2022-09-10 04:19:09.572--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 71] [junit] [EL Fine]: 2022-09-10 04:19:09.572--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 71] [junit] [EL Fine]: 2022-09-10 04:19:09.572--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 52] [junit] [EL Fine]: 2022-09-10 04:19:09.572--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 52] [junit] [EL Fine]: 2022-09-10 04:19:09.572--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 52] [junit] [EL Fine]: 2022-09-10 04:19:09.572--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 52] [junit] [EL Fine]: 2022-09-10 04:19:09.572--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 52] [junit] [EL Fine]: 2022-09-10 04:19:09.572--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 18] [junit] [EL Fine]: 2022-09-10 04:19:09.573--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 18] [junit] [EL Fine]: 2022-09-10 04:19:09.573--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 18] [junit] [EL Fine]: 2022-09-10 04:19:09.573--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 18] [junit] [EL Fine]: 2022-09-10 04:19:09.573--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 18] [junit] [EL Fine]: 2022-09-10 04:19:09.573--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 87] [junit] [EL Fine]: 2022-09-10 04:19:09.573--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 87] [junit] [EL Fine]: 2022-09-10 04:19:09.573--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 87] [junit] [EL Fine]: 2022-09-10 04:19:09.573--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 87] [junit] [EL Fine]: 2022-09-10 04:19:09.573--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 87] [junit] [EL Fine]: 2022-09-10 04:19:09.573--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 26] [junit] [EL Fine]: 2022-09-10 04:19:09.573--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 26] [junit] [EL Fine]: 2022-09-10 04:19:09.573--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 26] [junit] [EL Fine]: 2022-09-10 04:19:09.573--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 26] [junit] [EL Fine]: 2022-09-10 04:19:09.573--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 26] [junit] [EL Fine]: 2022-09-10 04:19:09.573--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 69] [junit] [EL Fine]: 2022-09-10 04:19:09.573--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 69] [junit] [EL Fine]: 2022-09-10 04:19:09.573--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 69] [junit] [EL Fine]: 2022-09-10 04:19:09.573--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 69] [junit] [EL Fine]: 2022-09-10 04:19:09.573--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 69] [junit] [EL Fine]: 2022-09-10 04:19:09.573--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 43] [junit] [EL Fine]: 2022-09-10 04:19:09.573--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 43] [junit] [EL Fine]: 2022-09-10 04:19:09.573--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 43] [junit] [EL Fine]: 2022-09-10 04:19:09.573--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 43] [junit] [EL Fine]: 2022-09-10 04:19:09.573--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 43] [junit] [EL Fine]: 2022-09-10 04:19:09.573--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 79] [junit] [EL Fine]: 2022-09-10 04:19:09.573--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 79] [junit] [EL Fine]: 2022-09-10 04:19:09.573--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 79] [junit] [EL Fine]: 2022-09-10 04:19:09.573--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 79] [junit] [EL Fine]: 2022-09-10 04:19:09.573--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 79] [junit] [EL Fine]: 2022-09-10 04:19:09.574--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 95] [junit] [EL Fine]: 2022-09-10 04:19:09.574--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 95] [junit] [EL Fine]: 2022-09-10 04:19:09.574--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 95] [junit] [EL Fine]: 2022-09-10 04:19:09.574--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 95] [junit] [EL Fine]: 2022-09-10 04:19:09.574--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 95] [junit] [EL Fine]: 2022-09-10 04:19:09.574--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 94] [junit] [EL Fine]: 2022-09-10 04:19:09.574--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 94] [junit] [EL Fine]: 2022-09-10 04:19:09.574--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 94] [junit] [EL Fine]: 2022-09-10 04:19:09.574--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 94] [junit] [EL Fine]: 2022-09-10 04:19:09.574--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 94] [junit] [EL Fine]: 2022-09-10 04:19:09.574--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 36] [junit] [EL Fine]: 2022-09-10 04:19:09.574--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 36] [junit] [EL Fine]: 2022-09-10 04:19:09.574--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 36] [junit] [EL Fine]: 2022-09-10 04:19:09.574--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 36] [junit] [EL Fine]: 2022-09-10 04:19:09.574--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 36] [junit] [EL Fine]: 2022-09-10 04:19:09.574--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 97] [junit] [EL Fine]: 2022-09-10 04:19:09.574--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 97] [junit] [EL Fine]: 2022-09-10 04:19:09.574--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 97] [junit] [EL Fine]: 2022-09-10 04:19:09.574--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 97] [junit] [EL Fine]: 2022-09-10 04:19:09.574--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 97] [junit] [EL Fine]: 2022-09-10 04:19:09.574--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 10] [junit] [EL Fine]: 2022-09-10 04:19:09.574--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 10] [junit] [EL Fine]: 2022-09-10 04:19:09.574--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 10] [junit] [EL Fine]: 2022-09-10 04:19:09.574--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 10] [junit] [EL Fine]: 2022-09-10 04:19:09.574--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 10] [junit] [EL Fine]: 2022-09-10 04:19:09.574--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 51] [junit] [EL Fine]: 2022-09-10 04:19:09.574--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 51] [junit] [EL Fine]: 2022-09-10 04:19:09.574--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 51] [junit] [EL Fine]: 2022-09-10 04:19:09.574--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 51] [junit] [EL Fine]: 2022-09-10 04:19:09.574--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 51] [junit] [EL Fine]: 2022-09-10 04:19:09.575--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 92] [junit] [EL Fine]: 2022-09-10 04:19:09.575--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 92] [junit] [EL Fine]: 2022-09-10 04:19:09.575--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 92] [junit] [EL Fine]: 2022-09-10 04:19:09.575--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 92] [junit] [EL Fine]: 2022-09-10 04:19:09.575--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 92] [junit] [EL Fine]: 2022-09-10 04:19:09.575--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 11] [junit] [EL Fine]: 2022-09-10 04:19:09.575--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 11] [junit] [EL Fine]: 2022-09-10 04:19:09.575--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 11] [junit] [EL Fine]: 2022-09-10 04:19:09.575--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 11] [junit] [EL Fine]: 2022-09-10 04:19:09.633--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 11] [junit] [EL Fine]: 2022-09-10 04:19:09.633--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 49] [junit] [EL Fine]: 2022-09-10 04:19:09.633--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 49] [junit] [EL Fine]: 2022-09-10 04:19:09.633--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 49] [junit] [EL Fine]: 2022-09-10 04:19:09.633--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 49] [junit] [EL Fine]: 2022-09-10 04:19:09.633--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 49] [junit] [EL Fine]: 2022-09-10 04:19:09.633--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 88] [junit] [EL Fine]: 2022-09-10 04:19:09.633--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 88] [junit] [EL Fine]: 2022-09-10 04:19:09.634--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 88] [junit] [EL Fine]: 2022-09-10 04:19:09.634--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 88] [junit] [EL Fine]: 2022-09-10 04:19:09.634--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 88] [junit] [EL Fine]: 2022-09-10 04:19:09.634--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 81] [junit] [EL Fine]: 2022-09-10 04:19:09.634--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 81] [junit] [EL Fine]: 2022-09-10 04:19:09.634--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 81] [junit] [EL Fine]: 2022-09-10 04:19:09.634--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 81] [junit] [EL Fine]: 2022-09-10 04:19:09.634--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 81] [junit] [EL Fine]: 2022-09-10 04:19:09.634--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 90] [junit] [EL Fine]: 2022-09-10 04:19:09.634--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 90] [junit] [EL Fine]: 2022-09-10 04:19:09.634--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 90] [junit] [EL Fine]: 2022-09-10 04:19:09.634--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 90] [junit] [EL Fine]: 2022-09-10 04:19:09.634--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 90] [junit] [EL Finer]: 2022-09-10 04:19:09.634--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:09.652--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.652--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.652--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.652--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.653--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.653--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.653--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.653--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.653--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.653--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.653--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.653--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.653--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.653--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.654--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.654--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.654--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.654--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.654--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.654--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.654--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.654--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.654--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.654--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.654--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.654--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.654--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.654--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.654--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.655--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.655--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.655--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.655--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.655--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.655--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.655--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.655--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.655--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.655--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.655--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.655--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.655--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.655--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.655--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.656--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.656--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.656--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.656--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.656--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.656--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.656--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.656--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.656--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.656--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.656--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.656--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.657--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.657--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.657--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.657--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.657--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.657--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.657--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.657--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.657--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.657--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.657--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.658--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.658--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.658--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.658--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.658--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.658--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.658--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.658--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.658--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.658--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.658--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.658--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.658--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.658--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.658--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.659--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.659--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.659--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.659--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.659--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.659--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.659--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.659--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.659--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.659--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.659--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.659--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.659--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.659--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.659--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.659--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.66--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.66--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:09.66--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:09.66--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:09.66--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 29] [junit] [EL Fine]: 2022-09-10 04:19:09.66--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 29] [junit] [EL Fine]: 2022-09-10 04:19:09.66--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 29] [junit] [EL Fine]: 2022-09-10 04:19:09.66--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 29] [junit] [EL Fine]: 2022-09-10 04:19:09.66--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 29] [junit] [EL Fine]: 2022-09-10 04:19:09.66--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 60] [junit] [EL Fine]: 2022-09-10 04:19:09.66--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 60] [junit] [EL Fine]: 2022-09-10 04:19:09.66--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 60] [junit] [EL Fine]: 2022-09-10 04:19:09.66--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 60] [junit] [EL Fine]: 2022-09-10 04:19:09.66--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 60] [junit] [EL Fine]: 2022-09-10 04:19:09.66--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 40] [junit] [EL Fine]: 2022-09-10 04:19:09.66--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 40] [junit] [EL Fine]: 2022-09-10 04:19:09.66--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 40] [junit] [EL Fine]: 2022-09-10 04:19:09.66--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 40] [junit] [EL Fine]: 2022-09-10 04:19:09.66--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 40] [junit] [EL Fine]: 2022-09-10 04:19:09.66--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 14] [junit] [EL Fine]: 2022-09-10 04:19:09.66--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 14] [junit] [EL Fine]: 2022-09-10 04:19:09.66--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 14] [junit] [EL Fine]: 2022-09-10 04:19:09.66--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 14] [junit] [EL Fine]: 2022-09-10 04:19:09.66--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 14] [junit] [EL Fine]: 2022-09-10 04:19:09.66--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 98] [junit] [EL Fine]: 2022-09-10 04:19:09.66--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 98] [junit] [EL Fine]: 2022-09-10 04:19:09.66--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 98] [junit] [EL Fine]: 2022-09-10 04:19:09.661--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 98] [junit] [EL Fine]: 2022-09-10 04:19:09.661--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 98] [junit] [EL Fine]: 2022-09-10 04:19:09.661--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 25] [junit] [EL Fine]: 2022-09-10 04:19:09.661--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 25] [junit] [EL Fine]: 2022-09-10 04:19:09.661--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 25] [junit] [EL Fine]: 2022-09-10 04:19:09.661--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 25] [junit] [EL Fine]: 2022-09-10 04:19:09.661--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 25] [junit] [EL Fine]: 2022-09-10 04:19:09.661--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 35] [junit] [EL Fine]: 2022-09-10 04:19:09.661--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 35] [junit] [EL Fine]: 2022-09-10 04:19:09.661--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 35] [junit] [EL Fine]: 2022-09-10 04:19:09.661--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 35] [junit] [EL Fine]: 2022-09-10 04:19:09.661--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 35] [junit] [EL Fine]: 2022-09-10 04:19:09.661--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 16] [junit] [EL Fine]: 2022-09-10 04:19:09.661--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 16] [junit] [EL Fine]: 2022-09-10 04:19:09.661--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 16] [junit] [EL Fine]: 2022-09-10 04:19:09.661--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 16] [junit] [EL Fine]: 2022-09-10 04:19:09.661--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 16] [junit] [EL Fine]: 2022-09-10 04:19:09.661--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 12] [junit] [EL Fine]: 2022-09-10 04:19:09.661--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 12] [junit] [EL Fine]: 2022-09-10 04:19:09.661--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 12] [junit] [EL Fine]: 2022-09-10 04:19:09.661--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 12] [junit] [EL Fine]: 2022-09-10 04:19:09.661--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 12] [junit] [EL Fine]: 2022-09-10 04:19:09.661--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 41] [junit] [EL Fine]: 2022-09-10 04:19:09.661--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 41] [junit] [EL Fine]: 2022-09-10 04:19:09.661--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 41] [junit] [EL Fine]: 2022-09-10 04:19:09.661--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 41] [junit] [EL Fine]: 2022-09-10 04:19:09.661--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 41] [junit] [EL Fine]: 2022-09-10 04:19:09.661--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 0] [junit] [EL Fine]: 2022-09-10 04:19:09.662--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 0] [junit] [EL Fine]: 2022-09-10 04:19:09.662--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 0] [junit] [EL Fine]: 2022-09-10 04:19:09.662--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 0] [junit] [EL Fine]: 2022-09-10 04:19:09.662--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 0] [junit] [EL Fine]: 2022-09-10 04:19:09.662--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 99] [junit] [EL Fine]: 2022-09-10 04:19:09.662--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 99] [junit] [EL Fine]: 2022-09-10 04:19:09.662--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 99] [junit] [EL Fine]: 2022-09-10 04:19:09.662--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 99] [junit] [EL Fine]: 2022-09-10 04:19:09.662--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 99] [junit] [EL Fine]: 2022-09-10 04:19:09.662--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 85] [junit] [EL Fine]: 2022-09-10 04:19:09.662--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 85] [junit] [EL Fine]: 2022-09-10 04:19:09.662--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 85] [junit] [EL Fine]: 2022-09-10 04:19:09.662--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 85] [junit] [EL Fine]: 2022-09-10 04:19:09.662--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 85] [junit] [EL Fine]: 2022-09-10 04:19:09.662--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 68] [junit] [EL Fine]: 2022-09-10 04:19:09.662--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 68] [junit] [EL Fine]: 2022-09-10 04:19:09.662--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 68] [junit] [EL Fine]: 2022-09-10 04:19:09.662--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 68] [junit] [EL Fine]: 2022-09-10 04:19:09.662--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 68] [junit] [EL Fine]: 2022-09-10 04:19:09.662--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 82] [junit] [EL Fine]: 2022-09-10 04:19:09.662--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 82] [junit] [EL Fine]: 2022-09-10 04:19:09.662--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 82] [junit] [EL Fine]: 2022-09-10 04:19:09.662--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 82] [junit] [EL Fine]: 2022-09-10 04:19:09.662--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 82] [junit] [EL Fine]: 2022-09-10 04:19:09.662--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 50] [junit] [EL Fine]: 2022-09-10 04:19:09.662--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 50] [junit] [EL Fine]: 2022-09-10 04:19:09.662--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 50] [junit] [EL Fine]: 2022-09-10 04:19:09.662--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 50] [junit] [EL Fine]: 2022-09-10 04:19:09.662--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 50] [junit] [EL Fine]: 2022-09-10 04:19:09.662--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 80] [junit] [EL Fine]: 2022-09-10 04:19:09.662--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 80] [junit] [EL Fine]: 2022-09-10 04:19:09.663--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 80] [junit] [EL Fine]: 2022-09-10 04:19:09.663--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 80] [junit] [EL Fine]: 2022-09-10 04:19:09.663--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 80] [junit] [EL Fine]: 2022-09-10 04:19:09.663--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 30] [junit] [EL Fine]: 2022-09-10 04:19:09.663--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 30] [junit] [EL Fine]: 2022-09-10 04:19:09.663--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 30] [junit] [EL Fine]: 2022-09-10 04:19:09.663--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 30] [junit] [EL Fine]: 2022-09-10 04:19:09.663--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 30] [junit] [EL Fine]: 2022-09-10 04:19:09.663--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 64] [junit] [EL Fine]: 2022-09-10 04:19:09.663--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 64] [junit] [EL Fine]: 2022-09-10 04:19:09.663--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 64] [junit] [EL Fine]: 2022-09-10 04:19:09.663--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 64] [junit] [EL Fine]: 2022-09-10 04:19:09.663--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 64] [junit] [EL Fine]: 2022-09-10 04:19:09.663--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.663--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.663--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.663--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 91] [junit] [EL Fine]: 2022-09-10 04:19:09.663--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 91] [junit] [EL Finer]: 2022-09-10 04:19:09.663--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:09.679--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.679--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.679--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.679--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.679--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.679--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.679--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.679--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.679--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.679--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.68--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.68--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.68--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.68--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.68--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.68--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.68--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.68--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.68--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.68--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.68--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.68--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.68--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.68--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.68--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.68--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.681--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.681--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.681--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.681--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.681--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.681--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.681--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.681--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.681--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.681--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.681--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.681--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.681--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.681--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.681--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.681--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.682--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.682--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.682--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.682--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.682--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.682--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.682--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.682--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.682--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.682--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.682--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.682--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.682--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.682--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.682--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.683--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.683--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.683--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.683--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.683--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.683--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.683--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.683--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.683--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.683--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.683--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.683--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.683--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.683--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.683--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.684--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.684--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.684--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.684--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.684--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.684--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.684--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.684--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.684--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.684--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.684--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.684--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.684--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.684--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.684--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.684--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.685--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.685--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.685--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.685--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.685--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.685--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.685--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.685--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.685--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.685--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.685--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.685--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:09.685--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:09.685--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:09.685--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 70] [junit] [EL Fine]: 2022-09-10 04:19:09.685--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 70] [junit] [EL Fine]: 2022-09-10 04:19:09.686--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 70] [junit] [EL Fine]: 2022-09-10 04:19:09.686--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 70] [junit] [EL Fine]: 2022-09-10 04:19:09.686--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 70] [junit] [EL Fine]: 2022-09-10 04:19:09.686--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 19] [junit] [EL Fine]: 2022-09-10 04:19:09.686--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 19] [junit] [EL Fine]: 2022-09-10 04:19:09.686--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 19] [junit] [EL Fine]: 2022-09-10 04:19:09.686--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 19] [junit] [EL Fine]: 2022-09-10 04:19:09.686--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 19] [junit] [EL Fine]: 2022-09-10 04:19:09.686--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 22] [junit] [EL Fine]: 2022-09-10 04:19:09.686--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 22] [junit] [EL Fine]: 2022-09-10 04:19:09.686--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 22] [junit] [EL Fine]: 2022-09-10 04:19:09.686--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 22] [junit] [EL Fine]: 2022-09-10 04:19:09.686--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 22] [junit] [EL Fine]: 2022-09-10 04:19:09.686--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 66] [junit] [EL Fine]: 2022-09-10 04:19:09.686--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 66] [junit] [EL Fine]: 2022-09-10 04:19:09.686--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 66] [junit] [EL Fine]: 2022-09-10 04:19:09.686--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 66] [junit] [EL Fine]: 2022-09-10 04:19:09.686--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 66] [junit] [EL Fine]: 2022-09-10 04:19:09.686--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 15] [junit] [EL Fine]: 2022-09-10 04:19:09.686--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 15] [junit] [EL Fine]: 2022-09-10 04:19:09.686--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 15] [junit] [EL Fine]: 2022-09-10 04:19:09.686--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 15] [junit] [EL Fine]: 2022-09-10 04:19:09.686--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 15] [junit] [EL Fine]: 2022-09-10 04:19:09.686--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 27] [junit] [EL Fine]: 2022-09-10 04:19:09.686--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 27] [junit] [EL Fine]: 2022-09-10 04:19:09.686--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 27] [junit] [EL Fine]: 2022-09-10 04:19:09.686--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 27] [junit] [EL Fine]: 2022-09-10 04:19:09.686--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 27] [junit] [EL Fine]: 2022-09-10 04:19:09.686--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 38] [junit] [EL Fine]: 2022-09-10 04:19:09.687--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 38] [junit] [EL Fine]: 2022-09-10 04:19:09.687--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 38] [junit] [EL Fine]: 2022-09-10 04:19:09.687--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 38] [junit] [EL Fine]: 2022-09-10 04:19:09.687--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 38] [junit] [EL Fine]: 2022-09-10 04:19:09.687--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 73] [junit] [EL Fine]: 2022-09-10 04:19:09.687--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 73] [junit] [EL Fine]: 2022-09-10 04:19:09.687--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 73] [junit] [EL Fine]: 2022-09-10 04:19:09.687--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 73] [junit] [EL Fine]: 2022-09-10 04:19:09.687--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 73] [junit] [EL Fine]: 2022-09-10 04:19:09.687--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 37] [junit] [EL Fine]: 2022-09-10 04:19:09.687--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 37] [junit] [EL Fine]: 2022-09-10 04:19:09.687--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 37] [junit] [EL Fine]: 2022-09-10 04:19:09.687--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 37] [junit] [EL Fine]: 2022-09-10 04:19:09.687--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 37] [junit] [EL Fine]: 2022-09-10 04:19:09.687--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 56] [junit] [EL Fine]: 2022-09-10 04:19:09.687--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 56] [junit] [EL Fine]: 2022-09-10 04:19:09.687--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 56] [junit] [EL Fine]: 2022-09-10 04:19:09.687--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 56] [junit] [EL Fine]: 2022-09-10 04:19:09.687--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 56] [junit] [EL Fine]: 2022-09-10 04:19:09.687--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 34] [junit] [EL Fine]: 2022-09-10 04:19:09.687--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 34] [junit] [EL Fine]: 2022-09-10 04:19:09.687--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 34] [junit] [EL Fine]: 2022-09-10 04:19:09.687--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 34] [junit] [EL Fine]: 2022-09-10 04:19:09.687--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 34] [junit] [EL Fine]: 2022-09-10 04:19:09.687--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 13] [junit] [EL Fine]: 2022-09-10 04:19:09.687--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 13] [junit] [EL Fine]: 2022-09-10 04:19:09.687--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 13] [junit] [EL Fine]: 2022-09-10 04:19:09.687--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 13] [junit] [EL Fine]: 2022-09-10 04:19:09.688--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 13] [junit] [EL Fine]: 2022-09-10 04:19:09.688--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 78] [junit] [EL Fine]: 2022-09-10 04:19:09.688--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 78] [junit] [EL Fine]: 2022-09-10 04:19:09.688--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 78] [junit] [EL Fine]: 2022-09-10 04:19:09.688--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 78] [junit] [EL Fine]: 2022-09-10 04:19:09.688--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 78] [junit] [EL Fine]: 2022-09-10 04:19:09.688--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 67] [junit] [EL Fine]: 2022-09-10 04:19:09.688--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 67] [junit] [EL Fine]: 2022-09-10 04:19:09.688--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 67] [junit] [EL Fine]: 2022-09-10 04:19:09.688--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 67] [junit] [EL Fine]: 2022-09-10 04:19:09.688--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 67] [junit] [EL Fine]: 2022-09-10 04:19:09.688--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 58] [junit] [EL Fine]: 2022-09-10 04:19:09.688--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 58] [junit] [EL Fine]: 2022-09-10 04:19:09.688--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 58] [junit] [EL Fine]: 2022-09-10 04:19:09.688--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 58] [junit] [EL Fine]: 2022-09-10 04:19:09.688--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 58] [junit] [EL Fine]: 2022-09-10 04:19:09.688--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 33] [junit] [EL Fine]: 2022-09-10 04:19:09.688--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 33] [junit] [EL Fine]: 2022-09-10 04:19:09.688--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 33] [junit] [EL Fine]: 2022-09-10 04:19:09.688--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 33] [junit] [EL Fine]: 2022-09-10 04:19:09.741--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 33] [junit] [EL Fine]: 2022-09-10 04:19:09.742--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 2] [junit] [EL Fine]: 2022-09-10 04:19:09.742--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 2] [junit] [EL Fine]: 2022-09-10 04:19:09.742--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 2] [junit] [EL Fine]: 2022-09-10 04:19:09.742--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 2] [junit] [EL Fine]: 2022-09-10 04:19:09.742--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 2] [junit] [EL Fine]: 2022-09-10 04:19:09.742--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 75] [junit] [EL Fine]: 2022-09-10 04:19:09.742--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 75] [junit] [EL Fine]: 2022-09-10 04:19:09.742--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 75] [junit] [EL Fine]: 2022-09-10 04:19:09.742--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 75] [junit] [EL Fine]: 2022-09-10 04:19:09.742--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 75] [junit] [EL Fine]: 2022-09-10 04:19:09.742--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 28] [junit] [EL Fine]: 2022-09-10 04:19:09.742--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 28] [junit] [EL Fine]: 2022-09-10 04:19:09.742--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 28] [junit] [EL Fine]: 2022-09-10 04:19:09.742--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 28] [junit] [EL Fine]: 2022-09-10 04:19:09.742--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 28] [junit] [EL Fine]: 2022-09-10 04:19:09.742--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 23] [junit] [EL Fine]: 2022-09-10 04:19:09.742--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 23] [junit] [EL Fine]: 2022-09-10 04:19:09.742--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 23] [junit] [EL Fine]: 2022-09-10 04:19:09.742--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 23] [junit] [EL Fine]: 2022-09-10 04:19:09.742--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 23] [junit] [EL Finer]: 2022-09-10 04:19:09.742--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:09.76--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.76--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.76--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.76--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.76--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.76--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.76--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.76--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.761--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.761--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.761--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.761--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.761--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.761--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.761--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.761--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.761--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.761--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.761--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.761--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.761--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.761--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.761--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.761--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.762--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.762--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.762--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.762--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.762--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.762--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.762--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.762--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.762--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.762--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.762--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.762--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.762--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.762--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.762--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.763--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.763--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.763--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.763--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.763--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.763--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.763--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.763--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.763--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.763--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.763--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.763--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.763--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.763--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.763--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.763--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.763--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.764--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.764--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.764--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.764--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.764--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.764--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.764--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.764--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.764--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.764--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.764--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.764--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.764--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.764--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.764--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.764--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.764--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.765--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.765--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.765--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.765--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.765--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.765--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.765--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.765--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.765--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.765--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.765--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.765--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.765--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.765--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.765--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.766--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.766--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.766--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.766--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.766--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.766--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.766--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.766--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.766--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.766--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:09.766--ClientSession(936067578)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:09.766--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:09.766--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:09.766--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 47] [junit] [EL Fine]: 2022-09-10 04:19:09.766--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 47] [junit] [EL Fine]: 2022-09-10 04:19:09.766--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 47] [junit] [EL Fine]: 2022-09-10 04:19:09.766--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 47] [junit] [EL Fine]: 2022-09-10 04:19:09.766--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 47] [junit] [EL Fine]: 2022-09-10 04:19:09.766--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 93] [junit] [EL Fine]: 2022-09-10 04:19:09.766--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 93] [junit] [EL Fine]: 2022-09-10 04:19:09.767--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 93] [junit] [EL Fine]: 2022-09-10 04:19:09.767--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 93] [junit] [EL Fine]: 2022-09-10 04:19:09.767--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 93] [junit] [EL Fine]: 2022-09-10 04:19:09.767--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 61] [junit] [EL Fine]: 2022-09-10 04:19:09.767--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 61] [junit] [EL Fine]: 2022-09-10 04:19:09.767--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 61] [junit] [EL Fine]: 2022-09-10 04:19:09.767--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 61] [junit] [EL Fine]: 2022-09-10 04:19:09.767--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 61] [junit] [EL Fine]: 2022-09-10 04:19:09.767--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 59] [junit] [EL Fine]: 2022-09-10 04:19:09.767--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 59] [junit] [EL Fine]: 2022-09-10 04:19:09.767--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 59] [junit] [EL Fine]: 2022-09-10 04:19:09.767--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 59] [junit] [EL Fine]: 2022-09-10 04:19:09.767--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 59] [junit] [EL Fine]: 2022-09-10 04:19:09.767--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 44] [junit] [EL Fine]: 2022-09-10 04:19:09.767--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 44] [junit] [EL Fine]: 2022-09-10 04:19:09.767--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 44] [junit] [EL Fine]: 2022-09-10 04:19:09.767--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 44] [junit] [EL Fine]: 2022-09-10 04:19:09.767--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 44] [junit] [EL Fine]: 2022-09-10 04:19:09.767--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 21] [junit] [EL Fine]: 2022-09-10 04:19:09.767--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 21] [junit] [EL Fine]: 2022-09-10 04:19:09.767--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 21] [junit] [EL Fine]: 2022-09-10 04:19:09.767--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 21] [junit] [EL Fine]: 2022-09-10 04:19:09.767--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 21] [junit] [EL Fine]: 2022-09-10 04:19:09.767--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 57] [junit] [EL Fine]: 2022-09-10 04:19:09.767--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 57] [junit] [EL Fine]: 2022-09-10 04:19:09.767--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 57] [junit] [EL Fine]: 2022-09-10 04:19:09.767--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 57] [junit] [EL Fine]: 2022-09-10 04:19:09.767--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 57] [junit] [EL Fine]: 2022-09-10 04:19:09.767--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 6] [junit] [EL Fine]: 2022-09-10 04:19:09.767--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 6] [junit] [EL Fine]: 2022-09-10 04:19:09.767--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 6] [junit] [EL Fine]: 2022-09-10 04:19:09.767--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 6] [junit] [EL Fine]: 2022-09-10 04:19:09.767--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 6] [junit] [EL Fine]: 2022-09-10 04:19:09.767--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 72] [junit] [EL Fine]: 2022-09-10 04:19:09.767--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 72] [junit] [EL Fine]: 2022-09-10 04:19:09.767--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 72] [junit] [EL Fine]: 2022-09-10 04:19:09.767--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 72] [junit] [EL Fine]: 2022-09-10 04:19:09.767--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 72] [junit] [EL Fine]: 2022-09-10 04:19:09.767--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 17] [junit] [EL Fine]: 2022-09-10 04:19:09.768--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 17] [junit] [EL Fine]: 2022-09-10 04:19:09.768--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 17] [junit] [EL Fine]: 2022-09-10 04:19:09.768--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 17] [junit] [EL Fine]: 2022-09-10 04:19:09.768--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 17] [junit] [EL Fine]: 2022-09-10 04:19:09.768--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 84] [junit] [EL Fine]: 2022-09-10 04:19:09.768--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 84] [junit] [EL Fine]: 2022-09-10 04:19:09.768--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 84] [junit] [EL Fine]: 2022-09-10 04:19:09.768--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 84] [junit] [EL Fine]: 2022-09-10 04:19:09.768--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 84] [junit] [EL Fine]: 2022-09-10 04:19:09.768--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 9] [junit] [EL Fine]: 2022-09-10 04:19:09.768--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 9] [junit] [EL Fine]: 2022-09-10 04:19:09.768--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 9] [junit] [EL Fine]: 2022-09-10 04:19:09.768--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 9] [junit] [EL Fine]: 2022-09-10 04:19:09.768--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 9] [junit] [EL Fine]: 2022-09-10 04:19:09.768--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 63] [junit] [EL Fine]: 2022-09-10 04:19:09.768--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 63] [junit] [EL Fine]: 2022-09-10 04:19:09.768--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 63] [junit] [EL Fine]: 2022-09-10 04:19:09.768--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 63] [junit] [EL Fine]: 2022-09-10 04:19:09.768--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 63] [junit] [EL Fine]: 2022-09-10 04:19:09.768--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 7] [junit] [EL Fine]: 2022-09-10 04:19:09.768--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 7] [junit] [EL Fine]: 2022-09-10 04:19:09.768--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 7] [junit] [EL Fine]: 2022-09-10 04:19:09.768--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 7] [junit] [EL Fine]: 2022-09-10 04:19:09.768--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 7] [junit] [EL Fine]: 2022-09-10 04:19:09.768--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 3] [junit] [EL Fine]: 2022-09-10 04:19:09.768--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 3] [junit] [EL Fine]: 2022-09-10 04:19:09.768--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 3] [junit] [EL Fine]: 2022-09-10 04:19:09.768--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 3] [junit] [EL Fine]: 2022-09-10 04:19:09.768--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 3] [junit] [EL Fine]: 2022-09-10 04:19:09.768--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 77] [junit] [EL Fine]: 2022-09-10 04:19:09.768--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 77] [junit] [EL Fine]: 2022-09-10 04:19:09.768--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 77] [junit] [EL Fine]: 2022-09-10 04:19:09.768--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 77] [junit] [EL Fine]: 2022-09-10 04:19:09.768--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 77] [junit] [EL Fine]: 2022-09-10 04:19:09.768--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 74] [junit] [EL Fine]: 2022-09-10 04:19:09.768--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 74] [junit] [EL Fine]: 2022-09-10 04:19:09.768--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 74] [junit] [EL Fine]: 2022-09-10 04:19:09.768--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 74] [junit] [EL Fine]: 2022-09-10 04:19:09.769--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 74] [junit] [EL Fine]: 2022-09-10 04:19:09.769--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 42] [junit] [EL Fine]: 2022-09-10 04:19:09.769--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 42] [junit] [EL Fine]: 2022-09-10 04:19:09.769--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 42] [junit] [EL Fine]: 2022-09-10 04:19:09.769--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 42] [junit] [EL Fine]: 2022-09-10 04:19:09.769--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 42] [junit] [EL Fine]: 2022-09-10 04:19:09.769--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 46] [junit] [EL Fine]: 2022-09-10 04:19:09.769--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 46] [junit] [EL Fine]: 2022-09-10 04:19:09.769--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 46] [junit] [EL Fine]: 2022-09-10 04:19:09.769--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [3, 46] [junit] [EL Fine]: 2022-09-10 04:19:09.769--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 46] [junit] [EL Fine]: 2022-09-10 04:19:09.769--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [1, 89] [junit] [EL Fine]: 2022-09-10 04:19:09.769--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [4, 89] [junit] [EL Fine]: 2022-09-10 04:19:09.769--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [5, 89] [junit] [EL Fine]: 2022-09-10 04:19:09.769--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [2, 89] [junit] [EL Fine]: 2022-09-10 04:19:09.769--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])-- bind => [6, 89] [junit] [EL Finer]: 2022-09-10 04:19:09.769--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:09.791--ClientSession(936067578)--Connection(1156306409)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:09.791--ServerSession(1526542158)--Connection(2011517800)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:09.812--UnitOfWork(576223009)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:09.812--UnitOfWork(576223009)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:09.819--UnitOfWork(576223009)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:09.819--ClientSession(936067578)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:09.819--UnitOfWork(576223009)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:09.819--ClientSession(936067578)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:09.819--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 759497996 [junit] [EL Finer]: 2022-09-10 04:19:09.819--ClientSession(759497996)--Thread(Thread[main,5,main])--acquire unit of work: 461591722 [junit] [EL Finest]: 2022-09-10 04:19:09.819--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP") [junit] [EL Finest]: 2022-09-10 04:19:09.82--ServerSession(1526542158)--Connection(931812098)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.82--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.82--ServerSession(1526542158)--Connection(576708927)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP [junit] [EL Finest]: 2022-09-10 04:19:09.829--ServerSession(1526542158)--Connection(931812098)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.83--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.83--ServerSession(1526542158)--Connection(518834572)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.83--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.83--ServerSession(1526542158)--Connection(103481433)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [0, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.831--ServerSession(1526542158)--Connection(518834572)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.832--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.832--ServerSession(1526542158)--Connection(2130732325)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.832--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.832--ServerSession(1526542158)--Connection(1344478998)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [1, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.833--ServerSession(1526542158)--Connection(2130732325)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.833--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.833--ServerSession(1526542158)--Connection(1553288812)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.833--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.834--ServerSession(1526542158)--Connection(1112811160)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [2, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.834--ServerSession(1526542158)--Connection(1553288812)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.835--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.835--ServerSession(1526542158)--Connection(958248)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.835--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.835--ServerSession(1526542158)--Connection(1355478616)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [3, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.836--ServerSession(1526542158)--Connection(958248)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.836--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.837--ServerSession(1526542158)--Connection(1392575505)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.837--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.837--ServerSession(1526542158)--Connection(1869410233)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [4, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.838--ServerSession(1526542158)--Connection(1392575505)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.838--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.838--ServerSession(1526542158)--Connection(1367768747)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.838--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.838--ServerSession(1526542158)--Connection(668303928)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [5, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.839--ServerSession(1526542158)--Connection(1367768747)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.839--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.839--ServerSession(1526542158)--Connection(1074919774)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.839--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.839--ServerSession(1526542158)--Connection(338971460)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [6, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.84--ServerSession(1526542158)--Connection(1074919774)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.84--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.84--ServerSession(1526542158)--Connection(84175775)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.84--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.84--ServerSession(1526542158)--Connection(658800287)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [7, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.841--ServerSession(1526542158)--Connection(84175775)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.841--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.841--ServerSession(1526542158)--Connection(1822283677)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.841--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.842--ServerSession(1526542158)--Connection(516790174)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [8, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.842--ServerSession(1526542158)--Connection(1822283677)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.843--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.843--ServerSession(1526542158)--Connection(1054149471)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.843--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.843--ServerSession(1526542158)--Connection(719731844)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [9, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.843--ServerSession(1526542158)--Connection(1054149471)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.844--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.844--ServerSession(1526542158)--Connection(1038401449)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.844--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.844--ServerSession(1526542158)--Connection(194339475)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [10, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.844--ServerSession(1526542158)--Connection(1038401449)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.845--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.845--ServerSession(1526542158)--Connection(1856258111)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.845--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.845--ServerSession(1526542158)--Connection(492705449)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [11, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.846--ServerSession(1526542158)--Connection(1856258111)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.846--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.846--ServerSession(1526542158)--Connection(730011718)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.846--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.846--ServerSession(1526542158)--Connection(329088237)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [12, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.847--ServerSession(1526542158)--Connection(730011718)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.847--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.847--ServerSession(1526542158)--Connection(1558590331)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.847--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.847--ServerSession(1526542158)--Connection(966956861)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [13, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.848--ServerSession(1526542158)--Connection(1558590331)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.848--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.848--ServerSession(1526542158)--Connection(1502271758)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.848--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.848--ServerSession(1526542158)--Connection(1999059438)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [14, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.849--ServerSession(1526542158)--Connection(1502271758)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.849--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.849--ServerSession(1526542158)--Connection(1595469075)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.849--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.85--ServerSession(1526542158)--Connection(1394715948)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [15, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.85--ServerSession(1526542158)--Connection(1595469075)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.851--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.851--ServerSession(1526542158)--Connection(1974567063)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.851--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.851--ServerSession(1526542158)--Connection(362637120)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [16, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.852--ServerSession(1526542158)--Connection(1974567063)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.852--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.852--ServerSession(1526542158)--Connection(1252014054)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.853--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.853--ServerSession(1526542158)--Connection(448631494)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [17, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.853--ServerSession(1526542158)--Connection(1252014054)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.854--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.854--ServerSession(1526542158)--Connection(986031651)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.854--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.854--ServerSession(1526542158)--Connection(1623683691)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [18, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.855--ServerSession(1526542158)--Connection(986031651)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.855--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.855--ServerSession(1526542158)--Connection(1196692672)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.855--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.856--ServerSession(1526542158)--Connection(491181785)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [19, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.856--ServerSession(1526542158)--Connection(1196692672)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.857--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.857--ServerSession(1526542158)--Connection(1555655829)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.857--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.857--ServerSession(1526542158)--Connection(295065073)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [20, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.858--ServerSession(1526542158)--Connection(1555655829)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.858--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.858--ServerSession(1526542158)--Connection(1841117416)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.858--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.859--ServerSession(1526542158)--Connection(437793907)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [21, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.859--ServerSession(1526542158)--Connection(1841117416)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.86--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.86--ServerSession(1526542158)--Connection(43555905)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.86--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.86--ServerSession(1526542158)--Connection(1706155111)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [22, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.861--ServerSession(1526542158)--Connection(43555905)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.861--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.861--ServerSession(1526542158)--Connection(1014476779)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.861--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.862--ServerSession(1526542158)--Connection(606565159)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [23, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.862--ServerSession(1526542158)--Connection(1014476779)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.862--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.863--ServerSession(1526542158)--Connection(469079800)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.863--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.863--ServerSession(1526542158)--Connection(2067154705)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [24, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.863--ServerSession(1526542158)--Connection(469079800)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.864--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.864--ServerSession(1526542158)--Connection(1270757957)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.864--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.864--ServerSession(1526542158)--Connection(1616286940)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [25, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.865--ServerSession(1526542158)--Connection(1270757957)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.865--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.865--ServerSession(1526542158)--Connection(291404894)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.865--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.865--ServerSession(1526542158)--Connection(340064834)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [26, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.866--ServerSession(1526542158)--Connection(291404894)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.866--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.866--ServerSession(1526542158)--Connection(1290601415)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.866--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.866--ServerSession(1526542158)--Connection(669595504)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [27, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.867--ServerSession(1526542158)--Connection(1290601415)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.867--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.867--ServerSession(1526542158)--Connection(2127854950)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.867--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.868--ServerSession(1526542158)--Connection(145091757)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [28, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.868--ServerSession(1526542158)--Connection(2127854950)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.868--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.868--ServerSession(1526542158)--Connection(1755249316)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.868--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.869--ServerSession(1526542158)--Connection(1056628013)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [29, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.869--ServerSession(1526542158)--Connection(1755249316)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.869--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.869--ServerSession(1526542158)--Connection(125477348)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.869--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.87--ServerSession(1526542158)--Connection(1581597042)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [30, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.87--ServerSession(1526542158)--Connection(125477348)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.87--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.871--ServerSession(1526542158)--Connection(1129065407)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.871--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.871--ServerSession(1526542158)--Connection(1579032972)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [31, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.871--ServerSession(1526542158)--Connection(1129065407)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.871--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.872--ServerSession(1526542158)--Connection(1042045129)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.872--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.872--ServerSession(1526542158)--Connection(60186834)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [32, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.872--ServerSession(1526542158)--Connection(1042045129)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.873--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.873--ServerSession(1526542158)--Connection(1402987192)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.873--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.873--ServerSession(1526542158)--Connection(805382982)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [33, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.873--ServerSession(1526542158)--Connection(1402987192)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.874--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.874--ServerSession(1526542158)--Connection(1329601196)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.874--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.874--ServerSession(1526542158)--Connection(340164411)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [34, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.874--ServerSession(1526542158)--Connection(1329601196)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.875--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.875--ServerSession(1526542158)--Connection(1705330059)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.875--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.875--ServerSession(1526542158)--Connection(168052269)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [35, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.876--ServerSession(1526542158)--Connection(1705330059)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.876--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.876--ServerSession(1526542158)--Connection(1978548485)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.876--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.877--ServerSession(1526542158)--Connection(463189734)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [36, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.877--ServerSession(1526542158)--Connection(1978548485)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.877--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.877--ServerSession(1526542158)--Connection(555442774)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.877--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.878--ServerSession(1526542158)--Connection(1329316963)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [37, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.878--ServerSession(1526542158)--Connection(555442774)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.879--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.879--ServerSession(1526542158)--Connection(800084290)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.879--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.879--ServerSession(1526542158)--Connection(577971550)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [38, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.88--ServerSession(1526542158)--Connection(800084290)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.88--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.88--ServerSession(1526542158)--Connection(1342805384)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.88--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.88--ServerSession(1526542158)--Connection(1416697900)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [39, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.881--ServerSession(1526542158)--Connection(1342805384)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.881--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.881--ServerSession(1526542158)--Connection(45854145)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.881--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.881--ServerSession(1526542158)--Connection(1515291629)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [40, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.882--ServerSession(1526542158)--Connection(45854145)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.882--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.882--ServerSession(1526542158)--Connection(74308299)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.882--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.883--ServerSession(1526542158)--Connection(295120714)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [41, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.883--ServerSession(1526542158)--Connection(74308299)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.883--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.883--ServerSession(1526542158)--Connection(1594571451)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.883--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.884--ServerSession(1526542158)--Connection(1108225450)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [42, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.884--ServerSession(1526542158)--Connection(1594571451)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.884--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.884--ServerSession(1526542158)--Connection(342093772)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.885--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.885--ServerSession(1526542158)--Connection(379945832)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [43, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.885--ServerSession(1526542158)--Connection(342093772)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.885--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.886--ServerSession(1526542158)--Connection(1617682801)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.886--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.886--ServerSession(1526542158)--Connection(1638543071)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [44, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.886--ServerSession(1526542158)--Connection(1617682801)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.886--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.887--ServerSession(1526542158)--Connection(1374917762)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.887--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.887--ServerSession(1526542158)--Connection(101672633)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [45, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.887--ServerSession(1526542158)--Connection(1374917762)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.888--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.888--ServerSession(1526542158)--Connection(1901881354)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.888--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.888--ServerSession(1526542158)--Connection(445366020)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [46, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.888--ServerSession(1526542158)--Connection(1901881354)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.889--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.889--ServerSession(1526542158)--Connection(1424610350)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.889--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.889--ServerSession(1526542158)--Connection(1032286110)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [47, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.889--ServerSession(1526542158)--Connection(1424610350)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.89--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.89--ServerSession(1526542158)--Connection(1122315668)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.89--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.89--ServerSession(1526542158)--Connection(960185309)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [48, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.89--ServerSession(1526542158)--Connection(1122315668)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.891--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.891--ServerSession(1526542158)--Connection(1023034012)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.891--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.891--ServerSession(1526542158)--Connection(1272194712)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [49, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.892--ServerSession(1526542158)--Connection(1023034012)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.892--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.892--ServerSession(1526542158)--Connection(877891038)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.892--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.892--ServerSession(1526542158)--Connection(505388516)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [50, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.893--ServerSession(1526542158)--Connection(877891038)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.893--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.893--ServerSession(1526542158)--Connection(950385029)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.893--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.893--ServerSession(1526542158)--Connection(218139109)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [51, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.894--ServerSession(1526542158)--Connection(950385029)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.894--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.894--ServerSession(1526542158)--Connection(333088242)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.894--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.894--ServerSession(1526542158)--Connection(239794696)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [52, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.895--ServerSession(1526542158)--Connection(333088242)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.895--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.895--ServerSession(1526542158)--Connection(1660598550)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.895--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.896--ServerSession(1526542158)--Connection(675843886)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [53, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.896--ServerSession(1526542158)--Connection(1660598550)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.896--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.896--ServerSession(1526542158)--Connection(587820621)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.896--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.897--ServerSession(1526542158)--Connection(1644934378)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [54, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.897--ServerSession(1526542158)--Connection(587820621)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.898--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.898--ServerSession(1526542158)--Connection(732969917)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.898--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.898--ServerSession(1526542158)--Connection(292925049)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [55, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.899--ServerSession(1526542158)--Connection(732969917)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.899--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.899--ServerSession(1526542158)--Connection(1954477341)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.899--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.9--ServerSession(1526542158)--Connection(729873116)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [56, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.9--ServerSession(1526542158)--Connection(1954477341)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.9--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.9--ServerSession(1526542158)--Connection(326035053)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.901--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.901--ServerSession(1526542158)--Connection(191058597)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [57, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.901--ServerSession(1526542158)--Connection(326035053)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.901--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.902--ServerSession(1526542158)--Connection(1403108085)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.902--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.902--ServerSession(1526542158)--Connection(821459229)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [58, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.902--ServerSession(1526542158)--Connection(1403108085)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.903--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.903--ServerSession(1526542158)--Connection(1204356485)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.903--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.903--ServerSession(1526542158)--Connection(2096556635)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [59, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.903--ServerSession(1526542158)--Connection(1204356485)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.904--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.904--ServerSession(1526542158)--Connection(637216989)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.904--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.904--ServerSession(1526542158)--Connection(1494727044)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [60, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.904--ServerSession(1526542158)--Connection(637216989)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.905--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.905--ServerSession(1526542158)--Connection(419309885)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.905--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.905--ServerSession(1526542158)--Connection(1932805974)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [61, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.905--ServerSession(1526542158)--Connection(419309885)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.906--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.906--ServerSession(1526542158)--Connection(1022093617)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.906--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.906--ServerSession(1526542158)--Connection(109391645)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [62, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.906--ServerSession(1526542158)--Connection(1022093617)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.907--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.907--ServerSession(1526542158)--Connection(1356972956)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.907--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.907--ServerSession(1526542158)--Connection(388123085)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [63, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.907--ServerSession(1526542158)--Connection(1356972956)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.908--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.908--ServerSession(1526542158)--Connection(558020365)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.908--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.908--ServerSession(1526542158)--Connection(1302358512)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [64, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.908--ServerSession(1526542158)--Connection(558020365)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.909--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.909--ServerSession(1526542158)--Connection(2007221780)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.909--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.909--ServerSession(1526542158)--Connection(2048690594)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [65, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.91--ServerSession(1526542158)--Connection(2007221780)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.91--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.91--ServerSession(1526542158)--Connection(1208034580)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.91--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.91--ServerSession(1526542158)--Connection(1479156931)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [66, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.911--ServerSession(1526542158)--Connection(1208034580)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.911--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.911--ServerSession(1526542158)--Connection(773296054)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.911--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.911--ServerSession(1526542158)--Connection(1006809192)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [67, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.912--ServerSession(1526542158)--Connection(773296054)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.912--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.912--ServerSession(1526542158)--Connection(54274682)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.912--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.912--ServerSession(1526542158)--Connection(11002722)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [68, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.913--ServerSession(1526542158)--Connection(54274682)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.913--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.913--ServerSession(1526542158)--Connection(227913806)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.913--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.914--ServerSession(1526542158)--Connection(1195009696)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [69, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.914--ServerSession(1526542158)--Connection(227913806)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.914--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.914--ServerSession(1526542158)--Connection(2104081166)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.914--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.915--ServerSession(1526542158)--Connection(1677135831)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [70, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.915--ServerSession(1526542158)--Connection(2104081166)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.915--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.915--ServerSession(1526542158)--Connection(385379727)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.916--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.916--ServerSession(1526542158)--Connection(1510102069)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [71, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.916--ServerSession(1526542158)--Connection(385379727)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.916--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.962--ServerSession(1526542158)--Connection(2084129621)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.963--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.963--ServerSession(1526542158)--Connection(620840720)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [72, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.964--ServerSession(1526542158)--Connection(2084129621)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.964--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.964--ServerSession(1526542158)--Connection(1698152828)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.964--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.964--ServerSession(1526542158)--Connection(804819569)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [73, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.965--ServerSession(1526542158)--Connection(1698152828)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.965--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.966--ServerSession(1526542158)--Connection(94965232)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.966--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.966--ServerSession(1526542158)--Connection(788207729)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [74, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.966--ServerSession(1526542158)--Connection(94965232)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.967--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.967--ServerSession(1526542158)--Connection(1994750424)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.967--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.967--ServerSession(1526542158)--Connection(805006582)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [75, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.968--ServerSession(1526542158)--Connection(1994750424)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.968--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.968--ServerSession(1526542158)--Connection(300891118)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.968--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.969--ServerSession(1526542158)--Connection(469864257)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [76, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.969--ServerSession(1526542158)--Connection(300891118)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.97--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.97--ServerSession(1526542158)--Connection(218538817)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.97--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.97--ServerSession(1526542158)--Connection(478088662)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [77, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.971--ServerSession(1526542158)--Connection(218538817)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.971--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.971--ServerSession(1526542158)--Connection(1811257257)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.971--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.972--ServerSession(1526542158)--Connection(1401570909)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [78, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.972--ServerSession(1526542158)--Connection(1811257257)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.973--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.973--ServerSession(1526542158)--Connection(143470731)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.973--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.973--ServerSession(1526542158)--Connection(1859653875)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [79, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.974--ServerSession(1526542158)--Connection(143470731)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.974--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.974--ServerSession(1526542158)--Connection(436225037)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.974--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.974--ServerSession(1526542158)--Connection(444310595)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [80, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.975--ServerSession(1526542158)--Connection(436225037)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.975--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.975--ServerSession(1526542158)--Connection(1733104895)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.975--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.976--ServerSession(1526542158)--Connection(201558073)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [81, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.976--ServerSession(1526542158)--Connection(1733104895)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.976--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.977--ServerSession(1526542158)--Connection(1267571607)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.977--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.977--ServerSession(1526542158)--Connection(1384437746)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [82, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.977--ServerSession(1526542158)--Connection(1267571607)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.978--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.978--ServerSession(1526542158)--Connection(647753900)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.978--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.978--ServerSession(1526542158)--Connection(75107955)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [83, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.979--ServerSession(1526542158)--Connection(647753900)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.979--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.979--ServerSession(1526542158)--Connection(1027761720)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.979--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.979--ServerSession(1526542158)--Connection(459971513)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [84, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.98--ServerSession(1526542158)--Connection(1027761720)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.98--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.98--ServerSession(1526542158)--Connection(1057761244)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.98--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.98--ServerSession(1526542158)--Connection(1254780250)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [85, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.981--ServerSession(1526542158)--Connection(1057761244)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.981--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.981--ServerSession(1526542158)--Connection(1307587954)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.981--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.981--ServerSession(1526542158)--Connection(1675308210)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [86, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.982--ServerSession(1526542158)--Connection(1307587954)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.982--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.982--ServerSession(1526542158)--Connection(750751532)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.982--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.982--ServerSession(1526542158)--Connection(673019190)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [87, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.983--ServerSession(1526542158)--Connection(750751532)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.983--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.983--ServerSession(1526542158)--Connection(1219821259)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.983--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.983--ServerSession(1526542158)--Connection(63707536)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [88, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.984--ServerSession(1526542158)--Connection(1219821259)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.984--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.984--ServerSession(1526542158)--Connection(1851825802)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.984--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.984--ServerSession(1526542158)--Connection(1495309261)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [89, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.985--ServerSession(1526542158)--Connection(1851825802)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.985--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.985--ServerSession(1526542158)--Connection(1855035345)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.985--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.985--ServerSession(1526542158)--Connection(2033183647)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [90, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.986--ServerSession(1526542158)--Connection(1855035345)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.986--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.986--ServerSession(1526542158)--Connection(100302003)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.986--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.986--ServerSession(1526542158)--Connection(1522772125)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [91, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.987--ServerSession(1526542158)--Connection(100302003)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.987--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.987--ServerSession(1526542158)--Connection(1080796706)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.987--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.987--ServerSession(1526542158)--Connection(1244762702)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [92, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.988--ServerSession(1526542158)--Connection(1080796706)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.988--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.988--ServerSession(1526542158)--Connection(147345336)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.988--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.988--ServerSession(1526542158)--Connection(745153066)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [93, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.989--ServerSession(1526542158)--Connection(147345336)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.989--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.989--ServerSession(1526542158)--Connection(960583233)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.989--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.989--ServerSession(1526542158)--Connection(2116478034)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [94, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.99--ServerSession(1526542158)--Connection(960583233)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.99--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.99--ServerSession(1526542158)--Connection(926465402)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.99--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.991--ServerSession(1526542158)--Connection(43643842)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [95, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.991--ServerSession(1526542158)--Connection(926465402)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.991--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.991--ServerSession(1526542158)--Connection(195142201)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.991--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.991--ServerSession(1526542158)--Connection(824736048)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [96, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.992--ServerSession(1526542158)--Connection(195142201)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.992--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.992--ServerSession(1526542158)--Connection(974592713)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.992--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.993--ServerSession(1526542158)--Connection(1965312210)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [97, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.993--ServerSession(1526542158)--Connection(974592713)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.993--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.993--ServerSession(1526542158)--Connection(281586672)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.993--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.994--ServerSession(1526542158)--Connection(1866296242)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [98, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.994--ServerSession(1526542158)--Connection(281586672)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.994--UnitOfWork(461591722)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:09.994--ServerSession(1526542158)--Connection(547332604)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:09.994--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:09.995--ServerSession(1526542158)--Connection(1726168298)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [99, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:09.995--ServerSession(1526542158)--Connection(547332604)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:10.023--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1116259752 [junit] [EL Finer]: 2022-09-10 04:19:10.023--ClientSession(1116259752)--Thread(Thread[main,5,main])--acquire unit of work: 1650171715 [junit] [EL Finest]: 2022-09-10 04:19:10.023--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:reading. [junit] [EL Finest]: 2022-09-10 04:19:10.023--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (8 -> null:null:reading) [junit] [EL Finest]: 2022-09-10 04:19:10.023--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:cooking. [junit] [EL Finest]: 2022-09-10 04:19:10.023--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (9 -> null:null:cooking) [junit] [EL Finest]: 2022-09-10 04:19:10.023--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:watching tv. [junit] [EL Finest]: 2022-09-10 04:19:10.023--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (10 -> null:null:watching tv) [junit] [EL Finest]: 2022-09-10 04:19:10.023--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:cleaning the house. [junit] [EL Finest]: 2022-09-10 04:19:10.024--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (11 -> null:null:cleaning the house) [junit] [EL Finest]: 2022-09-10 04:19:10.024--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:swimming. [junit] [EL Finest]: 2022-09-10 04:19:10.024--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (12 -> null:null:swimming) [junit] [EL Finest]: 2022-09-10 04:19:10.024--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:computers. [junit] [EL Finest]: 2022-09-10 04:19:10.024--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (13 -> null:null:computers) [junit] [EL Finest]: 2022-09-10 04:19:10.024--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:stamps. [junit] [EL Finest]: 2022-09-10 04:19:10.024--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (14 -> null:null:stamps) [junit] [EL Finest]: 2022-09-10 04:19:10.024--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@0. [junit] [EL Finest]: 2022-09-10 04:19:10.024--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:19:10.024--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2. [junit] [EL Finest]: 2022-09-10 04:19:10.024--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3. [junit] [EL Finest]: 2022-09-10 04:19:10.024--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4. [junit] [EL Finest]: 2022-09-10 04:19:10.024--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5. [junit] [EL Finest]: 2022-09-10 04:19:10.024--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6. [junit] [EL Finest]: 2022-09-10 04:19:10.024--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7. [junit] [EL Finest]: 2022-09-10 04:19:10.025--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8. [junit] [EL Finest]: 2022-09-10 04:19:10.025--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9. [junit] [EL Finest]: 2022-09-10 04:19:10.025--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4179260d. [junit] [EL Finest]: 2022-09-10 04:19:10.025--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (109 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4179260d) [junit] [EL Finest]: 2022-09-10 04:19:10.025--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@250cbcb9. [junit] [EL Finest]: 2022-09-10 04:19:10.025--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (110 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@250cbcb9) [junit] [EL Finest]: 2022-09-10 04:19:10.025--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@13d72307. [junit] [EL Finest]: 2022-09-10 04:19:10.025--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (111 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@13d72307) [junit] [EL Finest]: 2022-09-10 04:19:10.025--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@18ca3125. [junit] [EL Finest]: 2022-09-10 04:19:10.025--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (112 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@18ca3125) [junit] [EL Finest]: 2022-09-10 04:19:10.025--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@108b257f. [junit] [EL Finest]: 2022-09-10 04:19:10.025--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (113 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@108b257f) [junit] [EL Finest]: 2022-09-10 04:19:10.025--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5022aaa3. [junit] [EL Finest]: 2022-09-10 04:19:10.025--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (114 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5022aaa3) [junit] [EL Finest]: 2022-09-10 04:19:10.026--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7a4764bb. [junit] [EL Finest]: 2022-09-10 04:19:10.026--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (115 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7a4764bb) [junit] [EL Finest]: 2022-09-10 04:19:10.026--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@33cd31cf. [junit] [EL Finest]: 2022-09-10 04:19:10.026--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (116 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@33cd31cf) [junit] [EL Finest]: 2022-09-10 04:19:10.026--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7aa45a14. [junit] [EL Finest]: 2022-09-10 04:19:10.026--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (117 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7aa45a14) [junit] [EL Finest]: 2022-09-10 04:19:10.026--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3f169051. [junit] [EL Finest]: 2022-09-10 04:19:10.026--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (118 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3f169051) [junit] [EL Finest]: 2022-09-10 04:19:10.026--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7e3559b4. [junit] [EL Finest]: 2022-09-10 04:19:10.026--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (119 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7e3559b4) [junit] [EL Finest]: 2022-09-10 04:19:10.026--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@24ac4cf4. [junit] [EL Finest]: 2022-09-10 04:19:10.026--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (120 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@24ac4cf4) [junit] [EL Finest]: 2022-09-10 04:19:10.026--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7c80c68f. [junit] [EL Finest]: 2022-09-10 04:19:10.027--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (121 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7c80c68f) [junit] [EL Finest]: 2022-09-10 04:19:10.027--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@771f4556. [junit] [EL Finest]: 2022-09-10 04:19:10.027--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (122 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@771f4556) [junit] [EL Finest]: 2022-09-10 04:19:10.027--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@23b34af8. [junit] [EL Finest]: 2022-09-10 04:19:10.027--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (123 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@23b34af8) [junit] [EL Finest]: 2022-09-10 04:19:10.027--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@653e6996. [junit] [EL Finest]: 2022-09-10 04:19:10.027--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (124 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@653e6996) [junit] [EL Finest]: 2022-09-10 04:19:10.027--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1ff06f00. [junit] [EL Finest]: 2022-09-10 04:19:10.027--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (125 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1ff06f00) [junit] [EL Finest]: 2022-09-10 04:19:10.027--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1248ac5d. [junit] [EL Finest]: 2022-09-10 04:19:10.027--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (126 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1248ac5d) [junit] [EL Finest]: 2022-09-10 04:19:10.027--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2b15d066. [junit] [EL Finest]: 2022-09-10 04:19:10.027--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (127 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2b15d066) [junit] [EL Finest]: 2022-09-10 04:19:10.028--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3df17e4b. [junit] [EL Finest]: 2022-09-10 04:19:10.028--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (128 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3df17e4b) [junit] [EL Finest]: 2022-09-10 04:19:10.028--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@21e58e9a. [junit] [EL Finest]: 2022-09-10 04:19:10.028--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (129 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@21e58e9a) [junit] [EL Finest]: 2022-09-10 04:19:10.028--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7618e4bf. [junit] [EL Finest]: 2022-09-10 04:19:10.028--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (130 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7618e4bf) [junit] [EL Finest]: 2022-09-10 04:19:10.028--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@730b8cfa. [junit] [EL Finest]: 2022-09-10 04:19:10.028--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (131 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@730b8cfa) [junit] [EL Finest]: 2022-09-10 04:19:10.028--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@453ea7f6. [junit] [EL Finest]: 2022-09-10 04:19:10.028--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (132 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@453ea7f6) [junit] [EL Finest]: 2022-09-10 04:19:10.028--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@48a26095. [junit] [EL Finest]: 2022-09-10 04:19:10.028--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (133 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@48a26095) [junit] [EL Finest]: 2022-09-10 04:19:10.028--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@79ae4822. [junit] [EL Finest]: 2022-09-10 04:19:10.028--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (134 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@79ae4822) [junit] [EL Finest]: 2022-09-10 04:19:10.029--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@56ed77b1. [junit] [EL Finest]: 2022-09-10 04:19:10.029--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (135 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@56ed77b1) [junit] [EL Finest]: 2022-09-10 04:19:10.029--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@665c6b8d. [junit] [EL Finest]: 2022-09-10 04:19:10.029--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (136 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@665c6b8d) [junit] [EL Finest]: 2022-09-10 04:19:10.029--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3da1191b. [junit] [EL Finest]: 2022-09-10 04:19:10.029--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (137 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3da1191b) [junit] [EL Finest]: 2022-09-10 04:19:10.029--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3645b9d5. [junit] [EL Finest]: 2022-09-10 04:19:10.029--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (138 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3645b9d5) [junit] [EL Finest]: 2022-09-10 04:19:10.029--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@b280053. [junit] [EL Finest]: 2022-09-10 04:19:10.029--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (139 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@b280053) [junit] [EL Finest]: 2022-09-10 04:19:10.029--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@e2d12b8. [junit] [EL Finest]: 2022-09-10 04:19:10.029--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (140 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@e2d12b8) [junit] [EL Finest]: 2022-09-10 04:19:10.029--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3bf1aba7. [junit] [EL Finest]: 2022-09-10 04:19:10.029--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (141 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3bf1aba7) [junit] [EL Finest]: 2022-09-10 04:19:10.03--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@20e1361d. [junit] [EL Finest]: 2022-09-10 04:19:10.03--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (142 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@20e1361d) [junit] [EL Finest]: 2022-09-10 04:19:10.03--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6b0090ca. [junit] [EL Finest]: 2022-09-10 04:19:10.03--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (143 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6b0090ca) [junit] [EL Finest]: 2022-09-10 04:19:10.03--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@d5ef7c0. [junit] [EL Finest]: 2022-09-10 04:19:10.03--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (144 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@d5ef7c0) [junit] [EL Finest]: 2022-09-10 04:19:10.03--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3b44d95f. [junit] [EL Finest]: 2022-09-10 04:19:10.03--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (145 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3b44d95f) [junit] [EL Finest]: 2022-09-10 04:19:10.03--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@12bc51f4. [junit] [EL Finest]: 2022-09-10 04:19:10.03--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (146 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@12bc51f4) [junit] [EL Finest]: 2022-09-10 04:19:10.03--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7d5505a9. [junit] [EL Finest]: 2022-09-10 04:19:10.03--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (147 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7d5505a9) [junit] [EL Finest]: 2022-09-10 04:19:10.031--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7cf0d34. [junit] [EL Finest]: 2022-09-10 04:19:10.031--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (148 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7cf0d34) [junit] [EL Finest]: 2022-09-10 04:19:10.031--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1a5cb2b3. [junit] [EL Finest]: 2022-09-10 04:19:10.031--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (149 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1a5cb2b3) [junit] [EL Finest]: 2022-09-10 04:19:10.031--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6a1f63fd. [junit] [EL Finest]: 2022-09-10 04:19:10.031--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (150 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6a1f63fd) [junit] [EL Finest]: 2022-09-10 04:19:10.031--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3f324b5a. [junit] [EL Finest]: 2022-09-10 04:19:10.031--ServerSession(1526542158)--Connection(1080776485)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:10.031--ClientSession(1116259752)--Connection(1080776485)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:10.031--ClientSession(1116259752)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:10.031--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="VehicleGenerator" sql="UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ?") [junit] [EL Finest]: 2022-09-10 04:19:10.032--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="VehicleGenerator" sql="SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2022-09-10 04:19:10.032--ClientSession(1116259752)--Connection(1071496369)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2022-09-10 04:19:10.032--ClientSession(1116259752)--Connection(1071496369)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2022-09-10 04:19:10.033--ClientSession(1116259752)--Connection(1071496369)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 151, last: 200 [junit] [EL Finer]: 2022-09-10 04:19:10.033--ClientSession(1116259752)--Connection(1071496369)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:10.034--ServerSession(1526542158)--Connection(1071496369)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2022-09-10 04:19:10.034--ServerSession(1526542158)--Connection(1080776485)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:19:10.034--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (151 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3f324b5a) [junit] [EL Finest]: 2022-09-10 04:19:10.034--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4a9e03b. [junit] [EL Finest]: 2022-09-10 04:19:10.034--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (152 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4a9e03b) [junit] [EL Finest]: 2022-09-10 04:19:10.034--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@495cae6c. [junit] [EL Finest]: 2022-09-10 04:19:10.034--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (153 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@495cae6c) [junit] [EL Finest]: 2022-09-10 04:19:10.034--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5b57bd5b. [junit] [EL Finest]: 2022-09-10 04:19:10.034--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (154 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5b57bd5b) [junit] [EL Finest]: 2022-09-10 04:19:10.034--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4b495ce7. [junit] [EL Finest]: 2022-09-10 04:19:10.034--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (155 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4b495ce7) [junit] [EL Finest]: 2022-09-10 04:19:10.035--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2ac58d. [junit] [EL Finest]: 2022-09-10 04:19:10.035--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (156 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2ac58d) [junit] [EL Finest]: 2022-09-10 04:19:10.035--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2c29342a. [junit] [EL Finest]: 2022-09-10 04:19:10.035--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (157 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2c29342a) [junit] [EL Finest]: 2022-09-10 04:19:10.035--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4af2f991. [junit] [EL Finest]: 2022-09-10 04:19:10.035--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (158 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4af2f991) [junit] [EL Finest]: 2022-09-10 04:19:10.035--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4b5d2a4c. [junit] [EL Finest]: 2022-09-10 04:19:10.035--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (159 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4b5d2a4c) [junit] [EL Finest]: 2022-09-10 04:19:10.035--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1d8d9807. [junit] [EL Finest]: 2022-09-10 04:19:10.035--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (160 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1d8d9807) [junit] [EL Finest]: 2022-09-10 04:19:10.035--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@78e077f8. [junit] [EL Finest]: 2022-09-10 04:19:10.035--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (161 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@78e077f8) [junit] [EL Finest]: 2022-09-10 04:19:10.035--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@25832704. [junit] [EL Finest]: 2022-09-10 04:19:10.036--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (162 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@25832704) [junit] [EL Finest]: 2022-09-10 04:19:10.036--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7ae76b2. [junit] [EL Finest]: 2022-09-10 04:19:10.036--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (163 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7ae76b2) [junit] [EL Finest]: 2022-09-10 04:19:10.036--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@76928be0. [junit] [EL Finest]: 2022-09-10 04:19:10.036--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (164 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@76928be0) [junit] [EL Finest]: 2022-09-10 04:19:10.036--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@d367d7d. [junit] [EL Finest]: 2022-09-10 04:19:10.036--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (165 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@d367d7d) [junit] [EL Finest]: 2022-09-10 04:19:10.036--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3131c0d8. [junit] [EL Finest]: 2022-09-10 04:19:10.036--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (166 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3131c0d8) [junit] [EL Finest]: 2022-09-10 04:19:10.036--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@45de2baa. [junit] [EL Finest]: 2022-09-10 04:19:10.036--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (167 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@45de2baa) [junit] [EL Finest]: 2022-09-10 04:19:10.036--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2771657a. [junit] [EL Finest]: 2022-09-10 04:19:10.036--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (168 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2771657a) [junit] [EL Finest]: 2022-09-10 04:19:10.037--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1912297c. [junit] [EL Finest]: 2022-09-10 04:19:10.037--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (169 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1912297c) [junit] [EL Finest]: 2022-09-10 04:19:10.037--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@261a0d86. [junit] [EL Finest]: 2022-09-10 04:19:10.037--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (170 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@261a0d86) [junit] [EL Finest]: 2022-09-10 04:19:10.037--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@122de194. [junit] [EL Finest]: 2022-09-10 04:19:10.037--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (171 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@122de194) [junit] [EL Finest]: 2022-09-10 04:19:10.037--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3edb0c1e. [junit] [EL Finest]: 2022-09-10 04:19:10.037--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (172 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3edb0c1e) [junit] [EL Finest]: 2022-09-10 04:19:10.037--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@368a8b70. [junit] [EL Finest]: 2022-09-10 04:19:10.037--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (173 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@368a8b70) [junit] [EL Finest]: 2022-09-10 04:19:10.037--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@408ad61a. [junit] [EL Finest]: 2022-09-10 04:19:10.037--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (174 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@408ad61a) [junit] [EL Finest]: 2022-09-10 04:19:10.037--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3dd6aede. [junit] [EL Finest]: 2022-09-10 04:19:10.037--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (175 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3dd6aede) [junit] [EL Finest]: 2022-09-10 04:19:10.038--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5b0bfe86. [junit] [EL Finest]: 2022-09-10 04:19:10.038--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (176 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5b0bfe86) [junit] [EL Finest]: 2022-09-10 04:19:10.038--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@39383f9c. [junit] [EL Finest]: 2022-09-10 04:19:10.038--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (177 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@39383f9c) [junit] [EL Finest]: 2022-09-10 04:19:10.038--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2f9404a7. [junit] [EL Finest]: 2022-09-10 04:19:10.038--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (178 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2f9404a7) [junit] [EL Finest]: 2022-09-10 04:19:10.038--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@273cefd5. [junit] [EL Finest]: 2022-09-10 04:19:10.038--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (179 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@273cefd5) [junit] [EL Finest]: 2022-09-10 04:19:10.038--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2347ca7a. [junit] [EL Finest]: 2022-09-10 04:19:10.038--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (180 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2347ca7a) [junit] [EL Finest]: 2022-09-10 04:19:10.038--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5b7bd551. [junit] [EL Finest]: 2022-09-10 04:19:10.038--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (181 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5b7bd551) [junit] [EL Finest]: 2022-09-10 04:19:10.038--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@54c543a5. [junit] [EL Finest]: 2022-09-10 04:19:10.039--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (182 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@54c543a5) [junit] [EL Finest]: 2022-09-10 04:19:10.039--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@14c75caf. [junit] [EL Finest]: 2022-09-10 04:19:10.039--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (183 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@14c75caf) [junit] [EL Finest]: 2022-09-10 04:19:10.039--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@9ce4057. [junit] [EL Finest]: 2022-09-10 04:19:10.039--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (184 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@9ce4057) [junit] [EL Finest]: 2022-09-10 04:19:10.039--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@c1add62. [junit] [EL Finest]: 2022-09-10 04:19:10.039--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (185 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@c1add62) [junit] [EL Finest]: 2022-09-10 04:19:10.039--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@723c7f2f. [junit] [EL Finest]: 2022-09-10 04:19:10.039--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (186 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@723c7f2f) [junit] [EL Finest]: 2022-09-10 04:19:10.039--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5cb077e3. [junit] [EL Finest]: 2022-09-10 04:19:10.074--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (187 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5cb077e3) [junit] [EL Finest]: 2022-09-10 04:19:10.074--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@278758da. [junit] [EL Finest]: 2022-09-10 04:19:10.074--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (188 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@278758da) [junit] [EL Finest]: 2022-09-10 04:19:10.075--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7d2c6085. [junit] [EL Finest]: 2022-09-10 04:19:10.075--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (189 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7d2c6085) [junit] [EL Finest]: 2022-09-10 04:19:10.075--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6c78ad08. [junit] [EL Finest]: 2022-09-10 04:19:10.075--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (190 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6c78ad08) [junit] [EL Finest]: 2022-09-10 04:19:10.075--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3328d00b. [junit] [EL Finest]: 2022-09-10 04:19:10.075--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (191 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3328d00b) [junit] [EL Finest]: 2022-09-10 04:19:10.075--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2e740f3c. [junit] [EL Finest]: 2022-09-10 04:19:10.075--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (192 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2e740f3c) [junit] [EL Finest]: 2022-09-10 04:19:10.076--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@30427a3f. [junit] [EL Finest]: 2022-09-10 04:19:10.076--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (193 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@30427a3f) [junit] [EL Finest]: 2022-09-10 04:19:10.076--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@197b91d2. [junit] [EL Finest]: 2022-09-10 04:19:10.076--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (194 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@197b91d2) [junit] [EL Finest]: 2022-09-10 04:19:10.076--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6c26a27e. [junit] [EL Finest]: 2022-09-10 04:19:10.076--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (195 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6c26a27e) [junit] [EL Finest]: 2022-09-10 04:19:10.076--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@62254d29. [junit] [EL Finest]: 2022-09-10 04:19:10.076--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (196 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@62254d29) [junit] [EL Finest]: 2022-09-10 04:19:10.076--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@411550d0. [junit] [EL Finest]: 2022-09-10 04:19:10.077--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (197 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@411550d0) [junit] [EL Finest]: 2022-09-10 04:19:10.077--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4a5bc21. [junit] [EL Finest]: 2022-09-10 04:19:10.077--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (198 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4a5bc21) [junit] [EL Finest]: 2022-09-10 04:19:10.077--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5dc9cb99. [junit] [EL Finest]: 2022-09-10 04:19:10.077--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (199 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5dc9cb99) [junit] [EL Finest]: 2022-09-10 04:19:10.077--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@15cd990c. [junit] [EL Finest]: 2022-09-10 04:19:10.077--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (200 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@15cd990c) [junit] [EL Finest]: 2022-09-10 04:19:10.077--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7e35c8b5. [junit] [EL Finest]: 2022-09-10 04:19:10.078--ServerSession(1526542158)--Connection(1473783782)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:10.078--ClientSession(1116259752)--Connection(1473783782)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:10.078--ClientSession(1116259752)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:10.078--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="VehicleGenerator" sql="UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ?") [junit] [EL Finest]: 2022-09-10 04:19:10.078--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="VehicleGenerator" sql="SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2022-09-10 04:19:10.079--ClientSession(1116259752)--Connection(1155447687)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2022-09-10 04:19:10.079--ClientSession(1116259752)--Connection(1155447687)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2022-09-10 04:19:10.08--ClientSession(1116259752)--Connection(1155447687)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 201, last: 250 [junit] [EL Finer]: 2022-09-10 04:19:10.08--ClientSession(1116259752)--Connection(1155447687)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:10.081--ServerSession(1526542158)--Connection(1155447687)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2022-09-10 04:19:10.081--ServerSession(1526542158)--Connection(1473783782)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:19:10.081--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (201 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7e35c8b5) [junit] [EL Finest]: 2022-09-10 04:19:10.082--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@65b2f815. [junit] [EL Finest]: 2022-09-10 04:19:10.082--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (202 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@65b2f815) [junit] [EL Finest]: 2022-09-10 04:19:10.082--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1a8b2ab3. [junit] [EL Finest]: 2022-09-10 04:19:10.082--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (203 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1a8b2ab3) [junit] [EL Finest]: 2022-09-10 04:19:10.082--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7c3019d6. [junit] [EL Finest]: 2022-09-10 04:19:10.082--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (204 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7c3019d6) [junit] [EL Finest]: 2022-09-10 04:19:10.082--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@37e628c0. [junit] [EL Finest]: 2022-09-10 04:19:10.082--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (205 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@37e628c0) [junit] [EL Finest]: 2022-09-10 04:19:10.082--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@45e60c79. [junit] [EL Finest]: 2022-09-10 04:19:10.083--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (206 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@45e60c79) [junit] [EL Finest]: 2022-09-10 04:19:10.083--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6fb68c4. [junit] [EL Finest]: 2022-09-10 04:19:10.083--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (207 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6fb68c4) [junit] [EL Finest]: 2022-09-10 04:19:10.083--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7a792f64. [junit] [EL Finest]: 2022-09-10 04:19:10.083--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (208 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7a792f64) [junit] [EL Finest]: 2022-09-10 04:19:10.083--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@7cdfb8c3. [junit] [EL Finest]: 2022-09-10 04:19:10.083--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (209 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@7cdfb8c3) [junit] [EL Finest]: 2022-09-10 04:19:10.084--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@54cf024c. [junit] [EL Finest]: 2022-09-10 04:19:10.084--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (210 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@54cf024c) [junit] [EL Finest]: 2022-09-10 04:19:10.084--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@67fe15be. [junit] [EL Finest]: 2022-09-10 04:19:10.084--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (211 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@67fe15be) [junit] [EL Finest]: 2022-09-10 04:19:10.084--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@66e6b022. [junit] [EL Finest]: 2022-09-10 04:19:10.084--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (212 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@66e6b022) [junit] [EL Finest]: 2022-09-10 04:19:10.085--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@10087ad5. [junit] [EL Finest]: 2022-09-10 04:19:10.085--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--assign sequence to the object (213 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@10087ad5) [junit] [EL Finest]: 2022-09-10 04:19:10.085--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3c79c7fa. [junit] [EL Finest]: 2022-09-10 04:19:10.085--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7889b4cb. [junit] [EL Finest]: 2022-09-10 04:19:10.085--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5930e350. [junit] [EL Finest]: 2022-09-10 04:19:10.085--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2c663246. [junit] [EL Finest]: 2022-09-10 04:19:10.085--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7c269f21. [junit] [EL Finest]: 2022-09-10 04:19:10.086--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1fdf1a6b. [junit] [EL Finest]: 2022-09-10 04:19:10.086--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@633c9699. [junit] [EL Finest]: 2022-09-10 04:19:10.086--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@31373fc1. [junit] [EL Finest]: 2022-09-10 04:19:10.086--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@43bc1d67. [junit] [EL Finest]: 2022-09-10 04:19:10.086--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7e4d93e7. [junit] [EL Finest]: 2022-09-10 04:19:10.086--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7c9a3be. [junit] [EL Finest]: 2022-09-10 04:19:10.086--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@8e2961. [junit] [EL Finest]: 2022-09-10 04:19:10.086--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4caca1. [junit] [EL Finest]: 2022-09-10 04:19:10.087--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1145eb60. [junit] [EL Finest]: 2022-09-10 04:19:10.087--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2f90ad92. [junit] [EL Finest]: 2022-09-10 04:19:10.087--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7930de44. [junit] [EL Finest]: 2022-09-10 04:19:10.087--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@785fd189. [junit] [EL Finest]: 2022-09-10 04:19:10.087--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@412d379c. [junit] [EL Finest]: 2022-09-10 04:19:10.087--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5d388611. [junit] [EL Finest]: 2022-09-10 04:19:10.087--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4bc88ccb. [junit] [EL Finest]: 2022-09-10 04:19:10.087--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@67ba7db3. [junit] [EL Finest]: 2022-09-10 04:19:10.088--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5b0ea41. [junit] [EL Finest]: 2022-09-10 04:19:10.088--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@147ee877. [junit] [EL Finest]: 2022-09-10 04:19:10.088--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1081906a. [junit] [EL Finest]: 2022-09-10 04:19:10.088--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@39f9c6f5. [junit] [EL Finest]: 2022-09-10 04:19:10.088--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3b0c48bd. [junit] [EL Finest]: 2022-09-10 04:19:10.088--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2bf1d748. [junit] [EL Finest]: 2022-09-10 04:19:10.088--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@41b7ebec. [junit] [EL Finest]: 2022-09-10 04:19:10.089--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7b6cb223. [junit] [EL Finest]: 2022-09-10 04:19:10.089--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2572d409. [junit] [EL Finest]: 2022-09-10 04:19:10.089--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7677a485. [junit] [EL Finest]: 2022-09-10 04:19:10.089--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3b6ccd61. [junit] [EL Finest]: 2022-09-10 04:19:10.089--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3f5f610d. [junit] [EL Finest]: 2022-09-10 04:19:10.089--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@67b1f69. [junit] [EL Finest]: 2022-09-10 04:19:10.089--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@b625b00. [junit] [EL Finest]: 2022-09-10 04:19:10.089--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7d0c21. [junit] [EL Finest]: 2022-09-10 04:19:10.09--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5e0fbfb6. [junit] [EL Finest]: 2022-09-10 04:19:10.09--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@769e025c. [junit] [EL Finest]: 2022-09-10 04:19:10.09--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7076714c. [junit] [EL Finest]: 2022-09-10 04:19:10.09--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@389588b2. [junit] [EL Finest]: 2022-09-10 04:19:10.09--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@14d6f58f. [junit] [EL Finest]: 2022-09-10 04:19:10.09--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@41c22d59. [junit] [EL Finest]: 2022-09-10 04:19:10.09--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7dfccbf2. [junit] [EL Finest]: 2022-09-10 04:19:10.09--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4f9a0139. [junit] [EL Finest]: 2022-09-10 04:19:10.09--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@23497c5e. [junit] [EL Finest]: 2022-09-10 04:19:10.09--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@315139e2. [junit] [EL Finest]: 2022-09-10 04:19:10.09--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6dc82d99. [junit] [EL Finest]: 2022-09-10 04:19:10.091--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@10c04710. [junit] [EL Finest]: 2022-09-10 04:19:10.091--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@61c98b6c. [junit] [EL Finest]: 2022-09-10 04:19:10.091--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6cf4325b. [junit] [EL Finest]: 2022-09-10 04:19:10.091--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2541c84. [junit] [EL Finest]: 2022-09-10 04:19:10.091--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@41fd7740. [junit] [EL Finest]: 2022-09-10 04:19:10.091--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@17778985. [junit] [EL Finest]: 2022-09-10 04:19:10.091--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6a4899c. [junit] [EL Finest]: 2022-09-10 04:19:10.091--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@30d0e28e. [junit] [EL Finest]: 2022-09-10 04:19:10.091--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@73536bcc. [junit] [EL Finest]: 2022-09-10 04:19:10.091--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5ca64b79. [junit] [EL Finest]: 2022-09-10 04:19:10.092--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2a447744. [junit] [EL Finest]: 2022-09-10 04:19:10.092--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7c1ac3b. [junit] [EL Finest]: 2022-09-10 04:19:10.092--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4790a29a. [junit] [EL Finest]: 2022-09-10 04:19:10.092--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@32e8c3c3. [junit] [EL Finest]: 2022-09-10 04:19:10.092--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6ad6484. [junit] [EL Finest]: 2022-09-10 04:19:10.092--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5ac1ba35. [junit] [EL Finest]: 2022-09-10 04:19:10.092--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2f815a12. [junit] [EL Finest]: 2022-09-10 04:19:10.092--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4aa0b026. [junit] [EL Finest]: 2022-09-10 04:19:10.092--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1a35041. [junit] [EL Finest]: 2022-09-10 04:19:10.092--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6e07469a. [junit] [EL Finest]: 2022-09-10 04:19:10.092--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6f88d401. [junit] [EL Finest]: 2022-09-10 04:19:10.093--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@55f066b4. [junit] [EL Finest]: 2022-09-10 04:19:10.093--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1dbef39d. [junit] [EL Finest]: 2022-09-10 04:19:10.093--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@74197f00. [junit] [EL Finest]: 2022-09-10 04:19:10.093--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@52ac57e7. [junit] [EL Finest]: 2022-09-10 04:19:10.093--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1c486cec. [junit] [EL Finest]: 2022-09-10 04:19:10.093--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@37df3dee. [junit] [EL Finest]: 2022-09-10 04:19:10.093--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7c9a5397. [junit] [EL Finest]: 2022-09-10 04:19:10.093--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@57f1cb96. [junit] [EL Finest]: 2022-09-10 04:19:10.093--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@9e3c653. [junit] [EL Finest]: 2022-09-10 04:19:10.093--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@34d4aea7. [junit] [EL Finest]: 2022-09-10 04:19:10.093--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5d5984aa. [junit] [EL Finest]: 2022-09-10 04:19:10.094--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2288342c. [junit] [EL Finest]: 2022-09-10 04:19:10.094--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@15fa043. [junit] [EL Finest]: 2022-09-10 04:19:10.094--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@11f505e8. [junit] [EL Finest]: 2022-09-10 04:19:10.094--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6d37c176. [junit] [EL Finest]: 2022-09-10 04:19:10.094--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5d548872. [junit] [EL Finest]: 2022-09-10 04:19:10.094--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2eb82c04. [junit] [EL Finest]: 2022-09-10 04:19:10.094--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@be706e2. [junit] [EL Finest]: 2022-09-10 04:19:10.094--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@22b4ceb9. [junit] [EL Finest]: 2022-09-10 04:19:10.094--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2bda778a. [junit] [EL Finest]: 2022-09-10 04:19:10.094--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7a51ba06. [junit] [EL Finest]: 2022-09-10 04:19:10.094--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@57b03187. [junit] [EL Finest]: 2022-09-10 04:19:10.094--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7d9c8c61. [junit] [EL Finest]: 2022-09-10 04:19:10.095--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@77aabf26. [junit] [EL Finest]: 2022-09-10 04:19:10.095--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@304d96b5. [junit] [EL Finest]: 2022-09-10 04:19:10.095--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@372d7420. [junit] [EL Finest]: 2022-09-10 04:19:10.095--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1d17945d. [junit] [EL Finest]: 2022-09-10 04:19:10.095--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@313ac50e. [junit] [EL Finest]: 2022-09-10 04:19:10.095--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4b11a972. [junit] [EL Finest]: 2022-09-10 04:19:10.095--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1035ec3c. [junit] [EL Finest]: 2022-09-10 04:19:10.095--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@17051fb4. [junit] [EL Finest]: 2022-09-10 04:19:10.095--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5df01ff5. [junit] [EL Finer]: 2022-09-10 04:19:10.095--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:10.099--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@66e6b022) [junit] [EL Finest]: 2022-09-10 04:19:10.099--ServerSession(1526542158)--Connection(1460731103)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:10.099--ClientSession(1116259752)--Connection(1460731103)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:10.099--ClientSession(1116259752)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:10.099--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@10087ad5) [junit] [EL Finest]: 2022-09-10 04:19:10.1--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@7cdfb8c3) [junit] [EL Finest]: 2022-09-10 04:19:10.1--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@67fe15be) [junit] [EL Finest]: 2022-09-10 04:19:10.1--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@54cf024c) [junit] [EL Finest]: 2022-09-10 04:19:10.1--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finer]: 2022-09-10 04:19:10.1--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:10.1--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, NUM_GEARS, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:10.1--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [212, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2022-09-10 04:19:10.1--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [213, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2022-09-10 04:19:10.1--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [209, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2022-09-10 04:19:10.1--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [211, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2022-09-10 04:19:10.1--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [210, foo-brand, null, 0, 1, 4] [junit] [EL Finer]: 2022-09-10 04:19:10.1--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:10.102--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4) [junit] [EL Finest]: 2022-09-10 04:19:10.102--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6) [junit] [EL Finest]: 2022-09-10 04:19:10.102--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5) [junit] [EL Finest]: 2022-09-10 04:19:10.102--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7) [junit] [EL Finest]: 2022-09-10 04:19:10.102--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8) [junit] [EL Finest]: 2022-09-10 04:19:10.103--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2022-09-10 04:19:10.103--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@0) [junit] [EL Finest]: 2022-09-10 04:19:10.103--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:19:10.103--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9) [junit] [EL Finest]: 2022-09-10 04:19:10.103--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7dfccbf2) [junit] [EL Finer]: 2022-09-10 04:19:10.103--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:10.103--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:10.103--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [2, Department_2, 1] [junit] [EL Fine]: 2022-09-10 04:19:10.103--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [4, Department_4, 1] [junit] [EL Fine]: 2022-09-10 04:19:10.103--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [6, Department_6, 1] [junit] [EL Fine]: 2022-09-10 04:19:10.103--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [5, Department_5, 1] [junit] [EL Fine]: 2022-09-10 04:19:10.103--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [7, Department_7, 1] [junit] [EL Fine]: 2022-09-10 04:19:10.103--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, Department_8, 1] [junit] [EL Fine]: 2022-09-10 04:19:10.103--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [3, Department_3, 1] [junit] [EL Fine]: 2022-09-10 04:19:10.103--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [0, Department_0, 1] [junit] [EL Fine]: 2022-09-10 04:19:10.103--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [1, Department_1, 1] [junit] [EL Fine]: 2022-09-10 04:19:10.103--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, Department_9, 1] [junit] [EL Finer]: 2022-09-10 04:19:10.104--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:10.105--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2bda778a) [junit] [EL Finest]: 2022-09-10 04:19:10.105--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@32e8c3c3) [junit] [EL Finest]: 2022-09-10 04:19:10.106--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4aa0b026) [junit] [EL Finest]: 2022-09-10 04:19:10.106--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7c9a5397) [junit] [EL Finest]: 2022-09-10 04:19:10.106--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@633c9699) [junit] [EL Finest]: 2022-09-10 04:19:10.106--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7889b4cb) [junit] [EL Finest]: 2022-09-10 04:19:10.106--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@31373fc1) [junit] [EL Finest]: 2022-09-10 04:19:10.106--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1fdf1a6b) [junit] [EL Finest]: 2022-09-10 04:19:10.106--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5b0ea41) [junit] [EL Finest]: 2022-09-10 04:19:10.106--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@14d6f58f) [junit] [EL Finest]: 2022-09-10 04:19:10.107--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6d37c176) [junit] [EL Finest]: 2022-09-10 04:19:10.107--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@34d4aea7) [junit] [EL Finest]: 2022-09-10 04:19:10.107--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@30d0e28e) [junit] [EL Finest]: 2022-09-10 04:19:10.107--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1081906a) [junit] [EL Finest]: 2022-09-10 04:19:10.107--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@73536bcc) [junit] [EL Finest]: 2022-09-10 04:19:10.107--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7d9c8c61) [junit] [EL Finest]: 2022-09-10 04:19:10.107--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1dbef39d) [junit] [EL Finest]: 2022-09-10 04:19:10.107--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2541c84) [junit] [EL Finest]: 2022-09-10 04:19:10.108--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5df01ff5) [junit] [EL Finest]: 2022-09-10 04:19:10.108--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7e4d93e7) [junit] [EL Finest]: 2022-09-10 04:19:10.108--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@b625b00) [junit] [EL Finest]: 2022-09-10 04:19:10.108--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1d17945d) [junit] [EL Finest]: 2022-09-10 04:19:10.108--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@41c22d59) [junit] [EL Finest]: 2022-09-10 04:19:10.108--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5e0fbfb6) [junit] [EL Finest]: 2022-09-10 04:19:10.108--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@315139e2) [junit] [EL Finest]: 2022-09-10 04:19:10.108--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6ad6484) [junit] [EL Finest]: 2022-09-10 04:19:10.109--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@785fd189) [junit] [EL Finest]: 2022-09-10 04:19:10.109--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2c663246) [junit] [EL Finest]: 2022-09-10 04:19:10.109--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5d5984aa) [junit] [EL Finest]: 2022-09-10 04:19:10.109--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3f5f610d) [junit] [EL Finest]: 2022-09-10 04:19:10.109--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1145eb60) [junit] [EL Finest]: 2022-09-10 04:19:10.109--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@17778985) [junit] [EL Finest]: 2022-09-10 04:19:10.109--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7c9a3be) [junit] [EL Finest]: 2022-09-10 04:19:10.109--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@41fd7740) [junit] [EL Finest]: 2022-09-10 04:19:10.11--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@22b4ceb9) [junit] [EL Finest]: 2022-09-10 04:19:10.11--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@61c98b6c) [junit] [EL Finest]: 2022-09-10 04:19:10.11--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7a51ba06) [junit] [EL Finest]: 2022-09-10 04:19:10.11--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@74197f00) [junit] [EL Finest]: 2022-09-10 04:19:10.11--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5ac1ba35) [junit] [EL Finest]: 2022-09-10 04:19:10.11--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1c486cec) [junit] [EL Finest]: 2022-09-10 04:19:10.11--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5930e350) [junit] [EL Finest]: 2022-09-10 04:19:10.11--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6f88d401) [junit] [EL Finest]: 2022-09-10 04:19:10.111--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7076714c) [junit] [EL Finest]: 2022-09-10 04:19:10.111--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@77aabf26) [junit] [EL Finest]: 2022-09-10 04:19:10.111--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@67b1f69) [junit] [EL Finest]: 2022-09-10 04:19:10.111--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5d548872) [junit] [EL Finest]: 2022-09-10 04:19:10.111--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@304d96b5) [junit] [EL Finest]: 2022-09-10 04:19:10.111--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3c79c7fa) [junit] [EL Finest]: 2022-09-10 04:19:10.111--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7d0c21) [junit] [EL Finest]: 2022-09-10 04:19:10.111--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@11f505e8) [junit] [EL Finest]: 2022-09-10 04:19:10.111--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4f9a0139) [junit] [EL Finest]: 2022-09-10 04:19:10.112--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@23497c5e) [junit] [EL Finest]: 2022-09-10 04:19:10.112--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@9e3c653) [junit] [EL Finest]: 2022-09-10 04:19:10.112--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2bf1d748) [junit] [EL Finest]: 2022-09-10 04:19:10.112--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@147ee877) [junit] [EL Finest]: 2022-09-10 04:19:10.112--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4b11a972) [junit] [EL Finest]: 2022-09-10 04:19:10.112--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@39f9c6f5) [junit] [EL Finest]: 2022-09-10 04:19:10.112--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2a447744) [junit] [EL Finest]: 2022-09-10 04:19:10.112--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6dc82d99) [junit] [EL Finest]: 2022-09-10 04:19:10.113--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@389588b2) [junit] [EL Finest]: 2022-09-10 04:19:10.113--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6a4899c) [junit] [EL Finest]: 2022-09-10 04:19:10.113--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@313ac50e) [junit] [EL Finest]: 2022-09-10 04:19:10.113--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2572d409) [junit] [EL Finest]: 2022-09-10 04:19:10.113--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@15fa043) [junit] [EL Finest]: 2022-09-10 04:19:10.113--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7c1ac3b) [junit] [EL Finest]: 2022-09-10 04:19:10.113--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@8e2961) [junit] [EL Finest]: 2022-09-10 04:19:10.113--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5ca64b79) [junit] [EL Finest]: 2022-09-10 04:19:10.114--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@67ba7db3) [junit] [EL Finest]: 2022-09-10 04:19:10.114--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@769e025c) [junit] [EL Finest]: 2022-09-10 04:19:10.114--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@43bc1d67) [junit] [EL Finest]: 2022-09-10 04:19:10.114--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2288342c) [junit] [EL Finest]: 2022-09-10 04:19:10.114--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@57f1cb96) [junit] [EL Finest]: 2022-09-10 04:19:10.114--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@52ac57e7) [junit] [EL Finest]: 2022-09-10 04:19:10.114--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@10c04710) [junit] [EL Finest]: 2022-09-10 04:19:10.114--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4bc88ccb) [junit] [EL Finest]: 2022-09-10 04:19:10.115--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6e07469a) [junit] [EL Finest]: 2022-09-10 04:19:10.115--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7677a485) [junit] [EL Finest]: 2022-09-10 04:19:10.115--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@57b03187) [junit] [EL Finest]: 2022-09-10 04:19:10.115--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@17051fb4) [junit] [EL Finest]: 2022-09-10 04:19:10.115--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7930de44) [junit] [EL Finest]: 2022-09-10 04:19:10.115--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1a35041) [junit] [EL Finest]: 2022-09-10 04:19:10.115--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@412d379c) [junit] [EL Finest]: 2022-09-10 04:19:10.115--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2f815a12) [junit] [EL Finest]: 2022-09-10 04:19:10.116--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2eb82c04) [junit] [EL Finest]: 2022-09-10 04:19:10.116--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@be706e2) [junit] [EL Finest]: 2022-09-10 04:19:10.116--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7c269f21) [junit] [EL Finest]: 2022-09-10 04:19:10.116--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1035ec3c) [junit] [EL Finest]: 2022-09-10 04:19:10.116--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@37df3dee) [junit] [EL Finest]: 2022-09-10 04:19:10.116--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5d388611) [junit] [EL Finest]: 2022-09-10 04:19:10.116--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6cf4325b) [junit] [EL Finest]: 2022-09-10 04:19:10.116--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@372d7420) [junit] [EL Finest]: 2022-09-10 04:19:10.117--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3b6ccd61) [junit] [EL Finest]: 2022-09-10 04:19:10.117--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@55f066b4) [junit] [EL Finest]: 2022-09-10 04:19:10.117--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4caca1) [junit] [EL Finest]: 2022-09-10 04:19:10.117--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3b0c48bd) [junit] [EL Finest]: 2022-09-10 04:19:10.117--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@41b7ebec) [junit] [EL Finest]: 2022-09-10 04:19:10.117--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4790a29a) [junit] [EL Finest]: 2022-09-10 04:19:10.117--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2f90ad92) [junit] [EL Finest]: 2022-09-10 04:19:10.117--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7b6cb223) [junit] [EL Finest]: 2022-09-10 04:19:10.118--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(14:null:stamps) [junit] [EL Finer]: 2022-09-10 04:19:10.118--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:10.118--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:10.118--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [42, Helgard, Halbach, null, 2022-09-21 18:05:50.09, 2022-08-29 14:32:30.09, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.118--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [87, Hieu, Hettner, null, 2022-09-21 18:05:50.094, 2022-08-29 14:32:30.094, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.118--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [60, Holger, Hausmann, null, 2022-09-21 18:05:50.092, 2022-08-29 14:32:30.092, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.118--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [64, Helga, Hayek, null, 2022-09-21 18:05:50.092, 2022-08-29 14:32:30.092, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.118--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [74, Heinke, Herder, null, 2022-09-21 18:05:50.093, 2022-08-29 14:32:30.093, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.118--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [6, Hulda, Herold, null, 2022-09-21 18:05:50.086, 2022-08-29 14:32:30.086, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.118--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [1, Hasso, Hesselbarth, null, 2022-09-21 18:05:50.085, 2022-08-29 14:32:30.085, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.118--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [7, Helene, Hamburger, null, 2022-09-21 18:05:50.086, 2022-08-29 14:32:30.086, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.118--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [5, Hein, Havenstein, null, 2022-09-21 18:05:50.086, 2022-08-29 14:32:30.086, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.118--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [21, Hildegard, Henry, null, 2022-09-21 18:05:50.088, 2022-08-29 14:32:30.088, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.119--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [40, Hjalmar, Hildebrandt, null, 2022-09-21 18:05:50.09, 2022-08-29 14:32:30.09, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.119--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [82, Holger, Hesselbarth, null, 2022-09-21 18:05:50.094, 2022-08-29 14:32:30.094, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.119--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [77, Heidemarie, Hesselbarth, null, 2022-09-21 18:05:50.093, 2022-08-29 14:32:30.093, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.119--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [54, Heimo, Hawke, null, 2022-09-21 18:05:50.091, 2022-08-29 14:32:30.091, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.119--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [23, Hilmar, Hamburger, null, 2022-09-21 18:05:50.088, 2022-08-29 14:32:30.088, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.119--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [55, Hartwin, Heim, null, 2022-09-21 18:05:50.091, 2022-08-29 14:32:30.091, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.119--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [90, Henryk, Hary, null, 2022-09-21 18:05:50.094, 2022-08-29 14:32:30.094, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.119--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [69, Heinrich, Hausmann, null, 2022-09-21 18:05:50.093, 2022-08-29 14:32:30.093, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.119--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [50, Heinke, Heuser, null, 2022-09-21 18:05:50.091, 2022-08-29 14:32:30.091, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.119--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [99, Hella, Hanstein, null, 2022-09-21 18:05:50.095, 2022-08-29 14:32:30.095, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.119--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, Hans, Hein, null, 2022-09-21 18:05:50.086, 2022-08-29 14:32:30.086, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.119--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [34, Heida, Henschel, null, 2022-09-21 18:05:50.089, 2022-08-29 14:32:30.089, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.119--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [94, Hildegard, Haak, null, 2022-09-21 18:05:50.095, 2022-08-29 14:32:30.095, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.12--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [41, Hugo, Hamilton, null, 2022-09-21 18:05:50.09, 2022-08-29 14:32:30.09, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.12--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [36, Hedwig, Haller, null, 2022-09-21 18:05:50.09, 2022-08-29 14:32:30.09, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.12--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [45, Hazel, Hanson, null, 2022-09-21 18:05:50.09, 2022-08-29 14:32:30.09, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.12--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [61, Hannah, Hamann, null, 2022-09-21 18:05:50.092, 2022-08-29 14:32:30.092, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.12--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [16, Hinrich, Herder, null, 2022-09-21 18:05:50.087, 2022-08-29 14:32:30.087, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.12--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [3, Hartwig, Hildebrand, null, 2022-09-21 18:05:50.085, 2022-08-29 14:32:30.085, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.12--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [78, Hilarius, Hartig, null, 2022-09-21 18:05:50.093, 2022-08-29 14:32:30.093, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.12--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [32, Hadmar, Hegemann, null, 2022-09-21 18:05:50.089, 2022-08-29 14:32:30.089, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.12--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, Hubert, Hanson, null, 2022-09-21 18:05:50.087, 2022-08-29 14:32:30.087, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.12--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [52, Hilmar, Hesselbarth, null, 2022-09-21 18:05:50.091, 2022-08-29 14:32:30.091, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.12--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, Horst, Hanstein, null, 2022-09-21 18:05:50.086, 2022-08-29 14:32:30.086, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.12--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [51, Hendrik, Hesselbarth, null, 2022-09-21 18:05:50.091, 2022-08-29 14:32:30.091, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.12--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [86, Helma, Habermann, null, 2022-09-21 18:05:50.094, 2022-08-29 14:32:30.094, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.12--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [48, Hilde, Hamilton, null, 2022-09-21 18:05:50.091, 2022-08-29 14:32:30.091, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.12--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [88, Holde, Hesse, null, 2022-09-21 18:05:50.094, 2022-08-29 14:32:30.094, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.121--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [70, Harro, Hentschel, null, 2022-09-21 18:05:50.093, 2022-08-29 14:32:30.093, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.121--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [62, Hedda, Hermelink, null, 2022-09-21 18:05:50.092, 2022-08-29 14:32:30.092, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.121--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [72, Herbert, Helmig, null, 2022-09-21 18:05:50.093, 2022-08-29 14:32:30.093, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.121--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [2, Hedwig, Heuser, null, 2022-09-21 18:05:50.085, 2022-08-29 14:32:30.085, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.121--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [67, Hanspeter, Hamilton, null, 2022-09-21 18:05:50.092, 2022-08-29 14:32:30.092, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.121--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [38, Hulda, Habermann, null, 2022-09-21 18:05:50.09, 2022-08-29 14:32:30.09, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.121--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [91, Heimo, Heinichen, null, 2022-09-21 18:05:50.095, 2022-08-29 14:32:30.095, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.121--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [33, Hinrich, Havenstein, null, 2022-09-21 18:05:50.089, 2022-08-29 14:32:30.089, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.121--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [83, Heinrich, Hardy, null, 2022-09-21 18:05:50.094, 2022-08-29 14:32:30.094, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.121--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [92, Hadmar, Henschel, null, 2022-09-21 18:05:50.095, 2022-08-29 14:32:30.095, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.121--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [0, Helge, Hecht, null, 2022-09-21 18:05:50.085, 2022-08-29 14:32:30.085, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.121--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [35, Helena, Hartfelder, null, 2022-09-21 18:05:50.089, 2022-08-29 14:32:30.089, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.121--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [81, Henryk, Hausner, null, 2022-09-21 18:05:50.094, 2022-08-29 14:32:30.094, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.121--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [43, Hakan, Herbst, null, 2022-09-21 18:05:50.09, 2022-08-29 14:32:30.09, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.122--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [44, Holda, Helmig, null, 2022-09-21 18:05:50.09, 2022-08-29 14:32:30.09, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.122--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [76, Hakon, Heider, null, 2022-09-21 18:05:50.093, 2022-08-29 14:32:30.093, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.122--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [26, Hilmar, Hewitt, null, 2022-09-21 18:05:50.088, 2022-08-29 14:32:30.088, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.122--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [22, Henrike, Hellmann, null, 2022-09-21 18:05:50.088, 2022-08-29 14:32:30.088, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.122--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [96, Hein, Hache, null, 2022-09-21 18:05:50.095, 2022-08-29 14:32:30.095, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.122--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [24, Heide, Hamann, null, 2022-09-21 18:05:50.088, 2022-08-29 14:32:30.088, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.122--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [57, Hannah, Hanson, null, 2022-09-21 18:05:50.092, 2022-08-29 14:32:30.092, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.122--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [46, Hilke, Hayek, null, 2022-09-21 18:05:50.09, 2022-08-29 14:32:30.09, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.122--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [39, Hieu, Haak, null, 2022-09-21 18:05:50.09, 2022-08-29 14:32:30.09, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.122--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [53, Heimo, Hanson, null, 2022-09-21 18:05:50.091, 2022-08-29 14:32:30.091, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.122--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [95, Heribert, Hellmann, null, 2022-09-21 18:05:50.095, 2022-08-29 14:32:30.095, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.122--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [29, Harro, Heim, null, 2022-09-21 18:05:50.089, 2022-08-29 14:32:30.089, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.122--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [80, Helen, Heinichen, null, 2022-09-21 18:05:50.094, 2022-08-29 14:32:30.094, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.122--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [58, Hugo, Heidegger, null, 2022-09-21 18:05:50.092, 2022-08-29 14:32:30.092, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.123--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, Hadmar, Hermann, null, 2022-09-21 18:05:50.086, 2022-08-29 14:32:30.086, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.123--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [56, Helgard, Hausmann, null, 2022-09-21 18:05:50.091, 2022-08-29 14:32:30.091, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.123--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [20, Hubert, Hackmann, null, 2022-09-21 18:05:50.087, 2022-08-29 14:32:30.087, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.123--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [37, Hella, Harnack, null, 2022-09-21 18:05:50.09, 2022-08-29 14:32:30.09, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.123--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, Hilda, Hermelink, null, 2022-09-21 18:05:50.086, 2022-08-29 14:32:30.086, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.123--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [79, Hedda, Henning, null, 2022-09-21 18:05:50.094, 2022-08-29 14:32:30.094, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.123--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [75, Hauke, Helbig, null, 2022-09-21 18:05:50.093, 2022-08-29 14:32:30.093, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.123--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [71, Hubertus, Hemsterhuis, null, 2022-09-21 18:05:50.093, 2022-08-29 14:32:30.093, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.123--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [47, Hauke, Hense, null, 2022-09-21 18:05:50.091, 2022-08-29 14:32:30.091, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.123--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [19, Heida, Hesselbarth, null, 2022-09-21 18:05:50.087, 2022-08-29 14:32:30.087, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.123--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [66, Hanna, Haak, null, 2022-09-21 18:05:50.092, 2022-08-29 14:32:30.092, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.123--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [30, Holde, Hausmann, null, 2022-09-21 18:05:50.089, 2022-08-29 14:32:30.089, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.123--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [89, Hubertus, Hartenthaler, null, 2022-09-21 18:05:50.094, 2022-08-29 14:32:30.094, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.123--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [98, Helene, Haus Lancaster, null, 2022-09-21 18:05:50.095, 2022-08-29 14:32:30.095, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.124--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [15, Heimo, Hamilton, null, 2022-09-21 18:05:50.087, 2022-08-29 14:32:30.087, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.124--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [65, Hulda, Hegemann, null, 2022-09-21 18:05:50.092, 2022-08-29 14:32:30.092, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.124--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [17, Helena, Haas, null, 2022-09-21 18:05:50.087, 2022-08-29 14:32:30.087, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.124--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [63, Henri, Hausner, null, 2022-09-21 18:05:50.092, 2022-08-29 14:32:30.092, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.124--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [84, Harriet, Hellmann, null, 2022-09-21 18:05:50.094, 2022-08-29 14:32:30.094, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.124--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [85, Heike, Hamburger, null, 2022-09-21 18:05:50.094, 2022-08-29 14:32:30.094, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.124--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [4, Helga, Harding, null, 2022-09-21 18:05:50.085, 2022-08-29 14:32:30.085, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.124--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [97, Helmut, Hausner, null, 2022-09-21 18:05:50.095, 2022-08-29 14:32:30.095, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.124--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [73, Hedda, Haas, null, 2022-09-21 18:05:50.093, 2022-08-29 14:32:30.093, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.124--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [18, Hubertus, Haller, null, 2022-09-21 18:05:50.087, 2022-08-29 14:32:30.087, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.124--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [49, Hasso, Hewitt, null, 2022-09-21 18:05:50.091, 2022-08-29 14:32:30.091, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.125--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [93, Holda, Hartig, null, 2022-09-21 18:05:50.095, 2022-08-29 14:32:30.095, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.125--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [31, Henryk, Hegemann, null, 2022-09-21 18:05:50.089, 2022-08-29 14:32:30.089, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.125--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [68, Henrike, Harnack, null, 2022-09-21 18:05:50.093, 2022-08-29 14:32:30.093, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.125--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, Humphrey, Hampe, null, 2022-09-21 18:05:50.086, 2022-08-29 14:32:30.086, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.19--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [25, Hartmut, Heer, null, 2022-09-21 18:05:50.088, 2022-08-29 14:32:30.088, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.19--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [27, Helen, Hartig, null, 2022-09-21 18:05:50.088, 2022-08-29 14:32:30.088, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.19--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [59, Harvey, Hartfelder, null, 2022-09-21 18:05:50.092, 2022-08-29 14:32:30.092, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.19--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [14, Hieronymus, Hemsterhuis, null, 2022-09-21 18:05:50.087, 2022-08-29 14:32:30.087, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.19--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [28, Hubert, Helmig, null, 2022-09-21 18:05:50.089, 2022-08-29 14:32:30.089, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:10.19--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:10.223--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(11:null:cleaning the house) [junit] [EL Finest]: 2022-09-10 04:19:10.223--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(9:null:cooking) [junit] [EL Finest]: 2022-09-10 04:19:10.223--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(8:null:reading) [junit] [EL Finest]: 2022-09-10 04:19:10.223--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(10:null:watching tv) [junit] [EL Finest]: 2022-09-10 04:19:10.223--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(13:null:computers) [junit] [EL Finest]: 2022-09-10 04:19:10.223--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(12:null:swimming) [junit] [EL Finest]: 2022-09-10 04:19:10.223--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@30427a3f) [junit] [EL Finer]: 2022-09-10 04:19:10.224--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:10.224--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:10.224--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [14, null, stamps] [junit] [EL Fine]: 2022-09-10 04:19:10.224--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, null, cleaning the house] [junit] [EL Fine]: 2022-09-10 04:19:10.224--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, null, cooking] [junit] [EL Fine]: 2022-09-10 04:19:10.224--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, null, reading] [junit] [EL Fine]: 2022-09-10 04:19:10.224--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, null, watching tv] [junit] [EL Fine]: 2022-09-10 04:19:10.224--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, null, computers] [junit] [EL Fine]: 2022-09-10 04:19:10.224--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, null, swimming] [junit] [EL Finer]: 2022-09-10 04:19:10.224--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:10.226--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2771657a) [junit] [EL Finest]: 2022-09-10 04:19:10.226--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@14c75caf) [junit] [EL Finest]: 2022-09-10 04:19:10.226--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@d367d7d) [junit] [EL Finest]: 2022-09-10 04:19:10.227--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7d2c6085) [junit] [EL Finest]: 2022-09-10 04:19:10.227--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3dd6aede) [junit] [EL Finest]: 2022-09-10 04:19:10.227--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@453ea7f6) [junit] [EL Finest]: 2022-09-10 04:19:10.227--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@108b257f) [junit] [EL Finest]: 2022-09-10 04:19:10.227--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@25832704) [junit] [EL Finest]: 2022-09-10 04:19:10.228--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@368a8b70) [junit] [EL Finest]: 2022-09-10 04:19:10.228--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1912297c) [junit] [EL Finest]: 2022-09-10 04:19:10.228--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4af2f991) [junit] [EL Finest]: 2022-09-10 04:19:10.228--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7ae76b2) [junit] [EL Finest]: 2022-09-10 04:19:10.228--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2c29342a) [junit] [EL Finest]: 2022-09-10 04:19:10.228--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7a792f64) [junit] [EL Finest]: 2022-09-10 04:19:10.228--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4b5d2a4c) [junit] [EL Finest]: 2022-09-10 04:19:10.229--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@33cd31cf) [junit] [EL Finest]: 2022-09-10 04:19:10.229--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@665c6b8d) [junit] [EL Finest]: 2022-09-10 04:19:10.229--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@278758da) [junit] [EL Finest]: 2022-09-10 04:19:10.229--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@78e077f8) [junit] [EL Finest]: 2022-09-10 04:19:10.229--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@39383f9c) [junit] [EL Finest]: 2022-09-10 04:19:10.229--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@197b91d2) [junit] [EL Finest]: 2022-09-10 04:19:10.229--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@45de2baa) [junit] [EL Finest]: 2022-09-10 04:19:10.229--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5b0bfe86) [junit] [EL Finest]: 2022-09-10 04:19:10.23--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@48a26095) [junit] [EL Finest]: 2022-09-10 04:19:10.23--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3645b9d5) [junit] [EL Finest]: 2022-09-10 04:19:10.23--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@250cbcb9) [junit] [EL Finest]: 2022-09-10 04:19:10.23--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@56ed77b1) [junit] [EL Finest]: 2022-09-10 04:19:10.23--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4a5bc21) [junit] [EL Finest]: 2022-09-10 04:19:10.23--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3328d00b) [junit] [EL Finest]: 2022-09-10 04:19:10.23--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7c3019d6) [junit] [EL Finest]: 2022-09-10 04:19:10.23--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7d5505a9) [junit] [EL Finest]: 2022-09-10 04:19:10.231--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@d5ef7c0) [junit] [EL Finest]: 2022-09-10 04:19:10.231--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5cb077e3) [junit] [EL Finest]: 2022-09-10 04:19:10.231--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7e35c8b5) [junit] [EL Finest]: 2022-09-10 04:19:10.231--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6fb68c4) [junit] [EL Finest]: 2022-09-10 04:19:10.231--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@24ac4cf4) [junit] [EL Finest]: 2022-09-10 04:19:10.231--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3b44d95f) [junit] [EL Finest]: 2022-09-10 04:19:10.231--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@23b34af8) [junit] [EL Finest]: 2022-09-10 04:19:10.231--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3edb0c1e) [junit] [EL Finest]: 2022-09-10 04:19:10.232--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1d8d9807) [junit] [EL Finest]: 2022-09-10 04:19:10.232--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@45e60c79) [junit] [EL Finest]: 2022-09-10 04:19:10.232--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@62254d29) [junit] [EL Finest]: 2022-09-10 04:19:10.232--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1a5cb2b3) [junit] [EL Finest]: 2022-09-10 04:19:10.232--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4179260d) [junit] [EL Finest]: 2022-09-10 04:19:10.232--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@723c7f2f) [junit] [EL Finest]: 2022-09-10 04:19:10.232--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6c26a27e) [junit] [EL Finest]: 2022-09-10 04:19:10.232--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@13d72307) [junit] [EL Finest]: 2022-09-10 04:19:10.232--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2347ca7a) [junit] [EL Finest]: 2022-09-10 04:19:10.233--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7a4764bb) [junit] [EL Finest]: 2022-09-10 04:19:10.233--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3df17e4b) [junit] [EL Finest]: 2022-09-10 04:19:10.233--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@15cd990c) [junit] [EL Finest]: 2022-09-10 04:19:10.233--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6b0090ca) [junit] [EL Finest]: 2022-09-10 04:19:10.233--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@65b2f815) [junit] [EL Finest]: 2022-09-10 04:19:10.233--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7e3559b4) [junit] [EL Finest]: 2022-09-10 04:19:10.233--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5b57bd5b) [junit] [EL Finest]: 2022-09-10 04:19:10.234--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7cf0d34) [junit] [EL Finest]: 2022-09-10 04:19:10.234--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@79ae4822) [junit] [EL Finest]: 2022-09-10 04:19:10.234--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4a9e03b) [junit] [EL Finest]: 2022-09-10 04:19:10.234--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@9ce4057) [junit] [EL Finest]: 2022-09-10 04:19:10.234--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@261a0d86) [junit] [EL Finest]: 2022-09-10 04:19:10.234--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3f324b5a) [junit] [EL Finest]: 2022-09-10 04:19:10.234--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@54c543a5) [junit] [EL Finest]: 2022-09-10 04:19:10.234--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@e2d12b8) [junit] [EL Finest]: 2022-09-10 04:19:10.235--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2e740f3c) [junit] [EL Finest]: 2022-09-10 04:19:10.235--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6a1f63fd) [junit] [EL Finest]: 2022-09-10 04:19:10.235--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5b7bd551) [junit] [EL Finest]: 2022-09-10 04:19:10.235--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3da1191b) [junit] [EL Finest]: 2022-09-10 04:19:10.235--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5022aaa3) [junit] [EL Finest]: 2022-09-10 04:19:10.235--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@730b8cfa) [junit] [EL Finest]: 2022-09-10 04:19:10.235--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5dc9cb99) [junit] [EL Finest]: 2022-09-10 04:19:10.235--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3f169051) [junit] [EL Finest]: 2022-09-10 04:19:10.236--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6c78ad08) [junit] [EL Finest]: 2022-09-10 04:19:10.236--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1a8b2ab3) [junit] [EL Finest]: 2022-09-10 04:19:10.236--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@653e6996) [junit] [EL Finest]: 2022-09-10 04:19:10.236--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@273cefd5) [junit] [EL Finest]: 2022-09-10 04:19:10.236--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3bf1aba7) [junit] [EL Finest]: 2022-09-10 04:19:10.236--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@771f4556) [junit] [EL Finest]: 2022-09-10 04:19:10.236--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7618e4bf) [junit] [EL Finest]: 2022-09-10 04:19:10.236--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4b495ce7) [junit] [EL Finest]: 2022-09-10 04:19:10.237--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@18ca3125) [junit] [EL Finest]: 2022-09-10 04:19:10.237--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@b280053) [junit] [EL Finest]: 2022-09-10 04:19:10.237--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@408ad61a) [junit] [EL Finest]: 2022-09-10 04:19:10.237--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3131c0d8) [junit] [EL Finest]: 2022-09-10 04:19:10.237--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1248ac5d) [junit] [EL Finest]: 2022-09-10 04:19:10.237--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2ac58d) [junit] [EL Finest]: 2022-09-10 04:19:10.237--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1ff06f00) [junit] [EL Finest]: 2022-09-10 04:19:10.237--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7c80c68f) [junit] [EL Finest]: 2022-09-10 04:19:10.237--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@495cae6c) [junit] [EL Finest]: 2022-09-10 04:19:10.238--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@12bc51f4) [junit] [EL Finest]: 2022-09-10 04:19:10.238--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@122de194) [junit] [EL Finest]: 2022-09-10 04:19:10.238--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@c1add62) [junit] [EL Finest]: 2022-09-10 04:19:10.238--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2b15d066) [junit] [EL Finest]: 2022-09-10 04:19:10.238--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@411550d0) [junit] [EL Finest]: 2022-09-10 04:19:10.238--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2f9404a7) [junit] [EL Finest]: 2022-09-10 04:19:10.238--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7aa45a14) [junit] [EL Finest]: 2022-09-10 04:19:10.238--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@21e58e9a) [junit] [EL Finest]: 2022-09-10 04:19:10.239--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@20e1361d) [junit] [EL Finest]: 2022-09-10 04:19:10.239--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@76928be0) [junit] [EL Finest]: 2022-09-10 04:19:10.239--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@37e628c0) [junit] [EL Finest]: 2022-09-10 04:19:10.239--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:10.239--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:10.239--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, VERSION, EMPLOYEE_ID, DTYPE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:10.239--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [193, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.239--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [168, foo-car, null, null, null, null, 1, 10, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.239--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [183, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.239--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [165, foo-car, null, null, null, null, 1, 20, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.239--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [189, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.239--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [175, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.239--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [132, foo-car, null, null, null, null, 1, 6, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.239--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [113, foo-car, null, null, null, null, 1, 16, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.239--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [162, foo-car, null, null, null, null, 1, 40, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.24--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [173, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.24--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [169, foo-car, null, null, null, null, 1, 86, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.24--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [158, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.24--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [163, foo-car, null, null, null, null, 1, 8, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.24--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [157, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.24--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [208, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.24--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [159, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.24--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [116, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.24--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [136, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.24--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [188, foo-car, null, null, null, null, 1, 66, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.24--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [161, foo-car, null, null, null, null, 1, 90, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.24--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [177, foo-car, null, null, null, null, 1, 70, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.24--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [194, foo-car, null, null, null, null, 1, 52, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.24--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [167, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.24--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [176, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.24--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [133, foo-car, null, null, null, null, 1, 72, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.24--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [138, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.24--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [110, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.24--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [135, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.24--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [198, foo-car, null, null, null, null, 1, 62, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.24--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [191, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.24--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [204, foo-car, null, null, null, null, 1, 92, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.24--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [147, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.24--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [144, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.24--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [187, foo-car, null, null, null, null, 1, 44, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.24--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [201, foo-car, null, null, null, null, 1, 34, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.241--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [207, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.241--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [120, foo-car, null, null, null, null, 1, 14, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.241--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [145, foo-car, null, null, null, null, 1, 50, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.241--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [123, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.241--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [172, foo-car, null, null, null, null, 1, 68, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.241--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [160, foo-car, null, null, null, null, 1, 22, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.241--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [206, foo-car, null, null, null, null, 1, 30, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.241--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [196, foo-car, null, null, null, null, 1, 18, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.241--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [149, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.241--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [109, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.241--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [186, foo-car, null, null, null, null, 1, 4, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.241--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [195, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.241--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [111, foo-car, null, null, null, null, 1, 82, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.241--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [180, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.241--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [115, foo-car, null, null, null, null, 1, 76, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.241--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [128, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.241--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [200, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.241--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [143, foo-car, null, null, null, null, 1, 60, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.241--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [202, foo-car, null, null, null, null, 1, 0, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.241--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [119, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.241--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [154, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.241--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [148, foo-car, null, null, null, null, 1, 78, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.241--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [134, foo-car, null, null, null, null, 1, 12, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.241--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [152, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.241--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [184, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.242--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [170, foo-car, null, null, null, null, 1, 96, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.242--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [151, foo-car, null, null, null, null, 1, 84, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.242--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [182, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.242--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [140, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.242--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [192, foo-car, null, null, null, null, 1, 74, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.242--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [150, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.242--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [181, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.242--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [137, foo-car, null, null, null, null, 1, 38, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.242--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [114, foo-car, null, null, null, null, 1, 58, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.242--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [131, foo-car, null, null, null, null, 1, 56, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.242--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [199, foo-car, null, null, null, null, 1, 98, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.242--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [118, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.242--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [190, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.242--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [203, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.242--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [124, foo-car, null, null, null, null, 1, 80, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.242--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [179, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.242--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [141, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.242--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [122, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.242--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [130, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.242--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [155, foo-car, null, null, null, null, 1, 24, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.242--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [112, foo-car, null, null, null, null, 1, 42, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.242--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [139, foo-car, null, null, null, null, 1, 64, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.242--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [174, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.242--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [166, foo-car, null, null, null, null, 1, 46, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.242--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [126, foo-car, null, null, null, null, 1, 94, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.242--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [156, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.243--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [125, foo-car, null, null, null, null, 1, 48, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.243--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [121, foo-car, null, null, null, null, 1, 54, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.243--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [153, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.243--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [146, foo-car, null, null, null, null, 1, 88, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.243--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [171, foo-car, null, null, null, null, 1, 26, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.243--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [185, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.243--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [127, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.243--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [197, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.243--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [178, foo-car, null, null, null, null, 1, 28, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.243--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [117, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.243--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [129, foo-car, null, null, null, null, 1, 2, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.243--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [142, foo-car, null, null, null, null, 1, 36, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.243--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [164, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.243--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [205, foo-car, null, null, null, null, 1, 32, 91] [junit] [EL Finer]: 2022-09-10 04:19:10.243--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:10.266--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.266--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.266--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.266--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.266--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.266--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.266--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.266--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.266--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.266--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.267--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.267--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.267--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.267--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.267--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.267--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.267--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.267--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.267--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.267--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.267--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.267--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.267--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.267--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.267--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.267--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.268--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.268--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.268--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.268--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.268--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.268--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.268--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.268--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.268--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.268--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.268--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.268--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.268--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.268--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.268--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.269--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.269--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.269--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.269--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.269--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.269--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.269--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.269--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.269--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:10.269--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:10.269--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:10.269--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [21, 212] [junit] [EL Fine]: 2022-09-10 04:19:10.269--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [35, 212] [junit] [EL Fine]: 2022-09-10 04:19:10.269--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [41, 212] [junit] [EL Fine]: 2022-09-10 04:19:10.269--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [49, 212] [junit] [EL Fine]: 2022-09-10 04:19:10.269--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [67, 212] [junit] [EL Fine]: 2022-09-10 04:19:10.269--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [71, 212] [junit] [EL Fine]: 2022-09-10 04:19:10.269--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [85, 212] [junit] [EL Fine]: 2022-09-10 04:19:10.269--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [87, 212] [junit] [EL Fine]: 2022-09-10 04:19:10.27--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [89, 212] [junit] [EL Fine]: 2022-09-10 04:19:10.27--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [95, 212] [junit] [EL Fine]: 2022-09-10 04:19:10.27--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [99, 212] [junit] [EL Fine]: 2022-09-10 04:19:10.27--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 209] [junit] [EL Fine]: 2022-09-10 04:19:10.27--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [17, 209] [junit] [EL Fine]: 2022-09-10 04:19:10.27--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [25, 209] [junit] [EL Fine]: 2022-09-10 04:19:10.27--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [27, 209] [junit] [EL Fine]: 2022-09-10 04:19:10.27--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [33, 209] [junit] [EL Fine]: 2022-09-10 04:19:10.27--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [43, 209] [junit] [EL Fine]: 2022-09-10 04:19:10.27--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [61, 209] [junit] [EL Fine]: 2022-09-10 04:19:10.27--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [73, 209] [junit] [EL Fine]: 2022-09-10 04:19:10.27--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [81, 209] [junit] [EL Fine]: 2022-09-10 04:19:10.27--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [91, 209] [junit] [EL Fine]: 2022-09-10 04:19:10.27--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [7, 211] [junit] [EL Fine]: 2022-09-10 04:19:10.27--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 211] [junit] [EL Fine]: 2022-09-10 04:19:10.27--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 211] [junit] [EL Fine]: 2022-09-10 04:19:10.27--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [15, 211] [junit] [EL Fine]: 2022-09-10 04:19:10.27--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [23, 211] [junit] [EL Fine]: 2022-09-10 04:19:10.27--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [29, 211] [junit] [EL Fine]: 2022-09-10 04:19:10.27--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [39, 211] [junit] [EL Fine]: 2022-09-10 04:19:10.27--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [45, 211] [junit] [EL Fine]: 2022-09-10 04:19:10.27--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [47, 211] [junit] [EL Fine]: 2022-09-10 04:19:10.27--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [55, 211] [junit] [EL Fine]: 2022-09-10 04:19:10.27--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [57, 211] [junit] [EL Fine]: 2022-09-10 04:19:10.27--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [59, 211] [junit] [EL Fine]: 2022-09-10 04:19:10.27--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [65, 211] [junit] [EL Fine]: 2022-09-10 04:19:10.27--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [69, 211] [junit] [EL Fine]: 2022-09-10 04:19:10.27--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [75, 211] [junit] [EL Fine]: 2022-09-10 04:19:10.27--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [83, 211] [junit] [EL Fine]: 2022-09-10 04:19:10.271--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [93, 211] [junit] [EL Fine]: 2022-09-10 04:19:10.271--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [97, 211] [junit] [EL Fine]: 2022-09-10 04:19:10.271--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [1, 210] [junit] [EL Fine]: 2022-09-10 04:19:10.271--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [3, 210] [junit] [EL Fine]: 2022-09-10 04:19:10.271--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [5, 210] [junit] [EL Fine]: 2022-09-10 04:19:10.271--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [19, 210] [junit] [EL Fine]: 2022-09-10 04:19:10.271--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [31, 210] [junit] [EL Fine]: 2022-09-10 04:19:10.271--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [37, 210] [junit] [EL Fine]: 2022-09-10 04:19:10.271--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [51, 210] [junit] [EL Fine]: 2022-09-10 04:19:10.271--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [53, 210] [junit] [EL Fine]: 2022-09-10 04:19:10.271--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [63, 210] [junit] [EL Fine]: 2022-09-10 04:19:10.271--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [77, 210] [junit] [EL Fine]: 2022-09-10 04:19:10.271--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [79, 210] [junit] [EL Finer]: 2022-09-10 04:19:10.271--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:10.282--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.282--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.282--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.282--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.282--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.282--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.282--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.282--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.282--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.282--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.282--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.282--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.282--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.282--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.283--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.283--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.283--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.283--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.283--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.283--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.283--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.283--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.283--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.283--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.283--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.283--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.283--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.283--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.284--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.301--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.301--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.301--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.301--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.302--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.302--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.302--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.302--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.302--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.302--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.302--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.302--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.302--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.302--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.302--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.302--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.302--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.302--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.302--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.302--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.303--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.303--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.303--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.303--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.303--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.303--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.303--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.303--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.303--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.303--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.303--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.303--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.303--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.303--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.303--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.304--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.304--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.304--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.304--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.304--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.304--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.304--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.304--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.304--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.304--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.304--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.304--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.304--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.304--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.304--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.305--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.305--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.305--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.305--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.305--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.305--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.305--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.305--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.305--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.305--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.305--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.305--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.305--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.305--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.305--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.305--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.306--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.306--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.306--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.306--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.306--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:10.306--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:10.306--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:10.306--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 42] [junit] [EL Fine]: 2022-09-10 04:19:10.306--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 42] [junit] [EL Fine]: 2022-09-10 04:19:10.306--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 42] [junit] [EL Fine]: 2022-09-10 04:19:10.306--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 42] [junit] [EL Fine]: 2022-09-10 04:19:10.306--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 42] [junit] [EL Fine]: 2022-09-10 04:19:10.306--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 87] [junit] [EL Fine]: 2022-09-10 04:19:10.306--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 87] [junit] [EL Fine]: 2022-09-10 04:19:10.306--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 87] [junit] [EL Fine]: 2022-09-10 04:19:10.306--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 87] [junit] [EL Fine]: 2022-09-10 04:19:10.306--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 87] [junit] [EL Fine]: 2022-09-10 04:19:10.306--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 60] [junit] [EL Fine]: 2022-09-10 04:19:10.306--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 60] [junit] [EL Fine]: 2022-09-10 04:19:10.306--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 60] [junit] [EL Fine]: 2022-09-10 04:19:10.306--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 60] [junit] [EL Fine]: 2022-09-10 04:19:10.307--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 60] [junit] [EL Fine]: 2022-09-10 04:19:10.307--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 64] [junit] [EL Fine]: 2022-09-10 04:19:10.307--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 64] [junit] [EL Fine]: 2022-09-10 04:19:10.307--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 64] [junit] [EL Fine]: 2022-09-10 04:19:10.307--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 64] [junit] [EL Fine]: 2022-09-10 04:19:10.307--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 64] [junit] [EL Fine]: 2022-09-10 04:19:10.307--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 74] [junit] [EL Fine]: 2022-09-10 04:19:10.307--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 74] [junit] [EL Fine]: 2022-09-10 04:19:10.307--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 74] [junit] [EL Fine]: 2022-09-10 04:19:10.307--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 74] [junit] [EL Fine]: 2022-09-10 04:19:10.307--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 74] [junit] [EL Fine]: 2022-09-10 04:19:10.307--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 6] [junit] [EL Fine]: 2022-09-10 04:19:10.307--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 6] [junit] [EL Fine]: 2022-09-10 04:19:10.307--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 6] [junit] [EL Fine]: 2022-09-10 04:19:10.307--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 6] [junit] [EL Fine]: 2022-09-10 04:19:10.307--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 6] [junit] [EL Fine]: 2022-09-10 04:19:10.307--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 1] [junit] [EL Fine]: 2022-09-10 04:19:10.307--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 1] [junit] [EL Fine]: 2022-09-10 04:19:10.307--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 1] [junit] [EL Fine]: 2022-09-10 04:19:10.307--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 1] [junit] [EL Fine]: 2022-09-10 04:19:10.307--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 1] [junit] [EL Fine]: 2022-09-10 04:19:10.307--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 7] [junit] [EL Fine]: 2022-09-10 04:19:10.307--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 7] [junit] [EL Fine]: 2022-09-10 04:19:10.307--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 7] [junit] [EL Fine]: 2022-09-10 04:19:10.307--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 7] [junit] [EL Fine]: 2022-09-10 04:19:10.307--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 7] [junit] [EL Fine]: 2022-09-10 04:19:10.307--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 5] [junit] [EL Fine]: 2022-09-10 04:19:10.307--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 5] [junit] [EL Fine]: 2022-09-10 04:19:10.307--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 5] [junit] [EL Fine]: 2022-09-10 04:19:10.308--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 5] [junit] [EL Fine]: 2022-09-10 04:19:10.308--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 5] [junit] [EL Fine]: 2022-09-10 04:19:10.308--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 21] [junit] [EL Fine]: 2022-09-10 04:19:10.308--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 21] [junit] [EL Fine]: 2022-09-10 04:19:10.308--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 21] [junit] [EL Fine]: 2022-09-10 04:19:10.308--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 21] [junit] [EL Fine]: 2022-09-10 04:19:10.308--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 21] [junit] [EL Fine]: 2022-09-10 04:19:10.308--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 40] [junit] [EL Fine]: 2022-09-10 04:19:10.308--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 40] [junit] [EL Fine]: 2022-09-10 04:19:10.308--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 40] [junit] [EL Fine]: 2022-09-10 04:19:10.308--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 40] [junit] [EL Fine]: 2022-09-10 04:19:10.308--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 40] [junit] [EL Fine]: 2022-09-10 04:19:10.308--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 82] [junit] [EL Fine]: 2022-09-10 04:19:10.308--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 82] [junit] [EL Fine]: 2022-09-10 04:19:10.308--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 82] [junit] [EL Fine]: 2022-09-10 04:19:10.308--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 82] [junit] [EL Fine]: 2022-09-10 04:19:10.308--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 82] [junit] [EL Fine]: 2022-09-10 04:19:10.308--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 77] [junit] [EL Fine]: 2022-09-10 04:19:10.308--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 77] [junit] [EL Fine]: 2022-09-10 04:19:10.308--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 77] [junit] [EL Fine]: 2022-09-10 04:19:10.308--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 77] [junit] [EL Fine]: 2022-09-10 04:19:10.308--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 77] [junit] [EL Fine]: 2022-09-10 04:19:10.308--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 54] [junit] [EL Fine]: 2022-09-10 04:19:10.308--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 54] [junit] [EL Fine]: 2022-09-10 04:19:10.308--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 54] [junit] [EL Fine]: 2022-09-10 04:19:10.308--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 54] [junit] [EL Fine]: 2022-09-10 04:19:10.308--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 54] [junit] [EL Fine]: 2022-09-10 04:19:10.308--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 23] [junit] [EL Fine]: 2022-09-10 04:19:10.308--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 23] [junit] [EL Fine]: 2022-09-10 04:19:10.308--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 23] [junit] [EL Fine]: 2022-09-10 04:19:10.309--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 23] [junit] [EL Fine]: 2022-09-10 04:19:10.309--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 23] [junit] [EL Fine]: 2022-09-10 04:19:10.309--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 55] [junit] [EL Fine]: 2022-09-10 04:19:10.309--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 55] [junit] [EL Fine]: 2022-09-10 04:19:10.309--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 55] [junit] [EL Fine]: 2022-09-10 04:19:10.309--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 55] [junit] [EL Fine]: 2022-09-10 04:19:10.309--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 55] [junit] [EL Fine]: 2022-09-10 04:19:10.309--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 90] [junit] [EL Fine]: 2022-09-10 04:19:10.309--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 90] [junit] [EL Fine]: 2022-09-10 04:19:10.309--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 90] [junit] [EL Fine]: 2022-09-10 04:19:10.309--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 90] [junit] [EL Fine]: 2022-09-10 04:19:10.309--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 90] [junit] [EL Fine]: 2022-09-10 04:19:10.309--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 69] [junit] [EL Fine]: 2022-09-10 04:19:10.309--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 69] [junit] [EL Fine]: 2022-09-10 04:19:10.309--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 69] [junit] [EL Fine]: 2022-09-10 04:19:10.309--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 69] [junit] [EL Fine]: 2022-09-10 04:19:10.309--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 69] [junit] [EL Fine]: 2022-09-10 04:19:10.309--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 50] [junit] [EL Fine]: 2022-09-10 04:19:10.309--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 50] [junit] [EL Fine]: 2022-09-10 04:19:10.309--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 50] [junit] [EL Fine]: 2022-09-10 04:19:10.309--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 50] [junit] [EL Fine]: 2022-09-10 04:19:10.309--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 50] [junit] [EL Fine]: 2022-09-10 04:19:10.309--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 99] [junit] [EL Fine]: 2022-09-10 04:19:10.309--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 99] [junit] [EL Fine]: 2022-09-10 04:19:10.309--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 99] [junit] [EL Fine]: 2022-09-10 04:19:10.309--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 99] [junit] [EL Fine]: 2022-09-10 04:19:10.309--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 99] [junit] [EL Finer]: 2022-09-10 04:19:10.309--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:10.326--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.326--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.326--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.326--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.327--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.327--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.327--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.327--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.327--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.327--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.327--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.327--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.327--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.327--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.327--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.327--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.327--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.327--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.327--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.328--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.328--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.328--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.328--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.328--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.328--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.328--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.328--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.328--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.328--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.328--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.328--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.328--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.328--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.328--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.329--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.329--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.329--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.329--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.329--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.329--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.329--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.329--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.329--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.329--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.329--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.329--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.329--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.329--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.329--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.33--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.33--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.33--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.33--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.33--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.33--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.33--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.33--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.33--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.33--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.33--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.33--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.33--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.33--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.33--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.331--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.331--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.331--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.331--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.331--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.331--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.331--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.331--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.331--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.331--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.331--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.331--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.331--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.331--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.331--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.331--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.332--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.332--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.332--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.332--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.332--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.332--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.332--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.332--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.332--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.332--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.332--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.332--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.332--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.332--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.332--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.333--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.333--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.333--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.333--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.333--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:10.333--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:10.333--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:10.333--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 9] [junit] [EL Fine]: 2022-09-10 04:19:10.333--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 9] [junit] [EL Fine]: 2022-09-10 04:19:10.333--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 9] [junit] [EL Fine]: 2022-09-10 04:19:10.333--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 9] [junit] [EL Fine]: 2022-09-10 04:19:10.333--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 9] [junit] [EL Fine]: 2022-09-10 04:19:10.333--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 34] [junit] [EL Fine]: 2022-09-10 04:19:10.333--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 34] [junit] [EL Fine]: 2022-09-10 04:19:10.333--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 34] [junit] [EL Fine]: 2022-09-10 04:19:10.333--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 34] [junit] [EL Fine]: 2022-09-10 04:19:10.333--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 34] [junit] [EL Fine]: 2022-09-10 04:19:10.333--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 94] [junit] [EL Fine]: 2022-09-10 04:19:10.333--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 94] [junit] [EL Fine]: 2022-09-10 04:19:10.333--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 94] [junit] [EL Fine]: 2022-09-10 04:19:10.334--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 94] [junit] [EL Fine]: 2022-09-10 04:19:10.334--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 94] [junit] [EL Fine]: 2022-09-10 04:19:10.334--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 41] [junit] [EL Fine]: 2022-09-10 04:19:10.334--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 41] [junit] [EL Fine]: 2022-09-10 04:19:10.334--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 41] [junit] [EL Fine]: 2022-09-10 04:19:10.334--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 41] [junit] [EL Fine]: 2022-09-10 04:19:10.334--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 41] [junit] [EL Fine]: 2022-09-10 04:19:10.334--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 36] [junit] [EL Fine]: 2022-09-10 04:19:10.334--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 36] [junit] [EL Fine]: 2022-09-10 04:19:10.334--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 36] [junit] [EL Fine]: 2022-09-10 04:19:10.334--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 36] [junit] [EL Fine]: 2022-09-10 04:19:10.334--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 36] [junit] [EL Fine]: 2022-09-10 04:19:10.334--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 45] [junit] [EL Fine]: 2022-09-10 04:19:10.334--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 45] [junit] [EL Fine]: 2022-09-10 04:19:10.334--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 45] [junit] [EL Fine]: 2022-09-10 04:19:10.334--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 45] [junit] [EL Fine]: 2022-09-10 04:19:10.334--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 45] [junit] [EL Fine]: 2022-09-10 04:19:10.334--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 61] [junit] [EL Fine]: 2022-09-10 04:19:10.334--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 61] [junit] [EL Fine]: 2022-09-10 04:19:10.334--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 61] [junit] [EL Fine]: 2022-09-10 04:19:10.334--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 61] [junit] [EL Fine]: 2022-09-10 04:19:10.334--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 61] [junit] [EL Fine]: 2022-09-10 04:19:10.334--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 16] [junit] [EL Fine]: 2022-09-10 04:19:10.334--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 16] [junit] [EL Fine]: 2022-09-10 04:19:10.334--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 16] [junit] [EL Fine]: 2022-09-10 04:19:10.334--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 16] [junit] [EL Fine]: 2022-09-10 04:19:10.334--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 16] [junit] [EL Fine]: 2022-09-10 04:19:10.334--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 3] [junit] [EL Fine]: 2022-09-10 04:19:10.334--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 3] [junit] [EL Fine]: 2022-09-10 04:19:10.334--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 3] [junit] [EL Fine]: 2022-09-10 04:19:10.335--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 3] [junit] [EL Fine]: 2022-09-10 04:19:10.335--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 3] [junit] [EL Fine]: 2022-09-10 04:19:10.335--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 78] [junit] [EL Fine]: 2022-09-10 04:19:10.335--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 78] [junit] [EL Fine]: 2022-09-10 04:19:10.335--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 78] [junit] [EL Fine]: 2022-09-10 04:19:10.335--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 78] [junit] [EL Fine]: 2022-09-10 04:19:10.335--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 78] [junit] [EL Fine]: 2022-09-10 04:19:10.335--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 32] [junit] [EL Fine]: 2022-09-10 04:19:10.335--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 32] [junit] [EL Fine]: 2022-09-10 04:19:10.335--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 32] [junit] [EL Fine]: 2022-09-10 04:19:10.335--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 32] [junit] [EL Fine]: 2022-09-10 04:19:10.335--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 32] [junit] [EL Fine]: 2022-09-10 04:19:10.335--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 13] [junit] [EL Fine]: 2022-09-10 04:19:10.335--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 13] [junit] [EL Fine]: 2022-09-10 04:19:10.335--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 13] [junit] [EL Fine]: 2022-09-10 04:19:10.335--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 13] [junit] [EL Fine]: 2022-09-10 04:19:10.335--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 13] [junit] [EL Fine]: 2022-09-10 04:19:10.335--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 52] [junit] [EL Fine]: 2022-09-10 04:19:10.335--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 52] [junit] [EL Fine]: 2022-09-10 04:19:10.335--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 52] [junit] [EL Fine]: 2022-09-10 04:19:10.335--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 52] [junit] [EL Fine]: 2022-09-10 04:19:10.335--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 52] [junit] [EL Fine]: 2022-09-10 04:19:10.335--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 10] [junit] [EL Fine]: 2022-09-10 04:19:10.335--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 10] [junit] [EL Fine]: 2022-09-10 04:19:10.335--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 10] [junit] [EL Fine]: 2022-09-10 04:19:10.335--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 10] [junit] [EL Fine]: 2022-09-10 04:19:10.335--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 10] [junit] [EL Fine]: 2022-09-10 04:19:10.335--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 51] [junit] [EL Fine]: 2022-09-10 04:19:10.335--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 51] [junit] [EL Fine]: 2022-09-10 04:19:10.336--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 51] [junit] [EL Fine]: 2022-09-10 04:19:10.336--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 51] [junit] [EL Fine]: 2022-09-10 04:19:10.336--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 51] [junit] [EL Fine]: 2022-09-10 04:19:10.336--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 86] [junit] [EL Fine]: 2022-09-10 04:19:10.336--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 86] [junit] [EL Fine]: 2022-09-10 04:19:10.336--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 86] [junit] [EL Fine]: 2022-09-10 04:19:10.336--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 86] [junit] [EL Fine]: 2022-09-10 04:19:10.336--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 86] [junit] [EL Fine]: 2022-09-10 04:19:10.336--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 48] [junit] [EL Fine]: 2022-09-10 04:19:10.336--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 48] [junit] [EL Fine]: 2022-09-10 04:19:10.336--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 48] [junit] [EL Fine]: 2022-09-10 04:19:10.336--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 48] [junit] [EL Fine]: 2022-09-10 04:19:10.336--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 48] [junit] [EL Fine]: 2022-09-10 04:19:10.336--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 88] [junit] [EL Fine]: 2022-09-10 04:19:10.336--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 88] [junit] [EL Fine]: 2022-09-10 04:19:10.336--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 88] [junit] [EL Fine]: 2022-09-10 04:19:10.336--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 88] [junit] [EL Fine]: 2022-09-10 04:19:10.336--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 88] [junit] [EL Fine]: 2022-09-10 04:19:10.336--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 70] [junit] [EL Fine]: 2022-09-10 04:19:10.336--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 70] [junit] [EL Fine]: 2022-09-10 04:19:10.336--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 70] [junit] [EL Fine]: 2022-09-10 04:19:10.336--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 70] [junit] [EL Fine]: 2022-09-10 04:19:10.336--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 70] [junit] [EL Fine]: 2022-09-10 04:19:10.336--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 62] [junit] [EL Fine]: 2022-09-10 04:19:10.336--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 62] [junit] [EL Fine]: 2022-09-10 04:19:10.336--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 62] [junit] [EL Fine]: 2022-09-10 04:19:10.336--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 62] [junit] [EL Fine]: 2022-09-10 04:19:10.336--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 62] [junit] [EL Finer]: 2022-09-10 04:19:10.337--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:10.357--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.357--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.358--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.358--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.358--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.358--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.358--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.358--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.358--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.358--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.358--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.358--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.358--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.358--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.358--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.358--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.359--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.359--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.359--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.359--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.359--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.359--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.359--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.359--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.359--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.359--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.359--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.359--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.359--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.359--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.359--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.36--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.36--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.36--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.36--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.36--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.36--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.36--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.36--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.36--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.36--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.36--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.36--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.36--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.36--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.36--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.361--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.361--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.361--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.361--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.361--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.361--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.361--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.361--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.361--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.361--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.361--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.361--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.361--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.361--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.361--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.361--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.362--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.362--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.362--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.362--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.362--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.362--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.362--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.362--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.362--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.362--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.362--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.362--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.362--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.362--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.362--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.363--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.363--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.363--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.363--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.363--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.363--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.363--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.363--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.363--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.363--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.363--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.363--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.363--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.363--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.363--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.364--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.364--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.364--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.364--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.364--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.364--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.364--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.364--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:10.364--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:10.364--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:10.364--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 72] [junit] [EL Fine]: 2022-09-10 04:19:10.364--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 72] [junit] [EL Fine]: 2022-09-10 04:19:10.364--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 72] [junit] [EL Fine]: 2022-09-10 04:19:10.364--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 72] [junit] [EL Fine]: 2022-09-10 04:19:10.364--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 72] [junit] [EL Fine]: 2022-09-10 04:19:10.364--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 2] [junit] [EL Fine]: 2022-09-10 04:19:10.364--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 2] [junit] [EL Fine]: 2022-09-10 04:19:10.364--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 2] [junit] [EL Fine]: 2022-09-10 04:19:10.364--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 2] [junit] [EL Fine]: 2022-09-10 04:19:10.364--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 2] [junit] [EL Fine]: 2022-09-10 04:19:10.365--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 67] [junit] [EL Fine]: 2022-09-10 04:19:10.365--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 67] [junit] [EL Fine]: 2022-09-10 04:19:10.365--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 67] [junit] [EL Fine]: 2022-09-10 04:19:10.365--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 67] [junit] [EL Fine]: 2022-09-10 04:19:10.365--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 67] [junit] [EL Fine]: 2022-09-10 04:19:10.365--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 38] [junit] [EL Fine]: 2022-09-10 04:19:10.365--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 38] [junit] [EL Fine]: 2022-09-10 04:19:10.365--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 38] [junit] [EL Fine]: 2022-09-10 04:19:10.365--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 38] [junit] [EL Fine]: 2022-09-10 04:19:10.365--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 38] [junit] [EL Fine]: 2022-09-10 04:19:10.365--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.365--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.365--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.365--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.365--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.365--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 33] [junit] [EL Fine]: 2022-09-10 04:19:10.365--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 33] [junit] [EL Fine]: 2022-09-10 04:19:10.365--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 33] [junit] [EL Fine]: 2022-09-10 04:19:10.365--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 33] [junit] [EL Fine]: 2022-09-10 04:19:10.365--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 33] [junit] [EL Fine]: 2022-09-10 04:19:10.365--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 83] [junit] [EL Fine]: 2022-09-10 04:19:10.365--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 83] [junit] [EL Fine]: 2022-09-10 04:19:10.365--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 83] [junit] [EL Fine]: 2022-09-10 04:19:10.365--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 83] [junit] [EL Fine]: 2022-09-10 04:19:10.365--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 83] [junit] [EL Fine]: 2022-09-10 04:19:10.365--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 92] [junit] [EL Fine]: 2022-09-10 04:19:10.365--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 92] [junit] [EL Fine]: 2022-09-10 04:19:10.365--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 92] [junit] [EL Fine]: 2022-09-10 04:19:10.365--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 92] [junit] [EL Fine]: 2022-09-10 04:19:10.365--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 92] [junit] [EL Fine]: 2022-09-10 04:19:10.366--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 0] [junit] [EL Fine]: 2022-09-10 04:19:10.366--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 0] [junit] [EL Fine]: 2022-09-10 04:19:10.366--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 0] [junit] [EL Fine]: 2022-09-10 04:19:10.366--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 0] [junit] [EL Fine]: 2022-09-10 04:19:10.366--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 0] [junit] [EL Fine]: 2022-09-10 04:19:10.366--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 35] [junit] [EL Fine]: 2022-09-10 04:19:10.366--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 35] [junit] [EL Fine]: 2022-09-10 04:19:10.366--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 35] [junit] [EL Fine]: 2022-09-10 04:19:10.366--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 35] [junit] [EL Fine]: 2022-09-10 04:19:10.366--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 35] [junit] [EL Fine]: 2022-09-10 04:19:10.366--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 81] [junit] [EL Fine]: 2022-09-10 04:19:10.366--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 81] [junit] [EL Fine]: 2022-09-10 04:19:10.366--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 81] [junit] [EL Fine]: 2022-09-10 04:19:10.366--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 81] [junit] [EL Fine]: 2022-09-10 04:19:10.366--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 81] [junit] [EL Fine]: 2022-09-10 04:19:10.366--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 43] [junit] [EL Fine]: 2022-09-10 04:19:10.366--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 43] [junit] [EL Fine]: 2022-09-10 04:19:10.366--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 43] [junit] [EL Fine]: 2022-09-10 04:19:10.366--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 43] [junit] [EL Fine]: 2022-09-10 04:19:10.366--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 43] [junit] [EL Fine]: 2022-09-10 04:19:10.366--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 44] [junit] [EL Fine]: 2022-09-10 04:19:10.366--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 44] [junit] [EL Fine]: 2022-09-10 04:19:10.366--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 44] [junit] [EL Fine]: 2022-09-10 04:19:10.366--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 44] [junit] [EL Fine]: 2022-09-10 04:19:10.366--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 44] [junit] [EL Fine]: 2022-09-10 04:19:10.366--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 76] [junit] [EL Fine]: 2022-09-10 04:19:10.367--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 76] [junit] [EL Fine]: 2022-09-10 04:19:10.367--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 76] [junit] [EL Fine]: 2022-09-10 04:19:10.367--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 76] [junit] [EL Fine]: 2022-09-10 04:19:10.367--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 76] [junit] [EL Fine]: 2022-09-10 04:19:10.367--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 26] [junit] [EL Fine]: 2022-09-10 04:19:10.412--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 26] [junit] [EL Fine]: 2022-09-10 04:19:10.412--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 26] [junit] [EL Fine]: 2022-09-10 04:19:10.412--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 26] [junit] [EL Fine]: 2022-09-10 04:19:10.412--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 26] [junit] [EL Fine]: 2022-09-10 04:19:10.412--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 22] [junit] [EL Fine]: 2022-09-10 04:19:10.412--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 22] [junit] [EL Fine]: 2022-09-10 04:19:10.412--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 22] [junit] [EL Fine]: 2022-09-10 04:19:10.412--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 22] [junit] [EL Fine]: 2022-09-10 04:19:10.412--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 22] [junit] [EL Fine]: 2022-09-10 04:19:10.412--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 96] [junit] [EL Fine]: 2022-09-10 04:19:10.412--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 96] [junit] [EL Fine]: 2022-09-10 04:19:10.412--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 96] [junit] [EL Fine]: 2022-09-10 04:19:10.412--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 96] [junit] [EL Fine]: 2022-09-10 04:19:10.412--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 96] [junit] [EL Fine]: 2022-09-10 04:19:10.412--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 24] [junit] [EL Fine]: 2022-09-10 04:19:10.412--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 24] [junit] [EL Fine]: 2022-09-10 04:19:10.412--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 24] [junit] [EL Fine]: 2022-09-10 04:19:10.412--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 24] [junit] [EL Fine]: 2022-09-10 04:19:10.412--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 24] [junit] [EL Fine]: 2022-09-10 04:19:10.412--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 57] [junit] [EL Fine]: 2022-09-10 04:19:10.412--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 57] [junit] [EL Fine]: 2022-09-10 04:19:10.412--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 57] [junit] [EL Fine]: 2022-09-10 04:19:10.412--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 57] [junit] [EL Fine]: 2022-09-10 04:19:10.412--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 57] [junit] [EL Fine]: 2022-09-10 04:19:10.412--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 46] [junit] [EL Fine]: 2022-09-10 04:19:10.413--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 46] [junit] [EL Fine]: 2022-09-10 04:19:10.413--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 46] [junit] [EL Fine]: 2022-09-10 04:19:10.413--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 46] [junit] [EL Fine]: 2022-09-10 04:19:10.413--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 46] [junit] [EL Finer]: 2022-09-10 04:19:10.413--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:10.432--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.432--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.432--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.432--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.432--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.432--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.433--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.433--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.433--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.433--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.433--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.433--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.433--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.433--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.433--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.433--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.434--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.434--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.434--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.434--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.434--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.434--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.434--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.434--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.434--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.434--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.434--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.435--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.435--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.435--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.435--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.435--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.435--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.435--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.435--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.435--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.435--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.435--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.436--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.436--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.436--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.436--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.436--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.436--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.436--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.436--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.436--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.436--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.436--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.436--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.437--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.437--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.437--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.437--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.437--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.437--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.437--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.437--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.437--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.437--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.438--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.438--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.438--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.438--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.438--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.438--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.438--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.438--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.438--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.438--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.438--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.438--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.439--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.439--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.439--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.439--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.439--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.439--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.439--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.439--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.439--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.439--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.439--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.439--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.44--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.44--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.44--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.44--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.44--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.44--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.44--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.44--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.44--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.44--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.44--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.44--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.44--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.441--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.441--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.441--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:10.441--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:10.441--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:10.441--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 39] [junit] [EL Fine]: 2022-09-10 04:19:10.441--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 39] [junit] [EL Fine]: 2022-09-10 04:19:10.441--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 39] [junit] [EL Fine]: 2022-09-10 04:19:10.441--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 39] [junit] [EL Fine]: 2022-09-10 04:19:10.441--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 39] [junit] [EL Fine]: 2022-09-10 04:19:10.441--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 53] [junit] [EL Fine]: 2022-09-10 04:19:10.441--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 53] [junit] [EL Fine]: 2022-09-10 04:19:10.441--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 53] [junit] [EL Fine]: 2022-09-10 04:19:10.441--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 53] [junit] [EL Fine]: 2022-09-10 04:19:10.441--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 53] [junit] [EL Fine]: 2022-09-10 04:19:10.441--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 95] [junit] [EL Fine]: 2022-09-10 04:19:10.441--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 95] [junit] [EL Fine]: 2022-09-10 04:19:10.441--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 95] [junit] [EL Fine]: 2022-09-10 04:19:10.441--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 95] [junit] [EL Fine]: 2022-09-10 04:19:10.442--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 95] [junit] [EL Fine]: 2022-09-10 04:19:10.442--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 29] [junit] [EL Fine]: 2022-09-10 04:19:10.442--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 29] [junit] [EL Fine]: 2022-09-10 04:19:10.442--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 29] [junit] [EL Fine]: 2022-09-10 04:19:10.442--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 29] [junit] [EL Fine]: 2022-09-10 04:19:10.442--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 29] [junit] [EL Fine]: 2022-09-10 04:19:10.442--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 80] [junit] [EL Fine]: 2022-09-10 04:19:10.442--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 80] [junit] [EL Fine]: 2022-09-10 04:19:10.442--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 80] [junit] [EL Fine]: 2022-09-10 04:19:10.442--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 80] [junit] [EL Fine]: 2022-09-10 04:19:10.442--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 80] [junit] [EL Fine]: 2022-09-10 04:19:10.442--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 58] [junit] [EL Fine]: 2022-09-10 04:19:10.442--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 58] [junit] [EL Fine]: 2022-09-10 04:19:10.442--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 58] [junit] [EL Fine]: 2022-09-10 04:19:10.442--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 58] [junit] [EL Fine]: 2022-09-10 04:19:10.442--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 58] [junit] [EL Fine]: 2022-09-10 04:19:10.442--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 11] [junit] [EL Fine]: 2022-09-10 04:19:10.443--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 11] [junit] [EL Fine]: 2022-09-10 04:19:10.443--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 11] [junit] [EL Fine]: 2022-09-10 04:19:10.443--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 11] [junit] [EL Fine]: 2022-09-10 04:19:10.443--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 11] [junit] [EL Fine]: 2022-09-10 04:19:10.443--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 56] [junit] [EL Fine]: 2022-09-10 04:19:10.443--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 56] [junit] [EL Fine]: 2022-09-10 04:19:10.443--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 56] [junit] [EL Fine]: 2022-09-10 04:19:10.443--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 56] [junit] [EL Fine]: 2022-09-10 04:19:10.443--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 56] [junit] [EL Fine]: 2022-09-10 04:19:10.443--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 20] [junit] [EL Fine]: 2022-09-10 04:19:10.443--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 20] [junit] [EL Fine]: 2022-09-10 04:19:10.443--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 20] [junit] [EL Fine]: 2022-09-10 04:19:10.443--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 20] [junit] [EL Fine]: 2022-09-10 04:19:10.443--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 20] [junit] [EL Fine]: 2022-09-10 04:19:10.443--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 37] [junit] [EL Fine]: 2022-09-10 04:19:10.443--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 37] [junit] [EL Fine]: 2022-09-10 04:19:10.443--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 37] [junit] [EL Fine]: 2022-09-10 04:19:10.444--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 37] [junit] [EL Fine]: 2022-09-10 04:19:10.444--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 37] [junit] [EL Fine]: 2022-09-10 04:19:10.444--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 8] [junit] [EL Fine]: 2022-09-10 04:19:10.444--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 8] [junit] [EL Fine]: 2022-09-10 04:19:10.444--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 8] [junit] [EL Fine]: 2022-09-10 04:19:10.444--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 8] [junit] [EL Fine]: 2022-09-10 04:19:10.444--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 8] [junit] [EL Fine]: 2022-09-10 04:19:10.444--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 79] [junit] [EL Fine]: 2022-09-10 04:19:10.444--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 79] [junit] [EL Fine]: 2022-09-10 04:19:10.444--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 79] [junit] [EL Fine]: 2022-09-10 04:19:10.444--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 79] [junit] [EL Fine]: 2022-09-10 04:19:10.444--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 79] [junit] [EL Fine]: 2022-09-10 04:19:10.444--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 75] [junit] [EL Fine]: 2022-09-10 04:19:10.444--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 75] [junit] [EL Fine]: 2022-09-10 04:19:10.444--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 75] [junit] [EL Fine]: 2022-09-10 04:19:10.444--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 75] [junit] [EL Fine]: 2022-09-10 04:19:10.444--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 75] [junit] [EL Fine]: 2022-09-10 04:19:10.444--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 71] [junit] [EL Fine]: 2022-09-10 04:19:10.444--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 71] [junit] [EL Fine]: 2022-09-10 04:19:10.444--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 71] [junit] [EL Fine]: 2022-09-10 04:19:10.444--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 71] [junit] [EL Fine]: 2022-09-10 04:19:10.445--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 71] [junit] [EL Fine]: 2022-09-10 04:19:10.445--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 47] [junit] [EL Fine]: 2022-09-10 04:19:10.445--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 47] [junit] [EL Fine]: 2022-09-10 04:19:10.445--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 47] [junit] [EL Fine]: 2022-09-10 04:19:10.445--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 47] [junit] [EL Fine]: 2022-09-10 04:19:10.445--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 47] [junit] [EL Fine]: 2022-09-10 04:19:10.445--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 19] [junit] [EL Fine]: 2022-09-10 04:19:10.445--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 19] [junit] [EL Fine]: 2022-09-10 04:19:10.445--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 19] [junit] [EL Fine]: 2022-09-10 04:19:10.445--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 19] [junit] [EL Fine]: 2022-09-10 04:19:10.445--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 19] [junit] [EL Fine]: 2022-09-10 04:19:10.445--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 66] [junit] [EL Fine]: 2022-09-10 04:19:10.445--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 66] [junit] [EL Fine]: 2022-09-10 04:19:10.445--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 66] [junit] [EL Fine]: 2022-09-10 04:19:10.445--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 66] [junit] [EL Fine]: 2022-09-10 04:19:10.445--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 66] [junit] [EL Fine]: 2022-09-10 04:19:10.445--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 30] [junit] [EL Fine]: 2022-09-10 04:19:10.445--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 30] [junit] [EL Fine]: 2022-09-10 04:19:10.445--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 30] [junit] [EL Fine]: 2022-09-10 04:19:10.445--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 30] [junit] [EL Fine]: 2022-09-10 04:19:10.445--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 30] [junit] [EL Fine]: 2022-09-10 04:19:10.445--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 89] [junit] [EL Fine]: 2022-09-10 04:19:10.445--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 89] [junit] [EL Fine]: 2022-09-10 04:19:10.445--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 89] [junit] [EL Fine]: 2022-09-10 04:19:10.445--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 89] [junit] [EL Fine]: 2022-09-10 04:19:10.445--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 89] [junit] [EL Fine]: 2022-09-10 04:19:10.445--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 98] [junit] [EL Fine]: 2022-09-10 04:19:10.445--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 98] [junit] [EL Fine]: 2022-09-10 04:19:10.446--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 98] [junit] [EL Fine]: 2022-09-10 04:19:10.446--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 98] [junit] [EL Fine]: 2022-09-10 04:19:10.446--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 98] [junit] [EL Finer]: 2022-09-10 04:19:10.446--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:10.463--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.463--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.463--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.463--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.464--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.464--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.464--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.464--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.464--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.464--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.464--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.464--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.464--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.464--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.464--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.464--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.464--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.464--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.464--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.465--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.465--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.465--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.465--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.465--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.465--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.465--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.465--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.465--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.465--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.465--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.465--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.465--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.465--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.465--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.466--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.466--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.466--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.466--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.466--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.466--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.466--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.466--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.466--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.466--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.466--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.466--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.466--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.466--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.466--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.467--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.467--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.467--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.467--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.467--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.467--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.467--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.467--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.467--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.467--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.467--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.467--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.467--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.467--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.467--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.468--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.468--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.468--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.468--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.468--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.468--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.468--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.468--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.468--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.468--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.468--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.468--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.468--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.468--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.468--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.469--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.469--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.469--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.469--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.469--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.469--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.469--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.469--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.469--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.469--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.469--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.469--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.469--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.469--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.469--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.47--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.47--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.47--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.47--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.47--ClientSession(1116259752)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:10.47--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:10.47--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:10.47--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 15] [junit] [EL Fine]: 2022-09-10 04:19:10.47--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 15] [junit] [EL Fine]: 2022-09-10 04:19:10.47--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 15] [junit] [EL Fine]: 2022-09-10 04:19:10.47--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 15] [junit] [EL Fine]: 2022-09-10 04:19:10.47--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 15] [junit] [EL Fine]: 2022-09-10 04:19:10.47--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 65] [junit] [EL Fine]: 2022-09-10 04:19:10.47--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 65] [junit] [EL Fine]: 2022-09-10 04:19:10.47--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 65] [junit] [EL Fine]: 2022-09-10 04:19:10.47--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 65] [junit] [EL Fine]: 2022-09-10 04:19:10.47--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 65] [junit] [EL Fine]: 2022-09-10 04:19:10.47--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 17] [junit] [EL Fine]: 2022-09-10 04:19:10.47--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 17] [junit] [EL Fine]: 2022-09-10 04:19:10.47--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 17] [junit] [EL Fine]: 2022-09-10 04:19:10.47--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 17] [junit] [EL Fine]: 2022-09-10 04:19:10.471--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 17] [junit] [EL Fine]: 2022-09-10 04:19:10.471--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 63] [junit] [EL Fine]: 2022-09-10 04:19:10.471--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 63] [junit] [EL Fine]: 2022-09-10 04:19:10.471--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 63] [junit] [EL Fine]: 2022-09-10 04:19:10.471--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 63] [junit] [EL Fine]: 2022-09-10 04:19:10.471--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 63] [junit] [EL Fine]: 2022-09-10 04:19:10.471--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 84] [junit] [EL Fine]: 2022-09-10 04:19:10.471--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 84] [junit] [EL Fine]: 2022-09-10 04:19:10.471--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 84] [junit] [EL Fine]: 2022-09-10 04:19:10.471--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 84] [junit] [EL Fine]: 2022-09-10 04:19:10.471--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 84] [junit] [EL Fine]: 2022-09-10 04:19:10.471--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 85] [junit] [EL Fine]: 2022-09-10 04:19:10.471--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 85] [junit] [EL Fine]: 2022-09-10 04:19:10.471--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 85] [junit] [EL Fine]: 2022-09-10 04:19:10.471--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 85] [junit] [EL Fine]: 2022-09-10 04:19:10.471--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 85] [junit] [EL Fine]: 2022-09-10 04:19:10.471--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 4] [junit] [EL Fine]: 2022-09-10 04:19:10.471--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 4] [junit] [EL Fine]: 2022-09-10 04:19:10.471--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 4] [junit] [EL Fine]: 2022-09-10 04:19:10.471--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 4] [junit] [EL Fine]: 2022-09-10 04:19:10.471--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 4] [junit] [EL Fine]: 2022-09-10 04:19:10.471--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 97] [junit] [EL Fine]: 2022-09-10 04:19:10.471--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 97] [junit] [EL Fine]: 2022-09-10 04:19:10.471--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 97] [junit] [EL Fine]: 2022-09-10 04:19:10.471--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 97] [junit] [EL Fine]: 2022-09-10 04:19:10.471--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 97] [junit] [EL Fine]: 2022-09-10 04:19:10.471--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 73] [junit] [EL Fine]: 2022-09-10 04:19:10.471--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 73] [junit] [EL Fine]: 2022-09-10 04:19:10.471--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 73] [junit] [EL Fine]: 2022-09-10 04:19:10.471--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 73] [junit] [EL Fine]: 2022-09-10 04:19:10.471--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 73] [junit] [EL Fine]: 2022-09-10 04:19:10.471--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 18] [junit] [EL Fine]: 2022-09-10 04:19:10.471--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 18] [junit] [EL Fine]: 2022-09-10 04:19:10.471--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 18] [junit] [EL Fine]: 2022-09-10 04:19:10.472--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 18] [junit] [EL Fine]: 2022-09-10 04:19:10.472--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 18] [junit] [EL Fine]: 2022-09-10 04:19:10.472--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 49] [junit] [EL Fine]: 2022-09-10 04:19:10.472--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 49] [junit] [EL Fine]: 2022-09-10 04:19:10.472--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 49] [junit] [EL Fine]: 2022-09-10 04:19:10.472--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 49] [junit] [EL Fine]: 2022-09-10 04:19:10.472--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 49] [junit] [EL Fine]: 2022-09-10 04:19:10.472--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 93] [junit] [EL Fine]: 2022-09-10 04:19:10.472--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 93] [junit] [EL Fine]: 2022-09-10 04:19:10.472--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 93] [junit] [EL Fine]: 2022-09-10 04:19:10.472--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 93] [junit] [EL Fine]: 2022-09-10 04:19:10.472--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 93] [junit] [EL Fine]: 2022-09-10 04:19:10.472--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 31] [junit] [EL Fine]: 2022-09-10 04:19:10.472--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 31] [junit] [EL Fine]: 2022-09-10 04:19:10.472--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 31] [junit] [EL Fine]: 2022-09-10 04:19:10.472--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 31] [junit] [EL Fine]: 2022-09-10 04:19:10.472--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 31] [junit] [EL Fine]: 2022-09-10 04:19:10.472--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 68] [junit] [EL Fine]: 2022-09-10 04:19:10.472--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 68] [junit] [EL Fine]: 2022-09-10 04:19:10.472--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 68] [junit] [EL Fine]: 2022-09-10 04:19:10.472--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 68] [junit] [EL Fine]: 2022-09-10 04:19:10.472--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 68] [junit] [EL Fine]: 2022-09-10 04:19:10.519--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 12] [junit] [EL Fine]: 2022-09-10 04:19:10.519--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 12] [junit] [EL Fine]: 2022-09-10 04:19:10.519--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 12] [junit] [EL Fine]: 2022-09-10 04:19:10.519--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 12] [junit] [EL Fine]: 2022-09-10 04:19:10.519--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 12] [junit] [EL Fine]: 2022-09-10 04:19:10.52--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 25] [junit] [EL Fine]: 2022-09-10 04:19:10.52--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 25] [junit] [EL Fine]: 2022-09-10 04:19:10.52--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 25] [junit] [EL Fine]: 2022-09-10 04:19:10.52--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 25] [junit] [EL Fine]: 2022-09-10 04:19:10.52--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 25] [junit] [EL Fine]: 2022-09-10 04:19:10.52--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 27] [junit] [EL Fine]: 2022-09-10 04:19:10.52--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 27] [junit] [EL Fine]: 2022-09-10 04:19:10.52--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 27] [junit] [EL Fine]: 2022-09-10 04:19:10.52--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 27] [junit] [EL Fine]: 2022-09-10 04:19:10.52--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 27] [junit] [EL Fine]: 2022-09-10 04:19:10.52--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 59] [junit] [EL Fine]: 2022-09-10 04:19:10.52--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 59] [junit] [EL Fine]: 2022-09-10 04:19:10.52--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 59] [junit] [EL Fine]: 2022-09-10 04:19:10.52--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 59] [junit] [EL Fine]: 2022-09-10 04:19:10.52--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 59] [junit] [EL Fine]: 2022-09-10 04:19:10.52--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 14] [junit] [EL Fine]: 2022-09-10 04:19:10.52--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [8, 14] [junit] [EL Fine]: 2022-09-10 04:19:10.52--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 14] [junit] [EL Fine]: 2022-09-10 04:19:10.52--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 14] [junit] [EL Fine]: 2022-09-10 04:19:10.52--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 14] [junit] [EL Fine]: 2022-09-10 04:19:10.52--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [13, 28] [junit] [EL Fine]: 2022-09-10 04:19:10.52--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [10, 28] [junit] [EL Fine]: 2022-09-10 04:19:10.52--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [11, 28] [junit] [EL Fine]: 2022-09-10 04:19:10.52--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [12, 28] [junit] [EL Fine]: 2022-09-10 04:19:10.52--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])-- bind => [9, 28] [junit] [EL Finer]: 2022-09-10 04:19:10.52--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:10.543--ClientSession(1116259752)--Connection(84709438)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:10.545--ServerSession(1526542158)--Connection(1460731103)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:10.558--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:10.558--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:10.561--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:10.561--ClientSession(1116259752)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:10.561--UnitOfWork(1650171715)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:10.561--ClientSession(1116259752)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:10.594--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 487408760 [junit] [EL Finer]: 2022-09-10 04:19:10.595--ClientSession(487408760)--Thread(Thread[main,5,main])--acquire unit of work: 1133612015 [junit] [EL Finest]: 2022-09-10 04:19:10.595--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:reading. [junit] [EL Finest]: 2022-09-10 04:19:10.595--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (15 -> null:null:reading) [junit] [EL Finest]: 2022-09-10 04:19:10.595--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:cooking. [junit] [EL Finest]: 2022-09-10 04:19:10.595--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (16 -> null:null:cooking) [junit] [EL Finest]: 2022-09-10 04:19:10.595--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:watching tv. [junit] [EL Finest]: 2022-09-10 04:19:10.595--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (17 -> null:null:watching tv) [junit] [EL Finest]: 2022-09-10 04:19:10.596--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:cleaning the house. [junit] [EL Finest]: 2022-09-10 04:19:10.596--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (18 -> null:null:cleaning the house) [junit] [EL Finest]: 2022-09-10 04:19:10.596--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:swimming. [junit] [EL Finest]: 2022-09-10 04:19:10.596--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (19 -> null:null:swimming) [junit] [EL Finest]: 2022-09-10 04:19:10.596--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:computers. [junit] [EL Finest]: 2022-09-10 04:19:10.596--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (20 -> null:null:computers) [junit] [EL Finest]: 2022-09-10 04:19:10.596--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:stamps. [junit] [EL Finest]: 2022-09-10 04:19:10.596--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (21 -> null:null:stamps) [junit] [EL Finest]: 2022-09-10 04:19:10.596--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@0. [junit] [EL Finest]: 2022-09-10 04:19:10.596--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:19:10.596--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2. [junit] [EL Finest]: 2022-09-10 04:19:10.597--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3. [junit] [EL Finest]: 2022-09-10 04:19:10.597--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4. [junit] [EL Finest]: 2022-09-10 04:19:10.597--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5. [junit] [EL Finest]: 2022-09-10 04:19:10.597--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6. [junit] [EL Finest]: 2022-09-10 04:19:10.597--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7. [junit] [EL Finest]: 2022-09-10 04:19:10.597--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8. [junit] [EL Finest]: 2022-09-10 04:19:10.597--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9. [junit] [EL Finest]: 2022-09-10 04:19:10.597--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@181cf791. [junit] [EL Finest]: 2022-09-10 04:19:10.597--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (214 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@181cf791) [junit] [EL Finest]: 2022-09-10 04:19:10.597--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@9b7701f. [junit] [EL Finest]: 2022-09-10 04:19:10.597--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (215 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@9b7701f) [junit] [EL Finest]: 2022-09-10 04:19:10.598--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@27631923. [junit] [EL Finest]: 2022-09-10 04:19:10.598--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (216 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@27631923) [junit] [EL Finest]: 2022-09-10 04:19:10.598--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3ce9c492. [junit] [EL Finest]: 2022-09-10 04:19:10.598--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (217 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3ce9c492) [junit] [EL Finest]: 2022-09-10 04:19:10.598--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@43b60ce1. [junit] [EL Finest]: 2022-09-10 04:19:10.598--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (218 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@43b60ce1) [junit] [EL Finest]: 2022-09-10 04:19:10.598--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7133bb00. [junit] [EL Finest]: 2022-09-10 04:19:10.598--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (219 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7133bb00) [junit] [EL Finest]: 2022-09-10 04:19:10.598--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4e260e04. [junit] [EL Finest]: 2022-09-10 04:19:10.598--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (220 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4e260e04) [junit] [EL Finest]: 2022-09-10 04:19:10.599--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3c199e06. [junit] [EL Finest]: 2022-09-10 04:19:10.599--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (221 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3c199e06) [junit] [EL Finest]: 2022-09-10 04:19:10.599--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4f3b5c60. [junit] [EL Finest]: 2022-09-10 04:19:10.599--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (222 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4f3b5c60) [junit] [EL Finest]: 2022-09-10 04:19:10.599--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@23bc053c. [junit] [EL Finest]: 2022-09-10 04:19:10.599--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (223 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@23bc053c) [junit] [EL Finest]: 2022-09-10 04:19:10.599--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5d947961. [junit] [EL Finest]: 2022-09-10 04:19:10.599--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (224 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5d947961) [junit] [EL Finest]: 2022-09-10 04:19:10.599--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2d0d357b. [junit] [EL Finest]: 2022-09-10 04:19:10.599--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (225 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2d0d357b) [junit] [EL Finest]: 2022-09-10 04:19:10.599--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3840b4e6. [junit] [EL Finest]: 2022-09-10 04:19:10.6--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (226 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3840b4e6) [junit] [EL Finest]: 2022-09-10 04:19:10.6--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7b16d337. [junit] [EL Finest]: 2022-09-10 04:19:10.6--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (227 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7b16d337) [junit] [EL Finest]: 2022-09-10 04:19:10.6--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5b7f245. [junit] [EL Finest]: 2022-09-10 04:19:10.6--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (228 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5b7f245) [junit] [EL Finest]: 2022-09-10 04:19:10.6--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4155a965. [junit] [EL Finest]: 2022-09-10 04:19:10.6--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (229 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4155a965) [junit] [EL Finest]: 2022-09-10 04:19:10.6--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7c0fd22d. [junit] [EL Finest]: 2022-09-10 04:19:10.6--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (230 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7c0fd22d) [junit] [EL Finest]: 2022-09-10 04:19:10.6--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@314d39f0. [junit] [EL Finest]: 2022-09-10 04:19:10.6--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (231 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@314d39f0) [junit] [EL Finest]: 2022-09-10 04:19:10.601--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@b52d046. [junit] [EL Finest]: 2022-09-10 04:19:10.601--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (232 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@b52d046) [junit] [EL Finest]: 2022-09-10 04:19:10.601--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@67205ec8. [junit] [EL Finest]: 2022-09-10 04:19:10.601--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (233 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@67205ec8) [junit] [EL Finest]: 2022-09-10 04:19:10.601--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@65bc66bb. [junit] [EL Finest]: 2022-09-10 04:19:10.601--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (234 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@65bc66bb) [junit] [EL Finest]: 2022-09-10 04:19:10.601--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3de64145. [junit] [EL Finest]: 2022-09-10 04:19:10.601--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (235 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3de64145) [junit] [EL Finest]: 2022-09-10 04:19:10.601--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@202b765f. [junit] [EL Finest]: 2022-09-10 04:19:10.601--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (236 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@202b765f) [junit] [EL Finest]: 2022-09-10 04:19:10.602--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4518ba8c. [junit] [EL Finest]: 2022-09-10 04:19:10.602--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (237 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4518ba8c) [junit] [EL Finest]: 2022-09-10 04:19:10.602--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4397952a. [junit] [EL Finest]: 2022-09-10 04:19:10.602--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (238 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4397952a) [junit] [EL Finest]: 2022-09-10 04:19:10.602--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4c740874. [junit] [EL Finest]: 2022-09-10 04:19:10.602--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (239 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4c740874) [junit] [EL Finest]: 2022-09-10 04:19:10.602--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3796062b. [junit] [EL Finest]: 2022-09-10 04:19:10.602--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (240 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3796062b) [junit] [EL Finest]: 2022-09-10 04:19:10.602--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@375a068f. [junit] [EL Finest]: 2022-09-10 04:19:10.602--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (241 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@375a068f) [junit] [EL Finest]: 2022-09-10 04:19:10.603--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@481beb8b. [junit] [EL Finest]: 2022-09-10 04:19:10.603--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (242 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@481beb8b) [junit] [EL Finest]: 2022-09-10 04:19:10.603--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@24406d54. [junit] [EL Finest]: 2022-09-10 04:19:10.603--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (243 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@24406d54) [junit] [EL Finest]: 2022-09-10 04:19:10.603--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@23e080a9. [junit] [EL Finest]: 2022-09-10 04:19:10.603--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (244 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@23e080a9) [junit] [EL Finest]: 2022-09-10 04:19:10.603--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@44e98424. [junit] [EL Finest]: 2022-09-10 04:19:10.603--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (245 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@44e98424) [junit] [EL Finest]: 2022-09-10 04:19:10.603--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@53b96881. [junit] [EL Finest]: 2022-09-10 04:19:10.603--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (246 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@53b96881) [junit] [EL Finest]: 2022-09-10 04:19:10.604--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7434956f. [junit] [EL Finest]: 2022-09-10 04:19:10.604--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (247 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7434956f) [junit] [EL Finest]: 2022-09-10 04:19:10.604--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5376b688. [junit] [EL Finest]: 2022-09-10 04:19:10.604--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (248 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5376b688) [junit] [EL Finest]: 2022-09-10 04:19:10.604--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5b36c066. [junit] [EL Finest]: 2022-09-10 04:19:10.604--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (249 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5b36c066) [junit] [EL Finest]: 2022-09-10 04:19:10.604--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@43d356e1. [junit] [EL Finest]: 2022-09-10 04:19:10.604--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (250 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@43d356e1) [junit] [EL Finest]: 2022-09-10 04:19:10.604--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@139c2c19. [junit] [EL Finest]: 2022-09-10 04:19:10.604--ServerSession(1526542158)--Connection(1966606868)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:10.604--ClientSession(487408760)--Connection(1966606868)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:10.604--ClientSession(487408760)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:10.605--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="VehicleGenerator" sql="UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ?") [junit] [EL Finest]: 2022-09-10 04:19:10.605--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="VehicleGenerator" sql="SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2022-09-10 04:19:10.605--ClientSession(487408760)--Connection(417386789)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2022-09-10 04:19:10.606--ClientSession(487408760)--Connection(417386789)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2022-09-10 04:19:10.607--ClientSession(487408760)--Connection(417386789)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 251, last: 300 [junit] [EL Finer]: 2022-09-10 04:19:10.607--ClientSession(487408760)--Connection(417386789)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:10.608--ServerSession(1526542158)--Connection(417386789)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2022-09-10 04:19:10.608--ServerSession(1526542158)--Connection(1966606868)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:19:10.608--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (251 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@139c2c19) [junit] [EL Finest]: 2022-09-10 04:19:10.608--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@36ce6ed8. [junit] [EL Finest]: 2022-09-10 04:19:10.608--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (252 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@36ce6ed8) [junit] [EL Finest]: 2022-09-10 04:19:10.609--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1a738139. [junit] [EL Finest]: 2022-09-10 04:19:10.609--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (253 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1a738139) [junit] [EL Finest]: 2022-09-10 04:19:10.609--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6dee647f. [junit] [EL Finest]: 2022-09-10 04:19:10.609--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (254 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6dee647f) [junit] [EL Finest]: 2022-09-10 04:19:10.609--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@38a6002f. [junit] [EL Finest]: 2022-09-10 04:19:10.609--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (255 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@38a6002f) [junit] [EL Finest]: 2022-09-10 04:19:10.609--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7ddb114d. [junit] [EL Finest]: 2022-09-10 04:19:10.609--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (256 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7ddb114d) [junit] [EL Finest]: 2022-09-10 04:19:10.609--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7ba73d86. [junit] [EL Finest]: 2022-09-10 04:19:10.609--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (257 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7ba73d86) [junit] [EL Finest]: 2022-09-10 04:19:10.609--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@65747311. [junit] [EL Finest]: 2022-09-10 04:19:10.609--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (258 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@65747311) [junit] [EL Finest]: 2022-09-10 04:19:10.609--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6ddbb0e8. [junit] [EL Finest]: 2022-09-10 04:19:10.609--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (259 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6ddbb0e8) [junit] [EL Finest]: 2022-09-10 04:19:10.609--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@48af8567. [junit] [EL Finest]: 2022-09-10 04:19:10.61--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (260 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@48af8567) [junit] [EL Finest]: 2022-09-10 04:19:10.61--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@a26daf9. [junit] [EL Finest]: 2022-09-10 04:19:10.61--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (261 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@a26daf9) [junit] [EL Finest]: 2022-09-10 04:19:10.61--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4c8ccc57. [junit] [EL Finest]: 2022-09-10 04:19:10.61--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (262 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4c8ccc57) [junit] [EL Finest]: 2022-09-10 04:19:10.61--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7ce069de. [junit] [EL Finest]: 2022-09-10 04:19:10.61--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (263 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7ce069de) [junit] [EL Finest]: 2022-09-10 04:19:10.61--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@48d05f98. [junit] [EL Finest]: 2022-09-10 04:19:10.61--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (264 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@48d05f98) [junit] [EL Finest]: 2022-09-10 04:19:10.61--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@741da569. [junit] [EL Finest]: 2022-09-10 04:19:10.61--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (265 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@741da569) [junit] [EL Finest]: 2022-09-10 04:19:10.61--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5ed921c9. [junit] [EL Finest]: 2022-09-10 04:19:10.61--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (266 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5ed921c9) [junit] [EL Finest]: 2022-09-10 04:19:10.61--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@21080d55. [junit] [EL Finest]: 2022-09-10 04:19:10.61--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (267 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@21080d55) [junit] [EL Finest]: 2022-09-10 04:19:10.611--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6b6eaa73. [junit] [EL Finest]: 2022-09-10 04:19:10.611--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (268 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6b6eaa73) [junit] [EL Finest]: 2022-09-10 04:19:10.611--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@72416c9a. [junit] [EL Finest]: 2022-09-10 04:19:10.611--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (269 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@72416c9a) [junit] [EL Finest]: 2022-09-10 04:19:10.611--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6581cc72. [junit] [EL Finest]: 2022-09-10 04:19:10.611--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (270 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6581cc72) [junit] [EL Finest]: 2022-09-10 04:19:10.611--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4021732. [junit] [EL Finest]: 2022-09-10 04:19:10.611--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (271 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4021732) [junit] [EL Finest]: 2022-09-10 04:19:10.611--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1aa118f3. [junit] [EL Finest]: 2022-09-10 04:19:10.611--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (272 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1aa118f3) [junit] [EL Finest]: 2022-09-10 04:19:10.611--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@637d9281. [junit] [EL Finest]: 2022-09-10 04:19:10.611--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (273 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@637d9281) [junit] [EL Finest]: 2022-09-10 04:19:10.611--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@87420c0. [junit] [EL Finest]: 2022-09-10 04:19:10.611--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (274 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@87420c0) [junit] [EL Finest]: 2022-09-10 04:19:10.611--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1cdb0d7b. [junit] [EL Finest]: 2022-09-10 04:19:10.611--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (275 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1cdb0d7b) [junit] [EL Finest]: 2022-09-10 04:19:10.612--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@e2ff893. [junit] [EL Finest]: 2022-09-10 04:19:10.612--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (276 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@e2ff893) [junit] [EL Finest]: 2022-09-10 04:19:10.612--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1498a4d. [junit] [EL Finest]: 2022-09-10 04:19:10.612--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (277 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1498a4d) [junit] [EL Finest]: 2022-09-10 04:19:10.612--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2812c884. [junit] [EL Finest]: 2022-09-10 04:19:10.612--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (278 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2812c884) [junit] [EL Finest]: 2022-09-10 04:19:10.612--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6ce6b828. [junit] [EL Finest]: 2022-09-10 04:19:10.612--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (279 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6ce6b828) [junit] [EL Finest]: 2022-09-10 04:19:10.612--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1d7c2e47. [junit] [EL Finest]: 2022-09-10 04:19:10.612--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (280 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1d7c2e47) [junit] [EL Finest]: 2022-09-10 04:19:10.612--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@50aac447. [junit] [EL Finest]: 2022-09-10 04:19:10.612--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (281 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@50aac447) [junit] [EL Finest]: 2022-09-10 04:19:10.612--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6ec2703e. [junit] [EL Finest]: 2022-09-10 04:19:10.612--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (282 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6ec2703e) [junit] [EL Finest]: 2022-09-10 04:19:10.613--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@373ca236. [junit] [EL Finest]: 2022-09-10 04:19:10.613--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (283 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@373ca236) [junit] [EL Finest]: 2022-09-10 04:19:10.613--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4b4eac80. [junit] [EL Finest]: 2022-09-10 04:19:10.613--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (284 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4b4eac80) [junit] [EL Finest]: 2022-09-10 04:19:10.613--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4dc0c152. [junit] [EL Finest]: 2022-09-10 04:19:10.613--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (285 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4dc0c152) [junit] [EL Finest]: 2022-09-10 04:19:10.613--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@30fe1b54. [junit] [EL Finest]: 2022-09-10 04:19:10.613--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (286 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@30fe1b54) [junit] [EL Finest]: 2022-09-10 04:19:10.613--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6281326f. [junit] [EL Finest]: 2022-09-10 04:19:10.613--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (287 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6281326f) [junit] [EL Finest]: 2022-09-10 04:19:10.613--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5c15a813. [junit] [EL Finest]: 2022-09-10 04:19:10.613--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (288 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5c15a813) [junit] [EL Finest]: 2022-09-10 04:19:10.613--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@17143892. [junit] [EL Finest]: 2022-09-10 04:19:10.613--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (289 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@17143892) [junit] [EL Finest]: 2022-09-10 04:19:10.613--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5770b59f. [junit] [EL Finest]: 2022-09-10 04:19:10.614--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (290 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5770b59f) [junit] [EL Finest]: 2022-09-10 04:19:10.614--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3c89f754. [junit] [EL Finest]: 2022-09-10 04:19:10.614--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (291 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3c89f754) [junit] [EL Finest]: 2022-09-10 04:19:10.614--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4d2d95e6. [junit] [EL Finest]: 2022-09-10 04:19:10.614--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (292 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4d2d95e6) [junit] [EL Finest]: 2022-09-10 04:19:10.614--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7bcbf479. [junit] [EL Finest]: 2022-09-10 04:19:10.614--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (293 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7bcbf479) [junit] [EL Finest]: 2022-09-10 04:19:10.614--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@29457ad2. [junit] [EL Finest]: 2022-09-10 04:19:10.614--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (294 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@29457ad2) [junit] [EL Finest]: 2022-09-10 04:19:10.614--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a050bf9. [junit] [EL Finest]: 2022-09-10 04:19:10.614--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (295 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a050bf9) [junit] [EL Finest]: 2022-09-10 04:19:10.614--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7b2637fa. [junit] [EL Finest]: 2022-09-10 04:19:10.614--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (296 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7b2637fa) [junit] [EL Finest]: 2022-09-10 04:19:10.614--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5fea6cdb. [junit] [EL Finest]: 2022-09-10 04:19:10.615--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (297 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5fea6cdb) [junit] [EL Finest]: 2022-09-10 04:19:10.615--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5dfb0e1e. [junit] [EL Finest]: 2022-09-10 04:19:10.615--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (298 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5dfb0e1e) [junit] [EL Finest]: 2022-09-10 04:19:10.615--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2f539c9b. [junit] [EL Finest]: 2022-09-10 04:19:10.615--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (299 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2f539c9b) [junit] [EL Finest]: 2022-09-10 04:19:10.615--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6580f76c. [junit] [EL Finest]: 2022-09-10 04:19:10.615--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (300 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6580f76c) [junit] [EL Finest]: 2022-09-10 04:19:10.615--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6980d3b3. [junit] [EL Finest]: 2022-09-10 04:19:10.615--ServerSession(1526542158)--Connection(1821289315)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:10.615--ClientSession(487408760)--Connection(1821289315)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:10.615--ClientSession(487408760)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:10.616--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="VehicleGenerator" sql="UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ?") [junit] [EL Finest]: 2022-09-10 04:19:10.616--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="VehicleGenerator" sql="SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2022-09-10 04:19:10.616--ClientSession(487408760)--Connection(1594508589)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2022-09-10 04:19:10.617--ClientSession(487408760)--Connection(1594508589)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2022-09-10 04:19:10.618--ClientSession(487408760)--Connection(1594508589)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 301, last: 350 [junit] [EL Finer]: 2022-09-10 04:19:10.618--ClientSession(487408760)--Connection(1594508589)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:10.619--ServerSession(1526542158)--Connection(1594508589)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2022-09-10 04:19:10.619--ServerSession(1526542158)--Connection(1821289315)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:19:10.619--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (301 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6980d3b3) [junit] [EL Finest]: 2022-09-10 04:19:10.619--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@64a3d839. [junit] [EL Finest]: 2022-09-10 04:19:10.619--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (302 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@64a3d839) [junit] [EL Finest]: 2022-09-10 04:19:10.619--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3b4675d3. [junit] [EL Finest]: 2022-09-10 04:19:10.62--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (303 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3b4675d3) [junit] [EL Finest]: 2022-09-10 04:19:10.62--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1e71b70d. [junit] [EL Finest]: 2022-09-10 04:19:10.62--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (304 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1e71b70d) [junit] [EL Finest]: 2022-09-10 04:19:10.62--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@46ae8bf7. [junit] [EL Finest]: 2022-09-10 04:19:10.62--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (305 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@46ae8bf7) [junit] [EL Finest]: 2022-09-10 04:19:10.62--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3c36f10b. [junit] [EL Finest]: 2022-09-10 04:19:10.62--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (306 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3c36f10b) [junit] [EL Finest]: 2022-09-10 04:19:10.62--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3456e3b3. [junit] [EL Finest]: 2022-09-10 04:19:10.62--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (307 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3456e3b3) [junit] [EL Finest]: 2022-09-10 04:19:10.62--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@270cf3eb. [junit] [EL Finest]: 2022-09-10 04:19:10.62--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (308 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@270cf3eb) [junit] [EL Finest]: 2022-09-10 04:19:10.62--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@15cf25ce. [junit] [EL Finest]: 2022-09-10 04:19:10.62--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (309 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@15cf25ce) [junit] [EL Finest]: 2022-09-10 04:19:10.62--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1e7a20d5. [junit] [EL Finest]: 2022-09-10 04:19:10.62--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (310 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1e7a20d5) [junit] [EL Finest]: 2022-09-10 04:19:10.621--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1db203d2. [junit] [EL Finest]: 2022-09-10 04:19:10.621--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (311 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1db203d2) [junit] [EL Finest]: 2022-09-10 04:19:10.621--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5de13824. [junit] [EL Finest]: 2022-09-10 04:19:10.621--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (312 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5de13824) [junit] [EL Finest]: 2022-09-10 04:19:10.621--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@31ec9703. [junit] [EL Finest]: 2022-09-10 04:19:10.621--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (313 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@31ec9703) [junit] [EL Finest]: 2022-09-10 04:19:10.621--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@7edf6563. [junit] [EL Finest]: 2022-09-10 04:19:10.621--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (314 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@7edf6563) [junit] [EL Finest]: 2022-09-10 04:19:10.621--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@73fe55f9. [junit] [EL Finest]: 2022-09-10 04:19:10.621--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (315 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@73fe55f9) [junit] [EL Finest]: 2022-09-10 04:19:10.621--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@270a73ba. [junit] [EL Finest]: 2022-09-10 04:19:10.621--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (316 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@270a73ba) [junit] [EL Finest]: 2022-09-10 04:19:10.621--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@720bacd7. [junit] [EL Finest]: 2022-09-10 04:19:10.621--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (317 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@720bacd7) [junit] [EL Finest]: 2022-09-10 04:19:10.622--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@777a2b88. [junit] [EL Finest]: 2022-09-10 04:19:10.622--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--assign sequence to the object (318 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@777a2b88) [junit] [EL Finest]: 2022-09-10 04:19:10.622--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@762af903. [junit] [EL Finest]: 2022-09-10 04:19:10.622--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2d8bba45. [junit] [EL Finest]: 2022-09-10 04:19:10.622--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2ac8f084. [junit] [EL Finest]: 2022-09-10 04:19:10.622--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@16fa5e34. [junit] [EL Finest]: 2022-09-10 04:19:10.622--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2f9419a4. [junit] [EL Finest]: 2022-09-10 04:19:10.622--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@113b38ca. [junit] [EL Finest]: 2022-09-10 04:19:10.622--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@705ba09a. [junit] [EL Finest]: 2022-09-10 04:19:10.622--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4b5455c6. [junit] [EL Finest]: 2022-09-10 04:19:10.622--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@77c5f519. [junit] [EL Finest]: 2022-09-10 04:19:10.622--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@133a8a9f. [junit] [EL Finest]: 2022-09-10 04:19:10.623--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2f5185ec. [junit] [EL Finest]: 2022-09-10 04:19:10.623--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5ab0b773. [junit] [EL Finest]: 2022-09-10 04:19:10.623--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@28816098. [junit] [EL Finest]: 2022-09-10 04:19:10.623--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@275d46a8. [junit] [EL Finest]: 2022-09-10 04:19:10.623--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@689c5fdc. [junit] [EL Finest]: 2022-09-10 04:19:10.623--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@16ec1438. [junit] [EL Finest]: 2022-09-10 04:19:10.623--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4ba97a4. [junit] [EL Finest]: 2022-09-10 04:19:10.623--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@62d743a4. [junit] [EL Finest]: 2022-09-10 04:19:10.623--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2e16c98b. [junit] [EL Finest]: 2022-09-10 04:19:10.623--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@45c34a2. [junit] [EL Finest]: 2022-09-10 04:19:10.623--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6998743e. [junit] [EL Finest]: 2022-09-10 04:19:10.623--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@24d5a3b8. [junit] [EL Finest]: 2022-09-10 04:19:10.624--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2ab0114a. [junit] [EL Finest]: 2022-09-10 04:19:10.624--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@29820c06. [junit] [EL Finest]: 2022-09-10 04:19:10.624--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1ecb3cde. [junit] [EL Finest]: 2022-09-10 04:19:10.624--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1af03386. [junit] [EL Finest]: 2022-09-10 04:19:10.624--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3325afbc. [junit] [EL Finest]: 2022-09-10 04:19:10.624--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@544b0bd2. [junit] [EL Finest]: 2022-09-10 04:19:10.624--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@444d2bb6. [junit] [EL Finest]: 2022-09-10 04:19:10.624--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@64298cad. [junit] [EL Finest]: 2022-09-10 04:19:10.624--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4aa4a3e5. [junit] [EL Finest]: 2022-09-10 04:19:10.624--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@a674645. [junit] [EL Finest]: 2022-09-10 04:19:10.624--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4ba5272e. [junit] [EL Finest]: 2022-09-10 04:19:10.624--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@462c407e. [junit] [EL Finest]: 2022-09-10 04:19:10.625--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@8911222. [junit] [EL Finest]: 2022-09-10 04:19:10.625--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@11c27ace. [junit] [EL Finest]: 2022-09-10 04:19:10.625--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5195117. [junit] [EL Finest]: 2022-09-10 04:19:10.625--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7da1bf14. [junit] [EL Finest]: 2022-09-10 04:19:10.625--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7d352874. [junit] [EL Finest]: 2022-09-10 04:19:10.625--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4f98ae97. [junit] [EL Finest]: 2022-09-10 04:19:10.625--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@738f6e44. [junit] [EL Finest]: 2022-09-10 04:19:10.625--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4913778f. [junit] [EL Finest]: 2022-09-10 04:19:10.625--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@a22be4c. [junit] [EL Finest]: 2022-09-10 04:19:10.625--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@37ee58cf. [junit] [EL Finest]: 2022-09-10 04:19:10.625--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@12a4937c. [junit] [EL Finest]: 2022-09-10 04:19:10.625--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2d87ac2b. [junit] [EL Finest]: 2022-09-10 04:19:10.626--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4ad667c8. [junit] [EL Finest]: 2022-09-10 04:19:10.626--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@67b9b79c. [junit] [EL Finest]: 2022-09-10 04:19:10.626--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1bd051c4. [junit] [EL Finest]: 2022-09-10 04:19:10.626--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3be76b8d. [junit] [EL Finest]: 2022-09-10 04:19:10.626--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4c1c9116. [junit] [EL Finest]: 2022-09-10 04:19:10.626--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1ce4f3ac. [junit] [EL Finest]: 2022-09-10 04:19:10.626--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3cab5869. [junit] [EL Finest]: 2022-09-10 04:19:10.626--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6115b4a0. [junit] [EL Finest]: 2022-09-10 04:19:10.626--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2cd9bff2. [junit] [EL Finest]: 2022-09-10 04:19:10.626--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@bca34d. [junit] [EL Finest]: 2022-09-10 04:19:10.627--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@152e530d. [junit] [EL Finest]: 2022-09-10 04:19:10.627--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@39122753. [junit] [EL Finest]: 2022-09-10 04:19:10.627--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@60b65a4a. [junit] [EL Finest]: 2022-09-10 04:19:10.627--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1ebbb581. [junit] [EL Finest]: 2022-09-10 04:19:10.627--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@756fd0aa. [junit] [EL Finest]: 2022-09-10 04:19:10.627--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@59ca0db6. [junit] [EL Finest]: 2022-09-10 04:19:10.627--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@384841e3. [junit] [EL Finest]: 2022-09-10 04:19:10.627--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5eb192b7. [junit] [EL Finest]: 2022-09-10 04:19:10.627--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5eb20abb. [junit] [EL Finest]: 2022-09-10 04:19:10.634--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2762e667. [junit] [EL Finest]: 2022-09-10 04:19:10.634--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@351c4384. [junit] [EL Finest]: 2022-09-10 04:19:10.634--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5789d61d. [junit] [EL Finest]: 2022-09-10 04:19:10.634--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@50f77755. [junit] [EL Finest]: 2022-09-10 04:19:10.634--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6cb0ab1e. [junit] [EL Finest]: 2022-09-10 04:19:10.634--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@939f06. [junit] [EL Finest]: 2022-09-10 04:19:10.634--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1966ec08. [junit] [EL Finest]: 2022-09-10 04:19:10.635--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@46e052e5. [junit] [EL Finest]: 2022-09-10 04:19:10.635--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@22ef458d. [junit] [EL Finest]: 2022-09-10 04:19:10.635--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@c5c622. [junit] [EL Finest]: 2022-09-10 04:19:10.635--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6bdffa25. [junit] [EL Finest]: 2022-09-10 04:19:10.635--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3718f26a. [junit] [EL Finest]: 2022-09-10 04:19:10.635--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@30428572. [junit] [EL Finest]: 2022-09-10 04:19:10.635--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4fe99105. [junit] [EL Finest]: 2022-09-10 04:19:10.635--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@d72ec1b. [junit] [EL Finest]: 2022-09-10 04:19:10.635--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@24d18d17. [junit] [EL Finest]: 2022-09-10 04:19:10.635--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6b99e996. [junit] [EL Finest]: 2022-09-10 04:19:10.635--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7e8c7270. [junit] [EL Finest]: 2022-09-10 04:19:10.635--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@259fe541. [junit] [EL Finest]: 2022-09-10 04:19:10.635--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@19dda8e. [junit] [EL Finest]: 2022-09-10 04:19:10.636--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@29a3de3a. [junit] [EL Finest]: 2022-09-10 04:19:10.636--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@23dbd676. [junit] [EL Finest]: 2022-09-10 04:19:10.636--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@322733e. [junit] [EL Finest]: 2022-09-10 04:19:10.636--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5b092600. [junit] [EL Finest]: 2022-09-10 04:19:10.636--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4624ad36. [junit] [EL Finest]: 2022-09-10 04:19:10.636--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1332e410. [junit] [EL Finest]: 2022-09-10 04:19:10.636--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5ac30b75. [junit] [EL Finest]: 2022-09-10 04:19:10.636--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@10da7696. [junit] [EL Finest]: 2022-09-10 04:19:10.636--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@15d0d8c. [junit] [EL Finest]: 2022-09-10 04:19:10.636--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@36db2ef8. [junit] [EL Finest]: 2022-09-10 04:19:10.636--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@258fe58c. [junit] [EL Finest]: 2022-09-10 04:19:10.636--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@b3bb18a. [junit] [EL Finest]: 2022-09-10 04:19:10.637--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2063d1c8. [junit] [EL Finest]: 2022-09-10 04:19:10.637--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5521f423. [junit] [EL Finest]: 2022-09-10 04:19:10.637--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4601abbe. [junit] [EL Finer]: 2022-09-10 04:19:10.637--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:10.639--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@73fe55f9) [junit] [EL Finest]: 2022-09-10 04:19:10.639--ServerSession(1526542158)--Connection(1912431883)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:10.64--ClientSession(487408760)--Connection(1912431883)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:10.64--ClientSession(487408760)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:10.64--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@7edf6563) [junit] [EL Finest]: 2022-09-10 04:19:10.64--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@270a73ba) [junit] [EL Finest]: 2022-09-10 04:19:10.641--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@777a2b88) [junit] [EL Finest]: 2022-09-10 04:19:10.641--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@720bacd7) [junit] [EL Finest]: 2022-09-10 04:19:10.641--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finer]: 2022-09-10 04:19:10.641--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:10.641--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, NUM_GEARS, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:10.641--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [315, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2022-09-10 04:19:10.641--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [314, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2022-09-10 04:19:10.641--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [316, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2022-09-10 04:19:10.641--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [318, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2022-09-10 04:19:10.641--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [317, foo-brand, null, 0, 1, 4] [junit] [EL Finer]: 2022-09-10 04:19:10.641--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:10.643--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5) [junit] [EL Finest]: 2022-09-10 04:19:10.643--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:19:10.643--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7) [junit] [EL Finest]: 2022-09-10 04:19:10.644--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8) [junit] [EL Finest]: 2022-09-10 04:19:10.644--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2022-09-10 04:19:10.644--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9) [junit] [EL Finest]: 2022-09-10 04:19:10.644--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6) [junit] [EL Finest]: 2022-09-10 04:19:10.644--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4) [junit] [EL Finest]: 2022-09-10 04:19:10.644--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@0) [junit] [EL Finest]: 2022-09-10 04:19:10.644--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4624ad36) [junit] [EL Finer]: 2022-09-10 04:19:10.644--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:10.644--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:10.644--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [2, Department_2, 1] [junit] [EL Fine]: 2022-09-10 04:19:10.644--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [5, Department_5, 1] [junit] [EL Fine]: 2022-09-10 04:19:10.645--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [1, Department_1, 1] [junit] [EL Fine]: 2022-09-10 04:19:10.645--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [7, Department_7, 1] [junit] [EL Fine]: 2022-09-10 04:19:10.645--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [8, Department_8, 1] [junit] [EL Fine]: 2022-09-10 04:19:10.645--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [3, Department_3, 1] [junit] [EL Fine]: 2022-09-10 04:19:10.645--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [9, Department_9, 1] [junit] [EL Fine]: 2022-09-10 04:19:10.645--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [6, Department_6, 1] [junit] [EL Fine]: 2022-09-10 04:19:10.645--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [4, Department_4, 1] [junit] [EL Fine]: 2022-09-10 04:19:10.645--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [0, Department_0, 1] [junit] [EL Finer]: 2022-09-10 04:19:10.645--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:10.648--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1ce4f3ac) [junit] [EL Finest]: 2022-09-10 04:19:10.648--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@77c5f519) [junit] [EL Finest]: 2022-09-10 04:19:10.648--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2762e667) [junit] [EL Finest]: 2022-09-10 04:19:10.648--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@152e530d) [junit] [EL Finest]: 2022-09-10 04:19:10.648--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1bd051c4) [junit] [EL Finest]: 2022-09-10 04:19:10.648--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5ab0b773) [junit] [EL Finest]: 2022-09-10 04:19:10.648--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5ac30b75) [junit] [EL Finest]: 2022-09-10 04:19:10.648--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4aa4a3e5) [junit] [EL Finest]: 2022-09-10 04:19:10.648--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@351c4384) [junit] [EL Finest]: 2022-09-10 04:19:10.649--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@133a8a9f) [junit] [EL Finest]: 2022-09-10 04:19:10.649--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@762af903) [junit] [EL Finest]: 2022-09-10 04:19:10.649--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@a674645) [junit] [EL Finest]: 2022-09-10 04:19:10.649--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@384841e3) [junit] [EL Finest]: 2022-09-10 04:19:10.649--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4fe99105) [junit] [EL Finest]: 2022-09-10 04:19:10.649--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@113b38ca) [junit] [EL Finest]: 2022-09-10 04:19:10.649--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6cb0ab1e) [junit] [EL Finest]: 2022-09-10 04:19:10.649--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5b092600) [junit] [EL Finest]: 2022-09-10 04:19:10.65--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@46e052e5) [junit] [EL Finest]: 2022-09-10 04:19:10.65--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@c5c622) [junit] [EL Finest]: 2022-09-10 04:19:10.65--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4ba97a4) [junit] [EL Finest]: 2022-09-10 04:19:10.65--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4ad667c8) [junit] [EL Finest]: 2022-09-10 04:19:10.65--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@22ef458d) [junit] [EL Finest]: 2022-09-10 04:19:10.65--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@b3bb18a) [junit] [EL Finest]: 2022-09-10 04:19:10.65--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@756fd0aa) [junit] [EL Finest]: 2022-09-10 04:19:10.65--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@30428572) [junit] [EL Finest]: 2022-09-10 04:19:10.65--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@15d0d8c) [junit] [EL Finest]: 2022-09-10 04:19:10.651--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4c1c9116) [junit] [EL Finest]: 2022-09-10 04:19:10.651--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1ecb3cde) [junit] [EL Finest]: 2022-09-10 04:19:10.651--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@462c407e) [junit] [EL Finest]: 2022-09-10 04:19:10.651--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4601abbe) [junit] [EL Finest]: 2022-09-10 04:19:10.651--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@60b65a4a) [junit] [EL Finest]: 2022-09-10 04:19:10.651--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6998743e) [junit] [EL Finest]: 2022-09-10 04:19:10.651--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@39122753) [junit] [EL Finest]: 2022-09-10 04:19:10.651--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@8911222) [junit] [EL Finest]: 2022-09-10 04:19:10.652--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@11c27ace) [junit] [EL Finest]: 2022-09-10 04:19:10.652--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4f98ae97) [junit] [EL Finest]: 2022-09-10 04:19:10.652--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@45c34a2) [junit] [EL Finest]: 2022-09-10 04:19:10.652--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6bdffa25) [junit] [EL Finest]: 2022-09-10 04:19:10.652--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3325afbc) [junit] [EL Finest]: 2022-09-10 04:19:10.652--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6115b4a0) [junit] [EL Finest]: 2022-09-10 04:19:10.652--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@689c5fdc) [junit] [EL Finest]: 2022-09-10 04:19:10.652--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@bca34d) [junit] [EL Finest]: 2022-09-10 04:19:10.652--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2cd9bff2) [junit] [EL Finest]: 2022-09-10 04:19:10.652--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@23dbd676) [junit] [EL Finest]: 2022-09-10 04:19:10.653--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@29a3de3a) [junit] [EL Finest]: 2022-09-10 04:19:10.653--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@16fa5e34) [junit] [EL Finest]: 2022-09-10 04:19:10.653--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6b99e996) [junit] [EL Finest]: 2022-09-10 04:19:10.653--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2f9419a4) [junit] [EL Finest]: 2022-09-10 04:19:10.653--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5eb20abb) [junit] [EL Finest]: 2022-09-10 04:19:10.653--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@67b9b79c) [junit] [EL Finest]: 2022-09-10 04:19:10.653--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2d87ac2b) [junit] [EL Finest]: 2022-09-10 04:19:10.653--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2e16c98b) [junit] [EL Finest]: 2022-09-10 04:19:10.653--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2063d1c8) [junit] [EL Finest]: 2022-09-10 04:19:10.653--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3cab5869) [junit] [EL Finest]: 2022-09-10 04:19:10.654--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@258fe58c) [junit] [EL Finest]: 2022-09-10 04:19:10.654--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@259fe541) [junit] [EL Finest]: 2022-09-10 04:19:10.654--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@939f06) [junit] [EL Finest]: 2022-09-10 04:19:10.654--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@50f77755) [junit] [EL Finest]: 2022-09-10 04:19:10.654--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7e8c7270) [junit] [EL Finest]: 2022-09-10 04:19:10.654--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@10da7696) [junit] [EL Finest]: 2022-09-10 04:19:10.654--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@a22be4c) [junit] [EL Finest]: 2022-09-10 04:19:10.654--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5521f423) [junit] [EL Finest]: 2022-09-10 04:19:10.654--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@24d5a3b8) [junit] [EL Finest]: 2022-09-10 04:19:10.654--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2f5185ec) [junit] [EL Finest]: 2022-09-10 04:19:10.655--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@d72ec1b) [junit] [EL Finest]: 2022-09-10 04:19:10.655--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@19dda8e) [junit] [EL Finest]: 2022-09-10 04:19:10.655--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4913778f) [junit] [EL Finest]: 2022-09-10 04:19:10.655--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@36db2ef8) [junit] [EL Finest]: 2022-09-10 04:19:10.655--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5eb192b7) [junit] [EL Finest]: 2022-09-10 04:19:10.655--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@705ba09a) [junit] [EL Finest]: 2022-09-10 04:19:10.655--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@16ec1438) [junit] [EL Finest]: 2022-09-10 04:19:10.655--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1af03386) [junit] [EL Finest]: 2022-09-10 04:19:10.655--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@24d18d17) [junit] [EL Finest]: 2022-09-10 04:19:10.655--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@12a4937c) [junit] [EL Finest]: 2022-09-10 04:19:10.656--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@28816098) [junit] [EL Finest]: 2022-09-10 04:19:10.656--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3be76b8d) [junit] [EL Finest]: 2022-09-10 04:19:10.656--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@64298cad) [junit] [EL Finest]: 2022-09-10 04:19:10.656--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5789d61d) [junit] [EL Finest]: 2022-09-10 04:19:10.656--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@59ca0db6) [junit] [EL Finest]: 2022-09-10 04:19:10.656--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@37ee58cf) [junit] [EL Finest]: 2022-09-10 04:19:10.656--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4ba5272e) [junit] [EL Finest]: 2022-09-10 04:19:10.656--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@544b0bd2) [junit] [EL Finest]: 2022-09-10 04:19:10.656--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1ebbb581) [junit] [EL Finest]: 2022-09-10 04:19:10.657--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2ac8f084) [junit] [EL Finest]: 2022-09-10 04:19:10.657--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2d8bba45) [junit] [EL Finest]: 2022-09-10 04:19:10.657--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@444d2bb6) [junit] [EL Finest]: 2022-09-10 04:19:10.657--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3718f26a) [junit] [EL Finest]: 2022-09-10 04:19:10.657--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1966ec08) [junit] [EL Finest]: 2022-09-10 04:19:10.657--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7da1bf14) [junit] [EL Finest]: 2022-09-10 04:19:10.657--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5195117) [junit] [EL Finest]: 2022-09-10 04:19:10.657--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1332e410) [junit] [EL Finest]: 2022-09-10 04:19:10.657--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@738f6e44) [junit] [EL Finest]: 2022-09-10 04:19:10.657--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7d352874) [junit] [EL Finest]: 2022-09-10 04:19:10.658--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4b5455c6) [junit] [EL Finest]: 2022-09-10 04:19:10.658--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@29820c06) [junit] [EL Finest]: 2022-09-10 04:19:10.658--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@322733e) [junit] [EL Finest]: 2022-09-10 04:19:10.658--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2ab0114a) [junit] [EL Finest]: 2022-09-10 04:19:10.658--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@275d46a8) [junit] [EL Finest]: 2022-09-10 04:19:10.658--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@62d743a4) [junit] [EL Finest]: 2022-09-10 04:19:10.658--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(21:null:stamps) [junit] [EL Finer]: 2022-09-10 04:19:10.658--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:10.658--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:10.658--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [89, Hanns, Hendrix, null, 2022-09-21 18:05:50.636, 2022-08-29 14:32:30.636, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.658--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [51, Hinrich, Hache, null, 2022-09-21 18:05:50.626, 2022-08-29 14:32:30.626, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.659--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [8, Helma, Hartfelder, null, 2022-09-21 18:05:50.622, 2022-08-29 14:32:30.622, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.659--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [65, Humphrey, Haak, null, 2022-09-21 18:05:50.634, 2022-08-29 14:32:30.634, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.659--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [56, Helena, Haak, null, 2022-09-21 18:05:50.627, 2022-08-29 14:32:30.627, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.659--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [48, Heyko, Hamburger, null, 2022-09-21 18:05:50.626, 2022-08-29 14:32:30.626, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.659--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [11, Hanna, Hardy, null, 2022-09-21 18:05:50.623, 2022-08-29 14:32:30.623, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.659--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [91, Hubert, Herder, null, 2022-09-21 18:05:50.636, 2022-08-29 14:32:30.636, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.659--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [30, Hanspeter, Heuser, null, 2022-09-21 18:05:50.624, 2022-08-29 14:32:30.624, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.659--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [66, Hänel, Harding, null, 2022-09-21 18:05:50.634, 2022-08-29 14:32:30.634, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.659--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [9, Heiko, Hennig, null, 2022-09-21 18:05:50.622, 2022-08-29 14:32:30.622, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.659--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [0, Helene, Harnack, null, 2022-09-21 18:05:50.622, 2022-08-29 14:32:30.622, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.659--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [31, Harry, Herzog, null, 2022-09-21 18:05:50.624, 2022-08-29 14:32:30.624, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.659--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [62, Hilarius, Hentschel, null, 2022-09-21 18:05:50.627, 2022-08-29 14:32:30.627, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.659--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [78, Hein, Hawke, null, 2022-09-21 18:05:50.635, 2022-08-29 14:32:30.635, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.659--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [5, Hubert, Herbst, null, 2022-09-21 18:05:50.622, 2022-08-29 14:32:30.622, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.659--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [69, Hieu, Hartfelder, null, 2022-09-21 18:05:50.634, 2022-08-29 14:32:30.634, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.659--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [88, Helena, Hamburger, null, 2022-09-21 18:05:50.636, 2022-08-29 14:32:30.636, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.659--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [72, Harro, Hegemann, null, 2022-09-21 18:05:50.634, 2022-08-29 14:32:30.634, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.659--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [74, Heide, Hense, null, 2022-09-21 18:05:50.635, 2022-08-29 14:32:30.635, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.659--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, Henrik, Herder, null, 2022-09-21 18:05:50.623, 2022-08-29 14:32:30.623, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.659--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [46, Heidi, Hemsterhuis, null, 2022-09-21 18:05:50.626, 2022-08-29 14:32:30.626, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.66--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [73, Hilda, Haller, null, 2022-09-21 18:05:50.635, 2022-08-29 14:32:30.635, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.66--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [96, Heidemarie, Hardy, null, 2022-09-21 18:05:50.636, 2022-08-29 14:32:30.636, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.66--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [60, Hinrich, Hary, null, 2022-09-21 18:05:50.627, 2022-08-29 14:32:30.627, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.66--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [77, Helena, Hampe, null, 2022-09-21 18:05:50.635, 2022-08-29 14:32:30.635, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.66--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [93, Hansjörg, Heidegger, null, 2022-09-21 18:05:50.636, 2022-08-29 14:32:30.636, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.66--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [50, Holde, Hackmann, null, 2022-09-21 18:05:50.626, 2022-08-29 14:32:30.626, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.66--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [24, Hannes, Hermann, null, 2022-09-21 18:05:50.624, 2022-08-29 14:32:30.624, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.66--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [33, Herbert, Harding, null, 2022-09-21 18:05:50.624, 2022-08-29 14:32:30.624, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.66--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [99, Hans, Hartenthaler, null, 2022-09-21 18:05:50.637, 2022-08-29 14:32:30.637, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.66--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [58, Hendrik, Haus Lancaster, null, 2022-09-21 18:05:50.627, 2022-08-29 14:32:30.627, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.66--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, Hanns, Harding, null, 2022-09-21 18:05:50.623, 2022-08-29 14:32:30.623, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.66--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [57, Henrik, Hennig, null, 2022-09-21 18:05:50.627, 2022-08-29 14:32:30.627, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.66--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [34, Heinrich, Hellmann, null, 2022-09-21 18:05:50.625, 2022-08-29 14:32:30.625, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.66--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [35, Helene, Herrmann, null, 2022-09-21 18:05:50.625, 2022-08-29 14:32:30.625, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.66--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [39, Hanspeter, Hausner, null, 2022-09-21 18:05:50.625, 2022-08-29 14:32:30.625, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.66--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, Hans, Hanstein, null, 2022-09-21 18:05:50.623, 2022-08-29 14:32:30.623, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.66--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [75, Hinrich, Hawke, null, 2022-09-21 18:05:50.635, 2022-08-29 14:32:30.635, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.66--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [26, Hazel, Hausner, null, 2022-09-21 18:05:50.624, 2022-08-29 14:32:30.624, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.66--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [53, Holda, Henning, null, 2022-09-21 18:05:50.626, 2022-08-29 14:32:30.626, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.661--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [14, Harry, Hewitt, null, 2022-09-21 18:05:50.623, 2022-08-29 14:32:30.623, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.661--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [55, Heinrich, Heise, null, 2022-09-21 18:05:50.626, 2022-08-29 14:32:30.626, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.661--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [54, Hansjörg, Heinrich, null, 2022-09-21 18:05:50.626, 2022-08-29 14:32:30.626, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.661--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [86, Hänel, Hesselbarth, null, 2022-09-21 18:05:50.636, 2022-08-29 14:32:30.636, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.661--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [85, Hakon, Harding, null, 2022-09-21 18:05:50.636, 2022-08-29 14:32:30.636, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.661--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [3, Hakan, Hense, null, 2022-09-21 18:05:50.622, 2022-08-29 14:32:30.622, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.661--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [81, Hedda, Hildebrand, null, 2022-09-21 18:05:50.635, 2022-08-29 14:32:30.635, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.661--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [4, Harriet, Halbach, null, 2022-09-21 18:05:50.622, 2022-08-29 14:32:30.622, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.661--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [64, Hadmar, Hewitt, null, 2022-09-21 18:05:50.627, 2022-08-29 14:32:30.627, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.661--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [47, Hilmar, Haus Lancaster, null, 2022-09-21 18:05:50.626, 2022-08-29 14:32:30.626, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.661--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [45, Hedwig, Hendrix, null, 2022-09-21 18:05:50.625, 2022-08-29 14:32:30.625, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.661--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, Hinrich, Hewitt, null, 2022-09-21 18:05:50.623, 2022-08-29 14:32:30.623, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.661--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [97, Herma, Hanson, null, 2022-09-21 18:05:50.637, 2022-08-29 14:32:30.637, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.661--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [52, Helmut, Herbst, null, 2022-09-21 18:05:50.626, 2022-08-29 14:32:30.626, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.661--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [95, Henning, Hary, null, 2022-09-21 18:05:50.636, 2022-08-29 14:32:30.636, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.661--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [83, Hanns, Harding, null, 2022-09-21 18:05:50.635, 2022-08-29 14:32:30.635, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.661--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [70, Hermann, Herbst, null, 2022-09-21 18:05:50.634, 2022-08-29 14:32:30.634, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.661--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [68, Hieu, Herrmann, null, 2022-09-21 18:05:50.634, 2022-08-29 14:32:30.634, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.661--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [82, Horst, Heider, null, 2022-09-21 18:05:50.635, 2022-08-29 14:32:30.635, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.661--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [92, Heiko, Helmig, null, 2022-09-21 18:05:50.636, 2022-08-29 14:32:30.636, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.661--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [42, Harro, Haller, null, 2022-09-21 18:05:50.625, 2022-08-29 14:32:30.625, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.662--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [98, Helga, Haak, null, 2022-09-21 18:05:50.637, 2022-08-29 14:32:30.637, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.662--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [21, Hansjörg, Haller, null, 2022-09-21 18:05:50.623, 2022-08-29 14:32:30.623, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.662--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [10, Heyko, Herrmann, null, 2022-09-21 18:05:50.623, 2022-08-29 14:32:30.623, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.662--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [79, Helgard, Herold, null, 2022-09-21 18:05:50.635, 2022-08-29 14:32:30.635, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.662--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [84, Hulda, Herzog, null, 2022-09-21 18:05:50.635, 2022-08-29 14:32:30.635, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.662--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [41, Hedwig, Herold, null, 2022-09-21 18:05:50.625, 2022-08-29 14:32:30.625, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.662--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [94, Hella, Hanson, null, 2022-09-21 18:05:50.636, 2022-08-29 14:32:30.636, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.662--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [63, Hasso, Hausmann, null, 2022-09-21 18:05:50.627, 2022-08-29 14:32:30.627, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.662--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [6, Helena, Hamburger, null, 2022-09-21 18:05:50.622, 2022-08-29 14:32:30.622, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.662--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, Heinz, Hense, null, 2022-09-21 18:05:50.623, 2022-08-29 14:32:30.623, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.662--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [25, Hannah, Henry, null, 2022-09-21 18:05:50.624, 2022-08-29 14:32:30.624, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.662--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [80, Hugo, Hartenthaler, null, 2022-09-21 18:05:50.635, 2022-08-29 14:32:30.635, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.662--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [44, Hasso, Hampe, null, 2022-09-21 18:05:50.625, 2022-08-29 14:32:30.625, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.662--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [12, Hans, Hartfelder, null, 2022-09-21 18:05:50.623, 2022-08-29 14:32:30.623, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.662--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [49, Hanns, Harding, null, 2022-09-21 18:05:50.626, 2022-08-29 14:32:30.626, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.662--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [29, Holde, Herzog, null, 2022-09-21 18:05:50.624, 2022-08-29 14:32:30.624, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.662--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [67, Harriet, Haller, null, 2022-09-21 18:05:50.634, 2022-08-29 14:32:30.634, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.662--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [61, Hazel, Herder, null, 2022-09-21 18:05:50.627, 2022-08-29 14:32:30.627, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.662--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [43, Hildegard, Hermelink, null, 2022-09-21 18:05:50.625, 2022-08-29 14:32:30.625, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.663--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [32, Helene, Hegemann, null, 2022-09-21 18:05:50.624, 2022-08-29 14:32:30.624, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.663--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [27, Helene, Hardy, null, 2022-09-21 18:05:50.624, 2022-08-29 14:32:30.624, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.663--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [59, Henning, Hanson, null, 2022-09-21 18:05:50.627, 2022-08-29 14:32:30.627, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.663--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [2, Holde, Halbach, null, 2022-09-21 18:05:50.622, 2022-08-29 14:32:30.622, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.663--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [1, Hein, Hache, null, 2022-09-21 18:05:50.622, 2022-08-29 14:32:30.622, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.663--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [28, Hedi, Helmig, null, 2022-09-21 18:05:50.624, 2022-08-29 14:32:30.624, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.663--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [76, Heinz, Hennig, null, 2022-09-21 18:05:50.635, 2022-08-29 14:32:30.635, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.663--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [71, Hedi, Haas, null, 2022-09-21 18:05:50.634, 2022-08-29 14:32:30.634, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.663--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [37, Hermine, Heer, null, 2022-09-21 18:05:50.625, 2022-08-29 14:32:30.625, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.663--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [36, Hagen, Habermann, null, 2022-09-21 18:05:50.625, 2022-08-29 14:32:30.625, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.663--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [90, Hein, Hendrix, null, 2022-09-21 18:05:50.636, 2022-08-29 14:32:30.636, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.663--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [40, Humphrey, Heim, null, 2022-09-21 18:05:50.625, 2022-08-29 14:32:30.625, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.663--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [38, Hagen, Herzog, null, 2022-09-21 18:05:50.625, 2022-08-29 14:32:30.625, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.663--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [7, Heimo, Hesse, null, 2022-09-21 18:05:50.622, 2022-08-29 14:32:30.622, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.663--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [23, Helene, Hilbert, null, 2022-09-21 18:05:50.624, 2022-08-29 14:32:30.624, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.663--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [87, Hänel, Hentschel, null, 2022-09-21 18:05:50.636, 2022-08-29 14:32:30.636, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.663--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [22, Heinke, Herbst, null, 2022-09-21 18:05:50.624, 2022-08-29 14:32:30.624, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.663--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [13, Holde, Herzog, null, 2022-09-21 18:05:50.623, 2022-08-29 14:32:30.623, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:10.663--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, Heribert, Habermann, null, 2022-09-21 18:05:50.623, 2022-08-29 14:32:30.623, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:10.663--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:10.689--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(19:null:swimming) [junit] [EL Finest]: 2022-09-10 04:19:10.689--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(20:null:computers) [junit] [EL Finest]: 2022-09-10 04:19:10.689--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(18:null:cleaning the house) [junit] [EL Finest]: 2022-09-10 04:19:10.69--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(16:null:cooking) [junit] [EL Finest]: 2022-09-10 04:19:10.69--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(15:null:reading) [junit] [EL Finest]: 2022-09-10 04:19:10.69--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(17:null:watching tv) [junit] [EL Finest]: 2022-09-10 04:19:10.69--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6980d3b3) [junit] [EL Finer]: 2022-09-10 04:19:10.69--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:10.69--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:10.69--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [21, null, stamps] [junit] [EL Fine]: 2022-09-10 04:19:10.69--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, null, swimming] [junit] [EL Fine]: 2022-09-10 04:19:10.69--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, null, computers] [junit] [EL Fine]: 2022-09-10 04:19:10.69--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, null, cleaning the house] [junit] [EL Fine]: 2022-09-10 04:19:10.69--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, null, cooking] [junit] [EL Fine]: 2022-09-10 04:19:10.69--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, null, reading] [junit] [EL Fine]: 2022-09-10 04:19:10.69--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, null, watching tv] [junit] [EL Finer]: 2022-09-10 04:19:10.69--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:10.693--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@87420c0) [junit] [EL Finest]: 2022-09-10 04:19:10.693--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@38a6002f) [junit] [EL Finest]: 2022-09-10 04:19:10.693--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4b4eac80) [junit] [EL Finest]: 2022-09-10 04:19:10.693--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@181cf791) [junit] [EL Finest]: 2022-09-10 04:19:10.693--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@46ae8bf7) [junit] [EL Finest]: 2022-09-10 04:19:10.693--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3796062b) [junit] [EL Finest]: 2022-09-10 04:19:10.693--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@53b96881) [junit] [EL Finest]: 2022-09-10 04:19:10.693--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1a738139) [junit] [EL Finest]: 2022-09-10 04:19:10.694--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7b16d337) [junit] [EL Finest]: 2022-09-10 04:19:10.694--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1d7c2e47) [junit] [EL Finest]: 2022-09-10 04:19:10.694--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6281326f) [junit] [EL Finest]: 2022-09-10 04:19:10.694--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5b7f245) [junit] [EL Finest]: 2022-09-10 04:19:10.694--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2d0d357b) [junit] [EL Finest]: 2022-09-10 04:19:10.694--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4155a965) [junit] [EL Finest]: 2022-09-10 04:19:10.694--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5de13824) [junit] [EL Finest]: 2022-09-10 04:19:10.694--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4c740874) [junit] [EL Finest]: 2022-09-10 04:19:10.694--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@375a068f) [junit] [EL Finest]: 2022-09-10 04:19:10.695--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4f3b5c60) [junit] [EL Finest]: 2022-09-10 04:19:10.695--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@373ca236) [junit] [EL Finest]: 2022-09-10 04:19:10.695--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7ddb114d) [junit] [EL Finest]: 2022-09-10 04:19:10.695--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3de64145) [junit] [EL Finest]: 2022-09-10 04:19:10.695--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@139c2c19) [junit] [EL Finest]: 2022-09-10 04:19:10.695--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@43d356e1) [junit] [EL Finest]: 2022-09-10 04:19:10.695--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5fea6cdb) [junit] [EL Finest]: 2022-09-10 04:19:10.695--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@31ec9703) [junit] [EL Finest]: 2022-09-10 04:19:10.696--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@72416c9a) [junit] [EL Finest]: 2022-09-10 04:19:10.696--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@65747311) [junit] [EL Finest]: 2022-09-10 04:19:10.696--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@741da569) [junit] [EL Finest]: 2022-09-10 04:19:10.696--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3c199e06) [junit] [EL Finest]: 2022-09-10 04:19:10.696--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@67205ec8) [junit] [EL Finest]: 2022-09-10 04:19:10.696--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6ce6b828) [junit] [EL Finest]: 2022-09-10 04:19:10.696--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@21080d55) [junit] [EL Finest]: 2022-09-10 04:19:10.696--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@24406d54) [junit] [EL Finest]: 2022-09-10 04:19:10.696--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@29457ad2) [junit] [EL Finest]: 2022-09-10 04:19:10.697--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@202b765f) [junit] [EL Finest]: 2022-09-10 04:19:10.697--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4dc0c152) [junit] [EL Finest]: 2022-09-10 04:19:10.697--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7c0fd22d) [junit] [EL Finest]: 2022-09-10 04:19:10.697--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@43b60ce1) [junit] [EL Finest]: 2022-09-10 04:19:10.697--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7b2637fa) [junit] [EL Finest]: 2022-09-10 04:19:10.697--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6dee647f) [junit] [EL Finest]: 2022-09-10 04:19:10.697--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@270cf3eb) [junit] [EL Finest]: 2022-09-10 04:19:10.697--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3840b4e6) [junit] [EL Finest]: 2022-09-10 04:19:10.698--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4518ba8c) [junit] [EL Finest]: 2022-09-10 04:19:10.698--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4e260e04) [junit] [EL Finest]: 2022-09-10 04:19:10.698--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3ce9c492) [junit] [EL Finest]: 2022-09-10 04:19:10.698--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@23e080a9) [junit] [EL Finest]: 2022-09-10 04:19:10.698--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6ec2703e) [junit] [EL Finest]: 2022-09-10 04:19:10.698--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5ed921c9) [junit] [EL Finest]: 2022-09-10 04:19:10.698--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5770b59f) [junit] [EL Finest]: 2022-09-10 04:19:10.698--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7bcbf479) [junit] [EL Finest]: 2022-09-10 04:19:10.699--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1498a4d) [junit] [EL Finest]: 2022-09-10 04:19:10.699--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@23bc053c) [junit] [EL Finest]: 2022-09-10 04:19:10.699--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1db203d2) [junit] [EL Finest]: 2022-09-10 04:19:10.699--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5dfb0e1e) [junit] [EL Finest]: 2022-09-10 04:19:10.699--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@48af8567) [junit] [EL Finest]: 2022-09-10 04:19:10.699--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3b4675d3) [junit] [EL Finest]: 2022-09-10 04:19:10.699--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5b36c066) [junit] [EL Finest]: 2022-09-10 04:19:10.699--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4397952a) [junit] [EL Finest]: 2022-09-10 04:19:10.699--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4c8ccc57) [junit] [EL Finest]: 2022-09-10 04:19:10.7--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@36ce6ed8) [junit] [EL Finest]: 2022-09-10 04:19:10.7--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@65bc66bb) [junit] [EL Finest]: 2022-09-10 04:19:10.7--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6581cc72) [junit] [EL Finest]: 2022-09-10 04:19:10.742--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4021732) [junit] [EL Finest]: 2022-09-10 04:19:10.743--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5376b688) [junit] [EL Finest]: 2022-09-10 04:19:10.743--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@50aac447) [junit] [EL Finest]: 2022-09-10 04:19:10.743--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3c36f10b) [junit] [EL Finest]: 2022-09-10 04:19:10.743--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@48d05f98) [junit] [EL Finest]: 2022-09-10 04:19:10.743--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1e7a20d5) [junit] [EL Finest]: 2022-09-10 04:19:10.743--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@481beb8b) [junit] [EL Finest]: 2022-09-10 04:19:10.743--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6ddbb0e8) [junit] [EL Finest]: 2022-09-10 04:19:10.743--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6b6eaa73) [junit] [EL Finest]: 2022-09-10 04:19:10.743--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@30fe1b54) [junit] [EL Finest]: 2022-09-10 04:19:10.744--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5c15a813) [junit] [EL Finest]: 2022-09-10 04:19:10.744--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3456e3b3) [junit] [EL Finest]: 2022-09-10 04:19:10.744--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4d2d95e6) [junit] [EL Finest]: 2022-09-10 04:19:10.744--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1aa118f3) [junit] [EL Finest]: 2022-09-10 04:19:10.744--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5d947961) [junit] [EL Finest]: 2022-09-10 04:19:10.744--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7133bb00) [junit] [EL Finest]: 2022-09-10 04:19:10.744--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1cdb0d7b) [junit] [EL Finest]: 2022-09-10 04:19:10.744--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@64a3d839) [junit] [EL Finest]: 2022-09-10 04:19:10.744--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@15cf25ce) [junit] [EL Finest]: 2022-09-10 04:19:10.744--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7434956f) [junit] [EL Finest]: 2022-09-10 04:19:10.745--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@e2ff893) [junit] [EL Finest]: 2022-09-10 04:19:10.745--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@a26daf9) [junit] [EL Finest]: 2022-09-10 04:19:10.745--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7ce069de) [junit] [EL Finest]: 2022-09-10 04:19:10.745--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@27631923) [junit] [EL Finest]: 2022-09-10 04:19:10.745--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7ba73d86) [junit] [EL Finest]: 2022-09-10 04:19:10.745--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@637d9281) [junit] [EL Finest]: 2022-09-10 04:19:10.745--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a050bf9) [junit] [EL Finest]: 2022-09-10 04:19:10.746--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@17143892) [junit] [EL Finest]: 2022-09-10 04:19:10.746--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3c89f754) [junit] [EL Finest]: 2022-09-10 04:19:10.746--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@9b7701f) [junit] [EL Finest]: 2022-09-10 04:19:10.746--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@b52d046) [junit] [EL Finest]: 2022-09-10 04:19:10.746--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1e71b70d) [junit] [EL Finest]: 2022-09-10 04:19:10.746--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2f539c9b) [junit] [EL Finest]: 2022-09-10 04:19:10.746--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@314d39f0) [junit] [EL Finest]: 2022-09-10 04:19:10.747--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@44e98424) [junit] [EL Finest]: 2022-09-10 04:19:10.747--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2812c884) [junit] [EL Finest]: 2022-09-10 04:19:10.747--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6580f76c) [junit] [EL Finest]: 2022-09-10 04:19:10.747--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:10.747--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:10.747--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, VERSION, EMPLOYEE_ID, DTYPE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:10.747--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [301, foo-car, null, null, null, null, 1, 42, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.747--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [274, foo-car, null, null, null, null, 1, 64, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.748--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [255, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.748--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [284, foo-car, null, null, null, null, 1, 46, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.748--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [214, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.748--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [305, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.748--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [240, foo-car, null, null, null, null, 1, 82, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.748--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [246, foo-car, null, null, null, null, 1, 14, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.748--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [253, foo-car, null, null, null, null, 1, 92, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.748--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [227, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.748--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [280, foo-car, null, null, null, null, 1, 34, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.748--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [287, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.748--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [228, foo-car, null, null, null, null, 1, 76, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.748--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [225, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.748--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [229, foo-car, null, null, null, null, 1, 22, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.748--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [312, foo-car, null, null, null, null, 1, 24, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.748--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [239, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.749--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [241, foo-car, null, null, null, null, 1, 70, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.749--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [222, foo-car, null, null, null, null, 1, 4, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.749--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [283, foo-car, null, null, null, null, 1, 12, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.749--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [256, foo-car, null, null, null, null, 1, 58, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.749--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [235, foo-car, null, null, null, null, 1, 50, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.749--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [251, foo-car, null, null, null, null, 1, 68, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.749--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [250, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.749--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [297, foo-car, null, null, null, null, 1, 26, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.749--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [313, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.749--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [269, foo-car, null, null, null, null, 1, 8, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.749--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [258, foo-car, null, null, null, null, 1, 48, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.749--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [265, foo-car, null, null, null, null, 1, 44, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.749--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [221, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.749--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [233, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.749--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [279, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.749--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [267, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.749--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [243, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.75--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [294, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.75--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [236, foo-car, null, null, null, null, 1, 52, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.75--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [285, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.75--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [230, foo-car, null, null, null, null, 1, 54, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.75--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [218, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.75--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [296, foo-car, null, null, null, null, 1, 74, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.75--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [254, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.75--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [308, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.75--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [226, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.75--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [237, foo-car, null, null, null, null, 1, 30, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.75--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [220, foo-car, null, null, null, null, 1, 60, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.75--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [217, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.75--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [244, foo-car, null, null, null, null, 1, 62, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.75--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [282, foo-car, null, null, null, null, 1, 38, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.75--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [266, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.75--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [290, foo-car, null, null, null, null, 1, 0, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.75--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [293, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.75--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [277, foo-car, null, null, null, null, 1, 18, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.75--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [223, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.75--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [311, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.75--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [298, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.75--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [260, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.75--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [303, foo-car, null, null, null, null, 1, 72, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.75--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [249, foo-car, null, null, null, null, 1, 28, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.751--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [238, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.751--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [262, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.751--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [252, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.751--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [234, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.751--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [270, foo-car, null, null, null, null, 1, 16, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.751--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [271, foo-car, null, null, null, null, 1, 40, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.751--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [248, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.751--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [281, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.751--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [306, foo-car, null, null, null, null, 1, 32, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.751--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [264, foo-car, null, null, null, null, 1, 20, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.751--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [310, foo-car, null, null, null, null, 1, 6, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.751--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [242, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.751--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [259, foo-car, null, null, null, null, 1, 10, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.751--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [268, foo-car, null, null, null, null, 1, 84, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.751--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [286, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.751--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [288, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.751--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [307, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.751--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [292, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.751--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [272, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.751--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [224, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.751--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [219, foo-car, null, null, null, null, 1, 80, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.751--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [275, foo-car, null, null, null, null, 1, 90, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.751--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [302, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.751--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [309, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.751--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [247, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.751--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [276, foo-car, null, null, null, null, 1, 36, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.751--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [261, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.751--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [263, foo-car, null, null, null, null, 1, 98, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.752--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [216, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.752--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [257, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.752--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [273, foo-car, null, null, null, null, 1, 88, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.752--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [295, foo-car, null, null, null, null, 1, 96, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.752--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [289, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.752--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [291, foo-car, null, null, null, null, 1, 56, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.752--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [215, foo-car, null, null, null, null, 1, 2, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.752--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [232, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.752--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [304, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.752--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [299, foo-car, null, null, null, null, 1, 94, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.752--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [231, foo-car, null, null, null, null, 1, 66, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.752--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [245, foo-car, null, null, null, null, 1, 86, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.752--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [278, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.752--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [300, foo-car, null, null, null, null, 1, 78, 91] [junit] [EL Finer]: 2022-09-10 04:19:10.752--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:10.769--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.769--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.769--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.769--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.77--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.77--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.77--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.77--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.77--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.77--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.77--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.77--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.77--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.77--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.77--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.77--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.77--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.77--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.77--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.77--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.771--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.771--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.771--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.771--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.771--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.771--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.771--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.771--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.771--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.771--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.771--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.771--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.771--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.771--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.771--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.771--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.772--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.772--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.772--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.772--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.772--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.772--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.772--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.772--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.772--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.772--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.772--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.772--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.772--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.772--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:10.773--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:10.773--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:10.773--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [1, 315] [junit] [EL Fine]: 2022-09-10 04:19:10.773--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [9, 315] [junit] [EL Fine]: 2022-09-10 04:19:10.773--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [29, 315] [junit] [EL Fine]: 2022-09-10 04:19:10.773--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [49, 315] [junit] [EL Fine]: 2022-09-10 04:19:10.773--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [55, 315] [junit] [EL Fine]: 2022-09-10 04:19:10.773--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [57, 315] [junit] [EL Fine]: 2022-09-10 04:19:10.773--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [61, 315] [junit] [EL Fine]: 2022-09-10 04:19:10.773--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [73, 315] [junit] [EL Fine]: 2022-09-10 04:19:10.773--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [79, 315] [junit] [EL Fine]: 2022-09-10 04:19:10.773--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [85, 315] [junit] [EL Fine]: 2022-09-10 04:19:10.773--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [93, 315] [junit] [EL Fine]: 2022-09-10 04:19:10.773--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [99, 315] [junit] [EL Fine]: 2022-09-10 04:19:10.773--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 314] [junit] [EL Fine]: 2022-09-10 04:19:10.773--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 314] [junit] [EL Fine]: 2022-09-10 04:19:10.773--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [25, 314] [junit] [EL Fine]: 2022-09-10 04:19:10.773--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [27, 314] [junit] [EL Fine]: 2022-09-10 04:19:10.773--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [31, 314] [junit] [EL Fine]: 2022-09-10 04:19:10.773--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [35, 314] [junit] [EL Fine]: 2022-09-10 04:19:10.773--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [43, 314] [junit] [EL Fine]: 2022-09-10 04:19:10.773--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [65, 314] [junit] [EL Fine]: 2022-09-10 04:19:10.773--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [67, 314] [junit] [EL Fine]: 2022-09-10 04:19:10.773--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [75, 314] [junit] [EL Fine]: 2022-09-10 04:19:10.773--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [77, 314] [junit] [EL Fine]: 2022-09-10 04:19:10.773--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [91, 314] [junit] [EL Fine]: 2022-09-10 04:19:10.773--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [97, 314] [junit] [EL Fine]: 2022-09-10 04:19:10.773--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [3, 316] [junit] [EL Fine]: 2022-09-10 04:19:10.774--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [5, 316] [junit] [EL Fine]: 2022-09-10 04:19:10.774--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [11, 316] [junit] [EL Fine]: 2022-09-10 04:19:10.774--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [13, 316] [junit] [EL Fine]: 2022-09-10 04:19:10.774--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 316] [junit] [EL Fine]: 2022-09-10 04:19:10.774--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [37, 316] [junit] [EL Fine]: 2022-09-10 04:19:10.774--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [39, 316] [junit] [EL Fine]: 2022-09-10 04:19:10.774--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [41, 316] [junit] [EL Fine]: 2022-09-10 04:19:10.774--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [45, 316] [junit] [EL Fine]: 2022-09-10 04:19:10.774--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [47, 316] [junit] [EL Fine]: 2022-09-10 04:19:10.774--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [51, 316] [junit] [EL Fine]: 2022-09-10 04:19:10.774--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [69, 316] [junit] [EL Fine]: 2022-09-10 04:19:10.774--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [83, 316] [junit] [EL Fine]: 2022-09-10 04:19:10.774--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [87, 316] [junit] [EL Fine]: 2022-09-10 04:19:10.774--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [95, 316] [junit] [EL Fine]: 2022-09-10 04:19:10.774--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [7, 317] [junit] [EL Fine]: 2022-09-10 04:19:10.774--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [21, 317] [junit] [EL Fine]: 2022-09-10 04:19:10.774--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [23, 317] [junit] [EL Fine]: 2022-09-10 04:19:10.774--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [33, 317] [junit] [EL Fine]: 2022-09-10 04:19:10.774--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [53, 317] [junit] [EL Fine]: 2022-09-10 04:19:10.774--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [59, 317] [junit] [EL Fine]: 2022-09-10 04:19:10.774--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [63, 317] [junit] [EL Fine]: 2022-09-10 04:19:10.774--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [71, 317] [junit] [EL Fine]: 2022-09-10 04:19:10.774--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [81, 317] [junit] [EL Fine]: 2022-09-10 04:19:10.774--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [89, 317] [junit] [EL Finer]: 2022-09-10 04:19:10.774--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:10.783--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.783--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.783--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.783--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.783--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.783--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.783--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.783--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.783--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.783--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.783--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.783--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.783--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.783--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.784--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.784--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.784--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.784--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.784--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.784--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.784--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.784--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.784--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.784--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.784--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.784--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.784--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.784--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.784--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.785--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.785--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.785--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.785--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.785--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.785--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.785--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.785--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.785--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.785--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.785--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.785--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.785--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.785--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.785--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.785--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.786--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.786--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.786--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.786--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.786--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.786--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.786--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.786--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.786--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.786--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.786--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.786--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.786--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.786--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.786--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.787--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.787--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.787--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.787--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.787--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.787--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.787--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.787--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.787--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.787--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.787--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.787--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.787--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.787--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.787--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.787--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.788--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.788--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.788--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.788--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.788--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.788--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.788--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.788--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.788--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.788--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.788--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.788--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.788--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.788--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.788--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.788--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.789--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.789--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.789--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.789--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.789--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.789--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.789--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.789--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:10.789--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:10.789--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:10.789--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 89] [junit] [EL Fine]: 2022-09-10 04:19:10.789--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 89] [junit] [EL Fine]: 2022-09-10 04:19:10.789--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 89] [junit] [EL Fine]: 2022-09-10 04:19:10.789--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 89] [junit] [EL Fine]: 2022-09-10 04:19:10.789--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 89] [junit] [EL Fine]: 2022-09-10 04:19:10.789--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 51] [junit] [EL Fine]: 2022-09-10 04:19:10.789--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 51] [junit] [EL Fine]: 2022-09-10 04:19:10.789--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 51] [junit] [EL Fine]: 2022-09-10 04:19:10.789--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 51] [junit] [EL Fine]: 2022-09-10 04:19:10.789--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 51] [junit] [EL Fine]: 2022-09-10 04:19:10.79--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 8] [junit] [EL Fine]: 2022-09-10 04:19:10.79--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 8] [junit] [EL Fine]: 2022-09-10 04:19:10.79--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 8] [junit] [EL Fine]: 2022-09-10 04:19:10.79--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 8] [junit] [EL Fine]: 2022-09-10 04:19:10.79--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 8] [junit] [EL Fine]: 2022-09-10 04:19:10.79--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 65] [junit] [EL Fine]: 2022-09-10 04:19:10.79--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 65] [junit] [EL Fine]: 2022-09-10 04:19:10.79--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 65] [junit] [EL Fine]: 2022-09-10 04:19:10.79--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 65] [junit] [EL Fine]: 2022-09-10 04:19:10.79--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 65] [junit] [EL Fine]: 2022-09-10 04:19:10.79--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 56] [junit] [EL Fine]: 2022-09-10 04:19:10.79--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 56] [junit] [EL Fine]: 2022-09-10 04:19:10.79--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 56] [junit] [EL Fine]: 2022-09-10 04:19:10.79--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 56] [junit] [EL Fine]: 2022-09-10 04:19:10.79--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 56] [junit] [EL Fine]: 2022-09-10 04:19:10.79--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 48] [junit] [EL Fine]: 2022-09-10 04:19:10.79--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 48] [junit] [EL Fine]: 2022-09-10 04:19:10.79--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 48] [junit] [EL Fine]: 2022-09-10 04:19:10.79--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 48] [junit] [EL Fine]: 2022-09-10 04:19:10.79--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 48] [junit] [EL Fine]: 2022-09-10 04:19:10.79--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 11] [junit] [EL Fine]: 2022-09-10 04:19:10.79--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 11] [junit] [EL Fine]: 2022-09-10 04:19:10.79--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 11] [junit] [EL Fine]: 2022-09-10 04:19:10.79--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 11] [junit] [EL Fine]: 2022-09-10 04:19:10.79--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 11] [junit] [EL Fine]: 2022-09-10 04:19:10.79--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.79--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.79--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.79--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.79--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 91] [junit] [EL Fine]: 2022-09-10 04:19:10.79--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 30] [junit] [EL Fine]: 2022-09-10 04:19:10.791--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 30] [junit] [EL Fine]: 2022-09-10 04:19:10.791--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 30] [junit] [EL Fine]: 2022-09-10 04:19:10.791--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 30] [junit] [EL Fine]: 2022-09-10 04:19:10.791--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 30] [junit] [EL Fine]: 2022-09-10 04:19:10.791--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 66] [junit] [EL Fine]: 2022-09-10 04:19:10.791--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 66] [junit] [EL Fine]: 2022-09-10 04:19:10.791--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 66] [junit] [EL Fine]: 2022-09-10 04:19:10.791--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 66] [junit] [EL Fine]: 2022-09-10 04:19:10.791--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 66] [junit] [EL Fine]: 2022-09-10 04:19:10.791--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 9] [junit] [EL Fine]: 2022-09-10 04:19:10.791--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 9] [junit] [EL Fine]: 2022-09-10 04:19:10.791--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 9] [junit] [EL Fine]: 2022-09-10 04:19:10.791--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 9] [junit] [EL Fine]: 2022-09-10 04:19:10.791--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 9] [junit] [EL Fine]: 2022-09-10 04:19:10.791--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 0] [junit] [EL Fine]: 2022-09-10 04:19:10.791--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 0] [junit] [EL Fine]: 2022-09-10 04:19:10.791--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 0] [junit] [EL Fine]: 2022-09-10 04:19:10.791--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 0] [junit] [EL Fine]: 2022-09-10 04:19:10.791--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 0] [junit] [EL Fine]: 2022-09-10 04:19:10.791--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 31] [junit] [EL Fine]: 2022-09-10 04:19:10.791--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 31] [junit] [EL Fine]: 2022-09-10 04:19:10.791--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 31] [junit] [EL Fine]: 2022-09-10 04:19:10.791--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 31] [junit] [EL Fine]: 2022-09-10 04:19:10.791--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 31] [junit] [EL Fine]: 2022-09-10 04:19:10.791--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 62] [junit] [EL Fine]: 2022-09-10 04:19:10.791--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 62] [junit] [EL Fine]: 2022-09-10 04:19:10.791--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 62] [junit] [EL Fine]: 2022-09-10 04:19:10.791--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 62] [junit] [EL Fine]: 2022-09-10 04:19:10.791--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 62] [junit] [EL Fine]: 2022-09-10 04:19:10.791--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 78] [junit] [EL Fine]: 2022-09-10 04:19:10.792--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 78] [junit] [EL Fine]: 2022-09-10 04:19:10.792--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 78] [junit] [EL Fine]: 2022-09-10 04:19:10.792--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 78] [junit] [EL Fine]: 2022-09-10 04:19:10.792--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 78] [junit] [EL Fine]: 2022-09-10 04:19:10.792--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 5] [junit] [EL Fine]: 2022-09-10 04:19:10.792--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 5] [junit] [EL Fine]: 2022-09-10 04:19:10.792--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 5] [junit] [EL Fine]: 2022-09-10 04:19:10.792--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 5] [junit] [EL Fine]: 2022-09-10 04:19:10.792--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 5] [junit] [EL Fine]: 2022-09-10 04:19:10.792--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 69] [junit] [EL Fine]: 2022-09-10 04:19:10.792--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 69] [junit] [EL Fine]: 2022-09-10 04:19:10.792--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 69] [junit] [EL Fine]: 2022-09-10 04:19:10.792--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 69] [junit] [EL Fine]: 2022-09-10 04:19:10.792--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 69] [junit] [EL Fine]: 2022-09-10 04:19:10.792--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 88] [junit] [EL Fine]: 2022-09-10 04:19:10.792--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 88] [junit] [EL Fine]: 2022-09-10 04:19:10.792--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 88] [junit] [EL Fine]: 2022-09-10 04:19:10.792--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 88] [junit] [EL Fine]: 2022-09-10 04:19:10.792--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 88] [junit] [EL Fine]: 2022-09-10 04:19:10.792--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 72] [junit] [EL Fine]: 2022-09-10 04:19:10.792--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 72] [junit] [EL Fine]: 2022-09-10 04:19:10.792--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 72] [junit] [EL Fine]: 2022-09-10 04:19:10.792--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 72] [junit] [EL Fine]: 2022-09-10 04:19:10.792--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 72] [junit] [EL Fine]: 2022-09-10 04:19:10.792--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 74] [junit] [EL Fine]: 2022-09-10 04:19:10.792--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 74] [junit] [EL Fine]: 2022-09-10 04:19:10.793--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 74] [junit] [EL Fine]: 2022-09-10 04:19:10.793--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 74] [junit] [EL Fine]: 2022-09-10 04:19:10.793--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 74] [junit] [EL Finer]: 2022-09-10 04:19:10.793--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:10.808--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.809--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.809--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.809--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.809--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.809--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.809--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.809--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.809--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.809--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.809--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.809--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.809--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.809--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.809--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.81--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.81--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.81--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.81--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.81--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.81--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.81--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.81--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.81--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.81--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.81--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.81--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.81--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.81--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.81--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.811--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.851--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.851--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.851--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.851--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.851--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.851--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.851--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.851--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.852--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.852--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.852--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.852--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.852--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.852--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.852--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.852--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.852--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.852--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.852--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.852--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.852--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.852--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.852--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.852--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.853--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.853--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.853--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.853--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.853--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.853--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.853--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.853--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.853--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.853--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.853--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.853--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.853--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.853--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.853--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.853--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.854--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.854--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.854--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.854--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.854--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.854--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.854--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.854--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.854--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.854--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.854--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.854--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.854--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.854--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.854--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.855--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.855--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.855--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.855--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.855--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.855--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.855--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.855--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.855--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.855--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.855--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.855--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.855--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.855--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:10.855--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:10.855--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:10.856--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 16] [junit] [EL Fine]: 2022-09-10 04:19:10.856--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 16] [junit] [EL Fine]: 2022-09-10 04:19:10.856--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 16] [junit] [EL Fine]: 2022-09-10 04:19:10.856--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 16] [junit] [EL Fine]: 2022-09-10 04:19:10.856--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 16] [junit] [EL Fine]: 2022-09-10 04:19:10.856--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 46] [junit] [EL Fine]: 2022-09-10 04:19:10.856--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 46] [junit] [EL Fine]: 2022-09-10 04:19:10.856--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 46] [junit] [EL Fine]: 2022-09-10 04:19:10.856--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 46] [junit] [EL Fine]: 2022-09-10 04:19:10.856--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 46] [junit] [EL Fine]: 2022-09-10 04:19:10.856--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 73] [junit] [EL Fine]: 2022-09-10 04:19:10.856--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 73] [junit] [EL Fine]: 2022-09-10 04:19:10.856--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 73] [junit] [EL Fine]: 2022-09-10 04:19:10.856--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 73] [junit] [EL Fine]: 2022-09-10 04:19:10.856--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 73] [junit] [EL Fine]: 2022-09-10 04:19:10.856--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 96] [junit] [EL Fine]: 2022-09-10 04:19:10.856--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 96] [junit] [EL Fine]: 2022-09-10 04:19:10.856--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 96] [junit] [EL Fine]: 2022-09-10 04:19:10.856--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 96] [junit] [EL Fine]: 2022-09-10 04:19:10.856--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 96] [junit] [EL Fine]: 2022-09-10 04:19:10.856--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 60] [junit] [EL Fine]: 2022-09-10 04:19:10.856--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 60] [junit] [EL Fine]: 2022-09-10 04:19:10.856--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 60] [junit] [EL Fine]: 2022-09-10 04:19:10.857--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 60] [junit] [EL Fine]: 2022-09-10 04:19:10.857--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 60] [junit] [EL Fine]: 2022-09-10 04:19:10.857--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 77] [junit] [EL Fine]: 2022-09-10 04:19:10.857--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 77] [junit] [EL Fine]: 2022-09-10 04:19:10.857--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 77] [junit] [EL Fine]: 2022-09-10 04:19:10.857--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 77] [junit] [EL Fine]: 2022-09-10 04:19:10.857--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 77] [junit] [EL Fine]: 2022-09-10 04:19:10.857--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 93] [junit] [EL Fine]: 2022-09-10 04:19:10.857--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 93] [junit] [EL Fine]: 2022-09-10 04:19:10.857--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 93] [junit] [EL Fine]: 2022-09-10 04:19:10.857--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 93] [junit] [EL Fine]: 2022-09-10 04:19:10.857--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 93] [junit] [EL Fine]: 2022-09-10 04:19:10.857--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 50] [junit] [EL Fine]: 2022-09-10 04:19:10.857--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 50] [junit] [EL Fine]: 2022-09-10 04:19:10.857--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 50] [junit] [EL Fine]: 2022-09-10 04:19:10.857--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 50] [junit] [EL Fine]: 2022-09-10 04:19:10.857--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 50] [junit] [EL Fine]: 2022-09-10 04:19:10.857--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 24] [junit] [EL Fine]: 2022-09-10 04:19:10.857--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 24] [junit] [EL Fine]: 2022-09-10 04:19:10.857--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 24] [junit] [EL Fine]: 2022-09-10 04:19:10.857--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 24] [junit] [EL Fine]: 2022-09-10 04:19:10.857--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 24] [junit] [EL Fine]: 2022-09-10 04:19:10.857--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 33] [junit] [EL Fine]: 2022-09-10 04:19:10.857--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 33] [junit] [EL Fine]: 2022-09-10 04:19:10.857--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 33] [junit] [EL Fine]: 2022-09-10 04:19:10.857--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 33] [junit] [EL Fine]: 2022-09-10 04:19:10.857--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 33] [junit] [EL Fine]: 2022-09-10 04:19:10.857--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 99] [junit] [EL Fine]: 2022-09-10 04:19:10.857--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 99] [junit] [EL Fine]: 2022-09-10 04:19:10.858--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 99] [junit] [EL Fine]: 2022-09-10 04:19:10.858--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 99] [junit] [EL Fine]: 2022-09-10 04:19:10.858--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 99] [junit] [EL Fine]: 2022-09-10 04:19:10.858--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 58] [junit] [EL Fine]: 2022-09-10 04:19:10.858--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 58] [junit] [EL Fine]: 2022-09-10 04:19:10.858--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 58] [junit] [EL Fine]: 2022-09-10 04:19:10.858--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 58] [junit] [EL Fine]: 2022-09-10 04:19:10.858--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 58] [junit] [EL Fine]: 2022-09-10 04:19:10.858--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 20] [junit] [EL Fine]: 2022-09-10 04:19:10.858--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 20] [junit] [EL Fine]: 2022-09-10 04:19:10.858--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 20] [junit] [EL Fine]: 2022-09-10 04:19:10.858--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 20] [junit] [EL Fine]: 2022-09-10 04:19:10.858--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 20] [junit] [EL Fine]: 2022-09-10 04:19:10.858--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 57] [junit] [EL Fine]: 2022-09-10 04:19:10.858--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 57] [junit] [EL Fine]: 2022-09-10 04:19:10.858--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 57] [junit] [EL Fine]: 2022-09-10 04:19:10.858--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 57] [junit] [EL Fine]: 2022-09-10 04:19:10.858--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 57] [junit] [EL Fine]: 2022-09-10 04:19:10.858--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 34] [junit] [EL Fine]: 2022-09-10 04:19:10.858--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 34] [junit] [EL Fine]: 2022-09-10 04:19:10.858--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 34] [junit] [EL Fine]: 2022-09-10 04:19:10.858--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 34] [junit] [EL Fine]: 2022-09-10 04:19:10.858--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 34] [junit] [EL Fine]: 2022-09-10 04:19:10.858--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 35] [junit] [EL Fine]: 2022-09-10 04:19:10.858--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 35] [junit] [EL Fine]: 2022-09-10 04:19:10.858--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 35] [junit] [EL Fine]: 2022-09-10 04:19:10.858--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 35] [junit] [EL Fine]: 2022-09-10 04:19:10.858--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 35] [junit] [EL Fine]: 2022-09-10 04:19:10.859--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 39] [junit] [EL Fine]: 2022-09-10 04:19:10.859--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 39] [junit] [EL Fine]: 2022-09-10 04:19:10.859--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 39] [junit] [EL Fine]: 2022-09-10 04:19:10.859--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 39] [junit] [EL Fine]: 2022-09-10 04:19:10.859--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 39] [junit] [EL Fine]: 2022-09-10 04:19:10.859--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 19] [junit] [EL Fine]: 2022-09-10 04:19:10.859--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 19] [junit] [EL Fine]: 2022-09-10 04:19:10.859--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 19] [junit] [EL Fine]: 2022-09-10 04:19:10.859--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 19] [junit] [EL Fine]: 2022-09-10 04:19:10.859--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 19] [junit] [EL Fine]: 2022-09-10 04:19:10.859--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 75] [junit] [EL Fine]: 2022-09-10 04:19:10.859--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 75] [junit] [EL Fine]: 2022-09-10 04:19:10.859--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 75] [junit] [EL Fine]: 2022-09-10 04:19:10.859--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 75] [junit] [EL Fine]: 2022-09-10 04:19:10.859--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 75] [junit] [EL Fine]: 2022-09-10 04:19:10.859--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 26] [junit] [EL Fine]: 2022-09-10 04:19:10.859--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 26] [junit] [EL Fine]: 2022-09-10 04:19:10.859--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 26] [junit] [EL Fine]: 2022-09-10 04:19:10.859--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 26] [junit] [EL Fine]: 2022-09-10 04:19:10.859--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 26] [junit] [EL Finer]: 2022-09-10 04:19:10.859--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:10.879--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.879--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.879--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.879--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.879--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.879--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.879--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.879--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.879--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.88--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.88--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.88--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.88--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.88--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.88--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.88--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.88--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.88--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.88--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.881--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.881--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.881--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.881--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.881--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.881--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.881--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.881--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.881--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.881--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.881--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.881--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.881--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.881--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.882--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.882--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.882--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.882--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.882--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.882--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.882--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.882--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.882--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.882--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.882--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.882--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.882--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.882--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.883--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.883--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.883--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.883--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.883--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.883--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.883--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.883--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.883--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.883--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.883--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.883--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.883--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.883--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.883--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.884--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.884--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.884--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.884--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.884--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.884--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.884--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.884--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.884--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.884--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.884--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.884--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.884--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.884--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.884--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.885--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.885--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.885--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.885--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.885--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.885--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.885--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.885--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.885--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.885--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.885--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.885--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.885--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.885--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.885--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.885--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.886--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.886--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.886--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.886--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.886--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.886--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.886--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:10.886--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:10.886--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:10.886--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 53] [junit] [EL Fine]: 2022-09-10 04:19:10.886--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 53] [junit] [EL Fine]: 2022-09-10 04:19:10.886--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 53] [junit] [EL Fine]: 2022-09-10 04:19:10.886--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 53] [junit] [EL Fine]: 2022-09-10 04:19:10.886--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 53] [junit] [EL Fine]: 2022-09-10 04:19:10.886--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 14] [junit] [EL Fine]: 2022-09-10 04:19:10.886--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 14] [junit] [EL Fine]: 2022-09-10 04:19:10.886--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 14] [junit] [EL Fine]: 2022-09-10 04:19:10.886--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 14] [junit] [EL Fine]: 2022-09-10 04:19:10.886--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 14] [junit] [EL Fine]: 2022-09-10 04:19:10.886--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 55] [junit] [EL Fine]: 2022-09-10 04:19:10.886--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 55] [junit] [EL Fine]: 2022-09-10 04:19:10.887--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 55] [junit] [EL Fine]: 2022-09-10 04:19:10.887--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 55] [junit] [EL Fine]: 2022-09-10 04:19:10.887--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 55] [junit] [EL Fine]: 2022-09-10 04:19:10.887--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 54] [junit] [EL Fine]: 2022-09-10 04:19:10.887--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 54] [junit] [EL Fine]: 2022-09-10 04:19:10.887--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 54] [junit] [EL Fine]: 2022-09-10 04:19:10.887--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 54] [junit] [EL Fine]: 2022-09-10 04:19:10.887--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 54] [junit] [EL Fine]: 2022-09-10 04:19:10.887--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 86] [junit] [EL Fine]: 2022-09-10 04:19:10.887--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 86] [junit] [EL Fine]: 2022-09-10 04:19:10.887--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 86] [junit] [EL Fine]: 2022-09-10 04:19:10.887--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 86] [junit] [EL Fine]: 2022-09-10 04:19:10.887--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 86] [junit] [EL Fine]: 2022-09-10 04:19:10.887--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 85] [junit] [EL Fine]: 2022-09-10 04:19:10.887--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 85] [junit] [EL Fine]: 2022-09-10 04:19:10.887--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 85] [junit] [EL Fine]: 2022-09-10 04:19:10.887--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 85] [junit] [EL Fine]: 2022-09-10 04:19:10.887--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 85] [junit] [EL Fine]: 2022-09-10 04:19:10.887--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 3] [junit] [EL Fine]: 2022-09-10 04:19:10.887--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 3] [junit] [EL Fine]: 2022-09-10 04:19:10.887--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 3] [junit] [EL Fine]: 2022-09-10 04:19:10.887--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 3] [junit] [EL Fine]: 2022-09-10 04:19:10.887--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 3] [junit] [EL Fine]: 2022-09-10 04:19:10.887--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 81] [junit] [EL Fine]: 2022-09-10 04:19:10.887--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 81] [junit] [EL Fine]: 2022-09-10 04:19:10.887--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 81] [junit] [EL Fine]: 2022-09-10 04:19:10.887--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 81] [junit] [EL Fine]: 2022-09-10 04:19:10.887--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 81] [junit] [EL Fine]: 2022-09-10 04:19:10.887--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 4] [junit] [EL Fine]: 2022-09-10 04:19:10.888--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 4] [junit] [EL Fine]: 2022-09-10 04:19:10.888--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 4] [junit] [EL Fine]: 2022-09-10 04:19:10.888--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 4] [junit] [EL Fine]: 2022-09-10 04:19:10.888--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 4] [junit] [EL Fine]: 2022-09-10 04:19:10.888--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 64] [junit] [EL Fine]: 2022-09-10 04:19:10.888--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 64] [junit] [EL Fine]: 2022-09-10 04:19:10.888--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 64] [junit] [EL Fine]: 2022-09-10 04:19:10.888--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 64] [junit] [EL Fine]: 2022-09-10 04:19:10.888--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 64] [junit] [EL Fine]: 2022-09-10 04:19:10.888--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 47] [junit] [EL Fine]: 2022-09-10 04:19:10.888--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 47] [junit] [EL Fine]: 2022-09-10 04:19:10.888--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 47] [junit] [EL Fine]: 2022-09-10 04:19:10.888--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 47] [junit] [EL Fine]: 2022-09-10 04:19:10.888--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 47] [junit] [EL Fine]: 2022-09-10 04:19:10.888--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 45] [junit] [EL Fine]: 2022-09-10 04:19:10.888--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 45] [junit] [EL Fine]: 2022-09-10 04:19:10.888--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 45] [junit] [EL Fine]: 2022-09-10 04:19:10.888--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 45] [junit] [EL Fine]: 2022-09-10 04:19:10.888--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 45] [junit] [EL Fine]: 2022-09-10 04:19:10.888--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 18] [junit] [EL Fine]: 2022-09-10 04:19:10.888--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 18] [junit] [EL Fine]: 2022-09-10 04:19:10.888--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 18] [junit] [EL Fine]: 2022-09-10 04:19:10.888--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 18] [junit] [EL Fine]: 2022-09-10 04:19:10.888--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 18] [junit] [EL Fine]: 2022-09-10 04:19:10.888--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 97] [junit] [EL Fine]: 2022-09-10 04:19:10.888--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 97] [junit] [EL Fine]: 2022-09-10 04:19:10.888--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 97] [junit] [EL Fine]: 2022-09-10 04:19:10.888--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 97] [junit] [EL Fine]: 2022-09-10 04:19:10.888--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 97] [junit] [EL Fine]: 2022-09-10 04:19:10.888--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 52] [junit] [EL Fine]: 2022-09-10 04:19:10.889--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 52] [junit] [EL Fine]: 2022-09-10 04:19:10.889--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 52] [junit] [EL Fine]: 2022-09-10 04:19:10.889--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 52] [junit] [EL Fine]: 2022-09-10 04:19:10.889--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 52] [junit] [EL Fine]: 2022-09-10 04:19:10.889--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 95] [junit] [EL Fine]: 2022-09-10 04:19:10.889--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 95] [junit] [EL Fine]: 2022-09-10 04:19:10.889--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 95] [junit] [EL Fine]: 2022-09-10 04:19:10.889--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 95] [junit] [EL Fine]: 2022-09-10 04:19:10.889--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 95] [junit] [EL Fine]: 2022-09-10 04:19:10.889--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 83] [junit] [EL Fine]: 2022-09-10 04:19:10.889--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 83] [junit] [EL Fine]: 2022-09-10 04:19:10.889--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 83] [junit] [EL Fine]: 2022-09-10 04:19:10.889--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 83] [junit] [EL Fine]: 2022-09-10 04:19:10.889--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 83] [junit] [EL Fine]: 2022-09-10 04:19:10.889--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 70] [junit] [EL Fine]: 2022-09-10 04:19:10.889--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 70] [junit] [EL Fine]: 2022-09-10 04:19:10.889--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 70] [junit] [EL Fine]: 2022-09-10 04:19:10.889--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 70] [junit] [EL Fine]: 2022-09-10 04:19:10.889--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 70] [junit] [EL Fine]: 2022-09-10 04:19:10.889--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 68] [junit] [EL Fine]: 2022-09-10 04:19:10.889--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 68] [junit] [EL Fine]: 2022-09-10 04:19:10.889--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 68] [junit] [EL Fine]: 2022-09-10 04:19:10.889--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 68] [junit] [EL Fine]: 2022-09-10 04:19:10.889--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 68] [junit] [EL Fine]: 2022-09-10 04:19:10.889--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 82] [junit] [EL Fine]: 2022-09-10 04:19:10.889--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 82] [junit] [EL Fine]: 2022-09-10 04:19:10.889--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 82] [junit] [EL Fine]: 2022-09-10 04:19:10.889--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 82] [junit] [EL Fine]: 2022-09-10 04:19:10.889--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 82] [junit] [EL Finer]: 2022-09-10 04:19:10.889--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:10.907--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.907--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.907--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.907--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.908--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.908--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.908--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.908--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.908--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.908--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.908--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.908--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.908--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.908--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.908--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.908--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.908--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.909--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.909--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.909--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.909--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.909--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.909--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.909--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.909--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.909--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.909--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.909--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.909--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.909--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.91--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.91--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.91--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.91--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.91--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.91--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.91--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.91--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.91--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.91--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.91--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.91--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.91--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.91--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.91--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.91--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.911--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.911--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.911--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.911--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.911--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.911--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.911--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.911--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.911--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.911--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.911--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.911--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.911--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.911--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.911--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.911--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.912--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.912--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.912--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.912--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.912--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.912--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.912--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.912--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.912--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.912--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.912--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.912--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.912--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.912--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.912--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.912--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.913--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.913--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.913--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.913--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.913--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.913--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.913--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.913--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.913--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.913--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.913--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.913--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.913--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.913--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.913--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.913--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.914--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.914--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.914--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.914--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.914--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.914--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:10.914--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:10.914--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:10.914--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 92] [junit] [EL Fine]: 2022-09-10 04:19:10.914--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 92] [junit] [EL Fine]: 2022-09-10 04:19:10.914--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 92] [junit] [EL Fine]: 2022-09-10 04:19:10.914--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 92] [junit] [EL Fine]: 2022-09-10 04:19:10.914--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 92] [junit] [EL Fine]: 2022-09-10 04:19:10.914--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 42] [junit] [EL Fine]: 2022-09-10 04:19:10.914--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 42] [junit] [EL Fine]: 2022-09-10 04:19:10.914--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 42] [junit] [EL Fine]: 2022-09-10 04:19:10.914--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 42] [junit] [EL Fine]: 2022-09-10 04:19:10.914--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 42] [junit] [EL Fine]: 2022-09-10 04:19:10.914--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 98] [junit] [EL Fine]: 2022-09-10 04:19:10.914--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 98] [junit] [EL Fine]: 2022-09-10 04:19:10.914--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 98] [junit] [EL Fine]: 2022-09-10 04:19:10.914--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 98] [junit] [EL Fine]: 2022-09-10 04:19:10.914--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 98] [junit] [EL Fine]: 2022-09-10 04:19:10.915--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 21] [junit] [EL Fine]: 2022-09-10 04:19:10.915--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 21] [junit] [EL Fine]: 2022-09-10 04:19:10.915--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 21] [junit] [EL Fine]: 2022-09-10 04:19:10.915--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 21] [junit] [EL Fine]: 2022-09-10 04:19:10.915--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 21] [junit] [EL Fine]: 2022-09-10 04:19:10.915--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 10] [junit] [EL Fine]: 2022-09-10 04:19:10.915--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 10] [junit] [EL Fine]: 2022-09-10 04:19:10.915--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 10] [junit] [EL Fine]: 2022-09-10 04:19:10.915--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 10] [junit] [EL Fine]: 2022-09-10 04:19:10.915--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 10] [junit] [EL Fine]: 2022-09-10 04:19:10.915--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 79] [junit] [EL Fine]: 2022-09-10 04:19:10.915--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 79] [junit] [EL Fine]: 2022-09-10 04:19:10.915--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 79] [junit] [EL Fine]: 2022-09-10 04:19:10.915--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 79] [junit] [EL Fine]: 2022-09-10 04:19:10.915--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 79] [junit] [EL Fine]: 2022-09-10 04:19:10.915--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 84] [junit] [EL Fine]: 2022-09-10 04:19:10.915--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 84] [junit] [EL Fine]: 2022-09-10 04:19:10.915--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 84] [junit] [EL Fine]: 2022-09-10 04:19:10.915--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 84] [junit] [EL Fine]: 2022-09-10 04:19:10.915--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 84] [junit] [EL Fine]: 2022-09-10 04:19:10.915--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 41] [junit] [EL Fine]: 2022-09-10 04:19:10.915--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 41] [junit] [EL Fine]: 2022-09-10 04:19:10.915--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 41] [junit] [EL Fine]: 2022-09-10 04:19:10.915--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 41] [junit] [EL Fine]: 2022-09-10 04:19:10.915--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 41] [junit] [EL Fine]: 2022-09-10 04:19:10.915--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 94] [junit] [EL Fine]: 2022-09-10 04:19:10.915--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 94] [junit] [EL Fine]: 2022-09-10 04:19:10.915--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 94] [junit] [EL Fine]: 2022-09-10 04:19:10.915--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 94] [junit] [EL Fine]: 2022-09-10 04:19:10.915--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 94] [junit] [EL Fine]: 2022-09-10 04:19:10.915--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 63] [junit] [EL Fine]: 2022-09-10 04:19:10.916--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 63] [junit] [EL Fine]: 2022-09-10 04:19:10.916--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 63] [junit] [EL Fine]: 2022-09-10 04:19:10.916--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 63] [junit] [EL Fine]: 2022-09-10 04:19:10.916--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 63] [junit] [EL Fine]: 2022-09-10 04:19:10.916--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 6] [junit] [EL Fine]: 2022-09-10 04:19:10.916--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 6] [junit] [EL Fine]: 2022-09-10 04:19:10.916--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 6] [junit] [EL Fine]: 2022-09-10 04:19:10.916--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 6] [junit] [EL Fine]: 2022-09-10 04:19:10.916--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 6] [junit] [EL Fine]: 2022-09-10 04:19:10.916--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 15] [junit] [EL Fine]: 2022-09-10 04:19:10.916--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 15] [junit] [EL Fine]: 2022-09-10 04:19:10.916--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 15] [junit] [EL Fine]: 2022-09-10 04:19:10.916--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 15] [junit] [EL Fine]: 2022-09-10 04:19:10.916--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 15] [junit] [EL Fine]: 2022-09-10 04:19:10.916--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 25] [junit] [EL Fine]: 2022-09-10 04:19:10.916--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 25] [junit] [EL Fine]: 2022-09-10 04:19:10.916--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 25] [junit] [EL Fine]: 2022-09-10 04:19:10.916--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 25] [junit] [EL Fine]: 2022-09-10 04:19:10.916--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 25] [junit] [EL Fine]: 2022-09-10 04:19:10.916--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 80] [junit] [EL Fine]: 2022-09-10 04:19:10.916--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 80] [junit] [EL Fine]: 2022-09-10 04:19:10.916--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 80] [junit] [EL Fine]: 2022-09-10 04:19:10.916--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 80] [junit] [EL Fine]: 2022-09-10 04:19:10.916--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 80] [junit] [EL Fine]: 2022-09-10 04:19:10.916--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 44] [junit] [EL Fine]: 2022-09-10 04:19:10.916--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 44] [junit] [EL Fine]: 2022-09-10 04:19:10.916--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 44] [junit] [EL Fine]: 2022-09-10 04:19:10.916--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 44] [junit] [EL Fine]: 2022-09-10 04:19:10.916--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 44] [junit] [EL Fine]: 2022-09-10 04:19:10.966--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 12] [junit] [EL Fine]: 2022-09-10 04:19:10.966--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 12] [junit] [EL Fine]: 2022-09-10 04:19:10.967--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 12] [junit] [EL Fine]: 2022-09-10 04:19:10.967--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 12] [junit] [EL Fine]: 2022-09-10 04:19:10.967--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 12] [junit] [EL Fine]: 2022-09-10 04:19:10.967--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 49] [junit] [EL Fine]: 2022-09-10 04:19:10.967--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 49] [junit] [EL Fine]: 2022-09-10 04:19:10.967--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 49] [junit] [EL Fine]: 2022-09-10 04:19:10.967--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 49] [junit] [EL Fine]: 2022-09-10 04:19:10.967--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 49] [junit] [EL Fine]: 2022-09-10 04:19:10.967--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 29] [junit] [EL Fine]: 2022-09-10 04:19:10.967--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 29] [junit] [EL Fine]: 2022-09-10 04:19:10.967--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 29] [junit] [EL Fine]: 2022-09-10 04:19:10.967--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 29] [junit] [EL Fine]: 2022-09-10 04:19:10.967--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 29] [junit] [EL Fine]: 2022-09-10 04:19:10.967--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 67] [junit] [EL Fine]: 2022-09-10 04:19:10.967--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 67] [junit] [EL Fine]: 2022-09-10 04:19:10.967--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 67] [junit] [EL Fine]: 2022-09-10 04:19:10.967--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 67] [junit] [EL Fine]: 2022-09-10 04:19:10.968--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 67] [junit] [EL Fine]: 2022-09-10 04:19:10.968--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 61] [junit] [EL Fine]: 2022-09-10 04:19:10.968--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 61] [junit] [EL Fine]: 2022-09-10 04:19:10.968--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 61] [junit] [EL Fine]: 2022-09-10 04:19:10.968--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 61] [junit] [EL Fine]: 2022-09-10 04:19:10.968--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 61] [junit] [EL Finer]: 2022-09-10 04:19:10.968--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:10.987--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.988--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.988--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.988--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.988--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.988--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.988--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.988--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.988--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.988--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.988--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.988--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.988--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.988--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.988--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.989--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.989--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.989--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.989--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.989--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.989--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.989--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.989--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.989--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.989--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.989--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.989--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.989--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.989--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.989--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.99--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.99--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.99--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.99--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.99--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.99--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.99--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.99--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.99--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.99--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.99--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.99--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.99--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.99--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.99--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.991--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.991--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.991--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.991--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.991--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.991--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.991--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.991--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.991--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.991--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.991--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.991--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.991--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.991--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.991--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.992--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.992--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.992--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.992--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.992--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.992--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.992--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.992--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.992--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.992--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.992--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.992--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.992--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.992--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.992--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.992--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.993--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.993--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.993--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.993--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.993--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.993--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.993--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.993--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.993--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.993--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.993--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.993--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.993--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.993--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.993--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.993--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.993--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.994--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.994--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.994--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.994--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.994--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:10.994--ClientSession(487408760)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:10.994--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:10.994--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:10.994--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 43] [junit] [EL Fine]: 2022-09-10 04:19:10.994--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 43] [junit] [EL Fine]: 2022-09-10 04:19:10.994--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 43] [junit] [EL Fine]: 2022-09-10 04:19:10.994--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 43] [junit] [EL Fine]: 2022-09-10 04:19:10.994--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 43] [junit] [EL Fine]: 2022-09-10 04:19:10.994--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 32] [junit] [EL Fine]: 2022-09-10 04:19:10.994--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 32] [junit] [EL Fine]: 2022-09-10 04:19:10.994--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 32] [junit] [EL Fine]: 2022-09-10 04:19:10.994--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 32] [junit] [EL Fine]: 2022-09-10 04:19:10.994--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 32] [junit] [EL Fine]: 2022-09-10 04:19:10.994--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 27] [junit] [EL Fine]: 2022-09-10 04:19:10.994--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 27] [junit] [EL Fine]: 2022-09-10 04:19:10.994--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 27] [junit] [EL Fine]: 2022-09-10 04:19:10.994--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 27] [junit] [EL Fine]: 2022-09-10 04:19:10.994--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 27] [junit] [EL Fine]: 2022-09-10 04:19:10.994--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 59] [junit] [EL Fine]: 2022-09-10 04:19:10.994--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 59] [junit] [EL Fine]: 2022-09-10 04:19:10.994--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 59] [junit] [EL Fine]: 2022-09-10 04:19:10.995--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 59] [junit] [EL Fine]: 2022-09-10 04:19:10.995--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 59] [junit] [EL Fine]: 2022-09-10 04:19:10.995--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 2] [junit] [EL Fine]: 2022-09-10 04:19:10.995--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 2] [junit] [EL Fine]: 2022-09-10 04:19:10.995--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 2] [junit] [EL Fine]: 2022-09-10 04:19:10.995--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 2] [junit] [EL Fine]: 2022-09-10 04:19:10.995--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 2] [junit] [EL Fine]: 2022-09-10 04:19:10.995--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 1] [junit] [EL Fine]: 2022-09-10 04:19:10.995--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 1] [junit] [EL Fine]: 2022-09-10 04:19:10.995--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 1] [junit] [EL Fine]: 2022-09-10 04:19:10.995--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 1] [junit] [EL Fine]: 2022-09-10 04:19:10.995--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 1] [junit] [EL Fine]: 2022-09-10 04:19:10.995--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 28] [junit] [EL Fine]: 2022-09-10 04:19:10.995--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 28] [junit] [EL Fine]: 2022-09-10 04:19:10.995--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 28] [junit] [EL Fine]: 2022-09-10 04:19:10.995--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 28] [junit] [EL Fine]: 2022-09-10 04:19:10.995--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 28] [junit] [EL Fine]: 2022-09-10 04:19:10.995--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 76] [junit] [EL Fine]: 2022-09-10 04:19:10.995--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 76] [junit] [EL Fine]: 2022-09-10 04:19:10.995--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 76] [junit] [EL Fine]: 2022-09-10 04:19:10.995--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 76] [junit] [EL Fine]: 2022-09-10 04:19:10.995--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 76] [junit] [EL Fine]: 2022-09-10 04:19:10.995--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 71] [junit] [EL Fine]: 2022-09-10 04:19:10.995--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 71] [junit] [EL Fine]: 2022-09-10 04:19:10.995--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 71] [junit] [EL Fine]: 2022-09-10 04:19:10.995--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 71] [junit] [EL Fine]: 2022-09-10 04:19:10.995--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 71] [junit] [EL Fine]: 2022-09-10 04:19:10.995--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 37] [junit] [EL Fine]: 2022-09-10 04:19:10.995--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 37] [junit] [EL Fine]: 2022-09-10 04:19:10.995--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 37] [junit] [EL Fine]: 2022-09-10 04:19:10.995--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 37] [junit] [EL Fine]: 2022-09-10 04:19:10.995--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 37] [junit] [EL Fine]: 2022-09-10 04:19:10.995--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 36] [junit] [EL Fine]: 2022-09-10 04:19:10.995--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 36] [junit] [EL Fine]: 2022-09-10 04:19:10.995--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 36] [junit] [EL Fine]: 2022-09-10 04:19:10.995--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 36] [junit] [EL Fine]: 2022-09-10 04:19:10.995--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 36] [junit] [EL Fine]: 2022-09-10 04:19:10.995--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 90] [junit] [EL Fine]: 2022-09-10 04:19:10.995--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 90] [junit] [EL Fine]: 2022-09-10 04:19:10.995--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 90] [junit] [EL Fine]: 2022-09-10 04:19:10.995--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 90] [junit] [EL Fine]: 2022-09-10 04:19:10.995--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 90] [junit] [EL Fine]: 2022-09-10 04:19:10.996--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 40] [junit] [EL Fine]: 2022-09-10 04:19:10.996--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 40] [junit] [EL Fine]: 2022-09-10 04:19:10.996--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 40] [junit] [EL Fine]: 2022-09-10 04:19:10.996--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 40] [junit] [EL Fine]: 2022-09-10 04:19:10.996--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 40] [junit] [EL Fine]: 2022-09-10 04:19:10.996--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 38] [junit] [EL Fine]: 2022-09-10 04:19:10.996--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 38] [junit] [EL Fine]: 2022-09-10 04:19:10.996--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 38] [junit] [EL Fine]: 2022-09-10 04:19:10.996--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 38] [junit] [EL Fine]: 2022-09-10 04:19:10.996--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 38] [junit] [EL Fine]: 2022-09-10 04:19:10.996--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 7] [junit] [EL Fine]: 2022-09-10 04:19:10.996--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 7] [junit] [EL Fine]: 2022-09-10 04:19:10.996--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 7] [junit] [EL Fine]: 2022-09-10 04:19:10.996--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 7] [junit] [EL Fine]: 2022-09-10 04:19:10.996--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 7] [junit] [EL Fine]: 2022-09-10 04:19:10.996--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 23] [junit] [EL Fine]: 2022-09-10 04:19:10.996--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 23] [junit] [EL Fine]: 2022-09-10 04:19:10.996--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 23] [junit] [EL Fine]: 2022-09-10 04:19:10.996--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 23] [junit] [EL Fine]: 2022-09-10 04:19:10.996--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 23] [junit] [EL Fine]: 2022-09-10 04:19:10.996--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 87] [junit] [EL Fine]: 2022-09-10 04:19:10.996--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 87] [junit] [EL Fine]: 2022-09-10 04:19:10.996--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 87] [junit] [EL Fine]: 2022-09-10 04:19:10.996--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 87] [junit] [EL Fine]: 2022-09-10 04:19:10.996--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 87] [junit] [EL Fine]: 2022-09-10 04:19:10.996--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 22] [junit] [EL Fine]: 2022-09-10 04:19:10.996--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 22] [junit] [EL Fine]: 2022-09-10 04:19:10.996--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 22] [junit] [EL Fine]: 2022-09-10 04:19:10.996--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 22] [junit] [EL Fine]: 2022-09-10 04:19:10.996--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 22] [junit] [EL Fine]: 2022-09-10 04:19:10.996--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [16, 13] [junit] [EL Fine]: 2022-09-10 04:19:10.996--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 13] [junit] [EL Fine]: 2022-09-10 04:19:10.996--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 13] [junit] [EL Fine]: 2022-09-10 04:19:10.996--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 13] [junit] [EL Fine]: 2022-09-10 04:19:10.996--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 13] [junit] [EL Fine]: 2022-09-10 04:19:10.996--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [19, 17] [junit] [EL Fine]: 2022-09-10 04:19:10.996--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [18, 17] [junit] [EL Fine]: 2022-09-10 04:19:10.996--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [17, 17] [junit] [EL Fine]: 2022-09-10 04:19:10.996--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [15, 17] [junit] [EL Fine]: 2022-09-10 04:19:10.996--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])-- bind => [20, 17] [junit] [EL Finer]: 2022-09-10 04:19:10.996--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:11.015--ClientSession(487408760)--Connection(1788822015)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:11.016--ServerSession(1526542158)--Connection(1912431883)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:11.028--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:11.028--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:11.032--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:11.033--ClientSession(487408760)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:11.033--UnitOfWork(1133612015)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:11.033--ClientSession(487408760)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:11.033--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1519764781 [junit] [EL Finer]: 2022-09-10 04:19:11.033--ClientSession(1519764781)--Thread(Thread[main,5,main])--acquire unit of work: 381962871 [junit] [EL Finer]: 2022-09-10 04:19:11.035--UnitOfWork(381962871)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:11.035--UnitOfWork(381962871)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:11.035--UnitOfWork(381962871)--Thread(Thread[main,5,main])--Execute query UpdateAllQuery(referenceClass=Employee sql="UPDATE TMP_EMP SET SALARY = (SALARY + ?) WHERE (FIRSTNAME = SUBSTR(?, ?, ?))") [junit] [EL Finest]: 2022-09-10 04:19:11.035--ServerSession(1526542158)--Connection(1518425180)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:11.035--ClientSession(1519764781)--Connection(1518425180)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:11.035--ClientSession(1519764781)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:11.036--ClientSession(1519764781)--Connection(1768621734)--Thread(Thread[main,5,main])--UPDATE TMP_EMP SET SALARY = (SALARY + ?) WHERE (FIRSTNAME = SUBSTR(?, ?, ?)) [junit] bind => [13, moo, 1, 2] [junit] [EL Finer]: 2022-09-10 04:19:11.036--UnitOfWork(381962871)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:11.036--ClientSession(1519764781)--Connection(1768621734)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:11.037--ServerSession(1526542158)--Connection(1518425180)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:11.037--UnitOfWork(381962871)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:11.037--UnitOfWork(381962871)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:11.066--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1522755386 [junit] [EL Finer]: 2022-09-10 04:19:11.066--ClientSession(1522755386)--Thread(Thread[main,5,main])--acquire unit of work: 730021607 [junit] [EL Finest]: 2022-09-10 04:19:11.066--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:reading. [junit] [EL Finest]: 2022-09-10 04:19:11.067--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (22 -> null:null:reading) [junit] [EL Finest]: 2022-09-10 04:19:11.067--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:cooking. [junit] [EL Finest]: 2022-09-10 04:19:11.067--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (23 -> null:null:cooking) [junit] [EL Finest]: 2022-09-10 04:19:11.067--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:watching tv. [junit] [EL Finest]: 2022-09-10 04:19:11.067--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (24 -> null:null:watching tv) [junit] [EL Finest]: 2022-09-10 04:19:11.067--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:cleaning the house. [junit] [EL Finest]: 2022-09-10 04:19:11.067--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (25 -> null:null:cleaning the house) [junit] [EL Finest]: 2022-09-10 04:19:11.067--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:swimming. [junit] [EL Finest]: 2022-09-10 04:19:11.067--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (26 -> null:null:swimming) [junit] [EL Finest]: 2022-09-10 04:19:11.067--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:computers. [junit] [EL Finest]: 2022-09-10 04:19:11.067--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (27 -> null:null:computers) [junit] [EL Finest]: 2022-09-10 04:19:11.067--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:stamps. [junit] [EL Finest]: 2022-09-10 04:19:11.067--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (28 -> null:null:stamps) [junit] [EL Finest]: 2022-09-10 04:19:11.067--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@0. [junit] [EL Finest]: 2022-09-10 04:19:11.068--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:19:11.068--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2. [junit] [EL Finest]: 2022-09-10 04:19:11.068--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3. [junit] [EL Finest]: 2022-09-10 04:19:11.068--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4. [junit] [EL Finest]: 2022-09-10 04:19:11.068--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5. [junit] [EL Finest]: 2022-09-10 04:19:11.068--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6. [junit] [EL Finest]: 2022-09-10 04:19:11.068--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7. [junit] [EL Finest]: 2022-09-10 04:19:11.068--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8. [junit] [EL Finest]: 2022-09-10 04:19:11.068--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9. [junit] [EL Finest]: 2022-09-10 04:19:11.068--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3abe94d9. [junit] [EL Finest]: 2022-09-10 04:19:11.068--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (319 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3abe94d9) [junit] [EL Finest]: 2022-09-10 04:19:11.068--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1788be37. [junit] [EL Finest]: 2022-09-10 04:19:11.068--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (320 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1788be37) [junit] [EL Finest]: 2022-09-10 04:19:11.068--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@58ae7e50. [junit] [EL Finest]: 2022-09-10 04:19:11.068--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (321 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@58ae7e50) [junit] [EL Finest]: 2022-09-10 04:19:11.068--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1d74720f. [junit] [EL Finest]: 2022-09-10 04:19:11.068--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (322 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1d74720f) [junit] [EL Finest]: 2022-09-10 04:19:11.068--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@53222524. [junit] [EL Finest]: 2022-09-10 04:19:11.069--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (323 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@53222524) [junit] [EL Finest]: 2022-09-10 04:19:11.069--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1894071. [junit] [EL Finest]: 2022-09-10 04:19:11.069--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (324 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1894071) [junit] [EL Finest]: 2022-09-10 04:19:11.069--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2afee2ee. [junit] [EL Finest]: 2022-09-10 04:19:11.069--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (325 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2afee2ee) [junit] [EL Finest]: 2022-09-10 04:19:11.069--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@142409b4. [junit] [EL Finest]: 2022-09-10 04:19:11.069--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (326 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@142409b4) [junit] [EL Finest]: 2022-09-10 04:19:11.069--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@56ed0511. [junit] [EL Finest]: 2022-09-10 04:19:11.069--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (327 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@56ed0511) [junit] [EL Finest]: 2022-09-10 04:19:11.069--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1d2c5d75. [junit] [EL Finest]: 2022-09-10 04:19:11.069--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (328 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1d2c5d75) [junit] [EL Finest]: 2022-09-10 04:19:11.069--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@401835ac. [junit] [EL Finest]: 2022-09-10 04:19:11.069--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (329 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@401835ac) [junit] [EL Finest]: 2022-09-10 04:19:11.069--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7445fdb2. [junit] [EL Finest]: 2022-09-10 04:19:11.069--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (330 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7445fdb2) [junit] [EL Finest]: 2022-09-10 04:19:11.069--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4a3ebba6. [junit] [EL Finest]: 2022-09-10 04:19:11.069--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (331 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4a3ebba6) [junit] [EL Finest]: 2022-09-10 04:19:11.07--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@35069061. [junit] [EL Finest]: 2022-09-10 04:19:11.07--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (332 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@35069061) [junit] [EL Finest]: 2022-09-10 04:19:11.07--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@34327638. [junit] [EL Finest]: 2022-09-10 04:19:11.07--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (333 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@34327638) [junit] [EL Finest]: 2022-09-10 04:19:11.07--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6fc1a561. [junit] [EL Finest]: 2022-09-10 04:19:11.07--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (334 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6fc1a561) [junit] [EL Finest]: 2022-09-10 04:19:11.07--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@501dd0b4. [junit] [EL Finest]: 2022-09-10 04:19:11.07--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (335 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@501dd0b4) [junit] [EL Finest]: 2022-09-10 04:19:11.07--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5199d74e. [junit] [EL Finest]: 2022-09-10 04:19:11.07--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (336 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5199d74e) [junit] [EL Finest]: 2022-09-10 04:19:11.07--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@763df8f3. [junit] [EL Finest]: 2022-09-10 04:19:11.07--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (337 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@763df8f3) [junit] [EL Finest]: 2022-09-10 04:19:11.07--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1435a1f8. [junit] [EL Finest]: 2022-09-10 04:19:11.07--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (338 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1435a1f8) [junit] [EL Finest]: 2022-09-10 04:19:11.07--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2a934bba. [junit] [EL Finest]: 2022-09-10 04:19:11.07--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (339 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2a934bba) [junit] [EL Finest]: 2022-09-10 04:19:11.07--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@35afca01. [junit] [EL Finest]: 2022-09-10 04:19:11.07--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (340 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@35afca01) [junit] [EL Finest]: 2022-09-10 04:19:11.071--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2c4c5627. [junit] [EL Finest]: 2022-09-10 04:19:11.071--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (341 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2c4c5627) [junit] [EL Finest]: 2022-09-10 04:19:11.071--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@15cf0837. [junit] [EL Finest]: 2022-09-10 04:19:11.071--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (342 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@15cf0837) [junit] [EL Finest]: 2022-09-10 04:19:11.071--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@25b14faf. [junit] [EL Finest]: 2022-09-10 04:19:11.071--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (343 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@25b14faf) [junit] [EL Finest]: 2022-09-10 04:19:11.071--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6e0576da. [junit] [EL Finest]: 2022-09-10 04:19:11.071--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (344 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6e0576da) [junit] [EL Finest]: 2022-09-10 04:19:11.071--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@20b6e853. [junit] [EL Finest]: 2022-09-10 04:19:11.071--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (345 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@20b6e853) [junit] [EL Finest]: 2022-09-10 04:19:11.071--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4dd5d2c2. [junit] [EL Finest]: 2022-09-10 04:19:11.071--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (346 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4dd5d2c2) [junit] [EL Finest]: 2022-09-10 04:19:11.071--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@62b630e0. [junit] [EL Finest]: 2022-09-10 04:19:11.071--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (347 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@62b630e0) [junit] [EL Finest]: 2022-09-10 04:19:11.071--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@274029ca. [junit] [EL Finest]: 2022-09-10 04:19:11.071--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (348 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@274029ca) [junit] [EL Finest]: 2022-09-10 04:19:11.071--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3023a901. [junit] [EL Finest]: 2022-09-10 04:19:11.072--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (349 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3023a901) [junit] [EL Finest]: 2022-09-10 04:19:11.072--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@53033e05. [junit] [EL Finest]: 2022-09-10 04:19:11.072--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (350 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@53033e05) [junit] [EL Finest]: 2022-09-10 04:19:11.072--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@e125b5. [junit] [EL Finest]: 2022-09-10 04:19:11.072--ServerSession(1526542158)--Connection(650727962)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:11.072--ClientSession(1522755386)--Connection(650727962)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:11.072--ClientSession(1522755386)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:11.072--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="VehicleGenerator" sql="UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ?") [junit] [EL Finest]: 2022-09-10 04:19:11.072--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="VehicleGenerator" sql="SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2022-09-10 04:19:11.073--ClientSession(1522755386)--Connection(185572451)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2022-09-10 04:19:11.073--ClientSession(1522755386)--Connection(185572451)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2022-09-10 04:19:11.074--ClientSession(1522755386)--Connection(185572451)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 351, last: 400 [junit] [EL Finer]: 2022-09-10 04:19:11.074--ClientSession(1522755386)--Connection(185572451)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:11.075--ServerSession(1526542158)--Connection(185572451)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2022-09-10 04:19:11.075--ServerSession(1526542158)--Connection(650727962)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:19:11.075--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (351 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@e125b5) [junit] [EL Finest]: 2022-09-10 04:19:11.075--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2159137c. [junit] [EL Finest]: 2022-09-10 04:19:11.075--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (352 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2159137c) [junit] [EL Finest]: 2022-09-10 04:19:11.075--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7073b501. [junit] [EL Finest]: 2022-09-10 04:19:11.075--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (353 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7073b501) [junit] [EL Finest]: 2022-09-10 04:19:11.076--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@633a4a3d. [junit] [EL Finest]: 2022-09-10 04:19:11.076--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (354 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@633a4a3d) [junit] [EL Finest]: 2022-09-10 04:19:11.076--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5c275b83. [junit] [EL Finest]: 2022-09-10 04:19:11.076--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (355 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5c275b83) [junit] [EL Finest]: 2022-09-10 04:19:11.076--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@350c7188. [junit] [EL Finest]: 2022-09-10 04:19:11.076--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (356 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@350c7188) [junit] [EL Finest]: 2022-09-10 04:19:11.076--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@58ba1195. [junit] [EL Finest]: 2022-09-10 04:19:11.076--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (357 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@58ba1195) [junit] [EL Finest]: 2022-09-10 04:19:11.076--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@69e0d31d. [junit] [EL Finest]: 2022-09-10 04:19:11.076--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (358 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@69e0d31d) [junit] [EL Finest]: 2022-09-10 04:19:11.076--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@ffd66e1. [junit] [EL Finest]: 2022-09-10 04:19:11.076--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (359 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@ffd66e1) [junit] [EL Finest]: 2022-09-10 04:19:11.076--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@592bc6a7. [junit] [EL Finest]: 2022-09-10 04:19:11.076--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (360 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@592bc6a7) [junit] [EL Finest]: 2022-09-10 04:19:11.076--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@519552ae. [junit] [EL Finest]: 2022-09-10 04:19:11.076--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (361 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@519552ae) [junit] [EL Finest]: 2022-09-10 04:19:11.076--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3e821bba. [junit] [EL Finest]: 2022-09-10 04:19:11.076--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (362 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3e821bba) [junit] [EL Finest]: 2022-09-10 04:19:11.077--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a2cb8e5. [junit] [EL Finest]: 2022-09-10 04:19:11.077--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (363 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a2cb8e5) [junit] [EL Finest]: 2022-09-10 04:19:11.077--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5db553f9. [junit] [EL Finest]: 2022-09-10 04:19:11.077--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (364 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5db553f9) [junit] [EL Finest]: 2022-09-10 04:19:11.077--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@264e6ac3. [junit] [EL Finest]: 2022-09-10 04:19:11.077--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (365 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@264e6ac3) [junit] [EL Finest]: 2022-09-10 04:19:11.077--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@83ffa7b. [junit] [EL Finest]: 2022-09-10 04:19:11.077--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (366 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@83ffa7b) [junit] [EL Finest]: 2022-09-10 04:19:11.077--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@37eb8009. [junit] [EL Finest]: 2022-09-10 04:19:11.077--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (367 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@37eb8009) [junit] [EL Finest]: 2022-09-10 04:19:11.077--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@40b63796. [junit] [EL Finest]: 2022-09-10 04:19:11.077--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (368 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@40b63796) [junit] [EL Finest]: 2022-09-10 04:19:11.077--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@15fb5531. [junit] [EL Finest]: 2022-09-10 04:19:11.077--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (369 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@15fb5531) [junit] [EL Finest]: 2022-09-10 04:19:11.077--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@62e099d7. [junit] [EL Finest]: 2022-09-10 04:19:11.077--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (370 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@62e099d7) [junit] [EL Finest]: 2022-09-10 04:19:11.077--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@960a64a. [junit] [EL Finest]: 2022-09-10 04:19:11.078--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (371 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@960a64a) [junit] [EL Finest]: 2022-09-10 04:19:11.078--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@789b3a77. [junit] [EL Finest]: 2022-09-10 04:19:11.078--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (372 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@789b3a77) [junit] [EL Finest]: 2022-09-10 04:19:11.078--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3706ba88. [junit] [EL Finest]: 2022-09-10 04:19:11.078--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (373 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3706ba88) [junit] [EL Finest]: 2022-09-10 04:19:11.078--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@51cea39e. [junit] [EL Finest]: 2022-09-10 04:19:11.078--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (374 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@51cea39e) [junit] [EL Finest]: 2022-09-10 04:19:11.078--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5d100d1b. [junit] [EL Finest]: 2022-09-10 04:19:11.078--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (375 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5d100d1b) [junit] [EL Finest]: 2022-09-10 04:19:11.078--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7cf9dc4c. [junit] [EL Finest]: 2022-09-10 04:19:11.078--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (376 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7cf9dc4c) [junit] [EL Finest]: 2022-09-10 04:19:11.078--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7ea9fba1. [junit] [EL Finest]: 2022-09-10 04:19:11.078--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (377 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7ea9fba1) [junit] [EL Finest]: 2022-09-10 04:19:11.078--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a5f65b9. [junit] [EL Finest]: 2022-09-10 04:19:11.078--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (378 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a5f65b9) [junit] [EL Finest]: 2022-09-10 04:19:11.078--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@77ad33c. [junit] [EL Finest]: 2022-09-10 04:19:11.079--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (379 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@77ad33c) [junit] [EL Finest]: 2022-09-10 04:19:11.079--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@35d36423. [junit] [EL Finest]: 2022-09-10 04:19:11.079--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (380 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@35d36423) [junit] [EL Finest]: 2022-09-10 04:19:11.079--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@416e5cb. [junit] [EL Finest]: 2022-09-10 04:19:11.079--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (381 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@416e5cb) [junit] [EL Finest]: 2022-09-10 04:19:11.079--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@25452a5d. [junit] [EL Finest]: 2022-09-10 04:19:11.079--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (382 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@25452a5d) [junit] [EL Finest]: 2022-09-10 04:19:11.079--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@74f7eefa. [junit] [EL Finest]: 2022-09-10 04:19:11.079--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (383 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@74f7eefa) [junit] [EL Finest]: 2022-09-10 04:19:11.079--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5aab7e3b. [junit] [EL Finest]: 2022-09-10 04:19:11.079--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (384 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5aab7e3b) [junit] [EL Finest]: 2022-09-10 04:19:11.079--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@69a0f018. [junit] [EL Finest]: 2022-09-10 04:19:11.079--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (385 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@69a0f018) [junit] [EL Finest]: 2022-09-10 04:19:11.079--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@653b28b3. [junit] [EL Finest]: 2022-09-10 04:19:11.079--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (386 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@653b28b3) [junit] [EL Finest]: 2022-09-10 04:19:11.079--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2ef08ad0. [junit] [EL Finest]: 2022-09-10 04:19:11.079--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (387 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2ef08ad0) [junit] [EL Finest]: 2022-09-10 04:19:11.08--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2fab6393. [junit] [EL Finest]: 2022-09-10 04:19:11.08--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (388 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2fab6393) [junit] [EL Finest]: 2022-09-10 04:19:11.08--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@41e5664e. [junit] [EL Finest]: 2022-09-10 04:19:11.08--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (389 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@41e5664e) [junit] [EL Finest]: 2022-09-10 04:19:11.08--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7da7b071. [junit] [EL Finest]: 2022-09-10 04:19:11.08--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (390 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7da7b071) [junit] [EL Finest]: 2022-09-10 04:19:11.08--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@572b031f. [junit] [EL Finest]: 2022-09-10 04:19:11.08--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (391 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@572b031f) [junit] [EL Finest]: 2022-09-10 04:19:11.08--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@23685592. [junit] [EL Finest]: 2022-09-10 04:19:11.08--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (392 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@23685592) [junit] [EL Finest]: 2022-09-10 04:19:11.08--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@495590a7. [junit] [EL Finest]: 2022-09-10 04:19:11.08--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (393 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@495590a7) [junit] [EL Finest]: 2022-09-10 04:19:11.08--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@9b195c4. [junit] [EL Finest]: 2022-09-10 04:19:11.08--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (394 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@9b195c4) [junit] [EL Finest]: 2022-09-10 04:19:11.08--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@60d5c16. [junit] [EL Finest]: 2022-09-10 04:19:11.08--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (395 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@60d5c16) [junit] [EL Finest]: 2022-09-10 04:19:11.08--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@67a84d80. [junit] [EL Finest]: 2022-09-10 04:19:11.081--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (396 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@67a84d80) [junit] [EL Finest]: 2022-09-10 04:19:11.081--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@21d297a. [junit] [EL Finest]: 2022-09-10 04:19:11.081--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (397 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@21d297a) [junit] [EL Finest]: 2022-09-10 04:19:11.081--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7879348. [junit] [EL Finest]: 2022-09-10 04:19:11.081--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (398 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7879348) [junit] [EL Finest]: 2022-09-10 04:19:11.081--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6b869242. [junit] [EL Finest]: 2022-09-10 04:19:11.081--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (399 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6b869242) [junit] [EL Finest]: 2022-09-10 04:19:11.081--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4ee706ff. [junit] [EL Finest]: 2022-09-10 04:19:11.081--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (400 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4ee706ff) [junit] [EL Finest]: 2022-09-10 04:19:11.081--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@25daa0a0. [junit] [EL Finest]: 2022-09-10 04:19:11.081--ServerSession(1526542158)--Connection(519858816)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:11.081--ClientSession(1522755386)--Connection(519858816)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:11.081--ClientSession(1522755386)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:11.082--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="VehicleGenerator" sql="UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ?") [junit] [EL Finest]: 2022-09-10 04:19:11.082--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="VehicleGenerator" sql="SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2022-09-10 04:19:11.082--ClientSession(1522755386)--Connection(1094188959)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2022-09-10 04:19:11.083--ClientSession(1522755386)--Connection(1094188959)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2022-09-10 04:19:11.083--ClientSession(1522755386)--Connection(1094188959)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 401, last: 450 [junit] [EL Finer]: 2022-09-10 04:19:11.084--ClientSession(1522755386)--Connection(1094188959)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:11.084--ServerSession(1526542158)--Connection(1094188959)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2022-09-10 04:19:11.084--ServerSession(1526542158)--Connection(519858816)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:19:11.085--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (401 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@25daa0a0) [junit] [EL Finest]: 2022-09-10 04:19:11.085--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7dbb7ca8. [junit] [EL Finest]: 2022-09-10 04:19:11.085--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (402 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7dbb7ca8) [junit] [EL Finest]: 2022-09-10 04:19:11.085--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4fb52fa5. [junit] [EL Finest]: 2022-09-10 04:19:11.085--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (403 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4fb52fa5) [junit] [EL Finest]: 2022-09-10 04:19:11.085--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2eed4dd6. [junit] [EL Finest]: 2022-09-10 04:19:11.085--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (404 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2eed4dd6) [junit] [EL Finest]: 2022-09-10 04:19:11.085--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1f0eabb8. [junit] [EL Finest]: 2022-09-10 04:19:11.085--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (405 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1f0eabb8) [junit] [EL Finest]: 2022-09-10 04:19:11.085--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3976dacd. [junit] [EL Finest]: 2022-09-10 04:19:11.085--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (406 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3976dacd) [junit] [EL Finest]: 2022-09-10 04:19:11.085--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5f580241. [junit] [EL Finest]: 2022-09-10 04:19:11.085--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (407 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5f580241) [junit] [EL Finest]: 2022-09-10 04:19:11.085--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1b1f7781. [junit] [EL Finest]: 2022-09-10 04:19:11.085--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (408 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1b1f7781) [junit] [EL Finest]: 2022-09-10 04:19:11.085--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@71a65c31. [junit] [EL Finest]: 2022-09-10 04:19:11.085--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (409 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@71a65c31) [junit] [EL Finest]: 2022-09-10 04:19:11.086--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7e09407a. [junit] [EL Finest]: 2022-09-10 04:19:11.086--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (410 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7e09407a) [junit] [EL Finest]: 2022-09-10 04:19:11.086--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@61dc0ff0. [junit] [EL Finest]: 2022-09-10 04:19:11.086--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (411 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@61dc0ff0) [junit] [EL Finest]: 2022-09-10 04:19:11.086--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@11fcf35. [junit] [EL Finest]: 2022-09-10 04:19:11.086--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (412 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@11fcf35) [junit] [EL Finest]: 2022-09-10 04:19:11.086--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@421b4cf3. [junit] [EL Finest]: 2022-09-10 04:19:11.086--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (413 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@421b4cf3) [junit] [EL Finest]: 2022-09-10 04:19:11.086--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7625ce5a. [junit] [EL Finest]: 2022-09-10 04:19:11.086--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (414 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7625ce5a) [junit] [EL Finest]: 2022-09-10 04:19:11.086--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7787fce1. [junit] [EL Finest]: 2022-09-10 04:19:11.086--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (415 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7787fce1) [junit] [EL Finest]: 2022-09-10 04:19:11.086--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@89ee343. [junit] [EL Finest]: 2022-09-10 04:19:11.086--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (416 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@89ee343) [junit] [EL Finest]: 2022-09-10 04:19:11.086--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@10fa5a77. [junit] [EL Finest]: 2022-09-10 04:19:11.086--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (417 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@10fa5a77) [junit] [EL Finest]: 2022-09-10 04:19:11.086--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4875012c. [junit] [EL Finest]: 2022-09-10 04:19:11.087--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (418 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4875012c) [junit] [EL Finest]: 2022-09-10 04:19:11.087--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@dd9c37. [junit] [EL Finest]: 2022-09-10 04:19:11.087--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (419 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@dd9c37) [junit] [EL Finest]: 2022-09-10 04:19:11.087--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@7f26f394. [junit] [EL Finest]: 2022-09-10 04:19:11.087--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (420 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@7f26f394) [junit] [EL Finest]: 2022-09-10 04:19:11.087--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@3d4d27e5. [junit] [EL Finest]: 2022-09-10 04:19:11.087--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (421 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@3d4d27e5) [junit] [EL Finest]: 2022-09-10 04:19:11.087--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@5dd12d01. [junit] [EL Finest]: 2022-09-10 04:19:11.087--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (422 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@5dd12d01) [junit] [EL Finest]: 2022-09-10 04:19:11.087--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@31813ea8. [junit] [EL Finest]: 2022-09-10 04:19:11.087--UnitOfWork(730021607)--Thread(Thread[main,5,main])--assign sequence to the object (423 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@31813ea8) [junit] [EL Finest]: 2022-09-10 04:19:11.087--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@79f3d15f. [junit] [EL Finest]: 2022-09-10 04:19:11.087--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@79382a05. [junit] [EL Finest]: 2022-09-10 04:19:11.087--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@266a77ac. [junit] [EL Finest]: 2022-09-10 04:19:11.087--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1e732fc2. [junit] [EL Finest]: 2022-09-10 04:19:11.088--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@bbaf70f. [junit] [EL Finest]: 2022-09-10 04:19:11.088--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3027a038. [junit] [EL Finest]: 2022-09-10 04:19:11.088--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@539d6123. [junit] [EL Finest]: 2022-09-10 04:19:11.088--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5e1b425. [junit] [EL Finest]: 2022-09-10 04:19:11.088--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2df44716. [junit] [EL Finest]: 2022-09-10 04:19:11.088--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7ab212f9. [junit] [EL Finest]: 2022-09-10 04:19:11.088--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@25be3c66. [junit] [EL Finest]: 2022-09-10 04:19:11.088--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6baf95f9. [junit] [EL Finest]: 2022-09-10 04:19:11.088--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7d0f755c. [junit] [EL Finest]: 2022-09-10 04:19:11.088--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@682d4502. [junit] [EL Finest]: 2022-09-10 04:19:11.088--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7618695e. [junit] [EL Finest]: 2022-09-10 04:19:11.088--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5b30b332. [junit] [EL Finest]: 2022-09-10 04:19:11.088--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@447a3df7. [junit] [EL Finest]: 2022-09-10 04:19:11.089--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7c9e2e07. [junit] [EL Finest]: 2022-09-10 04:19:11.089--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@77dd90ce. [junit] [EL Finest]: 2022-09-10 04:19:11.089--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@153af60c. [junit] [EL Finest]: 2022-09-10 04:19:11.089--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4e52b7. [junit] [EL Finest]: 2022-09-10 04:19:11.089--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1267d81a. [junit] [EL Finest]: 2022-09-10 04:19:11.089--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@c7b1703. [junit] [EL Finest]: 2022-09-10 04:19:11.089--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@e0500bc. [junit] [EL Finest]: 2022-09-10 04:19:11.089--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@35634653. [junit] [EL Finest]: 2022-09-10 04:19:11.089--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4443aec3. [junit] [EL Finest]: 2022-09-10 04:19:11.089--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2ebff011. [junit] [EL Finest]: 2022-09-10 04:19:11.089--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3fe8d36a. [junit] [EL Finest]: 2022-09-10 04:19:11.089--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6430f63e. [junit] [EL Finest]: 2022-09-10 04:19:11.09--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@599cc8a8. [junit] [EL Finest]: 2022-09-10 04:19:11.09--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7a5f612f. [junit] [EL Finest]: 2022-09-10 04:19:11.09--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@54dcf244. [junit] [EL Finest]: 2022-09-10 04:19:11.09--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@23e9526b. [junit] [EL Finest]: 2022-09-10 04:19:11.09--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2ee02596. [junit] [EL Finest]: 2022-09-10 04:19:11.09--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@155770e0. [junit] [EL Finest]: 2022-09-10 04:19:11.09--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4a8cddf5. [junit] [EL Finest]: 2022-09-10 04:19:11.09--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@38128db7. [junit] [EL Finest]: 2022-09-10 04:19:11.09--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@de9650a. [junit] [EL Finest]: 2022-09-10 04:19:11.09--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@56de4d71. [junit] [EL Finest]: 2022-09-10 04:19:11.09--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2d0a7a6. [junit] [EL Finest]: 2022-09-10 04:19:11.09--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@341b0573. [junit] [EL Finest]: 2022-09-10 04:19:11.09--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4d002c5c. [junit] [EL Finest]: 2022-09-10 04:19:11.09--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@62ab7acd. [junit] [EL Finest]: 2022-09-10 04:19:11.091--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@360e9b23. [junit] [EL Finest]: 2022-09-10 04:19:11.091--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3fba9ca1. [junit] [EL Finest]: 2022-09-10 04:19:11.091--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6a3b205. [junit] [EL Finest]: 2022-09-10 04:19:11.091--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1c057fc8. [junit] [EL Finest]: 2022-09-10 04:19:11.091--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@749979f4. [junit] [EL Finest]: 2022-09-10 04:19:11.091--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@394e21b9. [junit] [EL Finest]: 2022-09-10 04:19:11.091--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@671bda0b. [junit] [EL Finest]: 2022-09-10 04:19:11.091--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@362f4176. [junit] [EL Finest]: 2022-09-10 04:19:11.091--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@45940c10. [junit] [EL Finest]: 2022-09-10 04:19:11.091--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5026a5ba. [junit] [EL Finest]: 2022-09-10 04:19:11.091--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7bcf808e. [junit] [EL Finest]: 2022-09-10 04:19:11.091--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@719d7341. [junit] [EL Finest]: 2022-09-10 04:19:11.092--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1fb86668. [junit] [EL Finest]: 2022-09-10 04:19:11.092--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@9a28f5d. [junit] [EL Finest]: 2022-09-10 04:19:11.092--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6f4bafc2. [junit] [EL Finest]: 2022-09-10 04:19:11.092--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1ed5cb12. [junit] [EL Finest]: 2022-09-10 04:19:11.092--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7f3a9c11. [junit] [EL Finest]: 2022-09-10 04:19:11.092--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4fb54ca0. [junit] [EL Finest]: 2022-09-10 04:19:11.092--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@41a21205. [junit] [EL Finest]: 2022-09-10 04:19:11.092--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1f8c7cd7. [junit] [EL Finest]: 2022-09-10 04:19:11.092--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3a42b2b6. [junit] [EL Finest]: 2022-09-10 04:19:11.092--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@73a347e8. [junit] [EL Finest]: 2022-09-10 04:19:11.092--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3a235f21. [junit] [EL Finest]: 2022-09-10 04:19:11.092--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@730325d9. [junit] [EL Finest]: 2022-09-10 04:19:11.092--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1a2a5343. [junit] [EL Finest]: 2022-09-10 04:19:11.093--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5f5fe604. [junit] [EL Finest]: 2022-09-10 04:19:11.093--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2b8030c6. [junit] [EL Finest]: 2022-09-10 04:19:11.093--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7fa72332. [junit] [EL Finest]: 2022-09-10 04:19:11.093--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@70eb3b36. [junit] [EL Finest]: 2022-09-10 04:19:11.093--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2de83c2c. [junit] [EL Finest]: 2022-09-10 04:19:11.093--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@67e28dad. [junit] [EL Finest]: 2022-09-10 04:19:11.093--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@611bf705. [junit] [EL Finest]: 2022-09-10 04:19:11.093--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@15f75fa5. [junit] [EL Finest]: 2022-09-10 04:19:11.093--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@53722f45. [junit] [EL Finest]: 2022-09-10 04:19:11.093--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@43aa4e0d. [junit] [EL Finest]: 2022-09-10 04:19:11.093--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@166913c2. [junit] [EL Finest]: 2022-09-10 04:19:11.093--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@124a5e54. [junit] [EL Finest]: 2022-09-10 04:19:11.094--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@bc86ac. [junit] [EL Finest]: 2022-09-10 04:19:11.094--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4e5b0a90. [junit] [EL Finest]: 2022-09-10 04:19:11.094--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5f9b22c1. [junit] [EL Finest]: 2022-09-10 04:19:11.094--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5dda5493. [junit] [EL Finest]: 2022-09-10 04:19:11.094--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5279a1ca. [junit] [EL Finest]: 2022-09-10 04:19:11.094--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@8d94d1e. [junit] [EL Finest]: 2022-09-10 04:19:11.094--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5362b064. [junit] [EL Finest]: 2022-09-10 04:19:11.094--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@51843e3e. [junit] [EL Finest]: 2022-09-10 04:19:11.094--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@aca7766. [junit] [EL Finest]: 2022-09-10 04:19:11.094--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@50150196. [junit] [EL Finest]: 2022-09-10 04:19:11.094--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2d8c51c9. [junit] [EL Finest]: 2022-09-10 04:19:11.094--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@70ab102c. [junit] [EL Finest]: 2022-09-10 04:19:11.095--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@68dee76e. [junit] [EL Finest]: 2022-09-10 04:19:11.095--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1d839d22. [junit] [EL Finest]: 2022-09-10 04:19:11.095--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3a103112. [junit] [EL Finest]: 2022-09-10 04:19:11.095--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@cfef34. [junit] [EL Finest]: 2022-09-10 04:19:11.095--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4c4bff52. [junit] [EL Finest]: 2022-09-10 04:19:11.095--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@12c2135e. [junit] [EL Finest]: 2022-09-10 04:19:11.095--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@30f94b64. [junit] [EL Finest]: 2022-09-10 04:19:11.095--UnitOfWork(730021607)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2686ca. [junit] [EL Finer]: 2022-09-10 04:19:11.095--UnitOfWork(730021607)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:11.097--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@31813ea8) [junit] [EL Finest]: 2022-09-10 04:19:11.097--ServerSession(1526542158)--Connection(1558491026)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:11.097--ClientSession(1522755386)--Connection(1558491026)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:11.097--ClientSession(1522755386)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:11.098--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@7f26f394) [junit] [EL Finest]: 2022-09-10 04:19:11.098--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@dd9c37) [junit] [EL Finest]: 2022-09-10 04:19:11.098--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@5dd12d01) [junit] [EL Finest]: 2022-09-10 04:19:11.098--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@3d4d27e5) [junit] [EL Finest]: 2022-09-10 04:19:11.098--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4) [junit] [EL Finer]: 2022-09-10 04:19:11.098--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:11.098--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, NUM_GEARS, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:11.098--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [423, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2022-09-10 04:19:11.098--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [420, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2022-09-10 04:19:11.098--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [419, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2022-09-10 04:19:11.098--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [422, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2022-09-10 04:19:11.099--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [421, foo-brand, null, 0, 1, 4] [junit] [EL Finer]: 2022-09-10 04:19:11.099--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:11.101--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5) [junit] [EL Finest]: 2022-09-10 04:19:11.101--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:19:11.101--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@0) [junit] [EL Finest]: 2022-09-10 04:19:11.101--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7) [junit] [EL Finest]: 2022-09-10 04:19:11.101--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6) [junit] [EL Finest]: 2022-09-10 04:19:11.101--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9) [junit] [EL Finest]: 2022-09-10 04:19:11.101--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2022-09-10 04:19:11.101--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2022-09-10 04:19:11.101--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8) [junit] [EL Finest]: 2022-09-10 04:19:11.102--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@124a5e54) [junit] [EL Finer]: 2022-09-10 04:19:11.102--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:11.102--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:11.102--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [4, Department_4, 1] [junit] [EL Fine]: 2022-09-10 04:19:11.102--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [5, Department_5, 1] [junit] [EL Fine]: 2022-09-10 04:19:11.102--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [1, Department_1, 1] [junit] [EL Fine]: 2022-09-10 04:19:11.102--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [0, Department_0, 1] [junit] [EL Fine]: 2022-09-10 04:19:11.102--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [7, Department_7, 1] [junit] [EL Fine]: 2022-09-10 04:19:11.102--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [6, Department_6, 1] [junit] [EL Fine]: 2022-09-10 04:19:11.102--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [9, Department_9, 1] [junit] [EL Fine]: 2022-09-10 04:19:11.102--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [3, Department_3, 1] [junit] [EL Fine]: 2022-09-10 04:19:11.102--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [2, Department_2, 1] [junit] [EL Fine]: 2022-09-10 04:19:11.102--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [8, Department_8, 1] [junit] [EL Finer]: 2022-09-10 04:19:11.102--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:11.104--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@56de4d71) [junit] [EL Finest]: 2022-09-10 04:19:11.104--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3a103112) [junit] [EL Finest]: 2022-09-10 04:19:11.104--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@51843e3e) [junit] [EL Finest]: 2022-09-10 04:19:11.104--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@719d7341) [junit] [EL Finest]: 2022-09-10 04:19:11.104--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@12c2135e) [junit] [EL Finest]: 2022-09-10 04:19:11.104--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7a5f612f) [junit] [EL Finest]: 2022-09-10 04:19:11.105--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3fe8d36a) [junit] [EL Finest]: 2022-09-10 04:19:11.105--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2df44716) [junit] [EL Finest]: 2022-09-10 04:19:11.105--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@447a3df7) [junit] [EL Finest]: 2022-09-10 04:19:11.105--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4e52b7) [junit] [EL Finest]: 2022-09-10 04:19:11.105--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4443aec3) [junit] [EL Finest]: 2022-09-10 04:19:11.105--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@53722f45) [junit] [EL Finest]: 2022-09-10 04:19:11.105--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@360e9b23) [junit] [EL Finest]: 2022-09-10 04:19:11.105--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7bcf808e) [junit] [EL Finest]: 2022-09-10 04:19:11.106--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2ee02596) [junit] [EL Finest]: 2022-09-10 04:19:11.106--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5f5fe604) [junit] [EL Finest]: 2022-09-10 04:19:11.106--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@de9650a) [junit] [EL Finest]: 2022-09-10 04:19:11.106--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@730325d9) [junit] [EL Finest]: 2022-09-10 04:19:11.106--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@43aa4e0d) [junit] [EL Finest]: 2022-09-10 04:19:11.106--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1ed5cb12) [junit] [EL Finest]: 2022-09-10 04:19:11.106--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2de83c2c) [junit] [EL Finest]: 2022-09-10 04:19:11.106--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@749979f4) [junit] [EL Finest]: 2022-09-10 04:19:11.106--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6baf95f9) [junit] [EL Finest]: 2022-09-10 04:19:11.106--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@341b0573) [junit] [EL Finest]: 2022-09-10 04:19:11.107--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7fa72332) [junit] [EL Finest]: 2022-09-10 04:19:11.107--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5e1b425) [junit] [EL Finest]: 2022-09-10 04:19:11.107--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@35634653) [junit] [EL Finest]: 2022-09-10 04:19:11.107--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@70eb3b36) [junit] [EL Finest]: 2022-09-10 04:19:11.107--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4fb54ca0) [junit] [EL Finest]: 2022-09-10 04:19:11.107--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@c7b1703) [junit] [EL Finest]: 2022-09-10 04:19:11.107--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@25be3c66) [junit] [EL Finest]: 2022-09-10 04:19:11.107--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5362b064) [junit] [EL Finest]: 2022-09-10 04:19:11.107--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@153af60c) [junit] [EL Finest]: 2022-09-10 04:19:11.107--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@362f4176) [junit] [EL Finest]: 2022-09-10 04:19:11.108--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@23e9526b) [junit] [EL Finest]: 2022-09-10 04:19:11.108--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@15f75fa5) [junit] [EL Finest]: 2022-09-10 04:19:11.108--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@30f94b64) [junit] [EL Finest]: 2022-09-10 04:19:11.108--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2b8030c6) [junit] [EL Finest]: 2022-09-10 04:19:11.108--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1f8c7cd7) [junit] [EL Finest]: 2022-09-10 04:19:11.108--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@155770e0) [junit] [EL Finest]: 2022-09-10 04:19:11.108--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@611bf705) [junit] [EL Finest]: 2022-09-10 04:19:11.108--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4a8cddf5) [junit] [EL Finest]: 2022-09-10 04:19:11.108--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1d839d22) [junit] [EL Finest]: 2022-09-10 04:19:11.108--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@68dee76e) [junit] [EL Finest]: 2022-09-10 04:19:11.109--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@70ab102c) [junit] [EL Finest]: 2022-09-10 04:19:11.109--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7ab212f9) [junit] [EL Finest]: 2022-09-10 04:19:11.109--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@38128db7) [junit] [EL Finest]: 2022-09-10 04:19:11.109--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@682d4502) [junit] [EL Finest]: 2022-09-10 04:19:11.109--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7618695e) [junit] [EL Finest]: 2022-09-10 04:19:11.109--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2d0a7a6) [junit] [EL Finest]: 2022-09-10 04:19:11.109--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@aca7766) [junit] [EL Finest]: 2022-09-10 04:19:11.109--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2ebff011) [junit] [EL Finest]: 2022-09-10 04:19:11.109--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@394e21b9) [junit] [EL Finest]: 2022-09-10 04:19:11.109--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3027a038) [junit] [EL Finest]: 2022-09-10 04:19:11.11--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1fb86668) [junit] [EL Finest]: 2022-09-10 04:19:11.11--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@599cc8a8) [junit] [EL Finest]: 2022-09-10 04:19:11.11--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@bc86ac) [junit] [EL Finest]: 2022-09-10 04:19:11.11--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@cfef34) [junit] [EL Finest]: 2022-09-10 04:19:11.11--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2d8c51c9) [junit] [EL Finest]: 2022-09-10 04:19:11.11--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1a2a5343) [junit] [EL Finest]: 2022-09-10 04:19:11.11--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2686ca) [junit] [EL Finest]: 2022-09-10 04:19:11.11--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5279a1ca) [junit] [EL Finest]: 2022-09-10 04:19:11.11--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5026a5ba) [junit] [EL Finest]: 2022-09-10 04:19:11.11--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@41a21205) [junit] [EL Finest]: 2022-09-10 04:19:11.111--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@539d6123) [junit] [EL Finest]: 2022-09-10 04:19:11.111--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6430f63e) [junit] [EL Finest]: 2022-09-10 04:19:11.111--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@8d94d1e) [junit] [EL Finest]: 2022-09-10 04:19:11.111--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4c4bff52) [junit] [EL Finest]: 2022-09-10 04:19:11.111--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@266a77ac) [junit] [EL Finest]: 2022-09-10 04:19:11.111--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@79382a05) [junit] [EL Finest]: 2022-09-10 04:19:11.111--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@50150196) [junit] [EL Finest]: 2022-09-10 04:19:11.111--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1e732fc2) [junit] [EL Finest]: 2022-09-10 04:19:11.111--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@9a28f5d) [junit] [EL Finest]: 2022-09-10 04:19:11.112--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7f3a9c11) [junit] [EL Finest]: 2022-09-10 04:19:11.112--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@79f3d15f) [junit] [EL Finest]: 2022-09-10 04:19:11.112--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1267d81a) [junit] [EL Finest]: 2022-09-10 04:19:11.112--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@bbaf70f) [junit] [EL Finest]: 2022-09-10 04:19:11.112--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6f4bafc2) [junit] [EL Finest]: 2022-09-10 04:19:11.112--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3a42b2b6) [junit] [EL Finest]: 2022-09-10 04:19:11.112--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@77dd90ce) [junit] [EL Finest]: 2022-09-10 04:19:11.112--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@671bda0b) [junit] [EL Finest]: 2022-09-10 04:19:11.112--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@e0500bc) [junit] [EL Finest]: 2022-09-10 04:19:11.112--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4d002c5c) [junit] [EL Finest]: 2022-09-10 04:19:11.112--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7c9e2e07) [junit] [EL Finest]: 2022-09-10 04:19:11.113--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4e5b0a90) [junit] [EL Finest]: 2022-09-10 04:19:11.113--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@54dcf244) [junit] [EL Finest]: 2022-09-10 04:19:11.113--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@166913c2) [junit] [EL Finest]: 2022-09-10 04:19:11.113--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7d0f755c) [junit] [EL Finest]: 2022-09-10 04:19:11.113--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@45940c10) [junit] [EL Finest]: 2022-09-10 04:19:11.113--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@67e28dad) [junit] [EL Finest]: 2022-09-10 04:19:11.113--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6a3b205) [junit] [EL Finest]: 2022-09-10 04:19:11.113--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5f9b22c1) [junit] [EL Finest]: 2022-09-10 04:19:11.113--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@62ab7acd) [junit] [EL Finest]: 2022-09-10 04:19:11.113--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3a235f21) [junit] [EL Finest]: 2022-09-10 04:19:11.114--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1c057fc8) [junit] [EL Finest]: 2022-09-10 04:19:11.114--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@73a347e8) [junit] [EL Finest]: 2022-09-10 04:19:11.114--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5b30b332) [junit] [EL Finest]: 2022-09-10 04:19:11.114--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5dda5493) [junit] [EL Finest]: 2022-09-10 04:19:11.114--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3fba9ca1) [junit] [EL Finest]: 2022-09-10 04:19:11.114--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(27:null:computers) [junit] [EL Finer]: 2022-09-10 04:19:11.114--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:11.114--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:11.114--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [79, Hinrich, Hermelink, null, 2022-09-21 18:05:51.093, 2022-08-29 14:32:31.093, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.114--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [38, Henryk, Hawke, null, 2022-09-21 18:05:51.09, 2022-08-29 14:32:31.09, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.114--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [94, Hartmut, Hamann, null, 2022-09-21 18:05:51.095, 2022-08-29 14:32:31.095, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.114--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [87, Hulda, Hemsterhuis, null, 2022-09-21 18:05:51.094, 2022-08-29 14:32:31.094, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.115--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [54, Hagen, Hewitt, null, 2022-09-21 18:05:51.091, 2022-08-29 14:32:31.091, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.115--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [97, Henning, Hellmann, null, 2022-09-21 18:05:51.095, 2022-08-29 14:32:31.095, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.115--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [30, Helgard, Hampe, null, 2022-09-21 18:05:51.09, 2022-08-29 14:32:31.09, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.115--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, Herbert, Hanstein, null, 2022-09-21 18:05:51.089, 2022-08-29 14:32:31.089, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.115--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [8, Henryk, Haller, null, 2022-09-21 18:05:51.088, 2022-08-29 14:32:31.088, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.115--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [16, Heyko, Hartfelder, null, 2022-09-21 18:05:51.088, 2022-08-29 14:32:31.088, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.115--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [20, Heyko, Herder, null, 2022-09-21 18:05:51.089, 2022-08-29 14:32:31.089, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.115--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, Holda, Hawke, null, 2022-09-21 18:05:51.089, 2022-08-29 14:32:31.089, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.115--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [76, Helena, Haller, null, 2022-09-21 18:05:51.093, 2022-08-29 14:32:31.093, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.115--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [43, Henryk, Haak, null, 2022-09-21 18:05:51.091, 2022-08-29 14:32:31.091, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.115--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [53, Hanna, Hartenthaler, null, 2022-09-21 18:05:51.091, 2022-08-29 14:32:31.091, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.115--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [33, Hannelore, Hanstein, null, 2022-09-21 18:05:51.09, 2022-08-29 14:32:31.09, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.115--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [68, Hendrik, Halbach, null, 2022-09-21 18:05:51.093, 2022-08-29 14:32:31.093, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.115--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [37, Hella, Hildebrandt, null, 2022-09-21 18:05:51.09, 2022-08-29 14:32:31.09, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.115--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [66, Herma, Hecht, null, 2022-09-21 18:05:51.092, 2022-08-29 14:32:31.092, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.115--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [77, Hanspeter, Hilgenfeld, null, 2022-09-21 18:05:51.093, 2022-08-29 14:32:31.093, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.115--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [58, Hakon, Hanson, null, 2022-09-21 18:05:51.092, 2022-08-29 14:32:31.092, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.115--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [72, Hinrich, Hawke, null, 2022-09-21 18:05:51.093, 2022-08-29 14:32:31.093, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.115--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [47, Hadmar, Haller, null, 2022-09-21 18:05:51.091, 2022-08-29 14:32:31.091, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.115--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [11, Heinke, Heise, null, 2022-09-21 18:05:51.088, 2022-08-29 14:32:31.088, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.115--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [40, Hinrich, Hermann, null, 2022-09-21 18:05:51.09, 2022-08-29 14:32:31.09, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.115--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [70, Heiner, Hense, null, 2022-09-21 18:05:51.093, 2022-08-29 14:32:31.093, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.116--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [7, Hansklaus, Harding, null, 2022-09-21 18:05:51.088, 2022-08-29 14:32:31.088, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.116--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, Holda, Heinichen, null, 2022-09-21 18:05:51.089, 2022-08-29 14:32:31.089, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.116--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [71, Heribert, Hildebrandt, null, 2022-09-21 18:05:51.093, 2022-08-29 14:32:31.093, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.116--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [60, Heiner, Heider, null, 2022-09-21 18:05:51.092, 2022-08-29 14:32:31.092, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.116--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, Helgard, Helmig, null, 2022-09-21 18:05:51.089, 2022-08-29 14:32:31.089, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.116--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [10, Holda, Hanisch, null, 2022-09-21 18:05:51.088, 2022-08-29 14:32:31.088, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.116--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [86, Helma, Hellmann, null, 2022-09-21 18:05:51.094, 2022-08-29 14:32:31.094, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.116--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [19, Harold, Herold, null, 2022-09-21 18:05:51.089, 2022-08-29 14:32:31.089, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.116--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [50, Heidemarie, Heider, null, 2022-09-21 18:05:51.091, 2022-08-29 14:32:31.091, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.116--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [32, Heinke, Hilbert, null, 2022-09-21 18:05:51.09, 2022-08-29 14:32:31.09, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.116--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [75, Helmut, Heise, null, 2022-09-21 18:05:51.093, 2022-08-29 14:32:31.093, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.116--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [98, Harriet, Haas, null, 2022-09-21 18:05:51.095, 2022-08-29 14:32:31.095, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.116--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [69, Hilmar, Hartfelder, null, 2022-09-21 18:05:51.093, 2022-08-29 14:32:31.093, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.116--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [62, Heike, Hesse, null, 2022-09-21 18:05:51.092, 2022-08-29 14:32:31.092, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.116--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [34, Hubertus, Harnack, null, 2022-09-21 18:05:51.09, 2022-08-29 14:32:31.09, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.116--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [74, Humphrey, Henry, null, 2022-09-21 18:05:51.093, 2022-08-29 14:32:31.093, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.116--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [35, Hauke, Haas, null, 2022-09-21 18:05:51.09, 2022-08-29 14:32:31.09, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.116--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [93, Helge, Harding, null, 2022-09-21 18:05:51.095, 2022-08-29 14:32:31.095, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.116--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [92, Hakon, Hampe, null, 2022-09-21 18:05:51.094, 2022-08-29 14:32:31.094, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.116--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [91, Horst, Hamilton, null, 2022-09-21 18:05:51.094, 2022-08-29 14:32:31.094, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.116--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [9, Herbert, Herold, null, 2022-09-21 18:05:51.088, 2022-08-29 14:32:31.088, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.116--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [36, Hilde, Hamburger, null, 2022-09-21 18:05:51.09, 2022-08-29 14:32:31.09, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.117--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [13, Henryk, Harnack, null, 2022-09-21 18:05:51.088, 2022-08-29 14:32:31.088, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.117--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [14, Helga, Hamann, null, 2022-09-21 18:05:51.088, 2022-08-29 14:32:31.088, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.117--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [39, Harry, Hanson, null, 2022-09-21 18:05:51.09, 2022-08-29 14:32:31.09, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.117--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [88, Heinke, Hermelink, null, 2022-09-21 18:05:51.094, 2022-08-29 14:32:31.094, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.117--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, Harro, Hayek, null, 2022-09-21 18:05:51.089, 2022-08-29 14:32:31.089, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.117--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [48, Harald, Hermelink, null, 2022-09-21 18:05:51.091, 2022-08-29 14:32:31.091, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.117--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [5, Hansjörg, Hamilton, null, 2022-09-21 18:05:51.088, 2022-08-29 14:32:31.088, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.117--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [55, Heinz, Halbach, null, 2022-09-21 18:05:51.092, 2022-08-29 14:32:31.092, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.117--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [29, Harro, Hawke, null, 2022-09-21 18:05:51.09, 2022-08-29 14:32:31.09, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.117--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [80, Hedi, Hemsterhuis, null, 2022-09-21 18:05:51.093, 2022-08-29 14:32:31.093, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.117--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [95, Hella, Herrmann, null, 2022-09-21 18:05:51.095, 2022-08-29 14:32:31.095, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.117--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [90, Hedi, Hartenthaler, null, 2022-09-21 18:05:51.094, 2022-08-29 14:32:31.094, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.117--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [67, Hänel, Hegemann, null, 2022-09-21 18:05:51.092, 2022-08-29 14:32:31.092, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.187--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [99, Hänel, Heuser, null, 2022-09-21 18:05:51.095, 2022-08-29 14:32:31.095, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.187--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [84, Hanspeter, Hildebrand, null, 2022-09-21 18:05:51.094, 2022-08-29 14:32:31.094, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.187--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [52, Hartmut, Heinichen, null, 2022-09-21 18:05:51.091, 2022-08-29 14:32:31.091, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.187--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [61, Hazel, Hellmann, null, 2022-09-21 18:05:51.092, 2022-08-29 14:32:31.092, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.187--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [6, Hakan, Hentschel, null, 2022-09-21 18:05:51.088, 2022-08-29 14:32:31.088, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.187--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [28, Hermann, Herder, null, 2022-09-21 18:05:51.089, 2022-08-29 14:32:31.089, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.187--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [85, Heike, Hampe, null, 2022-09-21 18:05:51.094, 2022-08-29 14:32:31.094, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.187--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [96, Henrike, Hartenthaler, null, 2022-09-21 18:05:51.095, 2022-08-29 14:32:31.095, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.187--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [2, Hadmar, Hanstein, null, 2022-09-21 18:05:51.087, 2022-08-29 14:32:31.087, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.187--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [1, Hella, Hesse, null, 2022-09-21 18:05:51.087, 2022-08-29 14:32:31.087, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.187--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [89, Humphrey, Hein, null, 2022-09-21 18:05:51.094, 2022-08-29 14:32:31.094, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.187--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [3, Hildegard, Hampe, null, 2022-09-21 18:05:51.087, 2022-08-29 14:32:31.087, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.187--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [56, Hildegard, Hardenberg, null, 2022-09-21 18:05:51.092, 2022-08-29 14:32:31.092, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.187--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [59, Hertha, Heise, null, 2022-09-21 18:05:51.092, 2022-08-29 14:32:31.092, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.187--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [0, Heidemarie, Herrmann, null, 2022-09-21 18:05:51.087, 2022-08-29 14:32:31.087, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.187--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [21, Humphrey, Halbach, null, 2022-09-21 18:05:51.089, 2022-08-29 14:32:31.089, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.187--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [4, Hakan, Heidegger, null, 2022-09-21 18:05:51.088, 2022-08-29 14:32:31.088, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.187--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [57, Helma, Herder, null, 2022-09-21 18:05:51.092, 2022-08-29 14:32:31.092, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.188--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [63, Hanna, Heider, null, 2022-09-21 18:05:51.092, 2022-08-29 14:32:31.092, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.188--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [18, Heimo, Herder, null, 2022-09-21 18:05:51.089, 2022-08-29 14:32:31.089, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.188--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [49, Hannah, Habermann, null, 2022-09-21 18:05:51.091, 2022-08-29 14:32:31.091, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.188--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, Hieronymus, Hellmann, null, 2022-09-21 18:05:51.089, 2022-08-29 14:32:31.089, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.188--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [41, Harro, Herrmann, null, 2022-09-21 18:05:51.09, 2022-08-29 14:32:31.09, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.188--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [17, Hartmut, Hegemann, null, 2022-09-21 18:05:51.089, 2022-08-29 14:32:31.089, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.188--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [81, Hakon, Haak, null, 2022-09-21 18:05:51.094, 2022-08-29 14:32:31.094, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.188--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [31, Hadmar, Hary, null, 2022-09-21 18:05:51.09, 2022-08-29 14:32:31.09, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.188--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [78, Holde, Hache, null, 2022-09-21 18:05:51.093, 2022-08-29 14:32:31.093, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.188--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [12, Hakon, Habermann, null, 2022-09-21 18:05:51.088, 2022-08-29 14:32:31.088, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.188--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [51, Heide, Hermann, null, 2022-09-21 18:05:51.091, 2022-08-29 14:32:31.091, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.188--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [73, Hanns, Hilgenfeld, null, 2022-09-21 18:05:51.093, 2022-08-29 14:32:31.093, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.188--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [45, Harriet, Hackmann, null, 2022-09-21 18:05:51.091, 2022-08-29 14:32:31.091, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.188--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [82, Horst, Hamburger, null, 2022-09-21 18:05:51.094, 2022-08-29 14:32:31.094, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.188--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [42, Harold, Habermann, null, 2022-09-21 18:05:51.09, 2022-08-29 14:32:31.09, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.188--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [65, Henrike, Hardenberg, null, 2022-09-21 18:05:51.092, 2022-08-29 14:32:31.092, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.188--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [46, Hildegard, Hettner, null, 2022-09-21 18:05:51.091, 2022-08-29 14:32:31.091, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.188--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [64, Hendrik, Hackmann, null, 2022-09-21 18:05:51.092, 2022-08-29 14:32:31.092, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.188--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [15, Hermine, Hecht, null, 2022-09-21 18:05:51.088, 2022-08-29 14:32:31.088, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.188--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [83, Hertha, Harding, null, 2022-09-21 18:05:51.094, 2022-08-29 14:32:31.094, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.189--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [44, Hedda, Hausmann, null, 2022-09-21 18:05:51.091, 2022-08-29 14:32:31.091, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:11.189--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:11.211--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(28:null:stamps) [junit] [EL Finest]: 2022-09-10 04:19:11.211--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(24:null:watching tv) [junit] [EL Finest]: 2022-09-10 04:19:11.212--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(25:null:cleaning the house) [junit] [EL Finest]: 2022-09-10 04:19:11.212--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(26:null:swimming) [junit] [EL Finest]: 2022-09-10 04:19:11.212--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(22:null:reading) [junit] [EL Finest]: 2022-09-10 04:19:11.212--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(23:null:cooking) [junit] [EL Finest]: 2022-09-10 04:19:11.212--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3023a901) [junit] [EL Finer]: 2022-09-10 04:19:11.212--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:11.212--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:11.212--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, null, computers] [junit] [EL Fine]: 2022-09-10 04:19:11.212--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [28, null, stamps] [junit] [EL Fine]: 2022-09-10 04:19:11.212--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, null, watching tv] [junit] [EL Fine]: 2022-09-10 04:19:11.212--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, null, cleaning the house] [junit] [EL Fine]: 2022-09-10 04:19:11.212--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, null, swimming] [junit] [EL Fine]: 2022-09-10 04:19:11.212--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, null, reading] [junit] [EL Fine]: 2022-09-10 04:19:11.212--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, null, cooking] [junit] [EL Finer]: 2022-09-10 04:19:11.212--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:11.214--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4875012c) [junit] [EL Finest]: 2022-09-10 04:19:11.214--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@23685592) [junit] [EL Finest]: 2022-09-10 04:19:11.214--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@61dc0ff0) [junit] [EL Finest]: 2022-09-10 04:19:11.214--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@58ae7e50) [junit] [EL Finest]: 2022-09-10 04:19:11.214--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7dbb7ca8) [junit] [EL Finest]: 2022-09-10 04:19:11.214--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7445fdb2) [junit] [EL Finest]: 2022-09-10 04:19:11.215--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@15cf0837) [junit] [EL Finest]: 2022-09-10 04:19:11.215--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@62e099d7) [junit] [EL Finest]: 2022-09-10 04:19:11.215--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@653b28b3) [junit] [EL Finest]: 2022-09-10 04:19:11.215--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@53222524) [junit] [EL Finest]: 2022-09-10 04:19:11.215--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@35069061) [junit] [EL Finest]: 2022-09-10 04:19:11.215--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a2cb8e5) [junit] [EL Finest]: 2022-09-10 04:19:11.215--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4dd5d2c2) [junit] [EL Finest]: 2022-09-10 04:19:11.215--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@69e0d31d) [junit] [EL Finest]: 2022-09-10 04:19:11.215--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7073b501) [junit] [EL Finest]: 2022-09-10 04:19:11.215--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@89ee343) [junit] [EL Finest]: 2022-09-10 04:19:11.216--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@274029ca) [junit] [EL Finest]: 2022-09-10 04:19:11.216--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@37eb8009) [junit] [EL Finest]: 2022-09-10 04:19:11.216--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@9b195c4) [junit] [EL Finest]: 2022-09-10 04:19:11.216--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@350c7188) [junit] [EL Finest]: 2022-09-10 04:19:11.216--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6fc1a561) [junit] [EL Finest]: 2022-09-10 04:19:11.216--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@519552ae) [junit] [EL Finest]: 2022-09-10 04:19:11.216--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4a3ebba6) [junit] [EL Finest]: 2022-09-10 04:19:11.216--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7625ce5a) [junit] [EL Finest]: 2022-09-10 04:19:11.216--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@60d5c16) [junit] [EL Finest]: 2022-09-10 04:19:11.216--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2afee2ee) [junit] [EL Finest]: 2022-09-10 04:19:11.216--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5199d74e) [junit] [EL Finest]: 2022-09-10 04:19:11.217--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3706ba88) [junit] [EL Finest]: 2022-09-10 04:19:11.217--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@495590a7) [junit] [EL Finest]: 2022-09-10 04:19:11.217--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3abe94d9) [junit] [EL Finest]: 2022-09-10 04:19:11.217--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7879348) [junit] [EL Finest]: 2022-09-10 04:19:11.217--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5db553f9) [junit] [EL Finest]: 2022-09-10 04:19:11.217--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@25daa0a0) [junit] [EL Finest]: 2022-09-10 04:19:11.217--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1f0eabb8) [junit] [EL Finest]: 2022-09-10 04:19:11.217--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1788be37) [junit] [EL Finest]: 2022-09-10 04:19:11.217--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@763df8f3) [junit] [EL Finest]: 2022-09-10 04:19:11.218--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@11fcf35) [junit] [EL Finest]: 2022-09-10 04:19:11.218--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@10fa5a77) [junit] [EL Finest]: 2022-09-10 04:19:11.218--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1894071) [junit] [EL Finest]: 2022-09-10 04:19:11.218--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@83ffa7b) [junit] [EL Finest]: 2022-09-10 04:19:11.218--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@572b031f) [junit] [EL Finest]: 2022-09-10 04:19:11.218--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@25b14faf) [junit] [EL Finest]: 2022-09-10 04:19:11.218--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3976dacd) [junit] [EL Finest]: 2022-09-10 04:19:11.218--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@960a64a) [junit] [EL Finest]: 2022-09-10 04:19:11.218--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7da7b071) [junit] [EL Finest]: 2022-09-10 04:19:11.218--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@633a4a3d) [junit] [EL Finest]: 2022-09-10 04:19:11.218--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@62b630e0) [junit] [EL Finest]: 2022-09-10 04:19:11.219--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5aab7e3b) [junit] [EL Finest]: 2022-09-10 04:19:11.219--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@35afca01) [junit] [EL Finest]: 2022-09-10 04:19:11.219--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6b869242) [junit] [EL Finest]: 2022-09-10 04:19:11.219--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@77ad33c) [junit] [EL Finest]: 2022-09-10 04:19:11.219--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@51cea39e) [junit] [EL Finest]: 2022-09-10 04:19:11.219--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4fb52fa5) [junit] [EL Finest]: 2022-09-10 04:19:11.219--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7e09407a) [junit] [EL Finest]: 2022-09-10 04:19:11.219--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7cf9dc4c) [junit] [EL Finest]: 2022-09-10 04:19:11.219--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4ee706ff) [junit] [EL Finest]: 2022-09-10 04:19:11.219--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@71a65c31) [junit] [EL Finest]: 2022-09-10 04:19:11.22--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2fab6393) [junit] [EL Finest]: 2022-09-10 04:19:11.22--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2159137c) [junit] [EL Finest]: 2022-09-10 04:19:11.22--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@789b3a77) [junit] [EL Finest]: 2022-09-10 04:19:11.22--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@74f7eefa) [junit] [EL Finest]: 2022-09-10 04:19:11.22--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@ffd66e1) [junit] [EL Finest]: 2022-09-10 04:19:11.22--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7787fce1) [junit] [EL Finest]: 2022-09-10 04:19:11.22--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@501dd0b4) [junit] [EL Finest]: 2022-09-10 04:19:11.22--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@25452a5d) [junit] [EL Finest]: 2022-09-10 04:19:11.22--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@401835ac) [junit] [EL Finest]: 2022-09-10 04:19:11.22--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5d100d1b) [junit] [EL Finest]: 2022-09-10 04:19:11.221--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1d74720f) [junit] [EL Finest]: 2022-09-10 04:19:11.221--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@35d36423) [junit] [EL Finest]: 2022-09-10 04:19:11.221--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7ea9fba1) [junit] [EL Finest]: 2022-09-10 04:19:11.221--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@421b4cf3) [junit] [EL Finest]: 2022-09-10 04:19:11.221--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6e0576da) [junit] [EL Finest]: 2022-09-10 04:19:11.221--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1435a1f8) [junit] [EL Finest]: 2022-09-10 04:19:11.221--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@41e5664e) [junit] [EL Finest]: 2022-09-10 04:19:11.221--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@34327638) [junit] [EL Finest]: 2022-09-10 04:19:11.221--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@67a84d80) [junit] [EL Finest]: 2022-09-10 04:19:11.221--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@53033e05) [junit] [EL Finest]: 2022-09-10 04:19:11.221--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@416e5cb) [junit] [EL Finest]: 2022-09-10 04:19:11.222--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5f580241) [junit] [EL Finest]: 2022-09-10 04:19:11.222--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3e821bba) [junit] [EL Finest]: 2022-09-10 04:19:11.222--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@e125b5) [junit] [EL Finest]: 2022-09-10 04:19:11.222--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@15fb5531) [junit] [EL Finest]: 2022-09-10 04:19:11.222--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1b1f7781) [junit] [EL Finest]: 2022-09-10 04:19:11.222--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@142409b4) [junit] [EL Finest]: 2022-09-10 04:19:11.222--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@21d297a) [junit] [EL Finest]: 2022-09-10 04:19:11.222--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@58ba1195) [junit] [EL Finest]: 2022-09-10 04:19:11.222--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@40b63796) [junit] [EL Finest]: 2022-09-10 04:19:11.222--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@264e6ac3) [junit] [EL Finest]: 2022-09-10 04:19:11.223--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5c275b83) [junit] [EL Finest]: 2022-09-10 04:19:11.223--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@56ed0511) [junit] [EL Finest]: 2022-09-10 04:19:11.223--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2ef08ad0) [junit] [EL Finest]: 2022-09-10 04:19:11.223--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a5f65b9) [junit] [EL Finest]: 2022-09-10 04:19:11.223--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@69a0f018) [junit] [EL Finest]: 2022-09-10 04:19:11.223--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2c4c5627) [junit] [EL Finest]: 2022-09-10 04:19:11.223--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2a934bba) [junit] [EL Finest]: 2022-09-10 04:19:11.223--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2eed4dd6) [junit] [EL Finest]: 2022-09-10 04:19:11.223--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1d2c5d75) [junit] [EL Finest]: 2022-09-10 04:19:11.223--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@592bc6a7) [junit] [EL Finest]: 2022-09-10 04:19:11.223--UnitOfWork(730021607)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@20b6e853) [junit] [EL Finest]: 2022-09-10 04:19:11.224--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:11.224--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:11.224--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, VERSION, EMPLOYEE_ID, DTYPE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:11.224--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [349, foo-car, null, null, null, null, 1, 68, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.224--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [418, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.224--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [392, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.224--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [411, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.224--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [321, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.224--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [402, foo-car, null, null, null, null, 1, 66, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.224--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [330, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.224--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [342, foo-car, null, null, null, null, 1, 84, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.224--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [370, foo-car, null, null, null, null, 1, 34, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.224--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [386, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.224--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [323, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.224--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [332, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.224--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [363, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.224--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [346, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.224--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [358, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.224--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [353, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.224--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [416, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.224--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [348, foo-car, null, null, null, null, 1, 40, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.224--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [367, foo-car, null, null, null, null, 1, 6, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.224--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [394, foo-car, null, null, null, null, 1, 58, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.224--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [356, foo-car, null, null, null, null, 1, 36, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.224--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [334, foo-car, null, null, null, null, 1, 90, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.224--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [361, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.225--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [331, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.225--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [414, foo-car, null, null, null, null, 1, 44, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.225--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [395, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.225--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [325, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.225--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [336, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.225--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [373, foo-car, null, null, null, null, 1, 10, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.225--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [393, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.225--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [319, foo-car, null, null, null, null, 1, 24, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.225--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [398, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.225--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [364, foo-car, null, null, null, null, 1, 78, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.225--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [401, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.225--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [405, foo-car, null, null, null, null, 1, 82, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.225--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [320, foo-car, null, null, null, null, 1, 38, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.225--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [337, foo-car, null, null, null, null, 1, 12, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.225--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [412, foo-car, null, null, null, null, 1, 16, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.225--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [417, foo-car, null, null, null, null, 1, 70, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.225--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [324, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.225--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [366, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.225--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [391, foo-car, null, null, null, null, 1, 72, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.225--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [343, foo-car, null, null, null, null, 1, 50, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.225--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [406, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.225--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [371, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.225--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [390, foo-car, null, null, null, null, 1, 22, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.225--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [354, foo-car, null, null, null, null, 1, 80, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.225--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [347, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.225--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [384, foo-car, null, null, null, null, 1, 2, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.225--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [340, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.225--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [399, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.225--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [379, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.225--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [374, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.225--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [403, foo-car, null, null, null, null, 1, 98, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.226--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [410, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.226--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [376, foo-car, null, null, null, null, 1, 94, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.226--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [400, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.226--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [409, foo-car, null, null, null, null, 1, 32, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.226--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [388, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.226--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [352, foo-car, null, null, null, null, 1, 76, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.226--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [372, foo-car, null, null, null, null, 1, 48, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.226--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [383, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.226--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [359, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.226--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [415, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.226--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [335, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.226--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [382, foo-car, null, null, null, null, 1, 86, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.226--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [329, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.226--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [375, foo-car, null, null, null, null, 1, 28, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.226--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [322, foo-car, null, null, null, null, 1, 18, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.226--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [380, foo-car, null, null, null, null, 1, 96, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.226--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [377, foo-car, null, null, null, null, 1, 46, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.226--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [413, foo-car, null, null, null, null, 1, 30, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.226--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [344, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.226--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [338, foo-car, null, null, null, null, 1, 42, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.226--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [389, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.226--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [333, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.226--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [396, foo-car, null, null, null, null, 1, 60, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.226--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [350, foo-car, null, null, null, null, 1, 0, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.226--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [381, foo-car, null, null, null, null, 1, 62, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.226--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [407, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.226--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [362, foo-car, null, null, null, null, 1, 64, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.226--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [351, foo-car, null, null, null, null, 1, 74, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.226--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [369, foo-car, null, null, null, null, 1, 52, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.226--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [408, foo-car, null, null, null, null, 1, 14, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.226--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [326, foo-car, null, null, null, null, 1, 4, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.226--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [397, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.227--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [357, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.227--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [368, foo-car, null, null, null, null, 1, 8, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.227--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [365, foo-car, null, null, null, null, 1, 20, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.227--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [355, foo-car, null, null, null, null, 1, 56, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.227--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [327, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.227--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [387, foo-car, null, null, null, null, 1, 26, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.227--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [378, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.227--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [385, foo-car, null, null, null, null, 1, 92, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.227--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [341, foo-car, null, null, null, null, 1, 88, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.227--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [339, foo-car, null, null, null, null, 1, 54, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.227--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [404, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.227--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [328, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.227--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [360, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.227--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [345, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Finer]: 2022-09-10 04:19:11.227--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:11.244--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.245--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.245--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.245--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.245--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.245--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.245--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.245--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.245--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.245--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.245--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.245--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.245--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.245--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.245--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.245--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.245--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.245--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.246--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.246--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.246--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.246--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.246--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.246--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.246--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.246--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.246--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.246--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.246--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.246--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.246--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.246--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.246--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.246--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.246--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.247--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.247--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.247--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.247--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.247--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.247--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.247--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.247--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.247--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.247--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.247--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.247--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.247--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.247--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.247--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:11.247--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:11.247--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:11.248--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [5, 420] [junit] [EL Fine]: 2022-09-10 04:19:11.248--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [11, 420] [junit] [EL Fine]: 2022-09-10 04:19:11.248--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [13, 420] [junit] [EL Fine]: 2022-09-10 04:19:11.248--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [15, 420] [junit] [EL Fine]: 2022-09-10 04:19:11.248--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [29, 420] [junit] [EL Fine]: 2022-09-10 04:19:11.248--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [41, 420] [junit] [EL Fine]: 2022-09-10 04:19:11.248--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [61, 420] [junit] [EL Fine]: 2022-09-10 04:19:11.248--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [65, 420] [junit] [EL Fine]: 2022-09-10 04:19:11.248--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [69, 420] [junit] [EL Fine]: 2022-09-10 04:19:11.248--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [73, 420] [junit] [EL Fine]: 2022-09-10 04:19:11.248--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [97, 420] [junit] [EL Fine]: 2022-09-10 04:19:11.248--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [1, 419] [junit] [EL Fine]: 2022-09-10 04:19:11.248--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [19, 419] [junit] [EL Fine]: 2022-09-10 04:19:11.248--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 419] [junit] [EL Fine]: 2022-09-10 04:19:11.248--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 419] [junit] [EL Fine]: 2022-09-10 04:19:11.248--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [31, 419] [junit] [EL Fine]: 2022-09-10 04:19:11.248--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [37, 419] [junit] [EL Fine]: 2022-09-10 04:19:11.248--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [47, 419] [junit] [EL Fine]: 2022-09-10 04:19:11.248--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [59, 419] [junit] [EL Fine]: 2022-09-10 04:19:11.248--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [63, 419] [junit] [EL Fine]: 2022-09-10 04:19:11.248--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [67, 419] [junit] [EL Fine]: 2022-09-10 04:19:11.248--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [75, 419] [junit] [EL Fine]: 2022-09-10 04:19:11.248--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [87, 419] [junit] [EL Fine]: 2022-09-10 04:19:11.248--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [93, 419] [junit] [EL Fine]: 2022-09-10 04:19:11.248--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [3, 422] [junit] [EL Fine]: 2022-09-10 04:19:11.248--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [17, 422] [junit] [EL Fine]: 2022-09-10 04:19:11.248--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [21, 422] [junit] [EL Fine]: 2022-09-10 04:19:11.248--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 422] [junit] [EL Fine]: 2022-09-10 04:19:11.248--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [39, 422] [junit] [EL Fine]: 2022-09-10 04:19:11.248--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [49, 422] [junit] [EL Fine]: 2022-09-10 04:19:11.248--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [57, 422] [junit] [EL Fine]: 2022-09-10 04:19:11.248--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [71, 422] [junit] [EL Fine]: 2022-09-10 04:19:11.248--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [85, 422] [junit] [EL Fine]: 2022-09-10 04:19:11.249--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [89, 422] [junit] [EL Fine]: 2022-09-10 04:19:11.249--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [95, 422] [junit] [EL Fine]: 2022-09-10 04:19:11.249--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [99, 422] [junit] [EL Fine]: 2022-09-10 04:19:11.249--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [7, 421] [junit] [EL Fine]: 2022-09-10 04:19:11.249--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [9, 421] [junit] [EL Fine]: 2022-09-10 04:19:11.249--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [33, 421] [junit] [EL Fine]: 2022-09-10 04:19:11.249--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [35, 421] [junit] [EL Fine]: 2022-09-10 04:19:11.249--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [43, 421] [junit] [EL Fine]: 2022-09-10 04:19:11.249--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [45, 421] [junit] [EL Fine]: 2022-09-10 04:19:11.249--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [51, 421] [junit] [EL Fine]: 2022-09-10 04:19:11.249--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [53, 421] [junit] [EL Fine]: 2022-09-10 04:19:11.249--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [55, 421] [junit] [EL Fine]: 2022-09-10 04:19:11.249--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [77, 421] [junit] [EL Fine]: 2022-09-10 04:19:11.249--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [79, 421] [junit] [EL Fine]: 2022-09-10 04:19:11.249--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [81, 421] [junit] [EL Fine]: 2022-09-10 04:19:11.249--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [83, 421] [junit] [EL Fine]: 2022-09-10 04:19:11.249--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [91, 421] [junit] [EL Finer]: 2022-09-10 04:19:11.249--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:11.257--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.257--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.257--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.257--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.257--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.257--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.258--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.258--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.258--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.258--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.258--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.258--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.258--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.258--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.258--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.258--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.258--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.258--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.258--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.258--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.258--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.258--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.258--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.259--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.259--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.259--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.259--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.259--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.294--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.294--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.294--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.294--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.294--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.294--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.294--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.294--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.294--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.294--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.294--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.294--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.294--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.294--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.295--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.295--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.295--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.295--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.295--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.295--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.295--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.295--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.295--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.295--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.295--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.295--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.295--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.295--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.295--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.295--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.296--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.296--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.296--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.296--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.296--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.296--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.296--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.296--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.296--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.296--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.296--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.296--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.296--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.296--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.296--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.296--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.297--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.297--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.297--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.297--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.297--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.297--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.297--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.297--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.297--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.297--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.297--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.297--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.297--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.297--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.297--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.298--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.298--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.298--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.298--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.298--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.298--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.298--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.298--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.298--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.298--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.298--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:11.298--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:11.298--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:11.298--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 79] [junit] [EL Fine]: 2022-09-10 04:19:11.298--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 79] [junit] [EL Fine]: 2022-09-10 04:19:11.298--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 79] [junit] [EL Fine]: 2022-09-10 04:19:11.298--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 79] [junit] [EL Fine]: 2022-09-10 04:19:11.298--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 79] [junit] [EL Fine]: 2022-09-10 04:19:11.298--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 38] [junit] [EL Fine]: 2022-09-10 04:19:11.299--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 38] [junit] [EL Fine]: 2022-09-10 04:19:11.299--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 38] [junit] [EL Fine]: 2022-09-10 04:19:11.299--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 38] [junit] [EL Fine]: 2022-09-10 04:19:11.299--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 38] [junit] [EL Fine]: 2022-09-10 04:19:11.299--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 94] [junit] [EL Fine]: 2022-09-10 04:19:11.299--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 94] [junit] [EL Fine]: 2022-09-10 04:19:11.299--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 94] [junit] [EL Fine]: 2022-09-10 04:19:11.299--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 94] [junit] [EL Fine]: 2022-09-10 04:19:11.299--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 94] [junit] [EL Fine]: 2022-09-10 04:19:11.299--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 87] [junit] [EL Fine]: 2022-09-10 04:19:11.299--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 87] [junit] [EL Fine]: 2022-09-10 04:19:11.299--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 87] [junit] [EL Fine]: 2022-09-10 04:19:11.299--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 87] [junit] [EL Fine]: 2022-09-10 04:19:11.299--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 87] [junit] [EL Fine]: 2022-09-10 04:19:11.299--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 54] [junit] [EL Fine]: 2022-09-10 04:19:11.299--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 54] [junit] [EL Fine]: 2022-09-10 04:19:11.299--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 54] [junit] [EL Fine]: 2022-09-10 04:19:11.299--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 54] [junit] [EL Fine]: 2022-09-10 04:19:11.299--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 54] [junit] [EL Fine]: 2022-09-10 04:19:11.299--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 97] [junit] [EL Fine]: 2022-09-10 04:19:11.299--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 97] [junit] [EL Fine]: 2022-09-10 04:19:11.299--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 97] [junit] [EL Fine]: 2022-09-10 04:19:11.299--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 97] [junit] [EL Fine]: 2022-09-10 04:19:11.299--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 97] [junit] [EL Fine]: 2022-09-10 04:19:11.299--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 30] [junit] [EL Fine]: 2022-09-10 04:19:11.299--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 30] [junit] [EL Fine]: 2022-09-10 04:19:11.299--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 30] [junit] [EL Fine]: 2022-09-10 04:19:11.299--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 30] [junit] [EL Fine]: 2022-09-10 04:19:11.299--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 30] [junit] [EL Fine]: 2022-09-10 04:19:11.299--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 27] [junit] [EL Fine]: 2022-09-10 04:19:11.299--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 27] [junit] [EL Fine]: 2022-09-10 04:19:11.3--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 27] [junit] [EL Fine]: 2022-09-10 04:19:11.3--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 27] [junit] [EL Fine]: 2022-09-10 04:19:11.3--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 27] [junit] [EL Fine]: 2022-09-10 04:19:11.3--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 8] [junit] [EL Fine]: 2022-09-10 04:19:11.3--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 8] [junit] [EL Fine]: 2022-09-10 04:19:11.3--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 8] [junit] [EL Fine]: 2022-09-10 04:19:11.3--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 8] [junit] [EL Fine]: 2022-09-10 04:19:11.3--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 8] [junit] [EL Fine]: 2022-09-10 04:19:11.3--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 16] [junit] [EL Fine]: 2022-09-10 04:19:11.3--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 16] [junit] [EL Fine]: 2022-09-10 04:19:11.3--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 16] [junit] [EL Fine]: 2022-09-10 04:19:11.3--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 16] [junit] [EL Fine]: 2022-09-10 04:19:11.3--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 16] [junit] [EL Fine]: 2022-09-10 04:19:11.3--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 20] [junit] [EL Fine]: 2022-09-10 04:19:11.3--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 20] [junit] [EL Fine]: 2022-09-10 04:19:11.3--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 20] [junit] [EL Fine]: 2022-09-10 04:19:11.3--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 20] [junit] [EL Fine]: 2022-09-10 04:19:11.3--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 20] [junit] [EL Fine]: 2022-09-10 04:19:11.3--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 25] [junit] [EL Fine]: 2022-09-10 04:19:11.3--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 25] [junit] [EL Fine]: 2022-09-10 04:19:11.3--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 25] [junit] [EL Fine]: 2022-09-10 04:19:11.3--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 25] [junit] [EL Fine]: 2022-09-10 04:19:11.3--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 25] [junit] [EL Fine]: 2022-09-10 04:19:11.3--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 76] [junit] [EL Fine]: 2022-09-10 04:19:11.3--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 76] [junit] [EL Fine]: 2022-09-10 04:19:11.3--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 76] [junit] [EL Fine]: 2022-09-10 04:19:11.3--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 76] [junit] [EL Fine]: 2022-09-10 04:19:11.3--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 76] [junit] [EL Fine]: 2022-09-10 04:19:11.3--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 43] [junit] [EL Fine]: 2022-09-10 04:19:11.3--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 43] [junit] [EL Fine]: 2022-09-10 04:19:11.3--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 43] [junit] [EL Fine]: 2022-09-10 04:19:11.3--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 43] [junit] [EL Fine]: 2022-09-10 04:19:11.3--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 43] [junit] [EL Fine]: 2022-09-10 04:19:11.3--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 53] [junit] [EL Fine]: 2022-09-10 04:19:11.301--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 53] [junit] [EL Fine]: 2022-09-10 04:19:11.301--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 53] [junit] [EL Fine]: 2022-09-10 04:19:11.301--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 53] [junit] [EL Fine]: 2022-09-10 04:19:11.301--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 53] [junit] [EL Fine]: 2022-09-10 04:19:11.301--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 33] [junit] [EL Fine]: 2022-09-10 04:19:11.301--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 33] [junit] [EL Fine]: 2022-09-10 04:19:11.301--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 33] [junit] [EL Fine]: 2022-09-10 04:19:11.301--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 33] [junit] [EL Fine]: 2022-09-10 04:19:11.301--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 33] [junit] [EL Fine]: 2022-09-10 04:19:11.301--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 68] [junit] [EL Fine]: 2022-09-10 04:19:11.301--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 68] [junit] [EL Fine]: 2022-09-10 04:19:11.301--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 68] [junit] [EL Fine]: 2022-09-10 04:19:11.301--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 68] [junit] [EL Fine]: 2022-09-10 04:19:11.301--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 68] [junit] [EL Fine]: 2022-09-10 04:19:11.301--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 37] [junit] [EL Fine]: 2022-09-10 04:19:11.301--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 37] [junit] [EL Fine]: 2022-09-10 04:19:11.301--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 37] [junit] [EL Fine]: 2022-09-10 04:19:11.301--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 37] [junit] [EL Fine]: 2022-09-10 04:19:11.301--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 37] [junit] [EL Fine]: 2022-09-10 04:19:11.301--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 66] [junit] [EL Fine]: 2022-09-10 04:19:11.301--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 66] [junit] [EL Fine]: 2022-09-10 04:19:11.301--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 66] [junit] [EL Fine]: 2022-09-10 04:19:11.301--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 66] [junit] [EL Fine]: 2022-09-10 04:19:11.301--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 66] [junit] [EL Fine]: 2022-09-10 04:19:11.301--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 77] [junit] [EL Fine]: 2022-09-10 04:19:11.301--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 77] [junit] [EL Fine]: 2022-09-10 04:19:11.301--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 77] [junit] [EL Fine]: 2022-09-10 04:19:11.301--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 77] [junit] [EL Fine]: 2022-09-10 04:19:11.301--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 77] [junit] [EL Finer]: 2022-09-10 04:19:11.301--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:11.319--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.319--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.32--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.32--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.32--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.32--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.32--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.32--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.32--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.32--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.32--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.32--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.32--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.32--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.32--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.32--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.32--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.32--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.32--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.321--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.321--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.321--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.321--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.321--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.321--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.321--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.321--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.321--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.321--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.321--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.321--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.321--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.321--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.321--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.321--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.321--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.322--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.322--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.322--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.322--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.322--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.322--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.322--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.322--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.322--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.322--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.322--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.322--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.322--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.322--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.322--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.322--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.322--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.322--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.323--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.323--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.323--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.323--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.323--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.323--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.323--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.323--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.323--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.323--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.323--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.323--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.323--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.323--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.323--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.323--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.323--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.323--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.324--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.324--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.324--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.324--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.324--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.324--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.324--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.324--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.324--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.324--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.324--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.324--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.324--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.324--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.324--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.324--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.324--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.324--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.325--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.325--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.325--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.325--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.325--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.325--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.325--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.325--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.325--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.325--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:11.325--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:11.325--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:11.325--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 58] [junit] [EL Fine]: 2022-09-10 04:19:11.325--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 58] [junit] [EL Fine]: 2022-09-10 04:19:11.325--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 58] [junit] [EL Fine]: 2022-09-10 04:19:11.325--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 58] [junit] [EL Fine]: 2022-09-10 04:19:11.325--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 58] [junit] [EL Fine]: 2022-09-10 04:19:11.325--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 72] [junit] [EL Fine]: 2022-09-10 04:19:11.325--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 72] [junit] [EL Fine]: 2022-09-10 04:19:11.325--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 72] [junit] [EL Fine]: 2022-09-10 04:19:11.325--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 72] [junit] [EL Fine]: 2022-09-10 04:19:11.325--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 72] [junit] [EL Fine]: 2022-09-10 04:19:11.325--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 47] [junit] [EL Fine]: 2022-09-10 04:19:11.326--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 47] [junit] [EL Fine]: 2022-09-10 04:19:11.326--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 47] [junit] [EL Fine]: 2022-09-10 04:19:11.326--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 47] [junit] [EL Fine]: 2022-09-10 04:19:11.326--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 47] [junit] [EL Fine]: 2022-09-10 04:19:11.326--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 11] [junit] [EL Fine]: 2022-09-10 04:19:11.326--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 11] [junit] [EL Fine]: 2022-09-10 04:19:11.326--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 11] [junit] [EL Fine]: 2022-09-10 04:19:11.326--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 11] [junit] [EL Fine]: 2022-09-10 04:19:11.326--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 11] [junit] [EL Fine]: 2022-09-10 04:19:11.326--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 40] [junit] [EL Fine]: 2022-09-10 04:19:11.326--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 40] [junit] [EL Fine]: 2022-09-10 04:19:11.326--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 40] [junit] [EL Fine]: 2022-09-10 04:19:11.326--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 40] [junit] [EL Fine]: 2022-09-10 04:19:11.326--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 40] [junit] [EL Fine]: 2022-09-10 04:19:11.326--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 70] [junit] [EL Fine]: 2022-09-10 04:19:11.326--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 70] [junit] [EL Fine]: 2022-09-10 04:19:11.326--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 70] [junit] [EL Fine]: 2022-09-10 04:19:11.326--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 70] [junit] [EL Fine]: 2022-09-10 04:19:11.326--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 70] [junit] [EL Fine]: 2022-09-10 04:19:11.326--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 7] [junit] [EL Fine]: 2022-09-10 04:19:11.326--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 7] [junit] [EL Fine]: 2022-09-10 04:19:11.326--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 7] [junit] [EL Fine]: 2022-09-10 04:19:11.326--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 7] [junit] [EL Fine]: 2022-09-10 04:19:11.326--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 7] [junit] [EL Fine]: 2022-09-10 04:19:11.326--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 24] [junit] [EL Fine]: 2022-09-10 04:19:11.326--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 24] [junit] [EL Fine]: 2022-09-10 04:19:11.326--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 24] [junit] [EL Fine]: 2022-09-10 04:19:11.326--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 24] [junit] [EL Fine]: 2022-09-10 04:19:11.326--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 24] [junit] [EL Fine]: 2022-09-10 04:19:11.326--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 71] [junit] [EL Fine]: 2022-09-10 04:19:11.326--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 71] [junit] [EL Fine]: 2022-09-10 04:19:11.326--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 71] [junit] [EL Fine]: 2022-09-10 04:19:11.326--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 71] [junit] [EL Fine]: 2022-09-10 04:19:11.326--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 71] [junit] [EL Fine]: 2022-09-10 04:19:11.327--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 60] [junit] [EL Fine]: 2022-09-10 04:19:11.327--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 60] [junit] [EL Fine]: 2022-09-10 04:19:11.327--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 60] [junit] [EL Fine]: 2022-09-10 04:19:11.327--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 60] [junit] [EL Fine]: 2022-09-10 04:19:11.327--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 60] [junit] [EL Fine]: 2022-09-10 04:19:11.327--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 22] [junit] [EL Fine]: 2022-09-10 04:19:11.327--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 22] [junit] [EL Fine]: 2022-09-10 04:19:11.327--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 22] [junit] [EL Fine]: 2022-09-10 04:19:11.327--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 22] [junit] [EL Fine]: 2022-09-10 04:19:11.327--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 22] [junit] [EL Fine]: 2022-09-10 04:19:11.327--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 10] [junit] [EL Fine]: 2022-09-10 04:19:11.327--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 10] [junit] [EL Fine]: 2022-09-10 04:19:11.327--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 10] [junit] [EL Fine]: 2022-09-10 04:19:11.327--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 10] [junit] [EL Fine]: 2022-09-10 04:19:11.327--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 10] [junit] [EL Fine]: 2022-09-10 04:19:11.327--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 86] [junit] [EL Fine]: 2022-09-10 04:19:11.327--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 86] [junit] [EL Fine]: 2022-09-10 04:19:11.327--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 86] [junit] [EL Fine]: 2022-09-10 04:19:11.327--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 86] [junit] [EL Fine]: 2022-09-10 04:19:11.327--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 86] [junit] [EL Fine]: 2022-09-10 04:19:11.327--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 19] [junit] [EL Fine]: 2022-09-10 04:19:11.327--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 19] [junit] [EL Fine]: 2022-09-10 04:19:11.327--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 19] [junit] [EL Fine]: 2022-09-10 04:19:11.327--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 19] [junit] [EL Fine]: 2022-09-10 04:19:11.327--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 19] [junit] [EL Fine]: 2022-09-10 04:19:11.327--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 50] [junit] [EL Fine]: 2022-09-10 04:19:11.327--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 50] [junit] [EL Fine]: 2022-09-10 04:19:11.327--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 50] [junit] [EL Fine]: 2022-09-10 04:19:11.327--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 50] [junit] [EL Fine]: 2022-09-10 04:19:11.327--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 50] [junit] [EL Fine]: 2022-09-10 04:19:11.327--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 32] [junit] [EL Fine]: 2022-09-10 04:19:11.327--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 32] [junit] [EL Fine]: 2022-09-10 04:19:11.327--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 32] [junit] [EL Fine]: 2022-09-10 04:19:11.327--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 32] [junit] [EL Fine]: 2022-09-10 04:19:11.327--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 32] [junit] [EL Fine]: 2022-09-10 04:19:11.328--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 75] [junit] [EL Fine]: 2022-09-10 04:19:11.328--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 75] [junit] [EL Fine]: 2022-09-10 04:19:11.328--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 75] [junit] [EL Fine]: 2022-09-10 04:19:11.328--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 75] [junit] [EL Fine]: 2022-09-10 04:19:11.328--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 75] [junit] [EL Fine]: 2022-09-10 04:19:11.328--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 98] [junit] [EL Fine]: 2022-09-10 04:19:11.328--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 98] [junit] [EL Fine]: 2022-09-10 04:19:11.328--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 98] [junit] [EL Fine]: 2022-09-10 04:19:11.328--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 98] [junit] [EL Fine]: 2022-09-10 04:19:11.328--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 98] [junit] [EL Fine]: 2022-09-10 04:19:11.328--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 69] [junit] [EL Fine]: 2022-09-10 04:19:11.328--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 69] [junit] [EL Fine]: 2022-09-10 04:19:11.328--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 69] [junit] [EL Fine]: 2022-09-10 04:19:11.328--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 69] [junit] [EL Fine]: 2022-09-10 04:19:11.328--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 69] [junit] [EL Fine]: 2022-09-10 04:19:11.328--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 62] [junit] [EL Fine]: 2022-09-10 04:19:11.328--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 62] [junit] [EL Fine]: 2022-09-10 04:19:11.328--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 62] [junit] [EL Fine]: 2022-09-10 04:19:11.328--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 62] [junit] [EL Fine]: 2022-09-10 04:19:11.328--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 62] [junit] [EL Finer]: 2022-09-10 04:19:11.328--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:11.345--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.345--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.345--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.345--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.345--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.345--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.345--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.345--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.354--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.354--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.354--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.354--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.354--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.354--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.354--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.354--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.354--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.354--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.354--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.354--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.354--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.354--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.355--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.355--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.355--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.355--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.355--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.355--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.355--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.355--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.355--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.355--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.355--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.355--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.355--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.355--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.355--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.355--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.355--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.355--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.356--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.356--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.356--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.356--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.356--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.356--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.356--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.356--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.356--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.356--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.356--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.356--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.356--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.356--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.356--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.356--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.356--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.356--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.356--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.357--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.357--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.357--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.357--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.357--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.357--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.357--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.357--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.357--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.357--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.357--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.357--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.357--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.357--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.357--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.357--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.357--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.357--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.358--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.358--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.358--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.358--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.358--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.358--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.358--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.358--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.358--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.358--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.358--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.358--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.358--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.358--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.358--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.358--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.358--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.358--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.358--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.359--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.359--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.359--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.359--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:11.359--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:11.359--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:11.359--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 34] [junit] [EL Fine]: 2022-09-10 04:19:11.359--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 34] [junit] [EL Fine]: 2022-09-10 04:19:11.359--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 34] [junit] [EL Fine]: 2022-09-10 04:19:11.359--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 34] [junit] [EL Fine]: 2022-09-10 04:19:11.359--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 34] [junit] [EL Fine]: 2022-09-10 04:19:11.359--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 74] [junit] [EL Fine]: 2022-09-10 04:19:11.359--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 74] [junit] [EL Fine]: 2022-09-10 04:19:11.359--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 74] [junit] [EL Fine]: 2022-09-10 04:19:11.359--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 74] [junit] [EL Fine]: 2022-09-10 04:19:11.359--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 74] [junit] [EL Fine]: 2022-09-10 04:19:11.359--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 35] [junit] [EL Fine]: 2022-09-10 04:19:11.359--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 35] [junit] [EL Fine]: 2022-09-10 04:19:11.359--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 35] [junit] [EL Fine]: 2022-09-10 04:19:11.359--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 35] [junit] [EL Fine]: 2022-09-10 04:19:11.359--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 35] [junit] [EL Fine]: 2022-09-10 04:19:11.359--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 93] [junit] [EL Fine]: 2022-09-10 04:19:11.359--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 93] [junit] [EL Fine]: 2022-09-10 04:19:11.359--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 93] [junit] [EL Fine]: 2022-09-10 04:19:11.359--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 93] [junit] [EL Fine]: 2022-09-10 04:19:11.359--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 93] [junit] [EL Fine]: 2022-09-10 04:19:11.359--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 92] [junit] [EL Fine]: 2022-09-10 04:19:11.359--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 92] [junit] [EL Fine]: 2022-09-10 04:19:11.359--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 92] [junit] [EL Fine]: 2022-09-10 04:19:11.359--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 92] [junit] [EL Fine]: 2022-09-10 04:19:11.36--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 92] [junit] [EL Fine]: 2022-09-10 04:19:11.36--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.36--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.36--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.36--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.36--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.36--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 9] [junit] [EL Fine]: 2022-09-10 04:19:11.36--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 9] [junit] [EL Fine]: 2022-09-10 04:19:11.36--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 9] [junit] [EL Fine]: 2022-09-10 04:19:11.36--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 9] [junit] [EL Fine]: 2022-09-10 04:19:11.36--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 9] [junit] [EL Fine]: 2022-09-10 04:19:11.36--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 36] [junit] [EL Fine]: 2022-09-10 04:19:11.36--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 36] [junit] [EL Fine]: 2022-09-10 04:19:11.36--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 36] [junit] [EL Fine]: 2022-09-10 04:19:11.36--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 36] [junit] [EL Fine]: 2022-09-10 04:19:11.36--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 36] [junit] [EL Fine]: 2022-09-10 04:19:11.36--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 13] [junit] [EL Fine]: 2022-09-10 04:19:11.36--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 13] [junit] [EL Fine]: 2022-09-10 04:19:11.36--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 13] [junit] [EL Fine]: 2022-09-10 04:19:11.36--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 13] [junit] [EL Fine]: 2022-09-10 04:19:11.36--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 13] [junit] [EL Fine]: 2022-09-10 04:19:11.36--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 14] [junit] [EL Fine]: 2022-09-10 04:19:11.36--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 14] [junit] [EL Fine]: 2022-09-10 04:19:11.36--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 14] [junit] [EL Fine]: 2022-09-10 04:19:11.36--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 14] [junit] [EL Fine]: 2022-09-10 04:19:11.36--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 14] [junit] [EL Fine]: 2022-09-10 04:19:11.36--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 39] [junit] [EL Fine]: 2022-09-10 04:19:11.36--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 39] [junit] [EL Fine]: 2022-09-10 04:19:11.36--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 39] [junit] [EL Fine]: 2022-09-10 04:19:11.36--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 39] [junit] [EL Fine]: 2022-09-10 04:19:11.36--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 39] [junit] [EL Fine]: 2022-09-10 04:19:11.36--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 88] [junit] [EL Fine]: 2022-09-10 04:19:11.36--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 88] [junit] [EL Fine]: 2022-09-10 04:19:11.361--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 88] [junit] [EL Fine]: 2022-09-10 04:19:11.361--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 88] [junit] [EL Fine]: 2022-09-10 04:19:11.361--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 88] [junit] [EL Fine]: 2022-09-10 04:19:11.361--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 26] [junit] [EL Fine]: 2022-09-10 04:19:11.361--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 26] [junit] [EL Fine]: 2022-09-10 04:19:11.361--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 26] [junit] [EL Fine]: 2022-09-10 04:19:11.407--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 26] [junit] [EL Fine]: 2022-09-10 04:19:11.407--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 26] [junit] [EL Fine]: 2022-09-10 04:19:11.407--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 48] [junit] [EL Fine]: 2022-09-10 04:19:11.407--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 48] [junit] [EL Fine]: 2022-09-10 04:19:11.407--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 48] [junit] [EL Fine]: 2022-09-10 04:19:11.407--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 48] [junit] [EL Fine]: 2022-09-10 04:19:11.407--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 48] [junit] [EL Fine]: 2022-09-10 04:19:11.407--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 5] [junit] [EL Fine]: 2022-09-10 04:19:11.407--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 5] [junit] [EL Fine]: 2022-09-10 04:19:11.407--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 5] [junit] [EL Fine]: 2022-09-10 04:19:11.407--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 5] [junit] [EL Fine]: 2022-09-10 04:19:11.407--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 5] [junit] [EL Fine]: 2022-09-10 04:19:11.407--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 55] [junit] [EL Fine]: 2022-09-10 04:19:11.407--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 55] [junit] [EL Fine]: 2022-09-10 04:19:11.407--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 55] [junit] [EL Fine]: 2022-09-10 04:19:11.407--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 55] [junit] [EL Fine]: 2022-09-10 04:19:11.407--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 55] [junit] [EL Fine]: 2022-09-10 04:19:11.407--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 29] [junit] [EL Fine]: 2022-09-10 04:19:11.407--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 29] [junit] [EL Fine]: 2022-09-10 04:19:11.407--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 29] [junit] [EL Fine]: 2022-09-10 04:19:11.407--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 29] [junit] [EL Fine]: 2022-09-10 04:19:11.407--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 29] [junit] [EL Fine]: 2022-09-10 04:19:11.407--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 80] [junit] [EL Fine]: 2022-09-10 04:19:11.407--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 80] [junit] [EL Fine]: 2022-09-10 04:19:11.407--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 80] [junit] [EL Fine]: 2022-09-10 04:19:11.407--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 80] [junit] [EL Fine]: 2022-09-10 04:19:11.407--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 80] [junit] [EL Fine]: 2022-09-10 04:19:11.407--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 95] [junit] [EL Fine]: 2022-09-10 04:19:11.407--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 95] [junit] [EL Fine]: 2022-09-10 04:19:11.407--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 95] [junit] [EL Fine]: 2022-09-10 04:19:11.407--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 95] [junit] [EL Fine]: 2022-09-10 04:19:11.407--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 95] [junit] [EL Fine]: 2022-09-10 04:19:11.407--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 90] [junit] [EL Fine]: 2022-09-10 04:19:11.408--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 90] [junit] [EL Fine]: 2022-09-10 04:19:11.408--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 90] [junit] [EL Fine]: 2022-09-10 04:19:11.408--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 90] [junit] [EL Fine]: 2022-09-10 04:19:11.408--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 90] [junit] [EL Finer]: 2022-09-10 04:19:11.408--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:11.425--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.425--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.425--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.425--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.425--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.425--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.425--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.425--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.425--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.425--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.425--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.425--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.425--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.425--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.426--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.426--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.426--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.426--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.426--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.426--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.426--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.426--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.426--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.426--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.426--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.426--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.426--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.426--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.426--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.426--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.426--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.426--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.427--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.427--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.427--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.427--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.427--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.427--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.427--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.427--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.427--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.427--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.427--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.427--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.427--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.427--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.427--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.427--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.427--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.427--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.428--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.428--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.428--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.428--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.428--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.428--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.428--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.428--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.428--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.428--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.428--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.428--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.428--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.428--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.428--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.428--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.428--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.428--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.428--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.428--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.429--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.429--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.429--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.429--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.429--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.429--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.429--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.429--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.429--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.429--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.429--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.429--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.429--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.429--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.429--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.429--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.429--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.429--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.429--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.43--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.43--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.43--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.43--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.43--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.43--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.43--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.43--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.43--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.43--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.43--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:11.43--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:11.43--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:11.43--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 67] [junit] [EL Fine]: 2022-09-10 04:19:11.43--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 67] [junit] [EL Fine]: 2022-09-10 04:19:11.43--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 67] [junit] [EL Fine]: 2022-09-10 04:19:11.43--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 67] [junit] [EL Fine]: 2022-09-10 04:19:11.43--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 67] [junit] [EL Fine]: 2022-09-10 04:19:11.43--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 99] [junit] [EL Fine]: 2022-09-10 04:19:11.43--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 99] [junit] [EL Fine]: 2022-09-10 04:19:11.43--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 99] [junit] [EL Fine]: 2022-09-10 04:19:11.43--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 99] [junit] [EL Fine]: 2022-09-10 04:19:11.43--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 99] [junit] [EL Fine]: 2022-09-10 04:19:11.43--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 84] [junit] [EL Fine]: 2022-09-10 04:19:11.43--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 84] [junit] [EL Fine]: 2022-09-10 04:19:11.43--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 84] [junit] [EL Fine]: 2022-09-10 04:19:11.431--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 84] [junit] [EL Fine]: 2022-09-10 04:19:11.431--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 84] [junit] [EL Fine]: 2022-09-10 04:19:11.431--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 52] [junit] [EL Fine]: 2022-09-10 04:19:11.431--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 52] [junit] [EL Fine]: 2022-09-10 04:19:11.431--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 52] [junit] [EL Fine]: 2022-09-10 04:19:11.431--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 52] [junit] [EL Fine]: 2022-09-10 04:19:11.431--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 52] [junit] [EL Fine]: 2022-09-10 04:19:11.431--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 61] [junit] [EL Fine]: 2022-09-10 04:19:11.431--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 61] [junit] [EL Fine]: 2022-09-10 04:19:11.431--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 61] [junit] [EL Fine]: 2022-09-10 04:19:11.431--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 61] [junit] [EL Fine]: 2022-09-10 04:19:11.431--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 61] [junit] [EL Fine]: 2022-09-10 04:19:11.431--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 6] [junit] [EL Fine]: 2022-09-10 04:19:11.431--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 6] [junit] [EL Fine]: 2022-09-10 04:19:11.431--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 6] [junit] [EL Fine]: 2022-09-10 04:19:11.431--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 6] [junit] [EL Fine]: 2022-09-10 04:19:11.431--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 6] [junit] [EL Fine]: 2022-09-10 04:19:11.431--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 28] [junit] [EL Fine]: 2022-09-10 04:19:11.431--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 28] [junit] [EL Fine]: 2022-09-10 04:19:11.431--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 28] [junit] [EL Fine]: 2022-09-10 04:19:11.431--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 28] [junit] [EL Fine]: 2022-09-10 04:19:11.431--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 28] [junit] [EL Fine]: 2022-09-10 04:19:11.431--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 85] [junit] [EL Fine]: 2022-09-10 04:19:11.431--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 85] [junit] [EL Fine]: 2022-09-10 04:19:11.431--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 85] [junit] [EL Fine]: 2022-09-10 04:19:11.431--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 85] [junit] [EL Fine]: 2022-09-10 04:19:11.431--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 85] [junit] [EL Fine]: 2022-09-10 04:19:11.431--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 96] [junit] [EL Fine]: 2022-09-10 04:19:11.431--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 96] [junit] [EL Fine]: 2022-09-10 04:19:11.431--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 96] [junit] [EL Fine]: 2022-09-10 04:19:11.431--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 96] [junit] [EL Fine]: 2022-09-10 04:19:11.431--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 96] [junit] [EL Fine]: 2022-09-10 04:19:11.431--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 2] [junit] [EL Fine]: 2022-09-10 04:19:11.431--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 2] [junit] [EL Fine]: 2022-09-10 04:19:11.431--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 2] [junit] [EL Fine]: 2022-09-10 04:19:11.431--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 2] [junit] [EL Fine]: 2022-09-10 04:19:11.431--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 2] [junit] [EL Fine]: 2022-09-10 04:19:11.432--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 1] [junit] [EL Fine]: 2022-09-10 04:19:11.432--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 1] [junit] [EL Fine]: 2022-09-10 04:19:11.432--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 1] [junit] [EL Fine]: 2022-09-10 04:19:11.432--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 1] [junit] [EL Fine]: 2022-09-10 04:19:11.432--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 1] [junit] [EL Fine]: 2022-09-10 04:19:11.432--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 89] [junit] [EL Fine]: 2022-09-10 04:19:11.432--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 89] [junit] [EL Fine]: 2022-09-10 04:19:11.432--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 89] [junit] [EL Fine]: 2022-09-10 04:19:11.432--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 89] [junit] [EL Fine]: 2022-09-10 04:19:11.432--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 89] [junit] [EL Fine]: 2022-09-10 04:19:11.432--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 3] [junit] [EL Fine]: 2022-09-10 04:19:11.432--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 3] [junit] [EL Fine]: 2022-09-10 04:19:11.432--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 3] [junit] [EL Fine]: 2022-09-10 04:19:11.432--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 3] [junit] [EL Fine]: 2022-09-10 04:19:11.432--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 3] [junit] [EL Fine]: 2022-09-10 04:19:11.432--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 56] [junit] [EL Fine]: 2022-09-10 04:19:11.432--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 56] [junit] [EL Fine]: 2022-09-10 04:19:11.432--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 56] [junit] [EL Fine]: 2022-09-10 04:19:11.432--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 56] [junit] [EL Fine]: 2022-09-10 04:19:11.432--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 56] [junit] [EL Fine]: 2022-09-10 04:19:11.432--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 59] [junit] [EL Fine]: 2022-09-10 04:19:11.432--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 59] [junit] [EL Fine]: 2022-09-10 04:19:11.432--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 59] [junit] [EL Fine]: 2022-09-10 04:19:11.432--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 59] [junit] [EL Fine]: 2022-09-10 04:19:11.432--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 59] [junit] [EL Fine]: 2022-09-10 04:19:11.432--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 0] [junit] [EL Fine]: 2022-09-10 04:19:11.432--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 0] [junit] [EL Fine]: 2022-09-10 04:19:11.432--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 0] [junit] [EL Fine]: 2022-09-10 04:19:11.432--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 0] [junit] [EL Fine]: 2022-09-10 04:19:11.432--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 0] [junit] [EL Fine]: 2022-09-10 04:19:11.432--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 21] [junit] [EL Fine]: 2022-09-10 04:19:11.432--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 21] [junit] [EL Fine]: 2022-09-10 04:19:11.432--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 21] [junit] [EL Fine]: 2022-09-10 04:19:11.432--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 21] [junit] [EL Fine]: 2022-09-10 04:19:11.432--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 21] [junit] [EL Fine]: 2022-09-10 04:19:11.432--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 4] [junit] [EL Fine]: 2022-09-10 04:19:11.432--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 4] [junit] [EL Fine]: 2022-09-10 04:19:11.433--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 4] [junit] [EL Fine]: 2022-09-10 04:19:11.433--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 4] [junit] [EL Fine]: 2022-09-10 04:19:11.433--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 4] [junit] [EL Fine]: 2022-09-10 04:19:11.433--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 57] [junit] [EL Fine]: 2022-09-10 04:19:11.433--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 57] [junit] [EL Fine]: 2022-09-10 04:19:11.433--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 57] [junit] [EL Fine]: 2022-09-10 04:19:11.433--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 57] [junit] [EL Fine]: 2022-09-10 04:19:11.433--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 57] [junit] [EL Fine]: 2022-09-10 04:19:11.433--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 63] [junit] [EL Fine]: 2022-09-10 04:19:11.433--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 63] [junit] [EL Fine]: 2022-09-10 04:19:11.433--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 63] [junit] [EL Fine]: 2022-09-10 04:19:11.433--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 63] [junit] [EL Fine]: 2022-09-10 04:19:11.433--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 63] [junit] [EL Finer]: 2022-09-10 04:19:11.433--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:11.451--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.451--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.451--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.451--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.451--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.451--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.451--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.451--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.451--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.451--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.451--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.452--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.452--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.452--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.452--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.452--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.452--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.452--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.452--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.452--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.452--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.452--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.452--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.452--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.452--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.452--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.453--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.453--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.453--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.453--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.453--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.453--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.453--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.453--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.453--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.453--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.453--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.453--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.453--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.453--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.454--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.454--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.454--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.454--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.454--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.454--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.454--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.454--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.454--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.454--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.454--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.454--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.454--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.454--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.454--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.455--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.455--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.455--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.455--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.455--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.455--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.455--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.455--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.455--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.455--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.455--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.455--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.455--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.455--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.455--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.456--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.456--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.456--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.456--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.456--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.456--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.456--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.456--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.456--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.456--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.456--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.456--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.456--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.456--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.456--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.457--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.457--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.457--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.457--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.457--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.457--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.457--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.457--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.457--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.457--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.457--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.457--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.457--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.457--ClientSession(1522755386)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:11.458--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:11.458--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:11.458--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 18] [junit] [EL Fine]: 2022-09-10 04:19:11.458--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 18] [junit] [EL Fine]: 2022-09-10 04:19:11.458--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 18] [junit] [EL Fine]: 2022-09-10 04:19:11.458--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 18] [junit] [EL Fine]: 2022-09-10 04:19:11.458--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 18] [junit] [EL Fine]: 2022-09-10 04:19:11.458--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 49] [junit] [EL Fine]: 2022-09-10 04:19:11.458--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 49] [junit] [EL Fine]: 2022-09-10 04:19:11.458--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 49] [junit] [EL Fine]: 2022-09-10 04:19:11.458--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 49] [junit] [EL Fine]: 2022-09-10 04:19:11.458--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 49] [junit] [EL Fine]: 2022-09-10 04:19:11.458--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 23] [junit] [EL Fine]: 2022-09-10 04:19:11.458--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 23] [junit] [EL Fine]: 2022-09-10 04:19:11.458--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 23] [junit] [EL Fine]: 2022-09-10 04:19:11.458--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 23] [junit] [EL Fine]: 2022-09-10 04:19:11.458--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 23] [junit] [EL Fine]: 2022-09-10 04:19:11.458--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 41] [junit] [EL Fine]: 2022-09-10 04:19:11.458--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 41] [junit] [EL Fine]: 2022-09-10 04:19:11.458--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 41] [junit] [EL Fine]: 2022-09-10 04:19:11.458--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 41] [junit] [EL Fine]: 2022-09-10 04:19:11.458--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 41] [junit] [EL Fine]: 2022-09-10 04:19:11.458--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 17] [junit] [EL Fine]: 2022-09-10 04:19:11.458--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 17] [junit] [EL Fine]: 2022-09-10 04:19:11.458--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 17] [junit] [EL Fine]: 2022-09-10 04:19:11.458--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 17] [junit] [EL Fine]: 2022-09-10 04:19:11.458--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 17] [junit] [EL Fine]: 2022-09-10 04:19:11.459--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 81] [junit] [EL Fine]: 2022-09-10 04:19:11.459--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 81] [junit] [EL Fine]: 2022-09-10 04:19:11.459--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 81] [junit] [EL Fine]: 2022-09-10 04:19:11.459--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 81] [junit] [EL Fine]: 2022-09-10 04:19:11.459--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 81] [junit] [EL Fine]: 2022-09-10 04:19:11.459--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 31] [junit] [EL Fine]: 2022-09-10 04:19:11.459--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 31] [junit] [EL Fine]: 2022-09-10 04:19:11.459--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 31] [junit] [EL Fine]: 2022-09-10 04:19:11.459--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 31] [junit] [EL Fine]: 2022-09-10 04:19:11.459--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 31] [junit] [EL Fine]: 2022-09-10 04:19:11.459--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 78] [junit] [EL Fine]: 2022-09-10 04:19:11.459--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 78] [junit] [EL Fine]: 2022-09-10 04:19:11.459--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 78] [junit] [EL Fine]: 2022-09-10 04:19:11.459--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 78] [junit] [EL Fine]: 2022-09-10 04:19:11.459--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 78] [junit] [EL Fine]: 2022-09-10 04:19:11.459--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 12] [junit] [EL Fine]: 2022-09-10 04:19:11.459--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 12] [junit] [EL Fine]: 2022-09-10 04:19:11.459--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 12] [junit] [EL Fine]: 2022-09-10 04:19:11.459--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 12] [junit] [EL Fine]: 2022-09-10 04:19:11.459--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 12] [junit] [EL Fine]: 2022-09-10 04:19:11.459--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 51] [junit] [EL Fine]: 2022-09-10 04:19:11.459--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 51] [junit] [EL Fine]: 2022-09-10 04:19:11.459--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 51] [junit] [EL Fine]: 2022-09-10 04:19:11.459--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 51] [junit] [EL Fine]: 2022-09-10 04:19:11.459--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 51] [junit] [EL Fine]: 2022-09-10 04:19:11.459--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 73] [junit] [EL Fine]: 2022-09-10 04:19:11.459--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 73] [junit] [EL Fine]: 2022-09-10 04:19:11.459--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 73] [junit] [EL Fine]: 2022-09-10 04:19:11.459--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 73] [junit] [EL Fine]: 2022-09-10 04:19:11.459--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 73] [junit] [EL Fine]: 2022-09-10 04:19:11.459--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 45] [junit] [EL Fine]: 2022-09-10 04:19:11.459--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 45] [junit] [EL Fine]: 2022-09-10 04:19:11.46--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 45] [junit] [EL Fine]: 2022-09-10 04:19:11.46--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 45] [junit] [EL Fine]: 2022-09-10 04:19:11.46--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 45] [junit] [EL Fine]: 2022-09-10 04:19:11.46--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 82] [junit] [EL Fine]: 2022-09-10 04:19:11.46--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 82] [junit] [EL Fine]: 2022-09-10 04:19:11.46--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 82] [junit] [EL Fine]: 2022-09-10 04:19:11.46--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 82] [junit] [EL Fine]: 2022-09-10 04:19:11.514--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 82] [junit] [EL Fine]: 2022-09-10 04:19:11.514--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 42] [junit] [EL Fine]: 2022-09-10 04:19:11.514--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 42] [junit] [EL Fine]: 2022-09-10 04:19:11.514--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 42] [junit] [EL Fine]: 2022-09-10 04:19:11.514--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 42] [junit] [EL Fine]: 2022-09-10 04:19:11.514--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 42] [junit] [EL Fine]: 2022-09-10 04:19:11.514--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 65] [junit] [EL Fine]: 2022-09-10 04:19:11.514--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 65] [junit] [EL Fine]: 2022-09-10 04:19:11.514--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 65] [junit] [EL Fine]: 2022-09-10 04:19:11.514--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 65] [junit] [EL Fine]: 2022-09-10 04:19:11.514--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 65] [junit] [EL Fine]: 2022-09-10 04:19:11.514--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 46] [junit] [EL Fine]: 2022-09-10 04:19:11.515--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 46] [junit] [EL Fine]: 2022-09-10 04:19:11.515--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 46] [junit] [EL Fine]: 2022-09-10 04:19:11.515--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 46] [junit] [EL Fine]: 2022-09-10 04:19:11.515--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 46] [junit] [EL Fine]: 2022-09-10 04:19:11.515--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 64] [junit] [EL Fine]: 2022-09-10 04:19:11.515--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 64] [junit] [EL Fine]: 2022-09-10 04:19:11.515--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 64] [junit] [EL Fine]: 2022-09-10 04:19:11.515--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 64] [junit] [EL Fine]: 2022-09-10 04:19:11.515--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 64] [junit] [EL Fine]: 2022-09-10 04:19:11.515--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 15] [junit] [EL Fine]: 2022-09-10 04:19:11.515--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 15] [junit] [EL Fine]: 2022-09-10 04:19:11.515--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 15] [junit] [EL Fine]: 2022-09-10 04:19:11.515--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 15] [junit] [EL Fine]: 2022-09-10 04:19:11.515--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 15] [junit] [EL Fine]: 2022-09-10 04:19:11.515--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 83] [junit] [EL Fine]: 2022-09-10 04:19:11.515--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 83] [junit] [EL Fine]: 2022-09-10 04:19:11.515--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 83] [junit] [EL Fine]: 2022-09-10 04:19:11.515--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 83] [junit] [EL Fine]: 2022-09-10 04:19:11.515--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [24, 83] [junit] [EL Fine]: 2022-09-10 04:19:11.515--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [25, 44] [junit] [EL Fine]: 2022-09-10 04:19:11.515--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [26, 44] [junit] [EL Fine]: 2022-09-10 04:19:11.515--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [27, 44] [junit] [EL Fine]: 2022-09-10 04:19:11.515--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [23, 44] [junit] [EL Fine]: 2022-09-10 04:19:11.515--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])-- bind => [22, 44] [junit] [EL Finer]: 2022-09-10 04:19:11.515--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:11.535--ClientSession(1522755386)--Connection(1901572820)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:11.536--ServerSession(1526542158)--Connection(1558491026)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:11.546--UnitOfWork(730021607)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:11.546--UnitOfWork(730021607)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:11.548--UnitOfWork(730021607)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:11.548--ClientSession(1522755386)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:11.548--UnitOfWork(730021607)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:11.548--ClientSession(1522755386)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:11.55--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 185628914 [junit] [EL Finer]: 2022-09-10 04:19:11.55--ClientSession(185628914)--Thread(Thread[main,5,main])--acquire unit of work: 1987754376 [junit] [EL Finest]: 2022-09-10 04:19:11.55--UnitOfWork(1987754376)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=MotorVehicle sql="SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:11.55--ServerSession(1526542158)--Connection(1468850738)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.55--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:11.551--ServerSession(1526542158)--Connection(1006466023)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID)) [junit] bind => [384, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:11.552--ServerSession(1526542158)--Connection(1468850738)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.552--UnitOfWork(1987754376)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=MotorVehicle sql="SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:11.552--ServerSession(1526542158)--Connection(547024849)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.552--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:11.552--ServerSession(1526542158)--Connection(1890108014)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID)) [junit] bind => [385, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:11.553--ServerSession(1526542158)--Connection(547024849)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.553--UnitOfWork(1987754376)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=MotorVehicle sql="SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:11.553--ServerSession(1526542158)--Connection(242185784)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.553--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:11.553--ServerSession(1526542158)--Connection(954363433)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID)) [junit] bind => [387, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:11.554--ServerSession(1526542158)--Connection(242185784)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.554--UnitOfWork(1987754376)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=MotorVehicle sql="SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:11.554--ServerSession(1526542158)--Connection(967740021)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.554--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:11.554--ServerSession(1526542158)--Connection(311830607)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID)) [junit] bind => [390, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:11.555--ServerSession(1526542158)--Connection(967740021)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.555--UnitOfWork(1987754376)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=MotorVehicle sql="SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:11.555--ServerSession(1526542158)--Connection(2076028753)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.555--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:11.555--ServerSession(1526542158)--Connection(1489646649)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID)) [junit] bind => [391, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:11.555--ServerSession(1526542158)--Connection(2076028753)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.555--UnitOfWork(1987754376)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=MotorVehicle sql="SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:11.556--ServerSession(1526542158)--Connection(1175831827)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.556--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:11.556--ServerSession(1526542158)--Connection(1333217812)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID)) [junit] bind => [394, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:11.556--ServerSession(1526542158)--Connection(1175831827)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.556--UnitOfWork(1987754376)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=MotorVehicle sql="SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:11.556--ServerSession(1526542158)--Connection(1292624556)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.556--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:11.556--ServerSession(1526542158)--Connection(945370867)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID)) [junit] bind => [396, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:11.557--ServerSession(1526542158)--Connection(1292624556)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.557--UnitOfWork(1987754376)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=MotorVehicle sql="SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:11.557--ServerSession(1526542158)--Connection(747391739)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.557--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:11.557--ServerSession(1526542158)--Connection(1561534263)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID)) [junit] bind => [402, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:11.558--ServerSession(1526542158)--Connection(747391739)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.558--UnitOfWork(1987754376)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=MotorVehicle sql="SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:11.558--ServerSession(1526542158)--Connection(737686453)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.558--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:11.558--ServerSession(1526542158)--Connection(1851222874)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID)) [junit] bind => [403, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:11.559--ServerSession(1526542158)--Connection(737686453)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.559--UnitOfWork(1987754376)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=MotorVehicle sql="SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:11.559--ServerSession(1526542158)--Connection(998321521)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.559--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:11.559--ServerSession(1526542158)--Connection(1859755232)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID)) [junit] bind => [405, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:11.56--ServerSession(1526542158)--Connection(998321521)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.56--UnitOfWork(1987754376)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=MotorVehicle sql="SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:11.56--ServerSession(1526542158)--Connection(1401020140)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.56--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:11.56--ServerSession(1526542158)--Connection(1897752288)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID)) [junit] bind => [408, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:11.561--ServerSession(1526542158)--Connection(1401020140)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.561--UnitOfWork(1987754376)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=MotorVehicle sql="SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:11.561--ServerSession(1526542158)--Connection(474256326)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.561--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:11.561--ServerSession(1526542158)--Connection(116706504)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID)) [junit] bind => [409, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:11.561--ServerSession(1526542158)--Connection(474256326)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.562--UnitOfWork(1987754376)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=MotorVehicle sql="SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:11.562--ServerSession(1526542158)--Connection(1913260907)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.562--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:11.562--ServerSession(1526542158)--Connection(1379408750)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID)) [junit] bind => [412, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:11.562--ServerSession(1526542158)--Connection(1913260907)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.562--UnitOfWork(1987754376)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=MotorVehicle sql="SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:11.562--ServerSession(1526542158)--Connection(13508727)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.562--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:11.563--ServerSession(1526542158)--Connection(306165867)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID)) [junit] bind => [413, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:11.563--ServerSession(1526542158)--Connection(13508727)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.563--UnitOfWork(1987754376)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=MotorVehicle sql="SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:11.563--ServerSession(1526542158)--Connection(818522943)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.563--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:11.563--ServerSession(1526542158)--Connection(1599779245)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID)) [junit] bind => [414, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:11.564--ServerSession(1526542158)--Connection(818522943)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.564--UnitOfWork(1987754376)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=MotorVehicle sql="SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:11.564--ServerSession(1526542158)--Connection(1591233901)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.564--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:11.564--ServerSession(1526542158)--Connection(1418021058)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID)) [junit] bind => [417, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:11.564--ServerSession(1526542158)--Connection(1591233901)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.565--UnitOfWork(1987754376)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=MotorVehicle sql="SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:11.565--ServerSession(1526542158)--Connection(1155830313)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.565--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:11.565--ServerSession(1526542158)--Connection(987300143)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID)) [junit] bind => [319, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:11.565--ServerSession(1526542158)--Connection(1155830313)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.565--UnitOfWork(1987754376)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=MotorVehicle sql="SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:11.565--ServerSession(1526542158)--Connection(454420470)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.565--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:11.566--ServerSession(1526542158)--Connection(1773620674)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID)) [junit] bind => [320, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:11.566--ServerSession(1526542158)--Connection(454420470)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.566--UnitOfWork(1987754376)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=MotorVehicle sql="SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:11.566--ServerSession(1526542158)--Connection(1511554260)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.566--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:11.566--ServerSession(1526542158)--Connection(152232712)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID)) [junit] bind => [322, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:11.567--ServerSession(1526542158)--Connection(1511554260)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.567--UnitOfWork(1987754376)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=MotorVehicle sql="SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:11.567--ServerSession(1526542158)--Connection(2070673601)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.567--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:11.567--ServerSession(1526542158)--Connection(1711234567)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID)) [junit] bind => [326, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:11.568--ServerSession(1526542158)--Connection(2070673601)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.568--UnitOfWork(1987754376)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=MotorVehicle sql="SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:11.568--ServerSession(1526542158)--Connection(1903909617)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.568--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:11.568--ServerSession(1526542158)--Connection(1852521919)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID)) [junit] bind => [334, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:11.568--ServerSession(1526542158)--Connection(1903909617)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.568--UnitOfWork(1987754376)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=MotorVehicle sql="SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:11.569--ServerSession(1526542158)--Connection(546362321)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.569--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:11.569--ServerSession(1526542158)--Connection(388076729)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID)) [junit] bind => [337, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:11.569--ServerSession(1526542158)--Connection(546362321)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.569--UnitOfWork(1987754376)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=MotorVehicle sql="SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:11.569--ServerSession(1526542158)--Connection(395923192)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.569--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:11.569--ServerSession(1526542158)--Connection(201753838)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID)) [junit] bind => [338, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:11.57--ServerSession(1526542158)--Connection(395923192)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.57--UnitOfWork(1987754376)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=MotorVehicle sql="SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:11.57--ServerSession(1526542158)--Connection(1234601657)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.57--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:11.57--ServerSession(1526542158)--Connection(1896827537)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID)) [junit] bind => [339, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:11.571--ServerSession(1526542158)--Connection(1234601657)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.571--UnitOfWork(1987754376)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=MotorVehicle sql="SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:11.571--ServerSession(1526542158)--Connection(637775114)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.571--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:11.571--ServerSession(1526542158)--Connection(760422553)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID)) [junit] bind => [341, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:11.571--ServerSession(1526542158)--Connection(637775114)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.571--UnitOfWork(1987754376)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=MotorVehicle sql="SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:11.571--ServerSession(1526542158)--Connection(1289378278)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.572--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:11.572--ServerSession(1526542158)--Connection(2025451276)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID)) [junit] bind => [342, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:11.572--ServerSession(1526542158)--Connection(1289378278)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.572--UnitOfWork(1987754376)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=MotorVehicle sql="SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:11.572--ServerSession(1526542158)--Connection(1411451832)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.572--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:11.572--ServerSession(1526542158)--Connection(1666666431)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID)) [junit] bind => [343, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:11.573--ServerSession(1526542158)--Connection(1411451832)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.573--UnitOfWork(1987754376)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=MotorVehicle sql="SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:11.573--ServerSession(1526542158)--Connection(941245447)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.573--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:11.573--ServerSession(1526542158)--Connection(1634328076)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID)) [junit] bind => [348, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:11.574--ServerSession(1526542158)--Connection(941245447)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.574--UnitOfWork(1987754376)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=MotorVehicle sql="SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:11.574--ServerSession(1526542158)--Connection(396371879)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.574--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:11.574--ServerSession(1526542158)--Connection(940966625)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID)) [junit] bind => [349, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:11.574--ServerSession(1526542158)--Connection(396371879)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.574--UnitOfWork(1987754376)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=MotorVehicle sql="SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:11.574--ServerSession(1526542158)--Connection(683126747)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.575--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:11.575--ServerSession(1526542158)--Connection(540975398)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID)) [junit] bind => [350, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:11.575--ServerSession(1526542158)--Connection(683126747)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.575--UnitOfWork(1987754376)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=MotorVehicle sql="SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:11.575--ServerSession(1526542158)--Connection(539395258)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.575--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:11.575--ServerSession(1526542158)--Connection(1967404553)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID)) [junit] bind => [351, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:11.576--ServerSession(1526542158)--Connection(539395258)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.576--UnitOfWork(1987754376)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=MotorVehicle sql="SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:11.576--ServerSession(1526542158)--Connection(234808561)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.576--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:11.576--ServerSession(1526542158)--Connection(1507749689)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID)) [junit] bind => [352, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:11.577--ServerSession(1526542158)--Connection(234808561)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.577--UnitOfWork(1987754376)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=MotorVehicle sql="SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:11.577--ServerSession(1526542158)--Connection(480156667)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.577--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:11.577--ServerSession(1526542158)--Connection(907254006)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID)) [junit] bind => [354, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:11.577--ServerSession(1526542158)--Connection(480156667)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.577--UnitOfWork(1987754376)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=MotorVehicle sql="SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:11.577--ServerSession(1526542158)--Connection(1757584740)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.577--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:11.578--ServerSession(1526542158)--Connection(1119648930)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID)) [junit] bind => [355, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:11.578--ServerSession(1526542158)--Connection(1757584740)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.578--UnitOfWork(1987754376)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=MotorVehicle sql="SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:11.578--ServerSession(1526542158)--Connection(232968404)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.578--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:11.578--ServerSession(1526542158)--Connection(739964070)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID)) [junit] bind => [356, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:11.579--ServerSession(1526542158)--Connection(232968404)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.579--UnitOfWork(1987754376)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=MotorVehicle sql="SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:11.579--ServerSession(1526542158)--Connection(654787010)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.579--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:11.579--ServerSession(1526542158)--Connection(1547906624)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID)) [junit] bind => [362, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:11.579--ServerSession(1526542158)--Connection(654787010)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.58--UnitOfWork(1987754376)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=MotorVehicle sql="SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:11.58--ServerSession(1526542158)--Connection(1636592552)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.58--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:11.58--ServerSession(1526542158)--Connection(620263671)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID)) [junit] bind => [364, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:11.58--ServerSession(1526542158)--Connection(1636592552)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.58--UnitOfWork(1987754376)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=MotorVehicle sql="SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:11.58--ServerSession(1526542158)--Connection(1466096660)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.58--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:11.581--ServerSession(1526542158)--Connection(817506767)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID)) [junit] bind => [365, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:11.581--ServerSession(1526542158)--Connection(1466096660)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.581--UnitOfWork(1987754376)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=MotorVehicle sql="SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:11.581--ServerSession(1526542158)--Connection(1222816951)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.581--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:11.581--ServerSession(1526542158)--Connection(695666741)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID)) [junit] bind => [367, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:11.582--ServerSession(1526542158)--Connection(1222816951)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.582--UnitOfWork(1987754376)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=MotorVehicle sql="SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:11.582--ServerSession(1526542158)--Connection(1336885649)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.582--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:11.582--ServerSession(1526542158)--Connection(1586024177)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID)) [junit] bind => [368, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:11.582--ServerSession(1526542158)--Connection(1336885649)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.582--UnitOfWork(1987754376)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=MotorVehicle sql="SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:11.582--ServerSession(1526542158)--Connection(66144407)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.583--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:11.583--ServerSession(1526542158)--Connection(462877022)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID)) [junit] bind => [369, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:11.583--ServerSession(1526542158)--Connection(66144407)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.583--UnitOfWork(1987754376)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=MotorVehicle sql="SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:11.583--ServerSession(1526542158)--Connection(1212191012)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.583--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:11.583--ServerSession(1526542158)--Connection(1685099891)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID)) [junit] bind => [370, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:11.584--ServerSession(1526542158)--Connection(1212191012)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.584--UnitOfWork(1987754376)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=MotorVehicle sql="SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:11.584--ServerSession(1526542158)--Connection(1625687132)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.584--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:11.584--ServerSession(1526542158)--Connection(6147646)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID)) [junit] bind => [372, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:11.585--ServerSession(1526542158)--Connection(1625687132)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.585--UnitOfWork(1987754376)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=MotorVehicle sql="SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:11.585--ServerSession(1526542158)--Connection(914505647)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.585--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:11.585--ServerSession(1526542158)--Connection(1488989055)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID)) [junit] bind => [373, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:11.586--ServerSession(1526542158)--Connection(914505647)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.586--UnitOfWork(1987754376)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=MotorVehicle sql="SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:11.586--ServerSession(1526542158)--Connection(1062425515)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.586--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:11.586--ServerSession(1526542158)--Connection(1720782061)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID)) [junit] bind => [375, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:11.587--ServerSession(1526542158)--Connection(1062425515)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.587--UnitOfWork(1987754376)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=MotorVehicle sql="SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:11.587--ServerSession(1526542158)--Connection(1624692944)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.587--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:11.587--ServerSession(1526542158)--Connection(240010819)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID)) [junit] bind => [376, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:11.587--ServerSession(1526542158)--Connection(1624692944)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.587--UnitOfWork(1987754376)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=MotorVehicle sql="SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:11.587--ServerSession(1526542158)--Connection(1318801048)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.588--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:11.588--ServerSession(1526542158)--Connection(849044822)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID)) [junit] bind => [377, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:11.588--ServerSession(1526542158)--Connection(1318801048)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.588--UnitOfWork(1987754376)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=MotorVehicle sql="SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:11.588--ServerSession(1526542158)--Connection(2051308637)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.588--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:11.588--ServerSession(1526542158)--Connection(320604054)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID)) [junit] bind => [380, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:11.589--ServerSession(1526542158)--Connection(2051308637)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.589--UnitOfWork(1987754376)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=MotorVehicle sql="SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:11.589--ServerSession(1526542158)--Connection(325536715)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.589--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:11.589--ServerSession(1526542158)--Connection(1622462086)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID)) [junit] bind => [381, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:11.59--ServerSession(1526542158)--Connection(325536715)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.59--UnitOfWork(1987754376)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=MotorVehicle sql="SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:11.59--ServerSession(1526542158)--Connection(829576976)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:11.59--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:11.59--ServerSession(1526542158)--Connection(2004119366)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE (((t1.ID = ?) AND (t1.DTYPE IN (?, ?, ?))) AND (t0.ID = t1.EMPLOYEE_ID)) [junit] bind => [382, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:11.59--ServerSession(1526542158)--Connection(829576976)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:11.618--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1737926303 [junit] [EL Finer]: 2022-09-10 04:19:11.618--ClientSession(1737926303)--Thread(Thread[main,5,main])--acquire unit of work: 1623141008 [junit] [EL Finest]: 2022-09-10 04:19:11.618--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:reading. [junit] [EL Finest]: 2022-09-10 04:19:11.618--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (29 -> null:null:reading) [junit] [EL Finest]: 2022-09-10 04:19:11.619--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:cooking. [junit] [EL Finest]: 2022-09-10 04:19:11.619--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (30 -> null:null:cooking) [junit] [EL Finest]: 2022-09-10 04:19:11.619--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:watching tv. [junit] [EL Finest]: 2022-09-10 04:19:11.619--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (31 -> null:null:watching tv) [junit] [EL Finest]: 2022-09-10 04:19:11.619--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:cleaning the house. [junit] [EL Finest]: 2022-09-10 04:19:11.619--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (32 -> null:null:cleaning the house) [junit] [EL Finest]: 2022-09-10 04:19:11.619--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:swimming. [junit] [EL Finest]: 2022-09-10 04:19:11.619--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (33 -> null:null:swimming) [junit] [EL Finest]: 2022-09-10 04:19:11.619--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:computers. [junit] [EL Finest]: 2022-09-10 04:19:11.619--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (34 -> null:null:computers) [junit] [EL Finest]: 2022-09-10 04:19:11.619--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:stamps. [junit] [EL Finest]: 2022-09-10 04:19:11.619--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (35 -> null:null:stamps) [junit] [EL Finest]: 2022-09-10 04:19:11.619--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@0. [junit] [EL Finest]: 2022-09-10 04:19:11.619--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:19:11.619--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2. [junit] [EL Finest]: 2022-09-10 04:19:11.619--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3. [junit] [EL Finest]: 2022-09-10 04:19:11.619--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4. [junit] [EL Finest]: 2022-09-10 04:19:11.619--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5. [junit] [EL Finest]: 2022-09-10 04:19:11.62--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6. [junit] [EL Finest]: 2022-09-10 04:19:11.62--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7. [junit] [EL Finest]: 2022-09-10 04:19:11.62--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8. [junit] [EL Finest]: 2022-09-10 04:19:11.62--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9. [junit] [EL Finest]: 2022-09-10 04:19:11.62--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7eaa3a93. [junit] [EL Finest]: 2022-09-10 04:19:11.62--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (424 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7eaa3a93) [junit] [EL Finest]: 2022-09-10 04:19:11.62--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6a71e941. [junit] [EL Finest]: 2022-09-10 04:19:11.62--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (425 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6a71e941) [junit] [EL Finest]: 2022-09-10 04:19:11.62--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2235153c. [junit] [EL Finest]: 2022-09-10 04:19:11.62--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (426 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2235153c) [junit] [EL Finest]: 2022-09-10 04:19:11.62--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6ef27af9. [junit] [EL Finest]: 2022-09-10 04:19:11.62--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (427 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6ef27af9) [junit] [EL Finest]: 2022-09-10 04:19:11.62--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4123ab16. [junit] [EL Finest]: 2022-09-10 04:19:11.62--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (428 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4123ab16) [junit] [EL Finest]: 2022-09-10 04:19:11.62--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@247d6992. [junit] [EL Finest]: 2022-09-10 04:19:11.62--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (429 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@247d6992) [junit] [EL Finest]: 2022-09-10 04:19:11.62--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2eeb14d4. [junit] [EL Finest]: 2022-09-10 04:19:11.62--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (430 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2eeb14d4) [junit] [EL Finest]: 2022-09-10 04:19:11.621--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@53339642. [junit] [EL Finest]: 2022-09-10 04:19:11.621--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (431 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@53339642) [junit] [EL Finest]: 2022-09-10 04:19:11.621--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@f94fc29. [junit] [EL Finest]: 2022-09-10 04:19:11.621--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (432 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@f94fc29) [junit] [EL Finest]: 2022-09-10 04:19:11.621--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@40ea25b0. [junit] [EL Finest]: 2022-09-10 04:19:11.621--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (433 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@40ea25b0) [junit] [EL Finest]: 2022-09-10 04:19:11.621--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3651c4cd. [junit] [EL Finest]: 2022-09-10 04:19:11.621--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (434 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3651c4cd) [junit] [EL Finest]: 2022-09-10 04:19:11.621--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@791fc5c3. [junit] [EL Finest]: 2022-09-10 04:19:11.621--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (435 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@791fc5c3) [junit] [EL Finest]: 2022-09-10 04:19:11.621--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@51421b7d. [junit] [EL Finest]: 2022-09-10 04:19:11.621--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (436 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@51421b7d) [junit] [EL Finest]: 2022-09-10 04:19:11.621--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@40146340. [junit] [EL Finest]: 2022-09-10 04:19:11.621--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (437 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@40146340) [junit] [EL Finest]: 2022-09-10 04:19:11.621--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@78dbb023. [junit] [EL Finest]: 2022-09-10 04:19:11.621--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (438 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@78dbb023) [junit] [EL Finest]: 2022-09-10 04:19:11.621--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7fed4326. [junit] [EL Finest]: 2022-09-10 04:19:11.622--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (439 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7fed4326) [junit] [EL Finest]: 2022-09-10 04:19:11.622--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3eb53655. [junit] [EL Finest]: 2022-09-10 04:19:11.622--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (440 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3eb53655) [junit] [EL Finest]: 2022-09-10 04:19:11.622--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5d585ca0. [junit] [EL Finest]: 2022-09-10 04:19:11.622--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (441 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5d585ca0) [junit] [EL Finest]: 2022-09-10 04:19:11.622--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7827b580. [junit] [EL Finest]: 2022-09-10 04:19:11.622--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (442 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7827b580) [junit] [EL Finest]: 2022-09-10 04:19:11.622--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6d462dd1. [junit] [EL Finest]: 2022-09-10 04:19:11.622--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (443 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6d462dd1) [junit] [EL Finest]: 2022-09-10 04:19:11.622--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7ad6b9b2. [junit] [EL Finest]: 2022-09-10 04:19:11.622--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (444 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7ad6b9b2) [junit] [EL Finest]: 2022-09-10 04:19:11.622--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@65744714. [junit] [EL Finest]: 2022-09-10 04:19:11.626--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (445 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@65744714) [junit] [EL Finest]: 2022-09-10 04:19:11.626--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@203a658f. [junit] [EL Finest]: 2022-09-10 04:19:11.626--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (446 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@203a658f) [junit] [EL Finest]: 2022-09-10 04:19:11.626--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7c4eecfc. [junit] [EL Finest]: 2022-09-10 04:19:11.626--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (447 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7c4eecfc) [junit] [EL Finest]: 2022-09-10 04:19:11.626--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@331ad1ee. [junit] [EL Finest]: 2022-09-10 04:19:11.626--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (448 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@331ad1ee) [junit] [EL Finest]: 2022-09-10 04:19:11.626--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@74117c7e. [junit] [EL Finest]: 2022-09-10 04:19:11.627--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (449 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@74117c7e) [junit] [EL Finest]: 2022-09-10 04:19:11.627--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7f4796e. [junit] [EL Finest]: 2022-09-10 04:19:11.627--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (450 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7f4796e) [junit] [EL Finest]: 2022-09-10 04:19:11.627--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@cd64c60. [junit] [EL Finest]: 2022-09-10 04:19:11.627--ServerSession(1526542158)--Connection(1772513717)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:11.627--ClientSession(1737926303)--Connection(1772513717)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:11.627--ClientSession(1737926303)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:11.627--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="VehicleGenerator" sql="UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ?") [junit] [EL Finest]: 2022-09-10 04:19:11.628--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="VehicleGenerator" sql="SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2022-09-10 04:19:11.628--ClientSession(1737926303)--Connection(380312179)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2022-09-10 04:19:11.629--ClientSession(1737926303)--Connection(380312179)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2022-09-10 04:19:11.629--ClientSession(1737926303)--Connection(380312179)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 451, last: 500 [junit] [EL Finer]: 2022-09-10 04:19:11.629--ClientSession(1737926303)--Connection(380312179)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:11.63--ServerSession(1526542158)--Connection(380312179)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2022-09-10 04:19:11.631--ServerSession(1526542158)--Connection(1772513717)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:19:11.631--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (451 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@cd64c60) [junit] [EL Finest]: 2022-09-10 04:19:11.631--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2b497998. [junit] [EL Finest]: 2022-09-10 04:19:11.631--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (452 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2b497998) [junit] [EL Finest]: 2022-09-10 04:19:11.631--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@79adc343. [junit] [EL Finest]: 2022-09-10 04:19:11.631--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (453 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@79adc343) [junit] [EL Finest]: 2022-09-10 04:19:11.631--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@78f4be94. [junit] [EL Finest]: 2022-09-10 04:19:11.631--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (454 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@78f4be94) [junit] [EL Finest]: 2022-09-10 04:19:11.631--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6384a8. [junit] [EL Finest]: 2022-09-10 04:19:11.631--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (455 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6384a8) [junit] [EL Finest]: 2022-09-10 04:19:11.631--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6086b885. [junit] [EL Finest]: 2022-09-10 04:19:11.631--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (456 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6086b885) [junit] [EL Finest]: 2022-09-10 04:19:11.631--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7726d80d. [junit] [EL Finest]: 2022-09-10 04:19:11.631--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (457 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7726d80d) [junit] [EL Finest]: 2022-09-10 04:19:11.631--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2a7bc863. [junit] [EL Finest]: 2022-09-10 04:19:11.631--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (458 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2a7bc863) [junit] [EL Finest]: 2022-09-10 04:19:11.632--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@36214f40. [junit] [EL Finest]: 2022-09-10 04:19:11.632--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (459 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@36214f40) [junit] [EL Finest]: 2022-09-10 04:19:11.632--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@63369b91. [junit] [EL Finest]: 2022-09-10 04:19:11.632--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (460 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@63369b91) [junit] [EL Finest]: 2022-09-10 04:19:11.632--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2291c14a. [junit] [EL Finest]: 2022-09-10 04:19:11.632--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (461 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2291c14a) [junit] [EL Finest]: 2022-09-10 04:19:11.632--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@565d2dab. [junit] [EL Finest]: 2022-09-10 04:19:11.632--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (462 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@565d2dab) [junit] [EL Finest]: 2022-09-10 04:19:11.632--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6a3a236f. [junit] [EL Finest]: 2022-09-10 04:19:11.632--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (463 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6a3a236f) [junit] [EL Finest]: 2022-09-10 04:19:11.632--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3d07c7aa. [junit] [EL Finest]: 2022-09-10 04:19:11.632--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (464 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3d07c7aa) [junit] [EL Finest]: 2022-09-10 04:19:11.632--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1130cad1. [junit] [EL Finest]: 2022-09-10 04:19:11.632--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (465 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1130cad1) [junit] [EL Finest]: 2022-09-10 04:19:11.632--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2e3f9d29. [junit] [EL Finest]: 2022-09-10 04:19:11.632--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (466 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2e3f9d29) [junit] [EL Finest]: 2022-09-10 04:19:11.632--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1525f2da. [junit] [EL Finest]: 2022-09-10 04:19:11.632--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (467 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1525f2da) [junit] [EL Finest]: 2022-09-10 04:19:11.633--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@161c4d43. [junit] [EL Finest]: 2022-09-10 04:19:11.633--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (468 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@161c4d43) [junit] [EL Finest]: 2022-09-10 04:19:11.633--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@16d7b13. [junit] [EL Finest]: 2022-09-10 04:19:11.633--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (469 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@16d7b13) [junit] [EL Finest]: 2022-09-10 04:19:11.633--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@53e968c2. [junit] [EL Finest]: 2022-09-10 04:19:11.633--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (470 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@53e968c2) [junit] [EL Finest]: 2022-09-10 04:19:11.633--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@69e0e347. [junit] [EL Finest]: 2022-09-10 04:19:11.633--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (471 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@69e0e347) [junit] [EL Finest]: 2022-09-10 04:19:11.633--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1de2cd6d. [junit] [EL Finest]: 2022-09-10 04:19:11.633--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (472 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1de2cd6d) [junit] [EL Finest]: 2022-09-10 04:19:11.633--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@77bd9821. [junit] [EL Finest]: 2022-09-10 04:19:11.633--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (473 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@77bd9821) [junit] [EL Finest]: 2022-09-10 04:19:11.633--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6f8a516c. [junit] [EL Finest]: 2022-09-10 04:19:11.633--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (474 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6f8a516c) [junit] [EL Finest]: 2022-09-10 04:19:11.633--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@11e7d01. [junit] [EL Finest]: 2022-09-10 04:19:11.633--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (475 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@11e7d01) [junit] [EL Finest]: 2022-09-10 04:19:11.633--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@a9c51ea. [junit] [EL Finest]: 2022-09-10 04:19:11.633--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (476 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@a9c51ea) [junit] [EL Finest]: 2022-09-10 04:19:11.634--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@11fbbc08. [junit] [EL Finest]: 2022-09-10 04:19:11.634--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (477 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@11fbbc08) [junit] [EL Finest]: 2022-09-10 04:19:11.634--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2cc78e6a. [junit] [EL Finest]: 2022-09-10 04:19:11.634--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (478 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2cc78e6a) [junit] [EL Finest]: 2022-09-10 04:19:11.634--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5ec30886. [junit] [EL Finest]: 2022-09-10 04:19:11.634--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (479 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5ec30886) [junit] [EL Finest]: 2022-09-10 04:19:11.634--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@363801b5. [junit] [EL Finest]: 2022-09-10 04:19:11.634--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (480 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@363801b5) [junit] [EL Finest]: 2022-09-10 04:19:11.634--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7aefe086. [junit] [EL Finest]: 2022-09-10 04:19:11.634--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (481 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7aefe086) [junit] [EL Finest]: 2022-09-10 04:19:11.634--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6a4b956f. [junit] [EL Finest]: 2022-09-10 04:19:11.634--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (482 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6a4b956f) [junit] [EL Finest]: 2022-09-10 04:19:11.634--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2c0a3798. [junit] [EL Finest]: 2022-09-10 04:19:11.634--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (483 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2c0a3798) [junit] [EL Finest]: 2022-09-10 04:19:11.634--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5ac9ae05. [junit] [EL Finest]: 2022-09-10 04:19:11.634--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (484 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5ac9ae05) [junit] [EL Finest]: 2022-09-10 04:19:11.634--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5fa78e0a. [junit] [EL Finest]: 2022-09-10 04:19:11.634--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (485 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5fa78e0a) [junit] [EL Finest]: 2022-09-10 04:19:11.635--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@69f1887c. [junit] [EL Finest]: 2022-09-10 04:19:11.635--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (486 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@69f1887c) [junit] [EL Finest]: 2022-09-10 04:19:11.635--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@143ad42d. [junit] [EL Finest]: 2022-09-10 04:19:11.635--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (487 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@143ad42d) [junit] [EL Finest]: 2022-09-10 04:19:11.635--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@314f929. [junit] [EL Finest]: 2022-09-10 04:19:11.635--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (488 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@314f929) [junit] [EL Finest]: 2022-09-10 04:19:11.635--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@60a0f09f. [junit] [EL Finest]: 2022-09-10 04:19:11.635--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (489 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@60a0f09f) [junit] [EL Finest]: 2022-09-10 04:19:11.635--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@577269f. [junit] [EL Finest]: 2022-09-10 04:19:11.635--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (490 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@577269f) [junit] [EL Finest]: 2022-09-10 04:19:11.635--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@47ae01a0. [junit] [EL Finest]: 2022-09-10 04:19:11.635--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (491 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@47ae01a0) [junit] [EL Finest]: 2022-09-10 04:19:11.635--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@63d765cd. [junit] [EL Finest]: 2022-09-10 04:19:11.635--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (492 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@63d765cd) [junit] [EL Finest]: 2022-09-10 04:19:11.635--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4945520. [junit] [EL Finest]: 2022-09-10 04:19:11.635--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (493 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4945520) [junit] [EL Finest]: 2022-09-10 04:19:11.636--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@386bd8f3. [junit] [EL Finest]: 2022-09-10 04:19:11.636--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (494 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@386bd8f3) [junit] [EL Finest]: 2022-09-10 04:19:11.636--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@fff7d5f. [junit] [EL Finest]: 2022-09-10 04:19:11.636--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (495 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@fff7d5f) [junit] [EL Finest]: 2022-09-10 04:19:11.636--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@575e8860. [junit] [EL Finest]: 2022-09-10 04:19:11.636--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (496 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@575e8860) [junit] [EL Finest]: 2022-09-10 04:19:11.636--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7145eafe. [junit] [EL Finest]: 2022-09-10 04:19:11.636--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (497 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7145eafe) [junit] [EL Finest]: 2022-09-10 04:19:11.636--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@178f0865. [junit] [EL Finest]: 2022-09-10 04:19:11.636--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (498 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@178f0865) [junit] [EL Finest]: 2022-09-10 04:19:11.636--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@636e9a4e. [junit] [EL Finest]: 2022-09-10 04:19:11.636--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (499 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@636e9a4e) [junit] [EL Finest]: 2022-09-10 04:19:11.636--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@40d013cb. [junit] [EL Finest]: 2022-09-10 04:19:11.636--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (500 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@40d013cb) [junit] [EL Finest]: 2022-09-10 04:19:11.636--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1e9c1335. [junit] [EL Finest]: 2022-09-10 04:19:11.636--ServerSession(1526542158)--Connection(1900018851)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:11.636--ClientSession(1737926303)--Connection(1900018851)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:11.636--ClientSession(1737926303)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:11.637--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="VehicleGenerator" sql="UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ?") [junit] [EL Finest]: 2022-09-10 04:19:11.637--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="VehicleGenerator" sql="SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2022-09-10 04:19:11.637--ClientSession(1737926303)--Connection(1712628768)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2022-09-10 04:19:11.638--ClientSession(1737926303)--Connection(1712628768)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2022-09-10 04:19:11.638--ClientSession(1737926303)--Connection(1712628768)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 501, last: 550 [junit] [EL Finer]: 2022-09-10 04:19:11.638--ClientSession(1737926303)--Connection(1712628768)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:11.639--ServerSession(1526542158)--Connection(1712628768)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2022-09-10 04:19:11.64--ServerSession(1526542158)--Connection(1900018851)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:19:11.64--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (501 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1e9c1335) [junit] [EL Finest]: 2022-09-10 04:19:11.64--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@66c16751. [junit] [EL Finest]: 2022-09-10 04:19:11.64--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (502 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@66c16751) [junit] [EL Finest]: 2022-09-10 04:19:11.64--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3649dc49. [junit] [EL Finest]: 2022-09-10 04:19:11.64--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (503 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3649dc49) [junit] [EL Finest]: 2022-09-10 04:19:11.64--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@49907e76. [junit] [EL Finest]: 2022-09-10 04:19:11.64--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (504 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@49907e76) [junit] [EL Finest]: 2022-09-10 04:19:11.64--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4112e47b. [junit] [EL Finest]: 2022-09-10 04:19:11.64--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (505 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4112e47b) [junit] [EL Finest]: 2022-09-10 04:19:11.64--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2c04e8e7. [junit] [EL Finest]: 2022-09-10 04:19:11.64--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (506 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2c04e8e7) [junit] [EL Finest]: 2022-09-10 04:19:11.64--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@54d7d2ba. [junit] [EL Finest]: 2022-09-10 04:19:11.64--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (507 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@54d7d2ba) [junit] [EL Finest]: 2022-09-10 04:19:11.64--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1efe7598. [junit] [EL Finest]: 2022-09-10 04:19:11.64--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (508 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1efe7598) [junit] [EL Finest]: 2022-09-10 04:19:11.64--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@48997b00. [junit] [EL Finest]: 2022-09-10 04:19:11.641--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (509 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@48997b00) [junit] [EL Finest]: 2022-09-10 04:19:11.641--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@43d1e124. [junit] [EL Finest]: 2022-09-10 04:19:11.641--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (510 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@43d1e124) [junit] [EL Finest]: 2022-09-10 04:19:11.641--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2979a9e6. [junit] [EL Finest]: 2022-09-10 04:19:11.641--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (511 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2979a9e6) [junit] [EL Finest]: 2022-09-10 04:19:11.641--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@44c65be4. [junit] [EL Finest]: 2022-09-10 04:19:11.641--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (512 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@44c65be4) [junit] [EL Finest]: 2022-09-10 04:19:11.641--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@47046907. [junit] [EL Finest]: 2022-09-10 04:19:11.641--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (513 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@47046907) [junit] [EL Finest]: 2022-09-10 04:19:11.641--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@b106802. [junit] [EL Finest]: 2022-09-10 04:19:11.641--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (514 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@b106802) [junit] [EL Finest]: 2022-09-10 04:19:11.641--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6f42c61f. [junit] [EL Finest]: 2022-09-10 04:19:11.641--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (515 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6f42c61f) [junit] [EL Finest]: 2022-09-10 04:19:11.641--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@192da968. [junit] [EL Finest]: 2022-09-10 04:19:11.641--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (516 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@192da968) [junit] [EL Finest]: 2022-09-10 04:19:11.641--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7d85b71b. [junit] [EL Finest]: 2022-09-10 04:19:11.641--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (517 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7d85b71b) [junit] [EL Finest]: 2022-09-10 04:19:11.641--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@755d80d1. [junit] [EL Finest]: 2022-09-10 04:19:11.642--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (518 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@755d80d1) [junit] [EL Finest]: 2022-09-10 04:19:11.642--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@c56c25b. [junit] [EL Finest]: 2022-09-10 04:19:11.642--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (519 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@c56c25b) [junit] [EL Finest]: 2022-09-10 04:19:11.642--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@78444c50. [junit] [EL Finest]: 2022-09-10 04:19:11.642--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (520 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@78444c50) [junit] [EL Finest]: 2022-09-10 04:19:11.642--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@28a9112c. [junit] [EL Finest]: 2022-09-10 04:19:11.642--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (521 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@28a9112c) [junit] [EL Finest]: 2022-09-10 04:19:11.642--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@316b57e0. [junit] [EL Finest]: 2022-09-10 04:19:11.642--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (522 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@316b57e0) [junit] [EL Finest]: 2022-09-10 04:19:11.642--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@b950f8c. [junit] [EL Finest]: 2022-09-10 04:19:11.642--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (523 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@b950f8c) [junit] [EL Finest]: 2022-09-10 04:19:11.642--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@51e9f462. [junit] [EL Finest]: 2022-09-10 04:19:11.642--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (524 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@51e9f462) [junit] [EL Finest]: 2022-09-10 04:19:11.642--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@3129bf02. [junit] [EL Finest]: 2022-09-10 04:19:11.642--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (525 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@3129bf02) [junit] [EL Finest]: 2022-09-10 04:19:11.642--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@5a963a90. [junit] [EL Finest]: 2022-09-10 04:19:11.643--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (526 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@5a963a90) [junit] [EL Finest]: 2022-09-10 04:19:11.643--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@795cb721. [junit] [EL Finest]: 2022-09-10 04:19:11.643--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (527 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@795cb721) [junit] [EL Finest]: 2022-09-10 04:19:11.643--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@6788168c. [junit] [EL Finest]: 2022-09-10 04:19:11.643--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--assign sequence to the object (528 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@6788168c) [junit] [EL Finest]: 2022-09-10 04:19:11.643--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1b2574d0. [junit] [EL Finest]: 2022-09-10 04:19:11.643--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6cf5cb11. [junit] [EL Finest]: 2022-09-10 04:19:11.643--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7b5de23c. [junit] [EL Finest]: 2022-09-10 04:19:11.643--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2dd61113. [junit] [EL Finest]: 2022-09-10 04:19:11.643--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@63ce19a. [junit] [EL Finest]: 2022-09-10 04:19:11.643--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3b73cc75. [junit] [EL Finest]: 2022-09-10 04:19:11.643--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6d1ead2c. [junit] [EL Finest]: 2022-09-10 04:19:11.643--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6e44d39e. [junit] [EL Finest]: 2022-09-10 04:19:11.644--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7fd9d86. [junit] [EL Finest]: 2022-09-10 04:19:11.644--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@9addea4. [junit] [EL Finest]: 2022-09-10 04:19:11.644--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6c6f49d1. [junit] [EL Finest]: 2022-09-10 04:19:11.644--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@23ac7377. [junit] [EL Finest]: 2022-09-10 04:19:11.644--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1d0e8e58. [junit] [EL Finest]: 2022-09-10 04:19:11.644--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7dd322a. [junit] [EL Finest]: 2022-09-10 04:19:11.644--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2e484f94. [junit] [EL Finest]: 2022-09-10 04:19:11.644--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@51622450. [junit] [EL Finest]: 2022-09-10 04:19:11.644--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@11e0a164. [junit] [EL Finest]: 2022-09-10 04:19:11.644--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6ef0e08f. [junit] [EL Finest]: 2022-09-10 04:19:11.644--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@44243d32. [junit] [EL Finest]: 2022-09-10 04:19:11.644--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3ea10f3. [junit] [EL Finest]: 2022-09-10 04:19:11.644--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6cfd694a. [junit] [EL Finest]: 2022-09-10 04:19:11.644--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6e68cd0f. [junit] [EL Finest]: 2022-09-10 04:19:11.645--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@486b35d5. [junit] [EL Finest]: 2022-09-10 04:19:11.645--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6ce766fa. [junit] [EL Finest]: 2022-09-10 04:19:11.645--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6fe83f6e. [junit] [EL Finest]: 2022-09-10 04:19:11.645--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2445cad. [junit] [EL Finest]: 2022-09-10 04:19:11.645--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@311f8821. [junit] [EL Finest]: 2022-09-10 04:19:11.645--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5d93ad98. [junit] [EL Finest]: 2022-09-10 04:19:11.645--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@19941818. [junit] [EL Finest]: 2022-09-10 04:19:11.645--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@35e817e9. [junit] [EL Finest]: 2022-09-10 04:19:11.645--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6689f455. [junit] [EL Finest]: 2022-09-10 04:19:11.645--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5a68d4d6. [junit] [EL Finest]: 2022-09-10 04:19:11.645--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@fe9681d. [junit] [EL Finest]: 2022-09-10 04:19:11.645--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6ac4da08. [junit] [EL Finest]: 2022-09-10 04:19:11.646--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@50629a46. [junit] [EL Finest]: 2022-09-10 04:19:11.646--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@599ad726. [junit] [EL Finest]: 2022-09-10 04:19:11.646--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@740224cc. [junit] [EL Finest]: 2022-09-10 04:19:11.646--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7c3341c9. [junit] [EL Finest]: 2022-09-10 04:19:11.646--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@18444e11. [junit] [EL Finest]: 2022-09-10 04:19:11.646--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@71d47c80. [junit] [EL Finest]: 2022-09-10 04:19:11.646--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1f02e11c. [junit] [EL Finest]: 2022-09-10 04:19:11.646--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@20d73835. [junit] [EL Finest]: 2022-09-10 04:19:11.646--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6d27cb3b. [junit] [EL Finest]: 2022-09-10 04:19:11.646--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2d10b5b4. [junit] [EL Finest]: 2022-09-10 04:19:11.646--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@35374c23. [junit] [EL Finest]: 2022-09-10 04:19:11.646--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@505ceb9a. [junit] [EL Finest]: 2022-09-10 04:19:11.646--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@68c66620. [junit] [EL Finest]: 2022-09-10 04:19:11.647--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6d6b2fbc. [junit] [EL Finest]: 2022-09-10 04:19:11.647--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2a01bf0e. [junit] [EL Finest]: 2022-09-10 04:19:11.647--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@24bff8d7. [junit] [EL Finest]: 2022-09-10 04:19:11.647--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1b572ba5. [junit] [EL Finest]: 2022-09-10 04:19:11.647--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@390c96a1. [junit] [EL Finest]: 2022-09-10 04:19:11.647--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6f0efd55. [junit] [EL Finest]: 2022-09-10 04:19:11.647--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@25c8d646. [junit] [EL Finest]: 2022-09-10 04:19:11.647--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4782e182. [junit] [EL Finest]: 2022-09-10 04:19:11.647--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3bdb3f28. [junit] [EL Finest]: 2022-09-10 04:19:11.647--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@460dc324. [junit] [EL Finest]: 2022-09-10 04:19:11.647--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@69063972. [junit] [EL Finest]: 2022-09-10 04:19:11.647--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4a16ae0b. [junit] [EL Finest]: 2022-09-10 04:19:11.648--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2ad7ac1a. [junit] [EL Finest]: 2022-09-10 04:19:11.648--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@65782175. [junit] [EL Finest]: 2022-09-10 04:19:11.648--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@16ca9e06. [junit] [EL Finest]: 2022-09-10 04:19:11.648--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@257d8340. [junit] [EL Finest]: 2022-09-10 04:19:11.648--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3496e06a. [junit] [EL Finest]: 2022-09-10 04:19:11.648--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2f8c59d7. [junit] [EL Finest]: 2022-09-10 04:19:11.648--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@29a1c0b7. [junit] [EL Finest]: 2022-09-10 04:19:11.648--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1771700b. [junit] [EL Finest]: 2022-09-10 04:19:11.648--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@255130e3. [junit] [EL Finest]: 2022-09-10 04:19:11.648--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@15ad8968. [junit] [EL Finest]: 2022-09-10 04:19:11.648--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2cf3882d. [junit] [EL Finest]: 2022-09-10 04:19:11.648--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5eac24de. [junit] [EL Finest]: 2022-09-10 04:19:11.648--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@25db0f54. [junit] [EL Finest]: 2022-09-10 04:19:11.648--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@259ecefe. [junit] [EL Finest]: 2022-09-10 04:19:11.649--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@73d3487. [junit] [EL Finest]: 2022-09-10 04:19:11.649--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1277c623. [junit] [EL Finest]: 2022-09-10 04:19:11.649--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@fbba04a. [junit] [EL Finest]: 2022-09-10 04:19:11.649--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@afb7791. [junit] [EL Finest]: 2022-09-10 04:19:11.649--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5813c42a. [junit] [EL Finest]: 2022-09-10 04:19:11.649--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@20e0becd. [junit] [EL Finest]: 2022-09-10 04:19:11.649--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@28446b82. [junit] [EL Finest]: 2022-09-10 04:19:11.649--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4c84615a. [junit] [EL Finest]: 2022-09-10 04:19:11.649--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2fc8b8c2. [junit] [EL Finest]: 2022-09-10 04:19:11.649--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@14295dca. [junit] [EL Finest]: 2022-09-10 04:19:11.649--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4911d84. [junit] [EL Finest]: 2022-09-10 04:19:11.649--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@62125fb5. [junit] [EL Finest]: 2022-09-10 04:19:11.649--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2d64757a. [junit] [EL Finest]: 2022-09-10 04:19:11.65--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3d8777ce. [junit] [EL Finest]: 2022-09-10 04:19:11.65--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3bd42f5b. [junit] [EL Finest]: 2022-09-10 04:19:11.65--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@33ccb7e7. [junit] [EL Finest]: 2022-09-10 04:19:11.65--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@366b82ec. [junit] [EL Finest]: 2022-09-10 04:19:11.65--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4968eb3f. [junit] [EL Finest]: 2022-09-10 04:19:11.65--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7105c023. [junit] [EL Finest]: 2022-09-10 04:19:11.65--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@82560b6. [junit] [EL Finest]: 2022-09-10 04:19:11.65--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5686f018. [junit] [EL Finest]: 2022-09-10 04:19:11.65--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@215998b6. [junit] [EL Finest]: 2022-09-10 04:19:11.65--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@20ed6c31. [junit] [EL Finest]: 2022-09-10 04:19:11.65--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1cd3ec2d. [junit] [EL Finest]: 2022-09-10 04:19:11.65--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@441c8fa3. [junit] [EL Finest]: 2022-09-10 04:19:11.65--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@24d8cd8d. [junit] [EL Finest]: 2022-09-10 04:19:11.651--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@54a6c0ad. [junit] [EL Finer]: 2022-09-10 04:19:11.651--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:11.652--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@5a963a90) [junit] [EL Finest]: 2022-09-10 04:19:11.653--ServerSession(1526542158)--Connection(951810282)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:11.653--ClientSession(1737926303)--Connection(951810282)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:11.653--ClientSession(1737926303)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:11.653--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@795cb721) [junit] [EL Finest]: 2022-09-10 04:19:11.653--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@6788168c) [junit] [EL Finest]: 2022-09-10 04:19:11.653--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@3129bf02) [junit] [EL Finest]: 2022-09-10 04:19:11.654--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@51e9f462) [junit] [EL Finest]: 2022-09-10 04:19:11.654--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7) [junit] [EL Finer]: 2022-09-10 04:19:11.654--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:11.654--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, NUM_GEARS, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:11.654--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [526, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2022-09-10 04:19:11.654--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [527, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2022-09-10 04:19:11.654--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [528, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2022-09-10 04:19:11.654--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [525, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2022-09-10 04:19:11.654--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [524, foo-brand, null, 0, 1, 4] [junit] [EL Finer]: 2022-09-10 04:19:11.654--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:11.656--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2022-09-10 04:19:11.656--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9) [junit] [EL Finest]: 2022-09-10 04:19:11.656--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4) [junit] [EL Finest]: 2022-09-10 04:19:11.656--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:19:11.656--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5) [junit] [EL Finest]: 2022-09-10 04:19:11.656--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6) [junit] [EL Finest]: 2022-09-10 04:19:11.656--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2022-09-10 04:19:11.656--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@0) [junit] [EL Finest]: 2022-09-10 04:19:11.656--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8) [junit] [EL Finest]: 2022-09-10 04:19:11.656--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@51622450) [junit] [EL Finer]: 2022-09-10 04:19:11.657--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:11.657--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:11.657--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [7, Department_7, 1] [junit] [EL Fine]: 2022-09-10 04:19:11.657--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [3, Department_3, 1] [junit] [EL Fine]: 2022-09-10 04:19:11.657--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [9, Department_9, 1] [junit] [EL Fine]: 2022-09-10 04:19:11.657--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [4, Department_4, 1] [junit] [EL Fine]: 2022-09-10 04:19:11.657--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [1, Department_1, 1] [junit] [EL Fine]: 2022-09-10 04:19:11.657--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [5, Department_5, 1] [junit] [EL Fine]: 2022-09-10 04:19:11.657--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [6, Department_6, 1] [junit] [EL Fine]: 2022-09-10 04:19:11.657--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [2, Department_2, 1] [junit] [EL Fine]: 2022-09-10 04:19:11.657--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [0, Department_0, 1] [junit] [EL Fine]: 2022-09-10 04:19:11.657--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [8, Department_8, 1] [junit] [EL Finer]: 2022-09-10 04:19:11.657--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:11.659--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@460dc324) [junit] [EL Finest]: 2022-09-10 04:19:11.659--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@50629a46) [junit] [EL Finest]: 2022-09-10 04:19:11.659--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@25db0f54) [junit] [EL Finest]: 2022-09-10 04:19:11.659--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6cf5cb11) [junit] [EL Finest]: 2022-09-10 04:19:11.659--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@486b35d5) [junit] [EL Finest]: 2022-09-10 04:19:11.659--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@33ccb7e7) [junit] [EL Finest]: 2022-09-10 04:19:11.659--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@35374c23) [junit] [EL Finest]: 2022-09-10 04:19:11.659--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2a01bf0e) [junit] [EL Finest]: 2022-09-10 04:19:11.659--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@505ceb9a) [junit] [EL Finest]: 2022-09-10 04:19:11.66--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@390c96a1) [junit] [EL Finest]: 2022-09-10 04:19:11.66--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@18444e11) [junit] [EL Finest]: 2022-09-10 04:19:11.66--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2445cad) [junit] [EL Finest]: 2022-09-10 04:19:11.66--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2d64757a) [junit] [EL Finest]: 2022-09-10 04:19:11.66--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@71d47c80) [junit] [EL Finest]: 2022-09-10 04:19:11.66--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1b2574d0) [junit] [EL Finest]: 2022-09-10 04:19:11.66--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@311f8821) [junit] [EL Finest]: 2022-09-10 04:19:11.66--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2ad7ac1a) [junit] [EL Finest]: 2022-09-10 04:19:11.66--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6f0efd55) [junit] [EL Finest]: 2022-09-10 04:19:11.66--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@69063972) [junit] [EL Finest]: 2022-09-10 04:19:11.66--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6ce766fa) [junit] [EL Finest]: 2022-09-10 04:19:11.66--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3bdb3f28) [junit] [EL Finest]: 2022-09-10 04:19:11.661--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6c6f49d1) [junit] [EL Finest]: 2022-09-10 04:19:11.661--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7105c023) [junit] [EL Finest]: 2022-09-10 04:19:11.661--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6cfd694a) [junit] [EL Finest]: 2022-09-10 04:19:11.661--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7fd9d86) [junit] [EL Finest]: 2022-09-10 04:19:11.661--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@25c8d646) [junit] [EL Finest]: 2022-09-10 04:19:11.661--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1d0e8e58) [junit] [EL Finest]: 2022-09-10 04:19:11.661--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2d10b5b4) [junit] [EL Finest]: 2022-09-10 04:19:11.661--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6d27cb3b) [junit] [EL Finest]: 2022-09-10 04:19:11.661--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2cf3882d) [junit] [EL Finest]: 2022-09-10 04:19:11.662--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5a68d4d6) [junit] [EL Finest]: 2022-09-10 04:19:11.662--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@16ca9e06) [junit] [EL Finest]: 2022-09-10 04:19:11.662--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@54a6c0ad) [junit] [EL Finest]: 2022-09-10 04:19:11.662--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1cd3ec2d) [junit] [EL Finest]: 2022-09-10 04:19:11.662--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@255130e3) [junit] [EL Finest]: 2022-09-10 04:19:11.662--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@20e0becd) [junit] [EL Finest]: 2022-09-10 04:19:11.662--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6e44d39e) [junit] [EL Finest]: 2022-09-10 04:19:11.662--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@28446b82) [junit] [EL Finest]: 2022-09-10 04:19:11.662--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6e68cd0f) [junit] [EL Finest]: 2022-09-10 04:19:11.662--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@11e0a164) [junit] [EL Finest]: 2022-09-10 04:19:11.662--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@65782175) [junit] [EL Finest]: 2022-09-10 04:19:11.662--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@15ad8968) [junit] [EL Finest]: 2022-09-10 04:19:11.663--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2dd61113) [junit] [EL Finest]: 2022-09-10 04:19:11.663--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5686f018) [junit] [EL Finest]: 2022-09-10 04:19:11.663--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@63ce19a) [junit] [EL Finest]: 2022-09-10 04:19:11.663--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@fbba04a) [junit] [EL Finest]: 2022-09-10 04:19:11.663--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3bd42f5b) [junit] [EL Finest]: 2022-09-10 04:19:11.663--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6689f455) [junit] [EL Finest]: 2022-09-10 04:19:11.663--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@73d3487) [junit] [EL Finest]: 2022-09-10 04:19:11.663--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7b5de23c) [junit] [EL Finest]: 2022-09-10 04:19:11.663--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1f02e11c) [junit] [EL Finest]: 2022-09-10 04:19:11.663--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7dd322a) [junit] [EL Finest]: 2022-09-10 04:19:11.663--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@23ac7377) [junit] [EL Finest]: 2022-09-10 04:19:11.664--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@366b82ec) [junit] [EL Finest]: 2022-09-10 04:19:11.664--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6d6b2fbc) [junit] [EL Finest]: 2022-09-10 04:19:11.664--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@19941818) [junit] [EL Finest]: 2022-09-10 04:19:11.664--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7c3341c9) [junit] [EL Finest]: 2022-09-10 04:19:11.664--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@9addea4) [junit] [EL Finest]: 2022-09-10 04:19:11.664--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@24d8cd8d) [junit] [EL Finest]: 2022-09-10 04:19:11.664--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6ef0e08f) [junit] [EL Finest]: 2022-09-10 04:19:11.664--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4c84615a) [junit] [EL Finest]: 2022-09-10 04:19:11.664--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1277c623) [junit] [EL Finest]: 2022-09-10 04:19:11.664--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3d8777ce) [junit] [EL Finest]: 2022-09-10 04:19:11.664--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5d93ad98) [junit] [EL Finest]: 2022-09-10 04:19:11.665--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1771700b) [junit] [EL Finest]: 2022-09-10 04:19:11.665--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@68c66620) [junit] [EL Finest]: 2022-09-10 04:19:11.665--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@44243d32) [junit] [EL Finest]: 2022-09-10 04:19:11.665--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4968eb3f) [junit] [EL Finest]: 2022-09-10 04:19:11.665--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4782e182) [junit] [EL Finest]: 2022-09-10 04:19:11.665--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6d1ead2c) [junit] [EL Finest]: 2022-09-10 04:19:11.665--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@740224cc) [junit] [EL Finest]: 2022-09-10 04:19:11.665--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@441c8fa3) [junit] [EL Finest]: 2022-09-10 04:19:11.665--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5813c42a) [junit] [EL Finest]: 2022-09-10 04:19:11.665--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@257d8340) [junit] [EL Finest]: 2022-09-10 04:19:11.665--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4a16ae0b) [junit] [EL Finest]: 2022-09-10 04:19:11.666--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@24bff8d7) [junit] [EL Finest]: 2022-09-10 04:19:11.666--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3b73cc75) [junit] [EL Finest]: 2022-09-10 04:19:11.666--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5eac24de) [junit] [EL Finest]: 2022-09-10 04:19:11.666--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@fe9681d) [junit] [EL Finest]: 2022-09-10 04:19:11.666--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@259ecefe) [junit] [EL Finest]: 2022-09-10 04:19:11.666--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@599ad726) [junit] [EL Finest]: 2022-09-10 04:19:11.666--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@82560b6) [junit] [EL Finest]: 2022-09-10 04:19:11.666--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4911d84) [junit] [EL Finest]: 2022-09-10 04:19:11.666--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2fc8b8c2) [junit] [EL Finest]: 2022-09-10 04:19:11.666--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3ea10f3) [junit] [EL Finest]: 2022-09-10 04:19:11.666--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@62125fb5) [junit] [EL Finest]: 2022-09-10 04:19:11.666--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@215998b6) [junit] [EL Finest]: 2022-09-10 04:19:11.667--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2e484f94) [junit] [EL Finest]: 2022-09-10 04:19:11.667--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6ac4da08) [junit] [EL Finest]: 2022-09-10 04:19:11.667--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@20ed6c31) [junit] [EL Finest]: 2022-09-10 04:19:11.667--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1b572ba5) [junit] [EL Finest]: 2022-09-10 04:19:11.667--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@29a1c0b7) [junit] [EL Finest]: 2022-09-10 04:19:11.667--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2f8c59d7) [junit] [EL Finest]: 2022-09-10 04:19:11.667--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6fe83f6e) [junit] [EL Finest]: 2022-09-10 04:19:11.667--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@afb7791) [junit] [EL Finest]: 2022-09-10 04:19:11.667--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@14295dca) [junit] [EL Finest]: 2022-09-10 04:19:11.667--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3496e06a) [junit] [EL Finest]: 2022-09-10 04:19:11.667--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@35e817e9) [junit] [EL Finest]: 2022-09-10 04:19:11.668--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@20d73835) [junit] [EL Finest]: 2022-09-10 04:19:11.668--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(29:null:reading) [junit] [EL Finer]: 2022-09-10 04:19:11.668--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:11.668--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:11.668--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [15, Hilarius, Heidegger, null, 2022-09-21 18:05:51.644, 2022-08-29 14:32:31.644, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.668--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [56, Hadmar, Hecht, null, 2022-09-21 18:05:51.647, 2022-08-29 14:32:31.647, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.668--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, Hildegard, Hermelink, null, 2022-09-21 18:05:51.646, 2022-08-29 14:32:31.646, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.668--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [71, Hulda, Hewitt, null, 2022-09-21 18:05:51.648, 2022-08-29 14:32:31.648, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.668--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [1, Hinrich, Hardenberg, null, 2022-09-21 18:05:51.643, 2022-08-29 14:32:31.643, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.668--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [22, Harriet, Henning, null, 2022-09-21 18:05:51.645, 2022-08-29 14:32:31.645, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.668--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [88, Herma, Havenstein, null, 2022-09-21 18:05:51.65, 2022-08-29 14:32:31.65, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.668--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [44, Hendrik, Hary, null, 2022-09-21 18:05:51.646, 2022-08-29 14:32:31.646, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.668--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [48, Hauke, Heidegger, null, 2022-09-21 18:05:51.647, 2022-08-29 14:32:31.647, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.668--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [45, Helena, Halbach, null, 2022-09-21 18:05:51.646, 2022-08-29 14:32:31.646, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.668--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [51, Harro, Hardenberg, null, 2022-09-21 18:05:51.647, 2022-08-29 14:32:31.647, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.668--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [38, Harald, Hartig, null, 2022-09-21 18:05:51.646, 2022-08-29 14:32:31.646, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.668--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [25, Hedi, Hettner, null, 2022-09-21 18:05:51.645, 2022-08-29 14:32:31.645, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.669--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [85, Hans, Hanstein, null, 2022-09-21 18:05:51.649, 2022-08-29 14:32:31.649, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.669--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [39, Heidemarie, Heidegger, null, 2022-09-21 18:05:51.646, 2022-08-29 14:32:31.646, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.669--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [0, Hermine, Herold, null, 2022-09-21 18:05:51.643, 2022-08-29 14:32:31.643, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.669--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [26, Herma, Heise, null, 2022-09-21 18:05:51.645, 2022-08-29 14:32:31.645, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.669--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [59, Heide, Hackmann, null, 2022-09-21 18:05:51.648, 2022-08-29 14:32:31.647, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.669--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [52, Helga, Hesselbarth, null, 2022-09-21 18:05:51.647, 2022-08-29 14:32:31.647, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.669--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [57, Hannelore, Harding, null, 2022-09-21 18:05:51.647, 2022-08-29 14:32:31.647, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.669--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [23, Humphrey, Hackmann, null, 2022-09-21 18:05:51.645, 2022-08-29 14:32:31.645, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.669--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [55, Harriet, Henry, null, 2022-09-21 18:05:51.647, 2022-08-29 14:32:31.647, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.669--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [10, Hannelore, Hildebrand, null, 2022-09-21 18:05:51.644, 2022-08-29 14:32:31.644, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.669--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [91, Hannah, Hendrix, null, 2022-09-21 18:05:51.65, 2022-08-29 14:32:31.65, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.669--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [20, Hjalmar, Hamburger, null, 2022-09-21 18:05:51.644, 2022-08-29 14:32:31.644, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.669--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [8, Holda, Hartfelder, null, 2022-09-21 18:05:51.644, 2022-08-29 14:32:31.644, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.669--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [53, Hermine, Helbig, null, 2022-09-21 18:05:51.647, 2022-08-29 14:32:31.647, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.669--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [12, Hakon, Hartfelder, null, 2022-09-21 18:05:51.644, 2022-08-29 14:32:31.644, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.669--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [43, Hermine, Hendrix, null, 2022-09-21 18:05:51.646, 2022-08-29 14:32:31.646, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.669--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [42, Heike, Hein, null, 2022-09-21 18:05:51.646, 2022-08-29 14:32:31.646, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.669--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [69, Hulda, Hamburger, null, 2022-09-21 18:05:51.648, 2022-08-29 14:32:31.648, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.669--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, Harvey, Henschel, null, 2022-09-21 18:05:51.645, 2022-08-29 14:32:31.645, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.669--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [61, Hadmar, Helms, null, 2022-09-21 18:05:51.648, 2022-08-29 14:32:31.648, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.669--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [99, Hannes, Herbst, null, 2022-09-21 18:05:51.651, 2022-08-29 14:32:31.651, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.669--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [96, Herbert, Hellmann, null, 2022-09-21 18:05:51.65, 2022-08-29 14:32:31.65, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.669--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [67, Heinrich, Hartig, null, 2022-09-21 18:05:51.648, 2022-08-29 14:32:31.648, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.67--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [78, Hanspeter, Haak, null, 2022-09-21 18:05:51.649, 2022-08-29 14:32:31.649, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.67--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [7, Hedi, Hamann, null, 2022-09-21 18:05:51.643, 2022-08-29 14:32:31.643, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.67--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [79, Harald, Herzog, null, 2022-09-21 18:05:51.649, 2022-08-29 14:32:31.649, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.67--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [21, Hanspeter, Haas, null, 2022-09-21 18:05:51.644, 2022-08-29 14:32:31.644, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.67--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [16, Hartwin, Harnack, null, 2022-09-21 18:05:51.644, 2022-08-29 14:32:31.644, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.67--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [60, Heiko, Henschel, null, 2022-09-21 18:05:51.648, 2022-08-29 14:32:31.648, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.67--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [68, Hilda, Heim, null, 2022-09-21 18:05:51.648, 2022-08-29 14:32:31.648, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.67--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [3, Heidi, Hesselbarth, null, 2022-09-21 18:05:51.643, 2022-08-29 14:32:31.643, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.67--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [93, Harold, Habermann, null, 2022-09-21 18:05:51.65, 2022-08-29 14:32:31.65, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.67--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [4, Henri, Habermann, null, 2022-09-21 18:05:51.643, 2022-08-29 14:32:31.643, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.67--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [75, Hilda, Hausmann, null, 2022-09-21 18:05:51.649, 2022-08-29 14:32:31.649, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.67--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [87, Hieu, Havenstein, null, 2022-09-21 18:05:51.65, 2022-08-29 14:32:31.65, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.67--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, Hasso, Hardenberg, null, 2022-09-21 18:05:51.645, 2022-08-29 14:32:31.645, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.67--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [73, Helma, Hettner, null, 2022-09-21 18:05:51.649, 2022-08-29 14:32:31.649, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.67--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [2, Hansklaus, Hemsterhuis, null, 2022-09-21 18:05:51.643, 2022-08-29 14:32:31.643, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.67--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [40, Heide, Hanson, null, 2022-09-21 18:05:51.646, 2022-08-29 14:32:31.646, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.67--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [13, Hugo, Haus Lancaster, null, 2022-09-21 18:05:51.644, 2022-08-29 14:32:31.644, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.67--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [11, Hasso, Hanson, null, 2022-09-21 18:05:51.644, 2022-08-29 14:32:31.644, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.67--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [89, Hakan, Herrmann, null, 2022-09-21 18:05:51.65, 2022-08-29 14:32:31.65, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.67--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [47, Harvey, Heinrich, null, 2022-09-21 18:05:51.647, 2022-08-29 14:32:31.647, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.67--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [28, Hella, Helmig, null, 2022-09-21 18:05:51.645, 2022-08-29 14:32:31.645, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.67--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [37, Heiner, Heinrich, null, 2022-09-21 18:05:51.646, 2022-08-29 14:32:31.646, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.671--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [9, Heimo, Hartig, null, 2022-09-21 18:05:51.644, 2022-08-29 14:32:31.644, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.671--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [98, Hubertus, Hilbert, null, 2022-09-21 18:05:51.65, 2022-08-29 14:32:31.65, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.671--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [17, Helma, Herzog, null, 2022-09-21 18:05:51.644, 2022-08-29 14:32:31.644, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.743--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [80, Heimo, Hamilton, null, 2022-09-21 18:05:51.649, 2022-08-29 14:32:31.649, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.743--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [74, Hildegard, Hache, null, 2022-09-21 18:05:51.649, 2022-08-29 14:32:31.649, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.743--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [86, Hubert, Harnack, null, 2022-09-21 18:05:51.65, 2022-08-29 14:32:31.65, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.743--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [27, Hansklaus, Henry, null, 2022-09-21 18:05:51.645, 2022-08-29 14:32:31.645, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.743--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [66, Herma, Hardenberg, null, 2022-09-21 18:05:51.648, 2022-08-29 14:32:31.648, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.743--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [46, Hanna, Herold, null, 2022-09-21 18:05:51.646, 2022-08-29 14:32:31.646, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.743--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [18, Hartmut, Helms, null, 2022-09-21 18:05:51.644, 2022-08-29 14:32:31.644, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.743--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [90, Hermine, Halbach, null, 2022-09-21 18:05:51.65, 2022-08-29 14:32:31.65, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.743--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [54, Heimo, Haus Lancaster, null, 2022-09-21 18:05:51.647, 2022-08-29 14:32:31.647, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.743--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [6, Hieu, Herold, null, 2022-09-21 18:05:51.643, 2022-08-29 14:32:31.643, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.743--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [36, Harro, Helbig, null, 2022-09-21 18:05:51.646, 2022-08-29 14:32:31.646, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.743--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [97, Helmut, Hein, null, 2022-09-21 18:05:51.65, 2022-08-29 14:32:31.65, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.743--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [77, Hartwig, Haas, null, 2022-09-21 18:05:51.649, 2022-08-29 14:32:31.649, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.743--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [62, Harriet, Hense, null, 2022-09-21 18:05:51.648, 2022-08-29 14:32:31.648, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.743--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [58, Hans, Hamann, null, 2022-09-21 18:05:51.647, 2022-08-29 14:32:31.647, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.743--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [49, Helena, Hildebrandt, null, 2022-09-21 18:05:51.647, 2022-08-29 14:32:31.647, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.743--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [5, Heiko, Herder, null, 2022-09-21 18:05:51.643, 2022-08-29 14:32:31.643, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.743--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [70, Helena, Hegemann, null, 2022-09-21 18:05:51.648, 2022-08-29 14:32:31.648, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.743--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, Hieronymus, Henry, null, 2022-09-21 18:05:51.645, 2022-08-29 14:32:31.645, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.744--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [72, Hieu, Hennig, null, 2022-09-21 18:05:51.648, 2022-08-29 14:32:31.648, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.744--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [35, Hannes, Hardenberg, null, 2022-09-21 18:05:51.646, 2022-08-29 14:32:31.646, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.744--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [92, Helen, Hettner, null, 2022-09-21 18:05:51.65, 2022-08-29 14:32:31.65, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.744--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [83, Holde, Hennig, null, 2022-09-21 18:05:51.649, 2022-08-29 14:32:31.649, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.744--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [81, Helga, Heuser, null, 2022-09-21 18:05:51.649, 2022-08-29 14:32:31.649, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.744--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [19, Hanna, Hecht, null, 2022-09-21 18:05:51.644, 2022-08-29 14:32:31.644, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.744--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [84, Hilde, Hemsterhuis, null, 2022-09-21 18:05:51.649, 2022-08-29 14:32:31.649, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.744--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [94, Heribert, Henry, null, 2022-09-21 18:05:51.65, 2022-08-29 14:32:31.65, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.744--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [14, Helga, Henry, null, 2022-09-21 18:05:51.644, 2022-08-29 14:32:31.644, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.744--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, Heiner, Haller, null, 2022-09-21 18:05:51.645, 2022-08-29 14:32:31.645, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.744--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [95, Hieu, Hawke, null, 2022-09-21 18:05:51.65, 2022-08-29 14:32:31.65, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.744--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [50, Hulda, Hennig, null, 2022-09-21 18:05:51.647, 2022-08-29 14:32:31.647, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.744--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [65, Heyko, Hamilton, null, 2022-09-21 18:05:51.648, 2022-08-29 14:32:31.648, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.744--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [64, Heinz, Halbach, null, 2022-09-21 18:05:51.648, 2022-08-29 14:32:31.648, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.744--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [24, Harald, Haller, null, 2022-09-21 18:05:51.645, 2022-08-29 14:32:31.645, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.744--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [76, Hieronymus, Hense, null, 2022-09-21 18:05:51.649, 2022-08-29 14:32:31.649, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.744--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [82, Holger, Halbach, null, 2022-09-21 18:05:51.649, 2022-08-29 14:32:31.649, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.744--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [63, Hauke, Haus Lancaster, null, 2022-09-21 18:05:51.648, 2022-08-29 14:32:31.648, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.744--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, Hugo, Heuser, null, 2022-09-21 18:05:51.645, 2022-08-29 14:32:31.645, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:11.744--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [41, Hanns, Hanisch, null, 2022-09-21 18:05:51.646, 2022-08-29 14:32:31.646, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:11.744--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:11.767--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(33:null:swimming) [junit] [EL Finest]: 2022-09-10 04:19:11.767--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(34:null:computers) [junit] [EL Finest]: 2022-09-10 04:19:11.767--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(30:null:cooking) [junit] [EL Finest]: 2022-09-10 04:19:11.767--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(35:null:stamps) [junit] [EL Finest]: 2022-09-10 04:19:11.767--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(31:null:watching tv) [junit] [EL Finest]: 2022-09-10 04:19:11.767--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(32:null:cleaning the house) [junit] [EL Finest]: 2022-09-10 04:19:11.767--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4945520) [junit] [EL Finer]: 2022-09-10 04:19:11.767--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:11.767--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:11.768--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, null, reading] [junit] [EL Fine]: 2022-09-10 04:19:11.768--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, null, swimming] [junit] [EL Fine]: 2022-09-10 04:19:11.768--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, null, computers] [junit] [EL Fine]: 2022-09-10 04:19:11.768--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, null, cooking] [junit] [EL Fine]: 2022-09-10 04:19:11.768--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [35, null, stamps] [junit] [EL Fine]: 2022-09-10 04:19:11.768--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, null, watching tv] [junit] [EL Fine]: 2022-09-10 04:19:11.768--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, null, cleaning the house] [junit] [EL Finer]: 2022-09-10 04:19:11.768--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:11.769--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@575e8860) [junit] [EL Finest]: 2022-09-10 04:19:11.769--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@203a658f) [junit] [EL Finest]: 2022-09-10 04:19:11.769--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4112e47b) [junit] [EL Finest]: 2022-09-10 04:19:11.769--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2e3f9d29) [junit] [EL Finest]: 2022-09-10 04:19:11.77--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@79adc343) [junit] [EL Finest]: 2022-09-10 04:19:11.77--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@f94fc29) [junit] [EL Finest]: 2022-09-10 04:19:11.77--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6086b885) [junit] [EL Finest]: 2022-09-10 04:19:11.77--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@69e0e347) [junit] [EL Finest]: 2022-09-10 04:19:11.77--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6384a8) [junit] [EL Finest]: 2022-09-10 04:19:11.77--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2235153c) [junit] [EL Finest]: 2022-09-10 04:19:11.77--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@53e968c2) [junit] [EL Finest]: 2022-09-10 04:19:11.77--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@791fc5c3) [junit] [EL Finest]: 2022-09-10 04:19:11.77--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@48997b00) [junit] [EL Finest]: 2022-09-10 04:19:11.77--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@16d7b13) [junit] [EL Finest]: 2022-09-10 04:19:11.77--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1de2cd6d) [junit] [EL Finest]: 2022-09-10 04:19:11.771--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2eeb14d4) [junit] [EL Finest]: 2022-09-10 04:19:11.771--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6f42c61f) [junit] [EL Finest]: 2022-09-10 04:19:11.771--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@161c4d43) [junit] [EL Finest]: 2022-09-10 04:19:11.771--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6a3a236f) [junit] [EL Finest]: 2022-09-10 04:19:11.771--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@331ad1ee) [junit] [EL Finest]: 2022-09-10 04:19:11.771--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@69f1887c) [junit] [EL Finest]: 2022-09-10 04:19:11.771--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@40ea25b0) [junit] [EL Finest]: 2022-09-10 04:19:11.771--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1525f2da) [junit] [EL Finest]: 2022-09-10 04:19:11.771--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6ef27af9) [junit] [EL Finest]: 2022-09-10 04:19:11.771--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3d07c7aa) [junit] [EL Finest]: 2022-09-10 04:19:11.771--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@636e9a4e) [junit] [EL Finest]: 2022-09-10 04:19:11.771--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@11e7d01) [junit] [EL Finest]: 2022-09-10 04:19:11.772--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7eaa3a93) [junit] [EL Finest]: 2022-09-10 04:19:11.772--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6a4b956f) [junit] [EL Finest]: 2022-09-10 04:19:11.772--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3eb53655) [junit] [EL Finest]: 2022-09-10 04:19:11.772--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@49907e76) [junit] [EL Finest]: 2022-09-10 04:19:11.772--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@b950f8c) [junit] [EL Finest]: 2022-09-10 04:19:11.772--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@78dbb023) [junit] [EL Finest]: 2022-09-10 04:19:11.772--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@51421b7d) [junit] [EL Finest]: 2022-09-10 04:19:11.772--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7f4796e) [junit] [EL Finest]: 2022-09-10 04:19:11.772--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@53339642) [junit] [EL Finest]: 2022-09-10 04:19:11.772--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7d85b71b) [junit] [EL Finest]: 2022-09-10 04:19:11.772--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@63d765cd) [junit] [EL Finest]: 2022-09-10 04:19:11.773--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@66c16751) [junit] [EL Finest]: 2022-09-10 04:19:11.773--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3649dc49) [junit] [EL Finest]: 2022-09-10 04:19:11.773--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1efe7598) [junit] [EL Finest]: 2022-09-10 04:19:11.773--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2291c14a) [junit] [EL Finest]: 2022-09-10 04:19:11.773--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@316b57e0) [junit] [EL Finest]: 2022-09-10 04:19:11.773--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4123ab16) [junit] [EL Finest]: 2022-09-10 04:19:11.773--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@cd64c60) [junit] [EL Finest]: 2022-09-10 04:19:11.773--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@a9c51ea) [junit] [EL Finest]: 2022-09-10 04:19:11.773--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5ac9ae05) [junit] [EL Finest]: 2022-09-10 04:19:11.773--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@192da968) [junit] [EL Finest]: 2022-09-10 04:19:11.773--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6f8a516c) [junit] [EL Finest]: 2022-09-10 04:19:11.774--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7827b580) [junit] [EL Finest]: 2022-09-10 04:19:11.774--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6a71e941) [junit] [EL Finest]: 2022-09-10 04:19:11.774--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@363801b5) [junit] [EL Finest]: 2022-09-10 04:19:11.774--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@74117c7e) [junit] [EL Finest]: 2022-09-10 04:19:11.774--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1130cad1) [junit] [EL Finest]: 2022-09-10 04:19:11.774--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@44c65be4) [junit] [EL Finest]: 2022-09-10 04:19:11.774--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3651c4cd) [junit] [EL Finest]: 2022-09-10 04:19:11.774--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@247d6992) [junit] [EL Finest]: 2022-09-10 04:19:11.774--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@63369b91) [junit] [EL Finest]: 2022-09-10 04:19:11.774--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5d585ca0) [junit] [EL Finest]: 2022-09-10 04:19:11.774--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@c56c25b) [junit] [EL Finest]: 2022-09-10 04:19:11.775--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2cc78e6a) [junit] [EL Finest]: 2022-09-10 04:19:11.775--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@40d013cb) [junit] [EL Finest]: 2022-09-10 04:19:11.775--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@77bd9821) [junit] [EL Finest]: 2022-09-10 04:19:11.775--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7fed4326) [junit] [EL Finest]: 2022-09-10 04:19:11.775--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@565d2dab) [junit] [EL Finest]: 2022-09-10 04:19:11.775--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2979a9e6) [junit] [EL Finest]: 2022-09-10 04:19:11.775--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2b497998) [junit] [EL Finest]: 2022-09-10 04:19:11.775--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5fa78e0a) [junit] [EL Finest]: 2022-09-10 04:19:11.775--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7145eafe) [junit] [EL Finest]: 2022-09-10 04:19:11.775--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@78444c50) [junit] [EL Finest]: 2022-09-10 04:19:11.775--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@386bd8f3) [junit] [EL Finest]: 2022-09-10 04:19:11.775--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@755d80d1) [junit] [EL Finest]: 2022-09-10 04:19:11.776--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@fff7d5f) [junit] [EL Finest]: 2022-09-10 04:19:11.776--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7c4eecfc) [junit] [EL Finest]: 2022-09-10 04:19:11.776--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@60a0f09f) [junit] [EL Finest]: 2022-09-10 04:19:11.776--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7aefe086) [junit] [EL Finest]: 2022-09-10 04:19:11.776--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@43d1e124) [junit] [EL Finest]: 2022-09-10 04:19:11.776--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@178f0865) [junit] [EL Finest]: 2022-09-10 04:19:11.776--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@78f4be94) [junit] [EL Finest]: 2022-09-10 04:19:11.776--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5ec30886) [junit] [EL Finest]: 2022-09-10 04:19:11.776--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1e9c1335) [junit] [EL Finest]: 2022-09-10 04:19:11.776--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@577269f) [junit] [EL Finest]: 2022-09-10 04:19:11.776--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@28a9112c) [junit] [EL Finest]: 2022-09-10 04:19:11.777--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@47046907) [junit] [EL Finest]: 2022-09-10 04:19:11.777--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@143ad42d) [junit] [EL Finest]: 2022-09-10 04:19:11.777--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@11fbbc08) [junit] [EL Finest]: 2022-09-10 04:19:11.777--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2a7bc863) [junit] [EL Finest]: 2022-09-10 04:19:11.777--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@54d7d2ba) [junit] [EL Finest]: 2022-09-10 04:19:11.777--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@40146340) [junit] [EL Finest]: 2022-09-10 04:19:11.777--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@314f929) [junit] [EL Finest]: 2022-09-10 04:19:11.777--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2c0a3798) [junit] [EL Finest]: 2022-09-10 04:19:11.777--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7726d80d) [junit] [EL Finest]: 2022-09-10 04:19:11.777--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7ad6b9b2) [junit] [EL Finest]: 2022-09-10 04:19:11.777--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6d462dd1) [junit] [EL Finest]: 2022-09-10 04:19:11.777--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@47ae01a0) [junit] [EL Finest]: 2022-09-10 04:19:11.778--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2c04e8e7) [junit] [EL Finest]: 2022-09-10 04:19:11.778--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@b106802) [junit] [EL Finest]: 2022-09-10 04:19:11.778--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@36214f40) [junit] [EL Finest]: 2022-09-10 04:19:11.778--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@65744714) [junit] [EL Finest]: 2022-09-10 04:19:11.778--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:11.778--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:11.778--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, VERSION, EMPLOYEE_ID, DTYPE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:11.778--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [493, foo-car, null, null, null, null, 1, 72, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.778--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [496, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.778--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [446, foo-car, null, null, null, null, 1, 36, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.778--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [505, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.778--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [466, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.778--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [453, foo-car, null, null, null, null, 1, 26, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.778--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [432, foo-car, null, null, null, null, 1, 4, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.778--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [456, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.778--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [471, foo-car, null, null, null, null, 1, 68, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.778--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [455, foo-car, null, null, null, null, 1, 92, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.778--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [426, foo-car, null, null, null, null, 1, 58, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.778--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [470, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.778--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [435, foo-car, null, null, null, null, 1, 94, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.779--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [509, foo-car, null, null, null, null, 1, 54, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.779--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [469, foo-car, null, null, null, null, 1, 32, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.779--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [472, foo-car, null, null, null, null, 1, 18, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.779--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [430, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.779--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [515, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.779--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [468, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.779--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [463, foo-car, null, null, null, null, 1, 10, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.779--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [448, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.779--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [486, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.779--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [433, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.779--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [467, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.779--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [427, foo-car, null, null, null, null, 1, 82, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.779--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [464, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.779--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [499, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.779--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [475, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.779--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [424, foo-car, null, null, null, null, 1, 44, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.779--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [482, foo-car, null, null, null, null, 1, 70, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.779--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [440, foo-car, null, null, null, null, 1, 48, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.779--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [504, foo-car, null, null, null, null, 1, 88, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.779--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [523, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.779--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [438, foo-car, null, null, null, null, 1, 62, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.779--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [436, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.779--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [450, foo-car, null, null, null, null, 1, 46, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.779--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [431, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.779--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [517, foo-car, null, null, null, null, 1, 96, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.779--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [492, foo-car, null, null, null, null, 1, 56, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.779--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [502, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.779--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [503, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.779--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [508, foo-car, null, null, null, null, 1, 78, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.78--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [461, foo-car, null, null, null, null, 1, 28, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.78--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [522, foo-car, null, null, null, null, 1, 12, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.78--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [428, foo-car, null, null, null, null, 1, 2, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.78--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [451, foo-car, null, null, null, null, 1, 22, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.78--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [476, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.78--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [484, foo-car, null, null, null, null, 1, 38, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.78--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [516, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.78--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [474, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.78--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [442, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.78--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [425, foo-car, null, null, null, null, 1, 98, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.78--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [480, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.78--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [449, foo-car, null, null, null, null, 1, 80, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.78--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [465, foo-car, null, null, null, null, 1, 64, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.78--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [512, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.78--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [434, foo-car, null, null, null, null, 1, 24, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.78--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [429, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.78--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [460, foo-car, null, null, null, null, 1, 0, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.78--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [441, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.78--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [519, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.78--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [478, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.78--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [500, foo-car, null, null, null, null, 1, 50, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.78--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [473, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.78--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [439, foo-car, null, null, null, null, 1, 84, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.78--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [462, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.78--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [511, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.78--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [452, foo-car, null, null, null, null, 1, 60, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.78--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [485, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.78--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [497, foo-car, null, null, null, null, 1, 6, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.78--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [520, foo-car, null, null, null, null, 1, 14, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.78--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [494, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.78--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [518, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.78--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [495, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.78--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [447, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.78--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [489, foo-car, null, null, null, null, 1, 76, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.781--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [481, foo-car, null, null, null, null, 1, 74, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.781--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [510, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.781--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [498, foo-car, null, null, null, null, 1, 52, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.781--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [454, foo-car, null, null, null, null, 1, 20, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.781--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [479, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.781--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [501, foo-car, null, null, null, null, 1, 16, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.781--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [490, foo-car, null, null, null, null, 1, 90, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.781--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [521, foo-car, null, null, null, null, 1, 8, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.781--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [513, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.781--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [487, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.781--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [477, foo-car, null, null, null, null, 1, 30, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.781--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [458, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.781--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [507, foo-car, null, null, null, null, 1, 40, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.781--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [437, foo-car, null, null, null, null, 1, 34, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.781--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [488, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.781--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [483, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.781--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [457, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.781--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [444, foo-car, null, null, null, null, 1, 66, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.781--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [443, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.781--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [491, foo-car, null, null, null, null, 1, 42, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.781--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [506, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.781--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [514, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.781--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [459, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.781--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [445, foo-car, null, null, null, null, 1, 86, 91] [junit] [EL Finer]: 2022-09-10 04:19:11.781--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:11.799--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.799--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.799--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.799--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.799--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.799--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.799--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.799--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.799--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.8--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.8--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.8--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.8--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.8--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.8--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.8--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.8--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.8--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.8--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.8--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.8--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.8--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.8--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.8--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.8--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.8--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.801--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.801--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.801--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.801--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.801--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.801--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.801--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.801--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.801--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.801--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.801--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.801--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.801--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.801--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.801--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.801--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.801--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.801--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.802--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.802--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.802--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.802--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.802--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.802--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:11.802--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:11.802--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:11.802--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [17, 526] [junit] [EL Fine]: 2022-09-10 04:19:11.802--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [19, 526] [junit] [EL Fine]: 2022-09-10 04:19:11.802--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [25, 526] [junit] [EL Fine]: 2022-09-10 04:19:11.802--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [35, 526] [junit] [EL Fine]: 2022-09-10 04:19:11.802--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [37, 526] [junit] [EL Fine]: 2022-09-10 04:19:11.802--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [43, 526] [junit] [EL Fine]: 2022-09-10 04:19:11.802--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [47, 526] [junit] [EL Fine]: 2022-09-10 04:19:11.802--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [57, 526] [junit] [EL Fine]: 2022-09-10 04:19:11.802--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [59, 526] [junit] [EL Fine]: 2022-09-10 04:19:11.802--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [61, 526] [junit] [EL Fine]: 2022-09-10 04:19:11.802--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [69, 526] [junit] [EL Fine]: 2022-09-10 04:19:11.802--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [73, 526] [junit] [EL Fine]: 2022-09-10 04:19:11.802--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [75, 526] [junit] [EL Fine]: 2022-09-10 04:19:11.802--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [91, 526] [junit] [EL Fine]: 2022-09-10 04:19:11.802--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [13, 527] [junit] [EL Fine]: 2022-09-10 04:19:11.802--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [23, 527] [junit] [EL Fine]: 2022-09-10 04:19:11.803--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [53, 527] [junit] [EL Fine]: 2022-09-10 04:19:11.803--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [65, 527] [junit] [EL Fine]: 2022-09-10 04:19:11.803--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [81, 527] [junit] [EL Fine]: 2022-09-10 04:19:11.803--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [83, 527] [junit] [EL Fine]: 2022-09-10 04:19:11.803--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [93, 527] [junit] [EL Fine]: 2022-09-10 04:19:11.803--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 525] [junit] [EL Fine]: 2022-09-10 04:19:11.803--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 525] [junit] [EL Fine]: 2022-09-10 04:19:11.803--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 525] [junit] [EL Fine]: 2022-09-10 04:19:11.803--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [49, 525] [junit] [EL Fine]: 2022-09-10 04:19:11.803--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [55, 525] [junit] [EL Fine]: 2022-09-10 04:19:11.803--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [67, 525] [junit] [EL Fine]: 2022-09-10 04:19:11.803--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [71, 525] [junit] [EL Fine]: 2022-09-10 04:19:11.803--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [77, 525] [junit] [EL Fine]: 2022-09-10 04:19:11.803--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [79, 525] [junit] [EL Fine]: 2022-09-10 04:19:11.803--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [89, 525] [junit] [EL Fine]: 2022-09-10 04:19:11.803--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [95, 525] [junit] [EL Fine]: 2022-09-10 04:19:11.803--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [1, 524] [junit] [EL Fine]: 2022-09-10 04:19:11.803--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [3, 524] [junit] [EL Fine]: 2022-09-10 04:19:11.803--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [5, 524] [junit] [EL Fine]: 2022-09-10 04:19:11.803--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [7, 524] [junit] [EL Fine]: 2022-09-10 04:19:11.803--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [9, 524] [junit] [EL Fine]: 2022-09-10 04:19:11.803--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [11, 524] [junit] [EL Fine]: 2022-09-10 04:19:11.803--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [15, 524] [junit] [EL Fine]: 2022-09-10 04:19:11.803--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [21, 524] [junit] [EL Fine]: 2022-09-10 04:19:11.803--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [27, 524] [junit] [EL Fine]: 2022-09-10 04:19:11.803--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [39, 524] [junit] [EL Fine]: 2022-09-10 04:19:11.803--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [41, 524] [junit] [EL Fine]: 2022-09-10 04:19:11.803--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [45, 524] [junit] [EL Fine]: 2022-09-10 04:19:11.803--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [51, 524] [junit] [EL Fine]: 2022-09-10 04:19:11.803--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [63, 524] [junit] [EL Fine]: 2022-09-10 04:19:11.803--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [85, 524] [junit] [EL Fine]: 2022-09-10 04:19:11.803--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [87, 524] [junit] [EL Fine]: 2022-09-10 04:19:11.803--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [97, 524] [junit] [EL Fine]: 2022-09-10 04:19:11.803--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [99, 524] [junit] [EL Finer]: 2022-09-10 04:19:11.804--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:11.812--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.812--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.812--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.812--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.812--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.812--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.812--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.812--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.812--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.812--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.813--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.813--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.813--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.813--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.813--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.813--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.813--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.813--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.813--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.813--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.813--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.813--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.813--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.813--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.813--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.813--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.813--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.814--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.853--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.853--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.853--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.853--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.853--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.853--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.853--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.853--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.853--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.853--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.853--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.853--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.853--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.853--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.854--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.854--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.854--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.854--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.854--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.854--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.854--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.854--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.854--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.854--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.854--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.854--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.854--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.854--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.854--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.854--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.854--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.854--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.855--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.855--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.855--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.855--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.855--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.855--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.855--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.855--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.855--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.855--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.855--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.855--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.855--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.855--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.855--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.855--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.855--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.855--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.856--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.856--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.856--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.856--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.856--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.856--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.856--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.856--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.856--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.856--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.856--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.856--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.856--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.856--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.856--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.856--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.856--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.856--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.856--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.857--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.857--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.857--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:11.857--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:11.857--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:11.857--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 15] [junit] [EL Fine]: 2022-09-10 04:19:11.857--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 15] [junit] [EL Fine]: 2022-09-10 04:19:11.857--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 15] [junit] [EL Fine]: 2022-09-10 04:19:11.857--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 15] [junit] [EL Fine]: 2022-09-10 04:19:11.857--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 15] [junit] [EL Fine]: 2022-09-10 04:19:11.857--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 56] [junit] [EL Fine]: 2022-09-10 04:19:11.857--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 56] [junit] [EL Fine]: 2022-09-10 04:19:11.857--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 56] [junit] [EL Fine]: 2022-09-10 04:19:11.857--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 56] [junit] [EL Fine]: 2022-09-10 04:19:11.857--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 56] [junit] [EL Fine]: 2022-09-10 04:19:11.857--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 34] [junit] [EL Fine]: 2022-09-10 04:19:11.857--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 34] [junit] [EL Fine]: 2022-09-10 04:19:11.857--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 34] [junit] [EL Fine]: 2022-09-10 04:19:11.857--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 34] [junit] [EL Fine]: 2022-09-10 04:19:11.857--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 34] [junit] [EL Fine]: 2022-09-10 04:19:11.857--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 71] [junit] [EL Fine]: 2022-09-10 04:19:11.857--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 71] [junit] [EL Fine]: 2022-09-10 04:19:11.857--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 71] [junit] [EL Fine]: 2022-09-10 04:19:11.857--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 71] [junit] [EL Fine]: 2022-09-10 04:19:11.857--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 71] [junit] [EL Fine]: 2022-09-10 04:19:11.857--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 1] [junit] [EL Fine]: 2022-09-10 04:19:11.857--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 1] [junit] [EL Fine]: 2022-09-10 04:19:11.858--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 1] [junit] [EL Fine]: 2022-09-10 04:19:11.858--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 1] [junit] [EL Fine]: 2022-09-10 04:19:11.858--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 1] [junit] [EL Fine]: 2022-09-10 04:19:11.858--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 22] [junit] [EL Fine]: 2022-09-10 04:19:11.858--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 22] [junit] [EL Fine]: 2022-09-10 04:19:11.858--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 22] [junit] [EL Fine]: 2022-09-10 04:19:11.858--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 22] [junit] [EL Fine]: 2022-09-10 04:19:11.858--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 22] [junit] [EL Fine]: 2022-09-10 04:19:11.858--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 88] [junit] [EL Fine]: 2022-09-10 04:19:11.858--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 88] [junit] [EL Fine]: 2022-09-10 04:19:11.858--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 88] [junit] [EL Fine]: 2022-09-10 04:19:11.858--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 88] [junit] [EL Fine]: 2022-09-10 04:19:11.858--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 88] [junit] [EL Fine]: 2022-09-10 04:19:11.858--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 44] [junit] [EL Fine]: 2022-09-10 04:19:11.858--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 44] [junit] [EL Fine]: 2022-09-10 04:19:11.858--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 44] [junit] [EL Fine]: 2022-09-10 04:19:11.858--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 44] [junit] [EL Fine]: 2022-09-10 04:19:11.858--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 44] [junit] [EL Fine]: 2022-09-10 04:19:11.858--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 48] [junit] [EL Fine]: 2022-09-10 04:19:11.858--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 48] [junit] [EL Fine]: 2022-09-10 04:19:11.858--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 48] [junit] [EL Fine]: 2022-09-10 04:19:11.858--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 48] [junit] [EL Fine]: 2022-09-10 04:19:11.858--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 48] [junit] [EL Fine]: 2022-09-10 04:19:11.858--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 45] [junit] [EL Fine]: 2022-09-10 04:19:11.858--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 45] [junit] [EL Fine]: 2022-09-10 04:19:11.858--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 45] [junit] [EL Fine]: 2022-09-10 04:19:11.858--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 45] [junit] [EL Fine]: 2022-09-10 04:19:11.858--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 45] [junit] [EL Fine]: 2022-09-10 04:19:11.858--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 51] [junit] [EL Fine]: 2022-09-10 04:19:11.858--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 51] [junit] [EL Fine]: 2022-09-10 04:19:11.858--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 51] [junit] [EL Fine]: 2022-09-10 04:19:11.858--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 51] [junit] [EL Fine]: 2022-09-10 04:19:11.858--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 51] [junit] [EL Fine]: 2022-09-10 04:19:11.858--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 38] [junit] [EL Fine]: 2022-09-10 04:19:11.859--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 38] [junit] [EL Fine]: 2022-09-10 04:19:11.859--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 38] [junit] [EL Fine]: 2022-09-10 04:19:11.859--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 38] [junit] [EL Fine]: 2022-09-10 04:19:11.859--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 38] [junit] [EL Fine]: 2022-09-10 04:19:11.859--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 25] [junit] [EL Fine]: 2022-09-10 04:19:11.859--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 25] [junit] [EL Fine]: 2022-09-10 04:19:11.859--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 25] [junit] [EL Fine]: 2022-09-10 04:19:11.859--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 25] [junit] [EL Fine]: 2022-09-10 04:19:11.859--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 25] [junit] [EL Fine]: 2022-09-10 04:19:11.859--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 85] [junit] [EL Fine]: 2022-09-10 04:19:11.859--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 85] [junit] [EL Fine]: 2022-09-10 04:19:11.859--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 85] [junit] [EL Fine]: 2022-09-10 04:19:11.859--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 85] [junit] [EL Fine]: 2022-09-10 04:19:11.859--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 85] [junit] [EL Fine]: 2022-09-10 04:19:11.859--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 39] [junit] [EL Fine]: 2022-09-10 04:19:11.859--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 39] [junit] [EL Fine]: 2022-09-10 04:19:11.859--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 39] [junit] [EL Fine]: 2022-09-10 04:19:11.859--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 39] [junit] [EL Fine]: 2022-09-10 04:19:11.859--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 39] [junit] [EL Fine]: 2022-09-10 04:19:11.859--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 0] [junit] [EL Fine]: 2022-09-10 04:19:11.859--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 0] [junit] [EL Fine]: 2022-09-10 04:19:11.859--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 0] [junit] [EL Fine]: 2022-09-10 04:19:11.859--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 0] [junit] [EL Fine]: 2022-09-10 04:19:11.859--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 0] [junit] [EL Fine]: 2022-09-10 04:19:11.859--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 26] [junit] [EL Fine]: 2022-09-10 04:19:11.859--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 26] [junit] [EL Fine]: 2022-09-10 04:19:11.859--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 26] [junit] [EL Fine]: 2022-09-10 04:19:11.859--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 26] [junit] [EL Fine]: 2022-09-10 04:19:11.859--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 26] [junit] [EL Fine]: 2022-09-10 04:19:11.859--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 59] [junit] [EL Fine]: 2022-09-10 04:19:11.859--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 59] [junit] [EL Fine]: 2022-09-10 04:19:11.859--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 59] [junit] [EL Fine]: 2022-09-10 04:19:11.86--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 59] [junit] [EL Fine]: 2022-09-10 04:19:11.86--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 59] [junit] [EL Fine]: 2022-09-10 04:19:11.86--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 52] [junit] [EL Fine]: 2022-09-10 04:19:11.86--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 52] [junit] [EL Fine]: 2022-09-10 04:19:11.86--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 52] [junit] [EL Fine]: 2022-09-10 04:19:11.86--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 52] [junit] [EL Fine]: 2022-09-10 04:19:11.86--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 52] [junit] [EL Fine]: 2022-09-10 04:19:11.86--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 57] [junit] [EL Fine]: 2022-09-10 04:19:11.86--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 57] [junit] [EL Fine]: 2022-09-10 04:19:11.86--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 57] [junit] [EL Fine]: 2022-09-10 04:19:11.86--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 57] [junit] [EL Fine]: 2022-09-10 04:19:11.86--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 57] [junit] [EL Finer]: 2022-09-10 04:19:11.86--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:11.877--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.877--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.877--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.877--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.877--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.877--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.878--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.878--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.878--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.878--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.878--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.878--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.878--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.878--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.878--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.878--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.878--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.878--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.878--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.878--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.878--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.878--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.878--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.878--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.879--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.879--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.879--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.879--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.879--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.879--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.879--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.879--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.879--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.879--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.879--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.879--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.879--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.879--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.879--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.879--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.879--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.879--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.88--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.88--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.88--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.88--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.88--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.88--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.88--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.88--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.88--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.88--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.88--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.88--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.88--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.88--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.88--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.88--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.88--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.881--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.881--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.881--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.881--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.881--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.881--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.881--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.881--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.881--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.881--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.881--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.881--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.881--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.881--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.881--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.881--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.882--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.882--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.882--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.882--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.882--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.882--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.882--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.882--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.882--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.882--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.882--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.882--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.882--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.882--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.882--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.882--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.882--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.882--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.882--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.883--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.883--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.883--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.883--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.883--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.883--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:11.883--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:11.883--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:11.883--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 23] [junit] [EL Fine]: 2022-09-10 04:19:11.883--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 23] [junit] [EL Fine]: 2022-09-10 04:19:11.883--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 23] [junit] [EL Fine]: 2022-09-10 04:19:11.883--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 23] [junit] [EL Fine]: 2022-09-10 04:19:11.883--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 23] [junit] [EL Fine]: 2022-09-10 04:19:11.883--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 55] [junit] [EL Fine]: 2022-09-10 04:19:11.883--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 55] [junit] [EL Fine]: 2022-09-10 04:19:11.883--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 55] [junit] [EL Fine]: 2022-09-10 04:19:11.883--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 55] [junit] [EL Fine]: 2022-09-10 04:19:11.883--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 55] [junit] [EL Fine]: 2022-09-10 04:19:11.883--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 10] [junit] [EL Fine]: 2022-09-10 04:19:11.883--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 10] [junit] [EL Fine]: 2022-09-10 04:19:11.883--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 10] [junit] [EL Fine]: 2022-09-10 04:19:11.883--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 10] [junit] [EL Fine]: 2022-09-10 04:19:11.883--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 10] [junit] [EL Fine]: 2022-09-10 04:19:11.883--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.883--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.883--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.883--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.883--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 91] [junit] [EL Fine]: 2022-09-10 04:19:11.884--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 20] [junit] [EL Fine]: 2022-09-10 04:19:11.884--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 20] [junit] [EL Fine]: 2022-09-10 04:19:11.884--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 20] [junit] [EL Fine]: 2022-09-10 04:19:11.884--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 20] [junit] [EL Fine]: 2022-09-10 04:19:11.884--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 20] [junit] [EL Fine]: 2022-09-10 04:19:11.884--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 8] [junit] [EL Fine]: 2022-09-10 04:19:11.884--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 8] [junit] [EL Fine]: 2022-09-10 04:19:11.884--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 8] [junit] [EL Fine]: 2022-09-10 04:19:11.884--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 8] [junit] [EL Fine]: 2022-09-10 04:19:11.884--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 8] [junit] [EL Fine]: 2022-09-10 04:19:11.884--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 53] [junit] [EL Fine]: 2022-09-10 04:19:11.884--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 53] [junit] [EL Fine]: 2022-09-10 04:19:11.884--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 53] [junit] [EL Fine]: 2022-09-10 04:19:11.884--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 53] [junit] [EL Fine]: 2022-09-10 04:19:11.884--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 53] [junit] [EL Fine]: 2022-09-10 04:19:11.884--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 12] [junit] [EL Fine]: 2022-09-10 04:19:11.884--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 12] [junit] [EL Fine]: 2022-09-10 04:19:11.884--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 12] [junit] [EL Fine]: 2022-09-10 04:19:11.884--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 12] [junit] [EL Fine]: 2022-09-10 04:19:11.884--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 12] [junit] [EL Fine]: 2022-09-10 04:19:11.884--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 43] [junit] [EL Fine]: 2022-09-10 04:19:11.884--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 43] [junit] [EL Fine]: 2022-09-10 04:19:11.884--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 43] [junit] [EL Fine]: 2022-09-10 04:19:11.884--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 43] [junit] [EL Fine]: 2022-09-10 04:19:11.884--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 43] [junit] [EL Fine]: 2022-09-10 04:19:11.884--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 42] [junit] [EL Fine]: 2022-09-10 04:19:11.884--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 42] [junit] [EL Fine]: 2022-09-10 04:19:11.884--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 42] [junit] [EL Fine]: 2022-09-10 04:19:11.884--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 42] [junit] [EL Fine]: 2022-09-10 04:19:11.884--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 42] [junit] [EL Fine]: 2022-09-10 04:19:11.884--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 69] [junit] [EL Fine]: 2022-09-10 04:19:11.884--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 69] [junit] [EL Fine]: 2022-09-10 04:19:11.884--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 69] [junit] [EL Fine]: 2022-09-10 04:19:11.884--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 69] [junit] [EL Fine]: 2022-09-10 04:19:11.885--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 69] [junit] [EL Fine]: 2022-09-10 04:19:11.885--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 31] [junit] [EL Fine]: 2022-09-10 04:19:11.885--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 31] [junit] [EL Fine]: 2022-09-10 04:19:11.885--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 31] [junit] [EL Fine]: 2022-09-10 04:19:11.885--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 31] [junit] [EL Fine]: 2022-09-10 04:19:11.885--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 31] [junit] [EL Fine]: 2022-09-10 04:19:11.885--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 61] [junit] [EL Fine]: 2022-09-10 04:19:11.885--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 61] [junit] [EL Fine]: 2022-09-10 04:19:11.885--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 61] [junit] [EL Fine]: 2022-09-10 04:19:11.885--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 61] [junit] [EL Fine]: 2022-09-10 04:19:11.885--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 61] [junit] [EL Fine]: 2022-09-10 04:19:11.885--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 99] [junit] [EL Fine]: 2022-09-10 04:19:11.885--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 99] [junit] [EL Fine]: 2022-09-10 04:19:11.885--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 99] [junit] [EL Fine]: 2022-09-10 04:19:11.885--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 99] [junit] [EL Fine]: 2022-09-10 04:19:11.885--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 99] [junit] [EL Fine]: 2022-09-10 04:19:11.885--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 96] [junit] [EL Fine]: 2022-09-10 04:19:11.885--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 96] [junit] [EL Fine]: 2022-09-10 04:19:11.885--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 96] [junit] [EL Fine]: 2022-09-10 04:19:11.885--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 96] [junit] [EL Fine]: 2022-09-10 04:19:11.885--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 96] [junit] [EL Fine]: 2022-09-10 04:19:11.885--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 67] [junit] [EL Fine]: 2022-09-10 04:19:11.885--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 67] [junit] [EL Fine]: 2022-09-10 04:19:11.885--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 67] [junit] [EL Fine]: 2022-09-10 04:19:11.885--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 67] [junit] [EL Fine]: 2022-09-10 04:19:11.885--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 67] [junit] [EL Fine]: 2022-09-10 04:19:11.885--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 78] [junit] [EL Fine]: 2022-09-10 04:19:11.885--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 78] [junit] [EL Fine]: 2022-09-10 04:19:11.885--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 78] [junit] [EL Fine]: 2022-09-10 04:19:11.885--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 78] [junit] [EL Fine]: 2022-09-10 04:19:11.885--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 78] [junit] [EL Fine]: 2022-09-10 04:19:11.885--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 7] [junit] [EL Fine]: 2022-09-10 04:19:11.885--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 7] [junit] [EL Fine]: 2022-09-10 04:19:11.885--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 7] [junit] [EL Fine]: 2022-09-10 04:19:11.886--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 7] [junit] [EL Fine]: 2022-09-10 04:19:11.886--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 7] [junit] [EL Fine]: 2022-09-10 04:19:11.886--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 79] [junit] [EL Fine]: 2022-09-10 04:19:11.886--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 79] [junit] [EL Fine]: 2022-09-10 04:19:11.886--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 79] [junit] [EL Fine]: 2022-09-10 04:19:11.886--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 79] [junit] [EL Fine]: 2022-09-10 04:19:11.886--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 79] [junit] [EL Fine]: 2022-09-10 04:19:11.886--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 21] [junit] [EL Fine]: 2022-09-10 04:19:11.886--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 21] [junit] [EL Fine]: 2022-09-10 04:19:11.886--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 21] [junit] [EL Fine]: 2022-09-10 04:19:11.886--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 21] [junit] [EL Fine]: 2022-09-10 04:19:11.886--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 21] [junit] [EL Finer]: 2022-09-10 04:19:11.886--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:11.903--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.903--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.904--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.904--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.904--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.904--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.904--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.904--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.904--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.904--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.904--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.904--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.904--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.904--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.904--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.904--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.904--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.904--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.904--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.905--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.905--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.905--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.905--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.905--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.905--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.905--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.905--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.905--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.905--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.905--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.905--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.905--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.905--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.905--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.905--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.905--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.906--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.906--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.906--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.906--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.906--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.906--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.906--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.906--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.906--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.906--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.906--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.906--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.906--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.906--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.906--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.906--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.906--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.906--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.906--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.907--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.907--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.907--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.907--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.907--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.907--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.907--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.907--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.907--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.907--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.907--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.907--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.907--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.907--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.907--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.907--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.907--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.907--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.907--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.908--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.908--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.908--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.908--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.908--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.908--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.908--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.908--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.908--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.908--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.908--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.908--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.908--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.908--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.908--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.908--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.908--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.909--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.909--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.909--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.909--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.909--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.909--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.909--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.909--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.909--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:11.909--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:11.909--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:11.909--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 16] [junit] [EL Fine]: 2022-09-10 04:19:11.909--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 16] [junit] [EL Fine]: 2022-09-10 04:19:11.909--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 16] [junit] [EL Fine]: 2022-09-10 04:19:11.909--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 16] [junit] [EL Fine]: 2022-09-10 04:19:11.909--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 16] [junit] [EL Fine]: 2022-09-10 04:19:11.909--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 60] [junit] [EL Fine]: 2022-09-10 04:19:11.909--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 60] [junit] [EL Fine]: 2022-09-10 04:19:11.909--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 60] [junit] [EL Fine]: 2022-09-10 04:19:11.909--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 60] [junit] [EL Fine]: 2022-09-10 04:19:11.909--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 60] [junit] [EL Fine]: 2022-09-10 04:19:11.909--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 68] [junit] [EL Fine]: 2022-09-10 04:19:11.909--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 68] [junit] [EL Fine]: 2022-09-10 04:19:11.909--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 68] [junit] [EL Fine]: 2022-09-10 04:19:11.909--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 68] [junit] [EL Fine]: 2022-09-10 04:19:11.909--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 68] [junit] [EL Fine]: 2022-09-10 04:19:11.909--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 3] [junit] [EL Fine]: 2022-09-10 04:19:11.91--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 3] [junit] [EL Fine]: 2022-09-10 04:19:11.91--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 3] [junit] [EL Fine]: 2022-09-10 04:19:11.91--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 3] [junit] [EL Fine]: 2022-09-10 04:19:11.91--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 3] [junit] [EL Fine]: 2022-09-10 04:19:11.91--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 93] [junit] [EL Fine]: 2022-09-10 04:19:11.91--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 93] [junit] [EL Fine]: 2022-09-10 04:19:11.91--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 93] [junit] [EL Fine]: 2022-09-10 04:19:11.91--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 93] [junit] [EL Fine]: 2022-09-10 04:19:11.91--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 93] [junit] [EL Fine]: 2022-09-10 04:19:11.91--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 4] [junit] [EL Fine]: 2022-09-10 04:19:11.91--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 4] [junit] [EL Fine]: 2022-09-10 04:19:11.91--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 4] [junit] [EL Fine]: 2022-09-10 04:19:11.91--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 4] [junit] [EL Fine]: 2022-09-10 04:19:11.91--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 4] [junit] [EL Fine]: 2022-09-10 04:19:11.91--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 75] [junit] [EL Fine]: 2022-09-10 04:19:11.91--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 75] [junit] [EL Fine]: 2022-09-10 04:19:11.91--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 75] [junit] [EL Fine]: 2022-09-10 04:19:11.91--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 75] [junit] [EL Fine]: 2022-09-10 04:19:11.91--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 75] [junit] [EL Fine]: 2022-09-10 04:19:11.91--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 87] [junit] [EL Fine]: 2022-09-10 04:19:11.91--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 87] [junit] [EL Fine]: 2022-09-10 04:19:11.91--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 87] [junit] [EL Fine]: 2022-09-10 04:19:11.91--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 87] [junit] [EL Fine]: 2022-09-10 04:19:11.91--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 87] [junit] [EL Fine]: 2022-09-10 04:19:11.91--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 30] [junit] [EL Fine]: 2022-09-10 04:19:11.91--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 30] [junit] [EL Fine]: 2022-09-10 04:19:11.91--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 30] [junit] [EL Fine]: 2022-09-10 04:19:11.91--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 30] [junit] [EL Fine]: 2022-09-10 04:19:11.91--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 30] [junit] [EL Fine]: 2022-09-10 04:19:11.91--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 73] [junit] [EL Fine]: 2022-09-10 04:19:11.91--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 73] [junit] [EL Fine]: 2022-09-10 04:19:11.91--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 73] [junit] [EL Fine]: 2022-09-10 04:19:11.91--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 73] [junit] [EL Fine]: 2022-09-10 04:19:11.911--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 73] [junit] [EL Fine]: 2022-09-10 04:19:11.911--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 2] [junit] [EL Fine]: 2022-09-10 04:19:11.911--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 2] [junit] [EL Fine]: 2022-09-10 04:19:11.911--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 2] [junit] [EL Fine]: 2022-09-10 04:19:11.911--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 2] [junit] [EL Fine]: 2022-09-10 04:19:11.911--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 2] [junit] [EL Fine]: 2022-09-10 04:19:11.911--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 40] [junit] [EL Fine]: 2022-09-10 04:19:11.911--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 40] [junit] [EL Fine]: 2022-09-10 04:19:11.911--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 40] [junit] [EL Fine]: 2022-09-10 04:19:11.911--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 40] [junit] [EL Fine]: 2022-09-10 04:19:11.911--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 40] [junit] [EL Fine]: 2022-09-10 04:19:11.911--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 13] [junit] [EL Fine]: 2022-09-10 04:19:11.911--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 13] [junit] [EL Fine]: 2022-09-10 04:19:11.911--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 13] [junit] [EL Fine]: 2022-09-10 04:19:11.911--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 13] [junit] [EL Fine]: 2022-09-10 04:19:11.962--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 13] [junit] [EL Fine]: 2022-09-10 04:19:11.962--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 11] [junit] [EL Fine]: 2022-09-10 04:19:11.962--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 11] [junit] [EL Fine]: 2022-09-10 04:19:11.962--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 11] [junit] [EL Fine]: 2022-09-10 04:19:11.962--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 11] [junit] [EL Fine]: 2022-09-10 04:19:11.962--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 11] [junit] [EL Fine]: 2022-09-10 04:19:11.962--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 89] [junit] [EL Fine]: 2022-09-10 04:19:11.962--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 89] [junit] [EL Fine]: 2022-09-10 04:19:11.962--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 89] [junit] [EL Fine]: 2022-09-10 04:19:11.963--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 89] [junit] [EL Fine]: 2022-09-10 04:19:11.963--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 89] [junit] [EL Fine]: 2022-09-10 04:19:11.963--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 47] [junit] [EL Fine]: 2022-09-10 04:19:11.963--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 47] [junit] [EL Fine]: 2022-09-10 04:19:11.963--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 47] [junit] [EL Fine]: 2022-09-10 04:19:11.963--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 47] [junit] [EL Fine]: 2022-09-10 04:19:11.963--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 47] [junit] [EL Fine]: 2022-09-10 04:19:11.963--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 28] [junit] [EL Fine]: 2022-09-10 04:19:11.963--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 28] [junit] [EL Fine]: 2022-09-10 04:19:11.963--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 28] [junit] [EL Fine]: 2022-09-10 04:19:11.963--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 28] [junit] [EL Fine]: 2022-09-10 04:19:11.963--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 28] [junit] [EL Fine]: 2022-09-10 04:19:11.963--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 37] [junit] [EL Fine]: 2022-09-10 04:19:11.963--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 37] [junit] [EL Fine]: 2022-09-10 04:19:11.963--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 37] [junit] [EL Fine]: 2022-09-10 04:19:11.963--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 37] [junit] [EL Fine]: 2022-09-10 04:19:11.963--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 37] [junit] [EL Fine]: 2022-09-10 04:19:11.963--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 9] [junit] [EL Fine]: 2022-09-10 04:19:11.963--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 9] [junit] [EL Fine]: 2022-09-10 04:19:11.963--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 9] [junit] [EL Fine]: 2022-09-10 04:19:11.963--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 9] [junit] [EL Fine]: 2022-09-10 04:19:11.963--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 9] [junit] [EL Fine]: 2022-09-10 04:19:11.963--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 98] [junit] [EL Fine]: 2022-09-10 04:19:11.963--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 98] [junit] [EL Fine]: 2022-09-10 04:19:11.963--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 98] [junit] [EL Fine]: 2022-09-10 04:19:11.963--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 98] [junit] [EL Fine]: 2022-09-10 04:19:11.963--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 98] [junit] [EL Finer]: 2022-09-10 04:19:11.963--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:11.981--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.982--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.982--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.982--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.982--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.982--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.982--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.982--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.982--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.982--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.983--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.983--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.983--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.983--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.983--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.983--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.983--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.983--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.983--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.983--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.983--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.983--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.983--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.983--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.983--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.983--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.983--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.984--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.984--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.984--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.984--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.984--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.984--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.984--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.984--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.984--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.984--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.984--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.984--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.984--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.984--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.984--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.984--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.984--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.984--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.984--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.985--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.985--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.985--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.985--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.985--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.985--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.985--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.985--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.985--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.985--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.985--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.985--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.985--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.985--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.985--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.985--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.985--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.985--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.985--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.986--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.986--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.986--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.986--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.986--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.986--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.986--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.986--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.986--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.986--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.986--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.986--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.986--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.986--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.986--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.986--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.986--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.986--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.987--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.987--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.987--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.987--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.987--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.987--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.987--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.987--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.987--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.987--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.987--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.987--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.987--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.987--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.987--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.987--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:11.987--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:11.987--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:11.987--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:11.987--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 17] [junit] [EL Fine]: 2022-09-10 04:19:11.987--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 17] [junit] [EL Fine]: 2022-09-10 04:19:11.987--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 17] [junit] [EL Fine]: 2022-09-10 04:19:11.988--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 17] [junit] [EL Fine]: 2022-09-10 04:19:11.988--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 17] [junit] [EL Fine]: 2022-09-10 04:19:11.988--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 80] [junit] [EL Fine]: 2022-09-10 04:19:11.988--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 80] [junit] [EL Fine]: 2022-09-10 04:19:11.988--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 80] [junit] [EL Fine]: 2022-09-10 04:19:11.988--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 80] [junit] [EL Fine]: 2022-09-10 04:19:11.988--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 80] [junit] [EL Fine]: 2022-09-10 04:19:11.988--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 74] [junit] [EL Fine]: 2022-09-10 04:19:11.988--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 74] [junit] [EL Fine]: 2022-09-10 04:19:11.988--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 74] [junit] [EL Fine]: 2022-09-10 04:19:11.988--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 74] [junit] [EL Fine]: 2022-09-10 04:19:11.988--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 74] [junit] [EL Fine]: 2022-09-10 04:19:11.988--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 86] [junit] [EL Fine]: 2022-09-10 04:19:11.988--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 86] [junit] [EL Fine]: 2022-09-10 04:19:11.988--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 86] [junit] [EL Fine]: 2022-09-10 04:19:11.988--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 86] [junit] [EL Fine]: 2022-09-10 04:19:11.988--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 86] [junit] [EL Fine]: 2022-09-10 04:19:11.988--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 27] [junit] [EL Fine]: 2022-09-10 04:19:11.988--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 27] [junit] [EL Fine]: 2022-09-10 04:19:11.988--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 27] [junit] [EL Fine]: 2022-09-10 04:19:11.988--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 27] [junit] [EL Fine]: 2022-09-10 04:19:11.988--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 27] [junit] [EL Fine]: 2022-09-10 04:19:11.988--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 66] [junit] [EL Fine]: 2022-09-10 04:19:11.988--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 66] [junit] [EL Fine]: 2022-09-10 04:19:11.988--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 66] [junit] [EL Fine]: 2022-09-10 04:19:11.988--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 66] [junit] [EL Fine]: 2022-09-10 04:19:11.988--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 66] [junit] [EL Fine]: 2022-09-10 04:19:11.988--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 46] [junit] [EL Fine]: 2022-09-10 04:19:11.988--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 46] [junit] [EL Fine]: 2022-09-10 04:19:11.988--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 46] [junit] [EL Fine]: 2022-09-10 04:19:11.988--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 46] [junit] [EL Fine]: 2022-09-10 04:19:11.988--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 46] [junit] [EL Fine]: 2022-09-10 04:19:11.988--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 18] [junit] [EL Fine]: 2022-09-10 04:19:11.988--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 18] [junit] [EL Fine]: 2022-09-10 04:19:11.989--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 18] [junit] [EL Fine]: 2022-09-10 04:19:11.989--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 18] [junit] [EL Fine]: 2022-09-10 04:19:11.989--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 18] [junit] [EL Fine]: 2022-09-10 04:19:11.989--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 90] [junit] [EL Fine]: 2022-09-10 04:19:11.989--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 90] [junit] [EL Fine]: 2022-09-10 04:19:11.989--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 90] [junit] [EL Fine]: 2022-09-10 04:19:11.989--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 90] [junit] [EL Fine]: 2022-09-10 04:19:11.989--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 90] [junit] [EL Fine]: 2022-09-10 04:19:11.989--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 54] [junit] [EL Fine]: 2022-09-10 04:19:11.989--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 54] [junit] [EL Fine]: 2022-09-10 04:19:11.989--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 54] [junit] [EL Fine]: 2022-09-10 04:19:11.989--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 54] [junit] [EL Fine]: 2022-09-10 04:19:11.989--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 54] [junit] [EL Fine]: 2022-09-10 04:19:11.989--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 6] [junit] [EL Fine]: 2022-09-10 04:19:11.989--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 6] [junit] [EL Fine]: 2022-09-10 04:19:11.989--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 6] [junit] [EL Fine]: 2022-09-10 04:19:11.989--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 6] [junit] [EL Fine]: 2022-09-10 04:19:11.989--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 6] [junit] [EL Fine]: 2022-09-10 04:19:11.989--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 36] [junit] [EL Fine]: 2022-09-10 04:19:11.989--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 36] [junit] [EL Fine]: 2022-09-10 04:19:11.989--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 36] [junit] [EL Fine]: 2022-09-10 04:19:11.989--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 36] [junit] [EL Fine]: 2022-09-10 04:19:11.989--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 36] [junit] [EL Fine]: 2022-09-10 04:19:11.989--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 97] [junit] [EL Fine]: 2022-09-10 04:19:11.989--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 97] [junit] [EL Fine]: 2022-09-10 04:19:11.989--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 97] [junit] [EL Fine]: 2022-09-10 04:19:11.989--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 97] [junit] [EL Fine]: 2022-09-10 04:19:11.989--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 97] [junit] [EL Fine]: 2022-09-10 04:19:11.989--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 77] [junit] [EL Fine]: 2022-09-10 04:19:11.989--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 77] [junit] [EL Fine]: 2022-09-10 04:19:11.989--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 77] [junit] [EL Fine]: 2022-09-10 04:19:11.989--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 77] [junit] [EL Fine]: 2022-09-10 04:19:11.989--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 77] [junit] [EL Fine]: 2022-09-10 04:19:11.989--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 62] [junit] [EL Fine]: 2022-09-10 04:19:11.989--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 62] [junit] [EL Fine]: 2022-09-10 04:19:11.99--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 62] [junit] [EL Fine]: 2022-09-10 04:19:11.99--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 62] [junit] [EL Fine]: 2022-09-10 04:19:11.99--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 62] [junit] [EL Fine]: 2022-09-10 04:19:11.99--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 58] [junit] [EL Fine]: 2022-09-10 04:19:11.99--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 58] [junit] [EL Fine]: 2022-09-10 04:19:11.99--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 58] [junit] [EL Fine]: 2022-09-10 04:19:11.99--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 58] [junit] [EL Fine]: 2022-09-10 04:19:11.99--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 58] [junit] [EL Fine]: 2022-09-10 04:19:11.99--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 49] [junit] [EL Fine]: 2022-09-10 04:19:11.99--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 49] [junit] [EL Fine]: 2022-09-10 04:19:11.99--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 49] [junit] [EL Fine]: 2022-09-10 04:19:11.99--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 49] [junit] [EL Fine]: 2022-09-10 04:19:11.99--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 49] [junit] [EL Fine]: 2022-09-10 04:19:11.99--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 5] [junit] [EL Fine]: 2022-09-10 04:19:11.99--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 5] [junit] [EL Fine]: 2022-09-10 04:19:11.99--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 5] [junit] [EL Fine]: 2022-09-10 04:19:11.99--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 5] [junit] [EL Fine]: 2022-09-10 04:19:11.99--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 5] [junit] [EL Fine]: 2022-09-10 04:19:11.99--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 70] [junit] [EL Fine]: 2022-09-10 04:19:11.99--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 70] [junit] [EL Fine]: 2022-09-10 04:19:11.99--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 70] [junit] [EL Fine]: 2022-09-10 04:19:11.99--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 70] [junit] [EL Fine]: 2022-09-10 04:19:11.99--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 70] [junit] [EL Fine]: 2022-09-10 04:19:11.99--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 32] [junit] [EL Fine]: 2022-09-10 04:19:11.99--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 32] [junit] [EL Fine]: 2022-09-10 04:19:11.99--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 32] [junit] [EL Fine]: 2022-09-10 04:19:11.99--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 32] [junit] [EL Fine]: 2022-09-10 04:19:11.99--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 32] [junit] [EL Finer]: 2022-09-10 04:19:11.99--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:12.008--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.008--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.008--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.008--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.008--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.009--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.009--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.009--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.009--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.009--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.009--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.009--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.009--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.009--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.009--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.009--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.009--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.009--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.009--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.009--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.009--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.009--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.009--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.009--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.01--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.01--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.01--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.01--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.01--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.01--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.01--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.01--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.01--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.01--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.01--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.01--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.01--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.01--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.01--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.01--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.01--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.01--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.01--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.011--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.011--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.011--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.011--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.011--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.011--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.011--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.011--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.011--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.011--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.011--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.011--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.011--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.011--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.011--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.011--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.011--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.011--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.011--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.012--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.012--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.012--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.012--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.012--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.012--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.012--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.012--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.012--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.012--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.012--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.012--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.012--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.012--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.012--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.012--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.012--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.012--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.012--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.012--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.013--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.013--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.013--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.013--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.013--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.013--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.013--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.013--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.013--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.013--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.013--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.013--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.013--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.013--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.013--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.013--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.013--ClientSession(1737926303)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:12.014--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:12.014--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:12.014--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 72] [junit] [EL Fine]: 2022-09-10 04:19:12.014--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 72] [junit] [EL Fine]: 2022-09-10 04:19:12.014--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 72] [junit] [EL Fine]: 2022-09-10 04:19:12.014--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 72] [junit] [EL Fine]: 2022-09-10 04:19:12.014--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 72] [junit] [EL Fine]: 2022-09-10 04:19:12.014--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 35] [junit] [EL Fine]: 2022-09-10 04:19:12.014--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 35] [junit] [EL Fine]: 2022-09-10 04:19:12.014--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 35] [junit] [EL Fine]: 2022-09-10 04:19:12.014--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 35] [junit] [EL Fine]: 2022-09-10 04:19:12.014--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 35] [junit] [EL Fine]: 2022-09-10 04:19:12.014--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 92] [junit] [EL Fine]: 2022-09-10 04:19:12.014--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 92] [junit] [EL Fine]: 2022-09-10 04:19:12.014--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 92] [junit] [EL Fine]: 2022-09-10 04:19:12.014--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 92] [junit] [EL Fine]: 2022-09-10 04:19:12.014--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 92] [junit] [EL Fine]: 2022-09-10 04:19:12.014--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 83] [junit] [EL Fine]: 2022-09-10 04:19:12.014--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 83] [junit] [EL Fine]: 2022-09-10 04:19:12.014--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 83] [junit] [EL Fine]: 2022-09-10 04:19:12.014--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 83] [junit] [EL Fine]: 2022-09-10 04:19:12.014--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 83] [junit] [EL Fine]: 2022-09-10 04:19:12.014--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 81] [junit] [EL Fine]: 2022-09-10 04:19:12.014--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 81] [junit] [EL Fine]: 2022-09-10 04:19:12.014--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 81] [junit] [EL Fine]: 2022-09-10 04:19:12.014--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 81] [junit] [EL Fine]: 2022-09-10 04:19:12.014--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 81] [junit] [EL Fine]: 2022-09-10 04:19:12.014--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 19] [junit] [EL Fine]: 2022-09-10 04:19:12.014--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 19] [junit] [EL Fine]: 2022-09-10 04:19:12.014--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 19] [junit] [EL Fine]: 2022-09-10 04:19:12.014--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 19] [junit] [EL Fine]: 2022-09-10 04:19:12.014--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 19] [junit] [EL Fine]: 2022-09-10 04:19:12.014--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 84] [junit] [EL Fine]: 2022-09-10 04:19:12.014--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 84] [junit] [EL Fine]: 2022-09-10 04:19:12.014--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 84] [junit] [EL Fine]: 2022-09-10 04:19:12.014--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 84] [junit] [EL Fine]: 2022-09-10 04:19:12.014--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 84] [junit] [EL Fine]: 2022-09-10 04:19:12.014--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 94] [junit] [EL Fine]: 2022-09-10 04:19:12.014--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 94] [junit] [EL Fine]: 2022-09-10 04:19:12.014--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 94] [junit] [EL Fine]: 2022-09-10 04:19:12.014--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 94] [junit] [EL Fine]: 2022-09-10 04:19:12.014--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 94] [junit] [EL Fine]: 2022-09-10 04:19:12.015--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 14] [junit] [EL Fine]: 2022-09-10 04:19:12.015--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 14] [junit] [EL Fine]: 2022-09-10 04:19:12.015--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 14] [junit] [EL Fine]: 2022-09-10 04:19:12.015--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 14] [junit] [EL Fine]: 2022-09-10 04:19:12.015--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 14] [junit] [EL Fine]: 2022-09-10 04:19:12.015--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 33] [junit] [EL Fine]: 2022-09-10 04:19:12.015--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 33] [junit] [EL Fine]: 2022-09-10 04:19:12.015--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 33] [junit] [EL Fine]: 2022-09-10 04:19:12.015--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 33] [junit] [EL Fine]: 2022-09-10 04:19:12.015--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 33] [junit] [EL Fine]: 2022-09-10 04:19:12.015--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 95] [junit] [EL Fine]: 2022-09-10 04:19:12.015--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 95] [junit] [EL Fine]: 2022-09-10 04:19:12.015--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 95] [junit] [EL Fine]: 2022-09-10 04:19:12.015--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 95] [junit] [EL Fine]: 2022-09-10 04:19:12.015--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 95] [junit] [EL Fine]: 2022-09-10 04:19:12.015--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 50] [junit] [EL Fine]: 2022-09-10 04:19:12.015--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 50] [junit] [EL Fine]: 2022-09-10 04:19:12.015--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 50] [junit] [EL Fine]: 2022-09-10 04:19:12.015--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 50] [junit] [EL Fine]: 2022-09-10 04:19:12.015--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 50] [junit] [EL Fine]: 2022-09-10 04:19:12.015--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 65] [junit] [EL Fine]: 2022-09-10 04:19:12.015--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 65] [junit] [EL Fine]: 2022-09-10 04:19:12.015--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 65] [junit] [EL Fine]: 2022-09-10 04:19:12.015--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 65] [junit] [EL Fine]: 2022-09-10 04:19:12.069--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 65] [junit] [EL Fine]: 2022-09-10 04:19:12.069--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 64] [junit] [EL Fine]: 2022-09-10 04:19:12.069--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 64] [junit] [EL Fine]: 2022-09-10 04:19:12.069--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 64] [junit] [EL Fine]: 2022-09-10 04:19:12.069--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 64] [junit] [EL Fine]: 2022-09-10 04:19:12.07--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 64] [junit] [EL Fine]: 2022-09-10 04:19:12.07--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 24] [junit] [EL Fine]: 2022-09-10 04:19:12.07--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 24] [junit] [EL Fine]: 2022-09-10 04:19:12.07--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 24] [junit] [EL Fine]: 2022-09-10 04:19:12.07--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 24] [junit] [EL Fine]: 2022-09-10 04:19:12.07--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 24] [junit] [EL Fine]: 2022-09-10 04:19:12.07--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 76] [junit] [EL Fine]: 2022-09-10 04:19:12.07--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 76] [junit] [EL Fine]: 2022-09-10 04:19:12.07--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 76] [junit] [EL Fine]: 2022-09-10 04:19:12.07--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 76] [junit] [EL Fine]: 2022-09-10 04:19:12.07--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 76] [junit] [EL Fine]: 2022-09-10 04:19:12.07--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 82] [junit] [EL Fine]: 2022-09-10 04:19:12.07--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 82] [junit] [EL Fine]: 2022-09-10 04:19:12.07--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 82] [junit] [EL Fine]: 2022-09-10 04:19:12.07--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 82] [junit] [EL Fine]: 2022-09-10 04:19:12.07--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 82] [junit] [EL Fine]: 2022-09-10 04:19:12.07--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 63] [junit] [EL Fine]: 2022-09-10 04:19:12.07--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [32, 63] [junit] [EL Fine]: 2022-09-10 04:19:12.07--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 63] [junit] [EL Fine]: 2022-09-10 04:19:12.07--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 63] [junit] [EL Fine]: 2022-09-10 04:19:12.07--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 63] [junit] [EL Fine]: 2022-09-10 04:19:12.07--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 29] [junit] [EL Fine]: 2022-09-10 04:19:12.07--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 29] [junit] [EL Fine]: 2022-09-10 04:19:12.07--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 29] [junit] [EL Fine]: 2022-09-10 04:19:12.07--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 29] [junit] [EL Fine]: 2022-09-10 04:19:12.07--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 29] [junit] [EL Fine]: 2022-09-10 04:19:12.07--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [34, 41] [junit] [EL Fine]: 2022-09-10 04:19:12.07--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [33, 41] [junit] [EL Fine]: 2022-09-10 04:19:12.07--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [30, 41] [junit] [EL Fine]: 2022-09-10 04:19:12.07--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [29, 41] [junit] [EL Fine]: 2022-09-10 04:19:12.07--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])-- bind => [31, 41] [junit] [EL Finer]: 2022-09-10 04:19:12.07--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:12.088--ClientSession(1737926303)--Connection(292255799)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:12.089--ServerSession(1526542158)--Connection(951810282)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:12.098--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:12.098--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:12.099--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:12.099--ClientSession(1737926303)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:12.099--UnitOfWork(1623141008)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:12.099--ClientSession(1737926303)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:12.1--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 227998366 [junit] [EL Finer]: 2022-09-10 04:19:12.1--ClientSession(227998366)--Thread(Thread[main,5,main])--acquire unit of work: 587432749 [junit] [EL Finest]: 2022-09-10 04:19:12.101--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.101--ServerSession(1526542158)--Connection(1960932916)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.101--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.101--ServerSession(1526542158)--Connection(1856272458)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?) [junit] bind => [Hackmann] [junit] [EL Finest]: 2022-09-10 04:19:12.102--ServerSession(1526542158)--Connection(1960932916)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.103--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.103--ServerSession(1526542158)--Connection(1501368610)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.103--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.103--ServerSession(1526542158)--Connection(1828475754)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [23, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.104--ServerSession(1526542158)--Connection(1501368610)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.104--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.104--ServerSession(1526542158)--Connection(1352679499)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.104--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.105--ServerSession(1526542158)--Connection(238194056)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [59, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.105--ServerSession(1526542158)--Connection(1352679499)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.106--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.106--ServerSession(1526542158)--Connection(1113579347)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.106--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.106--ServerSession(1526542158)--Connection(1486570589)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?) [junit] bind => [Hanisch] [junit] [EL Finest]: 2022-09-10 04:19:12.107--ServerSession(1526542158)--Connection(1113579347)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.107--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.107--ServerSession(1526542158)--Connection(2139797798)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.107--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.107--ServerSession(1526542158)--Connection(1978814483)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [41, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.108--ServerSession(1526542158)--Connection(2139797798)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.108--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.108--ServerSession(1526542158)--Connection(740339786)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.108--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.109--ServerSession(1526542158)--Connection(1270161173)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?) [junit] bind => [Hary] [junit] [EL Finest]: 2022-09-10 04:19:12.109--ServerSession(1526542158)--Connection(740339786)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.109--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.109--ServerSession(1526542158)--Connection(630347345)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.109--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.11--ServerSession(1526542158)--Connection(338538892)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [44, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.11--ServerSession(1526542158)--Connection(630347345)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.11--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.11--ServerSession(1526542158)--Connection(1345886082)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.11--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.111--ServerSession(1526542158)--Connection(702610904)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?) [junit] bind => [Hamann] [junit] [EL Finest]: 2022-09-10 04:19:12.111--ServerSession(1526542158)--Connection(1345886082)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.111--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.111--ServerSession(1526542158)--Connection(1085334758)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.111--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.112--ServerSession(1526542158)--Connection(1171633109)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [7, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.112--ServerSession(1526542158)--Connection(1085334758)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.112--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.112--ServerSession(1526542158)--Connection(2118148539)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.112--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.113--ServerSession(1526542158)--Connection(684174975)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [58, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.113--ServerSession(1526542158)--Connection(2118148539)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.113--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.113--ServerSession(1526542158)--Connection(271236966)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.113--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.113--ServerSession(1526542158)--Connection(93015882)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?) [junit] bind => [Henschel] [junit] [EL Finest]: 2022-09-10 04:19:12.114--ServerSession(1526542158)--Connection(271236966)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.114--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.114--ServerSession(1526542158)--Connection(470497455)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.114--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.114--ServerSession(1526542158)--Connection(858456503)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [31, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.115--ServerSession(1526542158)--Connection(470497455)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.115--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.115--ServerSession(1526542158)--Connection(2062506681)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.115--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.115--ServerSession(1526542158)--Connection(1857382652)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [60, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.116--ServerSession(1526542158)--Connection(2062506681)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.116--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.116--ServerSession(1526542158)--Connection(2000597324)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.116--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.116--ServerSession(1526542158)--Connection(847893983)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?) [junit] bind => [Hemsterhuis] [junit] [EL Finest]: 2022-09-10 04:19:12.117--ServerSession(1526542158)--Connection(2000597324)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.117--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.117--ServerSession(1526542158)--Connection(21920214)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.117--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.118--ServerSession(1526542158)--Connection(1298691925)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [2, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.118--ServerSession(1526542158)--Connection(21920214)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.118--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.118--ServerSession(1526542158)--Connection(1205931)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.118--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.119--ServerSession(1526542158)--Connection(1985741452)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [84, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.119--ServerSession(1526542158)--Connection(1205931)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.119--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.119--ServerSession(1526542158)--Connection(97438304)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.119--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.119--ServerSession(1526542158)--Connection(319877175)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?) [junit] bind => [Herbst] [junit] [EL Finest]: 2022-09-10 04:19:12.12--ServerSession(1526542158)--Connection(97438304)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.12--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.12--ServerSession(1526542158)--Connection(741524487)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.12--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.12--ServerSession(1526542158)--Connection(1916365703)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [99, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.121--ServerSession(1526542158)--Connection(741524487)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.121--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.121--ServerSession(1526542158)--Connection(1233704368)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.121--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.121--ServerSession(1526542158)--Connection(1893001813)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?) [junit] bind => [Hartig] [junit] [EL Finest]: 2022-09-10 04:19:12.122--ServerSession(1526542158)--Connection(1233704368)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.122--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.122--ServerSession(1526542158)--Connection(149739161)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.122--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.122--ServerSession(1526542158)--Connection(1331566878)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [9, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.123--ServerSession(1526542158)--Connection(149739161)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.123--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.123--ServerSession(1526542158)--Connection(1122013169)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.123--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.123--ServerSession(1526542158)--Connection(315437597)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [38, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.124--ServerSession(1526542158)--Connection(1122013169)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.124--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.124--ServerSession(1526542158)--Connection(1937751490)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.124--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.124--ServerSession(1526542158)--Connection(1065453355)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [67, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.125--ServerSession(1526542158)--Connection(1937751490)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.125--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.125--ServerSession(1526542158)--Connection(994366731)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.125--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.125--ServerSession(1526542158)--Connection(139441559)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?) [junit] bind => [Hamburger] [junit] [EL Finest]: 2022-09-10 04:19:12.126--ServerSession(1526542158)--Connection(994366731)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.126--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.126--ServerSession(1526542158)--Connection(587803322)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.126--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.126--ServerSession(1526542158)--Connection(235322527)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [20, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.127--ServerSession(1526542158)--Connection(587803322)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.127--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.127--ServerSession(1526542158)--Connection(1237922005)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.127--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.127--ServerSession(1526542158)--Connection(1225194448)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [69, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.128--ServerSession(1526542158)--Connection(1237922005)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.128--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.128--ServerSession(1526542158)--Connection(369766968)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.128--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.128--ServerSession(1526542158)--Connection(1747747666)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?) [junit] bind => [Heidegger] [junit] [EL Finest]: 2022-09-10 04:19:12.129--ServerSession(1526542158)--Connection(369766968)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.129--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.129--ServerSession(1526542158)--Connection(1955113388)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.129--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.129--ServerSession(1526542158)--Connection(244095956)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [15, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.13--ServerSession(1526542158)--Connection(1955113388)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.13--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.13--ServerSession(1526542158)--Connection(1900645000)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.13--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.13--ServerSession(1526542158)--Connection(399625538)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [39, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.131--ServerSession(1526542158)--Connection(1900645000)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.131--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.131--ServerSession(1526542158)--Connection(578774934)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.131--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.131--ServerSession(1526542158)--Connection(1952828854)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [48, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.132--ServerSession(1526542158)--Connection(578774934)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.132--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.132--ServerSession(1526542158)--Connection(383315502)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.132--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.132--ServerSession(1526542158)--Connection(1284147518)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?) [junit] bind => [Harnack] [junit] [EL Finest]: 2022-09-10 04:19:12.133--ServerSession(1526542158)--Connection(383315502)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.133--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.133--ServerSession(1526542158)--Connection(964150053)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.133--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.133--ServerSession(1526542158)--Connection(589212460)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [16, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.134--ServerSession(1526542158)--Connection(964150053)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.134--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.134--ServerSession(1526542158)--Connection(1648616559)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.134--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.134--ServerSession(1526542158)--Connection(1760711593)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [86, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.135--ServerSession(1526542158)--Connection(1648616559)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.135--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.135--ServerSession(1526542158)--Connection(1582303558)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.135--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.135--ServerSession(1526542158)--Connection(616920638)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?) [junit] bind => [Heise] [junit] [EL Finest]: 2022-09-10 04:19:12.135--ServerSession(1526542158)--Connection(1582303558)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.136--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.136--ServerSession(1526542158)--Connection(2090186380)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.136--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.136--ServerSession(1526542158)--Connection(821001478)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [26, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.136--ServerSession(1526542158)--Connection(2090186380)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.136--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.137--ServerSession(1526542158)--Connection(504535242)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.137--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.137--ServerSession(1526542158)--Connection(1432273219)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?) [junit] bind => [Hermelink] [junit] [EL Finest]: 2022-09-10 04:19:12.137--ServerSession(1526542158)--Connection(504535242)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.137--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.138--ServerSession(1526542158)--Connection(270431659)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.138--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.138--ServerSession(1526542158)--Connection(543500939)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [34, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.138--ServerSession(1526542158)--Connection(270431659)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.138--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.138--ServerSession(1526542158)--Connection(969409298)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.138--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.139--ServerSession(1526542158)--Connection(821053394)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?) [junit] bind => [Hanson] [junit] [EL Finest]: 2022-09-10 04:19:12.139--ServerSession(1526542158)--Connection(969409298)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.139--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.139--ServerSession(1526542158)--Connection(990809028)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.139--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.14--ServerSession(1526542158)--Connection(189473455)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [11, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.14--ServerSession(1526542158)--Connection(990809028)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.14--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.14--ServerSession(1526542158)--Connection(632195345)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.14--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.141--ServerSession(1526542158)--Connection(1799584548)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [40, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.141--ServerSession(1526542158)--Connection(632195345)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.141--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.141--ServerSession(1526542158)--Connection(179854691)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.141--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.141--ServerSession(1526542158)--Connection(2060623179)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?) [junit] bind => [Herzog] [junit] [EL Finest]: 2022-09-10 04:19:12.142--ServerSession(1526542158)--Connection(179854691)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.142--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.142--ServerSession(1526542158)--Connection(1922835739)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.142--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.142--ServerSession(1526542158)--Connection(123971074)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [17, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.143--ServerSession(1526542158)--Connection(1922835739)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.143--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.143--ServerSession(1526542158)--Connection(509809074)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.143--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.143--ServerSession(1526542158)--Connection(1873505954)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [79, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.144--ServerSession(1526542158)--Connection(509809074)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.144--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.144--ServerSession(1526542158)--Connection(1075124843)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.144--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.144--ServerSession(1526542158)--Connection(1954521781)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?) [junit] bind => [Haller] [junit] [EL Finest]: 2022-09-10 04:19:12.145--ServerSession(1526542158)--Connection(1075124843)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.145--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.145--ServerSession(1526542158)--Connection(701611630)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.145--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.145--ServerSession(1526542158)--Connection(1215049864)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [24, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.146--ServerSession(1526542158)--Connection(701611630)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.146--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.146--ServerSession(1526542158)--Connection(1508953958)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.146--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.146--ServerSession(1526542158)--Connection(317982338)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [33, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.147--ServerSession(1526542158)--Connection(1508953958)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.147--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.147--ServerSession(1526542158)--Connection(1577356901)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.147--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.147--ServerSession(1526542158)--Connection(1819689777)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?) [junit] bind => [Hein] [junit] [EL Finest]: 2022-09-10 04:19:12.148--ServerSession(1526542158)--Connection(1577356901)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.148--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.148--ServerSession(1526542158)--Connection(223824610)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.148--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.149--ServerSession(1526542158)--Connection(2097401490)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [42, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.149--ServerSession(1526542158)--Connection(223824610)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.149--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.149--ServerSession(1526542158)--Connection(1033775961)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.149--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.15--ServerSession(1526542158)--Connection(1453312172)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [97, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.15--ServerSession(1526542158)--Connection(1033775961)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.15--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.15--ServerSession(1526542158)--Connection(395432108)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.151--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.151--ServerSession(1526542158)--Connection(1071886426)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?) [junit] bind => [Hegemann] [junit] [EL Finest]: 2022-09-10 04:19:12.151--ServerSession(1526542158)--Connection(395432108)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.151--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.152--ServerSession(1526542158)--Connection(2030343417)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.152--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.152--ServerSession(1526542158)--Connection(191288588)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [70, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.152--ServerSession(1526542158)--Connection(2030343417)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.152--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.152--ServerSession(1526542158)--Connection(579067006)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.177--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.177--ServerSession(1526542158)--Connection(535864215)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?) [junit] bind => [Haak] [junit] [EL Finest]: 2022-09-10 04:19:12.178--ServerSession(1526542158)--Connection(579067006)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.178--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.178--ServerSession(1526542158)--Connection(1912397128)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.178--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.178--ServerSession(1526542158)--Connection(1397382768)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [78, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.179--ServerSession(1526542158)--Connection(1912397128)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.179--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.179--ServerSession(1526542158)--Connection(444376995)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.179--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.179--ServerSession(1526542158)--Connection(457491266)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?) [junit] bind => [Heim] [junit] [EL Finest]: 2022-09-10 04:19:12.18--ServerSession(1526542158)--Connection(444376995)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.18--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.18--ServerSession(1526542158)--Connection(238110729)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.18--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.18--ServerSession(1526542158)--Connection(2028392372)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [68, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.181--ServerSession(1526542158)--Connection(238110729)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.181--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.181--ServerSession(1526542158)--Connection(1947846882)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.181--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.181--ServerSession(1526542158)--Connection(986456762)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?) [junit] bind => [Hanstein] [junit] [EL Finest]: 2022-09-10 04:19:12.182--ServerSession(1526542158)--Connection(1947846882)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.182--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.182--ServerSession(1526542158)--Connection(981976724)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.182--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.183--ServerSession(1526542158)--Connection(1306211090)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [85, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.183--ServerSession(1526542158)--Connection(981976724)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.184--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.184--ServerSession(1526542158)--Connection(1476183400)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.184--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.184--ServerSession(1526542158)--Connection(1135296294)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?) [junit] bind => [Hense] [junit] [EL Finest]: 2022-09-10 04:19:12.185--ServerSession(1526542158)--Connection(1476183400)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.185--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.185--ServerSession(1526542158)--Connection(40747205)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.185--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.185--ServerSession(1526542158)--Connection(35782637)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [62, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.186--ServerSession(1526542158)--Connection(40747205)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.186--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.186--ServerSession(1526542158)--Connection(1622018423)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.186--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.186--ServerSession(1526542158)--Connection(868499643)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [76, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.187--ServerSession(1526542158)--Connection(1622018423)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.187--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.187--ServerSession(1526542158)--Connection(1937673830)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.187--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.187--ServerSession(1526542158)--Connection(1647233322)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?) [junit] bind => [Haas] [junit] [EL Finest]: 2022-09-10 04:19:12.188--ServerSession(1526542158)--Connection(1937673830)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.188--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.188--ServerSession(1526542158)--Connection(1290939769)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.188--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.188--ServerSession(1526542158)--Connection(1992176941)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [21, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.189--ServerSession(1526542158)--Connection(1290939769)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.189--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.189--ServerSession(1526542158)--Connection(2129863457)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.189--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.19--ServerSession(1526542158)--Connection(1048224457)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [77, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.19--ServerSession(1526542158)--Connection(2129863457)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.19--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.19--ServerSession(1526542158)--Connection(655185130)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.19--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.191--ServerSession(1526542158)--Connection(1275774504)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?) [junit] bind => [Hellmann] [junit] [EL Finest]: 2022-09-10 04:19:12.191--ServerSession(1526542158)--Connection(655185130)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.191--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.191--ServerSession(1526542158)--Connection(1801150356)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.191--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.192--ServerSession(1526542158)--Connection(585405660)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [96, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.192--ServerSession(1526542158)--Connection(1801150356)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.192--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.192--ServerSession(1526542158)--Connection(1663971584)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.192--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.193--ServerSession(1526542158)--Connection(1709837261)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?) [junit] bind => [Habermann] [junit] [EL Finest]: 2022-09-10 04:19:12.193--ServerSession(1526542158)--Connection(1663971584)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.193--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.194--ServerSession(1526542158)--Connection(103130420)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.194--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.194--ServerSession(1526542158)--Connection(816409813)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [4, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.194--ServerSession(1526542158)--Connection(103130420)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.195--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.195--ServerSession(1526542158)--Connection(1444960472)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.195--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.195--ServerSession(1526542158)--Connection(1178691956)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [93, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.195--ServerSession(1526542158)--Connection(1444960472)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.196--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.196--ServerSession(1526542158)--Connection(25741263)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.196--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.196--ServerSession(1526542158)--Connection(1280246851)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?) [junit] bind => [Hettner] [junit] [EL Finest]: 2022-09-10 04:19:12.197--ServerSession(1526542158)--Connection(25741263)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.197--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.197--ServerSession(1526542158)--Connection(1905580773)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.197--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.197--ServerSession(1526542158)--Connection(136511713)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [25, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.198--ServerSession(1526542158)--Connection(1905580773)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.198--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.198--ServerSession(1526542158)--Connection(7639578)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.198--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.198--ServerSession(1526542158)--Connection(550188017)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [73, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.199--ServerSession(1526542158)--Connection(7639578)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.199--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.199--ServerSession(1526542158)--Connection(252672164)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.199--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.199--ServerSession(1526542158)--Connection(1332608296)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [92, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.2--ServerSession(1526542158)--Connection(252672164)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.2--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.2--ServerSession(1526542158)--Connection(449992304)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.2--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.2--ServerSession(1526542158)--Connection(980839615)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?) [junit] bind => [Helbig] [junit] [EL Finest]: 2022-09-10 04:19:12.201--ServerSession(1526542158)--Connection(449992304)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.201--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.201--ServerSession(1526542158)--Connection(347607289)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.201--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.201--ServerSession(1526542158)--Connection(600057030)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [36, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.202--ServerSession(1526542158)--Connection(347607289)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.202--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.202--ServerSession(1526542158)--Connection(818657899)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.202--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.202--ServerSession(1526542158)--Connection(534892709)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [53, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.203--ServerSession(1526542158)--Connection(818657899)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.203--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.203--ServerSession(1526542158)--Connection(2032870168)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.203--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.203--ServerSession(1526542158)--Connection(1759424608)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?) [junit] bind => [Halbach] [junit] [EL Finest]: 2022-09-10 04:19:12.204--ServerSession(1526542158)--Connection(2032870168)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.204--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.204--ServerSession(1526542158)--Connection(463336233)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.204--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.205--ServerSession(1526542158)--Connection(157113649)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [45, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.205--ServerSession(1526542158)--Connection(463336233)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.205--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.205--ServerSession(1526542158)--Connection(553050406)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.205--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.206--ServerSession(1526542158)--Connection(1642244192)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [64, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.206--ServerSession(1526542158)--Connection(553050406)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.206--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.206--ServerSession(1526542158)--Connection(1930778751)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.206--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.207--ServerSession(1526542158)--Connection(830615916)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [82, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.207--ServerSession(1526542158)--Connection(1930778751)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.207--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.207--ServerSession(1526542158)--Connection(511524243)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.208--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.208--ServerSession(1526542158)--Connection(1603520239)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [90, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.208--ServerSession(1526542158)--Connection(511524243)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.208--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.208--ServerSession(1526542158)--Connection(168427134)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.209--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.209--ServerSession(1526542158)--Connection(1265431918)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?) [junit] bind => [Herold] [junit] [EL Finest]: 2022-09-10 04:19:12.209--ServerSession(1526542158)--Connection(168427134)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.21--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.21--ServerSession(1526542158)--Connection(1810024504)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.21--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.21--ServerSession(1526542158)--Connection(1080108605)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [0, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.21--ServerSession(1526542158)--Connection(1810024504)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.211--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.211--ServerSession(1526542158)--Connection(1308774401)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.211--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.211--ServerSession(1526542158)--Connection(216341076)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [6, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.211--ServerSession(1526542158)--Connection(1308774401)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.212--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.212--ServerSession(1526542158)--Connection(2094880076)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.212--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.212--ServerSession(1526542158)--Connection(877602803)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [46, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.212--ServerSession(1526542158)--Connection(2094880076)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.213--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.213--ServerSession(1526542158)--Connection(135064581)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.213--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.213--ServerSession(1526542158)--Connection(1160852040)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?) [junit] bind => [Hildebrandt] [junit] [EL Finest]: 2022-09-10 04:19:12.214--ServerSession(1526542158)--Connection(135064581)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.214--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.214--ServerSession(1526542158)--Connection(638948952)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.214--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.214--ServerSession(1526542158)--Connection(41101685)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [49, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.215--ServerSession(1526542158)--Connection(638948952)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.215--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.215--ServerSession(1526542158)--Connection(2062305169)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.215--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.215--ServerSession(1526542158)--Connection(1632629048)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?) [junit] bind => [Hilbert] [junit] [EL Finest]: 2022-09-10 04:19:12.216--ServerSession(1526542158)--Connection(2062305169)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.216--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.216--ServerSession(1526542158)--Connection(1206402674)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.216--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.216--ServerSession(1526542158)--Connection(2112853179)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [98, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.217--ServerSession(1526542158)--Connection(1206402674)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.217--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.217--ServerSession(1526542158)--Connection(593058251)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.217--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.217--ServerSession(1526542158)--Connection(571628375)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?) [junit] bind => [Hildebrand] [junit] [EL Finest]: 2022-09-10 04:19:12.218--ServerSession(1526542158)--Connection(593058251)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.218--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.218--ServerSession(1526542158)--Connection(1214724751)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.218--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.218--ServerSession(1526542158)--Connection(1330313455)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [10, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.219--ServerSession(1526542158)--Connection(1214724751)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.219--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.219--ServerSession(1526542158)--Connection(592248212)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.219--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.219--ServerSession(1526542158)--Connection(1004135570)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?) [junit] bind => [Hartfelder] [junit] [EL Finest]: 2022-09-10 04:19:12.22--ServerSession(1526542158)--Connection(592248212)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.22--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.22--ServerSession(1526542158)--Connection(2063520667)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.22--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.22--ServerSession(1526542158)--Connection(1756685905)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [8, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.221--ServerSession(1526542158)--Connection(2063520667)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.221--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.221--ServerSession(1526542158)--Connection(1211109555)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.221--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.221--ServerSession(1526542158)--Connection(1019055835)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [12, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.222--ServerSession(1526542158)--Connection(1211109555)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.222--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.222--ServerSession(1526542158)--Connection(194444531)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.222--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.222--ServerSession(1526542158)--Connection(1535995916)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?) [junit] bind => [Hache] [junit] [EL Finest]: 2022-09-10 04:19:12.223--ServerSession(1526542158)--Connection(194444531)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.223--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.223--ServerSession(1526542158)--Connection(219026780)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.223--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.224--ServerSession(1526542158)--Connection(1057583009)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [74, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.224--ServerSession(1526542158)--Connection(219026780)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.224--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.224--ServerSession(1526542158)--Connection(375658553)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.224--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.225--ServerSession(1526542158)--Connection(1650723123)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?) [junit] bind => [Heinrich] [junit] [EL Finest]: 2022-09-10 04:19:12.225--ServerSession(1526542158)--Connection(375658553)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.225--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.225--ServerSession(1526542158)--Connection(2026864802)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.226--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.226--ServerSession(1526542158)--Connection(820999998)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [37, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.226--ServerSession(1526542158)--Connection(2026864802)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.226--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.227--ServerSession(1526542158)--Connection(1377911428)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.227--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.227--ServerSession(1526542158)--Connection(1766710155)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [47, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.227--ServerSession(1526542158)--Connection(1377911428)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.227--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.228--ServerSession(1526542158)--Connection(1196701001)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.228--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.228--ServerSession(1526542158)--Connection(1086472107)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?) [junit] bind => [Hesselbarth] [junit] [EL Finest]: 2022-09-10 04:19:12.228--ServerSession(1526542158)--Connection(1196701001)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.229--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.229--ServerSession(1526542158)--Connection(25686279)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.229--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.229--ServerSession(1526542158)--Connection(1443243808)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [3, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.229--ServerSession(1526542158)--Connection(25686279)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.23--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.23--ServerSession(1526542158)--Connection(771361791)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.23--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.23--ServerSession(1526542158)--Connection(167460913)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [52, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.23--ServerSession(1526542158)--Connection(771361791)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.231--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.231--ServerSession(1526542158)--Connection(1147193123)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.231--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.231--ServerSession(1526542158)--Connection(390720854)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?) [junit] bind => [Heuser] [junit] [EL Finest]: 2022-09-10 04:19:12.232--ServerSession(1526542158)--Connection(1147193123)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.232--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.232--ServerSession(1526542158)--Connection(1002407179)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.232--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.232--ServerSession(1526542158)--Connection(840907656)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [29, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.233--ServerSession(1526542158)--Connection(1002407179)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.233--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.233--ServerSession(1526542158)--Connection(550829567)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.233--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.233--ServerSession(1526542158)--Connection(1923241750)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [81, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.234--ServerSession(1526542158)--Connection(550829567)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.234--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.234--ServerSession(1526542158)--Connection(821115706)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.234--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.234--ServerSession(1526542158)--Connection(1351340245)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?) [junit] bind => [Harding] [junit] [EL Finest]: 2022-09-10 04:19:12.235--ServerSession(1526542158)--Connection(821115706)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.235--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.235--ServerSession(1526542158)--Connection(1567827443)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.235--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.236--ServerSession(1526542158)--Connection(1016275490)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [57, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.236--ServerSession(1526542158)--Connection(1567827443)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.236--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.237--ServerSession(1526542158)--Connection(1331269115)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.237--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.237--ServerSession(1526542158)--Connection(1795040256)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?) [junit] bind => [Hardenberg] [junit] [EL Finest]: 2022-09-10 04:19:12.238--ServerSession(1526542158)--Connection(1331269115)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.238--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.238--ServerSession(1526542158)--Connection(606721681)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.238--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.238--ServerSession(1526542158)--Connection(801476373)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [1, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.239--ServerSession(1526542158)--Connection(606721681)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.285--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.285--ServerSession(1526542158)--Connection(1857035653)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.285--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.285--ServerSession(1526542158)--Connection(990728003)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [30, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.286--ServerSession(1526542158)--Connection(1857035653)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.286--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.286--ServerSession(1526542158)--Connection(1344487293)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.286--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.286--ServerSession(1526542158)--Connection(648951789)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [35, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.287--ServerSession(1526542158)--Connection(1344487293)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.287--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.287--ServerSession(1526542158)--Connection(1158951378)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.287--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.288--ServerSession(1526542158)--Connection(488914619)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [51, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.288--ServerSession(1526542158)--Connection(1158951378)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.288--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.289--ServerSession(1526542158)--Connection(79791429)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.289--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.289--ServerSession(1526542158)--Connection(502715243)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [66, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.289--ServerSession(1526542158)--Connection(79791429)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.29--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.29--ServerSession(1526542158)--Connection(7969927)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.29--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.29--ServerSession(1526542158)--Connection(725580392)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?) [junit] bind => [Hewitt] [junit] [EL Finest]: 2022-09-10 04:19:12.291--ServerSession(1526542158)--Connection(7969927)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.291--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.291--ServerSession(1526542158)--Connection(545472577)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.291--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.291--ServerSession(1526542158)--Connection(1209760826)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [71, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.291--ServerSession(1526542158)--Connection(545472577)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.292--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.292--ServerSession(1526542158)--Connection(927057886)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.292--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.292--ServerSession(1526542158)--Connection(615024544)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?) [junit] bind => [Haus Lancaster] [junit] [EL Finest]: 2022-09-10 04:19:12.292--ServerSession(1526542158)--Connection(927057886)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.293--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.293--ServerSession(1526542158)--Connection(1799500692)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.293--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.293--ServerSession(1526542158)--Connection(1837421425)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [13, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.293--ServerSession(1526542158)--Connection(1799500692)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.294--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.294--ServerSession(1526542158)--Connection(1464633214)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.294--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.294--ServerSession(1526542158)--Connection(2127359616)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [54, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.294--ServerSession(1526542158)--Connection(1464633214)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.295--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.295--ServerSession(1526542158)--Connection(207312328)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.295--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.295--ServerSession(1526542158)--Connection(669850976)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [63, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.295--ServerSession(1526542158)--Connection(207312328)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.295--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.296--ServerSession(1526542158)--Connection(1656715212)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.296--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.296--ServerSession(1526542158)--Connection(762732774)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?) [junit] bind => [Hecht] [junit] [EL Finest]: 2022-09-10 04:19:12.296--ServerSession(1526542158)--Connection(1656715212)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.296--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.296--ServerSession(1526542158)--Connection(1449214164)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.297--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.297--ServerSession(1526542158)--Connection(1621678294)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [19, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.297--ServerSession(1526542158)--Connection(1449214164)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.297--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.297--ServerSession(1526542158)--Connection(1140712748)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.297--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.298--ServerSession(1526542158)--Connection(64367748)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [56, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.298--ServerSession(1526542158)--Connection(1140712748)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.298--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.298--ServerSession(1526542158)--Connection(798357290)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.298--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.298--ServerSession(1526542158)--Connection(496323664)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?) [junit] bind => [Havenstein] [junit] [EL Finest]: 2022-09-10 04:19:12.299--ServerSession(1526542158)--Connection(798357290)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.299--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.299--ServerSession(1526542158)--Connection(1414762667)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.299--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.299--ServerSession(1526542158)--Connection(14770586)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [87, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.3--ServerSession(1526542158)--Connection(1414762667)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.3--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.3--ServerSession(1526542158)--Connection(669969832)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.3--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.3--ServerSession(1526542158)--Connection(824354991)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [88, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.301--ServerSession(1526542158)--Connection(669969832)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.301--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.301--ServerSession(1526542158)--Connection(1505791581)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.301--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.301--ServerSession(1526542158)--Connection(2105750042)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?) [junit] bind => [Hamilton] [junit] [EL Finest]: 2022-09-10 04:19:12.302--ServerSession(1526542158)--Connection(1505791581)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.302--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.302--ServerSession(1526542158)--Connection(633218717)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.302--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.302--ServerSession(1526542158)--Connection(2118686543)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [65, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.302--ServerSession(1526542158)--Connection(633218717)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.303--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.303--ServerSession(1526542158)--Connection(858762286)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.303--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.303--ServerSession(1526542158)--Connection(1310467439)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [80, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.303--ServerSession(1526542158)--Connection(858762286)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.304--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.304--ServerSession(1526542158)--Connection(639362767)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.304--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.304--ServerSession(1526542158)--Connection(159619134)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?) [junit] bind => [Herrmann] [junit] [EL Finest]: 2022-09-10 04:19:12.304--ServerSession(1526542158)--Connection(639362767)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.304--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.304--ServerSession(1526542158)--Connection(1671201590)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.305--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.305--ServerSession(1526542158)--Connection(761363751)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [89, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.305--ServerSession(1526542158)--Connection(1671201590)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.305--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.305--ServerSession(1526542158)--Connection(1987979493)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.305--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.306--ServerSession(1526542158)--Connection(1355873096)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?) [junit] bind => [Herder] [junit] [EL Finest]: 2022-09-10 04:19:12.306--ServerSession(1526542158)--Connection(1987979493)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.306--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.306--ServerSession(1526542158)--Connection(1127850725)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.306--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.306--ServerSession(1526542158)--Connection(1751407735)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [5, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.307--ServerSession(1526542158)--Connection(1127850725)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.307--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.307--ServerSession(1526542158)--Connection(282118746)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.307--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.307--ServerSession(1526542158)--Connection(1520282579)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?) [junit] bind => [Henry] [junit] [EL Finest]: 2022-09-10 04:19:12.308--ServerSession(1526542158)--Connection(282118746)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.308--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.308--ServerSession(1526542158)--Connection(714123518)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.308--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.308--ServerSession(1526542158)--Connection(800264506)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [14, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.309--ServerSession(1526542158)--Connection(714123518)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.309--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.309--ServerSession(1526542158)--Connection(95016418)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.309--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.309--ServerSession(1526542158)--Connection(1897193207)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [27, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.31--ServerSession(1526542158)--Connection(95016418)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.31--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.31--ServerSession(1526542158)--Connection(111047233)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.31--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.31--ServerSession(1526542158)--Connection(465876785)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [32, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.31--ServerSession(1526542158)--Connection(111047233)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.311--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.311--ServerSession(1526542158)--Connection(1972756397)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.311--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.311--ServerSession(1526542158)--Connection(783421351)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [55, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.311--ServerSession(1526542158)--Connection(1972756397)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.312--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.312--ServerSession(1526542158)--Connection(1966656652)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.312--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.312--ServerSession(1526542158)--Connection(872687161)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [94, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.312--ServerSession(1526542158)--Connection(1966656652)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.312--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.312--ServerSession(1526542158)--Connection(1123413549)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.312--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.313--ServerSession(1526542158)--Connection(1473592740)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?) [junit] bind => [Helmig] [junit] [EL Finest]: 2022-09-10 04:19:12.313--ServerSession(1526542158)--Connection(1123413549)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.313--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.313--ServerSession(1526542158)--Connection(1192591047)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.314--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.314--ServerSession(1526542158)--Connection(938340274)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [28, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.314--ServerSession(1526542158)--Connection(1192591047)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.314--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.314--ServerSession(1526542158)--Connection(2121242728)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.315--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.315--ServerSession(1526542158)--Connection(640116840)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?) [junit] bind => [Hennig] [junit] [EL Finest]: 2022-09-10 04:19:12.315--ServerSession(1526542158)--Connection(2121242728)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.315--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.315--ServerSession(1526542158)--Connection(210728302)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.315--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.316--ServerSession(1526542158)--Connection(987022915)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [50, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.316--ServerSession(1526542158)--Connection(210728302)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.316--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.316--ServerSession(1526542158)--Connection(538246534)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.316--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.317--ServerSession(1526542158)--Connection(1355125385)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [72, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.317--ServerSession(1526542158)--Connection(538246534)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.317--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.317--ServerSession(1526542158)--Connection(1164637091)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.317--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.317--ServerSession(1526542158)--Connection(2005530988)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [83, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.318--ServerSession(1526542158)--Connection(1164637091)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.318--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.318--ServerSession(1526542158)--Connection(469357276)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.318--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.318--ServerSession(1526542158)--Connection(587405910)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?) [junit] bind => [Helms] [junit] [EL Finest]: 2022-09-10 04:19:12.319--ServerSession(1526542158)--Connection(469357276)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.319--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.319--ServerSession(1526542158)--Connection(319436997)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.319--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.319--ServerSession(1526542158)--Connection(628042126)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [18, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.32--ServerSession(1526542158)--Connection(319436997)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.32--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.32--ServerSession(1526542158)--Connection(1009893576)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.32--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.32--ServerSession(1526542158)--Connection(1792672353)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [61, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.32--ServerSession(1526542158)--Connection(1009893576)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.321--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.321--ServerSession(1526542158)--Connection(1822539890)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.321--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.321--ServerSession(1526542158)--Connection(1456606861)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?) [junit] bind => [Hausmann] [junit] [EL Finest]: 2022-09-10 04:19:12.321--ServerSession(1526542158)--Connection(1822539890)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.321--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.322--ServerSession(1526542158)--Connection(945613614)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.322--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.322--ServerSession(1526542158)--Connection(1306043262)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [75, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.322--ServerSession(1526542158)--Connection(945613614)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.322--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.323--ServerSession(1526542158)--Connection(1999270836)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.323--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.323--ServerSession(1526542158)--Connection(2137124220)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?) [junit] bind => [Hendrix] [junit] [EL Finest]: 2022-09-10 04:19:12.323--ServerSession(1526542158)--Connection(1999270836)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.324--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.324--ServerSession(1526542158)--Connection(704319603)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.324--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.324--ServerSession(1526542158)--Connection(354641136)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [43, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.324--ServerSession(1526542158)--Connection(704319603)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.325--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.325--ServerSession(1526542158)--Connection(1431501280)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.325--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.325--ServerSession(1526542158)--Connection(711873730)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [91, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.326--ServerSession(1526542158)--Connection(1431501280)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.326--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.326--ServerSession(1526542158)--Connection(1445687216)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.326--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.326--ServerSession(1526542158)--Connection(247196147)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?) [junit] bind => [Hawke] [junit] [EL Finest]: 2022-09-10 04:19:12.327--ServerSession(1526542158)--Connection(1445687216)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.327--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.327--ServerSession(1526542158)--Connection(1888227939)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.327--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.327--ServerSession(1526542158)--Connection(900900670)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [95, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.328--ServerSession(1526542158)--Connection(1888227939)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.328--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.328--ServerSession(1526542158)--Connection(1968222271)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.328--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.328--ServerSession(1526542158)--Connection(1434149628)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (LASTNAME = ?) [junit] bind => [Henning] [junit] [EL Finest]: 2022-09-10 04:19:12.329--ServerSession(1526542158)--Connection(1968222271)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.329--UnitOfWork(587432749)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:12.329--ServerSession(1526542158)--Connection(376456963)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.329--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.33--ServerSession(1526542158)--Connection(971845297)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [22, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:12.33--ServerSession(1526542158)--Connection(376456963)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:12.362--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1752413199 [junit] [EL Finer]: 2022-09-10 04:19:12.362--ClientSession(1752413199)--Thread(Thread[main,5,main])--acquire unit of work: 1142484868 [junit] [EL Finest]: 2022-09-10 04:19:12.362--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:reading. [junit] [EL Finest]: 2022-09-10 04:19:12.362--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (36 -> null:null:reading) [junit] [EL Finest]: 2022-09-10 04:19:12.362--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:cooking. [junit] [EL Finest]: 2022-09-10 04:19:12.363--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (37 -> null:null:cooking) [junit] [EL Finest]: 2022-09-10 04:19:12.363--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:watching tv. [junit] [EL Finest]: 2022-09-10 04:19:12.363--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (38 -> null:null:watching tv) [junit] [EL Finest]: 2022-09-10 04:19:12.363--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:cleaning the house. [junit] [EL Finest]: 2022-09-10 04:19:12.363--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (39 -> null:null:cleaning the house) [junit] [EL Finest]: 2022-09-10 04:19:12.363--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:swimming. [junit] [EL Finest]: 2022-09-10 04:19:12.363--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (40 -> null:null:swimming) [junit] [EL Finest]: 2022-09-10 04:19:12.363--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:computers. [junit] [EL Finest]: 2022-09-10 04:19:12.363--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (41 -> null:null:computers) [junit] [EL Finest]: 2022-09-10 04:19:12.363--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:stamps. [junit] [EL Finest]: 2022-09-10 04:19:12.363--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (42 -> null:null:stamps) [junit] [EL Finest]: 2022-09-10 04:19:12.363--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@0. [junit] [EL Finest]: 2022-09-10 04:19:12.363--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:19:12.363--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2. [junit] [EL Finest]: 2022-09-10 04:19:12.363--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3. [junit] [EL Finest]: 2022-09-10 04:19:12.363--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4. [junit] [EL Finest]: 2022-09-10 04:19:12.363--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5. [junit] [EL Finest]: 2022-09-10 04:19:12.363--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6. [junit] [EL Finest]: 2022-09-10 04:19:12.363--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7. [junit] [EL Finest]: 2022-09-10 04:19:12.364--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8. [junit] [EL Finest]: 2022-09-10 04:19:12.364--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9. [junit] [EL Finest]: 2022-09-10 04:19:12.364--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@43089e4. [junit] [EL Finest]: 2022-09-10 04:19:12.364--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (529 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@43089e4) [junit] [EL Finest]: 2022-09-10 04:19:12.364--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1d73c2fa. [junit] [EL Finest]: 2022-09-10 04:19:12.364--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (530 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1d73c2fa) [junit] [EL Finest]: 2022-09-10 04:19:12.364--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3dd1bec8. [junit] [EL Finest]: 2022-09-10 04:19:12.364--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (531 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3dd1bec8) [junit] [EL Finest]: 2022-09-10 04:19:12.364--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@43caf97a. [junit] [EL Finest]: 2022-09-10 04:19:12.364--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (532 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@43caf97a) [junit] [EL Finest]: 2022-09-10 04:19:12.364--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@43b5274e. [junit] [EL Finest]: 2022-09-10 04:19:12.364--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (533 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@43b5274e) [junit] [EL Finest]: 2022-09-10 04:19:12.364--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@40d259d0. [junit] [EL Finest]: 2022-09-10 04:19:12.364--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (534 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@40d259d0) [junit] [EL Finest]: 2022-09-10 04:19:12.364--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@704588fc. [junit] [EL Finest]: 2022-09-10 04:19:12.364--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (535 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@704588fc) [junit] [EL Finest]: 2022-09-10 04:19:12.364--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6450bea7. [junit] [EL Finest]: 2022-09-10 04:19:12.365--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (536 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6450bea7) [junit] [EL Finest]: 2022-09-10 04:19:12.365--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@e357a34. [junit] [EL Finest]: 2022-09-10 04:19:12.365--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (537 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@e357a34) [junit] [EL Finest]: 2022-09-10 04:19:12.365--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5cfbbefb. [junit] [EL Finest]: 2022-09-10 04:19:12.365--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (538 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5cfbbefb) [junit] [EL Finest]: 2022-09-10 04:19:12.365--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@25cff0. [junit] [EL Finest]: 2022-09-10 04:19:12.365--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (539 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@25cff0) [junit] [EL Finest]: 2022-09-10 04:19:12.365--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@61e1ecd5. [junit] [EL Finest]: 2022-09-10 04:19:12.365--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (540 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@61e1ecd5) [junit] [EL Finest]: 2022-09-10 04:19:12.365--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@44a0de07. [junit] [EL Finest]: 2022-09-10 04:19:12.365--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (541 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@44a0de07) [junit] [EL Finest]: 2022-09-10 04:19:12.365--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@45adac0e. [junit] [EL Finest]: 2022-09-10 04:19:12.365--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (542 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@45adac0e) [junit] [EL Finest]: 2022-09-10 04:19:12.365--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6bd9a104. [junit] [EL Finest]: 2022-09-10 04:19:12.365--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (543 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6bd9a104) [junit] [EL Finest]: 2022-09-10 04:19:12.365--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5307fee. [junit] [EL Finest]: 2022-09-10 04:19:12.365--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (544 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5307fee) [junit] [EL Finest]: 2022-09-10 04:19:12.365--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@47a2d9a9. [junit] [EL Finest]: 2022-09-10 04:19:12.366--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (545 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@47a2d9a9) [junit] [EL Finest]: 2022-09-10 04:19:12.366--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6fc7c08f. [junit] [EL Finest]: 2022-09-10 04:19:12.366--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (546 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6fc7c08f) [junit] [EL Finest]: 2022-09-10 04:19:12.366--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@49308df2. [junit] [EL Finest]: 2022-09-10 04:19:12.366--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (547 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@49308df2) [junit] [EL Finest]: 2022-09-10 04:19:12.366--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4ff95435. [junit] [EL Finest]: 2022-09-10 04:19:12.366--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (548 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4ff95435) [junit] [EL Finest]: 2022-09-10 04:19:12.366--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1ec7b3f2. [junit] [EL Finest]: 2022-09-10 04:19:12.366--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (549 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1ec7b3f2) [junit] [EL Finest]: 2022-09-10 04:19:12.366--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4fd5db1d. [junit] [EL Finest]: 2022-09-10 04:19:12.366--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (550 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4fd5db1d) [junit] [EL Finest]: 2022-09-10 04:19:12.366--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2c79008. [junit] [EL Finest]: 2022-09-10 04:19:12.366--ServerSession(1526542158)--Connection(127546521)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:12.366--ClientSession(1752413199)--Connection(127546521)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:12.366--ClientSession(1752413199)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:12.367--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="VehicleGenerator" sql="UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ?") [junit] [EL Finest]: 2022-09-10 04:19:12.367--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="VehicleGenerator" sql="SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2022-09-10 04:19:12.367--ClientSession(1752413199)--Connection(610357179)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2022-09-10 04:19:12.367--ClientSession(1752413199)--Connection(610357179)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2022-09-10 04:19:12.368--ClientSession(1752413199)--Connection(610357179)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 551, last: 600 [junit] [EL Finer]: 2022-09-10 04:19:12.368--ClientSession(1752413199)--Connection(610357179)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:12.369--ServerSession(1526542158)--Connection(610357179)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2022-09-10 04:19:12.369--ServerSession(1526542158)--Connection(127546521)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:19:12.369--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (551 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2c79008) [junit] [EL Finest]: 2022-09-10 04:19:12.369--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2d25a125. [junit] [EL Finest]: 2022-09-10 04:19:12.369--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (552 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2d25a125) [junit] [EL Finest]: 2022-09-10 04:19:12.369--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@71def98b. [junit] [EL Finest]: 2022-09-10 04:19:12.395--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (553 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@71def98b) [junit] [EL Finest]: 2022-09-10 04:19:12.395--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3d352fb4. [junit] [EL Finest]: 2022-09-10 04:19:12.395--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (554 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3d352fb4) [junit] [EL Finest]: 2022-09-10 04:19:12.395--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4ba2507f. [junit] [EL Finest]: 2022-09-10 04:19:12.395--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (555 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4ba2507f) [junit] [EL Finest]: 2022-09-10 04:19:12.395--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4b8eeca7. [junit] [EL Finest]: 2022-09-10 04:19:12.395--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (556 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4b8eeca7) [junit] [EL Finest]: 2022-09-10 04:19:12.395--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4d9a46fc. [junit] [EL Finest]: 2022-09-10 04:19:12.395--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (557 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4d9a46fc) [junit] [EL Finest]: 2022-09-10 04:19:12.395--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@59c69874. [junit] [EL Finest]: 2022-09-10 04:19:12.395--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (558 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@59c69874) [junit] [EL Finest]: 2022-09-10 04:19:12.395--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3e0a9b. [junit] [EL Finest]: 2022-09-10 04:19:12.395--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (559 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3e0a9b) [junit] [EL Finest]: 2022-09-10 04:19:12.395--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3c6935ef. [junit] [EL Finest]: 2022-09-10 04:19:12.395--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (560 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3c6935ef) [junit] [EL Finest]: 2022-09-10 04:19:12.396--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@23db2938. [junit] [EL Finest]: 2022-09-10 04:19:12.396--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (561 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@23db2938) [junit] [EL Finest]: 2022-09-10 04:19:12.396--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4e33000f. [junit] [EL Finest]: 2022-09-10 04:19:12.396--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (562 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4e33000f) [junit] [EL Finest]: 2022-09-10 04:19:12.396--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3ea9b180. [junit] [EL Finest]: 2022-09-10 04:19:12.396--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (563 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3ea9b180) [junit] [EL Finest]: 2022-09-10 04:19:12.396--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4b9a2df7. [junit] [EL Finest]: 2022-09-10 04:19:12.396--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (564 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4b9a2df7) [junit] [EL Finest]: 2022-09-10 04:19:12.396--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@31725f55. [junit] [EL Finest]: 2022-09-10 04:19:12.396--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (565 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@31725f55) [junit] [EL Finest]: 2022-09-10 04:19:12.396--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6797120c. [junit] [EL Finest]: 2022-09-10 04:19:12.396--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (566 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6797120c) [junit] [EL Finest]: 2022-09-10 04:19:12.396--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@14419acf. [junit] [EL Finest]: 2022-09-10 04:19:12.396--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (567 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@14419acf) [junit] [EL Finest]: 2022-09-10 04:19:12.396--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@e2ef825. [junit] [EL Finest]: 2022-09-10 04:19:12.396--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (568 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@e2ef825) [junit] [EL Finest]: 2022-09-10 04:19:12.396--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2d059642. [junit] [EL Finest]: 2022-09-10 04:19:12.396--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (569 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2d059642) [junit] [EL Finest]: 2022-09-10 04:19:12.397--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@725de69c. [junit] [EL Finest]: 2022-09-10 04:19:12.397--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (570 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@725de69c) [junit] [EL Finest]: 2022-09-10 04:19:12.397--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6ad29dfa. [junit] [EL Finest]: 2022-09-10 04:19:12.397--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (571 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6ad29dfa) [junit] [EL Finest]: 2022-09-10 04:19:12.397--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@13c4af55. [junit] [EL Finest]: 2022-09-10 04:19:12.397--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (572 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@13c4af55) [junit] [EL Finest]: 2022-09-10 04:19:12.397--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@12728ce9. [junit] [EL Finest]: 2022-09-10 04:19:12.397--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (573 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@12728ce9) [junit] [EL Finest]: 2022-09-10 04:19:12.397--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@f86f13d. [junit] [EL Finest]: 2022-09-10 04:19:12.397--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (574 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@f86f13d) [junit] [EL Finest]: 2022-09-10 04:19:12.397--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7145807a. [junit] [EL Finest]: 2022-09-10 04:19:12.397--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (575 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7145807a) [junit] [EL Finest]: 2022-09-10 04:19:12.397--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@474d2700. [junit] [EL Finest]: 2022-09-10 04:19:12.397--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (576 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@474d2700) [junit] [EL Finest]: 2022-09-10 04:19:12.397--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@415efec4. [junit] [EL Finest]: 2022-09-10 04:19:12.397--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (577 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@415efec4) [junit] [EL Finest]: 2022-09-10 04:19:12.397--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7969e0cb. [junit] [EL Finest]: 2022-09-10 04:19:12.398--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (578 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7969e0cb) [junit] [EL Finest]: 2022-09-10 04:19:12.398--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@24f2f9cc. [junit] [EL Finest]: 2022-09-10 04:19:12.398--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (579 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@24f2f9cc) [junit] [EL Finest]: 2022-09-10 04:19:12.398--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@aa9bf75. [junit] [EL Finest]: 2022-09-10 04:19:12.398--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (580 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@aa9bf75) [junit] [EL Finest]: 2022-09-10 04:19:12.398--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3cb7d83a. [junit] [EL Finest]: 2022-09-10 04:19:12.398--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (581 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3cb7d83a) [junit] [EL Finest]: 2022-09-10 04:19:12.398--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@aee08df. [junit] [EL Finest]: 2022-09-10 04:19:12.398--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (582 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@aee08df) [junit] [EL Finest]: 2022-09-10 04:19:12.398--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@39e1acd7. [junit] [EL Finest]: 2022-09-10 04:19:12.398--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (583 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@39e1acd7) [junit] [EL Finest]: 2022-09-10 04:19:12.398--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7e74ee89. [junit] [EL Finest]: 2022-09-10 04:19:12.398--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (584 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7e74ee89) [junit] [EL Finest]: 2022-09-10 04:19:12.398--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7c808f75. [junit] [EL Finest]: 2022-09-10 04:19:12.398--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (585 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7c808f75) [junit] [EL Finest]: 2022-09-10 04:19:12.398--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@652d8ca. [junit] [EL Finest]: 2022-09-10 04:19:12.398--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (586 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@652d8ca) [junit] [EL Finest]: 2022-09-10 04:19:12.399--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@32e14bc3. [junit] [EL Finest]: 2022-09-10 04:19:12.399--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (587 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@32e14bc3) [junit] [EL Finest]: 2022-09-10 04:19:12.399--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6bb8ebb0. [junit] [EL Finest]: 2022-09-10 04:19:12.399--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (588 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6bb8ebb0) [junit] [EL Finest]: 2022-09-10 04:19:12.399--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@133b3a95. [junit] [EL Finest]: 2022-09-10 04:19:12.399--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (589 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@133b3a95) [junit] [EL Finest]: 2022-09-10 04:19:12.399--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@33f24b0. [junit] [EL Finest]: 2022-09-10 04:19:12.399--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (590 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@33f24b0) [junit] [EL Finest]: 2022-09-10 04:19:12.399--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3bb8d847. [junit] [EL Finest]: 2022-09-10 04:19:12.399--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (591 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3bb8d847) [junit] [EL Finest]: 2022-09-10 04:19:12.399--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@17f141eb. [junit] [EL Finest]: 2022-09-10 04:19:12.399--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (592 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@17f141eb) [junit] [EL Finest]: 2022-09-10 04:19:12.399--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5dd43e12. [junit] [EL Finest]: 2022-09-10 04:19:12.399--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (593 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5dd43e12) [junit] [EL Finest]: 2022-09-10 04:19:12.399--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@27b49bbc. [junit] [EL Finest]: 2022-09-10 04:19:12.399--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (594 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@27b49bbc) [junit] [EL Finest]: 2022-09-10 04:19:12.399--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5ab315ed. [junit] [EL Finest]: 2022-09-10 04:19:12.399--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (595 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5ab315ed) [junit] [EL Finest]: 2022-09-10 04:19:12.4--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@47d0e949. [junit] [EL Finest]: 2022-09-10 04:19:12.4--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (596 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@47d0e949) [junit] [EL Finest]: 2022-09-10 04:19:12.4--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3b886b0f. [junit] [EL Finest]: 2022-09-10 04:19:12.4--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (597 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3b886b0f) [junit] [EL Finest]: 2022-09-10 04:19:12.4--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@38e27eb9. [junit] [EL Finest]: 2022-09-10 04:19:12.4--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (598 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@38e27eb9) [junit] [EL Finest]: 2022-09-10 04:19:12.4--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7abc1835. [junit] [EL Finest]: 2022-09-10 04:19:12.4--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (599 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7abc1835) [junit] [EL Finest]: 2022-09-10 04:19:12.4--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3ae62c8a. [junit] [EL Finest]: 2022-09-10 04:19:12.4--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (600 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3ae62c8a) [junit] [EL Finest]: 2022-09-10 04:19:12.4--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@424ef8ca. [junit] [EL Finest]: 2022-09-10 04:19:12.4--ServerSession(1526542158)--Connection(1769095564)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:12.4--ClientSession(1752413199)--Connection(1769095564)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:12.4--ClientSession(1752413199)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:12.401--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="VehicleGenerator" sql="UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ?") [junit] [EL Finest]: 2022-09-10 04:19:12.401--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="VehicleGenerator" sql="SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2022-09-10 04:19:12.401--ClientSession(1752413199)--Connection(1939181863)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2022-09-10 04:19:12.401--ClientSession(1752413199)--Connection(1939181863)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2022-09-10 04:19:12.402--ClientSession(1752413199)--Connection(1939181863)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 601, last: 650 [junit] [EL Finer]: 2022-09-10 04:19:12.402--ClientSession(1752413199)--Connection(1939181863)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:12.403--ServerSession(1526542158)--Connection(1939181863)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2022-09-10 04:19:12.403--ServerSession(1526542158)--Connection(1769095564)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:19:12.403--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (601 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@424ef8ca) [junit] [EL Finest]: 2022-09-10 04:19:12.403--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@72ed4e67. [junit] [EL Finest]: 2022-09-10 04:19:12.403--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (602 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@72ed4e67) [junit] [EL Finest]: 2022-09-10 04:19:12.403--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@35fdc926. [junit] [EL Finest]: 2022-09-10 04:19:12.403--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (603 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@35fdc926) [junit] [EL Finest]: 2022-09-10 04:19:12.403--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@23096d02. [junit] [EL Finest]: 2022-09-10 04:19:12.403--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (604 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@23096d02) [junit] [EL Finest]: 2022-09-10 04:19:12.403--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7766f1c1. [junit] [EL Finest]: 2022-09-10 04:19:12.403--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (605 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7766f1c1) [junit] [EL Finest]: 2022-09-10 04:19:12.403--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6f60173c. [junit] [EL Finest]: 2022-09-10 04:19:12.403--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (606 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6f60173c) [junit] [EL Finest]: 2022-09-10 04:19:12.403--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@348f470f. [junit] [EL Finest]: 2022-09-10 04:19:12.403--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (607 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@348f470f) [junit] [EL Finest]: 2022-09-10 04:19:12.403--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5c064de1. [junit] [EL Finest]: 2022-09-10 04:19:12.404--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (608 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5c064de1) [junit] [EL Finest]: 2022-09-10 04:19:12.404--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1cae5759. [junit] [EL Finest]: 2022-09-10 04:19:12.404--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (609 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1cae5759) [junit] [EL Finest]: 2022-09-10 04:19:12.404--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@73987a07. [junit] [EL Finest]: 2022-09-10 04:19:12.404--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (610 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@73987a07) [junit] [EL Finest]: 2022-09-10 04:19:12.404--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3de1ec44. [junit] [EL Finest]: 2022-09-10 04:19:12.404--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (611 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3de1ec44) [junit] [EL Finest]: 2022-09-10 04:19:12.404--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@53e6c75c. [junit] [EL Finest]: 2022-09-10 04:19:12.404--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (612 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@53e6c75c) [junit] [EL Finest]: 2022-09-10 04:19:12.404--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3d9c46e6. [junit] [EL Finest]: 2022-09-10 04:19:12.404--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (613 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3d9c46e6) [junit] [EL Finest]: 2022-09-10 04:19:12.404--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@de44b10. [junit] [EL Finest]: 2022-09-10 04:19:12.404--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (614 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@de44b10) [junit] [EL Finest]: 2022-09-10 04:19:12.404--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3f550524. [junit] [EL Finest]: 2022-09-10 04:19:12.404--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (615 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3f550524) [junit] [EL Finest]: 2022-09-10 04:19:12.404--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5aecf9b5. [junit] [EL Finest]: 2022-09-10 04:19:12.404--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (616 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5aecf9b5) [junit] [EL Finest]: 2022-09-10 04:19:12.405--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5982f78. [junit] [EL Finest]: 2022-09-10 04:19:12.405--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (617 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5982f78) [junit] [EL Finest]: 2022-09-10 04:19:12.405--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2a0b4810. [junit] [EL Finest]: 2022-09-10 04:19:12.405--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (618 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2a0b4810) [junit] [EL Finest]: 2022-09-10 04:19:12.405--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3de00450. [junit] [EL Finest]: 2022-09-10 04:19:12.405--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (619 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3de00450) [junit] [EL Finest]: 2022-09-10 04:19:12.405--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@fc7308. [junit] [EL Finest]: 2022-09-10 04:19:12.405--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (620 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@fc7308) [junit] [EL Finest]: 2022-09-10 04:19:12.405--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@445b7f80. [junit] [EL Finest]: 2022-09-10 04:19:12.405--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (621 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@445b7f80) [junit] [EL Finest]: 2022-09-10 04:19:12.405--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@34e0f4d3. [junit] [EL Finest]: 2022-09-10 04:19:12.405--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (622 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@34e0f4d3) [junit] [EL Finest]: 2022-09-10 04:19:12.405--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@91fa49b. [junit] [EL Finest]: 2022-09-10 04:19:12.405--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (623 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@91fa49b) [junit] [EL Finest]: 2022-09-10 04:19:12.405--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6a98e283. [junit] [EL Finest]: 2022-09-10 04:19:12.405--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (624 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6a98e283) [junit] [EL Finest]: 2022-09-10 04:19:12.405--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@75a0372f. [junit] [EL Finest]: 2022-09-10 04:19:12.405--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (625 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@75a0372f) [junit] [EL Finest]: 2022-09-10 04:19:12.406--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@46550324. [junit] [EL Finest]: 2022-09-10 04:19:12.406--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (626 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@46550324) [junit] [EL Finest]: 2022-09-10 04:19:12.406--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@321a4c09. [junit] [EL Finest]: 2022-09-10 04:19:12.406--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (627 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@321a4c09) [junit] [EL Finest]: 2022-09-10 04:19:12.406--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1f3b3c33. [junit] [EL Finest]: 2022-09-10 04:19:12.406--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (628 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1f3b3c33) [junit] [EL Finest]: 2022-09-10 04:19:12.406--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@6bd679b4. [junit] [EL Finest]: 2022-09-10 04:19:12.406--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (629 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@6bd679b4) [junit] [EL Finest]: 2022-09-10 04:19:12.406--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@5741bc9. [junit] [EL Finest]: 2022-09-10 04:19:12.406--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (630 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@5741bc9) [junit] [EL Finest]: 2022-09-10 04:19:12.406--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@65ee756a. [junit] [EL Finest]: 2022-09-10 04:19:12.406--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (631 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@65ee756a) [junit] [EL Finest]: 2022-09-10 04:19:12.406--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@23720740. [junit] [EL Finest]: 2022-09-10 04:19:12.406--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (632 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@23720740) [junit] [EL Finest]: 2022-09-10 04:19:12.406--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@7bb1c143. [junit] [EL Finest]: 2022-09-10 04:19:12.406--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--assign sequence to the object (633 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@7bb1c143) [junit] [EL Finest]: 2022-09-10 04:19:12.407--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5e3e27af. [junit] [EL Finest]: 2022-09-10 04:19:12.407--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7b960a6d. [junit] [EL Finest]: 2022-09-10 04:19:12.407--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@21743abe. [junit] [EL Finest]: 2022-09-10 04:19:12.407--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@485461b7. [junit] [EL Finest]: 2022-09-10 04:19:12.407--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5dc38bc. [junit] [EL Finest]: 2022-09-10 04:19:12.407--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3bd710f8. [junit] [EL Finest]: 2022-09-10 04:19:12.407--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@30a3c1e1. [junit] [EL Finest]: 2022-09-10 04:19:12.407--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4f3db580. [junit] [EL Finest]: 2022-09-10 04:19:12.407--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@45153059. [junit] [EL Finest]: 2022-09-10 04:19:12.407--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5a9488eb. [junit] [EL Finest]: 2022-09-10 04:19:12.407--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6769ea39. [junit] [EL Finest]: 2022-09-10 04:19:12.408--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5c38ab84. [junit] [EL Finest]: 2022-09-10 04:19:12.408--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6b02c3c4. [junit] [EL Finest]: 2022-09-10 04:19:12.408--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7d028b1d. [junit] [EL Finest]: 2022-09-10 04:19:12.408--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5529c897. [junit] [EL Finest]: 2022-09-10 04:19:12.408--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@233ed910. [junit] [EL Finest]: 2022-09-10 04:19:12.408--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@51fcee02. [junit] [EL Finest]: 2022-09-10 04:19:12.408--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@213e10c9. [junit] [EL Finest]: 2022-09-10 04:19:12.408--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@a4664f3. [junit] [EL Finest]: 2022-09-10 04:19:12.408--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@42a3abe9. [junit] [EL Finest]: 2022-09-10 04:19:12.408--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@27d74c62. [junit] [EL Finest]: 2022-09-10 04:19:12.409--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@39379890. [junit] [EL Finest]: 2022-09-10 04:19:12.409--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@446454af. [junit] [EL Finest]: 2022-09-10 04:19:12.409--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@39e22f5. [junit] [EL Finest]: 2022-09-10 04:19:12.409--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@51fdceb1. [junit] [EL Finest]: 2022-09-10 04:19:12.409--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6363292b. [junit] [EL Finest]: 2022-09-10 04:19:12.409--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3ac662ba. [junit] [EL Finest]: 2022-09-10 04:19:12.409--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@109de896. [junit] [EL Finest]: 2022-09-10 04:19:12.409--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1159baca. [junit] [EL Finest]: 2022-09-10 04:19:12.409--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@69411460. [junit] [EL Finest]: 2022-09-10 04:19:12.409--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@33517c92. [junit] [EL Finest]: 2022-09-10 04:19:12.41--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7824544d. [junit] [EL Finest]: 2022-09-10 04:19:12.41--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3f76269e. [junit] [EL Finest]: 2022-09-10 04:19:12.41--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@41a17eaa. [junit] [EL Finest]: 2022-09-10 04:19:12.41--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1332f571. [junit] [EL Finest]: 2022-09-10 04:19:12.41--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2c193600. [junit] [EL Finest]: 2022-09-10 04:19:12.41--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@46807718. [junit] [EL Finest]: 2022-09-10 04:19:12.41--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7f150691. [junit] [EL Finest]: 2022-09-10 04:19:12.41--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@14017887. [junit] [EL Finest]: 2022-09-10 04:19:12.41--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@15af39d5. [junit] [EL Finest]: 2022-09-10 04:19:12.411--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3c57fb14. [junit] [EL Finest]: 2022-09-10 04:19:12.411--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5ef92103. [junit] [EL Finest]: 2022-09-10 04:19:12.411--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@15654e96. [junit] [EL Finest]: 2022-09-10 04:19:12.411--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@16dbc731. [junit] [EL Finest]: 2022-09-10 04:19:12.411--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@730632bb. [junit] [EL Finest]: 2022-09-10 04:19:12.411--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5281a933. [junit] [EL Finest]: 2022-09-10 04:19:12.411--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1ad03f80. [junit] [EL Finest]: 2022-09-10 04:19:12.411--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7169a87. [junit] [EL Finest]: 2022-09-10 04:19:12.411--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4e9c29eb. [junit] [EL Finest]: 2022-09-10 04:19:12.412--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2efbc6f9. [junit] [EL Finest]: 2022-09-10 04:19:12.412--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@d27f12e. [junit] [EL Finest]: 2022-09-10 04:19:12.412--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@357256e4. [junit] [EL Finest]: 2022-09-10 04:19:12.412--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7ff2ad88. [junit] [EL Finest]: 2022-09-10 04:19:12.412--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@690a7fcf. [junit] [EL Finest]: 2022-09-10 04:19:12.412--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3a75e25a. [junit] [EL Finest]: 2022-09-10 04:19:12.412--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@877114e. [junit] [EL Finest]: 2022-09-10 04:19:12.412--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4101747a. [junit] [EL Finest]: 2022-09-10 04:19:12.412--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@cae84d4. [junit] [EL Finest]: 2022-09-10 04:19:12.412--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@b24fff1. [junit] [EL Finest]: 2022-09-10 04:19:12.413--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@57e8e8d6. [junit] [EL Finest]: 2022-09-10 04:19:12.413--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5d7d454b. [junit] [EL Finest]: 2022-09-10 04:19:12.413--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2038d1d6. [junit] [EL Finest]: 2022-09-10 04:19:12.413--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@314b2d29. [junit] [EL Finest]: 2022-09-10 04:19:12.413--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@56961786. [junit] [EL Finest]: 2022-09-10 04:19:12.413--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6397fa6e. [junit] [EL Finest]: 2022-09-10 04:19:12.413--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@32a8eb6. [junit] [EL Finest]: 2022-09-10 04:19:12.413--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@39eb97b4. [junit] [EL Finest]: 2022-09-10 04:19:12.413--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3f2930e9. [junit] [EL Finest]: 2022-09-10 04:19:12.413--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2539b745. [junit] [EL Finest]: 2022-09-10 04:19:12.414--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3141db11. [junit] [EL Finest]: 2022-09-10 04:19:12.414--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4f405fa7. [junit] [EL Finest]: 2022-09-10 04:19:12.414--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7fdbab6c. [junit] [EL Finest]: 2022-09-10 04:19:12.414--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4fc1ee1e. [junit] [EL Finest]: 2022-09-10 04:19:12.414--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@467ce50a. [junit] [EL Finest]: 2022-09-10 04:19:12.414--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@d13ba95. [junit] [EL Finest]: 2022-09-10 04:19:12.414--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3d381435. [junit] [EL Finest]: 2022-09-10 04:19:12.414--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@70b11d74. [junit] [EL Finest]: 2022-09-10 04:19:12.414--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7edba571. [junit] [EL Finest]: 2022-09-10 04:19:12.414--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@506e35b9. [junit] [EL Finest]: 2022-09-10 04:19:12.414--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@c7934ea. [junit] [EL Finest]: 2022-09-10 04:19:12.414--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@63a26b8f. [junit] [EL Finest]: 2022-09-10 04:19:12.415--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5e09e2a0. [junit] [EL Finest]: 2022-09-10 04:19:12.415--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6eeb6ef7. [junit] [EL Finest]: 2022-09-10 04:19:12.415--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@76a7f2fa. [junit] [EL Finest]: 2022-09-10 04:19:12.415--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@71dce61e. [junit] [EL Finest]: 2022-09-10 04:19:12.415--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@f3a3210. [junit] [EL Finest]: 2022-09-10 04:19:12.415--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@707929a2. [junit] [EL Finest]: 2022-09-10 04:19:12.415--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@71d191d3. [junit] [EL Finest]: 2022-09-10 04:19:12.415--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@30dc642d. [junit] [EL Finest]: 2022-09-10 04:19:12.415--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4e3c572e. [junit] [EL Finest]: 2022-09-10 04:19:12.415--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1f85abd9. [junit] [EL Finest]: 2022-09-10 04:19:12.415--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@70cd0c14. [junit] [EL Finest]: 2022-09-10 04:19:12.415--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5482bdbc. [junit] [EL Finest]: 2022-09-10 04:19:12.415--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3506d61e. [junit] [EL Finest]: 2022-09-10 04:19:12.415--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4ab317b6. [junit] [EL Finest]: 2022-09-10 04:19:12.415--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7a16602e. [junit] [EL Finest]: 2022-09-10 04:19:12.415--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4a14edc4. [junit] [EL Finest]: 2022-09-10 04:19:12.416--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@65f653f0. [junit] [EL Finest]: 2022-09-10 04:19:12.416--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@524d3e47. [junit] [EL Finest]: 2022-09-10 04:19:12.416--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6b3fa2ef. [junit] [EL Finer]: 2022-09-10 04:19:12.416--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:12.417--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@6bd679b4) [junit] [EL Finest]: 2022-09-10 04:19:12.418--ServerSession(1526542158)--Connection(1956948010)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:12.418--ClientSession(1752413199)--Connection(1956948010)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:12.418--ClientSession(1752413199)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:12.418--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@7bb1c143) [junit] [EL Finest]: 2022-09-10 04:19:12.418--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@65ee756a) [junit] [EL Finest]: 2022-09-10 04:19:12.418--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@23720740) [junit] [EL Finest]: 2022-09-10 04:19:12.418--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@5741bc9) [junit] [EL Finest]: 2022-09-10 04:19:12.418--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4) [junit] [EL Finer]: 2022-09-10 04:19:12.419--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:12.419--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, NUM_GEARS, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:12.419--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [629, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2022-09-10 04:19:12.419--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [633, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2022-09-10 04:19:12.419--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [631, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2022-09-10 04:19:12.419--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [632, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2022-09-10 04:19:12.419--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [630, foo-brand, null, 0, 1, 4] [junit] [EL Finer]: 2022-09-10 04:19:12.419--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:12.42--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2022-09-10 04:19:12.42--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@0) [junit] [EL Finest]: 2022-09-10 04:19:12.42--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5) [junit] [EL Finest]: 2022-09-10 04:19:12.42--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8) [junit] [EL Finest]: 2022-09-10 04:19:12.42--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2022-09-10 04:19:12.42--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7) [junit] [EL Finest]: 2022-09-10 04:19:12.42--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9) [junit] [EL Finest]: 2022-09-10 04:19:12.421--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:19:12.421--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6) [junit] [EL Finest]: 2022-09-10 04:19:12.421--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@506e35b9) [junit] [EL Finer]: 2022-09-10 04:19:12.421--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:12.421--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:12.421--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [4, Department_4, 1] [junit] [EL Fine]: 2022-09-10 04:19:12.421--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [2, Department_2, 1] [junit] [EL Fine]: 2022-09-10 04:19:12.421--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [0, Department_0, 1] [junit] [EL Fine]: 2022-09-10 04:19:12.421--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [5, Department_5, 1] [junit] [EL Fine]: 2022-09-10 04:19:12.421--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [8, Department_8, 1] [junit] [EL Fine]: 2022-09-10 04:19:12.421--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [3, Department_3, 1] [junit] [EL Fine]: 2022-09-10 04:19:12.421--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [7, Department_7, 1] [junit] [EL Fine]: 2022-09-10 04:19:12.421--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [9, Department_9, 1] [junit] [EL Fine]: 2022-09-10 04:19:12.421--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [1, Department_1, 1] [junit] [EL Fine]: 2022-09-10 04:19:12.421--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [6, Department_6, 1] [junit] [EL Finer]: 2022-09-10 04:19:12.421--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:12.423--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7a16602e) [junit] [EL Finest]: 2022-09-10 04:19:12.423--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1159baca) [junit] [EL Finest]: 2022-09-10 04:19:12.423--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7edba571) [junit] [EL Finest]: 2022-09-10 04:19:12.423--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@314b2d29) [junit] [EL Finest]: 2022-09-10 04:19:12.424--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@46807718) [junit] [EL Finest]: 2022-09-10 04:19:12.424--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@446454af) [junit] [EL Finest]: 2022-09-10 04:19:12.424--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1ad03f80) [junit] [EL Finest]: 2022-09-10 04:19:12.424--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3ac662ba) [junit] [EL Finest]: 2022-09-10 04:19:12.424--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@cae84d4) [junit] [EL Finest]: 2022-09-10 04:19:12.424--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2efbc6f9) [junit] [EL Finest]: 2022-09-10 04:19:12.424--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@a4664f3) [junit] [EL Finest]: 2022-09-10 04:19:12.424--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5e09e2a0) [junit] [EL Finest]: 2022-09-10 04:19:12.424--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@71dce61e) [junit] [EL Finest]: 2022-09-10 04:19:12.424--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3d381435) [junit] [EL Finest]: 2022-09-10 04:19:12.425--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@51fcee02) [junit] [EL Finest]: 2022-09-10 04:19:12.425--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@70b11d74) [junit] [EL Finest]: 2022-09-10 04:19:12.425--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5c38ab84) [junit] [EL Finest]: 2022-09-10 04:19:12.425--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4a14edc4) [junit] [EL Finest]: 2022-09-10 04:19:12.425--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5dc38bc) [junit] [EL Finest]: 2022-09-10 04:19:12.425--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7169a87) [junit] [EL Finest]: 2022-09-10 04:19:12.425--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1332f571) [junit] [EL Finest]: 2022-09-10 04:19:12.425--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@213e10c9) [junit] [EL Finest]: 2022-09-10 04:19:12.425--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4ab317b6) [junit] [EL Finest]: 2022-09-10 04:19:12.425--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@27d74c62) [junit] [EL Finest]: 2022-09-10 04:19:12.425--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@42a3abe9) [junit] [EL Finest]: 2022-09-10 04:19:12.425--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7f150691) [junit] [EL Finest]: 2022-09-10 04:19:12.426--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@b24fff1) [junit] [EL Finest]: 2022-09-10 04:19:12.426--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@33517c92) [junit] [EL Finest]: 2022-09-10 04:19:12.426--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6b3fa2ef) [junit] [EL Finest]: 2022-09-10 04:19:12.426--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5482bdbc) [junit] [EL Finest]: 2022-09-10 04:19:12.426--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3141db11) [junit] [EL Finest]: 2022-09-10 04:19:12.426--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3bd710f8) [junit] [EL Finest]: 2022-09-10 04:19:12.426--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4f3db580) [junit] [EL Finest]: 2022-09-10 04:19:12.426--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2c193600) [junit] [EL Finest]: 2022-09-10 04:19:12.426--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3506d61e) [junit] [EL Finest]: 2022-09-10 04:19:12.426--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3a75e25a) [junit] [EL Finest]: 2022-09-10 04:19:12.426--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@45153059) [junit] [EL Finest]: 2022-09-10 04:19:12.427--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7b960a6d) [junit] [EL Finest]: 2022-09-10 04:19:12.427--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@d27f12e) [junit] [EL Finest]: 2022-09-10 04:19:12.427--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@30dc642d) [junit] [EL Finest]: 2022-09-10 04:19:12.427--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@57e8e8d6) [junit] [EL Finest]: 2022-09-10 04:19:12.427--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@16dbc731) [junit] [EL Finest]: 2022-09-10 04:19:12.427--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@467ce50a) [junit] [EL Finest]: 2022-09-10 04:19:12.427--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5ef92103) [junit] [EL Finest]: 2022-09-10 04:19:12.427--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@41a17eaa) [junit] [EL Finest]: 2022-09-10 04:19:12.427--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6363292b) [junit] [EL Finest]: 2022-09-10 04:19:12.427--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5e3e27af) [junit] [EL Finest]: 2022-09-10 04:19:12.427--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6769ea39) [junit] [EL Finest]: 2022-09-10 04:19:12.428--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@707929a2) [junit] [EL Finest]: 2022-09-10 04:19:12.428--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@730632bb) [junit] [EL Finest]: 2022-09-10 04:19:12.428--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@39eb97b4) [junit] [EL Finest]: 2022-09-10 04:19:12.428--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@70cd0c14) [junit] [EL Finest]: 2022-09-10 04:19:12.428--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4e9c29eb) [junit] [EL Finest]: 2022-09-10 04:19:12.428--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@69411460) [junit] [EL Finest]: 2022-09-10 04:19:12.428--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@877114e) [junit] [EL Finest]: 2022-09-10 04:19:12.428--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6397fa6e) [junit] [EL Finest]: 2022-09-10 04:19:12.428--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4e3c572e) [junit] [EL Finest]: 2022-09-10 04:19:12.428--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@32a8eb6) [junit] [EL Finest]: 2022-09-10 04:19:12.428--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6b02c3c4) [junit] [EL Finest]: 2022-09-10 04:19:12.428--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5d7d454b) [junit] [EL Finest]: 2022-09-10 04:19:12.429--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3f2930e9) [junit] [EL Finest]: 2022-09-10 04:19:12.429--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3c57fb14) [junit] [EL Finest]: 2022-09-10 04:19:12.429--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7d028b1d) [junit] [EL Finest]: 2022-09-10 04:19:12.429--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@39e22f5) [junit] [EL Finest]: 2022-09-10 04:19:12.429--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@21743abe) [junit] [EL Finest]: 2022-09-10 04:19:12.429--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6eeb6ef7) [junit] [EL Finest]: 2022-09-10 04:19:12.429--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@71d191d3) [junit] [EL Finest]: 2022-09-10 04:19:12.429--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5a9488eb) [junit] [EL Finest]: 2022-09-10 04:19:12.429--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@15654e96) [junit] [EL Finest]: 2022-09-10 04:19:12.429--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4101747a) [junit] [EL Finest]: 2022-09-10 04:19:12.429--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7824544d) [junit] [EL Finest]: 2022-09-10 04:19:12.43--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@c7934ea) [junit] [EL Finest]: 2022-09-10 04:19:12.43--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@690a7fcf) [junit] [EL Finest]: 2022-09-10 04:19:12.43--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@d13ba95) [junit] [EL Finest]: 2022-09-10 04:19:12.43--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5529c897) [junit] [EL Finest]: 2022-09-10 04:19:12.43--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3f76269e) [junit] [EL Finest]: 2022-09-10 04:19:12.43--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@233ed910) [junit] [EL Finest]: 2022-09-10 04:19:12.43--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@109de896) [junit] [EL Finest]: 2022-09-10 04:19:12.43--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2038d1d6) [junit] [EL Finest]: 2022-09-10 04:19:12.43--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@51fdceb1) [junit] [EL Finest]: 2022-09-10 04:19:12.43--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4fc1ee1e) [junit] [EL Finest]: 2022-09-10 04:19:12.43--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@15af39d5) [junit] [EL Finest]: 2022-09-10 04:19:12.43--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@524d3e47) [junit] [EL Finest]: 2022-09-10 04:19:12.431--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1f85abd9) [junit] [EL Finest]: 2022-09-10 04:19:12.431--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2539b745) [junit] [EL Finest]: 2022-09-10 04:19:12.431--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7ff2ad88) [junit] [EL Finest]: 2022-09-10 04:19:12.431--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@65f653f0) [junit] [EL Finest]: 2022-09-10 04:19:12.431--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@30a3c1e1) [junit] [EL Finest]: 2022-09-10 04:19:12.431--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@f3a3210) [junit] [EL Finest]: 2022-09-10 04:19:12.431--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7fdbab6c) [junit] [EL Finest]: 2022-09-10 04:19:12.431--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@63a26b8f) [junit] [EL Finest]: 2022-09-10 04:19:12.431--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@39379890) [junit] [EL Finest]: 2022-09-10 04:19:12.431--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@357256e4) [junit] [EL Finest]: 2022-09-10 04:19:12.431--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5281a933) [junit] [EL Finest]: 2022-09-10 04:19:12.431--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@485461b7) [junit] [EL Finest]: 2022-09-10 04:19:12.432--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@76a7f2fa) [junit] [EL Finest]: 2022-09-10 04:19:12.432--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4f405fa7) [junit] [EL Finest]: 2022-09-10 04:19:12.432--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@56961786) [junit] [EL Finest]: 2022-09-10 04:19:12.432--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@14017887) [junit] [EL Finest]: 2022-09-10 04:19:12.432--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(38:null:watching tv) [junit] [EL Finer]: 2022-09-10 04:19:12.432--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:12.432--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:12.432--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [78, Hermine, Hennig, null, 2022-09-21 18:05:52.414, 2022-08-29 14:32:32.414, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.432--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [95, Hermann, Hanson, null, 2022-09-21 18:05:52.415, 2022-08-29 14:32:32.415, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.432--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [28, Hendrik, Hartenthaler, null, 2022-09-21 18:05:52.409, 2022-08-29 14:32:32.409, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.432--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [77, Hedwig, Heider, null, 2022-09-21 18:05:52.414, 2022-08-29 14:32:32.414, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.432--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [62, Henrike, Hildebrand, null, 2022-09-21 18:05:52.413, 2022-08-29 14:32:32.413, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.432--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, Hubertus, Hermann, null, 2022-09-21 18:05:52.41, 2022-08-29 14:32:32.41, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.432--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [22, Hilde, Heidegger, null, 2022-09-21 18:05:52.409, 2022-08-29 14:32:32.409, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.432--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [46, Harald, Hegemann, null, 2022-09-21 18:05:52.411, 2022-08-29 14:32:32.411, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.432--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [26, Hedda, Hellmann, null, 2022-09-21 18:05:52.409, 2022-08-29 14:32:32.409, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.433--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [57, Hannah, Harnack, null, 2022-09-21 18:05:52.412, 2022-08-29 14:32:32.412, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.433--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [49, Hänel, Helbig, null, 2022-09-21 18:05:52.412, 2022-08-29 14:32:32.412, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.433--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [18, Henning, Heuser, null, 2022-09-21 18:05:52.408, 2022-08-29 14:32:32.408, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.433--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [81, Hadmar, Hardenberg, null, 2022-09-21 18:05:52.414, 2022-08-29 14:32:32.414, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.433--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [84, Heide, Hemsterhuis, null, 2022-09-21 18:05:52.415, 2022-08-29 14:32:32.415, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.433--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [75, Hanspeter, Haller, null, 2022-09-21 18:05:52.414, 2022-08-29 14:32:32.414, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.503--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [16, Heyko, Hackmann, null, 2022-09-21 18:05:52.408, 2022-08-29 14:32:32.408, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.503--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [76, Horst, Hildebrandt, null, 2022-09-21 18:05:52.414, 2022-08-29 14:32:32.414, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.503--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [11, Helen, Hennig, null, 2022-09-21 18:05:52.408, 2022-08-29 14:32:32.408, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.503--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [96, Helmar, Hardy, null, 2022-09-21 18:05:52.415, 2022-08-29 14:32:32.415, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.503--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [4, Hansklaus, Hesse, null, 2022-09-21 18:05:52.407, 2022-08-29 14:32:32.407, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.503--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [47, Helmar, Hanstein, null, 2022-09-21 18:05:52.411, 2022-08-29 14:32:32.411, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.503--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [34, Helen, Hartig, null, 2022-09-21 18:05:52.41, 2022-08-29 14:32:32.41, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.503--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [17, Henri, Hardy, null, 2022-09-21 18:05:52.408, 2022-08-29 14:32:32.408, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.503--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [94, Henrik, Henry, null, 2022-09-21 18:05:52.415, 2022-08-29 14:32:32.415, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.503--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [20, Henryk, Hildebrandt, null, 2022-09-21 18:05:52.408, 2022-08-29 14:32:32.408, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.503--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [19, Hakan, Hein, null, 2022-09-21 18:05:52.408, 2022-08-29 14:32:32.408, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.503--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, Hakan, Heuser, null, 2022-09-21 18:05:52.41, 2022-08-29 14:32:32.41, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.503--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [58, Holger, Hartenthaler, null, 2022-09-21 18:05:52.412, 2022-08-29 14:32:32.412, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.503--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [30, Harro, Heuser, null, 2022-09-21 18:05:52.409, 2022-08-29 14:32:32.409, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.503--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [99, Hakan, Hendrix, null, 2022-09-21 18:05:52.416, 2022-08-29 14:32:32.416, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.503--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [92, Hannelore, Hayek, null, 2022-09-21 18:05:52.415, 2022-08-29 14:32:32.415, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.503--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [69, Helmut, Hanisch, null, 2022-09-21 18:05:52.413, 2022-08-29 14:32:32.413, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.503--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [5, Hanna, Henry, null, 2022-09-21 18:05:52.407, 2022-08-29 14:32:32.407, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.504--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [7, Hakan, Hanisch, null, 2022-09-21 18:05:52.407, 2022-08-29 14:32:32.407, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.504--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [35, Hansklaus, Henry, null, 2022-09-21 18:05:52.41, 2022-08-29 14:32:32.41, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.504--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [93, Hartwig, Hermann, null, 2022-09-21 18:05:52.415, 2022-08-29 14:32:32.415, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.504--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [54, Holger, Henning, null, 2022-09-21 18:05:52.412, 2022-08-29 14:32:32.412, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.504--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [8, Hieu, Herder, null, 2022-09-21 18:05:52.407, 2022-08-29 14:32:32.407, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.504--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [1, Hinrich, Haller, null, 2022-09-21 18:05:52.407, 2022-08-29 14:32:32.407, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.504--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [50, Helgard, Heidegger, null, 2022-09-21 18:05:52.412, 2022-08-29 14:32:32.412, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.504--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [88, Hein, Helmig, null, 2022-09-21 18:05:52.415, 2022-08-29 14:32:32.415, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.504--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [59, Helge, Hewitt, null, 2022-09-21 18:05:52.413, 2022-08-29 14:32:32.413, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.504--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [43, Helmar, Hemsterhuis, null, 2022-09-21 18:05:52.411, 2022-08-29 14:32:32.411, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.504--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [73, Hazel, Helmig, null, 2022-09-21 18:05:52.414, 2022-08-29 14:32:32.414, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.504--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, Hella, Hartfelder, null, 2022-09-21 18:05:52.411, 2022-08-29 14:32:32.411, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.504--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [33, Helene, Hegemann, null, 2022-09-21 18:05:52.41, 2022-08-29 14:32:32.41, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.504--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [25, Hubertus, Hawke, null, 2022-09-21 18:05:52.409, 2022-08-29 14:32:32.409, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.504--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [0, Henrik, Halbach, null, 2022-09-21 18:05:52.407, 2022-08-29 14:32:32.407, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.504--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [10, Hilmar, Hardenberg, null, 2022-09-21 18:05:52.407, 2022-08-29 14:32:32.407, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.504--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [86, Heribert, Heer, null, 2022-09-21 18:05:52.415, 2022-08-29 14:32:32.415, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.504--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [44, Hermann, Hawke, null, 2022-09-21 18:05:52.411, 2022-08-29 14:32:32.411, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.504--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [66, Holda, Herzog, null, 2022-09-21 18:05:52.413, 2022-08-29 14:32:32.413, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.504--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [91, Helgard, Henning, null, 2022-09-21 18:05:52.415, 2022-08-29 14:32:32.415, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.504--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [48, Hubert, Hettner, null, 2022-09-21 18:05:52.411, 2022-08-29 14:32:32.411, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.504--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [29, Hannah, Hamann, null, 2022-09-21 18:05:52.409, 2022-08-29 14:32:32.409, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.505--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [55, Herbert, Harnack, null, 2022-09-21 18:05:52.412, 2022-08-29 14:32:32.412, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.505--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [64, Harry, Hewitt, null, 2022-09-21 18:05:52.413, 2022-08-29 14:32:32.413, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.505--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [89, Harro, Hardenberg, null, 2022-09-21 18:05:52.415, 2022-08-29 14:32:32.415, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.505--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [65, Helene, Hemsterhuis, null, 2022-09-21 18:05:52.413, 2022-08-29 14:32:32.413, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.505--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [12, Hieu, Hewitt, null, 2022-09-21 18:05:52.408, 2022-08-29 14:32:32.408, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.505--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [60, Hendrik, Hartig, null, 2022-09-21 18:05:52.413, 2022-08-29 14:32:32.413, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.505--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [67, Helgard, Hendrix, null, 2022-09-21 18:05:52.413, 2022-08-29 14:32:32.413, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.505--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, Henri, Hilbert, null, 2022-09-21 18:05:52.411, 2022-08-29 14:32:32.411, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.505--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [13, Heribert, Herzog, null, 2022-09-21 18:05:52.408, 2022-08-29 14:32:32.408, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.505--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [23, Hansklaus, Haus Lancaster, null, 2022-09-21 18:05:52.409, 2022-08-29 14:32:32.409, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.505--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [2, Heinrich, Hermann, null, 2022-09-21 18:05:52.407, 2022-08-29 14:32:32.407, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.505--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [82, Hubert, Helms, null, 2022-09-21 18:05:52.415, 2022-08-29 14:32:32.415, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.505--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [87, Harry, Hermann, null, 2022-09-21 18:05:52.415, 2022-08-29 14:32:32.415, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.505--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [9, Hilmar, Hayek, null, 2022-09-21 18:05:52.407, 2022-08-29 14:32:32.407, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.505--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [42, Hieronymus, Hesse, null, 2022-09-21 18:05:52.411, 2022-08-29 14:32:32.411, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.505--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [56, Hakon, Heider, null, 2022-09-21 18:05:52.412, 2022-08-29 14:32:32.412, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.505--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [31, Hasso, Hilgenfeld, null, 2022-09-21 18:05:52.41, 2022-08-29 14:32:32.41, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.505--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [79, Heinz, Hermann, null, 2022-09-21 18:05:52.414, 2022-08-29 14:32:32.414, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.505--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [53, Heinke, Hettner, null, 2022-09-21 18:05:52.412, 2022-08-29 14:32:32.412, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.505--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [74, Henrik, Hanstein, null, 2022-09-21 18:05:52.414, 2022-08-29 14:32:32.414, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.505--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [14, Hjalmar, Helms, null, 2022-09-21 18:05:52.408, 2022-08-29 14:32:32.408, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.505--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [32, Henrik, Hardy, null, 2022-09-21 18:05:52.41, 2022-08-29 14:32:32.41, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.506--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [15, Hilke, Hettner, null, 2022-09-21 18:05:52.408, 2022-08-29 14:32:32.408, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.506--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [27, Hadmar, Hamann, null, 2022-09-21 18:05:52.409, 2022-08-29 14:32:32.409, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.506--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [61, Helga, Helmig, null, 2022-09-21 18:05:52.413, 2022-08-29 14:32:32.413, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.506--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [24, Hein, Hewitt, null, 2022-09-21 18:05:52.409, 2022-08-29 14:32:32.409, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.506--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [72, Hubert, Hendrix, null, 2022-09-21 18:05:52.414, 2022-08-29 14:32:32.414, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.506--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, Helen, Hein, null, 2022-09-21 18:05:52.41, 2022-08-29 14:32:32.41, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.506--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [98, Hein, Hecht, null, 2022-09-21 18:05:52.416, 2022-08-29 14:32:32.416, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.506--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [90, Hubert, Hanisch, null, 2022-09-21 18:05:52.415, 2022-08-29 14:32:32.415, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.506--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [68, Hansklaus, Hennig, null, 2022-09-21 18:05:52.413, 2022-08-29 14:32:32.413, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.506--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [52, Harold, Halbach, null, 2022-09-21 18:05:52.412, 2022-08-29 14:32:32.412, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.506--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [97, Hulda, Hanisch, null, 2022-09-21 18:05:52.416, 2022-08-29 14:32:32.416, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.506--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [6, Hasso, Hesselbarth, null, 2022-09-21 18:05:52.407, 2022-08-29 14:32:32.407, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.506--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [85, Hänel, Hardy, null, 2022-09-21 18:05:52.415, 2022-08-29 14:32:32.415, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.506--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [71, Hubert, Hildebrandt, null, 2022-09-21 18:05:52.414, 2022-08-29 14:32:32.414, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.506--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [80, Helmut, Henning, null, 2022-09-21 18:05:52.414, 2022-08-29 14:32:32.414, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.506--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [21, Heide, Heidegger, null, 2022-09-21 18:05:52.409, 2022-08-29 14:32:32.409, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.506--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [51, Heide, Hewitt, null, 2022-09-21 18:05:52.412, 2022-08-29 14:32:32.412, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.506--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [45, Hella, Hildebrand, null, 2022-09-21 18:05:52.411, 2022-08-29 14:32:32.411, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.506--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [3, Henning, Haus Lancaster, null, 2022-09-21 18:05:52.407, 2022-08-29 14:32:32.407, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.506--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [83, Hänel, Havenstein, null, 2022-09-21 18:05:52.415, 2022-08-29 14:32:32.415, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.506--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [70, Hilde, Haller, null, 2022-09-21 18:05:52.414, 2022-08-29 14:32:32.414, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.506--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [63, Heyko, Haak, null, 2022-09-21 18:05:52.413, 2022-08-29 14:32:32.413, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.506--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, Hansjörg, Hanstein, null, 2022-09-21 18:05:52.41, 2022-08-29 14:32:32.41, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:12.507--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:12.528--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(41:null:computers) [junit] [EL Finest]: 2022-09-10 04:19:12.529--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(36:null:reading) [junit] [EL Finest]: 2022-09-10 04:19:12.529--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(40:null:swimming) [junit] [EL Finest]: 2022-09-10 04:19:12.529--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(39:null:cleaning the house) [junit] [EL Finest]: 2022-09-10 04:19:12.529--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(42:null:stamps) [junit] [EL Finest]: 2022-09-10 04:19:12.529--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(37:null:cooking) [junit] [EL Finest]: 2022-09-10 04:19:12.529--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@91fa49b) [junit] [EL Finer]: 2022-09-10 04:19:12.529--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:12.529--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:12.529--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, null, watching tv] [junit] [EL Fine]: 2022-09-10 04:19:12.529--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, null, computers] [junit] [EL Fine]: 2022-09-10 04:19:12.529--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, null, reading] [junit] [EL Fine]: 2022-09-10 04:19:12.529--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, null, swimming] [junit] [EL Fine]: 2022-09-10 04:19:12.529--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, null, cleaning the house] [junit] [EL Fine]: 2022-09-10 04:19:12.529--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [42, null, stamps] [junit] [EL Fine]: 2022-09-10 04:19:12.529--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, null, cooking] [junit] [EL Finer]: 2022-09-10 04:19:12.529--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:12.531--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4ff95435) [junit] [EL Finest]: 2022-09-10 04:19:12.531--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@12728ce9) [junit] [EL Finest]: 2022-09-10 04:19:12.531--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5c064de1) [junit] [EL Finest]: 2022-09-10 04:19:12.531--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@43089e4) [junit] [EL Finest]: 2022-09-10 04:19:12.531--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6fc7c08f) [junit] [EL Finest]: 2022-09-10 04:19:12.531--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7766f1c1) [junit] [EL Finest]: 2022-09-10 04:19:12.531--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@fc7308) [junit] [EL Finest]: 2022-09-10 04:19:12.531--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@32e14bc3) [junit] [EL Finest]: 2022-09-10 04:19:12.531--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6f60173c) [junit] [EL Finest]: 2022-09-10 04:19:12.531--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7e74ee89) [junit] [EL Finest]: 2022-09-10 04:19:12.531--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5307fee) [junit] [EL Finest]: 2022-09-10 04:19:12.532--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@33f24b0) [junit] [EL Finest]: 2022-09-10 04:19:12.532--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4fd5db1d) [junit] [EL Finest]: 2022-09-10 04:19:12.532--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@704588fc) [junit] [EL Finest]: 2022-09-10 04:19:12.532--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5dd43e12) [junit] [EL Finest]: 2022-09-10 04:19:12.532--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@348f470f) [junit] [EL Finest]: 2022-09-10 04:19:12.532--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@24f2f9cc) [junit] [EL Finest]: 2022-09-10 04:19:12.532--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1d73c2fa) [junit] [EL Finest]: 2022-09-10 04:19:12.532--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3d352fb4) [junit] [EL Finest]: 2022-09-10 04:19:12.532--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6797120c) [junit] [EL Finest]: 2022-09-10 04:19:12.532--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6bd9a104) [junit] [EL Finest]: 2022-09-10 04:19:12.532--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@44a0de07) [junit] [EL Finest]: 2022-09-10 04:19:12.532--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@474d2700) [junit] [EL Finest]: 2022-09-10 04:19:12.533--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2a0b4810) [junit] [EL Finest]: 2022-09-10 04:19:12.533--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@61e1ecd5) [junit] [EL Finest]: 2022-09-10 04:19:12.533--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3ea9b180) [junit] [EL Finest]: 2022-09-10 04:19:12.533--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3c6935ef) [junit] [EL Finest]: 2022-09-10 04:19:12.533--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@31725f55) [junit] [EL Finest]: 2022-09-10 04:19:12.533--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@23db2938) [junit] [EL Finest]: 2022-09-10 04:19:12.533--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@40d259d0) [junit] [EL Finest]: 2022-09-10 04:19:12.533--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3de00450) [junit] [EL Finest]: 2022-09-10 04:19:12.533--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@725de69c) [junit] [EL Finest]: 2022-09-10 04:19:12.533--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@72ed4e67) [junit] [EL Finest]: 2022-09-10 04:19:12.533--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4ba2507f) [junit] [EL Finest]: 2022-09-10 04:19:12.534--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2d059642) [junit] [EL Finest]: 2022-09-10 04:19:12.534--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7145807a) [junit] [EL Finest]: 2022-09-10 04:19:12.534--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@71def98b) [junit] [EL Finest]: 2022-09-10 04:19:12.534--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@34e0f4d3) [junit] [EL Finest]: 2022-09-10 04:19:12.534--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6a98e283) [junit] [EL Finest]: 2022-09-10 04:19:12.534--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@35fdc926) [junit] [EL Finest]: 2022-09-10 04:19:12.534--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@e357a34) [junit] [EL Finest]: 2022-09-10 04:19:12.534--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@38e27eb9) [junit] [EL Finest]: 2022-09-10 04:19:12.534--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7c808f75) [junit] [EL Finest]: 2022-09-10 04:19:12.534--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4b8eeca7) [junit] [EL Finest]: 2022-09-10 04:19:12.534--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@de44b10) [junit] [EL Finest]: 2022-09-10 04:19:12.534--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5aecf9b5) [junit] [EL Finest]: 2022-09-10 04:19:12.534--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1cae5759) [junit] [EL Finest]: 2022-09-10 04:19:12.535--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4b9a2df7) [junit] [EL Finest]: 2022-09-10 04:19:12.535--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@43caf97a) [junit] [EL Finest]: 2022-09-10 04:19:12.535--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@43b5274e) [junit] [EL Finest]: 2022-09-10 04:19:12.535--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1f3b3c33) [junit] [EL Finest]: 2022-09-10 04:19:12.535--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@25cff0) [junit] [EL Finest]: 2022-09-10 04:19:12.535--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5982f78) [junit] [EL Finest]: 2022-09-10 04:19:12.535--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2d25a125) [junit] [EL Finest]: 2022-09-10 04:19:12.535--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@aa9bf75) [junit] [EL Finest]: 2022-09-10 04:19:12.535--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@f86f13d) [junit] [EL Finest]: 2022-09-10 04:19:12.535--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4e33000f) [junit] [EL Finest]: 2022-09-10 04:19:12.535--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@17f141eb) [junit] [EL Finest]: 2022-09-10 04:19:12.535--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3f550524) [junit] [EL Finest]: 2022-09-10 04:19:12.536--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@445b7f80) [junit] [EL Finest]: 2022-09-10 04:19:12.536--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@23096d02) [junit] [EL Finest]: 2022-09-10 04:19:12.536--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@652d8ca) [junit] [EL Finest]: 2022-09-10 04:19:12.536--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4d9a46fc) [junit] [EL Finest]: 2022-09-10 04:19:12.536--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6ad29dfa) [junit] [EL Finest]: 2022-09-10 04:19:12.536--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@321a4c09) [junit] [EL Finest]: 2022-09-10 04:19:12.536--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@e2ef825) [junit] [EL Finest]: 2022-09-10 04:19:12.536--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@14419acf) [junit] [EL Finest]: 2022-09-10 04:19:12.536--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@27b49bbc) [junit] [EL Finest]: 2022-09-10 04:19:12.536--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@133b3a95) [junit] [EL Finest]: 2022-09-10 04:19:12.536--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3de1ec44) [junit] [EL Finest]: 2022-09-10 04:19:12.536--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@49308df2) [junit] [EL Finest]: 2022-09-10 04:19:12.536--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@13c4af55) [junit] [EL Finest]: 2022-09-10 04:19:12.537--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@aee08df) [junit] [EL Finest]: 2022-09-10 04:19:12.537--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3ae62c8a) [junit] [EL Finest]: 2022-09-10 04:19:12.537--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1ec7b3f2) [junit] [EL Finest]: 2022-09-10 04:19:12.537--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6bb8ebb0) [junit] [EL Finest]: 2022-09-10 04:19:12.537--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5ab315ed) [junit] [EL Finest]: 2022-09-10 04:19:12.537--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3d9c46e6) [junit] [EL Finest]: 2022-09-10 04:19:12.537--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@45adac0e) [junit] [EL Finest]: 2022-09-10 04:19:12.537--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@424ef8ca) [junit] [EL Finest]: 2022-09-10 04:19:12.537--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3dd1bec8) [junit] [EL Finest]: 2022-09-10 04:19:12.537--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@53e6c75c) [junit] [EL Finest]: 2022-09-10 04:19:12.537--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5cfbbefb) [junit] [EL Finest]: 2022-09-10 04:19:12.537--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3cb7d83a) [junit] [EL Finest]: 2022-09-10 04:19:12.537--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7abc1835) [junit] [EL Finest]: 2022-09-10 04:19:12.538--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@59c69874) [junit] [EL Finest]: 2022-09-10 04:19:12.538--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2c79008) [junit] [EL Finest]: 2022-09-10 04:19:12.538--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6450bea7) [junit] [EL Finest]: 2022-09-10 04:19:12.538--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3b886b0f) [junit] [EL Finest]: 2022-09-10 04:19:12.538--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3e0a9b) [junit] [EL Finest]: 2022-09-10 04:19:12.538--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@46550324) [junit] [EL Finest]: 2022-09-10 04:19:12.538--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@47d0e949) [junit] [EL Finest]: 2022-09-10 04:19:12.538--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3bb8d847) [junit] [EL Finest]: 2022-09-10 04:19:12.538--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@39e1acd7) [junit] [EL Finest]: 2022-09-10 04:19:12.538--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@75a0372f) [junit] [EL Finest]: 2022-09-10 04:19:12.538--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@73987a07) [junit] [EL Finest]: 2022-09-10 04:19:12.538--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@47a2d9a9) [junit] [EL Finest]: 2022-09-10 04:19:12.539--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7969e0cb) [junit] [EL Finest]: 2022-09-10 04:19:12.539--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@415efec4) [junit] [EL Finest]: 2022-09-10 04:19:12.539--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:12.539--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:12.539--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, VERSION, EMPLOYEE_ID, DTYPE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:12.539--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [623, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.539--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [548, foo-car, null, null, null, null, 1, 6, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.539--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [573, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.539--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [608, foo-car, null, null, null, null, 1, 80, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.539--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [529, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.539--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [546, foo-car, null, null, null, null, 1, 44, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.539--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [605, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.539--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [620, foo-car, null, null, null, null, 1, 4, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.539--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [587, foo-car, null, null, null, null, 1, 22, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.539--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [606, foo-car, null, null, null, null, 1, 90, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.539--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [584, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.539--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [544, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.539--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [590, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.539--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [550, foo-car, null, null, null, null, 1, 62, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.539--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [535, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.539--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [593, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.539--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [607, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.539--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [579, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.539--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [530, foo-car, null, null, null, null, 1, 68, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.539--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [554, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.54--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [566, foo-car, null, null, null, null, 1, 8, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.54--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [543, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.54--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [541, foo-car, null, null, null, null, 1, 72, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.54--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [576, foo-car, null, null, null, null, 1, 30, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.54--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [618, foo-car, null, null, null, null, 1, 12, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.54--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [540, foo-car, null, null, null, null, 1, 0, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.54--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [563, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.54--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [560, foo-car, null, null, null, null, 1, 2, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.54--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [565, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.54--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [561, foo-car, null, null, null, null, 1, 56, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.54--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [534, foo-car, null, null, null, null, 1, 64, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.54--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [619, foo-car, null, null, null, null, 1, 58, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.54--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [570, foo-car, null, null, null, null, 1, 78, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.54--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [602, foo-car, null, null, null, null, 1, 94, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.54--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [555, foo-car, null, null, null, null, 1, 16, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.54--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [569, foo-car, null, null, null, null, 1, 92, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.54--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [575, foo-car, null, null, null, null, 1, 46, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.54--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [553, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.54--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [622, foo-car, null, null, null, null, 1, 20, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.54--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [624, foo-car, null, null, null, null, 1, 74, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.54--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [603, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.54--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [537, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.54--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [598, foo-car, null, null, null, null, 1, 42, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.54--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [585, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.54--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [556, foo-car, null, null, null, null, 1, 10, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.54--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [614, foo-car, null, null, null, null, 1, 48, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.54--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [616, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.54--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [609, foo-car, null, null, null, null, 1, 84, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.54--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [564, foo-car, null, null, null, null, 1, 32, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.54--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [532, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.54--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [533, foo-car, null, null, null, null, 1, 98, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.54--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [628, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.54--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [539, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.54--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [617, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.541--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [552, foo-car, null, null, null, null, 1, 60, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.541--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [580, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.541--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [574, foo-car, null, null, null, null, 1, 82, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.541--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [562, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.541--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [592, foo-car, null, null, null, null, 1, 24, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.541--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [615, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.541--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [621, foo-car, null, null, null, null, 1, 28, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.541--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [604, foo-car, null, null, null, null, 1, 36, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.541--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [586, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.541--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [557, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.541--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [571, foo-car, null, null, null, null, 1, 96, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.541--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [627, foo-car, null, null, null, null, 1, 76, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.541--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [568, foo-car, null, null, null, null, 1, 54, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.541--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [567, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.541--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [594, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.541--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [589, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.541--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [611, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.541--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [547, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.541--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [572, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.541--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [582, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.541--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [600, foo-car, null, null, null, null, 1, 18, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.541--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [549, foo-car, null, null, null, null, 1, 66, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.541--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [588, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.541--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [595, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.541--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [613, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.541--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [542, foo-car, null, null, null, null, 1, 40, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.541--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [601, foo-car, null, null, null, null, 1, 38, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.541--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [531, foo-car, null, null, null, null, 1, 34, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.541--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [612, foo-car, null, null, null, null, 1, 50, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.541--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [538, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.541--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [581, foo-car, null, null, null, null, 1, 26, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.541--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [599, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.541--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [558, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.542--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [551, foo-car, null, null, null, null, 1, 70, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.542--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [536, foo-car, null, null, null, null, 1, 86, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.542--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [597, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.542--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [559, foo-car, null, null, null, null, 1, 52, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.542--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [626, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.542--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [596, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.542--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [591, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.542--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [583, foo-car, null, null, null, null, 1, 88, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.542--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [625, foo-car, null, null, null, null, 1, 14, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.542--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [610, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.542--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [545, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.542--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [578, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.542--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [577, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Finer]: 2022-09-10 04:19:12.542--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:12.559--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.559--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.559--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.559--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.559--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.559--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.559--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.559--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.559--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.559--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.559--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.559--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.559--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.559--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.559--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.559--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.559--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.559--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.56--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.56--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.56--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.56--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.56--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.56--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.56--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.56--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.56--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.56--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.56--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.56--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.56--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.56--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.56--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.56--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.56--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.56--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.56--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.56--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.56--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.56--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.561--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.561--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.561--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.561--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.561--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.561--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.561--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.561--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.561--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.561--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:12.561--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:12.561--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:12.561--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [17, 629] [junit] [EL Fine]: 2022-09-10 04:19:12.561--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [19, 629] [junit] [EL Fine]: 2022-09-10 04:19:12.561--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [33, 629] [junit] [EL Fine]: 2022-09-10 04:19:12.561--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 629] [junit] [EL Fine]: 2022-09-10 04:19:12.561--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [51, 629] [junit] [EL Fine]: 2022-09-10 04:19:12.561--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [59, 629] [junit] [EL Fine]: 2022-09-10 04:19:12.561--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [77, 629] [junit] [EL Fine]: 2022-09-10 04:19:12.561--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [81, 629] [junit] [EL Fine]: 2022-09-10 04:19:12.561--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [3, 631] [junit] [EL Fine]: 2022-09-10 04:19:12.561--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [13, 631] [junit] [EL Fine]: 2022-09-10 04:19:12.561--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [25, 631] [junit] [EL Fine]: 2022-09-10 04:19:12.561--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [27, 631] [junit] [EL Fine]: 2022-09-10 04:19:12.561--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 631] [junit] [EL Fine]: 2022-09-10 04:19:12.561--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [45, 631] [junit] [EL Fine]: 2022-09-10 04:19:12.562--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [53, 631] [junit] [EL Fine]: 2022-09-10 04:19:12.562--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [57, 631] [junit] [EL Fine]: 2022-09-10 04:19:12.562--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [65, 631] [junit] [EL Fine]: 2022-09-10 04:19:12.562--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [71, 631] [junit] [EL Fine]: 2022-09-10 04:19:12.562--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [85, 631] [junit] [EL Fine]: 2022-09-10 04:19:12.562--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [91, 631] [junit] [EL Fine]: 2022-09-10 04:19:12.562--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [99, 631] [junit] [EL Fine]: 2022-09-10 04:19:12.562--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [1, 632] [junit] [EL Fine]: 2022-09-10 04:19:12.562--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [9, 632] [junit] [EL Fine]: 2022-09-10 04:19:12.562--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [21, 632] [junit] [EL Fine]: 2022-09-10 04:19:12.562--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [23, 632] [junit] [EL Fine]: 2022-09-10 04:19:12.562--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [29, 632] [junit] [EL Fine]: 2022-09-10 04:19:12.562--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [31, 632] [junit] [EL Fine]: 2022-09-10 04:19:12.562--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 632] [junit] [EL Fine]: 2022-09-10 04:19:12.562--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [43, 632] [junit] [EL Fine]: 2022-09-10 04:19:12.562--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [47, 632] [junit] [EL Fine]: 2022-09-10 04:19:12.562--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [49, 632] [junit] [EL Fine]: 2022-09-10 04:19:12.562--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [63, 632] [junit] [EL Fine]: 2022-09-10 04:19:12.562--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [69, 632] [junit] [EL Fine]: 2022-09-10 04:19:12.562--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [73, 632] [junit] [EL Fine]: 2022-09-10 04:19:12.562--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [75, 632] [junit] [EL Fine]: 2022-09-10 04:19:12.562--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [83, 632] [junit] [EL Fine]: 2022-09-10 04:19:12.562--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [89, 632] [junit] [EL Fine]: 2022-09-10 04:19:12.562--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [5, 630] [junit] [EL Fine]: 2022-09-10 04:19:12.562--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [7, 630] [junit] [EL Fine]: 2022-09-10 04:19:12.562--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [11, 630] [junit] [EL Fine]: 2022-09-10 04:19:12.562--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [15, 630] [junit] [EL Fine]: 2022-09-10 04:19:12.562--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [35, 630] [junit] [EL Fine]: 2022-09-10 04:19:12.562--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [55, 630] [junit] [EL Fine]: 2022-09-10 04:19:12.562--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [61, 630] [junit] [EL Fine]: 2022-09-10 04:19:12.562--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [67, 630] [junit] [EL Fine]: 2022-09-10 04:19:12.562--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [79, 630] [junit] [EL Fine]: 2022-09-10 04:19:12.563--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [87, 630] [junit] [EL Fine]: 2022-09-10 04:19:12.563--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [93, 630] [junit] [EL Fine]: 2022-09-10 04:19:12.563--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [95, 630] [junit] [EL Fine]: 2022-09-10 04:19:12.563--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [97, 630] [junit] [EL Finer]: 2022-09-10 04:19:12.563--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:12.571--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.571--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.571--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.571--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.571--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.571--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.571--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.571--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.571--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.572--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.572--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.572--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.572--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.572--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.572--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.572--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.572--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.572--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.572--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.572--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.572--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.572--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.572--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.572--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.572--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.572--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.572--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.572--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.611--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.611--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.611--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.611--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.611--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.611--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.611--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.611--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.612--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.612--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.612--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.612--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.612--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.612--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.612--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.612--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.612--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.612--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.612--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.612--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.612--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.612--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.613--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.613--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.613--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.613--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.613--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.613--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.613--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.613--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.613--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.613--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.613--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.613--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.613--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.613--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.613--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.613--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.617--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.617--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.617--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.617--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.617--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.617--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.617--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.617--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.617--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.617--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.617--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.618--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.618--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.618--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.618--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.618--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.618--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.618--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.618--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.618--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.618--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.618--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.618--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.619--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.619--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.619--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.619--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.619--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.619--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.619--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.619--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.619--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.619--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.619--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:12.619--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:12.619--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:12.62--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 78] [junit] [EL Fine]: 2022-09-10 04:19:12.62--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 78] [junit] [EL Fine]: 2022-09-10 04:19:12.62--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 78] [junit] [EL Fine]: 2022-09-10 04:19:12.62--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 78] [junit] [EL Fine]: 2022-09-10 04:19:12.62--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 78] [junit] [EL Fine]: 2022-09-10 04:19:12.62--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 95] [junit] [EL Fine]: 2022-09-10 04:19:12.62--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 95] [junit] [EL Fine]: 2022-09-10 04:19:12.62--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 95] [junit] [EL Fine]: 2022-09-10 04:19:12.62--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 95] [junit] [EL Fine]: 2022-09-10 04:19:12.62--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 95] [junit] [EL Fine]: 2022-09-10 04:19:12.62--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 28] [junit] [EL Fine]: 2022-09-10 04:19:12.62--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 28] [junit] [EL Fine]: 2022-09-10 04:19:12.62--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 28] [junit] [EL Fine]: 2022-09-10 04:19:12.62--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 28] [junit] [EL Fine]: 2022-09-10 04:19:12.62--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 28] [junit] [EL Fine]: 2022-09-10 04:19:12.62--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 77] [junit] [EL Fine]: 2022-09-10 04:19:12.62--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 77] [junit] [EL Fine]: 2022-09-10 04:19:12.621--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 77] [junit] [EL Fine]: 2022-09-10 04:19:12.621--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 77] [junit] [EL Fine]: 2022-09-10 04:19:12.621--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 77] [junit] [EL Fine]: 2022-09-10 04:19:12.621--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 62] [junit] [EL Fine]: 2022-09-10 04:19:12.621--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 62] [junit] [EL Fine]: 2022-09-10 04:19:12.621--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 62] [junit] [EL Fine]: 2022-09-10 04:19:12.621--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 62] [junit] [EL Fine]: 2022-09-10 04:19:12.621--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 62] [junit] [EL Fine]: 2022-09-10 04:19:12.621--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 36] [junit] [EL Fine]: 2022-09-10 04:19:12.621--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 36] [junit] [EL Fine]: 2022-09-10 04:19:12.621--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 36] [junit] [EL Fine]: 2022-09-10 04:19:12.621--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 36] [junit] [EL Fine]: 2022-09-10 04:19:12.621--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 36] [junit] [EL Fine]: 2022-09-10 04:19:12.621--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 22] [junit] [EL Fine]: 2022-09-10 04:19:12.621--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 22] [junit] [EL Fine]: 2022-09-10 04:19:12.621--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 22] [junit] [EL Fine]: 2022-09-10 04:19:12.622--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 22] [junit] [EL Fine]: 2022-09-10 04:19:12.622--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 22] [junit] [EL Fine]: 2022-09-10 04:19:12.622--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 46] [junit] [EL Fine]: 2022-09-10 04:19:12.622--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 46] [junit] [EL Fine]: 2022-09-10 04:19:12.622--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 46] [junit] [EL Fine]: 2022-09-10 04:19:12.622--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 46] [junit] [EL Fine]: 2022-09-10 04:19:12.622--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 46] [junit] [EL Fine]: 2022-09-10 04:19:12.622--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 26] [junit] [EL Fine]: 2022-09-10 04:19:12.622--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 26] [junit] [EL Fine]: 2022-09-10 04:19:12.622--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 26] [junit] [EL Fine]: 2022-09-10 04:19:12.622--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 26] [junit] [EL Fine]: 2022-09-10 04:19:12.622--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 26] [junit] [EL Fine]: 2022-09-10 04:19:12.622--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 57] [junit] [EL Fine]: 2022-09-10 04:19:12.622--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 57] [junit] [EL Fine]: 2022-09-10 04:19:12.622--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 57] [junit] [EL Fine]: 2022-09-10 04:19:12.622--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 57] [junit] [EL Fine]: 2022-09-10 04:19:12.622--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 57] [junit] [EL Fine]: 2022-09-10 04:19:12.623--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 49] [junit] [EL Fine]: 2022-09-10 04:19:12.623--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 49] [junit] [EL Fine]: 2022-09-10 04:19:12.623--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 49] [junit] [EL Fine]: 2022-09-10 04:19:12.623--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 49] [junit] [EL Fine]: 2022-09-10 04:19:12.623--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 49] [junit] [EL Fine]: 2022-09-10 04:19:12.623--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 18] [junit] [EL Fine]: 2022-09-10 04:19:12.623--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 18] [junit] [EL Fine]: 2022-09-10 04:19:12.623--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 18] [junit] [EL Fine]: 2022-09-10 04:19:12.623--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 18] [junit] [EL Fine]: 2022-09-10 04:19:12.623--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 18] [junit] [EL Fine]: 2022-09-10 04:19:12.623--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 81] [junit] [EL Fine]: 2022-09-10 04:19:12.623--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 81] [junit] [EL Fine]: 2022-09-10 04:19:12.623--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 81] [junit] [EL Fine]: 2022-09-10 04:19:12.623--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 81] [junit] [EL Fine]: 2022-09-10 04:19:12.623--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 81] [junit] [EL Fine]: 2022-09-10 04:19:12.623--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 84] [junit] [EL Fine]: 2022-09-10 04:19:12.623--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 84] [junit] [EL Fine]: 2022-09-10 04:19:12.624--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 84] [junit] [EL Fine]: 2022-09-10 04:19:12.624--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 84] [junit] [EL Fine]: 2022-09-10 04:19:12.624--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 84] [junit] [EL Fine]: 2022-09-10 04:19:12.624--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 75] [junit] [EL Fine]: 2022-09-10 04:19:12.624--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 75] [junit] [EL Fine]: 2022-09-10 04:19:12.624--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 75] [junit] [EL Fine]: 2022-09-10 04:19:12.624--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 75] [junit] [EL Fine]: 2022-09-10 04:19:12.624--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 75] [junit] [EL Fine]: 2022-09-10 04:19:12.624--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 16] [junit] [EL Fine]: 2022-09-10 04:19:12.624--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 16] [junit] [EL Fine]: 2022-09-10 04:19:12.624--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 16] [junit] [EL Fine]: 2022-09-10 04:19:12.624--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 16] [junit] [EL Fine]: 2022-09-10 04:19:12.624--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 16] [junit] [EL Fine]: 2022-09-10 04:19:12.624--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 76] [junit] [EL Fine]: 2022-09-10 04:19:12.624--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 76] [junit] [EL Fine]: 2022-09-10 04:19:12.624--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 76] [junit] [EL Fine]: 2022-09-10 04:19:12.625--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 76] [junit] [EL Fine]: 2022-09-10 04:19:12.625--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 76] [junit] [EL Fine]: 2022-09-10 04:19:12.625--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 11] [junit] [EL Fine]: 2022-09-10 04:19:12.625--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 11] [junit] [EL Fine]: 2022-09-10 04:19:12.625--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 11] [junit] [EL Fine]: 2022-09-10 04:19:12.625--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 11] [junit] [EL Fine]: 2022-09-10 04:19:12.625--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 11] [junit] [EL Fine]: 2022-09-10 04:19:12.625--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 96] [junit] [EL Fine]: 2022-09-10 04:19:12.625--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 96] [junit] [EL Fine]: 2022-09-10 04:19:12.625--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 96] [junit] [EL Fine]: 2022-09-10 04:19:12.625--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 96] [junit] [EL Fine]: 2022-09-10 04:19:12.625--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 96] [junit] [EL Fine]: 2022-09-10 04:19:12.625--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 4] [junit] [EL Fine]: 2022-09-10 04:19:12.625--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 4] [junit] [EL Fine]: 2022-09-10 04:19:12.625--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 4] [junit] [EL Fine]: 2022-09-10 04:19:12.625--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 4] [junit] [EL Fine]: 2022-09-10 04:19:12.626--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 4] [junit] [EL Finer]: 2022-09-10 04:19:12.626--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:12.645--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.645--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.645--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.645--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.645--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.645--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.645--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.645--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.645--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.646--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.646--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.646--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.646--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.646--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.646--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.646--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.646--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.646--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.646--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.646--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.646--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.646--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.646--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.646--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.646--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.646--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.646--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.646--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.646--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.647--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.647--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.647--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.647--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.647--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.647--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.647--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.647--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.647--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.647--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.647--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.647--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.647--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.647--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.647--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.647--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.647--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.647--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.647--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.647--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.647--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.648--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.648--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.648--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.648--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.648--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.648--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.648--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.648--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.648--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.648--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.648--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.648--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.648--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.648--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.648--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.648--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.648--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.648--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.648--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.648--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.648--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.649--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.649--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.649--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.649--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.649--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.649--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.649--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.649--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.649--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.649--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.649--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.649--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.649--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.649--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.649--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.649--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.649--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.649--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.649--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.649--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.649--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.649--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.65--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.65--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.65--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.65--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.65--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.65--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.65--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:12.65--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:12.65--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:12.65--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 47] [junit] [EL Fine]: 2022-09-10 04:19:12.65--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 47] [junit] [EL Fine]: 2022-09-10 04:19:12.65--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 47] [junit] [EL Fine]: 2022-09-10 04:19:12.65--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 47] [junit] [EL Fine]: 2022-09-10 04:19:12.65--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 47] [junit] [EL Fine]: 2022-09-10 04:19:12.65--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 34] [junit] [EL Fine]: 2022-09-10 04:19:12.65--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 34] [junit] [EL Fine]: 2022-09-10 04:19:12.65--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 34] [junit] [EL Fine]: 2022-09-10 04:19:12.65--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 34] [junit] [EL Fine]: 2022-09-10 04:19:12.65--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 34] [junit] [EL Fine]: 2022-09-10 04:19:12.65--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 17] [junit] [EL Fine]: 2022-09-10 04:19:12.65--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 17] [junit] [EL Fine]: 2022-09-10 04:19:12.65--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 17] [junit] [EL Fine]: 2022-09-10 04:19:12.65--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 17] [junit] [EL Fine]: 2022-09-10 04:19:12.65--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 17] [junit] [EL Fine]: 2022-09-10 04:19:12.65--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 94] [junit] [EL Fine]: 2022-09-10 04:19:12.65--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 94] [junit] [EL Fine]: 2022-09-10 04:19:12.65--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 94] [junit] [EL Fine]: 2022-09-10 04:19:12.65--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 94] [junit] [EL Fine]: 2022-09-10 04:19:12.65--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 94] [junit] [EL Fine]: 2022-09-10 04:19:12.651--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 20] [junit] [EL Fine]: 2022-09-10 04:19:12.651--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 20] [junit] [EL Fine]: 2022-09-10 04:19:12.651--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 20] [junit] [EL Fine]: 2022-09-10 04:19:12.651--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 20] [junit] [EL Fine]: 2022-09-10 04:19:12.651--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 20] [junit] [EL Fine]: 2022-09-10 04:19:12.651--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 19] [junit] [EL Fine]: 2022-09-10 04:19:12.651--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 19] [junit] [EL Fine]: 2022-09-10 04:19:12.651--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 19] [junit] [EL Fine]: 2022-09-10 04:19:12.651--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 19] [junit] [EL Fine]: 2022-09-10 04:19:12.651--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 19] [junit] [EL Fine]: 2022-09-10 04:19:12.651--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 37] [junit] [EL Fine]: 2022-09-10 04:19:12.651--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 37] [junit] [EL Fine]: 2022-09-10 04:19:12.651--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 37] [junit] [EL Fine]: 2022-09-10 04:19:12.651--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 37] [junit] [EL Fine]: 2022-09-10 04:19:12.651--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 37] [junit] [EL Fine]: 2022-09-10 04:19:12.651--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 58] [junit] [EL Fine]: 2022-09-10 04:19:12.651--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 58] [junit] [EL Fine]: 2022-09-10 04:19:12.651--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 58] [junit] [EL Fine]: 2022-09-10 04:19:12.651--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 58] [junit] [EL Fine]: 2022-09-10 04:19:12.651--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 58] [junit] [EL Fine]: 2022-09-10 04:19:12.651--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 30] [junit] [EL Fine]: 2022-09-10 04:19:12.651--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 30] [junit] [EL Fine]: 2022-09-10 04:19:12.651--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 30] [junit] [EL Fine]: 2022-09-10 04:19:12.651--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 30] [junit] [EL Fine]: 2022-09-10 04:19:12.651--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 30] [junit] [EL Fine]: 2022-09-10 04:19:12.651--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 99] [junit] [EL Fine]: 2022-09-10 04:19:12.651--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 99] [junit] [EL Fine]: 2022-09-10 04:19:12.651--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 99] [junit] [EL Fine]: 2022-09-10 04:19:12.651--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 99] [junit] [EL Fine]: 2022-09-10 04:19:12.651--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 99] [junit] [EL Fine]: 2022-09-10 04:19:12.651--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 92] [junit] [EL Fine]: 2022-09-10 04:19:12.651--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 92] [junit] [EL Fine]: 2022-09-10 04:19:12.651--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 92] [junit] [EL Fine]: 2022-09-10 04:19:12.651--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 92] [junit] [EL Fine]: 2022-09-10 04:19:12.651--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 92] [junit] [EL Fine]: 2022-09-10 04:19:12.651--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 69] [junit] [EL Fine]: 2022-09-10 04:19:12.652--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 69] [junit] [EL Fine]: 2022-09-10 04:19:12.652--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 69] [junit] [EL Fine]: 2022-09-10 04:19:12.652--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 69] [junit] [EL Fine]: 2022-09-10 04:19:12.652--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 69] [junit] [EL Fine]: 2022-09-10 04:19:12.652--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 5] [junit] [EL Fine]: 2022-09-10 04:19:12.652--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 5] [junit] [EL Fine]: 2022-09-10 04:19:12.652--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 5] [junit] [EL Fine]: 2022-09-10 04:19:12.652--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 5] [junit] [EL Fine]: 2022-09-10 04:19:12.652--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 5] [junit] [EL Fine]: 2022-09-10 04:19:12.652--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 7] [junit] [EL Fine]: 2022-09-10 04:19:12.652--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 7] [junit] [EL Fine]: 2022-09-10 04:19:12.652--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 7] [junit] [EL Fine]: 2022-09-10 04:19:12.652--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 7] [junit] [EL Fine]: 2022-09-10 04:19:12.652--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 7] [junit] [EL Fine]: 2022-09-10 04:19:12.652--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 35] [junit] [EL Fine]: 2022-09-10 04:19:12.652--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 35] [junit] [EL Fine]: 2022-09-10 04:19:12.652--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 35] [junit] [EL Fine]: 2022-09-10 04:19:12.652--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 35] [junit] [EL Fine]: 2022-09-10 04:19:12.652--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 35] [junit] [EL Fine]: 2022-09-10 04:19:12.652--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 93] [junit] [EL Fine]: 2022-09-10 04:19:12.652--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 93] [junit] [EL Fine]: 2022-09-10 04:19:12.652--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 93] [junit] [EL Fine]: 2022-09-10 04:19:12.652--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 93] [junit] [EL Fine]: 2022-09-10 04:19:12.652--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 93] [junit] [EL Fine]: 2022-09-10 04:19:12.652--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 54] [junit] [EL Fine]: 2022-09-10 04:19:12.652--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 54] [junit] [EL Fine]: 2022-09-10 04:19:12.652--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 54] [junit] [EL Fine]: 2022-09-10 04:19:12.652--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 54] [junit] [EL Fine]: 2022-09-10 04:19:12.652--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 54] [junit] [EL Fine]: 2022-09-10 04:19:12.652--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 8] [junit] [EL Fine]: 2022-09-10 04:19:12.652--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 8] [junit] [EL Fine]: 2022-09-10 04:19:12.652--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 8] [junit] [EL Fine]: 2022-09-10 04:19:12.652--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 8] [junit] [EL Fine]: 2022-09-10 04:19:12.652--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 8] [junit] [EL Fine]: 2022-09-10 04:19:12.652--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 1] [junit] [EL Fine]: 2022-09-10 04:19:12.652--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 1] [junit] [EL Fine]: 2022-09-10 04:19:12.652--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 1] [junit] [EL Fine]: 2022-09-10 04:19:12.653--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 1] [junit] [EL Fine]: 2022-09-10 04:19:12.653--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 1] [junit] [EL Fine]: 2022-09-10 04:19:12.653--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 50] [junit] [EL Fine]: 2022-09-10 04:19:12.653--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 50] [junit] [EL Fine]: 2022-09-10 04:19:12.653--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 50] [junit] [EL Fine]: 2022-09-10 04:19:12.653--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 50] [junit] [EL Fine]: 2022-09-10 04:19:12.653--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 50] [junit] [EL Finer]: 2022-09-10 04:19:12.653--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:12.669--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.669--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.669--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.669--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.669--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.669--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.669--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.67--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.67--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.67--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.67--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.67--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.67--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.67--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.67--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.67--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.67--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.67--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.67--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.67--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.67--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.67--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.67--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.67--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.67--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.67--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.67--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.67--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.671--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.671--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.671--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.671--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.671--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.671--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.671--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.671--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.671--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.671--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.671--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.671--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.671--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.671--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.671--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.671--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.671--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.671--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.671--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.671--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.671--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.672--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.672--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.672--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.672--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.672--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.672--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.672--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.672--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.672--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.672--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.672--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.672--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.672--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.672--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.672--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.672--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.672--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.672--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.672--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.672--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.672--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.673--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.673--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.673--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.673--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.673--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.673--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.673--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.673--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.673--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.673--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.673--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.673--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.673--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.673--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.673--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.673--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.673--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.673--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.673--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.673--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.674--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.674--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.674--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.674--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.674--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.674--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.674--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.674--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.674--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.674--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:12.674--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:12.674--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:12.674--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 88] [junit] [EL Fine]: 2022-09-10 04:19:12.674--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 88] [junit] [EL Fine]: 2022-09-10 04:19:12.674--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 88] [junit] [EL Fine]: 2022-09-10 04:19:12.674--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 88] [junit] [EL Fine]: 2022-09-10 04:19:12.674--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 88] [junit] [EL Fine]: 2022-09-10 04:19:12.674--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 59] [junit] [EL Fine]: 2022-09-10 04:19:12.674--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 59] [junit] [EL Fine]: 2022-09-10 04:19:12.674--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 59] [junit] [EL Fine]: 2022-09-10 04:19:12.674--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 59] [junit] [EL Fine]: 2022-09-10 04:19:12.674--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 59] [junit] [EL Fine]: 2022-09-10 04:19:12.674--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 43] [junit] [EL Fine]: 2022-09-10 04:19:12.674--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 43] [junit] [EL Fine]: 2022-09-10 04:19:12.674--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 43] [junit] [EL Fine]: 2022-09-10 04:19:12.674--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 43] [junit] [EL Fine]: 2022-09-10 04:19:12.674--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 43] [junit] [EL Fine]: 2022-09-10 04:19:12.674--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 73] [junit] [EL Fine]: 2022-09-10 04:19:12.675--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 73] [junit] [EL Fine]: 2022-09-10 04:19:12.675--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 73] [junit] [EL Fine]: 2022-09-10 04:19:12.675--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 73] [junit] [EL Fine]: 2022-09-10 04:19:12.675--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 73] [junit] [EL Fine]: 2022-09-10 04:19:12.675--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 41] [junit] [EL Fine]: 2022-09-10 04:19:12.675--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 41] [junit] [EL Fine]: 2022-09-10 04:19:12.675--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 41] [junit] [EL Fine]: 2022-09-10 04:19:12.675--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 41] [junit] [EL Fine]: 2022-09-10 04:19:12.675--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 41] [junit] [EL Fine]: 2022-09-10 04:19:12.675--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 33] [junit] [EL Fine]: 2022-09-10 04:19:12.675--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 33] [junit] [EL Fine]: 2022-09-10 04:19:12.675--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 33] [junit] [EL Fine]: 2022-09-10 04:19:12.675--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 33] [junit] [EL Fine]: 2022-09-10 04:19:12.675--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 33] [junit] [EL Fine]: 2022-09-10 04:19:12.675--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 25] [junit] [EL Fine]: 2022-09-10 04:19:12.675--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 25] [junit] [EL Fine]: 2022-09-10 04:19:12.675--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 25] [junit] [EL Fine]: 2022-09-10 04:19:12.675--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 25] [junit] [EL Fine]: 2022-09-10 04:19:12.675--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 25] [junit] [EL Fine]: 2022-09-10 04:19:12.675--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 0] [junit] [EL Fine]: 2022-09-10 04:19:12.675--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 0] [junit] [EL Fine]: 2022-09-10 04:19:12.675--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 0] [junit] [EL Fine]: 2022-09-10 04:19:12.675--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 0] [junit] [EL Fine]: 2022-09-10 04:19:12.675--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 0] [junit] [EL Fine]: 2022-09-10 04:19:12.675--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 10] [junit] [EL Fine]: 2022-09-10 04:19:12.675--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 10] [junit] [EL Fine]: 2022-09-10 04:19:12.675--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 10] [junit] [EL Fine]: 2022-09-10 04:19:12.675--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 10] [junit] [EL Fine]: 2022-09-10 04:19:12.675--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 10] [junit] [EL Fine]: 2022-09-10 04:19:12.675--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 86] [junit] [EL Fine]: 2022-09-10 04:19:12.675--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 86] [junit] [EL Fine]: 2022-09-10 04:19:12.675--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 86] [junit] [EL Fine]: 2022-09-10 04:19:12.675--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 86] [junit] [EL Fine]: 2022-09-10 04:19:12.675--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 86] [junit] [EL Fine]: 2022-09-10 04:19:12.675--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 44] [junit] [EL Fine]: 2022-09-10 04:19:12.676--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 44] [junit] [EL Fine]: 2022-09-10 04:19:12.676--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 44] [junit] [EL Fine]: 2022-09-10 04:19:12.676--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 44] [junit] [EL Fine]: 2022-09-10 04:19:12.676--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 44] [junit] [EL Fine]: 2022-09-10 04:19:12.676--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 66] [junit] [EL Fine]: 2022-09-10 04:19:12.676--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 66] [junit] [EL Fine]: 2022-09-10 04:19:12.676--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 66] [junit] [EL Fine]: 2022-09-10 04:19:12.676--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 66] [junit] [EL Fine]: 2022-09-10 04:19:12.676--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 66] [junit] [EL Fine]: 2022-09-10 04:19:12.676--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.676--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.676--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.736--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.736--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 91] [junit] [EL Fine]: 2022-09-10 04:19:12.736--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 48] [junit] [EL Fine]: 2022-09-10 04:19:12.736--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 48] [junit] [EL Fine]: 2022-09-10 04:19:12.737--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 48] [junit] [EL Fine]: 2022-09-10 04:19:12.737--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 48] [junit] [EL Fine]: 2022-09-10 04:19:12.737--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 48] [junit] [EL Fine]: 2022-09-10 04:19:12.737--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 29] [junit] [EL Fine]: 2022-09-10 04:19:12.737--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 29] [junit] [EL Fine]: 2022-09-10 04:19:12.737--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 29] [junit] [EL Fine]: 2022-09-10 04:19:12.737--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 29] [junit] [EL Fine]: 2022-09-10 04:19:12.737--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 29] [junit] [EL Fine]: 2022-09-10 04:19:12.737--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 55] [junit] [EL Fine]: 2022-09-10 04:19:12.737--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 55] [junit] [EL Fine]: 2022-09-10 04:19:12.737--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 55] [junit] [EL Fine]: 2022-09-10 04:19:12.737--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 55] [junit] [EL Fine]: 2022-09-10 04:19:12.737--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 55] [junit] [EL Fine]: 2022-09-10 04:19:12.737--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 64] [junit] [EL Fine]: 2022-09-10 04:19:12.737--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 64] [junit] [EL Fine]: 2022-09-10 04:19:12.738--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 64] [junit] [EL Fine]: 2022-09-10 04:19:12.738--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 64] [junit] [EL Fine]: 2022-09-10 04:19:12.738--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 64] [junit] [EL Fine]: 2022-09-10 04:19:12.738--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 89] [junit] [EL Fine]: 2022-09-10 04:19:12.738--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 89] [junit] [EL Fine]: 2022-09-10 04:19:12.738--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 89] [junit] [EL Fine]: 2022-09-10 04:19:12.738--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 89] [junit] [EL Fine]: 2022-09-10 04:19:12.738--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 89] [junit] [EL Fine]: 2022-09-10 04:19:12.738--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 65] [junit] [EL Fine]: 2022-09-10 04:19:12.738--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 65] [junit] [EL Fine]: 2022-09-10 04:19:12.738--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 65] [junit] [EL Fine]: 2022-09-10 04:19:12.738--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 65] [junit] [EL Fine]: 2022-09-10 04:19:12.738--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 65] [junit] [EL Fine]: 2022-09-10 04:19:12.738--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 12] [junit] [EL Fine]: 2022-09-10 04:19:12.738--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 12] [junit] [EL Fine]: 2022-09-10 04:19:12.738--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 12] [junit] [EL Fine]: 2022-09-10 04:19:12.738--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 12] [junit] [EL Fine]: 2022-09-10 04:19:12.739--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 12] [junit] [EL Finer]: 2022-09-10 04:19:12.739--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:12.758--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.758--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.758--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.758--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.758--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.758--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.758--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.758--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.758--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.758--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.758--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.759--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.759--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.759--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.759--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.759--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.759--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.759--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.759--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.759--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.759--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.759--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.759--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.759--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.759--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.759--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.759--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.759--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.759--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.759--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.759--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.759--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.76--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.76--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.76--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.76--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.76--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.76--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.76--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.76--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.76--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.76--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.76--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.76--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.76--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.76--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.76--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.76--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.76--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.76--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.76--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.76--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.76--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.761--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.761--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.761--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.761--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.761--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.761--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.761--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.761--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.761--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.761--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.761--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.761--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.761--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.761--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.761--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.761--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.761--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.761--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.761--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.762--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.762--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.762--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.762--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.762--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.762--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.762--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.762--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.762--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.762--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.762--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.762--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.762--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.762--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.762--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.762--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.762--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.762--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.762--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.763--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.763--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.763--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.763--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.763--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.763--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.763--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.763--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.763--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:12.763--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:12.763--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:12.763--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 60] [junit] [EL Fine]: 2022-09-10 04:19:12.763--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 60] [junit] [EL Fine]: 2022-09-10 04:19:12.763--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 60] [junit] [EL Fine]: 2022-09-10 04:19:12.763--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 60] [junit] [EL Fine]: 2022-09-10 04:19:12.763--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 60] [junit] [EL Fine]: 2022-09-10 04:19:12.763--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 67] [junit] [EL Fine]: 2022-09-10 04:19:12.763--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 67] [junit] [EL Fine]: 2022-09-10 04:19:12.763--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 67] [junit] [EL Fine]: 2022-09-10 04:19:12.763--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 67] [junit] [EL Fine]: 2022-09-10 04:19:12.763--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 67] [junit] [EL Fine]: 2022-09-10 04:19:12.763--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 40] [junit] [EL Fine]: 2022-09-10 04:19:12.763--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 40] [junit] [EL Fine]: 2022-09-10 04:19:12.763--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 40] [junit] [EL Fine]: 2022-09-10 04:19:12.764--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 40] [junit] [EL Fine]: 2022-09-10 04:19:12.764--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 40] [junit] [EL Fine]: 2022-09-10 04:19:12.764--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 13] [junit] [EL Fine]: 2022-09-10 04:19:12.764--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 13] [junit] [EL Fine]: 2022-09-10 04:19:12.764--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 13] [junit] [EL Fine]: 2022-09-10 04:19:12.764--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 13] [junit] [EL Fine]: 2022-09-10 04:19:12.764--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 13] [junit] [EL Fine]: 2022-09-10 04:19:12.764--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 23] [junit] [EL Fine]: 2022-09-10 04:19:12.764--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 23] [junit] [EL Fine]: 2022-09-10 04:19:12.764--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 23] [junit] [EL Fine]: 2022-09-10 04:19:12.764--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 23] [junit] [EL Fine]: 2022-09-10 04:19:12.764--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 23] [junit] [EL Fine]: 2022-09-10 04:19:12.764--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 2] [junit] [EL Fine]: 2022-09-10 04:19:12.764--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 2] [junit] [EL Fine]: 2022-09-10 04:19:12.764--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 2] [junit] [EL Fine]: 2022-09-10 04:19:12.764--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 2] [junit] [EL Fine]: 2022-09-10 04:19:12.764--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 2] [junit] [EL Fine]: 2022-09-10 04:19:12.764--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 82] [junit] [EL Fine]: 2022-09-10 04:19:12.764--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 82] [junit] [EL Fine]: 2022-09-10 04:19:12.764--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 82] [junit] [EL Fine]: 2022-09-10 04:19:12.764--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 82] [junit] [EL Fine]: 2022-09-10 04:19:12.764--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 82] [junit] [EL Fine]: 2022-09-10 04:19:12.764--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 87] [junit] [EL Fine]: 2022-09-10 04:19:12.764--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 87] [junit] [EL Fine]: 2022-09-10 04:19:12.764--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 87] [junit] [EL Fine]: 2022-09-10 04:19:12.764--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 87] [junit] [EL Fine]: 2022-09-10 04:19:12.764--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 87] [junit] [EL Fine]: 2022-09-10 04:19:12.764--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 9] [junit] [EL Fine]: 2022-09-10 04:19:12.764--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 9] [junit] [EL Fine]: 2022-09-10 04:19:12.764--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 9] [junit] [EL Fine]: 2022-09-10 04:19:12.764--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 9] [junit] [EL Fine]: 2022-09-10 04:19:12.764--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 9] [junit] [EL Fine]: 2022-09-10 04:19:12.764--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 42] [junit] [EL Fine]: 2022-09-10 04:19:12.764--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 42] [junit] [EL Fine]: 2022-09-10 04:19:12.765--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 42] [junit] [EL Fine]: 2022-09-10 04:19:12.765--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 42] [junit] [EL Fine]: 2022-09-10 04:19:12.765--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 42] [junit] [EL Fine]: 2022-09-10 04:19:12.765--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 56] [junit] [EL Fine]: 2022-09-10 04:19:12.765--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 56] [junit] [EL Fine]: 2022-09-10 04:19:12.765--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 56] [junit] [EL Fine]: 2022-09-10 04:19:12.765--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 56] [junit] [EL Fine]: 2022-09-10 04:19:12.765--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 56] [junit] [EL Fine]: 2022-09-10 04:19:12.765--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 31] [junit] [EL Fine]: 2022-09-10 04:19:12.765--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 31] [junit] [EL Fine]: 2022-09-10 04:19:12.765--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 31] [junit] [EL Fine]: 2022-09-10 04:19:12.765--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 31] [junit] [EL Fine]: 2022-09-10 04:19:12.765--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 31] [junit] [EL Fine]: 2022-09-10 04:19:12.765--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 79] [junit] [EL Fine]: 2022-09-10 04:19:12.765--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 79] [junit] [EL Fine]: 2022-09-10 04:19:12.765--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 79] [junit] [EL Fine]: 2022-09-10 04:19:12.765--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 79] [junit] [EL Fine]: 2022-09-10 04:19:12.765--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 79] [junit] [EL Fine]: 2022-09-10 04:19:12.765--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 53] [junit] [EL Fine]: 2022-09-10 04:19:12.765--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 53] [junit] [EL Fine]: 2022-09-10 04:19:12.765--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 53] [junit] [EL Fine]: 2022-09-10 04:19:12.765--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 53] [junit] [EL Fine]: 2022-09-10 04:19:12.765--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 53] [junit] [EL Fine]: 2022-09-10 04:19:12.765--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 74] [junit] [EL Fine]: 2022-09-10 04:19:12.765--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 74] [junit] [EL Fine]: 2022-09-10 04:19:12.765--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 74] [junit] [EL Fine]: 2022-09-10 04:19:12.765--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 74] [junit] [EL Fine]: 2022-09-10 04:19:12.765--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 74] [junit] [EL Fine]: 2022-09-10 04:19:12.765--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 14] [junit] [EL Fine]: 2022-09-10 04:19:12.765--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 14] [junit] [EL Fine]: 2022-09-10 04:19:12.765--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 14] [junit] [EL Fine]: 2022-09-10 04:19:12.766--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 14] [junit] [EL Fine]: 2022-09-10 04:19:12.766--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 14] [junit] [EL Fine]: 2022-09-10 04:19:12.766--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 32] [junit] [EL Fine]: 2022-09-10 04:19:12.766--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 32] [junit] [EL Fine]: 2022-09-10 04:19:12.766--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 32] [junit] [EL Fine]: 2022-09-10 04:19:12.766--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 32] [junit] [EL Fine]: 2022-09-10 04:19:12.766--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 32] [junit] [EL Fine]: 2022-09-10 04:19:12.766--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 15] [junit] [EL Fine]: 2022-09-10 04:19:12.766--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 15] [junit] [EL Fine]: 2022-09-10 04:19:12.766--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 15] [junit] [EL Fine]: 2022-09-10 04:19:12.766--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 15] [junit] [EL Fine]: 2022-09-10 04:19:12.766--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 15] [junit] [EL Fine]: 2022-09-10 04:19:12.766--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 27] [junit] [EL Fine]: 2022-09-10 04:19:12.766--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 27] [junit] [EL Fine]: 2022-09-10 04:19:12.766--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 27] [junit] [EL Fine]: 2022-09-10 04:19:12.766--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 27] [junit] [EL Fine]: 2022-09-10 04:19:12.766--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 27] [junit] [EL Fine]: 2022-09-10 04:19:12.766--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 61] [junit] [EL Fine]: 2022-09-10 04:19:12.766--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 61] [junit] [EL Fine]: 2022-09-10 04:19:12.766--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 61] [junit] [EL Fine]: 2022-09-10 04:19:12.766--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 61] [junit] [EL Fine]: 2022-09-10 04:19:12.766--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 61] [junit] [EL Finer]: 2022-09-10 04:19:12.766--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:12.784--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.784--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.784--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.784--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.784--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.784--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.784--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.784--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.784--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.784--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.785--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.785--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.785--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.785--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.785--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.785--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.785--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.785--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.785--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.785--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.785--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.785--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.785--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.785--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.785--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.785--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.785--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.785--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.785--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.785--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.785--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.786--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.786--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.786--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.786--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.786--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.786--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.786--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.786--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.786--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.786--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.786--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.786--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.786--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.786--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.786--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.786--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.786--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.786--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.786--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.786--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.786--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.786--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.787--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.787--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.787--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.787--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.787--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.787--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.787--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.787--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.787--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.787--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.787--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.787--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.787--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.787--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.787--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.787--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.787--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.787--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.787--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.787--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.787--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.787--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.788--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.788--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.788--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.788--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.788--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.788--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.788--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.788--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.788--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.788--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.788--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.788--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.788--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.788--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.788--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.788--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.788--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.788--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.788--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.788--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.788--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.788--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.789--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:12.789--ClientSession(1752413199)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:12.789--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:12.789--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:12.789--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 24] [junit] [EL Fine]: 2022-09-10 04:19:12.789--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 24] [junit] [EL Fine]: 2022-09-10 04:19:12.789--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 24] [junit] [EL Fine]: 2022-09-10 04:19:12.789--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 24] [junit] [EL Fine]: 2022-09-10 04:19:12.789--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 24] [junit] [EL Fine]: 2022-09-10 04:19:12.789--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 72] [junit] [EL Fine]: 2022-09-10 04:19:12.789--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 72] [junit] [EL Fine]: 2022-09-10 04:19:12.789--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 72] [junit] [EL Fine]: 2022-09-10 04:19:12.789--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 72] [junit] [EL Fine]: 2022-09-10 04:19:12.789--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 72] [junit] [EL Fine]: 2022-09-10 04:19:12.789--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 39] [junit] [EL Fine]: 2022-09-10 04:19:12.789--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 39] [junit] [EL Fine]: 2022-09-10 04:19:12.789--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 39] [junit] [EL Fine]: 2022-09-10 04:19:12.789--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 39] [junit] [EL Fine]: 2022-09-10 04:19:12.789--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 39] [junit] [EL Fine]: 2022-09-10 04:19:12.789--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 98] [junit] [EL Fine]: 2022-09-10 04:19:12.789--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 98] [junit] [EL Fine]: 2022-09-10 04:19:12.789--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 98] [junit] [EL Fine]: 2022-09-10 04:19:12.789--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 98] [junit] [EL Fine]: 2022-09-10 04:19:12.789--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 98] [junit] [EL Fine]: 2022-09-10 04:19:12.789--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 90] [junit] [EL Fine]: 2022-09-10 04:19:12.789--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 90] [junit] [EL Fine]: 2022-09-10 04:19:12.789--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 90] [junit] [EL Fine]: 2022-09-10 04:19:12.789--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 90] [junit] [EL Fine]: 2022-09-10 04:19:12.789--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 90] [junit] [EL Fine]: 2022-09-10 04:19:12.789--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 68] [junit] [EL Fine]: 2022-09-10 04:19:12.789--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 68] [junit] [EL Fine]: 2022-09-10 04:19:12.789--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 68] [junit] [EL Fine]: 2022-09-10 04:19:12.789--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 68] [junit] [EL Fine]: 2022-09-10 04:19:12.79--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 68] [junit] [EL Fine]: 2022-09-10 04:19:12.79--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 52] [junit] [EL Fine]: 2022-09-10 04:19:12.79--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 52] [junit] [EL Fine]: 2022-09-10 04:19:12.79--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 52] [junit] [EL Fine]: 2022-09-10 04:19:12.79--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 52] [junit] [EL Fine]: 2022-09-10 04:19:12.79--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 52] [junit] [EL Fine]: 2022-09-10 04:19:12.79--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 97] [junit] [EL Fine]: 2022-09-10 04:19:12.79--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 97] [junit] [EL Fine]: 2022-09-10 04:19:12.79--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 97] [junit] [EL Fine]: 2022-09-10 04:19:12.79--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 97] [junit] [EL Fine]: 2022-09-10 04:19:12.79--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 97] [junit] [EL Fine]: 2022-09-10 04:19:12.79--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 6] [junit] [EL Fine]: 2022-09-10 04:19:12.79--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 6] [junit] [EL Fine]: 2022-09-10 04:19:12.79--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 6] [junit] [EL Fine]: 2022-09-10 04:19:12.79--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 6] [junit] [EL Fine]: 2022-09-10 04:19:12.79--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 6] [junit] [EL Fine]: 2022-09-10 04:19:12.79--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 85] [junit] [EL Fine]: 2022-09-10 04:19:12.79--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 85] [junit] [EL Fine]: 2022-09-10 04:19:12.79--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 85] [junit] [EL Fine]: 2022-09-10 04:19:12.79--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 85] [junit] [EL Fine]: 2022-09-10 04:19:12.79--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 85] [junit] [EL Fine]: 2022-09-10 04:19:12.79--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 71] [junit] [EL Fine]: 2022-09-10 04:19:12.79--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 71] [junit] [EL Fine]: 2022-09-10 04:19:12.79--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 71] [junit] [EL Fine]: 2022-09-10 04:19:12.79--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 71] [junit] [EL Fine]: 2022-09-10 04:19:12.79--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 71] [junit] [EL Fine]: 2022-09-10 04:19:12.79--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 80] [junit] [EL Fine]: 2022-09-10 04:19:12.79--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 80] [junit] [EL Fine]: 2022-09-10 04:19:12.79--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 80] [junit] [EL Fine]: 2022-09-10 04:19:12.79--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 80] [junit] [EL Fine]: 2022-09-10 04:19:12.79--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 80] [junit] [EL Fine]: 2022-09-10 04:19:12.79--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 21] [junit] [EL Fine]: 2022-09-10 04:19:12.79--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 21] [junit] [EL Fine]: 2022-09-10 04:19:12.79--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 21] [junit] [EL Fine]: 2022-09-10 04:19:12.79--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 21] [junit] [EL Fine]: 2022-09-10 04:19:12.79--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 21] [junit] [EL Fine]: 2022-09-10 04:19:12.79--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 51] [junit] [EL Fine]: 2022-09-10 04:19:12.79--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 51] [junit] [EL Fine]: 2022-09-10 04:19:12.79--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 51] [junit] [EL Fine]: 2022-09-10 04:19:12.79--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 51] [junit] [EL Fine]: 2022-09-10 04:19:12.79--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 51] [junit] [EL Fine]: 2022-09-10 04:19:12.79--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 45] [junit] [EL Fine]: 2022-09-10 04:19:12.79--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 45] [junit] [EL Fine]: 2022-09-10 04:19:12.79--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 45] [junit] [EL Fine]: 2022-09-10 04:19:12.79--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 45] [junit] [EL Fine]: 2022-09-10 04:19:12.791--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 45] [junit] [EL Fine]: 2022-09-10 04:19:12.791--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 3] [junit] [EL Fine]: 2022-09-10 04:19:12.791--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 3] [junit] [EL Fine]: 2022-09-10 04:19:12.791--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 3] [junit] [EL Fine]: 2022-09-10 04:19:12.791--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 3] [junit] [EL Fine]: 2022-09-10 04:19:12.791--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 3] [junit] [EL Fine]: 2022-09-10 04:19:12.791--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 83] [junit] [EL Fine]: 2022-09-10 04:19:12.791--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 83] [junit] [EL Fine]: 2022-09-10 04:19:12.791--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 83] [junit] [EL Fine]: 2022-09-10 04:19:12.791--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 83] [junit] [EL Fine]: 2022-09-10 04:19:12.791--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 83] [junit] [EL Fine]: 2022-09-10 04:19:12.791--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 70] [junit] [EL Fine]: 2022-09-10 04:19:12.791--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 70] [junit] [EL Fine]: 2022-09-10 04:19:12.791--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 70] [junit] [EL Fine]: 2022-09-10 04:19:12.791--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 70] [junit] [EL Fine]: 2022-09-10 04:19:12.791--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 70] [junit] [EL Fine]: 2022-09-10 04:19:12.791--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [41, 63] [junit] [EL Fine]: 2022-09-10 04:19:12.791--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 63] [junit] [EL Fine]: 2022-09-10 04:19:12.791--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 63] [junit] [EL Fine]: 2022-09-10 04:19:12.791--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 63] [junit] [EL Fine]: 2022-09-10 04:19:12.791--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 63] [junit] [EL Fine]: 2022-09-10 04:19:12.791--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [40, 38] [junit] [EL Fine]: 2022-09-10 04:19:12.791--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [37, 38] [junit] [EL Fine]: 2022-09-10 04:19:12.791--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [39, 38] [junit] [EL Fine]: 2022-09-10 04:19:12.791--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [38, 38] [junit] [EL Fine]: 2022-09-10 04:19:12.791--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])-- bind => [36, 38] [junit] [EL Finer]: 2022-09-10 04:19:12.791--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:12.808--ClientSession(1752413199)--Connection(1135722074)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:12.809--ServerSession(1526542158)--Connection(1956948010)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:12.816--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:12.816--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:12.818--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:12.818--ClientSession(1752413199)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:12.818--UnitOfWork(1142484868)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:12.818--ClientSession(1752413199)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:12.819--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 998608600 [junit] [EL Finer]: 2022-09-10 04:19:12.819--ClientSession(998608600)--Thread(Thread[main,5,main])--acquire unit of work: 886759536 [junit] [EL Finest]: 2022-09-10 04:19:12.819--UnitOfWork(886759536)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Employee sql="SELECT ID FROM TMP_EMP WHERE (ID IN (?, ?))") [junit] [EL Finest]: 2022-09-10 04:19:12.819--ServerSession(1526542158)--Connection(1576068592)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:12.819--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:12.819--ServerSession(1526542158)--Connection(1843298374)--Thread(Thread[main,5,main])--SELECT ID FROM TMP_EMP WHERE (ID IN (?, ?)) [junit] bind => [1, 2] [junit] [EL Finest]: 2022-09-10 04:19:12.82--ServerSession(1526542158)--Connection(1576068592)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:12.848--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1828604068 [junit] [EL Finer]: 2022-09-10 04:19:12.848--ClientSession(1828604068)--Thread(Thread[main,5,main])--acquire unit of work: 116214725 [junit] [EL Finest]: 2022-09-10 04:19:12.848--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:reading. [junit] [EL Finest]: 2022-09-10 04:19:12.848--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (43 -> null:null:reading) [junit] [EL Finest]: 2022-09-10 04:19:12.848--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:cooking. [junit] [EL Finest]: 2022-09-10 04:19:12.848--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (44 -> null:null:cooking) [junit] [EL Finest]: 2022-09-10 04:19:12.848--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:watching tv. [junit] [EL Finest]: 2022-09-10 04:19:12.848--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (45 -> null:null:watching tv) [junit] [EL Finest]: 2022-09-10 04:19:12.849--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:cleaning the house. [junit] [EL Finest]: 2022-09-10 04:19:12.849--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (46 -> null:null:cleaning the house) [junit] [EL Finest]: 2022-09-10 04:19:12.849--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:swimming. [junit] [EL Finest]: 2022-09-10 04:19:12.849--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (47 -> null:null:swimming) [junit] [EL Finest]: 2022-09-10 04:19:12.849--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:computers. [junit] [EL Finest]: 2022-09-10 04:19:12.849--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (48 -> null:null:computers) [junit] [EL Finest]: 2022-09-10 04:19:12.849--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:stamps. [junit] [EL Finest]: 2022-09-10 04:19:12.849--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (49 -> null:null:stamps) [junit] [EL Finest]: 2022-09-10 04:19:12.849--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@0. [junit] [EL Finest]: 2022-09-10 04:19:12.849--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:19:12.849--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2. [junit] [EL Finest]: 2022-09-10 04:19:12.849--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3. [junit] [EL Finest]: 2022-09-10 04:19:12.849--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4. [junit] [EL Finest]: 2022-09-10 04:19:12.849--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5. [junit] [EL Finest]: 2022-09-10 04:19:12.849--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6. [junit] [EL Finest]: 2022-09-10 04:19:12.849--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7. [junit] [EL Finest]: 2022-09-10 04:19:12.849--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8. [junit] [EL Finest]: 2022-09-10 04:19:12.849--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9. [junit] [EL Finest]: 2022-09-10 04:19:12.849--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7d51e3df. [junit] [EL Finest]: 2022-09-10 04:19:12.85--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (634 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7d51e3df) [junit] [EL Finest]: 2022-09-10 04:19:12.85--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3ce3a01. [junit] [EL Finest]: 2022-09-10 04:19:12.85--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (635 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3ce3a01) [junit] [EL Finest]: 2022-09-10 04:19:12.85--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@45b4135. [junit] [EL Finest]: 2022-09-10 04:19:12.85--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (636 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@45b4135) [junit] [EL Finest]: 2022-09-10 04:19:12.85--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@24b57f0b. [junit] [EL Finest]: 2022-09-10 04:19:12.85--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (637 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@24b57f0b) [junit] [EL Finest]: 2022-09-10 04:19:12.85--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@56082f59. [junit] [EL Finest]: 2022-09-10 04:19:12.85--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (638 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@56082f59) [junit] [EL Finest]: 2022-09-10 04:19:12.85--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@24e419ab. [junit] [EL Finest]: 2022-09-10 04:19:12.85--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (639 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@24e419ab) [junit] [EL Finest]: 2022-09-10 04:19:12.85--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7ae8a6eb. [junit] [EL Finest]: 2022-09-10 04:19:12.85--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (640 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7ae8a6eb) [junit] [EL Finest]: 2022-09-10 04:19:12.85--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@752ac39a. [junit] [EL Finest]: 2022-09-10 04:19:12.85--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (641 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@752ac39a) [junit] [EL Finest]: 2022-09-10 04:19:12.85--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@62cf4881. [junit] [EL Finest]: 2022-09-10 04:19:12.85--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (642 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@62cf4881) [junit] [EL Finest]: 2022-09-10 04:19:12.851--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@66e22c32. [junit] [EL Finest]: 2022-09-10 04:19:12.851--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (643 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@66e22c32) [junit] [EL Finest]: 2022-09-10 04:19:12.851--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@590201fb. [junit] [EL Finest]: 2022-09-10 04:19:12.851--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (644 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@590201fb) [junit] [EL Finest]: 2022-09-10 04:19:12.851--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7a972f52. [junit] [EL Finest]: 2022-09-10 04:19:12.851--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (645 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7a972f52) [junit] [EL Finest]: 2022-09-10 04:19:12.851--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6204fbc1. [junit] [EL Finest]: 2022-09-10 04:19:12.851--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (646 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6204fbc1) [junit] [EL Finest]: 2022-09-10 04:19:12.851--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@15f0d80f. [junit] [EL Finest]: 2022-09-10 04:19:12.851--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (647 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@15f0d80f) [junit] [EL Finest]: 2022-09-10 04:19:12.851--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5cb41e93. [junit] [EL Finest]: 2022-09-10 04:19:12.851--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (648 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5cb41e93) [junit] [EL Finest]: 2022-09-10 04:19:12.851--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1f1a57e8. [junit] [EL Finest]: 2022-09-10 04:19:12.851--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (649 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1f1a57e8) [junit] [EL Finest]: 2022-09-10 04:19:12.851--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a056d39. [junit] [EL Finest]: 2022-09-10 04:19:12.851--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (650 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a056d39) [junit] [EL Finest]: 2022-09-10 04:19:12.851--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4926f6d6. [junit] [EL Finest]: 2022-09-10 04:19:12.851--ServerSession(1526542158)--Connection(890911207)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:12.852--ClientSession(1828604068)--Connection(890911207)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:12.852--ClientSession(1828604068)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:12.852--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="VehicleGenerator" sql="UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ?") [junit] [EL Finest]: 2022-09-10 04:19:12.852--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="VehicleGenerator" sql="SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2022-09-10 04:19:12.852--ClientSession(1828604068)--Connection(2029161915)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2022-09-10 04:19:12.853--ClientSession(1828604068)--Connection(2029161915)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2022-09-10 04:19:12.854--ClientSession(1828604068)--Connection(2029161915)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 651, last: 700 [junit] [EL Finer]: 2022-09-10 04:19:12.854--ClientSession(1828604068)--Connection(2029161915)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:12.855--ServerSession(1526542158)--Connection(2029161915)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2022-09-10 04:19:12.855--ServerSession(1526542158)--Connection(890911207)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:19:12.855--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (651 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4926f6d6) [junit] [EL Finest]: 2022-09-10 04:19:12.855--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@c86a448. [junit] [EL Finest]: 2022-09-10 04:19:12.855--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (652 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@c86a448) [junit] [EL Finest]: 2022-09-10 04:19:12.855--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@77187c70. [junit] [EL Finest]: 2022-09-10 04:19:12.855--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (653 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@77187c70) [junit] [EL Finest]: 2022-09-10 04:19:12.855--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@660da0d7. [junit] [EL Finest]: 2022-09-10 04:19:12.855--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (654 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@660da0d7) [junit] [EL Finest]: 2022-09-10 04:19:12.856--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5dd5142. [junit] [EL Finest]: 2022-09-10 04:19:12.856--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (655 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5dd5142) [junit] [EL Finest]: 2022-09-10 04:19:12.856--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3c401155. [junit] [EL Finest]: 2022-09-10 04:19:12.856--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (656 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3c401155) [junit] [EL Finest]: 2022-09-10 04:19:12.856--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@80f1151. [junit] [EL Finest]: 2022-09-10 04:19:12.856--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (657 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@80f1151) [junit] [EL Finest]: 2022-09-10 04:19:12.856--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@30f139f. [junit] [EL Finest]: 2022-09-10 04:19:12.856--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (658 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@30f139f) [junit] [EL Finest]: 2022-09-10 04:19:12.856--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6cb715fd. [junit] [EL Finest]: 2022-09-10 04:19:12.856--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (659 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6cb715fd) [junit] [EL Finest]: 2022-09-10 04:19:12.856--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@50416b87. [junit] [EL Finest]: 2022-09-10 04:19:12.856--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (660 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@50416b87) [junit] [EL Finest]: 2022-09-10 04:19:12.856--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@20347d47. [junit] [EL Finest]: 2022-09-10 04:19:12.856--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (661 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@20347d47) [junit] [EL Finest]: 2022-09-10 04:19:12.856--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5b5c1135. [junit] [EL Finest]: 2022-09-10 04:19:12.856--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (662 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5b5c1135) [junit] [EL Finest]: 2022-09-10 04:19:12.856--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@f90ff5e. [junit] [EL Finest]: 2022-09-10 04:19:12.856--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (663 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@f90ff5e) [junit] [EL Finest]: 2022-09-10 04:19:12.857--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@54d6a078. [junit] [EL Finest]: 2022-09-10 04:19:12.857--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (664 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@54d6a078) [junit] [EL Finest]: 2022-09-10 04:19:12.857--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@570b21e0. [junit] [EL Finest]: 2022-09-10 04:19:12.857--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (665 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@570b21e0) [junit] [EL Finest]: 2022-09-10 04:19:12.857--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6c65578d. [junit] [EL Finest]: 2022-09-10 04:19:12.857--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (666 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6c65578d) [junit] [EL Finest]: 2022-09-10 04:19:12.857--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@64073f50. [junit] [EL Finest]: 2022-09-10 04:19:12.857--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (667 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@64073f50) [junit] [EL Finest]: 2022-09-10 04:19:12.857--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5b386c8. [junit] [EL Finest]: 2022-09-10 04:19:12.857--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (668 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5b386c8) [junit] [EL Finest]: 2022-09-10 04:19:12.857--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@b39a3bf. [junit] [EL Finest]: 2022-09-10 04:19:12.857--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (669 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@b39a3bf) [junit] [EL Finest]: 2022-09-10 04:19:12.857--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4da6546a. [junit] [EL Finest]: 2022-09-10 04:19:12.857--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (670 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4da6546a) [junit] [EL Finest]: 2022-09-10 04:19:12.857--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@10060f31. [junit] [EL Finest]: 2022-09-10 04:19:12.857--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (671 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@10060f31) [junit] [EL Finest]: 2022-09-10 04:19:12.857--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@91a5e3f. [junit] [EL Finest]: 2022-09-10 04:19:12.857--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (672 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@91a5e3f) [junit] [EL Finest]: 2022-09-10 04:19:12.857--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4f7820f8. [junit] [EL Finest]: 2022-09-10 04:19:12.858--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (673 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4f7820f8) [junit] [EL Finest]: 2022-09-10 04:19:12.858--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@30822879. [junit] [EL Finest]: 2022-09-10 04:19:12.858--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (674 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@30822879) [junit] [EL Finest]: 2022-09-10 04:19:12.858--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@105dc6df. [junit] [EL Finest]: 2022-09-10 04:19:12.858--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (675 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@105dc6df) [junit] [EL Finest]: 2022-09-10 04:19:12.858--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4b6d894d. [junit] [EL Finest]: 2022-09-10 04:19:12.858--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (676 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4b6d894d) [junit] [EL Finest]: 2022-09-10 04:19:12.858--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@459c0f38. [junit] [EL Finest]: 2022-09-10 04:19:12.858--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (677 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@459c0f38) [junit] [EL Finest]: 2022-09-10 04:19:12.858--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@64fc2612. [junit] [EL Finest]: 2022-09-10 04:19:12.858--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (678 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@64fc2612) [junit] [EL Finest]: 2022-09-10 04:19:12.858--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1a696f6c. [junit] [EL Finest]: 2022-09-10 04:19:12.858--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (679 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1a696f6c) [junit] [EL Finest]: 2022-09-10 04:19:12.858--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3de9aa8d. [junit] [EL Finest]: 2022-09-10 04:19:12.858--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (680 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3de9aa8d) [junit] [EL Finest]: 2022-09-10 04:19:12.858--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@18a997c7. [junit] [EL Finest]: 2022-09-10 04:19:12.858--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (681 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@18a997c7) [junit] [EL Finest]: 2022-09-10 04:19:12.858--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1d60ee76. [junit] [EL Finest]: 2022-09-10 04:19:12.858--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (682 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1d60ee76) [junit] [EL Finest]: 2022-09-10 04:19:12.859--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4c23f0b9. [junit] [EL Finest]: 2022-09-10 04:19:12.859--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (683 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4c23f0b9) [junit] [EL Finest]: 2022-09-10 04:19:12.859--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3c6e8672. [junit] [EL Finest]: 2022-09-10 04:19:12.859--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (684 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3c6e8672) [junit] [EL Finest]: 2022-09-10 04:19:12.859--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@682d2997. [junit] [EL Finest]: 2022-09-10 04:19:12.859--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (685 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@682d2997) [junit] [EL Finest]: 2022-09-10 04:19:12.859--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@722479ba. [junit] [EL Finest]: 2022-09-10 04:19:12.859--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (686 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@722479ba) [junit] [EL Finest]: 2022-09-10 04:19:12.859--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@21d1f97f. [junit] [EL Finest]: 2022-09-10 04:19:12.871--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (687 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@21d1f97f) [junit] [EL Finest]: 2022-09-10 04:19:12.871--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6944a621. [junit] [EL Finest]: 2022-09-10 04:19:12.871--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (688 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6944a621) [junit] [EL Finest]: 2022-09-10 04:19:12.872--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@68a45b0f. [junit] [EL Finest]: 2022-09-10 04:19:12.872--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (689 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@68a45b0f) [junit] [EL Finest]: 2022-09-10 04:19:12.872--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@399c0608. [junit] [EL Finest]: 2022-09-10 04:19:12.872--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (690 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@399c0608) [junit] [EL Finest]: 2022-09-10 04:19:12.873--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@17a81a45. [junit] [EL Finest]: 2022-09-10 04:19:12.873--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (691 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@17a81a45) [junit] [EL Finest]: 2022-09-10 04:19:12.873--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5b91c33f. [junit] [EL Finest]: 2022-09-10 04:19:12.873--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (692 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5b91c33f) [junit] [EL Finest]: 2022-09-10 04:19:12.873--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@11279761. [junit] [EL Finest]: 2022-09-10 04:19:12.873--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (693 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@11279761) [junit] [EL Finest]: 2022-09-10 04:19:12.873--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@48526f0b. [junit] [EL Finest]: 2022-09-10 04:19:12.873--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (694 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@48526f0b) [junit] [EL Finest]: 2022-09-10 04:19:12.873--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1f7f2e76. [junit] [EL Finest]: 2022-09-10 04:19:12.874--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (695 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1f7f2e76) [junit] [EL Finest]: 2022-09-10 04:19:12.874--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4a229e9d. [junit] [EL Finest]: 2022-09-10 04:19:12.874--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (696 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4a229e9d) [junit] [EL Finest]: 2022-09-10 04:19:12.874--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@67138427. [junit] [EL Finest]: 2022-09-10 04:19:12.874--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (697 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@67138427) [junit] [EL Finest]: 2022-09-10 04:19:12.874--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3ce295f9. [junit] [EL Finest]: 2022-09-10 04:19:12.874--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (698 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3ce295f9) [junit] [EL Finest]: 2022-09-10 04:19:12.874--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a08108d. [junit] [EL Finest]: 2022-09-10 04:19:12.874--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (699 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a08108d) [junit] [EL Finest]: 2022-09-10 04:19:12.874--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@400bb27. [junit] [EL Finest]: 2022-09-10 04:19:12.874--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (700 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@400bb27) [junit] [EL Finest]: 2022-09-10 04:19:12.874--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7fc9253c. [junit] [EL Finest]: 2022-09-10 04:19:12.874--ServerSession(1526542158)--Connection(1462516321)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:12.874--ClientSession(1828604068)--Connection(1462516321)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:12.874--ClientSession(1828604068)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:12.875--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="VehicleGenerator" sql="UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ?") [junit] [EL Finest]: 2022-09-10 04:19:12.875--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="VehicleGenerator" sql="SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2022-09-10 04:19:12.875--ClientSession(1828604068)--Connection(1304089713)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2022-09-10 04:19:12.876--ClientSession(1828604068)--Connection(1304089713)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2022-09-10 04:19:12.876--ClientSession(1828604068)--Connection(1304089713)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 701, last: 750 [junit] [EL Finer]: 2022-09-10 04:19:12.876--ClientSession(1828604068)--Connection(1304089713)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:12.877--ServerSession(1526542158)--Connection(1304089713)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2022-09-10 04:19:12.877--ServerSession(1526542158)--Connection(1462516321)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:19:12.877--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (701 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7fc9253c) [junit] [EL Finest]: 2022-09-10 04:19:12.877--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@f7ee1ba. [junit] [EL Finest]: 2022-09-10 04:19:12.877--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (702 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@f7ee1ba) [junit] [EL Finest]: 2022-09-10 04:19:12.878--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@504d9fd1. [junit] [EL Finest]: 2022-09-10 04:19:12.878--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (703 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@504d9fd1) [junit] [EL Finest]: 2022-09-10 04:19:12.878--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@77dfc923. [junit] [EL Finest]: 2022-09-10 04:19:12.878--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (704 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@77dfc923) [junit] [EL Finest]: 2022-09-10 04:19:12.878--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@59a330cd. [junit] [EL Finest]: 2022-09-10 04:19:12.878--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (705 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@59a330cd) [junit] [EL Finest]: 2022-09-10 04:19:12.878--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@21a87972. [junit] [EL Finest]: 2022-09-10 04:19:12.878--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (706 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@21a87972) [junit] [EL Finest]: 2022-09-10 04:19:12.878--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1d27d981. [junit] [EL Finest]: 2022-09-10 04:19:12.878--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (707 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1d27d981) [junit] [EL Finest]: 2022-09-10 04:19:12.878--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@14389dd7. [junit] [EL Finest]: 2022-09-10 04:19:12.878--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (708 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@14389dd7) [junit] [EL Finest]: 2022-09-10 04:19:12.878--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@545df2c5. [junit] [EL Finest]: 2022-09-10 04:19:12.878--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (709 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@545df2c5) [junit] [EL Finest]: 2022-09-10 04:19:12.878--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@365c62d5. [junit] [EL Finest]: 2022-09-10 04:19:12.878--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (710 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@365c62d5) [junit] [EL Finest]: 2022-09-10 04:19:12.878--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@15944e4e. [junit] [EL Finest]: 2022-09-10 04:19:12.879--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (711 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@15944e4e) [junit] [EL Finest]: 2022-09-10 04:19:12.879--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4512af0e. [junit] [EL Finest]: 2022-09-10 04:19:12.879--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (712 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4512af0e) [junit] [EL Finest]: 2022-09-10 04:19:12.879--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7ee2a6b3. [junit] [EL Finest]: 2022-09-10 04:19:12.879--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (713 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7ee2a6b3) [junit] [EL Finest]: 2022-09-10 04:19:12.879--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2bfd3970. [junit] [EL Finest]: 2022-09-10 04:19:12.879--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (714 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2bfd3970) [junit] [EL Finest]: 2022-09-10 04:19:12.879--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1c2cf47f. [junit] [EL Finest]: 2022-09-10 04:19:12.879--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (715 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1c2cf47f) [junit] [EL Finest]: 2022-09-10 04:19:12.879--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4c16522b. [junit] [EL Finest]: 2022-09-10 04:19:12.879--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (716 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4c16522b) [junit] [EL Finest]: 2022-09-10 04:19:12.879--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@272aa224. [junit] [EL Finest]: 2022-09-10 04:19:12.879--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (717 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@272aa224) [junit] [EL Finest]: 2022-09-10 04:19:12.879--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@655e2908. [junit] [EL Finest]: 2022-09-10 04:19:12.879--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (718 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@655e2908) [junit] [EL Finest]: 2022-09-10 04:19:12.879--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1e2aa6d0. [junit] [EL Finest]: 2022-09-10 04:19:12.879--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (719 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1e2aa6d0) [junit] [EL Finest]: 2022-09-10 04:19:12.879--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@60d33834. [junit] [EL Finest]: 2022-09-10 04:19:12.88--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (720 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@60d33834) [junit] [EL Finest]: 2022-09-10 04:19:12.88--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@129a9d88. [junit] [EL Finest]: 2022-09-10 04:19:12.88--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (721 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@129a9d88) [junit] [EL Finest]: 2022-09-10 04:19:12.88--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@618f0ba. [junit] [EL Finest]: 2022-09-10 04:19:12.88--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (722 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@618f0ba) [junit] [EL Finest]: 2022-09-10 04:19:12.88--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4dcfca8f. [junit] [EL Finest]: 2022-09-10 04:19:12.88--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (723 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4dcfca8f) [junit] [EL Finest]: 2022-09-10 04:19:12.88--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@34a4599a. [junit] [EL Finest]: 2022-09-10 04:19:12.88--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (724 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@34a4599a) [junit] [EL Finest]: 2022-09-10 04:19:12.88--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7294e45b. [junit] [EL Finest]: 2022-09-10 04:19:12.88--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (725 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7294e45b) [junit] [EL Finest]: 2022-09-10 04:19:12.88--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@33c84793. [junit] [EL Finest]: 2022-09-10 04:19:12.88--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (726 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@33c84793) [junit] [EL Finest]: 2022-09-10 04:19:12.88--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@e068d7. [junit] [EL Finest]: 2022-09-10 04:19:12.88--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (727 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@e068d7) [junit] [EL Finest]: 2022-09-10 04:19:12.88--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@161e99d8. [junit] [EL Finest]: 2022-09-10 04:19:12.88--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (728 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@161e99d8) [junit] [EL Finest]: 2022-09-10 04:19:12.88--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@43fd117c. [junit] [EL Finest]: 2022-09-10 04:19:12.881--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (729 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@43fd117c) [junit] [EL Finest]: 2022-09-10 04:19:12.881--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3278324f. [junit] [EL Finest]: 2022-09-10 04:19:12.881--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (730 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3278324f) [junit] [EL Finest]: 2022-09-10 04:19:12.881--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@315d4207. [junit] [EL Finest]: 2022-09-10 04:19:12.881--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (731 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@315d4207) [junit] [EL Finest]: 2022-09-10 04:19:12.881--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@536fddad. [junit] [EL Finest]: 2022-09-10 04:19:12.881--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (732 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@536fddad) [junit] [EL Finest]: 2022-09-10 04:19:12.881--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@78b2504d. [junit] [EL Finest]: 2022-09-10 04:19:12.881--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (733 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@78b2504d) [junit] [EL Finest]: 2022-09-10 04:19:12.881--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@babef5e. [junit] [EL Finest]: 2022-09-10 04:19:12.881--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (734 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@babef5e) [junit] [EL Finest]: 2022-09-10 04:19:12.881--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@50bdd956. [junit] [EL Finest]: 2022-09-10 04:19:12.881--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (735 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@50bdd956) [junit] [EL Finest]: 2022-09-10 04:19:12.881--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@7d12e459. [junit] [EL Finest]: 2022-09-10 04:19:12.881--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (736 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@7d12e459) [junit] [EL Finest]: 2022-09-10 04:19:12.881--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@1748e38e. [junit] [EL Finest]: 2022-09-10 04:19:12.881--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (737 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@1748e38e) [junit] [EL Finest]: 2022-09-10 04:19:12.881--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@43cd2f26. [junit] [EL Finest]: 2022-09-10 04:19:12.882--UnitOfWork(116214725)--Thread(Thread[main,5,main])--assign sequence to the object (738 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@43cd2f26) [junit] [EL Finest]: 2022-09-10 04:19:12.882--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7d043960. [junit] [EL Finest]: 2022-09-10 04:19:12.882--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@47daff53. [junit] [EL Finest]: 2022-09-10 04:19:12.882--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3157a760. [junit] [EL Finest]: 2022-09-10 04:19:12.882--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@470a65ae. [junit] [EL Finest]: 2022-09-10 04:19:12.882--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@485d3d1. [junit] [EL Finest]: 2022-09-10 04:19:12.882--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@16494888. [junit] [EL Finest]: 2022-09-10 04:19:12.882--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1cf5e850. [junit] [EL Finest]: 2022-09-10 04:19:12.882--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@11dcc499. [junit] [EL Finest]: 2022-09-10 04:19:12.882--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@317f13e9. [junit] [EL Finest]: 2022-09-10 04:19:12.882--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@659ba3a1. [junit] [EL Finest]: 2022-09-10 04:19:12.882--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7071a0b9. [junit] [EL Finest]: 2022-09-10 04:19:12.882--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@78c04131. [junit] [EL Finest]: 2022-09-10 04:19:12.882--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7c096764. [junit] [EL Finest]: 2022-09-10 04:19:12.883--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@35d66a01. [junit] [EL Finest]: 2022-09-10 04:19:12.883--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@8d902f. [junit] [EL Finest]: 2022-09-10 04:19:12.883--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@62144e81. [junit] [EL Finest]: 2022-09-10 04:19:12.883--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7e13b83c. [junit] [EL Finest]: 2022-09-10 04:19:12.883--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7f558711. [junit] [EL Finest]: 2022-09-10 04:19:12.883--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@14eaec27. [junit] [EL Finest]: 2022-09-10 04:19:12.883--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@55023ead. [junit] [EL Finest]: 2022-09-10 04:19:12.883--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3a784248. [junit] [EL Finest]: 2022-09-10 04:19:12.883--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1af0dc3c. [junit] [EL Finest]: 2022-09-10 04:19:12.883--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1bbff5ba. [junit] [EL Finest]: 2022-09-10 04:19:12.883--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4204ad9d. [junit] [EL Finest]: 2022-09-10 04:19:12.883--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@295c834b. [junit] [EL Finest]: 2022-09-10 04:19:12.883--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5c92147c. [junit] [EL Finest]: 2022-09-10 04:19:12.883--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@940fe23. [junit] [EL Finest]: 2022-09-10 04:19:12.883--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@17844cbd. [junit] [EL Finest]: 2022-09-10 04:19:12.883--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@636b198. [junit] [EL Finest]: 2022-09-10 04:19:12.884--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@241e5fe6. [junit] [EL Finest]: 2022-09-10 04:19:12.884--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@506328aa. [junit] [EL Finest]: 2022-09-10 04:19:12.884--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@47198a64. [junit] [EL Finest]: 2022-09-10 04:19:12.884--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3ad15e83. [junit] [EL Finest]: 2022-09-10 04:19:12.884--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@50696c7c. [junit] [EL Finest]: 2022-09-10 04:19:12.884--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@63306e58. [junit] [EL Finest]: 2022-09-10 04:19:12.884--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@67a842b1. [junit] [EL Finest]: 2022-09-10 04:19:12.884--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7cebf48d. [junit] [EL Finest]: 2022-09-10 04:19:12.884--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6ba68981. [junit] [EL Finest]: 2022-09-10 04:19:12.884--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1c08cd61. [junit] [EL Finest]: 2022-09-10 04:19:12.884--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7a832964. [junit] [EL Finest]: 2022-09-10 04:19:12.884--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3f8d5d43. [junit] [EL Finest]: 2022-09-10 04:19:12.885--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4bb1d848. [junit] [EL Finest]: 2022-09-10 04:19:12.885--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5ccf13a9. [junit] [EL Finest]: 2022-09-10 04:19:12.885--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@61fab063. [junit] [EL Finest]: 2022-09-10 04:19:12.885--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2595ecb2. [junit] [EL Finest]: 2022-09-10 04:19:12.885--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@57ab8f82. [junit] [EL Finest]: 2022-09-10 04:19:12.885--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@43874d7f. [junit] [EL Finest]: 2022-09-10 04:19:12.885--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@19fd0299. [junit] [EL Finest]: 2022-09-10 04:19:12.885--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@47f64e86. [junit] [EL Finest]: 2022-09-10 04:19:12.885--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2e9141d2. [junit] [EL Finest]: 2022-09-10 04:19:12.885--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7d274ee2. [junit] [EL Finest]: 2022-09-10 04:19:12.885--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4dcaa972. [junit] [EL Finest]: 2022-09-10 04:19:12.885--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@798cdd5. [junit] [EL Finest]: 2022-09-10 04:19:12.885--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@79c4580b. [junit] [EL Finest]: 2022-09-10 04:19:12.886--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6191395. [junit] [EL Finest]: 2022-09-10 04:19:12.886--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@53f68c97. [junit] [EL Finest]: 2022-09-10 04:19:12.886--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2e66541a. [junit] [EL Finest]: 2022-09-10 04:19:12.886--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@d325e75. [junit] [EL Finest]: 2022-09-10 04:19:12.886--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1aff6f46. [junit] [EL Finest]: 2022-09-10 04:19:12.886--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@501f3c79. [junit] [EL Finest]: 2022-09-10 04:19:12.886--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1e19635d. [junit] [EL Finest]: 2022-09-10 04:19:12.886--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@705a2022. [junit] [EL Finest]: 2022-09-10 04:19:12.886--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@37d61cea. [junit] [EL Finest]: 2022-09-10 04:19:12.886--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@361fb3b3. [junit] [EL Finest]: 2022-09-10 04:19:12.886--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@570cf9d5. [junit] [EL Finest]: 2022-09-10 04:19:12.886--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@254bd293. [junit] [EL Finest]: 2022-09-10 04:19:12.886--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@11743654. [junit] [EL Finest]: 2022-09-10 04:19:12.886--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@17993651. [junit] [EL Finest]: 2022-09-10 04:19:12.886--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@33f2ccd1. [junit] [EL Finest]: 2022-09-10 04:19:12.887--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6ccbd2de. [junit] [EL Finest]: 2022-09-10 04:19:12.887--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6eba6554. [junit] [EL Finest]: 2022-09-10 04:19:12.887--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1c204621. [junit] [EL Finest]: 2022-09-10 04:19:12.887--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3775c3e3. [junit] [EL Finest]: 2022-09-10 04:19:12.887--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7e82a5fb. [junit] [EL Finest]: 2022-09-10 04:19:12.887--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@295e3370. [junit] [EL Finest]: 2022-09-10 04:19:12.887--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4dae054b. [junit] [EL Finest]: 2022-09-10 04:19:12.887--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@49e09b23. [junit] [EL Finest]: 2022-09-10 04:19:12.887--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1459ffe4. [junit] [EL Finest]: 2022-09-10 04:19:12.887--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@27504ed3. [junit] [EL Finest]: 2022-09-10 04:19:12.887--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@54fb9fef. [junit] [EL Finest]: 2022-09-10 04:19:12.887--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3c584ab8. [junit] [EL Finest]: 2022-09-10 04:19:12.887--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@cd3d6c3. [junit] [EL Finest]: 2022-09-10 04:19:12.887--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@36f35774. [junit] [EL Finest]: 2022-09-10 04:19:12.887--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@598c23ad. [junit] [EL Finest]: 2022-09-10 04:19:12.888--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3bec3641. [junit] [EL Finest]: 2022-09-10 04:19:12.888--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@14a7f2fd. [junit] [EL Finest]: 2022-09-10 04:19:12.888--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1d215a52. [junit] [EL Finest]: 2022-09-10 04:19:12.888--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6b8564e5. [junit] [EL Finest]: 2022-09-10 04:19:12.888--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@12bc9995. [junit] [EL Finest]: 2022-09-10 04:19:12.888--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@604201a0. [junit] [EL Finest]: 2022-09-10 04:19:12.888--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@565995a1. [junit] [EL Finest]: 2022-09-10 04:19:12.888--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1b924e5. [junit] [EL Finest]: 2022-09-10 04:19:12.888--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4556a9a7. [junit] [EL Finest]: 2022-09-10 04:19:12.888--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4f67d2b2. [junit] [EL Finest]: 2022-09-10 04:19:12.888--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2676837c. [junit] [EL Finest]: 2022-09-10 04:19:12.888--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5accbeae. [junit] [EL Finest]: 2022-09-10 04:19:12.888--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@768ceda4. [junit] [EL Finest]: 2022-09-10 04:19:12.888--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1a4f3538. [junit] [EL Finest]: 2022-09-10 04:19:12.888--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@70ce4b5d. [junit] [EL Finest]: 2022-09-10 04:19:12.889--UnitOfWork(116214725)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@785e65cd. [junit] [EL Finer]: 2022-09-10 04:19:12.889--UnitOfWork(116214725)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:12.89--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@1748e38e) [junit] [EL Finest]: 2022-09-10 04:19:12.89--ServerSession(1526542158)--Connection(70629131)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:12.89--ClientSession(1828604068)--Connection(70629131)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:12.89--ClientSession(1828604068)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:12.891--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@43cd2f26) [junit] [EL Finest]: 2022-09-10 04:19:12.891--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@babef5e) [junit] [EL Finest]: 2022-09-10 04:19:12.891--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@7d12e459) [junit] [EL Finest]: 2022-09-10 04:19:12.891--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@50bdd956) [junit] [EL Finest]: 2022-09-10 04:19:12.891--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finer]: 2022-09-10 04:19:12.891--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:12.891--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, NUM_GEARS, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:12.891--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [737, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2022-09-10 04:19:12.891--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [738, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2022-09-10 04:19:12.891--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [734, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2022-09-10 04:19:12.891--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [736, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2022-09-10 04:19:12.891--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [735, foo-brand, null, 0, 1, 4] [junit] [EL Finer]: 2022-09-10 04:19:12.891--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:12.893--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6) [junit] [EL Finest]: 2022-09-10 04:19:12.893--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@0) [junit] [EL Finest]: 2022-09-10 04:19:12.893--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8) [junit] [EL Finest]: 2022-09-10 04:19:12.893--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2022-09-10 04:19:12.893--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4) [junit] [EL Finest]: 2022-09-10 04:19:12.893--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2022-09-10 04:19:12.893--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5) [junit] [EL Finest]: 2022-09-10 04:19:12.893--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7) [junit] [EL Finest]: 2022-09-10 04:19:12.893--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9) [junit] [EL Finest]: 2022-09-10 04:19:12.893--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2e66541a) [junit] [EL Finer]: 2022-09-10 04:19:12.893--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:12.893--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:12.893--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [1, Department_1, 1] [junit] [EL Fine]: 2022-09-10 04:19:12.894--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [6, Department_6, 1] [junit] [EL Fine]: 2022-09-10 04:19:12.894--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [0, Department_0, 1] [junit] [EL Fine]: 2022-09-10 04:19:12.894--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [8, Department_8, 1] [junit] [EL Fine]: 2022-09-10 04:19:12.894--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [2, Department_2, 1] [junit] [EL Fine]: 2022-09-10 04:19:12.894--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [4, Department_4, 1] [junit] [EL Fine]: 2022-09-10 04:19:12.894--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [3, Department_3, 1] [junit] [EL Fine]: 2022-09-10 04:19:12.894--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [5, Department_5, 1] [junit] [EL Fine]: 2022-09-10 04:19:12.894--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [7, Department_7, 1] [junit] [EL Fine]: 2022-09-10 04:19:12.894--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [9, Department_9, 1] [junit] [EL Finer]: 2022-09-10 04:19:12.894--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:12.895--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@54fb9fef) [junit] [EL Finest]: 2022-09-10 04:19:12.896--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@570cf9d5) [junit] [EL Finest]: 2022-09-10 04:19:12.896--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@19fd0299) [junit] [EL Finest]: 2022-09-10 04:19:12.896--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@70ce4b5d) [junit] [EL Finest]: 2022-09-10 04:19:12.896--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@47daff53) [junit] [EL Finest]: 2022-09-10 04:19:12.896--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@d325e75) [junit] [EL Finest]: 2022-09-10 04:19:12.896--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@63306e58) [junit] [EL Finest]: 2022-09-10 04:19:12.896--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6191395) [junit] [EL Finest]: 2022-09-10 04:19:12.896--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@8d902f) [junit] [EL Finest]: 2022-09-10 04:19:12.896--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@12bc9995) [junit] [EL Finest]: 2022-09-10 04:19:12.896--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@798cdd5) [junit] [EL Finest]: 2022-09-10 04:19:12.896--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@62144e81) [junit] [EL Finest]: 2022-09-10 04:19:12.896--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7cebf48d) [junit] [EL Finest]: 2022-09-10 04:19:12.897--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7e13b83c) [junit] [EL Finest]: 2022-09-10 04:19:12.897--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@604201a0) [junit] [EL Finest]: 2022-09-10 04:19:12.897--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6ba68981) [junit] [EL Finest]: 2022-09-10 04:19:12.897--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@11743654) [junit] [EL Finest]: 2022-09-10 04:19:12.897--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1c204621) [junit] [EL Finest]: 2022-09-10 04:19:12.897--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@50696c7c) [junit] [EL Finest]: 2022-09-10 04:19:12.897--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@470a65ae) [junit] [EL Finest]: 2022-09-10 04:19:12.897--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4dae054b) [junit] [EL Finest]: 2022-09-10 04:19:12.897--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7f558711) [junit] [EL Finest]: 2022-09-10 04:19:12.897--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7d043960) [junit] [EL Finest]: 2022-09-10 04:19:12.897--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5ccf13a9) [junit] [EL Finest]: 2022-09-10 04:19:12.897--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@79c4580b) [junit] [EL Finest]: 2022-09-10 04:19:12.898--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3c584ab8) [junit] [EL Finest]: 2022-09-10 04:19:12.898--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@35d66a01) [junit] [EL Finest]: 2022-09-10 04:19:12.898--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4bb1d848) [junit] [EL Finest]: 2022-09-10 04:19:12.898--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@317f13e9) [junit] [EL Finest]: 2022-09-10 04:19:12.898--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2676837c) [junit] [EL Finest]: 2022-09-10 04:19:12.898--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@49e09b23) [junit] [EL Finest]: 2022-09-10 04:19:12.898--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@33f2ccd1) [junit] [EL Finest]: 2022-09-10 04:19:12.898--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@37d61cea) [junit] [EL Finest]: 2022-09-10 04:19:12.898--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1b924e5) [junit] [EL Finest]: 2022-09-10 04:19:12.898--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2e9141d2) [junit] [EL Finest]: 2022-09-10 04:19:12.898--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7071a0b9) [junit] [EL Finest]: 2022-09-10 04:19:12.898--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1af0dc3c) [junit] [EL Finest]: 2022-09-10 04:19:12.898--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@27504ed3) [junit] [EL Finest]: 2022-09-10 04:19:12.899--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@61fab063) [junit] [EL Finest]: 2022-09-10 04:19:12.899--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@295c834b) [junit] [EL Finest]: 2022-09-10 04:19:12.899--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5c92147c) [junit] [EL Finest]: 2022-09-10 04:19:12.899--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3f8d5d43) [junit] [EL Finest]: 2022-09-10 04:19:12.899--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@55023ead) [junit] [EL Finest]: 2022-09-10 04:19:12.899--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7d274ee2) [junit] [EL Finest]: 2022-09-10 04:19:12.899--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@17844cbd) [junit] [EL Finest]: 2022-09-10 04:19:12.899--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7a832964) [junit] [EL Finest]: 2022-09-10 04:19:12.899--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3775c3e3) [junit] [EL Finest]: 2022-09-10 04:19:12.899--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4dcaa972) [junit] [EL Finest]: 2022-09-10 04:19:12.899--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1aff6f46) [junit] [EL Finest]: 2022-09-10 04:19:12.899--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3ad15e83) [junit] [EL Finest]: 2022-09-10 04:19:12.9--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@785e65cd) [junit] [EL Finest]: 2022-09-10 04:19:12.9--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4204ad9d) [junit] [EL Finest]: 2022-09-10 04:19:12.9--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6b8564e5) [junit] [EL Finest]: 2022-09-10 04:19:12.9--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5accbeae) [junit] [EL Finest]: 2022-09-10 04:19:12.9--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3a784248) [junit] [EL Finest]: 2022-09-10 04:19:12.9--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7c096764) [junit] [EL Finest]: 2022-09-10 04:19:12.9--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@241e5fe6) [junit] [EL Finest]: 2022-09-10 04:19:12.9--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1a4f3538) [junit] [EL Finest]: 2022-09-10 04:19:12.9--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@36f35774) [junit] [EL Finest]: 2022-09-10 04:19:12.9--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2595ecb2) [junit] [EL Finest]: 2022-09-10 04:19:12.9--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@254bd293) [junit] [EL Finest]: 2022-09-10 04:19:12.9--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1d215a52) [junit] [EL Finest]: 2022-09-10 04:19:12.9--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1c08cd61) [junit] [EL Finest]: 2022-09-10 04:19:12.901--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@485d3d1) [junit] [EL Finest]: 2022-09-10 04:19:12.901--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@768ceda4) [junit] [EL Finest]: 2022-09-10 04:19:12.901--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@14a7f2fd) [junit] [EL Finest]: 2022-09-10 04:19:12.901--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7e82a5fb) [junit] [EL Finest]: 2022-09-10 04:19:12.901--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3bec3641) [junit] [EL Finest]: 2022-09-10 04:19:12.901--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@16494888) [junit] [EL Finest]: 2022-09-10 04:19:12.901--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6ccbd2de) [junit] [EL Finest]: 2022-09-10 04:19:12.901--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1459ffe4) [junit] [EL Finest]: 2022-09-10 04:19:12.901--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@501f3c79) [junit] [EL Finest]: 2022-09-10 04:19:12.901--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@659ba3a1) [junit] [EL Finest]: 2022-09-10 04:19:12.901--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@940fe23) [junit] [EL Finest]: 2022-09-10 04:19:12.901--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6eba6554) [junit] [EL Finest]: 2022-09-10 04:19:12.901--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@57ab8f82) [junit] [EL Finest]: 2022-09-10 04:19:12.902--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@705a2022) [junit] [EL Finest]: 2022-09-10 04:19:12.902--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@67a842b1) [junit] [EL Finest]: 2022-09-10 04:19:12.902--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@598c23ad) [junit] [EL Finest]: 2022-09-10 04:19:12.902--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@636b198) [junit] [EL Finest]: 2022-09-10 04:19:12.902--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@361fb3b3) [junit] [EL Finest]: 2022-09-10 04:19:12.902--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@11dcc499) [junit] [EL Finest]: 2022-09-10 04:19:12.902--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@14eaec27) [junit] [EL Finest]: 2022-09-10 04:19:12.902--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4f67d2b2) [junit] [EL Finest]: 2022-09-10 04:19:12.902--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4556a9a7) [junit] [EL Finest]: 2022-09-10 04:19:12.902--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@78c04131) [junit] [EL Finest]: 2022-09-10 04:19:12.902--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3157a760) [junit] [EL Finest]: 2022-09-10 04:19:12.902--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@cd3d6c3) [junit] [EL Finest]: 2022-09-10 04:19:12.902--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@17993651) [junit] [EL Finest]: 2022-09-10 04:19:12.903--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@43874d7f) [junit] [EL Finest]: 2022-09-10 04:19:12.903--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@295e3370) [junit] [EL Finest]: 2022-09-10 04:19:12.903--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@53f68c97) [junit] [EL Finest]: 2022-09-10 04:19:12.903--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1bbff5ba) [junit] [EL Finest]: 2022-09-10 04:19:12.903--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@565995a1) [junit] [EL Finest]: 2022-09-10 04:19:12.903--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1e19635d) [junit] [EL Finest]: 2022-09-10 04:19:12.903--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1cf5e850) [junit] [EL Finest]: 2022-09-10 04:19:12.903--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@47f64e86) [junit] [EL Finest]: 2022-09-10 04:19:12.903--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@47198a64) [junit] [EL Finest]: 2022-09-10 04:19:12.903--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@506328aa) [junit] [EL Finest]: 2022-09-10 04:19:12.903--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(44:null:cooking) [junit] [EL Finer]: 2022-09-10 04:19:12.903--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:12.903--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:12.904--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [56, Hakan, Hermelink, null, 2022-09-21 18:05:52.886, 2022-08-29 14:32:32.886, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.904--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [79, Helen, Henry, null, 2022-09-21 18:05:52.887, 2022-08-29 14:32:32.887, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.904--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [64, Hieu, Hausner, null, 2022-09-21 18:05:52.886, 2022-08-29 14:32:32.886, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.904--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, Hadmar, Heidegger, null, 2022-09-21 18:05:52.885, 2022-08-29 14:32:32.885, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.904--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [98, Heimo, Herder, null, 2022-09-21 18:05:52.888, 2022-08-29 14:32:32.888, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.904--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [1, Heribert, Habermann, null, 2022-09-21 18:05:52.882, 2022-08-29 14:32:32.882, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.904--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [57, Hadmar, Heinrich, null, 2022-09-21 18:05:52.886, 2022-08-29 14:32:32.886, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.904--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [34, Hulda, Hein, null, 2022-09-21 18:05:52.884, 2022-08-29 14:32:32.884, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.904--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [54, Hildegard, Heuser, null, 2022-09-21 18:05:52.886, 2022-08-29 14:32:32.886, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.904--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [14, Harvey, Hendrix, null, 2022-09-21 18:05:52.883, 2022-08-29 14:32:32.883, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.904--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [88, Hein, Hausner, null, 2022-09-21 18:05:52.888, 2022-08-29 14:32:32.888, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.904--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [52, Hakon, Heim, null, 2022-09-21 18:05:52.885, 2022-08-29 14:32:32.885, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.904--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [15, Helmut, Hewitt, null, 2022-09-21 18:05:52.883, 2022-08-29 14:32:32.883, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.904--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [36, Helen, Hellmann, null, 2022-09-21 18:05:52.884, 2022-08-29 14:32:32.884, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.904--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [16, Hjalmar, Hache, null, 2022-09-21 18:05:52.883, 2022-08-29 14:32:32.883, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.904--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [89, Heribert, Hardenberg, null, 2022-09-21 18:05:52.888, 2022-08-29 14:32:32.888, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.904--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [37, Helene, Hennig, null, 2022-09-21 18:05:52.884, 2022-08-29 14:32:32.884, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.904--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [66, Hagen, Hendrix, null, 2022-09-21 18:05:52.886, 2022-08-29 14:32:32.886, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.904--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [71, Hedwig, Haas, null, 2022-09-21 18:05:52.887, 2022-08-29 14:32:32.887, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.904--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [33, Hermine, Hanisch, null, 2022-09-21 18:05:52.884, 2022-08-29 14:32:32.884, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.904--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [3, Hartwin, Hanisch, null, 2022-09-21 18:05:52.882, 2022-08-29 14:32:32.882, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.904--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [75, Hedwig, Hardenberg, null, 2022-09-21 18:05:52.887, 2022-08-29 14:32:32.887, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.904--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [17, Hartwin, Hilgenfeld, null, 2022-09-21 18:05:52.883, 2022-08-29 14:32:32.883, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.905--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [0, Heimo, Hache, null, 2022-09-21 18:05:52.882, 2022-08-29 14:32:32.882, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.905--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [42, Helge, Halbach, null, 2022-09-21 18:05:52.885, 2022-08-29 14:32:32.885, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.905--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [53, Helen, Helms, null, 2022-09-21 18:05:52.885, 2022-08-29 14:32:32.885, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.905--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [80, Hartwin, Hartig, null, 2022-09-21 18:05:52.887, 2022-08-29 14:32:32.887, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.905--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [13, Heyko, Herold, null, 2022-09-21 18:05:52.883, 2022-08-29 14:32:32.883, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.905--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [41, Helene, Hecht, null, 2022-09-21 18:05:52.885, 2022-08-29 14:32:32.885, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.979--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [8, Heide, Haller, null, 2022-09-21 18:05:52.882, 2022-08-29 14:32:32.882, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.979--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [94, Hilde, Haas, null, 2022-09-21 18:05:52.888, 2022-08-29 14:32:32.888, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.979--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [76, Hedwig, Hein, null, 2022-09-21 18:05:52.887, 2022-08-29 14:32:32.887, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.979--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [68, Hartwig, Heider, null, 2022-09-21 18:05:52.886, 2022-08-29 14:32:32.886, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.979--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [62, Heike, Herbst, null, 2022-09-21 18:05:52.886, 2022-08-29 14:32:32.886, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.979--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [91, Helene, Hermann, null, 2022-09-21 18:05:52.888, 2022-08-29 14:32:32.888, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.979--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [49, Hella, Hayek, null, 2022-09-21 18:05:52.885, 2022-08-29 14:32:32.885, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.979--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [10, Heribert, Helms, null, 2022-09-21 18:05:52.882, 2022-08-29 14:32:32.882, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.979--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [21, Henning, Hegemann, null, 2022-09-21 18:05:52.883, 2022-08-29 14:32:32.883, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.979--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [78, Helgard, Hein, null, 2022-09-21 18:05:52.887, 2022-08-29 14:32:32.887, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.979--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, Helmar, Hanstein, null, 2022-09-21 18:05:52.885, 2022-08-29 14:32:32.885, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.979--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [24, Heide, Hermelink, null, 2022-09-21 18:05:52.883, 2022-08-29 14:32:32.883, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.98--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [25, Hartwig, Hary, null, 2022-09-21 18:05:52.883, 2022-08-29 14:32:32.883, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.98--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [40, Hein, Hettner, null, 2022-09-21 18:05:52.884, 2022-08-29 14:32:32.884, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.98--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [19, Helmut, Haak, null, 2022-09-21 18:05:52.883, 2022-08-29 14:32:32.883, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.98--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [50, Hildegard, Heinrich, null, 2022-09-21 18:05:52.885, 2022-08-29 14:32:32.885, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.98--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [27, Helen, Hayek, null, 2022-09-21 18:05:52.883, 2022-08-29 14:32:32.883, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.98--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [39, Hadmar, Heider, null, 2022-09-21 18:05:52.884, 2022-08-29 14:32:32.884, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.98--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [72, Herbert, Heuser, null, 2022-09-21 18:05:52.887, 2022-08-29 14:32:32.887, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.98--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [51, Heida, Hausmann, null, 2022-09-21 18:05:52.885, 2022-08-29 14:32:32.885, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.98--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [58, Hannah, Hecht, null, 2022-09-21 18:05:52.886, 2022-08-29 14:32:32.886, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.98--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [32, Hilarius, Hermelink, null, 2022-09-21 18:05:52.884, 2022-08-29 14:32:32.884, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.98--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [99, Helena, Henning, null, 2022-09-21 18:05:52.889, 2022-08-29 14:32:32.889, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.98--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [23, Hannes, Helbig, null, 2022-09-21 18:05:52.883, 2022-08-29 14:32:32.883, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.98--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [87, Heinke, Hense, null, 2022-09-21 18:05:52.888, 2022-08-29 14:32:32.888, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.98--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [95, Hinrich, Havenstein, null, 2022-09-21 18:05:52.888, 2022-08-29 14:32:32.888, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.98--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [20, Hein, Hausmann, null, 2022-09-21 18:05:52.883, 2022-08-29 14:32:32.883, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.98--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [12, Hubert, Hegemann, null, 2022-09-21 18:05:52.882, 2022-08-29 14:32:32.882, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.98--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [29, Heiner, Herold, null, 2022-09-21 18:05:52.884, 2022-08-29 14:32:32.884, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.98--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [97, Hieronymus, Helbig, null, 2022-09-21 18:05:52.888, 2022-08-29 14:32:32.888, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.98--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [82, Hagen, Helbig, null, 2022-09-21 18:05:52.887, 2022-08-29 14:32:32.887, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.98--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, Hertha, Herrmann, null, 2022-09-21 18:05:52.885, 2022-08-29 14:32:32.885, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.98--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [65, Heida, Heuser, null, 2022-09-21 18:05:52.886, 2022-08-29 14:32:32.886, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.98--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [86, Hänel, Hesse, null, 2022-09-21 18:05:52.888, 2022-08-29 14:32:32.888, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.98--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [38, Harald, Hildebrandt, null, 2022-09-21 18:05:52.884, 2022-08-29 14:32:32.884, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.981--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [4, Hauke, Halbach, null, 2022-09-21 18:05:52.882, 2022-08-29 14:32:32.882, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.981--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [96, Hermann, Hentschel, null, 2022-09-21 18:05:52.888, 2022-08-29 14:32:32.888, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.981--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [85, Hilarius, Heider, null, 2022-09-21 18:05:52.888, 2022-08-29 14:32:32.888, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.981--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [73, Hermann, Hanson, null, 2022-09-21 18:05:52.887, 2022-08-29 14:32:32.887, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.981--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [84, Holde, Henschel, null, 2022-09-21 18:05:52.888, 2022-08-29 14:32:32.888, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.981--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [5, Henrike, Hamburger, null, 2022-09-21 18:05:52.882, 2022-08-29 14:32:32.882, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.981--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [69, Henri, Hendrix, null, 2022-09-21 18:05:52.887, 2022-08-29 14:32:32.887, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.981--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [77, Humphrey, Hanisch, null, 2022-09-21 18:05:52.887, 2022-08-29 14:32:32.887, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.981--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [59, Heinz, Hennig, null, 2022-09-21 18:05:52.886, 2022-08-29 14:32:32.886, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.981--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [9, Henryk, Herbst, null, 2022-09-21 18:05:52.882, 2022-08-29 14:32:32.882, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.981--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [26, Hazel, Hausner, null, 2022-09-21 18:05:52.883, 2022-08-29 14:32:32.883, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.981--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [70, Henri, Hemsterhuis, null, 2022-09-21 18:05:52.887, 2022-08-29 14:32:32.887, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.981--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, Heidemarie, Herbst, null, 2022-09-21 18:05:52.885, 2022-08-29 14:32:32.885, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.981--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [61, Heike, Heise, null, 2022-09-21 18:05:52.886, 2022-08-29 14:32:32.886, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.981--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [35, Hauke, Hermelink, null, 2022-09-21 18:05:52.884, 2022-08-29 14:32:32.884, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.981--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [83, Harry, Hamburger, null, 2022-09-21 18:05:52.887, 2022-08-29 14:32:32.887, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.981--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [28, Hedda, Heuser, null, 2022-09-21 18:05:52.883, 2022-08-29 14:32:32.883, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.981--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [63, Helmar, Herzog, null, 2022-09-21 18:05:52.886, 2022-08-29 14:32:32.886, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.981--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [7, Herbert, Hamann, null, 2022-09-21 18:05:52.882, 2022-08-29 14:32:32.882, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.981--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [18, Hella, Hecht, null, 2022-09-21 18:05:52.883, 2022-08-29 14:32:32.883, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.981--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [93, Hasso, Herrmann, null, 2022-09-21 18:05:52.888, 2022-08-29 14:32:32.888, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.981--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [92, Henrike, Hamann, null, 2022-09-21 18:05:52.888, 2022-08-29 14:32:32.888, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.981--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [11, Hubert, Hausmann, null, 2022-09-21 18:05:52.882, 2022-08-29 14:32:32.882, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.982--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [2, Hinrich, Haller, null, 2022-09-21 18:05:52.882, 2022-08-29 14:32:32.882, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.982--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [81, Heiko, Helmig, null, 2022-09-21 18:05:52.887, 2022-08-29 14:32:32.887, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.982--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [67, Hedwig, Hennig, null, 2022-09-21 18:05:52.886, 2022-08-29 14:32:32.886, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.982--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, Heinke, Heise, null, 2022-09-21 18:05:52.885, 2022-08-29 14:32:32.885, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.982--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [74, Horst, Herder, null, 2022-09-21 18:05:52.887, 2022-08-29 14:32:32.887, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.982--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [55, Henri, Hegemann, null, 2022-09-21 18:05:52.886, 2022-08-29 14:32:32.886, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.982--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [22, Hakan, Hamburger, null, 2022-09-21 18:05:52.883, 2022-08-29 14:32:32.883, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.982--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [90, Hubertus, Hermann, null, 2022-09-21 18:05:52.888, 2022-08-29 14:32:32.888, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.982--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [60, Horst, Henry, null, 2022-09-21 18:05:52.886, 2022-08-29 14:32:32.886, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.982--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [6, Hazel, Hardy, null, 2022-09-21 18:05:52.882, 2022-08-29 14:32:32.882, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.982--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, Harvey, Hache, null, 2022-09-21 18:05:52.885, 2022-08-29 14:32:32.885, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.982--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [31, Hella, Helbig, null, 2022-09-21 18:05:52.884, 2022-08-29 14:32:32.884, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:12.982--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [30, Heimo, Hellmann, null, 2022-09-21 18:05:52.884, 2022-08-29 14:32:32.884, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:12.982--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:13.005--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(46:null:cleaning the house) [junit] [EL Finest]: 2022-09-10 04:19:13.005--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(49:null:stamps) [junit] [EL Finest]: 2022-09-10 04:19:13.005--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(43:null:reading) [junit] [EL Finest]: 2022-09-10 04:19:13.005--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(45:null:watching tv) [junit] [EL Finest]: 2022-09-10 04:19:13.005--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(48:null:computers) [junit] [EL Finest]: 2022-09-10 04:19:13.005--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(47:null:swimming) [junit] [EL Finest]: 2022-09-10 04:19:13.005--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@33c84793) [junit] [EL Finer]: 2022-09-10 04:19:13.005--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:13.005--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:13.005--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, null, cooking] [junit] [EL Fine]: 2022-09-10 04:19:13.005--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, null, cleaning the house] [junit] [EL Fine]: 2022-09-10 04:19:13.005--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [49, null, stamps] [junit] [EL Fine]: 2022-09-10 04:19:13.005--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, null, reading] [junit] [EL Fine]: 2022-09-10 04:19:13.005--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, null, watching tv] [junit] [EL Fine]: 2022-09-10 04:19:13.005--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, null, computers] [junit] [EL Fine]: 2022-09-10 04:19:13.005--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, null, swimming] [junit] [EL Finer]: 2022-09-10 04:19:13.006--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:13.007--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4926f6d6) [junit] [EL Finest]: 2022-09-10 04:19:13.007--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7ee2a6b3) [junit] [EL Finest]: 2022-09-10 04:19:13.007--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1d60ee76) [junit] [EL Finest]: 2022-09-10 04:19:13.007--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4da6546a) [junit] [EL Finest]: 2022-09-10 04:19:13.007--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1a696f6c) [junit] [EL Finest]: 2022-09-10 04:19:13.007--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@c86a448) [junit] [EL Finest]: 2022-09-10 04:19:13.007--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@50416b87) [junit] [EL Finest]: 2022-09-10 04:19:13.008--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@21a87972) [junit] [EL Finest]: 2022-09-10 04:19:13.008--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1e2aa6d0) [junit] [EL Finest]: 2022-09-10 04:19:13.008--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7fc9253c) [junit] [EL Finest]: 2022-09-10 04:19:13.008--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4f7820f8) [junit] [EL Finest]: 2022-09-10 04:19:13.008--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@54d6a078) [junit] [EL Finest]: 2022-09-10 04:19:13.008--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3c6e8672) [junit] [EL Finest]: 2022-09-10 04:19:13.008--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4c16522b) [junit] [EL Finest]: 2022-09-10 04:19:13.008--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@682d2997) [junit] [EL Finest]: 2022-09-10 04:19:13.008--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@10060f31) [junit] [EL Finest]: 2022-09-10 04:19:13.008--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@14389dd7) [junit] [EL Finest]: 2022-09-10 04:19:13.008--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@77187c70) [junit] [EL Finest]: 2022-09-10 04:19:13.008--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3ce3a01) [junit] [EL Finest]: 2022-09-10 04:19:13.008--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5cb41e93) [junit] [EL Finest]: 2022-09-10 04:19:13.009--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@80f1151) [junit] [EL Finest]: 2022-09-10 04:19:13.009--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7a972f52) [junit] [EL Finest]: 2022-09-10 04:19:13.009--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@17a81a45) [junit] [EL Finest]: 2022-09-10 04:19:13.009--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@618f0ba) [junit] [EL Finest]: 2022-09-10 04:19:13.009--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@570b21e0) [junit] [EL Finest]: 2022-09-10 04:19:13.009--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4a229e9d) [junit] [EL Finest]: 2022-09-10 04:19:13.009--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@399c0608) [junit] [EL Finest]: 2022-09-10 04:19:13.009--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1f1a57e8) [junit] [EL Finest]: 2022-09-10 04:19:13.009--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@365c62d5) [junit] [EL Finest]: 2022-09-10 04:19:13.009--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7d51e3df) [junit] [EL Finest]: 2022-09-10 04:19:13.009--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@655e2908) [junit] [EL Finest]: 2022-09-10 04:19:13.009--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5dd5142) [junit] [EL Finest]: 2022-09-10 04:19:13.01--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@67138427) [junit] [EL Finest]: 2022-09-10 04:19:13.01--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@b39a3bf) [junit] [EL Finest]: 2022-09-10 04:19:13.01--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@24b57f0b) [junit] [EL Finest]: 2022-09-10 04:19:13.01--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@62cf4881) [junit] [EL Finest]: 2022-09-10 04:19:13.01--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4b6d894d) [junit] [EL Finest]: 2022-09-10 04:19:13.01--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a056d39) [junit] [EL Finest]: 2022-09-10 04:19:13.01--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5b5c1135) [junit] [EL Finest]: 2022-09-10 04:19:13.01--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@24e419ab) [junit] [EL Finest]: 2022-09-10 04:19:13.01--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a08108d) [junit] [EL Finest]: 2022-09-10 04:19:13.01--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@315d4207) [junit] [EL Finest]: 2022-09-10 04:19:13.01--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3c401155) [junit] [EL Finest]: 2022-09-10 04:19:13.01--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@60d33834) [junit] [EL Finest]: 2022-09-10 04:19:13.01--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@64073f50) [junit] [EL Finest]: 2022-09-10 04:19:13.011--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@752ac39a) [junit] [EL Finest]: 2022-09-10 04:19:13.011--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@536fddad) [junit] [EL Finest]: 2022-09-10 04:19:13.011--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6944a621) [junit] [EL Finest]: 2022-09-10 04:19:13.011--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@59a330cd) [junit] [EL Finest]: 2022-09-10 04:19:13.011--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@722479ba) [junit] [EL Finest]: 2022-09-10 04:19:13.011--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5b386c8) [junit] [EL Finest]: 2022-09-10 04:19:13.011--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1d27d981) [junit] [EL Finest]: 2022-09-10 04:19:13.011--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@21d1f97f) [junit] [EL Finest]: 2022-09-10 04:19:13.011--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6204fbc1) [junit] [EL Finest]: 2022-09-10 04:19:13.011--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@30822879) [junit] [EL Finest]: 2022-09-10 04:19:13.011--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2bfd3970) [junit] [EL Finest]: 2022-09-10 04:19:13.011--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@91a5e3f) [junit] [EL Finest]: 2022-09-10 04:19:13.011--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@34a4599a) [junit] [EL Finest]: 2022-09-10 04:19:13.012--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6c65578d) [junit] [EL Finest]: 2022-09-10 04:19:13.012--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4512af0e) [junit] [EL Finest]: 2022-09-10 04:19:13.012--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5b91c33f) [junit] [EL Finest]: 2022-09-10 04:19:13.012--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@30f139f) [junit] [EL Finest]: 2022-09-10 04:19:13.012--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@161e99d8) [junit] [EL Finest]: 2022-09-10 04:19:13.012--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@f90ff5e) [junit] [EL Finest]: 2022-09-10 04:19:13.012--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3278324f) [junit] [EL Finest]: 2022-09-10 04:19:13.012--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@15944e4e) [junit] [EL Finest]: 2022-09-10 04:19:13.012--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7294e45b) [junit] [EL Finest]: 2022-09-10 04:19:13.012--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@11279761) [junit] [EL Finest]: 2022-09-10 04:19:13.012--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1f7f2e76) [junit] [EL Finest]: 2022-09-10 04:19:13.012--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6cb715fd) [junit] [EL Finest]: 2022-09-10 04:19:13.012--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@129a9d88) [junit] [EL Finest]: 2022-09-10 04:19:13.013--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1c2cf47f) [junit] [EL Finest]: 2022-09-10 04:19:13.013--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4dcfca8f) [junit] [EL Finest]: 2022-09-10 04:19:13.013--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@f7ee1ba) [junit] [EL Finest]: 2022-09-10 04:19:13.013--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@504d9fd1) [junit] [EL Finest]: 2022-09-10 04:19:13.013--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@45b4135) [junit] [EL Finest]: 2022-09-10 04:19:13.013--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7ae8a6eb) [junit] [EL Finest]: 2022-09-10 04:19:13.013--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@15f0d80f) [junit] [EL Finest]: 2022-09-10 04:19:13.013--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@105dc6df) [junit] [EL Finest]: 2022-09-10 04:19:13.013--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@20347d47) [junit] [EL Finest]: 2022-09-10 04:19:13.013--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@77dfc923) [junit] [EL Finest]: 2022-09-10 04:19:13.013--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@660da0d7) [junit] [EL Finest]: 2022-09-10 04:19:13.013--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@e068d7) [junit] [EL Finest]: 2022-09-10 04:19:13.013--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3ce295f9) [junit] [EL Finest]: 2022-09-10 04:19:13.014--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@68a45b0f) [junit] [EL Finest]: 2022-09-10 04:19:13.014--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3de9aa8d) [junit] [EL Finest]: 2022-09-10 04:19:13.014--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@66e22c32) [junit] [EL Finest]: 2022-09-10 04:19:13.014--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@459c0f38) [junit] [EL Finest]: 2022-09-10 04:19:13.014--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@64fc2612) [junit] [EL Finest]: 2022-09-10 04:19:13.014--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@18a997c7) [junit] [EL Finest]: 2022-09-10 04:19:13.014--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4c23f0b9) [junit] [EL Finest]: 2022-09-10 04:19:13.014--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@545df2c5) [junit] [EL Finest]: 2022-09-10 04:19:13.014--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@43fd117c) [junit] [EL Finest]: 2022-09-10 04:19:13.014--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@590201fb) [junit] [EL Finest]: 2022-09-10 04:19:13.014--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@400bb27) [junit] [EL Finest]: 2022-09-10 04:19:13.014--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@56082f59) [junit] [EL Finest]: 2022-09-10 04:19:13.014--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@48526f0b) [junit] [EL Finest]: 2022-09-10 04:19:13.015--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@78b2504d) [junit] [EL Finest]: 2022-09-10 04:19:13.015--UnitOfWork(116214725)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@272aa224) [junit] [EL Finest]: 2022-09-10 04:19:13.015--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:13.015--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:13.015--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, VERSION, EMPLOYEE_ID, DTYPE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:13.015--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [726, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.015--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [651, foo-car, null, null, null, null, 1, 38, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.015--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [713, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.015--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [682, foo-car, null, null, null, null, 1, 18, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.015--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [670, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.015--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [679, foo-car, null, null, null, null, 1, 48, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.015--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [652, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.015--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [660, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.015--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [706, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.015--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [719, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.015--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [701, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.015--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [673, foo-car, null, null, null, null, 1, 66, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.015--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [664, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.015--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [684, foo-car, null, null, null, null, 1, 84, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.015--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [716, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.015--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [685, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.015--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [671, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.015--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [708, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.015--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [653, foo-car, null, null, null, null, 1, 44, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.015--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [635, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.015--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [648, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.016--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [657, foo-car, null, null, null, null, 1, 64, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.016--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [645, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.016--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [691, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.016--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [722, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.016--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [665, foo-car, null, null, null, null, 1, 90, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.016--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [696, foo-car, null, null, null, null, 1, 4, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.016--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [690, foo-car, null, null, null, null, 1, 56, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.016--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [649, foo-car, null, null, null, null, 1, 26, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.016--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [710, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.016--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [634, foo-car, null, null, null, null, 1, 92, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.016--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [718, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.016--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [655, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.016--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [697, foo-car, null, null, null, null, 1, 50, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.016--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [669, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.016--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [637, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.016--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [642, foo-car, null, null, null, null, 1, 36, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.016--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [676, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.016--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [650, foo-car, null, null, null, null, 1, 28, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.016--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [662, foo-car, null, null, null, null, 1, 72, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.016--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [639, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.016--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [699, foo-car, null, null, null, null, 1, 78, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.016--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [731, foo-car, null, null, null, null, 1, 86, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.016--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [656, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.016--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [720, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.016--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [667, foo-car, null, null, null, null, 1, 40, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.016--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [641, foo-car, null, null, null, null, 1, 58, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.016--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [732, foo-car, null, null, null, null, 1, 80, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.016--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [688, foo-car, null, null, null, null, 1, 88, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.016--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [705, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.016--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [686, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.016--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [668, foo-car, null, null, null, null, 1, 2, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.016--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [707, foo-car, null, null, null, null, 1, 12, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.016--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [687, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.017--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [646, foo-car, null, null, null, null, 1, 52, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.017--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [674, foo-car, null, null, null, null, 1, 54, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.017--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [714, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.017--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [672, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.017--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [724, foo-car, null, null, null, null, 1, 10, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.017--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [666, foo-car, null, null, null, null, 1, 62, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.017--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [712, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.017--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [692, foo-car, null, null, null, null, 1, 96, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.017--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [658, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.017--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [728, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.017--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [663, foo-car, null, null, null, null, 1, 68, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.017--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [730, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.017--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [711, foo-car, null, null, null, null, 1, 94, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.017--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [725, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.017--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [693, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.017--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [695, foo-car, null, null, null, null, 1, 30, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.017--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [659, foo-car, null, null, null, null, 1, 24, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.017--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [721, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.017--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [715, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.017--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [723, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.017--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [702, foo-car, null, null, null, null, 1, 74, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.017--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [703, foo-car, null, null, null, null, 1, 0, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.017--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [636, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.017--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [640, foo-car, null, null, null, null, 1, 14, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.017--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [647, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.017--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [675, foo-car, null, null, null, null, 1, 42, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.017--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [661, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.017--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [704, foo-car, null, null, null, null, 1, 76, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.017--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [654, foo-car, null, null, null, null, 1, 32, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.017--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [727, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.017--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [698, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.017--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [689, foo-car, null, null, null, null, 1, 34, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.017--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [680, foo-car, null, null, null, null, 1, 6, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.017--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [643, foo-car, null, null, null, null, 1, 8, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.018--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [677, foo-car, null, null, null, null, 1, 60, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.018--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [678, foo-car, null, null, null, null, 1, 16, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.018--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [681, foo-car, null, null, null, null, 1, 20, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.018--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [683, foo-car, null, null, null, null, 1, 70, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.018--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [709, foo-car, null, null, null, null, 1, 46, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.018--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [729, foo-car, null, null, null, null, 1, 98, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.018--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [644, foo-car, null, null, null, null, 1, 82, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.018--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [700, foo-car, null, null, null, null, 1, 22, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.018--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [638, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.018--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [694, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.018--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [733, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.018--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [717, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Finer]: 2022-09-10 04:19:13.018--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:13.035--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.035--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.035--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.035--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.035--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.035--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.035--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.035--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.035--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.035--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.035--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.035--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.035--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.035--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.035--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.035--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.036--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.036--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.036--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.036--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.036--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.036--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.036--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.036--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.036--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.036--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.036--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.036--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.036--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.036--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.036--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.036--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.036--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.036--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.036--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.036--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.036--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.036--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.036--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.036--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.037--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.037--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.037--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.037--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.037--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.037--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.037--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.037--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.037--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.037--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:13.037--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:13.037--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:13.037--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [3, 737] [junit] [EL Fine]: 2022-09-10 04:19:13.037--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [37, 737] [junit] [EL Fine]: 2022-09-10 04:19:13.037--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [39, 737] [junit] [EL Fine]: 2022-09-10 04:19:13.037--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [49, 737] [junit] [EL Fine]: 2022-09-10 04:19:13.037--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [51, 737] [junit] [EL Fine]: 2022-09-10 04:19:13.037--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [65, 737] [junit] [EL Fine]: 2022-09-10 04:19:13.037--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [67, 737] [junit] [EL Fine]: 2022-09-10 04:19:13.037--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [79, 737] [junit] [EL Fine]: 2022-09-10 04:19:13.037--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [95, 737] [junit] [EL Fine]: 2022-09-10 04:19:13.037--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [99, 737] [junit] [EL Fine]: 2022-09-10 04:19:13.037--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [7, 734] [junit] [EL Fine]: 2022-09-10 04:19:13.037--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [17, 734] [junit] [EL Fine]: 2022-09-10 04:19:13.037--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [31, 734] [junit] [EL Fine]: 2022-09-10 04:19:13.037--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [33, 734] [junit] [EL Fine]: 2022-09-10 04:19:13.038--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [41, 734] [junit] [EL Fine]: 2022-09-10 04:19:13.038--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 734] [junit] [EL Fine]: 2022-09-10 04:19:13.038--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 734] [junit] [EL Fine]: 2022-09-10 04:19:13.038--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [59, 734] [junit] [EL Fine]: 2022-09-10 04:19:13.038--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [61, 734] [junit] [EL Fine]: 2022-09-10 04:19:13.038--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [71, 734] [junit] [EL Fine]: 2022-09-10 04:19:13.038--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [73, 734] [junit] [EL Fine]: 2022-09-10 04:19:13.038--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [87, 734] [junit] [EL Fine]: 2022-09-10 04:19:13.038--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [91, 734] [junit] [EL Fine]: 2022-09-10 04:19:13.038--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [97, 734] [junit] [EL Fine]: 2022-09-10 04:19:13.038--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [1, 736] [junit] [EL Fine]: 2022-09-10 04:19:13.038--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [9, 736] [junit] [EL Fine]: 2022-09-10 04:19:13.038--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [13, 736] [junit] [EL Fine]: 2022-09-10 04:19:13.038--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [15, 736] [junit] [EL Fine]: 2022-09-10 04:19:13.038--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [19, 736] [junit] [EL Fine]: 2022-09-10 04:19:13.038--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [23, 736] [junit] [EL Fine]: 2022-09-10 04:19:13.038--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [25, 736] [junit] [EL Fine]: 2022-09-10 04:19:13.038--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [27, 736] [junit] [EL Fine]: 2022-09-10 04:19:13.038--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [29, 736] [junit] [EL Fine]: 2022-09-10 04:19:13.038--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [57, 736] [junit] [EL Fine]: 2022-09-10 04:19:13.038--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [77, 736] [junit] [EL Fine]: 2022-09-10 04:19:13.038--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [85, 736] [junit] [EL Fine]: 2022-09-10 04:19:13.038--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [93, 736] [junit] [EL Fine]: 2022-09-10 04:19:13.038--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [5, 735] [junit] [EL Fine]: 2022-09-10 04:19:13.038--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [11, 735] [junit] [EL Fine]: 2022-09-10 04:19:13.038--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [21, 735] [junit] [EL Fine]: 2022-09-10 04:19:13.038--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [35, 735] [junit] [EL Fine]: 2022-09-10 04:19:13.038--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 735] [junit] [EL Fine]: 2022-09-10 04:19:13.038--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [53, 735] [junit] [EL Fine]: 2022-09-10 04:19:13.038--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [55, 735] [junit] [EL Fine]: 2022-09-10 04:19:13.038--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [63, 735] [junit] [EL Fine]: 2022-09-10 04:19:13.038--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [69, 735] [junit] [EL Fine]: 2022-09-10 04:19:13.038--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [75, 735] [junit] [EL Fine]: 2022-09-10 04:19:13.038--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [81, 735] [junit] [EL Fine]: 2022-09-10 04:19:13.038--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [83, 735] [junit] [EL Fine]: 2022-09-10 04:19:13.038--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [89, 735] [junit] [EL Finer]: 2022-09-10 04:19:13.038--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:13.046--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.046--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.046--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.046--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.046--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.046--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.046--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.046--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.047--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.047--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.047--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.047--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.047--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.047--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.047--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.047--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.047--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.047--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.047--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.047--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.047--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.047--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.047--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.047--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.047--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.047--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.047--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.047--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.087--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.087--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.087--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.087--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.087--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.087--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.087--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.087--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.087--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.087--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.087--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.087--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.087--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.087--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.087--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.088--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.088--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.088--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.088--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.088--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.088--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.088--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.088--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.088--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.088--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.088--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.088--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.088--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.088--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.088--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.088--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.089--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.089--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.089--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.089--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.089--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.089--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.089--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.089--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.089--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.089--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.089--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.089--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.089--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.089--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.089--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.089--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.089--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.089--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.09--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.09--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.09--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.09--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.09--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.09--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.09--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.09--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.09--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.09--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.09--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.09--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.09--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.09--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.09--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.09--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.09--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.09--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.091--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.091--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.091--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.091--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.091--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:13.091--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:13.091--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:13.091--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 56] [junit] [EL Fine]: 2022-09-10 04:19:13.091--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 56] [junit] [EL Fine]: 2022-09-10 04:19:13.091--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 56] [junit] [EL Fine]: 2022-09-10 04:19:13.091--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 56] [junit] [EL Fine]: 2022-09-10 04:19:13.091--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 56] [junit] [EL Fine]: 2022-09-10 04:19:13.091--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 79] [junit] [EL Fine]: 2022-09-10 04:19:13.091--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 79] [junit] [EL Fine]: 2022-09-10 04:19:13.091--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 79] [junit] [EL Fine]: 2022-09-10 04:19:13.091--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 79] [junit] [EL Fine]: 2022-09-10 04:19:13.091--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 79] [junit] [EL Fine]: 2022-09-10 04:19:13.091--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 64] [junit] [EL Fine]: 2022-09-10 04:19:13.091--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 64] [junit] [EL Fine]: 2022-09-10 04:19:13.091--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 64] [junit] [EL Fine]: 2022-09-10 04:19:13.091--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 64] [junit] [EL Fine]: 2022-09-10 04:19:13.091--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 64] [junit] [EL Fine]: 2022-09-10 04:19:13.092--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 47] [junit] [EL Fine]: 2022-09-10 04:19:13.092--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 47] [junit] [EL Fine]: 2022-09-10 04:19:13.092--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 47] [junit] [EL Fine]: 2022-09-10 04:19:13.092--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 47] [junit] [EL Fine]: 2022-09-10 04:19:13.092--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 47] [junit] [EL Fine]: 2022-09-10 04:19:13.092--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 98] [junit] [EL Fine]: 2022-09-10 04:19:13.092--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 98] [junit] [EL Fine]: 2022-09-10 04:19:13.092--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 98] [junit] [EL Fine]: 2022-09-10 04:19:13.092--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 98] [junit] [EL Fine]: 2022-09-10 04:19:13.092--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 98] [junit] [EL Fine]: 2022-09-10 04:19:13.092--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 1] [junit] [EL Fine]: 2022-09-10 04:19:13.092--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 1] [junit] [EL Fine]: 2022-09-10 04:19:13.092--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 1] [junit] [EL Fine]: 2022-09-10 04:19:13.092--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 1] [junit] [EL Fine]: 2022-09-10 04:19:13.092--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 1] [junit] [EL Fine]: 2022-09-10 04:19:13.092--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 57] [junit] [EL Fine]: 2022-09-10 04:19:13.092--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 57] [junit] [EL Fine]: 2022-09-10 04:19:13.092--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 57] [junit] [EL Fine]: 2022-09-10 04:19:13.092--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 57] [junit] [EL Fine]: 2022-09-10 04:19:13.092--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 57] [junit] [EL Fine]: 2022-09-10 04:19:13.092--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 34] [junit] [EL Fine]: 2022-09-10 04:19:13.092--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 34] [junit] [EL Fine]: 2022-09-10 04:19:13.092--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 34] [junit] [EL Fine]: 2022-09-10 04:19:13.092--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 34] [junit] [EL Fine]: 2022-09-10 04:19:13.092--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 34] [junit] [EL Fine]: 2022-09-10 04:19:13.093--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 54] [junit] [EL Fine]: 2022-09-10 04:19:13.093--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 54] [junit] [EL Fine]: 2022-09-10 04:19:13.093--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 54] [junit] [EL Fine]: 2022-09-10 04:19:13.093--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 54] [junit] [EL Fine]: 2022-09-10 04:19:13.093--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 54] [junit] [EL Fine]: 2022-09-10 04:19:13.093--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 14] [junit] [EL Fine]: 2022-09-10 04:19:13.093--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 14] [junit] [EL Fine]: 2022-09-10 04:19:13.093--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 14] [junit] [EL Fine]: 2022-09-10 04:19:13.093--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 14] [junit] [EL Fine]: 2022-09-10 04:19:13.093--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 14] [junit] [EL Fine]: 2022-09-10 04:19:13.093--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 88] [junit] [EL Fine]: 2022-09-10 04:19:13.093--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 88] [junit] [EL Fine]: 2022-09-10 04:19:13.093--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 88] [junit] [EL Fine]: 2022-09-10 04:19:13.093--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 88] [junit] [EL Fine]: 2022-09-10 04:19:13.093--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 88] [junit] [EL Fine]: 2022-09-10 04:19:13.093--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 52] [junit] [EL Fine]: 2022-09-10 04:19:13.093--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 52] [junit] [EL Fine]: 2022-09-10 04:19:13.093--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 52] [junit] [EL Fine]: 2022-09-10 04:19:13.093--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 52] [junit] [EL Fine]: 2022-09-10 04:19:13.093--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 52] [junit] [EL Fine]: 2022-09-10 04:19:13.093--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 15] [junit] [EL Fine]: 2022-09-10 04:19:13.093--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 15] [junit] [EL Fine]: 2022-09-10 04:19:13.093--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 15] [junit] [EL Fine]: 2022-09-10 04:19:13.093--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 15] [junit] [EL Fine]: 2022-09-10 04:19:13.093--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 15] [junit] [EL Fine]: 2022-09-10 04:19:13.093--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 36] [junit] [EL Fine]: 2022-09-10 04:19:13.094--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 36] [junit] [EL Fine]: 2022-09-10 04:19:13.094--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 36] [junit] [EL Fine]: 2022-09-10 04:19:13.094--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 36] [junit] [EL Fine]: 2022-09-10 04:19:13.094--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 36] [junit] [EL Fine]: 2022-09-10 04:19:13.094--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 16] [junit] [EL Fine]: 2022-09-10 04:19:13.094--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 16] [junit] [EL Fine]: 2022-09-10 04:19:13.094--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 16] [junit] [EL Fine]: 2022-09-10 04:19:13.094--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 16] [junit] [EL Fine]: 2022-09-10 04:19:13.094--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 16] [junit] [EL Fine]: 2022-09-10 04:19:13.094--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 89] [junit] [EL Fine]: 2022-09-10 04:19:13.094--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 89] [junit] [EL Fine]: 2022-09-10 04:19:13.094--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 89] [junit] [EL Fine]: 2022-09-10 04:19:13.094--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 89] [junit] [EL Fine]: 2022-09-10 04:19:13.094--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 89] [junit] [EL Fine]: 2022-09-10 04:19:13.094--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 37] [junit] [EL Fine]: 2022-09-10 04:19:13.094--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 37] [junit] [EL Fine]: 2022-09-10 04:19:13.094--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 37] [junit] [EL Fine]: 2022-09-10 04:19:13.094--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 37] [junit] [EL Fine]: 2022-09-10 04:19:13.094--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 37] [junit] [EL Fine]: 2022-09-10 04:19:13.094--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 66] [junit] [EL Fine]: 2022-09-10 04:19:13.094--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 66] [junit] [EL Fine]: 2022-09-10 04:19:13.094--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 66] [junit] [EL Fine]: 2022-09-10 04:19:13.094--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 66] [junit] [EL Fine]: 2022-09-10 04:19:13.094--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 66] [junit] [EL Fine]: 2022-09-10 04:19:13.094--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 71] [junit] [EL Fine]: 2022-09-10 04:19:13.094--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 71] [junit] [EL Fine]: 2022-09-10 04:19:13.095--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 71] [junit] [EL Fine]: 2022-09-10 04:19:13.095--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 71] [junit] [EL Fine]: 2022-09-10 04:19:13.095--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 71] [junit] [EL Fine]: 2022-09-10 04:19:13.095--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 33] [junit] [EL Fine]: 2022-09-10 04:19:13.095--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 33] [junit] [EL Fine]: 2022-09-10 04:19:13.095--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 33] [junit] [EL Fine]: 2022-09-10 04:19:13.095--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 33] [junit] [EL Fine]: 2022-09-10 04:19:13.095--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 33] [junit] [EL Finer]: 2022-09-10 04:19:13.095--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:13.112--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.112--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.112--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.112--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.112--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.112--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.112--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.113--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.113--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.113--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.113--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.113--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.113--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.113--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.113--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.113--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.113--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.113--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.113--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.113--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.113--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.113--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.113--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.114--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.114--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.114--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.114--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.114--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.114--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.114--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.114--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.114--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.114--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.114--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.114--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.114--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.114--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.114--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.114--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.115--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.115--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.115--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.115--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.115--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.115--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.115--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.115--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.115--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.115--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.115--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.115--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.115--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.115--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.115--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.115--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.115--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.116--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.116--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.116--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.116--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.116--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.116--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.116--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.116--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.116--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.116--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.116--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.116--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.116--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.116--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.116--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.116--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.117--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.117--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.117--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.117--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.117--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.117--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.117--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.117--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.117--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.117--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.117--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.117--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.117--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.117--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.117--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.117--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.117--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.118--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.118--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.118--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.118--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.118--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.118--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.118--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.118--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.118--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.118--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.118--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:13.118--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:13.118--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:13.118--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 3] [junit] [EL Fine]: 2022-09-10 04:19:13.118--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 3] [junit] [EL Fine]: 2022-09-10 04:19:13.118--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 3] [junit] [EL Fine]: 2022-09-10 04:19:13.118--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 3] [junit] [EL Fine]: 2022-09-10 04:19:13.118--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 3] [junit] [EL Fine]: 2022-09-10 04:19:13.119--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 75] [junit] [EL Fine]: 2022-09-10 04:19:13.119--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 75] [junit] [EL Fine]: 2022-09-10 04:19:13.119--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 75] [junit] [EL Fine]: 2022-09-10 04:19:13.119--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 75] [junit] [EL Fine]: 2022-09-10 04:19:13.119--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 75] [junit] [EL Fine]: 2022-09-10 04:19:13.119--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 17] [junit] [EL Fine]: 2022-09-10 04:19:13.119--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 17] [junit] [EL Fine]: 2022-09-10 04:19:13.119--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 17] [junit] [EL Fine]: 2022-09-10 04:19:13.119--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 17] [junit] [EL Fine]: 2022-09-10 04:19:13.119--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 17] [junit] [EL Fine]: 2022-09-10 04:19:13.119--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 0] [junit] [EL Fine]: 2022-09-10 04:19:13.119--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 0] [junit] [EL Fine]: 2022-09-10 04:19:13.119--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 0] [junit] [EL Fine]: 2022-09-10 04:19:13.119--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 0] [junit] [EL Fine]: 2022-09-10 04:19:13.119--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 0] [junit] [EL Fine]: 2022-09-10 04:19:13.119--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 42] [junit] [EL Fine]: 2022-09-10 04:19:13.119--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 42] [junit] [EL Fine]: 2022-09-10 04:19:13.119--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 42] [junit] [EL Fine]: 2022-09-10 04:19:13.119--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 42] [junit] [EL Fine]: 2022-09-10 04:19:13.119--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 42] [junit] [EL Fine]: 2022-09-10 04:19:13.119--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 53] [junit] [EL Fine]: 2022-09-10 04:19:13.119--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 53] [junit] [EL Fine]: 2022-09-10 04:19:13.12--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 53] [junit] [EL Fine]: 2022-09-10 04:19:13.12--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 53] [junit] [EL Fine]: 2022-09-10 04:19:13.12--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 53] [junit] [EL Fine]: 2022-09-10 04:19:13.12--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 80] [junit] [EL Fine]: 2022-09-10 04:19:13.12--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 80] [junit] [EL Fine]: 2022-09-10 04:19:13.12--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 80] [junit] [EL Fine]: 2022-09-10 04:19:13.12--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 80] [junit] [EL Fine]: 2022-09-10 04:19:13.12--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 80] [junit] [EL Fine]: 2022-09-10 04:19:13.12--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 13] [junit] [EL Fine]: 2022-09-10 04:19:13.12--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 13] [junit] [EL Fine]: 2022-09-10 04:19:13.12--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 13] [junit] [EL Fine]: 2022-09-10 04:19:13.12--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 13] [junit] [EL Fine]: 2022-09-10 04:19:13.12--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 13] [junit] [EL Fine]: 2022-09-10 04:19:13.12--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 41] [junit] [EL Fine]: 2022-09-10 04:19:13.12--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 41] [junit] [EL Fine]: 2022-09-10 04:19:13.12--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 41] [junit] [EL Fine]: 2022-09-10 04:19:13.12--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 41] [junit] [EL Fine]: 2022-09-10 04:19:13.12--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 41] [junit] [EL Fine]: 2022-09-10 04:19:13.12--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 8] [junit] [EL Fine]: 2022-09-10 04:19:13.12--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 8] [junit] [EL Fine]: 2022-09-10 04:19:13.12--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 8] [junit] [EL Fine]: 2022-09-10 04:19:13.12--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 8] [junit] [EL Fine]: 2022-09-10 04:19:13.12--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 8] [junit] [EL Fine]: 2022-09-10 04:19:13.12--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 94] [junit] [EL Fine]: 2022-09-10 04:19:13.121--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 94] [junit] [EL Fine]: 2022-09-10 04:19:13.121--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 94] [junit] [EL Fine]: 2022-09-10 04:19:13.121--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 94] [junit] [EL Fine]: 2022-09-10 04:19:13.121--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 94] [junit] [EL Fine]: 2022-09-10 04:19:13.121--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 76] [junit] [EL Fine]: 2022-09-10 04:19:13.121--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 76] [junit] [EL Fine]: 2022-09-10 04:19:13.121--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 76] [junit] [EL Fine]: 2022-09-10 04:19:13.121--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 76] [junit] [EL Fine]: 2022-09-10 04:19:13.121--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 76] [junit] [EL Fine]: 2022-09-10 04:19:13.121--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 68] [junit] [EL Fine]: 2022-09-10 04:19:13.121--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 68] [junit] [EL Fine]: 2022-09-10 04:19:13.121--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 68] [junit] [EL Fine]: 2022-09-10 04:19:13.121--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 68] [junit] [EL Fine]: 2022-09-10 04:19:13.121--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 68] [junit] [EL Fine]: 2022-09-10 04:19:13.121--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 62] [junit] [EL Fine]: 2022-09-10 04:19:13.121--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 62] [junit] [EL Fine]: 2022-09-10 04:19:13.121--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 62] [junit] [EL Fine]: 2022-09-10 04:19:13.121--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 62] [junit] [EL Fine]: 2022-09-10 04:19:13.121--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 62] [junit] [EL Fine]: 2022-09-10 04:19:13.121--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.122--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.122--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.122--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.122--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.122--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 49] [junit] [EL Fine]: 2022-09-10 04:19:13.122--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 49] [junit] [EL Fine]: 2022-09-10 04:19:13.122--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 49] [junit] [EL Fine]: 2022-09-10 04:19:13.122--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 49] [junit] [EL Fine]: 2022-09-10 04:19:13.122--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 49] [junit] [EL Fine]: 2022-09-10 04:19:13.122--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 10] [junit] [EL Fine]: 2022-09-10 04:19:13.122--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 10] [junit] [EL Fine]: 2022-09-10 04:19:13.122--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 10] [junit] [EL Fine]: 2022-09-10 04:19:13.122--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 10] [junit] [EL Fine]: 2022-09-10 04:19:13.122--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 10] [junit] [EL Fine]: 2022-09-10 04:19:13.122--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 21] [junit] [EL Fine]: 2022-09-10 04:19:13.122--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 21] [junit] [EL Fine]: 2022-09-10 04:19:13.122--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 21] [junit] [EL Fine]: 2022-09-10 04:19:13.122--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 21] [junit] [EL Fine]: 2022-09-10 04:19:13.122--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 21] [junit] [EL Fine]: 2022-09-10 04:19:13.122--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 78] [junit] [EL Fine]: 2022-09-10 04:19:13.122--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 78] [junit] [EL Fine]: 2022-09-10 04:19:13.122--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 78] [junit] [EL Fine]: 2022-09-10 04:19:13.122--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 78] [junit] [EL Fine]: 2022-09-10 04:19:13.123--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 78] [junit] [EL Fine]: 2022-09-10 04:19:13.123--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 43] [junit] [EL Fine]: 2022-09-10 04:19:13.123--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 43] [junit] [EL Fine]: 2022-09-10 04:19:13.123--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 43] [junit] [EL Fine]: 2022-09-10 04:19:13.123--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 43] [junit] [EL Fine]: 2022-09-10 04:19:13.123--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 43] [junit] [EL Finer]: 2022-09-10 04:19:13.123--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:13.141--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.141--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.141--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.141--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.141--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.141--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.141--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.141--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.142--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.142--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.142--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.142--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.142--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.142--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.142--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.142--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.142--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.142--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.142--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.142--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.142--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.142--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.142--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.142--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.143--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.143--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.143--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.143--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.143--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.143--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.143--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.143--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.143--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.143--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.143--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.143--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.143--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.143--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.143--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.144--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.144--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.144--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.144--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.144--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.144--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.144--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.144--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.144--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.144--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.144--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.144--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.144--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.144--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.144--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.144--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.145--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.145--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.145--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.145--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.145--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.145--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.145--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.145--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.145--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.145--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.145--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.145--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.145--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.145--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.145--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.146--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.146--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.146--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.146--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.146--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.146--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.146--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.146--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.146--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.146--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.146--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.146--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.146--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.146--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.146--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.146--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.147--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.147--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.147--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.147--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.147--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.147--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.147--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.147--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.147--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.147--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.147--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.147--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.147--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.147--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:13.147--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:13.147--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:13.147--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 24] [junit] [EL Fine]: 2022-09-10 04:19:13.147--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 24] [junit] [EL Fine]: 2022-09-10 04:19:13.148--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 24] [junit] [EL Fine]: 2022-09-10 04:19:13.148--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 24] [junit] [EL Fine]: 2022-09-10 04:19:13.148--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 24] [junit] [EL Fine]: 2022-09-10 04:19:13.148--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 25] [junit] [EL Fine]: 2022-09-10 04:19:13.148--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 25] [junit] [EL Fine]: 2022-09-10 04:19:13.148--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 25] [junit] [EL Fine]: 2022-09-10 04:19:13.148--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 25] [junit] [EL Fine]: 2022-09-10 04:19:13.148--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 25] [junit] [EL Fine]: 2022-09-10 04:19:13.148--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 40] [junit] [EL Fine]: 2022-09-10 04:19:13.148--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 40] [junit] [EL Fine]: 2022-09-10 04:19:13.148--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 40] [junit] [EL Fine]: 2022-09-10 04:19:13.148--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 40] [junit] [EL Fine]: 2022-09-10 04:19:13.148--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 40] [junit] [EL Fine]: 2022-09-10 04:19:13.148--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 19] [junit] [EL Fine]: 2022-09-10 04:19:13.148--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 19] [junit] [EL Fine]: 2022-09-10 04:19:13.148--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 19] [junit] [EL Fine]: 2022-09-10 04:19:13.148--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 19] [junit] [EL Fine]: 2022-09-10 04:19:13.148--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 19] [junit] [EL Fine]: 2022-09-10 04:19:13.148--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 50] [junit] [EL Fine]: 2022-09-10 04:19:13.148--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 50] [junit] [EL Fine]: 2022-09-10 04:19:13.148--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 50] [junit] [EL Fine]: 2022-09-10 04:19:13.148--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 50] [junit] [EL Fine]: 2022-09-10 04:19:13.148--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 50] [junit] [EL Fine]: 2022-09-10 04:19:13.148--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 27] [junit] [EL Fine]: 2022-09-10 04:19:13.148--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 27] [junit] [EL Fine]: 2022-09-10 04:19:13.148--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 27] [junit] [EL Fine]: 2022-09-10 04:19:13.148--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 27] [junit] [EL Fine]: 2022-09-10 04:19:13.148--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 27] [junit] [EL Fine]: 2022-09-10 04:19:13.148--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 39] [junit] [EL Fine]: 2022-09-10 04:19:13.148--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 39] [junit] [EL Fine]: 2022-09-10 04:19:13.148--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 39] [junit] [EL Fine]: 2022-09-10 04:19:13.148--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 39] [junit] [EL Fine]: 2022-09-10 04:19:13.148--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 39] [junit] [EL Fine]: 2022-09-10 04:19:13.148--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 72] [junit] [EL Fine]: 2022-09-10 04:19:13.149--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 72] [junit] [EL Fine]: 2022-09-10 04:19:13.149--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 72] [junit] [EL Fine]: 2022-09-10 04:19:13.149--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 72] [junit] [EL Fine]: 2022-09-10 04:19:13.149--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 72] [junit] [EL Fine]: 2022-09-10 04:19:13.149--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 51] [junit] [EL Fine]: 2022-09-10 04:19:13.149--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 51] [junit] [EL Fine]: 2022-09-10 04:19:13.149--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 51] [junit] [EL Fine]: 2022-09-10 04:19:13.149--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 51] [junit] [EL Fine]: 2022-09-10 04:19:13.149--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 51] [junit] [EL Fine]: 2022-09-10 04:19:13.149--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 58] [junit] [EL Fine]: 2022-09-10 04:19:13.149--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 58] [junit] [EL Fine]: 2022-09-10 04:19:13.149--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 58] [junit] [EL Fine]: 2022-09-10 04:19:13.149--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 58] [junit] [EL Fine]: 2022-09-10 04:19:13.149--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 58] [junit] [EL Fine]: 2022-09-10 04:19:13.149--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 32] [junit] [EL Fine]: 2022-09-10 04:19:13.149--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 32] [junit] [EL Fine]: 2022-09-10 04:19:13.149--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 32] [junit] [EL Fine]: 2022-09-10 04:19:13.149--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 32] [junit] [EL Fine]: 2022-09-10 04:19:13.149--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 32] [junit] [EL Fine]: 2022-09-10 04:19:13.149--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 99] [junit] [EL Fine]: 2022-09-10 04:19:13.149--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 99] [junit] [EL Fine]: 2022-09-10 04:19:13.149--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 99] [junit] [EL Fine]: 2022-09-10 04:19:13.149--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 99] [junit] [EL Fine]: 2022-09-10 04:19:13.149--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 99] [junit] [EL Fine]: 2022-09-10 04:19:13.149--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 23] [junit] [EL Fine]: 2022-09-10 04:19:13.196--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 23] [junit] [EL Fine]: 2022-09-10 04:19:13.196--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 23] [junit] [EL Fine]: 2022-09-10 04:19:13.196--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 23] [junit] [EL Fine]: 2022-09-10 04:19:13.196--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 23] [junit] [EL Fine]: 2022-09-10 04:19:13.196--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 87] [junit] [EL Fine]: 2022-09-10 04:19:13.196--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 87] [junit] [EL Fine]: 2022-09-10 04:19:13.196--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 87] [junit] [EL Fine]: 2022-09-10 04:19:13.196--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 87] [junit] [EL Fine]: 2022-09-10 04:19:13.196--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 87] [junit] [EL Fine]: 2022-09-10 04:19:13.196--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 95] [junit] [EL Fine]: 2022-09-10 04:19:13.196--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 95] [junit] [EL Fine]: 2022-09-10 04:19:13.196--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 95] [junit] [EL Fine]: 2022-09-10 04:19:13.196--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 95] [junit] [EL Fine]: 2022-09-10 04:19:13.196--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 95] [junit] [EL Fine]: 2022-09-10 04:19:13.196--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 20] [junit] [EL Fine]: 2022-09-10 04:19:13.196--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 20] [junit] [EL Fine]: 2022-09-10 04:19:13.197--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 20] [junit] [EL Fine]: 2022-09-10 04:19:13.197--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 20] [junit] [EL Fine]: 2022-09-10 04:19:13.197--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 20] [junit] [EL Fine]: 2022-09-10 04:19:13.197--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 12] [junit] [EL Fine]: 2022-09-10 04:19:13.197--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 12] [junit] [EL Fine]: 2022-09-10 04:19:13.197--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 12] [junit] [EL Fine]: 2022-09-10 04:19:13.197--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 12] [junit] [EL Fine]: 2022-09-10 04:19:13.197--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 12] [junit] [EL Fine]: 2022-09-10 04:19:13.197--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 29] [junit] [EL Fine]: 2022-09-10 04:19:13.197--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 29] [junit] [EL Fine]: 2022-09-10 04:19:13.197--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 29] [junit] [EL Fine]: 2022-09-10 04:19:13.197--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 29] [junit] [EL Fine]: 2022-09-10 04:19:13.197--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 29] [junit] [EL Fine]: 2022-09-10 04:19:13.197--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 97] [junit] [EL Fine]: 2022-09-10 04:19:13.197--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 97] [junit] [EL Fine]: 2022-09-10 04:19:13.197--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 97] [junit] [EL Fine]: 2022-09-10 04:19:13.197--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 97] [junit] [EL Fine]: 2022-09-10 04:19:13.197--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 97] [junit] [EL Fine]: 2022-09-10 04:19:13.197--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 82] [junit] [EL Fine]: 2022-09-10 04:19:13.197--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 82] [junit] [EL Fine]: 2022-09-10 04:19:13.197--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 82] [junit] [EL Fine]: 2022-09-10 04:19:13.197--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 82] [junit] [EL Fine]: 2022-09-10 04:19:13.197--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 82] [junit] [EL Finer]: 2022-09-10 04:19:13.197--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:13.219--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.22--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.22--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.22--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.22--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.22--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.22--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.22--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.22--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.22--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.22--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.22--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.22--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.22--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.22--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.22--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.22--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.22--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.22--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.22--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.22--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.22--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.221--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.221--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.221--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.221--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.221--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.221--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.221--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.221--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.221--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.221--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.221--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.221--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.221--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.221--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.221--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.221--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.221--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.221--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.221--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.221--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.221--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.221--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.222--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.222--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.222--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.222--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.222--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.222--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.222--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.222--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.222--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.222--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.222--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.222--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.222--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.222--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.222--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.222--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.222--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.222--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.222--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.222--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.222--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.222--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.223--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.223--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.223--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.223--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.223--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.223--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.223--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.223--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.223--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.223--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.223--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.223--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.223--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.223--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.223--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.223--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.223--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.223--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.223--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.223--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.223--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.223--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.223--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.224--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.224--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.224--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.224--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.224--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.224--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.224--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.224--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.224--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.224--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.224--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:13.224--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:13.224--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:13.224--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 44] [junit] [EL Fine]: 2022-09-10 04:19:13.224--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 44] [junit] [EL Fine]: 2022-09-10 04:19:13.224--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 44] [junit] [EL Fine]: 2022-09-10 04:19:13.224--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 44] [junit] [EL Fine]: 2022-09-10 04:19:13.224--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 44] [junit] [EL Fine]: 2022-09-10 04:19:13.224--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 65] [junit] [EL Fine]: 2022-09-10 04:19:13.224--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 65] [junit] [EL Fine]: 2022-09-10 04:19:13.224--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 65] [junit] [EL Fine]: 2022-09-10 04:19:13.224--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 65] [junit] [EL Fine]: 2022-09-10 04:19:13.224--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 65] [junit] [EL Fine]: 2022-09-10 04:19:13.224--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 86] [junit] [EL Fine]: 2022-09-10 04:19:13.224--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 86] [junit] [EL Fine]: 2022-09-10 04:19:13.224--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 86] [junit] [EL Fine]: 2022-09-10 04:19:13.224--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 86] [junit] [EL Fine]: 2022-09-10 04:19:13.225--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 86] [junit] [EL Fine]: 2022-09-10 04:19:13.225--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 38] [junit] [EL Fine]: 2022-09-10 04:19:13.225--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 38] [junit] [EL Fine]: 2022-09-10 04:19:13.225--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 38] [junit] [EL Fine]: 2022-09-10 04:19:13.225--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 38] [junit] [EL Fine]: 2022-09-10 04:19:13.225--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 38] [junit] [EL Fine]: 2022-09-10 04:19:13.225--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 4] [junit] [EL Fine]: 2022-09-10 04:19:13.225--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 4] [junit] [EL Fine]: 2022-09-10 04:19:13.225--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 4] [junit] [EL Fine]: 2022-09-10 04:19:13.225--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 4] [junit] [EL Fine]: 2022-09-10 04:19:13.225--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 4] [junit] [EL Fine]: 2022-09-10 04:19:13.225--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 96] [junit] [EL Fine]: 2022-09-10 04:19:13.225--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 96] [junit] [EL Fine]: 2022-09-10 04:19:13.225--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 96] [junit] [EL Fine]: 2022-09-10 04:19:13.225--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 96] [junit] [EL Fine]: 2022-09-10 04:19:13.225--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 96] [junit] [EL Fine]: 2022-09-10 04:19:13.225--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 85] [junit] [EL Fine]: 2022-09-10 04:19:13.225--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 85] [junit] [EL Fine]: 2022-09-10 04:19:13.225--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 85] [junit] [EL Fine]: 2022-09-10 04:19:13.225--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 85] [junit] [EL Fine]: 2022-09-10 04:19:13.225--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 85] [junit] [EL Fine]: 2022-09-10 04:19:13.225--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 73] [junit] [EL Fine]: 2022-09-10 04:19:13.225--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 73] [junit] [EL Fine]: 2022-09-10 04:19:13.225--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 73] [junit] [EL Fine]: 2022-09-10 04:19:13.225--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 73] [junit] [EL Fine]: 2022-09-10 04:19:13.225--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 73] [junit] [EL Fine]: 2022-09-10 04:19:13.225--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 84] [junit] [EL Fine]: 2022-09-10 04:19:13.225--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 84] [junit] [EL Fine]: 2022-09-10 04:19:13.225--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 84] [junit] [EL Fine]: 2022-09-10 04:19:13.225--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 84] [junit] [EL Fine]: 2022-09-10 04:19:13.225--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 84] [junit] [EL Fine]: 2022-09-10 04:19:13.225--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 5] [junit] [EL Fine]: 2022-09-10 04:19:13.225--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 5] [junit] [EL Fine]: 2022-09-10 04:19:13.225--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 5] [junit] [EL Fine]: 2022-09-10 04:19:13.225--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 5] [junit] [EL Fine]: 2022-09-10 04:19:13.225--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 5] [junit] [EL Fine]: 2022-09-10 04:19:13.226--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 69] [junit] [EL Fine]: 2022-09-10 04:19:13.226--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 69] [junit] [EL Fine]: 2022-09-10 04:19:13.226--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 69] [junit] [EL Fine]: 2022-09-10 04:19:13.226--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 69] [junit] [EL Fine]: 2022-09-10 04:19:13.226--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 69] [junit] [EL Fine]: 2022-09-10 04:19:13.226--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 77] [junit] [EL Fine]: 2022-09-10 04:19:13.226--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 77] [junit] [EL Fine]: 2022-09-10 04:19:13.226--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 77] [junit] [EL Fine]: 2022-09-10 04:19:13.226--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 77] [junit] [EL Fine]: 2022-09-10 04:19:13.226--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 77] [junit] [EL Fine]: 2022-09-10 04:19:13.226--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 59] [junit] [EL Fine]: 2022-09-10 04:19:13.226--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 59] [junit] [EL Fine]: 2022-09-10 04:19:13.226--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 59] [junit] [EL Fine]: 2022-09-10 04:19:13.226--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 59] [junit] [EL Fine]: 2022-09-10 04:19:13.226--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 59] [junit] [EL Fine]: 2022-09-10 04:19:13.226--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 9] [junit] [EL Fine]: 2022-09-10 04:19:13.226--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 9] [junit] [EL Fine]: 2022-09-10 04:19:13.226--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 9] [junit] [EL Fine]: 2022-09-10 04:19:13.226--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 9] [junit] [EL Fine]: 2022-09-10 04:19:13.226--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 9] [junit] [EL Fine]: 2022-09-10 04:19:13.226--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 26] [junit] [EL Fine]: 2022-09-10 04:19:13.226--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 26] [junit] [EL Fine]: 2022-09-10 04:19:13.226--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 26] [junit] [EL Fine]: 2022-09-10 04:19:13.226--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 26] [junit] [EL Fine]: 2022-09-10 04:19:13.226--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 26] [junit] [EL Fine]: 2022-09-10 04:19:13.226--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 70] [junit] [EL Fine]: 2022-09-10 04:19:13.226--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 70] [junit] [EL Fine]: 2022-09-10 04:19:13.226--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 70] [junit] [EL Fine]: 2022-09-10 04:19:13.226--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 70] [junit] [EL Fine]: 2022-09-10 04:19:13.226--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 70] [junit] [EL Fine]: 2022-09-10 04:19:13.226--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 45] [junit] [EL Fine]: 2022-09-10 04:19:13.226--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 45] [junit] [EL Fine]: 2022-09-10 04:19:13.226--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 45] [junit] [EL Fine]: 2022-09-10 04:19:13.226--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 45] [junit] [EL Fine]: 2022-09-10 04:19:13.226--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 45] [junit] [EL Fine]: 2022-09-10 04:19:13.227--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 61] [junit] [EL Fine]: 2022-09-10 04:19:13.227--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 61] [junit] [EL Fine]: 2022-09-10 04:19:13.227--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 61] [junit] [EL Fine]: 2022-09-10 04:19:13.227--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 61] [junit] [EL Fine]: 2022-09-10 04:19:13.227--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 61] [junit] [EL Fine]: 2022-09-10 04:19:13.227--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 35] [junit] [EL Fine]: 2022-09-10 04:19:13.227--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 35] [junit] [EL Fine]: 2022-09-10 04:19:13.227--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 35] [junit] [EL Fine]: 2022-09-10 04:19:13.227--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 35] [junit] [EL Fine]: 2022-09-10 04:19:13.227--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 35] [junit] [EL Fine]: 2022-09-10 04:19:13.227--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 83] [junit] [EL Fine]: 2022-09-10 04:19:13.227--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 83] [junit] [EL Fine]: 2022-09-10 04:19:13.227--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 83] [junit] [EL Fine]: 2022-09-10 04:19:13.227--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 83] [junit] [EL Fine]: 2022-09-10 04:19:13.227--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 83] [junit] [EL Finer]: 2022-09-10 04:19:13.227--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:13.242--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.243--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.243--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.243--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.243--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.243--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.243--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.243--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.243--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.243--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.243--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.243--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.243--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.243--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.243--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.243--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.243--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.243--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.243--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.243--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.243--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.243--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.244--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.244--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.244--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.244--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.244--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.244--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.244--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.244--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.244--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.244--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.244--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.244--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.244--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.244--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.244--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.244--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.244--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.244--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.244--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.244--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.244--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.244--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.245--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.245--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.245--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.245--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.245--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.245--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.245--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.245--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.245--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.245--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.245--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.245--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.245--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.245--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.245--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.245--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.245--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.245--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.245--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.245--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.245--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.245--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.246--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.246--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.246--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.246--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.246--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.246--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.246--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.246--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.246--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.246--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.246--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.246--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.246--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.246--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.246--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.246--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.246--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.246--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.246--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.246--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.247--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.247--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.247--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.247--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.247--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.247--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.247--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.247--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.247--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.247--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.247--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.247--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.247--ClientSession(1828604068)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:13.247--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:13.247--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:13.247--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 28] [junit] [EL Fine]: 2022-09-10 04:19:13.247--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 28] [junit] [EL Fine]: 2022-09-10 04:19:13.247--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 28] [junit] [EL Fine]: 2022-09-10 04:19:13.247--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 28] [junit] [EL Fine]: 2022-09-10 04:19:13.247--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 28] [junit] [EL Fine]: 2022-09-10 04:19:13.247--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 63] [junit] [EL Fine]: 2022-09-10 04:19:13.247--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 63] [junit] [EL Fine]: 2022-09-10 04:19:13.247--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 63] [junit] [EL Fine]: 2022-09-10 04:19:13.247--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 63] [junit] [EL Fine]: 2022-09-10 04:19:13.247--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 63] [junit] [EL Fine]: 2022-09-10 04:19:13.247--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 7] [junit] [EL Fine]: 2022-09-10 04:19:13.248--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 7] [junit] [EL Fine]: 2022-09-10 04:19:13.248--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 7] [junit] [EL Fine]: 2022-09-10 04:19:13.248--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 7] [junit] [EL Fine]: 2022-09-10 04:19:13.248--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 7] [junit] [EL Fine]: 2022-09-10 04:19:13.248--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 18] [junit] [EL Fine]: 2022-09-10 04:19:13.248--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 18] [junit] [EL Fine]: 2022-09-10 04:19:13.248--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 18] [junit] [EL Fine]: 2022-09-10 04:19:13.248--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 18] [junit] [EL Fine]: 2022-09-10 04:19:13.248--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 18] [junit] [EL Fine]: 2022-09-10 04:19:13.248--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 93] [junit] [EL Fine]: 2022-09-10 04:19:13.248--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 93] [junit] [EL Fine]: 2022-09-10 04:19:13.248--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 93] [junit] [EL Fine]: 2022-09-10 04:19:13.248--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 93] [junit] [EL Fine]: 2022-09-10 04:19:13.248--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 93] [junit] [EL Fine]: 2022-09-10 04:19:13.248--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 92] [junit] [EL Fine]: 2022-09-10 04:19:13.248--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 92] [junit] [EL Fine]: 2022-09-10 04:19:13.248--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 92] [junit] [EL Fine]: 2022-09-10 04:19:13.248--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 92] [junit] [EL Fine]: 2022-09-10 04:19:13.248--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 92] [junit] [EL Fine]: 2022-09-10 04:19:13.248--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 11] [junit] [EL Fine]: 2022-09-10 04:19:13.248--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 11] [junit] [EL Fine]: 2022-09-10 04:19:13.248--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 11] [junit] [EL Fine]: 2022-09-10 04:19:13.248--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 11] [junit] [EL Fine]: 2022-09-10 04:19:13.248--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 11] [junit] [EL Fine]: 2022-09-10 04:19:13.248--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 2] [junit] [EL Fine]: 2022-09-10 04:19:13.248--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 2] [junit] [EL Fine]: 2022-09-10 04:19:13.248--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 2] [junit] [EL Fine]: 2022-09-10 04:19:13.248--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 2] [junit] [EL Fine]: 2022-09-10 04:19:13.248--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 2] [junit] [EL Fine]: 2022-09-10 04:19:13.248--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 81] [junit] [EL Fine]: 2022-09-10 04:19:13.248--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 81] [junit] [EL Fine]: 2022-09-10 04:19:13.248--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 81] [junit] [EL Fine]: 2022-09-10 04:19:13.248--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 81] [junit] [EL Fine]: 2022-09-10 04:19:13.248--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 81] [junit] [EL Fine]: 2022-09-10 04:19:13.248--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 67] [junit] [EL Fine]: 2022-09-10 04:19:13.248--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 67] [junit] [EL Fine]: 2022-09-10 04:19:13.248--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 67] [junit] [EL Fine]: 2022-09-10 04:19:13.248--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 67] [junit] [EL Fine]: 2022-09-10 04:19:13.248--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 67] [junit] [EL Fine]: 2022-09-10 04:19:13.248--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 46] [junit] [EL Fine]: 2022-09-10 04:19:13.248--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 46] [junit] [EL Fine]: 2022-09-10 04:19:13.248--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 46] [junit] [EL Fine]: 2022-09-10 04:19:13.248--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 46] [junit] [EL Fine]: 2022-09-10 04:19:13.249--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 46] [junit] [EL Fine]: 2022-09-10 04:19:13.249--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 74] [junit] [EL Fine]: 2022-09-10 04:19:13.249--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 74] [junit] [EL Fine]: 2022-09-10 04:19:13.249--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 74] [junit] [EL Fine]: 2022-09-10 04:19:13.249--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 74] [junit] [EL Fine]: 2022-09-10 04:19:13.249--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 74] [junit] [EL Fine]: 2022-09-10 04:19:13.249--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 55] [junit] [EL Fine]: 2022-09-10 04:19:13.249--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 55] [junit] [EL Fine]: 2022-09-10 04:19:13.249--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 55] [junit] [EL Fine]: 2022-09-10 04:19:13.249--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 55] [junit] [EL Fine]: 2022-09-10 04:19:13.304--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 55] [junit] [EL Fine]: 2022-09-10 04:19:13.304--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 22] [junit] [EL Fine]: 2022-09-10 04:19:13.304--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 22] [junit] [EL Fine]: 2022-09-10 04:19:13.304--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 22] [junit] [EL Fine]: 2022-09-10 04:19:13.304--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 22] [junit] [EL Fine]: 2022-09-10 04:19:13.304--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 22] [junit] [EL Fine]: 2022-09-10 04:19:13.304--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 90] [junit] [EL Fine]: 2022-09-10 04:19:13.304--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 90] [junit] [EL Fine]: 2022-09-10 04:19:13.304--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 90] [junit] [EL Fine]: 2022-09-10 04:19:13.304--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 90] [junit] [EL Fine]: 2022-09-10 04:19:13.304--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 90] [junit] [EL Fine]: 2022-09-10 04:19:13.304--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 60] [junit] [EL Fine]: 2022-09-10 04:19:13.304--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 60] [junit] [EL Fine]: 2022-09-10 04:19:13.304--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 60] [junit] [EL Fine]: 2022-09-10 04:19:13.304--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 60] [junit] [EL Fine]: 2022-09-10 04:19:13.304--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 60] [junit] [EL Fine]: 2022-09-10 04:19:13.304--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 6] [junit] [EL Fine]: 2022-09-10 04:19:13.304--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 6] [junit] [EL Fine]: 2022-09-10 04:19:13.304--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 6] [junit] [EL Fine]: 2022-09-10 04:19:13.304--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 6] [junit] [EL Fine]: 2022-09-10 04:19:13.304--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [45, 6] [junit] [EL Fine]: 2022-09-10 04:19:13.304--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 48] [junit] [EL Fine]: 2022-09-10 04:19:13.304--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 48] [junit] [EL Fine]: 2022-09-10 04:19:13.304--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 48] [junit] [EL Fine]: 2022-09-10 04:19:13.304--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 48] [junit] [EL Fine]: 2022-09-10 04:19:13.304--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 48] [junit] [EL Fine]: 2022-09-10 04:19:13.304--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 31] [junit] [EL Fine]: 2022-09-10 04:19:13.304--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 31] [junit] [EL Fine]: 2022-09-10 04:19:13.305--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 31] [junit] [EL Fine]: 2022-09-10 04:19:13.305--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 31] [junit] [EL Fine]: 2022-09-10 04:19:13.305--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 31] [junit] [EL Fine]: 2022-09-10 04:19:13.305--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [44, 30] [junit] [EL Fine]: 2022-09-10 04:19:13.305--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [43, 30] [junit] [EL Fine]: 2022-09-10 04:19:13.305--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [46, 30] [junit] [EL Fine]: 2022-09-10 04:19:13.305--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [48, 30] [junit] [EL Fine]: 2022-09-10 04:19:13.305--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])-- bind => [47, 30] [junit] [EL Finer]: 2022-09-10 04:19:13.305--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:13.323--ClientSession(1828604068)--Connection(1233839932)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:13.324--ServerSession(1526542158)--Connection(70629131)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:13.33--UnitOfWork(116214725)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:13.33--UnitOfWork(116214725)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:13.332--UnitOfWork(116214725)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:13.332--ClientSession(1828604068)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:13.332--UnitOfWork(116214725)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:13.332--ClientSession(1828604068)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:13.333--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 686302915 [junit] [EL Finer]: 2022-09-10 04:19:13.333--ClientSession(686302915)--Thread(Thread[main,5,main])--acquire unit of work: 863193310 [junit] [EL Finest]: 2022-09-10 04:19:13.333--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.333--ServerSession(1526542158)--Connection(2083609468)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.333--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.333--ServerSession(1526542158)--Connection(1319025078)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Hella] [junit] [EL Finest]: 2022-09-10 04:19:13.334--ServerSession(1526542158)--Connection(2083609468)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.335--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.335--ServerSession(1526542158)--Connection(1136778416)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.335--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.335--ServerSession(1526542158)--Connection(771844560)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [18, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.336--ServerSession(1526542158)--Connection(1136778416)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.336--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.336--ServerSession(1526542158)--Connection(1384808170)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.336--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.336--ServerSession(1526542158)--Connection(943515761)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [31, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.337--ServerSession(1526542158)--Connection(1384808170)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.337--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.337--ServerSession(1526542158)--Connection(1618094535)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.337--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.337--ServerSession(1526542158)--Connection(1541262063)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [49, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.338--ServerSession(1526542158)--Connection(1618094535)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.338--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.338--ServerSession(1526542158)--Connection(1227848145)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.338--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.338--ServerSession(1526542158)--Connection(2081441961)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Hedda] [junit] [EL Finest]: 2022-09-10 04:19:13.339--ServerSession(1526542158)--Connection(1227848145)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.339--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.339--ServerSession(1526542158)--Connection(920312377)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.339--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.339--ServerSession(1526542158)--Connection(1912405844)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [28, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.34--ServerSession(1526542158)--Connection(920312377)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.34--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.34--ServerSession(1526542158)--Connection(999647115)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.34--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.34--ServerSession(1526542158)--Connection(755313138)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Hubert] [junit] [EL Finest]: 2022-09-10 04:19:13.341--ServerSession(1526542158)--Connection(999647115)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.341--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.341--ServerSession(1526542158)--Connection(1883164579)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.341--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.341--ServerSession(1526542158)--Connection(866648255)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [11, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.342--ServerSession(1526542158)--Connection(1883164579)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.342--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.342--ServerSession(1526542158)--Connection(445075135)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.342--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.342--ServerSession(1526542158)--Connection(1395640699)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [12, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.343--ServerSession(1526542158)--Connection(445075135)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.343--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.343--ServerSession(1526542158)--Connection(1499380632)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.343--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.343--ServerSession(1526542158)--Connection(1956103641)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Hilde] [junit] [EL Finest]: 2022-09-10 04:19:13.344--ServerSession(1526542158)--Connection(1499380632)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.344--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.344--ServerSession(1526542158)--Connection(1141169895)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.344--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.344--ServerSession(1526542158)--Connection(188863603)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [94, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.345--ServerSession(1526542158)--Connection(1141169895)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.345--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.345--ServerSession(1526542158)--Connection(843622444)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.345--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.345--ServerSession(1526542158)--Connection(925827162)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Helmar] [junit] [EL Finest]: 2022-09-10 04:19:13.345--ServerSession(1526542158)--Connection(843622444)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.346--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.346--ServerSession(1526542158)--Connection(1464633898)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.346--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.346--ServerSession(1526542158)--Connection(1274219061)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [43, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.346--ServerSession(1526542158)--Connection(1464633898)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.346--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.347--ServerSession(1526542158)--Connection(716403786)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.347--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.347--ServerSession(1526542158)--Connection(1825160170)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [63, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.347--ServerSession(1526542158)--Connection(716403786)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.347--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.347--ServerSession(1526542158)--Connection(418902856)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.347--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.348--ServerSession(1526542158)--Connection(968891735)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Helene] [junit] [EL Finest]: 2022-09-10 04:19:13.348--ServerSession(1526542158)--Connection(418902856)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.348--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.348--ServerSession(1526542158)--Connection(1930217434)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.348--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.349--ServerSession(1526542158)--Connection(1654561726)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [37, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.349--ServerSession(1526542158)--Connection(1930217434)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.349--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.349--ServerSession(1526542158)--Connection(273483688)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.349--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.349--ServerSession(1526542158)--Connection(1873099533)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [41, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.35--ServerSession(1526542158)--Connection(273483688)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.35--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.35--ServerSession(1526542158)--Connection(2099301762)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.35--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.35--ServerSession(1526542158)--Connection(1922310186)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [91, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.351--ServerSession(1526542158)--Connection(2099301762)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.351--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.351--ServerSession(1526542158)--Connection(820904182)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.351--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.351--ServerSession(1526542158)--Connection(1663628209)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Hedwig] [junit] [EL Finest]: 2022-09-10 04:19:13.352--ServerSession(1526542158)--Connection(820904182)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.352--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.352--ServerSession(1526542158)--Connection(918664461)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.352--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.352--ServerSession(1526542158)--Connection(1783057920)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [67, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.353--ServerSession(1526542158)--Connection(918664461)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.353--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.353--ServerSession(1526542158)--Connection(197770496)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.353--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.353--ServerSession(1526542158)--Connection(1910812539)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [71, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.353--ServerSession(1526542158)--Connection(197770496)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.354--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.354--ServerSession(1526542158)--Connection(1307707361)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.354--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.354--ServerSession(1526542158)--Connection(438998190)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [75, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.355--ServerSession(1526542158)--Connection(1307707361)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.355--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.355--ServerSession(1526542158)--Connection(1935428044)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.355--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.355--ServerSession(1526542158)--Connection(1698553509)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [76, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.356--ServerSession(1526542158)--Connection(1935428044)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.356--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.356--ServerSession(1526542158)--Connection(797057570)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.356--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.356--ServerSession(1526542158)--Connection(608246145)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Helena] [junit] [EL Finest]: 2022-09-10 04:19:13.357--ServerSession(1526542158)--Connection(797057570)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.357--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.357--ServerSession(1526542158)--Connection(1734338782)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.357--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.357--ServerSession(1526542158)--Connection(12768048)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [99, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.358--ServerSession(1526542158)--Connection(1734338782)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.358--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.358--ServerSession(1526542158)--Connection(1270901310)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.358--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.358--ServerSession(1526542158)--Connection(1569553189)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Hartwig] [junit] [EL Finest]: 2022-09-10 04:19:13.358--ServerSession(1526542158)--Connection(1270901310)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.359--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.359--ServerSession(1526542158)--Connection(1688410242)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.359--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.359--ServerSession(1526542158)--Connection(1271571340)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [25, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.359--ServerSession(1526542158)--Connection(1688410242)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.359--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.359--ServerSession(1526542158)--Connection(688382792)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.36--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.36--ServerSession(1526542158)--Connection(680475334)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [68, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.36--ServerSession(1526542158)--Connection(688382792)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.36--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.36--ServerSession(1526542158)--Connection(420434474)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.36--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.361--ServerSession(1526542158)--Connection(1216807623)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Hubertus] [junit] [EL Finest]: 2022-09-10 04:19:13.361--ServerSession(1526542158)--Connection(420434474)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.361--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.361--ServerSession(1526542158)--Connection(290555266)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.361--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.361--ServerSession(1526542158)--Connection(2049956318)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [90, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.362--ServerSession(1526542158)--Connection(290555266)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.362--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.362--ServerSession(1526542158)--Connection(1759426785)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.362--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.362--ServerSession(1526542158)--Connection(1824222477)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Heinz] [junit] [EL Finest]: 2022-09-10 04:19:13.363--ServerSession(1526542158)--Connection(1759426785)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.363--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.363--ServerSession(1526542158)--Connection(884713463)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.363--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.363--ServerSession(1526542158)--Connection(732020433)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [59, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.364--ServerSession(1526542158)--Connection(884713463)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.364--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.364--ServerSession(1526542158)--Connection(2049213736)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.364--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.364--ServerSession(1526542158)--Connection(1557527435)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Henrike] [junit] [EL Finest]: 2022-09-10 04:19:13.365--ServerSession(1526542158)--Connection(2049213736)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.365--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.365--ServerSession(1526542158)--Connection(1368038538)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.365--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.365--ServerSession(1526542158)--Connection(1385497520)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [5, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.366--ServerSession(1526542158)--Connection(1368038538)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.366--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.366--ServerSession(1526542158)--Connection(1831129459)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.366--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.366--ServerSession(1526542158)--Connection(318466038)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [92, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.366--ServerSession(1526542158)--Connection(1831129459)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.367--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.367--ServerSession(1526542158)--Connection(19678348)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.367--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.367--ServerSession(1526542158)--Connection(1210140552)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Hein] [junit] [EL Finest]: 2022-09-10 04:19:13.367--ServerSession(1526542158)--Connection(19678348)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.368--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.368--ServerSession(1526542158)--Connection(1553994804)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.368--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.368--ServerSession(1526542158)--Connection(1226428367)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [20, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.368--ServerSession(1526542158)--Connection(1553994804)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.369--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.369--ServerSession(1526542158)--Connection(678279746)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.369--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.369--ServerSession(1526542158)--Connection(783772812)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [40, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.369--ServerSession(1526542158)--Connection(678279746)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.369--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.369--ServerSession(1526542158)--Connection(1337514362)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.37--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.37--ServerSession(1526542158)--Connection(250330694)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [88, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.37--ServerSession(1526542158)--Connection(1337514362)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.37--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.37--ServerSession(1526542158)--Connection(307125473)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.37--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.371--ServerSession(1526542158)--Connection(1099225440)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Hartwin] [junit] [EL Finest]: 2022-09-10 04:19:13.371--ServerSession(1526542158)--Connection(307125473)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.371--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.371--ServerSession(1526542158)--Connection(624603603)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.371--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.371--ServerSession(1526542158)--Connection(1867746775)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [3, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.372--ServerSession(1526542158)--Connection(624603603)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.372--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.372--ServerSession(1526542158)--Connection(1139807906)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.372--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.372--ServerSession(1526542158)--Connection(1147761442)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [17, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.373--ServerSession(1526542158)--Connection(1139807906)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.373--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.373--ServerSession(1526542158)--Connection(1555033967)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.373--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.373--ServerSession(1526542158)--Connection(1607399179)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [80, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.374--ServerSession(1526542158)--Connection(1555033967)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.374--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.374--ServerSession(1526542158)--Connection(222502787)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.374--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.374--ServerSession(1526542158)--Connection(622712719)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Harry] [junit] [EL Finest]: 2022-09-10 04:19:13.375--ServerSession(1526542158)--Connection(222502787)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.375--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.375--ServerSession(1526542158)--Connection(980430284)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.375--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.375--ServerSession(1526542158)--Connection(2090143055)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [83, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.376--ServerSession(1526542158)--Connection(980430284)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.376--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.376--ServerSession(1526542158)--Connection(133888864)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.376--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.376--ServerSession(1526542158)--Connection(1406230949)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Hänel] [junit] [EL Finest]: 2022-09-10 04:19:13.376--ServerSession(1526542158)--Connection(133888864)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.377--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.377--ServerSession(1526542158)--Connection(1583449657)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.377--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.377--ServerSession(1526542158)--Connection(1172204300)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [86, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.377--ServerSession(1526542158)--Connection(1583449657)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.377--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.378--ServerSession(1526542158)--Connection(1232147275)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.378--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.378--ServerSession(1526542158)--Connection(2135000930)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Hildegard] [junit] [EL Finest]: 2022-09-10 04:19:13.378--ServerSession(1526542158)--Connection(1232147275)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.378--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.378--ServerSession(1526542158)--Connection(2122388568)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.378--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.379--ServerSession(1526542158)--Connection(869388783)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [50, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.379--ServerSession(1526542158)--Connection(2122388568)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.379--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.379--ServerSession(1526542158)--Connection(1821752124)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.379--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.38--ServerSession(1526542158)--Connection(244501306)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [54, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.412--ServerSession(1526542158)--Connection(1821752124)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.412--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.412--ServerSession(1526542158)--Connection(378055712)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.413--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.413--ServerSession(1526542158)--Connection(240877264)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Humphrey] [junit] [EL Finest]: 2022-09-10 04:19:13.414--ServerSession(1526542158)--Connection(378055712)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.414--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.414--ServerSession(1526542158)--Connection(1447130274)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.414--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.414--ServerSession(1526542158)--Connection(2004201273)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [77, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.415--ServerSession(1526542158)--Connection(1447130274)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.415--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.416--ServerSession(1526542158)--Connection(722194795)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.416--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.416--ServerSession(1526542158)--Connection(1910353748)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Heimo] [junit] [EL Finest]: 2022-09-10 04:19:13.417--ServerSession(1526542158)--Connection(722194795)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.417--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.417--ServerSession(1526542158)--Connection(897745881)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.417--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.418--ServerSession(1526542158)--Connection(117037138)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [0, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.418--ServerSession(1526542158)--Connection(897745881)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.418--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.419--ServerSession(1526542158)--Connection(848085998)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.419--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.419--ServerSession(1526542158)--Connection(2094796150)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [30, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.419--ServerSession(1526542158)--Connection(848085998)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.42--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.42--ServerSession(1526542158)--Connection(2074468892)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.42--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.42--ServerSession(1526542158)--Connection(775299750)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [98, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.42--ServerSession(1526542158)--Connection(2074468892)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.42--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.421--ServerSession(1526542158)--Connection(399274699)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.421--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.421--ServerSession(1526542158)--Connection(141574534)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Helge] [junit] [EL Finest]: 2022-09-10 04:19:13.421--ServerSession(1526542158)--Connection(399274699)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.421--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.422--ServerSession(1526542158)--Connection(426835106)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.422--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.422--ServerSession(1526542158)--Connection(2064599331)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [42, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.422--ServerSession(1526542158)--Connection(426835106)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.422--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.423--ServerSession(1526542158)--Connection(1657616851)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.423--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.423--ServerSession(1526542158)--Connection(1661612792)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Hulda] [junit] [EL Finest]: 2022-09-10 04:19:13.423--ServerSession(1526542158)--Connection(1657616851)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.423--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.423--ServerSession(1526542158)--Connection(605286350)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.424--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.424--ServerSession(1526542158)--Connection(1420145929)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [34, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.424--ServerSession(1526542158)--Connection(605286350)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.424--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.424--ServerSession(1526542158)--Connection(565953618)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.424--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.425--ServerSession(1526542158)--Connection(1489969297)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Heiner] [junit] [EL Finest]: 2022-09-10 04:19:13.425--ServerSession(1526542158)--Connection(565953618)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.425--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.425--ServerSession(1526542158)--Connection(88492568)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.425--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.425--ServerSession(1526542158)--Connection(1518686827)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [29, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.426--ServerSession(1526542158)--Connection(88492568)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.426--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.426--ServerSession(1526542158)--Connection(616052296)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.426--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.426--ServerSession(1526542158)--Connection(1415458494)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Hieu] [junit] [EL Finest]: 2022-09-10 04:19:13.427--ServerSession(1526542158)--Connection(616052296)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.427--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.427--ServerSession(1526542158)--Connection(1936657691)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.427--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.428--ServerSession(1526542158)--Connection(2141448783)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [64, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.428--ServerSession(1526542158)--Connection(1936657691)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.428--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.428--ServerSession(1526542158)--Connection(1787593501)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.428--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.429--ServerSession(1526542158)--Connection(178122129)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Hagen] [junit] [EL Finest]: 2022-09-10 04:19:13.429--ServerSession(1526542158)--Connection(1787593501)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.429--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.43--ServerSession(1526542158)--Connection(1439012522)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.43--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.43--ServerSession(1526542158)--Connection(915325202)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [66, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.43--ServerSession(1526542158)--Connection(1439012522)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.43--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.431--ServerSession(1526542158)--Connection(1455942666)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.431--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.431--ServerSession(1526542158)--Connection(523629281)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [82, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.431--ServerSession(1526542158)--Connection(1455942666)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.431--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.431--ServerSession(1526542158)--Connection(1117417365)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.431--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.432--ServerSession(1526542158)--Connection(1913143261)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Herbert] [junit] [EL Finest]: 2022-09-10 04:19:13.432--ServerSession(1526542158)--Connection(1117417365)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.432--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.432--ServerSession(1526542158)--Connection(1513215586)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.432--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.433--ServerSession(1526542158)--Connection(56016519)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [7, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.433--ServerSession(1526542158)--Connection(1513215586)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.433--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.433--ServerSession(1526542158)--Connection(1228501772)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.433--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.433--ServerSession(1526542158)--Connection(932750391)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [72, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.434--ServerSession(1526542158)--Connection(1228501772)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.434--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.434--ServerSession(1526542158)--Connection(1392857894)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.434--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.434--ServerSession(1526542158)--Connection(567213165)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Hakan] [junit] [EL Finest]: 2022-09-10 04:19:13.435--ServerSession(1526542158)--Connection(1392857894)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.435--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.435--ServerSession(1526542158)--Connection(1687301679)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.435--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.435--ServerSession(1526542158)--Connection(1836566825)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [22, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.436--ServerSession(1526542158)--Connection(1687301679)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.436--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.436--ServerSession(1526542158)--Connection(495897275)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.436--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.436--ServerSession(1526542158)--Connection(797127791)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [56, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.437--ServerSession(1526542158)--Connection(495897275)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.437--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.437--ServerSession(1526542158)--Connection(74808833)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.437--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.437--ServerSession(1526542158)--Connection(845353644)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Heinke] [junit] [EL Finest]: 2022-09-10 04:19:13.438--ServerSession(1526542158)--Connection(74808833)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.438--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.438--ServerSession(1526542158)--Connection(1646283867)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.438--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.438--ServerSession(1526542158)--Connection(1537246781)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [46, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.438--ServerSession(1526542158)--Connection(1646283867)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.439--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.439--ServerSession(1526542158)--Connection(484604017)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.439--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.439--ServerSession(1526542158)--Connection(349448408)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [87, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.439--ServerSession(1526542158)--Connection(484604017)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.439--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.439--ServerSession(1526542158)--Connection(1832610353)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.44--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.44--ServerSession(1526542158)--Connection(1478233510)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Heyko] [junit] [EL Finest]: 2022-09-10 04:19:13.44--ServerSession(1526542158)--Connection(1832610353)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.44--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.44--ServerSession(1526542158)--Connection(2057200014)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.44--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.441--ServerSession(1526542158)--Connection(812894329)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [13, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.441--ServerSession(1526542158)--Connection(2057200014)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.441--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.441--ServerSession(1526542158)--Connection(1800678108)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.441--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.441--ServerSession(1526542158)--Connection(1170868175)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Helgard] [junit] [EL Finest]: 2022-09-10 04:19:13.442--ServerSession(1526542158)--Connection(1800678108)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.442--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.442--ServerSession(1526542158)--Connection(1412835141)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.442--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.442--ServerSession(1526542158)--Connection(2064946495)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [78, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.443--ServerSession(1526542158)--Connection(1412835141)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.443--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.443--ServerSession(1526542158)--Connection(317912066)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.443--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.443--ServerSession(1526542158)--Connection(1292908046)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Heide] [junit] [EL Finest]: 2022-09-10 04:19:13.444--ServerSession(1526542158)--Connection(317912066)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.444--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.444--ServerSession(1526542158)--Connection(366226287)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.444--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.444--ServerSession(1526542158)--Connection(1831772604)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [8, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.445--ServerSession(1526542158)--Connection(366226287)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.445--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.445--ServerSession(1526542158)--Connection(2041234582)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.445--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.445--ServerSession(1526542158)--Connection(1517166417)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [24, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.446--ServerSession(1526542158)--Connection(2041234582)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.446--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.446--ServerSession(1526542158)--Connection(531260028)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.446--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.446--ServerSession(1526542158)--Connection(890528335)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Hazel] [junit] [EL Finest]: 2022-09-10 04:19:13.446--ServerSession(1526542158)--Connection(531260028)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.447--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.447--ServerSession(1526542158)--Connection(2115923752)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.447--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.447--ServerSession(1526542158)--Connection(1953958539)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [6, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.447--ServerSession(1526542158)--Connection(2115923752)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.447--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.448--ServerSession(1526542158)--Connection(1343816959)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.448--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.448--ServerSession(1526542158)--Connection(206227227)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [26, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.448--ServerSession(1526542158)--Connection(1343816959)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.448--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.448--ServerSession(1526542158)--Connection(1267224626)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.448--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.449--ServerSession(1526542158)--Connection(295707719)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Holde] [junit] [EL Finest]: 2022-09-10 04:19:13.449--ServerSession(1526542158)--Connection(1267224626)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.449--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.449--ServerSession(1526542158)--Connection(1086496101)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.449--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.449--ServerSession(1526542158)--Connection(1660784822)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [84, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.45--ServerSession(1526542158)--Connection(1086496101)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.45--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.45--ServerSession(1526542158)--Connection(966369002)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.45--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.45--ServerSession(1526542158)--Connection(930074959)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Henri] [junit] [EL Finest]: 2022-09-10 04:19:13.451--ServerSession(1526542158)--Connection(966369002)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.451--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.451--ServerSession(1526542158)--Connection(305506934)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.451--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.451--ServerSession(1526542158)--Connection(1243882023)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [55, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.452--ServerSession(1526542158)--Connection(305506934)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.452--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.452--ServerSession(1526542158)--Connection(910119139)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.452--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.452--ServerSession(1526542158)--Connection(277838233)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [69, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.453--ServerSession(1526542158)--Connection(910119139)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.453--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.453--ServerSession(1526542158)--Connection(1140786768)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.453--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.453--ServerSession(1526542158)--Connection(1211039863)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [70, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.453--ServerSession(1526542158)--Connection(1140786768)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.454--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.454--ServerSession(1526542158)--Connection(413647350)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.454--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.454--ServerSession(1526542158)--Connection(674973229)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Heida] [junit] [EL Finest]: 2022-09-10 04:19:13.454--ServerSession(1526542158)--Connection(413647350)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.454--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.455--ServerSession(1526542158)--Connection(915414905)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.455--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.455--ServerSession(1526542158)--Connection(804477188)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [51, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.455--ServerSession(1526542158)--Connection(915414905)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.455--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.455--ServerSession(1526542158)--Connection(2094008042)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.455--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.456--ServerSession(1526542158)--Connection(179899325)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [65, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.456--ServerSession(1526542158)--Connection(2094008042)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.456--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.456--ServerSession(1526542158)--Connection(759048378)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.456--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.456--ServerSession(1526542158)--Connection(1863854659)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Heidemarie] [junit] [EL Finest]: 2022-09-10 04:19:13.457--ServerSession(1526542158)--Connection(759048378)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.457--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.457--ServerSession(1526542158)--Connection(1722973142)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.457--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.457--ServerSession(1526542158)--Connection(237339007)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [45, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.458--ServerSession(1526542158)--Connection(1722973142)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.458--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.458--ServerSession(1526542158)--Connection(460714132)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.458--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.458--ServerSession(1526542158)--Connection(972666108)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Hieronymus] [junit] [EL Finest]: 2022-09-10 04:19:13.459--ServerSession(1526542158)--Connection(460714132)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.459--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.459--ServerSession(1526542158)--Connection(1515380832)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.459--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.459--ServerSession(1526542158)--Connection(812185730)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [97, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.459--ServerSession(1526542158)--Connection(1515380832)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.46--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.46--ServerSession(1526542158)--Connection(1690052891)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.46--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.46--ServerSession(1526542158)--Connection(333935078)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Hermann] [junit] [EL Finest]: 2022-09-10 04:19:13.46--ServerSession(1526542158)--Connection(1690052891)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.46--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.461--ServerSession(1526542158)--Connection(425908241)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.461--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.461--ServerSession(1526542158)--Connection(506116876)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [73, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.461--ServerSession(1526542158)--Connection(425908241)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.461--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.461--ServerSession(1526542158)--Connection(1465486839)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.461--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.462--ServerSession(1526542158)--Connection(1274471555)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [96, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.462--ServerSession(1526542158)--Connection(1465486839)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.462--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.462--ServerSession(1526542158)--Connection(815264031)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.462--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.462--ServerSession(1526542158)--Connection(1278855538)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Hermine] [junit] [EL Finest]: 2022-09-10 04:19:13.463--ServerSession(1526542158)--Connection(815264031)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.463--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.463--ServerSession(1526542158)--Connection(2084925593)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.463--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.463--ServerSession(1526542158)--Connection(109721356)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [33, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.464--ServerSession(1526542158)--Connection(2084925593)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.464--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.464--ServerSession(1526542158)--Connection(1581419998)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.464--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.464--ServerSession(1526542158)--Connection(153609037)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Hjalmar] [junit] [EL Finest]: 2022-09-10 04:19:13.465--ServerSession(1526542158)--Connection(1581419998)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.465--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.465--ServerSession(1526542158)--Connection(906130060)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.465--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.465--ServerSession(1526542158)--Connection(264045953)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [16, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.465--ServerSession(1526542158)--Connection(906130060)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.519--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.519--ServerSession(1526542158)--Connection(1389826274)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.519--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.519--ServerSession(1526542158)--Connection(891393588)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Hannes] [junit] [EL Finest]: 2022-09-10 04:19:13.52--ServerSession(1526542158)--Connection(1389826274)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.52--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.521--ServerSession(1526542158)--Connection(87228768)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.521--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.521--ServerSession(1526542158)--Connection(518794699)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [23, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.522--ServerSession(1526542158)--Connection(87228768)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.522--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.522--ServerSession(1526542158)--Connection(999951125)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.522--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.522--ServerSession(1526542158)--Connection(1147665368)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Heike] [junit] [EL Finest]: 2022-09-10 04:19:13.523--ServerSession(1526542158)--Connection(999951125)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.523--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.524--ServerSession(1526542158)--Connection(475347589)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.524--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.524--ServerSession(1526542158)--Connection(341886600)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [61, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.525--ServerSession(1526542158)--Connection(475347589)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.525--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.525--ServerSession(1526542158)--Connection(328879794)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.525--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.525--ServerSession(1526542158)--Connection(1960974551)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [62, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.526--ServerSession(1526542158)--Connection(328879794)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.526--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.526--ServerSession(1526542158)--Connection(608297683)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.526--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.526--ServerSession(1526542158)--Connection(1082221100)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Helmut] [junit] [EL Finest]: 2022-09-10 04:19:13.527--ServerSession(1526542158)--Connection(608297683)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.527--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.527--ServerSession(1526542158)--Connection(764630658)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.528--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.528--ServerSession(1526542158)--Connection(1045377646)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [15, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.529--ServerSession(1526542158)--Connection(764630658)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.529--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.529--ServerSession(1526542158)--Connection(80893664)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.529--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.529--ServerSession(1526542158)--Connection(1108705741)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [19, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.53--ServerSession(1526542158)--Connection(80893664)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.53--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.53--ServerSession(1526542158)--Connection(1622689353)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.53--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.53--ServerSession(1526542158)--Connection(239970426)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Horst] [junit] [EL Finest]: 2022-09-10 04:19:13.531--ServerSession(1526542158)--Connection(1622689353)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.531--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.531--ServerSession(1526542158)--Connection(1335102505)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.531--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.531--ServerSession(1526542158)--Connection(487669149)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [60, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.532--ServerSession(1526542158)--Connection(1335102505)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.532--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.532--ServerSession(1526542158)--Connection(49179)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.532--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.532--ServerSession(1526542158)--Connection(409537811)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [74, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.533--ServerSession(1526542158)--Connection(49179)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.533--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.533--ServerSession(1526542158)--Connection(608129348)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.533--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.533--ServerSession(1526542158)--Connection(1961808197)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Hannah] [junit] [EL Finest]: 2022-09-10 04:19:13.534--ServerSession(1526542158)--Connection(608129348)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.534--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.534--ServerSession(1526542158)--Connection(1378808930)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.534--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.534--ServerSession(1526542158)--Connection(1706473449)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [58, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.535--ServerSession(1526542158)--Connection(1378808930)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.535--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.535--ServerSession(1526542158)--Connection(1088080285)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.535--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.535--ServerSession(1526542158)--Connection(277030800)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Harald] [junit] [EL Finest]: 2022-09-10 04:19:13.536--ServerSession(1526542158)--Connection(1088080285)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.536--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.536--ServerSession(1526542158)--Connection(819043106)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.536--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.536--ServerSession(1526542158)--Connection(1794802430)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [38, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.537--ServerSession(1526542158)--Connection(819043106)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.537--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.537--ServerSession(1526542158)--Connection(1171242178)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.537--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.537--ServerSession(1526542158)--Connection(2065443831)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Henryk] [junit] [EL Finest]: 2022-09-10 04:19:13.538--ServerSession(1526542158)--Connection(1171242178)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.538--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.538--ServerSession(1526542158)--Connection(1076200237)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.538--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.538--ServerSession(1526542158)--Connection(662156822)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [9, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.539--ServerSession(1526542158)--Connection(1076200237)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.539--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.539--ServerSession(1526542158)--Connection(2135669532)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.539--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.539--ServerSession(1526542158)--Connection(1695966693)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Heribert] [junit] [EL Finest]: 2022-09-10 04:19:13.54--ServerSession(1526542158)--Connection(2135669532)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.54--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.54--ServerSession(1526542158)--Connection(198866494)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.54--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.54--ServerSession(1526542158)--Connection(676869833)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [1, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.541--ServerSession(1526542158)--Connection(198866494)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.541--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.541--ServerSession(1526542158)--Connection(902604989)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.541--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.541--ServerSession(1526542158)--Connection(1239960330)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [10, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.542--ServerSession(1526542158)--Connection(902604989)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.542--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.542--ServerSession(1526542158)--Connection(1436005574)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.542--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.542--ServerSession(1526542158)--Connection(1661815632)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [89, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.543--ServerSession(1526542158)--Connection(1436005574)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.543--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.543--ServerSession(1526542158)--Connection(357744070)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.543--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.543--ServerSession(1526542158)--Connection(470557687)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Hilarius] [junit] [EL Finest]: 2022-09-10 04:19:13.544--ServerSession(1526542158)--Connection(357744070)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.544--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.544--ServerSession(1526542158)--Connection(1271247567)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.544--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.544--ServerSession(1526542158)--Connection(1550984990)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [32, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.544--ServerSession(1526542158)--Connection(1271247567)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.545--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.545--ServerSession(1526542158)--Connection(379670970)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.545--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.545--ServerSession(1526542158)--Connection(1683962005)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [85, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.545--ServerSession(1526542158)--Connection(379670970)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.546--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.546--ServerSession(1526542158)--Connection(845537818)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.546--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.546--ServerSession(1526542158)--Connection(795078483)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Hadmar] [junit] [EL Finest]: 2022-09-10 04:19:13.546--ServerSession(1526542158)--Connection(845537818)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.546--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.547--ServerSession(1526542158)--Connection(1894508862)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.547--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.547--ServerSession(1526542158)--Connection(1337641264)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [39, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.547--ServerSession(1526542158)--Connection(1894508862)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.547--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.548--ServerSession(1526542158)--Connection(646866001)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.548--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.548--ServerSession(1526542158)--Connection(1545128246)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [47, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.548--ServerSession(1526542158)--Connection(646866001)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.549--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.549--ServerSession(1526542158)--Connection(1370234318)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.549--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.549--ServerSession(1526542158)--Connection(1057568964)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [57, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.55--ServerSession(1526542158)--Connection(1370234318)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.55--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.55--ServerSession(1526542158)--Connection(285728533)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.55--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.55--ServerSession(1526542158)--Connection(1740507881)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Hauke] [junit] [EL Finest]: 2022-09-10 04:19:13.551--ServerSession(1526542158)--Connection(285728533)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.551--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.551--ServerSession(1526542158)--Connection(1064674131)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.551--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.551--ServerSession(1526542158)--Connection(1418995416)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [4, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.552--ServerSession(1526542158)--Connection(1064674131)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.552--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.552--ServerSession(1526542158)--Connection(411171709)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.552--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.553--ServerSession(1526542158)--Connection(1837542371)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [35, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.553--ServerSession(1526542158)--Connection(411171709)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.553--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.553--ServerSession(1526542158)--Connection(34760208)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.553--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.553--ServerSession(1526542158)--Connection(1519590402)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Hasso] [junit] [EL Finest]: 2022-09-10 04:19:13.554--ServerSession(1526542158)--Connection(34760208)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.554--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.554--ServerSession(1526542158)--Connection(470571061)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.554--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.555--ServerSession(1526542158)--Connection(560779052)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [93, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.555--ServerSession(1526542158)--Connection(470571061)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.555--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.555--ServerSession(1526542158)--Connection(1342955099)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.555--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.555--ServerSession(1526542158)--Connection(400125657)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Hakon] [junit] [EL Finest]: 2022-09-10 04:19:13.556--ServerSession(1526542158)--Connection(1342955099)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.556--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.556--ServerSession(1526542158)--Connection(516099877)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.556--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.556--ServerSession(1526542158)--Connection(497054959)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [52, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.557--ServerSession(1526542158)--Connection(516099877)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.557--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.557--ServerSession(1526542158)--Connection(720141586)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.557--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.557--ServerSession(1526542158)--Connection(880112556)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Heiko] [junit] [EL Finest]: 2022-09-10 04:19:13.558--ServerSession(1526542158)--Connection(720141586)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.558--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.558--ServerSession(1526542158)--Connection(889425821)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.558--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.558--ServerSession(1526542158)--Connection(200388895)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [81, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.559--ServerSession(1526542158)--Connection(889425821)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.559--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.559--ServerSession(1526542158)--Connection(81816968)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.559--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.559--ServerSession(1526542158)--Connection(43994434)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Hinrich] [junit] [EL Finest]: 2022-09-10 04:19:13.56--ServerSession(1526542158)--Connection(81816968)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.56--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.56--ServerSession(1526542158)--Connection(1132607416)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.56--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.56--ServerSession(1526542158)--Connection(932028064)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [2, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.561--ServerSession(1526542158)--Connection(1132607416)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.561--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.561--ServerSession(1526542158)--Connection(1680051610)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.561--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.561--ServerSession(1526542158)--Connection(1343779703)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [95, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.562--ServerSession(1526542158)--Connection(1680051610)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.562--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.562--ServerSession(1526542158)--Connection(349268879)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.562--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.562--ServerSession(1526542158)--Connection(121708969)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Harvey] [junit] [EL Finest]: 2022-09-10 04:19:13.563--ServerSession(1526542158)--Connection(349268879)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.563--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.563--ServerSession(1526542158)--Connection(1537654161)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.563--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.563--ServerSession(1526542158)--Connection(101336292)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [14, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.564--ServerSession(1526542158)--Connection(1537654161)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.564--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.564--ServerSession(1526542158)--Connection(930138901)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.564--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.564--ServerSession(1526542158)--Connection(820715474)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [48, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.565--ServerSession(1526542158)--Connection(930138901)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.565--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.565--ServerSession(1526542158)--Connection(1290532132)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.565--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.565--ServerSession(1526542158)--Connection(613840612)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Hertha] [junit] [EL Finest]: 2022-09-10 04:19:13.566--ServerSession(1526542158)--Connection(1290532132)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.566--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.566--ServerSession(1526542158)--Connection(89236047)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.566--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.566--ServerSession(1526542158)--Connection(1930135443)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [44, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.567--ServerSession(1526542158)--Connection(89236047)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.567--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.567--ServerSession(1526542158)--Connection(1680917905)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.567--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.567--ServerSession(1526542158)--Connection(1260970395)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Henning] [junit] [EL Finest]: 2022-09-10 04:19:13.568--ServerSession(1526542158)--Connection(1680917905)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.568--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.568--ServerSession(1526542158)--Connection(964380792)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.568--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.568--ServerSession(1526542158)--Connection(1069985403)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [21, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.569--ServerSession(1526542158)--Connection(964380792)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.569--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.569--ServerSession(1526542158)--Connection(1286219941)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.569--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.569--ServerSession(1526542158)--Connection(1175839293)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = ?) [junit] bind => [Helen] [junit] [EL Finest]: 2022-09-10 04:19:13.57--ServerSession(1526542158)--Connection(1286219941)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.57--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.57--ServerSession(1526542158)--Connection(555986721)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.57--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.57--ServerSession(1526542158)--Connection(1260355492)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [27, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.571--ServerSession(1526542158)--Connection(555986721)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.571--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.571--ServerSession(1526542158)--Connection(1308299598)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.571--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.571--ServerSession(1526542158)--Connection(1361359969)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [36, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.572--ServerSession(1526542158)--Connection(1308299598)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.572--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.572--ServerSession(1526542158)--Connection(997448821)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.572--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.572--ServerSession(1526542158)--Connection(2122658437)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [53, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.573--ServerSession(1526542158)--Connection(997448821)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.573--UnitOfWork(863193310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:13.573--ServerSession(1526542158)--Connection(964455035)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:13.573--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:13.573--ServerSession(1526542158)--Connection(269411154)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [79, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:13.574--ServerSession(1526542158)--Connection(964455035)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:13.6--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 795552518 [junit] [EL Finer]: 2022-09-10 04:19:13.601--ClientSession(795552518)--Thread(Thread[main,5,main])--acquire unit of work: 297747648 [junit] [EL Finest]: 2022-09-10 04:19:13.601--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:reading. [junit] [EL Finest]: 2022-09-10 04:19:13.601--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (50 -> null:null:reading) [junit] [EL Finest]: 2022-09-10 04:19:13.601--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:cooking. [junit] [EL Finest]: 2022-09-10 04:19:13.601--ServerSession(1526542158)--Connection(69406031)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:13.601--ClientSession(795552518)--Connection(69406031)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:13.601--ClientSession(795552518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:13.602--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="StringIdGenerator" sql="UPDATE TMP_STRING_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ?") [junit] [EL Finest]: 2022-09-10 04:19:13.602--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="StringIdGenerator" sql="SELECT MAX_ID FROM TMP_STRING_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2022-09-10 04:19:13.602--ClientSession(795552518)--Connection(1867628623)--Thread(Thread[main,5,main])--UPDATE TMP_STRING_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, StringIdGenerator] [junit] [EL Fine]: 2022-09-10 04:19:13.602--ClientSession(795552518)--Connection(1867628623)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_STRING_GEN WHERE BEAN_NAME = ? [junit] bind => [StringIdGenerator] [junit] [EL Finest]: 2022-09-10 04:19:13.603--ClientSession(795552518)--Connection(1867628623)--Thread(Thread[main,5,main])--local sequencing preallocation for StringIdGenerator: objects: 50 , first: 51, last: 100 [junit] [EL Finer]: 2022-09-10 04:19:13.603--ClientSession(795552518)--Connection(1867628623)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:13.604--ServerSession(1526542158)--Connection(1867628623)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2022-09-10 04:19:13.604--ServerSession(1526542158)--Connection(69406031)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:19:13.604--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (51 -> null:null:cooking) [junit] [EL Finest]: 2022-09-10 04:19:13.604--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:watching tv. [junit] [EL Finest]: 2022-09-10 04:19:13.604--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (52 -> null:null:watching tv) [junit] [EL Finest]: 2022-09-10 04:19:13.604--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:cleaning the house. [junit] [EL Finest]: 2022-09-10 04:19:13.605--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (53 -> null:null:cleaning the house) [junit] [EL Finest]: 2022-09-10 04:19:13.605--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:swimming. [junit] [EL Finest]: 2022-09-10 04:19:13.605--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (54 -> null:null:swimming) [junit] [EL Finest]: 2022-09-10 04:19:13.605--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:computers. [junit] [EL Finest]: 2022-09-10 04:19:13.605--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (55 -> null:null:computers) [junit] [EL Finest]: 2022-09-10 04:19:13.605--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:stamps. [junit] [EL Finest]: 2022-09-10 04:19:13.605--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (56 -> null:null:stamps) [junit] [EL Finest]: 2022-09-10 04:19:13.605--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@0. [junit] [EL Finest]: 2022-09-10 04:19:13.605--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:19:13.605--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2. [junit] [EL Finest]: 2022-09-10 04:19:13.605--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3. [junit] [EL Finest]: 2022-09-10 04:19:13.605--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4. [junit] [EL Finest]: 2022-09-10 04:19:13.605--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5. [junit] [EL Finest]: 2022-09-10 04:19:13.605--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6. [junit] [EL Finest]: 2022-09-10 04:19:13.605--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7. [junit] [EL Finest]: 2022-09-10 04:19:13.605--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8. [junit] [EL Finest]: 2022-09-10 04:19:13.605--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9. [junit] [EL Finest]: 2022-09-10 04:19:13.605--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@693d61c1. [junit] [EL Finest]: 2022-09-10 04:19:13.605--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (739 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@693d61c1) [junit] [EL Finest]: 2022-09-10 04:19:13.606--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5b19b5d5. [junit] [EL Finest]: 2022-09-10 04:19:13.606--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (740 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5b19b5d5) [junit] [EL Finest]: 2022-09-10 04:19:13.606--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@397411e1. [junit] [EL Finest]: 2022-09-10 04:19:13.606--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (741 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@397411e1) [junit] [EL Finest]: 2022-09-10 04:19:13.606--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5e5b49df. [junit] [EL Finest]: 2022-09-10 04:19:13.628--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (742 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5e5b49df) [junit] [EL Finest]: 2022-09-10 04:19:13.628--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5cea18bc. [junit] [EL Finest]: 2022-09-10 04:19:13.628--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (743 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5cea18bc) [junit] [EL Finest]: 2022-09-10 04:19:13.628--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4a4ba9e9. [junit] [EL Finest]: 2022-09-10 04:19:13.628--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (744 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4a4ba9e9) [junit] [EL Finest]: 2022-09-10 04:19:13.628--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@53a95258. [junit] [EL Finest]: 2022-09-10 04:19:13.629--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (745 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@53a95258) [junit] [EL Finest]: 2022-09-10 04:19:13.629--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5738ec43. [junit] [EL Finest]: 2022-09-10 04:19:13.629--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (746 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5738ec43) [junit] [EL Finest]: 2022-09-10 04:19:13.629--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5b9b31e0. [junit] [EL Finest]: 2022-09-10 04:19:13.629--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (747 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5b9b31e0) [junit] [EL Finest]: 2022-09-10 04:19:13.629--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4c08cf9b. [junit] [EL Finest]: 2022-09-10 04:19:13.629--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (748 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4c08cf9b) [junit] [EL Finest]: 2022-09-10 04:19:13.629--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@55aa6fd0. [junit] [EL Finest]: 2022-09-10 04:19:13.629--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (749 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@55aa6fd0) [junit] [EL Finest]: 2022-09-10 04:19:13.629--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4560dbd2. [junit] [EL Finest]: 2022-09-10 04:19:13.629--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (750 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4560dbd2) [junit] [EL Finest]: 2022-09-10 04:19:13.629--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4776f6af. [junit] [EL Finest]: 2022-09-10 04:19:13.63--ServerSession(1526542158)--Connection(1292410317)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:13.63--ClientSession(795552518)--Connection(1292410317)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:13.63--ClientSession(795552518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:13.63--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="VehicleGenerator" sql="UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ?") [junit] [EL Finest]: 2022-09-10 04:19:13.63--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="VehicleGenerator" sql="SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2022-09-10 04:19:13.631--ClientSession(795552518)--Connection(1264234323)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2022-09-10 04:19:13.631--ClientSession(795552518)--Connection(1264234323)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2022-09-10 04:19:13.632--ClientSession(795552518)--Connection(1264234323)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 751, last: 800 [junit] [EL Finer]: 2022-09-10 04:19:13.632--ClientSession(795552518)--Connection(1264234323)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:13.633--ServerSession(1526542158)--Connection(1264234323)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2022-09-10 04:19:13.634--ServerSession(1526542158)--Connection(1292410317)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:19:13.634--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (751 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4776f6af) [junit] [EL Finest]: 2022-09-10 04:19:13.634--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5d4de6f7. [junit] [EL Finest]: 2022-09-10 04:19:13.634--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (752 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5d4de6f7) [junit] [EL Finest]: 2022-09-10 04:19:13.634--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5fd2a75. [junit] [EL Finest]: 2022-09-10 04:19:13.634--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (753 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5fd2a75) [junit] [EL Finest]: 2022-09-10 04:19:13.634--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2c32bf87. [junit] [EL Finest]: 2022-09-10 04:19:13.634--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (754 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2c32bf87) [junit] [EL Finest]: 2022-09-10 04:19:13.634--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6be78a46. [junit] [EL Finest]: 2022-09-10 04:19:13.634--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (755 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6be78a46) [junit] [EL Finest]: 2022-09-10 04:19:13.634--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@592fb393. [junit] [EL Finest]: 2022-09-10 04:19:13.634--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (756 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@592fb393) [junit] [EL Finest]: 2022-09-10 04:19:13.635--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@356d9441. [junit] [EL Finest]: 2022-09-10 04:19:13.635--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (757 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@356d9441) [junit] [EL Finest]: 2022-09-10 04:19:13.635--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@c9acbec. [junit] [EL Finest]: 2022-09-10 04:19:13.635--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (758 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@c9acbec) [junit] [EL Finest]: 2022-09-10 04:19:13.635--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5bf8d583. [junit] [EL Finest]: 2022-09-10 04:19:13.635--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (759 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5bf8d583) [junit] [EL Finest]: 2022-09-10 04:19:13.635--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7f6f4644. [junit] [EL Finest]: 2022-09-10 04:19:13.635--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (760 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7f6f4644) [junit] [EL Finest]: 2022-09-10 04:19:13.635--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@26791a74. [junit] [EL Finest]: 2022-09-10 04:19:13.635--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (761 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@26791a74) [junit] [EL Finest]: 2022-09-10 04:19:13.635--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7ce660fc. [junit] [EL Finest]: 2022-09-10 04:19:13.635--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (762 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7ce660fc) [junit] [EL Finest]: 2022-09-10 04:19:13.636--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@612fe62e. [junit] [EL Finest]: 2022-09-10 04:19:13.636--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (763 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@612fe62e) [junit] [EL Finest]: 2022-09-10 04:19:13.636--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6477d129. [junit] [EL Finest]: 2022-09-10 04:19:13.636--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (764 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6477d129) [junit] [EL Finest]: 2022-09-10 04:19:13.636--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@ab3cd69. [junit] [EL Finest]: 2022-09-10 04:19:13.636--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (765 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@ab3cd69) [junit] [EL Finest]: 2022-09-10 04:19:13.636--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@459dad43. [junit] [EL Finest]: 2022-09-10 04:19:13.636--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (766 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@459dad43) [junit] [EL Finest]: 2022-09-10 04:19:13.636--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5b9d3d48. [junit] [EL Finest]: 2022-09-10 04:19:13.636--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (767 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5b9d3d48) [junit] [EL Finest]: 2022-09-10 04:19:13.636--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1b9418b. [junit] [EL Finest]: 2022-09-10 04:19:13.636--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (768 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1b9418b) [junit] [EL Finest]: 2022-09-10 04:19:13.637--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@15f51c50. [junit] [EL Finest]: 2022-09-10 04:19:13.637--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (769 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@15f51c50) [junit] [EL Finest]: 2022-09-10 04:19:13.637--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3d2a4c18. [junit] [EL Finest]: 2022-09-10 04:19:13.637--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (770 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3d2a4c18) [junit] [EL Finest]: 2022-09-10 04:19:13.637--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@f6f5188. [junit] [EL Finest]: 2022-09-10 04:19:13.637--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (771 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@f6f5188) [junit] [EL Finest]: 2022-09-10 04:19:13.637--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4411ecf7. [junit] [EL Finest]: 2022-09-10 04:19:13.637--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (772 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4411ecf7) [junit] [EL Finest]: 2022-09-10 04:19:13.637--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@793b6fb9. [junit] [EL Finest]: 2022-09-10 04:19:13.637--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (773 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@793b6fb9) [junit] [EL Finest]: 2022-09-10 04:19:13.637--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@169ea60a. [junit] [EL Finest]: 2022-09-10 04:19:13.637--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (774 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@169ea60a) [junit] [EL Finest]: 2022-09-10 04:19:13.637--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@63884640. [junit] [EL Finest]: 2022-09-10 04:19:13.638--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (775 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@63884640) [junit] [EL Finest]: 2022-09-10 04:19:13.638--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@28356892. [junit] [EL Finest]: 2022-09-10 04:19:13.638--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (776 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@28356892) [junit] [EL Finest]: 2022-09-10 04:19:13.638--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@ad19c8a. [junit] [EL Finest]: 2022-09-10 04:19:13.638--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (777 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@ad19c8a) [junit] [EL Finest]: 2022-09-10 04:19:13.638--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@691cc52c. [junit] [EL Finest]: 2022-09-10 04:19:13.638--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (778 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@691cc52c) [junit] [EL Finest]: 2022-09-10 04:19:13.638--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@48873409. [junit] [EL Finest]: 2022-09-10 04:19:13.638--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (779 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@48873409) [junit] [EL Finest]: 2022-09-10 04:19:13.638--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4bf5b473. [junit] [EL Finest]: 2022-09-10 04:19:13.638--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (780 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4bf5b473) [junit] [EL Finest]: 2022-09-10 04:19:13.638--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4d46444b. [junit] [EL Finest]: 2022-09-10 04:19:13.638--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (781 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4d46444b) [junit] [EL Finest]: 2022-09-10 04:19:13.639--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@42fccd6a. [junit] [EL Finest]: 2022-09-10 04:19:13.639--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (782 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@42fccd6a) [junit] [EL Finest]: 2022-09-10 04:19:13.639--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@33aa9e40. [junit] [EL Finest]: 2022-09-10 04:19:13.639--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (783 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@33aa9e40) [junit] [EL Finest]: 2022-09-10 04:19:13.639--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@551ae26a. [junit] [EL Finest]: 2022-09-10 04:19:13.639--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (784 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@551ae26a) [junit] [EL Finest]: 2022-09-10 04:19:13.639--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2a81809e. [junit] [EL Finest]: 2022-09-10 04:19:13.639--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (785 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2a81809e) [junit] [EL Finest]: 2022-09-10 04:19:13.639--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@eb28f39. [junit] [EL Finest]: 2022-09-10 04:19:13.639--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (786 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@eb28f39) [junit] [EL Finest]: 2022-09-10 04:19:13.639--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@698d5831. [junit] [EL Finest]: 2022-09-10 04:19:13.639--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (787 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@698d5831) [junit] [EL Finest]: 2022-09-10 04:19:13.64--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6b86fed8. [junit] [EL Finest]: 2022-09-10 04:19:13.64--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (788 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6b86fed8) [junit] [EL Finest]: 2022-09-10 04:19:13.64--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4d251646. [junit] [EL Finest]: 2022-09-10 04:19:13.64--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (789 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4d251646) [junit] [EL Finest]: 2022-09-10 04:19:13.64--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@57f4839c. [junit] [EL Finest]: 2022-09-10 04:19:13.64--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (790 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@57f4839c) [junit] [EL Finest]: 2022-09-10 04:19:13.64--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@543b0583. [junit] [EL Finest]: 2022-09-10 04:19:13.64--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (791 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@543b0583) [junit] [EL Finest]: 2022-09-10 04:19:13.64--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@89741e2. [junit] [EL Finest]: 2022-09-10 04:19:13.64--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (792 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@89741e2) [junit] [EL Finest]: 2022-09-10 04:19:13.64--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6de5e190. [junit] [EL Finest]: 2022-09-10 04:19:13.64--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (793 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6de5e190) [junit] [EL Finest]: 2022-09-10 04:19:13.64--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1e7e67d3. [junit] [EL Finest]: 2022-09-10 04:19:13.641--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (794 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1e7e67d3) [junit] [EL Finest]: 2022-09-10 04:19:13.641--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@12e56e82. [junit] [EL Finest]: 2022-09-10 04:19:13.641--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (795 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@12e56e82) [junit] [EL Finest]: 2022-09-10 04:19:13.641--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@204fb56d. [junit] [EL Finest]: 2022-09-10 04:19:13.641--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (796 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@204fb56d) [junit] [EL Finest]: 2022-09-10 04:19:13.641--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@62e42995. [junit] [EL Finest]: 2022-09-10 04:19:13.641--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (797 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@62e42995) [junit] [EL Finest]: 2022-09-10 04:19:13.641--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@f498ae5. [junit] [EL Finest]: 2022-09-10 04:19:13.641--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (798 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@f498ae5) [junit] [EL Finest]: 2022-09-10 04:19:13.641--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@366164f0. [junit] [EL Finest]: 2022-09-10 04:19:13.641--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (799 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@366164f0) [junit] [EL Finest]: 2022-09-10 04:19:13.641--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6b584b8c. [junit] [EL Finest]: 2022-09-10 04:19:13.642--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (800 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6b584b8c) [junit] [EL Finest]: 2022-09-10 04:19:13.642--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@28336ff3. [junit] [EL Finest]: 2022-09-10 04:19:13.642--ServerSession(1526542158)--Connection(1802421938)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:13.642--ClientSession(795552518)--Connection(1802421938)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:13.642--ClientSession(795552518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:13.642--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="VehicleGenerator" sql="UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ?") [junit] [EL Finest]: 2022-09-10 04:19:13.642--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="VehicleGenerator" sql="SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2022-09-10 04:19:13.643--ClientSession(795552518)--Connection(1452636619)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2022-09-10 04:19:13.643--ClientSession(795552518)--Connection(1452636619)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2022-09-10 04:19:13.644--ClientSession(795552518)--Connection(1452636619)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 801, last: 850 [junit] [EL Finer]: 2022-09-10 04:19:13.644--ClientSession(795552518)--Connection(1452636619)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:13.645--ServerSession(1526542158)--Connection(1452636619)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2022-09-10 04:19:13.645--ServerSession(1526542158)--Connection(1802421938)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:19:13.645--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (801 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@28336ff3) [junit] [EL Finest]: 2022-09-10 04:19:13.645--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@11c7f87d. [junit] [EL Finest]: 2022-09-10 04:19:13.645--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (802 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@11c7f87d) [junit] [EL Finest]: 2022-09-10 04:19:13.645--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@62b17f08. [junit] [EL Finest]: 2022-09-10 04:19:13.645--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (803 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@62b17f08) [junit] [EL Finest]: 2022-09-10 04:19:13.645--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3c0ff70b. [junit] [EL Finest]: 2022-09-10 04:19:13.645--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (804 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3c0ff70b) [junit] [EL Finest]: 2022-09-10 04:19:13.646--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2c5ff4a5. [junit] [EL Finest]: 2022-09-10 04:19:13.646--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (805 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2c5ff4a5) [junit] [EL Finest]: 2022-09-10 04:19:13.646--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2f5f543. [junit] [EL Finest]: 2022-09-10 04:19:13.646--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (806 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2f5f543) [junit] [EL Finest]: 2022-09-10 04:19:13.646--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6b55832a. [junit] [EL Finest]: 2022-09-10 04:19:13.646--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (807 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6b55832a) [junit] [EL Finest]: 2022-09-10 04:19:13.646--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@28a186e4. [junit] [EL Finest]: 2022-09-10 04:19:13.646--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (808 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@28a186e4) [junit] [EL Finest]: 2022-09-10 04:19:13.646--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7b08b589. [junit] [EL Finest]: 2022-09-10 04:19:13.646--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (809 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7b08b589) [junit] [EL Finest]: 2022-09-10 04:19:13.646--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@56fa1846. [junit] [EL Finest]: 2022-09-10 04:19:13.646--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (810 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@56fa1846) [junit] [EL Finest]: 2022-09-10 04:19:13.646--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@11f18d60. [junit] [EL Finest]: 2022-09-10 04:19:13.646--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (811 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@11f18d60) [junit] [EL Finest]: 2022-09-10 04:19:13.646--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@35c3bf1c. [junit] [EL Finest]: 2022-09-10 04:19:13.646--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (812 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@35c3bf1c) [junit] [EL Finest]: 2022-09-10 04:19:13.646--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@bd9f0d0. [junit] [EL Finest]: 2022-09-10 04:19:13.646--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (813 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@bd9f0d0) [junit] [EL Finest]: 2022-09-10 04:19:13.646--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@d67e1c5. [junit] [EL Finest]: 2022-09-10 04:19:13.647--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (814 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@d67e1c5) [junit] [EL Finest]: 2022-09-10 04:19:13.647--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1060e784. [junit] [EL Finest]: 2022-09-10 04:19:13.647--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (815 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1060e784) [junit] [EL Finest]: 2022-09-10 04:19:13.647--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@38f381cb. [junit] [EL Finest]: 2022-09-10 04:19:13.647--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (816 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@38f381cb) [junit] [EL Finest]: 2022-09-10 04:19:13.647--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7c68b975. [junit] [EL Finest]: 2022-09-10 04:19:13.647--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (817 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7c68b975) [junit] [EL Finest]: 2022-09-10 04:19:13.647--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4eb316f4. [junit] [EL Finest]: 2022-09-10 04:19:13.647--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (818 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4eb316f4) [junit] [EL Finest]: 2022-09-10 04:19:13.647--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@59f89461. [junit] [EL Finest]: 2022-09-10 04:19:13.647--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (819 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@59f89461) [junit] [EL Finest]: 2022-09-10 04:19:13.647--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7d21ab4c. [junit] [EL Finest]: 2022-09-10 04:19:13.647--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (820 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7d21ab4c) [junit] [EL Finest]: 2022-09-10 04:19:13.647--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@44bb068c. [junit] [EL Finest]: 2022-09-10 04:19:13.647--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (821 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@44bb068c) [junit] [EL Finest]: 2022-09-10 04:19:13.647--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@12e9ac59. [junit] [EL Finest]: 2022-09-10 04:19:13.647--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (822 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@12e9ac59) [junit] [EL Finest]: 2022-09-10 04:19:13.647--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@faf79f9. [junit] [EL Finest]: 2022-09-10 04:19:13.647--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (823 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@faf79f9) [junit] [EL Finest]: 2022-09-10 04:19:13.647--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7f24d88b. [junit] [EL Finest]: 2022-09-10 04:19:13.647--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (824 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7f24d88b) [junit] [EL Finest]: 2022-09-10 04:19:13.648--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@63b73e85. [junit] [EL Finest]: 2022-09-10 04:19:13.648--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (825 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@63b73e85) [junit] [EL Finest]: 2022-09-10 04:19:13.648--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3ce3ddce. [junit] [EL Finest]: 2022-09-10 04:19:13.648--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (826 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3ce3ddce) [junit] [EL Finest]: 2022-09-10 04:19:13.648--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@48771b1a. [junit] [EL Finest]: 2022-09-10 04:19:13.648--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (827 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@48771b1a) [junit] [EL Finest]: 2022-09-10 04:19:13.648--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@11ce721f. [junit] [EL Finest]: 2022-09-10 04:19:13.648--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (828 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@11ce721f) [junit] [EL Finest]: 2022-09-10 04:19:13.648--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4b5725b5. [junit] [EL Finest]: 2022-09-10 04:19:13.648--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (829 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4b5725b5) [junit] [EL Finest]: 2022-09-10 04:19:13.648--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@69f89cbc. [junit] [EL Finest]: 2022-09-10 04:19:13.648--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (830 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@69f89cbc) [junit] [EL Finest]: 2022-09-10 04:19:13.648--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@19a7f552. [junit] [EL Finest]: 2022-09-10 04:19:13.648--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (831 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@19a7f552) [junit] [EL Finest]: 2022-09-10 04:19:13.648--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7b9b32f3. [junit] [EL Finest]: 2022-09-10 04:19:13.648--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (832 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7b9b32f3) [junit] [EL Finest]: 2022-09-10 04:19:13.648--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@993dab8. [junit] [EL Finest]: 2022-09-10 04:19:13.648--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (833 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@993dab8) [junit] [EL Finest]: 2022-09-10 04:19:13.648--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2423aa4a. [junit] [EL Finest]: 2022-09-10 04:19:13.649--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (834 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2423aa4a) [junit] [EL Finest]: 2022-09-10 04:19:13.649--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@288c6f9. [junit] [EL Finest]: 2022-09-10 04:19:13.649--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (835 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@288c6f9) [junit] [EL Finest]: 2022-09-10 04:19:13.649--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@20a670f1. [junit] [EL Finest]: 2022-09-10 04:19:13.649--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (836 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@20a670f1) [junit] [EL Finest]: 2022-09-10 04:19:13.649--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@37f73847. [junit] [EL Finest]: 2022-09-10 04:19:13.649--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (837 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@37f73847) [junit] [EL Finest]: 2022-09-10 04:19:13.649--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@ebfa509. [junit] [EL Finest]: 2022-09-10 04:19:13.649--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (838 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@ebfa509) [junit] [EL Finest]: 2022-09-10 04:19:13.649--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@4ac40529. [junit] [EL Finest]: 2022-09-10 04:19:13.649--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (839 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@4ac40529) [junit] [EL Finest]: 2022-09-10 04:19:13.649--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@5976d578. [junit] [EL Finest]: 2022-09-10 04:19:13.649--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (840 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@5976d578) [junit] [EL Finest]: 2022-09-10 04:19:13.649--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@574dfb11. [junit] [EL Finest]: 2022-09-10 04:19:13.649--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (841 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@574dfb11) [junit] [EL Finest]: 2022-09-10 04:19:13.649--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@24a99b1c. [junit] [EL Finest]: 2022-09-10 04:19:13.649--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (842 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@24a99b1c) [junit] [EL Finest]: 2022-09-10 04:19:13.649--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@4e2e2fed. [junit] [EL Finest]: 2022-09-10 04:19:13.649--UnitOfWork(297747648)--Thread(Thread[main,5,main])--assign sequence to the object (843 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@4e2e2fed) [junit] [EL Finest]: 2022-09-10 04:19:13.65--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@219cfe45. [junit] [EL Finest]: 2022-09-10 04:19:13.65--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@71280545. [junit] [EL Finest]: 2022-09-10 04:19:13.65--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@8eebc81. [junit] [EL Finest]: 2022-09-10 04:19:13.65--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@281dfc79. [junit] [EL Finest]: 2022-09-10 04:19:13.65--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2bbcb801. [junit] [EL Finest]: 2022-09-10 04:19:13.65--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3c52060. [junit] [EL Finest]: 2022-09-10 04:19:13.65--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@43d5258c. [junit] [EL Finest]: 2022-09-10 04:19:13.65--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4a73cc75. [junit] [EL Finest]: 2022-09-10 04:19:13.65--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@12f1350f. [junit] [EL Finest]: 2022-09-10 04:19:13.65--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5f826a18. [junit] [EL Finest]: 2022-09-10 04:19:13.65--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@28f871d1. [junit] [EL Finest]: 2022-09-10 04:19:13.65--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5fe024f5. [junit] [EL Finest]: 2022-09-10 04:19:13.65--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@54385172. [junit] [EL Finest]: 2022-09-10 04:19:13.65--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6b4f1780. [junit] [EL Finest]: 2022-09-10 04:19:13.65--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6c13260b. [junit] [EL Finest]: 2022-09-10 04:19:13.651--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7870946d. [junit] [EL Finest]: 2022-09-10 04:19:13.651--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@45871259. [junit] [EL Finest]: 2022-09-10 04:19:13.651--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@51bce17f. [junit] [EL Finest]: 2022-09-10 04:19:13.651--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1676d8e7. [junit] [EL Finest]: 2022-09-10 04:19:13.651--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@138d8219. [junit] [EL Finest]: 2022-09-10 04:19:13.651--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@28c92c51. [junit] [EL Finest]: 2022-09-10 04:19:13.651--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@13a5e115. [junit] [EL Finest]: 2022-09-10 04:19:13.651--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@399e59d7. [junit] [EL Finest]: 2022-09-10 04:19:13.651--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5043e5a7. [junit] [EL Finest]: 2022-09-10 04:19:13.651--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@611f6bfc. [junit] [EL Finest]: 2022-09-10 04:19:13.651--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@527372ea. [junit] [EL Finest]: 2022-09-10 04:19:13.651--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@44dd4f16. [junit] [EL Finest]: 2022-09-10 04:19:13.651--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@638c90f. [junit] [EL Finest]: 2022-09-10 04:19:13.651--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4aab6203. [junit] [EL Finest]: 2022-09-10 04:19:13.651--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6dd835de. [junit] [EL Finest]: 2022-09-10 04:19:13.651--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1914bfa1. [junit] [EL Finest]: 2022-09-10 04:19:13.652--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5fc27e3f. [junit] [EL Finest]: 2022-09-10 04:19:13.652--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@18acf886. [junit] [EL Finest]: 2022-09-10 04:19:13.652--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@61642225. [junit] [EL Finest]: 2022-09-10 04:19:13.652--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@77f3ac1e. [junit] [EL Finest]: 2022-09-10 04:19:13.652--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@46bd2d4b. [junit] [EL Finest]: 2022-09-10 04:19:13.652--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4e2842c. [junit] [EL Finest]: 2022-09-10 04:19:13.652--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6fc3c9d6. [junit] [EL Finest]: 2022-09-10 04:19:13.652--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4b0a781e. [junit] [EL Finest]: 2022-09-10 04:19:13.652--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@21c920a2. [junit] [EL Finest]: 2022-09-10 04:19:13.652--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@28f63018. [junit] [EL Finest]: 2022-09-10 04:19:13.652--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3ee910d0. [junit] [EL Finest]: 2022-09-10 04:19:13.652--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@34953064. [junit] [EL Finest]: 2022-09-10 04:19:13.652--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7b4c8fa9. [junit] [EL Finest]: 2022-09-10 04:19:13.652--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1e5cded6. [junit] [EL Finest]: 2022-09-10 04:19:13.652--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@278b0a4d. [junit] [EL Finest]: 2022-09-10 04:19:13.652--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@62f5d080. [junit] [EL Finest]: 2022-09-10 04:19:13.653--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@ab8d6a6. [junit] [EL Finest]: 2022-09-10 04:19:13.653--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@643b983a. [junit] [EL Finest]: 2022-09-10 04:19:13.653--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2e7b57b3. [junit] [EL Finest]: 2022-09-10 04:19:13.653--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@f45efe8. [junit] [EL Finest]: 2022-09-10 04:19:13.653--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4c7f5f51. [junit] [EL Finest]: 2022-09-10 04:19:13.653--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@61349cdd. [junit] [EL Finest]: 2022-09-10 04:19:13.653--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@591f1cc. [junit] [EL Finest]: 2022-09-10 04:19:13.653--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@71140b11. [junit] [EL Finest]: 2022-09-10 04:19:13.653--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5dac5f72. [junit] [EL Finest]: 2022-09-10 04:19:13.653--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2542240d. [junit] [EL Finest]: 2022-09-10 04:19:13.653--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@35453dc. [junit] [EL Finest]: 2022-09-10 04:19:13.653--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3c7edea3. [junit] [EL Finest]: 2022-09-10 04:19:13.653--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@47149b96. [junit] [EL Finest]: 2022-09-10 04:19:13.653--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@423d31b0. [junit] [EL Finest]: 2022-09-10 04:19:13.653--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@380191d7. [junit] [EL Finest]: 2022-09-10 04:19:13.654--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@786332de. [junit] [EL Finest]: 2022-09-10 04:19:13.654--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4432f623. [junit] [EL Finest]: 2022-09-10 04:19:13.654--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3701df72. [junit] [EL Finest]: 2022-09-10 04:19:13.654--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5e14f405. [junit] [EL Finest]: 2022-09-10 04:19:13.654--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1e2e5c39. [junit] [EL Finest]: 2022-09-10 04:19:13.654--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4e4d2e2d. [junit] [EL Finest]: 2022-09-10 04:19:13.654--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6aa45b55. [junit] [EL Finest]: 2022-09-10 04:19:13.654--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@788a47fc. [junit] [EL Finest]: 2022-09-10 04:19:13.654--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@e840be5. [junit] [EL Finest]: 2022-09-10 04:19:13.654--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@72ef3f9b. [junit] [EL Finest]: 2022-09-10 04:19:13.654--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@e8ebd3c. [junit] [EL Finest]: 2022-09-10 04:19:13.654--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5c89c27b. [junit] [EL Finest]: 2022-09-10 04:19:13.654--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5d1b7a57. [junit] [EL Finest]: 2022-09-10 04:19:13.654--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@113b0382. [junit] [EL Finest]: 2022-09-10 04:19:13.654--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@bc85f82. [junit] [EL Finest]: 2022-09-10 04:19:13.655--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5d16fc4b. [junit] [EL Finest]: 2022-09-10 04:19:13.655--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2376463f. [junit] [EL Finest]: 2022-09-10 04:19:13.655--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1b904438. [junit] [EL Finest]: 2022-09-10 04:19:13.655--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@39fb9d55. [junit] [EL Finest]: 2022-09-10 04:19:13.655--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@210bdb8e. [junit] [EL Finest]: 2022-09-10 04:19:13.655--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@71f3d3a. [junit] [EL Finest]: 2022-09-10 04:19:13.655--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5f7a7699. [junit] [EL Finest]: 2022-09-10 04:19:13.655--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1b0b843b. [junit] [EL Finest]: 2022-09-10 04:19:13.655--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@275e7b06. [junit] [EL Finest]: 2022-09-10 04:19:13.655--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@195368e2. [junit] [EL Finest]: 2022-09-10 04:19:13.655--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@624cc07. [junit] [EL Finest]: 2022-09-10 04:19:13.655--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2a88249d. [junit] [EL Finest]: 2022-09-10 04:19:13.655--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@68a08d18. [junit] [EL Finest]: 2022-09-10 04:19:13.655--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@594bedf5. [junit] [EL Finest]: 2022-09-10 04:19:13.655--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5c652a4e. [junit] [EL Finest]: 2022-09-10 04:19:13.656--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@c4231e8. [junit] [EL Finest]: 2022-09-10 04:19:13.656--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@44b463f8. [junit] [EL Finest]: 2022-09-10 04:19:13.656--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@51044708. [junit] [EL Finest]: 2022-09-10 04:19:13.656--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3779773f. [junit] [EL Finest]: 2022-09-10 04:19:13.656--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2f193ff4. [junit] [EL Finest]: 2022-09-10 04:19:13.656--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@28c0942f. [junit] [EL Finest]: 2022-09-10 04:19:13.656--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2281daba. [junit] [EL Finest]: 2022-09-10 04:19:13.656--UnitOfWork(297747648)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3c0a6460. [junit] [EL Finer]: 2022-09-10 04:19:13.656--UnitOfWork(297747648)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:13.657--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@4ac40529) [junit] [EL Finest]: 2022-09-10 04:19:13.658--ServerSession(1526542158)--Connection(914576064)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:13.658--ClientSession(795552518)--Connection(914576064)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:13.658--ClientSession(795552518)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:13.658--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@24a99b1c) [junit] [EL Finest]: 2022-09-10 04:19:13.658--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@4e2e2fed) [junit] [EL Finest]: 2022-09-10 04:19:13.658--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@5976d578) [junit] [EL Finest]: 2022-09-10 04:19:13.659--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@574dfb11) [junit] [EL Finest]: 2022-09-10 04:19:13.659--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finer]: 2022-09-10 04:19:13.659--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:13.659--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, NUM_GEARS, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:13.659--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [839, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2022-09-10 04:19:13.659--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [842, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2022-09-10 04:19:13.659--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [843, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2022-09-10 04:19:13.659--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [840, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2022-09-10 04:19:13.659--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [841, foo-brand, null, 0, 1, 4] [junit] [EL Finer]: 2022-09-10 04:19:13.659--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:13.661--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9) [junit] [EL Finest]: 2022-09-10 04:19:13.661--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7) [junit] [EL Finest]: 2022-09-10 04:19:13.661--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2022-09-10 04:19:13.661--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8) [junit] [EL Finest]: 2022-09-10 04:19:13.661--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@0) [junit] [EL Finest]: 2022-09-10 04:19:13.661--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5) [junit] [EL Finest]: 2022-09-10 04:19:13.661--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6) [junit] [EL Finest]: 2022-09-10 04:19:13.661--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2022-09-10 04:19:13.661--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4) [junit] [EL Finest]: 2022-09-10 04:19:13.661--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@68a08d18) [junit] [EL Finer]: 2022-09-10 04:19:13.661--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:13.661--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:13.661--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [1, Department_1, 1] [junit] [EL Fine]: 2022-09-10 04:19:13.661--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [9, Department_9, 1] [junit] [EL Fine]: 2022-09-10 04:19:13.661--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [7, Department_7, 1] [junit] [EL Fine]: 2022-09-10 04:19:13.661--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [3, Department_3, 1] [junit] [EL Fine]: 2022-09-10 04:19:13.662--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [8, Department_8, 1] [junit] [EL Fine]: 2022-09-10 04:19:13.662--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [0, Department_0, 1] [junit] [EL Fine]: 2022-09-10 04:19:13.662--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [5, Department_5, 1] [junit] [EL Fine]: 2022-09-10 04:19:13.662--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [6, Department_6, 1] [junit] [EL Fine]: 2022-09-10 04:19:13.662--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [2, Department_2, 1] [junit] [EL Fine]: 2022-09-10 04:19:13.662--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [4, Department_4, 1] [junit] [EL Finer]: 2022-09-10 04:19:13.662--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:13.664--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@138d8219) [junit] [EL Finest]: 2022-09-10 04:19:13.664--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4e2842c) [junit] [EL Finest]: 2022-09-10 04:19:13.664--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4c7f5f51) [junit] [EL Finest]: 2022-09-10 04:19:13.664--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@45871259) [junit] [EL Finest]: 2022-09-10 04:19:13.664--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@43d5258c) [junit] [EL Finest]: 2022-09-10 04:19:13.664--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@8eebc81) [junit] [EL Finest]: 2022-09-10 04:19:13.664--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@210bdb8e) [junit] [EL Finest]: 2022-09-10 04:19:13.664--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@c4231e8) [junit] [EL Finest]: 2022-09-10 04:19:13.665--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6dd835de) [junit] [EL Finest]: 2022-09-10 04:19:13.665--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@71140b11) [junit] [EL Finest]: 2022-09-10 04:19:13.665--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2376463f) [junit] [EL Finest]: 2022-09-10 04:19:13.665--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@71f3d3a) [junit] [EL Finest]: 2022-09-10 04:19:13.665--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@39fb9d55) [junit] [EL Finest]: 2022-09-10 04:19:13.665--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3c7edea3) [junit] [EL Finest]: 2022-09-10 04:19:13.665--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3ee910d0) [junit] [EL Finest]: 2022-09-10 04:19:13.665--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@611f6bfc) [junit] [EL Finest]: 2022-09-10 04:19:13.665--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5fe024f5) [junit] [EL Finest]: 2022-09-10 04:19:13.665--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@28c92c51) [junit] [EL Finest]: 2022-09-10 04:19:13.665--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@51bce17f) [junit] [EL Finest]: 2022-09-10 04:19:13.665--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@28f63018) [junit] [EL Finest]: 2022-09-10 04:19:13.665--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1b904438) [junit] [EL Finest]: 2022-09-10 04:19:13.665--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@e8ebd3c) [junit] [EL Finest]: 2022-09-10 04:19:13.666--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2542240d) [junit] [EL Finest]: 2022-09-10 04:19:13.666--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@786332de) [junit] [EL Finest]: 2022-09-10 04:19:13.666--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5dac5f72) [junit] [EL Finest]: 2022-09-10 04:19:13.666--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@281dfc79) [junit] [EL Finest]: 2022-09-10 04:19:13.666--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1e5cded6) [junit] [EL Finest]: 2022-09-10 04:19:13.666--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1e2e5c39) [junit] [EL Finest]: 2022-09-10 04:19:13.666--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@527372ea) [junit] [EL Finest]: 2022-09-10 04:19:13.666--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5c652a4e) [junit] [EL Finest]: 2022-09-10 04:19:13.666--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6aa45b55) [junit] [EL Finest]: 2022-09-10 04:19:13.666--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6fc3c9d6) [junit] [EL Finest]: 2022-09-10 04:19:13.666--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@788a47fc) [junit] [EL Finest]: 2022-09-10 04:19:13.666--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1914bfa1) [junit] [EL Finest]: 2022-09-10 04:19:13.666--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@bc85f82) [junit] [EL Finest]: 2022-09-10 04:19:13.667--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5d1b7a57) [junit] [EL Finest]: 2022-09-10 04:19:13.667--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@47149b96) [junit] [EL Finest]: 2022-09-10 04:19:13.667--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5f7a7699) [junit] [EL Finest]: 2022-09-10 04:19:13.667--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@28f871d1) [junit] [EL Finest]: 2022-09-10 04:19:13.667--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@ab8d6a6) [junit] [EL Finest]: 2022-09-10 04:19:13.667--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1676d8e7) [junit] [EL Finest]: 2022-09-10 04:19:13.667--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3779773f) [junit] [EL Finest]: 2022-09-10 04:19:13.667--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@54385172) [junit] [EL Finest]: 2022-09-10 04:19:13.667--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6c13260b) [junit] [EL Finest]: 2022-09-10 04:19:13.667--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5d16fc4b) [junit] [EL Finest]: 2022-09-10 04:19:13.667--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@51044708) [junit] [EL Finest]: 2022-09-10 04:19:13.667--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@46bd2d4b) [junit] [EL Finest]: 2022-09-10 04:19:13.667--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@71280545) [junit] [EL Finest]: 2022-09-10 04:19:13.668--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@62f5d080) [junit] [EL Finest]: 2022-09-10 04:19:13.668--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@61642225) [junit] [EL Finest]: 2022-09-10 04:19:13.668--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@61349cdd) [junit] [EL Finest]: 2022-09-10 04:19:13.668--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5e14f405) [junit] [EL Finest]: 2022-09-10 04:19:13.668--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5c89c27b) [junit] [EL Finest]: 2022-09-10 04:19:13.668--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@77f3ac1e) [junit] [EL Finest]: 2022-09-10 04:19:13.668--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@278b0a4d) [junit] [EL Finest]: 2022-09-10 04:19:13.668--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@591f1cc) [junit] [EL Finest]: 2022-09-10 04:19:13.668--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@34953064) [junit] [EL Finest]: 2022-09-10 04:19:13.668--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@638c90f) [junit] [EL Finest]: 2022-09-10 04:19:13.668--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2281daba) [junit] [EL Finest]: 2022-09-10 04:19:13.669--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4e4d2e2d) [junit] [EL Finest]: 2022-09-10 04:19:13.669--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2e7b57b3) [junit] [EL Finest]: 2022-09-10 04:19:13.669--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@399e59d7) [junit] [EL Finest]: 2022-09-10 04:19:13.669--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@f45efe8) [junit] [EL Finest]: 2022-09-10 04:19:13.669--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7870946d) [junit] [EL Finest]: 2022-09-10 04:19:13.669--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4432f623) [junit] [EL Finest]: 2022-09-10 04:19:13.669--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2f193ff4) [junit] [EL Finest]: 2022-09-10 04:19:13.669--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4b0a781e) [junit] [EL Finest]: 2022-09-10 04:19:13.669--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@e840be5) [junit] [EL Finest]: 2022-09-10 04:19:13.669--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@275e7b06) [junit] [EL Finest]: 2022-09-10 04:19:13.669--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3c0a6460) [junit] [EL Finest]: 2022-09-10 04:19:13.669--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@44b463f8) [junit] [EL Finest]: 2022-09-10 04:19:13.67--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3701df72) [junit] [EL Finest]: 2022-09-10 04:19:13.67--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1b0b843b) [junit] [EL Finest]: 2022-09-10 04:19:13.67--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4a73cc75) [junit] [EL Finest]: 2022-09-10 04:19:13.67--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@423d31b0) [junit] [EL Finest]: 2022-09-10 04:19:13.67--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5f826a18) [junit] [EL Finest]: 2022-09-10 04:19:13.67--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5043e5a7) [junit] [EL Finest]: 2022-09-10 04:19:13.67--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@624cc07) [junit] [EL Finest]: 2022-09-10 04:19:13.67--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@13a5e115) [junit] [EL Finest]: 2022-09-10 04:19:13.67--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@18acf886) [junit] [EL Finest]: 2022-09-10 04:19:13.67--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7b4c8fa9) [junit] [EL Finest]: 2022-09-10 04:19:13.67--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6b4f1780) [junit] [EL Finest]: 2022-09-10 04:19:13.67--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@643b983a) [junit] [EL Finest]: 2022-09-10 04:19:13.67--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5fc27e3f) [junit] [EL Finest]: 2022-09-10 04:19:13.671--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@12f1350f) [junit] [EL Finest]: 2022-09-10 04:19:13.671--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@28c0942f) [junit] [EL Finest]: 2022-09-10 04:19:13.671--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@380191d7) [junit] [EL Finest]: 2022-09-10 04:19:13.671--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3c52060) [junit] [EL Finest]: 2022-09-10 04:19:13.671--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2a88249d) [junit] [EL Finest]: 2022-09-10 04:19:13.671--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@219cfe45) [junit] [EL Finest]: 2022-09-10 04:19:13.671--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@44dd4f16) [junit] [EL Finest]: 2022-09-10 04:19:13.671--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@35453dc) [junit] [EL Finest]: 2022-09-10 04:19:13.671--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@195368e2) [junit] [EL Finest]: 2022-09-10 04:19:13.671--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@113b0382) [junit] [EL Finest]: 2022-09-10 04:19:13.671--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4aab6203) [junit] [EL Finest]: 2022-09-10 04:19:13.671--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@72ef3f9b) [junit] [EL Finest]: 2022-09-10 04:19:13.672--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2bbcb801) [junit] [EL Finest]: 2022-09-10 04:19:13.672--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@21c920a2) [junit] [EL Finest]: 2022-09-10 04:19:13.742--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@594bedf5) [junit] [EL Finest]: 2022-09-10 04:19:13.742--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(52:null:watching tv) [junit] [EL Finer]: 2022-09-10 04:19:13.743--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:13.743--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:13.743--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [89, Hilarius, Hawke, null, 2022-09-21 18:05:53.655, 2022-08-29 14:32:33.655, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.743--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [19, Hein, Hesselbarth, null, 2022-09-21 18:05:53.651, 2022-08-29 14:32:33.651, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.743--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [36, Hedda, Hausner, null, 2022-09-21 18:05:53.652, 2022-08-29 14:32:33.652, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.743--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, Harald, Hildebrandt, null, 2022-09-21 18:05:53.653, 2022-08-29 14:32:33.653, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.743--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [16, Heide, Henning, null, 2022-09-21 18:05:53.651, 2022-08-29 14:32:33.651, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.743--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [6, Hakan, Hesse, null, 2022-09-21 18:05:53.65, 2022-08-29 14:32:33.65, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.743--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [2, Henryk, Hackmann, null, 2022-09-21 18:05:53.65, 2022-08-29 14:32:33.65, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.743--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [81, Holda, Hentschel, null, 2022-09-21 18:05:53.655, 2022-08-29 14:32:33.655, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.743--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [92, Hasso, Hawke, null, 2022-09-21 18:05:53.656, 2022-08-29 14:32:33.656, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.744--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [29, Hermann, Harding, null, 2022-09-21 18:05:53.651, 2022-08-29 14:32:33.651, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.744--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, Hannes, Hildebrandt, null, 2022-09-21 18:05:53.653, 2022-08-29 14:32:33.653, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.744--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [78, Hadmar, Hewitt, null, 2022-09-21 18:05:53.655, 2022-08-29 14:32:33.655, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.744--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [82, Herbert, Herzog, null, 2022-09-21 18:05:53.655, 2022-08-29 14:32:33.655, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.744--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [80, Hedi, Hausmann, null, 2022-09-21 18:05:53.655, 2022-08-29 14:32:33.655, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.744--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [58, Humphrey, Hecht, null, 2022-09-21 18:05:53.653, 2022-08-29 14:32:33.653, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.744--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [41, Hieronymus, Hesselbarth, null, 2022-09-21 18:05:53.652, 2022-08-29 14:32:33.652, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.745--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [24, Henning, Hardy, null, 2022-09-21 18:05:53.651, 2022-08-29 14:32:33.651, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.745--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [11, Hieu, Hermelink, null, 2022-09-21 18:05:53.65, 2022-08-29 14:32:33.65, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.745--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [20, Heiner, Hartfelder, null, 2022-09-21 18:05:53.651, 2022-08-29 14:32:33.651, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.745--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [17, Hansklaus, Hartig, null, 2022-09-21 18:05:53.651, 2022-08-29 14:32:33.651, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.745--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [40, Harald, Hamilton, null, 2022-09-21 18:05:53.652, 2022-08-29 14:32:33.652, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.745--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [79, Hartwig, Hartfelder, null, 2022-09-21 18:05:53.655, 2022-08-29 14:32:33.655, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.745--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [72, Hermann, Hamilton, null, 2022-09-21 18:05:53.654, 2022-08-29 14:32:33.654, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.745--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [56, Hedwig, Hamilton, null, 2022-09-21 18:05:53.653, 2022-08-29 14:32:33.653, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.745--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [62, Holda, Hayek, null, 2022-09-21 18:05:53.654, 2022-08-29 14:32:33.654, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.745--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, Hermann, Hermelink, null, 2022-09-21 18:05:53.653, 2022-08-29 14:32:33.653, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.746--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [3, Harald, Hackmann, null, 2022-09-21 18:05:53.65, 2022-08-29 14:32:33.65, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.746--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [44, Holde, Havenstein, null, 2022-09-21 18:05:53.652, 2022-08-29 14:32:33.652, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.746--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [66, Heike, Hausner, null, 2022-09-21 18:05:53.654, 2022-08-29 14:32:33.654, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.746--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [25, Hubertus, Havenstein, null, 2022-09-21 18:05:53.651, 2022-08-29 14:32:33.651, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.746--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [91, Hilmar, Hildebrand, null, 2022-09-21 18:05:53.655, 2022-08-29 14:32:33.655, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.746--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [68, Hubert, Hegemann, null, 2022-09-21 18:05:53.654, 2022-08-29 14:32:33.654, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.746--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [37, Hagen, Hecht, null, 2022-09-21 18:05:53.652, 2022-08-29 14:32:33.652, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.746--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [69, Hauke, Heinrich, null, 2022-09-21 18:05:53.654, 2022-08-29 14:32:33.654, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.746--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [30, Hilarius, Hausmann, null, 2022-09-21 18:05:53.651, 2022-08-29 14:32:33.651, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.746--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [76, Hjalmar, Hawke, null, 2022-09-21 18:05:53.654, 2022-08-29 14:32:33.654, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.747--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [74, Heinrich, Halbach, null, 2022-09-21 18:05:53.654, 2022-08-29 14:32:33.654, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.747--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [59, Hasso, Halbach, null, 2022-09-21 18:05:53.653, 2022-08-29 14:32:33.653, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.747--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [83, Hilarius, Hartig, null, 2022-09-21 18:05:53.655, 2022-08-29 14:32:33.655, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.747--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [10, Herbert, Heise, null, 2022-09-21 18:05:53.65, 2022-08-29 14:32:33.65, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.747--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [47, Helene, Heuser, null, 2022-09-21 18:05:53.653, 2022-08-29 14:32:33.653, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.747--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [18, Harold, Hildebrandt, null, 2022-09-21 18:05:53.651, 2022-08-29 14:32:33.651, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.747--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [95, Heiko, Haak, null, 2022-09-21 18:05:53.656, 2022-08-29 14:32:33.656, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.747--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [12, Hilarius, Hausmann, null, 2022-09-21 18:05:53.65, 2022-08-29 14:32:33.65, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.747--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [14, Hjalmar, Hennig, null, 2022-09-21 18:05:53.65, 2022-08-29 14:32:33.65, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.747--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [77, Hartmut, Haus Lancaster, null, 2022-09-21 18:05:53.655, 2022-08-29 14:32:33.655, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.747--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [94, Hilmar, Hilgenfeld, null, 2022-09-21 18:05:53.656, 2022-08-29 14:32:33.656, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.748--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [35, Hugo, Herbst, null, 2022-09-21 18:05:53.652, 2022-08-29 14:32:33.652, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.748--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [1, Hilke, Herrmann, null, 2022-09-21 18:05:53.65, 2022-08-29 14:32:33.65, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.748--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [46, Horst, Hettner, null, 2022-09-21 18:05:53.652, 2022-08-29 14:32:33.652, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.748--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [33, Hakon, Hettner, null, 2022-09-21 18:05:53.652, 2022-08-29 14:32:33.652, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.748--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, Harry, Hildebrand, null, 2022-09-21 18:05:53.653, 2022-08-29 14:32:33.653, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.748--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [65, Hjalmar, Hampe, null, 2022-09-21 18:05:53.654, 2022-08-29 14:32:33.654, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.748--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [73, Hulda, Hanstein, null, 2022-09-21 18:05:53.654, 2022-08-29 14:32:33.654, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.748--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [34, Hugo, Hamann, null, 2022-09-21 18:05:53.652, 2022-08-29 14:32:33.652, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.748--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [45, Hjalmar, Hendrix, null, 2022-09-21 18:05:53.652, 2022-08-29 14:32:33.652, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.748--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, Hannah, Hein, null, 2022-09-21 18:05:53.653, 2022-08-29 14:32:33.653, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.748--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [42, Hermann, Hanstein, null, 2022-09-21 18:05:53.652, 2022-08-29 14:32:33.652, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.749--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [27, Hilarius, Hewitt, null, 2022-09-21 18:05:53.651, 2022-08-29 14:32:33.651, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.749--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [98, Heiner, Helbig, null, 2022-09-21 18:05:53.656, 2022-08-29 14:32:33.656, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.749--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [67, Holger, Herrmann, null, 2022-09-21 18:05:53.654, 2022-08-29 14:32:33.654, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.749--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [49, Hadmar, Herder, null, 2022-09-21 18:05:53.653, 2022-08-29 14:32:33.653, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.749--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [22, Helga, Hardenberg, null, 2022-09-21 18:05:53.651, 2022-08-29 14:32:33.651, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.749--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, Hansklaus, Hesselbarth, null, 2022-09-21 18:05:53.653, 2022-08-29 14:32:33.653, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.749--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [15, Harold, Hartenthaler, null, 2022-09-21 18:05:53.651, 2022-08-29 14:32:33.65, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.749--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [63, Harold, Hartfelder, null, 2022-09-21 18:05:53.654, 2022-08-29 14:32:33.654, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.749--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [96, Helene, Helmig, null, 2022-09-21 18:05:53.656, 2022-08-29 14:32:33.656, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.749--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [38, Hubertus, Heim, null, 2022-09-21 18:05:53.652, 2022-08-29 14:32:33.652, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.749--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [70, Hanns, Hayek, null, 2022-09-21 18:05:53.654, 2022-08-29 14:32:33.654, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.75--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [85, Hakan, Heer, null, 2022-09-21 18:05:53.655, 2022-08-29 14:32:33.655, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.75--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [99, Hinrich, Hennig, null, 2022-09-21 18:05:53.656, 2022-08-29 14:32:33.656, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.75--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [93, Hasso, Herder, null, 2022-09-21 18:05:53.656, 2022-08-29 14:32:33.656, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.75--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [64, Henryk, Helbig, null, 2022-09-21 18:05:53.654, 2022-08-29 14:32:33.654, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.75--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [84, Helga, Hennig, null, 2022-09-21 18:05:53.655, 2022-08-29 14:32:33.655, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.75--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [7, Helen, Hermelink, null, 2022-09-21 18:05:53.65, 2022-08-29 14:32:33.65, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.75--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [60, Hannes, Haas, null, 2022-09-21 18:05:53.653, 2022-08-29 14:32:33.653, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.75--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [9, Henryk, Hemsterhuis, null, 2022-09-21 18:05:53.65, 2022-08-29 14:32:33.65, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.75--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [23, Heinke, Haus Lancaster, null, 2022-09-21 18:05:53.651, 2022-08-29 14:32:33.651, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.75--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [87, Harry, Hamann, null, 2022-09-21 18:05:53.655, 2022-08-29 14:32:33.655, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.75--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [21, Hildegard, Hilgenfeld, null, 2022-09-21 18:05:53.651, 2022-08-29 14:32:33.651, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.751--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [32, Hilmar, Hartfelder, null, 2022-09-21 18:05:53.652, 2022-08-29 14:32:33.652, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.751--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [43, Hans, Hegemann, null, 2022-09-21 18:05:53.652, 2022-08-29 14:32:33.652, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.751--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [13, Harry, Hausmann, null, 2022-09-21 18:05:53.65, 2022-08-29 14:32:33.65, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.751--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [48, Hugo, Habermann, null, 2022-09-21 18:05:53.653, 2022-08-29 14:32:33.653, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.751--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [31, Hadmar, Heidegger, null, 2022-09-21 18:05:53.652, 2022-08-29 14:32:33.652, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.751--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [8, Harriet, Haus Lancaster, null, 2022-09-21 18:05:53.65, 2022-08-29 14:32:33.65, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.751--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [97, Henrike, Hanson, null, 2022-09-21 18:05:53.656, 2022-08-29 14:32:33.656, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.751--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [61, Hakan, Heuser, null, 2022-09-21 18:05:53.653, 2022-08-29 14:32:33.653, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.751--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [5, Hedi, Herold, null, 2022-09-21 18:05:53.65, 2022-08-29 14:32:33.65, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.751--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [88, Heribert, Hesselbarth, null, 2022-09-21 18:05:53.655, 2022-08-29 14:32:33.655, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.751--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [0, Hanna, Hanisch, null, 2022-09-21 18:05:53.65, 2022-08-29 14:32:33.65, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.752--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [26, Hannah, Hegemann, null, 2022-09-21 18:05:53.651, 2022-08-29 14:32:33.651, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.752--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [57, Hugo, Hausmann, null, 2022-09-21 18:05:53.653, 2022-08-29 14:32:33.653, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.752--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [86, Heidi, Hilgenfeld, null, 2022-09-21 18:05:53.655, 2022-08-29 14:32:33.655, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.752--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [75, Henning, Henschel, null, 2022-09-21 18:05:53.654, 2022-08-29 14:32:33.654, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.752--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [28, Helmut, Heidegger, null, 2022-09-21 18:05:53.651, 2022-08-29 14:32:33.651, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.752--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [71, Harvey, Hildebrandt, null, 2022-09-21 18:05:53.654, 2022-08-29 14:32:33.654, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.752--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [4, Heribert, Hausmann, null, 2022-09-21 18:05:53.65, 2022-08-29 14:32:33.65, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.752--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [39, Hilke, Hamburger, null, 2022-09-21 18:05:53.652, 2022-08-29 14:32:33.652, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:13.752--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [90, Hulda, Harnack, null, 2022-09-21 18:05:53.655, 2022-08-29 14:32:33.655, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:13.752--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:13.777--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(50:null:reading) [junit] [EL Finest]: 2022-09-10 04:19:13.777--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(56:null:stamps) [junit] [EL Finest]: 2022-09-10 04:19:13.777--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(53:null:cleaning the house) [junit] [EL Finest]: 2022-09-10 04:19:13.777--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(51:null:cooking) [junit] [EL Finest]: 2022-09-10 04:19:13.777--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(54:null:swimming) [junit] [EL Finest]: 2022-09-10 04:19:13.777--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(55:null:computers) [junit] [EL Finest]: 2022-09-10 04:19:13.777--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2c32bf87) [junit] [EL Finer]: 2022-09-10 04:19:13.777--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:13.777--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:13.777--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, null, watching tv] [junit] [EL Fine]: 2022-09-10 04:19:13.777--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, null, reading] [junit] [EL Fine]: 2022-09-10 04:19:13.778--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [56, null, stamps] [junit] [EL Fine]: 2022-09-10 04:19:13.778--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, null, cleaning the house] [junit] [EL Fine]: 2022-09-10 04:19:13.778--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, null, cooking] [junit] [EL Fine]: 2022-09-10 04:19:13.778--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, null, swimming] [junit] [EL Fine]: 2022-09-10 04:19:13.778--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, null, computers] [junit] [EL Finer]: 2022-09-10 04:19:13.778--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:13.779--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@993dab8) [junit] [EL Finest]: 2022-09-10 04:19:13.779--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2423aa4a) [junit] [EL Finest]: 2022-09-10 04:19:13.779--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6b55832a) [junit] [EL Finest]: 2022-09-10 04:19:13.779--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3d2a4c18) [junit] [EL Finest]: 2022-09-10 04:19:13.78--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5d4de6f7) [junit] [EL Finest]: 2022-09-10 04:19:13.78--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4a4ba9e9) [junit] [EL Finest]: 2022-09-10 04:19:13.78--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@55aa6fd0) [junit] [EL Finest]: 2022-09-10 04:19:13.78--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@11c7f87d) [junit] [EL Finest]: 2022-09-10 04:19:13.78--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5b19b5d5) [junit] [EL Finest]: 2022-09-10 04:19:13.78--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@faf79f9) [junit] [EL Finest]: 2022-09-10 04:19:13.78--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6de5e190) [junit] [EL Finest]: 2022-09-10 04:19:13.78--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@459dad43) [junit] [EL Finest]: 2022-09-10 04:19:13.78--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5b9b31e0) [junit] [EL Finest]: 2022-09-10 04:19:13.78--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4c08cf9b) [junit] [EL Finest]: 2022-09-10 04:19:13.78--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3ce3ddce) [junit] [EL Finest]: 2022-09-10 04:19:13.78--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@62e42995) [junit] [EL Finest]: 2022-09-10 04:19:13.781--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@33aa9e40) [junit] [EL Finest]: 2022-09-10 04:19:13.781--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5e5b49df) [junit] [EL Finest]: 2022-09-10 04:19:13.781--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@397411e1) [junit] [EL Finest]: 2022-09-10 04:19:13.781--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@366164f0) [junit] [EL Finest]: 2022-09-10 04:19:13.781--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7f24d88b) [junit] [EL Finest]: 2022-09-10 04:19:13.781--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@d67e1c5) [junit] [EL Finest]: 2022-09-10 04:19:13.781--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@11f18d60) [junit] [EL Finest]: 2022-09-10 04:19:13.781--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@12e56e82) [junit] [EL Finest]: 2022-09-10 04:19:13.781--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@59f89461) [junit] [EL Finest]: 2022-09-10 04:19:13.781--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4776f6af) [junit] [EL Finest]: 2022-09-10 04:19:13.781--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1060e784) [junit] [EL Finest]: 2022-09-10 04:19:13.781--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5738ec43) [junit] [EL Finest]: 2022-09-10 04:19:13.782--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@63b73e85) [junit] [EL Finest]: 2022-09-10 04:19:13.782--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@48771b1a) [junit] [EL Finest]: 2022-09-10 04:19:13.782--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4eb316f4) [junit] [EL Finest]: 2022-09-10 04:19:13.782--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7b08b589) [junit] [EL Finest]: 2022-09-10 04:19:13.782--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4d251646) [junit] [EL Finest]: 2022-09-10 04:19:13.782--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7c68b975) [junit] [EL Finest]: 2022-09-10 04:19:13.782--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@c9acbec) [junit] [EL Finest]: 2022-09-10 04:19:13.782--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1b9418b) [junit] [EL Finest]: 2022-09-10 04:19:13.782--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1e7e67d3) [junit] [EL Finest]: 2022-09-10 04:19:13.782--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@bd9f0d0) [junit] [EL Finest]: 2022-09-10 04:19:13.782--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@11ce721f) [junit] [EL Finest]: 2022-09-10 04:19:13.782--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@612fe62e) [junit] [EL Finest]: 2022-09-10 04:19:13.783--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@44bb068c) [junit] [EL Finest]: 2022-09-10 04:19:13.783--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@543b0583) [junit] [EL Finest]: 2022-09-10 04:19:13.783--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2a81809e) [junit] [EL Finest]: 2022-09-10 04:19:13.783--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6477d129) [junit] [EL Finest]: 2022-09-10 04:19:13.783--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6b86fed8) [junit] [EL Finest]: 2022-09-10 04:19:13.783--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@28356892) [junit] [EL Finest]: 2022-09-10 04:19:13.783--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@26791a74) [junit] [EL Finest]: 2022-09-10 04:19:13.783--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7ce660fc) [junit] [EL Finest]: 2022-09-10 04:19:13.783--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@ab3cd69) [junit] [EL Finest]: 2022-09-10 04:19:13.783--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@592fb393) [junit] [EL Finest]: 2022-09-10 04:19:13.783--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@56fa1846) [junit] [EL Finest]: 2022-09-10 04:19:13.784--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@28a186e4) [junit] [EL Finest]: 2022-09-10 04:19:13.784--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@89741e2) [junit] [EL Finest]: 2022-09-10 04:19:13.784--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7f6f4644) [junit] [EL Finest]: 2022-09-10 04:19:13.784--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@15f51c50) [junit] [EL Finest]: 2022-09-10 04:19:13.784--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4d46444b) [junit] [EL Finest]: 2022-09-10 04:19:13.784--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@204fb56d) [junit] [EL Finest]: 2022-09-10 04:19:13.784--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@63884640) [junit] [EL Finest]: 2022-09-10 04:19:13.784--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@20a670f1) [junit] [EL Finest]: 2022-09-10 04:19:13.784--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6be78a46) [junit] [EL Finest]: 2022-09-10 04:19:13.784--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@288c6f9) [junit] [EL Finest]: 2022-09-10 04:19:13.784--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4560dbd2) [junit] [EL Finest]: 2022-09-10 04:19:13.784--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@62b17f08) [junit] [EL Finest]: 2022-09-10 04:19:13.785--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@f6f5188) [junit] [EL Finest]: 2022-09-10 04:19:13.785--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@12e9ac59) [junit] [EL Finest]: 2022-09-10 04:19:13.785--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@69f89cbc) [junit] [EL Finest]: 2022-09-10 04:19:13.785--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@37f73847) [junit] [EL Finest]: 2022-09-10 04:19:13.785--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5bf8d583) [junit] [EL Finest]: 2022-09-10 04:19:13.785--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2c5ff4a5) [junit] [EL Finest]: 2022-09-10 04:19:13.785--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@ad19c8a) [junit] [EL Finest]: 2022-09-10 04:19:13.785--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@ebfa509) [junit] [EL Finest]: 2022-09-10 04:19:13.785--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2f5f543) [junit] [EL Finest]: 2022-09-10 04:19:13.785--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4bf5b473) [junit] [EL Finest]: 2022-09-10 04:19:13.785--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7b9b32f3) [junit] [EL Finest]: 2022-09-10 04:19:13.786--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5cea18bc) [junit] [EL Finest]: 2022-09-10 04:19:13.786--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5fd2a75) [junit] [EL Finest]: 2022-09-10 04:19:13.786--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7d21ab4c) [junit] [EL Finest]: 2022-09-10 04:19:13.786--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@356d9441) [junit] [EL Finest]: 2022-09-10 04:19:13.786--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@698d5831) [junit] [EL Finest]: 2022-09-10 04:19:13.786--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@28336ff3) [junit] [EL Finest]: 2022-09-10 04:19:13.786--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@eb28f39) [junit] [EL Finest]: 2022-09-10 04:19:13.786--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4b5725b5) [junit] [EL Finest]: 2022-09-10 04:19:13.786--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@53a95258) [junit] [EL Finest]: 2022-09-10 04:19:13.786--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@19a7f552) [junit] [EL Finest]: 2022-09-10 04:19:13.786--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@42fccd6a) [junit] [EL Finest]: 2022-09-10 04:19:13.786--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@48873409) [junit] [EL Finest]: 2022-09-10 04:19:13.787--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@693d61c1) [junit] [EL Finest]: 2022-09-10 04:19:13.787--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4411ecf7) [junit] [EL Finest]: 2022-09-10 04:19:13.787--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6b584b8c) [junit] [EL Finest]: 2022-09-10 04:19:13.787--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@38f381cb) [junit] [EL Finest]: 2022-09-10 04:19:13.787--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@35c3bf1c) [junit] [EL Finest]: 2022-09-10 04:19:13.787--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@551ae26a) [junit] [EL Finest]: 2022-09-10 04:19:13.787--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5b9d3d48) [junit] [EL Finest]: 2022-09-10 04:19:13.787--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@57f4839c) [junit] [EL Finest]: 2022-09-10 04:19:13.787--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@169ea60a) [junit] [EL Finest]: 2022-09-10 04:19:13.787--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@f498ae5) [junit] [EL Finest]: 2022-09-10 04:19:13.787--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@691cc52c) [junit] [EL Finest]: 2022-09-10 04:19:13.788--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@793b6fb9) [junit] [EL Finest]: 2022-09-10 04:19:13.788--UnitOfWork(297747648)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3c0ff70b) [junit] [EL Finest]: 2022-09-10 04:19:13.788--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:13.788--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:13.788--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, VERSION, EMPLOYEE_ID, DTYPE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:13.788--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [754, foo-car, null, null, null, null, 1, 16, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.788--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [833, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.788--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [834, foo-car, null, null, null, null, 1, 38, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.788--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [807, foo-car, null, null, null, null, 1, 80, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.788--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [770, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.788--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [752, foo-car, null, null, null, null, 1, 2, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.788--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [744, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.788--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [749, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.788--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [802, foo-car, null, null, null, null, 1, 20, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.788--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [740, foo-car, null, null, null, null, 1, 84, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.788--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [823, foo-car, null, null, null, null, 1, 48, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.788--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [793, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.788--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [766, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.788--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [747, foo-car, null, null, null, null, 1, 24, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.789--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [748, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.789--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [826, foo-car, null, null, null, null, 1, 8, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.789--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [797, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.789--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [783, foo-car, null, null, null, null, 1, 54, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.789--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [742, foo-car, null, null, null, null, 1, 90, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.789--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [741, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.789--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [799, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.789--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [824, foo-car, null, null, null, null, 1, 22, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.789--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [814, foo-car, null, null, null, null, 1, 44, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.789--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [811, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.789--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [795, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.789--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [819, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.789--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [751, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.789--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [815, foo-car, null, null, null, null, 1, 92, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.789--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [746, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.789--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [825, foo-car, null, null, null, null, 1, 14, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.789--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [827, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.789--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [818, foo-car, null, null, null, null, 1, 76, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.789--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [809, foo-car, null, null, null, null, 1, 86, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.789--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [789, foo-car, null, null, null, null, 1, 40, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.789--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [817, foo-car, null, null, null, null, 1, 82, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.789--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [758, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.789--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [768, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.789--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [794, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.789--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [813, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.789--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [828, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.79--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [763, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.79--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [821, foo-car, null, null, null, null, 1, 42, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.79--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [791, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.79--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [785, foo-car, null, null, null, null, 1, 62, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.79--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [764, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.79--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [788, foo-car, null, null, null, null, 1, 34, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.79--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [776, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.79--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [761, foo-car, null, null, null, null, 1, 26, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.79--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [762, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.79--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [765, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.79--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [756, foo-car, null, null, null, null, 1, 36, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.79--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [810, foo-car, null, null, null, null, 1, 52, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.79--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [808, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.79--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [792, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.79--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [760, foo-car, null, null, null, null, 1, 58, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.79--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [769, foo-car, null, null, null, null, 1, 98, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.79--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [781, foo-car, null, null, null, null, 1, 60, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.79--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [796, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.79--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [775, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.79--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [836, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.79--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [755, foo-car, null, null, null, null, 1, 64, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.79--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [835, foo-car, null, null, null, null, 1, 18, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.79--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [750, foo-car, null, null, null, null, 1, 46, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.79--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [803, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.79--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [771, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.79--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [822, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.79--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [830, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.791--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [837, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.791--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [759, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.791--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [805, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.791--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [777, foo-car, null, null, null, null, 1, 10, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.791--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [838, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.791--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [806, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.791--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [780, foo-car, null, null, null, null, 1, 12, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.791--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [832, foo-car, null, null, null, null, 1, 6, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.791--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [743, foo-car, null, null, null, null, 1, 74, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.791--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [753, foo-car, null, null, null, null, 1, 94, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.791--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [820, foo-car, null, null, null, null, 1, 28, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.791--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [757, foo-car, null, null, null, null, 1, 4, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.791--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [787, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.791--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [801, foo-car, null, null, null, null, 1, 50, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.791--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [786, foo-car, null, null, null, null, 1, 66, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.791--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [829, foo-car, null, null, null, null, 1, 30, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.791--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [745, foo-car, null, null, null, null, 1, 56, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.791--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [831, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.791--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [782, foo-car, null, null, null, null, 1, 0, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.791--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [779, foo-car, null, null, null, null, 1, 72, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.791--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [739, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.791--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [772, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.791--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [800, foo-car, null, null, null, null, 1, 88, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.791--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [816, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.791--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [812, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.791--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [784, foo-car, null, null, null, null, 1, 70, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.791--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [767, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.792--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [790, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.792--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [774, foo-car, null, null, null, null, 1, 96, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.792--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [798, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.792--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [778, foo-car, null, null, null, null, 1, 78, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.792--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [773, foo-car, null, null, null, null, 1, 68, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.792--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [804, foo-car, null, null, null, null, 1, 32, 91] [junit] [EL Finer]: 2022-09-10 04:19:13.792--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:13.808--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.808--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.808--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.808--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.808--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.808--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.808--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.808--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.808--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.808--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.808--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.808--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.808--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.808--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.808--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.809--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.809--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.809--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.809--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.809--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.809--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.809--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.809--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.809--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.809--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.809--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.809--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.809--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.809--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.809--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.809--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.809--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.809--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.809--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.809--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.81--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.81--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.81--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.81--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.81--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.81--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.81--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.81--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.81--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.81--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.81--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.81--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.81--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.81--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.81--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:13.81--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:13.81--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:13.81--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [11, 839] [junit] [EL Fine]: 2022-09-10 04:19:13.81--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [21, 839] [junit] [EL Fine]: 2022-09-10 04:19:13.81--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [29, 839] [junit] [EL Fine]: 2022-09-10 04:19:13.811--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [35, 839] [junit] [EL Fine]: 2022-09-10 04:19:13.811--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [37, 839] [junit] [EL Fine]: 2022-09-10 04:19:13.811--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [39, 839] [junit] [EL Fine]: 2022-09-10 04:19:13.811--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [41, 839] [junit] [EL Fine]: 2022-09-10 04:19:13.811--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [47, 839] [junit] [EL Fine]: 2022-09-10 04:19:13.811--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [49, 839] [junit] [EL Fine]: 2022-09-10 04:19:13.811--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [69, 839] [junit] [EL Fine]: 2022-09-10 04:19:13.811--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [75, 839] [junit] [EL Fine]: 2022-09-10 04:19:13.811--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [79, 839] [junit] [EL Fine]: 2022-09-10 04:19:13.811--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [85, 839] [junit] [EL Fine]: 2022-09-10 04:19:13.811--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [89, 839] [junit] [EL Fine]: 2022-09-10 04:19:13.811--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [91, 839] [junit] [EL Fine]: 2022-09-10 04:19:13.811--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [95, 839] [junit] [EL Fine]: 2022-09-10 04:19:13.811--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [1, 842] [junit] [EL Fine]: 2022-09-10 04:19:13.811--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [3, 842] [junit] [EL Fine]: 2022-09-10 04:19:13.811--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [5, 842] [junit] [EL Fine]: 2022-09-10 04:19:13.811--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [9, 842] [junit] [EL Fine]: 2022-09-10 04:19:13.811--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [19, 842] [junit] [EL Fine]: 2022-09-10 04:19:13.811--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [31, 842] [junit] [EL Fine]: 2022-09-10 04:19:13.811--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [45, 842] [junit] [EL Fine]: 2022-09-10 04:19:13.811--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 842] [junit] [EL Fine]: 2022-09-10 04:19:13.811--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [73, 842] [junit] [EL Fine]: 2022-09-10 04:19:13.811--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [77, 842] [junit] [EL Fine]: 2022-09-10 04:19:13.811--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [83, 842] [junit] [EL Fine]: 2022-09-10 04:19:13.811--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [93, 842] [junit] [EL Fine]: 2022-09-10 04:19:13.811--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [97, 842] [junit] [EL Fine]: 2022-09-10 04:19:13.811--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [13, 840] [junit] [EL Fine]: 2022-09-10 04:19:13.811--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [17, 840] [junit] [EL Fine]: 2022-09-10 04:19:13.811--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [23, 840] [junit] [EL Fine]: 2022-09-10 04:19:13.812--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [25, 840] [junit] [EL Fine]: 2022-09-10 04:19:13.812--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [27, 840] [junit] [EL Fine]: 2022-09-10 04:19:13.812--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [33, 840] [junit] [EL Fine]: 2022-09-10 04:19:13.812--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 840] [junit] [EL Fine]: 2022-09-10 04:19:13.812--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [59, 840] [junit] [EL Fine]: 2022-09-10 04:19:13.812--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [65, 840] [junit] [EL Fine]: 2022-09-10 04:19:13.812--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [71, 840] [junit] [EL Fine]: 2022-09-10 04:19:13.812--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [87, 840] [junit] [EL Fine]: 2022-09-10 04:19:13.812--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [7, 841] [junit] [EL Fine]: 2022-09-10 04:19:13.812--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [15, 841] [junit] [EL Fine]: 2022-09-10 04:19:13.812--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [43, 841] [junit] [EL Fine]: 2022-09-10 04:19:13.812--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 841] [junit] [EL Fine]: 2022-09-10 04:19:13.812--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [57, 841] [junit] [EL Fine]: 2022-09-10 04:19:13.812--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [61, 841] [junit] [EL Fine]: 2022-09-10 04:19:13.812--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [63, 841] [junit] [EL Fine]: 2022-09-10 04:19:13.812--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [67, 841] [junit] [EL Fine]: 2022-09-10 04:19:13.812--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [81, 841] [junit] [EL Fine]: 2022-09-10 04:19:13.812--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [99, 841] [junit] [EL Finer]: 2022-09-10 04:19:13.812--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:13.82--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.82--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.82--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.82--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.82--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.82--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.82--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.82--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.82--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.82--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.82--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.82--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.82--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.82--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.82--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.82--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.82--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.821--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.821--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.821--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.821--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.821--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.821--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.821--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.821--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.821--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.821--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.821--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.821--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.821--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.821--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.858--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.858--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.858--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.858--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.858--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.858--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.858--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.858--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.858--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.858--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.858--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.858--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.858--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.858--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.858--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.858--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.858--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.858--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.859--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.859--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.859--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.859--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.859--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.859--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.859--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.859--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.859--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.859--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.859--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.859--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.866--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.866--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.866--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.866--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.866--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.866--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.867--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.867--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.867--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.867--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.867--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.867--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.867--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.867--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.867--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.867--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.867--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.867--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.867--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.867--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.867--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.867--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.867--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.867--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.867--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.867--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.867--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.867--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.867--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.867--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.867--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.868--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.868--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.868--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.868--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.868--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.868--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.868--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.868--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:13.868--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:13.868--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:13.868--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 89] [junit] [EL Fine]: 2022-09-10 04:19:13.868--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 89] [junit] [EL Fine]: 2022-09-10 04:19:13.868--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 89] [junit] [EL Fine]: 2022-09-10 04:19:13.868--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 89] [junit] [EL Fine]: 2022-09-10 04:19:13.868--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 89] [junit] [EL Fine]: 2022-09-10 04:19:13.868--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 19] [junit] [EL Fine]: 2022-09-10 04:19:13.868--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 19] [junit] [EL Fine]: 2022-09-10 04:19:13.868--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 19] [junit] [EL Fine]: 2022-09-10 04:19:13.868--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 19] [junit] [EL Fine]: 2022-09-10 04:19:13.868--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 19] [junit] [EL Fine]: 2022-09-10 04:19:13.868--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 36] [junit] [EL Fine]: 2022-09-10 04:19:13.868--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 36] [junit] [EL Fine]: 2022-09-10 04:19:13.868--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 36] [junit] [EL Fine]: 2022-09-10 04:19:13.868--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 36] [junit] [EL Fine]: 2022-09-10 04:19:13.868--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 36] [junit] [EL Fine]: 2022-09-10 04:19:13.868--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 51] [junit] [EL Fine]: 2022-09-10 04:19:13.868--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 51] [junit] [EL Fine]: 2022-09-10 04:19:13.868--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 51] [junit] [EL Fine]: 2022-09-10 04:19:13.868--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 51] [junit] [EL Fine]: 2022-09-10 04:19:13.868--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 51] [junit] [EL Fine]: 2022-09-10 04:19:13.868--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 16] [junit] [EL Fine]: 2022-09-10 04:19:13.868--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 16] [junit] [EL Fine]: 2022-09-10 04:19:13.869--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 16] [junit] [EL Fine]: 2022-09-10 04:19:13.869--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 16] [junit] [EL Fine]: 2022-09-10 04:19:13.869--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 16] [junit] [EL Fine]: 2022-09-10 04:19:13.869--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 6] [junit] [EL Fine]: 2022-09-10 04:19:13.869--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 6] [junit] [EL Fine]: 2022-09-10 04:19:13.869--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 6] [junit] [EL Fine]: 2022-09-10 04:19:13.869--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 6] [junit] [EL Fine]: 2022-09-10 04:19:13.869--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 6] [junit] [EL Fine]: 2022-09-10 04:19:13.869--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 2] [junit] [EL Fine]: 2022-09-10 04:19:13.869--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 2] [junit] [EL Fine]: 2022-09-10 04:19:13.869--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 2] [junit] [EL Fine]: 2022-09-10 04:19:13.869--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 2] [junit] [EL Fine]: 2022-09-10 04:19:13.869--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 2] [junit] [EL Fine]: 2022-09-10 04:19:13.869--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 81] [junit] [EL Fine]: 2022-09-10 04:19:13.869--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 81] [junit] [EL Fine]: 2022-09-10 04:19:13.869--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 81] [junit] [EL Fine]: 2022-09-10 04:19:13.869--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 81] [junit] [EL Fine]: 2022-09-10 04:19:13.869--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 81] [junit] [EL Fine]: 2022-09-10 04:19:13.869--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 92] [junit] [EL Fine]: 2022-09-10 04:19:13.869--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 92] [junit] [EL Fine]: 2022-09-10 04:19:13.869--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 92] [junit] [EL Fine]: 2022-09-10 04:19:13.869--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 92] [junit] [EL Fine]: 2022-09-10 04:19:13.869--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 92] [junit] [EL Fine]: 2022-09-10 04:19:13.869--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 29] [junit] [EL Fine]: 2022-09-10 04:19:13.869--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 29] [junit] [EL Fine]: 2022-09-10 04:19:13.869--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 29] [junit] [EL Fine]: 2022-09-10 04:19:13.869--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 29] [junit] [EL Fine]: 2022-09-10 04:19:13.869--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 29] [junit] [EL Fine]: 2022-09-10 04:19:13.869--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 54] [junit] [EL Fine]: 2022-09-10 04:19:13.869--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 54] [junit] [EL Fine]: 2022-09-10 04:19:13.869--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 54] [junit] [EL Fine]: 2022-09-10 04:19:13.869--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 54] [junit] [EL Fine]: 2022-09-10 04:19:13.869--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 54] [junit] [EL Fine]: 2022-09-10 04:19:13.869--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 78] [junit] [EL Fine]: 2022-09-10 04:19:13.869--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 78] [junit] [EL Fine]: 2022-09-10 04:19:13.87--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 78] [junit] [EL Fine]: 2022-09-10 04:19:13.87--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 78] [junit] [EL Fine]: 2022-09-10 04:19:13.87--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 78] [junit] [EL Fine]: 2022-09-10 04:19:13.87--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 82] [junit] [EL Fine]: 2022-09-10 04:19:13.87--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 82] [junit] [EL Fine]: 2022-09-10 04:19:13.87--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 82] [junit] [EL Fine]: 2022-09-10 04:19:13.87--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 82] [junit] [EL Fine]: 2022-09-10 04:19:13.87--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 82] [junit] [EL Fine]: 2022-09-10 04:19:13.87--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 80] [junit] [EL Fine]: 2022-09-10 04:19:13.87--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 80] [junit] [EL Fine]: 2022-09-10 04:19:13.87--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 80] [junit] [EL Fine]: 2022-09-10 04:19:13.87--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 80] [junit] [EL Fine]: 2022-09-10 04:19:13.87--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 80] [junit] [EL Fine]: 2022-09-10 04:19:13.87--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 58] [junit] [EL Fine]: 2022-09-10 04:19:13.87--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 58] [junit] [EL Fine]: 2022-09-10 04:19:13.87--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 58] [junit] [EL Fine]: 2022-09-10 04:19:13.87--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 58] [junit] [EL Fine]: 2022-09-10 04:19:13.87--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 58] [junit] [EL Fine]: 2022-09-10 04:19:13.87--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 41] [junit] [EL Fine]: 2022-09-10 04:19:13.87--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 41] [junit] [EL Fine]: 2022-09-10 04:19:13.87--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 41] [junit] [EL Fine]: 2022-09-10 04:19:13.87--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 41] [junit] [EL Fine]: 2022-09-10 04:19:13.87--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 41] [junit] [EL Fine]: 2022-09-10 04:19:13.87--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 24] [junit] [EL Fine]: 2022-09-10 04:19:13.87--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 24] [junit] [EL Fine]: 2022-09-10 04:19:13.87--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 24] [junit] [EL Fine]: 2022-09-10 04:19:13.87--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 24] [junit] [EL Fine]: 2022-09-10 04:19:13.87--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 24] [junit] [EL Fine]: 2022-09-10 04:19:13.87--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 11] [junit] [EL Fine]: 2022-09-10 04:19:13.87--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 11] [junit] [EL Fine]: 2022-09-10 04:19:13.87--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 11] [junit] [EL Fine]: 2022-09-10 04:19:13.87--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 11] [junit] [EL Fine]: 2022-09-10 04:19:13.87--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 11] [junit] [EL Fine]: 2022-09-10 04:19:13.87--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 20] [junit] [EL Fine]: 2022-09-10 04:19:13.87--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 20] [junit] [EL Fine]: 2022-09-10 04:19:13.87--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 20] [junit] [EL Fine]: 2022-09-10 04:19:13.871--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 20] [junit] [EL Fine]: 2022-09-10 04:19:13.871--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 20] [junit] [EL Fine]: 2022-09-10 04:19:13.871--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 17] [junit] [EL Fine]: 2022-09-10 04:19:13.871--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 17] [junit] [EL Fine]: 2022-09-10 04:19:13.871--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 17] [junit] [EL Fine]: 2022-09-10 04:19:13.871--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 17] [junit] [EL Fine]: 2022-09-10 04:19:13.871--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 17] [junit] [EL Finer]: 2022-09-10 04:19:13.871--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:13.887--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.887--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.887--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.887--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.887--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.888--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.888--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.888--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.888--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.888--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.888--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.888--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.888--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.888--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.888--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.888--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.888--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.888--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.888--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.888--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.888--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.888--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.888--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.888--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.888--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.888--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.888--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.888--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.888--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.889--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.889--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.889--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.889--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.889--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.889--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.889--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.889--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.889--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.889--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.889--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.889--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.889--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.889--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.889--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.889--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.889--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.889--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.889--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.889--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.889--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.889--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.889--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.889--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.889--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.89--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.89--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.89--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.89--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.89--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.89--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.89--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.89--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.89--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.89--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.89--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.89--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.89--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.89--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.89--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.89--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.89--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.89--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.89--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.89--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.89--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.89--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.89--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.89--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.891--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.891--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.891--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.891--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.891--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.891--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.891--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.891--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.891--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.891--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.891--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.891--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.891--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.891--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.891--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.891--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.891--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.891--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.891--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.891--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.891--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.891--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:13.891--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:13.891--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:13.891--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 40] [junit] [EL Fine]: 2022-09-10 04:19:13.891--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 40] [junit] [EL Fine]: 2022-09-10 04:19:13.891--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 40] [junit] [EL Fine]: 2022-09-10 04:19:13.892--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 40] [junit] [EL Fine]: 2022-09-10 04:19:13.892--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 40] [junit] [EL Fine]: 2022-09-10 04:19:13.892--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 79] [junit] [EL Fine]: 2022-09-10 04:19:13.892--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 79] [junit] [EL Fine]: 2022-09-10 04:19:13.892--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 79] [junit] [EL Fine]: 2022-09-10 04:19:13.892--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 79] [junit] [EL Fine]: 2022-09-10 04:19:13.892--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 79] [junit] [EL Fine]: 2022-09-10 04:19:13.892--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 72] [junit] [EL Fine]: 2022-09-10 04:19:13.892--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 72] [junit] [EL Fine]: 2022-09-10 04:19:13.892--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 72] [junit] [EL Fine]: 2022-09-10 04:19:13.892--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 72] [junit] [EL Fine]: 2022-09-10 04:19:13.892--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 72] [junit] [EL Fine]: 2022-09-10 04:19:13.892--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 56] [junit] [EL Fine]: 2022-09-10 04:19:13.892--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 56] [junit] [EL Fine]: 2022-09-10 04:19:13.892--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 56] [junit] [EL Fine]: 2022-09-10 04:19:13.892--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 56] [junit] [EL Fine]: 2022-09-10 04:19:13.892--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 56] [junit] [EL Fine]: 2022-09-10 04:19:13.892--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 62] [junit] [EL Fine]: 2022-09-10 04:19:13.892--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 62] [junit] [EL Fine]: 2022-09-10 04:19:13.892--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 62] [junit] [EL Fine]: 2022-09-10 04:19:13.892--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 62] [junit] [EL Fine]: 2022-09-10 04:19:13.892--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 62] [junit] [EL Fine]: 2022-09-10 04:19:13.892--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 55] [junit] [EL Fine]: 2022-09-10 04:19:13.892--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 55] [junit] [EL Fine]: 2022-09-10 04:19:13.892--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 55] [junit] [EL Fine]: 2022-09-10 04:19:13.892--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 55] [junit] [EL Fine]: 2022-09-10 04:19:13.892--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 55] [junit] [EL Fine]: 2022-09-10 04:19:13.892--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 3] [junit] [EL Fine]: 2022-09-10 04:19:13.892--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 3] [junit] [EL Fine]: 2022-09-10 04:19:13.892--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 3] [junit] [EL Fine]: 2022-09-10 04:19:13.892--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 3] [junit] [EL Fine]: 2022-09-10 04:19:13.892--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 3] [junit] [EL Fine]: 2022-09-10 04:19:13.892--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 44] [junit] [EL Fine]: 2022-09-10 04:19:13.892--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 44] [junit] [EL Fine]: 2022-09-10 04:19:13.892--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 44] [junit] [EL Fine]: 2022-09-10 04:19:13.892--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 44] [junit] [EL Fine]: 2022-09-10 04:19:13.893--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 44] [junit] [EL Fine]: 2022-09-10 04:19:13.893--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 66] [junit] [EL Fine]: 2022-09-10 04:19:13.893--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 66] [junit] [EL Fine]: 2022-09-10 04:19:13.893--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 66] [junit] [EL Fine]: 2022-09-10 04:19:13.893--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 66] [junit] [EL Fine]: 2022-09-10 04:19:13.893--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 66] [junit] [EL Fine]: 2022-09-10 04:19:13.893--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 25] [junit] [EL Fine]: 2022-09-10 04:19:13.893--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 25] [junit] [EL Fine]: 2022-09-10 04:19:13.893--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 25] [junit] [EL Fine]: 2022-09-10 04:19:13.893--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 25] [junit] [EL Fine]: 2022-09-10 04:19:13.893--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 25] [junit] [EL Fine]: 2022-09-10 04:19:13.893--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.893--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.893--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.893--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.893--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 91] [junit] [EL Fine]: 2022-09-10 04:19:13.893--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 68] [junit] [EL Fine]: 2022-09-10 04:19:13.893--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 68] [junit] [EL Fine]: 2022-09-10 04:19:13.893--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 68] [junit] [EL Fine]: 2022-09-10 04:19:13.893--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 68] [junit] [EL Fine]: 2022-09-10 04:19:13.893--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 68] [junit] [EL Fine]: 2022-09-10 04:19:13.893--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 37] [junit] [EL Fine]: 2022-09-10 04:19:13.893--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 37] [junit] [EL Fine]: 2022-09-10 04:19:13.893--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 37] [junit] [EL Fine]: 2022-09-10 04:19:13.893--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 37] [junit] [EL Fine]: 2022-09-10 04:19:13.893--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 37] [junit] [EL Fine]: 2022-09-10 04:19:13.893--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 69] [junit] [EL Fine]: 2022-09-10 04:19:13.893--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 69] [junit] [EL Fine]: 2022-09-10 04:19:13.893--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 69] [junit] [EL Fine]: 2022-09-10 04:19:13.893--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 69] [junit] [EL Fine]: 2022-09-10 04:19:13.893--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 69] [junit] [EL Fine]: 2022-09-10 04:19:13.893--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 30] [junit] [EL Fine]: 2022-09-10 04:19:13.893--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 30] [junit] [EL Fine]: 2022-09-10 04:19:13.893--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 30] [junit] [EL Fine]: 2022-09-10 04:19:13.894--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 30] [junit] [EL Fine]: 2022-09-10 04:19:13.894--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 30] [junit] [EL Fine]: 2022-09-10 04:19:13.894--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 76] [junit] [EL Fine]: 2022-09-10 04:19:13.894--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 76] [junit] [EL Fine]: 2022-09-10 04:19:13.894--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 76] [junit] [EL Fine]: 2022-09-10 04:19:13.894--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 76] [junit] [EL Fine]: 2022-09-10 04:19:13.894--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 76] [junit] [EL Fine]: 2022-09-10 04:19:13.894--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 74] [junit] [EL Fine]: 2022-09-10 04:19:13.894--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 74] [junit] [EL Fine]: 2022-09-10 04:19:13.894--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 74] [junit] [EL Fine]: 2022-09-10 04:19:13.894--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 74] [junit] [EL Fine]: 2022-09-10 04:19:13.894--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 74] [junit] [EL Fine]: 2022-09-10 04:19:13.894--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 59] [junit] [EL Fine]: 2022-09-10 04:19:13.894--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 59] [junit] [EL Fine]: 2022-09-10 04:19:13.894--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 59] [junit] [EL Fine]: 2022-09-10 04:19:13.894--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 59] [junit] [EL Fine]: 2022-09-10 04:19:13.894--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 59] [junit] [EL Fine]: 2022-09-10 04:19:13.894--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 83] [junit] [EL Fine]: 2022-09-10 04:19:13.894--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 83] [junit] [EL Fine]: 2022-09-10 04:19:13.894--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 83] [junit] [EL Fine]: 2022-09-10 04:19:13.894--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 83] [junit] [EL Fine]: 2022-09-10 04:19:13.894--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 83] [junit] [EL Fine]: 2022-09-10 04:19:13.894--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 10] [junit] [EL Fine]: 2022-09-10 04:19:13.894--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 10] [junit] [EL Fine]: 2022-09-10 04:19:13.894--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 10] [junit] [EL Fine]: 2022-09-10 04:19:13.894--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 10] [junit] [EL Fine]: 2022-09-10 04:19:13.894--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 10] [junit] [EL Finer]: 2022-09-10 04:19:13.894--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:13.909--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.909--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.909--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.909--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.909--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.909--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.909--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.909--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.909--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.909--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.909--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.91--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.91--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.91--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.91--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.91--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.91--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.91--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.91--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.91--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.91--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.91--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.91--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.91--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.91--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.91--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.91--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.91--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.91--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.91--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.91--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.91--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.91--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.91--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.91--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.91--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.911--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.911--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.911--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.911--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.911--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.911--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.911--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.911--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.965--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.965--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.965--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.965--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.965--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.965--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.966--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.966--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.966--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.966--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.966--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.966--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.966--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.966--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.966--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.966--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.966--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.966--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.966--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.966--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.966--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.966--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.966--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.966--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.966--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.966--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.966--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.966--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.966--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.967--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.967--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.967--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.967--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.967--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.967--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.967--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.967--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.967--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.967--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.967--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.967--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.967--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.967--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.967--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.967--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.967--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.967--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.967--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.967--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.967--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.967--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.967--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.967--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.968--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.968--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.968--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:13.968--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:13.968--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:13.968--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 47] [junit] [EL Fine]: 2022-09-10 04:19:13.968--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 47] [junit] [EL Fine]: 2022-09-10 04:19:13.968--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 47] [junit] [EL Fine]: 2022-09-10 04:19:13.968--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 47] [junit] [EL Fine]: 2022-09-10 04:19:13.968--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 47] [junit] [EL Fine]: 2022-09-10 04:19:13.968--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 18] [junit] [EL Fine]: 2022-09-10 04:19:13.968--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 18] [junit] [EL Fine]: 2022-09-10 04:19:13.968--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 18] [junit] [EL Fine]: 2022-09-10 04:19:13.968--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 18] [junit] [EL Fine]: 2022-09-10 04:19:13.968--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 18] [junit] [EL Fine]: 2022-09-10 04:19:13.968--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 95] [junit] [EL Fine]: 2022-09-10 04:19:13.968--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 95] [junit] [EL Fine]: 2022-09-10 04:19:13.968--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 95] [junit] [EL Fine]: 2022-09-10 04:19:13.968--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 95] [junit] [EL Fine]: 2022-09-10 04:19:13.968--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 95] [junit] [EL Fine]: 2022-09-10 04:19:13.968--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 12] [junit] [EL Fine]: 2022-09-10 04:19:13.968--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 12] [junit] [EL Fine]: 2022-09-10 04:19:13.968--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 12] [junit] [EL Fine]: 2022-09-10 04:19:13.968--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 12] [junit] [EL Fine]: 2022-09-10 04:19:13.968--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 12] [junit] [EL Fine]: 2022-09-10 04:19:13.968--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 14] [junit] [EL Fine]: 2022-09-10 04:19:13.968--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 14] [junit] [EL Fine]: 2022-09-10 04:19:13.968--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 14] [junit] [EL Fine]: 2022-09-10 04:19:13.968--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 14] [junit] [EL Fine]: 2022-09-10 04:19:13.968--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 14] [junit] [EL Fine]: 2022-09-10 04:19:13.968--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 77] [junit] [EL Fine]: 2022-09-10 04:19:13.968--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 77] [junit] [EL Fine]: 2022-09-10 04:19:13.968--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 77] [junit] [EL Fine]: 2022-09-10 04:19:13.969--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 77] [junit] [EL Fine]: 2022-09-10 04:19:13.969--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 77] [junit] [EL Fine]: 2022-09-10 04:19:13.969--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 94] [junit] [EL Fine]: 2022-09-10 04:19:13.969--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 94] [junit] [EL Fine]: 2022-09-10 04:19:13.969--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 94] [junit] [EL Fine]: 2022-09-10 04:19:13.969--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 94] [junit] [EL Fine]: 2022-09-10 04:19:13.969--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 94] [junit] [EL Fine]: 2022-09-10 04:19:13.969--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 35] [junit] [EL Fine]: 2022-09-10 04:19:13.969--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 35] [junit] [EL Fine]: 2022-09-10 04:19:13.969--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 35] [junit] [EL Fine]: 2022-09-10 04:19:13.969--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 35] [junit] [EL Fine]: 2022-09-10 04:19:13.969--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 35] [junit] [EL Fine]: 2022-09-10 04:19:13.969--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 1] [junit] [EL Fine]: 2022-09-10 04:19:13.969--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 1] [junit] [EL Fine]: 2022-09-10 04:19:13.969--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 1] [junit] [EL Fine]: 2022-09-10 04:19:13.969--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 1] [junit] [EL Fine]: 2022-09-10 04:19:13.969--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 1] [junit] [EL Fine]: 2022-09-10 04:19:13.969--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 46] [junit] [EL Fine]: 2022-09-10 04:19:13.969--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 46] [junit] [EL Fine]: 2022-09-10 04:19:13.969--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 46] [junit] [EL Fine]: 2022-09-10 04:19:13.969--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 46] [junit] [EL Fine]: 2022-09-10 04:19:13.969--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 46] [junit] [EL Fine]: 2022-09-10 04:19:13.969--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 33] [junit] [EL Fine]: 2022-09-10 04:19:13.969--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 33] [junit] [EL Fine]: 2022-09-10 04:19:13.969--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 33] [junit] [EL Fine]: 2022-09-10 04:19:13.969--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 33] [junit] [EL Fine]: 2022-09-10 04:19:13.969--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 33] [junit] [EL Fine]: 2022-09-10 04:19:13.969--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 52] [junit] [EL Fine]: 2022-09-10 04:19:13.969--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 52] [junit] [EL Fine]: 2022-09-10 04:19:13.969--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 52] [junit] [EL Fine]: 2022-09-10 04:19:13.969--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 52] [junit] [EL Fine]: 2022-09-10 04:19:13.969--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 52] [junit] [EL Fine]: 2022-09-10 04:19:13.969--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 65] [junit] [EL Fine]: 2022-09-10 04:19:13.969--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 65] [junit] [EL Fine]: 2022-09-10 04:19:13.969--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 65] [junit] [EL Fine]: 2022-09-10 04:19:13.97--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 65] [junit] [EL Fine]: 2022-09-10 04:19:13.97--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 65] [junit] [EL Fine]: 2022-09-10 04:19:13.97--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 73] [junit] [EL Fine]: 2022-09-10 04:19:13.97--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 73] [junit] [EL Fine]: 2022-09-10 04:19:13.97--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 73] [junit] [EL Fine]: 2022-09-10 04:19:13.97--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 73] [junit] [EL Fine]: 2022-09-10 04:19:13.97--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 73] [junit] [EL Fine]: 2022-09-10 04:19:13.97--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 34] [junit] [EL Fine]: 2022-09-10 04:19:13.97--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 34] [junit] [EL Fine]: 2022-09-10 04:19:13.97--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 34] [junit] [EL Fine]: 2022-09-10 04:19:13.97--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 34] [junit] [EL Fine]: 2022-09-10 04:19:13.97--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 34] [junit] [EL Fine]: 2022-09-10 04:19:13.97--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 45] [junit] [EL Fine]: 2022-09-10 04:19:13.97--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 45] [junit] [EL Fine]: 2022-09-10 04:19:13.97--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 45] [junit] [EL Fine]: 2022-09-10 04:19:13.97--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 45] [junit] [EL Fine]: 2022-09-10 04:19:13.97--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 45] [junit] [EL Fine]: 2022-09-10 04:19:13.97--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 53] [junit] [EL Fine]: 2022-09-10 04:19:13.97--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 53] [junit] [EL Fine]: 2022-09-10 04:19:13.97--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 53] [junit] [EL Fine]: 2022-09-10 04:19:13.97--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 53] [junit] [EL Fine]: 2022-09-10 04:19:13.97--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 53] [junit] [EL Fine]: 2022-09-10 04:19:13.97--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 42] [junit] [EL Fine]: 2022-09-10 04:19:13.97--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 42] [junit] [EL Fine]: 2022-09-10 04:19:13.97--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 42] [junit] [EL Fine]: 2022-09-10 04:19:13.97--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 42] [junit] [EL Fine]: 2022-09-10 04:19:13.97--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 42] [junit] [EL Fine]: 2022-09-10 04:19:13.97--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 27] [junit] [EL Fine]: 2022-09-10 04:19:13.97--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 27] [junit] [EL Fine]: 2022-09-10 04:19:13.97--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 27] [junit] [EL Fine]: 2022-09-10 04:19:13.97--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 27] [junit] [EL Fine]: 2022-09-10 04:19:13.97--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 27] [junit] [EL Fine]: 2022-09-10 04:19:13.97--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 98] [junit] [EL Fine]: 2022-09-10 04:19:13.971--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 98] [junit] [EL Fine]: 2022-09-10 04:19:13.971--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 98] [junit] [EL Fine]: 2022-09-10 04:19:13.971--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 98] [junit] [EL Fine]: 2022-09-10 04:19:13.971--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 98] [junit] [EL Finer]: 2022-09-10 04:19:13.971--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:13.987--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.987--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.987--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.987--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.987--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.987--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.987--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.987--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.987--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.987--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.987--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.987--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.987--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.987--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.987--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.987--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.988--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.988--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.988--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.988--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.988--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.988--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.988--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.988--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.988--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.988--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.988--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.988--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.988--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.988--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.988--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.988--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.988--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.988--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.988--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.988--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.988--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.988--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.988--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.988--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.988--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.989--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.989--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.989--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.989--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.989--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.989--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.989--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.989--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.989--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.989--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.989--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.989--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.989--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.989--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.989--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.989--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.989--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.989--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.989--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.989--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.989--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.989--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.989--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.989--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.989--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.99--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.99--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.99--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.99--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.99--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.99--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.99--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.99--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.99--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.99--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.99--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.99--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.99--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.99--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.99--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.99--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.99--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.99--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.99--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.99--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.99--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.99--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.99--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.99--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.99--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.991--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.991--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.991--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.991--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.991--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.991--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.991--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.991--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:13.991--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:13.991--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:13.991--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:13.991--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 67] [junit] [EL Fine]: 2022-09-10 04:19:13.991--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 67] [junit] [EL Fine]: 2022-09-10 04:19:13.991--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 67] [junit] [EL Fine]: 2022-09-10 04:19:13.991--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 67] [junit] [EL Fine]: 2022-09-10 04:19:13.991--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 67] [junit] [EL Fine]: 2022-09-10 04:19:13.991--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 49] [junit] [EL Fine]: 2022-09-10 04:19:13.991--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 49] [junit] [EL Fine]: 2022-09-10 04:19:13.991--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 49] [junit] [EL Fine]: 2022-09-10 04:19:13.991--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 49] [junit] [EL Fine]: 2022-09-10 04:19:13.991--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 49] [junit] [EL Fine]: 2022-09-10 04:19:13.991--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 22] [junit] [EL Fine]: 2022-09-10 04:19:13.991--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 22] [junit] [EL Fine]: 2022-09-10 04:19:13.991--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 22] [junit] [EL Fine]: 2022-09-10 04:19:13.991--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 22] [junit] [EL Fine]: 2022-09-10 04:19:13.991--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 22] [junit] [EL Fine]: 2022-09-10 04:19:13.991--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 50] [junit] [EL Fine]: 2022-09-10 04:19:13.991--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 50] [junit] [EL Fine]: 2022-09-10 04:19:13.991--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 50] [junit] [EL Fine]: 2022-09-10 04:19:13.991--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 50] [junit] [EL Fine]: 2022-09-10 04:19:13.991--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 50] [junit] [EL Fine]: 2022-09-10 04:19:13.991--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 15] [junit] [EL Fine]: 2022-09-10 04:19:13.991--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 15] [junit] [EL Fine]: 2022-09-10 04:19:13.992--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 15] [junit] [EL Fine]: 2022-09-10 04:19:13.992--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 15] [junit] [EL Fine]: 2022-09-10 04:19:13.992--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 15] [junit] [EL Fine]: 2022-09-10 04:19:13.992--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 63] [junit] [EL Fine]: 2022-09-10 04:19:13.992--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 63] [junit] [EL Fine]: 2022-09-10 04:19:13.992--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 63] [junit] [EL Fine]: 2022-09-10 04:19:13.992--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 63] [junit] [EL Fine]: 2022-09-10 04:19:13.992--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 63] [junit] [EL Fine]: 2022-09-10 04:19:13.992--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 96] [junit] [EL Fine]: 2022-09-10 04:19:13.992--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 96] [junit] [EL Fine]: 2022-09-10 04:19:13.992--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 96] [junit] [EL Fine]: 2022-09-10 04:19:13.992--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 96] [junit] [EL Fine]: 2022-09-10 04:19:13.992--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 96] [junit] [EL Fine]: 2022-09-10 04:19:13.992--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 38] [junit] [EL Fine]: 2022-09-10 04:19:13.992--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 38] [junit] [EL Fine]: 2022-09-10 04:19:13.992--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 38] [junit] [EL Fine]: 2022-09-10 04:19:13.992--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 38] [junit] [EL Fine]: 2022-09-10 04:19:13.992--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 38] [junit] [EL Fine]: 2022-09-10 04:19:13.992--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 70] [junit] [EL Fine]: 2022-09-10 04:19:13.992--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 70] [junit] [EL Fine]: 2022-09-10 04:19:13.992--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 70] [junit] [EL Fine]: 2022-09-10 04:19:13.992--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 70] [junit] [EL Fine]: 2022-09-10 04:19:13.992--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 70] [junit] [EL Fine]: 2022-09-10 04:19:13.992--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 85] [junit] [EL Fine]: 2022-09-10 04:19:13.992--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 85] [junit] [EL Fine]: 2022-09-10 04:19:13.992--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 85] [junit] [EL Fine]: 2022-09-10 04:19:13.992--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 85] [junit] [EL Fine]: 2022-09-10 04:19:13.992--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 85] [junit] [EL Fine]: 2022-09-10 04:19:13.992--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 99] [junit] [EL Fine]: 2022-09-10 04:19:13.992--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 99] [junit] [EL Fine]: 2022-09-10 04:19:13.992--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 99] [junit] [EL Fine]: 2022-09-10 04:19:13.992--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 99] [junit] [EL Fine]: 2022-09-10 04:19:13.992--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 99] [junit] [EL Fine]: 2022-09-10 04:19:13.992--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 93] [junit] [EL Fine]: 2022-09-10 04:19:13.992--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 93] [junit] [EL Fine]: 2022-09-10 04:19:13.992--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 93] [junit] [EL Fine]: 2022-09-10 04:19:13.992--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 93] [junit] [EL Fine]: 2022-09-10 04:19:13.992--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 93] [junit] [EL Fine]: 2022-09-10 04:19:13.993--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 64] [junit] [EL Fine]: 2022-09-10 04:19:13.993--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 64] [junit] [EL Fine]: 2022-09-10 04:19:13.993--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 64] [junit] [EL Fine]: 2022-09-10 04:19:13.993--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 64] [junit] [EL Fine]: 2022-09-10 04:19:13.993--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 64] [junit] [EL Fine]: 2022-09-10 04:19:13.993--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 84] [junit] [EL Fine]: 2022-09-10 04:19:13.993--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 84] [junit] [EL Fine]: 2022-09-10 04:19:13.993--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 84] [junit] [EL Fine]: 2022-09-10 04:19:13.993--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 84] [junit] [EL Fine]: 2022-09-10 04:19:13.993--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 84] [junit] [EL Fine]: 2022-09-10 04:19:13.993--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 7] [junit] [EL Fine]: 2022-09-10 04:19:13.993--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 7] [junit] [EL Fine]: 2022-09-10 04:19:13.993--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 7] [junit] [EL Fine]: 2022-09-10 04:19:13.993--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 7] [junit] [EL Fine]: 2022-09-10 04:19:13.993--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 7] [junit] [EL Fine]: 2022-09-10 04:19:13.993--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 60] [junit] [EL Fine]: 2022-09-10 04:19:13.993--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 60] [junit] [EL Fine]: 2022-09-10 04:19:13.993--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 60] [junit] [EL Fine]: 2022-09-10 04:19:13.993--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 60] [junit] [EL Fine]: 2022-09-10 04:19:13.993--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 60] [junit] [EL Fine]: 2022-09-10 04:19:13.993--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 9] [junit] [EL Fine]: 2022-09-10 04:19:13.993--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 9] [junit] [EL Fine]: 2022-09-10 04:19:13.993--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 9] [junit] [EL Fine]: 2022-09-10 04:19:13.993--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 9] [junit] [EL Fine]: 2022-09-10 04:19:13.993--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 9] [junit] [EL Fine]: 2022-09-10 04:19:13.993--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 23] [junit] [EL Fine]: 2022-09-10 04:19:13.993--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 23] [junit] [EL Fine]: 2022-09-10 04:19:13.993--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 23] [junit] [EL Fine]: 2022-09-10 04:19:13.993--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 23] [junit] [EL Fine]: 2022-09-10 04:19:13.993--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 23] [junit] [EL Fine]: 2022-09-10 04:19:13.993--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 87] [junit] [EL Fine]: 2022-09-10 04:19:13.993--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 87] [junit] [EL Fine]: 2022-09-10 04:19:13.993--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 87] [junit] [EL Fine]: 2022-09-10 04:19:13.993--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 87] [junit] [EL Fine]: 2022-09-10 04:19:13.993--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 87] [junit] [EL Fine]: 2022-09-10 04:19:13.993--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 21] [junit] [EL Fine]: 2022-09-10 04:19:13.994--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 21] [junit] [EL Fine]: 2022-09-10 04:19:13.994--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 21] [junit] [EL Fine]: 2022-09-10 04:19:13.994--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 21] [junit] [EL Fine]: 2022-09-10 04:19:13.994--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 21] [junit] [EL Finer]: 2022-09-10 04:19:13.994--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:14.009--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.009--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.009--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.009--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.009--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.009--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.009--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.009--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.009--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.009--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.009--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.01--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.01--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.01--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.01--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.01--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.01--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.01--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.01--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.01--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.01--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.01--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.01--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.01--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.01--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.01--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.01--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.01--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.01--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.01--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.01--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.01--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.01--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.01--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.01--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.011--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.011--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.011--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.011--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.011--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.011--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.011--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.011--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.011--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.011--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.011--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.011--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.011--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.011--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.011--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.011--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.011--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.011--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.011--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.011--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.011--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.011--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.011--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.011--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.011--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.012--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.012--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.012--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.012--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.012--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.012--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.012--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.012--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.012--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.012--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.012--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.012--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.012--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.012--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.012--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.012--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.012--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.012--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.012--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.012--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.012--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.012--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.012--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.012--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.012--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.013--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.013--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.013--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.013--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.013--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.013--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.013--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.013--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.013--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.013--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.013--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.013--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.013--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.013--ClientSession(795552518)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:14.013--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:14.013--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:14.013--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 32] [junit] [EL Fine]: 2022-09-10 04:19:14.013--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 32] [junit] [EL Fine]: 2022-09-10 04:19:14.013--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 32] [junit] [EL Fine]: 2022-09-10 04:19:14.013--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 32] [junit] [EL Fine]: 2022-09-10 04:19:14.013--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 32] [junit] [EL Fine]: 2022-09-10 04:19:14.013--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 43] [junit] [EL Fine]: 2022-09-10 04:19:14.013--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 43] [junit] [EL Fine]: 2022-09-10 04:19:14.013--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 43] [junit] [EL Fine]: 2022-09-10 04:19:14.013--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 43] [junit] [EL Fine]: 2022-09-10 04:19:14.013--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 43] [junit] [EL Fine]: 2022-09-10 04:19:14.013--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 13] [junit] [EL Fine]: 2022-09-10 04:19:14.013--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 13] [junit] [EL Fine]: 2022-09-10 04:19:14.013--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 13] [junit] [EL Fine]: 2022-09-10 04:19:14.014--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 13] [junit] [EL Fine]: 2022-09-10 04:19:14.014--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 13] [junit] [EL Fine]: 2022-09-10 04:19:14.014--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 48] [junit] [EL Fine]: 2022-09-10 04:19:14.014--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 48] [junit] [EL Fine]: 2022-09-10 04:19:14.014--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 48] [junit] [EL Fine]: 2022-09-10 04:19:14.014--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 48] [junit] [EL Fine]: 2022-09-10 04:19:14.014--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 48] [junit] [EL Fine]: 2022-09-10 04:19:14.014--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 31] [junit] [EL Fine]: 2022-09-10 04:19:14.014--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 31] [junit] [EL Fine]: 2022-09-10 04:19:14.014--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 31] [junit] [EL Fine]: 2022-09-10 04:19:14.014--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 31] [junit] [EL Fine]: 2022-09-10 04:19:14.014--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 31] [junit] [EL Fine]: 2022-09-10 04:19:14.014--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 8] [junit] [EL Fine]: 2022-09-10 04:19:14.014--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 8] [junit] [EL Fine]: 2022-09-10 04:19:14.014--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 8] [junit] [EL Fine]: 2022-09-10 04:19:14.014--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 8] [junit] [EL Fine]: 2022-09-10 04:19:14.014--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 8] [junit] [EL Fine]: 2022-09-10 04:19:14.014--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 97] [junit] [EL Fine]: 2022-09-10 04:19:14.014--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 97] [junit] [EL Fine]: 2022-09-10 04:19:14.014--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 97] [junit] [EL Fine]: 2022-09-10 04:19:14.014--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 97] [junit] [EL Fine]: 2022-09-10 04:19:14.014--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 97] [junit] [EL Fine]: 2022-09-10 04:19:14.014--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 61] [junit] [EL Fine]: 2022-09-10 04:19:14.014--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 61] [junit] [EL Fine]: 2022-09-10 04:19:14.014--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 61] [junit] [EL Fine]: 2022-09-10 04:19:14.014--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 61] [junit] [EL Fine]: 2022-09-10 04:19:14.014--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 61] [junit] [EL Fine]: 2022-09-10 04:19:14.014--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 5] [junit] [EL Fine]: 2022-09-10 04:19:14.014--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 5] [junit] [EL Fine]: 2022-09-10 04:19:14.014--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 5] [junit] [EL Fine]: 2022-09-10 04:19:14.014--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 5] [junit] [EL Fine]: 2022-09-10 04:19:14.014--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 5] [junit] [EL Fine]: 2022-09-10 04:19:14.014--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 88] [junit] [EL Fine]: 2022-09-10 04:19:14.014--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 88] [junit] [EL Fine]: 2022-09-10 04:19:14.014--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 88] [junit] [EL Fine]: 2022-09-10 04:19:14.014--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 88] [junit] [EL Fine]: 2022-09-10 04:19:14.014--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 88] [junit] [EL Fine]: 2022-09-10 04:19:14.014--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 0] [junit] [EL Fine]: 2022-09-10 04:19:14.014--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 0] [junit] [EL Fine]: 2022-09-10 04:19:14.014--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 0] [junit] [EL Fine]: 2022-09-10 04:19:14.014--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 0] [junit] [EL Fine]: 2022-09-10 04:19:14.014--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 0] [junit] [EL Fine]: 2022-09-10 04:19:14.014--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 26] [junit] [EL Fine]: 2022-09-10 04:19:14.014--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 26] [junit] [EL Fine]: 2022-09-10 04:19:14.014--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 26] [junit] [EL Fine]: 2022-09-10 04:19:14.015--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 26] [junit] [EL Fine]: 2022-09-10 04:19:14.015--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 26] [junit] [EL Fine]: 2022-09-10 04:19:14.015--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 57] [junit] [EL Fine]: 2022-09-10 04:19:14.015--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 57] [junit] [EL Fine]: 2022-09-10 04:19:14.015--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 57] [junit] [EL Fine]: 2022-09-10 04:19:14.015--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 57] [junit] [EL Fine]: 2022-09-10 04:19:14.015--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 57] [junit] [EL Fine]: 2022-09-10 04:19:14.015--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 86] [junit] [EL Fine]: 2022-09-10 04:19:14.015--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 86] [junit] [EL Fine]: 2022-09-10 04:19:14.015--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 86] [junit] [EL Fine]: 2022-09-10 04:19:14.015--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 86] [junit] [EL Fine]: 2022-09-10 04:19:14.015--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 86] [junit] [EL Fine]: 2022-09-10 04:19:14.015--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 75] [junit] [EL Fine]: 2022-09-10 04:19:14.015--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 75] [junit] [EL Fine]: 2022-09-10 04:19:14.015--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 75] [junit] [EL Fine]: 2022-09-10 04:19:14.015--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 75] [junit] [EL Fine]: 2022-09-10 04:19:14.015--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 75] [junit] [EL Fine]: 2022-09-10 04:19:14.015--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 28] [junit] [EL Fine]: 2022-09-10 04:19:14.015--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 28] [junit] [EL Fine]: 2022-09-10 04:19:14.075--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 28] [junit] [EL Fine]: 2022-09-10 04:19:14.075--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 28] [junit] [EL Fine]: 2022-09-10 04:19:14.075--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 28] [junit] [EL Fine]: 2022-09-10 04:19:14.075--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 71] [junit] [EL Fine]: 2022-09-10 04:19:14.075--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 71] [junit] [EL Fine]: 2022-09-10 04:19:14.075--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 71] [junit] [EL Fine]: 2022-09-10 04:19:14.075--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 71] [junit] [EL Fine]: 2022-09-10 04:19:14.075--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 71] [junit] [EL Fine]: 2022-09-10 04:19:14.075--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 4] [junit] [EL Fine]: 2022-09-10 04:19:14.075--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 4] [junit] [EL Fine]: 2022-09-10 04:19:14.075--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 4] [junit] [EL Fine]: 2022-09-10 04:19:14.075--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 4] [junit] [EL Fine]: 2022-09-10 04:19:14.075--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 4] [junit] [EL Fine]: 2022-09-10 04:19:14.075--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 39] [junit] [EL Fine]: 2022-09-10 04:19:14.075--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 39] [junit] [EL Fine]: 2022-09-10 04:19:14.075--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [55, 39] [junit] [EL Fine]: 2022-09-10 04:19:14.075--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 39] [junit] [EL Fine]: 2022-09-10 04:19:14.075--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 39] [junit] [EL Fine]: 2022-09-10 04:19:14.075--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [53, 90] [junit] [EL Fine]: 2022-09-10 04:19:14.075--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [54, 90] [junit] [EL Fine]: 2022-09-10 04:19:14.075--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [51, 90] [junit] [EL Fine]: 2022-09-10 04:19:14.075--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [50, 90] [junit] [EL Fine]: 2022-09-10 04:19:14.075--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])-- bind => [52, 90] [junit] [EL Finer]: 2022-09-10 04:19:14.076--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:14.094--ClientSession(795552518)--Connection(1257395459)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:14.095--ServerSession(1526542158)--Connection(914576064)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:14.1--UnitOfWork(297747648)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:14.1--UnitOfWork(297747648)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:14.102--UnitOfWork(297747648)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:14.102--ClientSession(795552518)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:14.102--UnitOfWork(297747648)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:14.102--ClientSession(795552518)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:14.103--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2080775172 [junit] [EL Finer]: 2022-09-10 04:19:14.103--ClientSession(2080775172)--Thread(Thread[main,5,main])--acquire unit of work: 1687668500 [junit] [EL Finest]: 2022-09-10 04:19:14.103--UnitOfWork(1687668500)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT DISTINCT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (SALARY > ABS(?))") [junit] [EL Finest]: 2022-09-10 04:19:14.103--ServerSession(1526542158)--Connection(1875810912)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:14.103--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:14.104--ServerSession(1526542158)--Connection(1303700188)--Thread(Thread[main,5,main])--SELECT DISTINCT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (SALARY > ABS(?)) [junit] bind => [1180.0] [junit] [EL Finest]: 2022-09-10 04:19:14.104--ServerSession(1526542158)--Connection(1875810912)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:14.13--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1592179922 [junit] [EL Finer]: 2022-09-10 04:19:14.13--ClientSession(1592179922)--Thread(Thread[main,5,main])--acquire unit of work: 1963735894 [junit] [EL Finest]: 2022-09-10 04:19:14.13--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:reading. [junit] [EL Finest]: 2022-09-10 04:19:14.13--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (57 -> null:null:reading) [junit] [EL Finest]: 2022-09-10 04:19:14.13--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:cooking. [junit] [EL Finest]: 2022-09-10 04:19:14.13--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (58 -> null:null:cooking) [junit] [EL Finest]: 2022-09-10 04:19:14.13--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:watching tv. [junit] [EL Finest]: 2022-09-10 04:19:14.13--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (59 -> null:null:watching tv) [junit] [EL Finest]: 2022-09-10 04:19:14.131--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:cleaning the house. [junit] [EL Finest]: 2022-09-10 04:19:14.131--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (60 -> null:null:cleaning the house) [junit] [EL Finest]: 2022-09-10 04:19:14.131--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:swimming. [junit] [EL Finest]: 2022-09-10 04:19:14.131--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (61 -> null:null:swimming) [junit] [EL Finest]: 2022-09-10 04:19:14.131--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:computers. [junit] [EL Finest]: 2022-09-10 04:19:14.131--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (62 -> null:null:computers) [junit] [EL Finest]: 2022-09-10 04:19:14.131--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:stamps. [junit] [EL Finest]: 2022-09-10 04:19:14.131--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (63 -> null:null:stamps) [junit] [EL Finest]: 2022-09-10 04:19:14.131--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@0. [junit] [EL Finest]: 2022-09-10 04:19:14.131--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:19:14.131--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2. [junit] [EL Finest]: 2022-09-10 04:19:14.131--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3. [junit] [EL Finest]: 2022-09-10 04:19:14.131--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4. [junit] [EL Finest]: 2022-09-10 04:19:14.131--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5. [junit] [EL Finest]: 2022-09-10 04:19:14.131--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6. [junit] [EL Finest]: 2022-09-10 04:19:14.131--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7. [junit] [EL Finest]: 2022-09-10 04:19:14.131--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8. [junit] [EL Finest]: 2022-09-10 04:19:14.131--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9. [junit] [EL Finest]: 2022-09-10 04:19:14.131--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@58b2df95. [junit] [EL Finest]: 2022-09-10 04:19:14.131--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (844 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@58b2df95) [junit] [EL Finest]: 2022-09-10 04:19:14.131--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1d17fbda. [junit] [EL Finest]: 2022-09-10 04:19:14.131--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (845 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1d17fbda) [junit] [EL Finest]: 2022-09-10 04:19:14.132--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7d9d4205. [junit] [EL Finest]: 2022-09-10 04:19:14.132--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (846 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7d9d4205) [junit] [EL Finest]: 2022-09-10 04:19:14.132--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7ce32d2e. [junit] [EL Finest]: 2022-09-10 04:19:14.132--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (847 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7ce32d2e) [junit] [EL Finest]: 2022-09-10 04:19:14.132--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@32631b50. [junit] [EL Finest]: 2022-09-10 04:19:14.132--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (848 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@32631b50) [junit] [EL Finest]: 2022-09-10 04:19:14.132--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1088efed. [junit] [EL Finest]: 2022-09-10 04:19:14.132--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (849 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1088efed) [junit] [EL Finest]: 2022-09-10 04:19:14.132--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7921a93. [junit] [EL Finest]: 2022-09-10 04:19:14.132--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (850 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7921a93) [junit] [EL Finest]: 2022-09-10 04:19:14.132--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@627dcd12. [junit] [EL Finest]: 2022-09-10 04:19:14.132--ServerSession(1526542158)--Connection(1215226774)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:14.132--ClientSession(1592179922)--Connection(1215226774)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:14.132--ClientSession(1592179922)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:14.133--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="VehicleGenerator" sql="UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ?") [junit] [EL Finest]: 2022-09-10 04:19:14.133--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="VehicleGenerator" sql="SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2022-09-10 04:19:14.133--ClientSession(1592179922)--Connection(525241073)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2022-09-10 04:19:14.134--ClientSession(1592179922)--Connection(525241073)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2022-09-10 04:19:14.134--ClientSession(1592179922)--Connection(525241073)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 851, last: 900 [junit] [EL Finer]: 2022-09-10 04:19:14.134--ClientSession(1592179922)--Connection(525241073)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:14.135--ServerSession(1526542158)--Connection(525241073)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2022-09-10 04:19:14.135--ServerSession(1526542158)--Connection(1215226774)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:19:14.135--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (851 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@627dcd12) [junit] [EL Finest]: 2022-09-10 04:19:14.135--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@223cd181. [junit] [EL Finest]: 2022-09-10 04:19:14.135--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (852 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@223cd181) [junit] [EL Finest]: 2022-09-10 04:19:14.135--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@16acdd2f. [junit] [EL Finest]: 2022-09-10 04:19:14.136--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (853 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@16acdd2f) [junit] [EL Finest]: 2022-09-10 04:19:14.136--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@742d195f. [junit] [EL Finest]: 2022-09-10 04:19:14.136--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (854 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@742d195f) [junit] [EL Finest]: 2022-09-10 04:19:14.136--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6d418ba9. [junit] [EL Finest]: 2022-09-10 04:19:14.136--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (855 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6d418ba9) [junit] [EL Finest]: 2022-09-10 04:19:14.136--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@29b5ef59. [junit] [EL Finest]: 2022-09-10 04:19:14.136--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (856 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@29b5ef59) [junit] [EL Finest]: 2022-09-10 04:19:14.136--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@59000ae5. [junit] [EL Finest]: 2022-09-10 04:19:14.136--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (857 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@59000ae5) [junit] [EL Finest]: 2022-09-10 04:19:14.136--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@45fb177b. [junit] [EL Finest]: 2022-09-10 04:19:14.136--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (858 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@45fb177b) [junit] [EL Finest]: 2022-09-10 04:19:14.136--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2486d0ae. [junit] [EL Finest]: 2022-09-10 04:19:14.136--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (859 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2486d0ae) [junit] [EL Finest]: 2022-09-10 04:19:14.136--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@22cf2c40. [junit] [EL Finest]: 2022-09-10 04:19:14.136--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (860 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@22cf2c40) [junit] [EL Finest]: 2022-09-10 04:19:14.136--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7b415dde. [junit] [EL Finest]: 2022-09-10 04:19:14.136--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (861 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7b415dde) [junit] [EL Finest]: 2022-09-10 04:19:14.136--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@661ccd02. [junit] [EL Finest]: 2022-09-10 04:19:14.136--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (862 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@661ccd02) [junit] [EL Finest]: 2022-09-10 04:19:14.136--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@748d72cf. [junit] [EL Finest]: 2022-09-10 04:19:14.137--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (863 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@748d72cf) [junit] [EL Finest]: 2022-09-10 04:19:14.137--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2f7bfd32. [junit] [EL Finest]: 2022-09-10 04:19:14.137--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (864 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2f7bfd32) [junit] [EL Finest]: 2022-09-10 04:19:14.137--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5e25faae. [junit] [EL Finest]: 2022-09-10 04:19:14.137--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (865 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5e25faae) [junit] [EL Finest]: 2022-09-10 04:19:14.137--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5e5148b5. [junit] [EL Finest]: 2022-09-10 04:19:14.137--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (866 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5e5148b5) [junit] [EL Finest]: 2022-09-10 04:19:14.137--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@415542ba. [junit] [EL Finest]: 2022-09-10 04:19:14.137--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (867 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@415542ba) [junit] [EL Finest]: 2022-09-10 04:19:14.137--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3137a5cf. [junit] [EL Finest]: 2022-09-10 04:19:14.137--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (868 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3137a5cf) [junit] [EL Finest]: 2022-09-10 04:19:14.137--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4036d9cd. [junit] [EL Finest]: 2022-09-10 04:19:14.137--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (869 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4036d9cd) [junit] [EL Finest]: 2022-09-10 04:19:14.137--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1476359e. [junit] [EL Finest]: 2022-09-10 04:19:14.137--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (870 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1476359e) [junit] [EL Finest]: 2022-09-10 04:19:14.137--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7f5df538. [junit] [EL Finest]: 2022-09-10 04:19:14.137--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (871 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7f5df538) [junit] [EL Finest]: 2022-09-10 04:19:14.137--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@73c82ec1. [junit] [EL Finest]: 2022-09-10 04:19:14.138--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (872 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@73c82ec1) [junit] [EL Finest]: 2022-09-10 04:19:14.138--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@54669c4. [junit] [EL Finest]: 2022-09-10 04:19:14.138--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (873 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@54669c4) [junit] [EL Finest]: 2022-09-10 04:19:14.138--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@20b97637. [junit] [EL Finest]: 2022-09-10 04:19:14.138--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (874 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@20b97637) [junit] [EL Finest]: 2022-09-10 04:19:14.138--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@305db32d. [junit] [EL Finest]: 2022-09-10 04:19:14.138--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (875 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@305db32d) [junit] [EL Finest]: 2022-09-10 04:19:14.138--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2d12dc1. [junit] [EL Finest]: 2022-09-10 04:19:14.138--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (876 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2d12dc1) [junit] [EL Finest]: 2022-09-10 04:19:14.138--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@34ef6c16. [junit] [EL Finest]: 2022-09-10 04:19:14.138--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (877 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@34ef6c16) [junit] [EL Finest]: 2022-09-10 04:19:14.138--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5f0cac72. [junit] [EL Finest]: 2022-09-10 04:19:14.138--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (878 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5f0cac72) [junit] [EL Finest]: 2022-09-10 04:19:14.138--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@215a865. [junit] [EL Finest]: 2022-09-10 04:19:14.138--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (879 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@215a865) [junit] [EL Finest]: 2022-09-10 04:19:14.138--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@92132c3. [junit] [EL Finest]: 2022-09-10 04:19:14.138--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (880 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@92132c3) [junit] [EL Finest]: 2022-09-10 04:19:14.138--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@46e1702d. [junit] [EL Finest]: 2022-09-10 04:19:14.138--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (881 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@46e1702d) [junit] [EL Finest]: 2022-09-10 04:19:14.139--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7c343bbf. [junit] [EL Finest]: 2022-09-10 04:19:14.139--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (882 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7c343bbf) [junit] [EL Finest]: 2022-09-10 04:19:14.139--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@53cde2dc. [junit] [EL Finest]: 2022-09-10 04:19:14.139--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (883 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@53cde2dc) [junit] [EL Finest]: 2022-09-10 04:19:14.139--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@53fa654c. [junit] [EL Finest]: 2022-09-10 04:19:14.139--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (884 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@53fa654c) [junit] [EL Finest]: 2022-09-10 04:19:14.139--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1e571706. [junit] [EL Finest]: 2022-09-10 04:19:14.139--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (885 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1e571706) [junit] [EL Finest]: 2022-09-10 04:19:14.139--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@43632eb0. [junit] [EL Finest]: 2022-09-10 04:19:14.139--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (886 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@43632eb0) [junit] [EL Finest]: 2022-09-10 04:19:14.139--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7f04ff02. [junit] [EL Finest]: 2022-09-10 04:19:14.139--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (887 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7f04ff02) [junit] [EL Finest]: 2022-09-10 04:19:14.139--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7f5435ab. [junit] [EL Finest]: 2022-09-10 04:19:14.139--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (888 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7f5435ab) [junit] [EL Finest]: 2022-09-10 04:19:14.139--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@599df260. [junit] [EL Finest]: 2022-09-10 04:19:14.139--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (889 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@599df260) [junit] [EL Finest]: 2022-09-10 04:19:14.139--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3d1414d. [junit] [EL Finest]: 2022-09-10 04:19:14.139--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (890 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3d1414d) [junit] [EL Finest]: 2022-09-10 04:19:14.139--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5bf552da. [junit] [EL Finest]: 2022-09-10 04:19:14.139--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (891 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5bf552da) [junit] [EL Finest]: 2022-09-10 04:19:14.14--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5d2dd62. [junit] [EL Finest]: 2022-09-10 04:19:14.14--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (892 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5d2dd62) [junit] [EL Finest]: 2022-09-10 04:19:14.14--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@336a214a. [junit] [EL Finest]: 2022-09-10 04:19:14.14--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (893 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@336a214a) [junit] [EL Finest]: 2022-09-10 04:19:14.14--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3a38c543. [junit] [EL Finest]: 2022-09-10 04:19:14.14--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (894 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3a38c543) [junit] [EL Finest]: 2022-09-10 04:19:14.14--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4b2a235c. [junit] [EL Finest]: 2022-09-10 04:19:14.14--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (895 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4b2a235c) [junit] [EL Finest]: 2022-09-10 04:19:14.14--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5880de96. [junit] [EL Finest]: 2022-09-10 04:19:14.14--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (896 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5880de96) [junit] [EL Finest]: 2022-09-10 04:19:14.14--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3a02d4bd. [junit] [EL Finest]: 2022-09-10 04:19:14.14--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (897 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3a02d4bd) [junit] [EL Finest]: 2022-09-10 04:19:14.14--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@46ec1c63. [junit] [EL Finest]: 2022-09-10 04:19:14.14--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (898 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@46ec1c63) [junit] [EL Finest]: 2022-09-10 04:19:14.14--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5cc6f721. [junit] [EL Finest]: 2022-09-10 04:19:14.14--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (899 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5cc6f721) [junit] [EL Finest]: 2022-09-10 04:19:14.14--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@26cf641. [junit] [EL Finest]: 2022-09-10 04:19:14.14--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (900 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@26cf641) [junit] [EL Finest]: 2022-09-10 04:19:14.14--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2ee76d8d. [junit] [EL Finest]: 2022-09-10 04:19:14.14--ServerSession(1526542158)--Connection(139354934)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:14.141--ClientSession(1592179922)--Connection(139354934)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:14.141--ClientSession(1592179922)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:14.141--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="VehicleGenerator" sql="UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ?") [junit] [EL Finest]: 2022-09-10 04:19:14.141--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="VehicleGenerator" sql="SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2022-09-10 04:19:14.141--ClientSession(1592179922)--Connection(1675293409)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2022-09-10 04:19:14.141--ClientSession(1592179922)--Connection(1675293409)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2022-09-10 04:19:14.142--ClientSession(1592179922)--Connection(1675293409)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 901, last: 950 [junit] [EL Finer]: 2022-09-10 04:19:14.142--ClientSession(1592179922)--Connection(1675293409)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:14.143--ServerSession(1526542158)--Connection(1675293409)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2022-09-10 04:19:14.143--ServerSession(1526542158)--Connection(139354934)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:19:14.143--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (901 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2ee76d8d) [junit] [EL Finest]: 2022-09-10 04:19:14.143--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@543211ac. [junit] [EL Finest]: 2022-09-10 04:19:14.143--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (902 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@543211ac) [junit] [EL Finest]: 2022-09-10 04:19:14.143--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3da73f13. [junit] [EL Finest]: 2022-09-10 04:19:14.143--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (903 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3da73f13) [junit] [EL Finest]: 2022-09-10 04:19:14.143--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4b35c252. [junit] [EL Finest]: 2022-09-10 04:19:14.144--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (904 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4b35c252) [junit] [EL Finest]: 2022-09-10 04:19:14.144--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4477baf2. [junit] [EL Finest]: 2022-09-10 04:19:14.144--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (905 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4477baf2) [junit] [EL Finest]: 2022-09-10 04:19:14.144--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@c6ca1. [junit] [EL Finest]: 2022-09-10 04:19:14.144--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (906 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@c6ca1) [junit] [EL Finest]: 2022-09-10 04:19:14.144--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4d79414. [junit] [EL Finest]: 2022-09-10 04:19:14.144--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (907 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4d79414) [junit] [EL Finest]: 2022-09-10 04:19:14.144--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6195f18e. [junit] [EL Finest]: 2022-09-10 04:19:14.144--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (908 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6195f18e) [junit] [EL Finest]: 2022-09-10 04:19:14.144--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@184c6764. [junit] [EL Finest]: 2022-09-10 04:19:14.144--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (909 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@184c6764) [junit] [EL Finest]: 2022-09-10 04:19:14.144--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7b4679a8. [junit] [EL Finest]: 2022-09-10 04:19:14.144--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (910 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7b4679a8) [junit] [EL Finest]: 2022-09-10 04:19:14.144--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@430925e0. [junit] [EL Finest]: 2022-09-10 04:19:14.144--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (911 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@430925e0) [junit] [EL Finest]: 2022-09-10 04:19:14.144--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@d5ea58e. [junit] [EL Finest]: 2022-09-10 04:19:14.144--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (912 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@d5ea58e) [junit] [EL Finest]: 2022-09-10 04:19:14.144--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@76d28406. [junit] [EL Finest]: 2022-09-10 04:19:14.145--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (913 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@76d28406) [junit] [EL Finest]: 2022-09-10 04:19:14.145--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3e91384d. [junit] [EL Finest]: 2022-09-10 04:19:14.145--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (914 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3e91384d) [junit] [EL Finest]: 2022-09-10 04:19:14.145--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@343d2c5a. [junit] [EL Finest]: 2022-09-10 04:19:14.145--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (915 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@343d2c5a) [junit] [EL Finest]: 2022-09-10 04:19:14.145--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4c378d86. [junit] [EL Finest]: 2022-09-10 04:19:14.145--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (916 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4c378d86) [junit] [EL Finest]: 2022-09-10 04:19:14.145--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2e27c2b2. [junit] [EL Finest]: 2022-09-10 04:19:14.145--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (917 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2e27c2b2) [junit] [EL Finest]: 2022-09-10 04:19:14.145--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1943d46b. [junit] [EL Finest]: 2022-09-10 04:19:14.145--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (918 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1943d46b) [junit] [EL Finest]: 2022-09-10 04:19:14.145--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@44c164e5. [junit] [EL Finest]: 2022-09-10 04:19:14.145--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (919 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@44c164e5) [junit] [EL Finest]: 2022-09-10 04:19:14.145--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@346a8a46. [junit] [EL Finest]: 2022-09-10 04:19:14.145--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (920 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@346a8a46) [junit] [EL Finest]: 2022-09-10 04:19:14.145--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@24c8fc2b. [junit] [EL Finest]: 2022-09-10 04:19:14.145--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (921 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@24c8fc2b) [junit] [EL Finest]: 2022-09-10 04:19:14.145--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@23af9455. [junit] [EL Finest]: 2022-09-10 04:19:14.145--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (922 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@23af9455) [junit] [EL Finest]: 2022-09-10 04:19:14.146--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6c062a89. [junit] [EL Finest]: 2022-09-10 04:19:14.146--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (923 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6c062a89) [junit] [EL Finest]: 2022-09-10 04:19:14.146--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@cdeb5f5. [junit] [EL Finest]: 2022-09-10 04:19:14.146--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (924 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@cdeb5f5) [junit] [EL Finest]: 2022-09-10 04:19:14.146--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6f9439e1. [junit] [EL Finest]: 2022-09-10 04:19:14.146--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (925 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6f9439e1) [junit] [EL Finest]: 2022-09-10 04:19:14.146--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3046057a. [junit] [EL Finest]: 2022-09-10 04:19:14.146--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (926 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3046057a) [junit] [EL Finest]: 2022-09-10 04:19:14.146--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6dc92399. [junit] [EL Finest]: 2022-09-10 04:19:14.146--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (927 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6dc92399) [junit] [EL Finest]: 2022-09-10 04:19:14.146--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@144142c8. [junit] [EL Finest]: 2022-09-10 04:19:14.146--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (928 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@144142c8) [junit] [EL Finest]: 2022-09-10 04:19:14.146--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5ad43a90. [junit] [EL Finest]: 2022-09-10 04:19:14.146--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (929 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5ad43a90) [junit] [EL Finest]: 2022-09-10 04:19:14.146--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a398965. [junit] [EL Finest]: 2022-09-10 04:19:14.146--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (930 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a398965) [junit] [EL Finest]: 2022-09-10 04:19:14.146--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7ec8ac50. [junit] [EL Finest]: 2022-09-10 04:19:14.146--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (931 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7ec8ac50) [junit] [EL Finest]: 2022-09-10 04:19:14.146--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6001e643. [junit] [EL Finest]: 2022-09-10 04:19:14.147--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (932 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6001e643) [junit] [EL Finest]: 2022-09-10 04:19:14.147--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1bfa5069. [junit] [EL Finest]: 2022-09-10 04:19:14.147--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (933 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1bfa5069) [junit] [EL Finest]: 2022-09-10 04:19:14.147--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@d9e90d2. [junit] [EL Finest]: 2022-09-10 04:19:14.147--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (934 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@d9e90d2) [junit] [EL Finest]: 2022-09-10 04:19:14.147--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@368f071d. [junit] [EL Finest]: 2022-09-10 04:19:14.147--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (935 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@368f071d) [junit] [EL Finest]: 2022-09-10 04:19:14.147--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@59d3cc71. [junit] [EL Finest]: 2022-09-10 04:19:14.147--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (936 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@59d3cc71) [junit] [EL Finest]: 2022-09-10 04:19:14.147--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@10e3a63a. [junit] [EL Finest]: 2022-09-10 04:19:14.147--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (937 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@10e3a63a) [junit] [EL Finest]: 2022-09-10 04:19:14.147--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6982bcf4. [junit] [EL Finest]: 2022-09-10 04:19:14.147--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (938 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6982bcf4) [junit] [EL Finest]: 2022-09-10 04:19:14.147--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@277be936. [junit] [EL Finest]: 2022-09-10 04:19:14.147--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (939 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@277be936) [junit] [EL Finest]: 2022-09-10 04:19:14.147--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@600c19ec. [junit] [EL Finest]: 2022-09-10 04:19:14.147--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (940 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@600c19ec) [junit] [EL Finest]: 2022-09-10 04:19:14.147--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6dd3a1a1. [junit] [EL Finest]: 2022-09-10 04:19:14.147--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (941 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6dd3a1a1) [junit] [EL Finest]: 2022-09-10 04:19:14.148--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@11cac5f3. [junit] [EL Finest]: 2022-09-10 04:19:14.148--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (942 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@11cac5f3) [junit] [EL Finest]: 2022-09-10 04:19:14.148--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6900bca5. [junit] [EL Finest]: 2022-09-10 04:19:14.148--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (943 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6900bca5) [junit] [EL Finest]: 2022-09-10 04:19:14.148--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@69430b10. [junit] [EL Finest]: 2022-09-10 04:19:14.148--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (944 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@69430b10) [junit] [EL Finest]: 2022-09-10 04:19:14.148--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@19ed6130. [junit] [EL Finest]: 2022-09-10 04:19:14.148--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (945 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@19ed6130) [junit] [EL Finest]: 2022-09-10 04:19:14.148--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@5ecfcaa3. [junit] [EL Finest]: 2022-09-10 04:19:14.148--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (946 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@5ecfcaa3) [junit] [EL Finest]: 2022-09-10 04:19:14.148--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@3246b04b. [junit] [EL Finest]: 2022-09-10 04:19:14.148--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (947 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@3246b04b) [junit] [EL Finest]: 2022-09-10 04:19:14.148--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@43ac2698. [junit] [EL Finest]: 2022-09-10 04:19:14.148--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--assign sequence to the object (948 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@43ac2698) [junit] [EL Finest]: 2022-09-10 04:19:14.148--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@31ba3b3c. [junit] [EL Finest]: 2022-09-10 04:19:14.148--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@16c35bf9. [junit] [EL Finest]: 2022-09-10 04:19:14.149--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@547a8927. [junit] [EL Finest]: 2022-09-10 04:19:14.149--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4ad30ac5. [junit] [EL Finest]: 2022-09-10 04:19:14.149--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@37de9b64. [junit] [EL Finest]: 2022-09-10 04:19:14.149--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3f7baa9f. [junit] [EL Finest]: 2022-09-10 04:19:14.149--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@23f76d41. [junit] [EL Finest]: 2022-09-10 04:19:14.149--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4c1d530d. [junit] [EL Finest]: 2022-09-10 04:19:14.149--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3abb64ea. [junit] [EL Finest]: 2022-09-10 04:19:14.149--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@33bf3cc9. [junit] [EL Finest]: 2022-09-10 04:19:14.149--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@46e241b. [junit] [EL Finest]: 2022-09-10 04:19:14.149--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3f126927. [junit] [EL Finest]: 2022-09-10 04:19:14.149--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@33c0ec32. [junit] [EL Finest]: 2022-09-10 04:19:14.149--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6098a311. [junit] [EL Finest]: 2022-09-10 04:19:14.149--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@485aa0d9. [junit] [EL Finest]: 2022-09-10 04:19:14.149--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5ca69552. [junit] [EL Finest]: 2022-09-10 04:19:14.149--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@463ffc84. [junit] [EL Finest]: 2022-09-10 04:19:14.15--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4e328167. [junit] [EL Finest]: 2022-09-10 04:19:14.15--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5a99e4cf. [junit] [EL Finest]: 2022-09-10 04:19:14.15--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@12599bf3. [junit] [EL Finest]: 2022-09-10 04:19:14.15--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3bcb8460. [junit] [EL Finest]: 2022-09-10 04:19:14.15--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7d207bee. [junit] [EL Finest]: 2022-09-10 04:19:14.15--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@39fa3fc5. [junit] [EL Finest]: 2022-09-10 04:19:14.15--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@23b40e2a. [junit] [EL Finest]: 2022-09-10 04:19:14.15--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3f1e91bf. [junit] [EL Finest]: 2022-09-10 04:19:14.15--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4e949342. [junit] [EL Finest]: 2022-09-10 04:19:14.15--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4639d779. [junit] [EL Finest]: 2022-09-10 04:19:14.15--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@71de7e65. [junit] [EL Finest]: 2022-09-10 04:19:14.15--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7d51d634. [junit] [EL Finest]: 2022-09-10 04:19:14.15--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@330ee022. [junit] [EL Finest]: 2022-09-10 04:19:14.15--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6f469aef. [junit] [EL Finest]: 2022-09-10 04:19:14.15--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@16f89f03. [junit] [EL Finest]: 2022-09-10 04:19:14.15--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@792ae10d. [junit] [EL Finest]: 2022-09-10 04:19:14.151--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@62d6caf9. [junit] [EL Finest]: 2022-09-10 04:19:14.151--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6aae4199. [junit] [EL Finest]: 2022-09-10 04:19:14.151--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2cb6bc65. [junit] [EL Finest]: 2022-09-10 04:19:14.151--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6769013a. [junit] [EL Finest]: 2022-09-10 04:19:14.151--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1f238bc9. [junit] [EL Finest]: 2022-09-10 04:19:14.151--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@56f7fe04. [junit] [EL Finest]: 2022-09-10 04:19:14.151--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@29cd9511. [junit] [EL Finest]: 2022-09-10 04:19:14.151--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7ba6e5e3. [junit] [EL Finest]: 2022-09-10 04:19:14.151--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@d748c1a. [junit] [EL Finest]: 2022-09-10 04:19:14.151--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@12d9f737. [junit] [EL Finest]: 2022-09-10 04:19:14.151--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5437039a. [junit] [EL Finest]: 2022-09-10 04:19:14.151--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@336bb88c. [junit] [EL Finest]: 2022-09-10 04:19:14.151--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@702a4064. [junit] [EL Finest]: 2022-09-10 04:19:14.151--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@443641bf. [junit] [EL Finest]: 2022-09-10 04:19:14.151--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@177c8d08. [junit] [EL Finest]: 2022-09-10 04:19:14.152--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7248ec5f. [junit] [EL Finest]: 2022-09-10 04:19:14.152--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@ac61487. [junit] [EL Finest]: 2022-09-10 04:19:14.152--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1085fad8. [junit] [EL Finest]: 2022-09-10 04:19:14.152--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5d98fa9f. [junit] [EL Finest]: 2022-09-10 04:19:14.152--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@111c5660. [junit] [EL Finest]: 2022-09-10 04:19:14.152--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@692e4a35. [junit] [EL Finest]: 2022-09-10 04:19:14.152--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@357f5ef4. [junit] [EL Finest]: 2022-09-10 04:19:14.152--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1d064935. [junit] [EL Finest]: 2022-09-10 04:19:14.152--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@94170d6. [junit] [EL Finest]: 2022-09-10 04:19:14.182--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@36f2bb92. [junit] [EL Finest]: 2022-09-10 04:19:14.182--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4237aaa6. [junit] [EL Finest]: 2022-09-10 04:19:14.182--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@681229e8. [junit] [EL Finest]: 2022-09-10 04:19:14.182--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4205411e. [junit] [EL Finest]: 2022-09-10 04:19:14.183--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@925e0c8. [junit] [EL Finest]: 2022-09-10 04:19:14.183--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@19d49942. [junit] [EL Finest]: 2022-09-10 04:19:14.183--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@417c5424. [junit] [EL Finest]: 2022-09-10 04:19:14.183--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4c8c045. [junit] [EL Finest]: 2022-09-10 04:19:14.183--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@e3b9b44. [junit] [EL Finest]: 2022-09-10 04:19:14.183--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2fbe13f3. [junit] [EL Finest]: 2022-09-10 04:19:14.183--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@79f16678. [junit] [EL Finest]: 2022-09-10 04:19:14.183--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7a02fa85. [junit] [EL Finest]: 2022-09-10 04:19:14.183--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@32855523. [junit] [EL Finest]: 2022-09-10 04:19:14.183--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@18275381. [junit] [EL Finest]: 2022-09-10 04:19:14.184--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6980b4c7. [junit] [EL Finest]: 2022-09-10 04:19:14.184--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5cd96071. [junit] [EL Finest]: 2022-09-10 04:19:14.184--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@67ac1be1. [junit] [EL Finest]: 2022-09-10 04:19:14.184--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@a200a54. [junit] [EL Finest]: 2022-09-10 04:19:14.184--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@330a0dbb. [junit] [EL Finest]: 2022-09-10 04:19:14.184--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4db0d696. [junit] [EL Finest]: 2022-09-10 04:19:14.184--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@69530799. [junit] [EL Finest]: 2022-09-10 04:19:14.184--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@25e79799. [junit] [EL Finest]: 2022-09-10 04:19:14.184--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@633c8fc6. [junit] [EL Finest]: 2022-09-10 04:19:14.184--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@53ba7b9c. [junit] [EL Finest]: 2022-09-10 04:19:14.185--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@57304755. [junit] [EL Finest]: 2022-09-10 04:19:14.185--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5e17bdb1. [junit] [EL Finest]: 2022-09-10 04:19:14.185--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@76419338. [junit] [EL Finest]: 2022-09-10 04:19:14.185--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@41a6e7d0. [junit] [EL Finest]: 2022-09-10 04:19:14.185--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6b5d852b. [junit] [EL Finest]: 2022-09-10 04:19:14.185--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@46b70adb. [junit] [EL Finest]: 2022-09-10 04:19:14.185--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@28b15698. [junit] [EL Finest]: 2022-09-10 04:19:14.185--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2913f3ca. [junit] [EL Finest]: 2022-09-10 04:19:14.185--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@331abb0d. [junit] [EL Finest]: 2022-09-10 04:19:14.186--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@344d9421. [junit] [EL Finest]: 2022-09-10 04:19:14.186--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2afdfcc3. [junit] [EL Finest]: 2022-09-10 04:19:14.186--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@45583680. [junit] [EL Finest]: 2022-09-10 04:19:14.186--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@378f09a. [junit] [EL Finest]: 2022-09-10 04:19:14.186--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@782f208e. [junit] [EL Finest]: 2022-09-10 04:19:14.186--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4afca05f. [junit] [EL Finest]: 2022-09-10 04:19:14.186--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@8ff4c31. [junit] [EL Finest]: 2022-09-10 04:19:14.186--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@a2e57be. [junit] [EL Finest]: 2022-09-10 04:19:14.186--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5881e498. [junit] [EL Finest]: 2022-09-10 04:19:14.186--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7a67d983. [junit] [EL Finer]: 2022-09-10 04:19:14.187--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:14.189--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@69430b10) [junit] [EL Finest]: 2022-09-10 04:19:14.19--ServerSession(1526542158)--Connection(154285553)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:14.19--ClientSession(1592179922)--Connection(154285553)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:14.19--ClientSession(1592179922)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:14.19--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@3246b04b) [junit] [EL Finest]: 2022-09-10 04:19:14.191--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@19ed6130) [junit] [EL Finest]: 2022-09-10 04:19:14.191--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@5ecfcaa3) [junit] [EL Finest]: 2022-09-10 04:19:14.191--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@43ac2698) [junit] [EL Finest]: 2022-09-10 04:19:14.191--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finer]: 2022-09-10 04:19:14.191--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:14.191--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, NUM_GEARS, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:14.191--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [944, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2022-09-10 04:19:14.191--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [947, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2022-09-10 04:19:14.191--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [945, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2022-09-10 04:19:14.191--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [946, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2022-09-10 04:19:14.192--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [948, foo-brand, null, 0, 1, 4] [junit] [EL Finer]: 2022-09-10 04:19:14.192--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:14.193--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@0) [junit] [EL Finest]: 2022-09-10 04:19:14.194--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6) [junit] [EL Finest]: 2022-09-10 04:19:14.194--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8) [junit] [EL Finest]: 2022-09-10 04:19:14.194--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9) [junit] [EL Finest]: 2022-09-10 04:19:14.194--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:19:14.194--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4) [junit] [EL Finest]: 2022-09-10 04:19:14.194--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2022-09-10 04:19:14.194--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5) [junit] [EL Finest]: 2022-09-10 04:19:14.194--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7) [junit] [EL Finest]: 2022-09-10 04:19:14.194--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6b5d852b) [junit] [EL Finer]: 2022-09-10 04:19:14.194--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:14.195--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:14.195--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [2, Department_2, 1] [junit] [EL Fine]: 2022-09-10 04:19:14.195--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [0, Department_0, 1] [junit] [EL Fine]: 2022-09-10 04:19:14.195--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [6, Department_6, 1] [junit] [EL Fine]: 2022-09-10 04:19:14.195--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [8, Department_8, 1] [junit] [EL Fine]: 2022-09-10 04:19:14.195--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [9, Department_9, 1] [junit] [EL Fine]: 2022-09-10 04:19:14.195--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [1, Department_1, 1] [junit] [EL Fine]: 2022-09-10 04:19:14.195--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [4, Department_4, 1] [junit] [EL Fine]: 2022-09-10 04:19:14.195--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [3, Department_3, 1] [junit] [EL Fine]: 2022-09-10 04:19:14.195--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [5, Department_5, 1] [junit] [EL Fine]: 2022-09-10 04:19:14.195--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [7, Department_7, 1] [junit] [EL Finer]: 2022-09-10 04:19:14.195--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:14.197--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@443641bf) [junit] [EL Finest]: 2022-09-10 04:19:14.197--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@12599bf3) [junit] [EL Finest]: 2022-09-10 04:19:14.197--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@79f16678) [junit] [EL Finest]: 2022-09-10 04:19:14.197--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@33c0ec32) [junit] [EL Finest]: 2022-09-10 04:19:14.198--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3abb64ea) [junit] [EL Finest]: 2022-09-10 04:19:14.198--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@177c8d08) [junit] [EL Finest]: 2022-09-10 04:19:14.198--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@681229e8) [junit] [EL Finest]: 2022-09-10 04:19:14.198--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@330a0dbb) [junit] [EL Finest]: 2022-09-10 04:19:14.198--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6098a311) [junit] [EL Finest]: 2022-09-10 04:19:14.198--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@111c5660) [junit] [EL Finest]: 2022-09-10 04:19:14.198--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5ca69552) [junit] [EL Finest]: 2022-09-10 04:19:14.198--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6769013a) [junit] [EL Finest]: 2022-09-10 04:19:14.198--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3f1e91bf) [junit] [EL Finest]: 2022-09-10 04:19:14.198--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@33bf3cc9) [junit] [EL Finest]: 2022-09-10 04:19:14.198--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@23f76d41) [junit] [EL Finest]: 2022-09-10 04:19:14.198--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@16f89f03) [junit] [EL Finest]: 2022-09-10 04:19:14.199--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@28b15698) [junit] [EL Finest]: 2022-09-10 04:19:14.199--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@25e79799) [junit] [EL Finest]: 2022-09-10 04:19:14.199--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7ba6e5e3) [junit] [EL Finest]: 2022-09-10 04:19:14.199--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4237aaa6) [junit] [EL Finest]: 2022-09-10 04:19:14.199--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@463ffc84) [junit] [EL Finest]: 2022-09-10 04:19:14.199--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@57304755) [junit] [EL Finest]: 2022-09-10 04:19:14.199--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@782f208e) [junit] [EL Finest]: 2022-09-10 04:19:14.199--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4e949342) [junit] [EL Finest]: 2022-09-10 04:19:14.199--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5d98fa9f) [junit] [EL Finest]: 2022-09-10 04:19:14.199--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5cd96071) [junit] [EL Finest]: 2022-09-10 04:19:14.199--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@37de9b64) [junit] [EL Finest]: 2022-09-10 04:19:14.199--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3f126927) [junit] [EL Finest]: 2022-09-10 04:19:14.199--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@925e0c8) [junit] [EL Finest]: 2022-09-10 04:19:14.2--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@19d49942) [junit] [EL Finest]: 2022-09-10 04:19:14.2--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3f7baa9f) [junit] [EL Finest]: 2022-09-10 04:19:14.2--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1f238bc9) [junit] [EL Finest]: 2022-09-10 04:19:14.2--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4afca05f) [junit] [EL Finest]: 2022-09-10 04:19:14.2--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@31ba3b3c) [junit] [EL Finest]: 2022-09-10 04:19:14.2--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@485aa0d9) [junit] [EL Finest]: 2022-09-10 04:19:14.2--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@633c8fc6) [junit] [EL Finest]: 2022-09-10 04:19:14.201--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@330ee022) [junit] [EL Finest]: 2022-09-10 04:19:14.201--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@a2e57be) [junit] [EL Finest]: 2022-09-10 04:19:14.201--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7d51d634) [junit] [EL Finest]: 2022-09-10 04:19:14.201--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@39fa3fc5) [junit] [EL Finest]: 2022-09-10 04:19:14.201--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4ad30ac5) [junit] [EL Finest]: 2022-09-10 04:19:14.201--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@357f5ef4) [junit] [EL Finest]: 2022-09-10 04:19:14.201--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@67ac1be1) [junit] [EL Finest]: 2022-09-10 04:19:14.201--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@53ba7b9c) [junit] [EL Finest]: 2022-09-10 04:19:14.201--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1085fad8) [junit] [EL Finest]: 2022-09-10 04:19:14.201--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@336bb88c) [junit] [EL Finest]: 2022-09-10 04:19:14.201--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2fbe13f3) [junit] [EL Finest]: 2022-09-10 04:19:14.202--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5e17bdb1) [junit] [EL Finest]: 2022-09-10 04:19:14.202--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4e328167) [junit] [EL Finest]: 2022-09-10 04:19:14.202--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2cb6bc65) [junit] [EL Finest]: 2022-09-10 04:19:14.202--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@29cd9511) [junit] [EL Finest]: 2022-09-10 04:19:14.202--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@16c35bf9) [junit] [EL Finest]: 2022-09-10 04:19:14.202--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@ac61487) [junit] [EL Finest]: 2022-09-10 04:19:14.202--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@692e4a35) [junit] [EL Finest]: 2022-09-10 04:19:14.202--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@71de7e65) [junit] [EL Finest]: 2022-09-10 04:19:14.202--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2913f3ca) [junit] [EL Finest]: 2022-09-10 04:19:14.202--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@547a8927) [junit] [EL Finest]: 2022-09-10 04:19:14.202--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@417c5424) [junit] [EL Finest]: 2022-09-10 04:19:14.202--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@46e241b) [junit] [EL Finest]: 2022-09-10 04:19:14.203--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7248ec5f) [junit] [EL Finest]: 2022-09-10 04:19:14.203--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@18275381) [junit] [EL Finest]: 2022-09-10 04:19:14.203--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@76419338) [junit] [EL Finest]: 2022-09-10 04:19:14.203--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4639d779) [junit] [EL Finest]: 2022-09-10 04:19:14.203--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6980b4c7) [junit] [EL Finest]: 2022-09-10 04:19:14.203--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5881e498) [junit] [EL Finest]: 2022-09-10 04:19:14.203--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@8ff4c31) [junit] [EL Finest]: 2022-09-10 04:19:14.203--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4205411e) [junit] [EL Finest]: 2022-09-10 04:19:14.203--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6f469aef) [junit] [EL Finest]: 2022-09-10 04:19:14.203--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4db0d696) [junit] [EL Finest]: 2022-09-10 04:19:14.203--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@36f2bb92) [junit] [EL Finest]: 2022-09-10 04:19:14.203--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3bcb8460) [junit] [EL Finest]: 2022-09-10 04:19:14.203--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@a200a54) [junit] [EL Finest]: 2022-09-10 04:19:14.204--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2afdfcc3) [junit] [EL Finest]: 2022-09-10 04:19:14.204--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@792ae10d) [junit] [EL Finest]: 2022-09-10 04:19:14.204--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@32855523) [junit] [EL Finest]: 2022-09-10 04:19:14.204--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4c8c045) [junit] [EL Finest]: 2022-09-10 04:19:14.204--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@69530799) [junit] [EL Finest]: 2022-09-10 04:19:14.204--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4c1d530d) [junit] [EL Finest]: 2022-09-10 04:19:14.204--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@94170d6) [junit] [EL Finest]: 2022-09-10 04:19:14.204--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@56f7fe04) [junit] [EL Finest]: 2022-09-10 04:19:14.204--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6aae4199) [junit] [EL Finest]: 2022-09-10 04:19:14.204--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@702a4064) [junit] [EL Finest]: 2022-09-10 04:19:14.204--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@62d6caf9) [junit] [EL Finest]: 2022-09-10 04:19:14.204--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@45583680) [junit] [EL Finest]: 2022-09-10 04:19:14.204--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@378f09a) [junit] [EL Finest]: 2022-09-10 04:19:14.204--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7a67d983) [junit] [EL Finest]: 2022-09-10 04:19:14.205--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7d207bee) [junit] [EL Finest]: 2022-09-10 04:19:14.205--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5a99e4cf) [junit] [EL Finest]: 2022-09-10 04:19:14.205--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@12d9f737) [junit] [EL Finest]: 2022-09-10 04:19:14.205--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1d064935) [junit] [EL Finest]: 2022-09-10 04:19:14.205--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7a02fa85) [junit] [EL Finest]: 2022-09-10 04:19:14.205--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@d748c1a) [junit] [EL Finest]: 2022-09-10 04:19:14.205--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@23b40e2a) [junit] [EL Finest]: 2022-09-10 04:19:14.205--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@46b70adb) [junit] [EL Finest]: 2022-09-10 04:19:14.205--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@41a6e7d0) [junit] [EL Finest]: 2022-09-10 04:19:14.205--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@344d9421) [junit] [EL Finest]: 2022-09-10 04:19:14.205--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5437039a) [junit] [EL Finest]: 2022-09-10 04:19:14.205--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@331abb0d) [junit] [EL Finest]: 2022-09-10 04:19:14.205--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@e3b9b44) [junit] [EL Finest]: 2022-09-10 04:19:14.206--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(58:null:cooking) [junit] [EL Finer]: 2022-09-10 04:19:14.206--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:14.206--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:14.206--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [85, Helen, Hilbert, null, 2022-09-21 18:05:54.185, 2022-08-29 14:32:34.185, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.206--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [46, Hannelore, Heuser, null, 2022-09-21 18:05:54.151, 2022-08-29 14:32:34.151, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.206--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [19, Henryk, Heise, null, 2022-09-21 18:05:54.15, 2022-08-29 14:32:34.15, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.206--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [67, Hildegard, Hayek, null, 2022-09-21 18:05:54.183, 2022-08-29 14:32:34.183, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.206--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [12, Hazel, Hartenthaler, null, 2022-09-21 18:05:54.149, 2022-08-29 14:32:34.149, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.206--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [8, Harry, Hary, null, 2022-09-21 18:05:54.149, 2022-08-29 14:32:34.149, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.206--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [47, Hedi, Hennig, null, 2022-09-21 18:05:54.151, 2022-08-29 14:32:34.151, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.206--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, Hein, Hecht, null, 2022-09-21 18:05:54.182, 2022-08-29 14:32:34.182, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.206--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [75, Hansklaus, Hamann, null, 2022-09-21 18:05:54.184, 2022-08-29 14:32:34.184, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.206--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [13, Hella, Heuser, null, 2022-09-21 18:05:54.149, 2022-08-29 14:32:34.149, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.206--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [52, Humphrey, Heinrich, null, 2022-09-21 18:05:54.152, 2022-08-29 14:32:34.152, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.206--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [15, Heiner, Hamilton, null, 2022-09-21 18:05:54.149, 2022-08-29 14:32:34.149, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.206--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [36, Hansjörg, Harding, null, 2022-09-21 18:05:54.151, 2022-08-29 14:32:34.151, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.206--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [24, Heidemarie, Hewitt, null, 2022-09-21 18:05:54.15, 2022-08-29 14:32:34.15, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.206--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [9, Hjalmar, Hense, null, 2022-09-21 18:05:54.149, 2022-08-29 14:32:34.149, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.206--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [6, Hilarius, Hesse, null, 2022-09-21 18:05:54.149, 2022-08-29 14:32:34.149, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.206--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [31, Hannes, Hampe, null, 2022-09-21 18:05:54.15, 2022-08-29 14:32:34.15, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.206--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [87, Heida, Hamburger, null, 2022-09-21 18:05:54.185, 2022-08-29 14:32:34.185, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.207--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [78, Heinrich, Hanson, null, 2022-09-21 18:05:54.184, 2022-08-29 14:32:34.184, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.207--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [40, Hanns, Hartfelder, null, 2022-09-21 18:05:54.151, 2022-08-29 14:32:34.151, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.207--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, Hildegard, Hampe, null, 2022-09-21 18:05:54.182, 2022-08-29 14:32:34.182, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.207--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [16, Hedi, Haak, null, 2022-09-21 18:05:54.149, 2022-08-29 14:32:34.149, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.207--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [81, Heinrich, Havenstein, null, 2022-09-21 18:05:54.185, 2022-08-29 14:32:34.185, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.207--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [94, Helen, Hanstein, null, 2022-09-21 18:05:54.186, 2022-08-29 14:32:34.186, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.207--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [25, Henrike, Helms, null, 2022-09-21 18:05:54.15, 2022-08-29 14:32:34.15, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.207--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [51, Heinz, Hawke, null, 2022-09-21 18:05:54.152, 2022-08-29 14:32:34.152, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.207--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [72, Helmut, Hartig, null, 2022-09-21 18:05:54.184, 2022-08-29 14:32:34.184, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.207--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [4, Hans, Habermann, null, 2022-09-21 18:05:54.149, 2022-08-29 14:32:34.149, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.207--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [11, Harriet, Hentschel, null, 2022-09-21 18:05:54.149, 2022-08-29 14:32:34.149, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.207--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, Hans, Hanisch, null, 2022-09-21 18:05:54.182, 2022-08-29 14:32:34.182, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.207--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, Hannah, Hentschel, null, 2022-09-21 18:05:54.183, 2022-08-29 14:32:34.183, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.207--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [5, Henryk, Hesse, null, 2022-09-21 18:05:54.149, 2022-08-29 14:32:34.149, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.207--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [37, Horst, Hein, null, 2022-09-21 18:05:54.151, 2022-08-29 14:32:34.151, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.207--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [95, Hadmar, Hilbert, null, 2022-09-21 18:05:54.186, 2022-08-29 14:32:34.186, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.207--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [0, Hans, Heider, null, 2022-09-21 18:05:54.148, 2022-08-29 14:32:34.148, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.207--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [14, Hilde, Hein, null, 2022-09-21 18:05:54.149, 2022-08-29 14:32:34.149, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.207--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [79, Hilmar, Hermann, null, 2022-09-21 18:05:54.184, 2022-08-29 14:32:34.184, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.207--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [29, Hildegard, Hendrix, null, 2022-09-21 18:05:54.15, 2022-08-29 14:32:34.15, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.207--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [97, Hannes, Hardenberg, null, 2022-09-21 18:05:54.186, 2022-08-29 14:32:34.186, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.207--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [28, Harvey, Hary, null, 2022-09-21 18:05:54.15, 2022-08-29 14:32:34.15, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.207--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [22, Hasso, Hense, null, 2022-09-21 18:05:54.15, 2022-08-29 14:32:34.15, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.208--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [3, Helma, Hettner, null, 2022-09-21 18:05:54.149, 2022-08-29 14:32:34.149, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.208--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [54, Hieu, Hardy, null, 2022-09-21 18:05:54.152, 2022-08-29 14:32:34.152, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.208--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [73, Hubertus, Hampe, null, 2022-09-21 18:05:54.184, 2022-08-29 14:32:34.184, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.208--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [80, Hakan, Hartig, null, 2022-09-21 18:05:54.184, 2022-08-29 14:32:34.184, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.208--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [50, Hakon, Hense, null, 2022-09-21 18:05:54.152, 2022-08-29 14:32:34.152, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.208--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [44, Holde, Hache, null, 2022-09-21 18:05:54.151, 2022-08-29 14:32:34.151, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.208--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [66, Hugo, Haller, null, 2022-09-21 18:05:54.183, 2022-08-29 14:32:34.183, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.208--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [82, Heimo, Helms, null, 2022-09-21 18:05:54.185, 2022-08-29 14:32:34.185, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.208--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [17, Holda, Hamann, null, 2022-09-21 18:05:54.15, 2022-08-29 14:32:34.15, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.208--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [35, Helene, Hausner, null, 2022-09-21 18:05:54.151, 2022-08-29 14:32:34.151, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.208--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [39, Hansjörg, Haller, null, 2022-09-21 18:05:54.151, 2022-08-29 14:32:34.151, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.208--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [1, Horst, Henry, null, 2022-09-21 18:05:54.148, 2022-08-29 14:32:34.148, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.208--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [49, Henri, Herder, null, 2022-09-21 18:05:54.152, 2022-08-29 14:32:34.152, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.208--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [53, Hazel, Hanisch, null, 2022-09-21 18:05:54.152, 2022-08-29 14:32:34.152, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.208--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [27, Hazel, Hecht, null, 2022-09-21 18:05:54.15, 2022-08-29 14:32:34.15, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.208--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [88, Hans, Henning, null, 2022-09-21 18:05:54.185, 2022-08-29 14:32:34.185, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.208--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [2, Hannelore, Hellmann, null, 2022-09-21 18:05:54.149, 2022-08-29 14:32:34.149, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.208--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [63, Helge, Helmig, null, 2022-09-21 18:05:54.183, 2022-08-29 14:32:34.183, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.208--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [10, Hartwig, Hamann, null, 2022-09-21 18:05:54.149, 2022-08-29 14:32:34.149, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.208--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [48, Helga, Heider, null, 2022-09-21 18:05:54.152, 2022-08-29 14:32:34.152, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.208--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [70, Hannah, Hartfelder, null, 2022-09-21 18:05:54.183, 2022-08-29 14:32:34.183, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.208--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [83, Heyko, Hardy, null, 2022-09-21 18:05:54.185, 2022-08-29 14:32:34.185, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.209--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [26, Hermann, Hardenberg, null, 2022-09-21 18:05:54.15, 2022-08-29 14:32:34.15, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.209--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [71, Hakan, Helbig, null, 2022-09-21 18:05:54.184, 2022-08-29 14:32:34.184, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.209--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [98, Heimo, Herrmann, null, 2022-09-21 18:05:54.186, 2022-08-29 14:32:34.186, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.209--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [96, Henri, Hermelink, null, 2022-09-21 18:05:54.186, 2022-08-29 14:32:34.186, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.209--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, Hansklaus, Hein, null, 2022-09-21 18:05:54.182, 2022-08-29 14:32:34.182, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.209--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [30, Hein, Heider, null, 2022-09-21 18:05:54.15, 2022-08-29 14:32:34.15, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.209--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [76, Hubertus, Harnack, null, 2022-09-21 18:05:54.184, 2022-08-29 14:32:34.184, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.209--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, Heike, Herder, null, 2022-09-21 18:05:54.182, 2022-08-29 14:32:34.182, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.209--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [20, Hildegard, Heinichen, null, 2022-09-21 18:05:54.15, 2022-08-29 14:32:34.15, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.209--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [74, Heimo, Hettner, null, 2022-09-21 18:05:54.184, 2022-08-29 14:32:34.184, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.209--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [91, Helge, Hary, null, 2022-09-21 18:05:54.186, 2022-08-29 14:32:34.186, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.209--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [32, Hertha, Henschel, null, 2022-09-21 18:05:54.15, 2022-08-29 14:32:34.15, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.209--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [69, Helgard, Hermann, null, 2022-09-21 18:05:54.183, 2022-08-29 14:32:34.183, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.209--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [64, Hagen, Herold, null, 2022-09-21 18:05:54.183, 2022-08-29 14:32:34.183, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.209--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [77, Heidemarie, Haller, null, 2022-09-21 18:05:54.184, 2022-08-29 14:32:34.184, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.209--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [7, Heidemarie, Hartfelder, null, 2022-09-21 18:05:54.149, 2022-08-29 14:32:34.149, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.209--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [56, Henryk, Hausmann, null, 2022-09-21 18:05:54.152, 2022-08-29 14:32:34.152, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.209--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [38, Harold, Hartenthaler, null, 2022-09-21 18:05:54.151, 2022-08-29 14:32:34.151, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.209--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [34, Hanspeter, Hewitt, null, 2022-09-21 18:05:54.151, 2022-08-29 14:32:34.151, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.209--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [45, Horst, Hayek, null, 2022-09-21 18:05:54.151, 2022-08-29 14:32:34.151, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.209--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [33, Heide, Heuser, null, 2022-09-21 18:05:54.151, 2022-08-29 14:32:34.151, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.209--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [92, Hannelore, Henry, null, 2022-09-21 18:05:54.186, 2022-08-29 14:32:34.186, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.209--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [93, Hilarius, Hartenthaler, null, 2022-09-21 18:05:54.186, 2022-08-29 14:32:34.186, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.21--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [99, Hakon, Hein, null, 2022-09-21 18:05:54.186, 2022-08-29 14:32:34.186, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.21--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [21, Heide, Hamilton, null, 2022-09-21 18:05:54.15, 2022-08-29 14:32:34.15, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.21--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [18, Holde, Hawke, null, 2022-09-21 18:05:54.15, 2022-08-29 14:32:34.15, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.21--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [42, Hagen, Havenstein, null, 2022-09-21 18:05:54.151, 2022-08-29 14:32:34.151, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.21--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [55, Hakon, Hein, null, 2022-09-21 18:05:54.152, 2022-08-29 14:32:34.152, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.21--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [68, Hermann, Heider, null, 2022-09-21 18:05:54.183, 2022-08-29 14:32:34.183, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.21--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [41, Hanspeter, Heise, null, 2022-09-21 18:05:54.151, 2022-08-29 14:32:34.151, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.21--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [23, Heinke, Hardy, null, 2022-09-21 18:05:54.15, 2022-08-29 14:32:34.15, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.21--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [86, Hasso, Hense, null, 2022-09-21 18:05:54.185, 2022-08-29 14:32:34.185, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.21--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [84, Helmut, Hegemann, null, 2022-09-21 18:05:54.185, 2022-08-29 14:32:34.185, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.21--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [90, Heinrich, Hamann, null, 2022-09-21 18:05:54.186, 2022-08-29 14:32:34.186, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.21--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [43, Hannes, Hesse, null, 2022-09-21 18:05:54.151, 2022-08-29 14:32:34.151, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.21--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [89, Hilke, Hesselbarth, null, 2022-09-21 18:05:54.185, 2022-08-29 14:32:34.185, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.21--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [65, Hilde, Heinichen, null, 2022-09-21 18:05:54.183, 2022-08-29 14:32:34.183, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:14.21--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:14.235--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(62:null:computers) [junit] [EL Finest]: 2022-09-10 04:19:14.236--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(63:null:stamps) [junit] [EL Finest]: 2022-09-10 04:19:14.236--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(61:null:swimming) [junit] [EL Finest]: 2022-09-10 04:19:14.236--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(59:null:watching tv) [junit] [EL Finest]: 2022-09-10 04:19:14.236--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(57:null:reading) [junit] [EL Finest]: 2022-09-10 04:19:14.236--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(60:null:cleaning the house) [junit] [EL Finest]: 2022-09-10 04:19:14.236--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7ce32d2e) [junit] [EL Finer]: 2022-09-10 04:19:14.236--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:14.236--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:14.236--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, null, cooking] [junit] [EL Fine]: 2022-09-10 04:19:14.236--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, null, computers] [junit] [EL Fine]: 2022-09-10 04:19:14.236--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [63, null, stamps] [junit] [EL Fine]: 2022-09-10 04:19:14.236--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, null, swimming] [junit] [EL Fine]: 2022-09-10 04:19:14.236--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, null, watching tv] [junit] [EL Fine]: 2022-09-10 04:19:14.236--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, null, reading] [junit] [EL Fine]: 2022-09-10 04:19:14.236--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, null, cleaning the house] [junit] [EL Finer]: 2022-09-10 04:19:14.236--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:14.238--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@11cac5f3) [junit] [EL Finest]: 2022-09-10 04:19:14.238--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@305db32d) [junit] [EL Finest]: 2022-09-10 04:19:14.238--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4036d9cd) [junit] [EL Finest]: 2022-09-10 04:19:14.238--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3a38c543) [junit] [EL Finest]: 2022-09-10 04:19:14.238--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1bfa5069) [junit] [EL Finest]: 2022-09-10 04:19:14.238--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@46ec1c63) [junit] [EL Finest]: 2022-09-10 04:19:14.239--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@d5ea58e) [junit] [EL Finest]: 2022-09-10 04:19:14.239--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3e91384d) [junit] [EL Finest]: 2022-09-10 04:19:14.239--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@76d28406) [junit] [EL Finest]: 2022-09-10 04:19:14.239--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@92132c3) [junit] [EL Finest]: 2022-09-10 04:19:14.239--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6195f18e) [junit] [EL Finest]: 2022-09-10 04:19:14.239--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2486d0ae) [junit] [EL Finest]: 2022-09-10 04:19:14.239--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3d1414d) [junit] [EL Finest]: 2022-09-10 04:19:14.239--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6900bca5) [junit] [EL Finest]: 2022-09-10 04:19:14.239--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@43632eb0) [junit] [EL Finest]: 2022-09-10 04:19:14.239--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3da73f13) [junit] [EL Finest]: 2022-09-10 04:19:14.239--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@22cf2c40) [junit] [EL Finest]: 2022-09-10 04:19:14.239--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a398965) [junit] [EL Finest]: 2022-09-10 04:19:14.24--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6d418ba9) [junit] [EL Finest]: 2022-09-10 04:19:14.24--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5e5148b5) [junit] [EL Finest]: 2022-09-10 04:19:14.24--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4c378d86) [junit] [EL Finest]: 2022-09-10 04:19:14.24--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@29b5ef59) [junit] [EL Finest]: 2022-09-10 04:19:14.24--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@184c6764) [junit] [EL Finest]: 2022-09-10 04:19:14.24--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5880de96) [junit] [EL Finest]: 2022-09-10 04:19:14.24--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4b35c252) [junit] [EL Finest]: 2022-09-10 04:19:14.24--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@59d3cc71) [junit] [EL Finest]: 2022-09-10 04:19:14.24--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5bf552da) [junit] [EL Finest]: 2022-09-10 04:19:14.24--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4477baf2) [junit] [EL Finest]: 2022-09-10 04:19:14.24--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7b415dde) [junit] [EL Finest]: 2022-09-10 04:19:14.24--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1943d46b) [junit] [EL Finest]: 2022-09-10 04:19:14.24--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@cdeb5f5) [junit] [EL Finest]: 2022-09-10 04:19:14.24--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7d9d4205) [junit] [EL Finest]: 2022-09-10 04:19:14.241--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@23af9455) [junit] [EL Finest]: 2022-09-10 04:19:14.241--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7f5df538) [junit] [EL Finest]: 2022-09-10 04:19:14.241--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1d17fbda) [junit] [EL Finest]: 2022-09-10 04:19:14.241--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1476359e) [junit] [EL Finest]: 2022-09-10 04:19:14.241--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5e25faae) [junit] [EL Finest]: 2022-09-10 04:19:14.241--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1e571706) [junit] [EL Finest]: 2022-09-10 04:19:14.241--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@223cd181) [junit] [EL Finest]: 2022-09-10 04:19:14.241--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7921a93) [junit] [EL Finest]: 2022-09-10 04:19:14.241--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@543211ac) [junit] [EL Finest]: 2022-09-10 04:19:14.241--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@54669c4) [junit] [EL Finest]: 2022-09-10 04:19:14.241--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@661ccd02) [junit] [EL Finest]: 2022-09-10 04:19:14.241--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5d2dd62) [junit] [EL Finest]: 2022-09-10 04:19:14.241--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@32631b50) [junit] [EL Finest]: 2022-09-10 04:19:14.242--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@53fa654c) [junit] [EL Finest]: 2022-09-10 04:19:14.242--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@336a214a) [junit] [EL Finest]: 2022-09-10 04:19:14.242--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@73c82ec1) [junit] [EL Finest]: 2022-09-10 04:19:14.242--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@46e1702d) [junit] [EL Finest]: 2022-09-10 04:19:14.242--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@215a865) [junit] [EL Finest]: 2022-09-10 04:19:14.242--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5f0cac72) [junit] [EL Finest]: 2022-09-10 04:19:14.242--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7b4679a8) [junit] [EL Finest]: 2022-09-10 04:19:14.242--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2e27c2b2) [junit] [EL Finest]: 2022-09-10 04:19:14.242--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7f04ff02) [junit] [EL Finest]: 2022-09-10 04:19:14.242--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@600c19ec) [junit] [EL Finest]: 2022-09-10 04:19:14.242--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7c343bbf) [junit] [EL Finest]: 2022-09-10 04:19:14.242--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@748d72cf) [junit] [EL Finest]: 2022-09-10 04:19:14.242--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6dd3a1a1) [junit] [EL Finest]: 2022-09-10 04:19:14.243--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3137a5cf) [junit] [EL Finest]: 2022-09-10 04:19:14.243--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6f9439e1) [junit] [EL Finest]: 2022-09-10 04:19:14.243--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4d79414) [junit] [EL Finest]: 2022-09-10 04:19:14.243--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@627dcd12) [junit] [EL Finest]: 2022-09-10 04:19:14.243--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6001e643) [junit] [EL Finest]: 2022-09-10 04:19:14.243--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6982bcf4) [junit] [EL Finest]: 2022-09-10 04:19:14.243--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@343d2c5a) [junit] [EL Finest]: 2022-09-10 04:19:14.243--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5ad43a90) [junit] [EL Finest]: 2022-09-10 04:19:14.243--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@20b97637) [junit] [EL Finest]: 2022-09-10 04:19:14.243--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4b2a235c) [junit] [EL Finest]: 2022-09-10 04:19:14.243--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3a02d4bd) [junit] [EL Finest]: 2022-09-10 04:19:14.243--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@34ef6c16) [junit] [EL Finest]: 2022-09-10 04:19:14.295--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7ec8ac50) [junit] [EL Finest]: 2022-09-10 04:19:14.295--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@346a8a46) [junit] [EL Finest]: 2022-09-10 04:19:14.295--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@415542ba) [junit] [EL Finest]: 2022-09-10 04:19:14.295--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@59000ae5) [junit] [EL Finest]: 2022-09-10 04:19:14.295--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@368f071d) [junit] [EL Finest]: 2022-09-10 04:19:14.295--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@26cf641) [junit] [EL Finest]: 2022-09-10 04:19:14.295--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6dc92399) [junit] [EL Finest]: 2022-09-10 04:19:14.295--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@45fb177b) [junit] [EL Finest]: 2022-09-10 04:19:14.295--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@144142c8) [junit] [EL Finest]: 2022-09-10 04:19:14.295--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@d9e90d2) [junit] [EL Finest]: 2022-09-10 04:19:14.296--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@599df260) [junit] [EL Finest]: 2022-09-10 04:19:14.296--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3046057a) [junit] [EL Finest]: 2022-09-10 04:19:14.296--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@16acdd2f) [junit] [EL Finest]: 2022-09-10 04:19:14.296--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@58b2df95) [junit] [EL Finest]: 2022-09-10 04:19:14.296--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@277be936) [junit] [EL Finest]: 2022-09-10 04:19:14.296--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6c062a89) [junit] [EL Finest]: 2022-09-10 04:19:14.296--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1088efed) [junit] [EL Finest]: 2022-09-10 04:19:14.296--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@c6ca1) [junit] [EL Finest]: 2022-09-10 04:19:14.296--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@430925e0) [junit] [EL Finest]: 2022-09-10 04:19:14.296--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@742d195f) [junit] [EL Finest]: 2022-09-10 04:19:14.296--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@44c164e5) [junit] [EL Finest]: 2022-09-10 04:19:14.296--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2f7bfd32) [junit] [EL Finest]: 2022-09-10 04:19:14.296--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2ee76d8d) [junit] [EL Finest]: 2022-09-10 04:19:14.296--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@24c8fc2b) [junit] [EL Finest]: 2022-09-10 04:19:14.297--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2d12dc1) [junit] [EL Finest]: 2022-09-10 04:19:14.297--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@10e3a63a) [junit] [EL Finest]: 2022-09-10 04:19:14.297--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7f5435ab) [junit] [EL Finest]: 2022-09-10 04:19:14.297--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@53cde2dc) [junit] [EL Finest]: 2022-09-10 04:19:14.297--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5cc6f721) [junit] [EL Finest]: 2022-09-10 04:19:14.297--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:14.297--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:14.297--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, VERSION, EMPLOYEE_ID, DTYPE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:14.297--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [847, foo-car, null, null, null, null, 1, 84, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.297--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [942, foo-car, null, null, null, null, 1, 58, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.297--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [875, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.297--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [869, foo-car, null, null, null, null, 1, 40, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.297--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [894, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.297--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [933, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.297--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [898, foo-car, null, null, null, null, 1, 2, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.297--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [912, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.297--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [914, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.297--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [913, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.297--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [880, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.298--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [908, foo-car, null, null, null, null, 1, 64, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.298--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [859, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.298--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [890, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.298--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [943, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.298--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [886, foo-car, null, null, null, null, 1, 62, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.298--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [903, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.298--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [860, foo-car, null, null, null, null, 1, 90, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.298--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [930, foo-car, null, null, null, null, 1, 98, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.298--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [855, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.298--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [866, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.298--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [916, foo-car, null, null, null, null, 1, 30, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.298--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [856, foo-car, null, null, null, null, 1, 20, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.298--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [909, foo-car, null, null, null, null, 1, 54, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.298--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [896, foo-car, null, null, null, null, 1, 70, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.298--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [904, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.298--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [936, foo-car, null, null, null, null, 1, 72, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.298--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [891, foo-car, null, null, null, null, 1, 44, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.298--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [905, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.298--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [861, foo-car, null, null, null, null, 1, 18, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.298--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [918, foo-car, null, null, null, null, 1, 10, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.298--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [924, foo-car, null, null, null, null, 1, 94, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.298--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [846, foo-car, null, null, null, null, 1, 74, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.298--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [922, foo-car, null, null, null, null, 1, 82, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.298--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [871, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.298--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [845, foo-car, null, null, null, null, 1, 48, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.298--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [870, foo-car, null, null, null, null, 1, 4, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.298--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [865, foo-car, null, null, null, null, 1, 8, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.298--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [885, foo-car, null, null, null, null, 1, 68, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.298--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [852, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.298--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [850, foo-car, null, null, null, null, 1, 32, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.298--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [902, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.298--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [873, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.299--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [862, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.299--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [892, foo-car, null, null, null, null, 1, 42, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.299--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [848, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.299--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [884, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.299--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [893, foo-car, null, null, null, null, 1, 34, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.299--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [872, foo-car, null, null, null, null, 1, 14, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.299--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [881, foo-car, null, null, null, null, 1, 6, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.299--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [879, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.299--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [878, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.299--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [910, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.299--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [917, foo-car, null, null, null, null, 1, 36, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.299--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [887, foo-car, null, null, null, null, 1, 24, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.299--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [940, foo-car, null, null, null, null, 1, 66, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.299--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [882, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.299--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [863, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.299--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [941, foo-car, null, null, null, null, 1, 22, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.299--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [868, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.299--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [925, foo-car, null, null, null, null, 1, 96, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.299--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [907, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.299--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [851, foo-car, null, null, null, null, 1, 80, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.299--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [932, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.299--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [938, foo-car, null, null, null, null, 1, 26, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.299--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [915, foo-car, null, null, null, null, 1, 92, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.299--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [929, foo-car, null, null, null, null, 1, 12, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.299--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [874, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.299--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [895, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.299--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [897, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.299--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [877, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.299--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [931, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.299--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [920, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.299--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [867, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.299--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [857, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.3--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [935, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.3--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [900, foo-car, null, null, null, null, 1, 46, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.3--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [927, foo-car, null, null, null, null, 1, 60, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.3--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [858, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.3--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [928, foo-car, null, null, null, null, 1, 78, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.3--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [934, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.3--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [889, foo-car, null, null, null, null, 1, 56, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.3--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [926, foo-car, null, null, null, null, 1, 28, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.3--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [853, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.3--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [844, foo-car, null, null, null, null, 1, 38, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.3--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [939, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.3--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [923, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.3--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [849, foo-car, null, null, null, null, 1, 88, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.3--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [906, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.3--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [911, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.3--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [854, foo-car, null, null, null, null, 1, 76, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.3--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [919, foo-car, null, null, null, null, 1, 0, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.3--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [864, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.3--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [901, foo-car, null, null, null, null, 1, 16, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.3--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [921, foo-car, null, null, null, null, 1, 50, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.3--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [876, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.3--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [937, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.3--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [888, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.3--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [883, foo-car, null, null, null, null, 1, 86, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.3--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [899, foo-car, null, null, null, null, 1, 52, 91] [junit] [EL Finer]: 2022-09-10 04:19:14.3--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:14.32--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.32--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.32--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.32--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.32--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.32--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.32--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.32--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.32--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.32--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.321--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.321--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.321--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.321--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.321--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.321--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.321--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.321--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.321--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.321--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.321--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.321--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.321--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.321--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.321--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.321--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.321--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.321--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.321--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.321--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.321--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.321--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.321--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.321--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.322--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.322--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.322--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.322--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.322--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.322--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.322--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.322--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.322--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.322--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.322--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.322--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.322--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.322--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.322--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.322--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:14.322--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:14.322--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:14.322--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [5, 944] [junit] [EL Fine]: 2022-09-10 04:19:14.322--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [7, 944] [junit] [EL Fine]: 2022-09-10 04:19:14.322--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [11, 944] [junit] [EL Fine]: 2022-09-10 04:19:14.323--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [13, 944] [junit] [EL Fine]: 2022-09-10 04:19:14.323--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [17, 944] [junit] [EL Fine]: 2022-09-10 04:19:14.323--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [19, 944] [junit] [EL Fine]: 2022-09-10 04:19:14.323--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [25, 944] [junit] [EL Fine]: 2022-09-10 04:19:14.323--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [31, 944] [junit] [EL Fine]: 2022-09-10 04:19:14.323--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [53, 944] [junit] [EL Fine]: 2022-09-10 04:19:14.323--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 944] [junit] [EL Fine]: 2022-09-10 04:19:14.323--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [65, 944] [junit] [EL Fine]: 2022-09-10 04:19:14.323--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [77, 944] [junit] [EL Fine]: 2022-09-10 04:19:14.323--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [89, 944] [junit] [EL Fine]: 2022-09-10 04:19:14.323--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [91, 944] [junit] [EL Fine]: 2022-09-10 04:19:14.323--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [97, 944] [junit] [EL Fine]: 2022-09-10 04:19:14.323--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [23, 947] [junit] [EL Fine]: 2022-09-10 04:19:14.323--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [27, 947] [junit] [EL Fine]: 2022-09-10 04:19:14.323--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [29, 947] [junit] [EL Fine]: 2022-09-10 04:19:14.323--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [35, 947] [junit] [EL Fine]: 2022-09-10 04:19:14.323--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [41, 947] [junit] [EL Fine]: 2022-09-10 04:19:14.323--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [45, 947] [junit] [EL Fine]: 2022-09-10 04:19:14.323--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [51, 947] [junit] [EL Fine]: 2022-09-10 04:19:14.323--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 947] [junit] [EL Fine]: 2022-09-10 04:19:14.323--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 947] [junit] [EL Fine]: 2022-09-10 04:19:14.323--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [75, 947] [junit] [EL Fine]: 2022-09-10 04:19:14.323--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [79, 947] [junit] [EL Fine]: 2022-09-10 04:19:14.323--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [83, 947] [junit] [EL Fine]: 2022-09-10 04:19:14.323--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [93, 947] [junit] [EL Fine]: 2022-09-10 04:19:14.323--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [95, 947] [junit] [EL Fine]: 2022-09-10 04:19:14.323--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [99, 947] [junit] [EL Fine]: 2022-09-10 04:19:14.323--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [1, 945] [junit] [EL Fine]: 2022-09-10 04:19:14.323--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [9, 945] [junit] [EL Fine]: 2022-09-10 04:19:14.323--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [15, 945] [junit] [EL Fine]: 2022-09-10 04:19:14.323--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [21, 945] [junit] [EL Fine]: 2022-09-10 04:19:14.323--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [33, 945] [junit] [EL Fine]: 2022-09-10 04:19:14.323--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [37, 945] [junit] [EL Fine]: 2022-09-10 04:19:14.323--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [39, 945] [junit] [EL Fine]: 2022-09-10 04:19:14.323--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [43, 945] [junit] [EL Fine]: 2022-09-10 04:19:14.323--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [47, 945] [junit] [EL Fine]: 2022-09-10 04:19:14.324--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [55, 945] [junit] [EL Fine]: 2022-09-10 04:19:14.324--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [69, 945] [junit] [EL Fine]: 2022-09-10 04:19:14.324--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [71, 945] [junit] [EL Fine]: 2022-09-10 04:19:14.324--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [73, 945] [junit] [EL Fine]: 2022-09-10 04:19:14.324--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [3, 946] [junit] [EL Fine]: 2022-09-10 04:19:14.324--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [49, 946] [junit] [EL Fine]: 2022-09-10 04:19:14.324--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [63, 946] [junit] [EL Fine]: 2022-09-10 04:19:14.324--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [67, 946] [junit] [EL Fine]: 2022-09-10 04:19:14.324--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [81, 946] [junit] [EL Fine]: 2022-09-10 04:19:14.324--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [85, 946] [junit] [EL Fine]: 2022-09-10 04:19:14.324--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [87, 946] [junit] [EL Finer]: 2022-09-10 04:19:14.324--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:14.333--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.333--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.333--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.333--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.333--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.333--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.333--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.333--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.334--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.334--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.334--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.334--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.334--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.334--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.334--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.334--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.334--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.334--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.334--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.334--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.334--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.334--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.334--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.334--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.334--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.334--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.334--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.334--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.334--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.334--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.334--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.334--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.335--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.335--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.335--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.335--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.335--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.335--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.335--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.335--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.335--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.335--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.335--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.335--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.335--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.335--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.335--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.335--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.335--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.335--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.335--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.335--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.335--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.335--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.335--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.335--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.336--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.336--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.336--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.336--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.336--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.336--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.336--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.336--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.336--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.336--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.336--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.336--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.336--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.336--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.336--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.336--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.336--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.336--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.336--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.336--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.336--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.336--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.336--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.336--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.337--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.337--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.337--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.337--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.337--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.337--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.337--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.337--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.337--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.337--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.337--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.337--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.337--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.337--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.337--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.337--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.337--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.337--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.337--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.337--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:14.337--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:14.337--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:14.337--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 85] [junit] [EL Fine]: 2022-09-10 04:19:14.337--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 85] [junit] [EL Fine]: 2022-09-10 04:19:14.337--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 85] [junit] [EL Fine]: 2022-09-10 04:19:14.338--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 85] [junit] [EL Fine]: 2022-09-10 04:19:14.338--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 85] [junit] [EL Fine]: 2022-09-10 04:19:14.338--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 46] [junit] [EL Fine]: 2022-09-10 04:19:14.338--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 46] [junit] [EL Fine]: 2022-09-10 04:19:14.338--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 46] [junit] [EL Fine]: 2022-09-10 04:19:14.338--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 46] [junit] [EL Fine]: 2022-09-10 04:19:14.338--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 46] [junit] [EL Fine]: 2022-09-10 04:19:14.338--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 19] [junit] [EL Fine]: 2022-09-10 04:19:14.338--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 19] [junit] [EL Fine]: 2022-09-10 04:19:14.338--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 19] [junit] [EL Fine]: 2022-09-10 04:19:14.338--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 19] [junit] [EL Fine]: 2022-09-10 04:19:14.338--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 19] [junit] [EL Fine]: 2022-09-10 04:19:14.338--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 67] [junit] [EL Fine]: 2022-09-10 04:19:14.338--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 67] [junit] [EL Fine]: 2022-09-10 04:19:14.338--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 67] [junit] [EL Fine]: 2022-09-10 04:19:14.338--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 67] [junit] [EL Fine]: 2022-09-10 04:19:14.338--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 67] [junit] [EL Fine]: 2022-09-10 04:19:14.338--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 12] [junit] [EL Fine]: 2022-09-10 04:19:14.338--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 12] [junit] [EL Fine]: 2022-09-10 04:19:14.338--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 12] [junit] [EL Fine]: 2022-09-10 04:19:14.338--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 12] [junit] [EL Fine]: 2022-09-10 04:19:14.338--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 12] [junit] [EL Fine]: 2022-09-10 04:19:14.338--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 8] [junit] [EL Fine]: 2022-09-10 04:19:14.338--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 8] [junit] [EL Fine]: 2022-09-10 04:19:14.338--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 8] [junit] [EL Fine]: 2022-09-10 04:19:14.338--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 8] [junit] [EL Fine]: 2022-09-10 04:19:14.338--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 8] [junit] [EL Fine]: 2022-09-10 04:19:14.338--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 47] [junit] [EL Fine]: 2022-09-10 04:19:14.338--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 47] [junit] [EL Fine]: 2022-09-10 04:19:14.338--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 47] [junit] [EL Fine]: 2022-09-10 04:19:14.338--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 47] [junit] [EL Fine]: 2022-09-10 04:19:14.338--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 47] [junit] [EL Fine]: 2022-09-10 04:19:14.338--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 59] [junit] [EL Fine]: 2022-09-10 04:19:14.338--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 59] [junit] [EL Fine]: 2022-09-10 04:19:14.339--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 59] [junit] [EL Fine]: 2022-09-10 04:19:14.339--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 59] [junit] [EL Fine]: 2022-09-10 04:19:14.339--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 59] [junit] [EL Fine]: 2022-09-10 04:19:14.339--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 75] [junit] [EL Fine]: 2022-09-10 04:19:14.339--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 75] [junit] [EL Fine]: 2022-09-10 04:19:14.339--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 75] [junit] [EL Fine]: 2022-09-10 04:19:14.339--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 75] [junit] [EL Fine]: 2022-09-10 04:19:14.339--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 75] [junit] [EL Fine]: 2022-09-10 04:19:14.339--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 13] [junit] [EL Fine]: 2022-09-10 04:19:14.339--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 13] [junit] [EL Fine]: 2022-09-10 04:19:14.339--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 13] [junit] [EL Fine]: 2022-09-10 04:19:14.339--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 13] [junit] [EL Fine]: 2022-09-10 04:19:14.339--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 13] [junit] [EL Fine]: 2022-09-10 04:19:14.339--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 52] [junit] [EL Fine]: 2022-09-10 04:19:14.339--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 52] [junit] [EL Fine]: 2022-09-10 04:19:14.339--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 52] [junit] [EL Fine]: 2022-09-10 04:19:14.339--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 52] [junit] [EL Fine]: 2022-09-10 04:19:14.339--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 52] [junit] [EL Fine]: 2022-09-10 04:19:14.339--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 15] [junit] [EL Fine]: 2022-09-10 04:19:14.339--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 15] [junit] [EL Fine]: 2022-09-10 04:19:14.339--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 15] [junit] [EL Fine]: 2022-09-10 04:19:14.339--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 15] [junit] [EL Fine]: 2022-09-10 04:19:14.339--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 15] [junit] [EL Fine]: 2022-09-10 04:19:14.339--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 36] [junit] [EL Fine]: 2022-09-10 04:19:14.339--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 36] [junit] [EL Fine]: 2022-09-10 04:19:14.339--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 36] [junit] [EL Fine]: 2022-09-10 04:19:14.339--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 36] [junit] [EL Fine]: 2022-09-10 04:19:14.339--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 36] [junit] [EL Fine]: 2022-09-10 04:19:14.339--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 24] [junit] [EL Fine]: 2022-09-10 04:19:14.339--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 24] [junit] [EL Fine]: 2022-09-10 04:19:14.339--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 24] [junit] [EL Fine]: 2022-09-10 04:19:14.339--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 24] [junit] [EL Fine]: 2022-09-10 04:19:14.339--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 24] [junit] [EL Fine]: 2022-09-10 04:19:14.339--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 9] [junit] [EL Fine]: 2022-09-10 04:19:14.339--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 9] [junit] [EL Fine]: 2022-09-10 04:19:14.34--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 9] [junit] [EL Fine]: 2022-09-10 04:19:14.34--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 9] [junit] [EL Fine]: 2022-09-10 04:19:14.34--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 9] [junit] [EL Fine]: 2022-09-10 04:19:14.34--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 6] [junit] [EL Fine]: 2022-09-10 04:19:14.34--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 6] [junit] [EL Fine]: 2022-09-10 04:19:14.34--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 6] [junit] [EL Fine]: 2022-09-10 04:19:14.34--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 6] [junit] [EL Fine]: 2022-09-10 04:19:14.34--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 6] [junit] [EL Fine]: 2022-09-10 04:19:14.34--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 31] [junit] [EL Fine]: 2022-09-10 04:19:14.34--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 31] [junit] [EL Fine]: 2022-09-10 04:19:14.34--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 31] [junit] [EL Fine]: 2022-09-10 04:19:14.34--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 31] [junit] [EL Fine]: 2022-09-10 04:19:14.34--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 31] [junit] [EL Fine]: 2022-09-10 04:19:14.34--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 87] [junit] [EL Fine]: 2022-09-10 04:19:14.34--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 87] [junit] [EL Fine]: 2022-09-10 04:19:14.34--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 87] [junit] [EL Fine]: 2022-09-10 04:19:14.34--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 87] [junit] [EL Fine]: 2022-09-10 04:19:14.34--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 87] [junit] [EL Fine]: 2022-09-10 04:19:14.34--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 78] [junit] [EL Fine]: 2022-09-10 04:19:14.34--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 78] [junit] [EL Fine]: 2022-09-10 04:19:14.34--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 78] [junit] [EL Fine]: 2022-09-10 04:19:14.34--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 78] [junit] [EL Fine]: 2022-09-10 04:19:14.34--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 78] [junit] [EL Fine]: 2022-09-10 04:19:14.34--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 40] [junit] [EL Fine]: 2022-09-10 04:19:14.34--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 40] [junit] [EL Fine]: 2022-09-10 04:19:14.34--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 40] [junit] [EL Fine]: 2022-09-10 04:19:14.34--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 40] [junit] [EL Fine]: 2022-09-10 04:19:14.34--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 40] [junit] [EL Finer]: 2022-09-10 04:19:14.34--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:14.359--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.359--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.359--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.359--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.359--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.359--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.359--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.359--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.359--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.359--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.359--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.359--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.359--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.36--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.36--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.36--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.36--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.36--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.36--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.36--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.36--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.36--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.36--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.36--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.36--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.36--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.36--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.36--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.36--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.36--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.36--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.36--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.36--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.36--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.36--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.36--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.36--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.361--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.361--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.361--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.361--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.361--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.361--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.361--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.361--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.361--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.361--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.361--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.361--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.361--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.361--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.361--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.361--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.361--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.361--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.361--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.361--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.361--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.403--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.403--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.403--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.403--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.403--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.403--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.403--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.403--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.403--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.403--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.403--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.403--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.403--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.403--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.403--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.403--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.403--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.403--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.403--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.403--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.404--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.404--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.404--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.404--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.404--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.404--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.404--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.404--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.404--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.404--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.404--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.404--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.404--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.404--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.404--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.404--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.404--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.404--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.404--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.404--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.404--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.404--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:14.404--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:14.405--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:14.405--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 58] [junit] [EL Fine]: 2022-09-10 04:19:14.405--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 58] [junit] [EL Fine]: 2022-09-10 04:19:14.405--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 58] [junit] [EL Fine]: 2022-09-10 04:19:14.405--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 58] [junit] [EL Fine]: 2022-09-10 04:19:14.405--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 58] [junit] [EL Fine]: 2022-09-10 04:19:14.405--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 16] [junit] [EL Fine]: 2022-09-10 04:19:14.405--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 16] [junit] [EL Fine]: 2022-09-10 04:19:14.405--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 16] [junit] [EL Fine]: 2022-09-10 04:19:14.405--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 16] [junit] [EL Fine]: 2022-09-10 04:19:14.405--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 16] [junit] [EL Fine]: 2022-09-10 04:19:14.405--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 81] [junit] [EL Fine]: 2022-09-10 04:19:14.405--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 81] [junit] [EL Fine]: 2022-09-10 04:19:14.405--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 81] [junit] [EL Fine]: 2022-09-10 04:19:14.405--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 81] [junit] [EL Fine]: 2022-09-10 04:19:14.405--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 81] [junit] [EL Fine]: 2022-09-10 04:19:14.405--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 94] [junit] [EL Fine]: 2022-09-10 04:19:14.405--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 94] [junit] [EL Fine]: 2022-09-10 04:19:14.405--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 94] [junit] [EL Fine]: 2022-09-10 04:19:14.405--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 94] [junit] [EL Fine]: 2022-09-10 04:19:14.405--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 94] [junit] [EL Fine]: 2022-09-10 04:19:14.405--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 25] [junit] [EL Fine]: 2022-09-10 04:19:14.405--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 25] [junit] [EL Fine]: 2022-09-10 04:19:14.405--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 25] [junit] [EL Fine]: 2022-09-10 04:19:14.405--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 25] [junit] [EL Fine]: 2022-09-10 04:19:14.405--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 25] [junit] [EL Fine]: 2022-09-10 04:19:14.405--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 51] [junit] [EL Fine]: 2022-09-10 04:19:14.405--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 51] [junit] [EL Fine]: 2022-09-10 04:19:14.405--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 51] [junit] [EL Fine]: 2022-09-10 04:19:14.405--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 51] [junit] [EL Fine]: 2022-09-10 04:19:14.405--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 51] [junit] [EL Fine]: 2022-09-10 04:19:14.405--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 72] [junit] [EL Fine]: 2022-09-10 04:19:14.405--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 72] [junit] [EL Fine]: 2022-09-10 04:19:14.406--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 72] [junit] [EL Fine]: 2022-09-10 04:19:14.406--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 72] [junit] [EL Fine]: 2022-09-10 04:19:14.406--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 72] [junit] [EL Fine]: 2022-09-10 04:19:14.406--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 4] [junit] [EL Fine]: 2022-09-10 04:19:14.406--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 4] [junit] [EL Fine]: 2022-09-10 04:19:14.406--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 4] [junit] [EL Fine]: 2022-09-10 04:19:14.406--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 4] [junit] [EL Fine]: 2022-09-10 04:19:14.406--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 4] [junit] [EL Fine]: 2022-09-10 04:19:14.406--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 11] [junit] [EL Fine]: 2022-09-10 04:19:14.406--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 11] [junit] [EL Fine]: 2022-09-10 04:19:14.406--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 11] [junit] [EL Fine]: 2022-09-10 04:19:14.406--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 11] [junit] [EL Fine]: 2022-09-10 04:19:14.406--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 11] [junit] [EL Fine]: 2022-09-10 04:19:14.406--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 61] [junit] [EL Fine]: 2022-09-10 04:19:14.406--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 61] [junit] [EL Fine]: 2022-09-10 04:19:14.406--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 61] [junit] [EL Fine]: 2022-09-10 04:19:14.406--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 61] [junit] [EL Fine]: 2022-09-10 04:19:14.406--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 61] [junit] [EL Fine]: 2022-09-10 04:19:14.406--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 62] [junit] [EL Fine]: 2022-09-10 04:19:14.406--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 62] [junit] [EL Fine]: 2022-09-10 04:19:14.406--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 62] [junit] [EL Fine]: 2022-09-10 04:19:14.406--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 62] [junit] [EL Fine]: 2022-09-10 04:19:14.406--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 62] [junit] [EL Fine]: 2022-09-10 04:19:14.406--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 5] [junit] [EL Fine]: 2022-09-10 04:19:14.406--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 5] [junit] [EL Fine]: 2022-09-10 04:19:14.406--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 5] [junit] [EL Fine]: 2022-09-10 04:19:14.406--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 5] [junit] [EL Fine]: 2022-09-10 04:19:14.406--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 5] [junit] [EL Fine]: 2022-09-10 04:19:14.406--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 37] [junit] [EL Fine]: 2022-09-10 04:19:14.406--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 37] [junit] [EL Fine]: 2022-09-10 04:19:14.406--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 37] [junit] [EL Fine]: 2022-09-10 04:19:14.406--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 37] [junit] [EL Fine]: 2022-09-10 04:19:14.406--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 37] [junit] [EL Fine]: 2022-09-10 04:19:14.406--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 95] [junit] [EL Fine]: 2022-09-10 04:19:14.407--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 95] [junit] [EL Fine]: 2022-09-10 04:19:14.407--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 95] [junit] [EL Fine]: 2022-09-10 04:19:14.407--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 95] [junit] [EL Fine]: 2022-09-10 04:19:14.407--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 95] [junit] [EL Fine]: 2022-09-10 04:19:14.407--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 0] [junit] [EL Fine]: 2022-09-10 04:19:14.407--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 0] [junit] [EL Fine]: 2022-09-10 04:19:14.407--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 0] [junit] [EL Fine]: 2022-09-10 04:19:14.407--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 0] [junit] [EL Fine]: 2022-09-10 04:19:14.407--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 0] [junit] [EL Fine]: 2022-09-10 04:19:14.407--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 14] [junit] [EL Fine]: 2022-09-10 04:19:14.407--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 14] [junit] [EL Fine]: 2022-09-10 04:19:14.407--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 14] [junit] [EL Fine]: 2022-09-10 04:19:14.407--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 14] [junit] [EL Fine]: 2022-09-10 04:19:14.407--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 14] [junit] [EL Fine]: 2022-09-10 04:19:14.407--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 79] [junit] [EL Fine]: 2022-09-10 04:19:14.407--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 79] [junit] [EL Fine]: 2022-09-10 04:19:14.407--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 79] [junit] [EL Fine]: 2022-09-10 04:19:14.407--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 79] [junit] [EL Fine]: 2022-09-10 04:19:14.407--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 79] [junit] [EL Fine]: 2022-09-10 04:19:14.407--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 29] [junit] [EL Fine]: 2022-09-10 04:19:14.407--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 29] [junit] [EL Fine]: 2022-09-10 04:19:14.407--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 29] [junit] [EL Fine]: 2022-09-10 04:19:14.407--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 29] [junit] [EL Fine]: 2022-09-10 04:19:14.407--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 29] [junit] [EL Fine]: 2022-09-10 04:19:14.407--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 97] [junit] [EL Fine]: 2022-09-10 04:19:14.407--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 97] [junit] [EL Fine]: 2022-09-10 04:19:14.407--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 97] [junit] [EL Fine]: 2022-09-10 04:19:14.407--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 97] [junit] [EL Fine]: 2022-09-10 04:19:14.407--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 97] [junit] [EL Fine]: 2022-09-10 04:19:14.407--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 28] [junit] [EL Fine]: 2022-09-10 04:19:14.407--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 28] [junit] [EL Fine]: 2022-09-10 04:19:14.407--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 28] [junit] [EL Fine]: 2022-09-10 04:19:14.407--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 28] [junit] [EL Fine]: 2022-09-10 04:19:14.407--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 28] [junit] [EL Finer]: 2022-09-10 04:19:14.407--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:14.426--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.426--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.426--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.426--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.426--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.426--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.426--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.426--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.426--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.426--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.426--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.427--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.427--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.427--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.427--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.427--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.427--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.427--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.427--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.427--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.427--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.427--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.427--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.427--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.427--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.427--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.427--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.427--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.427--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.427--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.427--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.427--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.427--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.427--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.427--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.427--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.427--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.428--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.428--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.428--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.428--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.428--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.428--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.428--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.428--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.428--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.428--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.428--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.428--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.428--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.428--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.428--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.428--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.428--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.428--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.428--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.428--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.428--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.428--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.428--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.428--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.428--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.428--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.429--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.429--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.429--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.429--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.429--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.429--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.429--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.429--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.429--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.429--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.429--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.429--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.429--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.429--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.429--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.429--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.429--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.429--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.429--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.429--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.429--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.429--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.429--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.429--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.43--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.43--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.43--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.43--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.43--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.43--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.43--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.43--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.43--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.43--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.43--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.43--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.43--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:14.43--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:14.43--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:14.43--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 22] [junit] [EL Fine]: 2022-09-10 04:19:14.43--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 22] [junit] [EL Fine]: 2022-09-10 04:19:14.43--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 22] [junit] [EL Fine]: 2022-09-10 04:19:14.43--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 22] [junit] [EL Fine]: 2022-09-10 04:19:14.43--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 22] [junit] [EL Fine]: 2022-09-10 04:19:14.43--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 3] [junit] [EL Fine]: 2022-09-10 04:19:14.43--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 3] [junit] [EL Fine]: 2022-09-10 04:19:14.43--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 3] [junit] [EL Fine]: 2022-09-10 04:19:14.43--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 3] [junit] [EL Fine]: 2022-09-10 04:19:14.43--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 3] [junit] [EL Fine]: 2022-09-10 04:19:14.43--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 54] [junit] [EL Fine]: 2022-09-10 04:19:14.43--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 54] [junit] [EL Fine]: 2022-09-10 04:19:14.43--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 54] [junit] [EL Fine]: 2022-09-10 04:19:14.43--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 54] [junit] [EL Fine]: 2022-09-10 04:19:14.431--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 54] [junit] [EL Fine]: 2022-09-10 04:19:14.431--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 73] [junit] [EL Fine]: 2022-09-10 04:19:14.431--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 73] [junit] [EL Fine]: 2022-09-10 04:19:14.431--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 73] [junit] [EL Fine]: 2022-09-10 04:19:14.431--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 73] [junit] [EL Fine]: 2022-09-10 04:19:14.431--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 73] [junit] [EL Fine]: 2022-09-10 04:19:14.431--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 80] [junit] [EL Fine]: 2022-09-10 04:19:14.431--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 80] [junit] [EL Fine]: 2022-09-10 04:19:14.431--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 80] [junit] [EL Fine]: 2022-09-10 04:19:14.431--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 80] [junit] [EL Fine]: 2022-09-10 04:19:14.431--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 80] [junit] [EL Fine]: 2022-09-10 04:19:14.431--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 50] [junit] [EL Fine]: 2022-09-10 04:19:14.431--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 50] [junit] [EL Fine]: 2022-09-10 04:19:14.431--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 50] [junit] [EL Fine]: 2022-09-10 04:19:14.431--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 50] [junit] [EL Fine]: 2022-09-10 04:19:14.431--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 50] [junit] [EL Fine]: 2022-09-10 04:19:14.431--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 44] [junit] [EL Fine]: 2022-09-10 04:19:14.431--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 44] [junit] [EL Fine]: 2022-09-10 04:19:14.431--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 44] [junit] [EL Fine]: 2022-09-10 04:19:14.431--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 44] [junit] [EL Fine]: 2022-09-10 04:19:14.431--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 44] [junit] [EL Fine]: 2022-09-10 04:19:14.431--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 66] [junit] [EL Fine]: 2022-09-10 04:19:14.431--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 66] [junit] [EL Fine]: 2022-09-10 04:19:14.431--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 66] [junit] [EL Fine]: 2022-09-10 04:19:14.431--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 66] [junit] [EL Fine]: 2022-09-10 04:19:14.431--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 66] [junit] [EL Fine]: 2022-09-10 04:19:14.431--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 82] [junit] [EL Fine]: 2022-09-10 04:19:14.431--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 82] [junit] [EL Fine]: 2022-09-10 04:19:14.431--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 82] [junit] [EL Fine]: 2022-09-10 04:19:14.431--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 82] [junit] [EL Fine]: 2022-09-10 04:19:14.431--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 82] [junit] [EL Fine]: 2022-09-10 04:19:14.432--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 17] [junit] [EL Fine]: 2022-09-10 04:19:14.432--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 17] [junit] [EL Fine]: 2022-09-10 04:19:14.432--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 17] [junit] [EL Fine]: 2022-09-10 04:19:14.432--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 17] [junit] [EL Fine]: 2022-09-10 04:19:14.432--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 17] [junit] [EL Fine]: 2022-09-10 04:19:14.432--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 35] [junit] [EL Fine]: 2022-09-10 04:19:14.432--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 35] [junit] [EL Fine]: 2022-09-10 04:19:14.432--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 35] [junit] [EL Fine]: 2022-09-10 04:19:14.432--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 35] [junit] [EL Fine]: 2022-09-10 04:19:14.432--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 35] [junit] [EL Fine]: 2022-09-10 04:19:14.432--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 39] [junit] [EL Fine]: 2022-09-10 04:19:14.432--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 39] [junit] [EL Fine]: 2022-09-10 04:19:14.432--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 39] [junit] [EL Fine]: 2022-09-10 04:19:14.432--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 39] [junit] [EL Fine]: 2022-09-10 04:19:14.432--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 39] [junit] [EL Fine]: 2022-09-10 04:19:14.432--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 1] [junit] [EL Fine]: 2022-09-10 04:19:14.432--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 1] [junit] [EL Fine]: 2022-09-10 04:19:14.432--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 1] [junit] [EL Fine]: 2022-09-10 04:19:14.432--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 1] [junit] [EL Fine]: 2022-09-10 04:19:14.432--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 1] [junit] [EL Fine]: 2022-09-10 04:19:14.432--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 49] [junit] [EL Fine]: 2022-09-10 04:19:14.432--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 49] [junit] [EL Fine]: 2022-09-10 04:19:14.432--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 49] [junit] [EL Fine]: 2022-09-10 04:19:14.432--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 49] [junit] [EL Fine]: 2022-09-10 04:19:14.432--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 49] [junit] [EL Fine]: 2022-09-10 04:19:14.432--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 53] [junit] [EL Fine]: 2022-09-10 04:19:14.432--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 53] [junit] [EL Fine]: 2022-09-10 04:19:14.432--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 53] [junit] [EL Fine]: 2022-09-10 04:19:14.432--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 53] [junit] [EL Fine]: 2022-09-10 04:19:14.432--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 53] [junit] [EL Fine]: 2022-09-10 04:19:14.432--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 27] [junit] [EL Fine]: 2022-09-10 04:19:14.432--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 27] [junit] [EL Fine]: 2022-09-10 04:19:14.432--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 27] [junit] [EL Fine]: 2022-09-10 04:19:14.432--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 27] [junit] [EL Fine]: 2022-09-10 04:19:14.432--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 27] [junit] [EL Fine]: 2022-09-10 04:19:14.433--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 88] [junit] [EL Fine]: 2022-09-10 04:19:14.433--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 88] [junit] [EL Fine]: 2022-09-10 04:19:14.433--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 88] [junit] [EL Fine]: 2022-09-10 04:19:14.433--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 88] [junit] [EL Fine]: 2022-09-10 04:19:14.433--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 88] [junit] [EL Fine]: 2022-09-10 04:19:14.433--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 2] [junit] [EL Fine]: 2022-09-10 04:19:14.433--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 2] [junit] [EL Fine]: 2022-09-10 04:19:14.433--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 2] [junit] [EL Fine]: 2022-09-10 04:19:14.433--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 2] [junit] [EL Fine]: 2022-09-10 04:19:14.433--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 2] [junit] [EL Fine]: 2022-09-10 04:19:14.433--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 63] [junit] [EL Fine]: 2022-09-10 04:19:14.433--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 63] [junit] [EL Fine]: 2022-09-10 04:19:14.433--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 63] [junit] [EL Fine]: 2022-09-10 04:19:14.433--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 63] [junit] [EL Fine]: 2022-09-10 04:19:14.433--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 63] [junit] [EL Fine]: 2022-09-10 04:19:14.433--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 10] [junit] [EL Fine]: 2022-09-10 04:19:14.433--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 10] [junit] [EL Fine]: 2022-09-10 04:19:14.433--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 10] [junit] [EL Fine]: 2022-09-10 04:19:14.433--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 10] [junit] [EL Fine]: 2022-09-10 04:19:14.433--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 10] [junit] [EL Finer]: 2022-09-10 04:19:14.433--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:14.45--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.45--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.45--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.45--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.45--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.45--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.45--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.45--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.45--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.45--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.45--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.45--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.45--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.45--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.45--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.45--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.45--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.45--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.45--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.45--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.45--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.45--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.451--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.451--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.451--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.451--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.451--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.451--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.451--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.451--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.451--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.451--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.451--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.451--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.451--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.451--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.451--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.451--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.451--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.451--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.451--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.451--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.451--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.451--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.451--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.451--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.451--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.452--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.452--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.452--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.452--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.452--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.452--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.452--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.452--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.452--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.452--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.452--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.452--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.452--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.452--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.452--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.452--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.452--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.452--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.452--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.452--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.452--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.452--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.452--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.452--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.452--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.452--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.453--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.453--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.453--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.453--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.453--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.453--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.453--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.453--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.453--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.453--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.453--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.453--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.453--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.453--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.453--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.453--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.453--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.453--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.453--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.453--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.453--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.453--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.453--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.453--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.453--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.453--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.453--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:14.454--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:14.454--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:14.454--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 48] [junit] [EL Fine]: 2022-09-10 04:19:14.454--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 48] [junit] [EL Fine]: 2022-09-10 04:19:14.454--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 48] [junit] [EL Fine]: 2022-09-10 04:19:14.454--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 48] [junit] [EL Fine]: 2022-09-10 04:19:14.454--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 48] [junit] [EL Fine]: 2022-09-10 04:19:14.454--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 70] [junit] [EL Fine]: 2022-09-10 04:19:14.454--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 70] [junit] [EL Fine]: 2022-09-10 04:19:14.454--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 70] [junit] [EL Fine]: 2022-09-10 04:19:14.454--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 70] [junit] [EL Fine]: 2022-09-10 04:19:14.454--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 70] [junit] [EL Fine]: 2022-09-10 04:19:14.454--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 83] [junit] [EL Fine]: 2022-09-10 04:19:14.454--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 83] [junit] [EL Fine]: 2022-09-10 04:19:14.454--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 83] [junit] [EL Fine]: 2022-09-10 04:19:14.454--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 83] [junit] [EL Fine]: 2022-09-10 04:19:14.454--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 83] [junit] [EL Fine]: 2022-09-10 04:19:14.454--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 26] [junit] [EL Fine]: 2022-09-10 04:19:14.454--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 26] [junit] [EL Fine]: 2022-09-10 04:19:14.454--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 26] [junit] [EL Fine]: 2022-09-10 04:19:14.454--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 26] [junit] [EL Fine]: 2022-09-10 04:19:14.454--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 26] [junit] [EL Fine]: 2022-09-10 04:19:14.454--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 71] [junit] [EL Fine]: 2022-09-10 04:19:14.454--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 71] [junit] [EL Fine]: 2022-09-10 04:19:14.454--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 71] [junit] [EL Fine]: 2022-09-10 04:19:14.454--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 71] [junit] [EL Fine]: 2022-09-10 04:19:14.454--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 71] [junit] [EL Fine]: 2022-09-10 04:19:14.454--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 98] [junit] [EL Fine]: 2022-09-10 04:19:14.454--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 98] [junit] [EL Fine]: 2022-09-10 04:19:14.454--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 98] [junit] [EL Fine]: 2022-09-10 04:19:14.454--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 98] [junit] [EL Fine]: 2022-09-10 04:19:14.454--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 98] [junit] [EL Fine]: 2022-09-10 04:19:14.454--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 96] [junit] [EL Fine]: 2022-09-10 04:19:14.454--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 96] [junit] [EL Fine]: 2022-09-10 04:19:14.454--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 96] [junit] [EL Fine]: 2022-09-10 04:19:14.454--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 96] [junit] [EL Fine]: 2022-09-10 04:19:14.455--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 96] [junit] [EL Fine]: 2022-09-10 04:19:14.455--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 60] [junit] [EL Fine]: 2022-09-10 04:19:14.455--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 60] [junit] [EL Fine]: 2022-09-10 04:19:14.455--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 60] [junit] [EL Fine]: 2022-09-10 04:19:14.455--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 60] [junit] [EL Fine]: 2022-09-10 04:19:14.455--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 60] [junit] [EL Fine]: 2022-09-10 04:19:14.455--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 30] [junit] [EL Fine]: 2022-09-10 04:19:14.455--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 30] [junit] [EL Fine]: 2022-09-10 04:19:14.455--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 30] [junit] [EL Fine]: 2022-09-10 04:19:14.455--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 30] [junit] [EL Fine]: 2022-09-10 04:19:14.455--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 30] [junit] [EL Fine]: 2022-09-10 04:19:14.455--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 76] [junit] [EL Fine]: 2022-09-10 04:19:14.455--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 76] [junit] [EL Fine]: 2022-09-10 04:19:14.455--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 76] [junit] [EL Fine]: 2022-09-10 04:19:14.455--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 76] [junit] [EL Fine]: 2022-09-10 04:19:14.455--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 76] [junit] [EL Fine]: 2022-09-10 04:19:14.455--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 57] [junit] [EL Fine]: 2022-09-10 04:19:14.455--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 57] [junit] [EL Fine]: 2022-09-10 04:19:14.455--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 57] [junit] [EL Fine]: 2022-09-10 04:19:14.455--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 57] [junit] [EL Fine]: 2022-09-10 04:19:14.455--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 57] [junit] [EL Fine]: 2022-09-10 04:19:14.455--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 20] [junit] [EL Fine]: 2022-09-10 04:19:14.455--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 20] [junit] [EL Fine]: 2022-09-10 04:19:14.455--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 20] [junit] [EL Fine]: 2022-09-10 04:19:14.455--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 20] [junit] [EL Fine]: 2022-09-10 04:19:14.455--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 20] [junit] [EL Fine]: 2022-09-10 04:19:14.455--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 74] [junit] [EL Fine]: 2022-09-10 04:19:14.455--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 74] [junit] [EL Fine]: 2022-09-10 04:19:14.455--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 74] [junit] [EL Fine]: 2022-09-10 04:19:14.455--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 74] [junit] [EL Fine]: 2022-09-10 04:19:14.511--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 74] [junit] [EL Fine]: 2022-09-10 04:19:14.512--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.512--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.512--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.512--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.512--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.512--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 32] [junit] [EL Fine]: 2022-09-10 04:19:14.512--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 32] [junit] [EL Fine]: 2022-09-10 04:19:14.512--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 32] [junit] [EL Fine]: 2022-09-10 04:19:14.512--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 32] [junit] [EL Fine]: 2022-09-10 04:19:14.512--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 32] [junit] [EL Fine]: 2022-09-10 04:19:14.512--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 69] [junit] [EL Fine]: 2022-09-10 04:19:14.512--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 69] [junit] [EL Fine]: 2022-09-10 04:19:14.512--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 69] [junit] [EL Fine]: 2022-09-10 04:19:14.512--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 69] [junit] [EL Fine]: 2022-09-10 04:19:14.512--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 69] [junit] [EL Fine]: 2022-09-10 04:19:14.512--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 64] [junit] [EL Fine]: 2022-09-10 04:19:14.512--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 64] [junit] [EL Fine]: 2022-09-10 04:19:14.512--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 64] [junit] [EL Fine]: 2022-09-10 04:19:14.512--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 64] [junit] [EL Fine]: 2022-09-10 04:19:14.512--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 64] [junit] [EL Fine]: 2022-09-10 04:19:14.512--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 77] [junit] [EL Fine]: 2022-09-10 04:19:14.512--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 77] [junit] [EL Fine]: 2022-09-10 04:19:14.512--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 77] [junit] [EL Fine]: 2022-09-10 04:19:14.512--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 77] [junit] [EL Fine]: 2022-09-10 04:19:14.512--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 77] [junit] [EL Fine]: 2022-09-10 04:19:14.512--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 7] [junit] [EL Fine]: 2022-09-10 04:19:14.512--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 7] [junit] [EL Fine]: 2022-09-10 04:19:14.512--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 7] [junit] [EL Fine]: 2022-09-10 04:19:14.512--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 7] [junit] [EL Fine]: 2022-09-10 04:19:14.512--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 7] [junit] [EL Fine]: 2022-09-10 04:19:14.512--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 56] [junit] [EL Fine]: 2022-09-10 04:19:14.512--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 56] [junit] [EL Fine]: 2022-09-10 04:19:14.512--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 56] [junit] [EL Fine]: 2022-09-10 04:19:14.512--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 56] [junit] [EL Fine]: 2022-09-10 04:19:14.513--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 56] [junit] [EL Finer]: 2022-09-10 04:19:14.513--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:14.53--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.531--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.531--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.531--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.531--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.531--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.531--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.531--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.531--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.531--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.531--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.531--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.531--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.531--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.531--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.531--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.531--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.531--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.531--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.531--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.531--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.531--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.531--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.532--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.532--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.532--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.532--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.532--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.532--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.532--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.532--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.532--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.532--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.532--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.532--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.532--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.532--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.532--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.532--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.532--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.532--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.532--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.532--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.532--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.532--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.532--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.532--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.532--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.532--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.533--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.533--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.533--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.533--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.533--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.533--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.533--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.533--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.533--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.533--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.533--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.533--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.533--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.533--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.533--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.533--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.533--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.533--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.533--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.533--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.533--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.533--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.533--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.533--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.533--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.533--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.534--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.534--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.534--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.534--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.534--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.534--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.534--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.534--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.534--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.534--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.534--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.534--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.534--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.534--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.534--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.534--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.534--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.534--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.534--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.534--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.534--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.534--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.534--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.534--ClientSession(1592179922)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:14.535--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:14.535--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:14.535--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 38] [junit] [EL Fine]: 2022-09-10 04:19:14.535--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 38] [junit] [EL Fine]: 2022-09-10 04:19:14.535--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 38] [junit] [EL Fine]: 2022-09-10 04:19:14.535--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 38] [junit] [EL Fine]: 2022-09-10 04:19:14.535--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 38] [junit] [EL Fine]: 2022-09-10 04:19:14.535--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 34] [junit] [EL Fine]: 2022-09-10 04:19:14.535--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 34] [junit] [EL Fine]: 2022-09-10 04:19:14.535--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 34] [junit] [EL Fine]: 2022-09-10 04:19:14.535--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 34] [junit] [EL Fine]: 2022-09-10 04:19:14.535--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 34] [junit] [EL Fine]: 2022-09-10 04:19:14.535--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 45] [junit] [EL Fine]: 2022-09-10 04:19:14.535--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 45] [junit] [EL Fine]: 2022-09-10 04:19:14.535--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 45] [junit] [EL Fine]: 2022-09-10 04:19:14.535--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 45] [junit] [EL Fine]: 2022-09-10 04:19:14.535--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 45] [junit] [EL Fine]: 2022-09-10 04:19:14.535--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 33] [junit] [EL Fine]: 2022-09-10 04:19:14.535--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 33] [junit] [EL Fine]: 2022-09-10 04:19:14.535--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 33] [junit] [EL Fine]: 2022-09-10 04:19:14.535--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 33] [junit] [EL Fine]: 2022-09-10 04:19:14.535--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 33] [junit] [EL Fine]: 2022-09-10 04:19:14.535--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 92] [junit] [EL Fine]: 2022-09-10 04:19:14.535--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 92] [junit] [EL Fine]: 2022-09-10 04:19:14.535--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 92] [junit] [EL Fine]: 2022-09-10 04:19:14.535--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 92] [junit] [EL Fine]: 2022-09-10 04:19:14.535--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 92] [junit] [EL Fine]: 2022-09-10 04:19:14.535--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 93] [junit] [EL Fine]: 2022-09-10 04:19:14.535--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 93] [junit] [EL Fine]: 2022-09-10 04:19:14.535--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 93] [junit] [EL Fine]: 2022-09-10 04:19:14.535--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 93] [junit] [EL Fine]: 2022-09-10 04:19:14.535--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 93] [junit] [EL Fine]: 2022-09-10 04:19:14.535--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 99] [junit] [EL Fine]: 2022-09-10 04:19:14.535--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 99] [junit] [EL Fine]: 2022-09-10 04:19:14.535--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 99] [junit] [EL Fine]: 2022-09-10 04:19:14.535--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 99] [junit] [EL Fine]: 2022-09-10 04:19:14.535--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 99] [junit] [EL Fine]: 2022-09-10 04:19:14.535--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 21] [junit] [EL Fine]: 2022-09-10 04:19:14.536--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 21] [junit] [EL Fine]: 2022-09-10 04:19:14.536--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 21] [junit] [EL Fine]: 2022-09-10 04:19:14.536--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 21] [junit] [EL Fine]: 2022-09-10 04:19:14.536--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 21] [junit] [EL Fine]: 2022-09-10 04:19:14.536--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 18] [junit] [EL Fine]: 2022-09-10 04:19:14.536--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 18] [junit] [EL Fine]: 2022-09-10 04:19:14.536--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 18] [junit] [EL Fine]: 2022-09-10 04:19:14.536--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 18] [junit] [EL Fine]: 2022-09-10 04:19:14.536--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 18] [junit] [EL Fine]: 2022-09-10 04:19:14.536--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 42] [junit] [EL Fine]: 2022-09-10 04:19:14.536--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 42] [junit] [EL Fine]: 2022-09-10 04:19:14.536--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 42] [junit] [EL Fine]: 2022-09-10 04:19:14.536--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 42] [junit] [EL Fine]: 2022-09-10 04:19:14.536--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 42] [junit] [EL Fine]: 2022-09-10 04:19:14.536--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 55] [junit] [EL Fine]: 2022-09-10 04:19:14.536--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 55] [junit] [EL Fine]: 2022-09-10 04:19:14.536--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 55] [junit] [EL Fine]: 2022-09-10 04:19:14.536--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 55] [junit] [EL Fine]: 2022-09-10 04:19:14.536--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 55] [junit] [EL Fine]: 2022-09-10 04:19:14.536--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 68] [junit] [EL Fine]: 2022-09-10 04:19:14.536--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 68] [junit] [EL Fine]: 2022-09-10 04:19:14.536--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 68] [junit] [EL Fine]: 2022-09-10 04:19:14.536--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 68] [junit] [EL Fine]: 2022-09-10 04:19:14.536--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 68] [junit] [EL Fine]: 2022-09-10 04:19:14.536--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 41] [junit] [EL Fine]: 2022-09-10 04:19:14.536--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 41] [junit] [EL Fine]: 2022-09-10 04:19:14.536--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 41] [junit] [EL Fine]: 2022-09-10 04:19:14.536--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 41] [junit] [EL Fine]: 2022-09-10 04:19:14.536--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 41] [junit] [EL Fine]: 2022-09-10 04:19:14.536--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 23] [junit] [EL Fine]: 2022-09-10 04:19:14.536--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 23] [junit] [EL Fine]: 2022-09-10 04:19:14.536--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 23] [junit] [EL Fine]: 2022-09-10 04:19:14.536--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 23] [junit] [EL Fine]: 2022-09-10 04:19:14.536--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 23] [junit] [EL Fine]: 2022-09-10 04:19:14.536--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 86] [junit] [EL Fine]: 2022-09-10 04:19:14.536--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 86] [junit] [EL Fine]: 2022-09-10 04:19:14.536--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 86] [junit] [EL Fine]: 2022-09-10 04:19:14.536--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 86] [junit] [EL Fine]: 2022-09-10 04:19:14.536--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 86] [junit] [EL Fine]: 2022-09-10 04:19:14.536--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 84] [junit] [EL Fine]: 2022-09-10 04:19:14.536--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 84] [junit] [EL Fine]: 2022-09-10 04:19:14.536--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 84] [junit] [EL Fine]: 2022-09-10 04:19:14.537--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 84] [junit] [EL Fine]: 2022-09-10 04:19:14.537--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 84] [junit] [EL Fine]: 2022-09-10 04:19:14.537--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 90] [junit] [EL Fine]: 2022-09-10 04:19:14.537--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 90] [junit] [EL Fine]: 2022-09-10 04:19:14.537--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 90] [junit] [EL Fine]: 2022-09-10 04:19:14.537--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 90] [junit] [EL Fine]: 2022-09-10 04:19:14.537--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 90] [junit] [EL Fine]: 2022-09-10 04:19:14.537--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [59, 43] [junit] [EL Fine]: 2022-09-10 04:19:14.537--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 43] [junit] [EL Fine]: 2022-09-10 04:19:14.537--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 43] [junit] [EL Fine]: 2022-09-10 04:19:14.537--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 43] [junit] [EL Fine]: 2022-09-10 04:19:14.537--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 43] [junit] [EL Fine]: 2022-09-10 04:19:14.537--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 89] [junit] [EL Fine]: 2022-09-10 04:19:14.537--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 89] [junit] [EL Fine]: 2022-09-10 04:19:14.537--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 89] [junit] [EL Fine]: 2022-09-10 04:19:14.537--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 89] [junit] [EL Fine]: 2022-09-10 04:19:14.537--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 89] [junit] [EL Fine]: 2022-09-10 04:19:14.537--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [61, 65] [junit] [EL Fine]: 2022-09-10 04:19:14.537--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [60, 65] [junit] [EL Fine]: 2022-09-10 04:19:14.537--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [62, 65] [junit] [EL Fine]: 2022-09-10 04:19:14.537--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [58, 65] [junit] [EL Fine]: 2022-09-10 04:19:14.537--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])-- bind => [57, 65] [junit] [EL Finer]: 2022-09-10 04:19:14.537--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:14.553--ClientSession(1592179922)--Connection(1636158285)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:14.554--ServerSession(1526542158)--Connection(154285553)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:14.561--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:14.561--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:14.563--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:14.563--ClientSession(1592179922)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:14.563--UnitOfWork(1963735894)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:14.563--ClientSession(1592179922)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:14.592--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2041160610 [junit] [EL Finer]: 2022-09-10 04:19:14.592--ClientSession(2041160610)--Thread(Thread[main,5,main])--acquire unit of work: 758157400 [junit] [EL Finest]: 2022-09-10 04:19:14.592--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:reading. [junit] [EL Finest]: 2022-09-10 04:19:14.592--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (64 -> null:null:reading) [junit] [EL Finest]: 2022-09-10 04:19:14.593--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:cooking. [junit] [EL Finest]: 2022-09-10 04:19:14.593--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (65 -> null:null:cooking) [junit] [EL Finest]: 2022-09-10 04:19:14.593--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:watching tv. [junit] [EL Finest]: 2022-09-10 04:19:14.593--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (66 -> null:null:watching tv) [junit] [EL Finest]: 2022-09-10 04:19:14.593--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:cleaning the house. [junit] [EL Finest]: 2022-09-10 04:19:14.593--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (67 -> null:null:cleaning the house) [junit] [EL Finest]: 2022-09-10 04:19:14.593--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:swimming. [junit] [EL Finest]: 2022-09-10 04:19:14.593--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (68 -> null:null:swimming) [junit] [EL Finest]: 2022-09-10 04:19:14.593--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:computers. [junit] [EL Finest]: 2022-09-10 04:19:14.593--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (69 -> null:null:computers) [junit] [EL Finest]: 2022-09-10 04:19:14.593--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:stamps. [junit] [EL Finest]: 2022-09-10 04:19:14.593--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (70 -> null:null:stamps) [junit] [EL Finest]: 2022-09-10 04:19:14.593--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@0. [junit] [EL Finest]: 2022-09-10 04:19:14.593--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:19:14.593--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2. [junit] [EL Finest]: 2022-09-10 04:19:14.593--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3. [junit] [EL Finest]: 2022-09-10 04:19:14.593--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4. [junit] [EL Finest]: 2022-09-10 04:19:14.593--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5. [junit] [EL Finest]: 2022-09-10 04:19:14.594--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6. [junit] [EL Finest]: 2022-09-10 04:19:14.594--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7. [junit] [EL Finest]: 2022-09-10 04:19:14.594--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8. [junit] [EL Finest]: 2022-09-10 04:19:14.594--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9. [junit] [EL Finest]: 2022-09-10 04:19:14.594--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@15990794. [junit] [EL Finest]: 2022-09-10 04:19:14.594--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (949 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@15990794) [junit] [EL Finest]: 2022-09-10 04:19:14.594--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@20797dcc. [junit] [EL Finest]: 2022-09-10 04:19:14.594--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (950 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@20797dcc) [junit] [EL Finest]: 2022-09-10 04:19:14.594--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@431147cb. [junit] [EL Finest]: 2022-09-10 04:19:14.594--ServerSession(1526542158)--Connection(708410219)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:14.594--ClientSession(2041160610)--Connection(708410219)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:14.594--ClientSession(2041160610)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:14.594--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="VehicleGenerator" sql="UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ?") [junit] [EL Finest]: 2022-09-10 04:19:14.594--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="VehicleGenerator" sql="SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2022-09-10 04:19:14.595--ClientSession(2041160610)--Connection(2000776223)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2022-09-10 04:19:14.595--ClientSession(2041160610)--Connection(2000776223)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2022-09-10 04:19:14.596--ClientSession(2041160610)--Connection(2000776223)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 951, last: 1,000 [junit] [EL Finer]: 2022-09-10 04:19:14.596--ClientSession(2041160610)--Connection(2000776223)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:14.596--ServerSession(1526542158)--Connection(2000776223)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2022-09-10 04:19:14.596--ServerSession(1526542158)--Connection(708410219)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:19:14.597--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (951 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@431147cb) [junit] [EL Finest]: 2022-09-10 04:19:14.597--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3b8a0e68. [junit] [EL Finest]: 2022-09-10 04:19:14.597--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (952 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3b8a0e68) [junit] [EL Finest]: 2022-09-10 04:19:14.597--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@30817a0f. [junit] [EL Finest]: 2022-09-10 04:19:14.597--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (953 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@30817a0f) [junit] [EL Finest]: 2022-09-10 04:19:14.597--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@44a99029. [junit] [EL Finest]: 2022-09-10 04:19:14.597--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (954 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@44a99029) [junit] [EL Finest]: 2022-09-10 04:19:14.597--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@215512b9. [junit] [EL Finest]: 2022-09-10 04:19:14.597--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (955 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@215512b9) [junit] [EL Finest]: 2022-09-10 04:19:14.597--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4a47a1b5. [junit] [EL Finest]: 2022-09-10 04:19:14.597--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (956 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4a47a1b5) [junit] [EL Finest]: 2022-09-10 04:19:14.597--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@71adebf0. [junit] [EL Finest]: 2022-09-10 04:19:14.597--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (957 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@71adebf0) [junit] [EL Finest]: 2022-09-10 04:19:14.597--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@790d1534. [junit] [EL Finest]: 2022-09-10 04:19:14.597--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (958 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@790d1534) [junit] [EL Finest]: 2022-09-10 04:19:14.597--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@70441076. [junit] [EL Finest]: 2022-09-10 04:19:14.597--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (959 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@70441076) [junit] [EL Finest]: 2022-09-10 04:19:14.597--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7f95dc2. [junit] [EL Finest]: 2022-09-10 04:19:14.597--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (960 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7f95dc2) [junit] [EL Finest]: 2022-09-10 04:19:14.598--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1915d4a6. [junit] [EL Finest]: 2022-09-10 04:19:14.598--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (961 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1915d4a6) [junit] [EL Finest]: 2022-09-10 04:19:14.598--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@820d605. [junit] [EL Finest]: 2022-09-10 04:19:14.598--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (962 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@820d605) [junit] [EL Finest]: 2022-09-10 04:19:14.598--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@58b7b0d7. [junit] [EL Finest]: 2022-09-10 04:19:14.598--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (963 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@58b7b0d7) [junit] [EL Finest]: 2022-09-10 04:19:14.598--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@15ede14e. [junit] [EL Finest]: 2022-09-10 04:19:14.598--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (964 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@15ede14e) [junit] [EL Finest]: 2022-09-10 04:19:14.598--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@226ab7b1. [junit] [EL Finest]: 2022-09-10 04:19:14.598--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (965 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@226ab7b1) [junit] [EL Finest]: 2022-09-10 04:19:14.598--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2cf4dd07. [junit] [EL Finest]: 2022-09-10 04:19:14.598--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (966 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2cf4dd07) [junit] [EL Finest]: 2022-09-10 04:19:14.598--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4920e146. [junit] [EL Finest]: 2022-09-10 04:19:14.598--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (967 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4920e146) [junit] [EL Finest]: 2022-09-10 04:19:14.598--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@33bd8ebd. [junit] [EL Finest]: 2022-09-10 04:19:14.598--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (968 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@33bd8ebd) [junit] [EL Finest]: 2022-09-10 04:19:14.598--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@441d7044. [junit] [EL Finest]: 2022-09-10 04:19:14.598--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (969 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@441d7044) [junit] [EL Finest]: 2022-09-10 04:19:14.598--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4e8b9125. [junit] [EL Finest]: 2022-09-10 04:19:14.598--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (970 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4e8b9125) [junit] [EL Finest]: 2022-09-10 04:19:14.599--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6f6363. [junit] [EL Finest]: 2022-09-10 04:19:14.599--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (971 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6f6363) [junit] [EL Finest]: 2022-09-10 04:19:14.599--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5ff8ddb5. [junit] [EL Finest]: 2022-09-10 04:19:14.599--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (972 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5ff8ddb5) [junit] [EL Finest]: 2022-09-10 04:19:14.599--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7048095e. [junit] [EL Finest]: 2022-09-10 04:19:14.599--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (973 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7048095e) [junit] [EL Finest]: 2022-09-10 04:19:14.599--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6258accb. [junit] [EL Finest]: 2022-09-10 04:19:14.599--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (974 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6258accb) [junit] [EL Finest]: 2022-09-10 04:19:14.599--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@19d7bf98. [junit] [EL Finest]: 2022-09-10 04:19:14.599--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (975 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@19d7bf98) [junit] [EL Finest]: 2022-09-10 04:19:14.599--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@dbdc62. [junit] [EL Finest]: 2022-09-10 04:19:14.599--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (976 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@dbdc62) [junit] [EL Finest]: 2022-09-10 04:19:14.599--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@306927de. [junit] [EL Finest]: 2022-09-10 04:19:14.599--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (977 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@306927de) [junit] [EL Finest]: 2022-09-10 04:19:14.599--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1770fbec. [junit] [EL Finest]: 2022-09-10 04:19:14.599--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (978 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1770fbec) [junit] [EL Finest]: 2022-09-10 04:19:14.599--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@33ffbde5. [junit] [EL Finest]: 2022-09-10 04:19:14.599--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (979 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@33ffbde5) [junit] [EL Finest]: 2022-09-10 04:19:14.599--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6d194f34. [junit] [EL Finest]: 2022-09-10 04:19:14.6--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (980 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6d194f34) [junit] [EL Finest]: 2022-09-10 04:19:14.6--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@14b7d29e. [junit] [EL Finest]: 2022-09-10 04:19:14.6--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (981 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@14b7d29e) [junit] [EL Finest]: 2022-09-10 04:19:14.6--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@408e47f. [junit] [EL Finest]: 2022-09-10 04:19:14.6--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (982 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@408e47f) [junit] [EL Finest]: 2022-09-10 04:19:14.6--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4ad6618e. [junit] [EL Finest]: 2022-09-10 04:19:14.6--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (983 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4ad6618e) [junit] [EL Finest]: 2022-09-10 04:19:14.6--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6d91f70f. [junit] [EL Finest]: 2022-09-10 04:19:14.6--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (984 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6d91f70f) [junit] [EL Finest]: 2022-09-10 04:19:14.6--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4718eb01. [junit] [EL Finest]: 2022-09-10 04:19:14.6--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (985 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4718eb01) [junit] [EL Finest]: 2022-09-10 04:19:14.6--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@470d481. [junit] [EL Finest]: 2022-09-10 04:19:14.6--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (986 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@470d481) [junit] [EL Finest]: 2022-09-10 04:19:14.6--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7dd31f90. [junit] [EL Finest]: 2022-09-10 04:19:14.6--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (987 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7dd31f90) [junit] [EL Finest]: 2022-09-10 04:19:14.6--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1f98b6aa. [junit] [EL Finest]: 2022-09-10 04:19:14.6--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (988 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1f98b6aa) [junit] [EL Finest]: 2022-09-10 04:19:14.6--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1f5816bb. [junit] [EL Finest]: 2022-09-10 04:19:14.6--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (989 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1f5816bb) [junit] [EL Finest]: 2022-09-10 04:19:14.6--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1d0e0d0d. [junit] [EL Finest]: 2022-09-10 04:19:14.601--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (990 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1d0e0d0d) [junit] [EL Finest]: 2022-09-10 04:19:14.601--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@78c4bea3. [junit] [EL Finest]: 2022-09-10 04:19:14.601--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (991 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@78c4bea3) [junit] [EL Finest]: 2022-09-10 04:19:14.601--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@22336af7. [junit] [EL Finest]: 2022-09-10 04:19:14.601--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (992 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@22336af7) [junit] [EL Finest]: 2022-09-10 04:19:14.601--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7d814dc4. [junit] [EL Finest]: 2022-09-10 04:19:14.601--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (993 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7d814dc4) [junit] [EL Finest]: 2022-09-10 04:19:14.601--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@108a411c. [junit] [EL Finest]: 2022-09-10 04:19:14.601--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (994 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@108a411c) [junit] [EL Finest]: 2022-09-10 04:19:14.601--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4d66d408. [junit] [EL Finest]: 2022-09-10 04:19:14.601--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (995 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4d66d408) [junit] [EL Finest]: 2022-09-10 04:19:14.601--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@74bb7b81. [junit] [EL Finest]: 2022-09-10 04:19:14.601--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (996 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@74bb7b81) [junit] [EL Finest]: 2022-09-10 04:19:14.601--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@323f7bf. [junit] [EL Finest]: 2022-09-10 04:19:14.601--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (997 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@323f7bf) [junit] [EL Finest]: 2022-09-10 04:19:14.601--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@41e3d466. [junit] [EL Finest]: 2022-09-10 04:19:14.601--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (998 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@41e3d466) [junit] [EL Finest]: 2022-09-10 04:19:14.601--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3ade8ec6. [junit] [EL Finest]: 2022-09-10 04:19:14.601--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (999 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3ade8ec6) [junit] [EL Finest]: 2022-09-10 04:19:14.601--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@15168d6f. [junit] [EL Finest]: 2022-09-10 04:19:14.601--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (1,000 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@15168d6f) [junit] [EL Finest]: 2022-09-10 04:19:14.602--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@9941e7d. [junit] [EL Finest]: 2022-09-10 04:19:14.602--ServerSession(1526542158)--Connection(1451998157)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:14.602--ClientSession(2041160610)--Connection(1451998157)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:14.602--ClientSession(2041160610)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:14.602--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="VehicleGenerator" sql="UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ?") [junit] [EL Finest]: 2022-09-10 04:19:14.602--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="VehicleGenerator" sql="SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2022-09-10 04:19:14.602--ClientSession(2041160610)--Connection(409839460)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2022-09-10 04:19:14.602--ClientSession(2041160610)--Connection(409839460)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2022-09-10 04:19:14.603--ClientSession(2041160610)--Connection(409839460)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 1,001, last: 1,050 [junit] [EL Finer]: 2022-09-10 04:19:14.619--ClientSession(2041160610)--Connection(409839460)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:14.62--ServerSession(1526542158)--Connection(409839460)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2022-09-10 04:19:14.62--ServerSession(1526542158)--Connection(1451998157)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:19:14.62--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (1,001 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@9941e7d) [junit] [EL Finest]: 2022-09-10 04:19:14.62--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5ee4935f. [junit] [EL Finest]: 2022-09-10 04:19:14.62--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (1,002 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5ee4935f) [junit] [EL Finest]: 2022-09-10 04:19:14.621--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@33246f17. [junit] [EL Finest]: 2022-09-10 04:19:14.621--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (1,003 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@33246f17) [junit] [EL Finest]: 2022-09-10 04:19:14.621--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2165fcfa. [junit] [EL Finest]: 2022-09-10 04:19:14.621--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (1,004 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2165fcfa) [junit] [EL Finest]: 2022-09-10 04:19:14.621--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@58f83032. [junit] [EL Finest]: 2022-09-10 04:19:14.621--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (1,005 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@58f83032) [junit] [EL Finest]: 2022-09-10 04:19:14.621--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@22fc3e19. [junit] [EL Finest]: 2022-09-10 04:19:14.621--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (1,006 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@22fc3e19) [junit] [EL Finest]: 2022-09-10 04:19:14.621--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3230a186. [junit] [EL Finest]: 2022-09-10 04:19:14.621--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (1,007 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3230a186) [junit] [EL Finest]: 2022-09-10 04:19:14.621--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3c3c0916. [junit] [EL Finest]: 2022-09-10 04:19:14.621--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (1,008 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3c3c0916) [junit] [EL Finest]: 2022-09-10 04:19:14.622--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@255cc703. [junit] [EL Finest]: 2022-09-10 04:19:14.622--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (1,009 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@255cc703) [junit] [EL Finest]: 2022-09-10 04:19:14.622--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@66132947. [junit] [EL Finest]: 2022-09-10 04:19:14.622--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (1,010 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@66132947) [junit] [EL Finest]: 2022-09-10 04:19:14.622--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@51989892. [junit] [EL Finest]: 2022-09-10 04:19:14.622--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (1,011 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@51989892) [junit] [EL Finest]: 2022-09-10 04:19:14.622--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@db05f0e. [junit] [EL Finest]: 2022-09-10 04:19:14.622--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (1,012 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@db05f0e) [junit] [EL Finest]: 2022-09-10 04:19:14.622--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4e97e564. [junit] [EL Finest]: 2022-09-10 04:19:14.622--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (1,013 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4e97e564) [junit] [EL Finest]: 2022-09-10 04:19:14.622--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@31b1a4e0. [junit] [EL Finest]: 2022-09-10 04:19:14.622--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (1,014 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@31b1a4e0) [junit] [EL Finest]: 2022-09-10 04:19:14.622--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2478f64c. [junit] [EL Finest]: 2022-09-10 04:19:14.623--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (1,015 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2478f64c) [junit] [EL Finest]: 2022-09-10 04:19:14.623--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2bbf85e2. [junit] [EL Finest]: 2022-09-10 04:19:14.623--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (1,016 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2bbf85e2) [junit] [EL Finest]: 2022-09-10 04:19:14.623--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5af2f934. [junit] [EL Finest]: 2022-09-10 04:19:14.623--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (1,017 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5af2f934) [junit] [EL Finest]: 2022-09-10 04:19:14.623--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@66d8d02e. [junit] [EL Finest]: 2022-09-10 04:19:14.623--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (1,018 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@66d8d02e) [junit] [EL Finest]: 2022-09-10 04:19:14.623--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@571802f. [junit] [EL Finest]: 2022-09-10 04:19:14.623--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (1,019 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@571802f) [junit] [EL Finest]: 2022-09-10 04:19:14.623--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@523685f6. [junit] [EL Finest]: 2022-09-10 04:19:14.623--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (1,020 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@523685f6) [junit] [EL Finest]: 2022-09-10 04:19:14.623--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1f40fddd. [junit] [EL Finest]: 2022-09-10 04:19:14.624--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (1,021 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1f40fddd) [junit] [EL Finest]: 2022-09-10 04:19:14.624--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3fb917bb. [junit] [EL Finest]: 2022-09-10 04:19:14.624--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (1,022 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3fb917bb) [junit] [EL Finest]: 2022-09-10 04:19:14.624--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3640989b. [junit] [EL Finest]: 2022-09-10 04:19:14.624--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (1,023 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3640989b) [junit] [EL Finest]: 2022-09-10 04:19:14.624--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@503fa290. [junit] [EL Finest]: 2022-09-10 04:19:14.624--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (1,024 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@503fa290) [junit] [EL Finest]: 2022-09-10 04:19:14.624--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4809035f. [junit] [EL Finest]: 2022-09-10 04:19:14.624--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (1,025 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4809035f) [junit] [EL Finest]: 2022-09-10 04:19:14.624--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3ffac12a. [junit] [EL Finest]: 2022-09-10 04:19:14.624--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (1,026 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3ffac12a) [junit] [EL Finest]: 2022-09-10 04:19:14.624--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@dcc120e. [junit] [EL Finest]: 2022-09-10 04:19:14.625--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (1,027 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@dcc120e) [junit] [EL Finest]: 2022-09-10 04:19:14.625--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@20ca1a05. [junit] [EL Finest]: 2022-09-10 04:19:14.625--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (1,028 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@20ca1a05) [junit] [EL Finest]: 2022-09-10 04:19:14.625--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@20d9f6b8. [junit] [EL Finest]: 2022-09-10 04:19:14.625--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (1,029 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@20d9f6b8) [junit] [EL Finest]: 2022-09-10 04:19:14.625--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@49439018. [junit] [EL Finest]: 2022-09-10 04:19:14.625--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (1,030 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@49439018) [junit] [EL Finest]: 2022-09-10 04:19:14.625--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2472a75c. [junit] [EL Finest]: 2022-09-10 04:19:14.625--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (1,031 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2472a75c) [junit] [EL Finest]: 2022-09-10 04:19:14.625--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@54188be5. [junit] [EL Finest]: 2022-09-10 04:19:14.625--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (1,032 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@54188be5) [junit] [EL Finest]: 2022-09-10 04:19:14.625--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3b9bdbe8. [junit] [EL Finest]: 2022-09-10 04:19:14.625--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (1,033 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3b9bdbe8) [junit] [EL Finest]: 2022-09-10 04:19:14.626--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6e0d5fd3. [junit] [EL Finest]: 2022-09-10 04:19:14.626--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (1,034 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6e0d5fd3) [junit] [EL Finest]: 2022-09-10 04:19:14.626--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5ff44d09. [junit] [EL Finest]: 2022-09-10 04:19:14.626--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (1,035 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5ff44d09) [junit] [EL Finest]: 2022-09-10 04:19:14.626--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4f23a2b1. [junit] [EL Finest]: 2022-09-10 04:19:14.626--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (1,036 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4f23a2b1) [junit] [EL Finest]: 2022-09-10 04:19:14.626--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2a026426. [junit] [EL Finest]: 2022-09-10 04:19:14.626--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (1,037 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2a026426) [junit] [EL Finest]: 2022-09-10 04:19:14.626--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2e754572. [junit] [EL Finest]: 2022-09-10 04:19:14.626--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (1,038 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2e754572) [junit] [EL Finest]: 2022-09-10 04:19:14.626--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5314d9b0. [junit] [EL Finest]: 2022-09-10 04:19:14.626--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (1,039 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5314d9b0) [junit] [EL Finest]: 2022-09-10 04:19:14.626--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1f0df49. [junit] [EL Finest]: 2022-09-10 04:19:14.626--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (1,040 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1f0df49) [junit] [EL Finest]: 2022-09-10 04:19:14.627--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@386aa805. [junit] [EL Finest]: 2022-09-10 04:19:14.627--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (1,041 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@386aa805) [junit] [EL Finest]: 2022-09-10 04:19:14.627--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3cb034af. [junit] [EL Finest]: 2022-09-10 04:19:14.627--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (1,042 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3cb034af) [junit] [EL Finest]: 2022-09-10 04:19:14.627--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@491cb3d0. [junit] [EL Finest]: 2022-09-10 04:19:14.627--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (1,043 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@491cb3d0) [junit] [EL Finest]: 2022-09-10 04:19:14.627--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4e91272d. [junit] [EL Finest]: 2022-09-10 04:19:14.627--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (1,044 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4e91272d) [junit] [EL Finest]: 2022-09-10 04:19:14.627--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2356947a. [junit] [EL Finest]: 2022-09-10 04:19:14.627--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (1,045 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2356947a) [junit] [EL Finest]: 2022-09-10 04:19:14.627--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1efec9f3. [junit] [EL Finest]: 2022-09-10 04:19:14.627--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (1,046 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1efec9f3) [junit] [EL Finest]: 2022-09-10 04:19:14.627--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@32d06bcf. [junit] [EL Finest]: 2022-09-10 04:19:14.628--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (1,047 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@32d06bcf) [junit] [EL Finest]: 2022-09-10 04:19:14.628--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@753f8af7. [junit] [EL Finest]: 2022-09-10 04:19:14.628--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (1,048 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@753f8af7) [junit] [EL Finest]: 2022-09-10 04:19:14.628--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@625d356e. [junit] [EL Finest]: 2022-09-10 04:19:14.628--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (1,049 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@625d356e) [junit] [EL Finest]: 2022-09-10 04:19:14.628--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@a84c987. [junit] [EL Finest]: 2022-09-10 04:19:14.628--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (1,050 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@a84c987) [junit] [EL Finest]: 2022-09-10 04:19:14.628--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@3bbb450b. [junit] [EL Finest]: 2022-09-10 04:19:14.628--ServerSession(1526542158)--Connection(844765369)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:14.628--ClientSession(2041160610)--Connection(844765369)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:14.628--ClientSession(2041160610)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:14.629--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="VehicleGenerator" sql="UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ?") [junit] [EL Finest]: 2022-09-10 04:19:14.629--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="VehicleGenerator" sql="SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2022-09-10 04:19:14.629--ClientSession(2041160610)--Connection(967294425)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2022-09-10 04:19:14.63--ClientSession(2041160610)--Connection(967294425)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2022-09-10 04:19:14.631--ClientSession(2041160610)--Connection(967294425)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 1,051, last: 1,100 [junit] [EL Finer]: 2022-09-10 04:19:14.631--ClientSession(2041160610)--Connection(967294425)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:14.632--ServerSession(1526542158)--Connection(967294425)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2022-09-10 04:19:14.632--ServerSession(1526542158)--Connection(844765369)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:19:14.632--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (1,051 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@3bbb450b) [junit] [EL Finest]: 2022-09-10 04:19:14.632--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@1bd7762f. [junit] [EL Finest]: 2022-09-10 04:19:14.632--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (1,052 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@1bd7762f) [junit] [EL Finest]: 2022-09-10 04:19:14.632--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@67e38ad7. [junit] [EL Finest]: 2022-09-10 04:19:14.632--UnitOfWork(758157400)--Thread(Thread[main,5,main])--assign sequence to the object (1,053 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@67e38ad7) [junit] [EL Finest]: 2022-09-10 04:19:14.632--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@132da2ff. [junit] [EL Finest]: 2022-09-10 04:19:14.632--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2a76555a. [junit] [EL Finest]: 2022-09-10 04:19:14.633--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2f7cbd63. [junit] [EL Finest]: 2022-09-10 04:19:14.633--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3ce270ae. [junit] [EL Finest]: 2022-09-10 04:19:14.633--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@61af0834. [junit] [EL Finest]: 2022-09-10 04:19:14.633--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5b3b21d1. [junit] [EL Finest]: 2022-09-10 04:19:14.633--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7878a158. [junit] [EL Finest]: 2022-09-10 04:19:14.633--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1415d4ca. [junit] [EL Finest]: 2022-09-10 04:19:14.633--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3714571c. [junit] [EL Finest]: 2022-09-10 04:19:14.633--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@968ebd0. [junit] [EL Finest]: 2022-09-10 04:19:14.633--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4c712f24. [junit] [EL Finest]: 2022-09-10 04:19:14.633--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3f820906. [junit] [EL Finest]: 2022-09-10 04:19:14.633--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@62e23701. [junit] [EL Finest]: 2022-09-10 04:19:14.634--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6e8ab407. [junit] [EL Finest]: 2022-09-10 04:19:14.634--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@43f41fe0. [junit] [EL Finest]: 2022-09-10 04:19:14.634--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4349ce6c. [junit] [EL Finest]: 2022-09-10 04:19:14.634--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7b41ae7e. [junit] [EL Finest]: 2022-09-10 04:19:14.634--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4d2acd3c. [junit] [EL Finest]: 2022-09-10 04:19:14.634--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6eded737. [junit] [EL Finest]: 2022-09-10 04:19:14.634--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5f3e07b5. [junit] [EL Finest]: 2022-09-10 04:19:14.634--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@a56d443. [junit] [EL Finest]: 2022-09-10 04:19:14.634--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5262b8a3. [junit] [EL Finest]: 2022-09-10 04:19:14.634--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@32ad7ecc. [junit] [EL Finest]: 2022-09-10 04:19:14.634--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7856f5e7. [junit] [EL Finest]: 2022-09-10 04:19:14.634--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5a9529a. [junit] [EL Finest]: 2022-09-10 04:19:14.634--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@42898c45. [junit] [EL Finest]: 2022-09-10 04:19:14.634--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@9320aed. [junit] [EL Finest]: 2022-09-10 04:19:14.635--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7756d3ad. [junit] [EL Finest]: 2022-09-10 04:19:14.635--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2dc0a0a7. [junit] [EL Finest]: 2022-09-10 04:19:14.635--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@907a731. [junit] [EL Finest]: 2022-09-10 04:19:14.635--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@700a8854. [junit] [EL Finest]: 2022-09-10 04:19:14.635--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@62da0f49. [junit] [EL Finest]: 2022-09-10 04:19:14.635--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@20c411ea. [junit] [EL Finest]: 2022-09-10 04:19:14.635--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@44f464d1. [junit] [EL Finest]: 2022-09-10 04:19:14.635--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@358afec. [junit] [EL Finest]: 2022-09-10 04:19:14.635--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@26a1028e. [junit] [EL Finest]: 2022-09-10 04:19:14.635--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7ee44e51. [junit] [EL Finest]: 2022-09-10 04:19:14.635--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@302f998a. [junit] [EL Finest]: 2022-09-10 04:19:14.635--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@79fe746d. [junit] [EL Finest]: 2022-09-10 04:19:14.635--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@9b44d4f. [junit] [EL Finest]: 2022-09-10 04:19:14.635--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7516aa4. [junit] [EL Finest]: 2022-09-10 04:19:14.635--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@325c63a9. [junit] [EL Finest]: 2022-09-10 04:19:14.635--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@23d7dad. [junit] [EL Finest]: 2022-09-10 04:19:14.635--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@60e50c6. [junit] [EL Finest]: 2022-09-10 04:19:14.636--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@48b1ba91. [junit] [EL Finest]: 2022-09-10 04:19:14.636--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1a70d5df. [junit] [EL Finest]: 2022-09-10 04:19:14.636--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3de2e589. [junit] [EL Finest]: 2022-09-10 04:19:14.636--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2e26eed3. [junit] [EL Finest]: 2022-09-10 04:19:14.636--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@690406d0. [junit] [EL Finest]: 2022-09-10 04:19:14.636--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@62e06e2e. [junit] [EL Finest]: 2022-09-10 04:19:14.636--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6bd7f3d4. [junit] [EL Finest]: 2022-09-10 04:19:14.636--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3b805b99. [junit] [EL Finest]: 2022-09-10 04:19:14.636--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2f6f80bc. [junit] [EL Finest]: 2022-09-10 04:19:14.636--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4a593c3c. [junit] [EL Finest]: 2022-09-10 04:19:14.636--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@76d74efe. [junit] [EL Finest]: 2022-09-10 04:19:14.636--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@612e1ba2. [junit] [EL Finest]: 2022-09-10 04:19:14.636--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7a7fdd22. [junit] [EL Finest]: 2022-09-10 04:19:14.636--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@22d94240. [junit] [EL Finest]: 2022-09-10 04:19:14.636--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@eddf758. [junit] [EL Finest]: 2022-09-10 04:19:14.636--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@8cf705e. [junit] [EL Finest]: 2022-09-10 04:19:14.637--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1e1e53f8. [junit] [EL Finest]: 2022-09-10 04:19:14.637--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6ae125f2. [junit] [EL Finest]: 2022-09-10 04:19:14.637--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3948f7b9. [junit] [EL Finest]: 2022-09-10 04:19:14.637--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3c844476. [junit] [EL Finest]: 2022-09-10 04:19:14.637--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@382b008d. [junit] [EL Finest]: 2022-09-10 04:19:14.637--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@308bca8c. [junit] [EL Finest]: 2022-09-10 04:19:14.637--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@10320992. [junit] [EL Finest]: 2022-09-10 04:19:14.637--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@446de37d. [junit] [EL Finest]: 2022-09-10 04:19:14.637--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5e77e9d2. [junit] [EL Finest]: 2022-09-10 04:19:14.637--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3ba05ae6. [junit] [EL Finest]: 2022-09-10 04:19:14.637--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4ccf7cc6. [junit] [EL Finest]: 2022-09-10 04:19:14.637--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@c2972ad. [junit] [EL Finest]: 2022-09-10 04:19:14.637--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2ffa9d20. [junit] [EL Finest]: 2022-09-10 04:19:14.637--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@66a4904f. [junit] [EL Finest]: 2022-09-10 04:19:14.637--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@22caeb7f. [junit] [EL Finest]: 2022-09-10 04:19:14.637--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@383fddb3. [junit] [EL Finest]: 2022-09-10 04:19:14.638--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7445d24. [junit] [EL Finest]: 2022-09-10 04:19:14.638--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@63cb03ba. [junit] [EL Finest]: 2022-09-10 04:19:14.638--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@321fc4c5. [junit] [EL Finest]: 2022-09-10 04:19:14.638--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@50732a53. [junit] [EL Finest]: 2022-09-10 04:19:14.638--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@330da803. [junit] [EL Finest]: 2022-09-10 04:19:14.638--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@60734e93. [junit] [EL Finest]: 2022-09-10 04:19:14.638--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2321035. [junit] [EL Finest]: 2022-09-10 04:19:14.638--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@fe15694. [junit] [EL Finest]: 2022-09-10 04:19:14.638--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4e023095. [junit] [EL Finest]: 2022-09-10 04:19:14.638--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5a14cfa4. [junit] [EL Finest]: 2022-09-10 04:19:14.638--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@40afaed9. [junit] [EL Finest]: 2022-09-10 04:19:14.638--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@40bbcdbb. [junit] [EL Finest]: 2022-09-10 04:19:14.638--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@571aeb15. [junit] [EL Finest]: 2022-09-10 04:19:14.638--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@75108fa. [junit] [EL Finest]: 2022-09-10 04:19:14.638--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1fba5aad. [junit] [EL Finest]: 2022-09-10 04:19:14.638--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@472ea479. [junit] [EL Finest]: 2022-09-10 04:19:14.638--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@57e92236. [junit] [EL Finest]: 2022-09-10 04:19:14.639--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1608fb8e. [junit] [EL Finest]: 2022-09-10 04:19:14.639--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4983490b. [junit] [EL Finest]: 2022-09-10 04:19:14.639--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@d9347e. [junit] [EL Finest]: 2022-09-10 04:19:14.639--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2d907fcc. [junit] [EL Finest]: 2022-09-10 04:19:14.639--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5647e00b. [junit] [EL Finest]: 2022-09-10 04:19:14.639--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@43645c21. [junit] [EL Finest]: 2022-09-10 04:19:14.639--UnitOfWork(758157400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@17698f4c. [junit] [EL Finer]: 2022-09-10 04:19:14.639--UnitOfWork(758157400)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:14.64--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@3bbb450b) [junit] [EL Finest]: 2022-09-10 04:19:14.64--ServerSession(1526542158)--Connection(2089378474)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:14.64--ClientSession(2041160610)--Connection(2089378474)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:14.641--ClientSession(2041160610)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:14.641--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@1bd7762f) [junit] [EL Finest]: 2022-09-10 04:19:14.641--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@67e38ad7) [junit] [EL Finest]: 2022-09-10 04:19:14.641--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@625d356e) [junit] [EL Finest]: 2022-09-10 04:19:14.641--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@a84c987) [junit] [EL Finest]: 2022-09-10 04:19:14.641--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@0) [junit] [EL Finer]: 2022-09-10 04:19:14.641--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:14.642--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, NUM_GEARS, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:14.642--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1051, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2022-09-10 04:19:14.642--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1052, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2022-09-10 04:19:14.642--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1053, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2022-09-10 04:19:14.642--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1049, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2022-09-10 04:19:14.642--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1050, foo-brand, null, 0, 1, 4] [junit] [EL Finer]: 2022-09-10 04:19:14.642--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:14.643--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9) [junit] [EL Finest]: 2022-09-10 04:19:14.643--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7) [junit] [EL Finest]: 2022-09-10 04:19:14.643--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2022-09-10 04:19:14.644--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5) [junit] [EL Finest]: 2022-09-10 04:19:14.644--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4) [junit] [EL Finest]: 2022-09-10 04:19:14.644--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6) [junit] [EL Finest]: 2022-09-10 04:19:14.644--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2022-09-10 04:19:14.644--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8) [junit] [EL Finest]: 2022-09-10 04:19:14.644--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:19:14.644--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@22d94240) [junit] [EL Finer]: 2022-09-10 04:19:14.644--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:14.644--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:14.644--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [0, Department_0, 1] [junit] [EL Fine]: 2022-09-10 04:19:14.644--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [9, Department_9, 1] [junit] [EL Fine]: 2022-09-10 04:19:14.644--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [7, Department_7, 1] [junit] [EL Fine]: 2022-09-10 04:19:14.644--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [2, Department_2, 1] [junit] [EL Fine]: 2022-09-10 04:19:14.644--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [5, Department_5, 1] [junit] [EL Fine]: 2022-09-10 04:19:14.644--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [4, Department_4, 1] [junit] [EL Fine]: 2022-09-10 04:19:14.644--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [6, Department_6, 1] [junit] [EL Fine]: 2022-09-10 04:19:14.644--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [3, Department_3, 1] [junit] [EL Fine]: 2022-09-10 04:19:14.644--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [8, Department_8, 1] [junit] [EL Fine]: 2022-09-10 04:19:14.644--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1, Department_1, 1] [junit] [EL Finer]: 2022-09-10 04:19:14.644--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:14.646--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@62e06e2e) [junit] [EL Finest]: 2022-09-10 04:19:14.646--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6ae125f2) [junit] [EL Finest]: 2022-09-10 04:19:14.646--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3b805b99) [junit] [EL Finest]: 2022-09-10 04:19:14.646--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@61af0834) [junit] [EL Finest]: 2022-09-10 04:19:14.646--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@fe15694) [junit] [EL Finest]: 2022-09-10 04:19:14.646--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4349ce6c) [junit] [EL Finest]: 2022-09-10 04:19:14.647--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@a56d443) [junit] [EL Finest]: 2022-09-10 04:19:14.647--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@40bbcdbb) [junit] [EL Finest]: 2022-09-10 04:19:14.647--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@10320992) [junit] [EL Finest]: 2022-09-10 04:19:14.647--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@9320aed) [junit] [EL Finest]: 2022-09-10 04:19:14.647--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@79fe746d) [junit] [EL Finest]: 2022-09-10 04:19:14.647--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1608fb8e) [junit] [EL Finest]: 2022-09-10 04:19:14.647--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@d9347e) [junit] [EL Finest]: 2022-09-10 04:19:14.647--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@22caeb7f) [junit] [EL Finest]: 2022-09-10 04:19:14.647--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7516aa4) [junit] [EL Finest]: 2022-09-10 04:19:14.647--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@700a8854) [junit] [EL Finest]: 2022-09-10 04:19:14.647--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7a7fdd22) [junit] [EL Finest]: 2022-09-10 04:19:14.647--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3c844476) [junit] [EL Finest]: 2022-09-10 04:19:14.647--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@32ad7ecc) [junit] [EL Finest]: 2022-09-10 04:19:14.647--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@76d74efe) [junit] [EL Finest]: 2022-09-10 04:19:14.648--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5262b8a3) [junit] [EL Finest]: 2022-09-10 04:19:14.648--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5b3b21d1) [junit] [EL Finest]: 2022-09-10 04:19:14.648--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4c712f24) [junit] [EL Finest]: 2022-09-10 04:19:14.648--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7445d24) [junit] [EL Finest]: 2022-09-10 04:19:14.648--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4d2acd3c) [junit] [EL Finest]: 2022-09-10 04:19:14.648--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6bd7f3d4) [junit] [EL Finest]: 2022-09-10 04:19:14.648--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@382b008d) [junit] [EL Finest]: 2022-09-10 04:19:14.648--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2f7cbd63) [junit] [EL Finest]: 2022-09-10 04:19:14.648--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@43f41fe0) [junit] [EL Finest]: 2022-09-10 04:19:14.648--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@690406d0) [junit] [EL Finest]: 2022-09-10 04:19:14.648--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5e77e9d2) [junit] [EL Finest]: 2022-09-10 04:19:14.648--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4e023095) [junit] [EL Finest]: 2022-09-10 04:19:14.648--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5f3e07b5) [junit] [EL Finest]: 2022-09-10 04:19:14.648--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@c2972ad) [junit] [EL Finest]: 2022-09-10 04:19:14.649--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@44f464d1) [junit] [EL Finest]: 2022-09-10 04:19:14.649--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2321035) [junit] [EL Finest]: 2022-09-10 04:19:14.649--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7ee44e51) [junit] [EL Finest]: 2022-09-10 04:19:14.649--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@17698f4c) [junit] [EL Finest]: 2022-09-10 04:19:14.649--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@60734e93) [junit] [EL Finest]: 2022-09-10 04:19:14.649--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@48b1ba91) [junit] [EL Finest]: 2022-09-10 04:19:14.649--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3ba05ae6) [junit] [EL Finest]: 2022-09-10 04:19:14.649--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@62e23701) [junit] [EL Finest]: 2022-09-10 04:19:14.649--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3ce270ae) [junit] [EL Finest]: 2022-09-10 04:19:14.649--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@75108fa) [junit] [EL Finest]: 2022-09-10 04:19:14.649--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@20c411ea) [junit] [EL Finest]: 2022-09-10 04:19:14.649--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2e26eed3) [junit] [EL Finest]: 2022-09-10 04:19:14.649--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@330da803) [junit] [EL Finest]: 2022-09-10 04:19:14.65--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2dc0a0a7) [junit] [EL Finest]: 2022-09-10 04:19:14.65--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1e1e53f8) [junit] [EL Finest]: 2022-09-10 04:19:14.65--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@325c63a9) [junit] [EL Finest]: 2022-09-10 04:19:14.65--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4983490b) [junit] [EL Finest]: 2022-09-10 04:19:14.65--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3714571c) [junit] [EL Finest]: 2022-09-10 04:19:14.65--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@302f998a) [junit] [EL Finest]: 2022-09-10 04:19:14.65--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@472ea479) [junit] [EL Finest]: 2022-09-10 04:19:14.65--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4a593c3c) [junit] [EL Finest]: 2022-09-10 04:19:14.65--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1415d4ca) [junit] [EL Finest]: 2022-09-10 04:19:14.65--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@446de37d) [junit] [EL Finest]: 2022-09-10 04:19:14.65--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7878a158) [junit] [EL Finest]: 2022-09-10 04:19:14.65--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@66a4904f) [junit] [EL Finest]: 2022-09-10 04:19:14.65--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@383fddb3) [junit] [EL Finest]: 2022-09-10 04:19:14.651--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@612e1ba2) [junit] [EL Finest]: 2022-09-10 04:19:14.651--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@968ebd0) [junit] [EL Finest]: 2022-09-10 04:19:14.651--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6eded737) [junit] [EL Finest]: 2022-09-10 04:19:14.651--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@321fc4c5) [junit] [EL Finest]: 2022-09-10 04:19:14.651--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@132da2ff) [junit] [EL Finest]: 2022-09-10 04:19:14.651--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5a14cfa4) [junit] [EL Finest]: 2022-09-10 04:19:14.651--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@60e50c6) [junit] [EL Finest]: 2022-09-10 04:19:14.651--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@8cf705e) [junit] [EL Finest]: 2022-09-10 04:19:14.651--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1a70d5df) [junit] [EL Finest]: 2022-09-10 04:19:14.651--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@57e92236) [junit] [EL Finest]: 2022-09-10 04:19:14.651--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@9b44d4f) [junit] [EL Finest]: 2022-09-10 04:19:14.651--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3948f7b9) [junit] [EL Finest]: 2022-09-10 04:19:14.651--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7b41ae7e) [junit] [EL Finest]: 2022-09-10 04:19:14.651--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@63cb03ba) [junit] [EL Finest]: 2022-09-10 04:19:14.652--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@42898c45) [junit] [EL Finest]: 2022-09-10 04:19:14.652--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2d907fcc) [junit] [EL Finest]: 2022-09-10 04:19:14.652--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4ccf7cc6) [junit] [EL Finest]: 2022-09-10 04:19:14.652--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@358afec) [junit] [EL Finest]: 2022-09-10 04:19:14.652--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2f6f80bc) [junit] [EL Finest]: 2022-09-10 04:19:14.652--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@26a1028e) [junit] [EL Finest]: 2022-09-10 04:19:14.652--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@308bca8c) [junit] [EL Finest]: 2022-09-10 04:19:14.652--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3f820906) [junit] [EL Finest]: 2022-09-10 04:19:14.652--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@571aeb15) [junit] [EL Finest]: 2022-09-10 04:19:14.652--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@62da0f49) [junit] [EL Finest]: 2022-09-10 04:19:14.652--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@50732a53) [junit] [EL Finest]: 2022-09-10 04:19:14.652--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2ffa9d20) [junit] [EL Finest]: 2022-09-10 04:19:14.652--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@eddf758) [junit] [EL Finest]: 2022-09-10 04:19:14.652--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2a76555a) [junit] [EL Finest]: 2022-09-10 04:19:14.652--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3de2e589) [junit] [EL Finest]: 2022-09-10 04:19:14.653--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@907a731) [junit] [EL Finest]: 2022-09-10 04:19:14.653--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7856f5e7) [junit] [EL Finest]: 2022-09-10 04:19:14.653--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@23d7dad) [junit] [EL Finest]: 2022-09-10 04:19:14.653--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5647e00b) [junit] [EL Finest]: 2022-09-10 04:19:14.653--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5a9529a) [junit] [EL Finest]: 2022-09-10 04:19:14.653--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6e8ab407) [junit] [EL Finest]: 2022-09-10 04:19:14.653--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@43645c21) [junit] [EL Finest]: 2022-09-10 04:19:14.653--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7756d3ad) [junit] [EL Finest]: 2022-09-10 04:19:14.653--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1fba5aad) [junit] [EL Finest]: 2022-09-10 04:19:14.653--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@40afaed9) [junit] [EL Finest]: 2022-09-10 04:19:14.653--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(64:null:reading) [junit] [EL Finer]: 2022-09-10 04:19:14.653--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:14.653--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:14.653--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [57, Horst, Hewitt, null, 2022-09-21 18:05:54.636, 2022-08-29 14:32:34.636, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.654--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [49, Heiner, Hawke, null, 2022-09-21 18:05:54.636, 2022-08-29 14:32:34.636, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.654--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [61, Helma, Hilbert, null, 2022-09-21 18:05:54.637, 2022-08-29 14:32:34.637, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.654--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [51, Hendrik, Hanstein, null, 2022-09-21 18:05:54.636, 2022-08-29 14:32:34.636, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.654--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [4, Humphrey, Haas, null, 2022-09-21 18:05:54.633, 2022-08-29 14:32:34.633, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.654--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [83, Helena, Hentschel, null, 2022-09-21 18:05:54.638, 2022-08-29 14:32:34.638, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.654--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [15, Helena, Haas, null, 2022-09-21 18:05:54.634, 2022-08-29 14:32:34.634, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.654--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [20, Hildegard, Hawke, null, 2022-09-21 18:05:54.634, 2022-08-29 14:32:34.634, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.654--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [87, Hakon, Haak, null, 2022-09-21 18:05:54.638, 2022-08-29 14:32:34.638, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.654--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, Heinrich, Henning, null, 2022-09-21 18:05:54.637, 2022-08-29 14:32:34.637, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.654--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [26, Harro, Heise, null, 2022-09-21 18:05:54.634, 2022-08-29 14:32:34.634, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.654--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [38, Heike, Hemsterhuis, null, 2022-09-21 18:05:54.635, 2022-08-29 14:32:34.635, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.654--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [93, Hermann, Hanstein, null, 2022-09-21 18:05:54.639, 2022-08-29 14:32:34.639, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.654--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [95, Heimo, Hartenthaler, null, 2022-09-21 18:05:54.639, 2022-08-29 14:32:34.639, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.654--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [74, Harriet, Hamann, null, 2022-09-21 18:05:54.637, 2022-08-29 14:32:34.637, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.654--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [40, Hakon, Heise, null, 2022-09-21 18:05:54.635, 2022-08-29 14:32:34.635, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.654--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [30, Hadmar, Hardy, null, 2022-09-21 18:05:54.635, 2022-08-29 14:32:34.635, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.654--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [56, Humphrey, Hennig, null, 2022-09-21 18:05:54.636, 2022-08-29 14:32:34.636, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.654--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [63, Hubertus, Halbach, null, 2022-09-21 18:05:54.637, 2022-08-29 14:32:34.637, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.654--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [22, Hertha, Helmig, null, 2022-09-21 18:05:54.634, 2022-08-29 14:32:34.634, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.654--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [54, Helene, Heim, null, 2022-09-21 18:05:54.636, 2022-08-29 14:32:34.636, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.654--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [21, Harry, Hermelink, null, 2022-09-21 18:05:54.634, 2022-08-29 14:32:34.634, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.654--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [5, Henrik, Halbach, null, 2022-09-21 18:05:54.633, 2022-08-29 14:32:34.633, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.654--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [10, Hänel, Haus Lancaster, null, 2022-09-21 18:05:54.633, 2022-08-29 14:32:34.633, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.655--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [76, Hella, Hermann, null, 2022-09-21 18:05:54.638, 2022-08-29 14:32:34.638, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.655--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [17, Hanna, Hesse, null, 2022-09-21 18:05:54.634, 2022-08-29 14:32:34.634, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.655--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [50, Hazel, Habermann, null, 2022-09-21 18:05:54.636, 2022-08-29 14:32:34.636, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.655--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, Hilmar, Henschel, null, 2022-09-21 18:05:54.637, 2022-08-29 14:32:34.637, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.655--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [2, Henryk, Helms, null, 2022-09-21 18:05:54.632, 2022-08-29 14:32:34.632, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.655--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [14, Helen, Heider, null, 2022-09-21 18:05:54.634, 2022-08-29 14:32:34.634, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.655--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [48, Hadmar, Hanisch, null, 2022-09-21 18:05:54.636, 2022-08-29 14:32:34.636, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.655--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, Hedda, Hesselbarth, null, 2022-09-21 18:05:54.637, 2022-08-29 14:32:34.637, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.655--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [84, Hella, Hanisch, null, 2022-09-21 18:05:54.638, 2022-08-29 14:32:34.638, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.655--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [19, Hein, Harding, null, 2022-09-21 18:05:54.634, 2022-08-29 14:32:34.634, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.655--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [71, Hubert, Haus Lancaster, null, 2022-09-21 18:05:54.637, 2022-08-29 14:32:34.637, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.655--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [33, Hanna, Haus Lancaster, null, 2022-09-21 18:05:54.635, 2022-08-29 14:32:34.635, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.655--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [82, Herma, Henschel, null, 2022-09-21 18:05:54.638, 2022-08-29 14:32:34.638, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.655--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [36, Heide, Hardy, null, 2022-09-21 18:05:54.635, 2022-08-29 14:32:34.635, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.655--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [99, Hubertus, Herrmann, null, 2022-09-21 18:05:54.639, 2022-08-29 14:32:34.639, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.655--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [81, Heinrich, Haak, null, 2022-09-21 18:05:54.638, 2022-08-29 14:32:34.638, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.655--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [44, Harro, Hackmann, null, 2022-09-21 18:05:54.636, 2022-08-29 14:32:34.636, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.655--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, Hinrich, Herzog, null, 2022-09-21 18:05:54.637, 2022-08-29 14:32:34.637, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.655--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [12, Hakon, Heise, null, 2022-09-21 18:05:54.633, 2022-08-29 14:32:34.633, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.655--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [3, Heidemarie, Hense, null, 2022-09-21 18:05:54.633, 2022-08-29 14:32:34.633, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.655--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [89, Heida, Hache, null, 2022-09-21 18:05:54.638, 2022-08-29 14:32:34.638, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.655--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [32, Harriet, Heuser, null, 2022-09-21 18:05:54.635, 2022-08-29 14:32:34.635, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.655--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [47, Helmut, Hellmann, null, 2022-09-21 18:05:54.636, 2022-08-29 14:32:34.636, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.656--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [80, Heiner, Hendrix, null, 2022-09-21 18:05:54.638, 2022-08-29 14:32:34.638, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.656--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [28, Hildegard, Heuser, null, 2022-09-21 18:05:54.635, 2022-08-29 14:32:34.635, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.656--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [60, Hein, Hawke, null, 2022-09-21 18:05:54.637, 2022-08-29 14:32:34.637, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.656--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [41, Heinz, Helms, null, 2022-09-21 18:05:54.635, 2022-08-29 14:32:34.635, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.656--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [94, Hasso, Heim, null, 2022-09-21 18:05:54.639, 2022-08-29 14:32:34.639, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.656--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [8, Hasso, Heuser, null, 2022-09-21 18:05:54.633, 2022-08-29 14:32:34.633, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.656--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [37, Heida, Herbst, null, 2022-09-21 18:05:54.635, 2022-08-29 14:32:34.635, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.656--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [91, Harro, Hense, null, 2022-09-21 18:05:54.638, 2022-08-29 14:32:34.638, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.656--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [53, Hermine, Hildebrand, null, 2022-09-21 18:05:54.636, 2022-08-29 14:32:34.636, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.656--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [7, Hilke, Hampe, null, 2022-09-21 18:05:54.633, 2022-08-29 14:32:34.633, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.656--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, Helma, Herder, null, 2022-09-21 18:05:54.637, 2022-08-29 14:32:34.637, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.656--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [6, Herma, Heuser, null, 2022-09-21 18:05:54.633, 2022-08-29 14:32:34.633, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.656--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [73, Hadmar, Haller, null, 2022-09-21 18:05:54.637, 2022-08-29 14:32:34.637, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.656--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [75, Hieu, Hausner, null, 2022-09-21 18:05:54.637, 2022-08-29 14:32:34.637, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.656--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [55, Horst, Habermann, null, 2022-09-21 18:05:54.636, 2022-08-29 14:32:34.636, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.656--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [9, Heinz, Hemsterhuis, null, 2022-09-21 18:05:54.633, 2022-08-29 14:32:34.633, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.656--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [18, Heiner, Hendrix, null, 2022-09-21 18:05:54.634, 2022-08-29 14:32:34.634, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.656--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [78, Heimo, Henschel, null, 2022-09-21 18:05:54.638, 2022-08-29 14:32:34.638, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.656--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [0, Helen, Hartig, null, 2022-09-21 18:05:54.632, 2022-08-29 14:32:34.632, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.656--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [85, Hilde, Hawke, null, 2022-09-21 18:05:54.638, 2022-08-29 14:32:34.638, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.656--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [43, Heinke, Hausmann, null, 2022-09-21 18:05:54.635, 2022-08-29 14:32:34.635, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.656--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [59, Helena, Hewitt, null, 2022-09-21 18:05:54.636, 2022-08-29 14:32:34.636, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.656--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [45, Heidi, Haus Lancaster, null, 2022-09-21 18:05:54.636, 2022-08-29 14:32:34.636, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.656--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [92, Hedwig, Hense, null, 2022-09-21 18:05:54.638, 2022-08-29 14:32:34.638, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.656--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [39, Herma, Haas, null, 2022-09-21 18:05:54.635, 2022-08-29 14:32:34.635, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.657--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [62, Hansjörg, Heuser, null, 2022-09-21 18:05:54.637, 2022-08-29 14:32:34.637, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.657--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [16, Hein, Harding, null, 2022-09-21 18:05:54.634, 2022-08-29 14:32:34.634, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.657--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [77, Herma, Heer, null, 2022-09-21 18:05:54.638, 2022-08-29 14:32:34.638, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.657--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [25, Heidi, Halbach, null, 2022-09-21 18:05:54.634, 2022-08-29 14:32:34.634, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.657--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [96, Hansklaus, Hardy, null, 2022-09-21 18:05:54.639, 2022-08-29 14:32:34.639, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.657--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [70, Hazel, Herder, null, 2022-09-21 18:05:54.637, 2022-08-29 14:32:34.637, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.657--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [34, Harro, Habermann, null, 2022-09-21 18:05:54.635, 2022-08-29 14:32:34.635, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.657--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [52, Hänel, Hamilton, null, 2022-09-21 18:05:54.636, 2022-08-29 14:32:34.636, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.657--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [35, Helen, Hackmann, null, 2022-09-21 18:05:54.635, 2022-08-29 14:32:34.635, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.657--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, Hasso, Helbig, null, 2022-09-21 18:05:54.637, 2022-08-29 14:32:34.637, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.657--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [11, Helge, Herold, null, 2022-09-21 18:05:54.633, 2022-08-29 14:32:34.633, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.734--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [88, Herbert, Hamann, null, 2022-09-21 18:05:54.638, 2022-08-29 14:32:34.638, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.734--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [31, Heimo, Henschel, null, 2022-09-21 18:05:54.635, 2022-08-29 14:32:34.635, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.734--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [79, Heyko, Hamilton, null, 2022-09-21 18:05:54.638, 2022-08-29 14:32:34.638, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.734--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [72, Hannelore, Hilbert, null, 2022-09-21 18:05:54.637, 2022-08-29 14:32:34.637, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.734--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [58, Helmut, Hentschel, null, 2022-09-21 18:05:54.636, 2022-08-29 14:32:34.636, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.734--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1, Hauke, Hense, null, 2022-09-21 18:05:54.632, 2022-08-29 14:32:34.632, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.734--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [46, Heidi, Haas, null, 2022-09-21 18:05:54.636, 2022-08-29 14:32:34.636, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.735--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [29, Holger, Haller, null, 2022-09-21 18:05:54.635, 2022-08-29 14:32:34.635, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.735--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [23, Hadmar, Hilgenfeld, null, 2022-09-21 18:05:54.634, 2022-08-29 14:32:34.634, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.735--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [42, Herma, Heise, null, 2022-09-21 18:05:54.635, 2022-08-29 14:32:34.635, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.735--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [97, Heimo, Hermelink, null, 2022-09-21 18:05:54.639, 2022-08-29 14:32:34.639, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.735--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [24, Hakon, Herold, null, 2022-09-21 18:05:54.634, 2022-08-29 14:32:34.634, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.735--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [13, Henri, Hanstein, null, 2022-09-21 18:05:54.634, 2022-08-29 14:32:34.634, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.735--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [98, Holda, Hanstein, null, 2022-09-21 18:05:54.639, 2022-08-29 14:32:34.639, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.735--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [27, Helga, Hense, null, 2022-09-21 18:05:54.635, 2022-08-29 14:32:34.635, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.735--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [90, Hertha, Hausner, null, 2022-09-21 18:05:54.638, 2022-08-29 14:32:34.638, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:14.735--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [86, Hieu, Hecht, null, 2022-09-21 18:05:54.638, 2022-08-29 14:32:34.638, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:14.735--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:14.759--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(66:null:watching tv) [junit] [EL Finest]: 2022-09-10 04:19:14.759--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(67:null:cleaning the house) [junit] [EL Finest]: 2022-09-10 04:19:14.759--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(68:null:swimming) [junit] [EL Finest]: 2022-09-10 04:19:14.759--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(65:null:cooking) [junit] [EL Finest]: 2022-09-10 04:19:14.759--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(70:null:stamps) [junit] [EL Finest]: 2022-09-10 04:19:14.759--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(69:null:computers) [junit] [EL Finest]: 2022-09-10 04:19:14.759--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3b9bdbe8) [junit] [EL Finer]: 2022-09-10 04:19:14.759--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:14.759--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:14.759--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, null, reading] [junit] [EL Fine]: 2022-09-10 04:19:14.759--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, null, watching tv] [junit] [EL Fine]: 2022-09-10 04:19:14.759--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, null, cleaning the house] [junit] [EL Fine]: 2022-09-10 04:19:14.76--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, null, swimming] [junit] [EL Fine]: 2022-09-10 04:19:14.76--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, null, cooking] [junit] [EL Fine]: 2022-09-10 04:19:14.76--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [70, null, stamps] [junit] [EL Fine]: 2022-09-10 04:19:14.76--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, null, computers] [junit] [EL Finer]: 2022-09-10 04:19:14.76--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:14.761--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@41e3d466) [junit] [EL Finest]: 2022-09-10 04:19:14.761--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4ad6618e) [junit] [EL Finest]: 2022-09-10 04:19:14.761--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7f95dc2) [junit] [EL Finest]: 2022-09-10 04:19:14.761--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6e0d5fd3) [junit] [EL Finest]: 2022-09-10 04:19:14.761--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2e754572) [junit] [EL Finest]: 2022-09-10 04:19:14.761--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@30817a0f) [junit] [EL Finest]: 2022-09-10 04:19:14.761--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1f0df49) [junit] [EL Finest]: 2022-09-10 04:19:14.761--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@441d7044) [junit] [EL Finest]: 2022-09-10 04:19:14.761--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@15ede14e) [junit] [EL Finest]: 2022-09-10 04:19:14.762--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@20d9f6b8) [junit] [EL Finest]: 2022-09-10 04:19:14.762--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6d194f34) [junit] [EL Finest]: 2022-09-10 04:19:14.762--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1770fbec) [junit] [EL Finest]: 2022-09-10 04:19:14.762--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@32d06bcf) [junit] [EL Finest]: 2022-09-10 04:19:14.762--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@226ab7b1) [junit] [EL Finest]: 2022-09-10 04:19:14.762--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@255cc703) [junit] [EL Finest]: 2022-09-10 04:19:14.762--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3b8a0e68) [junit] [EL Finest]: 2022-09-10 04:19:14.762--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5af2f934) [junit] [EL Finest]: 2022-09-10 04:19:14.762--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@71adebf0) [junit] [EL Finest]: 2022-09-10 04:19:14.762--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1efec9f3) [junit] [EL Finest]: 2022-09-10 04:19:14.762--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2478f64c) [junit] [EL Finest]: 2022-09-10 04:19:14.762--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4920e146) [junit] [EL Finest]: 2022-09-10 04:19:14.762--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@51989892) [junit] [EL Finest]: 2022-09-10 04:19:14.762--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@523685f6) [junit] [EL Finest]: 2022-09-10 04:19:14.763--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@dcc120e) [junit] [EL Finest]: 2022-09-10 04:19:14.763--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@491cb3d0) [junit] [EL Finest]: 2022-09-10 04:19:14.763--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@70441076) [junit] [EL Finest]: 2022-09-10 04:19:14.763--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3640989b) [junit] [EL Finest]: 2022-09-10 04:19:14.763--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3ade8ec6) [junit] [EL Finest]: 2022-09-10 04:19:14.763--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1f40fddd) [junit] [EL Finest]: 2022-09-10 04:19:14.763--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4f23a2b1) [junit] [EL Finest]: 2022-09-10 04:19:14.763--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2bbf85e2) [junit] [EL Finest]: 2022-09-10 04:19:14.763--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4e8b9125) [junit] [EL Finest]: 2022-09-10 04:19:14.763--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4e91272d) [junit] [EL Finest]: 2022-09-10 04:19:14.763--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@15990794) [junit] [EL Finest]: 2022-09-10 04:19:14.763--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@9941e7d) [junit] [EL Finest]: 2022-09-10 04:19:14.763--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6f6363) [junit] [EL Finest]: 2022-09-10 04:19:14.763--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@74bb7b81) [junit] [EL Finest]: 2022-09-10 04:19:14.763--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2cf4dd07) [junit] [EL Finest]: 2022-09-10 04:19:14.764--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@22336af7) [junit] [EL Finest]: 2022-09-10 04:19:14.764--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@49439018) [junit] [EL Finest]: 2022-09-10 04:19:14.764--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4d66d408) [junit] [EL Finest]: 2022-09-10 04:19:14.764--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@66d8d02e) [junit] [EL Finest]: 2022-09-10 04:19:14.764--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2356947a) [junit] [EL Finest]: 2022-09-10 04:19:14.764--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6258accb) [junit] [EL Finest]: 2022-09-10 04:19:14.764--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@503fa290) [junit] [EL Finest]: 2022-09-10 04:19:14.764--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@19d7bf98) [junit] [EL Finest]: 2022-09-10 04:19:14.764--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3ffac12a) [junit] [EL Finest]: 2022-09-10 04:19:14.764--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3fb917bb) [junit] [EL Finest]: 2022-09-10 04:19:14.764--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2472a75c) [junit] [EL Finest]: 2022-09-10 04:19:14.764--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@408e47f) [junit] [EL Finest]: 2022-09-10 04:19:14.764--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5ee4935f) [junit] [EL Finest]: 2022-09-10 04:19:14.764--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@753f8af7) [junit] [EL Finest]: 2022-09-10 04:19:14.765--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@20797dcc) [junit] [EL Finest]: 2022-09-10 04:19:14.765--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@323f7bf) [junit] [EL Finest]: 2022-09-10 04:19:14.765--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3c3c0916) [junit] [EL Finest]: 2022-09-10 04:19:14.765--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@431147cb) [junit] [EL Finest]: 2022-09-10 04:19:14.765--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4718eb01) [junit] [EL Finest]: 2022-09-10 04:19:14.765--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@820d605) [junit] [EL Finest]: 2022-09-10 04:19:14.765--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1f98b6aa) [junit] [EL Finest]: 2022-09-10 04:19:14.765--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4a47a1b5) [junit] [EL Finest]: 2022-09-10 04:19:14.765--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4809035f) [junit] [EL Finest]: 2022-09-10 04:19:14.765--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@571802f) [junit] [EL Finest]: 2022-09-10 04:19:14.765--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5ff8ddb5) [junit] [EL Finest]: 2022-09-10 04:19:14.765--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@78c4bea3) [junit] [EL Finest]: 2022-09-10 04:19:14.765--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@54188be5) [junit] [EL Finest]: 2022-09-10 04:19:14.765--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7d814dc4) [junit] [EL Finest]: 2022-09-10 04:19:14.765--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@66132947) [junit] [EL Finest]: 2022-09-10 04:19:14.766--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@58b7b0d7) [junit] [EL Finest]: 2022-09-10 04:19:14.766--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1f5816bb) [junit] [EL Finest]: 2022-09-10 04:19:14.766--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7dd31f90) [junit] [EL Finest]: 2022-09-10 04:19:14.766--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@386aa805) [junit] [EL Finest]: 2022-09-10 04:19:14.766--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@33bd8ebd) [junit] [EL Finest]: 2022-09-10 04:19:14.766--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1915d4a6) [junit] [EL Finest]: 2022-09-10 04:19:14.766--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7048095e) [junit] [EL Finest]: 2022-09-10 04:19:14.766--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@15168d6f) [junit] [EL Finest]: 2022-09-10 04:19:14.766--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5ff44d09) [junit] [EL Finest]: 2022-09-10 04:19:14.766--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@790d1534) [junit] [EL Finest]: 2022-09-10 04:19:14.766--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@20ca1a05) [junit] [EL Finest]: 2022-09-10 04:19:14.766--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@33246f17) [junit] [EL Finest]: 2022-09-10 04:19:14.766--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@108a411c) [junit] [EL Finest]: 2022-09-10 04:19:14.766--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4e97e564) [junit] [EL Finest]: 2022-09-10 04:19:14.766--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@31b1a4e0) [junit] [EL Finest]: 2022-09-10 04:19:14.767--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@44a99029) [junit] [EL Finest]: 2022-09-10 04:19:14.767--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@22fc3e19) [junit] [EL Finest]: 2022-09-10 04:19:14.767--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2165fcfa) [junit] [EL Finest]: 2022-09-10 04:19:14.767--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6d91f70f) [junit] [EL Finest]: 2022-09-10 04:19:14.767--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3230a186) [junit] [EL Finest]: 2022-09-10 04:19:14.767--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@58f83032) [junit] [EL Finest]: 2022-09-10 04:19:14.767--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1d0e0d0d) [junit] [EL Finest]: 2022-09-10 04:19:14.767--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@14b7d29e) [junit] [EL Finest]: 2022-09-10 04:19:14.767--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@306927de) [junit] [EL Finest]: 2022-09-10 04:19:14.767--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@db05f0e) [junit] [EL Finest]: 2022-09-10 04:19:14.767--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@215512b9) [junit] [EL Finest]: 2022-09-10 04:19:14.767--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@470d481) [junit] [EL Finest]: 2022-09-10 04:19:14.767--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3cb034af) [junit] [EL Finest]: 2022-09-10 04:19:14.767--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@dbdc62) [junit] [EL Finest]: 2022-09-10 04:19:14.767--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2a026426) [junit] [EL Finest]: 2022-09-10 04:19:14.768--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@33ffbde5) [junit] [EL Finest]: 2022-09-10 04:19:14.768--UnitOfWork(758157400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5314d9b0) [junit] [EL Finest]: 2022-09-10 04:19:14.768--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:14.768--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:14.768--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, VERSION, EMPLOYEE_ID, DTYPE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:14.768--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1033, foo-car, null, null, null, null, 1, 90, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.768--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [998, foo-car, null, null, null, null, 1, 58, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.768--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [983, foo-car, null, null, null, null, 1, 52, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.768--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [960, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.768--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1034, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.768--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1038, foo-car, null, null, null, null, 1, 40, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.768--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [953, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.768--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1040, foo-car, null, null, null, null, 1, 62, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.768--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [969, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.768--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [964, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.768--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1029, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.768--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [980, foo-car, null, null, null, null, 1, 2, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.768--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [978, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.768--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1047, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.768--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [965, foo-car, null, null, null, null, 1, 82, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.768--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1009, foo-car, null, null, null, null, 1, 42, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.768--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [952, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.768--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1017, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.768--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [957, foo-car, null, null, null, null, 1, 80, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.768--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1046, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.768--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1015, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.769--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [967, foo-car, null, null, null, null, 1, 88, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.769--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1011, foo-car, null, null, null, null, 1, 48, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.769--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1020, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.769--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1027, foo-car, null, null, null, null, 1, 68, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.769--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1043, foo-car, null, null, null, null, 1, 10, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.769--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [959, foo-car, null, null, null, null, 1, 92, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.769--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1023, foo-car, null, null, null, null, 1, 36, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.769--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [999, foo-car, null, null, null, null, 1, 4, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.769--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1021, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.769--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1036, foo-car, null, null, null, null, 1, 98, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.769--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1016, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.769--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [970, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.769--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1044, foo-car, null, null, null, null, 1, 26, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.769--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [949, foo-car, null, null, null, null, 1, 76, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.769--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1001, foo-car, null, null, null, null, 1, 12, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.769--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [971, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.769--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [996, foo-car, null, null, null, null, 1, 8, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.769--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [966, foo-car, null, null, null, null, 1, 24, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.769--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [992, foo-car, null, null, null, null, 1, 72, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.769--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1030, foo-car, null, null, null, null, 1, 70, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.769--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [995, foo-car, null, null, null, null, 1, 34, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.769--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1018, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.769--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1045, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.769--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [974, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.769--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1024, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.769--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [975, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.769--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1026, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.769--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1022, foo-car, null, null, null, null, 1, 60, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.769--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1031, foo-car, null, null, null, null, 1, 94, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.769--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [982, foo-car, null, null, null, null, 1, 28, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.769--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1002, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.769--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1048, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.77--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [950, foo-car, null, null, null, null, 1, 16, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.77--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [997, foo-car, null, null, null, null, 1, 46, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.77--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1008, foo-car, null, null, null, null, 1, 74, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.77--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [951, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.77--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [985, foo-car, null, null, null, null, 1, 66, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.77--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [962, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.77--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [988, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.77--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [956, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.77--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1025, foo-car, null, null, null, null, 1, 0, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.77--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1019, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.77--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [972, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.77--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [991, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.77--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1032, foo-car, null, null, null, null, 1, 86, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.77--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [993, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.77--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1010, foo-car, null, null, null, null, 1, 14, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.77--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [963, foo-car, null, null, null, null, 1, 78, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.77--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [989, foo-car, null, null, null, null, 1, 6, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.77--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [987, foo-car, null, null, null, null, 1, 30, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.77--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1041, foo-car, null, null, null, null, 1, 96, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.77--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [968, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.77--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [961, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.77--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [973, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.77--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1000, foo-car, null, null, null, null, 1, 38, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.77--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1035, foo-car, null, null, null, null, 1, 84, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.77--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [958, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.77--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1028, foo-car, null, null, null, null, 1, 44, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.77--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1003, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.77--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [994, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.77--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1013, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.77--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1014, foo-car, null, null, null, null, 1, 22, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.77--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [954, foo-car, null, null, null, null, 1, 18, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.77--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1006, foo-car, null, null, null, null, 1, 56, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.77--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1004, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.771--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [984, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.771--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1007, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.771--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1005, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.771--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [990, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.771--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [981, foo-car, null, null, null, null, 1, 20, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.771--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [977, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.771--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1012, foo-car, null, null, null, null, 1, 32, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.771--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [955, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.771--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [986, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.771--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1042, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.771--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [976, foo-car, null, null, null, null, 1, 64, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.771--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1037, foo-car, null, null, null, null, 1, 50, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.771--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [979, foo-car, null, null, null, null, 1, 54, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.771--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1039, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Finer]: 2022-09-10 04:19:14.771--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:14.788--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.788--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.788--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.788--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.788--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.788--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.788--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.788--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.788--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.788--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.788--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.788--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.789--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.789--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.789--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.789--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.789--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.789--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.789--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.789--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.789--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.789--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.789--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.789--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.789--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.789--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.789--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.789--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.789--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.789--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.789--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.789--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.789--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.789--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.789--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.789--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.789--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.789--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.789--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.789--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.79--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.79--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.79--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.79--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.79--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.79--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.79--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.79--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.79--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.79--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:14.79--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:14.79--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:14.79--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [9, 1051] [junit] [EL Fine]: 2022-09-10 04:19:14.79--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [19, 1051] [junit] [EL Fine]: 2022-09-10 04:19:14.79--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [21, 1051] [junit] [EL Fine]: 2022-09-10 04:19:14.79--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [25, 1051] [junit] [EL Fine]: 2022-09-10 04:19:14.79--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [31, 1051] [junit] [EL Fine]: 2022-09-10 04:19:14.79--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [37, 1051] [junit] [EL Fine]: 2022-09-10 04:19:14.79--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [39, 1051] [junit] [EL Fine]: 2022-09-10 04:19:14.79--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [47, 1051] [junit] [EL Fine]: 2022-09-10 04:19:14.79--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [87, 1051] [junit] [EL Fine]: 2022-09-10 04:19:14.79--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [99, 1051] [junit] [EL Fine]: 2022-09-10 04:19:14.79--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [15, 1052] [junit] [EL Fine]: 2022-09-10 04:19:14.79--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [35, 1052] [junit] [EL Fine]: 2022-09-10 04:19:14.79--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [55, 1052] [junit] [EL Fine]: 2022-09-10 04:19:14.79--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [59, 1052] [junit] [EL Fine]: 2022-09-10 04:19:14.79--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [61, 1052] [junit] [EL Fine]: 2022-09-10 04:19:14.79--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 1052] [junit] [EL Fine]: 2022-09-10 04:19:14.79--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 1052] [junit] [EL Fine]: 2022-09-10 04:19:14.79--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [83, 1052] [junit] [EL Fine]: 2022-09-10 04:19:14.791--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [85, 1052] [junit] [EL Fine]: 2022-09-10 04:19:14.791--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [5, 1049] [junit] [EL Fine]: 2022-09-10 04:19:14.791--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [29, 1049] [junit] [EL Fine]: 2022-09-10 04:19:14.791--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [33, 1049] [junit] [EL Fine]: 2022-09-10 04:19:14.791--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [41, 1049] [junit] [EL Fine]: 2022-09-10 04:19:14.791--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [49, 1049] [junit] [EL Fine]: 2022-09-10 04:19:14.791--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [51, 1049] [junit] [EL Fine]: 2022-09-10 04:19:14.791--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [57, 1049] [junit] [EL Fine]: 2022-09-10 04:19:14.791--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 1049] [junit] [EL Fine]: 2022-09-10 04:19:14.791--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [77, 1049] [junit] [EL Fine]: 2022-09-10 04:19:14.791--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [79, 1049] [junit] [EL Fine]: 2022-09-10 04:19:14.791--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [81, 1049] [junit] [EL Fine]: 2022-09-10 04:19:14.791--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [89, 1049] [junit] [EL Fine]: 2022-09-10 04:19:14.791--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [93, 1049] [junit] [EL Fine]: 2022-09-10 04:19:14.791--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [95, 1049] [junit] [EL Fine]: 2022-09-10 04:19:14.791--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [1, 1050] [junit] [EL Fine]: 2022-09-10 04:19:14.791--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [3, 1050] [junit] [EL Fine]: 2022-09-10 04:19:14.791--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [7, 1050] [junit] [EL Fine]: 2022-09-10 04:19:14.791--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [11, 1050] [junit] [EL Fine]: 2022-09-10 04:19:14.791--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [13, 1050] [junit] [EL Fine]: 2022-09-10 04:19:14.791--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [17, 1050] [junit] [EL Fine]: 2022-09-10 04:19:14.791--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [23, 1050] [junit] [EL Fine]: 2022-09-10 04:19:14.791--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [27, 1050] [junit] [EL Fine]: 2022-09-10 04:19:14.791--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [43, 1050] [junit] [EL Fine]: 2022-09-10 04:19:14.791--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [45, 1050] [junit] [EL Fine]: 2022-09-10 04:19:14.791--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [53, 1050] [junit] [EL Fine]: 2022-09-10 04:19:14.791--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [63, 1050] [junit] [EL Fine]: 2022-09-10 04:19:14.791--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [71, 1050] [junit] [EL Fine]: 2022-09-10 04:19:14.791--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [73, 1050] [junit] [EL Fine]: 2022-09-10 04:19:14.791--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [75, 1050] [junit] [EL Fine]: 2022-09-10 04:19:14.791--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [91, 1050] [junit] [EL Fine]: 2022-09-10 04:19:14.791--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [97, 1050] [junit] [EL Finer]: 2022-09-10 04:19:14.791--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:14.799--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.799--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.8--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.8--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.8--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.8--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.8--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.8--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.8--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.8--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.8--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.8--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.8--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.8--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.8--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.8--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.8--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.8--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.8--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.8--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.8--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.8--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.8--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.8--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.8--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.8--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.8--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.8--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.8--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.843--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.843--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.843--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.843--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.843--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.843--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.843--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.843--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.843--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.843--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.843--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.844--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.844--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.844--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.844--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.844--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.844--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.844--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.844--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.844--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.844--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.844--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.844--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.844--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.844--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.844--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.845--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.845--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.845--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.845--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.845--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.845--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.845--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.845--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.845--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.845--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.845--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.845--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.845--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.845--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.845--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.846--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.846--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.846--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.846--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.846--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.846--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.846--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.846--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.846--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.846--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.846--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.846--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.846--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.846--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.846--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.846--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.847--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.847--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.847--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.847--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.847--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.847--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.847--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.847--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.847--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.847--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.847--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.847--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.847--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.847--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:14.847--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:14.848--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:14.848--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 57] [junit] [EL Fine]: 2022-09-10 04:19:14.848--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 57] [junit] [EL Fine]: 2022-09-10 04:19:14.848--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 57] [junit] [EL Fine]: 2022-09-10 04:19:14.848--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 57] [junit] [EL Fine]: 2022-09-10 04:19:14.848--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 57] [junit] [EL Fine]: 2022-09-10 04:19:14.848--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 49] [junit] [EL Fine]: 2022-09-10 04:19:14.848--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 49] [junit] [EL Fine]: 2022-09-10 04:19:14.848--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 49] [junit] [EL Fine]: 2022-09-10 04:19:14.848--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 49] [junit] [EL Fine]: 2022-09-10 04:19:14.848--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 49] [junit] [EL Fine]: 2022-09-10 04:19:14.848--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 61] [junit] [EL Fine]: 2022-09-10 04:19:14.848--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 61] [junit] [EL Fine]: 2022-09-10 04:19:14.848--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 61] [junit] [EL Fine]: 2022-09-10 04:19:14.848--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 61] [junit] [EL Fine]: 2022-09-10 04:19:14.848--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 61] [junit] [EL Fine]: 2022-09-10 04:19:14.848--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 51] [junit] [EL Fine]: 2022-09-10 04:19:14.848--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 51] [junit] [EL Fine]: 2022-09-10 04:19:14.849--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 51] [junit] [EL Fine]: 2022-09-10 04:19:14.849--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 51] [junit] [EL Fine]: 2022-09-10 04:19:14.849--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 51] [junit] [EL Fine]: 2022-09-10 04:19:14.849--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 4] [junit] [EL Fine]: 2022-09-10 04:19:14.849--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 4] [junit] [EL Fine]: 2022-09-10 04:19:14.849--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 4] [junit] [EL Fine]: 2022-09-10 04:19:14.849--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 4] [junit] [EL Fine]: 2022-09-10 04:19:14.849--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 4] [junit] [EL Fine]: 2022-09-10 04:19:14.849--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 83] [junit] [EL Fine]: 2022-09-10 04:19:14.849--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 83] [junit] [EL Fine]: 2022-09-10 04:19:14.849--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 83] [junit] [EL Fine]: 2022-09-10 04:19:14.849--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 83] [junit] [EL Fine]: 2022-09-10 04:19:14.849--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 83] [junit] [EL Fine]: 2022-09-10 04:19:14.849--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 15] [junit] [EL Fine]: 2022-09-10 04:19:14.849--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 15] [junit] [EL Fine]: 2022-09-10 04:19:14.849--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 15] [junit] [EL Fine]: 2022-09-10 04:19:14.849--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 15] [junit] [EL Fine]: 2022-09-10 04:19:14.849--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 15] [junit] [EL Fine]: 2022-09-10 04:19:14.849--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 20] [junit] [EL Fine]: 2022-09-10 04:19:14.85--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 20] [junit] [EL Fine]: 2022-09-10 04:19:14.85--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 20] [junit] [EL Fine]: 2022-09-10 04:19:14.85--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 20] [junit] [EL Fine]: 2022-09-10 04:19:14.85--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 20] [junit] [EL Fine]: 2022-09-10 04:19:14.85--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 87] [junit] [EL Fine]: 2022-09-10 04:19:14.85--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 87] [junit] [EL Fine]: 2022-09-10 04:19:14.85--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 87] [junit] [EL Fine]: 2022-09-10 04:19:14.85--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 87] [junit] [EL Fine]: 2022-09-10 04:19:14.85--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 87] [junit] [EL Fine]: 2022-09-10 04:19:14.85--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 66] [junit] [EL Fine]: 2022-09-10 04:19:14.85--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 66] [junit] [EL Fine]: 2022-09-10 04:19:14.85--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 66] [junit] [EL Fine]: 2022-09-10 04:19:14.85--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 66] [junit] [EL Fine]: 2022-09-10 04:19:14.85--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 66] [junit] [EL Fine]: 2022-09-10 04:19:14.85--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 26] [junit] [EL Fine]: 2022-09-10 04:19:14.85--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 26] [junit] [EL Fine]: 2022-09-10 04:19:14.85--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 26] [junit] [EL Fine]: 2022-09-10 04:19:14.85--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 26] [junit] [EL Fine]: 2022-09-10 04:19:14.851--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 26] [junit] [EL Fine]: 2022-09-10 04:19:14.851--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 38] [junit] [EL Fine]: 2022-09-10 04:19:14.851--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 38] [junit] [EL Fine]: 2022-09-10 04:19:14.851--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 38] [junit] [EL Fine]: 2022-09-10 04:19:14.851--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 38] [junit] [EL Fine]: 2022-09-10 04:19:14.851--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 38] [junit] [EL Fine]: 2022-09-10 04:19:14.851--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 93] [junit] [EL Fine]: 2022-09-10 04:19:14.851--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 93] [junit] [EL Fine]: 2022-09-10 04:19:14.851--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 93] [junit] [EL Fine]: 2022-09-10 04:19:14.851--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 93] [junit] [EL Fine]: 2022-09-10 04:19:14.851--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 93] [junit] [EL Fine]: 2022-09-10 04:19:14.851--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 95] [junit] [EL Fine]: 2022-09-10 04:19:14.851--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 95] [junit] [EL Fine]: 2022-09-10 04:19:14.851--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 95] [junit] [EL Fine]: 2022-09-10 04:19:14.851--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 95] [junit] [EL Fine]: 2022-09-10 04:19:14.851--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 95] [junit] [EL Fine]: 2022-09-10 04:19:14.851--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 74] [junit] [EL Fine]: 2022-09-10 04:19:14.851--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 74] [junit] [EL Fine]: 2022-09-10 04:19:14.852--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 74] [junit] [EL Fine]: 2022-09-10 04:19:14.852--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 74] [junit] [EL Fine]: 2022-09-10 04:19:14.852--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 74] [junit] [EL Fine]: 2022-09-10 04:19:14.852--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 40] [junit] [EL Fine]: 2022-09-10 04:19:14.852--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 40] [junit] [EL Fine]: 2022-09-10 04:19:14.852--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 40] [junit] [EL Fine]: 2022-09-10 04:19:14.852--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 40] [junit] [EL Fine]: 2022-09-10 04:19:14.852--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 40] [junit] [EL Fine]: 2022-09-10 04:19:14.852--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 30] [junit] [EL Fine]: 2022-09-10 04:19:14.852--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 30] [junit] [EL Fine]: 2022-09-10 04:19:14.852--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 30] [junit] [EL Fine]: 2022-09-10 04:19:14.852--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 30] [junit] [EL Fine]: 2022-09-10 04:19:14.852--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 30] [junit] [EL Fine]: 2022-09-10 04:19:14.852--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 56] [junit] [EL Fine]: 2022-09-10 04:19:14.852--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 56] [junit] [EL Fine]: 2022-09-10 04:19:14.852--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 56] [junit] [EL Fine]: 2022-09-10 04:19:14.852--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 56] [junit] [EL Fine]: 2022-09-10 04:19:14.852--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 56] [junit] [EL Fine]: 2022-09-10 04:19:14.852--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 63] [junit] [EL Fine]: 2022-09-10 04:19:14.853--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 63] [junit] [EL Fine]: 2022-09-10 04:19:14.853--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 63] [junit] [EL Fine]: 2022-09-10 04:19:14.853--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 63] [junit] [EL Fine]: 2022-09-10 04:19:14.853--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 63] [junit] [EL Fine]: 2022-09-10 04:19:14.853--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 22] [junit] [EL Fine]: 2022-09-10 04:19:14.853--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 22] [junit] [EL Fine]: 2022-09-10 04:19:14.853--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 22] [junit] [EL Fine]: 2022-09-10 04:19:14.853--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 22] [junit] [EL Fine]: 2022-09-10 04:19:14.853--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 22] [junit] [EL Finer]: 2022-09-10 04:19:14.853--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:14.87--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.87--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.87--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.87--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.87--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.87--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.87--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.87--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.87--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.87--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.87--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.87--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.87--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.87--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.87--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.87--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.87--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.87--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.871--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.871--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.871--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.871--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.871--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.871--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.871--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.871--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.871--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.871--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.871--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.871--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.871--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.871--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.871--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.871--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.871--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.871--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.871--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.871--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.871--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.871--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.871--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.871--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.871--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.871--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.872--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.872--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.872--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.872--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.872--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.872--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.872--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.872--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.872--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.872--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.872--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.872--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.872--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.872--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.872--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.872--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.872--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.872--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.872--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.872--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.872--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.872--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.872--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.872--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.872--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.872--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.872--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.873--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.873--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.873--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.873--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.873--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.873--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.873--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.873--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.873--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.873--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.873--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.873--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.873--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.873--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.873--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.873--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.873--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.873--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.873--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.873--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.873--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.873--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.873--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.873--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.873--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.873--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.873--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.873--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.874--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:14.874--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:14.874--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:14.874--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 54] [junit] [EL Fine]: 2022-09-10 04:19:14.874--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 54] [junit] [EL Fine]: 2022-09-10 04:19:14.874--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 54] [junit] [EL Fine]: 2022-09-10 04:19:14.874--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 54] [junit] [EL Fine]: 2022-09-10 04:19:14.874--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 54] [junit] [EL Fine]: 2022-09-10 04:19:14.874--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 21] [junit] [EL Fine]: 2022-09-10 04:19:14.874--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 21] [junit] [EL Fine]: 2022-09-10 04:19:14.874--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 21] [junit] [EL Fine]: 2022-09-10 04:19:14.874--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 21] [junit] [EL Fine]: 2022-09-10 04:19:14.874--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 21] [junit] [EL Fine]: 2022-09-10 04:19:14.874--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 5] [junit] [EL Fine]: 2022-09-10 04:19:14.874--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 5] [junit] [EL Fine]: 2022-09-10 04:19:14.874--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 5] [junit] [EL Fine]: 2022-09-10 04:19:14.874--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 5] [junit] [EL Fine]: 2022-09-10 04:19:14.874--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 5] [junit] [EL Fine]: 2022-09-10 04:19:14.874--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 10] [junit] [EL Fine]: 2022-09-10 04:19:14.874--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 10] [junit] [EL Fine]: 2022-09-10 04:19:14.874--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 10] [junit] [EL Fine]: 2022-09-10 04:19:14.874--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 10] [junit] [EL Fine]: 2022-09-10 04:19:14.874--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 10] [junit] [EL Fine]: 2022-09-10 04:19:14.874--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 76] [junit] [EL Fine]: 2022-09-10 04:19:14.874--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 76] [junit] [EL Fine]: 2022-09-10 04:19:14.874--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 76] [junit] [EL Fine]: 2022-09-10 04:19:14.874--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 76] [junit] [EL Fine]: 2022-09-10 04:19:14.874--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 76] [junit] [EL Fine]: 2022-09-10 04:19:14.874--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 17] [junit] [EL Fine]: 2022-09-10 04:19:14.874--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 17] [junit] [EL Fine]: 2022-09-10 04:19:14.874--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 17] [junit] [EL Fine]: 2022-09-10 04:19:14.875--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 17] [junit] [EL Fine]: 2022-09-10 04:19:14.875--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 17] [junit] [EL Fine]: 2022-09-10 04:19:14.875--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 50] [junit] [EL Fine]: 2022-09-10 04:19:14.875--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 50] [junit] [EL Fine]: 2022-09-10 04:19:14.875--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 50] [junit] [EL Fine]: 2022-09-10 04:19:14.875--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 50] [junit] [EL Fine]: 2022-09-10 04:19:14.875--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 50] [junit] [EL Fine]: 2022-09-10 04:19:14.875--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 64] [junit] [EL Fine]: 2022-09-10 04:19:14.875--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 64] [junit] [EL Fine]: 2022-09-10 04:19:14.875--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 64] [junit] [EL Fine]: 2022-09-10 04:19:14.875--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 64] [junit] [EL Fine]: 2022-09-10 04:19:14.875--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 64] [junit] [EL Fine]: 2022-09-10 04:19:14.875--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 2] [junit] [EL Fine]: 2022-09-10 04:19:14.875--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 2] [junit] [EL Fine]: 2022-09-10 04:19:14.875--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 2] [junit] [EL Fine]: 2022-09-10 04:19:14.875--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 2] [junit] [EL Fine]: 2022-09-10 04:19:14.875--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 2] [junit] [EL Fine]: 2022-09-10 04:19:14.875--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 14] [junit] [EL Fine]: 2022-09-10 04:19:14.875--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 14] [junit] [EL Fine]: 2022-09-10 04:19:14.875--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 14] [junit] [EL Fine]: 2022-09-10 04:19:14.875--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 14] [junit] [EL Fine]: 2022-09-10 04:19:14.875--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 14] [junit] [EL Fine]: 2022-09-10 04:19:14.875--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 48] [junit] [EL Fine]: 2022-09-10 04:19:14.875--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 48] [junit] [EL Fine]: 2022-09-10 04:19:14.875--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 48] [junit] [EL Fine]: 2022-09-10 04:19:14.875--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 48] [junit] [EL Fine]: 2022-09-10 04:19:14.875--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 48] [junit] [EL Fine]: 2022-09-10 04:19:14.875--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 68] [junit] [EL Fine]: 2022-09-10 04:19:14.875--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 68] [junit] [EL Fine]: 2022-09-10 04:19:14.875--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 68] [junit] [EL Fine]: 2022-09-10 04:19:14.875--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 68] [junit] [EL Fine]: 2022-09-10 04:19:14.875--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 68] [junit] [EL Fine]: 2022-09-10 04:19:14.875--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 84] [junit] [EL Fine]: 2022-09-10 04:19:14.875--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 84] [junit] [EL Fine]: 2022-09-10 04:19:14.875--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 84] [junit] [EL Fine]: 2022-09-10 04:19:14.876--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 84] [junit] [EL Fine]: 2022-09-10 04:19:14.876--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 84] [junit] [EL Fine]: 2022-09-10 04:19:14.876--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 19] [junit] [EL Fine]: 2022-09-10 04:19:14.876--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 19] [junit] [EL Fine]: 2022-09-10 04:19:14.876--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 19] [junit] [EL Fine]: 2022-09-10 04:19:14.876--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 19] [junit] [EL Fine]: 2022-09-10 04:19:14.876--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 19] [junit] [EL Fine]: 2022-09-10 04:19:14.876--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 71] [junit] [EL Fine]: 2022-09-10 04:19:14.876--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 71] [junit] [EL Fine]: 2022-09-10 04:19:14.876--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 71] [junit] [EL Fine]: 2022-09-10 04:19:14.876--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 71] [junit] [EL Fine]: 2022-09-10 04:19:14.876--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 71] [junit] [EL Fine]: 2022-09-10 04:19:14.876--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 33] [junit] [EL Fine]: 2022-09-10 04:19:14.876--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 33] [junit] [EL Fine]: 2022-09-10 04:19:14.876--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 33] [junit] [EL Fine]: 2022-09-10 04:19:14.876--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 33] [junit] [EL Fine]: 2022-09-10 04:19:14.876--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 33] [junit] [EL Fine]: 2022-09-10 04:19:14.876--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 82] [junit] [EL Fine]: 2022-09-10 04:19:14.876--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 82] [junit] [EL Fine]: 2022-09-10 04:19:14.876--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 82] [junit] [EL Fine]: 2022-09-10 04:19:14.876--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 82] [junit] [EL Fine]: 2022-09-10 04:19:14.876--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 82] [junit] [EL Fine]: 2022-09-10 04:19:14.876--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 36] [junit] [EL Fine]: 2022-09-10 04:19:14.876--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 36] [junit] [EL Fine]: 2022-09-10 04:19:14.876--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 36] [junit] [EL Fine]: 2022-09-10 04:19:14.876--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 36] [junit] [EL Fine]: 2022-09-10 04:19:14.876--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 36] [junit] [EL Fine]: 2022-09-10 04:19:14.876--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 99] [junit] [EL Fine]: 2022-09-10 04:19:14.876--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 99] [junit] [EL Fine]: 2022-09-10 04:19:14.876--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 99] [junit] [EL Fine]: 2022-09-10 04:19:14.876--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 99] [junit] [EL Fine]: 2022-09-10 04:19:14.876--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 99] [junit] [EL Fine]: 2022-09-10 04:19:14.876--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 81] [junit] [EL Fine]: 2022-09-10 04:19:14.876--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 81] [junit] [EL Fine]: 2022-09-10 04:19:14.876--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 81] [junit] [EL Fine]: 2022-09-10 04:19:14.876--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 81] [junit] [EL Fine]: 2022-09-10 04:19:14.876--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 81] [junit] [EL Finer]: 2022-09-10 04:19:14.877--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:14.893--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.893--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.893--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.893--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.893--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.893--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.893--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.893--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.893--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.893--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.893--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.893--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.893--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.893--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.893--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.894--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.894--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.894--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.894--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.894--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.894--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.894--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.894--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.894--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.894--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.894--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.894--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.894--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.894--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.894--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.894--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.894--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.894--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.894--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.894--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.894--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.894--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.894--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.894--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.894--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.894--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.894--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.894--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.895--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.895--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.895--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.895--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.895--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.895--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.895--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.895--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.895--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.895--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.895--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.895--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.895--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.895--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.895--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.895--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.895--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.895--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.895--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.895--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.895--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.895--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.895--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.895--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.895--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.895--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.895--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.895--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.896--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.896--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.896--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.896--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.896--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.896--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.896--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.896--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.896--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.896--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.896--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.896--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.896--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.896--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.896--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.896--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.896--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.896--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.896--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.896--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.896--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.896--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.896--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.896--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.896--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.896--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.896--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.897--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.897--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:14.897--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:14.897--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:14.897--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 44] [junit] [EL Fine]: 2022-09-10 04:19:14.897--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 44] [junit] [EL Fine]: 2022-09-10 04:19:14.897--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 44] [junit] [EL Fine]: 2022-09-10 04:19:14.897--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 44] [junit] [EL Fine]: 2022-09-10 04:19:14.897--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 44] [junit] [EL Fine]: 2022-09-10 04:19:14.897--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 69] [junit] [EL Fine]: 2022-09-10 04:19:14.897--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 69] [junit] [EL Fine]: 2022-09-10 04:19:14.897--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 69] [junit] [EL Fine]: 2022-09-10 04:19:14.897--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 69] [junit] [EL Fine]: 2022-09-10 04:19:14.897--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 69] [junit] [EL Fine]: 2022-09-10 04:19:14.897--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 12] [junit] [EL Fine]: 2022-09-10 04:19:14.897--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 12] [junit] [EL Fine]: 2022-09-10 04:19:14.897--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 12] [junit] [EL Fine]: 2022-09-10 04:19:14.897--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 12] [junit] [EL Fine]: 2022-09-10 04:19:14.897--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 12] [junit] [EL Fine]: 2022-09-10 04:19:14.897--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 3] [junit] [EL Fine]: 2022-09-10 04:19:14.897--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 3] [junit] [EL Fine]: 2022-09-10 04:19:14.897--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 3] [junit] [EL Fine]: 2022-09-10 04:19:14.897--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 3] [junit] [EL Fine]: 2022-09-10 04:19:14.897--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 3] [junit] [EL Fine]: 2022-09-10 04:19:14.897--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 89] [junit] [EL Fine]: 2022-09-10 04:19:14.897--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 89] [junit] [EL Fine]: 2022-09-10 04:19:14.897--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 89] [junit] [EL Fine]: 2022-09-10 04:19:14.897--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 89] [junit] [EL Fine]: 2022-09-10 04:19:14.897--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 89] [junit] [EL Fine]: 2022-09-10 04:19:14.897--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 32] [junit] [EL Fine]: 2022-09-10 04:19:14.897--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 32] [junit] [EL Fine]: 2022-09-10 04:19:14.897--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 32] [junit] [EL Fine]: 2022-09-10 04:19:14.897--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 32] [junit] [EL Fine]: 2022-09-10 04:19:14.897--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 32] [junit] [EL Fine]: 2022-09-10 04:19:14.897--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 47] [junit] [EL Fine]: 2022-09-10 04:19:14.898--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 47] [junit] [EL Fine]: 2022-09-10 04:19:14.898--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 47] [junit] [EL Fine]: 2022-09-10 04:19:14.898--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 47] [junit] [EL Fine]: 2022-09-10 04:19:14.898--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 47] [junit] [EL Fine]: 2022-09-10 04:19:14.898--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 80] [junit] [EL Fine]: 2022-09-10 04:19:14.898--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 80] [junit] [EL Fine]: 2022-09-10 04:19:14.898--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 80] [junit] [EL Fine]: 2022-09-10 04:19:14.898--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 80] [junit] [EL Fine]: 2022-09-10 04:19:14.898--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 80] [junit] [EL Fine]: 2022-09-10 04:19:14.898--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 28] [junit] [EL Fine]: 2022-09-10 04:19:14.898--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 28] [junit] [EL Fine]: 2022-09-10 04:19:14.898--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 28] [junit] [EL Fine]: 2022-09-10 04:19:14.898--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 28] [junit] [EL Fine]: 2022-09-10 04:19:14.898--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 28] [junit] [EL Fine]: 2022-09-10 04:19:14.898--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 60] [junit] [EL Fine]: 2022-09-10 04:19:14.898--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 60] [junit] [EL Fine]: 2022-09-10 04:19:14.898--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 60] [junit] [EL Fine]: 2022-09-10 04:19:14.898--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 60] [junit] [EL Fine]: 2022-09-10 04:19:14.898--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 60] [junit] [EL Fine]: 2022-09-10 04:19:14.898--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 41] [junit] [EL Fine]: 2022-09-10 04:19:14.898--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 41] [junit] [EL Fine]: 2022-09-10 04:19:14.898--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 41] [junit] [EL Fine]: 2022-09-10 04:19:14.898--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 41] [junit] [EL Fine]: 2022-09-10 04:19:14.898--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 41] [junit] [EL Fine]: 2022-09-10 04:19:14.898--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 94] [junit] [EL Fine]: 2022-09-10 04:19:14.898--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 94] [junit] [EL Fine]: 2022-09-10 04:19:14.898--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 94] [junit] [EL Fine]: 2022-09-10 04:19:14.898--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 94] [junit] [EL Fine]: 2022-09-10 04:19:14.898--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 94] [junit] [EL Fine]: 2022-09-10 04:19:14.898--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 8] [junit] [EL Fine]: 2022-09-10 04:19:14.898--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 8] [junit] [EL Fine]: 2022-09-10 04:19:14.898--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 8] [junit] [EL Fine]: 2022-09-10 04:19:14.957--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 8] [junit] [EL Fine]: 2022-09-10 04:19:14.957--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 8] [junit] [EL Fine]: 2022-09-10 04:19:14.957--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 37] [junit] [EL Fine]: 2022-09-10 04:19:14.957--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 37] [junit] [EL Fine]: 2022-09-10 04:19:14.958--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 37] [junit] [EL Fine]: 2022-09-10 04:19:14.958--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 37] [junit] [EL Fine]: 2022-09-10 04:19:14.958--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 37] [junit] [EL Fine]: 2022-09-10 04:19:14.958--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.958--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.958--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.958--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.958--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 91] [junit] [EL Fine]: 2022-09-10 04:19:14.958--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 53] [junit] [EL Fine]: 2022-09-10 04:19:14.958--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 53] [junit] [EL Fine]: 2022-09-10 04:19:14.958--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 53] [junit] [EL Fine]: 2022-09-10 04:19:14.958--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 53] [junit] [EL Fine]: 2022-09-10 04:19:14.958--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 53] [junit] [EL Fine]: 2022-09-10 04:19:14.958--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 7] [junit] [EL Fine]: 2022-09-10 04:19:14.958--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 7] [junit] [EL Fine]: 2022-09-10 04:19:14.958--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 7] [junit] [EL Fine]: 2022-09-10 04:19:14.958--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 7] [junit] [EL Fine]: 2022-09-10 04:19:14.958--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 7] [junit] [EL Fine]: 2022-09-10 04:19:14.959--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 67] [junit] [EL Fine]: 2022-09-10 04:19:14.959--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 67] [junit] [EL Fine]: 2022-09-10 04:19:14.959--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 67] [junit] [EL Fine]: 2022-09-10 04:19:14.959--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 67] [junit] [EL Fine]: 2022-09-10 04:19:14.959--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 67] [junit] [EL Fine]: 2022-09-10 04:19:14.959--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 6] [junit] [EL Fine]: 2022-09-10 04:19:14.959--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 6] [junit] [EL Fine]: 2022-09-10 04:19:14.959--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 6] [junit] [EL Fine]: 2022-09-10 04:19:14.959--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 6] [junit] [EL Fine]: 2022-09-10 04:19:14.959--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 6] [junit] [EL Fine]: 2022-09-10 04:19:14.959--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 73] [junit] [EL Fine]: 2022-09-10 04:19:14.959--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 73] [junit] [EL Fine]: 2022-09-10 04:19:14.959--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 73] [junit] [EL Fine]: 2022-09-10 04:19:14.959--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 73] [junit] [EL Fine]: 2022-09-10 04:19:14.959--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 73] [junit] [EL Finer]: 2022-09-10 04:19:14.959--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:14.978--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.978--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.978--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.978--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.978--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.978--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.978--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.978--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.978--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.978--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.978--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.978--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.978--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.979--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.979--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.979--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.979--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.979--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.979--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.979--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.979--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.979--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.979--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.979--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.979--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.979--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.979--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.979--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.979--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.979--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.979--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.979--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.979--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.979--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.979--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.979--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.979--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.979--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.979--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.979--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.979--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.98--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.98--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.98--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.98--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.98--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.98--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.98--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.98--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.98--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.98--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.98--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.98--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.98--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.98--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.98--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.98--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.98--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.98--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.98--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.98--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.98--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.98--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.98--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.98--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.98--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.98--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.981--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.981--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.981--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.981--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.981--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.981--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.981--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.981--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.981--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.981--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.981--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.981--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.981--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.981--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.981--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.981--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.981--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.981--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.981--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.981--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.981--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.981--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.981--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.981--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.981--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.981--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.981--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.981--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.982--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.982--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.982--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.982--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:14.982--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:14.982--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:14.982--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:14.982--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 75] [junit] [EL Fine]: 2022-09-10 04:19:14.982--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 75] [junit] [EL Fine]: 2022-09-10 04:19:14.982--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 75] [junit] [EL Fine]: 2022-09-10 04:19:14.982--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 75] [junit] [EL Fine]: 2022-09-10 04:19:14.982--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 75] [junit] [EL Fine]: 2022-09-10 04:19:14.982--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 55] [junit] [EL Fine]: 2022-09-10 04:19:14.982--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 55] [junit] [EL Fine]: 2022-09-10 04:19:14.982--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 55] [junit] [EL Fine]: 2022-09-10 04:19:14.982--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 55] [junit] [EL Fine]: 2022-09-10 04:19:14.982--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 55] [junit] [EL Fine]: 2022-09-10 04:19:14.982--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 9] [junit] [EL Fine]: 2022-09-10 04:19:14.982--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 9] [junit] [EL Fine]: 2022-09-10 04:19:14.982--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 9] [junit] [EL Fine]: 2022-09-10 04:19:14.982--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 9] [junit] [EL Fine]: 2022-09-10 04:19:14.982--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 9] [junit] [EL Fine]: 2022-09-10 04:19:14.982--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 18] [junit] [EL Fine]: 2022-09-10 04:19:14.982--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 18] [junit] [EL Fine]: 2022-09-10 04:19:14.982--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 18] [junit] [EL Fine]: 2022-09-10 04:19:14.982--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 18] [junit] [EL Fine]: 2022-09-10 04:19:14.982--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 18] [junit] [EL Fine]: 2022-09-10 04:19:14.982--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 78] [junit] [EL Fine]: 2022-09-10 04:19:14.982--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 78] [junit] [EL Fine]: 2022-09-10 04:19:14.982--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 78] [junit] [EL Fine]: 2022-09-10 04:19:14.982--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 78] [junit] [EL Fine]: 2022-09-10 04:19:14.982--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 78] [junit] [EL Fine]: 2022-09-10 04:19:14.982--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 0] [junit] [EL Fine]: 2022-09-10 04:19:14.982--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 0] [junit] [EL Fine]: 2022-09-10 04:19:14.983--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 0] [junit] [EL Fine]: 2022-09-10 04:19:14.983--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 0] [junit] [EL Fine]: 2022-09-10 04:19:14.983--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 0] [junit] [EL Fine]: 2022-09-10 04:19:14.983--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 85] [junit] [EL Fine]: 2022-09-10 04:19:14.983--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 85] [junit] [EL Fine]: 2022-09-10 04:19:14.983--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 85] [junit] [EL Fine]: 2022-09-10 04:19:14.983--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 85] [junit] [EL Fine]: 2022-09-10 04:19:14.983--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 85] [junit] [EL Fine]: 2022-09-10 04:19:14.983--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 43] [junit] [EL Fine]: 2022-09-10 04:19:14.983--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 43] [junit] [EL Fine]: 2022-09-10 04:19:14.983--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 43] [junit] [EL Fine]: 2022-09-10 04:19:14.983--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 43] [junit] [EL Fine]: 2022-09-10 04:19:14.983--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 43] [junit] [EL Fine]: 2022-09-10 04:19:14.983--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 59] [junit] [EL Fine]: 2022-09-10 04:19:14.983--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 59] [junit] [EL Fine]: 2022-09-10 04:19:14.983--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 59] [junit] [EL Fine]: 2022-09-10 04:19:14.983--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 59] [junit] [EL Fine]: 2022-09-10 04:19:14.983--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 59] [junit] [EL Fine]: 2022-09-10 04:19:14.983--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 45] [junit] [EL Fine]: 2022-09-10 04:19:14.983--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 45] [junit] [EL Fine]: 2022-09-10 04:19:14.983--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 45] [junit] [EL Fine]: 2022-09-10 04:19:14.983--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 45] [junit] [EL Fine]: 2022-09-10 04:19:14.983--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 45] [junit] [EL Fine]: 2022-09-10 04:19:14.983--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 92] [junit] [EL Fine]: 2022-09-10 04:19:14.983--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 92] [junit] [EL Fine]: 2022-09-10 04:19:14.983--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 92] [junit] [EL Fine]: 2022-09-10 04:19:14.983--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 92] [junit] [EL Fine]: 2022-09-10 04:19:14.983--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 92] [junit] [EL Fine]: 2022-09-10 04:19:14.983--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 39] [junit] [EL Fine]: 2022-09-10 04:19:14.983--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 39] [junit] [EL Fine]: 2022-09-10 04:19:14.983--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 39] [junit] [EL Fine]: 2022-09-10 04:19:14.983--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 39] [junit] [EL Fine]: 2022-09-10 04:19:14.983--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 39] [junit] [EL Fine]: 2022-09-10 04:19:14.983--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 62] [junit] [EL Fine]: 2022-09-10 04:19:14.983--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 62] [junit] [EL Fine]: 2022-09-10 04:19:14.983--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 62] [junit] [EL Fine]: 2022-09-10 04:19:14.984--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 62] [junit] [EL Fine]: 2022-09-10 04:19:14.984--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 62] [junit] [EL Fine]: 2022-09-10 04:19:14.984--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 16] [junit] [EL Fine]: 2022-09-10 04:19:14.984--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 16] [junit] [EL Fine]: 2022-09-10 04:19:14.984--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 16] [junit] [EL Fine]: 2022-09-10 04:19:14.984--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 16] [junit] [EL Fine]: 2022-09-10 04:19:14.984--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 16] [junit] [EL Fine]: 2022-09-10 04:19:14.984--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 77] [junit] [EL Fine]: 2022-09-10 04:19:14.984--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 77] [junit] [EL Fine]: 2022-09-10 04:19:14.984--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 77] [junit] [EL Fine]: 2022-09-10 04:19:14.984--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 77] [junit] [EL Fine]: 2022-09-10 04:19:14.984--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 77] [junit] [EL Fine]: 2022-09-10 04:19:14.984--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 25] [junit] [EL Fine]: 2022-09-10 04:19:14.984--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 25] [junit] [EL Fine]: 2022-09-10 04:19:14.984--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 25] [junit] [EL Fine]: 2022-09-10 04:19:14.984--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 25] [junit] [EL Fine]: 2022-09-10 04:19:14.984--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 25] [junit] [EL Fine]: 2022-09-10 04:19:14.984--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 96] [junit] [EL Fine]: 2022-09-10 04:19:14.984--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 96] [junit] [EL Fine]: 2022-09-10 04:19:14.984--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 96] [junit] [EL Fine]: 2022-09-10 04:19:14.984--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 96] [junit] [EL Fine]: 2022-09-10 04:19:14.984--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 96] [junit] [EL Fine]: 2022-09-10 04:19:14.984--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 70] [junit] [EL Fine]: 2022-09-10 04:19:14.984--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 70] [junit] [EL Fine]: 2022-09-10 04:19:14.984--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 70] [junit] [EL Fine]: 2022-09-10 04:19:14.984--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 70] [junit] [EL Fine]: 2022-09-10 04:19:14.984--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 70] [junit] [EL Fine]: 2022-09-10 04:19:14.984--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 34] [junit] [EL Fine]: 2022-09-10 04:19:14.984--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 34] [junit] [EL Fine]: 2022-09-10 04:19:14.984--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 34] [junit] [EL Fine]: 2022-09-10 04:19:14.984--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 34] [junit] [EL Fine]: 2022-09-10 04:19:14.984--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 34] [junit] [EL Fine]: 2022-09-10 04:19:14.984--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 52] [junit] [EL Fine]: 2022-09-10 04:19:14.984--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 52] [junit] [EL Fine]: 2022-09-10 04:19:14.984--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 52] [junit] [EL Fine]: 2022-09-10 04:19:14.984--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 52] [junit] [EL Fine]: 2022-09-10 04:19:14.985--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 52] [junit] [EL Finer]: 2022-09-10 04:19:14.985--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:15.0--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.0--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.0--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.0--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.0--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.0--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.0--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.0--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.0--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.0--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.0--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.0--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.0--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.0--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.0--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.0--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.0--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.0--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.0--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.0--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.0--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.0--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.0--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.0--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.001--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.001--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.001--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.001--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.001--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.001--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.001--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.001--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.001--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.001--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.001--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.001--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.001--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.001--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.001--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.001--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.001--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.001--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.001--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.001--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.001--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.001--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.001--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.001--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.001--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.001--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.001--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.001--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.001--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.001--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.002--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.002--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.002--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.002--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.002--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.002--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.002--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.002--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.002--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.002--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.002--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.002--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.002--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.002--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.002--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.002--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.002--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.002--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.002--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.002--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.002--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.002--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.002--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.002--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.002--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.002--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.002--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.002--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.002--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.002--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.003--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.003--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.003--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.003--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.003--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.003--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.003--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.003--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.003--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.003--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.003--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.003--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.003--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.003--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.003--ClientSession(2041160610)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:15.003--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:15.003--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:15.003--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 35] [junit] [EL Fine]: 2022-09-10 04:19:15.003--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 35] [junit] [EL Fine]: 2022-09-10 04:19:15.003--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 35] [junit] [EL Fine]: 2022-09-10 04:19:15.003--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 35] [junit] [EL Fine]: 2022-09-10 04:19:15.003--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 35] [junit] [EL Fine]: 2022-09-10 04:19:15.003--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 65] [junit] [EL Fine]: 2022-09-10 04:19:15.003--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 65] [junit] [EL Fine]: 2022-09-10 04:19:15.003--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 65] [junit] [EL Fine]: 2022-09-10 04:19:15.003--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 65] [junit] [EL Fine]: 2022-09-10 04:19:15.003--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 65] [junit] [EL Fine]: 2022-09-10 04:19:15.003--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 11] [junit] [EL Fine]: 2022-09-10 04:19:15.003--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 11] [junit] [EL Fine]: 2022-09-10 04:19:15.003--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 11] [junit] [EL Fine]: 2022-09-10 04:19:15.003--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 11] [junit] [EL Fine]: 2022-09-10 04:19:15.003--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 11] [junit] [EL Fine]: 2022-09-10 04:19:15.004--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 88] [junit] [EL Fine]: 2022-09-10 04:19:15.004--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 88] [junit] [EL Fine]: 2022-09-10 04:19:15.004--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 88] [junit] [EL Fine]: 2022-09-10 04:19:15.004--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 88] [junit] [EL Fine]: 2022-09-10 04:19:15.004--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 88] [junit] [EL Fine]: 2022-09-10 04:19:15.004--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 31] [junit] [EL Fine]: 2022-09-10 04:19:15.004--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 31] [junit] [EL Fine]: 2022-09-10 04:19:15.004--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 31] [junit] [EL Fine]: 2022-09-10 04:19:15.004--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 31] [junit] [EL Fine]: 2022-09-10 04:19:15.004--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 31] [junit] [EL Fine]: 2022-09-10 04:19:15.004--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 79] [junit] [EL Fine]: 2022-09-10 04:19:15.004--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 79] [junit] [EL Fine]: 2022-09-10 04:19:15.004--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 79] [junit] [EL Fine]: 2022-09-10 04:19:15.004--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 79] [junit] [EL Fine]: 2022-09-10 04:19:15.004--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 79] [junit] [EL Fine]: 2022-09-10 04:19:15.004--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 72] [junit] [EL Fine]: 2022-09-10 04:19:15.004--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 72] [junit] [EL Fine]: 2022-09-10 04:19:15.004--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 72] [junit] [EL Fine]: 2022-09-10 04:19:15.004--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 72] [junit] [EL Fine]: 2022-09-10 04:19:15.004--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 72] [junit] [EL Fine]: 2022-09-10 04:19:15.004--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 58] [junit] [EL Fine]: 2022-09-10 04:19:15.004--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 58] [junit] [EL Fine]: 2022-09-10 04:19:15.004--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 58] [junit] [EL Fine]: 2022-09-10 04:19:15.004--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 58] [junit] [EL Fine]: 2022-09-10 04:19:15.004--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 58] [junit] [EL Fine]: 2022-09-10 04:19:15.004--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 1] [junit] [EL Fine]: 2022-09-10 04:19:15.004--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 1] [junit] [EL Fine]: 2022-09-10 04:19:15.004--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 1] [junit] [EL Fine]: 2022-09-10 04:19:15.004--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 1] [junit] [EL Fine]: 2022-09-10 04:19:15.004--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 1] [junit] [EL Fine]: 2022-09-10 04:19:15.004--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 46] [junit] [EL Fine]: 2022-09-10 04:19:15.004--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 46] [junit] [EL Fine]: 2022-09-10 04:19:15.004--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 46] [junit] [EL Fine]: 2022-09-10 04:19:15.004--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 46] [junit] [EL Fine]: 2022-09-10 04:19:15.004--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 46] [junit] [EL Fine]: 2022-09-10 04:19:15.004--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 29] [junit] [EL Fine]: 2022-09-10 04:19:15.004--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 29] [junit] [EL Fine]: 2022-09-10 04:19:15.004--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 29] [junit] [EL Fine]: 2022-09-10 04:19:15.004--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 29] [junit] [EL Fine]: 2022-09-10 04:19:15.004--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 29] [junit] [EL Fine]: 2022-09-10 04:19:15.004--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 23] [junit] [EL Fine]: 2022-09-10 04:19:15.004--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 23] [junit] [EL Fine]: 2022-09-10 04:19:15.004--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 23] [junit] [EL Fine]: 2022-09-10 04:19:15.004--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 23] [junit] [EL Fine]: 2022-09-10 04:19:15.004--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 23] [junit] [EL Fine]: 2022-09-10 04:19:15.004--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 42] [junit] [EL Fine]: 2022-09-10 04:19:15.005--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 42] [junit] [EL Fine]: 2022-09-10 04:19:15.005--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 42] [junit] [EL Fine]: 2022-09-10 04:19:15.005--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 42] [junit] [EL Fine]: 2022-09-10 04:19:15.005--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 42] [junit] [EL Fine]: 2022-09-10 04:19:15.005--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 97] [junit] [EL Fine]: 2022-09-10 04:19:15.005--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 97] [junit] [EL Fine]: 2022-09-10 04:19:15.067--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 97] [junit] [EL Fine]: 2022-09-10 04:19:15.067--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 97] [junit] [EL Fine]: 2022-09-10 04:19:15.067--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 97] [junit] [EL Fine]: 2022-09-10 04:19:15.067--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 24] [junit] [EL Fine]: 2022-09-10 04:19:15.067--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 24] [junit] [EL Fine]: 2022-09-10 04:19:15.067--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 24] [junit] [EL Fine]: 2022-09-10 04:19:15.067--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 24] [junit] [EL Fine]: 2022-09-10 04:19:15.067--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 24] [junit] [EL Fine]: 2022-09-10 04:19:15.068--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 13] [junit] [EL Fine]: 2022-09-10 04:19:15.068--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 13] [junit] [EL Fine]: 2022-09-10 04:19:15.068--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 13] [junit] [EL Fine]: 2022-09-10 04:19:15.068--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 13] [junit] [EL Fine]: 2022-09-10 04:19:15.068--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 13] [junit] [EL Fine]: 2022-09-10 04:19:15.068--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 98] [junit] [EL Fine]: 2022-09-10 04:19:15.068--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 98] [junit] [EL Fine]: 2022-09-10 04:19:15.068--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 98] [junit] [EL Fine]: 2022-09-10 04:19:15.068--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 98] [junit] [EL Fine]: 2022-09-10 04:19:15.068--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 98] [junit] [EL Fine]: 2022-09-10 04:19:15.068--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 27] [junit] [EL Fine]: 2022-09-10 04:19:15.068--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [67, 27] [junit] [EL Fine]: 2022-09-10 04:19:15.068--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 27] [junit] [EL Fine]: 2022-09-10 04:19:15.068--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 27] [junit] [EL Fine]: 2022-09-10 04:19:15.068--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 27] [junit] [EL Fine]: 2022-09-10 04:19:15.068--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 90] [junit] [EL Fine]: 2022-09-10 04:19:15.068--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 90] [junit] [EL Fine]: 2022-09-10 04:19:15.068--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 90] [junit] [EL Fine]: 2022-09-10 04:19:15.068--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 90] [junit] [EL Fine]: 2022-09-10 04:19:15.068--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 90] [junit] [EL Fine]: 2022-09-10 04:19:15.068--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [65, 86] [junit] [EL Fine]: 2022-09-10 04:19:15.069--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [66, 86] [junit] [EL Fine]: 2022-09-10 04:19:15.069--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [68, 86] [junit] [EL Fine]: 2022-09-10 04:19:15.069--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [64, 86] [junit] [EL Fine]: 2022-09-10 04:19:15.069--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])-- bind => [69, 86] [junit] [EL Finer]: 2022-09-10 04:19:15.069--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:15.09--ClientSession(2041160610)--Connection(663507972)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:15.092--ServerSession(1526542158)--Connection(2089378474)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:15.097--UnitOfWork(758157400)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:15.097--UnitOfWork(758157400)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:15.098--UnitOfWork(758157400)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:15.098--ClientSession(2041160610)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:15.098--UnitOfWork(758157400)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:15.098--ClientSession(2041160610)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:15.1--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 64631721 [junit] [EL Finer]: 2022-09-10 04:19:15.1--ClientSession(64631721)--Thread(Thread[main,5,main])--acquire unit of work: 515049209 [junit] [EL Finest]: 2022-09-10 04:19:15.1--UnitOfWork(515049209)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Employee sql="SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_EMP_HOBBY t2, TMP_HOBBY t1 WHERE ((t2.EMP_ID = t0.ID) AND (t1.ID = t2.HOBBY_ID)) GROUP BY t0.FIRSTNAME HAVING (COUNT(DISTINCT(t0.ID)) = ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.1--ServerSession(1526542158)--Connection(467898866)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:15.1--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:15.1--ServerSession(1526542158)--Connection(803416249)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_EMP_HOBBY t2, TMP_HOBBY t1 WHERE ((t2.EMP_ID = t0.ID) AND (t1.ID = t2.HOBBY_ID)) GROUP BY t0.FIRSTNAME HAVING (COUNT(DISTINCT(t0.ID)) = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:15.103--ServerSession(1526542158)--Connection(467898866)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:15.129--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1536940800 [junit] [EL Finer]: 2022-09-10 04:19:15.129--ClientSession(1536940800)--Thread(Thread[main,5,main])--acquire unit of work: 1792999965 [junit] [EL Finest]: 2022-09-10 04:19:15.129--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:reading. [junit] [EL Finest]: 2022-09-10 04:19:15.129--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (71 -> null:null:reading) [junit] [EL Finest]: 2022-09-10 04:19:15.13--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:cooking. [junit] [EL Finest]: 2022-09-10 04:19:15.13--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (72 -> null:null:cooking) [junit] [EL Finest]: 2022-09-10 04:19:15.13--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:watching tv. [junit] [EL Finest]: 2022-09-10 04:19:15.13--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (73 -> null:null:watching tv) [junit] [EL Finest]: 2022-09-10 04:19:15.13--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:cleaning the house. [junit] [EL Finest]: 2022-09-10 04:19:15.13--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (74 -> null:null:cleaning the house) [junit] [EL Finest]: 2022-09-10 04:19:15.13--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:swimming. [junit] [EL Finest]: 2022-09-10 04:19:15.13--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (75 -> null:null:swimming) [junit] [EL Finest]: 2022-09-10 04:19:15.13--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:computers. [junit] [EL Finest]: 2022-09-10 04:19:15.13--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (76 -> null:null:computers) [junit] [EL Finest]: 2022-09-10 04:19:15.13--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:stamps. [junit] [EL Finest]: 2022-09-10 04:19:15.13--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (77 -> null:null:stamps) [junit] [EL Finest]: 2022-09-10 04:19:15.13--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@0. [junit] [EL Finest]: 2022-09-10 04:19:15.13--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:19:15.13--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2. [junit] [EL Finest]: 2022-09-10 04:19:15.13--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3. [junit] [EL Finest]: 2022-09-10 04:19:15.13--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4. [junit] [EL Finest]: 2022-09-10 04:19:15.13--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5. [junit] [EL Finest]: 2022-09-10 04:19:15.13--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6. [junit] [EL Finest]: 2022-09-10 04:19:15.131--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7. [junit] [EL Finest]: 2022-09-10 04:19:15.131--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8. [junit] [EL Finest]: 2022-09-10 04:19:15.131--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9. [junit] [EL Finest]: 2022-09-10 04:19:15.131--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@78db5702. [junit] [EL Finest]: 2022-09-10 04:19:15.131--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,054 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@78db5702) [junit] [EL Finest]: 2022-09-10 04:19:15.131--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7d29d8fc. [junit] [EL Finest]: 2022-09-10 04:19:15.131--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,055 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7d29d8fc) [junit] [EL Finest]: 2022-09-10 04:19:15.131--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7a715766. [junit] [EL Finest]: 2022-09-10 04:19:15.131--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,056 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7a715766) [junit] [EL Finest]: 2022-09-10 04:19:15.131--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4043405a. [junit] [EL Finest]: 2022-09-10 04:19:15.131--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,057 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4043405a) [junit] [EL Finest]: 2022-09-10 04:19:15.131--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@62027c17. [junit] [EL Finest]: 2022-09-10 04:19:15.131--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,058 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@62027c17) [junit] [EL Finest]: 2022-09-10 04:19:15.131--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@51dfb693. [junit] [EL Finest]: 2022-09-10 04:19:15.131--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,059 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@51dfb693) [junit] [EL Finest]: 2022-09-10 04:19:15.131--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@216501a9. [junit] [EL Finest]: 2022-09-10 04:19:15.131--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,060 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@216501a9) [junit] [EL Finest]: 2022-09-10 04:19:15.131--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7bfec44f. [junit] [EL Finest]: 2022-09-10 04:19:15.131--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,061 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7bfec44f) [junit] [EL Finest]: 2022-09-10 04:19:15.131--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@aedede3. [junit] [EL Finest]: 2022-09-10 04:19:15.131--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,062 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@aedede3) [junit] [EL Finest]: 2022-09-10 04:19:15.132--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@26aab903. [junit] [EL Finest]: 2022-09-10 04:19:15.132--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,063 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@26aab903) [junit] [EL Finest]: 2022-09-10 04:19:15.132--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2f4b8c36. [junit] [EL Finest]: 2022-09-10 04:19:15.132--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,064 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2f4b8c36) [junit] [EL Finest]: 2022-09-10 04:19:15.132--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@221ae92c. [junit] [EL Finest]: 2022-09-10 04:19:15.132--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,065 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@221ae92c) [junit] [EL Finest]: 2022-09-10 04:19:15.132--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@477d8a79. [junit] [EL Finest]: 2022-09-10 04:19:15.132--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,066 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@477d8a79) [junit] [EL Finest]: 2022-09-10 04:19:15.132--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@34ec4134. [junit] [EL Finest]: 2022-09-10 04:19:15.132--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,067 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@34ec4134) [junit] [EL Finest]: 2022-09-10 04:19:15.132--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@47b541a3. [junit] [EL Finest]: 2022-09-10 04:19:15.132--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,068 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@47b541a3) [junit] [EL Finest]: 2022-09-10 04:19:15.132--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@329383f0. [junit] [EL Finest]: 2022-09-10 04:19:15.132--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,069 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@329383f0) [junit] [EL Finest]: 2022-09-10 04:19:15.132--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1916f999. [junit] [EL Finest]: 2022-09-10 04:19:15.132--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,070 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1916f999) [junit] [EL Finest]: 2022-09-10 04:19:15.132--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4f25fe6e. [junit] [EL Finest]: 2022-09-10 04:19:15.132--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,071 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4f25fe6e) [junit] [EL Finest]: 2022-09-10 04:19:15.132--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@22f00670. [junit] [EL Finest]: 2022-09-10 04:19:15.132--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,072 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@22f00670) [junit] [EL Finest]: 2022-09-10 04:19:15.133--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@c529ddd. [junit] [EL Finest]: 2022-09-10 04:19:15.133--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,073 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@c529ddd) [junit] [EL Finest]: 2022-09-10 04:19:15.133--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@222667ff. [junit] [EL Finest]: 2022-09-10 04:19:15.133--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,074 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@222667ff) [junit] [EL Finest]: 2022-09-10 04:19:15.133--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@42103b5b. [junit] [EL Finest]: 2022-09-10 04:19:15.133--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,075 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@42103b5b) [junit] [EL Finest]: 2022-09-10 04:19:15.133--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@60f166ef. [junit] [EL Finest]: 2022-09-10 04:19:15.133--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,076 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@60f166ef) [junit] [EL Finest]: 2022-09-10 04:19:15.133--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7855b359. [junit] [EL Finest]: 2022-09-10 04:19:15.133--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,077 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7855b359) [junit] [EL Finest]: 2022-09-10 04:19:15.133--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@695d2a33. [junit] [EL Finest]: 2022-09-10 04:19:15.133--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,078 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@695d2a33) [junit] [EL Finest]: 2022-09-10 04:19:15.133--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2ad41ea0. [junit] [EL Finest]: 2022-09-10 04:19:15.133--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,079 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2ad41ea0) [junit] [EL Finest]: 2022-09-10 04:19:15.133--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4179d30b. [junit] [EL Finest]: 2022-09-10 04:19:15.133--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,080 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4179d30b) [junit] [EL Finest]: 2022-09-10 04:19:15.133--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@14e37f06. [junit] [EL Finest]: 2022-09-10 04:19:15.133--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,081 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@14e37f06) [junit] [EL Finest]: 2022-09-10 04:19:15.133--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@14efd31b. [junit] [EL Finest]: 2022-09-10 04:19:15.133--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,082 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@14efd31b) [junit] [EL Finest]: 2022-09-10 04:19:15.134--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1ec4fe38. [junit] [EL Finest]: 2022-09-10 04:19:15.134--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,083 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1ec4fe38) [junit] [EL Finest]: 2022-09-10 04:19:15.134--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@112a8760. [junit] [EL Finest]: 2022-09-10 04:19:15.134--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,084 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@112a8760) [junit] [EL Finest]: 2022-09-10 04:19:15.134--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1ebec10c. [junit] [EL Finest]: 2022-09-10 04:19:15.134--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,085 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1ebec10c) [junit] [EL Finest]: 2022-09-10 04:19:15.134--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7423becb. [junit] [EL Finest]: 2022-09-10 04:19:15.134--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,086 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7423becb) [junit] [EL Finest]: 2022-09-10 04:19:15.134--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4dafab49. [junit] [EL Finest]: 2022-09-10 04:19:15.134--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,087 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4dafab49) [junit] [EL Finest]: 2022-09-10 04:19:15.134--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@87b341b. [junit] [EL Finest]: 2022-09-10 04:19:15.134--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,088 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@87b341b) [junit] [EL Finest]: 2022-09-10 04:19:15.134--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@602532b9. [junit] [EL Finest]: 2022-09-10 04:19:15.134--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,089 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@602532b9) [junit] [EL Finest]: 2022-09-10 04:19:15.134--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@9190d90. [junit] [EL Finest]: 2022-09-10 04:19:15.134--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,090 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@9190d90) [junit] [EL Finest]: 2022-09-10 04:19:15.134--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@39dc0a19. [junit] [EL Finest]: 2022-09-10 04:19:15.134--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,091 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@39dc0a19) [junit] [EL Finest]: 2022-09-10 04:19:15.134--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@68562ad5. [junit] [EL Finest]: 2022-09-10 04:19:15.134--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,092 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@68562ad5) [junit] [EL Finest]: 2022-09-10 04:19:15.135--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@21af7d9c. [junit] [EL Finest]: 2022-09-10 04:19:15.135--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,093 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@21af7d9c) [junit] [EL Finest]: 2022-09-10 04:19:15.135--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@609b91b4. [junit] [EL Finest]: 2022-09-10 04:19:15.135--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,094 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@609b91b4) [junit] [EL Finest]: 2022-09-10 04:19:15.135--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@394ec37c. [junit] [EL Finest]: 2022-09-10 04:19:15.135--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,095 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@394ec37c) [junit] [EL Finest]: 2022-09-10 04:19:15.135--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@60175602. [junit] [EL Finest]: 2022-09-10 04:19:15.135--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,096 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@60175602) [junit] [EL Finest]: 2022-09-10 04:19:15.135--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3a8e9401. [junit] [EL Finest]: 2022-09-10 04:19:15.135--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,097 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3a8e9401) [junit] [EL Finest]: 2022-09-10 04:19:15.135--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6a4b4d5. [junit] [EL Finest]: 2022-09-10 04:19:15.135--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,098 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6a4b4d5) [junit] [EL Finest]: 2022-09-10 04:19:15.135--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@493ec25e. [junit] [EL Finest]: 2022-09-10 04:19:15.135--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,099 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@493ec25e) [junit] [EL Finest]: 2022-09-10 04:19:15.135--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@13c33a3d. [junit] [EL Finest]: 2022-09-10 04:19:15.135--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,100 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@13c33a3d) [junit] [EL Finest]: 2022-09-10 04:19:15.135--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5da39ad8. [junit] [EL Finest]: 2022-09-10 04:19:15.135--ServerSession(1526542158)--Connection(2122489765)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:15.135--ClientSession(1536940800)--Connection(2122489765)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:15.135--ClientSession(1536940800)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:15.136--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="VehicleGenerator" sql="UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ?") [junit] [EL Finest]: 2022-09-10 04:19:15.136--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="VehicleGenerator" sql="SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2022-09-10 04:19:15.136--ClientSession(1536940800)--Connection(1100062233)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2022-09-10 04:19:15.137--ClientSession(1536940800)--Connection(1100062233)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2022-09-10 04:19:15.137--ClientSession(1536940800)--Connection(1100062233)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 1,101, last: 1,150 [junit] [EL Finer]: 2022-09-10 04:19:15.137--ClientSession(1536940800)--Connection(1100062233)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:15.138--ServerSession(1526542158)--Connection(1100062233)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2022-09-10 04:19:15.138--ServerSession(1526542158)--Connection(2122489765)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:19:15.138--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,101 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5da39ad8) [junit] [EL Finest]: 2022-09-10 04:19:15.138--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2c3ade2a. [junit] [EL Finest]: 2022-09-10 04:19:15.138--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,102 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2c3ade2a) [junit] [EL Finest]: 2022-09-10 04:19:15.138--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4de73fd2. [junit] [EL Finest]: 2022-09-10 04:19:15.139--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,103 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4de73fd2) [junit] [EL Finest]: 2022-09-10 04:19:15.139--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@68217ca5. [junit] [EL Finest]: 2022-09-10 04:19:15.139--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,104 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@68217ca5) [junit] [EL Finest]: 2022-09-10 04:19:15.139--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@613da64b. [junit] [EL Finest]: 2022-09-10 04:19:15.139--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,105 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@613da64b) [junit] [EL Finest]: 2022-09-10 04:19:15.139--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1b0cefc8. [junit] [EL Finest]: 2022-09-10 04:19:15.139--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,106 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1b0cefc8) [junit] [EL Finest]: 2022-09-10 04:19:15.139--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6f614ad4. [junit] [EL Finest]: 2022-09-10 04:19:15.139--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,107 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6f614ad4) [junit] [EL Finest]: 2022-09-10 04:19:15.139--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@cc6c7c9. [junit] [EL Finest]: 2022-09-10 04:19:15.139--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,108 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@cc6c7c9) [junit] [EL Finest]: 2022-09-10 04:19:15.139--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4527e4. [junit] [EL Finest]: 2022-09-10 04:19:15.139--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,109 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4527e4) [junit] [EL Finest]: 2022-09-10 04:19:15.139--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7ccbfa8b. [junit] [EL Finest]: 2022-09-10 04:19:15.139--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,110 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7ccbfa8b) [junit] [EL Finest]: 2022-09-10 04:19:15.139--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1919382c. [junit] [EL Finest]: 2022-09-10 04:19:15.139--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,111 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1919382c) [junit] [EL Finest]: 2022-09-10 04:19:15.139--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@235b4c49. [junit] [EL Finest]: 2022-09-10 04:19:15.139--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,112 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@235b4c49) [junit] [EL Finest]: 2022-09-10 04:19:15.139--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@a0825c1. [junit] [EL Finest]: 2022-09-10 04:19:15.14--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,113 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@a0825c1) [junit] [EL Finest]: 2022-09-10 04:19:15.14--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@29b489a9. [junit] [EL Finest]: 2022-09-10 04:19:15.14--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,114 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@29b489a9) [junit] [EL Finest]: 2022-09-10 04:19:15.14--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@79bc0ceb. [junit] [EL Finest]: 2022-09-10 04:19:15.14--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,115 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@79bc0ceb) [junit] [EL Finest]: 2022-09-10 04:19:15.14--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@fc2e91. [junit] [EL Finest]: 2022-09-10 04:19:15.14--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,116 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@fc2e91) [junit] [EL Finest]: 2022-09-10 04:19:15.14--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4b113562. [junit] [EL Finest]: 2022-09-10 04:19:15.14--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,117 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4b113562) [junit] [EL Finest]: 2022-09-10 04:19:15.14--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@46650468. [junit] [EL Finest]: 2022-09-10 04:19:15.14--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,118 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@46650468) [junit] [EL Finest]: 2022-09-10 04:19:15.14--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5fa7931b. [junit] [EL Finest]: 2022-09-10 04:19:15.14--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,119 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5fa7931b) [junit] [EL Finest]: 2022-09-10 04:19:15.14--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3e4ea6d8. [junit] [EL Finest]: 2022-09-10 04:19:15.14--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,120 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3e4ea6d8) [junit] [EL Finest]: 2022-09-10 04:19:15.14--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7c362e56. [junit] [EL Finest]: 2022-09-10 04:19:15.14--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,121 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7c362e56) [junit] [EL Finest]: 2022-09-10 04:19:15.14--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@129e23fc. [junit] [EL Finest]: 2022-09-10 04:19:15.14--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,122 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@129e23fc) [junit] [EL Finest]: 2022-09-10 04:19:15.14--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@714245ff. [junit] [EL Finest]: 2022-09-10 04:19:15.141--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,123 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@714245ff) [junit] [EL Finest]: 2022-09-10 04:19:15.141--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3af15569. [junit] [EL Finest]: 2022-09-10 04:19:15.141--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,124 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3af15569) [junit] [EL Finest]: 2022-09-10 04:19:15.141--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@777898ff. [junit] [EL Finest]: 2022-09-10 04:19:15.141--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,125 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@777898ff) [junit] [EL Finest]: 2022-09-10 04:19:15.141--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@149ad42f. [junit] [EL Finest]: 2022-09-10 04:19:15.141--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,126 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@149ad42f) [junit] [EL Finest]: 2022-09-10 04:19:15.141--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@779406fe. [junit] [EL Finest]: 2022-09-10 04:19:15.141--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,127 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@779406fe) [junit] [EL Finest]: 2022-09-10 04:19:15.141--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@47fe4f78. [junit] [EL Finest]: 2022-09-10 04:19:15.141--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,128 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@47fe4f78) [junit] [EL Finest]: 2022-09-10 04:19:15.141--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@74f29818. [junit] [EL Finest]: 2022-09-10 04:19:15.141--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,129 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@74f29818) [junit] [EL Finest]: 2022-09-10 04:19:15.141--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@360b1105. [junit] [EL Finest]: 2022-09-10 04:19:15.141--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,130 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@360b1105) [junit] [EL Finest]: 2022-09-10 04:19:15.141--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@617f42cc. [junit] [EL Finest]: 2022-09-10 04:19:15.141--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,131 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@617f42cc) [junit] [EL Finest]: 2022-09-10 04:19:15.141--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@544f5414. [junit] [EL Finest]: 2022-09-10 04:19:15.141--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,132 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@544f5414) [junit] [EL Finest]: 2022-09-10 04:19:15.141--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@341d34dd. [junit] [EL Finest]: 2022-09-10 04:19:15.142--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,133 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@341d34dd) [junit] [EL Finest]: 2022-09-10 04:19:15.142--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5af08862. [junit] [EL Finest]: 2022-09-10 04:19:15.142--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,134 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5af08862) [junit] [EL Finest]: 2022-09-10 04:19:15.142--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4182c8d2. [junit] [EL Finest]: 2022-09-10 04:19:15.142--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,135 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4182c8d2) [junit] [EL Finest]: 2022-09-10 04:19:15.142--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6f43db02. [junit] [EL Finest]: 2022-09-10 04:19:15.142--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,136 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6f43db02) [junit] [EL Finest]: 2022-09-10 04:19:15.142--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3225b1eb. [junit] [EL Finest]: 2022-09-10 04:19:15.142--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,137 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3225b1eb) [junit] [EL Finest]: 2022-09-10 04:19:15.142--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6c488c55. [junit] [EL Finest]: 2022-09-10 04:19:15.142--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,138 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6c488c55) [junit] [EL Finest]: 2022-09-10 04:19:15.142--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3bdb1d56. [junit] [EL Finest]: 2022-09-10 04:19:15.142--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,139 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3bdb1d56) [junit] [EL Finest]: 2022-09-10 04:19:15.142--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4a314ae4. [junit] [EL Finest]: 2022-09-10 04:19:15.142--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,140 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4a314ae4) [junit] [EL Finest]: 2022-09-10 04:19:15.142--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@550400a0. [junit] [EL Finest]: 2022-09-10 04:19:15.142--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,141 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@550400a0) [junit] [EL Finest]: 2022-09-10 04:19:15.142--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7d061471. [junit] [EL Finest]: 2022-09-10 04:19:15.142--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,142 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7d061471) [junit] [EL Finest]: 2022-09-10 04:19:15.142--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1ed4972a. [junit] [EL Finest]: 2022-09-10 04:19:15.142--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,143 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1ed4972a) [junit] [EL Finest]: 2022-09-10 04:19:15.143--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5e72987e. [junit] [EL Finest]: 2022-09-10 04:19:15.143--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,144 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5e72987e) [junit] [EL Finest]: 2022-09-10 04:19:15.143--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2b868210. [junit] [EL Finest]: 2022-09-10 04:19:15.143--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,145 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2b868210) [junit] [EL Finest]: 2022-09-10 04:19:15.143--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@66eebe8d. [junit] [EL Finest]: 2022-09-10 04:19:15.143--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,146 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@66eebe8d) [junit] [EL Finest]: 2022-09-10 04:19:15.143--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5c3908bd. [junit] [EL Finest]: 2022-09-10 04:19:15.143--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,147 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5c3908bd) [junit] [EL Finest]: 2022-09-10 04:19:15.143--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@16c2da2c. [junit] [EL Finest]: 2022-09-10 04:19:15.143--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,148 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@16c2da2c) [junit] [EL Finest]: 2022-09-10 04:19:15.143--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@94b4ce6. [junit] [EL Finest]: 2022-09-10 04:19:15.143--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,149 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@94b4ce6) [junit] [EL Finest]: 2022-09-10 04:19:15.143--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1ac28194. [junit] [EL Finest]: 2022-09-10 04:19:15.143--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,150 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1ac28194) [junit] [EL Finest]: 2022-09-10 04:19:15.143--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@e2a0e91. [junit] [EL Finest]: 2022-09-10 04:19:15.143--ServerSession(1526542158)--Connection(238659266)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:15.143--ClientSession(1536940800)--Connection(238659266)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:15.143--ClientSession(1536940800)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:15.144--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="VehicleGenerator" sql="UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ?") [junit] [EL Finest]: 2022-09-10 04:19:15.144--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="VehicleGenerator" sql="SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2022-09-10 04:19:15.144--ClientSession(1536940800)--Connection(1564931999)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2022-09-10 04:19:15.144--ClientSession(1536940800)--Connection(1564931999)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2022-09-10 04:19:15.145--ClientSession(1536940800)--Connection(1564931999)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 1,151, last: 1,200 [junit] [EL Finer]: 2022-09-10 04:19:15.145--ClientSession(1536940800)--Connection(1564931999)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:15.146--ServerSession(1526542158)--Connection(1564931999)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2022-09-10 04:19:15.146--ServerSession(1526542158)--Connection(238659266)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:19:15.146--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,151 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@e2a0e91) [junit] [EL Finest]: 2022-09-10 04:19:15.146--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@47231862. [junit] [EL Finest]: 2022-09-10 04:19:15.146--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,152 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@47231862) [junit] [EL Finest]: 2022-09-10 04:19:15.146--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7c11f00a. [junit] [EL Finest]: 2022-09-10 04:19:15.146--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,153 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7c11f00a) [junit] [EL Finest]: 2022-09-10 04:19:15.146--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@610f8dd8. [junit] [EL Finest]: 2022-09-10 04:19:15.146--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,154 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@610f8dd8) [junit] [EL Finest]: 2022-09-10 04:19:15.146--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@118e3554. [junit] [EL Finest]: 2022-09-10 04:19:15.146--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,155 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@118e3554) [junit] [EL Finest]: 2022-09-10 04:19:15.146--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@4eb1cf0f. [junit] [EL Finest]: 2022-09-10 04:19:15.146--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,156 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@4eb1cf0f) [junit] [EL Finest]: 2022-09-10 04:19:15.147--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@3dd3f773. [junit] [EL Finest]: 2022-09-10 04:19:15.147--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,157 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@3dd3f773) [junit] [EL Finest]: 2022-09-10 04:19:15.147--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@20afcc5c. [junit] [EL Finest]: 2022-09-10 04:19:15.147--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--assign sequence to the object (1,158 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@20afcc5c) [junit] [EL Finest]: 2022-09-10 04:19:15.147--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@406b6988. [junit] [EL Finest]: 2022-09-10 04:19:15.147--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2228082d. [junit] [EL Finest]: 2022-09-10 04:19:15.147--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6707fc3e. [junit] [EL Finest]: 2022-09-10 04:19:15.147--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@15878bb8. [junit] [EL Finest]: 2022-09-10 04:19:15.147--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6e499bc1. [junit] [EL Finest]: 2022-09-10 04:19:15.147--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@54c5c875. [junit] [EL Finest]: 2022-09-10 04:19:15.147--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7b330cbd. [junit] [EL Finest]: 2022-09-10 04:19:15.147--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4e872237. [junit] [EL Finest]: 2022-09-10 04:19:15.147--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@44c3fef4. [junit] [EL Finest]: 2022-09-10 04:19:15.147--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@59a62b0e. [junit] [EL Finest]: 2022-09-10 04:19:15.147--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@17e83783. [junit] [EL Finest]: 2022-09-10 04:19:15.147--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@68bd3e3f. [junit] [EL Finest]: 2022-09-10 04:19:15.147--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@48ebf57c. [junit] [EL Finest]: 2022-09-10 04:19:15.148--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@150ae70c. [junit] [EL Finest]: 2022-09-10 04:19:15.148--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@508edcd7. [junit] [EL Finest]: 2022-09-10 04:19:15.148--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3d6d57d4. [junit] [EL Finest]: 2022-09-10 04:19:15.148--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@107b30e0. [junit] [EL Finest]: 2022-09-10 04:19:15.148--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@579ffb7e. [junit] [EL Finest]: 2022-09-10 04:19:15.148--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1d45746. [junit] [EL Finest]: 2022-09-10 04:19:15.148--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7707cd05. [junit] [EL Finest]: 2022-09-10 04:19:15.148--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@107b7bea. [junit] [EL Finest]: 2022-09-10 04:19:15.148--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5a79b792. [junit] [EL Finest]: 2022-09-10 04:19:15.148--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1105a7e0. [junit] [EL Finest]: 2022-09-10 04:19:15.148--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6c1a08f2. [junit] [EL Finest]: 2022-09-10 04:19:15.148--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5b6626e5. [junit] [EL Finest]: 2022-09-10 04:19:15.148--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5bda90af. [junit] [EL Finest]: 2022-09-10 04:19:15.148--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@53d95e8a. [junit] [EL Finest]: 2022-09-10 04:19:15.148--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@61c6450f. [junit] [EL Finest]: 2022-09-10 04:19:15.148--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@518b5d87. [junit] [EL Finest]: 2022-09-10 04:19:15.149--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5b85d036. [junit] [EL Finest]: 2022-09-10 04:19:15.149--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@635d1461. [junit] [EL Finest]: 2022-09-10 04:19:15.149--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5e4cdb22. [junit] [EL Finest]: 2022-09-10 04:19:15.149--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3534fbe8. [junit] [EL Finest]: 2022-09-10 04:19:15.149--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4bb27275. [junit] [EL Finest]: 2022-09-10 04:19:15.149--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6fce615d. [junit] [EL Finest]: 2022-09-10 04:19:15.149--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3db55907. [junit] [EL Finest]: 2022-09-10 04:19:15.149--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@65eb3095. [junit] [EL Finest]: 2022-09-10 04:19:15.149--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@72bdb6d3. [junit] [EL Finest]: 2022-09-10 04:19:15.149--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2cacb73b. [junit] [EL Finest]: 2022-09-10 04:19:15.149--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6b873080. [junit] [EL Finest]: 2022-09-10 04:19:15.149--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@485f3327. [junit] [EL Finest]: 2022-09-10 04:19:15.149--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@76ae320f. [junit] [EL Finest]: 2022-09-10 04:19:15.149--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5c0be4db. [junit] [EL Finest]: 2022-09-10 04:19:15.149--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@73858ba. [junit] [EL Finest]: 2022-09-10 04:19:15.149--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@844e2fb. [junit] [EL Finest]: 2022-09-10 04:19:15.149--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4493a45f. [junit] [EL Finest]: 2022-09-10 04:19:15.15--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@37cac511. [junit] [EL Finest]: 2022-09-10 04:19:15.15--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@315c13b4. [junit] [EL Finest]: 2022-09-10 04:19:15.15--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7dbafe9d. [junit] [EL Finest]: 2022-09-10 04:19:15.15--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@63ccc72c. [junit] [EL Finest]: 2022-09-10 04:19:15.15--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1f554ccc. [junit] [EL Finest]: 2022-09-10 04:19:15.177--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4d35f066. [junit] [EL Finest]: 2022-09-10 04:19:15.177--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@45a844de. [junit] [EL Finest]: 2022-09-10 04:19:15.177--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4203a7b1. [junit] [EL Finest]: 2022-09-10 04:19:15.178--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@478f973d. [junit] [EL Finest]: 2022-09-10 04:19:15.178--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@68fd7df. [junit] [EL Finest]: 2022-09-10 04:19:15.178--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@485b21ec. [junit] [EL Finest]: 2022-09-10 04:19:15.178--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1fb89238. [junit] [EL Finest]: 2022-09-10 04:19:15.178--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4eddb903. [junit] [EL Finest]: 2022-09-10 04:19:15.178--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7e341f8c. [junit] [EL Finest]: 2022-09-10 04:19:15.178--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@47ba55fb. [junit] [EL Finest]: 2022-09-10 04:19:15.178--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@ffeb49c. [junit] [EL Finest]: 2022-09-10 04:19:15.178--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@191fe3e3. [junit] [EL Finest]: 2022-09-10 04:19:15.178--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@720c54c6. [junit] [EL Finest]: 2022-09-10 04:19:15.179--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@635234f5. [junit] [EL Finest]: 2022-09-10 04:19:15.179--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1976008c. [junit] [EL Finest]: 2022-09-10 04:19:15.179--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@481c2454. [junit] [EL Finest]: 2022-09-10 04:19:15.179--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@e9c78b3. [junit] [EL Finest]: 2022-09-10 04:19:15.179--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@47232c32. [junit] [EL Finest]: 2022-09-10 04:19:15.179--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@36b9f295. [junit] [EL Finest]: 2022-09-10 04:19:15.179--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2202c350. [junit] [EL Finest]: 2022-09-10 04:19:15.179--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6aef4277. [junit] [EL Finest]: 2022-09-10 04:19:15.179--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@53c25e43. [junit] [EL Finest]: 2022-09-10 04:19:15.179--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@9618b87. [junit] [EL Finest]: 2022-09-10 04:19:15.179--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5f24bda8. [junit] [EL Finest]: 2022-09-10 04:19:15.18--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2f151750. [junit] [EL Finest]: 2022-09-10 04:19:15.18--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6500d306. [junit] [EL Finest]: 2022-09-10 04:19:15.18--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@24a2bb25. [junit] [EL Finest]: 2022-09-10 04:19:15.18--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@474f8a2b. [junit] [EL Finest]: 2022-09-10 04:19:15.18--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1c44579. [junit] [EL Finest]: 2022-09-10 04:19:15.18--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@397cb21e. [junit] [EL Finest]: 2022-09-10 04:19:15.18--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5f25535d. [junit] [EL Finest]: 2022-09-10 04:19:15.18--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4a70561f. [junit] [EL Finest]: 2022-09-10 04:19:15.18--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@a175266. [junit] [EL Finest]: 2022-09-10 04:19:15.181--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@539a885e. [junit] [EL Finest]: 2022-09-10 04:19:15.181--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@762deb10. [junit] [EL Finest]: 2022-09-10 04:19:15.181--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7d4069b0. [junit] [EL Finest]: 2022-09-10 04:19:15.181--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6a15ec76. [junit] [EL Finest]: 2022-09-10 04:19:15.181--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@10cbdf91. [junit] [EL Finest]: 2022-09-10 04:19:15.181--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@695e9431. [junit] [EL Finest]: 2022-09-10 04:19:15.181--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@800a742. [junit] [EL Finest]: 2022-09-10 04:19:15.181--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@541276dc. [junit] [EL Finest]: 2022-09-10 04:19:15.181--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@512efef4. [junit] [EL Finest]: 2022-09-10 04:19:15.181--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5b96272e. [junit] [EL Finest]: 2022-09-10 04:19:15.182--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6a230707. [junit] [EL Finest]: 2022-09-10 04:19:15.182--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@34106ddc. [junit] [EL Finest]: 2022-09-10 04:19:15.182--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6e44f06c. [junit] [EL Finest]: 2022-09-10 04:19:15.182--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2b595d7e. [junit] [EL Finest]: 2022-09-10 04:19:15.182--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@10b648c0. [junit] [EL Finest]: 2022-09-10 04:19:15.182--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@68817cd7. [junit] [EL Finer]: 2022-09-10 04:19:15.182--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:15.184--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@20afcc5c) [junit] [EL Finest]: 2022-09-10 04:19:15.184--ServerSession(1526542158)--Connection(1137402637)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:15.185--ClientSession(1536940800)--Connection(1137402637)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:15.185--ClientSession(1536940800)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:15.185--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@3dd3f773) [junit] [EL Finest]: 2022-09-10 04:19:15.185--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@118e3554) [junit] [EL Finest]: 2022-09-10 04:19:15.185--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@610f8dd8) [junit] [EL Finest]: 2022-09-10 04:19:15.186--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@4eb1cf0f) [junit] [EL Finest]: 2022-09-10 04:19:15.186--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finer]: 2022-09-10 04:19:15.186--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:15.186--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, NUM_GEARS, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:15.186--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1158, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2022-09-10 04:19:15.186--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1157, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2022-09-10 04:19:15.186--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1155, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2022-09-10 04:19:15.186--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1154, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2022-09-10 04:19:15.186--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1156, foo-brand, null, 0, 1, 4] [junit] [EL Finer]: 2022-09-10 04:19:15.186--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:15.188--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6) [junit] [EL Finest]: 2022-09-10 04:19:15.188--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8) [junit] [EL Finest]: 2022-09-10 04:19:15.188--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:19:15.188--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@0) [junit] [EL Finest]: 2022-09-10 04:19:15.189--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9) [junit] [EL Finest]: 2022-09-10 04:19:15.189--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4) [junit] [EL Finest]: 2022-09-10 04:19:15.189--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7) [junit] [EL Finest]: 2022-09-10 04:19:15.189--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2022-09-10 04:19:15.189--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5) [junit] [EL Finest]: 2022-09-10 04:19:15.189--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7707cd05) [junit] [EL Finer]: 2022-09-10 04:19:15.189--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:15.189--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:15.189--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [2, Department_2, 1] [junit] [EL Fine]: 2022-09-10 04:19:15.189--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [6, Department_6, 1] [junit] [EL Fine]: 2022-09-10 04:19:15.189--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [8, Department_8, 1] [junit] [EL Fine]: 2022-09-10 04:19:15.189--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1, Department_1, 1] [junit] [EL Fine]: 2022-09-10 04:19:15.19--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [0, Department_0, 1] [junit] [EL Fine]: 2022-09-10 04:19:15.19--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [9, Department_9, 1] [junit] [EL Fine]: 2022-09-10 04:19:15.19--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [4, Department_4, 1] [junit] [EL Fine]: 2022-09-10 04:19:15.19--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [7, Department_7, 1] [junit] [EL Fine]: 2022-09-10 04:19:15.19--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [3, Department_3, 1] [junit] [EL Fine]: 2022-09-10 04:19:15.19--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [5, Department_5, 1] [junit] [EL Finer]: 2022-09-10 04:19:15.19--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:15.192--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4203a7b1) [junit] [EL Finest]: 2022-09-10 04:19:15.192--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5bda90af) [junit] [EL Finest]: 2022-09-10 04:19:15.193--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@68bd3e3f) [junit] [EL Finest]: 2022-09-10 04:19:15.193--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4493a45f) [junit] [EL Finest]: 2022-09-10 04:19:15.193--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6500d306) [junit] [EL Finest]: 2022-09-10 04:19:15.193--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4eddb903) [junit] [EL Finest]: 2022-09-10 04:19:15.193--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@485f3327) [junit] [EL Finest]: 2022-09-10 04:19:15.193--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@45a844de) [junit] [EL Finest]: 2022-09-10 04:19:15.193--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@48ebf57c) [junit] [EL Finest]: 2022-09-10 04:19:15.193--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@512efef4) [junit] [EL Finest]: 2022-09-10 04:19:15.193--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@107b7bea) [junit] [EL Finest]: 2022-09-10 04:19:15.193--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@539a885e) [junit] [EL Finest]: 2022-09-10 04:19:15.193--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5b85d036) [junit] [EL Finest]: 2022-09-10 04:19:15.193--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@10b648c0) [junit] [EL Finest]: 2022-09-10 04:19:15.193--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@762deb10) [junit] [EL Finest]: 2022-09-10 04:19:15.193--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@73858ba) [junit] [EL Finest]: 2022-09-10 04:19:15.194--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@59a62b0e) [junit] [EL Finest]: 2022-09-10 04:19:15.194--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@47232c32) [junit] [EL Finest]: 2022-09-10 04:19:15.194--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@485b21ec) [junit] [EL Finest]: 2022-09-10 04:19:15.194--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@406b6988) [junit] [EL Finest]: 2022-09-10 04:19:15.194--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@72bdb6d3) [junit] [EL Finest]: 2022-09-10 04:19:15.194--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6707fc3e) [junit] [EL Finest]: 2022-09-10 04:19:15.194--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@315c13b4) [junit] [EL Finest]: 2022-09-10 04:19:15.194--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@e9c78b3) [junit] [EL Finest]: 2022-09-10 04:19:15.194--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@191fe3e3) [junit] [EL Finest]: 2022-09-10 04:19:15.194--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@844e2fb) [junit] [EL Finest]: 2022-09-10 04:19:15.194--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1f554ccc) [junit] [EL Finest]: 2022-09-10 04:19:15.194--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@24a2bb25) [junit] [EL Finest]: 2022-09-10 04:19:15.194--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@474f8a2b) [junit] [EL Finest]: 2022-09-10 04:19:15.194--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5a79b792) [junit] [EL Finest]: 2022-09-10 04:19:15.195--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@ffeb49c) [junit] [EL Finest]: 2022-09-10 04:19:15.195--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6b873080) [junit] [EL Finest]: 2022-09-10 04:19:15.195--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@10cbdf91) [junit] [EL Finest]: 2022-09-10 04:19:15.195--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5b96272e) [junit] [EL Finest]: 2022-09-10 04:19:15.195--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@76ae320f) [junit] [EL Finest]: 2022-09-10 04:19:15.195--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2228082d) [junit] [EL Finest]: 2022-09-10 04:19:15.195--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5c0be4db) [junit] [EL Finest]: 2022-09-10 04:19:15.195--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@635234f5) [junit] [EL Finest]: 2022-09-10 04:19:15.195--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@481c2454) [junit] [EL Finest]: 2022-09-10 04:19:15.195--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1976008c) [junit] [EL Finest]: 2022-09-10 04:19:15.195--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5f25535d) [junit] [EL Finest]: 2022-09-10 04:19:15.195--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5f24bda8) [junit] [EL Finest]: 2022-09-10 04:19:15.195--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@15878bb8) [junit] [EL Finest]: 2022-09-10 04:19:15.195--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@a175266) [junit] [EL Finest]: 2022-09-10 04:19:15.196--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6e499bc1) [junit] [EL Finest]: 2022-09-10 04:19:15.196--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@150ae70c) [junit] [EL Finest]: 2022-09-10 04:19:15.196--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4a70561f) [junit] [EL Finest]: 2022-09-10 04:19:15.196--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@518b5d87) [junit] [EL Finest]: 2022-09-10 04:19:15.196--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2f151750) [junit] [EL Finest]: 2022-09-10 04:19:15.196--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2b595d7e) [junit] [EL Finest]: 2022-09-10 04:19:15.196--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2202c350) [junit] [EL Finest]: 2022-09-10 04:19:15.196--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3db55907) [junit] [EL Finest]: 2022-09-10 04:19:15.196--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1105a7e0) [junit] [EL Finest]: 2022-09-10 04:19:15.196--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4d35f066) [junit] [EL Finest]: 2022-09-10 04:19:15.196--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3d6d57d4) [junit] [EL Finest]: 2022-09-10 04:19:15.196--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@65eb3095) [junit] [EL Finest]: 2022-09-10 04:19:15.196--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5b6626e5) [junit] [EL Finest]: 2022-09-10 04:19:15.196--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@53d95e8a) [junit] [EL Finest]: 2022-09-10 04:19:15.196--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@36b9f295) [junit] [EL Finest]: 2022-09-10 04:19:15.197--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@397cb21e) [junit] [EL Finest]: 2022-09-10 04:19:15.197--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2cacb73b) [junit] [EL Finest]: 2022-09-10 04:19:15.197--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@478f973d) [junit] [EL Finest]: 2022-09-10 04:19:15.197--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6fce615d) [junit] [EL Finest]: 2022-09-10 04:19:15.197--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@107b30e0) [junit] [EL Finest]: 2022-09-10 04:19:15.197--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@695e9431) [junit] [EL Finest]: 2022-09-10 04:19:15.197--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@17e83783) [junit] [EL Finest]: 2022-09-10 04:19:15.197--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@53c25e43) [junit] [EL Finest]: 2022-09-10 04:19:15.197--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@635d1461) [junit] [EL Finest]: 2022-09-10 04:19:15.197--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7d4069b0) [junit] [EL Finest]: 2022-09-10 04:19:15.197--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@63ccc72c) [junit] [EL Finest]: 2022-09-10 04:19:15.197--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@47ba55fb) [junit] [EL Finest]: 2022-09-10 04:19:15.197--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@720c54c6) [junit] [EL Finest]: 2022-09-10 04:19:15.197--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6a15ec76) [junit] [EL Finest]: 2022-09-10 04:19:15.198--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1c44579) [junit] [EL Finest]: 2022-09-10 04:19:15.198--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6c1a08f2) [junit] [EL Finest]: 2022-09-10 04:19:15.198--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@800a742) [junit] [EL Finest]: 2022-09-10 04:19:15.198--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4bb27275) [junit] [EL Finest]: 2022-09-10 04:19:15.198--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@44c3fef4) [junit] [EL Finest]: 2022-09-10 04:19:15.198--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@68817cd7) [junit] [EL Finest]: 2022-09-10 04:19:15.198--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@37cac511) [junit] [EL Finest]: 2022-09-10 04:19:15.198--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5e4cdb22) [junit] [EL Finest]: 2022-09-10 04:19:15.198--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1d45746) [junit] [EL Finest]: 2022-09-10 04:19:15.198--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@61c6450f) [junit] [EL Finest]: 2022-09-10 04:19:15.198--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7e341f8c) [junit] [EL Finest]: 2022-09-10 04:19:15.198--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7b330cbd) [junit] [EL Finest]: 2022-09-10 04:19:15.198--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@541276dc) [junit] [EL Finest]: 2022-09-10 04:19:15.198--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@508edcd7) [junit] [EL Finest]: 2022-09-10 04:19:15.198--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@34106ddc) [junit] [EL Finest]: 2022-09-10 04:19:15.199--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3534fbe8) [junit] [EL Finest]: 2022-09-10 04:19:15.199--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6aef4277) [junit] [EL Finest]: 2022-09-10 04:19:15.199--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6a230707) [junit] [EL Finest]: 2022-09-10 04:19:15.199--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@68fd7df) [junit] [EL Finest]: 2022-09-10 04:19:15.199--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4e872237) [junit] [EL Finest]: 2022-09-10 04:19:15.199--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6e44f06c) [junit] [EL Finest]: 2022-09-10 04:19:15.199--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1fb89238) [junit] [EL Finest]: 2022-09-10 04:19:15.199--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@9618b87) [junit] [EL Finest]: 2022-09-10 04:19:15.199--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7dbafe9d) [junit] [EL Finest]: 2022-09-10 04:19:15.199--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@579ffb7e) [junit] [EL Finest]: 2022-09-10 04:19:15.199--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@54c5c875) [junit] [EL Finest]: 2022-09-10 04:19:15.199--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(73:null:watching tv) [junit] [EL Finer]: 2022-09-10 04:19:15.199--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:15.199--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:15.199--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [19, Harald, Hecht, null, 2022-09-21 18:05:55.148, 2022-08-29 14:32:35.148, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.2--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [53, Harry, Hildebrandt, null, 2022-09-21 18:05:55.177, 2022-08-29 14:32:35.177, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.2--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [25, Heimo, Hein, null, 2022-09-21 18:05:55.148, 2022-08-29 14:32:35.148, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.2--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [11, Herbert, Hamilton, null, 2022-09-21 18:05:55.147, 2022-08-29 14:32:35.147, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.2--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [45, Hakan, Hampe, null, 2022-09-21 18:05:55.149, 2022-08-29 14:32:35.149, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.2--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, Hedda, Hampe, null, 2022-09-21 18:05:55.18, 2022-08-29 14:32:35.18, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.2--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [58, Hedwig, Heim, null, 2022-09-21 18:05:55.178, 2022-08-29 14:32:35.178, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.2--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [40, Harriet, Hackmann, null, 2022-09-21 18:05:55.149, 2022-08-29 14:32:35.149, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.2--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [52, Hannelore, Hense, null, 2022-09-21 18:05:55.177, 2022-08-29 14:32:35.177, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.2--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [12, Hansklaus, Herold, null, 2022-09-21 18:05:55.147, 2022-08-29 14:32:35.147, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.2--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [92, Hedi, Haak, null, 2022-09-21 18:05:55.181, 2022-08-29 14:32:35.181, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.2--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [20, Hansjörg, Heinichen, null, 2022-09-21 18:05:55.148, 2022-08-29 14:32:35.148, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.2--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [84, Heimo, Henning, null, 2022-09-21 18:05:55.181, 2022-08-29 14:32:35.181, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.2--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [29, Hermine, Haas, null, 2022-09-21 18:05:55.149, 2022-08-29 14:32:35.149, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.2--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [98, Hänel, Hache, null, 2022-09-21 18:05:55.182, 2022-08-29 14:32:35.182, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.2--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [85, Hauke, Hewitt, null, 2022-09-21 18:05:55.181, 2022-08-29 14:32:35.181, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.2--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [43, Holde, Hackmann, null, 2022-09-21 18:05:55.149, 2022-08-29 14:32:35.149, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.2--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [9, Helen, Hanisch, null, 2022-09-21 18:05:55.147, 2022-08-29 14:32:35.147, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.2--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [68, Hannah, Heinrich, null, 2022-09-21 18:05:55.179, 2022-08-29 14:32:35.179, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.2--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [56, Harvey, Harding, null, 2022-09-21 18:05:55.178, 2022-08-29 14:32:35.178, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.2--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [0, Henrik, Hesse, null, 2022-09-21 18:05:55.147, 2022-08-29 14:32:35.147, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.2--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [37, Hedda, Herrmann, null, 2022-09-21 18:05:55.149, 2022-08-29 14:32:35.149, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.201--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [2, Hanspeter, Hein, null, 2022-09-21 18:05:55.147, 2022-08-29 14:32:35.147, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.201--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [47, Harald, Heidegger, null, 2022-09-21 18:05:55.15, 2022-08-29 14:32:35.15, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.201--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [67, Holde, Heise, null, 2022-09-21 18:05:55.179, 2022-08-29 14:32:35.179, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.201--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [62, Hakan, Harnack, null, 2022-09-21 18:05:55.178, 2022-08-29 14:32:35.178, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.201--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [44, Heiner, Hardy, null, 2022-09-21 18:05:55.149, 2022-08-29 14:32:35.149, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.201--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [50, Heiko, Haas, null, 2022-09-21 18:05:55.15, 2022-08-29 14:32:35.15, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.201--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [77, Helmut, Havenstein, null, 2022-09-21 18:05:55.18, 2022-08-29 14:32:35.18, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.201--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [78, Heidi, Hesse, null, 2022-09-21 18:05:55.18, 2022-08-29 14:32:35.18, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.201--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [21, Helmut, Henschel, null, 2022-09-21 18:05:55.148, 2022-08-29 14:32:35.148, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.201--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [61, Helge, Hartenthaler, null, 2022-09-21 18:05:55.178, 2022-08-29 14:32:35.178, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.201--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [39, Henri, Helbig, null, 2022-09-21 18:05:55.149, 2022-08-29 14:32:35.149, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.201--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [88, Hakon, Heim, null, 2022-09-21 18:05:55.181, 2022-08-29 14:32:35.181, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.201--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [93, Heinrich, Helms, null, 2022-09-21 18:05:55.181, 2022-08-29 14:32:35.181, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.201--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [41, Hilda, Hermelink, null, 2022-09-21 18:05:55.149, 2022-08-29 14:32:35.149, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.201--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1, Heike, Heuser, null, 2022-09-21 18:05:55.147, 2022-08-29 14:32:35.147, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.201--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [42, Helmar, Hentschel, null, 2022-09-21 18:05:55.149, 2022-08-29 14:32:35.149, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.201--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [64, Hertha, Hampe, null, 2022-09-21 18:05:55.179, 2022-08-29 14:32:35.179, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.201--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [66, Heyko, Harding, null, 2022-09-21 18:05:55.179, 2022-08-29 14:32:35.179, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.201--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [65, Hansklaus, Hardy, null, 2022-09-21 18:05:55.179, 2022-08-29 14:32:35.179, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.201--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [81, Hanns, Heim, null, 2022-09-21 18:05:55.18, 2022-08-29 14:32:35.18, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.201--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, Helma, Hampe, null, 2022-09-21 18:05:55.179, 2022-08-29 14:32:35.179, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.202--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [3, Helen, Haus Lancaster, null, 2022-09-21 18:05:55.147, 2022-08-29 14:32:35.147, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.202--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [83, Hanspeter, Halbach, null, 2022-09-21 18:05:55.18, 2022-08-29 14:32:35.18, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.202--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [4, Henrike, Hausmann, null, 2022-09-21 18:05:55.147, 2022-08-29 14:32:35.147, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.202--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [13, Hedda, Hildebrand, null, 2022-09-21 18:05:55.148, 2022-08-29 14:32:35.148, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.202--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [82, Hedwig, Hellmann, null, 2022-09-21 18:05:55.18, 2022-08-29 14:32:35.18, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.202--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [28, Heinrich, Hampe, null, 2022-09-21 18:05:55.148, 2022-08-29 14:32:35.148, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.202--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, Heike, Hense, null, 2022-09-21 18:05:55.18, 2022-08-29 14:32:35.18, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.202--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [97, Hauke, Hardy, null, 2022-09-21 18:05:55.182, 2022-08-29 14:32:35.182, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.202--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [70, Harold, Haak, null, 2022-09-21 18:05:55.179, 2022-08-29 14:32:35.179, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.202--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [35, Hakon, Hary, null, 2022-09-21 18:05:55.149, 2022-08-29 14:32:35.149, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.202--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [22, Hartwin, Hemsterhuis, null, 2022-09-21 18:05:55.148, 2022-08-29 14:32:35.148, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.202--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [51, Hauke, Hilgenfeld, null, 2022-09-21 18:05:55.177, 2022-08-29 14:32:35.177, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.202--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [15, Hartwin, Hartenthaler, null, 2022-09-21 18:05:55.148, 2022-08-29 14:32:35.148, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.202--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [36, Hildegard, Hewitt, null, 2022-09-21 18:05:55.149, 2022-08-29 14:32:35.149, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.202--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [24, Helen, Hanisch, null, 2022-09-21 18:05:55.148, 2022-08-29 14:32:35.148, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.202--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [26, Hakon, Hampe, null, 2022-09-21 18:05:55.148, 2022-08-29 14:32:35.148, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.202--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [69, Helga, Hamilton, null, 2022-09-21 18:05:55.179, 2022-08-29 14:32:35.179, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.202--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [80, Harold, Hilgenfeld, null, 2022-09-21 18:05:55.18, 2022-08-29 14:32:35.18, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.202--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [38, Heidi, Hemsterhuis, null, 2022-09-21 18:05:55.149, 2022-08-29 14:32:35.149, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.202--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [54, Hannes, Hildebrand, null, 2022-09-21 18:05:55.178, 2022-08-29 14:32:35.178, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.202--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [34, Hagen, Hecht, null, 2022-09-21 18:05:55.149, 2022-08-29 14:32:35.149, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.202--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [16, Hedda, Hary, null, 2022-09-21 18:05:55.148, 2022-08-29 14:32:35.148, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.203--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [89, Hulda, Hettner, null, 2022-09-21 18:05:55.181, 2022-08-29 14:32:35.181, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.203--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [10, Harvey, Heise, null, 2022-09-21 18:05:55.147, 2022-08-29 14:32:35.147, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.203--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, Hedda, Hecht, null, 2022-09-21 18:05:55.179, 2022-08-29 14:32:35.179, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.203--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [30, Hubert, Hampe, null, 2022-09-21 18:05:55.149, 2022-08-29 14:32:35.149, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.203--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [86, Hasso, Hanstein, null, 2022-09-21 18:05:55.181, 2022-08-29 14:32:35.181, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.203--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [49, Helen, Hegemann, null, 2022-09-21 18:05:55.15, 2022-08-29 14:32:35.15, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.203--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [60, Herma, Herder, null, 2022-09-21 18:05:55.178, 2022-08-29 14:32:35.178, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.203--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [63, Heike, Hendrix, null, 2022-09-21 18:05:55.178, 2022-08-29 14:32:35.178, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.203--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [87, Harry, Hilgenfeld, null, 2022-09-21 18:05:55.181, 2022-08-29 14:32:35.181, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.203--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [79, Harry, Hermann, null, 2022-09-21 18:05:55.18, 2022-08-29 14:32:35.18, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.203--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [23, Hanna, Hilbert, null, 2022-09-21 18:05:55.148, 2022-08-29 14:32:35.148, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.203--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [90, Hannelore, Haller, null, 2022-09-21 18:05:55.181, 2022-08-29 14:32:35.181, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.203--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [33, Hinrich, Hawke, null, 2022-09-21 18:05:55.149, 2022-08-29 14:32:35.149, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.203--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [8, Helga, Haus Lancaster, null, 2022-09-21 18:05:55.147, 2022-08-29 14:32:35.147, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.203--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [99, Hertha, Hardenberg, null, 2022-09-21 18:05:55.182, 2022-08-29 14:32:35.182, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.203--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [46, Hannes, Hartenthaler, null, 2022-09-21 18:05:55.15, 2022-08-29 14:32:35.15, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.203--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [31, Helgard, Heer, null, 2022-09-21 18:05:55.149, 2022-08-29 14:32:35.149, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.203--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [18, Hansklaus, Haas, null, 2022-09-21 18:05:55.148, 2022-08-29 14:32:35.148, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.203--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [27, Hasso, Hilbert, null, 2022-09-21 18:05:55.148, 2022-08-29 14:32:35.148, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.203--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [59, Heidemarie, Helbig, null, 2022-09-21 18:05:55.178, 2022-08-29 14:32:35.178, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.203--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [6, Hubert, Hanson, null, 2022-09-21 18:05:55.147, 2022-08-29 14:32:35.147, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.203--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [91, Helena, Hache, null, 2022-09-21 18:05:55.181, 2022-08-29 14:32:35.181, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.203--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [14, Hazel, Herold, null, 2022-09-21 18:05:55.148, 2022-08-29 14:32:35.148, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.204--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [95, Heyko, Hense, null, 2022-09-21 18:05:55.182, 2022-08-29 14:32:35.182, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.204--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [32, Harald, Haus Lancaster, null, 2022-09-21 18:05:55.149, 2022-08-29 14:32:35.149, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.204--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, Heinrich, Hache, null, 2022-09-21 18:05:55.179, 2022-08-29 14:32:35.179, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.204--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [94, Harald, Hausmann, null, 2022-09-21 18:05:55.182, 2022-08-29 14:32:35.182, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.204--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [55, Hasso, Habermann, null, 2022-09-21 18:05:55.178, 2022-08-29 14:32:35.178, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.204--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [7, Heide, Hesse, null, 2022-09-21 18:05:55.147, 2022-08-29 14:32:35.147, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.204--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [96, Hildegard, Hamann, null, 2022-09-21 18:05:55.182, 2022-08-29 14:32:35.182, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.204--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [57, Hauke, Haus Lancaster, null, 2022-09-21 18:05:55.178, 2022-08-29 14:32:35.178, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.204--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, Heike, Hanson, null, 2022-09-21 18:05:55.179, 2022-08-29 14:32:35.179, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.204--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [48, Harald, Hamilton, null, 2022-09-21 18:05:55.15, 2022-08-29 14:32:35.15, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.204--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [17, Hannelore, Helmig, null, 2022-09-21 18:05:55.148, 2022-08-29 14:32:35.148, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.204--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [5, Heyko, Heer, null, 2022-09-21 18:05:55.147, 2022-08-29 14:32:35.147, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:15.204--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:15.226--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(77:null:stamps) [junit] [EL Finest]: 2022-09-10 04:19:15.226--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(74:null:cleaning the house) [junit] [EL Finest]: 2022-09-10 04:19:15.226--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(75:null:swimming) [junit] [EL Finest]: 2022-09-10 04:19:15.226--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(72:null:cooking) [junit] [EL Finest]: 2022-09-10 04:19:15.226--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(76:null:computers) [junit] [EL Finest]: 2022-09-10 04:19:15.226--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(71:null:reading) [junit] [EL Finest]: 2022-09-10 04:19:15.226--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7bfec44f) [junit] [EL Finer]: 2022-09-10 04:19:15.226--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:15.226--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:15.226--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, null, watching tv] [junit] [EL Fine]: 2022-09-10 04:19:15.226--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [77, null, stamps] [junit] [EL Fine]: 2022-09-10 04:19:15.226--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, null, cleaning the house] [junit] [EL Fine]: 2022-09-10 04:19:15.226--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, null, swimming] [junit] [EL Fine]: 2022-09-10 04:19:15.226--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, null, cooking] [junit] [EL Fine]: 2022-09-10 04:19:15.226--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, null, computers] [junit] [EL Fine]: 2022-09-10 04:19:15.226--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, null, reading] [junit] [EL Finer]: 2022-09-10 04:19:15.226--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:15.228--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6f614ad4) [junit] [EL Finest]: 2022-09-10 04:19:15.228--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@47b541a3) [junit] [EL Finest]: 2022-09-10 04:19:15.228--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@477d8a79) [junit] [EL Finest]: 2022-09-10 04:19:15.228--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6a4b4d5) [junit] [EL Finest]: 2022-09-10 04:19:15.228--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7c11f00a) [junit] [EL Finest]: 2022-09-10 04:19:15.228--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@714245ff) [junit] [EL Finest]: 2022-09-10 04:19:15.228--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@129e23fc) [junit] [EL Finest]: 2022-09-10 04:19:15.228--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@544f5414) [junit] [EL Finest]: 2022-09-10 04:19:15.228--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@550400a0) [junit] [EL Finest]: 2022-09-10 04:19:15.228--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@394ec37c) [junit] [EL Finest]: 2022-09-10 04:19:15.228--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1ec4fe38) [junit] [EL Finest]: 2022-09-10 04:19:15.228--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@216501a9) [junit] [EL Finest]: 2022-09-10 04:19:15.228--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@39dc0a19) [junit] [EL Finest]: 2022-09-10 04:19:15.228--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@602532b9) [junit] [EL Finest]: 2022-09-10 04:19:15.229--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4a314ae4) [junit] [EL Finest]: 2022-09-10 04:19:15.229--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@87b341b) [junit] [EL Finest]: 2022-09-10 04:19:15.229--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@51dfb693) [junit] [EL Finest]: 2022-09-10 04:19:15.229--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@493ec25e) [junit] [EL Finest]: 2022-09-10 04:19:15.229--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3e4ea6d8) [junit] [EL Finest]: 2022-09-10 04:19:15.229--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@47fe4f78) [junit] [EL Finest]: 2022-09-10 04:19:15.229--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@22f00670) [junit] [EL Finest]: 2022-09-10 04:19:15.229--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2b868210) [junit] [EL Finest]: 2022-09-10 04:19:15.229--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@26aab903) [junit] [EL Finest]: 2022-09-10 04:19:15.229--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@46650468) [junit] [EL Finest]: 2022-09-10 04:19:15.229--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7d29d8fc) [junit] [EL Finest]: 2022-09-10 04:19:15.229--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@14efd31b) [junit] [EL Finest]: 2022-09-10 04:19:15.229--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@16c2da2c) [junit] [EL Finest]: 2022-09-10 04:19:15.229--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@29b489a9) [junit] [EL Finest]: 2022-09-10 04:19:15.229--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4dafab49) [junit] [EL Finest]: 2022-09-10 04:19:15.23--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@fc2e91) [junit] [EL Finest]: 2022-09-10 04:19:15.23--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@62027c17) [junit] [EL Finest]: 2022-09-10 04:19:15.23--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@617f42cc) [junit] [EL Finest]: 2022-09-10 04:19:15.23--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7855b359) [junit] [EL Finest]: 2022-09-10 04:19:15.23--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6f43db02) [junit] [EL Finest]: 2022-09-10 04:19:15.23--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@13c33a3d) [junit] [EL Finest]: 2022-09-10 04:19:15.23--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5da39ad8) [junit] [EL Finest]: 2022-09-10 04:19:15.23--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@66eebe8d) [junit] [EL Finest]: 2022-09-10 04:19:15.23--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7ccbfa8b) [junit] [EL Finest]: 2022-09-10 04:19:15.23--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@78db5702) [junit] [EL Finest]: 2022-09-10 04:19:15.23--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4b113562) [junit] [EL Finest]: 2022-09-10 04:19:15.23--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@613da64b) [junit] [EL Finest]: 2022-09-10 04:19:15.23--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7c362e56) [junit] [EL Finest]: 2022-09-10 04:19:15.23--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5e72987e) [junit] [EL Finest]: 2022-09-10 04:19:15.231--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@609b91b4) [junit] [EL Finest]: 2022-09-10 04:19:15.231--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7d061471) [junit] [EL Finest]: 2022-09-10 04:19:15.231--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@779406fe) [junit] [EL Finest]: 2022-09-10 04:19:15.231--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@94b4ce6) [junit] [EL Finest]: 2022-09-10 04:19:15.231--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3a8e9401) [junit] [EL Finest]: 2022-09-10 04:19:15.231--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2f4b8c36) [junit] [EL Finest]: 2022-09-10 04:19:15.231--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7a715766) [junit] [EL Finest]: 2022-09-10 04:19:15.231--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1919382c) [junit] [EL Finest]: 2022-09-10 04:19:15.231--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@60f166ef) [junit] [EL Finest]: 2022-09-10 04:19:15.231--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3af15569) [junit] [EL Finest]: 2022-09-10 04:19:15.231--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@47231862) [junit] [EL Finest]: 2022-09-10 04:19:15.231--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@222667ff) [junit] [EL Finest]: 2022-09-10 04:19:15.231--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@695d2a33) [junit] [EL Finest]: 2022-09-10 04:19:15.231--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7423becb) [junit] [EL Finest]: 2022-09-10 04:19:15.232--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1916f999) [junit] [EL Finest]: 2022-09-10 04:19:15.232--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@14e37f06) [junit] [EL Finest]: 2022-09-10 04:19:15.232--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@360b1105) [junit] [EL Finest]: 2022-09-10 04:19:15.232--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5af08862) [junit] [EL Finest]: 2022-09-10 04:19:15.232--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@74f29818) [junit] [EL Finest]: 2022-09-10 04:19:15.232--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@68217ca5) [junit] [EL Finest]: 2022-09-10 04:19:15.232--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@112a8760) [junit] [EL Finest]: 2022-09-10 04:19:15.232--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4f25fe6e) [junit] [EL Finest]: 2022-09-10 04:19:15.232--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5c3908bd) [junit] [EL Finest]: 2022-09-10 04:19:15.232--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6c488c55) [junit] [EL Finest]: 2022-09-10 04:19:15.232--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@341d34dd) [junit] [EL Finest]: 2022-09-10 04:19:15.232--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1ac28194) [junit] [EL Finest]: 2022-09-10 04:19:15.232--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4182c8d2) [junit] [EL Finest]: 2022-09-10 04:19:15.232--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1b0cefc8) [junit] [EL Finest]: 2022-09-10 04:19:15.233--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@34ec4134) [junit] [EL Finest]: 2022-09-10 04:19:15.233--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3225b1eb) [junit] [EL Finest]: 2022-09-10 04:19:15.233--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2ad41ea0) [junit] [EL Finest]: 2022-09-10 04:19:15.233--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@60175602) [junit] [EL Finest]: 2022-09-10 04:19:15.233--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@cc6c7c9) [junit] [EL Finest]: 2022-09-10 04:19:15.233--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@777898ff) [junit] [EL Finest]: 2022-09-10 04:19:15.233--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@329383f0) [junit] [EL Finest]: 2022-09-10 04:19:15.233--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@235b4c49) [junit] [EL Finest]: 2022-09-10 04:19:15.233--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@aedede3) [junit] [EL Finest]: 2022-09-10 04:19:15.233--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4527e4) [junit] [EL Finest]: 2022-09-10 04:19:15.29--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5fa7931b) [junit] [EL Finest]: 2022-09-10 04:19:15.29--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1ed4972a) [junit] [EL Finest]: 2022-09-10 04:19:15.291--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@149ad42f) [junit] [EL Finest]: 2022-09-10 04:19:15.291--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4de73fd2) [junit] [EL Finest]: 2022-09-10 04:19:15.291--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1ebec10c) [junit] [EL Finest]: 2022-09-10 04:19:15.291--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@221ae92c) [junit] [EL Finest]: 2022-09-10 04:19:15.291--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4043405a) [junit] [EL Finest]: 2022-09-10 04:19:15.291--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@c529ddd) [junit] [EL Finest]: 2022-09-10 04:19:15.291--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@79bc0ceb) [junit] [EL Finest]: 2022-09-10 04:19:15.291--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3bdb1d56) [junit] [EL Finest]: 2022-09-10 04:19:15.291--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2c3ade2a) [junit] [EL Finest]: 2022-09-10 04:19:15.292--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@e2a0e91) [junit] [EL Finest]: 2022-09-10 04:19:15.292--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@9190d90) [junit] [EL Finest]: 2022-09-10 04:19:15.292--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@42103b5b) [junit] [EL Finest]: 2022-09-10 04:19:15.292--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@a0825c1) [junit] [EL Finest]: 2022-09-10 04:19:15.292--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@21af7d9c) [junit] [EL Finest]: 2022-09-10 04:19:15.292--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@68562ad5) [junit] [EL Finest]: 2022-09-10 04:19:15.292--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4179d30b) [junit] [EL Finest]: 2022-09-10 04:19:15.292--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:15.292--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:15.292--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, VERSION, EMPLOYEE_ID, DTYPE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:15.292--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1061, foo-car, null, null, null, null, 1, 2, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.293--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1107, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.293--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1068, foo-car, null, null, null, null, 1, 44, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.293--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1066, foo-car, null, null, null, null, 1, 92, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.293--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1098, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.293--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1153, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.293--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1123, foo-car, null, null, null, null, 1, 64, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.293--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1122, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.293--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1132, foo-car, null, null, null, null, 1, 48, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.293--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1141, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.293--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1095, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.293--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1083, foo-car, null, null, null, null, 1, 50, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.293--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1060, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.293--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1091, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.293--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1089, foo-car, null, null, null, null, 1, 70, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.293--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1140, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.293--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1088, foo-car, null, null, null, null, 1, 18, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.294--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1059, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.294--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1099, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.294--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1120, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.294--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1128, foo-car, null, null, null, null, 1, 94, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.294--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1072, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.294--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1145, foo-car, null, null, null, null, 1, 28, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.294--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1063, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.294--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1118, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.294--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1055, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.294--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1082, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.294--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1148, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.294--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1114, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.294--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1087, foo-car, null, null, null, null, 1, 52, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.294--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1116, foo-car, null, null, null, null, 1, 40, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.294--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1058, foo-car, null, null, null, null, 1, 12, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.294--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1131, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.294--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1077, foo-car, null, null, null, null, 1, 66, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.295--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1136, foo-car, null, null, null, null, 1, 16, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.295--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1100, foo-car, null, null, null, null, 1, 76, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.295--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1101, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.295--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1146, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.295--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1110, foo-car, null, null, null, null, 1, 46, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.295--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1054, foo-car, null, null, null, null, 1, 68, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.295--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1117, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.295--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1105, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.295--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1121, foo-car, null, null, null, null, 1, 90, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.295--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1144, foo-car, null, null, null, null, 1, 6, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.295--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1094, foo-car, null, null, null, null, 1, 26, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.295--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1142, foo-car, null, null, null, null, 1, 86, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.295--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1127, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.295--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1149, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.295--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1097, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.295--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1064, foo-car, null, null, null, null, 1, 74, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.295--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1056, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.295--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1111, foo-car, null, null, null, null, 1, 30, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.296--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1076, foo-car, null, null, null, null, 1, 38, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.296--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1124, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.296--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1152, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.296--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1074, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.296--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1078, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.296--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1086, foo-car, null, null, null, null, 1, 56, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.296--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1070, foo-car, null, null, null, null, 1, 78, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.296--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1081, foo-car, null, null, null, null, 1, 36, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.296--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1130, foo-car, null, null, null, null, 1, 60, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.296--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1134, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.296--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1129, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.296--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1104, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.296--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1084, foo-car, null, null, null, null, 1, 0, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.296--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1071, foo-car, null, null, null, null, 1, 82, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.296--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1147, foo-car, null, null, null, null, 1, 10, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.296--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1138, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.297--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1133, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.297--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1150, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.297--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1135, foo-car, null, null, null, null, 1, 98, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.297--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1106, foo-car, null, null, null, null, 1, 42, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.297--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1067, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.297--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1137, foo-car, null, null, null, null, 1, 88, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.297--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1079, foo-car, null, null, null, null, 1, 14, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.297--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1096, foo-car, null, null, null, null, 1, 20, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.297--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1108, foo-car, null, null, null, null, 1, 80, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.297--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1125, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.297--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1069, foo-car, null, null, null, null, 1, 84, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.297--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1112, foo-car, null, null, null, null, 1, 24, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.297--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1062, foo-car, null, null, null, null, 1, 72, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.297--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1109, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.297--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1119, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.297--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1143, foo-car, null, null, null, null, 1, 58, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.297--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1126, foo-car, null, null, null, null, 1, 22, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.298--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1103, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.298--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1085, foo-car, null, null, null, null, 1, 62, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.298--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1065, foo-car, null, null, null, null, 1, 8, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.298--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1057, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.298--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1073, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.298--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1115, foo-car, null, null, null, null, 1, 34, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.298--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1139, foo-car, null, null, null, null, 1, 32, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.298--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1102, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.298--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1151, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.298--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1090, foo-car, null, null, null, null, 1, 96, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.298--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1075, foo-car, null, null, null, null, 1, 4, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.298--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1113, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.298--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1093, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.298--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1092, foo-car, null, null, null, null, 1, 54, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.298--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1080, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Finer]: 2022-09-10 04:19:15.298--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:15.316--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.316--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.316--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.316--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.316--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.316--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.316--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.316--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.316--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.316--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.316--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.316--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.316--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.317--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.317--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.317--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.317--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.317--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.317--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.317--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.317--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.317--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.317--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.317--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.317--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.317--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.317--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.317--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.317--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.317--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.317--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.317--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.317--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.317--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.317--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.317--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.317--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.317--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.317--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.317--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.317--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.317--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.317--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.318--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.318--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.318--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.318--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.318--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.318--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.318--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:15.318--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:15.318--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:15.318--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [1, 1157] [junit] [EL Fine]: 2022-09-10 04:19:15.318--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [3, 1157] [junit] [EL Fine]: 2022-09-10 04:19:15.318--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [7, 1157] [junit] [EL Fine]: 2022-09-10 04:19:15.318--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [9, 1157] [junit] [EL Fine]: 2022-09-10 04:19:15.318--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [39, 1157] [junit] [EL Fine]: 2022-09-10 04:19:15.318--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [41, 1157] [junit] [EL Fine]: 2022-09-10 04:19:15.318--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [45, 1157] [junit] [EL Fine]: 2022-09-10 04:19:15.318--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [47, 1157] [junit] [EL Fine]: 2022-09-10 04:19:15.318--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [65, 1157] [junit] [EL Fine]: 2022-09-10 04:19:15.318--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [81, 1157] [junit] [EL Fine]: 2022-09-10 04:19:15.318--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [5, 1155] [junit] [EL Fine]: 2022-09-10 04:19:15.318--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [25, 1155] [junit] [EL Fine]: 2022-09-10 04:19:15.318--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [31, 1155] [junit] [EL Fine]: 2022-09-10 04:19:15.318--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [35, 1155] [junit] [EL Fine]: 2022-09-10 04:19:15.318--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [43, 1155] [junit] [EL Fine]: 2022-09-10 04:19:15.318--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [61, 1155] [junit] [EL Fine]: 2022-09-10 04:19:15.318--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [67, 1155] [junit] [EL Fine]: 2022-09-10 04:19:15.318--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [69, 1155] [junit] [EL Fine]: 2022-09-10 04:19:15.318--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 1155] [junit] [EL Fine]: 2022-09-10 04:19:15.318--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [85, 1155] [junit] [EL Fine]: 2022-09-10 04:19:15.318--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [93, 1155] [junit] [EL Fine]: 2022-09-10 04:19:15.318--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [97, 1155] [junit] [EL Fine]: 2022-09-10 04:19:15.318--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [11, 1154] [junit] [EL Fine]: 2022-09-10 04:19:15.319--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [15, 1154] [junit] [EL Fine]: 2022-09-10 04:19:15.319--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [17, 1154] [junit] [EL Fine]: 2022-09-10 04:19:15.319--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [21, 1154] [junit] [EL Fine]: 2022-09-10 04:19:15.319--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [23, 1154] [junit] [EL Fine]: 2022-09-10 04:19:15.319--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [29, 1154] [junit] [EL Fine]: 2022-09-10 04:19:15.319--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [37, 1154] [junit] [EL Fine]: 2022-09-10 04:19:15.319--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [51, 1154] [junit] [EL Fine]: 2022-09-10 04:19:15.319--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [63, 1154] [junit] [EL Fine]: 2022-09-10 04:19:15.319--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 1154] [junit] [EL Fine]: 2022-09-10 04:19:15.319--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [79, 1154] [junit] [EL Fine]: 2022-09-10 04:19:15.319--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [89, 1154] [junit] [EL Fine]: 2022-09-10 04:19:15.319--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [91, 1154] [junit] [EL Fine]: 2022-09-10 04:19:15.319--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [99, 1154] [junit] [EL Fine]: 2022-09-10 04:19:15.319--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [13, 1156] [junit] [EL Fine]: 2022-09-10 04:19:15.319--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [19, 1156] [junit] [EL Fine]: 2022-09-10 04:19:15.319--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [27, 1156] [junit] [EL Fine]: 2022-09-10 04:19:15.319--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [33, 1156] [junit] [EL Fine]: 2022-09-10 04:19:15.319--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [49, 1156] [junit] [EL Fine]: 2022-09-10 04:19:15.319--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [53, 1156] [junit] [EL Fine]: 2022-09-10 04:19:15.319--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [55, 1156] [junit] [EL Fine]: 2022-09-10 04:19:15.319--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [57, 1156] [junit] [EL Fine]: 2022-09-10 04:19:15.319--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [59, 1156] [junit] [EL Fine]: 2022-09-10 04:19:15.319--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 1156] [junit] [EL Fine]: 2022-09-10 04:19:15.319--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [77, 1156] [junit] [EL Fine]: 2022-09-10 04:19:15.319--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [83, 1156] [junit] [EL Fine]: 2022-09-10 04:19:15.319--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [87, 1156] [junit] [EL Fine]: 2022-09-10 04:19:15.319--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [95, 1156] [junit] [EL Finer]: 2022-09-10 04:19:15.319--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:15.329--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.329--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.329--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.329--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.329--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.329--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.329--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.329--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.329--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.329--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.329--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.329--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.329--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.329--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.329--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.329--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.329--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.329--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.329--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.329--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.329--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.329--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.329--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.329--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.329--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.329--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.329--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.329--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.33--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.33--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.33--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.33--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.33--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.33--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.33--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.33--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.33--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.33--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.33--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.33--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.33--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.33--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.33--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.33--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.33--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.33--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.33--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.33--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.33--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.33--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.33--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.33--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.33--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.33--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.33--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.33--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.33--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.331--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.331--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.331--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.331--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.331--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.331--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.331--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.331--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.331--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.331--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.331--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.331--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.331--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.331--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.331--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.331--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.331--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.331--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.331--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.331--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.331--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.331--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.331--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.331--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.331--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.331--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.331--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.331--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.331--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.331--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.332--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.332--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.332--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.332--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.332--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.332--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.332--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.332--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.332--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.332--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.332--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.332--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.332--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:15.332--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:15.332--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:15.332--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 19] [junit] [EL Fine]: 2022-09-10 04:19:15.332--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 19] [junit] [EL Fine]: 2022-09-10 04:19:15.332--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 19] [junit] [EL Fine]: 2022-09-10 04:19:15.332--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 19] [junit] [EL Fine]: 2022-09-10 04:19:15.332--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 19] [junit] [EL Fine]: 2022-09-10 04:19:15.332--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 53] [junit] [EL Fine]: 2022-09-10 04:19:15.332--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 53] [junit] [EL Fine]: 2022-09-10 04:19:15.332--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 53] [junit] [EL Fine]: 2022-09-10 04:19:15.332--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 53] [junit] [EL Fine]: 2022-09-10 04:19:15.332--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 53] [junit] [EL Fine]: 2022-09-10 04:19:15.332--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 25] [junit] [EL Fine]: 2022-09-10 04:19:15.332--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 25] [junit] [EL Fine]: 2022-09-10 04:19:15.332--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 25] [junit] [EL Fine]: 2022-09-10 04:19:15.332--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 25] [junit] [EL Fine]: 2022-09-10 04:19:15.332--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 25] [junit] [EL Fine]: 2022-09-10 04:19:15.332--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 11] [junit] [EL Fine]: 2022-09-10 04:19:15.332--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 11] [junit] [EL Fine]: 2022-09-10 04:19:15.332--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 11] [junit] [EL Fine]: 2022-09-10 04:19:15.332--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 11] [junit] [EL Fine]: 2022-09-10 04:19:15.332--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 11] [junit] [EL Fine]: 2022-09-10 04:19:15.333--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 45] [junit] [EL Fine]: 2022-09-10 04:19:15.333--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 45] [junit] [EL Fine]: 2022-09-10 04:19:15.333--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 45] [junit] [EL Fine]: 2022-09-10 04:19:15.333--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 45] [junit] [EL Fine]: 2022-09-10 04:19:15.333--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 45] [junit] [EL Fine]: 2022-09-10 04:19:15.333--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 76] [junit] [EL Fine]: 2022-09-10 04:19:15.333--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 76] [junit] [EL Fine]: 2022-09-10 04:19:15.333--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 76] [junit] [EL Fine]: 2022-09-10 04:19:15.333--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 76] [junit] [EL Fine]: 2022-09-10 04:19:15.333--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 76] [junit] [EL Fine]: 2022-09-10 04:19:15.333--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 58] [junit] [EL Fine]: 2022-09-10 04:19:15.333--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 58] [junit] [EL Fine]: 2022-09-10 04:19:15.333--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 58] [junit] [EL Fine]: 2022-09-10 04:19:15.333--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 58] [junit] [EL Fine]: 2022-09-10 04:19:15.333--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 58] [junit] [EL Fine]: 2022-09-10 04:19:15.333--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 40] [junit] [EL Fine]: 2022-09-10 04:19:15.333--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 40] [junit] [EL Fine]: 2022-09-10 04:19:15.333--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 40] [junit] [EL Fine]: 2022-09-10 04:19:15.333--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 40] [junit] [EL Fine]: 2022-09-10 04:19:15.333--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 40] [junit] [EL Fine]: 2022-09-10 04:19:15.333--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 52] [junit] [EL Fine]: 2022-09-10 04:19:15.333--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 52] [junit] [EL Fine]: 2022-09-10 04:19:15.333--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 52] [junit] [EL Fine]: 2022-09-10 04:19:15.333--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 52] [junit] [EL Fine]: 2022-09-10 04:19:15.333--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 52] [junit] [EL Fine]: 2022-09-10 04:19:15.333--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 12] [junit] [EL Fine]: 2022-09-10 04:19:15.333--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 12] [junit] [EL Fine]: 2022-09-10 04:19:15.333--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 12] [junit] [EL Fine]: 2022-09-10 04:19:15.333--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 12] [junit] [EL Fine]: 2022-09-10 04:19:15.333--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 12] [junit] [EL Fine]: 2022-09-10 04:19:15.333--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 92] [junit] [EL Fine]: 2022-09-10 04:19:15.333--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 92] [junit] [EL Fine]: 2022-09-10 04:19:15.333--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 92] [junit] [EL Fine]: 2022-09-10 04:19:15.333--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 92] [junit] [EL Fine]: 2022-09-10 04:19:15.333--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 92] [junit] [EL Fine]: 2022-09-10 04:19:15.333--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 20] [junit] [EL Fine]: 2022-09-10 04:19:15.333--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 20] [junit] [EL Fine]: 2022-09-10 04:19:15.334--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 20] [junit] [EL Fine]: 2022-09-10 04:19:15.334--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 20] [junit] [EL Fine]: 2022-09-10 04:19:15.334--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 20] [junit] [EL Fine]: 2022-09-10 04:19:15.334--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 84] [junit] [EL Fine]: 2022-09-10 04:19:15.334--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 84] [junit] [EL Fine]: 2022-09-10 04:19:15.334--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 84] [junit] [EL Fine]: 2022-09-10 04:19:15.334--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 84] [junit] [EL Fine]: 2022-09-10 04:19:15.334--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 84] [junit] [EL Fine]: 2022-09-10 04:19:15.334--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 29] [junit] [EL Fine]: 2022-09-10 04:19:15.334--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 29] [junit] [EL Fine]: 2022-09-10 04:19:15.334--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 29] [junit] [EL Fine]: 2022-09-10 04:19:15.334--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 29] [junit] [EL Fine]: 2022-09-10 04:19:15.334--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 29] [junit] [EL Fine]: 2022-09-10 04:19:15.334--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 98] [junit] [EL Fine]: 2022-09-10 04:19:15.334--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 98] [junit] [EL Fine]: 2022-09-10 04:19:15.334--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 98] [junit] [EL Fine]: 2022-09-10 04:19:15.334--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 98] [junit] [EL Fine]: 2022-09-10 04:19:15.334--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 98] [junit] [EL Fine]: 2022-09-10 04:19:15.334--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 85] [junit] [EL Fine]: 2022-09-10 04:19:15.334--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 85] [junit] [EL Fine]: 2022-09-10 04:19:15.334--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 85] [junit] [EL Fine]: 2022-09-10 04:19:15.334--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 85] [junit] [EL Fine]: 2022-09-10 04:19:15.334--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 85] [junit] [EL Fine]: 2022-09-10 04:19:15.334--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 43] [junit] [EL Fine]: 2022-09-10 04:19:15.334--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 43] [junit] [EL Fine]: 2022-09-10 04:19:15.334--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 43] [junit] [EL Fine]: 2022-09-10 04:19:15.334--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 43] [junit] [EL Fine]: 2022-09-10 04:19:15.334--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 43] [junit] [EL Fine]: 2022-09-10 04:19:15.334--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 9] [junit] [EL Fine]: 2022-09-10 04:19:15.334--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 9] [junit] [EL Fine]: 2022-09-10 04:19:15.334--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 9] [junit] [EL Fine]: 2022-09-10 04:19:15.334--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 9] [junit] [EL Fine]: 2022-09-10 04:19:15.334--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 9] [junit] [EL Fine]: 2022-09-10 04:19:15.334--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 68] [junit] [EL Fine]: 2022-09-10 04:19:15.334--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 68] [junit] [EL Fine]: 2022-09-10 04:19:15.334--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 68] [junit] [EL Fine]: 2022-09-10 04:19:15.334--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 68] [junit] [EL Fine]: 2022-09-10 04:19:15.334--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 68] [junit] [EL Fine]: 2022-09-10 04:19:15.335--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 56] [junit] [EL Fine]: 2022-09-10 04:19:15.335--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 56] [junit] [EL Fine]: 2022-09-10 04:19:15.335--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 56] [junit] [EL Fine]: 2022-09-10 04:19:15.335--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 56] [junit] [EL Fine]: 2022-09-10 04:19:15.335--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 56] [junit] [EL Finer]: 2022-09-10 04:19:15.335--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:15.352--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.352--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.352--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.352--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.352--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.352--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.352--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.352--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.352--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.352--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.353--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.353--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.353--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.353--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.353--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.353--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.353--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.353--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.353--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.353--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.353--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.353--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.353--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.353--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.353--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.353--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.353--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.353--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.353--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.353--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.353--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.353--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.353--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.353--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.353--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.353--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.353--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.353--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.353--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.354--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.354--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.354--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.354--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.354--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.354--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.354--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.354--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.354--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.354--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.354--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.354--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.354--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.354--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.354--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.354--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.354--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.354--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.354--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.354--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.354--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.403--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.403--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.403--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.403--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.403--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.403--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.403--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.403--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.403--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.403--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.403--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.403--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.403--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.403--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.403--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.404--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.404--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.404--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.404--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.404--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.404--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.404--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.404--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.404--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.404--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.404--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.404--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.404--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.404--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.404--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.404--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.405--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.405--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.405--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.405--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.405--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.405--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.405--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.405--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.405--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:15.405--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:15.405--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:15.405--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 0] [junit] [EL Fine]: 2022-09-10 04:19:15.405--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 0] [junit] [EL Fine]: 2022-09-10 04:19:15.405--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 0] [junit] [EL Fine]: 2022-09-10 04:19:15.405--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 0] [junit] [EL Fine]: 2022-09-10 04:19:15.405--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 0] [junit] [EL Fine]: 2022-09-10 04:19:15.406--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 37] [junit] [EL Fine]: 2022-09-10 04:19:15.406--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 37] [junit] [EL Fine]: 2022-09-10 04:19:15.406--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 37] [junit] [EL Fine]: 2022-09-10 04:19:15.406--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 37] [junit] [EL Fine]: 2022-09-10 04:19:15.406--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 37] [junit] [EL Fine]: 2022-09-10 04:19:15.406--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 2] [junit] [EL Fine]: 2022-09-10 04:19:15.406--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 2] [junit] [EL Fine]: 2022-09-10 04:19:15.406--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 2] [junit] [EL Fine]: 2022-09-10 04:19:15.406--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 2] [junit] [EL Fine]: 2022-09-10 04:19:15.406--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 2] [junit] [EL Fine]: 2022-09-10 04:19:15.406--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 47] [junit] [EL Fine]: 2022-09-10 04:19:15.406--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 47] [junit] [EL Fine]: 2022-09-10 04:19:15.406--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 47] [junit] [EL Fine]: 2022-09-10 04:19:15.406--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 47] [junit] [EL Fine]: 2022-09-10 04:19:15.406--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 47] [junit] [EL Fine]: 2022-09-10 04:19:15.406--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 67] [junit] [EL Fine]: 2022-09-10 04:19:15.406--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 67] [junit] [EL Fine]: 2022-09-10 04:19:15.406--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 67] [junit] [EL Fine]: 2022-09-10 04:19:15.407--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 67] [junit] [EL Fine]: 2022-09-10 04:19:15.407--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 67] [junit] [EL Fine]: 2022-09-10 04:19:15.407--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 62] [junit] [EL Fine]: 2022-09-10 04:19:15.407--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 62] [junit] [EL Fine]: 2022-09-10 04:19:15.407--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 62] [junit] [EL Fine]: 2022-09-10 04:19:15.407--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 62] [junit] [EL Fine]: 2022-09-10 04:19:15.407--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 62] [junit] [EL Fine]: 2022-09-10 04:19:15.407--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 44] [junit] [EL Fine]: 2022-09-10 04:19:15.407--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 44] [junit] [EL Fine]: 2022-09-10 04:19:15.407--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 44] [junit] [EL Fine]: 2022-09-10 04:19:15.407--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 44] [junit] [EL Fine]: 2022-09-10 04:19:15.407--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 44] [junit] [EL Fine]: 2022-09-10 04:19:15.407--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 50] [junit] [EL Fine]: 2022-09-10 04:19:15.407--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 50] [junit] [EL Fine]: 2022-09-10 04:19:15.407--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 50] [junit] [EL Fine]: 2022-09-10 04:19:15.407--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 50] [junit] [EL Fine]: 2022-09-10 04:19:15.407--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 50] [junit] [EL Fine]: 2022-09-10 04:19:15.407--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 77] [junit] [EL Fine]: 2022-09-10 04:19:15.408--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 77] [junit] [EL Fine]: 2022-09-10 04:19:15.408--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 77] [junit] [EL Fine]: 2022-09-10 04:19:15.408--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 77] [junit] [EL Fine]: 2022-09-10 04:19:15.408--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 77] [junit] [EL Fine]: 2022-09-10 04:19:15.408--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 78] [junit] [EL Fine]: 2022-09-10 04:19:15.408--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 78] [junit] [EL Fine]: 2022-09-10 04:19:15.408--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 78] [junit] [EL Fine]: 2022-09-10 04:19:15.408--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 78] [junit] [EL Fine]: 2022-09-10 04:19:15.408--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 78] [junit] [EL Fine]: 2022-09-10 04:19:15.408--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 21] [junit] [EL Fine]: 2022-09-10 04:19:15.408--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 21] [junit] [EL Fine]: 2022-09-10 04:19:15.408--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 21] [junit] [EL Fine]: 2022-09-10 04:19:15.408--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 21] [junit] [EL Fine]: 2022-09-10 04:19:15.408--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 21] [junit] [EL Fine]: 2022-09-10 04:19:15.408--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 61] [junit] [EL Fine]: 2022-09-10 04:19:15.408--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 61] [junit] [EL Fine]: 2022-09-10 04:19:15.408--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 61] [junit] [EL Fine]: 2022-09-10 04:19:15.408--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 61] [junit] [EL Fine]: 2022-09-10 04:19:15.409--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 61] [junit] [EL Fine]: 2022-09-10 04:19:15.409--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 39] [junit] [EL Fine]: 2022-09-10 04:19:15.409--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 39] [junit] [EL Fine]: 2022-09-10 04:19:15.409--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 39] [junit] [EL Fine]: 2022-09-10 04:19:15.409--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 39] [junit] [EL Fine]: 2022-09-10 04:19:15.409--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 39] [junit] [EL Fine]: 2022-09-10 04:19:15.409--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 88] [junit] [EL Fine]: 2022-09-10 04:19:15.409--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 88] [junit] [EL Fine]: 2022-09-10 04:19:15.409--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 88] [junit] [EL Fine]: 2022-09-10 04:19:15.409--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 88] [junit] [EL Fine]: 2022-09-10 04:19:15.409--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 88] [junit] [EL Fine]: 2022-09-10 04:19:15.409--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 93] [junit] [EL Fine]: 2022-09-10 04:19:15.409--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 93] [junit] [EL Fine]: 2022-09-10 04:19:15.409--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 93] [junit] [EL Fine]: 2022-09-10 04:19:15.409--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 93] [junit] [EL Fine]: 2022-09-10 04:19:15.409--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 93] [junit] [EL Fine]: 2022-09-10 04:19:15.409--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 41] [junit] [EL Fine]: 2022-09-10 04:19:15.409--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 41] [junit] [EL Fine]: 2022-09-10 04:19:15.41--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 41] [junit] [EL Fine]: 2022-09-10 04:19:15.41--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 41] [junit] [EL Fine]: 2022-09-10 04:19:15.41--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 41] [junit] [EL Fine]: 2022-09-10 04:19:15.41--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 1] [junit] [EL Fine]: 2022-09-10 04:19:15.41--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 1] [junit] [EL Fine]: 2022-09-10 04:19:15.41--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 1] [junit] [EL Fine]: 2022-09-10 04:19:15.41--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 1] [junit] [EL Fine]: 2022-09-10 04:19:15.41--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 1] [junit] [EL Fine]: 2022-09-10 04:19:15.41--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 42] [junit] [EL Fine]: 2022-09-10 04:19:15.41--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 42] [junit] [EL Fine]: 2022-09-10 04:19:15.41--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 42] [junit] [EL Fine]: 2022-09-10 04:19:15.41--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 42] [junit] [EL Fine]: 2022-09-10 04:19:15.41--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 42] [junit] [EL Fine]: 2022-09-10 04:19:15.41--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 64] [junit] [EL Fine]: 2022-09-10 04:19:15.41--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 64] [junit] [EL Fine]: 2022-09-10 04:19:15.41--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 64] [junit] [EL Fine]: 2022-09-10 04:19:15.41--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 64] [junit] [EL Fine]: 2022-09-10 04:19:15.411--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 64] [junit] [EL Fine]: 2022-09-10 04:19:15.411--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 66] [junit] [EL Fine]: 2022-09-10 04:19:15.411--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 66] [junit] [EL Fine]: 2022-09-10 04:19:15.411--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 66] [junit] [EL Fine]: 2022-09-10 04:19:15.411--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 66] [junit] [EL Fine]: 2022-09-10 04:19:15.411--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 66] [junit] [EL Finer]: 2022-09-10 04:19:15.411--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:15.428--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.428--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.428--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.428--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.428--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.428--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.428--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.428--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.428--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.428--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.428--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.428--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.428--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.428--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.428--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.428--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.428--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.428--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.428--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.428--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.428--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.428--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.428--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.428--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.428--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.428--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.429--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.429--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.429--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.429--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.429--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.429--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.429--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.429--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.429--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.429--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.429--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.429--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.429--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.429--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.429--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.429--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.429--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.429--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.429--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.429--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.429--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.429--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.429--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.429--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.429--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.429--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.429--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.429--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.429--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.43--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.43--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.43--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.43--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.43--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.43--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.43--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.43--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.43--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.43--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.43--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.43--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.43--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.43--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.43--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.43--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.43--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.43--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.43--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.43--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.43--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.43--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.43--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.43--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.43--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.43--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.43--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.43--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.43--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.431--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.431--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.431--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.431--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.431--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.431--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.431--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.431--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.431--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.431--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.431--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.431--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.431--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.431--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.431--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.431--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:15.431--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:15.431--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:15.431--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 65] [junit] [EL Fine]: 2022-09-10 04:19:15.431--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 65] [junit] [EL Fine]: 2022-09-10 04:19:15.431--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 65] [junit] [EL Fine]: 2022-09-10 04:19:15.431--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 65] [junit] [EL Fine]: 2022-09-10 04:19:15.431--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 65] [junit] [EL Fine]: 2022-09-10 04:19:15.431--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 81] [junit] [EL Fine]: 2022-09-10 04:19:15.431--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 81] [junit] [EL Fine]: 2022-09-10 04:19:15.431--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 81] [junit] [EL Fine]: 2022-09-10 04:19:15.431--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 81] [junit] [EL Fine]: 2022-09-10 04:19:15.431--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 81] [junit] [EL Fine]: 2022-09-10 04:19:15.431--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 74] [junit] [EL Fine]: 2022-09-10 04:19:15.431--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 74] [junit] [EL Fine]: 2022-09-10 04:19:15.431--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 74] [junit] [EL Fine]: 2022-09-10 04:19:15.431--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 74] [junit] [EL Fine]: 2022-09-10 04:19:15.431--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 74] [junit] [EL Fine]: 2022-09-10 04:19:15.431--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 3] [junit] [EL Fine]: 2022-09-10 04:19:15.432--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 3] [junit] [EL Fine]: 2022-09-10 04:19:15.432--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 3] [junit] [EL Fine]: 2022-09-10 04:19:15.432--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 3] [junit] [EL Fine]: 2022-09-10 04:19:15.432--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 3] [junit] [EL Fine]: 2022-09-10 04:19:15.432--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 83] [junit] [EL Fine]: 2022-09-10 04:19:15.432--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 83] [junit] [EL Fine]: 2022-09-10 04:19:15.432--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 83] [junit] [EL Fine]: 2022-09-10 04:19:15.432--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 83] [junit] [EL Fine]: 2022-09-10 04:19:15.432--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 83] [junit] [EL Fine]: 2022-09-10 04:19:15.432--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 4] [junit] [EL Fine]: 2022-09-10 04:19:15.432--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 4] [junit] [EL Fine]: 2022-09-10 04:19:15.432--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 4] [junit] [EL Fine]: 2022-09-10 04:19:15.432--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 4] [junit] [EL Fine]: 2022-09-10 04:19:15.432--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 4] [junit] [EL Fine]: 2022-09-10 04:19:15.432--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 13] [junit] [EL Fine]: 2022-09-10 04:19:15.432--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 13] [junit] [EL Fine]: 2022-09-10 04:19:15.432--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 13] [junit] [EL Fine]: 2022-09-10 04:19:15.432--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 13] [junit] [EL Fine]: 2022-09-10 04:19:15.432--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 13] [junit] [EL Fine]: 2022-09-10 04:19:15.432--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 82] [junit] [EL Fine]: 2022-09-10 04:19:15.432--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 82] [junit] [EL Fine]: 2022-09-10 04:19:15.432--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 82] [junit] [EL Fine]: 2022-09-10 04:19:15.432--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 82] [junit] [EL Fine]: 2022-09-10 04:19:15.432--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 82] [junit] [EL Fine]: 2022-09-10 04:19:15.432--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 28] [junit] [EL Fine]: 2022-09-10 04:19:15.432--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 28] [junit] [EL Fine]: 2022-09-10 04:19:15.432--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 28] [junit] [EL Fine]: 2022-09-10 04:19:15.432--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 28] [junit] [EL Fine]: 2022-09-10 04:19:15.432--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 28] [junit] [EL Fine]: 2022-09-10 04:19:15.432--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 75] [junit] [EL Fine]: 2022-09-10 04:19:15.432--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 75] [junit] [EL Fine]: 2022-09-10 04:19:15.432--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 75] [junit] [EL Fine]: 2022-09-10 04:19:15.432--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 75] [junit] [EL Fine]: 2022-09-10 04:19:15.432--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 75] [junit] [EL Fine]: 2022-09-10 04:19:15.432--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 97] [junit] [EL Fine]: 2022-09-10 04:19:15.432--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 97] [junit] [EL Fine]: 2022-09-10 04:19:15.432--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 97] [junit] [EL Fine]: 2022-09-10 04:19:15.432--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 97] [junit] [EL Fine]: 2022-09-10 04:19:15.433--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 97] [junit] [EL Fine]: 2022-09-10 04:19:15.433--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 70] [junit] [EL Fine]: 2022-09-10 04:19:15.433--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 70] [junit] [EL Fine]: 2022-09-10 04:19:15.433--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 70] [junit] [EL Fine]: 2022-09-10 04:19:15.433--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 70] [junit] [EL Fine]: 2022-09-10 04:19:15.433--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 70] [junit] [EL Fine]: 2022-09-10 04:19:15.433--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 35] [junit] [EL Fine]: 2022-09-10 04:19:15.433--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 35] [junit] [EL Fine]: 2022-09-10 04:19:15.433--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 35] [junit] [EL Fine]: 2022-09-10 04:19:15.433--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 35] [junit] [EL Fine]: 2022-09-10 04:19:15.433--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 35] [junit] [EL Fine]: 2022-09-10 04:19:15.433--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 22] [junit] [EL Fine]: 2022-09-10 04:19:15.433--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 22] [junit] [EL Fine]: 2022-09-10 04:19:15.433--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 22] [junit] [EL Fine]: 2022-09-10 04:19:15.433--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 22] [junit] [EL Fine]: 2022-09-10 04:19:15.433--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 22] [junit] [EL Fine]: 2022-09-10 04:19:15.433--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 51] [junit] [EL Fine]: 2022-09-10 04:19:15.433--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 51] [junit] [EL Fine]: 2022-09-10 04:19:15.433--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 51] [junit] [EL Fine]: 2022-09-10 04:19:15.433--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 51] [junit] [EL Fine]: 2022-09-10 04:19:15.433--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 51] [junit] [EL Fine]: 2022-09-10 04:19:15.433--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 15] [junit] [EL Fine]: 2022-09-10 04:19:15.433--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 15] [junit] [EL Fine]: 2022-09-10 04:19:15.433--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 15] [junit] [EL Fine]: 2022-09-10 04:19:15.433--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 15] [junit] [EL Fine]: 2022-09-10 04:19:15.433--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 15] [junit] [EL Fine]: 2022-09-10 04:19:15.433--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 36] [junit] [EL Fine]: 2022-09-10 04:19:15.433--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 36] [junit] [EL Fine]: 2022-09-10 04:19:15.433--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 36] [junit] [EL Fine]: 2022-09-10 04:19:15.433--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 36] [junit] [EL Fine]: 2022-09-10 04:19:15.433--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 36] [junit] [EL Fine]: 2022-09-10 04:19:15.433--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 24] [junit] [EL Fine]: 2022-09-10 04:19:15.433--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 24] [junit] [EL Fine]: 2022-09-10 04:19:15.433--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 24] [junit] [EL Fine]: 2022-09-10 04:19:15.433--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 24] [junit] [EL Fine]: 2022-09-10 04:19:15.433--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 24] [junit] [EL Fine]: 2022-09-10 04:19:15.433--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 26] [junit] [EL Fine]: 2022-09-10 04:19:15.433--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 26] [junit] [EL Fine]: 2022-09-10 04:19:15.433--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 26] [junit] [EL Fine]: 2022-09-10 04:19:15.434--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 26] [junit] [EL Fine]: 2022-09-10 04:19:15.434--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 26] [junit] [EL Fine]: 2022-09-10 04:19:15.434--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 69] [junit] [EL Fine]: 2022-09-10 04:19:15.434--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 69] [junit] [EL Fine]: 2022-09-10 04:19:15.434--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 69] [junit] [EL Fine]: 2022-09-10 04:19:15.434--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 69] [junit] [EL Fine]: 2022-09-10 04:19:15.434--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 69] [junit] [EL Finer]: 2022-09-10 04:19:15.434--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:15.45--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.45--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.45--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.45--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.45--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.45--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.45--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.45--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.45--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.45--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.45--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.45--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.45--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.45--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.45--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.45--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.45--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.45--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.45--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.45--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.45--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.45--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.45--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.45--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.45--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.45--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.45--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.45--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.451--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.451--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.451--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.451--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.451--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.451--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.451--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.451--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.451--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.451--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.451--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.451--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.451--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.451--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.451--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.451--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.451--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.451--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.451--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.451--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.451--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.451--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.451--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.451--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.451--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.451--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.451--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.451--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.451--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.452--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.452--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.452--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.452--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.452--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.452--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.452--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.452--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.452--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.452--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.452--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.452--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.452--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.452--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.452--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.452--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.452--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.452--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.452--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.452--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.452--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.452--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.452--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.452--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.452--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.452--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.452--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.452--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.453--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.453--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.453--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.453--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.453--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.453--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.453--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.453--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.453--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.453--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.453--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.453--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.453--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.453--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.453--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:15.453--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:15.453--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:15.453--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 80] [junit] [EL Fine]: 2022-09-10 04:19:15.453--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 80] [junit] [EL Fine]: 2022-09-10 04:19:15.453--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 80] [junit] [EL Fine]: 2022-09-10 04:19:15.453--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 80] [junit] [EL Fine]: 2022-09-10 04:19:15.453--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 80] [junit] [EL Fine]: 2022-09-10 04:19:15.453--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 38] [junit] [EL Fine]: 2022-09-10 04:19:15.453--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 38] [junit] [EL Fine]: 2022-09-10 04:19:15.453--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 38] [junit] [EL Fine]: 2022-09-10 04:19:15.453--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 38] [junit] [EL Fine]: 2022-09-10 04:19:15.453--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 38] [junit] [EL Fine]: 2022-09-10 04:19:15.453--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 54] [junit] [EL Fine]: 2022-09-10 04:19:15.453--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 54] [junit] [EL Fine]: 2022-09-10 04:19:15.453--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 54] [junit] [EL Fine]: 2022-09-10 04:19:15.453--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 54] [junit] [EL Fine]: 2022-09-10 04:19:15.453--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 54] [junit] [EL Fine]: 2022-09-10 04:19:15.453--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 34] [junit] [EL Fine]: 2022-09-10 04:19:15.454--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 34] [junit] [EL Fine]: 2022-09-10 04:19:15.454--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 34] [junit] [EL Fine]: 2022-09-10 04:19:15.454--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 34] [junit] [EL Fine]: 2022-09-10 04:19:15.454--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 34] [junit] [EL Fine]: 2022-09-10 04:19:15.454--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 16] [junit] [EL Fine]: 2022-09-10 04:19:15.454--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 16] [junit] [EL Fine]: 2022-09-10 04:19:15.454--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 16] [junit] [EL Fine]: 2022-09-10 04:19:15.454--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 16] [junit] [EL Fine]: 2022-09-10 04:19:15.454--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 16] [junit] [EL Fine]: 2022-09-10 04:19:15.454--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 89] [junit] [EL Fine]: 2022-09-10 04:19:15.454--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 89] [junit] [EL Fine]: 2022-09-10 04:19:15.454--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 89] [junit] [EL Fine]: 2022-09-10 04:19:15.454--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 89] [junit] [EL Fine]: 2022-09-10 04:19:15.454--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 89] [junit] [EL Fine]: 2022-09-10 04:19:15.454--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 10] [junit] [EL Fine]: 2022-09-10 04:19:15.454--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 10] [junit] [EL Fine]: 2022-09-10 04:19:15.454--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 10] [junit] [EL Fine]: 2022-09-10 04:19:15.454--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 10] [junit] [EL Fine]: 2022-09-10 04:19:15.454--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 10] [junit] [EL Fine]: 2022-09-10 04:19:15.454--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 72] [junit] [EL Fine]: 2022-09-10 04:19:15.454--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 72] [junit] [EL Fine]: 2022-09-10 04:19:15.454--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 72] [junit] [EL Fine]: 2022-09-10 04:19:15.454--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 72] [junit] [EL Fine]: 2022-09-10 04:19:15.454--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 72] [junit] [EL Fine]: 2022-09-10 04:19:15.454--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 30] [junit] [EL Fine]: 2022-09-10 04:19:15.454--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 30] [junit] [EL Fine]: 2022-09-10 04:19:15.454--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 30] [junit] [EL Fine]: 2022-09-10 04:19:15.454--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 30] [junit] [EL Fine]: 2022-09-10 04:19:15.454--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 30] [junit] [EL Fine]: 2022-09-10 04:19:15.454--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 86] [junit] [EL Fine]: 2022-09-10 04:19:15.454--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 86] [junit] [EL Fine]: 2022-09-10 04:19:15.454--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 86] [junit] [EL Fine]: 2022-09-10 04:19:15.454--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 86] [junit] [EL Fine]: 2022-09-10 04:19:15.454--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 86] [junit] [EL Fine]: 2022-09-10 04:19:15.454--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 49] [junit] [EL Fine]: 2022-09-10 04:19:15.454--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 49] [junit] [EL Fine]: 2022-09-10 04:19:15.454--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 49] [junit] [EL Fine]: 2022-09-10 04:19:15.454--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 49] [junit] [EL Fine]: 2022-09-10 04:19:15.454--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 49] [junit] [EL Fine]: 2022-09-10 04:19:15.455--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 60] [junit] [EL Fine]: 2022-09-10 04:19:15.455--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 60] [junit] [EL Fine]: 2022-09-10 04:19:15.455--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 60] [junit] [EL Fine]: 2022-09-10 04:19:15.455--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 60] [junit] [EL Fine]: 2022-09-10 04:19:15.455--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 60] [junit] [EL Fine]: 2022-09-10 04:19:15.455--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 63] [junit] [EL Fine]: 2022-09-10 04:19:15.455--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 63] [junit] [EL Fine]: 2022-09-10 04:19:15.455--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 63] [junit] [EL Fine]: 2022-09-10 04:19:15.455--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 63] [junit] [EL Fine]: 2022-09-10 04:19:15.455--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 63] [junit] [EL Fine]: 2022-09-10 04:19:15.455--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 87] [junit] [EL Fine]: 2022-09-10 04:19:15.516--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 87] [junit] [EL Fine]: 2022-09-10 04:19:15.516--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 87] [junit] [EL Fine]: 2022-09-10 04:19:15.516--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 87] [junit] [EL Fine]: 2022-09-10 04:19:15.516--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 87] [junit] [EL Fine]: 2022-09-10 04:19:15.516--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 79] [junit] [EL Fine]: 2022-09-10 04:19:15.516--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 79] [junit] [EL Fine]: 2022-09-10 04:19:15.516--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 79] [junit] [EL Fine]: 2022-09-10 04:19:15.516--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 79] [junit] [EL Fine]: 2022-09-10 04:19:15.517--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 79] [junit] [EL Fine]: 2022-09-10 04:19:15.517--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 23] [junit] [EL Fine]: 2022-09-10 04:19:15.517--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 23] [junit] [EL Fine]: 2022-09-10 04:19:15.517--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 23] [junit] [EL Fine]: 2022-09-10 04:19:15.517--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 23] [junit] [EL Fine]: 2022-09-10 04:19:15.517--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 23] [junit] [EL Fine]: 2022-09-10 04:19:15.517--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 90] [junit] [EL Fine]: 2022-09-10 04:19:15.517--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 90] [junit] [EL Fine]: 2022-09-10 04:19:15.517--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 90] [junit] [EL Fine]: 2022-09-10 04:19:15.517--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 90] [junit] [EL Fine]: 2022-09-10 04:19:15.517--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 90] [junit] [EL Fine]: 2022-09-10 04:19:15.517--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 33] [junit] [EL Fine]: 2022-09-10 04:19:15.517--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 33] [junit] [EL Fine]: 2022-09-10 04:19:15.517--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 33] [junit] [EL Fine]: 2022-09-10 04:19:15.517--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 33] [junit] [EL Fine]: 2022-09-10 04:19:15.517--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 33] [junit] [EL Fine]: 2022-09-10 04:19:15.517--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 8] [junit] [EL Fine]: 2022-09-10 04:19:15.517--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 8] [junit] [EL Fine]: 2022-09-10 04:19:15.518--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 8] [junit] [EL Fine]: 2022-09-10 04:19:15.518--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 8] [junit] [EL Fine]: 2022-09-10 04:19:15.518--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 8] [junit] [EL Fine]: 2022-09-10 04:19:15.518--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 99] [junit] [EL Fine]: 2022-09-10 04:19:15.518--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 99] [junit] [EL Fine]: 2022-09-10 04:19:15.518--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 99] [junit] [EL Fine]: 2022-09-10 04:19:15.518--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 99] [junit] [EL Fine]: 2022-09-10 04:19:15.518--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 99] [junit] [EL Finer]: 2022-09-10 04:19:15.518--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:15.535--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.535--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.535--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.535--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.535--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.535--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.535--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.535--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.535--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.535--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.535--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.535--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.535--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.535--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.535--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.535--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.535--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.535--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.535--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.535--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.536--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.536--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.536--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.536--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.536--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.536--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.536--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.536--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.536--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.536--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.536--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.536--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.536--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.536--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.536--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.536--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.536--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.536--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.536--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.536--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.536--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.536--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.536--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.536--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.536--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.536--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.536--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.536--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.536--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.537--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.537--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.537--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.537--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.537--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.537--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.537--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.537--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.537--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.537--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.537--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.537--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.537--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.537--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.537--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.537--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.537--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.537--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.537--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.537--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.537--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.537--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.537--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.537--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.537--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.537--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.537--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.537--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.537--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.537--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.537--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.538--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.538--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.538--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.538--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.538--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.538--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.538--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.538--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.538--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.538--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.538--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.538--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.538--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.538--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.538--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.538--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.538--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.538--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.538--ClientSession(1536940800)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:15.538--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:15.538--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:15.538--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 46] [junit] [EL Fine]: 2022-09-10 04:19:15.538--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 46] [junit] [EL Fine]: 2022-09-10 04:19:15.538--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 46] [junit] [EL Fine]: 2022-09-10 04:19:15.538--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 46] [junit] [EL Fine]: 2022-09-10 04:19:15.538--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 46] [junit] [EL Fine]: 2022-09-10 04:19:15.538--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 31] [junit] [EL Fine]: 2022-09-10 04:19:15.538--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 31] [junit] [EL Fine]: 2022-09-10 04:19:15.538--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 31] [junit] [EL Fine]: 2022-09-10 04:19:15.538--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 31] [junit] [EL Fine]: 2022-09-10 04:19:15.539--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 31] [junit] [EL Fine]: 2022-09-10 04:19:15.539--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 18] [junit] [EL Fine]: 2022-09-10 04:19:15.539--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 18] [junit] [EL Fine]: 2022-09-10 04:19:15.539--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 18] [junit] [EL Fine]: 2022-09-10 04:19:15.539--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 18] [junit] [EL Fine]: 2022-09-10 04:19:15.539--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 18] [junit] [EL Fine]: 2022-09-10 04:19:15.539--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 27] [junit] [EL Fine]: 2022-09-10 04:19:15.539--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 27] [junit] [EL Fine]: 2022-09-10 04:19:15.539--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 27] [junit] [EL Fine]: 2022-09-10 04:19:15.539--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 27] [junit] [EL Fine]: 2022-09-10 04:19:15.539--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 27] [junit] [EL Fine]: 2022-09-10 04:19:15.539--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 59] [junit] [EL Fine]: 2022-09-10 04:19:15.539--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 59] [junit] [EL Fine]: 2022-09-10 04:19:15.539--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 59] [junit] [EL Fine]: 2022-09-10 04:19:15.539--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 59] [junit] [EL Fine]: 2022-09-10 04:19:15.539--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 59] [junit] [EL Fine]: 2022-09-10 04:19:15.539--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 6] [junit] [EL Fine]: 2022-09-10 04:19:15.539--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 6] [junit] [EL Fine]: 2022-09-10 04:19:15.539--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 6] [junit] [EL Fine]: 2022-09-10 04:19:15.539--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 6] [junit] [EL Fine]: 2022-09-10 04:19:15.539--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 6] [junit] [EL Fine]: 2022-09-10 04:19:15.539--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.539--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.539--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.539--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.539--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.539--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 14] [junit] [EL Fine]: 2022-09-10 04:19:15.539--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 14] [junit] [EL Fine]: 2022-09-10 04:19:15.539--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 14] [junit] [EL Fine]: 2022-09-10 04:19:15.539--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 14] [junit] [EL Fine]: 2022-09-10 04:19:15.539--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 14] [junit] [EL Fine]: 2022-09-10 04:19:15.539--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 95] [junit] [EL Fine]: 2022-09-10 04:19:15.539--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 95] [junit] [EL Fine]: 2022-09-10 04:19:15.539--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 95] [junit] [EL Fine]: 2022-09-10 04:19:15.539--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 95] [junit] [EL Fine]: 2022-09-10 04:19:15.539--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 95] [junit] [EL Fine]: 2022-09-10 04:19:15.539--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 32] [junit] [EL Fine]: 2022-09-10 04:19:15.539--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 32] [junit] [EL Fine]: 2022-09-10 04:19:15.539--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 32] [junit] [EL Fine]: 2022-09-10 04:19:15.539--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 32] [junit] [EL Fine]: 2022-09-10 04:19:15.539--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 32] [junit] [EL Fine]: 2022-09-10 04:19:15.539--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 71] [junit] [EL Fine]: 2022-09-10 04:19:15.539--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 71] [junit] [EL Fine]: 2022-09-10 04:19:15.539--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 71] [junit] [EL Fine]: 2022-09-10 04:19:15.54--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 71] [junit] [EL Fine]: 2022-09-10 04:19:15.54--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 71] [junit] [EL Fine]: 2022-09-10 04:19:15.54--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 94] [junit] [EL Fine]: 2022-09-10 04:19:15.54--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 94] [junit] [EL Fine]: 2022-09-10 04:19:15.54--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 94] [junit] [EL Fine]: 2022-09-10 04:19:15.54--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 94] [junit] [EL Fine]: 2022-09-10 04:19:15.54--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 94] [junit] [EL Fine]: 2022-09-10 04:19:15.54--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 55] [junit] [EL Fine]: 2022-09-10 04:19:15.54--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 55] [junit] [EL Fine]: 2022-09-10 04:19:15.54--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 55] [junit] [EL Fine]: 2022-09-10 04:19:15.54--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 55] [junit] [EL Fine]: 2022-09-10 04:19:15.54--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 55] [junit] [EL Fine]: 2022-09-10 04:19:15.54--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 7] [junit] [EL Fine]: 2022-09-10 04:19:15.54--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 7] [junit] [EL Fine]: 2022-09-10 04:19:15.54--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 7] [junit] [EL Fine]: 2022-09-10 04:19:15.54--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 7] [junit] [EL Fine]: 2022-09-10 04:19:15.54--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 7] [junit] [EL Fine]: 2022-09-10 04:19:15.54--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 96] [junit] [EL Fine]: 2022-09-10 04:19:15.54--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 96] [junit] [EL Fine]: 2022-09-10 04:19:15.54--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 96] [junit] [EL Fine]: 2022-09-10 04:19:15.54--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 96] [junit] [EL Fine]: 2022-09-10 04:19:15.54--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 96] [junit] [EL Fine]: 2022-09-10 04:19:15.54--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 57] [junit] [EL Fine]: 2022-09-10 04:19:15.54--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 57] [junit] [EL Fine]: 2022-09-10 04:19:15.54--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 57] [junit] [EL Fine]: 2022-09-10 04:19:15.54--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 57] [junit] [EL Fine]: 2022-09-10 04:19:15.54--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 57] [junit] [EL Fine]: 2022-09-10 04:19:15.54--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 73] [junit] [EL Fine]: 2022-09-10 04:19:15.54--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 73] [junit] [EL Fine]: 2022-09-10 04:19:15.54--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 73] [junit] [EL Fine]: 2022-09-10 04:19:15.54--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 73] [junit] [EL Fine]: 2022-09-10 04:19:15.54--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 73] [junit] [EL Fine]: 2022-09-10 04:19:15.54--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 48] [junit] [EL Fine]: 2022-09-10 04:19:15.54--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 48] [junit] [EL Fine]: 2022-09-10 04:19:15.54--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 48] [junit] [EL Fine]: 2022-09-10 04:19:15.54--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 48] [junit] [EL Fine]: 2022-09-10 04:19:15.54--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 48] [junit] [EL Fine]: 2022-09-10 04:19:15.54--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 17] [junit] [EL Fine]: 2022-09-10 04:19:15.54--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 17] [junit] [EL Fine]: 2022-09-10 04:19:15.54--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 17] [junit] [EL Fine]: 2022-09-10 04:19:15.54--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [71, 17] [junit] [EL Fine]: 2022-09-10 04:19:15.54--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 17] [junit] [EL Fine]: 2022-09-10 04:19:15.54--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [76, 5] [junit] [EL Fine]: 2022-09-10 04:19:15.54--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [74, 5] [junit] [EL Fine]: 2022-09-10 04:19:15.54--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [72, 5] [junit] [EL Fine]: 2022-09-10 04:19:15.54--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [73, 5] [junit] [EL Fine]: 2022-09-10 04:19:15.54--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])-- bind => [75, 5] [junit] [EL Finer]: 2022-09-10 04:19:15.541--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:15.556--ClientSession(1536940800)--Connection(132701351)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:15.558--ServerSession(1526542158)--Connection(1137402637)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:15.562--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:15.562--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:15.563--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:15.563--ClientSession(1536940800)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:15.563--UnitOfWork(1792999965)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:15.563--ClientSession(1536940800)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:15.564--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1255241715 [junit] [EL Finer]: 2022-09-10 04:19:15.564--ClientSession(1255241715)--Thread(Thread[main,5,main])--acquire unit of work: 1439397311 [junit] [EL Finest]: 2022-09-10 04:19:15.564--UnitOfWork(1439397311)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=MotorVehicle sql="SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE ((t1.DTYPE IN (?, ?, ?)) AND (t0.ID = t1.EMPLOYEE_ID))") [junit] [EL Finest]: 2022-09-10 04:19:15.564--ServerSession(1526542158)--Connection(1419683633)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:15.564--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:15.565--ServerSession(1526542158)--Connection(1598566093)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP t0, TMP_VEHICLE t1 WHERE ((t1.DTYPE IN (?, ?, ?)) AND (t0.ID = t1.EMPLOYEE_ID)) [junit] bind => [91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:15.566--ServerSession(1526542158)--Connection(1419683633)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:15.595--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1716489065 [junit] [EL Finer]: 2022-09-10 04:19:15.595--ClientSession(1716489065)--Thread(Thread[main,5,main])--acquire unit of work: 428815991 [junit] [EL Finest]: 2022-09-10 04:19:15.595--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:reading. [junit] [EL Finest]: 2022-09-10 04:19:15.595--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (78 -> null:null:reading) [junit] [EL Finest]: 2022-09-10 04:19:15.595--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:cooking. [junit] [EL Finest]: 2022-09-10 04:19:15.595--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (79 -> null:null:cooking) [junit] [EL Finest]: 2022-09-10 04:19:15.595--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:watching tv. [junit] [EL Finest]: 2022-09-10 04:19:15.595--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (80 -> null:null:watching tv) [junit] [EL Finest]: 2022-09-10 04:19:15.595--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:cleaning the house. [junit] [EL Finest]: 2022-09-10 04:19:15.595--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (81 -> null:null:cleaning the house) [junit] [EL Finest]: 2022-09-10 04:19:15.595--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:swimming. [junit] [EL Finest]: 2022-09-10 04:19:15.595--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (82 -> null:null:swimming) [junit] [EL Finest]: 2022-09-10 04:19:15.595--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:computers. [junit] [EL Finest]: 2022-09-10 04:19:15.595--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (83 -> null:null:computers) [junit] [EL Finest]: 2022-09-10 04:19:15.595--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:stamps. [junit] [EL Finest]: 2022-09-10 04:19:15.595--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (84 -> null:null:stamps) [junit] [EL Finest]: 2022-09-10 04:19:15.596--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@0. [junit] [EL Finest]: 2022-09-10 04:19:15.596--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:19:15.596--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2. [junit] [EL Finest]: 2022-09-10 04:19:15.596--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3. [junit] [EL Finest]: 2022-09-10 04:19:15.596--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4. [junit] [EL Finest]: 2022-09-10 04:19:15.596--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5. [junit] [EL Finest]: 2022-09-10 04:19:15.596--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6. [junit] [EL Finest]: 2022-09-10 04:19:15.596--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7. [junit] [EL Finest]: 2022-09-10 04:19:15.596--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8. [junit] [EL Finest]: 2022-09-10 04:19:15.596--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9. [junit] [EL Finest]: 2022-09-10 04:19:15.596--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@89cef1a. [junit] [EL Finest]: 2022-09-10 04:19:15.596--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,159 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@89cef1a) [junit] [EL Finest]: 2022-09-10 04:19:15.596--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@12e8738. [junit] [EL Finest]: 2022-09-10 04:19:15.596--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,160 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@12e8738) [junit] [EL Finest]: 2022-09-10 04:19:15.596--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5bc0d14a. [junit] [EL Finest]: 2022-09-10 04:19:15.596--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,161 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5bc0d14a) [junit] [EL Finest]: 2022-09-10 04:19:15.596--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@358fe93b. [junit] [EL Finest]: 2022-09-10 04:19:15.596--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,162 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@358fe93b) [junit] [EL Finest]: 2022-09-10 04:19:15.596--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a8424af. [junit] [EL Finest]: 2022-09-10 04:19:15.596--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,163 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a8424af) [junit] [EL Finest]: 2022-09-10 04:19:15.596--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2f667f80. [junit] [EL Finest]: 2022-09-10 04:19:15.597--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,164 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2f667f80) [junit] [EL Finest]: 2022-09-10 04:19:15.597--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@72f1a1a7. [junit] [EL Finest]: 2022-09-10 04:19:15.597--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,165 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@72f1a1a7) [junit] [EL Finest]: 2022-09-10 04:19:15.597--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@38fd58f3. [junit] [EL Finest]: 2022-09-10 04:19:15.597--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,166 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@38fd58f3) [junit] [EL Finest]: 2022-09-10 04:19:15.597--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4327b21f. [junit] [EL Finest]: 2022-09-10 04:19:15.597--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,167 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4327b21f) [junit] [EL Finest]: 2022-09-10 04:19:15.597--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5f214f84. [junit] [EL Finest]: 2022-09-10 04:19:15.597--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,168 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5f214f84) [junit] [EL Finest]: 2022-09-10 04:19:15.597--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2022215e. [junit] [EL Finest]: 2022-09-10 04:19:15.597--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,169 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2022215e) [junit] [EL Finest]: 2022-09-10 04:19:15.597--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@724acf69. [junit] [EL Finest]: 2022-09-10 04:19:15.597--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,170 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@724acf69) [junit] [EL Finest]: 2022-09-10 04:19:15.597--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@c032c75. [junit] [EL Finest]: 2022-09-10 04:19:15.597--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,171 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@c032c75) [junit] [EL Finest]: 2022-09-10 04:19:15.597--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@590b1f1e. [junit] [EL Finest]: 2022-09-10 04:19:15.597--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,172 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@590b1f1e) [junit] [EL Finest]: 2022-09-10 04:19:15.597--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6892edb0. [junit] [EL Finest]: 2022-09-10 04:19:15.597--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,173 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6892edb0) [junit] [EL Finest]: 2022-09-10 04:19:15.597--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4c07464c. [junit] [EL Finest]: 2022-09-10 04:19:15.598--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,174 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4c07464c) [junit] [EL Finest]: 2022-09-10 04:19:15.598--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5972ab3d. [junit] [EL Finest]: 2022-09-10 04:19:15.598--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,175 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5972ab3d) [junit] [EL Finest]: 2022-09-10 04:19:15.598--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5880bce2. [junit] [EL Finest]: 2022-09-10 04:19:15.598--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,176 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5880bce2) [junit] [EL Finest]: 2022-09-10 04:19:15.598--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2700252f. [junit] [EL Finest]: 2022-09-10 04:19:15.598--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,177 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2700252f) [junit] [EL Finest]: 2022-09-10 04:19:15.598--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@514332a5. [junit] [EL Finest]: 2022-09-10 04:19:15.598--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,178 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@514332a5) [junit] [EL Finest]: 2022-09-10 04:19:15.598--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1da450f3. [junit] [EL Finest]: 2022-09-10 04:19:15.598--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,179 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1da450f3) [junit] [EL Finest]: 2022-09-10 04:19:15.598--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@409e8809. [junit] [EL Finest]: 2022-09-10 04:19:15.598--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,180 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@409e8809) [junit] [EL Finest]: 2022-09-10 04:19:15.598--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6691e468. [junit] [EL Finest]: 2022-09-10 04:19:15.598--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,181 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6691e468) [junit] [EL Finest]: 2022-09-10 04:19:15.598--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2e0f3405. [junit] [EL Finest]: 2022-09-10 04:19:15.598--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,182 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2e0f3405) [junit] [EL Finest]: 2022-09-10 04:19:15.598--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1193caff. [junit] [EL Finest]: 2022-09-10 04:19:15.598--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,183 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1193caff) [junit] [EL Finest]: 2022-09-10 04:19:15.598--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2579d604. [junit] [EL Finest]: 2022-09-10 04:19:15.599--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,184 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2579d604) [junit] [EL Finest]: 2022-09-10 04:19:15.599--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4ca2c467. [junit] [EL Finest]: 2022-09-10 04:19:15.599--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,185 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4ca2c467) [junit] [EL Finest]: 2022-09-10 04:19:15.599--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1bda7eea. [junit] [EL Finest]: 2022-09-10 04:19:15.599--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,186 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1bda7eea) [junit] [EL Finest]: 2022-09-10 04:19:15.599--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@14919b5c. [junit] [EL Finest]: 2022-09-10 04:19:15.599--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,187 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@14919b5c) [junit] [EL Finest]: 2022-09-10 04:19:15.599--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7fb3a63c. [junit] [EL Finest]: 2022-09-10 04:19:15.599--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,188 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7fb3a63c) [junit] [EL Finest]: 2022-09-10 04:19:15.599--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2568c451. [junit] [EL Finest]: 2022-09-10 04:19:15.599--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,189 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2568c451) [junit] [EL Finest]: 2022-09-10 04:19:15.599--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6d0dd338. [junit] [EL Finest]: 2022-09-10 04:19:15.599--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,190 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6d0dd338) [junit] [EL Finest]: 2022-09-10 04:19:15.599--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@75defebe. [junit] [EL Finest]: 2022-09-10 04:19:15.599--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,191 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@75defebe) [junit] [EL Finest]: 2022-09-10 04:19:15.599--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@173e347f. [junit] [EL Finest]: 2022-09-10 04:19:15.599--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,192 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@173e347f) [junit] [EL Finest]: 2022-09-10 04:19:15.599--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@74973085. [junit] [EL Finest]: 2022-09-10 04:19:15.599--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,193 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@74973085) [junit] [EL Finest]: 2022-09-10 04:19:15.599--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7780a93c. [junit] [EL Finest]: 2022-09-10 04:19:15.6--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,194 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7780a93c) [junit] [EL Finest]: 2022-09-10 04:19:15.6--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7529827c. [junit] [EL Finest]: 2022-09-10 04:19:15.6--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,195 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7529827c) [junit] [EL Finest]: 2022-09-10 04:19:15.6--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1352cd6a. [junit] [EL Finest]: 2022-09-10 04:19:15.6--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,196 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1352cd6a) [junit] [EL Finest]: 2022-09-10 04:19:15.6--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5e0cc49d. [junit] [EL Finest]: 2022-09-10 04:19:15.6--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,197 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5e0cc49d) [junit] [EL Finest]: 2022-09-10 04:19:15.6--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2cb74f29. [junit] [EL Finest]: 2022-09-10 04:19:15.6--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,198 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2cb74f29) [junit] [EL Finest]: 2022-09-10 04:19:15.6--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@153412a1. [junit] [EL Finest]: 2022-09-10 04:19:15.6--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,199 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@153412a1) [junit] [EL Finest]: 2022-09-10 04:19:15.6--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1088a4f0. [junit] [EL Finest]: 2022-09-10 04:19:15.6--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,200 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1088a4f0) [junit] [EL Finest]: 2022-09-10 04:19:15.6--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2898a250. [junit] [EL Finest]: 2022-09-10 04:19:15.6--ServerSession(1526542158)--Connection(1052798573)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:15.6--ClientSession(1716489065)--Connection(1052798573)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:15.6--ClientSession(1716489065)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:15.601--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="VehicleGenerator" sql="UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ?") [junit] [EL Finest]: 2022-09-10 04:19:15.601--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="VehicleGenerator" sql="SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2022-09-10 04:19:15.601--ClientSession(1716489065)--Connection(190104078)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2022-09-10 04:19:15.602--ClientSession(1716489065)--Connection(190104078)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2022-09-10 04:19:15.602--ClientSession(1716489065)--Connection(190104078)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 1,201, last: 1,250 [junit] [EL Finer]: 2022-09-10 04:19:15.602--ClientSession(1716489065)--Connection(190104078)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:15.603--ServerSession(1526542158)--Connection(190104078)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2022-09-10 04:19:15.603--ServerSession(1526542158)--Connection(1052798573)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:19:15.603--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,201 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2898a250) [junit] [EL Finest]: 2022-09-10 04:19:15.603--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@f69187c. [junit] [EL Finest]: 2022-09-10 04:19:15.603--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,202 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@f69187c) [junit] [EL Finest]: 2022-09-10 04:19:15.603--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7384dbd5. [junit] [EL Finest]: 2022-09-10 04:19:15.603--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,203 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7384dbd5) [junit] [EL Finest]: 2022-09-10 04:19:15.603--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4737a2d0. [junit] [EL Finest]: 2022-09-10 04:19:15.603--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,204 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4737a2d0) [junit] [EL Finest]: 2022-09-10 04:19:15.603--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@11b458e0. [junit] [EL Finest]: 2022-09-10 04:19:15.604--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,205 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@11b458e0) [junit] [EL Finest]: 2022-09-10 04:19:15.604--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@56590852. [junit] [EL Finest]: 2022-09-10 04:19:15.604--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,206 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@56590852) [junit] [EL Finest]: 2022-09-10 04:19:15.604--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3562b3f. [junit] [EL Finest]: 2022-09-10 04:19:15.604--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,207 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3562b3f) [junit] [EL Finest]: 2022-09-10 04:19:15.604--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@790d28a7. [junit] [EL Finest]: 2022-09-10 04:19:15.604--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,208 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@790d28a7) [junit] [EL Finest]: 2022-09-10 04:19:15.604--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4acd0c3e. [junit] [EL Finest]: 2022-09-10 04:19:15.604--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,209 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4acd0c3e) [junit] [EL Finest]: 2022-09-10 04:19:15.604--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@544896ad. [junit] [EL Finest]: 2022-09-10 04:19:15.604--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,210 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@544896ad) [junit] [EL Finest]: 2022-09-10 04:19:15.604--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@66f540c8. [junit] [EL Finest]: 2022-09-10 04:19:15.604--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,211 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@66f540c8) [junit] [EL Finest]: 2022-09-10 04:19:15.604--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@76ad04a1. [junit] [EL Finest]: 2022-09-10 04:19:15.626--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,212 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@76ad04a1) [junit] [EL Finest]: 2022-09-10 04:19:15.626--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@54a34ab6. [junit] [EL Finest]: 2022-09-10 04:19:15.626--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,213 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@54a34ab6) [junit] [EL Finest]: 2022-09-10 04:19:15.626--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@444e4371. [junit] [EL Finest]: 2022-09-10 04:19:15.626--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,214 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@444e4371) [junit] [EL Finest]: 2022-09-10 04:19:15.626--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@8f1b830. [junit] [EL Finest]: 2022-09-10 04:19:15.626--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,215 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@8f1b830) [junit] [EL Finest]: 2022-09-10 04:19:15.626--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@16e73d83. [junit] [EL Finest]: 2022-09-10 04:19:15.626--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,216 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@16e73d83) [junit] [EL Finest]: 2022-09-10 04:19:15.626--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@585f2313. [junit] [EL Finest]: 2022-09-10 04:19:15.626--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,217 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@585f2313) [junit] [EL Finest]: 2022-09-10 04:19:15.627--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6e3ca6a2. [junit] [EL Finest]: 2022-09-10 04:19:15.627--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,218 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6e3ca6a2) [junit] [EL Finest]: 2022-09-10 04:19:15.627--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6b89b36d. [junit] [EL Finest]: 2022-09-10 04:19:15.627--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,219 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6b89b36d) [junit] [EL Finest]: 2022-09-10 04:19:15.627--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@442d90ba. [junit] [EL Finest]: 2022-09-10 04:19:15.627--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,220 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@442d90ba) [junit] [EL Finest]: 2022-09-10 04:19:15.627--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@654b7497. [junit] [EL Finest]: 2022-09-10 04:19:15.627--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,221 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@654b7497) [junit] [EL Finest]: 2022-09-10 04:19:15.627--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6e49d72a. [junit] [EL Finest]: 2022-09-10 04:19:15.627--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,222 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6e49d72a) [junit] [EL Finest]: 2022-09-10 04:19:15.627--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@487d0355. [junit] [EL Finest]: 2022-09-10 04:19:15.627--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,223 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@487d0355) [junit] [EL Finest]: 2022-09-10 04:19:15.628--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@607df2a0. [junit] [EL Finest]: 2022-09-10 04:19:15.628--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,224 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@607df2a0) [junit] [EL Finest]: 2022-09-10 04:19:15.628--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5e2cddf4. [junit] [EL Finest]: 2022-09-10 04:19:15.628--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,225 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5e2cddf4) [junit] [EL Finest]: 2022-09-10 04:19:15.628--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7e7cb19c. [junit] [EL Finest]: 2022-09-10 04:19:15.628--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,226 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7e7cb19c) [junit] [EL Finest]: 2022-09-10 04:19:15.628--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5e3b72ad. [junit] [EL Finest]: 2022-09-10 04:19:15.628--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,227 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5e3b72ad) [junit] [EL Finest]: 2022-09-10 04:19:15.628--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@515c6338. [junit] [EL Finest]: 2022-09-10 04:19:15.628--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,228 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@515c6338) [junit] [EL Finest]: 2022-09-10 04:19:15.628--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6927c79a. [junit] [EL Finest]: 2022-09-10 04:19:15.628--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,229 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6927c79a) [junit] [EL Finest]: 2022-09-10 04:19:15.628--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@724c6b73. [junit] [EL Finest]: 2022-09-10 04:19:15.629--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,230 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@724c6b73) [junit] [EL Finest]: 2022-09-10 04:19:15.629--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7767c18d. [junit] [EL Finest]: 2022-09-10 04:19:15.629--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,231 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7767c18d) [junit] [EL Finest]: 2022-09-10 04:19:15.629--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@451029fa. [junit] [EL Finest]: 2022-09-10 04:19:15.629--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,232 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@451029fa) [junit] [EL Finest]: 2022-09-10 04:19:15.629--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@125c2dd5. [junit] [EL Finest]: 2022-09-10 04:19:15.629--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,233 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@125c2dd5) [junit] [EL Finest]: 2022-09-10 04:19:15.629--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3dacb1e. [junit] [EL Finest]: 2022-09-10 04:19:15.629--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,234 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3dacb1e) [junit] [EL Finest]: 2022-09-10 04:19:15.629--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4af81941. [junit] [EL Finest]: 2022-09-10 04:19:15.629--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,235 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4af81941) [junit] [EL Finest]: 2022-09-10 04:19:15.629--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@e63a61d. [junit] [EL Finest]: 2022-09-10 04:19:15.629--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,236 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@e63a61d) [junit] [EL Finest]: 2022-09-10 04:19:15.63--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7da21081. [junit] [EL Finest]: 2022-09-10 04:19:15.63--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,237 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7da21081) [junit] [EL Finest]: 2022-09-10 04:19:15.63--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2875b610. [junit] [EL Finest]: 2022-09-10 04:19:15.63--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,238 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2875b610) [junit] [EL Finest]: 2022-09-10 04:19:15.63--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@224d804e. [junit] [EL Finest]: 2022-09-10 04:19:15.63--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,239 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@224d804e) [junit] [EL Finest]: 2022-09-10 04:19:15.63--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@310d8954. [junit] [EL Finest]: 2022-09-10 04:19:15.63--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,240 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@310d8954) [junit] [EL Finest]: 2022-09-10 04:19:15.63--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5cc6a1ec. [junit] [EL Finest]: 2022-09-10 04:19:15.63--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,241 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5cc6a1ec) [junit] [EL Finest]: 2022-09-10 04:19:15.63--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@59065952. [junit] [EL Finest]: 2022-09-10 04:19:15.63--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,242 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@59065952) [junit] [EL Finest]: 2022-09-10 04:19:15.631--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1787edcc. [junit] [EL Finest]: 2022-09-10 04:19:15.631--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,243 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1787edcc) [junit] [EL Finest]: 2022-09-10 04:19:15.631--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4a1d9141. [junit] [EL Finest]: 2022-09-10 04:19:15.631--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,244 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4a1d9141) [junit] [EL Finest]: 2022-09-10 04:19:15.631--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@23bd902f. [junit] [EL Finest]: 2022-09-10 04:19:15.631--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,245 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@23bd902f) [junit] [EL Finest]: 2022-09-10 04:19:15.631--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@481a91c3. [junit] [EL Finest]: 2022-09-10 04:19:15.631--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,246 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@481a91c3) [junit] [EL Finest]: 2022-09-10 04:19:15.631--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@605bfc81. [junit] [EL Finest]: 2022-09-10 04:19:15.631--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,247 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@605bfc81) [junit] [EL Finest]: 2022-09-10 04:19:15.631--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@466aee52. [junit] [EL Finest]: 2022-09-10 04:19:15.631--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,248 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@466aee52) [junit] [EL Finest]: 2022-09-10 04:19:15.631--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@9993258. [junit] [EL Finest]: 2022-09-10 04:19:15.632--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,249 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@9993258) [junit] [EL Finest]: 2022-09-10 04:19:15.632--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@15913e21. [junit] [EL Finest]: 2022-09-10 04:19:15.632--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,250 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@15913e21) [junit] [EL Finest]: 2022-09-10 04:19:15.632--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2a1177e6. [junit] [EL Finest]: 2022-09-10 04:19:15.632--ServerSession(1526542158)--Connection(991433864)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:15.632--ClientSession(1716489065)--Connection(991433864)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:15.632--ClientSession(1716489065)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:15.633--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="VehicleGenerator" sql="UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ?") [junit] [EL Finest]: 2022-09-10 04:19:15.633--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="VehicleGenerator" sql="SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2022-09-10 04:19:15.633--ClientSession(1716489065)--Connection(2069097025)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2022-09-10 04:19:15.634--ClientSession(1716489065)--Connection(2069097025)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2022-09-10 04:19:15.635--ClientSession(1716489065)--Connection(2069097025)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 1,251, last: 1,300 [junit] [EL Finer]: 2022-09-10 04:19:15.635--ClientSession(1716489065)--Connection(2069097025)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:15.638--ServerSession(1526542158)--Connection(2069097025)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2022-09-10 04:19:15.639--ServerSession(1526542158)--Connection(991433864)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:19:15.639--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,251 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2a1177e6) [junit] [EL Finest]: 2022-09-10 04:19:15.639--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@43ae3c30. [junit] [EL Finest]: 2022-09-10 04:19:15.639--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,252 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@43ae3c30) [junit] [EL Finest]: 2022-09-10 04:19:15.639--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@779b12b. [junit] [EL Finest]: 2022-09-10 04:19:15.639--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,253 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@779b12b) [junit] [EL Finest]: 2022-09-10 04:19:15.639--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@72dd302. [junit] [EL Finest]: 2022-09-10 04:19:15.639--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,254 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@72dd302) [junit] [EL Finest]: 2022-09-10 04:19:15.639--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4cf7e832. [junit] [EL Finest]: 2022-09-10 04:19:15.639--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,255 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4cf7e832) [junit] [EL Finest]: 2022-09-10 04:19:15.639--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7e0a1220. [junit] [EL Finest]: 2022-09-10 04:19:15.639--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,256 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7e0a1220) [junit] [EL Finest]: 2022-09-10 04:19:15.64--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@34b01423. [junit] [EL Finest]: 2022-09-10 04:19:15.64--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,257 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@34b01423) [junit] [EL Finest]: 2022-09-10 04:19:15.64--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5d6c7474. [junit] [EL Finest]: 2022-09-10 04:19:15.64--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,258 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5d6c7474) [junit] [EL Finest]: 2022-09-10 04:19:15.64--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@2e29a193. [junit] [EL Finest]: 2022-09-10 04:19:15.64--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,259 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@2e29a193) [junit] [EL Finest]: 2022-09-10 04:19:15.64--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@1c2d64. [junit] [EL Finest]: 2022-09-10 04:19:15.64--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,260 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@1c2d64) [junit] [EL Finest]: 2022-09-10 04:19:15.64--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@34392048. [junit] [EL Finest]: 2022-09-10 04:19:15.64--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,261 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@34392048) [junit] [EL Finest]: 2022-09-10 04:19:15.64--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@a482d6f. [junit] [EL Finest]: 2022-09-10 04:19:15.64--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,262 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@a482d6f) [junit] [EL Finest]: 2022-09-10 04:19:15.64--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@690e308c. [junit] [EL Finest]: 2022-09-10 04:19:15.64--UnitOfWork(428815991)--Thread(Thread[main,5,main])--assign sequence to the object (1,263 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@690e308c) [junit] [EL Finest]: 2022-09-10 04:19:15.64--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@81847c4. [junit] [EL Finest]: 2022-09-10 04:19:15.641--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3e36657e. [junit] [EL Finest]: 2022-09-10 04:19:15.641--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6c48fd13. [junit] [EL Finest]: 2022-09-10 04:19:15.641--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@64ecb1d4. [junit] [EL Finest]: 2022-09-10 04:19:15.641--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4c838b32. [junit] [EL Finest]: 2022-09-10 04:19:15.641--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@45348159. [junit] [EL Finest]: 2022-09-10 04:19:15.641--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3006b388. [junit] [EL Finest]: 2022-09-10 04:19:15.641--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2a25963b. [junit] [EL Finest]: 2022-09-10 04:19:15.641--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2c40f871. [junit] [EL Finest]: 2022-09-10 04:19:15.641--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@36f6418c. [junit] [EL Finest]: 2022-09-10 04:19:15.641--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@48754a85. [junit] [EL Finest]: 2022-09-10 04:19:15.641--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@58942d7b. [junit] [EL Finest]: 2022-09-10 04:19:15.641--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@34ab40f1. [junit] [EL Finest]: 2022-09-10 04:19:15.641--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4626eef0. [junit] [EL Finest]: 2022-09-10 04:19:15.641--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3e547f05. [junit] [EL Finest]: 2022-09-10 04:19:15.641--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7770c8a2. [junit] [EL Finest]: 2022-09-10 04:19:15.641--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@a3ed130. [junit] [EL Finest]: 2022-09-10 04:19:15.641--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7a140446. [junit] [EL Finest]: 2022-09-10 04:19:15.642--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@68fa9450. [junit] [EL Finest]: 2022-09-10 04:19:15.642--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3e084d2f. [junit] [EL Finest]: 2022-09-10 04:19:15.642--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1dc76ef1. [junit] [EL Finest]: 2022-09-10 04:19:15.642--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@27e683b6. [junit] [EL Finest]: 2022-09-10 04:19:15.642--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@39df6b9b. [junit] [EL Finest]: 2022-09-10 04:19:15.642--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2f2f6aaa. [junit] [EL Finest]: 2022-09-10 04:19:15.642--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3b82fcac. [junit] [EL Finest]: 2022-09-10 04:19:15.642--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6ec7cbbb. [junit] [EL Finest]: 2022-09-10 04:19:15.642--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@25354173. [junit] [EL Finest]: 2022-09-10 04:19:15.642--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@30370ce. [junit] [EL Finest]: 2022-09-10 04:19:15.642--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@70ebf6d8. [junit] [EL Finest]: 2022-09-10 04:19:15.642--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@74bbaa1b. [junit] [EL Finest]: 2022-09-10 04:19:15.642--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@74c82cca. [junit] [EL Finest]: 2022-09-10 04:19:15.642--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@e320f5. [junit] [EL Finest]: 2022-09-10 04:19:15.642--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3c29ef6e. [junit] [EL Finest]: 2022-09-10 04:19:15.642--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1b4bfdb. [junit] [EL Finest]: 2022-09-10 04:19:15.643--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6ad8f801. [junit] [EL Finest]: 2022-09-10 04:19:15.643--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@182c3b79. [junit] [EL Finest]: 2022-09-10 04:19:15.643--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6586480a. [junit] [EL Finest]: 2022-09-10 04:19:15.643--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@30ecf828. [junit] [EL Finest]: 2022-09-10 04:19:15.643--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@325401b3. [junit] [EL Finest]: 2022-09-10 04:19:15.643--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3bbed4fa. [junit] [EL Finest]: 2022-09-10 04:19:15.643--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@62e3dba0. [junit] [EL Finest]: 2022-09-10 04:19:15.643--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@615a30bd. [junit] [EL Finest]: 2022-09-10 04:19:15.643--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2d2c3ab2. [junit] [EL Finest]: 2022-09-10 04:19:15.643--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@40d6c69f. [junit] [EL Finest]: 2022-09-10 04:19:15.643--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2b05257a. [junit] [EL Finest]: 2022-09-10 04:19:15.643--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@63e98fde. [junit] [EL Finest]: 2022-09-10 04:19:15.643--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5c5761f. [junit] [EL Finest]: 2022-09-10 04:19:15.643--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@55f123ce. [junit] [EL Finest]: 2022-09-10 04:19:15.643--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@316296ae. [junit] [EL Finest]: 2022-09-10 04:19:15.643--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@590db06a. [junit] [EL Finest]: 2022-09-10 04:19:15.644--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@28647ac7. [junit] [EL Finest]: 2022-09-10 04:19:15.644--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@69f7da24. [junit] [EL Finest]: 2022-09-10 04:19:15.644--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5d3658d1. [junit] [EL Finest]: 2022-09-10 04:19:15.644--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3ac2300f. [junit] [EL Finest]: 2022-09-10 04:19:15.644--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7eed8467. [junit] [EL Finest]: 2022-09-10 04:19:15.644--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@27cef157. [junit] [EL Finest]: 2022-09-10 04:19:15.644--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@31d635ba. [junit] [EL Finest]: 2022-09-10 04:19:15.644--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@52021702. [junit] [EL Finest]: 2022-09-10 04:19:15.644--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@231a5622. [junit] [EL Finest]: 2022-09-10 04:19:15.644--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5394d3dd. [junit] [EL Finest]: 2022-09-10 04:19:15.644--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@f62fe59. [junit] [EL Finest]: 2022-09-10 04:19:15.644--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@8e40ec1. [junit] [EL Finest]: 2022-09-10 04:19:15.644--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2e0d2cc4. [junit] [EL Finest]: 2022-09-10 04:19:15.644--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@228ca300. [junit] [EL Finest]: 2022-09-10 04:19:15.644--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7f5c7538. [junit] [EL Finest]: 2022-09-10 04:19:15.644--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3366953. [junit] [EL Finest]: 2022-09-10 04:19:15.644--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@27b88459. [junit] [EL Finest]: 2022-09-10 04:19:15.645--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@794c64e6. [junit] [EL Finest]: 2022-09-10 04:19:15.645--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2f4c5b51. [junit] [EL Finest]: 2022-09-10 04:19:15.645--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7b70ae8e. [junit] [EL Finest]: 2022-09-10 04:19:15.645--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@56d87044. [junit] [EL Finest]: 2022-09-10 04:19:15.645--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4526b3d5. [junit] [EL Finest]: 2022-09-10 04:19:15.645--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@525d09b7. [junit] [EL Finest]: 2022-09-10 04:19:15.645--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7a668497. [junit] [EL Finest]: 2022-09-10 04:19:15.645--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@17537420. [junit] [EL Finest]: 2022-09-10 04:19:15.645--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@223a5dad. [junit] [EL Finest]: 2022-09-10 04:19:15.645--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4d5aa20b. [junit] [EL Finest]: 2022-09-10 04:19:15.645--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@60e2370e. [junit] [EL Finest]: 2022-09-10 04:19:15.645--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@189738f4. [junit] [EL Finest]: 2022-09-10 04:19:15.645--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@57fb7ccc. [junit] [EL Finest]: 2022-09-10 04:19:15.645--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5a23d4d8. [junit] [EL Finest]: 2022-09-10 04:19:15.645--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@736d26f1. [junit] [EL Finest]: 2022-09-10 04:19:15.646--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5c0b05f4. [junit] [EL Finest]: 2022-09-10 04:19:15.646--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@58ef8069. [junit] [EL Finest]: 2022-09-10 04:19:15.646--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@10706411. [junit] [EL Finest]: 2022-09-10 04:19:15.646--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@dcd6f19. [junit] [EL Finest]: 2022-09-10 04:19:15.646--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@df31866. [junit] [EL Finest]: 2022-09-10 04:19:15.646--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@68d27530. [junit] [EL Finest]: 2022-09-10 04:19:15.646--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@66e6bb8e. [junit] [EL Finest]: 2022-09-10 04:19:15.646--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@185010b5. [junit] [EL Finest]: 2022-09-10 04:19:15.646--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@25f92ffd. [junit] [EL Finest]: 2022-09-10 04:19:15.646--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5a93dccc. [junit] [EL Finest]: 2022-09-10 04:19:15.646--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@469a9010. [junit] [EL Finest]: 2022-09-10 04:19:15.646--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@350e34e7. [junit] [EL Finest]: 2022-09-10 04:19:15.646--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@bf90cf8. [junit] [EL Finest]: 2022-09-10 04:19:15.646--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@41b8e985. [junit] [EL Finest]: 2022-09-10 04:19:15.646--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@132bc3fb. [junit] [EL Finest]: 2022-09-10 04:19:15.646--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3ac5bce4. [junit] [EL Finest]: 2022-09-10 04:19:15.647--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1370b4df. [junit] [EL Finest]: 2022-09-10 04:19:15.647--UnitOfWork(428815991)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@483e2a7. [junit] [EL Finer]: 2022-09-10 04:19:15.647--UnitOfWork(428815991)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:15.648--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@34392048) [junit] [EL Finest]: 2022-09-10 04:19:15.648--ServerSession(1526542158)--Connection(638599700)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:15.648--ClientSession(1716489065)--Connection(638599700)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:15.648--ClientSession(1716489065)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:15.648--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@690e308c) [junit] [EL Finest]: 2022-09-10 04:19:15.649--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@a482d6f) [junit] [EL Finest]: 2022-09-10 04:19:15.649--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@2e29a193) [junit] [EL Finest]: 2022-09-10 04:19:15.649--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@1c2d64) [junit] [EL Finest]: 2022-09-10 04:19:15.649--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finer]: 2022-09-10 04:19:15.649--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:15.649--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, NUM_GEARS, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:15.649--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1261, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2022-09-10 04:19:15.649--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1263, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2022-09-10 04:19:15.649--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1262, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2022-09-10 04:19:15.649--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1259, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2022-09-10 04:19:15.649--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1260, foo-brand, null, 0, 1, 4] [junit] [EL Finer]: 2022-09-10 04:19:15.649--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:15.651--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@0) [junit] [EL Finest]: 2022-09-10 04:19:15.651--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8) [junit] [EL Finest]: 2022-09-10 04:19:15.651--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2022-09-10 04:19:15.651--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6) [junit] [EL Finest]: 2022-09-10 04:19:15.651--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9) [junit] [EL Finest]: 2022-09-10 04:19:15.651--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4) [junit] [EL Finest]: 2022-09-10 04:19:15.651--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2022-09-10 04:19:15.651--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5) [junit] [EL Finest]: 2022-09-10 04:19:15.651--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7) [junit] [EL Finest]: 2022-09-10 04:19:15.651--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6c48fd13) [junit] [EL Finer]: 2022-09-10 04:19:15.652--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:15.652--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:15.652--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1, Department_1, 1] [junit] [EL Fine]: 2022-09-10 04:19:15.652--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [0, Department_0, 1] [junit] [EL Fine]: 2022-09-10 04:19:15.652--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [8, Department_8, 1] [junit] [EL Fine]: 2022-09-10 04:19:15.652--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [3, Department_3, 1] [junit] [EL Fine]: 2022-09-10 04:19:15.652--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [6, Department_6, 1] [junit] [EL Fine]: 2022-09-10 04:19:15.652--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [9, Department_9, 1] [junit] [EL Fine]: 2022-09-10 04:19:15.652--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [4, Department_4, 1] [junit] [EL Fine]: 2022-09-10 04:19:15.652--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [2, Department_2, 1] [junit] [EL Fine]: 2022-09-10 04:19:15.652--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [5, Department_5, 1] [junit] [EL Fine]: 2022-09-10 04:19:15.652--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [7, Department_7, 1] [junit] [EL Finer]: 2022-09-10 04:19:15.652--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:15.654--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@60e2370e) [junit] [EL Finest]: 2022-09-10 04:19:15.654--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@36f6418c) [junit] [EL Finest]: 2022-09-10 04:19:15.654--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3ac2300f) [junit] [EL Finest]: 2022-09-10 04:19:15.654--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@40d6c69f) [junit] [EL Finest]: 2022-09-10 04:19:15.654--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1370b4df) [junit] [EL Finest]: 2022-09-10 04:19:15.654--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@57fb7ccc) [junit] [EL Finest]: 2022-09-10 04:19:15.654--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4526b3d5) [junit] [EL Finest]: 2022-09-10 04:19:15.654--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@55f123ce) [junit] [EL Finest]: 2022-09-10 04:19:15.654--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4c838b32) [junit] [EL Finest]: 2022-09-10 04:19:15.654--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2f2f6aaa) [junit] [EL Finest]: 2022-09-10 04:19:15.654--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5a23d4d8) [junit] [EL Finest]: 2022-09-10 04:19:15.655--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@228ca300) [junit] [EL Finest]: 2022-09-10 04:19:15.655--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@48754a85) [junit] [EL Finest]: 2022-09-10 04:19:15.655--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@68fa9450) [junit] [EL Finest]: 2022-09-10 04:19:15.655--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3c29ef6e) [junit] [EL Finest]: 2022-09-10 04:19:15.655--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2b05257a) [junit] [EL Finest]: 2022-09-10 04:19:15.655--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5394d3dd) [junit] [EL Finest]: 2022-09-10 04:19:15.655--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@185010b5) [junit] [EL Finest]: 2022-09-10 04:19:15.655--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@231a5622) [junit] [EL Finest]: 2022-09-10 04:19:15.655--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3b82fcac) [junit] [EL Finest]: 2022-09-10 04:19:15.655--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@e320f5) [junit] [EL Finest]: 2022-09-10 04:19:15.655--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@66e6bb8e) [junit] [EL Finest]: 2022-09-10 04:19:15.655--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7770c8a2) [junit] [EL Finest]: 2022-09-10 04:19:15.655--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@f62fe59) [junit] [EL Finest]: 2022-09-10 04:19:15.655--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2a25963b) [junit] [EL Finest]: 2022-09-10 04:19:15.656--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@39df6b9b) [junit] [EL Finest]: 2022-09-10 04:19:15.656--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@dcd6f19) [junit] [EL Finest]: 2022-09-10 04:19:15.656--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@736d26f1) [junit] [EL Finest]: 2022-09-10 04:19:15.656--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@56d87044) [junit] [EL Finest]: 2022-09-10 04:19:15.656--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3e547f05) [junit] [EL Finest]: 2022-09-10 04:19:15.656--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@bf90cf8) [junit] [EL Finest]: 2022-09-10 04:19:15.656--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5d3658d1) [junit] [EL Finest]: 2022-09-10 04:19:15.656--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3bbed4fa) [junit] [EL Finest]: 2022-09-10 04:19:15.656--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3ac5bce4) [junit] [EL Finest]: 2022-09-10 04:19:15.656--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@30370ce) [junit] [EL Finest]: 2022-09-10 04:19:15.656--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@41b8e985) [junit] [EL Finest]: 2022-09-10 04:19:15.656--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6ec7cbbb) [junit] [EL Finest]: 2022-09-10 04:19:15.656--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7b70ae8e) [junit] [EL Finest]: 2022-09-10 04:19:15.656--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5a93dccc) [junit] [EL Finest]: 2022-09-10 04:19:15.657--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@81847c4) [junit] [EL Finest]: 2022-09-10 04:19:15.657--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4d5aa20b) [junit] [EL Finest]: 2022-09-10 04:19:15.657--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@74c82cca) [junit] [EL Finest]: 2022-09-10 04:19:15.657--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@28647ac7) [junit] [EL Finest]: 2022-09-10 04:19:15.657--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1b4bfdb) [junit] [EL Finest]: 2022-09-10 04:19:15.657--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2e0d2cc4) [junit] [EL Finest]: 2022-09-10 04:19:15.657--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@52021702) [junit] [EL Finest]: 2022-09-10 04:19:15.657--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7a668497) [junit] [EL Finest]: 2022-09-10 04:19:15.657--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@68d27530) [junit] [EL Finest]: 2022-09-10 04:19:15.657--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@25354173) [junit] [EL Finest]: 2022-09-10 04:19:15.657--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5c0b05f4) [junit] [EL Finest]: 2022-09-10 04:19:15.657--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@17537420) [junit] [EL Finest]: 2022-09-10 04:19:15.657--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@69f7da24) [junit] [EL Finest]: 2022-09-10 04:19:15.657--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@525d09b7) [junit] [EL Finest]: 2022-09-10 04:19:15.657--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@64ecb1d4) [junit] [EL Finest]: 2022-09-10 04:19:15.658--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@189738f4) [junit] [EL Finest]: 2022-09-10 04:19:15.658--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@615a30bd) [junit] [EL Finest]: 2022-09-10 04:19:15.658--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3e36657e) [junit] [EL Finest]: 2022-09-10 04:19:15.658--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7f5c7538) [junit] [EL Finest]: 2022-09-10 04:19:15.658--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3e084d2f) [junit] [EL Finest]: 2022-09-10 04:19:15.658--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6586480a) [junit] [EL Finest]: 2022-09-10 04:19:15.658--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@27e683b6) [junit] [EL Finest]: 2022-09-10 04:19:15.658--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@30ecf828) [junit] [EL Finest]: 2022-09-10 04:19:15.658--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@483e2a7) [junit] [EL Finest]: 2022-09-10 04:19:15.658--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@58942d7b) [junit] [EL Finest]: 2022-09-10 04:19:15.658--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@316296ae) [junit] [EL Finest]: 2022-09-10 04:19:15.658--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@27cef157) [junit] [EL Finest]: 2022-09-10 04:19:15.658--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3006b388) [junit] [EL Finest]: 2022-09-10 04:19:15.658--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@182c3b79) [junit] [EL Finest]: 2022-09-10 04:19:15.659--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@469a9010) [junit] [EL Finest]: 2022-09-10 04:19:15.659--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@10706411) [junit] [EL Finest]: 2022-09-10 04:19:15.659--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7a140446) [junit] [EL Finest]: 2022-09-10 04:19:15.659--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@31d635ba) [junit] [EL Finest]: 2022-09-10 04:19:15.659--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@70ebf6d8) [junit] [EL Finest]: 2022-09-10 04:19:15.659--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@25f92ffd) [junit] [EL Finest]: 2022-09-10 04:19:15.659--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2d2c3ab2) [junit] [EL Finest]: 2022-09-10 04:19:15.659--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@132bc3fb) [junit] [EL Finest]: 2022-09-10 04:19:15.659--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@74bbaa1b) [junit] [EL Finest]: 2022-09-10 04:19:15.659--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@62e3dba0) [junit] [EL Finest]: 2022-09-10 04:19:15.659--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@34ab40f1) [junit] [EL Finest]: 2022-09-10 04:19:15.659--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@223a5dad) [junit] [EL Finest]: 2022-09-10 04:19:15.659--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@a3ed130) [junit] [EL Finest]: 2022-09-10 04:19:15.659--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@794c64e6) [junit] [EL Finest]: 2022-09-10 04:19:15.659--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@45348159) [junit] [EL Finest]: 2022-09-10 04:19:15.66--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4626eef0) [junit] [EL Finest]: 2022-09-10 04:19:15.66--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3366953) [junit] [EL Finest]: 2022-09-10 04:19:15.66--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@8e40ec1) [junit] [EL Finest]: 2022-09-10 04:19:15.66--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@325401b3) [junit] [EL Finest]: 2022-09-10 04:19:15.66--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7eed8467) [junit] [EL Finest]: 2022-09-10 04:19:15.66--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@df31866) [junit] [EL Finest]: 2022-09-10 04:19:15.66--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@63e98fde) [junit] [EL Finest]: 2022-09-10 04:19:15.66--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6ad8f801) [junit] [EL Finest]: 2022-09-10 04:19:15.66--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@590db06a) [junit] [EL Finest]: 2022-09-10 04:19:15.66--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@27b88459) [junit] [EL Finest]: 2022-09-10 04:19:15.66--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2c40f871) [junit] [EL Finest]: 2022-09-10 04:19:15.66--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1dc76ef1) [junit] [EL Finest]: 2022-09-10 04:19:15.66--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5c5761f) [junit] [EL Finest]: 2022-09-10 04:19:15.66--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2f4c5b51) [junit] [EL Finest]: 2022-09-10 04:19:15.661--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@350e34e7) [junit] [EL Finest]: 2022-09-10 04:19:15.661--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@58ef8069) [junit] [EL Finest]: 2022-09-10 04:19:15.661--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(82:null:swimming) [junit] [EL Finer]: 2022-09-10 04:19:15.661--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:15.661--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:15.661--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [2, Hannah, Herder, null, 2022-09-21 18:05:55.641, 2022-08-29 14:32:35.641, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.661--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [77, Harvey, Hardenberg, null, 2022-09-21 18:05:55.645, 2022-08-29 14:32:35.645, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.661--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [9, Hilarius, Habermann, null, 2022-09-21 18:05:55.641, 2022-08-29 14:32:35.641, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.661--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [53, Helena, Hartig, null, 2022-09-21 18:05:55.644, 2022-08-29 14:32:35.644, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.661--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [43, Hazel, Heer, null, 2022-09-21 18:05:55.643, 2022-08-29 14:32:35.643, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.661--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [98, Hansklaus, Heuser, null, 2022-09-21 18:05:55.647, 2022-08-29 14:32:35.646, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.661--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, Henrik, Heidegger, null, 2022-09-21 18:05:55.645, 2022-08-29 14:32:35.645, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.661--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [71, Helga, Herzog, null, 2022-09-21 18:05:55.645, 2022-08-29 14:32:35.645, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.661--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [47, Hildegard, Herold, null, 2022-09-21 18:05:55.643, 2022-08-29 14:32:35.643, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.661--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [4, Hadmar, Heim, null, 2022-09-21 18:05:55.641, 2022-08-29 14:32:35.641, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.661--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [23, Helmar, Habermann, null, 2022-09-21 18:05:55.642, 2022-08-29 14:32:35.642, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.661--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, Hazel, Hackmann, null, 2022-09-21 18:05:55.645, 2022-08-29 14:32:35.645, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.661--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [63, Heidemarie, Helms, null, 2022-09-21 18:05:55.644, 2022-08-29 14:32:35.644, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.661--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [10, Hannelore, Hermann, null, 2022-09-21 18:05:55.641, 2022-08-29 14:32:35.641, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.662--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [18, Hilarius, Hamilton, null, 2022-09-21 18:05:55.642, 2022-08-29 14:32:35.642, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.662--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [32, Heinz, Hegemann, null, 2022-09-21 18:05:55.642, 2022-08-29 14:32:35.642, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.662--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [44, Hubert, Hanson, null, 2022-09-21 18:05:55.643, 2022-08-29 14:32:35.643, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.662--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [59, Hannes, Helbig, null, 2022-09-21 18:05:55.644, 2022-08-29 14:32:35.644, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.662--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [89, Hartwin, Heim, null, 2022-09-21 18:05:55.646, 2022-08-29 14:32:35.646, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.662--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [58, Helen, Hildebrand, null, 2022-09-21 18:05:55.644, 2022-08-29 14:32:35.644, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.662--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [24, Helgard, Hardenberg, null, 2022-09-21 18:05:55.642, 2022-08-29 14:32:35.642, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.662--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [31, Helge, Helmig, null, 2022-09-21 18:05:55.642, 2022-08-29 14:32:35.642, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.662--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [88, Hannes, Hemsterhuis, null, 2022-09-21 18:05:55.646, 2022-08-29 14:32:35.646, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.662--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [15, Heidemarie, Hartfelder, null, 2022-09-21 18:05:55.641, 2022-08-29 14:32:35.641, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.662--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [60, Helena, Henry, null, 2022-09-21 18:05:55.644, 2022-08-29 14:32:35.644, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.662--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [7, Heyko, Hawke, null, 2022-09-21 18:05:55.641, 2022-08-29 14:32:35.641, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.662--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [22, Helena, Helmig, null, 2022-09-21 18:05:55.642, 2022-08-29 14:32:35.642, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.662--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [85, Holda, Hesselbarth, null, 2022-09-21 18:05:55.646, 2022-08-29 14:32:35.646, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.662--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, Harry, Herold, null, 2022-09-21 18:05:55.645, 2022-08-29 14:32:35.645, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.662--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [70, Helmut, Hary, null, 2022-09-21 18:05:55.645, 2022-08-29 14:32:35.645, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.662--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [14, Harvey, Hache, null, 2022-09-21 18:05:55.641, 2022-08-29 14:32:35.641, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.662--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [94, Hartmut, Hanstein, null, 2022-09-21 18:05:55.646, 2022-08-29 14:32:35.646, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.662--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [52, Helena, Haus Lancaster, null, 2022-09-21 18:05:55.644, 2022-08-29 14:32:35.644, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.662--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [39, Hubertus, Helbig, null, 2022-09-21 18:05:55.643, 2022-08-29 14:32:35.643, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.662--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [97, Hinrich, Hamann, null, 2022-09-21 18:05:55.646, 2022-08-29 14:32:35.646, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.662--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [27, Herma, Hamburger, null, 2022-09-21 18:05:55.642, 2022-08-29 14:32:35.642, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.662--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [95, Heiko, Hennig, null, 2022-09-21 18:05:55.646, 2022-08-29 14:32:35.646, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.663--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [25, Hauke, Hausmann, null, 2022-09-21 18:05:55.642, 2022-08-29 14:32:35.642, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.663--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [69, Heike, Hentschel, null, 2022-09-21 18:05:55.645, 2022-08-29 14:32:35.645, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.663--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [91, Hans, Hanstein, null, 2022-09-21 18:05:55.646, 2022-08-29 14:32:35.646, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.663--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [0, Helma, Hewitt, null, 2022-09-21 18:05:55.64, 2022-08-29 14:32:35.64, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.663--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [76, Hauke, Hawke, null, 2022-09-21 18:05:55.645, 2022-08-29 14:32:35.645, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.663--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [30, Hieronymus, Hein, null, 2022-09-21 18:05:55.642, 2022-08-29 14:32:35.642, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.663--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [50, Harriet, Heinichen, null, 2022-09-21 18:05:55.644, 2022-08-29 14:32:35.644, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.663--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [33, Hartwin, Hamann, null, 2022-09-21 18:05:55.642, 2022-08-29 14:32:35.642, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.663--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [62, Harro, Hellmann, null, 2022-09-21 18:05:55.644, 2022-08-29 14:32:35.644, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.663--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [57, Hans, Herrmann, null, 2022-09-21 18:05:55.644, 2022-08-29 14:32:35.644, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.663--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [73, Harriet, Herzog, null, 2022-09-21 18:05:55.645, 2022-08-29 14:32:35.645, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.663--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [87, Henrike, Hewitt, null, 2022-09-21 18:05:55.646, 2022-08-29 14:32:35.646, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.663--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [26, Helmar, Hildebrand, null, 2022-09-21 18:05:55.642, 2022-08-29 14:32:35.642, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.739--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, Heinrich, Henning, null, 2022-09-21 18:05:55.645, 2022-08-29 14:32:35.645, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.739--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [74, Hermann, Havenstein, null, 2022-09-21 18:05:55.645, 2022-08-29 14:32:35.645, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.739--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [51, Hubert, Heinichen, null, 2022-09-21 18:05:55.644, 2022-08-29 14:32:35.644, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.739--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [72, Hugo, Hense, null, 2022-09-21 18:05:55.645, 2022-08-29 14:32:35.645, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.739--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [3, Hubertus, Hartenthaler, null, 2022-09-21 18:05:55.641, 2022-08-29 14:32:35.641, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.739--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, Hermann, Heise, null, 2022-09-21 18:05:55.645, 2022-08-29 14:32:35.645, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.739--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [41, Helge, Hellmann, null, 2022-09-21 18:05:55.643, 2022-08-29 14:32:35.643, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.739--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1, Hella, Hense, null, 2022-09-21 18:05:55.641, 2022-08-29 14:32:35.641, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.739--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [64, Heidi, Hemsterhuis, null, 2022-09-21 18:05:55.644, 2022-08-29 14:32:35.644, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.739--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [19, Hein, Hartig, null, 2022-09-21 18:05:55.642, 2022-08-29 14:32:35.642, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.739--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [36, Heinz, Herrmann, null, 2022-09-21 18:05:55.643, 2022-08-29 14:32:35.643, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.739--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [21, Heiko, Hecht, null, 2022-09-21 18:05:55.642, 2022-08-29 14:32:35.642, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.739--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [37, Hella, Herrmann, null, 2022-09-21 18:05:55.643, 2022-08-29 14:32:35.643, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.739--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [99, Heike, Herrmann, null, 2022-09-21 18:05:55.647, 2022-08-29 14:32:35.647, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.739--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [11, Heiko, Heer, null, 2022-09-21 18:05:55.641, 2022-08-29 14:32:35.641, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.739--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [48, Heike, Hartenthaler, null, 2022-09-21 18:05:55.643, 2022-08-29 14:32:35.643, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.739--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [55, Hartwig, Heinrich, null, 2022-09-21 18:05:55.644, 2022-08-29 14:32:35.644, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.74--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [6, Heribert, Hendrix, null, 2022-09-21 18:05:55.641, 2022-08-29 14:32:35.641, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.74--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [35, Hedda, Hewitt, null, 2022-09-21 18:05:55.643, 2022-08-29 14:32:35.643, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.74--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [92, Herbert, Hayek, null, 2022-09-21 18:05:55.646, 2022-08-29 14:32:35.646, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.74--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [84, Hagen, Helmig, null, 2022-09-21 18:05:55.646, 2022-08-29 14:32:35.646, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.74--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [17, Hakan, Harnack, null, 2022-09-21 18:05:55.641, 2022-08-29 14:32:35.641, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.74--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [56, Harro, Heinrich, null, 2022-09-21 18:05:55.644, 2022-08-29 14:32:35.644, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.74--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [28, Hildegard, Hennig, null, 2022-09-21 18:05:55.642, 2022-08-29 14:32:35.642, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.74--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [90, Henryk, Hesselbarth, null, 2022-09-21 18:05:55.646, 2022-08-29 14:32:35.646, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.74--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [42, Helena, Harding, null, 2022-09-21 18:05:55.643, 2022-08-29 14:32:35.643, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.74--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [96, Hakon, Hegemann, null, 2022-09-21 18:05:55.646, 2022-08-29 14:32:35.646, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.74--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [29, Hinrich, Heinichen, null, 2022-09-21 18:05:55.642, 2022-08-29 14:32:35.642, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.74--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [40, Henri, Heer, null, 2022-09-21 18:05:55.643, 2022-08-29 14:32:35.643, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.74--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [12, Heida, Heider, null, 2022-09-21 18:05:55.641, 2022-08-29 14:32:35.641, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.74--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [75, Harald, Hendrix, null, 2022-09-21 18:05:55.645, 2022-08-29 14:32:35.645, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.74--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [16, Hedda, Hartfelder, null, 2022-09-21 18:05:55.641, 2022-08-29 14:32:35.641, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.74--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [67, Helga, Herzog, null, 2022-09-21 18:05:55.645, 2022-08-29 14:32:35.645, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.74--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [5, Hertha, Hildebrand, null, 2022-09-21 18:05:55.641, 2022-08-29 14:32:35.641, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.74--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [13, Hagen, Hanstein, null, 2022-09-21 18:05:55.641, 2022-08-29 14:32:35.641, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.74--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [65, Hieu, Hanson, null, 2022-09-21 18:05:55.644, 2022-08-29 14:32:35.644, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.74--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [61, Holda, Hennig, null, 2022-09-21 18:05:55.644, 2022-08-29 14:32:35.644, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.74--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [38, Hermine, Hackmann, null, 2022-09-21 18:05:55.643, 2022-08-29 14:32:35.643, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.74--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [54, Holger, Herder, null, 2022-09-21 18:05:55.644, 2022-08-29 14:32:35.644, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.74--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [86, Hakan, Hegemann, null, 2022-09-21 18:05:55.646, 2022-08-29 14:32:35.646, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.74--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [45, Heribert, Hackmann, null, 2022-09-21 18:05:55.643, 2022-08-29 14:32:35.643, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.741--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [34, Hilmar, Herzog, null, 2022-09-21 18:05:55.643, 2022-08-29 14:32:35.643, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.741--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [49, Hilda, Herold, null, 2022-09-21 18:05:55.643, 2022-08-29 14:32:35.643, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.741--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [66, Hieu, Henschel, null, 2022-09-21 18:05:55.644, 2022-08-29 14:32:35.644, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.741--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [8, Hieronymus, Hache, null, 2022-09-21 18:05:55.641, 2022-08-29 14:32:35.641, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.741--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [20, Hedda, Henschel, null, 2022-09-21 18:05:55.642, 2022-08-29 14:32:35.642, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.741--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [46, Heike, Herbst, null, 2022-09-21 18:05:55.643, 2022-08-29 14:32:35.643, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.741--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [68, Harriet, Hermelink, null, 2022-09-21 18:05:55.645, 2022-08-29 14:32:35.645, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.741--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [93, Hakan, Hewitt, null, 2022-09-21 18:05:55.646, 2022-08-29 14:32:35.646, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:15.741--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, Hanspeter, Havenstein, null, 2022-09-21 18:05:55.646, 2022-08-29 14:32:35.646, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:15.741--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:15.763--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(81:null:cleaning the house) [junit] [EL Finest]: 2022-09-10 04:19:15.763--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(80:null:watching tv) [junit] [EL Finest]: 2022-09-10 04:19:15.763--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(79:null:cooking) [junit] [EL Finest]: 2022-09-10 04:19:15.763--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(83:null:computers) [junit] [EL Finest]: 2022-09-10 04:19:15.763--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(84:null:stamps) [junit] [EL Finest]: 2022-09-10 04:19:15.764--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(78:null:reading) [junit] [EL Finest]: 2022-09-10 04:19:15.764--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4cf7e832) [junit] [EL Finer]: 2022-09-10 04:19:15.764--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:15.764--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:15.764--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, null, swimming] [junit] [EL Fine]: 2022-09-10 04:19:15.764--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, null, cleaning the house] [junit] [EL Fine]: 2022-09-10 04:19:15.764--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, null, watching tv] [junit] [EL Fine]: 2022-09-10 04:19:15.764--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, null, cooking] [junit] [EL Fine]: 2022-09-10 04:19:15.764--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, null, computers] [junit] [EL Fine]: 2022-09-10 04:19:15.764--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [84, null, stamps] [junit] [EL Fine]: 2022-09-10 04:19:15.764--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, null, reading] [junit] [EL Finer]: 2022-09-10 04:19:15.764--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:15.765--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1da450f3) [junit] [EL Finest]: 2022-09-10 04:19:15.765--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1352cd6a) [junit] [EL Finest]: 2022-09-10 04:19:15.765--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2a1177e6) [junit] [EL Finest]: 2022-09-10 04:19:15.766--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5e3b72ad) [junit] [EL Finest]: 2022-09-10 04:19:15.766--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@43ae3c30) [junit] [EL Finest]: 2022-09-10 04:19:15.766--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@66f540c8) [junit] [EL Finest]: 2022-09-10 04:19:15.766--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6927c79a) [junit] [EL Finest]: 2022-09-10 04:19:15.766--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@590b1f1e) [junit] [EL Finest]: 2022-09-10 04:19:15.766--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@481a91c3) [junit] [EL Finest]: 2022-09-10 04:19:15.766--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4af81941) [junit] [EL Finest]: 2022-09-10 04:19:15.766--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@54a34ab6) [junit] [EL Finest]: 2022-09-10 04:19:15.766--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@9993258) [junit] [EL Finest]: 2022-09-10 04:19:15.766--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2700252f) [junit] [EL Finest]: 2022-09-10 04:19:15.766--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@442d90ba) [junit] [EL Finest]: 2022-09-10 04:19:15.766--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1bda7eea) [junit] [EL Finest]: 2022-09-10 04:19:15.766--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@34b01423) [junit] [EL Finest]: 2022-09-10 04:19:15.766--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@173e347f) [junit] [EL Finest]: 2022-09-10 04:19:15.767--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5e0cc49d) [junit] [EL Finest]: 2022-09-10 04:19:15.767--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6b89b36d) [junit] [EL Finest]: 2022-09-10 04:19:15.767--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@654b7497) [junit] [EL Finest]: 2022-09-10 04:19:15.767--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7384dbd5) [junit] [EL Finest]: 2022-09-10 04:19:15.767--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@12e8738) [junit] [EL Finest]: 2022-09-10 04:19:15.767--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4327b21f) [junit] [EL Finest]: 2022-09-10 04:19:15.767--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2cb74f29) [junit] [EL Finest]: 2022-09-10 04:19:15.767--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@76ad04a1) [junit] [EL Finest]: 2022-09-10 04:19:15.767--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@224d804e) [junit] [EL Finest]: 2022-09-10 04:19:15.767--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@c032c75) [junit] [EL Finest]: 2022-09-10 04:19:15.767--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5bc0d14a) [junit] [EL Finest]: 2022-09-10 04:19:15.767--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@444e4371) [junit] [EL Finest]: 2022-09-10 04:19:15.767--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2f667f80) [junit] [EL Finest]: 2022-09-10 04:19:15.767--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2898a250) [junit] [EL Finest]: 2022-09-10 04:19:15.767--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@310d8954) [junit] [EL Finest]: 2022-09-10 04:19:15.768--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@358fe93b) [junit] [EL Finest]: 2022-09-10 04:19:15.768--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@11b458e0) [junit] [EL Finest]: 2022-09-10 04:19:15.768--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6d0dd338) [junit] [EL Finest]: 2022-09-10 04:19:15.768--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6691e468) [junit] [EL Finest]: 2022-09-10 04:19:15.768--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@23bd902f) [junit] [EL Finest]: 2022-09-10 04:19:15.768--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1088a4f0) [junit] [EL Finest]: 2022-09-10 04:19:15.768--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4ca2c467) [junit] [EL Finest]: 2022-09-10 04:19:15.768--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1193caff) [junit] [EL Finest]: 2022-09-10 04:19:15.768--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@59065952) [junit] [EL Finest]: 2022-09-10 04:19:15.768--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@38fd58f3) [junit] [EL Finest]: 2022-09-10 04:19:15.768--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@14919b5c) [junit] [EL Finest]: 2022-09-10 04:19:15.768--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@72f1a1a7) [junit] [EL Finest]: 2022-09-10 04:19:15.768--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@16e73d83) [junit] [EL Finest]: 2022-09-10 04:19:15.768--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2568c451) [junit] [EL Finest]: 2022-09-10 04:19:15.769--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@74973085) [junit] [EL Finest]: 2022-09-10 04:19:15.769--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5880bce2) [junit] [EL Finest]: 2022-09-10 04:19:15.769--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2e0f3405) [junit] [EL Finest]: 2022-09-10 04:19:15.769--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@e63a61d) [junit] [EL Finest]: 2022-09-10 04:19:15.769--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@607df2a0) [junit] [EL Finest]: 2022-09-10 04:19:15.769--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@15913e21) [junit] [EL Finest]: 2022-09-10 04:19:15.769--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6e3ca6a2) [junit] [EL Finest]: 2022-09-10 04:19:15.769--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5e2cddf4) [junit] [EL Finest]: 2022-09-10 04:19:15.769--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6e49d72a) [junit] [EL Finest]: 2022-09-10 04:19:15.769--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7529827c) [junit] [EL Finest]: 2022-09-10 04:19:15.769--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2875b610) [junit] [EL Finest]: 2022-09-10 04:19:15.769--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7fb3a63c) [junit] [EL Finest]: 2022-09-10 04:19:15.769--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@89cef1a) [junit] [EL Finest]: 2022-09-10 04:19:15.769--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@779b12b) [junit] [EL Finest]: 2022-09-10 04:19:15.769--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3dacb1e) [junit] [EL Finest]: 2022-09-10 04:19:15.77--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2022215e) [junit] [EL Finest]: 2022-09-10 04:19:15.77--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5cc6a1ec) [junit] [EL Finest]: 2022-09-10 04:19:15.77--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@409e8809) [junit] [EL Finest]: 2022-09-10 04:19:15.77--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2579d604) [junit] [EL Finest]: 2022-09-10 04:19:15.77--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6892edb0) [junit] [EL Finest]: 2022-09-10 04:19:15.77--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5a8424af) [junit] [EL Finest]: 2022-09-10 04:19:15.77--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7780a93c) [junit] [EL Finest]: 2022-09-10 04:19:15.77--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7e0a1220) [junit] [EL Finest]: 2022-09-10 04:19:15.77--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@8f1b830) [junit] [EL Finest]: 2022-09-10 04:19:15.77--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@125c2dd5) [junit] [EL Finest]: 2022-09-10 04:19:15.77--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@515c6338) [junit] [EL Finest]: 2022-09-10 04:19:15.77--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5f214f84) [junit] [EL Finest]: 2022-09-10 04:19:15.77--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@544896ad) [junit] [EL Finest]: 2022-09-10 04:19:15.77--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@153412a1) [junit] [EL Finest]: 2022-09-10 04:19:15.77--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@790d28a7) [junit] [EL Finest]: 2022-09-10 04:19:15.771--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@f69187c) [junit] [EL Finest]: 2022-09-10 04:19:15.771--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@724c6b73) [junit] [EL Finest]: 2022-09-10 04:19:15.771--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4acd0c3e) [junit] [EL Finest]: 2022-09-10 04:19:15.771--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7767c18d) [junit] [EL Finest]: 2022-09-10 04:19:15.771--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3562b3f) [junit] [EL Finest]: 2022-09-10 04:19:15.771--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4737a2d0) [junit] [EL Finest]: 2022-09-10 04:19:15.771--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@451029fa) [junit] [EL Finest]: 2022-09-10 04:19:15.771--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@605bfc81) [junit] [EL Finest]: 2022-09-10 04:19:15.771--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1787edcc) [junit] [EL Finest]: 2022-09-10 04:19:15.771--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@585f2313) [junit] [EL Finest]: 2022-09-10 04:19:15.771--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4c07464c) [junit] [EL Finest]: 2022-09-10 04:19:15.771--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4a1d9141) [junit] [EL Finest]: 2022-09-10 04:19:15.771--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@724acf69) [junit] [EL Finest]: 2022-09-10 04:19:15.771--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@56590852) [junit] [EL Finest]: 2022-09-10 04:19:15.771--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5972ab3d) [junit] [EL Finest]: 2022-09-10 04:19:15.772--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7e7cb19c) [junit] [EL Finest]: 2022-09-10 04:19:15.772--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@75defebe) [junit] [EL Finest]: 2022-09-10 04:19:15.772--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5d6c7474) [junit] [EL Finest]: 2022-09-10 04:19:15.772--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@466aee52) [junit] [EL Finest]: 2022-09-10 04:19:15.772--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@487d0355) [junit] [EL Finest]: 2022-09-10 04:19:15.772--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@514332a5) [junit] [EL Finest]: 2022-09-10 04:19:15.772--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7da21081) [junit] [EL Finest]: 2022-09-10 04:19:15.772--UnitOfWork(428815991)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@72dd302) [junit] [EL Finest]: 2022-09-10 04:19:15.772--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:15.772--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:15.772--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, VERSION, EMPLOYEE_ID, DTYPE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:15.772--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1255, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.772--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1179, foo-car, null, null, null, null, 1, 76, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.772--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1196, foo-car, null, null, null, null, 1, 36, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.772--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1251, foo-car, null, null, null, null, 1, 68, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.772--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1227, foo-car, null, null, null, null, 1, 2, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.772--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1252, foo-car, null, null, null, null, 1, 12, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.772--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1211, foo-car, null, null, null, null, 1, 40, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.772--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1229, foo-car, null, null, null, null, 1, 78, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.772--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1172, foo-car, null, null, null, null, 1, 74, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.773--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1246, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.773--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1235, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.773--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1213, foo-car, null, null, null, null, 1, 50, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.773--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1249, foo-car, null, null, null, null, 1, 22, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.773--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1177, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.773--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1220, foo-car, null, null, null, null, 1, 4, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.773--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1186, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.773--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1257, foo-car, null, null, null, null, 1, 86, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.773--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1192, foo-car, null, null, null, null, 1, 52, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.773--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1197, foo-car, null, null, null, null, 1, 82, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.773--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1219, foo-car, null, null, null, null, 1, 92, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.773--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1221, foo-car, null, null, null, null, 1, 18, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.773--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1203, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.773--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1160, foo-car, null, null, null, null, 1, 54, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.773--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1167, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.773--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1198, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.773--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1212, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.773--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1239, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.773--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1171, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.773--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1161, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.773--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1214, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.773--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1164, foo-car, null, null, null, null, 1, 98, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.773--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1201, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.773--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1240, foo-car, null, null, null, null, 1, 94, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.773--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1162, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.773--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1205, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.773--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1190, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.773--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1181, foo-car, null, null, null, null, 1, 60, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.773--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1245, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.773--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1200, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.773--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1185, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.773--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1183, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.774--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1242, foo-car, null, null, null, null, 1, 84, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.774--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1166, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.774--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1187, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.774--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1165, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.774--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1216, foo-car, null, null, null, null, 1, 16, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.774--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1189, foo-car, null, null, null, null, 1, 8, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.774--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1193, foo-car, null, null, null, null, 1, 62, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.774--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1176, foo-car, null, null, null, null, 1, 24, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.774--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1182, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.774--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1236, foo-car, null, null, null, null, 1, 14, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.774--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1224, foo-car, null, null, null, null, 1, 44, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.774--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1250, foo-car, null, null, null, null, 1, 34, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.774--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1218, foo-car, null, null, null, null, 1, 64, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.774--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1225, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.774--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1222, foo-car, null, null, null, null, 1, 90, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.774--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1195, foo-car, null, null, null, null, 1, 28, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.774--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1238, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.774--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1188, foo-car, null, null, null, null, 1, 46, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.774--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1159, foo-car, null, null, null, null, 1, 42, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.774--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1253, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.774--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1234, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.774--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1169, foo-car, null, null, null, null, 1, 48, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.774--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1241, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.774--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1180, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.774--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1184, foo-car, null, null, null, null, 1, 6, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.774--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1173, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.774--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1163, foo-car, null, null, null, null, 1, 30, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.774--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1194, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.774--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1256, foo-car, null, null, null, null, 1, 96, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.774--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1215, foo-car, null, null, null, null, 1, 26, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.774--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1233, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.774--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1228, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.774--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1168, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.775--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1210, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.775--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1199, foo-car, null, null, null, null, 1, 66, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.775--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1208, foo-car, null, null, null, null, 1, 88, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.775--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1202, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.775--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1230, foo-car, null, null, null, null, 1, 20, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.775--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1209, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.775--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1231, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.775--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1207, foo-car, null, null, null, null, 1, 56, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.775--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1204, foo-car, null, null, null, null, 1, 70, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.775--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1232, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.775--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1247, foo-car, null, null, null, null, 1, 0, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.775--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1243, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.775--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1217, foo-car, null, null, null, null, 1, 80, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.775--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1174, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.775--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1244, foo-car, null, null, null, null, 1, 38, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.775--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1170, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.775--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1206, foo-car, null, null, null, null, 1, 10, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.775--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1175, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.775--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1226, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.775--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1191, foo-car, null, null, null, null, 1, 32, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.775--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1258, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.775--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1248, foo-car, null, null, null, null, 1, 72, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.775--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1223, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.775--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1178, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.775--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1237, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.775--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1254, foo-car, null, null, null, null, 1, 58, 91] [junit] [EL Finer]: 2022-09-10 04:19:15.775--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:15.794--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.794--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.794--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.794--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.794--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.794--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.794--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.794--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.794--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.794--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.794--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.794--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.794--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.794--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.794--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.794--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.794--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.795--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.795--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.795--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.795--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.795--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.795--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.795--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.795--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.795--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.795--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.795--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.795--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.795--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.795--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.795--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.795--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.795--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.795--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.795--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.795--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.795--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.795--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.795--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.795--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.795--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.795--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.796--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.796--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.796--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.796--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.796--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.796--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.796--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:15.796--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:15.796--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:15.796--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [1, 1261] [junit] [EL Fine]: 2022-09-10 04:19:15.796--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [17, 1261] [junit] [EL Fine]: 2022-09-10 04:19:15.796--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [27, 1261] [junit] [EL Fine]: 2022-09-10 04:19:15.796--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [51, 1261] [junit] [EL Fine]: 2022-09-10 04:19:15.796--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [55, 1261] [junit] [EL Fine]: 2022-09-10 04:19:15.796--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [67, 1261] [junit] [EL Fine]: 2022-09-10 04:19:15.796--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [69, 1261] [junit] [EL Fine]: 2022-09-10 04:19:15.796--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [75, 1261] [junit] [EL Fine]: 2022-09-10 04:19:15.796--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 1261] [junit] [EL Fine]: 2022-09-10 04:19:15.796--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [85, 1261] [junit] [EL Fine]: 2022-09-10 04:19:15.796--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [91, 1261] [junit] [EL Fine]: 2022-09-10 04:19:15.796--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [93, 1261] [junit] [EL Fine]: 2022-09-10 04:19:15.796--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [3, 1262] [junit] [EL Fine]: 2022-09-10 04:19:15.796--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [5, 1262] [junit] [EL Fine]: 2022-09-10 04:19:15.796--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [15, 1262] [junit] [EL Fine]: 2022-09-10 04:19:15.796--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [29, 1262] [junit] [EL Fine]: 2022-09-10 04:19:15.796--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [53, 1262] [junit] [EL Fine]: 2022-09-10 04:19:15.796--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [57, 1262] [junit] [EL Fine]: 2022-09-10 04:19:15.796--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 1262] [junit] [EL Fine]: 2022-09-10 04:19:15.796--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [7, 1259] [junit] [EL Fine]: 2022-09-10 04:19:15.796--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [9, 1259] [junit] [EL Fine]: 2022-09-10 04:19:15.797--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [11, 1259] [junit] [EL Fine]: 2022-09-10 04:19:15.797--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [13, 1259] [junit] [EL Fine]: 2022-09-10 04:19:15.797--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [19, 1259] [junit] [EL Fine]: 2022-09-10 04:19:15.797--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [31, 1259] [junit] [EL Fine]: 2022-09-10 04:19:15.797--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [33, 1259] [junit] [EL Fine]: 2022-09-10 04:19:15.797--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [35, 1259] [junit] [EL Fine]: 2022-09-10 04:19:15.797--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [37, 1259] [junit] [EL Fine]: 2022-09-10 04:19:15.797--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [45, 1259] [junit] [EL Fine]: 2022-09-10 04:19:15.797--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [47, 1259] [junit] [EL Fine]: 2022-09-10 04:19:15.797--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [59, 1259] [junit] [EL Fine]: 2022-09-10 04:19:15.797--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [61, 1259] [junit] [EL Fine]: 2022-09-10 04:19:15.797--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [71, 1259] [junit] [EL Fine]: 2022-09-10 04:19:15.797--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [87, 1259] [junit] [EL Fine]: 2022-09-10 04:19:15.797--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [95, 1259] [junit] [EL Fine]: 2022-09-10 04:19:15.797--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [99, 1259] [junit] [EL Fine]: 2022-09-10 04:19:15.797--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [21, 1260] [junit] [EL Fine]: 2022-09-10 04:19:15.797--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [23, 1260] [junit] [EL Fine]: 2022-09-10 04:19:15.797--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [25, 1260] [junit] [EL Fine]: 2022-09-10 04:19:15.797--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [39, 1260] [junit] [EL Fine]: 2022-09-10 04:19:15.797--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [41, 1260] [junit] [EL Fine]: 2022-09-10 04:19:15.797--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [43, 1260] [junit] [EL Fine]: 2022-09-10 04:19:15.797--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [49, 1260] [junit] [EL Fine]: 2022-09-10 04:19:15.797--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [63, 1260] [junit] [EL Fine]: 2022-09-10 04:19:15.797--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [65, 1260] [junit] [EL Fine]: 2022-09-10 04:19:15.797--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [73, 1260] [junit] [EL Fine]: 2022-09-10 04:19:15.797--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [77, 1260] [junit] [EL Fine]: 2022-09-10 04:19:15.797--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 1260] [junit] [EL Fine]: 2022-09-10 04:19:15.797--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [89, 1260] [junit] [EL Fine]: 2022-09-10 04:19:15.797--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [97, 1260] [junit] [EL Finer]: 2022-09-10 04:19:15.797--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:15.806--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.806--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.806--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.806--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.806--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.806--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.806--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.806--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.806--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.806--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.806--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.806--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.806--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.806--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.806--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.806--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.806--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.806--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.806--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.806--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.806--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.806--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.806--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.807--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.807--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.807--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.807--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.807--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.848--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.848--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.848--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.848--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.848--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.848--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.848--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.848--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.848--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.848--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.848--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.848--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.848--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.848--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.848--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.848--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.848--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.848--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.848--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.848--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.848--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.848--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.848--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.848--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.848--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.849--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.849--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.849--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.849--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.849--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.849--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.849--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.849--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.849--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.849--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.849--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.849--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.849--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.849--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.849--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.849--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.849--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.849--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.849--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.849--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.849--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.849--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.849--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.849--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.849--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.849--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.85--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.85--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.85--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.85--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.85--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.85--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.85--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.85--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.85--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.85--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.85--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.85--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.85--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.85--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.85--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.85--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.85--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.85--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.85--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.85--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.85--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:15.85--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:15.85--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:15.85--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 2] [junit] [EL Fine]: 2022-09-10 04:19:15.85--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 2] [junit] [EL Fine]: 2022-09-10 04:19:15.85--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 2] [junit] [EL Fine]: 2022-09-10 04:19:15.85--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 2] [junit] [EL Fine]: 2022-09-10 04:19:15.85--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 2] [junit] [EL Fine]: 2022-09-10 04:19:15.85--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 77] [junit] [EL Fine]: 2022-09-10 04:19:15.85--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 77] [junit] [EL Fine]: 2022-09-10 04:19:15.851--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 77] [junit] [EL Fine]: 2022-09-10 04:19:15.851--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 77] [junit] [EL Fine]: 2022-09-10 04:19:15.851--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 77] [junit] [EL Fine]: 2022-09-10 04:19:15.851--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 9] [junit] [EL Fine]: 2022-09-10 04:19:15.851--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 9] [junit] [EL Fine]: 2022-09-10 04:19:15.851--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 9] [junit] [EL Fine]: 2022-09-10 04:19:15.851--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 9] [junit] [EL Fine]: 2022-09-10 04:19:15.851--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 9] [junit] [EL Fine]: 2022-09-10 04:19:15.851--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 53] [junit] [EL Fine]: 2022-09-10 04:19:15.851--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 53] [junit] [EL Fine]: 2022-09-10 04:19:15.851--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 53] [junit] [EL Fine]: 2022-09-10 04:19:15.851--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 53] [junit] [EL Fine]: 2022-09-10 04:19:15.851--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 53] [junit] [EL Fine]: 2022-09-10 04:19:15.851--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 43] [junit] [EL Fine]: 2022-09-10 04:19:15.851--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 43] [junit] [EL Fine]: 2022-09-10 04:19:15.851--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 43] [junit] [EL Fine]: 2022-09-10 04:19:15.851--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 43] [junit] [EL Fine]: 2022-09-10 04:19:15.851--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 43] [junit] [EL Fine]: 2022-09-10 04:19:15.851--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 98] [junit] [EL Fine]: 2022-09-10 04:19:15.851--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 98] [junit] [EL Fine]: 2022-09-10 04:19:15.851--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 98] [junit] [EL Fine]: 2022-09-10 04:19:15.851--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 98] [junit] [EL Fine]: 2022-09-10 04:19:15.851--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 98] [junit] [EL Fine]: 2022-09-10 04:19:15.851--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 79] [junit] [EL Fine]: 2022-09-10 04:19:15.851--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 79] [junit] [EL Fine]: 2022-09-10 04:19:15.851--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 79] [junit] [EL Fine]: 2022-09-10 04:19:15.851--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 79] [junit] [EL Fine]: 2022-09-10 04:19:15.851--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 79] [junit] [EL Fine]: 2022-09-10 04:19:15.851--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 71] [junit] [EL Fine]: 2022-09-10 04:19:15.851--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 71] [junit] [EL Fine]: 2022-09-10 04:19:15.851--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 71] [junit] [EL Fine]: 2022-09-10 04:19:15.851--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 71] [junit] [EL Fine]: 2022-09-10 04:19:15.851--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 71] [junit] [EL Fine]: 2022-09-10 04:19:15.851--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 47] [junit] [EL Fine]: 2022-09-10 04:19:15.851--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 47] [junit] [EL Fine]: 2022-09-10 04:19:15.851--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 47] [junit] [EL Fine]: 2022-09-10 04:19:15.852--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 47] [junit] [EL Fine]: 2022-09-10 04:19:15.852--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 47] [junit] [EL Fine]: 2022-09-10 04:19:15.852--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 4] [junit] [EL Fine]: 2022-09-10 04:19:15.852--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 4] [junit] [EL Fine]: 2022-09-10 04:19:15.852--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 4] [junit] [EL Fine]: 2022-09-10 04:19:15.852--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 4] [junit] [EL Fine]: 2022-09-10 04:19:15.852--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 4] [junit] [EL Fine]: 2022-09-10 04:19:15.852--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 23] [junit] [EL Fine]: 2022-09-10 04:19:15.852--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 23] [junit] [EL Fine]: 2022-09-10 04:19:15.852--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 23] [junit] [EL Fine]: 2022-09-10 04:19:15.852--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 23] [junit] [EL Fine]: 2022-09-10 04:19:15.852--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 23] [junit] [EL Fine]: 2022-09-10 04:19:15.852--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 80] [junit] [EL Fine]: 2022-09-10 04:19:15.852--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 80] [junit] [EL Fine]: 2022-09-10 04:19:15.852--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 80] [junit] [EL Fine]: 2022-09-10 04:19:15.852--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 80] [junit] [EL Fine]: 2022-09-10 04:19:15.852--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 80] [junit] [EL Fine]: 2022-09-10 04:19:15.852--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 63] [junit] [EL Fine]: 2022-09-10 04:19:15.852--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 63] [junit] [EL Fine]: 2022-09-10 04:19:15.852--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 63] [junit] [EL Fine]: 2022-09-10 04:19:15.852--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 63] [junit] [EL Fine]: 2022-09-10 04:19:15.852--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 63] [junit] [EL Fine]: 2022-09-10 04:19:15.852--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 10] [junit] [EL Fine]: 2022-09-10 04:19:15.852--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 10] [junit] [EL Fine]: 2022-09-10 04:19:15.852--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 10] [junit] [EL Fine]: 2022-09-10 04:19:15.852--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 10] [junit] [EL Fine]: 2022-09-10 04:19:15.852--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 10] [junit] [EL Fine]: 2022-09-10 04:19:15.852--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 18] [junit] [EL Fine]: 2022-09-10 04:19:15.852--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 18] [junit] [EL Fine]: 2022-09-10 04:19:15.852--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 18] [junit] [EL Fine]: 2022-09-10 04:19:15.852--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 18] [junit] [EL Fine]: 2022-09-10 04:19:15.852--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 18] [junit] [EL Fine]: 2022-09-10 04:19:15.852--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 32] [junit] [EL Fine]: 2022-09-10 04:19:15.852--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 32] [junit] [EL Fine]: 2022-09-10 04:19:15.852--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 32] [junit] [EL Fine]: 2022-09-10 04:19:15.852--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 32] [junit] [EL Fine]: 2022-09-10 04:19:15.853--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 32] [junit] [EL Fine]: 2022-09-10 04:19:15.853--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 44] [junit] [EL Fine]: 2022-09-10 04:19:15.853--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 44] [junit] [EL Fine]: 2022-09-10 04:19:15.853--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 44] [junit] [EL Fine]: 2022-09-10 04:19:15.853--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 44] [junit] [EL Fine]: 2022-09-10 04:19:15.853--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 44] [junit] [EL Fine]: 2022-09-10 04:19:15.853--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 59] [junit] [EL Fine]: 2022-09-10 04:19:15.853--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 59] [junit] [EL Fine]: 2022-09-10 04:19:15.853--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 59] [junit] [EL Fine]: 2022-09-10 04:19:15.853--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 59] [junit] [EL Fine]: 2022-09-10 04:19:15.853--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 59] [junit] [EL Fine]: 2022-09-10 04:19:15.853--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 89] [junit] [EL Fine]: 2022-09-10 04:19:15.853--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 89] [junit] [EL Fine]: 2022-09-10 04:19:15.853--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 89] [junit] [EL Fine]: 2022-09-10 04:19:15.853--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 89] [junit] [EL Fine]: 2022-09-10 04:19:15.853--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 89] [junit] [EL Fine]: 2022-09-10 04:19:15.853--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 58] [junit] [EL Fine]: 2022-09-10 04:19:15.853--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 58] [junit] [EL Fine]: 2022-09-10 04:19:15.853--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 58] [junit] [EL Fine]: 2022-09-10 04:19:15.853--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 58] [junit] [EL Fine]: 2022-09-10 04:19:15.853--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 58] [junit] [EL Finer]: 2022-09-10 04:19:15.853--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:15.871--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.871--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.871--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.871--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.871--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.871--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.871--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.871--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.871--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.871--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.871--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.871--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.871--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.871--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.871--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.871--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.871--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.871--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.871--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.871--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.871--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.871--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.871--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.872--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.872--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.872--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.872--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.872--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.872--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.872--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.872--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.872--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.872--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.872--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.872--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.872--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.872--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.872--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.872--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.872--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.872--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.872--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.872--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.872--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.872--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.872--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.872--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.872--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.872--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.872--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.872--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.872--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.873--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.873--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.873--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.873--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.873--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.873--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.873--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.873--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.873--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.873--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.873--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.873--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.873--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.873--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.873--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.873--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.873--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.873--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.873--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.873--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.873--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.873--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.873--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.873--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.873--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.873--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.873--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.873--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.873--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.874--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.874--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.874--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.874--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.874--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.874--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.874--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.874--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.874--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.874--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.874--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.874--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.874--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.874--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.874--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.874--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.874--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.874--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.874--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:15.874--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:15.874--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:15.874--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 24] [junit] [EL Fine]: 2022-09-10 04:19:15.874--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 24] [junit] [EL Fine]: 2022-09-10 04:19:15.874--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 24] [junit] [EL Fine]: 2022-09-10 04:19:15.874--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 24] [junit] [EL Fine]: 2022-09-10 04:19:15.874--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 24] [junit] [EL Fine]: 2022-09-10 04:19:15.874--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 31] [junit] [EL Fine]: 2022-09-10 04:19:15.874--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 31] [junit] [EL Fine]: 2022-09-10 04:19:15.874--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 31] [junit] [EL Fine]: 2022-09-10 04:19:15.874--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 31] [junit] [EL Fine]: 2022-09-10 04:19:15.874--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 31] [junit] [EL Fine]: 2022-09-10 04:19:15.875--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 88] [junit] [EL Fine]: 2022-09-10 04:19:15.875--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 88] [junit] [EL Fine]: 2022-09-10 04:19:15.875--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 88] [junit] [EL Fine]: 2022-09-10 04:19:15.875--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 88] [junit] [EL Fine]: 2022-09-10 04:19:15.875--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 88] [junit] [EL Fine]: 2022-09-10 04:19:15.875--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 15] [junit] [EL Fine]: 2022-09-10 04:19:15.875--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 15] [junit] [EL Fine]: 2022-09-10 04:19:15.875--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 15] [junit] [EL Fine]: 2022-09-10 04:19:15.875--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 15] [junit] [EL Fine]: 2022-09-10 04:19:15.875--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 15] [junit] [EL Fine]: 2022-09-10 04:19:15.875--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 60] [junit] [EL Fine]: 2022-09-10 04:19:15.875--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 60] [junit] [EL Fine]: 2022-09-10 04:19:15.875--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 60] [junit] [EL Fine]: 2022-09-10 04:19:15.875--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 60] [junit] [EL Fine]: 2022-09-10 04:19:15.875--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 60] [junit] [EL Fine]: 2022-09-10 04:19:15.875--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 7] [junit] [EL Fine]: 2022-09-10 04:19:15.875--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 7] [junit] [EL Fine]: 2022-09-10 04:19:15.875--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 7] [junit] [EL Fine]: 2022-09-10 04:19:15.875--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 7] [junit] [EL Fine]: 2022-09-10 04:19:15.875--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 7] [junit] [EL Fine]: 2022-09-10 04:19:15.875--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 22] [junit] [EL Fine]: 2022-09-10 04:19:15.875--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 22] [junit] [EL Fine]: 2022-09-10 04:19:15.875--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 22] [junit] [EL Fine]: 2022-09-10 04:19:15.875--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 22] [junit] [EL Fine]: 2022-09-10 04:19:15.875--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 22] [junit] [EL Fine]: 2022-09-10 04:19:15.875--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 85] [junit] [EL Fine]: 2022-09-10 04:19:15.875--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 85] [junit] [EL Fine]: 2022-09-10 04:19:15.875--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 85] [junit] [EL Fine]: 2022-09-10 04:19:15.875--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 85] [junit] [EL Fine]: 2022-09-10 04:19:15.875--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 85] [junit] [EL Fine]: 2022-09-10 04:19:15.875--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 81] [junit] [EL Fine]: 2022-09-10 04:19:15.875--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 81] [junit] [EL Fine]: 2022-09-10 04:19:15.875--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 81] [junit] [EL Fine]: 2022-09-10 04:19:15.876--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 81] [junit] [EL Fine]: 2022-09-10 04:19:15.876--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 81] [junit] [EL Fine]: 2022-09-10 04:19:15.876--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 70] [junit] [EL Fine]: 2022-09-10 04:19:15.876--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 70] [junit] [EL Fine]: 2022-09-10 04:19:15.876--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 70] [junit] [EL Fine]: 2022-09-10 04:19:15.876--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 70] [junit] [EL Fine]: 2022-09-10 04:19:15.876--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 70] [junit] [EL Fine]: 2022-09-10 04:19:15.876--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 14] [junit] [EL Fine]: 2022-09-10 04:19:15.876--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 14] [junit] [EL Fine]: 2022-09-10 04:19:15.876--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 14] [junit] [EL Fine]: 2022-09-10 04:19:15.876--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 14] [junit] [EL Fine]: 2022-09-10 04:19:15.876--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 14] [junit] [EL Fine]: 2022-09-10 04:19:15.876--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 94] [junit] [EL Fine]: 2022-09-10 04:19:15.876--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 94] [junit] [EL Fine]: 2022-09-10 04:19:15.876--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 94] [junit] [EL Fine]: 2022-09-10 04:19:15.876--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 94] [junit] [EL Fine]: 2022-09-10 04:19:15.876--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 94] [junit] [EL Fine]: 2022-09-10 04:19:15.876--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 52] [junit] [EL Fine]: 2022-09-10 04:19:15.876--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 52] [junit] [EL Fine]: 2022-09-10 04:19:15.876--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 52] [junit] [EL Fine]: 2022-09-10 04:19:15.876--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 52] [junit] [EL Fine]: 2022-09-10 04:19:15.876--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 52] [junit] [EL Fine]: 2022-09-10 04:19:15.876--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 39] [junit] [EL Fine]: 2022-09-10 04:19:15.876--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 39] [junit] [EL Fine]: 2022-09-10 04:19:15.876--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 39] [junit] [EL Fine]: 2022-09-10 04:19:15.876--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 39] [junit] [EL Fine]: 2022-09-10 04:19:15.876--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 39] [junit] [EL Fine]: 2022-09-10 04:19:15.876--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 97] [junit] [EL Fine]: 2022-09-10 04:19:15.876--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 97] [junit] [EL Fine]: 2022-09-10 04:19:15.876--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 97] [junit] [EL Fine]: 2022-09-10 04:19:15.876--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 97] [junit] [EL Fine]: 2022-09-10 04:19:15.876--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 97] [junit] [EL Fine]: 2022-09-10 04:19:15.876--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 27] [junit] [EL Fine]: 2022-09-10 04:19:15.876--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 27] [junit] [EL Fine]: 2022-09-10 04:19:15.876--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 27] [junit] [EL Fine]: 2022-09-10 04:19:15.877--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 27] [junit] [EL Fine]: 2022-09-10 04:19:15.877--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 27] [junit] [EL Fine]: 2022-09-10 04:19:15.877--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 95] [junit] [EL Fine]: 2022-09-10 04:19:15.877--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 95] [junit] [EL Fine]: 2022-09-10 04:19:15.877--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 95] [junit] [EL Fine]: 2022-09-10 04:19:15.877--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 95] [junit] [EL Fine]: 2022-09-10 04:19:15.877--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 95] [junit] [EL Fine]: 2022-09-10 04:19:15.877--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 25] [junit] [EL Fine]: 2022-09-10 04:19:15.877--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 25] [junit] [EL Fine]: 2022-09-10 04:19:15.877--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 25] [junit] [EL Fine]: 2022-09-10 04:19:15.877--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 25] [junit] [EL Fine]: 2022-09-10 04:19:15.877--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 25] [junit] [EL Fine]: 2022-09-10 04:19:15.877--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 69] [junit] [EL Fine]: 2022-09-10 04:19:15.877--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 69] [junit] [EL Fine]: 2022-09-10 04:19:15.877--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 69] [junit] [EL Fine]: 2022-09-10 04:19:15.877--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 69] [junit] [EL Fine]: 2022-09-10 04:19:15.877--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 69] [junit] [EL Fine]: 2022-09-10 04:19:15.877--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.877--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.877--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.877--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 91] [junit] [EL Fine]: 2022-09-10 04:19:15.877--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 91] [junit] [EL Finer]: 2022-09-10 04:19:15.877--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:15.893--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.893--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.893--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.893--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.893--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.893--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.893--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.893--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.893--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.893--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.893--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.893--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.893--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.893--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.893--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.893--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.893--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.894--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.894--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.894--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.894--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.894--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.894--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.894--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.894--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.894--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.894--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.894--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.894--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.894--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.894--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.894--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.894--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.894--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.894--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.894--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.894--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.894--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.894--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.894--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.894--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.894--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.894--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.894--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.894--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.895--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.895--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.895--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.895--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.895--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.895--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.895--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.895--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.895--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.895--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.895--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.895--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.895--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.895--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.895--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.895--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.895--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.895--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.895--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.895--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.895--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.895--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.895--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.895--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.895--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.895--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.895--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.895--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.896--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.896--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.896--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.896--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.896--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.896--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.896--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.896--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.896--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.896--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.896--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.896--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.896--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.896--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.896--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.896--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.896--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.896--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.896--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.896--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.896--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.896--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.896--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.896--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.896--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.896--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.896--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:15.897--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:15.897--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:15.897--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 0] [junit] [EL Fine]: 2022-09-10 04:19:15.897--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 0] [junit] [EL Fine]: 2022-09-10 04:19:15.897--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 0] [junit] [EL Fine]: 2022-09-10 04:19:15.897--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 0] [junit] [EL Fine]: 2022-09-10 04:19:15.897--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 0] [junit] [EL Fine]: 2022-09-10 04:19:15.897--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 76] [junit] [EL Fine]: 2022-09-10 04:19:15.897--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 76] [junit] [EL Fine]: 2022-09-10 04:19:15.897--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 76] [junit] [EL Fine]: 2022-09-10 04:19:15.897--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 76] [junit] [EL Fine]: 2022-09-10 04:19:15.897--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 76] [junit] [EL Fine]: 2022-09-10 04:19:15.897--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 30] [junit] [EL Fine]: 2022-09-10 04:19:15.897--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 30] [junit] [EL Fine]: 2022-09-10 04:19:15.897--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 30] [junit] [EL Fine]: 2022-09-10 04:19:15.897--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 30] [junit] [EL Fine]: 2022-09-10 04:19:15.897--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 30] [junit] [EL Fine]: 2022-09-10 04:19:15.897--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 50] [junit] [EL Fine]: 2022-09-10 04:19:15.897--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 50] [junit] [EL Fine]: 2022-09-10 04:19:15.897--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 50] [junit] [EL Fine]: 2022-09-10 04:19:15.897--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 50] [junit] [EL Fine]: 2022-09-10 04:19:15.897--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 50] [junit] [EL Fine]: 2022-09-10 04:19:15.897--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 33] [junit] [EL Fine]: 2022-09-10 04:19:15.897--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 33] [junit] [EL Fine]: 2022-09-10 04:19:15.897--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 33] [junit] [EL Fine]: 2022-09-10 04:19:15.897--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 33] [junit] [EL Fine]: 2022-09-10 04:19:15.897--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 33] [junit] [EL Fine]: 2022-09-10 04:19:15.897--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 62] [junit] [EL Fine]: 2022-09-10 04:19:15.897--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 62] [junit] [EL Fine]: 2022-09-10 04:19:15.897--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 62] [junit] [EL Fine]: 2022-09-10 04:19:15.897--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 62] [junit] [EL Fine]: 2022-09-10 04:19:15.897--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 62] [junit] [EL Fine]: 2022-09-10 04:19:15.897--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 57] [junit] [EL Fine]: 2022-09-10 04:19:15.897--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 57] [junit] [EL Fine]: 2022-09-10 04:19:15.898--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 57] [junit] [EL Fine]: 2022-09-10 04:19:15.898--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 57] [junit] [EL Fine]: 2022-09-10 04:19:15.898--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 57] [junit] [EL Fine]: 2022-09-10 04:19:15.898--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 73] [junit] [EL Fine]: 2022-09-10 04:19:15.898--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 73] [junit] [EL Fine]: 2022-09-10 04:19:15.898--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 73] [junit] [EL Fine]: 2022-09-10 04:19:15.898--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 73] [junit] [EL Fine]: 2022-09-10 04:19:15.898--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 73] [junit] [EL Fine]: 2022-09-10 04:19:15.898--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 87] [junit] [EL Fine]: 2022-09-10 04:19:15.898--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 87] [junit] [EL Fine]: 2022-09-10 04:19:15.898--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 87] [junit] [EL Fine]: 2022-09-10 04:19:15.898--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 87] [junit] [EL Fine]: 2022-09-10 04:19:15.898--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 87] [junit] [EL Fine]: 2022-09-10 04:19:15.898--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 26] [junit] [EL Fine]: 2022-09-10 04:19:15.898--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 26] [junit] [EL Fine]: 2022-09-10 04:19:15.898--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 26] [junit] [EL Fine]: 2022-09-10 04:19:15.898--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 26] [junit] [EL Fine]: 2022-09-10 04:19:15.898--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 26] [junit] [EL Fine]: 2022-09-10 04:19:15.898--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 82] [junit] [EL Fine]: 2022-09-10 04:19:15.898--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 82] [junit] [EL Fine]: 2022-09-10 04:19:15.898--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 82] [junit] [EL Fine]: 2022-09-10 04:19:15.898--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 82] [junit] [EL Fine]: 2022-09-10 04:19:15.898--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 82] [junit] [EL Fine]: 2022-09-10 04:19:15.898--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 74] [junit] [EL Fine]: 2022-09-10 04:19:15.898--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 74] [junit] [EL Fine]: 2022-09-10 04:19:15.898--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 74] [junit] [EL Fine]: 2022-09-10 04:19:15.898--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 74] [junit] [EL Fine]: 2022-09-10 04:19:15.898--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 74] [junit] [EL Fine]: 2022-09-10 04:19:15.898--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 51] [junit] [EL Fine]: 2022-09-10 04:19:15.957--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 51] [junit] [EL Fine]: 2022-09-10 04:19:15.957--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 51] [junit] [EL Fine]: 2022-09-10 04:19:15.957--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 51] [junit] [EL Fine]: 2022-09-10 04:19:15.957--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 51] [junit] [EL Fine]: 2022-09-10 04:19:15.957--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 72] [junit] [EL Fine]: 2022-09-10 04:19:15.957--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 72] [junit] [EL Fine]: 2022-09-10 04:19:15.957--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 72] [junit] [EL Fine]: 2022-09-10 04:19:15.957--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 72] [junit] [EL Fine]: 2022-09-10 04:19:15.957--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 72] [junit] [EL Fine]: 2022-09-10 04:19:15.957--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 3] [junit] [EL Fine]: 2022-09-10 04:19:15.957--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 3] [junit] [EL Fine]: 2022-09-10 04:19:15.957--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 3] [junit] [EL Fine]: 2022-09-10 04:19:15.957--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 3] [junit] [EL Fine]: 2022-09-10 04:19:15.957--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 3] [junit] [EL Fine]: 2022-09-10 04:19:15.957--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 78] [junit] [EL Fine]: 2022-09-10 04:19:15.957--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 78] [junit] [EL Fine]: 2022-09-10 04:19:15.957--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 78] [junit] [EL Fine]: 2022-09-10 04:19:15.957--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 78] [junit] [EL Fine]: 2022-09-10 04:19:15.957--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 78] [junit] [EL Fine]: 2022-09-10 04:19:15.957--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 41] [junit] [EL Fine]: 2022-09-10 04:19:15.957--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 41] [junit] [EL Fine]: 2022-09-10 04:19:15.957--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 41] [junit] [EL Fine]: 2022-09-10 04:19:15.957--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 41] [junit] [EL Fine]: 2022-09-10 04:19:15.957--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 41] [junit] [EL Fine]: 2022-09-10 04:19:15.957--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 1] [junit] [EL Fine]: 2022-09-10 04:19:15.957--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 1] [junit] [EL Fine]: 2022-09-10 04:19:15.957--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 1] [junit] [EL Fine]: 2022-09-10 04:19:15.958--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 1] [junit] [EL Fine]: 2022-09-10 04:19:15.958--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 1] [junit] [EL Fine]: 2022-09-10 04:19:15.958--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 64] [junit] [EL Fine]: 2022-09-10 04:19:15.958--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 64] [junit] [EL Fine]: 2022-09-10 04:19:15.958--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 64] [junit] [EL Fine]: 2022-09-10 04:19:15.958--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 64] [junit] [EL Fine]: 2022-09-10 04:19:15.958--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 64] [junit] [EL Fine]: 2022-09-10 04:19:15.958--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 19] [junit] [EL Fine]: 2022-09-10 04:19:15.958--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 19] [junit] [EL Fine]: 2022-09-10 04:19:15.958--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 19] [junit] [EL Fine]: 2022-09-10 04:19:15.958--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 19] [junit] [EL Fine]: 2022-09-10 04:19:15.958--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 19] [junit] [EL Finer]: 2022-09-10 04:19:15.958--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:15.976--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.976--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.976--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.976--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.976--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.976--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.976--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.976--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.976--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.976--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.976--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.976--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.976--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.976--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.976--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.976--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.976--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.976--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.977--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.977--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.977--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.977--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.977--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.977--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.977--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.977--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.977--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.977--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.977--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.977--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.977--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.977--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.977--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.977--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.977--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.977--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.977--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.977--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.977--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.977--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.977--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.977--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.977--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.977--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.977--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.978--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.978--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.978--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.978--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.978--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.978--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.978--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.978--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.978--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.978--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.978--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.978--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.978--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.978--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.978--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.978--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.978--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.978--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.978--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.978--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.978--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.978--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.978--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.978--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.978--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.978--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.978--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.978--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.979--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.979--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.979--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.979--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.979--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.979--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.979--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.979--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.979--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.979--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.979--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.979--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.979--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.979--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.979--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.979--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.979--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.979--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.979--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.979--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.979--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.979--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.979--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.979--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.979--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.979--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:15.979--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:15.98--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:15.98--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:15.98--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 36] [junit] [EL Fine]: 2022-09-10 04:19:15.98--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 36] [junit] [EL Fine]: 2022-09-10 04:19:15.98--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 36] [junit] [EL Fine]: 2022-09-10 04:19:15.98--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 36] [junit] [EL Fine]: 2022-09-10 04:19:15.98--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 36] [junit] [EL Fine]: 2022-09-10 04:19:15.98--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 21] [junit] [EL Fine]: 2022-09-10 04:19:15.98--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 21] [junit] [EL Fine]: 2022-09-10 04:19:15.98--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 21] [junit] [EL Fine]: 2022-09-10 04:19:15.98--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 21] [junit] [EL Fine]: 2022-09-10 04:19:15.98--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 21] [junit] [EL Fine]: 2022-09-10 04:19:15.98--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 37] [junit] [EL Fine]: 2022-09-10 04:19:15.98--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 37] [junit] [EL Fine]: 2022-09-10 04:19:15.98--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 37] [junit] [EL Fine]: 2022-09-10 04:19:15.98--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 37] [junit] [EL Fine]: 2022-09-10 04:19:15.98--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 37] [junit] [EL Fine]: 2022-09-10 04:19:15.98--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 99] [junit] [EL Fine]: 2022-09-10 04:19:15.98--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 99] [junit] [EL Fine]: 2022-09-10 04:19:15.98--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 99] [junit] [EL Fine]: 2022-09-10 04:19:15.98--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 99] [junit] [EL Fine]: 2022-09-10 04:19:15.98--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 99] [junit] [EL Fine]: 2022-09-10 04:19:15.98--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 11] [junit] [EL Fine]: 2022-09-10 04:19:15.98--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 11] [junit] [EL Fine]: 2022-09-10 04:19:15.98--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 11] [junit] [EL Fine]: 2022-09-10 04:19:15.98--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 11] [junit] [EL Fine]: 2022-09-10 04:19:15.98--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 11] [junit] [EL Fine]: 2022-09-10 04:19:15.98--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 48] [junit] [EL Fine]: 2022-09-10 04:19:15.98--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 48] [junit] [EL Fine]: 2022-09-10 04:19:15.98--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 48] [junit] [EL Fine]: 2022-09-10 04:19:15.98--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 48] [junit] [EL Fine]: 2022-09-10 04:19:15.98--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 48] [junit] [EL Fine]: 2022-09-10 04:19:15.981--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 55] [junit] [EL Fine]: 2022-09-10 04:19:15.981--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 55] [junit] [EL Fine]: 2022-09-10 04:19:15.981--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 55] [junit] [EL Fine]: 2022-09-10 04:19:15.981--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 55] [junit] [EL Fine]: 2022-09-10 04:19:15.981--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 55] [junit] [EL Fine]: 2022-09-10 04:19:15.981--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 6] [junit] [EL Fine]: 2022-09-10 04:19:15.981--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 6] [junit] [EL Fine]: 2022-09-10 04:19:15.981--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 6] [junit] [EL Fine]: 2022-09-10 04:19:15.981--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 6] [junit] [EL Fine]: 2022-09-10 04:19:15.981--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 6] [junit] [EL Fine]: 2022-09-10 04:19:15.981--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 35] [junit] [EL Fine]: 2022-09-10 04:19:15.981--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 35] [junit] [EL Fine]: 2022-09-10 04:19:15.981--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 35] [junit] [EL Fine]: 2022-09-10 04:19:15.981--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 35] [junit] [EL Fine]: 2022-09-10 04:19:15.981--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 35] [junit] [EL Fine]: 2022-09-10 04:19:15.981--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 92] [junit] [EL Fine]: 2022-09-10 04:19:15.981--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 92] [junit] [EL Fine]: 2022-09-10 04:19:15.981--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 92] [junit] [EL Fine]: 2022-09-10 04:19:15.981--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 92] [junit] [EL Fine]: 2022-09-10 04:19:15.981--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 92] [junit] [EL Fine]: 2022-09-10 04:19:15.981--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 84] [junit] [EL Fine]: 2022-09-10 04:19:15.981--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 84] [junit] [EL Fine]: 2022-09-10 04:19:15.981--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 84] [junit] [EL Fine]: 2022-09-10 04:19:15.981--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 84] [junit] [EL Fine]: 2022-09-10 04:19:15.981--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 84] [junit] [EL Fine]: 2022-09-10 04:19:15.981--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 17] [junit] [EL Fine]: 2022-09-10 04:19:15.981--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 17] [junit] [EL Fine]: 2022-09-10 04:19:15.981--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 17] [junit] [EL Fine]: 2022-09-10 04:19:15.981--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 17] [junit] [EL Fine]: 2022-09-10 04:19:15.981--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 17] [junit] [EL Fine]: 2022-09-10 04:19:15.981--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 56] [junit] [EL Fine]: 2022-09-10 04:19:15.981--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 56] [junit] [EL Fine]: 2022-09-10 04:19:15.981--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 56] [junit] [EL Fine]: 2022-09-10 04:19:15.982--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 56] [junit] [EL Fine]: 2022-09-10 04:19:15.982--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 56] [junit] [EL Fine]: 2022-09-10 04:19:15.982--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 28] [junit] [EL Fine]: 2022-09-10 04:19:15.982--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 28] [junit] [EL Fine]: 2022-09-10 04:19:15.982--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 28] [junit] [EL Fine]: 2022-09-10 04:19:15.982--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 28] [junit] [EL Fine]: 2022-09-10 04:19:15.982--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 28] [junit] [EL Fine]: 2022-09-10 04:19:15.982--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 90] [junit] [EL Fine]: 2022-09-10 04:19:15.982--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 90] [junit] [EL Fine]: 2022-09-10 04:19:15.982--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 90] [junit] [EL Fine]: 2022-09-10 04:19:15.982--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 90] [junit] [EL Fine]: 2022-09-10 04:19:15.982--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 90] [junit] [EL Fine]: 2022-09-10 04:19:15.982--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 42] [junit] [EL Fine]: 2022-09-10 04:19:15.982--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 42] [junit] [EL Fine]: 2022-09-10 04:19:15.982--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 42] [junit] [EL Fine]: 2022-09-10 04:19:15.982--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 42] [junit] [EL Fine]: 2022-09-10 04:19:15.982--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 42] [junit] [EL Fine]: 2022-09-10 04:19:15.982--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 96] [junit] [EL Fine]: 2022-09-10 04:19:15.982--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 96] [junit] [EL Fine]: 2022-09-10 04:19:15.982--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 96] [junit] [EL Fine]: 2022-09-10 04:19:15.982--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 96] [junit] [EL Fine]: 2022-09-10 04:19:15.982--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 96] [junit] [EL Fine]: 2022-09-10 04:19:15.982--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 29] [junit] [EL Fine]: 2022-09-10 04:19:15.982--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 29] [junit] [EL Fine]: 2022-09-10 04:19:15.982--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 29] [junit] [EL Fine]: 2022-09-10 04:19:15.982--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 29] [junit] [EL Fine]: 2022-09-10 04:19:15.982--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 29] [junit] [EL Fine]: 2022-09-10 04:19:15.982--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 40] [junit] [EL Fine]: 2022-09-10 04:19:15.982--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 40] [junit] [EL Fine]: 2022-09-10 04:19:15.982--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 40] [junit] [EL Fine]: 2022-09-10 04:19:15.982--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 40] [junit] [EL Fine]: 2022-09-10 04:19:15.982--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 40] [junit] [EL Fine]: 2022-09-10 04:19:15.982--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 12] [junit] [EL Fine]: 2022-09-10 04:19:15.983--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 12] [junit] [EL Fine]: 2022-09-10 04:19:15.983--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 12] [junit] [EL Fine]: 2022-09-10 04:19:15.983--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 12] [junit] [EL Fine]: 2022-09-10 04:19:15.983--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 12] [junit] [EL Finer]: 2022-09-10 04:19:15.983--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:16.074--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.074--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.074--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.074--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.074--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.074--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.074--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.075--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.075--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.075--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.075--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.075--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.075--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.075--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.075--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.075--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.075--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.075--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.075--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.075--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.075--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.075--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.075--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.075--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.076--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.076--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.076--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.076--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.076--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.076--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.076--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.076--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.076--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.076--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.076--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.076--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.076--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.076--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.076--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.076--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.076--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.076--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.076--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.077--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.077--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.077--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.077--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.077--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.077--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.077--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.077--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.077--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.077--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.077--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.077--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.077--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.077--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.077--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.077--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.077--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.077--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.077--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.078--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.078--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.078--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.078--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.078--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.078--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.078--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.078--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.078--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.078--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.078--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.078--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.078--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.078--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.078--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.079--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.079--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.079--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.079--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.079--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.079--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.079--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.079--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.079--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.079--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.079--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.079--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.079--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.079--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.08--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.08--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.08--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.08--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.08--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.08--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.08--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.08--ClientSession(1716489065)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:16.08--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:16.08--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:16.08--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 75] [junit] [EL Fine]: 2022-09-10 04:19:16.081--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 75] [junit] [EL Fine]: 2022-09-10 04:19:16.081--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 75] [junit] [EL Fine]: 2022-09-10 04:19:16.081--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 75] [junit] [EL Fine]: 2022-09-10 04:19:16.081--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 75] [junit] [EL Fine]: 2022-09-10 04:19:16.081--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 16] [junit] [EL Fine]: 2022-09-10 04:19:16.081--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 16] [junit] [EL Fine]: 2022-09-10 04:19:16.081--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 16] [junit] [EL Fine]: 2022-09-10 04:19:16.081--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 16] [junit] [EL Fine]: 2022-09-10 04:19:16.081--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 16] [junit] [EL Fine]: 2022-09-10 04:19:16.081--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 67] [junit] [EL Fine]: 2022-09-10 04:19:16.081--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 67] [junit] [EL Fine]: 2022-09-10 04:19:16.081--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 67] [junit] [EL Fine]: 2022-09-10 04:19:16.081--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 67] [junit] [EL Fine]: 2022-09-10 04:19:16.081--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 67] [junit] [EL Fine]: 2022-09-10 04:19:16.081--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 5] [junit] [EL Fine]: 2022-09-10 04:19:16.081--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 5] [junit] [EL Fine]: 2022-09-10 04:19:16.081--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 5] [junit] [EL Fine]: 2022-09-10 04:19:16.081--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 5] [junit] [EL Fine]: 2022-09-10 04:19:16.081--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 5] [junit] [EL Fine]: 2022-09-10 04:19:16.081--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 13] [junit] [EL Fine]: 2022-09-10 04:19:16.081--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 13] [junit] [EL Fine]: 2022-09-10 04:19:16.082--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 13] [junit] [EL Fine]: 2022-09-10 04:19:16.082--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 13] [junit] [EL Fine]: 2022-09-10 04:19:16.082--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 13] [junit] [EL Fine]: 2022-09-10 04:19:16.082--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 65] [junit] [EL Fine]: 2022-09-10 04:19:16.082--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 65] [junit] [EL Fine]: 2022-09-10 04:19:16.082--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 65] [junit] [EL Fine]: 2022-09-10 04:19:16.082--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 65] [junit] [EL Fine]: 2022-09-10 04:19:16.082--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 65] [junit] [EL Fine]: 2022-09-10 04:19:16.082--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 61] [junit] [EL Fine]: 2022-09-10 04:19:16.082--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 61] [junit] [EL Fine]: 2022-09-10 04:19:16.082--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 61] [junit] [EL Fine]: 2022-09-10 04:19:16.082--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 61] [junit] [EL Fine]: 2022-09-10 04:19:16.082--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 61] [junit] [EL Fine]: 2022-09-10 04:19:16.082--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 38] [junit] [EL Fine]: 2022-09-10 04:19:16.082--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 38] [junit] [EL Fine]: 2022-09-10 04:19:16.082--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 38] [junit] [EL Fine]: 2022-09-10 04:19:16.082--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 38] [junit] [EL Fine]: 2022-09-10 04:19:16.082--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 38] [junit] [EL Fine]: 2022-09-10 04:19:16.082--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 54] [junit] [EL Fine]: 2022-09-10 04:19:16.083--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 54] [junit] [EL Fine]: 2022-09-10 04:19:16.083--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 54] [junit] [EL Fine]: 2022-09-10 04:19:16.083--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 54] [junit] [EL Fine]: 2022-09-10 04:19:16.083--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 54] [junit] [EL Fine]: 2022-09-10 04:19:16.083--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 86] [junit] [EL Fine]: 2022-09-10 04:19:16.083--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 86] [junit] [EL Fine]: 2022-09-10 04:19:16.083--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 86] [junit] [EL Fine]: 2022-09-10 04:19:16.083--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 86] [junit] [EL Fine]: 2022-09-10 04:19:16.083--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 86] [junit] [EL Fine]: 2022-09-10 04:19:16.083--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 45] [junit] [EL Fine]: 2022-09-10 04:19:16.083--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 45] [junit] [EL Fine]: 2022-09-10 04:19:16.083--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 45] [junit] [EL Fine]: 2022-09-10 04:19:16.083--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 45] [junit] [EL Fine]: 2022-09-10 04:19:16.083--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 45] [junit] [EL Fine]: 2022-09-10 04:19:16.083--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 34] [junit] [EL Fine]: 2022-09-10 04:19:16.083--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 34] [junit] [EL Fine]: 2022-09-10 04:19:16.083--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 34] [junit] [EL Fine]: 2022-09-10 04:19:16.083--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 34] [junit] [EL Fine]: 2022-09-10 04:19:16.084--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 34] [junit] [EL Fine]: 2022-09-10 04:19:16.084--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 49] [junit] [EL Fine]: 2022-09-10 04:19:16.084--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 49] [junit] [EL Fine]: 2022-09-10 04:19:16.084--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 49] [junit] [EL Fine]: 2022-09-10 04:19:16.084--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 49] [junit] [EL Fine]: 2022-09-10 04:19:16.084--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 49] [junit] [EL Fine]: 2022-09-10 04:19:16.084--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 66] [junit] [EL Fine]: 2022-09-10 04:19:16.084--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 66] [junit] [EL Fine]: 2022-09-10 04:19:16.084--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 66] [junit] [EL Fine]: 2022-09-10 04:19:16.084--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 66] [junit] [EL Fine]: 2022-09-10 04:19:16.084--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 66] [junit] [EL Fine]: 2022-09-10 04:19:16.084--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 8] [junit] [EL Fine]: 2022-09-10 04:19:16.084--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 8] [junit] [EL Fine]: 2022-09-10 04:19:16.084--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 8] [junit] [EL Fine]: 2022-09-10 04:19:16.084--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 8] [junit] [EL Fine]: 2022-09-10 04:19:16.084--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 8] [junit] [EL Fine]: 2022-09-10 04:19:16.084--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 20] [junit] [EL Fine]: 2022-09-10 04:19:16.085--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 20] [junit] [EL Fine]: 2022-09-10 04:19:16.085--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 20] [junit] [EL Fine]: 2022-09-10 04:19:16.085--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 20] [junit] [EL Fine]: 2022-09-10 04:19:16.085--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 20] [junit] [EL Fine]: 2022-09-10 04:19:16.085--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 46] [junit] [EL Fine]: 2022-09-10 04:19:16.085--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 46] [junit] [EL Fine]: 2022-09-10 04:19:16.085--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 46] [junit] [EL Fine]: 2022-09-10 04:19:16.085--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 46] [junit] [EL Fine]: 2022-09-10 04:19:16.085--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 46] [junit] [EL Fine]: 2022-09-10 04:19:16.085--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 68] [junit] [EL Fine]: 2022-09-10 04:19:16.085--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 68] [junit] [EL Fine]: 2022-09-10 04:19:16.085--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 68] [junit] [EL Fine]: 2022-09-10 04:19:16.085--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 68] [junit] [EL Fine]: 2022-09-10 04:19:16.085--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 68] [junit] [EL Fine]: 2022-09-10 04:19:16.085--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [79, 93] [junit] [EL Fine]: 2022-09-10 04:19:16.085--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 93] [junit] [EL Fine]: 2022-09-10 04:19:16.085--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 93] [junit] [EL Fine]: 2022-09-10 04:19:16.086--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 93] [junit] [EL Fine]: 2022-09-10 04:19:16.086--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 93] [junit] [EL Fine]: 2022-09-10 04:19:16.086--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [82, 83] [junit] [EL Fine]: 2022-09-10 04:19:16.086--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [83, 83] [junit] [EL Fine]: 2022-09-10 04:19:16.086--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [80, 83] [junit] [EL Fine]: 2022-09-10 04:19:16.086--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [81, 83] [junit] [EL Fine]: 2022-09-10 04:19:16.086--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])-- bind => [78, 83] [junit] [EL Finer]: 2022-09-10 04:19:16.086--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:16.208--ClientSession(1716489065)--Connection(1699576084)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:16.216--ServerSession(1526542158)--Connection(638599700)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:16.228--UnitOfWork(428815991)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:16.229--UnitOfWork(428815991)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:16.23--UnitOfWork(428815991)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:16.23--ClientSession(1716489065)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:16.23--UnitOfWork(428815991)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:16.23--ClientSession(1716489065)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:16.232--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 696316657 [junit] [EL Finer]: 2022-09-10 04:19:16.232--ClientSession(696316657)--Thread(Thread[main,5,main])--acquire unit of work: 530410675 [junit] [EL Finest]: 2022-09-10 04:19:16.232--UnitOfWork(530410675)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT DISTINCT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = SUBSTR(?, ?, ?))") [junit] [EL Finest]: 2022-09-10 04:19:16.232--ServerSession(1526542158)--Connection(1638395292)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:16.232--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:16.233--ServerSession(1526542158)--Connection(1604952928)--Thread(Thread[main,5,main])--SELECT DISTINCT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (FIRSTNAME = SUBSTR(?, ?, ?)) [junit] bind => [moo, 1, 2] [junit] [EL Finest]: 2022-09-10 04:19:16.236--ServerSession(1526542158)--Connection(1638395292)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:16.336--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1562550349 [junit] [EL Finer]: 2022-09-10 04:19:16.336--ClientSession(1562550349)--Thread(Thread[main,5,main])--acquire unit of work: 1311957497 [junit] [EL Finest]: 2022-09-10 04:19:16.336--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:reading. [junit] [EL Finest]: 2022-09-10 04:19:16.336--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (85 -> null:null:reading) [junit] [EL Finest]: 2022-09-10 04:19:16.337--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:cooking. [junit] [EL Finest]: 2022-09-10 04:19:16.337--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (86 -> null:null:cooking) [junit] [EL Finest]: 2022-09-10 04:19:16.337--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:watching tv. [junit] [EL Finest]: 2022-09-10 04:19:16.337--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (87 -> null:null:watching tv) [junit] [EL Finest]: 2022-09-10 04:19:16.337--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:cleaning the house. [junit] [EL Finest]: 2022-09-10 04:19:16.337--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (88 -> null:null:cleaning the house) [junit] [EL Finest]: 2022-09-10 04:19:16.337--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:swimming. [junit] [EL Finest]: 2022-09-10 04:19:16.337--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (89 -> null:null:swimming) [junit] [EL Finest]: 2022-09-10 04:19:16.337--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:computers. [junit] [EL Finest]: 2022-09-10 04:19:16.337--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (90 -> null:null:computers) [junit] [EL Finest]: 2022-09-10 04:19:16.338--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:stamps. [junit] [EL Finest]: 2022-09-10 04:19:16.338--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (91 -> null:null:stamps) [junit] [EL Finest]: 2022-09-10 04:19:16.338--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@0. [junit] [EL Finest]: 2022-09-10 04:19:16.338--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:19:16.338--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2. [junit] [EL Finest]: 2022-09-10 04:19:16.338--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3. [junit] [EL Finest]: 2022-09-10 04:19:16.338--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4. [junit] [EL Finest]: 2022-09-10 04:19:16.338--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5. [junit] [EL Finest]: 2022-09-10 04:19:16.338--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6. [junit] [EL Finest]: 2022-09-10 04:19:16.338--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7. [junit] [EL Finest]: 2022-09-10 04:19:16.339--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8. [junit] [EL Finest]: 2022-09-10 04:19:16.339--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9. [junit] [EL Finest]: 2022-09-10 04:19:16.339--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2793fafa. [junit] [EL Finest]: 2022-09-10 04:19:16.339--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,264 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2793fafa) [junit] [EL Finest]: 2022-09-10 04:19:16.339--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5c43f48f. [junit] [EL Finest]: 2022-09-10 04:19:16.339--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,265 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5c43f48f) [junit] [EL Finest]: 2022-09-10 04:19:16.339--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6aa70f5b. [junit] [EL Finest]: 2022-09-10 04:19:16.339--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,266 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6aa70f5b) [junit] [EL Finest]: 2022-09-10 04:19:16.339--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1c479c86. [junit] [EL Finest]: 2022-09-10 04:19:16.339--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,267 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1c479c86) [junit] [EL Finest]: 2022-09-10 04:19:16.34--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@24bbe1de. [junit] [EL Finest]: 2022-09-10 04:19:16.34--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,268 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@24bbe1de) [junit] [EL Finest]: 2022-09-10 04:19:16.34--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@671f8e4a. [junit] [EL Finest]: 2022-09-10 04:19:16.34--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,269 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@671f8e4a) [junit] [EL Finest]: 2022-09-10 04:19:16.34--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@35108825. [junit] [EL Finest]: 2022-09-10 04:19:16.34--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,270 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@35108825) [junit] [EL Finest]: 2022-09-10 04:19:16.34--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@151391ad. [junit] [EL Finest]: 2022-09-10 04:19:16.341--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,271 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@151391ad) [junit] [EL Finest]: 2022-09-10 04:19:16.341--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6e5d37c0. [junit] [EL Finest]: 2022-09-10 04:19:16.341--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,272 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6e5d37c0) [junit] [EL Finest]: 2022-09-10 04:19:16.341--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@75ab999f. [junit] [EL Finest]: 2022-09-10 04:19:16.341--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,273 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@75ab999f) [junit] [EL Finest]: 2022-09-10 04:19:16.341--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@44cb66af. [junit] [EL Finest]: 2022-09-10 04:19:16.341--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,274 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@44cb66af) [junit] [EL Finest]: 2022-09-10 04:19:16.342--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4ddc0962. [junit] [EL Finest]: 2022-09-10 04:19:16.342--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,275 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4ddc0962) [junit] [EL Finest]: 2022-09-10 04:19:16.342--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4a38c42e. [junit] [EL Finest]: 2022-09-10 04:19:16.342--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,276 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4a38c42e) [junit] [EL Finest]: 2022-09-10 04:19:16.342--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6376db97. [junit] [EL Finest]: 2022-09-10 04:19:16.342--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,277 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6376db97) [junit] [EL Finest]: 2022-09-10 04:19:16.342--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7c972748. [junit] [EL Finest]: 2022-09-10 04:19:16.342--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,278 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7c972748) [junit] [EL Finest]: 2022-09-10 04:19:16.342--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@512db6a1. [junit] [EL Finest]: 2022-09-10 04:19:16.342--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,279 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@512db6a1) [junit] [EL Finest]: 2022-09-10 04:19:16.343--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5d38011e. [junit] [EL Finest]: 2022-09-10 04:19:16.343--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,280 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5d38011e) [junit] [EL Finest]: 2022-09-10 04:19:16.343--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@8c7d34d. [junit] [EL Finest]: 2022-09-10 04:19:16.343--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,281 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@8c7d34d) [junit] [EL Finest]: 2022-09-10 04:19:16.343--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4d2f087a. [junit] [EL Finest]: 2022-09-10 04:19:16.343--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,282 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4d2f087a) [junit] [EL Finest]: 2022-09-10 04:19:16.343--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@710b37c0. [junit] [EL Finest]: 2022-09-10 04:19:16.343--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,283 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@710b37c0) [junit] [EL Finest]: 2022-09-10 04:19:16.343--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6c26f80e. [junit] [EL Finest]: 2022-09-10 04:19:16.343--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,284 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6c26f80e) [junit] [EL Finest]: 2022-09-10 04:19:16.343--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5acd137c. [junit] [EL Finest]: 2022-09-10 04:19:16.344--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,285 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5acd137c) [junit] [EL Finest]: 2022-09-10 04:19:16.344--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6f14bc87. [junit] [EL Finest]: 2022-09-10 04:19:16.344--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,286 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6f14bc87) [junit] [EL Finest]: 2022-09-10 04:19:16.344--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@47893392. [junit] [EL Finest]: 2022-09-10 04:19:16.344--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,287 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@47893392) [junit] [EL Finest]: 2022-09-10 04:19:16.344--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1c3455e5. [junit] [EL Finest]: 2022-09-10 04:19:16.344--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,288 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1c3455e5) [junit] [EL Finest]: 2022-09-10 04:19:16.344--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2ed0f3ec. [junit] [EL Finest]: 2022-09-10 04:19:16.344--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,289 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2ed0f3ec) [junit] [EL Finest]: 2022-09-10 04:19:16.345--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@64ea9235. [junit] [EL Finest]: 2022-09-10 04:19:16.345--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,290 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@64ea9235) [junit] [EL Finest]: 2022-09-10 04:19:16.345--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6af12899. [junit] [EL Finest]: 2022-09-10 04:19:16.345--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,291 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6af12899) [junit] [EL Finest]: 2022-09-10 04:19:16.345--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@54d4c35f. [junit] [EL Finest]: 2022-09-10 04:19:16.345--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,292 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@54d4c35f) [junit] [EL Finest]: 2022-09-10 04:19:16.345--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7db205ba. [junit] [EL Finest]: 2022-09-10 04:19:16.345--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,293 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7db205ba) [junit] [EL Finest]: 2022-09-10 04:19:16.345--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4df95b03. [junit] [EL Finest]: 2022-09-10 04:19:16.345--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,294 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4df95b03) [junit] [EL Finest]: 2022-09-10 04:19:16.346--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2eaf17c5. [junit] [EL Finest]: 2022-09-10 04:19:16.346--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,295 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2eaf17c5) [junit] [EL Finest]: 2022-09-10 04:19:16.346--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5c13e774. [junit] [EL Finest]: 2022-09-10 04:19:16.346--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,296 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5c13e774) [junit] [EL Finest]: 2022-09-10 04:19:16.346--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@31e1a699. [junit] [EL Finest]: 2022-09-10 04:19:16.346--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,297 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@31e1a699) [junit] [EL Finest]: 2022-09-10 04:19:16.346--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@36c7c2e5. [junit] [EL Finest]: 2022-09-10 04:19:16.346--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,298 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@36c7c2e5) [junit] [EL Finest]: 2022-09-10 04:19:16.346--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6080eac7. [junit] [EL Finest]: 2022-09-10 04:19:16.347--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,299 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6080eac7) [junit] [EL Finest]: 2022-09-10 04:19:16.347--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@236b89e4. [junit] [EL Finest]: 2022-09-10 04:19:16.347--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,300 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@236b89e4) [junit] [EL Finest]: 2022-09-10 04:19:16.347--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1f82267e. [junit] [EL Finest]: 2022-09-10 04:19:16.347--ServerSession(1526542158)--Connection(391778177)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:16.347--ClientSession(1562550349)--Connection(391778177)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:16.347--ClientSession(1562550349)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:16.349--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="VehicleGenerator" sql="UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ?") [junit] [EL Finest]: 2022-09-10 04:19:16.349--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="VehicleGenerator" sql="SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2022-09-10 04:19:16.349--ClientSession(1562550349)--Connection(1894455679)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2022-09-10 04:19:16.351--ClientSession(1562550349)--Connection(1894455679)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2022-09-10 04:19:16.353--ClientSession(1562550349)--Connection(1894455679)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 1,301, last: 1,350 [junit] [EL Finer]: 2022-09-10 04:19:16.353--ClientSession(1562550349)--Connection(1894455679)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:16.36--ServerSession(1526542158)--Connection(1894455679)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2022-09-10 04:19:16.36--ServerSession(1526542158)--Connection(391778177)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:19:16.36--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,301 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1f82267e) [junit] [EL Finest]: 2022-09-10 04:19:16.36--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@650c9a94. [junit] [EL Finest]: 2022-09-10 04:19:16.36--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,302 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@650c9a94) [junit] [EL Finest]: 2022-09-10 04:19:16.36--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1b9e0eb0. [junit] [EL Finest]: 2022-09-10 04:19:16.36--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,303 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1b9e0eb0) [junit] [EL Finest]: 2022-09-10 04:19:16.36--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2bae60e8. [junit] [EL Finest]: 2022-09-10 04:19:16.36--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,304 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2bae60e8) [junit] [EL Finest]: 2022-09-10 04:19:16.361--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@75321ba4. [junit] [EL Finest]: 2022-09-10 04:19:16.361--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,305 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@75321ba4) [junit] [EL Finest]: 2022-09-10 04:19:16.361--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@746be7ac. [junit] [EL Finest]: 2022-09-10 04:19:16.361--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,306 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@746be7ac) [junit] [EL Finest]: 2022-09-10 04:19:16.361--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1f6b8c1f. [junit] [EL Finest]: 2022-09-10 04:19:16.361--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,307 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1f6b8c1f) [junit] [EL Finest]: 2022-09-10 04:19:16.361--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@471a163a. [junit] [EL Finest]: 2022-09-10 04:19:16.361--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,308 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@471a163a) [junit] [EL Finest]: 2022-09-10 04:19:16.361--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2290ca46. [junit] [EL Finest]: 2022-09-10 04:19:16.361--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,309 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2290ca46) [junit] [EL Finest]: 2022-09-10 04:19:16.362--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@9ed1f3f. [junit] [EL Finest]: 2022-09-10 04:19:16.362--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,310 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@9ed1f3f) [junit] [EL Finest]: 2022-09-10 04:19:16.362--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4a256169. [junit] [EL Finest]: 2022-09-10 04:19:16.362--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,311 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4a256169) [junit] [EL Finest]: 2022-09-10 04:19:16.362--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5d1915d1. [junit] [EL Finest]: 2022-09-10 04:19:16.362--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,312 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5d1915d1) [junit] [EL Finest]: 2022-09-10 04:19:16.362--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@797f26ce. [junit] [EL Finest]: 2022-09-10 04:19:16.362--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,313 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@797f26ce) [junit] [EL Finest]: 2022-09-10 04:19:16.362--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@180aca39. [junit] [EL Finest]: 2022-09-10 04:19:16.362--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,314 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@180aca39) [junit] [EL Finest]: 2022-09-10 04:19:16.363--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@79c5de78. [junit] [EL Finest]: 2022-09-10 04:19:16.363--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,315 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@79c5de78) [junit] [EL Finest]: 2022-09-10 04:19:16.363--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6ce7fb0c. [junit] [EL Finest]: 2022-09-10 04:19:16.363--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,316 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6ce7fb0c) [junit] [EL Finest]: 2022-09-10 04:19:16.363--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6caef908. [junit] [EL Finest]: 2022-09-10 04:19:16.363--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,317 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6caef908) [junit] [EL Finest]: 2022-09-10 04:19:16.363--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@223bbda6. [junit] [EL Finest]: 2022-09-10 04:19:16.363--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,318 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@223bbda6) [junit] [EL Finest]: 2022-09-10 04:19:16.363--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@755a9187. [junit] [EL Finest]: 2022-09-10 04:19:16.364--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,319 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@755a9187) [junit] [EL Finest]: 2022-09-10 04:19:16.364--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@26b63bbb. [junit] [EL Finest]: 2022-09-10 04:19:16.364--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,320 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@26b63bbb) [junit] [EL Finest]: 2022-09-10 04:19:16.364--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3d4bf0dc. [junit] [EL Finest]: 2022-09-10 04:19:16.364--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,321 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3d4bf0dc) [junit] [EL Finest]: 2022-09-10 04:19:16.364--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4262ac5e. [junit] [EL Finest]: 2022-09-10 04:19:16.364--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,322 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4262ac5e) [junit] [EL Finest]: 2022-09-10 04:19:16.364--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6315cb3c. [junit] [EL Finest]: 2022-09-10 04:19:16.364--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,323 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6315cb3c) [junit] [EL Finest]: 2022-09-10 04:19:16.365--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@74694f06. [junit] [EL Finest]: 2022-09-10 04:19:16.365--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,324 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@74694f06) [junit] [EL Finest]: 2022-09-10 04:19:16.365--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@16c69c47. [junit] [EL Finest]: 2022-09-10 04:19:16.365--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,325 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@16c69c47) [junit] [EL Finest]: 2022-09-10 04:19:16.365--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4111c29d. [junit] [EL Finest]: 2022-09-10 04:19:16.365--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,326 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4111c29d) [junit] [EL Finest]: 2022-09-10 04:19:16.365--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@c90bda8. [junit] [EL Finest]: 2022-09-10 04:19:16.365--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,327 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@c90bda8) [junit] [EL Finest]: 2022-09-10 04:19:16.365--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@32bfd243. [junit] [EL Finest]: 2022-09-10 04:19:16.365--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,328 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@32bfd243) [junit] [EL Finest]: 2022-09-10 04:19:16.366--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@10b954f7. [junit] [EL Finest]: 2022-09-10 04:19:16.366--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,329 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@10b954f7) [junit] [EL Finest]: 2022-09-10 04:19:16.366--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5ff37957. [junit] [EL Finest]: 2022-09-10 04:19:16.366--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,330 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5ff37957) [junit] [EL Finest]: 2022-09-10 04:19:16.366--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5607f2fc. [junit] [EL Finest]: 2022-09-10 04:19:16.366--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,331 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5607f2fc) [junit] [EL Finest]: 2022-09-10 04:19:16.366--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1ae60fb5. [junit] [EL Finest]: 2022-09-10 04:19:16.366--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,332 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1ae60fb5) [junit] [EL Finest]: 2022-09-10 04:19:16.366--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4022fef2. [junit] [EL Finest]: 2022-09-10 04:19:16.366--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,333 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4022fef2) [junit] [EL Finest]: 2022-09-10 04:19:16.366--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4df1e60. [junit] [EL Finest]: 2022-09-10 04:19:16.367--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,334 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4df1e60) [junit] [EL Finest]: 2022-09-10 04:19:16.367--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6da69c15. [junit] [EL Finest]: 2022-09-10 04:19:16.367--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,335 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6da69c15) [junit] [EL Finest]: 2022-09-10 04:19:16.367--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4717bdb3. [junit] [EL Finest]: 2022-09-10 04:19:16.367--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,336 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4717bdb3) [junit] [EL Finest]: 2022-09-10 04:19:16.367--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@10151ecd. [junit] [EL Finest]: 2022-09-10 04:19:16.367--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,337 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@10151ecd) [junit] [EL Finest]: 2022-09-10 04:19:16.367--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6cc52eb1. [junit] [EL Finest]: 2022-09-10 04:19:16.367--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,338 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6cc52eb1) [junit] [EL Finest]: 2022-09-10 04:19:16.367--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@355a4108. [junit] [EL Finest]: 2022-09-10 04:19:16.367--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,339 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@355a4108) [junit] [EL Finest]: 2022-09-10 04:19:16.367--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4fda9835. [junit] [EL Finest]: 2022-09-10 04:19:16.367--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,340 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4fda9835) [junit] [EL Finest]: 2022-09-10 04:19:16.367--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@77810475. [junit] [EL Finest]: 2022-09-10 04:19:16.367--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,341 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@77810475) [junit] [EL Finest]: 2022-09-10 04:19:16.368--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@32f40c92. [junit] [EL Finest]: 2022-09-10 04:19:16.368--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,342 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@32f40c92) [junit] [EL Finest]: 2022-09-10 04:19:16.368--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@554159c5. [junit] [EL Finest]: 2022-09-10 04:19:16.368--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,343 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@554159c5) [junit] [EL Finest]: 2022-09-10 04:19:16.368--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4ec16868. [junit] [EL Finest]: 2022-09-10 04:19:16.368--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,344 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4ec16868) [junit] [EL Finest]: 2022-09-10 04:19:16.368--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@319c6f69. [junit] [EL Finest]: 2022-09-10 04:19:16.368--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,345 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@319c6f69) [junit] [EL Finest]: 2022-09-10 04:19:16.368--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@239e7554. [junit] [EL Finest]: 2022-09-10 04:19:16.368--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,346 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@239e7554) [junit] [EL Finest]: 2022-09-10 04:19:16.369--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7cce8f93. [junit] [EL Finest]: 2022-09-10 04:19:16.369--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,347 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7cce8f93) [junit] [EL Finest]: 2022-09-10 04:19:16.369--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@39093a4a. [junit] [EL Finest]: 2022-09-10 04:19:16.369--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,348 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@39093a4a) [junit] [EL Finest]: 2022-09-10 04:19:16.369--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6bbced25. [junit] [EL Finest]: 2022-09-10 04:19:16.369--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,349 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6bbced25) [junit] [EL Finest]: 2022-09-10 04:19:16.369--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3b5811d3. [junit] [EL Finest]: 2022-09-10 04:19:16.369--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,350 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3b5811d3) [junit] [EL Finest]: 2022-09-10 04:19:16.369--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3362b33c. [junit] [EL Finest]: 2022-09-10 04:19:16.369--ServerSession(1526542158)--Connection(1128862832)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:16.369--ClientSession(1562550349)--Connection(1128862832)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:16.369--ClientSession(1562550349)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:16.371--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="VehicleGenerator" sql="UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ?") [junit] [EL Finest]: 2022-09-10 04:19:16.371--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="VehicleGenerator" sql="SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2022-09-10 04:19:16.371--ClientSession(1562550349)--Connection(1334840569)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, VehicleGenerator] [junit] [EL Fine]: 2022-09-10 04:19:16.373--ClientSession(1562550349)--Connection(1334840569)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_VEHICLE_GEN WHERE BEAN_NAME = ? [junit] bind => [VehicleGenerator] [junit] [EL Finest]: 2022-09-10 04:19:16.375--ClientSession(1562550349)--Connection(1334840569)--Thread(Thread[main,5,main])--local sequencing preallocation for VehicleGenerator: objects: 50 , first: 1,351, last: 1,400 [junit] [EL Finer]: 2022-09-10 04:19:16.375--ClientSession(1562550349)--Connection(1334840569)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:16.381--ServerSession(1526542158)--Connection(1334840569)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2022-09-10 04:19:16.381--ServerSession(1526542158)--Connection(1128862832)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:19:16.381--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,351 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3362b33c) [junit] [EL Finest]: 2022-09-10 04:19:16.381--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@8080f48. [junit] [EL Finest]: 2022-09-10 04:19:16.381--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,352 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@8080f48) [junit] [EL Finest]: 2022-09-10 04:19:16.381--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1dd8774c. [junit] [EL Finest]: 2022-09-10 04:19:16.381--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,353 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1dd8774c) [junit] [EL Finest]: 2022-09-10 04:19:16.381--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@80cb5f6. [junit] [EL Finest]: 2022-09-10 04:19:16.381--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,354 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@80cb5f6) [junit] [EL Finest]: 2022-09-10 04:19:16.381--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@136e1533. [junit] [EL Finest]: 2022-09-10 04:19:16.381--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,355 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@136e1533) [junit] [EL Finest]: 2022-09-10 04:19:16.382--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5bd43a59. [junit] [EL Finest]: 2022-09-10 04:19:16.382--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,356 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5bd43a59) [junit] [EL Finest]: 2022-09-10 04:19:16.382--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5e84478. [junit] [EL Finest]: 2022-09-10 04:19:16.382--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,357 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5e84478) [junit] [EL Finest]: 2022-09-10 04:19:16.382--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@68a6e236. [junit] [EL Finest]: 2022-09-10 04:19:16.382--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,358 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@68a6e236) [junit] [EL Finest]: 2022-09-10 04:19:16.382--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@b82b59c. [junit] [EL Finest]: 2022-09-10 04:19:16.382--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,359 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@b82b59c) [junit] [EL Finest]: 2022-09-10 04:19:16.382--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@717e4047. [junit] [EL Finest]: 2022-09-10 04:19:16.382--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,360 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@717e4047) [junit] [EL Finest]: 2022-09-10 04:19:16.382--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@36f21194. [junit] [EL Finest]: 2022-09-10 04:19:16.382--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,361 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@36f21194) [junit] [EL Finest]: 2022-09-10 04:19:16.383--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@699ae22e. [junit] [EL Finest]: 2022-09-10 04:19:16.383--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,362 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@699ae22e) [junit] [EL Finest]: 2022-09-10 04:19:16.383--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@77aa94d4. [junit] [EL Finest]: 2022-09-10 04:19:16.383--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,363 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@77aa94d4) [junit] [EL Finest]: 2022-09-10 04:19:16.383--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@74d59e1e. [junit] [EL Finest]: 2022-09-10 04:19:16.383--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,364 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@74d59e1e) [junit] [EL Finest]: 2022-09-10 04:19:16.383--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@528d5fa1. [junit] [EL Finest]: 2022-09-10 04:19:16.383--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,365 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@528d5fa1) [junit] [EL Finest]: 2022-09-10 04:19:16.383--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@6cb84c4c. [junit] [EL Finest]: 2022-09-10 04:19:16.383--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,366 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@6cb84c4c) [junit] [EL Finest]: 2022-09-10 04:19:16.384--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@4f97693b. [junit] [EL Finest]: 2022-09-10 04:19:16.384--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,367 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@4f97693b) [junit] [EL Finest]: 2022-09-10 04:19:16.384--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@176a3bb9. [junit] [EL Finest]: 2022-09-10 04:19:16.384--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--assign sequence to the object (1,368 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@176a3bb9) [junit] [EL Finest]: 2022-09-10 04:19:16.384--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2f221ea2. [junit] [EL Finest]: 2022-09-10 04:19:16.384--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@757c8296. [junit] [EL Finest]: 2022-09-10 04:19:16.384--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@c6517ae. [junit] [EL Finest]: 2022-09-10 04:19:16.385--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2b953930. [junit] [EL Finest]: 2022-09-10 04:19:16.385--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@52fa1368. [junit] [EL Finest]: 2022-09-10 04:19:16.385--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@9379ba6. [junit] [EL Finest]: 2022-09-10 04:19:16.385--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@48821e3c. [junit] [EL Finest]: 2022-09-10 04:19:16.385--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3d8e2b96. [junit] [EL Finest]: 2022-09-10 04:19:16.385--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@262d9803. [junit] [EL Finest]: 2022-09-10 04:19:16.385--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@693d2f8d. [junit] [EL Finest]: 2022-09-10 04:19:16.386--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6d820f5e. [junit] [EL Finest]: 2022-09-10 04:19:16.386--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@534ffe23. [junit] [EL Finest]: 2022-09-10 04:19:16.386--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2252c286. [junit] [EL Finest]: 2022-09-10 04:19:16.386--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2a7eb66e. [junit] [EL Finest]: 2022-09-10 04:19:16.386--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7fcc9949. [junit] [EL Finest]: 2022-09-10 04:19:16.386--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@41a0df66. [junit] [EL Finest]: 2022-09-10 04:19:16.386--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@601b7794. [junit] [EL Finest]: 2022-09-10 04:19:16.387--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2f05cf02. [junit] [EL Finest]: 2022-09-10 04:19:16.387--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5aaa84b4. [junit] [EL Finest]: 2022-09-10 04:19:16.387--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@78582926. [junit] [EL Finest]: 2022-09-10 04:19:16.387--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@207f9843. [junit] [EL Finest]: 2022-09-10 04:19:16.387--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4488e574. [junit] [EL Finest]: 2022-09-10 04:19:16.388--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4778db1f. [junit] [EL Finest]: 2022-09-10 04:19:16.388--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3e159f12. [junit] [EL Finest]: 2022-09-10 04:19:16.388--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6b542f10. [junit] [EL Finest]: 2022-09-10 04:19:16.388--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6f7cc804. [junit] [EL Finest]: 2022-09-10 04:19:16.388--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@62231c0f. [junit] [EL Finest]: 2022-09-10 04:19:16.388--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@fdc872e. [junit] [EL Finest]: 2022-09-10 04:19:16.389--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@71f1ea35. [junit] [EL Finest]: 2022-09-10 04:19:16.389--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5642ab4f. [junit] [EL Finest]: 2022-09-10 04:19:16.389--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@617c9dd7. [junit] [EL Finest]: 2022-09-10 04:19:16.389--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7ac2263e. [junit] [EL Finest]: 2022-09-10 04:19:16.39--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@73990c4d. [junit] [EL Finest]: 2022-09-10 04:19:16.39--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6e3a9891. [junit] [EL Finest]: 2022-09-10 04:19:16.39--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@56dce7f7. [junit] [EL Finest]: 2022-09-10 04:19:16.39--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7c441275. [junit] [EL Finest]: 2022-09-10 04:19:16.391--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@43af156a. [junit] [EL Finest]: 2022-09-10 04:19:16.391--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5ec40569. [junit] [EL Finest]: 2022-09-10 04:19:16.391--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7aa5596f. [junit] [EL Finest]: 2022-09-10 04:19:16.391--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7dc56c0a. [junit] [EL Finest]: 2022-09-10 04:19:16.391--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3c73a08e. [junit] [EL Finest]: 2022-09-10 04:19:16.391--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4f8365b2. [junit] [EL Finest]: 2022-09-10 04:19:16.392--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6d093764. [junit] [EL Finest]: 2022-09-10 04:19:16.392--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@27e05d64. [junit] [EL Finest]: 2022-09-10 04:19:16.392--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@33d4ed23. [junit] [EL Finest]: 2022-09-10 04:19:16.392--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@35815f9d. [junit] [EL Finest]: 2022-09-10 04:19:16.392--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@24ba8adb. [junit] [EL Finest]: 2022-09-10 04:19:16.392--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@72621df0. [junit] [EL Finest]: 2022-09-10 04:19:16.393--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2ce33999. [junit] [EL Finest]: 2022-09-10 04:19:16.393--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5145dc7. [junit] [EL Finest]: 2022-09-10 04:19:16.393--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@10b5f853. [junit] [EL Finest]: 2022-09-10 04:19:16.393--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@a24e874. [junit] [EL Finest]: 2022-09-10 04:19:16.393--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@698b9d17. [junit] [EL Finest]: 2022-09-10 04:19:16.394--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@22cd7e39. [junit] [EL Finest]: 2022-09-10 04:19:16.394--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5d9515d6. [junit] [EL Finest]: 2022-09-10 04:19:16.394--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2155e1e2. [junit] [EL Finest]: 2022-09-10 04:19:16.394--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@26ddfb1b. [junit] [EL Finest]: 2022-09-10 04:19:16.394--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@437160a0. [junit] [EL Finest]: 2022-09-10 04:19:16.394--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@421e8b29. [junit] [EL Finest]: 2022-09-10 04:19:16.394--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@69745cfe. [junit] [EL Finest]: 2022-09-10 04:19:16.395--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@41aa0ede. [junit] [EL Finest]: 2022-09-10 04:19:16.395--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@69b9e106. [junit] [EL Finest]: 2022-09-10 04:19:16.395--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5322d77f. [junit] [EL Finest]: 2022-09-10 04:19:16.396--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@59a819b9. [junit] [EL Finest]: 2022-09-10 04:19:16.396--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@214e42a1. [junit] [EL Finest]: 2022-09-10 04:19:16.396--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3c3d53ff. [junit] [EL Finest]: 2022-09-10 04:19:16.396--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1c97ede3. [junit] [EL Finest]: 2022-09-10 04:19:16.396--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@601122cd. [junit] [EL Finest]: 2022-09-10 04:19:16.397--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@73ca241d. [junit] [EL Finest]: 2022-09-10 04:19:16.397--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5346038. [junit] [EL Finest]: 2022-09-10 04:19:16.397--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7e2c3f31. [junit] [EL Finest]: 2022-09-10 04:19:16.397--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@655966a1. [junit] [EL Finest]: 2022-09-10 04:19:16.397--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6180eb8. [junit] [EL Finest]: 2022-09-10 04:19:16.397--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3cde655c. [junit] [EL Finest]: 2022-09-10 04:19:16.398--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@70d5b235. [junit] [EL Finest]: 2022-09-10 04:19:16.398--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4ead0ae1. [junit] [EL Finest]: 2022-09-10 04:19:16.398--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@55307965. [junit] [EL Finest]: 2022-09-10 04:19:16.398--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4190f278. [junit] [EL Finest]: 2022-09-10 04:19:16.398--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@56e71576. [junit] [EL Finest]: 2022-09-10 04:19:16.398--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@17da4d27. [junit] [EL Finest]: 2022-09-10 04:19:16.399--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2c9d7974. [junit] [EL Finest]: 2022-09-10 04:19:16.399--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@43ec81be. [junit] [EL Finest]: 2022-09-10 04:19:16.399--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3abb7923. [junit] [EL Finest]: 2022-09-10 04:19:16.399--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@498aef62. [junit] [EL Finest]: 2022-09-10 04:19:16.399--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2d03be3. [junit] [EL Finest]: 2022-09-10 04:19:16.4--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@116d39e2. [junit] [EL Finest]: 2022-09-10 04:19:16.4--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@687e13c4. [junit] [EL Finest]: 2022-09-10 04:19:16.4--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@e8ce38b. [junit] [EL Finest]: 2022-09-10 04:19:16.4--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6c6f2c27. [junit] [EL Finest]: 2022-09-10 04:19:16.4--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@40b1cb8f. [junit] [EL Finest]: 2022-09-10 04:19:16.4--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1e7c3465. [junit] [EL Finest]: 2022-09-10 04:19:16.401--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3e55565b. [junit] [EL Finest]: 2022-09-10 04:19:16.401--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@73d9f2b2. [junit] [EL Finest]: 2022-09-10 04:19:16.401--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@272f0840. [junit] [EL Finest]: 2022-09-10 04:19:16.401--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5e615573. [junit] [EL Finest]: 2022-09-10 04:19:16.401--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@51e05e54. [junit] [EL Finest]: 2022-09-10 04:19:16.402--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6c39955c. [junit] [EL Finest]: 2022-09-10 04:19:16.402--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@20e364c9. [junit] [EL Finest]: 2022-09-10 04:19:16.402--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@45c2fa2. [junit] [EL Finest]: 2022-09-10 04:19:16.402--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@58576690. [junit] [EL Finer]: 2022-09-10 04:19:16.402--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:16.403--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@4f97693b) [junit] [EL Finest]: 2022-09-10 04:19:16.404--ServerSession(1526542158)--Connection(1899462590)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:16.404--ClientSession(1562550349)--Connection(1899462590)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:16.404--ClientSession(1562550349)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:16.405--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@74d59e1e) [junit] [EL Finest]: 2022-09-10 04:19:16.406--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@6cb84c4c) [junit] [EL Finest]: 2022-09-10 04:19:16.406--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@528d5fa1) [junit] [EL Finest]: 2022-09-10 04:19:16.406--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@176a3bb9) [junit] [EL Finest]: 2022-09-10 04:19:16.406--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finer]: 2022-09-10 04:19:16.406--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:16.406--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, NUM_GEARS, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:16.406--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1367, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2022-09-10 04:19:16.406--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1364, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2022-09-10 04:19:16.406--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1366, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2022-09-10 04:19:16.407--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1365, foo-brand, null, 0, 1, 4] [junit] [EL Fine]: 2022-09-10 04:19:16.407--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1368, foo-brand, null, 0, 1, 4] [junit] [EL Finer]: 2022-09-10 04:19:16.407--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:16.413--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@7) [junit] [EL Finest]: 2022-09-10 04:19:16.413--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8) [junit] [EL Finest]: 2022-09-10 04:19:16.413--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@5) [junit] [EL Finest]: 2022-09-10 04:19:16.414--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@0) [junit] [EL Finest]: 2022-09-10 04:19:16.414--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9) [junit] [EL Finest]: 2022-09-10 04:19:16.414--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@4) [junit] [EL Finest]: 2022-09-10 04:19:16.414--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2022-09-10 04:19:16.414--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:19:16.414--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@6) [junit] [EL Finest]: 2022-09-10 04:19:16.414--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@56e71576) [junit] [EL Finer]: 2022-09-10 04:19:16.414--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:16.415--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:16.415--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [3, Department_3, 1] [junit] [EL Fine]: 2022-09-10 04:19:16.415--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [7, Department_7, 1] [junit] [EL Fine]: 2022-09-10 04:19:16.415--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [8, Department_8, 1] [junit] [EL Fine]: 2022-09-10 04:19:16.415--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [5, Department_5, 1] [junit] [EL Fine]: 2022-09-10 04:19:16.415--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [0, Department_0, 1] [junit] [EL Fine]: 2022-09-10 04:19:16.415--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [9, Department_9, 1] [junit] [EL Fine]: 2022-09-10 04:19:16.415--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [4, Department_4, 1] [junit] [EL Fine]: 2022-09-10 04:19:16.415--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [2, Department_2, 1] [junit] [EL Fine]: 2022-09-10 04:19:16.415--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1, Department_1, 1] [junit] [EL Fine]: 2022-09-10 04:19:16.415--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [6, Department_6, 1] [junit] [EL Finer]: 2022-09-10 04:19:16.415--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:16.424--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@71f1ea35) [junit] [EL Finest]: 2022-09-10 04:19:16.424--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@498aef62) [junit] [EL Finest]: 2022-09-10 04:19:16.424--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@10b5f853) [junit] [EL Finest]: 2022-09-10 04:19:16.425--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@a24e874) [junit] [EL Finest]: 2022-09-10 04:19:16.425--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@24ba8adb) [junit] [EL Finest]: 2022-09-10 04:19:16.425--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3abb7923) [junit] [EL Finest]: 2022-09-10 04:19:16.425--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@43af156a) [junit] [EL Finest]: 2022-09-10 04:19:16.425--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@421e8b29) [junit] [EL Finest]: 2022-09-10 04:19:16.425--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@27e05d64) [junit] [EL Finest]: 2022-09-10 04:19:16.426--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@69745cfe) [junit] [EL Finest]: 2022-09-10 04:19:16.426--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@207f9843) [junit] [EL Finest]: 2022-09-10 04:19:16.426--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4ead0ae1) [junit] [EL Finest]: 2022-09-10 04:19:16.426--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@693d2f8d) [junit] [EL Finest]: 2022-09-10 04:19:16.427--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@c6517ae) [junit] [EL Finest]: 2022-09-10 04:19:16.427--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3cde655c) [junit] [EL Finest]: 2022-09-10 04:19:16.427--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4488e574) [junit] [EL Finest]: 2022-09-10 04:19:16.427--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2f05cf02) [junit] [EL Finest]: 2022-09-10 04:19:16.427--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6d093764) [junit] [EL Finest]: 2022-09-10 04:19:16.427--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7aa5596f) [junit] [EL Finest]: 2022-09-10 04:19:16.428--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6c6f2c27) [junit] [EL Finest]: 2022-09-10 04:19:16.428--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2ce33999) [junit] [EL Finest]: 2022-09-10 04:19:16.428--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@56dce7f7) [junit] [EL Finest]: 2022-09-10 04:19:16.428--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6f7cc804) [junit] [EL Finest]: 2022-09-10 04:19:16.428--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3e159f12) [junit] [EL Finest]: 2022-09-10 04:19:16.428--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@73d9f2b2) [junit] [EL Finest]: 2022-09-10 04:19:16.428--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5ec40569) [junit] [EL Finest]: 2022-09-10 04:19:16.429--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3c3d53ff) [junit] [EL Finest]: 2022-09-10 04:19:16.429--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@52fa1368) [junit] [EL Finest]: 2022-09-10 04:19:16.429--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@62231c0f) [junit] [EL Finest]: 2022-09-10 04:19:16.429--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@601b7794) [junit] [EL Finest]: 2022-09-10 04:19:16.429--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@72621df0) [junit] [EL Finest]: 2022-09-10 04:19:16.429--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@601122cd) [junit] [EL Finest]: 2022-09-10 04:19:16.429--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6c39955c) [junit] [EL Finest]: 2022-09-10 04:19:16.43--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@214e42a1) [junit] [EL Finest]: 2022-09-10 04:19:16.43--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2d03be3) [junit] [EL Finest]: 2022-09-10 04:19:16.43--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@17da4d27) [junit] [EL Finest]: 2022-09-10 04:19:16.43--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5e615573) [junit] [EL Finest]: 2022-09-10 04:19:16.43--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5346038) [junit] [EL Finest]: 2022-09-10 04:19:16.43--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7ac2263e) [junit] [EL Finest]: 2022-09-10 04:19:16.43--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@22cd7e39) [junit] [EL Finest]: 2022-09-10 04:19:16.43--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@59a819b9) [junit] [EL Finest]: 2022-09-10 04:19:16.43--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6b542f10) [junit] [EL Finest]: 2022-09-10 04:19:16.43--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@51e05e54) [junit] [EL Finest]: 2022-09-10 04:19:16.43--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@33d4ed23) [junit] [EL Finest]: 2022-09-10 04:19:16.43--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6e3a9891) [junit] [EL Finest]: 2022-09-10 04:19:16.431--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@78582926) [junit] [EL Finest]: 2022-09-10 04:19:16.431--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@70d5b235) [junit] [EL Finest]: 2022-09-10 04:19:16.431--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5642ab4f) [junit] [EL Finest]: 2022-09-10 04:19:16.431--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@617c9dd7) [junit] [EL Finest]: 2022-09-10 04:19:16.431--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2f221ea2) [junit] [EL Finest]: 2022-09-10 04:19:16.431--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@262d9803) [junit] [EL Finest]: 2022-09-10 04:19:16.431--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@e8ce38b) [junit] [EL Finest]: 2022-09-10 04:19:16.431--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2b953930) [junit] [EL Finest]: 2022-09-10 04:19:16.431--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@757c8296) [junit] [EL Finest]: 2022-09-10 04:19:16.431--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2252c286) [junit] [EL Finest]: 2022-09-10 04:19:16.431--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@534ffe23) [junit] [EL Finest]: 2022-09-10 04:19:16.431--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4778db1f) [junit] [EL Finest]: 2022-09-10 04:19:16.432--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7fcc9949) [junit] [EL Finest]: 2022-09-10 04:19:16.432--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@69b9e106) [junit] [EL Finest]: 2022-09-10 04:19:16.432--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1e7c3465) [junit] [EL Finest]: 2022-09-10 04:19:16.432--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@fdc872e) [junit] [EL Finest]: 2022-09-10 04:19:16.432--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1c97ede3) [junit] [EL Finest]: 2022-09-10 04:19:16.432--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@73ca241d) [junit] [EL Finest]: 2022-09-10 04:19:16.432--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@40b1cb8f) [junit] [EL Finest]: 2022-09-10 04:19:16.432--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2c9d7974) [junit] [EL Finest]: 2022-09-10 04:19:16.432--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@20e364c9) [junit] [EL Finest]: 2022-09-10 04:19:16.432--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@698b9d17) [junit] [EL Finest]: 2022-09-10 04:19:16.432--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5322d77f) [junit] [EL Finest]: 2022-09-10 04:19:16.432--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2155e1e2) [junit] [EL Finest]: 2022-09-10 04:19:16.432--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7dc56c0a) [junit] [EL Finest]: 2022-09-10 04:19:16.433--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3c73a08e) [junit] [EL Finest]: 2022-09-10 04:19:16.433--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5d9515d6) [junit] [EL Finest]: 2022-09-10 04:19:16.433--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@272f0840) [junit] [EL Finest]: 2022-09-10 04:19:16.433--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@116d39e2) [junit] [EL Finest]: 2022-09-10 04:19:16.433--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4190f278) [junit] [EL Finest]: 2022-09-10 04:19:16.433--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@41aa0ede) [junit] [EL Finest]: 2022-09-10 04:19:16.433--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@437160a0) [junit] [EL Finest]: 2022-09-10 04:19:16.433--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6d820f5e) [junit] [EL Finest]: 2022-09-10 04:19:16.433--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@687e13c4) [junit] [EL Finest]: 2022-09-10 04:19:16.433--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6180eb8) [junit] [EL Finest]: 2022-09-10 04:19:16.433--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@48821e3c) [junit] [EL Finest]: 2022-09-10 04:19:16.433--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5aaa84b4) [junit] [EL Finest]: 2022-09-10 04:19:16.434--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@55307965) [junit] [EL Finest]: 2022-09-10 04:19:16.434--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@41a0df66) [junit] [EL Finest]: 2022-09-10 04:19:16.434--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7c441275) [junit] [EL Finest]: 2022-09-10 04:19:16.434--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@655966a1) [junit] [EL Finest]: 2022-09-10 04:19:16.434--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@73990c4d) [junit] [EL Finest]: 2022-09-10 04:19:16.434--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@45c2fa2) [junit] [EL Finest]: 2022-09-10 04:19:16.434--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@9379ba6) [junit] [EL Finest]: 2022-09-10 04:19:16.434--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3d8e2b96) [junit] [EL Finest]: 2022-09-10 04:19:16.434--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3e55565b) [junit] [EL Finest]: 2022-09-10 04:19:16.434--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@43ec81be) [junit] [EL Finest]: 2022-09-10 04:19:16.434--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@26ddfb1b) [junit] [EL Finest]: 2022-09-10 04:19:16.434--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7e2c3f31) [junit] [EL Finest]: 2022-09-10 04:19:16.435--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2a7eb66e) [junit] [EL Finest]: 2022-09-10 04:19:16.435--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5145dc7) [junit] [EL Finest]: 2022-09-10 04:19:16.435--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@58576690) [junit] [EL Finest]: 2022-09-10 04:19:16.435--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@35815f9d) [junit] [EL Finest]: 2022-09-10 04:19:16.435--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4f8365b2) [junit] [EL Finest]: 2022-09-10 04:19:16.435--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(90:null:computers) [junit] [EL Finer]: 2022-09-10 04:19:16.435--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:16.435--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:16.435--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [78, Heiko, Heim, null, 2022-09-21 18:05:56.398, 2022-08-29 14:32:36.398, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.435--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [28, Hannes, Herder, null, 2022-09-21 18:05:56.389, 2022-08-29 14:32:36.389, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.435--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [83, Helga, Hettner, null, 2022-09-21 18:05:56.399, 2022-08-29 14:32:36.399, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.435--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [50, Hubertus, Hayek, null, 2022-09-21 18:05:56.393, 2022-08-29 14:32:36.393, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.435--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [51, Hubert, Hein, null, 2022-09-21 18:05:56.393, 2022-08-29 14:32:36.393, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.436--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [46, Hanns, Hardy, null, 2022-09-21 18:05:56.392, 2022-08-29 14:32:36.392, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.436--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [82, Hanna, Hawke, null, 2022-09-21 18:05:56.399, 2022-08-29 14:32:36.399, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.436--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [36, Heimo, Hein, null, 2022-09-21 18:05:56.391, 2022-08-29 14:32:36.391, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.436--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [58, Hansjörg, Haak, null, 2022-09-21 18:05:56.394, 2022-08-29 14:32:36.394, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.436--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [43, Helge, Hesse, null, 2022-09-21 18:05:56.392, 2022-08-29 14:32:36.392, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.436--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [59, Hugo, Hamilton, null, 2022-09-21 18:05:56.394, 2022-08-29 14:32:36.394, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.436--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [20, Heidemarie, Halbach, null, 2022-09-21 18:05:56.387, 2022-08-29 14:32:36.387, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.436--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [75, Heimo, Hegemann, null, 2022-09-21 18:05:56.398, 2022-08-29 14:32:36.398, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.436--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [9, Heiko, Hecht, null, 2022-09-21 18:05:56.385, 2022-08-29 14:32:36.385, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.436--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [2, Hansjörg, Heuser, null, 2022-09-21 18:05:56.384, 2022-08-29 14:32:36.384, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.436--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [73, Hannes, Haak, null, 2022-09-21 18:05:56.397, 2022-08-29 14:32:36.397, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.436--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [21, Helgard, Helbig, null, 2022-09-21 18:05:56.387, 2022-08-29 14:32:36.387, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.436--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [17, Henrike, Hache, null, 2022-09-21 18:05:56.387, 2022-08-29 14:32:36.387, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.436--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [42, Hedi, Herder, null, 2022-09-21 18:05:56.392, 2022-08-29 14:32:36.392, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.436--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [38, Heike, Hartenthaler, null, 2022-09-21 18:05:56.391, 2022-08-29 14:32:36.391, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.436--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, Harold, Hary, null, 2022-09-21 18:05:56.4, 2022-08-29 14:32:36.4, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.436--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [48, Hartmut, Hanstein, null, 2022-09-21 18:05:56.393, 2022-08-29 14:32:36.393, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.436--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [34, Henrike, Hense, null, 2022-09-21 18:05:56.39, 2022-08-29 14:32:36.39, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.436--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [25, Henning, Hamburger, null, 2022-09-21 18:05:56.388, 2022-08-29 14:32:36.388, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.437--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [23, Harold, Hache, null, 2022-09-21 18:05:56.388, 2022-08-29 14:32:36.388, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.437--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [92, Helga, Heise, null, 2022-09-21 18:05:56.401, 2022-08-29 14:32:36.401, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.437--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [37, Heimo, Hawke, null, 2022-09-21 18:05:56.391, 2022-08-29 14:32:36.391, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.437--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [65, Hanspeter, Heinrich, null, 2022-09-21 18:05:56.396, 2022-08-29 14:32:36.396, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.437--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [4, Hilde, Hesselbarth, null, 2022-09-21 18:05:56.385, 2022-08-29 14:32:36.385, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.437--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [26, Hilmar, Hettner, null, 2022-09-21 18:05:56.388, 2022-08-29 14:32:36.388, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.437--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [16, Hendrik, Hellmann, null, 2022-09-21 18:05:56.386, 2022-08-29 14:32:36.386, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.437--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [47, Heiner, Herold, null, 2022-09-21 18:05:56.392, 2022-08-29 14:32:36.392, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.437--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [67, Herma, Hellmann, null, 2022-09-21 18:05:56.396, 2022-08-29 14:32:36.396, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.437--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [96, Hertha, Halbach, null, 2022-09-21 18:05:56.402, 2022-08-29 14:32:36.402, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.437--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [64, Hauke, Hesse, null, 2022-09-21 18:05:56.396, 2022-08-29 14:32:36.396, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.437--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [84, Hansjörg, Heider, null, 2022-09-21 18:05:56.399, 2022-08-29 14:32:36.399, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.437--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [79, Helen, Hellmann, null, 2022-09-21 18:05:56.398, 2022-08-29 14:32:36.398, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.437--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [94, Heida, Hartenthaler, null, 2022-09-21 18:05:56.401, 2022-08-29 14:32:36.401, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.437--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [69, Hjalmar, Havenstein, null, 2022-09-21 18:05:56.397, 2022-08-29 14:32:36.397, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.437--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [31, Hanspeter, Heer, null, 2022-09-21 18:05:56.389, 2022-08-29 14:32:36.389, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.437--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [53, Hildegard, Hegemann, null, 2022-09-21 18:05:56.393, 2022-08-29 14:32:36.393, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.437--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [63, Heide, Heider, null, 2022-09-21 18:05:56.396, 2022-08-29 14:32:36.396, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.437--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [24, Hannah, Hamann, null, 2022-09-21 18:05:56.388, 2022-08-29 14:32:36.388, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.437--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [95, Heidemarie, Hennig, null, 2022-09-21 18:05:56.401, 2022-08-29 14:32:36.401, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.437--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [44, Heike, Hildebrandt, null, 2022-09-21 18:05:56.392, 2022-08-29 14:32:36.392, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.437--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [33, Helma, Haas, null, 2022-09-21 18:05:56.39, 2022-08-29 14:32:36.39, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.437--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [19, Hieronymus, Hartenthaler, null, 2022-09-21 18:05:56.387, 2022-08-29 14:32:36.387, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.438--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [74, Hilde, Hildebrand, null, 2022-09-21 18:05:56.398, 2022-08-29 14:32:36.397, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.438--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [29, Hannah, Heider, null, 2022-09-21 18:05:56.389, 2022-08-29 14:32:36.389, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.438--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [30, Hinrich, Hawke, null, 2022-09-21 18:05:56.389, 2022-08-29 14:32:36.389, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.438--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [0, Hermine, Harding, null, 2022-09-21 18:05:56.384, 2022-08-29 14:32:36.384, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.438--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [8, Hermann, Heidegger, null, 2022-09-21 18:05:56.385, 2022-08-29 14:32:36.385, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.438--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, Hannah, Hartfelder, null, 2022-09-21 18:05:56.4, 2022-08-29 14:32:36.4, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.438--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [3, Hendrik, Hecht, null, 2022-09-21 18:05:56.384, 2022-08-29 14:32:36.384, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.438--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1, Hella, Hermelink, null, 2022-09-21 18:05:56.384, 2022-08-29 14:32:36.384, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.438--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [12, Heimo, Habermann, null, 2022-09-21 18:05:56.386, 2022-08-29 14:32:36.386, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.438--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [11, Helen, Hausner, null, 2022-09-21 18:05:56.386, 2022-08-29 14:32:36.386, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.438--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [22, Hendrik, Hellmann, null, 2022-09-21 18:05:56.388, 2022-08-29 14:32:36.388, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.438--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [14, Helmut, Hennig, null, 2022-09-21 18:05:56.386, 2022-08-29 14:32:36.386, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.438--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [61, Hakan, Henschel, null, 2022-09-21 18:05:56.395, 2022-08-29 14:32:36.395, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.438--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, Hubert, Helmig, null, 2022-09-21 18:05:56.4, 2022-08-29 14:32:36.4, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.438--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [27, Helmut, Hartfelder, null, 2022-09-21 18:05:56.388, 2022-08-29 14:32:36.388, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.438--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [66, Henri, Heuser, null, 2022-09-21 18:05:56.396, 2022-08-29 14:32:36.396, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.438--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [68, Hagen, Harding, null, 2022-09-21 18:05:56.396, 2022-08-29 14:32:36.396, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.438--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, Hieu, Haller, null, 2022-09-21 18:05:56.4, 2022-08-29 14:32:36.4, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.438--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [80, Hakan, Harding, null, 2022-09-21 18:05:56.398, 2022-08-29 14:32:36.398, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.438--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [97, Holger, Henry, null, 2022-09-21 18:05:56.402, 2022-08-29 14:32:36.402, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.438--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [52, Hermine, Henschel, null, 2022-09-21 18:05:56.393, 2022-08-29 14:32:36.393, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.438--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [62, Hans, Halbach, null, 2022-09-21 18:05:56.395, 2022-08-29 14:32:36.395, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.438--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [55, Hagen, Hanstein, null, 2022-09-21 18:05:56.394, 2022-08-29 14:32:36.394, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.439--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [39, Hulda, Hildebrandt, null, 2022-09-21 18:05:56.391, 2022-08-29 14:32:36.391, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.439--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [40, Hartwin, Hesselbarth, null, 2022-09-21 18:05:56.391, 2022-08-29 14:32:36.391, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.439--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [54, Hasso, Harnack, null, 2022-09-21 18:05:56.394, 2022-08-29 14:32:36.394, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.439--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [93, Henrike, Hartig, null, 2022-09-21 18:05:56.401, 2022-08-29 14:32:36.401, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.439--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, Harald, Haus Lancaster, null, 2022-09-21 18:05:56.399, 2022-08-29 14:32:36.399, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.439--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [77, Helma, Hackmann, null, 2022-09-21 18:05:56.398, 2022-08-29 14:32:36.398, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.439--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [60, Heiko, Hesselbarth, null, 2022-09-21 18:05:56.395, 2022-08-29 14:32:36.395, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.439--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [57, Heribert, Hartfelder, null, 2022-09-21 18:05:56.394, 2022-08-29 14:32:36.394, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.439--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [10, Hieronymus, Hartfelder, null, 2022-09-21 18:05:56.386, 2022-08-29 14:32:36.386, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.439--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, Hertha, Heim, null, 2022-09-21 18:05:56.4, 2022-08-29 14:32:36.4, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.439--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [72, Helena, Hardy, null, 2022-09-21 18:05:56.397, 2022-08-29 14:32:36.397, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.439--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [6, Hasso, Hartig, null, 2022-09-21 18:05:56.385, 2022-08-29 14:32:36.385, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.439--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [18, Helena, Hayek, null, 2022-09-21 18:05:56.387, 2022-08-29 14:32:36.387, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.439--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [76, Hermann, Hache, null, 2022-09-21 18:05:56.398, 2022-08-29 14:32:36.398, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.439--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [15, Hauke, Hamann, null, 2022-09-21 18:05:56.386, 2022-08-29 14:32:36.386, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.439--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [35, Heimo, Hecht, null, 2022-09-21 18:05:56.39, 2022-08-29 14:32:36.39, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.439--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [71, Hauke, Hampe, null, 2022-09-21 18:05:56.397, 2022-08-29 14:32:36.397, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.439--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [32, Helena, Hary, null, 2022-09-21 18:05:56.39, 2022-08-29 14:32:36.39, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.439--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [98, Hannelore, Hampe, null, 2022-09-21 18:05:56.402, 2022-08-29 14:32:36.402, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.439--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [5, Hubert, Hackmann, null, 2022-09-21 18:05:56.385, 2022-08-29 14:32:36.385, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.439--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [7, Helge, Helbig, null, 2022-09-21 18:05:56.385, 2022-08-29 14:32:36.385, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.439--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [91, Hinrich, Helbig, null, 2022-09-21 18:05:56.401, 2022-08-29 14:32:36.401, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.439--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [81, Henrike, Hermann, null, 2022-09-21 18:05:56.399, 2022-08-29 14:32:36.399, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.439--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [56, Harold, Hamburger, null, 2022-09-21 18:05:56.394, 2022-08-29 14:32:36.394, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.44--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [70, Hazel, Heer, null, 2022-09-21 18:05:56.397, 2022-08-29 14:32:36.397, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.44--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [13, Hans, Heidegger, null, 2022-09-21 18:05:56.386, 2022-08-29 14:32:36.386, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.44--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [49, Hauke, Hettner, null, 2022-09-21 18:05:56.393, 2022-08-29 14:32:36.393, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.44--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [99, Heike, Hense, null, 2022-09-21 18:05:56.402, 2022-08-29 14:32:36.402, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.44--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [45, Hedi, Heinichen, null, 2022-09-21 18:05:56.392, 2022-08-29 14:32:36.392, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:16.44--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [41, Hakan, Hermann, null, 2022-09-21 18:05:56.391, 2022-08-29 14:32:36.391, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:16.44--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:16.462--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(91:null:stamps) [junit] [EL Finest]: 2022-09-10 04:19:16.462--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(88:null:cleaning the house) [junit] [EL Finest]: 2022-09-10 04:19:16.462--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(87:null:watching tv) [junit] [EL Finest]: 2022-09-10 04:19:16.462--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(89:null:swimming) [junit] [EL Finest]: 2022-09-10 04:19:16.462--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(85:null:reading) [junit] [EL Finest]: 2022-09-10 04:19:16.462--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(86:null:cooking) [junit] [EL Finest]: 2022-09-10 04:19:16.462--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1c479c86) [junit] [EL Finer]: 2022-09-10 04:19:16.462--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:16.462--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:16.462--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, null, computers] [junit] [EL Fine]: 2022-09-10 04:19:16.462--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [91, null, stamps] [junit] [EL Fine]: 2022-09-10 04:19:16.462--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, null, cleaning the house] [junit] [EL Fine]: 2022-09-10 04:19:16.462--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, null, watching tv] [junit] [EL Fine]: 2022-09-10 04:19:16.462--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, null, swimming] [junit] [EL Fine]: 2022-09-10 04:19:16.462--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, null, reading] [junit] [EL Fine]: 2022-09-10 04:19:16.462--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, null, cooking] [junit] [EL Finer]: 2022-09-10 04:19:16.462--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:16.464--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@47893392) [junit] [EL Finest]: 2022-09-10 04:19:16.464--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@80cb5f6) [junit] [EL Finest]: 2022-09-10 04:19:16.464--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3b5811d3) [junit] [EL Finest]: 2022-09-10 04:19:16.464--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7c972748) [junit] [EL Finest]: 2022-09-10 04:19:16.464--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4022fef2) [junit] [EL Finest]: 2022-09-10 04:19:16.464--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@8080f48) [junit] [EL Finest]: 2022-09-10 04:19:16.464--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@355a4108) [junit] [EL Finest]: 2022-09-10 04:19:16.464--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5c43f48f) [junit] [EL Finest]: 2022-09-10 04:19:16.464--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6f14bc87) [junit] [EL Finest]: 2022-09-10 04:19:16.464--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@699ae22e) [junit] [EL Finest]: 2022-09-10 04:19:16.464--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5d38011e) [junit] [EL Finest]: 2022-09-10 04:19:16.464--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@79c5de78) [junit] [EL Finest]: 2022-09-10 04:19:16.464--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@75321ba4) [junit] [EL Finest]: 2022-09-10 04:19:16.465--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4df1e60) [junit] [EL Finest]: 2022-09-10 04:19:16.465--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@8c7d34d) [junit] [EL Finest]: 2022-09-10 04:19:16.465--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6315cb3c) [junit] [EL Finest]: 2022-09-10 04:19:16.465--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@717e4047) [junit] [EL Finest]: 2022-09-10 04:19:16.465--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5e84478) [junit] [EL Finest]: 2022-09-10 04:19:16.465--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@36c7c2e5) [junit] [EL Finest]: 2022-09-10 04:19:16.465--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6cc52eb1) [junit] [EL Finest]: 2022-09-10 04:19:16.465--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@223bbda6) [junit] [EL Finest]: 2022-09-10 04:19:16.465--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6c26f80e) [junit] [EL Finest]: 2022-09-10 04:19:16.465--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4a38c42e) [junit] [EL Finest]: 2022-09-10 04:19:16.465--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@74694f06) [junit] [EL Finest]: 2022-09-10 04:19:16.465--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6ce7fb0c) [junit] [EL Finest]: 2022-09-10 04:19:16.465--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@650c9a94) [junit] [EL Finest]: 2022-09-10 04:19:16.465--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@75ab999f) [junit] [EL Finest]: 2022-09-10 04:19:16.466--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1f6b8c1f) [junit] [EL Finest]: 2022-09-10 04:19:16.466--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1b9e0eb0) [junit] [EL Finest]: 2022-09-10 04:19:16.466--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7db205ba) [junit] [EL Finest]: 2022-09-10 04:19:16.466--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4fda9835) [junit] [EL Finest]: 2022-09-10 04:19:16.466--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3362b33c) [junit] [EL Finest]: 2022-09-10 04:19:16.466--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@77aa94d4) [junit] [EL Finest]: 2022-09-10 04:19:16.466--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4a256169) [junit] [EL Finest]: 2022-09-10 04:19:16.466--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@512db6a1) [junit] [EL Finest]: 2022-09-10 04:19:16.466--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@36f21194) [junit] [EL Finest]: 2022-09-10 04:19:16.466--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@471a163a) [junit] [EL Finest]: 2022-09-10 04:19:16.466--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@136e1533) [junit] [EL Finest]: 2022-09-10 04:19:16.466--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4262ac5e) [junit] [EL Finest]: 2022-09-10 04:19:16.466--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5c13e774) [junit] [EL Finest]: 2022-09-10 04:19:16.466--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@77810475) [junit] [EL Finest]: 2022-09-10 04:19:16.466--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6080eac7) [junit] [EL Finest]: 2022-09-10 04:19:16.467--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@10b954f7) [junit] [EL Finest]: 2022-09-10 04:19:16.467--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5acd137c) [junit] [EL Finest]: 2022-09-10 04:19:16.467--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@236b89e4) [junit] [EL Finest]: 2022-09-10 04:19:16.467--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6aa70f5b) [junit] [EL Finest]: 2022-09-10 04:19:16.467--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5ff37957) [junit] [EL Finest]: 2022-09-10 04:19:16.467--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1ae60fb5) [junit] [EL Finest]: 2022-09-10 04:19:16.467--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@7cce8f93) [junit] [EL Finest]: 2022-09-10 04:19:16.467--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@671f8e4a) [junit] [EL Finest]: 2022-09-10 04:19:16.467--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6376db97) [junit] [EL Finest]: 2022-09-10 04:19:16.467--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@180aca39) [junit] [EL Finest]: 2022-09-10 04:19:16.467--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@31e1a699) [junit] [EL Finest]: 2022-09-10 04:19:16.467--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4717bdb3) [junit] [EL Finest]: 2022-09-10 04:19:16.467--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@64ea9235) [junit] [EL Finest]: 2022-09-10 04:19:16.467--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6da69c15) [junit] [EL Finest]: 2022-09-10 04:19:16.467--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@10151ecd) [junit] [EL Finest]: 2022-09-10 04:19:16.468--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6bbced25) [junit] [EL Finest]: 2022-09-10 04:19:16.468--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2eaf17c5) [junit] [EL Finest]: 2022-09-10 04:19:16.468--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1c3455e5) [junit] [EL Finest]: 2022-09-10 04:19:16.468--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@9ed1f3f) [junit] [EL Finest]: 2022-09-10 04:19:16.468--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2ed0f3ec) [junit] [EL Finest]: 2022-09-10 04:19:16.468--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@35108825) [junit] [EL Finest]: 2022-09-10 04:19:16.468--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@26b63bbb) [junit] [EL Finest]: 2022-09-10 04:19:16.468--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2bae60e8) [junit] [EL Finest]: 2022-09-10 04:19:16.468--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@319c6f69) [junit] [EL Finest]: 2022-09-10 04:19:16.468--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5607f2fc) [junit] [EL Finest]: 2022-09-10 04:19:16.468--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5bd43a59) [junit] [EL Finest]: 2022-09-10 04:19:16.468--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2793fafa) [junit] [EL Finest]: 2022-09-10 04:19:16.468--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1f82267e) [junit] [EL Finest]: 2022-09-10 04:19:16.468--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6af12899) [junit] [EL Finest]: 2022-09-10 04:19:16.468--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@32f40c92) [junit] [EL Finest]: 2022-09-10 04:19:16.469--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4111c29d) [junit] [EL Finest]: 2022-09-10 04:19:16.469--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@1dd8774c) [junit] [EL Finest]: 2022-09-10 04:19:16.469--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@710b37c0) [junit] [EL Finest]: 2022-09-10 04:19:16.469--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@c90bda8) [junit] [EL Finest]: 2022-09-10 04:19:16.469--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@2290ca46) [junit] [EL Finest]: 2022-09-10 04:19:16.469--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4ddc0962) [junit] [EL Finest]: 2022-09-10 04:19:16.469--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@32bfd243) [junit] [EL Finest]: 2022-09-10 04:19:16.469--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@797f26ce) [junit] [EL Finest]: 2022-09-10 04:19:16.469--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@24bbe1de) [junit] [EL Finest]: 2022-09-10 04:19:16.469--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@239e7554) [junit] [EL Finest]: 2022-09-10 04:19:16.469--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@755a9187) [junit] [EL Finest]: 2022-09-10 04:19:16.469--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@151391ad) [junit] [EL Finest]: 2022-09-10 04:19:16.469--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@3d4bf0dc) [junit] [EL Finest]: 2022-09-10 04:19:16.469--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@554159c5) [junit] [EL Finest]: 2022-09-10 04:19:16.469--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@5d1915d1) [junit] [EL Finest]: 2022-09-10 04:19:16.47--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@39093a4a) [junit] [EL Finest]: 2022-09-10 04:19:16.47--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@16c69c47) [junit] [EL Finest]: 2022-09-10 04:19:16.47--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4d2f087a) [junit] [EL Finest]: 2022-09-10 04:19:16.47--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@44cb66af) [junit] [EL Finest]: 2022-09-10 04:19:16.47--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@b82b59c) [junit] [EL Finest]: 2022-09-10 04:19:16.47--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@54d4c35f) [junit] [EL Finest]: 2022-09-10 04:19:16.47--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6e5d37c0) [junit] [EL Finest]: 2022-09-10 04:19:16.47--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@6caef908) [junit] [EL Finest]: 2022-09-10 04:19:16.47--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@746be7ac) [junit] [EL Finest]: 2022-09-10 04:19:16.47--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4ec16868) [junit] [EL Finest]: 2022-09-10 04:19:16.47--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@4df95b03) [junit] [EL Finest]: 2022-09-10 04:19:16.47--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.MotorVehicle@68a6e236) [junit] [EL Finest]: 2022-09-10 04:19:16.47--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:16.47--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:16.47--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, VERSION, EMPLOYEE_ID, DTYPE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:16.471--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1267, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.471--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1287, foo-car, null, null, null, null, 1, 90, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.471--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1354, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.471--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1350, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.471--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1278, foo-car, null, null, null, null, 1, 98, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.471--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1333, foo-car, null, null, null, null, 1, 26, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.471--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1352, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.471--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1339, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.471--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1265, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.471--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1286, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.471--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1362, foo-car, null, null, null, null, 1, 0, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.471--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1280, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.471--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1315, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.471--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1305, foo-car, null, null, null, null, 1, 36, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.471--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1334, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.471--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1281, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.471--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1323, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.471--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1360, foo-car, null, null, null, null, 1, 70, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.471--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1357, foo-car, null, null, null, null, 1, 44, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.471--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1298, foo-car, null, null, null, null, 1, 94, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.471--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1338, foo-car, null, null, null, null, 1, 6, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.471--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1318, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.471--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1284, foo-car, null, null, null, null, 1, 46, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.471--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1276, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.471--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1324, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.471--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1316, foo-car, null, null, null, null, 1, 60, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.471--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1302, foo-car, null, null, null, null, 1, 12, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.471--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1273, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.471--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1307, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.471--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1303, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.471--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1293, foo-car, null, null, null, null, 1, 88, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.471--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1340, foo-car, null, null, null, null, 1, 40, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.471--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1351, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.471--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1363, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.472--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1311, foo-car, null, null, null, null, 1, 82, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.472--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1279, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.472--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1361, foo-car, null, null, null, null, 1, 20, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.472--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1308, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.472--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1355, foo-car, null, null, null, null, 1, 80, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.472--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1322, foo-car, null, null, null, null, 1, 38, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.472--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1296, foo-car, null, null, null, null, 1, 56, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.472--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1341, foo-car, null, null, null, null, 1, 34, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.472--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1299, foo-car, null, null, null, null, 1, 10, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.472--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1329, foo-car, null, null, null, null, 1, 32, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.472--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1285, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.472--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1300, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.472--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1266, foo-car, null, null, null, null, 1, 96, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.472--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1330, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.472--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1332, foo-car, null, null, null, null, 1, 92, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.472--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1347, foo-car, null, null, null, null, 1, 42, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.472--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1269, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.472--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1277, foo-car, null, null, null, null, 1, 84, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.472--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1314, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.472--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1297, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.472--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1336, foo-car, null, null, null, null, 1, 48, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.472--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1290, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.472--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1335, foo-car, null, null, null, null, 1, 14, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.472--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1337, foo-car, null, null, null, null, 1, 18, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.472--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1349, foo-car, null, null, null, null, 1, 64, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.472--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1295, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.472--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1288, foo-car, null, null, null, null, 1, 24, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.472--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1310, foo-car, null, null, null, null, 1, 66, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.472--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1289, foo-car, null, null, null, null, 1, 86, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.472--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1270, foo-car, null, null, null, null, 1, 4, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.472--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1320, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.472--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1304, foo-car, null, null, null, null, 1, 76, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.472--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1345, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.472--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1331, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.472--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1356, foo-car, null, null, null, null, 1, 78, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.473--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1264, foo-car, null, null, null, null, 1, 52, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.473--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1301, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.473--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1291, foo-car, null, null, null, null, 1, 16, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.473--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1342, foo-car, null, null, null, null, 1, 50, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.473--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1326, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.473--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1353, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.473--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1283, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.473--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1327, foo-car, null, null, null, null, 1, 8, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.473--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1309, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.473--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1275, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.473--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1328, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.473--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1313, foo-car, null, null, null, null, 1, 54, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.473--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1268, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.473--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1346, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.473--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1319, foo-car, null, null, null, null, 1, 30, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.473--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1271, foo-car, null, null, null, null, 1, 28, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.473--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1321, foo-car, null, null, null, null, 1, 62, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.473--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1343, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.473--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1312, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.473--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1348, foo-car, null, null, null, null, 1, 2, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.473--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1325, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.473--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1282, foo-car, null, null, null, null, 1, 68, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.473--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1274, foo-car, null, null, null, null, 1, 72, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.473--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1359, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.473--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1292, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.473--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1272, foo-car, null, null, null, null, 1, 74, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.473--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1317, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.473--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1306, foo-car, null, null, null, null, 1, 22, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.473--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1344, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.473--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1294, foo-car, null, null, null, null, 1, 58, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.473--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1358, foo-car, null, null, null, null, 1, null, 91] [junit] [EL Finer]: 2022-09-10 04:19:16.474--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:16.489--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.489--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.489--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.489--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.489--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.489--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.489--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.49--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.49--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.49--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.49--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.49--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.49--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.49--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.49--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.49--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.49--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.49--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.49--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.49--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.49--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.49--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.49--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.49--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.49--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.49--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.49--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.49--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.49--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.49--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.49--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.49--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.49--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.49--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.49--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.49--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.491--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.491--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.491--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.491--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.491--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.491--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.491--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.491--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.491--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.491--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.491--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.491--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.491--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.491--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:16.491--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:16.499--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:16.499--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [27, 1367] [junit] [EL Fine]: 2022-09-10 04:19:16.499--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [33, 1367] [junit] [EL Fine]: 2022-09-10 04:19:16.499--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [37, 1367] [junit] [EL Fine]: 2022-09-10 04:19:16.499--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [43, 1367] [junit] [EL Fine]: 2022-09-10 04:19:16.499--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [45, 1367] [junit] [EL Fine]: 2022-09-10 04:19:16.499--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [47, 1367] [junit] [EL Fine]: 2022-09-10 04:19:16.499--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [55, 1367] [junit] [EL Fine]: 2022-09-10 04:19:16.499--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [63, 1367] [junit] [EL Fine]: 2022-09-10 04:19:16.499--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [67, 1367] [junit] [EL Fine]: 2022-09-10 04:19:16.499--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [69, 1367] [junit] [EL Fine]: 2022-09-10 04:19:16.5--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [71, 1367] [junit] [EL Fine]: 2022-09-10 04:19:16.5--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 1367] [junit] [EL Fine]: 2022-09-10 04:19:16.5--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [91, 1367] [junit] [EL Fine]: 2022-09-10 04:19:16.5--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [3, 1364] [junit] [EL Fine]: 2022-09-10 04:19:16.5--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [19, 1364] [junit] [EL Fine]: 2022-09-10 04:19:16.5--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [25, 1364] [junit] [EL Fine]: 2022-09-10 04:19:16.5--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [29, 1364] [junit] [EL Fine]: 2022-09-10 04:19:16.5--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [31, 1364] [junit] [EL Fine]: 2022-09-10 04:19:16.5--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [39, 1364] [junit] [EL Fine]: 2022-09-10 04:19:16.5--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [73, 1364] [junit] [EL Fine]: 2022-09-10 04:19:16.5--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [79, 1364] [junit] [EL Fine]: 2022-09-10 04:19:16.5--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [81, 1364] [junit] [EL Fine]: 2022-09-10 04:19:16.5--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [95, 1364] [junit] [EL Fine]: 2022-09-10 04:19:16.5--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [1, 1366] [junit] [EL Fine]: 2022-09-10 04:19:16.5--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [5, 1366] [junit] [EL Fine]: 2022-09-10 04:19:16.5--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [9, 1366] [junit] [EL Fine]: 2022-09-10 04:19:16.5--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [11, 1366] [junit] [EL Fine]: 2022-09-10 04:19:16.5--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [17, 1366] [junit] [EL Fine]: 2022-09-10 04:19:16.5--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [21, 1366] [junit] [EL Fine]: 2022-09-10 04:19:16.5--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [23, 1366] [junit] [EL Fine]: 2022-09-10 04:19:16.5--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [61, 1366] [junit] [EL Fine]: 2022-09-10 04:19:16.5--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [75, 1366] [junit] [EL Fine]: 2022-09-10 04:19:16.5--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [77, 1366] [junit] [EL Fine]: 2022-09-10 04:19:16.5--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [83, 1366] [junit] [EL Fine]: 2022-09-10 04:19:16.5--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [97, 1366] [junit] [EL Fine]: 2022-09-10 04:19:16.5--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [7, 1365] [junit] [EL Fine]: 2022-09-10 04:19:16.5--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [13, 1365] [junit] [EL Fine]: 2022-09-10 04:19:16.5--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [15, 1365] [junit] [EL Fine]: 2022-09-10 04:19:16.5--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [35, 1365] [junit] [EL Fine]: 2022-09-10 04:19:16.5--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [41, 1365] [junit] [EL Fine]: 2022-09-10 04:19:16.5--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [49, 1365] [junit] [EL Fine]: 2022-09-10 04:19:16.5--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [51, 1365] [junit] [EL Fine]: 2022-09-10 04:19:16.5--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [53, 1365] [junit] [EL Fine]: 2022-09-10 04:19:16.5--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [57, 1365] [junit] [EL Fine]: 2022-09-10 04:19:16.5--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [59, 1365] [junit] [EL Fine]: 2022-09-10 04:19:16.5--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [65, 1365] [junit] [EL Fine]: 2022-09-10 04:19:16.5--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 1365] [junit] [EL Fine]: 2022-09-10 04:19:16.501--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 1365] [junit] [EL Fine]: 2022-09-10 04:19:16.501--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [93, 1365] [junit] [EL Fine]: 2022-09-10 04:19:16.501--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [99, 1365] [junit] [EL Finer]: 2022-09-10 04:19:16.501--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:16.508--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.508--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.508--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.508--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.509--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.509--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.509--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.509--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.509--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.509--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.509--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.509--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.509--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.509--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.509--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.509--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.509--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.509--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.509--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.509--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.509--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.509--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.509--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.509--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.509--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.509--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.509--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.509--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.542--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.542--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.542--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.542--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.542--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.542--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.543--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.543--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.543--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.543--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.543--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.543--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.543--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.543--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.543--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.543--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.543--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.543--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.543--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.543--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.543--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.543--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.543--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.543--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.543--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.543--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.543--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.543--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.543--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.543--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.543--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.543--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.543--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.543--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.543--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.544--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.544--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.544--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.544--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.544--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.544--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.544--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.544--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.544--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.544--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.544--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.544--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.544--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.544--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.544--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.544--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.544--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.544--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.544--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.544--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.544--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.544--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.544--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.544--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.544--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.544--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.544--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.544--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.544--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.544--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.545--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.545--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.545--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.545--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.545--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.545--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.545--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:16.545--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:16.545--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:16.545--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 78] [junit] [EL Fine]: 2022-09-10 04:19:16.545--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 78] [junit] [EL Fine]: 2022-09-10 04:19:16.545--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 78] [junit] [EL Fine]: 2022-09-10 04:19:16.545--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 78] [junit] [EL Fine]: 2022-09-10 04:19:16.545--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 78] [junit] [EL Fine]: 2022-09-10 04:19:16.545--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 28] [junit] [EL Fine]: 2022-09-10 04:19:16.545--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 28] [junit] [EL Fine]: 2022-09-10 04:19:16.545--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 28] [junit] [EL Fine]: 2022-09-10 04:19:16.545--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 28] [junit] [EL Fine]: 2022-09-10 04:19:16.545--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 28] [junit] [EL Fine]: 2022-09-10 04:19:16.545--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 83] [junit] [EL Fine]: 2022-09-10 04:19:16.545--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 83] [junit] [EL Fine]: 2022-09-10 04:19:16.545--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 83] [junit] [EL Fine]: 2022-09-10 04:19:16.545--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 83] [junit] [EL Fine]: 2022-09-10 04:19:16.545--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 83] [junit] [EL Fine]: 2022-09-10 04:19:16.545--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 50] [junit] [EL Fine]: 2022-09-10 04:19:16.545--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 50] [junit] [EL Fine]: 2022-09-10 04:19:16.545--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 50] [junit] [EL Fine]: 2022-09-10 04:19:16.545--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 50] [junit] [EL Fine]: 2022-09-10 04:19:16.545--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 50] [junit] [EL Fine]: 2022-09-10 04:19:16.545--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 51] [junit] [EL Fine]: 2022-09-10 04:19:16.545--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 51] [junit] [EL Fine]: 2022-09-10 04:19:16.545--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 51] [junit] [EL Fine]: 2022-09-10 04:19:16.545--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 51] [junit] [EL Fine]: 2022-09-10 04:19:16.545--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 51] [junit] [EL Fine]: 2022-09-10 04:19:16.545--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 46] [junit] [EL Fine]: 2022-09-10 04:19:16.546--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 46] [junit] [EL Fine]: 2022-09-10 04:19:16.546--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 46] [junit] [EL Fine]: 2022-09-10 04:19:16.546--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 46] [junit] [EL Fine]: 2022-09-10 04:19:16.546--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 46] [junit] [EL Fine]: 2022-09-10 04:19:16.546--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 82] [junit] [EL Fine]: 2022-09-10 04:19:16.546--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 82] [junit] [EL Fine]: 2022-09-10 04:19:16.546--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 82] [junit] [EL Fine]: 2022-09-10 04:19:16.546--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 82] [junit] [EL Fine]: 2022-09-10 04:19:16.546--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 82] [junit] [EL Fine]: 2022-09-10 04:19:16.546--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 36] [junit] [EL Fine]: 2022-09-10 04:19:16.546--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 36] [junit] [EL Fine]: 2022-09-10 04:19:16.546--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 36] [junit] [EL Fine]: 2022-09-10 04:19:16.546--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 36] [junit] [EL Fine]: 2022-09-10 04:19:16.546--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 36] [junit] [EL Fine]: 2022-09-10 04:19:16.546--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 58] [junit] [EL Fine]: 2022-09-10 04:19:16.546--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 58] [junit] [EL Fine]: 2022-09-10 04:19:16.546--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 58] [junit] [EL Fine]: 2022-09-10 04:19:16.546--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 58] [junit] [EL Fine]: 2022-09-10 04:19:16.546--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 58] [junit] [EL Fine]: 2022-09-10 04:19:16.546--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 43] [junit] [EL Fine]: 2022-09-10 04:19:16.546--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 43] [junit] [EL Fine]: 2022-09-10 04:19:16.546--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 43] [junit] [EL Fine]: 2022-09-10 04:19:16.546--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 43] [junit] [EL Fine]: 2022-09-10 04:19:16.546--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 43] [junit] [EL Fine]: 2022-09-10 04:19:16.546--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 59] [junit] [EL Fine]: 2022-09-10 04:19:16.546--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 59] [junit] [EL Fine]: 2022-09-10 04:19:16.546--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 59] [junit] [EL Fine]: 2022-09-10 04:19:16.546--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 59] [junit] [EL Fine]: 2022-09-10 04:19:16.546--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 59] [junit] [EL Fine]: 2022-09-10 04:19:16.546--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 20] [junit] [EL Fine]: 2022-09-10 04:19:16.546--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 20] [junit] [EL Fine]: 2022-09-10 04:19:16.546--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 20] [junit] [EL Fine]: 2022-09-10 04:19:16.546--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 20] [junit] [EL Fine]: 2022-09-10 04:19:16.546--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 20] [junit] [EL Fine]: 2022-09-10 04:19:16.546--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 75] [junit] [EL Fine]: 2022-09-10 04:19:16.546--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 75] [junit] [EL Fine]: 2022-09-10 04:19:16.546--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 75] [junit] [EL Fine]: 2022-09-10 04:19:16.547--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 75] [junit] [EL Fine]: 2022-09-10 04:19:16.547--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 75] [junit] [EL Fine]: 2022-09-10 04:19:16.547--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 9] [junit] [EL Fine]: 2022-09-10 04:19:16.547--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 9] [junit] [EL Fine]: 2022-09-10 04:19:16.547--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 9] [junit] [EL Fine]: 2022-09-10 04:19:16.547--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 9] [junit] [EL Fine]: 2022-09-10 04:19:16.547--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 9] [junit] [EL Fine]: 2022-09-10 04:19:16.547--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 2] [junit] [EL Fine]: 2022-09-10 04:19:16.547--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 2] [junit] [EL Fine]: 2022-09-10 04:19:16.547--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 2] [junit] [EL Fine]: 2022-09-10 04:19:16.547--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 2] [junit] [EL Fine]: 2022-09-10 04:19:16.547--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 2] [junit] [EL Fine]: 2022-09-10 04:19:16.547--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 73] [junit] [EL Fine]: 2022-09-10 04:19:16.547--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 73] [junit] [EL Fine]: 2022-09-10 04:19:16.547--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 73] [junit] [EL Fine]: 2022-09-10 04:19:16.547--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 73] [junit] [EL Fine]: 2022-09-10 04:19:16.547--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 73] [junit] [EL Fine]: 2022-09-10 04:19:16.547--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 21] [junit] [EL Fine]: 2022-09-10 04:19:16.547--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 21] [junit] [EL Fine]: 2022-09-10 04:19:16.547--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 21] [junit] [EL Fine]: 2022-09-10 04:19:16.547--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 21] [junit] [EL Fine]: 2022-09-10 04:19:16.547--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 21] [junit] [EL Fine]: 2022-09-10 04:19:16.547--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 17] [junit] [EL Fine]: 2022-09-10 04:19:16.547--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 17] [junit] [EL Fine]: 2022-09-10 04:19:16.547--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 17] [junit] [EL Fine]: 2022-09-10 04:19:16.547--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 17] [junit] [EL Fine]: 2022-09-10 04:19:16.547--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 17] [junit] [EL Fine]: 2022-09-10 04:19:16.547--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 42] [junit] [EL Fine]: 2022-09-10 04:19:16.547--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 42] [junit] [EL Fine]: 2022-09-10 04:19:16.547--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 42] [junit] [EL Fine]: 2022-09-10 04:19:16.547--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 42] [junit] [EL Fine]: 2022-09-10 04:19:16.547--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 42] [junit] [EL Fine]: 2022-09-10 04:19:16.547--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 38] [junit] [EL Fine]: 2022-09-10 04:19:16.547--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 38] [junit] [EL Fine]: 2022-09-10 04:19:16.547--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 38] [junit] [EL Fine]: 2022-09-10 04:19:16.547--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 38] [junit] [EL Fine]: 2022-09-10 04:19:16.547--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 38] [junit] [EL Finer]: 2022-09-10 04:19:16.547--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:16.564--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.564--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.564--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.564--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.564--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.564--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.564--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.565--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.565--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.565--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.565--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.565--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.565--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.565--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.565--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.565--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.565--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.565--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.565--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.565--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.565--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.565--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.565--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.565--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.565--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.565--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.565--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.565--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.565--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.565--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.565--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.565--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.565--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.565--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.565--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.565--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.566--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.566--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.566--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.566--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.566--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.566--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.566--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.566--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.566--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.566--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.566--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.566--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.566--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.566--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.566--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.566--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.566--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.566--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.566--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.566--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.566--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.566--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.566--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.566--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.566--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.566--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.566--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.566--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.567--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.567--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.567--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.567--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.567--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.567--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.567--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.567--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.567--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.567--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.567--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.567--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.567--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.567--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.567--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.567--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.567--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.567--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.567--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.567--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.567--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.567--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.567--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.567--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.567--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.567--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.567--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.567--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.567--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.567--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.568--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.568--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.568--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.568--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.568--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.568--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:16.568--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:16.568--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:16.568--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 88] [junit] [EL Fine]: 2022-09-10 04:19:16.568--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 88] [junit] [EL Fine]: 2022-09-10 04:19:16.568--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 88] [junit] [EL Fine]: 2022-09-10 04:19:16.568--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 88] [junit] [EL Fine]: 2022-09-10 04:19:16.568--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 88] [junit] [EL Fine]: 2022-09-10 04:19:16.568--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 48] [junit] [EL Fine]: 2022-09-10 04:19:16.568--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 48] [junit] [EL Fine]: 2022-09-10 04:19:16.568--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 48] [junit] [EL Fine]: 2022-09-10 04:19:16.568--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 48] [junit] [EL Fine]: 2022-09-10 04:19:16.568--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 48] [junit] [EL Fine]: 2022-09-10 04:19:16.568--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 34] [junit] [EL Fine]: 2022-09-10 04:19:16.568--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 34] [junit] [EL Fine]: 2022-09-10 04:19:16.568--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 34] [junit] [EL Fine]: 2022-09-10 04:19:16.568--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 34] [junit] [EL Fine]: 2022-09-10 04:19:16.568--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 34] [junit] [EL Fine]: 2022-09-10 04:19:16.568--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 25] [junit] [EL Fine]: 2022-09-10 04:19:16.568--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 25] [junit] [EL Fine]: 2022-09-10 04:19:16.568--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 25] [junit] [EL Fine]: 2022-09-10 04:19:16.568--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 25] [junit] [EL Fine]: 2022-09-10 04:19:16.568--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 25] [junit] [EL Fine]: 2022-09-10 04:19:16.568--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 23] [junit] [EL Fine]: 2022-09-10 04:19:16.568--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 23] [junit] [EL Fine]: 2022-09-10 04:19:16.568--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 23] [junit] [EL Fine]: 2022-09-10 04:19:16.568--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 23] [junit] [EL Fine]: 2022-09-10 04:19:16.568--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 23] [junit] [EL Fine]: 2022-09-10 04:19:16.568--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 92] [junit] [EL Fine]: 2022-09-10 04:19:16.568--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 92] [junit] [EL Fine]: 2022-09-10 04:19:16.569--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 92] [junit] [EL Fine]: 2022-09-10 04:19:16.569--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 92] [junit] [EL Fine]: 2022-09-10 04:19:16.569--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 92] [junit] [EL Fine]: 2022-09-10 04:19:16.569--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 37] [junit] [EL Fine]: 2022-09-10 04:19:16.569--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 37] [junit] [EL Fine]: 2022-09-10 04:19:16.569--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 37] [junit] [EL Fine]: 2022-09-10 04:19:16.569--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 37] [junit] [EL Fine]: 2022-09-10 04:19:16.569--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 37] [junit] [EL Fine]: 2022-09-10 04:19:16.569--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 65] [junit] [EL Fine]: 2022-09-10 04:19:16.569--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 65] [junit] [EL Fine]: 2022-09-10 04:19:16.569--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 65] [junit] [EL Fine]: 2022-09-10 04:19:16.569--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 65] [junit] [EL Fine]: 2022-09-10 04:19:16.569--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 65] [junit] [EL Fine]: 2022-09-10 04:19:16.569--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 4] [junit] [EL Fine]: 2022-09-10 04:19:16.569--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 4] [junit] [EL Fine]: 2022-09-10 04:19:16.569--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 4] [junit] [EL Fine]: 2022-09-10 04:19:16.569--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 4] [junit] [EL Fine]: 2022-09-10 04:19:16.569--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 4] [junit] [EL Fine]: 2022-09-10 04:19:16.569--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 26] [junit] [EL Fine]: 2022-09-10 04:19:16.569--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 26] [junit] [EL Fine]: 2022-09-10 04:19:16.569--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 26] [junit] [EL Fine]: 2022-09-10 04:19:16.569--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 26] [junit] [EL Fine]: 2022-09-10 04:19:16.569--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 26] [junit] [EL Fine]: 2022-09-10 04:19:16.569--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 16] [junit] [EL Fine]: 2022-09-10 04:19:16.569--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 16] [junit] [EL Fine]: 2022-09-10 04:19:16.569--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 16] [junit] [EL Fine]: 2022-09-10 04:19:16.569--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 16] [junit] [EL Fine]: 2022-09-10 04:19:16.569--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 16] [junit] [EL Fine]: 2022-09-10 04:19:16.569--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 47] [junit] [EL Fine]: 2022-09-10 04:19:16.569--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 47] [junit] [EL Fine]: 2022-09-10 04:19:16.569--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 47] [junit] [EL Fine]: 2022-09-10 04:19:16.569--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 47] [junit] [EL Fine]: 2022-09-10 04:19:16.569--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 47] [junit] [EL Fine]: 2022-09-10 04:19:16.569--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 67] [junit] [EL Fine]: 2022-09-10 04:19:16.569--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 67] [junit] [EL Fine]: 2022-09-10 04:19:16.569--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 67] [junit] [EL Fine]: 2022-09-10 04:19:16.57--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 67] [junit] [EL Fine]: 2022-09-10 04:19:16.57--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 67] [junit] [EL Fine]: 2022-09-10 04:19:16.57--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 96] [junit] [EL Fine]: 2022-09-10 04:19:16.57--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 96] [junit] [EL Fine]: 2022-09-10 04:19:16.57--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 96] [junit] [EL Fine]: 2022-09-10 04:19:16.57--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 96] [junit] [EL Fine]: 2022-09-10 04:19:16.57--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 96] [junit] [EL Fine]: 2022-09-10 04:19:16.57--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 64] [junit] [EL Fine]: 2022-09-10 04:19:16.57--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 64] [junit] [EL Fine]: 2022-09-10 04:19:16.57--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 64] [junit] [EL Fine]: 2022-09-10 04:19:16.57--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 64] [junit] [EL Fine]: 2022-09-10 04:19:16.57--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 64] [junit] [EL Fine]: 2022-09-10 04:19:16.57--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 84] [junit] [EL Fine]: 2022-09-10 04:19:16.57--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 84] [junit] [EL Fine]: 2022-09-10 04:19:16.57--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 84] [junit] [EL Fine]: 2022-09-10 04:19:16.57--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 84] [junit] [EL Fine]: 2022-09-10 04:19:16.57--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 84] [junit] [EL Fine]: 2022-09-10 04:19:16.57--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 79] [junit] [EL Fine]: 2022-09-10 04:19:16.57--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 79] [junit] [EL Fine]: 2022-09-10 04:19:16.57--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 79] [junit] [EL Fine]: 2022-09-10 04:19:16.57--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 79] [junit] [EL Fine]: 2022-09-10 04:19:16.57--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 79] [junit] [EL Fine]: 2022-09-10 04:19:16.57--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 94] [junit] [EL Fine]: 2022-09-10 04:19:16.57--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 94] [junit] [EL Fine]: 2022-09-10 04:19:16.57--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 94] [junit] [EL Fine]: 2022-09-10 04:19:16.57--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 94] [junit] [EL Fine]: 2022-09-10 04:19:16.57--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 94] [junit] [EL Fine]: 2022-09-10 04:19:16.57--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 69] [junit] [EL Fine]: 2022-09-10 04:19:16.57--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 69] [junit] [EL Fine]: 2022-09-10 04:19:16.57--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 69] [junit] [EL Fine]: 2022-09-10 04:19:16.57--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 69] [junit] [EL Fine]: 2022-09-10 04:19:16.57--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 69] [junit] [EL Fine]: 2022-09-10 04:19:16.57--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 31] [junit] [EL Fine]: 2022-09-10 04:19:16.57--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 31] [junit] [EL Fine]: 2022-09-10 04:19:16.57--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 31] [junit] [EL Fine]: 2022-09-10 04:19:16.57--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 31] [junit] [EL Fine]: 2022-09-10 04:19:16.57--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 31] [junit] [EL Finer]: 2022-09-10 04:19:16.571--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:16.586--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.586--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.586--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.586--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.586--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.586--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.586--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.586--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.586--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.586--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.586--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.586--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.586--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.586--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.586--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.586--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.586--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.587--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.587--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.587--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.587--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.587--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.587--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.587--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.587--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.587--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.587--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.587--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.587--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.587--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.587--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.587--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.587--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.587--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.587--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.587--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.587--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.587--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.587--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.587--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.588--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.588--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.588--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.588--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.588--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.588--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.588--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.588--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.588--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.588--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.588--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.588--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.588--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.588--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.588--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.588--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.588--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.588--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.588--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.588--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.588--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.588--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.588--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.588--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.588--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.588--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.589--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.589--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.589--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.589--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.589--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.589--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.589--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.589--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.589--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.589--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.589--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.589--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.589--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.589--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.589--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.589--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.589--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.589--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.589--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.589--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.589--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.589--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.589--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.589--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.589--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.589--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.589--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.589--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.589--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.589--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.59--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.59--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.59--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.59--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:16.59--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:16.59--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:16.59--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 53] [junit] [EL Fine]: 2022-09-10 04:19:16.59--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 53] [junit] [EL Fine]: 2022-09-10 04:19:16.59--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 53] [junit] [EL Fine]: 2022-09-10 04:19:16.59--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 53] [junit] [EL Fine]: 2022-09-10 04:19:16.59--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 53] [junit] [EL Fine]: 2022-09-10 04:19:16.59--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 63] [junit] [EL Fine]: 2022-09-10 04:19:16.59--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 63] [junit] [EL Fine]: 2022-09-10 04:19:16.59--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 63] [junit] [EL Fine]: 2022-09-10 04:19:16.59--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 63] [junit] [EL Fine]: 2022-09-10 04:19:16.59--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 63] [junit] [EL Fine]: 2022-09-10 04:19:16.59--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 24] [junit] [EL Fine]: 2022-09-10 04:19:16.59--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 24] [junit] [EL Fine]: 2022-09-10 04:19:16.59--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 24] [junit] [EL Fine]: 2022-09-10 04:19:16.59--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 24] [junit] [EL Fine]: 2022-09-10 04:19:16.59--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 24] [junit] [EL Fine]: 2022-09-10 04:19:16.59--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 95] [junit] [EL Fine]: 2022-09-10 04:19:16.59--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 95] [junit] [EL Fine]: 2022-09-10 04:19:16.59--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 95] [junit] [EL Fine]: 2022-09-10 04:19:16.59--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 95] [junit] [EL Fine]: 2022-09-10 04:19:16.59--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 95] [junit] [EL Fine]: 2022-09-10 04:19:16.59--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 44] [junit] [EL Fine]: 2022-09-10 04:19:16.59--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 44] [junit] [EL Fine]: 2022-09-10 04:19:16.59--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 44] [junit] [EL Fine]: 2022-09-10 04:19:16.59--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 44] [junit] [EL Fine]: 2022-09-10 04:19:16.59--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 44] [junit] [EL Fine]: 2022-09-10 04:19:16.59--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 33] [junit] [EL Fine]: 2022-09-10 04:19:16.59--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 33] [junit] [EL Fine]: 2022-09-10 04:19:16.59--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 33] [junit] [EL Fine]: 2022-09-10 04:19:16.591--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 33] [junit] [EL Fine]: 2022-09-10 04:19:16.591--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 33] [junit] [EL Fine]: 2022-09-10 04:19:16.591--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 19] [junit] [EL Fine]: 2022-09-10 04:19:16.591--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 19] [junit] [EL Fine]: 2022-09-10 04:19:16.591--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 19] [junit] [EL Fine]: 2022-09-10 04:19:16.591--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 19] [junit] [EL Fine]: 2022-09-10 04:19:16.591--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 19] [junit] [EL Fine]: 2022-09-10 04:19:16.591--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 74] [junit] [EL Fine]: 2022-09-10 04:19:16.591--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 74] [junit] [EL Fine]: 2022-09-10 04:19:16.591--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 74] [junit] [EL Fine]: 2022-09-10 04:19:16.591--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 74] [junit] [EL Fine]: 2022-09-10 04:19:16.591--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 74] [junit] [EL Fine]: 2022-09-10 04:19:16.591--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 29] [junit] [EL Fine]: 2022-09-10 04:19:16.591--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 29] [junit] [EL Fine]: 2022-09-10 04:19:16.591--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 29] [junit] [EL Fine]: 2022-09-10 04:19:16.591--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 29] [junit] [EL Fine]: 2022-09-10 04:19:16.591--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 29] [junit] [EL Fine]: 2022-09-10 04:19:16.591--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 30] [junit] [EL Fine]: 2022-09-10 04:19:16.591--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 30] [junit] [EL Fine]: 2022-09-10 04:19:16.591--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 30] [junit] [EL Fine]: 2022-09-10 04:19:16.591--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 30] [junit] [EL Fine]: 2022-09-10 04:19:16.591--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 30] [junit] [EL Fine]: 2022-09-10 04:19:16.591--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 0] [junit] [EL Fine]: 2022-09-10 04:19:16.591--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 0] [junit] [EL Fine]: 2022-09-10 04:19:16.591--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 0] [junit] [EL Fine]: 2022-09-10 04:19:16.591--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 0] [junit] [EL Fine]: 2022-09-10 04:19:16.591--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 0] [junit] [EL Fine]: 2022-09-10 04:19:16.591--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 8] [junit] [EL Fine]: 2022-09-10 04:19:16.591--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 8] [junit] [EL Fine]: 2022-09-10 04:19:16.591--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 8] [junit] [EL Fine]: 2022-09-10 04:19:16.591--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 8] [junit] [EL Fine]: 2022-09-10 04:19:16.591--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 8] [junit] [EL Fine]: 2022-09-10 04:19:16.591--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 87] [junit] [EL Fine]: 2022-09-10 04:19:16.656--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 87] [junit] [EL Fine]: 2022-09-10 04:19:16.656--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 87] [junit] [EL Fine]: 2022-09-10 04:19:16.656--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 87] [junit] [EL Fine]: 2022-09-10 04:19:16.656--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 87] [junit] [EL Fine]: 2022-09-10 04:19:16.656--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 3] [junit] [EL Fine]: 2022-09-10 04:19:16.656--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 3] [junit] [EL Fine]: 2022-09-10 04:19:16.656--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 3] [junit] [EL Fine]: 2022-09-10 04:19:16.656--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 3] [junit] [EL Fine]: 2022-09-10 04:19:16.656--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 3] [junit] [EL Fine]: 2022-09-10 04:19:16.656--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 1] [junit] [EL Fine]: 2022-09-10 04:19:16.656--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 1] [junit] [EL Fine]: 2022-09-10 04:19:16.656--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 1] [junit] [EL Fine]: 2022-09-10 04:19:16.656--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 1] [junit] [EL Fine]: 2022-09-10 04:19:16.656--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 1] [junit] [EL Fine]: 2022-09-10 04:19:16.657--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 12] [junit] [EL Fine]: 2022-09-10 04:19:16.657--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 12] [junit] [EL Fine]: 2022-09-10 04:19:16.657--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 12] [junit] [EL Fine]: 2022-09-10 04:19:16.657--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 12] [junit] [EL Fine]: 2022-09-10 04:19:16.657--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 12] [junit] [EL Fine]: 2022-09-10 04:19:16.657--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 11] [junit] [EL Fine]: 2022-09-10 04:19:16.657--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 11] [junit] [EL Fine]: 2022-09-10 04:19:16.657--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 11] [junit] [EL Fine]: 2022-09-10 04:19:16.657--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 11] [junit] [EL Fine]: 2022-09-10 04:19:16.657--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 11] [junit] [EL Fine]: 2022-09-10 04:19:16.657--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 22] [junit] [EL Fine]: 2022-09-10 04:19:16.657--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 22] [junit] [EL Fine]: 2022-09-10 04:19:16.657--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 22] [junit] [EL Fine]: 2022-09-10 04:19:16.657--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 22] [junit] [EL Fine]: 2022-09-10 04:19:16.657--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 22] [junit] [EL Fine]: 2022-09-10 04:19:16.657--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 14] [junit] [EL Fine]: 2022-09-10 04:19:16.657--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 14] [junit] [EL Fine]: 2022-09-10 04:19:16.657--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 14] [junit] [EL Fine]: 2022-09-10 04:19:16.657--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 14] [junit] [EL Fine]: 2022-09-10 04:19:16.657--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 14] [junit] [EL Fine]: 2022-09-10 04:19:16.657--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 61] [junit] [EL Fine]: 2022-09-10 04:19:16.657--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 61] [junit] [EL Fine]: 2022-09-10 04:19:16.657--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 61] [junit] [EL Fine]: 2022-09-10 04:19:16.657--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 61] [junit] [EL Fine]: 2022-09-10 04:19:16.657--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 61] [junit] [EL Finer]: 2022-09-10 04:19:16.657--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:16.674--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.674--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.674--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.674--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.674--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.674--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.674--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.674--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.674--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.674--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.674--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.674--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.674--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.674--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.674--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.674--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.674--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.674--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.675--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.675--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.675--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.675--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.675--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.675--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.675--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.675--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.675--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.675--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.675--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.675--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.675--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.675--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.675--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.675--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.675--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.675--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.675--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.675--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.675--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.675--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.675--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.675--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.675--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.675--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.675--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.675--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.675--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.675--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.676--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.676--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.676--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.676--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.676--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.676--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.676--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.676--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.676--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.676--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.676--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.676--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.676--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.676--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.676--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.676--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.676--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.676--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.676--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.676--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.676--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.676--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.676--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.676--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.676--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.676--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.676--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.676--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.676--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.676--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.677--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.677--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.677--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.677--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.677--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.677--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.677--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.677--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.677--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.677--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.677--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.677--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.677--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.677--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.677--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.677--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.677--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.677--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.677--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.677--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.677--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.677--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:16.677--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:16.677--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:16.677--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 90] [junit] [EL Fine]: 2022-09-10 04:19:16.677--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 90] [junit] [EL Fine]: 2022-09-10 04:19:16.677--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 90] [junit] [EL Fine]: 2022-09-10 04:19:16.677--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 90] [junit] [EL Fine]: 2022-09-10 04:19:16.677--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 90] [junit] [EL Fine]: 2022-09-10 04:19:16.677--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 27] [junit] [EL Fine]: 2022-09-10 04:19:16.677--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 27] [junit] [EL Fine]: 2022-09-10 04:19:16.677--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 27] [junit] [EL Fine]: 2022-09-10 04:19:16.678--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 27] [junit] [EL Fine]: 2022-09-10 04:19:16.678--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 27] [junit] [EL Fine]: 2022-09-10 04:19:16.678--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 66] [junit] [EL Fine]: 2022-09-10 04:19:16.678--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 66] [junit] [EL Fine]: 2022-09-10 04:19:16.678--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 66] [junit] [EL Fine]: 2022-09-10 04:19:16.678--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 66] [junit] [EL Fine]: 2022-09-10 04:19:16.678--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 66] [junit] [EL Fine]: 2022-09-10 04:19:16.678--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 68] [junit] [EL Fine]: 2022-09-10 04:19:16.678--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 68] [junit] [EL Fine]: 2022-09-10 04:19:16.678--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 68] [junit] [EL Fine]: 2022-09-10 04:19:16.678--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 68] [junit] [EL Fine]: 2022-09-10 04:19:16.678--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 68] [junit] [EL Fine]: 2022-09-10 04:19:16.678--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 89] [junit] [EL Fine]: 2022-09-10 04:19:16.678--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 89] [junit] [EL Fine]: 2022-09-10 04:19:16.678--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 89] [junit] [EL Fine]: 2022-09-10 04:19:16.678--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 89] [junit] [EL Fine]: 2022-09-10 04:19:16.678--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 89] [junit] [EL Fine]: 2022-09-10 04:19:16.678--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 80] [junit] [EL Fine]: 2022-09-10 04:19:16.678--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 80] [junit] [EL Fine]: 2022-09-10 04:19:16.678--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 80] [junit] [EL Fine]: 2022-09-10 04:19:16.678--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 80] [junit] [EL Fine]: 2022-09-10 04:19:16.678--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 80] [junit] [EL Fine]: 2022-09-10 04:19:16.678--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 97] [junit] [EL Fine]: 2022-09-10 04:19:16.678--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 97] [junit] [EL Fine]: 2022-09-10 04:19:16.678--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 97] [junit] [EL Fine]: 2022-09-10 04:19:16.678--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 97] [junit] [EL Fine]: 2022-09-10 04:19:16.678--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 97] [junit] [EL Fine]: 2022-09-10 04:19:16.678--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 52] [junit] [EL Fine]: 2022-09-10 04:19:16.678--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 52] [junit] [EL Fine]: 2022-09-10 04:19:16.678--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 52] [junit] [EL Fine]: 2022-09-10 04:19:16.678--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 52] [junit] [EL Fine]: 2022-09-10 04:19:16.678--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 52] [junit] [EL Fine]: 2022-09-10 04:19:16.678--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 62] [junit] [EL Fine]: 2022-09-10 04:19:16.678--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 62] [junit] [EL Fine]: 2022-09-10 04:19:16.678--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 62] [junit] [EL Fine]: 2022-09-10 04:19:16.678--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 62] [junit] [EL Fine]: 2022-09-10 04:19:16.678--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 62] [junit] [EL Fine]: 2022-09-10 04:19:16.678--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 55] [junit] [EL Fine]: 2022-09-10 04:19:16.679--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 55] [junit] [EL Fine]: 2022-09-10 04:19:16.679--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 55] [junit] [EL Fine]: 2022-09-10 04:19:16.679--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 55] [junit] [EL Fine]: 2022-09-10 04:19:16.679--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 55] [junit] [EL Fine]: 2022-09-10 04:19:16.679--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 39] [junit] [EL Fine]: 2022-09-10 04:19:16.679--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 39] [junit] [EL Fine]: 2022-09-10 04:19:16.679--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 39] [junit] [EL Fine]: 2022-09-10 04:19:16.679--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 39] [junit] [EL Fine]: 2022-09-10 04:19:16.679--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 39] [junit] [EL Fine]: 2022-09-10 04:19:16.679--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 40] [junit] [EL Fine]: 2022-09-10 04:19:16.679--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 40] [junit] [EL Fine]: 2022-09-10 04:19:16.679--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 40] [junit] [EL Fine]: 2022-09-10 04:19:16.679--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 40] [junit] [EL Fine]: 2022-09-10 04:19:16.679--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 40] [junit] [EL Fine]: 2022-09-10 04:19:16.679--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 54] [junit] [EL Fine]: 2022-09-10 04:19:16.679--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 54] [junit] [EL Fine]: 2022-09-10 04:19:16.679--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 54] [junit] [EL Fine]: 2022-09-10 04:19:16.679--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 54] [junit] [EL Fine]: 2022-09-10 04:19:16.679--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 54] [junit] [EL Fine]: 2022-09-10 04:19:16.679--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 93] [junit] [EL Fine]: 2022-09-10 04:19:16.679--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 93] [junit] [EL Fine]: 2022-09-10 04:19:16.679--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 93] [junit] [EL Fine]: 2022-09-10 04:19:16.679--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 93] [junit] [EL Fine]: 2022-09-10 04:19:16.679--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 93] [junit] [EL Fine]: 2022-09-10 04:19:16.679--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 85] [junit] [EL Fine]: 2022-09-10 04:19:16.679--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 85] [junit] [EL Fine]: 2022-09-10 04:19:16.679--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 85] [junit] [EL Fine]: 2022-09-10 04:19:16.679--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 85] [junit] [EL Fine]: 2022-09-10 04:19:16.679--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 85] [junit] [EL Fine]: 2022-09-10 04:19:16.679--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 77] [junit] [EL Fine]: 2022-09-10 04:19:16.679--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 77] [junit] [EL Fine]: 2022-09-10 04:19:16.679--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 77] [junit] [EL Fine]: 2022-09-10 04:19:16.679--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 77] [junit] [EL Fine]: 2022-09-10 04:19:16.679--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 77] [junit] [EL Fine]: 2022-09-10 04:19:16.679--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 60] [junit] [EL Fine]: 2022-09-10 04:19:16.679--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 60] [junit] [EL Fine]: 2022-09-10 04:19:16.679--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 60] [junit] [EL Fine]: 2022-09-10 04:19:16.679--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 60] [junit] [EL Fine]: 2022-09-10 04:19:16.68--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 60] [junit] [EL Fine]: 2022-09-10 04:19:16.68--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 57] [junit] [EL Fine]: 2022-09-10 04:19:16.68--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 57] [junit] [EL Fine]: 2022-09-10 04:19:16.68--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 57] [junit] [EL Fine]: 2022-09-10 04:19:16.68--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 57] [junit] [EL Fine]: 2022-09-10 04:19:16.68--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 57] [junit] [EL Fine]: 2022-09-10 04:19:16.68--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 10] [junit] [EL Fine]: 2022-09-10 04:19:16.68--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 10] [junit] [EL Fine]: 2022-09-10 04:19:16.68--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 10] [junit] [EL Fine]: 2022-09-10 04:19:16.68--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 10] [junit] [EL Fine]: 2022-09-10 04:19:16.68--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 10] [junit] [EL Fine]: 2022-09-10 04:19:16.68--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 86] [junit] [EL Fine]: 2022-09-10 04:19:16.68--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 86] [junit] [EL Fine]: 2022-09-10 04:19:16.68--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 86] [junit] [EL Fine]: 2022-09-10 04:19:16.68--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 86] [junit] [EL Fine]: 2022-09-10 04:19:16.68--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 86] [junit] [EL Finer]: 2022-09-10 04:19:16.68--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:16.698--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.698--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.698--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.698--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.698--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.698--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.698--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.698--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.698--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.698--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.698--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.698--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.698--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.698--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.698--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.698--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.698--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.699--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.699--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.699--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.699--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.699--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.699--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.699--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.699--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.699--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.699--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.699--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.699--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.699--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.699--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.699--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.7--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.7--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.7--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.7--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.7--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.7--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.7--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.7--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.7--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.7--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.7--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.7--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.7--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.7--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.7--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.7--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.7--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.7--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.7--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.701--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.701--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.701--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.701--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.701--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.701--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.701--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.701--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.701--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.701--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.701--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.701--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.701--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.701--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.701--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.701--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.701--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.701--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.701--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.701--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.701--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.701--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.701--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.701--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.701--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.701--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.701--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.702--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.702--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.702--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.702--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.702--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.702--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.702--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.702--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.702--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.702--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.702--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.702--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.702--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.702--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.702--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.702--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.702--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.702--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.702--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.702--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.702--ClientSession(1562550349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:16.702--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:16.702--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:16.702--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 72] [junit] [EL Fine]: 2022-09-10 04:19:16.702--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 72] [junit] [EL Fine]: 2022-09-10 04:19:16.702--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 72] [junit] [EL Fine]: 2022-09-10 04:19:16.702--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 72] [junit] [EL Fine]: 2022-09-10 04:19:16.703--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 72] [junit] [EL Fine]: 2022-09-10 04:19:16.703--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 6] [junit] [EL Fine]: 2022-09-10 04:19:16.703--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 6] [junit] [EL Fine]: 2022-09-10 04:19:16.703--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 6] [junit] [EL Fine]: 2022-09-10 04:19:16.703--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 6] [junit] [EL Fine]: 2022-09-10 04:19:16.703--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 6] [junit] [EL Fine]: 2022-09-10 04:19:16.703--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 18] [junit] [EL Fine]: 2022-09-10 04:19:16.703--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 18] [junit] [EL Fine]: 2022-09-10 04:19:16.703--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 18] [junit] [EL Fine]: 2022-09-10 04:19:16.703--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 18] [junit] [EL Fine]: 2022-09-10 04:19:16.703--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 18] [junit] [EL Fine]: 2022-09-10 04:19:16.703--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 76] [junit] [EL Fine]: 2022-09-10 04:19:16.703--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 76] [junit] [EL Fine]: 2022-09-10 04:19:16.703--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 76] [junit] [EL Fine]: 2022-09-10 04:19:16.703--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 76] [junit] [EL Fine]: 2022-09-10 04:19:16.703--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 76] [junit] [EL Fine]: 2022-09-10 04:19:16.703--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 15] [junit] [EL Fine]: 2022-09-10 04:19:16.703--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 15] [junit] [EL Fine]: 2022-09-10 04:19:16.703--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 15] [junit] [EL Fine]: 2022-09-10 04:19:16.703--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 15] [junit] [EL Fine]: 2022-09-10 04:19:16.703--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 15] [junit] [EL Fine]: 2022-09-10 04:19:16.703--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 35] [junit] [EL Fine]: 2022-09-10 04:19:16.703--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 35] [junit] [EL Fine]: 2022-09-10 04:19:16.703--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 35] [junit] [EL Fine]: 2022-09-10 04:19:16.703--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 35] [junit] [EL Fine]: 2022-09-10 04:19:16.703--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 35] [junit] [EL Fine]: 2022-09-10 04:19:16.703--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 71] [junit] [EL Fine]: 2022-09-10 04:19:16.703--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 71] [junit] [EL Fine]: 2022-09-10 04:19:16.703--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 71] [junit] [EL Fine]: 2022-09-10 04:19:16.703--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 71] [junit] [EL Fine]: 2022-09-10 04:19:16.703--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 71] [junit] [EL Fine]: 2022-09-10 04:19:16.703--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 32] [junit] [EL Fine]: 2022-09-10 04:19:16.703--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 32] [junit] [EL Fine]: 2022-09-10 04:19:16.703--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 32] [junit] [EL Fine]: 2022-09-10 04:19:16.703--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 32] [junit] [EL Fine]: 2022-09-10 04:19:16.703--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 32] [junit] [EL Fine]: 2022-09-10 04:19:16.703--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 98] [junit] [EL Fine]: 2022-09-10 04:19:16.703--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 98] [junit] [EL Fine]: 2022-09-10 04:19:16.703--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 98] [junit] [EL Fine]: 2022-09-10 04:19:16.703--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 98] [junit] [EL Fine]: 2022-09-10 04:19:16.703--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 98] [junit] [EL Fine]: 2022-09-10 04:19:16.704--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 5] [junit] [EL Fine]: 2022-09-10 04:19:16.704--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 5] [junit] [EL Fine]: 2022-09-10 04:19:16.704--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 5] [junit] [EL Fine]: 2022-09-10 04:19:16.704--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 5] [junit] [EL Fine]: 2022-09-10 04:19:16.704--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 5] [junit] [EL Fine]: 2022-09-10 04:19:16.704--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 7] [junit] [EL Fine]: 2022-09-10 04:19:16.704--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 7] [junit] [EL Fine]: 2022-09-10 04:19:16.704--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 7] [junit] [EL Fine]: 2022-09-10 04:19:16.704--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 7] [junit] [EL Fine]: 2022-09-10 04:19:16.704--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 7] [junit] [EL Fine]: 2022-09-10 04:19:16.704--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.704--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.704--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.704--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.704--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 91] [junit] [EL Fine]: 2022-09-10 04:19:16.704--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 81] [junit] [EL Fine]: 2022-09-10 04:19:16.704--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 81] [junit] [EL Fine]: 2022-09-10 04:19:16.704--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 81] [junit] [EL Fine]: 2022-09-10 04:19:16.704--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 81] [junit] [EL Fine]: 2022-09-10 04:19:16.704--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 81] [junit] [EL Fine]: 2022-09-10 04:19:16.704--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 56] [junit] [EL Fine]: 2022-09-10 04:19:16.767--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 56] [junit] [EL Fine]: 2022-09-10 04:19:16.767--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 56] [junit] [EL Fine]: 2022-09-10 04:19:16.767--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 56] [junit] [EL Fine]: 2022-09-10 04:19:16.767--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 56] [junit] [EL Fine]: 2022-09-10 04:19:16.767--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 70] [junit] [EL Fine]: 2022-09-10 04:19:16.767--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 70] [junit] [EL Fine]: 2022-09-10 04:19:16.767--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 70] [junit] [EL Fine]: 2022-09-10 04:19:16.767--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 70] [junit] [EL Fine]: 2022-09-10 04:19:16.767--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 70] [junit] [EL Fine]: 2022-09-10 04:19:16.767--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 13] [junit] [EL Fine]: 2022-09-10 04:19:16.767--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 13] [junit] [EL Fine]: 2022-09-10 04:19:16.767--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 13] [junit] [EL Fine]: 2022-09-10 04:19:16.767--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 13] [junit] [EL Fine]: 2022-09-10 04:19:16.767--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 13] [junit] [EL Fine]: 2022-09-10 04:19:16.767--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 49] [junit] [EL Fine]: 2022-09-10 04:19:16.767--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 49] [junit] [EL Fine]: 2022-09-10 04:19:16.767--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 49] [junit] [EL Fine]: 2022-09-10 04:19:16.767--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 49] [junit] [EL Fine]: 2022-09-10 04:19:16.767--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 49] [junit] [EL Fine]: 2022-09-10 04:19:16.767--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 99] [junit] [EL Fine]: 2022-09-10 04:19:16.767--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 99] [junit] [EL Fine]: 2022-09-10 04:19:16.767--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 99] [junit] [EL Fine]: 2022-09-10 04:19:16.767--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 99] [junit] [EL Fine]: 2022-09-10 04:19:16.767--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 99] [junit] [EL Fine]: 2022-09-10 04:19:16.767--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [85, 45] [junit] [EL Fine]: 2022-09-10 04:19:16.767--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 45] [junit] [EL Fine]: 2022-09-10 04:19:16.767--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 45] [junit] [EL Fine]: 2022-09-10 04:19:16.767--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 45] [junit] [EL Fine]: 2022-09-10 04:19:16.767--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 45] [junit] [EL Fine]: 2022-09-10 04:19:16.767--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [88, 41] [junit] [EL Fine]: 2022-09-10 04:19:16.767--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [90, 41] [junit] [EL Fine]: 2022-09-10 04:19:16.767--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [87, 41] [junit] [EL Fine]: 2022-09-10 04:19:16.767--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [89, 41] [junit] [EL Fine]: 2022-09-10 04:19:16.768--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])-- bind => [86, 41] [junit] [EL Finer]: 2022-09-10 04:19:16.768--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:16.786--ClientSession(1562550349)--Connection(2057278308)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:16.787--ServerSession(1526542158)--Connection(1899462590)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:16.791--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:16.791--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:16.792--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:16.792--ClientSession(1562550349)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:16.792--UnitOfWork(1311957497)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:16.792--ClientSession(1562550349)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:16.793--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 235493301 [junit] [EL Finer]: 2022-09-10 04:19:16.793--ClientSession(235493301)--Thread(Thread[main,5,main])--acquire unit of work: 2145644121 [junit] [EL Finest]: 2022-09-10 04:19:16.793--UnitOfWork(2145644121)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT ID FROM TMP_BASIC_TYPES_FA WHERE (ENUM_STRING = ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.793--ServerSession(1526542158)--Connection(1566941937)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:16.793--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:16.794--ServerSession(1526542158)--Connection(270841969)--Thread(Thread[main,5,main])--SELECT ID FROM TMP_BASIC_TYPES_FA WHERE (ENUM_STRING = ?) [junit] bind => [HUGO] [junit] [EL Finest]: 2022-09-10 04:19:16.795--ServerSession(1526542158)--Connection(1566941937)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:16.795--UnitOfWork(2145644121)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT ID FROM TMP_BASIC_TYPES_FA WHERE (ENUM_ORDINAL = ?)") [junit] [EL Finest]: 2022-09-10 04:19:16.795--ServerSession(1526542158)--Connection(1630977408)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:16.795--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:16.795--ServerSession(1526542158)--Connection(1264320899)--Thread(Thread[main,5,main])--SELECT ID FROM TMP_BASIC_TYPES_FA WHERE (ENUM_ORDINAL = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:16.796--ServerSession(1526542158)--Connection(1630977408)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 7.519 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestFromClauses [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 0.059 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestGroupByOrderByHaving [junit] [EL Finer]: 2022-09-10 04:19:16.981--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 542382140 [junit] [EL Finer]: 2022-09-10 04:19:16.982--ClientSession(542382140)--Thread(Thread[main,5,main])--acquire unit of work: 198998678 [junit] [EL Finest]: 2022-09-10 04:19:16.982--UnitOfWork(198998678)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Person sql="SELECT t0.ID, t0.W_BOOL, t0.W_FLOAT, t0.P_BOOL, t0.P_FLOAT, t0.P_INT, t0.W_BIGDEC, t0.W_BIGINT, t0.PBA_BINARY, t0.WBA_BINARY, t0.UTIL_CALENDAR, t0.PCA_VARCHAR, t0.WCA_VARCHAR, t0.W_INT, t0.SQL_DATE, t0.SQL_TIME, t0.SQL_TIMESTAMP, t0.W_STRING, t0.UTIL_DATE, t0.CITY, t1.ID, t1.CITY_ENUM, t1.COOL, t1.NAME, t1.TYPE, t1.CITY_TESLA_INT, t1.CITY_TESLA_BLOB FROM TMP_PERSON t0, TMP_CITY t1 WHERE (t1.ID = t0.CITY) ORDER BY t0.ID DESC, t1.NAME ASC") [junit] [EL Finest]: 2022-09-10 04:19:16.982--ServerSession(1526542158)--Connection(4974976)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:16.982--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:16.982--ServerSession(1526542158)--Connection(162700500)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.W_BOOL, t0.W_FLOAT, t0.P_BOOL, t0.P_FLOAT, t0.P_INT, t0.W_BIGDEC, t0.W_BIGINT, t0.PBA_BINARY, t0.WBA_BINARY, t0.UTIL_CALENDAR, t0.PCA_VARCHAR, t0.WCA_VARCHAR, t0.W_INT, t0.SQL_DATE, t0.SQL_TIME, t0.SQL_TIMESTAMP, t0.W_STRING, t0.UTIL_DATE, t0.CITY, t1.ID, t1.CITY_ENUM, t1.COOL, t1.NAME, t1.TYPE, t1.CITY_TESLA_INT, t1.CITY_TESLA_BLOB FROM TMP_PERSON t0, TMP_CITY t1 WHERE (t1.ID = t0.CITY) ORDER BY t0.ID DESC, t1.NAME ASC [junit] [EL Finest]: 2022-09-10 04:19:16.983--ServerSession(1526542158)--Connection(4974976)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:17.064--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1663626008 [junit] [EL Finer]: 2022-09-10 04:19:17.064--ClientSession(1663626008)--Thread(Thread[main,5,main])--acquire unit of work: 223685823 [junit] [EL Finest]: 2022-09-10 04:19:17.064--UnitOfWork(223685823)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=City sql="SELECT t0.ID, t0.CITY_ENUM, t0.COOL, t0.NAME, t0.TYPE, t0.CITY_TESLA_INT, t0.CITY_TESLA_BLOB FROM TMP_CITY t0 WHERE EXISTS (SELECT ? FROM TMP_COP t1 GROUP BY t1.ID HAVING (t2.ID = ?)) ") [junit] [EL Finest]: 2022-09-10 04:19:17.064--ServerSession(1526542158)--Connection(1856196302)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.064--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:17.064--ServerSession(1526542158)--Connection(1733716948)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.CITY_ENUM, t0.COOL, t0.NAME, t0.TYPE, t0.CITY_TESLA_INT, t0.CITY_TESLA_BLOB FROM TMP_CITY t0 WHERE EXISTS (SELECT ? FROM TMP_COP t1 GROUP BY t1.ID HAVING (t2.ID = ?)) [junit] bind => [1, 5] [junit] [EL Fine]: 2022-09-10 04:19:17.065--ServerSession(1526542158)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:19:17.065--ServerSession(1526542158)--Connection(1856196302)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:17.065--UnitOfWork(223685823)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 't2.ID' in 'having clause' [junit] Error Code: 1054 [junit] Call: SELECT t0.ID, t0.CITY_ENUM, t0.COOL, t0.NAME, t0.TYPE, t0.CITY_TESLA_INT, t0.CITY_TESLA_BLOB FROM TMP_CITY t0 WHERE EXISTS (SELECT ? FROM TMP_COP t1 GROUP BY t1.ID HAVING (t2.ID = ?)) [junit] bind => [1, 5] [junit] Query: ReadAllQuery(referenceClass=City sql="SELECT t0.ID, t0.CITY_ENUM, t0.COOL, t0.NAME, t0.TYPE, t0.CITY_TESLA_INT, t0.CITY_TESLA_BLOB FROM TMP_CITY t0 WHERE EXISTS (SELECT ? FROM TMP_COP t1 GROUP BY t1.ID HAVING (t2.ID = ?)) ") [junit] at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:340) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:684) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:560) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2062) [junit] at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:570) [junit] at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:261) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:247) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:318) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:713) [junit] at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2758) [junit] at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2711) [junit] at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:578) [junit] at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1175) [junit] at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:911) [junit] at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1134) [junit] at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:479) [junit] at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1222) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2922) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1863) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1810) [junit] at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:258) [junit] at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:478) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.query.QueryTest.assertInvalidQuery(QueryTest.java:169) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestGroupByOrderByHaving.testSubQueryGroupBy3(TestGroupByOrderByHaving.java:151) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.lang.reflect.Method.invoke(Method.java:498) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:178) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:38) [junit] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:50) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:38) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1014) [junit] Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 't2.ID' in 'having clause' [junit] at sun.reflect.GeneratedConstructorAccessor5.newInstance(Unknown Source) [junit] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [junit] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [junit] at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) [junit] at com.mysql.jdbc.Util.getInstance(Util.java:408) [junit] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:944) [junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3933) [junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3869) [junit] at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2524) [junit] at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2675) [junit] at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2465) [junit] at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1912) [junit] at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2020) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeSelect(DatabaseAccessor.java:1009) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:644) [junit] ... 48 more [junit] [junit] [EL Finer]: 2022-09-10 04:19:17.121--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 870197251 [junit] [EL Finer]: 2022-09-10 04:19:17.121--ClientSession(870197251)--Thread(Thread[main,5,main])--acquire unit of work: 2125884004 [junit] [EL Finest]: 2022-09-10 04:19:17.121--UnitOfWork(2125884004)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=City sql="SELECT ID, CITY_ENUM, COOL, NAME, TYPE, CITY_TESLA_INT, CITY_TESLA_BLOB, MAX(ID) FROM TMP_CITY ORDER BY ID") [junit] [EL Finest]: 2022-09-10 04:19:17.121--ServerSession(1526542158)--Connection(237048990)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.121--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:17.121--ServerSession(1526542158)--Connection(699092896)--Thread(Thread[main,5,main])--SELECT ID, CITY_ENUM, COOL, NAME, TYPE, CITY_TESLA_INT, CITY_TESLA_BLOB, MAX(ID) FROM TMP_CITY ORDER BY ID [junit] [EL Fine]: 2022-09-10 04:19:17.122--ServerSession(1526542158)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: 2022-09-10 04:19:17.122--ServerSession(1526542158)--Connection(237048990)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:17.122--UnitOfWork(2125884004)--Thread(Thread[main,5,main])--Local Exception Stack: [junit] Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: In aggregated query without GROUP BY, expression #1 of SELECT list contains nonaggregated column 'ecltest.TMP_CITY.ID'; this is incompatible with sql_mode=only_full_group_by [junit] Error Code: 1140 [junit] Call: SELECT ID, CITY_ENUM, COOL, NAME, TYPE, CITY_TESLA_INT, CITY_TESLA_BLOB, MAX(ID) FROM TMP_CITY ORDER BY ID [junit] Query: ReportQuery(referenceClass=City sql="SELECT ID, CITY_ENUM, COOL, NAME, TYPE, CITY_TESLA_INT, CITY_TESLA_BLOB, MAX(ID) FROM TMP_CITY ORDER BY ID") [junit] at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:340) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:684) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:560) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2062) [junit] at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:570) [junit] at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:261) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:247) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:318) [junit] at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:713) [junit] at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2758) [junit] at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllReportQueryRows(ExpressionQueryMechanism.java:2695) [junit] at org.eclipse.persistence.queries.ReportQuery.executeDatabaseQuery(ReportQuery.java:852) [junit] at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:911) [junit] at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1134) [junit] at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:479) [junit] at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1222) [junit] at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2922) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1863) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) [junit] at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1810) [junit] at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:258) [junit] at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:478) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.query.QueryTest.assertInvalidQuery(QueryTest.java:169) [junit] at org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestGroupByOrderByHaving.testOrderBy3(TestGroupByOrderByHaving.java:40) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.lang.reflect.Method.invoke(Method.java:498) [junit] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [junit] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [junit] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [junit] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [junit] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:178) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.runChild(SkipBugzillaTestRunner.java:38) [junit] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit] at org.eclipse.persistence.testing.framework.wdf.SkipBugzillaTestRunner.run(SkipBugzillaTestRunner.java:50) [junit] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:38) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1014) [junit] Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: In aggregated query without GROUP BY, expression #1 of SELECT list contains nonaggregated column 'ecltest.TMP_CITY.ID'; this is incompatible with sql_mode=only_full_group_by [junit] at sun.reflect.GeneratedConstructorAccessor5.newInstance(Unknown Source) [junit] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [junit] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [junit] at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) [junit] at com.mysql.jdbc.Util.getInstance(Util.java:408) [junit] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:944) [junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3933) [junit] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3869) [junit] at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2524) [junit] at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2675) [junit] at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2465) [junit] at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1912) [junit] at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2020) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeSelect(DatabaseAccessor.java:1009) [junit] at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:644) [junit] ... 47 more [junit] [junit] [EL Finer]: 2022-09-10 04:19:17.177--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 109394862 [junit] [EL Finer]: 2022-09-10 04:19:17.177--ClientSession(109394862)--Thread(Thread[main,5,main])--acquire unit of work: 644958794 [junit] [EL Finest]: 2022-09-10 04:19:17.177--UnitOfWork(644958794)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Task sql="SELECT TASK_ID, DESCRIPTION, PROJ_ID FROM TMP_TASK ORDER BY PROJ_ID") [junit] [EL Finest]: 2022-09-10 04:19:17.177--ServerSession(1526542158)--Connection(1971926815)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.178--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:17.178--ServerSession(1526542158)--Connection(1185214157)--Thread(Thread[main,5,main])--SELECT TASK_ID, DESCRIPTION, PROJ_ID FROM TMP_TASK ORDER BY PROJ_ID [junit] [EL Finest]: 2022-09-10 04:19:17.178--ServerSession(1526542158)--Connection(1971926815)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] Tests run: 28, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 0.31 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestJoinFetch [junit] [EL Finer]: 2022-09-10 04:19:17.212--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 538370932 [junit] [EL Finer]: 2022-09-10 04:19:17.212--ClientSession(538370932)--Thread(Thread[main,5,main])--acquire unit of work: 1852053128 [junit] [EL Finest]: 2022-09-10 04:19:17.212--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:19:17.213--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.213--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (92 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.213--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@173de441. [junit] [EL Finest]: 2022-09-10 04:19:17.213--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.213--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (15 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.213--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@173de441 [junit] [EL Finest]: 2022-09-10 04:19:17.213--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.214--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.214--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (93 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.214--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.214--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (94 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.214--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3186efcc. [junit] [EL Finest]: 2022-09-10 04:19:17.214--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.214--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (16 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.214--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae. [junit] [EL Finest]: 2022-09-10 04:19:17.214--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (17 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.214--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3186efcc [junit] [EL Finest]: 2022-09-10 04:19:17.214--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.214--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.214--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.215--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (95 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.215--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.215--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (96 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.215--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.215--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (97 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.215--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@34ffb529. [junit] [EL Finest]: 2022-09-10 04:19:17.215--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.215--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (18 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.215--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae. [junit] [EL Finest]: 2022-09-10 04:19:17.215--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (19 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.215--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af. [junit] [EL Finest]: 2022-09-10 04:19:17.215--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (20 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.215--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@34ffb529 [junit] [EL Finest]: 2022-09-10 04:19:17.215--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.215--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.215--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2022-09-10 04:19:17.216--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2. [junit] [EL Finest]: 2022-09-10 04:19:17.216--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.216--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (98 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.216--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7f8510d3. [junit] [EL Finest]: 2022-09-10 04:19:17.216--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.216--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (21 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.216--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7f8510d3 [junit] [EL Finest]: 2022-09-10 04:19:17.216--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.216--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.216--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (99 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.216--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.216--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (100 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.216--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6e0ef532. [junit] [EL Finest]: 2022-09-10 04:19:17.216--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.216--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (22 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.216--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae. [junit] [EL Finest]: 2022-09-10 04:19:17.216--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (23 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.216--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6e0ef532 [junit] [EL Finest]: 2022-09-10 04:19:17.217--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.217--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.217--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.217--ServerSession(1526542158)--Connection(1319137694)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:17.217--ClientSession(538370932)--Connection(1319137694)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:17.217--ClientSession(538370932)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:17.217--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="StringIdGenerator" sql="UPDATE TMP_STRING_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ?") [junit] [EL Finest]: 2022-09-10 04:19:17.217--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="StringIdGenerator" sql="SELECT MAX_ID FROM TMP_STRING_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2022-09-10 04:19:17.218--ClientSession(538370932)--Connection(1122779356)--Thread(Thread[main,5,main])--UPDATE TMP_STRING_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, StringIdGenerator] [junit] [EL Fine]: 2022-09-10 04:19:17.218--ClientSession(538370932)--Connection(1122779356)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_STRING_GEN WHERE BEAN_NAME = ? [junit] bind => [StringIdGenerator] [junit] [EL Finest]: 2022-09-10 04:19:17.219--ClientSession(538370932)--Connection(1122779356)--Thread(Thread[main,5,main])--local sequencing preallocation for StringIdGenerator: objects: 50 , first: 101, last: 150 [junit] [EL Finer]: 2022-09-10 04:19:17.219--ClientSession(538370932)--Connection(1122779356)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:17.22--ServerSession(1526542158)--Connection(1122779356)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2022-09-10 04:19:17.22--ServerSession(1526542158)--Connection(1319137694)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:19:17.22--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (101 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.22--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.22--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (102 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.22--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.22--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (103 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.221--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7e2e6e75. [junit] [EL Finest]: 2022-09-10 04:19:17.221--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.221--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (24 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.221--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae. [junit] [EL Finest]: 2022-09-10 04:19:17.221--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (25 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.221--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af. [junit] [EL Finest]: 2022-09-10 04:19:17.221--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (26 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.221--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7e2e6e75 [junit] [EL Finest]: 2022-09-10 04:19:17.221--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.221--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.221--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2022-09-10 04:19:17.221--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.221--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (104 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.221--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.221--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (105 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.221--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.222--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (106 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.222--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.222--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (107 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.222--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@59aba9b3. [junit] [EL Finest]: 2022-09-10 04:19:17.222--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0. [junit] [EL Finest]: 2022-09-10 04:19:17.222--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (27 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2022-09-10 04:19:17.222--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.222--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (28 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.222--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae. [junit] [EL Finest]: 2022-09-10 04:19:17.222--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (29 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.222--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af. [junit] [EL Finest]: 2022-09-10 04:19:17.222--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (30 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.222--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@59aba9b3 [junit] [EL Finest]: 2022-09-10 04:19:17.222--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0 [junit] [EL Finest]: 2022-09-10 04:19:17.222--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.222--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.223--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2022-09-10 04:19:17.223--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3. [junit] [EL Finest]: 2022-09-10 04:19:17.223--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.223--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (108 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.223--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1b4c8306. [junit] [EL Finest]: 2022-09-10 04:19:17.223--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.223--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (31 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.223--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1b4c8306 [junit] [EL Finest]: 2022-09-10 04:19:17.223--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.223--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.223--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (109 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.223--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.223--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (110 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.223--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4dd1d767. [junit] [EL Finest]: 2022-09-10 04:19:17.223--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.223--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (32 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.224--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae. [junit] [EL Finest]: 2022-09-10 04:19:17.224--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (33 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.224--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4dd1d767 [junit] [EL Finest]: 2022-09-10 04:19:17.224--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.224--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.224--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.224--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (111 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.224--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.224--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (112 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.224--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.224--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (113 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.224--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1ec5ade. [junit] [EL Finest]: 2022-09-10 04:19:17.224--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.224--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (34 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.224--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae. [junit] [EL Finest]: 2022-09-10 04:19:17.224--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (35 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.225--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af. [junit] [EL Finest]: 2022-09-10 04:19:17.225--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (36 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.225--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1ec5ade [junit] [EL Finest]: 2022-09-10 04:19:17.225--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.225--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.225--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2022-09-10 04:19:17.225--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.225--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (114 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.225--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.225--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (115 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.225--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.225--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (116 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.225--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.225--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (117 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.225--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@48cd97f1. [junit] [EL Finest]: 2022-09-10 04:19:17.226--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0. [junit] [EL Finest]: 2022-09-10 04:19:17.226--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (37 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2022-09-10 04:19:17.226--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.226--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (38 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.226--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae. [junit] [EL Finest]: 2022-09-10 04:19:17.226--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (39 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.226--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af. [junit] [EL Finest]: 2022-09-10 04:19:17.226--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (40 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.226--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@48cd97f1 [junit] [EL Finest]: 2022-09-10 04:19:17.226--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0 [junit] [EL Finest]: 2022-09-10 04:19:17.226--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.226--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.226--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2022-09-10 04:19:17.226--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.227--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (118 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.227--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.227--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (119 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.227--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.227--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (120 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.227--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.227--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (121 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.227--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.227--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (122 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.227--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@44ebf052. [junit] [EL Finest]: 2022-09-10 04:19:17.227--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0. [junit] [EL Finest]: 2022-09-10 04:19:17.227--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (41 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2022-09-10 04:19:17.227--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b1. [junit] [EL Finest]: 2022-09-10 04:19:17.227--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (42 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b1) [junit] [EL Finest]: 2022-09-10 04:19:17.227--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.227--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (43 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.227--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae. [junit] [EL Finest]: 2022-09-10 04:19:17.227--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (44 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.227--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af. [junit] [EL Finest]: 2022-09-10 04:19:17.228--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--assign sequence to the object (45 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.228--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@44ebf052 [junit] [EL Finest]: 2022-09-10 04:19:17.228--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0 [junit] [EL Finest]: 2022-09-10 04:19:17.228--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b1 [junit] [EL Finest]: 2022-09-10 04:19:17.228--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.228--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.228--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2022-09-10 04:19:17.228--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@1. [junit] [EL Finest]: 2022-09-10 04:19:17.228--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@2. [junit] [EL Finest]: 2022-09-10 04:19:17.229--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@3. [junit] [EL Finer]: 2022-09-10 04:19:17.229--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:17.23--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2022-09-10 04:19:17.23--ServerSession(1526542158)--Connection(953858015)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:17.23--ClientSession(538370932)--Connection(953858015)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:17.23--ClientSession(538370932)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:17.23--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:19:17.23--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2022-09-10 04:19:17.23--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1b4c8306) [junit] [EL Finer]: 2022-09-10 04:19:17.231--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:17.231--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:17.231--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [3, dep_3, 1] [junit] [EL Fine]: 2022-09-10 04:19:17.231--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [1, dep_1, 1] [junit] [EL Fine]: 2022-09-10 04:19:17.231--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [2, dep_2, 1] [junit] [EL Finer]: 2022-09-10 04:19:17.231--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:17.232--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3186efcc) [junit] [EL Finest]: 2022-09-10 04:19:17.232--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1ec5ade) [junit] [EL Finest]: 2022-09-10 04:19:17.232--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@44ebf052) [junit] [EL Finest]: 2022-09-10 04:19:17.232--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@59aba9b3) [junit] [EL Finest]: 2022-09-10 04:19:17.232--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7e2e6e75) [junit] [EL Finest]: 2022-09-10 04:19:17.232--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6e0ef532) [junit] [EL Finest]: 2022-09-10 04:19:17.232--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@34ffb529) [junit] [EL Finest]: 2022-09-10 04:19:17.232--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@48cd97f1) [junit] [EL Finest]: 2022-09-10 04:19:17.232--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7f8510d3) [junit] [EL Finest]: 2022-09-10 04:19:17.233--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4dd1d767) [junit] [EL Finest]: 2022-09-10 04:19:17.233--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@173de441) [junit] [EL Finest]: 2022-09-10 04:19:17.233--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(97:null:description_97) [junit] [EL Finer]: 2022-09-10 04:19:17.233--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:17.233--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:17.233--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [31, first_31, last_31, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.233--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [12, first_12, last_12, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.233--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [33, first_33, last_33, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.233--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [35, first_35, last_35, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.233--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [24, first_24, last_24, null, null, null, null, 2, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.233--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [23, first_23, last_23, null, null, null, null, 2, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.233--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [22, first_22, last_22, null, null, null, null, 2, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.233--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [13, first_13, last_13, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.233--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [34, first_34, last_34, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.233--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [21, first_21, last_21, null, null, null, null, 2, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.233--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [32, first_32, last_32, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.233--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [11, first_11, last_11, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:17.233--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:17.237--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(101:null:description_101) [junit] [EL Finest]: 2022-09-10 04:19:17.237--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(122:null:description_122) [junit] [EL Finest]: 2022-09-10 04:19:17.237--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(110:null:description_110) [junit] [EL Finest]: 2022-09-10 04:19:17.237--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(108:null:description_108) [junit] [EL Finest]: 2022-09-10 04:19:17.237--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(109:null:description_109) [junit] [EL Finest]: 2022-09-10 04:19:17.237--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(106:null:description_106) [junit] [EL Finest]: 2022-09-10 04:19:17.237--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(96:null:description_96) [junit] [EL Finest]: 2022-09-10 04:19:17.237--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(95:null:description_95) [junit] [EL Finest]: 2022-09-10 04:19:17.237--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(105:null:description_105) [junit] [EL Finest]: 2022-09-10 04:19:17.237--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(113:null:description_113) [junit] [EL Finest]: 2022-09-10 04:19:17.237--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(115:null:description_115) [junit] [EL Finest]: 2022-09-10 04:19:17.237--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(102:null:description_102) [junit] [EL Finest]: 2022-09-10 04:19:17.237--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(121:null:description_121) [junit] [EL Finest]: 2022-09-10 04:19:17.237--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(117:null:description_117) [junit] [EL Finest]: 2022-09-10 04:19:17.238--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(118:null:description_118) [junit] [EL Finest]: 2022-09-10 04:19:17.238--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(119:null:description_119) [junit] [EL Finest]: 2022-09-10 04:19:17.238--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(111:null:description_111) [junit] [EL Finest]: 2022-09-10 04:19:17.238--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(103:null:description_103) [junit] [EL Finest]: 2022-09-10 04:19:17.238--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(92:null:description_92) [junit] [EL Finest]: 2022-09-10 04:19:17.238--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(98:null:description_98) [junit] [EL Finest]: 2022-09-10 04:19:17.238--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(94:null:description_94) [junit] [EL Finest]: 2022-09-10 04:19:17.238--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(112:null:description_112) [junit] [EL Finest]: 2022-09-10 04:19:17.238--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(104:null:description_104) [junit] [EL Finest]: 2022-09-10 04:19:17.238--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(99:null:description_99) [junit] [EL Finest]: 2022-09-10 04:19:17.238--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(100:null:description_100) [junit] [EL Finest]: 2022-09-10 04:19:17.238--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(107:null:description_107) [junit] [EL Finest]: 2022-09-10 04:19:17.238--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(93:null:description_93) [junit] [EL Finest]: 2022-09-10 04:19:17.238--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(116:null:description_116) [junit] [EL Finest]: 2022-09-10 04:19:17.238--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(114:null:description_114) [junit] [EL Finest]: 2022-09-10 04:19:17.238--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(120:null:description_120) [junit] [EL Finest]: 2022-09-10 04:19:17.238--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finer]: 2022-09-10 04:19:17.239--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:17.239--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:17.239--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [97, null, description_97] [junit] [EL Fine]: 2022-09-10 04:19:17.239--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [101, null, description_101] [junit] [EL Fine]: 2022-09-10 04:19:17.239--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [122, null, description_122] [junit] [EL Fine]: 2022-09-10 04:19:17.239--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [110, null, description_110] [junit] [EL Fine]: 2022-09-10 04:19:17.239--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [108, null, description_108] [junit] [EL Fine]: 2022-09-10 04:19:17.239--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [109, null, description_109] [junit] [EL Fine]: 2022-09-10 04:19:17.239--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [106, null, description_106] [junit] [EL Fine]: 2022-09-10 04:19:17.239--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [96, null, description_96] [junit] [EL Fine]: 2022-09-10 04:19:17.239--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [95, null, description_95] [junit] [EL Fine]: 2022-09-10 04:19:17.239--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [105, null, description_105] [junit] [EL Fine]: 2022-09-10 04:19:17.239--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [113, null, description_113] [junit] [EL Fine]: 2022-09-10 04:19:17.239--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [115, null, description_115] [junit] [EL Fine]: 2022-09-10 04:19:17.239--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [102, null, description_102] [junit] [EL Fine]: 2022-09-10 04:19:17.239--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [121, null, description_121] [junit] [EL Fine]: 2022-09-10 04:19:17.239--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [117, null, description_117] [junit] [EL Fine]: 2022-09-10 04:19:17.239--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [118, null, description_118] [junit] [EL Fine]: 2022-09-10 04:19:17.239--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [119, null, description_119] [junit] [EL Fine]: 2022-09-10 04:19:17.239--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [111, null, description_111] [junit] [EL Fine]: 2022-09-10 04:19:17.239--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [103, null, description_103] [junit] [EL Fine]: 2022-09-10 04:19:17.239--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [92, null, description_92] [junit] [EL Fine]: 2022-09-10 04:19:17.239--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [98, null, description_98] [junit] [EL Fine]: 2022-09-10 04:19:17.239--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [94, null, description_94] [junit] [EL Fine]: 2022-09-10 04:19:17.239--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [112, null, description_112] [junit] [EL Fine]: 2022-09-10 04:19:17.239--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [104, null, description_104] [junit] [EL Fine]: 2022-09-10 04:19:17.239--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [99, null, description_99] [junit] [EL Fine]: 2022-09-10 04:19:17.239--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [100, null, description_100] [junit] [EL Fine]: 2022-09-10 04:19:17.24--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [107, null, description_107] [junit] [EL Fine]: 2022-09-10 04:19:17.24--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [93, null, description_93] [junit] [EL Fine]: 2022-09-10 04:19:17.24--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [116, null, description_116] [junit] [EL Fine]: 2022-09-10 04:19:17.24--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [114, null, description_114] [junit] [EL Fine]: 2022-09-10 04:19:17.24--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [120, null, description_120] [junit] [EL Finer]: 2022-09-10 04:19:17.24--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:17.245--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.245--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b1) [junit] [EL Finest]: 2022-09-10 04:19:17.245--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.245--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.245--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.245--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.245--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.246--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.246--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.246--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.246--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.246--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2022-09-10 04:19:17.246--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.246--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.246--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.246--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.246--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2022-09-10 04:19:17.246--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.246--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.246--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.246--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.247--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.247--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.247--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.247--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2022-09-10 04:19:17.247--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.247--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.247--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.247--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.247--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.247--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@3) [junit] [EL Finest]: 2022-09-10 04:19:17.247--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query WriteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@1) [junit] [EL Finer]: 2022-09-10 04:19:17.248--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:17.248--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:17.248--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [24, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.248--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [40, description_2] [junit] [EL Fine]: 2022-09-10 04:19:17.248--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [42, description_4] [junit] [EL Fine]: 2022-09-10 04:19:17.248--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [28, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.248--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [45, description_2] [junit] [EL Fine]: 2022-09-10 04:19:17.248--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [29, description_1] [junit] [EL Fine]: 2022-09-10 04:19:17.248--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [32, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.248--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [44, description_1] [junit] [EL Fine]: 2022-09-10 04:19:17.248--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [30, description_2] [junit] [EL Fine]: 2022-09-10 04:19:17.248--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [33, description_1] [junit] [EL Fine]: 2022-09-10 04:19:17.248--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [35, description_1] [junit] [EL Fine]: 2022-09-10 04:19:17.248--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [17, description_1] [junit] [EL Fine]: 2022-09-10 04:19:17.248--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [41, description_3] [junit] [EL Fine]: 2022-09-10 04:19:17.248--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [20, description_2] [junit] [EL Fine]: 2022-09-10 04:19:17.248--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [23, description_1] [junit] [EL Fine]: 2022-09-10 04:19:17.248--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [34, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.248--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [16, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.248--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [27, description_3] [junit] [EL Fine]: 2022-09-10 04:19:17.248--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [36, description_2] [junit] [EL Fine]: 2022-09-10 04:19:17.249--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [31, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.249--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [26, description_2] [junit] [EL Fine]: 2022-09-10 04:19:17.249--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [15, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.249--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [22, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.249--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [39, description_1] [junit] [EL Fine]: 2022-09-10 04:19:17.249--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [38, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.249--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [37, description_3] [junit] [EL Fine]: 2022-09-10 04:19:17.249--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [25, description_1] [junit] [EL Fine]: 2022-09-10 04:19:17.249--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [18, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.249--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [19, description_1] [junit] [EL Fine]: 2022-09-10 04:19:17.249--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [43, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.249--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [21, description_0] [junit] [EL Finer]: 2022-09-10 04:19:17.249--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:17.254--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@2) [junit] [EL Finer]: 2022-09-10 04:19:17.254--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:17.284--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])--INSERT INTO TMP_NODE (ID, NODENAME, VERSIONCOLUMN, PARENT) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:17.284--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [1, null, 1, null] [junit] [EL Fine]: 2022-09-10 04:19:17.284--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [3, null, 1, 1] [junit] [EL Fine]: 2022-09-10 04:19:17.284--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [2, null, 1, 1] [junit] [EL Finer]: 2022-09-10 04:19:17.284--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:17.286--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:17.286--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:17.286--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:17.286--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [0, 0, 24] [junit] [EL Fine]: 2022-09-10 04:19:17.286--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [0, 0, 40] [junit] [EL Fine]: 2022-09-10 04:19:17.286--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [0, 0, 42] [junit] [EL Fine]: 2022-09-10 04:19:17.286--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [0, 0, 28] [junit] [EL Fine]: 2022-09-10 04:19:17.286--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [0, 0, 45] [junit] [EL Fine]: 2022-09-10 04:19:17.286--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [0, 0, 29] [junit] [EL Fine]: 2022-09-10 04:19:17.286--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [0, 0, 32] [junit] [EL Fine]: 2022-09-10 04:19:17.286--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [0, 0, 44] [junit] [EL Fine]: 2022-09-10 04:19:17.286--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [0, 0, 30] [junit] [EL Fine]: 2022-09-10 04:19:17.286--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [0, 0, 33] [junit] [EL Fine]: 2022-09-10 04:19:17.286--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [0, 0, 35] [junit] [EL Fine]: 2022-09-10 04:19:17.286--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [0, 0, 17] [junit] [EL Fine]: 2022-09-10 04:19:17.286--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [0, 0, 41] [junit] [EL Fine]: 2022-09-10 04:19:17.286--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [0, 0, 20] [junit] [EL Fine]: 2022-09-10 04:19:17.286--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [0, 0, 23] [junit] [EL Fine]: 2022-09-10 04:19:17.286--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [0, 0, 34] [junit] [EL Fine]: 2022-09-10 04:19:17.286--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [0, 0, 16] [junit] [EL Fine]: 2022-09-10 04:19:17.287--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [0, 0, 27] [junit] [EL Fine]: 2022-09-10 04:19:17.287--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [0, 0, 36] [junit] [EL Fine]: 2022-09-10 04:19:17.287--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [0, 0, 31] [junit] [EL Fine]: 2022-09-10 04:19:17.287--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [0, 0, 26] [junit] [EL Fine]: 2022-09-10 04:19:17.287--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [0, 0, 15] [junit] [EL Fine]: 2022-09-10 04:19:17.287--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [0, 0, 22] [junit] [EL Fine]: 2022-09-10 04:19:17.287--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [0, 0, 39] [junit] [EL Fine]: 2022-09-10 04:19:17.287--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [0, 0, 38] [junit] [EL Fine]: 2022-09-10 04:19:17.287--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [0, 0, 37] [junit] [EL Fine]: 2022-09-10 04:19:17.287--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [0, 0, 25] [junit] [EL Fine]: 2022-09-10 04:19:17.287--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [0, 0, 18] [junit] [EL Fine]: 2022-09-10 04:19:17.287--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [0, 0, 19] [junit] [EL Fine]: 2022-09-10 04:19:17.287--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [0, 0, 43] [junit] [EL Fine]: 2022-09-10 04:19:17.287--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [0, 0, 21] [junit] [EL Finer]: 2022-09-10 04:19:17.287--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:17.292--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.292--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.292--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.292--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.292--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.292--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.292--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.292--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.292--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.292--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.292--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.292--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.293--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.293--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.293--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.293--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.293--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.293--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.293--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.293--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.293--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.293--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.293--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.293--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.293--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.293--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.293--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.293--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.293--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.293--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.293--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:17.293--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:17.294--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:17.294--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [108, 31] [junit] [EL Fine]: 2022-09-10 04:19:17.294--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [93, 12] [junit] [EL Fine]: 2022-09-10 04:19:17.294--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [94, 12] [junit] [EL Fine]: 2022-09-10 04:19:17.294--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [111, 33] [junit] [EL Fine]: 2022-09-10 04:19:17.294--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [112, 33] [junit] [EL Fine]: 2022-09-10 04:19:17.294--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [113, 33] [junit] [EL Fine]: 2022-09-10 04:19:17.294--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [118, 35] [junit] [EL Fine]: 2022-09-10 04:19:17.294--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [119, 35] [junit] [EL Fine]: 2022-09-10 04:19:17.294--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [120, 35] [junit] [EL Fine]: 2022-09-10 04:19:17.294--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [121, 35] [junit] [EL Fine]: 2022-09-10 04:19:17.294--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [122, 35] [junit] [EL Fine]: 2022-09-10 04:19:17.294--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [104, 24] [junit] [EL Fine]: 2022-09-10 04:19:17.294--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [105, 24] [junit] [EL Fine]: 2022-09-10 04:19:17.294--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [106, 24] [junit] [EL Fine]: 2022-09-10 04:19:17.294--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [107, 24] [junit] [EL Fine]: 2022-09-10 04:19:17.294--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [101, 23] [junit] [EL Fine]: 2022-09-10 04:19:17.294--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [102, 23] [junit] [EL Fine]: 2022-09-10 04:19:17.294--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [103, 23] [junit] [EL Fine]: 2022-09-10 04:19:17.294--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [99, 22] [junit] [EL Fine]: 2022-09-10 04:19:17.294--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [100, 22] [junit] [EL Fine]: 2022-09-10 04:19:17.294--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [95, 13] [junit] [EL Fine]: 2022-09-10 04:19:17.294--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [96, 13] [junit] [EL Fine]: 2022-09-10 04:19:17.294--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [97, 13] [junit] [EL Fine]: 2022-09-10 04:19:17.294--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [114, 34] [junit] [EL Fine]: 2022-09-10 04:19:17.294--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [115, 34] [junit] [EL Fine]: 2022-09-10 04:19:17.294--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [116, 34] [junit] [EL Fine]: 2022-09-10 04:19:17.294--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [117, 34] [junit] [EL Fine]: 2022-09-10 04:19:17.294--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [98, 21] [junit] [EL Fine]: 2022-09-10 04:19:17.294--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [109, 32] [junit] [EL Fine]: 2022-09-10 04:19:17.294--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [110, 32] [junit] [EL Fine]: 2022-09-10 04:19:17.294--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [92, 11] [junit] [EL Finer]: 2022-09-10 04:19:17.294--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:17.3--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.3--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.3--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.3--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.3--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.3--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.301--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.301--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.301--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.301--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.301--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.301--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.301--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.301--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.301--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.301--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.301--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.301--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.301--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.301--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.301--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.301--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.301--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.301--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.301--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.301--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.301--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.301--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.302--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.302--ClientSession(538370932)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:17.302--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:17.302--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:17.302--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [31, 31] [junit] [EL Fine]: 2022-09-10 04:19:17.302--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [16, 12] [junit] [EL Fine]: 2022-09-10 04:19:17.302--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [17, 12] [junit] [EL Fine]: 2022-09-10 04:19:17.302--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [34, 33] [junit] [EL Fine]: 2022-09-10 04:19:17.302--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [35, 33] [junit] [EL Fine]: 2022-09-10 04:19:17.302--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [36, 33] [junit] [EL Fine]: 2022-09-10 04:19:17.302--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [43, 35] [junit] [EL Fine]: 2022-09-10 04:19:17.302--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [44, 35] [junit] [EL Fine]: 2022-09-10 04:19:17.302--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [45, 35] [junit] [EL Fine]: 2022-09-10 04:19:17.302--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [41, 35] [junit] [EL Fine]: 2022-09-10 04:19:17.302--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [42, 35] [junit] [EL Fine]: 2022-09-10 04:19:17.302--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [28, 24] [junit] [EL Fine]: 2022-09-10 04:19:17.302--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [29, 24] [junit] [EL Fine]: 2022-09-10 04:19:17.302--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [30, 24] [junit] [EL Fine]: 2022-09-10 04:19:17.302--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [27, 24] [junit] [EL Fine]: 2022-09-10 04:19:17.302--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [24, 23] [junit] [EL Fine]: 2022-09-10 04:19:17.302--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [25, 23] [junit] [EL Fine]: 2022-09-10 04:19:17.302--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [26, 23] [junit] [EL Fine]: 2022-09-10 04:19:17.302--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [22, 22] [junit] [EL Fine]: 2022-09-10 04:19:17.302--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [23, 22] [junit] [EL Fine]: 2022-09-10 04:19:17.302--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [18, 13] [junit] [EL Fine]: 2022-09-10 04:19:17.302--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [19, 13] [junit] [EL Fine]: 2022-09-10 04:19:17.302--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [20, 13] [junit] [EL Fine]: 2022-09-10 04:19:17.302--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [38, 34] [junit] [EL Fine]: 2022-09-10 04:19:17.302--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [39, 34] [junit] [EL Fine]: 2022-09-10 04:19:17.302--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [40, 34] [junit] [EL Fine]: 2022-09-10 04:19:17.302--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [37, 34] [junit] [EL Fine]: 2022-09-10 04:19:17.303--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [21, 21] [junit] [EL Fine]: 2022-09-10 04:19:17.303--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [32, 32] [junit] [EL Fine]: 2022-09-10 04:19:17.303--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [33, 32] [junit] [EL Fine]: 2022-09-10 04:19:17.303--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])-- bind => [15, 11] [junit] [EL Finer]: 2022-09-10 04:19:17.303--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:17.309--ClientSession(538370932)--Connection(783983592)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:17.31--ServerSession(1526542158)--Connection(953858015)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:17.314--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:17.314--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:17.314--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:17.314--ClientSession(538370932)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:17.315--UnitOfWork(1852053128)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:17.315--ClientSession(538370932)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:17.316--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1514017983 [junit] [EL Finer]: 2022-09-10 04:19:17.316--ClientSession(1514017983)--Thread(Thread[main,5,main])--acquire unit of work: 268163961 [junit] [EL Finest]: 2022-09-10 04:19:17.316--UnitOfWork(268163961)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Node sql="SELECT t1.ID, t1.NODENAME, t1.VERSIONCOLUMN, t1.PARENT, t0.ID, t0.NODENAME, t0.VERSIONCOLUMN, t0.PARENT FROM TMP_NODE t0, TMP_NODE t1 WHERE ((t1.ID <> ?) AND (t0.ID = t1.PARENT))") [junit] [EL Finest]: 2022-09-10 04:19:17.316--ServerSession(1526542158)--Connection(1743402511)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.316--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:17.316--ServerSession(1526542158)--Connection(1016761446)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.NODENAME, t1.VERSIONCOLUMN, t1.PARENT, t0.ID, t0.NODENAME, t0.VERSIONCOLUMN, t0.PARENT FROM TMP_NODE t0, TMP_NODE t1 WHERE ((t1.ID <> ?) AND (t0.ID = t1.PARENT)) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:17.317--ServerSession(1526542158)--Connection(1743402511)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:17.352--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1468612411 [junit] [EL Finer]: 2022-09-10 04:19:17.352--ClientSession(1468612411)--Thread(Thread[main,5,main])--acquire unit of work: 178652216 [junit] [EL Finest]: 2022-09-10 04:19:17.352--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:19:17.352--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.352--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (123 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.353--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@853050d. [junit] [EL Finest]: 2022-09-10 04:19:17.353--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.353--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (46 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.353--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@853050d [junit] [EL Finest]: 2022-09-10 04:19:17.353--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.353--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.353--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (124 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.353--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.353--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (125 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.353--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@545fb9e. [junit] [EL Finest]: 2022-09-10 04:19:17.353--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.353--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (47 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.353--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae. [junit] [EL Finest]: 2022-09-10 04:19:17.353--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (48 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.353--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@545fb9e [junit] [EL Finest]: 2022-09-10 04:19:17.354--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.354--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.354--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.354--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (126 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.354--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.354--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (127 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.354--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.354--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (128 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.354--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@d5fd167. [junit] [EL Finest]: 2022-09-10 04:19:17.354--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.354--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (49 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.354--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae. [junit] [EL Finest]: 2022-09-10 04:19:17.354--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (50 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.354--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af. [junit] [EL Finest]: 2022-09-10 04:19:17.355--ServerSession(1526542158)--Connection(1154384789)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:17.355--ClientSession(1468612411)--Connection(1154384789)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:17.355--ClientSession(1468612411)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:17.355--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="IdGenerator" sql="UPDATE TMP_GENERATOR SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ?") [junit] [EL Finest]: 2022-09-10 04:19:17.355--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="IdGenerator" sql="SELECT MAX_ID FROM TMP_GENERATOR WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2022-09-10 04:19:17.355--ClientSession(1468612411)--Connection(1186445643)--Thread(Thread[main,5,main])--UPDATE TMP_GENERATOR SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, IdGenerator] [junit] [EL Fine]: 2022-09-10 04:19:17.356--ClientSession(1468612411)--Connection(1186445643)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_GENERATOR WHERE BEAN_NAME = ? [junit] bind => [IdGenerator] [junit] [EL Finest]: 2022-09-10 04:19:17.356--ClientSession(1468612411)--Connection(1186445643)--Thread(Thread[main,5,main])--local sequencing preallocation for IdGenerator: objects: 50 , first: 51, last: 100 [junit] [EL Finer]: 2022-09-10 04:19:17.356--ClientSession(1468612411)--Connection(1186445643)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:17.357--ServerSession(1526542158)--Connection(1186445643)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2022-09-10 04:19:17.357--ServerSession(1526542158)--Connection(1154384789)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:19:17.357--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (51 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.357--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@d5fd167 [junit] [EL Finest]: 2022-09-10 04:19:17.357--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.357--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.357--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2022-09-10 04:19:17.357--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2. [junit] [EL Finest]: 2022-09-10 04:19:17.357--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.358--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (129 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.358--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2e53084f. [junit] [EL Finest]: 2022-09-10 04:19:17.358--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.358--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (52 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.358--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2e53084f [junit] [EL Finest]: 2022-09-10 04:19:17.358--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.358--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.358--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (130 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.358--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.358--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (131 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.358--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@145f4f6c. [junit] [EL Finest]: 2022-09-10 04:19:17.358--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.358--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (53 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.358--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae. [junit] [EL Finest]: 2022-09-10 04:19:17.358--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (54 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.358--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@145f4f6c [junit] [EL Finest]: 2022-09-10 04:19:17.359--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.359--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.359--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.359--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (132 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.359--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.359--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (133 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.359--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.359--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (134 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.359--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@260287a7. [junit] [EL Finest]: 2022-09-10 04:19:17.359--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.359--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (55 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.359--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae. [junit] [EL Finest]: 2022-09-10 04:19:17.359--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (56 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.359--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af. [junit] [EL Finest]: 2022-09-10 04:19:17.359--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (57 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.359--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@260287a7 [junit] [EL Finest]: 2022-09-10 04:19:17.36--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.36--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.36--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2022-09-10 04:19:17.36--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.36--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (135 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.36--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.36--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (136 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.36--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.36--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (137 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.36--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.36--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (138 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.36--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@70e76d93. [junit] [EL Finest]: 2022-09-10 04:19:17.36--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0. [junit] [EL Finest]: 2022-09-10 04:19:17.36--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (58 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2022-09-10 04:19:17.36--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.36--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (59 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.36--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae. [junit] [EL Finest]: 2022-09-10 04:19:17.361--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (60 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.361--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af. [junit] [EL Finest]: 2022-09-10 04:19:17.361--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (61 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.361--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@70e76d93 [junit] [EL Finest]: 2022-09-10 04:19:17.361--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0 [junit] [EL Finest]: 2022-09-10 04:19:17.361--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.361--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.361--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2022-09-10 04:19:17.361--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3. [junit] [EL Finest]: 2022-09-10 04:19:17.361--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.361--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (139 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.361--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@29ae5afd. [junit] [EL Finest]: 2022-09-10 04:19:17.361--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.361--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (62 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.361--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@29ae5afd [junit] [EL Finest]: 2022-09-10 04:19:17.362--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.362--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.362--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (140 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.362--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.362--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (141 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.362--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@37f3a1a0. [junit] [EL Finest]: 2022-09-10 04:19:17.362--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.362--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (63 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.362--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae. [junit] [EL Finest]: 2022-09-10 04:19:17.362--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (64 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.362--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@37f3a1a0 [junit] [EL Finest]: 2022-09-10 04:19:17.362--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.362--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.362--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.362--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (142 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.363--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.363--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (143 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.363--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.363--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (144 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.363--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@396e358b. [junit] [EL Finest]: 2022-09-10 04:19:17.363--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.363--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (65 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.363--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae. [junit] [EL Finest]: 2022-09-10 04:19:17.363--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (66 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.363--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af. [junit] [EL Finest]: 2022-09-10 04:19:17.363--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (67 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.363--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@396e358b [junit] [EL Finest]: 2022-09-10 04:19:17.363--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.363--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.363--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2022-09-10 04:19:17.363--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.364--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (145 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.364--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.364--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (146 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.364--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.364--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (147 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.364--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.364--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (148 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.364--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5ab991ad. [junit] [EL Finest]: 2022-09-10 04:19:17.364--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0. [junit] [EL Finest]: 2022-09-10 04:19:17.364--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (68 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2022-09-10 04:19:17.364--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.364--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (69 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.364--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae. [junit] [EL Finest]: 2022-09-10 04:19:17.364--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (70 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.364--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af. [junit] [EL Finest]: 2022-09-10 04:19:17.364--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (71 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.364--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5ab991ad [junit] [EL Finest]: 2022-09-10 04:19:17.364--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0 [junit] [EL Finest]: 2022-09-10 04:19:17.365--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.365--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.365--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2022-09-10 04:19:17.365--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.365--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (149 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.365--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.365--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (150 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.365--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.365--ServerSession(1526542158)--Connection(625813617)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:17.365--ClientSession(1468612411)--Connection(625813617)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:17.365--ClientSession(1468612411)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:17.366--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="StringIdGenerator" sql="UPDATE TMP_STRING_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ?") [junit] [EL Finest]: 2022-09-10 04:19:17.366--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="StringIdGenerator" sql="SELECT MAX_ID FROM TMP_STRING_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2022-09-10 04:19:17.366--ClientSession(1468612411)--Connection(1514632785)--Thread(Thread[main,5,main])--UPDATE TMP_STRING_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, StringIdGenerator] [junit] [EL Fine]: 2022-09-10 04:19:17.366--ClientSession(1468612411)--Connection(1514632785)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_STRING_GEN WHERE BEAN_NAME = ? [junit] bind => [StringIdGenerator] [junit] [EL Finest]: 2022-09-10 04:19:17.367--ClientSession(1468612411)--Connection(1514632785)--Thread(Thread[main,5,main])--local sequencing preallocation for StringIdGenerator: objects: 50 , first: 151, last: 200 [junit] [EL Finer]: 2022-09-10 04:19:17.367--ClientSession(1468612411)--Connection(1514632785)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:17.368--ServerSession(1526542158)--Connection(1514632785)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2022-09-10 04:19:17.368--ServerSession(1526542158)--Connection(625813617)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:19:17.368--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (151 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.368--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.368--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (152 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.368--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.368--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (153 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.368--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@360b8448. [junit] [EL Finest]: 2022-09-10 04:19:17.368--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0. [junit] [EL Finest]: 2022-09-10 04:19:17.368--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (72 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2022-09-10 04:19:17.368--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b1. [junit] [EL Finest]: 2022-09-10 04:19:17.368--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (73 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b1) [junit] [EL Finest]: 2022-09-10 04:19:17.368--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.368--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (74 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.368--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae. [junit] [EL Finest]: 2022-09-10 04:19:17.369--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (75 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.369--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af. [junit] [EL Finest]: 2022-09-10 04:19:17.369--UnitOfWork(178652216)--Thread(Thread[main,5,main])--assign sequence to the object (76 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.369--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@360b8448 [junit] [EL Finest]: 2022-09-10 04:19:17.369--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0 [junit] [EL Finest]: 2022-09-10 04:19:17.369--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b1 [junit] [EL Finest]: 2022-09-10 04:19:17.369--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.369--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.369--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2022-09-10 04:19:17.369--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@1. [junit] [EL Finest]: 2022-09-10 04:19:17.369--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@2. [junit] [EL Finest]: 2022-09-10 04:19:17.369--UnitOfWork(178652216)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@3. [junit] [EL Finer]: 2022-09-10 04:19:17.369--UnitOfWork(178652216)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:17.37--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:19:17.37--ServerSession(1526542158)--Connection(1086273201)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:17.37--ClientSession(1468612411)--Connection(1086273201)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:17.37--ClientSession(1468612411)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:17.371--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2022-09-10 04:19:17.371--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2022-09-10 04:19:17.371--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@853050d) [junit] [EL Finer]: 2022-09-10 04:19:17.371--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:17.371--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:17.371--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [1, dep_1, 1] [junit] [EL Fine]: 2022-09-10 04:19:17.371--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [3, dep_3, 1] [junit] [EL Fine]: 2022-09-10 04:19:17.371--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [2, dep_2, 1] [junit] [EL Finer]: 2022-09-10 04:19:17.371--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:17.372--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@d5fd167) [junit] [EL Finest]: 2022-09-10 04:19:17.372--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@260287a7) [junit] [EL Finest]: 2022-09-10 04:19:17.372--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@360b8448) [junit] [EL Finest]: 2022-09-10 04:19:17.372--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@396e358b) [junit] [EL Finest]: 2022-09-10 04:19:17.372--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@29ae5afd) [junit] [EL Finest]: 2022-09-10 04:19:17.372--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@70e76d93) [junit] [EL Finest]: 2022-09-10 04:19:17.373--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@37f3a1a0) [junit] [EL Finest]: 2022-09-10 04:19:17.373--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@145f4f6c) [junit] [EL Finest]: 2022-09-10 04:19:17.373--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@545fb9e) [junit] [EL Finest]: 2022-09-10 04:19:17.373--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5ab991ad) [junit] [EL Finest]: 2022-09-10 04:19:17.373--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2e53084f) [junit] [EL Finest]: 2022-09-10 04:19:17.373--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(135:null:description_135) [junit] [EL Finer]: 2022-09-10 04:19:17.373--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:17.373--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:17.373--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [11, first_11, last_11, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.373--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [13, first_13, last_13, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.373--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [23, first_23, last_23, null, null, null, null, 2, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.373--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [35, first_35, last_35, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.373--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [33, first_33, last_33, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.373--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [31, first_31, last_31, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.373--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [24, first_24, last_24, null, null, null, null, 2, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.373--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [32, first_32, last_32, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.373--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [22, first_22, last_22, null, null, null, null, 2, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.373--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [12, first_12, last_12, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.373--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [34, first_34, last_34, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.373--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [21, first_21, last_21, null, null, null, null, 2, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:17.373--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:17.376--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(152:null:description_152) [junit] [EL Finest]: 2022-09-10 04:19:17.376--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(139:null:description_139) [junit] [EL Finest]: 2022-09-10 04:19:17.376--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(138:null:description_138) [junit] [EL Finest]: 2022-09-10 04:19:17.377--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(130:null:description_130) [junit] [EL Finest]: 2022-09-10 04:19:17.377--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(134:null:description_134) [junit] [EL Finest]: 2022-09-10 04:19:17.377--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(140:null:description_140) [junit] [EL Finest]: 2022-09-10 04:19:17.377--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(150:null:description_150) [junit] [EL Finest]: 2022-09-10 04:19:17.377--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(141:null:description_141) [junit] [EL Finest]: 2022-09-10 04:19:17.377--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(146:null:description_146) [junit] [EL Finest]: 2022-09-10 04:19:17.377--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(126:null:description_126) [junit] [EL Finest]: 2022-09-10 04:19:17.377--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(147:null:description_147) [junit] [EL Finest]: 2022-09-10 04:19:17.377--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(129:null:description_129) [junit] [EL Finest]: 2022-09-10 04:19:17.377--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(142:null:description_142) [junit] [EL Finest]: 2022-09-10 04:19:17.377--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(136:null:description_136) [junit] [EL Finest]: 2022-09-10 04:19:17.377--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(125:null:description_125) [junit] [EL Finest]: 2022-09-10 04:19:17.377--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(133:null:description_133) [junit] [EL Finest]: 2022-09-10 04:19:17.377--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(124:null:description_124) [junit] [EL Finest]: 2022-09-10 04:19:17.377--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(127:null:description_127) [junit] [EL Finest]: 2022-09-10 04:19:17.377--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(153:null:description_153) [junit] [EL Finest]: 2022-09-10 04:19:17.378--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(143:null:description_143) [junit] [EL Finest]: 2022-09-10 04:19:17.378--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(144:null:description_144) [junit] [EL Finest]: 2022-09-10 04:19:17.378--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(148:null:description_148) [junit] [EL Finest]: 2022-09-10 04:19:17.378--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(123:null:description_123) [junit] [EL Finest]: 2022-09-10 04:19:17.378--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(145:null:description_145) [junit] [EL Finest]: 2022-09-10 04:19:17.378--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(149:null:description_149) [junit] [EL Finest]: 2022-09-10 04:19:17.378--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(137:null:description_137) [junit] [EL Finest]: 2022-09-10 04:19:17.378--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(132:null:description_132) [junit] [EL Finest]: 2022-09-10 04:19:17.378--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(128:null:description_128) [junit] [EL Finest]: 2022-09-10 04:19:17.378--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(131:null:description_131) [junit] [EL Finest]: 2022-09-10 04:19:17.378--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(151:null:description_151) [junit] [EL Finest]: 2022-09-10 04:19:17.378--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finer]: 2022-09-10 04:19:17.378--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:17.378--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:17.378--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [135, null, description_135] [junit] [EL Fine]: 2022-09-10 04:19:17.378--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [152, null, description_152] [junit] [EL Fine]: 2022-09-10 04:19:17.378--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [139, null, description_139] [junit] [EL Fine]: 2022-09-10 04:19:17.378--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [138, null, description_138] [junit] [EL Fine]: 2022-09-10 04:19:17.378--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [130, null, description_130] [junit] [EL Fine]: 2022-09-10 04:19:17.378--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [134, null, description_134] [junit] [EL Fine]: 2022-09-10 04:19:17.378--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [140, null, description_140] [junit] [EL Fine]: 2022-09-10 04:19:17.379--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [150, null, description_150] [junit] [EL Fine]: 2022-09-10 04:19:17.379--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [141, null, description_141] [junit] [EL Fine]: 2022-09-10 04:19:17.379--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [146, null, description_146] [junit] [EL Fine]: 2022-09-10 04:19:17.379--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [126, null, description_126] [junit] [EL Fine]: 2022-09-10 04:19:17.379--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [147, null, description_147] [junit] [EL Fine]: 2022-09-10 04:19:17.379--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [129, null, description_129] [junit] [EL Fine]: 2022-09-10 04:19:17.379--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [142, null, description_142] [junit] [EL Fine]: 2022-09-10 04:19:17.379--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [136, null, description_136] [junit] [EL Fine]: 2022-09-10 04:19:17.379--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [125, null, description_125] [junit] [EL Fine]: 2022-09-10 04:19:17.379--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [133, null, description_133] [junit] [EL Fine]: 2022-09-10 04:19:17.379--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [124, null, description_124] [junit] [EL Fine]: 2022-09-10 04:19:17.379--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [127, null, description_127] [junit] [EL Fine]: 2022-09-10 04:19:17.379--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [153, null, description_153] [junit] [EL Fine]: 2022-09-10 04:19:17.379--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [143, null, description_143] [junit] [EL Fine]: 2022-09-10 04:19:17.379--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [144, null, description_144] [junit] [EL Fine]: 2022-09-10 04:19:17.379--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [148, null, description_148] [junit] [EL Fine]: 2022-09-10 04:19:17.379--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [123, null, description_123] [junit] [EL Fine]: 2022-09-10 04:19:17.379--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [145, null, description_145] [junit] [EL Fine]: 2022-09-10 04:19:17.379--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [149, null, description_149] [junit] [EL Fine]: 2022-09-10 04:19:17.379--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [137, null, description_137] [junit] [EL Fine]: 2022-09-10 04:19:17.379--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [132, null, description_132] [junit] [EL Fine]: 2022-09-10 04:19:17.379--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [128, null, description_128] [junit] [EL Fine]: 2022-09-10 04:19:17.379--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [131, null, description_131] [junit] [EL Fine]: 2022-09-10 04:19:17.379--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [151, null, description_151] [junit] [EL Finer]: 2022-09-10 04:19:17.379--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:17.384--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2022-09-10 04:19:17.384--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.384--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.384--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.385--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2022-09-10 04:19:17.385--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b1) [junit] [EL Finest]: 2022-09-10 04:19:17.385--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.385--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.385--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.385--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.385--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.385--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.385--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.385--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.385--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2022-09-10 04:19:17.385--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.385--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.385--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.386--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.386--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.386--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.386--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.386--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.386--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.386--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.386--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.386--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.386--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.386--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.386--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.387--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@1) [junit] [EL Finer]: 2022-09-10 04:19:17.387--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:17.387--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:17.387--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [61, description_2] [junit] [EL Fine]: 2022-09-10 04:19:17.387--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [72, description_3] [junit] [EL Fine]: 2022-09-10 04:19:17.387--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [75, description_1] [junit] [EL Fine]: 2022-09-10 04:19:17.387--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [52, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.387--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [69, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.387--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [58, description_3] [junit] [EL Fine]: 2022-09-10 04:19:17.387--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [73, description_4] [junit] [EL Fine]: 2022-09-10 04:19:17.387--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [49, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.387--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [51, description_2] [junit] [EL Fine]: 2022-09-10 04:19:17.387--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [63, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.387--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [70, description_1] [junit] [EL Fine]: 2022-09-10 04:19:17.387--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [57, description_2] [junit] [EL Fine]: 2022-09-10 04:19:17.413--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [55, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.413--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [59, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.413--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [67, description_2] [junit] [EL Fine]: 2022-09-10 04:19:17.413--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [68, description_3] [junit] [EL Fine]: 2022-09-10 04:19:17.413--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [66, description_1] [junit] [EL Fine]: 2022-09-10 04:19:17.413--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [64, description_1] [junit] [EL Fine]: 2022-09-10 04:19:17.414--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [46, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.414--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [74, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.414--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [50, description_1] [junit] [EL Fine]: 2022-09-10 04:19:17.414--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [60, description_1] [junit] [EL Fine]: 2022-09-10 04:19:17.414--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [65, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.414--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [47, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.414--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [76, description_2] [junit] [EL Fine]: 2022-09-10 04:19:17.414--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [53, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.414--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [62, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.414--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [71, description_2] [junit] [EL Fine]: 2022-09-10 04:19:17.414--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [56, description_1] [junit] [EL Fine]: 2022-09-10 04:19:17.414--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [54, description_1] [junit] [EL Fine]: 2022-09-10 04:19:17.414--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [48, description_1] [junit] [EL Finer]: 2022-09-10 04:19:17.414--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:17.419--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@3) [junit] [EL Finest]: 2022-09-10 04:19:17.419--UnitOfWork(178652216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@2) [junit] [EL Finer]: 2022-09-10 04:19:17.42--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:17.42--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])--INSERT INTO TMP_NODE (ID, NODENAME, VERSIONCOLUMN, PARENT) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:17.42--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [1, null, 1, null] [junit] [EL Fine]: 2022-09-10 04:19:17.42--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [3, null, 1, 1] [junit] [EL Fine]: 2022-09-10 04:19:17.42--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [2, null, 1, 1] [junit] [EL Finer]: 2022-09-10 04:19:17.42--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:17.421--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:17.421--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:17.421--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:17.421--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [0, 0, 61] [junit] [EL Fine]: 2022-09-10 04:19:17.421--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [0, 0, 72] [junit] [EL Fine]: 2022-09-10 04:19:17.421--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [0, 0, 75] [junit] [EL Fine]: 2022-09-10 04:19:17.421--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [0, 0, 52] [junit] [EL Fine]: 2022-09-10 04:19:17.421--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [0, 0, 69] [junit] [EL Fine]: 2022-09-10 04:19:17.421--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [0, 0, 58] [junit] [EL Fine]: 2022-09-10 04:19:17.421--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [0, 0, 73] [junit] [EL Fine]: 2022-09-10 04:19:17.421--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [0, 0, 49] [junit] [EL Fine]: 2022-09-10 04:19:17.421--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [0, 0, 51] [junit] [EL Fine]: 2022-09-10 04:19:17.421--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [0, 0, 63] [junit] [EL Fine]: 2022-09-10 04:19:17.421--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [0, 0, 70] [junit] [EL Fine]: 2022-09-10 04:19:17.421--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [0, 0, 57] [junit] [EL Fine]: 2022-09-10 04:19:17.421--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [0, 0, 55] [junit] [EL Fine]: 2022-09-10 04:19:17.421--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [0, 0, 59] [junit] [EL Fine]: 2022-09-10 04:19:17.421--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [0, 0, 67] [junit] [EL Fine]: 2022-09-10 04:19:17.421--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [0, 0, 68] [junit] [EL Fine]: 2022-09-10 04:19:17.421--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [0, 0, 66] [junit] [EL Fine]: 2022-09-10 04:19:17.421--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [0, 0, 64] [junit] [EL Fine]: 2022-09-10 04:19:17.421--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [0, 0, 46] [junit] [EL Fine]: 2022-09-10 04:19:17.421--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [0, 0, 74] [junit] [EL Fine]: 2022-09-10 04:19:17.422--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [0, 0, 50] [junit] [EL Fine]: 2022-09-10 04:19:17.422--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [0, 0, 60] [junit] [EL Fine]: 2022-09-10 04:19:17.422--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [0, 0, 65] [junit] [EL Fine]: 2022-09-10 04:19:17.422--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [0, 0, 47] [junit] [EL Fine]: 2022-09-10 04:19:17.422--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [0, 0, 76] [junit] [EL Fine]: 2022-09-10 04:19:17.422--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [0, 0, 53] [junit] [EL Fine]: 2022-09-10 04:19:17.422--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [0, 0, 62] [junit] [EL Fine]: 2022-09-10 04:19:17.422--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [0, 0, 71] [junit] [EL Fine]: 2022-09-10 04:19:17.422--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [0, 0, 56] [junit] [EL Fine]: 2022-09-10 04:19:17.422--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [0, 0, 54] [junit] [EL Fine]: 2022-09-10 04:19:17.422--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [0, 0, 48] [junit] [EL Finer]: 2022-09-10 04:19:17.422--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:17.427--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.427--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.427--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.427--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.427--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.427--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.427--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.427--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.427--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.427--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.427--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.427--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.428--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.428--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.428--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.428--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.428--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.428--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.428--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.428--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.428--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.428--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.428--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.428--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.428--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.428--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.428--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.428--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.428--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.428--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.428--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:17.429--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:17.429--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:17.429--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [123, 11] [junit] [EL Fine]: 2022-09-10 04:19:17.429--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [126, 13] [junit] [EL Fine]: 2022-09-10 04:19:17.429--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [127, 13] [junit] [EL Fine]: 2022-09-10 04:19:17.429--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [128, 13] [junit] [EL Fine]: 2022-09-10 04:19:17.429--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [132, 23] [junit] [EL Fine]: 2022-09-10 04:19:17.429--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [133, 23] [junit] [EL Fine]: 2022-09-10 04:19:17.429--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [134, 23] [junit] [EL Fine]: 2022-09-10 04:19:17.429--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [149, 35] [junit] [EL Fine]: 2022-09-10 04:19:17.429--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [150, 35] [junit] [EL Fine]: 2022-09-10 04:19:17.429--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [151, 35] [junit] [EL Fine]: 2022-09-10 04:19:17.429--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [152, 35] [junit] [EL Fine]: 2022-09-10 04:19:17.429--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [153, 35] [junit] [EL Fine]: 2022-09-10 04:19:17.429--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [142, 33] [junit] [EL Fine]: 2022-09-10 04:19:17.429--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [143, 33] [junit] [EL Fine]: 2022-09-10 04:19:17.429--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [144, 33] [junit] [EL Fine]: 2022-09-10 04:19:17.429--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [139, 31] [junit] [EL Fine]: 2022-09-10 04:19:17.429--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [135, 24] [junit] [EL Fine]: 2022-09-10 04:19:17.429--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [136, 24] [junit] [EL Fine]: 2022-09-10 04:19:17.429--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [137, 24] [junit] [EL Fine]: 2022-09-10 04:19:17.429--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [138, 24] [junit] [EL Fine]: 2022-09-10 04:19:17.429--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [140, 32] [junit] [EL Fine]: 2022-09-10 04:19:17.429--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [141, 32] [junit] [EL Fine]: 2022-09-10 04:19:17.429--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [130, 22] [junit] [EL Fine]: 2022-09-10 04:19:17.429--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [131, 22] [junit] [EL Fine]: 2022-09-10 04:19:17.429--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [124, 12] [junit] [EL Fine]: 2022-09-10 04:19:17.429--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [125, 12] [junit] [EL Fine]: 2022-09-10 04:19:17.429--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [145, 34] [junit] [EL Fine]: 2022-09-10 04:19:17.429--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [146, 34] [junit] [EL Fine]: 2022-09-10 04:19:17.429--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [147, 34] [junit] [EL Fine]: 2022-09-10 04:19:17.43--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [148, 34] [junit] [EL Fine]: 2022-09-10 04:19:17.43--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [129, 21] [junit] [EL Finer]: 2022-09-10 04:19:17.43--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:17.435--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.435--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.435--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.435--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.435--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.435--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.435--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.435--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.435--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.435--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.435--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.435--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.435--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.435--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.436--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.436--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.436--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.436--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.436--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.436--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.436--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.436--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.436--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.436--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.436--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.436--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.436--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.436--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.436--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.436--ClientSession(1468612411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:17.436--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:17.436--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:17.436--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [46, 11] [junit] [EL Fine]: 2022-09-10 04:19:17.436--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [49, 13] [junit] [EL Fine]: 2022-09-10 04:19:17.436--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [50, 13] [junit] [EL Fine]: 2022-09-10 04:19:17.436--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [51, 13] [junit] [EL Fine]: 2022-09-10 04:19:17.436--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [55, 23] [junit] [EL Fine]: 2022-09-10 04:19:17.436--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [56, 23] [junit] [EL Fine]: 2022-09-10 04:19:17.436--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [57, 23] [junit] [EL Fine]: 2022-09-10 04:19:17.437--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [74, 35] [junit] [EL Fine]: 2022-09-10 04:19:17.437--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [75, 35] [junit] [EL Fine]: 2022-09-10 04:19:17.437--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [76, 35] [junit] [EL Fine]: 2022-09-10 04:19:17.437--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [72, 35] [junit] [EL Fine]: 2022-09-10 04:19:17.437--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [73, 35] [junit] [EL Fine]: 2022-09-10 04:19:17.437--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [65, 33] [junit] [EL Fine]: 2022-09-10 04:19:17.437--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [66, 33] [junit] [EL Fine]: 2022-09-10 04:19:17.437--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [67, 33] [junit] [EL Fine]: 2022-09-10 04:19:17.437--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [62, 31] [junit] [EL Fine]: 2022-09-10 04:19:17.437--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [59, 24] [junit] [EL Fine]: 2022-09-10 04:19:17.437--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [60, 24] [junit] [EL Fine]: 2022-09-10 04:19:17.437--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [61, 24] [junit] [EL Fine]: 2022-09-10 04:19:17.437--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [58, 24] [junit] [EL Fine]: 2022-09-10 04:19:17.437--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [63, 32] [junit] [EL Fine]: 2022-09-10 04:19:17.437--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [64, 32] [junit] [EL Fine]: 2022-09-10 04:19:17.437--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [53, 22] [junit] [EL Fine]: 2022-09-10 04:19:17.437--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [54, 22] [junit] [EL Fine]: 2022-09-10 04:19:17.437--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [47, 12] [junit] [EL Fine]: 2022-09-10 04:19:17.437--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [48, 12] [junit] [EL Fine]: 2022-09-10 04:19:17.437--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [69, 34] [junit] [EL Fine]: 2022-09-10 04:19:17.437--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [70, 34] [junit] [EL Fine]: 2022-09-10 04:19:17.437--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [71, 34] [junit] [EL Fine]: 2022-09-10 04:19:17.437--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [68, 34] [junit] [EL Fine]: 2022-09-10 04:19:17.437--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])-- bind => [52, 21] [junit] [EL Finer]: 2022-09-10 04:19:17.437--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:17.443--ClientSession(1468612411)--Connection(591656869)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:17.444--ServerSession(1526542158)--Connection(1086273201)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:17.447--UnitOfWork(178652216)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:17.447--UnitOfWork(178652216)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:17.448--UnitOfWork(178652216)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:17.448--ClientSession(1468612411)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:17.448--UnitOfWork(178652216)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:17.448--ClientSession(1468612411)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:17.45--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1316820375 [junit] [EL Finer]: 2022-09-10 04:19:17.45--ClientSession(1316820375)--Thread(Thread[main,5,main])--acquire unit of work: 1434417325 [junit] [EL Finest]: 2022-09-10 04:19:17.45--UnitOfWork(1434417325)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Node sql="SELECT t1.ID, t1.NODENAME, t1.VERSIONCOLUMN, t1.PARENT, t0.ID, t0.NODENAME, t0.VERSIONCOLUMN, t0.PARENT FROM TMP_NODE t0, TMP_NODE t1 WHERE ((t1.ID = ?) AND (t0.ID = t1.PARENT))") [junit] [EL Finest]: 2022-09-10 04:19:17.45--ServerSession(1526542158)--Connection(87098587)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.45--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:17.45--ServerSession(1526542158)--Connection(743405100)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.NODENAME, t1.VERSIONCOLUMN, t1.PARENT, t0.ID, t0.NODENAME, t0.VERSIONCOLUMN, t0.PARENT FROM TMP_NODE t0, TMP_NODE t1 WHERE ((t1.ID = ?) AND (t0.ID = t1.PARENT)) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:19:17.451--ServerSession(1526542158)--Connection(87098587)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:17.483--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1549192045 [junit] [EL Finer]: 2022-09-10 04:19:17.483--ClientSession(1549192045)--Thread(Thread[main,5,main])--acquire unit of work: 1470668392 [junit] [EL Finest]: 2022-09-10 04:19:17.483--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:19:17.483--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.483--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (154 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.484--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@391aedcd. [junit] [EL Finest]: 2022-09-10 04:19:17.484--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.484--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (77 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.484--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@391aedcd [junit] [EL Finest]: 2022-09-10 04:19:17.484--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.484--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.484--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (155 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.484--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.484--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (156 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.484--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@575ca45f. [junit] [EL Finest]: 2022-09-10 04:19:17.484--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.485--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (78 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.485--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae. [junit] [EL Finest]: 2022-09-10 04:19:17.485--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (79 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.485--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@575ca45f [junit] [EL Finest]: 2022-09-10 04:19:17.485--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.485--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.485--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.485--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (157 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.485--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.485--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (158 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.485--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.485--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (159 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.485--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@57598bc7. [junit] [EL Finest]: 2022-09-10 04:19:17.486--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.486--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (80 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.486--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae. [junit] [EL Finest]: 2022-09-10 04:19:17.486--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (81 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.486--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af. [junit] [EL Finest]: 2022-09-10 04:19:17.486--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (82 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.486--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@57598bc7 [junit] [EL Finest]: 2022-09-10 04:19:17.486--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.486--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.486--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2022-09-10 04:19:17.486--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2. [junit] [EL Finest]: 2022-09-10 04:19:17.486--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.486--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (160 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.486--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5916507e. [junit] [EL Finest]: 2022-09-10 04:19:17.486--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.486--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (83 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.486--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5916507e [junit] [EL Finest]: 2022-09-10 04:19:17.487--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.487--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.487--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (161 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.487--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.487--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (162 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.487--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@75417534. [junit] [EL Finest]: 2022-09-10 04:19:17.487--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.487--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (84 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.487--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae. [junit] [EL Finest]: 2022-09-10 04:19:17.487--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (85 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.487--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@75417534 [junit] [EL Finest]: 2022-09-10 04:19:17.487--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.487--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.487--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.488--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (163 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.488--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.488--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (164 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.488--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.488--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (165 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.488--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@309c39dc. [junit] [EL Finest]: 2022-09-10 04:19:17.488--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.488--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (86 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.488--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae. [junit] [EL Finest]: 2022-09-10 04:19:17.488--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (87 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.488--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af. [junit] [EL Finest]: 2022-09-10 04:19:17.488--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (88 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.488--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@309c39dc [junit] [EL Finest]: 2022-09-10 04:19:17.488--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.489--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.489--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2022-09-10 04:19:17.489--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.489--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (166 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.489--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.489--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (167 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.489--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.489--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (168 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.489--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.489--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (169 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.489--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@29863c20. [junit] [EL Finest]: 2022-09-10 04:19:17.49--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0. [junit] [EL Finest]: 2022-09-10 04:19:17.49--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (89 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2022-09-10 04:19:17.49--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.49--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (90 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.49--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae. [junit] [EL Finest]: 2022-09-10 04:19:17.49--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (91 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.49--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af. [junit] [EL Finest]: 2022-09-10 04:19:17.49--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (92 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.49--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@29863c20 [junit] [EL Finest]: 2022-09-10 04:19:17.49--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0 [junit] [EL Finest]: 2022-09-10 04:19:17.491--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.491--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.491--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2022-09-10 04:19:17.491--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3. [junit] [EL Finest]: 2022-09-10 04:19:17.491--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.491--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (170 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.491--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3b4e6329. [junit] [EL Finest]: 2022-09-10 04:19:17.491--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.491--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (93 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.491--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3b4e6329 [junit] [EL Finest]: 2022-09-10 04:19:17.492--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.492--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.492--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (171 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.492--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.492--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (172 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.492--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2b55799f. [junit] [EL Finest]: 2022-09-10 04:19:17.492--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.492--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (94 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.492--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae. [junit] [EL Finest]: 2022-09-10 04:19:17.492--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (95 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.492--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2b55799f [junit] [EL Finest]: 2022-09-10 04:19:17.493--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.493--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.493--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.493--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (173 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.493--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.493--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (174 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.493--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.493--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (175 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.493--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3a4f4a81. [junit] [EL Finest]: 2022-09-10 04:19:17.494--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.494--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (96 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.494--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae. [junit] [EL Finest]: 2022-09-10 04:19:17.494--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (97 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.494--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af. [junit] [EL Finest]: 2022-09-10 04:19:17.494--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (98 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.494--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3a4f4a81 [junit] [EL Finest]: 2022-09-10 04:19:17.494--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.494--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.495--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2022-09-10 04:19:17.495--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.495--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (176 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.495--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.495--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (177 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.495--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.495--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (178 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.495--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.495--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (179 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.495--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6a34aaec. [junit] [EL Finest]: 2022-09-10 04:19:17.495--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0. [junit] [EL Finest]: 2022-09-10 04:19:17.495--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (99 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2022-09-10 04:19:17.495--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.496--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (100 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.496--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae. [junit] [EL Finest]: 2022-09-10 04:19:17.496--ServerSession(1526542158)--Connection(689694739)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:17.496--ClientSession(1549192045)--Connection(689694739)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:17.496--ClientSession(1549192045)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:17.496--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="IdGenerator" sql="UPDATE TMP_GENERATOR SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ?") [junit] [EL Finest]: 2022-09-10 04:19:17.496--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="IdGenerator" sql="SELECT MAX_ID FROM TMP_GENERATOR WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2022-09-10 04:19:17.496--ClientSession(1549192045)--Connection(1340093201)--Thread(Thread[main,5,main])--UPDATE TMP_GENERATOR SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, IdGenerator] [junit] [EL Fine]: 2022-09-10 04:19:17.497--ClientSession(1549192045)--Connection(1340093201)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_GENERATOR WHERE BEAN_NAME = ? [junit] bind => [IdGenerator] [junit] [EL Finest]: 2022-09-10 04:19:17.498--ClientSession(1549192045)--Connection(1340093201)--Thread(Thread[main,5,main])--local sequencing preallocation for IdGenerator: objects: 50 , first: 101, last: 150 [junit] [EL Finer]: 2022-09-10 04:19:17.498--ClientSession(1549192045)--Connection(1340093201)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:17.499--ServerSession(1526542158)--Connection(1340093201)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2022-09-10 04:19:17.499--ServerSession(1526542158)--Connection(689694739)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:19:17.499--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (101 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.499--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af. [junit] [EL Finest]: 2022-09-10 04:19:17.499--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (102 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.499--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6a34aaec [junit] [EL Finest]: 2022-09-10 04:19:17.5--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0 [junit] [EL Finest]: 2022-09-10 04:19:17.5--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.5--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.5--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2022-09-10 04:19:17.5--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.5--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (180 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.5--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.5--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (181 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.5--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.5--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (182 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.5--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.5--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (183 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.5--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.5--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (184 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.5--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3b729e06. [junit] [EL Finest]: 2022-09-10 04:19:17.5--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0. [junit] [EL Finest]: 2022-09-10 04:19:17.501--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (103 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2022-09-10 04:19:17.501--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b1. [junit] [EL Finest]: 2022-09-10 04:19:17.501--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (104 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b1) [junit] [EL Finest]: 2022-09-10 04:19:17.501--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.501--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (105 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.501--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae. [junit] [EL Finest]: 2022-09-10 04:19:17.501--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (106 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.501--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af. [junit] [EL Finest]: 2022-09-10 04:19:17.501--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--assign sequence to the object (107 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.501--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3b729e06 [junit] [EL Finest]: 2022-09-10 04:19:17.501--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0 [junit] [EL Finest]: 2022-09-10 04:19:17.501--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b1 [junit] [EL Finest]: 2022-09-10 04:19:17.501--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.501--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.501--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2022-09-10 04:19:17.502--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@1. [junit] [EL Finest]: 2022-09-10 04:19:17.502--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@2. [junit] [EL Finest]: 2022-09-10 04:19:17.502--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@3. [junit] [EL Finer]: 2022-09-10 04:19:17.502--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:17.502--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2022-09-10 04:19:17.502--ServerSession(1526542158)--Connection(1355234036)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:17.502--ClientSession(1549192045)--Connection(1355234036)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:17.502--ClientSession(1549192045)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:17.503--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2022-09-10 04:19:17.503--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:19:17.503--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2b55799f) [junit] [EL Finer]: 2022-09-10 04:19:17.503--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:17.503--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:17.503--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [2, dep_2, 1] [junit] [EL Fine]: 2022-09-10 04:19:17.503--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [3, dep_3, 1] [junit] [EL Fine]: 2022-09-10 04:19:17.503--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [1, dep_1, 1] [junit] [EL Finer]: 2022-09-10 04:19:17.503--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:17.504--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@75417534) [junit] [EL Finest]: 2022-09-10 04:19:17.504--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3a4f4a81) [junit] [EL Finest]: 2022-09-10 04:19:17.505--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@29863c20) [junit] [EL Finest]: 2022-09-10 04:19:17.505--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@309c39dc) [junit] [EL Finest]: 2022-09-10 04:19:17.505--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6a34aaec) [junit] [EL Finest]: 2022-09-10 04:19:17.505--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@57598bc7) [junit] [EL Finest]: 2022-09-10 04:19:17.505--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@391aedcd) [junit] [EL Finest]: 2022-09-10 04:19:17.505--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3b4e6329) [junit] [EL Finest]: 2022-09-10 04:19:17.505--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@575ca45f) [junit] [EL Finest]: 2022-09-10 04:19:17.505--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5916507e) [junit] [EL Finest]: 2022-09-10 04:19:17.505--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3b729e06) [junit] [EL Finest]: 2022-09-10 04:19:17.505--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(157:null:description_157) [junit] [EL Finer]: 2022-09-10 04:19:17.505--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:17.525--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:17.525--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [32, first_32, last_32, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.525--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [22, first_22, last_22, null, null, null, null, 2, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.525--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [33, first_33, last_33, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.525--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [24, first_24, last_24, null, null, null, null, 2, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.525--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [23, first_23, last_23, null, null, null, null, 2, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.525--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [34, first_34, last_34, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.525--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [13, first_13, last_13, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.525--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [11, first_11, last_11, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.525--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [31, first_31, last_31, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.525--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [12, first_12, last_12, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.525--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [21, first_21, last_21, null, null, null, null, 2, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.525--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [35, first_35, last_35, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:17.525--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:17.529--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(170:null:description_170) [junit] [EL Finest]: 2022-09-10 04:19:17.529--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(163:null:description_163) [junit] [EL Finest]: 2022-09-10 04:19:17.53--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(154:null:description_154) [junit] [EL Finest]: 2022-09-10 04:19:17.53--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(158:null:description_158) [junit] [EL Finest]: 2022-09-10 04:19:17.53--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(184:null:description_184) [junit] [EL Finest]: 2022-09-10 04:19:17.53--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(180:null:description_180) [junit] [EL Finest]: 2022-09-10 04:19:17.53--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(162:null:description_162) [junit] [EL Finest]: 2022-09-10 04:19:17.53--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(165:null:description_165) [junit] [EL Finest]: 2022-09-10 04:19:17.53--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(173:null:description_173) [junit] [EL Finest]: 2022-09-10 04:19:17.53--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(183:null:description_183) [junit] [EL Finest]: 2022-09-10 04:19:17.53--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(178:null:description_178) [junit] [EL Finest]: 2022-09-10 04:19:17.53--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(177:null:description_177) [junit] [EL Finest]: 2022-09-10 04:19:17.53--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(161:null:description_161) [junit] [EL Finest]: 2022-09-10 04:19:17.53--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(167:null:description_167) [junit] [EL Finest]: 2022-09-10 04:19:17.53--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(159:null:description_159) [junit] [EL Finest]: 2022-09-10 04:19:17.53--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(182:null:description_182) [junit] [EL Finest]: 2022-09-10 04:19:17.53--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(166:null:description_166) [junit] [EL Finest]: 2022-09-10 04:19:17.53--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(181:null:description_181) [junit] [EL Finest]: 2022-09-10 04:19:17.53--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(175:null:description_175) [junit] [EL Finest]: 2022-09-10 04:19:17.531--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(169:null:description_169) [junit] [EL Finest]: 2022-09-10 04:19:17.531--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(172:null:description_172) [junit] [EL Finest]: 2022-09-10 04:19:17.531--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(160:null:description_160) [junit] [EL Finest]: 2022-09-10 04:19:17.531--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(168:null:description_168) [junit] [EL Finest]: 2022-09-10 04:19:17.531--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(155:null:description_155) [junit] [EL Finest]: 2022-09-10 04:19:17.531--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(164:null:description_164) [junit] [EL Finest]: 2022-09-10 04:19:17.531--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(176:null:description_176) [junit] [EL Finest]: 2022-09-10 04:19:17.531--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(156:null:description_156) [junit] [EL Finest]: 2022-09-10 04:19:17.531--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(171:null:description_171) [junit] [EL Finest]: 2022-09-10 04:19:17.531--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(179:null:description_179) [junit] [EL Finest]: 2022-09-10 04:19:17.531--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(174:null:description_174) [junit] [EL Finest]: 2022-09-10 04:19:17.531--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finer]: 2022-09-10 04:19:17.531--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:17.531--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:17.531--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [157, null, description_157] [junit] [EL Fine]: 2022-09-10 04:19:17.531--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [170, null, description_170] [junit] [EL Fine]: 2022-09-10 04:19:17.531--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [163, null, description_163] [junit] [EL Fine]: 2022-09-10 04:19:17.531--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [154, null, description_154] [junit] [EL Fine]: 2022-09-10 04:19:17.531--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [158, null, description_158] [junit] [EL Fine]: 2022-09-10 04:19:17.531--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [184, null, description_184] [junit] [EL Fine]: 2022-09-10 04:19:17.532--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [180, null, description_180] [junit] [EL Fine]: 2022-09-10 04:19:17.532--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [162, null, description_162] [junit] [EL Fine]: 2022-09-10 04:19:17.532--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [165, null, description_165] [junit] [EL Fine]: 2022-09-10 04:19:17.532--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [173, null, description_173] [junit] [EL Fine]: 2022-09-10 04:19:17.532--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [183, null, description_183] [junit] [EL Fine]: 2022-09-10 04:19:17.532--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [178, null, description_178] [junit] [EL Fine]: 2022-09-10 04:19:17.532--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [177, null, description_177] [junit] [EL Fine]: 2022-09-10 04:19:17.532--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [161, null, description_161] [junit] [EL Fine]: 2022-09-10 04:19:17.532--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [167, null, description_167] [junit] [EL Fine]: 2022-09-10 04:19:17.532--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [159, null, description_159] [junit] [EL Fine]: 2022-09-10 04:19:17.532--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [182, null, description_182] [junit] [EL Fine]: 2022-09-10 04:19:17.532--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [166, null, description_166] [junit] [EL Fine]: 2022-09-10 04:19:17.532--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [181, null, description_181] [junit] [EL Fine]: 2022-09-10 04:19:17.532--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [175, null, description_175] [junit] [EL Fine]: 2022-09-10 04:19:17.532--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [169, null, description_169] [junit] [EL Fine]: 2022-09-10 04:19:17.532--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [172, null, description_172] [junit] [EL Fine]: 2022-09-10 04:19:17.532--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [160, null, description_160] [junit] [EL Fine]: 2022-09-10 04:19:17.532--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [168, null, description_168] [junit] [EL Fine]: 2022-09-10 04:19:17.532--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [155, null, description_155] [junit] [EL Fine]: 2022-09-10 04:19:17.532--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [164, null, description_164] [junit] [EL Fine]: 2022-09-10 04:19:17.532--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [176, null, description_176] [junit] [EL Fine]: 2022-09-10 04:19:17.532--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [156, null, description_156] [junit] [EL Fine]: 2022-09-10 04:19:17.532--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [171, null, description_171] [junit] [EL Fine]: 2022-09-10 04:19:17.532--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [179, null, description_179] [junit] [EL Fine]: 2022-09-10 04:19:17.532--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [174, null, description_174] [junit] [EL Finer]: 2022-09-10 04:19:17.532--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:17.538--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2022-09-10 04:19:17.538--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2022-09-10 04:19:17.538--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.538--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.538--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.538--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.539--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.539--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b1) [junit] [EL Finest]: 2022-09-10 04:19:17.539--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.539--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.539--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.539--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.539--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.539--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.539--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2022-09-10 04:19:17.539--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.539--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.539--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.539--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.539--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.54--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.54--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.54--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.54--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.54--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.54--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.54--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.54--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.54--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.54--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.54--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@3) [junit] [EL Finest]: 2022-09-10 04:19:17.54--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query WriteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@1) [junit] [EL Finer]: 2022-09-10 04:19:17.54--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:17.541--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:17.541--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [77, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.541--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [89, description_3] [junit] [EL Fine]: 2022-09-10 04:19:17.541--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [103, description_3] [junit] [EL Fine]: 2022-09-10 04:19:17.541--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [91, description_1] [junit] [EL Fine]: 2022-09-10 04:19:17.541--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [94, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.541--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [82, description_2] [junit] [EL Fine]: 2022-09-10 04:19:17.541--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [85, description_1] [junit] [EL Fine]: 2022-09-10 04:19:17.541--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [95, description_1] [junit] [EL Fine]: 2022-09-10 04:19:17.541--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [104, description_4] [junit] [EL Fine]: 2022-09-10 04:19:17.541--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [78, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.541--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [84, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.541--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [81, description_1] [junit] [EL Fine]: 2022-09-10 04:19:17.541--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [83, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.541--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [98, description_2] [junit] [EL Fine]: 2022-09-10 04:19:17.541--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [79, description_1] [junit] [EL Fine]: 2022-09-10 04:19:17.541--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [99, description_3] [junit] [EL Fine]: 2022-09-10 04:19:17.541--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [86, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.541--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [97, description_1] [junit] [EL Fine]: 2022-09-10 04:19:17.541--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [92, description_2] [junit] [EL Fine]: 2022-09-10 04:19:17.541--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [105, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.541--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [88, description_2] [junit] [EL Fine]: 2022-09-10 04:19:17.541--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [96, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.541--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [106, description_1] [junit] [EL Fine]: 2022-09-10 04:19:17.541--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [100, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.541--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [93, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.542--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [101, description_1] [junit] [EL Fine]: 2022-09-10 04:19:17.542--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [90, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.542--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [80, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.542--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [87, description_1] [junit] [EL Fine]: 2022-09-10 04:19:17.542--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [102, description_2] [junit] [EL Fine]: 2022-09-10 04:19:17.542--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [107, description_2] [junit] [EL Finer]: 2022-09-10 04:19:17.542--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:17.547--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@2) [junit] [EL Finer]: 2022-09-10 04:19:17.547--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:17.547--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])--INSERT INTO TMP_NODE (ID, NODENAME, VERSIONCOLUMN, PARENT) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:17.547--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [1, null, 1, null] [junit] [EL Fine]: 2022-09-10 04:19:17.547--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [3, null, 1, 1] [junit] [EL Fine]: 2022-09-10 04:19:17.547--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [2, null, 1, 1] [junit] [EL Finer]: 2022-09-10 04:19:17.547--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:17.548--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:17.548--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:17.548--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:17.548--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [0, 0, 77] [junit] [EL Fine]: 2022-09-10 04:19:17.548--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [0, 0, 89] [junit] [EL Fine]: 2022-09-10 04:19:17.548--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [0, 0, 103] [junit] [EL Fine]: 2022-09-10 04:19:17.548--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [0, 0, 91] [junit] [EL Fine]: 2022-09-10 04:19:17.548--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [0, 0, 94] [junit] [EL Fine]: 2022-09-10 04:19:17.548--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [0, 0, 82] [junit] [EL Fine]: 2022-09-10 04:19:17.548--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [0, 0, 85] [junit] [EL Fine]: 2022-09-10 04:19:17.548--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [0, 0, 95] [junit] [EL Fine]: 2022-09-10 04:19:17.549--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [0, 0, 104] [junit] [EL Fine]: 2022-09-10 04:19:17.549--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [0, 0, 78] [junit] [EL Fine]: 2022-09-10 04:19:17.549--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [0, 0, 84] [junit] [EL Fine]: 2022-09-10 04:19:17.549--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [0, 0, 81] [junit] [EL Fine]: 2022-09-10 04:19:17.549--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [0, 0, 83] [junit] [EL Fine]: 2022-09-10 04:19:17.549--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [0, 0, 98] [junit] [EL Fine]: 2022-09-10 04:19:17.549--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [0, 0, 79] [junit] [EL Fine]: 2022-09-10 04:19:17.549--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [0, 0, 99] [junit] [EL Fine]: 2022-09-10 04:19:17.549--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [0, 0, 86] [junit] [EL Fine]: 2022-09-10 04:19:17.549--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [0, 0, 97] [junit] [EL Fine]: 2022-09-10 04:19:17.549--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [0, 0, 92] [junit] [EL Fine]: 2022-09-10 04:19:17.549--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [0, 0, 105] [junit] [EL Fine]: 2022-09-10 04:19:17.549--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [0, 0, 88] [junit] [EL Fine]: 2022-09-10 04:19:17.549--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [0, 0, 96] [junit] [EL Fine]: 2022-09-10 04:19:17.549--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [0, 0, 106] [junit] [EL Fine]: 2022-09-10 04:19:17.549--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [0, 0, 100] [junit] [EL Fine]: 2022-09-10 04:19:17.549--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [0, 0, 93] [junit] [EL Fine]: 2022-09-10 04:19:17.549--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [0, 0, 101] [junit] [EL Fine]: 2022-09-10 04:19:17.549--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [0, 0, 90] [junit] [EL Fine]: 2022-09-10 04:19:17.549--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [0, 0, 80] [junit] [EL Fine]: 2022-09-10 04:19:17.549--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [0, 0, 87] [junit] [EL Fine]: 2022-09-10 04:19:17.549--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [0, 0, 102] [junit] [EL Fine]: 2022-09-10 04:19:17.549--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [0, 0, 107] [junit] [EL Finer]: 2022-09-10 04:19:17.549--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:17.554--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.554--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.554--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.554--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.554--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.554--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.554--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.554--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.554--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.554--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.554--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.555--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.555--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.555--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.555--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.555--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.555--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.555--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.555--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.555--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.555--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.555--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.555--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.555--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.555--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.555--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.555--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.555--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.555--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.555--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.555--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:17.555--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:17.555--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:17.555--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [171, 32] [junit] [EL Fine]: 2022-09-10 04:19:17.555--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [172, 32] [junit] [EL Fine]: 2022-09-10 04:19:17.555--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [161, 22] [junit] [EL Fine]: 2022-09-10 04:19:17.556--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [162, 22] [junit] [EL Fine]: 2022-09-10 04:19:17.556--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [173, 33] [junit] [EL Fine]: 2022-09-10 04:19:17.556--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [174, 33] [junit] [EL Fine]: 2022-09-10 04:19:17.556--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [175, 33] [junit] [EL Fine]: 2022-09-10 04:19:17.556--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [166, 24] [junit] [EL Fine]: 2022-09-10 04:19:17.556--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [167, 24] [junit] [EL Fine]: 2022-09-10 04:19:17.556--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [168, 24] [junit] [EL Fine]: 2022-09-10 04:19:17.556--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [169, 24] [junit] [EL Fine]: 2022-09-10 04:19:17.556--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [163, 23] [junit] [EL Fine]: 2022-09-10 04:19:17.556--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [164, 23] [junit] [EL Fine]: 2022-09-10 04:19:17.556--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [165, 23] [junit] [EL Fine]: 2022-09-10 04:19:17.556--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [176, 34] [junit] [EL Fine]: 2022-09-10 04:19:17.556--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [177, 34] [junit] [EL Fine]: 2022-09-10 04:19:17.556--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [178, 34] [junit] [EL Fine]: 2022-09-10 04:19:17.556--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [179, 34] [junit] [EL Fine]: 2022-09-10 04:19:17.556--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [157, 13] [junit] [EL Fine]: 2022-09-10 04:19:17.556--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [158, 13] [junit] [EL Fine]: 2022-09-10 04:19:17.556--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [159, 13] [junit] [EL Fine]: 2022-09-10 04:19:17.556--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [154, 11] [junit] [EL Fine]: 2022-09-10 04:19:17.556--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [170, 31] [junit] [EL Fine]: 2022-09-10 04:19:17.556--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [155, 12] [junit] [EL Fine]: 2022-09-10 04:19:17.556--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [156, 12] [junit] [EL Fine]: 2022-09-10 04:19:17.556--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [160, 21] [junit] [EL Fine]: 2022-09-10 04:19:17.556--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [180, 35] [junit] [EL Fine]: 2022-09-10 04:19:17.556--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [181, 35] [junit] [EL Fine]: 2022-09-10 04:19:17.556--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [182, 35] [junit] [EL Fine]: 2022-09-10 04:19:17.556--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [183, 35] [junit] [EL Fine]: 2022-09-10 04:19:17.556--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [184, 35] [junit] [EL Finer]: 2022-09-10 04:19:17.556--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:17.562--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.562--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.562--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.562--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.562--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.562--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.562--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.562--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.562--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.562--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.562--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.562--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.562--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.562--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.562--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.562--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.562--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.562--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.562--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.562--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.563--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.563--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.563--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.563--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.563--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.563--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.563--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.563--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.563--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.563--ClientSession(1549192045)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:17.563--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:17.563--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:17.563--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [94, 32] [junit] [EL Fine]: 2022-09-10 04:19:17.563--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [95, 32] [junit] [EL Fine]: 2022-09-10 04:19:17.563--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [84, 22] [junit] [EL Fine]: 2022-09-10 04:19:17.563--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [85, 22] [junit] [EL Fine]: 2022-09-10 04:19:17.563--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [96, 33] [junit] [EL Fine]: 2022-09-10 04:19:17.563--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [97, 33] [junit] [EL Fine]: 2022-09-10 04:19:17.563--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [98, 33] [junit] [EL Fine]: 2022-09-10 04:19:17.563--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [90, 24] [junit] [EL Fine]: 2022-09-10 04:19:17.563--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [91, 24] [junit] [EL Fine]: 2022-09-10 04:19:17.563--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [92, 24] [junit] [EL Fine]: 2022-09-10 04:19:17.563--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [89, 24] [junit] [EL Fine]: 2022-09-10 04:19:17.563--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [86, 23] [junit] [EL Fine]: 2022-09-10 04:19:17.563--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [87, 23] [junit] [EL Fine]: 2022-09-10 04:19:17.563--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [88, 23] [junit] [EL Fine]: 2022-09-10 04:19:17.563--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [100, 34] [junit] [EL Fine]: 2022-09-10 04:19:17.563--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [101, 34] [junit] [EL Fine]: 2022-09-10 04:19:17.563--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [102, 34] [junit] [EL Fine]: 2022-09-10 04:19:17.563--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [99, 34] [junit] [EL Fine]: 2022-09-10 04:19:17.563--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [80, 13] [junit] [EL Fine]: 2022-09-10 04:19:17.563--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [81, 13] [junit] [EL Fine]: 2022-09-10 04:19:17.563--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [82, 13] [junit] [EL Fine]: 2022-09-10 04:19:17.563--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [77, 11] [junit] [EL Fine]: 2022-09-10 04:19:17.564--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [93, 31] [junit] [EL Fine]: 2022-09-10 04:19:17.564--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [78, 12] [junit] [EL Fine]: 2022-09-10 04:19:17.564--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [79, 12] [junit] [EL Fine]: 2022-09-10 04:19:17.564--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [83, 21] [junit] [EL Fine]: 2022-09-10 04:19:17.564--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [105, 35] [junit] [EL Fine]: 2022-09-10 04:19:17.564--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [106, 35] [junit] [EL Fine]: 2022-09-10 04:19:17.564--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [107, 35] [junit] [EL Fine]: 2022-09-10 04:19:17.564--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [103, 35] [junit] [EL Fine]: 2022-09-10 04:19:17.564--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])-- bind => [104, 35] [junit] [EL Finer]: 2022-09-10 04:19:17.564--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:17.569--ClientSession(1549192045)--Connection(1229844451)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:17.57--ServerSession(1526542158)--Connection(1355234036)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:17.573--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:17.573--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:17.574--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:17.574--ClientSession(1549192045)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:17.574--UnitOfWork(1470668392)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:17.574--ClientSession(1549192045)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:17.576--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1546844335 [junit] [EL Finer]: 2022-09-10 04:19:17.576--ClientSession(1546844335)--Thread(Thread[main,5,main])--acquire unit of work: 552738265 [junit] [EL Finest]: 2022-09-10 04:19:17.576--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT DISTINCT t2.ID, t2.FIRSTNAME, t2.LASTNAME, t2.SALARY, t2.EMP_END, t2.EMP_START, t2.COSTCENTER, t2.DEPARTMENT, t2.BROKERAGE_ACCOUNT, t2.CUBICLE_FLOOR, t2.CUBICLE_PLACE, t2.SAMPLE_ACCOUNT, t2.PROFILE_GUID, t0.ID, t1.PROJECT_ID, t0.PROJ_NAME, t1.PLANNED_DAYS, t1.USED_DAYS FROM TMP_EMP_PROJECT t3, TMP_EMP t2, TMP_PROJECT_DETAILS t1, TMP_PROJECT t0 WHERE (((t3.EMP_ID = t2.ID) AND (t0.ID = t3.PROJECT_ID)) AND (t1.PROJECT_ID = t0.ID))") [junit] [EL Finest]: 2022-09-10 04:19:17.576--ServerSession(1526542158)--Connection(249132240)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.576--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:17.576--ServerSession(1526542158)--Connection(1200112176)--Thread(Thread[main,5,main])--SELECT DISTINCT t2.ID, t2.FIRSTNAME, t2.LASTNAME, t2.SALARY, t2.EMP_END, t2.EMP_START, t2.COSTCENTER, t2.DEPARTMENT, t2.BROKERAGE_ACCOUNT, t2.CUBICLE_FLOOR, t2.CUBICLE_PLACE, t2.SAMPLE_ACCOUNT, t2.PROFILE_GUID, t0.ID, t1.PROJECT_ID, t0.PROJ_NAME, t1.PLANNED_DAYS, t1.USED_DAYS FROM TMP_EMP_PROJECT t3, TMP_EMP t2, TMP_PROJECT_DETAILS t1, TMP_PROJECT t0 WHERE (((t3.EMP_ID = t2.ID) AND (t0.ID = t3.PROJECT_ID)) AND (t1.PROJECT_ID = t0.ID)) [junit] [EL Finest]: 2022-09-10 04:19:17.578--ServerSession(1526542158)--Connection(249132240)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.578--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:19:17.579--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:17.579--ServerSession(1526542158)--Connection(713054249)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.579--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:17.579--ServerSession(1526542158)--Connection(1074188491)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [11, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:17.58--ServerSession(1526542158)--Connection(713054249)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.58--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.58--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:19:17.58--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:17.581--ServerSession(1526542158)--Connection(2044588020)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.581--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:17.581--ServerSession(1526542158)--Connection(1145461538)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [12, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:17.582--ServerSession(1526542158)--Connection(2044588020)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.582--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.582--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.582--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:19:17.582--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:17.582--ServerSession(1526542158)--Connection(842944275)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.582--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:17.583--ServerSession(1526542158)--Connection(1334968933)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [13, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:17.583--ServerSession(1526542158)--Connection(842944275)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.583--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.584--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.584--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2022-09-10 04:19:17.584--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2022-09-10 04:19:17.584--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:17.584--ServerSession(1526542158)--Connection(1911312724)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.584--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:17.584--ServerSession(1526542158)--Connection(1736876573)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [21, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:17.585--ServerSession(1526542158)--Connection(1911312724)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.585--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.585--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2022-09-10 04:19:17.585--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:17.586--ServerSession(1526542158)--Connection(1629746837)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.586--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:17.586--ServerSession(1526542158)--Connection(1205460491)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [22, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:17.586--ServerSession(1526542158)--Connection(1629746837)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.587--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.587--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.587--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2022-09-10 04:19:17.587--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:17.587--ServerSession(1526542158)--Connection(1267195326)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.587--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:17.587--ServerSession(1526542158)--Connection(723616810)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [23, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:17.588--ServerSession(1526542158)--Connection(1267195326)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.588--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.588--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.588--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2022-09-10 04:19:17.588--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2022-09-10 04:19:17.588--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:17.589--ServerSession(1526542158)--Connection(570944415)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.589--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:17.589--ServerSession(1526542158)--Connection(1656070511)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [24, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:17.589--ServerSession(1526542158)--Connection(570944415)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.589--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.589--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.59--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2022-09-10 04:19:17.59--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0 [junit] [EL Finest]: 2022-09-10 04:19:17.59--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2022-09-10 04:19:17.59--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:17.59--ServerSession(1526542158)--Connection(692192311)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.59--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:17.59--ServerSession(1526542158)--Connection(1509533236)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [31, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:17.591--ServerSession(1526542158)--Connection(692192311)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.591--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.591--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2022-09-10 04:19:17.591--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:17.591--ServerSession(1526542158)--Connection(2032723406)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.591--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:17.592--ServerSession(1526542158)--Connection(64553787)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [32, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:17.592--ServerSession(1526542158)--Connection(2032723406)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.592--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.592--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.592--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2022-09-10 04:19:17.593--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:17.593--ServerSession(1526542158)--Connection(209188528)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.593--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:17.593--ServerSession(1526542158)--Connection(936735296)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [33, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:17.593--ServerSession(1526542158)--Connection(209188528)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.593--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.594--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.594--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2022-09-10 04:19:17.594--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2022-09-10 04:19:17.594--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:17.594--ServerSession(1526542158)--Connection(398050218)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.594--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:17.594--ServerSession(1526542158)--Connection(793514723)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [34, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:17.595--ServerSession(1526542158)--Connection(398050218)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.595--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.595--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.595--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2022-09-10 04:19:17.595--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0 [junit] [EL Finest]: 2022-09-10 04:19:17.595--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2022-09-10 04:19:17.595--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:17.596--ServerSession(1526542158)--Connection(2088652549)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.596--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:17.596--ServerSession(1526542158)--Connection(27727057)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [35, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:17.638--ServerSession(1526542158)--Connection(2088652549)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.639--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.639--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.639--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2022-09-10 04:19:17.639--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0 [junit] [EL Finest]: 2022-09-10 04:19:17.639--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b1 [junit] [EL Finest]: 2022-09-10 04:19:17.64--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@afef67 [junit] [EL Finest]: 2022-09-10 04:19:17.64--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2e62ece0 [junit] [EL Finest]: 2022-09-10 04:19:17.64--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2e62ece0 [junit] [EL Finest]: 2022-09-10 04:19:17.64--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@47209d16 [junit] [EL Finest]: 2022-09-10 04:19:17.64--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@47209d16 [junit] [EL Finest]: 2022-09-10 04:19:17.64--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@47209d16 [junit] [EL Finest]: 2022-09-10 04:19:17.64--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7787cbcd [junit] [EL Finest]: 2022-09-10 04:19:17.64--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@82cd68d [junit] [EL Finest]: 2022-09-10 04:19:17.64--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@82cd68d [junit] [EL Finest]: 2022-09-10 04:19:17.64--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@31102e84 [junit] [EL Finest]: 2022-09-10 04:19:17.64--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@31102e84 [junit] [EL Finest]: 2022-09-10 04:19:17.64--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@31102e84 [junit] [EL Finest]: 2022-09-10 04:19:17.641--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@729bdd9d [junit] [EL Finest]: 2022-09-10 04:19:17.641--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@729bdd9d [junit] [EL Finest]: 2022-09-10 04:19:17.641--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@729bdd9d [junit] [EL Finest]: 2022-09-10 04:19:17.641--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@729bdd9d [junit] [EL Finest]: 2022-09-10 04:19:17.641--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3b8bb9a0 [junit] [EL Finest]: 2022-09-10 04:19:17.641--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@55fd98e2 [junit] [EL Finest]: 2022-09-10 04:19:17.641--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@55fd98e2 [junit] [EL Finest]: 2022-09-10 04:19:17.641--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@65a9e8d7 [junit] [EL Finest]: 2022-09-10 04:19:17.641--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@65a9e8d7 [junit] [EL Finest]: 2022-09-10 04:19:17.641--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@65a9e8d7 [junit] [EL Finest]: 2022-09-10 04:19:17.641--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@49f2b6ca [junit] [EL Finest]: 2022-09-10 04:19:17.641--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@49f2b6ca [junit] [EL Finest]: 2022-09-10 04:19:17.641--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@49f2b6ca [junit] [EL Finest]: 2022-09-10 04:19:17.641--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@49f2b6ca [junit] [EL Finest]: 2022-09-10 04:19:17.641--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2fd250ed [junit] [EL Finest]: 2022-09-10 04:19:17.641--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2fd250ed [junit] [EL Finest]: 2022-09-10 04:19:17.642--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2fd250ed [junit] [EL Finest]: 2022-09-10 04:19:17.642--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2fd250ed [junit] [EL Finest]: 2022-09-10 04:19:17.642--UnitOfWork(552738265)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2fd250ed [junit] [EL Finer]: 2022-09-10 04:19:17.672--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 478101166 [junit] [EL Finer]: 2022-09-10 04:19:17.672--ClientSession(478101166)--Thread(Thread[main,5,main])--acquire unit of work: 1730111403 [junit] [EL Finest]: 2022-09-10 04:19:17.672--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:19:17.672--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.672--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (185 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.672--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4430fb25. [junit] [EL Finest]: 2022-09-10 04:19:17.672--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.672--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (108 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.672--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4430fb25 [junit] [EL Finest]: 2022-09-10 04:19:17.672--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.673--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.673--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (186 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.673--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.673--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (187 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.673--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@b412e77. [junit] [EL Finest]: 2022-09-10 04:19:17.673--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.673--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (109 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.673--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae. [junit] [EL Finest]: 2022-09-10 04:19:17.673--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (110 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.673--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@b412e77 [junit] [EL Finest]: 2022-09-10 04:19:17.673--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.673--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.673--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.673--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (188 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.673--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.673--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (189 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.673--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.674--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (190 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.674--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3610b1b3. [junit] [EL Finest]: 2022-09-10 04:19:17.674--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.674--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (111 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.674--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae. [junit] [EL Finest]: 2022-09-10 04:19:17.674--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (112 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.674--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af. [junit] [EL Finest]: 2022-09-10 04:19:17.674--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (113 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.674--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3610b1b3 [junit] [EL Finest]: 2022-09-10 04:19:17.674--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.674--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.674--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2022-09-10 04:19:17.674--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2. [junit] [EL Finest]: 2022-09-10 04:19:17.674--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.674--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (191 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.674--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6ef146cc. [junit] [EL Finest]: 2022-09-10 04:19:17.674--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.674--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (114 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.675--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6ef146cc [junit] [EL Finest]: 2022-09-10 04:19:17.675--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.675--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.675--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (192 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.675--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.675--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (193 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.675--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@77615884. [junit] [EL Finest]: 2022-09-10 04:19:17.675--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.675--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (115 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.675--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae. [junit] [EL Finest]: 2022-09-10 04:19:17.675--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (116 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.675--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@77615884 [junit] [EL Finest]: 2022-09-10 04:19:17.675--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.675--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.675--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.675--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (194 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.675--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.676--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (195 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.676--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.676--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (196 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.676--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@695df41a. [junit] [EL Finest]: 2022-09-10 04:19:17.676--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.676--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (117 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.676--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae. [junit] [EL Finest]: 2022-09-10 04:19:17.676--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (118 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.676--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af. [junit] [EL Finest]: 2022-09-10 04:19:17.676--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (119 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.676--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@695df41a [junit] [EL Finest]: 2022-09-10 04:19:17.676--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.676--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.676--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2022-09-10 04:19:17.676--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.676--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (197 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.676--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.676--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (198 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.677--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.677--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (199 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.677--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.677--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (200 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.677--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5c333991. [junit] [EL Finest]: 2022-09-10 04:19:17.677--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0. [junit] [EL Finest]: 2022-09-10 04:19:17.677--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (120 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2022-09-10 04:19:17.677--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.677--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (121 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.677--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae. [junit] [EL Finest]: 2022-09-10 04:19:17.677--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (122 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.677--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af. [junit] [EL Finest]: 2022-09-10 04:19:17.677--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (123 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.677--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5c333991 [junit] [EL Finest]: 2022-09-10 04:19:17.677--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0 [junit] [EL Finest]: 2022-09-10 04:19:17.677--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.677--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.677--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2022-09-10 04:19:17.677--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3. [junit] [EL Finest]: 2022-09-10 04:19:17.678--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.678--ServerSession(1526542158)--Connection(458917511)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:17.678--ClientSession(478101166)--Connection(458917511)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:17.678--ClientSession(478101166)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:17.678--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="StringIdGenerator" sql="UPDATE TMP_STRING_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ?") [junit] [EL Finest]: 2022-09-10 04:19:17.678--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="StringIdGenerator" sql="SELECT MAX_ID FROM TMP_STRING_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2022-09-10 04:19:17.678--ClientSession(478101166)--Connection(823999659)--Thread(Thread[main,5,main])--UPDATE TMP_STRING_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, StringIdGenerator] [junit] [EL Fine]: 2022-09-10 04:19:17.679--ClientSession(478101166)--Connection(823999659)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_STRING_GEN WHERE BEAN_NAME = ? [junit] bind => [StringIdGenerator] [junit] [EL Finest]: 2022-09-10 04:19:17.679--ClientSession(478101166)--Connection(823999659)--Thread(Thread[main,5,main])--local sequencing preallocation for StringIdGenerator: objects: 50 , first: 201, last: 250 [junit] [EL Finer]: 2022-09-10 04:19:17.679--ClientSession(478101166)--Connection(823999659)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:17.68--ServerSession(1526542158)--Connection(823999659)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2022-09-10 04:19:17.68--ServerSession(1526542158)--Connection(458917511)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:19:17.68--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (201 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.68--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@496ce170. [junit] [EL Finest]: 2022-09-10 04:19:17.68--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.68--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (124 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.68--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@496ce170 [junit] [EL Finest]: 2022-09-10 04:19:17.68--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.681--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.681--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (202 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.681--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.681--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (203 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.681--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5f69bf81. [junit] [EL Finest]: 2022-09-10 04:19:17.681--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.681--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (125 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.681--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae. [junit] [EL Finest]: 2022-09-10 04:19:17.681--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (126 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.681--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5f69bf81 [junit] [EL Finest]: 2022-09-10 04:19:17.681--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.681--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.681--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.681--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (204 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.681--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.681--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (205 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.681--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.681--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (206 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.682--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2764ad8a. [junit] [EL Finest]: 2022-09-10 04:19:17.682--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.682--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (127 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.682--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae. [junit] [EL Finest]: 2022-09-10 04:19:17.682--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (128 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.682--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af. [junit] [EL Finest]: 2022-09-10 04:19:17.682--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (129 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.682--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2764ad8a [junit] [EL Finest]: 2022-09-10 04:19:17.682--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.682--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.682--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2022-09-10 04:19:17.682--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.682--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (207 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.682--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.682--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (208 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.682--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.682--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (209 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.682--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.682--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (210 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.683--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1b60f2c. [junit] [EL Finest]: 2022-09-10 04:19:17.683--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0. [junit] [EL Finest]: 2022-09-10 04:19:17.683--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (130 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2022-09-10 04:19:17.683--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.683--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (131 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.683--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae. [junit] [EL Finest]: 2022-09-10 04:19:17.683--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (132 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.683--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af. [junit] [EL Finest]: 2022-09-10 04:19:17.683--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (133 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.683--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1b60f2c [junit] [EL Finest]: 2022-09-10 04:19:17.683--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0 [junit] [EL Finest]: 2022-09-10 04:19:17.683--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.683--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.683--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2022-09-10 04:19:17.684--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.684--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (211 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.684--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.684--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (212 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.684--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.684--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (213 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.684--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.684--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (214 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.684--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.684--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (215 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.684--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@16b6e5e. [junit] [EL Finest]: 2022-09-10 04:19:17.684--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0. [junit] [EL Finest]: 2022-09-10 04:19:17.684--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (134 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2022-09-10 04:19:17.684--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b1. [junit] [EL Finest]: 2022-09-10 04:19:17.684--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (135 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b1) [junit] [EL Finest]: 2022-09-10 04:19:17.684--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.684--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (136 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.684--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae. [junit] [EL Finest]: 2022-09-10 04:19:17.684--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (137 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.685--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af. [junit] [EL Finest]: 2022-09-10 04:19:17.685--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--assign sequence to the object (138 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.685--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@16b6e5e [junit] [EL Finest]: 2022-09-10 04:19:17.685--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0 [junit] [EL Finest]: 2022-09-10 04:19:17.685--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b1 [junit] [EL Finest]: 2022-09-10 04:19:17.685--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.685--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.685--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2022-09-10 04:19:17.685--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@1. [junit] [EL Finest]: 2022-09-10 04:19:17.685--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@2. [junit] [EL Finest]: 2022-09-10 04:19:17.685--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@3. [junit] [EL Finer]: 2022-09-10 04:19:17.685--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:17.686--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:19:17.686--ServerSession(1526542158)--Connection(1519183581)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:17.686--ClientSession(478101166)--Connection(1519183581)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:17.686--ClientSession(478101166)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:17.686--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2022-09-10 04:19:17.686--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2022-09-10 04:19:17.686--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3610b1b3) [junit] [EL Finer]: 2022-09-10 04:19:17.686--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:17.686--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:17.686--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [1, dep_1, 1] [junit] [EL Fine]: 2022-09-10 04:19:17.687--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [3, dep_3, 1] [junit] [EL Fine]: 2022-09-10 04:19:17.687--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [2, dep_2, 1] [junit] [EL Finer]: 2022-09-10 04:19:17.687--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:17.687--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2764ad8a) [junit] [EL Finest]: 2022-09-10 04:19:17.688--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1b60f2c) [junit] [EL Finest]: 2022-09-10 04:19:17.688--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@695df41a) [junit] [EL Finest]: 2022-09-10 04:19:17.688--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6ef146cc) [junit] [EL Finest]: 2022-09-10 04:19:17.688--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4430fb25) [junit] [EL Finest]: 2022-09-10 04:19:17.688--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@b412e77) [junit] [EL Finest]: 2022-09-10 04:19:17.688--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5f69bf81) [junit] [EL Finest]: 2022-09-10 04:19:17.688--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@16b6e5e) [junit] [EL Finest]: 2022-09-10 04:19:17.688--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@77615884) [junit] [EL Finest]: 2022-09-10 04:19:17.688--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5c333991) [junit] [EL Finest]: 2022-09-10 04:19:17.688--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@496ce170) [junit] [EL Finest]: 2022-09-10 04:19:17.688--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(211:null:description_211) [junit] [EL Finer]: 2022-09-10 04:19:17.688--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:17.688--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:17.688--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [13, first_13, last_13, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.688--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [33, first_33, last_33, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.688--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [34, first_34, last_34, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.689--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [23, first_23, last_23, null, null, null, null, 2, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.689--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [21, first_21, last_21, null, null, null, null, 2, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.689--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [11, first_11, last_11, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.689--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [12, first_12, last_12, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.689--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [32, first_32, last_32, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.689--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [35, first_35, last_35, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.689--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [22, first_22, last_22, null, null, null, null, 2, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.689--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [24, first_24, last_24, null, null, null, null, 2, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.689--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [31, first_31, last_31, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:17.689--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:17.692--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(195:null:description_195) [junit] [EL Finest]: 2022-09-10 04:19:17.692--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(189:null:description_189) [junit] [EL Finest]: 2022-09-10 04:19:17.692--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(188:null:description_188) [junit] [EL Finest]: 2022-09-10 04:19:17.692--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(197:null:description_197) [junit] [EL Finest]: 2022-09-10 04:19:17.692--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(208:null:description_208) [junit] [EL Finest]: 2022-09-10 04:19:17.692--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(206:null:description_206) [junit] [EL Finest]: 2022-09-10 04:19:17.692--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(204:null:description_204) [junit] [EL Finest]: 2022-09-10 04:19:17.692--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(185:null:description_185) [junit] [EL Finest]: 2022-09-10 04:19:17.692--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(210:null:description_210) [junit] [EL Finest]: 2022-09-10 04:19:17.692--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(209:null:description_209) [junit] [EL Finest]: 2022-09-10 04:19:17.692--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(196:null:description_196) [junit] [EL Finest]: 2022-09-10 04:19:17.692--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(202:null:description_202) [junit] [EL Finest]: 2022-09-10 04:19:17.692--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(203:null:description_203) [junit] [EL Finest]: 2022-09-10 04:19:17.693--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(191:null:description_191) [junit] [EL Finest]: 2022-09-10 04:19:17.693--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(200:null:description_200) [junit] [EL Finest]: 2022-09-10 04:19:17.693--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(187:null:description_187) [junit] [EL Finest]: 2022-09-10 04:19:17.693--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(193:null:description_193) [junit] [EL Finest]: 2022-09-10 04:19:17.693--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(194:null:description_194) [junit] [EL Finest]: 2022-09-10 04:19:17.693--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(186:null:description_186) [junit] [EL Finest]: 2022-09-10 04:19:17.693--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(215:null:description_215) [junit] [EL Finest]: 2022-09-10 04:19:17.693--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(199:null:description_199) [junit] [EL Finest]: 2022-09-10 04:19:17.693--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(212:null:description_212) [junit] [EL Finest]: 2022-09-10 04:19:17.693--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(198:null:description_198) [junit] [EL Finest]: 2022-09-10 04:19:17.693--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(205:null:description_205) [junit] [EL Finest]: 2022-09-10 04:19:17.693--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(207:null:description_207) [junit] [EL Finest]: 2022-09-10 04:19:17.693--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(213:null:description_213) [junit] [EL Finest]: 2022-09-10 04:19:17.693--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(192:null:description_192) [junit] [EL Finest]: 2022-09-10 04:19:17.693--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(190:null:description_190) [junit] [EL Finest]: 2022-09-10 04:19:17.693--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(201:null:description_201) [junit] [EL Finest]: 2022-09-10 04:19:17.693--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(214:null:description_214) [junit] [EL Finest]: 2022-09-10 04:19:17.693--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finer]: 2022-09-10 04:19:17.694--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:17.694--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:17.694--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [211, null, description_211] [junit] [EL Fine]: 2022-09-10 04:19:17.694--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [195, null, description_195] [junit] [EL Fine]: 2022-09-10 04:19:17.694--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [189, null, description_189] [junit] [EL Fine]: 2022-09-10 04:19:17.694--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [188, null, description_188] [junit] [EL Fine]: 2022-09-10 04:19:17.694--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [197, null, description_197] [junit] [EL Fine]: 2022-09-10 04:19:17.694--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [208, null, description_208] [junit] [EL Fine]: 2022-09-10 04:19:17.694--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [206, null, description_206] [junit] [EL Fine]: 2022-09-10 04:19:17.694--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [204, null, description_204] [junit] [EL Fine]: 2022-09-10 04:19:17.694--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [185, null, description_185] [junit] [EL Fine]: 2022-09-10 04:19:17.694--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [210, null, description_210] [junit] [EL Fine]: 2022-09-10 04:19:17.694--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [209, null, description_209] [junit] [EL Fine]: 2022-09-10 04:19:17.694--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [196, null, description_196] [junit] [EL Fine]: 2022-09-10 04:19:17.694--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [202, null, description_202] [junit] [EL Fine]: 2022-09-10 04:19:17.694--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [203, null, description_203] [junit] [EL Fine]: 2022-09-10 04:19:17.694--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [191, null, description_191] [junit] [EL Fine]: 2022-09-10 04:19:17.694--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [200, null, description_200] [junit] [EL Fine]: 2022-09-10 04:19:17.694--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [187, null, description_187] [junit] [EL Fine]: 2022-09-10 04:19:17.694--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [193, null, description_193] [junit] [EL Fine]: 2022-09-10 04:19:17.694--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [194, null, description_194] [junit] [EL Fine]: 2022-09-10 04:19:17.694--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [186, null, description_186] [junit] [EL Fine]: 2022-09-10 04:19:17.694--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [215, null, description_215] [junit] [EL Fine]: 2022-09-10 04:19:17.694--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [199, null, description_199] [junit] [EL Fine]: 2022-09-10 04:19:17.694--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [212, null, description_212] [junit] [EL Fine]: 2022-09-10 04:19:17.694--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [198, null, description_198] [junit] [EL Fine]: 2022-09-10 04:19:17.694--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [205, null, description_205] [junit] [EL Fine]: 2022-09-10 04:19:17.694--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [207, null, description_207] [junit] [EL Fine]: 2022-09-10 04:19:17.694--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [213, null, description_213] [junit] [EL Fine]: 2022-09-10 04:19:17.695--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [192, null, description_192] [junit] [EL Fine]: 2022-09-10 04:19:17.695--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [190, null, description_190] [junit] [EL Fine]: 2022-09-10 04:19:17.695--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [201, null, description_201] [junit] [EL Fine]: 2022-09-10 04:19:17.695--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [214, null, description_214] [junit] [EL Finer]: 2022-09-10 04:19:17.695--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:17.699--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.699--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.699--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2022-09-10 04:19:17.699--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.7--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.7--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.7--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.7--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.7--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.7--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.7--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.7--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2022-09-10 04:19:17.7--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.7--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.7--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.7--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.7--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2022-09-10 04:19:17.7--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.701--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b1) [junit] [EL Finest]: 2022-09-10 04:19:17.701--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.701--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.701--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.701--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.701--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.701--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.701--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.701--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.701--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.701--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.701--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.701--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@1) [junit] [EL Finer]: 2022-09-10 04:19:17.701--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:17.702--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:17.702--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [109, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.702--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [127, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.702--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [111, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.702--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [120, description_3] [junit] [EL Fine]: 2022-09-10 04:19:17.702--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [132, description_1] [junit] [EL Fine]: 2022-09-10 04:19:17.702--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [136, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.702--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [126, description_1] [junit] [EL Fine]: 2022-09-10 04:19:17.702--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [121, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.702--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [131, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.702--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [124, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.702--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [137, description_1] [junit] [EL Fine]: 2022-09-10 04:19:17.702--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [115, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.702--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [134, description_3] [junit] [EL Fine]: 2022-09-10 04:19:17.702--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [138, description_2] [junit] [EL Fine]: 2022-09-10 04:19:17.702--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [128, description_1] [junit] [EL Fine]: 2022-09-10 04:19:17.702--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [133, description_2] [junit] [EL Fine]: 2022-09-10 04:19:17.702--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [114, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.702--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [130, description_3] [junit] [EL Fine]: 2022-09-10 04:19:17.702--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [118, description_1] [junit] [EL Fine]: 2022-09-10 04:19:17.702--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [135, description_4] [junit] [EL Fine]: 2022-09-10 04:19:17.702--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [116, description_1] [junit] [EL Fine]: 2022-09-10 04:19:17.702--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [125, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.702--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [117, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.702--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [129, description_2] [junit] [EL Fine]: 2022-09-10 04:19:17.702--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [112, description_1] [junit] [EL Fine]: 2022-09-10 04:19:17.702--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [122, description_1] [junit] [EL Fine]: 2022-09-10 04:19:17.702--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [110, description_1] [junit] [EL Fine]: 2022-09-10 04:19:17.702--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [108, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.702--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [119, description_2] [junit] [EL Fine]: 2022-09-10 04:19:17.702--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [123, description_2] [junit] [EL Fine]: 2022-09-10 04:19:17.702--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [113, description_2] [junit] [EL Finer]: 2022-09-10 04:19:17.703--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:17.707--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@3) [junit] [EL Finest]: 2022-09-10 04:19:17.707--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@2) [junit] [EL Finer]: 2022-09-10 04:19:17.707--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:17.707--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])--INSERT INTO TMP_NODE (ID, NODENAME, VERSIONCOLUMN, PARENT) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:17.75--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [1, null, 1, null] [junit] [EL Fine]: 2022-09-10 04:19:17.75--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [3, null, 1, 1] [junit] [EL Fine]: 2022-09-10 04:19:17.75--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [2, null, 1, 1] [junit] [EL Finer]: 2022-09-10 04:19:17.75--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:17.751--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:17.752--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:17.752--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:17.752--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [0, 0, 109] [junit] [EL Fine]: 2022-09-10 04:19:17.752--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [0, 0, 127] [junit] [EL Fine]: 2022-09-10 04:19:17.752--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [0, 0, 111] [junit] [EL Fine]: 2022-09-10 04:19:17.752--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [0, 0, 120] [junit] [EL Fine]: 2022-09-10 04:19:17.752--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [0, 0, 132] [junit] [EL Fine]: 2022-09-10 04:19:17.752--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [0, 0, 136] [junit] [EL Fine]: 2022-09-10 04:19:17.752--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [0, 0, 126] [junit] [EL Fine]: 2022-09-10 04:19:17.752--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [0, 0, 121] [junit] [EL Fine]: 2022-09-10 04:19:17.752--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [0, 0, 131] [junit] [EL Fine]: 2022-09-10 04:19:17.752--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [0, 0, 124] [junit] [EL Fine]: 2022-09-10 04:19:17.752--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [0, 0, 137] [junit] [EL Fine]: 2022-09-10 04:19:17.752--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [0, 0, 115] [junit] [EL Fine]: 2022-09-10 04:19:17.752--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [0, 0, 134] [junit] [EL Fine]: 2022-09-10 04:19:17.752--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [0, 0, 138] [junit] [EL Fine]: 2022-09-10 04:19:17.752--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [0, 0, 128] [junit] [EL Fine]: 2022-09-10 04:19:17.752--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [0, 0, 133] [junit] [EL Fine]: 2022-09-10 04:19:17.752--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [0, 0, 114] [junit] [EL Fine]: 2022-09-10 04:19:17.752--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [0, 0, 130] [junit] [EL Fine]: 2022-09-10 04:19:17.752--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [0, 0, 118] [junit] [EL Fine]: 2022-09-10 04:19:17.752--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [0, 0, 135] [junit] [EL Fine]: 2022-09-10 04:19:17.752--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [0, 0, 116] [junit] [EL Fine]: 2022-09-10 04:19:17.752--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [0, 0, 125] [junit] [EL Fine]: 2022-09-10 04:19:17.752--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [0, 0, 117] [junit] [EL Fine]: 2022-09-10 04:19:17.752--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [0, 0, 129] [junit] [EL Fine]: 2022-09-10 04:19:17.752--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [0, 0, 112] [junit] [EL Fine]: 2022-09-10 04:19:17.752--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [0, 0, 122] [junit] [EL Fine]: 2022-09-10 04:19:17.752--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [0, 0, 110] [junit] [EL Fine]: 2022-09-10 04:19:17.752--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [0, 0, 108] [junit] [EL Fine]: 2022-09-10 04:19:17.752--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [0, 0, 119] [junit] [EL Fine]: 2022-09-10 04:19:17.753--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [0, 0, 123] [junit] [EL Fine]: 2022-09-10 04:19:17.753--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [0, 0, 113] [junit] [EL Finer]: 2022-09-10 04:19:17.753--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:17.758--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.758--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.758--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.759--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.759--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.759--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.759--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.759--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.759--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.759--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.759--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.759--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.759--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.759--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.759--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.759--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.759--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.759--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.759--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.759--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.759--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.759--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.759--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.76--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.76--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.76--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.76--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.76--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.76--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.76--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.76--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:17.76--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:17.76--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:17.76--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [188, 13] [junit] [EL Fine]: 2022-09-10 04:19:17.76--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [189, 13] [junit] [EL Fine]: 2022-09-10 04:19:17.76--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [190, 13] [junit] [EL Fine]: 2022-09-10 04:19:17.76--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [204, 33] [junit] [EL Fine]: 2022-09-10 04:19:17.76--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [205, 33] [junit] [EL Fine]: 2022-09-10 04:19:17.76--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [206, 33] [junit] [EL Fine]: 2022-09-10 04:19:17.76--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [207, 34] [junit] [EL Fine]: 2022-09-10 04:19:17.76--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [208, 34] [junit] [EL Fine]: 2022-09-10 04:19:17.76--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [209, 34] [junit] [EL Fine]: 2022-09-10 04:19:17.761--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [210, 34] [junit] [EL Fine]: 2022-09-10 04:19:17.761--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [194, 23] [junit] [EL Fine]: 2022-09-10 04:19:17.761--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [195, 23] [junit] [EL Fine]: 2022-09-10 04:19:17.761--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [196, 23] [junit] [EL Fine]: 2022-09-10 04:19:17.761--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [191, 21] [junit] [EL Fine]: 2022-09-10 04:19:17.761--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [185, 11] [junit] [EL Fine]: 2022-09-10 04:19:17.761--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [186, 12] [junit] [EL Fine]: 2022-09-10 04:19:17.761--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [187, 12] [junit] [EL Fine]: 2022-09-10 04:19:17.761--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [202, 32] [junit] [EL Fine]: 2022-09-10 04:19:17.761--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [203, 32] [junit] [EL Fine]: 2022-09-10 04:19:17.761--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [211, 35] [junit] [EL Fine]: 2022-09-10 04:19:17.761--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [212, 35] [junit] [EL Fine]: 2022-09-10 04:19:17.761--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [213, 35] [junit] [EL Fine]: 2022-09-10 04:19:17.761--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [214, 35] [junit] [EL Fine]: 2022-09-10 04:19:17.761--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [215, 35] [junit] [EL Fine]: 2022-09-10 04:19:17.761--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [192, 22] [junit] [EL Fine]: 2022-09-10 04:19:17.761--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [193, 22] [junit] [EL Fine]: 2022-09-10 04:19:17.761--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [197, 24] [junit] [EL Fine]: 2022-09-10 04:19:17.761--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [198, 24] [junit] [EL Fine]: 2022-09-10 04:19:17.761--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [199, 24] [junit] [EL Fine]: 2022-09-10 04:19:17.761--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [200, 24] [junit] [EL Fine]: 2022-09-10 04:19:17.761--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [201, 31] [junit] [EL Finer]: 2022-09-10 04:19:17.761--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:17.767--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.767--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.767--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.767--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.767--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.767--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.767--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.767--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.767--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.767--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.768--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.768--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.768--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.768--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.768--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.768--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.768--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.768--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.768--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.768--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.768--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.768--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.768--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.768--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.768--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.768--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.768--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.768--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.768--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.768--ClientSession(478101166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:17.768--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:17.768--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:17.768--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [111, 13] [junit] [EL Fine]: 2022-09-10 04:19:17.768--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [112, 13] [junit] [EL Fine]: 2022-09-10 04:19:17.768--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [113, 13] [junit] [EL Fine]: 2022-09-10 04:19:17.768--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [127, 33] [junit] [EL Fine]: 2022-09-10 04:19:17.768--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [128, 33] [junit] [EL Fine]: 2022-09-10 04:19:17.768--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [129, 33] [junit] [EL Fine]: 2022-09-10 04:19:17.769--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [131, 34] [junit] [EL Fine]: 2022-09-10 04:19:17.769--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [132, 34] [junit] [EL Fine]: 2022-09-10 04:19:17.769--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [133, 34] [junit] [EL Fine]: 2022-09-10 04:19:17.769--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [130, 34] [junit] [EL Fine]: 2022-09-10 04:19:17.769--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [117, 23] [junit] [EL Fine]: 2022-09-10 04:19:17.769--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [118, 23] [junit] [EL Fine]: 2022-09-10 04:19:17.769--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [119, 23] [junit] [EL Fine]: 2022-09-10 04:19:17.769--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [114, 21] [junit] [EL Fine]: 2022-09-10 04:19:17.769--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [108, 11] [junit] [EL Fine]: 2022-09-10 04:19:17.769--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [109, 12] [junit] [EL Fine]: 2022-09-10 04:19:17.769--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [110, 12] [junit] [EL Fine]: 2022-09-10 04:19:17.769--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [125, 32] [junit] [EL Fine]: 2022-09-10 04:19:17.769--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [126, 32] [junit] [EL Fine]: 2022-09-10 04:19:17.769--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [136, 35] [junit] [EL Fine]: 2022-09-10 04:19:17.769--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [137, 35] [junit] [EL Fine]: 2022-09-10 04:19:17.769--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [138, 35] [junit] [EL Fine]: 2022-09-10 04:19:17.769--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [134, 35] [junit] [EL Fine]: 2022-09-10 04:19:17.769--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [135, 35] [junit] [EL Fine]: 2022-09-10 04:19:17.769--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [115, 22] [junit] [EL Fine]: 2022-09-10 04:19:17.769--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [116, 22] [junit] [EL Fine]: 2022-09-10 04:19:17.769--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [121, 24] [junit] [EL Fine]: 2022-09-10 04:19:17.769--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [122, 24] [junit] [EL Fine]: 2022-09-10 04:19:17.769--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [123, 24] [junit] [EL Fine]: 2022-09-10 04:19:17.769--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [120, 24] [junit] [EL Fine]: 2022-09-10 04:19:17.769--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])-- bind => [124, 31] [junit] [EL Finer]: 2022-09-10 04:19:17.769--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:17.78--ClientSession(478101166)--Connection(888049664)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:17.782--ServerSession(1526542158)--Connection(1519183581)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:17.786--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:17.786--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:17.787--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:17.787--ClientSession(478101166)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:17.787--UnitOfWork(1730111403)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:17.787--ClientSession(478101166)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:17.789--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1040634790 [junit] [EL Finer]: 2022-09-10 04:19:17.789--ClientSession(1040634790)--Thread(Thread[main,5,main])--acquire unit of work: 413605413 [junit] [EL Finest]: 2022-09-10 04:19:17.79--UnitOfWork(413605413)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT t1.ID, t1.FIRSTNAME, t1.LASTNAME, t1.SALARY, t1.EMP_END, t1.EMP_START, t1.COSTCENTER, t1.DEPARTMENT, t1.BROKERAGE_ACCOUNT, t1.CUBICLE_FLOOR, t1.CUBICLE_PLACE, t1.SAMPLE_ACCOUNT, t1.PROFILE_GUID, t0.ID, t0.NAME, t0.VERSION FROM TMP_DEP t0, TMP_EMP t1 WHERE (t0.ID = t1.DEPARTMENT)") [junit] [EL Finest]: 2022-09-10 04:19:17.79--ServerSession(1526542158)--Connection(1203816850)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.79--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:17.79--ServerSession(1526542158)--Connection(2085881735)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.FIRSTNAME, t1.LASTNAME, t1.SALARY, t1.EMP_END, t1.EMP_START, t1.COSTCENTER, t1.DEPARTMENT, t1.BROKERAGE_ACCOUNT, t1.CUBICLE_FLOOR, t1.CUBICLE_PLACE, t1.SAMPLE_ACCOUNT, t1.PROFILE_GUID, t0.ID, t0.NAME, t0.VERSION FROM TMP_DEP t0, TMP_EMP t1 WHERE (t0.ID = t1.DEPARTMENT) [junit] [EL Finest]: 2022-09-10 04:19:17.792--ServerSession(1526542158)--Connection(1203816850)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.792--UnitOfWork(413605413)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:19:17.793--UnitOfWork(413605413)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:17.793--ServerSession(1526542158)--Connection(105048264)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.793--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:17.793--ServerSession(1526542158)--Connection(1524181317)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [11, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:17.794--ServerSession(1526542158)--Connection(105048264)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.794--UnitOfWork(413605413)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:19:17.794--UnitOfWork(413605413)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:17.794--ServerSession(1526542158)--Connection(648997577)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.794--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:17.795--ServerSession(1526542158)--Connection(1486340678)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [12, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:17.796--ServerSession(1526542158)--Connection(648997577)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.796--UnitOfWork(413605413)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:19:17.796--UnitOfWork(413605413)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:17.796--ServerSession(1526542158)--Connection(1404250261)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.796--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:17.796--ServerSession(1526542158)--Connection(1990411524)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [13, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:17.797--ServerSession(1526542158)--Connection(1404250261)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.797--UnitOfWork(413605413)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2022-09-10 04:19:17.797--UnitOfWork(413605413)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:17.798--ServerSession(1526542158)--Connection(2025071865)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.798--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:17.798--ServerSession(1526542158)--Connection(604699100)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [21, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:17.798--ServerSession(1526542158)--Connection(2025071865)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.799--UnitOfWork(413605413)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2022-09-10 04:19:17.799--UnitOfWork(413605413)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:17.799--ServerSession(1526542158)--Connection(1570211427)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.799--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:17.799--ServerSession(1526542158)--Connection(1844936737)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [22, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:17.799--ServerSession(1526542158)--Connection(1570211427)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.8--UnitOfWork(413605413)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2022-09-10 04:19:17.8--UnitOfWork(413605413)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:17.8--ServerSession(1526542158)--Connection(1473947730)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.8--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:17.801--ServerSession(1526542158)--Connection(667874039)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [23, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:17.801--ServerSession(1526542158)--Connection(1473947730)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.801--UnitOfWork(413605413)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2022-09-10 04:19:17.801--UnitOfWork(413605413)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:17.801--ServerSession(1526542158)--Connection(1038145052)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.801--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:17.802--ServerSession(1526542158)--Connection(16233551)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [24, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:17.802--ServerSession(1526542158)--Connection(1038145052)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.802--UnitOfWork(413605413)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2022-09-10 04:19:17.802--UnitOfWork(413605413)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:17.802--ServerSession(1526542158)--Connection(1131161327)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.803--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:17.803--ServerSession(1526542158)--Connection(643152776)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [31, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:17.803--ServerSession(1526542158)--Connection(1131161327)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.803--UnitOfWork(413605413)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2022-09-10 04:19:17.803--UnitOfWork(413605413)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:17.803--ServerSession(1526542158)--Connection(1981752351)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.803--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:17.804--ServerSession(1526542158)--Connection(1609076547)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [32, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:17.804--ServerSession(1526542158)--Connection(1981752351)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.804--UnitOfWork(413605413)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2022-09-10 04:19:17.804--UnitOfWork(413605413)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:17.804--ServerSession(1526542158)--Connection(556800557)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.804--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:17.805--ServerSession(1526542158)--Connection(1801998243)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [33, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:17.805--ServerSession(1526542158)--Connection(556800557)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.805--UnitOfWork(413605413)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2022-09-10 04:19:17.805--UnitOfWork(413605413)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:17.805--ServerSession(1526542158)--Connection(1795648500)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.805--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:17.805--ServerSession(1526542158)--Connection(1468667851)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [34, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:17.806--ServerSession(1526542158)--Connection(1795648500)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.806--UnitOfWork(413605413)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2022-09-10 04:19:17.806--UnitOfWork(413605413)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:17.806--ServerSession(1526542158)--Connection(632116376)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.806--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:17.806--ServerSession(1526542158)--Connection(746732989)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [35, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:17.807--ServerSession(1526542158)--Connection(632116376)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:17.84--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 532734552 [junit] [EL Finer]: 2022-09-10 04:19:17.84--ClientSession(532734552)--Thread(Thread[main,5,main])--acquire unit of work: 1824168117 [junit] [EL Finest]: 2022-09-10 04:19:17.84--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:19:17.84--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.84--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (216 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.84--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@47e4126a. [junit] [EL Finest]: 2022-09-10 04:19:17.84--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.84--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (139 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.841--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@47e4126a [junit] [EL Finest]: 2022-09-10 04:19:17.841--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.841--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.841--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (217 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.841--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.841--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (218 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.841--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7b595de. [junit] [EL Finest]: 2022-09-10 04:19:17.841--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.841--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (140 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.841--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae. [junit] [EL Finest]: 2022-09-10 04:19:17.841--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (141 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.841--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7b595de [junit] [EL Finest]: 2022-09-10 04:19:17.842--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.842--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.842--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.842--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (219 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.842--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.842--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (220 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.842--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.842--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (221 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.842--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@49b6b53. [junit] [EL Finest]: 2022-09-10 04:19:17.842--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.842--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (142 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.842--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae. [junit] [EL Finest]: 2022-09-10 04:19:17.842--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (143 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.842--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af. [junit] [EL Finest]: 2022-09-10 04:19:17.842--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (144 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.842--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@49b6b53 [junit] [EL Finest]: 2022-09-10 04:19:17.843--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.843--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.843--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2022-09-10 04:19:17.843--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2. [junit] [EL Finest]: 2022-09-10 04:19:17.843--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.843--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (222 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.843--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@69d2fc03. [junit] [EL Finest]: 2022-09-10 04:19:17.843--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.843--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (145 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.843--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@69d2fc03 [junit] [EL Finest]: 2022-09-10 04:19:17.843--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.843--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.843--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (223 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.843--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.843--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (224 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.843--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4e579bd. [junit] [EL Finest]: 2022-09-10 04:19:17.843--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.844--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (146 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.844--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae. [junit] [EL Finest]: 2022-09-10 04:19:17.844--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (147 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.844--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4e579bd [junit] [EL Finest]: 2022-09-10 04:19:17.844--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.844--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.844--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.844--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (225 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.844--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.844--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (226 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.844--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.844--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (227 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.844--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@671cada9. [junit] [EL Finest]: 2022-09-10 04:19:17.844--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.844--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (148 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.845--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae. [junit] [EL Finest]: 2022-09-10 04:19:17.845--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (149 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.845--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af. [junit] [EL Finest]: 2022-09-10 04:19:17.845--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (150 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.845--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@671cada9 [junit] [EL Finest]: 2022-09-10 04:19:17.845--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.845--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.845--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2022-09-10 04:19:17.845--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.845--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (228 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.845--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.845--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (229 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.845--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.845--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (230 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.845--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.845--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (231 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.845--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@77c894d5. [junit] [EL Finest]: 2022-09-10 04:19:17.846--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0. [junit] [EL Finest]: 2022-09-10 04:19:17.846--ServerSession(1526542158)--Connection(226509904)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:17.846--ClientSession(532734552)--Connection(226509904)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:17.846--ClientSession(532734552)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:17.846--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="IdGenerator" sql="UPDATE TMP_GENERATOR SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ?") [junit] [EL Finest]: 2022-09-10 04:19:17.846--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="IdGenerator" sql="SELECT MAX_ID FROM TMP_GENERATOR WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2022-09-10 04:19:17.846--ClientSession(532734552)--Connection(476970417)--Thread(Thread[main,5,main])--UPDATE TMP_GENERATOR SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, IdGenerator] [junit] [EL Fine]: 2022-09-10 04:19:17.847--ClientSession(532734552)--Connection(476970417)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_GENERATOR WHERE BEAN_NAME = ? [junit] bind => [IdGenerator] [junit] [EL Finest]: 2022-09-10 04:19:17.848--ClientSession(532734552)--Connection(476970417)--Thread(Thread[main,5,main])--local sequencing preallocation for IdGenerator: objects: 50 , first: 151, last: 200 [junit] [EL Finer]: 2022-09-10 04:19:17.848--ClientSession(532734552)--Connection(476970417)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:17.849--ServerSession(1526542158)--Connection(476970417)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2022-09-10 04:19:17.849--ServerSession(1526542158)--Connection(226509904)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:19:17.849--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (151 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2022-09-10 04:19:17.849--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.849--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (152 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.85--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae. [junit] [EL Finest]: 2022-09-10 04:19:17.85--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (153 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.85--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af. [junit] [EL Finest]: 2022-09-10 04:19:17.85--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (154 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.85--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@77c894d5 [junit] [EL Finest]: 2022-09-10 04:19:17.85--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0 [junit] [EL Finest]: 2022-09-10 04:19:17.85--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.85--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.85--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2022-09-10 04:19:17.85--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3. [junit] [EL Finest]: 2022-09-10 04:19:17.85--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.85--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (232 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.85--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1bd5242a. [junit] [EL Finest]: 2022-09-10 04:19:17.85--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.85--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (155 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.851--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1bd5242a [junit] [EL Finest]: 2022-09-10 04:19:17.851--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.851--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.851--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (233 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.851--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.851--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (234 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.851--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5dafbb36. [junit] [EL Finest]: 2022-09-10 04:19:17.851--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.851--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (156 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.851--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae. [junit] [EL Finest]: 2022-09-10 04:19:17.851--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (157 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.851--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5dafbb36 [junit] [EL Finest]: 2022-09-10 04:19:17.851--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.851--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.851--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.851--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (235 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.852--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.852--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (236 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.852--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.852--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (237 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.852--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@736500e6. [junit] [EL Finest]: 2022-09-10 04:19:17.852--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.852--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (158 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.852--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae. [junit] [EL Finest]: 2022-09-10 04:19:17.852--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (159 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.852--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af. [junit] [EL Finest]: 2022-09-10 04:19:17.852--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (160 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.852--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@736500e6 [junit] [EL Finest]: 2022-09-10 04:19:17.852--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.852--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.852--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2022-09-10 04:19:17.853--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.853--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (238 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.853--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.853--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (239 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.853--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.853--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (240 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.853--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.853--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (241 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.853--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@30374f99. [junit] [EL Finest]: 2022-09-10 04:19:17.853--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0. [junit] [EL Finest]: 2022-09-10 04:19:17.853--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (161 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2022-09-10 04:19:17.853--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.853--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (162 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.853--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae. [junit] [EL Finest]: 2022-09-10 04:19:17.853--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (163 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.853--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af. [junit] [EL Finest]: 2022-09-10 04:19:17.853--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (164 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.853--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@30374f99 [junit] [EL Finest]: 2022-09-10 04:19:17.854--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0 [junit] [EL Finest]: 2022-09-10 04:19:17.854--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.854--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.854--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2022-09-10 04:19:17.854--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.854--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (242 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.854--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.854--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (243 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.854--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.854--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (244 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.854--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.854--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (245 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.854--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.854--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (246 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.854--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@364184. [junit] [EL Finest]: 2022-09-10 04:19:17.854--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0. [junit] [EL Finest]: 2022-09-10 04:19:17.855--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (165 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2022-09-10 04:19:17.855--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b1. [junit] [EL Finest]: 2022-09-10 04:19:17.855--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (166 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b1) [junit] [EL Finest]: 2022-09-10 04:19:17.855--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.855--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (167 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.855--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae. [junit] [EL Finest]: 2022-09-10 04:19:17.855--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (168 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.855--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af. [junit] [EL Finest]: 2022-09-10 04:19:17.855--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--assign sequence to the object (169 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.864--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@364184 [junit] [EL Finest]: 2022-09-10 04:19:17.864--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0 [junit] [EL Finest]: 2022-09-10 04:19:17.865--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b1 [junit] [EL Finest]: 2022-09-10 04:19:17.865--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.865--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.865--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2022-09-10 04:19:17.865--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@1. [junit] [EL Finest]: 2022-09-10 04:19:17.865--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@2. [junit] [EL Finest]: 2022-09-10 04:19:17.865--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@3. [junit] [EL Finer]: 2022-09-10 04:19:17.865--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:17.866--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2022-09-10 04:19:17.866--ServerSession(1526542158)--Connection(510801025)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:17.866--ClientSession(532734552)--Connection(510801025)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:17.866--ClientSession(532734552)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:17.866--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:19:17.866--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2022-09-10 04:19:17.866--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@671cada9) [junit] [EL Finer]: 2022-09-10 04:19:17.867--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:17.867--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:17.867--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [2, dep_2, 1] [junit] [EL Fine]: 2022-09-10 04:19:17.867--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [1, dep_1, 1] [junit] [EL Fine]: 2022-09-10 04:19:17.867--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [3, dep_3, 1] [junit] [EL Finer]: 2022-09-10 04:19:17.867--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:17.868--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@364184) [junit] [EL Finest]: 2022-09-10 04:19:17.868--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1bd5242a) [junit] [EL Finest]: 2022-09-10 04:19:17.868--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@736500e6) [junit] [EL Finest]: 2022-09-10 04:19:17.868--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@47e4126a) [junit] [EL Finest]: 2022-09-10 04:19:17.868--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4e579bd) [junit] [EL Finest]: 2022-09-10 04:19:17.869--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@69d2fc03) [junit] [EL Finest]: 2022-09-10 04:19:17.869--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@77c894d5) [junit] [EL Finest]: 2022-09-10 04:19:17.869--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7b595de) [junit] [EL Finest]: 2022-09-10 04:19:17.869--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5dafbb36) [junit] [EL Finest]: 2022-09-10 04:19:17.869--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@49b6b53) [junit] [EL Finest]: 2022-09-10 04:19:17.869--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@30374f99) [junit] [EL Finest]: 2022-09-10 04:19:17.869--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(219:null:description_219) [junit] [EL Finer]: 2022-09-10 04:19:17.869--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:17.869--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:17.869--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [23, first_23, last_23, null, null, null, null, 2, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.869--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [35, first_35, last_35, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.869--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [31, first_31, last_31, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.869--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [33, first_33, last_33, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.869--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [11, first_11, last_11, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.869--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [22, first_22, last_22, null, null, null, null, 2, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.869--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [21, first_21, last_21, null, null, null, null, 2, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.869--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [24, first_24, last_24, null, null, null, null, 2, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.869--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [12, first_12, last_12, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.869--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [32, first_32, last_32, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.87--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [13, first_13, last_13, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.87--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [34, first_34, last_34, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:17.87--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:17.873--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(238:null:description_238) [junit] [EL Finest]: 2022-09-10 04:19:17.873--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(227:null:description_227) [junit] [EL Finest]: 2022-09-10 04:19:17.873--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(245:null:description_245) [junit] [EL Finest]: 2022-09-10 04:19:17.873--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(244:null:description_244) [junit] [EL Finest]: 2022-09-10 04:19:17.873--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(235:null:description_235) [junit] [EL Finest]: 2022-09-10 04:19:17.873--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(242:null:description_242) [junit] [EL Finest]: 2022-09-10 04:19:17.873--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(216:null:description_216) [junit] [EL Finest]: 2022-09-10 04:19:17.873--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(224:null:description_224) [junit] [EL Finest]: 2022-09-10 04:19:17.873--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(222:null:description_222) [junit] [EL Finest]: 2022-09-10 04:19:17.873--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(223:null:description_223) [junit] [EL Finest]: 2022-09-10 04:19:17.873--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(233:null:description_233) [junit] [EL Finest]: 2022-09-10 04:19:17.873--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(231:null:description_231) [junit] [EL Finest]: 2022-09-10 04:19:17.873--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(232:null:description_232) [junit] [EL Finest]: 2022-09-10 04:19:17.873--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(236:null:description_236) [junit] [EL Finest]: 2022-09-10 04:19:17.874--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(240:null:description_240) [junit] [EL Finest]: 2022-09-10 04:19:17.874--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(241:null:description_241) [junit] [EL Finest]: 2022-09-10 04:19:17.874--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(217:null:description_217) [junit] [EL Finest]: 2022-09-10 04:19:17.874--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(229:null:description_229) [junit] [EL Finest]: 2022-09-10 04:19:17.874--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(246:null:description_246) [junit] [EL Finest]: 2022-09-10 04:19:17.874--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(221:null:description_221) [junit] [EL Finest]: 2022-09-10 04:19:17.874--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(218:null:description_218) [junit] [EL Finest]: 2022-09-10 04:19:17.874--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(234:null:description_234) [junit] [EL Finest]: 2022-09-10 04:19:17.874--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(237:null:description_237) [junit] [EL Finest]: 2022-09-10 04:19:17.874--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(230:null:description_230) [junit] [EL Finest]: 2022-09-10 04:19:17.874--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(226:null:description_226) [junit] [EL Finest]: 2022-09-10 04:19:17.874--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(220:null:description_220) [junit] [EL Finest]: 2022-09-10 04:19:17.874--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(243:null:description_243) [junit] [EL Finest]: 2022-09-10 04:19:17.874--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(225:null:description_225) [junit] [EL Finest]: 2022-09-10 04:19:17.874--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(228:null:description_228) [junit] [EL Finest]: 2022-09-10 04:19:17.874--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(239:null:description_239) [junit] [EL Finest]: 2022-09-10 04:19:17.875--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finer]: 2022-09-10 04:19:17.875--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:17.875--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:17.875--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [219, null, description_219] [junit] [EL Fine]: 2022-09-10 04:19:17.875--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [238, null, description_238] [junit] [EL Fine]: 2022-09-10 04:19:17.875--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [227, null, description_227] [junit] [EL Fine]: 2022-09-10 04:19:17.875--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [245, null, description_245] [junit] [EL Fine]: 2022-09-10 04:19:17.875--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [244, null, description_244] [junit] [EL Fine]: 2022-09-10 04:19:17.875--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [235, null, description_235] [junit] [EL Fine]: 2022-09-10 04:19:17.875--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [242, null, description_242] [junit] [EL Fine]: 2022-09-10 04:19:17.875--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [216, null, description_216] [junit] [EL Fine]: 2022-09-10 04:19:17.875--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [224, null, description_224] [junit] [EL Fine]: 2022-09-10 04:19:17.875--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [222, null, description_222] [junit] [EL Fine]: 2022-09-10 04:19:17.875--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [223, null, description_223] [junit] [EL Fine]: 2022-09-10 04:19:17.875--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [233, null, description_233] [junit] [EL Fine]: 2022-09-10 04:19:17.875--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [231, null, description_231] [junit] [EL Fine]: 2022-09-10 04:19:17.875--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [232, null, description_232] [junit] [EL Fine]: 2022-09-10 04:19:17.875--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [236, null, description_236] [junit] [EL Fine]: 2022-09-10 04:19:17.875--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [240, null, description_240] [junit] [EL Fine]: 2022-09-10 04:19:17.875--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [241, null, description_241] [junit] [EL Fine]: 2022-09-10 04:19:17.875--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [217, null, description_217] [junit] [EL Fine]: 2022-09-10 04:19:17.875--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [229, null, description_229] [junit] [EL Fine]: 2022-09-10 04:19:17.876--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [246, null, description_246] [junit] [EL Fine]: 2022-09-10 04:19:17.876--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [221, null, description_221] [junit] [EL Fine]: 2022-09-10 04:19:17.876--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [218, null, description_218] [junit] [EL Fine]: 2022-09-10 04:19:17.876--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [234, null, description_234] [junit] [EL Fine]: 2022-09-10 04:19:17.876--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [237, null, description_237] [junit] [EL Fine]: 2022-09-10 04:19:17.876--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [230, null, description_230] [junit] [EL Fine]: 2022-09-10 04:19:17.876--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [226, null, description_226] [junit] [EL Fine]: 2022-09-10 04:19:17.876--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [220, null, description_220] [junit] [EL Fine]: 2022-09-10 04:19:17.876--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [243, null, description_243] [junit] [EL Fine]: 2022-09-10 04:19:17.876--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [225, null, description_225] [junit] [EL Fine]: 2022-09-10 04:19:17.876--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [228, null, description_228] [junit] [EL Fine]: 2022-09-10 04:19:17.876--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [239, null, description_239] [junit] [EL Finer]: 2022-09-10 04:19:17.876--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:17.881--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.881--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.881--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.881--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.881--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2022-09-10 04:19:17.881--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.881--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.881--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.882--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.882--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.882--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.882--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.882--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2022-09-10 04:19:17.882--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.882--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.882--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.882--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.882--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b1) [junit] [EL Finest]: 2022-09-10 04:19:17.882--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.882--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.882--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.883--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.883--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.883--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.883--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2022-09-10 04:19:17.883--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.883--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.883--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.883--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.883--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.883--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@2) [junit] [EL Finest]: 2022-09-10 04:19:17.883--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query WriteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@1) [junit] [EL Finer]: 2022-09-10 04:19:17.884--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:17.884--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:17.884--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [154, description_2] [junit] [EL Fine]: 2022-09-10 04:19:17.884--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [168, description_1] [junit] [EL Fine]: 2022-09-10 04:19:17.884--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [139, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.884--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [152, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.884--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [153, description_1] [junit] [EL Fine]: 2022-09-10 04:19:17.884--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [161, description_3] [junit] [EL Fine]: 2022-09-10 04:19:17.884--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [163, description_1] [junit] [EL Fine]: 2022-09-10 04:19:17.884--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [147, description_1] [junit] [EL Fine]: 2022-09-10 04:19:17.884--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [146, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.884--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [159, description_1] [junit] [EL Fine]: 2022-09-10 04:19:17.884--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [157, description_1] [junit] [EL Fine]: 2022-09-10 04:19:17.884--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [145, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.884--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [156, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.884--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [165, description_3] [junit] [EL Fine]: 2022-09-10 04:19:17.884--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [149, description_1] [junit] [EL Fine]: 2022-09-10 04:19:17.884--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [141, description_1] [junit] [EL Fine]: 2022-09-10 04:19:17.884--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [144, description_2] [junit] [EL Fine]: 2022-09-10 04:19:17.884--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [155, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.884--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [166, description_4] [junit] [EL Fine]: 2022-09-10 04:19:17.884--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [158, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.884--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [160, description_2] [junit] [EL Fine]: 2022-09-10 04:19:17.885--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [140, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.885--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [162, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.885--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [169, description_2] [junit] [EL Fine]: 2022-09-10 04:19:17.885--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [167, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.885--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [151, description_3] [junit] [EL Fine]: 2022-09-10 04:19:17.885--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [142, description_0] [junit] [EL Fine]: 2022-09-10 04:19:17.885--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [143, description_1] [junit] [EL Fine]: 2022-09-10 04:19:17.885--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [164, description_2] [junit] [EL Fine]: 2022-09-10 04:19:17.885--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [150, description_2] [junit] [EL Fine]: 2022-09-10 04:19:17.885--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [148, description_0] [junit] [EL Finer]: 2022-09-10 04:19:17.885--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:17.891--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@3) [junit] [EL Finer]: 2022-09-10 04:19:17.892--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:17.892--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])--INSERT INTO TMP_NODE (ID, NODENAME, VERSIONCOLUMN, PARENT) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:17.892--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [1, null, 1, null] [junit] [EL Fine]: 2022-09-10 04:19:17.893--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [2, null, 1, 1] [junit] [EL Fine]: 2022-09-10 04:19:17.893--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [3, null, 1, 1] [junit] [EL Finer]: 2022-09-10 04:19:17.893--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:17.894--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:17.894--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:17.894--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:17.894--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [0, 0, 154] [junit] [EL Fine]: 2022-09-10 04:19:17.894--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [0, 0, 168] [junit] [EL Fine]: 2022-09-10 04:19:17.894--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [0, 0, 139] [junit] [EL Fine]: 2022-09-10 04:19:17.894--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [0, 0, 152] [junit] [EL Fine]: 2022-09-10 04:19:17.894--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [0, 0, 153] [junit] [EL Fine]: 2022-09-10 04:19:17.894--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [0, 0, 161] [junit] [EL Fine]: 2022-09-10 04:19:17.894--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [0, 0, 163] [junit] [EL Fine]: 2022-09-10 04:19:17.894--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [0, 0, 147] [junit] [EL Fine]: 2022-09-10 04:19:17.894--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [0, 0, 146] [junit] [EL Fine]: 2022-09-10 04:19:17.894--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [0, 0, 159] [junit] [EL Fine]: 2022-09-10 04:19:17.894--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [0, 0, 157] [junit] [EL Fine]: 2022-09-10 04:19:17.894--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [0, 0, 145] [junit] [EL Fine]: 2022-09-10 04:19:17.894--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [0, 0, 156] [junit] [EL Fine]: 2022-09-10 04:19:17.894--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [0, 0, 165] [junit] [EL Fine]: 2022-09-10 04:19:17.894--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [0, 0, 149] [junit] [EL Fine]: 2022-09-10 04:19:17.894--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [0, 0, 141] [junit] [EL Fine]: 2022-09-10 04:19:17.894--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [0, 0, 144] [junit] [EL Fine]: 2022-09-10 04:19:17.894--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [0, 0, 155] [junit] [EL Fine]: 2022-09-10 04:19:17.894--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [0, 0, 166] [junit] [EL Fine]: 2022-09-10 04:19:17.894--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [0, 0, 158] [junit] [EL Fine]: 2022-09-10 04:19:17.894--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [0, 0, 160] [junit] [EL Fine]: 2022-09-10 04:19:17.894--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [0, 0, 140] [junit] [EL Fine]: 2022-09-10 04:19:17.894--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [0, 0, 162] [junit] [EL Fine]: 2022-09-10 04:19:17.894--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [0, 0, 169] [junit] [EL Fine]: 2022-09-10 04:19:17.895--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [0, 0, 167] [junit] [EL Fine]: 2022-09-10 04:19:17.895--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [0, 0, 151] [junit] [EL Fine]: 2022-09-10 04:19:17.895--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [0, 0, 142] [junit] [EL Fine]: 2022-09-10 04:19:17.895--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [0, 0, 143] [junit] [EL Fine]: 2022-09-10 04:19:17.895--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [0, 0, 164] [junit] [EL Fine]: 2022-09-10 04:19:17.895--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [0, 0, 150] [junit] [EL Fine]: 2022-09-10 04:19:17.895--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [0, 0, 148] [junit] [EL Finer]: 2022-09-10 04:19:17.895--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:17.899--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.899--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.899--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.899--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.9--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.9--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.9--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.9--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.9--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.9--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.9--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.9--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.9--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.9--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.9--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.9--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.9--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.9--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.9--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.9--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.9--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.9--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.9--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.9--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.9--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.9--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.901--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.901--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.901--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.901--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.901--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:17.901--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:17.901--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:17.901--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [225, 23] [junit] [EL Fine]: 2022-09-10 04:19:17.901--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [226, 23] [junit] [EL Fine]: 2022-09-10 04:19:17.901--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [227, 23] [junit] [EL Fine]: 2022-09-10 04:19:17.901--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [242, 35] [junit] [EL Fine]: 2022-09-10 04:19:17.901--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [243, 35] [junit] [EL Fine]: 2022-09-10 04:19:17.901--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [244, 35] [junit] [EL Fine]: 2022-09-10 04:19:17.901--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [245, 35] [junit] [EL Fine]: 2022-09-10 04:19:17.901--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [246, 35] [junit] [EL Fine]: 2022-09-10 04:19:17.901--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [232, 31] [junit] [EL Fine]: 2022-09-10 04:19:17.901--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [235, 33] [junit] [EL Fine]: 2022-09-10 04:19:17.901--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [236, 33] [junit] [EL Fine]: 2022-09-10 04:19:17.901--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [237, 33] [junit] [EL Fine]: 2022-09-10 04:19:17.901--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [216, 11] [junit] [EL Fine]: 2022-09-10 04:19:17.901--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [223, 22] [junit] [EL Fine]: 2022-09-10 04:19:17.901--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [224, 22] [junit] [EL Fine]: 2022-09-10 04:19:17.901--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [222, 21] [junit] [EL Fine]: 2022-09-10 04:19:17.901--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [228, 24] [junit] [EL Fine]: 2022-09-10 04:19:17.901--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [229, 24] [junit] [EL Fine]: 2022-09-10 04:19:17.901--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [230, 24] [junit] [EL Fine]: 2022-09-10 04:19:17.901--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [231, 24] [junit] [EL Fine]: 2022-09-10 04:19:17.902--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [217, 12] [junit] [EL Fine]: 2022-09-10 04:19:17.902--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [218, 12] [junit] [EL Fine]: 2022-09-10 04:19:17.902--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [233, 32] [junit] [EL Fine]: 2022-09-10 04:19:17.902--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [234, 32] [junit] [EL Fine]: 2022-09-10 04:19:17.902--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [219, 13] [junit] [EL Fine]: 2022-09-10 04:19:17.902--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [220, 13] [junit] [EL Fine]: 2022-09-10 04:19:17.902--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [221, 13] [junit] [EL Fine]: 2022-09-10 04:19:17.902--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [238, 34] [junit] [EL Fine]: 2022-09-10 04:19:17.902--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [239, 34] [junit] [EL Fine]: 2022-09-10 04:19:17.902--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [240, 34] [junit] [EL Fine]: 2022-09-10 04:19:17.902--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [241, 34] [junit] [EL Finer]: 2022-09-10 04:19:17.902--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:17.907--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.907--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.907--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.907--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.907--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.907--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.907--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.907--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.907--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.907--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.907--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.907--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.907--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.907--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.908--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.908--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.908--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.908--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.908--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.908--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.908--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.908--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.908--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.908--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.908--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.908--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.908--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.908--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.908--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:17.908--ClientSession(532734552)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:17.908--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:17.908--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:17.908--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [148, 23] [junit] [EL Fine]: 2022-09-10 04:19:17.908--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [149, 23] [junit] [EL Fine]: 2022-09-10 04:19:17.908--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [150, 23] [junit] [EL Fine]: 2022-09-10 04:19:17.908--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [167, 35] [junit] [EL Fine]: 2022-09-10 04:19:17.909--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [168, 35] [junit] [EL Fine]: 2022-09-10 04:19:17.909--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [169, 35] [junit] [EL Fine]: 2022-09-10 04:19:17.909--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [165, 35] [junit] [EL Fine]: 2022-09-10 04:19:17.909--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [166, 35] [junit] [EL Fine]: 2022-09-10 04:19:17.909--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [155, 31] [junit] [EL Fine]: 2022-09-10 04:19:17.909--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [158, 33] [junit] [EL Fine]: 2022-09-10 04:19:17.909--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [159, 33] [junit] [EL Fine]: 2022-09-10 04:19:17.909--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [160, 33] [junit] [EL Fine]: 2022-09-10 04:19:17.909--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [139, 11] [junit] [EL Fine]: 2022-09-10 04:19:17.909--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [146, 22] [junit] [EL Fine]: 2022-09-10 04:19:17.909--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [147, 22] [junit] [EL Fine]: 2022-09-10 04:19:17.909--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [145, 21] [junit] [EL Fine]: 2022-09-10 04:19:17.909--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [152, 24] [junit] [EL Fine]: 2022-09-10 04:19:17.909--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [153, 24] [junit] [EL Fine]: 2022-09-10 04:19:17.909--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [154, 24] [junit] [EL Fine]: 2022-09-10 04:19:17.909--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [151, 24] [junit] [EL Fine]: 2022-09-10 04:19:17.909--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [140, 12] [junit] [EL Fine]: 2022-09-10 04:19:17.909--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [141, 12] [junit] [EL Fine]: 2022-09-10 04:19:17.909--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [156, 32] [junit] [EL Fine]: 2022-09-10 04:19:17.909--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [157, 32] [junit] [EL Fine]: 2022-09-10 04:19:17.909--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [142, 13] [junit] [EL Fine]: 2022-09-10 04:19:17.909--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [143, 13] [junit] [EL Fine]: 2022-09-10 04:19:17.909--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [144, 13] [junit] [EL Fine]: 2022-09-10 04:19:17.909--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [162, 34] [junit] [EL Fine]: 2022-09-10 04:19:17.909--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [163, 34] [junit] [EL Fine]: 2022-09-10 04:19:17.909--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [164, 34] [junit] [EL Fine]: 2022-09-10 04:19:17.909--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])-- bind => [161, 34] [junit] [EL Finer]: 2022-09-10 04:19:17.909--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:17.914--ClientSession(532734552)--Connection(1166909533)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:17.915--ServerSession(1526542158)--Connection(510801025)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:17.918--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:17.918--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:17.918--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:17.919--ClientSession(532734552)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:17.919--UnitOfWork(1824168117)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:17.919--ClientSession(532734552)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:17.92--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1483953559 [junit] [EL Finer]: 2022-09-10 04:19:17.92--ClientSession(1483953559)--Thread(Thread[main,5,main])--acquire unit of work: 1505791444 [junit] [EL Finest]: 2022-09-10 04:19:17.92--UnitOfWork(1505791444)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT t1.ID, t1.FIRSTNAME, t1.LASTNAME, t1.SALARY, t1.EMP_END, t1.EMP_START, t1.COSTCENTER, t1.DEPARTMENT, t1.BROKERAGE_ACCOUNT, t1.CUBICLE_FLOOR, t1.CUBICLE_PLACE, t1.SAMPLE_ACCOUNT, t1.PROFILE_GUID, t0.ID, t0.CATEGORY, t0.DESCRIPTION FROM TMP_HOBBY t0, TMP_EMP_HOBBY t2, TMP_EMP t1 WHERE ((t2.EMP_ID = t1.ID) AND (t0.ID = t2.HOBBY_ID))") [junit] [EL Finest]: 2022-09-10 04:19:17.92--ServerSession(1526542158)--Connection(59159179)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.92--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:17.921--ServerSession(1526542158)--Connection(627743303)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.FIRSTNAME, t1.LASTNAME, t1.SALARY, t1.EMP_END, t1.EMP_START, t1.COSTCENTER, t1.DEPARTMENT, t1.BROKERAGE_ACCOUNT, t1.CUBICLE_FLOOR, t1.CUBICLE_PLACE, t1.SAMPLE_ACCOUNT, t1.PROFILE_GUID, t0.ID, t0.CATEGORY, t0.DESCRIPTION FROM TMP_HOBBY t0, TMP_EMP_HOBBY t2, TMP_EMP t1 WHERE ((t2.EMP_ID = t1.ID) AND (t0.ID = t2.HOBBY_ID)) [junit] [EL Finest]: 2022-09-10 04:19:17.922--ServerSession(1526542158)--Connection(59159179)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.922--UnitOfWork(1505791444)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:19:17.922--UnitOfWork(1505791444)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:17.922--ServerSession(1526542158)--Connection(664823766)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.922--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:17.923--ServerSession(1526542158)--Connection(1017344174)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [11, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:17.923--ServerSession(1526542158)--Connection(664823766)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.924--UnitOfWork(1505791444)--Thread(Thread[main,5,main])--Register the existing object 216:null:description_216 [junit] [EL Finest]: 2022-09-10 04:19:17.924--UnitOfWork(1505791444)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:19:17.924--UnitOfWork(1505791444)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:17.924--ServerSession(1526542158)--Connection(1450729045)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.924--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:17.924--ServerSession(1526542158)--Connection(280400983)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [12, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:17.925--ServerSession(1526542158)--Connection(1450729045)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.925--UnitOfWork(1505791444)--Thread(Thread[main,5,main])--Register the existing object 217:null:description_217 [junit] [EL Finest]: 2022-09-10 04:19:17.925--UnitOfWork(1505791444)--Thread(Thread[main,5,main])--Register the existing object 218:null:description_218 [junit] [EL Finest]: 2022-09-10 04:19:17.925--UnitOfWork(1505791444)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:19:17.925--UnitOfWork(1505791444)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:17.925--ServerSession(1526542158)--Connection(881305041)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.925--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:17.925--ServerSession(1526542158)--Connection(114325689)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [13, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:17.926--ServerSession(1526542158)--Connection(881305041)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.926--UnitOfWork(1505791444)--Thread(Thread[main,5,main])--Register the existing object 219:null:description_219 [junit] [EL Finest]: 2022-09-10 04:19:17.926--UnitOfWork(1505791444)--Thread(Thread[main,5,main])--Register the existing object 220:null:description_220 [junit] [EL Finest]: 2022-09-10 04:19:17.926--UnitOfWork(1505791444)--Thread(Thread[main,5,main])--Register the existing object 221:null:description_221 [junit] [EL Finest]: 2022-09-10 04:19:17.926--UnitOfWork(1505791444)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2022-09-10 04:19:17.926--UnitOfWork(1505791444)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:17.927--ServerSession(1526542158)--Connection(268882838)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.927--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:17.927--ServerSession(1526542158)--Connection(641174116)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [21, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:17.927--ServerSession(1526542158)--Connection(268882838)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.927--UnitOfWork(1505791444)--Thread(Thread[main,5,main])--Register the existing object 222:null:description_222 [junit] [EL Finest]: 2022-09-10 04:19:17.928--UnitOfWork(1505791444)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2022-09-10 04:19:17.928--UnitOfWork(1505791444)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:17.928--ServerSession(1526542158)--Connection(1515456454)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.928--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:17.928--ServerSession(1526542158)--Connection(1866546631)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [22, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:17.928--ServerSession(1526542158)--Connection(1515456454)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.929--UnitOfWork(1505791444)--Thread(Thread[main,5,main])--Register the existing object 223:null:description_223 [junit] [EL Finest]: 2022-09-10 04:19:17.929--UnitOfWork(1505791444)--Thread(Thread[main,5,main])--Register the existing object 224:null:description_224 [junit] [EL Finest]: 2022-09-10 04:19:17.929--UnitOfWork(1505791444)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2022-09-10 04:19:17.929--UnitOfWork(1505791444)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:17.929--ServerSession(1526542158)--Connection(705507182)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.929--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:17.929--ServerSession(1526542158)--Connection(1999374326)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [23, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:17.93--ServerSession(1526542158)--Connection(705507182)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.93--UnitOfWork(1505791444)--Thread(Thread[main,5,main])--Register the existing object 225:null:description_225 [junit] [EL Finest]: 2022-09-10 04:19:17.93--UnitOfWork(1505791444)--Thread(Thread[main,5,main])--Register the existing object 226:null:description_226 [junit] [EL Finest]: 2022-09-10 04:19:17.93--UnitOfWork(1505791444)--Thread(Thread[main,5,main])--Register the existing object 227:null:description_227 [junit] [EL Finest]: 2022-09-10 04:19:17.93--UnitOfWork(1505791444)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2022-09-10 04:19:17.93--UnitOfWork(1505791444)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:17.93--ServerSession(1526542158)--Connection(2011686745)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.93--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:17.93--ServerSession(1526542158)--Connection(1352547331)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [24, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:17.931--ServerSession(1526542158)--Connection(2011686745)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.931--UnitOfWork(1505791444)--Thread(Thread[main,5,main])--Register the existing object 228:null:description_228 [junit] [EL Finest]: 2022-09-10 04:19:17.931--UnitOfWork(1505791444)--Thread(Thread[main,5,main])--Register the existing object 229:null:description_229 [junit] [EL Finest]: 2022-09-10 04:19:17.931--UnitOfWork(1505791444)--Thread(Thread[main,5,main])--Register the existing object 230:null:description_230 [junit] [EL Finest]: 2022-09-10 04:19:17.931--UnitOfWork(1505791444)--Thread(Thread[main,5,main])--Register the existing object 231:null:description_231 [junit] [EL Finest]: 2022-09-10 04:19:17.931--UnitOfWork(1505791444)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2022-09-10 04:19:17.931--UnitOfWork(1505791444)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:17.932--ServerSession(1526542158)--Connection(989617795)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.932--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:17.932--ServerSession(1526542158)--Connection(1991884001)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [31, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:17.932--ServerSession(1526542158)--Connection(989617795)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.932--UnitOfWork(1505791444)--Thread(Thread[main,5,main])--Register the existing object 232:null:description_232 [junit] [EL Finest]: 2022-09-10 04:19:17.932--UnitOfWork(1505791444)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2022-09-10 04:19:17.933--UnitOfWork(1505791444)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:17.933--ServerSession(1526542158)--Connection(1555136995)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.933--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:17.933--ServerSession(1526542158)--Connection(1674200270)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [32, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:17.933--ServerSession(1526542158)--Connection(1555136995)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.934--UnitOfWork(1505791444)--Thread(Thread[main,5,main])--Register the existing object 233:null:description_233 [junit] [EL Finest]: 2022-09-10 04:19:17.934--UnitOfWork(1505791444)--Thread(Thread[main,5,main])--Register the existing object 234:null:description_234 [junit] [EL Finest]: 2022-09-10 04:19:17.934--UnitOfWork(1505791444)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2022-09-10 04:19:17.934--UnitOfWork(1505791444)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:17.934--ServerSession(1526542158)--Connection(10451996)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.934--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:17.934--ServerSession(1526542158)--Connection(1621329585)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [33, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:17.935--ServerSession(1526542158)--Connection(10451996)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.935--UnitOfWork(1505791444)--Thread(Thread[main,5,main])--Register the existing object 235:null:description_235 [junit] [EL Finest]: 2022-09-10 04:19:17.935--UnitOfWork(1505791444)--Thread(Thread[main,5,main])--Register the existing object 236:null:description_236 [junit] [EL Finest]: 2022-09-10 04:19:17.935--UnitOfWork(1505791444)--Thread(Thread[main,5,main])--Register the existing object 237:null:description_237 [junit] [EL Finest]: 2022-09-10 04:19:17.935--UnitOfWork(1505791444)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2022-09-10 04:19:17.935--UnitOfWork(1505791444)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:17.935--ServerSession(1526542158)--Connection(1896069688)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.935--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:17.935--ServerSession(1526542158)--Connection(320371196)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [34, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:17.936--ServerSession(1526542158)--Connection(1896069688)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.936--UnitOfWork(1505791444)--Thread(Thread[main,5,main])--Register the existing object 238:null:description_238 [junit] [EL Finest]: 2022-09-10 04:19:17.936--UnitOfWork(1505791444)--Thread(Thread[main,5,main])--Register the existing object 239:null:description_239 [junit] [EL Finest]: 2022-09-10 04:19:17.936--UnitOfWork(1505791444)--Thread(Thread[main,5,main])--Register the existing object 240:null:description_240 [junit] [EL Finest]: 2022-09-10 04:19:17.936--UnitOfWork(1505791444)--Thread(Thread[main,5,main])--Register the existing object 241:null:description_241 [junit] [EL Finest]: 2022-09-10 04:19:17.936--UnitOfWork(1505791444)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2022-09-10 04:19:17.936--UnitOfWork(1505791444)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:17.936--ServerSession(1526542158)--Connection(467161524)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.936--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:17.937--ServerSession(1526542158)--Connection(1819191569)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [35, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:17.937--ServerSession(1526542158)--Connection(467161524)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:17.937--UnitOfWork(1505791444)--Thread(Thread[main,5,main])--Register the existing object 242:null:description_242 [junit] [EL Finest]: 2022-09-10 04:19:17.937--UnitOfWork(1505791444)--Thread(Thread[main,5,main])--Register the existing object 243:null:description_243 [junit] [EL Finest]: 2022-09-10 04:19:17.938--UnitOfWork(1505791444)--Thread(Thread[main,5,main])--Register the existing object 244:null:description_244 [junit] [EL Finest]: 2022-09-10 04:19:17.938--UnitOfWork(1505791444)--Thread(Thread[main,5,main])--Register the existing object 245:null:description_245 [junit] [EL Finest]: 2022-09-10 04:19:17.938--UnitOfWork(1505791444)--Thread(Thread[main,5,main])--Register the existing object 246:null:description_246 [junit] [EL Finer]: 2022-09-10 04:19:17.968--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 28315411 [junit] [EL Finer]: 2022-09-10 04:19:17.968--ClientSession(28315411)--Thread(Thread[main,5,main])--acquire unit of work: 31236032 [junit] [EL Finest]: 2022-09-10 04:19:17.968--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:19:17.968--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.978--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (247 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.978--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@22249b41. [junit] [EL Finest]: 2022-09-10 04:19:17.978--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.978--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (170 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.978--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@22249b41 [junit] [EL Finest]: 2022-09-10 04:19:17.979--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.979--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.979--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (248 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.979--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.979--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (249 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.979--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1c81f231. [junit] [EL Finest]: 2022-09-10 04:19:17.979--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.979--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (171 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.979--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae. [junit] [EL Finest]: 2022-09-10 04:19:17.979--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (172 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.979--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1c81f231 [junit] [EL Finest]: 2022-09-10 04:19:17.979--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.979--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.979--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.979--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (250 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.98--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.98--ServerSession(1526542158)--Connection(896527075)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:17.98--ClientSession(28315411)--Connection(896527075)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:17.98--ClientSession(28315411)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:17.98--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="StringIdGenerator" sql="UPDATE TMP_STRING_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ?") [junit] [EL Finest]: 2022-09-10 04:19:17.98--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="StringIdGenerator" sql="SELECT MAX_ID FROM TMP_STRING_GEN WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2022-09-10 04:19:17.981--ClientSession(28315411)--Connection(808118426)--Thread(Thread[main,5,main])--UPDATE TMP_STRING_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, StringIdGenerator] [junit] [EL Fine]: 2022-09-10 04:19:17.981--ClientSession(28315411)--Connection(808118426)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_STRING_GEN WHERE BEAN_NAME = ? [junit] bind => [StringIdGenerator] [junit] [EL Finest]: 2022-09-10 04:19:17.982--ClientSession(28315411)--Connection(808118426)--Thread(Thread[main,5,main])--local sequencing preallocation for StringIdGenerator: objects: 50 , first: 251, last: 300 [junit] [EL Finer]: 2022-09-10 04:19:17.982--ClientSession(28315411)--Connection(808118426)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:17.983--ServerSession(1526542158)--Connection(808118426)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2022-09-10 04:19:17.983--ServerSession(1526542158)--Connection(896527075)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:19:17.983--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (251 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.983--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.983--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (252 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.983--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7e04410. [junit] [EL Finest]: 2022-09-10 04:19:17.983--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.983--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (173 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.984--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae. [junit] [EL Finest]: 2022-09-10 04:19:17.984--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (174 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.984--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af. [junit] [EL Finest]: 2022-09-10 04:19:17.984--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (175 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.984--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7e04410 [junit] [EL Finest]: 2022-09-10 04:19:17.984--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.984--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.984--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2022-09-10 04:19:17.984--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2. [junit] [EL Finest]: 2022-09-10 04:19:17.984--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.984--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (253 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.984--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2dd85faa. [junit] [EL Finest]: 2022-09-10 04:19:17.984--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.984--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (176 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.985--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2dd85faa [junit] [EL Finest]: 2022-09-10 04:19:17.985--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.985--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.985--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (254 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.985--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.985--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (255 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.985--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@72c55bf. [junit] [EL Finest]: 2022-09-10 04:19:17.985--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.985--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (177 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.985--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae. [junit] [EL Finest]: 2022-09-10 04:19:17.985--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (178 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.985--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@72c55bf [junit] [EL Finest]: 2022-09-10 04:19:17.985--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.985--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.985--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.985--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (256 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.985--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.986--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (257 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.986--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.986--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (258 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.986--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@37107ea0. [junit] [EL Finest]: 2022-09-10 04:19:17.986--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.986--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (179 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.986--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae. [junit] [EL Finest]: 2022-09-10 04:19:17.986--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (180 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.986--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af. [junit] [EL Finest]: 2022-09-10 04:19:17.986--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (181 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.986--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@37107ea0 [junit] [EL Finest]: 2022-09-10 04:19:17.986--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.986--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.986--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2022-09-10 04:19:17.986--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.986--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (259 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.986--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.987--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (260 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.987--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.987--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (261 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.987--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.987--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (262 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.987--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6b86a5a4. [junit] [EL Finest]: 2022-09-10 04:19:17.987--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0. [junit] [EL Finest]: 2022-09-10 04:19:17.987--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (182 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2022-09-10 04:19:17.987--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.987--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (183 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.987--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae. [junit] [EL Finest]: 2022-09-10 04:19:17.987--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (184 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.987--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af. [junit] [EL Finest]: 2022-09-10 04:19:17.987--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (185 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.987--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6b86a5a4 [junit] [EL Finest]: 2022-09-10 04:19:17.987--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0 [junit] [EL Finest]: 2022-09-10 04:19:17.987--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.988--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.988--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2022-09-10 04:19:17.988--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3. [junit] [EL Finest]: 2022-09-10 04:19:17.988--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.988--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (263 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.988--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6904fe7f. [junit] [EL Finest]: 2022-09-10 04:19:17.988--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.988--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (186 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.988--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6904fe7f [junit] [EL Finest]: 2022-09-10 04:19:17.988--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.988--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.988--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (264 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.988--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.988--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (265 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.988--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@15c882e8. [junit] [EL Finest]: 2022-09-10 04:19:17.988--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.989--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (187 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.989--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae. [junit] [EL Finest]: 2022-09-10 04:19:17.989--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (188 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.989--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@15c882e8 [junit] [EL Finest]: 2022-09-10 04:19:17.989--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.989--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.989--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.989--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (266 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.989--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.989--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (267 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.989--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.989--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (268 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.989--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3b93b86b. [junit] [EL Finest]: 2022-09-10 04:19:17.989--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.989--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (189 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.989--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae. [junit] [EL Finest]: 2022-09-10 04:19:17.989--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (190 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.99--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af. [junit] [EL Finest]: 2022-09-10 04:19:17.99--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (191 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.99--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3b93b86b [junit] [EL Finest]: 2022-09-10 04:19:17.99--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.99--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.99--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2022-09-10 04:19:17.99--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.99--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (269 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.99--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.99--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (270 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.99--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.99--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (271 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.99--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.99--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (272 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.99--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@56984e92. [junit] [EL Finest]: 2022-09-10 04:19:17.99--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0. [junit] [EL Finest]: 2022-09-10 04:19:17.99--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (192 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2022-09-10 04:19:17.99--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.991--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (193 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.991--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae. [junit] [EL Finest]: 2022-09-10 04:19:17.991--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (194 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.991--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af. [junit] [EL Finest]: 2022-09-10 04:19:17.991--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (195 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.991--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@56984e92 [junit] [EL Finest]: 2022-09-10 04:19:17.991--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0 [junit] [EL Finest]: 2022-09-10 04:19:17.991--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.991--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.991--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2022-09-10 04:19:17.991--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.991--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (273 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.991--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.991--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (274 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.991--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.991--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (275 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.991--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.992--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (276 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.992--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: null:null:null. [junit] [EL Finest]: 2022-09-10 04:19:17.992--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (277 -> null:null:null) [junit] [EL Finest]: 2022-09-10 04:19:17.992--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@48df2306. [junit] [EL Finest]: 2022-09-10 04:19:17.992--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0. [junit] [EL Finest]: 2022-09-10 04:19:17.992--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (196 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2022-09-10 04:19:17.992--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b1. [junit] [EL Finest]: 2022-09-10 04:19:17.992--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (197 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b1) [junit] [EL Finest]: 2022-09-10 04:19:17.992--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad. [junit] [EL Finest]: 2022-09-10 04:19:17.992--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (198 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:17.992--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae. [junit] [EL Finest]: 2022-09-10 04:19:17.992--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (199 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:17.992--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af. [junit] [EL Finest]: 2022-09-10 04:19:17.992--UnitOfWork(31236032)--Thread(Thread[main,5,main])--assign sequence to the object (200 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:17.992--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@48df2306 [junit] [EL Finest]: 2022-09-10 04:19:17.992--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0 [junit] [EL Finest]: 2022-09-10 04:19:17.992--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b1 [junit] [EL Finest]: 2022-09-10 04:19:17.992--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad [junit] [EL Finest]: 2022-09-10 04:19:17.993--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae [junit] [EL Finest]: 2022-09-10 04:19:17.993--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af [junit] [EL Finest]: 2022-09-10 04:19:17.993--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@1. [junit] [EL Finest]: 2022-09-10 04:19:17.993--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@2. [junit] [EL Finest]: 2022-09-10 04:19:17.993--UnitOfWork(31236032)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@3. [junit] [EL Finer]: 2022-09-10 04:19:17.993--UnitOfWork(31236032)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:17.993--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:19:17.993--ServerSession(1526542158)--Connection(2057941048)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:17.993--ClientSession(28315411)--Connection(2057941048)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:17.993--ClientSession(28315411)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:17.994--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3) [junit] [EL Finest]: 2022-09-10 04:19:17.994--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2022-09-10 04:19:17.994--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@56984e92) [junit] [EL Finer]: 2022-09-10 04:19:17.994--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:17.994--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:17.994--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [1, dep_1, 1] [junit] [EL Fine]: 2022-09-10 04:19:17.994--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [3, dep_3, 1] [junit] [EL Fine]: 2022-09-10 04:19:17.994--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [2, dep_2, 1] [junit] [EL Finer]: 2022-09-10 04:19:17.994--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:17.996--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6b86a5a4) [junit] [EL Finest]: 2022-09-10 04:19:17.996--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2dd85faa) [junit] [EL Finest]: 2022-09-10 04:19:17.996--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3b93b86b) [junit] [EL Finest]: 2022-09-10 04:19:17.996--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6904fe7f) [junit] [EL Finest]: 2022-09-10 04:19:17.996--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@15c882e8) [junit] [EL Finest]: 2022-09-10 04:19:17.996--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7e04410) [junit] [EL Finest]: 2022-09-10 04:19:17.996--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@37107ea0) [junit] [EL Finest]: 2022-09-10 04:19:17.996--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@72c55bf) [junit] [EL Finest]: 2022-09-10 04:19:17.996--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1c81f231) [junit] [EL Finest]: 2022-09-10 04:19:17.997--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@22249b41) [junit] [EL Finest]: 2022-09-10 04:19:17.997--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@48df2306) [junit] [EL Finest]: 2022-09-10 04:19:17.997--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(276:null:description_276) [junit] [EL Finer]: 2022-09-10 04:19:17.997--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:17.997--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:17.997--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [34, first_34, last_34, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.997--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [24, first_24, last_24, null, null, null, null, 2, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.997--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [21, first_21, last_21, null, null, null, null, 2, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.997--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [33, first_33, last_33, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.997--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [31, first_31, last_31, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.997--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [32, first_32, last_32, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.997--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [13, first_13, last_13, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.997--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [23, first_23, last_23, null, null, null, null, 2, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.997--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [22, first_22, last_22, null, null, null, null, 2, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.997--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [12, first_12, last_12, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.997--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [11, first_11, last_11, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:17.997--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [35, first_35, last_35, null, null, null, null, 3, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:17.997--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:18.0--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(264:null:description_264) [junit] [EL Finest]: 2022-09-10 04:19:18.0--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(270:null:description_270) [junit] [EL Finest]: 2022-09-10 04:19:18.0--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(267:null:description_267) [junit] [EL Finest]: 2022-09-10 04:19:18.001--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(271:null:description_271) [junit] [EL Finest]: 2022-09-10 04:19:18.001--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(274:null:description_274) [junit] [EL Finest]: 2022-09-10 04:19:18.001--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(265:null:description_265) [junit] [EL Finest]: 2022-09-10 04:19:18.001--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(259:null:description_259) [junit] [EL Finest]: 2022-09-10 04:19:18.001--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(252:null:description_252) [junit] [EL Finest]: 2022-09-10 04:19:18.001--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(260:null:description_260) [junit] [EL Finest]: 2022-09-10 04:19:18.001--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(277:null:description_277) [junit] [EL Finest]: 2022-09-10 04:19:18.001--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(253:null:description_253) [junit] [EL Finest]: 2022-09-10 04:19:18.001--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(247:null:description_247) [junit] [EL Finest]: 2022-09-10 04:19:18.001--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(273:null:description_273) [junit] [EL Finest]: 2022-09-10 04:19:18.001--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(263:null:description_263) [junit] [EL Finest]: 2022-09-10 04:19:18.001--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(251:null:description_251) [junit] [EL Finest]: 2022-09-10 04:19:18.001--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(266:null:description_266) [junit] [EL Finest]: 2022-09-10 04:19:18.001--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(256:null:description_256) [junit] [EL Finest]: 2022-09-10 04:19:18.001--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(272:null:description_272) [junit] [EL Finest]: 2022-09-10 04:19:18.001--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(268:null:description_268) [junit] [EL Finest]: 2022-09-10 04:19:18.002--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(248:null:description_248) [junit] [EL Finest]: 2022-09-10 04:19:18.002--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(275:null:description_275) [junit] [EL Finest]: 2022-09-10 04:19:18.002--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(258:null:description_258) [junit] [EL Finest]: 2022-09-10 04:19:18.002--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(254:null:description_254) [junit] [EL Finest]: 2022-09-10 04:19:18.002--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(255:null:description_255) [junit] [EL Finest]: 2022-09-10 04:19:18.002--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(262:null:description_262) [junit] [EL Finest]: 2022-09-10 04:19:18.002--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(250:null:description_250) [junit] [EL Finest]: 2022-09-10 04:19:18.002--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(249:null:description_249) [junit] [EL Finest]: 2022-09-10 04:19:18.002--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(257:null:description_257) [junit] [EL Finest]: 2022-09-10 04:19:18.002--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(269:null:description_269) [junit] [EL Finest]: 2022-09-10 04:19:18.002--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(261:null:description_261) [junit] [EL Finest]: 2022-09-10 04:19:18.002--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finer]: 2022-09-10 04:19:18.002--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.002--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])--INSERT INTO TMP_HOBBY (ID, CATEGORY, DESCRIPTION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.002--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [276, null, description_276] [junit] [EL Fine]: 2022-09-10 04:19:18.002--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [264, null, description_264] [junit] [EL Fine]: 2022-09-10 04:19:18.002--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [270, null, description_270] [junit] [EL Fine]: 2022-09-10 04:19:18.002--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [267, null, description_267] [junit] [EL Fine]: 2022-09-10 04:19:18.002--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [271, null, description_271] [junit] [EL Fine]: 2022-09-10 04:19:18.003--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [274, null, description_274] [junit] [EL Fine]: 2022-09-10 04:19:18.003--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [265, null, description_265] [junit] [EL Fine]: 2022-09-10 04:19:18.003--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [259, null, description_259] [junit] [EL Fine]: 2022-09-10 04:19:18.003--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [252, null, description_252] [junit] [EL Fine]: 2022-09-10 04:19:18.003--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [260, null, description_260] [junit] [EL Fine]: 2022-09-10 04:19:18.003--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [277, null, description_277] [junit] [EL Fine]: 2022-09-10 04:19:18.003--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [253, null, description_253] [junit] [EL Fine]: 2022-09-10 04:19:18.003--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [247, null, description_247] [junit] [EL Fine]: 2022-09-10 04:19:18.003--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [273, null, description_273] [junit] [EL Fine]: 2022-09-10 04:19:18.003--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [263, null, description_263] [junit] [EL Fine]: 2022-09-10 04:19:18.003--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [251, null, description_251] [junit] [EL Fine]: 2022-09-10 04:19:18.003--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [266, null, description_266] [junit] [EL Fine]: 2022-09-10 04:19:18.003--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [256, null, description_256] [junit] [EL Fine]: 2022-09-10 04:19:18.003--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [272, null, description_272] [junit] [EL Fine]: 2022-09-10 04:19:18.003--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [268, null, description_268] [junit] [EL Fine]: 2022-09-10 04:19:18.003--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [248, null, description_248] [junit] [EL Fine]: 2022-09-10 04:19:18.003--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [275, null, description_275] [junit] [EL Fine]: 2022-09-10 04:19:18.003--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [258, null, description_258] [junit] [EL Fine]: 2022-09-10 04:19:18.003--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [254, null, description_254] [junit] [EL Fine]: 2022-09-10 04:19:18.003--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [255, null, description_255] [junit] [EL Fine]: 2022-09-10 04:19:18.003--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [262, null, description_262] [junit] [EL Fine]: 2022-09-10 04:19:18.003--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [250, null, description_250] [junit] [EL Fine]: 2022-09-10 04:19:18.003--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [249, null, description_249] [junit] [EL Fine]: 2022-09-10 04:19:18.003--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [257, null, description_257] [junit] [EL Fine]: 2022-09-10 04:19:18.003--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [269, null, description_269] [junit] [EL Fine]: 2022-09-10 04:19:18.003--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [261, null, description_261] [junit] [EL Finer]: 2022-09-10 04:19:18.003--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:18.008--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:18.008--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:18.008--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:18.008--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:18.008--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:18.008--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2022-09-10 04:19:18.009--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:18.009--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:18.009--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:18.009--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:18.009--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:18.009--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:18.009--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2022-09-10 04:19:18.009--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:18.009--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:18.009--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:18.009--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:18.009--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:18.009--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:18.01--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:18.01--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:18.01--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:18.01--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:18.01--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480af) [junit] [EL Finest]: 2022-09-10 04:19:18.01--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:18.01--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:18.01--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b0) [junit] [EL Finest]: 2022-09-10 04:19:18.01--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ae) [junit] [EL Finest]: 2022-09-10 04:19:18.01--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480ad) [junit] [EL Finest]: 2022-09-10 04:19:18.01--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@21e480b1) [junit] [EL Finest]: 2022-09-10 04:19:18.01--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@2) [junit] [EL Finest]: 2022-09-10 04:19:18.01--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query WriteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@1) [junit] [EL Finer]: 2022-09-10 04:19:18.011--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.011--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.011--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [198, description_0] [junit] [EL Fine]: 2022-09-10 04:19:18.011--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [179, description_0] [junit] [EL Fine]: 2022-09-10 04:19:18.011--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [188, description_1] [junit] [EL Fine]: 2022-09-10 04:19:18.011--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [189, description_0] [junit] [EL Fine]: 2022-09-10 04:19:18.011--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [177, description_0] [junit] [EL Fine]: 2022-09-10 04:19:18.011--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [180, description_1] [junit] [EL Fine]: 2022-09-10 04:19:18.011--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [192, description_3] [junit] [EL Fine]: 2022-09-10 04:19:18.011--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [195, description_2] [junit] [EL Fine]: 2022-09-10 04:19:18.011--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [176, description_0] [junit] [EL Fine]: 2022-09-10 04:19:18.011--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [171, description_0] [junit] [EL Fine]: 2022-09-10 04:19:18.011--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [193, description_0] [junit] [EL Fine]: 2022-09-10 04:19:18.011--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [175, description_2] [junit] [EL Fine]: 2022-09-10 04:19:18.011--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [191, description_2] [junit] [EL Fine]: 2022-09-10 04:19:18.011--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [182, description_3] [junit] [EL Fine]: 2022-09-10 04:19:18.011--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [199, description_1] [junit] [EL Fine]: 2022-09-10 04:19:18.011--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [181, description_2] [junit] [EL Fine]: 2022-09-10 04:19:18.011--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [170, description_0] [junit] [EL Fine]: 2022-09-10 04:19:18.011--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [173, description_0] [junit] [EL Fine]: 2022-09-10 04:19:18.011--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [172, description_1] [junit] [EL Fine]: 2022-09-10 04:19:18.011--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [186, description_0] [junit] [EL Fine]: 2022-09-10 04:19:18.011--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [185, description_2] [junit] [EL Fine]: 2022-09-10 04:19:18.012--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [174, description_1] [junit] [EL Fine]: 2022-09-10 04:19:18.012--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [194, description_1] [junit] [EL Fine]: 2022-09-10 04:19:18.012--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [190, description_1] [junit] [EL Fine]: 2022-09-10 04:19:18.012--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [200, description_2] [junit] [EL Fine]: 2022-09-10 04:19:18.012--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [183, description_0] [junit] [EL Fine]: 2022-09-10 04:19:18.012--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [184, description_1] [junit] [EL Fine]: 2022-09-10 04:19:18.012--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [196, description_3] [junit] [EL Fine]: 2022-09-10 04:19:18.012--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [178, description_1] [junit] [EL Fine]: 2022-09-10 04:19:18.012--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [187, description_0] [junit] [EL Fine]: 2022-09-10 04:19:18.012--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [197, description_4] [junit] [EL Finer]: 2022-09-10 04:19:18.012--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:18.017--UnitOfWork(31236032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@3) [junit] [EL Finer]: 2022-09-10 04:19:18.017--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.017--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])--INSERT INTO TMP_NODE (ID, NODENAME, VERSIONCOLUMN, PARENT) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.017--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [1, null, 1, null] [junit] [EL Fine]: 2022-09-10 04:19:18.017--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [2, null, 1, 1] [junit] [EL Fine]: 2022-09-10 04:19:18.017--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [3, null, 1, 1] [junit] [EL Finer]: 2022-09-10 04:19:18.017--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:18.018--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:18.018--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.018--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.018--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [0, 0, 198] [junit] [EL Fine]: 2022-09-10 04:19:18.018--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [0, 0, 179] [junit] [EL Fine]: 2022-09-10 04:19:18.018--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [0, 0, 188] [junit] [EL Fine]: 2022-09-10 04:19:18.018--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [0, 0, 189] [junit] [EL Fine]: 2022-09-10 04:19:18.018--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [0, 0, 177] [junit] [EL Fine]: 2022-09-10 04:19:18.018--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [0, 0, 180] [junit] [EL Fine]: 2022-09-10 04:19:18.018--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [0, 0, 192] [junit] [EL Fine]: 2022-09-10 04:19:18.018--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [0, 0, 195] [junit] [EL Fine]: 2022-09-10 04:19:18.018--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [0, 0, 176] [junit] [EL Fine]: 2022-09-10 04:19:18.018--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [0, 0, 171] [junit] [EL Fine]: 2022-09-10 04:19:18.018--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [0, 0, 193] [junit] [EL Fine]: 2022-09-10 04:19:18.018--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [0, 0, 175] [junit] [EL Fine]: 2022-09-10 04:19:18.018--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [0, 0, 191] [junit] [EL Fine]: 2022-09-10 04:19:18.018--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [0, 0, 182] [junit] [EL Fine]: 2022-09-10 04:19:18.018--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [0, 0, 199] [junit] [EL Fine]: 2022-09-10 04:19:18.018--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [0, 0, 181] [junit] [EL Fine]: 2022-09-10 04:19:18.018--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [0, 0, 170] [junit] [EL Fine]: 2022-09-10 04:19:18.018--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [0, 0, 173] [junit] [EL Fine]: 2022-09-10 04:19:18.018--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [0, 0, 172] [junit] [EL Fine]: 2022-09-10 04:19:18.018--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [0, 0, 186] [junit] [EL Fine]: 2022-09-10 04:19:18.018--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [0, 0, 185] [junit] [EL Fine]: 2022-09-10 04:19:18.018--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [0, 0, 174] [junit] [EL Fine]: 2022-09-10 04:19:18.018--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [0, 0, 194] [junit] [EL Fine]: 2022-09-10 04:19:18.019--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [0, 0, 190] [junit] [EL Fine]: 2022-09-10 04:19:18.019--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [0, 0, 200] [junit] [EL Fine]: 2022-09-10 04:19:18.019--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [0, 0, 183] [junit] [EL Fine]: 2022-09-10 04:19:18.019--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [0, 0, 184] [junit] [EL Fine]: 2022-09-10 04:19:18.019--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [0, 0, 196] [junit] [EL Fine]: 2022-09-10 04:19:18.019--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [0, 0, 178] [junit] [EL Fine]: 2022-09-10 04:19:18.019--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [0, 0, 187] [junit] [EL Fine]: 2022-09-10 04:19:18.019--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [0, 0, 197] [junit] [EL Finer]: 2022-09-10 04:19:18.019--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:18.023--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.023--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.024--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.024--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.024--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.024--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.024--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.024--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.024--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.024--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.024--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.024--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.024--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.024--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.024--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.024--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.024--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.024--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.024--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.024--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.024--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.024--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.024--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.024--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.025--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.025--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.025--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.025--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.025--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.025--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.025--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:18.025--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.025--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_HOBBY (HOBBY_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.025--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [269, 34] [junit] [EL Fine]: 2022-09-10 04:19:18.025--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [270, 34] [junit] [EL Fine]: 2022-09-10 04:19:18.025--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [271, 34] [junit] [EL Fine]: 2022-09-10 04:19:18.025--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [272, 34] [junit] [EL Fine]: 2022-09-10 04:19:18.025--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [259, 24] [junit] [EL Fine]: 2022-09-10 04:19:18.025--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [260, 24] [junit] [EL Fine]: 2022-09-10 04:19:18.025--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [261, 24] [junit] [EL Fine]: 2022-09-10 04:19:18.025--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [262, 24] [junit] [EL Fine]: 2022-09-10 04:19:18.025--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [253, 21] [junit] [EL Fine]: 2022-09-10 04:19:18.025--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [266, 33] [junit] [EL Fine]: 2022-09-10 04:19:18.025--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [267, 33] [junit] [EL Fine]: 2022-09-10 04:19:18.025--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [268, 33] [junit] [EL Fine]: 2022-09-10 04:19:18.025--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [263, 31] [junit] [EL Fine]: 2022-09-10 04:19:18.025--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [264, 32] [junit] [EL Fine]: 2022-09-10 04:19:18.025--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [265, 32] [junit] [EL Fine]: 2022-09-10 04:19:18.025--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [250, 13] [junit] [EL Fine]: 2022-09-10 04:19:18.025--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [251, 13] [junit] [EL Fine]: 2022-09-10 04:19:18.025--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [252, 13] [junit] [EL Fine]: 2022-09-10 04:19:18.026--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [256, 23] [junit] [EL Fine]: 2022-09-10 04:19:18.026--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [257, 23] [junit] [EL Fine]: 2022-09-10 04:19:18.026--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [258, 23] [junit] [EL Fine]: 2022-09-10 04:19:18.026--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [254, 22] [junit] [EL Fine]: 2022-09-10 04:19:18.026--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [255, 22] [junit] [EL Fine]: 2022-09-10 04:19:18.026--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [248, 12] [junit] [EL Fine]: 2022-09-10 04:19:18.026--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [249, 12] [junit] [EL Fine]: 2022-09-10 04:19:18.026--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [247, 11] [junit] [EL Fine]: 2022-09-10 04:19:18.026--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [273, 35] [junit] [EL Fine]: 2022-09-10 04:19:18.026--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [274, 35] [junit] [EL Fine]: 2022-09-10 04:19:18.026--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [275, 35] [junit] [EL Fine]: 2022-09-10 04:19:18.026--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [276, 35] [junit] [EL Fine]: 2022-09-10 04:19:18.026--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [277, 35] [junit] [EL Finer]: 2022-09-10 04:19:18.026--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:18.034--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.034--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.034--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.034--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.034--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.034--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.034--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.034--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.034--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.034--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.035--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.035--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.035--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.035--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.035--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.035--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.035--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.035--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.035--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.035--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.035--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.035--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.035--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.035--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.035--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.035--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.035--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.035--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.035--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.035--ClientSession(28315411)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:18.035--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.036--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.036--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [193, 34] [junit] [EL Fine]: 2022-09-10 04:19:18.036--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [194, 34] [junit] [EL Fine]: 2022-09-10 04:19:18.036--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [195, 34] [junit] [EL Fine]: 2022-09-10 04:19:18.036--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [192, 34] [junit] [EL Fine]: 2022-09-10 04:19:18.036--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [183, 24] [junit] [EL Fine]: 2022-09-10 04:19:18.036--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [184, 24] [junit] [EL Fine]: 2022-09-10 04:19:18.036--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [185, 24] [junit] [EL Fine]: 2022-09-10 04:19:18.036--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [182, 24] [junit] [EL Fine]: 2022-09-10 04:19:18.036--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [176, 21] [junit] [EL Fine]: 2022-09-10 04:19:18.036--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [189, 33] [junit] [EL Fine]: 2022-09-10 04:19:18.036--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [190, 33] [junit] [EL Fine]: 2022-09-10 04:19:18.036--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [191, 33] [junit] [EL Fine]: 2022-09-10 04:19:18.036--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [186, 31] [junit] [EL Fine]: 2022-09-10 04:19:18.036--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [187, 32] [junit] [EL Fine]: 2022-09-10 04:19:18.036--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [188, 32] [junit] [EL Fine]: 2022-09-10 04:19:18.036--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [173, 13] [junit] [EL Fine]: 2022-09-10 04:19:18.036--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [174, 13] [junit] [EL Fine]: 2022-09-10 04:19:18.036--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [175, 13] [junit] [EL Fine]: 2022-09-10 04:19:18.036--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [179, 23] [junit] [EL Fine]: 2022-09-10 04:19:18.036--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [180, 23] [junit] [EL Fine]: 2022-09-10 04:19:18.036--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [181, 23] [junit] [EL Fine]: 2022-09-10 04:19:18.036--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [177, 22] [junit] [EL Fine]: 2022-09-10 04:19:18.036--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [178, 22] [junit] [EL Fine]: 2022-09-10 04:19:18.036--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [171, 12] [junit] [EL Fine]: 2022-09-10 04:19:18.036--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [172, 12] [junit] [EL Fine]: 2022-09-10 04:19:18.036--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [170, 11] [junit] [EL Fine]: 2022-09-10 04:19:18.036--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [198, 35] [junit] [EL Fine]: 2022-09-10 04:19:18.036--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [199, 35] [junit] [EL Fine]: 2022-09-10 04:19:18.037--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [200, 35] [junit] [EL Fine]: 2022-09-10 04:19:18.037--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [196, 35] [junit] [EL Fine]: 2022-09-10 04:19:18.037--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])-- bind => [197, 35] [junit] [EL Finer]: 2022-09-10 04:19:18.037--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:18.042--ClientSession(28315411)--Connection(1928927565)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:18.043--ServerSession(1526542158)--Connection(2057941048)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.046--UnitOfWork(31236032)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:18.046--UnitOfWork(31236032)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.046--UnitOfWork(31236032)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.046--ClientSession(28315411)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.047--UnitOfWork(31236032)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.047--ClientSession(28315411)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:18.048--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2054416053 [junit] [EL Finer]: 2022-09-10 04:19:18.049--ClientSession(2054416053)--Thread(Thread[main,5,main])--acquire unit of work: 704605717 [junit] [EL Finest]: 2022-09-10 04:19:18.049--UnitOfWork(704605717)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Employee sql="SELECT DISTINCT t0.ID, t0.FIRSTNAME, t0.LASTNAME, t0.SALARY, t0.EMP_END, t0.EMP_START, t0.COSTCENTER, t0.DEPARTMENT, t0.BROKERAGE_ACCOUNT, t0.CUBICLE_FLOOR, t0.CUBICLE_PLACE, t0.SAMPLE_ACCOUNT, t0.PROFILE_GUID, t1.ID, t1.CATEGORY, t1.DESCRIPTION, t0.ID, t0.FIRSTNAME, t0.LASTNAME, t0.SALARY, t0.EMP_END, t0.EMP_START, t0.COSTCENTER, t0.DEPARTMENT, t0.BROKERAGE_ACCOUNT, t0.CUBICLE_FLOOR, t0.CUBICLE_PLACE, t0.SAMPLE_ACCOUNT, t0.PROFILE_GUID, t2.ID, t2.CATEGORY, t2.DESCRIPTION FROM TMP_EMP_HOBBY t4, TMP_EMP_HOBBY t3, TMP_HOBBY t2, TMP_HOBBY t1, TMP_EMP t0 WHERE (((t3.EMP_ID = t0.ID) AND (t1.ID = t3.HOBBY_ID)) AND ((t4.EMP_ID = t0.ID) AND (t2.ID = t4.HOBBY_ID)))") [junit] [EL Finest]: 2022-09-10 04:19:18.049--ServerSession(1526542158)--Connection(2042996556)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:18.049--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.049--ServerSession(1526542158)--Connection(290543628)--Thread(Thread[main,5,main])--SELECT DISTINCT t0.ID, t0.FIRSTNAME, t0.LASTNAME, t0.SALARY, t0.EMP_END, t0.EMP_START, t0.COSTCENTER, t0.DEPARTMENT, t0.BROKERAGE_ACCOUNT, t0.CUBICLE_FLOOR, t0.CUBICLE_PLACE, t0.SAMPLE_ACCOUNT, t0.PROFILE_GUID, t1.ID, t1.CATEGORY, t1.DESCRIPTION, t0.ID, t0.FIRSTNAME, t0.LASTNAME, t0.SALARY, t0.EMP_END, t0.EMP_START, t0.COSTCENTER, t0.DEPARTMENT, t0.BROKERAGE_ACCOUNT, t0.CUBICLE_FLOOR, t0.CUBICLE_PLACE, t0.SAMPLE_ACCOUNT, t0.PROFILE_GUID, t2.ID, t2.CATEGORY, t2.DESCRIPTION FROM TMP_EMP_HOBBY t4, TMP_EMP_HOBBY t3, TMP_HOBBY t2, TMP_HOBBY t1, TMP_EMP t0 WHERE (((t3.EMP_ID = t0.ID) AND (t1.ID = t3.HOBBY_ID)) AND ((t4.EMP_ID = t0.ID) AND (t2.ID = t4.HOBBY_ID))) [junit] [EL Finest]: 2022-09-10 04:19:18.053--ServerSession(1526542158)--Connection(2042996556)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:18.054--UnitOfWork(704605717)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:19:18.054--UnitOfWork(704605717)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:18.054--ServerSession(1526542158)--Connection(260890108)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:18.054--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.054--ServerSession(1526542158)--Connection(1372674712)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [11, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:18.055--ServerSession(1526542158)--Connection(260890108)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:18.055--UnitOfWork(704605717)--Thread(Thread[main,5,main])--Register the existing object 247:null:description_247 [junit] [EL Finest]: 2022-09-10 04:19:18.056--UnitOfWork(704605717)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:19:18.056--UnitOfWork(704605717)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:18.056--ServerSession(1526542158)--Connection(1844118795)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:18.056--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.057--ServerSession(1526542158)--Connection(26816520)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [12, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:18.057--ServerSession(1526542158)--Connection(1844118795)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:18.058--UnitOfWork(704605717)--Thread(Thread[main,5,main])--Register the existing object 248:null:description_248 [junit] [EL Finest]: 2022-09-10 04:19:18.058--UnitOfWork(704605717)--Thread(Thread[main,5,main])--Register the existing object 249:null:description_249 [junit] [EL Finest]: 2022-09-10 04:19:18.058--UnitOfWork(704605717)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:19:18.058--UnitOfWork(704605717)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:18.058--ServerSession(1526542158)--Connection(86828392)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:18.058--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.058--ServerSession(1526542158)--Connection(472233357)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [13, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:18.059--ServerSession(1526542158)--Connection(86828392)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:18.059--UnitOfWork(704605717)--Thread(Thread[main,5,main])--Register the existing object 250:null:description_250 [junit] [EL Finest]: 2022-09-10 04:19:18.059--UnitOfWork(704605717)--Thread(Thread[main,5,main])--Register the existing object 251:null:description_251 [junit] [EL Finest]: 2022-09-10 04:19:18.059--UnitOfWork(704605717)--Thread(Thread[main,5,main])--Register the existing object 252:null:description_252 [junit] [EL Finest]: 2022-09-10 04:19:18.06--UnitOfWork(704605717)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2022-09-10 04:19:18.06--UnitOfWork(704605717)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:18.06--ServerSession(1526542158)--Connection(1004229504)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:18.06--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.06--ServerSession(1526542158)--Connection(966319659)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [21, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:18.061--ServerSession(1526542158)--Connection(1004229504)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:18.061--UnitOfWork(704605717)--Thread(Thread[main,5,main])--Register the existing object 253:null:description_253 [junit] [EL Finest]: 2022-09-10 04:19:18.061--UnitOfWork(704605717)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2022-09-10 04:19:18.061--UnitOfWork(704605717)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:18.061--ServerSession(1526542158)--Connection(2001356172)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:18.061--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.061--ServerSession(1526542158)--Connection(1382809908)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [22, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:18.062--ServerSession(1526542158)--Connection(2001356172)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:18.062--UnitOfWork(704605717)--Thread(Thread[main,5,main])--Register the existing object 254:null:description_254 [junit] [EL Finest]: 2022-09-10 04:19:18.062--UnitOfWork(704605717)--Thread(Thread[main,5,main])--Register the existing object 255:null:description_255 [junit] [EL Finest]: 2022-09-10 04:19:18.062--UnitOfWork(704605717)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2022-09-10 04:19:18.063--UnitOfWork(704605717)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:18.063--ServerSession(1526542158)--Connection(509532371)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:18.063--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.063--ServerSession(1526542158)--Connection(643197702)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [23, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:18.063--ServerSession(1526542158)--Connection(509532371)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:18.064--UnitOfWork(704605717)--Thread(Thread[main,5,main])--Register the existing object 256:null:description_256 [junit] [EL Finest]: 2022-09-10 04:19:18.064--UnitOfWork(704605717)--Thread(Thread[main,5,main])--Register the existing object 257:null:description_257 [junit] [EL Finest]: 2022-09-10 04:19:18.064--UnitOfWork(704605717)--Thread(Thread[main,5,main])--Register the existing object 258:null:description_258 [junit] [EL Finest]: 2022-09-10 04:19:18.064--UnitOfWork(704605717)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2022-09-10 04:19:18.064--UnitOfWork(704605717)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:18.064--ServerSession(1526542158)--Connection(311592722)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:18.064--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.064--ServerSession(1526542158)--Connection(251703690)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [24, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:18.065--ServerSession(1526542158)--Connection(311592722)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:18.065--UnitOfWork(704605717)--Thread(Thread[main,5,main])--Register the existing object 259:null:description_259 [junit] [EL Finest]: 2022-09-10 04:19:18.065--UnitOfWork(704605717)--Thread(Thread[main,5,main])--Register the existing object 260:null:description_260 [junit] [EL Finest]: 2022-09-10 04:19:18.065--UnitOfWork(704605717)--Thread(Thread[main,5,main])--Register the existing object 261:null:description_261 [junit] [EL Finest]: 2022-09-10 04:19:18.065--UnitOfWork(704605717)--Thread(Thread[main,5,main])--Register the existing object 262:null:description_262 [junit] [EL Finest]: 2022-09-10 04:19:18.1--UnitOfWork(704605717)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2022-09-10 04:19:18.1--UnitOfWork(704605717)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:18.1--ServerSession(1526542158)--Connection(1737768779)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:18.1--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.101--ServerSession(1526542158)--Connection(976156057)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [31, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:18.102--ServerSession(1526542158)--Connection(1737768779)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:18.102--UnitOfWork(704605717)--Thread(Thread[main,5,main])--Register the existing object 263:null:description_263 [junit] [EL Finest]: 2022-09-10 04:19:18.102--UnitOfWork(704605717)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2022-09-10 04:19:18.102--UnitOfWork(704605717)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:18.102--ServerSession(1526542158)--Connection(1403442684)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:18.102--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.103--ServerSession(1526542158)--Connection(1068004739)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [32, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:18.103--ServerSession(1526542158)--Connection(1403442684)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:18.104--UnitOfWork(704605717)--Thread(Thread[main,5,main])--Register the existing object 264:null:description_264 [junit] [EL Finest]: 2022-09-10 04:19:18.104--UnitOfWork(704605717)--Thread(Thread[main,5,main])--Register the existing object 265:null:description_265 [junit] [EL Finest]: 2022-09-10 04:19:18.104--UnitOfWork(704605717)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2022-09-10 04:19:18.104--UnitOfWork(704605717)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:18.104--ServerSession(1526542158)--Connection(597100475)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:18.104--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.105--ServerSession(1526542158)--Connection(487264509)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [33, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:18.105--ServerSession(1526542158)--Connection(597100475)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:18.106--UnitOfWork(704605717)--Thread(Thread[main,5,main])--Register the existing object 266:null:description_266 [junit] [EL Finest]: 2022-09-10 04:19:18.106--UnitOfWork(704605717)--Thread(Thread[main,5,main])--Register the existing object 267:null:description_267 [junit] [EL Finest]: 2022-09-10 04:19:18.106--UnitOfWork(704605717)--Thread(Thread[main,5,main])--Register the existing object 268:null:description_268 [junit] [EL Finest]: 2022-09-10 04:19:18.106--UnitOfWork(704605717)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2022-09-10 04:19:18.106--UnitOfWork(704605717)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:18.106--ServerSession(1526542158)--Connection(769853788)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:18.106--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.107--ServerSession(1526542158)--Connection(843047413)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [34, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:18.107--ServerSession(1526542158)--Connection(769853788)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:18.107--UnitOfWork(704605717)--Thread(Thread[main,5,main])--Register the existing object 269:null:description_269 [junit] [EL Finest]: 2022-09-10 04:19:18.107--UnitOfWork(704605717)--Thread(Thread[main,5,main])--Register the existing object 270:null:description_270 [junit] [EL Finest]: 2022-09-10 04:19:18.107--UnitOfWork(704605717)--Thread(Thread[main,5,main])--Register the existing object 271:null:description_271 [junit] [EL Finest]: 2022-09-10 04:19:18.107--UnitOfWork(704605717)--Thread(Thread[main,5,main])--Register the existing object 272:null:description_272 [junit] [EL Finest]: 2022-09-10 04:19:18.108--UnitOfWork(704605717)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@3 [junit] [EL Finest]: 2022-09-10 04:19:18.108--UnitOfWork(704605717)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:18.108--ServerSession(1526542158)--Connection(172499664)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:18.108--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.108--ServerSession(1526542158)--Connection(772310098)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [35, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:18.109--ServerSession(1526542158)--Connection(172499664)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:18.109--UnitOfWork(704605717)--Thread(Thread[main,5,main])--Register the existing object 273:null:description_273 [junit] [EL Finest]: 2022-09-10 04:19:18.109--UnitOfWork(704605717)--Thread(Thread[main,5,main])--Register the existing object 274:null:description_274 [junit] [EL Finest]: 2022-09-10 04:19:18.109--UnitOfWork(704605717)--Thread(Thread[main,5,main])--Register the existing object 275:null:description_275 [junit] [EL Finest]: 2022-09-10 04:19:18.109--UnitOfWork(704605717)--Thread(Thread[main,5,main])--Register the existing object 276:null:description_276 [junit] [EL Finest]: 2022-09-10 04:19:18.11--UnitOfWork(704605717)--Thread(Thread[main,5,main])--Register the existing object 277:null:description_277 [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.926 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestJoinedInheritance [junit] [EL Finer]: 2022-09-10 04:19:18.154--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1461380821 [junit] [EL Finer]: 2022-09-10 04:19:18.155--ClientSession(1461380821)--Thread(Thread[main,5,main])--acquire unit of work: 1219863424 [junit] [EL Finest]: 2022-09-10 04:19:18.155--UnitOfWork(1219863424)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:18.155--UnitOfWork(1219863424)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finest]: 2022-09-10 04:19:18.155--UnitOfWork(1219863424)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@1c0293a. [junit] [EL Finest]: 2022-09-10 04:19:18.155--UnitOfWork(1219863424)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@648c2321. [junit] [EL Finest]: 2022-09-10 04:19:18.155--UnitOfWork(1219863424)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@2954dc9e. [junit] [EL Finest]: 2022-09-10 04:19:18.155--UnitOfWork(1219863424)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@4a0ebb10. [junit] [EL Finest]: 2022-09-10 04:19:18.156--UnitOfWork(1219863424)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@4f1e0c5b. [junit] [EL Finest]: 2022-09-10 04:19:18.156--UnitOfWork(1219863424)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@4021890a. [junit] [EL Finest]: 2022-09-10 04:19:18.156--UnitOfWork(1219863424)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@34c6c857. [junit] [EL Finest]: 2022-09-10 04:19:18.156--UnitOfWork(1219863424)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@b2f23e4. [junit] [EL Finest]: 2022-09-10 04:19:18.156--UnitOfWork(1219863424)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@346c8a0e. [junit] [EL Finest]: 2022-09-10 04:19:18.156--UnitOfWork(1219863424)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@78493c50. [junit] [EL Finest]: 2022-09-10 04:19:18.156--UnitOfWork(1219863424)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount@7acfc77e. [junit] [EL Finest]: 2022-09-10 04:19:18.156--UnitOfWork(1219863424)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@88dfbc0. [junit] [EL Finest]: 2022-09-10 04:19:18.156--UnitOfWork(1219863424)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@58e13c25. [junit] [EL Finest]: 2022-09-10 04:19:18.156--UnitOfWork(1219863424)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@697b20d5. [junit] [EL Finest]: 2022-09-10 04:19:18.156--UnitOfWork(1219863424)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6d8beeb3. [junit] [EL Finer]: 2022-09-10 04:19:18.156--UnitOfWork(1219863424)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:18.157--UnitOfWork(1219863424)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@4f1e0c5b) [junit] [EL Finest]: 2022-09-10 04:19:18.157--ServerSession(1526542158)--Connection(448017319)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.157--ClientSession(1461380821)--Connection(448017319)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:18.157--ClientSession(1461380821)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:18.157--UnitOfWork(1219863424)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@4021890a) [junit] [EL Finest]: 2022-09-10 04:19:18.158--UnitOfWork(1219863424)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finer]: 2022-09-10 04:19:18.158--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.158--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.158--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])-- bind => [201, 10.0, none, BrokerageAccount] [junit] [EL Fine]: 2022-09-10 04:19:18.158--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])-- bind => [202, 11.0, none, BrokerageAccount] [junit] [EL Finer]: 2022-09-10 04:19:18.158--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:18.159--UnitOfWork(1219863424)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2022-09-10 04:19:18.159--UnitOfWork(1219863424)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount@7acfc77e) [junit] [EL Finest]: 2022-09-10 04:19:18.159--UnitOfWork(1219863424)--Thread(Thread[main,5,main])--Execute query WriteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@88dfbc0) [junit] [EL Finest]: 2022-09-10 04:19:18.159--UnitOfWork(1219863424)--Thread(Thread[main,5,main])--Execute query WriteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@1c0293a) [junit] [EL Finer]: 2022-09-10 04:19:18.159--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.159--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.159--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2022-09-10 04:19:18.159--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2022-09-10 04:19:18.159--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2022-09-10 04:19:18.16--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] bind => [101, 10.0, none, SavingsAccount] [junit] [EL Fine]: 2022-09-10 04:19:18.161--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [1, Albert, Acker, null, null, null, null, 10, 201, null, null, 101, null] [junit] [EL Fine]: 2022-09-10 04:19:18.161--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] bind => [401, 99.0, none, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:18.162--UnitOfWork(1219863424)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@346c8a0e) [junit] [EL Fine]: 2022-09-10 04:19:18.162--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])--INSERT INTO TMP_CHECK_ACC (BANKID, BANK_NAME, CREDITLIMIT, CLIENT_ID, ACC_NUMBER) VALUES (?, ?, ?, ?, ?) [junit] bind => [98765432, Sparkasse, -5000.0, 1, 401] [junit] [EL Finest]: 2022-09-10 04:19:18.163--UnitOfWork(1219863424)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@34c6c857) [junit] [EL Finest]: 2022-09-10 04:19:18.163--UnitOfWork(1219863424)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@78493c50) [junit] [EL Finest]: 2022-09-10 04:19:18.163--UnitOfWork(1219863424)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@b2f23e4) [junit] [EL Finest]: 2022-09-10 04:19:18.163--UnitOfWork(1219863424)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@4a0ebb10) [junit] [EL Finest]: 2022-09-10 04:19:18.163--UnitOfWork(1219863424)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@2954dc9e) [junit] [EL Finest]: 2022-09-10 04:19:18.163--UnitOfWork(1219863424)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@648c2321) [junit] [EL Finest]: 2022-09-10 04:19:18.163--UnitOfWork(1219863424)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@697b20d5) [junit] [EL Finer]: 2022-09-10 04:19:18.163--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.164--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.164--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])-- bind => [303, 12.0, none, CreditCardAccount] [junit] [EL Fine]: 2022-09-10 04:19:18.164--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])-- bind => [301, 10.0, none, CreditCardAccount] [junit] [EL Fine]: 2022-09-10 04:19:18.164--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])-- bind => [304, 13.0, none, CreditCardAccount] [junit] [EL Fine]: 2022-09-10 04:19:18.164--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])-- bind => [302, 11.0, none, CreditCardAccount] [junit] [EL Fine]: 2022-09-10 04:19:18.164--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])-- bind => [104, 13.0, none, SavingsAccount] [junit] [EL Fine]: 2022-09-10 04:19:18.164--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])-- bind => [103, 12.0, none, SavingsAccount] [junit] [EL Fine]: 2022-09-10 04:19:18.164--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])-- bind => [102, 11.0, none, SavingsAccount] [junit] [EL Finer]: 2022-09-10 04:19:18.164--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:18.165--UnitOfWork(1219863424)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6d8beeb3) [junit] [EL Finest]: 2022-09-10 04:19:18.165--UnitOfWork(1219863424)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@58e13c25) [junit] [EL Finer]: 2022-09-10 04:19:18.165--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.165--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.165--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])-- bind => [3, Christa, Clemens, null, null, null, null, 20, null, null, null, 103, null] [junit] [EL Fine]: 2022-09-10 04:19:18.165--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])-- bind => [4, Dieter, Deutsch, null, null, null, null, 20, null, null, null, 104, null] [junit] [EL Fine]: 2022-09-10 04:19:18.166--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])-- bind => [2, Berta, Baier, null, null, null, null, 10, 202, null, null, 102, null] [junit] [EL Finer]: 2022-09-10 04:19:18.166--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:18.166--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.166--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])--INSERT INTO TMP_BROKER_ACC (RISKLEVEL, ACC_NUMBER) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.167--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])-- bind => [super-risky, 201] [junit] [EL Fine]: 2022-09-10 04:19:18.167--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])-- bind => [super-risky, 202] [junit] [EL Finer]: 2022-09-10 04:19:18.167--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:18.167--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.167--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])--INSERT INTO TMP_SAVE_ACC (BANKID, BANKNAME, INTERESTRATE, ACC_NUMBER) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.167--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])-- bind => [12345678, Volksbank, 21.0, 101] [junit] [EL Fine]: 2022-09-10 04:19:18.168--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])-- bind => [12345678, Volksbank, 21.0, 104] [junit] [EL Fine]: 2022-09-10 04:19:18.168--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])-- bind => [12345678, Volksbank, 21.0, 103] [junit] [EL Fine]: 2022-09-10 04:19:18.168--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])-- bind => [12345678, Volksbank, 21.0, 102] [junit] [EL Finer]: 2022-09-10 04:19:18.168--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:18.169--ClientSession(1461380821)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" ) [junit] [EL Finer]: 2022-09-10 04:19:18.169--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.169--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])--INSERT INTO TMP_CREDIT_ACC (CARDNUMBER, CARDTYPE, VALIDTO, CCA_ID) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.169--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])-- bind => [1000002, VISA, 2010-01-01, 303] [junit] [EL Fine]: 2022-09-10 04:19:18.17--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])-- bind => [1000000, VISA, 2010-01-01, 301] [junit] [EL Fine]: 2022-09-10 04:19:18.17--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])-- bind => [1000003, VISA, 2010-01-01, 304] [junit] [EL Fine]: 2022-09-10 04:19:18.17--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])-- bind => [1000001, VISA, 2010-01-01, 302] [junit] [EL Finer]: 2022-09-10 04:19:18.17--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:18.174--ClientSession(1461380821)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.174--ClientSession(1461380821)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.174--ClientSession(1461380821)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:18.174--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.174--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.174--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])-- bind => [301, 3] [junit] [EL Fine]: 2022-09-10 04:19:18.174--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])-- bind => [302, 3] [junit] [EL Fine]: 2022-09-10 04:19:18.174--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])-- bind => [303, 4] [junit] [EL Fine]: 2022-09-10 04:19:18.174--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])-- bind => [304, 4] [junit] [EL Finer]: 2022-09-10 04:19:18.174--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:18.177--ClientSession(1461380821)--Connection(1098912468)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:18.177--ServerSession(1526542158)--Connection(448017319)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.178--UnitOfWork(1219863424)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:18.178--UnitOfWork(1219863424)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.178--UnitOfWork(1219863424)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.178--ClientSession(1461380821)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.178--UnitOfWork(1219863424)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.178--ClientSession(1461380821)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:18.18--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 265297349 [junit] [EL Finer]: 2022-09-10 04:19:18.18--ClientSession(265297349)--Thread(Thread[main,5,main])--acquire unit of work: 694577502 [junit] [EL Finest]: 2022-09-10 04:19:18.18--UnitOfWork(694577502)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Employee sql="SELECT t0.ID, t1.ACC_NUMBER FROM TMP_EMP t0, TMP_BROKER_ACC t2, TMP_ACCOUNT t1 WHERE ((t0.ID > ?) AND ((t1.ACC_NUMBER = t0.BROKERAGE_ACCOUNT) AND ((t2.ACC_NUMBER = t1.ACC_NUMBER) AND (t1.TYPE = ?)))) ORDER BY t0.ID ASC") [junit] [EL Finest]: 2022-09-10 04:19:18.18--ServerSession(1526542158)--Connection(852887758)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:18.18--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.18--ServerSession(1526542158)--Connection(850000473)--Thread(Thread[main,5,main])--SELECT t0.ID, t1.ACC_NUMBER FROM TMP_EMP t0, TMP_BROKER_ACC t2, TMP_ACCOUNT t1 WHERE ((t0.ID > ?) AND ((t1.ACC_NUMBER = t0.BROKERAGE_ACCOUNT) AND ((t2.ACC_NUMBER = t1.ACC_NUMBER) AND (t1.TYPE = ?)))) ORDER BY t0.ID ASC [junit] bind => [0, BrokerageAccount] [junit] [EL Finest]: 2022-09-10 04:19:18.181--ServerSession(1526542158)--Connection(852887758)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:18.209--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 941035981 [junit] [EL Finer]: 2022-09-10 04:19:18.209--ClientSession(941035981)--Thread(Thread[main,5,main])--acquire unit of work: 613652899 [junit] [EL Finest]: 2022-09-10 04:19:18.209--UnitOfWork(613652899)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:18.21--UnitOfWork(613652899)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finest]: 2022-09-10 04:19:18.21--UnitOfWork(613652899)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@70025801. [junit] [EL Finest]: 2022-09-10 04:19:18.21--UnitOfWork(613652899)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@48e48923. [junit] [EL Finest]: 2022-09-10 04:19:18.21--UnitOfWork(613652899)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@233c4b40. [junit] [EL Finest]: 2022-09-10 04:19:18.21--UnitOfWork(613652899)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@ebfe707. [junit] [EL Finest]: 2022-09-10 04:19:18.21--UnitOfWork(613652899)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@6c1f6481. [junit] [EL Finest]: 2022-09-10 04:19:18.21--UnitOfWork(613652899)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@5e45b0. [junit] [EL Finest]: 2022-09-10 04:19:18.21--UnitOfWork(613652899)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@41f968b0. [junit] [EL Finest]: 2022-09-10 04:19:18.21--UnitOfWork(613652899)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@300f2857. [junit] [EL Finest]: 2022-09-10 04:19:18.21--UnitOfWork(613652899)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@272369bb. [junit] [EL Finest]: 2022-09-10 04:19:18.21--UnitOfWork(613652899)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@55a2cb2a. [junit] [EL Finest]: 2022-09-10 04:19:18.21--UnitOfWork(613652899)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount@5f1495c6. [junit] [EL Finest]: 2022-09-10 04:19:18.211--UnitOfWork(613652899)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2a428e3b. [junit] [EL Finest]: 2022-09-10 04:19:18.211--UnitOfWork(613652899)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@69faebc2. [junit] [EL Finest]: 2022-09-10 04:19:18.211--UnitOfWork(613652899)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@12bbf99e. [junit] [EL Finest]: 2022-09-10 04:19:18.211--UnitOfWork(613652899)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6203f71. [junit] [EL Finer]: 2022-09-10 04:19:18.211--UnitOfWork(613652899)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:18.211--UnitOfWork(613652899)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@6c1f6481) [junit] [EL Finest]: 2022-09-10 04:19:18.211--ServerSession(1526542158)--Connection(495084745)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.211--ClientSession(941035981)--Connection(495084745)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:18.211--ClientSession(941035981)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:18.212--UnitOfWork(613652899)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@5e45b0) [junit] [EL Finest]: 2022-09-10 04:19:18.212--UnitOfWork(613652899)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finer]: 2022-09-10 04:19:18.212--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.212--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.212--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])-- bind => [201, 10.0, none, BrokerageAccount] [junit] [EL Fine]: 2022-09-10 04:19:18.212--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])-- bind => [202, 11.0, none, BrokerageAccount] [junit] [EL Finer]: 2022-09-10 04:19:18.212--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:18.213--UnitOfWork(613652899)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2022-09-10 04:19:18.213--UnitOfWork(613652899)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount@5f1495c6) [junit] [EL Finest]: 2022-09-10 04:19:18.213--UnitOfWork(613652899)--Thread(Thread[main,5,main])--Execute query WriteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2a428e3b) [junit] [EL Finest]: 2022-09-10 04:19:18.213--UnitOfWork(613652899)--Thread(Thread[main,5,main])--Execute query WriteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@70025801) [junit] [EL Finer]: 2022-09-10 04:19:18.213--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.213--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.213--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Fine]: 2022-09-10 04:19:18.213--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Finer]: 2022-09-10 04:19:18.213--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2022-09-10 04:19:18.214--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] bind => [101, 10.0, none, SavingsAccount] [junit] [EL Fine]: 2022-09-10 04:19:18.214--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [1, Albert, Acker, null, null, null, null, 10, 201, null, null, 101, null] [junit] [EL Fine]: 2022-09-10 04:19:18.215--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] bind => [401, 99.0, none, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:18.215--UnitOfWork(613652899)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@300f2857) [junit] [EL Fine]: 2022-09-10 04:19:18.215--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])--INSERT INTO TMP_CHECK_ACC (BANKID, BANK_NAME, CREDITLIMIT, CLIENT_ID, ACC_NUMBER) VALUES (?, ?, ?, ?, ?) [junit] bind => [98765432, Sparkasse, -5000.0, 1, 401] [junit] [EL Finest]: 2022-09-10 04:19:18.216--UnitOfWork(613652899)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@272369bb) [junit] [EL Finest]: 2022-09-10 04:19:18.216--UnitOfWork(613652899)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@55a2cb2a) [junit] [EL Finest]: 2022-09-10 04:19:18.216--UnitOfWork(613652899)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@41f968b0) [junit] [EL Finest]: 2022-09-10 04:19:18.216--UnitOfWork(613652899)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@48e48923) [junit] [EL Finest]: 2022-09-10 04:19:18.216--UnitOfWork(613652899)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@233c4b40) [junit] [EL Finest]: 2022-09-10 04:19:18.216--UnitOfWork(613652899)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@ebfe707) [junit] [EL Finest]: 2022-09-10 04:19:18.216--UnitOfWork(613652899)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@69faebc2) [junit] [EL Finer]: 2022-09-10 04:19:18.216--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.216--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.216--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])-- bind => [302, 11.0, none, CreditCardAccount] [junit] [EL Fine]: 2022-09-10 04:19:18.216--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])-- bind => [303, 12.0, none, CreditCardAccount] [junit] [EL Fine]: 2022-09-10 04:19:18.216--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])-- bind => [304, 13.0, none, CreditCardAccount] [junit] [EL Fine]: 2022-09-10 04:19:18.216--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])-- bind => [301, 10.0, none, CreditCardAccount] [junit] [EL Fine]: 2022-09-10 04:19:18.216--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])-- bind => [102, 11.0, none, SavingsAccount] [junit] [EL Fine]: 2022-09-10 04:19:18.216--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])-- bind => [103, 12.0, none, SavingsAccount] [junit] [EL Fine]: 2022-09-10 04:19:18.217--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])-- bind => [104, 13.0, none, SavingsAccount] [junit] [EL Finer]: 2022-09-10 04:19:18.217--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:18.218--UnitOfWork(613652899)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6203f71) [junit] [EL Finest]: 2022-09-10 04:19:18.218--UnitOfWork(613652899)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@12bbf99e) [junit] [EL Finer]: 2022-09-10 04:19:18.218--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.218--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.218--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])-- bind => [2, Berta, Baier, null, null, null, null, 10, 202, null, null, 102, null] [junit] [EL Fine]: 2022-09-10 04:19:18.218--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])-- bind => [4, Dieter, Deutsch, null, null, null, null, 20, null, null, null, 104, null] [junit] [EL Fine]: 2022-09-10 04:19:18.218--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])-- bind => [3, Christa, Clemens, null, null, null, null, 20, null, null, null, 103, null] [junit] [EL Finer]: 2022-09-10 04:19:18.218--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:18.219--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.219--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])--INSERT INTO TMP_BROKER_ACC (RISKLEVEL, ACC_NUMBER) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.219--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])-- bind => [super-risky, 201] [junit] [EL Fine]: 2022-09-10 04:19:18.219--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])-- bind => [super-risky, 202] [junit] [EL Finer]: 2022-09-10 04:19:18.219--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:18.22--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.22--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])--INSERT INTO TMP_SAVE_ACC (BANKID, BANKNAME, INTERESTRATE, ACC_NUMBER) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.22--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])-- bind => [12345678, Volksbank, 21.0, 101] [junit] [EL Fine]: 2022-09-10 04:19:18.22--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])-- bind => [12345678, Volksbank, 21.0, 102] [junit] [EL Fine]: 2022-09-10 04:19:18.22--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])-- bind => [12345678, Volksbank, 21.0, 103] [junit] [EL Fine]: 2022-09-10 04:19:18.22--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])-- bind => [12345678, Volksbank, 21.0, 104] [junit] [EL Finer]: 2022-09-10 04:19:18.22--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:18.221--ClientSession(941035981)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:18.221--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.221--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])--INSERT INTO TMP_CREDIT_ACC (CARDNUMBER, CARDTYPE, VALIDTO, CCA_ID) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.221--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])-- bind => [1000001, VISA, 2010-01-01, 302] [junit] [EL Fine]: 2022-09-10 04:19:18.221--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])-- bind => [1000002, VISA, 2010-01-01, 303] [junit] [EL Fine]: 2022-09-10 04:19:18.221--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])-- bind => [1000003, VISA, 2010-01-01, 304] [junit] [EL Fine]: 2022-09-10 04:19:18.221--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])-- bind => [1000000, VISA, 2010-01-01, 301] [junit] [EL Finer]: 2022-09-10 04:19:18.221--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:18.222--ClientSession(941035981)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.222--ClientSession(941035981)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.222--ClientSession(941035981)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:18.222--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.222--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.222--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])-- bind => [303, 4] [junit] [EL Fine]: 2022-09-10 04:19:18.222--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])-- bind => [304, 4] [junit] [EL Fine]: 2022-09-10 04:19:18.222--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])-- bind => [302, 3] [junit] [EL Fine]: 2022-09-10 04:19:18.222--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])-- bind => [301, 3] [junit] [EL Finer]: 2022-09-10 04:19:18.222--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:18.223--ClientSession(941035981)--Connection(1877887067)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:18.224--ServerSession(1526542158)--Connection(495084745)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.224--UnitOfWork(613652899)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:18.224--UnitOfWork(613652899)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.224--UnitOfWork(613652899)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.224--ClientSession(941035981)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.224--UnitOfWork(613652899)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.224--ClientSession(941035981)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:18.225--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 308195913 [junit] [EL Finer]: 2022-09-10 04:19:18.226--ClientSession(308195913)--Thread(Thread[main,5,main])--acquire unit of work: 150324237 [junit] [EL Finest]: 2022-09-10 04:19:18.226--UnitOfWork(150324237)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Employee sql="SELECT t0.ID, t1.ACC_NUMBER FROM TMP_EMP t0, TMP_ACCOUNT t1 WHERE ((t0.ID > ?) AND (t1.ACC_NUMBER = t0.SAMPLE_ACCOUNT)) ORDER BY t0.ID ASC") [junit] [EL Finest]: 2022-09-10 04:19:18.226--ServerSession(1526542158)--Connection(479532507)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:18.226--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.226--ServerSession(1526542158)--Connection(188006780)--Thread(Thread[main,5,main])--SELECT t0.ID, t1.ACC_NUMBER FROM TMP_EMP t0, TMP_ACCOUNT t1 WHERE ((t0.ID > ?) AND (t1.ACC_NUMBER = t0.SAMPLE_ACCOUNT)) ORDER BY t0.ID ASC [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:18.226--ServerSession(1526542158)--Connection(479532507)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:18.253--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1404945237 [junit] [EL Finer]: 2022-09-10 04:19:18.253--ClientSession(1404945237)--Thread(Thread[main,5,main])--acquire unit of work: 1357357624 [junit] [EL Finest]: 2022-09-10 04:19:18.254--UnitOfWork(1357357624)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:18.254--UnitOfWork(1357357624)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finest]: 2022-09-10 04:19:18.254--UnitOfWork(1357357624)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@4b5cf935. [junit] [EL Finest]: 2022-09-10 04:19:18.254--UnitOfWork(1357357624)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@26c76404. [junit] [EL Finest]: 2022-09-10 04:19:18.254--UnitOfWork(1357357624)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@5bf0779d. [junit] [EL Finest]: 2022-09-10 04:19:18.254--UnitOfWork(1357357624)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@1c2f4713. [junit] [EL Finest]: 2022-09-10 04:19:18.254--UnitOfWork(1357357624)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@301680f2. [junit] [EL Finest]: 2022-09-10 04:19:18.254--UnitOfWork(1357357624)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@2dec35b0. [junit] [EL Finest]: 2022-09-10 04:19:18.254--UnitOfWork(1357357624)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@75f8f30f. [junit] [EL Finest]: 2022-09-10 04:19:18.254--UnitOfWork(1357357624)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@1389257c. [junit] [EL Finest]: 2022-09-10 04:19:18.254--UnitOfWork(1357357624)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@179c36ef. [junit] [EL Finest]: 2022-09-10 04:19:18.254--UnitOfWork(1357357624)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@5b11d019. [junit] [EL Finest]: 2022-09-10 04:19:18.254--UnitOfWork(1357357624)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount@694330ff. [junit] [EL Finest]: 2022-09-10 04:19:18.254--UnitOfWork(1357357624)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@333b5a6e. [junit] [EL Finest]: 2022-09-10 04:19:18.254--UnitOfWork(1357357624)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@456629a8. [junit] [EL Finest]: 2022-09-10 04:19:18.254--UnitOfWork(1357357624)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1022b805. [junit] [EL Finest]: 2022-09-10 04:19:18.254--UnitOfWork(1357357624)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6096b636. [junit] [EL Finer]: 2022-09-10 04:19:18.255--UnitOfWork(1357357624)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:18.255--UnitOfWork(1357357624)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@2dec35b0) [junit] [EL Finest]: 2022-09-10 04:19:18.255--ServerSession(1526542158)--Connection(1350082590)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.255--ClientSession(1404945237)--Connection(1350082590)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:18.255--ClientSession(1404945237)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:18.256--UnitOfWork(1357357624)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@301680f2) [junit] [EL Finest]: 2022-09-10 04:19:18.256--UnitOfWork(1357357624)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finer]: 2022-09-10 04:19:18.256--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.256--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.256--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])-- bind => [202, 11.0, none, BrokerageAccount] [junit] [EL Fine]: 2022-09-10 04:19:18.256--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])-- bind => [201, 10.0, none, BrokerageAccount] [junit] [EL Finer]: 2022-09-10 04:19:18.256--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:18.257--UnitOfWork(1357357624)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2022-09-10 04:19:18.257--UnitOfWork(1357357624)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount@694330ff) [junit] [EL Finest]: 2022-09-10 04:19:18.257--UnitOfWork(1357357624)--Thread(Thread[main,5,main])--Execute query WriteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@333b5a6e) [junit] [EL Finest]: 2022-09-10 04:19:18.257--UnitOfWork(1357357624)--Thread(Thread[main,5,main])--Execute query WriteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@4b5cf935) [junit] [EL Finer]: 2022-09-10 04:19:18.257--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.257--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.258--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2022-09-10 04:19:18.258--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2022-09-10 04:19:18.258--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2022-09-10 04:19:18.259--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] bind => [101, 10.0, none, SavingsAccount] [junit] [EL Fine]: 2022-09-10 04:19:18.259--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [1, Albert, Acker, null, null, null, null, 10, 201, null, null, 101, null] [junit] [EL Fine]: 2022-09-10 04:19:18.26--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] bind => [401, 99.0, none, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:18.26--UnitOfWork(1357357624)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@5b11d019) [junit] [EL Fine]: 2022-09-10 04:19:18.26--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])--INSERT INTO TMP_CHECK_ACC (BANKID, BANK_NAME, CREDITLIMIT, CLIENT_ID, ACC_NUMBER) VALUES (?, ?, ?, ?, ?) [junit] bind => [98765432, Sparkasse, -5000.0, 1, 401] [junit] [EL Finest]: 2022-09-10 04:19:18.261--UnitOfWork(1357357624)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@75f8f30f) [junit] [EL Finest]: 2022-09-10 04:19:18.261--UnitOfWork(1357357624)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@179c36ef) [junit] [EL Finest]: 2022-09-10 04:19:18.261--UnitOfWork(1357357624)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@1389257c) [junit] [EL Finest]: 2022-09-10 04:19:18.261--UnitOfWork(1357357624)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@26c76404) [junit] [EL Finest]: 2022-09-10 04:19:18.261--UnitOfWork(1357357624)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@5bf0779d) [junit] [EL Finest]: 2022-09-10 04:19:18.261--UnitOfWork(1357357624)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@1c2f4713) [junit] [EL Finest]: 2022-09-10 04:19:18.262--UnitOfWork(1357357624)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1022b805) [junit] [EL Finer]: 2022-09-10 04:19:18.262--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.262--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.262--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])-- bind => [304, 13.0, none, CreditCardAccount] [junit] [EL Fine]: 2022-09-10 04:19:18.262--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])-- bind => [301, 10.0, none, CreditCardAccount] [junit] [EL Fine]: 2022-09-10 04:19:18.262--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])-- bind => [303, 12.0, none, CreditCardAccount] [junit] [EL Fine]: 2022-09-10 04:19:18.262--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])-- bind => [302, 11.0, none, CreditCardAccount] [junit] [EL Fine]: 2022-09-10 04:19:18.262--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])-- bind => [102, 11.0, none, SavingsAccount] [junit] [EL Fine]: 2022-09-10 04:19:18.262--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])-- bind => [103, 12.0, none, SavingsAccount] [junit] [EL Fine]: 2022-09-10 04:19:18.262--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])-- bind => [104, 13.0, none, SavingsAccount] [junit] [EL Finer]: 2022-09-10 04:19:18.262--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:18.264--UnitOfWork(1357357624)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@456629a8) [junit] [EL Finest]: 2022-09-10 04:19:18.264--UnitOfWork(1357357624)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6096b636) [junit] [EL Finer]: 2022-09-10 04:19:18.264--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.264--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.264--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])-- bind => [3, Christa, Clemens, null, null, null, null, 20, null, null, null, 103, null] [junit] [EL Fine]: 2022-09-10 04:19:18.264--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])-- bind => [2, Berta, Baier, null, null, null, null, 10, 202, null, null, 102, null] [junit] [EL Fine]: 2022-09-10 04:19:18.265--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])-- bind => [4, Dieter, Deutsch, null, null, null, null, 20, null, null, null, 104, null] [junit] [EL Finer]: 2022-09-10 04:19:18.265--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:18.266--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.266--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])--INSERT INTO TMP_BROKER_ACC (RISKLEVEL, ACC_NUMBER) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.266--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])-- bind => [super-risky, 202] [junit] [EL Fine]: 2022-09-10 04:19:18.266--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])-- bind => [super-risky, 201] [junit] [EL Finer]: 2022-09-10 04:19:18.266--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:18.267--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.267--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])--INSERT INTO TMP_SAVE_ACC (BANKID, BANKNAME, INTERESTRATE, ACC_NUMBER) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.267--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])-- bind => [12345678, Volksbank, 21.0, 101] [junit] [EL Fine]: 2022-09-10 04:19:18.267--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])-- bind => [12345678, Volksbank, 21.0, 102] [junit] [EL Fine]: 2022-09-10 04:19:18.267--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])-- bind => [12345678, Volksbank, 21.0, 103] [junit] [EL Fine]: 2022-09-10 04:19:18.267--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])-- bind => [12345678, Volksbank, 21.0, 104] [junit] [EL Finer]: 2022-09-10 04:19:18.267--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:18.268--ClientSession(1404945237)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:18.268--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.268--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])--INSERT INTO TMP_CREDIT_ACC (CARDNUMBER, CARDTYPE, VALIDTO, CCA_ID) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.268--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])-- bind => [1000003, VISA, 2010-01-01, 304] [junit] [EL Fine]: 2022-09-10 04:19:18.268--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])-- bind => [1000000, VISA, 2010-01-01, 301] [junit] [EL Fine]: 2022-09-10 04:19:18.268--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])-- bind => [1000002, VISA, 2010-01-01, 303] [junit] [EL Fine]: 2022-09-10 04:19:18.268--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])-- bind => [1000001, VISA, 2010-01-01, 302] [junit] [EL Finer]: 2022-09-10 04:19:18.268--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:18.27--ClientSession(1404945237)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.27--ClientSession(1404945237)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.27--ClientSession(1404945237)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:18.27--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.27--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.27--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])-- bind => [302, 3] [junit] [EL Fine]: 2022-09-10 04:19:18.27--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])-- bind => [301, 3] [junit] [EL Fine]: 2022-09-10 04:19:18.27--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])-- bind => [303, 4] [junit] [EL Fine]: 2022-09-10 04:19:18.27--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])-- bind => [304, 4] [junit] [EL Finer]: 2022-09-10 04:19:18.27--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:18.271--ClientSession(1404945237)--Connection(1700095249)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:18.272--ServerSession(1526542158)--Connection(1350082590)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.273--UnitOfWork(1357357624)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:18.273--UnitOfWork(1357357624)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.273--UnitOfWork(1357357624)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.273--ClientSession(1404945237)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.273--UnitOfWork(1357357624)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.273--ClientSession(1404945237)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:18.275--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2054019549 [junit] [EL Finer]: 2022-09-10 04:19:18.275--ClientSession(2054019549)--Thread(Thread[main,5,main])--acquire unit of work: 1207397086 [junit] [EL Finest]: 2022-09-10 04:19:18.275--UnitOfWork(1207397086)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Employee sql="SELECT t0.ACC_NUMBER FROM TMP_EMP_CREDIT t3, TMP_EMP t2, TMP_CREDIT_ACC t1, TMP_ACCOUNT t0 WHERE ((t2.ID = ?) AND (((t3.CLIENT_ID = t2.ID) AND (t0.ACC_NUMBER = t3.CREDIT_ID)) AND ((t1.CCA_ID = t0.ACC_NUMBER) AND (t0.TYPE = ?)))) ORDER BY t0.ACC_NUMBER") [junit] [EL Finest]: 2022-09-10 04:19:18.275--ServerSession(1526542158)--Connection(605386042)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:18.275--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.275--ServerSession(1526542158)--Connection(1234748794)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER FROM TMP_EMP_CREDIT t3, TMP_EMP t2, TMP_CREDIT_ACC t1, TMP_ACCOUNT t0 WHERE ((t2.ID = ?) AND (((t3.CLIENT_ID = t2.ID) AND (t0.ACC_NUMBER = t3.CREDIT_ID)) AND ((t1.CCA_ID = t0.ACC_NUMBER) AND (t0.TYPE = ?)))) ORDER BY t0.ACC_NUMBER [junit] bind => [3, CreditCardAccount] [junit] [EL Finest]: 2022-09-10 04:19:18.276--ServerSession(1526542158)--Connection(605386042)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:18.304--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1584994551 [junit] [EL Finer]: 2022-09-10 04:19:18.304--ClientSession(1584994551)--Thread(Thread[main,5,main])--acquire unit of work: 1606246046 [junit] [EL Finest]: 2022-09-10 04:19:18.305--UnitOfWork(1606246046)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:18.305--UnitOfWork(1606246046)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finest]: 2022-09-10 04:19:18.305--UnitOfWork(1606246046)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@340a71d2. [junit] [EL Finest]: 2022-09-10 04:19:18.305--UnitOfWork(1606246046)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@1f69063. [junit] [EL Finest]: 2022-09-10 04:19:18.305--UnitOfWork(1606246046)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@31eb23c8. [junit] [EL Finest]: 2022-09-10 04:19:18.305--UnitOfWork(1606246046)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@263ac7. [junit] [EL Finest]: 2022-09-10 04:19:18.305--UnitOfWork(1606246046)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@67c55ff0. [junit] [EL Finest]: 2022-09-10 04:19:18.305--UnitOfWork(1606246046)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@5285aee3. [junit] [EL Finest]: 2022-09-10 04:19:18.305--UnitOfWork(1606246046)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@3a183218. [junit] [EL Finest]: 2022-09-10 04:19:18.305--UnitOfWork(1606246046)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@bd9c79e. [junit] [EL Finest]: 2022-09-10 04:19:18.305--UnitOfWork(1606246046)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@46ae23ca. [junit] [EL Finest]: 2022-09-10 04:19:18.305--UnitOfWork(1606246046)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@39236f4a. [junit] [EL Finest]: 2022-09-10 04:19:18.305--UnitOfWork(1606246046)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount@42501284. [junit] [EL Finest]: 2022-09-10 04:19:18.305--UnitOfWork(1606246046)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@770d867. [junit] [EL Finest]: 2022-09-10 04:19:18.305--UnitOfWork(1606246046)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@30f71b30. [junit] [EL Finest]: 2022-09-10 04:19:18.305--UnitOfWork(1606246046)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@128c7b5b. [junit] [EL Finest]: 2022-09-10 04:19:18.306--UnitOfWork(1606246046)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@500a8fbc. [junit] [EL Finer]: 2022-09-10 04:19:18.306--UnitOfWork(1606246046)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:18.306--UnitOfWork(1606246046)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@67c55ff0) [junit] [EL Finest]: 2022-09-10 04:19:18.306--ServerSession(1526542158)--Connection(1582981655)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.306--ClientSession(1584994551)--Connection(1582981655)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:18.306--ClientSession(1584994551)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:18.306--UnitOfWork(1606246046)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@5285aee3) [junit] [EL Finest]: 2022-09-10 04:19:18.307--UnitOfWork(1606246046)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finer]: 2022-09-10 04:19:18.307--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.307--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.307--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])-- bind => [201, 10.0, none, BrokerageAccount] [junit] [EL Fine]: 2022-09-10 04:19:18.307--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])-- bind => [202, 11.0, none, BrokerageAccount] [junit] [EL Finer]: 2022-09-10 04:19:18.307--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:18.308--UnitOfWork(1606246046)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2022-09-10 04:19:18.308--UnitOfWork(1606246046)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount@42501284) [junit] [EL Finest]: 2022-09-10 04:19:18.308--UnitOfWork(1606246046)--Thread(Thread[main,5,main])--Execute query WriteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@770d867) [junit] [EL Finest]: 2022-09-10 04:19:18.308--UnitOfWork(1606246046)--Thread(Thread[main,5,main])--Execute query WriteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@340a71d2) [junit] [EL Finer]: 2022-09-10 04:19:18.308--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.308--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.308--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Fine]: 2022-09-10 04:19:18.308--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Finer]: 2022-09-10 04:19:18.308--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2022-09-10 04:19:18.309--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] bind => [101, 10.0, none, SavingsAccount] [junit] [EL Fine]: 2022-09-10 04:19:18.31--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [1, Albert, Acker, null, null, null, null, 10, 201, null, null, 101, null] [junit] [EL Fine]: 2022-09-10 04:19:18.31--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] bind => [401, 99.0, none, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:18.311--UnitOfWork(1606246046)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@bd9c79e) [junit] [EL Fine]: 2022-09-10 04:19:18.311--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])--INSERT INTO TMP_CHECK_ACC (BANKID, BANK_NAME, CREDITLIMIT, CLIENT_ID, ACC_NUMBER) VALUES (?, ?, ?, ?, ?) [junit] bind => [98765432, Sparkasse, -5000.0, 1, 401] [junit] [EL Finest]: 2022-09-10 04:19:18.311--UnitOfWork(1606246046)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@46ae23ca) [junit] [EL Finest]: 2022-09-10 04:19:18.311--UnitOfWork(1606246046)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@39236f4a) [junit] [EL Finest]: 2022-09-10 04:19:18.311--UnitOfWork(1606246046)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@3a183218) [junit] [EL Finest]: 2022-09-10 04:19:18.311--UnitOfWork(1606246046)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@263ac7) [junit] [EL Finest]: 2022-09-10 04:19:18.312--UnitOfWork(1606246046)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@1f69063) [junit] [EL Finest]: 2022-09-10 04:19:18.312--UnitOfWork(1606246046)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@31eb23c8) [junit] [EL Finest]: 2022-09-10 04:19:18.312--UnitOfWork(1606246046)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@500a8fbc) [junit] [EL Finer]: 2022-09-10 04:19:18.312--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.312--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.312--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])-- bind => [302, 11.0, none, CreditCardAccount] [junit] [EL Fine]: 2022-09-10 04:19:18.312--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])-- bind => [303, 12.0, none, CreditCardAccount] [junit] [EL Fine]: 2022-09-10 04:19:18.312--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])-- bind => [304, 13.0, none, CreditCardAccount] [junit] [EL Fine]: 2022-09-10 04:19:18.312--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])-- bind => [301, 10.0, none, CreditCardAccount] [junit] [EL Fine]: 2022-09-10 04:19:18.312--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])-- bind => [104, 13.0, none, SavingsAccount] [junit] [EL Fine]: 2022-09-10 04:19:18.312--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])-- bind => [102, 11.0, none, SavingsAccount] [junit] [EL Fine]: 2022-09-10 04:19:18.312--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])-- bind => [103, 12.0, none, SavingsAccount] [junit] [EL Finer]: 2022-09-10 04:19:18.312--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:18.314--UnitOfWork(1606246046)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@128c7b5b) [junit] [EL Finest]: 2022-09-10 04:19:18.314--UnitOfWork(1606246046)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@30f71b30) [junit] [EL Finer]: 2022-09-10 04:19:18.314--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.314--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.314--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])-- bind => [4, Dieter, Deutsch, null, null, null, null, 20, null, null, null, 104, null] [junit] [EL Fine]: 2022-09-10 04:19:18.314--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])-- bind => [3, Christa, Clemens, null, null, null, null, 20, null, null, null, 103, null] [junit] [EL Fine]: 2022-09-10 04:19:18.314--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])-- bind => [2, Berta, Baier, null, null, null, null, 10, 202, null, null, 102, null] [junit] [EL Finer]: 2022-09-10 04:19:18.314--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:18.315--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.315--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])--INSERT INTO TMP_BROKER_ACC (RISKLEVEL, ACC_NUMBER) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.315--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])-- bind => [super-risky, 201] [junit] [EL Fine]: 2022-09-10 04:19:18.315--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])-- bind => [super-risky, 202] [junit] [EL Finer]: 2022-09-10 04:19:18.315--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:18.316--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.316--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])--INSERT INTO TMP_SAVE_ACC (BANKID, BANKNAME, INTERESTRATE, ACC_NUMBER) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.316--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])-- bind => [12345678, Volksbank, 21.0, 101] [junit] [EL Fine]: 2022-09-10 04:19:18.316--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])-- bind => [12345678, Volksbank, 21.0, 104] [junit] [EL Fine]: 2022-09-10 04:19:18.316--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])-- bind => [12345678, Volksbank, 21.0, 102] [junit] [EL Fine]: 2022-09-10 04:19:18.316--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])-- bind => [12345678, Volksbank, 21.0, 103] [junit] [EL Finer]: 2022-09-10 04:19:18.316--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:18.317--ClientSession(1584994551)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:18.317--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.317--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])--INSERT INTO TMP_CREDIT_ACC (CARDNUMBER, CARDTYPE, VALIDTO, CCA_ID) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.317--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])-- bind => [1000001, VISA, 2010-01-01, 302] [junit] [EL Fine]: 2022-09-10 04:19:18.317--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])-- bind => [1000002, VISA, 2010-01-01, 303] [junit] [EL Fine]: 2022-09-10 04:19:18.317--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])-- bind => [1000003, VISA, 2010-01-01, 304] [junit] [EL Fine]: 2022-09-10 04:19:18.317--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])-- bind => [1000000, VISA, 2010-01-01, 301] [junit] [EL Finer]: 2022-09-10 04:19:18.317--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:18.318--ClientSession(1584994551)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.318--ClientSession(1584994551)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.318--ClientSession(1584994551)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:18.318--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.318--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.318--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])-- bind => [303, 4] [junit] [EL Fine]: 2022-09-10 04:19:18.318--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])-- bind => [304, 4] [junit] [EL Fine]: 2022-09-10 04:19:18.318--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])-- bind => [301, 3] [junit] [EL Fine]: 2022-09-10 04:19:18.318--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])-- bind => [302, 3] [junit] [EL Finer]: 2022-09-10 04:19:18.318--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:18.319--ClientSession(1584994551)--Connection(574622929)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:18.32--ServerSession(1526542158)--Connection(1582981655)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.32--UnitOfWork(1606246046)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:18.32--UnitOfWork(1606246046)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.321--UnitOfWork(1606246046)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.321--ClientSession(1584994551)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.321--UnitOfWork(1606246046)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.321--ClientSession(1584994551)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:18.322--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1588880909 [junit] [EL Finer]: 2022-09-10 04:19:18.322--ClientSession(1588880909)--Thread(Thread[main,5,main])--acquire unit of work: 1642939310 [junit] [EL Finest]: 2022-09-10 04:19:18.322--UnitOfWork(1642939310)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Employee sql="SELECT t0.ID FROM TMP_EMP t3, TMP_CHECK_ACC t2, TMP_ACCOUNT t1, TMP_EMP t0 WHERE (((t1.BALANCE = ?) AND NOT ((t3.BROKERAGE_ACCOUNT IS NULL))) AND (((t2.CLIENT_ID = t0.ID) AND ((t2.ACC_NUMBER = t1.ACC_NUMBER) AND (t1.TYPE = ?))) AND (t3.ID = t2.CLIENT_ID)))") [junit] [EL Finest]: 2022-09-10 04:19:18.323--ServerSession(1526542158)--Connection(486830695)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:18.323--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.323--ServerSession(1526542158)--Connection(1481244635)--Thread(Thread[main,5,main])--SELECT t0.ID FROM TMP_EMP t3, TMP_CHECK_ACC t2, TMP_ACCOUNT t1, TMP_EMP t0 WHERE (((t1.BALANCE = ?) AND NOT ((t3.BROKERAGE_ACCOUNT IS NULL))) AND (((t2.CLIENT_ID = t0.ID) AND ((t2.ACC_NUMBER = t1.ACC_NUMBER) AND (t1.TYPE = ?))) AND (t3.ID = t2.CLIENT_ID))) [junit] bind => [99.0, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:18.324--ServerSession(1526542158)--Connection(486830695)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:18.325--UnitOfWork(1642939310)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Employee sql="SELECT DISTINCT t0.ID FROM TMP_EMP t3, TMP_CHECK_ACC t2, TMP_ACCOUNT t1, TMP_EMP t0 WHERE (((t1.BALANCE = ?) AND ((SELECT COUNT(t4.ACC_NUMBER) FROM TMP_EMP t7, TMP_EMP_CREDIT t6, TMP_CREDIT_ACC t5, TMP_ACCOUNT t4 WHERE ((((t6.CLIENT_ID = t7.ID) AND (t4.ACC_NUMBER = t6.CREDIT_ID)) AND ((t5.CCA_ID = t4.ACC_NUMBER) AND (t4.TYPE = ?))) AND (((t5.CCA_ID = t4.ACC_NUMBER) AND (t4.TYPE = ?)) AND (t7.ID = t2.CLIENT_ID)))) > ?)) AND ((t2.CLIENT_ID = t0.ID) AND ((t2.ACC_NUMBER = t1.ACC_NUMBER) AND (t1.TYPE = ?))))") [junit] [EL Finest]: 2022-09-10 04:19:18.325--ServerSession(1526542158)--Connection(870046536)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:18.325--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.325--ServerSession(1526542158)--Connection(1780041823)--Thread(Thread[main,5,main])--SELECT DISTINCT t0.ID FROM TMP_EMP t3, TMP_CHECK_ACC t2, TMP_ACCOUNT t1, TMP_EMP t0 WHERE (((t1.BALANCE = ?) AND ((SELECT COUNT(t4.ACC_NUMBER) FROM TMP_EMP t7, TMP_EMP_CREDIT t6, TMP_CREDIT_ACC t5, TMP_ACCOUNT t4 WHERE ((((t6.CLIENT_ID = t7.ID) AND (t4.ACC_NUMBER = t6.CREDIT_ID)) AND ((t5.CCA_ID = t4.ACC_NUMBER) AND (t4.TYPE = ?))) AND (((t5.CCA_ID = t4.ACC_NUMBER) AND (t4.TYPE = ?)) AND (t7.ID = t2.CLIENT_ID)))) > ?)) AND ((t2.CLIENT_ID = t0.ID) AND ((t2.ACC_NUMBER = t1.ACC_NUMBER) AND (t1.TYPE = ?)))) [junit] bind => [99.0, CreditCardAccount, CreditCardAccount, 0, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:18.326--ServerSession(1526542158)--Connection(870046536)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:18.354--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1516628243 [junit] [EL Finer]: 2022-09-10 04:19:18.354--ClientSession(1516628243)--Thread(Thread[main,5,main])--acquire unit of work: 341859597 [junit] [EL Finest]: 2022-09-10 04:19:18.354--UnitOfWork(341859597)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:18.354--UnitOfWork(341859597)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finest]: 2022-09-10 04:19:18.354--UnitOfWork(341859597)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@48c10d3. [junit] [EL Finest]: 2022-09-10 04:19:18.354--UnitOfWork(341859597)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@1212bd7a. [junit] [EL Finest]: 2022-09-10 04:19:18.354--UnitOfWork(341859597)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@55947b77. [junit] [EL Finest]: 2022-09-10 04:19:18.354--UnitOfWork(341859597)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@6873b44. [junit] [EL Finest]: 2022-09-10 04:19:18.354--UnitOfWork(341859597)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@6269b9cf. [junit] [EL Finest]: 2022-09-10 04:19:18.354--UnitOfWork(341859597)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@65973195. [junit] [EL Finest]: 2022-09-10 04:19:18.354--UnitOfWork(341859597)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@132ea193. [junit] [EL Finest]: 2022-09-10 04:19:18.354--UnitOfWork(341859597)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@2c4ce5a9. [junit] [EL Finest]: 2022-09-10 04:19:18.354--UnitOfWork(341859597)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@344862e. [junit] [EL Finest]: 2022-09-10 04:19:18.354--UnitOfWork(341859597)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@5f03144a. [junit] [EL Finest]: 2022-09-10 04:19:18.355--UnitOfWork(341859597)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount@39471400. [junit] [EL Finest]: 2022-09-10 04:19:18.355--UnitOfWork(341859597)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@726dcf2c. [junit] [EL Finest]: 2022-09-10 04:19:18.355--UnitOfWork(341859597)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@55bf52b9. [junit] [EL Finest]: 2022-09-10 04:19:18.355--UnitOfWork(341859597)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@12d9bd00. [junit] [EL Finest]: 2022-09-10 04:19:18.355--UnitOfWork(341859597)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@13bf5c4f. [junit] [EL Finer]: 2022-09-10 04:19:18.355--UnitOfWork(341859597)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:18.355--UnitOfWork(341859597)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@65973195) [junit] [EL Finest]: 2022-09-10 04:19:18.355--ServerSession(1526542158)--Connection(2086209683)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.355--ClientSession(1516628243)--Connection(2086209683)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:18.355--ClientSession(1516628243)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:18.356--UnitOfWork(341859597)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@6269b9cf) [junit] [EL Finest]: 2022-09-10 04:19:18.356--UnitOfWork(341859597)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finer]: 2022-09-10 04:19:18.356--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.356--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.356--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])-- bind => [202, 11.0, none, BrokerageAccount] [junit] [EL Fine]: 2022-09-10 04:19:18.356--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])-- bind => [201, 10.0, none, BrokerageAccount] [junit] [EL Finer]: 2022-09-10 04:19:18.356--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:18.357--UnitOfWork(341859597)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2022-09-10 04:19:18.357--UnitOfWork(341859597)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount@39471400) [junit] [EL Finest]: 2022-09-10 04:19:18.357--UnitOfWork(341859597)--Thread(Thread[main,5,main])--Execute query WriteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@726dcf2c) [junit] [EL Finest]: 2022-09-10 04:19:18.357--UnitOfWork(341859597)--Thread(Thread[main,5,main])--Execute query WriteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@48c10d3) [junit] [EL Finer]: 2022-09-10 04:19:18.357--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.357--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.357--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2022-09-10 04:19:18.357--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2022-09-10 04:19:18.357--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2022-09-10 04:19:18.358--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] bind => [101, 10.0, none, SavingsAccount] [junit] [EL Fine]: 2022-09-10 04:19:18.358--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [1, Albert, Acker, null, null, null, null, 10, 201, null, null, 101, null] [junit] [EL Fine]: 2022-09-10 04:19:18.359--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] bind => [401, 99.0, none, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:18.359--UnitOfWork(341859597)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@2c4ce5a9) [junit] [EL Fine]: 2022-09-10 04:19:18.359--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])--INSERT INTO TMP_CHECK_ACC (BANKID, BANK_NAME, CREDITLIMIT, CLIENT_ID, ACC_NUMBER) VALUES (?, ?, ?, ?, ?) [junit] bind => [98765432, Sparkasse, -5000.0, 1, 401] [junit] [EL Finest]: 2022-09-10 04:19:18.36--UnitOfWork(341859597)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@5f03144a) [junit] [EL Finest]: 2022-09-10 04:19:18.36--UnitOfWork(341859597)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@344862e) [junit] [EL Finest]: 2022-09-10 04:19:18.36--UnitOfWork(341859597)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@132ea193) [junit] [EL Finest]: 2022-09-10 04:19:18.36--UnitOfWork(341859597)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@55947b77) [junit] [EL Finest]: 2022-09-10 04:19:18.36--UnitOfWork(341859597)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@1212bd7a) [junit] [EL Finest]: 2022-09-10 04:19:18.36--UnitOfWork(341859597)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@6873b44) [junit] [EL Finest]: 2022-09-10 04:19:18.36--UnitOfWork(341859597)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@55bf52b9) [junit] [EL Finer]: 2022-09-10 04:19:18.36--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.36--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.36--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])-- bind => [302, 11.0, none, CreditCardAccount] [junit] [EL Fine]: 2022-09-10 04:19:18.36--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])-- bind => [304, 13.0, none, CreditCardAccount] [junit] [EL Fine]: 2022-09-10 04:19:18.36--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])-- bind => [303, 12.0, none, CreditCardAccount] [junit] [EL Fine]: 2022-09-10 04:19:18.36--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])-- bind => [301, 10.0, none, CreditCardAccount] [junit] [EL Fine]: 2022-09-10 04:19:18.36--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])-- bind => [103, 12.0, none, SavingsAccount] [junit] [EL Fine]: 2022-09-10 04:19:18.361--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])-- bind => [102, 11.0, none, SavingsAccount] [junit] [EL Fine]: 2022-09-10 04:19:18.361--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])-- bind => [104, 13.0, none, SavingsAccount] [junit] [EL Finer]: 2022-09-10 04:19:18.361--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:18.362--UnitOfWork(341859597)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@13bf5c4f) [junit] [EL Finest]: 2022-09-10 04:19:18.362--UnitOfWork(341859597)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@12d9bd00) [junit] [EL Finer]: 2022-09-10 04:19:18.362--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.362--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.362--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])-- bind => [2, Berta, Baier, null, null, null, null, 10, 202, null, null, 102, null] [junit] [EL Fine]: 2022-09-10 04:19:18.362--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])-- bind => [4, Dieter, Deutsch, null, null, null, null, 20, null, null, null, 104, null] [junit] [EL Fine]: 2022-09-10 04:19:18.362--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])-- bind => [3, Christa, Clemens, null, null, null, null, 20, null, null, null, 103, null] [junit] [EL Finer]: 2022-09-10 04:19:18.362--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:18.363--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.363--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])--INSERT INTO TMP_BROKER_ACC (RISKLEVEL, ACC_NUMBER) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.363--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])-- bind => [super-risky, 202] [junit] [EL Fine]: 2022-09-10 04:19:18.363--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])-- bind => [super-risky, 201] [junit] [EL Finer]: 2022-09-10 04:19:18.363--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:18.364--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.364--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])--INSERT INTO TMP_SAVE_ACC (BANKID, BANKNAME, INTERESTRATE, ACC_NUMBER) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.364--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])-- bind => [12345678, Volksbank, 21.0, 101] [junit] [EL Fine]: 2022-09-10 04:19:18.364--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])-- bind => [12345678, Volksbank, 21.0, 103] [junit] [EL Fine]: 2022-09-10 04:19:18.364--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])-- bind => [12345678, Volksbank, 21.0, 102] [junit] [EL Fine]: 2022-09-10 04:19:18.364--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])-- bind => [12345678, Volksbank, 21.0, 104] [junit] [EL Finer]: 2022-09-10 04:19:18.364--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:18.365--ClientSession(1516628243)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:18.365--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.365--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])--INSERT INTO TMP_CREDIT_ACC (CARDNUMBER, CARDTYPE, VALIDTO, CCA_ID) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.365--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])-- bind => [1000001, VISA, 2010-01-01, 302] [junit] [EL Fine]: 2022-09-10 04:19:18.365--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])-- bind => [1000003, VISA, 2010-01-01, 304] [junit] [EL Fine]: 2022-09-10 04:19:18.365--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])-- bind => [1000002, VISA, 2010-01-01, 303] [junit] [EL Fine]: 2022-09-10 04:19:18.365--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])-- bind => [1000000, VISA, 2010-01-01, 301] [junit] [EL Finer]: 2022-09-10 04:19:18.365--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:18.366--ClientSession(1516628243)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.366--ClientSession(1516628243)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.366--ClientSession(1516628243)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:18.366--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.366--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.366--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])-- bind => [304, 4] [junit] [EL Fine]: 2022-09-10 04:19:18.366--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])-- bind => [303, 4] [junit] [EL Fine]: 2022-09-10 04:19:18.367--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])-- bind => [302, 3] [junit] [EL Fine]: 2022-09-10 04:19:18.367--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])-- bind => [301, 3] [junit] [EL Finer]: 2022-09-10 04:19:18.367--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:18.367--ClientSession(1516628243)--Connection(1656185923)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:18.368--ServerSession(1526542158)--Connection(2086209683)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.368--UnitOfWork(341859597)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:18.368--UnitOfWork(341859597)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.369--UnitOfWork(341859597)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.369--ClientSession(1516628243)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.369--UnitOfWork(341859597)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.369--ClientSession(1516628243)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:18.37--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1263264812 [junit] [EL Finer]: 2022-09-10 04:19:18.37--ClientSession(1263264812)--Thread(Thread[main,5,main])--acquire unit of work: 2076950851 [junit] [EL Finest]: 2022-09-10 04:19:18.37--UnitOfWork(2076950851)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Employee sql="SELECT t0.OWNER FROM TMP_ACCOUNT t0, TMP_EMP t2, TMP_CHECK_ACC t1 WHERE ((t2.ID = ?) AND ((t1.CLIENT_ID = t2.ID) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))))") [junit] [EL Finest]: 2022-09-10 04:19:18.37--ServerSession(1526542158)--Connection(2039686871)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:18.37--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.37--ServerSession(1526542158)--Connection(1426599080)--Thread(Thread[main,5,main])--SELECT t0.OWNER FROM TMP_ACCOUNT t0, TMP_EMP t2, TMP_CHECK_ACC t1 WHERE ((t2.ID = ?) AND ((t1.CLIENT_ID = t2.ID) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))) [junit] bind => [1, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:18.371--ServerSession(1526542158)--Connection(2039686871)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:18.397--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1231365169 [junit] [EL Finer]: 2022-09-10 04:19:18.397--ClientSession(1231365169)--Thread(Thread[main,5,main])--acquire unit of work: 2059638742 [junit] [EL Finest]: 2022-09-10 04:19:18.397--UnitOfWork(2059638742)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:18.397--UnitOfWork(2059638742)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finest]: 2022-09-10 04:19:18.398--UnitOfWork(2059638742)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@30fc38cc. [junit] [EL Finest]: 2022-09-10 04:19:18.398--UnitOfWork(2059638742)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@56677422. [junit] [EL Finest]: 2022-09-10 04:19:18.398--UnitOfWork(2059638742)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@5c6af94d. [junit] [EL Finest]: 2022-09-10 04:19:18.398--UnitOfWork(2059638742)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@4a767290. [junit] [EL Finest]: 2022-09-10 04:19:18.398--UnitOfWork(2059638742)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@1b1d094a. [junit] [EL Finest]: 2022-09-10 04:19:18.398--UnitOfWork(2059638742)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@76b6b86f. [junit] [EL Finest]: 2022-09-10 04:19:18.398--UnitOfWork(2059638742)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@7d1d9765. [junit] [EL Finest]: 2022-09-10 04:19:18.398--UnitOfWork(2059638742)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@48698a4. [junit] [EL Finest]: 2022-09-10 04:19:18.398--UnitOfWork(2059638742)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@77a28627. [junit] [EL Finest]: 2022-09-10 04:19:18.398--UnitOfWork(2059638742)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@34942d7c. [junit] [EL Finest]: 2022-09-10 04:19:18.398--UnitOfWork(2059638742)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount@25232234. [junit] [EL Finest]: 2022-09-10 04:19:18.398--UnitOfWork(2059638742)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@15d0cd8c. [junit] [EL Finest]: 2022-09-10 04:19:18.398--UnitOfWork(2059638742)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@76a0e2af. [junit] [EL Finest]: 2022-09-10 04:19:18.398--UnitOfWork(2059638742)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@634aceca. [junit] [EL Finest]: 2022-09-10 04:19:18.398--UnitOfWork(2059638742)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5fc46215. [junit] [EL Finer]: 2022-09-10 04:19:18.398--UnitOfWork(2059638742)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:18.399--UnitOfWork(2059638742)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@1b1d094a) [junit] [EL Finest]: 2022-09-10 04:19:18.399--ServerSession(1526542158)--Connection(448125452)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.399--ClientSession(1231365169)--Connection(448125452)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:18.399--ClientSession(1231365169)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:18.399--UnitOfWork(2059638742)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@76b6b86f) [junit] [EL Finest]: 2022-09-10 04:19:18.399--UnitOfWork(2059638742)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finer]: 2022-09-10 04:19:18.399--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.399--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.4--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])-- bind => [201, 10.0, none, BrokerageAccount] [junit] [EL Fine]: 2022-09-10 04:19:18.4--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])-- bind => [202, 11.0, none, BrokerageAccount] [junit] [EL Finer]: 2022-09-10 04:19:18.4--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:18.4--UnitOfWork(2059638742)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2022-09-10 04:19:18.4--UnitOfWork(2059638742)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount@25232234) [junit] [EL Finest]: 2022-09-10 04:19:18.4--UnitOfWork(2059638742)--Thread(Thread[main,5,main])--Execute query WriteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@15d0cd8c) [junit] [EL Finest]: 2022-09-10 04:19:18.401--UnitOfWork(2059638742)--Thread(Thread[main,5,main])--Execute query WriteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@30fc38cc) [junit] [EL Finer]: 2022-09-10 04:19:18.401--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.401--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.401--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Fine]: 2022-09-10 04:19:18.401--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Finer]: 2022-09-10 04:19:18.401--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2022-09-10 04:19:18.401--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] bind => [101, 10.0, none, SavingsAccount] [junit] [EL Fine]: 2022-09-10 04:19:18.402--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [1, Albert, Acker, null, null, null, null, 10, 201, null, null, 101, null] [junit] [EL Fine]: 2022-09-10 04:19:18.402--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] bind => [401, 99.0, none, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:18.403--UnitOfWork(2059638742)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@48698a4) [junit] [EL Fine]: 2022-09-10 04:19:18.403--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])--INSERT INTO TMP_CHECK_ACC (BANKID, BANK_NAME, CREDITLIMIT, CLIENT_ID, ACC_NUMBER) VALUES (?, ?, ?, ?, ?) [junit] bind => [98765432, Sparkasse, -5000.0, 1, 401] [junit] [EL Finest]: 2022-09-10 04:19:18.403--UnitOfWork(2059638742)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@34942d7c) [junit] [EL Finest]: 2022-09-10 04:19:18.403--UnitOfWork(2059638742)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@77a28627) [junit] [EL Finest]: 2022-09-10 04:19:18.403--UnitOfWork(2059638742)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CreditCardAccount@7d1d9765) [junit] [EL Finest]: 2022-09-10 04:19:18.403--UnitOfWork(2059638742)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@5c6af94d) [junit] [EL Finest]: 2022-09-10 04:19:18.403--UnitOfWork(2059638742)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@56677422) [junit] [EL Finest]: 2022-09-10 04:19:18.404--UnitOfWork(2059638742)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@4a767290) [junit] [EL Finest]: 2022-09-10 04:19:18.404--UnitOfWork(2059638742)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@634aceca) [junit] [EL Finer]: 2022-09-10 04:19:18.404--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.404--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.404--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])-- bind => [302, 11.0, none, CreditCardAccount] [junit] [EL Fine]: 2022-09-10 04:19:18.404--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])-- bind => [304, 13.0, none, CreditCardAccount] [junit] [EL Fine]: 2022-09-10 04:19:18.404--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])-- bind => [303, 12.0, none, CreditCardAccount] [junit] [EL Fine]: 2022-09-10 04:19:18.404--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])-- bind => [301, 10.0, none, CreditCardAccount] [junit] [EL Fine]: 2022-09-10 04:19:18.404--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])-- bind => [103, 12.0, none, SavingsAccount] [junit] [EL Fine]: 2022-09-10 04:19:18.404--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])-- bind => [102, 11.0, none, SavingsAccount] [junit] [EL Fine]: 2022-09-10 04:19:18.404--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])-- bind => [104, 13.0, none, SavingsAccount] [junit] [EL Finer]: 2022-09-10 04:19:18.404--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:18.405--UnitOfWork(2059638742)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@76a0e2af) [junit] [EL Finest]: 2022-09-10 04:19:18.405--UnitOfWork(2059638742)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5fc46215) [junit] [EL Finer]: 2022-09-10 04:19:18.406--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.406--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.406--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])-- bind => [3, Christa, Clemens, null, null, null, null, 20, null, null, null, 103, null] [junit] [EL Fine]: 2022-09-10 04:19:18.406--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])-- bind => [2, Berta, Baier, null, null, null, null, 10, 202, null, null, 102, null] [junit] [EL Fine]: 2022-09-10 04:19:18.406--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])-- bind => [4, Dieter, Deutsch, null, null, null, null, 20, null, null, null, 104, null] [junit] [EL Finer]: 2022-09-10 04:19:18.406--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:18.407--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.407--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])--INSERT INTO TMP_BROKER_ACC (RISKLEVEL, ACC_NUMBER) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.407--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])-- bind => [super-risky, 201] [junit] [EL Fine]: 2022-09-10 04:19:18.407--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])-- bind => [super-risky, 202] [junit] [EL Finer]: 2022-09-10 04:19:18.407--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:18.407--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.407--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])--INSERT INTO TMP_SAVE_ACC (BANKID, BANKNAME, INTERESTRATE, ACC_NUMBER) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.407--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])-- bind => [12345678, Volksbank, 21.0, 101] [junit] [EL Fine]: 2022-09-10 04:19:18.407--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])-- bind => [12345678, Volksbank, 21.0, 103] [junit] [EL Fine]: 2022-09-10 04:19:18.407--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])-- bind => [12345678, Volksbank, 21.0, 102] [junit] [EL Fine]: 2022-09-10 04:19:18.407--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])-- bind => [12345678, Volksbank, 21.0, 104] [junit] [EL Finer]: 2022-09-10 04:19:18.408--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:18.408--ClientSession(1231365169)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:18.408--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.408--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])--INSERT INTO TMP_CREDIT_ACC (CARDNUMBER, CARDTYPE, VALIDTO, CCA_ID) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.409--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])-- bind => [1000001, VISA, 2010-01-01, 302] [junit] [EL Fine]: 2022-09-10 04:19:18.409--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])-- bind => [1000003, VISA, 2010-01-01, 304] [junit] [EL Fine]: 2022-09-10 04:19:18.409--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])-- bind => [1000002, VISA, 2010-01-01, 303] [junit] [EL Fine]: 2022-09-10 04:19:18.409--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])-- bind => [1000000, VISA, 2010-01-01, 301] [junit] [EL Finer]: 2022-09-10 04:19:18.409--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:18.41--ClientSession(1231365169)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.41--ClientSession(1231365169)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:18.41--ClientSession(1231365169)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:18.41--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.41--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_CREDIT (CREDIT_ID, CLIENT_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.41--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])-- bind => [302, 3] [junit] [EL Fine]: 2022-09-10 04:19:18.41--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])-- bind => [301, 3] [junit] [EL Fine]: 2022-09-10 04:19:18.41--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])-- bind => [303, 4] [junit] [EL Fine]: 2022-09-10 04:19:18.41--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])-- bind => [304, 4] [junit] [EL Finer]: 2022-09-10 04:19:18.41--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:18.411--ClientSession(1231365169)--Connection(446579063)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:18.411--ServerSession(1526542158)--Connection(448125452)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.412--UnitOfWork(2059638742)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:18.412--UnitOfWork(2059638742)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.412--UnitOfWork(2059638742)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.412--ClientSession(1231365169)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.412--UnitOfWork(2059638742)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.412--ClientSession(1231365169)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:18.413--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 309438139 [junit] [EL Finer]: 2022-09-10 04:19:18.413--ClientSession(309438139)--Thread(Thread[main,5,main])--acquire unit of work: 175825317 [junit] [EL Finest]: 2022-09-10 04:19:18.413--UnitOfWork(175825317)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee jpql="select e from Employee e where e.id = 1") [junit] [EL Finest]: 2022-09-10 04:19:18.413--UnitOfWork(175825317)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7d40f584 [junit] [EL Finest]: 2022-09-10 04:19:18.413--UnitOfWork(175825317)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a [junit] [EL Finest]: 2022-09-10 04:19:18.414--UnitOfWork(175825317)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="brokerageAccount" referenceClass=BrokerageAccount ) [junit] [EL Finest]: 2022-09-10 04:19:18.414--ServerSession(1526542158)--Connection(2004795243)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:18.414--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.414--ServerSession(1526542158)--Connection(526274249)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.RISKLEVEL FROM TMP_ACCOUNT t0, TMP_BROKER_ACC t1 WHERE ((t0.ACC_NUMBER = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [201, BrokerageAccount] [junit] [EL Finest]: 2022-09-10 04:19:18.415--ServerSession(1526542158)--Connection(2004795243)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:18.415--UnitOfWork(175825317)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@58e83131 [junit] [EL Finest]: 2022-09-10 04:19:18.415--UnitOfWork(175825317)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:18.415--ServerSession(1526542158)--Connection(900531427)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:18.415--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.415--ServerSession(1526542158)--Connection(184456619)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [1, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:18.416--ServerSession(1526542158)--Connection(900531427)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:18.416--UnitOfWork(175825317)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="client" referenceClass=Employee ) [junit] [EL Finest]: 2022-09-10 04:19:18.416--UnitOfWork(175825317)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.CheckingAccount@6e59b904 [junit] [EL Finest]: 2022-09-10 04:19:18.416--UnitOfWork(175825317)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="sampleAccount" referenceClass=Account ) [junit] [EL Finest]: 2022-09-10 04:19:18.417--ServerSession(1526542158)--Connection(990378183)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:18.417--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.417--ServerSession(1526542158)--Connection(512417158)--Thread(Thread[main,5,main])--SELECT DISTINCT TYPE FROM TMP_ACCOUNT WHERE (ACC_NUMBER = ?) [junit] bind => [101] [junit] [EL Finest]: 2022-09-10 04:19:18.417--ServerSession(1526542158)--Connection(990378183)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:18.417--ServerSession(1526542158)--Connection(1770527602)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:18.418--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.418--ServerSession(1526542158)--Connection(857650380)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANKNAME, t1.INTERESTRATE FROM TMP_ACCOUNT t0, TMP_SAVE_ACC t1 WHERE ((t0.ACC_NUMBER = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [101, SavingsAccount] [junit] [EL Finest]: 2022-09-10 04:19:18.418--ServerSession(1526542158)--Connection(1770527602)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:18.418--UnitOfWork(175825317)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.SavingsAccount@1d4e1f00 [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.297 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestNativeQuery [junit] [EL Finer]: 2022-09-10 04:19:18.458--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2122774970 [junit] [EL Finer]: 2022-09-10 04:19:18.458--ClientSession(2122774970)--Thread(Thread[main,5,main])--acquire unit of work: 682693747 [junit] [EL Finest]: 2022-09-10 04:19:18.458--UnitOfWork(682693747)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:18.458--UnitOfWork(682693747)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finest]: 2022-09-10 04:19:18.458--UnitOfWork(682693747)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@19cc4b7d. [junit] [EL Finest]: 2022-09-10 04:19:18.458--UnitOfWork(682693747)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@397ec6bb. [junit] [EL Finest]: 2022-09-10 04:19:18.458--UnitOfWork(682693747)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1d6d1a18. [junit] [EL Finer]: 2022-09-10 04:19:18.458--UnitOfWork(682693747)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:18.458--UnitOfWork(682693747)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2022-09-10 04:19:18.458--ServerSession(1526542158)--Connection(1733393615)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.458--ClientSession(2122774970)--Connection(1733393615)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:18.459--ClientSession(2122774970)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:18.459--UnitOfWork(682693747)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2022-09-10 04:19:18.459--UnitOfWork(682693747)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@19cc4b7d) [junit] [EL Finer]: 2022-09-10 04:19:18.459--ClientSession(2122774970)--Connection(1181690543)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.459--ClientSession(2122774970)--Connection(1181690543)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.459--ClientSession(2122774970)--Connection(1181690543)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Fine]: 2022-09-10 04:19:18.459--ClientSession(2122774970)--Connection(1181690543)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Finer]: 2022-09-10 04:19:18.459--ClientSession(2122774970)--Connection(1181690543)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:18.46--UnitOfWork(682693747)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@397ec6bb) [junit] [EL Fine]: 2022-09-10 04:19:18.46--ClientSession(2122774970)--Connection(1181690543)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, green] [junit] [EL Finest]: 2022-09-10 04:19:18.461--UnitOfWork(682693747)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1d6d1a18) [junit] [EL Finer]: 2022-09-10 04:19:18.461--ClientSession(2122774970)--Connection(1181690543)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.461--ClientSession(2122774970)--Connection(1181690543)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.461--ClientSession(2122774970)--Connection(1181690543)--Thread(Thread[main,5,main])-- bind => [1, Knut, Maier, null, null, null, null, 10, null, 1, 2, null, null] [junit] [EL Fine]: 2022-09-10 04:19:18.461--ClientSession(2122774970)--Connection(1181690543)--Thread(Thread[main,5,main])-- bind => [2, Fred, Schmidt, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:18.461--ClientSession(2122774970)--Connection(1181690543)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:18.462--ClientSession(2122774970)--Connection(1181690543)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:18.463--ServerSession(1526542158)--Connection(1733393615)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.463--UnitOfWork(682693747)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:18.463--UnitOfWork(682693747)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.463--UnitOfWork(682693747)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.463--ClientSession(2122774970)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.463--UnitOfWork(682693747)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.463--ClientSession(2122774970)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:18.463--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1741217770 [junit] [EL Finer]: 2022-09-10 04:19:18.463--ClientSession(1741217770)--Thread(Thread[main,5,main])--acquire unit of work: 5485738 [junit] [EL Finer]: 2022-09-10 04:19:18.464--UnitOfWork(5485738)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:18.464--UnitOfWork(5485738)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:18.464--UnitOfWork(5485738)--Thread(Thread[main,5,main])--Execute query ResultSetMappingQuery(name="getDepartmentWithId10SQL_mapping" sql="select * from TMP_DEP D where D.ID = 10") [junit] [EL Finest]: 2022-09-10 04:19:18.464--ServerSession(1526542158)--Connection(1381391850)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.464--ClientSession(1741217770)--Connection(1381391850)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:18.464--ClientSession(1741217770)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.464--ClientSession(1741217770)--Connection(1865052252)--Thread(Thread[main,5,main])--select * from TMP_DEP D where D.ID = 10 [junit] [EL Finer]: 2022-09-10 04:19:18.466--UnitOfWork(5485738)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.466--ClientSession(1741217770)--Connection(1865052252)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2022-09-10 04:19:18.466--ServerSession(1526542158)--Connection(1381391850)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.466--ClientSession(1741217770)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:18.495--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1943239111 [junit] [EL Finer]: 2022-09-10 04:19:18.495--ClientSession(1943239111)--Thread(Thread[main,5,main])--acquire unit of work: 2085456234 [junit] [EL Finest]: 2022-09-10 04:19:18.495--UnitOfWork(2085456234)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:18.495--UnitOfWork(2085456234)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finest]: 2022-09-10 04:19:18.495--UnitOfWork(2085456234)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@6987b0e8. [junit] [EL Finest]: 2022-09-10 04:19:18.495--UnitOfWork(2085456234)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7991726b. [junit] [EL Finest]: 2022-09-10 04:19:18.495--UnitOfWork(2085456234)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@32693a25. [junit] [EL Finer]: 2022-09-10 04:19:18.495--UnitOfWork(2085456234)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:18.495--UnitOfWork(2085456234)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2022-09-10 04:19:18.495--ServerSession(1526542158)--Connection(168529894)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.495--ClientSession(1943239111)--Connection(168529894)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:18.495--ClientSession(1943239111)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:18.496--UnitOfWork(2085456234)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2022-09-10 04:19:18.496--UnitOfWork(2085456234)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@6987b0e8) [junit] [EL Finer]: 2022-09-10 04:19:18.496--ClientSession(1943239111)--Connection(1418394522)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.496--ClientSession(1943239111)--Connection(1418394522)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.496--ClientSession(1943239111)--Connection(1418394522)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2022-09-10 04:19:18.496--ClientSession(1943239111)--Connection(1418394522)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2022-09-10 04:19:18.496--ClientSession(1943239111)--Connection(1418394522)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:18.497--UnitOfWork(2085456234)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@32693a25) [junit] [EL Fine]: 2022-09-10 04:19:18.497--ClientSession(1943239111)--Connection(1418394522)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, green] [junit] [EL Finest]: 2022-09-10 04:19:18.497--UnitOfWork(2085456234)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7991726b) [junit] [EL Finer]: 2022-09-10 04:19:18.497--ClientSession(1943239111)--Connection(1418394522)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.497--ClientSession(1943239111)--Connection(1418394522)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.497--ClientSession(1943239111)--Connection(1418394522)--Thread(Thread[main,5,main])-- bind => [2, Fred, Schmidt, null, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:18.497--ClientSession(1943239111)--Connection(1418394522)--Thread(Thread[main,5,main])-- bind => [1, Knut, Maier, null, null, null, null, 10, null, 1, 2, null, null] [junit] [EL Finer]: 2022-09-10 04:19:18.497--ClientSession(1943239111)--Connection(1418394522)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:18.498--ClientSession(1943239111)--Connection(1418394522)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:18.499--ServerSession(1526542158)--Connection(168529894)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.499--UnitOfWork(2085456234)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:18.499--UnitOfWork(2085456234)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.499--UnitOfWork(2085456234)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.499--ClientSession(1943239111)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.499--UnitOfWork(2085456234)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.5--ClientSession(1943239111)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:18.5--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 20814048 [junit] [EL Finer]: 2022-09-10 04:19:18.5--ClientSession(20814048)--Thread(Thread[main,5,main])--acquire unit of work: 7092513 [junit] [EL Finer]: 2022-09-10 04:19:18.5--UnitOfWork(7092513)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:18.5--UnitOfWork(7092513)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:18.5--UnitOfWork(7092513)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="select * from TMP_DEP D where D.ID = ?") [junit] [EL Finest]: 2022-09-10 04:19:18.5--ServerSession(1526542158)--Connection(2041796946)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.5--ClientSession(20814048)--Connection(2041796946)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:18.5--ClientSession(20814048)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.501--ClientSession(20814048)--Connection(373839741)--Thread(Thread[main,5,main])--select * from TMP_DEP D where D.ID = ? [junit] bind => [10] [junit] [EL Finer]: 2022-09-10 04:19:18.501--UnitOfWork(7092513)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.501--ClientSession(20814048)--Connection(373839741)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2022-09-10 04:19:18.502--ServerSession(1526542158)--Connection(2041796946)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.502--ClientSession(20814048)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:18.528--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 35005153 [junit] [EL Finer]: 2022-09-10 04:19:18.529--ClientSession(35005153)--Thread(Thread[main,5,main])--acquire unit of work: 182523154 [junit] [EL Finest]: 2022-09-10 04:19:18.529--UnitOfWork(182523154)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:18.529--UnitOfWork(182523154)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finest]: 2022-09-10 04:19:18.529--UnitOfWork(182523154)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@49d21965. [junit] [EL Finest]: 2022-09-10 04:19:18.529--UnitOfWork(182523154)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4b99dcc8. [junit] [EL Finest]: 2022-09-10 04:19:18.529--UnitOfWork(182523154)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@44a4676b. [junit] [EL Finer]: 2022-09-10 04:19:18.529--UnitOfWork(182523154)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:18.529--UnitOfWork(182523154)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2022-09-10 04:19:18.529--ServerSession(1526542158)--Connection(1551320304)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.529--ClientSession(35005153)--Connection(1551320304)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:18.529--ClientSession(35005153)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:18.53--UnitOfWork(182523154)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2022-09-10 04:19:18.53--UnitOfWork(182523154)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@49d21965) [junit] [EL Finer]: 2022-09-10 04:19:18.53--ClientSession(35005153)--Connection(1807913019)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.53--ClientSession(35005153)--Connection(1807913019)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.53--ClientSession(35005153)--Connection(1807913019)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2022-09-10 04:19:18.53--ClientSession(35005153)--Connection(1807913019)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2022-09-10 04:19:18.53--ClientSession(35005153)--Connection(1807913019)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:18.531--UnitOfWork(182523154)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@44a4676b) [junit] [EL Fine]: 2022-09-10 04:19:18.531--ClientSession(35005153)--Connection(1807913019)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, green] [junit] [EL Finest]: 2022-09-10 04:19:18.531--UnitOfWork(182523154)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4b99dcc8) [junit] [EL Finer]: 2022-09-10 04:19:18.531--ClientSession(35005153)--Connection(1807913019)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.531--ClientSession(35005153)--Connection(1807913019)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.531--ClientSession(35005153)--Connection(1807913019)--Thread(Thread[main,5,main])-- bind => [2, Fred, Schmidt, null, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:18.531--ClientSession(35005153)--Connection(1807913019)--Thread(Thread[main,5,main])-- bind => [1, Knut, Maier, null, null, null, null, 10, null, 1, 2, null, null] [junit] [EL Finer]: 2022-09-10 04:19:18.531--ClientSession(35005153)--Connection(1807913019)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:18.532--ClientSession(35005153)--Connection(1807913019)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:18.533--ServerSession(1526542158)--Connection(1551320304)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.534--UnitOfWork(182523154)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:18.534--UnitOfWork(182523154)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.534--UnitOfWork(182523154)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.534--ClientSession(35005153)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.534--UnitOfWork(182523154)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.534--ClientSession(35005153)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:18.534--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 560775952 [junit] [EL Finer]: 2022-09-10 04:19:18.534--ClientSession(560775952)--Thread(Thread[main,5,main])--acquire unit of work: 1622092603 [junit] [EL Finer]: 2022-09-10 04:19:18.534--UnitOfWork(1622092603)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:18.534--UnitOfWork(1622092603)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:18.534--UnitOfWork(1622092603)--Thread(Thread[main,5,main])--Execute query ResultSetMappingQuery(name="getDepartmentFieldByField" sql="select id as "D_ID", name as "D_NAME", version as "D_VERSION" from TMP_DEP D where D.ID = 10") [junit] [EL Finest]: 2022-09-10 04:19:18.534--ServerSession(1526542158)--Connection(1953587158)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.534--ClientSession(560775952)--Connection(1953587158)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:18.534--ClientSession(560775952)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.535--ClientSession(560775952)--Connection(788994304)--Thread(Thread[main,5,main])--select id as "D_ID", name as "D_NAME", version as "D_VERSION" from TMP_DEP D where D.ID = 10 [junit] [EL Finer]: 2022-09-10 04:19:18.536--UnitOfWork(1622092603)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.536--ClientSession(560775952)--Connection(788994304)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2022-09-10 04:19:18.536--ServerSession(1526542158)--Connection(1953587158)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.536--ClientSession(560775952)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:18.562--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1795254734 [junit] [EL Finer]: 2022-09-10 04:19:18.563--ClientSession(1795254734)--Thread(Thread[main,5,main])--acquire unit of work: 1141114101 [junit] [EL Finest]: 2022-09-10 04:19:18.563--UnitOfWork(1141114101)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:18.563--UnitOfWork(1141114101)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finest]: 2022-09-10 04:19:18.563--UnitOfWork(1141114101)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@7dd8713e. [junit] [EL Finest]: 2022-09-10 04:19:18.563--UnitOfWork(1141114101)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@199fe1dc. [junit] [EL Finest]: 2022-09-10 04:19:18.563--UnitOfWork(1141114101)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2d91f007. [junit] [EL Finer]: 2022-09-10 04:19:18.563--UnitOfWork(1141114101)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:18.563--UnitOfWork(1141114101)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2022-09-10 04:19:18.563--ServerSession(1526542158)--Connection(862458730)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.563--ClientSession(1795254734)--Connection(862458730)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:18.563--ClientSession(1795254734)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:18.564--UnitOfWork(1141114101)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2022-09-10 04:19:18.564--UnitOfWork(1141114101)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@7dd8713e) [junit] [EL Finer]: 2022-09-10 04:19:18.564--ClientSession(1795254734)--Connection(568119477)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.564--ClientSession(1795254734)--Connection(568119477)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.564--ClientSession(1795254734)--Connection(568119477)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2022-09-10 04:19:18.564--ClientSession(1795254734)--Connection(568119477)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2022-09-10 04:19:18.564--ClientSession(1795254734)--Connection(568119477)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:18.565--UnitOfWork(1141114101)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@199fe1dc) [junit] [EL Fine]: 2022-09-10 04:19:18.565--ClientSession(1795254734)--Connection(568119477)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, green] [junit] [EL Finest]: 2022-09-10 04:19:18.565--UnitOfWork(1141114101)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2d91f007) [junit] [EL Finer]: 2022-09-10 04:19:18.565--ClientSession(1795254734)--Connection(568119477)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.565--ClientSession(1795254734)--Connection(568119477)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.565--ClientSession(1795254734)--Connection(568119477)--Thread(Thread[main,5,main])-- bind => [1, Knut, Maier, null, null, null, null, 10, null, 1, 2, null, null] [junit] [EL Fine]: 2022-09-10 04:19:18.565--ClientSession(1795254734)--Connection(568119477)--Thread(Thread[main,5,main])-- bind => [2, Fred, Schmidt, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:18.565--ClientSession(1795254734)--Connection(568119477)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:18.566--ClientSession(1795254734)--Connection(568119477)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:18.567--ServerSession(1526542158)--Connection(862458730)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.567--UnitOfWork(1141114101)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:18.567--UnitOfWork(1141114101)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.568--UnitOfWork(1141114101)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.568--ClientSession(1795254734)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.568--UnitOfWork(1141114101)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.568--ClientSession(1795254734)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:18.568--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2044025175 [junit] [EL Finer]: 2022-09-10 04:19:18.568--ClientSession(2044025175)--Thread(Thread[main,5,main])--acquire unit of work: 882685984 [junit] [EL Finer]: 2022-09-10 04:19:18.568--UnitOfWork(882685984)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:18.568--UnitOfWork(882685984)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:18.568--UnitOfWork(882685984)--Thread(Thread[main,5,main])--Execute query ResultSetMappingQuery(name="getDepartmentName" sql="select name as "HUTZLIPUTZ" from TMP_DEP D where D.ID = 10") [junit] [EL Finest]: 2022-09-10 04:19:18.568--ServerSession(1526542158)--Connection(829090251)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.568--ClientSession(2044025175)--Connection(829090251)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:18.568--ClientSession(2044025175)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.568--ClientSession(2044025175)--Connection(1614251472)--Thread(Thread[main,5,main])--select name as "HUTZLIPUTZ" from TMP_DEP D where D.ID = 10 [junit] [EL Finer]: 2022-09-10 04:19:18.569--UnitOfWork(882685984)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.569--ClientSession(2044025175)--Connection(1614251472)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2022-09-10 04:19:18.569--ServerSession(1526542158)--Connection(829090251)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.569--ClientSession(2044025175)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:18.596--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 445018640 [junit] [EL Finer]: 2022-09-10 04:19:18.596--ClientSession(445018640)--Thread(Thread[main,5,main])--acquire unit of work: 1807790940 [junit] [EL Finest]: 2022-09-10 04:19:18.596--UnitOfWork(1807790940)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:18.596--UnitOfWork(1807790940)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finest]: 2022-09-10 04:19:18.596--UnitOfWork(1807790940)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@480284c3. [junit] [EL Finest]: 2022-09-10 04:19:18.596--UnitOfWork(1807790940)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@26b694cc. [junit] [EL Finest]: 2022-09-10 04:19:18.596--UnitOfWork(1807790940)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@337b9526. [junit] [EL Finer]: 2022-09-10 04:19:18.597--UnitOfWork(1807790940)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:18.597--UnitOfWork(1807790940)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2022-09-10 04:19:18.597--ServerSession(1526542158)--Connection(32594875)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.597--ClientSession(445018640)--Connection(32594875)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:18.597--ClientSession(445018640)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:18.597--UnitOfWork(1807790940)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2022-09-10 04:19:18.597--UnitOfWork(1807790940)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@480284c3) [junit] [EL Finer]: 2022-09-10 04:19:18.597--ClientSession(445018640)--Connection(1078832115)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.597--ClientSession(445018640)--Connection(1078832115)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.597--ClientSession(445018640)--Connection(1078832115)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Fine]: 2022-09-10 04:19:18.597--ClientSession(445018640)--Connection(1078832115)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Finer]: 2022-09-10 04:19:18.597--ClientSession(445018640)--Connection(1078832115)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:18.598--UnitOfWork(1807790940)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@26b694cc) [junit] [EL Fine]: 2022-09-10 04:19:18.598--ClientSession(445018640)--Connection(1078832115)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, green] [junit] [EL Finest]: 2022-09-10 04:19:18.599--UnitOfWork(1807790940)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@337b9526) [junit] [EL Finer]: 2022-09-10 04:19:18.599--ClientSession(445018640)--Connection(1078832115)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.599--ClientSession(445018640)--Connection(1078832115)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.599--ClientSession(445018640)--Connection(1078832115)--Thread(Thread[main,5,main])-- bind => [1, Knut, Maier, null, null, null, null, 10, null, 1, 2, null, null] [junit] [EL Fine]: 2022-09-10 04:19:18.599--ClientSession(445018640)--Connection(1078832115)--Thread(Thread[main,5,main])-- bind => [2, Fred, Schmidt, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:18.599--ClientSession(445018640)--Connection(1078832115)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:18.6--ClientSession(445018640)--Connection(1078832115)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:18.601--ServerSession(1526542158)--Connection(32594875)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.601--UnitOfWork(1807790940)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:18.601--UnitOfWork(1807790940)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.601--UnitOfWork(1807790940)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.601--ClientSession(445018640)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.601--UnitOfWork(1807790940)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.601--ClientSession(445018640)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:18.601--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 967311910 [junit] [EL Finer]: 2022-09-10 04:19:18.601--ClientSession(967311910)--Thread(Thread[main,5,main])--acquire unit of work: 1293322136 [junit] [EL Finer]: 2022-09-10 04:19:18.601--UnitOfWork(1293322136)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:18.601--UnitOfWork(1293322136)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:18.601--UnitOfWork(1293322136)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="getDepartmentWithId10SQL_class" referenceClass=Department sql="select * from TMP_DEP D where D.ID = 10") [junit] [EL Finest]: 2022-09-10 04:19:18.602--ServerSession(1526542158)--Connection(1624564291)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.602--ClientSession(967311910)--Connection(1624564291)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:18.602--ClientSession(967311910)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.602--ClientSession(967311910)--Connection(456708750)--Thread(Thread[main,5,main])--select * from TMP_DEP D where D.ID = 10 [junit] [EL Finer]: 2022-09-10 04:19:18.603--UnitOfWork(1293322136)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.603--ClientSession(967311910)--Connection(456708750)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2022-09-10 04:19:18.604--ServerSession(1526542158)--Connection(1624564291)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.604--ClientSession(967311910)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:18.629--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 936994385 [junit] [EL Finer]: 2022-09-10 04:19:18.63--ClientSession(936994385)--Thread(Thread[main,5,main])--acquire unit of work: 1706440361 [junit] [EL Finest]: 2022-09-10 04:19:18.63--UnitOfWork(1706440361)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:19:18.63--UnitOfWork(1706440361)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2. [junit] [EL Finer]: 2022-09-10 04:19:18.63--UnitOfWork(1706440361)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:18.63--UnitOfWork(1706440361)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2022-09-10 04:19:18.63--ServerSession(1526542158)--Connection(1728967960)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.63--ClientSession(936994385)--Connection(1728967960)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:18.63--ClientSession(936994385)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:18.63--UnitOfWork(1706440361)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finer]: 2022-09-10 04:19:18.63--ClientSession(936994385)--Connection(1220400304)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.63--ClientSession(936994385)--Connection(1220400304)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.631--ClientSession(936994385)--Connection(1220400304)--Thread(Thread[main,5,main])-- bind => [2, two, 1] [junit] [EL Fine]: 2022-09-10 04:19:18.631--ClientSession(936994385)--Connection(1220400304)--Thread(Thread[main,5,main])-- bind => [1, one, 1] [junit] [EL Finer]: 2022-09-10 04:19:18.631--ClientSession(936994385)--Connection(1220400304)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:18.631--ClientSession(936994385)--Connection(1220400304)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:18.632--ServerSession(1526542158)--Connection(1728967960)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.632--UnitOfWork(1706440361)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:18.632--UnitOfWork(1706440361)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.632--UnitOfWork(1706440361)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.632--ClientSession(936994385)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.632--UnitOfWork(1706440361)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.632--ClientSession(936994385)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:18.632--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 793935829 [junit] [EL Finer]: 2022-09-10 04:19:18.632--ClientSession(793935829)--Thread(Thread[main,5,main])--acquire unit of work: 158086875 [junit] [EL Finest]: 2022-09-10 04:19:18.632--UnitOfWork(158086875)--Thread(Thread[main,5,main])--Execute query ResultSetMappingQuery(name="getDepartmentFieldByField1" sql="select id as "ID", name as "NAME" from TMP_DEP D where D.ID = 1") [junit] [EL Finest]: 2022-09-10 04:19:18.632--ServerSession(1526542158)--Connection(1927012620)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:18.632--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.633--ServerSession(1526542158)--Connection(707005187)--Thread(Thread[main,5,main])--select id as "ID", name as "NAME" from TMP_DEP D where D.ID = 1 [junit] [EL Finest]: 2022-09-10 04:19:18.633--ServerSession(1526542158)--Connection(1927012620)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:18.661--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 420877437 [junit] [EL Finer]: 2022-09-10 04:19:18.661--ClientSession(420877437)--Thread(Thread[main,5,main])--acquire unit of work: 1492087849 [junit] [EL Finest]: 2022-09-10 04:19:18.661--UnitOfWork(1492087849)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:18.661--UnitOfWork(1492087849)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finest]: 2022-09-10 04:19:18.661--UnitOfWork(1492087849)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@f38abd. [junit] [EL Finest]: 2022-09-10 04:19:18.661--UnitOfWork(1492087849)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@239ee8b6. [junit] [EL Finest]: 2022-09-10 04:19:18.661--UnitOfWork(1492087849)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@29cf4f43. [junit] [EL Finer]: 2022-09-10 04:19:18.661--UnitOfWork(1492087849)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:18.661--UnitOfWork(1492087849)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2022-09-10 04:19:18.661--ServerSession(1526542158)--Connection(800875062)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.661--ClientSession(420877437)--Connection(800875062)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:18.661--ClientSession(420877437)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:18.662--UnitOfWork(1492087849)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2022-09-10 04:19:18.662--UnitOfWork(1492087849)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@f38abd) [junit] [EL Finer]: 2022-09-10 04:19:18.662--ClientSession(420877437)--Connection(160463445)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.662--ClientSession(420877437)--Connection(160463445)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.662--ClientSession(420877437)--Connection(160463445)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Fine]: 2022-09-10 04:19:18.662--ClientSession(420877437)--Connection(160463445)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Finer]: 2022-09-10 04:19:18.662--ClientSession(420877437)--Connection(160463445)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:18.663--UnitOfWork(1492087849)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@29cf4f43) [junit] [EL Fine]: 2022-09-10 04:19:18.663--ClientSession(420877437)--Connection(160463445)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, green] [junit] [EL Finest]: 2022-09-10 04:19:18.663--UnitOfWork(1492087849)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@239ee8b6) [junit] [EL Finer]: 2022-09-10 04:19:18.663--ClientSession(420877437)--Connection(160463445)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.663--ClientSession(420877437)--Connection(160463445)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.663--ClientSession(420877437)--Connection(160463445)--Thread(Thread[main,5,main])-- bind => [2, Fred, Schmidt, null, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:18.663--ClientSession(420877437)--Connection(160463445)--Thread(Thread[main,5,main])-- bind => [1, Knut, Maier, null, null, null, null, 10, null, 1, 2, null, null] [junit] [EL Finer]: 2022-09-10 04:19:18.663--ClientSession(420877437)--Connection(160463445)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:18.664--ClientSession(420877437)--Connection(160463445)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:18.665--ServerSession(1526542158)--Connection(800875062)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.665--UnitOfWork(1492087849)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:18.665--UnitOfWork(1492087849)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.665--UnitOfWork(1492087849)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.665--ClientSession(420877437)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.665--UnitOfWork(1492087849)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.665--ClientSession(420877437)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:18.665--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 807396489 [junit] [EL Finer]: 2022-09-10 04:19:18.665--ClientSession(807396489)--Thread(Thread[main,5,main])--acquire unit of work: 904100768 [junit] [EL Finer]: 2022-09-10 04:19:18.666--UnitOfWork(904100768)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:18.666--UnitOfWork(904100768)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:18.666--UnitOfWork(904100768)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="select * from TMP_DEP D where D.ID = 10") [junit] [EL Finest]: 2022-09-10 04:19:18.666--ServerSession(1526542158)--Connection(71808371)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.666--ClientSession(807396489)--Connection(71808371)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:18.666--ClientSession(807396489)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.666--ClientSession(807396489)--Connection(1700890775)--Thread(Thread[main,5,main])--select * from TMP_DEP D where D.ID = 10 [junit] [EL Finer]: 2022-09-10 04:19:18.667--UnitOfWork(904100768)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.667--ClientSession(807396489)--Connection(1700890775)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2022-09-10 04:19:18.667--ServerSession(1526542158)--Connection(71808371)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.667--ClientSession(807396489)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:18.694--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 948581756 [junit] [EL Finer]: 2022-09-10 04:19:18.694--ClientSession(948581756)--Thread(Thread[main,5,main])--acquire unit of work: 1620237893 [junit] [EL Finest]: 2022-09-10 04:19:18.695--UnitOfWork(1620237893)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:18.695--UnitOfWork(1620237893)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finest]: 2022-09-10 04:19:18.695--UnitOfWork(1620237893)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@4c837be3. [junit] [EL Finest]: 2022-09-10 04:19:18.695--UnitOfWork(1620237893)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3a95f4c0. [junit] [EL Finest]: 2022-09-10 04:19:18.695--UnitOfWork(1620237893)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2590172b. [junit] [EL Finer]: 2022-09-10 04:19:18.695--UnitOfWork(1620237893)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:18.695--UnitOfWork(1620237893)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2022-09-10 04:19:18.695--ServerSession(1526542158)--Connection(897151708)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.695--ClientSession(948581756)--Connection(897151708)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:18.695--ClientSession(948581756)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:18.696--UnitOfWork(1620237893)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2022-09-10 04:19:18.696--UnitOfWork(1620237893)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@4c837be3) [junit] [EL Finer]: 2022-09-10 04:19:18.696--ClientSession(948581756)--Connection(679544793)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.696--ClientSession(948581756)--Connection(679544793)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.696--ClientSession(948581756)--Connection(679544793)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Fine]: 2022-09-10 04:19:18.696--ClientSession(948581756)--Connection(679544793)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Finer]: 2022-09-10 04:19:18.696--ClientSession(948581756)--Connection(679544793)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:18.697--UnitOfWork(1620237893)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2590172b) [junit] [EL Fine]: 2022-09-10 04:19:18.697--ClientSession(948581756)--Connection(679544793)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [2, 1, green] [junit] [EL Finest]: 2022-09-10 04:19:18.697--UnitOfWork(1620237893)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3a95f4c0) [junit] [EL Finer]: 2022-09-10 04:19:18.697--ClientSession(948581756)--Connection(679544793)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:18.697--ClientSession(948581756)--Connection(679544793)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:18.697--ClientSession(948581756)--Connection(679544793)--Thread(Thread[main,5,main])-- bind => [2, Fred, Schmidt, null, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:18.697--ClientSession(948581756)--Connection(679544793)--Thread(Thread[main,5,main])-- bind => [1, Knut, Maier, null, null, null, null, 10, null, 1, 2, null, null] [junit] [EL Finer]: 2022-09-10 04:19:18.697--ClientSession(948581756)--Connection(679544793)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:18.698--ClientSession(948581756)--Connection(679544793)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:18.699--ServerSession(1526542158)--Connection(897151708)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.699--UnitOfWork(1620237893)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:18.699--UnitOfWork(1620237893)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.7--UnitOfWork(1620237893)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.7--ClientSession(948581756)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.7--UnitOfWork(1620237893)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.7--ClientSession(948581756)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:18.7--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1660454732 [junit] [EL Finer]: 2022-09-10 04:19:18.7--ClientSession(1660454732)--Thread(Thread[main,5,main])--acquire unit of work: 216107899 [junit] [EL Finer]: 2022-09-10 04:19:18.7--UnitOfWork(216107899)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:18.7--UnitOfWork(216107899)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:18.7--UnitOfWork(216107899)--Thread(Thread[main,5,main])--Execute query ResultSetMappingQuery(sql="select * from TMP_DEP D where D.ID = 10") [junit] [EL Finest]: 2022-09-10 04:19:18.7--ServerSession(1526542158)--Connection(1795014868)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.7--ClientSession(1660454732)--Connection(1795014868)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:18.7--ClientSession(1660454732)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.7--ClientSession(1660454732)--Connection(640977421)--Thread(Thread[main,5,main])--select * from TMP_DEP D where D.ID = 10 [junit] [EL Finer]: 2022-09-10 04:19:18.701--UnitOfWork(216107899)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.701--ClientSession(1660454732)--Connection(640977421)--Thread(Thread[main,5,main])--rollback transaction [junit] [EL Finest]: 2022-09-10 04:19:18.701--ServerSession(1526542158)--Connection(1795014868)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.701--ClientSession(1660454732)--Thread(Thread[main,5,main])--client released [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.275 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestParameterTypes [junit] [EL Finer]: 2022-09-10 04:19:18.727--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1718165585 [junit] [EL Finer]: 2022-09-10 04:19:18.727--ClientSession(1718165585)--Thread(Thread[main,5,main])--acquire unit of work: 1665053051 [junit] [EL Finest]: 2022-09-10 04:19:18.727--UnitOfWork(1665053051)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@586b804. [junit] [EL Finer]: 2022-09-10 04:19:18.727--UnitOfWork(1665053051)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:18.727--UnitOfWork(1665053051)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@586b804) [junit] [EL Finest]: 2022-09-10 04:19:18.728--ServerSession(1526542158)--Connection(863941044)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.728--ClientSession(1718165585)--Connection(863941044)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:18.728--ClientSession(1718165585)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.728--ClientSession(1718165585)--Connection(635268041)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [5, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 88, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:18.729--ClientSession(1718165585)--Connection(635268041)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:18.73--ServerSession(1526542158)--Connection(863941044)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.73--UnitOfWork(1665053051)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:18.73--UnitOfWork(1665053051)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.73--UnitOfWork(1665053051)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.73--ClientSession(1718165585)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.73--UnitOfWork(1665053051)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.73--ClientSession(1718165585)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:18.731--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 493489190 [junit] [EL Finer]: 2022-09-10 04:19:18.731--ClientSession(493489190)--Thread(Thread[main,5,main])--acquire unit of work: 2014489834 [junit] [EL Finest]: 2022-09-10 04:19:18.731--UnitOfWork(2014489834)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((P_INT = ?) AND (ID = ?))") [junit] [EL Finest]: 2022-09-10 04:19:18.731--ServerSession(1526542158)--Connection(1719472894)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:18.731--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.732--ServerSession(1526542158)--Connection(268566575)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((P_INT = ?) AND (ID = ?)) [junit] bind => [88, 5] [junit] [EL Finest]: 2022-09-10 04:19:18.735--ServerSession(1526542158)--Connection(1719472894)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:18.75--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 498980712 [junit] [EL Finer]: 2022-09-10 04:19:18.751--ClientSession(498980712)--Thread(Thread[main,5,main])--acquire unit of work: 205907161 [junit] [EL Finest]: 2022-09-10 04:19:18.751--UnitOfWork(205907161)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5e42c338. [junit] [EL Finer]: 2022-09-10 04:19:18.751--UnitOfWork(205907161)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:18.751--UnitOfWork(205907161)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5e42c338) [junit] [EL Finest]: 2022-09-10 04:19:18.751--ServerSession(1526542158)--Connection(1296424013)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.751--ClientSession(498980712)--Connection(1296424013)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:18.751--ClientSession(498980712)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.751--ClientSession(498980712)--Connection(647421947)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [48, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, [B@6e859a10, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:18.752--ClientSession(498980712)--Connection(647421947)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:18.753--ServerSession(1526542158)--Connection(1296424013)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.753--UnitOfWork(205907161)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:18.753--UnitOfWork(205907161)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.753--UnitOfWork(205907161)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.753--ClientSession(498980712)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.753--UnitOfWork(205907161)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.753--ClientSession(498980712)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:18.767--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 865012080 [junit] [EL Finer]: 2022-09-10 04:19:18.767--ClientSession(865012080)--Thread(Thread[main,5,main])--acquire unit of work: 847371359 [junit] [EL Finest]: 2022-09-10 04:19:18.768--UnitOfWork(847371359)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@53011b2d. [junit] [EL Finer]: 2022-09-10 04:19:18.768--UnitOfWork(847371359)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:18.768--UnitOfWork(847371359)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@53011b2d) [junit] [EL Finest]: 2022-09-10 04:19:18.768--ServerSession(1526542158)--Connection(285249653)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.768--ClientSession(865012080)--Connection(285249653)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:18.768--ClientSession(865012080)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.768--ClientSession(865012080)--Connection(761255214)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [17, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, 1.0, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:18.769--ClientSession(865012080)--Connection(761255214)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:18.77--ServerSession(1526542158)--Connection(285249653)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.77--UnitOfWork(847371359)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:18.77--UnitOfWork(847371359)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.77--UnitOfWork(847371359)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.77--ClientSession(865012080)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.77--UnitOfWork(847371359)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.77--ClientSession(865012080)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:18.771--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1776700072 [junit] [EL Finer]: 2022-09-10 04:19:18.771--ClientSession(1776700072)--Thread(Thread[main,5,main])--acquire unit of work: 1995216642 [junit] [EL Finest]: 2022-09-10 04:19:18.771--UnitOfWork(1995216642)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((W_FLOAT = ?) AND (ID = ?))") [junit] [EL Finest]: 2022-09-10 04:19:18.771--ServerSession(1526542158)--Connection(647183769)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:18.771--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.772--ServerSession(1526542158)--Connection(1735846260)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((W_FLOAT = ?) AND (ID = ?)) [junit] bind => [1.0, 17] [junit] [EL Finest]: 2022-09-10 04:19:18.773--ServerSession(1526542158)--Connection(647183769)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:18.788--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1911215792 [junit] [EL Finer]: 2022-09-10 04:19:18.788--ClientSession(1911215792)--Thread(Thread[main,5,main])--acquire unit of work: 802348124 [junit] [EL Finest]: 2022-09-10 04:19:18.788--UnitOfWork(802348124)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@b5a70e0. [junit] [EL Finer]: 2022-09-10 04:19:18.788--UnitOfWork(802348124)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:18.788--UnitOfWork(802348124)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@b5a70e0) [junit] [EL Finest]: 2022-09-10 04:19:18.788--ServerSession(1526542158)--Connection(2079882603)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.788--ClientSession(1911215792)--Connection(2079882603)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:18.788--ClientSession(1911215792)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.789--ClientSession(1911215792)--Connection(1123118708)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [14, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, 1] [junit] [EL Finer]: 2022-09-10 04:19:18.789--ClientSession(1911215792)--Connection(1123118708)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:18.79--ServerSession(1526542158)--Connection(2079882603)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.79--UnitOfWork(802348124)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:18.79--UnitOfWork(802348124)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.79--UnitOfWork(802348124)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.79--ClientSession(1911215792)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.79--UnitOfWork(802348124)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.79--ClientSession(1911215792)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:18.791--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 256120572 [junit] [EL Finer]: 2022-09-10 04:19:18.791--ClientSession(256120572)--Thread(Thread[main,5,main])--acquire unit of work: 1566823574 [junit] [EL Finest]: 2022-09-10 04:19:18.791--UnitOfWork(1566823574)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((W_SMALLINT = ?) AND (ID = ?))") [junit] [EL Finest]: 2022-09-10 04:19:18.791--ServerSession(1526542158)--Connection(731185226)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:18.791--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.792--ServerSession(1526542158)--Connection(1132861743)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((W_SMALLINT = ?) AND (ID = ?)) [junit] bind => [1, 14] [junit] [EL Finest]: 2022-09-10 04:19:18.792--ServerSession(1526542158)--Connection(731185226)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:18.807--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1479936188 [junit] [EL Finer]: 2022-09-10 04:19:18.807--ClientSession(1479936188)--Thread(Thread[main,5,main])--acquire unit of work: 1610510730 [junit] [EL Finest]: 2022-09-10 04:19:18.807--UnitOfWork(1610510730)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3f793327. [junit] [EL Finer]: 2022-09-10 04:19:18.807--UnitOfWork(1610510730)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:18.807--UnitOfWork(1610510730)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3f793327) [junit] [EL Finest]: 2022-09-10 04:19:18.807--ServerSession(1526542158)--Connection(1102735260)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.807--ClientSession(1479936188)--Connection(1102735260)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:18.807--ClientSession(1479936188)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.808--ClientSession(1479936188)--Connection(468896384)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [41, null, null, null, null, 0, false, [B@6d642c00, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:18.808--ClientSession(1479936188)--Connection(468896384)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:18.809--ServerSession(1526542158)--Connection(1102735260)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.809--UnitOfWork(1610510730)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:18.809--UnitOfWork(1610510730)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.809--UnitOfWork(1610510730)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.809--ClientSession(1479936188)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.809--UnitOfWork(1610510730)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.81--ClientSession(1479936188)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:18.81--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 876945614 [junit] [EL Finer]: 2022-09-10 04:19:18.81--ClientSession(876945614)--Thread(Thread[main,5,main])--acquire unit of work: 905009026 [junit] [EL Finest]: 2022-09-10 04:19:18.81--UnitOfWork(905009026)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((PBA_BINARY = ?) AND (ID = ?))") [junit] [EL Finest]: 2022-09-10 04:19:18.81--ServerSession(1526542158)--Connection(602908276)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:18.811--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.811--ServerSession(1526542158)--Connection(1648078807)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((PBA_BINARY = ?) AND (ID = ?)) [junit] bind => [[B@6d642c00, 41] [junit] [EL Finest]: 2022-09-10 04:19:18.812--ServerSession(1526542158)--Connection(602908276)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:18.826--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1423360486 [junit] [EL Finer]: 2022-09-10 04:19:18.826--ClientSession(1423360486)--Thread(Thread[main,5,main])--acquire unit of work: 63508873 [junit] [EL Finest]: 2022-09-10 04:19:18.826--UnitOfWork(63508873)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@36a0e677. [junit] [EL Finer]: 2022-09-10 04:19:18.826--UnitOfWork(63508873)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:18.827--UnitOfWork(63508873)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@36a0e677) [junit] [EL Finest]: 2022-09-10 04:19:18.827--ServerSession(1526542158)--Connection(329293111)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.827--ClientSession(1423360486)--Connection(329293111)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:18.827--ClientSession(1423360486)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.827--ClientSession(1423360486)--Connection(1479443347)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [53, null, null, 0, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:18.828--ClientSession(1423360486)--Connection(1479443347)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:18.828--ServerSession(1526542158)--Connection(329293111)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.829--UnitOfWork(63508873)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:18.829--UnitOfWork(63508873)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.829--UnitOfWork(63508873)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.829--ClientSession(1423360486)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.829--UnitOfWork(63508873)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.829--ClientSession(1423360486)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:18.83--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1054204284 [junit] [EL Finer]: 2022-09-10 04:19:18.83--ClientSession(1054204284)--Thread(Thread[main,5,main])--acquire unit of work: 1284824058 [junit] [EL Finest]: 2022-09-10 04:19:18.83--UnitOfWork(1284824058)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((ENUM_ORDINAL = ?) AND (ID = ?))") [junit] [EL Finest]: 2022-09-10 04:19:18.83--ServerSession(1526542158)--Connection(800954245)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:18.83--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.83--ServerSession(1526542158)--Connection(1954046870)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((ENUM_ORDINAL = ?) AND (ID = ?)) [junit] bind => [0, 53] [junit] [EL Finest]: 2022-09-10 04:19:18.831--ServerSession(1526542158)--Connection(800954245)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:18.845--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1276683030 [junit] [EL Finer]: 2022-09-10 04:19:18.845--ClientSession(1276683030)--Thread(Thread[main,5,main])--acquire unit of work: 1972965662 [junit] [EL Finest]: 2022-09-10 04:19:18.845--UnitOfWork(1972965662)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@c6578c1. [junit] [EL Finer]: 2022-09-10 04:19:18.845--UnitOfWork(1972965662)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:18.846--UnitOfWork(1972965662)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@c6578c1) [junit] [EL Finest]: 2022-09-10 04:19:18.846--ServerSession(1526542158)--Connection(1841374723)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.846--ClientSession(1276683030)--Connection(1841374723)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:18.846--ClientSession(1276683030)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.846--ClientSession(1276683030)--Connection(1349372740)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [50, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, UNCHANGED, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:18.847--ClientSession(1276683030)--Connection(1349372740)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:18.848--ServerSession(1526542158)--Connection(1841374723)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.848--UnitOfWork(1972965662)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:18.848--UnitOfWork(1972965662)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.848--UnitOfWork(1972965662)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.848--ClientSession(1276683030)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.848--UnitOfWork(1972965662)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.848--ClientSession(1276683030)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:18.862--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1403896065 [junit] [EL Finer]: 2022-09-10 04:19:18.862--ClientSession(1403896065)--Thread(Thread[main,5,main])--acquire unit of work: 1341858364 [junit] [EL Finest]: 2022-09-10 04:19:18.862--UnitOfWork(1341858364)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@57368c72. [junit] [EL Finer]: 2022-09-10 04:19:18.862--UnitOfWork(1341858364)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:18.862--UnitOfWork(1341858364)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@57368c72) [junit] [EL Finest]: 2022-09-10 04:19:18.863--ServerSession(1526542158)--Connection(506003120)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.863--ClientSession(1403896065)--Connection(506003120)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:18.863--ClientSession(1403896065)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.863--ClientSession(1403896065)--Connection(148166027)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [49, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, UNCHANGED, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:18.864--ClientSession(1403896065)--Connection(148166027)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:18.864--ServerSession(1526542158)--Connection(506003120)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.865--UnitOfWork(1341858364)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:18.865--UnitOfWork(1341858364)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.865--UnitOfWork(1341858364)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.865--ClientSession(1403896065)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.865--UnitOfWork(1341858364)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.865--ClientSession(1403896065)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:18.865--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 616874462 [junit] [EL Finer]: 2022-09-10 04:19:18.866--ClientSession(616874462)--Thread(Thread[main,5,main])--acquire unit of work: 2075873911 [junit] [EL Finest]: 2022-09-10 04:19:18.866--UnitOfWork(2075873911)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((WCA_VARCHAR = ?) AND (ID = ?))") [junit] [EL Finest]: 2022-09-10 04:19:18.866--ServerSession(1526542158)--Connection(562960526)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:18.866--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.866--ServerSession(1526542158)--Connection(222197667)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((WCA_VARCHAR = ?) AND (ID = ?)) [junit] bind => [UNCHANGED, 49] [junit] [EL Finest]: 2022-09-10 04:19:18.867--ServerSession(1526542158)--Connection(562960526)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:18.88--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 461012680 [junit] [EL Finer]: 2022-09-10 04:19:18.881--ClientSession(461012680)--Thread(Thread[main,5,main])--acquire unit of work: 1466963910 [junit] [EL Finest]: 2022-09-10 04:19:18.881--UnitOfWork(1466963910)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@69d18bf0. [junit] [EL Finer]: 2022-09-10 04:19:18.881--UnitOfWork(1466963910)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:18.881--UnitOfWork(1466963910)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@69d18bf0) [junit] [EL Finest]: 2022-09-10 04:19:18.881--ServerSession(1526542158)--Connection(1420934890)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.881--ClientSession(461012680)--Connection(1420934890)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:18.881--ClientSession(461012680)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.881--ClientSession(461012680)--Connection(61365661)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [2, null, null, null, null, 17, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:18.882--ClientSession(461012680)--Connection(61365661)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:18.883--ServerSession(1526542158)--Connection(1420934890)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.883--UnitOfWork(1466963910)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:18.883--UnitOfWork(1466963910)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.883--UnitOfWork(1466963910)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.883--ClientSession(461012680)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.883--UnitOfWork(1466963910)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.883--ClientSession(461012680)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:18.884--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 424689146 [junit] [EL Finer]: 2022-09-10 04:19:18.884--ClientSession(424689146)--Thread(Thread[main,5,main])--acquire unit of work: 855463334 [junit] [EL Finest]: 2022-09-10 04:19:18.884--UnitOfWork(855463334)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((P_BYTE = ?) AND (ID = ?))") [junit] [EL Finest]: 2022-09-10 04:19:18.884--ServerSession(1526542158)--Connection(1895146145)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:18.884--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.884--ServerSession(1526542158)--Connection(625046082)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((P_BYTE = ?) AND (ID = ?)) [junit] bind => [17, 2] [junit] [EL Finest]: 2022-09-10 04:19:18.885--ServerSession(1526542158)--Connection(1895146145)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:18.899--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1225430119 [junit] [EL Finer]: 2022-09-10 04:19:18.899--ClientSession(1225430119)--Thread(Thread[main,5,main])--acquire unit of work: 670676562 [junit] [EL Finest]: 2022-09-10 04:19:18.899--UnitOfWork(670676562)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6ac44f33. [junit] [EL Finer]: 2022-09-10 04:19:18.899--UnitOfWork(670676562)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:18.899--UnitOfWork(670676562)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6ac44f33) [junit] [EL Finest]: 2022-09-10 04:19:18.899--ServerSession(1526542158)--Connection(658914902)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.899--ClientSession(1225430119)--Connection(658914902)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:18.899--ClientSession(1225430119)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.899--ClientSession(1225430119)--Connection(1298618314)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [3, null, null, null, null, 0, false, null, null, null, A, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:18.9--ClientSession(1225430119)--Connection(1298618314)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:18.901--ServerSession(1526542158)--Connection(658914902)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.901--UnitOfWork(670676562)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:18.901--UnitOfWork(670676562)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.901--UnitOfWork(670676562)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.901--ClientSession(1225430119)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.901--UnitOfWork(670676562)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.901--ClientSession(1225430119)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:18.902--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1942688939 [junit] [EL Finer]: 2022-09-10 04:19:18.902--ClientSession(1942688939)--Thread(Thread[main,5,main])--acquire unit of work: 2087548497 [junit] [EL Finest]: 2022-09-10 04:19:18.902--UnitOfWork(2087548497)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((P_CHAR = ?) AND (ID = ?))") [junit] [EL Finest]: 2022-09-10 04:19:18.902--ServerSession(1526542158)--Connection(1360956213)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:18.902--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.902--ServerSession(1526542158)--Connection(1263634443)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((P_CHAR = ?) AND (ID = ?)) [junit] bind => [A, 3] [junit] [EL Finest]: 2022-09-10 04:19:18.903--ServerSession(1526542158)--Connection(1360956213)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:18.917--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1259028611 [junit] [EL Finer]: 2022-09-10 04:19:18.917--ClientSession(1259028611)--Thread(Thread[main,5,main])--acquire unit of work: 1454728550 [junit] [EL Finest]: 2022-09-10 04:19:18.917--UnitOfWork(1454728550)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@45e0589. [junit] [EL Finer]: 2022-09-10 04:19:18.917--UnitOfWork(1454728550)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:18.917--UnitOfWork(1454728550)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@45e0589) [junit] [EL Finest]: 2022-09-10 04:19:18.917--ServerSession(1526542158)--Connection(545594971)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.917--ClientSession(1259028611)--Connection(545594971)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:18.917--ClientSession(1259028611)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.917--ClientSession(1259028611)--Connection(1575407992)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [6, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 88, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:18.918--ClientSession(1259028611)--Connection(1575407992)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:18.919--ServerSession(1526542158)--Connection(545594971)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.919--UnitOfWork(1454728550)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:18.919--UnitOfWork(1454728550)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.919--UnitOfWork(1454728550)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.919--ClientSession(1259028611)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.919--UnitOfWork(1454728550)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.919--ClientSession(1259028611)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:18.92--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2061116776 [junit] [EL Finer]: 2022-09-10 04:19:18.92--ClientSession(2061116776)--Thread(Thread[main,5,main])--acquire unit of work: 1963434625 [junit] [EL Finest]: 2022-09-10 04:19:18.92--UnitOfWork(1963434625)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((P_LONG = ?) AND (ID = ?))") [junit] [EL Finest]: 2022-09-10 04:19:18.92--ServerSession(1526542158)--Connection(2095705095)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:18.92--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.92--ServerSession(1526542158)--Connection(970326744)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((P_LONG = ?) AND (ID = ?)) [junit] bind => [88, 6] [junit] [EL Finest]: 2022-09-10 04:19:18.921--ServerSession(1526542158)--Connection(2095705095)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:18.934--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 707146457 [junit] [EL Finer]: 2022-09-10 04:19:18.934--ClientSession(707146457)--Thread(Thread[main,5,main])--acquire unit of work: 1406736351 [junit] [EL Finest]: 2022-09-10 04:19:18.934--UnitOfWork(1406736351)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@54ae646f. [junit] [EL Finer]: 2022-09-10 04:19:18.935--UnitOfWork(1406736351)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:18.935--UnitOfWork(1406736351)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@54ae646f) [junit] [EL Finest]: 2022-09-10 04:19:18.935--ServerSession(1526542158)--Connection(2147277023)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.935--ClientSession(707146457)--Connection(2147277023)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:18.935--ClientSession(707146457)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.935--ClientSession(707146457)--Connection(1677741840)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [23, 1.1, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:18.936--ClientSession(707146457)--Connection(1677741840)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:18.937--ServerSession(1526542158)--Connection(2147277023)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.937--UnitOfWork(1406736351)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:18.937--UnitOfWork(1406736351)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.937--UnitOfWork(1406736351)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.937--ClientSession(707146457)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.937--UnitOfWork(1406736351)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.937--ClientSession(707146457)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:18.938--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1090438317 [junit] [EL Finer]: 2022-09-10 04:19:18.938--ClientSession(1090438317)--Thread(Thread[main,5,main])--acquire unit of work: 1028850177 [junit] [EL Finest]: 2022-09-10 04:19:18.938--UnitOfWork(1028850177)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((BIG_DECIMAL = ?) AND (ID = ?))") [junit] [EL Finest]: 2022-09-10 04:19:18.938--ServerSession(1526542158)--Connection(1720328101)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:18.938--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.938--ServerSession(1526542158)--Connection(331561490)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((BIG_DECIMAL = ?) AND (ID = ?)) [junit] bind => [1.1, 23] [junit] [EL Finest]: 2022-09-10 04:19:18.939--ServerSession(1526542158)--Connection(1720328101)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:18.953--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 310637290 [junit] [EL Finer]: 2022-09-10 04:19:18.953--ClientSession(310637290)--Thread(Thread[main,5,main])--acquire unit of work: 1598849823 [junit] [EL Finest]: 2022-09-10 04:19:18.953--UnitOfWork(1598849823)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5741b80a. [junit] [EL Finer]: 2022-09-10 04:19:18.953--UnitOfWork(1598849823)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:18.953--UnitOfWork(1598849823)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5741b80a) [junit] [EL Finest]: 2022-09-10 04:19:18.953--ServerSession(1526542158)--Connection(2089652789)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.953--ClientSession(310637290)--Connection(2089652789)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:18.953--ClientSession(310637290)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.954--ClientSession(310637290)--Connection(1197650624)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [8, null, null, null, null, 0, false, null, null, null, 0, null, null, 99.5, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:18.954--ClientSession(310637290)--Connection(1197650624)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:18.955--ServerSession(1526542158)--Connection(2089652789)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.955--UnitOfWork(1598849823)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:18.955--UnitOfWork(1598849823)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.956--UnitOfWork(1598849823)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.956--ClientSession(310637290)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.956--UnitOfWork(1598849823)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.956--ClientSession(310637290)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:18.956--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1242524532 [junit] [EL Finer]: 2022-09-10 04:19:18.956--ClientSession(1242524532)--Thread(Thread[main,5,main])--acquire unit of work: 1064711525 [junit] [EL Finest]: 2022-09-10 04:19:18.956--UnitOfWork(1064711525)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((P_DOUBLE = ?) AND (ID = ?))") [junit] [EL Finest]: 2022-09-10 04:19:18.957--ServerSession(1526542158)--Connection(922439609)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:18.957--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.957--ServerSession(1526542158)--Connection(458223499)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((P_DOUBLE = ?) AND (ID = ?)) [junit] bind => [99.5, 8] [junit] [EL Finest]: 2022-09-10 04:19:18.958--ServerSession(1526542158)--Connection(922439609)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:18.972--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1501377438 [junit] [EL Finer]: 2022-09-10 04:19:18.972--ClientSession(1501377438)--Thread(Thread[main,5,main])--acquire unit of work: 304767649 [junit] [EL Finest]: 2022-09-10 04:19:18.972--UnitOfWork(304767649)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@49be20c2. [junit] [EL Finer]: 2022-09-10 04:19:18.972--UnitOfWork(304767649)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:18.972--UnitOfWork(304767649)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@49be20c2) [junit] [EL Finest]: 2022-09-10 04:19:18.972--ServerSession(1526542158)--Connection(1484516428)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.972--ClientSession(1501377438)--Connection(1484516428)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:18.972--ClientSession(1501377438)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.973--ClientSession(1501377438)--Connection(419803784)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [24, null, 11, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:18.973--ClientSession(1501377438)--Connection(419803784)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:18.974--ServerSession(1526542158)--Connection(1484516428)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.974--UnitOfWork(304767649)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:18.974--UnitOfWork(304767649)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.974--UnitOfWork(304767649)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.974--ClientSession(1501377438)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.974--UnitOfWork(304767649)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.974--ClientSession(1501377438)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:18.975--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 555018692 [junit] [EL Finer]: 2022-09-10 04:19:18.975--ClientSession(555018692)--Thread(Thread[main,5,main])--acquire unit of work: 1032222648 [junit] [EL Finest]: 2022-09-10 04:19:18.975--UnitOfWork(1032222648)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((BIG_INTEGER = ?) AND (ID = ?))") [junit] [EL Finest]: 2022-09-10 04:19:18.975--ServerSession(1526542158)--Connection(1166629144)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:18.975--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.975--ServerSession(1526542158)--Connection(1089887631)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((BIG_INTEGER = ?) AND (ID = ?)) [junit] bind => [11, 24] [junit] [EL Finest]: 2022-09-10 04:19:18.976--ServerSession(1526542158)--Connection(1166629144)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:18.991--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 966240458 [junit] [EL Finer]: 2022-09-10 04:19:18.991--ClientSession(966240458)--Thread(Thread[main,5,main])--acquire unit of work: 1774687834 [junit] [EL Finest]: 2022-09-10 04:19:18.991--UnitOfWork(1774687834)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@550f9818. [junit] [EL Finer]: 2022-09-10 04:19:18.991--UnitOfWork(1774687834)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:18.991--UnitOfWork(1774687834)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@550f9818) [junit] [EL Finest]: 2022-09-10 04:19:18.991--ServerSession(1526542158)--Connection(1035423830)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.991--ClientSession(966240458)--Connection(1035423830)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:18.992--ClientSession(966240458)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.992--ClientSession(966240458)--Connection(1754756348)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [18, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, 1.0, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:18.992--ClientSession(966240458)--Connection(1754756348)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:18.993--ServerSession(1526542158)--Connection(1035423830)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:18.993--UnitOfWork(1774687834)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:18.993--UnitOfWork(1774687834)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.993--UnitOfWork(1774687834)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.994--ClientSession(966240458)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:18.994--UnitOfWork(1774687834)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:18.994--ClientSession(966240458)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:18.995--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 640643567 [junit] [EL Finer]: 2022-09-10 04:19:18.995--ClientSession(640643567)--Thread(Thread[main,5,main])--acquire unit of work: 718425046 [junit] [EL Finest]: 2022-09-10 04:19:18.995--UnitOfWork(718425046)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((W_DOUBLE = ?) AND (ID = ?))") [junit] [EL Finest]: 2022-09-10 04:19:18.995--ServerSession(1526542158)--Connection(1336876826)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:18.995--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:18.995--ServerSession(1526542158)--Connection(32216851)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((W_DOUBLE = ?) AND (ID = ?)) [junit] bind => [1.0, 18] [junit] [EL Finest]: 2022-09-10 04:19:18.996--ServerSession(1526542158)--Connection(1336876826)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:19.011--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1990234380 [junit] [EL Finer]: 2022-09-10 04:19:19.011--ClientSession(1990234380)--Thread(Thread[main,5,main])--acquire unit of work: 549150079 [junit] [EL Finest]: 2022-09-10 04:19:19.011--UnitOfWork(549150079)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3eeee97f. [junit] [EL Finer]: 2022-09-10 04:19:19.011--UnitOfWork(549150079)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:19.011--UnitOfWork(549150079)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3eeee97f) [junit] [EL Finest]: 2022-09-10 04:19:19.011--ServerSession(1526542158)--Connection(654771939)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.011--ClientSession(1990234380)--Connection(654771939)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:19.011--ClientSession(1990234380)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.011--ClientSession(1990234380)--Connection(1571682265)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [32, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, 2005-10-08 10:49:00.0, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:19.012--ClientSession(1990234380)--Connection(1571682265)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:19.013--ServerSession(1526542158)--Connection(654771939)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.013--UnitOfWork(549150079)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:19.013--UnitOfWork(549150079)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.013--UnitOfWork(549150079)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.013--ClientSession(1990234380)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.013--UnitOfWork(549150079)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.013--ClientSession(1990234380)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:19.014--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1046898009 [junit] [EL Finer]: 2022-09-10 04:19:19.014--ClientSession(1046898009)--Thread(Thread[main,5,main])--acquire unit of work: 577624937 [junit] [EL Finest]: 2022-09-10 04:19:19.014--UnitOfWork(577624937)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((UTIL_CALENDAR = ?) AND (ID = ?))") [junit] [EL Finest]: 2022-09-10 04:19:19.014--ServerSession(1526542158)--Connection(1234963181)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:19.014--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.014--ServerSession(1526542158)--Connection(153097013)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((UTIL_CALENDAR = ?) AND (ID = ?)) [junit] bind => [2005-10-08 10:49:00.0, 32] [junit] [EL Finest]: 2022-09-10 04:19:19.015--ServerSession(1526542158)--Connection(1234963181)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:19.03--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2037699792 [junit] [EL Finer]: 2022-09-10 04:19:19.03--ClientSession(2037699792)--Thread(Thread[main,5,main])--acquire unit of work: 633635448 [junit] [EL Finest]: 2022-09-10 04:19:19.03--UnitOfWork(633635448)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@49ee3426. [junit] [EL Finer]: 2022-09-10 04:19:19.03--UnitOfWork(633635448)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:19.03--UnitOfWork(633635448)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@49ee3426) [junit] [EL Finest]: 2022-09-10 04:19:19.03--ServerSession(1526542158)--Connection(625416245)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.03--ClientSession(2037699792)--Connection(625416245)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:19.03--ClientSession(2037699792)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.031--ClientSession(2037699792)--Connection(613521831)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [35, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, 1970-01-01 00:00:01.0, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:19.031--ClientSession(2037699792)--Connection(613521831)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:19.032--ServerSession(1526542158)--Connection(625416245)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.032--UnitOfWork(633635448)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:19.032--UnitOfWork(633635448)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.032--UnitOfWork(633635448)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.032--ClientSession(2037699792)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.032--UnitOfWork(633635448)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.033--ClientSession(2037699792)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:19.033--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1499792515 [junit] [EL Finer]: 2022-09-10 04:19:19.033--ClientSession(1499792515)--Thread(Thread[main,5,main])--acquire unit of work: 2118900148 [junit] [EL Finest]: 2022-09-10 04:19:19.033--UnitOfWork(2118900148)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((SQL_TIMESTAMP = ?) AND (ID = ?))") [junit] [EL Finest]: 2022-09-10 04:19:19.034--ServerSession(1526542158)--Connection(54860016)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:19.034--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.034--ServerSession(1526542158)--Connection(447970452)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((SQL_TIMESTAMP = ?) AND (ID = ?)) [junit] bind => [1970-01-01 00:00:01.0, 35] [junit] [EL Finest]: 2022-09-10 04:19:19.035--ServerSession(1526542158)--Connection(54860016)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:19.052--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 408793644 [junit] [EL Finer]: 2022-09-10 04:19:19.052--ClientSession(408793644)--Thread(Thread[main,5,main])--acquire unit of work: 431768298 [junit] [EL Finest]: 2022-09-10 04:19:19.052--UnitOfWork(431768298)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@33176d2e. [junit] [EL Finer]: 2022-09-10 04:19:19.052--UnitOfWork(431768298)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:19.052--UnitOfWork(431768298)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@33176d2e) [junit] [EL Finest]: 2022-09-10 04:19:19.052--ServerSession(1526542158)--Connection(1072745457)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.053--ClientSession(408793644)--Connection(1072745457)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:19.053--ClientSession(408793644)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.053--ClientSession(408793644)--Connection(1151362551)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [11, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, true, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:19.054--ClientSession(408793644)--Connection(1151362551)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:19.055--ServerSession(1526542158)--Connection(1072745457)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.055--UnitOfWork(431768298)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:19.055--UnitOfWork(431768298)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.055--UnitOfWork(431768298)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.055--ClientSession(408793644)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.055--UnitOfWork(431768298)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.055--ClientSession(408793644)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:19.056--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 615644216 [junit] [EL Finer]: 2022-09-10 04:19:19.056--ClientSession(615644216)--Thread(Thread[main,5,main])--acquire unit of work: 2003434760 [junit] [EL Finest]: 2022-09-10 04:19:19.056--UnitOfWork(2003434760)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((W_BOOLEAN = ?) AND (ID = ?))") [junit] [EL Finest]: 2022-09-10 04:19:19.057--ServerSession(1526542158)--Connection(698608104)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:19.057--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.057--ServerSession(1526542158)--Connection(1017668876)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((W_BOOLEAN = ?) AND (ID = ?)) [junit] bind => [true, 11] [junit] [EL Finest]: 2022-09-10 04:19:19.058--ServerSession(1526542158)--Connection(698608104)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:19.072--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1087688958 [junit] [EL Finer]: 2022-09-10 04:19:19.072--ClientSession(1087688958)--Thread(Thread[main,5,main])--acquire unit of work: 2018306763 [junit] [EL Finest]: 2022-09-10 04:19:19.072--UnitOfWork(2018306763)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@17a2d74c. [junit] [EL Finer]: 2022-09-10 04:19:19.072--UnitOfWork(2018306763)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:19.072--UnitOfWork(2018306763)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@17a2d74c) [junit] [EL Finest]: 2022-09-10 04:19:19.072--ServerSession(1526542158)--Connection(666159726)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.073--ClientSession(1087688958)--Connection(666159726)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:19.073--ClientSession(1087688958)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.073--ClientSession(1087688958)--Connection(958979612)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [47, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, [B@383176e1, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:19.074--ClientSession(1087688958)--Connection(958979612)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:19.074--ServerSession(1526542158)--Connection(666159726)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.074--UnitOfWork(2018306763)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:19.074--UnitOfWork(2018306763)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.074--UnitOfWork(2018306763)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.074--ClientSession(1087688958)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.074--UnitOfWork(2018306763)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.075--ClientSession(1087688958)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:19.088--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1262639649 [junit] [EL Finer]: 2022-09-10 04:19:19.088--ClientSession(1262639649)--Thread(Thread[main,5,main])--acquire unit of work: 2079896624 [junit] [EL Finest]: 2022-09-10 04:19:19.088--UnitOfWork(2079896624)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6e4667af. [junit] [EL Finer]: 2022-09-10 04:19:19.088--UnitOfWork(2079896624)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:19.088--UnitOfWork(2079896624)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6e4667af) [junit] [EL Finest]: 2022-09-10 04:19:19.088--ServerSession(1526542158)--Connection(1474999285)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.088--ClientSession(1262639649)--Connection(1474999285)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:19.088--ClientSession(1262639649)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.089--ClientSession(1262639649)--Connection(1770902540)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [21, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, VC 1, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:19.089--ClientSession(1262639649)--Connection(1770902540)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:19.09--ServerSession(1526542158)--Connection(1474999285)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.09--UnitOfWork(2079896624)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:19.09--UnitOfWork(2079896624)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.09--UnitOfWork(2079896624)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.09--ClientSession(1262639649)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.09--UnitOfWork(2079896624)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.09--ClientSession(1262639649)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:19.091--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1559326570 [junit] [EL Finer]: 2022-09-10 04:19:19.091--ClientSession(1559326570)--Thread(Thread[main,5,main])--acquire unit of work: 1316040205 [junit] [EL Finest]: 2022-09-10 04:19:19.091--UnitOfWork(1316040205)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((STRING_VC = ?) AND (ID = ?))") [junit] [EL Finest]: 2022-09-10 04:19:19.091--ServerSession(1526542158)--Connection(1879520738)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:19.091--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.091--ServerSession(1526542158)--Connection(582849451)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((STRING_VC = ?) AND (ID = ?)) [junit] bind => [VC 1, 21] [junit] [EL Finest]: 2022-09-10 04:19:19.092--ServerSession(1526542158)--Connection(1879520738)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:19.107--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2086821885 [junit] [EL Finer]: 2022-09-10 04:19:19.107--ClientSession(2086821885)--Thread(Thread[main,5,main])--acquire unit of work: 390789448 [junit] [EL Finest]: 2022-09-10 04:19:19.107--UnitOfWork(390789448)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1287f07e. [junit] [EL Finer]: 2022-09-10 04:19:19.107--UnitOfWork(390789448)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:19.107--UnitOfWork(390789448)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1287f07e) [junit] [EL Finest]: 2022-09-10 04:19:19.107--ServerSession(1526542158)--Connection(297568794)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.107--ClientSession(2086821885)--Connection(297568794)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:19.107--ClientSession(2086821885)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.108--ClientSession(2086821885)--Connection(2085994381)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [46, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, [B@517ca1dc, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:19.108--ClientSession(2086821885)--Connection(2085994381)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:19.109--ServerSession(1526542158)--Connection(297568794)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.109--UnitOfWork(390789448)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:19.109--UnitOfWork(390789448)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.109--UnitOfWork(390789448)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.109--ClientSession(2086821885)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.109--UnitOfWork(390789448)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.11--ClientSession(2086821885)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:19.11--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1793123345 [junit] [EL Finer]: 2022-09-10 04:19:19.11--ClientSession(1793123345)--Thread(Thread[main,5,main])--acquire unit of work: 63157713 [junit] [EL Finest]: 2022-09-10 04:19:19.11--UnitOfWork(63157713)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((WBA_BINARY = ?) AND (ID = ?))") [junit] [EL Finest]: 2022-09-10 04:19:19.11--ServerSession(1526542158)--Connection(1141633616)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:19.11--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.111--ServerSession(1526542158)--Connection(1797998287)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((WBA_BINARY = ?) AND (ID = ?)) [junit] bind => [[B@606ea72, 46] [junit] [EL Finest]: 2022-09-10 04:19:19.111--ServerSession(1526542158)--Connection(1141633616)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:19.125--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1138613796 [junit] [EL Finer]: 2022-09-10 04:19:19.125--ClientSession(1138613796)--Thread(Thread[main,5,main])--acquire unit of work: 570744822 [junit] [EL Finest]: 2022-09-10 04:19:19.125--UnitOfWork(570744822)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@514b88b7. [junit] [EL Finer]: 2022-09-10 04:19:19.125--UnitOfWork(570744822)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:19.126--UnitOfWork(570744822)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@514b88b7) [junit] [EL Finest]: 2022-09-10 04:19:19.126--ServerSession(1526542158)--Connection(772901326)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.126--ClientSession(1138613796)--Connection(772901326)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:19.126--ClientSession(1138613796)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.126--ClientSession(1138613796)--Connection(720242837)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [1, null, null, null, null, 0, true, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:19.127--ClientSession(1138613796)--Connection(720242837)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:19.128--ServerSession(1526542158)--Connection(772901326)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.128--UnitOfWork(570744822)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:19.128--UnitOfWork(570744822)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.128--UnitOfWork(570744822)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.128--ClientSession(1138613796)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.128--UnitOfWork(570744822)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.128--ClientSession(1138613796)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:19.128--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 893734459 [junit] [EL Finer]: 2022-09-10 04:19:19.129--ClientSession(893734459)--Thread(Thread[main,5,main])--acquire unit of work: 178433581 [junit] [EL Finest]: 2022-09-10 04:19:19.129--UnitOfWork(178433581)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((P_BOOLEAN = ?) AND (ID = ?))") [junit] [EL Finest]: 2022-09-10 04:19:19.129--ServerSession(1526542158)--Connection(1621329224)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:19.129--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.129--ServerSession(1526542158)--Connection(61272079)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((P_BOOLEAN = ?) AND (ID = ?)) [junit] bind => [true, 1] [junit] [EL Finest]: 2022-09-10 04:19:19.13--ServerSession(1526542158)--Connection(1621329224)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:19.145--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1987952182 [junit] [EL Finer]: 2022-09-10 04:19:19.145--ClientSession(1987952182)--Thread(Thread[main,5,main])--acquire unit of work: 1982440182 [junit] [EL Finest]: 2022-09-10 04:19:19.145--UnitOfWork(1982440182)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6046dbf9. [junit] [EL Finer]: 2022-09-10 04:19:19.145--UnitOfWork(1982440182)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:19.145--UnitOfWork(1982440182)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6046dbf9) [junit] [EL Finest]: 2022-09-10 04:19:19.145--ServerSession(1526542158)--Connection(453009722)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.145--ClientSession(1987952182)--Connection(453009722)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:19.145--ClientSession(1987952182)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.146--ClientSession(1987952182)--Connection(1993003076)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [42, null, null, null, null, 0, false, null, null, [B@20854ebe, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:19.146--ClientSession(1987952182)--Connection(1993003076)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:19.147--ServerSession(1526542158)--Connection(453009722)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.147--UnitOfWork(1982440182)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:19.147--UnitOfWork(1982440182)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.147--UnitOfWork(1982440182)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.147--ClientSession(1987952182)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.147--UnitOfWork(1982440182)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.147--ClientSession(1987952182)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:19.161--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 199427568 [junit] [EL Finer]: 2022-09-10 04:19:19.161--ClientSession(199427568)--Thread(Thread[main,5,main])--acquire unit of work: 181272378 [junit] [EL Finest]: 2022-09-10 04:19:19.161--UnitOfWork(181272378)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@678074c3. [junit] [EL Finer]: 2022-09-10 04:19:19.161--UnitOfWork(181272378)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:19.161--UnitOfWork(181272378)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@678074c3) [junit] [EL Finest]: 2022-09-10 04:19:19.162--ServerSession(1526542158)--Connection(914385651)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.162--ClientSession(199427568)--Connection(914385651)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:19.162--ClientSession(199427568)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.162--ClientSession(199427568)--Connection(1397847862)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [13, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, A, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:19.163--ClientSession(199427568)--Connection(1397847862)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:19.163--ServerSession(1526542158)--Connection(914385651)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.163--UnitOfWork(181272378)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:19.163--UnitOfWork(181272378)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.164--UnitOfWork(181272378)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.164--ClientSession(199427568)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.164--UnitOfWork(181272378)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.164--ClientSession(199427568)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:19.165--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 652050259 [junit] [EL Finer]: 2022-09-10 04:19:19.165--ClientSession(652050259)--Thread(Thread[main,5,main])--acquire unit of work: 1222814155 [junit] [EL Finest]: 2022-09-10 04:19:19.165--UnitOfWork(1222814155)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((W_CHARACTER = ?) AND (ID = ?))") [junit] [EL Finest]: 2022-09-10 04:19:19.165--ServerSession(1526542158)--Connection(1310333347)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:19.165--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.165--ServerSession(1526542158)--Connection(871565040)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((W_CHARACTER = ?) AND (ID = ?)) [junit] bind => [A, 13] [junit] [EL Finest]: 2022-09-10 04:19:19.166--ServerSession(1526542158)--Connection(1310333347)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:19.181--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 107386650 [junit] [EL Finer]: 2022-09-10 04:19:19.181--ClientSession(107386650)--Thread(Thread[main,5,main])--acquire unit of work: 1012579905 [junit] [EL Finest]: 2022-09-10 04:19:19.181--UnitOfWork(1012579905)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1bf4fdf. [junit] [EL Finer]: 2022-09-10 04:19:19.181--UnitOfWork(1012579905)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:19.182--UnitOfWork(1012579905)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1bf4fdf) [junit] [EL Finest]: 2022-09-10 04:19:19.182--ServerSession(1526542158)--Connection(1488572343)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.182--ClientSession(107386650)--Connection(1488572343)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:19.182--ClientSession(107386650)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.182--ClientSession(107386650)--Connection(829999703)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [12, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, 17, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:19.183--ClientSession(107386650)--Connection(829999703)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:19.183--ServerSession(1526542158)--Connection(1488572343)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.183--UnitOfWork(1012579905)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:19.183--UnitOfWork(1012579905)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.184--UnitOfWork(1012579905)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.184--ClientSession(107386650)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.184--UnitOfWork(1012579905)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.184--ClientSession(107386650)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:19.185--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2552503 [junit] [EL Finer]: 2022-09-10 04:19:19.185--ClientSession(2552503)--Thread(Thread[main,5,main])--acquire unit of work: 507361937 [junit] [EL Finest]: 2022-09-10 04:19:19.185--UnitOfWork(507361937)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((W_BYTE = ?) AND (ID = ?))") [junit] [EL Finest]: 2022-09-10 04:19:19.185--ServerSession(1526542158)--Connection(196829044)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:19.185--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.185--ServerSession(1526542158)--Connection(1954530486)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((W_BYTE = ?) AND (ID = ?)) [junit] bind => [17, 12] [junit] [EL Finest]: 2022-09-10 04:19:19.186--ServerSession(1526542158)--Connection(196829044)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:19.201--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1285392383 [junit] [EL Finer]: 2022-09-10 04:19:19.201--ClientSession(1285392383)--Thread(Thread[main,5,main])--acquire unit of work: 203825912 [junit] [EL Finest]: 2022-09-10 04:19:19.201--UnitOfWork(203825912)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@577e0362. [junit] [EL Finer]: 2022-09-10 04:19:19.201--UnitOfWork(203825912)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:19.201--UnitOfWork(203825912)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@577e0362) [junit] [EL Finest]: 2022-09-10 04:19:19.201--ServerSession(1526542158)--Connection(1479426296)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.201--ClientSession(1285392383)--Connection(1479426296)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:19.201--ClientSession(1285392383)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.202--ClientSession(1285392383)--Connection(1705150695)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [16, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, 1, null] [junit] [EL Finer]: 2022-09-10 04:19:19.202--ClientSession(1285392383)--Connection(1705150695)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:19.203--ServerSession(1526542158)--Connection(1479426296)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.203--UnitOfWork(203825912)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:19.203--UnitOfWork(203825912)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.203--UnitOfWork(203825912)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.203--ClientSession(1285392383)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.203--UnitOfWork(203825912)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.203--ClientSession(1285392383)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:19.204--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 494625485 [junit] [EL Finer]: 2022-09-10 04:19:19.204--ClientSession(494625485)--Thread(Thread[main,5,main])--acquire unit of work: 1504315343 [junit] [EL Finest]: 2022-09-10 04:19:19.204--UnitOfWork(1504315343)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((W_LONG = ?) AND (ID = ?))") [junit] [EL Finest]: 2022-09-10 04:19:19.204--ServerSession(1526542158)--Connection(1194273408)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:19.204--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.205--ServerSession(1526542158)--Connection(402276274)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((W_LONG = ?) AND (ID = ?)) [junit] bind => [1, 16] [junit] [EL Finest]: 2022-09-10 04:19:19.206--ServerSession(1526542158)--Connection(1194273408)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:19.22--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1871874850 [junit] [EL Finer]: 2022-09-10 04:19:19.22--ClientSession(1871874850)--Thread(Thread[main,5,main])--acquire unit of work: 219404306 [junit] [EL Finest]: 2022-09-10 04:19:19.22--UnitOfWork(219404306)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@403f5628. [junit] [EL Finer]: 2022-09-10 04:19:19.22--UnitOfWork(219404306)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:19.22--UnitOfWork(219404306)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@403f5628) [junit] [EL Finest]: 2022-09-10 04:19:19.221--ServerSession(1526542158)--Connection(797493274)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.221--ClientSession(1871874850)--Connection(797493274)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:19.221--ClientSession(1871874850)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.222--ClientSession(1871874850)--Connection(1777278961)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@36ed075b, [B@5639dcf9, [B@216634f7, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@48c7f0d9, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@164ee145, [B@e083961, [B@1e5975db, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:19.224--ClientSession(1871874850)--Connection(1777278961)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:19.225--ServerSession(1526542158)--Connection(797493274)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.225--UnitOfWork(219404306)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:19.225--UnitOfWork(219404306)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.226--UnitOfWork(219404306)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.226--ClientSession(1871874850)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.226--UnitOfWork(219404306)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.226--ClientSession(1871874850)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:19.226--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1594463246 [junit] [EL Finer]: 2022-09-10 04:19:19.226--ClientSession(1594463246)--Thread(Thread[main,5,main])--acquire unit of work: 735776066 [junit] [EL Finest]: 2022-09-10 04:19:19.226--UnitOfWork(735776066)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:19.226--ServerSession(1526542158)--Connection(1264234384)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:19.226--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.227--ServerSession(1526542158)--Connection(1340428360)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:19.228--ServerSession(1526542158)--Connection(1264234384)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:19.244--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1155353291 [junit] [EL Finer]: 2022-09-10 04:19:19.244--ClientSession(1155353291)--Thread(Thread[main,5,main])--acquire unit of work: 1615894600 [junit] [EL Finest]: 2022-09-10 04:19:19.244--UnitOfWork(1615894600)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@10d29fe. [junit] [EL Finer]: 2022-09-10 04:19:19.244--UnitOfWork(1615894600)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:19.244--UnitOfWork(1615894600)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@10d29fe) [junit] [EL Finest]: 2022-09-10 04:19:19.244--ServerSession(1526542158)--Connection(2019318648)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.244--ClientSession(1155353291)--Connection(2019318648)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:19.244--ClientSession(1155353291)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.245--ClientSession(1155353291)--Connection(480911075)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [31, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, 1970-01-01 00:00:01.0, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:19.246--ClientSession(1155353291)--Connection(480911075)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:19.246--ServerSession(1526542158)--Connection(2019318648)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.246--UnitOfWork(1615894600)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:19.246--UnitOfWork(1615894600)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.246--UnitOfWork(1615894600)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.246--ClientSession(1155353291)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.246--UnitOfWork(1615894600)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.246--ClientSession(1155353291)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:19.247--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1445752156 [junit] [EL Finer]: 2022-09-10 04:19:19.247--ClientSession(1445752156)--Thread(Thread[main,5,main])--acquire unit of work: 1593663165 [junit] [EL Finest]: 2022-09-10 04:19:19.248--UnitOfWork(1593663165)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((UTIL_DATE = ?) AND (ID = ?))") [junit] [EL Finest]: 2022-09-10 04:19:19.248--ServerSession(1526542158)--Connection(1771685960)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:19.248--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.248--ServerSession(1526542158)--Connection(1421233855)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((UTIL_DATE = ?) AND (ID = ?)) [junit] bind => [1970-01-01 00:00:01.0, 31] [junit] [EL Finest]: 2022-09-10 04:19:19.249--ServerSession(1526542158)--Connection(1771685960)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:19.264--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1788726996 [junit] [EL Finer]: 2022-09-10 04:19:19.264--ClientSession(1788726996)--Thread(Thread[main,5,main])--acquire unit of work: 1332367388 [junit] [EL Finest]: 2022-09-10 04:19:19.264--UnitOfWork(1332367388)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7c90e595. [junit] [EL Finer]: 2022-09-10 04:19:19.264--UnitOfWork(1332367388)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:19.264--UnitOfWork(1332367388)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7c90e595) [junit] [EL Finest]: 2022-09-10 04:19:19.264--ServerSession(1526542158)--Connection(115018698)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.264--ClientSession(1788726996)--Connection(115018698)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:19.264--ClientSession(1788726996)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.265--ClientSession(1788726996)--Connection(464277949)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [7, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 88.5, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:19.265--ClientSession(1788726996)--Connection(464277949)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:19.266--ServerSession(1526542158)--Connection(115018698)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.266--UnitOfWork(1332367388)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:19.266--UnitOfWork(1332367388)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.266--UnitOfWork(1332367388)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.266--ClientSession(1788726996)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.266--UnitOfWork(1332367388)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.266--ClientSession(1788726996)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:19.267--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 803036074 [junit] [EL Finer]: 2022-09-10 04:19:19.267--ClientSession(803036074)--Thread(Thread[main,5,main])--acquire unit of work: 816646757 [junit] [EL Finest]: 2022-09-10 04:19:19.267--UnitOfWork(816646757)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((P_FLOAT = ?) AND (ID = ?))") [junit] [EL Finest]: 2022-09-10 04:19:19.267--ServerSession(1526542158)--Connection(543001850)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:19.267--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.267--ServerSession(1526542158)--Connection(751741003)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((P_FLOAT = ?) AND (ID = ?)) [junit] bind => [88.5, 7] [junit] [EL Finest]: 2022-09-10 04:19:19.268--ServerSession(1526542158)--Connection(543001850)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:19.284--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1061492137 [junit] [EL Finer]: 2022-09-10 04:19:19.284--ClientSession(1061492137)--Thread(Thread[main,5,main])--acquire unit of work: 484119039 [junit] [EL Finest]: 2022-09-10 04:19:19.284--UnitOfWork(484119039)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@cfb152b. [junit] [EL Finer]: 2022-09-10 04:19:19.284--UnitOfWork(484119039)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:19.284--UnitOfWork(484119039)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@cfb152b) [junit] [EL Finest]: 2022-09-10 04:19:19.284--ServerSession(1526542158)--Connection(939043159)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.284--ClientSession(1061492137)--Connection(939043159)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:19.284--ClientSession(1061492137)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.285--ClientSession(1061492137)--Connection(1944584894)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [4, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 19, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:19.285--ClientSession(1061492137)--Connection(1944584894)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:19.286--ServerSession(1526542158)--Connection(939043159)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.286--UnitOfWork(484119039)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:19.286--UnitOfWork(484119039)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.286--UnitOfWork(484119039)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.286--ClientSession(1061492137)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.286--UnitOfWork(484119039)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.286--ClientSession(1061492137)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:19.287--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1235777339 [junit] [EL Finer]: 2022-09-10 04:19:19.287--ClientSession(1235777339)--Thread(Thread[main,5,main])--acquire unit of work: 889237296 [junit] [EL Finest]: 2022-09-10 04:19:19.287--UnitOfWork(889237296)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((P_SHORT = ?) AND (ID = ?))") [junit] [EL Finest]: 2022-09-10 04:19:19.287--ServerSession(1526542158)--Connection(1296763998)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:19.287--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.288--ServerSession(1526542158)--Connection(1077427339)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((P_SHORT = ?) AND (ID = ?)) [junit] bind => [19, 4] [junit] [EL Finest]: 2022-09-10 04:19:19.288--ServerSession(1526542158)--Connection(1296763998)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:19.303--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 885582120 [junit] [EL Finer]: 2022-09-10 04:19:19.303--ClientSession(885582120)--Thread(Thread[main,5,main])--acquire unit of work: 883654684 [junit] [EL Finest]: 2022-09-10 04:19:19.303--UnitOfWork(883654684)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@497735e1. [junit] [EL Finer]: 2022-09-10 04:19:19.303--UnitOfWork(883654684)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:19.303--UnitOfWork(883654684)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@497735e1) [junit] [EL Finest]: 2022-09-10 04:19:19.303--ServerSession(1526542158)--Connection(499590016)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.303--ClientSession(885582120)--Connection(499590016)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:19.303--ClientSession(885582120)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.304--ClientSession(885582120)--Connection(1971649348)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [44, null, null, null, null, 0, false, null, null, null, 0, null, UNCHANGED, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:19.305--ClientSession(885582120)--Connection(1971649348)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:19.305--ServerSession(1526542158)--Connection(499590016)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.305--UnitOfWork(883654684)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:19.305--UnitOfWork(883654684)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.305--UnitOfWork(883654684)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.306--ClientSession(885582120)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.306--UnitOfWork(883654684)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.306--ClientSession(885582120)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:19.306--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2076310910 [junit] [EL Finer]: 2022-09-10 04:19:19.307--ClientSession(2076310910)--Thread(Thread[main,5,main])--acquire unit of work: 1220690588 [junit] [EL Finest]: 2022-09-10 04:19:19.307--UnitOfWork(1220690588)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((PCA_VARCHAR = ?) AND (ID = ?))") [junit] [EL Finest]: 2022-09-10 04:19:19.307--ServerSession(1526542158)--Connection(1649204117)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:19.307--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.307--ServerSession(1526542158)--Connection(842520591)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((PCA_VARCHAR = ?) AND (ID = ?)) [junit] bind => [UNCHANGED, 44] [junit] [EL Finest]: 2022-09-10 04:19:19.308--ServerSession(1526542158)--Connection(1649204117)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:19.322--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2141416804 [junit] [EL Finer]: 2022-09-10 04:19:19.322--ClientSession(2141416804)--Thread(Thread[main,5,main])--acquire unit of work: 326040719 [junit] [EL Finest]: 2022-09-10 04:19:19.322--UnitOfWork(326040719)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@15210484. [junit] [EL Finer]: 2022-09-10 04:19:19.322--UnitOfWork(326040719)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:19.322--UnitOfWork(326040719)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@15210484) [junit] [EL Finest]: 2022-09-10 04:19:19.322--ServerSession(1526542158)--Connection(1990762490)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.323--ClientSession(2141416804)--Connection(1990762490)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:19.323--ClientSession(2141416804)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.323--ClientSession(2141416804)--Connection(1992744664)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [51, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, [B@c04ab48, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:19.324--ClientSession(2141416804)--Connection(1992744664)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:19.324--ServerSession(1526542158)--Connection(1990762490)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.325--UnitOfWork(326040719)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:19.325--UnitOfWork(326040719)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.325--UnitOfWork(326040719)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.325--ClientSession(2141416804)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.325--UnitOfWork(326040719)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.325--ClientSession(2141416804)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:19.339--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1265415318 [junit] [EL Finer]: 2022-09-10 04:19:19.339--ClientSession(1265415318)--Thread(Thread[main,5,main])--acquire unit of work: 457709322 [junit] [EL Finest]: 2022-09-10 04:19:19.339--UnitOfWork(457709322)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7d3a52aa. [junit] [EL Finer]: 2022-09-10 04:19:19.339--UnitOfWork(457709322)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:19.339--UnitOfWork(457709322)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7d3a52aa) [junit] [EL Finest]: 2022-09-10 04:19:19.339--ServerSession(1526542158)--Connection(1645996147)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.339--ClientSession(1265415318)--Connection(1645996147)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:19.339--ClientSession(1265415318)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.34--ClientSession(1265415318)--Connection(959464317)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [15, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, 1, null, null] [junit] [EL Finer]: 2022-09-10 04:19:19.341--ClientSession(1265415318)--Connection(959464317)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:19.341--ServerSession(1526542158)--Connection(1645996147)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.341--UnitOfWork(457709322)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:19.341--UnitOfWork(457709322)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.341--UnitOfWork(457709322)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.341--ClientSession(1265415318)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.341--UnitOfWork(457709322)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.341--ClientSession(1265415318)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:19.342--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 128052596 [junit] [EL Finer]: 2022-09-10 04:19:19.342--ClientSession(128052596)--Thread(Thread[main,5,main])--acquire unit of work: 1620254208 [junit] [EL Finest]: 2022-09-10 04:19:19.342--UnitOfWork(1620254208)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((W_INTEGER = ?) AND (ID = ?))") [junit] [EL Finest]: 2022-09-10 04:19:19.342--ServerSession(1526542158)--Connection(40561022)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:19.342--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.343--ServerSession(1526542158)--Connection(1623849199)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((W_INTEGER = ?) AND (ID = ?)) [junit] bind => [1, 15] [junit] [EL Finest]: 2022-09-10 04:19:19.343--ServerSession(1526542158)--Connection(40561022)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:19.358--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 705551006 [junit] [EL Finer]: 2022-09-10 04:19:19.358--ClientSession(705551006)--Thread(Thread[main,5,main])--acquire unit of work: 168059976 [junit] [EL Finest]: 2022-09-10 04:19:19.358--UnitOfWork(168059976)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2741f66d. [junit] [EL Finer]: 2022-09-10 04:19:19.358--UnitOfWork(168059976)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:19.358--UnitOfWork(168059976)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2741f66d) [junit] [EL Finest]: 2022-09-10 04:19:19.358--ServerSession(1526542158)--Connection(1145603405)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.358--ClientSession(705551006)--Connection(1145603405)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:19.358--ClientSession(705551006)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.359--ClientSession(705551006)--Connection(1841794984)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [33, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, 2005-09-08, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:19.359--ClientSession(705551006)--Connection(1841794984)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:19.36--ServerSession(1526542158)--Connection(1145603405)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.36--UnitOfWork(168059976)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:19.36--UnitOfWork(168059976)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.36--UnitOfWork(168059976)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.361--ClientSession(705551006)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.361--UnitOfWork(168059976)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.361--ClientSession(705551006)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:19.361--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1888578277 [junit] [EL Finer]: 2022-09-10 04:19:19.362--ClientSession(1888578277)--Thread(Thread[main,5,main])--acquire unit of work: 1068901501 [junit] [EL Finest]: 2022-09-10 04:19:19.362--UnitOfWork(1068901501)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((SQL_DATE = ?) AND (ID = ?))") [junit] [EL Finest]: 2022-09-10 04:19:19.362--ServerSession(1526542158)--Connection(61768596)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:19.362--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.362--ServerSession(1526542158)--Connection(1904405686)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((SQL_DATE = ?) AND (ID = ?)) [junit] bind => [2005-09-08, 33] [junit] [EL Finest]: 2022-09-10 04:19:19.363--ServerSession(1526542158)--Connection(61768596)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:19.378--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 829340088 [junit] [EL Finer]: 2022-09-10 04:19:19.378--ClientSession(829340088)--Thread(Thread[main,5,main])--acquire unit of work: 897613182 [junit] [EL Finest]: 2022-09-10 04:19:19.378--UnitOfWork(897613182)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4fbabaca. [junit] [EL Finer]: 2022-09-10 04:19:19.378--UnitOfWork(897613182)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:19.378--UnitOfWork(897613182)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4fbabaca) [junit] [EL Finest]: 2022-09-10 04:19:19.378--ServerSession(1526542158)--Connection(1360071225)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.378--ClientSession(829340088)--Connection(1360071225)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:19.378--ClientSession(829340088)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.379--ClientSession(829340088)--Connection(1741481704)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [34, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, 10:49:00, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:19.379--ClientSession(829340088)--Connection(1741481704)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:19.38--ServerSession(1526542158)--Connection(1360071225)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.38--UnitOfWork(897613182)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:19.38--UnitOfWork(897613182)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.38--UnitOfWork(897613182)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.38--ClientSession(829340088)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.38--UnitOfWork(897613182)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.38--ClientSession(829340088)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:19.381--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 621131632 [junit] [EL Finer]: 2022-09-10 04:19:19.381--ClientSession(621131632)--Thread(Thread[main,5,main])--acquire unit of work: 961704632 [junit] [EL Finest]: 2022-09-10 04:19:19.381--UnitOfWork(961704632)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((SQL_TIME = ?) AND (ID = ?))") [junit] [EL Finest]: 2022-09-10 04:19:19.381--ServerSession(1526542158)--Connection(1369863311)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:19.381--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.381--ServerSession(1526542158)--Connection(1175343296)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((SQL_TIME = ?) AND (ID = ?)) [junit] bind => [10:49:00, 34] [junit] [EL Finest]: 2022-09-10 04:19:19.383--ServerSession(1526542158)--Connection(1369863311)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:19.397--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 107642469 [junit] [EL Finer]: 2022-09-10 04:19:19.397--ClientSession(107642469)--Thread(Thread[main,5,main])--acquire unit of work: 1787418779 [junit] [EL Finest]: 2022-09-10 04:19:19.397--UnitOfWork(1787418779)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3af207fc. [junit] [EL Finer]: 2022-09-10 04:19:19.397--UnitOfWork(1787418779)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:19.397--UnitOfWork(1787418779)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3af207fc) [junit] [EL Finest]: 2022-09-10 04:19:19.397--ServerSession(1526542158)--Connection(836588769)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.397--ClientSession(107642469)--Connection(836588769)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:19.397--ClientSession(107642469)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.397--ClientSession(107642469)--Connection(1062418412)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [43, null, null, null, null, 0, false, null, [B@15b41f41, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:19.398--ClientSession(107642469)--Connection(1062418412)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:19.399--ServerSession(1526542158)--Connection(836588769)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.399--UnitOfWork(1787418779)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:19.399--UnitOfWork(1787418779)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.399--UnitOfWork(1787418779)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.399--ClientSession(107642469)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.399--UnitOfWork(1787418779)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.399--ClientSession(107642469)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:19.413--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1053574737 [junit] [EL Finer]: 2022-09-10 04:19:19.413--ClientSession(1053574737)--Thread(Thread[main,5,main])--acquire unit of work: 2064097804 [junit] [EL Finest]: 2022-09-10 04:19:19.413--UnitOfWork(2064097804)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3c18b48e. [junit] [EL Finer]: 2022-09-10 04:19:19.414--UnitOfWork(2064097804)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:19.414--UnitOfWork(2064097804)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3c18b48e) [junit] [EL Finest]: 2022-09-10 04:19:19.414--ServerSession(1526542158)--Connection(1500650007)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.414--ClientSession(1053574737)--Connection(1500650007)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:19.414--ClientSession(1053574737)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.414--ClientSession(1053574737)--Connection(530826487)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [22, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, VC 1, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:19.415--ClientSession(1053574737)--Connection(530826487)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:19.415--ServerSession(1526542158)--Connection(1500650007)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.416--UnitOfWork(2064097804)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:19.416--UnitOfWork(2064097804)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.416--UnitOfWork(2064097804)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.416--ClientSession(1053574737)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.416--UnitOfWork(2064097804)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.416--ClientSession(1053574737)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:19.429--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 760976651 [junit] [EL Finer]: 2022-09-10 04:19:19.429--ClientSession(760976651)--Thread(Thread[main,5,main])--acquire unit of work: 1078945374 [junit] [EL Finest]: 2022-09-10 04:19:19.43--UnitOfWork(1078945374)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@39d0670c. [junit] [EL Finer]: 2022-09-10 04:19:19.43--UnitOfWork(1078945374)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:19.43--UnitOfWork(1078945374)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@39d0670c) [junit] [EL Finest]: 2022-09-10 04:19:19.43--ServerSession(1526542158)--Connection(1520397420)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.43--ClientSession(760976651)--Connection(1520397420)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:19.43--ClientSession(760976651)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.43--ClientSession(760976651)--Connection(1633258743)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [45, null, null, null, null, 0, false, null, null, null, 0, UNCHANGED, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:19.431--ClientSession(760976651)--Connection(1633258743)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:19.432--ServerSession(1526542158)--Connection(1520397420)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.432--UnitOfWork(1078945374)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:19.432--UnitOfWork(1078945374)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.432--UnitOfWork(1078945374)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.432--ClientSession(760976651)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.432--UnitOfWork(1078945374)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.432--ClientSession(760976651)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:19.446--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2011676304 [junit] [EL Finer]: 2022-09-10 04:19:19.446--ClientSession(2011676304)--Thread(Thread[main,5,main])--acquire unit of work: 1895966118 [junit] [EL Finest]: 2022-09-10 04:19:19.446--UnitOfWork(1895966118)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5439234e. [junit] [EL Finer]: 2022-09-10 04:19:19.446--UnitOfWork(1895966118)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:19.447--UnitOfWork(1895966118)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5439234e) [junit] [EL Finest]: 2022-09-10 04:19:19.447--ServerSession(1526542158)--Connection(4077253)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.447--ClientSession(2011676304)--Connection(4077253)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:19.447--ClientSession(2011676304)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.447--ClientSession(2011676304)--Connection(1626414193)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [52, null, null, null, HUGO, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:19.448--ClientSession(2011676304)--Connection(1626414193)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:19.449--ServerSession(1526542158)--Connection(4077253)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.449--UnitOfWork(1895966118)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:19.449--UnitOfWork(1895966118)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.449--UnitOfWork(1895966118)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.449--ClientSession(2011676304)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.449--UnitOfWork(1895966118)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.449--ClientSession(2011676304)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:19.45--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 142899741 [junit] [EL Finer]: 2022-09-10 04:19:19.45--ClientSession(142899741)--Thread(Thread[main,5,main])--acquire unit of work: 998235897 [junit] [EL Finest]: 2022-09-10 04:19:19.45--UnitOfWork(998235897)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((ENUM_STRING = ?) AND (ID = ?))") [junit] [EL Finest]: 2022-09-10 04:19:19.45--ServerSession(1526542158)--Connection(715801972)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:19.45--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.45--ServerSession(1526542158)--Connection(507346425)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE ((ENUM_STRING = ?) AND (ID = ?)) [junit] bind => [HUGO, 52] [junit] [EL Finest]: 2022-09-10 04:19:19.451--ServerSession(1526542158)--Connection(715801972)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.743 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestQueryAPI [junit] [EL Finer]: 2022-09-10 04:19:19.476--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 838643057 [junit] [EL Finer]: 2022-09-10 04:19:19.476--ClientSession(838643057)--Thread(Thread[main,5,main])--acquire unit of work: 1155950303 [junit] [EL Finest]: 2022-09-10 04:19:19.476--UnitOfWork(1155950303)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4ac9a1ff. [junit] [EL Finer]: 2022-09-10 04:19:19.477--UnitOfWork(1155950303)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:19.477--UnitOfWork(1155950303)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4ac9a1ff) [junit] [EL Finest]: 2022-09-10 04:19:19.477--ServerSession(1526542158)--Connection(1335222870)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.477--ClientSession(838643057)--Connection(1335222870)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:19.477--ClientSession(838643057)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.477--ClientSession(838643057)--Connection(1221878786)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, Hans, Wurst, null, 2022-09-10 04:19:19.476, 2022-08-16 07:47:55.829, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:19.478--ClientSession(838643057)--Connection(1221878786)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:19.479--ServerSession(1526542158)--Connection(1335222870)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.479--UnitOfWork(1155950303)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:19.479--UnitOfWork(1155950303)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.479--UnitOfWork(1155950303)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.479--ClientSession(838643057)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.479--UnitOfWork(1155950303)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.479--ClientSession(838643057)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:19.481--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1905395550 [junit] [EL Finer]: 2022-09-10 04:19:19.481--ClientSession(1905395550)--Thread(Thread[main,5,main])--acquire unit of work: 46349252 [junit] [EL Finer]: 2022-09-10 04:19:19.496--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1725099364 [junit] [EL Finer]: 2022-09-10 04:19:19.496--ClientSession(1725099364)--Thread(Thread[main,5,main])--acquire unit of work: 872804970 [junit] [EL Finest]: 2022-09-10 04:19:19.496--UnitOfWork(872804970)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6ffb07a4. [junit] [EL Finer]: 2022-09-10 04:19:19.497--UnitOfWork(872804970)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:19.497--UnitOfWork(872804970)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6ffb07a4) [junit] [EL Finest]: 2022-09-10 04:19:19.497--ServerSession(1526542158)--Connection(1667277890)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.497--ClientSession(1725099364)--Connection(1667277890)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:19.497--ClientSession(1725099364)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.497--ClientSession(1725099364)--Connection(1418811821)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, Hans, Wurst, null, 2022-09-10 04:19:19.496, 2022-08-16 07:47:55.849, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:19.498--ClientSession(1725099364)--Connection(1418811821)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:19.499--ServerSession(1526542158)--Connection(1667277890)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.499--UnitOfWork(872804970)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:19.499--UnitOfWork(872804970)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.499--UnitOfWork(872804970)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.499--ClientSession(1725099364)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.499--UnitOfWork(872804970)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.499--ClientSession(1725099364)--Thread(Thread[main,5,main])--client released [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.042 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestRelationships [junit] [EL Finer]: 2022-09-10 04:19:19.538--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 538970172 [junit] [EL Finer]: 2022-09-10 04:19:19.538--ClientSession(538970172)--Thread(Thread[main,5,main])--acquire unit of work: 690577230 [junit] [EL Finest]: 2022-09-10 04:19:19.538--UnitOfWork(690577230)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:19.538--UnitOfWork(690577230)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finer]: 2022-09-10 04:19:19.538--UnitOfWork(690577230)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:19.538--UnitOfWork(690577230)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2022-09-10 04:19:19.538--ServerSession(1526542158)--Connection(585459295)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.539--ClientSession(538970172)--Connection(585459295)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:19.539--ClientSession(538970172)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:19.539--UnitOfWork(690577230)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finer]: 2022-09-10 04:19:19.539--ClientSession(538970172)--Connection(970539353)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:19.539--ClientSession(538970172)--Connection(970539353)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:19.539--ClientSession(538970172)--Connection(970539353)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Fine]: 2022-09-10 04:19:19.539--ClientSession(538970172)--Connection(970539353)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Finer]: 2022-09-10 04:19:19.539--ClientSession(538970172)--Connection(970539353)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:19.54--ClientSession(538970172)--Connection(970539353)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:19.541--ServerSession(1526542158)--Connection(585459295)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.541--UnitOfWork(690577230)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:19.541--UnitOfWork(690577230)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.541--UnitOfWork(690577230)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.541--ClientSession(538970172)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.541--UnitOfWork(690577230)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.541--ClientSession(538970172)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:19.542--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1419833501 [junit] [EL Finer]: 2022-09-10 04:19:19.542--ClientSession(1419833501)--Thread(Thread[main,5,main])--acquire unit of work: 654356697 [junit] [EL Finest]: 2022-09-10 04:19:19.542--UnitOfWork(654356697)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1ee11117. [junit] [EL Finest]: 2022-09-10 04:19:19.542--UnitOfWork(654356697)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1. [junit] [EL Finest]: 2022-09-10 04:19:19.542--UnitOfWork(654356697)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@65d7fbc3. [junit] [EL Finer]: 2022-09-10 04:19:19.542--UnitOfWork(654356697)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:19.542--UnitOfWork(654356697)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:19:19.542--UnitOfWork(654356697)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1ee11117) [junit] [EL Finest]: 2022-09-10 04:19:19.542--ServerSession(1526542158)--Connection(994263288)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.542--ClientSession(1419833501)--Connection(994263288)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:19.542--ClientSession(1419833501)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:19.543--UnitOfWork(654356697)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@65d7fbc3) [junit] [EL Finest]: 2022-09-10 04:19:19.543--UnitOfWork(654356697)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1) [junit] [EL Finer]: 2022-09-10 04:19:19.543--ClientSession(1419833501)--Connection(1688281985)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:19.543--ClientSession(1419833501)--Connection(1688281985)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:19.543--ClientSession(1419833501)--Connection(1688281985)--Thread(Thread[main,5,main])-- bind => [15, Hans, Müller, null, null, null, null, 10, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:19.543--ClientSession(1419833501)--Connection(1688281985)--Thread(Thread[main,5,main])-- bind => [16, Fred, Maier, null, null, null, null, 10, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:19.543--ClientSession(1419833501)--Connection(1688281985)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2022-09-10 04:19:19.544--ClientSession(1419833501)--Connection(1688281985)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] bind => [1, 2006-01-02, first, 1, Review] [junit] [EL Finest]: 2022-09-10 04:19:19.545--ClientSession(1419833501)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" ) [junit] [EL Fine]: 2022-09-10 04:19:19.545--ClientSession(1419833501)--Connection(1688281985)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] bind => [0, 1] [junit] [EL Fine]: 2022-09-10 04:19:19.545--ClientSession(1419833501)--Connection(1688281985)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?) [junit] bind => [1, 16] [junit] [EL Finer]: 2022-09-10 04:19:19.546--ClientSession(1419833501)--Connection(1688281985)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:19.546--ServerSession(1526542158)--Connection(994263288)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.547--UnitOfWork(654356697)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:19.547--UnitOfWork(654356697)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.547--UnitOfWork(654356697)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.547--ClientSession(1419833501)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.547--UnitOfWork(654356697)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.547--ClientSession(1419833501)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:19.55--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 596539534 [junit] [EL Finer]: 2022-09-10 04:19:19.55--ClientSession(596539534)--Thread(Thread[main,5,main])--acquire unit of work: 1215053117 [junit] [EL Finest]: 2022-09-10 04:19:19.55--UnitOfWork(1215053117)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT t2.ID, t2.FIRSTNAME, t2.LASTNAME, t2.SALARY, t2.EMP_END, t2.EMP_START, t2.COSTCENTER, t2.DEPARTMENT, t2.BROKERAGE_ACCOUNT, t2.CUBICLE_FLOOR, t2.CUBICLE_PLACE, t2.SAMPLE_ACCOUNT, t2.PROFILE_GUID FROM TMP_EMP t2 LEFT OUTER JOIN (TMP_EMP_REVIEW t3 JOIN TMP_REVIEW t0 ON (t0.ID = t3.REVIEW_ID) JOIN TMP_REVIEW_DETAILS t1 ON (t1.REVIEW_ID = t0.ID)) ON (t3.EMP_ID = t2.ID)") [junit] [EL Finest]: 2022-09-10 04:19:19.55--ServerSession(1526542158)--Connection(1970766910)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:19.55--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.55--ServerSession(1526542158)--Connection(1542809092)--Thread(Thread[main,5,main])--SELECT t2.ID, t2.FIRSTNAME, t2.LASTNAME, t2.SALARY, t2.EMP_END, t2.EMP_START, t2.COSTCENTER, t2.DEPARTMENT, t2.BROKERAGE_ACCOUNT, t2.CUBICLE_FLOOR, t2.CUBICLE_PLACE, t2.SAMPLE_ACCOUNT, t2.PROFILE_GUID FROM TMP_EMP t2 LEFT OUTER JOIN (TMP_EMP_REVIEW t3 JOIN TMP_REVIEW t0 ON (t0.ID = t3.REVIEW_ID) JOIN TMP_REVIEW_DETAILS t1 ON (t1.REVIEW_ID = t0.ID)) ON (t3.EMP_ID = t2.ID) [junit] [EL Finest]: 2022-09-10 04:19:19.551--ServerSession(1526542158)--Connection(1970766910)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:19.551--UnitOfWork(1215053117)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a [junit] [EL Finest]: 2022-09-10 04:19:19.552--UnitOfWork(1215053117)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:19.552--ServerSession(1526542158)--Connection(1770719772)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:19.552--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.552--ServerSession(1526542158)--Connection(1350734194)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [15, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:19.553--ServerSession(1526542158)--Connection(1770719772)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:19.553--UnitOfWork(1215053117)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a [junit] [EL Finest]: 2022-09-10 04:19:19.553--UnitOfWork(1215053117)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:19.553--ServerSession(1526542158)--Connection(2042441095)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:19.553--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.553--ServerSession(1526542158)--Connection(15780469)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [16, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:19.554--ServerSession(1526542158)--Connection(2042441095)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:19.581--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 371410765 [junit] [EL Finer]: 2022-09-10 04:19:19.581--ClientSession(371410765)--Thread(Thread[main,5,main])--acquire unit of work: 836990692 [junit] [EL Finest]: 2022-09-10 04:19:19.581--UnitOfWork(836990692)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:19.581--UnitOfWork(836990692)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finer]: 2022-09-10 04:19:19.581--UnitOfWork(836990692)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:19.581--UnitOfWork(836990692)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2022-09-10 04:19:19.582--ServerSession(1526542158)--Connection(1408126488)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.582--ClientSession(371410765)--Connection(1408126488)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:19.582--ClientSession(371410765)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:19.582--UnitOfWork(836990692)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finer]: 2022-09-10 04:19:19.582--ClientSession(371410765)--Connection(1515619562)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:19.582--ClientSession(371410765)--Connection(1515619562)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:19.582--ClientSession(371410765)--Connection(1515619562)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2022-09-10 04:19:19.582--ClientSession(371410765)--Connection(1515619562)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2022-09-10 04:19:19.582--ClientSession(371410765)--Connection(1515619562)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:19.583--ClientSession(371410765)--Connection(1515619562)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:19.583--ServerSession(1526542158)--Connection(1408126488)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.583--UnitOfWork(836990692)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:19.584--UnitOfWork(836990692)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.584--UnitOfWork(836990692)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.584--ClientSession(371410765)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.584--UnitOfWork(836990692)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.584--ClientSession(371410765)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:19.584--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 554536785 [junit] [EL Finer]: 2022-09-10 04:19:19.584--ClientSession(554536785)--Thread(Thread[main,5,main])--acquire unit of work: 1326595662 [junit] [EL Finest]: 2022-09-10 04:19:19.584--UnitOfWork(1326595662)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1c5e759e. [junit] [EL Finest]: 2022-09-10 04:19:19.584--UnitOfWork(1326595662)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1. [junit] [EL Finest]: 2022-09-10 04:19:19.584--UnitOfWork(1326595662)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@453ccc85. [junit] [EL Finer]: 2022-09-10 04:19:19.584--UnitOfWork(1326595662)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:19.584--UnitOfWork(1326595662)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:19:19.584--UnitOfWork(1326595662)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@453ccc85) [junit] [EL Finest]: 2022-09-10 04:19:19.584--ServerSession(1526542158)--Connection(1790044404)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.584--ClientSession(554536785)--Connection(1790044404)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:19.585--ClientSession(554536785)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:19.585--UnitOfWork(1326595662)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1c5e759e) [junit] [EL Finest]: 2022-09-10 04:19:19.585--UnitOfWork(1326595662)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1) [junit] [EL Finer]: 2022-09-10 04:19:19.585--ClientSession(554536785)--Connection(1651133690)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:19.585--ClientSession(554536785)--Connection(1651133690)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:19.585--ClientSession(554536785)--Connection(1651133690)--Thread(Thread[main,5,main])-- bind => [16, Fred, Maier, null, null, null, null, 10, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:19.585--ClientSession(554536785)--Connection(1651133690)--Thread(Thread[main,5,main])-- bind => [15, Hans, Müller, null, null, null, null, 10, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:19.585--ClientSession(554536785)--Connection(1651133690)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2022-09-10 04:19:19.586--ClientSession(554536785)--Connection(1651133690)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] bind => [1, 2006-01-02, b, 1, Review] [junit] [EL Finest]: 2022-09-10 04:19:19.586--ClientSession(554536785)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Fine]: 2022-09-10 04:19:19.587--ClientSession(554536785)--Connection(1651133690)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] bind => [0, 1] [junit] [EL Fine]: 2022-09-10 04:19:19.587--ClientSession(554536785)--Connection(1651133690)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?) [junit] bind => [1, 16] [junit] [EL Finer]: 2022-09-10 04:19:19.588--ClientSession(554536785)--Connection(1651133690)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:19.588--ServerSession(1526542158)--Connection(1790044404)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.589--UnitOfWork(1326595662)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:19.589--UnitOfWork(1326595662)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.589--UnitOfWork(1326595662)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.589--ClientSession(554536785)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.589--UnitOfWork(1326595662)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.589--ClientSession(554536785)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:19.59--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1284167188 [junit] [EL Finer]: 2022-09-10 04:19:19.59--ClientSession(1284167188)--Thread(Thread[main,5,main])--acquire unit of work: 1855295276 [junit] [EL Finest]: 2022-09-10 04:19:19.59--UnitOfWork(1855295276)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Employee sql="SELECT t0.FIRSTNAME FROM TMP_EMP t0 WHERE ((SELECT COUNT(t1.ID) FROM TMP_EMP_REVIEW t3, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1 WHERE ((((t3.EMP_ID = t0.ID) AND (t1.ID = t3.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID)) AND (t2.REVIEW_ID = t1.ID))) > ?)") [junit] [EL Finest]: 2022-09-10 04:19:19.59--ServerSession(1526542158)--Connection(595355132)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:19.59--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.59--ServerSession(1526542158)--Connection(2085474310)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP t0 WHERE ((SELECT COUNT(t1.ID) FROM TMP_EMP_REVIEW t3, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1 WHERE ((((t3.EMP_ID = t0.ID) AND (t1.ID = t3.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID)) AND (t2.REVIEW_ID = t1.ID))) > ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:19.591--ServerSession(1526542158)--Connection(595355132)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:19.592--UnitOfWork(1855295276)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Employee sql="SELECT t0.FIRSTNAME FROM TMP_EMP t0 WHERE ((SELECT COUNT(t1.ID) FROM TMP_EMP_REVIEW t3, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1 WHERE ((((t3.EMP_ID = t0.ID) AND (t1.ID = t3.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID)) AND (t2.REVIEW_ID = t1.ID))) = ?)") [junit] [EL Finest]: 2022-09-10 04:19:19.592--ServerSession(1526542158)--Connection(1766320041)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:19.592--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.592--ServerSession(1526542158)--Connection(421386314)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP t0 WHERE ((SELECT COUNT(t1.ID) FROM TMP_EMP_REVIEW t3, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1 WHERE ((((t3.EMP_ID = t0.ID) AND (t1.ID = t3.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID)) AND (t2.REVIEW_ID = t1.ID))) = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:19.593--ServerSession(1526542158)--Connection(1766320041)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:19.62--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1684137658 [junit] [EL Finer]: 2022-09-10 04:19:19.62--ClientSession(1684137658)--Thread(Thread[main,5,main])--acquire unit of work: 1553528399 [junit] [EL Finest]: 2022-09-10 04:19:19.62--UnitOfWork(1553528399)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:19.62--UnitOfWork(1553528399)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finer]: 2022-09-10 04:19:19.62--UnitOfWork(1553528399)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:19.62--UnitOfWork(1553528399)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2022-09-10 04:19:19.62--ServerSession(1526542158)--Connection(1800738791)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.62--ClientSession(1684137658)--Connection(1800738791)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:19.62--ClientSession(1684137658)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:19.621--UnitOfWork(1553528399)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finer]: 2022-09-10 04:19:19.621--ClientSession(1684137658)--Connection(1582599151)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:19.621--ClientSession(1684137658)--Connection(1582599151)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:19.621--ClientSession(1684137658)--Connection(1582599151)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Fine]: 2022-09-10 04:19:19.621--ClientSession(1684137658)--Connection(1582599151)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Finer]: 2022-09-10 04:19:19.621--ClientSession(1684137658)--Connection(1582599151)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:19.622--ClientSession(1684137658)--Connection(1582599151)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:19.622--ServerSession(1526542158)--Connection(1800738791)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.623--UnitOfWork(1553528399)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:19.623--UnitOfWork(1553528399)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.623--UnitOfWork(1553528399)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.623--ClientSession(1684137658)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.623--UnitOfWork(1553528399)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.623--ClientSession(1684137658)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:19.623--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 190195539 [junit] [EL Finer]: 2022-09-10 04:19:19.623--ClientSession(190195539)--Thread(Thread[main,5,main])--acquire unit of work: 1906822693 [junit] [EL Finest]: 2022-09-10 04:19:19.623--UnitOfWork(1906822693)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@77c70f9a. [junit] [EL Finest]: 2022-09-10 04:19:19.623--UnitOfWork(1906822693)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1. [junit] [EL Finest]: 2022-09-10 04:19:19.623--UnitOfWork(1906822693)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7a8522cb. [junit] [EL Finer]: 2022-09-10 04:19:19.623--UnitOfWork(1906822693)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:19.623--UnitOfWork(1906822693)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:19:19.623--UnitOfWork(1906822693)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7a8522cb) [junit] [EL Finest]: 2022-09-10 04:19:19.623--ServerSession(1526542158)--Connection(1995278043)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.623--ClientSession(190195539)--Connection(1995278043)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:19.623--ClientSession(190195539)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:19.624--UnitOfWork(1906822693)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@77c70f9a) [junit] [EL Finest]: 2022-09-10 04:19:19.624--UnitOfWork(1906822693)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1) [junit] [EL Finer]: 2022-09-10 04:19:19.624--ClientSession(190195539)--Connection(600748931)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:19.624--ClientSession(190195539)--Connection(600748931)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:19.624--ClientSession(190195539)--Connection(600748931)--Thread(Thread[main,5,main])-- bind => [16, Fred, Maier, null, null, null, null, 10, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:19.624--ClientSession(190195539)--Connection(600748931)--Thread(Thread[main,5,main])-- bind => [15, Hans, Müller, null, null, null, null, 10, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:19.624--ClientSession(190195539)--Connection(600748931)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2022-09-10 04:19:19.625--ClientSession(190195539)--Connection(600748931)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] bind => [1, 2006-01-02, first, 1, Review] [junit] [EL Finest]: 2022-09-10 04:19:19.625--ClientSession(190195539)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Fine]: 2022-09-10 04:19:19.626--ClientSession(190195539)--Connection(600748931)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] bind => [0, 1] [junit] [EL Fine]: 2022-09-10 04:19:19.626--ClientSession(190195539)--Connection(600748931)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?) [junit] bind => [1, 16] [junit] [EL Finer]: 2022-09-10 04:19:19.626--ClientSession(190195539)--Connection(600748931)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:19.627--ServerSession(1526542158)--Connection(1995278043)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.627--UnitOfWork(1906822693)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:19.627--UnitOfWork(1906822693)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.627--UnitOfWork(1906822693)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.627--ClientSession(190195539)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.627--UnitOfWork(1906822693)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.627--ClientSession(190195539)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:19.629--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 15405234 [junit] [EL Finer]: 2022-09-10 04:19:19.629--ClientSession(15405234)--Thread(Thread[main,5,main])--acquire unit of work: 392454746 [junit] [EL Finest]: 2022-09-10 04:19:19.629--UnitOfWork(392454746)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Employee sql="SELECT t0.FIRSTNAME FROM TMP_EMP_REVIEW t3, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1, TMP_EMP t0 WHERE ((t1.ID = ?) AND (((t3.EMP_ID = t0.ID) AND (t1.ID = t3.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID)))") [junit] [EL Finest]: 2022-09-10 04:19:19.629--ServerSession(1526542158)--Connection(2034361635)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:19.629--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.629--ServerSession(1526542158)--Connection(1540282358)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP_REVIEW t3, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1, TMP_EMP t0 WHERE ((t1.ID = ?) AND (((t3.EMP_ID = t0.ID) AND (t1.ID = t3.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID))) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:19.63--ServerSession(1526542158)--Connection(2034361635)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:19.63--UnitOfWork(392454746)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Employee sql="SELECT t0.FIRSTNAME FROM TMP_EMP_REVIEW t3, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1, TMP_EMP t0 WHERE ((t1.ID = ?) AND (((t3.EMP_ID = t0.ID) AND (t1.ID = t3.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID)))") [junit] [EL Finest]: 2022-09-10 04:19:19.63--ServerSession(1526542158)--Connection(1045186833)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:19.631--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.631--ServerSession(1526542158)--Connection(111876192)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP_REVIEW t3, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1, TMP_EMP t0 WHERE ((t1.ID = ?) AND (((t3.EMP_ID = t0.ID) AND (t1.ID = t3.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID))) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:19:19.631--ServerSession(1526542158)--Connection(1045186833)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:19.632--UnitOfWork(392454746)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Employee sql="SELECT t0.FIRSTNAME FROM TMP_EMP_REVIEW t3, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1, TMP_EMP t0 WHERE (((t3.EMP_ID = t0.ID) AND (t1.ID = t3.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID))") [junit] [EL Finest]: 2022-09-10 04:19:19.632--ServerSession(1526542158)--Connection(701427548)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:19.632--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.632--ServerSession(1526542158)--Connection(1212468792)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP_REVIEW t3, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1, TMP_EMP t0 WHERE (((t3.EMP_ID = t0.ID) AND (t1.ID = t3.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID)) [junit] [EL Finest]: 2022-09-10 04:19:19.632--ServerSession(1526542158)--Connection(701427548)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:19.659--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1829480887 [junit] [EL Finer]: 2022-09-10 04:19:19.659--ClientSession(1829480887)--Thread(Thread[main,5,main])--acquire unit of work: 1790653605 [junit] [EL Finest]: 2022-09-10 04:19:19.659--UnitOfWork(1790653605)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:19.659--UnitOfWork(1790653605)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finer]: 2022-09-10 04:19:19.659--UnitOfWork(1790653605)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:19.659--UnitOfWork(1790653605)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2022-09-10 04:19:19.659--ServerSession(1526542158)--Connection(38462941)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.66--ClientSession(1829480887)--Connection(38462941)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:19.66--ClientSession(1829480887)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:19.66--UnitOfWork(1790653605)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finer]: 2022-09-10 04:19:19.66--ClientSession(1829480887)--Connection(1156110812)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:19.66--ClientSession(1829480887)--Connection(1156110812)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:19.66--ClientSession(1829480887)--Connection(1156110812)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2022-09-10 04:19:19.66--ClientSession(1829480887)--Connection(1156110812)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2022-09-10 04:19:19.66--ClientSession(1829480887)--Connection(1156110812)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:19.661--ClientSession(1829480887)--Connection(1156110812)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:19.661--ServerSession(1526542158)--Connection(38462941)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.662--UnitOfWork(1790653605)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:19.662--UnitOfWork(1790653605)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.662--UnitOfWork(1790653605)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.662--ClientSession(1829480887)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.662--UnitOfWork(1790653605)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.662--ClientSession(1829480887)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:19.662--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1248515013 [junit] [EL Finer]: 2022-09-10 04:19:19.662--ClientSession(1248515013)--Thread(Thread[main,5,main])--acquire unit of work: 1221510509 [junit] [EL Finest]: 2022-09-10 04:19:19.662--UnitOfWork(1221510509)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@50de5919. [junit] [EL Finest]: 2022-09-10 04:19:19.662--UnitOfWork(1221510509)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1. [junit] [EL Finest]: 2022-09-10 04:19:19.662--UnitOfWork(1221510509)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@e6093da. [junit] [EL Finer]: 2022-09-10 04:19:19.662--UnitOfWork(1221510509)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:19.662--UnitOfWork(1221510509)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:19:19.662--UnitOfWork(1221510509)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@50de5919) [junit] [EL Finest]: 2022-09-10 04:19:19.662--ServerSession(1526542158)--Connection(1322268566)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.662--ClientSession(1248515013)--Connection(1322268566)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:19.662--ClientSession(1248515013)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:19.663--UnitOfWork(1221510509)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@e6093da) [junit] [EL Finest]: 2022-09-10 04:19:19.663--UnitOfWork(1221510509)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1) [junit] [EL Finer]: 2022-09-10 04:19:19.663--ClientSession(1248515013)--Connection(542325216)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:19.663--ClientSession(1248515013)--Connection(542325216)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:19.663--ClientSession(1248515013)--Connection(542325216)--Thread(Thread[main,5,main])-- bind => [15, Hans, Müller, null, null, null, null, 10, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:19.663--ClientSession(1248515013)--Connection(542325216)--Thread(Thread[main,5,main])-- bind => [16, Fred, Maier, null, null, null, null, 10, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:19.663--ClientSession(1248515013)--Connection(542325216)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2022-09-10 04:19:19.664--ClientSession(1248515013)--Connection(542325216)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] bind => [1, 2006-01-02, first, 1, Review] [junit] [EL Finest]: 2022-09-10 04:19:19.664--ClientSession(1248515013)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Fine]: 2022-09-10 04:19:19.664--ClientSession(1248515013)--Connection(542325216)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] bind => [0, 1] [junit] [EL Fine]: 2022-09-10 04:19:19.665--ClientSession(1248515013)--Connection(542325216)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?) [junit] bind => [1, 16] [junit] [EL Finer]: 2022-09-10 04:19:19.665--ClientSession(1248515013)--Connection(542325216)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:19.666--ServerSession(1526542158)--Connection(1322268566)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.666--UnitOfWork(1221510509)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:19.666--UnitOfWork(1221510509)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.666--UnitOfWork(1221510509)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.666--ClientSession(1248515013)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.666--UnitOfWork(1221510509)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.666--ClientSession(1248515013)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:19.667--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 305709923 [junit] [EL Finer]: 2022-09-10 04:19:19.667--ClientSession(305709923)--Thread(Thread[main,5,main])--acquire unit of work: 1403474304 [junit] [EL Finest]: 2022-09-10 04:19:19.667--UnitOfWork(1403474304)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Employee sql="SELECT t0.FIRSTNAME FROM TMP_EMP_REVIEW t3, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1, TMP_EMP t0 WHERE ((t1.ID = ?) AND (((t3.EMP_ID = t0.ID) AND (t1.ID = t3.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID)))") [junit] [EL Finest]: 2022-09-10 04:19:19.667--ServerSession(1526542158)--Connection(2080129960)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:19.667--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.668--ServerSession(1526542158)--Connection(1696962186)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP_REVIEW t3, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1, TMP_EMP t0 WHERE ((t1.ID = ?) AND (((t3.EMP_ID = t0.ID) AND (t1.ID = t3.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID))) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:19.668--ServerSession(1526542158)--Connection(2080129960)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:19.669--UnitOfWork(1403474304)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Employee sql="SELECT t0.FIRSTNAME FROM TMP_EMP_REVIEW t3, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1, TMP_EMP t0 WHERE ((t1.ID = ?) AND (((t3.EMP_ID = t0.ID) AND (t1.ID = t3.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID)))") [junit] [EL Finest]: 2022-09-10 04:19:19.669--ServerSession(1526542158)--Connection(2105474549)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:19.669--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.669--ServerSession(1526542158)--Connection(1960786112)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP_REVIEW t3, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1, TMP_EMP t0 WHERE ((t1.ID = ?) AND (((t3.EMP_ID = t0.ID) AND (t1.ID = t3.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID))) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:19:19.67--ServerSession(1526542158)--Connection(2105474549)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:19.67--UnitOfWork(1403474304)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Employee sql="SELECT t0.FIRSTNAME FROM TMP_EMP_REVIEW t3, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1, TMP_EMP t0 WHERE (((t3.EMP_ID = t0.ID) AND (t1.ID = t3.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID))") [junit] [EL Finest]: 2022-09-10 04:19:19.67--ServerSession(1526542158)--Connection(334467079)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:19.67--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.67--ServerSession(1526542158)--Connection(1252940208)--Thread(Thread[main,5,main])--SELECT t0.FIRSTNAME FROM TMP_EMP_REVIEW t3, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1, TMP_EMP t0 WHERE (((t3.EMP_ID = t0.ID) AND (t1.ID = t3.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID)) [junit] [EL Finest]: 2022-09-10 04:19:19.671--ServerSession(1526542158)--Connection(334467079)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:19.699--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 95093344 [junit] [EL Finer]: 2022-09-10 04:19:19.699--ClientSession(95093344)--Thread(Thread[main,5,main])--acquire unit of work: 190428863 [junit] [EL Finest]: 2022-09-10 04:19:19.699--UnitOfWork(190428863)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:19.699--UnitOfWork(190428863)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finer]: 2022-09-10 04:19:19.699--UnitOfWork(190428863)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:19.699--UnitOfWork(190428863)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2022-09-10 04:19:19.699--ServerSession(1526542158)--Connection(792518063)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.699--ClientSession(95093344)--Connection(792518063)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:19.699--ClientSession(95093344)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:19.7--UnitOfWork(190428863)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finer]: 2022-09-10 04:19:19.7--ClientSession(95093344)--Connection(1015593003)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:19.7--ClientSession(95093344)--Connection(1015593003)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:19.7--ClientSession(95093344)--Connection(1015593003)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2022-09-10 04:19:19.7--ClientSession(95093344)--Connection(1015593003)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2022-09-10 04:19:19.7--ClientSession(95093344)--Connection(1015593003)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:19.701--ClientSession(95093344)--Connection(1015593003)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:19.702--ServerSession(1526542158)--Connection(792518063)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.702--UnitOfWork(190428863)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:19.702--UnitOfWork(190428863)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.702--UnitOfWork(190428863)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.702--ClientSession(95093344)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.702--UnitOfWork(190428863)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.702--ClientSession(95093344)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:19.702--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1711509547 [junit] [EL Finer]: 2022-09-10 04:19:19.702--ClientSession(1711509547)--Thread(Thread[main,5,main])--acquire unit of work: 531838240 [junit] [EL Finest]: 2022-09-10 04:19:19.702--UnitOfWork(531838240)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@111f13c7. [junit] [EL Finest]: 2022-09-10 04:19:19.702--UnitOfWork(531838240)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1. [junit] [EL Finest]: 2022-09-10 04:19:19.702--UnitOfWork(531838240)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1b02231b. [junit] [EL Finer]: 2022-09-10 04:19:19.702--UnitOfWork(531838240)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:19.702--UnitOfWork(531838240)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:19:19.703--UnitOfWork(531838240)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@111f13c7) [junit] [EL Finest]: 2022-09-10 04:19:19.703--ServerSession(1526542158)--Connection(1275123735)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.703--ClientSession(1711509547)--Connection(1275123735)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:19.703--ClientSession(1711509547)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:19.703--UnitOfWork(531838240)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1b02231b) [junit] [EL Finest]: 2022-09-10 04:19:19.703--UnitOfWork(531838240)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1) [junit] [EL Finer]: 2022-09-10 04:19:19.703--ClientSession(1711509547)--Connection(562613126)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:19.703--ClientSession(1711509547)--Connection(562613126)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:19.703--ClientSession(1711509547)--Connection(562613126)--Thread(Thread[main,5,main])-- bind => [15, Hans, Müller, null, null, null, null, 10, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:19.703--ClientSession(1711509547)--Connection(562613126)--Thread(Thread[main,5,main])-- bind => [16, Fred, Maier, null, null, null, null, 10, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:19.704--ClientSession(1711509547)--Connection(562613126)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Fine]: 2022-09-10 04:19:19.705--ClientSession(1711509547)--Connection(562613126)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] bind => [1, 2006-01-02, first, 1, Review] [junit] [EL Finest]: 2022-09-10 04:19:19.705--ClientSession(1711509547)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Fine]: 2022-09-10 04:19:19.705--ClientSession(1711509547)--Connection(562613126)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] bind => [0, 1] [junit] [EL Fine]: 2022-09-10 04:19:19.706--ClientSession(1711509547)--Connection(562613126)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?) [junit] bind => [1, 16] [junit] [EL Finer]: 2022-09-10 04:19:19.706--ClientSession(1711509547)--Connection(562613126)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:19.707--ServerSession(1526542158)--Connection(1275123735)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.707--UnitOfWork(531838240)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:19.707--UnitOfWork(531838240)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.707--UnitOfWork(531838240)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.707--ClientSession(1711509547)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.707--UnitOfWork(531838240)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.707--ClientSession(1711509547)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:19.708--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 221483258 [junit] [EL Finer]: 2022-09-10 04:19:19.708--ClientSession(221483258)--Thread(Thread[main,5,main])--acquire unit of work: 1397368945 [junit] [EL Finest]: 2022-09-10 04:19:19.708--UnitOfWork(1397368945)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Employee sql="SELECT FIRSTNAME FROM TMP_EMP WHERE (LASTNAME IN (?))") [junit] [EL Finest]: 2022-09-10 04:19:19.708--ServerSession(1526542158)--Connection(1790564803)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:19.709--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.709--ServerSession(1526542158)--Connection(56708435)--Thread(Thread[main,5,main])--SELECT FIRSTNAME FROM TMP_EMP WHERE (LASTNAME IN (?)) [junit] bind => [Maier] [junit] [EL Finest]: 2022-09-10 04:19:19.709--ServerSession(1526542158)--Connection(1790564803)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:19.71--UnitOfWork(1397368945)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Employee sql="SELECT FIRSTNAME FROM TMP_EMP WHERE (LASTNAME IN (?, ?))") [junit] [EL Finest]: 2022-09-10 04:19:19.71--ServerSession(1526542158)--Connection(1147007032)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:19.71--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.71--ServerSession(1526542158)--Connection(1712511402)--Thread(Thread[main,5,main])--SELECT FIRSTNAME FROM TMP_EMP WHERE (LASTNAME IN (?, ?)) [junit] bind => [Müller, Völler] [junit] [EL Finest]: 2022-09-10 04:19:19.711--ServerSession(1526542158)--Connection(1147007032)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:19.745--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 569347802 [junit] [EL Finer]: 2022-09-10 04:19:19.746--ClientSession(569347802)--Thread(Thread[main,5,main])--acquire unit of work: 1118220783 [junit] [EL Finest]: 2022-09-10 04:19:19.746--UnitOfWork(1118220783)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:19.746--UnitOfWork(1118220783)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finer]: 2022-09-10 04:19:19.746--UnitOfWork(1118220783)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:19.746--UnitOfWork(1118220783)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2022-09-10 04:19:19.746--ServerSession(1526542158)--Connection(1603928654)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.746--ClientSession(569347802)--Connection(1603928654)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:19.746--ClientSession(569347802)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:19.746--UnitOfWork(1118220783)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finer]: 2022-09-10 04:19:19.746--ClientSession(569347802)--Connection(1855424604)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:19.747--ClientSession(569347802)--Connection(1855424604)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:19.747--ClientSession(569347802)--Connection(1855424604)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Fine]: 2022-09-10 04:19:19.747--ClientSession(569347802)--Connection(1855424604)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Finer]: 2022-09-10 04:19:19.747--ClientSession(569347802)--Connection(1855424604)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:19.747--ClientSession(569347802)--Connection(1855424604)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:19.748--ServerSession(1526542158)--Connection(1603928654)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.748--UnitOfWork(1118220783)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:19.748--UnitOfWork(1118220783)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.748--UnitOfWork(1118220783)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.749--ClientSession(569347802)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.749--UnitOfWork(1118220783)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.749--ClientSession(569347802)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:19.749--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1636908236 [junit] [EL Finer]: 2022-09-10 04:19:19.749--ClientSession(1636908236)--Thread(Thread[main,5,main])--acquire unit of work: 865504714 [junit] [EL Finest]: 2022-09-10 04:19:19.749--UnitOfWork(865504714)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@453f2ce6. [junit] [EL Finer]: 2022-09-10 04:19:19.749--UnitOfWork(865504714)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:19.749--UnitOfWork(865504714)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:19:19.749--UnitOfWork(865504714)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@453f2ce6) [junit] [EL Finest]: 2022-09-10 04:19:19.749--ServerSession(1526542158)--Connection(1974962333)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.749--ClientSession(1636908236)--Connection(1974962333)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:19.749--ClientSession(1636908236)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.75--ClientSession(1636908236)--Connection(1917367100)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [15, first, last, null, null, null, null, 10, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:19.75--ClientSession(1636908236)--Connection(1917367100)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:19.751--ServerSession(1526542158)--Connection(1974962333)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.751--UnitOfWork(865504714)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:19.751--UnitOfWork(865504714)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.751--UnitOfWork(865504714)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.751--ClientSession(1636908236)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.751--UnitOfWork(865504714)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.751--ClientSession(1636908236)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:19.752--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1051327852 [junit] [EL Finer]: 2022-09-10 04:19:19.752--ClientSession(1051327852)--Thread(Thread[main,5,main])--acquire unit of work: 846103603 [junit] [EL Finest]: 2022-09-10 04:19:19.752--UnitOfWork(846103603)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT t1.ID, t1.FIRSTNAME, t1.LASTNAME, t1.SALARY, t1.EMP_END, t1.EMP_START, t1.COSTCENTER, t1.DEPARTMENT, t1.BROKERAGE_ACCOUNT, t1.CUBICLE_FLOOR, t1.CUBICLE_PLACE, t1.SAMPLE_ACCOUNT, t1.PROFILE_GUID FROM TMP_DEP t0, TMP_EMP t1 WHERE ((t0.NAME = ?) AND (t0.ID = t1.DEPARTMENT))") [junit] [EL Finest]: 2022-09-10 04:19:19.752--ServerSession(1526542158)--Connection(2025893493)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:19.752--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.752--ServerSession(1526542158)--Connection(989466446)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.FIRSTNAME, t1.LASTNAME, t1.SALARY, t1.EMP_END, t1.EMP_START, t1.COSTCENTER, t1.DEPARTMENT, t1.BROKERAGE_ACCOUNT, t1.CUBICLE_FLOOR, t1.CUBICLE_PLACE, t1.SAMPLE_ACCOUNT, t1.PROFILE_GUID FROM TMP_DEP t0, TMP_EMP t1 WHERE ((t0.NAME = ?) AND (t0.ID = t1.DEPARTMENT)) [junit] bind => [ten] [junit] [EL Finest]: 2022-09-10 04:19:19.753--ServerSession(1526542158)--Connection(2025893493)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:19.753--UnitOfWork(846103603)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a [junit] [EL Finest]: 2022-09-10 04:19:19.753--UnitOfWork(846103603)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:19.754--ServerSession(1526542158)--Connection(530049590)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:19.754--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.754--ServerSession(1526542158)--Connection(380860751)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [15, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:19.755--ServerSession(1526542158)--Connection(530049590)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:19.781--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1144692260 [junit] [EL Finer]: 2022-09-10 04:19:19.781--ClientSession(1144692260)--Thread(Thread[main,5,main])--acquire unit of work: 605172860 [junit] [EL Finest]: 2022-09-10 04:19:19.781--UnitOfWork(605172860)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:19.781--UnitOfWork(605172860)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finer]: 2022-09-10 04:19:19.781--UnitOfWork(605172860)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:19.781--UnitOfWork(605172860)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2022-09-10 04:19:19.782--ServerSession(1526542158)--Connection(1203641144)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.782--ClientSession(1144692260)--Connection(1203641144)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:19.782--ClientSession(1144692260)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:19.782--UnitOfWork(605172860)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finer]: 2022-09-10 04:19:19.782--ClientSession(1144692260)--Connection(2101500913)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:19.782--ClientSession(1144692260)--Connection(2101500913)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:19.782--ClientSession(1144692260)--Connection(2101500913)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Fine]: 2022-09-10 04:19:19.782--ClientSession(1144692260)--Connection(2101500913)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Finer]: 2022-09-10 04:19:19.782--ClientSession(1144692260)--Connection(2101500913)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:19.783--ClientSession(1144692260)--Connection(2101500913)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:19.783--ServerSession(1526542158)--Connection(1203641144)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.784--UnitOfWork(605172860)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:19.784--UnitOfWork(605172860)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.784--UnitOfWork(605172860)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.784--ClientSession(1144692260)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.784--UnitOfWork(605172860)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.784--ClientSession(1144692260)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:19.784--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1545281769 [junit] [EL Finer]: 2022-09-10 04:19:19.784--ClientSession(1545281769)--Thread(Thread[main,5,main])--acquire unit of work: 862549320 [junit] [EL Finest]: 2022-09-10 04:19:19.784--UnitOfWork(862549320)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1d862e03. [junit] [EL Finest]: 2022-09-10 04:19:19.784--UnitOfWork(862549320)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2a71f449. [junit] [EL Finer]: 2022-09-10 04:19:19.784--UnitOfWork(862549320)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:19.784--UnitOfWork(862549320)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:19:19.784--UnitOfWork(862549320)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1d862e03) [junit] [EL Finest]: 2022-09-10 04:19:19.784--ServerSession(1526542158)--Connection(2064231641)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.784--ClientSession(1545281769)--Connection(2064231641)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:19.784--ClientSession(1545281769)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:19.785--UnitOfWork(862549320)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2a71f449) [junit] [EL Finer]: 2022-09-10 04:19:19.785--ClientSession(1545281769)--Connection(1593826381)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:19.785--ClientSession(1545281769)--Connection(1593826381)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:19.785--ClientSession(1545281769)--Connection(1593826381)--Thread(Thread[main,5,main])-- bind => [15, Hans, Müller, null, null, null, null, 10, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:19.785--ClientSession(1545281769)--Connection(1593826381)--Thread(Thread[main,5,main])-- bind => [16, Fred, Maier, null, null, null, null, 10, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:19.785--ClientSession(1545281769)--Connection(1593826381)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:19.786--ClientSession(1545281769)--Connection(1593826381)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:19.786--ServerSession(1526542158)--Connection(2064231641)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.786--UnitOfWork(862549320)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:19.787--UnitOfWork(862549320)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.787--UnitOfWork(862549320)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.787--ClientSession(1545281769)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.787--UnitOfWork(862549320)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.787--ClientSession(1545281769)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:19.787--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1060456602 [junit] [EL Finer]: 2022-09-10 04:19:19.788--ClientSession(1060456602)--Thread(Thread[main,5,main])--acquire unit of work: 302026611 [junit] [EL Finest]: 2022-09-10 04:19:19.788--UnitOfWork(302026611)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Employee sql="SELECT FIRSTNAME FROM TMP_EMP WHERE (LASTNAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:19.788--ServerSession(1526542158)--Connection(1601440265)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:19.788--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.788--ServerSession(1526542158)--Connection(950953557)--Thread(Thread[main,5,main])--SELECT FIRSTNAME FROM TMP_EMP WHERE (LASTNAME = ?) [junit] bind => [Maier] [junit] [EL Finest]: 2022-09-10 04:19:19.788--ServerSession(1526542158)--Connection(1601440265)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.281 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestSelectClauses [junit] [EL Finer]: 2022-09-10 04:19:19.815--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 575933473 [junit] [EL Finer]: 2022-09-10 04:19:19.815--ClientSession(575933473)--Thread(Thread[main,5,main])--acquire unit of work: 554017717 [junit] [EL Finest]: 2022-09-10 04:19:19.815--UnitOfWork(554017717)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Employee sql="SELECT t0.ID, t0.NAME, t0.VERSION, t2.PLACE, t2.FLOOR, t2.COLOR FROM TMP_EMP t1 LEFT OUTER JOIN TMP_DEP t0 ON (t0.ID = t1.DEPARTMENT) LEFT OUTER JOIN TMP_CUBICLE t2 ON ((t2.PLACE = t1.CUBICLE_PLACE) AND (t2.FLOOR = t1.CUBICLE_FLOOR))") [junit] [EL Finest]: 2022-09-10 04:19:19.815--ServerSession(1526542158)--Connection(520431356)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:19.815--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.815--ServerSession(1526542158)--Connection(2054213432)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.NAME, t0.VERSION, t2.PLACE, t2.FLOOR, t2.COLOR FROM TMP_EMP t1 LEFT OUTER JOIN TMP_DEP t0 ON (t0.ID = t1.DEPARTMENT) LEFT OUTER JOIN TMP_CUBICLE t2 ON ((t2.PLACE = t1.CUBICLE_PLACE) AND (t2.FLOOR = t1.CUBICLE_FLOOR)) [junit] [EL Finest]: 2022-09-10 04:19:19.816--ServerSession(1526542158)--Connection(520431356)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.122 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestSelectList [junit] [EL Finer]: 2022-09-10 04:19:19.951--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1588783185 [junit] [EL Finer]: 2022-09-10 04:19:19.951--ClientSession(1588783185)--Thread(Thread[main,5,main])--acquire unit of work: 1863366743 [junit] [EL Finest]: 2022-09-10 04:19:19.951--UnitOfWork(1863366743)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@602ff1d9. [junit] [EL Finest]: 2022-09-10 04:19:19.951--UnitOfWork(1863366743)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1e2f5a2d. [junit] [EL Finer]: 2022-09-10 04:19:19.951--UnitOfWork(1863366743)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:19.952--UnitOfWork(1863366743)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@602ff1d9) [junit] [EL Finest]: 2022-09-10 04:19:19.952--ServerSession(1526542158)--Connection(571514409)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.952--ClientSession(1588783185)--Connection(571514409)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:19.952--ClientSession(1588783185)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:19.952--UnitOfWork(1863366743)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1e2f5a2d) [junit] [EL Finer]: 2022-09-10 04:19:19.952--ClientSession(1588783185)--Connection(1183467124)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:19.952--ClientSession(1588783185)--Connection(1183467124)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:19.952--ClientSession(1588783185)--Connection(1183467124)--Thread(Thread[main,5,main])-- bind => [1, Hugo, Maier, null, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:19.952--ClientSession(1588783185)--Connection(1183467124)--Thread(Thread[main,5,main])-- bind => [2, Tina, Schmidt, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:19.952--ClientSession(1588783185)--Connection(1183467124)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:19.953--ClientSession(1588783185)--Connection(1183467124)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:19.954--ServerSession(1526542158)--Connection(571514409)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.954--UnitOfWork(1863366743)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:19.954--UnitOfWork(1863366743)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.954--UnitOfWork(1863366743)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.954--ClientSession(1588783185)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.954--UnitOfWork(1863366743)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.954--ClientSession(1588783185)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:19.955--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2086456444 [junit] [EL Finer]: 2022-09-10 04:19:19.955--ClientSession(2086456444)--Thread(Thread[main,5,main])--acquire unit of work: 562902186 [junit] [EL Finest]: 2022-09-10 04:19:19.955--UnitOfWork(562902186)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID, FIRSTNAME FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:19.955--ServerSession(1526542158)--Connection(132686409)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:19.955--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.956--ServerSession(1526542158)--Connection(982245691)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID, FIRSTNAME FROM TMP_EMP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:19.956--ServerSession(1526542158)--Connection(132686409)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:19.956--UnitOfWork(562902186)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:19.957--ServerSession(1526542158)--Connection(1334910487)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:19.957--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.957--ServerSession(1526542158)--Connection(415315450)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [1, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:19.957--ServerSession(1526542158)--Connection(1334910487)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:19.984--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1712336310 [junit] [EL Finer]: 2022-09-10 04:19:19.984--ClientSession(1712336310)--Thread(Thread[main,5,main])--acquire unit of work: 977913176 [junit] [EL Finest]: 2022-09-10 04:19:19.985--UnitOfWork(977913176)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@d59f195. [junit] [EL Finest]: 2022-09-10 04:19:19.985--UnitOfWork(977913176)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@22c15ebc. [junit] [EL Finer]: 2022-09-10 04:19:19.985--UnitOfWork(977913176)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:19.985--UnitOfWork(977913176)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@d59f195) [junit] [EL Finest]: 2022-09-10 04:19:19.985--ServerSession(1526542158)--Connection(1943756492)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.985--ClientSession(1712336310)--Connection(1943756492)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:19.985--ClientSession(1712336310)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:19.985--UnitOfWork(977913176)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@22c15ebc) [junit] [EL Finer]: 2022-09-10 04:19:19.985--ClientSession(1712336310)--Connection(1531435701)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:19.986--ClientSession(1712336310)--Connection(1531435701)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:19.986--ClientSession(1712336310)--Connection(1531435701)--Thread(Thread[main,5,main])-- bind => [1, Hugo, Maier, null, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:19.986--ClientSession(1712336310)--Connection(1531435701)--Thread(Thread[main,5,main])-- bind => [2, Tina, Schmidt, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:19.986--ClientSession(1712336310)--Connection(1531435701)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:19.986--ClientSession(1712336310)--Connection(1531435701)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:19.987--ServerSession(1526542158)--Connection(1943756492)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:19.987--UnitOfWork(977913176)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:19.987--UnitOfWork(977913176)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.987--UnitOfWork(977913176)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.987--ClientSession(1712336310)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:19.987--UnitOfWork(977913176)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:19.987--ClientSession(1712336310)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:19.988--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 48946225 [junit] [EL Finer]: 2022-09-10 04:19:19.988--ClientSession(48946225)--Thread(Thread[main,5,main])--acquire unit of work: 41753255 [junit] [EL Finest]: 2022-09-10 04:19:19.988--UnitOfWork(41753255)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Employee sql="SELECT AVG(ID) FROM TMP_EMP") [junit] [EL Finest]: 2022-09-10 04:19:19.988--ServerSession(1526542158)--Connection(1752820791)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:19.988--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:19.988--ServerSession(1526542158)--Connection(1875145128)--Thread(Thread[main,5,main])--SELECT AVG(ID) FROM TMP_EMP [junit] [EL Finest]: 2022-09-10 04:19:19.999--ServerSession(1526542158)--Connection(1752820791)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.025--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 601908206 [junit] [EL Finer]: 2022-09-10 04:19:20.025--ClientSession(601908206)--Thread(Thread[main,5,main])--acquire unit of work: 1663174094 [junit] [EL Finest]: 2022-09-10 04:19:20.025--UnitOfWork(1663174094)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@27c0e529. [junit] [EL Finest]: 2022-09-10 04:19:20.025--UnitOfWork(1663174094)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3acd599d. [junit] [EL Finer]: 2022-09-10 04:19:20.026--UnitOfWork(1663174094)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:20.026--UnitOfWork(1663174094)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3acd599d) [junit] [EL Finest]: 2022-09-10 04:19:20.026--ServerSession(1526542158)--Connection(1227133289)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.026--ClientSession(601908206)--Connection(1227133289)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:20.026--ClientSession(601908206)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:20.026--UnitOfWork(1663174094)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@27c0e529) [junit] [EL Finer]: 2022-09-10 04:19:20.026--ClientSession(601908206)--Connection(435497057)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:20.026--ClientSession(601908206)--Connection(435497057)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:20.026--ClientSession(601908206)--Connection(435497057)--Thread(Thread[main,5,main])-- bind => [2, Tina, Schmidt, null, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:20.026--ClientSession(601908206)--Connection(435497057)--Thread(Thread[main,5,main])-- bind => [1, Hugo, Maier, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:20.026--ClientSession(601908206)--Connection(435497057)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:20.027--ClientSession(601908206)--Connection(435497057)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:20.028--ServerSession(1526542158)--Connection(1227133289)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.028--UnitOfWork(1663174094)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:20.028--UnitOfWork(1663174094)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.028--UnitOfWork(1663174094)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.028--ClientSession(601908206)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.028--UnitOfWork(1663174094)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.028--ClientSession(601908206)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:20.028--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2081937361 [junit] [EL Finer]: 2022-09-10 04:19:20.028--ClientSession(2081937361)--Thread(Thread[main,5,main])--acquire unit of work: 1284591122 [junit] [EL Finer]: 2022-09-10 04:19:20.03--UnitOfWork(1284591122)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:20.03--UnitOfWork(1284591122)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:20.03--UnitOfWork(1284591122)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Employee sql="SELECT FIRSTNAME, LASTNAME FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:20.03--ServerSession(1526542158)--Connection(1924429255)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.03--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.03--ServerSession(1526542158)--Connection(1009671350)--Thread(Thread[main,5,main])--SELECT FIRSTNAME, LASTNAME FROM TMP_EMP WHERE (ID = ?) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:19:20.031--ServerSession(1526542158)--Connection(1924429255)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.031--UnitOfWork(1284591122)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.031--ClientSession(2081937361)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:20.059--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 655818722 [junit] [EL Finer]: 2022-09-10 04:19:20.059--ClientSession(655818722)--Thread(Thread[main,5,main])--acquire unit of work: 841555342 [junit] [EL Finest]: 2022-09-10 04:19:20.059--UnitOfWork(841555342)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2c072835. [junit] [EL Finest]: 2022-09-10 04:19:20.059--UnitOfWork(841555342)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@521f1d77. [junit] [EL Finer]: 2022-09-10 04:19:20.059--UnitOfWork(841555342)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:20.059--UnitOfWork(841555342)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@521f1d77) [junit] [EL Finest]: 2022-09-10 04:19:20.059--ServerSession(1526542158)--Connection(764043320)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.059--ClientSession(655818722)--Connection(764043320)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:20.06--ClientSession(655818722)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:20.06--UnitOfWork(841555342)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2c072835) [junit] [EL Finer]: 2022-09-10 04:19:20.06--ClientSession(655818722)--Connection(122958939)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:20.06--ClientSession(655818722)--Connection(122958939)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:20.06--ClientSession(655818722)--Connection(122958939)--Thread(Thread[main,5,main])-- bind => [2, Tina, Schmidt, null, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:20.06--ClientSession(655818722)--Connection(122958939)--Thread(Thread[main,5,main])-- bind => [1, Hugo, Maier, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:20.06--ClientSession(655818722)--Connection(122958939)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:20.061--ClientSession(655818722)--Connection(122958939)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:20.061--ServerSession(1526542158)--Connection(764043320)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.061--UnitOfWork(841555342)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:20.062--UnitOfWork(841555342)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.062--UnitOfWork(841555342)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.062--ClientSession(655818722)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.062--UnitOfWork(841555342)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.062--ClientSession(655818722)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:20.063--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 963372774 [junit] [EL Finer]: 2022-09-10 04:19:20.063--ClientSession(963372774)--Thread(Thread[main,5,main])--acquire unit of work: 1661878371 [junit] [EL Finest]: 2022-09-10 04:19:20.063--UnitOfWork(1661878371)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Employee sql="SELECT FIRSTNAME FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:20.063--ServerSession(1526542158)--Connection(1966099259)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.063--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.063--ServerSession(1526542158)--Connection(1730875146)--Thread(Thread[main,5,main])--SELECT FIRSTNAME FROM TMP_EMP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:20.063--ServerSession(1526542158)--Connection(1966099259)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.09--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1947128352 [junit] [EL Finer]: 2022-09-10 04:19:20.09--ClientSession(1947128352)--Thread(Thread[main,5,main])--acquire unit of work: 1234514817 [junit] [EL Finest]: 2022-09-10 04:19:20.09--UnitOfWork(1234514817)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@22254d69. [junit] [EL Finest]: 2022-09-10 04:19:20.09--UnitOfWork(1234514817)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4498e76a. [junit] [EL Finer]: 2022-09-10 04:19:20.09--UnitOfWork(1234514817)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:20.09--UnitOfWork(1234514817)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@22254d69) [junit] [EL Finest]: 2022-09-10 04:19:20.09--ServerSession(1526542158)--Connection(782948288)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.09--ClientSession(1947128352)--Connection(782948288)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:20.09--ClientSession(1947128352)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:20.091--UnitOfWork(1234514817)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4498e76a) [junit] [EL Finer]: 2022-09-10 04:19:20.091--ClientSession(1947128352)--Connection(755680968)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:20.091--ClientSession(1947128352)--Connection(755680968)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:20.091--ClientSession(1947128352)--Connection(755680968)--Thread(Thread[main,5,main])-- bind => [1, Hugo, Maier, null, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:20.091--ClientSession(1947128352)--Connection(755680968)--Thread(Thread[main,5,main])-- bind => [2, Tina, Schmidt, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:20.091--ClientSession(1947128352)--Connection(755680968)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:20.092--ClientSession(1947128352)--Connection(755680968)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:20.092--ServerSession(1526542158)--Connection(782948288)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.092--UnitOfWork(1234514817)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:20.093--UnitOfWork(1234514817)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.093--UnitOfWork(1234514817)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.093--ClientSession(1947128352)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.093--UnitOfWork(1234514817)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.093--ClientSession(1947128352)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:20.094--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 46195296 [junit] [EL Finer]: 2022-09-10 04:19:20.094--ClientSession(46195296)--Thread(Thread[main,5,main])--acquire unit of work: 1629346499 [junit] [EL Finest]: 2022-09-10 04:19:20.094--UnitOfWork(1629346499)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Employee sql="SELECT FIRSTNAME, ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:20.094--ServerSession(1526542158)--Connection(1667797588)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.094--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.094--ServerSession(1526542158)--Connection(949433061)--Thread(Thread[main,5,main])--SELECT FIRSTNAME, ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:20.095--ServerSession(1526542158)--Connection(1667797588)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.095--UnitOfWork(1629346499)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:20.095--ServerSession(1526542158)--Connection(341433534)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.095--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.095--ServerSession(1526542158)--Connection(554602748)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [1, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:20.096--ServerSession(1526542158)--Connection(341433534)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.124--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1698504060 [junit] [EL Finer]: 2022-09-10 04:19:20.124--ClientSession(1698504060)--Thread(Thread[main,5,main])--acquire unit of work: 2143962794 [junit] [EL Finest]: 2022-09-10 04:19:20.124--UnitOfWork(2143962794)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@41404e50. [junit] [EL Finest]: 2022-09-10 04:19:20.124--UnitOfWork(2143962794)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@16535150. [junit] [EL Finer]: 2022-09-10 04:19:20.124--UnitOfWork(2143962794)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:20.124--UnitOfWork(2143962794)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@16535150) [junit] [EL Finest]: 2022-09-10 04:19:20.124--ServerSession(1526542158)--Connection(1965779091)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.124--ClientSession(1698504060)--Connection(1965779091)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:20.124--ClientSession(1698504060)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:20.125--UnitOfWork(2143962794)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@41404e50) [junit] [EL Finer]: 2022-09-10 04:19:20.125--ClientSession(1698504060)--Connection(2046721719)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:20.125--ClientSession(1698504060)--Connection(2046721719)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:20.125--ClientSession(1698504060)--Connection(2046721719)--Thread(Thread[main,5,main])-- bind => [2, Tina, Schmidt, null, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:20.125--ClientSession(1698504060)--Connection(2046721719)--Thread(Thread[main,5,main])-- bind => [1, Hugo, Maier, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:20.125--ClientSession(1698504060)--Connection(2046721719)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:20.126--ClientSession(1698504060)--Connection(2046721719)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:20.126--ServerSession(1526542158)--Connection(1965779091)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.126--UnitOfWork(2143962794)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:20.126--UnitOfWork(2143962794)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.126--UnitOfWork(2143962794)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.127--ClientSession(1698504060)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.127--UnitOfWork(2143962794)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.127--ClientSession(1698504060)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:20.127--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1838844465 [junit] [EL Finer]: 2022-09-10 04:19:20.127--ClientSession(1838844465)--Thread(Thread[main,5,main])--acquire unit of work: 879731647 [junit] [EL Finest]: 2022-09-10 04:19:20.128--UnitOfWork(879731647)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Employee sql="SELECT FIRSTNAME, LASTNAME FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:20.128--ServerSession(1526542158)--Connection(398411029)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.128--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.128--ServerSession(1526542158)--Connection(240854249)--Thread(Thread[main,5,main])--SELECT FIRSTNAME, LASTNAME FROM TMP_EMP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:20.128--ServerSession(1526542158)--Connection(398411029)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.205 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestSelectListTypes [junit] [EL Finer]: 2022-09-10 04:19:20.159--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 166896160 [junit] [EL Finer]: 2022-09-10 04:19:20.159--ClientSession(166896160)--Thread(Thread[main,5,main])--acquire unit of work: 2118642581 [junit] [EL Finest]: 2022-09-10 04:19:20.159--UnitOfWork(2118642581)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7dee0a5. [junit] [EL Finer]: 2022-09-10 04:19:20.159--UnitOfWork(2118642581)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:20.159--UnitOfWork(2118642581)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7dee0a5) [junit] [EL Finest]: 2022-09-10 04:19:20.159--ServerSession(1526542158)--Connection(1060550557)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.159--ClientSession(166896160)--Connection(1060550557)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:20.159--ClientSession(166896160)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.16--ClientSession(166896160)--Connection(2069836478)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@68674144, [B@59b1a759, [B@7b667c59, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@7166a6f7, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@2359b4fe, [B@770644a3, [B@3fca7aae, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:20.162--ClientSession(166896160)--Connection(2069836478)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:20.163--ServerSession(1526542158)--Connection(1060550557)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.163--UnitOfWork(2118642581)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:20.163--UnitOfWork(2118642581)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.164--UnitOfWork(2118642581)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.164--ClientSession(166896160)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.164--UnitOfWork(2118642581)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.164--ClientSession(166896160)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:20.164--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1041427071 [junit] [EL Finer]: 2022-09-10 04:19:20.164--ClientSession(1041427071)--Thread(Thread[main,5,main])--acquire unit of work: 1469015613 [junit] [EL Finest]: 2022-09-10 04:19:20.164--UnitOfWork(1469015613)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:20.164--ServerSession(1526542158)--Connection(1214817879)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.164--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.164--ServerSession(1526542158)--Connection(594935031)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:20.166--ServerSession(1526542158)--Connection(1214817879)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.167--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 352434586 [junit] [EL Finer]: 2022-09-10 04:19:20.167--ClientSession(352434586)--Thread(Thread[main,5,main])--acquire unit of work: 1521027189 [junit] [EL Finest]: 2022-09-10 04:19:20.167--UnitOfWork(1521027189)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT AVG(W_BYTE) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:20.167--ServerSession(1526542158)--Connection(1527292961)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.168--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.168--ServerSession(1526542158)--Connection(2090401340)--Thread(Thread[main,5,main])--SELECT AVG(W_BYTE) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:20.168--ServerSession(1526542158)--Connection(1527292961)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.183--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 63578078 [junit] [EL Finer]: 2022-09-10 04:19:20.183--ClientSession(63578078)--Thread(Thread[main,5,main])--acquire unit of work: 2138447676 [junit] [EL Finest]: 2022-09-10 04:19:20.183--UnitOfWork(2138447676)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2be1f991. [junit] [EL Finer]: 2022-09-10 04:19:20.183--UnitOfWork(2138447676)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:20.183--UnitOfWork(2138447676)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2be1f991) [junit] [EL Finest]: 2022-09-10 04:19:20.183--ServerSession(1526542158)--Connection(129339892)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.183--ClientSession(63578078)--Connection(129339892)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:20.183--ClientSession(63578078)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.184--ClientSession(63578078)--Connection(179069424)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@630d4d7f, [B@6a59c0fd, [B@2feb6b84, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@47a75bc, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@d95a6f9, [B@29efc19e, [B@5dac286c, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:20.186--ClientSession(63578078)--Connection(179069424)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:20.186--ServerSession(1526542158)--Connection(129339892)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.186--UnitOfWork(2138447676)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:20.187--UnitOfWork(2138447676)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.187--UnitOfWork(2138447676)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.187--ClientSession(63578078)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.187--UnitOfWork(2138447676)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.187--ClientSession(63578078)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:20.187--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 679713143 [junit] [EL Finer]: 2022-09-10 04:19:20.187--ClientSession(679713143)--Thread(Thread[main,5,main])--acquire unit of work: 2006151033 [junit] [EL Finest]: 2022-09-10 04:19:20.187--UnitOfWork(2006151033)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:20.187--ServerSession(1526542158)--Connection(1509498600)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.187--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.187--ServerSession(1526542158)--Connection(1453686179)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:20.188--ServerSession(1526542158)--Connection(1509498600)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.19--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1282927444 [junit] [EL Finer]: 2022-09-10 04:19:20.19--ClientSession(1282927444)--Thread(Thread[main,5,main])--acquire unit of work: 977962665 [junit] [EL Finest]: 2022-09-10 04:19:20.19--UnitOfWork(977962665)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT AVG(W_LONG) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:20.19--ServerSession(1526542158)--Connection(612223269)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.19--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.19--ServerSession(1526542158)--Connection(816312878)--Thread(Thread[main,5,main])--SELECT AVG(W_LONG) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:20.191--ServerSession(1526542158)--Connection(612223269)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.205--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 194339335 [junit] [EL Finer]: 2022-09-10 04:19:20.205--ClientSession(194339335)--Thread(Thread[main,5,main])--acquire unit of work: 1527375098 [junit] [EL Finest]: 2022-09-10 04:19:20.205--UnitOfWork(1527375098)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@49accb92. [junit] [EL Finer]: 2022-09-10 04:19:20.205--UnitOfWork(1527375098)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:20.205--UnitOfWork(1527375098)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@49accb92) [junit] [EL Finest]: 2022-09-10 04:19:20.205--ServerSession(1526542158)--Connection(1910739874)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.205--ClientSession(194339335)--Connection(1910739874)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:20.206--ClientSession(194339335)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.206--ClientSession(194339335)--Connection(1095234669)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@424159f, [B@7fd8b289, [B@40c65f8d, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@2dd5aab4, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@979ca7c, [B@330f7d20, [B@414776fb, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:20.208--ClientSession(194339335)--Connection(1095234669)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:20.209--ServerSession(1526542158)--Connection(1910739874)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.209--UnitOfWork(1527375098)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:20.209--UnitOfWork(1527375098)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.209--UnitOfWork(1527375098)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.209--ClientSession(194339335)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.209--UnitOfWork(1527375098)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.209--ClientSession(194339335)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:20.209--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1251237486 [junit] [EL Finer]: 2022-09-10 04:19:20.209--ClientSession(1251237486)--Thread(Thread[main,5,main])--acquire unit of work: 454031707 [junit] [EL Finest]: 2022-09-10 04:19:20.21--UnitOfWork(454031707)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:20.21--ServerSession(1526542158)--Connection(1994063118)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.21--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.21--ServerSession(1526542158)--Connection(856767883)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:20.211--ServerSession(1526542158)--Connection(1994063118)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.213--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 310729810 [junit] [EL Finer]: 2022-09-10 04:19:20.213--ClientSession(310729810)--Thread(Thread[main,5,main])--acquire unit of work: 1472181959 [junit] [EL Finest]: 2022-09-10 04:19:20.213--UnitOfWork(1472181959)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT AVG(P_DOUBLE) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:20.213--ServerSession(1526542158)--Connection(646200434)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.213--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.213--ServerSession(1526542158)--Connection(1183602873)--Thread(Thread[main,5,main])--SELECT AVG(P_DOUBLE) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:20.214--ServerSession(1526542158)--Connection(646200434)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.227--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1093409488 [junit] [EL Finer]: 2022-09-10 04:19:20.227--ClientSession(1093409488)--Thread(Thread[main,5,main])--acquire unit of work: 402331978 [junit] [EL Finest]: 2022-09-10 04:19:20.227--UnitOfWork(402331978)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@b11fcda. [junit] [EL Finer]: 2022-09-10 04:19:20.227--UnitOfWork(402331978)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:20.228--UnitOfWork(402331978)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@b11fcda) [junit] [EL Finest]: 2022-09-10 04:19:20.228--ServerSession(1526542158)--Connection(1988181398)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.228--ClientSession(1093409488)--Connection(1988181398)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:20.228--ClientSession(1093409488)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.228--ClientSession(1093409488)--Connection(1836950623)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@55d7429e, [B@cbe0f5f, [B@6968256e, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@16fad858, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@79d6abab, [B@56e8739, [B@2d8581af, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:20.23--ClientSession(1093409488)--Connection(1836950623)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:20.231--ServerSession(1526542158)--Connection(1988181398)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.231--UnitOfWork(402331978)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:20.231--UnitOfWork(402331978)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.231--UnitOfWork(402331978)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.231--ClientSession(1093409488)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.231--UnitOfWork(402331978)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.231--ClientSession(1093409488)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:20.231--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1372241805 [junit] [EL Finer]: 2022-09-10 04:19:20.231--ClientSession(1372241805)--Thread(Thread[main,5,main])--acquire unit of work: 638223261 [junit] [EL Finest]: 2022-09-10 04:19:20.231--UnitOfWork(638223261)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:20.231--ServerSession(1526542158)--Connection(282030384)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.231--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.232--ServerSession(1526542158)--Connection(1813190083)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:20.232--ServerSession(1526542158)--Connection(282030384)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.234--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1971051455 [junit] [EL Finer]: 2022-09-10 04:19:20.234--ClientSession(1971051455)--Thread(Thread[main,5,main])--acquire unit of work: 1027811708 [junit] [EL Finest]: 2022-09-10 04:19:20.234--UnitOfWork(1027811708)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT P_INT FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:20.234--ServerSession(1526542158)--Connection(1548164011)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.234--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.234--ServerSession(1526542158)--Connection(361700122)--Thread(Thread[main,5,main])--SELECT P_INT FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:20.234--ServerSession(1526542158)--Connection(1548164011)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.249--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 723178119 [junit] [EL Finer]: 2022-09-10 04:19:20.249--ClientSession(723178119)--Thread(Thread[main,5,main])--acquire unit of work: 1747747251 [junit] [EL Finest]: 2022-09-10 04:19:20.249--UnitOfWork(1747747251)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4b189d2a. [junit] [EL Finer]: 2022-09-10 04:19:20.249--UnitOfWork(1747747251)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:20.249--UnitOfWork(1747747251)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4b189d2a) [junit] [EL Finest]: 2022-09-10 04:19:20.249--ServerSession(1526542158)--Connection(1541188642)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.249--ClientSession(723178119)--Connection(1541188642)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:20.249--ClientSession(723178119)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.25--ClientSession(723178119)--Connection(1763023986)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@182a8bf8, [B@3d4fb16e, [B@7dff5404, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@437c5a25, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@fc56cf9, [B@4fc178ae, [B@48195a26, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:20.251--ClientSession(723178119)--Connection(1763023986)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:20.252--ServerSession(1526542158)--Connection(1541188642)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.252--UnitOfWork(1747747251)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:20.252--UnitOfWork(1747747251)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.252--UnitOfWork(1747747251)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.252--ClientSession(723178119)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.252--UnitOfWork(1747747251)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.252--ClientSession(723178119)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:20.252--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1319819874 [junit] [EL Finer]: 2022-09-10 04:19:20.252--ClientSession(1319819874)--Thread(Thread[main,5,main])--acquire unit of work: 525371205 [junit] [EL Finest]: 2022-09-10 04:19:20.252--UnitOfWork(525371205)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:20.253--ServerSession(1526542158)--Connection(168168812)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.253--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.253--ServerSession(1526542158)--Connection(1213617930)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:20.254--ServerSession(1526542158)--Connection(168168812)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.255--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1327162171 [junit] [EL Finer]: 2022-09-10 04:19:20.255--ClientSession(1327162171)--Thread(Thread[main,5,main])--acquire unit of work: 1516579066 [junit] [EL Finest]: 2022-09-10 04:19:20.255--UnitOfWork(1516579066)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT SUM(W_FLOAT) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:20.255--ServerSession(1526542158)--Connection(1800823906)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.255--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.256--ServerSession(1526542158)--Connection(217697661)--Thread(Thread[main,5,main])--SELECT SUM(W_FLOAT) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:20.256--ServerSession(1526542158)--Connection(1800823906)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.27--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2501881 [junit] [EL Finer]: 2022-09-10 04:19:20.27--ClientSession(2501881)--Thread(Thread[main,5,main])--acquire unit of work: 1325039408 [junit] [EL Finest]: 2022-09-10 04:19:20.27--UnitOfWork(1325039408)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@47b408f1. [junit] [EL Finer]: 2022-09-10 04:19:20.27--UnitOfWork(1325039408)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:20.27--UnitOfWork(1325039408)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@47b408f1) [junit] [EL Finest]: 2022-09-10 04:19:20.27--ServerSession(1526542158)--Connection(922856815)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.27--ClientSession(2501881)--Connection(922856815)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:20.27--ClientSession(2501881)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.27--ClientSession(2501881)--Connection(1297963590)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@17050474, [B@3912757, [B@7d5ab69d, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@470a068c, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@78938cbd, [B@7232a767, [B@5a7409e2, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:20.272--ClientSession(2501881)--Connection(1297963590)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:20.273--ServerSession(1526542158)--Connection(922856815)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.273--UnitOfWork(1325039408)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:20.273--UnitOfWork(1325039408)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.273--UnitOfWork(1325039408)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.273--ClientSession(2501881)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.273--UnitOfWork(1325039408)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.273--ClientSession(2501881)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:20.273--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 323521146 [junit] [EL Finer]: 2022-09-10 04:19:20.273--ClientSession(323521146)--Thread(Thread[main,5,main])--acquire unit of work: 1155084102 [junit] [EL Finest]: 2022-09-10 04:19:20.273--UnitOfWork(1155084102)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:20.273--ServerSession(1526542158)--Connection(11267026)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.273--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.274--ServerSession(1526542158)--Connection(934472884)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:20.274--ServerSession(1526542158)--Connection(11267026)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.276--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 979403856 [junit] [EL Finer]: 2022-09-10 04:19:20.276--ClientSession(979403856)--Thread(Thread[main,5,main])--acquire unit of work: 396634093 [junit] [EL Finest]: 2022-09-10 04:19:20.276--UnitOfWork(396634093)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT SUM(W_SMALLINT) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:20.276--ServerSession(1526542158)--Connection(490012512)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.276--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.276--ServerSession(1526542158)--Connection(154164951)--Thread(Thread[main,5,main])--SELECT SUM(W_SMALLINT) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:20.276--ServerSession(1526542158)--Connection(490012512)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.29--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1748919221 [junit] [EL Finer]: 2022-09-10 04:19:20.29--ClientSession(1748919221)--Thread(Thread[main,5,main])--acquire unit of work: 1961632764 [junit] [EL Finest]: 2022-09-10 04:19:20.29--UnitOfWork(1961632764)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@aabb853. [junit] [EL Finer]: 2022-09-10 04:19:20.29--UnitOfWork(1961632764)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:20.291--UnitOfWork(1961632764)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@aabb853) [junit] [EL Finest]: 2022-09-10 04:19:20.291--ServerSession(1526542158)--Connection(1334608182)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.291--ClientSession(1748919221)--Connection(1334608182)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:20.291--ClientSession(1748919221)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.291--ClientSession(1748919221)--Connection(75869920)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@39954f8a, [B@13bd90b4, [B@1d5ba943, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@36f50eef, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@250feea4, [B@5a48f281, [B@1a19493a, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:20.293--ClientSession(1748919221)--Connection(75869920)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:20.293--ServerSession(1526542158)--Connection(1334608182)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.293--UnitOfWork(1961632764)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:20.293--UnitOfWork(1961632764)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.294--UnitOfWork(1961632764)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.294--ClientSession(1748919221)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.294--UnitOfWork(1961632764)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.294--ClientSession(1748919221)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:20.294--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 977254472 [junit] [EL Finer]: 2022-09-10 04:19:20.294--ClientSession(977254472)--Thread(Thread[main,5,main])--acquire unit of work: 1279004879 [junit] [EL Finest]: 2022-09-10 04:19:20.294--UnitOfWork(1279004879)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:20.294--ServerSession(1526542158)--Connection(780619746)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.294--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.294--ServerSession(1526542158)--Connection(451161086)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:20.295--ServerSession(1526542158)--Connection(780619746)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.296--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1179953846 [junit] [EL Finer]: 2022-09-10 04:19:20.297--ClientSession(1179953846)--Thread(Thread[main,5,main])--acquire unit of work: 1546372166 [junit] [EL Finest]: 2022-09-10 04:19:20.297--UnitOfWork(1546372166)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(ENUM_STRING)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:20.297--ServerSession(1526542158)--Connection(1963720212)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.297--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.297--ServerSession(1526542158)--Connection(1153946740)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(ENUM_STRING)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:20.297--ServerSession(1526542158)--Connection(1963720212)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.311--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 679315243 [junit] [EL Finer]: 2022-09-10 04:19:20.311--ClientSession(679315243)--Thread(Thread[main,5,main])--acquire unit of work: 1527666058 [junit] [EL Finest]: 2022-09-10 04:19:20.311--UnitOfWork(1527666058)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@226661c3. [junit] [EL Finer]: 2022-09-10 04:19:20.311--UnitOfWork(1527666058)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:20.311--UnitOfWork(1527666058)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@226661c3) [junit] [EL Finest]: 2022-09-10 04:19:20.312--ServerSession(1526542158)--Connection(409261920)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.312--ClientSession(679315243)--Connection(409261920)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:20.312--ClientSession(679315243)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.312--ClientSession(679315243)--Connection(332571032)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@4bb9b98d, [B@581f515a, [B@3f5af72f, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@1bbe873, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@7485c18, [B@25ff482a, [B@4d742035, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:20.313--ClientSession(679315243)--Connection(332571032)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:20.314--ServerSession(1526542158)--Connection(409261920)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.314--UnitOfWork(1527666058)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:20.314--UnitOfWork(1527666058)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.315--UnitOfWork(1527666058)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.315--ClientSession(679315243)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.315--UnitOfWork(1527666058)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.315--ClientSession(679315243)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:20.315--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1671390276 [junit] [EL Finer]: 2022-09-10 04:19:20.315--ClientSession(1671390276)--Thread(Thread[main,5,main])--acquire unit of work: 1236360182 [junit] [EL Finest]: 2022-09-10 04:19:20.315--UnitOfWork(1236360182)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:20.315--ServerSession(1526542158)--Connection(827028464)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.315--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.315--ServerSession(1526542158)--Connection(1785722147)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:20.316--ServerSession(1526542158)--Connection(827028464)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.317--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1072341683 [junit] [EL Finer]: 2022-09-10 04:19:20.317--ClientSession(1072341683)--Thread(Thread[main,5,main])--acquire unit of work: 1654597700 [junit] [EL Finest]: 2022-09-10 04:19:20.317--UnitOfWork(1654597700)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT SUM(W_INTEGER) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:20.317--ServerSession(1526542158)--Connection(1329937540)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.318--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.318--ServerSession(1526542158)--Connection(976491439)--Thread(Thread[main,5,main])--SELECT SUM(W_INTEGER) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:20.318--ServerSession(1526542158)--Connection(1329937540)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.331--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 444777909 [junit] [EL Finer]: 2022-09-10 04:19:20.332--ClientSession(444777909)--Thread(Thread[main,5,main])--acquire unit of work: 853310179 [junit] [EL Finest]: 2022-09-10 04:19:20.332--UnitOfWork(853310179)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1e8e8f19. [junit] [EL Finer]: 2022-09-10 04:19:20.332--UnitOfWork(853310179)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:20.332--UnitOfWork(853310179)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1e8e8f19) [junit] [EL Finest]: 2022-09-10 04:19:20.332--ServerSession(1526542158)--Connection(2086542612)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.332--ClientSession(444777909)--Connection(2086542612)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:20.332--ClientSession(444777909)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.333--ClientSession(444777909)--Connection(219662316)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@6f5467ac, [B@6e3242e9, [B@6d07d713, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@61bdc11a, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@2d98b386, [B@51c189d6, [B@2ad63b2, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:20.334--ClientSession(444777909)--Connection(219662316)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:20.335--ServerSession(1526542158)--Connection(2086542612)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.335--UnitOfWork(853310179)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:20.335--UnitOfWork(853310179)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.335--UnitOfWork(853310179)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.335--ClientSession(444777909)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.335--UnitOfWork(853310179)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.335--ClientSession(444777909)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:20.335--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1651194426 [junit] [EL Finer]: 2022-09-10 04:19:20.335--ClientSession(1651194426)--Thread(Thread[main,5,main])--acquire unit of work: 1571118629 [junit] [EL Finest]: 2022-09-10 04:19:20.335--UnitOfWork(1571118629)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:20.336--ServerSession(1526542158)--Connection(715331385)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.336--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.336--ServerSession(1526542158)--Connection(2122141685)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:20.337--ServerSession(1526542158)--Connection(715331385)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.338--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 919864744 [junit] [EL Finer]: 2022-09-10 04:19:20.338--ClientSession(919864744)--Thread(Thread[main,5,main])--acquire unit of work: 34185415 [junit] [EL Finest]: 2022-09-10 04:19:20.338--UnitOfWork(34185415)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT MAX(STRING_VC) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:20.338--ServerSession(1526542158)--Connection(1875904071)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.338--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.339--ServerSession(1526542158)--Connection(334458697)--Thread(Thread[main,5,main])--SELECT MAX(STRING_VC) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:20.339--ServerSession(1526542158)--Connection(1875904071)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.358--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 109323569 [junit] [EL Finer]: 2022-09-10 04:19:20.358--ClientSession(109323569)--Thread(Thread[main,5,main])--acquire unit of work: 1326996317 [junit] [EL Finest]: 2022-09-10 04:19:20.358--UnitOfWork(1326996317)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@34a69db. [junit] [EL Finer]: 2022-09-10 04:19:20.358--UnitOfWork(1326996317)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:20.358--UnitOfWork(1326996317)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@34a69db) [junit] [EL Finest]: 2022-09-10 04:19:20.358--ServerSession(1526542158)--Connection(1519928255)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.358--ClientSession(109323569)--Connection(1519928255)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:20.358--ClientSession(109323569)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.359--ClientSession(109323569)--Connection(1467046279)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@36edbb99, [B@2dc10c50, [B@40dcfef3, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@58c1d8ec, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@32b911e, [B@262daea7, [B@121e7f7, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:20.36--ClientSession(109323569)--Connection(1467046279)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:20.361--ServerSession(1526542158)--Connection(1519928255)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.361--UnitOfWork(1326996317)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:20.361--UnitOfWork(1326996317)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.362--UnitOfWork(1326996317)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.362--ClientSession(109323569)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.362--UnitOfWork(1326996317)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.362--ClientSession(109323569)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:20.362--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 275698346 [junit] [EL Finer]: 2022-09-10 04:19:20.362--ClientSession(275698346)--Thread(Thread[main,5,main])--acquire unit of work: 1947169936 [junit] [EL Finest]: 2022-09-10 04:19:20.362--UnitOfWork(1947169936)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:20.362--ServerSession(1526542158)--Connection(1162967881)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.362--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.362--ServerSession(1526542158)--Connection(2019405169)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:20.363--ServerSession(1526542158)--Connection(1162967881)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.365--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1019879798 [junit] [EL Finer]: 2022-09-10 04:19:20.365--ClientSession(1019879798)--Thread(Thread[main,5,main])--acquire unit of work: 2138270635 [junit] [EL Finest]: 2022-09-10 04:19:20.365--UnitOfWork(2138270635)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(WBA_BINARY)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:20.365--ServerSession(1526542158)--Connection(837531591)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.365--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.365--ServerSession(1526542158)--Connection(1997507718)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(WBA_BINARY)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:20.365--ServerSession(1526542158)--Connection(837531591)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.384--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 758652557 [junit] [EL Finer]: 2022-09-10 04:19:20.384--ClientSession(758652557)--Thread(Thread[main,5,main])--acquire unit of work: 1060390066 [junit] [EL Finest]: 2022-09-10 04:19:20.384--UnitOfWork(1060390066)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@207e1269. [junit] [EL Finer]: 2022-09-10 04:19:20.384--UnitOfWork(1060390066)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:20.384--UnitOfWork(1060390066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@207e1269) [junit] [EL Finest]: 2022-09-10 04:19:20.385--ServerSession(1526542158)--Connection(3890803)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.385--ClientSession(758652557)--Connection(3890803)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:20.385--ClientSession(758652557)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.385--ClientSession(758652557)--Connection(1486555359)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@7c6737d4, [B@608d49c8, [B@7f62a6a, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@5de43421, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@18f871de, [B@1231a800, [B@24a26556, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:20.387--ClientSession(758652557)--Connection(1486555359)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:20.388--ServerSession(1526542158)--Connection(3890803)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.388--UnitOfWork(1060390066)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:20.388--UnitOfWork(1060390066)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.388--UnitOfWork(1060390066)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.388--ClientSession(758652557)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.388--UnitOfWork(1060390066)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.388--ClientSession(758652557)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:20.388--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 725240582 [junit] [EL Finer]: 2022-09-10 04:19:20.388--ClientSession(725240582)--Thread(Thread[main,5,main])--acquire unit of work: 530358414 [junit] [EL Finest]: 2022-09-10 04:19:20.389--UnitOfWork(530358414)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:20.389--ServerSession(1526542158)--Connection(1114854517)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.389--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.389--ServerSession(1526542158)--Connection(1386113701)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:20.39--ServerSession(1526542158)--Connection(1114854517)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.392--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2015852902 [junit] [EL Finer]: 2022-09-10 04:19:20.392--ClientSession(2015852902)--Thread(Thread[main,5,main])--acquire unit of work: 861975647 [junit] [EL Finest]: 2022-09-10 04:19:20.392--UnitOfWork(861975647)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(P_BOOLEAN)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:20.392--ServerSession(1526542158)--Connection(1392601896)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.392--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.393--ServerSession(1526542158)--Connection(1263548328)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(P_BOOLEAN)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:20.393--ServerSession(1526542158)--Connection(1392601896)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.41--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1051888468 [junit] [EL Finer]: 2022-09-10 04:19:20.41--ClientSession(1051888468)--Thread(Thread[main,5,main])--acquire unit of work: 50724425 [junit] [EL Finest]: 2022-09-10 04:19:20.411--UnitOfWork(50724425)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@48d37d0a. [junit] [EL Finer]: 2022-09-10 04:19:20.411--UnitOfWork(50724425)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:20.411--UnitOfWork(50724425)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@48d37d0a) [junit] [EL Finest]: 2022-09-10 04:19:20.411--ServerSession(1526542158)--Connection(4358716)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.411--ClientSession(1051888468)--Connection(4358716)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:20.411--ClientSession(1051888468)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.412--ClientSession(1051888468)--Connection(1841503483)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@4d71d5ab, [B@3c721652, [B@3b2ca65c, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@2feb9067, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@6c74d4bc, [B@40188fe6, [B@1e58dfff, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:20.413--ClientSession(1051888468)--Connection(1841503483)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:20.414--ServerSession(1526542158)--Connection(4358716)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.414--UnitOfWork(50724425)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:20.414--UnitOfWork(50724425)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.414--UnitOfWork(50724425)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.414--ClientSession(1051888468)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.414--UnitOfWork(50724425)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.414--ClientSession(1051888468)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:20.414--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 236278673 [junit] [EL Finer]: 2022-09-10 04:19:20.415--ClientSession(236278673)--Thread(Thread[main,5,main])--acquire unit of work: 1846251556 [junit] [EL Finest]: 2022-09-10 04:19:20.415--UnitOfWork(1846251556)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:20.415--ServerSession(1526542158)--Connection(336168316)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.415--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.415--ServerSession(1526542158)--Connection(1249192247)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:20.416--ServerSession(1526542158)--Connection(336168316)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.418--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2143612821 [junit] [EL Finer]: 2022-09-10 04:19:20.418--ClientSession(2143612821)--Thread(Thread[main,5,main])--acquire unit of work: 281549113 [junit] [EL Finest]: 2022-09-10 04:19:20.418--UnitOfWork(281549113)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT AVG(W_DOUBLE) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:20.418--ServerSession(1526542158)--Connection(2090236981)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.418--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.418--ServerSession(1526542158)--Connection(378845707)--Thread(Thread[main,5,main])--SELECT AVG(W_DOUBLE) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:20.419--ServerSession(1526542158)--Connection(2090236981)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.434--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1017970329 [junit] [EL Finer]: 2022-09-10 04:19:20.434--ClientSession(1017970329)--Thread(Thread[main,5,main])--acquire unit of work: 83454586 [junit] [EL Finest]: 2022-09-10 04:19:20.434--UnitOfWork(83454586)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@323384a5. [junit] [EL Finer]: 2022-09-10 04:19:20.434--UnitOfWork(83454586)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:20.434--UnitOfWork(83454586)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@323384a5) [junit] [EL Finest]: 2022-09-10 04:19:20.435--ServerSession(1526542158)--Connection(1351835950)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.435--ClientSession(1017970329)--Connection(1351835950)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:20.435--ClientSession(1017970329)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.435--ClientSession(1017970329)--Connection(900376031)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@57567018, [B@10cfaef3, [B@3063f4cc, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@7bb269ff, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@1f001021, [B@72558d04, [B@5d3fd216, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:20.437--ClientSession(1017970329)--Connection(900376031)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:20.437--ServerSession(1526542158)--Connection(1351835950)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.438--UnitOfWork(83454586)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:20.438--UnitOfWork(83454586)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.438--UnitOfWork(83454586)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.438--ClientSession(1017970329)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.438--UnitOfWork(83454586)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.438--ClientSession(1017970329)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:20.438--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 935309099 [junit] [EL Finer]: 2022-09-10 04:19:20.438--ClientSession(935309099)--Thread(Thread[main,5,main])--acquire unit of work: 1020460349 [junit] [EL Finest]: 2022-09-10 04:19:20.438--UnitOfWork(1020460349)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:20.438--ServerSession(1526542158)--Connection(1966186452)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.438--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.438--ServerSession(1526542158)--Connection(2038744284)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:20.44--ServerSession(1526542158)--Connection(1966186452)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.441--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 495564572 [junit] [EL Finer]: 2022-09-10 04:19:20.441--ClientSession(495564572)--Thread(Thread[main,5,main])--acquire unit of work: 1364534218 [junit] [EL Finest]: 2022-09-10 04:19:20.441--UnitOfWork(1364534218)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT WBA_BLOB FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:20.441--ServerSession(1526542158)--Connection(494285003)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.441--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.441--ServerSession(1526542158)--Connection(538899112)--Thread(Thread[main,5,main])--SELECT WBA_BLOB FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:20.442--ServerSession(1526542158)--Connection(494285003)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.459--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 304845770 [junit] [EL Finer]: 2022-09-10 04:19:20.459--ClientSession(304845770)--Thread(Thread[main,5,main])--acquire unit of work: 929149228 [junit] [EL Finest]: 2022-09-10 04:19:20.459--UnitOfWork(929149228)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@242d4a16. [junit] [EL Finer]: 2022-09-10 04:19:20.459--UnitOfWork(929149228)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:20.459--UnitOfWork(929149228)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@242d4a16) [junit] [EL Finest]: 2022-09-10 04:19:20.459--ServerSession(1526542158)--Connection(571512241)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.459--ClientSession(304845770)--Connection(571512241)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:20.459--ClientSession(304845770)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.46--ClientSession(304845770)--Connection(170362945)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@689f9dc8, [B@37d6fadd, [B@437fe629, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@65645eea, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@7181fe53, [B@7181f2ac, [B@4df30c1b, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:20.461--ClientSession(304845770)--Connection(170362945)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:20.462--ServerSession(1526542158)--Connection(571512241)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.462--UnitOfWork(929149228)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:20.462--UnitOfWork(929149228)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.462--UnitOfWork(929149228)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.462--ClientSession(304845770)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.462--UnitOfWork(929149228)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.463--ClientSession(304845770)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:20.463--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1767222317 [junit] [EL Finer]: 2022-09-10 04:19:20.463--ClientSession(1767222317)--Thread(Thread[main,5,main])--acquire unit of work: 1237214779 [junit] [EL Finest]: 2022-09-10 04:19:20.463--UnitOfWork(1237214779)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:20.463--ServerSession(1526542158)--Connection(1129371467)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.463--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.463--ServerSession(1526542158)--Connection(782986127)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:20.464--ServerSession(1526542158)--Connection(1129371467)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.465--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 461018037 [junit] [EL Finer]: 2022-09-10 04:19:20.465--ClientSession(461018037)--Thread(Thread[main,5,main])--acquire unit of work: 1904586673 [junit] [EL Finest]: 2022-09-10 04:19:20.465--UnitOfWork(1904586673)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT W_FLOAT FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:20.466--ServerSession(1526542158)--Connection(974209876)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.466--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.466--ServerSession(1526542158)--Connection(962746543)--Thread(Thread[main,5,main])--SELECT W_FLOAT FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:20.466--ServerSession(1526542158)--Connection(974209876)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.482--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1267574981 [junit] [EL Finer]: 2022-09-10 04:19:20.483--ClientSession(1267574981)--Thread(Thread[main,5,main])--acquire unit of work: 2081613539 [junit] [EL Finest]: 2022-09-10 04:19:20.483--UnitOfWork(2081613539)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4e8b84f. [junit] [EL Finer]: 2022-09-10 04:19:20.483--UnitOfWork(2081613539)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:20.483--UnitOfWork(2081613539)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4e8b84f) [junit] [EL Finest]: 2022-09-10 04:19:20.483--ServerSession(1526542158)--Connection(1475566767)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.483--ClientSession(1267574981)--Connection(1475566767)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:20.483--ClientSession(1267574981)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.484--ClientSession(1267574981)--Connection(251830026)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@55c96e37, [B@1bd3701a, [B@483f70bf, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@5e44b33, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@1b42356e, [B@1b11d5bc, [B@2818f4e9, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:20.485--ClientSession(1267574981)--Connection(251830026)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:20.486--ServerSession(1526542158)--Connection(1475566767)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.486--UnitOfWork(2081613539)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:20.486--UnitOfWork(2081613539)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.486--UnitOfWork(2081613539)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.486--ClientSession(1267574981)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.486--UnitOfWork(2081613539)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.486--ClientSession(1267574981)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:20.486--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1694072990 [junit] [EL Finer]: 2022-09-10 04:19:20.486--ClientSession(1694072990)--Thread(Thread[main,5,main])--acquire unit of work: 1753403882 [junit] [EL Finest]: 2022-09-10 04:19:20.486--UnitOfWork(1753403882)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:20.487--ServerSession(1526542158)--Connection(1027653781)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.487--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.487--ServerSession(1526542158)--Connection(129491071)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:20.488--ServerSession(1526542158)--Connection(1027653781)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.489--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1044906440 [junit] [EL Finer]: 2022-09-10 04:19:20.489--ClientSession(1044906440)--Thread(Thread[main,5,main])--acquire unit of work: 1902721638 [junit] [EL Finest]: 2022-09-10 04:19:20.489--UnitOfWork(1902721638)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT W_SMALLINT FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:20.489--ServerSession(1526542158)--Connection(1009889405)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.489--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.489--ServerSession(1526542158)--Connection(1777086980)--Thread(Thread[main,5,main])--SELECT W_SMALLINT FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:20.49--ServerSession(1526542158)--Connection(1009889405)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.506--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 248892114 [junit] [EL Finer]: 2022-09-10 04:19:20.507--ClientSession(248892114)--Thread(Thread[main,5,main])--acquire unit of work: 279677709 [junit] [EL Finest]: 2022-09-10 04:19:20.507--UnitOfWork(279677709)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1a36b1a. [junit] [EL Finer]: 2022-09-10 04:19:20.507--UnitOfWork(279677709)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:20.507--UnitOfWork(279677709)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1a36b1a) [junit] [EL Finest]: 2022-09-10 04:19:20.507--ServerSession(1526542158)--Connection(418913785)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.507--ClientSession(248892114)--Connection(418913785)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:20.507--ClientSession(248892114)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.508--ClientSession(248892114)--Connection(847226474)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@5abcd0d7, [B@264700ed, [B@6e7e60bb, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@36b1af58, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@ab7eb31, [B@1469d2e2, [B@98f136c, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:20.509--ClientSession(248892114)--Connection(847226474)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:20.51--ServerSession(1526542158)--Connection(418913785)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.51--UnitOfWork(279677709)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:20.51--UnitOfWork(279677709)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.51--UnitOfWork(279677709)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.51--ClientSession(248892114)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.51--UnitOfWork(279677709)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.51--ClientSession(248892114)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:20.51--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1676071452 [junit] [EL Finer]: 2022-09-10 04:19:20.51--ClientSession(1676071452)--Thread(Thread[main,5,main])--acquire unit of work: 1158616210 [junit] [EL Finest]: 2022-09-10 04:19:20.51--UnitOfWork(1158616210)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:20.511--ServerSession(1526542158)--Connection(408914073)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.511--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.511--ServerSession(1526542158)--Connection(534088451)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:20.512--ServerSession(1526542158)--Connection(408914073)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.513--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 980027657 [junit] [EL Finer]: 2022-09-10 04:19:20.513--ClientSession(980027657)--Thread(Thread[main,5,main])--acquire unit of work: 1471621244 [junit] [EL Finest]: 2022-09-10 04:19:20.513--UnitOfWork(1471621244)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT MAX(SQL_DATE) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:20.513--ServerSession(1526542158)--Connection(623119624)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.513--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.513--ServerSession(1526542158)--Connection(1109894917)--Thread(Thread[main,5,main])--SELECT MAX(SQL_DATE) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:20.514--ServerSession(1526542158)--Connection(623119624)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.531--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 62146645 [junit] [EL Finer]: 2022-09-10 04:19:20.531--ClientSession(62146645)--Thread(Thread[main,5,main])--acquire unit of work: 667758892 [junit] [EL Finest]: 2022-09-10 04:19:20.531--UnitOfWork(667758892)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@78e88bd7. [junit] [EL Finer]: 2022-09-10 04:19:20.531--UnitOfWork(667758892)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:20.531--UnitOfWork(667758892)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@78e88bd7) [junit] [EL Finest]: 2022-09-10 04:19:20.531--ServerSession(1526542158)--Connection(1857664802)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.531--ClientSession(62146645)--Connection(1857664802)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:20.531--ClientSession(62146645)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.532--ClientSession(62146645)--Connection(164157410)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@226010a8, [B@777fb0e0, [B@3cc3f137, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@1f60412a, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@3da7f73e, [B@3755b8da, [B@14bcbd4e, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:20.533--ClientSession(62146645)--Connection(164157410)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:20.534--ServerSession(1526542158)--Connection(1857664802)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.534--UnitOfWork(667758892)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:20.534--UnitOfWork(667758892)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.534--UnitOfWork(667758892)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.534--ClientSession(62146645)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.534--UnitOfWork(667758892)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.534--ClientSession(62146645)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:20.535--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 792858792 [junit] [EL Finer]: 2022-09-10 04:19:20.535--ClientSession(792858792)--Thread(Thread[main,5,main])--acquire unit of work: 38068589 [junit] [EL Finest]: 2022-09-10 04:19:20.535--UnitOfWork(38068589)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:20.535--ServerSession(1526542158)--Connection(2059985002)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.535--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.535--ServerSession(1526542158)--Connection(1340296605)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:20.536--ServerSession(1526542158)--Connection(2059985002)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.537--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 770665105 [junit] [EL Finer]: 2022-09-10 04:19:20.537--ClientSession(770665105)--Thread(Thread[main,5,main])--acquire unit of work: 255984077 [junit] [EL Finest]: 2022-09-10 04:19:20.537--UnitOfWork(255984077)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT MAX(SQL_TIME) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:20.537--ServerSession(1526542158)--Connection(1695997193)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.537--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.538--ServerSession(1526542158)--Connection(806775877)--Thread(Thread[main,5,main])--SELECT MAX(SQL_TIME) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:20.538--ServerSession(1526542158)--Connection(1695997193)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.554--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 795620806 [junit] [EL Finer]: 2022-09-10 04:19:20.554--ClientSession(795620806)--Thread(Thread[main,5,main])--acquire unit of work: 782179475 [junit] [EL Finest]: 2022-09-10 04:19:20.554--UnitOfWork(782179475)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@158b5594. [junit] [EL Finer]: 2022-09-10 04:19:20.554--UnitOfWork(782179475)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:20.554--UnitOfWork(782179475)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@158b5594) [junit] [EL Finest]: 2022-09-10 04:19:20.555--ServerSession(1526542158)--Connection(763048418)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.555--ClientSession(795620806)--Connection(763048418)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:20.555--ClientSession(795620806)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.555--ClientSession(795620806)--Connection(2125523518)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@41539ee7, [B@59b0402, [B@788b9e07, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@c0b44d5, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@51724715, [B@c94f22d, [B@28cb3e1e, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:20.557--ClientSession(795620806)--Connection(2125523518)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:20.557--ServerSession(1526542158)--Connection(763048418)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.558--UnitOfWork(782179475)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:20.558--UnitOfWork(782179475)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.558--UnitOfWork(782179475)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.558--ClientSession(795620806)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.558--UnitOfWork(782179475)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.558--ClientSession(795620806)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:20.558--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 516278495 [junit] [EL Finer]: 2022-09-10 04:19:20.558--ClientSession(516278495)--Thread(Thread[main,5,main])--acquire unit of work: 1770730197 [junit] [EL Finest]: 2022-09-10 04:19:20.558--UnitOfWork(1770730197)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:20.558--ServerSession(1526542158)--Connection(1106518206)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.558--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.559--ServerSession(1526542158)--Connection(1340027439)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:20.56--ServerSession(1526542158)--Connection(1106518206)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.561--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1204437991 [junit] [EL Finer]: 2022-09-10 04:19:20.561--ClientSession(1204437991)--Thread(Thread[main,5,main])--acquire unit of work: 1621572456 [junit] [EL Finest]: 2022-09-10 04:19:20.561--UnitOfWork(1621572456)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT PBA_BINARY FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:20.561--ServerSession(1526542158)--Connection(460034654)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.561--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.561--ServerSession(1526542158)--Connection(1520644836)--Thread(Thread[main,5,main])--SELECT PBA_BINARY FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:20.562--ServerSession(1526542158)--Connection(460034654)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.578--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1663828486 [junit] [EL Finer]: 2022-09-10 04:19:20.578--ClientSession(1663828486)--Thread(Thread[main,5,main])--acquire unit of work: 1917083500 [junit] [EL Finest]: 2022-09-10 04:19:20.578--UnitOfWork(1917083500)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@19476596. [junit] [EL Finer]: 2022-09-10 04:19:20.578--UnitOfWork(1917083500)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:20.578--UnitOfWork(1917083500)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@19476596) [junit] [EL Finest]: 2022-09-10 04:19:20.578--ServerSession(1526542158)--Connection(431128533)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.578--ClientSession(1663828486)--Connection(431128533)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:20.578--ClientSession(1663828486)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.579--ClientSession(1663828486)--Connection(1683151455)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@2bec100a, [B@626fd424, [B@7468a0e, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@d8011e4, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@46a72c1e, [B@5af50e1a, [B@69d0e9b0, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:20.58--ClientSession(1663828486)--Connection(1683151455)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:20.581--ServerSession(1526542158)--Connection(431128533)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.581--UnitOfWork(1917083500)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:20.581--UnitOfWork(1917083500)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.582--UnitOfWork(1917083500)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.582--ClientSession(1663828486)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.582--UnitOfWork(1917083500)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.582--ClientSession(1663828486)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:20.582--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1973210836 [junit] [EL Finer]: 2022-09-10 04:19:20.582--ClientSession(1973210836)--Thread(Thread[main,5,main])--acquire unit of work: 944973589 [junit] [EL Finest]: 2022-09-10 04:19:20.582--UnitOfWork(944973589)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:20.582--ServerSession(1526542158)--Connection(1030120916)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.582--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.582--ServerSession(1526542158)--Connection(1226711664)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:20.583--ServerSession(1526542158)--Connection(1030120916)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.584--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 136078276 [junit] [EL Finer]: 2022-09-10 04:19:20.584--ClientSession(136078276)--Thread(Thread[main,5,main])--acquire unit of work: 1408882705 [junit] [EL Finest]: 2022-09-10 04:19:20.584--UnitOfWork(1408882705)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT ENUM_ORDINAL FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:20.585--ServerSession(1526542158)--Connection(811069438)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.585--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.585--ServerSession(1526542158)--Connection(625048700)--Thread(Thread[main,5,main])--SELECT ENUM_ORDINAL FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:20.585--ServerSession(1526542158)--Connection(811069438)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.585--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1554736215 [junit] [EL Finer]: 2022-09-10 04:19:20.585--ClientSession(1554736215)--Thread(Thread[main,5,main])--acquire unit of work: 1915175202 [junit] [EL Finest]: 2022-09-10 04:19:20.585--UnitOfWork(1915175202)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT ENUM_ORDINAL FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:20.586--ServerSession(1526542158)--Connection(2110430356)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.586--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.586--ServerSession(1526542158)--Connection(1287200923)--Thread(Thread[main,5,main])--SELECT ENUM_ORDINAL FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:20.586--ServerSession(1526542158)--Connection(2110430356)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.602--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1413701174 [junit] [EL Finer]: 2022-09-10 04:19:20.602--ClientSession(1413701174)--Thread(Thread[main,5,main])--acquire unit of work: 1322113254 [junit] [EL Finest]: 2022-09-10 04:19:20.602--UnitOfWork(1322113254)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@13bd7c56. [junit] [EL Finer]: 2022-09-10 04:19:20.602--UnitOfWork(1322113254)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:20.602--UnitOfWork(1322113254)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@13bd7c56) [junit] [EL Finest]: 2022-09-10 04:19:20.603--ServerSession(1526542158)--Connection(878882463)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.603--ClientSession(1413701174)--Connection(878882463)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:20.603--ClientSession(1413701174)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.603--ClientSession(1413701174)--Connection(2112021409)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@a530424, [B@187609cb, [B@7df22704, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@5c457873, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@4e2525fb, [B@66b545a5, [B@a139470, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:20.605--ClientSession(1413701174)--Connection(2112021409)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:20.605--ServerSession(1526542158)--Connection(878882463)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.606--UnitOfWork(1322113254)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:20.606--UnitOfWork(1322113254)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.606--UnitOfWork(1322113254)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.606--ClientSession(1413701174)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.606--UnitOfWork(1322113254)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.606--ClientSession(1413701174)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:20.606--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 719871864 [junit] [EL Finer]: 2022-09-10 04:19:20.606--ClientSession(719871864)--Thread(Thread[main,5,main])--acquire unit of work: 1222467309 [junit] [EL Finest]: 2022-09-10 04:19:20.606--UnitOfWork(1222467309)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:20.606--ServerSession(1526542158)--Connection(1105431945)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.606--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.606--ServerSession(1526542158)--Connection(1806551715)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:20.607--ServerSession(1526542158)--Connection(1105431945)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.609--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1086762959 [junit] [EL Finer]: 2022-09-10 04:19:20.609--ClientSession(1086762959)--Thread(Thread[main,5,main])--acquire unit of work: 692923961 [junit] [EL Finest]: 2022-09-10 04:19:20.609--UnitOfWork(692923961)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT WCA_CLOB FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:20.609--ServerSession(1526542158)--Connection(603445758)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.609--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.609--ServerSession(1526542158)--Connection(1434410164)--Thread(Thread[main,5,main])--SELECT WCA_CLOB FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:20.609--ServerSession(1526542158)--Connection(603445758)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.624--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1458271959 [junit] [EL Finer]: 2022-09-10 04:19:20.624--ClientSession(1458271959)--Thread(Thread[main,5,main])--acquire unit of work: 1888233184 [junit] [EL Finest]: 2022-09-10 04:19:20.624--UnitOfWork(1888233184)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3dc03beb. [junit] [EL Finer]: 2022-09-10 04:19:20.624--UnitOfWork(1888233184)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:20.625--UnitOfWork(1888233184)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3dc03beb) [junit] [EL Finest]: 2022-09-10 04:19:20.625--ServerSession(1526542158)--Connection(2101823524)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.625--ClientSession(1458271959)--Connection(2101823524)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:20.625--ClientSession(1458271959)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.625--ClientSession(1458271959)--Connection(812042728)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@516acd72, [B@745b8053, [B@143b32f4, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@53fa5e3f, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@54fc186f, [B@7c0d43bb, [B@316c725c, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:20.627--ClientSession(1458271959)--Connection(812042728)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:20.627--ServerSession(1526542158)--Connection(2101823524)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.628--UnitOfWork(1888233184)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:20.628--UnitOfWork(1888233184)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.628--UnitOfWork(1888233184)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.628--ClientSession(1458271959)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.628--UnitOfWork(1888233184)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.628--ClientSession(1458271959)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:20.628--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1189662124 [junit] [EL Finer]: 2022-09-10 04:19:20.628--ClientSession(1189662124)--Thread(Thread[main,5,main])--acquire unit of work: 778725186 [junit] [EL Finest]: 2022-09-10 04:19:20.628--UnitOfWork(778725186)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:20.628--ServerSession(1526542158)--Connection(1678899426)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.628--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.628--ServerSession(1526542158)--Connection(520339688)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:20.63--ServerSession(1526542158)--Connection(1678899426)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.631--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 603834162 [junit] [EL Finer]: 2022-09-10 04:19:20.631--ClientSession(603834162)--Thread(Thread[main,5,main])--acquire unit of work: 1653127243 [junit] [EL Finest]: 2022-09-10 04:19:20.631--UnitOfWork(1653127243)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(W_CHARACTER)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:20.631--ServerSession(1526542158)--Connection(1563122540)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.631--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.632--ServerSession(1526542158)--Connection(124194854)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(W_CHARACTER)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:20.632--ServerSession(1526542158)--Connection(1563122540)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.646--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 521522010 [junit] [EL Finer]: 2022-09-10 04:19:20.646--ClientSession(521522010)--Thread(Thread[main,5,main])--acquire unit of work: 1385762560 [junit] [EL Finest]: 2022-09-10 04:19:20.647--UnitOfWork(1385762560)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6ee7da38. [junit] [EL Finer]: 2022-09-10 04:19:20.647--UnitOfWork(1385762560)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:20.647--UnitOfWork(1385762560)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6ee7da38) [junit] [EL Finest]: 2022-09-10 04:19:20.647--ServerSession(1526542158)--Connection(2138492357)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.647--ClientSession(521522010)--Connection(2138492357)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:20.647--ClientSession(521522010)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.648--ClientSession(521522010)--Connection(1809366699)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@510efcb7, [B@3c6d4c15, [B@14f5b751, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@5d2458ef, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@7b69fcb8, [B@2d320a24, [B@14446fec, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:20.649--ClientSession(521522010)--Connection(1809366699)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:20.65--ServerSession(1526542158)--Connection(2138492357)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.65--UnitOfWork(1385762560)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:20.651--UnitOfWork(1385762560)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.651--UnitOfWork(1385762560)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.651--ClientSession(521522010)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.651--UnitOfWork(1385762560)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.651--ClientSession(521522010)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:20.651--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2066856185 [junit] [EL Finer]: 2022-09-10 04:19:20.651--ClientSession(2066856185)--Thread(Thread[main,5,main])--acquire unit of work: 605318776 [junit] [EL Finest]: 2022-09-10 04:19:20.651--UnitOfWork(605318776)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:20.651--ServerSession(1526542158)--Connection(884418621)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.651--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.651--ServerSession(1526542158)--Connection(1921756480)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:20.652--ServerSession(1526542158)--Connection(884418621)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.653--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2085258187 [junit] [EL Finer]: 2022-09-10 04:19:20.653--ClientSession(2085258187)--Thread(Thread[main,5,main])--acquire unit of work: 2145460268 [junit] [EL Finest]: 2022-09-10 04:19:20.653--UnitOfWork(2145460268)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(P_DOUBLE)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:20.653--ServerSession(1526542158)--Connection(1013061691)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.653--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.654--ServerSession(1526542158)--Connection(1392896460)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(P_DOUBLE)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:20.654--ServerSession(1526542158)--Connection(1013061691)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.668--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 519710753 [junit] [EL Finer]: 2022-09-10 04:19:20.668--ClientSession(519710753)--Thread(Thread[main,5,main])--acquire unit of work: 976305662 [junit] [EL Finest]: 2022-09-10 04:19:20.668--UnitOfWork(976305662)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5c3ca6cf. [junit] [EL Finer]: 2022-09-10 04:19:20.668--UnitOfWork(976305662)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:20.668--UnitOfWork(976305662)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5c3ca6cf) [junit] [EL Finest]: 2022-09-10 04:19:20.668--ServerSession(1526542158)--Connection(792415714)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.668--ClientSession(519710753)--Connection(792415714)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:20.668--ClientSession(519710753)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.669--ClientSession(519710753)--Connection(1477904187)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@4d1fe401, [B@4416197b, [B@16955bd0, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@63b440bd, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@51b98f26, [B@259089ab, [B@19e71d12, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:20.67--ClientSession(519710753)--Connection(1477904187)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:20.671--ServerSession(1526542158)--Connection(792415714)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.671--UnitOfWork(976305662)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:20.671--UnitOfWork(976305662)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.671--UnitOfWork(976305662)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.671--ClientSession(519710753)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.671--UnitOfWork(976305662)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.671--ClientSession(519710753)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:20.671--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 626393149 [junit] [EL Finer]: 2022-09-10 04:19:20.671--ClientSession(626393149)--Thread(Thread[main,5,main])--acquire unit of work: 857153604 [junit] [EL Finest]: 2022-09-10 04:19:20.671--UnitOfWork(857153604)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:20.671--ServerSession(1526542158)--Connection(1682785322)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.671--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.671--ServerSession(1526542158)--Connection(1721508464)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:20.672--ServerSession(1526542158)--Connection(1682785322)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.673--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2058279072 [junit] [EL Finer]: 2022-09-10 04:19:20.673--ClientSession(2058279072)--Thread(Thread[main,5,main])--acquire unit of work: 51811753 [junit] [EL Finest]: 2022-09-10 04:19:20.673--UnitOfWork(51811753)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT WCA_VARCHAR FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:20.673--ServerSession(1526542158)--Connection(470389274)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.673--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.674--ServerSession(1526542158)--Connection(459373281)--Thread(Thread[main,5,main])--SELECT WCA_VARCHAR FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:20.674--ServerSession(1526542158)--Connection(470389274)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.687--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 882463693 [junit] [EL Finer]: 2022-09-10 04:19:20.687--ClientSession(882463693)--Thread(Thread[main,5,main])--acquire unit of work: 1605910215 [junit] [EL Finest]: 2022-09-10 04:19:20.688--UnitOfWork(1605910215)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@12cdbea0. [junit] [EL Finer]: 2022-09-10 04:19:20.688--UnitOfWork(1605910215)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:20.688--UnitOfWork(1605910215)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@12cdbea0) [junit] [EL Finest]: 2022-09-10 04:19:20.688--ServerSession(1526542158)--Connection(1627005444)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.688--ClientSession(882463693)--Connection(1627005444)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:20.688--ClientSession(882463693)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.688--ClientSession(882463693)--Connection(1261929991)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@39d73eea, [B@57accba6, [B@25dc0c61, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@1407f0dc, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@14a7acd8, [B@25e7a411, [B@601d0bc8, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:20.689--ClientSession(882463693)--Connection(1261929991)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:20.69--ServerSession(1526542158)--Connection(1627005444)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.69--UnitOfWork(1605910215)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:20.69--UnitOfWork(1605910215)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.691--UnitOfWork(1605910215)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.691--ClientSession(882463693)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.691--UnitOfWork(1605910215)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.691--ClientSession(882463693)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:20.691--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 87782784 [junit] [EL Finer]: 2022-09-10 04:19:20.691--ClientSession(87782784)--Thread(Thread[main,5,main])--acquire unit of work: 510211704 [junit] [EL Finest]: 2022-09-10 04:19:20.691--UnitOfWork(510211704)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:20.691--ServerSession(1526542158)--Connection(1647891803)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.691--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.691--ServerSession(1526542158)--Connection(1322013614)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:20.692--ServerSession(1526542158)--Connection(1647891803)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.693--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1015065411 [junit] [EL Finer]: 2022-09-10 04:19:20.693--ClientSession(1015065411)--Thread(Thread[main,5,main])--acquire unit of work: 1806629442 [junit] [EL Finest]: 2022-09-10 04:19:20.693--UnitOfWork(1806629442)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT P_BYTE FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:20.693--ServerSession(1526542158)--Connection(739399424)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.693--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.693--ServerSession(1526542158)--Connection(1374346773)--Thread(Thread[main,5,main])--SELECT P_BYTE FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:20.694--ServerSession(1526542158)--Connection(739399424)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.708--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1430608453 [junit] [EL Finer]: 2022-09-10 04:19:20.708--ClientSession(1430608453)--Thread(Thread[main,5,main])--acquire unit of work: 1907432923 [junit] [EL Finest]: 2022-09-10 04:19:20.708--UnitOfWork(1907432923)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@391dff72. [junit] [EL Finer]: 2022-09-10 04:19:20.708--UnitOfWork(1907432923)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:20.708--UnitOfWork(1907432923)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@391dff72) [junit] [EL Finest]: 2022-09-10 04:19:20.709--ServerSession(1526542158)--Connection(346092679)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.709--ClientSession(1430608453)--Connection(346092679)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:20.709--ClientSession(1430608453)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.709--ClientSession(1430608453)--Connection(596726782)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@2062f5ea, [B@2c9d6a2e, [B@6d627440, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@7ef5b1a7, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@498fc636, [B@e041933, [B@70baacc7, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:20.71--ClientSession(1430608453)--Connection(596726782)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:20.711--ServerSession(1526542158)--Connection(346092679)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.711--UnitOfWork(1907432923)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:20.711--UnitOfWork(1907432923)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.711--UnitOfWork(1907432923)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.711--ClientSession(1430608453)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.711--UnitOfWork(1907432923)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.711--ClientSession(1430608453)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:20.711--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 908402780 [junit] [EL Finer]: 2022-09-10 04:19:20.711--ClientSession(908402780)--Thread(Thread[main,5,main])--acquire unit of work: 1712537515 [junit] [EL Finest]: 2022-09-10 04:19:20.712--UnitOfWork(1712537515)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:20.712--ServerSession(1526542158)--Connection(42167981)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.712--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.712--ServerSession(1526542158)--Connection(159190298)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:20.713--ServerSession(1526542158)--Connection(42167981)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.714--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2127813013 [junit] [EL Finer]: 2022-09-10 04:19:20.714--ClientSession(2127813013)--Thread(Thread[main,5,main])--acquire unit of work: 823805614 [junit] [EL Finest]: 2022-09-10 04:19:20.714--UnitOfWork(823805614)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT P_CHAR FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:20.714--ServerSession(1526542158)--Connection(602434856)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.714--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.714--ServerSession(1526542158)--Connection(55032308)--Thread(Thread[main,5,main])--SELECT P_CHAR FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:20.714--ServerSession(1526542158)--Connection(602434856)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.728--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1564699077 [junit] [EL Finer]: 2022-09-10 04:19:20.728--ClientSession(1564699077)--Thread(Thread[main,5,main])--acquire unit of work: 384376175 [junit] [EL Finest]: 2022-09-10 04:19:20.728--UnitOfWork(384376175)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@57104caa. [junit] [EL Finer]: 2022-09-10 04:19:20.728--UnitOfWork(384376175)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:20.728--UnitOfWork(384376175)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@57104caa) [junit] [EL Finest]: 2022-09-10 04:19:20.728--ServerSession(1526542158)--Connection(1242845355)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.728--ClientSession(1564699077)--Connection(1242845355)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:20.728--ClientSession(1564699077)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.729--ClientSession(1564699077)--Connection(207574410)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@55e5cebc, [B@56a0b769, [B@68fd3cb4, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@4b808, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@7bef169a, [B@2827ed71, [B@293e6c5d, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:20.73--ClientSession(1564699077)--Connection(207574410)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:20.731--ServerSession(1526542158)--Connection(1242845355)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.731--UnitOfWork(384376175)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:20.731--UnitOfWork(384376175)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.731--UnitOfWork(384376175)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.731--ClientSession(1564699077)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.731--UnitOfWork(384376175)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.731--ClientSession(1564699077)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:20.731--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 887080127 [junit] [EL Finer]: 2022-09-10 04:19:20.731--ClientSession(887080127)--Thread(Thread[main,5,main])--acquire unit of work: 94613064 [junit] [EL Finest]: 2022-09-10 04:19:20.731--UnitOfWork(94613064)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:20.731--ServerSession(1526542158)--Connection(2047727228)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.731--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.732--ServerSession(1526542158)--Connection(1763123892)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:20.732--ServerSession(1526542158)--Connection(2047727228)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.733--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 571040298 [junit] [EL Finer]: 2022-09-10 04:19:20.733--ClientSession(571040298)--Thread(Thread[main,5,main])--acquire unit of work: 198063885 [junit] [EL Finest]: 2022-09-10 04:19:20.733--UnitOfWork(198063885)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT P_LONG FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:20.733--ServerSession(1526542158)--Connection(411735358)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.733--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.734--ServerSession(1526542158)--Connection(900849462)--Thread(Thread[main,5,main])--SELECT P_LONG FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:20.734--ServerSession(1526542158)--Connection(411735358)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.747--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1255262853 [junit] [EL Finer]: 2022-09-10 04:19:20.747--ClientSession(1255262853)--Thread(Thread[main,5,main])--acquire unit of work: 1008364940 [junit] [EL Finest]: 2022-09-10 04:19:20.747--UnitOfWork(1008364940)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@68d02503. [junit] [EL Finer]: 2022-09-10 04:19:20.747--UnitOfWork(1008364940)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:20.747--UnitOfWork(1008364940)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@68d02503) [junit] [EL Finest]: 2022-09-10 04:19:20.748--ServerSession(1526542158)--Connection(513338952)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.748--ClientSession(1255262853)--Connection(513338952)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:20.748--ClientSession(1255262853)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.748--ClientSession(1255262853)--Connection(2146240710)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@4b935a8b, [B@51f15610, [B@6feaf424, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@36d9ad3f, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@674fee6d, [B@3c556542, [B@4a6ed38, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:20.749--ClientSession(1255262853)--Connection(2146240710)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:20.75--ServerSession(1526542158)--Connection(513338952)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.75--UnitOfWork(1008364940)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:20.75--UnitOfWork(1008364940)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.75--UnitOfWork(1008364940)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.75--ClientSession(1255262853)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.75--UnitOfWork(1008364940)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.75--ClientSession(1255262853)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:20.75--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1424088218 [junit] [EL Finer]: 2022-09-10 04:19:20.75--ClientSession(1424088218)--Thread(Thread[main,5,main])--acquire unit of work: 2129448187 [junit] [EL Finest]: 2022-09-10 04:19:20.75--UnitOfWork(2129448187)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:20.75--ServerSession(1526542158)--Connection(65565171)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.75--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.751--ServerSession(1526542158)--Connection(715406126)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:20.751--ServerSession(1526542158)--Connection(65565171)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.752--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 864102782 [junit] [EL Finer]: 2022-09-10 04:19:20.752--ClientSession(864102782)--Thread(Thread[main,5,main])--acquire unit of work: 419080547 [junit] [EL Finest]: 2022-09-10 04:19:20.752--UnitOfWork(419080547)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT BIG_DECIMAL FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:20.752--ServerSession(1526542158)--Connection(1453520029)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.752--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.753--ServerSession(1526542158)--Connection(2058221393)--Thread(Thread[main,5,main])--SELECT BIG_DECIMAL FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:20.753--ServerSession(1526542158)--Connection(1453520029)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.767--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 262954048 [junit] [EL Finer]: 2022-09-10 04:19:20.767--ClientSession(262954048)--Thread(Thread[main,5,main])--acquire unit of work: 1920632633 [junit] [EL Finest]: 2022-09-10 04:19:20.767--UnitOfWork(1920632633)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5b14b79e. [junit] [EL Finer]: 2022-09-10 04:19:20.767--UnitOfWork(1920632633)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:20.767--UnitOfWork(1920632633)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5b14b79e) [junit] [EL Finest]: 2022-09-10 04:19:20.767--ServerSession(1526542158)--Connection(27812459)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.767--ClientSession(262954048)--Connection(27812459)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:20.767--ClientSession(262954048)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.768--ClientSession(262954048)--Connection(16883220)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@716ccf44, [B@745a3724, [B@7f3daf18, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@3dc421ae, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@2a45dfbd, [B@f033ec6, [B@1dd41551, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:20.769--ClientSession(262954048)--Connection(16883220)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:20.77--ServerSession(1526542158)--Connection(27812459)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.77--UnitOfWork(1920632633)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:20.77--UnitOfWork(1920632633)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.77--UnitOfWork(1920632633)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.77--ClientSession(262954048)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.77--UnitOfWork(1920632633)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.77--ClientSession(262954048)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:20.77--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 602001823 [junit] [EL Finer]: 2022-09-10 04:19:20.77--ClientSession(602001823)--Thread(Thread[main,5,main])--acquire unit of work: 1312556204 [junit] [EL Finest]: 2022-09-10 04:19:20.77--UnitOfWork(1312556204)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:20.77--ServerSession(1526542158)--Connection(718305224)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.77--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.771--ServerSession(1526542158)--Connection(1817186271)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:20.771--ServerSession(1526542158)--Connection(718305224)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.772--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1571230409 [junit] [EL Finer]: 2022-09-10 04:19:20.772--ClientSession(1571230409)--Thread(Thread[main,5,main])--acquire unit of work: 908358315 [junit] [EL Finest]: 2022-09-10 04:19:20.772--UnitOfWork(908358315)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT MAX(W_LONG) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:20.773--ServerSession(1526542158)--Connection(847509683)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.773--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.773--ServerSession(1526542158)--Connection(71276525)--Thread(Thread[main,5,main])--SELECT MAX(W_LONG) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:20.773--ServerSession(1526542158)--Connection(847509683)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.786--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 276057780 [junit] [EL Finer]: 2022-09-10 04:19:20.786--ClientSession(276057780)--Thread(Thread[main,5,main])--acquire unit of work: 1806916366 [junit] [EL Finest]: 2022-09-10 04:19:20.786--UnitOfWork(1806916366)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2b96dc3e. [junit] [EL Finer]: 2022-09-10 04:19:20.786--UnitOfWork(1806916366)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:20.786--UnitOfWork(1806916366)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2b96dc3e) [junit] [EL Finest]: 2022-09-10 04:19:20.787--ServerSession(1526542158)--Connection(436889639)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.787--ClientSession(276057780)--Connection(436889639)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:20.787--ClientSession(276057780)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.787--ClientSession(276057780)--Connection(870664310)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@121c7f9c, [B@37aa9b89, [B@3152985e, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@78508503, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@941f50a, [B@6a544178, [B@4f61a404, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:20.788--ClientSession(276057780)--Connection(870664310)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:20.789--ServerSession(1526542158)--Connection(436889639)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.789--UnitOfWork(1806916366)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:20.789--UnitOfWork(1806916366)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.789--UnitOfWork(1806916366)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.789--ClientSession(276057780)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.789--UnitOfWork(1806916366)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.789--ClientSession(276057780)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:20.789--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 648108451 [junit] [EL Finer]: 2022-09-10 04:19:20.79--ClientSession(648108451)--Thread(Thread[main,5,main])--acquire unit of work: 1138452712 [junit] [EL Finest]: 2022-09-10 04:19:20.79--UnitOfWork(1138452712)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:20.79--ServerSession(1526542158)--Connection(1350703324)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.79--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.79--ServerSession(1526542158)--Connection(534084322)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:20.791--ServerSession(1526542158)--Connection(1350703324)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.792--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1087956214 [junit] [EL Finer]: 2022-09-10 04:19:20.792--ClientSession(1087956214)--Thread(Thread[main,5,main])--acquire unit of work: 743472672 [junit] [EL Finest]: 2022-09-10 04:19:20.792--UnitOfWork(743472672)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(PCA_VARCHAR)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:20.792--ServerSession(1526542158)--Connection(1285855580)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.792--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.792--ServerSession(1526542158)--Connection(135194470)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(PCA_VARCHAR)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:20.792--ServerSession(1526542158)--Connection(1285855580)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.806--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1855342891 [junit] [EL Finer]: 2022-09-10 04:19:20.806--ClientSession(1855342891)--Thread(Thread[main,5,main])--acquire unit of work: 1381417054 [junit] [EL Finest]: 2022-09-10 04:19:20.806--UnitOfWork(1381417054)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@46a95286. [junit] [EL Finer]: 2022-09-10 04:19:20.806--UnitOfWork(1381417054)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:20.806--UnitOfWork(1381417054)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@46a95286) [junit] [EL Finest]: 2022-09-10 04:19:20.806--ServerSession(1526542158)--Connection(1891440621)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.806--ClientSession(1855342891)--Connection(1891440621)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:20.806--ClientSession(1855342891)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.807--ClientSession(1855342891)--Connection(370563826)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@4b0b12b0, [B@32491898, [B@2ce7a9de, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@34fdd1d0, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@2770db6d, [B@5d078ac3, [B@4cbf61e4, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:20.808--ClientSession(1855342891)--Connection(370563826)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:20.809--ServerSession(1526542158)--Connection(1891440621)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.81--UnitOfWork(1381417054)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:20.81--UnitOfWork(1381417054)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.811--UnitOfWork(1381417054)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.811--ClientSession(1855342891)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.811--UnitOfWork(1381417054)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.811--ClientSession(1855342891)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:20.811--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1162766641 [junit] [EL Finer]: 2022-09-10 04:19:20.811--ClientSession(1162766641)--Thread(Thread[main,5,main])--acquire unit of work: 268458566 [junit] [EL Finest]: 2022-09-10 04:19:20.811--UnitOfWork(268458566)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:20.811--ServerSession(1526542158)--Connection(573848431)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.811--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.812--ServerSession(1526542158)--Connection(408189707)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:20.813--ServerSession(1526542158)--Connection(573848431)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.816--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1224465110 [junit] [EL Finer]: 2022-09-10 04:19:20.816--ClientSession(1224465110)--Thread(Thread[main,5,main])--acquire unit of work: 1871666546 [junit] [EL Finest]: 2022-09-10 04:19:20.816--UnitOfWork(1871666546)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT SUM(P_BYTE) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:20.816--ServerSession(1526542158)--Connection(1900984959)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.816--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.816--ServerSession(1526542158)--Connection(1940627153)--Thread(Thread[main,5,main])--SELECT SUM(P_BYTE) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:20.817--ServerSession(1526542158)--Connection(1900984959)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.832--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1137409621 [junit] [EL Finer]: 2022-09-10 04:19:20.832--ClientSession(1137409621)--Thread(Thread[main,5,main])--acquire unit of work: 1914410011 [junit] [EL Finest]: 2022-09-10 04:19:20.832--UnitOfWork(1914410011)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7eae35a2. [junit] [EL Finer]: 2022-09-10 04:19:20.832--UnitOfWork(1914410011)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:20.832--UnitOfWork(1914410011)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7eae35a2) [junit] [EL Finest]: 2022-09-10 04:19:20.833--ServerSession(1526542158)--Connection(1970609071)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.833--ClientSession(1137409621)--Connection(1970609071)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:20.833--ClientSession(1137409621)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.833--ClientSession(1137409621)--Connection(1421510484)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@505014a7, [B@62733827, [B@51aa4484, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@cdf857d, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@5cfa4d6d, [B@27b3f4d5, [B@243e0ac3, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:20.835--ClientSession(1137409621)--Connection(1421510484)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:20.836--ServerSession(1526542158)--Connection(1970609071)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.836--UnitOfWork(1914410011)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:20.836--UnitOfWork(1914410011)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.836--UnitOfWork(1914410011)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.836--ClientSession(1137409621)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.836--UnitOfWork(1914410011)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.836--ClientSession(1137409621)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:20.836--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 909425779 [junit] [EL Finer]: 2022-09-10 04:19:20.836--ClientSession(909425779)--Thread(Thread[main,5,main])--acquire unit of work: 1169039951 [junit] [EL Finest]: 2022-09-10 04:19:20.836--UnitOfWork(1169039951)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:20.837--ServerSession(1526542158)--Connection(1683825527)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.837--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.837--ServerSession(1526542158)--Connection(1922160775)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:20.838--ServerSession(1526542158)--Connection(1683825527)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.839--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 97692517 [junit] [EL Finer]: 2022-09-10 04:19:20.839--ClientSession(97692517)--Thread(Thread[main,5,main])--acquire unit of work: 1503226876 [junit] [EL Finest]: 2022-09-10 04:19:20.839--UnitOfWork(1503226876)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT SUM(P_LONG) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:20.84--ServerSession(1526542158)--Connection(1256067514)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.84--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.84--ServerSession(1526542158)--Connection(1164625699)--Thread(Thread[main,5,main])--SELECT SUM(P_LONG) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:20.841--ServerSession(1526542158)--Connection(1256067514)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.855--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1582626783 [junit] [EL Finer]: 2022-09-10 04:19:20.855--ClientSession(1582626783)--Thread(Thread[main,5,main])--acquire unit of work: 1398180675 [junit] [EL Finest]: 2022-09-10 04:19:20.855--UnitOfWork(1398180675)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@49198701. [junit] [EL Finer]: 2022-09-10 04:19:20.855--UnitOfWork(1398180675)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:20.855--UnitOfWork(1398180675)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@49198701) [junit] [EL Finest]: 2022-09-10 04:19:20.856--ServerSession(1526542158)--Connection(432661047)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.856--ClientSession(1582626783)--Connection(432661047)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:20.856--ClientSession(1582626783)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.856--ClientSession(1582626783)--Connection(202479188)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@32a7ae82, [B@7f903d2d, [B@9f2d904, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@5ffc4a57, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@50202c94, [B@2e270ae8, [B@3102ccd1, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:20.857--ClientSession(1582626783)--Connection(202479188)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:20.858--ServerSession(1526542158)--Connection(432661047)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.858--UnitOfWork(1398180675)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:20.858--UnitOfWork(1398180675)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.859--UnitOfWork(1398180675)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.859--ClientSession(1582626783)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.859--UnitOfWork(1398180675)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.859--ClientSession(1582626783)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:20.859--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1820516307 [junit] [EL Finer]: 2022-09-10 04:19:20.859--ClientSession(1820516307)--Thread(Thread[main,5,main])--acquire unit of work: 319260594 [junit] [EL Finest]: 2022-09-10 04:19:20.859--UnitOfWork(319260594)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:20.859--ServerSession(1526542158)--Connection(1271635728)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.859--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.859--ServerSession(1526542158)--Connection(766894499)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:20.86--ServerSession(1526542158)--Connection(1271635728)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.862--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1007146756 [junit] [EL Finer]: 2022-09-10 04:19:20.862--ClientSession(1007146756)--Thread(Thread[main,5,main])--acquire unit of work: 1975902483 [junit] [EL Finest]: 2022-09-10 04:19:20.862--UnitOfWork(1975902483)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(BIG_DECIMAL)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:20.862--ServerSession(1526542158)--Connection(1023932664)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.862--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.862--ServerSession(1526542158)--Connection(182719901)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(BIG_DECIMAL)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:20.863--ServerSession(1526542158)--Connection(1023932664)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.877--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 498445608 [junit] [EL Finer]: 2022-09-10 04:19:20.877--ClientSession(498445608)--Thread(Thread[main,5,main])--acquire unit of work: 769075103 [junit] [EL Finest]: 2022-09-10 04:19:20.877--UnitOfWork(769075103)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@221385f2. [junit] [EL Finer]: 2022-09-10 04:19:20.877--UnitOfWork(769075103)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:20.877--UnitOfWork(769075103)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@221385f2) [junit] [EL Finest]: 2022-09-10 04:19:20.878--ServerSession(1526542158)--Connection(653286230)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.878--ClientSession(498445608)--Connection(653286230)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:20.878--ClientSession(498445608)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.878--ClientSession(498445608)--Connection(738327740)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@11b7e565, [B@77fffd89, [B@7c8b8540, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@58855b6c, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@763711d4, [B@7eaca92e, [B@5ead823e, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:20.879--ClientSession(498445608)--Connection(738327740)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:20.88--ServerSession(1526542158)--Connection(653286230)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.88--UnitOfWork(769075103)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:20.88--UnitOfWork(769075103)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.88--UnitOfWork(769075103)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.88--ClientSession(498445608)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.88--UnitOfWork(769075103)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.88--ClientSession(498445608)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:20.881--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1757536605 [junit] [EL Finer]: 2022-09-10 04:19:20.881--ClientSession(1757536605)--Thread(Thread[main,5,main])--acquire unit of work: 1030273317 [junit] [EL Finest]: 2022-09-10 04:19:20.881--UnitOfWork(1030273317)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:20.881--ServerSession(1526542158)--Connection(38860857)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.881--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.881--ServerSession(1526542158)--Connection(2041123334)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:20.882--ServerSession(1526542158)--Connection(38860857)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.883--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 46406547 [junit] [EL Finer]: 2022-09-10 04:19:20.883--ClientSession(46406547)--Thread(Thread[main,5,main])--acquire unit of work: 2038642232 [junit] [EL Finest]: 2022-09-10 04:19:20.883--UnitOfWork(2038642232)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT P_DOUBLE FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:20.883--ServerSession(1526542158)--Connection(522264438)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.884--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.884--ServerSession(1526542158)--Connection(193106902)--Thread(Thread[main,5,main])--SELECT P_DOUBLE FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:20.884--ServerSession(1526542158)--Connection(522264438)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.898--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 923785561 [junit] [EL Finer]: 2022-09-10 04:19:20.898--ClientSession(923785561)--Thread(Thread[main,5,main])--acquire unit of work: 1424896511 [junit] [EL Finest]: 2022-09-10 04:19:20.898--UnitOfWork(1424896511)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@312bcb28. [junit] [EL Finer]: 2022-09-10 04:19:20.898--UnitOfWork(1424896511)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:20.898--UnitOfWork(1424896511)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@312bcb28) [junit] [EL Finest]: 2022-09-10 04:19:20.898--ServerSession(1526542158)--Connection(1544394366)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.898--ClientSession(923785561)--Connection(1544394366)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:20.898--ClientSession(923785561)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.898--ClientSession(923785561)--Connection(1974368068)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@43adbe93, [B@73d3b3fe, [B@433e71aa, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@73b0b1d5, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@5dc7d016, [B@3365c413, [B@3e650f4, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:20.9--ClientSession(923785561)--Connection(1974368068)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:20.9--ServerSession(1526542158)--Connection(1544394366)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.9--UnitOfWork(1424896511)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:20.9--UnitOfWork(1424896511)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.901--UnitOfWork(1424896511)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.901--ClientSession(923785561)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.901--UnitOfWork(1424896511)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.901--ClientSession(923785561)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:20.901--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1007714612 [junit] [EL Finer]: 2022-09-10 04:19:20.901--ClientSession(1007714612)--Thread(Thread[main,5,main])--acquire unit of work: 2016022103 [junit] [EL Finest]: 2022-09-10 04:19:20.901--UnitOfWork(2016022103)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:20.901--ServerSession(1526542158)--Connection(1640621638)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.901--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.901--ServerSession(1526542158)--Connection(1305259765)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:20.902--ServerSession(1526542158)--Connection(1640621638)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.903--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 406375259 [junit] [EL Finer]: 2022-09-10 04:19:20.903--ClientSession(406375259)--Thread(Thread[main,5,main])--acquire unit of work: 984509779 [junit] [EL Finest]: 2022-09-10 04:19:20.903--UnitOfWork(984509779)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(WCA_VARCHAR)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:20.903--ServerSession(1526542158)--Connection(1991420316)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.903--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.903--ServerSession(1526542158)--Connection(476339717)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(WCA_VARCHAR)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:20.904--ServerSession(1526542158)--Connection(1991420316)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.918--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1534668362 [junit] [EL Finer]: 2022-09-10 04:19:20.918--ClientSession(1534668362)--Thread(Thread[main,5,main])--acquire unit of work: 532198616 [junit] [EL Finest]: 2022-09-10 04:19:20.918--UnitOfWork(532198616)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@342ad2a3. [junit] [EL Finer]: 2022-09-10 04:19:20.918--UnitOfWork(532198616)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:20.918--UnitOfWork(532198616)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@342ad2a3) [junit] [EL Finest]: 2022-09-10 04:19:20.918--ServerSession(1526542158)--Connection(1789332326)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.918--ClientSession(1534668362)--Connection(1789332326)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:20.918--ClientSession(1534668362)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.919--ClientSession(1534668362)--Connection(551316734)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@11ed8d43, [B@338e0952, [B@6857e2cc, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@3a79289b, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@47032d02, [B@4047829, [B@5392abe7, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:20.92--ClientSession(1534668362)--Connection(551316734)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:20.921--ServerSession(1526542158)--Connection(1789332326)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.921--UnitOfWork(532198616)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:20.921--UnitOfWork(532198616)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.921--UnitOfWork(532198616)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.921--ClientSession(1534668362)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.921--UnitOfWork(532198616)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.921--ClientSession(1534668362)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:20.921--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1559799241 [junit] [EL Finer]: 2022-09-10 04:19:20.921--ClientSession(1559799241)--Thread(Thread[main,5,main])--acquire unit of work: 1808813922 [junit] [EL Finest]: 2022-09-10 04:19:20.922--UnitOfWork(1808813922)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:20.922--ServerSession(1526542158)--Connection(1828506930)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.922--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.922--ServerSession(1526542158)--Connection(2003637167)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:20.923--ServerSession(1526542158)--Connection(1828506930)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.924--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 303907663 [junit] [EL Finer]: 2022-09-10 04:19:20.924--ClientSession(303907663)--Thread(Thread[main,5,main])--acquire unit of work: 1736309488 [junit] [EL Finest]: 2022-09-10 04:19:20.924--UnitOfWork(1736309488)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT BIG_INTEGER FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:20.925--ServerSession(1526542158)--Connection(1914705297)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.925--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.925--ServerSession(1526542158)--Connection(520582974)--Thread(Thread[main,5,main])--SELECT BIG_INTEGER FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:20.925--ServerSession(1526542158)--Connection(1914705297)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.939--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 660706055 [junit] [EL Finer]: 2022-09-10 04:19:20.939--ClientSession(660706055)--Thread(Thread[main,5,main])--acquire unit of work: 515713563 [junit] [EL Finest]: 2022-09-10 04:19:20.94--UnitOfWork(515713563)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@525e0c73. [junit] [EL Finer]: 2022-09-10 04:19:20.94--UnitOfWork(515713563)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:20.94--UnitOfWork(515713563)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@525e0c73) [junit] [EL Finest]: 2022-09-10 04:19:20.94--ServerSession(1526542158)--Connection(75645059)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.94--ClientSession(660706055)--Connection(75645059)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:20.94--ClientSession(660706055)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.94--ClientSession(660706055)--Connection(1242536275)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@53acdc6e, [B@3d860a6d, [B@74bf382f, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@62afe863, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@575517f4, [B@5a8daa11, [B@577e9f2f, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:20.941--ClientSession(660706055)--Connection(1242536275)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:20.942--ServerSession(1526542158)--Connection(75645059)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.942--UnitOfWork(515713563)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:20.942--UnitOfWork(515713563)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.943--UnitOfWork(515713563)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.943--ClientSession(660706055)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.943--UnitOfWork(515713563)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.943--ClientSession(660706055)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:20.943--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 396854319 [junit] [EL Finer]: 2022-09-10 04:19:20.943--ClientSession(396854319)--Thread(Thread[main,5,main])--acquire unit of work: 1957995471 [junit] [EL Finest]: 2022-09-10 04:19:20.943--UnitOfWork(1957995471)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:20.943--ServerSession(1526542158)--Connection(2002864052)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.943--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.943--ServerSession(1526542158)--Connection(1955873763)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:20.944--ServerSession(1526542158)--Connection(2002864052)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.945--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 744438546 [junit] [EL Finer]: 2022-09-10 04:19:20.945--ClientSession(744438546)--Thread(Thread[main,5,main])--acquire unit of work: 598460248 [junit] [EL Finest]: 2022-09-10 04:19:20.945--UnitOfWork(598460248)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT MAX(P_FLOAT) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:20.946--ServerSession(1526542158)--Connection(1837208185)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.946--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.946--ServerSession(1526542158)--Connection(564847767)--Thread(Thread[main,5,main])--SELECT MAX(P_FLOAT) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:20.946--ServerSession(1526542158)--Connection(1837208185)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.96--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 128775696 [junit] [EL Finer]: 2022-09-10 04:19:20.96--ClientSession(128775696)--Thread(Thread[main,5,main])--acquire unit of work: 1467327074 [junit] [EL Finest]: 2022-09-10 04:19:20.96--UnitOfWork(1467327074)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@379a9dab. [junit] [EL Finer]: 2022-09-10 04:19:20.96--UnitOfWork(1467327074)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:20.96--UnitOfWork(1467327074)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@379a9dab) [junit] [EL Finest]: 2022-09-10 04:19:20.96--ServerSession(1526542158)--Connection(1287098623)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.96--ClientSession(128775696)--Connection(1287098623)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:20.96--ClientSession(128775696)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.96--ClientSession(128775696)--Connection(960936344)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@65731150, [B@4fae1395, [B@79000d1a, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@9405aad, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@74443344, [B@4bc9a4e2, [B@32d8185c, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:20.962--ClientSession(128775696)--Connection(960936344)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:20.962--ServerSession(1526542158)--Connection(1287098623)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.962--UnitOfWork(1467327074)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:20.963--UnitOfWork(1467327074)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.963--UnitOfWork(1467327074)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.963--ClientSession(128775696)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.963--UnitOfWork(1467327074)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.963--ClientSession(128775696)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:20.963--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 348863264 [junit] [EL Finer]: 2022-09-10 04:19:20.963--ClientSession(348863264)--Thread(Thread[main,5,main])--acquire unit of work: 329162773 [junit] [EL Finest]: 2022-09-10 04:19:20.963--UnitOfWork(329162773)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:20.963--ServerSession(1526542158)--Connection(1348027050)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.963--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.964--ServerSession(1526542158)--Connection(641519842)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:20.965--ServerSession(1526542158)--Connection(1348027050)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.966--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1163160628 [junit] [EL Finer]: 2022-09-10 04:19:20.966--ClientSession(1163160628)--Thread(Thread[main,5,main])--acquire unit of work: 965928993 [junit] [EL Finest]: 2022-09-10 04:19:20.966--UnitOfWork(965928993)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT MAX(P_SHORT) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:20.966--ServerSession(1526542158)--Connection(478445849)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.967--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.967--ServerSession(1526542158)--Connection(1696410901)--Thread(Thread[main,5,main])--SELECT MAX(P_SHORT) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:20.967--ServerSession(1526542158)--Connection(478445849)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.982--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1591301204 [junit] [EL Finer]: 2022-09-10 04:19:20.982--ClientSession(1591301204)--Thread(Thread[main,5,main])--acquire unit of work: 1923754932 [junit] [EL Finest]: 2022-09-10 04:19:20.982--UnitOfWork(1923754932)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1df24b08. [junit] [EL Finer]: 2022-09-10 04:19:20.982--UnitOfWork(1923754932)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:20.982--UnitOfWork(1923754932)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1df24b08) [junit] [EL Finest]: 2022-09-10 04:19:20.982--ServerSession(1526542158)--Connection(1925960133)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.982--ClientSession(1591301204)--Connection(1925960133)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:20.982--ClientSession(1591301204)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.983--ClientSession(1591301204)--Connection(1349098937)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@140baf33, [B@1a7b43a1, [B@1460e232, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@38894c82, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@71320e97, [B@31143d5b, [B@22f62839, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:20.984--ClientSession(1591301204)--Connection(1349098937)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:20.984--ServerSession(1526542158)--Connection(1925960133)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:20.985--UnitOfWork(1923754932)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:20.985--UnitOfWork(1923754932)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.985--UnitOfWork(1923754932)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.985--ClientSession(1591301204)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:20.985--UnitOfWork(1923754932)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:20.985--ClientSession(1591301204)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:20.985--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 773647955 [junit] [EL Finer]: 2022-09-10 04:19:20.985--ClientSession(773647955)--Thread(Thread[main,5,main])--acquire unit of work: 1814841034 [junit] [EL Finest]: 2022-09-10 04:19:20.985--UnitOfWork(1814841034)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:20.985--ServerSession(1526542158)--Connection(1316897063)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.985--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.985--ServerSession(1526542158)--Connection(1562821206)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:20.986--ServerSession(1526542158)--Connection(1316897063)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:20.988--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 691110711 [junit] [EL Finer]: 2022-09-10 04:19:20.988--ClientSession(691110711)--Thread(Thread[main,5,main])--acquire unit of work: 124792394 [junit] [EL Finest]: 2022-09-10 04:19:20.988--UnitOfWork(124792394)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT SUM(BIG_DECIMAL) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:20.988--ServerSession(1526542158)--Connection(1913369465)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:20.988--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:20.988--ServerSession(1526542158)--Connection(775240424)--Thread(Thread[main,5,main])--SELECT SUM(BIG_DECIMAL) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:20.988--ServerSession(1526542158)--Connection(1913369465)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.003--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2962930 [junit] [EL Finer]: 2022-09-10 04:19:21.003--ClientSession(2962930)--Thread(Thread[main,5,main])--acquire unit of work: 1062167352 [junit] [EL Finest]: 2022-09-10 04:19:21.003--UnitOfWork(1062167352)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2b053d50. [junit] [EL Finer]: 2022-09-10 04:19:21.003--UnitOfWork(1062167352)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:21.003--UnitOfWork(1062167352)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2b053d50) [junit] [EL Finest]: 2022-09-10 04:19:21.003--ServerSession(1526542158)--Connection(1091865345)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.003--ClientSession(2962930)--Connection(1091865345)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:21.003--ClientSession(2962930)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.004--ClientSession(2962930)--Connection(2050654105)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@2f897ecf, [B@711babc7, [B@7ce3092e, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@19cac930, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@7dd1b3c0, [B@51386a2e, [B@35f6a35e, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:21.005--ClientSession(2962930)--Connection(2050654105)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:21.006--ServerSession(1526542158)--Connection(1091865345)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.006--UnitOfWork(1062167352)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:21.006--UnitOfWork(1062167352)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.006--UnitOfWork(1062167352)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.007--ClientSession(2962930)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.007--UnitOfWork(1062167352)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.007--ClientSession(2962930)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:21.007--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 838672631 [junit] [EL Finer]: 2022-09-10 04:19:21.007--ClientSession(838672631)--Thread(Thread[main,5,main])--acquire unit of work: 398176913 [junit] [EL Finest]: 2022-09-10 04:19:21.007--UnitOfWork(398176913)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:21.007--ServerSession(1526542158)--Connection(2027724297)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.007--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.007--ServerSession(1526542158)--Connection(1926401859)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:21.008--ServerSession(1526542158)--Connection(2027724297)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.009--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 994854574 [junit] [EL Finer]: 2022-09-10 04:19:21.009--ClientSession(994854574)--Thread(Thread[main,5,main])--acquire unit of work: 1425480139 [junit] [EL Finest]: 2022-09-10 04:19:21.009--UnitOfWork(1425480139)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(BIG_INTEGER)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:21.01--ServerSession(1526542158)--Connection(1263545066)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.01--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.01--ServerSession(1526542158)--Connection(259106704)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(BIG_INTEGER)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:21.01--ServerSession(1526542158)--Connection(1263545066)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.025--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 889596738 [junit] [EL Finer]: 2022-09-10 04:19:21.025--ClientSession(889596738)--Thread(Thread[main,5,main])--acquire unit of work: 175849157 [junit] [EL Finest]: 2022-09-10 04:19:21.025--UnitOfWork(175849157)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4c155287. [junit] [EL Finer]: 2022-09-10 04:19:21.025--UnitOfWork(175849157)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:21.025--UnitOfWork(175849157)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4c155287) [junit] [EL Finest]: 2022-09-10 04:19:21.025--ServerSession(1526542158)--Connection(1492454216)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.025--ClientSession(889596738)--Connection(1492454216)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:21.025--ClientSession(889596738)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.026--ClientSession(889596738)--Connection(290357348)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@1172652b, [B@1f38aa91, [B@36b8cfde, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@46672d0a, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@44be43d0, [B@1e0815f4, [B@6e3eefd4, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:21.027--ClientSession(889596738)--Connection(290357348)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:21.028--ServerSession(1526542158)--Connection(1492454216)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.028--UnitOfWork(175849157)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:21.028--UnitOfWork(175849157)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.028--UnitOfWork(175849157)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.028--ClientSession(889596738)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.028--UnitOfWork(175849157)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.028--ClientSession(889596738)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:21.029--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 97523344 [junit] [EL Finer]: 2022-09-10 04:19:21.029--ClientSession(97523344)--Thread(Thread[main,5,main])--acquire unit of work: 1709327733 [junit] [EL Finest]: 2022-09-10 04:19:21.029--UnitOfWork(1709327733)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:21.029--ServerSession(1526542158)--Connection(327811322)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.029--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.029--ServerSession(1526542158)--Connection(888106991)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:21.03--ServerSession(1526542158)--Connection(327811322)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.031--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1438274252 [junit] [EL Finer]: 2022-09-10 04:19:21.031--ClientSession(1438274252)--Thread(Thread[main,5,main])--acquire unit of work: 1634591712 [junit] [EL Finest]: 2022-09-10 04:19:21.031--UnitOfWork(1634591712)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT MAX(W_INTEGER) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:21.031--ServerSession(1526542158)--Connection(1294660249)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.031--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.032--ServerSession(1526542158)--Connection(1264144803)--Thread(Thread[main,5,main])--SELECT MAX(W_INTEGER) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:21.032--ServerSession(1526542158)--Connection(1294660249)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.046--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 867014408 [junit] [EL Finer]: 2022-09-10 04:19:21.046--ClientSession(867014408)--Thread(Thread[main,5,main])--acquire unit of work: 966734782 [junit] [EL Finest]: 2022-09-10 04:19:21.046--UnitOfWork(966734782)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1e621adf. [junit] [EL Finer]: 2022-09-10 04:19:21.047--UnitOfWork(966734782)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:21.047--UnitOfWork(966734782)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1e621adf) [junit] [EL Finest]: 2022-09-10 04:19:21.047--ServerSession(1526542158)--Connection(460637991)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.047--ClientSession(867014408)--Connection(460637991)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:21.047--ClientSession(867014408)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.047--ClientSession(867014408)--Connection(110562008)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@2553066a, [B@122bed0f, [B@7319b772, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@4e690bc9, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@73343438, [B@3ebaecc4, [B@a67e46, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:21.049--ClientSession(867014408)--Connection(110562008)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:21.049--ServerSession(1526542158)--Connection(460637991)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.049--UnitOfWork(966734782)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:21.049--UnitOfWork(966734782)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.05--UnitOfWork(966734782)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.05--ClientSession(867014408)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.05--UnitOfWork(966734782)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.05--ClientSession(867014408)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:21.05--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 813528610 [junit] [EL Finer]: 2022-09-10 04:19:21.05--ClientSession(813528610)--Thread(Thread[main,5,main])--acquire unit of work: 1738843568 [junit] [EL Finest]: 2022-09-10 04:19:21.05--UnitOfWork(1738843568)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:21.05--ServerSession(1526542158)--Connection(1901922257)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.05--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.05--ServerSession(1526542158)--Connection(1822789862)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:21.052--ServerSession(1526542158)--Connection(1901922257)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.053--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 247556293 [junit] [EL Finer]: 2022-09-10 04:19:21.053--ClientSession(247556293)--Thread(Thread[main,5,main])--acquire unit of work: 265654805 [junit] [EL Finest]: 2022-09-10 04:19:21.053--UnitOfWork(265654805)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT W_DOUBLE FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:21.053--ServerSession(1526542158)--Connection(885965439)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.053--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.053--ServerSession(1526542158)--Connection(543942155)--Thread(Thread[main,5,main])--SELECT W_DOUBLE FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:21.054--ServerSession(1526542158)--Connection(885965439)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.068--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 723392590 [junit] [EL Finer]: 2022-09-10 04:19:21.068--ClientSession(723392590)--Thread(Thread[main,5,main])--acquire unit of work: 1778630713 [junit] [EL Finest]: 2022-09-10 04:19:21.068--UnitOfWork(1778630713)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@738b188f. [junit] [EL Finer]: 2022-09-10 04:19:21.068--UnitOfWork(1778630713)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:21.068--UnitOfWork(1778630713)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@738b188f) [junit] [EL Finest]: 2022-09-10 04:19:21.069--ServerSession(1526542158)--Connection(1298279735)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.069--ClientSession(723392590)--Connection(1298279735)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:21.069--ClientSession(723392590)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.069--ClientSession(723392590)--Connection(1488723487)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@393adb37, [B@2beba1c9, [B@7d4b0cf2, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@219c8df9, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@4e10099e, [B@38030c7c, [B@1d8aab12, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:21.071--ClientSession(723392590)--Connection(1488723487)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:21.072--ServerSession(1526542158)--Connection(1298279735)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.072--UnitOfWork(1778630713)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:21.072--UnitOfWork(1778630713)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.072--UnitOfWork(1778630713)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.072--ClientSession(723392590)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.072--UnitOfWork(1778630713)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.072--ClientSession(723392590)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:21.072--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1174430969 [junit] [EL Finer]: 2022-09-10 04:19:21.072--ClientSession(1174430969)--Thread(Thread[main,5,main])--acquire unit of work: 625904014 [junit] [EL Finest]: 2022-09-10 04:19:21.072--UnitOfWork(625904014)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:21.072--ServerSession(1526542158)--Connection(1645673699)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.072--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.072--ServerSession(1526542158)--Connection(984918990)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:21.073--ServerSession(1526542158)--Connection(1645673699)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.075--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1660338734 [junit] [EL Finer]: 2022-09-10 04:19:21.075--ClientSession(1660338734)--Thread(Thread[main,5,main])--acquire unit of work: 323408814 [junit] [EL Finest]: 2022-09-10 04:19:21.075--UnitOfWork(323408814)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT SUM(BIG_INTEGER) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:21.075--ServerSession(1526542158)--Connection(1717854162)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.075--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.075--ServerSession(1526542158)--Connection(1691012769)--Thread(Thread[main,5,main])--SELECT SUM(BIG_INTEGER) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:21.076--ServerSession(1526542158)--Connection(1717854162)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.089--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 898409148 [junit] [EL Finer]: 2022-09-10 04:19:21.089--ClientSession(898409148)--Thread(Thread[main,5,main])--acquire unit of work: 700017632 [junit] [EL Finest]: 2022-09-10 04:19:21.089--UnitOfWork(700017632)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6c42b5e5. [junit] [EL Finer]: 2022-09-10 04:19:21.089--UnitOfWork(700017632)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:21.089--UnitOfWork(700017632)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6c42b5e5) [junit] [EL Finest]: 2022-09-10 04:19:21.09--ServerSession(1526542158)--Connection(1570553620)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.09--ClientSession(898409148)--Connection(1570553620)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:21.09--ClientSession(898409148)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.09--ClientSession(898409148)--Connection(177825777)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@675fd2a9, [B@43825183, [B@21b72dad, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@19eb5290, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@38019e, [B@51e74653, [B@49a5c387, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:21.091--ClientSession(898409148)--Connection(177825777)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:21.092--ServerSession(1526542158)--Connection(1570553620)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.092--UnitOfWork(700017632)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:21.092--UnitOfWork(700017632)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.092--UnitOfWork(700017632)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.092--ClientSession(898409148)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.092--UnitOfWork(700017632)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.092--ClientSession(898409148)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:21.092--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 132822676 [junit] [EL Finer]: 2022-09-10 04:19:21.092--ClientSession(132822676)--Thread(Thread[main,5,main])--acquire unit of work: 540941935 [junit] [EL Finest]: 2022-09-10 04:19:21.093--UnitOfWork(540941935)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:21.093--ServerSession(1526542158)--Connection(475601084)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.093--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.093--ServerSession(1526542158)--Connection(893850435)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:21.094--ServerSession(1526542158)--Connection(475601084)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.095--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1084366825 [junit] [EL Finer]: 2022-09-10 04:19:21.095--ClientSession(1084366825)--Thread(Thread[main,5,main])--acquire unit of work: 1182192724 [junit] [EL Finest]: 2022-09-10 04:19:21.095--UnitOfWork(1182192724)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(W_BOOLEAN)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:21.095--ServerSession(1526542158)--Connection(1493762588)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.095--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.095--ServerSession(1526542158)--Connection(1098767313)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(W_BOOLEAN)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:21.095--ServerSession(1526542158)--Connection(1493762588)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.108--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 179377834 [junit] [EL Finer]: 2022-09-10 04:19:21.108--ClientSession(179377834)--Thread(Thread[main,5,main])--acquire unit of work: 505279290 [junit] [EL Finest]: 2022-09-10 04:19:21.108--UnitOfWork(505279290)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4201ca80. [junit] [EL Finer]: 2022-09-10 04:19:21.108--UnitOfWork(505279290)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:21.108--UnitOfWork(505279290)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4201ca80) [junit] [EL Finest]: 2022-09-10 04:19:21.109--ServerSession(1526542158)--Connection(1566940778)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.109--ClientSession(179377834)--Connection(1566940778)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:21.109--ClientSession(179377834)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.109--ClientSession(179377834)--Connection(767994799)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@404289da, [B@6da648c5, [B@1c33ca15, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@6d549137, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@390cd91e, [B@66b34e9a, [B@6452533b, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:21.11--ClientSession(179377834)--Connection(767994799)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:21.111--ServerSession(1526542158)--Connection(1566940778)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.111--UnitOfWork(505279290)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:21.111--UnitOfWork(505279290)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.111--UnitOfWork(505279290)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.111--ClientSession(179377834)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.111--UnitOfWork(505279290)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.111--ClientSession(179377834)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:21.111--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1624773236 [junit] [EL Finer]: 2022-09-10 04:19:21.111--ClientSession(1624773236)--Thread(Thread[main,5,main])--acquire unit of work: 2013567244 [junit] [EL Finest]: 2022-09-10 04:19:21.111--UnitOfWork(2013567244)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:21.111--ServerSession(1526542158)--Connection(1191128975)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.112--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.112--ServerSession(1526542158)--Connection(1689159966)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:21.112--ServerSession(1526542158)--Connection(1191128975)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.113--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 145246469 [junit] [EL Finer]: 2022-09-10 04:19:21.113--ClientSession(145246469)--Thread(Thread[main,5,main])--acquire unit of work: 1855861537 [junit] [EL Finest]: 2022-09-10 04:19:21.113--UnitOfWork(1855861537)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT MAX(P_INT) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:21.114--ServerSession(1526542158)--Connection(449690446)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.114--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.114--ServerSession(1526542158)--Connection(707758279)--Thread(Thread[main,5,main])--SELECT MAX(P_INT) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:21.114--ServerSession(1526542158)--Connection(449690446)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.128--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 284189 [junit] [EL Finer]: 2022-09-10 04:19:21.128--ClientSession(284189)--Thread(Thread[main,5,main])--acquire unit of work: 1742927928 [junit] [EL Finest]: 2022-09-10 04:19:21.128--UnitOfWork(1742927928)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@28502e11. [junit] [EL Finer]: 2022-09-10 04:19:21.128--UnitOfWork(1742927928)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:21.128--UnitOfWork(1742927928)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@28502e11) [junit] [EL Finest]: 2022-09-10 04:19:21.129--ServerSession(1526542158)--Connection(104214568)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.129--ClientSession(284189)--Connection(104214568)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:21.129--ClientSession(284189)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.129--ClientSession(284189)--Connection(762350741)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@2e501099, [B@141afe4d, [B@466cbbd5, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@71ec7440, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@5f96763c, [B@1cbd1315, [B@3f2cb144, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:21.13--ClientSession(284189)--Connection(762350741)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:21.131--ServerSession(1526542158)--Connection(104214568)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.131--UnitOfWork(1742927928)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:21.131--UnitOfWork(1742927928)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.132--UnitOfWork(1742927928)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.132--ClientSession(284189)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.132--UnitOfWork(1742927928)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.132--ClientSession(284189)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:21.132--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1185653283 [junit] [EL Finer]: 2022-09-10 04:19:21.132--ClientSession(1185653283)--Thread(Thread[main,5,main])--acquire unit of work: 1590486487 [junit] [EL Finest]: 2022-09-10 04:19:21.132--UnitOfWork(1590486487)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:21.132--ServerSession(1526542158)--Connection(1052117624)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.132--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.132--ServerSession(1526542158)--Connection(1702916049)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:21.133--ServerSession(1526542158)--Connection(1052117624)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.134--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 610478722 [junit] [EL Finer]: 2022-09-10 04:19:21.134--ClientSession(610478722)--Thread(Thread[main,5,main])--acquire unit of work: 1218787317 [junit] [EL Finest]: 2022-09-10 04:19:21.134--UnitOfWork(1218787317)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT UTIL_CALENDAR FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:21.134--ServerSession(1526542158)--Connection(1724437792)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.134--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.135--ServerSession(1526542158)--Connection(1499503896)--Thread(Thread[main,5,main])--SELECT UTIL_CALENDAR FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:21.135--ServerSession(1526542158)--Connection(1724437792)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.15--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1166865429 [junit] [EL Finer]: 2022-09-10 04:19:21.15--ClientSession(1166865429)--Thread(Thread[main,5,main])--acquire unit of work: 1699597278 [junit] [EL Finest]: 2022-09-10 04:19:21.15--UnitOfWork(1699597278)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3625134b. [junit] [EL Finer]: 2022-09-10 04:19:21.15--UnitOfWork(1699597278)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:21.15--UnitOfWork(1699597278)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3625134b) [junit] [EL Finest]: 2022-09-10 04:19:21.15--ServerSession(1526542158)--Connection(1416175498)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.15--ClientSession(1166865429)--Connection(1416175498)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:21.15--ClientSession(1166865429)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.151--ClientSession(1166865429)--Connection(975458900)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@4250e4f7, [B@5578e13, [B@8843a10, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@140df1c5, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@51bfc8ef, [B@68a1f3dd, [B@415c1063, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:21.152--ClientSession(1166865429)--Connection(975458900)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:21.153--ServerSession(1526542158)--Connection(1416175498)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.153--UnitOfWork(1699597278)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:21.153--UnitOfWork(1699597278)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.153--UnitOfWork(1699597278)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.153--ClientSession(1166865429)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.153--UnitOfWork(1699597278)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.153--ClientSession(1166865429)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:21.153--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1266400469 [junit] [EL Finer]: 2022-09-10 04:19:21.153--ClientSession(1266400469)--Thread(Thread[main,5,main])--acquire unit of work: 1190091152 [junit] [EL Finest]: 2022-09-10 04:19:21.153--UnitOfWork(1190091152)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:21.153--ServerSession(1526542158)--Connection(1832263801)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.153--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.154--ServerSession(1526542158)--Connection(294601340)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:21.155--ServerSession(1526542158)--Connection(1832263801)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.156--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1119502700 [junit] [EL Finer]: 2022-09-10 04:19:21.156--ClientSession(1119502700)--Thread(Thread[main,5,main])--acquire unit of work: 405944028 [junit] [EL Finest]: 2022-09-10 04:19:21.156--UnitOfWork(405944028)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(PBA_BINARY)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:21.156--ServerSession(1526542158)--Connection(1512974477)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.156--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.157--ServerSession(1526542158)--Connection(1449044862)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(PBA_BINARY)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:21.157--ServerSession(1526542158)--Connection(1512974477)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.171--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 615359715 [junit] [EL Finer]: 2022-09-10 04:19:21.171--ClientSession(615359715)--Thread(Thread[main,5,main])--acquire unit of work: 1520499664 [junit] [EL Finest]: 2022-09-10 04:19:21.171--UnitOfWork(1520499664)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@350fc25b. [junit] [EL Finer]: 2022-09-10 04:19:21.171--UnitOfWork(1520499664)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:21.171--UnitOfWork(1520499664)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@350fc25b) [junit] [EL Finest]: 2022-09-10 04:19:21.171--ServerSession(1526542158)--Connection(1188367154)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.171--ClientSession(615359715)--Connection(1188367154)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:21.171--ClientSession(615359715)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.171--ClientSession(615359715)--Connection(1563601870)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@460e17b8, [B@166dcee7, [B@315346c, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@6df723a7, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@5b724a76, [B@2310ad09, [B@90c4b53, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:21.172--ClientSession(615359715)--Connection(1563601870)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:21.173--ServerSession(1526542158)--Connection(1188367154)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.173--UnitOfWork(1520499664)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:21.173--UnitOfWork(1520499664)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.174--UnitOfWork(1520499664)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.174--ClientSession(615359715)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.174--UnitOfWork(1520499664)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.174--ClientSession(615359715)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:21.174--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 287169393 [junit] [EL Finer]: 2022-09-10 04:19:21.174--ClientSession(287169393)--Thread(Thread[main,5,main])--acquire unit of work: 1449101293 [junit] [EL Finest]: 2022-09-10 04:19:21.174--UnitOfWork(1449101293)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:21.174--ServerSession(1526542158)--Connection(1139425753)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.174--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.174--ServerSession(1526542158)--Connection(1375446296)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:21.175--ServerSession(1526542158)--Connection(1139425753)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.176--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1271739014 [junit] [EL Finer]: 2022-09-10 04:19:21.176--ClientSession(1271739014)--Thread(Thread[main,5,main])--acquire unit of work: 758042150 [junit] [EL Finest]: 2022-09-10 04:19:21.176--UnitOfWork(758042150)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT SQL_TIMESTAMP FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:21.176--ServerSession(1526542158)--Connection(1091276541)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.176--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.176--ServerSession(1526542158)--Connection(339992852)--Thread(Thread[main,5,main])--SELECT SQL_TIMESTAMP FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:21.177--ServerSession(1526542158)--Connection(1091276541)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.191--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 98558276 [junit] [EL Finer]: 2022-09-10 04:19:21.191--ClientSession(98558276)--Thread(Thread[main,5,main])--acquire unit of work: 492514564 [junit] [EL Finest]: 2022-09-10 04:19:21.191--UnitOfWork(492514564)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@eb6646e. [junit] [EL Finer]: 2022-09-10 04:19:21.191--UnitOfWork(492514564)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:21.191--UnitOfWork(492514564)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@eb6646e) [junit] [EL Finest]: 2022-09-10 04:19:21.191--ServerSession(1526542158)--Connection(896761429)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.192--ClientSession(98558276)--Connection(896761429)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:21.192--ClientSession(98558276)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.192--ClientSession(98558276)--Connection(1809562624)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@1d070725, [B@374c7c24, [B@60319e27, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@4e1ec5a2, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@6b05cd6b, [B@3ffc2173, [B@53d0500d, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:21.193--ClientSession(98558276)--Connection(1809562624)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:21.194--ServerSession(1526542158)--Connection(896761429)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.194--UnitOfWork(492514564)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:21.194--UnitOfWork(492514564)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.194--UnitOfWork(492514564)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.194--ClientSession(98558276)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.194--UnitOfWork(492514564)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.194--ClientSession(98558276)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:21.195--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 399893560 [junit] [EL Finer]: 2022-09-10 04:19:21.195--ClientSession(399893560)--Thread(Thread[main,5,main])--acquire unit of work: 1004384293 [junit] [EL Finest]: 2022-09-10 04:19:21.195--UnitOfWork(1004384293)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:21.195--ServerSession(1526542158)--Connection(61926342)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.195--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.195--ServerSession(1526542158)--Connection(1631027456)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:21.196--ServerSession(1526542158)--Connection(61926342)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.197--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 618990452 [junit] [EL Finer]: 2022-09-10 04:19:21.197--ClientSession(618990452)--Thread(Thread[main,5,main])--acquire unit of work: 595196279 [junit] [EL Finest]: 2022-09-10 04:19:21.197--UnitOfWork(595196279)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT SUM(W_DOUBLE) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:21.197--ServerSession(1526542158)--Connection(1840107316)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.197--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.197--ServerSession(1526542158)--Connection(1321426506)--Thread(Thread[main,5,main])--SELECT SUM(W_DOUBLE) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:21.198--ServerSession(1526542158)--Connection(1840107316)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.212--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1652759190 [junit] [EL Finer]: 2022-09-10 04:19:21.212--ClientSession(1652759190)--Thread(Thread[main,5,main])--acquire unit of work: 262904882 [junit] [EL Finest]: 2022-09-10 04:19:21.212--UnitOfWork(262904882)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1f4cd72a. [junit] [EL Finer]: 2022-09-10 04:19:21.212--UnitOfWork(262904882)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:21.212--UnitOfWork(262904882)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1f4cd72a) [junit] [EL Finest]: 2022-09-10 04:19:21.212--ServerSession(1526542158)--Connection(1301819876)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.212--ClientSession(1652759190)--Connection(1301819876)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:21.212--ClientSession(1652759190)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.212--ClientSession(1652759190)--Connection(1341429418)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@57ae95ca, [B@58d45584, [B@4e786948, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@42e36672, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@6140bb21, [B@1b42baf8, [B@16fda2f1, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:21.213--ClientSession(1652759190)--Connection(1341429418)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:21.214--ServerSession(1526542158)--Connection(1301819876)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.214--UnitOfWork(262904882)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:21.214--UnitOfWork(262904882)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.214--UnitOfWork(262904882)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.215--ClientSession(1652759190)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.215--UnitOfWork(262904882)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.215--ClientSession(1652759190)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:21.215--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 900274144 [junit] [EL Finer]: 2022-09-10 04:19:21.215--ClientSession(900274144)--Thread(Thread[main,5,main])--acquire unit of work: 1399333654 [junit] [EL Finest]: 2022-09-10 04:19:21.215--UnitOfWork(1399333654)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:21.215--ServerSession(1526542158)--Connection(1689527593)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.215--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.215--ServerSession(1526542158)--Connection(640617224)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:21.216--ServerSession(1526542158)--Connection(1689527593)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.217--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 650782336 [junit] [EL Finer]: 2022-09-10 04:19:21.217--ClientSession(650782336)--Thread(Thread[main,5,main])--acquire unit of work: 1585115069 [junit] [EL Finest]: 2022-09-10 04:19:21.217--UnitOfWork(1585115069)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(P_INT)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:21.217--ServerSession(1526542158)--Connection(1657752728)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.217--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.217--ServerSession(1526542158)--Connection(1335094304)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(P_INT)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:21.218--ServerSession(1526542158)--Connection(1657752728)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.232--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 287759079 [junit] [EL Finer]: 2022-09-10 04:19:21.232--ClientSession(287759079)--Thread(Thread[main,5,main])--acquire unit of work: 1089623384 [junit] [EL Finest]: 2022-09-10 04:19:21.232--UnitOfWork(1089623384)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3b8afdbf. [junit] [EL Finer]: 2022-09-10 04:19:21.232--UnitOfWork(1089623384)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:21.232--UnitOfWork(1089623384)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3b8afdbf) [junit] [EL Finest]: 2022-09-10 04:19:21.232--ServerSession(1526542158)--Connection(1499676908)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.232--ClientSession(287759079)--Connection(1499676908)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:21.232--ClientSession(287759079)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.233--ClientSession(287759079)--Connection(335215617)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@3ec6bfbf, [B@4efad188, [B@3ac17b50, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@79e628c4, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@72564b00, [B@6a38a253, [B@5b924fbf, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:21.234--ClientSession(287759079)--Connection(335215617)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:21.235--ServerSession(1526542158)--Connection(1499676908)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.235--UnitOfWork(1089623384)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:21.235--UnitOfWork(1089623384)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.235--UnitOfWork(1089623384)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.235--ClientSession(287759079)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.235--UnitOfWork(1089623384)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.235--ClientSession(287759079)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:21.235--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1909001971 [junit] [EL Finer]: 2022-09-10 04:19:21.235--ClientSession(1909001971)--Thread(Thread[main,5,main])--acquire unit of work: 122875628 [junit] [EL Finest]: 2022-09-10 04:19:21.235--UnitOfWork(122875628)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:21.235--ServerSession(1526542158)--Connection(1989912413)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.235--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.236--ServerSession(1526542158)--Connection(2083737068)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:21.237--ServerSession(1526542158)--Connection(1989912413)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.237--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1827336078 [junit] [EL Finer]: 2022-09-10 04:19:21.238--ClientSession(1827336078)--Thread(Thread[main,5,main])--acquire unit of work: 979306108 [junit] [EL Finest]: 2022-09-10 04:19:21.238--UnitOfWork(979306108)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(W_BYTE)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:21.238--ServerSession(1526542158)--Connection(382826571)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.238--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.238--ServerSession(1526542158)--Connection(887090178)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(W_BYTE)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:21.238--ServerSession(1526542158)--Connection(382826571)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.252--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 770037273 [junit] [EL Finer]: 2022-09-10 04:19:21.252--ClientSession(770037273)--Thread(Thread[main,5,main])--acquire unit of work: 1877221947 [junit] [EL Finest]: 2022-09-10 04:19:21.252--UnitOfWork(1877221947)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@44371c54. [junit] [EL Finer]: 2022-09-10 04:19:21.252--UnitOfWork(1877221947)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:21.252--UnitOfWork(1877221947)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@44371c54) [junit] [EL Finest]: 2022-09-10 04:19:21.252--ServerSession(1526542158)--Connection(1888102776)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.252--ClientSession(770037273)--Connection(1888102776)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:21.252--ClientSession(770037273)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.253--ClientSession(770037273)--Connection(807572982)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@41588114, [B@41f4534f, [B@57490104, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@76a9337c, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@73fc5c9c, [B@10710787, [B@faf65ac, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:21.254--ClientSession(770037273)--Connection(807572982)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:21.254--ServerSession(1526542158)--Connection(1888102776)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.255--UnitOfWork(1877221947)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:21.255--UnitOfWork(1877221947)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.255--UnitOfWork(1877221947)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.255--ClientSession(770037273)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.255--UnitOfWork(1877221947)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.255--ClientSession(770037273)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:21.255--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1763799227 [junit] [EL Finer]: 2022-09-10 04:19:21.255--ClientSession(1763799227)--Thread(Thread[main,5,main])--acquire unit of work: 298602474 [junit] [EL Finest]: 2022-09-10 04:19:21.255--UnitOfWork(298602474)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:21.255--ServerSession(1526542158)--Connection(1517519013)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.255--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.256--ServerSession(1526542158)--Connection(1367249963)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:21.257--ServerSession(1526542158)--Connection(1517519013)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.258--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 899630119 [junit] [EL Finer]: 2022-09-10 04:19:21.258--ClientSession(899630119)--Thread(Thread[main,5,main])--acquire unit of work: 661105929 [junit] [EL Finest]: 2022-09-10 04:19:21.258--UnitOfWork(661105929)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(W_LONG)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:21.258--ServerSession(1526542158)--Connection(1082909228)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.258--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.258--ServerSession(1526542158)--Connection(900800703)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(W_LONG)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:21.259--ServerSession(1526542158)--Connection(1082909228)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.272--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1993671693 [junit] [EL Finer]: 2022-09-10 04:19:21.272--ClientSession(1993671693)--Thread(Thread[main,5,main])--acquire unit of work: 164652416 [junit] [EL Finest]: 2022-09-10 04:19:21.272--UnitOfWork(164652416)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@9be847b. [junit] [EL Finer]: 2022-09-10 04:19:21.272--UnitOfWork(164652416)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:21.272--UnitOfWork(164652416)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@9be847b) [junit] [EL Finest]: 2022-09-10 04:19:21.273--ServerSession(1526542158)--Connection(621096908)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.273--ClientSession(1993671693)--Connection(621096908)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:21.273--ClientSession(1993671693)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.273--ClientSession(1993671693)--Connection(1713864158)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@6e83a884, [B@27eb7272, [B@50567135, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@5ca15fbc, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@2f951b24, [B@53919446, [B@302d88d8, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:21.274--ClientSession(1993671693)--Connection(1713864158)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:21.275--ServerSession(1526542158)--Connection(621096908)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.275--UnitOfWork(164652416)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:21.275--UnitOfWork(164652416)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.275--UnitOfWork(164652416)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.275--ClientSession(1993671693)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.275--UnitOfWork(164652416)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.275--ClientSession(1993671693)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:21.275--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1067704735 [junit] [EL Finer]: 2022-09-10 04:19:21.275--ClientSession(1067704735)--Thread(Thread[main,5,main])--acquire unit of work: 1056838736 [junit] [EL Finest]: 2022-09-10 04:19:21.275--UnitOfWork(1056838736)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:21.276--ServerSession(1526542158)--Connection(78262408)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.276--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.276--ServerSession(1526542158)--Connection(1536074494)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:21.276--ServerSession(1526542158)--Connection(78262408)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.277--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 276265966 [junit] [EL Finer]: 2022-09-10 04:19:21.277--ClientSession(276265966)--Thread(Thread[main,5,main])--acquire unit of work: 1183215397 [junit] [EL Finest]: 2022-09-10 04:19:21.277--UnitOfWork(1183215397)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT WBA_LONGVARBINARY FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:21.278--ServerSession(1526542158)--Connection(1793753919)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.278--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.278--ServerSession(1526542158)--Connection(2127093801)--Thread(Thread[main,5,main])--SELECT WBA_LONGVARBINARY FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:21.278--ServerSession(1526542158)--Connection(1793753919)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.292--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 130049815 [junit] [EL Finer]: 2022-09-10 04:19:21.292--ClientSession(130049815)--Thread(Thread[main,5,main])--acquire unit of work: 2049248543 [junit] [EL Finest]: 2022-09-10 04:19:21.292--UnitOfWork(2049248543)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3d18e899. [junit] [EL Finer]: 2022-09-10 04:19:21.292--UnitOfWork(2049248543)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:21.292--UnitOfWork(2049248543)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3d18e899) [junit] [EL Finest]: 2022-09-10 04:19:21.292--ServerSession(1526542158)--Connection(2075210235)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.293--ClientSession(130049815)--Connection(2075210235)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:21.293--ClientSession(130049815)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.293--ClientSession(130049815)--Connection(1240116187)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@a22767a, [B@1ec1a7f2, [B@25061517, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@57cad6a5, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@4ec2eb80, [B@5daf3b9d, [B@48943392, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:21.294--ClientSession(130049815)--Connection(1240116187)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:21.295--ServerSession(1526542158)--Connection(2075210235)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.295--UnitOfWork(2049248543)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:21.295--UnitOfWork(2049248543)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.295--UnitOfWork(2049248543)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.296--ClientSession(130049815)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.296--UnitOfWork(2049248543)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.296--ClientSession(130049815)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:21.296--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1102251107 [junit] [EL Finer]: 2022-09-10 04:19:21.296--ClientSession(1102251107)--Thread(Thread[main,5,main])--acquire unit of work: 1063002743 [junit] [EL Finest]: 2022-09-10 04:19:21.296--UnitOfWork(1063002743)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:21.296--ServerSession(1526542158)--Connection(1483682975)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.296--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.296--ServerSession(1526542158)--Connection(1530195938)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:21.297--ServerSession(1526542158)--Connection(1483682975)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.298--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 809318710 [junit] [EL Finer]: 2022-09-10 04:19:21.298--ClientSession(809318710)--Thread(Thread[main,5,main])--acquire unit of work: 312049654 [junit] [EL Finest]: 2022-09-10 04:19:21.298--UnitOfWork(312049654)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(STRING_VC)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:21.298--ServerSession(1526542158)--Connection(720155857)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.298--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.299--ServerSession(1526542158)--Connection(725447893)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(STRING_VC)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:21.299--ServerSession(1526542158)--Connection(720155857)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.314--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 13756086 [junit] [EL Finer]: 2022-09-10 04:19:21.315--ClientSession(13756086)--Thread(Thread[main,5,main])--acquire unit of work: 848208746 [junit] [EL Finest]: 2022-09-10 04:19:21.315--UnitOfWork(848208746)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1acc4c5a. [junit] [EL Finer]: 2022-09-10 04:19:21.315--UnitOfWork(848208746)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:21.315--UnitOfWork(848208746)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1acc4c5a) [junit] [EL Finest]: 2022-09-10 04:19:21.315--ServerSession(1526542158)--Connection(1619423221)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.315--ClientSession(13756086)--Connection(1619423221)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:21.315--ClientSession(13756086)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.315--ClientSession(13756086)--Connection(110551099)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@7caeb43b, [B@327890cd, [B@2843a12d, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@7be98a17, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@726ff63d, [B@467fe45, [B@31986d2d, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:21.317--ClientSession(13756086)--Connection(110551099)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:21.317--ServerSession(1526542158)--Connection(1619423221)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.317--UnitOfWork(848208746)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:21.317--UnitOfWork(848208746)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.318--UnitOfWork(848208746)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.318--ClientSession(13756086)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.318--UnitOfWork(848208746)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.318--ClientSession(13756086)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:21.318--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1942890330 [junit] [EL Finer]: 2022-09-10 04:19:21.318--ClientSession(1942890330)--Thread(Thread[main,5,main])--acquire unit of work: 1370462857 [junit] [EL Finest]: 2022-09-10 04:19:21.318--UnitOfWork(1370462857)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:21.318--ServerSession(1526542158)--Connection(985530471)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.318--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.318--ServerSession(1526542158)--Connection(1020321556)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:21.319--ServerSession(1526542158)--Connection(985530471)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.32--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 761934421 [junit] [EL Finer]: 2022-09-10 04:19:21.32--ClientSession(761934421)--Thread(Thread[main,5,main])--acquire unit of work: 1645271006 [junit] [EL Finest]: 2022-09-10 04:19:21.32--UnitOfWork(1645271006)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT MAX(BIG_DECIMAL) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:21.321--ServerSession(1526542158)--Connection(211096367)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.321--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.321--ServerSession(1526542158)--Connection(1616707854)--Thread(Thread[main,5,main])--SELECT MAX(BIG_DECIMAL) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:21.321--ServerSession(1526542158)--Connection(211096367)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.335--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1682942720 [junit] [EL Finer]: 2022-09-10 04:19:21.335--ClientSession(1682942720)--Thread(Thread[main,5,main])--acquire unit of work: 1679527434 [junit] [EL Finest]: 2022-09-10 04:19:21.335--UnitOfWork(1679527434)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@50cf60d. [junit] [EL Finer]: 2022-09-10 04:19:21.335--UnitOfWork(1679527434)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:21.336--UnitOfWork(1679527434)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@50cf60d) [junit] [EL Finest]: 2022-09-10 04:19:21.336--ServerSession(1526542158)--Connection(1890320776)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.336--ClientSession(1682942720)--Connection(1890320776)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:21.336--ClientSession(1682942720)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.336--ClientSession(1682942720)--Connection(1989120602)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@3a119b75, [B@1c989acb, [B@1fe37814, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@fd39a21, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@39af729d, [B@61b9f9a1, [B@659e0e5a, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:21.338--ClientSession(1682942720)--Connection(1989120602)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:21.339--ServerSession(1526542158)--Connection(1890320776)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.339--UnitOfWork(1679527434)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:21.339--UnitOfWork(1679527434)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.339--UnitOfWork(1679527434)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.339--ClientSession(1682942720)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.339--UnitOfWork(1679527434)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.339--ClientSession(1682942720)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:21.339--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 88260977 [junit] [EL Finer]: 2022-09-10 04:19:21.339--ClientSession(88260977)--Thread(Thread[main,5,main])--acquire unit of work: 14517768 [junit] [EL Finest]: 2022-09-10 04:19:21.339--UnitOfWork(14517768)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:21.339--ServerSession(1526542158)--Connection(2147280639)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.339--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.34--ServerSession(1526542158)--Connection(1559676676)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:21.341--ServerSession(1526542158)--Connection(2147280639)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.342--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 415456371 [junit] [EL Finer]: 2022-09-10 04:19:21.342--ClientSession(415456371)--Thread(Thread[main,5,main])--acquire unit of work: 2131674345 [junit] [EL Finest]: 2022-09-10 04:19:21.342--UnitOfWork(2131674345)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT MAX(W_FLOAT) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:21.342--ServerSession(1526542158)--Connection(598340030)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.342--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.342--ServerSession(1526542158)--Connection(1411997308)--Thread(Thread[main,5,main])--SELECT MAX(W_FLOAT) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:21.342--ServerSession(1526542158)--Connection(598340030)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.356--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 561414229 [junit] [EL Finer]: 2022-09-10 04:19:21.356--ClientSession(561414229)--Thread(Thread[main,5,main])--acquire unit of work: 187882474 [junit] [EL Finest]: 2022-09-10 04:19:21.356--UnitOfWork(187882474)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1c9a4631. [junit] [EL Finer]: 2022-09-10 04:19:21.356--UnitOfWork(187882474)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:21.356--UnitOfWork(187882474)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1c9a4631) [junit] [EL Finest]: 2022-09-10 04:19:21.356--ServerSession(1526542158)--Connection(1345906733)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.357--ClientSession(561414229)--Connection(1345906733)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:21.357--ClientSession(561414229)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.357--ClientSession(561414229)--Connection(760288966)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@2332f57d, [B@4f338c16, [B@3d6c7e2f, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@2a02802f, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@1e2f010f, [B@4daf7de0, [B@136cef7c, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:21.358--ClientSession(561414229)--Connection(760288966)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:21.359--ServerSession(1526542158)--Connection(1345906733)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.359--UnitOfWork(187882474)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:21.359--UnitOfWork(187882474)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.359--UnitOfWork(187882474)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.359--ClientSession(561414229)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.359--UnitOfWork(187882474)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.359--ClientSession(561414229)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:21.359--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 751288042 [junit] [EL Finer]: 2022-09-10 04:19:21.359--ClientSession(751288042)--Thread(Thread[main,5,main])--acquire unit of work: 1702289141 [junit] [EL Finest]: 2022-09-10 04:19:21.359--UnitOfWork(1702289141)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:21.359--ServerSession(1526542158)--Connection(722582127)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.359--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.36--ServerSession(1526542158)--Connection(155706761)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:21.36--ServerSession(1526542158)--Connection(722582127)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.361--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1816834020 [junit] [EL Finer]: 2022-09-10 04:19:21.361--ClientSession(1816834020)--Thread(Thread[main,5,main])--acquire unit of work: 1189051803 [junit] [EL Finest]: 2022-09-10 04:19:21.361--UnitOfWork(1189051803)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT MAX(W_SMALLINT) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:21.361--ServerSession(1526542158)--Connection(929870814)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.361--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.362--ServerSession(1526542158)--Connection(1739764490)--Thread(Thread[main,5,main])--SELECT MAX(W_SMALLINT) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:21.362--ServerSession(1526542158)--Connection(929870814)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.376--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 182471589 [junit] [EL Finer]: 2022-09-10 04:19:21.376--ClientSession(182471589)--Thread(Thread[main,5,main])--acquire unit of work: 988576609 [junit] [EL Finest]: 2022-09-10 04:19:21.376--UnitOfWork(988576609)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3ef26c78. [junit] [EL Finer]: 2022-09-10 04:19:21.376--UnitOfWork(988576609)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:21.376--UnitOfWork(988576609)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3ef26c78) [junit] [EL Finest]: 2022-09-10 04:19:21.376--ServerSession(1526542158)--Connection(163766295)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.376--ClientSession(182471589)--Connection(163766295)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:21.376--ClientSession(182471589)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.377--ClientSession(182471589)--Connection(334173295)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@56acf203, [B@2fd29dd8, [B@7db415c7, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@63e8903e, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@52e54aaa, [B@69e22173, [B@34a51ba5, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:21.378--ClientSession(182471589)--Connection(334173295)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:21.378--ServerSession(1526542158)--Connection(163766295)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.379--UnitOfWork(988576609)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:21.379--UnitOfWork(988576609)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.379--UnitOfWork(988576609)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.379--ClientSession(182471589)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.379--UnitOfWork(988576609)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.379--ClientSession(182471589)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:21.379--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1154845973 [junit] [EL Finer]: 2022-09-10 04:19:21.379--ClientSession(1154845973)--Thread(Thread[main,5,main])--acquire unit of work: 845541249 [junit] [EL Finest]: 2022-09-10 04:19:21.379--UnitOfWork(845541249)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:21.379--ServerSession(1526542158)--Connection(911987264)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.379--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.379--ServerSession(1526542158)--Connection(208706991)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:21.38--ServerSession(1526542158)--Connection(911987264)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.381--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 32715716 [junit] [EL Finer]: 2022-09-10 04:19:21.381--ClientSession(32715716)--Thread(Thread[main,5,main])--acquire unit of work: 1293099362 [junit] [EL Finest]: 2022-09-10 04:19:21.381--UnitOfWork(1293099362)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(P_BYTE)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:21.381--ServerSession(1526542158)--Connection(1510311379)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.381--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.381--ServerSession(1526542158)--Connection(1109117869)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(P_BYTE)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:21.382--ServerSession(1526542158)--Connection(1510311379)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.398--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1363953941 [junit] [EL Finer]: 2022-09-10 04:19:21.398--ClientSession(1363953941)--Thread(Thread[main,5,main])--acquire unit of work: 1417100625 [junit] [EL Finest]: 2022-09-10 04:19:21.398--UnitOfWork(1417100625)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1a0d31d1. [junit] [EL Finer]: 2022-09-10 04:19:21.398--UnitOfWork(1417100625)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:21.398--UnitOfWork(1417100625)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1a0d31d1) [junit] [EL Finest]: 2022-09-10 04:19:21.399--ServerSession(1526542158)--Connection(292960678)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.399--ClientSession(1363953941)--Connection(292960678)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:21.399--ClientSession(1363953941)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.399--ClientSession(1363953941)--Connection(1324498984)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@232259f4, [B@1d5e1982, [B@4f760fd8, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@6feda499, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@5e31ad69, [B@33ce2d24, [B@4cb9fc4a, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:21.401--ClientSession(1363953941)--Connection(1324498984)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:21.401--ServerSession(1526542158)--Connection(292960678)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.402--UnitOfWork(1417100625)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:21.402--UnitOfWork(1417100625)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.402--UnitOfWork(1417100625)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.402--ClientSession(1363953941)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.402--UnitOfWork(1417100625)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.402--ClientSession(1363953941)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:21.402--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 15293257 [junit] [EL Finer]: 2022-09-10 04:19:21.402--ClientSession(15293257)--Thread(Thread[main,5,main])--acquire unit of work: 1113797896 [junit] [EL Finest]: 2022-09-10 04:19:21.402--UnitOfWork(1113797896)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:21.402--ServerSession(1526542158)--Connection(1865380759)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.402--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.402--ServerSession(1526542158)--Connection(111103216)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:21.403--ServerSession(1526542158)--Connection(1865380759)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.404--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1054198002 [junit] [EL Finer]: 2022-09-10 04:19:21.404--ClientSession(1054198002)--Thread(Thread[main,5,main])--acquire unit of work: 994429804 [junit] [EL Finest]: 2022-09-10 04:19:21.404--UnitOfWork(994429804)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(P_CHAR)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:21.404--ServerSession(1526542158)--Connection(128523506)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.404--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.405--ServerSession(1526542158)--Connection(42960844)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(P_CHAR)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:21.405--ServerSession(1526542158)--Connection(128523506)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.419--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2117556230 [junit] [EL Finer]: 2022-09-10 04:19:21.419--ClientSession(2117556230)--Thread(Thread[main,5,main])--acquire unit of work: 260100527 [junit] [EL Finest]: 2022-09-10 04:19:21.419--UnitOfWork(260100527)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7a05671c. [junit] [EL Finer]: 2022-09-10 04:19:21.419--UnitOfWork(260100527)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:21.419--UnitOfWork(260100527)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7a05671c) [junit] [EL Finest]: 2022-09-10 04:19:21.419--ServerSession(1526542158)--Connection(266577647)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.419--ClientSession(2117556230)--Connection(266577647)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:21.419--ClientSession(2117556230)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.42--ClientSession(2117556230)--Connection(284325832)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@5dabd134, [B@57e0b2fa, [B@71f4b59c, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@6332b193, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@6013eeb0, [B@3236f72a, [B@66bafca5, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:21.421--ClientSession(2117556230)--Connection(284325832)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:21.421--ServerSession(1526542158)--Connection(266577647)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.421--UnitOfWork(260100527)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:21.421--UnitOfWork(260100527)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.422--UnitOfWork(260100527)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.422--ClientSession(2117556230)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.422--UnitOfWork(260100527)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.422--ClientSession(2117556230)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:21.422--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1489026763 [junit] [EL Finer]: 2022-09-10 04:19:21.422--ClientSession(1489026763)--Thread(Thread[main,5,main])--acquire unit of work: 1828133862 [junit] [EL Finest]: 2022-09-10 04:19:21.422--UnitOfWork(1828133862)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:21.422--ServerSession(1526542158)--Connection(213203992)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.422--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.422--ServerSession(1526542158)--Connection(703407805)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:21.423--ServerSession(1526542158)--Connection(213203992)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.424--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1583961850 [junit] [EL Finer]: 2022-09-10 04:19:21.424--ClientSession(1583961850)--Thread(Thread[main,5,main])--acquire unit of work: 1603739197 [junit] [EL Finest]: 2022-09-10 04:19:21.424--UnitOfWork(1603739197)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(P_LONG)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:21.424--ServerSession(1526542158)--Connection(708029389)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.424--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.424--ServerSession(1526542158)--Connection(167818406)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(P_LONG)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:21.425--ServerSession(1526542158)--Connection(708029389)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.439--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 717841651 [junit] [EL Finer]: 2022-09-10 04:19:21.439--ClientSession(717841651)--Thread(Thread[main,5,main])--acquire unit of work: 1793403554 [junit] [EL Finest]: 2022-09-10 04:19:21.439--UnitOfWork(1793403554)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@747a393e. [junit] [EL Finer]: 2022-09-10 04:19:21.439--UnitOfWork(1793403554)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:21.439--UnitOfWork(1793403554)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@747a393e) [junit] [EL Finest]: 2022-09-10 04:19:21.439--ServerSession(1526542158)--Connection(1489610760)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.439--ClientSession(717841651)--Connection(1489610760)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:21.439--ClientSession(717841651)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.44--ClientSession(717841651)--Connection(2081263541)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@1de0963a, [B@4110a187, [B@4226618c, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@57ba1828, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@4e7215a3, [B@aaa9973, [B@7b71a3ab, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:21.441--ClientSession(717841651)--Connection(2081263541)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:21.442--ServerSession(1526542158)--Connection(1489610760)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.442--UnitOfWork(1793403554)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:21.442--UnitOfWork(1793403554)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.442--UnitOfWork(1793403554)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.442--ClientSession(717841651)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.442--UnitOfWork(1793403554)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.442--ClientSession(717841651)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:21.442--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 441055416 [junit] [EL Finer]: 2022-09-10 04:19:21.442--ClientSession(441055416)--Thread(Thread[main,5,main])--acquire unit of work: 1511125481 [junit] [EL Finest]: 2022-09-10 04:19:21.442--UnitOfWork(1511125481)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:21.442--ServerSession(1526542158)--Connection(1064440428)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.442--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.442--ServerSession(1526542158)--Connection(2020546859)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:21.443--ServerSession(1526542158)--Connection(1064440428)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.444--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1367049026 [junit] [EL Finer]: 2022-09-10 04:19:21.444--ClientSession(1367049026)--Thread(Thread[main,5,main])--acquire unit of work: 657323279 [junit] [EL Finest]: 2022-09-10 04:19:21.444--UnitOfWork(657323279)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT STRING_VC FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:21.444--ServerSession(1526542158)--Connection(1747801091)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.444--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.445--ServerSession(1526542158)--Connection(1202480472)--Thread(Thread[main,5,main])--SELECT STRING_VC FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:21.445--ServerSession(1526542158)--Connection(1747801091)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.459--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 71563136 [junit] [EL Finer]: 2022-09-10 04:19:21.459--ClientSession(71563136)--Thread(Thread[main,5,main])--acquire unit of work: 372152239 [junit] [EL Finest]: 2022-09-10 04:19:21.459--UnitOfWork(372152239)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@31cb03fb. [junit] [EL Finer]: 2022-09-10 04:19:21.459--UnitOfWork(372152239)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:21.459--UnitOfWork(372152239)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@31cb03fb) [junit] [EL Finest]: 2022-09-10 04:19:21.459--ServerSession(1526542158)--Connection(1721234210)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.459--ClientSession(71563136)--Connection(1721234210)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:21.459--ClientSession(71563136)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.46--ClientSession(71563136)--Connection(1498878973)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@6cf7ef26, [B@5dfdb548, [B@5602ec5, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@5c37d3a8, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@fea99d7, [B@3f0d2a97, [B@3b9f3db5, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:21.461--ClientSession(71563136)--Connection(1498878973)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:21.462--ServerSession(1526542158)--Connection(1721234210)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.462--UnitOfWork(372152239)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:21.462--UnitOfWork(372152239)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.462--UnitOfWork(372152239)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.462--ClientSession(71563136)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.462--UnitOfWork(372152239)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.462--ClientSession(71563136)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:21.462--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2000558609 [junit] [EL Finer]: 2022-09-10 04:19:21.462--ClientSession(2000558609)--Thread(Thread[main,5,main])--acquire unit of work: 901632210 [junit] [EL Finest]: 2022-09-10 04:19:21.462--UnitOfWork(901632210)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:21.462--ServerSession(1526542158)--Connection(1598229594)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.462--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.463--ServerSession(1526542158)--Connection(1881525620)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:21.464--ServerSession(1526542158)--Connection(1598229594)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.465--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1865234022 [junit] [EL Finer]: 2022-09-10 04:19:21.465--ClientSession(1865234022)--Thread(Thread[main,5,main])--acquire unit of work: 1378894443 [junit] [EL Finest]: 2022-09-10 04:19:21.465--UnitOfWork(1378894443)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT AVG(BIG_DECIMAL) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:21.465--ServerSession(1526542158)--Connection(1305035964)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.465--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.465--ServerSession(1526542158)--Connection(671194471)--Thread(Thread[main,5,main])--SELECT AVG(BIG_DECIMAL) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:21.466--ServerSession(1526542158)--Connection(1305035964)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.48--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 336600403 [junit] [EL Finer]: 2022-09-10 04:19:21.48--ClientSession(336600403)--Thread(Thread[main,5,main])--acquire unit of work: 1723350746 [junit] [EL Finest]: 2022-09-10 04:19:21.48--UnitOfWork(1723350746)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@420f8aa4. [junit] [EL Finer]: 2022-09-10 04:19:21.48--UnitOfWork(1723350746)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:21.48--UnitOfWork(1723350746)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@420f8aa4) [junit] [EL Finest]: 2022-09-10 04:19:21.48--ServerSession(1526542158)--Connection(1886072816)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.48--ClientSession(336600403)--Connection(1886072816)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:21.48--ClientSession(336600403)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.481--ClientSession(336600403)--Connection(996688653)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@4d84f8a6, [B@17618df2, [B@27ef9f1f, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@e5220bd, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@64f9b819, [B@7f6ca769, [B@2420c8fc, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:21.482--ClientSession(336600403)--Connection(996688653)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:21.483--ServerSession(1526542158)--Connection(1886072816)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.483--UnitOfWork(1723350746)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:21.483--UnitOfWork(1723350746)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.483--UnitOfWork(1723350746)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.483--ClientSession(336600403)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.483--UnitOfWork(1723350746)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.483--ClientSession(336600403)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:21.483--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1400481658 [junit] [EL Finer]: 2022-09-10 04:19:21.483--ClientSession(1400481658)--Thread(Thread[main,5,main])--acquire unit of work: 29096009 [junit] [EL Finest]: 2022-09-10 04:19:21.483--UnitOfWork(29096009)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:21.483--ServerSession(1526542158)--Connection(613799049)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.483--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.484--ServerSession(1526542158)--Connection(150995440)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:21.484--ServerSession(1526542158)--Connection(613799049)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.486--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1313637857 [junit] [EL Finer]: 2022-09-10 04:19:21.486--ClientSession(1313637857)--Thread(Thread[main,5,main])--acquire unit of work: 1294837990 [junit] [EL Finest]: 2022-09-10 04:19:21.486--UnitOfWork(1294837990)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(W_FLOAT)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:21.486--ServerSession(1526542158)--Connection(669105782)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.486--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.486--ServerSession(1526542158)--Connection(1361294362)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(W_FLOAT)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:21.486--ServerSession(1526542158)--Connection(669105782)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.501--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1241678158 [junit] [EL Finer]: 2022-09-10 04:19:21.501--ClientSession(1241678158)--Thread(Thread[main,5,main])--acquire unit of work: 2130477201 [junit] [EL Finest]: 2022-09-10 04:19:21.501--UnitOfWork(2130477201)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7934139d. [junit] [EL Finer]: 2022-09-10 04:19:21.501--UnitOfWork(2130477201)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:21.501--UnitOfWork(2130477201)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7934139d) [junit] [EL Finest]: 2022-09-10 04:19:21.501--ServerSession(1526542158)--Connection(1193608687)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.502--ClientSession(1241678158)--Connection(1193608687)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:21.502--ClientSession(1241678158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.502--ClientSession(1241678158)--Connection(1652609556)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@1fa07f1b, [B@2e0d2566, [B@124f03b9, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@7d2a7662, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@616e867b, [B@260fb925, [B@4c372496, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:21.503--ClientSession(1241678158)--Connection(1652609556)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:21.504--ServerSession(1526542158)--Connection(1193608687)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.504--UnitOfWork(2130477201)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:21.504--UnitOfWork(2130477201)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.504--UnitOfWork(2130477201)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.504--ClientSession(1241678158)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.504--UnitOfWork(2130477201)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.504--ClientSession(1241678158)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:21.504--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1036484596 [junit] [EL Finer]: 2022-09-10 04:19:21.504--ClientSession(1036484596)--Thread(Thread[main,5,main])--acquire unit of work: 215326456 [junit] [EL Finest]: 2022-09-10 04:19:21.504--UnitOfWork(215326456)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:21.504--ServerSession(1526542158)--Connection(203497386)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.504--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.505--ServerSession(1526542158)--Connection(1306967724)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:21.505--ServerSession(1526542158)--Connection(203497386)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.506--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 920671481 [junit] [EL Finer]: 2022-09-10 04:19:21.506--ClientSession(920671481)--Thread(Thread[main,5,main])--acquire unit of work: 1333690104 [junit] [EL Finest]: 2022-09-10 04:19:21.506--UnitOfWork(1333690104)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(W_SMALLINT)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:21.507--ServerSession(1526542158)--Connection(1054896013)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.507--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.507--ServerSession(1526542158)--Connection(518553749)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(W_SMALLINT)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:21.507--ServerSession(1526542158)--Connection(1054896013)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.521--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1678349105 [junit] [EL Finer]: 2022-09-10 04:19:21.521--ClientSession(1678349105)--Thread(Thread[main,5,main])--acquire unit of work: 818532380 [junit] [EL Finest]: 2022-09-10 04:19:21.521--UnitOfWork(818532380)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@85d8054. [junit] [EL Finer]: 2022-09-10 04:19:21.521--UnitOfWork(818532380)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:21.521--UnitOfWork(818532380)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@85d8054) [junit] [EL Finest]: 2022-09-10 04:19:21.521--ServerSession(1526542158)--Connection(634480856)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.521--ClientSession(1678349105)--Connection(634480856)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:21.521--ClientSession(1678349105)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.522--ClientSession(1678349105)--Connection(1567537421)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@1d48359a, [B@494b20a4, [B@584c289b, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@76f51ce2, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@2a4d1343, [B@3a9358ae, [B@3a2b797, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:21.523--ClientSession(1678349105)--Connection(1567537421)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:21.523--ServerSession(1526542158)--Connection(634480856)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.523--UnitOfWork(818532380)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:21.524--UnitOfWork(818532380)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.524--UnitOfWork(818532380)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.524--ClientSession(1678349105)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.524--UnitOfWork(818532380)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.524--ClientSession(1678349105)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:21.524--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 25913092 [junit] [EL Finer]: 2022-09-10 04:19:21.524--ClientSession(25913092)--Thread(Thread[main,5,main])--acquire unit of work: 1170462195 [junit] [EL Finest]: 2022-09-10 04:19:21.524--UnitOfWork(1170462195)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:21.524--ServerSession(1526542158)--Connection(310728513)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.524--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.524--ServerSession(1526542158)--Connection(321829420)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:21.525--ServerSession(1526542158)--Connection(310728513)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.526--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1710595137 [junit] [EL Finer]: 2022-09-10 04:19:21.526--ClientSession(1710595137)--Thread(Thread[main,5,main])--acquire unit of work: 95492416 [junit] [EL Finest]: 2022-09-10 04:19:21.526--UnitOfWork(95492416)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(SQL_DATE)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:21.526--ServerSession(1526542158)--Connection(970087106)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.526--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.526--ServerSession(1526542158)--Connection(1755802689)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(SQL_DATE)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:21.527--ServerSession(1526542158)--Connection(970087106)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.54--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1783492686 [junit] [EL Finer]: 2022-09-10 04:19:21.54--ClientSession(1783492686)--Thread(Thread[main,5,main])--acquire unit of work: 1796408655 [junit] [EL Finest]: 2022-09-10 04:19:21.54--UnitOfWork(1796408655)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@c33419d. [junit] [EL Finer]: 2022-09-10 04:19:21.54--UnitOfWork(1796408655)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:21.54--UnitOfWork(1796408655)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@c33419d) [junit] [EL Finest]: 2022-09-10 04:19:21.54--ServerSession(1526542158)--Connection(2036600946)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.54--ClientSession(1783492686)--Connection(2036600946)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:21.54--ClientSession(1783492686)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.541--ClientSession(1783492686)--Connection(1391268303)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@cdb0574, [B@2e9ec756, [B@2d8da1c9, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@74b3c38a, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@201788cd, [B@78eb4fee, [B@38283ad3, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:21.542--ClientSession(1783492686)--Connection(1391268303)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:21.542--ServerSession(1526542158)--Connection(2036600946)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.542--UnitOfWork(1796408655)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:21.542--UnitOfWork(1796408655)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.543--UnitOfWork(1796408655)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.543--ClientSession(1783492686)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.543--UnitOfWork(1796408655)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.543--ClientSession(1783492686)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:21.543--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 793264461 [junit] [EL Finer]: 2022-09-10 04:19:21.543--ClientSession(793264461)--Thread(Thread[main,5,main])--acquire unit of work: 1693872985 [junit] [EL Finest]: 2022-09-10 04:19:21.543--UnitOfWork(1693872985)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:21.543--ServerSession(1526542158)--Connection(955868325)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.543--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.543--ServerSession(1526542158)--Connection(666741106)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:21.544--ServerSession(1526542158)--Connection(955868325)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.545--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 458727925 [junit] [EL Finer]: 2022-09-10 04:19:21.545--ClientSession(458727925)--Thread(Thread[main,5,main])--acquire unit of work: 1363003874 [junit] [EL Finest]: 2022-09-10 04:19:21.545--UnitOfWork(1363003874)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(SQL_TIME)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:21.545--ServerSession(1526542158)--Connection(1671300579)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.545--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.545--ServerSession(1526542158)--Connection(1518046778)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(SQL_TIME)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:21.545--ServerSession(1526542158)--Connection(1671300579)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.559--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 73143381 [junit] [EL Finer]: 2022-09-10 04:19:21.559--ClientSession(73143381)--Thread(Thread[main,5,main])--acquire unit of work: 34940823 [junit] [EL Finest]: 2022-09-10 04:19:21.559--UnitOfWork(34940823)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6047fd63. [junit] [EL Finer]: 2022-09-10 04:19:21.559--UnitOfWork(34940823)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:21.559--UnitOfWork(34940823)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6047fd63) [junit] [EL Finest]: 2022-09-10 04:19:21.559--ServerSession(1526542158)--Connection(1568450766)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.559--ClientSession(73143381)--Connection(1568450766)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:21.559--ClientSession(73143381)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.56--ClientSession(73143381)--Connection(954243999)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@28d52ecb, [B@6b0a6523, [B@167046f2, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@2ef2a62a, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@2f506649, [B@17cb2dfd, [B@318be20, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:21.561--ClientSession(73143381)--Connection(954243999)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:21.561--ServerSession(1526542158)--Connection(1568450766)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.561--UnitOfWork(34940823)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:21.561--UnitOfWork(34940823)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.562--UnitOfWork(34940823)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.562--ClientSession(73143381)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.562--UnitOfWork(34940823)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.562--ClientSession(73143381)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:21.562--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 543929342 [junit] [EL Finer]: 2022-09-10 04:19:21.562--ClientSession(543929342)--Thread(Thread[main,5,main])--acquire unit of work: 1109458679 [junit] [EL Finest]: 2022-09-10 04:19:21.562--UnitOfWork(1109458679)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:21.562--ServerSession(1526542158)--Connection(1023525633)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.562--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.562--ServerSession(1526542158)--Connection(2127942713)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:21.563--ServerSession(1526542158)--Connection(1023525633)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.563--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 770189735 [junit] [EL Finer]: 2022-09-10 04:19:21.564--ClientSession(770189735)--Thread(Thread[main,5,main])--acquire unit of work: 126812396 [junit] [EL Finest]: 2022-09-10 04:19:21.564--UnitOfWork(126812396)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT MAX(BIG_INTEGER) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:21.564--ServerSession(1526542158)--Connection(1899114321)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.564--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.564--ServerSession(1526542158)--Connection(782732791)--Thread(Thread[main,5,main])--SELECT MAX(BIG_INTEGER) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:21.564--ServerSession(1526542158)--Connection(1899114321)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.577--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 265997755 [junit] [EL Finer]: 2022-09-10 04:19:21.577--ClientSession(265997755)--Thread(Thread[main,5,main])--acquire unit of work: 1537204605 [junit] [EL Finest]: 2022-09-10 04:19:21.577--UnitOfWork(1537204605)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4af6e801. [junit] [EL Finer]: 2022-09-10 04:19:21.577--UnitOfWork(1537204605)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:21.577--UnitOfWork(1537204605)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4af6e801) [junit] [EL Finest]: 2022-09-10 04:19:21.578--ServerSession(1526542158)--Connection(553085818)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.578--ClientSession(265997755)--Connection(553085818)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:21.578--ClientSession(265997755)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.578--ClientSession(265997755)--Connection(178371442)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@10b34165, [B@c8080e6, [B@30315a1c, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@2b065bdb, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@21b48fb7, [B@29bbbcd7, [B@1360f246, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:21.579--ClientSession(265997755)--Connection(178371442)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:21.58--ServerSession(1526542158)--Connection(553085818)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.58--UnitOfWork(1537204605)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:21.58--UnitOfWork(1537204605)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.58--UnitOfWork(1537204605)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.58--ClientSession(265997755)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.58--UnitOfWork(1537204605)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.58--ClientSession(265997755)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:21.58--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1751089113 [junit] [EL Finer]: 2022-09-10 04:19:21.58--ClientSession(1751089113)--Thread(Thread[main,5,main])--acquire unit of work: 225598992 [junit] [EL Finest]: 2022-09-10 04:19:21.58--UnitOfWork(225598992)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:21.58--ServerSession(1526542158)--Connection(1451864954)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.58--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.58--ServerSession(1526542158)--Connection(676205388)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:21.581--ServerSession(1526542158)--Connection(1451864954)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.582--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 36960764 [junit] [EL Finer]: 2022-09-10 04:19:21.582--ClientSession(36960764)--Thread(Thread[main,5,main])--acquire unit of work: 415913007 [junit] [EL Finest]: 2022-09-10 04:19:21.582--UnitOfWork(415913007)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT WBA_BINARY FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:21.582--ServerSession(1526542158)--Connection(1249459300)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.582--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.582--ServerSession(1526542158)--Connection(1344197461)--Thread(Thread[main,5,main])--SELECT WBA_BINARY FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:21.583--ServerSession(1526542158)--Connection(1249459300)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.597--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1402953791 [junit] [EL Finer]: 2022-09-10 04:19:21.597--ClientSession(1402953791)--Thread(Thread[main,5,main])--acquire unit of work: 470811412 [junit] [EL Finest]: 2022-09-10 04:19:21.597--UnitOfWork(470811412)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@75b1d734. [junit] [EL Finer]: 2022-09-10 04:19:21.597--UnitOfWork(470811412)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:21.597--UnitOfWork(470811412)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@75b1d734) [junit] [EL Finest]: 2022-09-10 04:19:21.598--ServerSession(1526542158)--Connection(733978337)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.598--ClientSession(1402953791)--Connection(733978337)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:21.598--ClientSession(1402953791)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.598--ClientSession(1402953791)--Connection(602520726)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@3ddac380, [B@334021dd, [B@4e6953d, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@53795bd6, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@38d454fa, [B@a28d4f4, [B@3ad7f7f1, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:21.599--ClientSession(1402953791)--Connection(602520726)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:21.6--ServerSession(1526542158)--Connection(733978337)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.6--UnitOfWork(470811412)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:21.6--UnitOfWork(470811412)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.6--UnitOfWork(470811412)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.601--ClientSession(1402953791)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.601--UnitOfWork(470811412)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.601--ClientSession(1402953791)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:21.601--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 508405148 [junit] [EL Finer]: 2022-09-10 04:19:21.601--ClientSession(508405148)--Thread(Thread[main,5,main])--acquire unit of work: 629849399 [junit] [EL Finest]: 2022-09-10 04:19:21.601--UnitOfWork(629849399)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:21.601--ServerSession(1526542158)--Connection(1295579320)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.601--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.601--ServerSession(1526542158)--Connection(1220754750)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:21.602--ServerSession(1526542158)--Connection(1295579320)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.603--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 298870094 [junit] [EL Finer]: 2022-09-10 04:19:21.603--ClientSession(298870094)--Thread(Thread[main,5,main])--acquire unit of work: 2105068287 [junit] [EL Finest]: 2022-09-10 04:19:21.603--UnitOfWork(2105068287)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT MAX(P_LONG) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:21.603--ServerSession(1526542158)--Connection(891000096)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.603--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.603--ServerSession(1526542158)--Connection(1038116064)--Thread(Thread[main,5,main])--SELECT MAX(P_LONG) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:21.604--ServerSession(1526542158)--Connection(891000096)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.617--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1492172037 [junit] [EL Finer]: 2022-09-10 04:19:21.617--ClientSession(1492172037)--Thread(Thread[main,5,main])--acquire unit of work: 411021519 [junit] [EL Finest]: 2022-09-10 04:19:21.617--UnitOfWork(411021519)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2b9b61f4. [junit] [EL Finer]: 2022-09-10 04:19:21.617--UnitOfWork(411021519)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:21.617--UnitOfWork(411021519)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2b9b61f4) [junit] [EL Finest]: 2022-09-10 04:19:21.618--ServerSession(1526542158)--Connection(555126583)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.618--ClientSession(1492172037)--Connection(555126583)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:21.618--ClientSession(1492172037)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.618--ClientSession(1492172037)--Connection(107256650)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@1337e769, [B@5027e1ee, [B@1793a8e6, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@269e214, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@2ec9419f, [B@418eed39, [B@4b50b976, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:21.619--ClientSession(1492172037)--Connection(107256650)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:21.619--ServerSession(1526542158)--Connection(555126583)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.62--UnitOfWork(411021519)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:21.62--UnitOfWork(411021519)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.62--UnitOfWork(411021519)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.62--ClientSession(1492172037)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.62--UnitOfWork(411021519)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.62--ClientSession(1492172037)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:21.62--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 954062800 [junit] [EL Finer]: 2022-09-10 04:19:21.62--ClientSession(954062800)--Thread(Thread[main,5,main])--acquire unit of work: 1969807260 [junit] [EL Finest]: 2022-09-10 04:19:21.62--UnitOfWork(1969807260)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:21.62--ServerSession(1526542158)--Connection(13013852)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.62--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.62--ServerSession(1526542158)--Connection(387457972)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:21.621--ServerSession(1526542158)--Connection(13013852)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.622--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 249569791 [junit] [EL Finer]: 2022-09-10 04:19:21.622--ClientSession(249569791)--Thread(Thread[main,5,main])--acquire unit of work: 731032740 [junit] [EL Finest]: 2022-09-10 04:19:21.622--UnitOfWork(731032740)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT MAX(P_DOUBLE) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:21.622--ServerSession(1526542158)--Connection(698254333)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.622--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.622--ServerSession(1526542158)--Connection(2110933509)--Thread(Thread[main,5,main])--SELECT MAX(P_DOUBLE) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:21.623--ServerSession(1526542158)--Connection(698254333)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.636--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 199097599 [junit] [EL Finer]: 2022-09-10 04:19:21.636--ClientSession(199097599)--Thread(Thread[main,5,main])--acquire unit of work: 628842735 [junit] [EL Finest]: 2022-09-10 04:19:21.636--UnitOfWork(628842735)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@ba27c12. [junit] [EL Finer]: 2022-09-10 04:19:21.636--UnitOfWork(628842735)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:21.636--UnitOfWork(628842735)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@ba27c12) [junit] [EL Finest]: 2022-09-10 04:19:21.636--ServerSession(1526542158)--Connection(1056752544)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.636--ClientSession(199097599)--Connection(1056752544)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:21.636--ClientSession(199097599)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.637--ClientSession(199097599)--Connection(1976340229)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@53131125, [B@2b7c52e0, [B@3e83943c, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@66baa18f, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@2deb0e44, [B@6449a24b, [B@46c9e88a, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:21.638--ClientSession(199097599)--Connection(1976340229)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:21.638--ServerSession(1526542158)--Connection(1056752544)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.638--UnitOfWork(628842735)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:21.638--UnitOfWork(628842735)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.638--UnitOfWork(628842735)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.639--ClientSession(199097599)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.639--UnitOfWork(628842735)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.639--ClientSession(199097599)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:21.639--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 838050003 [junit] [EL Finer]: 2022-09-10 04:19:21.639--ClientSession(838050003)--Thread(Thread[main,5,main])--acquire unit of work: 811902637 [junit] [EL Finest]: 2022-09-10 04:19:21.639--UnitOfWork(811902637)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:21.639--ServerSession(1526542158)--Connection(221304525)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.639--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.639--ServerSession(1526542158)--Connection(415811071)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:21.64--ServerSession(1526542158)--Connection(221304525)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.641--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 628974779 [junit] [EL Finer]: 2022-09-10 04:19:21.641--ClientSession(628974779)--Thread(Thread[main,5,main])--acquire unit of work: 1106943041 [junit] [EL Finest]: 2022-09-10 04:19:21.641--UnitOfWork(1106943041)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT AVG(BIG_INTEGER) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:21.641--ServerSession(1526542158)--Connection(1699315785)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.641--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.641--ServerSession(1526542158)--Connection(189409112)--Thread(Thread[main,5,main])--SELECT AVG(BIG_INTEGER) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:21.642--ServerSession(1526542158)--Connection(1699315785)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.655--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1038391408 [junit] [EL Finer]: 2022-09-10 04:19:21.656--ClientSession(1038391408)--Thread(Thread[main,5,main])--acquire unit of work: 1412315921 [junit] [EL Finest]: 2022-09-10 04:19:21.656--UnitOfWork(1412315921)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6b05a1fd. [junit] [EL Finer]: 2022-09-10 04:19:21.656--UnitOfWork(1412315921)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:21.656--UnitOfWork(1412315921)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6b05a1fd) [junit] [EL Finest]: 2022-09-10 04:19:21.656--ServerSession(1526542158)--Connection(1066237872)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.656--ClientSession(1038391408)--Connection(1066237872)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:21.656--ClientSession(1038391408)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.656--ClientSession(1038391408)--Connection(1670762330)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@18d0c042, [B@57e52459, [B@27cd355a, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@7369aeec, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@6da5a213, [B@131c8412, [B@5db504ce, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:21.657--ClientSession(1038391408)--Connection(1670762330)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:21.658--ServerSession(1526542158)--Connection(1066237872)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.658--UnitOfWork(1412315921)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:21.658--UnitOfWork(1412315921)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.658--UnitOfWork(1412315921)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.658--ClientSession(1038391408)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.658--UnitOfWork(1412315921)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.658--ClientSession(1038391408)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:21.658--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1827633448 [junit] [EL Finer]: 2022-09-10 04:19:21.658--ClientSession(1827633448)--Thread(Thread[main,5,main])--acquire unit of work: 1305387232 [junit] [EL Finest]: 2022-09-10 04:19:21.658--UnitOfWork(1305387232)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:21.658--ServerSession(1526542158)--Connection(1114188042)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.658--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.659--ServerSession(1526542158)--Connection(251902894)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:21.659--ServerSession(1526542158)--Connection(1114188042)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.66--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1309110018 [junit] [EL Finer]: 2022-09-10 04:19:21.66--ClientSession(1309110018)--Thread(Thread[main,5,main])--acquire unit of work: 1867372125 [junit] [EL Finest]: 2022-09-10 04:19:21.66--UnitOfWork(1867372125)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT PBA_LONGVARBINARY FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:21.66--ServerSession(1526542158)--Connection(106931012)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.66--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.661--ServerSession(1526542158)--Connection(556592378)--Thread(Thread[main,5,main])--SELECT PBA_LONGVARBINARY FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:21.661--ServerSession(1526542158)--Connection(106931012)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.674--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 532534103 [junit] [EL Finer]: 2022-09-10 04:19:21.674--ClientSession(532534103)--Thread(Thread[main,5,main])--acquire unit of work: 112977966 [junit] [EL Finest]: 2022-09-10 04:19:21.674--UnitOfWork(112977966)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@328defdf. [junit] [EL Finer]: 2022-09-10 04:19:21.674--UnitOfWork(112977966)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:21.674--UnitOfWork(112977966)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@328defdf) [junit] [EL Finest]: 2022-09-10 04:19:21.675--ServerSession(1526542158)--Connection(271658762)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.675--ClientSession(532534103)--Connection(271658762)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:21.675--ClientSession(532534103)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.675--ClientSession(532534103)--Connection(1757884034)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@227f3bb7, [B@53a0331a, [B@601f6fd5, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@79cf55a3, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@22b66bae, [B@70dcb401, [B@6b261c08, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:21.676--ClientSession(532534103)--Connection(1757884034)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:21.677--ServerSession(1526542158)--Connection(271658762)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.677--UnitOfWork(112977966)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:21.677--UnitOfWork(112977966)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.677--UnitOfWork(112977966)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.677--ClientSession(532534103)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.677--UnitOfWork(112977966)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.677--ClientSession(532534103)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:21.677--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1722482734 [junit] [EL Finer]: 2022-09-10 04:19:21.677--ClientSession(1722482734)--Thread(Thread[main,5,main])--acquire unit of work: 1905824639 [junit] [EL Finest]: 2022-09-10 04:19:21.677--UnitOfWork(1905824639)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:21.677--ServerSession(1526542158)--Connection(1030068429)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.677--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.677--ServerSession(1526542158)--Connection(1175211609)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:21.678--ServerSession(1526542158)--Connection(1030068429)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.679--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1728369813 [junit] [EL Finer]: 2022-09-10 04:19:21.679--ClientSession(1728369813)--Thread(Thread[main,5,main])--acquire unit of work: 730340557 [junit] [EL Finest]: 2022-09-10 04:19:21.679--UnitOfWork(730340557)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT AVG(P_FLOAT) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:21.679--ServerSession(1526542158)--Connection(1284983227)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.679--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.679--ServerSession(1526542158)--Connection(834859488)--Thread(Thread[main,5,main])--SELECT AVG(P_FLOAT) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:21.68--ServerSession(1526542158)--Connection(1284983227)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.693--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 134350609 [junit] [EL Finer]: 2022-09-10 04:19:21.693--ClientSession(134350609)--Thread(Thread[main,5,main])--acquire unit of work: 914904372 [junit] [EL Finest]: 2022-09-10 04:19:21.693--UnitOfWork(914904372)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@739f57d1. [junit] [EL Finer]: 2022-09-10 04:19:21.693--UnitOfWork(914904372)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:21.693--UnitOfWork(914904372)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@739f57d1) [junit] [EL Finest]: 2022-09-10 04:19:21.693--ServerSession(1526542158)--Connection(615833646)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.693--ClientSession(134350609)--Connection(615833646)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:21.693--ClientSession(134350609)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.694--ClientSession(134350609)--Connection(763925237)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@3e0be8c9, [B@2976097f, [B@64fbdf41, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@67cdf660, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@6e107f0, [B@1fc5dba2, [B@257e1ecc, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:21.695--ClientSession(134350609)--Connection(763925237)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:21.695--ServerSession(1526542158)--Connection(615833646)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.695--UnitOfWork(914904372)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:21.696--UnitOfWork(914904372)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.696--UnitOfWork(914904372)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.696--ClientSession(134350609)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.696--UnitOfWork(914904372)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.696--ClientSession(134350609)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:21.696--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 786088183 [junit] [EL Finer]: 2022-09-10 04:19:21.696--ClientSession(786088183)--Thread(Thread[main,5,main])--acquire unit of work: 1259780697 [junit] [EL Finest]: 2022-09-10 04:19:21.696--UnitOfWork(1259780697)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:21.696--ServerSession(1526542158)--Connection(1362397723)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.696--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.696--ServerSession(1526542158)--Connection(1901512677)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:21.697--ServerSession(1526542158)--Connection(1362397723)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.698--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 929479042 [junit] [EL Finer]: 2022-09-10 04:19:21.698--ClientSession(929479042)--Thread(Thread[main,5,main])--acquire unit of work: 1931938134 [junit] [EL Finest]: 2022-09-10 04:19:21.698--UnitOfWork(1931938134)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT AVG(P_SHORT) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:21.698--ServerSession(1526542158)--Connection(688458571)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.698--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.698--ServerSession(1526542158)--Connection(1926561588)--Thread(Thread[main,5,main])--SELECT AVG(P_SHORT) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:21.699--ServerSession(1526542158)--Connection(688458571)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.712--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1922887605 [junit] [EL Finer]: 2022-09-10 04:19:21.712--ClientSession(1922887605)--Thread(Thread[main,5,main])--acquire unit of work: 1771169983 [junit] [EL Finest]: 2022-09-10 04:19:21.712--UnitOfWork(1771169983)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@643b94ab. [junit] [EL Finer]: 2022-09-10 04:19:21.712--UnitOfWork(1771169983)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:21.712--UnitOfWork(1771169983)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@643b94ab) [junit] [EL Finest]: 2022-09-10 04:19:21.712--ServerSession(1526542158)--Connection(2096974885)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.712--ClientSession(1922887605)--Connection(2096974885)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:21.712--ClientSession(1922887605)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.713--ClientSession(1922887605)--Connection(1232351629)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@200dd936, [B@4cb98b82, [B@5048b102, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@4642534a, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@848f6dd, [B@8ad99cd, [B@1df8e97b, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:21.714--ClientSession(1922887605)--Connection(1232351629)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:21.714--ServerSession(1526542158)--Connection(2096974885)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.714--UnitOfWork(1771169983)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:21.714--UnitOfWork(1771169983)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.715--UnitOfWork(1771169983)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.715--ClientSession(1922887605)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.715--UnitOfWork(1771169983)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.715--ClientSession(1922887605)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:21.715--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1354457671 [junit] [EL Finer]: 2022-09-10 04:19:21.715--ClientSession(1354457671)--Thread(Thread[main,5,main])--acquire unit of work: 2023044840 [junit] [EL Finest]: 2022-09-10 04:19:21.715--UnitOfWork(2023044840)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:21.715--ServerSession(1526542158)--Connection(150193556)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.715--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.715--ServerSession(1526542158)--Connection(1847214056)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:21.716--ServerSession(1526542158)--Connection(150193556)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.717--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 177410991 [junit] [EL Finer]: 2022-09-10 04:19:21.717--ClientSession(177410991)--Thread(Thread[main,5,main])--acquire unit of work: 915318947 [junit] [EL Finest]: 2022-09-10 04:19:21.717--UnitOfWork(915318947)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT AVG(P_INT) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:21.717--ServerSession(1526542158)--Connection(1072302674)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.717--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.717--ServerSession(1526542158)--Connection(1471526064)--Thread(Thread[main,5,main])--SELECT AVG(P_INT) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:21.718--ServerSession(1526542158)--Connection(1072302674)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.731--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 327804056 [junit] [EL Finer]: 2022-09-10 04:19:21.731--ClientSession(327804056)--Thread(Thread[main,5,main])--acquire unit of work: 1316162459 [junit] [EL Finest]: 2022-09-10 04:19:21.731--UnitOfWork(1316162459)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3805a174. [junit] [EL Finer]: 2022-09-10 04:19:21.731--UnitOfWork(1316162459)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:21.731--UnitOfWork(1316162459)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3805a174) [junit] [EL Finest]: 2022-09-10 04:19:21.731--ServerSession(1526542158)--Connection(788594895)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.731--ClientSession(327804056)--Connection(788594895)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:21.731--ClientSession(327804056)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.732--ClientSession(327804056)--Connection(747909743)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@c844d52, [B@7fdd676e, [B@156ae5ac, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@324a98b6, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@1c8aad70, [B@8785f98, [B@4a7d9cbe, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:21.733--ClientSession(327804056)--Connection(747909743)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:21.733--ServerSession(1526542158)--Connection(788594895)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.733--UnitOfWork(1316162459)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:21.733--UnitOfWork(1316162459)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.734--UnitOfWork(1316162459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.734--ClientSession(327804056)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.734--UnitOfWork(1316162459)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.734--ClientSession(327804056)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:21.734--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 80101680 [junit] [EL Finer]: 2022-09-10 04:19:21.734--ClientSession(80101680)--Thread(Thread[main,5,main])--acquire unit of work: 111496179 [junit] [EL Finest]: 2022-09-10 04:19:21.734--UnitOfWork(111496179)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:21.734--ServerSession(1526542158)--Connection(1049605579)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.734--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.734--ServerSession(1526542158)--Connection(1472428747)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:21.735--ServerSession(1526542158)--Connection(1049605579)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.736--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 685639359 [junit] [EL Finer]: 2022-09-10 04:19:21.736--ClientSession(685639359)--Thread(Thread[main,5,main])--acquire unit of work: 947034941 [junit] [EL Finest]: 2022-09-10 04:19:21.736--UnitOfWork(947034941)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(P_FLOAT)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:21.736--ServerSession(1526542158)--Connection(499928991)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.736--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.736--ServerSession(1526542158)--Connection(1636713039)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(P_FLOAT)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:21.737--ServerSession(1526542158)--Connection(499928991)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.75--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1804917610 [junit] [EL Finer]: 2022-09-10 04:19:21.75--ClientSession(1804917610)--Thread(Thread[main,5,main])--acquire unit of work: 757687320 [junit] [EL Finest]: 2022-09-10 04:19:21.751--UnitOfWork(757687320)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@52c66f5. [junit] [EL Finer]: 2022-09-10 04:19:21.751--UnitOfWork(757687320)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:21.751--UnitOfWork(757687320)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@52c66f5) [junit] [EL Finest]: 2022-09-10 04:19:21.751--ServerSession(1526542158)--Connection(153283542)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.751--ClientSession(1804917610)--Connection(153283542)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:21.751--ClientSession(1804917610)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.751--ClientSession(1804917610)--Connection(1363115556)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@5fd95c12, [B@5298648a, [B@44c93acc, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@5a2b15d8, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@4f07fb43, [B@5e2a6a1d, [B@5338244e, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:21.753--ClientSession(1804917610)--Connection(1363115556)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:21.753--ServerSession(1526542158)--Connection(153283542)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.753--UnitOfWork(757687320)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:21.753--UnitOfWork(757687320)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.754--UnitOfWork(757687320)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.754--ClientSession(1804917610)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.754--UnitOfWork(757687320)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.754--ClientSession(1804917610)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:21.754--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 336161327 [junit] [EL Finer]: 2022-09-10 04:19:21.754--ClientSession(336161327)--Thread(Thread[main,5,main])--acquire unit of work: 662568271 [junit] [EL Finest]: 2022-09-10 04:19:21.754--UnitOfWork(662568271)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:21.754--ServerSession(1526542158)--Connection(640285416)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.754--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.754--ServerSession(1526542158)--Connection(2004472328)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:21.755--ServerSession(1526542158)--Connection(640285416)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.756--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1197229028 [junit] [EL Finer]: 2022-09-10 04:19:21.756--ClientSession(1197229028)--Thread(Thread[main,5,main])--acquire unit of work: 2019840540 [junit] [EL Finest]: 2022-09-10 04:19:21.756--UnitOfWork(2019840540)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT W_CHARACTER FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:21.756--ServerSession(1526542158)--Connection(1733424208)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.756--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.757--ServerSession(1526542158)--Connection(441606287)--Thread(Thread[main,5,main])--SELECT W_CHARACTER FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:21.757--ServerSession(1526542158)--Connection(1733424208)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.771--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 751988805 [junit] [EL Finer]: 2022-09-10 04:19:21.771--ClientSession(751988805)--Thread(Thread[main,5,main])--acquire unit of work: 756959667 [junit] [EL Finest]: 2022-09-10 04:19:21.771--UnitOfWork(756959667)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5f07212c. [junit] [EL Finer]: 2022-09-10 04:19:21.771--UnitOfWork(756959667)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:21.771--UnitOfWork(756959667)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5f07212c) [junit] [EL Finest]: 2022-09-10 04:19:21.771--ServerSession(1526542158)--Connection(692616780)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.771--ClientSession(751988805)--Connection(692616780)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:21.771--ClientSession(751988805)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.771--ClientSession(751988805)--Connection(844290805)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@1b939f3f, [B@6e0fdd47, [B@20a72653, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@4a778615, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@4d9a8203, [B@5d6f9b12, [B@44e3ab52, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:21.773--ClientSession(751988805)--Connection(844290805)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:21.773--ServerSession(1526542158)--Connection(692616780)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.773--UnitOfWork(756959667)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:21.773--UnitOfWork(756959667)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.774--UnitOfWork(756959667)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.774--ClientSession(751988805)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.774--UnitOfWork(756959667)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.774--ClientSession(751988805)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:21.774--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2006326149 [junit] [EL Finer]: 2022-09-10 04:19:21.774--ClientSession(2006326149)--Thread(Thread[main,5,main])--acquire unit of work: 1376999853 [junit] [EL Finest]: 2022-09-10 04:19:21.774--UnitOfWork(1376999853)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:21.774--ServerSession(1526542158)--Connection(1667199973)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.774--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.774--ServerSession(1526542158)--Connection(255307196)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:21.775--ServerSession(1526542158)--Connection(1667199973)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.776--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1776458078 [junit] [EL Finer]: 2022-09-10 04:19:21.776--ClientSession(1776458078)--Thread(Thread[main,5,main])--acquire unit of work: 719480872 [junit] [EL Finest]: 2022-09-10 04:19:21.776--UnitOfWork(719480872)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(P_SHORT)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:21.776--ServerSession(1526542158)--Connection(1372892170)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.776--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.777--ServerSession(1526542158)--Connection(1278136570)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(P_SHORT)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:21.777--ServerSession(1526542158)--Connection(1372892170)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.794--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 724365571 [junit] [EL Finer]: 2022-09-10 04:19:21.794--ClientSession(724365571)--Thread(Thread[main,5,main])--acquire unit of work: 1562346831 [junit] [EL Finest]: 2022-09-10 04:19:21.794--UnitOfWork(1562346831)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@cab09fd. [junit] [EL Finer]: 2022-09-10 04:19:21.794--UnitOfWork(1562346831)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:21.794--UnitOfWork(1562346831)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@cab09fd) [junit] [EL Finest]: 2022-09-10 04:19:21.794--ServerSession(1526542158)--Connection(713285225)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.794--ClientSession(724365571)--Connection(713285225)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:21.794--ClientSession(724365571)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.795--ClientSession(724365571)--Connection(2039999923)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@43e6bfb7, [B@24991011, [B@44ef4e6d, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@702bb00f, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@646a2ba, [B@6a3323fb, [B@541194f6, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:21.796--ClientSession(724365571)--Connection(2039999923)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:21.797--ServerSession(1526542158)--Connection(713285225)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.797--UnitOfWork(1562346831)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:21.797--UnitOfWork(1562346831)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.797--UnitOfWork(1562346831)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.797--ClientSession(724365571)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.797--UnitOfWork(1562346831)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.797--ClientSession(724365571)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:21.797--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 662309662 [junit] [EL Finer]: 2022-09-10 04:19:21.797--ClientSession(662309662)--Thread(Thread[main,5,main])--acquire unit of work: 1399060771 [junit] [EL Finest]: 2022-09-10 04:19:21.797--UnitOfWork(1399060771)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:21.797--ServerSession(1526542158)--Connection(718968573)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.797--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.797--ServerSession(1526542158)--Connection(2131663566)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:21.798--ServerSession(1526542158)--Connection(718968573)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.799--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 129220812 [junit] [EL Finer]: 2022-09-10 04:19:21.799--ClientSession(129220812)--Thread(Thread[main,5,main])--acquire unit of work: 270195299 [junit] [EL Finest]: 2022-09-10 04:19:21.799--UnitOfWork(270195299)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(W_DOUBLE)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:21.799--ServerSession(1526542158)--Connection(1015272304)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.799--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.8--ServerSession(1526542158)--Connection(1520099501)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(W_DOUBLE)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:21.8--ServerSession(1526542158)--Connection(1015272304)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.817--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 347996654 [junit] [EL Finer]: 2022-09-10 04:19:21.817--ClientSession(347996654)--Thread(Thread[main,5,main])--acquire unit of work: 774965398 [junit] [EL Finest]: 2022-09-10 04:19:21.817--UnitOfWork(774965398)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@9af31c1. [junit] [EL Finer]: 2022-09-10 04:19:21.817--UnitOfWork(774965398)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:21.817--UnitOfWork(774965398)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@9af31c1) [junit] [EL Finest]: 2022-09-10 04:19:21.818--ServerSession(1526542158)--Connection(1574740592)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.818--ClientSession(347996654)--Connection(1574740592)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:21.818--ClientSession(347996654)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.818--ClientSession(347996654)--Connection(2119284949)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@6f15fce7, [B@1728277a, [B@579c3641, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@6f6bc1e0, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@2f59ea2e, [B@799c0b48, [B@4f840404, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:21.819--ClientSession(347996654)--Connection(2119284949)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:21.82--ServerSession(1526542158)--Connection(1574740592)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.82--UnitOfWork(774965398)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:21.82--UnitOfWork(774965398)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.82--UnitOfWork(774965398)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.82--ClientSession(347996654)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.82--UnitOfWork(774965398)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.82--ClientSession(347996654)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:21.821--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 457810291 [junit] [EL Finer]: 2022-09-10 04:19:21.821--ClientSession(457810291)--Thread(Thread[main,5,main])--acquire unit of work: 1284135884 [junit] [EL Finest]: 2022-09-10 04:19:21.821--UnitOfWork(1284135884)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:21.821--ServerSession(1526542158)--Connection(2122693729)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.821--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.821--ServerSession(1526542158)--Connection(2146726065)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:21.822--ServerSession(1526542158)--Connection(2122693729)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.823--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1741253456 [junit] [EL Finer]: 2022-09-10 04:19:21.823--ClientSession(1741253456)--Thread(Thread[main,5,main])--acquire unit of work: 465882633 [junit] [EL Finest]: 2022-09-10 04:19:21.823--UnitOfWork(465882633)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT AVG(W_INTEGER) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:21.823--ServerSession(1526542158)--Connection(1549630173)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.823--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.823--ServerSession(1526542158)--Connection(1396804800)--Thread(Thread[main,5,main])--SELECT AVG(W_INTEGER) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:21.823--ServerSession(1526542158)--Connection(1549630173)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.839--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1579526490 [junit] [EL Finer]: 2022-09-10 04:19:21.839--ClientSession(1579526490)--Thread(Thread[main,5,main])--acquire unit of work: 1968613438 [junit] [EL Finest]: 2022-09-10 04:19:21.839--UnitOfWork(1968613438)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4468f64c. [junit] [EL Finer]: 2022-09-10 04:19:21.839--UnitOfWork(1968613438)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:21.839--UnitOfWork(1968613438)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4468f64c) [junit] [EL Finest]: 2022-09-10 04:19:21.839--ServerSession(1526542158)--Connection(2114990234)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.839--ClientSession(1579526490)--Connection(2114990234)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:21.839--ClientSession(1579526490)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.84--ClientSession(1579526490)--Connection(268561891)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@216bd7cb, [B@6de05f11, [B@5b803fff, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@246b40f5, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@5bc11e3c, [B@3436da82, [B@6e13743c, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:21.841--ClientSession(1579526490)--Connection(268561891)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:21.842--ServerSession(1526542158)--Connection(2114990234)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.842--UnitOfWork(1968613438)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:21.842--UnitOfWork(1968613438)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.842--UnitOfWork(1968613438)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.842--ClientSession(1579526490)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.842--UnitOfWork(1968613438)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.842--ClientSession(1579526490)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:21.842--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 733262339 [junit] [EL Finer]: 2022-09-10 04:19:21.842--ClientSession(733262339)--Thread(Thread[main,5,main])--acquire unit of work: 2039309677 [junit] [EL Finest]: 2022-09-10 04:19:21.842--UnitOfWork(2039309677)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:21.842--ServerSession(1526542158)--Connection(685169008)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.842--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.843--ServerSession(1526542158)--Connection(905097760)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:21.844--ServerSession(1526542158)--Connection(685169008)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.845--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1390602874 [junit] [EL Finer]: 2022-09-10 04:19:21.845--ClientSession(1390602874)--Thread(Thread[main,5,main])--acquire unit of work: 1007295516 [junit] [EL Finest]: 2022-09-10 04:19:21.845--UnitOfWork(1007295516)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT SUM(W_BYTE) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:21.845--ServerSession(1526542158)--Connection(1834632129)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.845--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.845--ServerSession(1526542158)--Connection(470234716)--Thread(Thread[main,5,main])--SELECT SUM(W_BYTE) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:21.846--ServerSession(1526542158)--Connection(1834632129)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.86--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1932154134 [junit] [EL Finer]: 2022-09-10 04:19:21.86--ClientSession(1932154134)--Thread(Thread[main,5,main])--acquire unit of work: 210279455 [junit] [EL Finest]: 2022-09-10 04:19:21.86--UnitOfWork(210279455)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@550ae683. [junit] [EL Finer]: 2022-09-10 04:19:21.86--UnitOfWork(210279455)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:21.86--UnitOfWork(210279455)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@550ae683) [junit] [EL Finest]: 2022-09-10 04:19:21.861--ServerSession(1526542158)--Connection(1028639221)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.861--ClientSession(1932154134)--Connection(1028639221)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:21.861--ClientSession(1932154134)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.861--ClientSession(1932154134)--Connection(149861385)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@68648137, [B@7bf1c78, [B@201822d7, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@635b5740, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@2ffa1f25, [B@50599a7e, [B@31361438, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:21.862--ClientSession(1932154134)--Connection(149861385)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:21.863--ServerSession(1526542158)--Connection(1028639221)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.863--UnitOfWork(210279455)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:21.863--UnitOfWork(210279455)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.863--UnitOfWork(210279455)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.863--ClientSession(1932154134)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.863--UnitOfWork(210279455)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.863--ClientSession(1932154134)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:21.863--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 396463835 [junit] [EL Finer]: 2022-09-10 04:19:21.863--ClientSession(396463835)--Thread(Thread[main,5,main])--acquire unit of work: 1960355720 [junit] [EL Finest]: 2022-09-10 04:19:21.864--UnitOfWork(1960355720)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:21.864--ServerSession(1526542158)--Connection(1022045468)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.864--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.864--ServerSession(1526542158)--Connection(1200218812)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:21.865--ServerSession(1526542158)--Connection(1022045468)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.866--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1702576591 [junit] [EL Finer]: 2022-09-10 04:19:21.866--ClientSession(1702576591)--Thread(Thread[main,5,main])--acquire unit of work: 1660780699 [junit] [EL Finest]: 2022-09-10 04:19:21.866--UnitOfWork(1660780699)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT SUM(W_LONG) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:21.866--ServerSession(1526542158)--Connection(881923262)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.866--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.866--ServerSession(1526542158)--Connection(1242431450)--Thread(Thread[main,5,main])--SELECT SUM(W_LONG) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:21.867--ServerSession(1526542158)--Connection(881923262)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.881--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1364290623 [junit] [EL Finer]: 2022-09-10 04:19:21.881--ClientSession(1364290623)--Thread(Thread[main,5,main])--acquire unit of work: 1354302773 [junit] [EL Finest]: 2022-09-10 04:19:21.881--UnitOfWork(1354302773)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@42b4ce54. [junit] [EL Finer]: 2022-09-10 04:19:21.881--UnitOfWork(1354302773)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:21.882--UnitOfWork(1354302773)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@42b4ce54) [junit] [EL Finest]: 2022-09-10 04:19:21.882--ServerSession(1526542158)--Connection(1549335447)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.882--ClientSession(1364290623)--Connection(1549335447)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:21.882--ClientSession(1364290623)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.882--ClientSession(1364290623)--Connection(851441784)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@60caf876, [B@53e23286, [B@3957a38c, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@22487372, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@15763605, [B@5742402f, [B@530dc288, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:21.883--ClientSession(1364290623)--Connection(851441784)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:21.884--ServerSession(1526542158)--Connection(1549335447)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.884--UnitOfWork(1354302773)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:21.884--UnitOfWork(1354302773)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.885--UnitOfWork(1354302773)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.885--ClientSession(1364290623)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.885--UnitOfWork(1354302773)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.885--ClientSession(1364290623)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:21.885--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 592353046 [junit] [EL Finer]: 2022-09-10 04:19:21.885--ClientSession(592353046)--Thread(Thread[main,5,main])--acquire unit of work: 1558051277 [junit] [EL Finest]: 2022-09-10 04:19:21.885--UnitOfWork(1558051277)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:21.885--ServerSession(1526542158)--Connection(1433458977)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.885--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.885--ServerSession(1526542158)--Connection(1173085824)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:21.886--ServerSession(1526542158)--Connection(1433458977)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.887--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1770557802 [junit] [EL Finer]: 2022-09-10 04:19:21.887--ClientSession(1770557802)--Thread(Thread[main,5,main])--acquire unit of work: 721229382 [junit] [EL Finest]: 2022-09-10 04:19:21.887--UnitOfWork(721229382)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT W_BYTE FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:21.887--ServerSession(1526542158)--Connection(1149023919)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.887--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.887--ServerSession(1526542158)--Connection(873689156)--Thread(Thread[main,5,main])--SELECT W_BYTE FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:21.888--ServerSession(1526542158)--Connection(1149023919)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.902--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2089852906 [junit] [EL Finer]: 2022-09-10 04:19:21.902--ClientSession(2089852906)--Thread(Thread[main,5,main])--acquire unit of work: 1088779119 [junit] [EL Finest]: 2022-09-10 04:19:21.902--UnitOfWork(1088779119)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2585729d. [junit] [EL Finer]: 2022-09-10 04:19:21.902--UnitOfWork(1088779119)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:21.902--UnitOfWork(1088779119)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2585729d) [junit] [EL Finest]: 2022-09-10 04:19:21.902--ServerSession(1526542158)--Connection(2079635991)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.902--ClientSession(2089852906)--Connection(2079635991)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:21.902--ClientSession(2089852906)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.903--ClientSession(2089852906)--Connection(2040472550)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@529bf692, [B@3e4123ae, [B@127b659c, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@4c8141c6, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@412311a2, [B@7648167b, [B@3fd6caab, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:21.904--ClientSession(2089852906)--Connection(2040472550)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:21.904--ServerSession(1526542158)--Connection(2079635991)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.904--UnitOfWork(1088779119)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:21.905--UnitOfWork(1088779119)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.905--UnitOfWork(1088779119)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.905--ClientSession(2089852906)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.905--UnitOfWork(1088779119)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.905--ClientSession(2089852906)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:21.905--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 523186483 [junit] [EL Finer]: 2022-09-10 04:19:21.905--ClientSession(523186483)--Thread(Thread[main,5,main])--acquire unit of work: 2067292819 [junit] [EL Finest]: 2022-09-10 04:19:21.905--UnitOfWork(2067292819)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:21.905--ServerSession(1526542158)--Connection(1076923640)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.905--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.905--ServerSession(1526542158)--Connection(578030436)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:21.906--ServerSession(1526542158)--Connection(1076923640)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.907--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1326356346 [junit] [EL Finer]: 2022-09-10 04:19:21.907--ClientSession(1326356346)--Thread(Thread[main,5,main])--acquire unit of work: 2010272470 [junit] [EL Finest]: 2022-09-10 04:19:21.907--UnitOfWork(2010272470)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT W_LONG FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:21.907--ServerSession(1526542158)--Connection(1533946494)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.907--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.907--ServerSession(1526542158)--Connection(1646845612)--Thread(Thread[main,5,main])--SELECT W_LONG FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:21.908--ServerSession(1526542158)--Connection(1533946494)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.923--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1523086740 [junit] [EL Finer]: 2022-09-10 04:19:21.923--ClientSession(1523086740)--Thread(Thread[main,5,main])--acquire unit of work: 1336077392 [junit] [EL Finest]: 2022-09-10 04:19:21.923--UnitOfWork(1336077392)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@35d0f108. [junit] [EL Finer]: 2022-09-10 04:19:21.923--UnitOfWork(1336077392)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:21.923--UnitOfWork(1336077392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@35d0f108) [junit] [EL Finest]: 2022-09-10 04:19:21.923--ServerSession(1526542158)--Connection(301467248)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.923--ClientSession(1523086740)--Connection(301467248)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:21.923--ClientSession(1523086740)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.924--ClientSession(1523086740)--Connection(190019040)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@4c7df19b, [B@6519cd8a, [B@51623da1, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@786a7b, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@232ab2c6, [B@8f44eb4, [B@48bbf53e, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:21.925--ClientSession(1523086740)--Connection(190019040)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:21.925--ServerSession(1526542158)--Connection(301467248)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.925--UnitOfWork(1336077392)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:21.926--UnitOfWork(1336077392)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.926--UnitOfWork(1336077392)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.926--ClientSession(1523086740)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.926--UnitOfWork(1336077392)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.926--ClientSession(1523086740)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:21.926--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1348183673 [junit] [EL Finer]: 2022-09-10 04:19:21.926--ClientSession(1348183673)--Thread(Thread[main,5,main])--acquire unit of work: 1730398598 [junit] [EL Finest]: 2022-09-10 04:19:21.926--UnitOfWork(1730398598)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:21.926--ServerSession(1526542158)--Connection(554087639)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.926--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.926--ServerSession(1526542158)--Connection(1492635498)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:21.927--ServerSession(1526542158)--Connection(554087639)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.928--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2034445578 [junit] [EL Finer]: 2022-09-10 04:19:21.928--ClientSession(2034445578)--Thread(Thread[main,5,main])--acquire unit of work: 1433561138 [junit] [EL Finest]: 2022-09-10 04:19:21.928--UnitOfWork(1433561138)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT UTIL_DATE FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:21.928--ServerSession(1526542158)--Connection(1146678456)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.928--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.929--ServerSession(1526542158)--Connection(72285092)--Thread(Thread[main,5,main])--SELECT UTIL_DATE FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:21.929--ServerSession(1526542158)--Connection(1146678456)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.943--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 973730549 [junit] [EL Finer]: 2022-09-10 04:19:21.943--ClientSession(973730549)--Thread(Thread[main,5,main])--acquire unit of work: 1760291409 [junit] [EL Finest]: 2022-09-10 04:19:21.943--UnitOfWork(1760291409)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4b7a8683. [junit] [EL Finer]: 2022-09-10 04:19:21.943--UnitOfWork(1760291409)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:21.943--UnitOfWork(1760291409)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4b7a8683) [junit] [EL Finest]: 2022-09-10 04:19:21.943--ServerSession(1526542158)--Connection(1212667927)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.944--ClientSession(973730549)--Connection(1212667927)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:21.944--ClientSession(973730549)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.944--ClientSession(973730549)--Connection(679412585)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@45a7770d, [B@63b7dc64, [B@4d10338, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@7220e4d5, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@cc1ea83, [B@51485383, [B@5d0c5251, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:21.945--ClientSession(973730549)--Connection(679412585)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:21.946--ServerSession(1526542158)--Connection(1212667927)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.946--UnitOfWork(1760291409)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:21.946--UnitOfWork(1760291409)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.946--UnitOfWork(1760291409)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.947--ClientSession(973730549)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.947--UnitOfWork(1760291409)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.947--ClientSession(973730549)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:21.947--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1471911935 [junit] [EL Finer]: 2022-09-10 04:19:21.947--ClientSession(1471911935)--Thread(Thread[main,5,main])--acquire unit of work: 926590422 [junit] [EL Finest]: 2022-09-10 04:19:21.947--UnitOfWork(926590422)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:21.947--ServerSession(1526542158)--Connection(2022063096)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.947--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.947--ServerSession(1526542158)--Connection(45228556)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:21.948--ServerSession(1526542158)--Connection(2022063096)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.949--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1464942868 [junit] [EL Finer]: 2022-09-10 04:19:21.949--ClientSession(1464942868)--Thread(Thread[main,5,main])--acquire unit of work: 580779646 [junit] [EL Finest]: 2022-09-10 04:19:21.949--UnitOfWork(580779646)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT MAX(PBA_BINARY) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:21.949--ServerSession(1526542158)--Connection(2045422556)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.949--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.949--ServerSession(1526542158)--Connection(1945420639)--Thread(Thread[main,5,main])--SELECT MAX(PBA_BINARY) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:21.95--ServerSession(1526542158)--Connection(2045422556)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.963--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1559180374 [junit] [EL Finer]: 2022-09-10 04:19:21.963--ClientSession(1559180374)--Thread(Thread[main,5,main])--acquire unit of work: 1199364158 [junit] [EL Finest]: 2022-09-10 04:19:21.963--UnitOfWork(1199364158)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@69eb668b. [junit] [EL Finer]: 2022-09-10 04:19:21.963--UnitOfWork(1199364158)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:21.963--UnitOfWork(1199364158)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@69eb668b) [junit] [EL Finest]: 2022-09-10 04:19:21.964--ServerSession(1526542158)--Connection(1449075514)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.964--ClientSession(1559180374)--Connection(1449075514)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:21.964--ClientSession(1559180374)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.964--ClientSession(1559180374)--Connection(475281218)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@27eda07, [B@357afae1, [B@47ca28c1, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@68a395f1, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@1c79d400, [B@7eb6889c, [B@682c2bab, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:21.965--ClientSession(1559180374)--Connection(475281218)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:21.966--ServerSession(1526542158)--Connection(1449075514)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.966--UnitOfWork(1199364158)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:21.966--UnitOfWork(1199364158)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.966--UnitOfWork(1199364158)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.966--ClientSession(1559180374)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.966--UnitOfWork(1199364158)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.966--ClientSession(1559180374)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:21.966--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 810315953 [junit] [EL Finer]: 2022-09-10 04:19:21.966--ClientSession(810315953)--Thread(Thread[main,5,main])--acquire unit of work: 132917373 [junit] [EL Finest]: 2022-09-10 04:19:21.966--UnitOfWork(132917373)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:21.966--ServerSession(1526542158)--Connection(1046686721)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.966--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.966--ServerSession(1526542158)--Connection(1313859514)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:21.967--ServerSession(1526542158)--Connection(1046686721)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.968--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 379651454 [junit] [EL Finer]: 2022-09-10 04:19:21.968--ClientSession(379651454)--Thread(Thread[main,5,main])--acquire unit of work: 722806861 [junit] [EL Finest]: 2022-09-10 04:19:21.968--UnitOfWork(722806861)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT P_FLOAT FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:21.968--ServerSession(1526542158)--Connection(1465789551)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.968--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.968--ServerSession(1526542158)--Connection(7082894)--Thread(Thread[main,5,main])--SELECT P_FLOAT FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:21.969--ServerSession(1526542158)--Connection(1465789551)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.982--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1887398577 [junit] [EL Finer]: 2022-09-10 04:19:21.982--ClientSession(1887398577)--Thread(Thread[main,5,main])--acquire unit of work: 2052092920 [junit] [EL Finest]: 2022-09-10 04:19:21.982--UnitOfWork(2052092920)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@142e0283. [junit] [EL Finer]: 2022-09-10 04:19:21.982--UnitOfWork(2052092920)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:21.983--UnitOfWork(2052092920)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@142e0283) [junit] [EL Finest]: 2022-09-10 04:19:21.983--ServerSession(1526542158)--Connection(416511388)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.983--ClientSession(1887398577)--Connection(416511388)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:21.983--ClientSession(1887398577)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.983--ClientSession(1887398577)--Connection(399603746)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@416f3cd1, [B@1d3bca62, [B@b74eabb, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@80801dc, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@30393db8, [B@73129907, [B@5f9f94ec, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:21.984--ClientSession(1887398577)--Connection(399603746)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:21.985--ServerSession(1526542158)--Connection(416511388)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:21.985--UnitOfWork(2052092920)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:21.985--UnitOfWork(2052092920)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.985--UnitOfWork(2052092920)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.985--ClientSession(1887398577)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:21.985--UnitOfWork(2052092920)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:21.986--ClientSession(1887398577)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:21.986--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 920028629 [junit] [EL Finer]: 2022-09-10 04:19:21.986--ClientSession(920028629)--Thread(Thread[main,5,main])--acquire unit of work: 985323561 [junit] [EL Finest]: 2022-09-10 04:19:21.986--UnitOfWork(985323561)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:21.986--ServerSession(1526542158)--Connection(978625551)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.986--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.986--ServerSession(1526542158)--Connection(1194715097)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:21.987--ServerSession(1526542158)--Connection(978625551)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:21.988--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1628742934 [junit] [EL Finer]: 2022-09-10 04:19:21.988--ClientSession(1628742934)--Thread(Thread[main,5,main])--acquire unit of work: 1650385017 [junit] [EL Finest]: 2022-09-10 04:19:21.988--UnitOfWork(1650385017)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(ENUM_ORDINAL)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:21.988--ServerSession(1526542158)--Connection(1105164812)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:21.988--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:21.988--ServerSession(1526542158)--Connection(1921059756)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(ENUM_ORDINAL)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:21.988--ServerSession(1526542158)--Connection(1105164812)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.002--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 899686935 [junit] [EL Finer]: 2022-09-10 04:19:22.002--ClientSession(899686935)--Thread(Thread[main,5,main])--acquire unit of work: 242189940 [junit] [EL Finest]: 2022-09-10 04:19:22.002--UnitOfWork(242189940)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7a6e2815. [junit] [EL Finer]: 2022-09-10 04:19:22.002--UnitOfWork(242189940)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:22.002--UnitOfWork(242189940)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7a6e2815) [junit] [EL Finest]: 2022-09-10 04:19:22.002--ServerSession(1526542158)--Connection(843225715)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.002--ClientSession(899686935)--Connection(843225715)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:22.002--ClientSession(899686935)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.003--ClientSession(899686935)--Connection(1644567532)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@26b730f3, [B@27f8321c, [B@27812cca, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@136bb4b, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@1e992336, [B@78978a2b, [B@565e0e8f, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:22.004--ClientSession(899686935)--Connection(1644567532)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:22.004--ServerSession(1526542158)--Connection(843225715)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.004--UnitOfWork(242189940)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:22.005--UnitOfWork(242189940)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.005--UnitOfWork(242189940)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.005--ClientSession(899686935)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.005--UnitOfWork(242189940)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.005--ClientSession(899686935)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:22.005--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 97840357 [junit] [EL Finer]: 2022-09-10 04:19:22.005--ClientSession(97840357)--Thread(Thread[main,5,main])--acquire unit of work: 949506330 [junit] [EL Finest]: 2022-09-10 04:19:22.005--UnitOfWork(949506330)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:22.005--ServerSession(1526542158)--Connection(1368449285)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.005--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.005--ServerSession(1526542158)--Connection(2084969506)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:22.006--ServerSession(1526542158)--Connection(1368449285)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.007--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 751310061 [junit] [EL Finer]: 2022-09-10 04:19:22.007--ClientSession(751310061)--Thread(Thread[main,5,main])--acquire unit of work: 1239639900 [junit] [EL Finest]: 2022-09-10 04:19:22.007--UnitOfWork(1239639900)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT P_SHORT FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:22.007--ServerSession(1526542158)--Connection(1201023997)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.007--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.007--ServerSession(1526542158)--Connection(943183130)--Thread(Thread[main,5,main])--SELECT P_SHORT FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:22.008--ServerSession(1526542158)--Connection(1201023997)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.021--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2126024846 [junit] [EL Finer]: 2022-09-10 04:19:22.022--ClientSession(2126024846)--Thread(Thread[main,5,main])--acquire unit of work: 171290935 [junit] [EL Finest]: 2022-09-10 04:19:22.022--UnitOfWork(171290935)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@34cb4bec. [junit] [EL Finer]: 2022-09-10 04:19:22.022--UnitOfWork(171290935)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:22.022--UnitOfWork(171290935)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@34cb4bec) [junit] [EL Finest]: 2022-09-10 04:19:22.022--ServerSession(1526542158)--Connection(1598120904)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.022--ClientSession(2126024846)--Connection(1598120904)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:22.022--ClientSession(2126024846)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.022--ClientSession(2126024846)--Connection(731498509)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@465f0b6c, [B@53842018, [B@3c01ca5a, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@688ab131, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@56b0c327, [B@2446bd09, [B@1627e0c1, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:22.023--ClientSession(2126024846)--Connection(731498509)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:22.024--ServerSession(1526542158)--Connection(1598120904)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.025--UnitOfWork(171290935)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:22.025--UnitOfWork(171290935)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.025--UnitOfWork(171290935)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.025--ClientSession(2126024846)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.025--UnitOfWork(171290935)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.025--ClientSession(2126024846)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:22.025--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 652963463 [junit] [EL Finer]: 2022-09-10 04:19:22.025--ClientSession(652963463)--Thread(Thread[main,5,main])--acquire unit of work: 1493788791 [junit] [EL Finest]: 2022-09-10 04:19:22.025--UnitOfWork(1493788791)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:22.025--ServerSession(1526542158)--Connection(1293626943)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.025--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.025--ServerSession(1526542158)--Connection(919438675)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:22.026--ServerSession(1526542158)--Connection(1293626943)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.027--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1981503232 [junit] [EL Finer]: 2022-09-10 04:19:22.027--ClientSession(1981503232)--Thread(Thread[main,5,main])--acquire unit of work: 2094125621 [junit] [EL Finest]: 2022-09-10 04:19:22.027--UnitOfWork(2094125621)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT MAX(SQL_TIMESTAMP) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:22.027--ServerSession(1526542158)--Connection(389424682)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.027--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.027--ServerSession(1526542158)--Connection(1918034019)--Thread(Thread[main,5,main])--SELECT MAX(SQL_TIMESTAMP) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:22.028--ServerSession(1526542158)--Connection(389424682)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.041--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 203939387 [junit] [EL Finer]: 2022-09-10 04:19:22.041--ClientSession(203939387)--Thread(Thread[main,5,main])--acquire unit of work: 1961393923 [junit] [EL Finest]: 2022-09-10 04:19:22.041--UnitOfWork(1961393923)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4c159b48. [junit] [EL Finer]: 2022-09-10 04:19:22.041--UnitOfWork(1961393923)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:22.041--UnitOfWork(1961393923)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4c159b48) [junit] [EL Finest]: 2022-09-10 04:19:22.042--ServerSession(1526542158)--Connection(1686282181)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.042--ClientSession(203939387)--Connection(1686282181)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:22.042--ClientSession(203939387)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.042--ClientSession(203939387)--Connection(1510005431)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@144a3109, [B@7072251c, [B@18e94b42, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@6865832d, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@2de22551, [B@4c59af34, [B@1eb84ea6, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:22.043--ClientSession(203939387)--Connection(1510005431)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:22.044--ServerSession(1526542158)--Connection(1686282181)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.044--UnitOfWork(1961393923)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:22.044--UnitOfWork(1961393923)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.044--UnitOfWork(1961393923)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.044--ClientSession(203939387)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.044--UnitOfWork(1961393923)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.044--ClientSession(203939387)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:22.044--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1741527153 [junit] [EL Finer]: 2022-09-10 04:19:22.044--ClientSession(1741527153)--Thread(Thread[main,5,main])--acquire unit of work: 609889407 [junit] [EL Finest]: 2022-09-10 04:19:22.044--UnitOfWork(609889407)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:22.044--ServerSession(1526542158)--Connection(1878766973)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.044--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.045--ServerSession(1526542158)--Connection(1969484438)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:22.045--ServerSession(1526542158)--Connection(1878766973)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.046--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 460883694 [junit] [EL Finer]: 2022-09-10 04:19:22.046--ClientSession(460883694)--Thread(Thread[main,5,main])--acquire unit of work: 1978705492 [junit] [EL Finest]: 2022-09-10 04:19:22.046--UnitOfWork(1978705492)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT AVG(W_FLOAT) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:22.046--ServerSession(1526542158)--Connection(476099740)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.046--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.046--ServerSession(1526542158)--Connection(89600615)--Thread(Thread[main,5,main])--SELECT AVG(W_FLOAT) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:22.047--ServerSession(1526542158)--Connection(476099740)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.06--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1778139147 [junit] [EL Finer]: 2022-09-10 04:19:22.06--ClientSession(1778139147)--Thread(Thread[main,5,main])--acquire unit of work: 472606308 [junit] [EL Finest]: 2022-09-10 04:19:22.06--UnitOfWork(472606308)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@133efe21. [junit] [EL Finer]: 2022-09-10 04:19:22.06--UnitOfWork(472606308)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:22.06--UnitOfWork(472606308)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@133efe21) [junit] [EL Finest]: 2022-09-10 04:19:22.06--ServerSession(1526542158)--Connection(722501694)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.06--ClientSession(1778139147)--Connection(722501694)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:22.06--ClientSession(1778139147)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.061--ClientSession(1778139147)--Connection(1185546889)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@30425f0e, [B@1f70ab49, [B@dd9d3f9, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@2267a30c, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@7f3261, [B@1acfebc4, [B@59cab57f, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:22.062--ClientSession(1778139147)--Connection(1185546889)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:22.062--ServerSession(1526542158)--Connection(722501694)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.062--UnitOfWork(472606308)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:22.062--UnitOfWork(472606308)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.063--UnitOfWork(472606308)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.063--ClientSession(1778139147)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.063--UnitOfWork(472606308)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.063--ClientSession(1778139147)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:22.063--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1074682003 [junit] [EL Finer]: 2022-09-10 04:19:22.063--ClientSession(1074682003)--Thread(Thread[main,5,main])--acquire unit of work: 17853297 [junit] [EL Finest]: 2022-09-10 04:19:22.063--UnitOfWork(17853297)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:22.063--ServerSession(1526542158)--Connection(131221061)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.063--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.063--ServerSession(1526542158)--Connection(1680032445)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:22.064--ServerSession(1526542158)--Connection(131221061)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.065--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 360040652 [junit] [EL Finer]: 2022-09-10 04:19:22.065--ClientSession(360040652)--Thread(Thread[main,5,main])--acquire unit of work: 477231988 [junit] [EL Finest]: 2022-09-10 04:19:22.065--UnitOfWork(477231988)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(W_INTEGER)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:22.065--ServerSession(1526542158)--Connection(362386272)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.065--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.066--ServerSession(1526542158)--Connection(1058799256)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(W_INTEGER)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:22.066--ServerSession(1526542158)--Connection(362386272)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.08--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1922459163 [junit] [EL Finer]: 2022-09-10 04:19:22.08--ClientSession(1922459163)--Thread(Thread[main,5,main])--acquire unit of work: 874790093 [junit] [EL Finest]: 2022-09-10 04:19:22.08--UnitOfWork(874790093)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6cc4aa3d. [junit] [EL Finer]: 2022-09-10 04:19:22.08--UnitOfWork(874790093)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:22.08--UnitOfWork(874790093)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6cc4aa3d) [junit] [EL Finest]: 2022-09-10 04:19:22.08--ServerSession(1526542158)--Connection(1456064330)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.08--ClientSession(1922459163)--Connection(1456064330)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:22.08--ClientSession(1922459163)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.081--ClientSession(1922459163)--Connection(1067212457)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@31a57be9, [B@2fd93b7f, [B@18e50ef8, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@e6939, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@1a6e20e2, [B@7c0ae213, [B@4ca8b1a4, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:22.082--ClientSession(1922459163)--Connection(1067212457)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:22.083--ServerSession(1526542158)--Connection(1456064330)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.083--UnitOfWork(874790093)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:22.083--UnitOfWork(874790093)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.083--UnitOfWork(874790093)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.083--ClientSession(1922459163)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.083--UnitOfWork(874790093)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.083--ClientSession(1922459163)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:22.083--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 725065949 [junit] [EL Finer]: 2022-09-10 04:19:22.083--ClientSession(725065949)--Thread(Thread[main,5,main])--acquire unit of work: 252276595 [junit] [EL Finest]: 2022-09-10 04:19:22.083--UnitOfWork(252276595)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:22.083--ServerSession(1526542158)--Connection(200370202)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.083--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.084--ServerSession(1526542158)--Connection(1670850199)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:22.084--ServerSession(1526542158)--Connection(200370202)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.085--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 331481452 [junit] [EL Finer]: 2022-09-10 04:19:22.085--ClientSession(331481452)--Thread(Thread[main,5,main])--acquire unit of work: 962707871 [junit] [EL Finest]: 2022-09-10 04:19:22.085--UnitOfWork(962707871)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT AVG(W_SMALLINT) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:22.086--ServerSession(1526542158)--Connection(582580590)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.086--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.086--ServerSession(1526542158)--Connection(182055511)--Thread(Thread[main,5,main])--SELECT AVG(W_SMALLINT) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:22.086--ServerSession(1526542158)--Connection(582580590)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.1--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2010081478 [junit] [EL Finer]: 2022-09-10 04:19:22.1--ClientSession(2010081478)--Thread(Thread[main,5,main])--acquire unit of work: 860364734 [junit] [EL Finest]: 2022-09-10 04:19:22.1--UnitOfWork(860364734)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@422b1292. [junit] [EL Finer]: 2022-09-10 04:19:22.1--UnitOfWork(860364734)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:22.1--UnitOfWork(860364734)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@422b1292) [junit] [EL Finest]: 2022-09-10 04:19:22.1--ServerSession(1526542158)--Connection(91619324)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.1--ClientSession(2010081478)--Connection(91619324)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:22.1--ClientSession(2010081478)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.101--ClientSession(2010081478)--Connection(640201849)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@7fc6a598, [B@27be341b, [B@3e7f090b, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@145f9b27, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@5eff0651, [B@837ef79, [B@4ec68825, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:22.102--ClientSession(2010081478)--Connection(640201849)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:22.102--ServerSession(1526542158)--Connection(91619324)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.102--UnitOfWork(860364734)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:22.102--UnitOfWork(860364734)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.103--UnitOfWork(860364734)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.103--ClientSession(2010081478)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.103--UnitOfWork(860364734)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.103--ClientSession(2010081478)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:22.103--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 774723562 [junit] [EL Finer]: 2022-09-10 04:19:22.103--ClientSession(774723562)--Thread(Thread[main,5,main])--acquire unit of work: 829059511 [junit] [EL Finest]: 2022-09-10 04:19:22.103--UnitOfWork(829059511)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:22.103--ServerSession(1526542158)--Connection(1113599503)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.103--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.103--ServerSession(1526542158)--Connection(571418757)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:22.104--ServerSession(1526542158)--Connection(1113599503)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.105--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1778193698 [junit] [EL Finer]: 2022-09-10 04:19:22.105--ClientSession(1778193698)--Thread(Thread[main,5,main])--acquire unit of work: 1104319743 [junit] [EL Finest]: 2022-09-10 04:19:22.105--UnitOfWork(1104319743)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT SUM(P_DOUBLE) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:22.105--ServerSession(1526542158)--Connection(2081158789)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.105--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.105--ServerSession(1526542158)--Connection(1757038617)--Thread(Thread[main,5,main])--SELECT SUM(P_DOUBLE) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:22.105--ServerSession(1526542158)--Connection(2081158789)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.119--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1891855559 [junit] [EL Finer]: 2022-09-10 04:19:22.119--ClientSession(1891855559)--Thread(Thread[main,5,main])--acquire unit of work: 1957059924 [junit] [EL Finest]: 2022-09-10 04:19:22.119--UnitOfWork(1957059924)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@49f116d9. [junit] [EL Finer]: 2022-09-10 04:19:22.119--UnitOfWork(1957059924)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:22.119--UnitOfWork(1957059924)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@49f116d9) [junit] [EL Finest]: 2022-09-10 04:19:22.119--ServerSession(1526542158)--Connection(1902399455)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.119--ClientSession(1891855559)--Connection(1902399455)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:22.119--ClientSession(1891855559)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.12--ClientSession(1891855559)--Connection(818100424)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@58072e51, [B@6d275f8e, [B@4be5469e, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@182ce28a, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@79b82278, [B@2eb4d9ee, [B@4f04ab10, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:22.121--ClientSession(1891855559)--Connection(818100424)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:22.121--ServerSession(1526542158)--Connection(1902399455)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.122--UnitOfWork(1957059924)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:22.122--UnitOfWork(1957059924)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.122--UnitOfWork(1957059924)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.122--ClientSession(1891855559)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.122--UnitOfWork(1957059924)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.122--ClientSession(1891855559)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:22.122--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1127850954 [junit] [EL Finer]: 2022-09-10 04:19:22.122--ClientSession(1127850954)--Thread(Thread[main,5,main])--acquire unit of work: 1213785792 [junit] [EL Finest]: 2022-09-10 04:19:22.122--UnitOfWork(1213785792)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:22.122--ServerSession(1526542158)--Connection(1439097040)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.122--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.122--ServerSession(1526542158)--Connection(294544707)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:22.123--ServerSession(1526542158)--Connection(1439097040)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.124--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2039469151 [junit] [EL Finer]: 2022-09-10 04:19:22.124--ClientSession(2039469151)--Thread(Thread[main,5,main])--acquire unit of work: 1386083047 [junit] [EL Finest]: 2022-09-10 04:19:22.124--UnitOfWork(1386083047)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT MAX(W_DOUBLE) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:22.124--ServerSession(1526542158)--Connection(733641689)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.124--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.124--ServerSession(1526542158)--Connection(1257559864)--Thread(Thread[main,5,main])--SELECT MAX(W_DOUBLE) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:22.125--ServerSession(1526542158)--Connection(733641689)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.138--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1730969929 [junit] [EL Finer]: 2022-09-10 04:19:22.138--ClientSession(1730969929)--Thread(Thread[main,5,main])--acquire unit of work: 1098934439 [junit] [EL Finest]: 2022-09-10 04:19:22.138--UnitOfWork(1098934439)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1b23eee. [junit] [EL Finer]: 2022-09-10 04:19:22.138--UnitOfWork(1098934439)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:22.139--UnitOfWork(1098934439)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1b23eee) [junit] [EL Finest]: 2022-09-10 04:19:22.139--ServerSession(1526542158)--Connection(1162929239)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.139--ClientSession(1730969929)--Connection(1162929239)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:22.139--ClientSession(1730969929)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.139--ClientSession(1730969929)--Connection(831511591)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@6da51e86, [B@6931e110, [B@13e40ebc, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@515432cb, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@14404749, [B@729f1db0, [B@41bd7cb1, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:22.14--ClientSession(1730969929)--Connection(831511591)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:22.141--ServerSession(1526542158)--Connection(1162929239)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.141--UnitOfWork(1098934439)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:22.141--UnitOfWork(1098934439)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.141--UnitOfWork(1098934439)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.141--ClientSession(1730969929)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.141--UnitOfWork(1098934439)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.141--ClientSession(1730969929)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:22.141--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1221097305 [junit] [EL Finer]: 2022-09-10 04:19:22.141--ClientSession(1221097305)--Thread(Thread[main,5,main])--acquire unit of work: 1919633455 [junit] [EL Finest]: 2022-09-10 04:19:22.141--UnitOfWork(1919633455)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:22.141--ServerSession(1526542158)--Connection(94614959)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.141--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.142--ServerSession(1526542158)--Connection(1298756137)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:22.142--ServerSession(1526542158)--Connection(94614959)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.143--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 612811551 [junit] [EL Finer]: 2022-09-10 04:19:22.143--ClientSession(612811551)--Thread(Thread[main,5,main])--acquire unit of work: 93090560 [junit] [EL Finest]: 2022-09-10 04:19:22.143--UnitOfWork(93090560)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT AVG(P_BYTE) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:22.144--ServerSession(1526542158)--Connection(1305439879)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.144--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.144--ServerSession(1526542158)--Connection(1618818773)--Thread(Thread[main,5,main])--SELECT AVG(P_BYTE) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:22.144--ServerSession(1526542158)--Connection(1305439879)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.158--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1577250154 [junit] [EL Finer]: 2022-09-10 04:19:22.158--ClientSession(1577250154)--Thread(Thread[main,5,main])--acquire unit of work: 202521905 [junit] [EL Finest]: 2022-09-10 04:19:22.158--UnitOfWork(202521905)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@45d32ca3. [junit] [EL Finer]: 2022-09-10 04:19:22.158--UnitOfWork(202521905)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:22.158--UnitOfWork(202521905)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@45d32ca3) [junit] [EL Finest]: 2022-09-10 04:19:22.159--ServerSession(1526542158)--Connection(2039792266)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.159--ClientSession(1577250154)--Connection(2039792266)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:22.159--ClientSession(1577250154)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.159--ClientSession(1577250154)--Connection(791098390)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@4e25b492, [B@36ac7956, [B@612070f5, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@3eff7ec9, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@5d9dcca0, [B@82e688c, [B@6a6b06a4, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:22.16--ClientSession(1577250154)--Connection(791098390)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:22.161--ServerSession(1526542158)--Connection(2039792266)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.161--UnitOfWork(202521905)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:22.161--UnitOfWork(202521905)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.161--UnitOfWork(202521905)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.161--ClientSession(1577250154)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.161--UnitOfWork(202521905)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.161--ClientSession(1577250154)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:22.161--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1124075978 [junit] [EL Finer]: 2022-09-10 04:19:22.161--ClientSession(1124075978)--Thread(Thread[main,5,main])--acquire unit of work: 1069331649 [junit] [EL Finest]: 2022-09-10 04:19:22.161--UnitOfWork(1069331649)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:22.162--ServerSession(1526542158)--Connection(862533229)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.162--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.162--ServerSession(1526542158)--Connection(1847785146)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:22.163--ServerSession(1526542158)--Connection(862533229)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.164--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1965181646 [junit] [EL Finer]: 2022-09-10 04:19:22.164--ClientSession(1965181646)--Thread(Thread[main,5,main])--acquire unit of work: 880917572 [junit] [EL Finest]: 2022-09-10 04:19:22.164--UnitOfWork(880917572)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT AVG(P_LONG) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:22.164--ServerSession(1526542158)--Connection(170083806)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.164--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.164--ServerSession(1526542158)--Connection(648122621)--Thread(Thread[main,5,main])--SELECT AVG(P_LONG) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:22.165--ServerSession(1526542158)--Connection(170083806)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.179--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1745985832 [junit] [EL Finer]: 2022-09-10 04:19:22.179--ClientSession(1745985832)--Thread(Thread[main,5,main])--acquire unit of work: 1688871501 [junit] [EL Finest]: 2022-09-10 04:19:22.179--UnitOfWork(1688871501)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@219ea851. [junit] [EL Finer]: 2022-09-10 04:19:22.179--UnitOfWork(1688871501)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:22.179--UnitOfWork(1688871501)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@219ea851) [junit] [EL Finest]: 2022-09-10 04:19:22.179--ServerSession(1526542158)--Connection(413637535)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.179--ClientSession(1745985832)--Connection(413637535)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:22.18--ClientSession(1745985832)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.18--ClientSession(1745985832)--Connection(535270419)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@7f57a638, [B@120242d9, [B@25e9aa44, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@1b6b605, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@4312b66d, [B@4386305c, [B@2b5509e2, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:22.181--ClientSession(1745985832)--Connection(535270419)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:22.182--ServerSession(1526542158)--Connection(413637535)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.182--UnitOfWork(1688871501)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:22.182--UnitOfWork(1688871501)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.182--UnitOfWork(1688871501)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.182--ClientSession(1745985832)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.182--UnitOfWork(1688871501)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.182--ClientSession(1745985832)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:22.182--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 454782309 [junit] [EL Finer]: 2022-09-10 04:19:22.182--ClientSession(454782309)--Thread(Thread[main,5,main])--acquire unit of work: 1434956866 [junit] [EL Finest]: 2022-09-10 04:19:22.182--UnitOfWork(1434956866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:22.182--ServerSession(1526542158)--Connection(1606730405)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.182--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.182--ServerSession(1526542158)--Connection(519124017)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:22.183--ServerSession(1526542158)--Connection(1606730405)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.185--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 689815171 [junit] [EL Finer]: 2022-09-10 04:19:22.185--ClientSession(689815171)--Thread(Thread[main,5,main])--acquire unit of work: 648650906 [junit] [EL Finest]: 2022-09-10 04:19:22.185--UnitOfWork(648650906)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(UTIL_DATE)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:22.185--ServerSession(1526542158)--Connection(1654730548)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.185--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.185--ServerSession(1526542158)--Connection(1981278389)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(UTIL_DATE)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:22.185--ServerSession(1526542158)--Connection(1654730548)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.2--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 647138859 [junit] [EL Finer]: 2022-09-10 04:19:22.2--ClientSession(647138859)--Thread(Thread[main,5,main])--acquire unit of work: 1835352164 [junit] [EL Finest]: 2022-09-10 04:19:22.2--UnitOfWork(1835352164)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@373dcd9d. [junit] [EL Finer]: 2022-09-10 04:19:22.2--UnitOfWork(1835352164)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:22.2--UnitOfWork(1835352164)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@373dcd9d) [junit] [EL Finest]: 2022-09-10 04:19:22.2--ServerSession(1526542158)--Connection(409201606)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.2--ClientSession(647138859)--Connection(409201606)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:22.2--ClientSession(647138859)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.2--ClientSession(647138859)--Connection(438909887)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@71865688, [B@23927f47, [B@3edea5f9, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@3964443f, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@7a15778d, [B@4acd47cf, [B@1f7d202, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:22.202--ClientSession(647138859)--Connection(438909887)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:22.202--ServerSession(1526542158)--Connection(409201606)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.202--UnitOfWork(1835352164)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:22.202--UnitOfWork(1835352164)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.202--UnitOfWork(1835352164)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.202--ClientSession(647138859)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.203--UnitOfWork(1835352164)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.203--ClientSession(647138859)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:22.203--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 134078133 [junit] [EL Finer]: 2022-09-10 04:19:22.203--ClientSession(134078133)--Thread(Thread[main,5,main])--acquire unit of work: 1083749100 [junit] [EL Finest]: 2022-09-10 04:19:22.203--UnitOfWork(1083749100)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:22.203--ServerSession(1526542158)--Connection(968666182)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.203--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.203--ServerSession(1526542158)--Connection(981403840)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:22.204--ServerSession(1526542158)--Connection(968666182)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.205--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1168487398 [junit] [EL Finer]: 2022-09-10 04:19:22.205--ClientSession(1168487398)--Thread(Thread[main,5,main])--acquire unit of work: 326128905 [junit] [EL Finest]: 2022-09-10 04:19:22.205--UnitOfWork(326128905)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(UTIL_CALENDAR)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:22.205--ServerSession(1526542158)--Connection(730516893)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.205--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.205--ServerSession(1526542158)--Connection(416408784)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(UTIL_CALENDAR)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:22.206--ServerSession(1526542158)--Connection(730516893)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.222--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1417620904 [junit] [EL Finer]: 2022-09-10 04:19:22.222--ClientSession(1417620904)--Thread(Thread[main,5,main])--acquire unit of work: 1114225943 [junit] [EL Finest]: 2022-09-10 04:19:22.222--UnitOfWork(1114225943)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@470d3ea4. [junit] [EL Finer]: 2022-09-10 04:19:22.222--UnitOfWork(1114225943)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:22.222--UnitOfWork(1114225943)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@470d3ea4) [junit] [EL Finest]: 2022-09-10 04:19:22.222--ServerSession(1526542158)--Connection(1175786031)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.222--ClientSession(1417620904)--Connection(1175786031)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:22.222--ClientSession(1417620904)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.223--ClientSession(1417620904)--Connection(1823443423)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@1c82b8ef, [B@1048ac48, [B@67b020cd, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@95ad27e, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@16467a, [B@55e990dc, [B@333964e4, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:22.224--ClientSession(1417620904)--Connection(1823443423)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:22.225--ServerSession(1526542158)--Connection(1175786031)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.225--UnitOfWork(1114225943)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:22.225--UnitOfWork(1114225943)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.226--UnitOfWork(1114225943)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.226--ClientSession(1417620904)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.226--UnitOfWork(1114225943)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.226--ClientSession(1417620904)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:22.226--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 802813647 [junit] [EL Finer]: 2022-09-10 04:19:22.226--ClientSession(802813647)--Thread(Thread[main,5,main])--acquire unit of work: 809755029 [junit] [EL Finest]: 2022-09-10 04:19:22.226--UnitOfWork(809755029)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:22.226--ServerSession(1526542158)--Connection(111541387)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.226--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.226--ServerSession(1526542158)--Connection(2063403402)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:22.227--ServerSession(1526542158)--Connection(111541387)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.228--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1701749273 [junit] [EL Finer]: 2022-09-10 04:19:22.228--ClientSession(1701749273)--Thread(Thread[main,5,main])--acquire unit of work: 1060578309 [junit] [EL Finest]: 2022-09-10 04:19:22.228--UnitOfWork(1060578309)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT COUNT(DISTINCT(SQL_TIMESTAMP)) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:22.229--ServerSession(1526542158)--Connection(1975000189)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.229--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.229--ServerSession(1526542158)--Connection(569402588)--Thread(Thread[main,5,main])--SELECT COUNT(DISTINCT(SQL_TIMESTAMP)) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:22.229--ServerSession(1526542158)--Connection(1975000189)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.244--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 786677631 [junit] [EL Finer]: 2022-09-10 04:19:22.245--ClientSession(786677631)--Thread(Thread[main,5,main])--acquire unit of work: 570950952 [junit] [EL Finest]: 2022-09-10 04:19:22.245--UnitOfWork(570950952)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2e072894. [junit] [EL Finer]: 2022-09-10 04:19:22.245--UnitOfWork(570950952)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:22.245--UnitOfWork(570950952)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2e072894) [junit] [EL Finest]: 2022-09-10 04:19:22.245--ServerSession(1526542158)--Connection(1616624945)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.245--ClientSession(786677631)--Connection(1616624945)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:22.245--ClientSession(786677631)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.246--ClientSession(786677631)--Connection(1130529378)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@7c0f5c63, [B@9c6b1b4, [B@5036158, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@380ce6fc, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@3ee659da, [B@29114a3, [B@1c86ac08, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:22.247--ClientSession(786677631)--Connection(1130529378)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:22.247--ServerSession(1526542158)--Connection(1616624945)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.247--UnitOfWork(570950952)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:22.248--UnitOfWork(570950952)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.248--UnitOfWork(570950952)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.248--ClientSession(786677631)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.248--UnitOfWork(570950952)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.248--ClientSession(786677631)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:22.248--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 999421495 [junit] [EL Finer]: 2022-09-10 04:19:22.248--ClientSession(999421495)--Thread(Thread[main,5,main])--acquire unit of work: 1173597915 [junit] [EL Finest]: 2022-09-10 04:19:22.248--UnitOfWork(1173597915)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:22.248--ServerSession(1526542158)--Connection(1079919669)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.248--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.248--ServerSession(1526542158)--Connection(352303615)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:22.249--ServerSession(1526542158)--Connection(1079919669)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.25--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 328526063 [junit] [EL Finer]: 2022-09-10 04:19:22.25--ClientSession(328526063)--Thread(Thread[main,5,main])--acquire unit of work: 699107836 [junit] [EL Finest]: 2022-09-10 04:19:22.25--UnitOfWork(699107836)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT PCA_VARCHAR FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:22.25--ServerSession(1526542158)--Connection(2093216762)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.25--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.251--ServerSession(1526542158)--Connection(57031821)--Thread(Thread[main,5,main])--SELECT PCA_VARCHAR FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:22.251--ServerSession(1526542158)--Connection(2093216762)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.268--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1781284802 [junit] [EL Finer]: 2022-09-10 04:19:22.268--ClientSession(1781284802)--Thread(Thread[main,5,main])--acquire unit of work: 935695860 [junit] [EL Finest]: 2022-09-10 04:19:22.268--UnitOfWork(935695860)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5ebf2121. [junit] [EL Finer]: 2022-09-10 04:19:22.268--UnitOfWork(935695860)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:22.268--UnitOfWork(935695860)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5ebf2121) [junit] [EL Finest]: 2022-09-10 04:19:22.268--ServerSession(1526542158)--Connection(931763205)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.268--ClientSession(1781284802)--Connection(931763205)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:22.268--ClientSession(1781284802)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.269--ClientSession(1781284802)--Connection(1590665892)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@326e024f, [B@737b1767, [B@23fb307f, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@58a9b1b9, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@1a17ac99, [B@317c4093, [B@4b7ee60b, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:22.27--ClientSession(1781284802)--Connection(1590665892)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:22.271--ServerSession(1526542158)--Connection(931763205)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.271--UnitOfWork(935695860)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:22.271--UnitOfWork(935695860)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.271--UnitOfWork(935695860)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.271--ClientSession(1781284802)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.271--UnitOfWork(935695860)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.271--ClientSession(1781284802)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:22.271--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 901492469 [junit] [EL Finer]: 2022-09-10 04:19:22.271--ClientSession(901492469)--Thread(Thread[main,5,main])--acquire unit of work: 292612476 [junit] [EL Finest]: 2022-09-10 04:19:22.271--UnitOfWork(292612476)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:22.271--ServerSession(1526542158)--Connection(996509179)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.271--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.272--ServerSession(1526542158)--Connection(981912752)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:22.273--ServerSession(1526542158)--Connection(996509179)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.274--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1696780942 [junit] [EL Finer]: 2022-09-10 04:19:22.274--ClientSession(1696780942)--Thread(Thread[main,5,main])--acquire unit of work: 861988314 [junit] [EL Finest]: 2022-09-10 04:19:22.274--UnitOfWork(861988314)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT SERIALIZABLE FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:22.274--ServerSession(1526542158)--Connection(537370704)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.274--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.274--ServerSession(1526542158)--Connection(300067201)--Thread(Thread[main,5,main])--SELECT SERIALIZABLE FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:22.275--ServerSession(1526542158)--Connection(537370704)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.275--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1262876545 [junit] [EL Finer]: 2022-09-10 04:19:22.275--ClientSession(1262876545)--Thread(Thread[main,5,main])--acquire unit of work: 1332732361 [junit] [EL Finest]: 2022-09-10 04:19:22.275--UnitOfWork(1332732361)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT SERIALIZABLE FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:22.275--ServerSession(1526542158)--Connection(283841682)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.275--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.275--ServerSession(1526542158)--Connection(676299309)--Thread(Thread[main,5,main])--SELECT SERIALIZABLE FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:22.276--ServerSession(1526542158)--Connection(283841682)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.292--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1584329242 [junit] [EL Finer]: 2022-09-10 04:19:22.292--ClientSession(1584329242)--Thread(Thread[main,5,main])--acquire unit of work: 1323038805 [junit] [EL Finest]: 2022-09-10 04:19:22.292--UnitOfWork(1323038805)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5ff762c1. [junit] [EL Finer]: 2022-09-10 04:19:22.292--UnitOfWork(1323038805)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:22.292--UnitOfWork(1323038805)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5ff762c1) [junit] [EL Finest]: 2022-09-10 04:19:22.292--ServerSession(1526542158)--Connection(1324681549)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.292--ClientSession(1584329242)--Connection(1324681549)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:22.293--ClientSession(1584329242)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.293--ClientSession(1584329242)--Connection(532587058)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@248dfd53, [B@59c69659, [B@7725070e, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@117cd7c6, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@5ad0c7df, [B@3749e682, [B@680b9a12, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:22.294--ClientSession(1584329242)--Connection(532587058)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:22.295--ServerSession(1526542158)--Connection(1324681549)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.295--UnitOfWork(1323038805)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:22.295--UnitOfWork(1323038805)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.295--UnitOfWork(1323038805)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.295--ClientSession(1584329242)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.295--UnitOfWork(1323038805)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.295--ClientSession(1584329242)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:22.295--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1705228725 [junit] [EL Finer]: 2022-09-10 04:19:22.295--ClientSession(1705228725)--Thread(Thread[main,5,main])--acquire unit of work: 1158574188 [junit] [EL Finest]: 2022-09-10 04:19:22.295--UnitOfWork(1158574188)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:22.295--ServerSession(1526542158)--Connection(837454606)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.295--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.295--ServerSession(1526542158)--Connection(261635207)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:22.297--ServerSession(1526542158)--Connection(837454606)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.297--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1535581005 [junit] [EL Finer]: 2022-09-10 04:19:22.297--ClientSession(1535581005)--Thread(Thread[main,5,main])--acquire unit of work: 922034025 [junit] [EL Finest]: 2022-09-10 04:19:22.297--UnitOfWork(922034025)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT W_INTEGER FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:22.298--ServerSession(1526542158)--Connection(1600527856)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.298--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.298--ServerSession(1526542158)--Connection(288906897)--Thread(Thread[main,5,main])--SELECT W_INTEGER FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:22.298--ServerSession(1526542158)--Connection(1600527856)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.313--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1289269827 [junit] [EL Finer]: 2022-09-10 04:19:22.313--ClientSession(1289269827)--Thread(Thread[main,5,main])--acquire unit of work: 1313496869 [junit] [EL Finest]: 2022-09-10 04:19:22.313--UnitOfWork(1313496869)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@673dbe6a. [junit] [EL Finer]: 2022-09-10 04:19:22.313--UnitOfWork(1313496869)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:22.313--UnitOfWork(1313496869)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@673dbe6a) [junit] [EL Finest]: 2022-09-10 04:19:22.313--ServerSession(1526542158)--Connection(221793094)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.313--ClientSession(1289269827)--Connection(221793094)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:22.314--ClientSession(1289269827)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.314--ClientSession(1289269827)--Connection(949203925)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@1d4d81f1, [B@1bf8b5d9, [B@7f390098, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@30941642, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@41a74ba8, [B@1f2f7838, [B@28a58685, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:22.315--ClientSession(1289269827)--Connection(949203925)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:22.316--ServerSession(1526542158)--Connection(221793094)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.316--UnitOfWork(1313496869)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:22.316--UnitOfWork(1313496869)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.316--UnitOfWork(1313496869)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.316--ClientSession(1289269827)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.316--UnitOfWork(1313496869)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.316--ClientSession(1289269827)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:22.316--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 103101169 [junit] [EL Finer]: 2022-09-10 04:19:22.316--ClientSession(103101169)--Thread(Thread[main,5,main])--acquire unit of work: 1473080868 [junit] [EL Finest]: 2022-09-10 04:19:22.316--UnitOfWork(1473080868)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:22.316--ServerSession(1526542158)--Connection(812555248)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.316--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.317--ServerSession(1526542158)--Connection(2049688163)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:22.318--ServerSession(1526542158)--Connection(812555248)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.319--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 916426923 [junit] [EL Finer]: 2022-09-10 04:19:22.319--ClientSession(916426923)--Thread(Thread[main,5,main])--acquire unit of work: 790490783 [junit] [EL Finest]: 2022-09-10 04:19:22.319--UnitOfWork(790490783)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT SUM(P_INT) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:22.319--ServerSession(1526542158)--Connection(1905441010)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.319--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.319--ServerSession(1526542158)--Connection(1122720059)--Thread(Thread[main,5,main])--SELECT SUM(P_INT) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:22.32--ServerSession(1526542158)--Connection(1905441010)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.334--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1070593763 [junit] [EL Finer]: 2022-09-10 04:19:22.334--ClientSession(1070593763)--Thread(Thread[main,5,main])--acquire unit of work: 253102408 [junit] [EL Finest]: 2022-09-10 04:19:22.334--UnitOfWork(253102408)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@72092d90. [junit] [EL Finer]: 2022-09-10 04:19:22.334--UnitOfWork(253102408)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:22.334--UnitOfWork(253102408)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@72092d90) [junit] [EL Finest]: 2022-09-10 04:19:22.334--ServerSession(1526542158)--Connection(603825666)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.334--ClientSession(1070593763)--Connection(603825666)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:22.334--ClientSession(1070593763)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.334--ClientSession(1070593763)--Connection(152394541)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@3948dbb, [B@2796d7f7, [B@24dfbc9b, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@6adcd3b4, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@4d027201, [B@5cba3d39, [B@5d87951, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:22.335--ClientSession(1070593763)--Connection(152394541)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:22.336--ServerSession(1526542158)--Connection(603825666)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.336--UnitOfWork(253102408)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:22.336--UnitOfWork(253102408)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.336--UnitOfWork(253102408)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.336--ClientSession(1070593763)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.336--UnitOfWork(253102408)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.336--ClientSession(1070593763)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:22.336--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1069287991 [junit] [EL Finer]: 2022-09-10 04:19:22.336--ClientSession(1069287991)--Thread(Thread[main,5,main])--acquire unit of work: 627852710 [junit] [EL Finest]: 2022-09-10 04:19:22.336--UnitOfWork(627852710)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:22.337--ServerSession(1526542158)--Connection(1199256142)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.337--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.337--ServerSession(1526542158)--Connection(1151218300)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:22.338--ServerSession(1526542158)--Connection(1199256142)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.338--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 701834849 [junit] [EL Finer]: 2022-09-10 04:19:22.338--ClientSession(701834849)--Thread(Thread[main,5,main])--acquire unit of work: 1821137331 [junit] [EL Finest]: 2022-09-10 04:19:22.338--UnitOfWork(1821137331)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT SQL_DATE FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:22.339--ServerSession(1526542158)--Connection(346239013)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.339--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.339--ServerSession(1526542158)--Connection(28515490)--Thread(Thread[main,5,main])--SELECT SQL_DATE FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:22.339--ServerSession(1526542158)--Connection(346239013)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.353--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1766174022 [junit] [EL Finer]: 2022-09-10 04:19:22.353--ClientSession(1766174022)--Thread(Thread[main,5,main])--acquire unit of work: 1076095028 [junit] [EL Finest]: 2022-09-10 04:19:22.353--UnitOfWork(1076095028)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@a3eba18. [junit] [EL Finer]: 2022-09-10 04:19:22.353--UnitOfWork(1076095028)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:22.353--UnitOfWork(1076095028)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@a3eba18) [junit] [EL Finest]: 2022-09-10 04:19:22.354--ServerSession(1526542158)--Connection(1821733595)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.354--ClientSession(1766174022)--Connection(1821733595)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:22.354--ClientSession(1766174022)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.354--ClientSession(1766174022)--Connection(1885160653)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@77fbe656, [B@75f92fdc, [B@416faf16, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@6ab0e4a, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@2eca819f, [B@1271cc55, [B@2e5ac612, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:22.355--ClientSession(1766174022)--Connection(1885160653)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:22.356--ServerSession(1526542158)--Connection(1821733595)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.356--UnitOfWork(1076095028)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:22.356--UnitOfWork(1076095028)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.356--UnitOfWork(1076095028)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.356--ClientSession(1766174022)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.356--UnitOfWork(1076095028)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.356--ClientSession(1766174022)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:22.356--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1956509690 [junit] [EL Finer]: 2022-09-10 04:19:22.356--ClientSession(1956509690)--Thread(Thread[main,5,main])--acquire unit of work: 1909507244 [junit] [EL Finest]: 2022-09-10 04:19:22.357--UnitOfWork(1909507244)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:22.357--ServerSession(1526542158)--Connection(331765040)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.357--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.357--ServerSession(1526542158)--Connection(417323025)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:22.358--ServerSession(1526542158)--Connection(331765040)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.359--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1290931099 [junit] [EL Finer]: 2022-09-10 04:19:22.359--ClientSession(1290931099)--Thread(Thread[main,5,main])--acquire unit of work: 1659061618 [junit] [EL Finest]: 2022-09-10 04:19:22.359--UnitOfWork(1659061618)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT SQL_TIME FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:22.359--ServerSession(1526542158)--Connection(1210709146)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.359--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.359--ServerSession(1526542158)--Connection(522688428)--Thread(Thread[main,5,main])--SELECT SQL_TIME FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:22.36--ServerSession(1526542158)--Connection(1210709146)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.374--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1739609831 [junit] [EL Finer]: 2022-09-10 04:19:22.374--ClientSession(1739609831)--Thread(Thread[main,5,main])--acquire unit of work: 562634532 [junit] [EL Finest]: 2022-09-10 04:19:22.374--UnitOfWork(562634532)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@fb7eb2c. [junit] [EL Finer]: 2022-09-10 04:19:22.374--UnitOfWork(562634532)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:22.374--UnitOfWork(562634532)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@fb7eb2c) [junit] [EL Finest]: 2022-09-10 04:19:22.374--ServerSession(1526542158)--Connection(2055371469)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.374--ClientSession(1739609831)--Connection(2055371469)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:22.374--ClientSession(1739609831)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.375--ClientSession(1739609831)--Connection(1916889939)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@53a7646, [B@c9c947e, [B@265be652, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@4f66b446, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@193863aa, [B@716f3b97, [B@87f2a9e, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:22.376--ClientSession(1739609831)--Connection(1916889939)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:22.376--ServerSession(1526542158)--Connection(2055371469)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.376--UnitOfWork(562634532)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:22.376--UnitOfWork(562634532)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.377--UnitOfWork(562634532)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.377--ClientSession(1739609831)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.377--UnitOfWork(562634532)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.377--ClientSession(1739609831)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:22.377--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 675107166 [junit] [EL Finer]: 2022-09-10 04:19:22.377--ClientSession(675107166)--Thread(Thread[main,5,main])--acquire unit of work: 1933870504 [junit] [EL Finest]: 2022-09-10 04:19:22.377--UnitOfWork(1933870504)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:22.377--ServerSession(1526542158)--Connection(2046784543)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.377--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.377--ServerSession(1526542158)--Connection(1427251566)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:22.378--ServerSession(1526542158)--Connection(2046784543)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.379--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1866795078 [junit] [EL Finer]: 2022-09-10 04:19:22.379--ClientSession(1866795078)--Thread(Thread[main,5,main])--acquire unit of work: 1087797465 [junit] [EL Finest]: 2022-09-10 04:19:22.379--UnitOfWork(1087797465)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT PBA_BLOB FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:22.379--ServerSession(1526542158)--Connection(635635961)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.379--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.379--ServerSession(1526542158)--Connection(595308931)--Thread(Thread[main,5,main])--SELECT PBA_BLOB FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:22.38--ServerSession(1526542158)--Connection(635635961)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.399--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 983745780 [junit] [EL Finer]: 2022-09-10 04:19:22.399--ClientSession(983745780)--Thread(Thread[main,5,main])--acquire unit of work: 449230766 [junit] [EL Finest]: 2022-09-10 04:19:22.399--UnitOfWork(449230766)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@e44d951. [junit] [EL Finer]: 2022-09-10 04:19:22.399--UnitOfWork(449230766)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:22.4--UnitOfWork(449230766)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@e44d951) [junit] [EL Finest]: 2022-09-10 04:19:22.4--ServerSession(1526542158)--Connection(917858806)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.4--ClientSession(983745780)--Connection(917858806)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:22.4--ClientSession(983745780)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.4--ClientSession(983745780)--Connection(1320064361)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@5c5bc645, [B@556ed69c, [B@5657f300, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@4bb0cae5, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@49db5438, [B@6aa2a1a9, [B@304900e, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:22.402--ClientSession(983745780)--Connection(1320064361)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:22.402--ServerSession(1526542158)--Connection(917858806)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.403--UnitOfWork(449230766)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:22.403--UnitOfWork(449230766)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.403--UnitOfWork(449230766)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.403--ClientSession(983745780)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.403--UnitOfWork(449230766)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.403--ClientSession(983745780)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:22.403--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1066108742 [junit] [EL Finer]: 2022-09-10 04:19:22.403--ClientSession(1066108742)--Thread(Thread[main,5,main])--acquire unit of work: 1505371477 [junit] [EL Finest]: 2022-09-10 04:19:22.403--UnitOfWork(1505371477)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:22.403--ServerSession(1526542158)--Connection(1120516597)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.403--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.403--ServerSession(1526542158)--Connection(1696632983)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:22.404--ServerSession(1526542158)--Connection(1120516597)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.405--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1279031453 [junit] [EL Finer]: 2022-09-10 04:19:22.405--ClientSession(1279031453)--Thread(Thread[main,5,main])--acquire unit of work: 118290556 [junit] [EL Finest]: 2022-09-10 04:19:22.405--UnitOfWork(118290556)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT SUM(P_FLOAT) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:22.406--ServerSession(1526542158)--Connection(1906908931)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.406--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.406--ServerSession(1526542158)--Connection(37941209)--Thread(Thread[main,5,main])--SELECT SUM(P_FLOAT) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:22.406--ServerSession(1526542158)--Connection(1906908931)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.425--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2145178636 [junit] [EL Finer]: 2022-09-10 04:19:22.425--ClientSession(2145178636)--Thread(Thread[main,5,main])--acquire unit of work: 465374428 [junit] [EL Finest]: 2022-09-10 04:19:22.425--UnitOfWork(465374428)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2283ffc1. [junit] [EL Finer]: 2022-09-10 04:19:22.425--UnitOfWork(465374428)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:22.425--UnitOfWork(465374428)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2283ffc1) [junit] [EL Finest]: 2022-09-10 04:19:22.425--ServerSession(1526542158)--Connection(189347726)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.425--ClientSession(2145178636)--Connection(189347726)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:22.425--ClientSession(2145178636)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.426--ClientSession(2145178636)--Connection(1214085615)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@754df305, [B@3c8287bd, [B@472bb137, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@51c1b1b, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@1fd31566, [B@3744c64e, [B@2d7c6b98, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:22.427--ClientSession(2145178636)--Connection(1214085615)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:22.428--ServerSession(1526542158)--Connection(189347726)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.428--UnitOfWork(465374428)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:22.428--UnitOfWork(465374428)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.428--UnitOfWork(465374428)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.428--ClientSession(2145178636)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.428--UnitOfWork(465374428)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.428--ClientSession(2145178636)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:22.428--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 865789371 [junit] [EL Finer]: 2022-09-10 04:19:22.428--ClientSession(865789371)--Thread(Thread[main,5,main])--acquire unit of work: 1837840762 [junit] [EL Finest]: 2022-09-10 04:19:22.429--UnitOfWork(1837840762)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:22.429--ServerSession(1526542158)--Connection(471525580)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.429--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.429--ServerSession(1526542158)--Connection(1465386603)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:22.43--ServerSession(1526542158)--Connection(471525580)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.431--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 937110606 [junit] [EL Finer]: 2022-09-10 04:19:22.431--ClientSession(937110606)--Thread(Thread[main,5,main])--acquire unit of work: 1293164864 [junit] [EL Finest]: 2022-09-10 04:19:22.431--UnitOfWork(1293164864)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT SUM(P_SHORT) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:22.431--ServerSession(1526542158)--Connection(2040957603)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.431--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.431--ServerSession(1526542158)--Connection(666588065)--Thread(Thread[main,5,main])--SELECT SUM(P_SHORT) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:22.432--ServerSession(1526542158)--Connection(2040957603)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.45--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1749451492 [junit] [EL Finer]: 2022-09-10 04:19:22.45--ClientSession(1749451492)--Thread(Thread[main,5,main])--acquire unit of work: 126190167 [junit] [EL Finest]: 2022-09-10 04:19:22.45--UnitOfWork(126190167)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4ebcd3e2. [junit] [EL Finer]: 2022-09-10 04:19:22.45--UnitOfWork(126190167)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:22.45--UnitOfWork(126190167)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4ebcd3e2) [junit] [EL Finest]: 2022-09-10 04:19:22.45--ServerSession(1526542158)--Connection(1663414465)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.45--ClientSession(1749451492)--Connection(1663414465)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:22.45--ClientSession(1749451492)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.451--ClientSession(1749451492)--Connection(1635626989)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@271fb6fe, [B@503d5f4f, [B@69e6c6bc, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@270bd0f9, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@7d793aa0, [B@4704c567, [B@1888381d, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:22.452--ClientSession(1749451492)--Connection(1635626989)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:22.453--ServerSession(1526542158)--Connection(1663414465)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.453--UnitOfWork(126190167)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:22.453--UnitOfWork(126190167)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.453--UnitOfWork(126190167)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.453--ClientSession(1749451492)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.453--UnitOfWork(126190167)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.453--ClientSession(1749451492)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:22.453--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1630845883 [junit] [EL Finer]: 2022-09-10 04:19:22.453--ClientSession(1630845883)--Thread(Thread[main,5,main])--acquire unit of work: 487005488 [junit] [EL Finest]: 2022-09-10 04:19:22.453--UnitOfWork(487005488)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:22.453--ServerSession(1526542158)--Connection(1991037939)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.453--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.454--ServerSession(1526542158)--Connection(1211215171)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:22.455--ServerSession(1526542158)--Connection(1991037939)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.455--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1592051251 [junit] [EL Finer]: 2022-09-10 04:19:22.455--ClientSession(1592051251)--Thread(Thread[main,5,main])--acquire unit of work: 682842559 [junit] [EL Finest]: 2022-09-10 04:19:22.455--UnitOfWork(682842559)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT STRING_CLOB FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:22.456--ServerSession(1526542158)--Connection(1746223988)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.456--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.456--ServerSession(1526542158)--Connection(1003650521)--Thread(Thread[main,5,main])--SELECT STRING_CLOB FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:22.456--ServerSession(1526542158)--Connection(1746223988)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.474--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1338570170 [junit] [EL Finer]: 2022-09-10 04:19:22.474--ClientSession(1338570170)--Thread(Thread[main,5,main])--acquire unit of work: 47320680 [junit] [EL Finest]: 2022-09-10 04:19:22.474--UnitOfWork(47320680)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4328971d. [junit] [EL Finer]: 2022-09-10 04:19:22.474--UnitOfWork(47320680)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:22.474--UnitOfWork(47320680)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4328971d) [junit] [EL Finest]: 2022-09-10 04:19:22.475--ServerSession(1526542158)--Connection(1285355809)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.475--ClientSession(1338570170)--Connection(1285355809)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:22.475--ClientSession(1338570170)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.475--ClientSession(1338570170)--Connection(710535999)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@30b9b8a5, [B@2ec63c62, [B@3d27d497, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@16d967e3, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@6bd8890d, [B@74628d38, [B@77627c4f, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:22.476--ClientSession(1338570170)--Connection(710535999)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:22.477--ServerSession(1526542158)--Connection(1285355809)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.477--UnitOfWork(47320680)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:22.477--UnitOfWork(47320680)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.477--UnitOfWork(47320680)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.478--ClientSession(1338570170)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.478--UnitOfWork(47320680)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.478--ClientSession(1338570170)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:22.478--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1678529210 [junit] [EL Finer]: 2022-09-10 04:19:22.478--ClientSession(1678529210)--Thread(Thread[main,5,main])--acquire unit of work: 1428626412 [junit] [EL Finest]: 2022-09-10 04:19:22.478--UnitOfWork(1428626412)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:22.478--ServerSession(1526542158)--Connection(1584072648)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.478--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.478--ServerSession(1526542158)--Connection(356802871)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:22.479--ServerSession(1526542158)--Connection(1584072648)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.48--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 87272859 [junit] [EL Finer]: 2022-09-10 04:19:22.48--ClientSession(87272859)--Thread(Thread[main,5,main])--acquire unit of work: 619279129 [junit] [EL Finest]: 2022-09-10 04:19:22.48--UnitOfWork(619279129)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT MAX(UTIL_DATE) FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:22.48--ServerSession(1526542158)--Connection(1528948912)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.48--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.48--ServerSession(1526542158)--Connection(793242567)--Thread(Thread[main,5,main])--SELECT MAX(UTIL_DATE) FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:22.481--ServerSession(1526542158)--Connection(1528948912)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.5--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 88273525 [junit] [EL Finer]: 2022-09-10 04:19:22.5--ClientSession(88273525)--Thread(Thread[main,5,main])--acquire unit of work: 2037021018 [junit] [EL Finest]: 2022-09-10 04:19:22.5--UnitOfWork(2037021018)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5b49ebb2. [junit] [EL Finer]: 2022-09-10 04:19:22.5--UnitOfWork(2037021018)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:22.5--UnitOfWork(2037021018)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5b49ebb2) [junit] [EL Finest]: 2022-09-10 04:19:22.5--ServerSession(1526542158)--Connection(1609724165)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.5--ClientSession(88273525)--Connection(1609724165)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:22.5--ClientSession(88273525)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.501--ClientSession(88273525)--Connection(1257177119)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@70df4f7a, [B@5115486d, [B@a019aea, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@4637b8f6, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@4c198bd5, [B@3734e41b, [B@31e4eedd, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:22.502--ClientSession(88273525)--Connection(1257177119)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:22.503--ServerSession(1526542158)--Connection(1609724165)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.503--UnitOfWork(2037021018)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:22.503--UnitOfWork(2037021018)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.503--UnitOfWork(2037021018)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.503--ClientSession(88273525)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.503--UnitOfWork(2037021018)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.503--ClientSession(88273525)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:22.503--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2121653562 [junit] [EL Finer]: 2022-09-10 04:19:22.503--ClientSession(2121653562)--Thread(Thread[main,5,main])--acquire unit of work: 2008664717 [junit] [EL Finest]: 2022-09-10 04:19:22.503--UnitOfWork(2008664717)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:22.503--ServerSession(1526542158)--Connection(1330340544)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.504--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.504--ServerSession(1526542158)--Connection(1173609202)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:22.505--ServerSession(1526542158)--Connection(1330340544)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.506--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1664485212 [junit] [EL Finer]: 2022-09-10 04:19:22.506--ClientSession(1664485212)--Thread(Thread[main,5,main])--acquire unit of work: 1827621043 [junit] [EL Finest]: 2022-09-10 04:19:22.506--UnitOfWork(1827621043)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT PCA_CLOB FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:22.506--ServerSession(1526542158)--Connection(614506711)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.506--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.507--ServerSession(1526542158)--Connection(506375028)--Thread(Thread[main,5,main])--SELECT PCA_CLOB FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:22.507--ServerSession(1526542158)--Connection(614506711)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.526--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1677972852 [junit] [EL Finer]: 2022-09-10 04:19:22.526--ClientSession(1677972852)--Thread(Thread[main,5,main])--acquire unit of work: 1254925592 [junit] [EL Finest]: 2022-09-10 04:19:22.526--UnitOfWork(1254925592)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7c0c86ca. [junit] [EL Finer]: 2022-09-10 04:19:22.526--UnitOfWork(1254925592)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:22.526--UnitOfWork(1254925592)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7c0c86ca) [junit] [EL Finest]: 2022-09-10 04:19:22.526--ServerSession(1526542158)--Connection(925406936)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.526--ClientSession(1677972852)--Connection(925406936)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:22.526--ClientSession(1677972852)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.527--ClientSession(1677972852)--Connection(538794544)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@54b8570a, [B@5b0480a3, [B@270bbf31, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@54e6635e, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@42707ecf, [B@3d0eefba, [B@47062d1d, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:22.528--ClientSession(1677972852)--Connection(538794544)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:22.529--ServerSession(1526542158)--Connection(925406936)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.529--UnitOfWork(1254925592)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:22.529--UnitOfWork(1254925592)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.529--UnitOfWork(1254925592)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.529--ClientSession(1677972852)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.529--UnitOfWork(1254925592)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.529--ClientSession(1677972852)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:22.529--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 402468277 [junit] [EL Finer]: 2022-09-10 04:19:22.529--ClientSession(402468277)--Thread(Thread[main,5,main])--acquire unit of work: 543661246 [junit] [EL Finest]: 2022-09-10 04:19:22.529--UnitOfWork(543661246)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:22.529--ServerSession(1526542158)--Connection(398571464)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.529--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.53--ServerSession(1526542158)--Connection(322566624)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:22.531--ServerSession(1526542158)--Connection(398571464)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.532--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 44336565 [junit] [EL Finer]: 2022-09-10 04:19:22.532--ClientSession(44336565)--Thread(Thread[main,5,main])--acquire unit of work: 469524852 [junit] [EL Finest]: 2022-09-10 04:19:22.532--UnitOfWork(469524852)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT ENUM_STRING FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:22.532--ServerSession(1526542158)--Connection(1617635611)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.532--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.532--ServerSession(1526542158)--Connection(1542709536)--Thread(Thread[main,5,main])--SELECT ENUM_STRING FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:22.533--ServerSession(1526542158)--Connection(1617635611)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.533--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1011463560 [junit] [EL Finer]: 2022-09-10 04:19:22.533--ClientSession(1011463560)--Thread(Thread[main,5,main])--acquire unit of work: 2029496768 [junit] [EL Finest]: 2022-09-10 04:19:22.533--UnitOfWork(2029496768)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=BasicTypesFieldAccess sql="SELECT ENUM_STRING FROM TMP_BASIC_TYPES_FA") [junit] [EL Finest]: 2022-09-10 04:19:22.533--ServerSession(1526542158)--Connection(1732436598)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.533--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.534--ServerSession(1526542158)--Connection(2041689201)--Thread(Thread[main,5,main])--SELECT ENUM_STRING FROM TMP_BASIC_TYPES_FA [junit] [EL Finest]: 2022-09-10 04:19:22.534--ServerSession(1526542158)--Connection(1732436598)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] Tests run: 122, Failures: 0, Errors: 0, Skipped: 10, Time elapsed: 2.395 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestSetFunctions [junit] [EL Finer]: 2022-09-10 04:19:22.564--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 459046872 [junit] [EL Finer]: 2022-09-10 04:19:22.564--ClientSession(459046872)--Thread(Thread[main,5,main])--acquire unit of work: 1505715435 [junit] [EL Finest]: 2022-09-10 04:19:22.564--UnitOfWork(1505715435)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@64b6ba7a. [junit] [EL Finest]: 2022-09-10 04:19:22.564--UnitOfWork(1505715435)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1408bbe7. [junit] [EL Finest]: 2022-09-10 04:19:22.564--UnitOfWork(1505715435)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6cd2a401. [junit] [EL Finer]: 2022-09-10 04:19:22.564--UnitOfWork(1505715435)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:22.564--UnitOfWork(1505715435)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1408bbe7) [junit] [EL Finest]: 2022-09-10 04:19:22.564--ServerSession(1526542158)--Connection(936450936)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.565--ClientSession(459046872)--Connection(936450936)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:22.565--ClientSession(459046872)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:22.565--UnitOfWork(1505715435)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6cd2a401) [junit] [EL Finest]: 2022-09-10 04:19:22.565--UnitOfWork(1505715435)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@64b6ba7a) [junit] [EL Finer]: 2022-09-10 04:19:22.565--ClientSession(459046872)--Connection(970842787)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:22.565--ClientSession(459046872)--Connection(970842787)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:22.565--ClientSession(459046872)--Connection(970842787)--Thread(Thread[main,5,main])-- bind => [2, Knut, Müller, 6000, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:22.565--ClientSession(459046872)--Connection(970842787)--Thread(Thread[main,5,main])-- bind => [3, Kuno, Maier, 10000, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:22.565--ClientSession(459046872)--Connection(970842787)--Thread(Thread[main,5,main])-- bind => [1, Ulla, Schmidt, 5000, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:22.565--ClientSession(459046872)--Connection(970842787)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:22.567--ClientSession(459046872)--Connection(970842787)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:22.567--ServerSession(1526542158)--Connection(936450936)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.568--UnitOfWork(1505715435)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:22.568--UnitOfWork(1505715435)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.568--UnitOfWork(1505715435)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.568--ClientSession(459046872)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.568--UnitOfWork(1505715435)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.568--ClientSession(459046872)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:22.569--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 405383749 [junit] [EL Finer]: 2022-09-10 04:19:22.57--ClientSession(405383749)--Thread(Thread[main,5,main])--acquire unit of work: 1645355819 [junit] [EL Finest]: 2022-09-10 04:19:22.57--UnitOfWork(1645355819)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT t0.ID, t0.FIRSTNAME, t0.LASTNAME, t0.SALARY, t0.EMP_END, t0.EMP_START, t0.COSTCENTER, t0.DEPARTMENT, t0.BROKERAGE_ACCOUNT, t0.CUBICLE_FLOOR, t0.CUBICLE_PLACE, t0.SAMPLE_ACCOUNT, t0.PROFILE_GUID FROM TMP_EMP t0 WHERE (t0.SALARY = (SELECT MIN(t1.SALARY) FROM TMP_EMP t1))") [junit] [EL Finest]: 2022-09-10 04:19:22.57--ServerSession(1526542158)--Connection(1812296018)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.57--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.57--ServerSession(1526542158)--Connection(2107320440)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.FIRSTNAME, t0.LASTNAME, t0.SALARY, t0.EMP_END, t0.EMP_START, t0.COSTCENTER, t0.DEPARTMENT, t0.BROKERAGE_ACCOUNT, t0.CUBICLE_FLOOR, t0.CUBICLE_PLACE, t0.SAMPLE_ACCOUNT, t0.PROFILE_GUID FROM TMP_EMP t0 WHERE (t0.SALARY = (SELECT MIN(t1.SALARY) FROM TMP_EMP t1)) [junit] [EL Finest]: 2022-09-10 04:19:22.571--ServerSession(1526542158)--Connection(1812296018)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.571--UnitOfWork(1645355819)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:22.571--ServerSession(1526542158)--Connection(947514752)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.571--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.572--ServerSession(1526542158)--Connection(1052410173)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [1, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:22.572--ServerSession(1526542158)--Connection(947514752)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.591--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 150540715 [junit] [EL Finer]: 2022-09-10 04:19:22.591--ClientSession(150540715)--Thread(Thread[main,5,main])--acquire unit of work: 268589103 [junit] [EL Finest]: 2022-09-10 04:19:22.591--UnitOfWork(268589103)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2c9b8f1c. [junit] [EL Finest]: 2022-09-10 04:19:22.591--UnitOfWork(268589103)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1040ceea. [junit] [EL Finest]: 2022-09-10 04:19:22.591--UnitOfWork(268589103)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5074f100. [junit] [EL Finer]: 2022-09-10 04:19:22.591--UnitOfWork(268589103)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:22.591--UnitOfWork(268589103)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5074f100) [junit] [EL Finest]: 2022-09-10 04:19:22.592--ServerSession(1526542158)--Connection(1124870261)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.592--ClientSession(150540715)--Connection(1124870261)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:22.592--ClientSession(150540715)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:22.592--UnitOfWork(268589103)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2c9b8f1c) [junit] [EL Finest]: 2022-09-10 04:19:22.592--UnitOfWork(268589103)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1040ceea) [junit] [EL Finer]: 2022-09-10 04:19:22.592--ClientSession(150540715)--Connection(964941061)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:22.592--ClientSession(150540715)--Connection(964941061)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:22.592--ClientSession(150540715)--Connection(964941061)--Thread(Thread[main,5,main])-- bind => [3, Kuno, Maier, 10000, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:22.592--ClientSession(150540715)--Connection(964941061)--Thread(Thread[main,5,main])-- bind => [1, Ulla, Schmidt, 5000, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:22.592--ClientSession(150540715)--Connection(964941061)--Thread(Thread[main,5,main])-- bind => [2, Knut, Müller, 6000, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:22.592--ClientSession(150540715)--Connection(964941061)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:22.594--ClientSession(150540715)--Connection(964941061)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:22.595--ServerSession(1526542158)--Connection(1124870261)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.595--UnitOfWork(268589103)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:22.595--UnitOfWork(268589103)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.595--UnitOfWork(268589103)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.595--ClientSession(150540715)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.595--UnitOfWork(268589103)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.595--ClientSession(150540715)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:22.596--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1374479482 [junit] [EL Finer]: 2022-09-10 04:19:22.596--ClientSession(1374479482)--Thread(Thread[main,5,main])--acquire unit of work: 2072710264 [junit] [EL Finest]: 2022-09-10 04:19:22.596--UnitOfWork(2072710264)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Employee sql="SELECT MAX(SALARY) FROM TMP_EMP") [junit] [EL Finest]: 2022-09-10 04:19:22.596--ServerSession(1526542158)--Connection(1704541232)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.596--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.596--ServerSession(1526542158)--Connection(1467790221)--Thread(Thread[main,5,main])--SELECT MAX(SALARY) FROM TMP_EMP [junit] [EL Finest]: 2022-09-10 04:19:22.597--ServerSession(1526542158)--Connection(1704541232)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.612--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 649928351 [junit] [EL Finer]: 2022-09-10 04:19:22.612--ClientSession(649928351)--Thread(Thread[main,5,main])--acquire unit of work: 498068859 [junit] [EL Finest]: 2022-09-10 04:19:22.612--UnitOfWork(498068859)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5787166. [junit] [EL Finest]: 2022-09-10 04:19:22.612--UnitOfWork(498068859)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2baa48e3. [junit] [EL Finest]: 2022-09-10 04:19:22.612--UnitOfWork(498068859)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@65adf2ef. [junit] [EL Finer]: 2022-09-10 04:19:22.612--UnitOfWork(498068859)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:22.612--UnitOfWork(498068859)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@65adf2ef) [junit] [EL Finest]: 2022-09-10 04:19:22.612--ServerSession(1526542158)--Connection(848998182)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.612--ClientSession(649928351)--Connection(848998182)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:22.612--ClientSession(649928351)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:22.613--UnitOfWork(498068859)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5787166) [junit] [EL Finest]: 2022-09-10 04:19:22.613--UnitOfWork(498068859)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2baa48e3) [junit] [EL Finer]: 2022-09-10 04:19:22.613--ClientSession(649928351)--Connection(1840702942)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:22.613--ClientSession(649928351)--Connection(1840702942)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:22.613--ClientSession(649928351)--Connection(1840702942)--Thread(Thread[main,5,main])-- bind => [3, Kuno, Maier, 10000, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:22.613--ClientSession(649928351)--Connection(1840702942)--Thread(Thread[main,5,main])-- bind => [1, Ulla, Schmidt, 5000, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:22.613--ClientSession(649928351)--Connection(1840702942)--Thread(Thread[main,5,main])-- bind => [2, Knut, Müller, 6000, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:22.613--ClientSession(649928351)--Connection(1840702942)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:22.614--ClientSession(649928351)--Connection(1840702942)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:22.615--ServerSession(1526542158)--Connection(848998182)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.615--UnitOfWork(498068859)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:22.615--UnitOfWork(498068859)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.615--UnitOfWork(498068859)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.615--ClientSession(649928351)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.615--UnitOfWork(498068859)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.615--ClientSession(649928351)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:22.616--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 20404200 [junit] [EL Finer]: 2022-09-10 04:19:22.616--ClientSession(20404200)--Thread(Thread[main,5,main])--acquire unit of work: 680583732 [junit] [EL Finest]: 2022-09-10 04:19:22.616--UnitOfWork(680583732)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Employee sql="SELECT MIN(SALARY) FROM TMP_EMP") [junit] [EL Finest]: 2022-09-10 04:19:22.616--ServerSession(1526542158)--Connection(1919345382)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.616--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.616--ServerSession(1526542158)--Connection(819648953)--Thread(Thread[main,5,main])--SELECT MIN(SALARY) FROM TMP_EMP [junit] [EL Finest]: 2022-09-10 04:19:22.617--ServerSession(1526542158)--Connection(1919345382)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.617--UnitOfWork(680583732)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Employee sql="SELECT MIN(SALARY) FROM TMP_EMP WHERE FIRSTNAME LIKE ?") [junit] [EL Finest]: 2022-09-10 04:19:22.617--ServerSession(1526542158)--Connection(1198085263)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.617--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.618--ServerSession(1526542158)--Connection(1812953104)--Thread(Thread[main,5,main])--SELECT MIN(SALARY) FROM TMP_EMP WHERE FIRSTNAME LIKE ? [junit] bind => [K%] [junit] [EL Finest]: 2022-09-10 04:19:22.618--ServerSession(1526542158)--Connection(1198085263)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.633--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 171745460 [junit] [EL Finer]: 2022-09-10 04:19:22.633--ClientSession(171745460)--Thread(Thread[main,5,main])--acquire unit of work: 1344791399 [junit] [EL Finest]: 2022-09-10 04:19:22.633--UnitOfWork(1344791399)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5c3a8215. [junit] [EL Finest]: 2022-09-10 04:19:22.633--UnitOfWork(1344791399)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@53aa86b7. [junit] [EL Finest]: 2022-09-10 04:19:22.633--UnitOfWork(1344791399)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3c7ca576. [junit] [EL Finer]: 2022-09-10 04:19:22.633--UnitOfWork(1344791399)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:22.633--UnitOfWork(1344791399)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5c3a8215) [junit] [EL Finest]: 2022-09-10 04:19:22.633--ServerSession(1526542158)--Connection(94092310)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.633--ClientSession(171745460)--Connection(94092310)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:22.633--ClientSession(171745460)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:22.634--UnitOfWork(1344791399)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@53aa86b7) [junit] [EL Finest]: 2022-09-10 04:19:22.634--UnitOfWork(1344791399)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3c7ca576) [junit] [EL Finer]: 2022-09-10 04:19:22.634--ClientSession(171745460)--Connection(750245005)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:22.634--ClientSession(171745460)--Connection(750245005)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:22.634--ClientSession(171745460)--Connection(750245005)--Thread(Thread[main,5,main])-- bind => [1, Ulla, Schmidt, 5000, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:22.634--ClientSession(171745460)--Connection(750245005)--Thread(Thread[main,5,main])-- bind => [2, Knut, Müller, 6000, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:22.634--ClientSession(171745460)--Connection(750245005)--Thread(Thread[main,5,main])-- bind => [3, Kuno, Maier, 10000, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:22.634--ClientSession(171745460)--Connection(750245005)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:22.635--ClientSession(171745460)--Connection(750245005)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:22.636--ServerSession(1526542158)--Connection(94092310)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.636--UnitOfWork(1344791399)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:22.636--UnitOfWork(1344791399)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.636--UnitOfWork(1344791399)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.636--ClientSession(171745460)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.636--UnitOfWork(1344791399)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.636--ClientSession(171745460)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:22.637--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1657087323 [junit] [EL Finer]: 2022-09-10 04:19:22.637--ClientSession(1657087323)--Thread(Thread[main,5,main])--acquire unit of work: 51929583 [junit] [EL Finest]: 2022-09-10 04:19:22.637--UnitOfWork(51929583)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Employee sql="SELECT SUM(SALARY) FROM TMP_EMP") [junit] [EL Finest]: 2022-09-10 04:19:22.637--ServerSession(1526542158)--Connection(955868786)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.637--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.638--ServerSession(1526542158)--Connection(1814779449)--Thread(Thread[main,5,main])--SELECT SUM(SALARY) FROM TMP_EMP [junit] [EL Finest]: 2022-09-10 04:19:22.638--ServerSession(1526542158)--Connection(955868786)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.652--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1513278431 [junit] [EL Finer]: 2022-09-10 04:19:22.652--ClientSession(1513278431)--Thread(Thread[main,5,main])--acquire unit of work: 1171773832 [junit] [EL Finest]: 2022-09-10 04:19:22.652--UnitOfWork(1171773832)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@c790b46. [junit] [EL Finest]: 2022-09-10 04:19:22.653--UnitOfWork(1171773832)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4e10067d. [junit] [EL Finest]: 2022-09-10 04:19:22.653--UnitOfWork(1171773832)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2305053. [junit] [EL Finer]: 2022-09-10 04:19:22.653--UnitOfWork(1171773832)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:22.653--UnitOfWork(1171773832)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2305053) [junit] [EL Finest]: 2022-09-10 04:19:22.653--ServerSession(1526542158)--Connection(1944615830)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.653--ClientSession(1513278431)--Connection(1944615830)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:22.653--ClientSession(1513278431)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:22.653--UnitOfWork(1171773832)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@c790b46) [junit] [EL Finest]: 2022-09-10 04:19:22.653--UnitOfWork(1171773832)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4e10067d) [junit] [EL Finer]: 2022-09-10 04:19:22.654--ClientSession(1513278431)--Connection(215467805)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:22.654--ClientSession(1513278431)--Connection(215467805)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:22.654--ClientSession(1513278431)--Connection(215467805)--Thread(Thread[main,5,main])-- bind => [3, Kuno, Maier, 10000, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:22.654--ClientSession(1513278431)--Connection(215467805)--Thread(Thread[main,5,main])-- bind => [1, Ulla, Schmidt, 5000, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:22.654--ClientSession(1513278431)--Connection(215467805)--Thread(Thread[main,5,main])-- bind => [2, Knut, Müller, 6000, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:22.654--ClientSession(1513278431)--Connection(215467805)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:22.655--ClientSession(1513278431)--Connection(215467805)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:22.655--ServerSession(1526542158)--Connection(1944615830)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.655--UnitOfWork(1171773832)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:22.655--UnitOfWork(1171773832)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.656--UnitOfWork(1171773832)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.656--ClientSession(1513278431)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.656--UnitOfWork(1171773832)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.656--ClientSession(1513278431)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:22.656--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2053969091 [junit] [EL Finer]: 2022-09-10 04:19:22.657--ClientSession(2053969091)--Thread(Thread[main,5,main])--acquire unit of work: 1170349000 [junit] [EL Finest]: 2022-09-10 04:19:22.657--UnitOfWork(1170349000)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Employee sql="SELECT AVG(SALARY) FROM TMP_EMP") [junit] [EL Finest]: 2022-09-10 04:19:22.657--ServerSession(1526542158)--Connection(1825645497)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.657--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.657--ServerSession(1526542158)--Connection(117454993)--Thread(Thread[main,5,main])--SELECT AVG(SALARY) FROM TMP_EMP [junit] [EL Finest]: 2022-09-10 04:19:22.657--ServerSession(1526542158)--Connection(1825645497)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestSimpleQuery [junit] [EL Finer]: 2022-09-10 04:19:22.693--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2089084208 [junit] [EL Finer]: 2022-09-10 04:19:22.693--ClientSession(2089084208)--Thread(Thread[main,5,main])--acquire unit of work: 2128155700 [junit] [EL Finest]: 2022-09-10 04:19:22.693--UnitOfWork(2128155700)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:22.693--UnitOfWork(2128155700)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finer]: 2022-09-10 04:19:22.693--UnitOfWork(2128155700)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:22.693--UnitOfWork(2128155700)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2022-09-10 04:19:22.694--ServerSession(1526542158)--Connection(766138393)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.694--ClientSession(2089084208)--Connection(766138393)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:22.694--ClientSession(2089084208)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:22.694--UnitOfWork(2128155700)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finer]: 2022-09-10 04:19:22.694--ClientSession(2089084208)--Connection(1733896880)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:22.694--ClientSession(2089084208)--Connection(1733896880)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:22.694--ClientSession(2089084208)--Connection(1733896880)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Fine]: 2022-09-10 04:19:22.694--ClientSession(2089084208)--Connection(1733896880)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Finer]: 2022-09-10 04:19:22.694--ClientSession(2089084208)--Connection(1733896880)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:22.695--ClientSession(2089084208)--Connection(1733896880)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:22.696--ServerSession(1526542158)--Connection(766138393)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.696--UnitOfWork(2128155700)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:22.696--UnitOfWork(2128155700)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.696--UnitOfWork(2128155700)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.696--ClientSession(2089084208)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.696--UnitOfWork(2128155700)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.696--ClientSession(2089084208)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:22.697--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1909652160 [junit] [EL Finer]: 2022-09-10 04:19:22.697--ClientSession(1909652160)--Thread(Thread[main,5,main])--acquire unit of work: 221267015 [junit] [EL Finest]: 2022-09-10 04:19:22.697--UnitOfWork(221267015)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="getDepartmentCached" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:22.697--ServerSession(1526542158)--Connection(1534674303)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.697--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.697--ServerSession(1526542158)--Connection(1137320872)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?) [junit] bind => [twenty] [junit] [EL Finest]: 2022-09-10 04:19:22.698--ServerSession(1526542158)--Connection(1534674303)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.699--UnitOfWork(221267015)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="getDepartmentCached" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:22.699--UnitOfWork(221267015)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14 [junit] [EL Finer]: 2022-09-10 04:19:22.725--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 926934938 [junit] [EL Finer]: 2022-09-10 04:19:22.725--ClientSession(926934938)--Thread(Thread[main,5,main])--acquire unit of work: 152013876 [junit] [EL Finest]: 2022-09-10 04:19:22.725--UnitOfWork(152013876)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e0. [junit] [EL Finest]: 2022-09-10 04:19:22.725--ServerSession(1526542158)--Connection(1848741469)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.725--ClientSession(926934938)--Connection(1848741469)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:22.725--ClientSession(926934938)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:22.726--ClientSession(926934938)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="IdGenerator" sql="UPDATE TMP_GENERATOR SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ?") [junit] [EL Finest]: 2022-09-10 04:19:22.726--ClientSession(926934938)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="IdGenerator" sql="SELECT MAX_ID FROM TMP_GENERATOR WHERE BEAN_NAME = ?") [junit] [EL Fine]: 2022-09-10 04:19:22.726--ClientSession(926934938)--Connection(645572406)--Thread(Thread[main,5,main])--UPDATE TMP_GENERATOR SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, IdGenerator] [junit] [EL Fine]: 2022-09-10 04:19:22.726--ClientSession(926934938)--Connection(645572406)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_GENERATOR WHERE BEAN_NAME = ? [junit] bind => [IdGenerator] [junit] [EL Finest]: 2022-09-10 04:19:22.727--ClientSession(926934938)--Connection(645572406)--Thread(Thread[main,5,main])--local sequencing preallocation for IdGenerator: objects: 50 , first: 201, last: 250 [junit] [EL Finer]: 2022-09-10 04:19:22.727--ClientSession(926934938)--Connection(645572406)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:22.728--ServerSession(1526542158)--Connection(645572406)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2022-09-10 04:19:22.728--ServerSession(1526542158)--Connection(1848741469)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:19:22.728--UnitOfWork(152013876)--Thread(Thread[main,5,main])--assign sequence to the object (201 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e0) [junit] [EL Finest]: 2022-09-10 04:19:22.728--UnitOfWork(152013876)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e1. [junit] [EL Finest]: 2022-09-10 04:19:22.728--UnitOfWork(152013876)--Thread(Thread[main,5,main])--assign sequence to the object (202 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e1) [junit] [EL Finest]: 2022-09-10 04:19:22.728--UnitOfWork(152013876)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e2. [junit] [EL Finest]: 2022-09-10 04:19:22.728--UnitOfWork(152013876)--Thread(Thread[main,5,main])--assign sequence to the object (203 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e2) [junit] [EL Finest]: 2022-09-10 04:19:22.728--UnitOfWork(152013876)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e3. [junit] [EL Finest]: 2022-09-10 04:19:22.728--UnitOfWork(152013876)--Thread(Thread[main,5,main])--assign sequence to the object (204 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e3) [junit] [EL Finest]: 2022-09-10 04:19:22.728--UnitOfWork(152013876)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e4. [junit] [EL Finest]: 2022-09-10 04:19:22.728--UnitOfWork(152013876)--Thread(Thread[main,5,main])--assign sequence to the object (205 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e4) [junit] [EL Finest]: 2022-09-10 04:19:22.728--UnitOfWork(152013876)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e5. [junit] [EL Finest]: 2022-09-10 04:19:22.728--UnitOfWork(152013876)--Thread(Thread[main,5,main])--assign sequence to the object (206 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e5) [junit] [EL Finest]: 2022-09-10 04:19:22.728--UnitOfWork(152013876)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e6. [junit] [EL Finest]: 2022-09-10 04:19:22.728--UnitOfWork(152013876)--Thread(Thread[main,5,main])--assign sequence to the object (207 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e6) [junit] [EL Finest]: 2022-09-10 04:19:22.729--UnitOfWork(152013876)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e7. [junit] [EL Finest]: 2022-09-10 04:19:22.729--UnitOfWork(152013876)--Thread(Thread[main,5,main])--assign sequence to the object (208 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e7) [junit] [EL Finest]: 2022-09-10 04:19:22.729--UnitOfWork(152013876)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e8. [junit] [EL Finest]: 2022-09-10 04:19:22.729--UnitOfWork(152013876)--Thread(Thread[main,5,main])--assign sequence to the object (209 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e8) [junit] [EL Finest]: 2022-09-10 04:19:22.729--UnitOfWork(152013876)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e9. [junit] [EL Finest]: 2022-09-10 04:19:22.729--UnitOfWork(152013876)--Thread(Thread[main,5,main])--assign sequence to the object (210 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e9) [junit] [EL Finer]: 2022-09-10 04:19:22.729--UnitOfWork(152013876)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:22.729--UnitOfWork(152013876)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e1) [junit] [EL Finest]: 2022-09-10 04:19:22.729--ServerSession(1526542158)--Connection(2011623981)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.729--ClientSession(926934938)--Connection(2011623981)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:22.729--ClientSession(926934938)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:22.729--UnitOfWork(152013876)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e2) [junit] [EL Finest]: 2022-09-10 04:19:22.729--UnitOfWork(152013876)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e5) [junit] [EL Finest]: 2022-09-10 04:19:22.73--UnitOfWork(152013876)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e4) [junit] [EL Finest]: 2022-09-10 04:19:22.73--UnitOfWork(152013876)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e8) [junit] [EL Finest]: 2022-09-10 04:19:22.73--UnitOfWork(152013876)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e6) [junit] [EL Finest]: 2022-09-10 04:19:22.73--UnitOfWork(152013876)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e0) [junit] [EL Finest]: 2022-09-10 04:19:22.73--UnitOfWork(152013876)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e7) [junit] [EL Finest]: 2022-09-10 04:19:22.73--UnitOfWork(152013876)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e9) [junit] [EL Finest]: 2022-09-10 04:19:22.73--UnitOfWork(152013876)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e3) [junit] [EL Finer]: 2022-09-10 04:19:22.73--ClientSession(926934938)--Connection(846287579)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:22.73--ClientSession(926934938)--Connection(846287579)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:22.73--ClientSession(926934938)--Connection(846287579)--Thread(Thread[main,5,main])-- bind => [202, P1] [junit] [EL Fine]: 2022-09-10 04:19:22.73--ClientSession(926934938)--Connection(846287579)--Thread(Thread[main,5,main])-- bind => [203, P2] [junit] [EL Fine]: 2022-09-10 04:19:22.73--ClientSession(926934938)--Connection(846287579)--Thread(Thread[main,5,main])-- bind => [206, P5] [junit] [EL Fine]: 2022-09-10 04:19:22.73--ClientSession(926934938)--Connection(846287579)--Thread(Thread[main,5,main])-- bind => [205, P4] [junit] [EL Fine]: 2022-09-10 04:19:22.73--ClientSession(926934938)--Connection(846287579)--Thread(Thread[main,5,main])-- bind => [209, P8] [junit] [EL Fine]: 2022-09-10 04:19:22.73--ClientSession(926934938)--Connection(846287579)--Thread(Thread[main,5,main])-- bind => [207, P6] [junit] [EL Fine]: 2022-09-10 04:19:22.73--ClientSession(926934938)--Connection(846287579)--Thread(Thread[main,5,main])-- bind => [201, P0] [junit] [EL Fine]: 2022-09-10 04:19:22.73--ClientSession(926934938)--Connection(846287579)--Thread(Thread[main,5,main])-- bind => [208, P7] [junit] [EL Fine]: 2022-09-10 04:19:22.73--ClientSession(926934938)--Connection(846287579)--Thread(Thread[main,5,main])-- bind => [210, P9] [junit] [EL Fine]: 2022-09-10 04:19:22.73--ClientSession(926934938)--Connection(846287579)--Thread(Thread[main,5,main])-- bind => [204, P3] [junit] [EL Finer]: 2022-09-10 04:19:22.73--ClientSession(926934938)--Connection(846287579)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:22.732--ClientSession(926934938)--Connection(846287579)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:22.733--ClientSession(926934938)--Connection(846287579)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:22.733--ClientSession(926934938)--Connection(846287579)--Thread(Thread[main,5,main])-- bind => [1, 0, 202] [junit] [EL Fine]: 2022-09-10 04:19:22.733--ClientSession(926934938)--Connection(846287579)--Thread(Thread[main,5,main])-- bind => [1, 0, 203] [junit] [EL Fine]: 2022-09-10 04:19:22.733--ClientSession(926934938)--Connection(846287579)--Thread(Thread[main,5,main])-- bind => [1, 0, 206] [junit] [EL Fine]: 2022-09-10 04:19:22.733--ClientSession(926934938)--Connection(846287579)--Thread(Thread[main,5,main])-- bind => [1, 0, 205] [junit] [EL Fine]: 2022-09-10 04:19:22.733--ClientSession(926934938)--Connection(846287579)--Thread(Thread[main,5,main])-- bind => [1, 0, 209] [junit] [EL Fine]: 2022-09-10 04:19:22.733--ClientSession(926934938)--Connection(846287579)--Thread(Thread[main,5,main])-- bind => [1, 0, 207] [junit] [EL Fine]: 2022-09-10 04:19:22.733--ClientSession(926934938)--Connection(846287579)--Thread(Thread[main,5,main])-- bind => [1, 0, 201] [junit] [EL Fine]: 2022-09-10 04:19:22.733--ClientSession(926934938)--Connection(846287579)--Thread(Thread[main,5,main])-- bind => [1, 0, 208] [junit] [EL Fine]: 2022-09-10 04:19:22.733--ClientSession(926934938)--Connection(846287579)--Thread(Thread[main,5,main])-- bind => [1, 0, 210] [junit] [EL Fine]: 2022-09-10 04:19:22.733--ClientSession(926934938)--Connection(846287579)--Thread(Thread[main,5,main])-- bind => [1, 0, 204] [junit] [EL Finer]: 2022-09-10 04:19:22.733--ClientSession(926934938)--Connection(846287579)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:22.735--ClientSession(926934938)--Connection(846287579)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:22.735--ServerSession(1526542158)--Connection(2011623981)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.736--UnitOfWork(152013876)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:22.736--UnitOfWork(152013876)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.736--UnitOfWork(152013876)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.736--ClientSession(926934938)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.736--UnitOfWork(152013876)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.736--ClientSession(926934938)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:22.737--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1714733035 [junit] [EL Finer]: 2022-09-10 04:19:22.737--ClientSession(1714733035)--Thread(Thread[main,5,main])--acquire unit of work: 1141392503 [junit] [EL Finest]: 2022-09-10 04:19:22.737--UnitOfWork(1141392503)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Project sql="SELECT t0.ID, t1.PROJECT_ID, t0.PROJ_NAME, t1.PLANNED_DAYS, t1.USED_DAYS FROM TMP_PROJECT t0, TMP_PROJECT_DETAILS t1 WHERE (t1.PROJECT_ID = t0.ID)") [junit] [EL Finest]: 2022-09-10 04:19:22.737--ServerSession(1526542158)--Connection(128047821)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.737--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.737--ServerSession(1526542158)--Connection(13516881)--Thread(Thread[main,5,main])--SELECT t0.ID, t1.PROJECT_ID, t0.PROJ_NAME, t1.PLANNED_DAYS, t1.USED_DAYS FROM TMP_PROJECT t0, TMP_PROJECT_DETAILS t1 WHERE (t1.PROJECT_ID = t0.ID) [junit] [EL Finest]: 2022-09-10 04:19:22.738--ServerSession(1526542158)--Connection(128047821)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.738--UnitOfWork(1141392503)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Project sql="SELECT t0.ID, t1.PROJECT_ID, t0.PROJ_NAME, t1.PLANNED_DAYS, t1.USED_DAYS FROM TMP_PROJECT t0, TMP_PROJECT_DETAILS t1 WHERE (t1.PROJECT_ID = t0.ID)") [junit] [EL Finest]: 2022-09-10 04:19:22.739--ServerSession(1526542158)--Connection(2144173969)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.739--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.739--ServerSession(1526542158)--Connection(2144990427)--Thread(Thread[main,5,main])--SELECT t0.ID, t1.PROJECT_ID, t0.PROJ_NAME, t1.PLANNED_DAYS, t1.USED_DAYS FROM TMP_PROJECT t0, TMP_PROJECT_DETAILS t1 WHERE (t1.PROJECT_ID = t0.ID) [junit] [EL Finest]: 2022-09-10 04:19:22.74--ServerSession(1526542158)--Connection(2144173969)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.74--UnitOfWork(1141392503)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Project sql="SELECT t0.ID, t1.PROJECT_ID, t0.PROJ_NAME, t1.PLANNED_DAYS, t1.USED_DAYS FROM TMP_PROJECT t0, TMP_PROJECT_DETAILS t1 WHERE (t1.PROJECT_ID = t0.ID)") [junit] [EL Finest]: 2022-09-10 04:19:22.74--ServerSession(1526542158)--Connection(646099868)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.74--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.74--ServerSession(1526542158)--Connection(1388402945)--Thread(Thread[main,5,main])--SELECT t0.ID, t1.PROJECT_ID, t0.PROJ_NAME, t1.PLANNED_DAYS, t1.USED_DAYS FROM TMP_PROJECT t0, TMP_PROJECT_DETAILS t1 WHERE (t1.PROJECT_ID = t0.ID) [junit] [EL Finest]: 2022-09-10 04:19:22.741--ServerSession(1526542158)--Connection(646099868)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.768--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 564105265 [junit] [EL Finer]: 2022-09-10 04:19:22.768--ClientSession(564105265)--Thread(Thread[main,5,main])--acquire unit of work: 1949301096 [junit] [EL Finest]: 2022-09-10 04:19:22.769--UnitOfWork(1949301096)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:22.769--UnitOfWork(1949301096)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finer]: 2022-09-10 04:19:22.769--UnitOfWork(1949301096)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:22.769--UnitOfWork(1949301096)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2022-09-10 04:19:22.769--ServerSession(1526542158)--Connection(1216145351)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.769--ClientSession(564105265)--Connection(1216145351)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:22.769--ClientSession(564105265)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:22.769--UnitOfWork(1949301096)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finer]: 2022-09-10 04:19:22.769--ClientSession(564105265)--Connection(1871258304)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:22.769--ClientSession(564105265)--Connection(1871258304)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:22.769--ClientSession(564105265)--Connection(1871258304)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Fine]: 2022-09-10 04:19:22.77--ClientSession(564105265)--Connection(1871258304)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Finer]: 2022-09-10 04:19:22.77--ClientSession(564105265)--Connection(1871258304)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:22.77--ClientSession(564105265)--Connection(1871258304)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:22.771--ServerSession(1526542158)--Connection(1216145351)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.771--UnitOfWork(1949301096)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:22.771--UnitOfWork(1949301096)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.771--UnitOfWork(1949301096)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.771--ClientSession(564105265)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.771--UnitOfWork(1949301096)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.771--ClientSession(564105265)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:22.772--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1637819586 [junit] [EL Finer]: 2022-09-10 04:19:22.772--ClientSession(1637819586)--Thread(Thread[main,5,main])--acquire unit of work: 454690685 [junit] [EL Finest]: 2022-09-10 04:19:22.772--UnitOfWork(454690685)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:22.772--ServerSession(1526542158)--Connection(432470953)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.772--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.772--ServerSession(1526542158)--Connection(705789319)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?) [junit] bind => [twenty] [junit] [EL Finest]: 2022-09-10 04:19:22.773--ServerSession(1526542158)--Connection(432470953)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.8--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 305806141 [junit] [EL Finer]: 2022-09-10 04:19:22.8--ClientSession(305806141)--Thread(Thread[main,5,main])--acquire unit of work: 1847001824 [junit] [EL Finest]: 2022-09-10 04:19:22.8--UnitOfWork(1847001824)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:22.8--UnitOfWork(1847001824)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finer]: 2022-09-10 04:19:22.8--UnitOfWork(1847001824)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:22.8--UnitOfWork(1847001824)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2022-09-10 04:19:22.8--ServerSession(1526542158)--Connection(2084331294)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.8--ClientSession(305806141)--Connection(2084331294)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:22.8--ClientSession(305806141)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:22.801--UnitOfWork(1847001824)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finer]: 2022-09-10 04:19:22.801--ClientSession(305806141)--Connection(2028813425)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:22.801--ClientSession(305806141)--Connection(2028813425)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:22.801--ClientSession(305806141)--Connection(2028813425)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2022-09-10 04:19:22.801--ClientSession(305806141)--Connection(2028813425)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2022-09-10 04:19:22.801--ClientSession(305806141)--Connection(2028813425)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:22.802--ClientSession(305806141)--Connection(2028813425)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:22.803--ServerSession(1526542158)--Connection(2084331294)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.803--UnitOfWork(1847001824)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:22.803--UnitOfWork(1847001824)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.803--UnitOfWork(1847001824)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.803--ClientSession(305806141)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.803--UnitOfWork(1847001824)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.803--ClientSession(305806141)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:22.803--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1549836103 [junit] [EL Finer]: 2022-09-10 04:19:22.803--ClientSession(1549836103)--Thread(Thread[main,5,main])--acquire unit of work: 805618180 [junit] [EL Finest]: 2022-09-10 04:19:22.803--UnitOfWork(805618180)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="getDepartmentByName" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:22.803--ServerSession(1526542158)--Connection(709665994)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.803--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.803--ServerSession(1526542158)--Connection(719342934)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?) [junit] bind => [twenty] [junit] [EL Finest]: 2022-09-10 04:19:22.804--ServerSession(1526542158)--Connection(709665994)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.843--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1894452268 [junit] [EL Finer]: 2022-09-10 04:19:22.844--ClientSession(1894452268)--Thread(Thread[main,5,main])--acquire unit of work: 634556957 [junit] [EL Finest]: 2022-09-10 04:19:22.844--UnitOfWork(634556957)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:22.844--UnitOfWork(634556957)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finer]: 2022-09-10 04:19:22.844--UnitOfWork(634556957)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:22.844--UnitOfWork(634556957)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2022-09-10 04:19:22.844--ServerSession(1526542158)--Connection(1583695294)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.844--ClientSession(1894452268)--Connection(1583695294)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:22.844--ClientSession(1894452268)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:22.844--UnitOfWork(634556957)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finer]: 2022-09-10 04:19:22.844--ClientSession(1894452268)--Connection(1147887872)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:22.844--ClientSession(1894452268)--Connection(1147887872)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:22.844--ClientSession(1894452268)--Connection(1147887872)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2022-09-10 04:19:22.844--ClientSession(1894452268)--Connection(1147887872)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2022-09-10 04:19:22.844--ClientSession(1894452268)--Connection(1147887872)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:22.845--ClientSession(1894452268)--Connection(1147887872)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:22.846--ServerSession(1526542158)--Connection(1583695294)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.846--UnitOfWork(634556957)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:22.846--UnitOfWork(634556957)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.846--UnitOfWork(634556957)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.846--ClientSession(1894452268)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.846--UnitOfWork(634556957)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.846--ClientSession(1894452268)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:22.846--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1164078212 [junit] [EL Finer]: 2022-09-10 04:19:22.847--ClientSession(1164078212)--Thread(Thread[main,5,main])--acquire unit of work: 312717383 [junit] [EL Finest]: 2022-09-10 04:19:22.847--UnitOfWork(312717383)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:22.847--ServerSession(1526542158)--Connection(150818732)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.847--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.847--ServerSession(1526542158)--Connection(1284687471)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?) [junit] bind => [twenty] [junit] [EL Finest]: 2022-09-10 04:19:22.847--ServerSession(1526542158)--Connection(150818732)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.848--UnitOfWork(312717383)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="SELECT DISTINCT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:22.848--ServerSession(1526542158)--Connection(955605988)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.848--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.848--ServerSession(1526542158)--Connection(1161825660)--Thread(Thread[main,5,main])--SELECT DISTINCT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?) [junit] bind => [twenty] [junit] [EL Finest]: 2022-09-10 04:19:22.849--ServerSession(1526542158)--Connection(955605988)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.849--UnitOfWork(312717383)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE NAME LIKE ?") [junit] [EL Finest]: 2022-09-10 04:19:22.849--ServerSession(1526542158)--Connection(341853580)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.849--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.849--ServerSession(1526542158)--Connection(890520916)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE NAME LIKE ? [junit] bind => [twenty] [junit] [EL Finest]: 2022-09-10 04:19:22.85--ServerSession(1526542158)--Connection(341853580)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.85--UnitOfWork(312717383)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE NAME LIKE ?") [junit] [EL Finest]: 2022-09-10 04:19:22.85--ServerSession(1526542158)--Connection(1515923497)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.85--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.851--ServerSession(1526542158)--Connection(25039141)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE NAME LIKE ? [junit] bind => [twen%] [junit] [EL Finest]: 2022-09-10 04:19:22.851--ServerSession(1526542158)--Connection(1515923497)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.876--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 403198271 [junit] [EL Finer]: 2022-09-10 04:19:22.877--ClientSession(403198271)--Thread(Thread[main,5,main])--acquire unit of work: 1138303443 [junit] [EL Finest]: 2022-09-10 04:19:22.877--UnitOfWork(1138303443)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:22.877--UnitOfWork(1138303443)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finer]: 2022-09-10 04:19:22.877--UnitOfWork(1138303443)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:22.877--UnitOfWork(1138303443)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2022-09-10 04:19:22.877--ServerSession(1526542158)--Connection(679024965)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.877--ClientSession(403198271)--Connection(679024965)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:22.877--ClientSession(403198271)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:22.877--UnitOfWork(1138303443)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finer]: 2022-09-10 04:19:22.877--ClientSession(403198271)--Connection(590566106)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:22.877--ClientSession(403198271)--Connection(590566106)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:22.877--ClientSession(403198271)--Connection(590566106)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2022-09-10 04:19:22.877--ClientSession(403198271)--Connection(590566106)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2022-09-10 04:19:22.877--ClientSession(403198271)--Connection(590566106)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:22.878--ClientSession(403198271)--Connection(590566106)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:22.879--ServerSession(1526542158)--Connection(679024965)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.879--UnitOfWork(1138303443)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:22.879--UnitOfWork(1138303443)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.879--UnitOfWork(1138303443)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.879--ClientSession(403198271)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.879--UnitOfWork(1138303443)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.879--ClientSession(403198271)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:22.879--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 582087763 [junit] [EL Finer]: 2022-09-10 04:19:22.879--ClientSession(582087763)--Thread(Thread[main,5,main])--acquire unit of work: 464377693 [junit] [EL Finer]: 2022-09-10 04:19:22.879--UnitOfWork(464377693)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:22.879--UnitOfWork(464377693)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:22.879--UnitOfWork(464377693)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP") [junit] [EL Finest]: 2022-09-10 04:19:22.879--ServerSession(1526542158)--Connection(1091448572)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.879--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.88--ServerSession(1526542158)--Connection(887885503)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP [junit] [EL Finest]: 2022-09-10 04:19:22.88--ServerSession(1526542158)--Connection(1091448572)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.88--UnitOfWork(464377693)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.88--ClientSession(582087763)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:22.905--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 576371998 [junit] [EL Finer]: 2022-09-10 04:19:22.905--ClientSession(576371998)--Thread(Thread[main,5,main])--acquire unit of work: 841084536 [junit] [EL Finest]: 2022-09-10 04:19:22.905--UnitOfWork(841084536)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finer]: 2022-09-10 04:19:22.905--UnitOfWork(841084536)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:22.905--UnitOfWork(841084536)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2022-09-10 04:19:22.905--ServerSession(1526542158)--Connection(1275744398)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.905--ClientSession(576371998)--Connection(1275744398)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:22.906--ClientSession(576371998)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.906--ClientSession(576371998)--Connection(1902458201)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [10, ten, 1] [junit] [EL Finer]: 2022-09-10 04:19:22.906--ClientSession(576371998)--Connection(1902458201)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:22.907--ServerSession(1526542158)--Connection(1275744398)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.907--UnitOfWork(841084536)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:22.907--UnitOfWork(841084536)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.907--UnitOfWork(841084536)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.907--ClientSession(576371998)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.907--UnitOfWork(841084536)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.907--ClientSession(576371998)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:22.907--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1514395620 [junit] [EL Finer]: 2022-09-10 04:19:22.907--ClientSession(1514395620)--Thread(Thread[main,5,main])--acquire unit of work: 39124488 [junit] [EL Finest]: 2022-09-10 04:19:22.907--UnitOfWork(39124488)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:22.907--UnitOfWork(39124488)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a [junit] [EL Finer]: 2022-09-10 04:19:22.908--UnitOfWork(39124488)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:22.908--UnitOfWork(39124488)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2022-09-10 04:19:22.908--ServerSession(1526542158)--Connection(1633706086)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.908--ClientSession(1514395620)--Connection(1633706086)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:22.908--ClientSession(1514395620)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.909--ClientSession(1514395620)--Connection(652204295)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [newName, 2, 10, 1] [junit] [EL Finer]: 2022-09-10 04:19:22.909--UnitOfWork(39124488)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:22.909--UnitOfWork(39124488)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.91--UnitOfWork(39124488)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:22.91--UnitOfWork(39124488)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:22.91--UnitOfWork(39124488)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?)") [junit] [EL Fine]: 2022-09-10 04:19:22.91--ClientSession(1514395620)--Connection(652204295)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?) [junit] bind => [newName] [junit] [EL Finer]: 2022-09-10 04:19:22.91--UnitOfWork(39124488)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:22.91--ClientSession(1514395620)--Connection(652204295)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:22.911--ServerSession(1526542158)--Connection(1633706086)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.911--UnitOfWork(39124488)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:22.911--UnitOfWork(39124488)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.911--UnitOfWork(39124488)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.911--ClientSession(1514395620)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.911--UnitOfWork(39124488)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.911--ClientSession(1514395620)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:22.936--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 317148495 [junit] [EL Finer]: 2022-09-10 04:19:22.936--ClientSession(317148495)--Thread(Thread[main,5,main])--acquire unit of work: 1782459059 [junit] [EL Finest]: 2022-09-10 04:19:22.937--UnitOfWork(1782459059)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:22.937--UnitOfWork(1782459059)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finer]: 2022-09-10 04:19:22.937--UnitOfWork(1782459059)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:22.937--UnitOfWork(1782459059)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2022-09-10 04:19:22.937--ServerSession(1526542158)--Connection(1079441897)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.937--ClientSession(317148495)--Connection(1079441897)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:22.937--ClientSession(317148495)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:22.937--UnitOfWork(1782459059)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finer]: 2022-09-10 04:19:22.937--ClientSession(317148495)--Connection(1441850231)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:22.937--ClientSession(317148495)--Connection(1441850231)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:22.937--ClientSession(317148495)--Connection(1441850231)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2022-09-10 04:19:22.937--ClientSession(317148495)--Connection(1441850231)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2022-09-10 04:19:22.937--ClientSession(317148495)--Connection(1441850231)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:22.938--ClientSession(317148495)--Connection(1441850231)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:22.938--ServerSession(1526542158)--Connection(1079441897)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.938--UnitOfWork(1782459059)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:22.939--UnitOfWork(1782459059)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.939--UnitOfWork(1782459059)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.939--ClientSession(317148495)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.939--UnitOfWork(1782459059)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.939--ClientSession(317148495)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:22.939--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1904764482 [junit] [EL Finer]: 2022-09-10 04:19:22.939--ClientSession(1904764482)--Thread(Thread[main,5,main])--acquire unit of work: 660993349 [junit] [EL Finest]: 2022-09-10 04:19:22.939--UnitOfWork(660993349)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE ((NAME = ?) AND (ID = ?))") [junit] [EL Finest]: 2022-09-10 04:19:22.939--ServerSession(1526542158)--Connection(747562820)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.939--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.94--ServerSession(1526542158)--Connection(948260196)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE ((NAME = ?) AND (ID = ?)) [junit] bind => [twenty, 20] [junit] [EL Finest]: 2022-09-10 04:19:22.94--ServerSession(1526542158)--Connection(747562820)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.94--UnitOfWork(660993349)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE ((NAME = ?) AND (ID = ?))") [junit] [EL Finest]: 2022-09-10 04:19:22.94--ServerSession(1526542158)--Connection(1272544894)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.94--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.94--ServerSession(1526542158)--Connection(763416259)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE ((NAME = ?) AND (ID = ?)) [junit] bind => [ten, 10] [junit] [EL Finest]: 2022-09-10 04:19:22.941--ServerSession(1526542158)--Connection(1272544894)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.965--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 472464874 [junit] [EL Finer]: 2022-09-10 04:19:22.965--ClientSession(472464874)--Thread(Thread[main,5,main])--acquire unit of work: 547243391 [junit] [EL Finest]: 2022-09-10 04:19:22.965--UnitOfWork(547243391)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:22.965--UnitOfWork(547243391)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finer]: 2022-09-10 04:19:22.965--UnitOfWork(547243391)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:22.965--UnitOfWork(547243391)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2022-09-10 04:19:22.966--ServerSession(1526542158)--Connection(1031137654)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.966--ClientSession(472464874)--Connection(1031137654)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:22.966--ClientSession(472464874)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:22.966--UnitOfWork(547243391)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finer]: 2022-09-10 04:19:22.966--ClientSession(472464874)--Connection(523084658)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:22.966--ClientSession(472464874)--Connection(523084658)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:22.966--ClientSession(472464874)--Connection(523084658)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2022-09-10 04:19:22.966--ClientSession(472464874)--Connection(523084658)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2022-09-10 04:19:22.966--ClientSession(472464874)--Connection(523084658)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:22.967--ClientSession(472464874)--Connection(523084658)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:22.967--ServerSession(1526542158)--Connection(1031137654)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.967--UnitOfWork(547243391)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:22.967--UnitOfWork(547243391)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.967--UnitOfWork(547243391)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.967--ClientSession(472464874)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.967--UnitOfWork(547243391)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.967--ClientSession(472464874)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:22.968--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2037700765 [junit] [EL Finer]: 2022-09-10 04:19:22.968--ClientSession(2037700765)--Thread(Thread[main,5,main])--acquire unit of work: 2117169411 [junit] [EL Finest]: 2022-09-10 04:19:22.968--UnitOfWork(2117169411)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:22.968--ServerSession(1526542158)--Connection(963874209)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.968--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.968--ServerSession(1526542158)--Connection(1082447540)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?) [junit] bind => [twenty] [junit] [EL Finest]: 2022-09-10 04:19:22.969--ServerSession(1526542158)--Connection(963874209)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.969--UnitOfWork(2117169411)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:22.969--ServerSession(1526542158)--Connection(701187551)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.969--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.969--ServerSession(1526542158)--Connection(1813368297)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?) [junit] bind => [twenty] [junit] [EL Finest]: 2022-09-10 04:19:22.97--ServerSession(1526542158)--Connection(701187551)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:22.988--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1846994627 [junit] [EL Finer]: 2022-09-10 04:19:22.988--ClientSession(1846994627)--Thread(Thread[main,5,main])--acquire unit of work: 470684304 [junit] [EL Finest]: 2022-09-10 04:19:22.988--UnitOfWork(470684304)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6bb63ed1. [junit] [EL Finest]: 2022-09-10 04:19:22.988--UnitOfWork(470684304)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@49eb9a66. [junit] [EL Finer]: 2022-09-10 04:19:22.988--UnitOfWork(470684304)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:22.988--UnitOfWork(470684304)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@49eb9a66) [junit] [EL Finest]: 2022-09-10 04:19:22.989--ServerSession(1526542158)--Connection(654225053)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.989--ClientSession(1846994627)--Connection(654225053)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:22.989--ClientSession(1846994627)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:22.989--UnitOfWork(470684304)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6bb63ed1) [junit] [EL Finer]: 2022-09-10 04:19:22.989--ClientSession(1846994627)--Connection(861091982)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:22.989--ClientSession(1846994627)--Connection(861091982)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:22.989--ClientSession(1846994627)--Connection(861091982)--Thread(Thread[main,5,main])-- bind => [2, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:22.989--ClientSession(1846994627)--Connection(861091982)--Thread(Thread[main,5,main])-- bind => [1, null, null, null, null, 0, true, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:22.989--ClientSession(1846994627)--Connection(861091982)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:22.99--ClientSession(1846994627)--Connection(861091982)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:22.991--ServerSession(1526542158)--Connection(654225053)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:22.991--UnitOfWork(470684304)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:22.991--UnitOfWork(470684304)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.991--UnitOfWork(470684304)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.991--ClientSession(1846994627)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:22.991--UnitOfWork(470684304)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:22.991--ClientSession(1846994627)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:22.992--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1078093442 [junit] [EL Finer]: 2022-09-10 04:19:22.992--ClientSession(1078093442)--Thread(Thread[main,5,main])--acquire unit of work: 1641120630 [junit] [EL Finest]: 2022-09-10 04:19:22.992--UnitOfWork(1641120630)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (P_BOOLEAN = ?)") [junit] [EL Finest]: 2022-09-10 04:19:22.992--ServerSession(1526542158)--Connection(1827007387)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:22.992--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:22.993--ServerSession(1526542158)--Connection(728241967)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (P_BOOLEAN = ?) [junit] bind => [true] [junit] [EL Finest]: 2022-09-10 04:19:22.994--ServerSession(1526542158)--Connection(1827007387)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:23.02--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1765370396 [junit] [EL Finer]: 2022-09-10 04:19:23.02--ClientSession(1765370396)--Thread(Thread[main,5,main])--acquire unit of work: 1813806780 [junit] [EL Finest]: 2022-09-10 04:19:23.021--UnitOfWork(1813806780)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:23.021--UnitOfWork(1813806780)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finer]: 2022-09-10 04:19:23.021--UnitOfWork(1813806780)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:23.021--UnitOfWork(1813806780)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2022-09-10 04:19:23.021--ServerSession(1526542158)--Connection(2095056204)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.021--ClientSession(1765370396)--Connection(2095056204)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:23.021--ClientSession(1765370396)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:23.021--UnitOfWork(1813806780)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finer]: 2022-09-10 04:19:23.021--ClientSession(1765370396)--Connection(1445757582)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:23.021--ClientSession(1765370396)--Connection(1445757582)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:23.021--ClientSession(1765370396)--Connection(1445757582)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Fine]: 2022-09-10 04:19:23.021--ClientSession(1765370396)--Connection(1445757582)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Finer]: 2022-09-10 04:19:23.021--ClientSession(1765370396)--Connection(1445757582)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:23.022--ClientSession(1765370396)--Connection(1445757582)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:23.023--ServerSession(1526542158)--Connection(2095056204)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.023--UnitOfWork(1813806780)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:23.023--UnitOfWork(1813806780)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.023--UnitOfWork(1813806780)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.023--ClientSession(1765370396)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.023--UnitOfWork(1813806780)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.023--ClientSession(1765370396)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:23.023--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 382402422 [junit] [EL Finer]: 2022-09-10 04:19:23.023--ClientSession(382402422)--Thread(Thread[main,5,main])--acquire unit of work: 608188371 [junit] [EL Finest]: 2022-09-10 04:19:23.023--UnitOfWork(608188371)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="getDepartmentCached" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.023--ServerSession(1526542158)--Connection(2046415036)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.023--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.023--ServerSession(1526542158)--Connection(1902450382)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?) [junit] bind => [twenty] [junit] [EL Finest]: 2022-09-10 04:19:23.024--ServerSession(1526542158)--Connection(2046415036)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:23.024--UnitOfWork(608188371)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.024--ClientSession(382402422)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.024--UnitOfWork(608188371)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.024--ClientSession(382402422)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:23.024--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2064633448 [junit] [EL Finer]: 2022-09-10 04:19:23.024--ClientSession(2064633448)--Thread(Thread[main,5,main])--acquire unit of work: 1622662268 [junit] [EL Finest]: 2022-09-10 04:19:23.024--UnitOfWork(1622662268)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="getDepartmentCached" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.024--UnitOfWork(1622662268)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14 [junit] [EL Finer]: 2022-09-10 04:19:23.05--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 410558788 [junit] [EL Finer]: 2022-09-10 04:19:23.05--ClientSession(410558788)--Thread(Thread[main,5,main])--acquire unit of work: 1452282479 [junit] [EL Finest]: 2022-09-10 04:19:23.051--UnitOfWork(1452282479)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e0. [junit] [EL Finest]: 2022-09-10 04:19:23.051--UnitOfWork(1452282479)--Thread(Thread[main,5,main])--assign sequence to the object (211 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e0) [junit] [EL Finest]: 2022-09-10 04:19:23.051--UnitOfWork(1452282479)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e1. [junit] [EL Finest]: 2022-09-10 04:19:23.051--UnitOfWork(1452282479)--Thread(Thread[main,5,main])--assign sequence to the object (212 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e1) [junit] [EL Finest]: 2022-09-10 04:19:23.051--UnitOfWork(1452282479)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e2. [junit] [EL Finest]: 2022-09-10 04:19:23.051--UnitOfWork(1452282479)--Thread(Thread[main,5,main])--assign sequence to the object (213 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e2) [junit] [EL Finest]: 2022-09-10 04:19:23.051--UnitOfWork(1452282479)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e3. [junit] [EL Finest]: 2022-09-10 04:19:23.051--UnitOfWork(1452282479)--Thread(Thread[main,5,main])--assign sequence to the object (214 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e3) [junit] [EL Finest]: 2022-09-10 04:19:23.051--UnitOfWork(1452282479)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e4. [junit] [EL Finest]: 2022-09-10 04:19:23.051--UnitOfWork(1452282479)--Thread(Thread[main,5,main])--assign sequence to the object (215 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e4) [junit] [EL Finest]: 2022-09-10 04:19:23.051--UnitOfWork(1452282479)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e5. [junit] [EL Finest]: 2022-09-10 04:19:23.051--UnitOfWork(1452282479)--Thread(Thread[main,5,main])--assign sequence to the object (216 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e5) [junit] [EL Finest]: 2022-09-10 04:19:23.051--UnitOfWork(1452282479)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e6. [junit] [EL Finest]: 2022-09-10 04:19:23.051--UnitOfWork(1452282479)--Thread(Thread[main,5,main])--assign sequence to the object (217 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e6) [junit] [EL Finest]: 2022-09-10 04:19:23.051--UnitOfWork(1452282479)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e7. [junit] [EL Finest]: 2022-09-10 04:19:23.051--UnitOfWork(1452282479)--Thread(Thread[main,5,main])--assign sequence to the object (218 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e7) [junit] [EL Finest]: 2022-09-10 04:19:23.051--UnitOfWork(1452282479)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e8. [junit] [EL Finest]: 2022-09-10 04:19:23.051--UnitOfWork(1452282479)--Thread(Thread[main,5,main])--assign sequence to the object (219 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e8) [junit] [EL Finest]: 2022-09-10 04:19:23.052--UnitOfWork(1452282479)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e9. [junit] [EL Finest]: 2022-09-10 04:19:23.052--UnitOfWork(1452282479)--Thread(Thread[main,5,main])--assign sequence to the object (220 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e9) [junit] [EL Finer]: 2022-09-10 04:19:23.052--UnitOfWork(1452282479)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:23.052--UnitOfWork(1452282479)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e1) [junit] [EL Finest]: 2022-09-10 04:19:23.052--ServerSession(1526542158)--Connection(128343003)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.052--ClientSession(410558788)--Connection(128343003)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:23.052--ClientSession(410558788)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:23.052--UnitOfWork(1452282479)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e2) [junit] [EL Finest]: 2022-09-10 04:19:23.052--UnitOfWork(1452282479)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e8) [junit] [EL Finest]: 2022-09-10 04:19:23.052--UnitOfWork(1452282479)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e6) [junit] [EL Finest]: 2022-09-10 04:19:23.052--UnitOfWork(1452282479)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e3) [junit] [EL Finest]: 2022-09-10 04:19:23.053--UnitOfWork(1452282479)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e4) [junit] [EL Finest]: 2022-09-10 04:19:23.053--UnitOfWork(1452282479)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e0) [junit] [EL Finest]: 2022-09-10 04:19:23.053--UnitOfWork(1452282479)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e7) [junit] [EL Finest]: 2022-09-10 04:19:23.053--UnitOfWork(1452282479)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e9) [junit] [EL Finest]: 2022-09-10 04:19:23.053--UnitOfWork(1452282479)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@9e5) [junit] [EL Finer]: 2022-09-10 04:19:23.053--ClientSession(410558788)--Connection(508487282)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:23.053--ClientSession(410558788)--Connection(508487282)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:23.053--ClientSession(410558788)--Connection(508487282)--Thread(Thread[main,5,main])-- bind => [212, P1] [junit] [EL Fine]: 2022-09-10 04:19:23.053--ClientSession(410558788)--Connection(508487282)--Thread(Thread[main,5,main])-- bind => [213, P2] [junit] [EL Fine]: 2022-09-10 04:19:23.053--ClientSession(410558788)--Connection(508487282)--Thread(Thread[main,5,main])-- bind => [219, P8] [junit] [EL Fine]: 2022-09-10 04:19:23.053--ClientSession(410558788)--Connection(508487282)--Thread(Thread[main,5,main])-- bind => [217, P6] [junit] [EL Fine]: 2022-09-10 04:19:23.053--ClientSession(410558788)--Connection(508487282)--Thread(Thread[main,5,main])-- bind => [214, P3] [junit] [EL Fine]: 2022-09-10 04:19:23.053--ClientSession(410558788)--Connection(508487282)--Thread(Thread[main,5,main])-- bind => [215, P4] [junit] [EL Fine]: 2022-09-10 04:19:23.053--ClientSession(410558788)--Connection(508487282)--Thread(Thread[main,5,main])-- bind => [211, P0] [junit] [EL Fine]: 2022-09-10 04:19:23.053--ClientSession(410558788)--Connection(508487282)--Thread(Thread[main,5,main])-- bind => [218, P7] [junit] [EL Fine]: 2022-09-10 04:19:23.053--ClientSession(410558788)--Connection(508487282)--Thread(Thread[main,5,main])-- bind => [220, P9] [junit] [EL Fine]: 2022-09-10 04:19:23.053--ClientSession(410558788)--Connection(508487282)--Thread(Thread[main,5,main])-- bind => [216, P5] [junit] [EL Finer]: 2022-09-10 04:19:23.053--ClientSession(410558788)--Connection(508487282)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:23.055--ClientSession(410558788)--Connection(508487282)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:23.055--ClientSession(410558788)--Connection(508487282)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:23.055--ClientSession(410558788)--Connection(508487282)--Thread(Thread[main,5,main])-- bind => [1, 0, 212] [junit] [EL Fine]: 2022-09-10 04:19:23.055--ClientSession(410558788)--Connection(508487282)--Thread(Thread[main,5,main])-- bind => [1, 0, 213] [junit] [EL Fine]: 2022-09-10 04:19:23.055--ClientSession(410558788)--Connection(508487282)--Thread(Thread[main,5,main])-- bind => [1, 0, 219] [junit] [EL Fine]: 2022-09-10 04:19:23.055--ClientSession(410558788)--Connection(508487282)--Thread(Thread[main,5,main])-- bind => [1, 0, 217] [junit] [EL Fine]: 2022-09-10 04:19:23.055--ClientSession(410558788)--Connection(508487282)--Thread(Thread[main,5,main])-- bind => [1, 0, 214] [junit] [EL Fine]: 2022-09-10 04:19:23.055--ClientSession(410558788)--Connection(508487282)--Thread(Thread[main,5,main])-- bind => [1, 0, 215] [junit] [EL Fine]: 2022-09-10 04:19:23.055--ClientSession(410558788)--Connection(508487282)--Thread(Thread[main,5,main])-- bind => [1, 0, 211] [junit] [EL Fine]: 2022-09-10 04:19:23.055--ClientSession(410558788)--Connection(508487282)--Thread(Thread[main,5,main])-- bind => [1, 0, 218] [junit] [EL Fine]: 2022-09-10 04:19:23.055--ClientSession(410558788)--Connection(508487282)--Thread(Thread[main,5,main])-- bind => [1, 0, 220] [junit] [EL Fine]: 2022-09-10 04:19:23.055--ClientSession(410558788)--Connection(508487282)--Thread(Thread[main,5,main])-- bind => [1, 0, 216] [junit] [EL Finer]: 2022-09-10 04:19:23.055--ClientSession(410558788)--Connection(508487282)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:23.057--ClientSession(410558788)--Connection(508487282)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:23.058--ServerSession(1526542158)--Connection(128343003)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.058--UnitOfWork(1452282479)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:23.058--UnitOfWork(1452282479)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.058--UnitOfWork(1452282479)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.058--ClientSession(410558788)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.058--UnitOfWork(1452282479)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.058--ClientSession(410558788)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:23.059--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1468126209 [junit] [EL Finer]: 2022-09-10 04:19:23.059--ClientSession(1468126209)--Thread(Thread[main,5,main])--acquire unit of work: 1324408644 [junit] [EL Finest]: 2022-09-10 04:19:23.059--UnitOfWork(1324408644)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Project sql="SELECT t0.ID, t1.PROJECT_ID, t0.PROJ_NAME, t1.PLANNED_DAYS, t1.USED_DAYS FROM TMP_PROJECT t0, TMP_PROJECT_DETAILS t1 WHERE (t1.PROJECT_ID = t0.ID)") [junit] [EL Finest]: 2022-09-10 04:19:23.059--ServerSession(1526542158)--Connection(630629952)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.059--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.06--ServerSession(1526542158)--Connection(2095996719)--Thread(Thread[main,5,main])--SELECT t0.ID AS a1, t1.PROJECT_ID AS a2, t0.PROJ_NAME AS a3, t1.PLANNED_DAYS AS a4, t1.USED_DAYS AS a5 FROM TMP_PROJECT t0, TMP_PROJECT_DETAILS t1 WHERE (t1.PROJECT_ID = t0.ID) LIMIT ?, ? [junit] bind => [0, 5] [junit] [EL Finest]: 2022-09-10 04:19:23.06--ServerSession(1526542158)--Connection(630629952)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.061--UnitOfWork(1324408644)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Project sql="SELECT t0.ID AS a1, t1.PROJECT_ID AS a2, t0.PROJ_NAME AS a3, t1.PLANNED_DAYS AS a4, t1.USED_DAYS AS a5 FROM TMP_PROJECT t0, TMP_PROJECT_DETAILS t1 WHERE (t1.PROJECT_ID = t0.ID) LIMIT ?, ?") [junit] [EL Finest]: 2022-09-10 04:19:23.061--ServerSession(1526542158)--Connection(1360209760)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.061--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.061--ServerSession(1526542158)--Connection(1545209620)--Thread(Thread[main,5,main])--SELECT t0.ID AS a1, t1.PROJECT_ID AS a2, t0.PROJ_NAME AS a3, t1.PLANNED_DAYS AS a4, t1.USED_DAYS AS a5 FROM TMP_PROJECT t0, TMP_PROJECT_DETAILS t1 WHERE (t1.PROJECT_ID = t0.ID) LIMIT ?, ? [junit] bind => [0, 10] [junit] [EL Finest]: 2022-09-10 04:19:23.062--ServerSession(1526542158)--Connection(1360209760)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.062--UnitOfWork(1324408644)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Project sql="SELECT t0.ID AS a1, t1.PROJECT_ID AS a2, t0.PROJ_NAME AS a3, t1.PLANNED_DAYS AS a4, t1.USED_DAYS AS a5 FROM TMP_PROJECT t0, TMP_PROJECT_DETAILS t1 WHERE (t1.PROJECT_ID = t0.ID) LIMIT ?, ?") [junit] [EL Finest]: 2022-09-10 04:19:23.062--ServerSession(1526542158)--Connection(595665629)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.062--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.062--ServerSession(1526542158)--Connection(1912710034)--Thread(Thread[main,5,main])--SELECT t0.ID AS a1, t1.PROJECT_ID AS a2, t0.PROJ_NAME AS a3, t1.PLANNED_DAYS AS a4, t1.USED_DAYS AS a5 FROM TMP_PROJECT t0, TMP_PROJECT_DETAILS t1 WHERE (t1.PROJECT_ID = t0.ID) LIMIT ?, ? [junit] bind => [0, 15] [junit] [EL Finest]: 2022-09-10 04:19:23.063--ServerSession(1526542158)--Connection(595665629)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.063--UnitOfWork(1324408644)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Project sql="SELECT t0.ID AS a1, t1.PROJECT_ID AS a2, t0.PROJ_NAME AS a3, t1.PLANNED_DAYS AS a4, t1.USED_DAYS AS a5 FROM TMP_PROJECT t0, TMP_PROJECT_DETAILS t1 WHERE (t1.PROJECT_ID = t0.ID) LIMIT ?, ?") [junit] [EL Finest]: 2022-09-10 04:19:23.063--ServerSession(1526542158)--Connection(528552580)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.063--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.063--ServerSession(1526542158)--Connection(1625505749)--Thread(Thread[main,5,main])--SELECT t0.ID AS a1, t1.PROJECT_ID AS a2, t0.PROJ_NAME AS a3, t1.PLANNED_DAYS AS a4, t1.USED_DAYS AS a5 FROM TMP_PROJECT t0, TMP_PROJECT_DETAILS t1 WHERE (t1.PROJECT_ID = t0.ID) LIMIT ?, ? [junit] bind => [5, 5] [junit] [EL Finest]: 2022-09-10 04:19:23.064--ServerSession(1526542158)--Connection(528552580)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.064--UnitOfWork(1324408644)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Project sql="SELECT t0.ID AS a1, t1.PROJECT_ID AS a2, t0.PROJ_NAME AS a3, t1.PLANNED_DAYS AS a4, t1.USED_DAYS AS a5 FROM TMP_PROJECT t0, TMP_PROJECT_DETAILS t1 WHERE (t1.PROJECT_ID = t0.ID) LIMIT ?, ?") [junit] [EL Finest]: 2022-09-10 04:19:23.064--ServerSession(1526542158)--Connection(688459177)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.064--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.064--ServerSession(1526542158)--Connection(1349358282)--Thread(Thread[main,5,main])--SELECT t0.ID AS a1, t1.PROJECT_ID AS a2, t0.PROJ_NAME AS a3, t1.PLANNED_DAYS AS a4, t1.USED_DAYS AS a5 FROM TMP_PROJECT t0, TMP_PROJECT_DETAILS t1 WHERE (t1.PROJECT_ID = t0.ID) LIMIT ?, ? [junit] bind => [5, 10] [junit] [EL Finest]: 2022-09-10 04:19:23.064--ServerSession(1526542158)--Connection(688459177)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.065--UnitOfWork(1324408644)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Project sql="SELECT t0.ID AS a1, t1.PROJECT_ID AS a2, t0.PROJ_NAME AS a3, t1.PLANNED_DAYS AS a4, t1.USED_DAYS AS a5 FROM TMP_PROJECT t0, TMP_PROJECT_DETAILS t1 WHERE (t1.PROJECT_ID = t0.ID) LIMIT ?, ?") [junit] [EL Finest]: 2022-09-10 04:19:23.065--ServerSession(1526542158)--Connection(1980157282)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.065--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.065--ServerSession(1526542158)--Connection(1245837994)--Thread(Thread[main,5,main])--SELECT t0.ID AS a1, t1.PROJECT_ID AS a2, t0.PROJ_NAME AS a3, t1.PLANNED_DAYS AS a4, t1.USED_DAYS AS a5 FROM TMP_PROJECT t0, TMP_PROJECT_DETAILS t1 WHERE (t1.PROJECT_ID = t0.ID) LIMIT ?, ? [junit] bind => [5, 15] [junit] [EL Finest]: 2022-09-10 04:19:23.065--ServerSession(1526542158)--Connection(1980157282)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.065--UnitOfWork(1324408644)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Project sql="SELECT t0.ID AS a1, t1.PROJECT_ID AS a2, t0.PROJ_NAME AS a3, t1.PLANNED_DAYS AS a4, t1.USED_DAYS AS a5 FROM TMP_PROJECT t0, TMP_PROJECT_DETAILS t1 WHERE (t1.PROJECT_ID = t0.ID) LIMIT ?, ?") [junit] [EL Finest]: 2022-09-10 04:19:23.065--ServerSession(1526542158)--Connection(2091404927)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.065--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.066--ServerSession(1526542158)--Connection(972652522)--Thread(Thread[main,5,main])--SELECT t0.ID AS a1, t1.PROJECT_ID AS a2, t0.PROJ_NAME AS a3, t1.PLANNED_DAYS AS a4, t1.USED_DAYS AS a5 FROM TMP_PROJECT t0, TMP_PROJECT_DETAILS t1 WHERE (t1.PROJECT_ID = t0.ID) LIMIT ?, ? [junit] bind => [7, 5] [junit] [EL Finest]: 2022-09-10 04:19:23.066--ServerSession(1526542158)--Connection(2091404927)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.066--UnitOfWork(1324408644)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Project sql="SELECT t0.ID AS a1, t1.PROJECT_ID AS a2, t0.PROJ_NAME AS a3, t1.PLANNED_DAYS AS a4, t1.USED_DAYS AS a5 FROM TMP_PROJECT t0, TMP_PROJECT_DETAILS t1 WHERE (t1.PROJECT_ID = t0.ID) LIMIT ?, ?") [junit] [EL Finest]: 2022-09-10 04:19:23.066--ServerSession(1526542158)--Connection(1290283032)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.066--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.066--ServerSession(1526542158)--Connection(1050417216)--Thread(Thread[main,5,main])--SELECT t0.ID AS a1, t1.PROJECT_ID AS a2, t0.PROJ_NAME AS a3, t1.PLANNED_DAYS AS a4, t1.USED_DAYS AS a5 FROM TMP_PROJECT t0, TMP_PROJECT_DETAILS t1 WHERE (t1.PROJECT_ID = t0.ID) LIMIT ?, ? [junit] bind => [7, 10] [junit] [EL Finest]: 2022-09-10 04:19:23.067--ServerSession(1526542158)--Connection(1290283032)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.067--UnitOfWork(1324408644)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Project sql="SELECT t0.ID AS a1, t1.PROJECT_ID AS a2, t0.PROJ_NAME AS a3, t1.PLANNED_DAYS AS a4, t1.USED_DAYS AS a5 FROM TMP_PROJECT t0, TMP_PROJECT_DETAILS t1 WHERE (t1.PROJECT_ID = t0.ID) LIMIT ?, ?") [junit] [EL Finest]: 2022-09-10 04:19:23.067--ServerSession(1526542158)--Connection(1095197275)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.067--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.067--ServerSession(1526542158)--Connection(524762155)--Thread(Thread[main,5,main])--SELECT t0.ID AS a1, t1.PROJECT_ID AS a2, t0.PROJ_NAME AS a3, t1.PLANNED_DAYS AS a4, t1.USED_DAYS AS a5 FROM TMP_PROJECT t0, TMP_PROJECT_DETAILS t1 WHERE (t1.PROJECT_ID = t0.ID) LIMIT ?, ? [junit] bind => [7, 15] [junit] [EL Finest]: 2022-09-10 04:19:23.068--ServerSession(1526542158)--Connection(1095197275)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:23.094--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1604964757 [junit] [EL Finer]: 2022-09-10 04:19:23.094--ClientSession(1604964757)--Thread(Thread[main,5,main])--acquire unit of work: 1310772456 [junit] [EL Finest]: 2022-09-10 04:19:23.094--UnitOfWork(1310772456)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:23.094--UnitOfWork(1310772456)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finer]: 2022-09-10 04:19:23.094--UnitOfWork(1310772456)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:23.095--UnitOfWork(1310772456)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2022-09-10 04:19:23.095--ServerSession(1526542158)--Connection(1681736858)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.095--ClientSession(1604964757)--Connection(1681736858)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:23.095--ClientSession(1604964757)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:23.095--UnitOfWork(1310772456)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finer]: 2022-09-10 04:19:23.095--ClientSession(1604964757)--Connection(402505467)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:23.095--ClientSession(1604964757)--Connection(402505467)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:23.095--ClientSession(1604964757)--Connection(402505467)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2022-09-10 04:19:23.095--ClientSession(1604964757)--Connection(402505467)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2022-09-10 04:19:23.095--ClientSession(1604964757)--Connection(402505467)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:23.096--ClientSession(1604964757)--Connection(402505467)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:23.097--ServerSession(1526542158)--Connection(1681736858)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.097--UnitOfWork(1310772456)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:23.097--UnitOfWork(1310772456)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.097--UnitOfWork(1310772456)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.097--ClientSession(1604964757)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.097--UnitOfWork(1310772456)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.097--ClientSession(1604964757)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:23.097--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 798813864 [junit] [EL Finer]: 2022-09-10 04:19:23.097--ClientSession(798813864)--Thread(Thread[main,5,main])--acquire unit of work: 1441568710 [junit] [EL Finest]: 2022-09-10 04:19:23.098--UnitOfWork(1441568710)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.098--UnitOfWork(1441568710)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a [junit] [EL Finer]: 2022-09-10 04:19:23.098--UnitOfWork(1441568710)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:23.098--UnitOfWork(1441568710)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2022-09-10 04:19:23.099--ServerSession(1526542158)--Connection(2032367717)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.099--ClientSession(798813864)--Connection(2032367717)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:23.099--ClientSession(798813864)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.099--ClientSession(798813864)--Connection(1404140575)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [updated, 2, 10, 1] [junit] [EL Finer]: 2022-09-10 04:19:23.1--UnitOfWork(1441568710)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:23.1--UnitOfWork(1441568710)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2022-09-10 04:19:23.1--UnitOfWork(1441568710)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?)") [junit] [EL Fine]: 2022-09-10 04:19:23.1--ClientSession(798813864)--Connection(1404140575)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?) [junit] bind => [updated] [junit] [EL Finer]: 2022-09-10 04:19:23.1--UnitOfWork(1441568710)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:23.1--ClientSession(798813864)--Connection(1404140575)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:23.101--ServerSession(1526542158)--Connection(2032367717)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.101--UnitOfWork(1441568710)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:23.101--UnitOfWork(1441568710)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.114--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 367855315 [junit] [EL Finer]: 2022-09-10 04:19:23.115--ClientSession(367855315)--Thread(Thread[main,5,main])--acquire unit of work: 1843937496 [junit] [EL Finest]: 2022-09-10 04:19:23.115--UnitOfWork(1843937496)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:23.115--UnitOfWork(1843937496)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finer]: 2022-09-10 04:19:23.115--UnitOfWork(1843937496)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:23.115--UnitOfWork(1843937496)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2022-09-10 04:19:23.115--ServerSession(1526542158)--Connection(1520396451)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.115--ClientSession(367855315)--Connection(1520396451)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:23.115--ClientSession(367855315)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:23.115--UnitOfWork(1843937496)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finer]: 2022-09-10 04:19:23.115--ClientSession(367855315)--Connection(1977486760)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:23.115--ClientSession(367855315)--Connection(1977486760)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:23.115--ClientSession(367855315)--Connection(1977486760)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2022-09-10 04:19:23.115--ClientSession(367855315)--Connection(1977486760)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2022-09-10 04:19:23.115--ClientSession(367855315)--Connection(1977486760)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:23.116--ClientSession(367855315)--Connection(1977486760)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:23.117--ServerSession(1526542158)--Connection(1520396451)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.117--UnitOfWork(1843937496)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:23.117--UnitOfWork(1843937496)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.117--UnitOfWork(1843937496)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.117--ClientSession(367855315)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.117--UnitOfWork(1843937496)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.117--ClientSession(367855315)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:23.117--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1275803124 [junit] [EL Finer]: 2022-09-10 04:19:23.117--ClientSession(1275803124)--Thread(Thread[main,5,main])--acquire unit of work: 1237176976 [junit] [EL Finest]: 2022-09-10 04:19:23.117--UnitOfWork(1237176976)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.117--UnitOfWork(1237176976)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a [junit] [EL Finer]: 2022-09-10 04:19:23.117--UnitOfWork(1237176976)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:23.117--UnitOfWork(1237176976)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2022-09-10 04:19:23.117--ServerSession(1526542158)--Connection(1308972234)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.118--ClientSession(1275803124)--Connection(1308972234)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:23.118--ClientSession(1275803124)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.118--ClientSession(1275803124)--Connection(1762342600)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [updated, 2, 10, 1] [junit] [EL Finer]: 2022-09-10 04:19:23.118--UnitOfWork(1237176976)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:23.118--UnitOfWork(1237176976)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2022-09-10 04:19:23.119--UnitOfWork(1237176976)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?)") [junit] [EL Fine]: 2022-09-10 04:19:23.119--ClientSession(1275803124)--Connection(1762342600)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?) [junit] bind => [updated] [junit] [EL Finer]: 2022-09-10 04:19:23.119--UnitOfWork(1237176976)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:23.119--ClientSession(1275803124)--Connection(1762342600)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:23.12--ServerSession(1526542158)--Connection(1308972234)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.12--UnitOfWork(1237176976)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:23.12--UnitOfWork(1237176976)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.133--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1235787497 [junit] [EL Finer]: 2022-09-10 04:19:23.133--ClientSession(1235787497)--Thread(Thread[main,5,main])--acquire unit of work: 259576171 [junit] [EL Finest]: 2022-09-10 04:19:23.133--UnitOfWork(259576171)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:23.133--UnitOfWork(259576171)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finer]: 2022-09-10 04:19:23.133--UnitOfWork(259576171)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:23.133--UnitOfWork(259576171)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2022-09-10 04:19:23.133--ServerSession(1526542158)--Connection(486906716)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.133--ClientSession(1235787497)--Connection(486906716)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:23.133--ClientSession(1235787497)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:23.134--UnitOfWork(259576171)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finer]: 2022-09-10 04:19:23.134--ClientSession(1235787497)--Connection(1413476894)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:23.134--ClientSession(1235787497)--Connection(1413476894)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:23.134--ClientSession(1235787497)--Connection(1413476894)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Fine]: 2022-09-10 04:19:23.134--ClientSession(1235787497)--Connection(1413476894)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Finer]: 2022-09-10 04:19:23.134--ClientSession(1235787497)--Connection(1413476894)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:23.134--ClientSession(1235787497)--Connection(1413476894)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:23.135--ServerSession(1526542158)--Connection(486906716)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.135--UnitOfWork(259576171)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:23.135--UnitOfWork(259576171)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.135--UnitOfWork(259576171)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.135--ClientSession(1235787497)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.135--UnitOfWork(259576171)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.135--ClientSession(1235787497)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:23.135--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1051741305 [junit] [EL Finer]: 2022-09-10 04:19:23.135--ClientSession(1051741305)--Thread(Thread[main,5,main])--acquire unit of work: 364181171 [junit] [EL Finest]: 2022-09-10 04:19:23.135--UnitOfWork(364181171)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.135--UnitOfWork(364181171)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a [junit] [EL Finest]: 2022-09-10 04:19:23.136--UnitOfWork(364181171)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.136--ServerSession(1526542158)--Connection(1506176709)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.136--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.136--ServerSession(1526542158)--Connection(1697198592)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?) [junit] bind => [updated] [junit] [EL Finest]: 2022-09-10 04:19:23.136--ServerSession(1526542158)--Connection(1506176709)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:23.136--UnitOfWork(364181171)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:23.136--UnitOfWork(364181171)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2022-09-10 04:19:23.136--ServerSession(1526542158)--Connection(1509186173)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.137--ClientSession(1051741305)--Connection(1509186173)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:23.137--ClientSession(1051741305)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.137--ClientSession(1051741305)--Connection(1558237610)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [updated, 2, 10, 1] [junit] [EL Finer]: 2022-09-10 04:19:23.137--ClientSession(1051741305)--Connection(1558237610)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:23.138--ServerSession(1526542158)--Connection(1509186173)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.138--UnitOfWork(364181171)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:23.138--UnitOfWork(364181171)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.151--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 400575685 [junit] [EL Finer]: 2022-09-10 04:19:23.151--ClientSession(400575685)--Thread(Thread[main,5,main])--acquire unit of work: 287344106 [junit] [EL Finest]: 2022-09-10 04:19:23.151--UnitOfWork(287344106)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:23.151--UnitOfWork(287344106)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finer]: 2022-09-10 04:19:23.151--UnitOfWork(287344106)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:23.151--UnitOfWork(287344106)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2022-09-10 04:19:23.151--ServerSession(1526542158)--Connection(1637507521)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.151--ClientSession(400575685)--Connection(1637507521)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:23.152--ClientSession(400575685)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:23.152--UnitOfWork(287344106)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finer]: 2022-09-10 04:19:23.152--ClientSession(400575685)--Connection(1954592717)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:23.152--ClientSession(400575685)--Connection(1954592717)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:23.152--ClientSession(400575685)--Connection(1954592717)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2022-09-10 04:19:23.152--ClientSession(400575685)--Connection(1954592717)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2022-09-10 04:19:23.152--ClientSession(400575685)--Connection(1954592717)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:23.153--ClientSession(400575685)--Connection(1954592717)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:23.153--ServerSession(1526542158)--Connection(1637507521)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.153--UnitOfWork(287344106)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:23.153--UnitOfWork(287344106)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.153--UnitOfWork(287344106)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.153--ClientSession(400575685)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.153--UnitOfWork(287344106)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.153--ClientSession(400575685)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:23.153--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 374184770 [junit] [EL Finer]: 2022-09-10 04:19:23.153--ClientSession(374184770)--Thread(Thread[main,5,main])--acquire unit of work: 1728211097 [junit] [EL Finest]: 2022-09-10 04:19:23.154--UnitOfWork(1728211097)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.154--UnitOfWork(1728211097)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a [junit] [EL Finest]: 2022-09-10 04:19:23.154--UnitOfWork(1728211097)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.154--ServerSession(1526542158)--Connection(747914121)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.154--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.154--ServerSession(1526542158)--Connection(1459178194)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?) [junit] bind => [updated] [junit] [EL Finest]: 2022-09-10 04:19:23.154--ServerSession(1526542158)--Connection(747914121)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:23.154--UnitOfWork(1728211097)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:23.155--UnitOfWork(1728211097)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2022-09-10 04:19:23.155--ServerSession(1526542158)--Connection(2029732778)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.155--ClientSession(374184770)--Connection(2029732778)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:23.155--ClientSession(374184770)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.155--ClientSession(374184770)--Connection(125710471)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [updated, 2, 10, 1] [junit] [EL Finer]: 2022-09-10 04:19:23.155--ClientSession(374184770)--Connection(125710471)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:23.156--ServerSession(1526542158)--Connection(2029732778)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.156--UnitOfWork(1728211097)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:23.156--UnitOfWork(1728211097)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.17--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 910619412 [junit] [EL Finer]: 2022-09-10 04:19:23.17--ClientSession(910619412)--Thread(Thread[main,5,main])--acquire unit of work: 801169165 [junit] [EL Finest]: 2022-09-10 04:19:23.17--UnitOfWork(801169165)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:23.17--UnitOfWork(801169165)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finer]: 2022-09-10 04:19:23.17--UnitOfWork(801169165)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:23.17--UnitOfWork(801169165)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2022-09-10 04:19:23.17--ServerSession(1526542158)--Connection(1057601666)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.17--ClientSession(910619412)--Connection(1057601666)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:23.17--ClientSession(910619412)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:23.17--UnitOfWork(801169165)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finer]: 2022-09-10 04:19:23.171--ClientSession(910619412)--Connection(370684121)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:23.171--ClientSession(910619412)--Connection(370684121)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:23.171--ClientSession(910619412)--Connection(370684121)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2022-09-10 04:19:23.171--ClientSession(910619412)--Connection(370684121)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2022-09-10 04:19:23.171--ClientSession(910619412)--Connection(370684121)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:23.171--ClientSession(910619412)--Connection(370684121)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:23.172--ServerSession(1526542158)--Connection(1057601666)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.172--UnitOfWork(801169165)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:23.172--UnitOfWork(801169165)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.172--UnitOfWork(801169165)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.172--ClientSession(910619412)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.172--UnitOfWork(801169165)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.172--ClientSession(910619412)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:23.172--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1694898827 [junit] [EL Finer]: 2022-09-10 04:19:23.172--ClientSession(1694898827)--Thread(Thread[main,5,main])--acquire unit of work: 844062730 [junit] [EL Finest]: 2022-09-10 04:19:23.172--UnitOfWork(844062730)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.172--UnitOfWork(844062730)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a [junit] [EL Finer]: 2022-09-10 04:19:23.172--UnitOfWork(844062730)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:23.172--UnitOfWork(844062730)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2022-09-10 04:19:23.173--ServerSession(1526542158)--Connection(607919511)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.173--ClientSession(1694898827)--Connection(607919511)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:23.173--ClientSession(1694898827)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.173--ClientSession(1694898827)--Connection(1832543786)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [updated, 2, 10, 1] [junit] [EL Finer]: 2022-09-10 04:19:23.173--UnitOfWork(844062730)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:23.174--UnitOfWork(844062730)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2022-09-10 04:19:23.174--UnitOfWork(844062730)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?)") [junit] [EL Fine]: 2022-09-10 04:19:23.174--ClientSession(1694898827)--Connection(1832543786)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?) [junit] bind => [updated] [junit] [EL Finer]: 2022-09-10 04:19:23.174--UnitOfWork(844062730)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:23.174--ClientSession(1694898827)--Connection(1832543786)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:23.175--ServerSession(1526542158)--Connection(607919511)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.175--UnitOfWork(844062730)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:23.175--UnitOfWork(844062730)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.188--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1717355893 [junit] [EL Finer]: 2022-09-10 04:19:23.188--ClientSession(1717355893)--Thread(Thread[main,5,main])--acquire unit of work: 1317293727 [junit] [EL Finest]: 2022-09-10 04:19:23.188--UnitOfWork(1317293727)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:23.189--UnitOfWork(1317293727)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finer]: 2022-09-10 04:19:23.189--UnitOfWork(1317293727)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:23.189--UnitOfWork(1317293727)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2022-09-10 04:19:23.189--ServerSession(1526542158)--Connection(907748815)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.189--ClientSession(1717355893)--Connection(907748815)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:23.189--ClientSession(1717355893)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:23.189--UnitOfWork(1317293727)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finer]: 2022-09-10 04:19:23.189--ClientSession(1717355893)--Connection(1518826789)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:23.189--ClientSession(1717355893)--Connection(1518826789)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:23.189--ClientSession(1717355893)--Connection(1518826789)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Fine]: 2022-09-10 04:19:23.189--ClientSession(1717355893)--Connection(1518826789)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Finer]: 2022-09-10 04:19:23.189--ClientSession(1717355893)--Connection(1518826789)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:23.19--ClientSession(1717355893)--Connection(1518826789)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:23.191--ServerSession(1526542158)--Connection(907748815)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.191--UnitOfWork(1317293727)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:23.191--UnitOfWork(1317293727)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.191--UnitOfWork(1317293727)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.191--ClientSession(1717355893)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.191--UnitOfWork(1317293727)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.191--ClientSession(1717355893)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:23.191--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 50867261 [junit] [EL Finer]: 2022-09-10 04:19:23.191--ClientSession(50867261)--Thread(Thread[main,5,main])--acquire unit of work: 1657229092 [junit] [EL Finest]: 2022-09-10 04:19:23.191--UnitOfWork(1657229092)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.191--UnitOfWork(1657229092)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a [junit] [EL Finest]: 2022-09-10 04:19:23.191--UnitOfWork(1657229092)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.191--ServerSession(1526542158)--Connection(799643696)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.191--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.191--ServerSession(1526542158)--Connection(1828855868)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?) [junit] bind => [updated] [junit] [EL Finest]: 2022-09-10 04:19:23.192--ServerSession(1526542158)--Connection(799643696)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:23.192--UnitOfWork(1657229092)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:23.192--UnitOfWork(1657229092)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2022-09-10 04:19:23.192--ServerSession(1526542158)--Connection(413948803)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.192--ClientSession(50867261)--Connection(413948803)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:23.192--ClientSession(50867261)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.193--ClientSession(50867261)--Connection(180100613)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [updated, 2, 10, 1] [junit] [EL Finer]: 2022-09-10 04:19:23.193--ClientSession(50867261)--Connection(180100613)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:23.194--ServerSession(1526542158)--Connection(413948803)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.194--UnitOfWork(1657229092)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:23.194--UnitOfWork(1657229092)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.22--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1700395761 [junit] [EL Finer]: 2022-09-10 04:19:23.22--ClientSession(1700395761)--Thread(Thread[main,5,main])--acquire unit of work: 342114668 [junit] [EL Finest]: 2022-09-10 04:19:23.22--UnitOfWork(342114668)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:23.22--UnitOfWork(342114668)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finer]: 2022-09-10 04:19:23.22--UnitOfWork(342114668)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:23.22--UnitOfWork(342114668)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2022-09-10 04:19:23.22--ServerSession(1526542158)--Connection(1074387327)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.22--ClientSession(1700395761)--Connection(1074387327)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:23.22--ClientSession(1700395761)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:23.22--UnitOfWork(342114668)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finer]: 2022-09-10 04:19:23.22--ClientSession(1700395761)--Connection(1428821144)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:23.22--ClientSession(1700395761)--Connection(1428821144)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:23.22--ClientSession(1700395761)--Connection(1428821144)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Fine]: 2022-09-10 04:19:23.221--ClientSession(1700395761)--Connection(1428821144)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Finer]: 2022-09-10 04:19:23.221--ClientSession(1700395761)--Connection(1428821144)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:23.221--ClientSession(1700395761)--Connection(1428821144)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:23.222--ServerSession(1526542158)--Connection(1074387327)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.222--UnitOfWork(342114668)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:23.222--UnitOfWork(342114668)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.222--UnitOfWork(342114668)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.222--ClientSession(1700395761)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.222--UnitOfWork(342114668)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.222--ClientSession(1700395761)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:23.223--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1952954606 [junit] [EL Finer]: 2022-09-10 04:19:23.223--ClientSession(1952954606)--Thread(Thread[main,5,main])--acquire unit of work: 1498309822 [junit] [EL Finest]: 2022-09-10 04:19:23.223--UnitOfWork(1498309822)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP") [junit] [EL Finest]: 2022-09-10 04:19:23.223--ServerSession(1526542158)--Connection(502363157)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.223--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.223--ServerSession(1526542158)--Connection(107988060)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP [junit] [EL Finest]: 2022-09-10 04:19:23.223--ServerSession(1526542158)--Connection(502363157)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:23.25--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1206619913 [junit] [EL Finer]: 2022-09-10 04:19:23.25--ClientSession(1206619913)--Thread(Thread[main,5,main])--acquire unit of work: 251270712 [junit] [EL Finest]: 2022-09-10 04:19:23.25--UnitOfWork(251270712)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:23.25--UnitOfWork(251270712)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finer]: 2022-09-10 04:19:23.25--UnitOfWork(251270712)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:23.25--UnitOfWork(251270712)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2022-09-10 04:19:23.25--ServerSession(1526542158)--Connection(1544876608)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.25--ClientSession(1206619913)--Connection(1544876608)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:23.25--ClientSession(1206619913)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:23.25--UnitOfWork(251270712)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finer]: 2022-09-10 04:19:23.251--ClientSession(1206619913)--Connection(1730564062)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:23.251--ClientSession(1206619913)--Connection(1730564062)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:23.251--ClientSession(1206619913)--Connection(1730564062)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2022-09-10 04:19:23.251--ClientSession(1206619913)--Connection(1730564062)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2022-09-10 04:19:23.251--ClientSession(1206619913)--Connection(1730564062)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:23.251--ClientSession(1206619913)--Connection(1730564062)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:23.252--ServerSession(1526542158)--Connection(1544876608)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.252--UnitOfWork(251270712)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:23.252--UnitOfWork(251270712)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.252--UnitOfWork(251270712)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.252--ClientSession(1206619913)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.252--UnitOfWork(251270712)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.252--ClientSession(1206619913)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:23.252--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1859526558 [junit] [EL Finer]: 2022-09-10 04:19:23.252--ClientSession(1859526558)--Thread(Thread[main,5,main])--acquire unit of work: 1004270885 [junit] [EL Finest]: 2022-09-10 04:19:23.252--UnitOfWork(1004270885)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@0. [junit] [EL Finest]: 2022-09-10 04:19:23.252--UnitOfWork(1004270885)--Thread(Thread[main,5,main])--assign sequence to the object (221 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@0) [junit] [EL Finer]: 2022-09-10 04:19:23.253--UnitOfWork(1004270885)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:23.253--UnitOfWork(1004270885)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@0) [junit] [EL Finest]: 2022-09-10 04:19:23.253--ServerSession(1526542158)--Connection(1149574897)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.253--ClientSession(1859526558)--Connection(1149574897)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:23.253--ClientSession(1859526558)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.253--ClientSession(1859526558)--Connection(538159513)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] bind => [221, null] [junit] [EL Fine]: 2022-09-10 04:19:23.253--ClientSession(1859526558)--Connection(538159513)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] bind => [1, 0, 221] [junit] [EL Finer]: 2022-09-10 04:19:23.254--ClientSession(1859526558)--Connection(538159513)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:23.254--ServerSession(1526542158)--Connection(1149574897)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.254--UnitOfWork(1004270885)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:23.254--UnitOfWork(1004270885)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.255--UnitOfWork(1004270885)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.255--ClientSession(1859526558)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.255--UnitOfWork(1004270885)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.255--ClientSession(1859526558)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:23.255--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 611905557 [junit] [EL Finer]: 2022-09-10 04:19:23.255--ClientSession(611905557)--Thread(Thread[main,5,main])--acquire unit of work: 1136901105 [junit] [EL Finest]: 2022-09-10 04:19:23.255--UnitOfWork(1136901105)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Project sql="SELECT t0.ID, t1.PROJECT_ID, t0.PROJ_NAME, t1.PLANNED_DAYS, t1.USED_DAYS FROM TMP_PROJECT t0, TMP_PROJECT_DETAILS t1 WHERE ((t0.PROJ_NAME IS NULL) AND (t1.PROJECT_ID = t0.ID))") [junit] [EL Finest]: 2022-09-10 04:19:23.255--ServerSession(1526542158)--Connection(420651623)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.256--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.256--ServerSession(1526542158)--Connection(2037087596)--Thread(Thread[main,5,main])--SELECT t0.ID, t1.PROJECT_ID, t0.PROJ_NAME, t1.PLANNED_DAYS, t1.USED_DAYS FROM TMP_PROJECT t0, TMP_PROJECT_DETAILS t1 WHERE ((t0.PROJ_NAME IS NULL) AND (t1.PROJECT_ID = t0.ID)) [junit] [EL Finest]: 2022-09-10 04:19:23.256--ServerSession(1526542158)--Connection(420651623)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.257--UnitOfWork(1136901105)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Project sql="SELECT DISTINCT t0.ID, t1.PROJECT_ID, t0.PROJ_NAME, t1.PLANNED_DAYS, t1.USED_DAYS FROM TMP_PROJECT t0, TMP_PROJECT_DETAILS t1 WHERE ((t0.PROJ_NAME IS NULL) AND (t1.PROJECT_ID = t0.ID))") [junit] [EL Finest]: 2022-09-10 04:19:23.257--ServerSession(1526542158)--Connection(323167212)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.257--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.257--ServerSession(1526542158)--Connection(1819166162)--Thread(Thread[main,5,main])--SELECT DISTINCT t0.ID, t1.PROJECT_ID, t0.PROJ_NAME, t1.PLANNED_DAYS, t1.USED_DAYS FROM TMP_PROJECT t0, TMP_PROJECT_DETAILS t1 WHERE ((t0.PROJ_NAME IS NULL) AND (t1.PROJECT_ID = t0.ID)) [junit] [EL Finest]: 2022-09-10 04:19:23.257--ServerSession(1526542158)--Connection(323167212)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:23.283--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 684094469 [junit] [EL Finer]: 2022-09-10 04:19:23.283--ClientSession(684094469)--Thread(Thread[main,5,main])--acquire unit of work: 649161259 [junit] [EL Finest]: 2022-09-10 04:19:23.283--UnitOfWork(649161259)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:23.283--UnitOfWork(649161259)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finer]: 2022-09-10 04:19:23.283--UnitOfWork(649161259)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:23.283--UnitOfWork(649161259)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2022-09-10 04:19:23.283--ServerSession(1526542158)--Connection(1951747688)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.283--ClientSession(684094469)--Connection(1951747688)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:23.283--ClientSession(684094469)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:23.283--UnitOfWork(649161259)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finer]: 2022-09-10 04:19:23.284--ClientSession(684094469)--Connection(1938730543)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:23.284--ClientSession(684094469)--Connection(1938730543)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:23.284--ClientSession(684094469)--Connection(1938730543)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Fine]: 2022-09-10 04:19:23.284--ClientSession(684094469)--Connection(1938730543)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Finer]: 2022-09-10 04:19:23.284--ClientSession(684094469)--Connection(1938730543)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:23.284--ClientSession(684094469)--Connection(1938730543)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:23.285--ServerSession(1526542158)--Connection(1951747688)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.285--UnitOfWork(649161259)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:23.285--UnitOfWork(649161259)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.285--UnitOfWork(649161259)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.285--ClientSession(684094469)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.285--UnitOfWork(649161259)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.285--ClientSession(684094469)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:23.285--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1856923485 [junit] [EL Finer]: 2022-09-10 04:19:23.285--ClientSession(1856923485)--Thread(Thread[main,5,main])--acquire unit of work: 1758937969 [junit] [EL Finest]: 2022-09-10 04:19:23.285--UnitOfWork(1758937969)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4442fa6c. [junit] [EL Finest]: 2022-09-10 04:19:23.285--UnitOfWork(1758937969)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@465f2c84. [junit] [EL Finest]: 2022-09-10 04:19:23.285--UnitOfWork(1758937969)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5bd62f9d. [junit] [EL Finest]: 2022-09-10 04:19:23.285--UnitOfWork(1758937969)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@948335d. [junit] [EL Finer]: 2022-09-10 04:19:23.285--UnitOfWork(1758937969)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:23.285--UnitOfWork(1758937969)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@465f2c84) [junit] [EL Finest]: 2022-09-10 04:19:23.286--ServerSession(1526542158)--Connection(1276746638)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.286--ClientSession(1856923485)--Connection(1276746638)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:23.286--ClientSession(1856923485)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:23.286--UnitOfWork(1758937969)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5bd62f9d) [junit] [EL Finest]: 2022-09-10 04:19:23.286--UnitOfWork(1758937969)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4442fa6c) [junit] [EL Finest]: 2022-09-10 04:19:23.286--UnitOfWork(1758937969)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@948335d) [junit] [EL Finer]: 2022-09-10 04:19:23.286--ClientSession(1856923485)--Connection(1495858059)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:23.286--ClientSession(1856923485)--Connection(1495858059)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:23.286--ClientSession(1856923485)--Connection(1495858059)--Thread(Thread[main,5,main])-- bind => [18, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 18, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:23.286--ClientSession(1856923485)--Connection(1495858059)--Thread(Thread[main,5,main])-- bind => [19, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 19, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:23.286--ClientSession(1856923485)--Connection(1495858059)--Thread(Thread[main,5,main])-- bind => [17, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 17, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:23.286--ClientSession(1856923485)--Connection(1495858059)--Thread(Thread[main,5,main])-- bind => [20, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 20, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:23.287--ClientSession(1856923485)--Connection(1495858059)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:23.288--ClientSession(1856923485)--Connection(1495858059)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:23.288--ServerSession(1526542158)--Connection(1276746638)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.288--UnitOfWork(1758937969)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:23.288--UnitOfWork(1758937969)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.289--UnitOfWork(1758937969)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.289--ClientSession(1856923485)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.289--UnitOfWork(1758937969)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.289--ClientSession(1856923485)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:23.289--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1116249422 [junit] [EL Finer]: 2022-09-10 04:19:23.289--ClientSession(1116249422)--Thread(Thread[main,5,main])--acquire unit of work: 556854977 [junit] [EL Finest]: 2022-09-10 04:19:23.29--UnitOfWork(556854977)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (P_INT = ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.29--ServerSession(1526542158)--Connection(448528645)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.29--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.29--ServerSession(1526542158)--Connection(545638843)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (P_INT = ?) [junit] bind => [17] [junit] [EL Finest]: 2022-09-10 04:19:23.291--ServerSession(1526542158)--Connection(448528645)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.291--UnitOfWork(556854977)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (P_INT > ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.292--ServerSession(1526542158)--Connection(361732116)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.292--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.292--ServerSession(1526542158)--Connection(775978246)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (P_INT > ?) [junit] bind => [17] [junit] [EL Finest]: 2022-09-10 04:19:23.293--ServerSession(1526542158)--Connection(361732116)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:23.319--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 804736450 [junit] [EL Finer]: 2022-09-10 04:19:23.319--ClientSession(804736450)--Thread(Thread[main,5,main])--acquire unit of work: 2090101706 [junit] [EL Finest]: 2022-09-10 04:19:23.319--UnitOfWork(2090101706)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:23.319--UnitOfWork(2090101706)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finer]: 2022-09-10 04:19:23.319--UnitOfWork(2090101706)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:23.319--UnitOfWork(2090101706)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2022-09-10 04:19:23.319--ServerSession(1526542158)--Connection(615670703)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.319--ClientSession(804736450)--Connection(615670703)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:23.319--ClientSession(804736450)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:23.32--UnitOfWork(2090101706)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finer]: 2022-09-10 04:19:23.32--ClientSession(804736450)--Connection(1389712391)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:23.32--ClientSession(804736450)--Connection(1389712391)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:23.32--ClientSession(804736450)--Connection(1389712391)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2022-09-10 04:19:23.32--ClientSession(804736450)--Connection(1389712391)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2022-09-10 04:19:23.32--ClientSession(804736450)--Connection(1389712391)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:23.32--ClientSession(804736450)--Connection(1389712391)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:23.321--ServerSession(1526542158)--Connection(615670703)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.321--UnitOfWork(2090101706)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:23.321--UnitOfWork(2090101706)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.321--UnitOfWork(2090101706)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.321--ClientSession(804736450)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.321--UnitOfWork(2090101706)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.321--ClientSession(804736450)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:23.322--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 400190638 [junit] [EL Finer]: 2022-09-10 04:19:23.322--ClientSession(400190638)--Thread(Thread[main,5,main])--acquire unit of work: 37816097 [junit] [EL Finest]: 2022-09-10 04:19:23.322--UnitOfWork(37816097)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP") [junit] [EL Finest]: 2022-09-10 04:19:23.322--ServerSession(1526542158)--Connection(1698103575)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.322--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.322--ServerSession(1526542158)--Connection(302183330)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP [junit] [EL Finest]: 2022-09-10 04:19:23.323--ServerSession(1526542158)--Connection(1698103575)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:23.348--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1344331530 [junit] [EL Finer]: 2022-09-10 04:19:23.348--ClientSession(1344331530)--Thread(Thread[main,5,main])--acquire unit of work: 827294429 [junit] [EL Finest]: 2022-09-10 04:19:23.348--UnitOfWork(827294429)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:23.348--UnitOfWork(827294429)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finer]: 2022-09-10 04:19:23.348--UnitOfWork(827294429)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:23.348--UnitOfWork(827294429)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2022-09-10 04:19:23.348--ServerSession(1526542158)--Connection(494332868)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.348--ClientSession(1344331530)--Connection(494332868)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:23.348--ClientSession(1344331530)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:23.349--UnitOfWork(827294429)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finer]: 2022-09-10 04:19:23.349--ClientSession(1344331530)--Connection(2126119413)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:23.349--ClientSession(1344331530)--Connection(2126119413)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:23.349--ClientSession(1344331530)--Connection(2126119413)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2022-09-10 04:19:23.349--ClientSession(1344331530)--Connection(2126119413)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2022-09-10 04:19:23.349--ClientSession(1344331530)--Connection(2126119413)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:23.349--ClientSession(1344331530)--Connection(2126119413)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:23.35--ServerSession(1526542158)--Connection(494332868)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.35--UnitOfWork(827294429)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:23.35--UnitOfWork(827294429)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.35--UnitOfWork(827294429)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.35--ClientSession(1344331530)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.35--UnitOfWork(827294429)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.35--ClientSession(1344331530)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:23.351--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1439536948 [junit] [EL Finer]: 2022-09-10 04:19:23.351--ClientSession(1439536948)--Thread(Thread[main,5,main])--acquire unit of work: 941715677 [junit] [EL Finest]: 2022-09-10 04:19:23.351--UnitOfWork(941715677)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.351--ServerSession(1526542158)--Connection(1513269576)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.351--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.351--ServerSession(1526542158)--Connection(1618044301)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?) [junit] bind => [hutzliputz] [junit] [EL Finest]: 2022-09-10 04:19:23.352--ServerSession(1526542158)--Connection(1513269576)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:23.378--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 96633532 [junit] [EL Finer]: 2022-09-10 04:19:23.378--ClientSession(96633532)--Thread(Thread[main,5,main])--acquire unit of work: 1072389251 [junit] [EL Finest]: 2022-09-10 04:19:23.378--UnitOfWork(1072389251)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:23.378--UnitOfWork(1072389251)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finer]: 2022-09-10 04:19:23.378--UnitOfWork(1072389251)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:23.378--UnitOfWork(1072389251)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2022-09-10 04:19:23.378--ServerSession(1526542158)--Connection(1420128907)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.378--ClientSession(96633532)--Connection(1420128907)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:23.378--ClientSession(96633532)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:23.379--UnitOfWork(1072389251)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finer]: 2022-09-10 04:19:23.379--ClientSession(96633532)--Connection(637561269)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:23.379--ClientSession(96633532)--Connection(637561269)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:23.379--ClientSession(96633532)--Connection(637561269)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Fine]: 2022-09-10 04:19:23.379--ClientSession(96633532)--Connection(637561269)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Finer]: 2022-09-10 04:19:23.379--ClientSession(96633532)--Connection(637561269)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:23.379--ClientSession(96633532)--Connection(637561269)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:23.38--ServerSession(1526542158)--Connection(1420128907)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.38--UnitOfWork(1072389251)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:23.38--UnitOfWork(1072389251)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.38--UnitOfWork(1072389251)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.38--ClientSession(96633532)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.38--UnitOfWork(1072389251)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.38--ClientSession(96633532)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:23.381--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 370615019 [junit] [EL Finer]: 2022-09-10 04:19:23.381--ClientSession(370615019)--Thread(Thread[main,5,main])--acquire unit of work: 408889638 [junit] [EL Finest]: 2022-09-10 04:19:23.381--UnitOfWork(408889638)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="getDepartmentUnCached" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.381--ServerSession(1526542158)--Connection(1959246378)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.381--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.381--ServerSession(1526542158)--Connection(467802552)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?) [junit] bind => [twenty] [junit] [EL Finest]: 2022-09-10 04:19:23.381--ServerSession(1526542158)--Connection(1959246378)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.382--UnitOfWork(408889638)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="getDepartmentUnCached" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.382--ServerSession(1526542158)--Connection(390163065)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.382--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.382--ServerSession(1526542158)--Connection(1221721884)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?) [junit] bind => [twenty] [junit] [EL Finest]: 2022-09-10 04:19:23.382--ServerSession(1526542158)--Connection(390163065)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:23.417--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1783547245 [junit] [EL Finer]: 2022-09-10 04:19:23.417--ClientSession(1783547245)--Thread(Thread[main,5,main])--acquire unit of work: 332515977 [junit] [EL Finest]: 2022-09-10 04:19:23.417--UnitOfWork(332515977)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:23.417--UnitOfWork(332515977)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finer]: 2022-09-10 04:19:23.417--UnitOfWork(332515977)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:23.417--UnitOfWork(332515977)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2022-09-10 04:19:23.417--ServerSession(1526542158)--Connection(1041789253)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.417--ClientSession(1783547245)--Connection(1041789253)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:23.417--ClientSession(1783547245)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:23.418--UnitOfWork(332515977)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finer]: 2022-09-10 04:19:23.418--ClientSession(1783547245)--Connection(477623035)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:23.418--ClientSession(1783547245)--Connection(477623035)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:23.418--ClientSession(1783547245)--Connection(477623035)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2022-09-10 04:19:23.418--ClientSession(1783547245)--Connection(477623035)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2022-09-10 04:19:23.418--ClientSession(1783547245)--Connection(477623035)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:23.418--ClientSession(1783547245)--Connection(477623035)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:23.419--ServerSession(1526542158)--Connection(1041789253)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.419--UnitOfWork(332515977)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:23.419--UnitOfWork(332515977)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.419--UnitOfWork(332515977)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.419--ClientSession(1783547245)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.419--UnitOfWork(332515977)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.419--ClientSession(1783547245)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:23.419--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1022932693 [junit] [EL Finer]: 2022-09-10 04:19:23.42--ClientSession(1022932693)--Thread(Thread[main,5,main])--acquire unit of work: 532380571 [junit] [EL Finest]: 2022-09-10 04:19:23.42--UnitOfWork(532380571)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.42--ServerSession(1526542158)--Connection(1469974111)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.42--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.42--ServerSession(1526542158)--Connection(769427818)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?) [junit] bind => [twenty] [junit] [EL Finest]: 2022-09-10 04:19:23.42--ServerSession(1526542158)--Connection(1469974111)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.421--UnitOfWork(532380571)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.421--ServerSession(1526542158)--Connection(2124225100)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.421--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.421--ServerSession(1526542158)--Connection(1956418185)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?) [junit] bind => [twenty] [junit] [EL Finest]: 2022-09-10 04:19:23.421--ServerSession(1526542158)--Connection(2124225100)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:23.421--UnitOfWork(532380571)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:23.421--UnitOfWork(532380571)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:23.421--UnitOfWork(532380571)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.422--ServerSession(1526542158)--Connection(263123854)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.422--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.422--ServerSession(1526542158)--Connection(642281063)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?) [junit] bind => [twenty] [junit] [EL Finest]: 2022-09-10 04:19:23.422--ServerSession(1526542158)--Connection(263123854)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:23.422--UnitOfWork(532380571)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.422--ClientSession(1022932693)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:23.422--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 27581317 [junit] [EL Finer]: 2022-09-10 04:19:23.422--ClientSession(27581317)--Thread(Thread[main,5,main])--acquire unit of work: 1685759616 [junit] [EL Finer]: 2022-09-10 04:19:23.422--UnitOfWork(1685759616)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:23.422--UnitOfWork(1685759616)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:23.422--UnitOfWork(1685759616)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.422--ServerSession(1526542158)--Connection(250036085)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.422--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.423--ServerSession(1526542158)--Connection(70164673)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?) [junit] bind => [twenty] [junit] [EL Finest]: 2022-09-10 04:19:23.423--ServerSession(1526542158)--Connection(250036085)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:23.423--UnitOfWork(1685759616)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:23.423--UnitOfWork(1685759616)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:23.423--UnitOfWork(1685759616)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2022-09-10 04:19:23.423--UnitOfWork(1685759616)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.423--ServerSession(1526542158)--Connection(2122208002)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.423--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.424--ServerSession(1526542158)--Connection(439320096)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?) [junit] bind => [twenty] [junit] [EL Finest]: 2022-09-10 04:19:23.424--ServerSession(1526542158)--Connection(2122208002)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:23.424--UnitOfWork(1685759616)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:23.424--UnitOfWork(1685759616)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:23.424--UnitOfWork(1685759616)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.424--ServerSession(1526542158)--Connection(1245243496)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.424--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.424--ServerSession(1526542158)--Connection(1182937085)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?) [junit] bind => [twenty] [junit] [EL Finest]: 2022-09-10 04:19:23.425--ServerSession(1526542158)--Connection(1245243496)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:23.425--UnitOfWork(1685759616)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.425--ClientSession(27581317)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:23.452--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 906609212 [junit] [EL Finer]: 2022-09-10 04:19:23.452--ClientSession(906609212)--Thread(Thread[main,5,main])--acquire unit of work: 1996096845 [junit] [EL Finest]: 2022-09-10 04:19:23.452--UnitOfWork(1996096845)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:23.452--UnitOfWork(1996096845)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finer]: 2022-09-10 04:19:23.452--UnitOfWork(1996096845)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:23.452--UnitOfWork(1996096845)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finest]: 2022-09-10 04:19:23.452--ServerSession(1526542158)--Connection(1494569802)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.452--ClientSession(906609212)--Connection(1494569802)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:23.452--ClientSession(906609212)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:23.453--UnitOfWork(1996096845)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finer]: 2022-09-10 04:19:23.453--ClientSession(906609212)--Connection(626314803)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:23.453--ClientSession(906609212)--Connection(626314803)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:23.453--ClientSession(906609212)--Connection(626314803)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Fine]: 2022-09-10 04:19:23.453--ClientSession(906609212)--Connection(626314803)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Finer]: 2022-09-10 04:19:23.453--ClientSession(906609212)--Connection(626314803)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:23.453--ClientSession(906609212)--Connection(626314803)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:23.454--ServerSession(1526542158)--Connection(1494569802)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.454--UnitOfWork(1996096845)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:23.454--UnitOfWork(1996096845)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.454--UnitOfWork(1996096845)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.454--ClientSession(906609212)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.454--UnitOfWork(1996096845)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.454--ClientSession(906609212)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:23.481--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 37255978 [junit] [EL Finer]: 2022-09-10 04:19:23.481--ClientSession(37255978)--Thread(Thread[main,5,main])--acquire unit of work: 551314014 [junit] [EL Finest]: 2022-09-10 04:19:23.481--UnitOfWork(551314014)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:23.482--UnitOfWork(551314014)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14. [junit] [EL Finer]: 2022-09-10 04:19:23.482--UnitOfWork(551314014)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:23.482--UnitOfWork(551314014)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2022-09-10 04:19:23.482--ServerSession(1526542158)--Connection(1467475011)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.482--ClientSession(37255978)--Connection(1467475011)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:23.482--ClientSession(37255978)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:23.482--UnitOfWork(551314014)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@14) [junit] [EL Finer]: 2022-09-10 04:19:23.482--ClientSession(37255978)--Connection(1947585183)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:23.482--ClientSession(37255978)--Connection(1947585183)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:23.482--ClientSession(37255978)--Connection(1947585183)--Thread(Thread[main,5,main])-- bind => [10, ten, 1] [junit] [EL Fine]: 2022-09-10 04:19:23.482--ClientSession(37255978)--Connection(1947585183)--Thread(Thread[main,5,main])-- bind => [20, twenty, 1] [junit] [EL Finer]: 2022-09-10 04:19:23.482--ClientSession(37255978)--Connection(1947585183)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:23.483--ClientSession(37255978)--Connection(1947585183)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:23.484--ServerSession(1526542158)--Connection(1467475011)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.484--UnitOfWork(551314014)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:23.484--UnitOfWork(551314014)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.484--UnitOfWork(551314014)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.484--ClientSession(37255978)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.484--UnitOfWork(551314014)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.484--ClientSession(37255978)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:23.484--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 896967906 [junit] [EL Finer]: 2022-09-10 04:19:23.484--ClientSession(896967906)--Thread(Thread[main,5,main])--acquire unit of work: 1877856737 [junit] [EL Finest]: 2022-09-10 04:19:23.484--UnitOfWork(1877856737)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.484--ServerSession(1526542158)--Connection(376359562)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.484--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.484--ServerSession(1526542158)--Connection(320279061)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (NAME = ?) [junit] bind => [twenty] [junit] [EL Finest]: 2022-09-10 04:19:23.485--ServerSession(1526542158)--Connection(376359562)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] Tests run: 25, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.82 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestTemporalParameterTypes [junit] [EL Finer]: 2022-09-10 04:19:23.509--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2060852995 [junit] [EL Finer]: 2022-09-10 04:19:23.509--ClientSession(2060852995)--Thread(Thread[main,5,main])--acquire unit of work: 2012415090 [junit] [EL Finest]: 2022-09-10 04:19:23.509--UnitOfWork(2012415090)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess@3983235. [junit] [EL Finer]: 2022-09-10 04:19:23.509--UnitOfWork(2012415090)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:23.509--UnitOfWork(2012415090)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess@3983235) [junit] [EL Finest]: 2022-09-10 04:19:23.51--ServerSession(1526542158)--Connection(770139496)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.51--ClientSession(2060852995)--Connection(770139496)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:23.51--ClientSession(2060852995)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.51--ClientSession(2060852995)--Connection(1113072690)--Thread(Thread[main,5,main])--INSERT INTO TMP_TEMPORAL_FA (ID, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, UTIL_CALENDAR_D, UTIL_CALENDAR_T, UTIL_CALENDAR_TS, UTIL_DATE_D, UTIL_DATE_T, UTIL_DATE_TS) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [1, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, 2005-10-08, 10:49:00, 2005-10-08 10:49:00.0, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0] [junit] [EL Finer]: 2022-09-10 04:19:23.511--ClientSession(2060852995)--Connection(1113072690)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:23.512--ServerSession(1526542158)--Connection(770139496)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.513--UnitOfWork(2012415090)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:23.513--UnitOfWork(2012415090)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.513--UnitOfWork(2012415090)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.513--ClientSession(2060852995)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.513--UnitOfWork(2012415090)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.513--ClientSession(2060852995)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:23.513--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1798536728 [junit] [EL Finer]: 2022-09-10 04:19:23.513--ClientSession(1798536728)--Thread(Thread[main,5,main])--acquire unit of work: 1758052088 [junit] [EL Finest]: 2022-09-10 04:19:23.513--UnitOfWork(1758052088)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readTemporalTypesFieldAccess" referenceClass=TemporalTypesFieldAccess sql="SELECT ID, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, UTIL_CALENDAR_D, UTIL_CALENDAR_T, UTIL_CALENDAR_TS, UTIL_DATE_D, UTIL_DATE_T, UTIL_DATE_TS FROM TMP_TEMPORAL_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.513--ServerSession(1526542158)--Connection(1595643455)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.513--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.514--ServerSession(1526542158)--Connection(1173412085)--Thread(Thread[main,5,main])--SELECT ID, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, UTIL_CALENDAR_D, UTIL_CALENDAR_T, UTIL_CALENDAR_TS, UTIL_DATE_D, UTIL_DATE_T, UTIL_DATE_TS FROM TMP_TEMPORAL_FA WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:23.514--ServerSession(1526542158)--Connection(1595643455)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:23.516--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1292614373 [junit] [EL Finer]: 2022-09-10 04:19:23.516--ClientSession(1292614373)--Thread(Thread[main,5,main])--acquire unit of work: 1780003984 [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.025 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.query.TestUpdateDeleteClause [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.032 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestBidirectionalManyToMany [junit] [EL Finer]: 2022-09-10 04:19:23.589--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1921686361 [junit] [EL Finer]: 2022-09-10 04:19:23.59--ClientSession(1921686361)--Thread(Thread[main,5,main])--acquire unit of work: 2102210732 [junit] [EL Finest]: 2022-09-10 04:19:23.59--UnitOfWork(2102210732)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11. [junit] [EL Finest]: 2022-09-10 04:19:23.59--UnitOfWork(2102210732)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad. [junit] [EL Finest]: 2022-09-10 04:19:23.59--UnitOfWork(2102210732)--Thread(Thread[main,5,main])--assign sequence to the object (222 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad) [junit] [EL Finest]: 2022-09-10 04:19:23.59--UnitOfWork(2102210732)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536. [junit] [EL Finest]: 2022-09-10 04:19:23.59--UnitOfWork(2102210732)--Thread(Thread[main,5,main])--assign sequence to the object (223 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536) [junit] [EL Finest]: 2022-09-10 04:19:23.59--UnitOfWork(2102210732)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97. [junit] [EL Finest]: 2022-09-10 04:19:23.59--UnitOfWork(2102210732)--Thread(Thread[main,5,main])--assign sequence to the object (224 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97) [junit] [EL Finest]: 2022-09-10 04:19:23.59--UnitOfWork(2102210732)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e6c3290. [junit] [EL Finest]: 2022-09-10 04:19:23.59--UnitOfWork(2102210732)--Thread(Thread[main,5,main])--assign sequence to the object (225 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e6c3290) [junit] [EL Finest]: 2022-09-10 04:19:23.59--UnitOfWork(2102210732)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@95afa5c. [junit] [EL Finest]: 2022-09-10 04:19:23.59--UnitOfWork(2102210732)--Thread(Thread[main,5,main])--assign sequence to the object (226 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@95afa5c) [junit] [EL Finest]: 2022-09-10 04:19:23.59--UnitOfWork(2102210732)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2d8d3b6f. [junit] [EL Finest]: 2022-09-10 04:19:23.59--UnitOfWork(2102210732)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@608030b3. [junit] [EL Finer]: 2022-09-10 04:19:23.59--UnitOfWork(2102210732)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:23.591--UnitOfWork(2102210732)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2022-09-10 04:19:23.591--ServerSession(1526542158)--Connection(822626949)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.591--ClientSession(1921686361)--Connection(822626949)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:23.591--ClientSession(1921686361)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:23.591--UnitOfWork(2102210732)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@608030b3) [junit] [EL Fine]: 2022-09-10 04:19:23.591--ClientSession(1921686361)--Connection(490455519)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, diverses, 1] [junit] [EL Finest]: 2022-09-10 04:19:23.592--UnitOfWork(2102210732)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2d8d3b6f) [junit] [EL Finest]: 2022-09-10 04:19:23.592--UnitOfWork(2102210732)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@95afa5c) [junit] [EL Finer]: 2022-09-10 04:19:23.592--ClientSession(1921686361)--Connection(490455519)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:23.592--ClientSession(1921686361)--Connection(490455519)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:23.592--ClientSession(1921686361)--Connection(490455519)--Thread(Thread[main,5,main])-- bind => [2, Fred von, Jupiter, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:23.592--ClientSession(1921686361)--Connection(490455519)--Thread(Thread[main,5,main])-- bind => [1, Hans, Wurst, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:23.592--ClientSession(1921686361)--Connection(490455519)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:23.593--UnitOfWork(2102210732)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e6c3290) [junit] [EL Finest]: 2022-09-10 04:19:23.593--UnitOfWork(2102210732)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad) [junit] [EL Finest]: 2022-09-10 04:19:23.593--UnitOfWork(2102210732)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536) [junit] [EL Finest]: 2022-09-10 04:19:23.593--UnitOfWork(2102210732)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97) [junit] [EL Finer]: 2022-09-10 04:19:23.593--ClientSession(1921686361)--Connection(490455519)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:23.594--ClientSession(1921686361)--Connection(490455519)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:23.594--ClientSession(1921686361)--Connection(490455519)--Thread(Thread[main,5,main])-- bind => [226, Eclipse Linken] [junit] [EL Fine]: 2022-09-10 04:19:23.594--ClientSession(1921686361)--Connection(490455519)--Thread(Thread[main,5,main])-- bind => [225, Erbsen zählen] [junit] [EL Fine]: 2022-09-10 04:19:23.594--ClientSession(1921686361)--Connection(490455519)--Thread(Thread[main,5,main])-- bind => [222, Gürteltiere puhlen] [junit] [EL Fine]: 2022-09-10 04:19:23.594--ClientSession(1921686361)--Connection(490455519)--Thread(Thread[main,5,main])-- bind => [223, Bäuche pinseln] [junit] [EL Fine]: 2022-09-10 04:19:23.594--ClientSession(1921686361)--Connection(490455519)--Thread(Thread[main,5,main])-- bind => [224, Zitronen falten] [junit] [EL Finer]: 2022-09-10 04:19:23.594--ClientSession(1921686361)--Connection(490455519)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:23.595--ClientSession(1921686361)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:23.595--ClientSession(1921686361)--Connection(490455519)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:23.595--ClientSession(1921686361)--Connection(490455519)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:23.595--ClientSession(1921686361)--Connection(490455519)--Thread(Thread[main,5,main])-- bind => [1, 0, 226] [junit] [EL Fine]: 2022-09-10 04:19:23.595--ClientSession(1921686361)--Connection(490455519)--Thread(Thread[main,5,main])-- bind => [1, 0, 225] [junit] [EL Fine]: 2022-09-10 04:19:23.595--ClientSession(1921686361)--Connection(490455519)--Thread(Thread[main,5,main])-- bind => [1, 0, 222] [junit] [EL Fine]: 2022-09-10 04:19:23.595--ClientSession(1921686361)--Connection(490455519)--Thread(Thread[main,5,main])-- bind => [1, 0, 223] [junit] [EL Fine]: 2022-09-10 04:19:23.595--ClientSession(1921686361)--Connection(490455519)--Thread(Thread[main,5,main])-- bind => [1, 0, 224] [junit] [EL Finer]: 2022-09-10 04:19:23.595--ClientSession(1921686361)--Connection(490455519)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:23.597--ClientSession(1921686361)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.597--ClientSession(1921686361)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.597--ClientSession(1921686361)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.597--ClientSession(1921686361)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:23.597--ClientSession(1921686361)--Connection(490455519)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:23.597--ClientSession(1921686361)--Connection(490455519)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:23.597--ClientSession(1921686361)--Connection(490455519)--Thread(Thread[main,5,main])-- bind => [224, 2] [junit] [EL Fine]: 2022-09-10 04:19:23.597--ClientSession(1921686361)--Connection(490455519)--Thread(Thread[main,5,main])-- bind => [225, 2] [junit] [EL Fine]: 2022-09-10 04:19:23.597--ClientSession(1921686361)--Connection(490455519)--Thread(Thread[main,5,main])-- bind => [223, 1] [junit] [EL Fine]: 2022-09-10 04:19:23.597--ClientSession(1921686361)--Connection(490455519)--Thread(Thread[main,5,main])-- bind => [224, 1] [junit] [EL Fine]: 2022-09-10 04:19:23.597--ClientSession(1921686361)--Connection(490455519)--Thread(Thread[main,5,main])-- bind => [222, 1] [junit] [EL Finer]: 2022-09-10 04:19:23.597--ClientSession(1921686361)--Connection(490455519)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:23.6--ClientSession(1921686361)--Connection(490455519)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:23.6--ServerSession(1526542158)--Connection(822626949)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.601--UnitOfWork(2102210732)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:23.601--UnitOfWork(2102210732)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.601--UnitOfWork(2102210732)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.601--ClientSession(1921686361)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.601--UnitOfWork(2102210732)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.601--ClientSession(1921686361)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:23.603--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2144973744 [junit] [EL Finer]: 2022-09-10 04:19:23.603--ClientSession(2144973744)--Thread(Thread[main,5,main])--acquire unit of work: 44852826 [junit] [EL Finest]: 2022-09-10 04:19:23.603--UnitOfWork(44852826)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.603--ServerSession(1526542158)--Connection(1624765265)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.603--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.603--ServerSession(1526542158)--Connection(2106457809)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:23.604--ServerSession(1526542158)--Connection(1624765265)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.604--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:19:23.604--ServerSession(1526542158)--Connection(1677690767)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.604--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.604--ServerSession(1526542158)--Connection(1889552797)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?) [junit] bind => [17] [junit] [EL Finest]: 2022-09-10 04:19:23.605--ServerSession(1526542158)--Connection(1677690767)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.605--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="motorVehicle" referenceClass=MotorVehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:23.606--ServerSession(1526542158)--Connection(306472468)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.606--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.606--ServerSession(1526542158)--Connection(291803094)--Thread(Thread[main,5,main])--SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?))) [junit] bind => [1, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:23.606--ServerSession(1526542158)--Connection(306472468)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.607--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="bicycles" referenceClass=Bicycle sql="SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:23.607--ServerSession(1526542158)--Connection(1049039536)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.607--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.607--ServerSession(1526542158)--Connection(1191571235)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?))) [junit] bind => [1, 4, 45, 4711] [junit] [EL Finest]: 2022-09-10 04:19:23.608--ServerSession(1526542158)--Connection(1049039536)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.608--UnitOfWork(44852826)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:19:23.608--UnitOfWork(44852826)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2022-09-10 04:19:23.608--UnitOfWork(44852826)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:23.608--ServerSession(1526542158)--Connection(494509546)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.608--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.609--ServerSession(1526542158)--Connection(1170570623)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [1, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:23.609--ServerSession(1526542158)--Connection(494509546)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.609--UnitOfWork(44852826)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="motorVehicle" referenceClass=MotorVehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:23.609--ServerSession(1526542158)--Connection(1488320097)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.609--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.61--ServerSession(1526542158)--Connection(922044045)--Thread(Thread[main,5,main])--SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?))) [junit] bind => [1, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:23.61--ServerSession(1526542158)--Connection(1488320097)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.61--UnitOfWork(44852826)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="bicycles" referenceClass=Bicycle sql="SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:23.61--ServerSession(1526542158)--Connection(735565009)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.61--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.611--ServerSession(1526542158)--Connection(923418120)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?))) [junit] bind => [1, 4, 45, 4711] [junit] [EL Finest]: 2022-09-10 04:19:23.611--ServerSession(1526542158)--Connection(735565009)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.611--UnitOfWork(44852826)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7116940a [junit] [EL Finer]: 2022-09-10 04:19:23.611--UnitOfWork(44852826)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:23.612--UnitOfWork(44852826)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Employee ) [junit] [EL Finest]: 2022-09-10 04:19:23.612--UnitOfWork(44852826)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="bicycles" ) [junit] [EL Finest]: 2022-09-10 04:19:23.612--ServerSession(1526542158)--Connection(1385256804)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.612--ClientSession(2144973744)--Connection(1385256804)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:23.612--ClientSession(2144973744)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:23.613--UnitOfWork(44852826)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" ) [junit] [EL Fine]: 2022-09-10 04:19:23.613--ClientSession(2144973744)--Connection(1900502515)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_BICYCLE WHERE (EMPLOYEE_ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:23.613--UnitOfWork(44852826)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" ) [junit] [EL Fine]: 2022-09-10 04:19:23.613--ClientSession(2144973744)--Connection(1900502515)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_CREDIT WHERE (CLIENT_ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:23.614--UnitOfWork(44852826)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" ) [junit] [EL Fine]: 2022-09-10 04:19:23.614--ClientSession(2144973744)--Connection(1900502515)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_HOBBY WHERE (EMP_ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:23.615--UnitOfWork(44852826)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" ) [junit] [EL Fine]: 2022-09-10 04:19:23.615--ClientSession(2144973744)--Connection(1900502515)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PATENT WHERE (EMP_ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:23.615--UnitOfWork(44852826)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" ) [junit] [EL Fine]: 2022-09-10 04:19:23.616--ClientSession(2144973744)--Connection(1900502515)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT WHERE (EMP_ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:23.616--UnitOfWork(44852826)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7116940a) [junit] [EL Fine]: 2022-09-10 04:19:23.616--ClientSession(2144973744)--Connection(1900502515)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW WHERE (EMP_ID = ?) [junit] bind => [1] [junit] [EL Fine]: 2022-09-10 04:19:23.617--ClientSession(2144973744)--Connection(1900502515)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finer]: 2022-09-10 04:19:23.618--ClientSession(2144973744)--Connection(1900502515)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:23.618--ServerSession(1526542158)--Connection(1385256804)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.619--UnitOfWork(44852826)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:23.619--UnitOfWork(44852826)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.619--UnitOfWork(44852826)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.619--ClientSession(2144973744)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.619--UnitOfWork(44852826)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.619--ClientSession(2144973744)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:23.652--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1548826220 [junit] [EL Finer]: 2022-09-10 04:19:23.652--ClientSession(1548826220)--Thread(Thread[main,5,main])--acquire unit of work: 773029608 [junit] [EL Finest]: 2022-09-10 04:19:23.653--UnitOfWork(773029608)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11. [junit] [EL Finest]: 2022-09-10 04:19:23.653--UnitOfWork(773029608)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad. [junit] [EL Finest]: 2022-09-10 04:19:23.653--UnitOfWork(773029608)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536. [junit] [EL Finest]: 2022-09-10 04:19:23.653--UnitOfWork(773029608)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97. [junit] [EL Finest]: 2022-09-10 04:19:23.653--UnitOfWork(773029608)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e6c3290. [junit] [EL Finest]: 2022-09-10 04:19:23.653--UnitOfWork(773029608)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@95afa5c. [junit] [EL Finest]: 2022-09-10 04:19:23.653--UnitOfWork(773029608)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@46493b4c. [junit] [EL Finest]: 2022-09-10 04:19:23.653--UnitOfWork(773029608)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@13fe97bf. [junit] [EL Finer]: 2022-09-10 04:19:23.653--UnitOfWork(773029608)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:23.653--UnitOfWork(773029608)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2022-09-10 04:19:23.653--ServerSession(1526542158)--Connection(840609776)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.654--ClientSession(1548826220)--Connection(840609776)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:23.654--ClientSession(1548826220)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:23.654--UnitOfWork(773029608)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@13fe97bf) [junit] [EL Fine]: 2022-09-10 04:19:23.654--ClientSession(1548826220)--Connection(2069826636)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, diverses, 1] [junit] [EL Finest]: 2022-09-10 04:19:23.655--UnitOfWork(773029608)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@46493b4c) [junit] [EL Finest]: 2022-09-10 04:19:23.655--UnitOfWork(773029608)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536) [junit] [EL Finer]: 2022-09-10 04:19:23.655--ClientSession(1548826220)--Connection(2069826636)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:23.655--ClientSession(1548826220)--Connection(2069826636)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:23.655--ClientSession(1548826220)--Connection(2069826636)--Thread(Thread[main,5,main])-- bind => [2, Fred von, Jupiter, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:23.655--ClientSession(1548826220)--Connection(2069826636)--Thread(Thread[main,5,main])-- bind => [1, Hans, Wurst, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:23.655--ClientSession(1548826220)--Connection(2069826636)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:23.656--UnitOfWork(773029608)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad) [junit] [EL Finest]: 2022-09-10 04:19:23.656--UnitOfWork(773029608)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97) [junit] [EL Finest]: 2022-09-10 04:19:23.656--UnitOfWork(773029608)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e6c3290) [junit] [EL Finest]: 2022-09-10 04:19:23.656--UnitOfWork(773029608)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@95afa5c) [junit] [EL Finer]: 2022-09-10 04:19:23.656--ClientSession(1548826220)--Connection(2069826636)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:23.656--ClientSession(1548826220)--Connection(2069826636)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:23.656--ClientSession(1548826220)--Connection(2069826636)--Thread(Thread[main,5,main])-- bind => [223, Bäuche pinseln] [junit] [EL Fine]: 2022-09-10 04:19:23.657--ClientSession(1548826220)--Connection(2069826636)--Thread(Thread[main,5,main])-- bind => [222, Gürteltiere puhlen] [junit] [EL Fine]: 2022-09-10 04:19:23.657--ClientSession(1548826220)--Connection(2069826636)--Thread(Thread[main,5,main])-- bind => [224, Zitronen falten] [junit] [EL Fine]: 2022-09-10 04:19:23.657--ClientSession(1548826220)--Connection(2069826636)--Thread(Thread[main,5,main])-- bind => [225, Erbsen zählen] [junit] [EL Fine]: 2022-09-10 04:19:23.657--ClientSession(1548826220)--Connection(2069826636)--Thread(Thread[main,5,main])-- bind => [226, Eclipse Linken] [junit] [EL Finer]: 2022-09-10 04:19:23.657--ClientSession(1548826220)--Connection(2069826636)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:23.658--ClientSession(1548826220)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:23.658--ClientSession(1548826220)--Connection(2069826636)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:23.658--ClientSession(1548826220)--Connection(2069826636)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:23.658--ClientSession(1548826220)--Connection(2069826636)--Thread(Thread[main,5,main])-- bind => [1, 0, 223] [junit] [EL Fine]: 2022-09-10 04:19:23.658--ClientSession(1548826220)--Connection(2069826636)--Thread(Thread[main,5,main])-- bind => [1, 0, 222] [junit] [EL Fine]: 2022-09-10 04:19:23.658--ClientSession(1548826220)--Connection(2069826636)--Thread(Thread[main,5,main])-- bind => [1, 0, 224] [junit] [EL Fine]: 2022-09-10 04:19:23.658--ClientSession(1548826220)--Connection(2069826636)--Thread(Thread[main,5,main])-- bind => [1, 0, 225] [junit] [EL Fine]: 2022-09-10 04:19:23.658--ClientSession(1548826220)--Connection(2069826636)--Thread(Thread[main,5,main])-- bind => [1, 0, 226] [junit] [EL Finer]: 2022-09-10 04:19:23.659--ClientSession(1548826220)--Connection(2069826636)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:23.66--ClientSession(1548826220)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.66--ClientSession(1548826220)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.66--ClientSession(1548826220)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.66--ClientSession(1548826220)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:23.66--ClientSession(1548826220)--Connection(2069826636)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:23.66--ClientSession(1548826220)--Connection(2069826636)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:23.66--ClientSession(1548826220)--Connection(2069826636)--Thread(Thread[main,5,main])-- bind => [224, 2] [junit] [EL Fine]: 2022-09-10 04:19:23.66--ClientSession(1548826220)--Connection(2069826636)--Thread(Thread[main,5,main])-- bind => [225, 2] [junit] [EL Fine]: 2022-09-10 04:19:23.66--ClientSession(1548826220)--Connection(2069826636)--Thread(Thread[main,5,main])-- bind => [223, 1] [junit] [EL Fine]: 2022-09-10 04:19:23.66--ClientSession(1548826220)--Connection(2069826636)--Thread(Thread[main,5,main])-- bind => [224, 1] [junit] [EL Fine]: 2022-09-10 04:19:23.66--ClientSession(1548826220)--Connection(2069826636)--Thread(Thread[main,5,main])-- bind => [222, 1] [junit] [EL Finer]: 2022-09-10 04:19:23.66--ClientSession(1548826220)--Connection(2069826636)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:23.662--ClientSession(1548826220)--Connection(2069826636)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:23.662--ServerSession(1526542158)--Connection(840609776)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.663--UnitOfWork(773029608)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:23.663--UnitOfWork(773029608)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.663--UnitOfWork(773029608)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.663--ClientSession(1548826220)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.663--UnitOfWork(773029608)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.663--ClientSession(1548826220)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:23.664--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 516803228 [junit] [EL Finer]: 2022-09-10 04:19:23.664--ClientSession(516803228)--Thread(Thread[main,5,main])--acquire unit of work: 111847884 [junit] [EL Finest]: 2022-09-10 04:19:23.664--UnitOfWork(111847884)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.664--ServerSession(1526542158)--Connection(1912073539)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.664--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.665--ServerSession(1526542158)--Connection(1555296883)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:23.665--ServerSession(1526542158)--Connection(1912073539)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.666--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:19:23.666--ServerSession(1526542158)--Connection(1918716328)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.666--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.666--ServerSession(1526542158)--Connection(212540770)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?) [junit] bind => [17] [junit] [EL Finest]: 2022-09-10 04:19:23.667--ServerSession(1526542158)--Connection(1918716328)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.667--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="motorVehicle" referenceClass=MotorVehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:23.667--ServerSession(1526542158)--Connection(1092573960)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.667--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.667--ServerSession(1526542158)--Connection(353046084)--Thread(Thread[main,5,main])--SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?))) [junit] bind => [1, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:23.668--ServerSession(1526542158)--Connection(1092573960)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.668--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="bicycles" referenceClass=Bicycle sql="SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:23.668--ServerSession(1526542158)--Connection(1993983686)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.668--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.668--ServerSession(1526542158)--Connection(997039991)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?))) [junit] bind => [1, 4, 45, 4711] [junit] [EL Finest]: 2022-09-10 04:19:23.669--ServerSession(1526542158)--Connection(1993983686)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.669--UnitOfWork(111847884)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:19:23.669--UnitOfWork(111847884)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2022-09-10 04:19:23.669--UnitOfWork(111847884)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:23.67--ServerSession(1526542158)--Connection(1973221700)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.67--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.67--ServerSession(1526542158)--Connection(22567893)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [1, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:23.67--ServerSession(1526542158)--Connection(1973221700)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.67--UnitOfWork(111847884)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="motorVehicle" referenceClass=MotorVehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:23.671--ServerSession(1526542158)--Connection(320396046)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.671--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.671--ServerSession(1526542158)--Connection(1356708939)--Thread(Thread[main,5,main])--SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?))) [junit] bind => [1, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:23.671--ServerSession(1526542158)--Connection(320396046)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.671--UnitOfWork(111847884)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="bicycles" referenceClass=Bicycle sql="SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:23.672--ServerSession(1526542158)--Connection(1901713082)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.672--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.672--ServerSession(1526542158)--Connection(1281037118)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?))) [junit] bind => [1, 4, 45, 4711] [junit] [EL Finest]: 2022-09-10 04:19:23.672--ServerSession(1526542158)--Connection(1901713082)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.673--UnitOfWork(111847884)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="projects" referenceClass=Project ) [junit] [EL Finest]: 2022-09-10 04:19:23.673--ServerSession(1526542158)--Connection(1407070222)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.673--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.673--ServerSession(1526542158)--Connection(1035931638)--Thread(Thread[main,5,main])--SELECT t1.ID, t2.PROJECT_ID, t1.PROJ_NAME, t2.PLANNED_DAYS, t2.USED_DAYS FROM TMP_EMP_PROJECT t0, TMP_PROJECT_DETAILS t2, TMP_PROJECT t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.PROJECT_ID)) AND (t2.PROJECT_ID = t1.ID)) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:23.674--ServerSession(1526542158)--Connection(1407070222)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.674--UnitOfWork(111847884)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536 [junit] [EL Finest]: 2022-09-10 04:19:23.674--UnitOfWork(111847884)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97 [junit] [EL Finest]: 2022-09-10 04:19:23.674--UnitOfWork(111847884)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad [junit] [EL Finest]: 2022-09-10 04:19:23.674--UnitOfWork(111847884)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536 [junit] [EL Finest]: 2022-09-10 04:19:23.675--UnitOfWork(111847884)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="tasks" referenceClass=Task sql="SELECT TASK_ID, DESCRIPTION, PROJ_ID FROM TMP_TASK WHERE (PROJ_ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.675--ServerSession(1526542158)--Connection(1328866120)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.675--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.675--ServerSession(1526542158)--Connection(424875646)--Thread(Thread[main,5,main])--SELECT TASK_ID, DESCRIPTION, PROJ_ID FROM TMP_TASK WHERE (PROJ_ID = ?) [junit] bind => [223] [junit] [EL Finest]: 2022-09-10 04:19:23.675--ServerSession(1526542158)--Connection(1328866120)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.676--UnitOfWork(111847884)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@5d29b605. [junit] [EL Finest]: 2022-09-10 04:19:23.676--UnitOfWork(111847884)--Thread(Thread[main,5,main])--assign sequence to the object (227 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@5d29b605) [junit] [EL Finer]: 2022-09-10 04:19:23.676--UnitOfWork(111847884)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:23.676--UnitOfWork(111847884)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Project ) [junit] [EL Finest]: 2022-09-10 04:19:23.676--UnitOfWork(111847884)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="employees" sql="DELETE FROM TMP_EMP_PROJECT WHERE (PROJECT_ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.677--ServerSession(1526542158)--Connection(136231531)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.677--ClientSession(516803228)--Connection(136231531)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:23.677--ClientSession(516803228)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:23.677--UnitOfWork(111847884)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@31be1586) [junit] [EL Finest]: 2022-09-10 04:19:23.677--UnitOfWork(111847884)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@5d29b605) [junit] [EL Fine]: 2022-09-10 04:19:23.677--ClientSession(516803228)--Connection(1076170205)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT WHERE (PROJECT_ID = ?) [junit] bind => [223] [junit] [EL Fine]: 2022-09-10 04:19:23.678--ClientSession(516803228)--Connection(1076170205)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] bind => [227, Ohren wacklen] [junit] [EL Finest]: 2022-09-10 04:19:23.679--UnitOfWork(111847884)--Thread(Thread[main,5,main])--Execute query DataModifyQuery() [junit] [EL Fine]: 2022-09-10 04:19:23.679--ClientSession(516803228)--Connection(1076170205)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] bind => [1, 0, 227] [junit] [EL Finest]: 2022-09-10 04:19:23.679--ClientSession(516803228)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Fine]: 2022-09-10 04:19:23.679--ClientSession(516803228)--Connection(1076170205)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT WHERE ((PROJECT_ID = ?) AND (EMP_ID = ?)) [junit] bind => [223, 1] [junit] [EL Finest]: 2022-09-10 04:19:23.68--UnitOfWork(111847884)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536) [junit] [EL Fine]: 2022-09-10 04:19:23.68--ClientSession(516803228)--Connection(1076170205)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] bind => [227, 1] [junit] [EL Fine]: 2022-09-10 04:19:23.68--ClientSession(516803228)--Connection(1076170205)--Thread(Thread[main,5,main])--DELETE FROM TMP_PROJECT_DETAILS WHERE (PROJECT_ID = ?) [junit] bind => [223] [junit] [EL Fine]: 2022-09-10 04:19:23.681--ClientSession(516803228)--Connection(1076170205)--Thread(Thread[main,5,main])--DELETE FROM TMP_PROJECT WHERE (ID = ?) [junit] bind => [223] [junit] [EL Finer]: 2022-09-10 04:19:23.681--ClientSession(516803228)--Connection(1076170205)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:23.682--ServerSession(1526542158)--Connection(136231531)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.683--UnitOfWork(111847884)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:23.683--UnitOfWork(111847884)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.683--UnitOfWork(111847884)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.683--ClientSession(516803228)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.683--UnitOfWork(111847884)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.683--ClientSession(516803228)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:23.684--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1648343271 [junit] [EL Finer]: 2022-09-10 04:19:23.684--ClientSession(1648343271)--Thread(Thread[main,5,main])--acquire unit of work: 716901982 [junit] [EL Finest]: 2022-09-10 04:19:23.684--UnitOfWork(716901982)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.684--UnitOfWork(716901982)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4d443a45 [junit] [EL Finest]: 2022-09-10 04:19:23.684--UnitOfWork(716901982)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2022-09-10 04:19:23.684--UnitOfWork(716901982)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:23.684--ServerSession(1526542158)--Connection(2018427981)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.685--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.685--ServerSession(1526542158)--Connection(347365139)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [1, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:23.685--ServerSession(1526542158)--Connection(2018427981)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.685--UnitOfWork(716901982)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@5d29b605 [junit] [EL Finest]: 2022-09-10 04:19:23.686--UnitOfWork(716901982)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97 [junit] [EL Finest]: 2022-09-10 04:19:23.686--UnitOfWork(716901982)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad [junit] [EL Finer]: 2022-09-10 04:19:23.686--UnitOfWork(716901982)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.686--ClientSession(1648343271)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:23.716--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 165147466 [junit] [EL Finer]: 2022-09-10 04:19:23.716--ClientSession(165147466)--Thread(Thread[main,5,main])--acquire unit of work: 1035187377 [junit] [EL Finest]: 2022-09-10 04:19:23.716--UnitOfWork(1035187377)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11. [junit] [EL Finest]: 2022-09-10 04:19:23.716--UnitOfWork(1035187377)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad. [junit] [EL Finest]: 2022-09-10 04:19:23.716--UnitOfWork(1035187377)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536. [junit] [EL Finest]: 2022-09-10 04:19:23.716--UnitOfWork(1035187377)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97. [junit] [EL Finest]: 2022-09-10 04:19:23.716--UnitOfWork(1035187377)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e6c3290. [junit] [EL Finest]: 2022-09-10 04:19:23.717--UnitOfWork(1035187377)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@95afa5c. [junit] [EL Finest]: 2022-09-10 04:19:23.717--UnitOfWork(1035187377)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6f525793. [junit] [EL Finest]: 2022-09-10 04:19:23.717--UnitOfWork(1035187377)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@59a9a490. [junit] [EL Finer]: 2022-09-10 04:19:23.717--UnitOfWork(1035187377)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:23.717--UnitOfWork(1035187377)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2022-09-10 04:19:23.717--ServerSession(1526542158)--Connection(2015427223)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.717--ClientSession(165147466)--Connection(2015427223)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:23.717--ClientSession(165147466)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:23.717--UnitOfWork(1035187377)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@59a9a490) [junit] [EL Fine]: 2022-09-10 04:19:23.717--ClientSession(165147466)--Connection(1045319642)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, diverses, 1] [junit] [EL Finest]: 2022-09-10 04:19:23.718--UnitOfWork(1035187377)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6f525793) [junit] [EL Finest]: 2022-09-10 04:19:23.718--UnitOfWork(1035187377)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad) [junit] [EL Finer]: 2022-09-10 04:19:23.718--ClientSession(165147466)--Connection(1045319642)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:23.718--ClientSession(165147466)--Connection(1045319642)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:23.718--ClientSession(165147466)--Connection(1045319642)--Thread(Thread[main,5,main])-- bind => [2, Fred von, Jupiter, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:23.718--ClientSession(165147466)--Connection(1045319642)--Thread(Thread[main,5,main])-- bind => [1, Hans, Wurst, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:23.718--ClientSession(165147466)--Connection(1045319642)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:23.719--UnitOfWork(1035187377)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@95afa5c) [junit] [EL Finest]: 2022-09-10 04:19:23.719--UnitOfWork(1035187377)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97) [junit] [EL Finest]: 2022-09-10 04:19:23.719--UnitOfWork(1035187377)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536) [junit] [EL Finest]: 2022-09-10 04:19:23.719--UnitOfWork(1035187377)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e6c3290) [junit] [EL Finer]: 2022-09-10 04:19:23.719--ClientSession(165147466)--Connection(1045319642)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:23.719--ClientSession(165147466)--Connection(1045319642)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:23.719--ClientSession(165147466)--Connection(1045319642)--Thread(Thread[main,5,main])-- bind => [222, Gürteltiere puhlen] [junit] [EL Fine]: 2022-09-10 04:19:23.719--ClientSession(165147466)--Connection(1045319642)--Thread(Thread[main,5,main])-- bind => [226, Eclipse Linken] [junit] [EL Fine]: 2022-09-10 04:19:23.719--ClientSession(165147466)--Connection(1045319642)--Thread(Thread[main,5,main])-- bind => [224, Zitronen falten] [junit] [EL Fine]: 2022-09-10 04:19:23.719--ClientSession(165147466)--Connection(1045319642)--Thread(Thread[main,5,main])-- bind => [223, Bäuche pinseln] [junit] [EL Fine]: 2022-09-10 04:19:23.719--ClientSession(165147466)--Connection(1045319642)--Thread(Thread[main,5,main])-- bind => [225, Erbsen zählen] [junit] [EL Finer]: 2022-09-10 04:19:23.719--ClientSession(165147466)--Connection(1045319642)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:23.72--ClientSession(165147466)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:23.72--ClientSession(165147466)--Connection(1045319642)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:23.721--ClientSession(165147466)--Connection(1045319642)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:23.721--ClientSession(165147466)--Connection(1045319642)--Thread(Thread[main,5,main])-- bind => [1, 0, 222] [junit] [EL Fine]: 2022-09-10 04:19:23.721--ClientSession(165147466)--Connection(1045319642)--Thread(Thread[main,5,main])-- bind => [1, 0, 226] [junit] [EL Fine]: 2022-09-10 04:19:23.721--ClientSession(165147466)--Connection(1045319642)--Thread(Thread[main,5,main])-- bind => [1, 0, 224] [junit] [EL Fine]: 2022-09-10 04:19:23.721--ClientSession(165147466)--Connection(1045319642)--Thread(Thread[main,5,main])-- bind => [1, 0, 223] [junit] [EL Fine]: 2022-09-10 04:19:23.721--ClientSession(165147466)--Connection(1045319642)--Thread(Thread[main,5,main])-- bind => [1, 0, 225] [junit] [EL Finer]: 2022-09-10 04:19:23.721--ClientSession(165147466)--Connection(1045319642)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:23.722--ClientSession(165147466)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.722--ClientSession(165147466)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.722--ClientSession(165147466)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.722--ClientSession(165147466)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:23.722--ClientSession(165147466)--Connection(1045319642)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:23.722--ClientSession(165147466)--Connection(1045319642)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:23.722--ClientSession(165147466)--Connection(1045319642)--Thread(Thread[main,5,main])-- bind => [224, 2] [junit] [EL Fine]: 2022-09-10 04:19:23.722--ClientSession(165147466)--Connection(1045319642)--Thread(Thread[main,5,main])-- bind => [225, 2] [junit] [EL Fine]: 2022-09-10 04:19:23.722--ClientSession(165147466)--Connection(1045319642)--Thread(Thread[main,5,main])-- bind => [223, 1] [junit] [EL Fine]: 2022-09-10 04:19:23.722--ClientSession(165147466)--Connection(1045319642)--Thread(Thread[main,5,main])-- bind => [224, 1] [junit] [EL Fine]: 2022-09-10 04:19:23.722--ClientSession(165147466)--Connection(1045319642)--Thread(Thread[main,5,main])-- bind => [222, 1] [junit] [EL Finer]: 2022-09-10 04:19:23.722--ClientSession(165147466)--Connection(1045319642)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:23.723--ClientSession(165147466)--Connection(1045319642)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:23.724--ServerSession(1526542158)--Connection(2015427223)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:19:23.724--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="employees" referenceClass=Employee ) [junit] [EL Finest]: 2022-09-10 04:19:23.725--ServerSession(1526542158)--Connection(1265362684)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.725--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.725--ServerSession(1526542158)--Connection(25557447)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.FIRSTNAME, t1.LASTNAME, t1.SALARY, t1.EMP_END, t1.EMP_START, t1.COSTCENTER, t1.DEPARTMENT, t1.BROKERAGE_ACCOUNT, t1.CUBICLE_FLOOR, t1.CUBICLE_PLACE, t1.SAMPLE_ACCOUNT, t1.PROFILE_GUID FROM TMP_EMP_PROJECT t0, TMP_EMP t1 WHERE ((t0.PROJECT_ID = ?) AND (t1.ID = t0.EMP_ID)) [junit] bind => [224] [junit] [EL Finest]: 2022-09-10 04:19:23.725--ServerSession(1526542158)--Connection(1265362684)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.726--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:19:23.726--ServerSession(1526542158)--Connection(2115144532)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.726--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.726--ServerSession(1526542158)--Connection(1349979792)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?) [junit] bind => [17] [junit] [EL Finest]: 2022-09-10 04:19:23.726--ServerSession(1526542158)--Connection(2115144532)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.726--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="motorVehicle" referenceClass=MotorVehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:23.726--ServerSession(1526542158)--Connection(238872673)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.727--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.727--ServerSession(1526542158)--Connection(1725396152)--Thread(Thread[main,5,main])--SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?))) [junit] bind => [1, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:23.727--ServerSession(1526542158)--Connection(238872673)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.727--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="bicycles" referenceClass=Bicycle sql="SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:23.727--ServerSession(1526542158)--Connection(1038524981)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.727--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.727--ServerSession(1526542158)--Connection(1615422341)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?))) [junit] bind => [1, 4, 45, 4711] [junit] [EL Finest]: 2022-09-10 04:19:23.728--ServerSession(1526542158)--Connection(1038524981)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.728--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:19:23.728--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="motorVehicle" referenceClass=MotorVehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:23.728--ServerSession(1526542158)--Connection(1781104767)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.728--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.729--ServerSession(1526542158)--Connection(1104643060)--Thread(Thread[main,5,main])--SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?))) [junit] bind => [2, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:23.729--ServerSession(1526542158)--Connection(1781104767)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.729--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="bicycles" referenceClass=Bicycle sql="SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:23.729--ServerSession(1526542158)--Connection(1404437076)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.729--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.729--ServerSession(1526542158)--Connection(780399605)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?))) [junit] bind => [2, 4, 45, 4711] [junit] [EL Finest]: 2022-09-10 04:19:23.73--ServerSession(1526542158)--Connection(1404437076)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.73--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="employees" referenceClass=Employee sql="SELECT t1.ID, t1.FIRSTNAME, t1.LASTNAME, t1.SALARY, t1.EMP_END, t1.EMP_START, t1.COSTCENTER, t1.DEPARTMENT, t1.BROKERAGE_ACCOUNT, t1.CUBICLE_FLOOR, t1.CUBICLE_PLACE, t1.SAMPLE_ACCOUNT, t1.PROFILE_GUID FROM TMP_EMP_PROJECT t0, TMP_EMP t1 WHERE ((t0.PROJECT_ID = ?) AND (t1.ID = t0.EMP_ID))") [junit] [EL Finest]: 2022-09-10 04:19:23.73--ServerSession(1526542158)--Connection(1452669657)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.73--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.73--ServerSession(1526542158)--Connection(1493924226)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.FIRSTNAME, t1.LASTNAME, t1.SALARY, t1.EMP_END, t1.EMP_START, t1.COSTCENTER, t1.DEPARTMENT, t1.BROKERAGE_ACCOUNT, t1.CUBICLE_FLOOR, t1.CUBICLE_PLACE, t1.SAMPLE_ACCOUNT, t1.PROFILE_GUID FROM TMP_EMP_PROJECT t0, TMP_EMP t1 WHERE ((t0.PROJECT_ID = ?) AND (t1.ID = t0.EMP_ID)) [junit] bind => [222] [junit] [EL Finest]: 2022-09-10 04:19:23.731--ServerSession(1526542158)--Connection(1452669657)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.731--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="patents" referenceClass=Patent ) [junit] [EL Finest]: 2022-09-10 04:19:23.731--ServerSession(1526542158)--Connection(977992103)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.731--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.731--ServerSession(1526542158)--Connection(985399257)--Thread(Thread[main,5,main])--SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_NAME, t1.PAT_YEAR FROM TMP_EMP_PATENT t0, TMP_PATENT t1 WHERE ((t0.EMP_ID = ?) AND ((t1.PAT_YEAR = t0.PATENT_YEAR) AND (t1.PAT_NAME = t0.PATENT_NAME))) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:23.732--ServerSession(1526542158)--Connection(977992103)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.732--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="projects" referenceClass=Project sql="SELECT t1.ID, t2.PROJECT_ID, t1.PROJ_NAME, t2.PLANNED_DAYS, t2.USED_DAYS FROM TMP_EMP_PROJECT t0, TMP_PROJECT_DETAILS t2, TMP_PROJECT t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.PROJECT_ID)) AND (t2.PROJECT_ID = t1.ID))") [junit] [EL Finest]: 2022-09-10 04:19:23.732--ServerSession(1526542158)--Connection(1918356430)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.732--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.732--ServerSession(1526542158)--Connection(393717610)--Thread(Thread[main,5,main])--SELECT t1.ID, t2.PROJECT_ID, t1.PROJ_NAME, t2.PLANNED_DAYS, t2.USED_DAYS FROM TMP_EMP_PROJECT t0, TMP_PROJECT_DETAILS t2, TMP_PROJECT t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.PROJECT_ID)) AND (t2.PROJECT_ID = t1.ID)) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:23.733--ServerSession(1526542158)--Connection(1918356430)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.733--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="patents" referenceClass=Patent sql="SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_NAME, t1.PAT_YEAR FROM TMP_EMP_PATENT t0, TMP_PATENT t1 WHERE ((t0.EMP_ID = ?) AND ((t1.PAT_YEAR = t0.PATENT_YEAR) AND (t1.PAT_NAME = t0.PATENT_NAME)))") [junit] [EL Finest]: 2022-09-10 04:19:23.733--ServerSession(1526542158)--Connection(230733619)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.733--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.733--ServerSession(1526542158)--Connection(665193750)--Thread(Thread[main,5,main])--SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_NAME, t1.PAT_YEAR FROM TMP_EMP_PATENT t0, TMP_PATENT t1 WHERE ((t0.EMP_ID = ?) AND ((t1.PAT_YEAR = t0.PATENT_YEAR) AND (t1.PAT_NAME = t0.PATENT_NAME))) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:19:23.734--ServerSession(1526542158)--Connection(230733619)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.734--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="projects" referenceClass=Project sql="SELECT t1.ID, t2.PROJECT_ID, t1.PROJ_NAME, t2.PLANNED_DAYS, t2.USED_DAYS FROM TMP_EMP_PROJECT t0, TMP_PROJECT_DETAILS t2, TMP_PROJECT t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.PROJECT_ID)) AND (t2.PROJECT_ID = t1.ID))") [junit] [EL Finest]: 2022-09-10 04:19:23.734--ServerSession(1526542158)--Connection(1023560447)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.734--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.734--ServerSession(1526542158)--Connection(719007476)--Thread(Thread[main,5,main])--SELECT t1.ID, t2.PROJECT_ID, t1.PROJ_NAME, t2.PLANNED_DAYS, t2.USED_DAYS FROM TMP_EMP_PROJECT t0, TMP_PROJECT_DETAILS t2, TMP_PROJECT t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.PROJECT_ID)) AND (t2.PROJECT_ID = t1.ID)) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:19:23.735--ServerSession(1526542158)--Connection(1023560447)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:23.735--UnitOfWork(1035187377)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:23.735--UnitOfWork(1035187377)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.735--UnitOfWork(1035187377)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.735--ClientSession(165147466)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.735--UnitOfWork(1035187377)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.735--ClientSession(165147466)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:23.736--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 627627098 [junit] [EL Finer]: 2022-09-10 04:19:23.736--ClientSession(627627098)--Thread(Thread[main,5,main])--acquire unit of work: 2065599799 [junit] [EL Finest]: 2022-09-10 04:19:23.736--UnitOfWork(2065599799)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.736--ServerSession(1526542158)--Connection(1793486674)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.736--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.736--ServerSession(1526542158)--Connection(56590004)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:23.737--ServerSession(1526542158)--Connection(1793486674)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.737--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:19:23.737--ServerSession(1526542158)--Connection(1318707810)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.737--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.737--ServerSession(1526542158)--Connection(457089432)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?) [junit] bind => [17] [junit] [EL Finest]: 2022-09-10 04:19:23.737--ServerSession(1526542158)--Connection(1318707810)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.738--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="motorVehicle" referenceClass=MotorVehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:23.738--ServerSession(1526542158)--Connection(1760591609)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.738--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.738--ServerSession(1526542158)--Connection(111947806)--Thread(Thread[main,5,main])--SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?))) [junit] bind => [1, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:23.738--ServerSession(1526542158)--Connection(1760591609)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.738--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="bicycles" referenceClass=Bicycle sql="SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:23.738--ServerSession(1526542158)--Connection(966413521)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.738--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.739--ServerSession(1526542158)--Connection(1582409532)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?))) [junit] bind => [1, 4, 45, 4711] [junit] [EL Finest]: 2022-09-10 04:19:23.739--ServerSession(1526542158)--Connection(966413521)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.739--UnitOfWork(2065599799)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:19:23.739--UnitOfWork(2065599799)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2022-09-10 04:19:23.739--UnitOfWork(2065599799)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:23.739--ServerSession(1526542158)--Connection(1399359912)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.739--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.74--ServerSession(1526542158)--Connection(338447830)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [1, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:23.74--ServerSession(1526542158)--Connection(1399359912)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.74--UnitOfWork(2065599799)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="motorVehicle" referenceClass=MotorVehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:23.74--ServerSession(1526542158)--Connection(1366343981)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.74--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.74--ServerSession(1526542158)--Connection(658793512)--Thread(Thread[main,5,main])--SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?))) [junit] bind => [1, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:23.741--ServerSession(1526542158)--Connection(1366343981)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.741--UnitOfWork(2065599799)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="bicycles" referenceClass=Bicycle sql="SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:23.741--ServerSession(1526542158)--Connection(701318371)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.741--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.741--ServerSession(1526542158)--Connection(757858518)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?))) [junit] bind => [1, 4, 45, 4711] [junit] [EL Finest]: 2022-09-10 04:19:23.742--ServerSession(1526542158)--Connection(701318371)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.742--UnitOfWork(2065599799)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@72d1d903. [junit] [EL Finer]: 2022-09-10 04:19:23.742--UnitOfWork(2065599799)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:23.742--UnitOfWork(2065599799)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@72d1d903) [junit] [EL Finest]: 2022-09-10 04:19:23.742--ServerSession(1526542158)--Connection(1119021896)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.742--ClientSession(627627098)--Connection(1119021896)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:23.742--ClientSession(627627098)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:23.742--UnitOfWork(2065599799)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="projects" referenceClass=Project sql="SELECT t1.ID, t2.PROJECT_ID, t1.PROJ_NAME, t2.PLANNED_DAYS, t2.USED_DAYS FROM TMP_EMP_PROJECT t0, TMP_PROJECT_DETAILS t2, TMP_PROJECT t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.PROJECT_ID)) AND (t2.PROJECT_ID = t1.ID))") [junit] [EL Fine]: 2022-09-10 04:19:23.742--ClientSession(627627098)--Connection(1340086676)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [19, Paul, Knack, null, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:23.743--ClientSession(627627098)--Connection(1340086676)--Thread(Thread[main,5,main])--SELECT t1.ID, t2.PROJECT_ID, t1.PROJ_NAME, t2.PLANNED_DAYS, t2.USED_DAYS FROM TMP_EMP_PROJECT t0, TMP_PROJECT_DETAILS t2, TMP_PROJECT t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.PROJECT_ID)) AND (t2.PROJECT_ID = t1.ID)) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:23.744--ClientSession(627627098)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.744--ClientSession(627627098)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.744--ClientSession(627627098)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:23.744--ClientSession(627627098)--Connection(1340086676)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:23.744--ClientSession(627627098)--Connection(1340086676)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:23.744--ClientSession(627627098)--Connection(1340086676)--Thread(Thread[main,5,main])-- bind => [223, 19] [junit] [EL Fine]: 2022-09-10 04:19:23.744--ClientSession(627627098)--Connection(1340086676)--Thread(Thread[main,5,main])-- bind => [224, 19] [junit] [EL Fine]: 2022-09-10 04:19:23.744--ClientSession(627627098)--Connection(1340086676)--Thread(Thread[main,5,main])-- bind => [222, 19] [junit] [EL Finer]: 2022-09-10 04:19:23.744--ClientSession(627627098)--Connection(1340086676)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:23.745--ClientSession(627627098)--Connection(1340086676)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:23.746--ServerSession(1526542158)--Connection(1119021896)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.746--UnitOfWork(2065599799)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:23.746--UnitOfWork(2065599799)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.746--UnitOfWork(2065599799)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.746--ClientSession(627627098)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.746--UnitOfWork(2065599799)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.746--ClientSession(627627098)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:23.747--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 553833327 [junit] [EL Finer]: 2022-09-10 04:19:23.747--ClientSession(553833327)--Thread(Thread[main,5,main])--acquire unit of work: 851241214 [junit] [EL Finest]: 2022-09-10 04:19:23.747--UnitOfWork(851241214)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.747--UnitOfWork(851241214)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@20ad6dcd [junit] [EL Finest]: 2022-09-10 04:19:23.747--UnitOfWork(851241214)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:23.747--ServerSession(1526542158)--Connection(789271927)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.747--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.747--ServerSession(1526542158)--Connection(2057679728)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [19, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:23.748--ServerSession(1526542158)--Connection(789271927)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.748--UnitOfWork(851241214)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536 [junit] [EL Finest]: 2022-09-10 04:19:23.748--UnitOfWork(851241214)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97 [junit] [EL Finest]: 2022-09-10 04:19:23.748--UnitOfWork(851241214)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad [junit] [EL Finer]: 2022-09-10 04:19:23.748--UnitOfWork(851241214)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.748--ClientSession(553833327)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:23.774--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 782521433 [junit] [EL Finer]: 2022-09-10 04:19:23.774--ClientSession(782521433)--Thread(Thread[main,5,main])--acquire unit of work: 282697210 [junit] [EL Finest]: 2022-09-10 04:19:23.774--UnitOfWork(282697210)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11. [junit] [EL Finest]: 2022-09-10 04:19:23.774--UnitOfWork(282697210)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad. [junit] [EL Finest]: 2022-09-10 04:19:23.774--UnitOfWork(282697210)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536. [junit] [EL Finest]: 2022-09-10 04:19:23.774--UnitOfWork(282697210)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97. [junit] [EL Finest]: 2022-09-10 04:19:23.774--UnitOfWork(282697210)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e6c3290. [junit] [EL Finest]: 2022-09-10 04:19:23.774--UnitOfWork(282697210)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@95afa5c. [junit] [EL Finest]: 2022-09-10 04:19:23.775--UnitOfWork(282697210)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@143ef384. [junit] [EL Finest]: 2022-09-10 04:19:23.775--UnitOfWork(282697210)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@18b47bc6. [junit] [EL Finer]: 2022-09-10 04:19:23.775--UnitOfWork(282697210)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:23.775--UnitOfWork(282697210)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2022-09-10 04:19:23.775--ServerSession(1526542158)--Connection(470806807)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.775--ClientSession(782521433)--Connection(470806807)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:23.775--ClientSession(782521433)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:23.775--UnitOfWork(282697210)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@18b47bc6) [junit] [EL Fine]: 2022-09-10 04:19:23.775--ClientSession(782521433)--Connection(692119024)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, diverses, 1] [junit] [EL Finest]: 2022-09-10 04:19:23.776--UnitOfWork(282697210)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@143ef384) [junit] [EL Finest]: 2022-09-10 04:19:23.776--UnitOfWork(282697210)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@95afa5c) [junit] [EL Finer]: 2022-09-10 04:19:23.776--ClientSession(782521433)--Connection(692119024)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:23.776--ClientSession(782521433)--Connection(692119024)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:23.776--ClientSession(782521433)--Connection(692119024)--Thread(Thread[main,5,main])-- bind => [2, Fred von, Jupiter, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:23.776--ClientSession(782521433)--Connection(692119024)--Thread(Thread[main,5,main])-- bind => [1, Hans, Wurst, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:23.776--ClientSession(782521433)--Connection(692119024)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:23.777--UnitOfWork(282697210)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97) [junit] [EL Finest]: 2022-09-10 04:19:23.777--UnitOfWork(282697210)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad) [junit] [EL Finest]: 2022-09-10 04:19:23.777--UnitOfWork(282697210)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e6c3290) [junit] [EL Finest]: 2022-09-10 04:19:23.777--UnitOfWork(282697210)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536) [junit] [EL Finer]: 2022-09-10 04:19:23.777--ClientSession(782521433)--Connection(692119024)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:23.777--ClientSession(782521433)--Connection(692119024)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:23.777--ClientSession(782521433)--Connection(692119024)--Thread(Thread[main,5,main])-- bind => [226, Eclipse Linken] [junit] [EL Fine]: 2022-09-10 04:19:23.777--ClientSession(782521433)--Connection(692119024)--Thread(Thread[main,5,main])-- bind => [224, Zitronen falten] [junit] [EL Fine]: 2022-09-10 04:19:23.777--ClientSession(782521433)--Connection(692119024)--Thread(Thread[main,5,main])-- bind => [222, Gürteltiere puhlen] [junit] [EL Fine]: 2022-09-10 04:19:23.777--ClientSession(782521433)--Connection(692119024)--Thread(Thread[main,5,main])-- bind => [225, Erbsen zählen] [junit] [EL Fine]: 2022-09-10 04:19:23.777--ClientSession(782521433)--Connection(692119024)--Thread(Thread[main,5,main])-- bind => [223, Bäuche pinseln] [junit] [EL Finer]: 2022-09-10 04:19:23.777--ClientSession(782521433)--Connection(692119024)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:23.778--ClientSession(782521433)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:23.778--ClientSession(782521433)--Connection(692119024)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:23.778--ClientSession(782521433)--Connection(692119024)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:23.778--ClientSession(782521433)--Connection(692119024)--Thread(Thread[main,5,main])-- bind => [1, 0, 226] [junit] [EL Fine]: 2022-09-10 04:19:23.778--ClientSession(782521433)--Connection(692119024)--Thread(Thread[main,5,main])-- bind => [1, 0, 224] [junit] [EL Fine]: 2022-09-10 04:19:23.778--ClientSession(782521433)--Connection(692119024)--Thread(Thread[main,5,main])-- bind => [1, 0, 222] [junit] [EL Fine]: 2022-09-10 04:19:23.778--ClientSession(782521433)--Connection(692119024)--Thread(Thread[main,5,main])-- bind => [1, 0, 225] [junit] [EL Fine]: 2022-09-10 04:19:23.778--ClientSession(782521433)--Connection(692119024)--Thread(Thread[main,5,main])-- bind => [1, 0, 223] [junit] [EL Finer]: 2022-09-10 04:19:23.778--ClientSession(782521433)--Connection(692119024)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:23.779--ClientSession(782521433)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.779--ClientSession(782521433)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.78--ClientSession(782521433)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.78--ClientSession(782521433)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:23.78--ClientSession(782521433)--Connection(692119024)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:23.78--ClientSession(782521433)--Connection(692119024)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:23.78--ClientSession(782521433)--Connection(692119024)--Thread(Thread[main,5,main])-- bind => [224, 2] [junit] [EL Fine]: 2022-09-10 04:19:23.78--ClientSession(782521433)--Connection(692119024)--Thread(Thread[main,5,main])-- bind => [225, 2] [junit] [EL Fine]: 2022-09-10 04:19:23.78--ClientSession(782521433)--Connection(692119024)--Thread(Thread[main,5,main])-- bind => [223, 1] [junit] [EL Fine]: 2022-09-10 04:19:23.78--ClientSession(782521433)--Connection(692119024)--Thread(Thread[main,5,main])-- bind => [224, 1] [junit] [EL Fine]: 2022-09-10 04:19:23.78--ClientSession(782521433)--Connection(692119024)--Thread(Thread[main,5,main])-- bind => [222, 1] [junit] [EL Finer]: 2022-09-10 04:19:23.78--ClientSession(782521433)--Connection(692119024)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:23.781--ClientSession(782521433)--Connection(692119024)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:23.781--ServerSession(1526542158)--Connection(470806807)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:19:23.782--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="employees" referenceClass=Employee sql="SELECT t1.ID, t1.FIRSTNAME, t1.LASTNAME, t1.SALARY, t1.EMP_END, t1.EMP_START, t1.COSTCENTER, t1.DEPARTMENT, t1.BROKERAGE_ACCOUNT, t1.CUBICLE_FLOOR, t1.CUBICLE_PLACE, t1.SAMPLE_ACCOUNT, t1.PROFILE_GUID FROM TMP_EMP_PROJECT t0, TMP_EMP t1 WHERE ((t0.PROJECT_ID = ?) AND (t1.ID = t0.EMP_ID))") [junit] [EL Finest]: 2022-09-10 04:19:23.782--ServerSession(1526542158)--Connection(1861710554)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.782--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.782--ServerSession(1526542158)--Connection(352922796)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.FIRSTNAME, t1.LASTNAME, t1.SALARY, t1.EMP_END, t1.EMP_START, t1.COSTCENTER, t1.DEPARTMENT, t1.BROKERAGE_ACCOUNT, t1.CUBICLE_FLOOR, t1.CUBICLE_PLACE, t1.SAMPLE_ACCOUNT, t1.PROFILE_GUID FROM TMP_EMP_PROJECT t0, TMP_EMP t1 WHERE ((t0.PROJECT_ID = ?) AND (t1.ID = t0.EMP_ID)) [junit] bind => [224] [junit] [EL Finest]: 2022-09-10 04:19:23.782--ServerSession(1526542158)--Connection(1861710554)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.783--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:19:23.783--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="motorVehicle" referenceClass=MotorVehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:23.783--ServerSession(1526542158)--Connection(1262363595)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.783--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.783--ServerSession(1526542158)--Connection(386796108)--Thread(Thread[main,5,main])--SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?))) [junit] bind => [2, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:23.783--ServerSession(1526542158)--Connection(1262363595)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.783--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="bicycles" referenceClass=Bicycle sql="SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:23.784--ServerSession(1526542158)--Connection(481255164)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.784--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.784--ServerSession(1526542158)--Connection(2073324367)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?))) [junit] bind => [2, 4, 45, 4711] [junit] [EL Finest]: 2022-09-10 04:19:23.784--ServerSession(1526542158)--Connection(481255164)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.784--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="employees" referenceClass=Employee sql="SELECT t1.ID, t1.FIRSTNAME, t1.LASTNAME, t1.SALARY, t1.EMP_END, t1.EMP_START, t1.COSTCENTER, t1.DEPARTMENT, t1.BROKERAGE_ACCOUNT, t1.CUBICLE_FLOOR, t1.CUBICLE_PLACE, t1.SAMPLE_ACCOUNT, t1.PROFILE_GUID FROM TMP_EMP_PROJECT t0, TMP_EMP t1 WHERE ((t0.PROJECT_ID = ?) AND (t1.ID = t0.EMP_ID))") [junit] [EL Finest]: 2022-09-10 04:19:23.784--ServerSession(1526542158)--Connection(394738522)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.785--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.785--ServerSession(1526542158)--Connection(1334965494)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.FIRSTNAME, t1.LASTNAME, t1.SALARY, t1.EMP_END, t1.EMP_START, t1.COSTCENTER, t1.DEPARTMENT, t1.BROKERAGE_ACCOUNT, t1.CUBICLE_FLOOR, t1.CUBICLE_PLACE, t1.SAMPLE_ACCOUNT, t1.PROFILE_GUID FROM TMP_EMP_PROJECT t0, TMP_EMP t1 WHERE ((t0.PROJECT_ID = ?) AND (t1.ID = t0.EMP_ID)) [junit] bind => [222] [junit] [EL Finest]: 2022-09-10 04:19:23.785--ServerSession(1526542158)--Connection(394738522)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.785--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="employees" referenceClass=Employee sql="SELECT t1.ID, t1.FIRSTNAME, t1.LASTNAME, t1.SALARY, t1.EMP_END, t1.EMP_START, t1.COSTCENTER, t1.DEPARTMENT, t1.BROKERAGE_ACCOUNT, t1.CUBICLE_FLOOR, t1.CUBICLE_PLACE, t1.SAMPLE_ACCOUNT, t1.PROFILE_GUID FROM TMP_EMP_PROJECT t0, TMP_EMP t1 WHERE ((t0.PROJECT_ID = ?) AND (t1.ID = t0.EMP_ID))") [junit] [EL Finest]: 2022-09-10 04:19:23.785--ServerSession(1526542158)--Connection(1348302299)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.785--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.786--ServerSession(1526542158)--Connection(279645538)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.FIRSTNAME, t1.LASTNAME, t1.SALARY, t1.EMP_END, t1.EMP_START, t1.COSTCENTER, t1.DEPARTMENT, t1.BROKERAGE_ACCOUNT, t1.CUBICLE_FLOOR, t1.CUBICLE_PLACE, t1.SAMPLE_ACCOUNT, t1.PROFILE_GUID FROM TMP_EMP_PROJECT t0, TMP_EMP t1 WHERE ((t0.PROJECT_ID = ?) AND (t1.ID = t0.EMP_ID)) [junit] bind => [223] [junit] [EL Finest]: 2022-09-10 04:19:23.786--ServerSession(1526542158)--Connection(1348302299)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.786--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="patents" referenceClass=Patent sql="SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_NAME, t1.PAT_YEAR FROM TMP_EMP_PATENT t0, TMP_PATENT t1 WHERE ((t0.EMP_ID = ?) AND ((t1.PAT_YEAR = t0.PATENT_YEAR) AND (t1.PAT_NAME = t0.PATENT_NAME)))") [junit] [EL Finest]: 2022-09-10 04:19:23.786--ServerSession(1526542158)--Connection(1822835000)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.786--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.786--ServerSession(1526542158)--Connection(615416275)--Thread(Thread[main,5,main])--SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_NAME, t1.PAT_YEAR FROM TMP_EMP_PATENT t0, TMP_PATENT t1 WHERE ((t0.EMP_ID = ?) AND ((t1.PAT_YEAR = t0.PATENT_YEAR) AND (t1.PAT_NAME = t0.PATENT_NAME))) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:23.787--ServerSession(1526542158)--Connection(1822835000)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.787--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="projects" referenceClass=Project sql="SELECT t1.ID, t2.PROJECT_ID, t1.PROJ_NAME, t2.PLANNED_DAYS, t2.USED_DAYS FROM TMP_EMP_PROJECT t0, TMP_PROJECT_DETAILS t2, TMP_PROJECT t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.PROJECT_ID)) AND (t2.PROJECT_ID = t1.ID))") [junit] [EL Finest]: 2022-09-10 04:19:23.787--ServerSession(1526542158)--Connection(1764510697)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.787--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.787--ServerSession(1526542158)--Connection(970784518)--Thread(Thread[main,5,main])--SELECT t1.ID, t2.PROJECT_ID, t1.PROJ_NAME, t2.PLANNED_DAYS, t2.USED_DAYS FROM TMP_EMP_PROJECT t0, TMP_PROJECT_DETAILS t2, TMP_PROJECT t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.PROJECT_ID)) AND (t2.PROJECT_ID = t1.ID)) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:23.788--ServerSession(1526542158)--Connection(1764510697)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.788--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="patents" referenceClass=Patent sql="SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_NAME, t1.PAT_YEAR FROM TMP_EMP_PATENT t0, TMP_PATENT t1 WHERE ((t0.EMP_ID = ?) AND ((t1.PAT_YEAR = t0.PATENT_YEAR) AND (t1.PAT_NAME = t0.PATENT_NAME)))") [junit] [EL Finest]: 2022-09-10 04:19:23.788--ServerSession(1526542158)--Connection(857739881)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.788--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.789--ServerSession(1526542158)--Connection(1843068868)--Thread(Thread[main,5,main])--SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_NAME, t1.PAT_YEAR FROM TMP_EMP_PATENT t0, TMP_PATENT t1 WHERE ((t0.EMP_ID = ?) AND ((t1.PAT_YEAR = t0.PATENT_YEAR) AND (t1.PAT_NAME = t0.PATENT_NAME))) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:19:23.789--ServerSession(1526542158)--Connection(857739881)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.789--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="projects" referenceClass=Project sql="SELECT t1.ID, t2.PROJECT_ID, t1.PROJ_NAME, t2.PLANNED_DAYS, t2.USED_DAYS FROM TMP_EMP_PROJECT t0, TMP_PROJECT_DETAILS t2, TMP_PROJECT t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.PROJECT_ID)) AND (t2.PROJECT_ID = t1.ID))") [junit] [EL Finest]: 2022-09-10 04:19:23.789--ServerSession(1526542158)--Connection(1631949714)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.789--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.789--ServerSession(1526542158)--Connection(1532716193)--Thread(Thread[main,5,main])--SELECT t1.ID, t2.PROJECT_ID, t1.PROJ_NAME, t2.PLANNED_DAYS, t2.USED_DAYS FROM TMP_EMP_PROJECT t0, TMP_PROJECT_DETAILS t2, TMP_PROJECT t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.PROJECT_ID)) AND (t2.PROJECT_ID = t1.ID)) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:19:23.79--ServerSession(1526542158)--Connection(1631949714)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:23.79--UnitOfWork(282697210)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:23.79--UnitOfWork(282697210)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.79--UnitOfWork(282697210)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.79--ClientSession(782521433)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.79--UnitOfWork(282697210)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.79--ClientSession(782521433)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:23.791--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 400913820 [junit] [EL Finer]: 2022-09-10 04:19:23.791--ClientSession(400913820)--Thread(Thread[main,5,main])--acquire unit of work: 387675565 [junit] [EL Finest]: 2022-09-10 04:19:23.791--UnitOfWork(387675565)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.791--ServerSession(1526542158)--Connection(1718873127)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.791--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.792--ServerSession(1526542158)--Connection(838307590)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:23.792--ServerSession(1526542158)--Connection(1718873127)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.792--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:19:23.792--ServerSession(1526542158)--Connection(898700870)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.792--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.792--ServerSession(1526542158)--Connection(715515400)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?) [junit] bind => [17] [junit] [EL Finest]: 2022-09-10 04:19:23.793--ServerSession(1526542158)--Connection(898700870)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.793--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="motorVehicle" referenceClass=MotorVehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:23.793--ServerSession(1526542158)--Connection(805392873)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.793--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.793--ServerSession(1526542158)--Connection(890336327)--Thread(Thread[main,5,main])--SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?))) [junit] bind => [1, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:23.794--ServerSession(1526542158)--Connection(805392873)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.794--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="bicycles" referenceClass=Bicycle sql="SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:23.794--ServerSession(1526542158)--Connection(1154876317)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.794--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.794--ServerSession(1526542158)--Connection(2061235212)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?))) [junit] bind => [1, 4, 45, 4711] [junit] [EL Finest]: 2022-09-10 04:19:23.794--ServerSession(1526542158)--Connection(1154876317)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.795--UnitOfWork(387675565)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:19:23.795--UnitOfWork(387675565)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2022-09-10 04:19:23.795--UnitOfWork(387675565)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:23.795--ServerSession(1526542158)--Connection(1427410331)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.795--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.795--ServerSession(1526542158)--Connection(875564657)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [1, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:23.796--ServerSession(1526542158)--Connection(1427410331)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.796--UnitOfWork(387675565)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="motorVehicle" referenceClass=MotorVehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:23.796--ServerSession(1526542158)--Connection(1074618705)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.796--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.796--ServerSession(1526542158)--Connection(1962589351)--Thread(Thread[main,5,main])--SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?))) [junit] bind => [1, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:23.796--ServerSession(1526542158)--Connection(1074618705)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.796--UnitOfWork(387675565)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="bicycles" referenceClass=Bicycle sql="SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:23.796--ServerSession(1526542158)--Connection(882366643)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.796--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.797--ServerSession(1526542158)--Connection(355030274)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?))) [junit] bind => [1, 4, 45, 4711] [junit] [EL Finest]: 2022-09-10 04:19:23.797--ServerSession(1526542158)--Connection(882366643)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.797--UnitOfWork(387675565)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@ebd68757. [junit] [EL Finest]: 2022-09-10 04:19:23.797--UnitOfWork(387675565)--Thread(Thread[main,5,main])--assign sequence to the object (228 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@ebd68757) [junit] [EL Finest]: 2022-09-10 04:19:23.797--UnitOfWork(387675565)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="projects" referenceClass=Project sql="SELECT t1.ID, t2.PROJECT_ID, t1.PROJ_NAME, t2.PLANNED_DAYS, t2.USED_DAYS FROM TMP_EMP_PROJECT t0, TMP_PROJECT_DETAILS t2, TMP_PROJECT t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.PROJECT_ID)) AND (t2.PROJECT_ID = t1.ID))") [junit] [EL Finest]: 2022-09-10 04:19:23.797--ServerSession(1526542158)--Connection(1148828253)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.797--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.798--ServerSession(1526542158)--Connection(2128178938)--Thread(Thread[main,5,main])--SELECT t1.ID, t2.PROJECT_ID, t1.PROJ_NAME, t2.PLANNED_DAYS, t2.USED_DAYS FROM TMP_EMP_PROJECT t0, TMP_PROJECT_DETAILS t2, TMP_PROJECT t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.PROJECT_ID)) AND (t2.PROJECT_ID = t1.ID)) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:23.798--ServerSession(1526542158)--Connection(1148828253)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.798--UnitOfWork(387675565)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536 [junit] [EL Finest]: 2022-09-10 04:19:23.798--UnitOfWork(387675565)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97 [junit] [EL Finest]: 2022-09-10 04:19:23.798--UnitOfWork(387675565)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad [junit] [EL Finer]: 2022-09-10 04:19:23.798--UnitOfWork(387675565)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:23.799--UnitOfWork(387675565)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@381331fd) [junit] [EL Finest]: 2022-09-10 04:19:23.799--UnitOfWork(387675565)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@ebd68757) [junit] [EL Finest]: 2022-09-10 04:19:23.799--ServerSession(1526542158)--Connection(460349285)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.799--ClientSession(400913820)--Connection(460349285)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:23.799--ClientSession(400913820)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.799--ClientSession(400913820)--Connection(1993112956)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] bind => [228, Nasen bohren] [junit] [EL Finest]: 2022-09-10 04:19:23.8--ClientSession(400913820)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Fine]: 2022-09-10 04:19:23.8--ClientSession(400913820)--Connection(1993112956)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] bind => [1, 0, 228] [junit] [EL Fine]: 2022-09-10 04:19:23.8--ClientSession(400913820)--Connection(1993112956)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] bind => [228, 1] [junit] [EL Finer]: 2022-09-10 04:19:23.801--ClientSession(400913820)--Connection(1993112956)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:23.801--ServerSession(1526542158)--Connection(460349285)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.801--UnitOfWork(387675565)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:23.801--UnitOfWork(387675565)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.802--UnitOfWork(387675565)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.802--ClientSession(400913820)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.802--UnitOfWork(387675565)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.802--ClientSession(400913820)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:23.802--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 587361979 [junit] [EL Finer]: 2022-09-10 04:19:23.802--ClientSession(587361979)--Thread(Thread[main,5,main])--acquire unit of work: 689740502 [junit] [EL Finest]: 2022-09-10 04:19:23.802--UnitOfWork(689740502)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.802--UnitOfWork(689740502)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4d443a45 [junit] [EL Finest]: 2022-09-10 04:19:23.802--UnitOfWork(689740502)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2022-09-10 04:19:23.802--UnitOfWork(689740502)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:23.802--ServerSession(1526542158)--Connection(731646478)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.802--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.803--ServerSession(1526542158)--Connection(1721495425)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [1, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:23.803--ServerSession(1526542158)--Connection(731646478)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.803--UnitOfWork(689740502)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536 [junit] [EL Finest]: 2022-09-10 04:19:23.803--UnitOfWork(689740502)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97 [junit] [EL Finest]: 2022-09-10 04:19:23.804--UnitOfWork(689740502)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@ebd68757 [junit] [EL Finest]: 2022-09-10 04:19:23.804--UnitOfWork(689740502)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad [junit] [EL Finer]: 2022-09-10 04:19:23.804--UnitOfWork(689740502)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.804--ClientSession(587361979)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:23.831--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1038119519 [junit] [EL Finer]: 2022-09-10 04:19:23.831--ClientSession(1038119519)--Thread(Thread[main,5,main])--acquire unit of work: 1213887128 [junit] [EL Finest]: 2022-09-10 04:19:23.831--UnitOfWork(1213887128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11. [junit] [EL Finest]: 2022-09-10 04:19:23.831--UnitOfWork(1213887128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad. [junit] [EL Finest]: 2022-09-10 04:19:23.831--UnitOfWork(1213887128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536. [junit] [EL Finest]: 2022-09-10 04:19:23.831--UnitOfWork(1213887128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97. [junit] [EL Finest]: 2022-09-10 04:19:23.831--UnitOfWork(1213887128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e6c3290. [junit] [EL Finest]: 2022-09-10 04:19:23.831--UnitOfWork(1213887128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@95afa5c. [junit] [EL Finest]: 2022-09-10 04:19:23.831--UnitOfWork(1213887128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@199f41c3. [junit] [EL Finest]: 2022-09-10 04:19:23.831--UnitOfWork(1213887128)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@27d3ba25. [junit] [EL Finer]: 2022-09-10 04:19:23.831--UnitOfWork(1213887128)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:23.831--UnitOfWork(1213887128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2022-09-10 04:19:23.831--ServerSession(1526542158)--Connection(1433415497)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.831--ClientSession(1038119519)--Connection(1433415497)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:23.831--ClientSession(1038119519)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:23.832--UnitOfWork(1213887128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@199f41c3) [junit] [EL Fine]: 2022-09-10 04:19:23.832--ClientSession(1038119519)--Connection(916167098)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, diverses, 1] [junit] [EL Finest]: 2022-09-10 04:19:23.832--UnitOfWork(1213887128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@27d3ba25) [junit] [EL Finest]: 2022-09-10 04:19:23.832--UnitOfWork(1213887128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e6c3290) [junit] [EL Finer]: 2022-09-10 04:19:23.832--ClientSession(1038119519)--Connection(916167098)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:23.832--ClientSession(1038119519)--Connection(916167098)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:23.833--ClientSession(1038119519)--Connection(916167098)--Thread(Thread[main,5,main])-- bind => [1, Hans, Wurst, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:23.833--ClientSession(1038119519)--Connection(916167098)--Thread(Thread[main,5,main])-- bind => [2, Fred von, Jupiter, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:23.833--ClientSession(1038119519)--Connection(916167098)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:23.833--UnitOfWork(1213887128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@95afa5c) [junit] [EL Finest]: 2022-09-10 04:19:23.833--UnitOfWork(1213887128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97) [junit] [EL Finest]: 2022-09-10 04:19:23.833--UnitOfWork(1213887128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536) [junit] [EL Finest]: 2022-09-10 04:19:23.833--UnitOfWork(1213887128)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad) [junit] [EL Finer]: 2022-09-10 04:19:23.834--ClientSession(1038119519)--Connection(916167098)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:23.834--ClientSession(1038119519)--Connection(916167098)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:23.834--ClientSession(1038119519)--Connection(916167098)--Thread(Thread[main,5,main])-- bind => [225, Erbsen zählen] [junit] [EL Fine]: 2022-09-10 04:19:23.834--ClientSession(1038119519)--Connection(916167098)--Thread(Thread[main,5,main])-- bind => [226, Eclipse Linken] [junit] [EL Fine]: 2022-09-10 04:19:23.834--ClientSession(1038119519)--Connection(916167098)--Thread(Thread[main,5,main])-- bind => [224, Zitronen falten] [junit] [EL Fine]: 2022-09-10 04:19:23.834--ClientSession(1038119519)--Connection(916167098)--Thread(Thread[main,5,main])-- bind => [223, Bäuche pinseln] [junit] [EL Fine]: 2022-09-10 04:19:23.834--ClientSession(1038119519)--Connection(916167098)--Thread(Thread[main,5,main])-- bind => [222, Gürteltiere puhlen] [junit] [EL Finer]: 2022-09-10 04:19:23.834--ClientSession(1038119519)--Connection(916167098)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:23.835--ClientSession(1038119519)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:23.835--ClientSession(1038119519)--Connection(916167098)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:23.835--ClientSession(1038119519)--Connection(916167098)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:23.835--ClientSession(1038119519)--Connection(916167098)--Thread(Thread[main,5,main])-- bind => [1, 0, 225] [junit] [EL Fine]: 2022-09-10 04:19:23.835--ClientSession(1038119519)--Connection(916167098)--Thread(Thread[main,5,main])-- bind => [1, 0, 226] [junit] [EL Fine]: 2022-09-10 04:19:23.835--ClientSession(1038119519)--Connection(916167098)--Thread(Thread[main,5,main])-- bind => [1, 0, 224] [junit] [EL Fine]: 2022-09-10 04:19:23.835--ClientSession(1038119519)--Connection(916167098)--Thread(Thread[main,5,main])-- bind => [1, 0, 223] [junit] [EL Fine]: 2022-09-10 04:19:23.835--ClientSession(1038119519)--Connection(916167098)--Thread(Thread[main,5,main])-- bind => [1, 0, 222] [junit] [EL Finer]: 2022-09-10 04:19:23.835--ClientSession(1038119519)--Connection(916167098)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:23.836--ClientSession(1038119519)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.836--ClientSession(1038119519)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.836--ClientSession(1038119519)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.836--ClientSession(1038119519)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:23.836--ClientSession(1038119519)--Connection(916167098)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:23.836--ClientSession(1038119519)--Connection(916167098)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:23.836--ClientSession(1038119519)--Connection(916167098)--Thread(Thread[main,5,main])-- bind => [223, 1] [junit] [EL Fine]: 2022-09-10 04:19:23.836--ClientSession(1038119519)--Connection(916167098)--Thread(Thread[main,5,main])-- bind => [224, 1] [junit] [EL Fine]: 2022-09-10 04:19:23.836--ClientSession(1038119519)--Connection(916167098)--Thread(Thread[main,5,main])-- bind => [222, 1] [junit] [EL Fine]: 2022-09-10 04:19:23.836--ClientSession(1038119519)--Connection(916167098)--Thread(Thread[main,5,main])-- bind => [224, 2] [junit] [EL Fine]: 2022-09-10 04:19:23.836--ClientSession(1038119519)--Connection(916167098)--Thread(Thread[main,5,main])-- bind => [225, 2] [junit] [EL Finer]: 2022-09-10 04:19:23.836--ClientSession(1038119519)--Connection(916167098)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:23.837--ClientSession(1038119519)--Connection(916167098)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:23.838--ServerSession(1526542158)--Connection(1433415497)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:19:23.838--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="employees" referenceClass=Employee sql="SELECT t1.ID, t1.FIRSTNAME, t1.LASTNAME, t1.SALARY, t1.EMP_END, t1.EMP_START, t1.COSTCENTER, t1.DEPARTMENT, t1.BROKERAGE_ACCOUNT, t1.CUBICLE_FLOOR, t1.CUBICLE_PLACE, t1.SAMPLE_ACCOUNT, t1.PROFILE_GUID FROM TMP_EMP_PROJECT t0, TMP_EMP t1 WHERE ((t0.PROJECT_ID = ?) AND (t1.ID = t0.EMP_ID))") [junit] [EL Finest]: 2022-09-10 04:19:23.838--ServerSession(1526542158)--Connection(924953767)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.838--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.838--ServerSession(1526542158)--Connection(1221987373)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.FIRSTNAME, t1.LASTNAME, t1.SALARY, t1.EMP_END, t1.EMP_START, t1.COSTCENTER, t1.DEPARTMENT, t1.BROKERAGE_ACCOUNT, t1.CUBICLE_FLOOR, t1.CUBICLE_PLACE, t1.SAMPLE_ACCOUNT, t1.PROFILE_GUID FROM TMP_EMP_PROJECT t0, TMP_EMP t1 WHERE ((t0.PROJECT_ID = ?) AND (t1.ID = t0.EMP_ID)) [junit] bind => [224] [junit] [EL Finest]: 2022-09-10 04:19:23.839--ServerSession(1526542158)--Connection(924953767)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.839--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:19:23.839--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="motorVehicle" referenceClass=MotorVehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:23.839--ServerSession(1526542158)--Connection(1157462280)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.839--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.84--ServerSession(1526542158)--Connection(1018344158)--Thread(Thread[main,5,main])--SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?))) [junit] bind => [2, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:23.84--ServerSession(1526542158)--Connection(1157462280)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.84--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="bicycles" referenceClass=Bicycle sql="SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:23.84--ServerSession(1526542158)--Connection(2132705153)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.84--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.84--ServerSession(1526542158)--Connection(1452476158)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?))) [junit] bind => [2, 4, 45, 4711] [junit] [EL Finest]: 2022-09-10 04:19:23.841--ServerSession(1526542158)--Connection(2132705153)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.841--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="employees" referenceClass=Employee sql="SELECT t1.ID, t1.FIRSTNAME, t1.LASTNAME, t1.SALARY, t1.EMP_END, t1.EMP_START, t1.COSTCENTER, t1.DEPARTMENT, t1.BROKERAGE_ACCOUNT, t1.CUBICLE_FLOOR, t1.CUBICLE_PLACE, t1.SAMPLE_ACCOUNT, t1.PROFILE_GUID FROM TMP_EMP_PROJECT t0, TMP_EMP t1 WHERE ((t0.PROJECT_ID = ?) AND (t1.ID = t0.EMP_ID))") [junit] [EL Finest]: 2022-09-10 04:19:23.841--ServerSession(1526542158)--Connection(51647334)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.841--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.841--ServerSession(1526542158)--Connection(1300123916)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.FIRSTNAME, t1.LASTNAME, t1.SALARY, t1.EMP_END, t1.EMP_START, t1.COSTCENTER, t1.DEPARTMENT, t1.BROKERAGE_ACCOUNT, t1.CUBICLE_FLOOR, t1.CUBICLE_PLACE, t1.SAMPLE_ACCOUNT, t1.PROFILE_GUID FROM TMP_EMP_PROJECT t0, TMP_EMP t1 WHERE ((t0.PROJECT_ID = ?) AND (t1.ID = t0.EMP_ID)) [junit] bind => [222] [junit] [EL Finest]: 2022-09-10 04:19:23.842--ServerSession(1526542158)--Connection(51647334)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.842--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="employees" referenceClass=Employee sql="SELECT t1.ID, t1.FIRSTNAME, t1.LASTNAME, t1.SALARY, t1.EMP_END, t1.EMP_START, t1.COSTCENTER, t1.DEPARTMENT, t1.BROKERAGE_ACCOUNT, t1.CUBICLE_FLOOR, t1.CUBICLE_PLACE, t1.SAMPLE_ACCOUNT, t1.PROFILE_GUID FROM TMP_EMP_PROJECT t0, TMP_EMP t1 WHERE ((t0.PROJECT_ID = ?) AND (t1.ID = t0.EMP_ID))") [junit] [EL Finest]: 2022-09-10 04:19:23.842--ServerSession(1526542158)--Connection(1211112563)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.842--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.842--ServerSession(1526542158)--Connection(2004472392)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.FIRSTNAME, t1.LASTNAME, t1.SALARY, t1.EMP_END, t1.EMP_START, t1.COSTCENTER, t1.DEPARTMENT, t1.BROKERAGE_ACCOUNT, t1.CUBICLE_FLOOR, t1.CUBICLE_PLACE, t1.SAMPLE_ACCOUNT, t1.PROFILE_GUID FROM TMP_EMP_PROJECT t0, TMP_EMP t1 WHERE ((t0.PROJECT_ID = ?) AND (t1.ID = t0.EMP_ID)) [junit] bind => [223] [junit] [EL Finest]: 2022-09-10 04:19:23.843--ServerSession(1526542158)--Connection(1211112563)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.843--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="patents" referenceClass=Patent sql="SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_NAME, t1.PAT_YEAR FROM TMP_EMP_PATENT t0, TMP_PATENT t1 WHERE ((t0.EMP_ID = ?) AND ((t1.PAT_YEAR = t0.PATENT_YEAR) AND (t1.PAT_NAME = t0.PATENT_NAME)))") [junit] [EL Finest]: 2022-09-10 04:19:23.843--ServerSession(1526542158)--Connection(833813559)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.843--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.843--ServerSession(1526542158)--Connection(140547035)--Thread(Thread[main,5,main])--SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_NAME, t1.PAT_YEAR FROM TMP_EMP_PATENT t0, TMP_PATENT t1 WHERE ((t0.EMP_ID = ?) AND ((t1.PAT_YEAR = t0.PATENT_YEAR) AND (t1.PAT_NAME = t0.PATENT_NAME))) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:23.844--ServerSession(1526542158)--Connection(833813559)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.844--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="patents" referenceClass=Patent sql="SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_NAME, t1.PAT_YEAR FROM TMP_EMP_PATENT t0, TMP_PATENT t1 WHERE ((t0.EMP_ID = ?) AND ((t1.PAT_YEAR = t0.PATENT_YEAR) AND (t1.PAT_NAME = t0.PATENT_NAME)))") [junit] [EL Finest]: 2022-09-10 04:19:23.844--ServerSession(1526542158)--Connection(1733144356)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.844--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.844--ServerSession(1526542158)--Connection(1799292509)--Thread(Thread[main,5,main])--SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_NAME, t1.PAT_YEAR FROM TMP_EMP_PATENT t0, TMP_PATENT t1 WHERE ((t0.EMP_ID = ?) AND ((t1.PAT_YEAR = t0.PATENT_YEAR) AND (t1.PAT_NAME = t0.PATENT_NAME))) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:19:23.845--ServerSession(1526542158)--Connection(1733144356)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.845--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="projects" referenceClass=Project sql="SELECT t1.ID, t2.PROJECT_ID, t1.PROJ_NAME, t2.PLANNED_DAYS, t2.USED_DAYS FROM TMP_EMP_PROJECT t0, TMP_PROJECT_DETAILS t2, TMP_PROJECT t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.PROJECT_ID)) AND (t2.PROJECT_ID = t1.ID))") [junit] [EL Finest]: 2022-09-10 04:19:23.845--ServerSession(1526542158)--Connection(20528267)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.845--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.845--ServerSession(1526542158)--Connection(312991519)--Thread(Thread[main,5,main])--SELECT t1.ID, t2.PROJECT_ID, t1.PROJ_NAME, t2.PLANNED_DAYS, t2.USED_DAYS FROM TMP_EMP_PROJECT t0, TMP_PROJECT_DETAILS t2, TMP_PROJECT t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.PROJECT_ID)) AND (t2.PROJECT_ID = t1.ID)) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:19:23.845--ServerSession(1526542158)--Connection(20528267)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:23.846--UnitOfWork(1213887128)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:23.846--UnitOfWork(1213887128)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.846--UnitOfWork(1213887128)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.846--ClientSession(1038119519)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.846--UnitOfWork(1213887128)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.846--ClientSession(1038119519)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:23.846--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 639908545 [junit] [EL Finer]: 2022-09-10 04:19:23.846--ClientSession(639908545)--Thread(Thread[main,5,main])--acquire unit of work: 181884477 [junit] [EL Finest]: 2022-09-10 04:19:23.846--UnitOfWork(181884477)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.847--ServerSession(1526542158)--Connection(1318332041)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.847--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.847--ServerSession(1526542158)--Connection(741386109)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:23.847--ServerSession(1526542158)--Connection(1318332041)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.847--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:19:23.847--ServerSession(1526542158)--Connection(1576941791)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.847--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.848--ServerSession(1526542158)--Connection(1563153498)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?) [junit] bind => [17] [junit] [EL Finest]: 2022-09-10 04:19:23.848--ServerSession(1526542158)--Connection(1576941791)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.848--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="motorVehicle" referenceClass=MotorVehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:23.848--ServerSession(1526542158)--Connection(1619911675)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.848--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.848--ServerSession(1526542158)--Connection(1661428404)--Thread(Thread[main,5,main])--SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?))) [junit] bind => [1, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:23.849--ServerSession(1526542158)--Connection(1619911675)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.849--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="bicycles" referenceClass=Bicycle sql="SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:23.849--ServerSession(1526542158)--Connection(1059573695)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.849--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.849--ServerSession(1526542158)--Connection(1735202861)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?))) [junit] bind => [1, 4, 45, 4711] [junit] [EL Finest]: 2022-09-10 04:19:23.871--ServerSession(1526542158)--Connection(1059573695)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.871--UnitOfWork(181884477)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:19:23.871--UnitOfWork(181884477)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2022-09-10 04:19:23.872--UnitOfWork(181884477)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:23.872--ServerSession(1526542158)--Connection(475557284)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.872--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.872--ServerSession(1526542158)--Connection(1062764081)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [1, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:23.873--ServerSession(1526542158)--Connection(475557284)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.873--UnitOfWork(181884477)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="motorVehicle" referenceClass=MotorVehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:23.873--ServerSession(1526542158)--Connection(978170549)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.873--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.873--ServerSession(1526542158)--Connection(1176037947)--Thread(Thread[main,5,main])--SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?))) [junit] bind => [1, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:23.874--ServerSession(1526542158)--Connection(978170549)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.874--UnitOfWork(181884477)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="bicycles" referenceClass=Bicycle sql="SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:23.874--ServerSession(1526542158)--Connection(280250507)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.874--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.874--ServerSession(1526542158)--Connection(301740436)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?))) [junit] bind => [1, 4, 45, 4711] [junit] [EL Finest]: 2022-09-10 04:19:23.875--ServerSession(1526542158)--Connection(280250507)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:23.875--UnitOfWork(181884477)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:23.875--UnitOfWork(181884477)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:23.875--UnitOfWork(181884477)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.875--UnitOfWork(181884477)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.875--ClientSession(639908545)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.875--UnitOfWork(181884477)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.875--ClientSession(639908545)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:23.876--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2062682959 [junit] [EL Finer]: 2022-09-10 04:19:23.876--ClientSession(2062682959)--Thread(Thread[main,5,main])--acquire unit of work: 938174859 [junit] [EL Finest]: 2022-09-10 04:19:23.876--UnitOfWork(938174859)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.876--UnitOfWork(938174859)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4d443a45 [junit] [EL Finest]: 2022-09-10 04:19:23.876--UnitOfWork(938174859)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2022-09-10 04:19:23.877--UnitOfWork(938174859)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:23.877--ServerSession(1526542158)--Connection(27570968)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.877--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.877--ServerSession(1526542158)--Connection(1836000662)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [1, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:23.878--ServerSession(1526542158)--Connection(27570968)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.878--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="projects" referenceClass=Project sql="SELECT t1.ID, t2.PROJECT_ID, t1.PROJ_NAME, t2.PLANNED_DAYS, t2.USED_DAYS FROM TMP_EMP_PROJECT t0, TMP_PROJECT_DETAILS t2, TMP_PROJECT t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.PROJECT_ID)) AND (t2.PROJECT_ID = t1.ID))") [junit] [EL Finest]: 2022-09-10 04:19:23.878--ServerSession(1526542158)--Connection(1439785051)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.878--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.878--ServerSession(1526542158)--Connection(1099349218)--Thread(Thread[main,5,main])--SELECT t1.ID, t2.PROJECT_ID, t1.PROJ_NAME, t2.PLANNED_DAYS, t2.USED_DAYS FROM TMP_EMP_PROJECT t0, TMP_PROJECT_DETAILS t2, TMP_PROJECT t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.PROJECT_ID)) AND (t2.PROJECT_ID = t1.ID)) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:23.879--ServerSession(1526542158)--Connection(1439785051)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.879--UnitOfWork(938174859)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536 [junit] [EL Finest]: 2022-09-10 04:19:23.879--UnitOfWork(938174859)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97 [junit] [EL Finest]: 2022-09-10 04:19:23.879--UnitOfWork(938174859)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad [junit] [EL Finer]: 2022-09-10 04:19:23.88--UnitOfWork(938174859)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:23.88--UnitOfWork(938174859)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:23.88--UnitOfWork(938174859)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.88--UnitOfWork(938174859)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.88--ClientSession(2062682959)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.88--UnitOfWork(938174859)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.88--ClientSession(2062682959)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:23.88--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 835575483 [junit] [EL Finer]: 2022-09-10 04:19:23.88--ClientSession(835575483)--Thread(Thread[main,5,main])--acquire unit of work: 540974646 [junit] [EL Finest]: 2022-09-10 04:19:23.88--UnitOfWork(540974646)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.881--UnitOfWork(540974646)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4d443a45 [junit] [EL Finest]: 2022-09-10 04:19:23.881--UnitOfWork(540974646)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2022-09-10 04:19:23.881--UnitOfWork(540974646)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:23.881--ServerSession(1526542158)--Connection(1946400735)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.881--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.881--ServerSession(1526542158)--Connection(546850887)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [1, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:23.882--ServerSession(1526542158)--Connection(1946400735)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.882--UnitOfWork(540974646)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536 [junit] [EL Finest]: 2022-09-10 04:19:23.882--UnitOfWork(540974646)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97 [junit] [EL Finest]: 2022-09-10 04:19:23.882--UnitOfWork(540974646)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad [junit] [EL Finer]: 2022-09-10 04:19:23.882--UnitOfWork(540974646)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:23.882--UnitOfWork(540974646)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:23.882--UnitOfWork(540974646)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.882--UnitOfWork(540974646)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.882--ClientSession(835575483)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.882--UnitOfWork(540974646)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.882--ClientSession(835575483)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:23.911--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1388544397 [junit] [EL Finer]: 2022-09-10 04:19:23.911--ClientSession(1388544397)--Thread(Thread[main,5,main])--acquire unit of work: 1726362997 [junit] [EL Finest]: 2022-09-10 04:19:23.911--UnitOfWork(1726362997)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11. [junit] [EL Finest]: 2022-09-10 04:19:23.911--UnitOfWork(1726362997)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad. [junit] [EL Finest]: 2022-09-10 04:19:23.911--UnitOfWork(1726362997)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536. [junit] [EL Finest]: 2022-09-10 04:19:23.911--UnitOfWork(1726362997)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97. [junit] [EL Finest]: 2022-09-10 04:19:23.911--UnitOfWork(1726362997)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e6c3290. [junit] [EL Finest]: 2022-09-10 04:19:23.911--UnitOfWork(1726362997)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@95afa5c. [junit] [EL Finest]: 2022-09-10 04:19:23.911--UnitOfWork(1726362997)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6a909132. [junit] [EL Finest]: 2022-09-10 04:19:23.911--UnitOfWork(1726362997)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2491aa04. [junit] [EL Finer]: 2022-09-10 04:19:23.911--UnitOfWork(1726362997)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:23.912--UnitOfWork(1726362997)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2022-09-10 04:19:23.912--ServerSession(1526542158)--Connection(1855599804)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.912--ClientSession(1388544397)--Connection(1855599804)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:23.912--ClientSession(1388544397)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:23.912--UnitOfWork(1726362997)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2491aa04) [junit] [EL Fine]: 2022-09-10 04:19:23.912--ClientSession(1388544397)--Connection(2019511300)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, diverses, 1] [junit] [EL Finest]: 2022-09-10 04:19:23.913--UnitOfWork(1726362997)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6a909132) [junit] [EL Finest]: 2022-09-10 04:19:23.913--UnitOfWork(1726362997)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e6c3290) [junit] [EL Finer]: 2022-09-10 04:19:23.913--ClientSession(1388544397)--Connection(2019511300)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:23.913--ClientSession(1388544397)--Connection(2019511300)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:23.913--ClientSession(1388544397)--Connection(2019511300)--Thread(Thread[main,5,main])-- bind => [2, Fred von, Jupiter, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:23.913--ClientSession(1388544397)--Connection(2019511300)--Thread(Thread[main,5,main])-- bind => [1, Hans, Wurst, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:23.913--ClientSession(1388544397)--Connection(2019511300)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:23.914--UnitOfWork(1726362997)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad) [junit] [EL Finest]: 2022-09-10 04:19:23.914--UnitOfWork(1726362997)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@95afa5c) [junit] [EL Finest]: 2022-09-10 04:19:23.914--UnitOfWork(1726362997)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536) [junit] [EL Finest]: 2022-09-10 04:19:23.914--UnitOfWork(1726362997)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97) [junit] [EL Finer]: 2022-09-10 04:19:23.914--ClientSession(1388544397)--Connection(2019511300)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:23.914--ClientSession(1388544397)--Connection(2019511300)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:23.914--ClientSession(1388544397)--Connection(2019511300)--Thread(Thread[main,5,main])-- bind => [225, Erbsen zählen] [junit] [EL Fine]: 2022-09-10 04:19:23.914--ClientSession(1388544397)--Connection(2019511300)--Thread(Thread[main,5,main])-- bind => [222, Gürteltiere puhlen] [junit] [EL Fine]: 2022-09-10 04:19:23.914--ClientSession(1388544397)--Connection(2019511300)--Thread(Thread[main,5,main])-- bind => [226, Eclipse Linken] [junit] [EL Fine]: 2022-09-10 04:19:23.914--ClientSession(1388544397)--Connection(2019511300)--Thread(Thread[main,5,main])-- bind => [223, Bäuche pinseln] [junit] [EL Fine]: 2022-09-10 04:19:23.915--ClientSession(1388544397)--Connection(2019511300)--Thread(Thread[main,5,main])-- bind => [224, Zitronen falten] [junit] [EL Finer]: 2022-09-10 04:19:23.915--ClientSession(1388544397)--Connection(2019511300)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:23.915--ClientSession(1388544397)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:23.916--ClientSession(1388544397)--Connection(2019511300)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:23.916--ClientSession(1388544397)--Connection(2019511300)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:23.916--ClientSession(1388544397)--Connection(2019511300)--Thread(Thread[main,5,main])-- bind => [1, 0, 225] [junit] [EL Fine]: 2022-09-10 04:19:23.916--ClientSession(1388544397)--Connection(2019511300)--Thread(Thread[main,5,main])-- bind => [1, 0, 222] [junit] [EL Fine]: 2022-09-10 04:19:23.916--ClientSession(1388544397)--Connection(2019511300)--Thread(Thread[main,5,main])-- bind => [1, 0, 226] [junit] [EL Fine]: 2022-09-10 04:19:23.916--ClientSession(1388544397)--Connection(2019511300)--Thread(Thread[main,5,main])-- bind => [1, 0, 223] [junit] [EL Fine]: 2022-09-10 04:19:23.916--ClientSession(1388544397)--Connection(2019511300)--Thread(Thread[main,5,main])-- bind => [1, 0, 224] [junit] [EL Finer]: 2022-09-10 04:19:23.916--ClientSession(1388544397)--Connection(2019511300)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:23.917--ClientSession(1388544397)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.917--ClientSession(1388544397)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.917--ClientSession(1388544397)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.917--ClientSession(1388544397)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:23.917--ClientSession(1388544397)--Connection(2019511300)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:23.917--ClientSession(1388544397)--Connection(2019511300)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:23.917--ClientSession(1388544397)--Connection(2019511300)--Thread(Thread[main,5,main])-- bind => [224, 2] [junit] [EL Fine]: 2022-09-10 04:19:23.917--ClientSession(1388544397)--Connection(2019511300)--Thread(Thread[main,5,main])-- bind => [225, 2] [junit] [EL Fine]: 2022-09-10 04:19:23.917--ClientSession(1388544397)--Connection(2019511300)--Thread(Thread[main,5,main])-- bind => [223, 1] [junit] [EL Fine]: 2022-09-10 04:19:23.917--ClientSession(1388544397)--Connection(2019511300)--Thread(Thread[main,5,main])-- bind => [224, 1] [junit] [EL Fine]: 2022-09-10 04:19:23.917--ClientSession(1388544397)--Connection(2019511300)--Thread(Thread[main,5,main])-- bind => [222, 1] [junit] [EL Finer]: 2022-09-10 04:19:23.917--ClientSession(1388544397)--Connection(2019511300)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:23.918--ClientSession(1388544397)--Connection(2019511300)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:23.919--ServerSession(1526542158)--Connection(1855599804)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:19:23.919--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="employees" referenceClass=Employee sql="SELECT t1.ID, t1.FIRSTNAME, t1.LASTNAME, t1.SALARY, t1.EMP_END, t1.EMP_START, t1.COSTCENTER, t1.DEPARTMENT, t1.BROKERAGE_ACCOUNT, t1.CUBICLE_FLOOR, t1.CUBICLE_PLACE, t1.SAMPLE_ACCOUNT, t1.PROFILE_GUID FROM TMP_EMP_PROJECT t0, TMP_EMP t1 WHERE ((t0.PROJECT_ID = ?) AND (t1.ID = t0.EMP_ID))") [junit] [EL Finest]: 2022-09-10 04:19:23.919--ServerSession(1526542158)--Connection(1372404560)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.919--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.919--ServerSession(1526542158)--Connection(153465621)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.FIRSTNAME, t1.LASTNAME, t1.SALARY, t1.EMP_END, t1.EMP_START, t1.COSTCENTER, t1.DEPARTMENT, t1.BROKERAGE_ACCOUNT, t1.CUBICLE_FLOOR, t1.CUBICLE_PLACE, t1.SAMPLE_ACCOUNT, t1.PROFILE_GUID FROM TMP_EMP_PROJECT t0, TMP_EMP t1 WHERE ((t0.PROJECT_ID = ?) AND (t1.ID = t0.EMP_ID)) [junit] bind => [224] [junit] [EL Finest]: 2022-09-10 04:19:23.92--ServerSession(1526542158)--Connection(1372404560)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.92--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:19:23.92--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="motorVehicle" referenceClass=MotorVehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:23.921--ServerSession(1526542158)--Connection(1686961913)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.921--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.921--ServerSession(1526542158)--Connection(1083528294)--Thread(Thread[main,5,main])--SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?))) [junit] bind => [2, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:23.921--ServerSession(1526542158)--Connection(1686961913)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.921--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="bicycles" referenceClass=Bicycle sql="SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:23.921--ServerSession(1526542158)--Connection(1547226778)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.921--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.922--ServerSession(1526542158)--Connection(912557855)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?))) [junit] bind => [2, 4, 45, 4711] [junit] [EL Finest]: 2022-09-10 04:19:23.922--ServerSession(1526542158)--Connection(1547226778)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.922--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="employees" referenceClass=Employee sql="SELECT t1.ID, t1.FIRSTNAME, t1.LASTNAME, t1.SALARY, t1.EMP_END, t1.EMP_START, t1.COSTCENTER, t1.DEPARTMENT, t1.BROKERAGE_ACCOUNT, t1.CUBICLE_FLOOR, t1.CUBICLE_PLACE, t1.SAMPLE_ACCOUNT, t1.PROFILE_GUID FROM TMP_EMP_PROJECT t0, TMP_EMP t1 WHERE ((t0.PROJECT_ID = ?) AND (t1.ID = t0.EMP_ID))") [junit] [EL Finest]: 2022-09-10 04:19:23.922--ServerSession(1526542158)--Connection(649846379)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.922--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.923--ServerSession(1526542158)--Connection(880146908)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.FIRSTNAME, t1.LASTNAME, t1.SALARY, t1.EMP_END, t1.EMP_START, t1.COSTCENTER, t1.DEPARTMENT, t1.BROKERAGE_ACCOUNT, t1.CUBICLE_FLOOR, t1.CUBICLE_PLACE, t1.SAMPLE_ACCOUNT, t1.PROFILE_GUID FROM TMP_EMP_PROJECT t0, TMP_EMP t1 WHERE ((t0.PROJECT_ID = ?) AND (t1.ID = t0.EMP_ID)) [junit] bind => [222] [junit] [EL Finest]: 2022-09-10 04:19:23.923--ServerSession(1526542158)--Connection(649846379)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.923--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="employees" referenceClass=Employee sql="SELECT t1.ID, t1.FIRSTNAME, t1.LASTNAME, t1.SALARY, t1.EMP_END, t1.EMP_START, t1.COSTCENTER, t1.DEPARTMENT, t1.BROKERAGE_ACCOUNT, t1.CUBICLE_FLOOR, t1.CUBICLE_PLACE, t1.SAMPLE_ACCOUNT, t1.PROFILE_GUID FROM TMP_EMP_PROJECT t0, TMP_EMP t1 WHERE ((t0.PROJECT_ID = ?) AND (t1.ID = t0.EMP_ID))") [junit] [EL Finest]: 2022-09-10 04:19:23.923--ServerSession(1526542158)--Connection(1627262377)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.923--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.923--ServerSession(1526542158)--Connection(2069799795)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.FIRSTNAME, t1.LASTNAME, t1.SALARY, t1.EMP_END, t1.EMP_START, t1.COSTCENTER, t1.DEPARTMENT, t1.BROKERAGE_ACCOUNT, t1.CUBICLE_FLOOR, t1.CUBICLE_PLACE, t1.SAMPLE_ACCOUNT, t1.PROFILE_GUID FROM TMP_EMP_PROJECT t0, TMP_EMP t1 WHERE ((t0.PROJECT_ID = ?) AND (t1.ID = t0.EMP_ID)) [junit] bind => [223] [junit] [EL Finest]: 2022-09-10 04:19:23.924--ServerSession(1526542158)--Connection(1627262377)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.924--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="patents" referenceClass=Patent sql="SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_NAME, t1.PAT_YEAR FROM TMP_EMP_PATENT t0, TMP_PATENT t1 WHERE ((t0.EMP_ID = ?) AND ((t1.PAT_YEAR = t0.PATENT_YEAR) AND (t1.PAT_NAME = t0.PATENT_NAME)))") [junit] [EL Finest]: 2022-09-10 04:19:23.924--ServerSession(1526542158)--Connection(243103256)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.924--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.924--ServerSession(1526542158)--Connection(11934111)--Thread(Thread[main,5,main])--SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_NAME, t1.PAT_YEAR FROM TMP_EMP_PATENT t0, TMP_PATENT t1 WHERE ((t0.EMP_ID = ?) AND ((t1.PAT_YEAR = t0.PATENT_YEAR) AND (t1.PAT_NAME = t0.PATENT_NAME))) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:23.925--ServerSession(1526542158)--Connection(243103256)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.925--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="patents" referenceClass=Patent sql="SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_NAME, t1.PAT_YEAR FROM TMP_EMP_PATENT t0, TMP_PATENT t1 WHERE ((t0.EMP_ID = ?) AND ((t1.PAT_YEAR = t0.PATENT_YEAR) AND (t1.PAT_NAME = t0.PATENT_NAME)))") [junit] [EL Finest]: 2022-09-10 04:19:23.925--ServerSession(1526542158)--Connection(412520498)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.925--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.925--ServerSession(1526542158)--Connection(677124190)--Thread(Thread[main,5,main])--SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_NAME, t1.PAT_YEAR FROM TMP_EMP_PATENT t0, TMP_PATENT t1 WHERE ((t0.EMP_ID = ?) AND ((t1.PAT_YEAR = t0.PATENT_YEAR) AND (t1.PAT_NAME = t0.PATENT_NAME))) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:19:23.926--ServerSession(1526542158)--Connection(412520498)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.926--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="projects" referenceClass=Project sql="SELECT t1.ID, t2.PROJECT_ID, t1.PROJ_NAME, t2.PLANNED_DAYS, t2.USED_DAYS FROM TMP_EMP_PROJECT t0, TMP_PROJECT_DETAILS t2, TMP_PROJECT t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.PROJECT_ID)) AND (t2.PROJECT_ID = t1.ID))") [junit] [EL Finest]: 2022-09-10 04:19:23.926--ServerSession(1526542158)--Connection(261414157)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.926--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.926--ServerSession(1526542158)--Connection(1203944009)--Thread(Thread[main,5,main])--SELECT t1.ID, t2.PROJECT_ID, t1.PROJ_NAME, t2.PLANNED_DAYS, t2.USED_DAYS FROM TMP_EMP_PROJECT t0, TMP_PROJECT_DETAILS t2, TMP_PROJECT t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.PROJECT_ID)) AND (t2.PROJECT_ID = t1.ID)) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:19:23.927--ServerSession(1526542158)--Connection(261414157)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:23.927--UnitOfWork(1726362997)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:23.927--UnitOfWork(1726362997)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.927--UnitOfWork(1726362997)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.927--ClientSession(1388544397)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.927--UnitOfWork(1726362997)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.927--ClientSession(1388544397)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:23.928--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1234494127 [junit] [EL Finer]: 2022-09-10 04:19:23.928--ClientSession(1234494127)--Thread(Thread[main,5,main])--acquire unit of work: 467015974 [junit] [EL Finest]: 2022-09-10 04:19:23.928--UnitOfWork(467015974)--Thread(Thread[main,5,main])--PERSIST operation called on: Item: id=[B@402e88b3, name=b, key1 - value1. [junit] [EL Finest]: 2022-09-10 04:19:23.928--UnitOfWork(467015974)--Thread(Thread[main,5,main])--PERSIST operation called on: item [B@402e88b3: key1 - value1. [junit] [EL Finer]: 2022-09-10 04:19:23.928--UnitOfWork(467015974)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:23.929--UnitOfWork(467015974)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(Item: id=[B@402e88b3, name=b, key1 - value1) [junit] [EL Finest]: 2022-09-10 04:19:23.929--ServerSession(1526542158)--Connection(1731630644)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.929--ClientSession(1234494127)--Connection(1731630644)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:23.929--ClientSession(1234494127)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:23.929--UnitOfWork(467015974)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(item [B@402e88b3: key1 - value1) [junit] [EL Fine]: 2022-09-10 04:19:23.929--ClientSession(1234494127)--Connection(1886729628)--Thread(Thread[main,5,main])--INSERT INTO BYTE_ITEM (ITEM_ID, NAME, NAMESPACE, TEXT) VALUES (?, ?, ?, ?) [junit] bind => [[B@402e88b3, b, a, c] [junit] [EL Fine]: 2022-09-10 04:19:23.93--ClientSession(1234494127)--Connection(1886729628)--Thread(Thread[main,5,main])--INSERT INTO BYTE_ITEM_ATT (ATT_KEY, ATT_VAL, ITEM_ID) VALUES (?, ?, ?) [junit] bind => [key1, value1, [B@402e88b3] [junit] [EL Finer]: 2022-09-10 04:19:23.931--ClientSession(1234494127)--Connection(1886729628)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:23.932--ServerSession(1526542158)--Connection(1731630644)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.932--UnitOfWork(467015974)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:23.932--UnitOfWork(467015974)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.932--UnitOfWork(467015974)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.932--ClientSession(1234494127)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.932--UnitOfWork(467015974)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.932--ClientSession(1234494127)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:23.932--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 524237476 [junit] [EL Finer]: 2022-09-10 04:19:23.932--ClientSession(524237476)--Thread(Thread[main,5,main])--acquire unit of work: 2033056323 [junit] [EL Finest]: 2022-09-10 04:19:23.933--UnitOfWork(2033056323)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readItem_Byte" referenceClass=Item_Byte sql="SELECT ITEM_ID, NAME, NAMESPACE, TEXT FROM BYTE_ITEM WHERE (ITEM_ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.933--ServerSession(1526542158)--Connection(427222730)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.933--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.933--ServerSession(1526542158)--Connection(1743462143)--Thread(Thread[main,5,main])--SELECT ITEM_ID, NAME, NAMESPACE, TEXT FROM BYTE_ITEM WHERE (ITEM_ID = ?) [junit] bind => [[B@402e88b3] [junit] [EL Finest]: 2022-09-10 04:19:23.933--ServerSession(1526542158)--Connection(427222730)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.934--UnitOfWork(2033056323)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="attr2" referenceClass=Item_Attribute_Byte sql="SELECT ATT_KEY, ATT_VAL, ITEM_ID FROM BYTE_ITEM_ATT WHERE (ITEM_ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.934--ServerSession(1526542158)--Connection(1509878300)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.934--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.934--ServerSession(1526542158)--Connection(759634557)--Thread(Thread[main,5,main])--SELECT ATT_KEY, ATT_VAL, ITEM_ID FROM BYTE_ITEM_ATT WHERE (ITEM_ID = ?) [junit] bind => [[B@6f81e89b] [junit] [EL Finest]: 2022-09-10 04:19:23.935--ServerSession(1526542158)--Connection(1509878300)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.935--UnitOfWork(2033056323)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="item" referenceClass=Item_Byte ) [junit] [EL Finer]: 2022-09-10 04:19:23.963--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1571445966 [junit] [EL Finer]: 2022-09-10 04:19:23.963--ClientSession(1571445966)--Thread(Thread[main,5,main])--acquire unit of work: 1153400840 [junit] [EL Finest]: 2022-09-10 04:19:23.963--UnitOfWork(1153400840)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11. [junit] [EL Finest]: 2022-09-10 04:19:23.963--UnitOfWork(1153400840)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad. [junit] [EL Finest]: 2022-09-10 04:19:23.963--UnitOfWork(1153400840)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536. [junit] [EL Finest]: 2022-09-10 04:19:23.963--UnitOfWork(1153400840)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97. [junit] [EL Finest]: 2022-09-10 04:19:23.963--UnitOfWork(1153400840)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e6c3290. [junit] [EL Finest]: 2022-09-10 04:19:23.963--UnitOfWork(1153400840)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@95afa5c. [junit] [EL Finest]: 2022-09-10 04:19:23.963--UnitOfWork(1153400840)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6cac07a8. [junit] [EL Finest]: 2022-09-10 04:19:23.963--UnitOfWork(1153400840)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@636f7adf. [junit] [EL Finer]: 2022-09-10 04:19:23.963--UnitOfWork(1153400840)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:23.964--UnitOfWork(1153400840)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2022-09-10 04:19:23.964--ServerSession(1526542158)--Connection(1752841160)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.964--ClientSession(1571445966)--Connection(1752841160)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:23.964--ClientSession(1571445966)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:23.964--UnitOfWork(1153400840)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@636f7adf) [junit] [EL Fine]: 2022-09-10 04:19:23.964--ClientSession(1571445966)--Connection(422135638)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, diverses, 1] [junit] [EL Finest]: 2022-09-10 04:19:23.965--UnitOfWork(1153400840)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6cac07a8) [junit] [EL Finest]: 2022-09-10 04:19:23.965--UnitOfWork(1153400840)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536) [junit] [EL Finer]: 2022-09-10 04:19:23.965--ClientSession(1571445966)--Connection(422135638)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:23.965--ClientSession(1571445966)--Connection(422135638)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:23.965--ClientSession(1571445966)--Connection(422135638)--Thread(Thread[main,5,main])-- bind => [2, Fred von, Jupiter, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:23.965--ClientSession(1571445966)--Connection(422135638)--Thread(Thread[main,5,main])-- bind => [1, Hans, Wurst, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:23.965--ClientSession(1571445966)--Connection(422135638)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:23.966--UnitOfWork(1153400840)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@95afa5c) [junit] [EL Finest]: 2022-09-10 04:19:23.966--UnitOfWork(1153400840)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad) [junit] [EL Finest]: 2022-09-10 04:19:23.966--UnitOfWork(1153400840)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e6c3290) [junit] [EL Finest]: 2022-09-10 04:19:23.966--UnitOfWork(1153400840)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97) [junit] [EL Finer]: 2022-09-10 04:19:23.966--ClientSession(1571445966)--Connection(422135638)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:23.966--ClientSession(1571445966)--Connection(422135638)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:23.966--ClientSession(1571445966)--Connection(422135638)--Thread(Thread[main,5,main])-- bind => [223, Bäuche pinseln] [junit] [EL Fine]: 2022-09-10 04:19:23.966--ClientSession(1571445966)--Connection(422135638)--Thread(Thread[main,5,main])-- bind => [226, Eclipse Linken] [junit] [EL Fine]: 2022-09-10 04:19:23.966--ClientSession(1571445966)--Connection(422135638)--Thread(Thread[main,5,main])-- bind => [222, Gürteltiere puhlen] [junit] [EL Fine]: 2022-09-10 04:19:23.966--ClientSession(1571445966)--Connection(422135638)--Thread(Thread[main,5,main])-- bind => [225, Erbsen zählen] [junit] [EL Fine]: 2022-09-10 04:19:23.966--ClientSession(1571445966)--Connection(422135638)--Thread(Thread[main,5,main])-- bind => [224, Zitronen falten] [junit] [EL Finer]: 2022-09-10 04:19:23.966--ClientSession(1571445966)--Connection(422135638)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:23.967--ClientSession(1571445966)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:23.967--ClientSession(1571445966)--Connection(422135638)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:23.967--ClientSession(1571445966)--Connection(422135638)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:23.967--ClientSession(1571445966)--Connection(422135638)--Thread(Thread[main,5,main])-- bind => [1, 0, 223] [junit] [EL Fine]: 2022-09-10 04:19:23.967--ClientSession(1571445966)--Connection(422135638)--Thread(Thread[main,5,main])-- bind => [1, 0, 226] [junit] [EL Fine]: 2022-09-10 04:19:23.967--ClientSession(1571445966)--Connection(422135638)--Thread(Thread[main,5,main])-- bind => [1, 0, 222] [junit] [EL Fine]: 2022-09-10 04:19:23.967--ClientSession(1571445966)--Connection(422135638)--Thread(Thread[main,5,main])-- bind => [1, 0, 225] [junit] [EL Fine]: 2022-09-10 04:19:23.967--ClientSession(1571445966)--Connection(422135638)--Thread(Thread[main,5,main])-- bind => [1, 0, 224] [junit] [EL Finer]: 2022-09-10 04:19:23.968--ClientSession(1571445966)--Connection(422135638)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:23.968--ClientSession(1571445966)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.969--ClientSession(1571445966)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.969--ClientSession(1571445966)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:23.969--ClientSession(1571445966)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:23.969--ClientSession(1571445966)--Connection(422135638)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:23.969--ClientSession(1571445966)--Connection(422135638)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:23.969--ClientSession(1571445966)--Connection(422135638)--Thread(Thread[main,5,main])-- bind => [224, 2] [junit] [EL Fine]: 2022-09-10 04:19:23.969--ClientSession(1571445966)--Connection(422135638)--Thread(Thread[main,5,main])-- bind => [225, 2] [junit] [EL Fine]: 2022-09-10 04:19:23.969--ClientSession(1571445966)--Connection(422135638)--Thread(Thread[main,5,main])-- bind => [223, 1] [junit] [EL Fine]: 2022-09-10 04:19:23.969--ClientSession(1571445966)--Connection(422135638)--Thread(Thread[main,5,main])-- bind => [224, 1] [junit] [EL Fine]: 2022-09-10 04:19:23.969--ClientSession(1571445966)--Connection(422135638)--Thread(Thread[main,5,main])-- bind => [222, 1] [junit] [EL Finer]: 2022-09-10 04:19:23.969--ClientSession(1571445966)--Connection(422135638)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:23.97--ClientSession(1571445966)--Connection(422135638)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:23.971--ServerSession(1526542158)--Connection(1752841160)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:23.971--UnitOfWork(1153400840)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:23.971--UnitOfWork(1153400840)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.971--UnitOfWork(1153400840)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.971--ClientSession(1571445966)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:23.971--UnitOfWork(1153400840)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.971--ClientSession(1571445966)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:23.973--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 465829684 [junit] [EL Finer]: 2022-09-10 04:19:23.973--ClientSession(465829684)--Thread(Thread[main,5,main])--acquire unit of work: 998328124 [junit] [EL Finest]: 2022-09-10 04:19:23.973--UnitOfWork(998328124)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readProject" referenceClass=Project sql="SELECT t0.ID, t1.PROJECT_ID, t0.PROJ_NAME, t1.PLANNED_DAYS, t1.USED_DAYS FROM TMP_PROJECT t0, TMP_PROJECT_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.PROJECT_ID = t0.ID))") [junit] [EL Finest]: 2022-09-10 04:19:23.973--ServerSession(1526542158)--Connection(412756263)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.973--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.973--ServerSession(1526542158)--Connection(1216125124)--Thread(Thread[main,5,main])--SELECT t0.ID, t1.PROJECT_ID, t0.PROJ_NAME, t1.PLANNED_DAYS, t1.USED_DAYS FROM TMP_PROJECT t0, TMP_PROJECT_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.PROJECT_ID = t0.ID)) [junit] bind => [226] [junit] [EL Finest]: 2022-09-10 04:19:23.974--ServerSession(1526542158)--Connection(412756263)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.974--UnitOfWork(998328124)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="employees" referenceClass=Employee sql="SELECT t1.ID, t1.FIRSTNAME, t1.LASTNAME, t1.SALARY, t1.EMP_END, t1.EMP_START, t1.COSTCENTER, t1.DEPARTMENT, t1.BROKERAGE_ACCOUNT, t1.CUBICLE_FLOOR, t1.CUBICLE_PLACE, t1.SAMPLE_ACCOUNT, t1.PROFILE_GUID FROM TMP_EMP_PROJECT t0, TMP_EMP t1 WHERE ((t0.PROJECT_ID = ?) AND (t1.ID = t0.EMP_ID))") [junit] [EL Finest]: 2022-09-10 04:19:23.974--ServerSession(1526542158)--Connection(407321562)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.974--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.975--ServerSession(1526542158)--Connection(1140571014)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.FIRSTNAME, t1.LASTNAME, t1.SALARY, t1.EMP_END, t1.EMP_START, t1.COSTCENTER, t1.DEPARTMENT, t1.BROKERAGE_ACCOUNT, t1.CUBICLE_FLOOR, t1.CUBICLE_PLACE, t1.SAMPLE_ACCOUNT, t1.PROFILE_GUID FROM TMP_EMP_PROJECT t0, TMP_EMP t1 WHERE ((t0.PROJECT_ID = ?) AND (t1.ID = t0.EMP_ID)) [junit] bind => [226] [junit] [EL Finest]: 2022-09-10 04:19:23.975--ServerSession(1526542158)--Connection(407321562)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.975--UnitOfWork(998328124)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readProject" referenceClass=Project sql="SELECT t0.ID, t1.PROJECT_ID, t0.PROJ_NAME, t1.PLANNED_DAYS, t1.USED_DAYS FROM TMP_PROJECT t0, TMP_PROJECT_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.PROJECT_ID = t0.ID))") [junit] [EL Finest]: 2022-09-10 04:19:23.976--ServerSession(1526542158)--Connection(2108331344)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.976--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.976--ServerSession(1526542158)--Connection(1662203624)--Thread(Thread[main,5,main])--SELECT t0.ID, t1.PROJECT_ID, t0.PROJ_NAME, t1.PLANNED_DAYS, t1.USED_DAYS FROM TMP_PROJECT t0, TMP_PROJECT_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.PROJECT_ID = t0.ID)) [junit] bind => [222] [junit] [EL Finest]: 2022-09-10 04:19:23.976--ServerSession(1526542158)--Connection(2108331344)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.976--UnitOfWork(998328124)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="employees" referenceClass=Employee sql="SELECT t1.ID, t1.FIRSTNAME, t1.LASTNAME, t1.SALARY, t1.EMP_END, t1.EMP_START, t1.COSTCENTER, t1.DEPARTMENT, t1.BROKERAGE_ACCOUNT, t1.CUBICLE_FLOOR, t1.CUBICLE_PLACE, t1.SAMPLE_ACCOUNT, t1.PROFILE_GUID FROM TMP_EMP_PROJECT t0, TMP_EMP t1 WHERE ((t0.PROJECT_ID = ?) AND (t1.ID = t0.EMP_ID))") [junit] [EL Finest]: 2022-09-10 04:19:23.976--ServerSession(1526542158)--Connection(574215050)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.977--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.977--ServerSession(1526542158)--Connection(407795087)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.FIRSTNAME, t1.LASTNAME, t1.SALARY, t1.EMP_END, t1.EMP_START, t1.COSTCENTER, t1.DEPARTMENT, t1.BROKERAGE_ACCOUNT, t1.CUBICLE_FLOOR, t1.CUBICLE_PLACE, t1.SAMPLE_ACCOUNT, t1.PROFILE_GUID FROM TMP_EMP_PROJECT t0, TMP_EMP t1 WHERE ((t0.PROJECT_ID = ?) AND (t1.ID = t0.EMP_ID)) [junit] bind => [222] [junit] [EL Finest]: 2022-09-10 04:19:23.977--ServerSession(1526542158)--Connection(574215050)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.978--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:19:23.978--ServerSession(1526542158)--Connection(2124232754)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.978--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.978--ServerSession(1526542158)--Connection(868787496)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?) [junit] bind => [17] [junit] [EL Finest]: 2022-09-10 04:19:23.978--ServerSession(1526542158)--Connection(2124232754)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.978--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="motorVehicle" referenceClass=MotorVehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:23.979--ServerSession(1526542158)--Connection(19298481)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.979--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.979--ServerSession(1526542158)--Connection(2008116312)--Thread(Thread[main,5,main])--SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?))) [junit] bind => [1, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:23.979--ServerSession(1526542158)--Connection(19298481)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.979--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="bicycles" referenceClass=Bicycle sql="SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:23.979--ServerSession(1526542158)--Connection(223100797)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.98--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.98--ServerSession(1526542158)--Connection(1910718752)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?))) [junit] bind => [1, 4, 45, 4711] [junit] [EL Finest]: 2022-09-10 04:19:23.98--ServerSession(1526542158)--Connection(223100797)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.98--UnitOfWork(998328124)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:19:23.981--UnitOfWork(998328124)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2022-09-10 04:19:23.981--UnitOfWork(998328124)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:23.981--ServerSession(1526542158)--Connection(163939646)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.981--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.981--ServerSession(1526542158)--Connection(59121061)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [1, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:23.982--ServerSession(1526542158)--Connection(163939646)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.982--UnitOfWork(998328124)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="motorVehicle" referenceClass=MotorVehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:23.982--ServerSession(1526542158)--Connection(287896876)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.982--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.982--ServerSession(1526542158)--Connection(577812889)--Thread(Thread[main,5,main])--SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?))) [junit] bind => [1, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:23.983--ServerSession(1526542158)--Connection(287896876)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.983--UnitOfWork(998328124)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="bicycles" referenceClass=Bicycle sql="SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:23.983--ServerSession(1526542158)--Connection(156136100)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.983--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.983--ServerSession(1526542158)--Connection(785755749)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?))) [junit] bind => [1, 4, 45, 4711] [junit] [EL Finest]: 2022-09-10 04:19:23.984--ServerSession(1526542158)--Connection(156136100)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.984--UnitOfWork(998328124)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1594c502 [junit] [EL Finest]: 2022-09-10 04:19:23.984--UnitOfWork(998328124)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readProject" referenceClass=Project sql="SELECT t0.ID, t1.PROJECT_ID, t0.PROJ_NAME, t1.PLANNED_DAYS, t1.USED_DAYS FROM TMP_PROJECT t0, TMP_PROJECT_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.PROJECT_ID = t0.ID))") [junit] [EL Finest]: 2022-09-10 04:19:23.984--ServerSession(1526542158)--Connection(667695950)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.984--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.984--ServerSession(1526542158)--Connection(610864980)--Thread(Thread[main,5,main])--SELECT t0.ID, t1.PROJECT_ID, t0.PROJ_NAME, t1.PLANNED_DAYS, t1.USED_DAYS FROM TMP_PROJECT t0, TMP_PROJECT_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.PROJECT_ID = t0.ID)) [junit] bind => [224] [junit] [EL Finest]: 2022-09-10 04:19:23.984--ServerSession(1526542158)--Connection(667695950)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.985--UnitOfWork(998328124)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="employees" referenceClass=Employee sql="SELECT t1.ID, t1.FIRSTNAME, t1.LASTNAME, t1.SALARY, t1.EMP_END, t1.EMP_START, t1.COSTCENTER, t1.DEPARTMENT, t1.BROKERAGE_ACCOUNT, t1.CUBICLE_FLOOR, t1.CUBICLE_PLACE, t1.SAMPLE_ACCOUNT, t1.PROFILE_GUID FROM TMP_EMP_PROJECT t0, TMP_EMP t1 WHERE ((t0.PROJECT_ID = ?) AND (t1.ID = t0.EMP_ID))") [junit] [EL Finest]: 2022-09-10 04:19:23.985--ServerSession(1526542158)--Connection(229995180)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.985--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.985--ServerSession(1526542158)--Connection(1673217698)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.FIRSTNAME, t1.LASTNAME, t1.SALARY, t1.EMP_END, t1.EMP_START, t1.COSTCENTER, t1.DEPARTMENT, t1.BROKERAGE_ACCOUNT, t1.CUBICLE_FLOOR, t1.CUBICLE_PLACE, t1.SAMPLE_ACCOUNT, t1.PROFILE_GUID FROM TMP_EMP_PROJECT t0, TMP_EMP t1 WHERE ((t0.PROJECT_ID = ?) AND (t1.ID = t0.EMP_ID)) [junit] bind => [224] [junit] [EL Finest]: 2022-09-10 04:19:23.985--ServerSession(1526542158)--Connection(229995180)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.985--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:19:23.986--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="motorVehicle" referenceClass=MotorVehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:23.986--ServerSession(1526542158)--Connection(944853057)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.986--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.986--ServerSession(1526542158)--Connection(1510019626)--Thread(Thread[main,5,main])--SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?))) [junit] bind => [2, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:23.986--ServerSession(1526542158)--Connection(944853057)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.986--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="bicycles" referenceClass=Bicycle sql="SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:23.986--ServerSession(1526542158)--Connection(2143520437)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.987--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.987--ServerSession(1526542158)--Connection(763448101)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?))) [junit] bind => [2, 4, 45, 4711] [junit] [EL Finest]: 2022-09-10 04:19:23.987--ServerSession(1526542158)--Connection(2143520437)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.987--UnitOfWork(998328124)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:19:23.988--UnitOfWork(998328124)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:23.988--ServerSession(1526542158)--Connection(1156051327)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.988--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.988--ServerSession(1526542158)--Connection(1662538405)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [2, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:23.989--ServerSession(1526542158)--Connection(1156051327)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.989--UnitOfWork(998328124)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="motorVehicle" referenceClass=MotorVehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:23.989--ServerSession(1526542158)--Connection(1069231981)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.989--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.99--ServerSession(1526542158)--Connection(504876869)--Thread(Thread[main,5,main])--SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?))) [junit] bind => [2, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:23.99--ServerSession(1526542158)--Connection(1069231981)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.99--UnitOfWork(998328124)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="bicycles" referenceClass=Bicycle sql="SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:23.99--ServerSession(1526542158)--Connection(763756424)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.991--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:23.991--ServerSession(1526542158)--Connection(231239834)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?))) [junit] bind => [2, 4, 45, 4711] [junit] [EL Finest]: 2022-09-10 04:19:23.991--ServerSession(1526542158)--Connection(763756424)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:23.992--UnitOfWork(998328124)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1594c502 [junit] [EL Finest]: 2022-09-10 04:19:23.992--UnitOfWork(998328124)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1669899 [junit] [EL Finer]: 2022-09-10 04:19:23.992--UnitOfWork(998328124)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:23.992--ClientSession(465829684)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:24.021--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1963946302 [junit] [EL Finer]: 2022-09-10 04:19:24.021--ClientSession(1963946302)--Thread(Thread[main,5,main])--acquire unit of work: 2115914245 [junit] [EL Finest]: 2022-09-10 04:19:24.021--UnitOfWork(2115914245)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11. [junit] [EL Finest]: 2022-09-10 04:19:24.021--UnitOfWork(2115914245)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad. [junit] [EL Finest]: 2022-09-10 04:19:24.021--UnitOfWork(2115914245)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536. [junit] [EL Finest]: 2022-09-10 04:19:24.021--UnitOfWork(2115914245)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97. [junit] [EL Finest]: 2022-09-10 04:19:24.021--UnitOfWork(2115914245)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e6c3290. [junit] [EL Finest]: 2022-09-10 04:19:24.021--UnitOfWork(2115914245)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@95afa5c. [junit] [EL Finest]: 2022-09-10 04:19:24.021--UnitOfWork(2115914245)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@e8b0e73. [junit] [EL Finest]: 2022-09-10 04:19:24.021--UnitOfWork(2115914245)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3181d. [junit] [EL Finer]: 2022-09-10 04:19:24.021--UnitOfWork(2115914245)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:24.022--UnitOfWork(2115914245)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2022-09-10 04:19:24.022--ServerSession(1526542158)--Connection(978368348)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.022--ClientSession(1963946302)--Connection(978368348)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:24.022--ClientSession(1963946302)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:24.022--UnitOfWork(2115914245)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3181d) [junit] [EL Fine]: 2022-09-10 04:19:24.022--ClientSession(1963946302)--Connection(102913385)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, diverses, 1] [junit] [EL Finest]: 2022-09-10 04:19:24.023--UnitOfWork(2115914245)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@e8b0e73) [junit] [EL Finest]: 2022-09-10 04:19:24.023--UnitOfWork(2115914245)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@95afa5c) [junit] [EL Finer]: 2022-09-10 04:19:24.023--ClientSession(1963946302)--Connection(102913385)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.023--ClientSession(1963946302)--Connection(102913385)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.023--ClientSession(1963946302)--Connection(102913385)--Thread(Thread[main,5,main])-- bind => [2, Fred von, Jupiter, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:24.023--ClientSession(1963946302)--Connection(102913385)--Thread(Thread[main,5,main])-- bind => [1, Hans, Wurst, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:24.023--ClientSession(1963946302)--Connection(102913385)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:24.024--UnitOfWork(2115914245)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad) [junit] [EL Finest]: 2022-09-10 04:19:24.024--UnitOfWork(2115914245)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97) [junit] [EL Finest]: 2022-09-10 04:19:24.024--UnitOfWork(2115914245)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e6c3290) [junit] [EL Finest]: 2022-09-10 04:19:24.024--UnitOfWork(2115914245)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536) [junit] [EL Finer]: 2022-09-10 04:19:24.024--ClientSession(1963946302)--Connection(102913385)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.024--ClientSession(1963946302)--Connection(102913385)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.024--ClientSession(1963946302)--Connection(102913385)--Thread(Thread[main,5,main])-- bind => [226, Eclipse Linken] [junit] [EL Fine]: 2022-09-10 04:19:24.024--ClientSession(1963946302)--Connection(102913385)--Thread(Thread[main,5,main])-- bind => [222, Gürteltiere puhlen] [junit] [EL Fine]: 2022-09-10 04:19:24.025--ClientSession(1963946302)--Connection(102913385)--Thread(Thread[main,5,main])-- bind => [224, Zitronen falten] [junit] [EL Fine]: 2022-09-10 04:19:24.025--ClientSession(1963946302)--Connection(102913385)--Thread(Thread[main,5,main])-- bind => [225, Erbsen zählen] [junit] [EL Fine]: 2022-09-10 04:19:24.025--ClientSession(1963946302)--Connection(102913385)--Thread(Thread[main,5,main])-- bind => [223, Bäuche pinseln] [junit] [EL Finer]: 2022-09-10 04:19:24.025--ClientSession(1963946302)--Connection(102913385)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:24.026--ClientSession(1963946302)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:24.026--ClientSession(1963946302)--Connection(102913385)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.026--ClientSession(1963946302)--Connection(102913385)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.026--ClientSession(1963946302)--Connection(102913385)--Thread(Thread[main,5,main])-- bind => [1, 0, 226] [junit] [EL Fine]: 2022-09-10 04:19:24.026--ClientSession(1963946302)--Connection(102913385)--Thread(Thread[main,5,main])-- bind => [1, 0, 222] [junit] [EL Fine]: 2022-09-10 04:19:24.026--ClientSession(1963946302)--Connection(102913385)--Thread(Thread[main,5,main])-- bind => [1, 0, 224] [junit] [EL Fine]: 2022-09-10 04:19:24.026--ClientSession(1963946302)--Connection(102913385)--Thread(Thread[main,5,main])-- bind => [1, 0, 225] [junit] [EL Fine]: 2022-09-10 04:19:24.026--ClientSession(1963946302)--Connection(102913385)--Thread(Thread[main,5,main])-- bind => [1, 0, 223] [junit] [EL Finer]: 2022-09-10 04:19:24.026--ClientSession(1963946302)--Connection(102913385)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:24.027--ClientSession(1963946302)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.027--ClientSession(1963946302)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.027--ClientSession(1963946302)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.027--ClientSession(1963946302)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:24.027--ClientSession(1963946302)--Connection(102913385)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.027--ClientSession(1963946302)--Connection(102913385)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.027--ClientSession(1963946302)--Connection(102913385)--Thread(Thread[main,5,main])-- bind => [224, 2] [junit] [EL Fine]: 2022-09-10 04:19:24.027--ClientSession(1963946302)--Connection(102913385)--Thread(Thread[main,5,main])-- bind => [225, 2] [junit] [EL Fine]: 2022-09-10 04:19:24.027--ClientSession(1963946302)--Connection(102913385)--Thread(Thread[main,5,main])-- bind => [223, 1] [junit] [EL Fine]: 2022-09-10 04:19:24.027--ClientSession(1963946302)--Connection(102913385)--Thread(Thread[main,5,main])-- bind => [224, 1] [junit] [EL Fine]: 2022-09-10 04:19:24.027--ClientSession(1963946302)--Connection(102913385)--Thread(Thread[main,5,main])-- bind => [222, 1] [junit] [EL Finer]: 2022-09-10 04:19:24.027--ClientSession(1963946302)--Connection(102913385)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:24.028--ClientSession(1963946302)--Connection(102913385)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:24.03--ServerSession(1526542158)--Connection(978368348)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:19:24.03--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="employees" referenceClass=Employee sql="SELECT t1.ID, t1.FIRSTNAME, t1.LASTNAME, t1.SALARY, t1.EMP_END, t1.EMP_START, t1.COSTCENTER, t1.DEPARTMENT, t1.BROKERAGE_ACCOUNT, t1.CUBICLE_FLOOR, t1.CUBICLE_PLACE, t1.SAMPLE_ACCOUNT, t1.PROFILE_GUID FROM TMP_EMP_PROJECT t0, TMP_EMP t1 WHERE ((t0.PROJECT_ID = ?) AND (t1.ID = t0.EMP_ID))") [junit] [EL Finest]: 2022-09-10 04:19:24.03--ServerSession(1526542158)--Connection(1949911764)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.03--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.03--ServerSession(1526542158)--Connection(749639171)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.FIRSTNAME, t1.LASTNAME, t1.SALARY, t1.EMP_END, t1.EMP_START, t1.COSTCENTER, t1.DEPARTMENT, t1.BROKERAGE_ACCOUNT, t1.CUBICLE_FLOOR, t1.CUBICLE_PLACE, t1.SAMPLE_ACCOUNT, t1.PROFILE_GUID FROM TMP_EMP_PROJECT t0, TMP_EMP t1 WHERE ((t0.PROJECT_ID = ?) AND (t1.ID = t0.EMP_ID)) [junit] bind => [224] [junit] [EL Finest]: 2022-09-10 04:19:24.031--ServerSession(1526542158)--Connection(1949911764)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.031--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="employees" referenceClass=Employee sql="SELECT t1.ID, t1.FIRSTNAME, t1.LASTNAME, t1.SALARY, t1.EMP_END, t1.EMP_START, t1.COSTCENTER, t1.DEPARTMENT, t1.BROKERAGE_ACCOUNT, t1.CUBICLE_FLOOR, t1.CUBICLE_PLACE, t1.SAMPLE_ACCOUNT, t1.PROFILE_GUID FROM TMP_EMP_PROJECT t0, TMP_EMP t1 WHERE ((t0.PROJECT_ID = ?) AND (t1.ID = t0.EMP_ID))") [junit] [EL Finest]: 2022-09-10 04:19:24.031--ServerSession(1526542158)--Connection(818086139)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.031--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.032--ServerSession(1526542158)--Connection(1753585262)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.FIRSTNAME, t1.LASTNAME, t1.SALARY, t1.EMP_END, t1.EMP_START, t1.COSTCENTER, t1.DEPARTMENT, t1.BROKERAGE_ACCOUNT, t1.CUBICLE_FLOOR, t1.CUBICLE_PLACE, t1.SAMPLE_ACCOUNT, t1.PROFILE_GUID FROM TMP_EMP_PROJECT t0, TMP_EMP t1 WHERE ((t0.PROJECT_ID = ?) AND (t1.ID = t0.EMP_ID)) [junit] bind => [226] [junit] [EL Finest]: 2022-09-10 04:19:24.032--ServerSession(1526542158)--Connection(818086139)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.032--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="employees" referenceClass=Employee sql="SELECT t1.ID, t1.FIRSTNAME, t1.LASTNAME, t1.SALARY, t1.EMP_END, t1.EMP_START, t1.COSTCENTER, t1.DEPARTMENT, t1.BROKERAGE_ACCOUNT, t1.CUBICLE_FLOOR, t1.CUBICLE_PLACE, t1.SAMPLE_ACCOUNT, t1.PROFILE_GUID FROM TMP_EMP_PROJECT t0, TMP_EMP t1 WHERE ((t0.PROJECT_ID = ?) AND (t1.ID = t0.EMP_ID))") [junit] [EL Finest]: 2022-09-10 04:19:24.032--ServerSession(1526542158)--Connection(1963979411)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.032--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.033--ServerSession(1526542158)--Connection(830291130)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.FIRSTNAME, t1.LASTNAME, t1.SALARY, t1.EMP_END, t1.EMP_START, t1.COSTCENTER, t1.DEPARTMENT, t1.BROKERAGE_ACCOUNT, t1.CUBICLE_FLOOR, t1.CUBICLE_PLACE, t1.SAMPLE_ACCOUNT, t1.PROFILE_GUID FROM TMP_EMP_PROJECT t0, TMP_EMP t1 WHERE ((t0.PROJECT_ID = ?) AND (t1.ID = t0.EMP_ID)) [junit] bind => [222] [junit] [EL Finest]: 2022-09-10 04:19:24.033--ServerSession(1526542158)--Connection(1963979411)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.033--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="patents" referenceClass=Patent sql="SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_NAME, t1.PAT_YEAR FROM TMP_EMP_PATENT t0, TMP_PATENT t1 WHERE ((t0.EMP_ID = ?) AND ((t1.PAT_YEAR = t0.PATENT_YEAR) AND (t1.PAT_NAME = t0.PATENT_NAME)))") [junit] [EL Finest]: 2022-09-10 04:19:24.033--ServerSession(1526542158)--Connection(1638682473)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.034--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.034--ServerSession(1526542158)--Connection(963393290)--Thread(Thread[main,5,main])--SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_NAME, t1.PAT_YEAR FROM TMP_EMP_PATENT t0, TMP_PATENT t1 WHERE ((t0.EMP_ID = ?) AND ((t1.PAT_YEAR = t0.PATENT_YEAR) AND (t1.PAT_NAME = t0.PATENT_NAME))) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:24.034--ServerSession(1526542158)--Connection(1638682473)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.034--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="projects" referenceClass=Project sql="SELECT t1.ID, t2.PROJECT_ID, t1.PROJ_NAME, t2.PLANNED_DAYS, t2.USED_DAYS FROM TMP_EMP_PROJECT t0, TMP_PROJECT_DETAILS t2, TMP_PROJECT t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.PROJECT_ID)) AND (t2.PROJECT_ID = t1.ID))") [junit] [EL Finest]: 2022-09-10 04:19:24.034--ServerSession(1526542158)--Connection(912299777)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.034--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.035--ServerSession(1526542158)--Connection(1860973216)--Thread(Thread[main,5,main])--SELECT t1.ID, t2.PROJECT_ID, t1.PROJ_NAME, t2.PLANNED_DAYS, t2.USED_DAYS FROM TMP_EMP_PROJECT t0, TMP_PROJECT_DETAILS t2, TMP_PROJECT t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.PROJECT_ID)) AND (t2.PROJECT_ID = t1.ID)) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:24.035--ServerSession(1526542158)--Connection(912299777)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.036--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="patents" referenceClass=Patent sql="SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_NAME, t1.PAT_YEAR FROM TMP_EMP_PATENT t0, TMP_PATENT t1 WHERE ((t0.EMP_ID = ?) AND ((t1.PAT_YEAR = t0.PATENT_YEAR) AND (t1.PAT_NAME = t0.PATENT_NAME)))") [junit] [EL Finest]: 2022-09-10 04:19:24.036--ServerSession(1526542158)--Connection(2071816647)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.036--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.036--ServerSession(1526542158)--Connection(1955278138)--Thread(Thread[main,5,main])--SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_NAME, t1.PAT_YEAR FROM TMP_EMP_PATENT t0, TMP_PATENT t1 WHERE ((t0.EMP_ID = ?) AND ((t1.PAT_YEAR = t0.PATENT_YEAR) AND (t1.PAT_NAME = t0.PATENT_NAME))) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:19:24.036--ServerSession(1526542158)--Connection(2071816647)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.036--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="projects" referenceClass=Project sql="SELECT t1.ID, t2.PROJECT_ID, t1.PROJ_NAME, t2.PLANNED_DAYS, t2.USED_DAYS FROM TMP_EMP_PROJECT t0, TMP_PROJECT_DETAILS t2, TMP_PROJECT t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.PROJECT_ID)) AND (t2.PROJECT_ID = t1.ID))") [junit] [EL Finest]: 2022-09-10 04:19:24.037--ServerSession(1526542158)--Connection(515585569)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.037--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.037--ServerSession(1526542158)--Connection(871639601)--Thread(Thread[main,5,main])--SELECT t1.ID, t2.PROJECT_ID, t1.PROJ_NAME, t2.PLANNED_DAYS, t2.USED_DAYS FROM TMP_EMP_PROJECT t0, TMP_PROJECT_DETAILS t2, TMP_PROJECT t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.PROJECT_ID)) AND (t2.PROJECT_ID = t1.ID)) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:19:24.037--ServerSession(1526542158)--Connection(515585569)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:24.037--UnitOfWork(2115914245)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.037--UnitOfWork(2115914245)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.038--UnitOfWork(2115914245)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.038--ClientSession(1963946302)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.038--UnitOfWork(2115914245)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.038--ClientSession(1963946302)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:24.038--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1177995246 [junit] [EL Finer]: 2022-09-10 04:19:24.038--ClientSession(1177995246)--Thread(Thread[main,5,main])--acquire unit of work: 149961980 [junit] [EL Finest]: 2022-09-10 04:19:24.038--UnitOfWork(149961980)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile@669503af. [junit] [EL Finest]: 2022-09-10 04:19:24.039--UnitOfWork(149961980)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile@742218ee. [junit] [EL Finest]: 2022-09-10 04:19:24.039--UnitOfWork(149961980)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle@2612fc5c. [junit] [EL Finest]: 2022-09-10 04:19:24.039--UnitOfWork(149961980)--Thread(Thread[main,5,main])--assign sequence to the object (1,369 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle@2612fc5c) [junit] [EL Finer]: 2022-09-10 04:19:24.039--UnitOfWork(149961980)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:24.039--UnitOfWork(149961980)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile@742218ee) [junit] [EL Finest]: 2022-09-10 04:19:24.039--ServerSession(1526542158)--Connection(609692380)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.039--ClientSession(1177995246)--Connection(609692380)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:24.039--ClientSession(1177995246)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:24.04--UnitOfWork(149961980)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile@669503af) [junit] [EL Finest]: 2022-09-10 04:19:24.04--UnitOfWork(149961980)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Vehicle@2612fc5c) [junit] [EL Finer]: 2022-09-10 04:19:24.04--ClientSession(1177995246)--Connection(438724641)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.04--ClientSession(1177995246)--Connection(438724641)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROFILE (GUID, AIRLINE, SMOKER) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.04--ClientSession(1177995246)--Connection(438724641)--Thread(Thread[main,5,main])-- bind => [[B@78af5cec, flyAway, true] [junit] [EL Fine]: 2022-09-10 04:19:24.04--ClientSession(1177995246)--Connection(438724641)--Thread(Thread[main,5,main])-- bind => [[B@65b388ef, neverComeBack, true] [junit] [EL Finer]: 2022-09-10 04:19:24.04--ClientSession(1177995246)--Connection(438724641)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:24.041--ClientSession(1177995246)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="profiles" ) [junit] [EL Fine]: 2022-09-10 04:19:24.041--ClientSession(1177995246)--Connection(438724641)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] bind => [1369, null, null, 1, -1] [junit] [EL Finest]: 2022-09-10 04:19:24.042--ClientSession(1177995246)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="profiles" sql="INSERT INTO TMP_VEHICLE_PROFILE (PROFILE_ID, VEHICLE_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:24.043--ClientSession(1177995246)--Connection(438724641)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.043--ClientSession(1177995246)--Connection(438724641)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE_PROFILE (PROFILE_ID, VEHICLE_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.043--ClientSession(1177995246)--Connection(438724641)--Thread(Thread[main,5,main])-- bind => [[B@65b388ef, 1369] [junit] [EL Fine]: 2022-09-10 04:19:24.043--ClientSession(1177995246)--Connection(438724641)--Thread(Thread[main,5,main])-- bind => [[B@78af5cec, 1369] [junit] [EL Finer]: 2022-09-10 04:19:24.043--ClientSession(1177995246)--Connection(438724641)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:24.043--ClientSession(1177995246)--Connection(438724641)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:24.044--ServerSession(1526542158)--Connection(609692380)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.044--UnitOfWork(149961980)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.044--UnitOfWork(149961980)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.045--UnitOfWork(149961980)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.045--ClientSession(1177995246)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.045--UnitOfWork(149961980)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.045--ClientSession(1177995246)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:24.074--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1967652037 [junit] [EL Finer]: 2022-09-10 04:19:24.075--ClientSession(1967652037)--Thread(Thread[main,5,main])--acquire unit of work: 1560350179 [junit] [EL Finest]: 2022-09-10 04:19:24.075--UnitOfWork(1560350179)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11. [junit] [EL Finest]: 2022-09-10 04:19:24.075--UnitOfWork(1560350179)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad. [junit] [EL Finest]: 2022-09-10 04:19:24.075--UnitOfWork(1560350179)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536. [junit] [EL Finest]: 2022-09-10 04:19:24.075--UnitOfWork(1560350179)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97. [junit] [EL Finest]: 2022-09-10 04:19:24.075--UnitOfWork(1560350179)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e6c3290. [junit] [EL Finest]: 2022-09-10 04:19:24.075--UnitOfWork(1560350179)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@95afa5c. [junit] [EL Finest]: 2022-09-10 04:19:24.075--UnitOfWork(1560350179)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5d2ffabd. [junit] [EL Finest]: 2022-09-10 04:19:24.075--UnitOfWork(1560350179)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@17449409. [junit] [EL Finer]: 2022-09-10 04:19:24.075--UnitOfWork(1560350179)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:24.076--UnitOfWork(1560350179)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2022-09-10 04:19:24.076--ServerSession(1526542158)--Connection(425393935)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.076--ClientSession(1967652037)--Connection(425393935)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:24.076--ClientSession(1967652037)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:24.076--UnitOfWork(1560350179)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5d2ffabd) [junit] [EL Fine]: 2022-09-10 04:19:24.076--ClientSession(1967652037)--Connection(1523931853)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, diverses, 1] [junit] [EL Finest]: 2022-09-10 04:19:24.077--UnitOfWork(1560350179)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@17449409) [junit] [EL Finest]: 2022-09-10 04:19:24.077--UnitOfWork(1560350179)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad) [junit] [EL Finer]: 2022-09-10 04:19:24.077--ClientSession(1967652037)--Connection(1523931853)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.077--ClientSession(1967652037)--Connection(1523931853)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.077--ClientSession(1967652037)--Connection(1523931853)--Thread(Thread[main,5,main])-- bind => [1, Hans, Wurst, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:24.077--ClientSession(1967652037)--Connection(1523931853)--Thread(Thread[main,5,main])-- bind => [2, Fred von, Jupiter, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:24.077--ClientSession(1967652037)--Connection(1523931853)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:24.078--UnitOfWork(1560350179)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@95afa5c) [junit] [EL Finest]: 2022-09-10 04:19:24.079--UnitOfWork(1560350179)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e6c3290) [junit] [EL Finest]: 2022-09-10 04:19:24.079--UnitOfWork(1560350179)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536) [junit] [EL Finest]: 2022-09-10 04:19:24.079--UnitOfWork(1560350179)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97) [junit] [EL Finer]: 2022-09-10 04:19:24.079--ClientSession(1967652037)--Connection(1523931853)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.079--ClientSession(1967652037)--Connection(1523931853)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.079--ClientSession(1967652037)--Connection(1523931853)--Thread(Thread[main,5,main])-- bind => [222, Gürteltiere puhlen] [junit] [EL Fine]: 2022-09-10 04:19:24.079--ClientSession(1967652037)--Connection(1523931853)--Thread(Thread[main,5,main])-- bind => [226, Eclipse Linken] [junit] [EL Fine]: 2022-09-10 04:19:24.079--ClientSession(1967652037)--Connection(1523931853)--Thread(Thread[main,5,main])-- bind => [225, Erbsen zählen] [junit] [EL Fine]: 2022-09-10 04:19:24.079--ClientSession(1967652037)--Connection(1523931853)--Thread(Thread[main,5,main])-- bind => [223, Bäuche pinseln] [junit] [EL Fine]: 2022-09-10 04:19:24.079--ClientSession(1967652037)--Connection(1523931853)--Thread(Thread[main,5,main])-- bind => [224, Zitronen falten] [junit] [EL Finer]: 2022-09-10 04:19:24.079--ClientSession(1967652037)--Connection(1523931853)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:24.081--ClientSession(1967652037)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:24.081--ClientSession(1967652037)--Connection(1523931853)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.081--ClientSession(1967652037)--Connection(1523931853)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.081--ClientSession(1967652037)--Connection(1523931853)--Thread(Thread[main,5,main])-- bind => [1, 0, 222] [junit] [EL Fine]: 2022-09-10 04:19:24.081--ClientSession(1967652037)--Connection(1523931853)--Thread(Thread[main,5,main])-- bind => [1, 0, 226] [junit] [EL Fine]: 2022-09-10 04:19:24.081--ClientSession(1967652037)--Connection(1523931853)--Thread(Thread[main,5,main])-- bind => [1, 0, 225] [junit] [EL Fine]: 2022-09-10 04:19:24.081--ClientSession(1967652037)--Connection(1523931853)--Thread(Thread[main,5,main])-- bind => [1, 0, 223] [junit] [EL Fine]: 2022-09-10 04:19:24.081--ClientSession(1967652037)--Connection(1523931853)--Thread(Thread[main,5,main])-- bind => [1, 0, 224] [junit] [EL Finer]: 2022-09-10 04:19:24.081--ClientSession(1967652037)--Connection(1523931853)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:24.082--ClientSession(1967652037)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.082--ClientSession(1967652037)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.083--ClientSession(1967652037)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.083--ClientSession(1967652037)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:24.083--ClientSession(1967652037)--Connection(1523931853)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.083--ClientSession(1967652037)--Connection(1523931853)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.083--ClientSession(1967652037)--Connection(1523931853)--Thread(Thread[main,5,main])-- bind => [223, 1] [junit] [EL Fine]: 2022-09-10 04:19:24.083--ClientSession(1967652037)--Connection(1523931853)--Thread(Thread[main,5,main])-- bind => [224, 1] [junit] [EL Fine]: 2022-09-10 04:19:24.083--ClientSession(1967652037)--Connection(1523931853)--Thread(Thread[main,5,main])-- bind => [222, 1] [junit] [EL Fine]: 2022-09-10 04:19:24.083--ClientSession(1967652037)--Connection(1523931853)--Thread(Thread[main,5,main])-- bind => [224, 2] [junit] [EL Fine]: 2022-09-10 04:19:24.083--ClientSession(1967652037)--Connection(1523931853)--Thread(Thread[main,5,main])-- bind => [225, 2] [junit] [EL Finer]: 2022-09-10 04:19:24.083--ClientSession(1967652037)--Connection(1523931853)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:24.084--ClientSession(1967652037)--Connection(1523931853)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:24.085--ServerSession(1526542158)--Connection(425393935)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.086--UnitOfWork(1560350179)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.086--UnitOfWork(1560350179)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.086--UnitOfWork(1560350179)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.086--ClientSession(1967652037)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.086--UnitOfWork(1560350179)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.086--ClientSession(1967652037)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:24.087--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1363174027 [junit] [EL Finer]: 2022-09-10 04:19:24.087--ClientSession(1363174027)--Thread(Thread[main,5,main])--acquire unit of work: 1458881201 [junit] [EL Finest]: 2022-09-10 04:19:24.087--UnitOfWork(1458881201)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.088--ServerSession(1526542158)--Connection(2122950407)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.088--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.088--ServerSession(1526542158)--Connection(1640083683)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:24.089--ServerSession(1526542158)--Connection(2122950407)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.089--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:19:24.089--ServerSession(1526542158)--Connection(478062938)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.089--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.089--ServerSession(1526542158)--Connection(287829037)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?) [junit] bind => [17] [junit] [EL Finest]: 2022-09-10 04:19:24.09--ServerSession(1526542158)--Connection(478062938)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.09--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="motorVehicle" referenceClass=MotorVehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.09--ServerSession(1526542158)--Connection(1517140663)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.09--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.09--ServerSession(1526542158)--Connection(1954898771)--Thread(Thread[main,5,main])--SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?))) [junit] bind => [1, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:24.091--ServerSession(1526542158)--Connection(1517140663)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.091--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="bicycles" referenceClass=Bicycle sql="SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.091--ServerSession(1526542158)--Connection(1634713451)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.091--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.091--ServerSession(1526542158)--Connection(1051707374)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?))) [junit] bind => [1, 4, 45, 4711] [junit] [EL Finest]: 2022-09-10 04:19:24.092--ServerSession(1526542158)--Connection(1634713451)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.092--UnitOfWork(1458881201)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:19:24.092--UnitOfWork(1458881201)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2022-09-10 04:19:24.092--UnitOfWork(1458881201)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.092--ServerSession(1526542158)--Connection(142883921)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.093--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.093--ServerSession(1526542158)--Connection(493184439)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [1, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.093--ServerSession(1526542158)--Connection(142883921)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.093--UnitOfWork(1458881201)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="motorVehicle" referenceClass=MotorVehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.093--ServerSession(1526542158)--Connection(1798678589)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.093--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.094--ServerSession(1526542158)--Connection(1573597233)--Thread(Thread[main,5,main])--SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?))) [junit] bind => [1, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:24.094--ServerSession(1526542158)--Connection(1798678589)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.094--UnitOfWork(1458881201)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="bicycles" referenceClass=Bicycle sql="SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.094--ServerSession(1526542158)--Connection(289520771)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.094--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.094--ServerSession(1526542158)--Connection(361712674)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?))) [junit] bind => [1, 4, 45, 4711] [junit] [EL Finest]: 2022-09-10 04:19:24.095--ServerSession(1526542158)--Connection(289520771)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.095--UnitOfWork(1458881201)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="projects" referenceClass=Project sql="SELECT t1.ID, t2.PROJECT_ID, t1.PROJ_NAME, t2.PLANNED_DAYS, t2.USED_DAYS FROM TMP_EMP_PROJECT t0, TMP_PROJECT_DETAILS t2, TMP_PROJECT t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.PROJECT_ID)) AND (t2.PROJECT_ID = t1.ID))") [junit] [EL Finest]: 2022-09-10 04:19:24.095--ServerSession(1526542158)--Connection(1631912209)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.095--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.095--ServerSession(1526542158)--Connection(239382343)--Thread(Thread[main,5,main])--SELECT t1.ID, t2.PROJECT_ID, t1.PROJ_NAME, t2.PLANNED_DAYS, t2.USED_DAYS FROM TMP_EMP_PROJECT t0, TMP_PROJECT_DETAILS t2, TMP_PROJECT t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.PROJECT_ID)) AND (t2.PROJECT_ID = t1.ID)) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:24.096--ServerSession(1526542158)--Connection(1631912209)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.096--UnitOfWork(1458881201)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536 [junit] [EL Finest]: 2022-09-10 04:19:24.096--UnitOfWork(1458881201)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97 [junit] [EL Finest]: 2022-09-10 04:19:24.096--UnitOfWork(1458881201)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad [junit] [EL Finest]: 2022-09-10 04:19:24.096--UnitOfWork(1458881201)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="employees" referenceClass=Employee sql="SELECT t1.ID, t1.FIRSTNAME, t1.LASTNAME, t1.SALARY, t1.EMP_END, t1.EMP_START, t1.COSTCENTER, t1.DEPARTMENT, t1.BROKERAGE_ACCOUNT, t1.CUBICLE_FLOOR, t1.CUBICLE_PLACE, t1.SAMPLE_ACCOUNT, t1.PROFILE_GUID FROM TMP_EMP_PROJECT t0, TMP_EMP t1 WHERE ((t0.PROJECT_ID = ?) AND (t1.ID = t0.EMP_ID))") [junit] [EL Finest]: 2022-09-10 04:19:24.096--ServerSession(1526542158)--Connection(394276994)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.096--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.096--ServerSession(1526542158)--Connection(713099821)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.FIRSTNAME, t1.LASTNAME, t1.SALARY, t1.EMP_END, t1.EMP_START, t1.COSTCENTER, t1.DEPARTMENT, t1.BROKERAGE_ACCOUNT, t1.CUBICLE_FLOOR, t1.CUBICLE_PLACE, t1.SAMPLE_ACCOUNT, t1.PROFILE_GUID FROM TMP_EMP_PROJECT t0, TMP_EMP t1 WHERE ((t0.PROJECT_ID = ?) AND (t1.ID = t0.EMP_ID)) [junit] bind => [222] [junit] [EL Finest]: 2022-09-10 04:19:24.097--ServerSession(1526542158)--Connection(394276994)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.097--UnitOfWork(1458881201)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@70d4590b [junit] [EL Finest]: 2022-09-10 04:19:24.097--UnitOfWork(1458881201)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad [junit] [EL Finest]: 2022-09-10 04:19:24.097--UnitOfWork(1458881201)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="tasks" referenceClass=Task sql="SELECT TASK_ID, DESCRIPTION, PROJ_ID FROM TMP_TASK WHERE (PROJ_ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.097--ServerSession(1526542158)--Connection(631075549)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.097--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.097--ServerSession(1526542158)--Connection(124765217)--Thread(Thread[main,5,main])--SELECT TASK_ID, DESCRIPTION, PROJ_ID FROM TMP_TASK WHERE (PROJ_ID = ?) [junit] bind => [222] [junit] [EL Finest]: 2022-09-10 04:19:24.098--ServerSession(1526542158)--Connection(631075549)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:24.098--UnitOfWork(1458881201)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:24.098--UnitOfWork(1458881201)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Project ) [junit] [EL Finest]: 2022-09-10 04:19:24.098--UnitOfWork(1458881201)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="employees" sql="DELETE FROM TMP_EMP_PROJECT WHERE (PROJECT_ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.098--ServerSession(1526542158)--Connection(1731256672)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.098--ClientSession(1363174027)--Connection(1731256672)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:24.098--ClientSession(1363174027)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:24.099--UnitOfWork(1458881201)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@70d4590b) [junit] [EL Finest]: 2022-09-10 04:19:24.099--UnitOfWork(1458881201)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad) [junit] [EL Finest]: 2022-09-10 04:19:24.099--UnitOfWork(1458881201)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_EMP_PROJECT WHERE ((PROJECT_ID = ?) AND (EMP_ID = ?))") [junit] [EL Fine]: 2022-09-10 04:19:24.099--ClientSession(1363174027)--Connection(2007627822)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT WHERE (PROJECT_ID = ?) [junit] bind => [222] [junit] [EL Finest]: 2022-09-10 04:19:24.1--UnitOfWork(1458881201)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad) [junit] [EL Fine]: 2022-09-10 04:19:24.101--ClientSession(1363174027)--Connection(2007627822)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT WHERE ((PROJECT_ID = ?) AND (EMP_ID = ?)) [junit] bind => [222, 1] [junit] [EL Fine]: 2022-09-10 04:19:24.101--ClientSession(1363174027)--Connection(2007627822)--Thread(Thread[main,5,main])--DELETE FROM TMP_PROJECT_DETAILS WHERE (PROJECT_ID = ?) [junit] bind => [222] [junit] [EL Fine]: 2022-09-10 04:19:24.102--ClientSession(1363174027)--Connection(2007627822)--Thread(Thread[main,5,main])--DELETE FROM TMP_PROJECT WHERE (ID = ?) [junit] bind => [222] [junit] [EL Finer]: 2022-09-10 04:19:24.103--ClientSession(1363174027)--Connection(2007627822)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:24.104--ServerSession(1526542158)--Connection(1731256672)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.104--UnitOfWork(1458881201)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.104--UnitOfWork(1458881201)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.105--UnitOfWork(1458881201)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.105--ClientSession(1363174027)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.105--UnitOfWork(1458881201)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.105--ClientSession(1363174027)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:24.105--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1050463999 [junit] [EL Finer]: 2022-09-10 04:19:24.105--ClientSession(1050463999)--Thread(Thread[main,5,main])--acquire unit of work: 1710480302 [junit] [EL Finest]: 2022-09-10 04:19:24.105--UnitOfWork(1710480302)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.106--UnitOfWork(1710480302)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4d443a45 [junit] [EL Finest]: 2022-09-10 04:19:24.106--UnitOfWork(1710480302)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2022-09-10 04:19:24.106--UnitOfWork(1710480302)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.106--ServerSession(1526542158)--Connection(1486688364)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.106--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.106--ServerSession(1526542158)--Connection(591957626)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [1, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.107--ServerSession(1526542158)--Connection(1486688364)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.107--UnitOfWork(1710480302)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536 [junit] [EL Finest]: 2022-09-10 04:19:24.107--UnitOfWork(1710480302)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97 [junit] [EL Finest]: 2022-09-10 04:19:24.107--UnitOfWork(1710480302)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readProject" referenceClass=Project sql="SELECT t0.ID, t1.PROJECT_ID, t0.PROJ_NAME, t1.PLANNED_DAYS, t1.USED_DAYS FROM TMP_PROJECT t0, TMP_PROJECT_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.PROJECT_ID = t0.ID))") [junit] [EL Finest]: 2022-09-10 04:19:24.107--ServerSession(1526542158)--Connection(890681246)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.107--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.108--ServerSession(1526542158)--Connection(139083423)--Thread(Thread[main,5,main])--SELECT t0.ID, t1.PROJECT_ID, t0.PROJ_NAME, t1.PLANNED_DAYS, t1.USED_DAYS FROM TMP_PROJECT t0, TMP_PROJECT_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.PROJECT_ID = t0.ID)) [junit] bind => [222] [junit] [EL Finest]: 2022-09-10 04:19:24.108--ServerSession(1526542158)--Connection(890681246)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:24.108--UnitOfWork(1710480302)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.108--ClientSession(1050463999)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:24.137--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 484198155 [junit] [EL Finer]: 2022-09-10 04:19:24.137--ClientSession(484198155)--Thread(Thread[main,5,main])--acquire unit of work: 683895318 [junit] [EL Finest]: 2022-09-10 04:19:24.137--UnitOfWork(683895318)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11. [junit] [EL Finest]: 2022-09-10 04:19:24.137--UnitOfWork(683895318)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad. [junit] [EL Finest]: 2022-09-10 04:19:24.137--UnitOfWork(683895318)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536. [junit] [EL Finest]: 2022-09-10 04:19:24.137--UnitOfWork(683895318)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97. [junit] [EL Finest]: 2022-09-10 04:19:24.137--UnitOfWork(683895318)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e6c3290. [junit] [EL Finest]: 2022-09-10 04:19:24.137--UnitOfWork(683895318)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@95afa5c. [junit] [EL Finest]: 2022-09-10 04:19:24.137--UnitOfWork(683895318)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5dfdc9a4. [junit] [EL Finest]: 2022-09-10 04:19:24.137--UnitOfWork(683895318)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2367390f. [junit] [EL Finer]: 2022-09-10 04:19:24.137--UnitOfWork(683895318)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:24.137--UnitOfWork(683895318)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2022-09-10 04:19:24.138--ServerSession(1526542158)--Connection(1158266436)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.138--ClientSession(484198155)--Connection(1158266436)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:24.138--ClientSession(484198155)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:24.138--UnitOfWork(683895318)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5dfdc9a4) [junit] [EL Fine]: 2022-09-10 04:19:24.138--ClientSession(484198155)--Connection(378308467)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, diverses, 1] [junit] [EL Finest]: 2022-09-10 04:19:24.139--UnitOfWork(683895318)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2367390f) [junit] [EL Finest]: 2022-09-10 04:19:24.139--UnitOfWork(683895318)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@95afa5c) [junit] [EL Finer]: 2022-09-10 04:19:24.139--ClientSession(484198155)--Connection(378308467)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.139--ClientSession(484198155)--Connection(378308467)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.139--ClientSession(484198155)--Connection(378308467)--Thread(Thread[main,5,main])-- bind => [1, Hans, Wurst, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:24.139--ClientSession(484198155)--Connection(378308467)--Thread(Thread[main,5,main])-- bind => [2, Fred von, Jupiter, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:24.139--ClientSession(484198155)--Connection(378308467)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:24.14--UnitOfWork(683895318)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad) [junit] [EL Finest]: 2022-09-10 04:19:24.14--UnitOfWork(683895318)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97) [junit] [EL Finest]: 2022-09-10 04:19:24.14--UnitOfWork(683895318)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e6c3290) [junit] [EL Finest]: 2022-09-10 04:19:24.14--UnitOfWork(683895318)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536) [junit] [EL Finer]: 2022-09-10 04:19:24.141--ClientSession(484198155)--Connection(378308467)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.141--ClientSession(484198155)--Connection(378308467)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.141--ClientSession(484198155)--Connection(378308467)--Thread(Thread[main,5,main])-- bind => [226, Eclipse Linken] [junit] [EL Fine]: 2022-09-10 04:19:24.141--ClientSession(484198155)--Connection(378308467)--Thread(Thread[main,5,main])-- bind => [222, Gürteltiere puhlen] [junit] [EL Fine]: 2022-09-10 04:19:24.141--ClientSession(484198155)--Connection(378308467)--Thread(Thread[main,5,main])-- bind => [224, Zitronen falten] [junit] [EL Fine]: 2022-09-10 04:19:24.141--ClientSession(484198155)--Connection(378308467)--Thread(Thread[main,5,main])-- bind => [225, Erbsen zählen] [junit] [EL Fine]: 2022-09-10 04:19:24.141--ClientSession(484198155)--Connection(378308467)--Thread(Thread[main,5,main])-- bind => [223, Bäuche pinseln] [junit] [EL Finer]: 2022-09-10 04:19:24.141--ClientSession(484198155)--Connection(378308467)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:24.142--ClientSession(484198155)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:24.142--ClientSession(484198155)--Connection(378308467)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.142--ClientSession(484198155)--Connection(378308467)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.142--ClientSession(484198155)--Connection(378308467)--Thread(Thread[main,5,main])-- bind => [1, 0, 226] [junit] [EL Fine]: 2022-09-10 04:19:24.142--ClientSession(484198155)--Connection(378308467)--Thread(Thread[main,5,main])-- bind => [1, 0, 222] [junit] [EL Fine]: 2022-09-10 04:19:24.142--ClientSession(484198155)--Connection(378308467)--Thread(Thread[main,5,main])-- bind => [1, 0, 224] [junit] [EL Fine]: 2022-09-10 04:19:24.142--ClientSession(484198155)--Connection(378308467)--Thread(Thread[main,5,main])-- bind => [1, 0, 225] [junit] [EL Fine]: 2022-09-10 04:19:24.142--ClientSession(484198155)--Connection(378308467)--Thread(Thread[main,5,main])-- bind => [1, 0, 223] [junit] [EL Finer]: 2022-09-10 04:19:24.142--ClientSession(484198155)--Connection(378308467)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:24.144--ClientSession(484198155)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.144--ClientSession(484198155)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.144--ClientSession(484198155)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.144--ClientSession(484198155)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:24.144--ClientSession(484198155)--Connection(378308467)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.144--ClientSession(484198155)--Connection(378308467)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.144--ClientSession(484198155)--Connection(378308467)--Thread(Thread[main,5,main])-- bind => [223, 1] [junit] [EL Fine]: 2022-09-10 04:19:24.144--ClientSession(484198155)--Connection(378308467)--Thread(Thread[main,5,main])-- bind => [224, 1] [junit] [EL Fine]: 2022-09-10 04:19:24.144--ClientSession(484198155)--Connection(378308467)--Thread(Thread[main,5,main])-- bind => [222, 1] [junit] [EL Fine]: 2022-09-10 04:19:24.144--ClientSession(484198155)--Connection(378308467)--Thread(Thread[main,5,main])-- bind => [224, 2] [junit] [EL Fine]: 2022-09-10 04:19:24.144--ClientSession(484198155)--Connection(378308467)--Thread(Thread[main,5,main])-- bind => [225, 2] [junit] [EL Finer]: 2022-09-10 04:19:24.144--ClientSession(484198155)--Connection(378308467)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:24.145--ClientSession(484198155)--Connection(378308467)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:24.146--ServerSession(1526542158)--Connection(1158266436)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:19:24.146--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="employees" referenceClass=Employee sql="SELECT t1.ID, t1.FIRSTNAME, t1.LASTNAME, t1.SALARY, t1.EMP_END, t1.EMP_START, t1.COSTCENTER, t1.DEPARTMENT, t1.BROKERAGE_ACCOUNT, t1.CUBICLE_FLOOR, t1.CUBICLE_PLACE, t1.SAMPLE_ACCOUNT, t1.PROFILE_GUID FROM TMP_EMP_PROJECT t0, TMP_EMP t1 WHERE ((t0.PROJECT_ID = ?) AND (t1.ID = t0.EMP_ID))") [junit] [EL Finest]: 2022-09-10 04:19:24.147--ServerSession(1526542158)--Connection(642941529)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.147--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.147--ServerSession(1526542158)--Connection(579992332)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.FIRSTNAME, t1.LASTNAME, t1.SALARY, t1.EMP_END, t1.EMP_START, t1.COSTCENTER, t1.DEPARTMENT, t1.BROKERAGE_ACCOUNT, t1.CUBICLE_FLOOR, t1.CUBICLE_PLACE, t1.SAMPLE_ACCOUNT, t1.PROFILE_GUID FROM TMP_EMP_PROJECT t0, TMP_EMP t1 WHERE ((t0.PROJECT_ID = ?) AND (t1.ID = t0.EMP_ID)) [junit] bind => [224] [junit] [EL Finest]: 2022-09-10 04:19:24.148--ServerSession(1526542158)--Connection(642941529)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.148--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:19:24.148--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="motorVehicle" referenceClass=MotorVehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.148--ServerSession(1526542158)--Connection(494924294)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.148--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.149--ServerSession(1526542158)--Connection(807088958)--Thread(Thread[main,5,main])--SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?))) [junit] bind => [2, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:24.149--ServerSession(1526542158)--Connection(494924294)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.149--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="bicycles" referenceClass=Bicycle sql="SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.149--ServerSession(1526542158)--Connection(1315651677)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.149--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.15--ServerSession(1526542158)--Connection(662706285)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?))) [junit] bind => [2, 4, 45, 4711] [junit] [EL Finest]: 2022-09-10 04:19:24.15--ServerSession(1526542158)--Connection(1315651677)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.15--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="employees" referenceClass=Employee sql="SELECT t1.ID, t1.FIRSTNAME, t1.LASTNAME, t1.SALARY, t1.EMP_END, t1.EMP_START, t1.COSTCENTER, t1.DEPARTMENT, t1.BROKERAGE_ACCOUNT, t1.CUBICLE_FLOOR, t1.CUBICLE_PLACE, t1.SAMPLE_ACCOUNT, t1.PROFILE_GUID FROM TMP_EMP_PROJECT t0, TMP_EMP t1 WHERE ((t0.PROJECT_ID = ?) AND (t1.ID = t0.EMP_ID))") [junit] [EL Finest]: 2022-09-10 04:19:24.151--ServerSession(1526542158)--Connection(1713324948)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.151--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.151--ServerSession(1526542158)--Connection(1107000394)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.FIRSTNAME, t1.LASTNAME, t1.SALARY, t1.EMP_END, t1.EMP_START, t1.COSTCENTER, t1.DEPARTMENT, t1.BROKERAGE_ACCOUNT, t1.CUBICLE_FLOOR, t1.CUBICLE_PLACE, t1.SAMPLE_ACCOUNT, t1.PROFILE_GUID FROM TMP_EMP_PROJECT t0, TMP_EMP t1 WHERE ((t0.PROJECT_ID = ?) AND (t1.ID = t0.EMP_ID)) [junit] bind => [223] [junit] [EL Finest]: 2022-09-10 04:19:24.151--ServerSession(1526542158)--Connection(1713324948)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.152--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="patents" referenceClass=Patent sql="SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_NAME, t1.PAT_YEAR FROM TMP_EMP_PATENT t0, TMP_PATENT t1 WHERE ((t0.EMP_ID = ?) AND ((t1.PAT_YEAR = t0.PATENT_YEAR) AND (t1.PAT_NAME = t0.PATENT_NAME)))") [junit] [EL Finest]: 2022-09-10 04:19:24.152--ServerSession(1526542158)--Connection(156661163)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.152--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.152--ServerSession(1526542158)--Connection(324354535)--Thread(Thread[main,5,main])--SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_NAME, t1.PAT_YEAR FROM TMP_EMP_PATENT t0, TMP_PATENT t1 WHERE ((t0.EMP_ID = ?) AND ((t1.PAT_YEAR = t0.PATENT_YEAR) AND (t1.PAT_NAME = t0.PATENT_NAME))) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:24.152--ServerSession(1526542158)--Connection(156661163)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.153--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="patents" referenceClass=Patent sql="SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_NAME, t1.PAT_YEAR FROM TMP_EMP_PATENT t0, TMP_PATENT t1 WHERE ((t0.EMP_ID = ?) AND ((t1.PAT_YEAR = t0.PATENT_YEAR) AND (t1.PAT_NAME = t0.PATENT_NAME)))") [junit] [EL Finest]: 2022-09-10 04:19:24.153--ServerSession(1526542158)--Connection(1693825819)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.153--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.153--ServerSession(1526542158)--Connection(1561760795)--Thread(Thread[main,5,main])--SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_NAME, t1.PAT_YEAR FROM TMP_EMP_PATENT t0, TMP_PATENT t1 WHERE ((t0.EMP_ID = ?) AND ((t1.PAT_YEAR = t0.PATENT_YEAR) AND (t1.PAT_NAME = t0.PATENT_NAME))) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:19:24.154--ServerSession(1526542158)--Connection(1693825819)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.154--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="projects" referenceClass=Project sql="SELECT t1.ID, t2.PROJECT_ID, t1.PROJ_NAME, t2.PLANNED_DAYS, t2.USED_DAYS FROM TMP_EMP_PROJECT t0, TMP_PROJECT_DETAILS t2, TMP_PROJECT t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.PROJECT_ID)) AND (t2.PROJECT_ID = t1.ID))") [junit] [EL Finest]: 2022-09-10 04:19:24.154--ServerSession(1526542158)--Connection(397646274)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.154--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.154--ServerSession(1526542158)--Connection(2121036131)--Thread(Thread[main,5,main])--SELECT t1.ID, t2.PROJECT_ID, t1.PROJ_NAME, t2.PLANNED_DAYS, t2.USED_DAYS FROM TMP_EMP_PROJECT t0, TMP_PROJECT_DETAILS t2, TMP_PROJECT t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.PROJECT_ID)) AND (t2.PROJECT_ID = t1.ID)) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:19:24.155--ServerSession(1526542158)--Connection(397646274)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:24.155--UnitOfWork(683895318)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.155--UnitOfWork(683895318)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.155--UnitOfWork(683895318)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.155--ClientSession(484198155)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.155--UnitOfWork(683895318)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.155--ClientSession(484198155)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:24.156--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1369813443 [junit] [EL Finer]: 2022-09-10 04:19:24.156--ClientSession(1369813443)--Thread(Thread[main,5,main])--acquire unit of work: 1289696765 [junit] [EL Finest]: 2022-09-10 04:19:24.156--UnitOfWork(1289696765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.156--ServerSession(1526542158)--Connection(1263724297)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.156--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.156--ServerSession(1526542158)--Connection(188192111)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:24.157--ServerSession(1526542158)--Connection(1263724297)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.157--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:19:24.157--ServerSession(1526542158)--Connection(691542557)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.157--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.157--ServerSession(1526542158)--Connection(1587302983)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?) [junit] bind => [17] [junit] [EL Finest]: 2022-09-10 04:19:24.158--ServerSession(1526542158)--Connection(691542557)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.158--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="motorVehicle" referenceClass=MotorVehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.158--ServerSession(1526542158)--Connection(1571739646)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.158--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.158--ServerSession(1526542158)--Connection(1637660774)--Thread(Thread[main,5,main])--SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?))) [junit] bind => [1, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:24.159--ServerSession(1526542158)--Connection(1571739646)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.159--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="bicycles" referenceClass=Bicycle sql="SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.159--ServerSession(1526542158)--Connection(1768567790)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.159--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.159--ServerSession(1526542158)--Connection(1840376109)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?))) [junit] bind => [1, 4, 45, 4711] [junit] [EL Finest]: 2022-09-10 04:19:24.16--ServerSession(1526542158)--Connection(1768567790)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.16--UnitOfWork(1289696765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:19:24.16--UnitOfWork(1289696765)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2022-09-10 04:19:24.16--UnitOfWork(1289696765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.16--ServerSession(1526542158)--Connection(831701583)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.16--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.161--ServerSession(1526542158)--Connection(2129589764)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [1, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.161--ServerSession(1526542158)--Connection(831701583)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.161--UnitOfWork(1289696765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="motorVehicle" referenceClass=MotorVehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.161--ServerSession(1526542158)--Connection(210714920)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.161--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.162--ServerSession(1526542158)--Connection(98093163)--Thread(Thread[main,5,main])--SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?))) [junit] bind => [1, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:24.162--ServerSession(1526542158)--Connection(210714920)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.162--UnitOfWork(1289696765)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="bicycles" referenceClass=Bicycle sql="SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.162--ServerSession(1526542158)--Connection(1890404073)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.162--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.162--ServerSession(1526542158)--Connection(871711495)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?))) [junit] bind => [1, 4, 45, 4711] [junit] [EL Finest]: 2022-09-10 04:19:24.163--ServerSession(1526542158)--Connection(1890404073)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.163--UnitOfWork(1289696765)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="projects" referenceClass=Project sql="SELECT t1.ID, t2.PROJECT_ID, t1.PROJ_NAME, t2.PLANNED_DAYS, t2.USED_DAYS FROM TMP_EMP_PROJECT t0, TMP_PROJECT_DETAILS t2, TMP_PROJECT t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.PROJECT_ID)) AND (t2.PROJECT_ID = t1.ID))") [junit] [EL Finest]: 2022-09-10 04:19:24.163--ServerSession(1526542158)--Connection(1786096100)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.163--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.163--ServerSession(1526542158)--Connection(1937846998)--Thread(Thread[main,5,main])--SELECT t1.ID, t2.PROJECT_ID, t1.PROJ_NAME, t2.PLANNED_DAYS, t2.USED_DAYS FROM TMP_EMP_PROJECT t0, TMP_PROJECT_DETAILS t2, TMP_PROJECT t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.PROJECT_ID)) AND (t2.PROJECT_ID = t1.ID)) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:24.164--ServerSession(1526542158)--Connection(1786096100)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.164--UnitOfWork(1289696765)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536 [junit] [EL Finest]: 2022-09-10 04:19:24.164--UnitOfWork(1289696765)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97 [junit] [EL Finest]: 2022-09-10 04:19:24.164--UnitOfWork(1289696765)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad [junit] [EL Finest]: 2022-09-10 04:19:24.164--UnitOfWork(1289696765)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="employees" referenceClass=Employee sql="SELECT t1.ID, t1.FIRSTNAME, t1.LASTNAME, t1.SALARY, t1.EMP_END, t1.EMP_START, t1.COSTCENTER, t1.DEPARTMENT, t1.BROKERAGE_ACCOUNT, t1.CUBICLE_FLOOR, t1.CUBICLE_PLACE, t1.SAMPLE_ACCOUNT, t1.PROFILE_GUID FROM TMP_EMP_PROJECT t0, TMP_EMP t1 WHERE ((t0.PROJECT_ID = ?) AND (t1.ID = t0.EMP_ID))") [junit] [EL Finest]: 2022-09-10 04:19:24.165--ServerSession(1526542158)--Connection(881073052)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.165--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.165--ServerSession(1526542158)--Connection(1480622007)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.FIRSTNAME, t1.LASTNAME, t1.SALARY, t1.EMP_END, t1.EMP_START, t1.COSTCENTER, t1.DEPARTMENT, t1.BROKERAGE_ACCOUNT, t1.CUBICLE_FLOOR, t1.CUBICLE_PLACE, t1.SAMPLE_ACCOUNT, t1.PROFILE_GUID FROM TMP_EMP_PROJECT t0, TMP_EMP t1 WHERE ((t0.PROJECT_ID = ?) AND (t1.ID = t0.EMP_ID)) [junit] bind => [224] [junit] [EL Finest]: 2022-09-10 04:19:24.165--ServerSession(1526542158)--Connection(881073052)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.166--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:19:24.166--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="motorVehicle" referenceClass=MotorVehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.166--ServerSession(1526542158)--Connection(1417699911)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.166--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.166--ServerSession(1526542158)--Connection(1295927235)--Thread(Thread[main,5,main])--SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?))) [junit] bind => [2, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:24.166--ServerSession(1526542158)--Connection(1417699911)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.167--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="bicycles" referenceClass=Bicycle sql="SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.167--ServerSession(1526542158)--Connection(1808166201)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.167--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.167--ServerSession(1526542158)--Connection(1417232349)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?))) [junit] bind => [2, 4, 45, 4711] [junit] [EL Finest]: 2022-09-10 04:19:24.167--ServerSession(1526542158)--Connection(1808166201)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.168--UnitOfWork(1289696765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:19:24.168--UnitOfWork(1289696765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.168--ServerSession(1526542158)--Connection(148003513)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.168--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.168--ServerSession(1526542158)--Connection(357043113)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [2, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.169--ServerSession(1526542158)--Connection(148003513)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.169--UnitOfWork(1289696765)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="motorVehicle" referenceClass=MotorVehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.169--ServerSession(1526542158)--Connection(380586580)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.169--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.169--ServerSession(1526542158)--Connection(1139740267)--Thread(Thread[main,5,main])--SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?))) [junit] bind => [2, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:24.169--ServerSession(1526542158)--Connection(380586580)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.169--UnitOfWork(1289696765)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="bicycles" referenceClass=Bicycle sql="SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.17--ServerSession(1526542158)--Connection(540692943)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.17--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.17--ServerSession(1526542158)--Connection(454926325)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?))) [junit] bind => [2, 4, 45, 4711] [junit] [EL Finest]: 2022-09-10 04:19:24.17--ServerSession(1526542158)--Connection(540692943)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.17--UnitOfWork(1289696765)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@fe619cb [junit] [EL Finest]: 2022-09-10 04:19:24.171--UnitOfWork(1289696765)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1e93684d [junit] [EL Finer]: 2022-09-10 04:19:24.171--UnitOfWork(1289696765)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:24.171--UnitOfWork(1289696765)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1e93684d) [junit] [EL Finest]: 2022-09-10 04:19:24.171--UnitOfWork(1289696765)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97) [junit] [EL Finest]: 2022-09-10 04:19:24.171--UnitOfWork(1289696765)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_EMP_PROJECT WHERE ((PROJECT_ID = ?) AND (EMP_ID = ?))") [junit] [EL Finest]: 2022-09-10 04:19:24.171--ServerSession(1526542158)--Connection(2108058280)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.171--ClientSession(1369813443)--Connection(2108058280)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:24.171--ClientSession(1369813443)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.172--ClientSession(1369813443)--Connection(1098526779)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT WHERE ((PROJECT_ID = ?) AND (EMP_ID = ?)) [junit] bind => [224, 1] [junit] [EL Finer]: 2022-09-10 04:19:24.172--ClientSession(1369813443)--Connection(1098526779)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:24.173--ServerSession(1526542158)--Connection(2108058280)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.174--UnitOfWork(1289696765)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.174--UnitOfWork(1289696765)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.174--UnitOfWork(1289696765)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.174--ClientSession(1369813443)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.174--UnitOfWork(1289696765)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.174--ClientSession(1369813443)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:24.174--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 530561334 [junit] [EL Finer]: 2022-09-10 04:19:24.174--ClientSession(530561334)--Thread(Thread[main,5,main])--acquire unit of work: 831057349 [junit] [EL Finest]: 2022-09-10 04:19:24.175--UnitOfWork(831057349)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.175--UnitOfWork(831057349)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4d443a45 [junit] [EL Finest]: 2022-09-10 04:19:24.175--UnitOfWork(831057349)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2022-09-10 04:19:24.175--UnitOfWork(831057349)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.175--ServerSession(1526542158)--Connection(1940686889)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.175--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.175--ServerSession(1526542158)--Connection(87860572)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [1, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.176--ServerSession(1526542158)--Connection(1940686889)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.176--UnitOfWork(831057349)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536 [junit] [EL Finest]: 2022-09-10 04:19:24.176--UnitOfWork(831057349)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad [junit] [EL Finer]: 2022-09-10 04:19:24.176--UnitOfWork(831057349)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.176--ClientSession(530561334)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:24.21--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1779796543 [junit] [EL Finer]: 2022-09-10 04:19:24.21--ClientSession(1779796543)--Thread(Thread[main,5,main])--acquire unit of work: 249214816 [junit] [EL Finest]: 2022-09-10 04:19:24.21--UnitOfWork(249214816)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11. [junit] [EL Finest]: 2022-09-10 04:19:24.21--UnitOfWork(249214816)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad. [junit] [EL Finest]: 2022-09-10 04:19:24.211--UnitOfWork(249214816)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536. [junit] [EL Finest]: 2022-09-10 04:19:24.211--UnitOfWork(249214816)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97. [junit] [EL Finest]: 2022-09-10 04:19:24.211--UnitOfWork(249214816)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e6c3290. [junit] [EL Finest]: 2022-09-10 04:19:24.211--UnitOfWork(249214816)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@95afa5c. [junit] [EL Finest]: 2022-09-10 04:19:24.211--UnitOfWork(249214816)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1b2cd4e4. [junit] [EL Finest]: 2022-09-10 04:19:24.211--UnitOfWork(249214816)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5d2ee1cc. [junit] [EL Finer]: 2022-09-10 04:19:24.211--UnitOfWork(249214816)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:24.211--UnitOfWork(249214816)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2022-09-10 04:19:24.211--ServerSession(1526542158)--Connection(1790489209)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.211--ClientSession(1779796543)--Connection(1790489209)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:24.211--ClientSession(1779796543)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:24.212--UnitOfWork(249214816)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1b2cd4e4) [junit] [EL Fine]: 2022-09-10 04:19:24.212--ClientSession(1779796543)--Connection(979683223)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, diverses, 1] [junit] [EL Finest]: 2022-09-10 04:19:24.213--UnitOfWork(249214816)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5d2ee1cc) [junit] [EL Finest]: 2022-09-10 04:19:24.213--UnitOfWork(249214816)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad) [junit] [EL Finer]: 2022-09-10 04:19:24.213--ClientSession(1779796543)--Connection(979683223)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.213--ClientSession(1779796543)--Connection(979683223)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.213--ClientSession(1779796543)--Connection(979683223)--Thread(Thread[main,5,main])-- bind => [1, Hans, Wurst, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:24.213--ClientSession(1779796543)--Connection(979683223)--Thread(Thread[main,5,main])-- bind => [2, Fred von, Jupiter, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:24.213--ClientSession(1779796543)--Connection(979683223)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:24.214--UnitOfWork(249214816)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@95afa5c) [junit] [EL Finest]: 2022-09-10 04:19:24.214--UnitOfWork(249214816)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e6c3290) [junit] [EL Finest]: 2022-09-10 04:19:24.214--UnitOfWork(249214816)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536) [junit] [EL Finest]: 2022-09-10 04:19:24.214--UnitOfWork(249214816)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97) [junit] [EL Finer]: 2022-09-10 04:19:24.214--ClientSession(1779796543)--Connection(979683223)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.214--ClientSession(1779796543)--Connection(979683223)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.214--ClientSession(1779796543)--Connection(979683223)--Thread(Thread[main,5,main])-- bind => [222, Gürteltiere puhlen] [junit] [EL Fine]: 2022-09-10 04:19:24.214--ClientSession(1779796543)--Connection(979683223)--Thread(Thread[main,5,main])-- bind => [226, Eclipse Linken] [junit] [EL Fine]: 2022-09-10 04:19:24.214--ClientSession(1779796543)--Connection(979683223)--Thread(Thread[main,5,main])-- bind => [225, Erbsen zählen] [junit] [EL Fine]: 2022-09-10 04:19:24.214--ClientSession(1779796543)--Connection(979683223)--Thread(Thread[main,5,main])-- bind => [223, Bäuche pinseln] [junit] [EL Fine]: 2022-09-10 04:19:24.214--ClientSession(1779796543)--Connection(979683223)--Thread(Thread[main,5,main])-- bind => [224, Zitronen falten] [junit] [EL Finer]: 2022-09-10 04:19:24.214--ClientSession(1779796543)--Connection(979683223)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:24.215--ClientSession(1779796543)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:24.216--ClientSession(1779796543)--Connection(979683223)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.216--ClientSession(1779796543)--Connection(979683223)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.216--ClientSession(1779796543)--Connection(979683223)--Thread(Thread[main,5,main])-- bind => [1, 0, 222] [junit] [EL Fine]: 2022-09-10 04:19:24.216--ClientSession(1779796543)--Connection(979683223)--Thread(Thread[main,5,main])-- bind => [1, 0, 226] [junit] [EL Fine]: 2022-09-10 04:19:24.216--ClientSession(1779796543)--Connection(979683223)--Thread(Thread[main,5,main])-- bind => [1, 0, 225] [junit] [EL Fine]: 2022-09-10 04:19:24.216--ClientSession(1779796543)--Connection(979683223)--Thread(Thread[main,5,main])-- bind => [1, 0, 223] [junit] [EL Fine]: 2022-09-10 04:19:24.216--ClientSession(1779796543)--Connection(979683223)--Thread(Thread[main,5,main])-- bind => [1, 0, 224] [junit] [EL Finer]: 2022-09-10 04:19:24.216--ClientSession(1779796543)--Connection(979683223)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:24.217--ClientSession(1779796543)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.217--ClientSession(1779796543)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.217--ClientSession(1779796543)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.217--ClientSession(1779796543)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:24.217--ClientSession(1779796543)--Connection(979683223)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.217--ClientSession(1779796543)--Connection(979683223)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.217--ClientSession(1779796543)--Connection(979683223)--Thread(Thread[main,5,main])-- bind => [223, 1] [junit] [EL Fine]: 2022-09-10 04:19:24.217--ClientSession(1779796543)--Connection(979683223)--Thread(Thread[main,5,main])-- bind => [224, 1] [junit] [EL Fine]: 2022-09-10 04:19:24.217--ClientSession(1779796543)--Connection(979683223)--Thread(Thread[main,5,main])-- bind => [222, 1] [junit] [EL Fine]: 2022-09-10 04:19:24.217--ClientSession(1779796543)--Connection(979683223)--Thread(Thread[main,5,main])-- bind => [224, 2] [junit] [EL Fine]: 2022-09-10 04:19:24.217--ClientSession(1779796543)--Connection(979683223)--Thread(Thread[main,5,main])-- bind => [225, 2] [junit] [EL Finer]: 2022-09-10 04:19:24.217--ClientSession(1779796543)--Connection(979683223)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:24.218--ClientSession(1779796543)--Connection(979683223)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:24.219--ServerSession(1526542158)--Connection(1790489209)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:19:24.219--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="employees" referenceClass=Employee sql="SELECT t1.ID, t1.FIRSTNAME, t1.LASTNAME, t1.SALARY, t1.EMP_END, t1.EMP_START, t1.COSTCENTER, t1.DEPARTMENT, t1.BROKERAGE_ACCOUNT, t1.CUBICLE_FLOOR, t1.CUBICLE_PLACE, t1.SAMPLE_ACCOUNT, t1.PROFILE_GUID FROM TMP_EMP_PROJECT t0, TMP_EMP t1 WHERE ((t0.PROJECT_ID = ?) AND (t1.ID = t0.EMP_ID))") [junit] [EL Finest]: 2022-09-10 04:19:24.22--ServerSession(1526542158)--Connection(962937448)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.22--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.22--ServerSession(1526542158)--Connection(377885158)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.FIRSTNAME, t1.LASTNAME, t1.SALARY, t1.EMP_END, t1.EMP_START, t1.COSTCENTER, t1.DEPARTMENT, t1.BROKERAGE_ACCOUNT, t1.CUBICLE_FLOOR, t1.CUBICLE_PLACE, t1.SAMPLE_ACCOUNT, t1.PROFILE_GUID FROM TMP_EMP_PROJECT t0, TMP_EMP t1 WHERE ((t0.PROJECT_ID = ?) AND (t1.ID = t0.EMP_ID)) [junit] bind => [222] [junit] [EL Finest]: 2022-09-10 04:19:24.221--ServerSession(1526542158)--Connection(962937448)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.221--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="employees" referenceClass=Employee sql="SELECT t1.ID, t1.FIRSTNAME, t1.LASTNAME, t1.SALARY, t1.EMP_END, t1.EMP_START, t1.COSTCENTER, t1.DEPARTMENT, t1.BROKERAGE_ACCOUNT, t1.CUBICLE_FLOOR, t1.CUBICLE_PLACE, t1.SAMPLE_ACCOUNT, t1.PROFILE_GUID FROM TMP_EMP_PROJECT t0, TMP_EMP t1 WHERE ((t0.PROJECT_ID = ?) AND (t1.ID = t0.EMP_ID))") [junit] [EL Finest]: 2022-09-10 04:19:24.221--ServerSession(1526542158)--Connection(676158948)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.221--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.221--ServerSession(1526542158)--Connection(249720874)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.FIRSTNAME, t1.LASTNAME, t1.SALARY, t1.EMP_END, t1.EMP_START, t1.COSTCENTER, t1.DEPARTMENT, t1.BROKERAGE_ACCOUNT, t1.CUBICLE_FLOOR, t1.CUBICLE_PLACE, t1.SAMPLE_ACCOUNT, t1.PROFILE_GUID FROM TMP_EMP_PROJECT t0, TMP_EMP t1 WHERE ((t0.PROJECT_ID = ?) AND (t1.ID = t0.EMP_ID)) [junit] bind => [223] [junit] [EL Finest]: 2022-09-10 04:19:24.222--ServerSession(1526542158)--Connection(676158948)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.222--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="patents" referenceClass=Patent sql="SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_NAME, t1.PAT_YEAR FROM TMP_EMP_PATENT t0, TMP_PATENT t1 WHERE ((t0.EMP_ID = ?) AND ((t1.PAT_YEAR = t0.PATENT_YEAR) AND (t1.PAT_NAME = t0.PATENT_NAME)))") [junit] [EL Finest]: 2022-09-10 04:19:24.222--ServerSession(1526542158)--Connection(928576419)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.222--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.222--ServerSession(1526542158)--Connection(715564610)--Thread(Thread[main,5,main])--SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_NAME, t1.PAT_YEAR FROM TMP_EMP_PATENT t0, TMP_PATENT t1 WHERE ((t0.EMP_ID = ?) AND ((t1.PAT_YEAR = t0.PATENT_YEAR) AND (t1.PAT_NAME = t0.PATENT_NAME))) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:24.223--ServerSession(1526542158)--Connection(928576419)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.223--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="patents" referenceClass=Patent sql="SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_NAME, t1.PAT_YEAR FROM TMP_EMP_PATENT t0, TMP_PATENT t1 WHERE ((t0.EMP_ID = ?) AND ((t1.PAT_YEAR = t0.PATENT_YEAR) AND (t1.PAT_NAME = t0.PATENT_NAME)))") [junit] [EL Finest]: 2022-09-10 04:19:24.223--ServerSession(1526542158)--Connection(161883643)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.223--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.223--ServerSession(1526542158)--Connection(372049467)--Thread(Thread[main,5,main])--SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_NAME, t1.PAT_YEAR FROM TMP_EMP_PATENT t0, TMP_PATENT t1 WHERE ((t0.EMP_ID = ?) AND ((t1.PAT_YEAR = t0.PATENT_YEAR) AND (t1.PAT_NAME = t0.PATENT_NAME))) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:19:24.224--ServerSession(1526542158)--Connection(161883643)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.224--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="projects" referenceClass=Project sql="SELECT t1.ID, t2.PROJECT_ID, t1.PROJ_NAME, t2.PLANNED_DAYS, t2.USED_DAYS FROM TMP_EMP_PROJECT t0, TMP_PROJECT_DETAILS t2, TMP_PROJECT t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.PROJECT_ID)) AND (t2.PROJECT_ID = t1.ID))") [junit] [EL Finest]: 2022-09-10 04:19:24.224--ServerSession(1526542158)--Connection(1502101627)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.224--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.224--ServerSession(1526542158)--Connection(669686191)--Thread(Thread[main,5,main])--SELECT t1.ID, t2.PROJECT_ID, t1.PROJ_NAME, t2.PLANNED_DAYS, t2.USED_DAYS FROM TMP_EMP_PROJECT t0, TMP_PROJECT_DETAILS t2, TMP_PROJECT t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.PROJECT_ID)) AND (t2.PROJECT_ID = t1.ID)) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:19:24.225--ServerSession(1526542158)--Connection(1502101627)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:24.225--UnitOfWork(249214816)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.225--UnitOfWork(249214816)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.225--UnitOfWork(249214816)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.225--ClientSession(1779796543)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.225--UnitOfWork(249214816)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.225--ClientSession(1779796543)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:24.226--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1755328000 [junit] [EL Finer]: 2022-09-10 04:19:24.226--ClientSession(1755328000)--Thread(Thread[main,5,main])--acquire unit of work: 460645722 [junit] [EL Finer]: 2022-09-10 04:19:24.227--UnitOfWork(460645722)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:24.227--UnitOfWork(460645722)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:24.227--UnitOfWork(460645722)--Thread(Thread[main,5,main])--Execute query DeleteAllQuery(referenceClass=Employee sql="DELETE FROM TMP_EMP") [junit] [EL Finest]: 2022-09-10 04:19:24.227--ServerSession(1526542158)--Connection(1189936119)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.227--ClientSession(1755328000)--Connection(1189936119)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:24.227--ClientSession(1755328000)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.227--ClientSession(1755328000)--Connection(2056165445)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW [junit] [EL Fine]: 2022-09-10 04:19:24.228--ClientSession(1755328000)--Connection(2056165445)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT [junit] [EL Fine]: 2022-09-10 04:19:24.228--ClientSession(1755328000)--Connection(2056165445)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PATENT [junit] [EL Fine]: 2022-09-10 04:19:24.229--ClientSession(1755328000)--Connection(2056165445)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_HOBBY [junit] [EL Fine]: 2022-09-10 04:19:24.229--ClientSession(1755328000)--Connection(2056165445)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_CREDIT [junit] [EL Fine]: 2022-09-10 04:19:24.229--ClientSession(1755328000)--Connection(2056165445)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_BICYCLE [junit] [EL Fine]: 2022-09-10 04:19:24.23--ClientSession(1755328000)--Connection(2056165445)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP [junit] [EL Finer]: 2022-09-10 04:19:24.23--UnitOfWork(460645722)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:24.23--UnitOfWork(460645722)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:24.231--UnitOfWork(460645722)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2022-09-10 04:19:24.231--UnitOfWork(460645722)--Thread(Thread[main,5,main])--Execute query DeleteAllQuery(referenceClass=Vehicle sql="DELETE FROM TMP_VEHICLE") [junit] [EL Fine]: 2022-09-10 04:19:24.231--ClientSession(1755328000)--Connection(2056165445)--Thread(Thread[main,5,main])--DELETE FROM TMP_VEHICLE_PROFILE [junit] [EL Fine]: 2022-09-10 04:19:24.231--ClientSession(1755328000)--Connection(2056165445)--Thread(Thread[main,5,main])--DELETE FROM TMP_VEHICLE [junit] [EL Finer]: 2022-09-10 04:19:24.231--UnitOfWork(460645722)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.231--ClientSession(1755328000)--Connection(2056165445)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:24.232--ServerSession(1526542158)--Connection(1189936119)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.232--UnitOfWork(460645722)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.232--UnitOfWork(460645722)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.232--UnitOfWork(460645722)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.233--ClientSession(1755328000)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.233--UnitOfWork(460645722)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.233--ClientSession(1755328000)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:24.233--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1752025314 [junit] [EL Finer]: 2022-09-10 04:19:24.233--ClientSession(1752025314)--Thread(Thread[main,5,main])--acquire unit of work: 775638832 [junit] [EL Finest]: 2022-09-10 04:19:24.233--UnitOfWork(775638832)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@718c7433. [junit] [EL Finest]: 2022-09-10 04:19:24.233--UnitOfWork(775638832)--Thread(Thread[main,5,main])--assign sequence to the object (1,370 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@718c7433) [junit] [EL Finer]: 2022-09-10 04:19:24.233--UnitOfWork(775638832)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:24.233--UnitOfWork(775638832)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@718c7433) [junit] [EL Finest]: 2022-09-10 04:19:24.233--ServerSession(1526542158)--Connection(367174105)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.233--ClientSession(1752025314)--Connection(367174105)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:24.233--ClientSession(1752025314)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.234--ClientSession(1752025314)--Connection(1641295514)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, NUM_GEARS, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?, ?) [junit] bind => [1370, null, null, 0, 1, 4] [junit] [EL Finer]: 2022-09-10 04:19:24.234--ClientSession(1752025314)--Connection(1641295514)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:24.235--ServerSession(1526542158)--Connection(367174105)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.235--UnitOfWork(775638832)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.235--UnitOfWork(775638832)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2022-09-10 04:19:24.236--UnitOfWork(775638832)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBicycle" referenceClass=Bicycle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, NUM_GEARS FROM TMP_VEHICLE WHERE ((ID = ?) AND (DTYPE IN (?, ?, ?)))") [junit] [EL Finer]: 2022-09-10 04:19:24.236--UnitOfWork(775638832)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.236--ClientSession(1752025314)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.236--UnitOfWork(775638832)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.236--ClientSession(1752025314)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:24.241--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1475274668 [junit] [EL Finer]: 2022-09-10 04:19:24.241--ClientSession(1475274668)--Thread(Thread[main,5,main])--acquire unit of work: 1475439104 [junit] [EL Finest]: 2022-09-10 04:19:24.241--UnitOfWork(1475439104)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@46b72cab [junit] [EL Finest]: 2022-09-10 04:19:24.241--UnitOfWork(1475439104)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="profiles" referenceClass=TravelProfile ) [junit] [EL Finest]: 2022-09-10 04:19:24.242--ServerSession(1526542158)--Connection(1911446356)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.242--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.242--ServerSession(1526542158)--Connection(1700540668)--Thread(Thread[main,5,main])--SELECT t1.GUID, t1.AIRLINE, t1.SMOKER FROM TMP_VEHICLE_PROFILE t0, TMP_PROFILE t1 WHERE ((t0.VEHICLE_ID = ?) AND (t1.GUID = t0.PROFILE_ID)) [junit] bind => [1370] [junit] [EL Finest]: 2022-09-10 04:19:24.243--ServerSession(1526542158)--Connection(1911446356)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.243--UnitOfWork(1475439104)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Employee ) [junit] [EL Finest]: 2022-09-10 04:19:24.243--ServerSession(1526542158)--Connection(1099714122)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.243--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.244--ServerSession(1526542158)--Connection(1684778019)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?) [junit] bind => [9999] [junit] [EL Finest]: 2022-09-10 04:19:24.244--ServerSession(1526542158)--Connection(1099714122)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:24.244--UnitOfWork(1475439104)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:24.245--UnitOfWork(1475439104)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Bicycle@2f24dcc8) [junit] [EL Finest]: 2022-09-10 04:19:24.246--ServerSession(1526542158)--Connection(874801015)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.246--ClientSession(1475274668)--Connection(874801015)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:24.246--ClientSession(1475274668)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:24.246--UnitOfWork(1475439104)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7a87183a) [junit] [EL Fine]: 2022-09-10 04:19:24.246--ClientSession(1475274668)--Connection(292968335)--Thread(Thread[main,5,main])--UPDATE TMP_VEHICLE SET VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [2, 1370, 1] [junit] [EL Finest]: 2022-09-10 04:19:24.247--ClientSession(1475274668)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="riders" sql="INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?)") [junit] [EL Fine]: 2022-09-10 04:19:24.247--ClientSession(1475274668)--Connection(292968335)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [9999, Robbi, Tobbi, null, null, null, null, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:24.248--ClientSession(1475274668)--Connection(292968335)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_BICYCLE (EMPLOYEE_ID, BICYCLE_ID) VALUES (?, ?) [junit] bind => [9999, 1370] [junit] [EL Finer]: 2022-09-10 04:19:24.249--ClientSession(1475274668)--Connection(292968335)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:24.249--ServerSession(1526542158)--Connection(874801015)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.25--UnitOfWork(1475439104)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.25--UnitOfWork(1475439104)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.25--UnitOfWork(1475439104)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.25--ClientSession(1475274668)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.25--UnitOfWork(1475439104)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.25--ClientSession(1475274668)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:24.25--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 561123406 [junit] [EL Finer]: 2022-09-10 04:19:24.25--ClientSession(561123406)--Thread(Thread[main,5,main])--acquire unit of work: 1568742829 [junit] [EL Finest]: 2022-09-10 04:19:24.25--UnitOfWork(1568742829)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.25--UnitOfWork(1568742829)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4334b9fd [junit] [EL Finest]: 2022-09-10 04:19:24.251--UnitOfWork(1568742829)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.251--ServerSession(1526542158)--Connection(667573139)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.251--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.251--ServerSession(1526542158)--Connection(378261316)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [9999, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.252--ServerSession(1526542158)--Connection(667573139)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:24.285--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 662682038 [junit] [EL Finer]: 2022-09-10 04:19:24.285--ClientSession(662682038)--Thread(Thread[main,5,main])--acquire unit of work: 732132118 [junit] [EL Finest]: 2022-09-10 04:19:24.285--UnitOfWork(732132118)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11. [junit] [EL Finest]: 2022-09-10 04:19:24.285--UnitOfWork(732132118)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad. [junit] [EL Finest]: 2022-09-10 04:19:24.285--UnitOfWork(732132118)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536. [junit] [EL Finest]: 2022-09-10 04:19:24.285--UnitOfWork(732132118)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97. [junit] [EL Finest]: 2022-09-10 04:19:24.285--UnitOfWork(732132118)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e6c3290. [junit] [EL Finest]: 2022-09-10 04:19:24.285--UnitOfWork(732132118)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@95afa5c. [junit] [EL Finest]: 2022-09-10 04:19:24.286--UnitOfWork(732132118)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4e3d2d76. [junit] [EL Finest]: 2022-09-10 04:19:24.286--UnitOfWork(732132118)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@14d59f0e. [junit] [EL Finer]: 2022-09-10 04:19:24.286--UnitOfWork(732132118)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:24.286--UnitOfWork(732132118)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2022-09-10 04:19:24.286--ServerSession(1526542158)--Connection(497765889)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.286--ClientSession(662682038)--Connection(497765889)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:24.286--ClientSession(662682038)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:24.287--UnitOfWork(732132118)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4e3d2d76) [junit] [EL Fine]: 2022-09-10 04:19:24.287--ClientSession(662682038)--Connection(465497593)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, diverses, 1] [junit] [EL Finest]: 2022-09-10 04:19:24.287--UnitOfWork(732132118)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@14d59f0e) [junit] [EL Finest]: 2022-09-10 04:19:24.288--UnitOfWork(732132118)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97) [junit] [EL Finer]: 2022-09-10 04:19:24.288--ClientSession(662682038)--Connection(465497593)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.288--ClientSession(662682038)--Connection(465497593)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.288--ClientSession(662682038)--Connection(465497593)--Thread(Thread[main,5,main])-- bind => [1, Hans, Wurst, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:24.288--ClientSession(662682038)--Connection(465497593)--Thread(Thread[main,5,main])-- bind => [2, Fred von, Jupiter, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:24.288--ClientSession(662682038)--Connection(465497593)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:24.289--UnitOfWork(732132118)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536) [junit] [EL Finest]: 2022-09-10 04:19:24.289--UnitOfWork(732132118)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e6c3290) [junit] [EL Finest]: 2022-09-10 04:19:24.289--UnitOfWork(732132118)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@95afa5c) [junit] [EL Finest]: 2022-09-10 04:19:24.289--UnitOfWork(732132118)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad) [junit] [EL Finer]: 2022-09-10 04:19:24.289--ClientSession(662682038)--Connection(465497593)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.289--ClientSession(662682038)--Connection(465497593)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.289--ClientSession(662682038)--Connection(465497593)--Thread(Thread[main,5,main])-- bind => [224, Zitronen falten] [junit] [EL Fine]: 2022-09-10 04:19:24.289--ClientSession(662682038)--Connection(465497593)--Thread(Thread[main,5,main])-- bind => [223, Bäuche pinseln] [junit] [EL Fine]: 2022-09-10 04:19:24.289--ClientSession(662682038)--Connection(465497593)--Thread(Thread[main,5,main])-- bind => [225, Erbsen zählen] [junit] [EL Fine]: 2022-09-10 04:19:24.289--ClientSession(662682038)--Connection(465497593)--Thread(Thread[main,5,main])-- bind => [226, Eclipse Linken] [junit] [EL Fine]: 2022-09-10 04:19:24.289--ClientSession(662682038)--Connection(465497593)--Thread(Thread[main,5,main])-- bind => [222, Gürteltiere puhlen] [junit] [EL Finer]: 2022-09-10 04:19:24.289--ClientSession(662682038)--Connection(465497593)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:24.29--ClientSession(662682038)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:24.29--ClientSession(662682038)--Connection(465497593)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.291--ClientSession(662682038)--Connection(465497593)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.291--ClientSession(662682038)--Connection(465497593)--Thread(Thread[main,5,main])-- bind => [1, 0, 224] [junit] [EL Fine]: 2022-09-10 04:19:24.291--ClientSession(662682038)--Connection(465497593)--Thread(Thread[main,5,main])-- bind => [1, 0, 223] [junit] [EL Fine]: 2022-09-10 04:19:24.291--ClientSession(662682038)--Connection(465497593)--Thread(Thread[main,5,main])-- bind => [1, 0, 225] [junit] [EL Fine]: 2022-09-10 04:19:24.291--ClientSession(662682038)--Connection(465497593)--Thread(Thread[main,5,main])-- bind => [1, 0, 226] [junit] [EL Fine]: 2022-09-10 04:19:24.291--ClientSession(662682038)--Connection(465497593)--Thread(Thread[main,5,main])-- bind => [1, 0, 222] [junit] [EL Finer]: 2022-09-10 04:19:24.291--ClientSession(662682038)--Connection(465497593)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:24.292--ClientSession(662682038)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.292--ClientSession(662682038)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.292--ClientSession(662682038)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.292--ClientSession(662682038)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:24.292--ClientSession(662682038)--Connection(465497593)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.292--ClientSession(662682038)--Connection(465497593)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.292--ClientSession(662682038)--Connection(465497593)--Thread(Thread[main,5,main])-- bind => [223, 1] [junit] [EL Fine]: 2022-09-10 04:19:24.292--ClientSession(662682038)--Connection(465497593)--Thread(Thread[main,5,main])-- bind => [224, 1] [junit] [EL Fine]: 2022-09-10 04:19:24.292--ClientSession(662682038)--Connection(465497593)--Thread(Thread[main,5,main])-- bind => [222, 1] [junit] [EL Fine]: 2022-09-10 04:19:24.292--ClientSession(662682038)--Connection(465497593)--Thread(Thread[main,5,main])-- bind => [224, 2] [junit] [EL Fine]: 2022-09-10 04:19:24.292--ClientSession(662682038)--Connection(465497593)--Thread(Thread[main,5,main])-- bind => [225, 2] [junit] [EL Finer]: 2022-09-10 04:19:24.292--ClientSession(662682038)--Connection(465497593)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:24.293--ClientSession(662682038)--Connection(465497593)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:24.294--ServerSession(1526542158)--Connection(497765889)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.295--UnitOfWork(732132118)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.295--UnitOfWork(732132118)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.295--UnitOfWork(732132118)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.295--ClientSession(662682038)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.295--UnitOfWork(732132118)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.295--ClientSession(662682038)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:24.296--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1757692074 [junit] [EL Finer]: 2022-09-10 04:19:24.296--ClientSession(1757692074)--Thread(Thread[main,5,main])--acquire unit of work: 350521047 [junit] [EL Finest]: 2022-09-10 04:19:24.296--UnitOfWork(350521047)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.296--ServerSession(1526542158)--Connection(302661873)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.296--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.296--ServerSession(1526542158)--Connection(1552753536)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:24.297--ServerSession(1526542158)--Connection(302661873)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.297--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:19:24.297--ServerSession(1526542158)--Connection(1393391617)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.297--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.297--ServerSession(1526542158)--Connection(1927780458)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?) [junit] bind => [17] [junit] [EL Finest]: 2022-09-10 04:19:24.298--ServerSession(1526542158)--Connection(1393391617)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.298--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="motorVehicle" referenceClass=MotorVehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.298--ServerSession(1526542158)--Connection(1686017373)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.298--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.298--ServerSession(1526542158)--Connection(714368368)--Thread(Thread[main,5,main])--SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?))) [junit] bind => [1, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:24.299--ServerSession(1526542158)--Connection(1686017373)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.299--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="bicycles" referenceClass=Bicycle sql="SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.299--ServerSession(1526542158)--Connection(92878260)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.299--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.299--ServerSession(1526542158)--Connection(213876624)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?))) [junit] bind => [1, 4, 45, 4711] [junit] [EL Finest]: 2022-09-10 04:19:24.3--ServerSession(1526542158)--Connection(92878260)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.3--UnitOfWork(350521047)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:19:24.3--UnitOfWork(350521047)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2022-09-10 04:19:24.3--UnitOfWork(350521047)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.3--ServerSession(1526542158)--Connection(739293279)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.3--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.3--ServerSession(1526542158)--Connection(224442112)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [1, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.301--ServerSession(1526542158)--Connection(739293279)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.301--UnitOfWork(350521047)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="motorVehicle" referenceClass=MotorVehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.301--ServerSession(1526542158)--Connection(769961724)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.301--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.301--ServerSession(1526542158)--Connection(632607991)--Thread(Thread[main,5,main])--SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?))) [junit] bind => [1, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:24.302--ServerSession(1526542158)--Connection(769961724)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.302--UnitOfWork(350521047)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="bicycles" referenceClass=Bicycle sql="SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.302--ServerSession(1526542158)--Connection(2100223297)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.302--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.302--ServerSession(1526542158)--Connection(2126425471)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?))) [junit] bind => [1, 4, 45, 4711] [junit] [EL Finest]: 2022-09-10 04:19:24.303--ServerSession(1526542158)--Connection(2100223297)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.303--UnitOfWork(350521047)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.303--ServerSession(1526542158)--Connection(101529156)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.303--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.304--ServerSession(1526542158)--Connection(231978671)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:19:24.304--ServerSession(1526542158)--Connection(101529156)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.304--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:19:24.304--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="motorVehicle" referenceClass=MotorVehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.305--ServerSession(1526542158)--Connection(2084493041)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.305--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.305--ServerSession(1526542158)--Connection(1225311392)--Thread(Thread[main,5,main])--SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?))) [junit] bind => [2, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:24.306--ServerSession(1526542158)--Connection(2084493041)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.306--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="bicycles" referenceClass=Bicycle sql="SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.306--ServerSession(1526542158)--Connection(704128961)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.306--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.306--ServerSession(1526542158)--Connection(651873178)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?))) [junit] bind => [2, 4, 45, 4711] [junit] [EL Finest]: 2022-09-10 04:19:24.307--ServerSession(1526542158)--Connection(704128961)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.307--UnitOfWork(350521047)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:19:24.307--UnitOfWork(350521047)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.307--ServerSession(1526542158)--Connection(504293859)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.307--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.307--ServerSession(1526542158)--Connection(1853384611)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [2, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.308--ServerSession(1526542158)--Connection(504293859)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.308--UnitOfWork(350521047)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="motorVehicle" referenceClass=MotorVehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.308--ServerSession(1526542158)--Connection(1183259721)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.308--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.308--ServerSession(1526542158)--Connection(1802452549)--Thread(Thread[main,5,main])--SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?))) [junit] bind => [2, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:24.309--ServerSession(1526542158)--Connection(1183259721)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.309--UnitOfWork(350521047)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="bicycles" referenceClass=Bicycle sql="SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.309--ServerSession(1526542158)--Connection(1669308086)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.309--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.309--ServerSession(1526542158)--Connection(1911556490)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?))) [junit] bind => [2, 4, 45, 4711] [junit] [EL Finest]: 2022-09-10 04:19:24.31--ServerSession(1526542158)--Connection(1669308086)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.31--UnitOfWork(350521047)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="projects" referenceClass=Project sql="SELECT t1.ID, t2.PROJECT_ID, t1.PROJ_NAME, t2.PLANNED_DAYS, t2.USED_DAYS FROM TMP_EMP_PROJECT t0, TMP_PROJECT_DETAILS t2, TMP_PROJECT t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.PROJECT_ID)) AND (t2.PROJECT_ID = t1.ID))") [junit] [EL Finest]: 2022-09-10 04:19:24.31--ServerSession(1526542158)--Connection(1024904956)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.31--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.31--ServerSession(1526542158)--Connection(1289432205)--Thread(Thread[main,5,main])--SELECT t1.ID, t2.PROJECT_ID, t1.PROJ_NAME, t2.PLANNED_DAYS, t2.USED_DAYS FROM TMP_EMP_PROJECT t0, TMP_PROJECT_DETAILS t2, TMP_PROJECT t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.PROJECT_ID)) AND (t2.PROJECT_ID = t1.ID)) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:24.31--ServerSession(1526542158)--Connection(1024904956)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.311--UnitOfWork(350521047)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536 [junit] [EL Finest]: 2022-09-10 04:19:24.311--UnitOfWork(350521047)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97 [junit] [EL Finest]: 2022-09-10 04:19:24.311--UnitOfWork(350521047)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad [junit] [EL Finer]: 2022-09-10 04:19:24.311--UnitOfWork(350521047)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:24.311--UnitOfWork(350521047)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="projects" referenceClass=Project sql="SELECT t1.ID, t2.PROJECT_ID, t1.PROJ_NAME, t2.PLANNED_DAYS, t2.USED_DAYS FROM TMP_EMP_PROJECT t0, TMP_PROJECT_DETAILS t2, TMP_PROJECT t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.PROJECT_ID)) AND (t2.PROJECT_ID = t1.ID))") [junit] [EL Finest]: 2022-09-10 04:19:24.311--ServerSession(1526542158)--Connection(740889731)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.311--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.312--ServerSession(1526542158)--Connection(1761835432)--Thread(Thread[main,5,main])--SELECT t1.ID, t2.PROJECT_ID, t1.PROJ_NAME, t2.PLANNED_DAYS, t2.USED_DAYS FROM TMP_EMP_PROJECT t0, TMP_PROJECT_DETAILS t2, TMP_PROJECT t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.PROJECT_ID)) AND (t2.PROJECT_ID = t1.ID)) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:19:24.312--ServerSession(1526542158)--Connection(740889731)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.312--UnitOfWork(350521047)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e6c3290 [junit] [EL Finest]: 2022-09-10 04:19:24.312--UnitOfWork(350521047)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97 [junit] [EL Finest]: 2022-09-10 04:19:24.313--UnitOfWork(350521047)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6cc86309) [junit] [EL Finest]: 2022-09-10 04:19:24.313--UnitOfWork(350521047)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_EMP_PROJECT WHERE ((PROJECT_ID = ?) AND (EMP_ID = ?))") [junit] [EL Finest]: 2022-09-10 04:19:24.313--ServerSession(1526542158)--Connection(1915562950)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.313--ClientSession(1757692074)--Connection(1915562950)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:24.313--ClientSession(1757692074)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:24.313--ClientSession(1757692074)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Fine]: 2022-09-10 04:19:24.313--ClientSession(1757692074)--Connection(1264836684)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT WHERE ((PROJECT_ID = ?) AND (EMP_ID = ?)) [junit] bind => [225, 2] [junit] [EL Finest]: 2022-09-10 04:19:24.314--ClientSession(1757692074)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:24.314--ClientSession(1757692074)--Connection(1264836684)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.314--ClientSession(1757692074)--Connection(1264836684)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.314--ClientSession(1757692074)--Connection(1264836684)--Thread(Thread[main,5,main])-- bind => [223, 2] [junit] [EL Fine]: 2022-09-10 04:19:24.314--ClientSession(1757692074)--Connection(1264836684)--Thread(Thread[main,5,main])-- bind => [222, 2] [junit] [EL Finer]: 2022-09-10 04:19:24.314--ClientSession(1757692074)--Connection(1264836684)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:24.315--ClientSession(1757692074)--Connection(1264836684)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:24.315--ServerSession(1526542158)--Connection(1915562950)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.316--UnitOfWork(350521047)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.316--UnitOfWork(350521047)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.316--UnitOfWork(350521047)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.316--ClientSession(1757692074)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.316--UnitOfWork(350521047)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.316--ClientSession(1757692074)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:24.317--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1058329458 [junit] [EL Finer]: 2022-09-10 04:19:24.317--ClientSession(1058329458)--Thread(Thread[main,5,main])--acquire unit of work: 925695366 [junit] [EL Finest]: 2022-09-10 04:19:24.317--UnitOfWork(925695366)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.317--UnitOfWork(925695366)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@67b8b180 [junit] [EL Finest]: 2022-09-10 04:19:24.317--UnitOfWork(925695366)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2022-09-10 04:19:24.317--UnitOfWork(925695366)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.317--ServerSession(1526542158)--Connection(1688624241)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.317--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.318--ServerSession(1526542158)--Connection(875978158)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [2, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.318--ServerSession(1526542158)--Connection(1688624241)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.318--UnitOfWork(925695366)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536 [junit] [EL Finest]: 2022-09-10 04:19:24.318--UnitOfWork(925695366)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97 [junit] [EL Finest]: 2022-09-10 04:19:24.318--UnitOfWork(925695366)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad [junit] [EL Finer]: 2022-09-10 04:19:24.319--UnitOfWork(925695366)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.319--ClientSession(1058329458)--Thread(Thread[main,5,main])--client released [junit] Tests run: 13, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.758 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestBidirectionalOneToOne [junit] [EL Finer]: 2022-09-10 04:19:24.355--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1281939849 [junit] [EL Finer]: 2022-09-10 04:19:24.356--ClientSession(1281939849)--Thread(Thread[main,5,main])--acquire unit of work: 1107401543 [junit] [EL Finest]: 2022-09-10 04:19:24.356--UnitOfWork(1107401543)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11. [junit] [EL Finest]: 2022-09-10 04:19:24.356--UnitOfWork(1107401543)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5f4db912. [junit] [EL Finest]: 2022-09-10 04:19:24.356--UnitOfWork(1107401543)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@55e397e3. [junit] [EL Finest]: 2022-09-10 04:19:24.356--UnitOfWork(1107401543)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@1bf6f5bb. [junit] [EL Finest]: 2022-09-10 04:19:24.356--UnitOfWork(1107401543)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@63fb5355. [junit] [EL Finer]: 2022-09-10 04:19:24.356--UnitOfWork(1107401543)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:24.356--UnitOfWork(1107401543)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2022-09-10 04:19:24.356--ServerSession(1526542158)--Connection(1791912714)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.357--ClientSession(1281939849)--Connection(1791912714)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:24.357--ClientSession(1281939849)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:24.357--UnitOfWork(1107401543)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@63fb5355) [junit] [EL Fine]: 2022-09-10 04:19:24.357--ClientSession(1281939849)--Connection(752365837)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, diverses, 1] [junit] [EL Finest]: 2022-09-10 04:19:24.358--UnitOfWork(1107401543)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@1bf6f5bb) [junit] [EL Finest]: 2022-09-10 04:19:24.358--UnitOfWork(1107401543)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@55e397e3) [junit] [EL Finer]: 2022-09-10 04:19:24.358--ClientSession(1281939849)--Connection(752365837)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.358--ClientSession(1281939849)--Connection(752365837)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.358--ClientSession(1281939849)--Connection(752365837)--Thread(Thread[main,5,main])-- bind => [44, 33, blue] [junit] [EL Fine]: 2022-09-10 04:19:24.358--ClientSession(1281939849)--Connection(752365837)--Thread(Thread[main,5,main])-- bind => [20, 10, green] [junit] [EL Finer]: 2022-09-10 04:19:24.358--ClientSession(1281939849)--Connection(752365837)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:24.359--UnitOfWork(1107401543)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5f4db912) [junit] [EL Finer]: 2022-09-10 04:19:24.359--ClientSession(1281939849)--Connection(752365837)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.359--ClientSession(1281939849)--Connection(752365837)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.359--ClientSession(1281939849)--Connection(752365837)--Thread(Thread[main,5,main])-- bind => [2, Fred, vom Jupiter, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:24.359--ClientSession(1281939849)--Connection(752365837)--Thread(Thread[main,5,main])-- bind => [1, Hans, Wurst, null, null, null, null, 17, null, 10, 20, null, null] [junit] [EL Finer]: 2022-09-10 04:19:24.36--ClientSession(1281939849)--Connection(752365837)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:24.361--ClientSession(1281939849)--Connection(752365837)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:24.362--ServerSession(1526542158)--Connection(1791912714)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:19:24.362--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="patents" referenceClass=Patent sql="SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_NAME, t1.PAT_YEAR FROM TMP_EMP_PATENT t0, TMP_PATENT t1 WHERE ((t0.EMP_ID = ?) AND ((t1.PAT_YEAR = t0.PATENT_YEAR) AND (t1.PAT_NAME = t0.PATENT_NAME)))") [junit] [EL Finest]: 2022-09-10 04:19:24.362--ServerSession(1526542158)--Connection(1483499080)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.363--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.363--ServerSession(1526542158)--Connection(1868413183)--Thread(Thread[main,5,main])--SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_NAME, t1.PAT_YEAR FROM TMP_EMP_PATENT t0, TMP_PATENT t1 WHERE ((t0.EMP_ID = ?) AND ((t1.PAT_YEAR = t0.PATENT_YEAR) AND (t1.PAT_NAME = t0.PATENT_NAME))) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:24.364--ServerSession(1526542158)--Connection(1483499080)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.364--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="projects" referenceClass=Project sql="SELECT t1.ID, t2.PROJECT_ID, t1.PROJ_NAME, t2.PLANNED_DAYS, t2.USED_DAYS FROM TMP_EMP_PROJECT t0, TMP_PROJECT_DETAILS t2, TMP_PROJECT t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.PROJECT_ID)) AND (t2.PROJECT_ID = t1.ID))") [junit] [EL Finest]: 2022-09-10 04:19:24.364--ServerSession(1526542158)--Connection(1075809197)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.364--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.364--ServerSession(1526542158)--Connection(1116166417)--Thread(Thread[main,5,main])--SELECT t1.ID, t2.PROJECT_ID, t1.PROJ_NAME, t2.PLANNED_DAYS, t2.USED_DAYS FROM TMP_EMP_PROJECT t0, TMP_PROJECT_DETAILS t2, TMP_PROJECT t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.PROJECT_ID)) AND (t2.PROJECT_ID = t1.ID)) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:24.365--ServerSession(1526542158)--Connection(1075809197)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.365--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="patents" referenceClass=Patent sql="SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_NAME, t1.PAT_YEAR FROM TMP_EMP_PATENT t0, TMP_PATENT t1 WHERE ((t0.EMP_ID = ?) AND ((t1.PAT_YEAR = t0.PATENT_YEAR) AND (t1.PAT_NAME = t0.PATENT_NAME)))") [junit] [EL Finest]: 2022-09-10 04:19:24.365--ServerSession(1526542158)--Connection(413968278)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.365--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.365--ServerSession(1526542158)--Connection(1620781635)--Thread(Thread[main,5,main])--SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_NAME, t1.PAT_YEAR FROM TMP_EMP_PATENT t0, TMP_PATENT t1 WHERE ((t0.EMP_ID = ?) AND ((t1.PAT_YEAR = t0.PATENT_YEAR) AND (t1.PAT_NAME = t0.PATENT_NAME))) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:19:24.366--ServerSession(1526542158)--Connection(413968278)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:24.366--UnitOfWork(1107401543)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.366--UnitOfWork(1107401543)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.366--UnitOfWork(1107401543)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.366--ClientSession(1281939849)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.366--UnitOfWork(1107401543)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.366--ClientSession(1281939849)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:24.367--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 694220673 [junit] [EL Finer]: 2022-09-10 04:19:24.367--ClientSession(694220673)--Thread(Thread[main,5,main])--acquire unit of work: 277875164 [junit] [EL Finest]: 2022-09-10 04:19:24.367--UnitOfWork(277875164)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.367--ServerSession(1526542158)--Connection(1030100180)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.367--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.367--ServerSession(1526542158)--Connection(41957531)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:24.368--ServerSession(1526542158)--Connection(1030100180)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.368--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:19:24.368--ServerSession(1526542158)--Connection(842459324)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.368--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.368--ServerSession(1526542158)--Connection(237368060)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?) [junit] bind => [17] [junit] [EL Finest]: 2022-09-10 04:19:24.369--ServerSession(1526542158)--Connection(842459324)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.369--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="cubicle" referenceClass=Cubicle ) [junit] [EL Finest]: 2022-09-10 04:19:24.369--ServerSession(1526542158)--Connection(1835501123)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.369--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.369--ServerSession(1526542158)--Connection(1282685697)--Thread(Thread[main,5,main])--SELECT PLACE, FLOOR, COLOR FROM TMP_CUBICLE WHERE ((PLACE = ?) AND (FLOOR = ?)) [junit] bind => [20, 10] [junit] [EL Finest]: 2022-09-10 04:19:24.37--ServerSession(1526542158)--Connection(1835501123)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.37--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="employee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE ((CUBICLE_FLOOR = ?) AND (CUBICLE_PLACE = ?))") [junit] [EL Finest]: 2022-09-10 04:19:24.37--ServerSession(1526542158)--Connection(340472190)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.37--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.37--ServerSession(1526542158)--Connection(1950668301)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE ((CUBICLE_FLOOR = ?) AND (CUBICLE_PLACE = ?)) [junit] bind => [10, 20] [junit] [EL Finest]: 2022-09-10 04:19:24.371--ServerSession(1526542158)--Connection(340472190)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.371--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="motorVehicle" referenceClass=MotorVehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.371--ServerSession(1526542158)--Connection(279212390)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.371--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.371--ServerSession(1526542158)--Connection(1115830721)--Thread(Thread[main,5,main])--SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?))) [junit] bind => [1, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:24.372--ServerSession(1526542158)--Connection(279212390)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.372--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="bicycles" referenceClass=Bicycle sql="SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.372--ServerSession(1526542158)--Connection(1203237204)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.372--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.372--ServerSession(1526542158)--Connection(338199634)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?))) [junit] bind => [1, 4, 45, 4711] [junit] [EL Finest]: 2022-09-10 04:19:24.373--ServerSession(1526542158)--Connection(1203237204)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.373--UnitOfWork(277875164)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:19:24.373--UnitOfWork(277875164)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2022-09-10 04:19:24.373--UnitOfWork(277875164)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.373--ServerSession(1526542158)--Connection(231449116)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.373--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.373--ServerSession(1526542158)--Connection(1115796877)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [1, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.374--ServerSession(1526542158)--Connection(231449116)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.374--UnitOfWork(277875164)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="cubicle" referenceClass=Cubicle ) [junit] [EL Finest]: 2022-09-10 04:19:24.374--UnitOfWork(277875164)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@41592ea3 [junit] [EL Finest]: 2022-09-10 04:19:24.374--UnitOfWork(277875164)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4d443a45 [junit] [EL Finest]: 2022-09-10 04:19:24.375--UnitOfWork(277875164)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="motorVehicle" referenceClass=MotorVehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.375--ServerSession(1526542158)--Connection(680678654)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.375--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.375--ServerSession(1526542158)--Connection(745189542)--Thread(Thread[main,5,main])--SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?))) [junit] bind => [1, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:24.376--ServerSession(1526542158)--Connection(680678654)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.376--UnitOfWork(277875164)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="bicycles" referenceClass=Bicycle sql="SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.376--ServerSession(1526542158)--Connection(1318858529)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.376--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.376--ServerSession(1526542158)--Connection(923425236)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?))) [junit] bind => [1, 4, 45, 4711] [junit] [EL Finest]: 2022-09-10 04:19:24.376--ServerSession(1526542158)--Connection(1318858529)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:24.377--UnitOfWork(277875164)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.377--UnitOfWork(277875164)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.377--UnitOfWork(277875164)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.377--UnitOfWork(277875164)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.377--ClientSession(694220673)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.377--UnitOfWork(277875164)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.377--ClientSession(694220673)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:24.377--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1200047740 [junit] [EL Finer]: 2022-09-10 04:19:24.377--ClientSession(1200047740)--Thread(Thread[main,5,main])--acquire unit of work: 528999952 [junit] [EL Finest]: 2022-09-10 04:19:24.377--UnitOfWork(528999952)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.377--UnitOfWork(528999952)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4d443a45 [junit] [EL Finest]: 2022-09-10 04:19:24.377--UnitOfWork(528999952)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2022-09-10 04:19:24.377--UnitOfWork(528999952)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.377--ServerSession(1526542158)--Connection(1794663289)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.377--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.378--ServerSession(1526542158)--Connection(1257226064)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [1, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.378--ServerSession(1526542158)--Connection(1794663289)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.378--UnitOfWork(528999952)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@41592ea3 [junit] [EL Finest]: 2022-09-10 04:19:24.378--UnitOfWork(528999952)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4d443a45 [junit] [EL Finer]: 2022-09-10 04:19:24.378--UnitOfWork(528999952)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.379--UnitOfWork(528999952)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.379--UnitOfWork(528999952)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.379--UnitOfWork(528999952)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.379--ClientSession(1200047740)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.379--UnitOfWork(528999952)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.379--ClientSession(1200047740)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:24.379--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1047025651 [junit] [EL Finer]: 2022-09-10 04:19:24.379--ClientSession(1047025651)--Thread(Thread[main,5,main])--acquire unit of work: 2064723866 [junit] [EL Finest]: 2022-09-10 04:19:24.379--UnitOfWork(2064723866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.379--UnitOfWork(2064723866)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4d443a45 [junit] [EL Finest]: 2022-09-10 04:19:24.379--UnitOfWork(2064723866)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2022-09-10 04:19:24.379--UnitOfWork(2064723866)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.379--ServerSession(1526542158)--Connection(410507805)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.379--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.379--ServerSession(1526542158)--Connection(1793612662)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [1, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.38--ServerSession(1526542158)--Connection(410507805)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.38--UnitOfWork(2064723866)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@41592ea3 [junit] [EL Finest]: 2022-09-10 04:19:24.38--UnitOfWork(2064723866)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4d443a45 [junit] [EL Finer]: 2022-09-10 04:19:24.38--UnitOfWork(2064723866)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.38--UnitOfWork(2064723866)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.38--UnitOfWork(2064723866)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.38--UnitOfWork(2064723866)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.38--ClientSession(1047025651)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.38--UnitOfWork(2064723866)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.38--ClientSession(1047025651)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:24.408--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 44474127 [junit] [EL Finer]: 2022-09-10 04:19:24.408--ClientSession(44474127)--Thread(Thread[main,5,main])--acquire unit of work: 1657165581 [junit] [EL Finest]: 2022-09-10 04:19:24.408--UnitOfWork(1657165581)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11. [junit] [EL Finest]: 2022-09-10 04:19:24.409--UnitOfWork(1657165581)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@292b7b88. [junit] [EL Finest]: 2022-09-10 04:19:24.409--UnitOfWork(1657165581)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1f43c745. [junit] [EL Finest]: 2022-09-10 04:19:24.409--UnitOfWork(1657165581)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@4fed859f. [junit] [EL Finest]: 2022-09-10 04:19:24.409--UnitOfWork(1657165581)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@2d0fc7ef. [junit] [EL Finer]: 2022-09-10 04:19:24.409--UnitOfWork(1657165581)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:24.409--UnitOfWork(1657165581)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2022-09-10 04:19:24.409--ServerSession(1526542158)--Connection(1805968008)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.409--ClientSession(44474127)--Connection(1805968008)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:24.409--ClientSession(44474127)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:24.41--UnitOfWork(1657165581)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@2d0fc7ef) [junit] [EL Fine]: 2022-09-10 04:19:24.41--ClientSession(44474127)--Connection(392970114)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, diverses, 1] [junit] [EL Finest]: 2022-09-10 04:19:24.41--UnitOfWork(1657165581)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@4fed859f) [junit] [EL Finest]: 2022-09-10 04:19:24.41--UnitOfWork(1657165581)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@292b7b88) [junit] [EL Finer]: 2022-09-10 04:19:24.41--ClientSession(44474127)--Connection(392970114)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.41--ClientSession(44474127)--Connection(392970114)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.41--ClientSession(44474127)--Connection(392970114)--Thread(Thread[main,5,main])-- bind => [44, 33, blue] [junit] [EL Fine]: 2022-09-10 04:19:24.41--ClientSession(44474127)--Connection(392970114)--Thread(Thread[main,5,main])-- bind => [20, 10, green] [junit] [EL Finer]: 2022-09-10 04:19:24.41--ClientSession(44474127)--Connection(392970114)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:24.411--UnitOfWork(1657165581)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1f43c745) [junit] [EL Finer]: 2022-09-10 04:19:24.411--ClientSession(44474127)--Connection(392970114)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.411--ClientSession(44474127)--Connection(392970114)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.411--ClientSession(44474127)--Connection(392970114)--Thread(Thread[main,5,main])-- bind => [1, Hans, Wurst, null, null, null, null, 17, null, 10, 20, null, null] [junit] [EL Fine]: 2022-09-10 04:19:24.411--ClientSession(44474127)--Connection(392970114)--Thread(Thread[main,5,main])-- bind => [2, Fred, vom Jupiter, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:24.411--ClientSession(44474127)--Connection(392970114)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:24.412--ClientSession(44474127)--Connection(392970114)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:24.413--ServerSession(1526542158)--Connection(1805968008)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:19:24.413--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="patents" referenceClass=Patent sql="SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_NAME, t1.PAT_YEAR FROM TMP_EMP_PATENT t0, TMP_PATENT t1 WHERE ((t0.EMP_ID = ?) AND ((t1.PAT_YEAR = t0.PATENT_YEAR) AND (t1.PAT_NAME = t0.PATENT_NAME)))") [junit] [EL Finest]: 2022-09-10 04:19:24.413--ServerSession(1526542158)--Connection(1119403066)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.413--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.413--ServerSession(1526542158)--Connection(1028826751)--Thread(Thread[main,5,main])--SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_NAME, t1.PAT_YEAR FROM TMP_EMP_PATENT t0, TMP_PATENT t1 WHERE ((t0.EMP_ID = ?) AND ((t1.PAT_YEAR = t0.PATENT_YEAR) AND (t1.PAT_NAME = t0.PATENT_NAME))) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:24.414--ServerSession(1526542158)--Connection(1119403066)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.414--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="projects" referenceClass=Project sql="SELECT t1.ID, t2.PROJECT_ID, t1.PROJ_NAME, t2.PLANNED_DAYS, t2.USED_DAYS FROM TMP_EMP_PROJECT t0, TMP_PROJECT_DETAILS t2, TMP_PROJECT t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.PROJECT_ID)) AND (t2.PROJECT_ID = t1.ID))") [junit] [EL Finest]: 2022-09-10 04:19:24.414--ServerSession(1526542158)--Connection(1422942723)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.414--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.414--ServerSession(1526542158)--Connection(2082035640)--Thread(Thread[main,5,main])--SELECT t1.ID, t2.PROJECT_ID, t1.PROJ_NAME, t2.PLANNED_DAYS, t2.USED_DAYS FROM TMP_EMP_PROJECT t0, TMP_PROJECT_DETAILS t2, TMP_PROJECT t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.PROJECT_ID)) AND (t2.PROJECT_ID = t1.ID)) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:24.415--ServerSession(1526542158)--Connection(1422942723)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:24.415--UnitOfWork(1657165581)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.415--UnitOfWork(1657165581)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.415--UnitOfWork(1657165581)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.416--ClientSession(44474127)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.416--UnitOfWork(1657165581)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.416--ClientSession(44474127)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:24.416--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1247903845 [junit] [EL Finer]: 2022-09-10 04:19:24.416--ClientSession(1247903845)--Thread(Thread[main,5,main])--acquire unit of work: 2096343558 [junit] [EL Finest]: 2022-09-10 04:19:24.416--UnitOfWork(2096343558)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.416--ServerSession(1526542158)--Connection(1163750953)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.416--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.416--ServerSession(1526542158)--Connection(1766483097)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:24.417--ServerSession(1526542158)--Connection(1163750953)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.417--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:19:24.417--ServerSession(1526542158)--Connection(1517961958)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.417--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.417--ServerSession(1526542158)--Connection(5629855)--Thread(Thread[main,5,main])--SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?) [junit] bind => [17] [junit] [EL Finest]: 2022-09-10 04:19:24.418--ServerSession(1526542158)--Connection(1517961958)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.418--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="cubicle" referenceClass=Cubicle ) [junit] [EL Finest]: 2022-09-10 04:19:24.418--ServerSession(1526542158)--Connection(915551491)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.418--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.418--ServerSession(1526542158)--Connection(424953169)--Thread(Thread[main,5,main])--SELECT PLACE, FLOOR, COLOR FROM TMP_CUBICLE WHERE ((PLACE = ?) AND (FLOOR = ?)) [junit] bind => [20, 10] [junit] [EL Finest]: 2022-09-10 04:19:24.419--ServerSession(1526542158)--Connection(915551491)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.419--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="employee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE ((CUBICLE_FLOOR = ?) AND (CUBICLE_PLACE = ?))") [junit] [EL Finest]: 2022-09-10 04:19:24.419--ServerSession(1526542158)--Connection(1298860432)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.419--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.419--ServerSession(1526542158)--Connection(1982772129)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE ((CUBICLE_FLOOR = ?) AND (CUBICLE_PLACE = ?)) [junit] bind => [10, 20] [junit] [EL Finest]: 2022-09-10 04:19:24.42--ServerSession(1526542158)--Connection(1298860432)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.42--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="motorVehicle" referenceClass=MotorVehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.42--ServerSession(1526542158)--Connection(872076231)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.42--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.42--ServerSession(1526542158)--Connection(810212770)--Thread(Thread[main,5,main])--SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?))) [junit] bind => [1, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:24.421--ServerSession(1526542158)--Connection(872076231)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.421--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="bicycles" referenceClass=Bicycle sql="SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.421--ServerSession(1526542158)--Connection(278283714)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.421--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.421--ServerSession(1526542158)--Connection(1985424831)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?))) [junit] bind => [1, 4, 45, 4711] [junit] [EL Finest]: 2022-09-10 04:19:24.422--ServerSession(1526542158)--Connection(278283714)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.422--UnitOfWork(2096343558)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:19:24.422--UnitOfWork(2096343558)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2022-09-10 04:19:24.422--UnitOfWork(2096343558)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.422--ServerSession(1526542158)--Connection(1409865683)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.422--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.422--ServerSession(1526542158)--Connection(1759235322)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [1, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.423--ServerSession(1526542158)--Connection(1409865683)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.423--UnitOfWork(2096343558)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="cubicle" referenceClass=Cubicle ) [junit] [EL Finest]: 2022-09-10 04:19:24.423--UnitOfWork(2096343558)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@41592ea3 [junit] [EL Finest]: 2022-09-10 04:19:24.423--UnitOfWork(2096343558)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4d443a45 [junit] [EL Finest]: 2022-09-10 04:19:24.424--UnitOfWork(2096343558)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="motorVehicle" referenceClass=MotorVehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.424--ServerSession(1526542158)--Connection(969894448)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.424--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.424--ServerSession(1526542158)--Connection(1379225744)--Thread(Thread[main,5,main])--SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?))) [junit] bind => [1, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:24.424--ServerSession(1526542158)--Connection(969894448)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.424--UnitOfWork(2096343558)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="bicycles" referenceClass=Bicycle sql="SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.424--ServerSession(1526542158)--Connection(631846369)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.424--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.425--ServerSession(1526542158)--Connection(1566593044)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?))) [junit] bind => [1, 4, 45, 4711] [junit] [EL Finest]: 2022-09-10 04:19:24.425--ServerSession(1526542158)--Connection(631846369)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.425--UnitOfWork(2096343558)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.425--ServerSession(1526542158)--Connection(2105898461)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.425--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.425--ServerSession(1526542158)--Connection(574253705)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:19:24.426--ServerSession(1526542158)--Connection(2105898461)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.426--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:19:24.426--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="motorVehicle" referenceClass=MotorVehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.426--ServerSession(1526542158)--Connection(2069473915)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.426--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.426--ServerSession(1526542158)--Connection(1060291706)--Thread(Thread[main,5,main])--SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?))) [junit] bind => [2, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:24.427--ServerSession(1526542158)--Connection(2069473915)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.427--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="bicycles" referenceClass=Bicycle sql="SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.427--ServerSession(1526542158)--Connection(841394927)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.427--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.427--ServerSession(1526542158)--Connection(463382981)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?))) [junit] bind => [2, 4, 45, 4711] [junit] [EL Finest]: 2022-09-10 04:19:24.428--ServerSession(1526542158)--Connection(841394927)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.428--UnitOfWork(2096343558)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="department" referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:19:24.428--UnitOfWork(2096343558)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.428--ServerSession(1526542158)--Connection(536669870)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.428--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.428--ServerSession(1526542158)--Connection(1900198933)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [2, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.428--ServerSession(1526542158)--Connection(536669870)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.429--UnitOfWork(2096343558)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="motorVehicle" referenceClass=MotorVehicle sql="SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.429--ServerSession(1526542158)--Connection(70739788)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.429--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.429--ServerSession(1526542158)--Connection(1626460619)--Thread(Thread[main,5,main])--SELECT ID, DTYPE, BRAND, COLOR, VERSION, LICENSE_PLATE, MODEL, TRANSMISSION_TYPE, EMPLOYEE_ID, MAX_LOAD, TOP_SPEED FROM TMP_VEHICLE WHERE ((EMPLOYEE_ID = ?) AND (DTYPE IN (?, ?, ?))) [junit] bind => [2, 91, 11, 71] [junit] [EL Finest]: 2022-09-10 04:19:24.429--ServerSession(1526542158)--Connection(70739788)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.429--UnitOfWork(2096343558)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="bicycles" referenceClass=Bicycle sql="SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.429--ServerSession(1526542158)--Connection(816344260)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.429--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.43--ServerSession(1526542158)--Connection(1580833939)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t1.BRAND, t1.COLOR, t1.VERSION, t1.NUM_GEARS FROM TMP_EMP_BICYCLE t0, TMP_VEHICLE t1 WHERE (((t0.EMPLOYEE_ID = ?) AND (t1.ID = t0.BICYCLE_ID)) AND (t1.DTYPE IN (?, ?, ?))) [junit] bind => [2, 4, 45, 4711] [junit] [EL Finest]: 2022-09-10 04:19:24.43--ServerSession(1526542158)--Connection(816344260)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:24.43--UnitOfWork(2096343558)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:24.43--UnitOfWork(2096343558)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@f45db3e) [junit] [EL Finest]: 2022-09-10 04:19:24.431--UnitOfWork(2096343558)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@602e9cd6) [junit] [EL Finest]: 2022-09-10 04:19:24.431--ServerSession(1526542158)--Connection(2113677887)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.431--ClientSession(1247903845)--Connection(2113677887)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:24.431--ClientSession(1247903845)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:24.431--UnitOfWork(2096343558)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@ac6f788) [junit] [EL Finer]: 2022-09-10 04:19:24.432--ClientSession(1247903845)--Connection(445327647)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.432--ClientSession(1247903845)--Connection(445327647)--Thread(Thread[main,5,main])--UPDATE TMP_EMP SET CUBICLE_FLOOR = ?, CUBICLE_PLACE = ? WHERE (ID = ?) [junit] [EL Fine]: 2022-09-10 04:19:24.432--ClientSession(1247903845)--Connection(445327647)--Thread(Thread[main,5,main])-- bind => [null, null, 1] [junit] [EL Fine]: 2022-09-10 04:19:24.432--ClientSession(1247903845)--Connection(445327647)--Thread(Thread[main,5,main])-- bind => [10, 20, 2] [junit] [EL Finer]: 2022-09-10 04:19:24.432--ClientSession(1247903845)--Connection(445327647)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:24.433--ClientSession(1247903845)--Connection(445327647)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:24.433--ServerSession(1526542158)--Connection(2113677887)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.434--UnitOfWork(2096343558)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.434--UnitOfWork(2096343558)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.434--UnitOfWork(2096343558)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.434--ClientSession(1247903845)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.434--UnitOfWork(2096343558)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.434--ClientSession(1247903845)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:24.434--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2088261132 [junit] [EL Finer]: 2022-09-10 04:19:24.434--ClientSession(2088261132)--Thread(Thread[main,5,main])--acquire unit of work: 1073240909 [junit] [EL Finest]: 2022-09-10 04:19:24.434--UnitOfWork(1073240909)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.434--UnitOfWork(1073240909)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4d443a45 [junit] [EL Finest]: 2022-09-10 04:19:24.434--UnitOfWork(1073240909)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2022-09-10 04:19:24.434--UnitOfWork(1073240909)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.435--ServerSession(1526542158)--Connection(1779183525)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.435--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.435--ServerSession(1526542158)--Connection(391328666)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [1, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.435--ServerSession(1526542158)--Connection(1779183525)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.435--UnitOfWork(1073240909)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.436--UnitOfWork(1073240909)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@67b8b180 [junit] [EL Finest]: 2022-09-10 04:19:24.436--UnitOfWork(1073240909)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2022-09-10 04:19:24.436--UnitOfWork(1073240909)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.436--ServerSession(1526542158)--Connection(1125615802)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.436--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.436--ServerSession(1526542158)--Connection(1722588302)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [2, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.436--ServerSession(1526542158)--Connection(1125615802)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.437--UnitOfWork(1073240909)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@41592ea3 [junit] [EL Finest]: 2022-09-10 04:19:24.437--UnitOfWork(1073240909)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@67b8b180 [junit] [EL Finest]: 2022-09-10 04:19:24.437--UnitOfWork(1073240909)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCubicle" referenceClass=Cubicle sql="SELECT PLACE, FLOOR, COLOR FROM TMP_CUBICLE WHERE ((PLACE = ?) AND (FLOOR = ?))") [junit] [EL Finest]: 2022-09-10 04:19:24.437--ServerSession(1526542158)--Connection(1134229208)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.437--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.437--ServerSession(1526542158)--Connection(1092607594)--Thread(Thread[main,5,main])--SELECT PLACE, FLOOR, COLOR FROM TMP_CUBICLE WHERE ((PLACE = ?) AND (FLOOR = ?)) [junit] bind => [44, 33] [junit] [EL Finest]: 2022-09-10 04:19:24.438--ServerSession(1526542158)--Connection(1134229208)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.438--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="employee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE ((CUBICLE_FLOOR = ?) AND (CUBICLE_PLACE = ?))") [junit] [EL Finest]: 2022-09-10 04:19:24.438--ServerSession(1526542158)--Connection(2108137389)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.438--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.438--ServerSession(1526542158)--Connection(833269795)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE ((CUBICLE_FLOOR = ?) AND (CUBICLE_PLACE = ?)) [junit] bind => [33, 44] [junit] [EL Finest]: 2022-09-10 04:19:24.439--ServerSession(1526542158)--Connection(2108137389)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.439--UnitOfWork(1073240909)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="employee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE ((CUBICLE_FLOOR = ?) AND (CUBICLE_PLACE = ?))") [junit] [EL Finest]: 2022-09-10 04:19:24.439--ServerSession(1526542158)--Connection(610010724)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.439--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.439--ServerSession(1526542158)--Connection(1083412836)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE ((CUBICLE_FLOOR = ?) AND (CUBICLE_PLACE = ?)) [junit] bind => [33, 44] [junit] [EL Finest]: 2022-09-10 04:19:24.439--ServerSession(1526542158)--Connection(610010724)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestEagerLoading [junit] [EL Finer]: 2022-09-10 04:19:24.475--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1947378907 [junit] [EL Finer]: 2022-09-10 04:19:24.475--ClientSession(1947378907)--Thread(Thread[main,5,main])--acquire unit of work: 849422237 [junit] [EL Finest]: 2022-09-10 04:19:24.475--UnitOfWork(849422237)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter@1e6453dc. [junit] [EL Finest]: 2022-09-10 04:19:24.475--UnitOfWork(849422237)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter@135c9a7b. [junit] [EL Finest]: 2022-09-10 04:19:24.475--UnitOfWork(849422237)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7289d0b7. [junit] [EL Finest]: 2022-09-10 04:19:24.475--UnitOfWork(849422237)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@492f9cb4. [junit] [EL Finest]: 2022-09-10 04:19:24.475--UnitOfWork(849422237)--Thread(Thread[main,5,main])--assign sequence to the object (1,371 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@492f9cb4) [junit] [EL Finest]: 2022-09-10 04:19:24.476--UnitOfWork(849422237)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@75e9ccfe. [junit] [EL Finest]: 2022-09-10 04:19:24.476--UnitOfWork(849422237)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2911f7a. [junit] [EL Finest]: 2022-09-10 04:19:24.476--UnitOfWork(849422237)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3e217bf7. [junit] [EL Finest]: 2022-09-10 04:19:24.476--UnitOfWork(849422237)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@b5e9abb. [junit] [EL Finest]: 2022-09-10 04:19:24.476--UnitOfWork(849422237)--Thread(Thread[main,5,main])--assign sequence to the object (1,372 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@b5e9abb) [junit] [EL Finest]: 2022-09-10 04:19:24.476--UnitOfWork(849422237)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@306b2912. [junit] [EL Finest]: 2022-09-10 04:19:24.476--UnitOfWork(849422237)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@3a8b9aaa. [junit] [EL Finest]: 2022-09-10 04:19:24.476--UnitOfWork(849422237)--Thread(Thread[main,5,main])--assign sequence to the object (1,373 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@3a8b9aaa) [junit] [EL Finest]: 2022-09-10 04:19:24.476--UnitOfWork(849422237)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@fc0a0cf. [junit] [EL Finest]: 2022-09-10 04:19:24.476--UnitOfWork(849422237)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@70b478ce. [junit] [EL Finest]: 2022-09-10 04:19:24.476--UnitOfWork(849422237)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@197eec73. [junit] [EL Finest]: 2022-09-10 04:19:24.476--UnitOfWork(849422237)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@7f466b3c. [junit] [EL Finer]: 2022-09-10 04:19:24.476--UnitOfWork(849422237)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:24.477--UnitOfWork(849422237)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@70b478ce) [junit] [EL Finest]: 2022-09-10 04:19:24.477--ServerSession(1526542158)--Connection(1423609899)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.477--ClientSession(1947378907)--Connection(1423609899)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:24.477--ClientSession(1947378907)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:24.477--UnitOfWork(849422237)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@197eec73) [junit] [EL Finest]: 2022-09-10 04:19:24.477--UnitOfWork(849422237)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@fc0a0cf) [junit] [EL Finest]: 2022-09-10 04:19:24.477--UnitOfWork(849422237)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@7f466b3c) [junit] [EL Finest]: 2022-09-10 04:19:24.477--UnitOfWork(849422237)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter@1e6453dc) [junit] [EL Finer]: 2022-09-10 04:19:24.478--ClientSession(1947378907)--Connection(1433741593)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.478--ClientSession(1947378907)--Connection(1433741593)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.478--ClientSession(1947378907)--Connection(1433741593)--Thread(Thread[main,5,main])-- bind => [12, 0.0, BA-12, BrokerageAccount] [junit] [EL Fine]: 2022-09-10 04:19:24.478--ClientSession(1947378907)--Connection(1433741593)--Thread(Thread[main,5,main])-- bind => [13, 0.0, BA-13, BrokerageAccount] [junit] [EL Fine]: 2022-09-10 04:19:24.478--ClientSession(1947378907)--Connection(1433741593)--Thread(Thread[main,5,main])-- bind => [11, 0.0, BA-11, BrokerageAccount] [junit] [EL Fine]: 2022-09-10 04:19:24.478--ClientSession(1947378907)--Connection(1433741593)--Thread(Thread[main,5,main])-- bind => [14, 0.0, BA-14, BrokerageAccount] [junit] [EL Finer]: 2022-09-10 04:19:24.478--ClientSession(1947378907)--Connection(1433741593)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:24.479--UnitOfWork(849422237)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter@135c9a7b) [junit] [EL Finest]: 2022-09-10 04:19:24.479--UnitOfWork(849422237)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7289d0b7) [junit] [EL Finer]: 2022-09-10 04:19:24.479--ClientSession(1947378907)--Connection(1433741593)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.479--ClientSession(1947378907)--Connection(1433741593)--Thread(Thread[main,5,main])--INSERT INTO TMP_COSTCENTER (ID, NAME) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.479--ClientSession(1947378907)--Connection(1433741593)--Thread(Thread[main,5,main])-- bind => [1, Keine Kohle] [junit] [EL Fine]: 2022-09-10 04:19:24.479--ClientSession(1947378907)--Connection(1433741593)--Thread(Thread[main,5,main])-- bind => [2, Mächtig Moos] [junit] [EL Finer]: 2022-09-10 04:19:24.479--ClientSession(1947378907)--Connection(1433741593)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:24.48--UnitOfWork(849422237)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3e217bf7) [junit] [EL Finest]: 2022-09-10 04:19:24.48--UnitOfWork(849422237)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@306b2912) [junit] [EL Finest]: 2022-09-10 04:19:24.48--UnitOfWork(849422237)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2911f7a) [junit] [EL Finest]: 2022-09-10 04:19:24.48--UnitOfWork(849422237)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@75e9ccfe) [junit] [EL Finest]: 2022-09-10 04:19:24.48--UnitOfWork(849422237)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@3a8b9aaa) [junit] [EL Finer]: 2022-09-10 04:19:24.48--ClientSession(1947378907)--Connection(1433741593)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.48--ClientSession(1947378907)--Connection(1433741593)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.48--ClientSession(1947378907)--Connection(1433741593)--Thread(Thread[main,5,main])-- bind => [1, Donald, Duck, null, null, null, 1, null, 11, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:24.48--ClientSession(1947378907)--Connection(1433741593)--Thread(Thread[main,5,main])-- bind => [4, Dagobert, Duck, null, null, null, 2, null, 14, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:24.481--ClientSession(1947378907)--Connection(1433741593)--Thread(Thread[main,5,main])-- bind => [5, Klaas, Klever, null, null, null, 2, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:24.481--ClientSession(1947378907)--Connection(1433741593)--Thread(Thread[main,5,main])-- bind => [3, Gustav, Gans, null, null, null, 1, null, 13, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:24.481--ClientSession(1947378907)--Connection(1433741593)--Thread(Thread[main,5,main])-- bind => [2, Daisy, Duck, null, null, null, 1, null, 12, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:24.481--ClientSession(1947378907)--Connection(1433741593)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:24.482--UnitOfWork(849422237)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@b5e9abb) [junit] [EL Finest]: 2022-09-10 04:19:24.482--UnitOfWork(849422237)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@492f9cb4) [junit] [EL Finer]: 2022-09-10 04:19:24.482--ClientSession(1947378907)--Connection(1433741593)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.482--ClientSession(1947378907)--Connection(1433741593)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, LICENSE_PLATE, MODEL, TOP_SPEED, TRANSMISSION_TYPE, VERSION, EMPLOYEE_ID, DTYPE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.482--ClientSession(1947378907)--Connection(1433741593)--Thread(Thread[main,5,main])-- bind => [1373, Ferrari, null, null, null, 0, null, 1, 5, 71] [junit] [EL Fine]: 2022-09-10 04:19:24.482--ClientSession(1947378907)--Connection(1433741593)--Thread(Thread[main,5,main])-- bind => [1372, Rolls Royce, null, null, null, 0, null, 1, 4, 71] [junit] [EL Fine]: 2022-09-10 04:19:24.482--ClientSession(1947378907)--Connection(1433741593)--Thread(Thread[main,5,main])-- bind => [1371, Fiat, null, null, null, 0, null, 1, 1, 71] [junit] [EL Finer]: 2022-09-10 04:19:24.482--ClientSession(1947378907)--Connection(1433741593)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:24.483--ClientSession(1947378907)--Connection(1433741593)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.483--ClientSession(1947378907)--Connection(1433741593)--Thread(Thread[main,5,main])--INSERT INTO TMP_BROKER_ACC (RISKLEVEL, ACC_NUMBER) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.483--ClientSession(1947378907)--Connection(1433741593)--Thread(Thread[main,5,main])-- bind => [null, 12] [junit] [EL Fine]: 2022-09-10 04:19:24.483--ClientSession(1947378907)--Connection(1433741593)--Thread(Thread[main,5,main])-- bind => [null, 13] [junit] [EL Fine]: 2022-09-10 04:19:24.483--ClientSession(1947378907)--Connection(1433741593)--Thread(Thread[main,5,main])-- bind => [null, 11] [junit] [EL Fine]: 2022-09-10 04:19:24.483--ClientSession(1947378907)--Connection(1433741593)--Thread(Thread[main,5,main])-- bind => [null, 14] [junit] [EL Finer]: 2022-09-10 04:19:24.483--ClientSession(1947378907)--Connection(1433741593)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:24.484--ClientSession(1947378907)--Connection(1433741593)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:24.485--ServerSession(1526542158)--Connection(1423609899)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:19:24.486--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="patents" referenceClass=Patent sql="SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_NAME, t1.PAT_YEAR FROM TMP_EMP_PATENT t0, TMP_PATENT t1 WHERE ((t0.EMP_ID = ?) AND ((t1.PAT_YEAR = t0.PATENT_YEAR) AND (t1.PAT_NAME = t0.PATENT_NAME)))") [junit] [EL Finest]: 2022-09-10 04:19:24.486--ServerSession(1526542158)--Connection(367785892)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.486--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.486--ServerSession(1526542158)--Connection(2008936268)--Thread(Thread[main,5,main])--SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_NAME, t1.PAT_YEAR FROM TMP_EMP_PATENT t0, TMP_PATENT t1 WHERE ((t0.EMP_ID = ?) AND ((t1.PAT_YEAR = t0.PATENT_YEAR) AND (t1.PAT_NAME = t0.PATENT_NAME))) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:19:24.487--ServerSession(1526542158)--Connection(367785892)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.487--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="projects" referenceClass=Project sql="SELECT t1.ID, t2.PROJECT_ID, t1.PROJ_NAME, t2.PLANNED_DAYS, t2.USED_DAYS FROM TMP_EMP_PROJECT t0, TMP_PROJECT_DETAILS t2, TMP_PROJECT t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.PROJECT_ID)) AND (t2.PROJECT_ID = t1.ID))") [junit] [EL Finest]: 2022-09-10 04:19:24.487--ServerSession(1526542158)--Connection(1895541275)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.487--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.487--ServerSession(1526542158)--Connection(1755638983)--Thread(Thread[main,5,main])--SELECT t1.ID, t2.PROJECT_ID, t1.PROJ_NAME, t2.PLANNED_DAYS, t2.USED_DAYS FROM TMP_EMP_PROJECT t0, TMP_PROJECT_DETAILS t2, TMP_PROJECT t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.PROJECT_ID)) AND (t2.PROJECT_ID = t1.ID)) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:19:24.488--ServerSession(1526542158)--Connection(1895541275)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.488--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="patents" referenceClass=Patent sql="SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_NAME, t1.PAT_YEAR FROM TMP_EMP_PATENT t0, TMP_PATENT t1 WHERE ((t0.EMP_ID = ?) AND ((t1.PAT_YEAR = t0.PATENT_YEAR) AND (t1.PAT_NAME = t0.PATENT_NAME)))") [junit] [EL Finest]: 2022-09-10 04:19:24.488--ServerSession(1526542158)--Connection(1647021964)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.488--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.488--ServerSession(1526542158)--Connection(757499354)--Thread(Thread[main,5,main])--SELECT t1.PAT_ASSIGNATION, t1.PAT_DESCRIPTION, t1.PAT_NAME, t1.PAT_YEAR FROM TMP_EMP_PATENT t0, TMP_PATENT t1 WHERE ((t0.EMP_ID = ?) AND ((t1.PAT_YEAR = t0.PATENT_YEAR) AND (t1.PAT_NAME = t0.PATENT_NAME))) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:24.489--ServerSession(1526542158)--Connection(1647021964)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.489--ServerSession(1526542158)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="projects" referenceClass=Project sql="SELECT t1.ID, t2.PROJECT_ID, t1.PROJ_NAME, t2.PLANNED_DAYS, t2.USED_DAYS FROM TMP_EMP_PROJECT t0, TMP_PROJECT_DETAILS t2, TMP_PROJECT t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.PROJECT_ID)) AND (t2.PROJECT_ID = t1.ID))") [junit] [EL Finest]: 2022-09-10 04:19:24.489--ServerSession(1526542158)--Connection(947440613)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.489--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.489--ServerSession(1526542158)--Connection(560562533)--Thread(Thread[main,5,main])--SELECT t1.ID, t2.PROJECT_ID, t1.PROJ_NAME, t2.PLANNED_DAYS, t2.USED_DAYS FROM TMP_EMP_PROJECT t0, TMP_PROJECT_DETAILS t2, TMP_PROJECT t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.PROJECT_ID)) AND (t2.PROJECT_ID = t1.ID)) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:24.489--ServerSession(1526542158)--Connection(947440613)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:24.49--UnitOfWork(849422237)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.49--UnitOfWork(849422237)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.49--UnitOfWork(849422237)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.49--ClientSession(1947378907)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.49--UnitOfWork(849422237)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.49--ClientSession(1947378907)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:24.491--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1618252742 [junit] [EL Finer]: 2022-09-10 04:19:24.491--ClientSession(1618252742)--Thread(Thread[main,5,main])--acquire unit of work: 686554031 [junit] [EL Finest]: 2022-09-10 04:19:24.491--UnitOfWork(686554031)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP") [junit] [EL Finest]: 2022-09-10 04:19:24.491--ServerSession(1526542158)--Connection(1354588006)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.491--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.491--ServerSession(1526542158)--Connection(1004011295)--Thread(Thread[main,5,main])--SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP [junit] [EL Finest]: 2022-09-10 04:19:24.492--ServerSession(1526542158)--Connection(1354588006)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.492--UnitOfWork(686554031)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter@36ef1d8d [junit] [EL Finest]: 2022-09-10 04:19:24.492--UnitOfWork(686554031)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4d443a45 [junit] [EL Finest]: 2022-09-10 04:19:24.493--UnitOfWork(686554031)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@67b8b180 [junit] [EL Finest]: 2022-09-10 04:19:24.493--UnitOfWork(686554031)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter@36ef1d8d [junit] [EL Finest]: 2022-09-10 04:19:24.493--UnitOfWork(686554031)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="brokerageAccount" referenceClass=BrokerageAccount ) [junit] [EL Finest]: 2022-09-10 04:19:24.493--ServerSession(1526542158)--Connection(1997797665)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.493--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.493--ServerSession(1526542158)--Connection(783878889)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.RISKLEVEL FROM TMP_ACCOUNT t0, TMP_BROKER_ACC t1 WHERE ((t0.ACC_NUMBER = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [12, BrokerageAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.494--ServerSession(1526542158)--Connection(1997797665)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.494--UnitOfWork(686554031)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@638b60e5 [junit] [EL Finest]: 2022-09-10 04:19:24.494--UnitOfWork(686554031)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.494--ServerSession(1526542158)--Connection(84135999)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.494--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.494--ServerSession(1526542158)--Connection(603525046)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [2, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.495--ServerSession(1526542158)--Connection(84135999)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.495--UnitOfWork(686554031)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4c02be34 [junit] [EL Finest]: 2022-09-10 04:19:24.495--UnitOfWork(686554031)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter@36ef1d8d [junit] [EL Finest]: 2022-09-10 04:19:24.495--UnitOfWork(686554031)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="brokerageAccount" referenceClass=BrokerageAccount ) [junit] [EL Finest]: 2022-09-10 04:19:24.495--ServerSession(1526542158)--Connection(705781963)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.495--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.495--ServerSession(1526542158)--Connection(1374410362)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.RISKLEVEL FROM TMP_ACCOUNT t0, TMP_BROKER_ACC t1 WHERE ((t0.ACC_NUMBER = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [13, BrokerageAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.496--ServerSession(1526542158)--Connection(705781963)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.496--UnitOfWork(686554031)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@26181fec [junit] [EL Finest]: 2022-09-10 04:19:24.496--UnitOfWork(686554031)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.496--ServerSession(1526542158)--Connection(693060947)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.496--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.496--ServerSession(1526542158)--Connection(2055552317)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [3, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.497--ServerSession(1526542158)--Connection(693060947)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.497--UnitOfWork(686554031)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="brokerageAccount" referenceClass=BrokerageAccount ) [junit] [EL Finest]: 2022-09-10 04:19:24.497--ServerSession(1526542158)--Connection(963463082)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.497--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.497--ServerSession(1526542158)--Connection(1783818607)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.RISKLEVEL FROM TMP_ACCOUNT t0, TMP_BROKER_ACC t1 WHERE ((t0.ACC_NUMBER = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [11, BrokerageAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.498--ServerSession(1526542158)--Connection(963463082)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.498--UnitOfWork(686554031)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.498--ServerSession(1526542158)--Connection(781629430)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.498--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.498--ServerSession(1526542158)--Connection(2122196107)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [1, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.498--ServerSession(1526542158)--Connection(781629430)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.498--UnitOfWork(686554031)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@4ac4bf1 [junit] [EL Finest]: 2022-09-10 04:19:24.499--UnitOfWork(686554031)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4d443a45 [junit] [EL Finest]: 2022-09-10 04:19:24.499--UnitOfWork(686554031)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter@46af3112 [junit] [EL Finest]: 2022-09-10 04:19:24.499--UnitOfWork(686554031)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3b7f00d9 [junit] [EL Finest]: 2022-09-10 04:19:24.499--UnitOfWork(686554031)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1d97f3ef [junit] [EL Finest]: 2022-09-10 04:19:24.499--UnitOfWork(686554031)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter@46af3112 [junit] [EL Finest]: 2022-09-10 04:19:24.499--UnitOfWork(686554031)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.499--ServerSession(1526542158)--Connection(807099870)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.499--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.5--ServerSession(1526542158)--Connection(1769665845)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [5, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.5--ServerSession(1526542158)--Connection(807099870)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.5--UnitOfWork(686554031)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@220f76ee [junit] [EL Finest]: 2022-09-10 04:19:24.5--UnitOfWork(686554031)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1d97f3ef [junit] [EL Finest]: 2022-09-10 04:19:24.501--UnitOfWork(686554031)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="brokerageAccount" referenceClass=BrokerageAccount ) [junit] [EL Finest]: 2022-09-10 04:19:24.501--ServerSession(1526542158)--Connection(1856325196)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.501--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.501--ServerSession(1526542158)--Connection(594084180)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.RISKLEVEL FROM TMP_ACCOUNT t0, TMP_BROKER_ACC t1 WHERE ((t0.ACC_NUMBER = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [14, BrokerageAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.501--ServerSession(1526542158)--Connection(1856325196)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.501--UnitOfWork(686554031)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.501--ServerSession(1526542158)--Connection(474225464)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.502--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.502--ServerSession(1526542158)--Connection(957182759)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [4, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.502--ServerSession(1526542158)--Connection(474225464)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.502--UnitOfWork(686554031)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@4c57e410 [junit] [EL Finest]: 2022-09-10 04:19:24.502--UnitOfWork(686554031)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3b7f00d9 [junit] [EL Finer]: 2022-09-10 04:19:24.53--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 966737571 [junit] [EL Finer]: 2022-09-10 04:19:24.53--ClientSession(966737571)--Thread(Thread[main,5,main])--acquire unit of work: 1934515414 [junit] [EL Finest]: 2022-09-10 04:19:24.53--UnitOfWork(1934515414)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter@23b78173. [junit] [EL Finest]: 2022-09-10 04:19:24.53--UnitOfWork(1934515414)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter@27eae2f2. [junit] [EL Finest]: 2022-09-10 04:19:24.531--UnitOfWork(1934515414)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@67c0ba8a. [junit] [EL Finest]: 2022-09-10 04:19:24.531--UnitOfWork(1934515414)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@66e9e248. [junit] [EL Finest]: 2022-09-10 04:19:24.531--UnitOfWork(1934515414)--Thread(Thread[main,5,main])--assign sequence to the object (1,374 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@66e9e248) [junit] [EL Finest]: 2022-09-10 04:19:24.531--UnitOfWork(1934515414)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@79ca4bff. [junit] [EL Finest]: 2022-09-10 04:19:24.531--UnitOfWork(1934515414)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@9c7db46. [junit] [EL Finest]: 2022-09-10 04:19:24.531--UnitOfWork(1934515414)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6b31241e. [junit] [EL Finest]: 2022-09-10 04:19:24.531--UnitOfWork(1934515414)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@42e36092. [junit] [EL Finest]: 2022-09-10 04:19:24.531--UnitOfWork(1934515414)--Thread(Thread[main,5,main])--assign sequence to the object (1,375 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@42e36092) [junit] [EL Finest]: 2022-09-10 04:19:24.531--UnitOfWork(1934515414)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@69dd5e82. [junit] [EL Finest]: 2022-09-10 04:19:24.531--UnitOfWork(1934515414)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@5ef7a514. [junit] [EL Finest]: 2022-09-10 04:19:24.531--UnitOfWork(1934515414)--Thread(Thread[main,5,main])--assign sequence to the object (1,376 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@5ef7a514) [junit] [EL Finest]: 2022-09-10 04:19:24.531--UnitOfWork(1934515414)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@3c846b00. [junit] [EL Finest]: 2022-09-10 04:19:24.531--UnitOfWork(1934515414)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@65ba7bf2. [junit] [EL Finest]: 2022-09-10 04:19:24.531--UnitOfWork(1934515414)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@66100089. [junit] [EL Finest]: 2022-09-10 04:19:24.531--UnitOfWork(1934515414)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@52cd65a. [junit] [EL Finer]: 2022-09-10 04:19:24.531--UnitOfWork(1934515414)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:24.532--UnitOfWork(1934515414)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@52cd65a) [junit] [EL Finest]: 2022-09-10 04:19:24.532--ServerSession(1526542158)--Connection(1878530835)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.532--ClientSession(966737571)--Connection(1878530835)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:24.532--ClientSession(966737571)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:24.532--UnitOfWork(1934515414)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@66100089) [junit] [EL Finest]: 2022-09-10 04:19:24.532--UnitOfWork(1934515414)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@3c846b00) [junit] [EL Finest]: 2022-09-10 04:19:24.532--UnitOfWork(1934515414)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@65ba7bf2) [junit] [EL Finest]: 2022-09-10 04:19:24.532--UnitOfWork(1934515414)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter@27eae2f2) [junit] [EL Finer]: 2022-09-10 04:19:24.533--ClientSession(966737571)--Connection(1880907083)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.533--ClientSession(966737571)--Connection(1880907083)--Thread(Thread[main,5,main])--INSERT INTO TMP_ACCOUNT (ACC_NUMBER, BALANCE, OWNER, TYPE) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.533--ClientSession(966737571)--Connection(1880907083)--Thread(Thread[main,5,main])-- bind => [14, 0.0, BA-14, BrokerageAccount] [junit] [EL Fine]: 2022-09-10 04:19:24.533--ClientSession(966737571)--Connection(1880907083)--Thread(Thread[main,5,main])-- bind => [13, 0.0, BA-13, BrokerageAccount] [junit] [EL Fine]: 2022-09-10 04:19:24.533--ClientSession(966737571)--Connection(1880907083)--Thread(Thread[main,5,main])-- bind => [11, 0.0, BA-11, BrokerageAccount] [junit] [EL Fine]: 2022-09-10 04:19:24.533--ClientSession(966737571)--Connection(1880907083)--Thread(Thread[main,5,main])-- bind => [12, 0.0, BA-12, BrokerageAccount] [junit] [EL Finer]: 2022-09-10 04:19:24.533--ClientSession(966737571)--Connection(1880907083)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:24.534--UnitOfWork(1934515414)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter@23b78173) [junit] [EL Finest]: 2022-09-10 04:19:24.534--UnitOfWork(1934515414)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@9c7db46) [junit] [EL Finer]: 2022-09-10 04:19:24.534--ClientSession(966737571)--Connection(1880907083)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.534--ClientSession(966737571)--Connection(1880907083)--Thread(Thread[main,5,main])--INSERT INTO TMP_COSTCENTER (ID, NAME) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.534--ClientSession(966737571)--Connection(1880907083)--Thread(Thread[main,5,main])-- bind => [2, Mächtig Moos] [junit] [EL Fine]: 2022-09-10 04:19:24.534--ClientSession(966737571)--Connection(1880907083)--Thread(Thread[main,5,main])-- bind => [1, Keine Kohle] [junit] [EL Finer]: 2022-09-10 04:19:24.534--ClientSession(966737571)--Connection(1880907083)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:24.535--UnitOfWork(1934515414)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@69dd5e82) [junit] [EL Finest]: 2022-09-10 04:19:24.535--UnitOfWork(1934515414)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@79ca4bff) [junit] [EL Finest]: 2022-09-10 04:19:24.535--UnitOfWork(1934515414)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6b31241e) [junit] [EL Finest]: 2022-09-10 04:19:24.535--UnitOfWork(1934515414)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@67c0ba8a) [junit] [EL Finest]: 2022-09-10 04:19:24.535--UnitOfWork(1934515414)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@42e36092) [junit] [EL Finer]: 2022-09-10 04:19:24.535--ClientSession(966737571)--Connection(1880907083)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.535--ClientSession(966737571)--Connection(1880907083)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.535--ClientSession(966737571)--Connection(1880907083)--Thread(Thread[main,5,main])-- bind => [3, Gustav, Gans, null, null, null, 1, null, 13, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:24.535--ClientSession(966737571)--Connection(1880907083)--Thread(Thread[main,5,main])-- bind => [5, Klaas, Klever, null, null, null, 2, null, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:24.535--ClientSession(966737571)--Connection(1880907083)--Thread(Thread[main,5,main])-- bind => [2, Daisy, Duck, null, null, null, 1, null, 12, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:24.535--ClientSession(966737571)--Connection(1880907083)--Thread(Thread[main,5,main])-- bind => [4, Dagobert, Duck, null, null, null, 2, null, 14, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:24.536--ClientSession(966737571)--Connection(1880907083)--Thread(Thread[main,5,main])-- bind => [1, Donald, Duck, null, null, null, 1, null, 11, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:24.536--ClientSession(966737571)--Connection(1880907083)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:24.537--UnitOfWork(1934515414)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@5ef7a514) [junit] [EL Finest]: 2022-09-10 04:19:24.537--UnitOfWork(1934515414)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@66e9e248) [junit] [EL Finer]: 2022-09-10 04:19:24.537--ClientSession(966737571)--Connection(1880907083)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.537--ClientSession(966737571)--Connection(1880907083)--Thread(Thread[main,5,main])--INSERT INTO TMP_VEHICLE (ID, BRAND, COLOR, LICENSE_PLATE, MODEL, TOP_SPEED, TRANSMISSION_TYPE, VERSION, EMPLOYEE_ID, DTYPE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.537--ClientSession(966737571)--Connection(1880907083)--Thread(Thread[main,5,main])-- bind => [1375, Rolls Royce, null, null, null, 0, null, 1, 4, 71] [junit] [EL Fine]: 2022-09-10 04:19:24.537--ClientSession(966737571)--Connection(1880907083)--Thread(Thread[main,5,main])-- bind => [1376, Ferrari, null, null, null, 0, null, 1, 5, 71] [junit] [EL Fine]: 2022-09-10 04:19:24.537--ClientSession(966737571)--Connection(1880907083)--Thread(Thread[main,5,main])-- bind => [1374, Fiat, null, null, null, 0, null, 1, 1, 71] [junit] [EL Finer]: 2022-09-10 04:19:24.537--ClientSession(966737571)--Connection(1880907083)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:24.538--ClientSession(966737571)--Connection(1880907083)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.538--ClientSession(966737571)--Connection(1880907083)--Thread(Thread[main,5,main])--INSERT INTO TMP_BROKER_ACC (RISKLEVEL, ACC_NUMBER) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.538--ClientSession(966737571)--Connection(1880907083)--Thread(Thread[main,5,main])-- bind => [null, 14] [junit] [EL Fine]: 2022-09-10 04:19:24.538--ClientSession(966737571)--Connection(1880907083)--Thread(Thread[main,5,main])-- bind => [null, 13] [junit] [EL Fine]: 2022-09-10 04:19:24.538--ClientSession(966737571)--Connection(1880907083)--Thread(Thread[main,5,main])-- bind => [null, 11] [junit] [EL Fine]: 2022-09-10 04:19:24.538--ClientSession(966737571)--Connection(1880907083)--Thread(Thread[main,5,main])-- bind => [null, 12] [junit] [EL Finer]: 2022-09-10 04:19:24.538--ClientSession(966737571)--Connection(1880907083)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:24.539--ClientSession(966737571)--Connection(1880907083)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:24.54--ServerSession(1526542158)--Connection(1878530835)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.541--UnitOfWork(1934515414)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.541--UnitOfWork(1934515414)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.541--UnitOfWork(1934515414)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.541--ClientSession(966737571)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.541--UnitOfWork(1934515414)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.541--ClientSession(966737571)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:24.542--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2015933696 [junit] [EL Finer]: 2022-09-10 04:19:24.542--ClientSession(2015933696)--Thread(Thread[main,5,main])--acquire unit of work: 1729851165 [junit] [EL Finest]: 2022-09-10 04:19:24.542--UnitOfWork(1729851165)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=CostCenter sql="SELECT ID, NAME FROM TMP_COSTCENTER ORDER BY ID") [junit] [EL Finest]: 2022-09-10 04:19:24.542--ServerSession(1526542158)--Connection(1944095298)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.542--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.542--ServerSession(1526542158)--Connection(778905934)--Thread(Thread[main,5,main])--SELECT ID, NAME FROM TMP_COSTCENTER ORDER BY ID [junit] [EL Finest]: 2022-09-10 04:19:24.543--ServerSession(1526542158)--Connection(1944095298)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.543--UnitOfWork(1729851165)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4d443a45 [junit] [EL Finest]: 2022-09-10 04:19:24.543--UnitOfWork(1729851165)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter@36ef1d8d [junit] [EL Finest]: 2022-09-10 04:19:24.544--UnitOfWork(1729851165)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="brokerageAccount" referenceClass=BrokerageAccount ) [junit] [EL Finest]: 2022-09-10 04:19:24.544--ServerSession(1526542158)--Connection(1552005910)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.544--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.544--ServerSession(1526542158)--Connection(1389545427)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.RISKLEVEL FROM TMP_ACCOUNT t0, TMP_BROKER_ACC t1 WHERE ((t0.ACC_NUMBER = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [11, BrokerageAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.544--ServerSession(1526542158)--Connection(1552005910)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.545--UnitOfWork(1729851165)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@41896c9c [junit] [EL Finest]: 2022-09-10 04:19:24.545--UnitOfWork(1729851165)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.545--ServerSession(1526542158)--Connection(94488353)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.545--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.545--ServerSession(1526542158)--Connection(1919237021)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [1, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.545--ServerSession(1526542158)--Connection(94488353)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.546--UnitOfWork(1729851165)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@1faaa7e1 [junit] [EL Finest]: 2022-09-10 04:19:24.546--UnitOfWork(1729851165)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4d443a45 [junit] [EL Finest]: 2022-09-10 04:19:24.546--UnitOfWork(1729851165)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@67b8b180 [junit] [EL Finest]: 2022-09-10 04:19:24.546--UnitOfWork(1729851165)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter@36ef1d8d [junit] [EL Finest]: 2022-09-10 04:19:24.547--UnitOfWork(1729851165)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="brokerageAccount" referenceClass=BrokerageAccount ) [junit] [EL Finest]: 2022-09-10 04:19:24.547--ServerSession(1526542158)--Connection(353455172)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.547--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.547--ServerSession(1526542158)--Connection(3821649)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.RISKLEVEL FROM TMP_ACCOUNT t0, TMP_BROKER_ACC t1 WHERE ((t0.ACC_NUMBER = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [12, BrokerageAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.547--ServerSession(1526542158)--Connection(353455172)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.547--UnitOfWork(1729851165)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@57c4738e [junit] [EL Finest]: 2022-09-10 04:19:24.547--UnitOfWork(1729851165)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.548--ServerSession(1526542158)--Connection(95291903)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.548--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.548--ServerSession(1526542158)--Connection(1863195505)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [2, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.548--ServerSession(1526542158)--Connection(95291903)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.548--UnitOfWork(1729851165)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4c02be34 [junit] [EL Finest]: 2022-09-10 04:19:24.549--UnitOfWork(1729851165)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter@36ef1d8d [junit] [EL Finest]: 2022-09-10 04:19:24.549--UnitOfWork(1729851165)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="brokerageAccount" referenceClass=BrokerageAccount ) [junit] [EL Finest]: 2022-09-10 04:19:24.549--ServerSession(1526542158)--Connection(2054349197)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.549--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.549--ServerSession(1526542158)--Connection(434574979)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.RISKLEVEL FROM TMP_ACCOUNT t0, TMP_BROKER_ACC t1 WHERE ((t0.ACC_NUMBER = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [13, BrokerageAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.549--ServerSession(1526542158)--Connection(2054349197)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.549--UnitOfWork(1729851165)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@21a5a8f2 [junit] [EL Finest]: 2022-09-10 04:19:24.55--UnitOfWork(1729851165)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.55--ServerSession(1526542158)--Connection(5759307)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.55--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.55--ServerSession(1526542158)--Connection(1786711458)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [3, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.55--ServerSession(1526542158)--Connection(5759307)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.55--UnitOfWork(1729851165)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3b7f00d9 [junit] [EL Finest]: 2022-09-10 04:19:24.551--UnitOfWork(1729851165)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter@46af3112 [junit] [EL Finest]: 2022-09-10 04:19:24.551--UnitOfWork(1729851165)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="brokerageAccount" referenceClass=BrokerageAccount ) [junit] [EL Finest]: 2022-09-10 04:19:24.551--ServerSession(1526542158)--Connection(727007022)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.551--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.551--ServerSession(1526542158)--Connection(1561782291)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.RISKLEVEL FROM TMP_ACCOUNT t0, TMP_BROKER_ACC t1 WHERE ((t0.ACC_NUMBER = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [14, BrokerageAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.551--ServerSession(1526542158)--Connection(727007022)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.552--UnitOfWork(1729851165)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.BrokerageAccount@62f4f79e [junit] [EL Finest]: 2022-09-10 04:19:24.552--UnitOfWork(1729851165)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.552--ServerSession(1526542158)--Connection(138993059)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.552--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.552--ServerSession(1526542158)--Connection(1374539211)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [4, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.552--ServerSession(1526542158)--Connection(138993059)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.552--UnitOfWork(1729851165)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@320f451 [junit] [EL Finest]: 2022-09-10 04:19:24.552--UnitOfWork(1729851165)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3b7f00d9 [junit] [EL Finest]: 2022-09-10 04:19:24.553--UnitOfWork(1729851165)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1d97f3ef [junit] [EL Finest]: 2022-09-10 04:19:24.553--UnitOfWork(1729851165)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.CostCenter@46af3112 [junit] [EL Finest]: 2022-09-10 04:19:24.553--UnitOfWork(1729851165)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.553--ServerSession(1526542158)--Connection(925480773)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.553--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.553--ServerSession(1526542158)--Connection(2049280322)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [5, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.554--ServerSession(1526542158)--Connection(925480773)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.554--UnitOfWork(1729851165)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Car@350867b0 [junit] [EL Finest]: 2022-09-10 04:19:24.554--UnitOfWork(1729851165)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1d97f3ef [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestEmployeePatent [junit] [EL Finer]: 2022-09-10 04:19:24.578--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2134073064 [junit] [EL Finer]: 2022-09-10 04:19:24.578--ClientSession(2134073064)--Thread(Thread[main,5,main])--acquire unit of work: 1791715312 [junit] [EL Finest]: 2022-09-10 04:19:24.578--UnitOfWork(1791715312)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@19. [junit] [EL Finest]: 2022-09-10 04:19:24.579--UnitOfWork(1791715312)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@378de61e. [junit] [EL Finest]: 2022-09-10 04:19:24.579--UnitOfWork(1791715312)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@522c2a19. [junit] [EL Finest]: 2022-09-10 04:19:24.579--UnitOfWork(1791715312)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@f012d988. [junit] [EL Finest]: 2022-09-10 04:19:24.579--UnitOfWork(1791715312)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@a4ca3e41. [junit] [EL Finest]: 2022-09-10 04:19:24.579--UnitOfWork(1791715312)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@43fcea12. [junit] [EL Finest]: 2022-09-10 04:19:24.579--UnitOfWork(1791715312)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@f184b1c3. [junit] [EL Finer]: 2022-09-10 04:19:24.579--UnitOfWork(1791715312)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:24.579--UnitOfWork(1791715312)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@19) [junit] [EL Finest]: 2022-09-10 04:19:24.579--ServerSession(1526542158)--Connection(871580103)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.58--ClientSession(2134073064)--Connection(871580103)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:24.58--ClientSession(2134073064)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:24.58--UnitOfWork(1791715312)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@378de61e) [junit] [EL Fine]: 2022-09-10 04:19:24.58--ClientSession(2134073064)--Connection(822974261)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [25, R&D, 1] [junit] [EL Finest]: 2022-09-10 04:19:24.581--UnitOfWork(1791715312)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@522c2a19) [junit] [EL Finest]: 2022-09-10 04:19:24.581--UnitOfWork(1791715312)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@a4ca3e41) [junit] [EL Finer]: 2022-09-10 04:19:24.581--ClientSession(2134073064)--Connection(822974261)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.581--ClientSession(2134073064)--Connection(822974261)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.581--ClientSession(2134073064)--Connection(822974261)--Thread(Thread[main,5,main])-- bind => [26, Thomas Alva, Edison, null, null, null, null, 25, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:24.581--ClientSession(2134073064)--Connection(822974261)--Thread(Thread[main,5,main])-- bind => [32, Nikola, Tesla, null, null, null, null, 25, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:24.581--ClientSession(2134073064)--Connection(822974261)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:24.582--UnitOfWork(1791715312)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@43fcea12) [junit] [EL Finest]: 2022-09-10 04:19:24.582--UnitOfWork(1791715312)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@f012d988) [junit] [EL Finest]: 2022-09-10 04:19:24.582--UnitOfWork(1791715312)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@f184b1c3) [junit] [EL Finer]: 2022-09-10 04:19:24.582--ClientSession(2134073064)--Connection(822974261)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.582--ClientSession(2134073064)--Connection(822974261)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_NAME, PAT_YEAR) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.582--ClientSession(2134073064)--Connection(822974261)--Thread(Thread[main,5,main])-- bind => [1877-01-13, simple voice recorder, phonograph, 1877] [junit] [EL Fine]: 2022-09-10 04:19:24.582--ClientSession(2134073064)--Connection(822974261)--Thread(Thread[main,5,main])-- bind => [1888-03-17, alternating current, alternating current, 1888] [junit] [EL Fine]: 2022-09-10 04:19:24.582--ClientSession(2134073064)--Connection(822974261)--Thread(Thread[main,5,main])-- bind => [1879-11-05, artificial light source, light bulb, 1879] [junit] [EL Fine]: 2022-09-10 04:19:24.582--ClientSession(2134073064)--Connection(822974261)--Thread(Thread[main,5,main])-- bind => [1922-11-11, flying machine, helicopter, 1922] [junit] [EL Finer]: 2022-09-10 04:19:24.582--ClientSession(2134073064)--Connection(822974261)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:24.583--UnitOfWork(1791715312)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:24.584--UnitOfWork(1791715312)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.584--UnitOfWork(1791715312)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.584--ClientSession(2134073064)--Connection(822974261)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:24.585--ServerSession(1526542158)--Connection(871580103)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.585--UnitOfWork(1791715312)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.586--UnitOfWork(1791715312)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.586--UnitOfWork(1791715312)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.586--ClientSession(2134073064)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.586--UnitOfWork(1791715312)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.586--ClientSession(2134073064)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:24.586--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1557187675 [junit] [EL Finer]: 2022-09-10 04:19:24.586--ClientSession(1557187675)--Thread(Thread[main,5,main])--acquire unit of work: 624965769 [junit] [EL Finest]: 2022-09-10 04:19:24.586--UnitOfWork(624965769)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.586--UnitOfWork(624965769)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5161ae11 [junit] [EL Finest]: 2022-09-10 04:19:24.586--UnitOfWork(624965769)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@19 [junit] [EL Finest]: 2022-09-10 04:19:24.586--UnitOfWork(624965769)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.586--ServerSession(1526542158)--Connection(1597005002)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.586--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.587--ServerSession(1526542158)--Connection(197270335)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [26, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.587--ServerSession(1526542158)--Connection(1597005002)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:24.588--UnitOfWork(624965769)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:24.588--UnitOfWork(624965769)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Patent ) [junit] [EL Finest]: 2022-09-10 04:19:24.588--UnitOfWork(624965769)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Patent ) [junit] [EL Finest]: 2022-09-10 04:19:24.588--UnitOfWork(624965769)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Patent ) [junit] [EL Finest]: 2022-09-10 04:19:24.588--UnitOfWork(624965769)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Patent ) [junit] [EL Finest]: 2022-09-10 04:19:24.588--UnitOfWork(624965769)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@275d9b90) [junit] [EL Finest]: 2022-09-10 04:19:24.588--ClientSession(1557187675)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" ) [junit] [EL Finest]: 2022-09-10 04:19:24.588--ServerSession(1526542158)--Connection(1056182222)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.589--ClientSession(1557187675)--Connection(1056182222)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:24.589--ClientSession(1557187675)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:24.589--ClientSession(1557187675)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" sql="INSERT INTO TMP_EMP_PATENT (PATENT_NAME, PATENT_YEAR, EMP_ID) VALUES (?, ?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.589--ClientSession(1557187675)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" sql="INSERT INTO TMP_EMP_PATENT (PATENT_NAME, PATENT_YEAR, EMP_ID) VALUES (?, ?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.589--ClientSession(1557187675)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" sql="INSERT INTO TMP_EMP_PATENT (PATENT_NAME, PATENT_YEAR, EMP_ID) VALUES (?, ?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:24.589--ClientSession(1557187675)--Connection(1663043315)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.589--ClientSession(1557187675)--Connection(1663043315)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PATENT (PATENT_NAME, PATENT_YEAR, EMP_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.589--ClientSession(1557187675)--Connection(1663043315)--Thread(Thread[main,5,main])-- bind => [helicopter, 1922, 26] [junit] [EL Fine]: 2022-09-10 04:19:24.589--ClientSession(1557187675)--Connection(1663043315)--Thread(Thread[main,5,main])-- bind => [phonograph, 1877, 26] [junit] [EL Fine]: 2022-09-10 04:19:24.589--ClientSession(1557187675)--Connection(1663043315)--Thread(Thread[main,5,main])-- bind => [light bulb, 1879, 26] [junit] [EL Fine]: 2022-09-10 04:19:24.589--ClientSession(1557187675)--Connection(1663043315)--Thread(Thread[main,5,main])-- bind => [alternating current, 1888, 26] [junit] [EL Finer]: 2022-09-10 04:19:24.589--ClientSession(1557187675)--Connection(1663043315)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:24.592--UnitOfWork(624965769)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:24.592--UnitOfWork(624965769)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.592--UnitOfWork(624965769)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.592--ClientSession(1557187675)--Connection(1663043315)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:24.593--ServerSession(1526542158)--Connection(1056182222)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.593--UnitOfWork(624965769)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.593--UnitOfWork(624965769)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.593--UnitOfWork(624965769)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.593--ClientSession(1557187675)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.594--UnitOfWork(624965769)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.594--ClientSession(1557187675)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:24.594--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 477533477 [junit] [EL Finer]: 2022-09-10 04:19:24.594--ClientSession(477533477)--Thread(Thread[main,5,main])--acquire unit of work: 1138596266 [junit] [EL Finest]: 2022-09-10 04:19:24.594--UnitOfWork(1138596266)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.594--UnitOfWork(1138596266)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5161ae11 [junit] [EL Finest]: 2022-09-10 04:19:24.594--UnitOfWork(1138596266)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@19 [junit] [EL Finest]: 2022-09-10 04:19:24.594--UnitOfWork(1138596266)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.594--ServerSession(1526542158)--Connection(751438416)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.594--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.594--ServerSession(1526542158)--Connection(58054314)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [26, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.595--ServerSession(1526542158)--Connection(751438416)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.595--UnitOfWork(1138596266)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@f184b1c3 [junit] [EL Finest]: 2022-09-10 04:19:24.595--UnitOfWork(1138596266)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@f012d988 [junit] [EL Finest]: 2022-09-10 04:19:24.596--UnitOfWork(1138596266)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@a4ca3e41 [junit] [EL Finest]: 2022-09-10 04:19:24.596--UnitOfWork(1138596266)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@43fcea12 [junit] [EL Finer]: 2022-09-10 04:19:24.596--UnitOfWork(1138596266)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.596--UnitOfWork(1138596266)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.596--UnitOfWork(1138596266)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.596--UnitOfWork(1138596266)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.596--ClientSession(477533477)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.596--UnitOfWork(1138596266)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.596--ClientSession(477533477)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:24.611--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 547669629 [junit] [EL Finer]: 2022-09-10 04:19:24.611--ClientSession(547669629)--Thread(Thread[main,5,main])--acquire unit of work: 12557582 [junit] [EL Finest]: 2022-09-10 04:19:24.611--UnitOfWork(12557582)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@19. [junit] [EL Finest]: 2022-09-10 04:19:24.611--UnitOfWork(12557582)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@46ed3f66. [junit] [EL Finest]: 2022-09-10 04:19:24.611--UnitOfWork(12557582)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@407c9ee8. [junit] [EL Finest]: 2022-09-10 04:19:24.611--UnitOfWork(12557582)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@f012d988. [junit] [EL Finest]: 2022-09-10 04:19:24.612--UnitOfWork(12557582)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@a4ca3e41. [junit] [EL Finest]: 2022-09-10 04:19:24.612--UnitOfWork(12557582)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@43fcea12. [junit] [EL Finest]: 2022-09-10 04:19:24.612--UnitOfWork(12557582)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@f184b1c3. [junit] [EL Finer]: 2022-09-10 04:19:24.612--UnitOfWork(12557582)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:24.612--UnitOfWork(12557582)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@19) [junit] [EL Finest]: 2022-09-10 04:19:24.612--ServerSession(1526542158)--Connection(2132328156)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.612--ClientSession(547669629)--Connection(2132328156)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:24.612--ClientSession(547669629)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:24.613--UnitOfWork(12557582)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@46ed3f66) [junit] [EL Fine]: 2022-09-10 04:19:24.613--ClientSession(547669629)--Connection(1552233714)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [25, R&D, 1] [junit] [EL Finest]: 2022-09-10 04:19:24.613--UnitOfWork(12557582)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@407c9ee8) [junit] [EL Finest]: 2022-09-10 04:19:24.613--UnitOfWork(12557582)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@f184b1c3) [junit] [EL Finer]: 2022-09-10 04:19:24.614--ClientSession(547669629)--Connection(1552233714)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.614--ClientSession(547669629)--Connection(1552233714)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.614--ClientSession(547669629)--Connection(1552233714)--Thread(Thread[main,5,main])-- bind => [26, Thomas Alva, Edison, null, null, null, null, 25, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:24.614--ClientSession(547669629)--Connection(1552233714)--Thread(Thread[main,5,main])-- bind => [32, Nikola, Tesla, null, null, null, null, 25, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:24.614--ClientSession(547669629)--Connection(1552233714)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:24.615--UnitOfWork(12557582)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@a4ca3e41) [junit] [EL Finest]: 2022-09-10 04:19:24.615--UnitOfWork(12557582)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@43fcea12) [junit] [EL Finest]: 2022-09-10 04:19:24.615--UnitOfWork(12557582)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@f012d988) [junit] [EL Finer]: 2022-09-10 04:19:24.615--ClientSession(547669629)--Connection(1552233714)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.615--ClientSession(547669629)--Connection(1552233714)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_NAME, PAT_YEAR) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.615--ClientSession(547669629)--Connection(1552233714)--Thread(Thread[main,5,main])-- bind => [1922-11-11, flying machine, helicopter, 1922] [junit] [EL Fine]: 2022-09-10 04:19:24.615--ClientSession(547669629)--Connection(1552233714)--Thread(Thread[main,5,main])-- bind => [1877-01-13, simple voice recorder, phonograph, 1877] [junit] [EL Fine]: 2022-09-10 04:19:24.615--ClientSession(547669629)--Connection(1552233714)--Thread(Thread[main,5,main])-- bind => [1888-03-17, alternating current, alternating current, 1888] [junit] [EL Fine]: 2022-09-10 04:19:24.615--ClientSession(547669629)--Connection(1552233714)--Thread(Thread[main,5,main])-- bind => [1879-11-05, artificial light source, light bulb, 1879] [junit] [EL Finer]: 2022-09-10 04:19:24.615--ClientSession(547669629)--Connection(1552233714)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:24.616--UnitOfWork(12557582)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:24.616--UnitOfWork(12557582)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.616--UnitOfWork(12557582)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.617--ClientSession(547669629)--Connection(1552233714)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:24.617--ServerSession(1526542158)--Connection(2132328156)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.618--UnitOfWork(12557582)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.618--UnitOfWork(12557582)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.618--UnitOfWork(12557582)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.618--ClientSession(547669629)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.618--UnitOfWork(12557582)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.618--ClientSession(547669629)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:24.618--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1523378833 [junit] [EL Finer]: 2022-09-10 04:19:24.618--ClientSession(1523378833)--Thread(Thread[main,5,main])--acquire unit of work: 638708768 [junit] [EL Finest]: 2022-09-10 04:19:24.618--UnitOfWork(638708768)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.619--UnitOfWork(638708768)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5161ae11 [junit] [EL Finest]: 2022-09-10 04:19:24.619--UnitOfWork(638708768)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@19 [junit] [EL Finest]: 2022-09-10 04:19:24.619--UnitOfWork(638708768)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.619--ServerSession(1526542158)--Connection(951820205)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.619--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.619--ServerSession(1526542158)--Connection(291636342)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [26, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.62--ServerSession(1526542158)--Connection(951820205)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:24.62--UnitOfWork(638708768)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:24.62--UnitOfWork(638708768)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Patent ) [junit] [EL Finest]: 2022-09-10 04:19:24.62--UnitOfWork(638708768)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Patent ) [junit] [EL Finest]: 2022-09-10 04:19:24.621--UnitOfWork(638708768)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Patent ) [junit] [EL Finest]: 2022-09-10 04:19:24.621--UnitOfWork(638708768)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Patent ) [junit] [EL Finest]: 2022-09-10 04:19:24.621--UnitOfWork(638708768)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2df7b4b1) [junit] [EL Finest]: 2022-09-10 04:19:24.621--ClientSession(1523378833)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" sql="INSERT INTO TMP_EMP_PATENT (PATENT_NAME, PATENT_YEAR, EMP_ID) VALUES (?, ?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.621--ServerSession(1526542158)--Connection(1185819840)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.621--ClientSession(1523378833)--Connection(1185819840)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:24.621--ClientSession(1523378833)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:24.621--ClientSession(1523378833)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" sql="INSERT INTO TMP_EMP_PATENT (PATENT_NAME, PATENT_YEAR, EMP_ID) VALUES (?, ?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.622--ClientSession(1523378833)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" sql="INSERT INTO TMP_EMP_PATENT (PATENT_NAME, PATENT_YEAR, EMP_ID) VALUES (?, ?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.622--ClientSession(1523378833)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" sql="INSERT INTO TMP_EMP_PATENT (PATENT_NAME, PATENT_YEAR, EMP_ID) VALUES (?, ?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:24.622--ClientSession(1523378833)--Connection(1181588067)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.622--ClientSession(1523378833)--Connection(1181588067)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PATENT (PATENT_NAME, PATENT_YEAR, EMP_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.622--ClientSession(1523378833)--Connection(1181588067)--Thread(Thread[main,5,main])-- bind => [alternating current, 1888, 26] [junit] [EL Fine]: 2022-09-10 04:19:24.622--ClientSession(1523378833)--Connection(1181588067)--Thread(Thread[main,5,main])-- bind => [helicopter, 1922, 26] [junit] [EL Fine]: 2022-09-10 04:19:24.622--ClientSession(1523378833)--Connection(1181588067)--Thread(Thread[main,5,main])-- bind => [phonograph, 1877, 26] [junit] [EL Fine]: 2022-09-10 04:19:24.622--ClientSession(1523378833)--Connection(1181588067)--Thread(Thread[main,5,main])-- bind => [light bulb, 1879, 26] [junit] [EL Finer]: 2022-09-10 04:19:24.622--ClientSession(1523378833)--Connection(1181588067)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:24.623--UnitOfWork(638708768)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:24.623--UnitOfWork(638708768)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.623--UnitOfWork(638708768)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.623--ClientSession(1523378833)--Connection(1181588067)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:24.624--ServerSession(1526542158)--Connection(1185819840)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.624--UnitOfWork(638708768)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.624--UnitOfWork(638708768)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.624--UnitOfWork(638708768)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.624--ClientSession(1523378833)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.624--UnitOfWork(638708768)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.624--ClientSession(1523378833)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:24.624--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1883148410 [junit] [EL Finer]: 2022-09-10 04:19:24.624--ClientSession(1883148410)--Thread(Thread[main,5,main])--acquire unit of work: 8073735 [junit] [EL Finest]: 2022-09-10 04:19:24.624--UnitOfWork(8073735)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.624--UnitOfWork(8073735)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5161ae11 [junit] [EL Finest]: 2022-09-10 04:19:24.624--UnitOfWork(8073735)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@19 [junit] [EL Finest]: 2022-09-10 04:19:24.624--UnitOfWork(8073735)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.625--ServerSession(1526542158)--Connection(252275498)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.625--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.625--ServerSession(1526542158)--Connection(1446747078)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [26, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.625--ServerSession(1526542158)--Connection(252275498)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.625--UnitOfWork(8073735)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@f184b1c3 [junit] [EL Finest]: 2022-09-10 04:19:24.626--UnitOfWork(8073735)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@f012d988 [junit] [EL Finest]: 2022-09-10 04:19:24.626--UnitOfWork(8073735)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@a4ca3e41 [junit] [EL Finest]: 2022-09-10 04:19:24.626--UnitOfWork(8073735)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@43fcea12 [junit] [EL Finer]: 2022-09-10 04:19:24.626--UnitOfWork(8073735)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.626--UnitOfWork(8073735)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.626--UnitOfWork(8073735)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.626--UnitOfWork(8073735)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.626--ClientSession(1883148410)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.626--UnitOfWork(8073735)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.626--ClientSession(1883148410)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:24.64--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1831409020 [junit] [EL Finer]: 2022-09-10 04:19:24.641--ClientSession(1831409020)--Thread(Thread[main,5,main])--acquire unit of work: 291618482 [junit] [EL Finest]: 2022-09-10 04:19:24.641--UnitOfWork(291618482)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@19. [junit] [EL Finest]: 2022-09-10 04:19:24.641--UnitOfWork(291618482)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@413de39d. [junit] [EL Finest]: 2022-09-10 04:19:24.641--UnitOfWork(291618482)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@649a8c33. [junit] [EL Finest]: 2022-09-10 04:19:24.641--UnitOfWork(291618482)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@f012d988. [junit] [EL Finest]: 2022-09-10 04:19:24.641--UnitOfWork(291618482)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@a4ca3e41. [junit] [EL Finest]: 2022-09-10 04:19:24.641--UnitOfWork(291618482)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@43fcea12. [junit] [EL Finest]: 2022-09-10 04:19:24.641--UnitOfWork(291618482)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@f184b1c3. [junit] [EL Finer]: 2022-09-10 04:19:24.641--UnitOfWork(291618482)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:24.641--UnitOfWork(291618482)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@19) [junit] [EL Finest]: 2022-09-10 04:19:24.641--ServerSession(1526542158)--Connection(1238652655)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.642--ClientSession(1831409020)--Connection(1238652655)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:24.642--ClientSession(1831409020)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:24.642--UnitOfWork(291618482)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@413de39d) [junit] [EL Fine]: 2022-09-10 04:19:24.642--ClientSession(1831409020)--Connection(66993482)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [25, R&D, 1] [junit] [EL Finest]: 2022-09-10 04:19:24.643--UnitOfWork(291618482)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@649a8c33) [junit] [EL Finest]: 2022-09-10 04:19:24.643--UnitOfWork(291618482)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@43fcea12) [junit] [EL Finer]: 2022-09-10 04:19:24.643--ClientSession(1831409020)--Connection(66993482)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.643--ClientSession(1831409020)--Connection(66993482)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.643--ClientSession(1831409020)--Connection(66993482)--Thread(Thread[main,5,main])-- bind => [26, Thomas Alva, Edison, null, null, null, null, 25, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:24.643--ClientSession(1831409020)--Connection(66993482)--Thread(Thread[main,5,main])-- bind => [32, Nikola, Tesla, null, null, null, null, 25, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:24.643--ClientSession(1831409020)--Connection(66993482)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:24.644--UnitOfWork(291618482)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@f184b1c3) [junit] [EL Finest]: 2022-09-10 04:19:24.644--UnitOfWork(291618482)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@a4ca3e41) [junit] [EL Finest]: 2022-09-10 04:19:24.644--UnitOfWork(291618482)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@f012d988) [junit] [EL Finer]: 2022-09-10 04:19:24.644--ClientSession(1831409020)--Connection(66993482)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.644--ClientSession(1831409020)--Connection(66993482)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_NAME, PAT_YEAR) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.644--ClientSession(1831409020)--Connection(66993482)--Thread(Thread[main,5,main])-- bind => [1888-03-17, alternating current, alternating current, 1888] [junit] [EL Fine]: 2022-09-10 04:19:24.644--ClientSession(1831409020)--Connection(66993482)--Thread(Thread[main,5,main])-- bind => [1922-11-11, flying machine, helicopter, 1922] [junit] [EL Fine]: 2022-09-10 04:19:24.644--ClientSession(1831409020)--Connection(66993482)--Thread(Thread[main,5,main])-- bind => [1877-01-13, simple voice recorder, phonograph, 1877] [junit] [EL Fine]: 2022-09-10 04:19:24.644--ClientSession(1831409020)--Connection(66993482)--Thread(Thread[main,5,main])-- bind => [1879-11-05, artificial light source, light bulb, 1879] [junit] [EL Finer]: 2022-09-10 04:19:24.644--ClientSession(1831409020)--Connection(66993482)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:24.645--UnitOfWork(291618482)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:24.645--UnitOfWork(291618482)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.645--UnitOfWork(291618482)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.646--ClientSession(1831409020)--Connection(66993482)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:24.646--ServerSession(1526542158)--Connection(1238652655)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.647--UnitOfWork(291618482)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.647--UnitOfWork(291618482)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.647--UnitOfWork(291618482)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.647--ClientSession(1831409020)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.647--UnitOfWork(291618482)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.647--ClientSession(1831409020)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:24.647--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 98062463 [junit] [EL Finer]: 2022-09-10 04:19:24.647--ClientSession(98062463)--Thread(Thread[main,5,main])--acquire unit of work: 1357519581 [junit] [EL Finest]: 2022-09-10 04:19:24.647--UnitOfWork(1357519581)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.647--UnitOfWork(1357519581)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5161ae11 [junit] [EL Finest]: 2022-09-10 04:19:24.648--UnitOfWork(1357519581)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@19 [junit] [EL Finest]: 2022-09-10 04:19:24.648--UnitOfWork(1357519581)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.648--ServerSession(1526542158)--Connection(1826328883)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.648--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.648--ServerSession(1526542158)--Connection(1827099271)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [26, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.649--ServerSession(1526542158)--Connection(1826328883)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.649--UnitOfWork(1357519581)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.649--UnitOfWork(1357519581)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@55fd98e2 [junit] [EL Finest]: 2022-09-10 04:19:24.649--UnitOfWork(1357519581)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@19 [junit] [EL Finest]: 2022-09-10 04:19:24.649--UnitOfWork(1357519581)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.649--ServerSession(1526542158)--Connection(1353774145)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.649--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.649--ServerSession(1526542158)--Connection(338623565)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [32, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.65--ServerSession(1526542158)--Connection(1353774145)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:24.65--UnitOfWork(1357519581)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:24.65--UnitOfWork(1357519581)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Patent ) [junit] [EL Finest]: 2022-09-10 04:19:24.65--UnitOfWork(1357519581)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Patent ) [junit] [EL Finest]: 2022-09-10 04:19:24.65--UnitOfWork(1357519581)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Patent ) [junit] [EL Finest]: 2022-09-10 04:19:24.651--UnitOfWork(1357519581)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Patent ) [junit] [EL Finest]: 2022-09-10 04:19:24.651--UnitOfWork(1357519581)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7c46ceff) [junit] [EL Finest]: 2022-09-10 04:19:24.651--UnitOfWork(1357519581)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@695fd7e) [junit] [EL Finest]: 2022-09-10 04:19:24.652--ClientSession(98062463)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" sql="INSERT INTO TMP_EMP_PATENT (PATENT_NAME, PATENT_YEAR, EMP_ID) VALUES (?, ?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.652--ServerSession(1526542158)--Connection(1196719596)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.652--ClientSession(98062463)--Connection(1196719596)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:24.652--ClientSession(98062463)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:24.652--ClientSession(98062463)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" sql="INSERT INTO TMP_EMP_PATENT (PATENT_NAME, PATENT_YEAR, EMP_ID) VALUES (?, ?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.652--ClientSession(98062463)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" sql="INSERT INTO TMP_EMP_PATENT (PATENT_NAME, PATENT_YEAR, EMP_ID) VALUES (?, ?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.652--ClientSession(98062463)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" sql="INSERT INTO TMP_EMP_PATENT (PATENT_NAME, PATENT_YEAR, EMP_ID) VALUES (?, ?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.652--ClientSession(98062463)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" sql="INSERT INTO TMP_EMP_PATENT (PATENT_NAME, PATENT_YEAR, EMP_ID) VALUES (?, ?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:24.652--ClientSession(98062463)--Connection(312849049)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.652--ClientSession(98062463)--Connection(312849049)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PATENT (PATENT_NAME, PATENT_YEAR, EMP_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.652--ClientSession(98062463)--Connection(312849049)--Thread(Thread[main,5,main])-- bind => [phonograph, 1877, 26] [junit] [EL Fine]: 2022-09-10 04:19:24.652--ClientSession(98062463)--Connection(312849049)--Thread(Thread[main,5,main])-- bind => [helicopter, 1922, 26] [junit] [EL Fine]: 2022-09-10 04:19:24.652--ClientSession(98062463)--Connection(312849049)--Thread(Thread[main,5,main])-- bind => [light bulb, 1879, 26] [junit] [EL Fine]: 2022-09-10 04:19:24.652--ClientSession(98062463)--Connection(312849049)--Thread(Thread[main,5,main])-- bind => [alternating current, 1888, 32] [junit] [EL Fine]: 2022-09-10 04:19:24.652--ClientSession(98062463)--Connection(312849049)--Thread(Thread[main,5,main])-- bind => [helicopter, 1922, 32] [junit] [EL Finer]: 2022-09-10 04:19:24.652--ClientSession(98062463)--Connection(312849049)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:24.653--UnitOfWork(1357519581)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:24.654--UnitOfWork(1357519581)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.654--UnitOfWork(1357519581)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.654--ClientSession(98062463)--Connection(312849049)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:24.654--ServerSession(1526542158)--Connection(1196719596)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.655--UnitOfWork(1357519581)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.655--UnitOfWork(1357519581)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.655--UnitOfWork(1357519581)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.655--ClientSession(98062463)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.655--UnitOfWork(1357519581)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.655--ClientSession(98062463)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:24.655--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 557522285 [junit] [EL Finer]: 2022-09-10 04:19:24.655--ClientSession(557522285)--Thread(Thread[main,5,main])--acquire unit of work: 572646367 [junit] [EL Finest]: 2022-09-10 04:19:24.655--UnitOfWork(572646367)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.655--UnitOfWork(572646367)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5161ae11 [junit] [EL Finest]: 2022-09-10 04:19:24.655--UnitOfWork(572646367)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@19 [junit] [EL Finest]: 2022-09-10 04:19:24.655--UnitOfWork(572646367)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.655--ServerSession(1526542158)--Connection(637563560)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.655--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.656--ServerSession(1526542158)--Connection(194138796)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [26, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.656--ServerSession(1526542158)--Connection(637563560)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.656--UnitOfWork(572646367)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.656--UnitOfWork(572646367)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@55fd98e2 [junit] [EL Finest]: 2022-09-10 04:19:24.656--UnitOfWork(572646367)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@19 [junit] [EL Finest]: 2022-09-10 04:19:24.656--UnitOfWork(572646367)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.656--ServerSession(1526542158)--Connection(1516826330)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.656--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.657--ServerSession(1526542158)--Connection(1261185332)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [32, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.657--ServerSession(1526542158)--Connection(1516826330)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.657--UnitOfWork(572646367)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@f184b1c3 [junit] [EL Finest]: 2022-09-10 04:19:24.657--UnitOfWork(572646367)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@43fcea12 [junit] [EL Finest]: 2022-09-10 04:19:24.657--UnitOfWork(572646367)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@f184b1c3 [junit] [EL Finest]: 2022-09-10 04:19:24.658--UnitOfWork(572646367)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@f012d988 [junit] [EL Finest]: 2022-09-10 04:19:24.658--UnitOfWork(572646367)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@a4ca3e41 [junit] [EL Finer]: 2022-09-10 04:19:24.658--UnitOfWork(572646367)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.658--UnitOfWork(572646367)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.658--UnitOfWork(572646367)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.658--UnitOfWork(572646367)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.658--ClientSession(557522285)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.658--UnitOfWork(572646367)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.658--ClientSession(557522285)--Thread(Thread[main,5,main])--client released [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestEmployee_Cubicle [junit] [EL Finer]: 2022-09-10 04:19:24.679--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 423826336 [junit] [EL Finer]: 2022-09-10 04:19:24.679--ClientSession(423826336)--Thread(Thread[main,5,main])--acquire unit of work: 1943183108 [junit] [EL Finest]: 2022-09-10 04:19:24.68--UnitOfWork(1943183108)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9. [junit] [EL Finest]: 2022-09-10 04:19:24.68--UnitOfWork(1943183108)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@406c0ae9. [junit] [EL Finest]: 2022-09-10 04:19:24.68--UnitOfWork(1943183108)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@41b3df57. [junit] [EL Finer]: 2022-09-10 04:19:24.68--UnitOfWork(1943183108)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:24.68--UnitOfWork(1943183108)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9) [junit] [EL Finest]: 2022-09-10 04:19:24.68--ServerSession(1526542158)--Connection(1250322906)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.68--ClientSession(423826336)--Connection(1250322906)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:24.68--ClientSession(423826336)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:24.681--UnitOfWork(1943183108)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@41b3df57) [junit] [EL Fine]: 2022-09-10 04:19:24.681--ClientSession(423826336)--Connection(515508946)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [9, neun, 1] [junit] [EL Finest]: 2022-09-10 04:19:24.681--UnitOfWork(1943183108)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@406c0ae9) [junit] [EL Fine]: 2022-09-10 04:19:24.681--ClientSession(423826336)--Connection(515508946)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] bind => [4, 3, red] [junit] [EL Fine]: 2022-09-10 04:19:24.682--ClientSession(423826336)--Connection(515508946)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [5, first, last, null, null, null, null, 9, null, 3, 4, null, null] [junit] [EL Finer]: 2022-09-10 04:19:24.682--UnitOfWork(1943183108)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:24.682--UnitOfWork(1943183108)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.682--UnitOfWork(1943183108)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.682--ClientSession(423826336)--Connection(515508946)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:24.683--ServerSession(1526542158)--Connection(1250322906)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.684--UnitOfWork(1943183108)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.684--UnitOfWork(1943183108)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.684--UnitOfWork(1943183108)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.684--ClientSession(423826336)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.684--UnitOfWork(1943183108)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.684--ClientSession(423826336)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:24.684--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1402552623 [junit] [EL Finer]: 2022-09-10 04:19:24.684--ClientSession(1402552623)--Thread(Thread[main,5,main])--acquire unit of work: 906500189 [junit] [EL Finest]: 2022-09-10 04:19:24.684--UnitOfWork(906500189)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.684--UnitOfWork(906500189)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1d97f3ef [junit] [EL Finest]: 2022-09-10 04:19:24.684--UnitOfWork(906500189)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9 [junit] [EL Finest]: 2022-09-10 04:19:24.685--UnitOfWork(906500189)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.685--ServerSession(1526542158)--Connection(283724477)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.685--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.685--ServerSession(1526542158)--Connection(1158935183)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [5, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.685--ServerSession(1526542158)--Connection(283724477)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.685--UnitOfWork(906500189)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@6706552a [junit] [EL Finest]: 2022-09-10 04:19:24.686--UnitOfWork(906500189)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1d97f3ef [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestEmployee_Review [junit] [EL Finer]: 2022-09-10 04:19:24.708--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 60877574 [junit] [EL Finer]: 2022-09-10 04:19:24.708--ClientSession(60877574)--Thread(Thread[main,5,main])--acquire unit of work: 2113792063 [junit] [EL Finest]: 2022-09-10 04:19:24.708--UnitOfWork(2113792063)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11. [junit] [EL Finest]: 2022-09-10 04:19:24.708--UnitOfWork(2113792063)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3454873c. [junit] [EL Finest]: 2022-09-10 04:19:24.708--UnitOfWork(2113792063)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@c. [junit] [EL Finest]: 2022-09-10 04:19:24.708--UnitOfWork(2113792063)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@d. [junit] [EL Finer]: 2022-09-10 04:19:24.708--UnitOfWork(2113792063)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:24.709--UnitOfWork(2113792063)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2022-09-10 04:19:24.709--ServerSession(1526542158)--Connection(628998756)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.709--ClientSession(60877574)--Connection(628998756)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:24.709--ClientSession(60877574)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:24.709--UnitOfWork(2113792063)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3454873c) [junit] [EL Fine]: 2022-09-10 04:19:24.709--ClientSession(60877574)--Connection(306563664)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, dep_17, 1] [junit] [EL Finest]: 2022-09-10 04:19:24.71--UnitOfWork(2113792063)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@c) [junit] [EL Fine]: 2022-09-10 04:19:24.71--ClientSession(60877574)--Connection(306563664)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [7, first, last, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Finest]: 2022-09-10 04:19:24.71--UnitOfWork(2113792063)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@d) [junit] [EL Finer]: 2022-09-10 04:19:24.711--ClientSession(60877574)--Connection(306563664)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.711--ClientSession(60877574)--Connection(306563664)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.711--ClientSession(60877574)--Connection(306563664)--Thread(Thread[main,5,main])-- bind => [12, 2005-09-12, bad day, 1, Review] [junit] [EL Fine]: 2022-09-10 04:19:24.711--ClientSession(60877574)--Connection(306563664)--Thread(Thread[main,5,main])-- bind => [13, 2005-09-13, bad day, 1, Review] [junit] [EL Finer]: 2022-09-10 04:19:24.711--ClientSession(60877574)--Connection(306563664)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:24.712--ClientSession(60877574)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:24.712--ClientSession(60877574)--Connection(306563664)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.712--ClientSession(60877574)--Connection(306563664)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.712--ClientSession(60877574)--Connection(306563664)--Thread(Thread[main,5,main])-- bind => [0, 12] [junit] [EL Fine]: 2022-09-10 04:19:24.712--ClientSession(60877574)--Connection(306563664)--Thread(Thread[main,5,main])-- bind => [0, 13] [junit] [EL Finer]: 2022-09-10 04:19:24.712--ClientSession(60877574)--Connection(306563664)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:24.712--ClientSession(60877574)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:24.712--ClientSession(60877574)--Connection(306563664)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.712--ClientSession(60877574)--Connection(306563664)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.712--ClientSession(60877574)--Connection(306563664)--Thread(Thread[main,5,main])-- bind => [12, 7] [junit] [EL Fine]: 2022-09-10 04:19:24.712--ClientSession(60877574)--Connection(306563664)--Thread(Thread[main,5,main])-- bind => [13, 7] [junit] [EL Finer]: 2022-09-10 04:19:24.712--ClientSession(60877574)--Connection(306563664)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:24.714--UnitOfWork(2113792063)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:24.714--UnitOfWork(2113792063)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.714--UnitOfWork(2113792063)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.714--ClientSession(60877574)--Connection(306563664)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:24.715--ServerSession(1526542158)--Connection(628998756)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.715--UnitOfWork(2113792063)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.715--UnitOfWork(2113792063)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.715--UnitOfWork(2113792063)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.715--ClientSession(60877574)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.715--UnitOfWork(2113792063)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.715--ClientSession(60877574)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:24.715--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 896905323 [junit] [EL Finer]: 2022-09-10 04:19:24.715--ClientSession(896905323)--Thread(Thread[main,5,main])--acquire unit of work: 423045899 [junit] [EL Finest]: 2022-09-10 04:19:24.715--UnitOfWork(423045899)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readReview" referenceClass=Review sql="SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID))") [junit] [EL Finest]: 2022-09-10 04:19:24.715--ServerSession(1526542158)--Connection(45524895)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.715--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.716--ServerSession(1526542158)--Connection(2107922178)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID)) [junit] bind => [12] [junit] [EL Finest]: 2022-09-10 04:19:24.716--ServerSession(1526542158)--Connection(45524895)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.716--UnitOfWork(423045899)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.716--UnitOfWork(423045899)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2dfbde96 [junit] [EL Finest]: 2022-09-10 04:19:24.716--UnitOfWork(423045899)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2022-09-10 04:19:24.717--UnitOfWork(423045899)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.717--ServerSession(1526542158)--Connection(1127794724)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.717--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.717--ServerSession(1526542158)--Connection(809808315)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [7, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.717--ServerSession(1526542158)--Connection(1127794724)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.718--UnitOfWork(423045899)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="reviews" referenceClass=Review ) [junit] [EL Finest]: 2022-09-10 04:19:24.718--ServerSession(1526542158)--Connection(650147221)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.718--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.718--ServerSession(1526542158)--Connection(1377312528)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t2.REVIEW_ID, t1.REVIEWDATE, t1.TEXT, t2.SUCCESSRATE, t1.VERSION, t1.PATENT_YEAR, t1.PATENT_NAME FROM TMP_EMP_REVIEW t0, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID)) [junit] bind => [7] [junit] [EL Finest]: 2022-09-10 04:19:24.719--ServerSession(1526542158)--Connection(650147221)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.719--UnitOfWork(423045899)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@c [junit] [EL Finest]: 2022-09-10 04:19:24.719--UnitOfWork(423045899)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@d [junit] [EL Finer]: 2022-09-10 04:19:24.72--UnitOfWork(423045899)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.72--ClientSession(896905323)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:24.72--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1910599893 [junit] [EL Finer]: 2022-09-10 04:19:24.72--ClientSession(1910599893)--Thread(Thread[main,5,main])--acquire unit of work: 2012885431 [junit] [EL Finest]: 2022-09-10 04:19:24.72--UnitOfWork(2012885431)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.72--UnitOfWork(2012885431)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2dfbde96 [junit] [EL Finest]: 2022-09-10 04:19:24.72--UnitOfWork(2012885431)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2022-09-10 04:19:24.72--UnitOfWork(2012885431)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.72--ServerSession(1526542158)--Connection(1703553945)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.72--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.72--ServerSession(1526542158)--Connection(1130088726)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [7, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.721--ServerSession(1526542158)--Connection(1703553945)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.721--UnitOfWork(2012885431)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="reviews" referenceClass=Review sql="SELECT t1.ID, t1.DTYPE, t2.REVIEW_ID, t1.REVIEWDATE, t1.TEXT, t2.SUCCESSRATE, t1.VERSION, t1.PATENT_YEAR, t1.PATENT_NAME FROM TMP_EMP_REVIEW t0, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID))") [junit] [EL Finest]: 2022-09-10 04:19:24.721--ServerSession(1526542158)--Connection(43407228)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.721--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.721--ServerSession(1526542158)--Connection(521678145)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t2.REVIEW_ID, t1.REVIEWDATE, t1.TEXT, t2.SUCCESSRATE, t1.VERSION, t1.PATENT_YEAR, t1.PATENT_NAME FROM TMP_EMP_REVIEW t0, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID)) [junit] bind => [7] [junit] [EL Finest]: 2022-09-10 04:19:24.722--ServerSession(1526542158)--Connection(43407228)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.722--UnitOfWork(2012885431)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@c [junit] [EL Finest]: 2022-09-10 04:19:24.722--UnitOfWork(2012885431)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@d [junit] [EL Finer]: 2022-09-10 04:19:24.722--UnitOfWork(2012885431)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.722--ClientSession(1910599893)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:24.737--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 954382324 [junit] [EL Finer]: 2022-09-10 04:19:24.737--ClientSession(954382324)--Thread(Thread[main,5,main])--acquire unit of work: 348398195 [junit] [EL Finest]: 2022-09-10 04:19:24.737--UnitOfWork(348398195)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11. [junit] [EL Finest]: 2022-09-10 04:19:24.737--UnitOfWork(348398195)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1778ab89. [junit] [EL Finest]: 2022-09-10 04:19:24.737--UnitOfWork(348398195)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@c. [junit] [EL Finest]: 2022-09-10 04:19:24.737--UnitOfWork(348398195)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@d. [junit] [EL Finer]: 2022-09-10 04:19:24.738--UnitOfWork(348398195)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:24.738--UnitOfWork(348398195)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2022-09-10 04:19:24.738--ServerSession(1526542158)--Connection(930830379)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.738--ClientSession(954382324)--Connection(930830379)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:24.738--ClientSession(954382324)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:24.738--UnitOfWork(348398195)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1778ab89) [junit] [EL Fine]: 2022-09-10 04:19:24.739--ClientSession(954382324)--Connection(472619336)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, dep_17, 1] [junit] [EL Finest]: 2022-09-10 04:19:24.739--UnitOfWork(348398195)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@c) [junit] [EL Fine]: 2022-09-10 04:19:24.739--ClientSession(954382324)--Connection(472619336)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [7, first, last, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Finest]: 2022-09-10 04:19:24.74--UnitOfWork(348398195)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@d) [junit] [EL Finer]: 2022-09-10 04:19:24.74--ClientSession(954382324)--Connection(472619336)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.74--ClientSession(954382324)--Connection(472619336)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.74--ClientSession(954382324)--Connection(472619336)--Thread(Thread[main,5,main])-- bind => [12, 2005-09-12, bad day, 1, Review] [junit] [EL Fine]: 2022-09-10 04:19:24.74--ClientSession(954382324)--Connection(472619336)--Thread(Thread[main,5,main])-- bind => [13, 2005-09-13, bad day, 1, Review] [junit] [EL Finer]: 2022-09-10 04:19:24.74--ClientSession(954382324)--Connection(472619336)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:24.741--ClientSession(954382324)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:24.741--ClientSession(954382324)--Connection(472619336)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.741--ClientSession(954382324)--Connection(472619336)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.741--ClientSession(954382324)--Connection(472619336)--Thread(Thread[main,5,main])-- bind => [0, 12] [junit] [EL Fine]: 2022-09-10 04:19:24.742--ClientSession(954382324)--Connection(472619336)--Thread(Thread[main,5,main])-- bind => [0, 13] [junit] [EL Finer]: 2022-09-10 04:19:24.742--ClientSession(954382324)--Connection(472619336)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:24.742--ClientSession(954382324)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:24.742--ClientSession(954382324)--Connection(472619336)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.742--ClientSession(954382324)--Connection(472619336)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.742--ClientSession(954382324)--Connection(472619336)--Thread(Thread[main,5,main])-- bind => [12, 7] [junit] [EL Fine]: 2022-09-10 04:19:24.742--ClientSession(954382324)--Connection(472619336)--Thread(Thread[main,5,main])-- bind => [13, 7] [junit] [EL Finer]: 2022-09-10 04:19:24.742--ClientSession(954382324)--Connection(472619336)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:24.743--UnitOfWork(348398195)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:24.743--UnitOfWork(348398195)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.743--UnitOfWork(348398195)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.743--ClientSession(954382324)--Connection(472619336)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:24.744--ServerSession(1526542158)--Connection(930830379)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.745--UnitOfWork(348398195)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.745--UnitOfWork(348398195)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.745--UnitOfWork(348398195)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.745--ClientSession(954382324)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.745--UnitOfWork(348398195)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.745--ClientSession(954382324)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:24.745--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 406011546 [junit] [EL Finer]: 2022-09-10 04:19:24.745--ClientSession(406011546)--Thread(Thread[main,5,main])--acquire unit of work: 2141431107 [junit] [EL Finest]: 2022-09-10 04:19:24.745--UnitOfWork(2141431107)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readReview" referenceClass=Review sql="SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID))") [junit] [EL Finest]: 2022-09-10 04:19:24.745--ServerSession(1526542158)--Connection(2023401435)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.745--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.745--ServerSession(1526542158)--Connection(1154842761)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID)) [junit] bind => [12] [junit] [EL Finest]: 2022-09-10 04:19:24.746--ServerSession(1526542158)--Connection(2023401435)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.746--UnitOfWork(2141431107)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.746--UnitOfWork(2141431107)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2dfbde96 [junit] [EL Finest]: 2022-09-10 04:19:24.746--UnitOfWork(2141431107)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2022-09-10 04:19:24.746--UnitOfWork(2141431107)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.747--ServerSession(1526542158)--Connection(1509557495)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.747--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.747--ServerSession(1526542158)--Connection(1494761466)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [7, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.747--ServerSession(1526542158)--Connection(1509557495)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.748--UnitOfWork(2141431107)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="reviews" referenceClass=Review sql="SELECT t1.ID, t1.DTYPE, t2.REVIEW_ID, t1.REVIEWDATE, t1.TEXT, t2.SUCCESSRATE, t1.VERSION, t1.PATENT_YEAR, t1.PATENT_NAME FROM TMP_EMP_REVIEW t0, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID))") [junit] [EL Finest]: 2022-09-10 04:19:24.748--ServerSession(1526542158)--Connection(137970201)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.748--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.748--ServerSession(1526542158)--Connection(281430795)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t2.REVIEW_ID, t1.REVIEWDATE, t1.TEXT, t2.SUCCESSRATE, t1.VERSION, t1.PATENT_YEAR, t1.PATENT_NAME FROM TMP_EMP_REVIEW t0, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID)) [junit] bind => [7] [junit] [EL Finest]: 2022-09-10 04:19:24.749--ServerSession(1526542158)--Connection(137970201)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.749--UnitOfWork(2141431107)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@c [junit] [EL Finest]: 2022-09-10 04:19:24.749--UnitOfWork(2141431107)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@d [junit] [EL Finer]: 2022-09-10 04:19:24.749--UnitOfWork(2141431107)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.749--ClientSession(406011546)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:24.749--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2099329765 [junit] [EL Finer]: 2022-09-10 04:19:24.749--ClientSession(2099329765)--Thread(Thread[main,5,main])--acquire unit of work: 1233406740 [junit] [EL Finest]: 2022-09-10 04:19:24.749--UnitOfWork(1233406740)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.749--UnitOfWork(1233406740)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2dfbde96 [junit] [EL Finest]: 2022-09-10 04:19:24.749--UnitOfWork(1233406740)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2022-09-10 04:19:24.749--UnitOfWork(1233406740)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.75--ServerSession(1526542158)--Connection(586351359)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.75--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.75--ServerSession(1526542158)--Connection(1229205854)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [7, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.751--ServerSession(1526542158)--Connection(586351359)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.751--UnitOfWork(1233406740)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="reviews" referenceClass=Review sql="SELECT t1.ID, t1.DTYPE, t2.REVIEW_ID, t1.REVIEWDATE, t1.TEXT, t2.SUCCESSRATE, t1.VERSION, t1.PATENT_YEAR, t1.PATENT_NAME FROM TMP_EMP_REVIEW t0, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID))") [junit] [EL Finest]: 2022-09-10 04:19:24.751--ServerSession(1526542158)--Connection(947166618)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.751--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.751--ServerSession(1526542158)--Connection(1355973899)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t2.REVIEW_ID, t1.REVIEWDATE, t1.TEXT, t2.SUCCESSRATE, t1.VERSION, t1.PATENT_YEAR, t1.PATENT_NAME FROM TMP_EMP_REVIEW t0, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID)) [junit] bind => [7] [junit] [EL Finest]: 2022-09-10 04:19:24.752--ServerSession(1526542158)--Connection(947166618)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.752--UnitOfWork(1233406740)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@c [junit] [EL Finest]: 2022-09-10 04:19:24.752--UnitOfWork(1233406740)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@d [junit] [EL Finer]: 2022-09-10 04:19:24.767--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1399756933 [junit] [EL Finer]: 2022-09-10 04:19:24.767--ClientSession(1399756933)--Thread(Thread[main,5,main])--acquire unit of work: 850075443 [junit] [EL Finest]: 2022-09-10 04:19:24.767--UnitOfWork(850075443)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11. [junit] [EL Finest]: 2022-09-10 04:19:24.767--UnitOfWork(850075443)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@35de9413. [junit] [EL Finest]: 2022-09-10 04:19:24.767--UnitOfWork(850075443)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@c. [junit] [EL Finest]: 2022-09-10 04:19:24.767--UnitOfWork(850075443)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@d. [junit] [EL Finer]: 2022-09-10 04:19:24.767--UnitOfWork(850075443)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:24.767--UnitOfWork(850075443)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2022-09-10 04:19:24.767--ServerSession(1526542158)--Connection(808790518)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.767--ClientSession(1399756933)--Connection(808790518)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:24.768--ClientSession(1399756933)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:24.768--UnitOfWork(850075443)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@35de9413) [junit] [EL Fine]: 2022-09-10 04:19:24.768--ClientSession(1399756933)--Connection(661306029)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, dep_17, 1] [junit] [EL Finest]: 2022-09-10 04:19:24.769--UnitOfWork(850075443)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@c) [junit] [EL Fine]: 2022-09-10 04:19:24.769--ClientSession(1399756933)--Connection(661306029)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [7, first, last, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Finest]: 2022-09-10 04:19:24.769--UnitOfWork(850075443)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@d) [junit] [EL Finer]: 2022-09-10 04:19:24.769--ClientSession(1399756933)--Connection(661306029)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.769--ClientSession(1399756933)--Connection(661306029)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.769--ClientSession(1399756933)--Connection(661306029)--Thread(Thread[main,5,main])-- bind => [12, 2005-09-12, bad day, 1, Review] [junit] [EL Fine]: 2022-09-10 04:19:24.769--ClientSession(1399756933)--Connection(661306029)--Thread(Thread[main,5,main])-- bind => [13, 2005-09-13, bad day, 1, Review] [junit] [EL Finer]: 2022-09-10 04:19:24.769--ClientSession(1399756933)--Connection(661306029)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:24.77--ClientSession(1399756933)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:24.77--ClientSession(1399756933)--Connection(661306029)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.77--ClientSession(1399756933)--Connection(661306029)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.77--ClientSession(1399756933)--Connection(661306029)--Thread(Thread[main,5,main])-- bind => [0, 12] [junit] [EL Fine]: 2022-09-10 04:19:24.77--ClientSession(1399756933)--Connection(661306029)--Thread(Thread[main,5,main])-- bind => [0, 13] [junit] [EL Finer]: 2022-09-10 04:19:24.77--ClientSession(1399756933)--Connection(661306029)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:24.771--ClientSession(1399756933)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:24.771--ClientSession(1399756933)--Connection(661306029)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.771--ClientSession(1399756933)--Connection(661306029)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.771--ClientSession(1399756933)--Connection(661306029)--Thread(Thread[main,5,main])-- bind => [12, 7] [junit] [EL Fine]: 2022-09-10 04:19:24.771--ClientSession(1399756933)--Connection(661306029)--Thread(Thread[main,5,main])-- bind => [13, 7] [junit] [EL Finer]: 2022-09-10 04:19:24.771--ClientSession(1399756933)--Connection(661306029)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:24.772--UnitOfWork(850075443)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:24.772--UnitOfWork(850075443)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.772--UnitOfWork(850075443)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.772--ClientSession(1399756933)--Connection(661306029)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:24.773--ServerSession(1526542158)--Connection(808790518)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.773--UnitOfWork(850075443)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.773--UnitOfWork(850075443)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.773--UnitOfWork(850075443)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.773--ClientSession(1399756933)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.773--UnitOfWork(850075443)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.773--ClientSession(1399756933)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:24.773--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2030527964 [junit] [EL Finer]: 2022-09-10 04:19:24.773--ClientSession(2030527964)--Thread(Thread[main,5,main])--acquire unit of work: 959758049 [junit] [EL Finest]: 2022-09-10 04:19:24.773--UnitOfWork(959758049)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readReview" referenceClass=Review sql="SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID))") [junit] [EL Finest]: 2022-09-10 04:19:24.773--ServerSession(1526542158)--Connection(235360704)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.773--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.773--ServerSession(1526542158)--Connection(288038664)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID)) [junit] bind => [12] [junit] [EL Finest]: 2022-09-10 04:19:24.774--ServerSession(1526542158)--Connection(235360704)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.774--UnitOfWork(959758049)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.774--UnitOfWork(959758049)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2dfbde96 [junit] [EL Finest]: 2022-09-10 04:19:24.774--UnitOfWork(959758049)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2022-09-10 04:19:24.774--UnitOfWork(959758049)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.775--ServerSession(1526542158)--Connection(1442424801)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.775--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.775--ServerSession(1526542158)--Connection(1053372832)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [7, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.775--ServerSession(1526542158)--Connection(1442424801)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.775--UnitOfWork(959758049)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="reviews" referenceClass=Review sql="SELECT t1.ID, t1.DTYPE, t2.REVIEW_ID, t1.REVIEWDATE, t1.TEXT, t2.SUCCESSRATE, t1.VERSION, t1.PATENT_YEAR, t1.PATENT_NAME FROM TMP_EMP_REVIEW t0, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID))") [junit] [EL Finest]: 2022-09-10 04:19:24.776--ServerSession(1526542158)--Connection(450360964)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.776--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.776--ServerSession(1526542158)--Connection(1843695695)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t2.REVIEW_ID, t1.REVIEWDATE, t1.TEXT, t2.SUCCESSRATE, t1.VERSION, t1.PATENT_YEAR, t1.PATENT_NAME FROM TMP_EMP_REVIEW t0, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID)) [junit] bind => [7] [junit] [EL Finest]: 2022-09-10 04:19:24.776--ServerSession(1526542158)--Connection(450360964)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.776--UnitOfWork(959758049)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@c [junit] [EL Finest]: 2022-09-10 04:19:24.777--UnitOfWork(959758049)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@d [junit] [EL Finer]: 2022-09-10 04:19:24.777--UnitOfWork(959758049)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.777--ClientSession(2030527964)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:24.777--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1052097307 [junit] [EL Finer]: 2022-09-10 04:19:24.777--ClientSession(1052097307)--Thread(Thread[main,5,main])--acquire unit of work: 526083806 [junit] [EL Finest]: 2022-09-10 04:19:24.777--UnitOfWork(526083806)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readReview" referenceClass=Review sql="SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID))") [junit] [EL Finest]: 2022-09-10 04:19:24.777--ServerSession(1526542158)--Connection(697548743)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.777--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.777--ServerSession(1526542158)--Connection(267762025)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID)) [junit] bind => [12] [junit] [EL Finest]: 2022-09-10 04:19:24.777--ServerSession(1526542158)--Connection(697548743)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:24.792--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1949437390 [junit] [EL Finer]: 2022-09-10 04:19:24.792--ClientSession(1949437390)--Thread(Thread[main,5,main])--acquire unit of work: 30100200 [junit] [EL Finest]: 2022-09-10 04:19:24.792--UnitOfWork(30100200)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11. [junit] [EL Finest]: 2022-09-10 04:19:24.793--UnitOfWork(30100200)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@230dd59. [junit] [EL Finest]: 2022-09-10 04:19:24.793--UnitOfWork(30100200)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@c. [junit] [EL Finest]: 2022-09-10 04:19:24.793--UnitOfWork(30100200)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@d. [junit] [EL Finer]: 2022-09-10 04:19:24.793--UnitOfWork(30100200)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:24.793--UnitOfWork(30100200)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2022-09-10 04:19:24.793--ServerSession(1526542158)--Connection(400702120)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.793--ClientSession(1949437390)--Connection(400702120)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:24.793--ClientSession(1949437390)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:24.794--UnitOfWork(30100200)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@230dd59) [junit] [EL Fine]: 2022-09-10 04:19:24.794--ClientSession(1949437390)--Connection(656511982)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, dep_17, 1] [junit] [EL Finest]: 2022-09-10 04:19:24.794--UnitOfWork(30100200)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@d) [junit] [EL Fine]: 2022-09-10 04:19:24.794--ClientSession(1949437390)--Connection(656511982)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [7, first, last, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Finest]: 2022-09-10 04:19:24.795--UnitOfWork(30100200)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@c) [junit] [EL Finer]: 2022-09-10 04:19:24.795--ClientSession(1949437390)--Connection(656511982)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.795--ClientSession(1949437390)--Connection(656511982)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.795--ClientSession(1949437390)--Connection(656511982)--Thread(Thread[main,5,main])-- bind => [13, 2005-09-13, bad day, 1, Review] [junit] [EL Fine]: 2022-09-10 04:19:24.795--ClientSession(1949437390)--Connection(656511982)--Thread(Thread[main,5,main])-- bind => [12, 2005-09-12, bad day, 1, Review] [junit] [EL Finer]: 2022-09-10 04:19:24.795--ClientSession(1949437390)--Connection(656511982)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:24.796--ClientSession(1949437390)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:24.796--ClientSession(1949437390)--Connection(656511982)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.796--ClientSession(1949437390)--Connection(656511982)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.796--ClientSession(1949437390)--Connection(656511982)--Thread(Thread[main,5,main])-- bind => [0, 13] [junit] [EL Fine]: 2022-09-10 04:19:24.796--ClientSession(1949437390)--Connection(656511982)--Thread(Thread[main,5,main])-- bind => [0, 12] [junit] [EL Finer]: 2022-09-10 04:19:24.796--ClientSession(1949437390)--Connection(656511982)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:24.797--ClientSession(1949437390)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:24.797--ClientSession(1949437390)--Connection(656511982)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.797--ClientSession(1949437390)--Connection(656511982)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.797--ClientSession(1949437390)--Connection(656511982)--Thread(Thread[main,5,main])-- bind => [12, 7] [junit] [EL Fine]: 2022-09-10 04:19:24.797--ClientSession(1949437390)--Connection(656511982)--Thread(Thread[main,5,main])-- bind => [13, 7] [junit] [EL Finer]: 2022-09-10 04:19:24.797--ClientSession(1949437390)--Connection(656511982)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:24.798--UnitOfWork(30100200)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:24.798--UnitOfWork(30100200)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.798--UnitOfWork(30100200)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.798--ClientSession(1949437390)--Connection(656511982)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:24.798--ServerSession(1526542158)--Connection(400702120)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.799--UnitOfWork(30100200)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.799--UnitOfWork(30100200)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.799--UnitOfWork(30100200)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.799--ClientSession(1949437390)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.799--UnitOfWork(30100200)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.799--ClientSession(1949437390)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:24.799--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2031737092 [junit] [EL Finer]: 2022-09-10 04:19:24.799--ClientSession(2031737092)--Thread(Thread[main,5,main])--acquire unit of work: 859476170 [junit] [EL Finest]: 2022-09-10 04:19:24.799--UnitOfWork(859476170)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readReview" referenceClass=Review sql="SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID))") [junit] [EL Finest]: 2022-09-10 04:19:24.799--ServerSession(1526542158)--Connection(37408513)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.799--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.799--ServerSession(1526542158)--Connection(1771217135)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID)) [junit] bind => [12] [junit] [EL Finest]: 2022-09-10 04:19:24.8--ServerSession(1526542158)--Connection(37408513)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.8--UnitOfWork(859476170)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.8--UnitOfWork(859476170)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2dfbde96 [junit] [EL Finest]: 2022-09-10 04:19:24.8--UnitOfWork(859476170)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2022-09-10 04:19:24.8--UnitOfWork(859476170)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.801--ServerSession(1526542158)--Connection(763993424)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.801--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.801--ServerSession(1526542158)--Connection(194443710)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [7, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.801--ServerSession(1526542158)--Connection(763993424)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.802--UnitOfWork(859476170)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="reviews" referenceClass=Review sql="SELECT t1.ID, t1.DTYPE, t2.REVIEW_ID, t1.REVIEWDATE, t1.TEXT, t2.SUCCESSRATE, t1.VERSION, t1.PATENT_YEAR, t1.PATENT_NAME FROM TMP_EMP_REVIEW t0, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID))") [junit] [EL Finest]: 2022-09-10 04:19:24.802--ServerSession(1526542158)--Connection(774069554)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.802--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.802--ServerSession(1526542158)--Connection(314841665)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t2.REVIEW_ID, t1.REVIEWDATE, t1.TEXT, t2.SUCCESSRATE, t1.VERSION, t1.PATENT_YEAR, t1.PATENT_NAME FROM TMP_EMP_REVIEW t0, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID)) [junit] bind => [7] [junit] [EL Finest]: 2022-09-10 04:19:24.802--ServerSession(1526542158)--Connection(774069554)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.803--UnitOfWork(859476170)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@c [junit] [EL Finest]: 2022-09-10 04:19:24.803--UnitOfWork(859476170)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@d [junit] [EL Finer]: 2022-09-10 04:19:24.803--UnitOfWork(859476170)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.803--ClientSession(2031737092)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:24.803--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1549259051 [junit] [EL Finer]: 2022-09-10 04:19:24.803--ClientSession(1549259051)--Thread(Thread[main,5,main])--acquire unit of work: 906232631 [junit] [EL Finest]: 2022-09-10 04:19:24.803--UnitOfWork(906232631)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.803--UnitOfWork(906232631)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2dfbde96 [junit] [EL Finest]: 2022-09-10 04:19:24.803--UnitOfWork(906232631)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2022-09-10 04:19:24.803--UnitOfWork(906232631)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.803--ServerSession(1526542158)--Connection(283585295)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.803--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.803--ServerSession(1526542158)--Connection(107777951)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [7, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.804--ServerSession(1526542158)--Connection(283585295)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.804--UnitOfWork(906232631)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="reviews" referenceClass=Review sql="SELECT t1.ID, t1.DTYPE, t2.REVIEW_ID, t1.REVIEWDATE, t1.TEXT, t2.SUCCESSRATE, t1.VERSION, t1.PATENT_YEAR, t1.PATENT_NAME FROM TMP_EMP_REVIEW t0, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID))") [junit] [EL Finest]: 2022-09-10 04:19:24.804--ServerSession(1526542158)--Connection(1770942985)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.804--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.804--ServerSession(1526542158)--Connection(192682192)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t2.REVIEW_ID, t1.REVIEWDATE, t1.TEXT, t2.SUCCESSRATE, t1.VERSION, t1.PATENT_YEAR, t1.PATENT_NAME FROM TMP_EMP_REVIEW t0, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID)) [junit] bind => [7] [junit] [EL Finest]: 2022-09-10 04:19:24.805--ServerSession(1526542158)--Connection(1770942985)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.805--UnitOfWork(906232631)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@c [junit] [EL Finest]: 2022-09-10 04:19:24.805--UnitOfWork(906232631)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@d [junit] [EL Finer]: 2022-09-10 04:19:24.805--UnitOfWork(906232631)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.805--ClientSession(1549259051)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:24.828--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1825268707 [junit] [EL Finer]: 2022-09-10 04:19:24.828--ClientSession(1825268707)--Thread(Thread[main,5,main])--acquire unit of work: 2142663175 [junit] [EL Finest]: 2022-09-10 04:19:24.828--UnitOfWork(2142663175)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11. [junit] [EL Finest]: 2022-09-10 04:19:24.828--UnitOfWork(2142663175)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@371a9b7e. [junit] [EL Finest]: 2022-09-10 04:19:24.828--UnitOfWork(2142663175)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@c. [junit] [EL Finest]: 2022-09-10 04:19:24.828--UnitOfWork(2142663175)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@d. [junit] [EL Finer]: 2022-09-10 04:19:24.828--UnitOfWork(2142663175)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:24.828--UnitOfWork(2142663175)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2022-09-10 04:19:24.829--ServerSession(1526542158)--Connection(1321391983)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.829--ClientSession(1825268707)--Connection(1321391983)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:24.829--ClientSession(1825268707)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:24.829--UnitOfWork(2142663175)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@371a9b7e) [junit] [EL Fine]: 2022-09-10 04:19:24.829--ClientSession(1825268707)--Connection(1054023103)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, dep_17, 1] [junit] [EL Finest]: 2022-09-10 04:19:24.83--UnitOfWork(2142663175)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@c) [junit] [EL Fine]: 2022-09-10 04:19:24.83--ClientSession(1825268707)--Connection(1054023103)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [7, first, last, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Finest]: 2022-09-10 04:19:24.83--UnitOfWork(2142663175)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@d) [junit] [EL Finer]: 2022-09-10 04:19:24.83--ClientSession(1825268707)--Connection(1054023103)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.83--ClientSession(1825268707)--Connection(1054023103)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.831--ClientSession(1825268707)--Connection(1054023103)--Thread(Thread[main,5,main])-- bind => [12, 2005-09-12, bad day, 1, Review] [junit] [EL Fine]: 2022-09-10 04:19:24.831--ClientSession(1825268707)--Connection(1054023103)--Thread(Thread[main,5,main])-- bind => [13, 2005-09-13, bad day, 1, Review] [junit] [EL Finer]: 2022-09-10 04:19:24.831--ClientSession(1825268707)--Connection(1054023103)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:24.831--ClientSession(1825268707)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:24.831--ClientSession(1825268707)--Connection(1054023103)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.831--ClientSession(1825268707)--Connection(1054023103)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.832--ClientSession(1825268707)--Connection(1054023103)--Thread(Thread[main,5,main])-- bind => [0, 12] [junit] [EL Fine]: 2022-09-10 04:19:24.832--ClientSession(1825268707)--Connection(1054023103)--Thread(Thread[main,5,main])-- bind => [0, 13] [junit] [EL Finer]: 2022-09-10 04:19:24.832--ClientSession(1825268707)--Connection(1054023103)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:24.832--ClientSession(1825268707)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:24.832--ClientSession(1825268707)--Connection(1054023103)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.832--ClientSession(1825268707)--Connection(1054023103)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.832--ClientSession(1825268707)--Connection(1054023103)--Thread(Thread[main,5,main])-- bind => [12, 7] [junit] [EL Fine]: 2022-09-10 04:19:24.832--ClientSession(1825268707)--Connection(1054023103)--Thread(Thread[main,5,main])-- bind => [13, 7] [junit] [EL Finer]: 2022-09-10 04:19:24.832--ClientSession(1825268707)--Connection(1054023103)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:24.833--UnitOfWork(2142663175)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:24.833--UnitOfWork(2142663175)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.833--UnitOfWork(2142663175)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.833--ClientSession(1825268707)--Connection(1054023103)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:24.834--ServerSession(1526542158)--Connection(1321391983)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.834--UnitOfWork(2142663175)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.834--UnitOfWork(2142663175)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.834--UnitOfWork(2142663175)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.834--ClientSession(1825268707)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.834--UnitOfWork(2142663175)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.834--ClientSession(1825268707)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:24.834--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 807620922 [junit] [EL Finer]: 2022-09-10 04:19:24.834--ClientSession(807620922)--Thread(Thread[main,5,main])--acquire unit of work: 563404045 [junit] [EL Finest]: 2022-09-10 04:19:24.834--UnitOfWork(563404045)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readReview" referenceClass=Review sql="SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID))") [junit] [EL Finest]: 2022-09-10 04:19:24.834--ServerSession(1526542158)--Connection(2068335142)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.834--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.835--ServerSession(1526542158)--Connection(1414424579)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID)) [junit] bind => [12] [junit] [EL Finest]: 2022-09-10 04:19:24.835--ServerSession(1526542158)--Connection(2068335142)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.835--UnitOfWork(563404045)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.835--UnitOfWork(563404045)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2dfbde96 [junit] [EL Finest]: 2022-09-10 04:19:24.836--UnitOfWork(563404045)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2022-09-10 04:19:24.836--UnitOfWork(563404045)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.836--ServerSession(1526542158)--Connection(1051558645)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.836--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.836--ServerSession(1526542158)--Connection(1364077225)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [7, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.837--ServerSession(1526542158)--Connection(1051558645)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.837--UnitOfWork(563404045)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="reviews" referenceClass=Review sql="SELECT t1.ID, t1.DTYPE, t2.REVIEW_ID, t1.REVIEWDATE, t1.TEXT, t2.SUCCESSRATE, t1.VERSION, t1.PATENT_YEAR, t1.PATENT_NAME FROM TMP_EMP_REVIEW t0, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID))") [junit] [EL Finest]: 2022-09-10 04:19:24.837--ServerSession(1526542158)--Connection(1370456969)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.837--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.837--ServerSession(1526542158)--Connection(1897197687)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t2.REVIEW_ID, t1.REVIEWDATE, t1.TEXT, t2.SUCCESSRATE, t1.VERSION, t1.PATENT_YEAR, t1.PATENT_NAME FROM TMP_EMP_REVIEW t0, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID)) [junit] bind => [7] [junit] [EL Finest]: 2022-09-10 04:19:24.838--ServerSession(1526542158)--Connection(1370456969)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.838--UnitOfWork(563404045)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@c [junit] [EL Finest]: 2022-09-10 04:19:24.838--UnitOfWork(563404045)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@d [junit] [EL Finer]: 2022-09-10 04:19:24.838--UnitOfWork(563404045)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.838--ClientSession(807620922)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:24.838--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 950285976 [junit] [EL Finer]: 2022-09-10 04:19:24.838--ClientSession(950285976)--Thread(Thread[main,5,main])--acquire unit of work: 889454050 [junit] [EL Finest]: 2022-09-10 04:19:24.838--UnitOfWork(889454050)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.838--UnitOfWork(889454050)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2dfbde96 [junit] [EL Finest]: 2022-09-10 04:19:24.838--UnitOfWork(889454050)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2022-09-10 04:19:24.838--UnitOfWork(889454050)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.838--ServerSession(1526542158)--Connection(1925939881)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.838--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.839--ServerSession(1526542158)--Connection(1485671935)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [7, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.839--ServerSession(1526542158)--Connection(1925939881)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:24.842--UnitOfWork(889454050)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.842--ClientSession(950285976)--Thread(Thread[main,5,main])--client released [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.15 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestList [junit] [EL Finer]: 2022-09-10 04:19:24.866--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2019277295 [junit] [EL Finer]: 2022-09-10 04:19:24.866--ClientSession(2019277295)--Thread(Thread[main,5,main])--acquire unit of work: 1430988090 [junit] [EL Finest]: 2022-09-10 04:19:24.866--UnitOfWork(1430988090)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:19:24.866--UnitOfWork(1430988090)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@f382f3c. [junit] [EL Finest]: 2022-09-10 04:19:24.866--UnitOfWork(1430988090)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2a897bf5. [junit] [EL Finer]: 2022-09-10 04:19:24.866--UnitOfWork(1430988090)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:24.866--UnitOfWork(1430988090)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:19:24.866--ServerSession(1526542158)--Connection(567516111)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.867--ClientSession(2019277295)--Connection(567516111)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:24.867--ClientSession(2019277295)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:24.867--UnitOfWork(1430988090)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2a897bf5) [junit] [EL Fine]: 2022-09-10 04:19:24.867--ClientSession(2019277295)--Connection(946213423)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, Public Relations, 1] [junit] [EL Finest]: 2022-09-10 04:19:24.868--UnitOfWork(1430988090)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@f382f3c) [junit] [EL Finer]: 2022-09-10 04:19:24.868--ClientSession(2019277295)--Connection(946213423)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.868--ClientSession(2019277295)--Connection(946213423)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.868--ClientSession(2019277295)--Connection(946213423)--Thread(Thread[main,5,main])-- bind => [44, Sabine, Leutheusser-Schnarrenberger, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:24.868--ClientSession(2019277295)--Connection(946213423)--Thread(Thread[main,5,main])-- bind => [43, Doris, Schröder-Köpf, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:24.868--ClientSession(2019277295)--Connection(946213423)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:24.869--ClientSession(2019277295)--Connection(946213423)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:24.87--ServerSession(1526542158)--Connection(567516111)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.87--UnitOfWork(1430988090)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.87--UnitOfWork(1430988090)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.87--UnitOfWork(1430988090)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.871--ClientSession(2019277295)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.871--UnitOfWork(1430988090)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.871--ClientSession(2019277295)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:24.871--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1511047938 [junit] [EL Finer]: 2022-09-10 04:19:24.871--ClientSession(1511047938)--Thread(Thread[main,5,main])--acquire unit of work: 1143337713 [junit] [EL Finest]: 2022-09-10 04:19:24.871--UnitOfWork(1143337713)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.871--UnitOfWork(1143337713)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6061a413 [junit] [EL Finest]: 2022-09-10 04:19:24.871--UnitOfWork(1143337713)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:19:24.871--UnitOfWork(1143337713)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.871--ServerSession(1526542158)--Connection(134148013)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.871--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.872--ServerSession(1526542158)--Connection(1783796349)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [43, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.872--ServerSession(1526542158)--Connection(134148013)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.873--UnitOfWork(1143337713)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.873--UnitOfWork(1143337713)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@60618e53 [junit] [EL Finest]: 2022-09-10 04:19:24.873--UnitOfWork(1143337713)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:19:24.873--UnitOfWork(1143337713)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.873--ServerSession(1526542158)--Connection(1908550070)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.873--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.873--ServerSession(1526542158)--Connection(1964484277)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [44, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.874--ServerSession(1526542158)--Connection(1908550070)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.874--UnitOfWork(1143337713)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course@16fc5b23. [junit] [EL Finest]: 2022-09-10 04:19:24.874--ServerSession(1526542158)--Connection(1586914631)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.874--ClientSession(1511047938)--Connection(1586914631)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:24.874--ClientSession(1511047938)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:24.875--ClientSession(1511047938)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="CourseGenerator" sql="UPDATE TMP_COURSE_GEN SET MAX_ID = MAX_ID + #PREALLOC_SIZE WHERE BEAN_NAME = #BEAN_NAME") [junit] [EL Finest]: 2022-09-10 04:19:24.875--ClientSession(1511047938)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="CourseGenerator" sql="SELECT MAX_ID FROM TMP_COURSE_GEN WHERE BEAN_NAME = #BEAN_NAME") [junit] [EL Fine]: 2022-09-10 04:19:24.875--ClientSession(1511047938)--Connection(46715370)--Thread(Thread[main,5,main])--UPDATE TMP_COURSE_GEN SET MAX_ID = MAX_ID + ? WHERE BEAN_NAME = ? [junit] bind => [50, CourseGenerator] [junit] [EL Fine]: 2022-09-10 04:19:24.875--ClientSession(1511047938)--Connection(46715370)--Thread(Thread[main,5,main])--SELECT MAX_ID FROM TMP_COURSE_GEN WHERE BEAN_NAME = ? [junit] bind => [CourseGenerator] [junit] [EL Finest]: 2022-09-10 04:19:24.876--ClientSession(1511047938)--Connection(46715370)--Thread(Thread[main,5,main])--local sequencing preallocation for CourseGenerator: objects: 50 , first: 1, last: 50 [junit] [EL Finer]: 2022-09-10 04:19:24.876--ClientSession(1511047938)--Connection(46715370)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:24.877--ServerSession(1526542158)--Connection(46715370)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2022-09-10 04:19:24.877--ServerSession(1526542158)--Connection(1586914631)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:19:24.877--UnitOfWork(1143337713)--Thread(Thread[main,5,main])--assign sequence to the object (1 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course@16fc5b23) [junit] [EL Finest]: 2022-09-10 04:19:24.877--UnitOfWork(1143337713)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material@125c6004. [junit] [EL Finest]: 2022-09-10 04:19:24.877--UnitOfWork(1143337713)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.877--UnitOfWork(1143337713)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:24.877--UnitOfWork(1143337713)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:24.878--UnitOfWork(1143337713)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material@125c6004) [junit] [EL Finest]: 2022-09-10 04:19:24.878--ServerSession(1526542158)--Connection(2070709636)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.878--ClientSession(1511047938)--Connection(2070709636)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:24.878--ClientSession(1511047938)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:24.878--UnitOfWork(1143337713)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course@16fc5b23) [junit] [EL Fine]: 2022-09-10 04:19:24.878--ClientSession(1511047938)--Connection(1240496622)--Thread(Thread[main,5,main])--INSERT INTO TMP_MATERIAL (COURSE_ID, DATA) VALUES (?, ?) [junit] bind => [1, null] [junit] [EL Finest]: 2022-09-10 04:19:24.879--ClientSession(1511047938)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="attendees" ) [junit] [EL Fine]: 2022-09-10 04:19:24.879--ClientSession(1511047938)--Connection(1240496622)--Thread(Thread[main,5,main])--INSERT INTO TMP_COURSE (COURSE_ID) VALUES (?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:24.88--ClientSession(1511047938)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="attendees" sql="INSERT INTO TMP_COURSE_EMP (EMP_ID, COURSE_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:24.88--ClientSession(1511047938)--Connection(1240496622)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.88--ClientSession(1511047938)--Connection(1240496622)--Thread(Thread[main,5,main])--INSERT INTO TMP_COURSE_EMP (EMP_ID, COURSE_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.88--ClientSession(1511047938)--Connection(1240496622)--Thread(Thread[main,5,main])-- bind => [43, 1] [junit] [EL Fine]: 2022-09-10 04:19:24.88--ClientSession(1511047938)--Connection(1240496622)--Thread(Thread[main,5,main])-- bind => [44, 1] [junit] [EL Finer]: 2022-09-10 04:19:24.88--ClientSession(1511047938)--Connection(1240496622)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:24.88--ClientSession(1511047938)--Connection(1240496622)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:24.881--ServerSession(1526542158)--Connection(2070709636)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.881--UnitOfWork(1143337713)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.881--UnitOfWork(1143337713)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.881--UnitOfWork(1143337713)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.882--ClientSession(1511047938)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.882--UnitOfWork(1143337713)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.882--ClientSession(1511047938)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:24.882--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1019751971 [junit] [EL Finer]: 2022-09-10 04:19:24.882--ClientSession(1019751971)--Thread(Thread[main,5,main])--acquire unit of work: 88275467 [junit] [EL Finest]: 2022-09-10 04:19:24.882--UnitOfWork(88275467)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCourse" referenceClass=Course sql="SELECT COURSE_ID FROM TMP_COURSE WHERE (COURSE_ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.882--ServerSession(1526542158)--Connection(1654013872)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.882--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.882--ServerSession(1526542158)--Connection(1087469980)--Thread(Thread[main,5,main])--SELECT COURSE_ID FROM TMP_COURSE WHERE (COURSE_ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:24.883--ServerSession(1526542158)--Connection(1654013872)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.884--UnitOfWork(88275467)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="material" referenceClass=Material ) [junit] [EL Finest]: 2022-09-10 04:19:24.884--ServerSession(1526542158)--Connection(224802636)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.884--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.884--ServerSession(1526542158)--Connection(1641953523)--Thread(Thread[main,5,main])--SELECT COURSE_ID, DATA FROM TMP_MATERIAL WHERE (COURSE_ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:24.885--ServerSession(1526542158)--Connection(224802636)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.885--UnitOfWork(88275467)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="course" referenceClass=Course ) [junit] [EL Finest]: 2022-09-10 04:19:24.886--UnitOfWork(88275467)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="attendees" referenceClass=Employee sql="SELECT t0.ID, t0.FIRSTNAME, t0.LASTNAME, t0.SALARY, t0.EMP_END, t0.EMP_START, t0.COSTCENTER, t0.DEPARTMENT, t0.BROKERAGE_ACCOUNT, t0.CUBICLE_FLOOR, t0.CUBICLE_PLACE, t0.SAMPLE_ACCOUNT, t0.PROFILE_GUID FROM TMP_EMP t0, TMP_COURSE_EMP t1 WHERE ((t1.COURSE_ID = ?) AND (t0.ID = t1.EMP_ID)) ORDER BY t0.LASTNAME ASC") [junit] [EL Finest]: 2022-09-10 04:19:24.886--ServerSession(1526542158)--Connection(1444648847)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.886--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.886--ServerSession(1526542158)--Connection(1671798874)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.FIRSTNAME, t0.LASTNAME, t0.SALARY, t0.EMP_END, t0.EMP_START, t0.COSTCENTER, t0.DEPARTMENT, t0.BROKERAGE_ACCOUNT, t0.CUBICLE_FLOOR, t0.CUBICLE_PLACE, t0.SAMPLE_ACCOUNT, t0.PROFILE_GUID FROM TMP_EMP t0, TMP_COURSE_EMP t1 WHERE ((t1.COURSE_ID = ?) AND (t0.ID = t1.EMP_ID)) ORDER BY t0.LASTNAME ASC [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:24.887--ServerSession(1526542158)--Connection(1444648847)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.887--UnitOfWork(88275467)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:19:24.887--UnitOfWork(88275467)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.887--ServerSession(1526542158)--Connection(1515241771)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.887--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.887--ServerSession(1526542158)--Connection(1357942511)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [44, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.888--ServerSession(1526542158)--Connection(1515241771)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.888--UnitOfWork(88275467)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:19:24.888--UnitOfWork(88275467)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.888--ServerSession(1526542158)--Connection(1478359091)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.888--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.889--ServerSession(1526542158)--Connection(486524571)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [43, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.889--ServerSession(1526542158)--Connection(1478359091)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:24.889--UnitOfWork(88275467)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.89--UnitOfWork(88275467)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.89--UnitOfWork(88275467)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.89--UnitOfWork(88275467)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.89--ClientSession(1019751971)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.89--UnitOfWork(88275467)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.89--ClientSession(1019751971)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:24.904--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 353416745 [junit] [EL Finer]: 2022-09-10 04:19:24.904--ClientSession(353416745)--Thread(Thread[main,5,main])--acquire unit of work: 1500446400 [junit] [EL Finest]: 2022-09-10 04:19:24.904--UnitOfWork(1500446400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:19:24.904--UnitOfWork(1500446400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@73de872d. [junit] [EL Finest]: 2022-09-10 04:19:24.905--UnitOfWork(1500446400)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@63efd681. [junit] [EL Finer]: 2022-09-10 04:19:24.905--UnitOfWork(1500446400)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:24.905--UnitOfWork(1500446400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:19:24.905--ServerSession(1526542158)--Connection(561458287)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.905--ClientSession(353416745)--Connection(561458287)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:24.905--ClientSession(353416745)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:24.905--UnitOfWork(1500446400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@63efd681) [junit] [EL Fine]: 2022-09-10 04:19:24.906--ClientSession(353416745)--Connection(558377791)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, Public Relations, 1] [junit] [EL Finest]: 2022-09-10 04:19:24.906--UnitOfWork(1500446400)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@73de872d) [junit] [EL Finer]: 2022-09-10 04:19:24.906--ClientSession(353416745)--Connection(558377791)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.906--ClientSession(353416745)--Connection(558377791)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.906--ClientSession(353416745)--Connection(558377791)--Thread(Thread[main,5,main])-- bind => [44, Sabine, Leutheusser-Schnarrenberger, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:24.906--ClientSession(353416745)--Connection(558377791)--Thread(Thread[main,5,main])-- bind => [43, Doris, Schröder-Köpf, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:24.906--ClientSession(353416745)--Connection(558377791)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:24.907--ClientSession(353416745)--Connection(558377791)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:24.908--ServerSession(1526542158)--Connection(561458287)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.908--UnitOfWork(1500446400)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.908--UnitOfWork(1500446400)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.908--UnitOfWork(1500446400)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.908--ClientSession(353416745)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.908--UnitOfWork(1500446400)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.908--ClientSession(353416745)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:24.908--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1880917920 [junit] [EL Finer]: 2022-09-10 04:19:24.908--ClientSession(1880917920)--Thread(Thread[main,5,main])--acquire unit of work: 1090740337 [junit] [EL Finest]: 2022-09-10 04:19:24.909--UnitOfWork(1090740337)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.909--UnitOfWork(1090740337)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6061a413 [junit] [EL Finest]: 2022-09-10 04:19:24.909--UnitOfWork(1090740337)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:19:24.909--UnitOfWork(1090740337)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.909--ServerSession(1526542158)--Connection(998272787)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.909--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.909--ServerSession(1526542158)--Connection(1633321210)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [43, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.91--ServerSession(1526542158)--Connection(998272787)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.91--UnitOfWork(1090740337)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.91--UnitOfWork(1090740337)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@60618e53 [junit] [EL Finest]: 2022-09-10 04:19:24.91--UnitOfWork(1090740337)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:19:24.91--UnitOfWork(1090740337)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.91--ServerSession(1526542158)--Connection(205388857)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.91--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.91--ServerSession(1526542158)--Connection(930489321)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [44, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.911--ServerSession(1526542158)--Connection(205388857)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.911--UnitOfWork(1090740337)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course@6ccfdead. [junit] [EL Finest]: 2022-09-10 04:19:24.911--UnitOfWork(1090740337)--Thread(Thread[main,5,main])--assign sequence to the object (2 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course@6ccfdead) [junit] [EL Finest]: 2022-09-10 04:19:24.911--UnitOfWork(1090740337)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material@6a20c1b6. [junit] [EL Finer]: 2022-09-10 04:19:24.911--UnitOfWork(1090740337)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:24.912--UnitOfWork(1090740337)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material@6a20c1b6) [junit] [EL Finest]: 2022-09-10 04:19:24.912--ServerSession(1526542158)--Connection(506762774)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.912--ClientSession(1880917920)--Connection(506762774)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:24.912--ClientSession(1880917920)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:24.912--UnitOfWork(1090740337)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course@6ccfdead) [junit] [EL Fine]: 2022-09-10 04:19:24.913--ClientSession(1880917920)--Connection(2016226857)--Thread(Thread[main,5,main])--INSERT INTO TMP_MATERIAL (COURSE_ID, DATA) VALUES (?, ?) [junit] bind => [2, null] [junit] [EL Finest]: 2022-09-10 04:19:24.913--ClientSession(1880917920)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="attendees" sql="INSERT INTO TMP_COURSE_EMP (EMP_ID, COURSE_ID) VALUES (?, ?)") [junit] [EL Fine]: 2022-09-10 04:19:24.913--ClientSession(1880917920)--Connection(2016226857)--Thread(Thread[main,5,main])--INSERT INTO TMP_COURSE (COURSE_ID) VALUES (?) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:19:24.914--ClientSession(1880917920)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="attendees" sql="INSERT INTO TMP_COURSE_EMP (EMP_ID, COURSE_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:24.914--ClientSession(1880917920)--Connection(2016226857)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.914--ClientSession(1880917920)--Connection(2016226857)--Thread(Thread[main,5,main])--INSERT INTO TMP_COURSE_EMP (EMP_ID, COURSE_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.914--ClientSession(1880917920)--Connection(2016226857)--Thread(Thread[main,5,main])-- bind => [43, 2] [junit] [EL Fine]: 2022-09-10 04:19:24.914--ClientSession(1880917920)--Connection(2016226857)--Thread(Thread[main,5,main])-- bind => [44, 2] [junit] [EL Finer]: 2022-09-10 04:19:24.914--ClientSession(1880917920)--Connection(2016226857)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:24.914--ClientSession(1880917920)--Connection(2016226857)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:24.915--ServerSession(1526542158)--Connection(506762774)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.915--UnitOfWork(1090740337)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.915--UnitOfWork(1090740337)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.915--UnitOfWork(1090740337)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.915--ClientSession(1880917920)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.915--UnitOfWork(1090740337)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.915--ClientSession(1880917920)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:24.915--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 513132810 [junit] [EL Finer]: 2022-09-10 04:19:24.915--ClientSession(513132810)--Thread(Thread[main,5,main])--acquire unit of work: 343719818 [junit] [EL Finest]: 2022-09-10 04:19:24.915--UnitOfWork(343719818)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCourse" referenceClass=Course sql="SELECT COURSE_ID FROM TMP_COURSE WHERE (COURSE_ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.915--ServerSession(1526542158)--Connection(933561624)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.915--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.915--ServerSession(1526542158)--Connection(296391385)--Thread(Thread[main,5,main])--SELECT COURSE_ID FROM TMP_COURSE WHERE (COURSE_ID = ?) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:19:24.916--ServerSession(1526542158)--Connection(933561624)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.916--UnitOfWork(343719818)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="material" referenceClass=Material ) [junit] [EL Finest]: 2022-09-10 04:19:24.916--ServerSession(1526542158)--Connection(182293150)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.916--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.916--ServerSession(1526542158)--Connection(354864006)--Thread(Thread[main,5,main])--SELECT COURSE_ID, DATA FROM TMP_MATERIAL WHERE (COURSE_ID = ?) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:19:24.917--ServerSession(1526542158)--Connection(182293150)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.917--UnitOfWork(343719818)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="course" referenceClass=Course ) [junit] [EL Finest]: 2022-09-10 04:19:24.917--UnitOfWork(343719818)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="attendees" referenceClass=Employee sql="SELECT t0.ID, t0.FIRSTNAME, t0.LASTNAME, t0.SALARY, t0.EMP_END, t0.EMP_START, t0.COSTCENTER, t0.DEPARTMENT, t0.BROKERAGE_ACCOUNT, t0.CUBICLE_FLOOR, t0.CUBICLE_PLACE, t0.SAMPLE_ACCOUNT, t0.PROFILE_GUID FROM TMP_EMP t0, TMP_COURSE_EMP t1 WHERE ((t1.COURSE_ID = ?) AND (t0.ID = t1.EMP_ID)) ORDER BY t0.LASTNAME ASC") [junit] [EL Finest]: 2022-09-10 04:19:24.917--ServerSession(1526542158)--Connection(1574535094)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.917--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.917--ServerSession(1526542158)--Connection(1216999539)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.FIRSTNAME, t0.LASTNAME, t0.SALARY, t0.EMP_END, t0.EMP_START, t0.COSTCENTER, t0.DEPARTMENT, t0.BROKERAGE_ACCOUNT, t0.CUBICLE_FLOOR, t0.CUBICLE_PLACE, t0.SAMPLE_ACCOUNT, t0.PROFILE_GUID FROM TMP_EMP t0, TMP_COURSE_EMP t1 WHERE ((t1.COURSE_ID = ?) AND (t0.ID = t1.EMP_ID)) ORDER BY t0.LASTNAME ASC [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:19:24.918--ServerSession(1526542158)--Connection(1574535094)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.918--UnitOfWork(343719818)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:19:24.918--UnitOfWork(343719818)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.918--ServerSession(1526542158)--Connection(379351559)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.918--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.918--ServerSession(1526542158)--Connection(845618138)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [44, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.919--ServerSession(1526542158)--Connection(379351559)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.919--UnitOfWork(343719818)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:19:24.919--UnitOfWork(343719818)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.919--ServerSession(1526542158)--Connection(555582297)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.919--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.919--ServerSession(1526542158)--Connection(788499396)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [43, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.92--ServerSession(1526542158)--Connection(555582297)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:24.934--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1868221129 [junit] [EL Finer]: 2022-09-10 04:19:24.934--ClientSession(1868221129)--Thread(Thread[main,5,main])--acquire unit of work: 69024767 [junit] [EL Finest]: 2022-09-10 04:19:24.934--UnitOfWork(69024767)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:19:24.935--UnitOfWork(69024767)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@100b3bf3. [junit] [EL Finest]: 2022-09-10 04:19:24.935--UnitOfWork(69024767)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@29bea7b9. [junit] [EL Finer]: 2022-09-10 04:19:24.935--UnitOfWork(69024767)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:24.935--UnitOfWork(69024767)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:19:24.935--ServerSession(1526542158)--Connection(1549479936)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.935--ClientSession(1868221129)--Connection(1549479936)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:24.935--ClientSession(1868221129)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:24.935--UnitOfWork(69024767)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@100b3bf3) [junit] [EL Fine]: 2022-09-10 04:19:24.936--ClientSession(1868221129)--Connection(362710026)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, Public Relations, 1] [junit] [EL Finest]: 2022-09-10 04:19:24.936--UnitOfWork(69024767)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@29bea7b9) [junit] [EL Finer]: 2022-09-10 04:19:24.936--ClientSession(1868221129)--Connection(362710026)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.936--ClientSession(1868221129)--Connection(362710026)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.936--ClientSession(1868221129)--Connection(362710026)--Thread(Thread[main,5,main])-- bind => [43, Doris, Schröder-Köpf, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:24.936--ClientSession(1868221129)--Connection(362710026)--Thread(Thread[main,5,main])-- bind => [44, Sabine, Leutheusser-Schnarrenberger, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:24.936--ClientSession(1868221129)--Connection(362710026)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:24.937--ClientSession(1868221129)--Connection(362710026)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:24.938--ServerSession(1526542158)--Connection(1549479936)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.938--UnitOfWork(69024767)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.938--UnitOfWork(69024767)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.938--UnitOfWork(69024767)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.938--ClientSession(1868221129)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.938--UnitOfWork(69024767)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.938--ClientSession(1868221129)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:24.938--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1986311447 [junit] [EL Finer]: 2022-09-10 04:19:24.938--ClientSession(1986311447)--Thread(Thread[main,5,main])--acquire unit of work: 1433757097 [junit] [EL Finest]: 2022-09-10 04:19:24.938--UnitOfWork(1433757097)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.938--UnitOfWork(1433757097)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6061a413 [junit] [EL Finest]: 2022-09-10 04:19:24.939--UnitOfWork(1433757097)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:19:24.939--UnitOfWork(1433757097)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.939--ServerSession(1526542158)--Connection(474716280)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.939--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.939--ServerSession(1526542158)--Connection(1651375733)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [43, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.94--ServerSession(1526542158)--Connection(474716280)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.94--UnitOfWork(1433757097)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.94--UnitOfWork(1433757097)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@60618e53 [junit] [EL Finest]: 2022-09-10 04:19:24.94--UnitOfWork(1433757097)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:19:24.94--UnitOfWork(1433757097)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.94--ServerSession(1526542158)--Connection(1945687783)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.94--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.94--ServerSession(1526542158)--Connection(1411718690)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [44, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.941--ServerSession(1526542158)--Connection(1945687783)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.941--UnitOfWork(1433757097)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course@67aeb1f4. [junit] [EL Finest]: 2022-09-10 04:19:24.941--UnitOfWork(1433757097)--Thread(Thread[main,5,main])--assign sequence to the object (3 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course@67aeb1f4) [junit] [EL Finest]: 2022-09-10 04:19:24.941--UnitOfWork(1433757097)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material@1b86672d. [junit] [EL Finer]: 2022-09-10 04:19:24.942--UnitOfWork(1433757097)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:24.942--UnitOfWork(1433757097)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material@1b86672d) [junit] [EL Finest]: 2022-09-10 04:19:24.942--ServerSession(1526542158)--Connection(1420413752)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.942--ClientSession(1986311447)--Connection(1420413752)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:24.942--ClientSession(1986311447)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:24.943--UnitOfWork(1433757097)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course@67aeb1f4) [junit] [EL Fine]: 2022-09-10 04:19:24.943--ClientSession(1986311447)--Connection(925961827)--Thread(Thread[main,5,main])--INSERT INTO TMP_MATERIAL (COURSE_ID, DATA) VALUES (?, ?) [junit] bind => [3, null] [junit] [EL Finest]: 2022-09-10 04:19:24.943--ClientSession(1986311447)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="attendees" sql="INSERT INTO TMP_COURSE_EMP (EMP_ID, COURSE_ID) VALUES (?, ?)") [junit] [EL Fine]: 2022-09-10 04:19:24.943--ClientSession(1986311447)--Connection(925961827)--Thread(Thread[main,5,main])--INSERT INTO TMP_COURSE (COURSE_ID) VALUES (?) [junit] bind => [3] [junit] [EL Finest]: 2022-09-10 04:19:24.944--ClientSession(1986311447)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="attendees" sql="INSERT INTO TMP_COURSE_EMP (EMP_ID, COURSE_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:24.944--ClientSession(1986311447)--Connection(925961827)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.944--ClientSession(1986311447)--Connection(925961827)--Thread(Thread[main,5,main])--INSERT INTO TMP_COURSE_EMP (EMP_ID, COURSE_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.944--ClientSession(1986311447)--Connection(925961827)--Thread(Thread[main,5,main])-- bind => [43, 3] [junit] [EL Fine]: 2022-09-10 04:19:24.944--ClientSession(1986311447)--Connection(925961827)--Thread(Thread[main,5,main])-- bind => [44, 3] [junit] [EL Finer]: 2022-09-10 04:19:24.944--ClientSession(1986311447)--Connection(925961827)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:24.944--ClientSession(1986311447)--Connection(925961827)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:24.945--ServerSession(1526542158)--Connection(1420413752)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.945--UnitOfWork(1433757097)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.945--UnitOfWork(1433757097)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.945--UnitOfWork(1433757097)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.945--ClientSession(1986311447)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.945--UnitOfWork(1433757097)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.945--ClientSession(1986311447)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:24.945--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 695286239 [junit] [EL Finer]: 2022-09-10 04:19:24.945--ClientSession(695286239)--Thread(Thread[main,5,main])--acquire unit of work: 2024788794 [junit] [EL Finest]: 2022-09-10 04:19:24.945--UnitOfWork(2024788794)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course@67aeb1f4 [junit] [EL Finest]: 2022-09-10 04:19:24.945--UnitOfWork(2024788794)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Course ) [junit] [EL Finest]: 2022-09-10 04:19:24.945--ServerSession(1526542158)--Connection(1216300296)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.946--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.946--ServerSession(1526542158)--Connection(1054412153)--Thread(Thread[main,5,main])--SELECT COURSE_ID FROM TMP_COURSE WHERE (COURSE_ID = ?) [junit] bind => [3] [junit] [EL Finest]: 2022-09-10 04:19:24.946--ServerSession(1526542158)--Connection(1216300296)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.946--UnitOfWork(2024788794)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="material" referenceClass=Material ) [junit] [EL Finest]: 2022-09-10 04:19:24.946--ServerSession(1526542158)--Connection(1557619120)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.946--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.946--ServerSession(1526542158)--Connection(1897471250)--Thread(Thread[main,5,main])--SELECT COURSE_ID, DATA FROM TMP_MATERIAL WHERE (COURSE_ID = ?) [junit] bind => [3] [junit] [EL Finest]: 2022-09-10 04:19:24.947--ServerSession(1526542158)--Connection(1557619120)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.947--UnitOfWork(2024788794)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="course" referenceClass=Course ) [junit] [EL Finest]: 2022-09-10 04:19:24.947--UnitOfWork(2024788794)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="attendees" referenceClass=Employee sql="SELECT t0.ID, t0.FIRSTNAME, t0.LASTNAME, t0.SALARY, t0.EMP_END, t0.EMP_START, t0.COSTCENTER, t0.DEPARTMENT, t0.BROKERAGE_ACCOUNT, t0.CUBICLE_FLOOR, t0.CUBICLE_PLACE, t0.SAMPLE_ACCOUNT, t0.PROFILE_GUID FROM TMP_EMP t0, TMP_COURSE_EMP t1 WHERE ((t1.COURSE_ID = ?) AND (t0.ID = t1.EMP_ID)) ORDER BY t0.LASTNAME ASC") [junit] [EL Finest]: 2022-09-10 04:19:24.947--ServerSession(1526542158)--Connection(932833192)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.947--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.947--ServerSession(1526542158)--Connection(1380300256)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.FIRSTNAME, t0.LASTNAME, t0.SALARY, t0.EMP_END, t0.EMP_START, t0.COSTCENTER, t0.DEPARTMENT, t0.BROKERAGE_ACCOUNT, t0.CUBICLE_FLOOR, t0.CUBICLE_PLACE, t0.SAMPLE_ACCOUNT, t0.PROFILE_GUID FROM TMP_EMP t0, TMP_COURSE_EMP t1 WHERE ((t1.COURSE_ID = ?) AND (t0.ID = t1.EMP_ID)) ORDER BY t0.LASTNAME ASC [junit] bind => [3] [junit] [EL Finest]: 2022-09-10 04:19:24.948--ServerSession(1526542158)--Connection(932833192)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.948--UnitOfWork(2024788794)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:19:24.948--UnitOfWork(2024788794)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.948--ServerSession(1526542158)--Connection(226727580)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.948--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.949--ServerSession(1526542158)--Connection(2119671002)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [44, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.949--ServerSession(1526542158)--Connection(226727580)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.949--UnitOfWork(2024788794)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:19:24.949--UnitOfWork(2024788794)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.949--ServerSession(1526542158)--Connection(2015104853)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.949--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.95--ServerSession(1526542158)--Connection(1955937711)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [43, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.95--ServerSession(1526542158)--Connection(2015104853)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.951--UnitOfWork(2024788794)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course@2a13034e [junit] [EL Finer]: 2022-09-10 04:19:24.951--UnitOfWork(2024788794)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:24.951--UnitOfWork(2024788794)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Course ) [junit] [EL Finest]: 2022-09-10 04:19:24.951--UnitOfWork(2024788794)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="attendees" ) [junit] [EL Finest]: 2022-09-10 04:19:24.951--ServerSession(1526542158)--Connection(741793339)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.951--ClientSession(695286239)--Connection(741793339)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:24.951--ClientSession(695286239)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:24.952--UnitOfWork(2024788794)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course@2a13034e) [junit] [EL Finest]: 2022-09-10 04:19:24.952--UnitOfWork(2024788794)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course@2a13034e) [junit] [EL Fine]: 2022-09-10 04:19:24.952--ClientSession(695286239)--Connection(156136166)--Thread(Thread[main,5,main])--DELETE FROM TMP_COURSE_EMP WHERE (COURSE_ID = ?) [junit] bind => [3] [junit] [EL Fine]: 2022-09-10 04:19:24.952--ClientSession(695286239)--Connection(156136166)--Thread(Thread[main,5,main])--DELETE FROM TMP_COURSE WHERE (COURSE_ID = ?) [junit] bind => [3] [junit] [EL Finer]: 2022-09-10 04:19:24.953--ClientSession(695286239)--Connection(156136166)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:24.953--ServerSession(1526542158)--Connection(741793339)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.953--UnitOfWork(2024788794)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.953--UnitOfWork(2024788794)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.954--UnitOfWork(2024788794)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.954--ClientSession(695286239)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.954--UnitOfWork(2024788794)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.954--ClientSession(695286239)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:24.954--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1247544012 [junit] [EL Finer]: 2022-09-10 04:19:24.954--ClientSession(1247544012)--Thread(Thread[main,5,main])--acquire unit of work: 1168196181 [junit] [EL Finest]: 2022-09-10 04:19:24.954--UnitOfWork(1168196181)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCourse" referenceClass=Course sql="SELECT COURSE_ID FROM TMP_COURSE WHERE (COURSE_ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.954--ServerSession(1526542158)--Connection(1044176458)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.954--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.954--ServerSession(1526542158)--Connection(602143188)--Thread(Thread[main,5,main])--SELECT COURSE_ID FROM TMP_COURSE WHERE (COURSE_ID = ?) [junit] bind => [3] [junit] [EL Finest]: 2022-09-10 04:19:24.962--ServerSession(1526542158)--Connection(1044176458)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:24.976--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 258816026 [junit] [EL Finer]: 2022-09-10 04:19:24.976--ClientSession(258816026)--Thread(Thread[main,5,main])--acquire unit of work: 1610103216 [junit] [EL Finest]: 2022-09-10 04:19:24.976--UnitOfWork(1610103216)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:19:24.976--UnitOfWork(1610103216)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2e60f647. [junit] [EL Finest]: 2022-09-10 04:19:24.977--UnitOfWork(1610103216)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@48aba679. [junit] [EL Finer]: 2022-09-10 04:19:24.977--UnitOfWork(1610103216)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:24.977--UnitOfWork(1610103216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:19:24.977--ServerSession(1526542158)--Connection(1506103485)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.977--ClientSession(258816026)--Connection(1506103485)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:24.977--ClientSession(258816026)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:24.977--UnitOfWork(1610103216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2e60f647) [junit] [EL Fine]: 2022-09-10 04:19:24.978--ClientSession(258816026)--Connection(235523067)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, Public Relations, 1] [junit] [EL Finest]: 2022-09-10 04:19:24.978--UnitOfWork(1610103216)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@48aba679) [junit] [EL Finer]: 2022-09-10 04:19:24.978--ClientSession(258816026)--Connection(235523067)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.978--ClientSession(258816026)--Connection(235523067)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.978--ClientSession(258816026)--Connection(235523067)--Thread(Thread[main,5,main])-- bind => [43, Doris, Schröder-Köpf, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:24.978--ClientSession(258816026)--Connection(235523067)--Thread(Thread[main,5,main])-- bind => [44, Sabine, Leutheusser-Schnarrenberger, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:24.978--ClientSession(258816026)--Connection(235523067)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:24.979--ClientSession(258816026)--Connection(235523067)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:24.98--ServerSession(1526542158)--Connection(1506103485)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.98--UnitOfWork(1610103216)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.98--UnitOfWork(1610103216)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.98--UnitOfWork(1610103216)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.98--ClientSession(258816026)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.98--UnitOfWork(1610103216)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.98--ClientSession(258816026)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:24.98--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1816831962 [junit] [EL Finer]: 2022-09-10 04:19:24.98--ClientSession(1816831962)--Thread(Thread[main,5,main])--acquire unit of work: 26517359 [junit] [EL Finest]: 2022-09-10 04:19:24.981--UnitOfWork(26517359)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.981--UnitOfWork(26517359)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6061a413 [junit] [EL Finest]: 2022-09-10 04:19:24.981--UnitOfWork(26517359)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:19:24.981--UnitOfWork(26517359)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.981--ServerSession(1526542158)--Connection(1251902277)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.981--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.981--ServerSession(1526542158)--Connection(1867780766)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [43, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.982--ServerSession(1526542158)--Connection(1251902277)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.982--UnitOfWork(26517359)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.982--UnitOfWork(26517359)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@60618e53 [junit] [EL Finest]: 2022-09-10 04:19:24.982--UnitOfWork(26517359)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:19:24.982--UnitOfWork(26517359)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.982--ServerSession(1526542158)--Connection(647920347)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.982--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.983--ServerSession(1526542158)--Connection(3102648)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [44, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.983--ServerSession(1526542158)--Connection(647920347)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.983--UnitOfWork(26517359)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course@3a4f4ec9. [junit] [EL Finest]: 2022-09-10 04:19:24.983--UnitOfWork(26517359)--Thread(Thread[main,5,main])--assign sequence to the object (4 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course@3a4f4ec9) [junit] [EL Finest]: 2022-09-10 04:19:24.983--UnitOfWork(26517359)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material@40a75caf. [junit] [EL Finer]: 2022-09-10 04:19:24.983--UnitOfWork(26517359)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:24.984--UnitOfWork(26517359)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material@40a75caf) [junit] [EL Finest]: 2022-09-10 04:19:24.984--ServerSession(1526542158)--Connection(42722390)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.984--ClientSession(1816831962)--Connection(42722390)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:24.984--ClientSession(1816831962)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:24.984--UnitOfWork(26517359)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course@3a4f4ec9) [junit] [EL Fine]: 2022-09-10 04:19:24.984--ClientSession(1816831962)--Connection(1119315123)--Thread(Thread[main,5,main])--INSERT INTO TMP_MATERIAL (COURSE_ID, DATA) VALUES (?, ?) [junit] bind => [4, null] [junit] [EL Finest]: 2022-09-10 04:19:24.985--ClientSession(1816831962)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="attendees" sql="INSERT INTO TMP_COURSE_EMP (EMP_ID, COURSE_ID) VALUES (?, ?)") [junit] [EL Fine]: 2022-09-10 04:19:24.985--ClientSession(1816831962)--Connection(1119315123)--Thread(Thread[main,5,main])--INSERT INTO TMP_COURSE (COURSE_ID) VALUES (?) [junit] bind => [4] [junit] [EL Finest]: 2022-09-10 04:19:24.985--ClientSession(1816831962)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="attendees" sql="INSERT INTO TMP_COURSE_EMP (EMP_ID, COURSE_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:24.985--ClientSession(1816831962)--Connection(1119315123)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:24.985--ClientSession(1816831962)--Connection(1119315123)--Thread(Thread[main,5,main])--INSERT INTO TMP_COURSE_EMP (EMP_ID, COURSE_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:24.985--ClientSession(1816831962)--Connection(1119315123)--Thread(Thread[main,5,main])-- bind => [43, 4] [junit] [EL Fine]: 2022-09-10 04:19:24.985--ClientSession(1816831962)--Connection(1119315123)--Thread(Thread[main,5,main])-- bind => [44, 4] [junit] [EL Finer]: 2022-09-10 04:19:24.985--ClientSession(1816831962)--Connection(1119315123)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:24.986--ClientSession(1816831962)--Connection(1119315123)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:24.987--ServerSession(1526542158)--Connection(42722390)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:24.987--UnitOfWork(26517359)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.987--UnitOfWork(26517359)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.988--UnitOfWork(26517359)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.988--ClientSession(1816831962)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.988--UnitOfWork(26517359)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.988--ClientSession(1816831962)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:24.988--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 318474515 [junit] [EL Finer]: 2022-09-10 04:19:24.988--ClientSession(318474515)--Thread(Thread[main,5,main])--acquire unit of work: 1319205200 [junit] [EL Finest]: 2022-09-10 04:19:24.988--UnitOfWork(1319205200)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCourse" referenceClass=Course sql="SELECT COURSE_ID FROM TMP_COURSE WHERE (COURSE_ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:24.988--ServerSession(1526542158)--Connection(884655184)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.988--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.988--ServerSession(1526542158)--Connection(39952415)--Thread(Thread[main,5,main])--SELECT COURSE_ID FROM TMP_COURSE WHERE (COURSE_ID = ?) [junit] bind => [4] [junit] [EL Finest]: 2022-09-10 04:19:24.989--ServerSession(1526542158)--Connection(884655184)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.989--UnitOfWork(1319205200)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="material" referenceClass=Material ) [junit] [EL Finest]: 2022-09-10 04:19:24.989--ServerSession(1526542158)--Connection(1688629351)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.989--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.989--ServerSession(1526542158)--Connection(1216636968)--Thread(Thread[main,5,main])--SELECT COURSE_ID, DATA FROM TMP_MATERIAL WHERE (COURSE_ID = ?) [junit] bind => [4] [junit] [EL Finest]: 2022-09-10 04:19:24.99--ServerSession(1526542158)--Connection(1688629351)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.99--UnitOfWork(1319205200)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="course" referenceClass=Course ) [junit] [EL Finest]: 2022-09-10 04:19:24.99--UnitOfWork(1319205200)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="attendees" referenceClass=Employee sql="SELECT t0.ID, t0.FIRSTNAME, t0.LASTNAME, t0.SALARY, t0.EMP_END, t0.EMP_START, t0.COSTCENTER, t0.DEPARTMENT, t0.BROKERAGE_ACCOUNT, t0.CUBICLE_FLOOR, t0.CUBICLE_PLACE, t0.SAMPLE_ACCOUNT, t0.PROFILE_GUID FROM TMP_EMP t0, TMP_COURSE_EMP t1 WHERE ((t1.COURSE_ID = ?) AND (t0.ID = t1.EMP_ID)) ORDER BY t0.LASTNAME ASC") [junit] [EL Finest]: 2022-09-10 04:19:24.99--ServerSession(1526542158)--Connection(1986633992)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.991--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.991--ServerSession(1526542158)--Connection(1395098450)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.FIRSTNAME, t0.LASTNAME, t0.SALARY, t0.EMP_END, t0.EMP_START, t0.COSTCENTER, t0.DEPARTMENT, t0.BROKERAGE_ACCOUNT, t0.CUBICLE_FLOOR, t0.CUBICLE_PLACE, t0.SAMPLE_ACCOUNT, t0.PROFILE_GUID FROM TMP_EMP t0, TMP_COURSE_EMP t1 WHERE ((t1.COURSE_ID = ?) AND (t0.ID = t1.EMP_ID)) ORDER BY t0.LASTNAME ASC [junit] bind => [4] [junit] [EL Finest]: 2022-09-10 04:19:24.991--ServerSession(1526542158)--Connection(1986633992)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.992--UnitOfWork(1319205200)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:19:24.992--UnitOfWork(1319205200)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.992--ServerSession(1526542158)--Connection(637801410)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.992--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.992--ServerSession(1526542158)--Connection(728778310)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [44, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.993--ServerSession(1526542158)--Connection(637801410)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.993--UnitOfWork(1319205200)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:19:24.993--UnitOfWork(1319205200)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:24.993--ServerSession(1526542158)--Connection(2059233584)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:24.993--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:24.993--ServerSession(1526542158)--Connection(2081316957)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [43, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:24.994--ServerSession(1526542158)--Connection(2059233584)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:24.994--UnitOfWork(1319205200)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.994--UnitOfWork(1319205200)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:24.994--UnitOfWork(1319205200)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.994--UnitOfWork(1319205200)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.994--ClientSession(318474515)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:24.994--UnitOfWork(1319205200)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:24.994--ClientSession(318474515)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:25.008--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 813246493 [junit] [EL Finer]: 2022-09-10 04:19:25.009--ClientSession(813246493)--Thread(Thread[main,5,main])--acquire unit of work: 379071351 [junit] [EL Finest]: 2022-09-10 04:19:25.009--UnitOfWork(379071351)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:19:25.009--UnitOfWork(379071351)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6332d165. [junit] [EL Finest]: 2022-09-10 04:19:25.009--UnitOfWork(379071351)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1a7224de. [junit] [EL Finer]: 2022-09-10 04:19:25.009--UnitOfWork(379071351)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:25.009--UnitOfWork(379071351)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:19:25.009--ServerSession(1526542158)--Connection(1214792799)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.009--ClientSession(813246493)--Connection(1214792799)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:25.009--ClientSession(813246493)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:25.01--UnitOfWork(379071351)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@1a7224de) [junit] [EL Fine]: 2022-09-10 04:19:25.01--ClientSession(813246493)--Connection(910907377)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, Public Relations, 1] [junit] [EL Finest]: 2022-09-10 04:19:25.01--UnitOfWork(379071351)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6332d165) [junit] [EL Finer]: 2022-09-10 04:19:25.01--ClientSession(813246493)--Connection(910907377)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.01--ClientSession(813246493)--Connection(910907377)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.01--ClientSession(813246493)--Connection(910907377)--Thread(Thread[main,5,main])-- bind => [44, Sabine, Leutheusser-Schnarrenberger, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:25.01--ClientSession(813246493)--Connection(910907377)--Thread(Thread[main,5,main])-- bind => [43, Doris, Schröder-Köpf, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:25.01--ClientSession(813246493)--Connection(910907377)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:25.011--ClientSession(813246493)--Connection(910907377)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:25.012--ServerSession(1526542158)--Connection(1214792799)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.012--UnitOfWork(379071351)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:25.012--UnitOfWork(379071351)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.012--UnitOfWork(379071351)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.012--ClientSession(813246493)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.012--UnitOfWork(379071351)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.012--ClientSession(813246493)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:25.013--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1417595647 [junit] [EL Finer]: 2022-09-10 04:19:25.013--ClientSession(1417595647)--Thread(Thread[main,5,main])--acquire unit of work: 1656749454 [junit] [EL Finest]: 2022-09-10 04:19:25.013--UnitOfWork(1656749454)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.013--UnitOfWork(1656749454)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6061a413 [junit] [EL Finest]: 2022-09-10 04:19:25.013--UnitOfWork(1656749454)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:19:25.013--UnitOfWork(1656749454)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:25.013--ServerSession(1526542158)--Connection(1836301347)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.013--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.013--ServerSession(1526542158)--Connection(1883078542)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [43, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:25.014--ServerSession(1526542158)--Connection(1836301347)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.014--UnitOfWork(1656749454)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.014--UnitOfWork(1656749454)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@60618e53 [junit] [EL Finest]: 2022-09-10 04:19:25.014--UnitOfWork(1656749454)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:19:25.014--UnitOfWork(1656749454)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:25.014--ServerSession(1526542158)--Connection(1716821363)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.014--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.015--ServerSession(1526542158)--Connection(392601431)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [44, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:25.015--ServerSession(1526542158)--Connection(1716821363)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.015--UnitOfWork(1656749454)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course@34218a7c. [junit] [EL Finest]: 2022-09-10 04:19:25.015--UnitOfWork(1656749454)--Thread(Thread[main,5,main])--assign sequence to the object (5 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course@34218a7c) [junit] [EL Finest]: 2022-09-10 04:19:25.015--UnitOfWork(1656749454)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material@171e2788. [junit] [EL Finer]: 2022-09-10 04:19:25.015--UnitOfWork(1656749454)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:25.016--UnitOfWork(1656749454)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material@171e2788) [junit] [EL Finest]: 2022-09-10 04:19:25.016--ServerSession(1526542158)--Connection(619383589)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.016--ClientSession(1417595647)--Connection(619383589)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:25.016--ClientSession(1417595647)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:25.016--UnitOfWork(1656749454)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course@34218a7c) [junit] [EL Fine]: 2022-09-10 04:19:25.016--ClientSession(1417595647)--Connection(2067314975)--Thread(Thread[main,5,main])--INSERT INTO TMP_MATERIAL (COURSE_ID, DATA) VALUES (?, ?) [junit] bind => [5, null] [junit] [EL Finest]: 2022-09-10 04:19:25.017--ClientSession(1417595647)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="attendees" sql="INSERT INTO TMP_COURSE_EMP (EMP_ID, COURSE_ID) VALUES (?, ?)") [junit] [EL Fine]: 2022-09-10 04:19:25.017--ClientSession(1417595647)--Connection(2067314975)--Thread(Thread[main,5,main])--INSERT INTO TMP_COURSE (COURSE_ID) VALUES (?) [junit] bind => [5] [junit] [EL Finest]: 2022-09-10 04:19:25.017--ClientSession(1417595647)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="attendees" sql="INSERT INTO TMP_COURSE_EMP (EMP_ID, COURSE_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:25.017--ClientSession(1417595647)--Connection(2067314975)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.017--ClientSession(1417595647)--Connection(2067314975)--Thread(Thread[main,5,main])--INSERT INTO TMP_COURSE_EMP (EMP_ID, COURSE_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.017--ClientSession(1417595647)--Connection(2067314975)--Thread(Thread[main,5,main])-- bind => [43, 5] [junit] [EL Fine]: 2022-09-10 04:19:25.017--ClientSession(1417595647)--Connection(2067314975)--Thread(Thread[main,5,main])-- bind => [44, 5] [junit] [EL Finer]: 2022-09-10 04:19:25.017--ClientSession(1417595647)--Connection(2067314975)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:25.018--ClientSession(1417595647)--Connection(2067314975)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:25.019--ServerSession(1526542158)--Connection(619383589)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.019--UnitOfWork(1656749454)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:25.019--UnitOfWork(1656749454)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.019--UnitOfWork(1656749454)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.019--ClientSession(1417595647)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.019--UnitOfWork(1656749454)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.019--ClientSession(1417595647)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:25.019--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1816013885 [junit] [EL Finer]: 2022-09-10 04:19:25.019--ClientSession(1816013885)--Thread(Thread[main,5,main])--acquire unit of work: 1415784869 [junit] [EL Finest]: 2022-09-10 04:19:25.019--UnitOfWork(1415784869)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCourse" referenceClass=Course sql="SELECT COURSE_ID FROM TMP_COURSE WHERE (COURSE_ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.019--ServerSession(1526542158)--Connection(1519806679)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.019--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.019--ServerSession(1526542158)--Connection(764501728)--Thread(Thread[main,5,main])--SELECT COURSE_ID FROM TMP_COURSE WHERE (COURSE_ID = ?) [junit] bind => [5] [junit] [EL Finest]: 2022-09-10 04:19:25.02--ServerSession(1526542158)--Connection(1519806679)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.02--UnitOfWork(1415784869)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="material" referenceClass=Material ) [junit] [EL Finest]: 2022-09-10 04:19:25.02--ServerSession(1526542158)--Connection(860408971)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.02--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.02--ServerSession(1526542158)--Connection(489686225)--Thread(Thread[main,5,main])--SELECT COURSE_ID, DATA FROM TMP_MATERIAL WHERE (COURSE_ID = ?) [junit] bind => [5] [junit] [EL Finest]: 2022-09-10 04:19:25.021--ServerSession(1526542158)--Connection(860408971)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.021--UnitOfWork(1415784869)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="course" referenceClass=Course ) [junit] [EL Finest]: 2022-09-10 04:19:25.021--UnitOfWork(1415784869)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="attendees" referenceClass=Employee sql="SELECT t0.ID, t0.FIRSTNAME, t0.LASTNAME, t0.SALARY, t0.EMP_END, t0.EMP_START, t0.COSTCENTER, t0.DEPARTMENT, t0.BROKERAGE_ACCOUNT, t0.CUBICLE_FLOOR, t0.CUBICLE_PLACE, t0.SAMPLE_ACCOUNT, t0.PROFILE_GUID FROM TMP_EMP t0, TMP_COURSE_EMP t1 WHERE ((t1.COURSE_ID = ?) AND (t0.ID = t1.EMP_ID)) ORDER BY t0.LASTNAME ASC") [junit] [EL Finest]: 2022-09-10 04:19:25.021--ServerSession(1526542158)--Connection(574001099)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.021--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.022--ServerSession(1526542158)--Connection(875851610)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.FIRSTNAME, t0.LASTNAME, t0.SALARY, t0.EMP_END, t0.EMP_START, t0.COSTCENTER, t0.DEPARTMENT, t0.BROKERAGE_ACCOUNT, t0.CUBICLE_FLOOR, t0.CUBICLE_PLACE, t0.SAMPLE_ACCOUNT, t0.PROFILE_GUID FROM TMP_EMP t0, TMP_COURSE_EMP t1 WHERE ((t1.COURSE_ID = ?) AND (t0.ID = t1.EMP_ID)) ORDER BY t0.LASTNAME ASC [junit] bind => [5] [junit] [EL Finest]: 2022-09-10 04:19:25.022--ServerSession(1526542158)--Connection(574001099)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.022--UnitOfWork(1415784869)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:19:25.022--UnitOfWork(1415784869)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:25.023--ServerSession(1526542158)--Connection(938663894)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.023--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.023--ServerSession(1526542158)--Connection(1786957079)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [44, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:25.023--ServerSession(1526542158)--Connection(938663894)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.024--UnitOfWork(1415784869)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:19:25.024--UnitOfWork(1415784869)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:25.024--ServerSession(1526542158)--Connection(1876191870)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.024--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.024--ServerSession(1526542158)--Connection(577555587)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [43, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:25.024--ServerSession(1526542158)--Connection(1876191870)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.025--UnitOfWork(1415784869)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:25.025--UnitOfWork(1415784869)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:25.025--UnitOfWork(1415784869)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course@1489e6a4) [junit] [EL Finest]: 2022-09-10 04:19:25.025--UnitOfWork(1415784869)--Thread(Thread[main,5,main])--Execute query DataModifyQuery() [junit] [EL Finest]: 2022-09-10 04:19:25.025--ServerSession(1526542158)--Connection(1084148278)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.026--ClientSession(1816013885)--Connection(1084148278)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:25.026--ClientSession(1816013885)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.026--ClientSession(1816013885)--Connection(453383307)--Thread(Thread[main,5,main])--DELETE FROM TMP_COURSE_EMP WHERE ((EMP_ID = ?) AND (COURSE_ID = ?)) [junit] bind => [43, 5] [junit] [EL Finer]: 2022-09-10 04:19:25.026--ClientSession(1816013885)--Connection(453383307)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:25.027--ServerSession(1526542158)--Connection(1084148278)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.027--UnitOfWork(1415784869)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:25.027--UnitOfWork(1415784869)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.027--UnitOfWork(1415784869)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.027--ClientSession(1816013885)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.027--UnitOfWork(1415784869)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.027--ClientSession(1816013885)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:25.027--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 693823788 [junit] [EL Finer]: 2022-09-10 04:19:25.027--ClientSession(693823788)--Thread(Thread[main,5,main])--acquire unit of work: 38994624 [junit] [EL Finest]: 2022-09-10 04:19:25.027--UnitOfWork(38994624)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCourse" referenceClass=Course sql="SELECT COURSE_ID FROM TMP_COURSE WHERE (COURSE_ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.027--ServerSession(1526542158)--Connection(2057624414)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.027--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.028--ServerSession(1526542158)--Connection(2139026657)--Thread(Thread[main,5,main])--SELECT COURSE_ID FROM TMP_COURSE WHERE (COURSE_ID = ?) [junit] bind => [5] [junit] [EL Finest]: 2022-09-10 04:19:25.028--ServerSession(1526542158)--Connection(2057624414)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.028--UnitOfWork(38994624)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="material" referenceClass=Material ) [junit] [EL Finest]: 2022-09-10 04:19:25.028--ServerSession(1526542158)--Connection(1329552807)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.028--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.028--ServerSession(1526542158)--Connection(1438376914)--Thread(Thread[main,5,main])--SELECT COURSE_ID, DATA FROM TMP_MATERIAL WHERE (COURSE_ID = ?) [junit] bind => [5] [junit] [EL Finest]: 2022-09-10 04:19:25.029--ServerSession(1526542158)--Connection(1329552807)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.029--UnitOfWork(38994624)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="course" referenceClass=Course ) [junit] [EL Finest]: 2022-09-10 04:19:25.03--UnitOfWork(38994624)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="attendees" referenceClass=Employee sql="SELECT t0.ID, t0.FIRSTNAME, t0.LASTNAME, t0.SALARY, t0.EMP_END, t0.EMP_START, t0.COSTCENTER, t0.DEPARTMENT, t0.BROKERAGE_ACCOUNT, t0.CUBICLE_FLOOR, t0.CUBICLE_PLACE, t0.SAMPLE_ACCOUNT, t0.PROFILE_GUID FROM TMP_EMP t0, TMP_COURSE_EMP t1 WHERE ((t1.COURSE_ID = ?) AND (t0.ID = t1.EMP_ID)) ORDER BY t0.LASTNAME ASC") [junit] [EL Finest]: 2022-09-10 04:19:25.03--ServerSession(1526542158)--Connection(2017505553)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.03--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.03--ServerSession(1526542158)--Connection(633990649)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.FIRSTNAME, t0.LASTNAME, t0.SALARY, t0.EMP_END, t0.EMP_START, t0.COSTCENTER, t0.DEPARTMENT, t0.BROKERAGE_ACCOUNT, t0.CUBICLE_FLOOR, t0.CUBICLE_PLACE, t0.SAMPLE_ACCOUNT, t0.PROFILE_GUID FROM TMP_EMP t0, TMP_COURSE_EMP t1 WHERE ((t1.COURSE_ID = ?) AND (t0.ID = t1.EMP_ID)) ORDER BY t0.LASTNAME ASC [junit] bind => [5] [junit] [EL Finest]: 2022-09-10 04:19:25.031--ServerSession(1526542158)--Connection(2017505553)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.031--UnitOfWork(38994624)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:19:25.031--UnitOfWork(38994624)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:25.031--ServerSession(1526542158)--Connection(1319458483)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.031--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.031--ServerSession(1526542158)--Connection(1282336086)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [44, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:25.032--ServerSession(1526542158)--Connection(1319458483)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:25.046--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1637699463 [junit] [EL Finer]: 2022-09-10 04:19:25.046--ClientSession(1637699463)--Thread(Thread[main,5,main])--acquire unit of work: 1393081541 [junit] [EL Finest]: 2022-09-10 04:19:25.046--UnitOfWork(1393081541)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finest]: 2022-09-10 04:19:25.046--UnitOfWork(1393081541)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4ba19f19. [junit] [EL Finest]: 2022-09-10 04:19:25.046--UnitOfWork(1393081541)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@40cb109d. [junit] [EL Finer]: 2022-09-10 04:19:25.046--UnitOfWork(1393081541)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:25.047--UnitOfWork(1393081541)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:19:25.047--ServerSession(1526542158)--Connection(1443313193)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.047--ClientSession(1637699463)--Connection(1443313193)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:25.047--ClientSession(1637699463)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:25.047--UnitOfWork(1393081541)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@40cb109d) [junit] [EL Fine]: 2022-09-10 04:19:25.047--ClientSession(1637699463)--Connection(468665334)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, Public Relations, 1] [junit] [EL Finest]: 2022-09-10 04:19:25.048--UnitOfWork(1393081541)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4ba19f19) [junit] [EL Finer]: 2022-09-10 04:19:25.048--ClientSession(1637699463)--Connection(468665334)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.048--ClientSession(1637699463)--Connection(468665334)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.048--ClientSession(1637699463)--Connection(468665334)--Thread(Thread[main,5,main])-- bind => [44, Sabine, Leutheusser-Schnarrenberger, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:25.048--ClientSession(1637699463)--Connection(468665334)--Thread(Thread[main,5,main])-- bind => [43, Doris, Schröder-Köpf, null, null, null, null, 1, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:25.048--ClientSession(1637699463)--Connection(468665334)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:25.049--ClientSession(1637699463)--Connection(468665334)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:25.05--ServerSession(1526542158)--Connection(1443313193)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.05--UnitOfWork(1393081541)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:25.051--UnitOfWork(1393081541)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.051--UnitOfWork(1393081541)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.051--ClientSession(1637699463)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.051--UnitOfWork(1393081541)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.051--ClientSession(1637699463)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:25.051--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1570429459 [junit] [EL Finer]: 2022-09-10 04:19:25.051--ClientSession(1570429459)--Thread(Thread[main,5,main])--acquire unit of work: 420986513 [junit] [EL Finest]: 2022-09-10 04:19:25.051--UnitOfWork(420986513)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.051--UnitOfWork(420986513)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6061a413 [junit] [EL Finest]: 2022-09-10 04:19:25.051--UnitOfWork(420986513)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:19:25.051--UnitOfWork(420986513)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:25.051--ServerSession(1526542158)--Connection(2079702351)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.051--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.052--ServerSession(1526542158)--Connection(1605531542)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [43, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:25.052--ServerSession(1526542158)--Connection(2079702351)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.052--UnitOfWork(420986513)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.052--UnitOfWork(420986513)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@60618e53 [junit] [EL Finest]: 2022-09-10 04:19:25.053--UnitOfWork(420986513)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:19:25.053--UnitOfWork(420986513)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:25.053--ServerSession(1526542158)--Connection(231831058)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.053--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.053--ServerSession(1526542158)--Connection(1349393679)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [44, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:25.053--ServerSession(1526542158)--Connection(231831058)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.054--UnitOfWork(420986513)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course@4e9b51d9. [junit] [EL Finest]: 2022-09-10 04:19:25.054--UnitOfWork(420986513)--Thread(Thread[main,5,main])--assign sequence to the object (6 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course@4e9b51d9) [junit] [EL Finest]: 2022-09-10 04:19:25.054--UnitOfWork(420986513)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material@6e3dab60. [junit] [EL Finer]: 2022-09-10 04:19:25.054--UnitOfWork(420986513)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:25.054--UnitOfWork(420986513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Material@6e3dab60) [junit] [EL Finest]: 2022-09-10 04:19:25.054--ServerSession(1526542158)--Connection(1976502072)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.054--ClientSession(1570429459)--Connection(1976502072)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:25.054--ClientSession(1570429459)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:25.055--UnitOfWork(420986513)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course@4e9b51d9) [junit] [EL Fine]: 2022-09-10 04:19:25.055--ClientSession(1570429459)--Connection(602401565)--Thread(Thread[main,5,main])--INSERT INTO TMP_MATERIAL (COURSE_ID, DATA) VALUES (?, ?) [junit] bind => [6, null] [junit] [EL Finest]: 2022-09-10 04:19:25.055--ClientSession(1570429459)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="attendees" sql="INSERT INTO TMP_COURSE_EMP (EMP_ID, COURSE_ID) VALUES (?, ?)") [junit] [EL Fine]: 2022-09-10 04:19:25.055--ClientSession(1570429459)--Connection(602401565)--Thread(Thread[main,5,main])--INSERT INTO TMP_COURSE (COURSE_ID) VALUES (?) [junit] bind => [6] [junit] [EL Finest]: 2022-09-10 04:19:25.056--ClientSession(1570429459)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="attendees" sql="INSERT INTO TMP_COURSE_EMP (EMP_ID, COURSE_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:25.056--ClientSession(1570429459)--Connection(602401565)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.056--ClientSession(1570429459)--Connection(602401565)--Thread(Thread[main,5,main])--INSERT INTO TMP_COURSE_EMP (EMP_ID, COURSE_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.056--ClientSession(1570429459)--Connection(602401565)--Thread(Thread[main,5,main])-- bind => [43, 6] [junit] [EL Fine]: 2022-09-10 04:19:25.056--ClientSession(1570429459)--Connection(602401565)--Thread(Thread[main,5,main])-- bind => [44, 6] [junit] [EL Finer]: 2022-09-10 04:19:25.056--ClientSession(1570429459)--Connection(602401565)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:25.056--ClientSession(1570429459)--Connection(602401565)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:25.057--ServerSession(1526542158)--Connection(1976502072)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.057--UnitOfWork(420986513)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:25.057--UnitOfWork(420986513)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.057--UnitOfWork(420986513)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.057--ClientSession(1570429459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.057--UnitOfWork(420986513)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.058--ClientSession(1570429459)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:25.058--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1928068129 [junit] [EL Finer]: 2022-09-10 04:19:25.058--ClientSession(1928068129)--Thread(Thread[main,5,main])--acquire unit of work: 806263385 [junit] [EL Finest]: 2022-09-10 04:19:25.058--UnitOfWork(806263385)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.058--UnitOfWork(806263385)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@60618e53 [junit] [EL Finest]: 2022-09-10 04:19:25.058--UnitOfWork(806263385)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:19:25.058--UnitOfWork(806263385)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:25.058--ServerSession(1526542158)--Connection(1597198553)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.058--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.058--ServerSession(1526542158)--Connection(464246068)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [44, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:25.059--ServerSession(1526542158)--Connection(1597198553)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.059--UnitOfWork(806263385)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course@4e9b51d9 [junit] [EL Finest]: 2022-09-10 04:19:25.059--UnitOfWork(806263385)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Course ) [junit] [EL Finest]: 2022-09-10 04:19:25.059--ServerSession(1526542158)--Connection(1086711690)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.059--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.059--ServerSession(1526542158)--Connection(92440787)--Thread(Thread[main,5,main])--SELECT COURSE_ID FROM TMP_COURSE WHERE (COURSE_ID = ?) [junit] bind => [6] [junit] [EL Finest]: 2022-09-10 04:19:25.06--ServerSession(1526542158)--Connection(1086711690)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.06--UnitOfWork(806263385)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="material" referenceClass=Material ) [junit] [EL Finest]: 2022-09-10 04:19:25.06--ServerSession(1526542158)--Connection(641723909)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.06--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.06--ServerSession(1526542158)--Connection(1491693889)--Thread(Thread[main,5,main])--SELECT COURSE_ID, DATA FROM TMP_MATERIAL WHERE (COURSE_ID = ?) [junit] bind => [6] [junit] [EL Finest]: 2022-09-10 04:19:25.061--ServerSession(1526542158)--Connection(641723909)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.061--UnitOfWork(806263385)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="course" referenceClass=Course ) [junit] [EL Finest]: 2022-09-10 04:19:25.061--UnitOfWork(806263385)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="attendees" referenceClass=Employee sql="SELECT t0.ID, t0.FIRSTNAME, t0.LASTNAME, t0.SALARY, t0.EMP_END, t0.EMP_START, t0.COSTCENTER, t0.DEPARTMENT, t0.BROKERAGE_ACCOUNT, t0.CUBICLE_FLOOR, t0.CUBICLE_PLACE, t0.SAMPLE_ACCOUNT, t0.PROFILE_GUID FROM TMP_EMP t0, TMP_COURSE_EMP t1 WHERE ((t1.COURSE_ID = ?) AND (t0.ID = t1.EMP_ID)) ORDER BY t0.LASTNAME ASC") [junit] [EL Finest]: 2022-09-10 04:19:25.061--ServerSession(1526542158)--Connection(1332581390)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.061--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.061--ServerSession(1526542158)--Connection(463522760)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.FIRSTNAME, t0.LASTNAME, t0.SALARY, t0.EMP_END, t0.EMP_START, t0.COSTCENTER, t0.DEPARTMENT, t0.BROKERAGE_ACCOUNT, t0.CUBICLE_FLOOR, t0.CUBICLE_PLACE, t0.SAMPLE_ACCOUNT, t0.PROFILE_GUID FROM TMP_EMP t0, TMP_COURSE_EMP t1 WHERE ((t1.COURSE_ID = ?) AND (t0.ID = t1.EMP_ID)) ORDER BY t0.LASTNAME ASC [junit] bind => [6] [junit] [EL Finest]: 2022-09-10 04:19:25.062--ServerSession(1526542158)--Connection(1332581390)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.072--UnitOfWork(806263385)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:19:25.072--UnitOfWork(806263385)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:25.072--ServerSession(1526542158)--Connection(1209883713)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.072--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.072--ServerSession(1526542158)--Connection(247837300)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [43, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:25.073--ServerSession(1526542158)--Connection(1209883713)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:25.073--UnitOfWork(806263385)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:25.073--UnitOfWork(806263385)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course@376a3c2b) [junit] [EL Finest]: 2022-09-10 04:19:25.073--UnitOfWork(806263385)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_COURSE_EMP WHERE ((EMP_ID = ?) AND (COURSE_ID = ?))") [junit] [EL Finest]: 2022-09-10 04:19:25.073--ServerSession(1526542158)--Connection(1294785954)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.074--ClientSession(1928068129)--Connection(1294785954)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:25.074--ClientSession(1928068129)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.074--ClientSession(1928068129)--Connection(1081127379)--Thread(Thread[main,5,main])--DELETE FROM TMP_COURSE_EMP WHERE ((EMP_ID = ?) AND (COURSE_ID = ?)) [junit] bind => [43, 6] [junit] [EL Finer]: 2022-09-10 04:19:25.074--ClientSession(1928068129)--Connection(1081127379)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:25.075--ServerSession(1526542158)--Connection(1294785954)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.076--UnitOfWork(806263385)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:25.076--UnitOfWork(806263385)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.076--UnitOfWork(806263385)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.076--ClientSession(1928068129)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.076--UnitOfWork(806263385)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.076--ClientSession(1928068129)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:25.076--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 830223743 [junit] [EL Finer]: 2022-09-10 04:19:25.076--ClientSession(830223743)--Thread(Thread[main,5,main])--acquire unit of work: 1950868650 [junit] [EL Finest]: 2022-09-10 04:19:25.076--UnitOfWork(1950868650)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCourse" referenceClass=Course sql="SELECT COURSE_ID FROM TMP_COURSE WHERE (COURSE_ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.076--ServerSession(1526542158)--Connection(313848742)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.076--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.076--ServerSession(1526542158)--Connection(970657560)--Thread(Thread[main,5,main])--SELECT COURSE_ID FROM TMP_COURSE WHERE (COURSE_ID = ?) [junit] bind => [6] [junit] [EL Finest]: 2022-09-10 04:19:25.077--ServerSession(1526542158)--Connection(313848742)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.077--UnitOfWork(1950868650)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="material" referenceClass=Material ) [junit] [EL Finest]: 2022-09-10 04:19:25.077--ServerSession(1526542158)--Connection(1990937013)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.077--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.077--ServerSession(1526542158)--Connection(2146080107)--Thread(Thread[main,5,main])--SELECT COURSE_ID, DATA FROM TMP_MATERIAL WHERE (COURSE_ID = ?) [junit] bind => [6] [junit] [EL Finest]: 2022-09-10 04:19:25.077--ServerSession(1526542158)--Connection(1990937013)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.077--UnitOfWork(1950868650)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="course" referenceClass=Course ) [junit] [EL Finest]: 2022-09-10 04:19:25.078--UnitOfWork(1950868650)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="attendees" referenceClass=Employee sql="SELECT t0.ID, t0.FIRSTNAME, t0.LASTNAME, t0.SALARY, t0.EMP_END, t0.EMP_START, t0.COSTCENTER, t0.DEPARTMENT, t0.BROKERAGE_ACCOUNT, t0.CUBICLE_FLOOR, t0.CUBICLE_PLACE, t0.SAMPLE_ACCOUNT, t0.PROFILE_GUID FROM TMP_EMP t0, TMP_COURSE_EMP t1 WHERE ((t1.COURSE_ID = ?) AND (t0.ID = t1.EMP_ID)) ORDER BY t0.LASTNAME ASC") [junit] [EL Finest]: 2022-09-10 04:19:25.078--ServerSession(1526542158)--Connection(720720155)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.078--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.078--ServerSession(1526542158)--Connection(737203101)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.FIRSTNAME, t0.LASTNAME, t0.SALARY, t0.EMP_END, t0.EMP_START, t0.COSTCENTER, t0.DEPARTMENT, t0.BROKERAGE_ACCOUNT, t0.CUBICLE_FLOOR, t0.CUBICLE_PLACE, t0.SAMPLE_ACCOUNT, t0.PROFILE_GUID FROM TMP_EMP t0, TMP_COURSE_EMP t1 WHERE ((t1.COURSE_ID = ?) AND (t0.ID = t1.EMP_ID)) ORDER BY t0.LASTNAME ASC [junit] bind => [6] [junit] [EL Finest]: 2022-09-10 04:19:25.079--ServerSession(1526542158)--Connection(720720155)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.079--UnitOfWork(1950868650)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finest]: 2022-09-10 04:19:25.079--UnitOfWork(1950868650)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:25.079--ServerSession(1526542158)--Connection(1003484185)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.079--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.079--ServerSession(1526542158)--Connection(1663142360)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [44, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:25.08--ServerSession(1526542158)--Connection(1003484185)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.23 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestMap [junit] [EL Finer]: 2022-09-10 04:19:25.103--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1622569006 [junit] [EL Finer]: 2022-09-10 04:19:25.104--ClientSession(1622569006)--Thread(Thread[main,5,main])--acquire unit of work: 1201023561 [junit] [EL Finest]: 2022-09-10 04:19:25.104--UnitOfWork(1201023561)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice@21fb98a1. [junit] [EL Finest]: 2022-09-10 04:19:25.104--UnitOfWork(1201023561)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2. [junit] [EL Finest]: 2022-09-10 04:19:25.104--UnitOfWork(1201023561)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5ff34779. [junit] [EL Finest]: 2022-09-10 04:19:25.104--UnitOfWork(1201023561)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@29c1faac. [junit] [EL Finest]: 2022-09-10 04:19:25.104--UnitOfWork(1201023561)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@548251a5. [junit] [EL Finest]: 2022-09-10 04:19:25.104--UnitOfWork(1201023561)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@632c8bb9. [junit] [EL Finest]: 2022-09-10 04:19:25.104--UnitOfWork(1201023561)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@26a1c02a. [junit] [EL Finest]: 2022-09-10 04:19:25.104--UnitOfWork(1201023561)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@934ac8. [junit] [EL Finer]: 2022-09-10 04:19:25.104--UnitOfWork(1201023561)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:25.106--UnitOfWork(1201023561)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2) [junit] [EL Finest]: 2022-09-10 04:19:25.106--ServerSession(1526542158)--Connection(190854170)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.106--ClientSession(1622569006)--Connection(190854170)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:25.106--ClientSession(1622569006)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:25.106--UnitOfWork(1201023561)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@29c1faac) [junit] [EL Fine]: 2022-09-10 04:19:25.107--ClientSession(1622569006)--Connection(2080150628)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [2, HR, 1] [junit] [EL Finest]: 2022-09-10 04:19:25.107--UnitOfWork(1201023561)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@934ac8) [junit] [EL Finest]: 2022-09-10 04:19:25.107--UnitOfWork(1201023561)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@632c8bb9) [junit] [EL Finest]: 2022-09-10 04:19:25.107--UnitOfWork(1201023561)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@548251a5) [junit] [EL Finer]: 2022-09-10 04:19:25.108--ClientSession(1622569006)--Connection(2080150628)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.108--ClientSession(1622569006)--Connection(2080150628)--Thread(Thread[main,5,main])--INSERT INTO TMP_CUBICLE (PLACE, FLOOR, COLOR) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.108--ClientSession(1622569006)--Connection(2080150628)--Thread(Thread[main,5,main])-- bind => [0, 10, red] [junit] [EL Fine]: 2022-09-10 04:19:25.108--ClientSession(1622569006)--Connection(2080150628)--Thread(Thread[main,5,main])-- bind => [2, 12, blue] [junit] [EL Fine]: 2022-09-10 04:19:25.108--ClientSession(1622569006)--Connection(2080150628)--Thread(Thread[main,5,main])-- bind => [1, 11, green] [junit] [EL Finer]: 2022-09-10 04:19:25.108--ClientSession(1622569006)--Connection(2080150628)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:25.109--UnitOfWork(1201023561)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@26a1c02a) [junit] [EL Finest]: 2022-09-10 04:19:25.109--UnitOfWork(1201023561)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5ff34779) [junit] [EL Finest]: 2022-09-10 04:19:25.109--UnitOfWork(1201023561)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice@21fb98a1) [junit] [EL Finer]: 2022-09-10 04:19:25.109--ClientSession(1622569006)--Connection(2080150628)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.109--ClientSession(1622569006)--Connection(2080150628)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.109--ClientSession(1622569006)--Connection(2080150628)--Thread(Thread[main,5,main])-- bind => [101, first, last, null, null, null, null, 2, null, 11, 1, null, null] [junit] [EL Fine]: 2022-09-10 04:19:25.109--ClientSession(1622569006)--Connection(2080150628)--Thread(Thread[main,5,main])-- bind => [102, first, last, null, null, null, null, 2, null, 12, 2, null, null] [junit] [EL Fine]: 2022-09-10 04:19:25.109--ClientSession(1622569006)--Connection(2080150628)--Thread(Thread[main,5,main])-- bind => [100, first, last, null, null, null, null, 2, null, 10, 0, null, null] [junit] [EL Finer]: 2022-09-10 04:19:25.109--ClientSession(1622569006)--Connection(2080150628)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:25.11--ClientSession(1622569006)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="cubicles" ) [junit] [EL Fine]: 2022-09-10 04:19:25.11--ClientSession(1622569006)--Connection(2080150628)--Thread(Thread[main,5,main])--INSERT INTO TMP_UCOFFICE (ID, CAPACITY) VALUES (?, ?) [junit] bind => [3, 5] [junit] [EL Finest]: 2022-09-10 04:19:25.111--ClientSession(1622569006)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="cubicles" sql="INSERT INTO TMP_UCOFFICE_CUBICLE (CUBICLE_FLOOR, CUBICLE_PLACE, OFFICE_ID) VALUES (?, ?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.111--ClientSession(1622569006)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="cubicles" sql="INSERT INTO TMP_UCOFFICE_CUBICLE (CUBICLE_FLOOR, CUBICLE_PLACE, OFFICE_ID) VALUES (?, ?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:25.111--ClientSession(1622569006)--Connection(2080150628)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.112--ClientSession(1622569006)--Connection(2080150628)--Thread(Thread[main,5,main])--INSERT INTO TMP_UCOFFICE_CUBICLE (CUBICLE_FLOOR, CUBICLE_PLACE, OFFICE_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.112--ClientSession(1622569006)--Connection(2080150628)--Thread(Thread[main,5,main])-- bind => [10, 0, 3] [junit] [EL Fine]: 2022-09-10 04:19:25.112--ClientSession(1622569006)--Connection(2080150628)--Thread(Thread[main,5,main])-- bind => [11, 1, 3] [junit] [EL Fine]: 2022-09-10 04:19:25.112--ClientSession(1622569006)--Connection(2080150628)--Thread(Thread[main,5,main])-- bind => [12, 2, 3] [junit] [EL Finer]: 2022-09-10 04:19:25.112--ClientSession(1622569006)--Connection(2080150628)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:25.113--ClientSession(1622569006)--Connection(2080150628)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:25.114--ServerSession(1526542158)--Connection(190854170)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.114--UnitOfWork(1201023561)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:25.114--UnitOfWork(1201023561)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.115--UnitOfWork(1201023561)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.115--ClientSession(1622569006)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.115--UnitOfWork(1201023561)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.115--ClientSession(1622569006)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:25.115--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1691416215 [junit] [EL Finer]: 2022-09-10 04:19:25.115--ClientSession(1691416215)--Thread(Thread[main,5,main])--acquire unit of work: 282665259 [junit] [EL Finest]: 2022-09-10 04:19:25.115--UnitOfWork(282665259)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readUniqueColorOffice" referenceClass=UniqueColorOffice sql="SELECT ID, CAPACITY FROM TMP_UCOFFICE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.115--ServerSession(1526542158)--Connection(1645199162)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.115--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.116--ServerSession(1526542158)--Connection(1136427056)--Thread(Thread[main,5,main])--SELECT ID, CAPACITY FROM TMP_UCOFFICE WHERE (ID = ?) [junit] bind => [3] [junit] [EL Finest]: 2022-09-10 04:19:25.116--ServerSession(1526542158)--Connection(1645199162)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.117--UnitOfWork(282665259)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="cubicles" referenceClass=Cubicle ) [junit] [EL Finest]: 2022-09-10 04:19:25.118--ServerSession(1526542158)--Connection(1640578308)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.118--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.118--ServerSession(1526542158)--Connection(1250663114)--Thread(Thread[main,5,main])--SELECT t1.PLACE, t1.FLOOR, t1.COLOR FROM TMP_UCOFFICE_CUBICLE t0, TMP_CUBICLE t1 WHERE ((t0.OFFICE_ID = ?) AND ((t1.PLACE = t0.CUBICLE_PLACE) AND (t1.FLOOR = t0.CUBICLE_FLOOR))) [junit] bind => [3] [junit] [EL Finest]: 2022-09-10 04:19:25.119--ServerSession(1526542158)--Connection(1640578308)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.119--UnitOfWork(282665259)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3921f846 [junit] [EL Finest]: 2022-09-10 04:19:25.119--UnitOfWork(282665259)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2022-09-10 04:19:25.119--UnitOfWork(282665259)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:25.119--ServerSession(1526542158)--Connection(1664287883)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.119--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.12--ServerSession(1526542158)--Connection(491210440)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [100, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:25.12--ServerSession(1526542158)--Connection(1664287883)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.121--UnitOfWork(282665259)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@34694c61 [junit] [EL Finest]: 2022-09-10 04:19:25.121--UnitOfWork(282665259)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@259b8768 [junit] [EL Finest]: 2022-09-10 04:19:25.121--UnitOfWork(282665259)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2022-09-10 04:19:25.121--UnitOfWork(282665259)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:25.121--ServerSession(1526542158)--Connection(1361135306)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.121--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.122--ServerSession(1526542158)--Connection(687356737)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [101, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:25.122--ServerSession(1526542158)--Connection(1361135306)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.122--UnitOfWork(282665259)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@48735f6b [junit] [EL Finest]: 2022-09-10 04:19:25.122--UnitOfWork(282665259)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@40b6c5e7 [junit] [EL Finest]: 2022-09-10 04:19:25.123--UnitOfWork(282665259)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2022-09-10 04:19:25.123--UnitOfWork(282665259)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:25.123--ServerSession(1526542158)--Connection(343488288)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.123--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.123--ServerSession(1526542158)--Connection(1654018485)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [102, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:25.124--ServerSession(1526542158)--Connection(343488288)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.124--UnitOfWork(282665259)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@2f7247f2 [junit] [EL Finest]: 2022-09-10 04:19:25.124--UnitOfWork(282665259)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@29fdc1aa [junit] [EL Finest]: 2022-09-10 04:19:25.124--UnitOfWork(282665259)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@2cde0ff [junit] [EL Finest]: 2022-09-10 04:19:25.124--UnitOfWork(282665259)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@2fea6abb [junit] [EL Finer]: 2022-09-10 04:19:25.126--UnitOfWork(282665259)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:25.128--UnitOfWork(282665259)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.UniqueColorOffice@2750cb88) [junit] [EL Finest]: 2022-09-10 04:19:25.128--UnitOfWork(282665259)--Thread(Thread[main,5,main])--Execute query DataModifyQuery() [junit] [EL Finest]: 2022-09-10 04:19:25.128--ServerSession(1526542158)--Connection(3913881)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.128--ClientSession(1691416215)--Connection(3913881)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:25.128--ClientSession(1691416215)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.129--ClientSession(1691416215)--Connection(515094720)--Thread(Thread[main,5,main])--DELETE FROM TMP_UCOFFICE_CUBICLE WHERE ((CUBICLE_PLACE = ?) AND ((CUBICLE_FLOOR = ?) AND (OFFICE_ID = ?))) [junit] bind => [0, 10, 3] [junit] [EL Finer]: 2022-09-10 04:19:25.129--ClientSession(1691416215)--Connection(515094720)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:25.13--ServerSession(1526542158)--Connection(3913881)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.131--UnitOfWork(282665259)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:25.131--UnitOfWork(282665259)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.131--UnitOfWork(282665259)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.131--ClientSession(1691416215)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.131--UnitOfWork(282665259)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.131--ClientSession(1691416215)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:25.131--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1163523354 [junit] [EL Finer]: 2022-09-10 04:19:25.131--ClientSession(1163523354)--Thread(Thread[main,5,main])--acquire unit of work: 1185886409 [junit] [EL Finest]: 2022-09-10 04:19:25.131--UnitOfWork(1185886409)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readUniqueColorOffice" referenceClass=UniqueColorOffice sql="SELECT ID, CAPACITY FROM TMP_UCOFFICE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.131--ServerSession(1526542158)--Connection(1353998509)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.131--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.131--ServerSession(1526542158)--Connection(323180366)--Thread(Thread[main,5,main])--SELECT ID, CAPACITY FROM TMP_UCOFFICE WHERE (ID = ?) [junit] bind => [3] [junit] [EL Finest]: 2022-09-10 04:19:25.132--ServerSession(1526542158)--Connection(1353998509)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.132--UnitOfWork(1185886409)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="cubicles" referenceClass=Cubicle sql="SELECT t1.PLACE, t1.FLOOR, t1.COLOR FROM TMP_UCOFFICE_CUBICLE t0, TMP_CUBICLE t1 WHERE ((t0.OFFICE_ID = ?) AND ((t1.PLACE = t0.CUBICLE_PLACE) AND (t1.FLOOR = t0.CUBICLE_FLOOR)))") [junit] [EL Finest]: 2022-09-10 04:19:25.132--ServerSession(1526542158)--Connection(1553771067)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.132--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.132--ServerSession(1526542158)--Connection(32626936)--Thread(Thread[main,5,main])--SELECT t1.PLACE, t1.FLOOR, t1.COLOR FROM TMP_UCOFFICE_CUBICLE t0, TMP_CUBICLE t1 WHERE ((t0.OFFICE_ID = ?) AND ((t1.PLACE = t0.CUBICLE_PLACE) AND (t1.FLOOR = t0.CUBICLE_FLOOR))) [junit] bind => [3] [junit] [EL Finest]: 2022-09-10 04:19:25.133--ServerSession(1526542158)--Connection(1553771067)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.133--UnitOfWork(1185886409)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@259b8768 [junit] [EL Finest]: 2022-09-10 04:19:25.133--UnitOfWork(1185886409)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2022-09-10 04:19:25.133--UnitOfWork(1185886409)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:25.134--ServerSession(1526542158)--Connection(255492432)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.134--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.134--ServerSession(1526542158)--Connection(47525741)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [101, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:25.134--ServerSession(1526542158)--Connection(255492432)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.134--UnitOfWork(1185886409)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@48735f6b [junit] [EL Finest]: 2022-09-10 04:19:25.135--UnitOfWork(1185886409)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@40b6c5e7 [junit] [EL Finest]: 2022-09-10 04:19:25.135--UnitOfWork(1185886409)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@2 [junit] [EL Finest]: 2022-09-10 04:19:25.135--UnitOfWork(1185886409)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:25.135--ServerSession(1526542158)--Connection(162173378)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.135--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.135--ServerSession(1526542158)--Connection(91809897)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [102, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:25.136--ServerSession(1526542158)--Connection(162173378)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.136--UnitOfWork(1185886409)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@2f7247f2 [junit] [EL Finest]: 2022-09-10 04:19:25.136--UnitOfWork(1185886409)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@880cd84 [junit] [EL Finest]: 2022-09-10 04:19:25.136--UnitOfWork(1185886409)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Cubicle@5eca7517 [junit] [EL Finer]: 2022-09-10 04:19:25.136--UnitOfWork(1185886409)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:25.137--UnitOfWork(1185886409)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:25.137--UnitOfWork(1185886409)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.137--UnitOfWork(1185886409)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.137--ClientSession(1163523354)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.137--UnitOfWork(1185886409)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.137--ClientSession(1163523354)--Thread(Thread[main,5,main])--client released [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.051 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestMultipleRelationships [junit] [EL Finer]: 2022-09-10 04:19:25.175--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 916357399 [junit] [EL Finer]: 2022-09-10 04:19:25.175--ClientSession(916357399)--Thread(Thread[main,5,main])--acquire unit of work: 602974107 [junit] [EL Finest]: 2022-09-10 04:19:25.175--UnitOfWork(602974107)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11. [junit] [EL Finest]: 2022-09-10 04:19:25.176--UnitOfWork(602974107)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad. [junit] [EL Finest]: 2022-09-10 04:19:25.176--UnitOfWork(602974107)--Thread(Thread[main,5,main])--assign sequence to the object (229 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad) [junit] [EL Finest]: 2022-09-10 04:19:25.176--UnitOfWork(602974107)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536. [junit] [EL Finest]: 2022-09-10 04:19:25.176--UnitOfWork(602974107)--Thread(Thread[main,5,main])--assign sequence to the object (230 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536) [junit] [EL Finest]: 2022-09-10 04:19:25.176--UnitOfWork(602974107)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97. [junit] [EL Finest]: 2022-09-10 04:19:25.176--UnitOfWork(602974107)--Thread(Thread[main,5,main])--assign sequence to the object (231 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97) [junit] [EL Finest]: 2022-09-10 04:19:25.176--UnitOfWork(602974107)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e6c3290. [junit] [EL Finest]: 2022-09-10 04:19:25.176--UnitOfWork(602974107)--Thread(Thread[main,5,main])--assign sequence to the object (232 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e6c3290) [junit] [EL Finest]: 2022-09-10 04:19:25.176--UnitOfWork(602974107)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@3ff60e3c. [junit] [EL Finest]: 2022-09-10 04:19:25.176--UnitOfWork(602974107)--Thread(Thread[main,5,main])--assign sequence to the object (233 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@3ff60e3c) [junit] [EL Finest]: 2022-09-10 04:19:25.176--UnitOfWork(602974107)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@f012d988. [junit] [EL Finest]: 2022-09-10 04:19:25.177--UnitOfWork(602974107)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@a4ca3e41. [junit] [EL Finest]: 2022-09-10 04:19:25.177--UnitOfWork(602974107)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@43fcea12. [junit] [EL Finest]: 2022-09-10 04:19:25.177--UnitOfWork(602974107)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@f184b1c3. [junit] [EL Finest]: 2022-09-10 04:19:25.177--UnitOfWork(602974107)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1. [junit] [EL Finest]: 2022-09-10 04:19:25.177--UnitOfWork(602974107)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@2. [junit] [EL Finest]: 2022-09-10 04:19:25.177--UnitOfWork(602974107)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@3. [junit] [EL Finest]: 2022-09-10 04:19:25.177--UnitOfWork(602974107)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4179173d. [junit] [EL Finest]: 2022-09-10 04:19:25.178--UnitOfWork(602974107)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@328439ce. [junit] [EL Finer]: 2022-09-10 04:19:25.178--UnitOfWork(602974107)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:25.178--UnitOfWork(602974107)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2022-09-10 04:19:25.178--ServerSession(1526542158)--Connection(152825009)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.178--ClientSession(916357399)--Connection(152825009)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:25.178--ClientSession(916357399)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:25.179--UnitOfWork(602974107)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4179173d) [junit] [EL Fine]: 2022-09-10 04:19:25.179--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, diverses, 1] [junit] [EL Finest]: 2022-09-10 04:19:25.18--UnitOfWork(602974107)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@328439ce) [junit] [EL Finest]: 2022-09-10 04:19:25.18--UnitOfWork(602974107)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@43fcea12) [junit] [EL Finer]: 2022-09-10 04:19:25.18--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.18--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.18--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])-- bind => [1, Hans, Wurst, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:25.18--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])-- bind => [2, Fred, vom Jupiter, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:25.18--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:25.182--UnitOfWork(602974107)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@f012d988) [junit] [EL Finest]: 2022-09-10 04:19:25.182--UnitOfWork(602974107)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@f184b1c3) [junit] [EL Finest]: 2022-09-10 04:19:25.182--UnitOfWork(602974107)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@a4ca3e41) [junit] [EL Finest]: 2022-09-10 04:19:25.182--UnitOfWork(602974107)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e6c3290) [junit] [EL Finer]: 2022-09-10 04:19:25.182--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.182--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_NAME, PAT_YEAR) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.182--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])-- bind => [1888-03-17, alternating current, alternating current, 1888] [junit] [EL Fine]: 2022-09-10 04:19:25.182--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])-- bind => [1879-11-05, artificial light source, light bulb, 1879] [junit] [EL Fine]: 2022-09-10 04:19:25.182--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])-- bind => [1922-11-11, flying machine, helicopter, 1922] [junit] [EL Fine]: 2022-09-10 04:19:25.182--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])-- bind => [1877-01-13, simple voice recorder, phonograph, 1877] [junit] [EL Finer]: 2022-09-10 04:19:25.182--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:25.184--UnitOfWork(602974107)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97) [junit] [EL Finest]: 2022-09-10 04:19:25.184--UnitOfWork(602974107)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad) [junit] [EL Finest]: 2022-09-10 04:19:25.184--UnitOfWork(602974107)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536) [junit] [EL Finest]: 2022-09-10 04:19:25.184--UnitOfWork(602974107)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@3ff60e3c) [junit] [EL Finest]: 2022-09-10 04:19:25.185--UnitOfWork(602974107)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1) [junit] [EL Finer]: 2022-09-10 04:19:25.185--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.185--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.185--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])-- bind => [232, Erbsen zählen] [junit] [EL Fine]: 2022-09-10 04:19:25.185--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])-- bind => [231, Zitronen falten] [junit] [EL Fine]: 2022-09-10 04:19:25.185--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])-- bind => [229, Gürteltiere puhlen] [junit] [EL Fine]: 2022-09-10 04:19:25.185--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])-- bind => [230, Bäuche pinseln] [junit] [EL Fine]: 2022-09-10 04:19:25.185--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])-- bind => [233, Eclipse linken] [junit] [EL Finer]: 2022-09-10 04:19:25.185--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:25.186--UnitOfWork(602974107)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@3) [junit] [EL Finest]: 2022-09-10 04:19:25.186--UnitOfWork(602974107)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@2) [junit] [EL Finer]: 2022-09-10 04:19:25.186--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.186--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.186--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])-- bind => [1, 2005-10-07, performance, 1, Review] [junit] [EL Fine]: 2022-09-10 04:19:25.187--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])-- bind => [3, 2005-10-09, proficiency, 1, Review] [junit] [EL Fine]: 2022-09-10 04:19:25.187--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])-- bind => [2, 2005-10-08, passion, 1, Review] [junit] [EL Finer]: 2022-09-10 04:19:25.187--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:25.187--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.188--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.188--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])-- bind => [1, 0, 232] [junit] [EL Fine]: 2022-09-10 04:19:25.188--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])-- bind => [1, 0, 231] [junit] [EL Fine]: 2022-09-10 04:19:25.188--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])-- bind => [1, 0, 229] [junit] [EL Fine]: 2022-09-10 04:19:25.188--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])-- bind => [1, 0, 230] [junit] [EL Fine]: 2022-09-10 04:19:25.188--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])-- bind => [1, 0, 233] [junit] [EL Finer]: 2022-09-10 04:19:25.188--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:25.189--ClientSession(916357399)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" sql="INSERT INTO TMP_EMP_PATENT (PATENT_NAME, PATENT_YEAR, EMP_ID) VALUES (?, ?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:25.189--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.189--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.189--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])-- bind => [0, 1] [junit] [EL Fine]: 2022-09-10 04:19:25.189--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])-- bind => [0, 3] [junit] [EL Fine]: 2022-09-10 04:19:25.189--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])-- bind => [0, 2] [junit] [EL Finer]: 2022-09-10 04:19:25.189--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:25.19--ClientSession(916357399)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" sql="INSERT INTO TMP_EMP_PATENT (PATENT_NAME, PATENT_YEAR, EMP_ID) VALUES (?, ?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.19--ClientSession(916357399)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" sql="INSERT INTO TMP_EMP_PATENT (PATENT_NAME, PATENT_YEAR, EMP_ID) VALUES (?, ?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.19--ClientSession(916357399)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" sql="INSERT INTO TMP_EMP_PATENT (PATENT_NAME, PATENT_YEAR, EMP_ID) VALUES (?, ?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.19--ClientSession(916357399)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:25.19--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.19--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PATENT (PATENT_NAME, PATENT_YEAR, EMP_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.19--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])-- bind => [phonograph, 1877, 1] [junit] [EL Fine]: 2022-09-10 04:19:25.19--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])-- bind => [alternating current, 1888, 1] [junit] [EL Fine]: 2022-09-10 04:19:25.19--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])-- bind => [light bulb, 1879, 2] [junit] [EL Fine]: 2022-09-10 04:19:25.19--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])-- bind => [phonograph, 1877, 2] [junit] [EL Finer]: 2022-09-10 04:19:25.19--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:25.191--ClientSession(916357399)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.191--ClientSession(916357399)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.191--ClientSession(916357399)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.191--ClientSession(916357399)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.191--ClientSession(916357399)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:25.191--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.192--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.192--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])-- bind => [230, 1] [junit] [EL Fine]: 2022-09-10 04:19:25.192--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])-- bind => [231, 1] [junit] [EL Fine]: 2022-09-10 04:19:25.192--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])-- bind => [229, 1] [junit] [EL Fine]: 2022-09-10 04:19:25.192--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])-- bind => [231, 2] [junit] [EL Fine]: 2022-09-10 04:19:25.192--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])-- bind => [232, 2] [junit] [EL Finer]: 2022-09-10 04:19:25.192--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:25.193--ClientSession(916357399)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.193--ClientSession(916357399)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:25.193--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.193--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.193--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])-- bind => [1, 1] [junit] [EL Fine]: 2022-09-10 04:19:25.193--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])-- bind => [2, 1] [junit] [EL Fine]: 2022-09-10 04:19:25.193--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])-- bind => [3, 2] [junit] [EL Finer]: 2022-09-10 04:19:25.193--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:25.194--ClientSession(916357399)--Connection(791392406)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:25.195--ServerSession(1526542158)--Connection(152825009)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.196--UnitOfWork(602974107)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:25.196--UnitOfWork(602974107)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.196--UnitOfWork(602974107)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.196--ClientSession(916357399)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.196--UnitOfWork(602974107)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.196--ClientSession(916357399)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:25.196--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 82909977 [junit] [EL Finer]: 2022-09-10 04:19:25.196--ClientSession(82909977)--Thread(Thread[main,5,main])--acquire unit of work: 1267133803 [junit] [EL Finest]: 2022-09-10 04:19:25.196--UnitOfWork(1267133803)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.196--UnitOfWork(1267133803)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4d443a45 [junit] [EL Finest]: 2022-09-10 04:19:25.197--UnitOfWork(1267133803)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2022-09-10 04:19:25.197--UnitOfWork(1267133803)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:25.197--ServerSession(1526542158)--Connection(1951455915)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.197--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.197--ServerSession(1526542158)--Connection(146906367)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [1, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:25.198--ServerSession(1526542158)--Connection(1951455915)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.198--UnitOfWork(1267133803)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@43fcea12 [junit] [EL Finest]: 2022-09-10 04:19:25.198--UnitOfWork(1267133803)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@a4ca3e41 [junit] [EL Finer]: 2022-09-10 04:19:25.199--UnitOfWork(1267133803)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:25.199--UnitOfWork(1267133803)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@181eb2e6) [junit] [EL Finest]: 2022-09-10 04:19:25.199--UnitOfWork(1267133803)--Thread(Thread[main,5,main])--Execute query DataModifyQuery() [junit] [EL Finest]: 2022-09-10 04:19:25.199--ServerSession(1526542158)--Connection(429444808)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.2--ClientSession(82909977)--Connection(429444808)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:25.2--ClientSession(82909977)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.2--ClientSession(82909977)--Connection(420461209)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PATENT WHERE ((PATENT_YEAR = ?) AND ((PATENT_NAME = ?) AND (EMP_ID = ?))) [junit] bind => [1877, phonograph, 1] [junit] [EL Finer]: 2022-09-10 04:19:25.2--ClientSession(82909977)--Connection(420461209)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:25.201--ServerSession(1526542158)--Connection(429444808)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.202--UnitOfWork(1267133803)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:25.202--UnitOfWork(1267133803)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.202--UnitOfWork(1267133803)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.202--ClientSession(82909977)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.202--UnitOfWork(1267133803)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.202--ClientSession(82909977)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:25.202--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 37296778 [junit] [EL Finer]: 2022-09-10 04:19:25.202--ClientSession(37296778)--Thread(Thread[main,5,main])--acquire unit of work: 1720099622 [junit] [EL Finest]: 2022-09-10 04:19:25.202--UnitOfWork(1720099622)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.202--UnitOfWork(1720099622)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4d443a45 [junit] [EL Finest]: 2022-09-10 04:19:25.202--UnitOfWork(1720099622)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2022-09-10 04:19:25.202--UnitOfWork(1720099622)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:25.203--ServerSession(1526542158)--Connection(1315437869)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.203--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.203--ServerSession(1526542158)--Connection(489416788)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [1, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:25.203--ServerSession(1526542158)--Connection(1315437869)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.204--UnitOfWork(1720099622)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="reviews" referenceClass=Review sql="SELECT t1.ID, t1.DTYPE, t2.REVIEW_ID, t1.REVIEWDATE, t1.TEXT, t2.SUCCESSRATE, t1.VERSION, t1.PATENT_YEAR, t1.PATENT_NAME FROM TMP_EMP_REVIEW t0, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID))") [junit] [EL Finest]: 2022-09-10 04:19:25.204--ServerSession(1526542158)--Connection(443728213)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.204--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.204--ServerSession(1526542158)--Connection(1482289927)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t2.REVIEW_ID, t1.REVIEWDATE, t1.TEXT, t2.SUCCESSRATE, t1.VERSION, t1.PATENT_YEAR, t1.PATENT_NAME FROM TMP_EMP_REVIEW t0, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID)) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:25.205--ServerSession(1526542158)--Connection(443728213)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.205--UnitOfWork(1720099622)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1 [junit] [EL Finest]: 2022-09-10 04:19:25.205--UnitOfWork(1720099622)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@2 [junit] [EL Finest]: 2022-09-10 04:19:25.205--UnitOfWork(1720099622)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536 [junit] [EL Finest]: 2022-09-10 04:19:25.205--UnitOfWork(1720099622)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97 [junit] [EL Finest]: 2022-09-10 04:19:25.205--UnitOfWork(1720099622)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad [junit] [EL Finest]: 2022-09-10 04:19:25.205--UnitOfWork(1720099622)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@43fcea12 [junit] [EL Finer]: 2022-09-10 04:19:25.205--UnitOfWork(1720099622)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.205--ClientSession(37296778)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:25.235--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 116709994 [junit] [EL Finer]: 2022-09-10 04:19:25.235--ClientSession(116709994)--Thread(Thread[main,5,main])--acquire unit of work: 2131253156 [junit] [EL Finest]: 2022-09-10 04:19:25.235--UnitOfWork(2131253156)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11. [junit] [EL Finest]: 2022-09-10 04:19:25.235--UnitOfWork(2131253156)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad. [junit] [EL Finest]: 2022-09-10 04:19:25.236--UnitOfWork(2131253156)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536. [junit] [EL Finest]: 2022-09-10 04:19:25.236--UnitOfWork(2131253156)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97. [junit] [EL Finest]: 2022-09-10 04:19:25.236--UnitOfWork(2131253156)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e6c3290. [junit] [EL Finest]: 2022-09-10 04:19:25.236--UnitOfWork(2131253156)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@3ff60e3c. [junit] [EL Finest]: 2022-09-10 04:19:25.236--UnitOfWork(2131253156)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@f012d988. [junit] [EL Finest]: 2022-09-10 04:19:25.236--UnitOfWork(2131253156)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@a4ca3e41. [junit] [EL Finest]: 2022-09-10 04:19:25.236--UnitOfWork(2131253156)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@43fcea12. [junit] [EL Finest]: 2022-09-10 04:19:25.236--UnitOfWork(2131253156)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@f184b1c3. [junit] [EL Finest]: 2022-09-10 04:19:25.236--UnitOfWork(2131253156)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1. [junit] [EL Finest]: 2022-09-10 04:19:25.236--UnitOfWork(2131253156)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@2. [junit] [EL Finest]: 2022-09-10 04:19:25.236--UnitOfWork(2131253156)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@3. [junit] [EL Finest]: 2022-09-10 04:19:25.236--UnitOfWork(2131253156)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@472d6cdf. [junit] [EL Finest]: 2022-09-10 04:19:25.236--UnitOfWork(2131253156)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@67aad9da. [junit] [EL Finer]: 2022-09-10 04:19:25.236--UnitOfWork(2131253156)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:25.237--UnitOfWork(2131253156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2022-09-10 04:19:25.237--ServerSession(1526542158)--Connection(1608980291)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.237--ClientSession(116709994)--Connection(1608980291)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:25.237--ClientSession(116709994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:25.237--UnitOfWork(2131253156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@67aad9da) [junit] [EL Fine]: 2022-09-10 04:19:25.237--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, diverses, 1] [junit] [EL Finest]: 2022-09-10 04:19:25.238--UnitOfWork(2131253156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@472d6cdf) [junit] [EL Finest]: 2022-09-10 04:19:25.238--UnitOfWork(2131253156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@43fcea12) [junit] [EL Finer]: 2022-09-10 04:19:25.238--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.238--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.238--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])-- bind => [2, Fred, vom Jupiter, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:25.238--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])-- bind => [1, Hans, Wurst, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:25.238--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:25.239--UnitOfWork(2131253156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@a4ca3e41) [junit] [EL Finest]: 2022-09-10 04:19:25.239--UnitOfWork(2131253156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@f012d988) [junit] [EL Finest]: 2022-09-10 04:19:25.239--UnitOfWork(2131253156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@f184b1c3) [junit] [EL Finest]: 2022-09-10 04:19:25.239--UnitOfWork(2131253156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e6c3290) [junit] [EL Finer]: 2022-09-10 04:19:25.239--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.239--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_NAME, PAT_YEAR) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.24--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])-- bind => [1888-03-17, alternating current, alternating current, 1888] [junit] [EL Fine]: 2022-09-10 04:19:25.24--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])-- bind => [1877-01-13, simple voice recorder, phonograph, 1877] [junit] [EL Fine]: 2022-09-10 04:19:25.24--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])-- bind => [1879-11-05, artificial light source, light bulb, 1879] [junit] [EL Fine]: 2022-09-10 04:19:25.24--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])-- bind => [1922-11-11, flying machine, helicopter, 1922] [junit] [EL Finer]: 2022-09-10 04:19:25.24--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:25.241--UnitOfWork(2131253156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@3ff60e3c) [junit] [EL Finest]: 2022-09-10 04:19:25.241--UnitOfWork(2131253156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536) [junit] [EL Finest]: 2022-09-10 04:19:25.241--UnitOfWork(2131253156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97) [junit] [EL Finest]: 2022-09-10 04:19:25.241--UnitOfWork(2131253156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad) [junit] [EL Finest]: 2022-09-10 04:19:25.241--UnitOfWork(2131253156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@2) [junit] [EL Finer]: 2022-09-10 04:19:25.241--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.241--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.241--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])-- bind => [232, Erbsen zählen] [junit] [EL Fine]: 2022-09-10 04:19:25.241--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])-- bind => [233, Eclipse linken] [junit] [EL Fine]: 2022-09-10 04:19:25.242--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])-- bind => [230, Bäuche pinseln] [junit] [EL Fine]: 2022-09-10 04:19:25.242--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])-- bind => [231, Zitronen falten] [junit] [EL Fine]: 2022-09-10 04:19:25.242--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])-- bind => [229, Gürteltiere puhlen] [junit] [EL Finer]: 2022-09-10 04:19:25.242--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:25.243--UnitOfWork(2131253156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@3) [junit] [EL Finest]: 2022-09-10 04:19:25.243--UnitOfWork(2131253156)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1) [junit] [EL Finer]: 2022-09-10 04:19:25.243--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.243--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.243--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])-- bind => [2, 2005-10-08, passion, 1, Review] [junit] [EL Fine]: 2022-09-10 04:19:25.243--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])-- bind => [3, 2005-10-09, proficiency, 1, Review] [junit] [EL Fine]: 2022-09-10 04:19:25.243--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])-- bind => [1, 2005-10-07, performance, 1, Review] [junit] [EL Finer]: 2022-09-10 04:19:25.243--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:25.244--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.244--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.244--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])-- bind => [1, 0, 232] [junit] [EL Fine]: 2022-09-10 04:19:25.244--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])-- bind => [1, 0, 233] [junit] [EL Fine]: 2022-09-10 04:19:25.244--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])-- bind => [1, 0, 230] [junit] [EL Fine]: 2022-09-10 04:19:25.244--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])-- bind => [1, 0, 231] [junit] [EL Fine]: 2022-09-10 04:19:25.244--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])-- bind => [1, 0, 229] [junit] [EL Finer]: 2022-09-10 04:19:25.244--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:25.245--ClientSession(116709994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" sql="INSERT INTO TMP_EMP_PATENT (PATENT_NAME, PATENT_YEAR, EMP_ID) VALUES (?, ?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:25.245--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.245--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.245--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])-- bind => [0, 2] [junit] [EL Fine]: 2022-09-10 04:19:25.245--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])-- bind => [0, 3] [junit] [EL Fine]: 2022-09-10 04:19:25.245--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])-- bind => [0, 1] [junit] [EL Finer]: 2022-09-10 04:19:25.245--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:25.246--ClientSession(116709994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" sql="INSERT INTO TMP_EMP_PATENT (PATENT_NAME, PATENT_YEAR, EMP_ID) VALUES (?, ?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.246--ClientSession(116709994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" sql="INSERT INTO TMP_EMP_PATENT (PATENT_NAME, PATENT_YEAR, EMP_ID) VALUES (?, ?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.246--ClientSession(116709994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" sql="INSERT INTO TMP_EMP_PATENT (PATENT_NAME, PATENT_YEAR, EMP_ID) VALUES (?, ?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.246--ClientSession(116709994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:25.246--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.246--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PATENT (PATENT_NAME, PATENT_YEAR, EMP_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.246--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])-- bind => [light bulb, 1879, 2] [junit] [EL Fine]: 2022-09-10 04:19:25.246--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])-- bind => [phonograph, 1877, 2] [junit] [EL Fine]: 2022-09-10 04:19:25.246--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])-- bind => [phonograph, 1877, 1] [junit] [EL Fine]: 2022-09-10 04:19:25.246--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])-- bind => [alternating current, 1888, 1] [junit] [EL Finer]: 2022-09-10 04:19:25.246--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:25.247--ClientSession(116709994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.247--ClientSession(116709994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.247--ClientSession(116709994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.247--ClientSession(116709994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.247--ClientSession(116709994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:25.247--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.248--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.248--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])-- bind => [231, 2] [junit] [EL Fine]: 2022-09-10 04:19:25.248--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])-- bind => [232, 2] [junit] [EL Fine]: 2022-09-10 04:19:25.248--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])-- bind => [230, 1] [junit] [EL Fine]: 2022-09-10 04:19:25.248--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])-- bind => [231, 1] [junit] [EL Fine]: 2022-09-10 04:19:25.248--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])-- bind => [229, 1] [junit] [EL Finer]: 2022-09-10 04:19:25.248--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:25.249--ClientSession(116709994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.249--ClientSession(116709994)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:25.249--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.249--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.249--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])-- bind => [3, 2] [junit] [EL Fine]: 2022-09-10 04:19:25.249--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])-- bind => [1, 1] [junit] [EL Fine]: 2022-09-10 04:19:25.249--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])-- bind => [2, 1] [junit] [EL Finer]: 2022-09-10 04:19:25.249--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:25.25--ClientSession(116709994)--Connection(328754855)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:25.251--ServerSession(1526542158)--Connection(1608980291)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.252--UnitOfWork(2131253156)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:25.252--UnitOfWork(2131253156)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.252--UnitOfWork(2131253156)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.252--ClientSession(116709994)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.252--UnitOfWork(2131253156)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.252--ClientSession(116709994)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:25.252--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2088635477 [junit] [EL Finer]: 2022-09-10 04:19:25.252--ClientSession(2088635477)--Thread(Thread[main,5,main])--acquire unit of work: 312757089 [junit] [EL Finest]: 2022-09-10 04:19:25.252--UnitOfWork(312757089)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.252--UnitOfWork(312757089)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4d443a45 [junit] [EL Finest]: 2022-09-10 04:19:25.252--UnitOfWork(312757089)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2022-09-10 04:19:25.253--UnitOfWork(312757089)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:25.253--ServerSession(1526542158)--Connection(1872990299)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.253--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.253--ServerSession(1526542158)--Connection(1609314701)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [1, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:25.254--ServerSession(1526542158)--Connection(1872990299)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.254--UnitOfWork(312757089)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="reviews" referenceClass=Review sql="SELECT t1.ID, t1.DTYPE, t2.REVIEW_ID, t1.REVIEWDATE, t1.TEXT, t2.SUCCESSRATE, t1.VERSION, t1.PATENT_YEAR, t1.PATENT_NAME FROM TMP_EMP_REVIEW t0, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID))") [junit] [EL Finest]: 2022-09-10 04:19:25.254--ServerSession(1526542158)--Connection(605100547)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.254--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.254--ServerSession(1526542158)--Connection(441395029)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t2.REVIEW_ID, t1.REVIEWDATE, t1.TEXT, t2.SUCCESSRATE, t1.VERSION, t1.PATENT_YEAR, t1.PATENT_NAME FROM TMP_EMP_REVIEW t0, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID)) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:25.255--ServerSession(1526542158)--Connection(605100547)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.255--UnitOfWork(312757089)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1 [junit] [EL Finest]: 2022-09-10 04:19:25.255--UnitOfWork(312757089)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@2 [junit] [EL Finer]: 2022-09-10 04:19:25.255--UnitOfWork(312757089)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:25.256--UnitOfWork(312757089)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Review ) [junit] [EL Finest]: 2022-09-10 04:19:25.256--ServerSession(1526542158)--Connection(642470006)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.256--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.256--ServerSession(1526542158)--Connection(648028106)--Thread(Thread[main,5,main])--SELECT t0.ID FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE (((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID)) AND (t1.REVIEW_ID = t0.ID)) [junit] bind => [3] [junit] [EL Finest]: 2022-09-10 04:19:25.257--ServerSession(1526542158)--Connection(642470006)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.257--UnitOfWork(312757089)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@271ab510) [junit] [EL Finest]: 2022-09-10 04:19:25.257--ClientSession(2088635477)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.257--ServerSession(1526542158)--Connection(1507211630)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.257--ClientSession(2088635477)--Connection(1507211630)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:25.257--ClientSession(2088635477)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.257--ClientSession(2088635477)--Connection(2133734353)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?) [junit] bind => [3, 1] [junit] [EL Finer]: 2022-09-10 04:19:25.258--ClientSession(2088635477)--Connection(2133734353)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:25.259--ServerSession(1526542158)--Connection(1507211630)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.259--UnitOfWork(312757089)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:25.259--UnitOfWork(312757089)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.259--UnitOfWork(312757089)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.259--ClientSession(2088635477)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.259--UnitOfWork(312757089)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.259--ClientSession(2088635477)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:25.259--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 439338915 [junit] [EL Finer]: 2022-09-10 04:19:25.259--ClientSession(439338915)--Thread(Thread[main,5,main])--acquire unit of work: 345104268 [junit] [EL Finest]: 2022-09-10 04:19:25.259--UnitOfWork(345104268)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.259--UnitOfWork(345104268)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4d443a45 [junit] [EL Finest]: 2022-09-10 04:19:25.26--UnitOfWork(345104268)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2022-09-10 04:19:25.26--UnitOfWork(345104268)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:25.26--ServerSession(1526542158)--Connection(719854696)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.26--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.26--ServerSession(1526542158)--Connection(815778566)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [1, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:25.261--ServerSession(1526542158)--Connection(719854696)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.261--UnitOfWork(345104268)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="reviews" referenceClass=Review sql="SELECT t1.ID, t1.DTYPE, t2.REVIEW_ID, t1.REVIEWDATE, t1.TEXT, t2.SUCCESSRATE, t1.VERSION, t1.PATENT_YEAR, t1.PATENT_NAME FROM TMP_EMP_REVIEW t0, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID))") [junit] [EL Finest]: 2022-09-10 04:19:25.261--ServerSession(1526542158)--Connection(1790798354)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.261--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.261--ServerSession(1526542158)--Connection(615795640)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t2.REVIEW_ID, t1.REVIEWDATE, t1.TEXT, t2.SUCCESSRATE, t1.VERSION, t1.PATENT_YEAR, t1.PATENT_NAME FROM TMP_EMP_REVIEW t0, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID)) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:25.262--ServerSession(1526542158)--Connection(1790798354)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.262--UnitOfWork(345104268)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1 [junit] [EL Finest]: 2022-09-10 04:19:25.262--UnitOfWork(345104268)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@2 [junit] [EL Finest]: 2022-09-10 04:19:25.262--UnitOfWork(345104268)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@3 [junit] [EL Finest]: 2022-09-10 04:19:25.262--UnitOfWork(345104268)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536 [junit] [EL Finest]: 2022-09-10 04:19:25.262--UnitOfWork(345104268)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97 [junit] [EL Finest]: 2022-09-10 04:19:25.262--UnitOfWork(345104268)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad [junit] [EL Finest]: 2022-09-10 04:19:25.262--UnitOfWork(345104268)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@43fcea12 [junit] [EL Finest]: 2022-09-10 04:19:25.263--UnitOfWork(345104268)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@a4ca3e41 [junit] [EL Finer]: 2022-09-10 04:19:25.263--UnitOfWork(345104268)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.263--ClientSession(439338915)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:25.291--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1649718222 [junit] [EL Finer]: 2022-09-10 04:19:25.291--ClientSession(1649718222)--Thread(Thread[main,5,main])--acquire unit of work: 773646084 [junit] [EL Finest]: 2022-09-10 04:19:25.291--UnitOfWork(773646084)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11. [junit] [EL Finest]: 2022-09-10 04:19:25.291--UnitOfWork(773646084)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad. [junit] [EL Finest]: 2022-09-10 04:19:25.291--UnitOfWork(773646084)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536. [junit] [EL Finest]: 2022-09-10 04:19:25.291--UnitOfWork(773646084)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97. [junit] [EL Finest]: 2022-09-10 04:19:25.291--UnitOfWork(773646084)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e6c3290. [junit] [EL Finest]: 2022-09-10 04:19:25.291--UnitOfWork(773646084)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@3ff60e3c. [junit] [EL Finest]: 2022-09-10 04:19:25.291--UnitOfWork(773646084)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@f012d988. [junit] [EL Finest]: 2022-09-10 04:19:25.291--UnitOfWork(773646084)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@a4ca3e41. [junit] [EL Finest]: 2022-09-10 04:19:25.291--UnitOfWork(773646084)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@43fcea12. [junit] [EL Finest]: 2022-09-10 04:19:25.291--UnitOfWork(773646084)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@f184b1c3. [junit] [EL Finest]: 2022-09-10 04:19:25.291--UnitOfWork(773646084)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1. [junit] [EL Finest]: 2022-09-10 04:19:25.291--UnitOfWork(773646084)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@2. [junit] [EL Finest]: 2022-09-10 04:19:25.292--UnitOfWork(773646084)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@3. [junit] [EL Finest]: 2022-09-10 04:19:25.292--UnitOfWork(773646084)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@24029871. [junit] [EL Finest]: 2022-09-10 04:19:25.292--UnitOfWork(773646084)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@630f95fc. [junit] [EL Finer]: 2022-09-10 04:19:25.292--UnitOfWork(773646084)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:25.292--UnitOfWork(773646084)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2022-09-10 04:19:25.292--ServerSession(1526542158)--Connection(1907731340)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.292--ClientSession(1649718222)--Connection(1907731340)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:25.292--ClientSession(1649718222)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:25.293--UnitOfWork(773646084)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@24029871) [junit] [EL Fine]: 2022-09-10 04:19:25.293--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, diverses, 1] [junit] [EL Finest]: 2022-09-10 04:19:25.294--UnitOfWork(773646084)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@630f95fc) [junit] [EL Finest]: 2022-09-10 04:19:25.294--UnitOfWork(773646084)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@a4ca3e41) [junit] [EL Finer]: 2022-09-10 04:19:25.294--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.294--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.294--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])-- bind => [1, Hans, Wurst, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Fine]: 2022-09-10 04:19:25.294--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])-- bind => [2, Fred, vom Jupiter, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:25.294--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:25.295--UnitOfWork(773646084)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@f012d988) [junit] [EL Finest]: 2022-09-10 04:19:25.295--UnitOfWork(773646084)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@f184b1c3) [junit] [EL Finest]: 2022-09-10 04:19:25.295--UnitOfWork(773646084)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@43fcea12) [junit] [EL Finest]: 2022-09-10 04:19:25.295--UnitOfWork(773646084)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@e6c3290) [junit] [EL Finer]: 2022-09-10 04:19:25.295--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.295--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_NAME, PAT_YEAR) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.295--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])-- bind => [1877-01-13, simple voice recorder, phonograph, 1877] [junit] [EL Fine]: 2022-09-10 04:19:25.295--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])-- bind => [1879-11-05, artificial light source, light bulb, 1879] [junit] [EL Fine]: 2022-09-10 04:19:25.295--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])-- bind => [1922-11-11, flying machine, helicopter, 1922] [junit] [EL Fine]: 2022-09-10 04:19:25.295--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])-- bind => [1888-03-17, alternating current, alternating current, 1888] [junit] [EL Finer]: 2022-09-10 04:19:25.295--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:25.296--UnitOfWork(773646084)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97) [junit] [EL Finest]: 2022-09-10 04:19:25.297--UnitOfWork(773646084)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536) [junit] [EL Finest]: 2022-09-10 04:19:25.297--UnitOfWork(773646084)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@3ff60e3c) [junit] [EL Finest]: 2022-09-10 04:19:25.297--UnitOfWork(773646084)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad) [junit] [EL Finest]: 2022-09-10 04:19:25.297--UnitOfWork(773646084)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1) [junit] [EL Finer]: 2022-09-10 04:19:25.297--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.297--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT (ID, PROJ_NAME) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.297--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])-- bind => [232, Erbsen zählen] [junit] [EL Fine]: 2022-09-10 04:19:25.297--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])-- bind => [231, Zitronen falten] [junit] [EL Fine]: 2022-09-10 04:19:25.297--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])-- bind => [230, Bäuche pinseln] [junit] [EL Fine]: 2022-09-10 04:19:25.297--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])-- bind => [233, Eclipse linken] [junit] [EL Fine]: 2022-09-10 04:19:25.297--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])-- bind => [229, Gürteltiere puhlen] [junit] [EL Finer]: 2022-09-10 04:19:25.297--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:25.298--UnitOfWork(773646084)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@3) [junit] [EL Finest]: 2022-09-10 04:19:25.299--UnitOfWork(773646084)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@2) [junit] [EL Finer]: 2022-09-10 04:19:25.299--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.299--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.299--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])-- bind => [1, 2005-10-07, performance, 1, Review] [junit] [EL Fine]: 2022-09-10 04:19:25.299--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])-- bind => [3, 2005-10-09, proficiency, 1, Review] [junit] [EL Fine]: 2022-09-10 04:19:25.299--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])-- bind => [2, 2005-10-08, passion, 1, Review] [junit] [EL Finer]: 2022-09-10 04:19:25.299--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:25.3--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.3--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROJECT_DETAILS (PLANNED_DAYS, USED_DAYS, PROJECT_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.3--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])-- bind => [1, 0, 232] [junit] [EL Fine]: 2022-09-10 04:19:25.3--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])-- bind => [1, 0, 231] [junit] [EL Fine]: 2022-09-10 04:19:25.3--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])-- bind => [1, 0, 230] [junit] [EL Fine]: 2022-09-10 04:19:25.3--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])-- bind => [1, 0, 233] [junit] [EL Fine]: 2022-09-10 04:19:25.3--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])-- bind => [1, 0, 229] [junit] [EL Finer]: 2022-09-10 04:19:25.3--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:25.301--ClientSession(1649718222)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" sql="INSERT INTO TMP_EMP_PATENT (PATENT_NAME, PATENT_YEAR, EMP_ID) VALUES (?, ?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:25.301--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.301--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.301--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])-- bind => [0, 1] [junit] [EL Fine]: 2022-09-10 04:19:25.301--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])-- bind => [0, 3] [junit] [EL Fine]: 2022-09-10 04:19:25.301--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])-- bind => [0, 2] [junit] [EL Finer]: 2022-09-10 04:19:25.301--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:25.302--ClientSession(1649718222)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" sql="INSERT INTO TMP_EMP_PATENT (PATENT_NAME, PATENT_YEAR, EMP_ID) VALUES (?, ?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.302--ClientSession(1649718222)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" sql="INSERT INTO TMP_EMP_PATENT (PATENT_NAME, PATENT_YEAR, EMP_ID) VALUES (?, ?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.302--ClientSession(1649718222)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" sql="INSERT INTO TMP_EMP_PATENT (PATENT_NAME, PATENT_YEAR, EMP_ID) VALUES (?, ?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.302--ClientSession(1649718222)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:25.302--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.302--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PATENT (PATENT_NAME, PATENT_YEAR, EMP_ID) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.302--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])-- bind => [phonograph, 1877, 1] [junit] [EL Fine]: 2022-09-10 04:19:25.302--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])-- bind => [alternating current, 1888, 1] [junit] [EL Fine]: 2022-09-10 04:19:25.302--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])-- bind => [light bulb, 1879, 2] [junit] [EL Fine]: 2022-09-10 04:19:25.302--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])-- bind => [phonograph, 1877, 2] [junit] [EL Finer]: 2022-09-10 04:19:25.302--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:25.303--ClientSession(1649718222)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.303--ClientSession(1649718222)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.303--ClientSession(1649718222)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.303--ClientSession(1649718222)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.303--ClientSession(1649718222)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:25.303--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.304--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_PROJECT (PROJECT_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.304--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])-- bind => [230, 1] [junit] [EL Fine]: 2022-09-10 04:19:25.304--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])-- bind => [231, 1] [junit] [EL Fine]: 2022-09-10 04:19:25.304--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])-- bind => [229, 1] [junit] [EL Fine]: 2022-09-10 04:19:25.304--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])-- bind => [231, 2] [junit] [EL Fine]: 2022-09-10 04:19:25.304--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])-- bind => [232, 2] [junit] [EL Finer]: 2022-09-10 04:19:25.304--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:25.305--ClientSession(1649718222)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.305--ClientSession(1649718222)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:25.305--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.305--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.305--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])-- bind => [1, 1] [junit] [EL Fine]: 2022-09-10 04:19:25.305--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])-- bind => [2, 1] [junit] [EL Fine]: 2022-09-10 04:19:25.305--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])-- bind => [3, 2] [junit] [EL Finer]: 2022-09-10 04:19:25.305--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:25.306--ClientSession(1649718222)--Connection(205743356)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:25.307--ServerSession(1526542158)--Connection(1907731340)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.308--UnitOfWork(773646084)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:25.308--UnitOfWork(773646084)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.308--UnitOfWork(773646084)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.308--ClientSession(1649718222)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.308--UnitOfWork(773646084)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.308--ClientSession(1649718222)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:25.308--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1869494088 [junit] [EL Finer]: 2022-09-10 04:19:25.308--ClientSession(1869494088)--Thread(Thread[main,5,main])--acquire unit of work: 435908759 [junit] [EL Finest]: 2022-09-10 04:19:25.308--UnitOfWork(435908759)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.308--UnitOfWork(435908759)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4d443a45 [junit] [EL Finest]: 2022-09-10 04:19:25.308--UnitOfWork(435908759)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2022-09-10 04:19:25.308--UnitOfWork(435908759)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:25.309--ServerSession(1526542158)--Connection(237763835)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.309--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.309--ServerSession(1526542158)--Connection(1276533345)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [1, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:25.31--ServerSession(1526542158)--Connection(237763835)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.31--UnitOfWork(435908759)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="reviews" referenceClass=Review sql="SELECT t1.ID, t1.DTYPE, t2.REVIEW_ID, t1.REVIEWDATE, t1.TEXT, t2.SUCCESSRATE, t1.VERSION, t1.PATENT_YEAR, t1.PATENT_NAME FROM TMP_EMP_REVIEW t0, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID))") [junit] [EL Finest]: 2022-09-10 04:19:25.31--ServerSession(1526542158)--Connection(1462244624)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.31--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.31--ServerSession(1526542158)--Connection(697538758)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t2.REVIEW_ID, t1.REVIEWDATE, t1.TEXT, t2.SUCCESSRATE, t1.VERSION, t1.PATENT_YEAR, t1.PATENT_NAME FROM TMP_EMP_REVIEW t0, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID)) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:25.311--ServerSession(1526542158)--Connection(1462244624)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.311--UnitOfWork(435908759)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1 [junit] [EL Finest]: 2022-09-10 04:19:25.311--UnitOfWork(435908759)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@2 [junit] [EL Finest]: 2022-09-10 04:19:25.311--UnitOfWork(435908759)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@57a78536 [junit] [EL Finest]: 2022-09-10 04:19:25.311--UnitOfWork(435908759)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@b46e4b97 [junit] [EL Finest]: 2022-09-10 04:19:25.312--UnitOfWork(435908759)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Project@25f254ad [junit] [EL Finest]: 2022-09-10 04:19:25.312--UnitOfWork(435908759)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@43fcea12 [junit] [EL Finest]: 2022-09-10 04:19:25.312--UnitOfWork(435908759)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@a4ca3e41 [junit] [EL Finer]: 2022-09-10 04:19:25.312--UnitOfWork(435908759)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.312--ClientSession(1869494088)--Thread(Thread[main,5,main])--client released [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestNode [junit] [EL Finer]: 2022-09-10 04:19:25.335--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 110826259 [junit] [EL Finer]: 2022-09-10 04:19:25.335--ClientSession(110826259)--Thread(Thread[main,5,main])--acquire unit of work: 1832182497 [junit] [EL Finest]: 2022-09-10 04:19:25.336--UnitOfWork(1832182497)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@1. [junit] [EL Finer]: 2022-09-10 04:19:25.336--UnitOfWork(1832182497)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:25.336--UnitOfWork(1832182497)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@1) [junit] [EL Finest]: 2022-09-10 04:19:25.336--ServerSession(1526542158)--Connection(1873607804)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.336--ClientSession(110826259)--Connection(1873607804)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:25.336--ClientSession(110826259)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.337--ClientSession(110826259)--Connection(625293442)--Thread(Thread[main,5,main])--INSERT INTO TMP_NODE (ID, NODENAME, VERSIONCOLUMN, PARENT) VALUES (?, ?, ?, ?) [junit] bind => [1, null, 1, null] [junit] [EL Finer]: 2022-09-10 04:19:25.337--ClientSession(110826259)--Connection(625293442)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:25.338--ServerSession(1526542158)--Connection(1873607804)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.338--UnitOfWork(1832182497)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:25.338--UnitOfWork(1832182497)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.339--UnitOfWork(1832182497)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.339--ClientSession(110826259)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.339--UnitOfWork(1832182497)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.339--ClientSession(110826259)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:25.339--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 557134714 [junit] [EL Finer]: 2022-09-10 04:19:25.339--ClientSession(557134714)--Thread(Thread[main,5,main])--acquire unit of work: 758681334 [junit] [EL Finest]: 2022-09-10 04:19:25.339--UnitOfWork(758681334)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readNode" referenceClass=Node sql="SELECT ID, NODENAME, VERSIONCOLUMN, PARENT FROM TMP_NODE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.339--ServerSession(1526542158)--Connection(787109639)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.339--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.339--ServerSession(1526542158)--Connection(590692163)--Thread(Thread[main,5,main])--SELECT ID, NODENAME, VERSIONCOLUMN, PARENT FROM TMP_NODE WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:25.34--ServerSession(1526542158)--Connection(787109639)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.34--UnitOfWork(758681334)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="children" referenceClass=Node ) [junit] [EL Finest]: 2022-09-10 04:19:25.341--ServerSession(1526542158)--Connection(1334008558)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.341--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.341--ServerSession(1526542158)--Connection(1245838525)--Thread(Thread[main,5,main])--SELECT ID, NODENAME, VERSIONCOLUMN, PARENT FROM TMP_NODE WHERE (PARENT = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:25.341--ServerSession(1526542158)--Connection(1334008558)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:25.342--UnitOfWork(758681334)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.342--ClientSession(557134714)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:25.355--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1660613727 [junit] [EL Finer]: 2022-09-10 04:19:25.355--ClientSession(1660613727)--Thread(Thread[main,5,main])--acquire unit of work: 551444637 [junit] [EL Finest]: 2022-09-10 04:19:25.355--UnitOfWork(551444637)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@a. [junit] [EL Finest]: 2022-09-10 04:19:25.355--UnitOfWork(551444637)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@b. [junit] [EL Finest]: 2022-09-10 04:19:25.355--UnitOfWork(551444637)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@c. [junit] [EL Finer]: 2022-09-10 04:19:25.355--UnitOfWork(551444637)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:25.355--UnitOfWork(551444637)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@b) [junit] [EL Finest]: 2022-09-10 04:19:25.355--UnitOfWork(551444637)--Thread(Thread[main,5,main])--Execute query WriteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@a) [junit] [EL Finest]: 2022-09-10 04:19:25.355--ServerSession(1526542158)--Connection(1693397348)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.355--ClientSession(1660613727)--Connection(1693397348)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:25.355--ClientSession(1660613727)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:25.356--UnitOfWork(551444637)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@c) [junit] [EL Finer]: 2022-09-10 04:19:25.356--ClientSession(1660613727)--Connection(1297332692)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.356--ClientSession(1660613727)--Connection(1297332692)--Thread(Thread[main,5,main])--INSERT INTO TMP_NODE (ID, NODENAME, VERSIONCOLUMN, PARENT) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.356--ClientSession(1660613727)--Connection(1297332692)--Thread(Thread[main,5,main])-- bind => [10, null, 1, null] [junit] [EL Fine]: 2022-09-10 04:19:25.356--ClientSession(1660613727)--Connection(1297332692)--Thread(Thread[main,5,main])-- bind => [11, null, 1, 10] [junit] [EL Fine]: 2022-09-10 04:19:25.356--ClientSession(1660613727)--Connection(1297332692)--Thread(Thread[main,5,main])-- bind => [12, null, 1, 10] [junit] [EL Finer]: 2022-09-10 04:19:25.356--ClientSession(1660613727)--Connection(1297332692)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:25.357--ClientSession(1660613727)--Connection(1297332692)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:25.358--ServerSession(1526542158)--Connection(1693397348)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.358--UnitOfWork(551444637)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:25.358--UnitOfWork(551444637)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.358--UnitOfWork(551444637)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.358--ClientSession(1660613727)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.358--UnitOfWork(551444637)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.358--ClientSession(1660613727)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:25.358--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1926633400 [junit] [EL Finer]: 2022-09-10 04:19:25.358--ClientSession(1926633400)--Thread(Thread[main,5,main])--acquire unit of work: 580623663 [junit] [EL Finest]: 2022-09-10 04:19:25.358--UnitOfWork(580623663)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readNode" referenceClass=Node sql="SELECT ID, NODENAME, VERSIONCOLUMN, PARENT FROM TMP_NODE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.358--ServerSession(1526542158)--Connection(1464385964)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.358--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.358--ServerSession(1526542158)--Connection(1133159122)--Thread(Thread[main,5,main])--SELECT ID, NODENAME, VERSIONCOLUMN, PARENT FROM TMP_NODE WHERE (ID = ?) [junit] bind => [10] [junit] [EL Finest]: 2022-09-10 04:19:25.359--ServerSession(1526542158)--Connection(1464385964)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.359--UnitOfWork(580623663)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="children" referenceClass=Node sql="SELECT ID, NODENAME, VERSIONCOLUMN, PARENT FROM TMP_NODE WHERE (PARENT = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.359--ServerSession(1526542158)--Connection(2029111797)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.359--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.359--ServerSession(1526542158)--Connection(1644016961)--Thread(Thread[main,5,main])--SELECT ID, NODENAME, VERSIONCOLUMN, PARENT FROM TMP_NODE WHERE (PARENT = ?) [junit] bind => [10] [junit] [EL Finest]: 2022-09-10 04:19:25.36--ServerSession(1526542158)--Connection(2029111797)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.36--UnitOfWork(580623663)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="parent" referenceClass=Node ) [junit] [EL Finest]: 2022-09-10 04:19:25.36--UnitOfWork(580623663)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="parent" referenceClass=Node ) [junit] [EL Finest]: 2022-09-10 04:19:25.36--UnitOfWork(580623663)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@c [junit] [EL Finest]: 2022-09-10 04:19:25.36--UnitOfWork(580623663)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@b [junit] [EL Finer]: 2022-09-10 04:19:25.36--UnitOfWork(580623663)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.36--ClientSession(1926633400)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:25.36--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 198927302 [junit] [EL Finer]: 2022-09-10 04:19:25.36--ClientSession(198927302)--Thread(Thread[main,5,main])--acquire unit of work: 1482931438 [junit] [EL Finest]: 2022-09-10 04:19:25.36--UnitOfWork(1482931438)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readNode" referenceClass=Node sql="SELECT ID, NODENAME, VERSIONCOLUMN, PARENT FROM TMP_NODE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.361--ServerSession(1526542158)--Connection(998817784)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.361--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.361--ServerSession(1526542158)--Connection(186489688)--Thread(Thread[main,5,main])--SELECT ID, NODENAME, VERSIONCOLUMN, PARENT FROM TMP_NODE WHERE (ID = ?) [junit] bind => [11] [junit] [EL Finest]: 2022-09-10 04:19:25.361--ServerSession(1526542158)--Connection(998817784)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.361--UnitOfWork(1482931438)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="parent" referenceClass=Node ) [junit] [EL Finest]: 2022-09-10 04:19:25.361--ServerSession(1526542158)--Connection(123786424)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.361--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.361--ServerSession(1526542158)--Connection(479647126)--Thread(Thread[main,5,main])--SELECT ID, NODENAME, VERSIONCOLUMN, PARENT FROM TMP_NODE WHERE (ID = ?) [junit] bind => [10] [junit] [EL Finest]: 2022-09-10 04:19:25.362--ServerSession(1526542158)--Connection(123786424)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.362--UnitOfWork(1482931438)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="children" referenceClass=Node sql="SELECT ID, NODENAME, VERSIONCOLUMN, PARENT FROM TMP_NODE WHERE (PARENT = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.362--ServerSession(1526542158)--Connection(19397064)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.362--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.362--ServerSession(1526542158)--Connection(1871118485)--Thread(Thread[main,5,main])--SELECT ID, NODENAME, VERSIONCOLUMN, PARENT FROM TMP_NODE WHERE (PARENT = ?) [junit] bind => [10] [junit] [EL Finest]: 2022-09-10 04:19:25.363--ServerSession(1526542158)--Connection(19397064)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.363--UnitOfWork(1482931438)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="parent" referenceClass=Node ) [junit] [EL Finest]: 2022-09-10 04:19:25.363--UnitOfWork(1482931438)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@c [junit] [EL Finest]: 2022-09-10 04:19:25.363--UnitOfWork(1482931438)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@b [junit] [EL Finer]: 2022-09-10 04:19:25.363--UnitOfWork(1482931438)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.363--ClientSession(198927302)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:25.377--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 508662500 [junit] [EL Finer]: 2022-09-10 04:19:25.377--ClientSession(508662500)--Thread(Thread[main,5,main])--acquire unit of work: 916680854 [junit] [EL Finest]: 2022-09-10 04:19:25.377--UnitOfWork(916680854)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@1e. [junit] [EL Finer]: 2022-09-10 04:19:25.377--UnitOfWork(916680854)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:25.377--UnitOfWork(916680854)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@1e) [junit] [EL Finest]: 2022-09-10 04:19:25.378--UnitOfWork(916680854)--Thread(Thread[main,5,main])--Execute query WriteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@1e) [junit] [EL Finest]: 2022-09-10 04:19:25.378--ServerSession(1526542158)--Connection(1162196562)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.378--ClientSession(508662500)--Connection(1162196562)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:25.378--ClientSession(508662500)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.379--ClientSession(508662500)--Connection(1758415276)--Thread(Thread[main,5,main])--INSERT INTO TMP_NODE (ID, NODENAME, VERSIONCOLUMN, PARENT) VALUES (?, ?, ?, ?) [junit] bind => [30, null, 1, null] [junit] [EL Fine]: 2022-09-10 04:19:25.38--ClientSession(508662500)--Connection(1758415276)--Thread(Thread[main,5,main])--UPDATE TMP_NODE SET PARENT = ? WHERE (ID = ?) [junit] bind => [30, 30] [junit] [EL Finer]: 2022-09-10 04:19:25.381--ClientSession(508662500)--Connection(1758415276)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:25.382--ServerSession(1526542158)--Connection(1162196562)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.382--UnitOfWork(916680854)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:25.382--UnitOfWork(916680854)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.382--UnitOfWork(916680854)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.382--ClientSession(508662500)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.382--UnitOfWork(916680854)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.382--ClientSession(508662500)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:25.382--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 296949687 [junit] [EL Finer]: 2022-09-10 04:19:25.382--ClientSession(296949687)--Thread(Thread[main,5,main])--acquire unit of work: 1516241841 [junit] [EL Finest]: 2022-09-10 04:19:25.382--UnitOfWork(1516241841)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readNode" referenceClass=Node sql="SELECT ID, NODENAME, VERSIONCOLUMN, PARENT FROM TMP_NODE WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.382--ServerSession(1526542158)--Connection(129341357)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.382--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.383--ServerSession(1526542158)--Connection(1297598062)--Thread(Thread[main,5,main])--SELECT ID, NODENAME, VERSIONCOLUMN, PARENT FROM TMP_NODE WHERE (ID = ?) [junit] bind => [30] [junit] [EL Finest]: 2022-09-10 04:19:25.383--ServerSession(1526542158)--Connection(129341357)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.383--UnitOfWork(1516241841)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="parent" referenceClass=Node ) [junit] [EL Finest]: 2022-09-10 04:19:25.383--UnitOfWork(1516241841)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="children" referenceClass=Node sql="SELECT ID, NODENAME, VERSIONCOLUMN, PARENT FROM TMP_NODE WHERE (PARENT = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.383--ServerSession(1526542158)--Connection(1178841218)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.384--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.384--ServerSession(1526542158)--Connection(27430936)--Thread(Thread[main,5,main])--SELECT ID, NODENAME, VERSIONCOLUMN, PARENT FROM TMP_NODE WHERE (PARENT = ?) [junit] bind => [30] [junit] [EL Finest]: 2022-09-10 04:19:25.384--ServerSession(1526542158)--Connection(1178841218)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.384--UnitOfWork(1516241841)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.node.Node@1e [junit] [EL Finer]: 2022-09-10 04:19:25.384--UnitOfWork(1516241841)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.384--ClientSession(296949687)--Thread(Thread[main,5,main])--client released [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.066 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestPatentReview [junit] [EL Finer]: 2022-09-10 04:19:25.423--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 955442053 [junit] [EL Finer]: 2022-09-10 04:19:25.423--ClientSession(955442053)--Thread(Thread[main,5,main])--acquire unit of work: 660037652 [junit] [EL Finest]: 2022-09-10 04:19:25.423--UnitOfWork(660037652)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@5f8c4a95. [junit] [EL Finest]: 2022-09-10 04:19:25.423--UnitOfWork(660037652)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview@11. [junit] [EL Finer]: 2022-09-10 04:19:25.423--UnitOfWork(660037652)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:25.424--UnitOfWork(660037652)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@5f8c4a95) [junit] [EL Finest]: 2022-09-10 04:19:25.424--ServerSession(1526542158)--Connection(1933320224)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.424--ClientSession(955442053)--Connection(1933320224)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:25.424--ClientSession(955442053)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:25.424--UnitOfWork(660037652)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview@11) [junit] [EL Fine]: 2022-09-10 04:19:25.425--ClientSession(955442053)--Connection(720039383)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_NAME, PAT_YEAR) VALUES (?, ?, ?, ?) [junit] bind => [1857-01-01, das Fußballspiel, Fussball, 1857] [junit] [EL Fine]: 2022-09-10 04:19:25.425--ClientSession(955442053)--Connection(720039383)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, PATENT_YEAR, PATENT_NAME, DTYPE) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [17, null, Review des Patents des Fußballspiels, 1, 1857, Fussball, PatentReview] [junit] [EL Fine]: 2022-09-10 04:19:25.426--ClientSession(955442053)--Connection(720039383)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] bind => [0, 17] [junit] [EL Finer]: 2022-09-10 04:19:25.426--ClientSession(955442053)--Connection(720039383)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:25.427--ServerSession(1526542158)--Connection(1933320224)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.427--UnitOfWork(660037652)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:25.427--UnitOfWork(660037652)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.428--UnitOfWork(660037652)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.428--ClientSession(955442053)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.428--UnitOfWork(660037652)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.428--ClientSession(955442053)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:25.428--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 64294716 [junit] [EL Finer]: 2022-09-10 04:19:25.428--ClientSession(64294716)--Thread(Thread[main,5,main])--acquire unit of work: 1317207434 [junit] [EL Finest]: 2022-09-10 04:19:25.428--UnitOfWork(1317207434)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readPatentReview" referenceClass=PatentReview sql="SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (((t1.REVIEW_ID = t0.ID) AND (t1.REVIEW_ID = t0.ID)) AND (t0.DTYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:25.428--ServerSession(1526542158)--Connection(857679299)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.428--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.429--ServerSession(1526542158)--Connection(844967166)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (((t1.REVIEW_ID = t0.ID) AND (t1.REVIEW_ID = t0.ID)) AND (t0.DTYPE = ?))) [junit] bind => [17, PatentReview] [junit] [EL Finest]: 2022-09-10 04:19:25.429--ServerSession(1526542158)--Connection(857679299)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.43--UnitOfWork(1317207434)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="patent" referenceClass=Patent ) [junit] [EL Finest]: 2022-09-10 04:19:25.43--UnitOfWork(1317207434)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@5f8c4a95 [junit] [EL Finer]: 2022-09-10 04:19:25.456--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 50269988 [junit] [EL Finer]: 2022-09-10 04:19:25.456--ClientSession(50269988)--Thread(Thread[main,5,main])--acquire unit of work: 1029194183 [junit] [EL Finest]: 2022-09-10 04:19:25.456--UnitOfWork(1029194183)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@5f8c4a95. [junit] [EL Finest]: 2022-09-10 04:19:25.456--UnitOfWork(1029194183)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview@12. [junit] [EL Finer]: 2022-09-10 04:19:25.456--UnitOfWork(1029194183)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:25.457--UnitOfWork(1029194183)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@5f8c4a95) [junit] [EL Finest]: 2022-09-10 04:19:25.457--ServerSession(1526542158)--Connection(798768004)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.457--ClientSession(50269988)--Connection(798768004)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:25.457--ClientSession(50269988)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:25.457--UnitOfWork(1029194183)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview@12) [junit] [EL Fine]: 2022-09-10 04:19:25.457--ClientSession(50269988)--Connection(437597103)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_NAME, PAT_YEAR) VALUES (?, ?, ?, ?) [junit] bind => [1857-01-01, das Fußballspiel, Fussball, 1857] [junit] [EL Fine]: 2022-09-10 04:19:25.458--ClientSession(50269988)--Connection(437597103)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, PATENT_YEAR, PATENT_NAME, DTYPE) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [18, null, Review des Patents des Fußballspiels, 1, 1857, Fussball, PatentReview] [junit] [EL Fine]: 2022-09-10 04:19:25.459--ClientSession(50269988)--Connection(437597103)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] bind => [0, 18] [junit] [EL Finer]: 2022-09-10 04:19:25.459--ClientSession(50269988)--Connection(437597103)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:25.461--ServerSession(1526542158)--Connection(798768004)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.461--UnitOfWork(1029194183)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:25.461--UnitOfWork(1029194183)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.461--UnitOfWork(1029194183)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.461--ClientSession(50269988)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.461--UnitOfWork(1029194183)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.461--ClientSession(50269988)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:25.461--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 315928304 [junit] [EL Finer]: 2022-09-10 04:19:25.461--ClientSession(315928304)--Thread(Thread[main,5,main])--acquire unit of work: 826341216 [junit] [EL Finest]: 2022-09-10 04:19:25.461--UnitOfWork(826341216)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=PatentReview sql="select * from TMP_REVIEW join TMP_REVIEW_DETAILS on TMP_REVIEW.ID = TMP_REVIEW_DETAILS.REVIEW_ID where ID = 18") [junit] [EL Finest]: 2022-09-10 04:19:25.461--ServerSession(1526542158)--Connection(210551038)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.461--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.462--ServerSession(1526542158)--Connection(714698233)--Thread(Thread[main,5,main])--select * from TMP_REVIEW join TMP_REVIEW_DETAILS on TMP_REVIEW.ID = TMP_REVIEW_DETAILS.REVIEW_ID where ID = 18 [junit] [EL Finest]: 2022-09-10 04:19:25.462--ServerSession(1526542158)--Connection(210551038)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.462--UnitOfWork(826341216)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="patent" referenceClass=Patent ) [junit] [EL Finest]: 2022-09-10 04:19:25.462--UnitOfWork(826341216)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@5f8c4a95 [junit] [EL Finer]: 2022-09-10 04:19:25.488--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2059253711 [junit] [EL Finer]: 2022-09-10 04:19:25.488--ClientSession(2059253711)--Thread(Thread[main,5,main])--acquire unit of work: 1152303835 [junit] [EL Finest]: 2022-09-10 04:19:25.488--UnitOfWork(1152303835)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@1f28d06d. [junit] [EL Finest]: 2022-09-10 04:19:25.488--UnitOfWork(1152303835)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview@14. [junit] [EL Finest]: 2022-09-10 04:19:25.488--UnitOfWork(1152303835)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@805a3532. [junit] [EL Finest]: 2022-09-10 04:19:25.489--UnitOfWork(1152303835)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview@15. [junit] [EL Finest]: 2022-09-10 04:19:25.489--UnitOfWork(1152303835)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@af7f480a. [junit] [EL Finest]: 2022-09-10 04:19:25.489--UnitOfWork(1152303835)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview@16. [junit] [EL Finest]: 2022-09-10 04:19:25.489--UnitOfWork(1152303835)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@c47f9c4b. [junit] [EL Finest]: 2022-09-10 04:19:25.489--UnitOfWork(1152303835)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview@17. [junit] [EL Finer]: 2022-09-10 04:19:25.489--UnitOfWork(1152303835)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:25.489--UnitOfWork(1152303835)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@1f28d06d) [junit] [EL Finest]: 2022-09-10 04:19:25.489--ServerSession(1526542158)--Connection(551854451)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.489--ClientSession(2059253711)--Connection(551854451)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:25.489--ClientSession(2059253711)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:25.49--UnitOfWork(1152303835)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@c47f9c4b) [junit] [EL Finest]: 2022-09-10 04:19:25.49--UnitOfWork(1152303835)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@af7f480a) [junit] [EL Finest]: 2022-09-10 04:19:25.49--UnitOfWork(1152303835)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@805a3532) [junit] [EL Finest]: 2022-09-10 04:19:25.49--UnitOfWork(1152303835)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview@17) [junit] [EL Finer]: 2022-09-10 04:19:25.49--ClientSession(2059253711)--Connection(876814305)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.49--ClientSession(2059253711)--Connection(876814305)--Thread(Thread[main,5,main])--INSERT INTO TMP_PATENT (PAT_ASSIGNATION, PAT_DESCRIPTION, PAT_NAME, PAT_YEAR) VALUES (?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.49--ClientSession(2059253711)--Connection(876814305)--Thread(Thread[main,5,main])-- bind => [2002-01-01, SQL Parser, SQL Parser, 2002] [junit] [EL Fine]: 2022-09-10 04:19:25.49--ClientSession(2059253711)--Connection(876814305)--Thread(Thread[main,5,main])-- bind => [2005-01-01, Environment Manager, Environment Manager, 2005] [junit] [EL Fine]: 2022-09-10 04:19:25.49--ClientSession(2059253711)--Connection(876814305)--Thread(Thread[main,5,main])-- bind => [2007-01-01, JPA Monitor, JPA Monitor, 2007] [junit] [EL Fine]: 2022-09-10 04:19:25.49--ClientSession(2059253711)--Connection(876814305)--Thread(Thread[main,5,main])-- bind => [2008-01-01, Foreign Key Sorter, Foreign Key Sorter, 2008] [junit] [EL Finer]: 2022-09-10 04:19:25.49--ClientSession(2059253711)--Connection(876814305)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:25.491--UnitOfWork(1152303835)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview@15) [junit] [EL Finest]: 2022-09-10 04:19:25.491--UnitOfWork(1152303835)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview@14) [junit] [EL Finest]: 2022-09-10 04:19:25.492--UnitOfWork(1152303835)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.PatentReview@16) [junit] [EL Finer]: 2022-09-10 04:19:25.492--ClientSession(2059253711)--Connection(876814305)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.492--ClientSession(2059253711)--Connection(876814305)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, PATENT_YEAR, PATENT_NAME, DTYPE) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.492--ClientSession(2059253711)--Connection(876814305)--Thread(Thread[main,5,main])-- bind => [23, null, Review vom Environment Manager, 1, 2005, Environment Manager, PatentReview] [junit] [EL Fine]: 2022-09-10 04:19:25.492--ClientSession(2059253711)--Connection(876814305)--Thread(Thread[main,5,main])-- bind => [21, null, Review vom Foreign Key Sorter, 1, 2008, Foreign Key Sorter, PatentReview] [junit] [EL Fine]: 2022-09-10 04:19:25.492--ClientSession(2059253711)--Connection(876814305)--Thread(Thread[main,5,main])-- bind => [20, null, Review vom SQL Parser Patent, 1, 2002, SQL Parser, PatentReview] [junit] [EL Fine]: 2022-09-10 04:19:25.492--ClientSession(2059253711)--Connection(876814305)--Thread(Thread[main,5,main])-- bind => [22, null, Review vom JPA Monitor, 1, 2007, JPA Monitor, PatentReview] [junit] [EL Finer]: 2022-09-10 04:19:25.492--ClientSession(2059253711)--Connection(876814305)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:25.493--ClientSession(2059253711)--Connection(876814305)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.493--ClientSession(2059253711)--Connection(876814305)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.493--ClientSession(2059253711)--Connection(876814305)--Thread(Thread[main,5,main])-- bind => [0, 23] [junit] [EL Fine]: 2022-09-10 04:19:25.493--ClientSession(2059253711)--Connection(876814305)--Thread(Thread[main,5,main])-- bind => [0, 21] [junit] [EL Fine]: 2022-09-10 04:19:25.493--ClientSession(2059253711)--Connection(876814305)--Thread(Thread[main,5,main])-- bind => [0, 20] [junit] [EL Fine]: 2022-09-10 04:19:25.493--ClientSession(2059253711)--Connection(876814305)--Thread(Thread[main,5,main])-- bind => [0, 22] [junit] [EL Finer]: 2022-09-10 04:19:25.493--ClientSession(2059253711)--Connection(876814305)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:25.494--ClientSession(2059253711)--Connection(876814305)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:25.495--ServerSession(1526542158)--Connection(551854451)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.495--UnitOfWork(1152303835)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:25.495--UnitOfWork(1152303835)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.495--UnitOfWork(1152303835)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.495--ClientSession(2059253711)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.495--UnitOfWork(1152303835)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.496--ClientSession(2059253711)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:25.496--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 252093875 [junit] [EL Finer]: 2022-09-10 04:19:25.496--ClientSession(252093875)--Thread(Thread[main,5,main])--acquire unit of work: 1155418785 [junit] [EL Finer]: 2022-09-10 04:19:25.497--UnitOfWork(1155418785)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:25.497--UnitOfWork(1155418785)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:25.497--UnitOfWork(1155418785)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=PatentReview sql="SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE (((t1.REVIEW_ID = t0.ID) AND (t1.REVIEW_ID = t0.ID)) AND (t0.DTYPE = ?))") [junit] [EL Finest]: 2022-09-10 04:19:25.497--ServerSession(1526542158)--Connection(2103646338)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.497--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.497--ServerSession(1526542158)--Connection(176432337)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE (((t1.REVIEW_ID = t0.ID) AND (t1.REVIEW_ID = t0.ID)) AND (t0.DTYPE = ?)) [junit] bind => [PatentReview] [junit] [EL Finest]: 2022-09-10 04:19:25.498--ServerSession(1526542158)--Connection(2103646338)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.498--UnitOfWork(1155418785)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="patent" referenceClass=Patent ) [junit] [EL Finest]: 2022-09-10 04:19:25.498--UnitOfWork(1155418785)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@1f28d06d [junit] [EL Finest]: 2022-09-10 04:19:25.498--UnitOfWork(1155418785)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="patent" referenceClass=Patent ) [junit] [EL Finest]: 2022-09-10 04:19:25.498--UnitOfWork(1155418785)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@805a3532 [junit] [EL Finest]: 2022-09-10 04:19:25.499--UnitOfWork(1155418785)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="patent" referenceClass=Patent ) [junit] [EL Finest]: 2022-09-10 04:19:25.499--UnitOfWork(1155418785)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@af7f480a [junit] [EL Finest]: 2022-09-10 04:19:25.499--UnitOfWork(1155418785)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="patent" referenceClass=Patent ) [junit] [EL Finest]: 2022-09-10 04:19:25.499--UnitOfWork(1155418785)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Patent@c47f9c4b [junit] [EL Finer]: 2022-09-10 04:19:25.499--UnitOfWork(1155418785)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.499--ClientSession(252093875)--Thread(Thread[main,5,main])--client released [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestPrimaryKeyJoinColumn [junit] [EL Finer]: 2022-09-10 04:19:25.524--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1521881483 [junit] [EL Finer]: 2022-09-10 04:19:25.524--ClientSession(1521881483)--Thread(Thread[main,5,main])--acquire unit of work: 1068154764 [junit] [EL Finest]: 2022-09-10 04:19:25.524--UnitOfWork(1068154764)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course@7209f69b. [junit] [EL Finest]: 2022-09-10 04:19:25.524--UnitOfWork(1068154764)--Thread(Thread[main,5,main])--assign sequence to the object (7 -> org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course@7209f69b) [junit] [EL Finer]: 2022-09-10 04:19:25.524--UnitOfWork(1068154764)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:25.524--UnitOfWork(1068154764)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Course@7209f69b) [junit] [EL Finest]: 2022-09-10 04:19:25.524--ServerSession(1526542158)--Connection(1918349798)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.525--ClientSession(1521881483)--Connection(1918349798)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:25.525--ClientSession(1521881483)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.525--ClientSession(1521881483)--Connection(418068223)--Thread(Thread[main,5,main])--INSERT INTO TMP_COURSE (COURSE_ID) VALUES (?) [junit] bind => [7] [junit] [EL Finer]: 2022-09-10 04:19:25.526--ClientSession(1521881483)--Connection(418068223)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:25.527--ServerSession(1526542158)--Connection(1918349798)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.527--UnitOfWork(1068154764)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:25.527--UnitOfWork(1068154764)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.527--UnitOfWork(1068154764)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.527--ClientSession(1521881483)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.527--UnitOfWork(1068154764)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.527--ClientSession(1521881483)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:25.527--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1288963120 [junit] [EL Finer]: 2022-09-10 04:19:25.527--ClientSession(1288963120)--Thread(Thread[main,5,main])--acquire unit of work: 222924699 [junit] [EL Finest]: 2022-09-10 04:19:25.527--UnitOfWork(222924699)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readCourse" referenceClass=Course sql="SELECT COURSE_ID FROM TMP_COURSE WHERE (COURSE_ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.527--ServerSession(1526542158)--Connection(1969805675)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.527--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.527--ServerSession(1526542158)--Connection(1817958604)--Thread(Thread[main,5,main])--SELECT COURSE_ID FROM TMP_COURSE WHERE (COURSE_ID = ?) [junit] bind => [7] [junit] [EL Finest]: 2022-09-10 04:19:25.528--ServerSession(1526542158)--Connection(1969805675)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.528--UnitOfWork(222924699)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="material" referenceClass=Material ) [junit] [EL Finest]: 2022-09-10 04:19:25.528--ServerSession(1526542158)--Connection(1074382795)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.528--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.528--ServerSession(1526542158)--Connection(1442383365)--Thread(Thread[main,5,main])--SELECT COURSE_ID, DATA FROM TMP_MATERIAL WHERE (COURSE_ID = ?) [junit] bind => [7] [junit] [EL Finest]: 2022-09-10 04:19:25.529--ServerSession(1526542158)--Connection(1074382795)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.529--UnitOfWork(222924699)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="attendees" referenceClass=Employee sql="SELECT t0.ID, t0.FIRSTNAME, t0.LASTNAME, t0.SALARY, t0.EMP_END, t0.EMP_START, t0.COSTCENTER, t0.DEPARTMENT, t0.BROKERAGE_ACCOUNT, t0.CUBICLE_FLOOR, t0.CUBICLE_PLACE, t0.SAMPLE_ACCOUNT, t0.PROFILE_GUID FROM TMP_EMP t0, TMP_COURSE_EMP t1 WHERE ((t1.COURSE_ID = ?) AND (t0.ID = t1.EMP_ID)) ORDER BY t0.LASTNAME ASC") [junit] [EL Finest]: 2022-09-10 04:19:25.529--ServerSession(1526542158)--Connection(1765060696)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.529--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.529--ServerSession(1526542158)--Connection(1960856149)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.FIRSTNAME, t0.LASTNAME, t0.SALARY, t0.EMP_END, t0.EMP_START, t0.COSTCENTER, t0.DEPARTMENT, t0.BROKERAGE_ACCOUNT, t0.CUBICLE_FLOOR, t0.CUBICLE_PLACE, t0.SAMPLE_ACCOUNT, t0.PROFILE_GUID FROM TMP_EMP t0, TMP_COURSE_EMP t1 WHERE ((t1.COURSE_ID = ?) AND (t0.ID = t1.EMP_ID)) ORDER BY t0.LASTNAME ASC [junit] bind => [7] [junit] [EL Finest]: 2022-09-10 04:19:25.53--ServerSession(1526542158)--Connection(1765060696)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestRelationshipsWithCache [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 0.02 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestUnidirectionalOneToMany [junit] [EL Finer]: 2022-09-10 04:19:25.597--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 80686687 [junit] [EL Finer]: 2022-09-10 04:19:25.597--ClientSession(80686687)--Thread(Thread[main,5,main])--acquire unit of work: 791803053 [junit] [EL Finest]: 2022-09-10 04:19:25.597--UnitOfWork(791803053)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11. [junit] [EL Finest]: 2022-09-10 04:19:25.597--UnitOfWork(791803053)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@b64d1e6. [junit] [EL Finest]: 2022-09-10 04:19:25.598--UnitOfWork(791803053)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1. [junit] [EL Finest]: 2022-09-10 04:19:25.598--UnitOfWork(791803053)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@2. [junit] [EL Finest]: 2022-09-10 04:19:25.598--UnitOfWork(791803053)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@3. [junit] [EL Finer]: 2022-09-10 04:19:25.598--UnitOfWork(791803053)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:25.598--UnitOfWork(791803053)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2022-09-10 04:19:25.598--ServerSession(1526542158)--Connection(1124789714)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.598--ClientSession(80686687)--Connection(1124789714)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:25.598--ClientSession(80686687)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:25.599--UnitOfWork(791803053)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@b64d1e6) [junit] [EL Fine]: 2022-09-10 04:19:25.599--ClientSession(80686687)--Connection(28534787)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, R&D, 1] [junit] [EL Finest]: 2022-09-10 04:19:25.599--UnitOfWork(791803053)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@2) [junit] [EL Fine]: 2022-09-10 04:19:25.599--ClientSession(80686687)--Connection(28534787)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [4, Hans, Wurst, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Finest]: 2022-09-10 04:19:25.6--UnitOfWork(791803053)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1) [junit] [EL Finest]: 2022-09-10 04:19:25.6--UnitOfWork(791803053)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@3) [junit] [EL Finer]: 2022-09-10 04:19:25.6--ClientSession(80686687)--Connection(28534787)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.6--ClientSession(80686687)--Connection(28534787)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.6--ClientSession(80686687)--Connection(28534787)--Thread(Thread[main,5,main])-- bind => [2, 2005-10-08, ble, 1, Review] [junit] [EL Fine]: 2022-09-10 04:19:25.6--ClientSession(80686687)--Connection(28534787)--Thread(Thread[main,5,main])-- bind => [1, 2005-10-07, bla, 1, Review] [junit] [EL Fine]: 2022-09-10 04:19:25.6--ClientSession(80686687)--Connection(28534787)--Thread(Thread[main,5,main])-- bind => [3, 2005-10-09, bli, 1, Review] [junit] [EL Finer]: 2022-09-10 04:19:25.6--ClientSession(80686687)--Connection(28534787)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:25.602--ClientSession(80686687)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:25.602--ClientSession(80686687)--Connection(28534787)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.602--ClientSession(80686687)--Connection(28534787)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.602--ClientSession(80686687)--Connection(28534787)--Thread(Thread[main,5,main])-- bind => [0, 2] [junit] [EL Fine]: 2022-09-10 04:19:25.602--ClientSession(80686687)--Connection(28534787)--Thread(Thread[main,5,main])-- bind => [0, 1] [junit] [EL Fine]: 2022-09-10 04:19:25.602--ClientSession(80686687)--Connection(28534787)--Thread(Thread[main,5,main])-- bind => [0, 3] [junit] [EL Finer]: 2022-09-10 04:19:25.602--ClientSession(80686687)--Connection(28534787)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:25.603--ClientSession(80686687)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.603--ClientSession(80686687)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:25.603--ClientSession(80686687)--Connection(28534787)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.603--ClientSession(80686687)--Connection(28534787)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.603--ClientSession(80686687)--Connection(28534787)--Thread(Thread[main,5,main])-- bind => [1, 4] [junit] [EL Fine]: 2022-09-10 04:19:25.603--ClientSession(80686687)--Connection(28534787)--Thread(Thread[main,5,main])-- bind => [2, 4] [junit] [EL Fine]: 2022-09-10 04:19:25.603--ClientSession(80686687)--Connection(28534787)--Thread(Thread[main,5,main])-- bind => [3, 4] [junit] [EL Finer]: 2022-09-10 04:19:25.603--ClientSession(80686687)--Connection(28534787)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:25.604--ClientSession(80686687)--Connection(28534787)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:25.605--ServerSession(1526542158)--Connection(1124789714)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.605--UnitOfWork(791803053)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:25.605--UnitOfWork(791803053)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.605--UnitOfWork(791803053)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.605--ClientSession(80686687)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.605--UnitOfWork(791803053)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.605--ClientSession(80686687)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:25.605--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2094351026 [junit] [EL Finer]: 2022-09-10 04:19:25.605--ClientSession(2094351026)--Thread(Thread[main,5,main])--acquire unit of work: 2034571520 [junit] [EL Finest]: 2022-09-10 04:19:25.605--UnitOfWork(2034571520)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.605--UnitOfWork(2034571520)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3b7f00d9 [junit] [EL Finest]: 2022-09-10 04:19:25.606--UnitOfWork(2034571520)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2022-09-10 04:19:25.606--UnitOfWork(2034571520)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:25.606--ServerSession(1526542158)--Connection(1470417375)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.606--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.606--ServerSession(1526542158)--Connection(116938546)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [4, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:25.607--ServerSession(1526542158)--Connection(1470417375)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.607--UnitOfWork(2034571520)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@409574a1 [junit] [EL Finer]: 2022-09-10 04:19:25.607--UnitOfWork(2034571520)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:25.607--UnitOfWork(2034571520)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Employee ) [junit] [EL Finest]: 2022-09-10 04:19:25.607--UnitOfWork(2034571520)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="bicycles" sql="DELETE FROM TMP_EMP_BICYCLE WHERE (EMPLOYEE_ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.607--ServerSession(1526542158)--Connection(986398949)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.607--ClientSession(2094351026)--Connection(986398949)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:25.607--ClientSession(2094351026)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:25.608--UnitOfWork(2034571520)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="DELETE FROM TMP_EMP_CREDIT WHERE (CLIENT_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:25.608--ClientSession(2094351026)--Connection(325372473)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_BICYCLE WHERE (EMPLOYEE_ID = ?) [junit] bind => [4] [junit] [EL Finest]: 2022-09-10 04:19:25.608--UnitOfWork(2034571520)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="DELETE FROM TMP_EMP_HOBBY WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:25.608--ClientSession(2094351026)--Connection(325372473)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_CREDIT WHERE (CLIENT_ID = ?) [junit] bind => [4] [junit] [EL Finest]: 2022-09-10 04:19:25.609--UnitOfWork(2034571520)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" sql="DELETE FROM TMP_EMP_PATENT WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:25.609--ClientSession(2094351026)--Connection(325372473)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_HOBBY WHERE (EMP_ID = ?) [junit] bind => [4] [junit] [EL Finest]: 2022-09-10 04:19:25.609--UnitOfWork(2034571520)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="DELETE FROM TMP_EMP_PROJECT WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:25.609--ClientSession(2094351026)--Connection(325372473)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PATENT WHERE (EMP_ID = ?) [junit] bind => [4] [junit] [EL Finest]: 2022-09-10 04:19:25.609--UnitOfWork(2034571520)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="DELETE FROM TMP_EMP_REVIEW WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:25.609--ClientSession(2094351026)--Connection(325372473)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT WHERE (EMP_ID = ?) [junit] bind => [4] [junit] [EL Finest]: 2022-09-10 04:19:25.61--UnitOfWork(2034571520)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@409574a1) [junit] [EL Fine]: 2022-09-10 04:19:25.61--ClientSession(2094351026)--Connection(325372473)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW WHERE (EMP_ID = ?) [junit] bind => [4] [junit] [EL Fine]: 2022-09-10 04:19:25.611--ClientSession(2094351026)--Connection(325372473)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP WHERE (ID = ?) [junit] bind => [4] [junit] [EL Finer]: 2022-09-10 04:19:25.611--ClientSession(2094351026)--Connection(325372473)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:25.612--ServerSession(1526542158)--Connection(986398949)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.612--UnitOfWork(2034571520)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:25.612--UnitOfWork(2034571520)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.612--UnitOfWork(2034571520)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.612--ClientSession(2094351026)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.612--UnitOfWork(2034571520)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.612--ClientSession(2094351026)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:25.643--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 797698024 [junit] [EL Finer]: 2022-09-10 04:19:25.643--ClientSession(797698024)--Thread(Thread[main,5,main])--acquire unit of work: 872265011 [junit] [EL Finest]: 2022-09-10 04:19:25.643--UnitOfWork(872265011)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11. [junit] [EL Finest]: 2022-09-10 04:19:25.643--UnitOfWork(872265011)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@c915d35. [junit] [EL Finest]: 2022-09-10 04:19:25.643--UnitOfWork(872265011)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1. [junit] [EL Finest]: 2022-09-10 04:19:25.643--UnitOfWork(872265011)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@2. [junit] [EL Finest]: 2022-09-10 04:19:25.643--UnitOfWork(872265011)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@3. [junit] [EL Finer]: 2022-09-10 04:19:25.643--UnitOfWork(872265011)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:25.644--UnitOfWork(872265011)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2022-09-10 04:19:25.644--ServerSession(1526542158)--Connection(1689642511)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.644--ClientSession(797698024)--Connection(1689642511)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:25.644--ClientSession(797698024)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:25.644--UnitOfWork(872265011)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@c915d35) [junit] [EL Fine]: 2022-09-10 04:19:25.644--ClientSession(797698024)--Connection(351790783)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, R&D, 1] [junit] [EL Finest]: 2022-09-10 04:19:25.645--UnitOfWork(872265011)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@3) [junit] [EL Fine]: 2022-09-10 04:19:25.645--ClientSession(797698024)--Connection(351790783)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [4, Hans, Wurst, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Finest]: 2022-09-10 04:19:25.645--UnitOfWork(872265011)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1) [junit] [EL Finest]: 2022-09-10 04:19:25.645--UnitOfWork(872265011)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@2) [junit] [EL Finer]: 2022-09-10 04:19:25.646--ClientSession(797698024)--Connection(351790783)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.646--ClientSession(797698024)--Connection(351790783)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.646--ClientSession(797698024)--Connection(351790783)--Thread(Thread[main,5,main])-- bind => [3, 2005-10-09, bli, 1, Review] [junit] [EL Fine]: 2022-09-10 04:19:25.646--ClientSession(797698024)--Connection(351790783)--Thread(Thread[main,5,main])-- bind => [1, 2005-10-07, bla, 1, Review] [junit] [EL Fine]: 2022-09-10 04:19:25.646--ClientSession(797698024)--Connection(351790783)--Thread(Thread[main,5,main])-- bind => [2, 2005-10-08, ble, 1, Review] [junit] [EL Finer]: 2022-09-10 04:19:25.646--ClientSession(797698024)--Connection(351790783)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:25.647--ClientSession(797698024)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:25.647--ClientSession(797698024)--Connection(351790783)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.647--ClientSession(797698024)--Connection(351790783)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.647--ClientSession(797698024)--Connection(351790783)--Thread(Thread[main,5,main])-- bind => [0, 3] [junit] [EL Fine]: 2022-09-10 04:19:25.647--ClientSession(797698024)--Connection(351790783)--Thread(Thread[main,5,main])-- bind => [0, 1] [junit] [EL Fine]: 2022-09-10 04:19:25.647--ClientSession(797698024)--Connection(351790783)--Thread(Thread[main,5,main])-- bind => [0, 2] [junit] [EL Finer]: 2022-09-10 04:19:25.647--ClientSession(797698024)--Connection(351790783)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:25.647--ClientSession(797698024)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.647--ClientSession(797698024)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:25.647--ClientSession(797698024)--Connection(351790783)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.648--ClientSession(797698024)--Connection(351790783)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.648--ClientSession(797698024)--Connection(351790783)--Thread(Thread[main,5,main])-- bind => [1, 4] [junit] [EL Fine]: 2022-09-10 04:19:25.648--ClientSession(797698024)--Connection(351790783)--Thread(Thread[main,5,main])-- bind => [2, 4] [junit] [EL Fine]: 2022-09-10 04:19:25.648--ClientSession(797698024)--Connection(351790783)--Thread(Thread[main,5,main])-- bind => [3, 4] [junit] [EL Finer]: 2022-09-10 04:19:25.648--ClientSession(797698024)--Connection(351790783)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:25.648--ClientSession(797698024)--Connection(351790783)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:25.649--ServerSession(1526542158)--Connection(1689642511)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.65--UnitOfWork(872265011)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:25.65--UnitOfWork(872265011)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.65--UnitOfWork(872265011)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.65--ClientSession(797698024)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.65--UnitOfWork(872265011)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.65--ClientSession(797698024)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:25.65--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1132762793 [junit] [EL Finer]: 2022-09-10 04:19:25.65--ClientSession(1132762793)--Thread(Thread[main,5,main])--acquire unit of work: 1748153281 [junit] [EL Finest]: 2022-09-10 04:19:25.65--UnitOfWork(1748153281)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.65--UnitOfWork(1748153281)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4f58dd75 [junit] [EL Finest]: 2022-09-10 04:19:25.65--UnitOfWork(1748153281)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2022-09-10 04:19:25.65--UnitOfWork(1748153281)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:25.65--ServerSession(1526542158)--Connection(964466799)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.65--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.651--ServerSession(1526542158)--Connection(809916736)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [4, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:25.651--ServerSession(1526542158)--Connection(964466799)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.651--UnitOfWork(1748153281)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3d7ab0e3. [junit] [EL Finer]: 2022-09-10 04:19:25.652--UnitOfWork(1748153281)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:25.652--UnitOfWork(1748153281)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="reviews" referenceClass=Review sql="SELECT t1.ID, t1.DTYPE, t2.REVIEW_ID, t1.REVIEWDATE, t1.TEXT, t2.SUCCESSRATE, t1.VERSION, t1.PATENT_YEAR, t1.PATENT_NAME FROM TMP_EMP_REVIEW t0, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID))") [junit] [EL Finest]: 2022-09-10 04:19:25.652--ServerSession(1526542158)--Connection(1540696113)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.652--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.652--ServerSession(1526542158)--Connection(859862528)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t2.REVIEW_ID, t1.REVIEWDATE, t1.TEXT, t2.SUCCESSRATE, t1.VERSION, t1.PATENT_YEAR, t1.PATENT_NAME FROM TMP_EMP_REVIEW t0, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID)) [junit] bind => [4] [junit] [EL Finest]: 2022-09-10 04:19:25.653--ServerSession(1526542158)--Connection(1540696113)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.653--UnitOfWork(1748153281)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1 [junit] [EL Finest]: 2022-09-10 04:19:25.653--UnitOfWork(1748153281)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@2 [junit] [EL Finest]: 2022-09-10 04:19:25.653--UnitOfWork(1748153281)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@3 [junit] [EL Finest]: 2022-09-10 04:19:25.653--UnitOfWork(1748153281)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@237b6c88) [junit] [EL Finest]: 2022-09-10 04:19:25.654--UnitOfWork(1748153281)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@3d7ab0e3) [junit] [EL Finest]: 2022-09-10 04:19:25.654--ServerSession(1526542158)--Connection(1684111049)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.654--ClientSession(1132762793)--Connection(1684111049)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:25.654--ClientSession(1132762793)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:25.654--UnitOfWork(1748153281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery() [junit] [EL Fine]: 2022-09-10 04:19:25.654--ClientSession(1132762793)--Connection(134883030)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [15, Paulchen, Müller, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finest]: 2022-09-10 04:19:25.655--UnitOfWork(1748153281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_EMP_REVIEW WHERE ((REVIEW_ID = ?) AND (EMP_ID = ?))") [junit] [EL Finest]: 2022-09-10 04:19:25.655--UnitOfWork(1748153281)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_EMP_REVIEW WHERE ((REVIEW_ID = ?) AND (EMP_ID = ?))") [junit] [EL Finest]: 2022-09-10 04:19:25.655--ClientSession(1132762793)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:25.655--ClientSession(1132762793)--Connection(134883030)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.655--ClientSession(1132762793)--Connection(134883030)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW WHERE ((REVIEW_ID = ?) AND (EMP_ID = ?)) [junit] [EL Fine]: 2022-09-10 04:19:25.655--ClientSession(1132762793)--Connection(134883030)--Thread(Thread[main,5,main])-- bind => [2, 4] [junit] [EL Fine]: 2022-09-10 04:19:25.655--ClientSession(1132762793)--Connection(134883030)--Thread(Thread[main,5,main])-- bind => [3, 4] [junit] [EL Fine]: 2022-09-10 04:19:25.655--ClientSession(1132762793)--Connection(134883030)--Thread(Thread[main,5,main])-- bind => [1, 4] [junit] [EL Finer]: 2022-09-10 04:19:25.655--ClientSession(1132762793)--Connection(134883030)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:25.656--ClientSession(1132762793)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.656--ClientSession(1132762793)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:25.656--ClientSession(1132762793)--Connection(134883030)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.656--ClientSession(1132762793)--Connection(134883030)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.656--ClientSession(1132762793)--Connection(134883030)--Thread(Thread[main,5,main])-- bind => [1, 15] [junit] [EL Fine]: 2022-09-10 04:19:25.656--ClientSession(1132762793)--Connection(134883030)--Thread(Thread[main,5,main])-- bind => [2, 15] [junit] [EL Fine]: 2022-09-10 04:19:25.656--ClientSession(1132762793)--Connection(134883030)--Thread(Thread[main,5,main])-- bind => [3, 15] [junit] [EL Finer]: 2022-09-10 04:19:25.656--ClientSession(1132762793)--Connection(134883030)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:25.657--ClientSession(1132762793)--Connection(134883030)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:25.658--ServerSession(1526542158)--Connection(1684111049)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.658--UnitOfWork(1748153281)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:25.658--UnitOfWork(1748153281)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.658--UnitOfWork(1748153281)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.658--ClientSession(1132762793)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.658--UnitOfWork(1748153281)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.658--ClientSession(1132762793)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:25.659--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 995631915 [junit] [EL Finer]: 2022-09-10 04:19:25.659--ClientSession(995631915)--Thread(Thread[main,5,main])--acquire unit of work: 921008004 [junit] [EL Finest]: 2022-09-10 04:19:25.659--UnitOfWork(921008004)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.659--UnitOfWork(921008004)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@177ae30a [junit] [EL Finest]: 2022-09-10 04:19:25.659--UnitOfWork(921008004)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:25.659--ServerSession(1526542158)--Connection(1746820035)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.659--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.66--ServerSession(1526542158)--Connection(1968855059)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [15, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:25.66--ServerSession(1526542158)--Connection(1746820035)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.66--UnitOfWork(921008004)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="reviews" referenceClass=Review sql="SELECT t1.ID, t1.DTYPE, t2.REVIEW_ID, t1.REVIEWDATE, t1.TEXT, t2.SUCCESSRATE, t1.VERSION, t1.PATENT_YEAR, t1.PATENT_NAME FROM TMP_EMP_REVIEW t0, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID))") [junit] [EL Finest]: 2022-09-10 04:19:25.66--ServerSession(1526542158)--Connection(371221309)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.66--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.66--ServerSession(1526542158)--Connection(823995178)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t2.REVIEW_ID, t1.REVIEWDATE, t1.TEXT, t2.SUCCESSRATE, t1.VERSION, t1.PATENT_YEAR, t1.PATENT_NAME FROM TMP_EMP_REVIEW t0, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID)) [junit] bind => [15] [junit] [EL Finest]: 2022-09-10 04:19:25.661--ServerSession(1526542158)--Connection(371221309)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.661--UnitOfWork(921008004)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1 [junit] [EL Finest]: 2022-09-10 04:19:25.661--UnitOfWork(921008004)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@2 [junit] [EL Finest]: 2022-09-10 04:19:25.661--UnitOfWork(921008004)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@3 [junit] [EL Finer]: 2022-09-10 04:19:25.661--UnitOfWork(921008004)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.661--ClientSession(995631915)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:25.691--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1899516133 [junit] [EL Finer]: 2022-09-10 04:19:25.691--ClientSession(1899516133)--Thread(Thread[main,5,main])--acquire unit of work: 587889157 [junit] [EL Finest]: 2022-09-10 04:19:25.692--UnitOfWork(587889157)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11. [junit] [EL Finest]: 2022-09-10 04:19:25.692--UnitOfWork(587889157)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2fa0f830. [junit] [EL Finest]: 2022-09-10 04:19:25.692--UnitOfWork(587889157)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1. [junit] [EL Finest]: 2022-09-10 04:19:25.692--UnitOfWork(587889157)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@2. [junit] [EL Finest]: 2022-09-10 04:19:25.692--UnitOfWork(587889157)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@3. [junit] [EL Finer]: 2022-09-10 04:19:25.692--UnitOfWork(587889157)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:25.692--UnitOfWork(587889157)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2022-09-10 04:19:25.692--ServerSession(1526542158)--Connection(671818316)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.692--ClientSession(1899516133)--Connection(671818316)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:25.692--ClientSession(1899516133)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:25.693--UnitOfWork(587889157)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@2fa0f830) [junit] [EL Fine]: 2022-09-10 04:19:25.693--ClientSession(1899516133)--Connection(663560651)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, R&D, 1] [junit] [EL Finest]: 2022-09-10 04:19:25.694--UnitOfWork(587889157)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@2) [junit] [EL Fine]: 2022-09-10 04:19:25.694--ClientSession(1899516133)--Connection(663560651)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [4, Hans, Wurst, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Finest]: 2022-09-10 04:19:25.695--UnitOfWork(587889157)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@3) [junit] [EL Finest]: 2022-09-10 04:19:25.695--UnitOfWork(587889157)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1) [junit] [EL Finer]: 2022-09-10 04:19:25.695--ClientSession(1899516133)--Connection(663560651)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.695--ClientSession(1899516133)--Connection(663560651)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.695--ClientSession(1899516133)--Connection(663560651)--Thread(Thread[main,5,main])-- bind => [2, 2005-10-08, ble, 1, Review] [junit] [EL Fine]: 2022-09-10 04:19:25.695--ClientSession(1899516133)--Connection(663560651)--Thread(Thread[main,5,main])-- bind => [3, 2005-10-09, bli, 1, Review] [junit] [EL Fine]: 2022-09-10 04:19:25.695--ClientSession(1899516133)--Connection(663560651)--Thread(Thread[main,5,main])-- bind => [1, 2005-10-07, bla, 1, Review] [junit] [EL Finer]: 2022-09-10 04:19:25.695--ClientSession(1899516133)--Connection(663560651)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:25.697--ClientSession(1899516133)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:25.697--ClientSession(1899516133)--Connection(663560651)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.697--ClientSession(1899516133)--Connection(663560651)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.697--ClientSession(1899516133)--Connection(663560651)--Thread(Thread[main,5,main])-- bind => [0, 2] [junit] [EL Fine]: 2022-09-10 04:19:25.697--ClientSession(1899516133)--Connection(663560651)--Thread(Thread[main,5,main])-- bind => [0, 3] [junit] [EL Fine]: 2022-09-10 04:19:25.697--ClientSession(1899516133)--Connection(663560651)--Thread(Thread[main,5,main])-- bind => [0, 1] [junit] [EL Finer]: 2022-09-10 04:19:25.697--ClientSession(1899516133)--Connection(663560651)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:25.699--ClientSession(1899516133)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.699--ClientSession(1899516133)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:25.699--ClientSession(1899516133)--Connection(663560651)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.699--ClientSession(1899516133)--Connection(663560651)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.699--ClientSession(1899516133)--Connection(663560651)--Thread(Thread[main,5,main])-- bind => [1, 4] [junit] [EL Fine]: 2022-09-10 04:19:25.699--ClientSession(1899516133)--Connection(663560651)--Thread(Thread[main,5,main])-- bind => [2, 4] [junit] [EL Fine]: 2022-09-10 04:19:25.699--ClientSession(1899516133)--Connection(663560651)--Thread(Thread[main,5,main])-- bind => [3, 4] [junit] [EL Finer]: 2022-09-10 04:19:25.699--ClientSession(1899516133)--Connection(663560651)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:25.7--ClientSession(1899516133)--Connection(663560651)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:25.7--ServerSession(1526542158)--Connection(671818316)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.701--UnitOfWork(587889157)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:25.701--UnitOfWork(587889157)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.701--UnitOfWork(587889157)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.701--ClientSession(1899516133)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.701--UnitOfWork(587889157)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.701--ClientSession(1899516133)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:25.701--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 992857921 [junit] [EL Finer]: 2022-09-10 04:19:25.701--ClientSession(992857921)--Thread(Thread[main,5,main])--acquire unit of work: 1821022166 [junit] [EL Finest]: 2022-09-10 04:19:25.701--UnitOfWork(1821022166)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.701--UnitOfWork(1821022166)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4f58dd75 [junit] [EL Finest]: 2022-09-10 04:19:25.701--UnitOfWork(1821022166)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2022-09-10 04:19:25.701--UnitOfWork(1821022166)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:25.702--ServerSession(1526542158)--Connection(2086820381)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.702--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.702--ServerSession(1526542158)--Connection(1156470368)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [4, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:25.702--ServerSession(1526542158)--Connection(2086820381)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.703--UnitOfWork(1821022166)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="reviews" referenceClass=Review sql="SELECT t1.ID, t1.DTYPE, t2.REVIEW_ID, t1.REVIEWDATE, t1.TEXT, t2.SUCCESSRATE, t1.VERSION, t1.PATENT_YEAR, t1.PATENT_NAME FROM TMP_EMP_REVIEW t0, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID))") [junit] [EL Finest]: 2022-09-10 04:19:25.703--ServerSession(1526542158)--Connection(148182790)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.703--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.703--ServerSession(1526542158)--Connection(1052646698)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t2.REVIEW_ID, t1.REVIEWDATE, t1.TEXT, t2.SUCCESSRATE, t1.VERSION, t1.PATENT_YEAR, t1.PATENT_NAME FROM TMP_EMP_REVIEW t0, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID)) [junit] bind => [4] [junit] [EL Finest]: 2022-09-10 04:19:25.704--ServerSession(1526542158)--Connection(148182790)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.704--UnitOfWork(1821022166)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1 [junit] [EL Finest]: 2022-09-10 04:19:25.704--UnitOfWork(1821022166)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@2 [junit] [EL Finest]: 2022-09-10 04:19:25.704--UnitOfWork(1821022166)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@3 [junit] [EL Finest]: 2022-09-10 04:19:25.704--UnitOfWork(1821022166)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1 [junit] [EL Finest]: 2022-09-10 04:19:25.704--UnitOfWork(1821022166)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@4. [junit] [EL Finer]: 2022-09-10 04:19:25.704--UnitOfWork(1821022166)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:25.704--UnitOfWork(1821022166)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Review ) [junit] [EL Finest]: 2022-09-10 04:19:25.705--UnitOfWork(1821022166)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6dac1e9c) [junit] [EL Finest]: 2022-09-10 04:19:25.705--UnitOfWork(1821022166)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@4) [junit] [EL Finest]: 2022-09-10 04:19:25.705--ServerSession(1526542158)--Connection(1111086363)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.705--ClientSession(992857921)--Connection(1111086363)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:25.705--ClientSession(992857921)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.705--ClientSession(992857921)--Connection(872457385)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] bind => [4, 2005-10-10, blo, 1, Review] [junit] [EL Finest]: 2022-09-10 04:19:25.706--UnitOfWork(1821022166)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_EMP_REVIEW WHERE ((REVIEW_ID = ?) AND (EMP_ID = ?))") [junit] [EL Fine]: 2022-09-10 04:19:25.706--ClientSession(992857921)--Connection(872457385)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] bind => [0, 4] [junit] [EL Finest]: 2022-09-10 04:19:25.706--ClientSession(992857921)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Fine]: 2022-09-10 04:19:25.706--ClientSession(992857921)--Connection(872457385)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW WHERE ((REVIEW_ID = ?) AND (EMP_ID = ?)) [junit] bind => [1, 4] [junit] [EL Finest]: 2022-09-10 04:19:25.707--UnitOfWork(1821022166)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1) [junit] [EL Fine]: 2022-09-10 04:19:25.707--ClientSession(992857921)--Connection(872457385)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?) [junit] bind => [4, 4] [junit] [EL Fine]: 2022-09-10 04:19:25.707--ClientSession(992857921)--Connection(872457385)--Thread(Thread[main,5,main])--DELETE FROM TMP_REVIEW_DETAILS WHERE (REVIEW_ID = ?) [junit] bind => [1] [junit] [EL Fine]: 2022-09-10 04:19:25.708--ClientSession(992857921)--Connection(872457385)--Thread(Thread[main,5,main])--DELETE FROM TMP_REVIEW WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [1, 1] [junit] [EL Finer]: 2022-09-10 04:19:25.708--ClientSession(992857921)--Connection(872457385)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:25.709--ServerSession(1526542158)--Connection(1111086363)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.709--UnitOfWork(1821022166)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:25.709--UnitOfWork(1821022166)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.709--UnitOfWork(1821022166)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.709--ClientSession(992857921)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.709--UnitOfWork(1821022166)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.709--ClientSession(992857921)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:25.709--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1538058159 [junit] [EL Finer]: 2022-09-10 04:19:25.709--ClientSession(1538058159)--Thread(Thread[main,5,main])--acquire unit of work: 1621135314 [junit] [EL Finest]: 2022-09-10 04:19:25.709--UnitOfWork(1621135314)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.71--UnitOfWork(1621135314)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4f58dd75 [junit] [EL Finest]: 2022-09-10 04:19:25.71--UnitOfWork(1621135314)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2022-09-10 04:19:25.71--UnitOfWork(1621135314)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:25.71--ServerSession(1526542158)--Connection(356664447)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.71--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.71--ServerSession(1526542158)--Connection(1912117018)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [4, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:25.711--ServerSession(1526542158)--Connection(356664447)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.711--UnitOfWork(1621135314)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="reviews" referenceClass=Review sql="SELECT t1.ID, t1.DTYPE, t2.REVIEW_ID, t1.REVIEWDATE, t1.TEXT, t2.SUCCESSRATE, t1.VERSION, t1.PATENT_YEAR, t1.PATENT_NAME FROM TMP_EMP_REVIEW t0, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID))") [junit] [EL Finest]: 2022-09-10 04:19:25.711--ServerSession(1526542158)--Connection(1576221393)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.711--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.711--ServerSession(1526542158)--Connection(1753622066)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t2.REVIEW_ID, t1.REVIEWDATE, t1.TEXT, t2.SUCCESSRATE, t1.VERSION, t1.PATENT_YEAR, t1.PATENT_NAME FROM TMP_EMP_REVIEW t0, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID)) [junit] bind => [4] [junit] [EL Finest]: 2022-09-10 04:19:25.711--ServerSession(1526542158)--Connection(1576221393)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.712--UnitOfWork(1621135314)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@4 [junit] [EL Finest]: 2022-09-10 04:19:25.712--UnitOfWork(1621135314)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@2 [junit] [EL Finest]: 2022-09-10 04:19:25.712--UnitOfWork(1621135314)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@3 [junit] [EL Finer]: 2022-09-10 04:19:25.712--UnitOfWork(1621135314)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.712--ClientSession(1538058159)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:25.74--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 398362944 [junit] [EL Finer]: 2022-09-10 04:19:25.74--ClientSession(398362944)--Thread(Thread[main,5,main])--acquire unit of work: 1488662264 [junit] [EL Finest]: 2022-09-10 04:19:25.74--UnitOfWork(1488662264)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11. [junit] [EL Finest]: 2022-09-10 04:19:25.74--UnitOfWork(1488662264)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@61f74f9. [junit] [EL Finest]: 2022-09-10 04:19:25.741--UnitOfWork(1488662264)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1. [junit] [EL Finest]: 2022-09-10 04:19:25.741--UnitOfWork(1488662264)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@2. [junit] [EL Finest]: 2022-09-10 04:19:25.741--UnitOfWork(1488662264)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@3. [junit] [EL Finer]: 2022-09-10 04:19:25.741--UnitOfWork(1488662264)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:25.741--UnitOfWork(1488662264)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2022-09-10 04:19:25.741--ServerSession(1526542158)--Connection(933547567)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.741--ClientSession(398362944)--Connection(933547567)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:25.741--ClientSession(398362944)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:25.742--UnitOfWork(1488662264)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@61f74f9) [junit] [EL Fine]: 2022-09-10 04:19:25.742--ClientSession(398362944)--Connection(211266380)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, R&D, 1] [junit] [EL Finest]: 2022-09-10 04:19:25.743--UnitOfWork(1488662264)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1) [junit] [EL Fine]: 2022-09-10 04:19:25.743--ClientSession(398362944)--Connection(211266380)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [4, Hans, Wurst, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Finest]: 2022-09-10 04:19:25.743--UnitOfWork(1488662264)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@3) [junit] [EL Finest]: 2022-09-10 04:19:25.743--UnitOfWork(1488662264)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@2) [junit] [EL Finer]: 2022-09-10 04:19:25.743--ClientSession(398362944)--Connection(211266380)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.743--ClientSession(398362944)--Connection(211266380)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.744--ClientSession(398362944)--Connection(211266380)--Thread(Thread[main,5,main])-- bind => [1, 2005-10-07, bla, 1, Review] [junit] [EL Fine]: 2022-09-10 04:19:25.744--ClientSession(398362944)--Connection(211266380)--Thread(Thread[main,5,main])-- bind => [3, 2005-10-09, bli, 1, Review] [junit] [EL Fine]: 2022-09-10 04:19:25.744--ClientSession(398362944)--Connection(211266380)--Thread(Thread[main,5,main])-- bind => [2, 2005-10-08, ble, 1, Review] [junit] [EL Finer]: 2022-09-10 04:19:25.744--ClientSession(398362944)--Connection(211266380)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:25.745--ClientSession(398362944)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:25.745--ClientSession(398362944)--Connection(211266380)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.745--ClientSession(398362944)--Connection(211266380)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.745--ClientSession(398362944)--Connection(211266380)--Thread(Thread[main,5,main])-- bind => [0, 1] [junit] [EL Fine]: 2022-09-10 04:19:25.745--ClientSession(398362944)--Connection(211266380)--Thread(Thread[main,5,main])-- bind => [0, 3] [junit] [EL Fine]: 2022-09-10 04:19:25.745--ClientSession(398362944)--Connection(211266380)--Thread(Thread[main,5,main])-- bind => [0, 2] [junit] [EL Finer]: 2022-09-10 04:19:25.745--ClientSession(398362944)--Connection(211266380)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:25.746--ClientSession(398362944)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.746--ClientSession(398362944)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:25.746--ClientSession(398362944)--Connection(211266380)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.746--ClientSession(398362944)--Connection(211266380)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.746--ClientSession(398362944)--Connection(211266380)--Thread(Thread[main,5,main])-- bind => [1, 4] [junit] [EL Fine]: 2022-09-10 04:19:25.746--ClientSession(398362944)--Connection(211266380)--Thread(Thread[main,5,main])-- bind => [2, 4] [junit] [EL Fine]: 2022-09-10 04:19:25.746--ClientSession(398362944)--Connection(211266380)--Thread(Thread[main,5,main])-- bind => [3, 4] [junit] [EL Finer]: 2022-09-10 04:19:25.746--ClientSession(398362944)--Connection(211266380)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:25.747--ClientSession(398362944)--Connection(211266380)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:25.748--ServerSession(1526542158)--Connection(933547567)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.748--UnitOfWork(1488662264)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:25.748--UnitOfWork(1488662264)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.748--UnitOfWork(1488662264)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.748--ClientSession(398362944)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.749--UnitOfWork(1488662264)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.749--ClientSession(398362944)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:25.749--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 653727574 [junit] [EL Finer]: 2022-09-10 04:19:25.749--ClientSession(653727574)--Thread(Thread[main,5,main])--acquire unit of work: 311178944 [junit] [EL Finest]: 2022-09-10 04:19:25.749--UnitOfWork(311178944)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.749--UnitOfWork(311178944)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4f58dd75 [junit] [EL Finest]: 2022-09-10 04:19:25.749--UnitOfWork(311178944)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2022-09-10 04:19:25.749--UnitOfWork(311178944)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:25.749--ServerSession(1526542158)--Connection(1529434087)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.749--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.75--ServerSession(1526542158)--Connection(677398644)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [4, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:25.75--ServerSession(1526542158)--Connection(1529434087)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.75--UnitOfWork(311178944)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@4. [junit] [EL Finest]: 2022-09-10 04:19:25.751--UnitOfWork(311178944)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="reviews" referenceClass=Review sql="SELECT t1.ID, t1.DTYPE, t2.REVIEW_ID, t1.REVIEWDATE, t1.TEXT, t2.SUCCESSRATE, t1.VERSION, t1.PATENT_YEAR, t1.PATENT_NAME FROM TMP_EMP_REVIEW t0, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID))") [junit] [EL Finest]: 2022-09-10 04:19:25.751--ServerSession(1526542158)--Connection(799358396)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.751--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.751--ServerSession(1526542158)--Connection(1318491502)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t2.REVIEW_ID, t1.REVIEWDATE, t1.TEXT, t2.SUCCESSRATE, t1.VERSION, t1.PATENT_YEAR, t1.PATENT_NAME FROM TMP_EMP_REVIEW t0, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID)) [junit] bind => [4] [junit] [EL Finest]: 2022-09-10 04:19:25.752--ServerSession(1526542158)--Connection(799358396)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.752--UnitOfWork(311178944)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1 [junit] [EL Finest]: 2022-09-10 04:19:25.752--UnitOfWork(311178944)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@2 [junit] [EL Finest]: 2022-09-10 04:19:25.752--UnitOfWork(311178944)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@3 [junit] [EL Finer]: 2022-09-10 04:19:25.752--UnitOfWork(311178944)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:25.752--UnitOfWork(311178944)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@34b3127b) [junit] [EL Finest]: 2022-09-10 04:19:25.753--UnitOfWork(311178944)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@4) [junit] [EL Finest]: 2022-09-10 04:19:25.753--ServerSession(1526542158)--Connection(1773874050)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.753--ClientSession(653727574)--Connection(1773874050)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:25.753--ClientSession(653727574)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.753--ClientSession(653727574)--Connection(2111175734)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] bind => [4, 2005-10-10, blo, 1, Review] [junit] [EL Finest]: 2022-09-10 04:19:25.754--ClientSession(653727574)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Fine]: 2022-09-10 04:19:25.754--ClientSession(653727574)--Connection(2111175734)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] bind => [0, 4] [junit] [EL Fine]: 2022-09-10 04:19:25.754--ClientSession(653727574)--Connection(2111175734)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?) [junit] bind => [4, 4] [junit] [EL Finer]: 2022-09-10 04:19:25.755--ClientSession(653727574)--Connection(2111175734)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:25.755--ServerSession(1526542158)--Connection(1773874050)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.756--UnitOfWork(311178944)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:25.756--UnitOfWork(311178944)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.756--UnitOfWork(311178944)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.756--ClientSession(653727574)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.756--UnitOfWork(311178944)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.756--ClientSession(653727574)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:25.756--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1843121654 [junit] [EL Finer]: 2022-09-10 04:19:25.756--ClientSession(1843121654)--Thread(Thread[main,5,main])--acquire unit of work: 1618036072 [junit] [EL Finest]: 2022-09-10 04:19:25.756--UnitOfWork(1618036072)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.756--UnitOfWork(1618036072)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4f58dd75 [junit] [EL Finest]: 2022-09-10 04:19:25.756--UnitOfWork(1618036072)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2022-09-10 04:19:25.757--UnitOfWork(1618036072)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:25.757--ServerSession(1526542158)--Connection(1088012577)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.757--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.757--ServerSession(1526542158)--Connection(719951447)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [4, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:25.757--ServerSession(1526542158)--Connection(1088012577)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.757--UnitOfWork(1618036072)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="reviews" referenceClass=Review sql="SELECT t1.ID, t1.DTYPE, t2.REVIEW_ID, t1.REVIEWDATE, t1.TEXT, t2.SUCCESSRATE, t1.VERSION, t1.PATENT_YEAR, t1.PATENT_NAME FROM TMP_EMP_REVIEW t0, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID))") [junit] [EL Finest]: 2022-09-10 04:19:25.758--ServerSession(1526542158)--Connection(1871932056)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.758--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.758--ServerSession(1526542158)--Connection(162402835)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t2.REVIEW_ID, t1.REVIEWDATE, t1.TEXT, t2.SUCCESSRATE, t1.VERSION, t1.PATENT_YEAR, t1.PATENT_NAME FROM TMP_EMP_REVIEW t0, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID)) [junit] bind => [4] [junit] [EL Finest]: 2022-09-10 04:19:25.758--ServerSession(1526542158)--Connection(1871932056)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.758--UnitOfWork(1618036072)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1 [junit] [EL Finest]: 2022-09-10 04:19:25.759--UnitOfWork(1618036072)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@2 [junit] [EL Finest]: 2022-09-10 04:19:25.759--UnitOfWork(1618036072)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@3 [junit] [EL Finest]: 2022-09-10 04:19:25.759--UnitOfWork(1618036072)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@4 [junit] [EL Finer]: 2022-09-10 04:19:25.759--UnitOfWork(1618036072)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.759--ClientSession(1843121654)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:25.786--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1723723902 [junit] [EL Finer]: 2022-09-10 04:19:25.786--ClientSession(1723723902)--Thread(Thread[main,5,main])--acquire unit of work: 857485467 [junit] [EL Finest]: 2022-09-10 04:19:25.786--UnitOfWork(857485467)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11. [junit] [EL Finest]: 2022-09-10 04:19:25.786--UnitOfWork(857485467)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@24f2a2b6. [junit] [EL Finest]: 2022-09-10 04:19:25.786--UnitOfWork(857485467)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1. [junit] [EL Finest]: 2022-09-10 04:19:25.786--UnitOfWork(857485467)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@2. [junit] [EL Finest]: 2022-09-10 04:19:25.786--UnitOfWork(857485467)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@3. [junit] [EL Finer]: 2022-09-10 04:19:25.787--UnitOfWork(857485467)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:25.787--UnitOfWork(857485467)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2022-09-10 04:19:25.787--ServerSession(1526542158)--Connection(212391805)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.787--ClientSession(1723723902)--Connection(212391805)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:25.787--ClientSession(1723723902)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:25.787--UnitOfWork(857485467)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@24f2a2b6) [junit] [EL Fine]: 2022-09-10 04:19:25.787--ClientSession(1723723902)--Connection(2050429985)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, R&D, 1] [junit] [EL Finest]: 2022-09-10 04:19:25.788--UnitOfWork(857485467)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@3) [junit] [EL Fine]: 2022-09-10 04:19:25.788--ClientSession(1723723902)--Connection(2050429985)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [4, Hans, Wurst, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Finest]: 2022-09-10 04:19:25.789--UnitOfWork(857485467)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1) [junit] [EL Finest]: 2022-09-10 04:19:25.789--UnitOfWork(857485467)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@2) [junit] [EL Finer]: 2022-09-10 04:19:25.789--ClientSession(1723723902)--Connection(2050429985)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.789--ClientSession(1723723902)--Connection(2050429985)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.789--ClientSession(1723723902)--Connection(2050429985)--Thread(Thread[main,5,main])-- bind => [3, 2005-10-09, bli, 1, Review] [junit] [EL Fine]: 2022-09-10 04:19:25.789--ClientSession(1723723902)--Connection(2050429985)--Thread(Thread[main,5,main])-- bind => [1, 2005-10-07, bla, 1, Review] [junit] [EL Fine]: 2022-09-10 04:19:25.789--ClientSession(1723723902)--Connection(2050429985)--Thread(Thread[main,5,main])-- bind => [2, 2005-10-08, ble, 1, Review] [junit] [EL Finer]: 2022-09-10 04:19:25.789--ClientSession(1723723902)--Connection(2050429985)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:25.79--ClientSession(1723723902)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:25.79--ClientSession(1723723902)--Connection(2050429985)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.79--ClientSession(1723723902)--Connection(2050429985)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.79--ClientSession(1723723902)--Connection(2050429985)--Thread(Thread[main,5,main])-- bind => [0, 3] [junit] [EL Fine]: 2022-09-10 04:19:25.79--ClientSession(1723723902)--Connection(2050429985)--Thread(Thread[main,5,main])-- bind => [0, 1] [junit] [EL Fine]: 2022-09-10 04:19:25.79--ClientSession(1723723902)--Connection(2050429985)--Thread(Thread[main,5,main])-- bind => [0, 2] [junit] [EL Finer]: 2022-09-10 04:19:25.79--ClientSession(1723723902)--Connection(2050429985)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:25.791--ClientSession(1723723902)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.791--ClientSession(1723723902)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:25.791--ClientSession(1723723902)--Connection(2050429985)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.791--ClientSession(1723723902)--Connection(2050429985)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.791--ClientSession(1723723902)--Connection(2050429985)--Thread(Thread[main,5,main])-- bind => [1, 4] [junit] [EL Fine]: 2022-09-10 04:19:25.791--ClientSession(1723723902)--Connection(2050429985)--Thread(Thread[main,5,main])-- bind => [2, 4] [junit] [EL Fine]: 2022-09-10 04:19:25.791--ClientSession(1723723902)--Connection(2050429985)--Thread(Thread[main,5,main])-- bind => [3, 4] [junit] [EL Finer]: 2022-09-10 04:19:25.791--ClientSession(1723723902)--Connection(2050429985)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:25.792--ClientSession(1723723902)--Connection(2050429985)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:25.793--ServerSession(1526542158)--Connection(212391805)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.793--UnitOfWork(857485467)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:25.794--UnitOfWork(857485467)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.794--UnitOfWork(857485467)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.794--ClientSession(1723723902)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.794--UnitOfWork(857485467)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.794--ClientSession(1723723902)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:25.794--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1847777116 [junit] [EL Finer]: 2022-09-10 04:19:25.794--ClientSession(1847777116)--Thread(Thread[main,5,main])--acquire unit of work: 1693563540 [junit] [EL Finest]: 2022-09-10 04:19:25.794--UnitOfWork(1693563540)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.794--UnitOfWork(1693563540)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4f58dd75 [junit] [EL Finest]: 2022-09-10 04:19:25.794--UnitOfWork(1693563540)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2022-09-10 04:19:25.794--UnitOfWork(1693563540)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:25.794--ServerSession(1526542158)--Connection(923679050)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.794--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.795--ServerSession(1526542158)--Connection(1581387813)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [4, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:25.795--ServerSession(1526542158)--Connection(923679050)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:25.795--UnitOfWork(1693563540)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:25.795--UnitOfWork(1693563540)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:25.795--UnitOfWork(1693563540)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.795--UnitOfWork(1693563540)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.796--ClientSession(1847777116)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.796--UnitOfWork(1693563540)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.796--ClientSession(1847777116)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:25.796--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2096449414 [junit] [EL Finer]: 2022-09-10 04:19:25.796--ClientSession(2096449414)--Thread(Thread[main,5,main])--acquire unit of work: 632223310 [junit] [EL Finest]: 2022-09-10 04:19:25.796--UnitOfWork(632223310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.796--UnitOfWork(632223310)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4f58dd75 [junit] [EL Finest]: 2022-09-10 04:19:25.796--UnitOfWork(632223310)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2022-09-10 04:19:25.796--UnitOfWork(632223310)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:25.796--ServerSession(1526542158)--Connection(1339380372)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.796--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.797--ServerSession(1526542158)--Connection(496751014)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [4, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:25.797--ServerSession(1526542158)--Connection(1339380372)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.797--UnitOfWork(632223310)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="reviews" referenceClass=Review sql="SELECT t1.ID, t1.DTYPE, t2.REVIEW_ID, t1.REVIEWDATE, t1.TEXT, t2.SUCCESSRATE, t1.VERSION, t1.PATENT_YEAR, t1.PATENT_NAME FROM TMP_EMP_REVIEW t0, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID))") [junit] [EL Finest]: 2022-09-10 04:19:25.797--ServerSession(1526542158)--Connection(1388461796)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.797--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.797--ServerSession(1526542158)--Connection(295162875)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t2.REVIEW_ID, t1.REVIEWDATE, t1.TEXT, t2.SUCCESSRATE, t1.VERSION, t1.PATENT_YEAR, t1.PATENT_NAME FROM TMP_EMP_REVIEW t0, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID)) [junit] bind => [4] [junit] [EL Finest]: 2022-09-10 04:19:25.798--ServerSession(1526542158)--Connection(1388461796)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.798--UnitOfWork(632223310)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1 [junit] [EL Finest]: 2022-09-10 04:19:25.798--UnitOfWork(632223310)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@2 [junit] [EL Finest]: 2022-09-10 04:19:25.798--UnitOfWork(632223310)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@3 [junit] [EL Finer]: 2022-09-10 04:19:25.798--UnitOfWork(632223310)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:25.798--UnitOfWork(632223310)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:25.798--UnitOfWork(632223310)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.799--UnitOfWork(632223310)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.799--ClientSession(2096449414)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.799--UnitOfWork(632223310)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.799--ClientSession(2096449414)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:25.799--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2140746555 [junit] [EL Finer]: 2022-09-10 04:19:25.799--ClientSession(2140746555)--Thread(Thread[main,5,main])--acquire unit of work: 1247697294 [junit] [EL Finest]: 2022-09-10 04:19:25.799--UnitOfWork(1247697294)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.799--UnitOfWork(1247697294)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4f58dd75 [junit] [EL Finest]: 2022-09-10 04:19:25.799--UnitOfWork(1247697294)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2022-09-10 04:19:25.799--UnitOfWork(1247697294)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:25.799--ServerSession(1526542158)--Connection(319825710)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.799--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.8--ServerSession(1526542158)--Connection(733646571)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [4, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:25.8--ServerSession(1526542158)--Connection(319825710)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.8--UnitOfWork(1247697294)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="reviews" referenceClass=Review sql="SELECT t1.ID, t1.DTYPE, t2.REVIEW_ID, t1.REVIEWDATE, t1.TEXT, t2.SUCCESSRATE, t1.VERSION, t1.PATENT_YEAR, t1.PATENT_NAME FROM TMP_EMP_REVIEW t0, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID))") [junit] [EL Finest]: 2022-09-10 04:19:25.8--ServerSession(1526542158)--Connection(888802111)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.8--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.801--ServerSession(1526542158)--Connection(1263015581)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t2.REVIEW_ID, t1.REVIEWDATE, t1.TEXT, t2.SUCCESSRATE, t1.VERSION, t1.PATENT_YEAR, t1.PATENT_NAME FROM TMP_EMP_REVIEW t0, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID)) [junit] bind => [4] [junit] [EL Finest]: 2022-09-10 04:19:25.801--ServerSession(1526542158)--Connection(888802111)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.801--UnitOfWork(1247697294)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1 [junit] [EL Finest]: 2022-09-10 04:19:25.801--UnitOfWork(1247697294)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@2 [junit] [EL Finest]: 2022-09-10 04:19:25.801--UnitOfWork(1247697294)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@3 [junit] [EL Finer]: 2022-09-10 04:19:25.801--UnitOfWork(1247697294)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:25.802--UnitOfWork(1247697294)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:25.802--UnitOfWork(1247697294)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.802--UnitOfWork(1247697294)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.802--ClientSession(2140746555)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.802--UnitOfWork(1247697294)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.802--ClientSession(2140746555)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:25.83--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 526589658 [junit] [EL Finer]: 2022-09-10 04:19:25.83--ClientSession(526589658)--Thread(Thread[main,5,main])--acquire unit of work: 1033636535 [junit] [EL Finest]: 2022-09-10 04:19:25.83--UnitOfWork(1033636535)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11. [junit] [EL Finest]: 2022-09-10 04:19:25.83--UnitOfWork(1033636535)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@43d56d83. [junit] [EL Finest]: 2022-09-10 04:19:25.83--UnitOfWork(1033636535)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1. [junit] [EL Finest]: 2022-09-10 04:19:25.83--UnitOfWork(1033636535)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@2. [junit] [EL Finest]: 2022-09-10 04:19:25.83--UnitOfWork(1033636535)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@3. [junit] [EL Finer]: 2022-09-10 04:19:25.83--UnitOfWork(1033636535)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:25.831--UnitOfWork(1033636535)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2022-09-10 04:19:25.831--ServerSession(1526542158)--Connection(969275252)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.831--ClientSession(526589658)--Connection(969275252)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:25.831--ClientSession(526589658)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:25.831--UnitOfWork(1033636535)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@43d56d83) [junit] [EL Fine]: 2022-09-10 04:19:25.831--ClientSession(526589658)--Connection(460011804)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, R&D, 1] [junit] [EL Finest]: 2022-09-10 04:19:25.832--UnitOfWork(1033636535)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@3) [junit] [EL Fine]: 2022-09-10 04:19:25.832--ClientSession(526589658)--Connection(460011804)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [4, Hans, Wurst, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Finest]: 2022-09-10 04:19:25.832--UnitOfWork(1033636535)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1) [junit] [EL Finest]: 2022-09-10 04:19:25.832--UnitOfWork(1033636535)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@2) [junit] [EL Finer]: 2022-09-10 04:19:25.833--ClientSession(526589658)--Connection(460011804)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.833--ClientSession(526589658)--Connection(460011804)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW (ID, REVIEWDATE, TEXT, VERSION, DTYPE) VALUES (?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.833--ClientSession(526589658)--Connection(460011804)--Thread(Thread[main,5,main])-- bind => [3, 2005-10-09, bli, 1, Review] [junit] [EL Fine]: 2022-09-10 04:19:25.833--ClientSession(526589658)--Connection(460011804)--Thread(Thread[main,5,main])-- bind => [1, 2005-10-07, bla, 1, Review] [junit] [EL Fine]: 2022-09-10 04:19:25.833--ClientSession(526589658)--Connection(460011804)--Thread(Thread[main,5,main])-- bind => [2, 2005-10-08, ble, 1, Review] [junit] [EL Finer]: 2022-09-10 04:19:25.833--ClientSession(526589658)--Connection(460011804)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:25.834--ClientSession(526589658)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:25.834--ClientSession(526589658)--Connection(460011804)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.834--ClientSession(526589658)--Connection(460011804)--Thread(Thread[main,5,main])--INSERT INTO TMP_REVIEW_DETAILS (SUCCESSRATE, REVIEW_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.834--ClientSession(526589658)--Connection(460011804)--Thread(Thread[main,5,main])-- bind => [0, 3] [junit] [EL Fine]: 2022-09-10 04:19:25.834--ClientSession(526589658)--Connection(460011804)--Thread(Thread[main,5,main])-- bind => [0, 1] [junit] [EL Fine]: 2022-09-10 04:19:25.834--ClientSession(526589658)--Connection(460011804)--Thread(Thread[main,5,main])-- bind => [0, 2] [junit] [EL Finer]: 2022-09-10 04:19:25.834--ClientSession(526589658)--Connection(460011804)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:25.835--ClientSession(526589658)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.835--ClientSession(526589658)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?)") [junit] [EL Finer]: 2022-09-10 04:19:25.835--ClientSession(526589658)--Connection(460011804)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.835--ClientSession(526589658)--Connection(460011804)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP_REVIEW (REVIEW_ID, EMP_ID) VALUES (?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.835--ClientSession(526589658)--Connection(460011804)--Thread(Thread[main,5,main])-- bind => [1, 4] [junit] [EL Fine]: 2022-09-10 04:19:25.835--ClientSession(526589658)--Connection(460011804)--Thread(Thread[main,5,main])-- bind => [2, 4] [junit] [EL Fine]: 2022-09-10 04:19:25.835--ClientSession(526589658)--Connection(460011804)--Thread(Thread[main,5,main])-- bind => [3, 4] [junit] [EL Finer]: 2022-09-10 04:19:25.835--ClientSession(526589658)--Connection(460011804)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:25.835--ClientSession(526589658)--Connection(460011804)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:25.837--ServerSession(1526542158)--Connection(969275252)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.837--UnitOfWork(1033636535)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:25.837--UnitOfWork(1033636535)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.837--UnitOfWork(1033636535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.837--ClientSession(526589658)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.837--UnitOfWork(1033636535)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.837--ClientSession(526589658)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:25.837--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1314903166 [junit] [EL Finer]: 2022-09-10 04:19:25.837--ClientSession(1314903166)--Thread(Thread[main,5,main])--acquire unit of work: 1332657017 [junit] [EL Finest]: 2022-09-10 04:19:25.837--UnitOfWork(1332657017)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.837--UnitOfWork(1332657017)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4f58dd75 [junit] [EL Finest]: 2022-09-10 04:19:25.837--UnitOfWork(1332657017)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2022-09-10 04:19:25.838--UnitOfWork(1332657017)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:25.838--ServerSession(1526542158)--Connection(458012654)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.838--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.838--ServerSession(1526542158)--Connection(566452877)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [4, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:25.839--ServerSession(1526542158)--Connection(458012654)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.839--UnitOfWork(1332657017)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="reviews" referenceClass=Review sql="SELECT t1.ID, t1.DTYPE, t2.REVIEW_ID, t1.REVIEWDATE, t1.TEXT, t2.SUCCESSRATE, t1.VERSION, t1.PATENT_YEAR, t1.PATENT_NAME FROM TMP_EMP_REVIEW t0, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID))") [junit] [EL Finest]: 2022-09-10 04:19:25.839--ServerSession(1526542158)--Connection(101345899)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.839--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.839--ServerSession(1526542158)--Connection(1013425965)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t2.REVIEW_ID, t1.REVIEWDATE, t1.TEXT, t2.SUCCESSRATE, t1.VERSION, t1.PATENT_YEAR, t1.PATENT_NAME FROM TMP_EMP_REVIEW t0, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID)) [junit] bind => [4] [junit] [EL Finest]: 2022-09-10 04:19:25.84--ServerSession(1526542158)--Connection(101345899)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.84--UnitOfWork(1332657017)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1 [junit] [EL Finest]: 2022-09-10 04:19:25.84--UnitOfWork(1332657017)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@2 [junit] [EL Finest]: 2022-09-10 04:19:25.84--UnitOfWork(1332657017)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@3 [junit] [EL Finest]: 2022-09-10 04:19:25.84--UnitOfWork(1332657017)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1 [junit] [EL Finer]: 2022-09-10 04:19:25.84--UnitOfWork(1332657017)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:25.84--UnitOfWork(1332657017)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Review ) [junit] [EL Finest]: 2022-09-10 04:19:25.841--UnitOfWork(1332657017)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@299b1a1c) [junit] [EL Finest]: 2022-09-10 04:19:25.841--UnitOfWork(1332657017)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DELETE FROM TMP_EMP_REVIEW WHERE ((REVIEW_ID = ?) AND (EMP_ID = ?))") [junit] [EL Finest]: 2022-09-10 04:19:25.841--ServerSession(1526542158)--Connection(1944067111)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.841--ClientSession(1314903166)--Connection(1944067111)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:25.841--ClientSession(1314903166)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:25.841--UnitOfWork(1332657017)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@1) [junit] [EL Fine]: 2022-09-10 04:19:25.841--ClientSession(1314903166)--Connection(2100591314)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW WHERE ((REVIEW_ID = ?) AND (EMP_ID = ?)) [junit] bind => [1, 4] [junit] [EL Fine]: 2022-09-10 04:19:25.842--ClientSession(1314903166)--Connection(2100591314)--Thread(Thread[main,5,main])--DELETE FROM TMP_REVIEW_DETAILS WHERE (REVIEW_ID = ?) [junit] bind => [1] [junit] [EL Fine]: 2022-09-10 04:19:25.842--ClientSession(1314903166)--Connection(2100591314)--Thread(Thread[main,5,main])--DELETE FROM TMP_REVIEW WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [1, 1] [junit] [EL Finer]: 2022-09-10 04:19:25.843--ClientSession(1314903166)--Connection(2100591314)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:25.844--ServerSession(1526542158)--Connection(1944067111)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.844--UnitOfWork(1332657017)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:25.844--UnitOfWork(1332657017)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.844--UnitOfWork(1332657017)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.844--ClientSession(1314903166)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.844--UnitOfWork(1332657017)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.844--ClientSession(1314903166)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:25.844--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 644292702 [junit] [EL Finer]: 2022-09-10 04:19:25.844--ClientSession(644292702)--Thread(Thread[main,5,main])--acquire unit of work: 1053439564 [junit] [EL Finest]: 2022-09-10 04:19:25.844--UnitOfWork(1053439564)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.844--UnitOfWork(1053439564)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4f58dd75 [junit] [EL Finest]: 2022-09-10 04:19:25.845--UnitOfWork(1053439564)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2022-09-10 04:19:25.845--UnitOfWork(1053439564)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:25.845--ServerSession(1526542158)--Connection(946417598)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.845--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.845--ServerSession(1526542158)--Connection(1476269737)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [4, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:25.845--ServerSession(1526542158)--Connection(946417598)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.846--UnitOfWork(1053439564)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="reviews" referenceClass=Review sql="SELECT t1.ID, t1.DTYPE, t2.REVIEW_ID, t1.REVIEWDATE, t1.TEXT, t2.SUCCESSRATE, t1.VERSION, t1.PATENT_YEAR, t1.PATENT_NAME FROM TMP_EMP_REVIEW t0, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID))") [junit] [EL Finest]: 2022-09-10 04:19:25.846--ServerSession(1526542158)--Connection(1850575372)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.846--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.846--ServerSession(1526542158)--Connection(1235321394)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.DTYPE, t2.REVIEW_ID, t1.REVIEWDATE, t1.TEXT, t2.SUCCESSRATE, t1.VERSION, t1.PATENT_YEAR, t1.PATENT_NAME FROM TMP_EMP_REVIEW t0, TMP_REVIEW_DETAILS t2, TMP_REVIEW t1 WHERE (((t0.EMP_ID = ?) AND (t1.ID = t0.REVIEW_ID)) AND (t2.REVIEW_ID = t1.ID)) [junit] bind => [4] [junit] [EL Finest]: 2022-09-10 04:19:25.846--ServerSession(1526542158)--Connection(1850575372)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.846--UnitOfWork(1053439564)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@2 [junit] [EL Finest]: 2022-09-10 04:19:25.846--UnitOfWork(1053439564)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Review@3 [junit] [EL Finest]: 2022-09-10 04:19:25.847--UnitOfWork(1053439564)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readReview" referenceClass=Review sql="SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID))") [junit] [EL Finest]: 2022-09-10 04:19:25.847--ServerSession(1526542158)--Connection(2036407596)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.847--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.847--ServerSession(1526542158)--Connection(381323537)--Thread(Thread[main,5,main])--SELECT t0.ID, t0.DTYPE, t1.REVIEW_ID, t0.REVIEWDATE, t0.TEXT, t1.SUCCESSRATE, t0.VERSION, t0.PATENT_YEAR, t0.PATENT_NAME FROM TMP_REVIEW t0, TMP_REVIEW_DETAILS t1 WHERE ((t0.ID = ?) AND (t1.REVIEW_ID = t0.ID)) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:25.847--ServerSession(1526542158)--Connection(2036407596)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:25.847--UnitOfWork(1053439564)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.847--ClientSession(644292702)--Thread(Thread[main,5,main])--client released [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.284 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.relation.TestUnidirectionalOneToOne [junit] [EL Finer]: 2022-09-10 04:19:25.881--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2006964309 [junit] [EL Finer]: 2022-09-10 04:19:25.881--ClientSession(2006964309)--Thread(Thread[main,5,main])--acquire unit of work: 1217124924 [junit] [EL Finest]: 2022-09-10 04:19:25.881--UnitOfWork(1217124924)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11. [junit] [EL Finest]: 2022-09-10 04:19:25.881--UnitOfWork(1217124924)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@643420e4. [junit] [EL Finest]: 2022-09-10 04:19:25.881--UnitOfWork(1217124924)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6de00147. [junit] [EL Finest]: 2022-09-10 04:19:25.881--UnitOfWork(1217124924)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile@7bac7cfd. [junit] [EL Finest]: 2022-09-10 04:19:25.881--UnitOfWork(1217124924)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile@69823333. [junit] [EL Finer]: 2022-09-10 04:19:25.881--UnitOfWork(1217124924)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:25.882--UnitOfWork(1217124924)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2022-09-10 04:19:25.882--ServerSession(1526542158)--Connection(733679680)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.882--ClientSession(2006964309)--Connection(733679680)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:25.882--ClientSession(2006964309)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:25.883--UnitOfWork(1217124924)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile@7bac7cfd) [junit] [EL Fine]: 2022-09-10 04:19:25.883--ClientSession(2006964309)--Connection(393948828)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, diverses, 1] [junit] [EL Finest]: 2022-09-10 04:19:25.883--UnitOfWork(1217124924)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile@69823333) [junit] [EL Finest]: 2022-09-10 04:19:25.883--UnitOfWork(1217124924)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@643420e4) [junit] [EL Finer]: 2022-09-10 04:19:25.884--ClientSession(2006964309)--Connection(393948828)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.884--ClientSession(2006964309)--Connection(393948828)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROFILE (GUID, AIRLINE, SMOKER) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.884--ClientSession(2006964309)--Connection(393948828)--Thread(Thread[main,5,main])-- bind => [[B@19d62cca, Aeroflot, true] [junit] [EL Fine]: 2022-09-10 04:19:25.884--ClientSession(2006964309)--Connection(393948828)--Thread(Thread[main,5,main])-- bind => [[B@5717eea2, Lufthansa, false] [junit] [EL Finer]: 2022-09-10 04:19:25.884--ClientSession(2006964309)--Connection(393948828)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:25.884--UnitOfWork(1217124924)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@6de00147) [junit] [EL Finer]: 2022-09-10 04:19:25.884--ClientSession(2006964309)--Connection(393948828)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.884--ClientSession(2006964309)--Connection(393948828)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.884--ClientSession(2006964309)--Connection(393948828)--Thread(Thread[main,5,main])-- bind => [1, Hans, Wurst, null, null, null, null, 17, null, null, null, null, [B@19d62cca] [junit] [EL Fine]: 2022-09-10 04:19:25.885--ClientSession(2006964309)--Connection(393948828)--Thread(Thread[main,5,main])-- bind => [2, Fred, von Jupiter, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:25.885--ClientSession(2006964309)--Connection(393948828)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:25.885--ClientSession(2006964309)--Connection(393948828)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:25.886--ServerSession(1526542158)--Connection(733679680)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.886--UnitOfWork(1217124924)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:25.886--UnitOfWork(1217124924)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.886--UnitOfWork(1217124924)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.886--ClientSession(2006964309)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.886--UnitOfWork(1217124924)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.886--ClientSession(2006964309)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:25.887--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 198462909 [junit] [EL Finer]: 2022-09-10 04:19:25.887--ClientSession(198462909)--Thread(Thread[main,5,main])--acquire unit of work: 2024595240 [junit] [EL Finest]: 2022-09-10 04:19:25.887--UnitOfWork(2024595240)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.887--UnitOfWork(2024595240)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4d443a45 [junit] [EL Finest]: 2022-09-10 04:19:25.887--UnitOfWork(2024595240)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2022-09-10 04:19:25.887--UnitOfWork(2024595240)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:25.887--ServerSession(1526542158)--Connection(1836470646)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.887--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.887--ServerSession(1526542158)--Connection(1941800559)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [1, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:25.888--ServerSession(1526542158)--Connection(1836470646)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.888--UnitOfWork(2024595240)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="travelProfile" referenceClass=TravelProfile ) [junit] [EL Finest]: 2022-09-10 04:19:25.888--ServerSession(1526542158)--Connection(822389383)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.888--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.889--ServerSession(1526542158)--Connection(1901211575)--Thread(Thread[main,5,main])--SELECT GUID, AIRLINE, SMOKER FROM TMP_PROFILE WHERE (GUID = ?) [junit] bind => [[B@19d62cca] [junit] [EL Finest]: 2022-09-10 04:19:25.889--ServerSession(1526542158)--Connection(822389383)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.889--UnitOfWork(2024595240)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile@51a45f79 [junit] [EL Finer]: 2022-09-10 04:19:25.889--UnitOfWork(2024595240)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:25.889--UnitOfWork(2024595240)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:25.89--UnitOfWork(2024595240)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.89--UnitOfWork(2024595240)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.89--ClientSession(198462909)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.89--UnitOfWork(2024595240)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.89--ClientSession(198462909)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:25.89--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 806320532 [junit] [EL Finer]: 2022-09-10 04:19:25.89--ClientSession(806320532)--Thread(Thread[main,5,main])--acquire unit of work: 1591831149 [junit] [EL Finest]: 2022-09-10 04:19:25.89--UnitOfWork(1591831149)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.89--UnitOfWork(1591831149)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4d443a45 [junit] [EL Finest]: 2022-09-10 04:19:25.89--UnitOfWork(1591831149)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2022-09-10 04:19:25.89--UnitOfWork(1591831149)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:25.89--ServerSession(1526542158)--Connection(713422961)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.89--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.89--ServerSession(1526542158)--Connection(2137152846)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [1, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:25.891--ServerSession(1526542158)--Connection(713422961)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.891--UnitOfWork(1591831149)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="travelProfile" referenceClass=TravelProfile ) [junit] [EL Finest]: 2022-09-10 04:19:25.891--ServerSession(1526542158)--Connection(222973160)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.891--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.891--ServerSession(1526542158)--Connection(1613752354)--Thread(Thread[main,5,main])--SELECT GUID, AIRLINE, SMOKER FROM TMP_PROFILE WHERE (GUID = ?) [junit] bind => [[B@19d62cca] [junit] [EL Finest]: 2022-09-10 04:19:25.892--ServerSession(1526542158)--Connection(222973160)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.892--UnitOfWork(1591831149)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile@2e61ab3e [junit] [EL Finer]: 2022-09-10 04:19:25.892--UnitOfWork(1591831149)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:25.892--UnitOfWork(1591831149)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:25.892--UnitOfWork(1591831149)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.892--UnitOfWork(1591831149)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.892--ClientSession(806320532)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.892--UnitOfWork(1591831149)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.892--ClientSession(806320532)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:25.892--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1255131169 [junit] [EL Finer]: 2022-09-10 04:19:25.892--ClientSession(1255131169)--Thread(Thread[main,5,main])--acquire unit of work: 426967022 [junit] [EL Finest]: 2022-09-10 04:19:25.893--UnitOfWork(426967022)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.893--UnitOfWork(426967022)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4d443a45 [junit] [EL Finest]: 2022-09-10 04:19:25.893--UnitOfWork(426967022)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2022-09-10 04:19:25.893--UnitOfWork(426967022)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:25.893--ServerSession(1526542158)--Connection(1432947256)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.893--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.893--ServerSession(1526542158)--Connection(1533674228)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [1, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:25.894--ServerSession(1526542158)--Connection(1432947256)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.894--UnitOfWork(426967022)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="travelProfile" referenceClass=TravelProfile ) [junit] [EL Finest]: 2022-09-10 04:19:25.894--ServerSession(1526542158)--Connection(2135398832)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.894--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.894--ServerSession(1526542158)--Connection(1957779726)--Thread(Thread[main,5,main])--SELECT GUID, AIRLINE, SMOKER FROM TMP_PROFILE WHERE (GUID = ?) [junit] bind => [[B@19d62cca] [junit] [EL Finest]: 2022-09-10 04:19:25.894--ServerSession(1526542158)--Connection(2135398832)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.894--UnitOfWork(426967022)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile@322eded1 [junit] [EL Finer]: 2022-09-10 04:19:25.895--UnitOfWork(426967022)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:25.895--UnitOfWork(426967022)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:25.895--UnitOfWork(426967022)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.895--UnitOfWork(426967022)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.895--ClientSession(1255131169)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.895--UnitOfWork(426967022)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.895--ClientSession(1255131169)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:25.922--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 428007804 [junit] [EL Finer]: 2022-09-10 04:19:25.922--ClientSession(428007804)--Thread(Thread[main,5,main])--acquire unit of work: 911813127 [junit] [EL Finest]: 2022-09-10 04:19:25.922--UnitOfWork(911813127)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11. [junit] [EL Finest]: 2022-09-10 04:19:25.922--UnitOfWork(911813127)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@35e2c4b. [junit] [EL Finest]: 2022-09-10 04:19:25.922--UnitOfWork(911813127)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@d59a45d. [junit] [EL Finest]: 2022-09-10 04:19:25.922--UnitOfWork(911813127)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile@72afaee3. [junit] [EL Finest]: 2022-09-10 04:19:25.922--UnitOfWork(911813127)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile@33a95758. [junit] [EL Finer]: 2022-09-10 04:19:25.922--UnitOfWork(911813127)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:25.922--UnitOfWork(911813127)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11) [junit] [EL Finest]: 2022-09-10 04:19:25.922--ServerSession(1526542158)--Connection(1849313183)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.923--ClientSession(428007804)--Connection(1849313183)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:25.923--ClientSession(428007804)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:25.923--UnitOfWork(911813127)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile@33a95758) [junit] [EL Fine]: 2022-09-10 04:19:25.923--ClientSession(428007804)--Connection(975651785)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [17, diverses, 1] [junit] [EL Finest]: 2022-09-10 04:19:25.924--UnitOfWork(911813127)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile@72afaee3) [junit] [EL Finest]: 2022-09-10 04:19:25.924--UnitOfWork(911813127)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@35e2c4b) [junit] [EL Finer]: 2022-09-10 04:19:25.924--ClientSession(428007804)--Connection(975651785)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.924--ClientSession(428007804)--Connection(975651785)--Thread(Thread[main,5,main])--INSERT INTO TMP_PROFILE (GUID, AIRLINE, SMOKER) VALUES (?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.924--ClientSession(428007804)--Connection(975651785)--Thread(Thread[main,5,main])-- bind => [[B@5717eea2, Lufthansa, false] [junit] [EL Fine]: 2022-09-10 04:19:25.924--ClientSession(428007804)--Connection(975651785)--Thread(Thread[main,5,main])-- bind => [[B@19d62cca, Aeroflot, true] [junit] [EL Finer]: 2022-09-10 04:19:25.924--ClientSession(428007804)--Connection(975651785)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finest]: 2022-09-10 04:19:25.924--UnitOfWork(911813127)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@d59a45d) [junit] [EL Finer]: 2022-09-10 04:19:25.925--ClientSession(428007804)--Connection(975651785)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.925--ClientSession(428007804)--Connection(975651785)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:25.925--ClientSession(428007804)--Connection(975651785)--Thread(Thread[main,5,main])-- bind => [1, Hans, Wurst, null, null, null, null, 17, null, null, null, null, [B@19d62cca] [junit] [EL Fine]: 2022-09-10 04:19:25.925--ClientSession(428007804)--Connection(975651785)--Thread(Thread[main,5,main])-- bind => [2, Fred, von Jupiter, null, null, null, null, 17, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:25.925--ClientSession(428007804)--Connection(975651785)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:25.926--ClientSession(428007804)--Connection(975651785)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:25.926--ServerSession(1526542158)--Connection(1849313183)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.927--UnitOfWork(911813127)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:25.927--UnitOfWork(911813127)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.928--UnitOfWork(911813127)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.928--ClientSession(428007804)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.928--UnitOfWork(911813127)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.928--ClientSession(428007804)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:25.928--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1336504522 [junit] [EL Finer]: 2022-09-10 04:19:25.928--ClientSession(1336504522)--Thread(Thread[main,5,main])--acquire unit of work: 1900043984 [junit] [EL Finest]: 2022-09-10 04:19:25.928--UnitOfWork(1900043984)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.928--UnitOfWork(1900043984)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4d443a45 [junit] [EL Finest]: 2022-09-10 04:19:25.928--UnitOfWork(1900043984)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2022-09-10 04:19:25.928--UnitOfWork(1900043984)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:25.928--ServerSession(1526542158)--Connection(1770276717)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.929--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.929--ServerSession(1526542158)--Connection(448864851)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [1, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:25.929--ServerSession(1526542158)--Connection(1770276717)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.93--UnitOfWork(1900043984)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="travelProfile" referenceClass=TravelProfile ) [junit] [EL Finest]: 2022-09-10 04:19:25.93--ServerSession(1526542158)--Connection(452559745)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.93--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.93--ServerSession(1526542158)--Connection(163182903)--Thread(Thread[main,5,main])--SELECT GUID, AIRLINE, SMOKER FROM TMP_PROFILE WHERE (GUID = ?) [junit] bind => [[B@19d62cca] [junit] [EL Finest]: 2022-09-10 04:19:25.93--ServerSession(1526542158)--Connection(452559745)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.931--UnitOfWork(1900043984)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile@425fa2ea [junit] [EL Finest]: 2022-09-10 04:19:25.931--UnitOfWork(1900043984)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.931--UnitOfWork(1900043984)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@67b8b180 [junit] [EL Finest]: 2022-09-10 04:19:25.931--UnitOfWork(1900043984)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2022-09-10 04:19:25.931--UnitOfWork(1900043984)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:25.931--ServerSession(1526542158)--Connection(359546318)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.931--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.931--ServerSession(1526542158)--Connection(1736640040)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [2, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:25.932--ServerSession(1526542158)--Connection(359546318)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:25.932--UnitOfWork(1900043984)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:25.932--UnitOfWork(1900043984)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@7c540aaf) [junit] [EL Finest]: 2022-09-10 04:19:25.933--ServerSession(1526542158)--Connection(888604469)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.933--ClientSession(1336504522)--Connection(888604469)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:25.933--ClientSession(1336504522)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:25.933--UnitOfWork(1900043984)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4e98bd7) [junit] [EL Finer]: 2022-09-10 04:19:25.933--ClientSession(1336504522)--Connection(790405938)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:25.933--ClientSession(1336504522)--Connection(790405938)--Thread(Thread[main,5,main])--UPDATE TMP_EMP SET PROFILE_GUID = ? WHERE (ID = ?) [junit] [EL Fine]: 2022-09-10 04:19:25.933--ClientSession(1336504522)--Connection(790405938)--Thread(Thread[main,5,main])-- bind => [null, 1] [junit] [EL Fine]: 2022-09-10 04:19:25.933--ClientSession(1336504522)--Connection(790405938)--Thread(Thread[main,5,main])-- bind => [[B@3763f0bf, 2] [junit] [EL Finer]: 2022-09-10 04:19:25.933--ClientSession(1336504522)--Connection(790405938)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:25.934--ClientSession(1336504522)--Connection(790405938)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:25.935--ServerSession(1526542158)--Connection(888604469)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.935--UnitOfWork(1900043984)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:25.935--UnitOfWork(1900043984)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.935--UnitOfWork(1900043984)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.935--ClientSession(1336504522)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.935--UnitOfWork(1900043984)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.935--ClientSession(1336504522)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:25.936--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2023966397 [junit] [EL Finer]: 2022-09-10 04:19:25.936--ClientSession(2023966397)--Thread(Thread[main,5,main])--acquire unit of work: 1349363486 [junit] [EL Finest]: 2022-09-10 04:19:25.936--UnitOfWork(1349363486)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.936--UnitOfWork(1349363486)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4d443a45 [junit] [EL Finest]: 2022-09-10 04:19:25.936--UnitOfWork(1349363486)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2022-09-10 04:19:25.936--UnitOfWork(1349363486)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:25.936--ServerSession(1526542158)--Connection(771158384)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.936--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.936--ServerSession(1526542158)--Connection(278853255)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [1, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:25.937--ServerSession(1526542158)--Connection(771158384)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.937--UnitOfWork(1349363486)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.937--UnitOfWork(1349363486)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@67b8b180 [junit] [EL Finest]: 2022-09-10 04:19:25.937--UnitOfWork(1349363486)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@11 [junit] [EL Finest]: 2022-09-10 04:19:25.937--UnitOfWork(1349363486)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:25.938--ServerSession(1526542158)--Connection(1770814503)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.938--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.938--ServerSession(1526542158)--Connection(1853122105)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [2, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:25.938--ServerSession(1526542158)--Connection(1770814503)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.939--UnitOfWork(1349363486)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="travelProfile" referenceClass=TravelProfile ) [junit] [EL Finest]: 2022-09-10 04:19:25.939--ServerSession(1526542158)--Connection(1176696806)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.939--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.939--ServerSession(1526542158)--Connection(187303093)--Thread(Thread[main,5,main])--SELECT GUID, AIRLINE, SMOKER FROM TMP_PROFILE WHERE (GUID = ?) [junit] bind => [[B@3763f0bf] [junit] [EL Finest]: 2022-09-10 04:19:25.94--ServerSession(1526542158)--Connection(1176696806)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.941--UnitOfWork(1349363486)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.TravelProfile@29fdb768 [junit] [EL Finest]: 2022-09-10 04:19:25.941--UnitOfWork(1349363486)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readTravelProfile" referenceClass=TravelProfile sql="SELECT GUID, AIRLINE, SMOKER FROM TMP_PROFILE WHERE (GUID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.941--ServerSession(1526542158)--Connection(782749152)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.941--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.942--ServerSession(1526542158)--Connection(348002843)--Thread(Thread[main,5,main])--SELECT GUID, AIRLINE, SMOKER FROM TMP_PROFILE WHERE (GUID = ?) [junit] bind => [[B@5717eea2] [junit] [EL Finest]: 2022-09-10 04:19:25.942--ServerSession(1526542158)--Connection(782749152)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.simple.BufferReadTest [junit] [EL Finer]: 2022-09-10 04:19:25.967--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 576547735 [junit] [EL Finer]: 2022-09-10 04:19:25.967--ClientSession(576547735)--Thread(Thread[main,5,main])--acquire unit of work: 1850349439 [junit] [EL Finest]: 2022-09-10 04:19:25.968--UnitOfWork(1850349439)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@5ed48263. [junit] [EL Finest]: 2022-09-10 04:19:25.968--UnitOfWork(1850349439)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finer]: 2022-09-10 04:19:25.968--UnitOfWork(1850349439)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:25.968--UnitOfWork(1850349439)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:19:25.968--ServerSession(1526542158)--Connection(708092522)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.968--ClientSession(576547735)--Connection(708092522)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:25.968--ClientSession(576547735)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:25.969--UnitOfWork(1850349439)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@5ed48263) [junit] [EL Fine]: 2022-09-10 04:19:25.969--ClientSession(576547735)--Connection(2087711259)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, something, 1] [junit] [EL Fine]: 2022-09-10 04:19:25.97--ClientSession(576547735)--Connection(2087711259)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [1, 42.42, 77, 1, HUGO, 1, true, [B@35d43d72, [B@3628eef9, [B@26a10abd, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, null, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, true, 1, null, null, null, A, null, null, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:25.971--ClientSession(576547735)--Connection(2087711259)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:25.972--ServerSession(1526542158)--Connection(708092522)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:25.972--UnitOfWork(1850349439)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:25.972--UnitOfWork(1850349439)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.972--UnitOfWork(1850349439)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.972--ClientSession(576547735)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.972--UnitOfWork(1850349439)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.972--ClientSession(576547735)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:25.973--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 554602385 [junit] [EL Finer]: 2022-09-10 04:19:25.973--ClientSession(554602385)--Thread(Thread[main,5,main])--acquire unit of work: 2024598918 [junit] [EL Finest]: 2022-09-10 04:19:25.973--UnitOfWork(2024598918)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.974--ServerSession(1526542158)--Connection(1475690503)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.974--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.974--ServerSession(1526542158)--Connection(524261405)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:25.975--ServerSession(1526542158)--Connection(1475690503)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.976--UnitOfWork(2024598918)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.976--UnitOfWork(2024598918)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:25.976--UnitOfWork(2024598918)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.976--ClientSession(554602385)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2022-09-10 04:19:25.976--UnitOfWork(2024598918)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.976--ServerSession(1526542158)--Connection(1091990956)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.976--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.976--ServerSession(1526542158)--Connection(370273781)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:19:25.977--ServerSession(1526542158)--Connection(1091990956)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:25.977--UnitOfWork(2024598918)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.977--ClientSession(554602385)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2022-09-10 04:19:25.977--UnitOfWork(2024598918)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.977--ServerSession(1526542158)--Connection(1907075044)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.977--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.977--ServerSession(1526542158)--Connection(1758237281)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:19:25.978--ServerSession(1526542158)--Connection(1907075044)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:25.978--UnitOfWork(2024598918)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.978--ClientSession(554602385)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2022-09-10 04:19:25.978--UnitOfWork(2024598918)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.978--ServerSession(1526542158)--Connection(2016617268)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.978--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.978--ServerSession(1526542158)--Connection(1952508361)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:19:25.979--ServerSession(1526542158)--Connection(2016617268)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:25.979--UnitOfWork(2024598918)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.979--ClientSession(554602385)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2022-09-10 04:19:25.979--UnitOfWork(2024598918)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.979--ServerSession(1526542158)--Connection(1196913436)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.979--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.979--ServerSession(1526542158)--Connection(873129118)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:19:25.98--ServerSession(1526542158)--Connection(1196913436)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:25.98--UnitOfWork(2024598918)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.98--ClientSession(554602385)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2022-09-10 04:19:25.98--UnitOfWork(2024598918)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.98--ServerSession(1526542158)--Connection(1207142858)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.98--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.98--ServerSession(1526542158)--Connection(608091070)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:19:25.981--ServerSession(1526542158)--Connection(1207142858)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:25.981--UnitOfWork(2024598918)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.981--ClientSession(554602385)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2022-09-10 04:19:25.981--UnitOfWork(2024598918)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.981--ServerSession(1526542158)--Connection(1144825146)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.981--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.981--ServerSession(1526542158)--Connection(361633096)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:19:25.981--ServerSession(1526542158)--Connection(1144825146)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:25.981--UnitOfWork(2024598918)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.981--ClientSession(554602385)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2022-09-10 04:19:25.982--UnitOfWork(2024598918)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.982--ServerSession(1526542158)--Connection(1786153760)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.982--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.982--ServerSession(1526542158)--Connection(263710579)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:19:25.982--ServerSession(1526542158)--Connection(1786153760)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:25.982--UnitOfWork(2024598918)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.982--ClientSession(554602385)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2022-09-10 04:19:25.982--UnitOfWork(2024598918)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.982--ServerSession(1526542158)--Connection(877981753)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.982--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.983--ServerSession(1526542158)--Connection(73930175)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:19:25.983--ServerSession(1526542158)--Connection(877981753)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:25.983--UnitOfWork(2024598918)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.983--ClientSession(554602385)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2022-09-10 04:19:25.983--UnitOfWork(2024598918)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.983--ServerSession(1526542158)--Connection(1006387312)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.983--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.983--ServerSession(1526542158)--Connection(2138931037)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:19:25.984--ServerSession(1526542158)--Connection(1006387312)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:25.984--UnitOfWork(2024598918)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.984--ClientSession(554602385)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2022-09-10 04:19:25.984--UnitOfWork(2024598918)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.984--ServerSession(1526542158)--Connection(974484984)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.984--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.984--ServerSession(1526542158)--Connection(780558960)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:19:25.985--ServerSession(1526542158)--Connection(974484984)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:25.985--UnitOfWork(2024598918)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:25.985--ClientSession(554602385)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2022-09-10 04:19:25.985--UnitOfWork(2024598918)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:25.985--ServerSession(1526542158)--Connection(1709593672)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:25.985--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:25.985--ServerSession(1526542158)--Connection(2020491110)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:19:25.986--ServerSession(1526542158)--Connection(1709593672)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:25.986--UnitOfWork(2024598918)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:25.986--ClientSession(554602385)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.002--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1718323246 [junit] [EL Finer]: 2022-09-10 04:19:26.003--ClientSession(1718323246)--Thread(Thread[main,5,main])--acquire unit of work: 372557724 [junit] [EL Finest]: 2022-09-10 04:19:26.003--UnitOfWork(372557724)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@bc61de6. [junit] [EL Finest]: 2022-09-10 04:19:26.003--UnitOfWork(372557724)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finer]: 2022-09-10 04:19:26.003--UnitOfWork(372557724)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.003--UnitOfWork(372557724)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:19:26.003--ServerSession(1526542158)--Connection(1690594729)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.003--ClientSession(1718323246)--Connection(1690594729)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.003--ClientSession(1718323246)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:26.004--UnitOfWork(372557724)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@bc61de6) [junit] [EL Fine]: 2022-09-10 04:19:26.004--ClientSession(1718323246)--Connection(1163852454)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, something, 1] [junit] [EL Fine]: 2022-09-10 04:19:26.004--ClientSession(1718323246)--Connection(1163852454)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [1, 42.42, 77, 1, HUGO, 1, true, [B@73ebcbd0, [B@41d284c1, [B@40af423a, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, null, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, true, 1, null, null, null, A, null, null, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:26.005--ClientSession(1718323246)--Connection(1163852454)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.006--ServerSession(1526542158)--Connection(1690594729)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.006--UnitOfWork(372557724)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.006--UnitOfWork(372557724)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.006--UnitOfWork(372557724)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.006--ClientSession(1718323246)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.006--UnitOfWork(372557724)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.006--ClientSession(1718323246)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.008--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 355893485 [junit] [EL Finer]: 2022-09-10 04:19:26.008--ClientSession(355893485)--Thread(Thread[main,5,main])--acquire unit of work: 1994390960 [junit] [EL Finest]: 2022-09-10 04:19:26.008--UnitOfWork(1994390960)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.008--ServerSession(1526542158)--Connection(1266197127)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.008--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.015--ServerSession(1526542158)--Connection(1263184326)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:26.017--ServerSession(1526542158)--Connection(1266197127)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.017--UnitOfWork(1994390960)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.017--UnitOfWork(1994390960)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.027--UnitOfWork(1994390960)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.027--ClientSession(355893485)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.043--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2045214118 [junit] [EL Finer]: 2022-09-10 04:19:26.043--ClientSession(2045214118)--Thread(Thread[main,5,main])--acquire unit of work: 1861284426 [junit] [EL Finest]: 2022-09-10 04:19:26.043--UnitOfWork(1861284426)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@58165fa3. [junit] [EL Finest]: 2022-09-10 04:19:26.043--UnitOfWork(1861284426)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finer]: 2022-09-10 04:19:26.043--UnitOfWork(1861284426)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.043--UnitOfWork(1861284426)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:19:26.043--ServerSession(1526542158)--Connection(981482719)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.043--ClientSession(2045214118)--Connection(981482719)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.043--ClientSession(2045214118)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:26.044--UnitOfWork(1861284426)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@58165fa3) [junit] [EL Fine]: 2022-09-10 04:19:26.044--ClientSession(2045214118)--Connection(982281724)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, something, 1] [junit] [EL Fine]: 2022-09-10 04:19:26.045--ClientSession(2045214118)--Connection(982281724)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [1, 42.42, 77, 1, HUGO, 1, true, [B@1e636790, [B@47d91a2d, [B@227a0c5a, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, null, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, true, 1, null, null, null, A, null, null, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:26.046--ClientSession(2045214118)--Connection(982281724)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.046--ServerSession(1526542158)--Connection(981482719)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.047--UnitOfWork(1861284426)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.047--UnitOfWork(1861284426)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.047--UnitOfWork(1861284426)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.047--ClientSession(2045214118)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.047--UnitOfWork(1861284426)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.047--ClientSession(2045214118)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.047--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1524487459 [junit] [EL Finer]: 2022-09-10 04:19:26.048--ClientSession(1524487459)--Thread(Thread[main,5,main])--acquire unit of work: 961245894 [junit] [EL Finest]: 2022-09-10 04:19:26.048--UnitOfWork(961245894)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.048--ServerSession(1526542158)--Connection(1848176761)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.048--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.048--ServerSession(1526542158)--Connection(490353228)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:26.049--ServerSession(1526542158)--Connection(1848176761)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.049--UnitOfWork(961245894)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.049--UnitOfWork(961245894)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.05--UnitOfWork(961245894)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.05--UnitOfWork(961245894)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.05--UnitOfWork(961245894)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:26.051--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.051--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.051--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.051--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.051--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.051--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.051--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.051--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.051--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.051--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.051--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.051--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.051--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.051--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.051--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.051--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.051--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.051--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.051--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.051--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.051--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.051--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.051--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.051--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.051--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.051--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.051--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.051--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.051--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.051--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.051--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.051--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.051--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.051--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.051--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.052--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.052--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.052--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.052--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.052--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.052--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.052--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.052--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.052--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.052--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.052--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.052--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.052--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.052--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.052--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.052--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.052--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.052--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.052--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.052--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.052--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.052--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.052--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.052--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.052--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.052--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.052--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.052--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.052--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.052--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.052--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.052--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.052--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.052--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.052--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.052--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.052--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.052--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.053--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.053--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.053--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.053--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.053--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.053--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.053--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.053--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.053--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.053--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.053--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.053--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.053--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.053--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.053--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.053--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.053--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.053--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.053--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.053--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.053--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.053--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.053--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.053--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.053--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.053--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.053--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.053--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.053--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.053--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.053--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.053--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.053--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.053--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.053--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.053--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.053--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.053--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.054--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.054--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.054--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.054--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.054--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.054--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.054--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.054--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.054--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.054--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.054--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.054--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.054--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.054--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.054--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.054--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.054--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.054--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.054--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.054--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.054--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.054--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.054--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.054--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.054--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.054--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.054--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.054--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.054--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.054--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.054--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.054--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.054--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.054--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.054--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.054--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.055--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.055--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.055--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.055--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.055--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.055--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.055--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.055--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.055--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.055--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.055--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.055--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.055--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.055--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.055--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.055--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.055--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.055--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.055--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.055--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.055--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.055--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.055--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.055--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.055--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.055--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.055--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.055--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.055--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.055--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.055--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.055--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.055--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.055--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.055--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.055--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.055--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.055--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.055--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.056--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.056--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.056--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.056--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.056--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.056--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.056--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.056--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.056--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.056--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.056--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.056--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.056--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.056--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.056--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.056--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.056--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.056--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.056--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.056--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.056--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.056--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.056--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.056--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.056--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.056--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.056--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.056--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.056--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.056--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.056--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.056--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.056--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.056--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.056--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.056--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.056--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.057--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.057--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.057--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.057--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.057--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.057--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.057--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.057--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.057--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.057--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.057--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.057--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.057--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.057--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.057--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.057--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.057--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.057--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.057--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.057--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.057--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.057--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.057--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.057--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.057--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.057--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.057--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.057--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.057--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.057--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.057--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.057--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.057--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.057--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.057--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.057--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.057--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.057--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.058--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.058--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.058--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.058--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.058--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.058--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.058--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.058--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.058--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.058--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.058--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.058--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.058--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.058--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.058--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.058--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.058--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.058--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.058--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.058--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.058--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.058--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.058--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.058--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.058--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.058--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.058--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.058--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.058--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.058--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.058--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.058--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.058--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.058--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.058--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.058--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.058--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.059--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.059--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.059--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.059--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.059--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.059--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.059--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.059--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.059--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.059--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.059--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.059--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.059--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.059--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.059--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.059--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.059--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.059--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.059--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.059--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.059--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.059--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.059--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.059--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.059--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.059--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.059--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.059--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.059--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.059--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.059--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.059--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.059--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.059--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.059--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.059--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.059--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.059--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.06--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.06--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.06--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.06--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.06--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.06--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.06--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.06--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.06--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.06--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.06--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.06--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.06--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.06--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.06--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.06--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.06--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.06--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.06--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.06--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.06--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.06--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.06--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.06--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.06--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.06--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.06--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.06--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.06--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.06--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.06--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.06--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.06--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.06--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.06--UnitOfWork(961245894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.06--ClientSession(1524487459)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.061--UnitOfWork(961245894)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.061--ClientSession(1524487459)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.077--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1392837736 [junit] [EL Finer]: 2022-09-10 04:19:26.077--ClientSession(1392837736)--Thread(Thread[main,5,main])--acquire unit of work: 754736446 [junit] [EL Finest]: 2022-09-10 04:19:26.077--UnitOfWork(754736446)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@45bf564f. [junit] [EL Finest]: 2022-09-10 04:19:26.077--UnitOfWork(754736446)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finer]: 2022-09-10 04:19:26.077--UnitOfWork(754736446)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.077--UnitOfWork(754736446)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:19:26.077--ServerSession(1526542158)--Connection(2135930019)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.077--ClientSession(1392837736)--Connection(2135930019)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.077--ClientSession(1392837736)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:26.078--UnitOfWork(754736446)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@45bf564f) [junit] [EL Fine]: 2022-09-10 04:19:26.078--ClientSession(1392837736)--Connection(1355485905)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, something, 1] [junit] [EL Fine]: 2022-09-10 04:19:26.079--ClientSession(1392837736)--Connection(1355485905)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [1, 42.42, 77, 1, HUGO, 1, true, [B@4121cb14, [B@49f4047b, [B@11af522d, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, null, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, true, 1, null, null, null, A, null, null, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:26.079--ClientSession(1392837736)--Connection(1355485905)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.08--ServerSession(1526542158)--Connection(2135930019)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.08--UnitOfWork(754736446)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.08--UnitOfWork(754736446)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.08--UnitOfWork(754736446)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.08--ClientSession(1392837736)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.08--UnitOfWork(754736446)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.08--ClientSession(1392837736)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.081--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1559043100 [junit] [EL Finer]: 2022-09-10 04:19:26.081--ClientSession(1559043100)--Thread(Thread[main,5,main])--acquire unit of work: 752559919 [junit] [EL Finest]: 2022-09-10 04:19:26.081--UnitOfWork(752559919)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.081--ServerSession(1526542158)--Connection(1170667994)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.081--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.081--ServerSession(1526542158)--Connection(1867846769)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:26.082--ServerSession(1526542158)--Connection(1170667994)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.082--UnitOfWork(752559919)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.082--UnitOfWork(752559919)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.083--UnitOfWork(752559919)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.091--UnitOfWork(752559919)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.091--UnitOfWork(752559919)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.092--UnitOfWork(752559919)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.092--UnitOfWork(752559919)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.092--UnitOfWork(752559919)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.092--UnitOfWork(752559919)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.092--UnitOfWork(752559919)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.092--UnitOfWork(752559919)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.093--UnitOfWork(752559919)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.093--UnitOfWork(752559919)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.093--ClientSession(1559043100)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.11--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1952287796 [junit] [EL Finer]: 2022-09-10 04:19:26.11--ClientSession(1952287796)--Thread(Thread[main,5,main])--acquire unit of work: 671479802 [junit] [EL Finest]: 2022-09-10 04:19:26.11--UnitOfWork(671479802)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@7e7bb4de. [junit] [EL Finest]: 2022-09-10 04:19:26.11--UnitOfWork(671479802)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finer]: 2022-09-10 04:19:26.11--UnitOfWork(671479802)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.11--UnitOfWork(671479802)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:19:26.111--ServerSession(1526542158)--Connection(1042292342)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.111--ClientSession(1952287796)--Connection(1042292342)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.111--ClientSession(1952287796)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:26.111--UnitOfWork(671479802)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@7e7bb4de) [junit] [EL Fine]: 2022-09-10 04:19:26.111--ClientSession(1952287796)--Connection(76095502)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, something, 1] [junit] [EL Fine]: 2022-09-10 04:19:26.112--ClientSession(1952287796)--Connection(76095502)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [1, 42.42, 77, 1, HUGO, 1, true, [B@51c60fe2, [B@1c02cc84, [B@6f30a9c0, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, null, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, true, 1, null, null, null, A, null, null, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:26.113--ClientSession(1952287796)--Connection(76095502)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.114--ServerSession(1526542158)--Connection(1042292342)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.114--UnitOfWork(671479802)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.114--UnitOfWork(671479802)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.115--UnitOfWork(671479802)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.115--ClientSession(1952287796)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.115--UnitOfWork(671479802)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.115--ClientSession(1952287796)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.115--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 247725059 [junit] [EL Finer]: 2022-09-10 04:19:26.115--ClientSession(247725059)--Thread(Thread[main,5,main])--acquire unit of work: 2120330289 [junit] [EL Finest]: 2022-09-10 04:19:26.116--UnitOfWork(2120330289)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.116--ServerSession(1526542158)--Connection(1621668603)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.116--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.116--ServerSession(1526542158)--Connection(850577908)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:26.117--ServerSession(1526542158)--Connection(1621668603)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.117--UnitOfWork(2120330289)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.117--UnitOfWork(2120330289)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.118--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1917945292 [junit] [EL Finer]: 2022-09-10 04:19:26.118--ClientSession(1917945292)--Thread(Thread[main,5,main])--acquire unit of work: 1000997134 [junit] [EL Finer]: 2022-09-10 04:19:26.118--UnitOfWork(1000997134)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.118--ClientSession(1917945292)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.118--UnitOfWork(1000997134)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.118--UnitOfWork(1000997134)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.118--UnitOfWork(1000997134)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="getDepartmentById" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.118--UnitOfWork(1000997134)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.118--UnitOfWork(1000997134)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.118--ClientSession(1917945292)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.118--UnitOfWork(1000997134)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.119--UnitOfWork(1000997134)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.119--UnitOfWork(1000997134)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="getDepartmentById" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.119--UnitOfWork(1000997134)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.119--UnitOfWork(1000997134)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.119--ClientSession(1917945292)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.119--UnitOfWork(1000997134)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.119--UnitOfWork(1000997134)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.119--UnitOfWork(1000997134)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="getDepartmentById" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.119--UnitOfWork(1000997134)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.119--UnitOfWork(1000997134)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.146--ClientSession(1917945292)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.146--UnitOfWork(1000997134)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.146--UnitOfWork(1000997134)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.146--UnitOfWork(1000997134)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="getDepartmentById" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.146--UnitOfWork(1000997134)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.146--UnitOfWork(2120330289)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.146--ClientSession(247725059)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.164--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 406827058 [junit] [EL Finer]: 2022-09-10 04:19:26.164--ClientSession(406827058)--Thread(Thread[main,5,main])--acquire unit of work: 1981966090 [junit] [EL Finest]: 2022-09-10 04:19:26.164--UnitOfWork(1981966090)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3f5786e6. [junit] [EL Finest]: 2022-09-10 04:19:26.164--UnitOfWork(1981966090)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finer]: 2022-09-10 04:19:26.164--UnitOfWork(1981966090)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.164--UnitOfWork(1981966090)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:19:26.164--ServerSession(1526542158)--Connection(557898524)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.165--ClientSession(406827058)--Connection(557898524)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.165--ClientSession(406827058)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:26.165--UnitOfWork(1981966090)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3f5786e6) [junit] [EL Fine]: 2022-09-10 04:19:26.165--ClientSession(406827058)--Connection(1047280382)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, something, 1] [junit] [EL Fine]: 2022-09-10 04:19:26.166--ClientSession(406827058)--Connection(1047280382)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [1, 42.42, 77, 1, HUGO, 1, true, [B@51edd0d, [B@5a7abc9a, [B@44494937, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, null, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, true, 1, null, null, null, A, null, null, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:26.167--ClientSession(406827058)--Connection(1047280382)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.168--ServerSession(1526542158)--Connection(557898524)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.168--UnitOfWork(1981966090)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.168--UnitOfWork(1981966090)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.178--UnitOfWork(1981966090)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.178--ClientSession(406827058)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.178--UnitOfWork(1981966090)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.178--ClientSession(406827058)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.179--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1801398099 [junit] [EL Finer]: 2022-09-10 04:19:26.179--ClientSession(1801398099)--Thread(Thread[main,5,main])--acquire unit of work: 524430470 [junit] [EL Finest]: 2022-09-10 04:19:26.179--UnitOfWork(524430470)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.179--ServerSession(1526542158)--Connection(82274418)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.179--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.18--ServerSession(1526542158)--Connection(1458084022)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:26.181--ServerSession(1526542158)--Connection(82274418)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.182--UnitOfWork(524430470)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.182--UnitOfWork(524430470)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.182--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1509294956 [junit] [EL Finer]: 2022-09-10 04:19:26.182--ClientSession(1509294956)--Thread(Thread[main,5,main])--acquire unit of work: 686088662 [junit] [EL Finest]: 2022-09-10 04:19:26.182--UnitOfWork(686088662)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="select ID, NAME, VERSION from TMP_DEP where ID = 1") [junit] [EL Finest]: 2022-09-10 04:19:26.182--ServerSession(1526542158)--Connection(1009163703)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.182--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.183--ServerSession(1526542158)--Connection(1122522806)--Thread(Thread[main,5,main])--select ID, NAME, VERSION from TMP_DEP where ID = 1 [junit] [EL Finest]: 2022-09-10 04:19:26.183--ServerSession(1526542158)--Connection(1009163703)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:26.183--UnitOfWork(686088662)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.183--ClientSession(1509294956)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.183--UnitOfWork(686088662)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.183--ClientSession(1509294956)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.183--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 748104388 [junit] [EL Finer]: 2022-09-10 04:19:26.183--ClientSession(748104388)--Thread(Thread[main,5,main])--acquire unit of work: 1630610514 [junit] [EL Finest]: 2022-09-10 04:19:26.183--UnitOfWork(1630610514)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="select ID, NAME, VERSION from TMP_DEP where ID = 1") [junit] [EL Finest]: 2022-09-10 04:19:26.184--ServerSession(1526542158)--Connection(245882852)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.184--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.184--ServerSession(1526542158)--Connection(1983236161)--Thread(Thread[main,5,main])--select ID, NAME, VERSION from TMP_DEP where ID = 1 [junit] [EL Finest]: 2022-09-10 04:19:26.184--ServerSession(1526542158)--Connection(245882852)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:26.184--UnitOfWork(1630610514)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.184--ClientSession(748104388)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.184--UnitOfWork(1630610514)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.184--ClientSession(748104388)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.184--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1675472964 [junit] [EL Finer]: 2022-09-10 04:19:26.185--ClientSession(1675472964)--Thread(Thread[main,5,main])--acquire unit of work: 138277427 [junit] [EL Finest]: 2022-09-10 04:19:26.185--UnitOfWork(138277427)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="select ID, NAME, VERSION from TMP_DEP where ID = 1") [junit] [EL Finest]: 2022-09-10 04:19:26.185--ServerSession(1526542158)--Connection(1456431449)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.185--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.185--ServerSession(1526542158)--Connection(2098451555)--Thread(Thread[main,5,main])--select ID, NAME, VERSION from TMP_DEP where ID = 1 [junit] [EL Finest]: 2022-09-10 04:19:26.185--ServerSession(1526542158)--Connection(1456431449)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:26.185--UnitOfWork(138277427)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.185--ClientSession(1675472964)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.185--UnitOfWork(138277427)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.185--ClientSession(1675472964)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.185--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1521670614 [junit] [EL Finer]: 2022-09-10 04:19:26.186--ClientSession(1521670614)--Thread(Thread[main,5,main])--acquire unit of work: 959646761 [junit] [EL Finest]: 2022-09-10 04:19:26.186--UnitOfWork(959646761)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="select ID, NAME, VERSION from TMP_DEP where ID = 1") [junit] [EL Finest]: 2022-09-10 04:19:26.186--ServerSession(1526542158)--Connection(1669406551)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.186--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.186--ServerSession(1526542158)--Connection(1464269560)--Thread(Thread[main,5,main])--select ID, NAME, VERSION from TMP_DEP where ID = 1 [junit] [EL Finest]: 2022-09-10 04:19:26.186--ServerSession(1526542158)--Connection(1669406551)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:26.186--UnitOfWork(959646761)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.186--ClientSession(1521670614)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.186--UnitOfWork(959646761)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.186--ClientSession(1521670614)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.187--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 837065452 [junit] [EL Finer]: 2022-09-10 04:19:26.187--ClientSession(837065452)--Thread(Thread[main,5,main])--acquire unit of work: 487807730 [junit] [EL Finest]: 2022-09-10 04:19:26.187--UnitOfWork(487807730)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="select ID, NAME, VERSION from TMP_DEP where ID = 1") [junit] [EL Finest]: 2022-09-10 04:19:26.187--ServerSession(1526542158)--Connection(143055340)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.187--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.187--ServerSession(1526542158)--Connection(1882410555)--Thread(Thread[main,5,main])--select ID, NAME, VERSION from TMP_DEP where ID = 1 [junit] [EL Finest]: 2022-09-10 04:19:26.187--ServerSession(1526542158)--Connection(143055340)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:26.187--UnitOfWork(487807730)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.187--ClientSession(837065452)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.188--UnitOfWork(487807730)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.188--ClientSession(837065452)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.188--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 914995351 [junit] [EL Finer]: 2022-09-10 04:19:26.188--ClientSession(914995351)--Thread(Thread[main,5,main])--acquire unit of work: 2132554668 [junit] [EL Finest]: 2022-09-10 04:19:26.188--UnitOfWork(2132554668)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="select ID, NAME, VERSION from TMP_DEP where ID = 1") [junit] [EL Finest]: 2022-09-10 04:19:26.188--ServerSession(1526542158)--Connection(692167805)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.188--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.188--ServerSession(1526542158)--Connection(2123021052)--Thread(Thread[main,5,main])--select ID, NAME, VERSION from TMP_DEP where ID = 1 [junit] [EL Finest]: 2022-09-10 04:19:26.188--ServerSession(1526542158)--Connection(692167805)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:26.188--UnitOfWork(2132554668)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.189--ClientSession(914995351)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.189--UnitOfWork(2132554668)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.189--ClientSession(914995351)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.189--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 345184253 [junit] [EL Finer]: 2022-09-10 04:19:26.189--ClientSession(345184253)--Thread(Thread[main,5,main])--acquire unit of work: 1980257517 [junit] [EL Finest]: 2022-09-10 04:19:26.189--UnitOfWork(1980257517)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="select ID, NAME, VERSION from TMP_DEP where ID = 1") [junit] [EL Finest]: 2022-09-10 04:19:26.189--ServerSession(1526542158)--Connection(1954452708)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.189--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.189--ServerSession(1526542158)--Connection(1672576355)--Thread(Thread[main,5,main])--select ID, NAME, VERSION from TMP_DEP where ID = 1 [junit] [EL Finest]: 2022-09-10 04:19:26.19--ServerSession(1526542158)--Connection(1954452708)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:26.19--UnitOfWork(1980257517)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.19--ClientSession(345184253)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.19--UnitOfWork(1980257517)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.19--ClientSession(345184253)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.19--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 862023289 [junit] [EL Finer]: 2022-09-10 04:19:26.19--ClientSession(862023289)--Thread(Thread[main,5,main])--acquire unit of work: 1359143688 [junit] [EL Finest]: 2022-09-10 04:19:26.19--UnitOfWork(1359143688)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="select ID, NAME, VERSION from TMP_DEP where ID = 1") [junit] [EL Finest]: 2022-09-10 04:19:26.19--ServerSession(1526542158)--Connection(1541643776)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.19--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.191--ServerSession(1526542158)--Connection(446817435)--Thread(Thread[main,5,main])--select ID, NAME, VERSION from TMP_DEP where ID = 1 [junit] [EL Finest]: 2022-09-10 04:19:26.191--ServerSession(1526542158)--Connection(1541643776)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:26.191--UnitOfWork(1359143688)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.191--ClientSession(862023289)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.191--UnitOfWork(1359143688)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.191--ClientSession(862023289)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.192--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 907268665 [junit] [EL Finer]: 2022-09-10 04:19:26.192--ClientSession(907268665)--Thread(Thread[main,5,main])--acquire unit of work: 1316525096 [junit] [EL Finest]: 2022-09-10 04:19:26.192--UnitOfWork(1316525096)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(referenceClass=Department sql="select ID, NAME, VERSION from TMP_DEP where ID = 1") [junit] [EL Finest]: 2022-09-10 04:19:26.192--ServerSession(1526542158)--Connection(360907699)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.192--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.192--ServerSession(1526542158)--Connection(768078434)--Thread(Thread[main,5,main])--select ID, NAME, VERSION from TMP_DEP where ID = 1 [junit] [EL Finest]: 2022-09-10 04:19:26.193--ServerSession(1526542158)--Connection(360907699)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:26.193--UnitOfWork(524430470)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.193--ClientSession(1801398099)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.214--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1807200728 [junit] [EL Finer]: 2022-09-10 04:19:26.214--ClientSession(1807200728)--Thread(Thread[main,5,main])--acquire unit of work: 622301916 [junit] [EL Finest]: 2022-09-10 04:19:26.214--UnitOfWork(622301916)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@64fe41e0. [junit] [EL Finest]: 2022-09-10 04:19:26.214--UnitOfWork(622301916)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finer]: 2022-09-10 04:19:26.214--UnitOfWork(622301916)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.214--UnitOfWork(622301916)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:19:26.214--ServerSession(1526542158)--Connection(942030300)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.215--ClientSession(1807200728)--Connection(942030300)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.215--ClientSession(1807200728)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:26.215--UnitOfWork(622301916)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@64fe41e0) [junit] [EL Fine]: 2022-09-10 04:19:26.215--ClientSession(1807200728)--Connection(1745553126)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, something, 1] [junit] [EL Fine]: 2022-09-10 04:19:26.216--ClientSession(1807200728)--Connection(1745553126)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [1, 42.42, 77, 1, HUGO, 1, true, [B@3f26653a, [B@faa780e, [B@15723b81, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, null, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, true, 1, null, null, null, A, null, null, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:26.217--ClientSession(1807200728)--Connection(1745553126)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.218--ServerSession(1526542158)--Connection(942030300)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.218--UnitOfWork(622301916)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.218--UnitOfWork(622301916)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.218--UnitOfWork(622301916)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.218--ClientSession(1807200728)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.218--UnitOfWork(622301916)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.218--ClientSession(1807200728)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.219--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 759624633 [junit] [EL Finer]: 2022-09-10 04:19:26.219--ClientSession(759624633)--Thread(Thread[main,5,main])--acquire unit of work: 1575927907 [junit] [EL Finest]: 2022-09-10 04:19:26.219--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.219--ServerSession(1526542158)--Connection(1117501271)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.219--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.219--ServerSession(1526542158)--Connection(229752864)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:26.22--ServerSession(1526542158)--Connection(1117501271)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.221--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.221--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.221--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.221--ClientSession(759624633)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.221--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.221--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.221--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="getDepartmentById" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.221--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.221--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.221--ClientSession(759624633)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.221--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.221--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.221--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="getDepartmentById" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.221--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.222--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.222--ClientSession(759624633)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.222--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.222--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.222--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="getDepartmentById" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.222--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.222--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.222--ClientSession(759624633)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.222--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.222--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.222--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="getDepartmentById" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.222--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.222--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.222--ClientSession(759624633)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.222--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.222--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.222--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="getDepartmentById" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.222--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.222--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.222--ClientSession(759624633)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.222--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.223--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.223--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="getDepartmentById" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.223--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.223--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.223--ClientSession(759624633)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.223--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.223--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.223--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="getDepartmentById" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.223--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.223--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.223--ClientSession(759624633)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.223--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.223--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.223--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="getDepartmentById" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.223--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.223--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.223--ClientSession(759624633)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.223--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.223--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.223--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="getDepartmentById" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.223--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.224--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.224--ClientSession(759624633)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.224--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.224--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.224--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="getDepartmentById" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.224--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.224--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.224--ClientSession(759624633)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.224--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.224--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.224--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="getDepartmentById" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.224--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.224--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.224--ClientSession(759624633)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.224--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.224--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.224--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="getDepartmentById" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.224--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.224--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.224--ClientSession(759624633)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.224--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.224--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.225--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="getDepartmentById" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.225--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.225--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.225--ClientSession(759624633)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.225--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.225--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.225--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="getDepartmentById" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.225--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.225--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.225--ClientSession(759624633)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.225--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.225--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.225--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="getDepartmentById" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.225--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.225--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.225--ClientSession(759624633)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.225--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.225--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.225--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="getDepartmentById" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.225--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.225--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.226--ClientSession(759624633)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.226--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.226--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.226--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="getDepartmentById" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.226--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.226--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.226--ClientSession(759624633)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.226--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.226--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.226--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="getDepartmentById" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.226--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.226--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.226--ClientSession(759624633)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.226--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.226--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.226--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="getDepartmentById" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.226--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.226--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.226--ClientSession(759624633)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.226--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.226--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.226--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="getDepartmentById" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.227--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.227--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.227--ClientSession(759624633)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.227--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.227--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.227--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="getDepartmentById" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.227--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.227--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.227--ClientSession(759624633)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.227--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.227--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.227--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="getDepartmentById" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.227--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.227--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.227--ClientSession(759624633)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.227--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.227--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.227--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="getDepartmentById" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.227--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.227--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.227--ClientSession(759624633)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.227--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.228--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.228--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="getDepartmentById" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.228--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.228--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.228--ClientSession(759624633)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.228--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.228--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.228--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="getDepartmentById" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.228--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.228--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.228--ClientSession(759624633)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.228--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.228--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.228--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="getDepartmentById" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.228--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.228--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.228--ClientSession(759624633)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.228--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.228--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.228--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="getDepartmentById" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.228--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.228--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.229--ClientSession(759624633)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.229--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.229--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.229--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="getDepartmentById" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.229--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.229--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.229--ClientSession(759624633)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.229--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.229--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.229--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="getDepartmentById" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.229--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.229--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.229--ClientSession(759624633)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.229--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.229--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.229--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="getDepartmentById" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.229--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.229--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.229--ClientSession(759624633)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.229--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.229--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.229--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="getDepartmentById" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.23--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.23--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.23--ClientSession(759624633)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.23--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.23--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.23--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="getDepartmentById" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.23--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.23--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.23--ClientSession(759624633)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.23--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.23--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.23--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="getDepartmentById" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.23--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.23--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.23--ClientSession(759624633)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.23--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.23--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.23--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="getDepartmentById" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.23--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.23--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.23--ClientSession(759624633)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.23--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.231--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.231--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="getDepartmentById" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.231--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.231--UnitOfWork(1575927907)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.231--ClientSession(759624633)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.247--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1074489745 [junit] [EL Finer]: 2022-09-10 04:19:26.247--ClientSession(1074489745)--Thread(Thread[main,5,main])--acquire unit of work: 1462746031 [junit] [EL Finest]: 2022-09-10 04:19:26.247--UnitOfWork(1462746031)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@15b2b17d. [junit] [EL Finest]: 2022-09-10 04:19:26.248--UnitOfWork(1462746031)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finer]: 2022-09-10 04:19:26.248--UnitOfWork(1462746031)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.248--UnitOfWork(1462746031)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:19:26.248--ServerSession(1526542158)--Connection(751957146)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.248--ClientSession(1074489745)--Connection(751957146)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.248--ClientSession(1074489745)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:26.248--UnitOfWork(1462746031)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@15b2b17d) [junit] [EL Fine]: 2022-09-10 04:19:26.249--ClientSession(1074489745)--Connection(1374294769)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, something, 1] [junit] [EL Fine]: 2022-09-10 04:19:26.249--ClientSession(1074489745)--Connection(1374294769)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [1, 42.42, 77, 1, HUGO, 1, true, [B@198270b8, [B@18fe94e3, [B@24ba43fd, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, null, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, true, 1, null, null, null, A, null, null, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:26.25--ClientSession(1074489745)--Connection(1374294769)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.251--ServerSession(1526542158)--Connection(751957146)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.251--UnitOfWork(1462746031)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.251--UnitOfWork(1462746031)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.251--UnitOfWork(1462746031)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.251--ClientSession(1074489745)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.251--UnitOfWork(1462746031)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.251--ClientSession(1074489745)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.252--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 793776077 [junit] [EL Finer]: 2022-09-10 04:19:26.252--ClientSession(793776077)--Thread(Thread[main,5,main])--acquire unit of work: 1212267376 [junit] [EL Finest]: 2022-09-10 04:19:26.252--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.252--ServerSession(1526542158)--Connection(1832504074)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.252--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.253--ServerSession(1526542158)--Connection(651631339)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:26.253--ServerSession(1526542158)--Connection(1832504074)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.254--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.254--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.254--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.254--ClientSession(793776077)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2022-09-10 04:19:26.254--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.254--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.254--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.254--ClientSession(793776077)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2022-09-10 04:19:26.254--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.254--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.26--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.26--ClientSession(793776077)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2022-09-10 04:19:26.26--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.26--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.26--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.26--ClientSession(793776077)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2022-09-10 04:19:26.26--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.26--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.26--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.261--ClientSession(793776077)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2022-09-10 04:19:26.261--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.261--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.261--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.261--ClientSession(793776077)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2022-09-10 04:19:26.261--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.261--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.261--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.261--ClientSession(793776077)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2022-09-10 04:19:26.261--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.261--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.261--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.261--ClientSession(793776077)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2022-09-10 04:19:26.261--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.261--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.261--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.261--ClientSession(793776077)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2022-09-10 04:19:26.261--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.261--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.261--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.262--ClientSession(793776077)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2022-09-10 04:19:26.262--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.262--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.262--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.262--ClientSession(793776077)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2022-09-10 04:19:26.262--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.262--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.262--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.262--ClientSession(793776077)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2022-09-10 04:19:26.262--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.262--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.262--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.262--ClientSession(793776077)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2022-09-10 04:19:26.262--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.262--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.262--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.262--ClientSession(793776077)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2022-09-10 04:19:26.262--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.262--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.262--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.262--ClientSession(793776077)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2022-09-10 04:19:26.263--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.263--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.263--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.263--ClientSession(793776077)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2022-09-10 04:19:26.263--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.263--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.263--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.263--ClientSession(793776077)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2022-09-10 04:19:26.263--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.263--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.263--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.263--ClientSession(793776077)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2022-09-10 04:19:26.263--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.263--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.263--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.263--ClientSession(793776077)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2022-09-10 04:19:26.263--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.263--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.263--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.263--ClientSession(793776077)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2022-09-10 04:19:26.263--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.264--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.264--UnitOfWork(1212267376)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.264--ClientSession(793776077)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.279--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1103602013 [junit] [EL Finer]: 2022-09-10 04:19:26.279--ClientSession(1103602013)--Thread(Thread[main,5,main])--acquire unit of work: 1245994676 [junit] [EL Finest]: 2022-09-10 04:19:26.279--UnitOfWork(1245994676)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@7b58d966. [junit] [EL Finest]: 2022-09-10 04:19:26.279--UnitOfWork(1245994676)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finer]: 2022-09-10 04:19:26.28--UnitOfWork(1245994676)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.28--UnitOfWork(1245994676)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:19:26.28--ServerSession(1526542158)--Connection(589482487)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.28--ClientSession(1103602013)--Connection(589482487)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.28--ClientSession(1103602013)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:26.28--UnitOfWork(1245994676)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@7b58d966) [junit] [EL Fine]: 2022-09-10 04:19:26.28--ClientSession(1103602013)--Connection(181200398)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, something, 1] [junit] [EL Fine]: 2022-09-10 04:19:26.281--ClientSession(1103602013)--Connection(181200398)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [1, 42.42, 77, 1, HUGO, 1, true, [B@1d63f0fe, [B@70f299ca, [B@6b3266b9, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, null, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, true, 1, null, null, null, A, null, null, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:26.282--ClientSession(1103602013)--Connection(181200398)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.283--ServerSession(1526542158)--Connection(589482487)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.283--UnitOfWork(1245994676)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.283--UnitOfWork(1245994676)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.283--UnitOfWork(1245994676)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.283--ClientSession(1103602013)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.283--UnitOfWork(1245994676)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.283--ClientSession(1103602013)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.284--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 916508459 [junit] [EL Finer]: 2022-09-10 04:19:26.284--ClientSession(916508459)--Thread(Thread[main,5,main])--acquire unit of work: 924602643 [junit] [EL Finest]: 2022-09-10 04:19:26.284--UnitOfWork(924602643)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.285--ServerSession(1526542158)--Connection(359501691)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.285--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.285--ServerSession(1526542158)--Connection(852758157)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:26.286--ServerSession(1526542158)--Connection(359501691)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.286--UnitOfWork(924602643)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.286--UnitOfWork(924602643)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.287--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1422361853 [junit] [EL Finer]: 2022-09-10 04:19:26.287--ClientSession(1422361853)--Thread(Thread[main,5,main])--acquire unit of work: 1666422456 [junit] [EL Finest]: 2022-09-10 04:19:26.287--UnitOfWork(1666422456)--Thread(Thread[main,5,main])--Execute query ResultSetMappingQuery(name="getDepartmentFieldByField1" sql="select id as "ID", name as "NAME" from TMP_DEP D where D.ID = 1") [junit] [EL Finest]: 2022-09-10 04:19:26.287--ServerSession(1526542158)--Connection(1475702943)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.287--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.287--ServerSession(1526542158)--Connection(1744609294)--Thread(Thread[main,5,main])--select id as "ID", name as "NAME" from TMP_DEP D where D.ID = 1 [junit] [EL Finest]: 2022-09-10 04:19:26.288--ServerSession(1526542158)--Connection(1475702943)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:26.288--UnitOfWork(1666422456)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.288--ClientSession(1422361853)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.288--UnitOfWork(1666422456)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.288--ClientSession(1422361853)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.288--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 216032874 [junit] [EL Finer]: 2022-09-10 04:19:26.288--ClientSession(216032874)--Thread(Thread[main,5,main])--acquire unit of work: 245254952 [junit] [EL Finest]: 2022-09-10 04:19:26.288--UnitOfWork(245254952)--Thread(Thread[main,5,main])--Execute query ResultSetMappingQuery(name="getDepartmentFieldByField1" sql="select id as "ID", name as "NAME" from TMP_DEP D where D.ID = 1") [junit] [EL Finest]: 2022-09-10 04:19:26.288--ServerSession(1526542158)--Connection(541527483)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.288--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.288--ServerSession(1526542158)--Connection(1010695746)--Thread(Thread[main,5,main])--select id as "ID", name as "NAME" from TMP_DEP D where D.ID = 1 [junit] [EL Finest]: 2022-09-10 04:19:26.289--ServerSession(1526542158)--Connection(541527483)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:26.289--UnitOfWork(245254952)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.289--ClientSession(216032874)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.289--UnitOfWork(245254952)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.289--ClientSession(216032874)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.289--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1466441795 [junit] [EL Finer]: 2022-09-10 04:19:26.289--ClientSession(1466441795)--Thread(Thread[main,5,main])--acquire unit of work: 74713858 [junit] [EL Finest]: 2022-09-10 04:19:26.289--UnitOfWork(74713858)--Thread(Thread[main,5,main])--Execute query ResultSetMappingQuery(name="getDepartmentFieldByField1" sql="select id as "ID", name as "NAME" from TMP_DEP D where D.ID = 1") [junit] [EL Finest]: 2022-09-10 04:19:26.289--ServerSession(1526542158)--Connection(1061866177)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.289--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.289--ServerSession(1526542158)--Connection(641718024)--Thread(Thread[main,5,main])--select id as "ID", name as "NAME" from TMP_DEP D where D.ID = 1 [junit] [EL Finest]: 2022-09-10 04:19:26.29--ServerSession(1526542158)--Connection(1061866177)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:26.29--UnitOfWork(74713858)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.29--ClientSession(1466441795)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.29--UnitOfWork(74713858)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.29--ClientSession(1466441795)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.29--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2109631535 [junit] [EL Finer]: 2022-09-10 04:19:26.29--ClientSession(2109631535)--Thread(Thread[main,5,main])--acquire unit of work: 635527943 [junit] [EL Finest]: 2022-09-10 04:19:26.29--UnitOfWork(635527943)--Thread(Thread[main,5,main])--Execute query ResultSetMappingQuery(name="getDepartmentFieldByField1" sql="select id as "ID", name as "NAME" from TMP_DEP D where D.ID = 1") [junit] [EL Finest]: 2022-09-10 04:19:26.29--ServerSession(1526542158)--Connection(159582254)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.29--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.291--ServerSession(1526542158)--Connection(1074028323)--Thread(Thread[main,5,main])--select id as "ID", name as "NAME" from TMP_DEP D where D.ID = 1 [junit] [EL Finest]: 2022-09-10 04:19:26.291--ServerSession(1526542158)--Connection(159582254)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:26.291--UnitOfWork(635527943)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.291--ClientSession(2109631535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.291--UnitOfWork(635527943)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.291--ClientSession(2109631535)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.291--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1909555656 [junit] [EL Finer]: 2022-09-10 04:19:26.291--ClientSession(1909555656)--Thread(Thread[main,5,main])--acquire unit of work: 323892630 [junit] [EL Finest]: 2022-09-10 04:19:26.291--UnitOfWork(323892630)--Thread(Thread[main,5,main])--Execute query ResultSetMappingQuery(name="getDepartmentFieldByField1" sql="select id as "ID", name as "NAME" from TMP_DEP D where D.ID = 1") [junit] [EL Finest]: 2022-09-10 04:19:26.291--ServerSession(1526542158)--Connection(1905876667)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.291--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.291--ServerSession(1526542158)--Connection(5650897)--Thread(Thread[main,5,main])--select id as "ID", name as "NAME" from TMP_DEP D where D.ID = 1 [junit] [EL Finest]: 2022-09-10 04:19:26.292--ServerSession(1526542158)--Connection(1905876667)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:26.292--UnitOfWork(323892630)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.292--ClientSession(1909555656)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.292--UnitOfWork(323892630)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.292--ClientSession(1909555656)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.292--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 614708908 [junit] [EL Finer]: 2022-09-10 04:19:26.292--ClientSession(614708908)--Thread(Thread[main,5,main])--acquire unit of work: 353016664 [junit] [EL Finest]: 2022-09-10 04:19:26.292--UnitOfWork(353016664)--Thread(Thread[main,5,main])--Execute query ResultSetMappingQuery(name="getDepartmentFieldByField1" sql="select id as "ID", name as "NAME" from TMP_DEP D where D.ID = 1") [junit] [EL Finest]: 2022-09-10 04:19:26.292--ServerSession(1526542158)--Connection(1226634380)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.292--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.292--ServerSession(1526542158)--Connection(1957610983)--Thread(Thread[main,5,main])--select id as "ID", name as "NAME" from TMP_DEP D where D.ID = 1 [junit] [EL Finest]: 2022-09-10 04:19:26.293--ServerSession(1526542158)--Connection(1226634380)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:26.293--UnitOfWork(353016664)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.293--ClientSession(614708908)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.293--UnitOfWork(353016664)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.293--ClientSession(614708908)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.293--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 579249185 [junit] [EL Finer]: 2022-09-10 04:19:26.293--ClientSession(579249185)--Thread(Thread[main,5,main])--acquire unit of work: 537255019 [junit] [EL Finest]: 2022-09-10 04:19:26.293--UnitOfWork(537255019)--Thread(Thread[main,5,main])--Execute query ResultSetMappingQuery(name="getDepartmentFieldByField1" sql="select id as "ID", name as "NAME" from TMP_DEP D where D.ID = 1") [junit] [EL Finest]: 2022-09-10 04:19:26.293--ServerSession(1526542158)--Connection(1704544808)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.293--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.293--ServerSession(1526542158)--Connection(1833716337)--Thread(Thread[main,5,main])--select id as "ID", name as "NAME" from TMP_DEP D where D.ID = 1 [junit] [EL Finest]: 2022-09-10 04:19:26.294--ServerSession(1526542158)--Connection(1704544808)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:26.294--UnitOfWork(537255019)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.294--ClientSession(579249185)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.294--UnitOfWork(537255019)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.294--ClientSession(579249185)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.294--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1534328133 [junit] [EL Finer]: 2022-09-10 04:19:26.294--ClientSession(1534328133)--Thread(Thread[main,5,main])--acquire unit of work: 1424173976 [junit] [EL Finest]: 2022-09-10 04:19:26.294--UnitOfWork(1424173976)--Thread(Thread[main,5,main])--Execute query ResultSetMappingQuery(name="getDepartmentFieldByField1" sql="select id as "ID", name as "NAME" from TMP_DEP D where D.ID = 1") [junit] [EL Finest]: 2022-09-10 04:19:26.294--ServerSession(1526542158)--Connection(1290132389)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.294--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.294--ServerSession(1526542158)--Connection(430690517)--Thread(Thread[main,5,main])--select id as "ID", name as "NAME" from TMP_DEP D where D.ID = 1 [junit] [EL Finest]: 2022-09-10 04:19:26.294--ServerSession(1526542158)--Connection(1290132389)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:26.295--UnitOfWork(1424173976)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.295--ClientSession(1534328133)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.295--UnitOfWork(1424173976)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.295--ClientSession(1534328133)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.295--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1918765563 [junit] [EL Finer]: 2022-09-10 04:19:26.295--ClientSession(1918765563)--Thread(Thread[main,5,main])--acquire unit of work: 901009949 [junit] [EL Finest]: 2022-09-10 04:19:26.295--UnitOfWork(901009949)--Thread(Thread[main,5,main])--Execute query ResultSetMappingQuery(name="getDepartmentFieldByField1" sql="select id as "ID", name as "NAME" from TMP_DEP D where D.ID = 1") [junit] [EL Finest]: 2022-09-10 04:19:26.295--ServerSession(1526542158)--Connection(1557186260)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.295--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.295--ServerSession(1526542158)--Connection(1785197771)--Thread(Thread[main,5,main])--select id as "ID", name as "NAME" from TMP_DEP D where D.ID = 1 [junit] [EL Finest]: 2022-09-10 04:19:26.295--ServerSession(1526542158)--Connection(1557186260)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:26.295--UnitOfWork(901009949)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.295--ClientSession(1918765563)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.295--UnitOfWork(901009949)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.296--ClientSession(1918765563)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.296--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 637220190 [junit] [EL Finer]: 2022-09-10 04:19:26.296--ClientSession(637220190)--Thread(Thread[main,5,main])--acquire unit of work: 1894730886 [junit] [EL Finest]: 2022-09-10 04:19:26.296--UnitOfWork(1894730886)--Thread(Thread[main,5,main])--Execute query ResultSetMappingQuery(name="getDepartmentFieldByField1" sql="select id as "ID", name as "NAME" from TMP_DEP D where D.ID = 1") [junit] [EL Finest]: 2022-09-10 04:19:26.296--ServerSession(1526542158)--Connection(966769271)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.296--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.296--ServerSession(1526542158)--Connection(2076876874)--Thread(Thread[main,5,main])--select id as "ID", name as "NAME" from TMP_DEP D where D.ID = 1 [junit] [EL Finest]: 2022-09-10 04:19:26.296--ServerSession(1526542158)--Connection(966769271)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:26.296--UnitOfWork(1894730886)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.296--ClientSession(637220190)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.296--UnitOfWork(1894730886)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.296--ClientSession(637220190)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.296--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1231983479 [junit] [EL Finer]: 2022-09-10 04:19:26.296--ClientSession(1231983479)--Thread(Thread[main,5,main])--acquire unit of work: 1728623328 [junit] [EL Finest]: 2022-09-10 04:19:26.297--UnitOfWork(1728623328)--Thread(Thread[main,5,main])--Execute query ResultSetMappingQuery(name="getDepartmentFieldByField1" sql="select id as "ID", name as "NAME" from TMP_DEP D where D.ID = 1") [junit] [EL Finest]: 2022-09-10 04:19:26.297--ServerSession(1526542158)--Connection(1493987266)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.297--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.297--ServerSession(1526542158)--Connection(1656015857)--Thread(Thread[main,5,main])--select id as "ID", name as "NAME" from TMP_DEP D where D.ID = 1 [junit] [EL Finest]: 2022-09-10 04:19:26.297--ServerSession(1526542158)--Connection(1493987266)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:26.297--UnitOfWork(924602643)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.297--ClientSession(916508459)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.314--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1214630930 [junit] [EL Finer]: 2022-09-10 04:19:26.315--ClientSession(1214630930)--Thread(Thread[main,5,main])--acquire unit of work: 1174963064 [junit] [EL Finest]: 2022-09-10 04:19:26.315--UnitOfWork(1174963064)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@71f15824. [junit] [EL Finest]: 2022-09-10 04:19:26.315--UnitOfWork(1174963064)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finer]: 2022-09-10 04:19:26.315--UnitOfWork(1174963064)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.315--UnitOfWork(1174963064)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:19:26.315--ServerSession(1526542158)--Connection(24599545)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.315--ClientSession(1214630930)--Connection(24599545)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.315--ClientSession(1214630930)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:26.316--UnitOfWork(1174963064)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@71f15824) [junit] [EL Fine]: 2022-09-10 04:19:26.316--ClientSession(1214630930)--Connection(1872567885)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, something, 1] [junit] [EL Fine]: 2022-09-10 04:19:26.317--ClientSession(1214630930)--Connection(1872567885)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [1, 42.42, 77, 1, HUGO, 1, true, [B@5cee7c0d, [B@5b066eab, [B@423d5c81, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, null, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, true, 1, null, null, null, A, null, null, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:26.318--ClientSession(1214630930)--Connection(1872567885)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.319--ServerSession(1526542158)--Connection(24599545)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.319--UnitOfWork(1174963064)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.319--UnitOfWork(1174963064)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.319--UnitOfWork(1174963064)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.319--ClientSession(1214630930)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.319--UnitOfWork(1174963064)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.319--ClientSession(1214630930)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.321--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1618840957 [junit] [EL Finer]: 2022-09-10 04:19:26.321--ClientSession(1618840957)--Thread(Thread[main,5,main])--acquire unit of work: 121849153 [junit] [EL Finest]: 2022-09-10 04:19:26.321--UnitOfWork(121849153)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.321--ServerSession(1526542158)--Connection(1385748368)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.321--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.321--ServerSession(1526542158)--Connection(602952870)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:26.323--ServerSession(1526542158)--Connection(1385748368)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.323--UnitOfWork(121849153)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.323--UnitOfWork(121849153)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.333--UnitOfWork(121849153)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.333--ClientSession(1618840957)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.349--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 49370460 [junit] [EL Finer]: 2022-09-10 04:19:26.349--ClientSession(49370460)--Thread(Thread[main,5,main])--acquire unit of work: 1573354032 [junit] [EL Finest]: 2022-09-10 04:19:26.349--UnitOfWork(1573354032)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@31d6da7f. [junit] [EL Finest]: 2022-09-10 04:19:26.349--UnitOfWork(1573354032)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finer]: 2022-09-10 04:19:26.349--UnitOfWork(1573354032)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.349--UnitOfWork(1573354032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:19:26.349--ServerSession(1526542158)--Connection(1652837341)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.349--ClientSession(49370460)--Connection(1652837341)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.35--ClientSession(49370460)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:26.35--UnitOfWork(1573354032)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@31d6da7f) [junit] [EL Fine]: 2022-09-10 04:19:26.35--ClientSession(49370460)--Connection(1117372847)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, something, 1] [junit] [EL Fine]: 2022-09-10 04:19:26.351--ClientSession(49370460)--Connection(1117372847)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [1, 42.42, 77, 1, HUGO, 1, true, [B@6377f330, [B@6f6fc248, [B@79ff8e36, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, null, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, true, 1, null, null, null, A, null, null, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:26.352--ClientSession(49370460)--Connection(1117372847)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.353--ServerSession(1526542158)--Connection(1652837341)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.353--UnitOfWork(1573354032)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.353--UnitOfWork(1573354032)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.353--UnitOfWork(1573354032)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.353--ClientSession(49370460)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.353--UnitOfWork(1573354032)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.353--ClientSession(49370460)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.354--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 685693021 [junit] [EL Finer]: 2022-09-10 04:19:26.354--ClientSession(685693021)--Thread(Thread[main,5,main])--acquire unit of work: 920621740 [junit] [EL Finest]: 2022-09-10 04:19:26.354--UnitOfWork(920621740)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.354--ServerSession(1526542158)--Connection(1582336430)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.355--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.355--ServerSession(1526542158)--Connection(1861742676)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:26.356--ServerSession(1526542158)--Connection(1582336430)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.356--UnitOfWork(920621740)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.356--UnitOfWork(920621740)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.356--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1878190208 [junit] [EL Finer]: 2022-09-10 04:19:26.356--ClientSession(1878190208)--Thread(Thread[main,5,main])--acquire unit of work: 1047247558 [junit] [EL Finer]: 2022-09-10 04:19:26.356--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.357--ClientSession(1878190208)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.357--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.357--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.357--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.357--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.357--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.357--ClientSession(1878190208)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.357--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.357--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.357--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.357--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.357--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.357--ClientSession(1878190208)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.357--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.357--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.357--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.357--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.357--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.357--ClientSession(1878190208)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.357--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.358--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.358--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.358--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.358--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.358--ClientSession(1878190208)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.358--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.358--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.358--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.358--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.358--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.358--ClientSession(1878190208)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.358--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.358--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.358--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.358--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.358--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.358--ClientSession(1878190208)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.358--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.358--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.358--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.358--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.359--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.359--ClientSession(1878190208)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.359--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.359--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.359--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.359--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.359--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.359--ClientSession(1878190208)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.359--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.359--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.359--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.359--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.359--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.359--ClientSession(1878190208)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.359--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.359--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.359--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.359--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.359--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.359--ClientSession(1878190208)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.359--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.359--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.359--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.36--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.36--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.36--ClientSession(1878190208)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.36--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.36--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.36--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.36--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.36--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.36--ClientSession(1878190208)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.36--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.36--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.36--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.36--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.36--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.36--ClientSession(1878190208)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.36--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.36--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.36--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.36--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.36--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.36--ClientSession(1878190208)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.36--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.361--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.361--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.361--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.361--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.361--ClientSession(1878190208)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.361--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.361--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.361--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.361--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.361--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.361--ClientSession(1878190208)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.361--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.361--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.361--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.361--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.361--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.361--ClientSession(1878190208)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.361--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.361--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.361--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.361--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.362--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.362--ClientSession(1878190208)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.362--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.362--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.362--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.362--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.362--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.362--ClientSession(1878190208)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.362--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.362--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.362--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.362--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.362--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.362--ClientSession(1878190208)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.362--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.362--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.362--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.362--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.362--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.362--ClientSession(1878190208)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.362--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.363--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.363--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.363--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.363--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.363--ClientSession(1878190208)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.363--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.363--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.363--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.363--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.363--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.363--ClientSession(1878190208)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.363--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.363--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.363--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.363--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.363--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.363--ClientSession(1878190208)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.363--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.363--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.363--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.363--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.363--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.364--ClientSession(1878190208)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.364--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.364--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.364--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.364--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.364--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.364--ClientSession(1878190208)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.364--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.364--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.364--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.364--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.364--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.364--ClientSession(1878190208)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.364--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.364--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.364--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.364--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.364--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.364--ClientSession(1878190208)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.364--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.364--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.364--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.364--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.365--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.365--ClientSession(1878190208)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.365--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.365--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.365--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.365--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.365--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.365--ClientSession(1878190208)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.365--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.365--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.365--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.365--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.365--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.365--ClientSession(1878190208)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.365--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.365--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.365--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.365--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.365--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.365--ClientSession(1878190208)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.365--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.365--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.365--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.369--UnitOfWork(1047247558)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.37--UnitOfWork(920621740)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.37--ClientSession(685693021)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.386--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 795461880 [junit] [EL Finer]: 2022-09-10 04:19:26.386--ClientSession(795461880)--Thread(Thread[main,5,main])--acquire unit of work: 896045564 [junit] [EL Finest]: 2022-09-10 04:19:26.386--UnitOfWork(896045564)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@129a6e48. [junit] [EL Finest]: 2022-09-10 04:19:26.386--UnitOfWork(896045564)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finer]: 2022-09-10 04:19:26.386--UnitOfWork(896045564)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.387--UnitOfWork(896045564)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:19:26.387--ServerSession(1526542158)--Connection(289751654)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.387--ClientSession(795461880)--Connection(289751654)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.387--ClientSession(795461880)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:26.387--UnitOfWork(896045564)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@129a6e48) [junit] [EL Fine]: 2022-09-10 04:19:26.388--ClientSession(795461880)--Connection(2013994349)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, something, 1] [junit] [EL Fine]: 2022-09-10 04:19:26.388--ClientSession(795461880)--Connection(2013994349)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [1, 42.42, 77, 1, HUGO, 1, true, [B@6a021dd, [B@26e0a411, [B@46e4d3b, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, null, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, true, 1, null, null, null, A, null, null, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:26.39--ClientSession(795461880)--Connection(2013994349)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.391--ServerSession(1526542158)--Connection(289751654)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.391--UnitOfWork(896045564)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.391--UnitOfWork(896045564)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.391--UnitOfWork(896045564)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.391--ClientSession(795461880)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.391--UnitOfWork(896045564)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.391--ClientSession(795461880)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.392--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2060246045 [junit] [EL Finer]: 2022-09-10 04:19:26.392--ClientSession(2060246045)--Thread(Thread[main,5,main])--acquire unit of work: 1330799796 [junit] [EL Finest]: 2022-09-10 04:19:26.392--UnitOfWork(1330799796)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.392--ServerSession(1526542158)--Connection(1176782876)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.392--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.392--ServerSession(1526542158)--Connection(892940485)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:26.394--ServerSession(1526542158)--Connection(1176782876)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.394--UnitOfWork(1330799796)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.394--UnitOfWork(1330799796)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.394--UnitOfWork(1330799796)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.394--ClientSession(2060246045)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2022-09-10 04:19:26.394--UnitOfWork(1330799796)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.394--ServerSession(1526542158)--Connection(234553202)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.394--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.395--ServerSession(1526542158)--Connection(1819923615)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:26.396--ServerSession(1526542158)--Connection(234553202)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:26.396--UnitOfWork(1330799796)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.396--ClientSession(2060246045)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2022-09-10 04:19:26.396--UnitOfWork(1330799796)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.396--ServerSession(1526542158)--Connection(1968197904)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.396--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.396--ServerSession(1526542158)--Connection(1602120203)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:26.397--ServerSession(1526542158)--Connection(1968197904)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:26.397--UnitOfWork(1330799796)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.397--ClientSession(2060246045)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2022-09-10 04:19:26.397--UnitOfWork(1330799796)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.397--ServerSession(1526542158)--Connection(91501868)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.397--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.398--ServerSession(1526542158)--Connection(63120329)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:26.398--ServerSession(1526542158)--Connection(91501868)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:26.399--UnitOfWork(1330799796)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.399--ClientSession(2060246045)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2022-09-10 04:19:26.399--UnitOfWork(1330799796)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.399--ServerSession(1526542158)--Connection(843966114)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.399--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.399--ServerSession(1526542158)--Connection(1135443024)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:26.4--ServerSession(1526542158)--Connection(843966114)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:26.4--UnitOfWork(1330799796)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.4--ClientSession(2060246045)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2022-09-10 04:19:26.4--UnitOfWork(1330799796)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.4--ServerSession(1526542158)--Connection(1580326666)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.4--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.401--ServerSession(1526542158)--Connection(1408694807)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:26.401--ServerSession(1526542158)--Connection(1580326666)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:26.402--UnitOfWork(1330799796)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.402--ClientSession(2060246045)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2022-09-10 04:19:26.402--UnitOfWork(1330799796)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.402--ServerSession(1526542158)--Connection(379609892)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.402--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.402--ServerSession(1526542158)--Connection(761477414)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:26.403--ServerSession(1526542158)--Connection(379609892)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:26.403--UnitOfWork(1330799796)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.403--ClientSession(2060246045)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finest]: 2022-09-10 04:19:26.403--UnitOfWork(1330799796)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.403--ServerSession(1526542158)--Connection(381972488)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.403--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.403--ServerSession(1526542158)--Connection(940383813)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:26.404--ServerSession(1526542158)--Connection(381972488)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:26.404--UnitOfWork(1330799796)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.404--ClientSession(2060246045)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.424--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1046337917 [junit] [EL Finer]: 2022-09-10 04:19:26.424--ClientSession(1046337917)--Thread(Thread[main,5,main])--acquire unit of work: 1528815847 [junit] [EL Finest]: 2022-09-10 04:19:26.424--UnitOfWork(1528815847)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@11ade3d0. [junit] [EL Finest]: 2022-09-10 04:19:26.424--UnitOfWork(1528815847)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1. [junit] [EL Finer]: 2022-09-10 04:19:26.424--UnitOfWork(1528815847)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.425--UnitOfWork(1528815847)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1) [junit] [EL Finest]: 2022-09-10 04:19:26.425--ServerSession(1526542158)--Connection(972161754)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.425--ClientSession(1046337917)--Connection(972161754)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.425--ClientSession(1046337917)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:26.425--UnitOfWork(1528815847)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@11ade3d0) [junit] [EL Fine]: 2022-09-10 04:19:26.425--ClientSession(1046337917)--Connection(655781902)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [1, something, 1] [junit] [EL Fine]: 2022-09-10 04:19:26.426--ClientSession(1046337917)--Connection(655781902)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [1, 42.42, 77, 1, HUGO, 1, true, [B@4cc72fa5, [B@58c5b033, [B@467a5d5f, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, null, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, true, 1, null, null, null, A, null, null, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:26.427--ClientSession(1046337917)--Connection(655781902)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.428--ServerSession(1526542158)--Connection(972161754)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.428--UnitOfWork(1528815847)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.428--UnitOfWork(1528815847)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.428--UnitOfWork(1528815847)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.428--ClientSession(1046337917)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.428--UnitOfWork(1528815847)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.428--ClientSession(1046337917)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.429--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2029181616 [junit] [EL Finer]: 2022-09-10 04:19:26.429--ClientSession(2029181616)--Thread(Thread[main,5,main])--acquire unit of work: 1875832601 [junit] [EL Finest]: 2022-09-10 04:19:26.429--UnitOfWork(1875832601)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.429--ServerSession(1526542158)--Connection(115022604)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.429--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.429--ServerSession(1526542158)--Connection(1520685512)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:26.43--ServerSession(1526542158)--Connection(115022604)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.431--UnitOfWork(1875832601)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.431--UnitOfWork(1875832601)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@1 [junit] [EL Finer]: 2022-09-10 04:19:26.431--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1472216991 [junit] [EL Finer]: 2022-09-10 04:19:26.431--ClientSession(1472216991)--Thread(Thread[main,5,main])--acquire unit of work: 1510960938 [junit] [EL Finer]: 2022-09-10 04:19:26.432--UnitOfWork(1510960938)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.432--ClientSession(1472216991)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.432--UnitOfWork(1510960938)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.432--UnitOfWork(1510960938)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.432--UnitOfWork(1510960938)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.432--ServerSession(1526542158)--Connection(507534433)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.433--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.433--ServerSession(1526542158)--Connection(804986679)--Thread(Thread[main,5,main])--SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:26.433--ServerSession(1526542158)--Connection(507534433)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:26.433--UnitOfWork(1510960938)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.433--ClientSession(1472216991)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.433--UnitOfWork(1510960938)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.433--UnitOfWork(1510960938)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.433--UnitOfWork(1510960938)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.434--ServerSession(1526542158)--Connection(1435103936)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.434--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.434--ServerSession(1526542158)--Connection(578571745)--Thread(Thread[main,5,main])--SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:26.434--ServerSession(1526542158)--Connection(1435103936)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:26.434--UnitOfWork(1510960938)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.434--ClientSession(1472216991)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.434--UnitOfWork(1510960938)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.434--UnitOfWork(1510960938)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.434--UnitOfWork(1510960938)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.434--ServerSession(1526542158)--Connection(1393022790)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.434--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.435--ServerSession(1526542158)--Connection(332696450)--Thread(Thread[main,5,main])--SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:26.435--ServerSession(1526542158)--Connection(1393022790)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:26.435--UnitOfWork(1510960938)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.435--ClientSession(1472216991)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.435--UnitOfWork(1510960938)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.435--UnitOfWork(1510960938)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.435--UnitOfWork(1510960938)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.435--ServerSession(1526542158)--Connection(1233925441)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.435--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.436--ServerSession(1526542158)--Connection(2117283689)--Thread(Thread[main,5,main])--SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:26.436--ServerSession(1526542158)--Connection(1233925441)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:26.436--UnitOfWork(1510960938)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.436--ClientSession(1472216991)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.436--UnitOfWork(1510960938)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.436--UnitOfWork(1510960938)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.436--UnitOfWork(1510960938)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.436--ServerSession(1526542158)--Connection(176677195)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.436--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.436--ServerSession(1526542158)--Connection(1831395093)--Thread(Thread[main,5,main])--SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:26.437--ServerSession(1526542158)--Connection(176677195)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:26.437--UnitOfWork(1510960938)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.437--ClientSession(1472216991)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.437--UnitOfWork(1510960938)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.437--UnitOfWork(1510960938)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.437--UnitOfWork(1510960938)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.437--ServerSession(1526542158)--Connection(517033121)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.437--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.437--ServerSession(1526542158)--Connection(892004377)--Thread(Thread[main,5,main])--SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:26.438--ServerSession(1526542158)--Connection(517033121)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:26.438--UnitOfWork(1510960938)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.438--ClientSession(1472216991)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.438--UnitOfWork(1510960938)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.438--UnitOfWork(1510960938)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.438--UnitOfWork(1510960938)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.438--ServerSession(1526542158)--Connection(1965711910)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.438--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.438--ServerSession(1526542158)--Connection(388118202)--Thread(Thread[main,5,main])--SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:26.439--ServerSession(1526542158)--Connection(1965711910)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:26.439--UnitOfWork(1510960938)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.439--ClientSession(1472216991)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.439--UnitOfWork(1510960938)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.439--UnitOfWork(1510960938)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.439--UnitOfWork(1510960938)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.439--ServerSession(1526542158)--Connection(1431518960)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.439--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.439--ServerSession(1526542158)--Connection(1396856070)--Thread(Thread[main,5,main])--SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:26.44--ServerSession(1526542158)--Connection(1431518960)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:26.44--UnitOfWork(1510960938)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.44--ClientSession(1472216991)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.44--UnitOfWork(1510960938)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.44--UnitOfWork(1510960938)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.44--UnitOfWork(1510960938)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.44--ServerSession(1526542158)--Connection(1774799799)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.44--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.44--ServerSession(1526542158)--Connection(677562861)--Thread(Thread[main,5,main])--SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:26.441--ServerSession(1526542158)--Connection(1774799799)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:26.441--UnitOfWork(1510960938)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.441--ClientSession(1472216991)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.441--UnitOfWork(1510960938)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.441--UnitOfWork(1510960938)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.441--UnitOfWork(1510960938)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Department sql="SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.441--ServerSession(1526542158)--Connection(259521645)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.441--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.441--ServerSession(1526542158)--Connection(828666319)--Thread(Thread[main,5,main])--SELECT ID, NAME FROM TMP_DEP WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:26.442--ServerSession(1526542158)--Connection(259521645)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:26.442--UnitOfWork(1510960938)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.442--ClientSession(1472216991)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.442--UnitOfWork(1875832601)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.442--ClientSession(2029181616)--Thread(Thread[main,5,main])--client released [junit] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.492 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.simple.FirstTest [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.simple.SimpleTest [junit] [EL Finer]: 2022-09-10 04:19:26.487--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 322115879 [junit] [EL Finer]: 2022-09-10 04:19:26.487--ClientSession(322115879)--Thread(Thread[main,5,main])--acquire unit of work: 1118770928 [junit] [EL Finest]: 2022-09-10 04:19:26.487--UnitOfWork(1118770928)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.component.Component@3c3fab0f. [junit] [EL Finest]: 2022-09-10 04:19:26.487--ServerSession(1526542158)--Connection(1832346407)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.487--ClientSession(322115879)--Connection(1832346407)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.487--ClientSession(322115879)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:26.488--ClientSession(322115879)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="Component" sql="UPDATE DIS_SEQ_DIS SET GEN_VAL = GEN_VAL + #PREALLOC_SIZE WHERE GEN_KEY = #GEN_KEY") [junit] [EL Finest]: 2022-09-10 04:19:26.488--ClientSession(322115879)--Thread(Thread[main,5,main])--Execute query ValueReadQuery(name="Component" sql="SELECT GEN_VAL FROM DIS_SEQ_DIS WHERE GEN_KEY = #GEN_KEY") [junit] [EL Fine]: 2022-09-10 04:19:26.488--ClientSession(322115879)--Connection(1724298631)--Thread(Thread[main,5,main])--UPDATE DIS_SEQ_DIS SET GEN_VAL = GEN_VAL + ? WHERE GEN_KEY = ? [junit] bind => [50, Component] [junit] [EL Fine]: 2022-09-10 04:19:26.489--ClientSession(322115879)--Connection(1724298631)--Thread(Thread[main,5,main])--SELECT GEN_VAL FROM DIS_SEQ_DIS WHERE GEN_KEY = ? [junit] bind => [Component] [junit] [EL Finest]: 2022-09-10 04:19:26.489--ClientSession(322115879)--Connection(1724298631)--Thread(Thread[main,5,main])--local sequencing preallocation for Component: objects: 50 , first: 1, last: 50 [junit] [EL Finer]: 2022-09-10 04:19:26.489--ClientSession(322115879)--Connection(1724298631)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.498--ServerSession(1526542158)--Connection(1724298631)--Thread(Thread[main,5,main])--local sequencing preallocation is copied to preallocation after transaction commit [junit] [EL Finest]: 2022-09-10 04:19:26.498--ServerSession(1526542158)--Connection(1832346407)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finest]: 2022-09-10 04:19:26.498--UnitOfWork(1118770928)--Thread(Thread[main,5,main])--assign sequence to the object (1 -> org.eclipse.persistence.testing.models.wdf.jpa1.component.Component@3c3fab0f) [junit] [EL Finest]: 2022-09-10 04:19:26.498--UnitOfWork(1118770928)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat@65a33116. [junit] [EL Finest]: 2022-09-10 04:19:26.498--UnitOfWork(1118770928)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat@6cab7c1b. [junit] [EL Finer]: 2022-09-10 04:19:26.498--UnitOfWork(1118770928)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.499--UnitOfWork(1118770928)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.component.Component@3c3fab0f) [junit] [EL Finest]: 2022-09-10 04:19:26.499--ServerSession(1526542158)--Connection(1003911496)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.499--ClientSession(322115879)--Connection(1003911496)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.499--ClientSession(322115879)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:26.499--UnitOfWork(1118770928)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat@6cab7c1b) [junit] [EL Fine]: 2022-09-10 04:19:26.5--ClientSession(322115879)--Connection(182339351)--Thread(Thread[main,5,main])--INSERT INTO TMP_COMPONENT (ID) VALUES (?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:26.501--UnitOfWork(1118770928)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.component.MetricFloat@65a33116) [junit] [EL Finer]: 2022-09-10 04:19:26.501--ClientSession(322115879)--Connection(182339351)--Thread(Thread[main,5,main])--Begin batch statements [junit] [EL Fine]: 2022-09-10 04:19:26.501--ClientSession(322115879)--Connection(182339351)--Thread(Thread[main,5,main])--INSERT INTO TMP_METRIC (INSPECTION_ID, COMPONENT_ID, NAME, FLOATVALUE, TYPE) VALUES (?, ?, ?, ?, ?) [junit] [EL Fine]: 2022-09-10 04:19:26.501--ClientSession(322115879)--Connection(182339351)--Thread(Thread[main,5,main])-- bind => [1, 1, metric2, 2.0, FLOAT] [junit] [EL Fine]: 2022-09-10 04:19:26.501--ClientSession(322115879)--Connection(182339351)--Thread(Thread[main,5,main])-- bind => [1, 1, metric1, 1.0, FLOAT] [junit] [EL Finer]: 2022-09-10 04:19:26.501--ClientSession(322115879)--Connection(182339351)--Thread(Thread[main,5,main])--End Batch Statements [junit] [EL Finer]: 2022-09-10 04:19:26.503--ClientSession(322115879)--Connection(182339351)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.504--ServerSession(1526542158)--Connection(1003911496)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.504--UnitOfWork(1118770928)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.504--UnitOfWork(1118770928)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finest]: 2022-09-10 04:19:26.505--UnitOfWork(1118770928)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readComponent" referenceClass=Component sql="SELECT ID FROM TMP_COMPONENT WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:26.505--UnitOfWork(1118770928)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.506--UnitOfWork(1118770928)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.component.Component@3c3fab0f) [junit] [EL Finer]: 2022-09-10 04:19:26.507--UnitOfWork(1118770928)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.507--UnitOfWork(1118770928)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.521--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2002226591 [junit] [EL Finer]: 2022-09-10 04:19:26.522--ClientSession(2002226591)--Thread(Thread[main,5,main])--acquire unit of work: 2062961129 [junit] [EL Finest]: 2022-09-10 04:19:26.522--UnitOfWork(2062961129)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8. [junit] [EL Finest]: 2022-09-10 04:19:26.522--UnitOfWork(2062961129)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@352b8fb6. [junit] [EL Finer]: 2022-09-10 04:19:26.522--UnitOfWork(2062961129)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.522--UnitOfWork(2062961129)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8) [junit] [EL Finest]: 2022-09-10 04:19:26.522--ServerSession(1526542158)--Connection(726849465)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.522--ClientSession(2002226591)--Connection(726849465)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.522--ClientSession(2002226591)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:26.523--UnitOfWork(2062961129)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@352b8fb6) [junit] [EL Fine]: 2022-09-10 04:19:26.523--ClientSession(2002226591)--Connection(1122872154)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [8, acht, 1] [junit] [EL Fine]: 2022-09-10 04:19:26.523--ClientSession(2002226591)--Connection(1122872154)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [3, Hugo, Hurtig, null, null, null, null, 8, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:26.524--UnitOfWork(2062961129)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.524--UnitOfWork(2062961129)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.524--UnitOfWork(2062961129)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.524--ClientSession(2002226591)--Connection(1122872154)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.525--ServerSession(1526542158)--Connection(726849465)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.525--UnitOfWork(2062961129)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.526--UnitOfWork(2062961129)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.526--UnitOfWork(2062961129)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.526--ClientSession(2002226591)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.526--UnitOfWork(2062961129)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.526--ClientSession(2002226591)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.526--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 387366841 [junit] [EL Finer]: 2022-09-10 04:19:26.526--ClientSession(387366841)--Thread(Thread[main,5,main])--acquire unit of work: 1432482627 [junit] [EL Finest]: 2022-09-10 04:19:26.526--UnitOfWork(1432482627)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.526--UnitOfWork(1432482627)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8 [junit] [EL Finest]: 2022-09-10 04:19:26.526--UnitOfWork(1432482627)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.526--UnitOfWork(1432482627)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.526--UnitOfWork(1432482627)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4c02be34 [junit] [EL Finest]: 2022-09-10 04:19:26.526--UnitOfWork(1432482627)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8 [junit] [EL Finest]: 2022-09-10 04:19:26.526--UnitOfWork(1432482627)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:26.526--ServerSession(1526542158)--Connection(350084111)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.527--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.527--ServerSession(1526542158)--Connection(1920822686)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [3, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:26.528--ServerSession(1526542158)--Connection(350084111)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.528--UnitOfWork(1432482627)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:26.528--UnitOfWork(1432482627)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.528--UnitOfWork(1432482627)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8) [junit] [EL Finest]: 2022-09-10 04:19:26.528--ServerSession(1526542158)--Connection(912546784)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.528--ClientSession(387366841)--Connection(912546784)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.528--ClientSession(387366841)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:26.529--UnitOfWork(1432482627)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4efcd578) [junit] [EL Fine]: 2022-09-10 04:19:26.529--ClientSession(387366841)--Connection(756365438)--Thread(Thread[main,5,main])--UPDATE TMP_DEP SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [88888888, 2, 8, 1] [junit] [EL Fine]: 2022-09-10 04:19:26.529--ClientSession(387366841)--Connection(756365438)--Thread(Thread[main,5,main])--UPDATE TMP_EMP SET LASTNAME = ? WHERE (ID = ?) [junit] bind => [Hastig, 3] [junit] [EL Finer]: 2022-09-10 04:19:26.53--UnitOfWork(1432482627)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.53--UnitOfWork(1432482627)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.53--UnitOfWork(1432482627)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.53--ClientSession(387366841)--Connection(756365438)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.531--ServerSession(1526542158)--Connection(912546784)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.531--UnitOfWork(1432482627)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.531--UnitOfWork(1432482627)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.531--UnitOfWork(1432482627)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.531--ClientSession(387366841)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.531--UnitOfWork(1432482627)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.531--ClientSession(387366841)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.531--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1502413029 [junit] [EL Finer]: 2022-09-10 04:19:26.531--ClientSession(1502413029)--Thread(Thread[main,5,main])--acquire unit of work: 1665203662 [junit] [EL Finest]: 2022-09-10 04:19:26.531--UnitOfWork(1665203662)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.531--UnitOfWork(1665203662)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4c02be34 [junit] [EL Finest]: 2022-09-10 04:19:26.532--UnitOfWork(1665203662)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8 [junit] [EL Finest]: 2022-09-10 04:19:26.532--UnitOfWork(1665203662)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:26.532--ServerSession(1526542158)--Connection(1231344389)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.532--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.532--ServerSession(1526542158)--Connection(758053226)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [3, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:26.532--ServerSession(1526542158)--Connection(1231344389)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.533--UnitOfWork(1665203662)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readDepartment" referenceClass=Department sql="SELECT ID, NAME, VERSION FROM TMP_DEP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.533--UnitOfWork(1665203662)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@300b752f [junit] [EL Finest]: 2022-09-10 04:19:26.533--UnitOfWork(1665203662)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8 [junit] [EL Finer]: 2022-09-10 04:19:26.533--UnitOfWork(1665203662)--Thread(Thread[main,5,main])--begin unit of work flush [junit] [EL Finest]: 2022-09-10 04:19:26.533--UnitOfWork(1665203662)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Employee ) [junit] [EL Finest]: 2022-09-10 04:19:26.533--UnitOfWork(1665203662)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:19:26.533--UnitOfWork(1665203662)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="bicycles" sql="DELETE FROM TMP_EMP_BICYCLE WHERE (EMPLOYEE_ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.533--ServerSession(1526542158)--Connection(216342289)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.533--ClientSession(1502413029)--Connection(216342289)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.533--ClientSession(1502413029)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:26.533--UnitOfWork(1665203662)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="DELETE FROM TMP_EMP_CREDIT WHERE (CLIENT_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:26.533--ClientSession(1502413029)--Connection(622937917)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_BICYCLE WHERE (EMPLOYEE_ID = ?) [junit] bind => [3] [junit] [EL Finest]: 2022-09-10 04:19:26.534--UnitOfWork(1665203662)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="DELETE FROM TMP_EMP_HOBBY WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:26.534--ClientSession(1502413029)--Connection(622937917)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_CREDIT WHERE (CLIENT_ID = ?) [junit] bind => [3] [junit] [EL Finest]: 2022-09-10 04:19:26.534--UnitOfWork(1665203662)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" sql="DELETE FROM TMP_EMP_PATENT WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:26.534--ClientSession(1502413029)--Connection(622937917)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_HOBBY WHERE (EMP_ID = ?) [junit] bind => [3] [junit] [EL Finest]: 2022-09-10 04:19:26.535--UnitOfWork(1665203662)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="DELETE FROM TMP_EMP_PROJECT WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:26.535--ClientSession(1502413029)--Connection(622937917)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PATENT WHERE (EMP_ID = ?) [junit] bind => [3] [junit] [EL Finest]: 2022-09-10 04:19:26.535--UnitOfWork(1665203662)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="DELETE FROM TMP_EMP_REVIEW WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:26.535--ClientSession(1502413029)--Connection(622937917)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT WHERE (EMP_ID = ?) [junit] bind => [3] [junit] [EL Finest]: 2022-09-10 04:19:26.536--UnitOfWork(1665203662)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@300b752f) [junit] [EL Fine]: 2022-09-10 04:19:26.536--ClientSession(1502413029)--Connection(622937917)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW WHERE (EMP_ID = ?) [junit] bind => [3] [junit] [EL Finest]: 2022-09-10 04:19:26.536--UnitOfWork(1665203662)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@8) [junit] [EL Fine]: 2022-09-10 04:19:26.536--ClientSession(1502413029)--Connection(622937917)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP WHERE (ID = ?) [junit] bind => [3] [junit] [EL Fine]: 2022-09-10 04:19:26.537--ClientSession(1502413029)--Connection(622937917)--Thread(Thread[main,5,main])--DELETE FROM TMP_DEP WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [8, 2] [junit] [EL Finer]: 2022-09-10 04:19:26.537--UnitOfWork(1665203662)--Thread(Thread[main,5,main])--end unit of work flush [junit] [EL Finer]: 2022-09-10 04:19:26.537--UnitOfWork(1665203662)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.537--UnitOfWork(1665203662)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.537--ClientSession(1502413029)--Connection(622937917)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.538--ServerSession(1526542158)--Connection(216342289)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.538--UnitOfWork(1665203662)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.538--UnitOfWork(1665203662)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.538--UnitOfWork(1665203662)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.538--ClientSession(1502413029)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.538--UnitOfWork(1665203662)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.538--ClientSession(1502413029)--Thread(Thread[main,5,main])--client released [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.simple.TestBasicFieldTypes [junit] [EL Finer]: 2022-09-10 04:19:26.561--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 865845177 [junit] [EL Finer]: 2022-09-10 04:19:26.561--ClientSession(865845177)--Thread(Thread[main,5,main])--acquire unit of work: 1655149992 [junit] [EL Finest]: 2022-09-10 04:19:26.561--UnitOfWork(1655149992)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6d039b96. [junit] [EL Finer]: 2022-09-10 04:19:26.561--UnitOfWork(1655149992)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.561--UnitOfWork(1655149992)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6d039b96) [junit] [EL Finest]: 2022-09-10 04:19:26.561--ServerSession(1526542158)--Connection(241833874)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.561--ClientSession(865845177)--Connection(241833874)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.561--ClientSession(865845177)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.562--ClientSession(865845177)--Connection(1346296098)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [5, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 88, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:26.562--ClientSession(865845177)--Connection(1346296098)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.563--ServerSession(1526542158)--Connection(241833874)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.563--UnitOfWork(1655149992)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.563--UnitOfWork(1655149992)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.563--UnitOfWork(1655149992)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.563--ClientSession(865845177)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.563--UnitOfWork(1655149992)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.563--ClientSession(865845177)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.563--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 265867999 [junit] [EL Finer]: 2022-09-10 04:19:26.563--ClientSession(265867999)--Thread(Thread[main,5,main])--acquire unit of work: 688520655 [junit] [EL Finest]: 2022-09-10 04:19:26.564--UnitOfWork(688520655)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.564--ServerSession(1526542158)--Connection(151368577)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.564--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.564--ServerSession(1526542158)--Connection(1548690520)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [5] [junit] [EL Finest]: 2022-09-10 04:19:26.564--ServerSession(1526542158)--Connection(151368577)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.565--UnitOfWork(688520655)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:26.565--UnitOfWork(688520655)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.565--UnitOfWork(688520655)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.565--UnitOfWork(688520655)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.565--UnitOfWork(688520655)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.565--ClientSession(265867999)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.565--UnitOfWork(688520655)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.565--ClientSession(265867999)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.565--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 628781262 [junit] [EL Finer]: 2022-09-10 04:19:26.565--ClientSession(628781262)--Thread(Thread[main,5,main])--acquire unit of work: 525824181 [junit] [EL Finest]: 2022-09-10 04:19:26.565--UnitOfWork(525824181)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.565--ServerSession(1526542158)--Connection(1751653484)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.565--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.565--ServerSession(1526542158)--Connection(2120494979)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [5] [junit] [EL Finest]: 2022-09-10 04:19:26.566--ServerSession(1526542158)--Connection(1751653484)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.566--UnitOfWork(525824181)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:26.566--UnitOfWork(525824181)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.566--UnitOfWork(525824181)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@43b2572) [junit] [EL Finest]: 2022-09-10 04:19:26.566--ServerSession(1526542158)--Connection(1242382486)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.566--ClientSession(628781262)--Connection(1242382486)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.566--ClientSession(628781262)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.567--ClientSession(628781262)--Connection(741441584)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET P_INT = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [77, 2, 5, 1] [junit] [EL Finer]: 2022-09-10 04:19:26.567--ClientSession(628781262)--Connection(741441584)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.568--ServerSession(1526542158)--Connection(1242382486)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.568--UnitOfWork(525824181)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.568--UnitOfWork(525824181)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.568--UnitOfWork(525824181)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.568--ClientSession(628781262)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.568--UnitOfWork(525824181)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.568--ClientSession(628781262)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.568--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 451624822 [junit] [EL Finer]: 2022-09-10 04:19:26.568--ClientSession(451624822)--Thread(Thread[main,5,main])--acquire unit of work: 981142555 [junit] [EL Finest]: 2022-09-10 04:19:26.568--UnitOfWork(981142555)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.568--ServerSession(1526542158)--Connection(1236815642)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.568--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.569--ServerSession(1526542158)--Connection(1708957540)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [5] [junit] [EL Finest]: 2022-09-10 04:19:26.569--ServerSession(1526542158)--Connection(1236815642)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:26.583--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 490456975 [junit] [EL Finer]: 2022-09-10 04:19:26.583--ClientSession(490456975)--Thread(Thread[main,5,main])--acquire unit of work: 1274852644 [junit] [EL Finest]: 2022-09-10 04:19:26.584--UnitOfWork(1274852644)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@47b965ce. [junit] [EL Finer]: 2022-09-10 04:19:26.584--UnitOfWork(1274852644)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.584--UnitOfWork(1274852644)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@47b965ce) [junit] [EL Finest]: 2022-09-10 04:19:26.584--ServerSession(1526542158)--Connection(898813899)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.584--ClientSession(490456975)--Connection(898813899)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.584--ClientSession(490456975)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.584--ClientSession(490456975)--Connection(459868616)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [48, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:26.585--ClientSession(490456975)--Connection(459868616)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.586--ServerSession(1526542158)--Connection(898813899)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.586--UnitOfWork(1274852644)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.586--UnitOfWork(1274852644)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.586--UnitOfWork(1274852644)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.586--ClientSession(490456975)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.586--UnitOfWork(1274852644)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.586--ClientSession(490456975)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.586--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1902581081 [junit] [EL Finer]: 2022-09-10 04:19:26.586--ClientSession(1902581081)--Thread(Thread[main,5,main])--acquire unit of work: 580085236 [junit] [EL Finest]: 2022-09-10 04:19:26.586--UnitOfWork(580085236)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.586--ServerSession(1526542158)--Connection(564246704)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.586--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.587--ServerSession(1526542158)--Connection(817545888)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [48] [junit] [EL Finest]: 2022-09-10 04:19:26.587--ServerSession(1526542158)--Connection(564246704)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.588--UnitOfWork(580085236)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.588--UnitOfWork(580085236)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6c73f6aa [junit] [EL Finer]: 2022-09-10 04:19:26.588--UnitOfWork(580085236)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.588--UnitOfWork(580085236)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2022-09-10 04:19:26.588--UnitOfWork(580085236)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6c73f6aa) [junit] [EL Finest]: 2022-09-10 04:19:26.588--ServerSession(1526542158)--Connection(412972260)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.589--ClientSession(1902581081)--Connection(412972260)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.589--ClientSession(1902581081)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.589--ClientSession(1902581081)--Connection(1806174203)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [48, 1] [junit] [EL Finer]: 2022-09-10 04:19:26.59--ClientSession(1902581081)--Connection(1806174203)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.591--ServerSession(1526542158)--Connection(412972260)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.591--UnitOfWork(580085236)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.591--UnitOfWork(580085236)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.591--UnitOfWork(580085236)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.591--ClientSession(1902581081)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.591--UnitOfWork(580085236)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.591--ClientSession(1902581081)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.591--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 300514815 [junit] [EL Finer]: 2022-09-10 04:19:26.591--ClientSession(300514815)--Thread(Thread[main,5,main])--acquire unit of work: 978663398 [junit] [EL Finest]: 2022-09-10 04:19:26.591--UnitOfWork(978663398)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6c73f6aa. [junit] [EL Finer]: 2022-09-10 04:19:26.591--UnitOfWork(978663398)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.591--UnitOfWork(978663398)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6c73f6aa) [junit] [EL Finest]: 2022-09-10 04:19:26.591--ServerSession(1526542158)--Connection(410134915)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.591--ClientSession(300514815)--Connection(410134915)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.592--ClientSession(300514815)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.592--ClientSession(300514815)--Connection(1364675667)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [48, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, [B@422ea9f7, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:26.593--ClientSession(300514815)--Connection(1364675667)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.593--ServerSession(1526542158)--Connection(410134915)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.594--UnitOfWork(978663398)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.594--UnitOfWork(978663398)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.594--UnitOfWork(978663398)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.594--ClientSession(300514815)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.594--UnitOfWork(978663398)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.594--ClientSession(300514815)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.594--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1342812420 [junit] [EL Finer]: 2022-09-10 04:19:26.594--ClientSession(1342812420)--Thread(Thread[main,5,main])--acquire unit of work: 995580546 [junit] [EL Finest]: 2022-09-10 04:19:26.594--UnitOfWork(995580546)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.594--ServerSession(1526542158)--Connection(334274913)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.594--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.594--ServerSession(1526542158)--Connection(172097936)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [48] [junit] [EL Finest]: 2022-09-10 04:19:26.595--ServerSession(1526542158)--Connection(334274913)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.596--UnitOfWork(995580546)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:26.596--UnitOfWork(995580546)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.596--UnitOfWork(995580546)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.596--UnitOfWork(995580546)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.596--UnitOfWork(995580546)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.596--ClientSession(1342812420)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.596--UnitOfWork(995580546)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.596--ClientSession(1342812420)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.596--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 488795907 [junit] [EL Finer]: 2022-09-10 04:19:26.596--ClientSession(488795907)--Thread(Thread[main,5,main])--acquire unit of work: 1834307826 [junit] [EL Finest]: 2022-09-10 04:19:26.596--UnitOfWork(1834307826)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.596--ServerSession(1526542158)--Connection(1638880474)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.596--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.596--ServerSession(1526542158)--Connection(1369808614)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [48] [junit] [EL Finest]: 2022-09-10 04:19:26.597--ServerSession(1526542158)--Connection(1638880474)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.597--UnitOfWork(1834307826)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:26.597--UnitOfWork(1834307826)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.597--UnitOfWork(1834307826)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3762e38) [junit] [EL Finest]: 2022-09-10 04:19:26.598--ServerSession(1526542158)--Connection(292416118)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.598--ClientSession(488795907)--Connection(292416118)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.598--ClientSession(488795907)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.598--ClientSession(488795907)--Connection(601362829)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET WBA_BLOB = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 2, 48, 1] [junit] [EL Finer]: 2022-09-10 04:19:26.599--ClientSession(488795907)--Connection(601362829)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.6--ServerSession(1526542158)--Connection(292416118)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.6--UnitOfWork(1834307826)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.6--UnitOfWork(1834307826)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.6--UnitOfWork(1834307826)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.6--ClientSession(488795907)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.6--UnitOfWork(1834307826)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.6--ClientSession(488795907)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.6--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2114076744 [junit] [EL Finer]: 2022-09-10 04:19:26.6--ClientSession(2114076744)--Thread(Thread[main,5,main])--acquire unit of work: 498430588 [junit] [EL Finest]: 2022-09-10 04:19:26.6--UnitOfWork(498430588)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.6--ServerSession(1526542158)--Connection(25069742)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.6--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.6--ServerSession(1526542158)--Connection(277790009)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [48] [junit] [EL Finest]: 2022-09-10 04:19:26.601--ServerSession(1526542158)--Connection(25069742)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.601--UnitOfWork(498430588)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:26.601--UnitOfWork(498430588)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.602--UnitOfWork(498430588)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3fbcce0a) [junit] [EL Finest]: 2022-09-10 04:19:26.602--ServerSession(1526542158)--Connection(860780089)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.602--ClientSession(2114076744)--Connection(860780089)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.602--ClientSession(2114076744)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.602--ClientSession(2114076744)--Connection(819165674)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET WBA_BLOB = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [[B@69462656, 3, 48, 2] [junit] [EL Finer]: 2022-09-10 04:19:26.603--ClientSession(2114076744)--Connection(819165674)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.603--ServerSession(1526542158)--Connection(860780089)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.604--UnitOfWork(498430588)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.604--UnitOfWork(498430588)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.604--UnitOfWork(498430588)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.604--ClientSession(2114076744)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.604--UnitOfWork(498430588)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.604--ClientSession(2114076744)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.604--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 76543058 [junit] [EL Finer]: 2022-09-10 04:19:26.604--ClientSession(76543058)--Thread(Thread[main,5,main])--acquire unit of work: 792252672 [junit] [EL Finest]: 2022-09-10 04:19:26.604--UnitOfWork(792252672)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.604--ServerSession(1526542158)--Connection(1369604010)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.604--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.604--ServerSession(1526542158)--Connection(363692965)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [48] [junit] [EL Finest]: 2022-09-10 04:19:26.605--ServerSession(1526542158)--Connection(1369604010)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.605--UnitOfWork(792252672)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:26.605--UnitOfWork(792252672)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.605--UnitOfWork(792252672)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@453fd459) [junit] [EL Finest]: 2022-09-10 04:19:26.606--ServerSession(1526542158)--Connection(209486512)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.606--ClientSession(76543058)--Connection(209486512)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.606--ClientSession(76543058)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.606--ClientSession(76543058)--Connection(634119931)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET WBA_BLOB = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [[B@1e6d6473, 4, 48, 3] [junit] [EL Finer]: 2022-09-10 04:19:26.606--ClientSession(76543058)--Connection(634119931)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.607--ServerSession(1526542158)--Connection(209486512)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.607--UnitOfWork(792252672)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.607--UnitOfWork(792252672)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.607--UnitOfWork(792252672)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.607--ClientSession(76543058)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.607--UnitOfWork(792252672)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.607--ClientSession(76543058)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.607--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 850569432 [junit] [EL Finer]: 2022-09-10 04:19:26.607--ClientSession(850569432)--Thread(Thread[main,5,main])--acquire unit of work: 1211399243 [junit] [EL Finest]: 2022-09-10 04:19:26.607--UnitOfWork(1211399243)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.608--ServerSession(1526542158)--Connection(615997180)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.608--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.608--ServerSession(1526542158)--Connection(732230910)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [48] [junit] [EL Finest]: 2022-09-10 04:19:26.608--ServerSession(1526542158)--Connection(615997180)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.608--UnitOfWork(1211399243)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:26.609--UnitOfWork(1211399243)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.609--UnitOfWork(1211399243)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@79147c60) [junit] [EL Finest]: 2022-09-10 04:19:26.609--ServerSession(1526542158)--Connection(1110595996)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.609--ClientSession(850569432)--Connection(1110595996)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.609--ClientSession(850569432)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.609--ClientSession(850569432)--Connection(1908226887)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET WBA_BLOB = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 5, 48, 4] [junit] [EL Finer]: 2022-09-10 04:19:26.61--ClientSession(850569432)--Connection(1908226887)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.61--ServerSession(1526542158)--Connection(1110595996)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.61--UnitOfWork(1211399243)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.61--UnitOfWork(1211399243)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.61--UnitOfWork(1211399243)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.611--ClientSession(850569432)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.611--UnitOfWork(1211399243)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.611--ClientSession(850569432)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.611--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1429108359 [junit] [EL Finer]: 2022-09-10 04:19:26.611--ClientSession(1429108359)--Thread(Thread[main,5,main])--acquire unit of work: 1305544806 [junit] [EL Finest]: 2022-09-10 04:19:26.611--UnitOfWork(1305544806)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.611--ServerSession(1526542158)--Connection(1671216238)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.611--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.611--ServerSession(1526542158)--Connection(1737525694)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [48] [junit] [EL Finest]: 2022-09-10 04:19:26.612--ServerSession(1526542158)--Connection(1671216238)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:26.627--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 872685963 [junit] [EL Finer]: 2022-09-10 04:19:26.627--ClientSession(872685963)--Thread(Thread[main,5,main])--acquire unit of work: 795518024 [junit] [EL Finest]: 2022-09-10 04:19:26.627--UnitOfWork(795518024)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@25fc8da. [junit] [EL Finer]: 2022-09-10 04:19:26.627--UnitOfWork(795518024)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.628--UnitOfWork(795518024)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@25fc8da) [junit] [EL Finest]: 2022-09-10 04:19:26.628--ServerSession(1526542158)--Connection(2062993160)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.628--ClientSession(872685963)--Connection(2062993160)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.628--ClientSession(872685963)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.628--ClientSession(872685963)--Connection(12870906)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [17, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:26.629--ClientSession(872685963)--Connection(12870906)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.629--ServerSession(1526542158)--Connection(2062993160)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.629--UnitOfWork(795518024)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.629--UnitOfWork(795518024)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.63--UnitOfWork(795518024)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.63--ClientSession(872685963)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.63--UnitOfWork(795518024)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.63--ClientSession(872685963)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.63--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 44210795 [junit] [EL Finer]: 2022-09-10 04:19:26.63--ClientSession(44210795)--Thread(Thread[main,5,main])--acquire unit of work: 560127345 [junit] [EL Finest]: 2022-09-10 04:19:26.63--UnitOfWork(560127345)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.63--ServerSession(1526542158)--Connection(1453138968)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.63--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.63--ServerSession(1526542158)--Connection(514069921)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [17] [junit] [EL Finest]: 2022-09-10 04:19:26.631--ServerSession(1526542158)--Connection(1453138968)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.631--UnitOfWork(560127345)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.631--UnitOfWork(560127345)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@ff26e3 [junit] [EL Finer]: 2022-09-10 04:19:26.631--UnitOfWork(560127345)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.631--UnitOfWork(560127345)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2022-09-10 04:19:26.631--UnitOfWork(560127345)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@ff26e3) [junit] [EL Finest]: 2022-09-10 04:19:26.631--ServerSession(1526542158)--Connection(732994816)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.632--ClientSession(44210795)--Connection(732994816)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.632--ClientSession(44210795)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.632--ClientSession(44210795)--Connection(2145274478)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [17, 1] [junit] [EL Finer]: 2022-09-10 04:19:26.633--ClientSession(44210795)--Connection(2145274478)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.633--ServerSession(1526542158)--Connection(732994816)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.633--UnitOfWork(560127345)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.633--UnitOfWork(560127345)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.634--UnitOfWork(560127345)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.634--ClientSession(44210795)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.634--UnitOfWork(560127345)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.634--ClientSession(44210795)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.634--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1455227219 [junit] [EL Finer]: 2022-09-10 04:19:26.634--ClientSession(1455227219)--Thread(Thread[main,5,main])--acquire unit of work: 1539157200 [junit] [EL Finest]: 2022-09-10 04:19:26.634--UnitOfWork(1539157200)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@ff26e3. [junit] [EL Finer]: 2022-09-10 04:19:26.634--UnitOfWork(1539157200)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.634--UnitOfWork(1539157200)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@ff26e3) [junit] [EL Finest]: 2022-09-10 04:19:26.634--ServerSession(1526542158)--Connection(252265230)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.634--ClientSession(1455227219)--Connection(252265230)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.634--ClientSession(1455227219)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.635--ClientSession(1455227219)--Connection(830499877)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [17, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, 1.0, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:26.635--ClientSession(1455227219)--Connection(830499877)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.636--ServerSession(1526542158)--Connection(252265230)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.636--UnitOfWork(1539157200)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.636--UnitOfWork(1539157200)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.636--UnitOfWork(1539157200)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.636--ClientSession(1455227219)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.636--UnitOfWork(1539157200)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.636--ClientSession(1455227219)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.636--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2134889017 [junit] [EL Finer]: 2022-09-10 04:19:26.636--ClientSession(2134889017)--Thread(Thread[main,5,main])--acquire unit of work: 1307343039 [junit] [EL Finest]: 2022-09-10 04:19:26.636--UnitOfWork(1307343039)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.637--ServerSession(1526542158)--Connection(637904446)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.637--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.637--ServerSession(1526542158)--Connection(1135729672)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [17] [junit] [EL Finest]: 2022-09-10 04:19:26.638--ServerSession(1526542158)--Connection(637904446)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.638--UnitOfWork(1307343039)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:26.638--UnitOfWork(1307343039)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.638--UnitOfWork(1307343039)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.638--UnitOfWork(1307343039)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.638--UnitOfWork(1307343039)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.638--ClientSession(2134889017)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.638--UnitOfWork(1307343039)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.638--ClientSession(2134889017)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.638--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 462945848 [junit] [EL Finer]: 2022-09-10 04:19:26.638--ClientSession(462945848)--Thread(Thread[main,5,main])--acquire unit of work: 958772258 [junit] [EL Finest]: 2022-09-10 04:19:26.638--UnitOfWork(958772258)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.638--ServerSession(1526542158)--Connection(1797758242)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.638--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.638--ServerSession(1526542158)--Connection(303654979)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [17] [junit] [EL Finest]: 2022-09-10 04:19:26.639--ServerSession(1526542158)--Connection(1797758242)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.639--UnitOfWork(958772258)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:26.639--UnitOfWork(958772258)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.639--UnitOfWork(958772258)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@755243ad) [junit] [EL Finest]: 2022-09-10 04:19:26.64--ServerSession(1526542158)--Connection(963057491)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.64--ClientSession(462945848)--Connection(963057491)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.64--ClientSession(462945848)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.64--ClientSession(462945848)--Connection(1590650105)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET W_FLOAT = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [2.0, 2, 17, 1] [junit] [EL Finer]: 2022-09-10 04:19:26.641--ClientSession(462945848)--Connection(1590650105)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.641--ServerSession(1526542158)--Connection(963057491)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.641--UnitOfWork(958772258)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.641--UnitOfWork(958772258)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.641--UnitOfWork(958772258)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.641--ClientSession(462945848)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.641--UnitOfWork(958772258)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.641--ClientSession(462945848)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.641--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 303979910 [junit] [EL Finer]: 2022-09-10 04:19:26.641--ClientSession(303979910)--Thread(Thread[main,5,main])--acquire unit of work: 936577936 [junit] [EL Finest]: 2022-09-10 04:19:26.642--UnitOfWork(936577936)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.642--ServerSession(1526542158)--Connection(1290764896)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.642--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.642--ServerSession(1526542158)--Connection(1338453330)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [17] [junit] [EL Finest]: 2022-09-10 04:19:26.642--ServerSession(1526542158)--Connection(1290764896)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.642--UnitOfWork(936577936)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:26.643--UnitOfWork(936577936)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.643--UnitOfWork(936577936)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@30b9d44c) [junit] [EL Finest]: 2022-09-10 04:19:26.643--ServerSession(1526542158)--Connection(1156544138)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.643--ClientSession(303979910)--Connection(1156544138)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.643--ClientSession(303979910)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.643--ClientSession(303979910)--Connection(1776448669)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET W_FLOAT = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 3, 17, 2] [junit] [EL Finer]: 2022-09-10 04:19:26.644--ClientSession(303979910)--Connection(1776448669)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.644--ServerSession(1526542158)--Connection(1156544138)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.644--UnitOfWork(936577936)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.644--UnitOfWork(936577936)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.644--UnitOfWork(936577936)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.644--ClientSession(303979910)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.644--UnitOfWork(936577936)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.644--ClientSession(303979910)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.644--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2026124327 [junit] [EL Finer]: 2022-09-10 04:19:26.645--ClientSession(2026124327)--Thread(Thread[main,5,main])--acquire unit of work: 41476414 [junit] [EL Finest]: 2022-09-10 04:19:26.645--UnitOfWork(41476414)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.645--ServerSession(1526542158)--Connection(728025638)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.645--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.645--ServerSession(1526542158)--Connection(1846172940)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [17] [junit] [EL Finest]: 2022-09-10 04:19:26.645--ServerSession(1526542158)--Connection(728025638)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:26.662--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2007431173 [junit] [EL Finer]: 2022-09-10 04:19:26.662--ClientSession(2007431173)--Thread(Thread[main,5,main])--acquire unit of work: 1360195110 [junit] [EL Finest]: 2022-09-10 04:19:26.662--UnitOfWork(1360195110)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7ea395b3. [junit] [EL Finer]: 2022-09-10 04:19:26.662--UnitOfWork(1360195110)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.662--UnitOfWork(1360195110)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7ea395b3) [junit] [EL Finest]: 2022-09-10 04:19:26.663--ServerSession(1526542158)--Connection(1125298596)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.663--ClientSession(2007431173)--Connection(1125298596)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.663--ClientSession(2007431173)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.663--ClientSession(2007431173)--Connection(95880254)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [14, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:26.664--ClientSession(2007431173)--Connection(95880254)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.665--ServerSession(1526542158)--Connection(1125298596)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.665--UnitOfWork(1360195110)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.665--UnitOfWork(1360195110)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.665--UnitOfWork(1360195110)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.665--ClientSession(2007431173)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.665--UnitOfWork(1360195110)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.665--ClientSession(2007431173)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.665--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 306036446 [junit] [EL Finer]: 2022-09-10 04:19:26.665--ClientSession(306036446)--Thread(Thread[main,5,main])--acquire unit of work: 798412371 [junit] [EL Finest]: 2022-09-10 04:19:26.665--UnitOfWork(798412371)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.665--ServerSession(1526542158)--Connection(281746992)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.665--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.665--ServerSession(1526542158)--Connection(1906125788)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [14] [junit] [EL Finest]: 2022-09-10 04:19:26.666--ServerSession(1526542158)--Connection(281746992)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.666--UnitOfWork(798412371)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.666--UnitOfWork(798412371)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5f26b5eb [junit] [EL Finer]: 2022-09-10 04:19:26.666--UnitOfWork(798412371)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.666--UnitOfWork(798412371)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2022-09-10 04:19:26.667--UnitOfWork(798412371)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5f26b5eb) [junit] [EL Finest]: 2022-09-10 04:19:26.667--ServerSession(1526542158)--Connection(68476112)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.667--ClientSession(306036446)--Connection(68476112)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.667--ClientSession(306036446)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.667--ClientSession(306036446)--Connection(871005702)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [14, 1] [junit] [EL Finer]: 2022-09-10 04:19:26.668--ClientSession(306036446)--Connection(871005702)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.668--ServerSession(1526542158)--Connection(68476112)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.668--UnitOfWork(798412371)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.668--UnitOfWork(798412371)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.668--UnitOfWork(798412371)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.668--ClientSession(306036446)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.668--UnitOfWork(798412371)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.668--ClientSession(306036446)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.668--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1363057875 [junit] [EL Finer]: 2022-09-10 04:19:26.669--ClientSession(1363057875)--Thread(Thread[main,5,main])--acquire unit of work: 834978492 [junit] [EL Finest]: 2022-09-10 04:19:26.669--UnitOfWork(834978492)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5f26b5eb. [junit] [EL Finer]: 2022-09-10 04:19:26.669--UnitOfWork(834978492)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.669--UnitOfWork(834978492)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5f26b5eb) [junit] [EL Finest]: 2022-09-10 04:19:26.669--ServerSession(1526542158)--Connection(582122900)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.669--ClientSession(1363057875)--Connection(582122900)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.669--ClientSession(1363057875)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.669--ClientSession(1363057875)--Connection(131048725)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [14, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, 1] [junit] [EL Finer]: 2022-09-10 04:19:26.67--ClientSession(1363057875)--Connection(131048725)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.67--ServerSession(1526542158)--Connection(582122900)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.67--UnitOfWork(834978492)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.671--UnitOfWork(834978492)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.671--UnitOfWork(834978492)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.671--ClientSession(1363057875)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.671--UnitOfWork(834978492)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.671--ClientSession(1363057875)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.671--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2144801730 [junit] [EL Finer]: 2022-09-10 04:19:26.671--ClientSession(2144801730)--Thread(Thread[main,5,main])--acquire unit of work: 97183264 [junit] [EL Finest]: 2022-09-10 04:19:26.671--UnitOfWork(97183264)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.671--ServerSession(1526542158)--Connection(1596623421)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.671--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.671--ServerSession(1526542158)--Connection(1431472749)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [14] [junit] [EL Finest]: 2022-09-10 04:19:26.672--ServerSession(1526542158)--Connection(1596623421)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.672--UnitOfWork(97183264)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:26.672--UnitOfWork(97183264)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.672--UnitOfWork(97183264)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.672--UnitOfWork(97183264)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.672--UnitOfWork(97183264)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.672--ClientSession(2144801730)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.672--UnitOfWork(97183264)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.672--ClientSession(2144801730)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.672--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2117949825 [junit] [EL Finer]: 2022-09-10 04:19:26.672--ClientSession(2117949825)--Thread(Thread[main,5,main])--acquire unit of work: 269128256 [junit] [EL Finest]: 2022-09-10 04:19:26.672--UnitOfWork(269128256)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.672--ServerSession(1526542158)--Connection(1976313615)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.673--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.673--ServerSession(1526542158)--Connection(1457199877)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [14] [junit] [EL Finest]: 2022-09-10 04:19:26.673--ServerSession(1526542158)--Connection(1976313615)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.674--UnitOfWork(269128256)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:26.674--UnitOfWork(269128256)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.674--UnitOfWork(269128256)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@12821807) [junit] [EL Finest]: 2022-09-10 04:19:26.674--ServerSession(1526542158)--Connection(946036398)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.674--ClientSession(2117949825)--Connection(946036398)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.674--ClientSession(2117949825)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.675--ClientSession(2117949825)--Connection(975387525)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET W_SMALLINT = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [2, 2, 14, 1] [junit] [EL Finer]: 2022-09-10 04:19:26.675--ClientSession(2117949825)--Connection(975387525)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.676--ServerSession(1526542158)--Connection(946036398)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.676--UnitOfWork(269128256)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.676--UnitOfWork(269128256)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.676--UnitOfWork(269128256)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.676--ClientSession(2117949825)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.676--UnitOfWork(269128256)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.676--ClientSession(2117949825)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.676--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 546060335 [junit] [EL Finer]: 2022-09-10 04:19:26.676--ClientSession(546060335)--Thread(Thread[main,5,main])--acquire unit of work: 55627944 [junit] [EL Finest]: 2022-09-10 04:19:26.676--UnitOfWork(55627944)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.676--ServerSession(1526542158)--Connection(173509778)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.676--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.676--ServerSession(1526542158)--Connection(1286497008)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [14] [junit] [EL Finest]: 2022-09-10 04:19:26.677--ServerSession(1526542158)--Connection(173509778)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.677--UnitOfWork(55627944)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:26.677--UnitOfWork(55627944)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.677--UnitOfWork(55627944)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3ef71c16) [junit] [EL Finest]: 2022-09-10 04:19:26.677--ServerSession(1526542158)--Connection(536732872)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.678--ClientSession(546060335)--Connection(536732872)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.678--ClientSession(546060335)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.678--ClientSession(546060335)--Connection(100795299)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET W_SMALLINT = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 3, 14, 2] [junit] [EL Finer]: 2022-09-10 04:19:26.678--ClientSession(546060335)--Connection(100795299)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.679--ServerSession(1526542158)--Connection(536732872)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.679--UnitOfWork(55627944)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.679--UnitOfWork(55627944)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.679--UnitOfWork(55627944)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.679--ClientSession(546060335)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.679--UnitOfWork(55627944)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.679--ClientSession(546060335)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.679--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2068095376 [junit] [EL Finer]: 2022-09-10 04:19:26.679--ClientSession(2068095376)--Thread(Thread[main,5,main])--acquire unit of work: 1842199104 [junit] [EL Finest]: 2022-09-10 04:19:26.679--UnitOfWork(1842199104)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.679--ServerSession(1526542158)--Connection(1887797824)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.679--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.68--ServerSession(1526542158)--Connection(98818070)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [14] [junit] [EL Finest]: 2022-09-10 04:19:26.68--ServerSession(1526542158)--Connection(1887797824)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:26.698--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1077032396 [junit] [EL Finer]: 2022-09-10 04:19:26.698--ClientSession(1077032396)--Thread(Thread[main,5,main])--acquire unit of work: 1487569922 [junit] [EL Finest]: 2022-09-10 04:19:26.698--UnitOfWork(1487569922)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@768b8cea. [junit] [EL Finer]: 2022-09-10 04:19:26.698--UnitOfWork(1487569922)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.698--UnitOfWork(1487569922)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@768b8cea) [junit] [EL Finest]: 2022-09-10 04:19:26.698--ServerSession(1526542158)--Connection(153542996)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.698--ClientSession(1077032396)--Connection(153542996)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.698--ClientSession(1077032396)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.698--ClientSession(1077032396)--Connection(86048486)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [41, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:26.699--ClientSession(1077032396)--Connection(86048486)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.7--ServerSession(1526542158)--Connection(153542996)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.7--UnitOfWork(1487569922)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.7--UnitOfWork(1487569922)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.7--UnitOfWork(1487569922)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.7--ClientSession(1077032396)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.7--UnitOfWork(1487569922)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.7--ClientSession(1077032396)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.7--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 276882732 [junit] [EL Finer]: 2022-09-10 04:19:26.7--ClientSession(276882732)--Thread(Thread[main,5,main])--acquire unit of work: 316014100 [junit] [EL Finest]: 2022-09-10 04:19:26.7--UnitOfWork(316014100)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.7--ServerSession(1526542158)--Connection(190383940)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.7--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.701--ServerSession(1526542158)--Connection(824065553)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [41] [junit] [EL Finest]: 2022-09-10 04:19:26.701--ServerSession(1526542158)--Connection(190383940)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.701--UnitOfWork(316014100)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.702--UnitOfWork(316014100)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@58982c11 [junit] [EL Finer]: 2022-09-10 04:19:26.702--UnitOfWork(316014100)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.702--UnitOfWork(316014100)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2022-09-10 04:19:26.702--UnitOfWork(316014100)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@58982c11) [junit] [EL Finest]: 2022-09-10 04:19:26.702--ServerSession(1526542158)--Connection(1049928932)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.702--ClientSession(276882732)--Connection(1049928932)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.702--ClientSession(276882732)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.702--ClientSession(276882732)--Connection(1722552432)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [41, 1] [junit] [EL Finer]: 2022-09-10 04:19:26.703--ClientSession(276882732)--Connection(1722552432)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.704--ServerSession(1526542158)--Connection(1049928932)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.704--UnitOfWork(316014100)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.704--UnitOfWork(316014100)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.704--UnitOfWork(316014100)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.704--ClientSession(276882732)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.704--UnitOfWork(316014100)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.704--ClientSession(276882732)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.704--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1325756142 [junit] [EL Finer]: 2022-09-10 04:19:26.704--ClientSession(1325756142)--Thread(Thread[main,5,main])--acquire unit of work: 1227671790 [junit] [EL Finest]: 2022-09-10 04:19:26.71--UnitOfWork(1227671790)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@58982c11. [junit] [EL Finer]: 2022-09-10 04:19:26.711--UnitOfWork(1227671790)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.711--UnitOfWork(1227671790)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@58982c11) [junit] [EL Finest]: 2022-09-10 04:19:26.711--ServerSession(1526542158)--Connection(1652554005)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.711--ClientSession(1325756142)--Connection(1652554005)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.711--ClientSession(1325756142)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.711--ClientSession(1325756142)--Connection(690838049)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [41, null, null, null, null, 0, false, [B@6e989aa, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:26.712--ClientSession(1325756142)--Connection(690838049)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.713--ServerSession(1526542158)--Connection(1652554005)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.713--UnitOfWork(1227671790)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.713--UnitOfWork(1227671790)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.713--UnitOfWork(1227671790)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.713--ClientSession(1325756142)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.713--UnitOfWork(1227671790)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.713--ClientSession(1325756142)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.713--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 67585945 [junit] [EL Finer]: 2022-09-10 04:19:26.713--ClientSession(67585945)--Thread(Thread[main,5,main])--acquire unit of work: 1194912106 [junit] [EL Finest]: 2022-09-10 04:19:26.713--UnitOfWork(1194912106)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.713--ServerSession(1526542158)--Connection(181292433)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.713--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.714--ServerSession(1526542158)--Connection(230270836)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [41] [junit] [EL Finest]: 2022-09-10 04:19:26.714--ServerSession(1526542158)--Connection(181292433)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.714--UnitOfWork(1194912106)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:26.714--UnitOfWork(1194912106)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.715--UnitOfWork(1194912106)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.715--UnitOfWork(1194912106)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.715--UnitOfWork(1194912106)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.715--ClientSession(67585945)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.715--UnitOfWork(1194912106)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.715--ClientSession(67585945)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.715--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1487807048 [junit] [EL Finer]: 2022-09-10 04:19:26.715--ClientSession(1487807048)--Thread(Thread[main,5,main])--acquire unit of work: 358564730 [junit] [EL Finest]: 2022-09-10 04:19:26.715--UnitOfWork(358564730)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.715--ServerSession(1526542158)--Connection(1935077826)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.715--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.715--ServerSession(1526542158)--Connection(1101625662)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [41] [junit] [EL Finest]: 2022-09-10 04:19:26.716--ServerSession(1526542158)--Connection(1935077826)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.716--UnitOfWork(358564730)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:26.716--UnitOfWork(358564730)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.716--UnitOfWork(358564730)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@430b5c0e) [junit] [EL Finest]: 2022-09-10 04:19:26.717--ServerSession(1526542158)--Connection(2024569397)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.717--ClientSession(1487807048)--Connection(2024569397)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.717--ClientSession(1487807048)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.718--ClientSession(1487807048)--Connection(1633591810)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET PBA_BINARY = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 2, 41, 1] [junit] [EL Finer]: 2022-09-10 04:19:26.718--ClientSession(1487807048)--Connection(1633591810)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.719--ServerSession(1526542158)--Connection(2024569397)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.719--UnitOfWork(358564730)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.719--UnitOfWork(358564730)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.719--UnitOfWork(358564730)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.719--ClientSession(1487807048)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.719--UnitOfWork(358564730)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.719--ClientSession(1487807048)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.719--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 878947869 [junit] [EL Finer]: 2022-09-10 04:19:26.719--ClientSession(878947869)--Thread(Thread[main,5,main])--acquire unit of work: 540628001 [junit] [EL Finest]: 2022-09-10 04:19:26.719--UnitOfWork(540628001)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.72--ServerSession(1526542158)--Connection(725814534)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.72--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.72--ServerSession(1526542158)--Connection(752974112)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [41] [junit] [EL Finest]: 2022-09-10 04:19:26.72--ServerSession(1526542158)--Connection(725814534)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.721--UnitOfWork(540628001)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:26.721--UnitOfWork(540628001)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.721--UnitOfWork(540628001)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5c31e6ef) [junit] [EL Finest]: 2022-09-10 04:19:26.721--ServerSession(1526542158)--Connection(662058657)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.721--ClientSession(878947869)--Connection(662058657)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.721--ClientSession(878947869)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.721--ClientSession(878947869)--Connection(118884235)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET PBA_BINARY = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [[B@6e989aa, 3, 41, 2] [junit] [EL Finer]: 2022-09-10 04:19:26.722--ClientSession(878947869)--Connection(118884235)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.723--ServerSession(1526542158)--Connection(662058657)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.723--UnitOfWork(540628001)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.723--UnitOfWork(540628001)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.723--UnitOfWork(540628001)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.723--ClientSession(878947869)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.723--UnitOfWork(540628001)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.723--ClientSession(878947869)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.723--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1279758401 [junit] [EL Finer]: 2022-09-10 04:19:26.723--ClientSession(1279758401)--Thread(Thread[main,5,main])--acquire unit of work: 2077944861 [junit] [EL Finest]: 2022-09-10 04:19:26.723--UnitOfWork(2077944861)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.723--ServerSession(1526542158)--Connection(858363681)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.723--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.723--ServerSession(1526542158)--Connection(2051420622)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [41] [junit] [EL Finest]: 2022-09-10 04:19:26.724--ServerSession(1526542158)--Connection(858363681)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.724--UnitOfWork(2077944861)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:26.724--UnitOfWork(2077944861)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.724--UnitOfWork(2077944861)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@598ac76a) [junit] [EL Finest]: 2022-09-10 04:19:26.725--ServerSession(1526542158)--Connection(66172241)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.725--ClientSession(1279758401)--Connection(66172241)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.725--ClientSession(1279758401)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.725--ClientSession(1279758401)--Connection(79829929)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET PBA_BINARY = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [[B@bfc2c2b, 4, 41, 3] [junit] [EL Finer]: 2022-09-10 04:19:26.726--ClientSession(1279758401)--Connection(79829929)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.726--ServerSession(1526542158)--Connection(66172241)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.726--UnitOfWork(2077944861)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.726--UnitOfWork(2077944861)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.726--UnitOfWork(2077944861)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.726--ClientSession(1279758401)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.727--UnitOfWork(2077944861)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.727--ClientSession(1279758401)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.727--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 949966841 [junit] [EL Finer]: 2022-09-10 04:19:26.727--ClientSession(949966841)--Thread(Thread[main,5,main])--acquire unit of work: 747899920 [junit] [EL Finest]: 2022-09-10 04:19:26.727--UnitOfWork(747899920)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.727--ServerSession(1526542158)--Connection(517187035)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.727--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.727--ServerSession(1526542158)--Connection(151721238)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [41] [junit] [EL Finest]: 2022-09-10 04:19:26.728--ServerSession(1526542158)--Connection(517187035)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.728--UnitOfWork(747899920)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:26.728--UnitOfWork(747899920)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.728--UnitOfWork(747899920)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@44ef42f4) [junit] [EL Finest]: 2022-09-10 04:19:26.728--ServerSession(1526542158)--Connection(329833995)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.728--ClientSession(949966841)--Connection(329833995)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.728--ClientSession(949966841)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.728--ClientSession(949966841)--Connection(1520779780)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET PBA_BINARY = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 5, 41, 4] [junit] [EL Finer]: 2022-09-10 04:19:26.729--ClientSession(949966841)--Connection(1520779780)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.73--ServerSession(1526542158)--Connection(329833995)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.73--UnitOfWork(747899920)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.73--UnitOfWork(747899920)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.73--UnitOfWork(747899920)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.73--ClientSession(949966841)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.73--UnitOfWork(747899920)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.73--ClientSession(949966841)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.73--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1324017021 [junit] [EL Finer]: 2022-09-10 04:19:26.73--ClientSession(1324017021)--Thread(Thread[main,5,main])--acquire unit of work: 1043282886 [junit] [EL Finest]: 2022-09-10 04:19:26.73--UnitOfWork(1043282886)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.73--ServerSession(1526542158)--Connection(1084794406)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.73--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.73--ServerSession(1526542158)--Connection(1655297511)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [41] [junit] [EL Finest]: 2022-09-10 04:19:26.731--ServerSession(1526542158)--Connection(1084794406)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:26.748--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 371139929 [junit] [EL Finer]: 2022-09-10 04:19:26.748--ClientSession(371139929)--Thread(Thread[main,5,main])--acquire unit of work: 617954093 [junit] [EL Finest]: 2022-09-10 04:19:26.748--UnitOfWork(617954093)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@dd1832f. [junit] [EL Finer]: 2022-09-10 04:19:26.748--UnitOfWork(617954093)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.748--UnitOfWork(617954093)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@dd1832f) [junit] [EL Finest]: 2022-09-10 04:19:26.748--ServerSession(1526542158)--Connection(773293510)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.749--ClientSession(371139929)--Connection(773293510)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.749--ClientSession(371139929)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.749--ClientSession(371139929)--Connection(588701562)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [53, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:26.75--ClientSession(371139929)--Connection(588701562)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.75--ServerSession(1526542158)--Connection(773293510)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.75--UnitOfWork(617954093)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.75--UnitOfWork(617954093)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.75--UnitOfWork(617954093)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.751--ClientSession(371139929)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.751--UnitOfWork(617954093)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.751--ClientSession(371139929)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.751--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 465046288 [junit] [EL Finer]: 2022-09-10 04:19:26.751--ClientSession(465046288)--Thread(Thread[main,5,main])--acquire unit of work: 247527954 [junit] [EL Finest]: 2022-09-10 04:19:26.751--UnitOfWork(247527954)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.751--ServerSession(1526542158)--Connection(1401219726)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.751--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.751--ServerSession(1526542158)--Connection(1177575217)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [53] [junit] [EL Finest]: 2022-09-10 04:19:26.752--ServerSession(1526542158)--Connection(1401219726)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.752--UnitOfWork(247527954)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.752--UnitOfWork(247527954)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@60b60d23 [junit] [EL Finer]: 2022-09-10 04:19:26.752--UnitOfWork(247527954)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.752--UnitOfWork(247527954)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2022-09-10 04:19:26.752--UnitOfWork(247527954)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@60b60d23) [junit] [EL Finest]: 2022-09-10 04:19:26.752--ServerSession(1526542158)--Connection(1620524916)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.752--ClientSession(465046288)--Connection(1620524916)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.752--ClientSession(465046288)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.753--ClientSession(465046288)--Connection(1722737070)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [53, 1] [junit] [EL Finer]: 2022-09-10 04:19:26.753--ClientSession(465046288)--Connection(1722737070)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.754--ServerSession(1526542158)--Connection(1620524916)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.754--UnitOfWork(247527954)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.754--UnitOfWork(247527954)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.754--UnitOfWork(247527954)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.754--ClientSession(465046288)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.754--UnitOfWork(247527954)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.754--ClientSession(465046288)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.754--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 330140005 [junit] [EL Finer]: 2022-09-10 04:19:26.754--ClientSession(330140005)--Thread(Thread[main,5,main])--acquire unit of work: 44017967 [junit] [EL Finest]: 2022-09-10 04:19:26.754--UnitOfWork(44017967)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@60b60d23. [junit] [EL Finer]: 2022-09-10 04:19:26.754--UnitOfWork(44017967)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.754--UnitOfWork(44017967)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@60b60d23) [junit] [EL Finest]: 2022-09-10 04:19:26.755--ServerSession(1526542158)--Connection(884270863)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.755--ClientSession(330140005)--Connection(884270863)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.755--ClientSession(330140005)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.755--ClientSession(330140005)--Connection(1269671517)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [53, null, null, 0, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:26.756--ClientSession(330140005)--Connection(1269671517)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.756--ServerSession(1526542158)--Connection(884270863)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.756--UnitOfWork(44017967)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.756--UnitOfWork(44017967)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.756--UnitOfWork(44017967)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.756--ClientSession(330140005)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.756--UnitOfWork(44017967)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.756--ClientSession(330140005)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.756--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1093495523 [junit] [EL Finer]: 2022-09-10 04:19:26.756--ClientSession(1093495523)--Thread(Thread[main,5,main])--acquire unit of work: 1729405909 [junit] [EL Finest]: 2022-09-10 04:19:26.757--UnitOfWork(1729405909)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.757--ServerSession(1526542158)--Connection(1984423401)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.757--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.757--ServerSession(1526542158)--Connection(925735887)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [53] [junit] [EL Finest]: 2022-09-10 04:19:26.757--ServerSession(1526542158)--Connection(1984423401)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.758--UnitOfWork(1729405909)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:26.758--UnitOfWork(1729405909)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.758--UnitOfWork(1729405909)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.758--UnitOfWork(1729405909)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.758--UnitOfWork(1729405909)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.758--ClientSession(1093495523)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.758--UnitOfWork(1729405909)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.758--ClientSession(1093495523)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.758--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1008590807 [junit] [EL Finer]: 2022-09-10 04:19:26.758--ClientSession(1008590807)--Thread(Thread[main,5,main])--acquire unit of work: 1332057305 [junit] [EL Finest]: 2022-09-10 04:19:26.758--UnitOfWork(1332057305)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.758--ServerSession(1526542158)--Connection(2072955860)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.758--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.758--ServerSession(1526542158)--Connection(1421991896)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [53] [junit] [EL Finest]: 2022-09-10 04:19:26.759--ServerSession(1526542158)--Connection(2072955860)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.759--UnitOfWork(1332057305)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:26.759--UnitOfWork(1332057305)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.759--UnitOfWork(1332057305)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@680d69ae) [junit] [EL Finest]: 2022-09-10 04:19:26.76--ServerSession(1526542158)--Connection(1431652715)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.76--ClientSession(1008590807)--Connection(1431652715)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.76--ClientSession(1008590807)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.76--ClientSession(1008590807)--Connection(1444285046)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET ENUM_ORDINAL = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [1, 2, 53, 1] [junit] [EL Finer]: 2022-09-10 04:19:26.761--ClientSession(1008590807)--Connection(1444285046)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.761--ServerSession(1526542158)--Connection(1431652715)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.761--UnitOfWork(1332057305)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.762--UnitOfWork(1332057305)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.762--UnitOfWork(1332057305)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.762--ClientSession(1008590807)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.762--UnitOfWork(1332057305)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.762--ClientSession(1008590807)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.762--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1947363905 [junit] [EL Finer]: 2022-09-10 04:19:26.762--ClientSession(1947363905)--Thread(Thread[main,5,main])--acquire unit of work: 305236751 [junit] [EL Finest]: 2022-09-10 04:19:26.762--UnitOfWork(305236751)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.762--ServerSession(1526542158)--Connection(1580127502)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.762--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.762--ServerSession(1526542158)--Connection(1324340034)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [53] [junit] [EL Finest]: 2022-09-10 04:19:26.763--ServerSession(1526542158)--Connection(1580127502)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.763--UnitOfWork(305236751)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:26.763--UnitOfWork(305236751)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.763--UnitOfWork(305236751)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1f114225) [junit] [EL Finest]: 2022-09-10 04:19:26.763--ServerSession(1526542158)--Connection(1094182664)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.763--ClientSession(1947363905)--Connection(1094182664)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.763--ClientSession(1947363905)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.764--ClientSession(1947363905)--Connection(226477304)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET ENUM_ORDINAL = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 3, 53, 2] [junit] [EL Finer]: 2022-09-10 04:19:26.764--ClientSession(1947363905)--Connection(226477304)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.765--ServerSession(1526542158)--Connection(1094182664)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.765--UnitOfWork(305236751)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.765--UnitOfWork(305236751)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.765--UnitOfWork(305236751)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.765--ClientSession(1947363905)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.765--UnitOfWork(305236751)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.765--ClientSession(1947363905)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.765--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1853697850 [junit] [EL Finer]: 2022-09-10 04:19:26.765--ClientSession(1853697850)--Thread(Thread[main,5,main])--acquire unit of work: 492207625 [junit] [EL Finest]: 2022-09-10 04:19:26.765--UnitOfWork(492207625)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.765--ServerSession(1526542158)--Connection(1342771396)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.765--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.765--ServerSession(1526542158)--Connection(618500084)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [53] [junit] [EL Finest]: 2022-09-10 04:19:26.766--ServerSession(1526542158)--Connection(1342771396)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:26.783--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 593599330 [junit] [EL Finer]: 2022-09-10 04:19:26.783--ClientSession(593599330)--Thread(Thread[main,5,main])--acquire unit of work: 1315580013 [junit] [EL Finest]: 2022-09-10 04:19:26.783--UnitOfWork(1315580013)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@666fad24. [junit] [EL Finer]: 2022-09-10 04:19:26.783--UnitOfWork(1315580013)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.783--UnitOfWork(1315580013)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@666fad24) [junit] [EL Finest]: 2022-09-10 04:19:26.783--ServerSession(1526542158)--Connection(1420042301)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.783--ClientSession(593599330)--Connection(1420042301)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.783--ClientSession(593599330)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.784--ClientSession(593599330)--Connection(1267880836)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [50, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:26.785--ClientSession(593599330)--Connection(1267880836)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.785--ServerSession(1526542158)--Connection(1420042301)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.785--UnitOfWork(1315580013)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.785--UnitOfWork(1315580013)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.785--UnitOfWork(1315580013)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.785--ClientSession(593599330)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.785--UnitOfWork(1315580013)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.785--ClientSession(593599330)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.785--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1449687264 [junit] [EL Finer]: 2022-09-10 04:19:26.786--ClientSession(1449687264)--Thread(Thread[main,5,main])--acquire unit of work: 255795162 [junit] [EL Finest]: 2022-09-10 04:19:26.786--UnitOfWork(255795162)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.786--ServerSession(1526542158)--Connection(554971739)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.786--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.786--ServerSession(1526542158)--Connection(1111757962)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [50] [junit] [EL Finest]: 2022-09-10 04:19:26.787--ServerSession(1526542158)--Connection(554971739)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.787--UnitOfWork(255795162)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.787--UnitOfWork(255795162)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@204ea708 [junit] [EL Finer]: 2022-09-10 04:19:26.787--UnitOfWork(255795162)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.787--UnitOfWork(255795162)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2022-09-10 04:19:26.787--UnitOfWork(255795162)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@204ea708) [junit] [EL Finest]: 2022-09-10 04:19:26.787--ServerSession(1526542158)--Connection(1674129623)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.787--ClientSession(1449687264)--Connection(1674129623)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.787--ClientSession(1449687264)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.788--ClientSession(1449687264)--Connection(85640913)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [50, 1] [junit] [EL Finer]: 2022-09-10 04:19:26.788--ClientSession(1449687264)--Connection(85640913)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.789--ServerSession(1526542158)--Connection(1674129623)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.789--UnitOfWork(255795162)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.789--UnitOfWork(255795162)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.789--UnitOfWork(255795162)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.789--ClientSession(1449687264)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.789--UnitOfWork(255795162)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.789--ClientSession(1449687264)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.789--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1485609272 [junit] [EL Finer]: 2022-09-10 04:19:26.789--ClientSession(1485609272)--Thread(Thread[main,5,main])--acquire unit of work: 192143542 [junit] [EL Finest]: 2022-09-10 04:19:26.789--UnitOfWork(192143542)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@204ea708. [junit] [EL Finer]: 2022-09-10 04:19:26.789--UnitOfWork(192143542)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.789--UnitOfWork(192143542)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@204ea708) [junit] [EL Finest]: 2022-09-10 04:19:26.789--ServerSession(1526542158)--Connection(700232189)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.789--ClientSession(1485609272)--Connection(700232189)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.789--ClientSession(1485609272)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.79--ClientSession(1485609272)--Connection(356886699)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [50, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, UNCHANGED, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:26.79--ClientSession(1485609272)--Connection(356886699)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.791--ServerSession(1526542158)--Connection(700232189)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.791--UnitOfWork(192143542)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.791--UnitOfWork(192143542)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.791--UnitOfWork(192143542)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.791--ClientSession(1485609272)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.791--UnitOfWork(192143542)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.791--ClientSession(1485609272)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.791--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1050198088 [junit] [EL Finer]: 2022-09-10 04:19:26.791--ClientSession(1050198088)--Thread(Thread[main,5,main])--acquire unit of work: 102770624 [junit] [EL Finest]: 2022-09-10 04:19:26.791--UnitOfWork(102770624)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.792--ServerSession(1526542158)--Connection(996004693)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.792--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.792--ServerSession(1526542158)--Connection(1951412794)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [50] [junit] [EL Finest]: 2022-09-10 04:19:26.793--ServerSession(1526542158)--Connection(996004693)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.793--UnitOfWork(102770624)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:26.793--UnitOfWork(102770624)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.793--UnitOfWork(102770624)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.793--UnitOfWork(102770624)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.793--UnitOfWork(102770624)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.793--ClientSession(1050198088)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.793--UnitOfWork(102770624)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.793--ClientSession(1050198088)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.793--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 915536306 [junit] [EL Finer]: 2022-09-10 04:19:26.793--ClientSession(915536306)--Thread(Thread[main,5,main])--acquire unit of work: 1704583743 [junit] [EL Finest]: 2022-09-10 04:19:26.793--UnitOfWork(1704583743)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.793--ServerSession(1526542158)--Connection(1982426861)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.793--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.794--ServerSession(1526542158)--Connection(825840646)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [50] [junit] [EL Finest]: 2022-09-10 04:19:26.794--ServerSession(1526542158)--Connection(1982426861)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.794--UnitOfWork(1704583743)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:26.794--UnitOfWork(1704583743)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.795--UnitOfWork(1704583743)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1f1db860) [junit] [EL Finest]: 2022-09-10 04:19:26.795--ServerSession(1526542158)--Connection(1517945677)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.795--ClientSession(915536306)--Connection(1517945677)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.795--ClientSession(915536306)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.796--ClientSession(915536306)--Connection(906034559)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET WCA_CLOB = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 2, 50, 1] [junit] [EL Finer]: 2022-09-10 04:19:26.796--ClientSession(915536306)--Connection(906034559)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.797--ServerSession(1526542158)--Connection(1517945677)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.797--UnitOfWork(1704583743)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.797--UnitOfWork(1704583743)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.797--UnitOfWork(1704583743)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.797--ClientSession(915536306)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.797--UnitOfWork(1704583743)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.797--ClientSession(915536306)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.797--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 274755477 [junit] [EL Finer]: 2022-09-10 04:19:26.797--ClientSession(274755477)--Thread(Thread[main,5,main])--acquire unit of work: 565871587 [junit] [EL Finest]: 2022-09-10 04:19:26.797--UnitOfWork(565871587)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.818--ServerSession(1526542158)--Connection(794415589)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.818--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.818--ServerSession(1526542158)--Connection(2068982708)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [50] [junit] [EL Finest]: 2022-09-10 04:19:26.819--ServerSession(1526542158)--Connection(794415589)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.819--UnitOfWork(565871587)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:26.819--UnitOfWork(565871587)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.819--UnitOfWork(565871587)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7c3ae042) [junit] [EL Finest]: 2022-09-10 04:19:26.819--ServerSession(1526542158)--Connection(293193522)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.82--ClientSession(274755477)--Connection(293193522)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.82--ClientSession(274755477)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.82--ClientSession(274755477)--Connection(1650494422)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET WCA_CLOB = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [UNCHANGED, 3, 50, 2] [junit] [EL Finer]: 2022-09-10 04:19:26.821--ClientSession(274755477)--Connection(1650494422)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.822--ServerSession(1526542158)--Connection(293193522)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.822--UnitOfWork(565871587)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.822--UnitOfWork(565871587)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.822--UnitOfWork(565871587)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.822--ClientSession(274755477)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.822--UnitOfWork(565871587)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.822--ClientSession(274755477)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.822--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2072080033 [junit] [EL Finer]: 2022-09-10 04:19:26.822--ClientSession(2072080033)--Thread(Thread[main,5,main])--acquire unit of work: 492401724 [junit] [EL Finest]: 2022-09-10 04:19:26.822--UnitOfWork(492401724)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.822--ServerSession(1526542158)--Connection(1317069472)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.822--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.822--ServerSession(1526542158)--Connection(421776114)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [50] [junit] [EL Finest]: 2022-09-10 04:19:26.823--ServerSession(1526542158)--Connection(1317069472)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.823--UnitOfWork(492401724)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:26.823--UnitOfWork(492401724)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.823--UnitOfWork(492401724)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@76d55a3e) [junit] [EL Finest]: 2022-09-10 04:19:26.824--ServerSession(1526542158)--Connection(579492026)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.824--ClientSession(2072080033)--Connection(579492026)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.824--ClientSession(2072080033)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.824--ClientSession(2072080033)--Connection(1419891636)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET WCA_CLOB = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [XNCHANGED, 4, 50, 3] [junit] [EL Finer]: 2022-09-10 04:19:26.825--ClientSession(2072080033)--Connection(1419891636)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.825--ServerSession(1526542158)--Connection(579492026)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.825--UnitOfWork(492401724)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.825--UnitOfWork(492401724)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.825--UnitOfWork(492401724)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.826--ClientSession(2072080033)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.826--UnitOfWork(492401724)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.826--ClientSession(2072080033)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.826--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 988858006 [junit] [EL Finer]: 2022-09-10 04:19:26.826--ClientSession(988858006)--Thread(Thread[main,5,main])--acquire unit of work: 1612094991 [junit] [EL Finest]: 2022-09-10 04:19:26.826--UnitOfWork(1612094991)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.826--ServerSession(1526542158)--Connection(596709758)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.826--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.826--ServerSession(1526542158)--Connection(296447361)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [50] [junit] [EL Finest]: 2022-09-10 04:19:26.827--ServerSession(1526542158)--Connection(596709758)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.827--UnitOfWork(1612094991)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:26.827--UnitOfWork(1612094991)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.827--UnitOfWork(1612094991)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@52502ca4) [junit] [EL Finest]: 2022-09-10 04:19:26.827--ServerSession(1526542158)--Connection(727171896)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.827--ClientSession(988858006)--Connection(727171896)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.827--ClientSession(988858006)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.828--ClientSession(988858006)--Connection(1551963941)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET WCA_CLOB = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 5, 50, 4] [junit] [EL Finer]: 2022-09-10 04:19:26.828--ClientSession(988858006)--Connection(1551963941)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.829--ServerSession(1526542158)--Connection(727171896)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.829--UnitOfWork(1612094991)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.829--UnitOfWork(1612094991)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.829--UnitOfWork(1612094991)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.829--ClientSession(988858006)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.829--UnitOfWork(1612094991)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.829--ClientSession(988858006)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.829--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1849024377 [junit] [EL Finer]: 2022-09-10 04:19:26.829--ClientSession(1849024377)--Thread(Thread[main,5,main])--acquire unit of work: 987354533 [junit] [EL Finest]: 2022-09-10 04:19:26.829--UnitOfWork(987354533)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.829--ServerSession(1526542158)--Connection(203477054)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.83--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.83--ServerSession(1526542158)--Connection(61383536)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [50] [junit] [EL Finest]: 2022-09-10 04:19:26.83--ServerSession(1526542158)--Connection(203477054)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:26.848--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 52808470 [junit] [EL Finer]: 2022-09-10 04:19:26.848--ClientSession(52808470)--Thread(Thread[main,5,main])--acquire unit of work: 13347709 [junit] [EL Finest]: 2022-09-10 04:19:26.848--UnitOfWork(13347709)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2254be97. [junit] [EL Finer]: 2022-09-10 04:19:26.848--UnitOfWork(13347709)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.848--UnitOfWork(13347709)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2254be97) [junit] [EL Finest]: 2022-09-10 04:19:26.848--ServerSession(1526542158)--Connection(1612419043)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.848--ClientSession(52808470)--Connection(1612419043)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.848--ClientSession(52808470)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.849--ClientSession(52808470)--Connection(1029066974)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [49, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:26.849--ClientSession(52808470)--Connection(1029066974)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.85--ServerSession(1526542158)--Connection(1612419043)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.85--UnitOfWork(13347709)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.85--UnitOfWork(13347709)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.85--UnitOfWork(13347709)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.85--ClientSession(52808470)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.85--UnitOfWork(13347709)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.85--ClientSession(52808470)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.851--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 401760949 [junit] [EL Finer]: 2022-09-10 04:19:26.851--ClientSession(401760949)--Thread(Thread[main,5,main])--acquire unit of work: 405602357 [junit] [EL Finest]: 2022-09-10 04:19:26.851--UnitOfWork(405602357)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.851--ServerSession(1526542158)--Connection(770057244)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.851--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.851--ServerSession(1526542158)--Connection(1377176240)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [49] [junit] [EL Finest]: 2022-09-10 04:19:26.852--ServerSession(1526542158)--Connection(770057244)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.852--UnitOfWork(405602357)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.852--UnitOfWork(405602357)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3a73a5d3 [junit] [EL Finer]: 2022-09-10 04:19:26.852--UnitOfWork(405602357)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.852--UnitOfWork(405602357)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2022-09-10 04:19:26.852--UnitOfWork(405602357)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3a73a5d3) [junit] [EL Finest]: 2022-09-10 04:19:26.852--ServerSession(1526542158)--Connection(657730677)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.853--ClientSession(401760949)--Connection(657730677)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.853--ClientSession(401760949)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.853--ClientSession(401760949)--Connection(1281940622)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [49, 1] [junit] [EL Finer]: 2022-09-10 04:19:26.853--ClientSession(401760949)--Connection(1281940622)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.854--ServerSession(1526542158)--Connection(657730677)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.854--UnitOfWork(405602357)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.854--UnitOfWork(405602357)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.854--UnitOfWork(405602357)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.854--ClientSession(401760949)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.854--UnitOfWork(405602357)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.854--ClientSession(401760949)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.854--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 646427520 [junit] [EL Finer]: 2022-09-10 04:19:26.855--ClientSession(646427520)--Thread(Thread[main,5,main])--acquire unit of work: 746686322 [junit] [EL Finest]: 2022-09-10 04:19:26.855--UnitOfWork(746686322)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3a73a5d3. [junit] [EL Finer]: 2022-09-10 04:19:26.855--UnitOfWork(746686322)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.855--UnitOfWork(746686322)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3a73a5d3) [junit] [EL Finest]: 2022-09-10 04:19:26.855--ServerSession(1526542158)--Connection(1101275613)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.855--ClientSession(646427520)--Connection(1101275613)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.855--ClientSession(646427520)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.855--ClientSession(646427520)--Connection(1512341978)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [49, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, UNCHANGED, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:26.856--ClientSession(646427520)--Connection(1512341978)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.857--ServerSession(1526542158)--Connection(1101275613)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.857--UnitOfWork(746686322)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.857--UnitOfWork(746686322)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.857--UnitOfWork(746686322)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.857--ClientSession(646427520)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.857--UnitOfWork(746686322)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.857--ClientSession(646427520)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.857--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1533110893 [junit] [EL Finer]: 2022-09-10 04:19:26.857--ClientSession(1533110893)--Thread(Thread[main,5,main])--acquire unit of work: 632621706 [junit] [EL Finest]: 2022-09-10 04:19:26.857--UnitOfWork(632621706)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.857--ServerSession(1526542158)--Connection(784326696)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.857--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.857--ServerSession(1526542158)--Connection(1292353677)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [49] [junit] [EL Finest]: 2022-09-10 04:19:26.858--ServerSession(1526542158)--Connection(784326696)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.858--UnitOfWork(632621706)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:26.858--UnitOfWork(632621706)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.858--UnitOfWork(632621706)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.858--UnitOfWork(632621706)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.859--UnitOfWork(632621706)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.859--ClientSession(1533110893)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.859--UnitOfWork(632621706)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.859--ClientSession(1533110893)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.859--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 9158231 [junit] [EL Finer]: 2022-09-10 04:19:26.859--ClientSession(9158231)--Thread(Thread[main,5,main])--acquire unit of work: 1515294537 [junit] [EL Finest]: 2022-09-10 04:19:26.859--UnitOfWork(1515294537)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.859--ServerSession(1526542158)--Connection(690580049)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.859--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.859--ServerSession(1526542158)--Connection(751764052)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [49] [junit] [EL Finest]: 2022-09-10 04:19:26.86--ServerSession(1526542158)--Connection(690580049)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.86--UnitOfWork(1515294537)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:26.86--UnitOfWork(1515294537)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.86--UnitOfWork(1515294537)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@458f177e) [junit] [EL Finest]: 2022-09-10 04:19:26.86--ServerSession(1526542158)--Connection(676853552)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.86--ClientSession(9158231)--Connection(676853552)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.86--ClientSession(9158231)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.861--ClientSession(9158231)--Connection(358490531)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET WCA_VARCHAR = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 2, 49, 1] [junit] [EL Finer]: 2022-09-10 04:19:26.861--ClientSession(9158231)--Connection(358490531)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.862--ServerSession(1526542158)--Connection(676853552)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.862--UnitOfWork(1515294537)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.862--UnitOfWork(1515294537)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.862--UnitOfWork(1515294537)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.862--ClientSession(9158231)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.862--UnitOfWork(1515294537)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.862--ClientSession(9158231)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.862--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 17307487 [junit] [EL Finer]: 2022-09-10 04:19:26.862--ClientSession(17307487)--Thread(Thread[main,5,main])--acquire unit of work: 1707048420 [junit] [EL Finest]: 2022-09-10 04:19:26.862--UnitOfWork(1707048420)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.863--ServerSession(1526542158)--Connection(239811214)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.863--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.863--ServerSession(1526542158)--Connection(348553405)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [49] [junit] [EL Finest]: 2022-09-10 04:19:26.863--ServerSession(1526542158)--Connection(239811214)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.864--UnitOfWork(1707048420)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:26.864--UnitOfWork(1707048420)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.864--UnitOfWork(1707048420)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1cb30421) [junit] [EL Finest]: 2022-09-10 04:19:26.864--ServerSession(1526542158)--Connection(1197610250)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.864--ClientSession(17307487)--Connection(1197610250)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.864--ClientSession(17307487)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.864--ClientSession(17307487)--Connection(1380465380)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET WCA_VARCHAR = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [UNCHANGED, 3, 49, 2] [junit] [EL Finer]: 2022-09-10 04:19:26.865--ClientSession(17307487)--Connection(1380465380)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.866--ServerSession(1526542158)--Connection(1197610250)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.866--UnitOfWork(1707048420)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.866--UnitOfWork(1707048420)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.866--UnitOfWork(1707048420)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.866--ClientSession(17307487)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.866--UnitOfWork(1707048420)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.866--ClientSession(17307487)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.866--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 952744224 [junit] [EL Finer]: 2022-09-10 04:19:26.866--ClientSession(952744224)--Thread(Thread[main,5,main])--acquire unit of work: 725953479 [junit] [EL Finest]: 2022-09-10 04:19:26.866--UnitOfWork(725953479)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.866--ServerSession(1526542158)--Connection(139246209)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.866--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.866--ServerSession(1526542158)--Connection(1183461518)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [49] [junit] [EL Finest]: 2022-09-10 04:19:26.867--ServerSession(1526542158)--Connection(139246209)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.867--UnitOfWork(725953479)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:26.867--UnitOfWork(725953479)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.867--UnitOfWork(725953479)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5c93b372) [junit] [EL Finest]: 2022-09-10 04:19:26.867--ServerSession(1526542158)--Connection(78921512)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.867--ClientSession(952744224)--Connection(78921512)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.867--ClientSession(952744224)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.868--ClientSession(952744224)--Connection(28067252)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET WCA_VARCHAR = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [XNCHANGED, 4, 49, 3] [junit] [EL Finer]: 2022-09-10 04:19:26.868--ClientSession(952744224)--Connection(28067252)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.869--ServerSession(1526542158)--Connection(78921512)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.869--UnitOfWork(725953479)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.869--UnitOfWork(725953479)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.869--UnitOfWork(725953479)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.869--ClientSession(952744224)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.869--UnitOfWork(725953479)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.869--ClientSession(952744224)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.869--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2041213627 [junit] [EL Finer]: 2022-09-10 04:19:26.869--ClientSession(2041213627)--Thread(Thread[main,5,main])--acquire unit of work: 449321439 [junit] [EL Finest]: 2022-09-10 04:19:26.869--UnitOfWork(449321439)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.869--ServerSession(1526542158)--Connection(1899030440)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.869--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.87--ServerSession(1526542158)--Connection(1072143121)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [49] [junit] [EL Finest]: 2022-09-10 04:19:26.87--ServerSession(1526542158)--Connection(1899030440)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.87--UnitOfWork(449321439)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:26.87--UnitOfWork(449321439)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.871--UnitOfWork(449321439)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@39d55f96) [junit] [EL Finest]: 2022-09-10 04:19:26.871--ServerSession(1526542158)--Connection(1070671846)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.871--ClientSession(2041213627)--Connection(1070671846)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.871--ClientSession(2041213627)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.871--ClientSession(2041213627)--Connection(119828844)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET WCA_VARCHAR = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 5, 49, 4] [junit] [EL Finer]: 2022-09-10 04:19:26.872--ClientSession(2041213627)--Connection(119828844)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.872--ServerSession(1526542158)--Connection(1070671846)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.872--UnitOfWork(449321439)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.872--UnitOfWork(449321439)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.872--UnitOfWork(449321439)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.873--ClientSession(2041213627)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.873--UnitOfWork(449321439)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.873--ClientSession(2041213627)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.873--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1400572045 [junit] [EL Finer]: 2022-09-10 04:19:26.873--ClientSession(1400572045)--Thread(Thread[main,5,main])--acquire unit of work: 2012261535 [junit] [EL Finest]: 2022-09-10 04:19:26.873--UnitOfWork(2012261535)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.873--ServerSession(1526542158)--Connection(380677295)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.873--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.873--ServerSession(1526542158)--Connection(1820843548)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [49] [junit] [EL Finest]: 2022-09-10 04:19:26.874--ServerSession(1526542158)--Connection(380677295)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:26.891--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 757011100 [junit] [EL Finer]: 2022-09-10 04:19:26.891--ClientSession(757011100)--Thread(Thread[main,5,main])--acquire unit of work: 275213440 [junit] [EL Finest]: 2022-09-10 04:19:26.891--UnitOfWork(275213440)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2c38c57d. [junit] [EL Finer]: 2022-09-10 04:19:26.891--UnitOfWork(275213440)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.892--UnitOfWork(275213440)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2c38c57d) [junit] [EL Finest]: 2022-09-10 04:19:26.892--ServerSession(1526542158)--Connection(694432383)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.892--ClientSession(757011100)--Connection(694432383)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.892--ClientSession(757011100)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.892--ClientSession(757011100)--Connection(46942399)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [2, null, null, null, null, 17, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:26.893--ClientSession(757011100)--Connection(46942399)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.894--ServerSession(1526542158)--Connection(694432383)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.894--UnitOfWork(275213440)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.894--UnitOfWork(275213440)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.894--UnitOfWork(275213440)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.894--ClientSession(757011100)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.894--UnitOfWork(275213440)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.894--ClientSession(757011100)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.894--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1325053111 [junit] [EL Finer]: 2022-09-10 04:19:26.894--ClientSession(1325053111)--Thread(Thread[main,5,main])--acquire unit of work: 773035111 [junit] [EL Finest]: 2022-09-10 04:19:26.894--UnitOfWork(773035111)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.894--ServerSession(1526542158)--Connection(1842399189)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.894--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.895--ServerSession(1526542158)--Connection(120668332)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:19:26.895--ServerSession(1526542158)--Connection(1842399189)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.895--UnitOfWork(773035111)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:26.896--UnitOfWork(773035111)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.896--UnitOfWork(773035111)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.896--UnitOfWork(773035111)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.896--UnitOfWork(773035111)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.896--ClientSession(1325053111)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.896--UnitOfWork(773035111)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.896--ClientSession(1325053111)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.896--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2081778817 [junit] [EL Finer]: 2022-09-10 04:19:26.896--ClientSession(2081778817)--Thread(Thread[main,5,main])--acquire unit of work: 1787907355 [junit] [EL Finest]: 2022-09-10 04:19:26.896--UnitOfWork(1787907355)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.896--ServerSession(1526542158)--Connection(997522561)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.896--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.896--ServerSession(1526542158)--Connection(789316377)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:19:26.897--ServerSession(1526542158)--Connection(997522561)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.897--UnitOfWork(1787907355)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:26.897--UnitOfWork(1787907355)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.897--UnitOfWork(1787907355)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@43f17f5) [junit] [EL Finest]: 2022-09-10 04:19:26.897--ServerSession(1526542158)--Connection(1615491843)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.898--ClientSession(2081778817)--Connection(1615491843)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.898--ClientSession(2081778817)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.898--ClientSession(2081778817)--Connection(473321536)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET P_BYTE = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [23, 2, 2, 1] [junit] [EL Finer]: 2022-09-10 04:19:26.898--ClientSession(2081778817)--Connection(473321536)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.899--ServerSession(1526542158)--Connection(1615491843)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.899--UnitOfWork(1787907355)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.899--UnitOfWork(1787907355)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.899--UnitOfWork(1787907355)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.899--ClientSession(2081778817)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.899--UnitOfWork(1787907355)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.899--ClientSession(2081778817)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.899--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1429436113 [junit] [EL Finer]: 2022-09-10 04:19:26.899--ClientSession(1429436113)--Thread(Thread[main,5,main])--acquire unit of work: 2066323559 [junit] [EL Finest]: 2022-09-10 04:19:26.899--UnitOfWork(2066323559)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.9--ServerSession(1526542158)--Connection(1596121702)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.9--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.9--ServerSession(1526542158)--Connection(798714810)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:19:26.9--ServerSession(1526542158)--Connection(1596121702)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:26.916--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1071178012 [junit] [EL Finer]: 2022-09-10 04:19:26.916--ClientSession(1071178012)--Thread(Thread[main,5,main])--acquire unit of work: 82862370 [junit] [EL Finest]: 2022-09-10 04:19:26.916--UnitOfWork(82862370)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@43c63b8c. [junit] [EL Finer]: 2022-09-10 04:19:26.916--UnitOfWork(82862370)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.916--UnitOfWork(82862370)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@43c63b8c) [junit] [EL Finest]: 2022-09-10 04:19:26.917--ServerSession(1526542158)--Connection(2100427296)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.917--ClientSession(1071178012)--Connection(2100427296)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.917--ClientSession(1071178012)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.917--ClientSession(1071178012)--Connection(2060414421)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [3, null, null, null, null, 0, false, null, null, null, A, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:26.918--ClientSession(1071178012)--Connection(2060414421)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.918--ServerSession(1526542158)--Connection(2100427296)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.918--UnitOfWork(82862370)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.918--UnitOfWork(82862370)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.918--UnitOfWork(82862370)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.918--ClientSession(1071178012)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.918--UnitOfWork(82862370)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.919--ClientSession(1071178012)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.919--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 918302405 [junit] [EL Finer]: 2022-09-10 04:19:26.919--ClientSession(918302405)--Thread(Thread[main,5,main])--acquire unit of work: 932989954 [junit] [EL Finest]: 2022-09-10 04:19:26.919--UnitOfWork(932989954)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.919--ServerSession(1526542158)--Connection(101715009)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.919--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.919--ServerSession(1526542158)--Connection(871316213)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [3] [junit] [EL Finest]: 2022-09-10 04:19:26.92--ServerSession(1526542158)--Connection(101715009)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.92--UnitOfWork(932989954)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:26.92--UnitOfWork(932989954)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.92--UnitOfWork(932989954)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.92--UnitOfWork(932989954)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.92--UnitOfWork(932989954)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.92--ClientSession(918302405)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.92--UnitOfWork(932989954)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.924--ClientSession(918302405)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.924--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 249481007 [junit] [EL Finer]: 2022-09-10 04:19:26.924--ClientSession(249481007)--Thread(Thread[main,5,main])--acquire unit of work: 1695214955 [junit] [EL Finest]: 2022-09-10 04:19:26.925--UnitOfWork(1695214955)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.925--ServerSession(1526542158)--Connection(730606907)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.925--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.925--ServerSession(1526542158)--Connection(985910917)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [3] [junit] [EL Finest]: 2022-09-10 04:19:26.926--ServerSession(1526542158)--Connection(730606907)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.926--UnitOfWork(1695214955)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:26.926--UnitOfWork(1695214955)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.926--UnitOfWork(1695214955)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3a205307) [junit] [EL Finest]: 2022-09-10 04:19:26.926--ServerSession(1526542158)--Connection(841536159)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.926--ClientSession(249481007)--Connection(841536159)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.926--ClientSession(249481007)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.927--ClientSession(249481007)--Connection(178788278)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET P_CHAR = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [B, 2, 3, 1] [junit] [EL Finer]: 2022-09-10 04:19:26.927--ClientSession(249481007)--Connection(178788278)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.928--ServerSession(1526542158)--Connection(841536159)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.928--UnitOfWork(1695214955)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.928--UnitOfWork(1695214955)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.928--UnitOfWork(1695214955)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.928--ClientSession(249481007)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.928--UnitOfWork(1695214955)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.928--ClientSession(249481007)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.928--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1507113773 [junit] [EL Finer]: 2022-09-10 04:19:26.928--ClientSession(1507113773)--Thread(Thread[main,5,main])--acquire unit of work: 319488518 [junit] [EL Finest]: 2022-09-10 04:19:26.928--UnitOfWork(319488518)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.928--ServerSession(1526542158)--Connection(1063076744)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.928--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.929--ServerSession(1526542158)--Connection(1934387496)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [3] [junit] [EL Finest]: 2022-09-10 04:19:26.929--ServerSession(1526542158)--Connection(1063076744)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:26.944--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1671878348 [junit] [EL Finer]: 2022-09-10 04:19:26.945--ClientSession(1671878348)--Thread(Thread[main,5,main])--acquire unit of work: 715153962 [junit] [EL Finest]: 2022-09-10 04:19:26.945--UnitOfWork(715153962)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@51e92ae3. [junit] [EL Finer]: 2022-09-10 04:19:26.945--UnitOfWork(715153962)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.945--UnitOfWork(715153962)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@51e92ae3) [junit] [EL Finest]: 2022-09-10 04:19:26.945--ServerSession(1526542158)--Connection(489406333)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.945--ClientSession(1671878348)--Connection(489406333)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.945--ClientSession(1671878348)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.945--ClientSession(1671878348)--Connection(875769792)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [6, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 88, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:26.946--ClientSession(1671878348)--Connection(875769792)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.947--ServerSession(1526542158)--Connection(489406333)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.947--UnitOfWork(715153962)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.947--UnitOfWork(715153962)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.947--UnitOfWork(715153962)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.947--ClientSession(1671878348)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.947--UnitOfWork(715153962)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.947--ClientSession(1671878348)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.947--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1423117309 [junit] [EL Finer]: 2022-09-10 04:19:26.947--ClientSession(1423117309)--Thread(Thread[main,5,main])--acquire unit of work: 2033415048 [junit] [EL Finest]: 2022-09-10 04:19:26.947--UnitOfWork(2033415048)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.947--ServerSession(1526542158)--Connection(2014009380)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.947--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.947--ServerSession(1526542158)--Connection(1890717852)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [6] [junit] [EL Finest]: 2022-09-10 04:19:26.948--ServerSession(1526542158)--Connection(2014009380)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.948--UnitOfWork(2033415048)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:26.948--UnitOfWork(2033415048)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.948--UnitOfWork(2033415048)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.948--UnitOfWork(2033415048)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.948--UnitOfWork(2033415048)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.948--ClientSession(1423117309)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.948--UnitOfWork(2033415048)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.948--ClientSession(1423117309)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.949--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 860927497 [junit] [EL Finer]: 2022-09-10 04:19:26.949--ClientSession(860927497)--Thread(Thread[main,5,main])--acquire unit of work: 303769632 [junit] [EL Finest]: 2022-09-10 04:19:26.949--UnitOfWork(303769632)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.949--ServerSession(1526542158)--Connection(1418946506)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.949--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.949--ServerSession(1526542158)--Connection(1146376302)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [6] [junit] [EL Finest]: 2022-09-10 04:19:26.949--ServerSession(1526542158)--Connection(1418946506)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.95--UnitOfWork(303769632)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:26.95--UnitOfWork(303769632)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.95--UnitOfWork(303769632)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7671b784) [junit] [EL Finest]: 2022-09-10 04:19:26.95--ServerSession(1526542158)--Connection(1349754346)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.95--ClientSession(860927497)--Connection(1349754346)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.95--ClientSession(860927497)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.95--ClientSession(860927497)--Connection(734383607)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET P_LONG = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [77, 2, 6, 1] [junit] [EL Finer]: 2022-09-10 04:19:26.951--ClientSession(860927497)--Connection(734383607)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.951--ServerSession(1526542158)--Connection(1349754346)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.952--UnitOfWork(303769632)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.952--UnitOfWork(303769632)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.952--UnitOfWork(303769632)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.952--ClientSession(860927497)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.952--UnitOfWork(303769632)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.952--ClientSession(860927497)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.952--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 273082117 [junit] [EL Finer]: 2022-09-10 04:19:26.952--ClientSession(273082117)--Thread(Thread[main,5,main])--acquire unit of work: 367602319 [junit] [EL Finest]: 2022-09-10 04:19:26.952--UnitOfWork(367602319)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.952--ServerSession(1526542158)--Connection(272385769)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.952--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.952--ServerSession(1526542158)--Connection(2033058547)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [6] [junit] [EL Finest]: 2022-09-10 04:19:26.953--ServerSession(1526542158)--Connection(272385769)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:26.968--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1708593293 [junit] [EL Finer]: 2022-09-10 04:19:26.968--ClientSession(1708593293)--Thread(Thread[main,5,main])--acquire unit of work: 626029249 [junit] [EL Finest]: 2022-09-10 04:19:26.968--UnitOfWork(626029249)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2b463d89. [junit] [EL Finer]: 2022-09-10 04:19:26.968--UnitOfWork(626029249)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.968--UnitOfWork(626029249)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2b463d89) [junit] [EL Finest]: 2022-09-10 04:19:26.968--ServerSession(1526542158)--Connection(9673582)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.968--ClientSession(1708593293)--Connection(9673582)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.968--ClientSession(1708593293)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.969--ClientSession(1708593293)--Connection(653469639)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [23, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:26.969--ClientSession(1708593293)--Connection(653469639)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.97--ServerSession(1526542158)--Connection(9673582)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.97--UnitOfWork(626029249)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.97--UnitOfWork(626029249)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.97--UnitOfWork(626029249)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.97--ClientSession(1708593293)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.97--UnitOfWork(626029249)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.97--ClientSession(1708593293)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.97--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 283338301 [junit] [EL Finer]: 2022-09-10 04:19:26.97--ClientSession(283338301)--Thread(Thread[main,5,main])--acquire unit of work: 789690105 [junit] [EL Finest]: 2022-09-10 04:19:26.97--UnitOfWork(789690105)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.971--ServerSession(1526542158)--Connection(211178298)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.971--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.971--ServerSession(1526542158)--Connection(1043525810)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [23] [junit] [EL Finest]: 2022-09-10 04:19:26.971--ServerSession(1526542158)--Connection(211178298)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.972--UnitOfWork(789690105)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.972--UnitOfWork(789690105)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@29defbb9 [junit] [EL Finer]: 2022-09-10 04:19:26.972--UnitOfWork(789690105)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.972--UnitOfWork(789690105)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2022-09-10 04:19:26.972--UnitOfWork(789690105)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@29defbb9) [junit] [EL Finest]: 2022-09-10 04:19:26.972--ServerSession(1526542158)--Connection(1755160348)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.972--ClientSession(283338301)--Connection(1755160348)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.972--ClientSession(283338301)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.972--ClientSession(283338301)--Connection(78733167)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [23, 1] [junit] [EL Finer]: 2022-09-10 04:19:26.973--ClientSession(283338301)--Connection(78733167)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.973--ServerSession(1526542158)--Connection(1755160348)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.973--UnitOfWork(789690105)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.973--UnitOfWork(789690105)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.974--UnitOfWork(789690105)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.974--ClientSession(283338301)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.974--UnitOfWork(789690105)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.974--ClientSession(283338301)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.974--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1594279624 [junit] [EL Finer]: 2022-09-10 04:19:26.974--ClientSession(1594279624)--Thread(Thread[main,5,main])--acquire unit of work: 1363320928 [junit] [EL Finest]: 2022-09-10 04:19:26.974--UnitOfWork(1363320928)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@29defbb9. [junit] [EL Finer]: 2022-09-10 04:19:26.974--UnitOfWork(1363320928)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.974--UnitOfWork(1363320928)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@29defbb9) [junit] [EL Finest]: 2022-09-10 04:19:26.974--ServerSession(1526542158)--Connection(223404521)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.974--ClientSession(1594279624)--Connection(223404521)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.974--ClientSession(1594279624)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.975--ClientSession(1594279624)--Connection(1678333453)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [23, 1.1, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:26.975--ClientSession(1594279624)--Connection(1678333453)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.976--ServerSession(1526542158)--Connection(223404521)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.976--UnitOfWork(1363320928)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.976--UnitOfWork(1363320928)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.976--UnitOfWork(1363320928)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.976--ClientSession(1594279624)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.976--UnitOfWork(1363320928)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.976--ClientSession(1594279624)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.976--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 619531308 [junit] [EL Finer]: 2022-09-10 04:19:26.976--ClientSession(619531308)--Thread(Thread[main,5,main])--acquire unit of work: 175824770 [junit] [EL Finest]: 2022-09-10 04:19:26.976--UnitOfWork(175824770)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.976--ServerSession(1526542158)--Connection(1340719962)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.976--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.976--ServerSession(1526542158)--Connection(617085163)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [23] [junit] [EL Finest]: 2022-09-10 04:19:26.977--ServerSession(1526542158)--Connection(1340719962)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.977--UnitOfWork(175824770)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:26.977--UnitOfWork(175824770)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.977--UnitOfWork(175824770)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.977--UnitOfWork(175824770)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.977--UnitOfWork(175824770)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.977--ClientSession(619531308)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.977--UnitOfWork(175824770)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.977--ClientSession(619531308)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.977--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1821441907 [junit] [EL Finer]: 2022-09-10 04:19:26.977--ClientSession(1821441907)--Thread(Thread[main,5,main])--acquire unit of work: 583173879 [junit] [EL Finest]: 2022-09-10 04:19:26.978--UnitOfWork(583173879)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.978--ServerSession(1526542158)--Connection(2051069661)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.978--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.978--ServerSession(1526542158)--Connection(1680504223)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [23] [junit] [EL Finest]: 2022-09-10 04:19:26.978--ServerSession(1526542158)--Connection(2051069661)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.979--UnitOfWork(583173879)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:26.979--UnitOfWork(583173879)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.979--UnitOfWork(583173879)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@456360ec) [junit] [EL Finest]: 2022-09-10 04:19:26.979--ServerSession(1526542158)--Connection(1516818511)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.979--ClientSession(1821441907)--Connection(1516818511)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.979--ClientSession(1821441907)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.98--ClientSession(1821441907)--Connection(72527854)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET BIG_DECIMAL = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [2.2, 2, 23, 1] [junit] [EL Finer]: 2022-09-10 04:19:26.98--ClientSession(1821441907)--Connection(72527854)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.981--ServerSession(1526542158)--Connection(1516818511)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.981--UnitOfWork(583173879)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.981--UnitOfWork(583173879)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.981--UnitOfWork(583173879)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.981--ClientSession(1821441907)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.981--UnitOfWork(583173879)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.981--ClientSession(1821441907)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.982--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 806904305 [junit] [EL Finer]: 2022-09-10 04:19:26.982--ClientSession(806904305)--Thread(Thread[main,5,main])--acquire unit of work: 556041667 [junit] [EL Finest]: 2022-09-10 04:19:26.982--UnitOfWork(556041667)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.982--ServerSession(1526542158)--Connection(415260814)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.982--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.982--ServerSession(1526542158)--Connection(1170720755)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [23] [junit] [EL Finest]: 2022-09-10 04:19:26.983--ServerSession(1526542158)--Connection(415260814)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.983--UnitOfWork(556041667)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:26.983--UnitOfWork(556041667)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:26.983--UnitOfWork(556041667)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@28f36222) [junit] [EL Finest]: 2022-09-10 04:19:26.983--ServerSession(1526542158)--Connection(2088126980)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.983--ClientSession(806904305)--Connection(2088126980)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:26.984--ClientSession(806904305)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.984--ClientSession(806904305)--Connection(713692987)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET BIG_DECIMAL = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 3, 23, 2] [junit] [EL Finer]: 2022-09-10 04:19:26.985--ClientSession(806904305)--Connection(713692987)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:26.985--ServerSession(1526542158)--Connection(2088126980)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:26.985--UnitOfWork(556041667)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:26.985--UnitOfWork(556041667)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.985--UnitOfWork(556041667)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.985--ClientSession(806904305)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:26.986--UnitOfWork(556041667)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:26.986--ClientSession(806904305)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:26.986--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 43147296 [junit] [EL Finer]: 2022-09-10 04:19:26.986--ClientSession(43147296)--Thread(Thread[main,5,main])--acquire unit of work: 2027658374 [junit] [EL Finest]: 2022-09-10 04:19:26.986--UnitOfWork(2027658374)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:26.986--ServerSession(1526542158)--Connection(1028951029)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:26.986--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:26.986--ServerSession(1526542158)--Connection(538830115)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [23] [junit] [EL Finest]: 2022-09-10 04:19:26.987--ServerSession(1526542158)--Connection(1028951029)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:27.002--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1743859821 [junit] [EL Finer]: 2022-09-10 04:19:27.002--ClientSession(1743859821)--Thread(Thread[main,5,main])--acquire unit of work: 1825142230 [junit] [EL Finest]: 2022-09-10 04:19:27.002--UnitOfWork(1825142230)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@63d7dfe8. [junit] [EL Finer]: 2022-09-10 04:19:27.003--UnitOfWork(1825142230)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.003--UnitOfWork(1825142230)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@63d7dfe8) [junit] [EL Finest]: 2022-09-10 04:19:27.003--ServerSession(1526542158)--Connection(1471995900)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.003--ClientSession(1743859821)--Connection(1471995900)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.003--ClientSession(1743859821)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.003--ClientSession(1743859821)--Connection(1887201048)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [8, null, null, null, null, 0, false, null, null, null, 0, null, null, 99.5, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:27.004--ClientSession(1743859821)--Connection(1887201048)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.004--ServerSession(1526542158)--Connection(1471995900)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.005--UnitOfWork(1825142230)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.005--UnitOfWork(1825142230)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.005--UnitOfWork(1825142230)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.005--ClientSession(1743859821)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.005--UnitOfWork(1825142230)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.005--ClientSession(1743859821)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.005--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 586319877 [junit] [EL Finer]: 2022-09-10 04:19:27.005--ClientSession(586319877)--Thread(Thread[main,5,main])--acquire unit of work: 824537060 [junit] [EL Finest]: 2022-09-10 04:19:27.005--UnitOfWork(824537060)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.005--ServerSession(1526542158)--Connection(1388076414)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.005--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.005--ServerSession(1526542158)--Connection(1184707801)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [8] [junit] [EL Finest]: 2022-09-10 04:19:27.006--ServerSession(1526542158)--Connection(1388076414)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.006--UnitOfWork(824537060)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.006--UnitOfWork(824537060)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.006--UnitOfWork(824537060)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.006--UnitOfWork(824537060)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.006--UnitOfWork(824537060)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.006--ClientSession(586319877)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.006--UnitOfWork(824537060)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.006--ClientSession(586319877)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.006--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1291791009 [junit] [EL Finer]: 2022-09-10 04:19:27.006--ClientSession(1291791009)--Thread(Thread[main,5,main])--acquire unit of work: 1873661876 [junit] [EL Finest]: 2022-09-10 04:19:27.006--UnitOfWork(1873661876)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.006--ServerSession(1526542158)--Connection(1135301236)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.006--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.007--ServerSession(1526542158)--Connection(1725165978)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [8] [junit] [EL Finest]: 2022-09-10 04:19:27.007--ServerSession(1526542158)--Connection(1135301236)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.007--UnitOfWork(1873661876)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.007--UnitOfWork(1873661876)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.007--UnitOfWork(1873661876)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4b3c10a4) [junit] [EL Finest]: 2022-09-10 04:19:27.008--ServerSession(1526542158)--Connection(1055570021)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.008--ClientSession(1291791009)--Connection(1055570021)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.008--ClientSession(1291791009)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.008--ClientSession(1291791009)--Connection(368584236)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET P_DOUBLE = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [77.5, 2, 8, 1] [junit] [EL Finer]: 2022-09-10 04:19:27.009--ClientSession(1291791009)--Connection(368584236)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.01--ServerSession(1526542158)--Connection(1055570021)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.01--UnitOfWork(1873661876)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.01--UnitOfWork(1873661876)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.01--UnitOfWork(1873661876)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.01--ClientSession(1291791009)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.01--UnitOfWork(1873661876)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.01--ClientSession(1291791009)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.01--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1518598469 [junit] [EL Finer]: 2022-09-10 04:19:27.01--ClientSession(1518598469)--Thread(Thread[main,5,main])--acquire unit of work: 245267839 [junit] [EL Finest]: 2022-09-10 04:19:27.01--UnitOfWork(245267839)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.01--ServerSession(1526542158)--Connection(1065714722)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.01--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.01--ServerSession(1526542158)--Connection(80474332)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [8] [junit] [EL Finest]: 2022-09-10 04:19:27.011--ServerSession(1526542158)--Connection(1065714722)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:27.027--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 489123805 [junit] [EL Finer]: 2022-09-10 04:19:27.027--ClientSession(489123805)--Thread(Thread[main,5,main])--acquire unit of work: 863394546 [junit] [EL Finest]: 2022-09-10 04:19:27.027--UnitOfWork(863394546)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@36b1b27c. [junit] [EL Finer]: 2022-09-10 04:19:27.028--UnitOfWork(863394546)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.028--UnitOfWork(863394546)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@36b1b27c) [junit] [EL Finest]: 2022-09-10 04:19:27.028--ServerSession(1526542158)--Connection(669983769)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.028--ClientSession(489123805)--Connection(669983769)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.028--ClientSession(489123805)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.028--ClientSession(489123805)--Connection(651123676)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [24, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:27.029--ClientSession(489123805)--Connection(651123676)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.029--ServerSession(1526542158)--Connection(669983769)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.029--UnitOfWork(863394546)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.029--UnitOfWork(863394546)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.03--UnitOfWork(863394546)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.03--ClientSession(489123805)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.03--UnitOfWork(863394546)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.03--ClientSession(489123805)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.03--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1166191893 [junit] [EL Finer]: 2022-09-10 04:19:27.03--ClientSession(1166191893)--Thread(Thread[main,5,main])--acquire unit of work: 433000386 [junit] [EL Finest]: 2022-09-10 04:19:27.03--UnitOfWork(433000386)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.03--ServerSession(1526542158)--Connection(902583463)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.03--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.03--ServerSession(1526542158)--Connection(850665601)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [24] [junit] [EL Finest]: 2022-09-10 04:19:27.031--ServerSession(1526542158)--Connection(902583463)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.031--UnitOfWork(433000386)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.031--UnitOfWork(433000386)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@54e06eeb [junit] [EL Finer]: 2022-09-10 04:19:27.031--UnitOfWork(433000386)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.031--UnitOfWork(433000386)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2022-09-10 04:19:27.032--UnitOfWork(433000386)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@54e06eeb) [junit] [EL Finest]: 2022-09-10 04:19:27.032--ServerSession(1526542158)--Connection(1402426640)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.032--ClientSession(1166191893)--Connection(1402426640)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.032--ClientSession(1166191893)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.032--ClientSession(1166191893)--Connection(602110090)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [24, 1] [junit] [EL Finer]: 2022-09-10 04:19:27.033--ClientSession(1166191893)--Connection(602110090)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.034--ServerSession(1526542158)--Connection(1402426640)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.034--UnitOfWork(433000386)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.034--UnitOfWork(433000386)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.034--UnitOfWork(433000386)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.034--ClientSession(1166191893)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.034--UnitOfWork(433000386)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.034--ClientSession(1166191893)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.034--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1166542115 [junit] [EL Finer]: 2022-09-10 04:19:27.034--ClientSession(1166542115)--Thread(Thread[main,5,main])--acquire unit of work: 2107052592 [junit] [EL Finest]: 2022-09-10 04:19:27.034--UnitOfWork(2107052592)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@54e06eeb. [junit] [EL Finer]: 2022-09-10 04:19:27.035--UnitOfWork(2107052592)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.035--UnitOfWork(2107052592)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@54e06eeb) [junit] [EL Finest]: 2022-09-10 04:19:27.035--ServerSession(1526542158)--Connection(1281445797)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.035--ClientSession(1166542115)--Connection(1281445797)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.035--ClientSession(1166542115)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.035--ClientSession(1166542115)--Connection(1229318679)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [24, null, 11, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:27.036--ClientSession(1166542115)--Connection(1229318679)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.037--ServerSession(1526542158)--Connection(1281445797)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.037--UnitOfWork(2107052592)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.037--UnitOfWork(2107052592)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.037--UnitOfWork(2107052592)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.037--ClientSession(1166542115)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.037--UnitOfWork(2107052592)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.037--ClientSession(1166542115)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.037--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1742147056 [junit] [EL Finer]: 2022-09-10 04:19:27.037--ClientSession(1742147056)--Thread(Thread[main,5,main])--acquire unit of work: 27547215 [junit] [EL Finest]: 2022-09-10 04:19:27.037--UnitOfWork(27547215)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.038--ServerSession(1526542158)--Connection(1042375545)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.038--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.038--ServerSession(1526542158)--Connection(1962279748)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [24] [junit] [EL Finest]: 2022-09-10 04:19:27.039--ServerSession(1526542158)--Connection(1042375545)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.039--UnitOfWork(27547215)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.039--UnitOfWork(27547215)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.039--UnitOfWork(27547215)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.039--UnitOfWork(27547215)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.039--UnitOfWork(27547215)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.039--ClientSession(1742147056)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.039--UnitOfWork(27547215)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.039--ClientSession(1742147056)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.039--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1542788647 [junit] [EL Finer]: 2022-09-10 04:19:27.039--ClientSession(1542788647)--Thread(Thread[main,5,main])--acquire unit of work: 1934926296 [junit] [EL Finest]: 2022-09-10 04:19:27.039--UnitOfWork(1934926296)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.039--ServerSession(1526542158)--Connection(305510997)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.04--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.04--ServerSession(1526542158)--Connection(1899502590)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [24] [junit] [EL Finest]: 2022-09-10 04:19:27.041--ServerSession(1526542158)--Connection(305510997)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.041--UnitOfWork(1934926296)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.041--UnitOfWork(1934926296)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.041--UnitOfWork(1934926296)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6b5babef) [junit] [EL Finest]: 2022-09-10 04:19:27.041--ServerSession(1526542158)--Connection(1843989939)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.042--ClientSession(1542788647)--Connection(1843989939)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.042--ClientSession(1542788647)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.042--ClientSession(1542788647)--Connection(1532745522)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET BIG_INTEGER = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [22, 2, 24, 1] [junit] [EL Finer]: 2022-09-10 04:19:27.043--ClientSession(1542788647)--Connection(1532745522)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.043--ServerSession(1526542158)--Connection(1843989939)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.043--UnitOfWork(1934926296)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.043--UnitOfWork(1934926296)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.043--UnitOfWork(1934926296)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.043--ClientSession(1542788647)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.043--UnitOfWork(1934926296)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.044--ClientSession(1542788647)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.044--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1130629818 [junit] [EL Finer]: 2022-09-10 04:19:27.044--ClientSession(1130629818)--Thread(Thread[main,5,main])--acquire unit of work: 1183033251 [junit] [EL Finest]: 2022-09-10 04:19:27.044--UnitOfWork(1183033251)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.044--ServerSession(1526542158)--Connection(63750910)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.044--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.044--ServerSession(1526542158)--Connection(1308461812)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [24] [junit] [EL Finest]: 2022-09-10 04:19:27.045--ServerSession(1526542158)--Connection(63750910)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.045--UnitOfWork(1183033251)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.045--UnitOfWork(1183033251)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.045--UnitOfWork(1183033251)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@10f48b87) [junit] [EL Finest]: 2022-09-10 04:19:27.045--ServerSession(1526542158)--Connection(1682227555)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.045--ClientSession(1130629818)--Connection(1682227555)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.045--ClientSession(1130629818)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.046--ClientSession(1130629818)--Connection(1112509557)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET BIG_INTEGER = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 3, 24, 2] [junit] [EL Finer]: 2022-09-10 04:19:27.046--ClientSession(1130629818)--Connection(1112509557)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.047--ServerSession(1526542158)--Connection(1682227555)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.047--UnitOfWork(1183033251)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.047--UnitOfWork(1183033251)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.047--UnitOfWork(1183033251)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.047--ClientSession(1130629818)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.047--UnitOfWork(1183033251)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.047--ClientSession(1130629818)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.047--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2099418363 [junit] [EL Finer]: 2022-09-10 04:19:27.047--ClientSession(2099418363)--Thread(Thread[main,5,main])--acquire unit of work: 1135641358 [junit] [EL Finest]: 2022-09-10 04:19:27.047--UnitOfWork(1135641358)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.048--ServerSession(1526542158)--Connection(695300031)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.048--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.048--ServerSession(1526542158)--Connection(1857314176)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [24] [junit] [EL Finest]: 2022-09-10 04:19:27.049--ServerSession(1526542158)--Connection(695300031)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:27.065--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1486019291 [junit] [EL Finer]: 2022-09-10 04:19:27.065--ClientSession(1486019291)--Thread(Thread[main,5,main])--acquire unit of work: 2002270357 [junit] [EL Finest]: 2022-09-10 04:19:27.065--UnitOfWork(2002270357)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@c188d1e. [junit] [EL Finer]: 2022-09-10 04:19:27.065--UnitOfWork(2002270357)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.065--UnitOfWork(2002270357)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@c188d1e) [junit] [EL Finest]: 2022-09-10 04:19:27.065--ServerSession(1526542158)--Connection(612501773)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.065--ClientSession(1486019291)--Connection(612501773)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.066--ClientSession(1486019291)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.066--ClientSession(1486019291)--Connection(313000344)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [18, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:27.067--ClientSession(1486019291)--Connection(313000344)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.067--ServerSession(1526542158)--Connection(612501773)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.067--UnitOfWork(2002270357)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.067--UnitOfWork(2002270357)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.068--UnitOfWork(2002270357)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.068--ClientSession(1486019291)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.068--UnitOfWork(2002270357)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.068--ClientSession(1486019291)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.068--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1180354219 [junit] [EL Finer]: 2022-09-10 04:19:27.068--ClientSession(1180354219)--Thread(Thread[main,5,main])--acquire unit of work: 338471737 [junit] [EL Finest]: 2022-09-10 04:19:27.068--UnitOfWork(338471737)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.068--ServerSession(1526542158)--Connection(1309913724)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.068--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.068--ServerSession(1526542158)--Connection(536537302)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [18] [junit] [EL Finest]: 2022-09-10 04:19:27.069--ServerSession(1526542158)--Connection(1309913724)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.069--UnitOfWork(338471737)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.069--UnitOfWork(338471737)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2d52d058 [junit] [EL Finer]: 2022-09-10 04:19:27.069--UnitOfWork(338471737)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.069--UnitOfWork(338471737)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2022-09-10 04:19:27.07--UnitOfWork(338471737)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2d52d058) [junit] [EL Finest]: 2022-09-10 04:19:27.07--ServerSession(1526542158)--Connection(1121223230)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.07--ClientSession(1180354219)--Connection(1121223230)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.07--ClientSession(1180354219)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.07--ClientSession(1180354219)--Connection(877583343)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [18, 1] [junit] [EL Finer]: 2022-09-10 04:19:27.071--ClientSession(1180354219)--Connection(877583343)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.071--ServerSession(1526542158)--Connection(1121223230)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.071--UnitOfWork(338471737)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.071--UnitOfWork(338471737)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.072--UnitOfWork(338471737)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.072--ClientSession(1180354219)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.072--UnitOfWork(338471737)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.072--ClientSession(1180354219)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.072--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1031789648 [junit] [EL Finer]: 2022-09-10 04:19:27.072--ClientSession(1031789648)--Thread(Thread[main,5,main])--acquire unit of work: 2142042547 [junit] [EL Finest]: 2022-09-10 04:19:27.072--UnitOfWork(2142042547)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2d52d058. [junit] [EL Finer]: 2022-09-10 04:19:27.072--UnitOfWork(2142042547)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.072--UnitOfWork(2142042547)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2d52d058) [junit] [EL Finest]: 2022-09-10 04:19:27.072--ServerSession(1526542158)--Connection(1621150514)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.072--ClientSession(1031789648)--Connection(1621150514)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.072--ClientSession(1031789648)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.073--ClientSession(1031789648)--Connection(595465770)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [18, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, 1.0, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:27.073--ClientSession(1031789648)--Connection(595465770)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.074--ServerSession(1526542158)--Connection(1621150514)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.074--UnitOfWork(2142042547)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.074--UnitOfWork(2142042547)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.074--UnitOfWork(2142042547)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.074--ClientSession(1031789648)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.074--UnitOfWork(2142042547)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.074--ClientSession(1031789648)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.074--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 998354135 [junit] [EL Finer]: 2022-09-10 04:19:27.074--ClientSession(998354135)--Thread(Thread[main,5,main])--acquire unit of work: 1746739915 [junit] [EL Finest]: 2022-09-10 04:19:27.074--UnitOfWork(1746739915)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.074--ServerSession(1526542158)--Connection(1804404453)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.075--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.075--ServerSession(1526542158)--Connection(1184252132)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [18] [junit] [EL Finest]: 2022-09-10 04:19:27.075--ServerSession(1526542158)--Connection(1804404453)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.076--UnitOfWork(1746739915)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.076--UnitOfWork(1746739915)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.076--UnitOfWork(1746739915)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.076--UnitOfWork(1746739915)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.076--UnitOfWork(1746739915)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.076--ClientSession(998354135)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.076--UnitOfWork(1746739915)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.076--ClientSession(998354135)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.076--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1271147088 [junit] [EL Finer]: 2022-09-10 04:19:27.076--ClientSession(1271147088)--Thread(Thread[main,5,main])--acquire unit of work: 1421109440 [junit] [EL Finest]: 2022-09-10 04:19:27.076--UnitOfWork(1421109440)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.076--ServerSession(1526542158)--Connection(82169174)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.076--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.077--ServerSession(1526542158)--Connection(259311295)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [18] [junit] [EL Finest]: 2022-09-10 04:19:27.077--ServerSession(1526542158)--Connection(82169174)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.077--UnitOfWork(1421109440)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.077--UnitOfWork(1421109440)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.078--UnitOfWork(1421109440)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@38289dd8) [junit] [EL Finest]: 2022-09-10 04:19:27.078--ServerSession(1526542158)--Connection(1252956757)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.078--ClientSession(1271147088)--Connection(1252956757)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.078--ClientSession(1271147088)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.078--ClientSession(1271147088)--Connection(915671173)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET W_DOUBLE = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [2.0, 2, 18, 1] [junit] [EL Finer]: 2022-09-10 04:19:27.079--ClientSession(1271147088)--Connection(915671173)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.08--ServerSession(1526542158)--Connection(1252956757)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.08--UnitOfWork(1421109440)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.08--UnitOfWork(1421109440)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.08--UnitOfWork(1421109440)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.08--ClientSession(1271147088)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.08--UnitOfWork(1421109440)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.08--ClientSession(1271147088)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.08--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 362668818 [junit] [EL Finer]: 2022-09-10 04:19:27.08--ClientSession(362668818)--Thread(Thread[main,5,main])--acquire unit of work: 56299780 [junit] [EL Finest]: 2022-09-10 04:19:27.08--UnitOfWork(56299780)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.08--ServerSession(1526542158)--Connection(1616404704)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.08--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.08--ServerSession(1526542158)--Connection(907098941)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [18] [junit] [EL Finest]: 2022-09-10 04:19:27.081--ServerSession(1526542158)--Connection(1616404704)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.081--UnitOfWork(56299780)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.081--UnitOfWork(56299780)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.082--UnitOfWork(56299780)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@341a0d4a) [junit] [EL Finest]: 2022-09-10 04:19:27.082--ServerSession(1526542158)--Connection(837093615)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.082--ClientSession(362668818)--Connection(837093615)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.082--ClientSession(362668818)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.082--ClientSession(362668818)--Connection(388295157)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET W_DOUBLE = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 3, 18, 2] [junit] [EL Finer]: 2022-09-10 04:19:27.083--ClientSession(362668818)--Connection(388295157)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.083--ServerSession(1526542158)--Connection(837093615)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.083--UnitOfWork(56299780)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.083--UnitOfWork(56299780)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.084--UnitOfWork(56299780)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.084--ClientSession(362668818)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.084--UnitOfWork(56299780)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.084--ClientSession(362668818)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.084--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 151309559 [junit] [EL Finer]: 2022-09-10 04:19:27.084--ClientSession(151309559)--Thread(Thread[main,5,main])--acquire unit of work: 962586467 [junit] [EL Finest]: 2022-09-10 04:19:27.084--UnitOfWork(962586467)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.084--ServerSession(1526542158)--Connection(1286248120)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.084--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.084--ServerSession(1526542158)--Connection(605956022)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [18] [junit] [EL Finest]: 2022-09-10 04:19:27.085--ServerSession(1526542158)--Connection(1286248120)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:27.102--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 728418943 [junit] [EL Finer]: 2022-09-10 04:19:27.102--ClientSession(728418943)--Thread(Thread[main,5,main])--acquire unit of work: 1220223609 [junit] [EL Finest]: 2022-09-10 04:19:27.102--UnitOfWork(1220223609)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@58434661. [junit] [EL Finer]: 2022-09-10 04:19:27.102--UnitOfWork(1220223609)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.102--UnitOfWork(1220223609)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@58434661) [junit] [EL Finest]: 2022-09-10 04:19:27.103--ServerSession(1526542158)--Connection(991593618)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.103--ClientSession(728418943)--Connection(991593618)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.103--ClientSession(728418943)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.103--ClientSession(728418943)--Connection(715374946)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [32, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:27.104--ClientSession(728418943)--Connection(715374946)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.104--ServerSession(1526542158)--Connection(991593618)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.104--UnitOfWork(1220223609)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.104--UnitOfWork(1220223609)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.105--UnitOfWork(1220223609)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.105--ClientSession(728418943)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.105--UnitOfWork(1220223609)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.105--ClientSession(728418943)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.105--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 898893670 [junit] [EL Finer]: 2022-09-10 04:19:27.105--ClientSession(898893670)--Thread(Thread[main,5,main])--acquire unit of work: 17332327 [junit] [EL Finest]: 2022-09-10 04:19:27.105--UnitOfWork(17332327)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.105--ServerSession(1526542158)--Connection(1722714989)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.105--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.105--ServerSession(1526542158)--Connection(363659622)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [32] [junit] [EL Finest]: 2022-09-10 04:19:27.106--ServerSession(1526542158)--Connection(1722714989)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.106--UnitOfWork(17332327)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.106--UnitOfWork(17332327)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@50f91e7a [junit] [EL Finer]: 2022-09-10 04:19:27.106--UnitOfWork(17332327)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.106--UnitOfWork(17332327)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2022-09-10 04:19:27.107--UnitOfWork(17332327)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@50f91e7a) [junit] [EL Finest]: 2022-09-10 04:19:27.107--ServerSession(1526542158)--Connection(299222687)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.107--ClientSession(898893670)--Connection(299222687)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.107--ClientSession(898893670)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.107--ClientSession(898893670)--Connection(595355562)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [32, 1] [junit] [EL Finer]: 2022-09-10 04:19:27.108--ClientSession(898893670)--Connection(595355562)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.108--ServerSession(1526542158)--Connection(299222687)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.108--UnitOfWork(17332327)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.108--UnitOfWork(17332327)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.108--UnitOfWork(17332327)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.108--ClientSession(898893670)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.108--UnitOfWork(17332327)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.108--ClientSession(898893670)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.108--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1035130833 [junit] [EL Finer]: 2022-09-10 04:19:27.108--ClientSession(1035130833)--Thread(Thread[main,5,main])--acquire unit of work: 2108925690 [junit] [EL Finest]: 2022-09-10 04:19:27.109--UnitOfWork(2108925690)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@50f91e7a. [junit] [EL Finer]: 2022-09-10 04:19:27.109--UnitOfWork(2108925690)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.109--UnitOfWork(2108925690)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@50f91e7a) [junit] [EL Finest]: 2022-09-10 04:19:27.109--ServerSession(1526542158)--Connection(1365743658)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.109--ClientSession(1035130833)--Connection(1365743658)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.109--ClientSession(1035130833)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.109--ClientSession(1035130833)--Connection(2059456904)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [32, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, 2005-10-08 10:49:00.0, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:27.11--ClientSession(1035130833)--Connection(2059456904)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.11--ServerSession(1526542158)--Connection(1365743658)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.11--UnitOfWork(2108925690)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.11--UnitOfWork(2108925690)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.11--UnitOfWork(2108925690)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.11--ClientSession(1035130833)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.11--UnitOfWork(2108925690)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.11--ClientSession(1035130833)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.111--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 36319191 [junit] [EL Finer]: 2022-09-10 04:19:27.111--ClientSession(36319191)--Thread(Thread[main,5,main])--acquire unit of work: 2115695243 [junit] [EL Finest]: 2022-09-10 04:19:27.111--UnitOfWork(2115695243)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.111--ServerSession(1526542158)--Connection(1164441560)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.111--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.111--ServerSession(1526542158)--Connection(537263161)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [32] [junit] [EL Finest]: 2022-09-10 04:19:27.111--ServerSession(1526542158)--Connection(1164441560)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.112--UnitOfWork(2115695243)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.112--UnitOfWork(2115695243)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.112--UnitOfWork(2115695243)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.112--UnitOfWork(2115695243)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.112--UnitOfWork(2115695243)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.112--ClientSession(36319191)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.112--UnitOfWork(2115695243)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.112--ClientSession(36319191)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.112--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1297489897 [junit] [EL Finer]: 2022-09-10 04:19:27.112--ClientSession(1297489897)--Thread(Thread[main,5,main])--acquire unit of work: 1057516458 [junit] [EL Finest]: 2022-09-10 04:19:27.112--UnitOfWork(1057516458)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.112--ServerSession(1526542158)--Connection(675095204)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.112--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.112--ServerSession(1526542158)--Connection(1846714109)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [32] [junit] [EL Finest]: 2022-09-10 04:19:27.113--ServerSession(1526542158)--Connection(675095204)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.113--UnitOfWork(1057516458)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.113--UnitOfWork(1057516458)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.113--UnitOfWork(1057516458)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2e862623) [junit] [EL Finest]: 2022-09-10 04:19:27.114--ServerSession(1526542158)--Connection(1667288628)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.114--ClientSession(1297489897)--Connection(1667288628)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.114--ClientSession(1297489897)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.114--ClientSession(1297489897)--Connection(2085112645)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET UTIL_CALENDAR = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 2, 32, 1] [junit] [EL Finer]: 2022-09-10 04:19:27.115--ClientSession(1297489897)--Connection(2085112645)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.115--ServerSession(1526542158)--Connection(1667288628)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.115--UnitOfWork(1057516458)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.115--UnitOfWork(1057516458)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.115--UnitOfWork(1057516458)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.115--ClientSession(1297489897)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.115--UnitOfWork(1057516458)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.115--ClientSession(1297489897)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.115--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1877736038 [junit] [EL Finer]: 2022-09-10 04:19:27.115--ClientSession(1877736038)--Thread(Thread[main,5,main])--acquire unit of work: 1363646141 [junit] [EL Finest]: 2022-09-10 04:19:27.116--UnitOfWork(1363646141)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.116--ServerSession(1526542158)--Connection(1841704911)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.116--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.116--ServerSession(1526542158)--Connection(462217972)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [32] [junit] [EL Finest]: 2022-09-10 04:19:27.138--ServerSession(1526542158)--Connection(1841704911)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.138--UnitOfWork(1363646141)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.138--UnitOfWork(1363646141)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.139--UnitOfWork(1363646141)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1aff6dc1) [junit] [EL Finest]: 2022-09-10 04:19:27.139--ServerSession(1526542158)--Connection(1838087577)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.139--ClientSession(1877736038)--Connection(1838087577)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.139--ClientSession(1877736038)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.139--ClientSession(1877736038)--Connection(2010899832)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET UTIL_CALENDAR = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [2005-10-08 10:49:00.0, 3, 32, 2] [junit] [EL Finer]: 2022-09-10 04:19:27.14--ClientSession(1877736038)--Connection(2010899832)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.14--ServerSession(1526542158)--Connection(1838087577)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.14--UnitOfWork(1363646141)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.14--UnitOfWork(1363646141)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.141--UnitOfWork(1363646141)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.141--ClientSession(1877736038)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.141--UnitOfWork(1363646141)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.141--ClientSession(1877736038)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.141--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 793840164 [junit] [EL Finer]: 2022-09-10 04:19:27.141--ClientSession(793840164)--Thread(Thread[main,5,main])--acquire unit of work: 126474899 [junit] [EL Finest]: 2022-09-10 04:19:27.141--UnitOfWork(126474899)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.141--ServerSession(1526542158)--Connection(1226162034)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.141--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.141--ServerSession(1526542158)--Connection(916088142)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [32] [junit] [EL Finest]: 2022-09-10 04:19:27.142--ServerSession(1526542158)--Connection(1226162034)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.142--UnitOfWork(126474899)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.142--UnitOfWork(126474899)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.142--UnitOfWork(126474899)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3ca38e3d) [junit] [EL Finest]: 2022-09-10 04:19:27.142--ServerSession(1526542158)--Connection(578557838)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.142--ClientSession(793840164)--Connection(578557838)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.142--ClientSession(793840164)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.143--ClientSession(793840164)--Connection(811886024)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET UTIL_CALENDAR = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [2005-10-09 10:49:00.0, 4, 32, 3] [junit] [EL Finer]: 2022-09-10 04:19:27.143--ClientSession(793840164)--Connection(811886024)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.144--ServerSession(1526542158)--Connection(578557838)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.144--UnitOfWork(126474899)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.144--UnitOfWork(126474899)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.144--UnitOfWork(126474899)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.144--ClientSession(793840164)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.144--UnitOfWork(126474899)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.144--ClientSession(793840164)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.144--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 988663847 [junit] [EL Finer]: 2022-09-10 04:19:27.144--ClientSession(988663847)--Thread(Thread[main,5,main])--acquire unit of work: 691320983 [junit] [EL Finest]: 2022-09-10 04:19:27.144--UnitOfWork(691320983)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.144--ServerSession(1526542158)--Connection(263731217)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.144--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.145--ServerSession(1526542158)--Connection(202563653)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [32] [junit] [EL Finest]: 2022-09-10 04:19:27.145--ServerSession(1526542158)--Connection(263731217)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.145--UnitOfWork(691320983)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.145--UnitOfWork(691320983)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.146--UnitOfWork(691320983)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1ae04ca1) [junit] [EL Finest]: 2022-09-10 04:19:27.146--ServerSession(1526542158)--Connection(182591600)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.146--ClientSession(988663847)--Connection(182591600)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.146--ClientSession(988663847)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.146--ClientSession(988663847)--Connection(1788890616)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET UTIL_CALENDAR = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 5, 32, 4] [junit] [EL Finer]: 2022-09-10 04:19:27.147--ClientSession(988663847)--Connection(1788890616)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.147--ServerSession(1526542158)--Connection(182591600)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.147--UnitOfWork(691320983)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.147--UnitOfWork(691320983)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.147--UnitOfWork(691320983)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.147--ClientSession(988663847)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.147--UnitOfWork(691320983)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.147--ClientSession(988663847)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.148--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 877268047 [junit] [EL Finer]: 2022-09-10 04:19:27.148--ClientSession(877268047)--Thread(Thread[main,5,main])--acquire unit of work: 1559054515 [junit] [EL Finest]: 2022-09-10 04:19:27.148--UnitOfWork(1559054515)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.148--ServerSession(1526542158)--Connection(1111768494)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.148--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.148--ServerSession(1526542158)--Connection(1864025743)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [32] [junit] [EL Finest]: 2022-09-10 04:19:27.148--ServerSession(1526542158)--Connection(1111768494)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:27.163--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1235782822 [junit] [EL Finer]: 2022-09-10 04:19:27.163--ClientSession(1235782822)--Thread(Thread[main,5,main])--acquire unit of work: 1485728890 [junit] [EL Finest]: 2022-09-10 04:19:27.163--UnitOfWork(1485728890)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@21ff2ae0. [junit] [EL Finer]: 2022-09-10 04:19:27.163--UnitOfWork(1485728890)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.163--UnitOfWork(1485728890)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@21ff2ae0) [junit] [EL Finest]: 2022-09-10 04:19:27.163--ServerSession(1526542158)--Connection(1386877717)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.163--ClientSession(1235782822)--Connection(1386877717)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.163--ClientSession(1235782822)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.164--ClientSession(1235782822)--Connection(2037139590)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [35, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:27.164--ClientSession(1235782822)--Connection(2037139590)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.165--ServerSession(1526542158)--Connection(1386877717)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.165--UnitOfWork(1485728890)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.165--UnitOfWork(1485728890)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.165--UnitOfWork(1485728890)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.165--ClientSession(1235782822)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.165--UnitOfWork(1485728890)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.165--ClientSession(1235782822)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.165--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 797250001 [junit] [EL Finer]: 2022-09-10 04:19:27.165--ClientSession(797250001)--Thread(Thread[main,5,main])--acquire unit of work: 884360415 [junit] [EL Finest]: 2022-09-10 04:19:27.165--UnitOfWork(884360415)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.165--ServerSession(1526542158)--Connection(1942370533)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.165--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.165--ServerSession(1526542158)--Connection(1914480769)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [35] [junit] [EL Finest]: 2022-09-10 04:19:27.166--ServerSession(1526542158)--Connection(1942370533)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.166--UnitOfWork(884360415)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.166--UnitOfWork(884360415)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@31c519de [junit] [EL Finer]: 2022-09-10 04:19:27.166--UnitOfWork(884360415)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.166--UnitOfWork(884360415)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2022-09-10 04:19:27.166--UnitOfWork(884360415)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@31c519de) [junit] [EL Finest]: 2022-09-10 04:19:27.166--ServerSession(1526542158)--Connection(1380590568)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.166--ClientSession(797250001)--Connection(1380590568)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.166--ClientSession(797250001)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.167--ClientSession(797250001)--Connection(289264548)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [35, 1] [junit] [EL Finer]: 2022-09-10 04:19:27.167--ClientSession(797250001)--Connection(289264548)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.168--ServerSession(1526542158)--Connection(1380590568)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.168--UnitOfWork(884360415)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.168--UnitOfWork(884360415)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.168--UnitOfWork(884360415)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.168--ClientSession(797250001)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.168--UnitOfWork(884360415)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.168--ClientSession(797250001)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.168--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2059198495 [junit] [EL Finer]: 2022-09-10 04:19:27.168--ClientSession(2059198495)--Thread(Thread[main,5,main])--acquire unit of work: 90422303 [junit] [EL Finest]: 2022-09-10 04:19:27.168--UnitOfWork(90422303)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@31c519de. [junit] [EL Finer]: 2022-09-10 04:19:27.168--UnitOfWork(90422303)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.168--UnitOfWork(90422303)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@31c519de) [junit] [EL Finest]: 2022-09-10 04:19:27.168--ServerSession(1526542158)--Connection(1537778984)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.168--ClientSession(2059198495)--Connection(1537778984)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.168--ClientSession(2059198495)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.169--ClientSession(2059198495)--Connection(1183390298)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [35, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, 1970-01-01 00:00:01.0, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:27.169--ClientSession(2059198495)--Connection(1183390298)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.17--ServerSession(1526542158)--Connection(1537778984)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.17--UnitOfWork(90422303)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.17--UnitOfWork(90422303)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.17--UnitOfWork(90422303)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.17--ClientSession(2059198495)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.17--UnitOfWork(90422303)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.17--ClientSession(2059198495)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.17--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 875908659 [junit] [EL Finer]: 2022-09-10 04:19:27.17--ClientSession(875908659)--Thread(Thread[main,5,main])--acquire unit of work: 979425573 [junit] [EL Finest]: 2022-09-10 04:19:27.17--UnitOfWork(979425573)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.17--ServerSession(1526542158)--Connection(1913927660)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.17--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.17--ServerSession(1526542158)--Connection(154671602)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [35] [junit] [EL Finest]: 2022-09-10 04:19:27.171--ServerSession(1526542158)--Connection(1913927660)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.171--UnitOfWork(979425573)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.171--UnitOfWork(979425573)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.171--UnitOfWork(979425573)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.171--UnitOfWork(979425573)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.171--UnitOfWork(979425573)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.171--ClientSession(875908659)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.171--UnitOfWork(979425573)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.171--ClientSession(875908659)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.171--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 847378347 [junit] [EL Finer]: 2022-09-10 04:19:27.171--ClientSession(847378347)--Thread(Thread[main,5,main])--acquire unit of work: 669226723 [junit] [EL Finest]: 2022-09-10 04:19:27.171--UnitOfWork(669226723)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.171--ServerSession(1526542158)--Connection(648217235)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.171--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.172--ServerSession(1526542158)--Connection(502039184)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [35] [junit] [EL Finest]: 2022-09-10 04:19:27.172--ServerSession(1526542158)--Connection(648217235)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.172--UnitOfWork(669226723)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.172--UnitOfWork(669226723)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.172--UnitOfWork(669226723)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@250be230) [junit] [EL Finest]: 2022-09-10 04:19:27.173--ServerSession(1526542158)--Connection(433309627)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.173--ClientSession(847378347)--Connection(433309627)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.173--ClientSession(847378347)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.173--ClientSession(847378347)--Connection(1664330963)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET SQL_TIMESTAMP = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 2, 35, 1] [junit] [EL Finer]: 2022-09-10 04:19:27.174--ClientSession(847378347)--Connection(1664330963)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.174--ServerSession(1526542158)--Connection(433309627)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.174--UnitOfWork(669226723)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.174--UnitOfWork(669226723)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.174--UnitOfWork(669226723)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.175--ClientSession(847378347)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.175--UnitOfWork(669226723)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.175--ClientSession(847378347)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.175--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 233356148 [junit] [EL Finer]: 2022-09-10 04:19:27.175--ClientSession(233356148)--Thread(Thread[main,5,main])--acquire unit of work: 1933822766 [junit] [EL Finest]: 2022-09-10 04:19:27.175--UnitOfWork(1933822766)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.175--ServerSession(1526542158)--Connection(841132842)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.175--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.175--ServerSession(1526542158)--Connection(847231781)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [35] [junit] [EL Finest]: 2022-09-10 04:19:27.176--ServerSession(1526542158)--Connection(841132842)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.176--UnitOfWork(1933822766)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.176--UnitOfWork(1933822766)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.176--UnitOfWork(1933822766)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@302fb9ef) [junit] [EL Finest]: 2022-09-10 04:19:27.176--ServerSession(1526542158)--Connection(565445644)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.176--ClientSession(233356148)--Connection(565445644)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.176--ClientSession(233356148)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.176--ClientSession(233356148)--Connection(790070993)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET SQL_TIMESTAMP = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [1970-01-01 00:00:01.0, 3, 35, 2] [junit] [EL Finer]: 2022-09-10 04:19:27.177--ClientSession(233356148)--Connection(790070993)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.177--ServerSession(1526542158)--Connection(565445644)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.177--UnitOfWork(1933822766)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.177--UnitOfWork(1933822766)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.177--UnitOfWork(1933822766)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.177--ClientSession(233356148)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.177--UnitOfWork(1933822766)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.177--ClientSession(233356148)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.178--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 678442296 [junit] [EL Finer]: 2022-09-10 04:19:27.178--ClientSession(678442296)--Thread(Thread[main,5,main])--acquire unit of work: 1002577897 [junit] [EL Finest]: 2022-09-10 04:19:27.178--UnitOfWork(1002577897)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.178--ServerSession(1526542158)--Connection(216000710)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.178--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.178--ServerSession(1526542158)--Connection(197017361)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [35] [junit] [EL Finest]: 2022-09-10 04:19:27.178--ServerSession(1526542158)--Connection(216000710)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.179--UnitOfWork(1002577897)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.179--UnitOfWork(1002577897)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.179--UnitOfWork(1002577897)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7a323c79) [junit] [EL Finest]: 2022-09-10 04:19:27.179--ServerSession(1526542158)--Connection(1384596329)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.179--ClientSession(678442296)--Connection(1384596329)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.179--ClientSession(678442296)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.179--ClientSession(678442296)--Connection(418873209)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET SQL_TIMESTAMP = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [1970-01-01 00:00:02.0, 4, 35, 3] [junit] [EL Finer]: 2022-09-10 04:19:27.18--ClientSession(678442296)--Connection(418873209)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.18--ServerSession(1526542158)--Connection(1384596329)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.18--UnitOfWork(1002577897)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.18--UnitOfWork(1002577897)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.18--UnitOfWork(1002577897)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.18--ClientSession(678442296)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.18--UnitOfWork(1002577897)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.18--ClientSession(678442296)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.18--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1834340566 [junit] [EL Finer]: 2022-09-10 04:19:27.18--ClientSession(1834340566)--Thread(Thread[main,5,main])--acquire unit of work: 1325037234 [junit] [EL Finest]: 2022-09-10 04:19:27.18--UnitOfWork(1325037234)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.181--ServerSession(1526542158)--Connection(1466004622)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.181--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.181--ServerSession(1526542158)--Connection(1492590645)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [35] [junit] [EL Finest]: 2022-09-10 04:19:27.181--ServerSession(1526542158)--Connection(1466004622)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.181--UnitOfWork(1325037234)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.181--UnitOfWork(1325037234)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.182--UnitOfWork(1325037234)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5aace3f9) [junit] [EL Finest]: 2022-09-10 04:19:27.182--ServerSession(1526542158)--Connection(473911947)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.182--ClientSession(1834340566)--Connection(473911947)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.182--ClientSession(1834340566)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.182--ClientSession(1834340566)--Connection(858815411)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET SQL_TIMESTAMP = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 5, 35, 4] [junit] [EL Finer]: 2022-09-10 04:19:27.182--ClientSession(1834340566)--Connection(858815411)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.183--ServerSession(1526542158)--Connection(473911947)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.183--UnitOfWork(1325037234)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.183--UnitOfWork(1325037234)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.183--UnitOfWork(1325037234)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.183--ClientSession(1834340566)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.183--UnitOfWork(1325037234)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.183--ClientSession(1834340566)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.183--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 253709668 [junit] [EL Finer]: 2022-09-10 04:19:27.183--ClientSession(253709668)--Thread(Thread[main,5,main])--acquire unit of work: 1069699799 [junit] [EL Finest]: 2022-09-10 04:19:27.183--UnitOfWork(1069699799)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.183--ServerSession(1526542158)--Connection(1185783525)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.183--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.184--ServerSession(1526542158)--Connection(948949990)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [35] [junit] [EL Finest]: 2022-09-10 04:19:27.184--ServerSession(1526542158)--Connection(1185783525)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:27.198--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1938684207 [junit] [EL Finer]: 2022-09-10 04:19:27.198--ClientSession(1938684207)--Thread(Thread[main,5,main])--acquire unit of work: 1016859681 [junit] [EL Finest]: 2022-09-10 04:19:27.198--UnitOfWork(1016859681)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@14abbf. [junit] [EL Finer]: 2022-09-10 04:19:27.198--UnitOfWork(1016859681)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.198--UnitOfWork(1016859681)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@14abbf) [junit] [EL Finest]: 2022-09-10 04:19:27.198--ServerSession(1526542158)--Connection(204567666)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.198--ClientSession(1938684207)--Connection(204567666)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.198--ClientSession(1938684207)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.199--ClientSession(1938684207)--Connection(1343266001)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [11, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:27.199--ClientSession(1938684207)--Connection(1343266001)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.2--ServerSession(1526542158)--Connection(204567666)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.2--UnitOfWork(1016859681)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.2--UnitOfWork(1016859681)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.2--UnitOfWork(1016859681)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.2--ClientSession(1938684207)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.2--UnitOfWork(1016859681)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.2--ClientSession(1938684207)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.2--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 792935798 [junit] [EL Finer]: 2022-09-10 04:19:27.2--ClientSession(792935798)--Thread(Thread[main,5,main])--acquire unit of work: 2070006363 [junit] [EL Finest]: 2022-09-10 04:19:27.2--UnitOfWork(2070006363)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.2--ServerSession(1526542158)--Connection(1793928316)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.2--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.2--ServerSession(1526542158)--Connection(1893109333)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [11] [junit] [EL Finest]: 2022-09-10 04:19:27.201--ServerSession(1526542158)--Connection(1793928316)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.201--UnitOfWork(2070006363)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.201--UnitOfWork(2070006363)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3003c8e5 [junit] [EL Finer]: 2022-09-10 04:19:27.201--UnitOfWork(2070006363)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.201--UnitOfWork(2070006363)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2022-09-10 04:19:27.202--UnitOfWork(2070006363)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3003c8e5) [junit] [EL Finest]: 2022-09-10 04:19:27.202--ServerSession(1526542158)--Connection(1996862123)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.202--ClientSession(792935798)--Connection(1996862123)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.202--ClientSession(792935798)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.202--ClientSession(792935798)--Connection(816676819)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [11, 1] [junit] [EL Finer]: 2022-09-10 04:19:27.202--ClientSession(792935798)--Connection(816676819)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.203--ServerSession(1526542158)--Connection(1996862123)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.203--UnitOfWork(2070006363)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.203--UnitOfWork(2070006363)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.203--UnitOfWork(2070006363)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.203--ClientSession(792935798)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.203--UnitOfWork(2070006363)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.203--ClientSession(792935798)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.203--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 719634725 [junit] [EL Finer]: 2022-09-10 04:19:27.203--ClientSession(719634725)--Thread(Thread[main,5,main])--acquire unit of work: 1911320653 [junit] [EL Finest]: 2022-09-10 04:19:27.203--UnitOfWork(1911320653)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3003c8e5. [junit] [EL Finer]: 2022-09-10 04:19:27.203--UnitOfWork(1911320653)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.203--UnitOfWork(1911320653)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3003c8e5) [junit] [EL Finest]: 2022-09-10 04:19:27.203--ServerSession(1526542158)--Connection(1424334870)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.204--ClientSession(719634725)--Connection(1424334870)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.204--ClientSession(719634725)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.204--ClientSession(719634725)--Connection(1476701766)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [11, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, true, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:27.204--ClientSession(719634725)--Connection(1476701766)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.205--ServerSession(1526542158)--Connection(1424334870)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.205--UnitOfWork(1911320653)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.205--UnitOfWork(1911320653)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.205--UnitOfWork(1911320653)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.205--ClientSession(719634725)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.205--UnitOfWork(1911320653)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.205--ClientSession(719634725)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.205--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1248587248 [junit] [EL Finer]: 2022-09-10 04:19:27.205--ClientSession(1248587248)--Thread(Thread[main,5,main])--acquire unit of work: 929045605 [junit] [EL Finest]: 2022-09-10 04:19:27.205--UnitOfWork(929045605)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.205--ServerSession(1526542158)--Connection(990683601)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.205--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.205--ServerSession(1526542158)--Connection(813984630)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [11] [junit] [EL Finest]: 2022-09-10 04:19:27.206--ServerSession(1526542158)--Connection(990683601)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.206--UnitOfWork(929045605)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.206--UnitOfWork(929045605)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.206--UnitOfWork(929045605)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.206--UnitOfWork(929045605)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.206--UnitOfWork(929045605)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.206--ClientSession(1248587248)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.206--UnitOfWork(929045605)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.206--ClientSession(1248587248)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.206--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1385064007 [junit] [EL Finer]: 2022-09-10 04:19:27.206--ClientSession(1385064007)--Thread(Thread[main,5,main])--acquire unit of work: 1300796153 [junit] [EL Finest]: 2022-09-10 04:19:27.207--UnitOfWork(1300796153)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.207--ServerSession(1526542158)--Connection(1830862290)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.207--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.207--ServerSession(1526542158)--Connection(1046363859)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [11] [junit] [EL Finest]: 2022-09-10 04:19:27.207--ServerSession(1526542158)--Connection(1830862290)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.207--UnitOfWork(1300796153)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.208--UnitOfWork(1300796153)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.208--UnitOfWork(1300796153)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7ef37c7f) [junit] [EL Finest]: 2022-09-10 04:19:27.208--ServerSession(1526542158)--Connection(168548146)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.208--ClientSession(1385064007)--Connection(168548146)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.208--ClientSession(1385064007)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.208--ClientSession(1385064007)--Connection(1870549640)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET W_BOOLEAN = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [false, 2, 11, 1] [junit] [EL Finer]: 2022-09-10 04:19:27.209--ClientSession(1385064007)--Connection(1870549640)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.209--ServerSession(1526542158)--Connection(168548146)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.209--UnitOfWork(1300796153)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.209--UnitOfWork(1300796153)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.209--UnitOfWork(1300796153)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.209--ClientSession(1385064007)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.209--UnitOfWork(1300796153)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.209--ClientSession(1385064007)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.209--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1822560646 [junit] [EL Finer]: 2022-09-10 04:19:27.209--ClientSession(1822560646)--Thread(Thread[main,5,main])--acquire unit of work: 1901458568 [junit] [EL Finest]: 2022-09-10 04:19:27.21--UnitOfWork(1901458568)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.245--ServerSession(1526542158)--Connection(1062123348)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.245--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.245--ServerSession(1526542158)--Connection(545968365)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [11] [junit] [EL Finest]: 2022-09-10 04:19:27.246--ServerSession(1526542158)--Connection(1062123348)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.246--UnitOfWork(1901458568)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.246--UnitOfWork(1901458568)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.246--UnitOfWork(1901458568)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@484976f1) [junit] [EL Finest]: 2022-09-10 04:19:27.247--ServerSession(1526542158)--Connection(615140403)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.247--ClientSession(1822560646)--Connection(615140403)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.247--ClientSession(1822560646)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.247--ClientSession(1822560646)--Connection(441214383)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET W_BOOLEAN = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 3, 11, 2] [junit] [EL Finer]: 2022-09-10 04:19:27.248--ClientSession(1822560646)--Connection(441214383)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.249--ServerSession(1526542158)--Connection(615140403)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.249--UnitOfWork(1901458568)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.249--UnitOfWork(1901458568)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.249--UnitOfWork(1901458568)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.249--ClientSession(1822560646)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.249--UnitOfWork(1901458568)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.249--ClientSession(1822560646)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.249--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1203976456 [junit] [EL Finer]: 2022-09-10 04:19:27.249--ClientSession(1203976456)--Thread(Thread[main,5,main])--acquire unit of work: 1046175042 [junit] [EL Finest]: 2022-09-10 04:19:27.249--UnitOfWork(1046175042)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.249--ServerSession(1526542158)--Connection(743432798)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.249--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.25--ServerSession(1526542158)--Connection(1819783079)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [11] [junit] [EL Finest]: 2022-09-10 04:19:27.25--ServerSession(1526542158)--Connection(743432798)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:27.267--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1425154564 [junit] [EL Finer]: 2022-09-10 04:19:27.267--ClientSession(1425154564)--Thread(Thread[main,5,main])--acquire unit of work: 1038754310 [junit] [EL Finest]: 2022-09-10 04:19:27.267--UnitOfWork(1038754310)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@41a0c115. [junit] [EL Finer]: 2022-09-10 04:19:27.267--UnitOfWork(1038754310)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.267--UnitOfWork(1038754310)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@41a0c115) [junit] [EL Finest]: 2022-09-10 04:19:27.268--ServerSession(1526542158)--Connection(908565931)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.268--ClientSession(1425154564)--Connection(908565931)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.268--ClientSession(1425154564)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.268--ClientSession(1425154564)--Connection(1513190267)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [47, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:27.269--ClientSession(1425154564)--Connection(1513190267)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.27--ServerSession(1526542158)--Connection(908565931)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.27--UnitOfWork(1038754310)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.27--UnitOfWork(1038754310)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.27--UnitOfWork(1038754310)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.27--ClientSession(1425154564)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.27--UnitOfWork(1038754310)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.271--ClientSession(1425154564)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.271--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1743793508 [junit] [EL Finer]: 2022-09-10 04:19:27.271--ClientSession(1743793508)--Thread(Thread[main,5,main])--acquire unit of work: 906698826 [junit] [EL Finest]: 2022-09-10 04:19:27.271--UnitOfWork(906698826)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.271--ServerSession(1526542158)--Connection(1593283435)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.271--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.271--ServerSession(1526542158)--Connection(844532310)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [47] [junit] [EL Finest]: 2022-09-10 04:19:27.272--ServerSession(1526542158)--Connection(1593283435)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.272--UnitOfWork(906698826)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.272--UnitOfWork(906698826)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5943c903 [junit] [EL Finer]: 2022-09-10 04:19:27.272--UnitOfWork(906698826)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.272--UnitOfWork(906698826)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2022-09-10 04:19:27.272--UnitOfWork(906698826)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5943c903) [junit] [EL Finest]: 2022-09-10 04:19:27.272--ServerSession(1526542158)--Connection(1404415352)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.273--ClientSession(1743793508)--Connection(1404415352)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.273--ClientSession(1743793508)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.273--ClientSession(1743793508)--Connection(65412589)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [47, 1] [junit] [EL Finer]: 2022-09-10 04:19:27.273--ClientSession(1743793508)--Connection(65412589)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.274--ServerSession(1526542158)--Connection(1404415352)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.274--UnitOfWork(906698826)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.274--UnitOfWork(906698826)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.274--UnitOfWork(906698826)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.274--ClientSession(1743793508)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.274--UnitOfWork(906698826)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.274--ClientSession(1743793508)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.274--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1786317275 [junit] [EL Finer]: 2022-09-10 04:19:27.274--ClientSession(1786317275)--Thread(Thread[main,5,main])--acquire unit of work: 1497589772 [junit] [EL Finest]: 2022-09-10 04:19:27.275--UnitOfWork(1497589772)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5943c903. [junit] [EL Finer]: 2022-09-10 04:19:27.275--UnitOfWork(1497589772)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.275--UnitOfWork(1497589772)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5943c903) [junit] [EL Finest]: 2022-09-10 04:19:27.275--ServerSession(1526542158)--Connection(302198421)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.275--ClientSession(1786317275)--Connection(302198421)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.275--ClientSession(1786317275)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.275--ClientSession(1786317275)--Connection(1926744025)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [47, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, [B@3016cadf, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:27.276--ClientSession(1786317275)--Connection(1926744025)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.277--ServerSession(1526542158)--Connection(302198421)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.277--UnitOfWork(1497589772)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.277--UnitOfWork(1497589772)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.277--UnitOfWork(1497589772)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.277--ClientSession(1786317275)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.277--UnitOfWork(1497589772)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.277--ClientSession(1786317275)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.277--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 957285334 [junit] [EL Finer]: 2022-09-10 04:19:27.277--ClientSession(957285334)--Thread(Thread[main,5,main])--acquire unit of work: 1974133281 [junit] [EL Finest]: 2022-09-10 04:19:27.277--UnitOfWork(1974133281)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.277--ServerSession(1526542158)--Connection(1829628522)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.277--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.277--ServerSession(1526542158)--Connection(419851903)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [47] [junit] [EL Finest]: 2022-09-10 04:19:27.278--ServerSession(1526542158)--Connection(1829628522)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.278--UnitOfWork(1974133281)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.278--UnitOfWork(1974133281)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.278--UnitOfWork(1974133281)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.278--UnitOfWork(1974133281)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.278--UnitOfWork(1974133281)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.278--ClientSession(957285334)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.278--UnitOfWork(1974133281)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.278--ClientSession(957285334)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.278--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1015888117 [junit] [EL Finer]: 2022-09-10 04:19:27.278--ClientSession(1015888117)--Thread(Thread[main,5,main])--acquire unit of work: 980095698 [junit] [EL Finest]: 2022-09-10 04:19:27.278--UnitOfWork(980095698)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.278--ServerSession(1526542158)--Connection(1508383507)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.279--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.279--ServerSession(1526542158)--Connection(1862664829)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [47] [junit] [EL Finest]: 2022-09-10 04:19:27.279--ServerSession(1526542158)--Connection(1508383507)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.279--UnitOfWork(980095698)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.279--UnitOfWork(980095698)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.279--UnitOfWork(980095698)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@41af157b) [junit] [EL Finest]: 2022-09-10 04:19:27.28--ServerSession(1526542158)--Connection(119755698)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.28--ClientSession(1015888117)--Connection(119755698)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.28--ClientSession(1015888117)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.28--ClientSession(1015888117)--Connection(1050581728)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET WBA_LONGVARBINARY = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 2, 47, 1] [junit] [EL Finer]: 2022-09-10 04:19:27.281--ClientSession(1015888117)--Connection(1050581728)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.282--ServerSession(1526542158)--Connection(119755698)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.282--UnitOfWork(980095698)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.282--UnitOfWork(980095698)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.282--UnitOfWork(980095698)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.282--ClientSession(1015888117)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.282--UnitOfWork(980095698)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.282--ClientSession(1015888117)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.282--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1184596295 [junit] [EL Finer]: 2022-09-10 04:19:27.282--ClientSession(1184596295)--Thread(Thread[main,5,main])--acquire unit of work: 211307246 [junit] [EL Finest]: 2022-09-10 04:19:27.282--UnitOfWork(211307246)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.282--ServerSession(1526542158)--Connection(1636820329)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.283--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.283--ServerSession(1526542158)--Connection(2106692710)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [47] [junit] [EL Finest]: 2022-09-10 04:19:27.284--ServerSession(1526542158)--Connection(1636820329)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.284--UnitOfWork(211307246)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.284--UnitOfWork(211307246)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.284--UnitOfWork(211307246)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@37a156ea) [junit] [EL Finest]: 2022-09-10 04:19:27.285--ServerSession(1526542158)--Connection(1960001241)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.285--ClientSession(1184596295)--Connection(1960001241)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.285--ClientSession(1184596295)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.285--ClientSession(1184596295)--Connection(977291773)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET WBA_LONGVARBINARY = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [[B@76b59fc, 3, 47, 2] [junit] [EL Finer]: 2022-09-10 04:19:27.286--ClientSession(1184596295)--Connection(977291773)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.286--ServerSession(1526542158)--Connection(1960001241)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.286--UnitOfWork(211307246)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.286--UnitOfWork(211307246)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.286--UnitOfWork(211307246)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.286--ClientSession(1184596295)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.287--UnitOfWork(211307246)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.287--ClientSession(1184596295)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.287--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1526034332 [junit] [EL Finer]: 2022-09-10 04:19:27.287--ClientSession(1526034332)--Thread(Thread[main,5,main])--acquire unit of work: 1656937118 [junit] [EL Finest]: 2022-09-10 04:19:27.287--UnitOfWork(1656937118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.287--ServerSession(1526542158)--Connection(766190669)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.287--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.287--ServerSession(1526542158)--Connection(1230147170)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [47] [junit] [EL Finest]: 2022-09-10 04:19:27.288--ServerSession(1526542158)--Connection(766190669)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.288--UnitOfWork(1656937118)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.288--UnitOfWork(1656937118)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.288--UnitOfWork(1656937118)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@38356672) [junit] [EL Finest]: 2022-09-10 04:19:27.288--ServerSession(1526542158)--Connection(151337779)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.288--ClientSession(1526034332)--Connection(151337779)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.288--ClientSession(1526034332)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.289--ClientSession(1526034332)--Connection(327560965)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET WBA_LONGVARBINARY = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [[B@13df83, 4, 47, 3] [junit] [EL Finer]: 2022-09-10 04:19:27.289--ClientSession(1526034332)--Connection(327560965)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.29--ServerSession(1526542158)--Connection(151337779)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.29--UnitOfWork(1656937118)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.29--UnitOfWork(1656937118)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.29--UnitOfWork(1656937118)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.29--ClientSession(1526034332)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.29--UnitOfWork(1656937118)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.29--ClientSession(1526034332)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.29--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 102620600 [junit] [EL Finer]: 2022-09-10 04:19:27.29--ClientSession(102620600)--Thread(Thread[main,5,main])--acquire unit of work: 608248953 [junit] [EL Finest]: 2022-09-10 04:19:27.29--UnitOfWork(608248953)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.29--ServerSession(1526542158)--Connection(404641044)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.29--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.29--ServerSession(1526542158)--Connection(1740268424)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [47] [junit] [EL Finest]: 2022-09-10 04:19:27.291--ServerSession(1526542158)--Connection(404641044)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.291--UnitOfWork(608248953)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.291--UnitOfWork(608248953)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.291--UnitOfWork(608248953)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@48314a17) [junit] [EL Finest]: 2022-09-10 04:19:27.291--ServerSession(1526542158)--Connection(1737277366)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.291--ClientSession(102620600)--Connection(1737277366)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.291--ClientSession(102620600)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.292--ClientSession(102620600)--Connection(768013881)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET WBA_LONGVARBINARY = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 5, 47, 4] [junit] [EL Finer]: 2022-09-10 04:19:27.292--ClientSession(102620600)--Connection(768013881)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.293--ServerSession(1526542158)--Connection(1737277366)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.293--UnitOfWork(608248953)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.293--UnitOfWork(608248953)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.293--UnitOfWork(608248953)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.293--ClientSession(102620600)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.293--UnitOfWork(608248953)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.293--ClientSession(102620600)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.293--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 266502703 [junit] [EL Finer]: 2022-09-10 04:19:27.293--ClientSession(266502703)--Thread(Thread[main,5,main])--acquire unit of work: 353356500 [junit] [EL Finest]: 2022-09-10 04:19:27.293--UnitOfWork(353356500)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.293--ServerSession(1526542158)--Connection(1370320449)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.293--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.293--ServerSession(1526542158)--Connection(1398264205)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [47] [junit] [EL Finest]: 2022-09-10 04:19:27.294--ServerSession(1526542158)--Connection(1370320449)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:27.308--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 539261066 [junit] [EL Finer]: 2022-09-10 04:19:27.308--ClientSession(539261066)--Thread(Thread[main,5,main])--acquire unit of work: 936269317 [junit] [EL Finest]: 2022-09-10 04:19:27.308--UnitOfWork(936269317)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@145898f5. [junit] [EL Finer]: 2022-09-10 04:19:27.308--UnitOfWork(936269317)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.308--UnitOfWork(936269317)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@145898f5) [junit] [EL Finest]: 2022-09-10 04:19:27.309--ServerSession(1526542158)--Connection(1510863277)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.309--ClientSession(539261066)--Connection(1510863277)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.309--ClientSession(539261066)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.309--ClientSession(539261066)--Connection(523696791)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [21, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:27.31--ClientSession(539261066)--Connection(523696791)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.31--ServerSession(1526542158)--Connection(1510863277)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.31--UnitOfWork(936269317)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.31--UnitOfWork(936269317)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.31--UnitOfWork(936269317)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.31--ClientSession(539261066)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.31--UnitOfWork(936269317)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.31--ClientSession(539261066)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.31--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1377507210 [junit] [EL Finer]: 2022-09-10 04:19:27.31--ClientSession(1377507210)--Thread(Thread[main,5,main])--acquire unit of work: 2052177180 [junit] [EL Finest]: 2022-09-10 04:19:27.31--UnitOfWork(2052177180)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.31--ServerSession(1526542158)--Connection(2140706836)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.311--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.311--ServerSession(1526542158)--Connection(1748197878)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [21] [junit] [EL Finest]: 2022-09-10 04:19:27.311--ServerSession(1526542158)--Connection(2140706836)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.311--UnitOfWork(2052177180)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.311--UnitOfWork(2052177180)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2eb316a9 [junit] [EL Finer]: 2022-09-10 04:19:27.311--UnitOfWork(2052177180)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.312--UnitOfWork(2052177180)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2022-09-10 04:19:27.312--UnitOfWork(2052177180)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2eb316a9) [junit] [EL Finest]: 2022-09-10 04:19:27.312--ServerSession(1526542158)--Connection(1268088494)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.312--ClientSession(1377507210)--Connection(1268088494)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.312--ClientSession(1377507210)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.312--ClientSession(1377507210)--Connection(1567791727)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [21, 1] [junit] [EL Finer]: 2022-09-10 04:19:27.312--ClientSession(1377507210)--Connection(1567791727)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.313--ServerSession(1526542158)--Connection(1268088494)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.313--UnitOfWork(2052177180)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.313--UnitOfWork(2052177180)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.313--UnitOfWork(2052177180)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.313--ClientSession(1377507210)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.313--UnitOfWork(2052177180)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.313--ClientSession(1377507210)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.313--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 829849766 [junit] [EL Finer]: 2022-09-10 04:19:27.313--ClientSession(829849766)--Thread(Thread[main,5,main])--acquire unit of work: 2015282437 [junit] [EL Finest]: 2022-09-10 04:19:27.313--UnitOfWork(2015282437)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2eb316a9. [junit] [EL Finer]: 2022-09-10 04:19:27.313--UnitOfWork(2015282437)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.313--UnitOfWork(2015282437)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2eb316a9) [junit] [EL Finest]: 2022-09-10 04:19:27.314--ServerSession(1526542158)--Connection(1675221864)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.314--ClientSession(829849766)--Connection(1675221864)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.314--ClientSession(829849766)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.314--ClientSession(829849766)--Connection(1714357253)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [21, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, VC 1, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:27.314--ClientSession(829849766)--Connection(1714357253)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.315--ServerSession(1526542158)--Connection(1675221864)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.315--UnitOfWork(2015282437)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.315--UnitOfWork(2015282437)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.315--UnitOfWork(2015282437)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.315--ClientSession(829849766)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.315--UnitOfWork(2015282437)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.315--ClientSession(829849766)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.315--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 22415487 [junit] [EL Finer]: 2022-09-10 04:19:27.315--ClientSession(22415487)--Thread(Thread[main,5,main])--acquire unit of work: 524757884 [junit] [EL Finest]: 2022-09-10 04:19:27.315--UnitOfWork(524757884)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.315--ServerSession(1526542158)--Connection(1226781999)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.315--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.315--ServerSession(1526542158)--Connection(690387331)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [21] [junit] [EL Finest]: 2022-09-10 04:19:27.316--ServerSession(1526542158)--Connection(1226781999)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.316--UnitOfWork(524757884)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.316--UnitOfWork(524757884)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.316--UnitOfWork(524757884)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.316--UnitOfWork(524757884)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.316--UnitOfWork(524757884)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.316--ClientSession(22415487)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.316--UnitOfWork(524757884)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.316--ClientSession(22415487)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.316--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 403286903 [junit] [EL Finer]: 2022-09-10 04:19:27.317--ClientSession(403286903)--Thread(Thread[main,5,main])--acquire unit of work: 1679940060 [junit] [EL Finest]: 2022-09-10 04:19:27.317--UnitOfWork(1679940060)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.317--ServerSession(1526542158)--Connection(535626499)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.317--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.317--ServerSession(1526542158)--Connection(2057192754)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [21] [junit] [EL Finest]: 2022-09-10 04:19:27.317--ServerSession(1526542158)--Connection(535626499)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.317--UnitOfWork(1679940060)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.317--UnitOfWork(1679940060)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.318--UnitOfWork(1679940060)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@329e2ea8) [junit] [EL Finest]: 2022-09-10 04:19:27.318--ServerSession(1526542158)--Connection(2130229405)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.318--ClientSession(403286903)--Connection(2130229405)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.318--ClientSession(403286903)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.318--ClientSession(403286903)--Connection(1028661892)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET STRING_VC = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [VC 2, 2, 21, 1] [junit] [EL Finer]: 2022-09-10 04:19:27.319--ClientSession(403286903)--Connection(1028661892)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.319--ServerSession(1526542158)--Connection(2130229405)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.319--UnitOfWork(1679940060)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.319--UnitOfWork(1679940060)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.319--UnitOfWork(1679940060)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.319--ClientSession(403286903)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.319--UnitOfWork(1679940060)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.319--ClientSession(403286903)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.319--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1376697831 [junit] [EL Finer]: 2022-09-10 04:19:27.319--ClientSession(1376697831)--Thread(Thread[main,5,main])--acquire unit of work: 1853284640 [junit] [EL Finest]: 2022-09-10 04:19:27.32--UnitOfWork(1853284640)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.32--ServerSession(1526542158)--Connection(1746216792)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.32--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.32--ServerSession(1526542158)--Connection(1339807685)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [21] [junit] [EL Finest]: 2022-09-10 04:19:27.32--ServerSession(1526542158)--Connection(1746216792)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.32--UnitOfWork(1853284640)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.32--UnitOfWork(1853284640)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.321--UnitOfWork(1853284640)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7055f706) [junit] [EL Finest]: 2022-09-10 04:19:27.321--ServerSession(1526542158)--Connection(1684793860)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.321--ClientSession(1376697831)--Connection(1684793860)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.321--ClientSession(1376697831)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.321--ClientSession(1376697831)--Connection(217372750)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET STRING_VC = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 3, 21, 2] [junit] [EL Finer]: 2022-09-10 04:19:27.321--ClientSession(1376697831)--Connection(217372750)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.322--ServerSession(1526542158)--Connection(1684793860)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.322--UnitOfWork(1853284640)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.322--UnitOfWork(1853284640)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.322--UnitOfWork(1853284640)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.322--ClientSession(1376697831)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.322--UnitOfWork(1853284640)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.322--ClientSession(1376697831)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.322--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 34894944 [junit] [EL Finer]: 2022-09-10 04:19:27.322--ClientSession(34894944)--Thread(Thread[main,5,main])--acquire unit of work: 671673028 [junit] [EL Finest]: 2022-09-10 04:19:27.322--UnitOfWork(671673028)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.322--ServerSession(1526542158)--Connection(1286789823)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.322--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.323--ServerSession(1526542158)--Connection(1362043207)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [21] [junit] [EL Finest]: 2022-09-10 04:19:27.323--ServerSession(1526542158)--Connection(1286789823)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:27.337--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1961674604 [junit] [EL Finer]: 2022-09-10 04:19:27.337--ClientSession(1961674604)--Thread(Thread[main,5,main])--acquire unit of work: 791388509 [junit] [EL Finest]: 2022-09-10 04:19:27.337--UnitOfWork(791388509)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@55739a94. [junit] [EL Finer]: 2022-09-10 04:19:27.337--UnitOfWork(791388509)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.337--UnitOfWork(791388509)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@55739a94) [junit] [EL Finest]: 2022-09-10 04:19:27.337--ServerSession(1526542158)--Connection(51983934)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.337--ClientSession(1961674604)--Connection(51983934)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.338--ClientSession(1961674604)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.338--ClientSession(1961674604)--Connection(1909087817)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [46, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:27.352--ClientSession(1961674604)--Connection(1909087817)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.352--ServerSession(1526542158)--Connection(51983934)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.353--UnitOfWork(791388509)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.353--UnitOfWork(791388509)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.353--UnitOfWork(791388509)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.353--ClientSession(1961674604)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.353--UnitOfWork(791388509)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.353--ClientSession(1961674604)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.353--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 21980093 [junit] [EL Finer]: 2022-09-10 04:19:27.353--ClientSession(21980093)--Thread(Thread[main,5,main])--acquire unit of work: 584342987 [junit] [EL Finest]: 2022-09-10 04:19:27.353--UnitOfWork(584342987)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.353--ServerSession(1526542158)--Connection(1015070306)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.353--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.353--ServerSession(1526542158)--Connection(531603926)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [46] [junit] [EL Finest]: 2022-09-10 04:19:27.354--ServerSession(1526542158)--Connection(1015070306)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.354--UnitOfWork(584342987)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.354--UnitOfWork(584342987)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5c779900 [junit] [EL Finer]: 2022-09-10 04:19:27.354--UnitOfWork(584342987)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.354--UnitOfWork(584342987)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2022-09-10 04:19:27.354--UnitOfWork(584342987)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5c779900) [junit] [EL Finest]: 2022-09-10 04:19:27.354--ServerSession(1526542158)--Connection(1614129497)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.354--ClientSession(21980093)--Connection(1614129497)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.354--ClientSession(21980093)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.355--ClientSession(21980093)--Connection(1866746788)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [46, 1] [junit] [EL Finer]: 2022-09-10 04:19:27.355--ClientSession(21980093)--Connection(1866746788)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.356--ServerSession(1526542158)--Connection(1614129497)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.356--UnitOfWork(584342987)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.356--UnitOfWork(584342987)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.356--UnitOfWork(584342987)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.356--ClientSession(21980093)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.356--UnitOfWork(584342987)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.356--ClientSession(21980093)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.356--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1561338153 [junit] [EL Finer]: 2022-09-10 04:19:27.356--ClientSession(1561338153)--Thread(Thread[main,5,main])--acquire unit of work: 281303108 [junit] [EL Finest]: 2022-09-10 04:19:27.356--UnitOfWork(281303108)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5c779900. [junit] [EL Finer]: 2022-09-10 04:19:27.356--UnitOfWork(281303108)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.356--UnitOfWork(281303108)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5c779900) [junit] [EL Finest]: 2022-09-10 04:19:27.356--ServerSession(1526542158)--Connection(1162238016)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.356--ClientSession(1561338153)--Connection(1162238016)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.356--ClientSession(1561338153)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.356--ClientSession(1561338153)--Connection(725044644)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [46, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, [B@198320a8, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:27.357--ClientSession(1561338153)--Connection(725044644)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.358--ServerSession(1526542158)--Connection(1162238016)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.358--UnitOfWork(281303108)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.358--UnitOfWork(281303108)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.358--UnitOfWork(281303108)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.358--ClientSession(1561338153)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.358--UnitOfWork(281303108)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.358--ClientSession(1561338153)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.358--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1880689722 [junit] [EL Finer]: 2022-09-10 04:19:27.358--ClientSession(1880689722)--Thread(Thread[main,5,main])--acquire unit of work: 1641162224 [junit] [EL Finest]: 2022-09-10 04:19:27.358--UnitOfWork(1641162224)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.358--ServerSession(1526542158)--Connection(127442246)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.358--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.358--ServerSession(1526542158)--Connection(137349416)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [46] [junit] [EL Finest]: 2022-09-10 04:19:27.359--ServerSession(1526542158)--Connection(127442246)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.359--UnitOfWork(1641162224)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.359--UnitOfWork(1641162224)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.359--UnitOfWork(1641162224)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.359--UnitOfWork(1641162224)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.359--UnitOfWork(1641162224)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.359--ClientSession(1880689722)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.359--UnitOfWork(1641162224)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.359--ClientSession(1880689722)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.359--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1040300520 [junit] [EL Finer]: 2022-09-10 04:19:27.359--ClientSession(1040300520)--Thread(Thread[main,5,main])--acquire unit of work: 1873211921 [junit] [EL Finest]: 2022-09-10 04:19:27.359--UnitOfWork(1873211921)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.359--ServerSession(1526542158)--Connection(1933726420)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.359--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.359--ServerSession(1526542158)--Connection(515487857)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [46] [junit] [EL Finest]: 2022-09-10 04:19:27.36--ServerSession(1526542158)--Connection(1933726420)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.36--UnitOfWork(1873211921)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.36--UnitOfWork(1873211921)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.36--UnitOfWork(1873211921)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@141fede7) [junit] [EL Finest]: 2022-09-10 04:19:27.36--ServerSession(1526542158)--Connection(1832703234)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.36--ClientSession(1040300520)--Connection(1832703234)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.36--ClientSession(1040300520)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.361--ClientSession(1040300520)--Connection(111635863)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET WBA_BINARY = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 2, 46, 1] [junit] [EL Finer]: 2022-09-10 04:19:27.361--ClientSession(1040300520)--Connection(111635863)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.362--ServerSession(1526542158)--Connection(1832703234)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.362--UnitOfWork(1873211921)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.362--UnitOfWork(1873211921)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.362--UnitOfWork(1873211921)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.362--ClientSession(1040300520)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.362--UnitOfWork(1873211921)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.362--ClientSession(1040300520)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.362--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1144180008 [junit] [EL Finer]: 2022-09-10 04:19:27.362--ClientSession(1144180008)--Thread(Thread[main,5,main])--acquire unit of work: 2042944492 [junit] [EL Finest]: 2022-09-10 04:19:27.362--UnitOfWork(2042944492)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.362--ServerSession(1526542158)--Connection(1523762840)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.362--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.363--ServerSession(1526542158)--Connection(2046074269)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [46] [junit] [EL Finest]: 2022-09-10 04:19:27.363--ServerSession(1526542158)--Connection(1523762840)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.364--UnitOfWork(2042944492)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.364--UnitOfWork(2042944492)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.364--UnitOfWork(2042944492)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@38931f27) [junit] [EL Finest]: 2022-09-10 04:19:27.364--ServerSession(1526542158)--Connection(617267205)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.364--ClientSession(1144180008)--Connection(617267205)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.364--ClientSession(1144180008)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.364--ClientSession(1144180008)--Connection(1057696603)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET WBA_BINARY = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [[B@1fc165a3, 3, 46, 2] [junit] [EL Finer]: 2022-09-10 04:19:27.365--ClientSession(1144180008)--Connection(1057696603)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.366--ServerSession(1526542158)--Connection(617267205)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.366--UnitOfWork(2042944492)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.366--UnitOfWork(2042944492)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.366--UnitOfWork(2042944492)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.366--ClientSession(1144180008)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.366--UnitOfWork(2042944492)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.366--ClientSession(1144180008)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.366--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 258307214 [junit] [EL Finer]: 2022-09-10 04:19:27.366--ClientSession(258307214)--Thread(Thread[main,5,main])--acquire unit of work: 1775421386 [junit] [EL Finest]: 2022-09-10 04:19:27.366--UnitOfWork(1775421386)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.366--ServerSession(1526542158)--Connection(788506883)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.366--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.366--ServerSession(1526542158)--Connection(1520922129)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [46] [junit] [EL Finest]: 2022-09-10 04:19:27.367--ServerSession(1526542158)--Connection(788506883)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.367--UnitOfWork(1775421386)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.367--UnitOfWork(1775421386)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.367--UnitOfWork(1775421386)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@52b5c2c2) [junit] [EL Finest]: 2022-09-10 04:19:27.367--ServerSession(1526542158)--Connection(1479336724)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.367--ClientSession(258307214)--Connection(1479336724)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.367--ClientSession(258307214)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.368--ClientSession(258307214)--Connection(730850357)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET WBA_BINARY = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [[B@57508fcf, 4, 46, 3] [junit] [EL Finer]: 2022-09-10 04:19:27.368--ClientSession(258307214)--Connection(730850357)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.369--ServerSession(1526542158)--Connection(1479336724)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.369--UnitOfWork(1775421386)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.369--UnitOfWork(1775421386)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.369--UnitOfWork(1775421386)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.369--ClientSession(258307214)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.369--UnitOfWork(1775421386)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.369--ClientSession(258307214)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.369--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1797120344 [junit] [EL Finer]: 2022-09-10 04:19:27.369--ClientSession(1797120344)--Thread(Thread[main,5,main])--acquire unit of work: 1063718466 [junit] [EL Finest]: 2022-09-10 04:19:27.369--UnitOfWork(1063718466)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.369--ServerSession(1526542158)--Connection(1645726848)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.369--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.369--ServerSession(1526542158)--Connection(1538594033)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [46] [junit] [EL Finest]: 2022-09-10 04:19:27.37--ServerSession(1526542158)--Connection(1645726848)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.37--UnitOfWork(1063718466)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.37--UnitOfWork(1063718466)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.37--UnitOfWork(1063718466)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@49b9d1c) [junit] [EL Finest]: 2022-09-10 04:19:27.37--ServerSession(1526542158)--Connection(427638058)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.37--ClientSession(1797120344)--Connection(427638058)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.37--ClientSession(1797120344)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.37--ClientSession(1797120344)--Connection(1618630986)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET WBA_BINARY = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 5, 46, 4] [junit] [EL Finer]: 2022-09-10 04:19:27.371--ClientSession(1797120344)--Connection(1618630986)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.371--ServerSession(1526542158)--Connection(427638058)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.371--UnitOfWork(1063718466)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.372--UnitOfWork(1063718466)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.372--UnitOfWork(1063718466)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.372--ClientSession(1797120344)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.372--UnitOfWork(1063718466)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.372--ClientSession(1797120344)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.372--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1870086250 [junit] [EL Finer]: 2022-09-10 04:19:27.372--ClientSession(1870086250)--Thread(Thread[main,5,main])--acquire unit of work: 1576395975 [junit] [EL Finest]: 2022-09-10 04:19:27.372--UnitOfWork(1576395975)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.372--ServerSession(1526542158)--Connection(1875876918)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.372--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.372--ServerSession(1526542158)--Connection(1829246530)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [46] [junit] [EL Finest]: 2022-09-10 04:19:27.373--ServerSession(1526542158)--Connection(1875876918)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:27.387--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 950002158 [junit] [EL Finer]: 2022-09-10 04:19:27.387--ClientSession(950002158)--Thread(Thread[main,5,main])--acquire unit of work: 2088993533 [junit] [EL Finest]: 2022-09-10 04:19:27.387--UnitOfWork(2088993533)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@40b64e1c. [junit] [EL Finer]: 2022-09-10 04:19:27.387--UnitOfWork(2088993533)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.387--UnitOfWork(2088993533)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@40b64e1c) [junit] [EL Finest]: 2022-09-10 04:19:27.387--ServerSession(1526542158)--Connection(865968368)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.387--ClientSession(950002158)--Connection(865968368)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.387--ClientSession(950002158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.388--ClientSession(950002158)--Connection(1407797268)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [1, null, null, null, null, 0, true, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:27.388--ClientSession(950002158)--Connection(1407797268)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.389--ServerSession(1526542158)--Connection(865968368)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.389--UnitOfWork(2088993533)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.389--UnitOfWork(2088993533)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.389--UnitOfWork(2088993533)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.389--ClientSession(950002158)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.389--UnitOfWork(2088993533)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.389--ClientSession(950002158)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.389--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1577761184 [junit] [EL Finer]: 2022-09-10 04:19:27.389--ClientSession(1577761184)--Thread(Thread[main,5,main])--acquire unit of work: 1203434397 [junit] [EL Finest]: 2022-09-10 04:19:27.389--UnitOfWork(1203434397)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.389--ServerSession(1526542158)--Connection(259621443)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.389--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.389--ServerSession(1526542158)--Connection(2145131918)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:27.39--ServerSession(1526542158)--Connection(259621443)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.39--UnitOfWork(1203434397)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.39--UnitOfWork(1203434397)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.39--UnitOfWork(1203434397)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.39--UnitOfWork(1203434397)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.39--UnitOfWork(1203434397)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.39--ClientSession(1577761184)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.39--UnitOfWork(1203434397)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.39--ClientSession(1577761184)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.39--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1327858515 [junit] [EL Finer]: 2022-09-10 04:19:27.39--ClientSession(1327858515)--Thread(Thread[main,5,main])--acquire unit of work: 430885056 [junit] [EL Finest]: 2022-09-10 04:19:27.39--UnitOfWork(430885056)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.391--ServerSession(1526542158)--Connection(1264836170)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.391--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.391--ServerSession(1526542158)--Connection(2083318994)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:27.391--ServerSession(1526542158)--Connection(1264836170)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.391--UnitOfWork(430885056)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.391--UnitOfWork(430885056)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.392--UnitOfWork(430885056)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2533e533) [junit] [EL Finest]: 2022-09-10 04:19:27.392--ServerSession(1526542158)--Connection(1756155892)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.392--ClientSession(1327858515)--Connection(1756155892)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.392--ClientSession(1327858515)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.392--ClientSession(1327858515)--Connection(1376564655)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET P_BOOLEAN = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [false, 2, 1, 1] [junit] [EL Finer]: 2022-09-10 04:19:27.393--ClientSession(1327858515)--Connection(1376564655)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.393--ServerSession(1526542158)--Connection(1756155892)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.393--UnitOfWork(430885056)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.393--UnitOfWork(430885056)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.393--UnitOfWork(430885056)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.393--ClientSession(1327858515)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.393--UnitOfWork(430885056)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.393--ClientSession(1327858515)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.393--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1310016223 [junit] [EL Finer]: 2022-09-10 04:19:27.393--ClientSession(1310016223)--Thread(Thread[main,5,main])--acquire unit of work: 2038642559 [junit] [EL Finest]: 2022-09-10 04:19:27.394--UnitOfWork(2038642559)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.394--ServerSession(1526542158)--Connection(2023961134)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.394--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.394--ServerSession(1526542158)--Connection(2136889833)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:27.394--ServerSession(1526542158)--Connection(2023961134)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:27.409--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1503999273 [junit] [EL Finer]: 2022-09-10 04:19:27.409--ClientSession(1503999273)--Thread(Thread[main,5,main])--acquire unit of work: 1470383853 [junit] [EL Finest]: 2022-09-10 04:19:27.409--UnitOfWork(1470383853)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@236f2116. [junit] [EL Finer]: 2022-09-10 04:19:27.41--UnitOfWork(1470383853)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.41--UnitOfWork(1470383853)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@236f2116) [junit] [EL Finest]: 2022-09-10 04:19:27.41--ServerSession(1526542158)--Connection(2009848916)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.41--ClientSession(1503999273)--Connection(2009848916)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.41--ClientSession(1503999273)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.41--ClientSession(1503999273)--Connection(44920686)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [42, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:27.411--ClientSession(1503999273)--Connection(44920686)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.411--ServerSession(1526542158)--Connection(2009848916)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.411--UnitOfWork(1470383853)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.412--UnitOfWork(1470383853)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.412--UnitOfWork(1470383853)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.412--ClientSession(1503999273)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.412--UnitOfWork(1470383853)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.412--ClientSession(1503999273)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.412--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1265765939 [junit] [EL Finer]: 2022-09-10 04:19:27.412--ClientSession(1265765939)--Thread(Thread[main,5,main])--acquire unit of work: 575528492 [junit] [EL Finest]: 2022-09-10 04:19:27.412--UnitOfWork(575528492)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.412--ServerSession(1526542158)--Connection(2127359664)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.412--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.412--ServerSession(1526542158)--Connection(250894035)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [42] [junit] [EL Finest]: 2022-09-10 04:19:27.413--ServerSession(1526542158)--Connection(2127359664)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.413--UnitOfWork(575528492)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.413--UnitOfWork(575528492)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7c0e7a [junit] [EL Finer]: 2022-09-10 04:19:27.413--UnitOfWork(575528492)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.413--UnitOfWork(575528492)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2022-09-10 04:19:27.413--UnitOfWork(575528492)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7c0e7a) [junit] [EL Finest]: 2022-09-10 04:19:27.413--ServerSession(1526542158)--Connection(530066640)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.413--ClientSession(1265765939)--Connection(530066640)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.413--ClientSession(1265765939)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.414--ClientSession(1265765939)--Connection(1626309918)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [42, 1] [junit] [EL Finer]: 2022-09-10 04:19:27.414--ClientSession(1265765939)--Connection(1626309918)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.415--ServerSession(1526542158)--Connection(530066640)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.415--UnitOfWork(575528492)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.415--UnitOfWork(575528492)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.415--UnitOfWork(575528492)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.415--ClientSession(1265765939)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.415--UnitOfWork(575528492)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.415--ClientSession(1265765939)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.415--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1712967270 [junit] [EL Finer]: 2022-09-10 04:19:27.415--ClientSession(1712967270)--Thread(Thread[main,5,main])--acquire unit of work: 2051170510 [junit] [EL Finest]: 2022-09-10 04:19:27.415--UnitOfWork(2051170510)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7c0e7a. [junit] [EL Finer]: 2022-09-10 04:19:27.416--UnitOfWork(2051170510)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.416--UnitOfWork(2051170510)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7c0e7a) [junit] [EL Finest]: 2022-09-10 04:19:27.416--ServerSession(1526542158)--Connection(210786239)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.416--ClientSession(1712967270)--Connection(210786239)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.416--ClientSession(1712967270)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.416--ClientSession(1712967270)--Connection(1308594929)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [42, null, null, null, null, 0, false, null, null, [B@24d2c2b5, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:27.417--ClientSession(1712967270)--Connection(1308594929)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.418--ServerSession(1526542158)--Connection(210786239)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.418--UnitOfWork(2051170510)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.418--UnitOfWork(2051170510)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.418--UnitOfWork(2051170510)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.418--ClientSession(1712967270)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.418--UnitOfWork(2051170510)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.418--ClientSession(1712967270)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.418--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 598515926 [junit] [EL Finer]: 2022-09-10 04:19:27.418--ClientSession(598515926)--Thread(Thread[main,5,main])--acquire unit of work: 309712456 [junit] [EL Finest]: 2022-09-10 04:19:27.418--UnitOfWork(309712456)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.418--ServerSession(1526542158)--Connection(1496497725)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.418--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.418--ServerSession(1526542158)--Connection(4922022)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [42] [junit] [EL Finest]: 2022-09-10 04:19:27.419--ServerSession(1526542158)--Connection(1496497725)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.419--UnitOfWork(309712456)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.419--UnitOfWork(309712456)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.419--UnitOfWork(309712456)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.419--UnitOfWork(309712456)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.419--UnitOfWork(309712456)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.419--ClientSession(598515926)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.419--UnitOfWork(309712456)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.419--ClientSession(598515926)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.419--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 357208150 [junit] [EL Finer]: 2022-09-10 04:19:27.42--ClientSession(357208150)--Thread(Thread[main,5,main])--acquire unit of work: 138474621 [junit] [EL Finest]: 2022-09-10 04:19:27.42--UnitOfWork(138474621)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.42--ServerSession(1526542158)--Connection(623167309)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.42--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.42--ServerSession(1526542158)--Connection(1710864133)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [42] [junit] [EL Finest]: 2022-09-10 04:19:27.42--ServerSession(1526542158)--Connection(623167309)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.421--UnitOfWork(138474621)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.421--UnitOfWork(138474621)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.421--UnitOfWork(138474621)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@28011cb2) [junit] [EL Finest]: 2022-09-10 04:19:27.421--ServerSession(1526542158)--Connection(1748202253)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.421--ClientSession(357208150)--Connection(1748202253)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.421--ClientSession(357208150)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.421--ClientSession(357208150)--Connection(1215764021)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET PBA_LONGVARBINARY = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 2, 42, 1] [junit] [EL Finer]: 2022-09-10 04:19:27.422--ClientSession(357208150)--Connection(1215764021)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.423--ServerSession(1526542158)--Connection(1748202253)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.423--UnitOfWork(138474621)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.423--UnitOfWork(138474621)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.423--UnitOfWork(138474621)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.423--ClientSession(357208150)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.423--UnitOfWork(138474621)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.423--ClientSession(357208150)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.423--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1609322968 [junit] [EL Finer]: 2022-09-10 04:19:27.423--ClientSession(1609322968)--Thread(Thread[main,5,main])--acquire unit of work: 794436270 [junit] [EL Finest]: 2022-09-10 04:19:27.423--UnitOfWork(794436270)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.423--ServerSession(1526542158)--Connection(671015464)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.423--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.423--ServerSession(1526542158)--Connection(753128635)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [42] [junit] [EL Finest]: 2022-09-10 04:19:27.424--ServerSession(1526542158)--Connection(671015464)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.424--UnitOfWork(794436270)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.424--UnitOfWork(794436270)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.424--UnitOfWork(794436270)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3fb27dce) [junit] [EL Finest]: 2022-09-10 04:19:27.424--ServerSession(1526542158)--Connection(2098809867)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.424--ClientSession(1609322968)--Connection(2098809867)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.424--ClientSession(1609322968)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.425--ClientSession(1609322968)--Connection(2080351768)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET PBA_LONGVARBINARY = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [[B@24d2c2b5, 3, 42, 2] [junit] [EL Finer]: 2022-09-10 04:19:27.425--ClientSession(1609322968)--Connection(2080351768)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.426--ServerSession(1526542158)--Connection(2098809867)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.426--UnitOfWork(794436270)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.426--UnitOfWork(794436270)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.426--UnitOfWork(794436270)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.426--ClientSession(1609322968)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.426--UnitOfWork(794436270)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.426--ClientSession(1609322968)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.426--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1547639027 [junit] [EL Finer]: 2022-09-10 04:19:27.426--ClientSession(1547639027)--Thread(Thread[main,5,main])--acquire unit of work: 1526114826 [junit] [EL Finest]: 2022-09-10 04:19:27.426--UnitOfWork(1526114826)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.426--ServerSession(1526542158)--Connection(1922315064)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.426--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.426--ServerSession(1526542158)--Connection(314663056)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [42] [junit] [EL Finest]: 2022-09-10 04:19:27.427--ServerSession(1526542158)--Connection(1922315064)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.427--UnitOfWork(1526114826)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.459--UnitOfWork(1526114826)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.459--UnitOfWork(1526114826)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@a8aa579) [junit] [EL Finest]: 2022-09-10 04:19:27.459--ServerSession(1526542158)--Connection(1304430923)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.459--ClientSession(1547639027)--Connection(1304430923)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.459--ClientSession(1547639027)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.46--ClientSession(1547639027)--Connection(1762990754)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET PBA_LONGVARBINARY = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [[B@366bd07b, 4, 42, 3] [junit] [EL Finer]: 2022-09-10 04:19:27.46--ClientSession(1547639027)--Connection(1762990754)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.461--ServerSession(1526542158)--Connection(1304430923)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.461--UnitOfWork(1526114826)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.461--UnitOfWork(1526114826)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.461--UnitOfWork(1526114826)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.461--ClientSession(1547639027)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.461--UnitOfWork(1526114826)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.461--ClientSession(1547639027)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.462--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1806252120 [junit] [EL Finer]: 2022-09-10 04:19:27.462--ClientSession(1806252120)--Thread(Thread[main,5,main])--acquire unit of work: 707329925 [junit] [EL Finest]: 2022-09-10 04:19:27.462--UnitOfWork(707329925)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.462--ServerSession(1526542158)--Connection(346817035)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.462--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.462--ServerSession(1526542158)--Connection(1493844856)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [42] [junit] [EL Finest]: 2022-09-10 04:19:27.463--ServerSession(1526542158)--Connection(346817035)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.463--UnitOfWork(707329925)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.463--UnitOfWork(707329925)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.463--UnitOfWork(707329925)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6232334d) [junit] [EL Finest]: 2022-09-10 04:19:27.463--ServerSession(1526542158)--Connection(215035711)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.463--ClientSession(1806252120)--Connection(215035711)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.463--ClientSession(1806252120)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.463--ClientSession(1806252120)--Connection(1280681385)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET PBA_LONGVARBINARY = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 5, 42, 4] [junit] [EL Finer]: 2022-09-10 04:19:27.464--ClientSession(1806252120)--Connection(1280681385)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.465--ServerSession(1526542158)--Connection(215035711)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.465--UnitOfWork(707329925)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.465--UnitOfWork(707329925)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.465--UnitOfWork(707329925)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.465--ClientSession(1806252120)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.465--UnitOfWork(707329925)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.465--ClientSession(1806252120)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.465--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 373841805 [junit] [EL Finer]: 2022-09-10 04:19:27.465--ClientSession(373841805)--Thread(Thread[main,5,main])--acquire unit of work: 2001852416 [junit] [EL Finest]: 2022-09-10 04:19:27.465--UnitOfWork(2001852416)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.465--ServerSession(1526542158)--Connection(980112952)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.465--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.465--ServerSession(1526542158)--Connection(2383382)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [42] [junit] [EL Finest]: 2022-09-10 04:19:27.466--ServerSession(1526542158)--Connection(980112952)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:27.481--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 4316773 [junit] [EL Finer]: 2022-09-10 04:19:27.481--ClientSession(4316773)--Thread(Thread[main,5,main])--acquire unit of work: 447311695 [junit] [EL Finest]: 2022-09-10 04:19:27.481--UnitOfWork(447311695)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@689e5e35. [junit] [EL Finer]: 2022-09-10 04:19:27.481--UnitOfWork(447311695)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.481--UnitOfWork(447311695)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@689e5e35) [junit] [EL Finest]: 2022-09-10 04:19:27.481--ServerSession(1526542158)--Connection(391926000)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.481--ClientSession(4316773)--Connection(391926000)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.481--ClientSession(4316773)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.482--ClientSession(4316773)--Connection(1180603971)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [13, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:27.482--ClientSession(4316773)--Connection(1180603971)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.483--ServerSession(1526542158)--Connection(391926000)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.483--UnitOfWork(447311695)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.483--UnitOfWork(447311695)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.483--UnitOfWork(447311695)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.483--ClientSession(4316773)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.483--UnitOfWork(447311695)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.483--ClientSession(4316773)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.484--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 809904739 [junit] [EL Finer]: 2022-09-10 04:19:27.484--ClientSession(809904739)--Thread(Thread[main,5,main])--acquire unit of work: 43536038 [junit] [EL Finest]: 2022-09-10 04:19:27.484--UnitOfWork(43536038)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.484--ServerSession(1526542158)--Connection(109908209)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.484--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.484--ServerSession(1526542158)--Connection(45022855)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [13] [junit] [EL Finest]: 2022-09-10 04:19:27.485--ServerSession(1526542158)--Connection(109908209)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.485--UnitOfWork(43536038)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.485--UnitOfWork(43536038)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2df3d037 [junit] [EL Finer]: 2022-09-10 04:19:27.485--UnitOfWork(43536038)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.485--UnitOfWork(43536038)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2022-09-10 04:19:27.485--UnitOfWork(43536038)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2df3d037) [junit] [EL Finest]: 2022-09-10 04:19:27.485--ServerSession(1526542158)--Connection(234845585)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.486--ClientSession(809904739)--Connection(234845585)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.486--ClientSession(809904739)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.486--ClientSession(809904739)--Connection(1958774824)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [13, 1] [junit] [EL Finer]: 2022-09-10 04:19:27.487--ClientSession(809904739)--Connection(1958774824)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.487--ServerSession(1526542158)--Connection(234845585)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.487--UnitOfWork(43536038)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.488--UnitOfWork(43536038)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.488--UnitOfWork(43536038)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.488--ClientSession(809904739)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.488--UnitOfWork(43536038)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.488--ClientSession(809904739)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.488--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 185347591 [junit] [EL Finer]: 2022-09-10 04:19:27.488--ClientSession(185347591)--Thread(Thread[main,5,main])--acquire unit of work: 2080208518 [junit] [EL Finest]: 2022-09-10 04:19:27.488--UnitOfWork(2080208518)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2df3d037. [junit] [EL Finer]: 2022-09-10 04:19:27.488--UnitOfWork(2080208518)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.488--UnitOfWork(2080208518)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2df3d037) [junit] [EL Finest]: 2022-09-10 04:19:27.488--ServerSession(1526542158)--Connection(28726729)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.488--ClientSession(185347591)--Connection(28726729)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.488--ClientSession(185347591)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.489--ClientSession(185347591)--Connection(1797271534)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [13, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, A, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:27.489--ClientSession(185347591)--Connection(1797271534)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.49--ServerSession(1526542158)--Connection(28726729)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.49--UnitOfWork(2080208518)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.49--UnitOfWork(2080208518)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.491--UnitOfWork(2080208518)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.491--ClientSession(185347591)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.491--UnitOfWork(2080208518)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.491--ClientSession(185347591)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.491--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2070825712 [junit] [EL Finer]: 2022-09-10 04:19:27.491--ClientSession(2070825712)--Thread(Thread[main,5,main])--acquire unit of work: 291198252 [junit] [EL Finest]: 2022-09-10 04:19:27.491--UnitOfWork(291198252)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.491--ServerSession(1526542158)--Connection(603597104)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.491--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.491--ServerSession(1526542158)--Connection(1106046805)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [13] [junit] [EL Finest]: 2022-09-10 04:19:27.492--ServerSession(1526542158)--Connection(603597104)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.492--UnitOfWork(291198252)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.492--UnitOfWork(291198252)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.492--UnitOfWork(291198252)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.492--UnitOfWork(291198252)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.492--UnitOfWork(291198252)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.492--ClientSession(2070825712)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.492--UnitOfWork(291198252)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.492--ClientSession(2070825712)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.492--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2135097271 [junit] [EL Finer]: 2022-09-10 04:19:27.492--ClientSession(2135097271)--Thread(Thread[main,5,main])--acquire unit of work: 1389927893 [junit] [EL Finest]: 2022-09-10 04:19:27.492--UnitOfWork(1389927893)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.492--ServerSession(1526542158)--Connection(86925011)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.492--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.493--ServerSession(1526542158)--Connection(1924215282)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [13] [junit] [EL Finest]: 2022-09-10 04:19:27.493--ServerSession(1526542158)--Connection(86925011)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.493--UnitOfWork(1389927893)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.493--UnitOfWork(1389927893)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.493--UnitOfWork(1389927893)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7b69c865) [junit] [EL Finest]: 2022-09-10 04:19:27.494--ServerSession(1526542158)--Connection(371169417)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.494--ClientSession(2135097271)--Connection(371169417)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.494--ClientSession(2135097271)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.494--ClientSession(2135097271)--Connection(587223247)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET W_CHARACTER = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [B, 2, 13, 1] [junit] [EL Finer]: 2022-09-10 04:19:27.495--ClientSession(2135097271)--Connection(587223247)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.495--ServerSession(1526542158)--Connection(371169417)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.495--UnitOfWork(1389927893)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.495--UnitOfWork(1389927893)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.495--UnitOfWork(1389927893)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.496--ClientSession(2135097271)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.496--UnitOfWork(1389927893)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.496--ClientSession(2135097271)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.496--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1689613354 [junit] [EL Finer]: 2022-09-10 04:19:27.496--ClientSession(1689613354)--Thread(Thread[main,5,main])--acquire unit of work: 1158862427 [junit] [EL Finest]: 2022-09-10 04:19:27.496--UnitOfWork(1158862427)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.496--ServerSession(1526542158)--Connection(1701649175)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.496--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.496--ServerSession(1526542158)--Connection(1211207791)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [13] [junit] [EL Finest]: 2022-09-10 04:19:27.497--ServerSession(1526542158)--Connection(1701649175)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.497--UnitOfWork(1158862427)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.497--UnitOfWork(1158862427)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.497--UnitOfWork(1158862427)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@59211be8) [junit] [EL Finest]: 2022-09-10 04:19:27.497--ServerSession(1526542158)--Connection(1336207639)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.497--ClientSession(1689613354)--Connection(1336207639)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.497--ClientSession(1689613354)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.498--ClientSession(1689613354)--Connection(1402976323)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET W_CHARACTER = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 3, 13, 2] [junit] [EL Finer]: 2022-09-10 04:19:27.498--ClientSession(1689613354)--Connection(1402976323)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.499--ServerSession(1526542158)--Connection(1336207639)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.499--UnitOfWork(1158862427)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.499--UnitOfWork(1158862427)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.499--UnitOfWork(1158862427)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.499--ClientSession(1689613354)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.499--UnitOfWork(1158862427)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.499--ClientSession(1689613354)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.499--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1301723496 [junit] [EL Finer]: 2022-09-10 04:19:27.499--ClientSession(1301723496)--Thread(Thread[main,5,main])--acquire unit of work: 1675975993 [junit] [EL Finest]: 2022-09-10 04:19:27.499--UnitOfWork(1675975993)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.499--ServerSession(1526542158)--Connection(1642844889)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.499--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.5--ServerSession(1526542158)--Connection(1422436504)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [13] [junit] [EL Finest]: 2022-09-10 04:19:27.5--ServerSession(1526542158)--Connection(1642844889)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:27.515--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 165361812 [junit] [EL Finer]: 2022-09-10 04:19:27.515--ClientSession(165361812)--Thread(Thread[main,5,main])--acquire unit of work: 306216757 [junit] [EL Finest]: 2022-09-10 04:19:27.515--UnitOfWork(306216757)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4d30ec47. [junit] [EL Finer]: 2022-09-10 04:19:27.515--UnitOfWork(306216757)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.515--UnitOfWork(306216757)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4d30ec47) [junit] [EL Finest]: 2022-09-10 04:19:27.515--ServerSession(1526542158)--Connection(197615439)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.515--ClientSession(165361812)--Connection(197615439)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.515--ClientSession(165361812)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.516--ClientSession(165361812)--Connection(451879125)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [12, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:27.516--ClientSession(165361812)--Connection(451879125)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.517--ServerSession(1526542158)--Connection(197615439)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.517--UnitOfWork(306216757)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.517--UnitOfWork(306216757)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.517--UnitOfWork(306216757)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.517--ClientSession(165361812)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.517--UnitOfWork(306216757)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.517--ClientSession(165361812)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.517--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2088234531 [junit] [EL Finer]: 2022-09-10 04:19:27.517--ClientSession(2088234531)--Thread(Thread[main,5,main])--acquire unit of work: 536707312 [junit] [EL Finest]: 2022-09-10 04:19:27.517--UnitOfWork(536707312)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.517--ServerSession(1526542158)--Connection(1926209897)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.517--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.518--ServerSession(1526542158)--Connection(1615427209)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [12] [junit] [EL Finest]: 2022-09-10 04:19:27.518--ServerSession(1526542158)--Connection(1926209897)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.518--UnitOfWork(536707312)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.518--UnitOfWork(536707312)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5f4e4344 [junit] [EL Finer]: 2022-09-10 04:19:27.519--UnitOfWork(536707312)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.519--UnitOfWork(536707312)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2022-09-10 04:19:27.519--UnitOfWork(536707312)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5f4e4344) [junit] [EL Finest]: 2022-09-10 04:19:27.519--ServerSession(1526542158)--Connection(864123390)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.519--ClientSession(2088234531)--Connection(864123390)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.519--ClientSession(2088234531)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.519--ClientSession(2088234531)--Connection(1213794462)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [12, 1] [junit] [EL Finer]: 2022-09-10 04:19:27.52--ClientSession(2088234531)--Connection(1213794462)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.52--ServerSession(1526542158)--Connection(864123390)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.52--UnitOfWork(536707312)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.52--UnitOfWork(536707312)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.52--UnitOfWork(536707312)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.52--ClientSession(2088234531)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.52--UnitOfWork(536707312)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.52--ClientSession(2088234531)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.52--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1839623306 [junit] [EL Finer]: 2022-09-10 04:19:27.521--ClientSession(1839623306)--Thread(Thread[main,5,main])--acquire unit of work: 1841009752 [junit] [EL Finest]: 2022-09-10 04:19:27.521--UnitOfWork(1841009752)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5f4e4344. [junit] [EL Finer]: 2022-09-10 04:19:27.521--UnitOfWork(1841009752)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.521--UnitOfWork(1841009752)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5f4e4344) [junit] [EL Finest]: 2022-09-10 04:19:27.521--ServerSession(1526542158)--Connection(1505781900)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.521--ClientSession(1839623306)--Connection(1505781900)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.521--ClientSession(1839623306)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.521--ClientSession(1839623306)--Connection(131894530)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [12, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, 17, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:27.522--ClientSession(1839623306)--Connection(131894530)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.523--ServerSession(1526542158)--Connection(1505781900)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.523--UnitOfWork(1841009752)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.523--UnitOfWork(1841009752)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.523--UnitOfWork(1841009752)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.523--ClientSession(1839623306)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.523--UnitOfWork(1841009752)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.523--ClientSession(1839623306)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.523--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 888088800 [junit] [EL Finer]: 2022-09-10 04:19:27.523--ClientSession(888088800)--Thread(Thread[main,5,main])--acquire unit of work: 1471682530 [junit] [EL Finest]: 2022-09-10 04:19:27.523--UnitOfWork(1471682530)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.523--ServerSession(1526542158)--Connection(1205569160)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.523--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.523--ServerSession(1526542158)--Connection(616848376)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [12] [junit] [EL Finest]: 2022-09-10 04:19:27.524--ServerSession(1526542158)--Connection(1205569160)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.524--UnitOfWork(1471682530)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.524--UnitOfWork(1471682530)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.524--UnitOfWork(1471682530)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.524--UnitOfWork(1471682530)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.524--UnitOfWork(1471682530)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.524--ClientSession(888088800)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.524--UnitOfWork(1471682530)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.525--ClientSession(888088800)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.525--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 73639782 [junit] [EL Finer]: 2022-09-10 04:19:27.525--ClientSession(73639782)--Thread(Thread[main,5,main])--acquire unit of work: 1957797785 [junit] [EL Finest]: 2022-09-10 04:19:27.525--UnitOfWork(1957797785)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.525--ServerSession(1526542158)--Connection(1041833874)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.525--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.525--ServerSession(1526542158)--Connection(505461059)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [12] [junit] [EL Finest]: 2022-09-10 04:19:27.526--ServerSession(1526542158)--Connection(1041833874)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.526--UnitOfWork(1957797785)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.526--UnitOfWork(1957797785)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.526--UnitOfWork(1957797785)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@9470ab3) [junit] [EL Finest]: 2022-09-10 04:19:27.526--ServerSession(1526542158)--Connection(1107472217)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.526--ClientSession(73639782)--Connection(1107472217)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.526--ClientSession(73639782)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.527--ClientSession(73639782)--Connection(1931556664)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET W_BYTE = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [18, 2, 12, 1] [junit] [EL Finer]: 2022-09-10 04:19:27.527--ClientSession(73639782)--Connection(1931556664)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.528--ServerSession(1526542158)--Connection(1107472217)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.528--UnitOfWork(1957797785)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.528--UnitOfWork(1957797785)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.528--UnitOfWork(1957797785)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.528--ClientSession(73639782)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.528--UnitOfWork(1957797785)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.528--ClientSession(73639782)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.528--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 404470066 [junit] [EL Finer]: 2022-09-10 04:19:27.528--ClientSession(404470066)--Thread(Thread[main,5,main])--acquire unit of work: 1652151806 [junit] [EL Finest]: 2022-09-10 04:19:27.528--UnitOfWork(1652151806)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.528--ServerSession(1526542158)--Connection(362783968)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.528--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.528--ServerSession(1526542158)--Connection(2143195846)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [12] [junit] [EL Finest]: 2022-09-10 04:19:27.529--ServerSession(1526542158)--Connection(362783968)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.529--UnitOfWork(1652151806)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.529--UnitOfWork(1652151806)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.529--UnitOfWork(1652151806)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7e839c2a) [junit] [EL Finest]: 2022-09-10 04:19:27.529--ServerSession(1526542158)--Connection(80292134)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.529--ClientSession(404470066)--Connection(80292134)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.529--ClientSession(404470066)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.53--ClientSession(404470066)--Connection(235261369)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET W_BYTE = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 3, 12, 2] [junit] [EL Finer]: 2022-09-10 04:19:27.53--ClientSession(404470066)--Connection(235261369)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.53--ServerSession(1526542158)--Connection(80292134)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.531--UnitOfWork(1652151806)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.531--UnitOfWork(1652151806)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.531--UnitOfWork(1652151806)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.531--ClientSession(404470066)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.531--UnitOfWork(1652151806)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.531--ClientSession(404470066)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.531--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1423007860 [junit] [EL Finer]: 2022-09-10 04:19:27.531--ClientSession(1423007860)--Thread(Thread[main,5,main])--acquire unit of work: 1947801426 [junit] [EL Finest]: 2022-09-10 04:19:27.531--UnitOfWork(1947801426)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.531--ServerSession(1526542158)--Connection(860816068)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.531--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.531--ServerSession(1526542158)--Connection(1300164975)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [12] [junit] [EL Finest]: 2022-09-10 04:19:27.532--ServerSession(1526542158)--Connection(860816068)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:27.545--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1826813831 [junit] [EL Finer]: 2022-09-10 04:19:27.546--ClientSession(1826813831)--Thread(Thread[main,5,main])--acquire unit of work: 241794472 [junit] [EL Finest]: 2022-09-10 04:19:27.546--UnitOfWork(241794472)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3f81ca4a. [junit] [EL Finer]: 2022-09-10 04:19:27.546--UnitOfWork(241794472)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.546--UnitOfWork(241794472)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3f81ca4a) [junit] [EL Finest]: 2022-09-10 04:19:27.546--ServerSession(1526542158)--Connection(4088923)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.546--ClientSession(1826813831)--Connection(4088923)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.546--ClientSession(1826813831)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.546--ClientSession(1826813831)--Connection(1166003657)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [16, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:27.547--ClientSession(1826813831)--Connection(1166003657)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.547--ServerSession(1526542158)--Connection(4088923)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.547--UnitOfWork(241794472)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.547--UnitOfWork(241794472)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.547--UnitOfWork(241794472)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.547--ClientSession(1826813831)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.547--UnitOfWork(241794472)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.547--ClientSession(1826813831)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.548--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 589204054 [junit] [EL Finer]: 2022-09-10 04:19:27.548--ClientSession(589204054)--Thread(Thread[main,5,main])--acquire unit of work: 414452345 [junit] [EL Finest]: 2022-09-10 04:19:27.548--UnitOfWork(414452345)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.548--ServerSession(1526542158)--Connection(13946341)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.548--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.548--ServerSession(1526542158)--Connection(1501159816)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [16] [junit] [EL Finest]: 2022-09-10 04:19:27.548--ServerSession(1526542158)--Connection(13946341)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.549--UnitOfWork(414452345)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.549--UnitOfWork(414452345)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@10a0e07b [junit] [EL Finer]: 2022-09-10 04:19:27.549--UnitOfWork(414452345)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.549--UnitOfWork(414452345)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2022-09-10 04:19:27.549--UnitOfWork(414452345)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@10a0e07b) [junit] [EL Finest]: 2022-09-10 04:19:27.549--ServerSession(1526542158)--Connection(475915905)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.549--ClientSession(589204054)--Connection(475915905)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.549--ClientSession(589204054)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.549--ClientSession(589204054)--Connection(1199461870)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [16, 1] [junit] [EL Finer]: 2022-09-10 04:19:27.55--ClientSession(589204054)--Connection(1199461870)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.551--ServerSession(1526542158)--Connection(475915905)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.551--UnitOfWork(414452345)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.551--UnitOfWork(414452345)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.551--UnitOfWork(414452345)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.551--ClientSession(589204054)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.551--UnitOfWork(414452345)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.551--ClientSession(589204054)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.551--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1019098496 [junit] [EL Finer]: 2022-09-10 04:19:27.551--ClientSession(1019098496)--Thread(Thread[main,5,main])--acquire unit of work: 165332700 [junit] [EL Finest]: 2022-09-10 04:19:27.551--UnitOfWork(165332700)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@10a0e07b. [junit] [EL Finer]: 2022-09-10 04:19:27.551--UnitOfWork(165332700)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.551--UnitOfWork(165332700)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@10a0e07b) [junit] [EL Finest]: 2022-09-10 04:19:27.551--ServerSession(1526542158)--Connection(1697839087)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.551--ClientSession(1019098496)--Connection(1697839087)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.551--ClientSession(1019098496)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.552--ClientSession(1019098496)--Connection(686673148)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [16, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, 1, null] [junit] [EL Finer]: 2022-09-10 04:19:27.552--ClientSession(1019098496)--Connection(686673148)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.566--ServerSession(1526542158)--Connection(1697839087)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.566--UnitOfWork(165332700)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.566--UnitOfWork(165332700)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.566--UnitOfWork(165332700)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.566--ClientSession(1019098496)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.566--UnitOfWork(165332700)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.566--ClientSession(1019098496)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.566--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 770087521 [junit] [EL Finer]: 2022-09-10 04:19:27.566--ClientSession(770087521)--Thread(Thread[main,5,main])--acquire unit of work: 1797925133 [junit] [EL Finest]: 2022-09-10 04:19:27.566--UnitOfWork(1797925133)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.567--ServerSession(1526542158)--Connection(1827383720)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.567--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.567--ServerSession(1526542158)--Connection(2147365188)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [16] [junit] [EL Finest]: 2022-09-10 04:19:27.567--ServerSession(1526542158)--Connection(1827383720)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.568--UnitOfWork(1797925133)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.568--UnitOfWork(1797925133)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.568--UnitOfWork(1797925133)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.568--UnitOfWork(1797925133)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.568--UnitOfWork(1797925133)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.568--ClientSession(770087521)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.568--UnitOfWork(1797925133)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.568--ClientSession(770087521)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.568--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 286119685 [junit] [EL Finer]: 2022-09-10 04:19:27.568--ClientSession(286119685)--Thread(Thread[main,5,main])--acquire unit of work: 414756668 [junit] [EL Finest]: 2022-09-10 04:19:27.568--UnitOfWork(414756668)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.568--ServerSession(1526542158)--Connection(439853863)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.568--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.568--ServerSession(1526542158)--Connection(1163450947)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [16] [junit] [EL Finest]: 2022-09-10 04:19:27.569--ServerSession(1526542158)--Connection(439853863)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.569--UnitOfWork(414756668)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.569--UnitOfWork(414756668)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.569--UnitOfWork(414756668)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4007b86e) [junit] [EL Finest]: 2022-09-10 04:19:27.569--ServerSession(1526542158)--Connection(2061641984)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.569--ClientSession(286119685)--Connection(2061641984)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.569--ClientSession(286119685)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.57--ClientSession(286119685)--Connection(131803898)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET W_LONG = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [2, 2, 16, 1] [junit] [EL Finer]: 2022-09-10 04:19:27.57--ClientSession(286119685)--Connection(131803898)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.571--ServerSession(1526542158)--Connection(2061641984)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.571--UnitOfWork(414756668)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.571--UnitOfWork(414756668)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.571--UnitOfWork(414756668)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.571--ClientSession(286119685)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.571--UnitOfWork(414756668)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.571--ClientSession(286119685)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.571--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 540623826 [junit] [EL Finer]: 2022-09-10 04:19:27.571--ClientSession(540623826)--Thread(Thread[main,5,main])--acquire unit of work: 2129338837 [junit] [EL Finest]: 2022-09-10 04:19:27.571--UnitOfWork(2129338837)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.571--ServerSession(1526542158)--Connection(2119569637)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.571--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.571--ServerSession(1526542158)--Connection(1936704082)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [16] [junit] [EL Finest]: 2022-09-10 04:19:27.572--ServerSession(1526542158)--Connection(2119569637)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.572--UnitOfWork(2129338837)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.572--UnitOfWork(2129338837)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.572--UnitOfWork(2129338837)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@70ffb957) [junit] [EL Finest]: 2022-09-10 04:19:27.572--ServerSession(1526542158)--Connection(1977891855)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.572--ClientSession(540623826)--Connection(1977891855)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.572--ClientSession(540623826)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.572--ClientSession(540623826)--Connection(1224904594)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET W_LONG = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 3, 16, 2] [junit] [EL Finer]: 2022-09-10 04:19:27.573--ClientSession(540623826)--Connection(1224904594)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.573--ServerSession(1526542158)--Connection(1977891855)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.573--UnitOfWork(2129338837)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.573--UnitOfWork(2129338837)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.573--UnitOfWork(2129338837)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.573--ClientSession(540623826)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.573--UnitOfWork(2129338837)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.574--ClientSession(540623826)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.574--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 296154902 [junit] [EL Finer]: 2022-09-10 04:19:27.574--ClientSession(296154902)--Thread(Thread[main,5,main])--acquire unit of work: 1283822767 [junit] [EL Finest]: 2022-09-10 04:19:27.574--UnitOfWork(1283822767)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.574--ServerSession(1526542158)--Connection(1572414025)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.574--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.574--ServerSession(1526542158)--Connection(759203770)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [16] [junit] [EL Finest]: 2022-09-10 04:19:27.574--ServerSession(1526542158)--Connection(1572414025)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:27.588--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1896554656 [junit] [EL Finer]: 2022-09-10 04:19:27.588--ClientSession(1896554656)--Thread(Thread[main,5,main])--acquire unit of work: 954747768 [junit] [EL Finest]: 2022-09-10 04:19:27.588--UnitOfWork(954747768)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@430ca76d. [junit] [EL Finer]: 2022-09-10 04:19:27.588--UnitOfWork(954747768)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.588--UnitOfWork(954747768)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@430ca76d) [junit] [EL Finest]: 2022-09-10 04:19:27.588--ServerSession(1526542158)--Connection(1621750326)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.588--ClientSession(1896554656)--Connection(1621750326)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.588--ClientSession(1896554656)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.589--ClientSession(1896554656)--Connection(460845124)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@4cdb11a6, [B@79765d4e, [B@7fda62b9, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@50cd0736, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, 1, true, 1, [B@440f6aa8, [B@fd8d34a, [B@233bb7a2, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:27.59--ClientSession(1896554656)--Connection(460845124)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.59--ServerSession(1526542158)--Connection(1621750326)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.59--UnitOfWork(954747768)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.59--UnitOfWork(954747768)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.591--UnitOfWork(954747768)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.591--ClientSession(1896554656)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.591--UnitOfWork(954747768)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.591--ClientSession(1896554656)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.591--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 925916605 [junit] [EL Finer]: 2022-09-10 04:19:27.591--ClientSession(925916605)--Thread(Thread[main,5,main])--acquire unit of work: 126818080 [junit] [EL Finest]: 2022-09-10 04:19:27.591--UnitOfWork(126818080)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.591--ServerSession(1526542158)--Connection(545716076)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.591--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.591--ServerSession(1526542158)--Connection(950895339)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:27.592--ServerSession(1526542158)--Connection(545716076)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:27.606--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 372910153 [junit] [EL Finer]: 2022-09-10 04:19:27.606--ClientSession(372910153)--Thread(Thread[main,5,main])--acquire unit of work: 1081136680 [junit] [EL Finest]: 2022-09-10 04:19:27.606--UnitOfWork(1081136680)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@17f9de3d. [junit] [EL Finer]: 2022-09-10 04:19:27.606--UnitOfWork(1081136680)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.606--UnitOfWork(1081136680)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@17f9de3d) [junit] [EL Finest]: 2022-09-10 04:19:27.606--ServerSession(1526542158)--Connection(1217661591)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.606--ClientSession(372910153)--Connection(1217661591)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.606--ClientSession(372910153)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.606--ClientSession(372910153)--Connection(244536379)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [31, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:27.607--ClientSession(372910153)--Connection(244536379)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.607--ServerSession(1526542158)--Connection(1217661591)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.607--UnitOfWork(1081136680)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.608--UnitOfWork(1081136680)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.608--UnitOfWork(1081136680)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.608--ClientSession(372910153)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.608--UnitOfWork(1081136680)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.608--ClientSession(372910153)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.608--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1745680827 [junit] [EL Finer]: 2022-09-10 04:19:27.608--ClientSession(1745680827)--Thread(Thread[main,5,main])--acquire unit of work: 2083150349 [junit] [EL Finest]: 2022-09-10 04:19:27.608--UnitOfWork(2083150349)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.608--ServerSession(1526542158)--Connection(955462401)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.608--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.608--ServerSession(1526542158)--Connection(481236958)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [31] [junit] [EL Finest]: 2022-09-10 04:19:27.609--ServerSession(1526542158)--Connection(955462401)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.609--UnitOfWork(2083150349)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.609--UnitOfWork(2083150349)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1c7f791e [junit] [EL Finer]: 2022-09-10 04:19:27.609--UnitOfWork(2083150349)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.609--UnitOfWork(2083150349)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2022-09-10 04:19:27.609--UnitOfWork(2083150349)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1c7f791e) [junit] [EL Finest]: 2022-09-10 04:19:27.609--ServerSession(1526542158)--Connection(1691465732)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.609--ClientSession(1745680827)--Connection(1691465732)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.609--ClientSession(1745680827)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.609--ClientSession(1745680827)--Connection(1887751090)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [31, 1] [junit] [EL Finer]: 2022-09-10 04:19:27.61--ClientSession(1745680827)--Connection(1887751090)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.61--ServerSession(1526542158)--Connection(1691465732)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.61--UnitOfWork(2083150349)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.61--UnitOfWork(2083150349)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.61--UnitOfWork(2083150349)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.61--ClientSession(1745680827)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.61--UnitOfWork(2083150349)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.61--ClientSession(1745680827)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.611--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1391412309 [junit] [EL Finer]: 2022-09-10 04:19:27.611--ClientSession(1391412309)--Thread(Thread[main,5,main])--acquire unit of work: 81845473 [junit] [EL Finest]: 2022-09-10 04:19:27.611--UnitOfWork(81845473)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1c7f791e. [junit] [EL Finer]: 2022-09-10 04:19:27.611--UnitOfWork(81845473)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.611--UnitOfWork(81845473)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1c7f791e) [junit] [EL Finest]: 2022-09-10 04:19:27.611--ServerSession(1526542158)--Connection(823805097)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.611--ClientSession(1391412309)--Connection(823805097)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.611--ClientSession(1391412309)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.611--ClientSession(1391412309)--Connection(427782963)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [31, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, 1970-01-01 00:00:01.0, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:27.612--ClientSession(1391412309)--Connection(427782963)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.612--ServerSession(1526542158)--Connection(823805097)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.612--UnitOfWork(81845473)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.612--UnitOfWork(81845473)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.612--UnitOfWork(81845473)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.612--ClientSession(1391412309)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.612--UnitOfWork(81845473)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.612--ClientSession(1391412309)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.613--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 548605023 [junit] [EL Finer]: 2022-09-10 04:19:27.613--ClientSession(548605023)--Thread(Thread[main,5,main])--acquire unit of work: 1119294865 [junit] [EL Finest]: 2022-09-10 04:19:27.613--UnitOfWork(1119294865)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.613--ServerSession(1526542158)--Connection(203068677)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.613--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.613--ServerSession(1526542158)--Connection(913524766)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [31] [junit] [EL Finest]: 2022-09-10 04:19:27.613--ServerSession(1526542158)--Connection(203068677)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.614--UnitOfWork(1119294865)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.614--UnitOfWork(1119294865)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.614--UnitOfWork(1119294865)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.614--UnitOfWork(1119294865)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.614--UnitOfWork(1119294865)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.614--ClientSession(548605023)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.614--UnitOfWork(1119294865)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.614--ClientSession(548605023)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.614--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1561465198 [junit] [EL Finer]: 2022-09-10 04:19:27.614--ClientSession(1561465198)--Thread(Thread[main,5,main])--acquire unit of work: 1982322852 [junit] [EL Finest]: 2022-09-10 04:19:27.614--UnitOfWork(1982322852)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.614--ServerSession(1526542158)--Connection(1434050198)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.614--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.614--ServerSession(1526542158)--Connection(639208645)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [31] [junit] [EL Finest]: 2022-09-10 04:19:27.615--ServerSession(1526542158)--Connection(1434050198)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.615--UnitOfWork(1982322852)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.615--UnitOfWork(1982322852)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.615--UnitOfWork(1982322852)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@387180a8) [junit] [EL Finest]: 2022-09-10 04:19:27.615--ServerSession(1526542158)--Connection(1257205956)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.615--ClientSession(1561465198)--Connection(1257205956)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.615--ClientSession(1561465198)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.615--ClientSession(1561465198)--Connection(2117066225)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET UTIL_DATE = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 2, 31, 1] [junit] [EL Finer]: 2022-09-10 04:19:27.616--ClientSession(1561465198)--Connection(2117066225)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.617--ServerSession(1526542158)--Connection(1257205956)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.617--UnitOfWork(1982322852)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.617--UnitOfWork(1982322852)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.617--UnitOfWork(1982322852)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.617--ClientSession(1561465198)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.617--UnitOfWork(1982322852)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.617--ClientSession(1561465198)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.617--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 539904431 [junit] [EL Finer]: 2022-09-10 04:19:27.617--ClientSession(539904431)--Thread(Thread[main,5,main])--acquire unit of work: 552523790 [junit] [EL Finest]: 2022-09-10 04:19:27.617--UnitOfWork(552523790)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.617--ServerSession(1526542158)--Connection(1198532872)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.617--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.617--ServerSession(1526542158)--Connection(1706335657)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [31] [junit] [EL Finest]: 2022-09-10 04:19:27.618--ServerSession(1526542158)--Connection(1198532872)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.618--UnitOfWork(552523790)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.618--UnitOfWork(552523790)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.618--UnitOfWork(552523790)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@27830e89) [junit] [EL Finest]: 2022-09-10 04:19:27.618--ServerSession(1526542158)--Connection(2132494476)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.618--ClientSession(539904431)--Connection(2132494476)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.618--ClientSession(539904431)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.618--ClientSession(539904431)--Connection(1962106691)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET UTIL_DATE = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [1970-01-01 00:00:01.0, 3, 31, 2] [junit] [EL Finer]: 2022-09-10 04:19:27.619--ClientSession(539904431)--Connection(1962106691)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.619--ServerSession(1526542158)--Connection(2132494476)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.619--UnitOfWork(552523790)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.62--UnitOfWork(552523790)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.62--UnitOfWork(552523790)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.62--ClientSession(539904431)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.62--UnitOfWork(552523790)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.62--ClientSession(539904431)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.62--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1414530383 [junit] [EL Finer]: 2022-09-10 04:19:27.62--ClientSession(1414530383)--Thread(Thread[main,5,main])--acquire unit of work: 985088449 [junit] [EL Finest]: 2022-09-10 04:19:27.62--UnitOfWork(985088449)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.62--ServerSession(1526542158)--Connection(773365237)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.62--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.62--ServerSession(1526542158)--Connection(209115252)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [31] [junit] [EL Finest]: 2022-09-10 04:19:27.621--ServerSession(1526542158)--Connection(773365237)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.621--UnitOfWork(985088449)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.621--UnitOfWork(985088449)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.621--UnitOfWork(985088449)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@32fcec97) [junit] [EL Finest]: 2022-09-10 04:19:27.621--ServerSession(1526542158)--Connection(381912716)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.621--ClientSession(1414530383)--Connection(381912716)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.621--ClientSession(1414530383)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.621--ClientSession(1414530383)--Connection(1205445346)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET UTIL_DATE = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [1970-01-01 00:00:02.0, 4, 31, 3] [junit] [EL Finer]: 2022-09-10 04:19:27.622--ClientSession(1414530383)--Connection(1205445346)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.622--ServerSession(1526542158)--Connection(381912716)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.622--UnitOfWork(985088449)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.622--UnitOfWork(985088449)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.622--UnitOfWork(985088449)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.622--ClientSession(1414530383)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.622--UnitOfWork(985088449)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.622--ClientSession(1414530383)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.622--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 154480472 [junit] [EL Finer]: 2022-09-10 04:19:27.623--ClientSession(154480472)--Thread(Thread[main,5,main])--acquire unit of work: 66146862 [junit] [EL Finest]: 2022-09-10 04:19:27.623--UnitOfWork(66146862)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.623--ServerSession(1526542158)--Connection(845305388)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.623--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.623--ServerSession(1526542158)--Connection(1880755277)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [31] [junit] [EL Finest]: 2022-09-10 04:19:27.623--ServerSession(1526542158)--Connection(845305388)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.623--UnitOfWork(66146862)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.623--UnitOfWork(66146862)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.624--UnitOfWork(66146862)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@79ef14d2) [junit] [EL Finest]: 2022-09-10 04:19:27.624--ServerSession(1526542158)--Connection(615027827)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.624--ClientSession(154480472)--Connection(615027827)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.624--ClientSession(154480472)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.624--ClientSession(154480472)--Connection(450750895)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET UTIL_DATE = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 5, 31, 4] [junit] [EL Finer]: 2022-09-10 04:19:27.624--ClientSession(154480472)--Connection(450750895)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.625--ServerSession(1526542158)--Connection(615027827)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.625--UnitOfWork(66146862)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.625--UnitOfWork(66146862)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.625--UnitOfWork(66146862)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.625--ClientSession(154480472)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.625--UnitOfWork(66146862)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.625--ClientSession(154480472)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.625--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 437654017 [junit] [EL Finer]: 2022-09-10 04:19:27.625--ClientSession(437654017)--Thread(Thread[main,5,main])--acquire unit of work: 1869807741 [junit] [EL Finest]: 2022-09-10 04:19:27.625--UnitOfWork(1869807741)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.626--ServerSession(1526542158)--Connection(1567199750)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.626--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.626--ServerSession(1526542158)--Connection(1339537304)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [31] [junit] [EL Finest]: 2022-09-10 04:19:27.626--ServerSession(1526542158)--Connection(1567199750)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:27.639--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 100985205 [junit] [EL Finer]: 2022-09-10 04:19:27.639--ClientSession(100985205)--Thread(Thread[main,5,main])--acquire unit of work: 946614762 [junit] [EL Finest]: 2022-09-10 04:19:27.64--UnitOfWork(946614762)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@488924ea. [junit] [EL Finer]: 2022-09-10 04:19:27.64--UnitOfWork(946614762)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.64--UnitOfWork(946614762)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@488924ea) [junit] [EL Finest]: 2022-09-10 04:19:27.64--ServerSession(1526542158)--Connection(1369526388)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.64--ClientSession(100985205)--Connection(1369526388)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.64--ClientSession(100985205)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.64--ClientSession(100985205)--Connection(144427211)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [7, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 88.5, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:27.641--ClientSession(100985205)--Connection(144427211)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.641--ServerSession(1526542158)--Connection(1369526388)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.641--UnitOfWork(946614762)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.641--UnitOfWork(946614762)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.641--UnitOfWork(946614762)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.641--ClientSession(100985205)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.641--UnitOfWork(946614762)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.641--ClientSession(100985205)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.641--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1477055947 [junit] [EL Finer]: 2022-09-10 04:19:27.641--ClientSession(1477055947)--Thread(Thread[main,5,main])--acquire unit of work: 234963857 [junit] [EL Finest]: 2022-09-10 04:19:27.641--UnitOfWork(234963857)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.642--ServerSession(1526542158)--Connection(654757684)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.642--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.642--ServerSession(1526542158)--Connection(978411178)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [7] [junit] [EL Finest]: 2022-09-10 04:19:27.642--ServerSession(1526542158)--Connection(654757684)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.642--UnitOfWork(234963857)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.642--UnitOfWork(234963857)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.642--UnitOfWork(234963857)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.643--UnitOfWork(234963857)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.643--UnitOfWork(234963857)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.643--ClientSession(1477055947)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.643--UnitOfWork(234963857)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.643--ClientSession(1477055947)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.643--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1212134564 [junit] [EL Finer]: 2022-09-10 04:19:27.643--ClientSession(1212134564)--Thread(Thread[main,5,main])--acquire unit of work: 1565368888 [junit] [EL Finest]: 2022-09-10 04:19:27.643--UnitOfWork(1565368888)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.643--ServerSession(1526542158)--Connection(688177699)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.643--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.643--ServerSession(1526542158)--Connection(1212075234)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [7] [junit] [EL Finest]: 2022-09-10 04:19:27.644--ServerSession(1526542158)--Connection(688177699)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.644--UnitOfWork(1565368888)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.644--UnitOfWork(1565368888)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.644--UnitOfWork(1565368888)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@42e73c7b) [junit] [EL Finest]: 2022-09-10 04:19:27.644--ServerSession(1526542158)--Connection(766655975)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.644--ClientSession(1212134564)--Connection(766655975)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.644--ClientSession(1212134564)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.644--ClientSession(1212134564)--Connection(1456326862)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET P_FLOAT = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [77.5, 2, 7, 1] [junit] [EL Finer]: 2022-09-10 04:19:27.645--ClientSession(1212134564)--Connection(1456326862)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.645--ServerSession(1526542158)--Connection(766655975)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.645--UnitOfWork(1565368888)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.645--UnitOfWork(1565368888)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.645--UnitOfWork(1565368888)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.645--ClientSession(1212134564)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.646--UnitOfWork(1565368888)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.646--ClientSession(1212134564)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.646--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2082419000 [junit] [EL Finer]: 2022-09-10 04:19:27.646--ClientSession(2082419000)--Thread(Thread[main,5,main])--acquire unit of work: 1143741901 [junit] [EL Finest]: 2022-09-10 04:19:27.646--UnitOfWork(1143741901)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.646--ServerSession(1526542158)--Connection(172304804)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.646--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.646--ServerSession(1526542158)--Connection(965087712)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [7] [junit] [EL Finest]: 2022-09-10 04:19:27.646--ServerSession(1526542158)--Connection(172304804)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:27.66--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 474493839 [junit] [EL Finer]: 2022-09-10 04:19:27.66--ClientSession(474493839)--Thread(Thread[main,5,main])--acquire unit of work: 1299874550 [junit] [EL Finest]: 2022-09-10 04:19:27.66--UnitOfWork(1299874550)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2d5dbebc. [junit] [EL Finer]: 2022-09-10 04:19:27.66--UnitOfWork(1299874550)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.66--UnitOfWork(1299874550)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2d5dbebc) [junit] [EL Finest]: 2022-09-10 04:19:27.66--ServerSession(1526542158)--Connection(89138166)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.66--ClientSession(474493839)--Connection(89138166)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.66--ClientSession(474493839)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.66--ClientSession(474493839)--Connection(472149144)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [4, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 19, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:27.661--ClientSession(474493839)--Connection(472149144)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.661--ServerSession(1526542158)--Connection(89138166)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.661--UnitOfWork(1299874550)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.661--UnitOfWork(1299874550)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.661--UnitOfWork(1299874550)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.661--ClientSession(474493839)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.662--UnitOfWork(1299874550)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.662--ClientSession(474493839)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.662--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1307728099 [junit] [EL Finer]: 2022-09-10 04:19:27.662--ClientSession(1307728099)--Thread(Thread[main,5,main])--acquire unit of work: 1913503081 [junit] [EL Finest]: 2022-09-10 04:19:27.662--UnitOfWork(1913503081)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.662--ServerSession(1526542158)--Connection(1245108655)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.662--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.662--ServerSession(1526542158)--Connection(1332154717)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [4] [junit] [EL Finest]: 2022-09-10 04:19:27.662--ServerSession(1526542158)--Connection(1245108655)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.663--UnitOfWork(1913503081)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.672--UnitOfWork(1913503081)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.672--UnitOfWork(1913503081)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.672--UnitOfWork(1913503081)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.672--UnitOfWork(1913503081)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.672--ClientSession(1307728099)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.672--UnitOfWork(1913503081)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.672--ClientSession(1307728099)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.673--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2146907607 [junit] [EL Finer]: 2022-09-10 04:19:27.673--ClientSession(2146907607)--Thread(Thread[main,5,main])--acquire unit of work: 1405824546 [junit] [EL Finest]: 2022-09-10 04:19:27.673--UnitOfWork(1405824546)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.673--ServerSession(1526542158)--Connection(971613051)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.673--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.673--ServerSession(1526542158)--Connection(1948268006)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [4] [junit] [EL Finest]: 2022-09-10 04:19:27.673--ServerSession(1526542158)--Connection(971613051)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.673--UnitOfWork(1405824546)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.674--UnitOfWork(1405824546)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.674--UnitOfWork(1405824546)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4c89f372) [junit] [EL Finest]: 2022-09-10 04:19:27.674--ServerSession(1526542158)--Connection(928977312)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.674--ClientSession(2146907607)--Connection(928977312)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.674--ClientSession(2146907607)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.674--ClientSession(2146907607)--Connection(877553242)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET P_SHORT = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [45, 2, 4, 1] [junit] [EL Finer]: 2022-09-10 04:19:27.675--ClientSession(2146907607)--Connection(877553242)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.675--ServerSession(1526542158)--Connection(928977312)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.675--UnitOfWork(1405824546)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.675--UnitOfWork(1405824546)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.675--UnitOfWork(1405824546)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.675--ClientSession(2146907607)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.675--UnitOfWork(1405824546)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.675--ClientSession(2146907607)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.675--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1773893994 [junit] [EL Finer]: 2022-09-10 04:19:27.675--ClientSession(1773893994)--Thread(Thread[main,5,main])--acquire unit of work: 780185265 [junit] [EL Finest]: 2022-09-10 04:19:27.675--UnitOfWork(780185265)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.676--ServerSession(1526542158)--Connection(1131397817)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.676--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.676--ServerSession(1526542158)--Connection(1344952861)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [4] [junit] [EL Finest]: 2022-09-10 04:19:27.676--ServerSession(1526542158)--Connection(1131397817)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:27.692--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2009827716 [junit] [EL Finer]: 2022-09-10 04:19:27.692--ClientSession(2009827716)--Thread(Thread[main,5,main])--acquire unit of work: 2124657823 [junit] [EL Finest]: 2022-09-10 04:19:27.692--UnitOfWork(2124657823)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@addc867. [junit] [EL Finer]: 2022-09-10 04:19:27.692--UnitOfWork(2124657823)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.692--UnitOfWork(2124657823)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@addc867) [junit] [EL Finest]: 2022-09-10 04:19:27.692--ServerSession(1526542158)--Connection(542805708)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.692--ClientSession(2009827716)--Connection(542805708)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.693--ClientSession(2009827716)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.693--ClientSession(2009827716)--Connection(1136574740)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [44, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:27.693--ClientSession(2009827716)--Connection(1136574740)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.694--ServerSession(1526542158)--Connection(542805708)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.694--UnitOfWork(2124657823)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.694--UnitOfWork(2124657823)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.694--UnitOfWork(2124657823)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.694--ClientSession(2009827716)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.694--UnitOfWork(2124657823)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.694--ClientSession(2009827716)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.694--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1842889032 [junit] [EL Finer]: 2022-09-10 04:19:27.695--ClientSession(1842889032)--Thread(Thread[main,5,main])--acquire unit of work: 1482394502 [junit] [EL Finest]: 2022-09-10 04:19:27.695--UnitOfWork(1482394502)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.695--ServerSession(1526542158)--Connection(1512242286)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.695--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.695--ServerSession(1526542158)--Connection(1195193776)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [44] [junit] [EL Finest]: 2022-09-10 04:19:27.696--ServerSession(1526542158)--Connection(1512242286)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.696--UnitOfWork(1482394502)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.696--UnitOfWork(1482394502)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@21cf0f41 [junit] [EL Finer]: 2022-09-10 04:19:27.696--UnitOfWork(1482394502)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.696--UnitOfWork(1482394502)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2022-09-10 04:19:27.696--UnitOfWork(1482394502)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@21cf0f41) [junit] [EL Finest]: 2022-09-10 04:19:27.696--ServerSession(1526542158)--Connection(1622020483)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.696--ClientSession(1842889032)--Connection(1622020483)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.696--ClientSession(1842889032)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.696--ClientSession(1842889032)--Connection(375566378)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [44, 1] [junit] [EL Finer]: 2022-09-10 04:19:27.697--ClientSession(1842889032)--Connection(375566378)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.698--ServerSession(1526542158)--Connection(1622020483)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.698--UnitOfWork(1482394502)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.698--UnitOfWork(1482394502)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.698--UnitOfWork(1482394502)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.698--ClientSession(1842889032)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.698--UnitOfWork(1482394502)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.698--ClientSession(1842889032)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.698--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1505296193 [junit] [EL Finer]: 2022-09-10 04:19:27.698--ClientSession(1505296193)--Thread(Thread[main,5,main])--acquire unit of work: 1515780028 [junit] [EL Finest]: 2022-09-10 04:19:27.698--UnitOfWork(1515780028)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@21cf0f41. [junit] [EL Finer]: 2022-09-10 04:19:27.698--UnitOfWork(1515780028)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.698--UnitOfWork(1515780028)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@21cf0f41) [junit] [EL Finest]: 2022-09-10 04:19:27.698--ServerSession(1526542158)--Connection(2048295837)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.698--ClientSession(1505296193)--Connection(2048295837)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.698--ClientSession(1505296193)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.699--ClientSession(1505296193)--Connection(1690970473)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [44, null, null, null, null, 0, false, null, null, null, 0, null, UNCHANGED, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:27.699--ClientSession(1505296193)--Connection(1690970473)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.7--ServerSession(1526542158)--Connection(2048295837)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.7--UnitOfWork(1515780028)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.7--UnitOfWork(1515780028)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.7--UnitOfWork(1515780028)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.7--ClientSession(1505296193)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.7--UnitOfWork(1515780028)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.7--ClientSession(1505296193)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.7--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 832974847 [junit] [EL Finer]: 2022-09-10 04:19:27.7--ClientSession(832974847)--Thread(Thread[main,5,main])--acquire unit of work: 68344259 [junit] [EL Finest]: 2022-09-10 04:19:27.7--UnitOfWork(68344259)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.7--ServerSession(1526542158)--Connection(1802882581)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.7--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.7--ServerSession(1526542158)--Connection(116737911)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [44] [junit] [EL Finest]: 2022-09-10 04:19:27.701--ServerSession(1526542158)--Connection(1802882581)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.701--UnitOfWork(68344259)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.701--UnitOfWork(68344259)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.701--UnitOfWork(68344259)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.701--UnitOfWork(68344259)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.701--UnitOfWork(68344259)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.701--ClientSession(832974847)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.702--UnitOfWork(68344259)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.702--ClientSession(832974847)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.702--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 423932013 [junit] [EL Finer]: 2022-09-10 04:19:27.702--ClientSession(423932013)--Thread(Thread[main,5,main])--acquire unit of work: 528619495 [junit] [EL Finest]: 2022-09-10 04:19:27.702--UnitOfWork(528619495)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.702--ServerSession(1526542158)--Connection(1607329475)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.702--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.702--ServerSession(1526542158)--Connection(570456841)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [44] [junit] [EL Finest]: 2022-09-10 04:19:27.703--ServerSession(1526542158)--Connection(1607329475)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.703--UnitOfWork(528619495)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.703--UnitOfWork(528619495)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.703--UnitOfWork(528619495)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@210266ef) [junit] [EL Finest]: 2022-09-10 04:19:27.703--ServerSession(1526542158)--Connection(526258812)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.703--ClientSession(423932013)--Connection(526258812)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.703--ClientSession(423932013)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.703--ClientSession(423932013)--Connection(769206886)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET PCA_VARCHAR = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 2, 44, 1] [junit] [EL Finer]: 2022-09-10 04:19:27.704--ClientSession(423932013)--Connection(769206886)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.705--ServerSession(1526542158)--Connection(526258812)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.705--UnitOfWork(528619495)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.705--UnitOfWork(528619495)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.705--UnitOfWork(528619495)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.705--ClientSession(423932013)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.705--UnitOfWork(528619495)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.705--ClientSession(423932013)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.705--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1278157827 [junit] [EL Finer]: 2022-09-10 04:19:27.705--ClientSession(1278157827)--Thread(Thread[main,5,main])--acquire unit of work: 675397114 [junit] [EL Finest]: 2022-09-10 04:19:27.705--UnitOfWork(675397114)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.705--ServerSession(1526542158)--Connection(1423715209)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.705--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.705--ServerSession(1526542158)--Connection(535149585)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [44] [junit] [EL Finest]: 2022-09-10 04:19:27.706--ServerSession(1526542158)--Connection(1423715209)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.706--UnitOfWork(675397114)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.706--UnitOfWork(675397114)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.706--UnitOfWork(675397114)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3a61a80e) [junit] [EL Finest]: 2022-09-10 04:19:27.706--ServerSession(1526542158)--Connection(1589230243)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.706--ClientSession(1278157827)--Connection(1589230243)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.706--ClientSession(1278157827)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.706--ClientSession(1278157827)--Connection(1938857936)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET PCA_VARCHAR = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [UNCHANGED, 3, 44, 2] [junit] [EL Finer]: 2022-09-10 04:19:27.707--ClientSession(1278157827)--Connection(1938857936)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.708--ServerSession(1526542158)--Connection(1589230243)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.708--UnitOfWork(675397114)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.708--UnitOfWork(675397114)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.708--UnitOfWork(675397114)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.708--ClientSession(1278157827)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.708--UnitOfWork(675397114)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.708--ClientSession(1278157827)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.708--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1809850935 [junit] [EL Finer]: 2022-09-10 04:19:27.708--ClientSession(1809850935)--Thread(Thread[main,5,main])--acquire unit of work: 477716100 [junit] [EL Finest]: 2022-09-10 04:19:27.708--UnitOfWork(477716100)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.708--ServerSession(1526542158)--Connection(1808482487)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.708--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.708--ServerSession(1526542158)--Connection(1825181728)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [44] [junit] [EL Finest]: 2022-09-10 04:19:27.709--ServerSession(1526542158)--Connection(1808482487)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.709--UnitOfWork(477716100)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.709--UnitOfWork(477716100)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.709--UnitOfWork(477716100)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@61f5b97a) [junit] [EL Finest]: 2022-09-10 04:19:27.709--ServerSession(1526542158)--Connection(1357828614)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.709--ClientSession(1809850935)--Connection(1357828614)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.709--ClientSession(1809850935)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.71--ClientSession(1809850935)--Connection(1414127258)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET PCA_VARCHAR = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [XNCHANGED, 4, 44, 3] [junit] [EL Finer]: 2022-09-10 04:19:27.71--ClientSession(1809850935)--Connection(1414127258)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.711--ServerSession(1526542158)--Connection(1357828614)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.711--UnitOfWork(477716100)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.711--UnitOfWork(477716100)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.711--UnitOfWork(477716100)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.711--ClientSession(1809850935)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.711--UnitOfWork(477716100)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.711--ClientSession(1809850935)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.711--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1960323481 [junit] [EL Finer]: 2022-09-10 04:19:27.711--ClientSession(1960323481)--Thread(Thread[main,5,main])--acquire unit of work: 1853850774 [junit] [EL Finest]: 2022-09-10 04:19:27.711--UnitOfWork(1853850774)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.711--ServerSession(1526542158)--Connection(714619354)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.711--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.711--ServerSession(1526542158)--Connection(2109080163)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [44] [junit] [EL Finest]: 2022-09-10 04:19:27.712--ServerSession(1526542158)--Connection(714619354)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.712--UnitOfWork(1853850774)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.712--UnitOfWork(1853850774)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.712--UnitOfWork(1853850774)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@31e3ba75) [junit] [EL Finest]: 2022-09-10 04:19:27.712--ServerSession(1526542158)--Connection(254434844)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.712--ClientSession(1960323481)--Connection(254434844)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.712--ClientSession(1960323481)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.713--ClientSession(1960323481)--Connection(632194946)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET PCA_VARCHAR = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 5, 44, 4] [junit] [EL Finer]: 2022-09-10 04:19:27.713--ClientSession(1960323481)--Connection(632194946)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.714--ServerSession(1526542158)--Connection(254434844)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.714--UnitOfWork(1853850774)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.714--UnitOfWork(1853850774)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.714--UnitOfWork(1853850774)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.714--ClientSession(1960323481)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.714--UnitOfWork(1853850774)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.714--ClientSession(1960323481)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.714--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1879265479 [junit] [EL Finer]: 2022-09-10 04:19:27.714--ClientSession(1879265479)--Thread(Thread[main,5,main])--acquire unit of work: 566254546 [junit] [EL Finest]: 2022-09-10 04:19:27.714--UnitOfWork(566254546)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.714--ServerSession(1526542158)--Connection(1038403227)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.714--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.714--ServerSession(1526542158)--Connection(836911723)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [44] [junit] [EL Finest]: 2022-09-10 04:19:27.715--ServerSession(1526542158)--Connection(1038403227)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:27.729--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 539236863 [junit] [EL Finer]: 2022-09-10 04:19:27.729--ClientSession(539236863)--Thread(Thread[main,5,main])--acquire unit of work: 2104370529 [junit] [EL Finest]: 2022-09-10 04:19:27.729--UnitOfWork(2104370529)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3160f3ea. [junit] [EL Finer]: 2022-09-10 04:19:27.729--UnitOfWork(2104370529)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.729--UnitOfWork(2104370529)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3160f3ea) [junit] [EL Finest]: 2022-09-10 04:19:27.73--ServerSession(1526542158)--Connection(730732603)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.73--ClientSession(539236863)--Connection(730732603)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.73--ClientSession(539236863)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.73--ClientSession(539236863)--Connection(658990342)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [51, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:27.73--ClientSession(539236863)--Connection(658990342)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.731--ServerSession(1526542158)--Connection(730732603)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.731--UnitOfWork(2104370529)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.731--UnitOfWork(2104370529)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.731--UnitOfWork(2104370529)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.731--ClientSession(539236863)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.731--UnitOfWork(2104370529)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.731--ClientSession(539236863)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.731--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1237725873 [junit] [EL Finer]: 2022-09-10 04:19:27.731--ClientSession(1237725873)--Thread(Thread[main,5,main])--acquire unit of work: 1437925850 [junit] [EL Finest]: 2022-09-10 04:19:27.731--UnitOfWork(1437925850)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.732--ServerSession(1526542158)--Connection(901180878)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.732--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.732--ServerSession(1526542158)--Connection(849051351)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [51] [junit] [EL Finest]: 2022-09-10 04:19:27.732--ServerSession(1526542158)--Connection(901180878)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.733--UnitOfWork(1437925850)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.733--UnitOfWork(1437925850)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@352cb17f [junit] [EL Finer]: 2022-09-10 04:19:27.733--UnitOfWork(1437925850)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.733--UnitOfWork(1437925850)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2022-09-10 04:19:27.733--UnitOfWork(1437925850)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@352cb17f) [junit] [EL Finest]: 2022-09-10 04:19:27.733--ServerSession(1526542158)--Connection(316297784)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.733--ClientSession(1237725873)--Connection(316297784)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.733--ClientSession(1237725873)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.733--ClientSession(1237725873)--Connection(305812179)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [51, 1] [junit] [EL Finer]: 2022-09-10 04:19:27.734--ClientSession(1237725873)--Connection(305812179)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.735--ServerSession(1526542158)--Connection(316297784)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.735--UnitOfWork(1437925850)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.735--UnitOfWork(1437925850)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.735--UnitOfWork(1437925850)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.735--ClientSession(1237725873)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.735--UnitOfWork(1437925850)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.735--ClientSession(1237725873)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.735--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 513080861 [junit] [EL Finer]: 2022-09-10 04:19:27.735--ClientSession(513080861)--Thread(Thread[main,5,main])--acquire unit of work: 1584962518 [junit] [EL Finest]: 2022-09-10 04:19:27.735--UnitOfWork(1584962518)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@352cb17f. [junit] [EL Finer]: 2022-09-10 04:19:27.735--UnitOfWork(1584962518)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.735--UnitOfWork(1584962518)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@352cb17f) [junit] [EL Finest]: 2022-09-10 04:19:27.735--ServerSession(1526542158)--Connection(1968504845)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.736--ClientSession(513080861)--Connection(1968504845)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.736--ClientSession(513080861)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.736--ClientSession(513080861)--Connection(159672884)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [51, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, [B@78077f1c, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:27.737--ClientSession(513080861)--Connection(159672884)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.737--ServerSession(1526542158)--Connection(1968504845)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.737--UnitOfWork(1584962518)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.737--UnitOfWork(1584962518)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.737--UnitOfWork(1584962518)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.738--ClientSession(513080861)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.738--UnitOfWork(1584962518)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.738--ClientSession(513080861)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.738--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 512042311 [junit] [EL Finer]: 2022-09-10 04:19:27.738--ClientSession(512042311)--Thread(Thread[main,5,main])--acquire unit of work: 1195464964 [junit] [EL Finest]: 2022-09-10 04:19:27.738--UnitOfWork(1195464964)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.738--ServerSession(1526542158)--Connection(38813595)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.738--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.738--ServerSession(1526542158)--Connection(1731078251)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [51] [junit] [EL Finest]: 2022-09-10 04:19:27.739--ServerSession(1526542158)--Connection(38813595)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.739--UnitOfWork(1195464964)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.739--UnitOfWork(1195464964)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.739--UnitOfWork(1195464964)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.739--UnitOfWork(1195464964)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.739--UnitOfWork(1195464964)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.739--ClientSession(512042311)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.739--UnitOfWork(1195464964)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.739--ClientSession(512042311)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.739--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 357744002 [junit] [EL Finer]: 2022-09-10 04:19:27.739--ClientSession(357744002)--Thread(Thread[main,5,main])--acquire unit of work: 739806807 [junit] [EL Finest]: 2022-09-10 04:19:27.739--UnitOfWork(739806807)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.739--ServerSession(1526542158)--Connection(1414035146)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.739--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.74--ServerSession(1526542158)--Connection(1849097080)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [51] [junit] [EL Finest]: 2022-09-10 04:19:27.74--ServerSession(1526542158)--Connection(1414035146)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.74--UnitOfWork(739806807)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.74--UnitOfWork(739806807)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.741--UnitOfWork(739806807)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@11e36c1c) [junit] [EL Finest]: 2022-09-10 04:19:27.741--ServerSession(1526542158)--Connection(963081219)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.741--ClientSession(357744002)--Connection(963081219)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.741--ClientSession(357744002)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.741--ClientSession(357744002)--Connection(586917343)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET SERIALIZABLE = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 2, 51, 1] [junit] [EL Finer]: 2022-09-10 04:19:27.742--ClientSession(357744002)--Connection(586917343)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.743--ServerSession(1526542158)--Connection(963081219)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.743--UnitOfWork(739806807)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.743--UnitOfWork(739806807)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.743--UnitOfWork(739806807)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.743--ClientSession(357744002)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.743--UnitOfWork(739806807)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.743--ClientSession(357744002)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.743--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1468970425 [junit] [EL Finer]: 2022-09-10 04:19:27.743--ClientSession(1468970425)--Thread(Thread[main,5,main])--acquire unit of work: 673458122 [junit] [EL Finest]: 2022-09-10 04:19:27.743--UnitOfWork(673458122)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.743--ServerSession(1526542158)--Connection(1742078074)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.743--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.743--ServerSession(1526542158)--Connection(1790118019)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [51] [junit] [EL Finest]: 2022-09-10 04:19:27.744--ServerSession(1526542158)--Connection(1742078074)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.744--UnitOfWork(673458122)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.744--UnitOfWork(673458122)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.744--UnitOfWork(673458122)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@16a32234) [junit] [EL Finest]: 2022-09-10 04:19:27.744--ServerSession(1526542158)--Connection(737162591)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.744--ClientSession(1468970425)--Connection(737162591)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.744--ClientSession(1468970425)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.745--ClientSession(1468970425)--Connection(1185516645)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET SERIALIZABLE = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [[B@227eedce, 3, 51, 2] [junit] [EL Finer]: 2022-09-10 04:19:27.745--ClientSession(1468970425)--Connection(1185516645)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.746--ServerSession(1526542158)--Connection(737162591)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.746--UnitOfWork(673458122)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.746--UnitOfWork(673458122)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.746--UnitOfWork(673458122)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.746--ClientSession(1468970425)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.746--UnitOfWork(673458122)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.746--ClientSession(1468970425)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.746--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 832784158 [junit] [EL Finer]: 2022-09-10 04:19:27.746--ClientSession(832784158)--Thread(Thread[main,5,main])--acquire unit of work: 1149849559 [junit] [EL Finest]: 2022-09-10 04:19:27.746--UnitOfWork(1149849559)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.746--ServerSession(1526542158)--Connection(528813676)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.746--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.746--ServerSession(1526542158)--Connection(1035025801)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [51] [junit] [EL Finest]: 2022-09-10 04:19:27.747--ServerSession(1526542158)--Connection(528813676)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.747--UnitOfWork(1149849559)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.747--UnitOfWork(1149849559)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.747--UnitOfWork(1149849559)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2fb99f6b) [junit] [EL Finest]: 2022-09-10 04:19:27.747--ServerSession(1526542158)--Connection(1536451024)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.748--ClientSession(832784158)--Connection(1536451024)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.748--ClientSession(832784158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.748--ClientSession(832784158)--Connection(839659405)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET SERIALIZABLE = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [[B@663f314e, 4, 51, 3] [junit] [EL Finer]: 2022-09-10 04:19:27.78--ClientSession(832784158)--Connection(839659405)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.781--ServerSession(1526542158)--Connection(1536451024)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.781--UnitOfWork(1149849559)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.781--UnitOfWork(1149849559)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.781--UnitOfWork(1149849559)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.781--ClientSession(832784158)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.781--UnitOfWork(1149849559)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.781--ClientSession(832784158)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.781--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 674135757 [junit] [EL Finer]: 2022-09-10 04:19:27.781--ClientSession(674135757)--Thread(Thread[main,5,main])--acquire unit of work: 451640058 [junit] [EL Finest]: 2022-09-10 04:19:27.782--UnitOfWork(451640058)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.782--ServerSession(1526542158)--Connection(1138913164)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.782--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.782--ServerSession(1526542158)--Connection(1380794224)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [51] [junit] [EL Finest]: 2022-09-10 04:19:27.783--ServerSession(1526542158)--Connection(1138913164)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.783--UnitOfWork(451640058)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.783--UnitOfWork(451640058)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.783--UnitOfWork(451640058)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@187de41e) [junit] [EL Finest]: 2022-09-10 04:19:27.783--ServerSession(1526542158)--Connection(757328809)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.783--ClientSession(674135757)--Connection(757328809)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.784--ClientSession(674135757)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.784--ClientSession(674135757)--Connection(1575327777)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET SERIALIZABLE = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 5, 51, 4] [junit] [EL Finer]: 2022-09-10 04:19:27.784--ClientSession(674135757)--Connection(1575327777)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.785--ServerSession(1526542158)--Connection(757328809)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.785--UnitOfWork(451640058)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.785--UnitOfWork(451640058)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.785--UnitOfWork(451640058)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.785--ClientSession(674135757)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.785--UnitOfWork(451640058)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.785--ClientSession(674135757)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.785--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 872901101 [junit] [EL Finer]: 2022-09-10 04:19:27.785--ClientSession(872901101)--Thread(Thread[main,5,main])--acquire unit of work: 1171446748 [junit] [EL Finest]: 2022-09-10 04:19:27.785--UnitOfWork(1171446748)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.786--ServerSession(1526542158)--Connection(709388633)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.786--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.786--ServerSession(1526542158)--Connection(1903805050)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [51] [junit] [EL Finest]: 2022-09-10 04:19:27.786--ServerSession(1526542158)--Connection(709388633)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:27.801--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 100556250 [junit] [EL Finer]: 2022-09-10 04:19:27.801--ClientSession(100556250)--Thread(Thread[main,5,main])--acquire unit of work: 175726894 [junit] [EL Finest]: 2022-09-10 04:19:27.802--UnitOfWork(175726894)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1047c51c. [junit] [EL Finer]: 2022-09-10 04:19:27.802--UnitOfWork(175726894)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.802--UnitOfWork(175726894)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1047c51c) [junit] [EL Finest]: 2022-09-10 04:19:27.802--ServerSession(1526542158)--Connection(1333842413)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.802--ClientSession(100556250)--Connection(1333842413)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.802--ClientSession(100556250)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.802--ClientSession(100556250)--Connection(246524194)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [15, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:27.803--ClientSession(100556250)--Connection(246524194)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.804--ServerSession(1526542158)--Connection(1333842413)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.804--UnitOfWork(175726894)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.804--UnitOfWork(175726894)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.804--UnitOfWork(175726894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.804--ClientSession(100556250)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.804--UnitOfWork(175726894)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.804--ClientSession(100556250)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.804--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1804502419 [junit] [EL Finer]: 2022-09-10 04:19:27.804--ClientSession(1804502419)--Thread(Thread[main,5,main])--acquire unit of work: 1752553849 [junit] [EL Finest]: 2022-09-10 04:19:27.804--UnitOfWork(1752553849)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.804--ServerSession(1526542158)--Connection(1328855072)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.804--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.805--ServerSession(1526542158)--Connection(748880399)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [15] [junit] [EL Finest]: 2022-09-10 04:19:27.805--ServerSession(1526542158)--Connection(1328855072)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.805--UnitOfWork(1752553849)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.806--UnitOfWork(1752553849)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1f79523a [junit] [EL Finer]: 2022-09-10 04:19:27.806--UnitOfWork(1752553849)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.806--UnitOfWork(1752553849)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2022-09-10 04:19:27.806--UnitOfWork(1752553849)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1f79523a) [junit] [EL Finest]: 2022-09-10 04:19:27.806--ServerSession(1526542158)--Connection(1843844058)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.806--ClientSession(1804502419)--Connection(1843844058)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.806--ClientSession(1804502419)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.806--ClientSession(1804502419)--Connection(676184345)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [15, 1] [junit] [EL Finer]: 2022-09-10 04:19:27.807--ClientSession(1804502419)--Connection(676184345)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.807--ServerSession(1526542158)--Connection(1843844058)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.807--UnitOfWork(1752553849)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.807--UnitOfWork(1752553849)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.808--UnitOfWork(1752553849)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.808--ClientSession(1804502419)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.808--UnitOfWork(1752553849)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.808--ClientSession(1804502419)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.808--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2042068405 [junit] [EL Finer]: 2022-09-10 04:19:27.808--ClientSession(2042068405)--Thread(Thread[main,5,main])--acquire unit of work: 1060384403 [junit] [EL Finest]: 2022-09-10 04:19:27.808--UnitOfWork(1060384403)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1f79523a. [junit] [EL Finer]: 2022-09-10 04:19:27.808--UnitOfWork(1060384403)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.808--UnitOfWork(1060384403)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1f79523a) [junit] [EL Finest]: 2022-09-10 04:19:27.808--ServerSession(1526542158)--Connection(1162784022)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.808--ClientSession(2042068405)--Connection(1162784022)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.808--ClientSession(2042068405)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.808--ClientSession(2042068405)--Connection(123091679)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [15, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, 1, null, null] [junit] [EL Finer]: 2022-09-10 04:19:27.809--ClientSession(2042068405)--Connection(123091679)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.809--ServerSession(1526542158)--Connection(1162784022)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.809--UnitOfWork(1060384403)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.809--UnitOfWork(1060384403)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.809--UnitOfWork(1060384403)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.81--ClientSession(2042068405)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.81--UnitOfWork(1060384403)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.81--ClientSession(2042068405)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.81--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 608920792 [junit] [EL Finer]: 2022-09-10 04:19:27.81--ClientSession(608920792)--Thread(Thread[main,5,main])--acquire unit of work: 318579276 [junit] [EL Finest]: 2022-09-10 04:19:27.81--UnitOfWork(318579276)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.81--ServerSession(1526542158)--Connection(1305089119)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.81--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.81--ServerSession(1526542158)--Connection(855877539)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [15] [junit] [EL Finest]: 2022-09-10 04:19:27.81--ServerSession(1526542158)--Connection(1305089119)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.811--UnitOfWork(318579276)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.811--UnitOfWork(318579276)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.811--UnitOfWork(318579276)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.811--UnitOfWork(318579276)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.811--UnitOfWork(318579276)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.811--ClientSession(608920792)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.811--UnitOfWork(318579276)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.811--ClientSession(608920792)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.811--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1140006545 [junit] [EL Finer]: 2022-09-10 04:19:27.811--ClientSession(1140006545)--Thread(Thread[main,5,main])--acquire unit of work: 1510876808 [junit] [EL Finest]: 2022-09-10 04:19:27.811--UnitOfWork(1510876808)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.811--ServerSession(1526542158)--Connection(1923473655)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.811--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.811--ServerSession(1526542158)--Connection(1880528331)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [15] [junit] [EL Finest]: 2022-09-10 04:19:27.812--ServerSession(1526542158)--Connection(1923473655)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.812--UnitOfWork(1510876808)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.812--UnitOfWork(1510876808)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.812--UnitOfWork(1510876808)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5d24b9fd) [junit] [EL Finest]: 2022-09-10 04:19:27.812--ServerSession(1526542158)--Connection(950330453)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.812--ClientSession(1140006545)--Connection(950330453)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.812--ClientSession(1140006545)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.813--ClientSession(1140006545)--Connection(1085757933)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET W_INTEGER = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [2, 2, 15, 1] [junit] [EL Finer]: 2022-09-10 04:19:27.813--ClientSession(1140006545)--Connection(1085757933)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.814--ServerSession(1526542158)--Connection(950330453)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.814--UnitOfWork(1510876808)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.814--UnitOfWork(1510876808)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.814--UnitOfWork(1510876808)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.814--ClientSession(1140006545)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.814--UnitOfWork(1510876808)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.814--ClientSession(1140006545)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.814--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 463592982 [junit] [EL Finer]: 2022-09-10 04:19:27.814--ClientSession(463592982)--Thread(Thread[main,5,main])--acquire unit of work: 1638110398 [junit] [EL Finest]: 2022-09-10 04:19:27.815--UnitOfWork(1638110398)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.815--ServerSession(1526542158)--Connection(705077973)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.815--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.815--ServerSession(1526542158)--Connection(1851682633)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [15] [junit] [EL Finest]: 2022-09-10 04:19:27.816--ServerSession(1526542158)--Connection(705077973)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.816--UnitOfWork(1638110398)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.816--UnitOfWork(1638110398)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.816--UnitOfWork(1638110398)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@196e3a50) [junit] [EL Finest]: 2022-09-10 04:19:27.816--ServerSession(1526542158)--Connection(755749630)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.816--ClientSession(463592982)--Connection(755749630)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.816--ClientSession(463592982)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.817--ClientSession(463592982)--Connection(577178676)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET W_INTEGER = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 3, 15, 2] [junit] [EL Finer]: 2022-09-10 04:19:27.817--ClientSession(463592982)--Connection(577178676)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.818--ServerSession(1526542158)--Connection(755749630)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.818--UnitOfWork(1638110398)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.818--UnitOfWork(1638110398)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.818--UnitOfWork(1638110398)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.818--ClientSession(463592982)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.818--UnitOfWork(1638110398)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.818--ClientSession(463592982)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.818--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 73794120 [junit] [EL Finer]: 2022-09-10 04:19:27.818--ClientSession(73794120)--Thread(Thread[main,5,main])--acquire unit of work: 511354972 [junit] [EL Finest]: 2022-09-10 04:19:27.818--UnitOfWork(511354972)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.819--ServerSession(1526542158)--Connection(1282372255)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.819--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.819--ServerSession(1526542158)--Connection(1993304941)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [15] [junit] [EL Finest]: 2022-09-10 04:19:27.819--ServerSession(1526542158)--Connection(1282372255)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:27.834--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 920810924 [junit] [EL Finer]: 2022-09-10 04:19:27.834--ClientSession(920810924)--Thread(Thread[main,5,main])--acquire unit of work: 342074860 [junit] [EL Finest]: 2022-09-10 04:19:27.835--UnitOfWork(342074860)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1b1245fe. [junit] [EL Finer]: 2022-09-10 04:19:27.835--UnitOfWork(342074860)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.835--UnitOfWork(342074860)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1b1245fe) [junit] [EL Finest]: 2022-09-10 04:19:27.835--ServerSession(1526542158)--Connection(869307719)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.835--ClientSession(920810924)--Connection(869307719)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.835--ClientSession(920810924)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.835--ClientSession(920810924)--Connection(982850068)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [33, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:27.836--ClientSession(920810924)--Connection(982850068)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.836--ServerSession(1526542158)--Connection(869307719)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.836--UnitOfWork(342074860)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.836--UnitOfWork(342074860)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.836--UnitOfWork(342074860)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.836--ClientSession(920810924)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.837--UnitOfWork(342074860)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.837--ClientSession(920810924)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.837--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1157598425 [junit] [EL Finer]: 2022-09-10 04:19:27.837--ClientSession(1157598425)--Thread(Thread[main,5,main])--acquire unit of work: 1445489640 [junit] [EL Finest]: 2022-09-10 04:19:27.837--UnitOfWork(1445489640)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.837--ServerSession(1526542158)--Connection(1763612125)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.837--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.837--ServerSession(1526542158)--Connection(141032790)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [33] [junit] [EL Finest]: 2022-09-10 04:19:27.838--ServerSession(1526542158)--Connection(1763612125)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.838--UnitOfWork(1445489640)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.838--UnitOfWork(1445489640)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3889a208 [junit] [EL Finer]: 2022-09-10 04:19:27.838--UnitOfWork(1445489640)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.838--UnitOfWork(1445489640)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2022-09-10 04:19:27.838--UnitOfWork(1445489640)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3889a208) [junit] [EL Finest]: 2022-09-10 04:19:27.838--ServerSession(1526542158)--Connection(242890042)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.838--ClientSession(1157598425)--Connection(242890042)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.838--ClientSession(1157598425)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.838--ClientSession(1157598425)--Connection(142660466)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [33, 1] [junit] [EL Finer]: 2022-09-10 04:19:27.839--ClientSession(1157598425)--Connection(142660466)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.839--ServerSession(1526542158)--Connection(242890042)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.839--UnitOfWork(1445489640)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.839--UnitOfWork(1445489640)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.84--UnitOfWork(1445489640)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.84--ClientSession(1157598425)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.84--UnitOfWork(1445489640)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.84--ClientSession(1157598425)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.84--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 921658289 [junit] [EL Finer]: 2022-09-10 04:19:27.84--ClientSession(921658289)--Thread(Thread[main,5,main])--acquire unit of work: 947535197 [junit] [EL Finest]: 2022-09-10 04:19:27.84--UnitOfWork(947535197)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3889a208. [junit] [EL Finer]: 2022-09-10 04:19:27.84--UnitOfWork(947535197)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.84--UnitOfWork(947535197)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3889a208) [junit] [EL Finest]: 2022-09-10 04:19:27.84--ServerSession(1526542158)--Connection(1393561249)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.84--ClientSession(921658289)--Connection(1393561249)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.84--ClientSession(921658289)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.84--ClientSession(921658289)--Connection(514788761)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [33, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, 2005-09-08, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:27.841--ClientSession(921658289)--Connection(514788761)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.841--ServerSession(1526542158)--Connection(1393561249)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.841--UnitOfWork(947535197)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.842--UnitOfWork(947535197)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.842--UnitOfWork(947535197)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.842--ClientSession(921658289)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.842--UnitOfWork(947535197)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.842--ClientSession(921658289)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.842--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 394825302 [junit] [EL Finer]: 2022-09-10 04:19:27.842--ClientSession(394825302)--Thread(Thread[main,5,main])--acquire unit of work: 1907202811 [junit] [EL Finest]: 2022-09-10 04:19:27.842--UnitOfWork(1907202811)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.842--ServerSession(1526542158)--Connection(878733169)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.842--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.842--ServerSession(1526542158)--Connection(122073438)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [33] [junit] [EL Finest]: 2022-09-10 04:19:27.843--ServerSession(1526542158)--Connection(878733169)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.843--UnitOfWork(1907202811)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.843--UnitOfWork(1907202811)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.843--UnitOfWork(1907202811)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.843--UnitOfWork(1907202811)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.843--UnitOfWork(1907202811)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.843--ClientSession(394825302)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.843--UnitOfWork(1907202811)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.843--ClientSession(394825302)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.843--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1676948814 [junit] [EL Finer]: 2022-09-10 04:19:27.843--ClientSession(1676948814)--Thread(Thread[main,5,main])--acquire unit of work: 1757972957 [junit] [EL Finest]: 2022-09-10 04:19:27.843--UnitOfWork(1757972957)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.843--ServerSession(1526542158)--Connection(833056963)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.843--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.843--ServerSession(1526542158)--Connection(778498089)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [33] [junit] [EL Finest]: 2022-09-10 04:19:27.844--ServerSession(1526542158)--Connection(833056963)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.844--UnitOfWork(1757972957)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.844--UnitOfWork(1757972957)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.844--UnitOfWork(1757972957)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4afb557c) [junit] [EL Finest]: 2022-09-10 04:19:27.844--ServerSession(1526542158)--Connection(671423749)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.845--ClientSession(1676948814)--Connection(671423749)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.845--ClientSession(1676948814)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.845--ClientSession(1676948814)--Connection(952495564)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET SQL_DATE = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 2, 33, 1] [junit] [EL Finer]: 2022-09-10 04:19:27.845--ClientSession(1676948814)--Connection(952495564)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.846--ServerSession(1526542158)--Connection(671423749)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.846--UnitOfWork(1757972957)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.846--UnitOfWork(1757972957)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.846--UnitOfWork(1757972957)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.846--ClientSession(1676948814)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.846--UnitOfWork(1757972957)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.846--ClientSession(1676948814)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.846--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 861784959 [junit] [EL Finer]: 2022-09-10 04:19:27.846--ClientSession(861784959)--Thread(Thread[main,5,main])--acquire unit of work: 618785621 [junit] [EL Finest]: 2022-09-10 04:19:27.846--UnitOfWork(618785621)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.846--ServerSession(1526542158)--Connection(1412993013)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.846--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.846--ServerSession(1526542158)--Connection(1729286422)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [33] [junit] [EL Finest]: 2022-09-10 04:19:27.847--ServerSession(1526542158)--Connection(1412993013)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.847--UnitOfWork(618785621)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.847--UnitOfWork(618785621)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.847--UnitOfWork(618785621)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@18e750e) [junit] [EL Finest]: 2022-09-10 04:19:27.847--ServerSession(1526542158)--Connection(94123204)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.847--ClientSession(861784959)--Connection(94123204)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.847--ClientSession(861784959)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.848--ClientSession(861784959)--Connection(1554246975)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET SQL_DATE = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [2005-09-08, 3, 33, 2] [junit] [EL Finer]: 2022-09-10 04:19:27.848--ClientSession(861784959)--Connection(1554246975)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.849--ServerSession(1526542158)--Connection(94123204)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.849--UnitOfWork(618785621)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.849--UnitOfWork(618785621)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.849--UnitOfWork(618785621)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.849--ClientSession(861784959)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.849--UnitOfWork(618785621)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.849--ClientSession(861784959)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.849--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 375564671 [junit] [EL Finer]: 2022-09-10 04:19:27.849--ClientSession(375564671)--Thread(Thread[main,5,main])--acquire unit of work: 1441494169 [junit] [EL Finest]: 2022-09-10 04:19:27.849--UnitOfWork(1441494169)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.849--ServerSession(1526542158)--Connection(1168204097)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.849--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.849--ServerSession(1526542158)--Connection(1405375316)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [33] [junit] [EL Finest]: 2022-09-10 04:19:27.85--ServerSession(1526542158)--Connection(1168204097)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.85--UnitOfWork(1441494169)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.85--UnitOfWork(1441494169)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.85--UnitOfWork(1441494169)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@10ca01c7) [junit] [EL Finest]: 2022-09-10 04:19:27.85--ServerSession(1526542158)--Connection(1084421494)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.85--ClientSession(375564671)--Connection(1084421494)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.85--ClientSession(375564671)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.851--ClientSession(375564671)--Connection(1617730384)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET SQL_DATE = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [2005-09-09, 4, 33, 3] [junit] [EL Finer]: 2022-09-10 04:19:27.851--ClientSession(375564671)--Connection(1617730384)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.852--ServerSession(1526542158)--Connection(1084421494)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.852--UnitOfWork(1441494169)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.852--UnitOfWork(1441494169)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.852--UnitOfWork(1441494169)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.852--ClientSession(375564671)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.852--UnitOfWork(1441494169)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.852--ClientSession(375564671)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.852--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 996957972 [junit] [EL Finer]: 2022-09-10 04:19:27.852--ClientSession(996957972)--Thread(Thread[main,5,main])--acquire unit of work: 1063187762 [junit] [EL Finest]: 2022-09-10 04:19:27.852--UnitOfWork(1063187762)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.852--ServerSession(1526542158)--Connection(1551940888)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.852--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.852--ServerSession(1526542158)--Connection(549152575)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [33] [junit] [EL Finest]: 2022-09-10 04:19:27.853--ServerSession(1526542158)--Connection(1551940888)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.853--UnitOfWork(1063187762)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.853--UnitOfWork(1063187762)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.853--UnitOfWork(1063187762)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@68f896e6) [junit] [EL Finest]: 2022-09-10 04:19:27.853--ServerSession(1526542158)--Connection(1526215930)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.854--ClientSession(996957972)--Connection(1526215930)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.854--ClientSession(996957972)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.854--ClientSession(996957972)--Connection(660672090)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET SQL_DATE = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 5, 33, 4] [junit] [EL Finer]: 2022-09-10 04:19:27.854--ClientSession(996957972)--Connection(660672090)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.855--ServerSession(1526542158)--Connection(1526215930)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.855--UnitOfWork(1063187762)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.855--UnitOfWork(1063187762)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.855--UnitOfWork(1063187762)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.855--ClientSession(996957972)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.855--UnitOfWork(1063187762)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.855--ClientSession(996957972)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.855--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 258647562 [junit] [EL Finer]: 2022-09-10 04:19:27.855--ClientSession(258647562)--Thread(Thread[main,5,main])--acquire unit of work: 542538339 [junit] [EL Finest]: 2022-09-10 04:19:27.855--UnitOfWork(542538339)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.885--ServerSession(1526542158)--Connection(1012342988)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.885--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.886--ServerSession(1526542158)--Connection(1491198544)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [33] [junit] [EL Finest]: 2022-09-10 04:19:27.887--ServerSession(1526542158)--Connection(1012342988)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:27.904--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1120867893 [junit] [EL Finer]: 2022-09-10 04:19:27.904--ClientSession(1120867893)--Thread(Thread[main,5,main])--acquire unit of work: 1507498183 [junit] [EL Finest]: 2022-09-10 04:19:27.904--UnitOfWork(1507498183)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4c828274. [junit] [EL Finer]: 2022-09-10 04:19:27.904--UnitOfWork(1507498183)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.904--UnitOfWork(1507498183)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4c828274) [junit] [EL Finest]: 2022-09-10 04:19:27.904--ServerSession(1526542158)--Connection(1323549538)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.904--ClientSession(1120867893)--Connection(1323549538)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.904--ClientSession(1120867893)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.905--ClientSession(1120867893)--Connection(1131570905)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [34, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:27.906--ClientSession(1120867893)--Connection(1131570905)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.907--ServerSession(1526542158)--Connection(1323549538)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.907--UnitOfWork(1507498183)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.907--UnitOfWork(1507498183)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.907--UnitOfWork(1507498183)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.907--ClientSession(1120867893)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.907--UnitOfWork(1507498183)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.907--ClientSession(1120867893)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.907--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 127096392 [junit] [EL Finer]: 2022-09-10 04:19:27.907--ClientSession(127096392)--Thread(Thread[main,5,main])--acquire unit of work: 1460120781 [junit] [EL Finest]: 2022-09-10 04:19:27.907--UnitOfWork(1460120781)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.907--ServerSession(1526542158)--Connection(311863065)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.908--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.908--ServerSession(1526542158)--Connection(504996162)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [34] [junit] [EL Finest]: 2022-09-10 04:19:27.909--ServerSession(1526542158)--Connection(311863065)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.909--UnitOfWork(1460120781)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.909--UnitOfWork(1460120781)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4e27ece1 [junit] [EL Finer]: 2022-09-10 04:19:27.909--UnitOfWork(1460120781)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.909--UnitOfWork(1460120781)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2022-09-10 04:19:27.909--UnitOfWork(1460120781)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4e27ece1) [junit] [EL Finest]: 2022-09-10 04:19:27.909--ServerSession(1526542158)--Connection(851653336)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.909--ClientSession(127096392)--Connection(851653336)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.909--ClientSession(127096392)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.91--ClientSession(127096392)--Connection(720383890)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [34, 1] [junit] [EL Finer]: 2022-09-10 04:19:27.911--ClientSession(127096392)--Connection(720383890)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.912--ServerSession(1526542158)--Connection(851653336)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.912--UnitOfWork(1460120781)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.912--UnitOfWork(1460120781)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.912--UnitOfWork(1460120781)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.912--ClientSession(127096392)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.912--UnitOfWork(1460120781)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.912--ClientSession(127096392)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.912--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1463911213 [junit] [EL Finer]: 2022-09-10 04:19:27.912--ClientSession(1463911213)--Thread(Thread[main,5,main])--acquire unit of work: 2087103208 [junit] [EL Finest]: 2022-09-10 04:19:27.912--UnitOfWork(2087103208)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4e27ece1. [junit] [EL Finer]: 2022-09-10 04:19:27.912--UnitOfWork(2087103208)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.912--UnitOfWork(2087103208)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4e27ece1) [junit] [EL Finest]: 2022-09-10 04:19:27.913--ServerSession(1526542158)--Connection(786471200)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.913--ClientSession(1463911213)--Connection(786471200)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.913--ClientSession(1463911213)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.913--ClientSession(1463911213)--Connection(1969438522)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [34, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, 10:49:00, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:27.914--ClientSession(1463911213)--Connection(1969438522)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.914--ServerSession(1526542158)--Connection(786471200)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.914--UnitOfWork(2087103208)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.914--UnitOfWork(2087103208)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.914--UnitOfWork(2087103208)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.915--ClientSession(1463911213)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.915--UnitOfWork(2087103208)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.915--ClientSession(1463911213)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.915--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 195096685 [junit] [EL Finer]: 2022-09-10 04:19:27.915--ClientSession(195096685)--Thread(Thread[main,5,main])--acquire unit of work: 1733727436 [junit] [EL Finest]: 2022-09-10 04:19:27.915--UnitOfWork(1733727436)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.915--ServerSession(1526542158)--Connection(83529208)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.915--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.915--ServerSession(1526542158)--Connection(1069894995)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [34] [junit] [EL Finest]: 2022-09-10 04:19:27.916--ServerSession(1526542158)--Connection(83529208)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.916--UnitOfWork(1733727436)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.916--UnitOfWork(1733727436)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.916--UnitOfWork(1733727436)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.916--UnitOfWork(1733727436)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.916--UnitOfWork(1733727436)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.916--ClientSession(195096685)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.916--UnitOfWork(1733727436)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.916--ClientSession(195096685)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.916--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1093844681 [junit] [EL Finer]: 2022-09-10 04:19:27.916--ClientSession(1093844681)--Thread(Thread[main,5,main])--acquire unit of work: 1850526815 [junit] [EL Finest]: 2022-09-10 04:19:27.916--UnitOfWork(1850526815)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.916--ServerSession(1526542158)--Connection(1068265262)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.916--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.916--ServerSession(1526542158)--Connection(685005872)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [34] [junit] [EL Finest]: 2022-09-10 04:19:27.917--ServerSession(1526542158)--Connection(1068265262)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.917--UnitOfWork(1850526815)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.917--UnitOfWork(1850526815)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.917--UnitOfWork(1850526815)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@28ebaa4b) [junit] [EL Finest]: 2022-09-10 04:19:27.917--ServerSession(1526542158)--Connection(451238316)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.918--ClientSession(1093844681)--Connection(451238316)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.918--ClientSession(1093844681)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.918--ClientSession(1093844681)--Connection(1873346889)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET SQL_TIME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 2, 34, 1] [junit] [EL Finer]: 2022-09-10 04:19:27.919--ClientSession(1093844681)--Connection(1873346889)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.919--ServerSession(1526542158)--Connection(451238316)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.919--UnitOfWork(1850526815)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.919--UnitOfWork(1850526815)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.919--UnitOfWork(1850526815)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.919--ClientSession(1093844681)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.92--UnitOfWork(1850526815)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.92--ClientSession(1093844681)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.92--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 443228585 [junit] [EL Finer]: 2022-09-10 04:19:27.92--ClientSession(443228585)--Thread(Thread[main,5,main])--acquire unit of work: 1039124708 [junit] [EL Finest]: 2022-09-10 04:19:27.92--UnitOfWork(1039124708)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.92--ServerSession(1526542158)--Connection(357806130)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.92--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.92--ServerSession(1526542158)--Connection(649617359)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [34] [junit] [EL Finest]: 2022-09-10 04:19:27.92--ServerSession(1526542158)--Connection(357806130)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.921--UnitOfWork(1039124708)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.921--UnitOfWork(1039124708)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.921--UnitOfWork(1039124708)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2e2ceebb) [junit] [EL Finest]: 2022-09-10 04:19:27.921--ServerSession(1526542158)--Connection(1161444491)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.921--ClientSession(443228585)--Connection(1161444491)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.921--ClientSession(443228585)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.921--ClientSession(443228585)--Connection(1394192747)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET SQL_TIME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [10:49:00, 3, 34, 2] [junit] [EL Finer]: 2022-09-10 04:19:27.922--ClientSession(443228585)--Connection(1394192747)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.923--ServerSession(1526542158)--Connection(1161444491)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.923--UnitOfWork(1039124708)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.923--UnitOfWork(1039124708)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.923--UnitOfWork(1039124708)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.923--ClientSession(443228585)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.923--UnitOfWork(1039124708)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.923--ClientSession(443228585)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.923--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 807868698 [junit] [EL Finer]: 2022-09-10 04:19:27.923--ClientSession(807868698)--Thread(Thread[main,5,main])--acquire unit of work: 774599836 [junit] [EL Finest]: 2022-09-10 04:19:27.923--UnitOfWork(774599836)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.923--ServerSession(1526542158)--Connection(2060623904)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.923--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.923--ServerSession(1526542158)--Connection(860692197)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [34] [junit] [EL Finest]: 2022-09-10 04:19:27.924--ServerSession(1526542158)--Connection(2060623904)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.924--UnitOfWork(774599836)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.924--UnitOfWork(774599836)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.924--UnitOfWork(774599836)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@216c5868) [junit] [EL Finest]: 2022-09-10 04:19:27.924--ServerSession(1526542158)--Connection(281002334)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.924--ClientSession(807868698)--Connection(281002334)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.924--ClientSession(807868698)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.925--ClientSession(807868698)--Connection(1605443801)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET SQL_TIME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [11:49:00, 4, 34, 3] [junit] [EL Finer]: 2022-09-10 04:19:27.925--ClientSession(807868698)--Connection(1605443801)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.926--ServerSession(1526542158)--Connection(281002334)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.926--UnitOfWork(774599836)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.926--UnitOfWork(774599836)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.926--UnitOfWork(774599836)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.926--ClientSession(807868698)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.926--UnitOfWork(774599836)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.926--ClientSession(807868698)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.926--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1721496405 [junit] [EL Finer]: 2022-09-10 04:19:27.926--ClientSession(1721496405)--Thread(Thread[main,5,main])--acquire unit of work: 821735607 [junit] [EL Finest]: 2022-09-10 04:19:27.926--UnitOfWork(821735607)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.926--ServerSession(1526542158)--Connection(1085664659)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.926--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.926--ServerSession(1526542158)--Connection(1271919297)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [34] [junit] [EL Finest]: 2022-09-10 04:19:27.927--ServerSession(1526542158)--Connection(1085664659)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.927--UnitOfWork(821735607)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.927--UnitOfWork(821735607)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.927--UnitOfWork(821735607)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@785b665c) [junit] [EL Finest]: 2022-09-10 04:19:27.928--ServerSession(1526542158)--Connection(50538573)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.928--ClientSession(1721496405)--Connection(50538573)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.928--ClientSession(1721496405)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.928--ClientSession(1721496405)--Connection(2052454170)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET SQL_TIME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 5, 34, 4] [junit] [EL Finer]: 2022-09-10 04:19:27.929--ClientSession(1721496405)--Connection(2052454170)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.929--ServerSession(1526542158)--Connection(50538573)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.929--UnitOfWork(821735607)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.929--UnitOfWork(821735607)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.929--UnitOfWork(821735607)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.93--ClientSession(1721496405)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.93--UnitOfWork(821735607)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.93--ClientSession(1721496405)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.93--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 970704402 [junit] [EL Finer]: 2022-09-10 04:19:27.93--ClientSession(970704402)--Thread(Thread[main,5,main])--acquire unit of work: 1826822932 [junit] [EL Finest]: 2022-09-10 04:19:27.93--UnitOfWork(1826822932)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.93--ServerSession(1526542158)--Connection(1306620485)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.93--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.93--ServerSession(1526542158)--Connection(1759468477)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [34] [junit] [EL Finest]: 2022-09-10 04:19:27.931--ServerSession(1526542158)--Connection(1306620485)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:27.946--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 657514051 [junit] [EL Finer]: 2022-09-10 04:19:27.946--ClientSession(657514051)--Thread(Thread[main,5,main])--acquire unit of work: 552035926 [junit] [EL Finest]: 2022-09-10 04:19:27.946--UnitOfWork(552035926)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@16c4dc4f. [junit] [EL Finer]: 2022-09-10 04:19:27.946--UnitOfWork(552035926)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.946--UnitOfWork(552035926)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@16c4dc4f) [junit] [EL Finest]: 2022-09-10 04:19:27.946--ServerSession(1526542158)--Connection(829337223)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.946--ClientSession(657514051)--Connection(829337223)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.946--ClientSession(657514051)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.946--ClientSession(657514051)--Connection(706788138)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [43, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:27.947--ClientSession(657514051)--Connection(706788138)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.948--ServerSession(1526542158)--Connection(829337223)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.948--UnitOfWork(552035926)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.948--UnitOfWork(552035926)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.948--UnitOfWork(552035926)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.948--ClientSession(657514051)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.948--UnitOfWork(552035926)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.948--ClientSession(657514051)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.948--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 593019409 [junit] [EL Finer]: 2022-09-10 04:19:27.948--ClientSession(593019409)--Thread(Thread[main,5,main])--acquire unit of work: 210687163 [junit] [EL Finest]: 2022-09-10 04:19:27.948--UnitOfWork(210687163)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.948--ServerSession(1526542158)--Connection(670503867)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.948--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.948--ServerSession(1526542158)--Connection(1915995239)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [43] [junit] [EL Finest]: 2022-09-10 04:19:27.949--ServerSession(1526542158)--Connection(670503867)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.949--UnitOfWork(210687163)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.949--UnitOfWork(210687163)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@72ba41f7 [junit] [EL Finer]: 2022-09-10 04:19:27.949--UnitOfWork(210687163)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.949--UnitOfWork(210687163)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2022-09-10 04:19:27.949--UnitOfWork(210687163)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@72ba41f7) [junit] [EL Finest]: 2022-09-10 04:19:27.949--ServerSession(1526542158)--Connection(2147120529)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.949--ClientSession(593019409)--Connection(2147120529)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.949--ClientSession(593019409)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.95--ClientSession(593019409)--Connection(1833849181)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [43, 1] [junit] [EL Finer]: 2022-09-10 04:19:27.95--ClientSession(593019409)--Connection(1833849181)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.951--ServerSession(1526542158)--Connection(2147120529)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.951--UnitOfWork(210687163)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.951--UnitOfWork(210687163)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.951--UnitOfWork(210687163)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.951--ClientSession(593019409)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.951--UnitOfWork(210687163)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.951--ClientSession(593019409)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.951--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1255479992 [junit] [EL Finer]: 2022-09-10 04:19:27.951--ClientSession(1255479992)--Thread(Thread[main,5,main])--acquire unit of work: 1435397638 [junit] [EL Finest]: 2022-09-10 04:19:27.951--UnitOfWork(1435397638)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@72ba41f7. [junit] [EL Finer]: 2022-09-10 04:19:27.951--UnitOfWork(1435397638)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.951--UnitOfWork(1435397638)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@72ba41f7) [junit] [EL Finest]: 2022-09-10 04:19:27.951--ServerSession(1526542158)--Connection(1536885409)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.951--ClientSession(1255479992)--Connection(1536885409)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.951--ClientSession(1255479992)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.952--ClientSession(1255479992)--Connection(522282183)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [43, null, null, null, null, 0, false, null, [B@3979d3b0, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:27.952--ClientSession(1255479992)--Connection(522282183)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.953--ServerSession(1526542158)--Connection(1536885409)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.953--UnitOfWork(1435397638)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.953--UnitOfWork(1435397638)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.953--UnitOfWork(1435397638)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.953--ClientSession(1255479992)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.953--UnitOfWork(1435397638)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.953--ClientSession(1255479992)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.953--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 281499399 [junit] [EL Finer]: 2022-09-10 04:19:27.953--ClientSession(281499399)--Thread(Thread[main,5,main])--acquire unit of work: 81006212 [junit] [EL Finest]: 2022-09-10 04:19:27.953--UnitOfWork(81006212)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.953--ServerSession(1526542158)--Connection(721678900)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.953--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.953--ServerSession(1526542158)--Connection(1811374022)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [43] [junit] [EL Finest]: 2022-09-10 04:19:27.954--ServerSession(1526542158)--Connection(721678900)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.954--UnitOfWork(81006212)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.954--UnitOfWork(81006212)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.954--UnitOfWork(81006212)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.954--UnitOfWork(81006212)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.954--UnitOfWork(81006212)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.954--ClientSession(281499399)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.954--UnitOfWork(81006212)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.954--ClientSession(281499399)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.954--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1405059612 [junit] [EL Finer]: 2022-09-10 04:19:27.954--ClientSession(1405059612)--Thread(Thread[main,5,main])--acquire unit of work: 6858897 [junit] [EL Finest]: 2022-09-10 04:19:27.954--UnitOfWork(6858897)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.954--ServerSession(1526542158)--Connection(1367151848)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.954--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.955--ServerSession(1526542158)--Connection(315013662)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [43] [junit] [EL Finest]: 2022-09-10 04:19:27.955--ServerSession(1526542158)--Connection(1367151848)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.955--UnitOfWork(6858897)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.955--UnitOfWork(6858897)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.955--UnitOfWork(6858897)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@414cef88) [junit] [EL Finest]: 2022-09-10 04:19:27.956--ServerSession(1526542158)--Connection(1799477491)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.956--ClientSession(1405059612)--Connection(1799477491)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.956--ClientSession(1405059612)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.956--ClientSession(1405059612)--Connection(1305955004)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET PBA_BLOB = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 2, 43, 1] [junit] [EL Finer]: 2022-09-10 04:19:27.957--ClientSession(1405059612)--Connection(1305955004)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.957--ServerSession(1526542158)--Connection(1799477491)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.957--UnitOfWork(6858897)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.957--UnitOfWork(6858897)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.957--UnitOfWork(6858897)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.957--ClientSession(1405059612)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.957--UnitOfWork(6858897)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.957--ClientSession(1405059612)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.957--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 753078622 [junit] [EL Finer]: 2022-09-10 04:19:27.957--ClientSession(753078622)--Thread(Thread[main,5,main])--acquire unit of work: 1528179924 [junit] [EL Finest]: 2022-09-10 04:19:27.957--UnitOfWork(1528179924)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.958--ServerSession(1526542158)--Connection(1850387636)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.958--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.958--ServerSession(1526542158)--Connection(569598230)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [43] [junit] [EL Finest]: 2022-09-10 04:19:27.958--ServerSession(1526542158)--Connection(1850387636)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.958--UnitOfWork(1528179924)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.959--UnitOfWork(1528179924)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.959--UnitOfWork(1528179924)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@44a03f34) [junit] [EL Finest]: 2022-09-10 04:19:27.959--ServerSession(1526542158)--Connection(474027385)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.959--ClientSession(753078622)--Connection(474027385)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.959--ClientSession(753078622)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.959--ClientSession(753078622)--Connection(1127312072)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET PBA_BLOB = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [[B@3979d3b0, 3, 43, 2] [junit] [EL Finer]: 2022-09-10 04:19:27.96--ClientSession(753078622)--Connection(1127312072)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.96--ServerSession(1526542158)--Connection(474027385)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.96--UnitOfWork(1528179924)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.96--UnitOfWork(1528179924)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.96--UnitOfWork(1528179924)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.96--ClientSession(753078622)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.96--UnitOfWork(1528179924)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.96--ClientSession(753078622)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.96--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1680843324 [junit] [EL Finer]: 2022-09-10 04:19:27.96--ClientSession(1680843324)--Thread(Thread[main,5,main])--acquire unit of work: 746648411 [junit] [EL Finest]: 2022-09-10 04:19:27.961--UnitOfWork(746648411)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.961--ServerSession(1526542158)--Connection(1206286146)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.961--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.961--ServerSession(1526542158)--Connection(991390119)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [43] [junit] [EL Finest]: 2022-09-10 04:19:27.961--ServerSession(1526542158)--Connection(1206286146)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.961--UnitOfWork(746648411)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.962--UnitOfWork(746648411)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.962--UnitOfWork(746648411)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7da91d88) [junit] [EL Finest]: 2022-09-10 04:19:27.962--ServerSession(1526542158)--Connection(1601497364)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.962--ClientSession(1680843324)--Connection(1601497364)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.962--ClientSession(1680843324)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.962--ClientSession(1680843324)--Connection(1782121364)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET PBA_BLOB = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [[B@5fc900b8, 4, 43, 3] [junit] [EL Finer]: 2022-09-10 04:19:27.993--ClientSession(1680843324)--Connection(1782121364)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.994--ServerSession(1526542158)--Connection(1601497364)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.994--UnitOfWork(746648411)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.994--UnitOfWork(746648411)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.994--UnitOfWork(746648411)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.994--ClientSession(1680843324)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.994--UnitOfWork(746648411)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.994--ClientSession(1680843324)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.994--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1618871412 [junit] [EL Finer]: 2022-09-10 04:19:27.994--ClientSession(1618871412)--Thread(Thread[main,5,main])--acquire unit of work: 1123655244 [junit] [EL Finest]: 2022-09-10 04:19:27.994--UnitOfWork(1123655244)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.995--ServerSession(1526542158)--Connection(1183731568)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.995--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.995--ServerSession(1526542158)--Connection(432210703)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [43] [junit] [EL Finest]: 2022-09-10 04:19:27.996--ServerSession(1526542158)--Connection(1183731568)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.996--UnitOfWork(1123655244)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:27.996--UnitOfWork(1123655244)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:27.996--UnitOfWork(1123655244)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@334a373a) [junit] [EL Finest]: 2022-09-10 04:19:27.996--ServerSession(1526542158)--Connection(1278187347)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.997--ClientSession(1618871412)--Connection(1278187347)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:27.997--ClientSession(1618871412)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:27.997--ClientSession(1618871412)--Connection(319865759)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET PBA_BLOB = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 5, 43, 4] [junit] [EL Finer]: 2022-09-10 04:19:27.998--ClientSession(1618871412)--Connection(319865759)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:27.999--ServerSession(1526542158)--Connection(1278187347)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:27.999--UnitOfWork(1123655244)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:27.999--UnitOfWork(1123655244)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.999--UnitOfWork(1123655244)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.999--ClientSession(1618871412)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:27.999--UnitOfWork(1123655244)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:27.999--ClientSession(1618871412)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:27.999--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2005657911 [junit] [EL Finer]: 2022-09-10 04:19:27.999--ClientSession(2005657911)--Thread(Thread[main,5,main])--acquire unit of work: 1653788770 [junit] [EL Finest]: 2022-09-10 04:19:27.999--UnitOfWork(1653788770)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:27.999--ServerSession(1526542158)--Connection(499462613)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:27.999--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.0--ServerSession(1526542158)--Connection(696474472)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [43] [junit] [EL Finest]: 2022-09-10 04:19:28.0--ServerSession(1526542158)--Connection(499462613)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:28.016--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1164080794 [junit] [EL Finer]: 2022-09-10 04:19:28.016--ClientSession(1164080794)--Thread(Thread[main,5,main])--acquire unit of work: 858354138 [junit] [EL Finest]: 2022-09-10 04:19:28.016--UnitOfWork(858354138)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6846eda6. [junit] [EL Finer]: 2022-09-10 04:19:28.016--UnitOfWork(858354138)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.016--UnitOfWork(858354138)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6846eda6) [junit] [EL Finest]: 2022-09-10 04:19:28.017--ServerSession(1526542158)--Connection(1706318914)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.017--ClientSession(1164080794)--Connection(1706318914)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.017--ClientSession(1164080794)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.017--ClientSession(1164080794)--Connection(493569679)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [22, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:28.018--ClientSession(1164080794)--Connection(493569679)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.019--ServerSession(1526542158)--Connection(1706318914)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.019--UnitOfWork(858354138)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.019--UnitOfWork(858354138)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.019--UnitOfWork(858354138)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.019--ClientSession(1164080794)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.019--UnitOfWork(858354138)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.019--ClientSession(1164080794)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.019--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 393782763 [junit] [EL Finer]: 2022-09-10 04:19:28.019--ClientSession(393782763)--Thread(Thread[main,5,main])--acquire unit of work: 1356908213 [junit] [EL Finest]: 2022-09-10 04:19:28.019--UnitOfWork(1356908213)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.019--ServerSession(1526542158)--Connection(1876570779)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.019--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.02--ServerSession(1526542158)--Connection(1912671357)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [22] [junit] [EL Finest]: 2022-09-10 04:19:28.02--ServerSession(1526542158)--Connection(1876570779)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.02--UnitOfWork(1356908213)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.02--UnitOfWork(1356908213)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4877ad41 [junit] [EL Finer]: 2022-09-10 04:19:28.021--UnitOfWork(1356908213)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.021--UnitOfWork(1356908213)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2022-09-10 04:19:28.021--UnitOfWork(1356908213)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4877ad41) [junit] [EL Finest]: 2022-09-10 04:19:28.021--ServerSession(1526542158)--Connection(925831488)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.021--ClientSession(393782763)--Connection(925831488)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.021--ClientSession(393782763)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.021--ClientSession(393782763)--Connection(2044307522)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [22, 1] [junit] [EL Finer]: 2022-09-10 04:19:28.022--ClientSession(393782763)--Connection(2044307522)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.022--ServerSession(1526542158)--Connection(925831488)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.022--UnitOfWork(1356908213)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.023--UnitOfWork(1356908213)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.023--UnitOfWork(1356908213)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.023--ClientSession(393782763)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.023--UnitOfWork(1356908213)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.023--ClientSession(393782763)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.023--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 141150718 [junit] [EL Finer]: 2022-09-10 04:19:28.023--ClientSession(141150718)--Thread(Thread[main,5,main])--acquire unit of work: 1011284745 [junit] [EL Finest]: 2022-09-10 04:19:28.023--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4877ad41. [junit] [EL Finer]: 2022-09-10 04:19:28.023--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.023--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4877ad41) [junit] [EL Finest]: 2022-09-10 04:19:28.023--ServerSession(1526542158)--Connection(1694131512)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.023--ClientSession(141150718)--Connection(1694131512)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.023--ClientSession(141150718)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.023--ClientSession(141150718)--Connection(572159584)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [22, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, VC 1, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:28.024--ClientSession(141150718)--Connection(572159584)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.025--ServerSession(1526542158)--Connection(1694131512)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.025--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.025--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.025--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.025--ClientSession(141150718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.025--UnitOfWork(1011284745)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.025--ClientSession(141150718)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.025--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1553041342 [junit] [EL Finer]: 2022-09-10 04:19:28.025--ClientSession(1553041342)--Thread(Thread[main,5,main])--acquire unit of work: 759776058 [junit] [EL Finest]: 2022-09-10 04:19:28.025--UnitOfWork(759776058)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.025--ServerSession(1526542158)--Connection(2120819341)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.025--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.025--ServerSession(1526542158)--Connection(985280009)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [22] [junit] [EL Finest]: 2022-09-10 04:19:28.026--ServerSession(1526542158)--Connection(2120819341)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.026--UnitOfWork(759776058)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.026--UnitOfWork(759776058)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.026--UnitOfWork(759776058)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.026--UnitOfWork(759776058)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.026--UnitOfWork(759776058)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.026--ClientSession(1553041342)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.026--UnitOfWork(759776058)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.027--ClientSession(1553041342)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.027--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 211133401 [junit] [EL Finer]: 2022-09-10 04:19:28.027--ClientSession(211133401)--Thread(Thread[main,5,main])--acquire unit of work: 134425777 [junit] [EL Finest]: 2022-09-10 04:19:28.027--UnitOfWork(134425777)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.027--ServerSession(1526542158)--Connection(1779086540)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.027--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.027--ServerSession(1526542158)--Connection(1855824803)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [22] [junit] [EL Finest]: 2022-09-10 04:19:28.027--ServerSession(1526542158)--Connection(1779086540)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.028--UnitOfWork(134425777)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.028--UnitOfWork(134425777)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.028--UnitOfWork(134425777)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6153f6e1) [junit] [EL Finest]: 2022-09-10 04:19:28.028--ServerSession(1526542158)--Connection(1305982149)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.028--ClientSession(211133401)--Connection(1305982149)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.028--ClientSession(211133401)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.029--ClientSession(211133401)--Connection(860731232)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET STRING_CLOB = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [VC 2, 2, 22, 1] [junit] [EL Finer]: 2022-09-10 04:19:28.029--ClientSession(211133401)--Connection(860731232)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.03--ServerSession(1526542158)--Connection(1305982149)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.03--UnitOfWork(134425777)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.03--UnitOfWork(134425777)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.03--UnitOfWork(134425777)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.03--ClientSession(211133401)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.03--UnitOfWork(134425777)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.031--ClientSession(211133401)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.031--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 372495117 [junit] [EL Finer]: 2022-09-10 04:19:28.031--ClientSession(372495117)--Thread(Thread[main,5,main])--acquire unit of work: 1209761820 [junit] [EL Finest]: 2022-09-10 04:19:28.031--UnitOfWork(1209761820)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.031--ServerSession(1526542158)--Connection(641131554)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.031--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.031--ServerSession(1526542158)--Connection(1365730500)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [22] [junit] [EL Finest]: 2022-09-10 04:19:28.032--ServerSession(1526542158)--Connection(641131554)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.032--UnitOfWork(1209761820)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.032--UnitOfWork(1209761820)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.032--UnitOfWork(1209761820)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5c4de465) [junit] [EL Finest]: 2022-09-10 04:19:28.032--ServerSession(1526542158)--Connection(1286263920)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.032--ClientSession(372495117)--Connection(1286263920)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.032--ClientSession(372495117)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.033--ClientSession(372495117)--Connection(1501837345)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET STRING_CLOB = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 3, 22, 2] [junit] [EL Finer]: 2022-09-10 04:19:28.033--ClientSession(372495117)--Connection(1501837345)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.034--ServerSession(1526542158)--Connection(1286263920)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.034--UnitOfWork(1209761820)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.034--UnitOfWork(1209761820)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.034--UnitOfWork(1209761820)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.034--ClientSession(372495117)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.034--UnitOfWork(1209761820)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.034--ClientSession(372495117)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.034--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1912529756 [junit] [EL Finer]: 2022-09-10 04:19:28.034--ClientSession(1912529756)--Thread(Thread[main,5,main])--acquire unit of work: 163809394 [junit] [EL Finest]: 2022-09-10 04:19:28.034--UnitOfWork(163809394)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.034--ServerSession(1526542158)--Connection(791780515)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.034--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.035--ServerSession(1526542158)--Connection(692250571)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [22] [junit] [EL Finest]: 2022-09-10 04:19:28.035--ServerSession(1526542158)--Connection(791780515)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:28.049--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 933654101 [junit] [EL Finer]: 2022-09-10 04:19:28.049--ClientSession(933654101)--Thread(Thread[main,5,main])--acquire unit of work: 434752423 [junit] [EL Finest]: 2022-09-10 04:19:28.05--UnitOfWork(434752423)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@68c867f7. [junit] [EL Finer]: 2022-09-10 04:19:28.05--UnitOfWork(434752423)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.05--UnitOfWork(434752423)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@68c867f7) [junit] [EL Finest]: 2022-09-10 04:19:28.05--ServerSession(1526542158)--Connection(89152618)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.05--ClientSession(933654101)--Connection(89152618)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.05--ClientSession(933654101)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.05--ClientSession(933654101)--Connection(1387465620)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [45, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:28.051--ClientSession(933654101)--Connection(1387465620)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.052--ServerSession(1526542158)--Connection(89152618)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.052--UnitOfWork(434752423)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.052--UnitOfWork(434752423)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.052--UnitOfWork(434752423)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.052--ClientSession(933654101)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.052--UnitOfWork(434752423)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.052--ClientSession(933654101)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.052--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2108618285 [junit] [EL Finer]: 2022-09-10 04:19:28.052--ClientSession(2108618285)--Thread(Thread[main,5,main])--acquire unit of work: 923512231 [junit] [EL Finest]: 2022-09-10 04:19:28.052--UnitOfWork(923512231)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.052--ServerSession(1526542158)--Connection(925627077)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.052--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.052--ServerSession(1526542158)--Connection(531191870)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [45] [junit] [EL Finest]: 2022-09-10 04:19:28.053--ServerSession(1526542158)--Connection(925627077)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.053--UnitOfWork(923512231)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.053--UnitOfWork(923512231)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@17e54304 [junit] [EL Finer]: 2022-09-10 04:19:28.053--UnitOfWork(923512231)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.053--UnitOfWork(923512231)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2022-09-10 04:19:28.054--UnitOfWork(923512231)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@17e54304) [junit] [EL Finest]: 2022-09-10 04:19:28.054--ServerSession(1526542158)--Connection(834993239)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.054--ClientSession(2108618285)--Connection(834993239)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.054--ClientSession(2108618285)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.054--ClientSession(2108618285)--Connection(1339410129)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [45, 1] [junit] [EL Finer]: 2022-09-10 04:19:28.054--ClientSession(2108618285)--Connection(1339410129)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.055--ServerSession(1526542158)--Connection(834993239)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.055--UnitOfWork(923512231)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.055--UnitOfWork(923512231)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.055--UnitOfWork(923512231)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.055--ClientSession(2108618285)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.056--UnitOfWork(923512231)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.056--ClientSession(2108618285)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.056--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1651544330 [junit] [EL Finer]: 2022-09-10 04:19:28.056--ClientSession(1651544330)--Thread(Thread[main,5,main])--acquire unit of work: 57815259 [junit] [EL Finest]: 2022-09-10 04:19:28.056--UnitOfWork(57815259)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@17e54304. [junit] [EL Finer]: 2022-09-10 04:19:28.056--UnitOfWork(57815259)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.056--UnitOfWork(57815259)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@17e54304) [junit] [EL Finest]: 2022-09-10 04:19:28.056--ServerSession(1526542158)--Connection(686447690)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.056--ClientSession(1651544330)--Connection(686447690)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.056--ClientSession(1651544330)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.056--ClientSession(1651544330)--Connection(1324638364)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [45, null, null, null, null, 0, false, null, null, null, 0, UNCHANGED, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:28.057--ClientSession(1651544330)--Connection(1324638364)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.057--ServerSession(1526542158)--Connection(686447690)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.057--UnitOfWork(57815259)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.057--UnitOfWork(57815259)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.057--UnitOfWork(57815259)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.058--ClientSession(1651544330)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.058--UnitOfWork(57815259)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.058--ClientSession(1651544330)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.058--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1372910279 [junit] [EL Finer]: 2022-09-10 04:19:28.058--ClientSession(1372910279)--Thread(Thread[main,5,main])--acquire unit of work: 1011452129 [junit] [EL Finest]: 2022-09-10 04:19:28.058--UnitOfWork(1011452129)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.058--ServerSession(1526542158)--Connection(1933532148)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.058--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.058--ServerSession(1526542158)--Connection(1863989053)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [45] [junit] [EL Finest]: 2022-09-10 04:19:28.059--ServerSession(1526542158)--Connection(1933532148)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.059--UnitOfWork(1011452129)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.059--UnitOfWork(1011452129)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.059--UnitOfWork(1011452129)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.059--UnitOfWork(1011452129)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.059--UnitOfWork(1011452129)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.059--ClientSession(1372910279)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.059--UnitOfWork(1011452129)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.059--ClientSession(1372910279)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.059--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 846221418 [junit] [EL Finer]: 2022-09-10 04:19:28.059--ClientSession(846221418)--Thread(Thread[main,5,main])--acquire unit of work: 1521806772 [junit] [EL Finest]: 2022-09-10 04:19:28.059--UnitOfWork(1521806772)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.059--ServerSession(1526542158)--Connection(1944693737)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.059--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.059--ServerSession(1526542158)--Connection(259766962)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [45] [junit] [EL Finest]: 2022-09-10 04:19:28.06--ServerSession(1526542158)--Connection(1944693737)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.06--UnitOfWork(1521806772)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.06--UnitOfWork(1521806772)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.06--UnitOfWork(1521806772)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7c149660) [junit] [EL Finest]: 2022-09-10 04:19:28.06--ServerSession(1526542158)--Connection(2005749175)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.06--ClientSession(846221418)--Connection(2005749175)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.06--ClientSession(846221418)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.061--ClientSession(846221418)--Connection(796025520)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET PCA_CLOB = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 2, 45, 1] [junit] [EL Finer]: 2022-09-10 04:19:28.061--ClientSession(846221418)--Connection(796025520)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.062--ServerSession(1526542158)--Connection(2005749175)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.062--UnitOfWork(1521806772)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.062--UnitOfWork(1521806772)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.062--UnitOfWork(1521806772)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.062--ClientSession(846221418)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.062--UnitOfWork(1521806772)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.062--ClientSession(846221418)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.062--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1798495264 [junit] [EL Finer]: 2022-09-10 04:19:28.062--ClientSession(1798495264)--Thread(Thread[main,5,main])--acquire unit of work: 1466520596 [junit] [EL Finest]: 2022-09-10 04:19:28.062--UnitOfWork(1466520596)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.062--ServerSession(1526542158)--Connection(1795518305)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.062--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.062--ServerSession(1526542158)--Connection(1669275429)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [45] [junit] [EL Finest]: 2022-09-10 04:19:28.063--ServerSession(1526542158)--Connection(1795518305)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.063--UnitOfWork(1466520596)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.063--UnitOfWork(1466520596)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.063--UnitOfWork(1466520596)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@43bb2bea) [junit] [EL Finest]: 2022-09-10 04:19:28.063--ServerSession(1526542158)--Connection(1317278081)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.063--ClientSession(1798495264)--Connection(1317278081)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.063--ClientSession(1798495264)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.063--ClientSession(1798495264)--Connection(1690290975)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET PCA_CLOB = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [UNCHANGED, 3, 45, 2] [junit] [EL Finer]: 2022-09-10 04:19:28.064--ClientSession(1798495264)--Connection(1690290975)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.064--ServerSession(1526542158)--Connection(1317278081)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.065--UnitOfWork(1466520596)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.065--UnitOfWork(1466520596)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.065--UnitOfWork(1466520596)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.065--ClientSession(1798495264)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.065--UnitOfWork(1466520596)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.065--ClientSession(1798495264)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.065--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2096696447 [junit] [EL Finer]: 2022-09-10 04:19:28.065--ClientSession(2096696447)--Thread(Thread[main,5,main])--acquire unit of work: 1711589324 [junit] [EL Finest]: 2022-09-10 04:19:28.065--UnitOfWork(1711589324)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.065--ServerSession(1526542158)--Connection(317840021)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.065--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.065--ServerSession(1526542158)--Connection(2029589840)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [45] [junit] [EL Finest]: 2022-09-10 04:19:28.066--ServerSession(1526542158)--Connection(317840021)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.066--UnitOfWork(1711589324)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.066--UnitOfWork(1711589324)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.066--UnitOfWork(1711589324)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1094a657) [junit] [EL Finest]: 2022-09-10 04:19:28.066--ServerSession(1526542158)--Connection(1467077406)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.066--ClientSession(2096696447)--Connection(1467077406)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.066--ClientSession(2096696447)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.066--ClientSession(2096696447)--Connection(876522781)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET PCA_CLOB = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [XNCHANGED, 4, 45, 3] [junit] [EL Finer]: 2022-09-10 04:19:28.067--ClientSession(2096696447)--Connection(876522781)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.067--ServerSession(1526542158)--Connection(1467077406)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.067--UnitOfWork(1711589324)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.067--UnitOfWork(1711589324)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.067--UnitOfWork(1711589324)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.068--ClientSession(2096696447)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.068--UnitOfWork(1711589324)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.068--ClientSession(2096696447)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.068--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1130716019 [junit] [EL Finer]: 2022-09-10 04:19:28.068--ClientSession(1130716019)--Thread(Thread[main,5,main])--acquire unit of work: 49434695 [junit] [EL Finest]: 2022-09-10 04:19:28.068--UnitOfWork(49434695)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.068--ServerSession(1526542158)--Connection(1806231617)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.068--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.068--ServerSession(1526542158)--Connection(1566245378)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [45] [junit] [EL Finest]: 2022-09-10 04:19:28.068--ServerSession(1526542158)--Connection(1806231617)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.069--UnitOfWork(49434695)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.069--UnitOfWork(49434695)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.069--UnitOfWork(49434695)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@82a748b) [junit] [EL Finest]: 2022-09-10 04:19:28.069--ServerSession(1526542158)--Connection(1520381319)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.069--ClientSession(1130716019)--Connection(1520381319)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.069--ClientSession(1130716019)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.069--ClientSession(1130716019)--Connection(501341601)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET PCA_CLOB = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 5, 45, 4] [junit] [EL Finer]: 2022-09-10 04:19:28.07--ClientSession(1130716019)--Connection(501341601)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.07--ServerSession(1526542158)--Connection(1520381319)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.07--UnitOfWork(49434695)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.07--UnitOfWork(49434695)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.07--UnitOfWork(49434695)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.07--ClientSession(1130716019)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.07--UnitOfWork(49434695)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.07--ClientSession(1130716019)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.07--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1229509615 [junit] [EL Finer]: 2022-09-10 04:19:28.07--ClientSession(1229509615)--Thread(Thread[main,5,main])--acquire unit of work: 1515652018 [junit] [EL Finest]: 2022-09-10 04:19:28.071--UnitOfWork(1515652018)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.098--ServerSession(1526542158)--Connection(1063482862)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.098--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.099--ServerSession(1526542158)--Connection(336716772)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [45] [junit] [EL Finest]: 2022-09-10 04:19:28.1--ServerSession(1526542158)--Connection(1063482862)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:28.118--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 501563698 [junit] [EL Finer]: 2022-09-10 04:19:28.118--ClientSession(501563698)--Thread(Thread[main,5,main])--acquire unit of work: 1782348172 [junit] [EL Finest]: 2022-09-10 04:19:28.118--UnitOfWork(1782348172)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@274657d4. [junit] [EL Finer]: 2022-09-10 04:19:28.118--UnitOfWork(1782348172)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.118--UnitOfWork(1782348172)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@274657d4) [junit] [EL Finest]: 2022-09-10 04:19:28.118--ServerSession(1526542158)--Connection(1886205612)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.118--ClientSession(501563698)--Connection(1886205612)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.118--ClientSession(501563698)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.119--ClientSession(501563698)--Connection(2039796020)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [52, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:28.12--ClientSession(501563698)--Connection(2039796020)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.121--ServerSession(1526542158)--Connection(1886205612)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.121--UnitOfWork(1782348172)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.121--UnitOfWork(1782348172)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.121--UnitOfWork(1782348172)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.121--ClientSession(501563698)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.121--UnitOfWork(1782348172)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.121--ClientSession(501563698)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.121--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 48538070 [junit] [EL Finer]: 2022-09-10 04:19:28.121--ClientSession(48538070)--Thread(Thread[main,5,main])--acquire unit of work: 1562828239 [junit] [EL Finest]: 2022-09-10 04:19:28.121--UnitOfWork(1562828239)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.122--ServerSession(1526542158)--Connection(2138333111)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.122--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.122--ServerSession(1526542158)--Connection(1291971437)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [52] [junit] [EL Finest]: 2022-09-10 04:19:28.123--ServerSession(1526542158)--Connection(2138333111)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.123--UnitOfWork(1562828239)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.123--UnitOfWork(1562828239)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5cbb0744 [junit] [EL Finer]: 2022-09-10 04:19:28.123--UnitOfWork(1562828239)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.123--UnitOfWork(1562828239)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2022-09-10 04:19:28.123--UnitOfWork(1562828239)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5cbb0744) [junit] [EL Finest]: 2022-09-10 04:19:28.123--ServerSession(1526542158)--Connection(338533290)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.123--ClientSession(48538070)--Connection(338533290)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.124--ClientSession(48538070)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.124--ClientSession(48538070)--Connection(1861295655)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [52, 1] [junit] [EL Finer]: 2022-09-10 04:19:28.124--ClientSession(48538070)--Connection(1861295655)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.126--ServerSession(1526542158)--Connection(338533290)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.126--UnitOfWork(1562828239)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.126--UnitOfWork(1562828239)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.126--UnitOfWork(1562828239)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.126--ClientSession(48538070)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.126--UnitOfWork(1562828239)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.126--ClientSession(48538070)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.126--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 318155242 [junit] [EL Finer]: 2022-09-10 04:19:28.126--ClientSession(318155242)--Thread(Thread[main,5,main])--acquire unit of work: 1947241909 [junit] [EL Finest]: 2022-09-10 04:19:28.126--UnitOfWork(1947241909)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5cbb0744. [junit] [EL Finer]: 2022-09-10 04:19:28.126--UnitOfWork(1947241909)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.126--UnitOfWork(1947241909)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5cbb0744) [junit] [EL Finest]: 2022-09-10 04:19:28.126--ServerSession(1526542158)--Connection(622401235)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.126--ClientSession(318155242)--Connection(622401235)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.126--ClientSession(318155242)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.127--ClientSession(318155242)--Connection(34030179)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [52, null, null, null, HUGO, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:28.127--ClientSession(318155242)--Connection(34030179)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.128--ServerSession(1526542158)--Connection(622401235)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.128--UnitOfWork(1947241909)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.128--UnitOfWork(1947241909)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.128--UnitOfWork(1947241909)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.128--ClientSession(318155242)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.128--UnitOfWork(1947241909)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.128--ClientSession(318155242)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.128--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 498803718 [junit] [EL Finer]: 2022-09-10 04:19:28.128--ClientSession(498803718)--Thread(Thread[main,5,main])--acquire unit of work: 630679944 [junit] [EL Finest]: 2022-09-10 04:19:28.128--UnitOfWork(630679944)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.128--ServerSession(1526542158)--Connection(124399627)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.129--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.129--ServerSession(1526542158)--Connection(1072805913)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [52] [junit] [EL Finest]: 2022-09-10 04:19:28.129--ServerSession(1526542158)--Connection(124399627)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.129--UnitOfWork(630679944)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.13--UnitOfWork(630679944)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.13--UnitOfWork(630679944)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.13--UnitOfWork(630679944)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.13--UnitOfWork(630679944)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.13--ClientSession(498803718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.13--UnitOfWork(630679944)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.13--ClientSession(498803718)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.13--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 200746411 [junit] [EL Finer]: 2022-09-10 04:19:28.13--ClientSession(200746411)--Thread(Thread[main,5,main])--acquire unit of work: 810476321 [junit] [EL Finest]: 2022-09-10 04:19:28.13--UnitOfWork(810476321)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.13--ServerSession(1526542158)--Connection(957290092)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.13--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.13--ServerSession(1526542158)--Connection(417142341)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [52] [junit] [EL Finest]: 2022-09-10 04:19:28.131--ServerSession(1526542158)--Connection(957290092)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.131--UnitOfWork(810476321)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.131--UnitOfWork(810476321)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.131--UnitOfWork(810476321)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2cd8ccba) [junit] [EL Finest]: 2022-09-10 04:19:28.131--ServerSession(1526542158)--Connection(509185515)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.131--ClientSession(200746411)--Connection(509185515)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.131--ClientSession(200746411)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.132--ClientSession(200746411)--Connection(1947086726)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET ENUM_STRING = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [EMIL, 2, 52, 1] [junit] [EL Finer]: 2022-09-10 04:19:28.132--ClientSession(200746411)--Connection(1947086726)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.133--ServerSession(1526542158)--Connection(509185515)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.133--UnitOfWork(810476321)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.133--UnitOfWork(810476321)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.133--UnitOfWork(810476321)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.133--ClientSession(200746411)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.133--UnitOfWork(810476321)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.133--ClientSession(200746411)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.133--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 322855333 [junit] [EL Finer]: 2022-09-10 04:19:28.133--ClientSession(322855333)--Thread(Thread[main,5,main])--acquire unit of work: 382279259 [junit] [EL Finest]: 2022-09-10 04:19:28.133--UnitOfWork(382279259)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.133--ServerSession(1526542158)--Connection(1560921027)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.133--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.133--ServerSession(1526542158)--Connection(1209257288)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [52] [junit] [EL Finest]: 2022-09-10 04:19:28.134--ServerSession(1526542158)--Connection(1560921027)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.134--UnitOfWork(382279259)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.134--UnitOfWork(382279259)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.134--UnitOfWork(382279259)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@652194ef) [junit] [EL Finest]: 2022-09-10 04:19:28.135--ServerSession(1526542158)--Connection(513196503)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.135--ClientSession(322855333)--Connection(513196503)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.135--ClientSession(322855333)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.135--ClientSession(322855333)--Connection(1113458920)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET ENUM_STRING = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 3, 52, 2] [junit] [EL Finer]: 2022-09-10 04:19:28.135--ClientSession(322855333)--Connection(1113458920)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.136--ServerSession(1526542158)--Connection(513196503)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.136--UnitOfWork(382279259)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.136--UnitOfWork(382279259)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.136--UnitOfWork(382279259)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.136--ClientSession(322855333)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.136--UnitOfWork(382279259)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.136--ClientSession(322855333)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.136--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1126917513 [junit] [EL Finer]: 2022-09-10 04:19:28.136--ClientSession(1126917513)--Thread(Thread[main,5,main])--acquire unit of work: 1895840844 [junit] [EL Finest]: 2022-09-10 04:19:28.136--UnitOfWork(1895840844)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.136--ServerSession(1526542158)--Connection(1363455158)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.136--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.137--ServerSession(1526542158)--Connection(1721949795)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [52] [junit] [EL Finest]: 2022-09-10 04:19:28.137--ServerSession(1526542158)--Connection(1363455158)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] Tests run: 41, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 1.591 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.simple.TestBasicPropertyTypes [junit] [EL Finer]: 2022-09-10 04:19:28.164--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 410964463 [junit] [EL Finer]: 2022-09-10 04:19:28.164--ClientSession(410964463)--Thread(Thread[main,5,main])--acquire unit of work: 734878399 [junit] [EL Finest]: 2022-09-10 04:19:28.164--UnitOfWork(734878399)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@7d484dbb. [junit] [EL Finer]: 2022-09-10 04:19:28.164--UnitOfWork(734878399)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.165--UnitOfWork(734878399)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@7d484dbb) [junit] [EL Finest]: 2022-09-10 04:19:28.165--ServerSession(1526542158)--Connection(2106826225)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.165--ClientSession(410964463)--Connection(2106826225)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.165--ClientSession(410964463)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.165--ClientSession(410964463)--Connection(1019885662)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [5, null, null, null, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 88, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:28.166--ClientSession(410964463)--Connection(1019885662)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.167--ServerSession(1526542158)--Connection(2106826225)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.167--UnitOfWork(734878399)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.167--UnitOfWork(734878399)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.167--UnitOfWork(734878399)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.167--ClientSession(410964463)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.167--UnitOfWork(734878399)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.167--ClientSession(410964463)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.167--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 394935572 [junit] [EL Finer]: 2022-09-10 04:19:28.168--ClientSession(394935572)--Thread(Thread[main,5,main])--acquire unit of work: 2054160243 [junit] [EL Finest]: 2022-09-10 04:19:28.168--UnitOfWork(2054160243)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.168--ServerSession(1526542158)--Connection(2101811200)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.168--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.168--ServerSession(1526542158)--Connection(835521472)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [5] [junit] [EL Finest]: 2022-09-10 04:19:28.169--ServerSession(1526542158)--Connection(2101811200)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.169--UnitOfWork(2054160243)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.169--UnitOfWork(2054160243)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.169--UnitOfWork(2054160243)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.169--UnitOfWork(2054160243)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.169--UnitOfWork(2054160243)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.169--ClientSession(394935572)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.169--UnitOfWork(2054160243)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.17--ClientSession(394935572)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.17--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1446122798 [junit] [EL Finer]: 2022-09-10 04:19:28.17--ClientSession(1446122798)--Thread(Thread[main,5,main])--acquire unit of work: 1686396086 [junit] [EL Finest]: 2022-09-10 04:19:28.17--UnitOfWork(1686396086)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.17--ServerSession(1526542158)--Connection(128705158)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.17--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.17--ServerSession(1526542158)--Connection(1773274513)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [5] [junit] [EL Finest]: 2022-09-10 04:19:28.171--ServerSession(1526542158)--Connection(128705158)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.171--UnitOfWork(1686396086)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.171--UnitOfWork(1686396086)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.171--UnitOfWork(1686396086)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@31af1e26) [junit] [EL Finest]: 2022-09-10 04:19:28.171--ServerSession(1526542158)--Connection(406903916)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.171--ClientSession(1446122798)--Connection(406903916)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.171--ClientSession(1446122798)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.172--ClientSession(1446122798)--Connection(844124953)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET P_INT = ? WHERE (ID = ?) [junit] bind => [77, 5] [junit] [EL Finer]: 2022-09-10 04:19:28.172--ClientSession(1446122798)--Connection(844124953)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.173--ServerSession(1526542158)--Connection(406903916)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.173--UnitOfWork(1686396086)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.173--UnitOfWork(1686396086)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.173--UnitOfWork(1686396086)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.173--ClientSession(1446122798)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.173--UnitOfWork(1686396086)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.173--ClientSession(1446122798)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.173--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1843583220 [junit] [EL Finer]: 2022-09-10 04:19:28.173--ClientSession(1843583220)--Thread(Thread[main,5,main])--acquire unit of work: 1562019530 [junit] [EL Finest]: 2022-09-10 04:19:28.173--UnitOfWork(1562019530)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.173--ServerSession(1526542158)--Connection(523603423)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.173--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.173--ServerSession(1526542158)--Connection(313342663)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [5] [junit] [EL Finest]: 2022-09-10 04:19:28.174--ServerSession(1526542158)--Connection(523603423)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:28.188--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 282433738 [junit] [EL Finer]: 2022-09-10 04:19:28.188--ClientSession(282433738)--Thread(Thread[main,5,main])--acquire unit of work: 1061940664 [junit] [EL Finest]: 2022-09-10 04:19:28.188--UnitOfWork(1061940664)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@55d4422e. [junit] [EL Finer]: 2022-09-10 04:19:28.189--UnitOfWork(1061940664)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.189--UnitOfWork(1061940664)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@55d4422e) [junit] [EL Finest]: 2022-09-10 04:19:28.189--ServerSession(1526542158)--Connection(352534067)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.189--ClientSession(282433738)--Connection(352534067)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.189--ClientSession(282433738)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.189--ClientSession(282433738)--Connection(1975858950)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [48, null, null, null, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:28.19--ClientSession(282433738)--Connection(1975858950)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.19--ServerSession(1526542158)--Connection(352534067)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.19--UnitOfWork(1061940664)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.19--UnitOfWork(1061940664)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.19--UnitOfWork(1061940664)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.19--ClientSession(282433738)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.19--UnitOfWork(1061940664)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.191--ClientSession(282433738)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.191--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1080815535 [junit] [EL Finer]: 2022-09-10 04:19:28.191--ClientSession(1080815535)--Thread(Thread[main,5,main])--acquire unit of work: 483040675 [junit] [EL Finest]: 2022-09-10 04:19:28.191--UnitOfWork(483040675)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.191--ServerSession(1526542158)--Connection(544490070)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.191--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.191--ServerSession(1526542158)--Connection(1100329986)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [48] [junit] [EL Finest]: 2022-09-10 04:19:28.191--ServerSession(1526542158)--Connection(544490070)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.192--UnitOfWork(483040675)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.192--UnitOfWork(483040675)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@14970297 [junit] [EL Finer]: 2022-09-10 04:19:28.192--UnitOfWork(483040675)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.192--UnitOfWork(483040675)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2022-09-10 04:19:28.192--UnitOfWork(483040675)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@14970297) [junit] [EL Finest]: 2022-09-10 04:19:28.192--ServerSession(1526542158)--Connection(1191512031)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.192--ClientSession(1080815535)--Connection(1191512031)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.192--ClientSession(1080815535)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.193--ClientSession(1080815535)--Connection(1297856446)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [48] [junit] [EL Finer]: 2022-09-10 04:19:28.193--ClientSession(1080815535)--Connection(1297856446)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.194--ServerSession(1526542158)--Connection(1191512031)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.194--UnitOfWork(483040675)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.194--UnitOfWork(483040675)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.194--UnitOfWork(483040675)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.194--ClientSession(1080815535)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.194--UnitOfWork(483040675)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.194--ClientSession(1080815535)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.194--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 40831147 [junit] [EL Finer]: 2022-09-10 04:19:28.194--ClientSession(40831147)--Thread(Thread[main,5,main])--acquire unit of work: 303671583 [junit] [EL Finest]: 2022-09-10 04:19:28.194--UnitOfWork(303671583)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@14970297. [junit] [EL Finer]: 2022-09-10 04:19:28.194--UnitOfWork(303671583)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.194--UnitOfWork(303671583)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@14970297) [junit] [EL Finest]: 2022-09-10 04:19:28.194--ServerSession(1526542158)--Connection(1678784716)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.194--ClientSession(40831147)--Connection(1678784716)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.195--ClientSession(40831147)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.195--ClientSession(40831147)--Connection(1095650611)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [48, null, null, null, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, null, null, null, [B@1e404eb5, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:28.196--ClientSession(40831147)--Connection(1095650611)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.197--ServerSession(1526542158)--Connection(1678784716)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.197--UnitOfWork(303671583)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.197--UnitOfWork(303671583)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.197--UnitOfWork(303671583)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.197--ClientSession(40831147)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.197--UnitOfWork(303671583)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.197--ClientSession(40831147)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.197--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1712502129 [junit] [EL Finer]: 2022-09-10 04:19:28.197--ClientSession(1712502129)--Thread(Thread[main,5,main])--acquire unit of work: 1426475861 [junit] [EL Finest]: 2022-09-10 04:19:28.197--UnitOfWork(1426475861)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.197--ServerSession(1526542158)--Connection(225877393)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.197--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.197--ServerSession(1526542158)--Connection(749190427)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [48] [junit] [EL Finest]: 2022-09-10 04:19:28.198--ServerSession(1526542158)--Connection(225877393)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.198--UnitOfWork(1426475861)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.198--UnitOfWork(1426475861)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.198--UnitOfWork(1426475861)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.198--UnitOfWork(1426475861)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.198--UnitOfWork(1426475861)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.198--ClientSession(1712502129)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.198--UnitOfWork(1426475861)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.198--ClientSession(1712502129)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.198--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 647366564 [junit] [EL Finer]: 2022-09-10 04:19:28.198--ClientSession(647366564)--Thread(Thread[main,5,main])--acquire unit of work: 713607462 [junit] [EL Finest]: 2022-09-10 04:19:28.198--UnitOfWork(713607462)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.199--ServerSession(1526542158)--Connection(64227793)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.199--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.199--ServerSession(1526542158)--Connection(1256520423)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [48] [junit] [EL Finest]: 2022-09-10 04:19:28.199--ServerSession(1526542158)--Connection(64227793)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.2--UnitOfWork(713607462)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.2--UnitOfWork(713607462)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.2--UnitOfWork(713607462)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@134d4122) [junit] [EL Finest]: 2022-09-10 04:19:28.2--ServerSession(1526542158)--Connection(1772397099)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.2--ClientSession(647366564)--Connection(1772397099)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.2--ClientSession(647366564)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.2--ClientSession(647366564)--Connection(2074186975)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WBA_BLOB = ? WHERE (ID = ?) [junit] bind => [null, 48] [junit] [EL Finer]: 2022-09-10 04:19:28.201--ClientSession(647366564)--Connection(2074186975)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.202--ServerSession(1526542158)--Connection(1772397099)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.202--UnitOfWork(713607462)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.202--UnitOfWork(713607462)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.202--UnitOfWork(713607462)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.202--ClientSession(647366564)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.202--UnitOfWork(713607462)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.202--ClientSession(647366564)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.202--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 755404761 [junit] [EL Finer]: 2022-09-10 04:19:28.202--ClientSession(755404761)--Thread(Thread[main,5,main])--acquire unit of work: 1517744586 [junit] [EL Finest]: 2022-09-10 04:19:28.202--UnitOfWork(1517744586)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.202--ServerSession(1526542158)--Connection(1014681106)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.202--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.202--ServerSession(1526542158)--Connection(603665230)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [48] [junit] [EL Finest]: 2022-09-10 04:19:28.203--ServerSession(1526542158)--Connection(1014681106)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.203--UnitOfWork(1517744586)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.203--UnitOfWork(1517744586)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.203--UnitOfWork(1517744586)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3def083a) [junit] [EL Finest]: 2022-09-10 04:19:28.203--ServerSession(1526542158)--Connection(759241403)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.203--ClientSession(755404761)--Connection(759241403)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.203--ClientSession(755404761)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.203--ClientSession(755404761)--Connection(1161608194)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WBA_BLOB = ? WHERE (ID = ?) [junit] bind => [[B@57daea, 48] [junit] [EL Finer]: 2022-09-10 04:19:28.204--ClientSession(755404761)--Connection(1161608194)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.205--ServerSession(1526542158)--Connection(759241403)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.205--UnitOfWork(1517744586)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.205--UnitOfWork(1517744586)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.205--UnitOfWork(1517744586)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.205--ClientSession(755404761)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.205--UnitOfWork(1517744586)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.205--ClientSession(755404761)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.205--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 944577005 [junit] [EL Finer]: 2022-09-10 04:19:28.205--ClientSession(944577005)--Thread(Thread[main,5,main])--acquire unit of work: 405896778 [junit] [EL Finest]: 2022-09-10 04:19:28.205--UnitOfWork(405896778)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.206--ServerSession(1526542158)--Connection(700998751)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.206--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.206--ServerSession(1526542158)--Connection(926876590)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [48] [junit] [EL Finest]: 2022-09-10 04:19:28.206--ServerSession(1526542158)--Connection(700998751)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.206--UnitOfWork(405896778)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.207--UnitOfWork(405896778)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.207--UnitOfWork(405896778)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@1e3d6f18) [junit] [EL Finest]: 2022-09-10 04:19:28.207--ServerSession(1526542158)--Connection(1493377715)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.207--ClientSession(944577005)--Connection(1493377715)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.207--ClientSession(944577005)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.207--ClientSession(944577005)--Connection(816327484)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WBA_BLOB = ? WHERE (ID = ?) [junit] bind => [[B@4518c928, 48] [junit] [EL Finer]: 2022-09-10 04:19:28.207--ClientSession(944577005)--Connection(816327484)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.208--ServerSession(1526542158)--Connection(1493377715)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.208--UnitOfWork(405896778)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.208--UnitOfWork(405896778)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.208--UnitOfWork(405896778)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.208--ClientSession(944577005)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.208--UnitOfWork(405896778)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.208--ClientSession(944577005)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.208--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 591713444 [junit] [EL Finer]: 2022-09-10 04:19:28.208--ClientSession(591713444)--Thread(Thread[main,5,main])--acquire unit of work: 1380252219 [junit] [EL Finest]: 2022-09-10 04:19:28.208--UnitOfWork(1380252219)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.209--ServerSession(1526542158)--Connection(933357805)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.209--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.209--ServerSession(1526542158)--Connection(669485246)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [48] [junit] [EL Finest]: 2022-09-10 04:19:28.209--ServerSession(1526542158)--Connection(933357805)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.209--UnitOfWork(1380252219)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.209--UnitOfWork(1380252219)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.209--UnitOfWork(1380252219)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@6fbd56da) [junit] [EL Finest]: 2022-09-10 04:19:28.21--ServerSession(1526542158)--Connection(1248939376)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.21--ClientSession(591713444)--Connection(1248939376)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.21--ClientSession(591713444)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.21--ClientSession(591713444)--Connection(76416903)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WBA_BLOB = ? WHERE (ID = ?) [junit] bind => [null, 48] [junit] [EL Finer]: 2022-09-10 04:19:28.21--ClientSession(591713444)--Connection(76416903)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.211--ServerSession(1526542158)--Connection(1248939376)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.211--UnitOfWork(1380252219)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.211--UnitOfWork(1380252219)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.211--UnitOfWork(1380252219)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.211--ClientSession(591713444)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.211--UnitOfWork(1380252219)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.211--ClientSession(591713444)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.211--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 285279694 [junit] [EL Finer]: 2022-09-10 04:19:28.211--ClientSession(285279694)--Thread(Thread[main,5,main])--acquire unit of work: 1699191382 [junit] [EL Finest]: 2022-09-10 04:19:28.211--UnitOfWork(1699191382)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.211--ServerSession(1526542158)--Connection(1620086398)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.211--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.212--ServerSession(1526542158)--Connection(1871090492)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [48] [junit] [EL Finest]: 2022-09-10 04:19:28.212--ServerSession(1526542158)--Connection(1620086398)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:28.226--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1394886417 [junit] [EL Finer]: 2022-09-10 04:19:28.226--ClientSession(1394886417)--Thread(Thread[main,5,main])--acquire unit of work: 1861072814 [junit] [EL Finest]: 2022-09-10 04:19:28.226--UnitOfWork(1861072814)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@70d7c2bd. [junit] [EL Finer]: 2022-09-10 04:19:28.226--UnitOfWork(1861072814)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.226--UnitOfWork(1861072814)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@70d7c2bd) [junit] [EL Finest]: 2022-09-10 04:19:28.226--ServerSession(1526542158)--Connection(1759515620)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.226--ClientSession(1394886417)--Connection(1759515620)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.226--ClientSession(1394886417)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.227--ClientSession(1394886417)--Connection(1798539665)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [17, null, null, null, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:28.227--ClientSession(1394886417)--Connection(1798539665)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.228--ServerSession(1526542158)--Connection(1759515620)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.228--UnitOfWork(1861072814)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.228--UnitOfWork(1861072814)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.228--UnitOfWork(1861072814)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.228--ClientSession(1394886417)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.228--UnitOfWork(1861072814)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.228--ClientSession(1394886417)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.228--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 977973323 [junit] [EL Finer]: 2022-09-10 04:19:28.228--ClientSession(977973323)--Thread(Thread[main,5,main])--acquire unit of work: 1296226706 [junit] [EL Finest]: 2022-09-10 04:19:28.228--UnitOfWork(1296226706)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.228--ServerSession(1526542158)--Connection(322986022)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.228--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.228--ServerSession(1526542158)--Connection(773216199)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [17] [junit] [EL Finest]: 2022-09-10 04:19:28.229--ServerSession(1526542158)--Connection(322986022)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.229--UnitOfWork(1296226706)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.229--UnitOfWork(1296226706)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@a35bf61 [junit] [EL Finer]: 2022-09-10 04:19:28.229--UnitOfWork(1296226706)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.229--UnitOfWork(1296226706)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2022-09-10 04:19:28.229--UnitOfWork(1296226706)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@a35bf61) [junit] [EL Finest]: 2022-09-10 04:19:28.229--ServerSession(1526542158)--Connection(1559203243)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.23--ClientSession(977973323)--Connection(1559203243)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.23--ClientSession(977973323)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.23--ClientSession(977973323)--Connection(1675554072)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [17] [junit] [EL Finer]: 2022-09-10 04:19:28.23--ClientSession(977973323)--Connection(1675554072)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.231--ServerSession(1526542158)--Connection(1559203243)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.231--UnitOfWork(1296226706)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.231--UnitOfWork(1296226706)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.231--UnitOfWork(1296226706)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.231--ClientSession(977973323)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.231--UnitOfWork(1296226706)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.231--ClientSession(977973323)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.231--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2042953967 [junit] [EL Finer]: 2022-09-10 04:19:28.231--ClientSession(2042953967)--Thread(Thread[main,5,main])--acquire unit of work: 1835504866 [junit] [EL Finest]: 2022-09-10 04:19:28.231--UnitOfWork(1835504866)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@a35bf61. [junit] [EL Finer]: 2022-09-10 04:19:28.231--UnitOfWork(1835504866)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.231--UnitOfWork(1835504866)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@a35bf61) [junit] [EL Finest]: 2022-09-10 04:19:28.231--ServerSession(1526542158)--Connection(1980563455)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.231--ClientSession(2042953967)--Connection(1980563455)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.231--ClientSession(2042953967)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.232--ClientSession(2042953967)--Connection(664751017)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [17, null, null, null, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 1.0, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:28.232--ClientSession(2042953967)--Connection(664751017)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.233--ServerSession(1526542158)--Connection(1980563455)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.233--UnitOfWork(1835504866)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.233--UnitOfWork(1835504866)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.233--UnitOfWork(1835504866)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.233--ClientSession(2042953967)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.233--UnitOfWork(1835504866)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.233--ClientSession(2042953967)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.233--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 404766837 [junit] [EL Finer]: 2022-09-10 04:19:28.233--ClientSession(404766837)--Thread(Thread[main,5,main])--acquire unit of work: 1161794267 [junit] [EL Finest]: 2022-09-10 04:19:28.233--UnitOfWork(1161794267)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.233--ServerSession(1526542158)--Connection(1131292331)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.233--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.233--ServerSession(1526542158)--Connection(1595788414)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [17] [junit] [EL Finest]: 2022-09-10 04:19:28.234--ServerSession(1526542158)--Connection(1131292331)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.234--UnitOfWork(1161794267)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.234--UnitOfWork(1161794267)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.234--UnitOfWork(1161794267)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.234--UnitOfWork(1161794267)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.234--UnitOfWork(1161794267)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.234--ClientSession(404766837)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.234--UnitOfWork(1161794267)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.234--ClientSession(404766837)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.234--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 447992081 [junit] [EL Finer]: 2022-09-10 04:19:28.234--ClientSession(447992081)--Thread(Thread[main,5,main])--acquire unit of work: 1105531069 [junit] [EL Finest]: 2022-09-10 04:19:28.234--UnitOfWork(1105531069)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.234--ServerSession(1526542158)--Connection(1634943770)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.234--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.234--ServerSession(1526542158)--Connection(171775141)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [17] [junit] [EL Finest]: 2022-09-10 04:19:28.235--ServerSession(1526542158)--Connection(1634943770)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.235--UnitOfWork(1105531069)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.235--UnitOfWork(1105531069)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.235--UnitOfWork(1105531069)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@1c9b1a57) [junit] [EL Finest]: 2022-09-10 04:19:28.235--ServerSession(1526542158)--Connection(1673771532)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.235--ClientSession(447992081)--Connection(1673771532)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.236--ClientSession(447992081)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.236--ClientSession(447992081)--Connection(1526844109)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET W_FLOAT = ? WHERE (ID = ?) [junit] bind => [2.0, 17] [junit] [EL Finer]: 2022-09-10 04:19:28.236--ClientSession(447992081)--Connection(1526844109)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.237--ServerSession(1526542158)--Connection(1673771532)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.237--UnitOfWork(1105531069)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.237--UnitOfWork(1105531069)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.237--UnitOfWork(1105531069)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.237--ClientSession(447992081)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.237--UnitOfWork(1105531069)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.237--ClientSession(447992081)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.237--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 312026105 [junit] [EL Finer]: 2022-09-10 04:19:28.237--ClientSession(312026105)--Thread(Thread[main,5,main])--acquire unit of work: 1193002181 [junit] [EL Finest]: 2022-09-10 04:19:28.237--UnitOfWork(1193002181)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.237--ServerSession(1526542158)--Connection(960194692)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.237--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.237--ServerSession(1526542158)--Connection(1924778477)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [17] [junit] [EL Finest]: 2022-09-10 04:19:28.238--ServerSession(1526542158)--Connection(960194692)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.238--UnitOfWork(1193002181)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.238--UnitOfWork(1193002181)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.238--UnitOfWork(1193002181)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@525d4f79) [junit] [EL Finest]: 2022-09-10 04:19:28.238--ServerSession(1526542158)--Connection(1655330046)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.238--ClientSession(312026105)--Connection(1655330046)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.238--ClientSession(312026105)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.239--ClientSession(312026105)--Connection(1370258192)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET W_FLOAT = ? WHERE (ID = ?) [junit] bind => [null, 17] [junit] [EL Finer]: 2022-09-10 04:19:28.239--ClientSession(312026105)--Connection(1370258192)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.239--ServerSession(1526542158)--Connection(1655330046)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.24--UnitOfWork(1193002181)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.24--UnitOfWork(1193002181)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.24--UnitOfWork(1193002181)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.24--ClientSession(312026105)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.24--UnitOfWork(1193002181)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.24--ClientSession(312026105)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.24--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 257754583 [junit] [EL Finer]: 2022-09-10 04:19:28.24--ClientSession(257754583)--Thread(Thread[main,5,main])--acquire unit of work: 1025215447 [junit] [EL Finest]: 2022-09-10 04:19:28.24--UnitOfWork(1025215447)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.24--ServerSession(1526542158)--Connection(1120972967)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.24--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.24--ServerSession(1526542158)--Connection(2026975295)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [17] [junit] [EL Finest]: 2022-09-10 04:19:28.241--ServerSession(1526542158)--Connection(1120972967)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:28.255--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1740042977 [junit] [EL Finer]: 2022-09-10 04:19:28.255--ClientSession(1740042977)--Thread(Thread[main,5,main])--acquire unit of work: 192249798 [junit] [EL Finest]: 2022-09-10 04:19:28.255--UnitOfWork(192249798)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@6855bae5. [junit] [EL Finer]: 2022-09-10 04:19:28.255--UnitOfWork(192249798)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.255--UnitOfWork(192249798)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@6855bae5) [junit] [EL Finest]: 2022-09-10 04:19:28.255--ServerSession(1526542158)--Connection(1028631916)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.255--ClientSession(1740042977)--Connection(1028631916)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.255--ClientSession(1740042977)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.255--ClientSession(1740042977)--Connection(493121100)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [14, null, null, null, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:28.256--ClientSession(1740042977)--Connection(493121100)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.256--ServerSession(1526542158)--Connection(1028631916)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.256--UnitOfWork(192249798)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.257--UnitOfWork(192249798)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.257--UnitOfWork(192249798)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.257--ClientSession(1740042977)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.257--UnitOfWork(192249798)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.257--ClientSession(1740042977)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.257--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 112823506 [junit] [EL Finer]: 2022-09-10 04:19:28.257--ClientSession(112823506)--Thread(Thread[main,5,main])--acquire unit of work: 940676167 [junit] [EL Finest]: 2022-09-10 04:19:28.257--UnitOfWork(940676167)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.257--ServerSession(1526542158)--Connection(2065537287)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.257--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.257--ServerSession(1526542158)--Connection(1442843617)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [14] [junit] [EL Finest]: 2022-09-10 04:19:28.258--ServerSession(1526542158)--Connection(2065537287)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.258--UnitOfWork(940676167)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.258--UnitOfWork(940676167)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3fd0bf32 [junit] [EL Finer]: 2022-09-10 04:19:28.258--UnitOfWork(940676167)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.258--UnitOfWork(940676167)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2022-09-10 04:19:28.258--UnitOfWork(940676167)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3fd0bf32) [junit] [EL Finest]: 2022-09-10 04:19:28.258--ServerSession(1526542158)--Connection(1533661508)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.258--ClientSession(112823506)--Connection(1533661508)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.258--ClientSession(112823506)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.258--ClientSession(112823506)--Connection(1697763921)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [14] [junit] [EL Finer]: 2022-09-10 04:19:28.259--ClientSession(112823506)--Connection(1697763921)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.259--ServerSession(1526542158)--Connection(1533661508)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.259--UnitOfWork(940676167)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.259--UnitOfWork(940676167)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.26--UnitOfWork(940676167)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.26--ClientSession(112823506)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.26--UnitOfWork(940676167)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.26--ClientSession(112823506)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.26--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1812627994 [junit] [EL Finer]: 2022-09-10 04:19:28.26--ClientSession(1812627994)--Thread(Thread[main,5,main])--acquire unit of work: 121796240 [junit] [EL Finest]: 2022-09-10 04:19:28.26--UnitOfWork(121796240)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3fd0bf32. [junit] [EL Finer]: 2022-09-10 04:19:28.26--UnitOfWork(121796240)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.26--UnitOfWork(121796240)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3fd0bf32) [junit] [EL Finest]: 2022-09-10 04:19:28.26--ServerSession(1526542158)--Connection(1408474568)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.26--ClientSession(1812627994)--Connection(1408474568)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.26--ClientSession(1812627994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.26--ClientSession(1812627994)--Connection(1808912382)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [14, null, null, null, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 1] [junit] [EL Finer]: 2022-09-10 04:19:28.261--ClientSession(1812627994)--Connection(1808912382)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.261--ServerSession(1526542158)--Connection(1408474568)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.261--UnitOfWork(121796240)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.261--UnitOfWork(121796240)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.261--UnitOfWork(121796240)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.261--ClientSession(1812627994)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.262--UnitOfWork(121796240)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.262--ClientSession(1812627994)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.262--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 250177783 [junit] [EL Finer]: 2022-09-10 04:19:28.262--ClientSession(250177783)--Thread(Thread[main,5,main])--acquire unit of work: 1797449963 [junit] [EL Finest]: 2022-09-10 04:19:28.262--UnitOfWork(1797449963)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.262--ServerSession(1526542158)--Connection(182916015)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.262--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.262--ServerSession(1526542158)--Connection(382089022)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [14] [junit] [EL Finest]: 2022-09-10 04:19:28.262--ServerSession(1526542158)--Connection(182916015)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.263--UnitOfWork(1797449963)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.263--UnitOfWork(1797449963)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.263--UnitOfWork(1797449963)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.263--UnitOfWork(1797449963)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.263--UnitOfWork(1797449963)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.263--ClientSession(250177783)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.263--UnitOfWork(1797449963)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.263--ClientSession(250177783)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.263--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 57580637 [junit] [EL Finer]: 2022-09-10 04:19:28.263--ClientSession(57580637)--Thread(Thread[main,5,main])--acquire unit of work: 150364963 [junit] [EL Finest]: 2022-09-10 04:19:28.263--UnitOfWork(150364963)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.263--ServerSession(1526542158)--Connection(1911906312)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.263--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.263--ServerSession(1526542158)--Connection(1788278110)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [14] [junit] [EL Finest]: 2022-09-10 04:19:28.264--ServerSession(1526542158)--Connection(1911906312)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.264--UnitOfWork(150364963)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.264--UnitOfWork(150364963)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.264--UnitOfWork(150364963)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@7c16463f) [junit] [EL Finest]: 2022-09-10 04:19:28.264--ServerSession(1526542158)--Connection(1416503509)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.264--ClientSession(57580637)--Connection(1416503509)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.264--ClientSession(57580637)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.264--ClientSession(57580637)--Connection(1048787487)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET W_SMALLINT = ? WHERE (ID = ?) [junit] bind => [2, 14] [junit] [EL Finer]: 2022-09-10 04:19:28.265--ClientSession(57580637)--Connection(1048787487)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.265--ServerSession(1526542158)--Connection(1416503509)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.266--UnitOfWork(150364963)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.266--UnitOfWork(150364963)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.266--UnitOfWork(150364963)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.266--ClientSession(57580637)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.266--UnitOfWork(150364963)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.266--ClientSession(57580637)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.266--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1330477032 [junit] [EL Finer]: 2022-09-10 04:19:28.266--ClientSession(1330477032)--Thread(Thread[main,5,main])--acquire unit of work: 1757016028 [junit] [EL Finest]: 2022-09-10 04:19:28.266--UnitOfWork(1757016028)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.266--ServerSession(1526542158)--Connection(1297382977)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.266--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.266--ServerSession(1526542158)--Connection(594346668)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [14] [junit] [EL Finest]: 2022-09-10 04:19:28.267--ServerSession(1526542158)--Connection(1297382977)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.267--UnitOfWork(1757016028)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.267--UnitOfWork(1757016028)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.267--UnitOfWork(1757016028)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@4e13cf06) [junit] [EL Finest]: 2022-09-10 04:19:28.267--ServerSession(1526542158)--Connection(1557843075)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.267--ClientSession(1330477032)--Connection(1557843075)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.267--ClientSession(1330477032)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.267--ClientSession(1330477032)--Connection(614469369)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET W_SMALLINT = ? WHERE (ID = ?) [junit] bind => [null, 14] [junit] [EL Finer]: 2022-09-10 04:19:28.268--ClientSession(1330477032)--Connection(614469369)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.268--ServerSession(1526542158)--Connection(1557843075)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.268--UnitOfWork(1757016028)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.269--UnitOfWork(1757016028)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.269--UnitOfWork(1757016028)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.269--ClientSession(1330477032)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.269--UnitOfWork(1757016028)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.269--ClientSession(1330477032)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.269--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2104244285 [junit] [EL Finer]: 2022-09-10 04:19:28.269--ClientSession(2104244285)--Thread(Thread[main,5,main])--acquire unit of work: 1495217839 [junit] [EL Finest]: 2022-09-10 04:19:28.269--UnitOfWork(1495217839)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.269--ServerSession(1526542158)--Connection(1910012982)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.269--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.269--ServerSession(1526542158)--Connection(1146165848)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [14] [junit] [EL Finest]: 2022-09-10 04:19:28.27--ServerSession(1526542158)--Connection(1910012982)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:28.284--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2074601041 [junit] [EL Finer]: 2022-09-10 04:19:28.284--ClientSession(2074601041)--Thread(Thread[main,5,main])--acquire unit of work: 1820574167 [junit] [EL Finest]: 2022-09-10 04:19:28.284--UnitOfWork(1820574167)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@35fa8b9b. [junit] [EL Finer]: 2022-09-10 04:19:28.284--UnitOfWork(1820574167)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.284--UnitOfWork(1820574167)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@35fa8b9b) [junit] [EL Finest]: 2022-09-10 04:19:28.284--ServerSession(1526542158)--Connection(800572196)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.284--ClientSession(2074601041)--Connection(800572196)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.284--ClientSession(2074601041)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.284--ClientSession(2074601041)--Connection(1573397116)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [41, null, null, null, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:28.285--ClientSession(2074601041)--Connection(1573397116)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.285--ServerSession(1526542158)--Connection(800572196)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.286--UnitOfWork(1820574167)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.286--UnitOfWork(1820574167)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.286--UnitOfWork(1820574167)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.286--ClientSession(2074601041)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.286--UnitOfWork(1820574167)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.286--ClientSession(2074601041)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.286--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2007489250 [junit] [EL Finer]: 2022-09-10 04:19:28.286--ClientSession(2007489250)--Thread(Thread[main,5,main])--acquire unit of work: 1801506216 [junit] [EL Finest]: 2022-09-10 04:19:28.286--UnitOfWork(1801506216)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.286--ServerSession(1526542158)--Connection(701340541)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.286--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.286--ServerSession(1526542158)--Connection(195621385)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [41] [junit] [EL Finest]: 2022-09-10 04:19:28.287--ServerSession(1526542158)--Connection(701340541)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.287--UnitOfWork(1801506216)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.287--UnitOfWork(1801506216)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@6aa2b1d3 [junit] [EL Finer]: 2022-09-10 04:19:28.287--UnitOfWork(1801506216)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.287--UnitOfWork(1801506216)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2022-09-10 04:19:28.287--UnitOfWork(1801506216)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@6aa2b1d3) [junit] [EL Finest]: 2022-09-10 04:19:28.287--ServerSession(1526542158)--Connection(1850050643)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.287--ClientSession(2007489250)--Connection(1850050643)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.287--ClientSession(2007489250)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.288--ClientSession(2007489250)--Connection(1335665761)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [41] [junit] [EL Finer]: 2022-09-10 04:19:28.288--ClientSession(2007489250)--Connection(1335665761)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.288--ServerSession(1526542158)--Connection(1850050643)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.289--UnitOfWork(1801506216)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.289--UnitOfWork(1801506216)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.289--UnitOfWork(1801506216)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.289--ClientSession(2007489250)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.289--UnitOfWork(1801506216)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.289--ClientSession(2007489250)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.289--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1706689639 [junit] [EL Finer]: 2022-09-10 04:19:28.289--ClientSession(1706689639)--Thread(Thread[main,5,main])--acquire unit of work: 1336875805 [junit] [EL Finest]: 2022-09-10 04:19:28.289--UnitOfWork(1336875805)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@6aa2b1d3. [junit] [EL Finer]: 2022-09-10 04:19:28.289--UnitOfWork(1336875805)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.289--UnitOfWork(1336875805)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@6aa2b1d3) [junit] [EL Finest]: 2022-09-10 04:19:28.289--ServerSession(1526542158)--Connection(1576036401)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.289--ClientSession(1706689639)--Connection(1576036401)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.289--ClientSession(1706689639)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.289--ClientSession(1706689639)--Connection(1595694881)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [41, null, null, null, null, 0, false, [B@68dcd6d4, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:28.29--ClientSession(1706689639)--Connection(1595694881)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.315--ServerSession(1526542158)--Connection(1576036401)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.316--UnitOfWork(1336875805)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.316--UnitOfWork(1336875805)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.316--UnitOfWork(1336875805)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.316--ClientSession(1706689639)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.316--UnitOfWork(1336875805)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.316--ClientSession(1706689639)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.316--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2051013026 [junit] [EL Finer]: 2022-09-10 04:19:28.316--ClientSession(2051013026)--Thread(Thread[main,5,main])--acquire unit of work: 1206338707 [junit] [EL Finest]: 2022-09-10 04:19:28.316--UnitOfWork(1206338707)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.316--ServerSession(1526542158)--Connection(1210343356)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.316--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.316--ServerSession(1526542158)--Connection(1661497856)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [41] [junit] [EL Finest]: 2022-09-10 04:19:28.318--ServerSession(1526542158)--Connection(1210343356)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.318--UnitOfWork(1206338707)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.318--UnitOfWork(1206338707)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.318--UnitOfWork(1206338707)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.318--UnitOfWork(1206338707)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.318--UnitOfWork(1206338707)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.318--ClientSession(2051013026)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.318--UnitOfWork(1206338707)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.318--ClientSession(2051013026)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.318--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1283563179 [junit] [EL Finer]: 2022-09-10 04:19:28.318--ClientSession(1283563179)--Thread(Thread[main,5,main])--acquire unit of work: 1558529447 [junit] [EL Finest]: 2022-09-10 04:19:28.318--UnitOfWork(1558529447)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.318--ServerSession(1526542158)--Connection(1030240625)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.318--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.319--ServerSession(1526542158)--Connection(991447006)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [41] [junit] [EL Finest]: 2022-09-10 04:19:28.32--ServerSession(1526542158)--Connection(1030240625)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.32--UnitOfWork(1558529447)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.32--UnitOfWork(1558529447)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.32--UnitOfWork(1558529447)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@71cd4b1d) [junit] [EL Finest]: 2022-09-10 04:19:28.32--ServerSession(1526542158)--Connection(338955757)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.32--ClientSession(1283563179)--Connection(338955757)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.32--ClientSession(1283563179)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.321--ClientSession(1283563179)--Connection(192577204)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PBA_BINARY = ? WHERE (ID = ?) [junit] bind => [null, 41] [junit] [EL Finer]: 2022-09-10 04:19:28.322--ClientSession(1283563179)--Connection(192577204)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.323--ServerSession(1526542158)--Connection(338955757)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.323--UnitOfWork(1558529447)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.323--UnitOfWork(1558529447)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.323--UnitOfWork(1558529447)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.323--ClientSession(1283563179)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.323--UnitOfWork(1558529447)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.323--ClientSession(1283563179)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.323--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 985004233 [junit] [EL Finer]: 2022-09-10 04:19:28.323--ClientSession(985004233)--Thread(Thread[main,5,main])--acquire unit of work: 1650638581 [junit] [EL Finest]: 2022-09-10 04:19:28.323--UnitOfWork(1650638581)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.323--ServerSession(1526542158)--Connection(1349512365)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.323--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.324--ServerSession(1526542158)--Connection(147916733)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [41] [junit] [EL Finest]: 2022-09-10 04:19:28.325--ServerSession(1526542158)--Connection(1349512365)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.325--UnitOfWork(1650638581)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.325--UnitOfWork(1650638581)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.325--UnitOfWork(1650638581)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@4570d6f8) [junit] [EL Finest]: 2022-09-10 04:19:28.325--ServerSession(1526542158)--Connection(1713793356)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.325--ClientSession(985004233)--Connection(1713793356)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.325--ClientSession(985004233)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.326--ClientSession(985004233)--Connection(647987486)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PBA_BINARY = ? WHERE (ID = ?) [junit] bind => [[B@68dcd6d4, 41] [junit] [EL Finer]: 2022-09-10 04:19:28.326--ClientSession(985004233)--Connection(647987486)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.327--ServerSession(1526542158)--Connection(1713793356)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.327--UnitOfWork(1650638581)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.327--UnitOfWork(1650638581)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.327--UnitOfWork(1650638581)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.327--ClientSession(985004233)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.327--UnitOfWork(1650638581)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.328--ClientSession(985004233)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.328--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 326450405 [junit] [EL Finer]: 2022-09-10 04:19:28.328--ClientSession(326450405)--Thread(Thread[main,5,main])--acquire unit of work: 1228458212 [junit] [EL Finest]: 2022-09-10 04:19:28.328--UnitOfWork(1228458212)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.328--ServerSession(1526542158)--Connection(1983756204)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.328--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.328--ServerSession(1526542158)--Connection(1390343947)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [41] [junit] [EL Finest]: 2022-09-10 04:19:28.329--ServerSession(1526542158)--Connection(1983756204)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.329--UnitOfWork(1228458212)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.329--UnitOfWork(1228458212)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.329--UnitOfWork(1228458212)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@7c9dba28) [junit] [EL Finest]: 2022-09-10 04:19:28.329--ServerSession(1526542158)--Connection(44974054)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.329--ClientSession(326450405)--Connection(44974054)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.329--ClientSession(326450405)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.33--ClientSession(326450405)--Connection(1126756725)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PBA_BINARY = ? WHERE (ID = ?) [junit] bind => [[B@52755de9, 41] [junit] [EL Finer]: 2022-09-10 04:19:28.33--ClientSession(326450405)--Connection(1126756725)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.331--ServerSession(1526542158)--Connection(44974054)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.331--UnitOfWork(1228458212)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.331--UnitOfWork(1228458212)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.331--UnitOfWork(1228458212)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.331--ClientSession(326450405)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.331--UnitOfWork(1228458212)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.331--ClientSession(326450405)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.331--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1660685562 [junit] [EL Finer]: 2022-09-10 04:19:28.332--ClientSession(1660685562)--Thread(Thread[main,5,main])--acquire unit of work: 1725692553 [junit] [EL Finest]: 2022-09-10 04:19:28.332--UnitOfWork(1725692553)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.332--ServerSession(1526542158)--Connection(1769233874)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.332--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.332--ServerSession(1526542158)--Connection(126284817)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [41] [junit] [EL Finest]: 2022-09-10 04:19:28.332--ServerSession(1526542158)--Connection(1769233874)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.333--UnitOfWork(1725692553)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.333--UnitOfWork(1725692553)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.333--UnitOfWork(1725692553)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@77785ec5) [junit] [EL Finest]: 2022-09-10 04:19:28.333--ServerSession(1526542158)--Connection(1058506982)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.333--ClientSession(1660685562)--Connection(1058506982)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.333--ClientSession(1660685562)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.333--ClientSession(1660685562)--Connection(1270391341)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PBA_BINARY = ? WHERE (ID = ?) [junit] bind => [null, 41] [junit] [EL Finer]: 2022-09-10 04:19:28.334--ClientSession(1660685562)--Connection(1270391341)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.334--ServerSession(1526542158)--Connection(1058506982)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.334--UnitOfWork(1725692553)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.335--UnitOfWork(1725692553)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.335--UnitOfWork(1725692553)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.335--ClientSession(1660685562)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.335--UnitOfWork(1725692553)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.335--ClientSession(1660685562)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.335--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1247490867 [junit] [EL Finer]: 2022-09-10 04:19:28.335--ClientSession(1247490867)--Thread(Thread[main,5,main])--acquire unit of work: 1148995999 [junit] [EL Finest]: 2022-09-10 04:19:28.335--UnitOfWork(1148995999)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.335--ServerSession(1526542158)--Connection(545572578)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.335--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.335--ServerSession(1526542158)--Connection(789674524)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [41] [junit] [EL Finest]: 2022-09-10 04:19:28.336--ServerSession(1526542158)--Connection(545572578)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:28.351--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1811773310 [junit] [EL Finer]: 2022-09-10 04:19:28.351--ClientSession(1811773310)--Thread(Thread[main,5,main])--acquire unit of work: 2092461176 [junit] [EL Finest]: 2022-09-10 04:19:28.351--UnitOfWork(2092461176)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@46ae3e5d. [junit] [EL Finer]: 2022-09-10 04:19:28.351--UnitOfWork(2092461176)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.351--UnitOfWork(2092461176)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@46ae3e5d) [junit] [EL Finest]: 2022-09-10 04:19:28.351--ServerSession(1526542158)--Connection(45795522)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.351--ClientSession(1811773310)--Connection(45795522)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.351--ClientSession(1811773310)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.352--ClientSession(1811773310)--Connection(1038004033)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [53, null, null, null, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:28.352--ClientSession(1811773310)--Connection(1038004033)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.353--ServerSession(1526542158)--Connection(45795522)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.353--UnitOfWork(2092461176)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.353--UnitOfWork(2092461176)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.353--UnitOfWork(2092461176)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.353--ClientSession(1811773310)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.353--UnitOfWork(2092461176)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.353--ClientSession(1811773310)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.353--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1011352700 [junit] [EL Finer]: 2022-09-10 04:19:28.353--ClientSession(1011352700)--Thread(Thread[main,5,main])--acquire unit of work: 1948516371 [junit] [EL Finest]: 2022-09-10 04:19:28.353--UnitOfWork(1948516371)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.353--ServerSession(1526542158)--Connection(1461785164)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.353--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.354--ServerSession(1526542158)--Connection(1052995119)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [53] [junit] [EL Finest]: 2022-09-10 04:19:28.354--ServerSession(1526542158)--Connection(1461785164)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.354--UnitOfWork(1948516371)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.355--UnitOfWork(1948516371)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@49c88144 [junit] [EL Finer]: 2022-09-10 04:19:28.355--UnitOfWork(1948516371)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.355--UnitOfWork(1948516371)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2022-09-10 04:19:28.355--UnitOfWork(1948516371)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@49c88144) [junit] [EL Finest]: 2022-09-10 04:19:28.355--ServerSession(1526542158)--Connection(157112382)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.355--ClientSession(1011352700)--Connection(157112382)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.355--ClientSession(1011352700)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.355--ClientSession(1011352700)--Connection(1029196297)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [53] [junit] [EL Finer]: 2022-09-10 04:19:28.356--ClientSession(1011352700)--Connection(1029196297)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.356--ServerSession(1526542158)--Connection(157112382)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.356--UnitOfWork(1948516371)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.356--UnitOfWork(1948516371)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.356--UnitOfWork(1948516371)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.356--ClientSession(1011352700)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.357--UnitOfWork(1948516371)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.357--ClientSession(1011352700)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.357--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1187031356 [junit] [EL Finer]: 2022-09-10 04:19:28.357--ClientSession(1187031356)--Thread(Thread[main,5,main])--acquire unit of work: 968342511 [junit] [EL Finest]: 2022-09-10 04:19:28.357--UnitOfWork(968342511)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@49c88144. [junit] [EL Finer]: 2022-09-10 04:19:28.357--UnitOfWork(968342511)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.357--UnitOfWork(968342511)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@49c88144) [junit] [EL Finest]: 2022-09-10 04:19:28.357--ServerSession(1526542158)--Connection(1769295855)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.357--ClientSession(1187031356)--Connection(1769295855)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.357--ClientSession(1187031356)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.357--ClientSession(1187031356)--Connection(708809396)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [53, null, null, 0, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:28.358--ClientSession(1187031356)--Connection(708809396)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.359--ServerSession(1526542158)--Connection(1769295855)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.359--UnitOfWork(968342511)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.359--UnitOfWork(968342511)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.359--UnitOfWork(968342511)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.359--ClientSession(1187031356)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.359--UnitOfWork(968342511)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.359--ClientSession(1187031356)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.359--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 123155545 [junit] [EL Finer]: 2022-09-10 04:19:28.359--ClientSession(123155545)--Thread(Thread[main,5,main])--acquire unit of work: 1361820725 [junit] [EL Finest]: 2022-09-10 04:19:28.359--UnitOfWork(1361820725)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.36--ServerSession(1526542158)--Connection(1714013963)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.36--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.36--ServerSession(1526542158)--Connection(1384860877)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [53] [junit] [EL Finest]: 2022-09-10 04:19:28.36--ServerSession(1526542158)--Connection(1714013963)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.361--UnitOfWork(1361820725)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.361--UnitOfWork(1361820725)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.361--UnitOfWork(1361820725)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.361--UnitOfWork(1361820725)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.361--UnitOfWork(1361820725)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.361--ClientSession(123155545)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.361--UnitOfWork(1361820725)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.361--ClientSession(123155545)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.361--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 772667487 [junit] [EL Finer]: 2022-09-10 04:19:28.361--ClientSession(772667487)--Thread(Thread[main,5,main])--acquire unit of work: 2059109138 [junit] [EL Finest]: 2022-09-10 04:19:28.361--UnitOfWork(2059109138)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.361--ServerSession(1526542158)--Connection(1246002687)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.361--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.361--ServerSession(1526542158)--Connection(1551845203)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [53] [junit] [EL Finest]: 2022-09-10 04:19:28.362--ServerSession(1526542158)--Connection(1246002687)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.362--UnitOfWork(2059109138)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.362--UnitOfWork(2059109138)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.362--UnitOfWork(2059109138)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@52b61928) [junit] [EL Finest]: 2022-09-10 04:19:28.362--ServerSession(1526542158)--Connection(1697243488)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.362--ClientSession(772667487)--Connection(1697243488)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.362--ClientSession(772667487)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.363--ClientSession(772667487)--Connection(2135345193)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET ENUM_ORDINAL = ? WHERE (ID = ?) [junit] bind => [1, 53] [junit] [EL Finer]: 2022-09-10 04:19:28.363--ClientSession(772667487)--Connection(2135345193)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.364--ServerSession(1526542158)--Connection(1697243488)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.364--UnitOfWork(2059109138)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.364--UnitOfWork(2059109138)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.364--UnitOfWork(2059109138)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.364--ClientSession(772667487)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.364--UnitOfWork(2059109138)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.364--ClientSession(772667487)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.364--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1871788754 [junit] [EL Finer]: 2022-09-10 04:19:28.364--ClientSession(1871788754)--Thread(Thread[main,5,main])--acquire unit of work: 643805321 [junit] [EL Finest]: 2022-09-10 04:19:28.364--UnitOfWork(643805321)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.364--ServerSession(1526542158)--Connection(1691059075)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.364--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.364--ServerSession(1526542158)--Connection(1851222027)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [53] [junit] [EL Finest]: 2022-09-10 04:19:28.365--ServerSession(1526542158)--Connection(1691059075)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.365--UnitOfWork(643805321)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.365--UnitOfWork(643805321)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.365--UnitOfWork(643805321)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@6b99fca0) [junit] [EL Finest]: 2022-09-10 04:19:28.365--ServerSession(1526542158)--Connection(39105242)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.365--ClientSession(1871788754)--Connection(39105242)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.365--ClientSession(1871788754)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.366--ClientSession(1871788754)--Connection(1678903372)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET ENUM_ORDINAL = ? WHERE (ID = ?) [junit] bind => [null, 53] [junit] [EL Finer]: 2022-09-10 04:19:28.366--ClientSession(1871788754)--Connection(1678903372)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.367--ServerSession(1526542158)--Connection(39105242)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.367--UnitOfWork(643805321)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.367--UnitOfWork(643805321)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.367--UnitOfWork(643805321)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.367--ClientSession(1871788754)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.367--UnitOfWork(643805321)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.367--ClientSession(1871788754)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.367--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 128172613 [junit] [EL Finer]: 2022-09-10 04:19:28.367--ClientSession(128172613)--Thread(Thread[main,5,main])--acquire unit of work: 1929902741 [junit] [EL Finest]: 2022-09-10 04:19:28.367--UnitOfWork(1929902741)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.367--ServerSession(1526542158)--Connection(1736253043)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.367--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.367--ServerSession(1526542158)--Connection(1948233127)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [53] [junit] [EL Finest]: 2022-09-10 04:19:28.368--ServerSession(1526542158)--Connection(1736253043)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:28.382--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 785448181 [junit] [EL Finer]: 2022-09-10 04:19:28.383--ClientSession(785448181)--Thread(Thread[main,5,main])--acquire unit of work: 1323935963 [junit] [EL Finest]: 2022-09-10 04:19:28.383--UnitOfWork(1323935963)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@214124d9. [junit] [EL Finer]: 2022-09-10 04:19:28.383--UnitOfWork(1323935963)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.383--UnitOfWork(1323935963)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@214124d9) [junit] [EL Finest]: 2022-09-10 04:19:28.383--ServerSession(1526542158)--Connection(1863270048)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.383--ClientSession(785448181)--Connection(1863270048)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.383--ClientSession(785448181)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.383--ClientSession(785448181)--Connection(1822682346)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [50, null, null, null, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:28.384--ClientSession(785448181)--Connection(1822682346)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.385--ServerSession(1526542158)--Connection(1863270048)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.385--UnitOfWork(1323935963)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.385--UnitOfWork(1323935963)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.385--UnitOfWork(1323935963)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.385--ClientSession(785448181)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.385--UnitOfWork(1323935963)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.385--ClientSession(785448181)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.385--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 519292229 [junit] [EL Finer]: 2022-09-10 04:19:28.385--ClientSession(519292229)--Thread(Thread[main,5,main])--acquire unit of work: 1833221837 [junit] [EL Finest]: 2022-09-10 04:19:28.385--UnitOfWork(1833221837)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.385--ServerSession(1526542158)--Connection(1256013596)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.385--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.385--ServerSession(1526542158)--Connection(976547679)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [50] [junit] [EL Finest]: 2022-09-10 04:19:28.386--ServerSession(1526542158)--Connection(1256013596)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.386--UnitOfWork(1833221837)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.386--UnitOfWork(1833221837)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@51115b76 [junit] [EL Finer]: 2022-09-10 04:19:28.386--UnitOfWork(1833221837)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.386--UnitOfWork(1833221837)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2022-09-10 04:19:28.386--UnitOfWork(1833221837)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@51115b76) [junit] [EL Finest]: 2022-09-10 04:19:28.387--ServerSession(1526542158)--Connection(404639073)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.387--ClientSession(519292229)--Connection(404639073)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.387--ClientSession(519292229)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.387--ClientSession(519292229)--Connection(1463361810)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [50] [junit] [EL Finer]: 2022-09-10 04:19:28.387--ClientSession(519292229)--Connection(1463361810)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.388--ServerSession(1526542158)--Connection(404639073)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.388--UnitOfWork(1833221837)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.388--UnitOfWork(1833221837)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.388--UnitOfWork(1833221837)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.388--ClientSession(519292229)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.388--UnitOfWork(1833221837)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.388--ClientSession(519292229)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.388--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 988371747 [junit] [EL Finer]: 2022-09-10 04:19:28.388--ClientSession(988371747)--Thread(Thread[main,5,main])--acquire unit of work: 608619741 [junit] [EL Finest]: 2022-09-10 04:19:28.388--UnitOfWork(608619741)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@51115b76. [junit] [EL Finer]: 2022-09-10 04:19:28.388--UnitOfWork(608619741)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.388--UnitOfWork(608619741)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@51115b76) [junit] [EL Finest]: 2022-09-10 04:19:28.388--ServerSession(1526542158)--Connection(200061897)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.388--ClientSession(988371747)--Connection(200061897)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.388--ClientSession(988371747)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.389--ClientSession(988371747)--Connection(2066530772)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [50, null, null, null, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, UNCHANGED, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:28.389--ClientSession(988371747)--Connection(2066530772)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.39--ServerSession(1526542158)--Connection(200061897)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.39--UnitOfWork(608619741)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.39--UnitOfWork(608619741)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.39--UnitOfWork(608619741)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.39--ClientSession(988371747)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.39--UnitOfWork(608619741)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.39--ClientSession(988371747)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.39--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1692120247 [junit] [EL Finer]: 2022-09-10 04:19:28.39--ClientSession(1692120247)--Thread(Thread[main,5,main])--acquire unit of work: 2036661145 [junit] [EL Finest]: 2022-09-10 04:19:28.39--UnitOfWork(2036661145)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.39--ServerSession(1526542158)--Connection(1723314791)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.39--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.39--ServerSession(1526542158)--Connection(1436900280)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [50] [junit] [EL Finest]: 2022-09-10 04:19:28.391--ServerSession(1526542158)--Connection(1723314791)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.391--UnitOfWork(2036661145)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.391--UnitOfWork(2036661145)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.391--UnitOfWork(2036661145)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.391--UnitOfWork(2036661145)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.391--UnitOfWork(2036661145)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.391--ClientSession(1692120247)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.391--UnitOfWork(2036661145)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.391--ClientSession(1692120247)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.391--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1803453907 [junit] [EL Finer]: 2022-09-10 04:19:28.392--ClientSession(1803453907)--Thread(Thread[main,5,main])--acquire unit of work: 2084642064 [junit] [EL Finest]: 2022-09-10 04:19:28.392--UnitOfWork(2084642064)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.392--ServerSession(1526542158)--Connection(1298333001)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.392--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.392--ServerSession(1526542158)--Connection(1022816934)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [50] [junit] [EL Finest]: 2022-09-10 04:19:28.392--ServerSession(1526542158)--Connection(1298333001)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.393--UnitOfWork(2084642064)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.393--UnitOfWork(2084642064)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.393--UnitOfWork(2084642064)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@d36af0c) [junit] [EL Finest]: 2022-09-10 04:19:28.393--ServerSession(1526542158)--Connection(1750002155)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.393--ClientSession(1803453907)--Connection(1750002155)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.393--ClientSession(1803453907)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.394--ClientSession(1803453907)--Connection(602913334)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WCA_CLOB = ? WHERE (ID = ?) [junit] bind => [null, 50] [junit] [EL Finer]: 2022-09-10 04:19:28.394--ClientSession(1803453907)--Connection(602913334)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.395--ServerSession(1526542158)--Connection(1750002155)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.395--UnitOfWork(2084642064)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.395--UnitOfWork(2084642064)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.395--UnitOfWork(2084642064)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.395--ClientSession(1803453907)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.395--UnitOfWork(2084642064)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.395--ClientSession(1803453907)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.395--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 413669341 [junit] [EL Finer]: 2022-09-10 04:19:28.395--ClientSession(413669341)--Thread(Thread[main,5,main])--acquire unit of work: 1187520756 [junit] [EL Finest]: 2022-09-10 04:19:28.395--UnitOfWork(1187520756)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.395--ServerSession(1526542158)--Connection(1550073702)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.395--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.396--ServerSession(1526542158)--Connection(745220126)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [50] [junit] [EL Finest]: 2022-09-10 04:19:28.396--ServerSession(1526542158)--Connection(1550073702)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.396--UnitOfWork(1187520756)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.396--UnitOfWork(1187520756)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.396--UnitOfWork(1187520756)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@e0f0b55) [junit] [EL Finest]: 2022-09-10 04:19:28.397--ServerSession(1526542158)--Connection(562772677)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.397--ClientSession(413669341)--Connection(562772677)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.397--ClientSession(413669341)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.397--ClientSession(413669341)--Connection(1054041144)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WCA_CLOB = ? WHERE (ID = ?) [junit] bind => [UNCHANGED, 50] [junit] [EL Finer]: 2022-09-10 04:19:28.397--ClientSession(413669341)--Connection(1054041144)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.398--ServerSession(1526542158)--Connection(562772677)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.398--UnitOfWork(1187520756)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.398--UnitOfWork(1187520756)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.398--UnitOfWork(1187520756)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.398--ClientSession(413669341)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.398--UnitOfWork(1187520756)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.398--ClientSession(413669341)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.398--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1153050213 [junit] [EL Finer]: 2022-09-10 04:19:28.398--ClientSession(1153050213)--Thread(Thread[main,5,main])--acquire unit of work: 1642948718 [junit] [EL Finest]: 2022-09-10 04:19:28.398--UnitOfWork(1642948718)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.426--ServerSession(1526542158)--Connection(762939762)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.426--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.427--ServerSession(1526542158)--Connection(1792017418)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [50] [junit] [EL Finest]: 2022-09-10 04:19:28.428--ServerSession(1526542158)--Connection(762939762)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.428--UnitOfWork(1642948718)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.428--UnitOfWork(1642948718)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.429--UnitOfWork(1642948718)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@143b0272) [junit] [EL Finest]: 2022-09-10 04:19:28.429--ServerSession(1526542158)--Connection(1703366658)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.429--ClientSession(1153050213)--Connection(1703366658)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.429--ClientSession(1153050213)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.43--ClientSession(1153050213)--Connection(1365642753)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WCA_CLOB = ? WHERE (ID = ?) [junit] bind => [XNCHANGED, 50] [junit] [EL Finer]: 2022-09-10 04:19:28.43--ClientSession(1153050213)--Connection(1365642753)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.432--ServerSession(1526542158)--Connection(1703366658)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.432--UnitOfWork(1642948718)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.432--UnitOfWork(1642948718)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.432--UnitOfWork(1642948718)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.432--ClientSession(1153050213)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.432--UnitOfWork(1642948718)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.432--ClientSession(1153050213)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.432--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 833458086 [junit] [EL Finer]: 2022-09-10 04:19:28.432--ClientSession(833458086)--Thread(Thread[main,5,main])--acquire unit of work: 1356503444 [junit] [EL Finest]: 2022-09-10 04:19:28.432--UnitOfWork(1356503444)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.432--ServerSession(1526542158)--Connection(1478898068)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.432--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.433--ServerSession(1526542158)--Connection(414872383)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [50] [junit] [EL Finest]: 2022-09-10 04:19:28.433--ServerSession(1526542158)--Connection(1478898068)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.434--UnitOfWork(1356503444)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.434--UnitOfWork(1356503444)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.434--UnitOfWork(1356503444)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@28e60b0b) [junit] [EL Finest]: 2022-09-10 04:19:28.434--ServerSession(1526542158)--Connection(515728228)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.434--ClientSession(833458086)--Connection(515728228)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.434--ClientSession(833458086)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.435--ClientSession(833458086)--Connection(1991375969)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WCA_CLOB = ? WHERE (ID = ?) [junit] bind => [null, 50] [junit] [EL Finer]: 2022-09-10 04:19:28.435--ClientSession(833458086)--Connection(1991375969)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.436--ServerSession(1526542158)--Connection(515728228)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.436--UnitOfWork(1356503444)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.436--UnitOfWork(1356503444)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.436--UnitOfWork(1356503444)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.436--ClientSession(833458086)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.436--UnitOfWork(1356503444)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.436--ClientSession(833458086)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.436--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 233401616 [junit] [EL Finer]: 2022-09-10 04:19:28.436--ClientSession(233401616)--Thread(Thread[main,5,main])--acquire unit of work: 1958926904 [junit] [EL Finest]: 2022-09-10 04:19:28.436--UnitOfWork(1958926904)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.436--ServerSession(1526542158)--Connection(586963768)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.436--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.437--ServerSession(1526542158)--Connection(240372544)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [50] [junit] [EL Finest]: 2022-09-10 04:19:28.437--ServerSession(1526542158)--Connection(586963768)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:28.453--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1187223108 [junit] [EL Finer]: 2022-09-10 04:19:28.453--ClientSession(1187223108)--Thread(Thread[main,5,main])--acquire unit of work: 1269996809 [junit] [EL Finest]: 2022-09-10 04:19:28.453--UnitOfWork(1269996809)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@15808d95. [junit] [EL Finer]: 2022-09-10 04:19:28.453--UnitOfWork(1269996809)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.454--UnitOfWork(1269996809)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@15808d95) [junit] [EL Finest]: 2022-09-10 04:19:28.454--ServerSession(1526542158)--Connection(1394247285)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.454--ClientSession(1187223108)--Connection(1394247285)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.454--ClientSession(1187223108)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.454--ClientSession(1187223108)--Connection(203359178)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [49, null, null, null, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:28.455--ClientSession(1187223108)--Connection(203359178)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.456--ServerSession(1526542158)--Connection(1394247285)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.456--UnitOfWork(1269996809)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.456--UnitOfWork(1269996809)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.456--UnitOfWork(1269996809)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.456--ClientSession(1187223108)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.456--UnitOfWork(1269996809)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.456--ClientSession(1187223108)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.456--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 427499693 [junit] [EL Finer]: 2022-09-10 04:19:28.456--ClientSession(427499693)--Thread(Thread[main,5,main])--acquire unit of work: 1838047515 [junit] [EL Finest]: 2022-09-10 04:19:28.457--UnitOfWork(1838047515)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.457--ServerSession(1526542158)--Connection(1714999888)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.457--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.457--ServerSession(1526542158)--Connection(1367043839)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [49] [junit] [EL Finest]: 2022-09-10 04:19:28.458--ServerSession(1526542158)--Connection(1714999888)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.458--UnitOfWork(1838047515)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.458--UnitOfWork(1838047515)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@2fd78646 [junit] [EL Finer]: 2022-09-10 04:19:28.458--UnitOfWork(1838047515)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.459--UnitOfWork(1838047515)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2022-09-10 04:19:28.459--UnitOfWork(1838047515)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@2fd78646) [junit] [EL Finest]: 2022-09-10 04:19:28.459--ServerSession(1526542158)--Connection(507421616)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.459--ClientSession(427499693)--Connection(507421616)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.459--ClientSession(427499693)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.459--ClientSession(427499693)--Connection(2063239007)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [49] [junit] [EL Finer]: 2022-09-10 04:19:28.46--ClientSession(427499693)--Connection(2063239007)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.461--ServerSession(1526542158)--Connection(507421616)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.461--UnitOfWork(1838047515)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.461--UnitOfWork(1838047515)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.461--UnitOfWork(1838047515)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.461--ClientSession(427499693)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.461--UnitOfWork(1838047515)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.462--ClientSession(427499693)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.462--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 796291249 [junit] [EL Finer]: 2022-09-10 04:19:28.462--ClientSession(796291249)--Thread(Thread[main,5,main])--acquire unit of work: 26794623 [junit] [EL Finest]: 2022-09-10 04:19:28.462--UnitOfWork(26794623)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@2fd78646. [junit] [EL Finer]: 2022-09-10 04:19:28.462--UnitOfWork(26794623)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.462--UnitOfWork(26794623)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@2fd78646) [junit] [EL Finest]: 2022-09-10 04:19:28.462--ServerSession(1526542158)--Connection(956856538)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.462--ClientSession(796291249)--Connection(956856538)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.462--ClientSession(796291249)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.463--ClientSession(796291249)--Connection(635921586)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [49, null, null, null, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, UNCHANGED, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:28.464--ClientSession(796291249)--Connection(635921586)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.465--ServerSession(1526542158)--Connection(956856538)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.465--UnitOfWork(26794623)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.465--UnitOfWork(26794623)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.465--UnitOfWork(26794623)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.465--ClientSession(796291249)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.465--UnitOfWork(26794623)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.465--ClientSession(796291249)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.465--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 882922419 [junit] [EL Finer]: 2022-09-10 04:19:28.465--ClientSession(882922419)--Thread(Thread[main,5,main])--acquire unit of work: 721187681 [junit] [EL Finest]: 2022-09-10 04:19:28.465--UnitOfWork(721187681)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.465--ServerSession(1526542158)--Connection(275240684)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.466--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.466--ServerSession(1526542158)--Connection(2147226711)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [49] [junit] [EL Finest]: 2022-09-10 04:19:28.467--ServerSession(1526542158)--Connection(275240684)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.467--UnitOfWork(721187681)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.467--UnitOfWork(721187681)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.468--UnitOfWork(721187681)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.468--UnitOfWork(721187681)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.468--UnitOfWork(721187681)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.468--ClientSession(882922419)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.468--UnitOfWork(721187681)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.468--ClientSession(882922419)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.468--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1191779099 [junit] [EL Finer]: 2022-09-10 04:19:28.468--ClientSession(1191779099)--Thread(Thread[main,5,main])--acquire unit of work: 140002774 [junit] [EL Finest]: 2022-09-10 04:19:28.468--UnitOfWork(140002774)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.468--ServerSession(1526542158)--Connection(437788894)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.468--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.468--ServerSession(1526542158)--Connection(405811246)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [49] [junit] [EL Finest]: 2022-09-10 04:19:28.469--ServerSession(1526542158)--Connection(437788894)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.469--UnitOfWork(140002774)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.469--UnitOfWork(140002774)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.47--UnitOfWork(140002774)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@617659a) [junit] [EL Finest]: 2022-09-10 04:19:28.47--ServerSession(1526542158)--Connection(2042152832)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.47--ClientSession(1191779099)--Connection(2042152832)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.47--ClientSession(1191779099)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.47--ClientSession(1191779099)--Connection(832817993)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WCA_VARCHAR = ? WHERE (ID = ?) [junit] bind => [null, 49] [junit] [EL Finer]: 2022-09-10 04:19:28.471--ClientSession(1191779099)--Connection(832817993)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.471--ServerSession(1526542158)--Connection(2042152832)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.471--UnitOfWork(140002774)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.472--UnitOfWork(140002774)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.472--UnitOfWork(140002774)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.472--ClientSession(1191779099)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.472--UnitOfWork(140002774)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.472--ClientSession(1191779099)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.472--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1348675176 [junit] [EL Finer]: 2022-09-10 04:19:28.472--ClientSession(1348675176)--Thread(Thread[main,5,main])--acquire unit of work: 2134197934 [junit] [EL Finest]: 2022-09-10 04:19:28.472--UnitOfWork(2134197934)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.472--ServerSession(1526542158)--Connection(1504490969)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.472--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.472--ServerSession(1526542158)--Connection(1964963936)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [49] [junit] [EL Finest]: 2022-09-10 04:19:28.473--ServerSession(1526542158)--Connection(1504490969)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.473--UnitOfWork(2134197934)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.473--UnitOfWork(2134197934)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.473--UnitOfWork(2134197934)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@55ec934b) [junit] [EL Finest]: 2022-09-10 04:19:28.473--ServerSession(1526542158)--Connection(1437634557)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.473--ClientSession(1348675176)--Connection(1437634557)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.473--ClientSession(1348675176)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.473--ClientSession(1348675176)--Connection(722600007)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WCA_VARCHAR = ? WHERE (ID = ?) [junit] bind => [UNCHANGED, 49] [junit] [EL Finer]: 2022-09-10 04:19:28.474--ClientSession(1348675176)--Connection(722600007)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.474--ServerSession(1526542158)--Connection(1437634557)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.474--UnitOfWork(2134197934)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.475--UnitOfWork(2134197934)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.475--UnitOfWork(2134197934)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.475--ClientSession(1348675176)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.475--UnitOfWork(2134197934)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.475--ClientSession(1348675176)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.475--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 22087118 [junit] [EL Finer]: 2022-09-10 04:19:28.475--ClientSession(22087118)--Thread(Thread[main,5,main])--acquire unit of work: 989474203 [junit] [EL Finest]: 2022-09-10 04:19:28.475--UnitOfWork(989474203)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.475--ServerSession(1526542158)--Connection(232635121)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.475--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.475--ServerSession(1526542158)--Connection(537235912)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [49] [junit] [EL Finest]: 2022-09-10 04:19:28.476--ServerSession(1526542158)--Connection(232635121)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.476--UnitOfWork(989474203)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.476--UnitOfWork(989474203)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.476--UnitOfWork(989474203)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@2264d9a1) [junit] [EL Finest]: 2022-09-10 04:19:28.476--ServerSession(1526542158)--Connection(459148636)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.476--ClientSession(22087118)--Connection(459148636)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.476--ClientSession(22087118)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.476--ClientSession(22087118)--Connection(774682853)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WCA_VARCHAR = ? WHERE (ID = ?) [junit] bind => [XNCHANGED, 49] [junit] [EL Finer]: 2022-09-10 04:19:28.477--ClientSession(22087118)--Connection(774682853)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.477--ServerSession(1526542158)--Connection(459148636)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.477--UnitOfWork(989474203)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.477--UnitOfWork(989474203)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.478--UnitOfWork(989474203)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.478--ClientSession(22087118)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.478--UnitOfWork(989474203)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.478--ClientSession(22087118)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.478--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1940943215 [junit] [EL Finer]: 2022-09-10 04:19:28.478--ClientSession(1940943215)--Thread(Thread[main,5,main])--acquire unit of work: 940573804 [junit] [EL Finest]: 2022-09-10 04:19:28.478--UnitOfWork(940573804)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.478--ServerSession(1526542158)--Connection(480243067)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.478--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.478--ServerSession(1526542158)--Connection(2043378712)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [49] [junit] [EL Finest]: 2022-09-10 04:19:28.479--ServerSession(1526542158)--Connection(480243067)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.479--UnitOfWork(940573804)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.479--UnitOfWork(940573804)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.479--UnitOfWork(940573804)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@529cd010) [junit] [EL Finest]: 2022-09-10 04:19:28.479--ServerSession(1526542158)--Connection(2073342155)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.479--ClientSession(1940943215)--Connection(2073342155)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.479--ClientSession(1940943215)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.479--ClientSession(1940943215)--Connection(315449513)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WCA_VARCHAR = ? WHERE (ID = ?) [junit] bind => [null, 49] [junit] [EL Finer]: 2022-09-10 04:19:28.48--ClientSession(1940943215)--Connection(315449513)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.48--ServerSession(1526542158)--Connection(2073342155)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.48--UnitOfWork(940573804)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.48--UnitOfWork(940573804)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.48--UnitOfWork(940573804)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.48--ClientSession(1940943215)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.48--UnitOfWork(940573804)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.48--ClientSession(1940943215)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.481--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 571068485 [junit] [EL Finer]: 2022-09-10 04:19:28.481--ClientSession(571068485)--Thread(Thread[main,5,main])--acquire unit of work: 1538794629 [junit] [EL Finest]: 2022-09-10 04:19:28.481--UnitOfWork(1538794629)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.481--ServerSession(1526542158)--Connection(1411875308)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.481--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.481--ServerSession(1526542158)--Connection(18359491)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [49] [junit] [EL Finest]: 2022-09-10 04:19:28.481--ServerSession(1526542158)--Connection(1411875308)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:28.496--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 652125519 [junit] [EL Finer]: 2022-09-10 04:19:28.496--ClientSession(652125519)--Thread(Thread[main,5,main])--acquire unit of work: 1635261480 [junit] [EL Finest]: 2022-09-10 04:19:28.496--UnitOfWork(1635261480)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@61ec3639. [junit] [EL Finer]: 2022-09-10 04:19:28.496--UnitOfWork(1635261480)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.496--UnitOfWork(1635261480)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@61ec3639) [junit] [EL Finest]: 2022-09-10 04:19:28.496--ServerSession(1526542158)--Connection(1959257242)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.496--ClientSession(652125519)--Connection(1959257242)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.496--ClientSession(652125519)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.496--ClientSession(652125519)--Connection(1434402678)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [2, null, null, null, null, 17, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:28.497--ClientSession(652125519)--Connection(1434402678)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.497--ServerSession(1526542158)--Connection(1959257242)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.497--UnitOfWork(1635261480)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.497--UnitOfWork(1635261480)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.498--UnitOfWork(1635261480)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.498--ClientSession(652125519)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.498--UnitOfWork(1635261480)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.498--ClientSession(652125519)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.498--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1057231756 [junit] [EL Finer]: 2022-09-10 04:19:28.498--ClientSession(1057231756)--Thread(Thread[main,5,main])--acquire unit of work: 330043285 [junit] [EL Finest]: 2022-09-10 04:19:28.498--UnitOfWork(330043285)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.498--ServerSession(1526542158)--Connection(1384085896)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.498--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.498--ServerSession(1526542158)--Connection(1075116178)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:19:28.499--ServerSession(1526542158)--Connection(1384085896)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.499--UnitOfWork(330043285)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.499--UnitOfWork(330043285)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.499--UnitOfWork(330043285)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.499--UnitOfWork(330043285)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.499--UnitOfWork(330043285)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.499--ClientSession(1057231756)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.499--UnitOfWork(330043285)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.499--ClientSession(1057231756)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.499--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 630388632 [junit] [EL Finer]: 2022-09-10 04:19:28.499--ClientSession(630388632)--Thread(Thread[main,5,main])--acquire unit of work: 179368218 [junit] [EL Finest]: 2022-09-10 04:19:28.499--UnitOfWork(179368218)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.499--ServerSession(1526542158)--Connection(1485616764)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.499--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.499--ServerSession(1526542158)--Connection(1352650322)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:19:28.5--ServerSession(1526542158)--Connection(1485616764)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.5--UnitOfWork(179368218)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.5--UnitOfWork(179368218)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.5--UnitOfWork(179368218)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@5234bc59) [junit] [EL Finest]: 2022-09-10 04:19:28.5--ServerSession(1526542158)--Connection(15195102)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.5--ClientSession(630388632)--Connection(15195102)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.5--ClientSession(630388632)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.501--ClientSession(630388632)--Connection(1506564391)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET P_BYTE = ? WHERE (ID = ?) [junit] bind => [23, 2] [junit] [EL Finer]: 2022-09-10 04:19:28.501--ClientSession(630388632)--Connection(1506564391)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.502--ServerSession(1526542158)--Connection(15195102)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.502--UnitOfWork(179368218)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.502--UnitOfWork(179368218)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.502--UnitOfWork(179368218)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.502--ClientSession(630388632)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.502--UnitOfWork(179368218)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.502--ClientSession(630388632)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.502--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1425123531 [junit] [EL Finer]: 2022-09-10 04:19:28.502--ClientSession(1425123531)--Thread(Thread[main,5,main])--acquire unit of work: 1867503123 [junit] [EL Finest]: 2022-09-10 04:19:28.502--UnitOfWork(1867503123)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.502--ServerSession(1526542158)--Connection(786583473)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.502--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.503--ServerSession(1526542158)--Connection(1903173802)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:19:28.503--ServerSession(1526542158)--Connection(786583473)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:28.516--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 290755251 [junit] [EL Finer]: 2022-09-10 04:19:28.516--ClientSession(290755251)--Thread(Thread[main,5,main])--acquire unit of work: 1894407103 [junit] [EL Finest]: 2022-09-10 04:19:28.516--UnitOfWork(1894407103)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@70984db6. [junit] [EL Finer]: 2022-09-10 04:19:28.516--UnitOfWork(1894407103)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.516--UnitOfWork(1894407103)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@70984db6) [junit] [EL Finest]: 2022-09-10 04:19:28.516--ServerSession(1526542158)--Connection(1225465891)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.516--ClientSession(290755251)--Connection(1225465891)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.516--ClientSession(290755251)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.517--ClientSession(290755251)--Connection(1805561118)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [3, null, null, null, null, 0, false, null, null, null, A, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:28.517--ClientSession(290755251)--Connection(1805561118)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.518--ServerSession(1526542158)--Connection(1225465891)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.518--UnitOfWork(1894407103)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.518--UnitOfWork(1894407103)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.518--UnitOfWork(1894407103)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.518--ClientSession(290755251)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.518--UnitOfWork(1894407103)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.518--ClientSession(290755251)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.518--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1251940751 [junit] [EL Finer]: 2022-09-10 04:19:28.518--ClientSession(1251940751)--Thread(Thread[main,5,main])--acquire unit of work: 1425517471 [junit] [EL Finest]: 2022-09-10 04:19:28.518--UnitOfWork(1425517471)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.518--ServerSession(1526542158)--Connection(1081811391)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.518--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.518--ServerSession(1526542158)--Connection(856406756)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [3] [junit] [EL Finest]: 2022-09-10 04:19:28.519--ServerSession(1526542158)--Connection(1081811391)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.519--UnitOfWork(1425517471)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.519--UnitOfWork(1425517471)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.519--UnitOfWork(1425517471)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.519--UnitOfWork(1425517471)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.519--UnitOfWork(1425517471)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.519--ClientSession(1251940751)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.519--UnitOfWork(1425517471)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.519--ClientSession(1251940751)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.519--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1245303036 [junit] [EL Finer]: 2022-09-10 04:19:28.519--ClientSession(1245303036)--Thread(Thread[main,5,main])--acquire unit of work: 1636721431 [junit] [EL Finest]: 2022-09-10 04:19:28.519--UnitOfWork(1636721431)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.519--ServerSession(1526542158)--Connection(773919571)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.519--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.52--ServerSession(1526542158)--Connection(495116876)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [3] [junit] [EL Finest]: 2022-09-10 04:19:28.52--ServerSession(1526542158)--Connection(773919571)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.52--UnitOfWork(1636721431)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.52--UnitOfWork(1636721431)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.52--UnitOfWork(1636721431)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@2da11074) [junit] [EL Finest]: 2022-09-10 04:19:28.521--ServerSession(1526542158)--Connection(2107649334)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.521--ClientSession(1245303036)--Connection(2107649334)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.521--ClientSession(1245303036)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.521--ClientSession(1245303036)--Connection(393799968)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET P_CHAR = ? WHERE (ID = ?) [junit] bind => [B, 3] [junit] [EL Finer]: 2022-09-10 04:19:28.521--ClientSession(1245303036)--Connection(393799968)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.522--ServerSession(1526542158)--Connection(2107649334)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.522--UnitOfWork(1636721431)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.522--UnitOfWork(1636721431)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.522--UnitOfWork(1636721431)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.522--ClientSession(1245303036)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.536--UnitOfWork(1636721431)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.537--ClientSession(1245303036)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.537--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 825677366 [junit] [EL Finer]: 2022-09-10 04:19:28.537--ClientSession(825677366)--Thread(Thread[main,5,main])--acquire unit of work: 1633097945 [junit] [EL Finest]: 2022-09-10 04:19:28.537--UnitOfWork(1633097945)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.537--ServerSession(1526542158)--Connection(673809097)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.537--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.537--ServerSession(1526542158)--Connection(2032320146)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [3] [junit] [EL Finest]: 2022-09-10 04:19:28.539--ServerSession(1526542158)--Connection(673809097)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:28.556--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1589753989 [junit] [EL Finer]: 2022-09-10 04:19:28.556--ClientSession(1589753989)--Thread(Thread[main,5,main])--acquire unit of work: 452737090 [junit] [EL Finest]: 2022-09-10 04:19:28.556--UnitOfWork(452737090)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@ae6f5a3. [junit] [EL Finer]: 2022-09-10 04:19:28.556--UnitOfWork(452737090)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.556--UnitOfWork(452737090)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@ae6f5a3) [junit] [EL Finest]: 2022-09-10 04:19:28.556--ServerSession(1526542158)--Connection(505551476)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.556--ClientSession(1589753989)--Connection(505551476)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.556--ClientSession(1589753989)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.557--ClientSession(1589753989)--Connection(1701253082)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [6, null, null, null, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 88, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:28.558--ClientSession(1589753989)--Connection(1701253082)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.559--ServerSession(1526542158)--Connection(505551476)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.559--UnitOfWork(452737090)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.559--UnitOfWork(452737090)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.56--UnitOfWork(452737090)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.56--ClientSession(1589753989)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.56--UnitOfWork(452737090)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.56--ClientSession(1589753989)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.56--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1069928290 [junit] [EL Finer]: 2022-09-10 04:19:28.56--ClientSession(1069928290)--Thread(Thread[main,5,main])--acquire unit of work: 1652625055 [junit] [EL Finest]: 2022-09-10 04:19:28.56--UnitOfWork(1652625055)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.56--ServerSession(1526542158)--Connection(929849234)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.56--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.56--ServerSession(1526542158)--Connection(1386724654)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [6] [junit] [EL Finest]: 2022-09-10 04:19:28.561--ServerSession(1526542158)--Connection(929849234)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.561--UnitOfWork(1652625055)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.562--UnitOfWork(1652625055)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.562--UnitOfWork(1652625055)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.562--UnitOfWork(1652625055)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.562--UnitOfWork(1652625055)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.562--ClientSession(1069928290)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.562--UnitOfWork(1652625055)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.562--ClientSession(1069928290)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.562--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 373840270 [junit] [EL Finer]: 2022-09-10 04:19:28.562--ClientSession(373840270)--Thread(Thread[main,5,main])--acquire unit of work: 27694893 [junit] [EL Finest]: 2022-09-10 04:19:28.562--UnitOfWork(27694893)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.562--ServerSession(1526542158)--Connection(1763835710)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.562--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.562--ServerSession(1526542158)--Connection(1644629008)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [6] [junit] [EL Finest]: 2022-09-10 04:19:28.563--ServerSession(1526542158)--Connection(1763835710)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.563--UnitOfWork(27694893)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.563--UnitOfWork(27694893)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.563--UnitOfWork(27694893)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@65c39cb1) [junit] [EL Finest]: 2022-09-10 04:19:28.564--ServerSession(1526542158)--Connection(885870984)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.564--ClientSession(373840270)--Connection(885870984)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.564--ClientSession(373840270)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.564--ClientSession(373840270)--Connection(1560725213)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET P_LONG = ? WHERE (ID = ?) [junit] bind => [77, 6] [junit] [EL Finer]: 2022-09-10 04:19:28.565--ClientSession(373840270)--Connection(1560725213)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.566--ServerSession(1526542158)--Connection(885870984)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.566--UnitOfWork(27694893)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.566--UnitOfWork(27694893)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.566--UnitOfWork(27694893)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.566--ClientSession(373840270)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.566--UnitOfWork(27694893)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.566--ClientSession(373840270)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.566--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 917034890 [junit] [EL Finer]: 2022-09-10 04:19:28.566--ClientSession(917034890)--Thread(Thread[main,5,main])--acquire unit of work: 1567874988 [junit] [EL Finest]: 2022-09-10 04:19:28.566--UnitOfWork(1567874988)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.566--ServerSession(1526542158)--Connection(910122229)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.566--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.566--ServerSession(1526542158)--Connection(1653346053)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [6] [junit] [EL Finest]: 2022-09-10 04:19:28.567--ServerSession(1526542158)--Connection(910122229)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:28.581--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 397614677 [junit] [EL Finer]: 2022-09-10 04:19:28.581--ClientSession(397614677)--Thread(Thread[main,5,main])--acquire unit of work: 1958036068 [junit] [EL Finest]: 2022-09-10 04:19:28.581--UnitOfWork(1958036068)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@4abfc82e. [junit] [EL Finer]: 2022-09-10 04:19:28.581--UnitOfWork(1958036068)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.582--UnitOfWork(1958036068)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@4abfc82e) [junit] [EL Finest]: 2022-09-10 04:19:28.582--ServerSession(1526542158)--Connection(582190495)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.582--ClientSession(397614677)--Connection(582190495)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.582--ClientSession(397614677)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.582--ClientSession(397614677)--Connection(2093700559)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [23, null, null, null, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:28.582--ClientSession(397614677)--Connection(2093700559)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.583--ServerSession(1526542158)--Connection(582190495)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.583--UnitOfWork(1958036068)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.583--UnitOfWork(1958036068)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.583--UnitOfWork(1958036068)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.583--ClientSession(397614677)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.584--UnitOfWork(1958036068)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.584--ClientSession(397614677)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.584--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 816171742 [junit] [EL Finer]: 2022-09-10 04:19:28.584--ClientSession(816171742)--Thread(Thread[main,5,main])--acquire unit of work: 384209960 [junit] [EL Finest]: 2022-09-10 04:19:28.584--UnitOfWork(384209960)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.584--ServerSession(1526542158)--Connection(1447132456)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.584--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.584--ServerSession(1526542158)--Connection(2032498117)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [23] [junit] [EL Finest]: 2022-09-10 04:19:28.584--ServerSession(1526542158)--Connection(1447132456)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.585--UnitOfWork(384209960)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.585--UnitOfWork(384209960)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@18d8a1b0 [junit] [EL Finer]: 2022-09-10 04:19:28.585--UnitOfWork(384209960)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.585--UnitOfWork(384209960)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2022-09-10 04:19:28.585--UnitOfWork(384209960)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@18d8a1b0) [junit] [EL Finest]: 2022-09-10 04:19:28.585--ServerSession(1526542158)--Connection(1752381165)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.585--ClientSession(816171742)--Connection(1752381165)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.585--ClientSession(816171742)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.585--ClientSession(816171742)--Connection(1142082127)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [23] [junit] [EL Finer]: 2022-09-10 04:19:28.586--ClientSession(816171742)--Connection(1142082127)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.586--ServerSession(1526542158)--Connection(1752381165)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.586--UnitOfWork(384209960)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.587--UnitOfWork(384209960)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.587--UnitOfWork(384209960)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.587--ClientSession(816171742)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.587--UnitOfWork(384209960)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.587--ClientSession(816171742)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.587--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 693004316 [junit] [EL Finer]: 2022-09-10 04:19:28.587--ClientSession(693004316)--Thread(Thread[main,5,main])--acquire unit of work: 2078056392 [junit] [EL Finest]: 2022-09-10 04:19:28.587--UnitOfWork(2078056392)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@18d8a1b0. [junit] [EL Finer]: 2022-09-10 04:19:28.587--UnitOfWork(2078056392)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.587--UnitOfWork(2078056392)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@18d8a1b0) [junit] [EL Finest]: 2022-09-10 04:19:28.587--ServerSession(1526542158)--Connection(873309975)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.587--ClientSession(693004316)--Connection(873309975)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.587--ClientSession(693004316)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.587--ClientSession(693004316)--Connection(1851336450)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [23, 1.1, null, null, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:28.588--ClientSession(693004316)--Connection(1851336450)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.588--ServerSession(1526542158)--Connection(873309975)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.589--UnitOfWork(2078056392)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.589--UnitOfWork(2078056392)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.589--UnitOfWork(2078056392)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.589--ClientSession(693004316)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.589--UnitOfWork(2078056392)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.589--ClientSession(693004316)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.589--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2014682202 [junit] [EL Finer]: 2022-09-10 04:19:28.589--ClientSession(2014682202)--Thread(Thread[main,5,main])--acquire unit of work: 1607718253 [junit] [EL Finest]: 2022-09-10 04:19:28.589--UnitOfWork(1607718253)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.589--ServerSession(1526542158)--Connection(140387182)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.589--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.589--ServerSession(1526542158)--Connection(1683489362)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [23] [junit] [EL Finest]: 2022-09-10 04:19:28.59--ServerSession(1526542158)--Connection(140387182)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.59--UnitOfWork(1607718253)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.59--UnitOfWork(1607718253)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.59--UnitOfWork(1607718253)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.59--UnitOfWork(1607718253)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.59--UnitOfWork(1607718253)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.59--ClientSession(2014682202)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.59--UnitOfWork(1607718253)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.59--ClientSession(2014682202)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.59--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1101539914 [junit] [EL Finer]: 2022-09-10 04:19:28.59--ClientSession(1101539914)--Thread(Thread[main,5,main])--acquire unit of work: 599303689 [junit] [EL Finest]: 2022-09-10 04:19:28.59--UnitOfWork(599303689)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.59--ServerSession(1526542158)--Connection(1481468605)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.591--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.591--ServerSession(1526542158)--Connection(1900722313)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [23] [junit] [EL Finest]: 2022-09-10 04:19:28.591--ServerSession(1526542158)--Connection(1481468605)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.591--UnitOfWork(599303689)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.592--UnitOfWork(599303689)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.592--UnitOfWork(599303689)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@2475c695) [junit] [EL Finest]: 2022-09-10 04:19:28.592--ServerSession(1526542158)--Connection(1881869919)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.592--ClientSession(1101539914)--Connection(1881869919)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.592--ClientSession(1101539914)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.592--ClientSession(1101539914)--Connection(358804045)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET BIG_DECIMAL = ? WHERE (ID = ?) [junit] bind => [2.2, 23] [junit] [EL Finer]: 2022-09-10 04:19:28.593--ClientSession(1101539914)--Connection(358804045)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.593--ServerSession(1526542158)--Connection(1881869919)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.594--UnitOfWork(599303689)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.594--UnitOfWork(599303689)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.594--UnitOfWork(599303689)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.594--ClientSession(1101539914)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.594--UnitOfWork(599303689)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.594--ClientSession(1101539914)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.594--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1251600325 [junit] [EL Finer]: 2022-09-10 04:19:28.594--ClientSession(1251600325)--Thread(Thread[main,5,main])--acquire unit of work: 1219185753 [junit] [EL Finest]: 2022-09-10 04:19:28.594--UnitOfWork(1219185753)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.594--ServerSession(1526542158)--Connection(434885441)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.594--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.594--ServerSession(1526542158)--Connection(964875537)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [23] [junit] [EL Finest]: 2022-09-10 04:19:28.595--ServerSession(1526542158)--Connection(434885441)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.595--UnitOfWork(1219185753)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.595--UnitOfWork(1219185753)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.595--UnitOfWork(1219185753)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@694d4f27) [junit] [EL Finest]: 2022-09-10 04:19:28.595--ServerSession(1526542158)--Connection(2139106882)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.595--ClientSession(1251600325)--Connection(2139106882)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.595--ClientSession(1251600325)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.596--ClientSession(1251600325)--Connection(235514272)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET BIG_DECIMAL = ? WHERE (ID = ?) [junit] bind => [null, 23] [junit] [EL Finer]: 2022-09-10 04:19:28.596--ClientSession(1251600325)--Connection(235514272)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.597--ServerSession(1526542158)--Connection(2139106882)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.597--UnitOfWork(1219185753)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.597--UnitOfWork(1219185753)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.597--UnitOfWork(1219185753)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.597--ClientSession(1251600325)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.597--UnitOfWork(1219185753)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.597--ClientSession(1251600325)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.597--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1951887558 [junit] [EL Finer]: 2022-09-10 04:19:28.597--ClientSession(1951887558)--Thread(Thread[main,5,main])--acquire unit of work: 936416069 [junit] [EL Finest]: 2022-09-10 04:19:28.597--UnitOfWork(936416069)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.597--ServerSession(1526542158)--Connection(1296929277)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.597--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.598--ServerSession(1526542158)--Connection(439257472)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [23] [junit] [EL Finest]: 2022-09-10 04:19:28.598--ServerSession(1526542158)--Connection(1296929277)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:28.611--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1779058907 [junit] [EL Finer]: 2022-09-10 04:19:28.611--ClientSession(1779058907)--Thread(Thread[main,5,main])--acquire unit of work: 1926813986 [junit] [EL Finest]: 2022-09-10 04:19:28.612--UnitOfWork(1926813986)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@50dd3bd2. [junit] [EL Finer]: 2022-09-10 04:19:28.612--UnitOfWork(1926813986)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.612--UnitOfWork(1926813986)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@50dd3bd2) [junit] [EL Finest]: 2022-09-10 04:19:28.612--ServerSession(1526542158)--Connection(766382516)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.612--ClientSession(1779058907)--Connection(766382516)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.612--ClientSession(1779058907)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.612--ClientSession(1779058907)--Connection(428596458)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [8, null, null, null, null, 0, false, null, null, null, a, null, null, 99.5, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:28.613--ClientSession(1779058907)--Connection(428596458)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.613--ServerSession(1526542158)--Connection(766382516)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.613--UnitOfWork(1926813986)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.613--UnitOfWork(1926813986)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.613--UnitOfWork(1926813986)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.613--ClientSession(1779058907)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.613--UnitOfWork(1926813986)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.613--ClientSession(1779058907)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.613--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1043079792 [junit] [EL Finer]: 2022-09-10 04:19:28.613--ClientSession(1043079792)--Thread(Thread[main,5,main])--acquire unit of work: 2038941139 [junit] [EL Finest]: 2022-09-10 04:19:28.613--UnitOfWork(2038941139)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.613--ServerSession(1526542158)--Connection(1377837366)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.614--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.614--ServerSession(1526542158)--Connection(618945961)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [8] [junit] [EL Finest]: 2022-09-10 04:19:28.614--ServerSession(1526542158)--Connection(1377837366)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.614--UnitOfWork(2038941139)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.614--UnitOfWork(2038941139)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.614--UnitOfWork(2038941139)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.615--UnitOfWork(2038941139)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.615--UnitOfWork(2038941139)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.615--ClientSession(1043079792)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.615--UnitOfWork(2038941139)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.615--ClientSession(1043079792)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.615--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 878789445 [junit] [EL Finer]: 2022-09-10 04:19:28.615--ClientSession(878789445)--Thread(Thread[main,5,main])--acquire unit of work: 1495183399 [junit] [EL Finest]: 2022-09-10 04:19:28.615--UnitOfWork(1495183399)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.615--ServerSession(1526542158)--Connection(845423295)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.615--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.615--ServerSession(1526542158)--Connection(660982247)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [8] [junit] [EL Finest]: 2022-09-10 04:19:28.615--ServerSession(1526542158)--Connection(845423295)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.616--UnitOfWork(1495183399)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.616--UnitOfWork(1495183399)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.616--UnitOfWork(1495183399)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@26f16479) [junit] [EL Finest]: 2022-09-10 04:19:28.616--ServerSession(1526542158)--Connection(805569179)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.616--ClientSession(878789445)--Connection(805569179)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.616--ClientSession(878789445)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.616--ClientSession(878789445)--Connection(468837132)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET P_DOUBLE = ? WHERE (ID = ?) [junit] bind => [77.5, 8] [junit] [EL Finer]: 2022-09-10 04:19:28.617--ClientSession(878789445)--Connection(468837132)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.618--ServerSession(1526542158)--Connection(805569179)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.618--UnitOfWork(1495183399)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.618--UnitOfWork(1495183399)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.618--UnitOfWork(1495183399)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.618--ClientSession(878789445)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.618--UnitOfWork(1495183399)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.618--ClientSession(878789445)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.618--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 482045746 [junit] [EL Finer]: 2022-09-10 04:19:28.618--ClientSession(482045746)--Thread(Thread[main,5,main])--acquire unit of work: 138806826 [junit] [EL Finest]: 2022-09-10 04:19:28.618--UnitOfWork(138806826)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.618--ServerSession(1526542158)--Connection(1258244659)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.618--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.618--ServerSession(1526542158)--Connection(456313740)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [8] [junit] [EL Finest]: 2022-09-10 04:19:28.619--ServerSession(1526542158)--Connection(1258244659)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:28.633--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1880366324 [junit] [EL Finer]: 2022-09-10 04:19:28.634--ClientSession(1880366324)--Thread(Thread[main,5,main])--acquire unit of work: 147004199 [junit] [EL Finest]: 2022-09-10 04:19:28.634--UnitOfWork(147004199)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@4022d226. [junit] [EL Finer]: 2022-09-10 04:19:28.634--UnitOfWork(147004199)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.634--UnitOfWork(147004199)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@4022d226) [junit] [EL Finest]: 2022-09-10 04:19:28.634--ServerSession(1526542158)--Connection(319306832)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.634--ClientSession(1880366324)--Connection(319306832)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.634--ClientSession(1880366324)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.634--ClientSession(1880366324)--Connection(50468661)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [24, null, null, null, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:28.635--ClientSession(1880366324)--Connection(50468661)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.635--ServerSession(1526542158)--Connection(319306832)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.635--UnitOfWork(147004199)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.636--UnitOfWork(147004199)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.636--UnitOfWork(147004199)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.636--ClientSession(1880366324)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.636--UnitOfWork(147004199)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.636--ClientSession(1880366324)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.636--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 532111502 [junit] [EL Finer]: 2022-09-10 04:19:28.636--ClientSession(532111502)--Thread(Thread[main,5,main])--acquire unit of work: 211777522 [junit] [EL Finest]: 2022-09-10 04:19:28.636--UnitOfWork(211777522)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.636--ServerSession(1526542158)--Connection(1663269678)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.636--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.636--ServerSession(1526542158)--Connection(1466343742)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [24] [junit] [EL Finest]: 2022-09-10 04:19:28.637--ServerSession(1526542158)--Connection(1663269678)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.637--UnitOfWork(211777522)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.637--UnitOfWork(211777522)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@7ca42086 [junit] [EL Finer]: 2022-09-10 04:19:28.637--UnitOfWork(211777522)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.637--UnitOfWork(211777522)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2022-09-10 04:19:28.637--UnitOfWork(211777522)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@7ca42086) [junit] [EL Finest]: 2022-09-10 04:19:28.637--ServerSession(1526542158)--Connection(1709296012)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.637--ClientSession(532111502)--Connection(1709296012)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.637--ClientSession(532111502)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.638--ClientSession(532111502)--Connection(1467749358)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [24] [junit] [EL Finer]: 2022-09-10 04:19:28.638--ClientSession(532111502)--Connection(1467749358)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.639--ServerSession(1526542158)--Connection(1709296012)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.639--UnitOfWork(211777522)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.639--UnitOfWork(211777522)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.639--UnitOfWork(211777522)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.639--ClientSession(532111502)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.639--UnitOfWork(211777522)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.639--ClientSession(532111502)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.639--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 934538472 [junit] [EL Finer]: 2022-09-10 04:19:28.639--ClientSession(934538472)--Thread(Thread[main,5,main])--acquire unit of work: 6781587 [junit] [EL Finest]: 2022-09-10 04:19:28.639--UnitOfWork(6781587)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@7ca42086. [junit] [EL Finer]: 2022-09-10 04:19:28.639--UnitOfWork(6781587)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.639--UnitOfWork(6781587)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@7ca42086) [junit] [EL Finest]: 2022-09-10 04:19:28.639--ServerSession(1526542158)--Connection(1949413972)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.639--ClientSession(934538472)--Connection(1949413972)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.639--ClientSession(934538472)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.64--ClientSession(934538472)--Connection(1556993174)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [24, null, 11, null, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:28.64--ClientSession(934538472)--Connection(1556993174)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.641--ServerSession(1526542158)--Connection(1949413972)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.641--UnitOfWork(6781587)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.641--UnitOfWork(6781587)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.641--UnitOfWork(6781587)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.641--ClientSession(934538472)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.641--UnitOfWork(6781587)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.641--ClientSession(934538472)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.641--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1952989585 [junit] [EL Finer]: 2022-09-10 04:19:28.641--ClientSession(1952989585)--Thread(Thread[main,5,main])--acquire unit of work: 1186157294 [junit] [EL Finest]: 2022-09-10 04:19:28.646--UnitOfWork(1186157294)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.646--ServerSession(1526542158)--Connection(231604776)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.646--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.647--ServerSession(1526542158)--Connection(393040665)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [24] [junit] [EL Finest]: 2022-09-10 04:19:28.648--ServerSession(1526542158)--Connection(231604776)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.648--UnitOfWork(1186157294)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.649--UnitOfWork(1186157294)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.649--UnitOfWork(1186157294)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.649--UnitOfWork(1186157294)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.649--UnitOfWork(1186157294)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.649--ClientSession(1952989585)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.649--UnitOfWork(1186157294)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.649--ClientSession(1952989585)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.649--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 594140054 [junit] [EL Finer]: 2022-09-10 04:19:28.649--ClientSession(594140054)--Thread(Thread[main,5,main])--acquire unit of work: 1629404410 [junit] [EL Finest]: 2022-09-10 04:19:28.649--UnitOfWork(1629404410)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.649--ServerSession(1526542158)--Connection(1244947864)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.649--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.65--ServerSession(1526542158)--Connection(1608309663)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [24] [junit] [EL Finest]: 2022-09-10 04:19:28.651--ServerSession(1526542158)--Connection(1244947864)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.651--UnitOfWork(1629404410)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.651--UnitOfWork(1629404410)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.652--UnitOfWork(1629404410)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@4f9834bf) [junit] [EL Finest]: 2022-09-10 04:19:28.652--ServerSession(1526542158)--Connection(1682159211)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.652--ClientSession(594140054)--Connection(1682159211)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.652--ClientSession(594140054)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.653--ClientSession(594140054)--Connection(237685833)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET BIG_INTEGER = ? WHERE (ID = ?) [junit] bind => [22, 24] [junit] [EL Finer]: 2022-09-10 04:19:28.654--ClientSession(594140054)--Connection(237685833)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.655--ServerSession(1526542158)--Connection(1682159211)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.655--UnitOfWork(1629404410)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.655--UnitOfWork(1629404410)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.655--UnitOfWork(1629404410)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.655--ClientSession(594140054)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.655--UnitOfWork(1629404410)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.655--ClientSession(594140054)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.655--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 129529297 [junit] [EL Finer]: 2022-09-10 04:19:28.655--ClientSession(129529297)--Thread(Thread[main,5,main])--acquire unit of work: 1604889067 [junit] [EL Finest]: 2022-09-10 04:19:28.656--UnitOfWork(1604889067)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.656--ServerSession(1526542158)--Connection(379521061)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.656--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.656--ServerSession(1526542158)--Connection(1677720320)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [24] [junit] [EL Finest]: 2022-09-10 04:19:28.657--ServerSession(1526542158)--Connection(379521061)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.657--UnitOfWork(1604889067)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.657--UnitOfWork(1604889067)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.657--UnitOfWork(1604889067)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@5360e703) [junit] [EL Finest]: 2022-09-10 04:19:28.658--ServerSession(1526542158)--Connection(14410680)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.658--ClientSession(129529297)--Connection(14410680)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.658--ClientSession(129529297)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.658--ClientSession(129529297)--Connection(1027844337)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET BIG_INTEGER = ? WHERE (ID = ?) [junit] bind => [null, 24] [junit] [EL Finer]: 2022-09-10 04:19:28.659--ClientSession(129529297)--Connection(1027844337)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.66--ServerSession(1526542158)--Connection(14410680)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.66--UnitOfWork(1604889067)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.66--UnitOfWork(1604889067)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.66--UnitOfWork(1604889067)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.66--ClientSession(129529297)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.66--UnitOfWork(1604889067)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.66--ClientSession(129529297)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.66--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 546810339 [junit] [EL Finer]: 2022-09-10 04:19:28.66--ClientSession(546810339)--Thread(Thread[main,5,main])--acquire unit of work: 11770144 [junit] [EL Finest]: 2022-09-10 04:19:28.66--UnitOfWork(11770144)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.66--ServerSession(1526542158)--Connection(296231859)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.66--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.66--ServerSession(1526542158)--Connection(473413636)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [24] [junit] [EL Finest]: 2022-09-10 04:19:28.661--ServerSession(1526542158)--Connection(296231859)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:28.677--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2110563391 [junit] [EL Finer]: 2022-09-10 04:19:28.677--ClientSession(2110563391)--Thread(Thread[main,5,main])--acquire unit of work: 1599305167 [junit] [EL Finest]: 2022-09-10 04:19:28.677--UnitOfWork(1599305167)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@119f84ee. [junit] [EL Finer]: 2022-09-10 04:19:28.677--UnitOfWork(1599305167)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.677--UnitOfWork(1599305167)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@119f84ee) [junit] [EL Finest]: 2022-09-10 04:19:28.677--ServerSession(1526542158)--Connection(136673878)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.677--ClientSession(2110563391)--Connection(136673878)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.678--ClientSession(2110563391)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.678--ClientSession(2110563391)--Connection(1276943248)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [18, null, null, null, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:28.679--ClientSession(2110563391)--Connection(1276943248)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.679--ServerSession(1526542158)--Connection(136673878)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.679--UnitOfWork(1599305167)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.679--UnitOfWork(1599305167)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.68--UnitOfWork(1599305167)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.68--ClientSession(2110563391)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.68--UnitOfWork(1599305167)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.68--ClientSession(2110563391)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.68--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 345135578 [junit] [EL Finer]: 2022-09-10 04:19:28.68--ClientSession(345135578)--Thread(Thread[main,5,main])--acquire unit of work: 1023054019 [junit] [EL Finest]: 2022-09-10 04:19:28.68--UnitOfWork(1023054019)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.68--ServerSession(1526542158)--Connection(1403795651)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.68--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.68--ServerSession(1526542158)--Connection(1467708314)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [18] [junit] [EL Finest]: 2022-09-10 04:19:28.681--ServerSession(1526542158)--Connection(1403795651)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.681--UnitOfWork(1023054019)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.681--UnitOfWork(1023054019)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@bed0f9c [junit] [EL Finer]: 2022-09-10 04:19:28.681--UnitOfWork(1023054019)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.681--UnitOfWork(1023054019)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2022-09-10 04:19:28.681--UnitOfWork(1023054019)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@bed0f9c) [junit] [EL Finest]: 2022-09-10 04:19:28.682--ServerSession(1526542158)--Connection(1536853650)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.682--ClientSession(345135578)--Connection(1536853650)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.682--ClientSession(345135578)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.682--ClientSession(345135578)--Connection(1219408050)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [18] [junit] [EL Finer]: 2022-09-10 04:19:28.683--ClientSession(345135578)--Connection(1219408050)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.683--ServerSession(1526542158)--Connection(1536853650)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.683--UnitOfWork(1023054019)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.683--UnitOfWork(1023054019)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.683--UnitOfWork(1023054019)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.683--ClientSession(345135578)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.683--UnitOfWork(1023054019)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.683--ClientSession(345135578)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.684--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 295220158 [junit] [EL Finer]: 2022-09-10 04:19:28.684--ClientSession(295220158)--Thread(Thread[main,5,main])--acquire unit of work: 747551263 [junit] [EL Finest]: 2022-09-10 04:19:28.684--UnitOfWork(747551263)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@bed0f9c. [junit] [EL Finer]: 2022-09-10 04:19:28.684--UnitOfWork(747551263)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.684--UnitOfWork(747551263)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@bed0f9c) [junit] [EL Finest]: 2022-09-10 04:19:28.684--ServerSession(1526542158)--Connection(923351172)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.684--ClientSession(295220158)--Connection(923351172)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.684--ClientSession(295220158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.684--ClientSession(295220158)--Connection(1675131032)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [18, null, null, null, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 1.0, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:28.685--ClientSession(295220158)--Connection(1675131032)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.686--ServerSession(1526542158)--Connection(923351172)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.686--UnitOfWork(747551263)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.686--UnitOfWork(747551263)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.686--UnitOfWork(747551263)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.686--ClientSession(295220158)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.686--UnitOfWork(747551263)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.686--ClientSession(295220158)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.686--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 754221790 [junit] [EL Finer]: 2022-09-10 04:19:28.686--ClientSession(754221790)--Thread(Thread[main,5,main])--acquire unit of work: 214446944 [junit] [EL Finest]: 2022-09-10 04:19:28.686--UnitOfWork(214446944)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.686--ServerSession(1526542158)--Connection(1301524687)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.686--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.686--ServerSession(1526542158)--Connection(626301802)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [18] [junit] [EL Finest]: 2022-09-10 04:19:28.687--ServerSession(1526542158)--Connection(1301524687)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.687--UnitOfWork(214446944)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.687--UnitOfWork(214446944)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.687--UnitOfWork(214446944)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.687--UnitOfWork(214446944)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.687--UnitOfWork(214446944)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.687--ClientSession(754221790)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.687--UnitOfWork(214446944)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.687--ClientSession(754221790)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.687--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1819497736 [junit] [EL Finer]: 2022-09-10 04:19:28.687--ClientSession(1819497736)--Thread(Thread[main,5,main])--acquire unit of work: 266606116 [junit] [EL Finest]: 2022-09-10 04:19:28.687--UnitOfWork(266606116)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.687--ServerSession(1526542158)--Connection(306240928)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.687--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.688--ServerSession(1526542158)--Connection(2089591815)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [18] [junit] [EL Finest]: 2022-09-10 04:19:28.688--ServerSession(1526542158)--Connection(306240928)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.688--UnitOfWork(266606116)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.688--UnitOfWork(266606116)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.688--UnitOfWork(266606116)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3162630b) [junit] [EL Finest]: 2022-09-10 04:19:28.689--ServerSession(1526542158)--Connection(693886992)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.689--ClientSession(1819497736)--Connection(693886992)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.689--ClientSession(1819497736)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.689--ClientSession(1819497736)--Connection(1413705481)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET W_DOUBLE = ? WHERE (ID = ?) [junit] bind => [2.0, 18] [junit] [EL Finer]: 2022-09-10 04:19:28.689--ClientSession(1819497736)--Connection(1413705481)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.69--ServerSession(1526542158)--Connection(693886992)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.69--UnitOfWork(266606116)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.69--UnitOfWork(266606116)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.69--UnitOfWork(266606116)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.69--ClientSession(1819497736)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.69--UnitOfWork(266606116)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.69--ClientSession(1819497736)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.69--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 308171413 [junit] [EL Finer]: 2022-09-10 04:19:28.69--ClientSession(308171413)--Thread(Thread[main,5,main])--acquire unit of work: 1563057392 [junit] [EL Finest]: 2022-09-10 04:19:28.69--UnitOfWork(1563057392)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.691--ServerSession(1526542158)--Connection(1924912456)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.691--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.691--ServerSession(1526542158)--Connection(228376281)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [18] [junit] [EL Finest]: 2022-09-10 04:19:28.691--ServerSession(1526542158)--Connection(1924912456)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.691--UnitOfWork(1563057392)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.692--UnitOfWork(1563057392)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.692--UnitOfWork(1563057392)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@4ec91b1c) [junit] [EL Finest]: 2022-09-10 04:19:28.692--ServerSession(1526542158)--Connection(2136765185)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.692--ClientSession(308171413)--Connection(2136765185)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.692--ClientSession(308171413)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.692--ClientSession(308171413)--Connection(963800974)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET W_DOUBLE = ? WHERE (ID = ?) [junit] bind => [null, 18] [junit] [EL Finer]: 2022-09-10 04:19:28.693--ClientSession(308171413)--Connection(963800974)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.693--ServerSession(1526542158)--Connection(2136765185)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.693--UnitOfWork(1563057392)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.693--UnitOfWork(1563057392)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.693--UnitOfWork(1563057392)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.694--ClientSession(308171413)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.694--UnitOfWork(1563057392)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.694--ClientSession(308171413)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.694--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1576752321 [junit] [EL Finer]: 2022-09-10 04:19:28.694--ClientSession(1576752321)--Thread(Thread[main,5,main])--acquire unit of work: 2002734831 [junit] [EL Finest]: 2022-09-10 04:19:28.694--UnitOfWork(2002734831)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.694--ServerSession(1526542158)--Connection(1681595897)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.694--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.694--ServerSession(1526542158)--Connection(978990586)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [18] [junit] [EL Finest]: 2022-09-10 04:19:28.694--ServerSession(1526542158)--Connection(1681595897)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:28.709--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 862232542 [junit] [EL Finer]: 2022-09-10 04:19:28.709--ClientSession(862232542)--Thread(Thread[main,5,main])--acquire unit of work: 1337860097 [junit] [EL Finest]: 2022-09-10 04:19:28.709--UnitOfWork(1337860097)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@1b2199d5. [junit] [EL Finer]: 2022-09-10 04:19:28.709--UnitOfWork(1337860097)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.709--UnitOfWork(1337860097)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@1b2199d5) [junit] [EL Finest]: 2022-09-10 04:19:28.71--ServerSession(1526542158)--Connection(1566423339)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.71--ClientSession(862232542)--Connection(1566423339)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.71--ClientSession(862232542)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.71--ClientSession(862232542)--Connection(1667052713)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [32, null, null, null, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:28.711--ClientSession(862232542)--Connection(1667052713)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.711--ServerSession(1526542158)--Connection(1566423339)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.711--UnitOfWork(1337860097)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.711--UnitOfWork(1337860097)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.711--UnitOfWork(1337860097)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.711--ClientSession(862232542)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.712--UnitOfWork(1337860097)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.712--ClientSession(862232542)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.712--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 204976511 [junit] [EL Finer]: 2022-09-10 04:19:28.712--ClientSession(204976511)--Thread(Thread[main,5,main])--acquire unit of work: 105198636 [junit] [EL Finest]: 2022-09-10 04:19:28.712--UnitOfWork(105198636)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.712--ServerSession(1526542158)--Connection(1569351188)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.712--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.712--ServerSession(1526542158)--Connection(2141326457)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [32] [junit] [EL Finest]: 2022-09-10 04:19:28.712--ServerSession(1526542158)--Connection(1569351188)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.713--UnitOfWork(105198636)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.713--UnitOfWork(105198636)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@6fd02ff8 [junit] [EL Finer]: 2022-09-10 04:19:28.713--UnitOfWork(105198636)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.713--UnitOfWork(105198636)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2022-09-10 04:19:28.713--UnitOfWork(105198636)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@6fd02ff8) [junit] [EL Finest]: 2022-09-10 04:19:28.713--ServerSession(1526542158)--Connection(836047653)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.713--ClientSession(204976511)--Connection(836047653)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.713--ClientSession(204976511)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.713--ClientSession(204976511)--Connection(1921705702)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [32] [junit] [EL Finer]: 2022-09-10 04:19:28.714--ClientSession(204976511)--Connection(1921705702)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.714--ServerSession(1526542158)--Connection(836047653)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.714--UnitOfWork(105198636)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.714--UnitOfWork(105198636)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.714--UnitOfWork(105198636)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.715--ClientSession(204976511)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.715--UnitOfWork(105198636)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.715--ClientSession(204976511)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.715--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1949097464 [junit] [EL Finer]: 2022-09-10 04:19:28.715--ClientSession(1949097464)--Thread(Thread[main,5,main])--acquire unit of work: 1370794061 [junit] [EL Finest]: 2022-09-10 04:19:28.715--UnitOfWork(1370794061)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@6fd02ff8. [junit] [EL Finer]: 2022-09-10 04:19:28.715--UnitOfWork(1370794061)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.715--UnitOfWork(1370794061)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@6fd02ff8) [junit] [EL Finest]: 2022-09-10 04:19:28.715--ServerSession(1526542158)--Connection(815311450)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.715--ClientSession(1949097464)--Connection(815311450)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.715--ClientSession(1949097464)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.715--ClientSession(1949097464)--Connection(583627436)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [32, null, null, null, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, 2005-10-08 10:49:00.0, null, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:28.716--ClientSession(1949097464)--Connection(583627436)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.716--ServerSession(1526542158)--Connection(815311450)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.717--UnitOfWork(1370794061)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.717--UnitOfWork(1370794061)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.717--UnitOfWork(1370794061)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.717--ClientSession(1949097464)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.717--UnitOfWork(1370794061)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.717--ClientSession(1949097464)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.717--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1801731493 [junit] [EL Finer]: 2022-09-10 04:19:28.717--ClientSession(1801731493)--Thread(Thread[main,5,main])--acquire unit of work: 47283831 [junit] [EL Finest]: 2022-09-10 04:19:28.717--UnitOfWork(47283831)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.717--ServerSession(1526542158)--Connection(244659909)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.717--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.717--ServerSession(1526542158)--Connection(1283354807)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [32] [junit] [EL Finest]: 2022-09-10 04:19:28.718--ServerSession(1526542158)--Connection(244659909)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.718--UnitOfWork(47283831)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.718--UnitOfWork(47283831)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.718--UnitOfWork(47283831)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.718--UnitOfWork(47283831)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.718--UnitOfWork(47283831)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.718--ClientSession(1801731493)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.718--UnitOfWork(47283831)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.718--ClientSession(1801731493)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.718--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2116955517 [junit] [EL Finer]: 2022-09-10 04:19:28.718--ClientSession(2116955517)--Thread(Thread[main,5,main])--acquire unit of work: 1091099175 [junit] [EL Finest]: 2022-09-10 04:19:28.718--UnitOfWork(1091099175)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.718--ServerSession(1526542158)--Connection(2026712004)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.718--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.718--ServerSession(1526542158)--Connection(1608606892)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [32] [junit] [EL Finest]: 2022-09-10 04:19:28.719--ServerSession(1526542158)--Connection(2026712004)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.719--UnitOfWork(1091099175)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.719--UnitOfWork(1091099175)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.719--UnitOfWork(1091099175)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@46775c19) [junit] [EL Finest]: 2022-09-10 04:19:28.719--ServerSession(1526542158)--Connection(498920804)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.719--ClientSession(2116955517)--Connection(498920804)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.72--ClientSession(2116955517)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.72--ClientSession(2116955517)--Connection(1690432629)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET UTIL_CALENDAR = ? WHERE (ID = ?) [junit] bind => [null, 32] [junit] [EL Finer]: 2022-09-10 04:19:28.72--ClientSession(2116955517)--Connection(1690432629)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.721--ServerSession(1526542158)--Connection(498920804)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.721--UnitOfWork(1091099175)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.721--UnitOfWork(1091099175)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.721--UnitOfWork(1091099175)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.721--ClientSession(2116955517)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.721--UnitOfWork(1091099175)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.721--ClientSession(2116955517)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.721--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1282235415 [junit] [EL Finer]: 2022-09-10 04:19:28.721--ClientSession(1282235415)--Thread(Thread[main,5,main])--acquire unit of work: 660892595 [junit] [EL Finest]: 2022-09-10 04:19:28.721--UnitOfWork(660892595)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.721--ServerSession(1526542158)--Connection(1759176132)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.722--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.722--ServerSession(1526542158)--Connection(1546472393)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [32] [junit] [EL Finest]: 2022-09-10 04:19:28.722--ServerSession(1526542158)--Connection(1759176132)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.722--UnitOfWork(660892595)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.722--UnitOfWork(660892595)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.722--UnitOfWork(660892595)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@4170c279) [junit] [EL Finest]: 2022-09-10 04:19:28.723--ServerSession(1526542158)--Connection(1010118165)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.723--ClientSession(1282235415)--Connection(1010118165)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.723--ClientSession(1282235415)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.723--ClientSession(1282235415)--Connection(499807144)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET UTIL_CALENDAR = ? WHERE (ID = ?) [junit] bind => [2005-10-08 10:49:00.0, 32] [junit] [EL Finer]: 2022-09-10 04:19:28.723--ClientSession(1282235415)--Connection(499807144)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.724--ServerSession(1526542158)--Connection(1010118165)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.724--UnitOfWork(660892595)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.724--UnitOfWork(660892595)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.724--UnitOfWork(660892595)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.724--ClientSession(1282235415)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.724--UnitOfWork(660892595)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.724--ClientSession(1282235415)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.724--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 361067113 [junit] [EL Finer]: 2022-09-10 04:19:28.724--ClientSession(361067113)--Thread(Thread[main,5,main])--acquire unit of work: 1528566850 [junit] [EL Finest]: 2022-09-10 04:19:28.724--UnitOfWork(1528566850)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.725--ServerSession(1526542158)--Connection(1897116506)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.725--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.725--ServerSession(1526542158)--Connection(1558468137)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [32] [junit] [EL Finest]: 2022-09-10 04:19:28.725--ServerSession(1526542158)--Connection(1897116506)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.725--UnitOfWork(1528566850)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.725--UnitOfWork(1528566850)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.726--UnitOfWork(1528566850)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@352c36e9) [junit] [EL Finest]: 2022-09-10 04:19:28.726--ServerSession(1526542158)--Connection(1254486204)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.726--ClientSession(361067113)--Connection(1254486204)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.726--ClientSession(361067113)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.726--ClientSession(361067113)--Connection(1562673170)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET UTIL_CALENDAR = ? WHERE (ID = ?) [junit] bind => [2005-10-09 10:49:00.0, 32] [junit] [EL Finer]: 2022-09-10 04:19:28.726--ClientSession(361067113)--Connection(1562673170)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.727--ServerSession(1526542158)--Connection(1254486204)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.727--UnitOfWork(1528566850)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.727--UnitOfWork(1528566850)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.727--UnitOfWork(1528566850)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.727--ClientSession(361067113)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.727--UnitOfWork(1528566850)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.727--ClientSession(361067113)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.727--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 476237632 [junit] [EL Finer]: 2022-09-10 04:19:28.727--ClientSession(476237632)--Thread(Thread[main,5,main])--acquire unit of work: 1707079886 [junit] [EL Finest]: 2022-09-10 04:19:28.727--UnitOfWork(1707079886)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.727--ServerSession(1526542158)--Connection(930580526)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.728--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.728--ServerSession(1526542158)--Connection(1928593332)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [32] [junit] [EL Finest]: 2022-09-10 04:19:28.728--ServerSession(1526542158)--Connection(930580526)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.728--UnitOfWork(1707079886)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.728--UnitOfWork(1707079886)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.728--UnitOfWork(1707079886)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@693f1ab9) [junit] [EL Finest]: 2022-09-10 04:19:28.729--ServerSession(1526542158)--Connection(1971292805)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.729--ClientSession(476237632)--Connection(1971292805)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.729--ClientSession(476237632)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.729--ClientSession(476237632)--Connection(21554997)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET UTIL_CALENDAR = ? WHERE (ID = ?) [junit] bind => [null, 32] [junit] [EL Finer]: 2022-09-10 04:19:28.729--ClientSession(476237632)--Connection(21554997)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.758--ServerSession(1526542158)--Connection(1971292805)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.759--UnitOfWork(1707079886)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.759--UnitOfWork(1707079886)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.759--UnitOfWork(1707079886)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.759--ClientSession(476237632)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.759--UnitOfWork(1707079886)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.759--ClientSession(476237632)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.759--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2140723978 [junit] [EL Finer]: 2022-09-10 04:19:28.759--ClientSession(2140723978)--Thread(Thread[main,5,main])--acquire unit of work: 967830147 [junit] [EL Finest]: 2022-09-10 04:19:28.759--UnitOfWork(967830147)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.759--ServerSession(1526542158)--Connection(929677990)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.759--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.759--ServerSession(1526542158)--Connection(319854013)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [32] [junit] [EL Finest]: 2022-09-10 04:19:28.76--ServerSession(1526542158)--Connection(929677990)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:28.776--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 238114226 [junit] [EL Finer]: 2022-09-10 04:19:28.776--ClientSession(238114226)--Thread(Thread[main,5,main])--acquire unit of work: 1865794570 [junit] [EL Finest]: 2022-09-10 04:19:28.776--UnitOfWork(1865794570)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@2e12c006. [junit] [EL Finer]: 2022-09-10 04:19:28.776--UnitOfWork(1865794570)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.776--UnitOfWork(1865794570)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@2e12c006) [junit] [EL Finest]: 2022-09-10 04:19:28.776--ServerSession(1526542158)--Connection(1261864194)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.776--ClientSession(238114226)--Connection(1261864194)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.777--ClientSession(238114226)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.777--ClientSession(238114226)--Connection(182590970)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [35, null, null, null, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:28.777--ClientSession(238114226)--Connection(182590970)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.778--ServerSession(1526542158)--Connection(1261864194)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.778--UnitOfWork(1865794570)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.778--UnitOfWork(1865794570)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.778--UnitOfWork(1865794570)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.778--ClientSession(238114226)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.778--UnitOfWork(1865794570)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.778--ClientSession(238114226)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.778--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1947378997 [junit] [EL Finer]: 2022-09-10 04:19:28.778--ClientSession(1947378997)--Thread(Thread[main,5,main])--acquire unit of work: 1845848960 [junit] [EL Finest]: 2022-09-10 04:19:28.778--UnitOfWork(1845848960)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.778--ServerSession(1526542158)--Connection(457843310)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.779--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.779--ServerSession(1526542158)--Connection(164979588)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [35] [junit] [EL Finest]: 2022-09-10 04:19:28.779--ServerSession(1526542158)--Connection(457843310)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.78--UnitOfWork(1845848960)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.78--UnitOfWork(1845848960)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@670075f2 [junit] [EL Finer]: 2022-09-10 04:19:28.78--UnitOfWork(1845848960)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.78--UnitOfWork(1845848960)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2022-09-10 04:19:28.78--UnitOfWork(1845848960)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@670075f2) [junit] [EL Finest]: 2022-09-10 04:19:28.78--ServerSession(1526542158)--Connection(1473422490)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.78--ClientSession(1947378997)--Connection(1473422490)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.78--ClientSession(1947378997)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.78--ClientSession(1947378997)--Connection(1638694167)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [35] [junit] [EL Finer]: 2022-09-10 04:19:28.781--ClientSession(1947378997)--Connection(1638694167)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.782--ServerSession(1526542158)--Connection(1473422490)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.782--UnitOfWork(1845848960)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.782--UnitOfWork(1845848960)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.782--UnitOfWork(1845848960)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.782--ClientSession(1947378997)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.782--UnitOfWork(1845848960)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.782--ClientSession(1947378997)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.782--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1564247064 [junit] [EL Finer]: 2022-09-10 04:19:28.782--ClientSession(1564247064)--Thread(Thread[main,5,main])--acquire unit of work: 1610223213 [junit] [EL Finest]: 2022-09-10 04:19:28.782--UnitOfWork(1610223213)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@670075f2. [junit] [EL Finer]: 2022-09-10 04:19:28.782--UnitOfWork(1610223213)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.782--UnitOfWork(1610223213)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@670075f2) [junit] [EL Finest]: 2022-09-10 04:19:28.782--ServerSession(1526542158)--Connection(1007135217)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.782--ClientSession(1564247064)--Connection(1007135217)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.782--ClientSession(1564247064)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.783--ClientSession(1564247064)--Connection(94561837)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [35, null, null, null, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, 1970-01-01 00:00:01.0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:28.783--ClientSession(1564247064)--Connection(94561837)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.784--ServerSession(1526542158)--Connection(1007135217)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.784--UnitOfWork(1610223213)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.784--UnitOfWork(1610223213)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.784--UnitOfWork(1610223213)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.784--ClientSession(1564247064)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.784--UnitOfWork(1610223213)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.784--ClientSession(1564247064)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.784--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 762496317 [junit] [EL Finer]: 2022-09-10 04:19:28.784--ClientSession(762496317)--Thread(Thread[main,5,main])--acquire unit of work: 1072946480 [junit] [EL Finest]: 2022-09-10 04:19:28.784--UnitOfWork(1072946480)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.784--ServerSession(1526542158)--Connection(363932613)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.784--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.785--ServerSession(1526542158)--Connection(1689268320)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [35] [junit] [EL Finest]: 2022-09-10 04:19:28.785--ServerSession(1526542158)--Connection(363932613)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.785--UnitOfWork(1072946480)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.786--UnitOfWork(1072946480)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.786--UnitOfWork(1072946480)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.786--UnitOfWork(1072946480)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.786--UnitOfWork(1072946480)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.786--ClientSession(762496317)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.786--UnitOfWork(1072946480)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.786--ClientSession(762496317)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.786--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1511298828 [junit] [EL Finer]: 2022-09-10 04:19:28.786--ClientSession(1511298828)--Thread(Thread[main,5,main])--acquire unit of work: 2087377457 [junit] [EL Finest]: 2022-09-10 04:19:28.786--UnitOfWork(2087377457)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.786--ServerSession(1526542158)--Connection(1501348835)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.786--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.786--ServerSession(1526542158)--Connection(689043351)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [35] [junit] [EL Finest]: 2022-09-10 04:19:28.787--ServerSession(1526542158)--Connection(1501348835)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.787--UnitOfWork(2087377457)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.787--UnitOfWork(2087377457)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.787--UnitOfWork(2087377457)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@420efd47) [junit] [EL Finest]: 2022-09-10 04:19:28.787--ServerSession(1526542158)--Connection(784784329)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.787--ClientSession(1511298828)--Connection(784784329)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.787--ClientSession(1511298828)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.788--ClientSession(1511298828)--Connection(1101899942)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET SQL_TIMESTAMP = ? WHERE (ID = ?) [junit] bind => [null, 35] [junit] [EL Finer]: 2022-09-10 04:19:28.788--ClientSession(1511298828)--Connection(1101899942)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.789--ServerSession(1526542158)--Connection(784784329)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.789--UnitOfWork(2087377457)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.789--UnitOfWork(2087377457)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.789--UnitOfWork(2087377457)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.789--ClientSession(1511298828)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.789--UnitOfWork(2087377457)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.789--ClientSession(1511298828)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.789--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 537612284 [junit] [EL Finer]: 2022-09-10 04:19:28.789--ClientSession(537612284)--Thread(Thread[main,5,main])--acquire unit of work: 214903747 [junit] [EL Finest]: 2022-09-10 04:19:28.789--UnitOfWork(214903747)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.789--ServerSession(1526542158)--Connection(472598338)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.789--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.789--ServerSession(1526542158)--Connection(2052798859)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [35] [junit] [EL Finest]: 2022-09-10 04:19:28.79--ServerSession(1526542158)--Connection(472598338)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.79--UnitOfWork(214903747)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.79--UnitOfWork(214903747)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.79--UnitOfWork(214903747)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@33e607da) [junit] [EL Finest]: 2022-09-10 04:19:28.79--ServerSession(1526542158)--Connection(1069853104)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.79--ClientSession(537612284)--Connection(1069853104)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.79--ClientSession(537612284)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.79--ClientSession(537612284)--Connection(1089565606)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET SQL_TIMESTAMP = ? WHERE (ID = ?) [junit] bind => [1970-01-01 00:00:01.0, 35] [junit] [EL Finer]: 2022-09-10 04:19:28.791--ClientSession(537612284)--Connection(1089565606)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.791--ServerSession(1526542158)--Connection(1069853104)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.791--UnitOfWork(214903747)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.791--UnitOfWork(214903747)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.792--UnitOfWork(214903747)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.792--ClientSession(537612284)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.792--UnitOfWork(214903747)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.792--ClientSession(537612284)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.792--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1582709514 [junit] [EL Finer]: 2022-09-10 04:19:28.792--ClientSession(1582709514)--Thread(Thread[main,5,main])--acquire unit of work: 368119589 [junit] [EL Finest]: 2022-09-10 04:19:28.792--UnitOfWork(368119589)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.792--ServerSession(1526542158)--Connection(91152114)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.792--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.792--ServerSession(1526542158)--Connection(1834731663)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [35] [junit] [EL Finest]: 2022-09-10 04:19:28.792--ServerSession(1526542158)--Connection(91152114)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.793--UnitOfWork(368119589)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.793--UnitOfWork(368119589)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.793--UnitOfWork(368119589)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@6cc54b59) [junit] [EL Finest]: 2022-09-10 04:19:28.793--ServerSession(1526542158)--Connection(201474654)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.793--ClientSession(1582709514)--Connection(201474654)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.793--ClientSession(1582709514)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.793--ClientSession(1582709514)--Connection(1865849793)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET SQL_TIMESTAMP = ? WHERE (ID = ?) [junit] bind => [1970-01-01 00:00:02.0, 35] [junit] [EL Finer]: 2022-09-10 04:19:28.794--ClientSession(1582709514)--Connection(1865849793)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.794--ServerSession(1526542158)--Connection(201474654)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.794--UnitOfWork(368119589)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.794--UnitOfWork(368119589)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.794--UnitOfWork(368119589)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.795--ClientSession(1582709514)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.795--UnitOfWork(368119589)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.795--ClientSession(1582709514)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.795--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 660018656 [junit] [EL Finer]: 2022-09-10 04:19:28.795--ClientSession(660018656)--Thread(Thread[main,5,main])--acquire unit of work: 2095344216 [junit] [EL Finest]: 2022-09-10 04:19:28.795--UnitOfWork(2095344216)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.795--ServerSession(1526542158)--Connection(688467787)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.795--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.795--ServerSession(1526542158)--Connection(1562733253)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [35] [junit] [EL Finest]: 2022-09-10 04:19:28.795--ServerSession(1526542158)--Connection(688467787)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.796--UnitOfWork(2095344216)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.796--UnitOfWork(2095344216)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.796--UnitOfWork(2095344216)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@7d389fa7) [junit] [EL Finest]: 2022-09-10 04:19:28.796--ServerSession(1526542158)--Connection(1573759576)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.796--ClientSession(660018656)--Connection(1573759576)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.796--ClientSession(660018656)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.796--ClientSession(660018656)--Connection(484877111)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET SQL_TIMESTAMP = ? WHERE (ID = ?) [junit] bind => [null, 35] [junit] [EL Finer]: 2022-09-10 04:19:28.797--ClientSession(660018656)--Connection(484877111)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.797--ServerSession(1526542158)--Connection(1573759576)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.797--UnitOfWork(2095344216)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.797--UnitOfWork(2095344216)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.797--UnitOfWork(2095344216)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.797--ClientSession(660018656)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.797--UnitOfWork(2095344216)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.797--ClientSession(660018656)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.797--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1935835997 [junit] [EL Finer]: 2022-09-10 04:19:28.797--ClientSession(1935835997)--Thread(Thread[main,5,main])--acquire unit of work: 1521776925 [junit] [EL Finest]: 2022-09-10 04:19:28.798--UnitOfWork(1521776925)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.798--ServerSession(1526542158)--Connection(692615034)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.798--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.798--ServerSession(1526542158)--Connection(31297819)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [35] [junit] [EL Finest]: 2022-09-10 04:19:28.798--ServerSession(1526542158)--Connection(692615034)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:28.812--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1066013143 [junit] [EL Finer]: 2022-09-10 04:19:28.812--ClientSession(1066013143)--Thread(Thread[main,5,main])--acquire unit of work: 246846967 [junit] [EL Finest]: 2022-09-10 04:19:28.812--UnitOfWork(246846967)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@70f933d4. [junit] [EL Finer]: 2022-09-10 04:19:28.812--UnitOfWork(246846967)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.812--UnitOfWork(246846967)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@70f933d4) [junit] [EL Finest]: 2022-09-10 04:19:28.812--ServerSession(1526542158)--Connection(339457703)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.812--ClientSession(1066013143)--Connection(339457703)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.812--ClientSession(1066013143)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.813--ClientSession(1066013143)--Connection(773357818)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [11, null, null, null, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:28.813--ClientSession(1066013143)--Connection(773357818)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.814--ServerSession(1526542158)--Connection(339457703)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.814--UnitOfWork(246846967)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.814--UnitOfWork(246846967)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.814--UnitOfWork(246846967)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.814--ClientSession(1066013143)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.814--UnitOfWork(246846967)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.814--ClientSession(1066013143)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.814--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 621778841 [junit] [EL Finer]: 2022-09-10 04:19:28.814--ClientSession(621778841)--Thread(Thread[main,5,main])--acquire unit of work: 1341840530 [junit] [EL Finest]: 2022-09-10 04:19:28.814--UnitOfWork(1341840530)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.814--ServerSession(1526542158)--Connection(1796409746)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.814--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.814--ServerSession(1526542158)--Connection(1134714763)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [11] [junit] [EL Finest]: 2022-09-10 04:19:28.815--ServerSession(1526542158)--Connection(1796409746)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.815--UnitOfWork(1341840530)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.815--UnitOfWork(1341840530)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@70e33ccc [junit] [EL Finer]: 2022-09-10 04:19:28.815--UnitOfWork(1341840530)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.815--UnitOfWork(1341840530)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2022-09-10 04:19:28.815--UnitOfWork(1341840530)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@70e33ccc) [junit] [EL Finest]: 2022-09-10 04:19:28.815--ServerSession(1526542158)--Connection(2124549419)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.815--ClientSession(621778841)--Connection(2124549419)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.816--ClientSession(621778841)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.816--ClientSession(621778841)--Connection(38044363)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [11] [junit] [EL Finer]: 2022-09-10 04:19:28.816--ClientSession(621778841)--Connection(38044363)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.817--ServerSession(1526542158)--Connection(2124549419)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.817--UnitOfWork(1341840530)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.817--UnitOfWork(1341840530)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.817--UnitOfWork(1341840530)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.817--ClientSession(621778841)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.817--UnitOfWork(1341840530)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.817--ClientSession(621778841)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.817--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1199173860 [junit] [EL Finer]: 2022-09-10 04:19:28.817--ClientSession(1199173860)--Thread(Thread[main,5,main])--acquire unit of work: 1636659226 [junit] [EL Finest]: 2022-09-10 04:19:28.817--UnitOfWork(1636659226)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@70e33ccc. [junit] [EL Finer]: 2022-09-10 04:19:28.817--UnitOfWork(1636659226)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.817--UnitOfWork(1636659226)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@70e33ccc) [junit] [EL Finest]: 2022-09-10 04:19:28.817--ServerSession(1526542158)--Connection(102474787)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.817--ClientSession(1199173860)--Connection(102474787)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.817--ClientSession(1199173860)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.818--ClientSession(1199173860)--Connection(242064084)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [11, null, null, null, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, true, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:28.818--ClientSession(1199173860)--Connection(242064084)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.819--ServerSession(1526542158)--Connection(102474787)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.819--UnitOfWork(1636659226)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.819--UnitOfWork(1636659226)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.819--UnitOfWork(1636659226)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.819--ClientSession(1199173860)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.819--UnitOfWork(1636659226)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.819--ClientSession(1199173860)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.819--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 292459932 [junit] [EL Finer]: 2022-09-10 04:19:28.819--ClientSession(292459932)--Thread(Thread[main,5,main])--acquire unit of work: 1941378655 [junit] [EL Finest]: 2022-09-10 04:19:28.819--UnitOfWork(1941378655)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.819--ServerSession(1526542158)--Connection(641558948)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.819--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.819--ServerSession(1526542158)--Connection(349350443)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [11] [junit] [EL Finest]: 2022-09-10 04:19:28.82--ServerSession(1526542158)--Connection(641558948)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.82--UnitOfWork(1941378655)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.82--UnitOfWork(1941378655)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.82--UnitOfWork(1941378655)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.82--UnitOfWork(1941378655)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.82--UnitOfWork(1941378655)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.82--ClientSession(292459932)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.82--UnitOfWork(1941378655)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.82--ClientSession(292459932)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.82--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 793933059 [junit] [EL Finer]: 2022-09-10 04:19:28.82--ClientSession(793933059)--Thread(Thread[main,5,main])--acquire unit of work: 1255858156 [junit] [EL Finest]: 2022-09-10 04:19:28.82--UnitOfWork(1255858156)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.82--ServerSession(1526542158)--Connection(188633062)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.821--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.821--ServerSession(1526542158)--Connection(1488165838)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [11] [junit] [EL Finest]: 2022-09-10 04:19:28.821--ServerSession(1526542158)--Connection(188633062)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.821--UnitOfWork(1255858156)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.821--UnitOfWork(1255858156)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.821--UnitOfWork(1255858156)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@1f4b0fb) [junit] [EL Finest]: 2022-09-10 04:19:28.822--ServerSession(1526542158)--Connection(156881226)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.822--ClientSession(793933059)--Connection(156881226)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.822--ClientSession(793933059)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.822--ClientSession(793933059)--Connection(360865347)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET W_BOOLEAN = ? WHERE (ID = ?) [junit] bind => [false, 11] [junit] [EL Finer]: 2022-09-10 04:19:28.822--ClientSession(793933059)--Connection(360865347)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.823--ServerSession(1526542158)--Connection(156881226)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.823--UnitOfWork(1255858156)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.823--UnitOfWork(1255858156)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.823--UnitOfWork(1255858156)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.823--ClientSession(793933059)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.823--UnitOfWork(1255858156)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.823--ClientSession(793933059)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.823--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1510427877 [junit] [EL Finer]: 2022-09-10 04:19:28.823--ClientSession(1510427877)--Thread(Thread[main,5,main])--acquire unit of work: 1576034720 [junit] [EL Finest]: 2022-09-10 04:19:28.823--UnitOfWork(1576034720)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.823--ServerSession(1526542158)--Connection(1183175465)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.823--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.824--ServerSession(1526542158)--Connection(1132452232)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [11] [junit] [EL Finest]: 2022-09-10 04:19:28.824--ServerSession(1526542158)--Connection(1183175465)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.824--UnitOfWork(1576034720)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.824--UnitOfWork(1576034720)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.824--UnitOfWork(1576034720)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@1528c5d1) [junit] [EL Finest]: 2022-09-10 04:19:28.824--ServerSession(1526542158)--Connection(1974454754)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.825--ClientSession(1510427877)--Connection(1974454754)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.825--ClientSession(1510427877)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.825--ClientSession(1510427877)--Connection(1786935314)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET W_BOOLEAN = ? WHERE (ID = ?) [junit] bind => [null, 11] [junit] [EL Finer]: 2022-09-10 04:19:28.825--ClientSession(1510427877)--Connection(1786935314)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.826--ServerSession(1526542158)--Connection(1974454754)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.826--UnitOfWork(1576034720)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.826--UnitOfWork(1576034720)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.826--UnitOfWork(1576034720)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.826--ClientSession(1510427877)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.826--UnitOfWork(1576034720)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.826--ClientSession(1510427877)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.826--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 762191039 [junit] [EL Finer]: 2022-09-10 04:19:28.826--ClientSession(762191039)--Thread(Thread[main,5,main])--acquire unit of work: 1423291368 [junit] [EL Finest]: 2022-09-10 04:19:28.826--UnitOfWork(1423291368)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.826--ServerSession(1526542158)--Connection(1416943218)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.826--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.826--ServerSession(1526542158)--Connection(1534349993)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [11] [junit] [EL Finest]: 2022-09-10 04:19:28.827--ServerSession(1526542158)--Connection(1416943218)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:28.841--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 617481553 [junit] [EL Finer]: 2022-09-10 04:19:28.841--ClientSession(617481553)--Thread(Thread[main,5,main])--acquire unit of work: 452897281 [junit] [EL Finest]: 2022-09-10 04:19:28.841--UnitOfWork(452897281)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@25d35dec. [junit] [EL Finer]: 2022-09-10 04:19:28.841--UnitOfWork(452897281)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.841--UnitOfWork(452897281)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@25d35dec) [junit] [EL Finest]: 2022-09-10 04:19:28.841--ServerSession(1526542158)--Connection(1162880941)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.841--ClientSession(617481553)--Connection(1162880941)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.841--ClientSession(617481553)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.841--ClientSession(617481553)--Connection(705770404)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [47, null, null, null, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:28.869--ClientSession(617481553)--Connection(705770404)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.87--ServerSession(1526542158)--Connection(1162880941)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.87--UnitOfWork(452897281)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.87--UnitOfWork(452897281)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.871--UnitOfWork(452897281)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.871--ClientSession(617481553)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.871--UnitOfWork(452897281)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.871--ClientSession(617481553)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.871--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1110061534 [junit] [EL Finer]: 2022-09-10 04:19:28.871--ClientSession(1110061534)--Thread(Thread[main,5,main])--acquire unit of work: 1627760172 [junit] [EL Finest]: 2022-09-10 04:19:28.871--UnitOfWork(1627760172)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.871--ServerSession(1526542158)--Connection(1697259188)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.871--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.871--ServerSession(1526542158)--Connection(2074635550)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [47] [junit] [EL Finest]: 2022-09-10 04:19:28.872--ServerSession(1526542158)--Connection(1697259188)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.872--UnitOfWork(1627760172)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.872--UnitOfWork(1627760172)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@118d9d0b [junit] [EL Finer]: 2022-09-10 04:19:28.873--UnitOfWork(1627760172)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.873--UnitOfWork(1627760172)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2022-09-10 04:19:28.873--UnitOfWork(1627760172)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@118d9d0b) [junit] [EL Finest]: 2022-09-10 04:19:28.873--ServerSession(1526542158)--Connection(960611396)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.873--ClientSession(1110061534)--Connection(960611396)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.873--ClientSession(1110061534)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.874--ClientSession(1110061534)--Connection(578416865)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [47] [junit] [EL Finer]: 2022-09-10 04:19:28.874--ClientSession(1110061534)--Connection(578416865)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.875--ServerSession(1526542158)--Connection(960611396)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.875--UnitOfWork(1627760172)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.875--UnitOfWork(1627760172)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.875--UnitOfWork(1627760172)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.875--ClientSession(1110061534)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.875--UnitOfWork(1627760172)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.875--ClientSession(1110061534)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.876--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1867692447 [junit] [EL Finer]: 2022-09-10 04:19:28.876--ClientSession(1867692447)--Thread(Thread[main,5,main])--acquire unit of work: 37859948 [junit] [EL Finest]: 2022-09-10 04:19:28.876--UnitOfWork(37859948)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@118d9d0b. [junit] [EL Finer]: 2022-09-10 04:19:28.876--UnitOfWork(37859948)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.876--UnitOfWork(37859948)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@118d9d0b) [junit] [EL Finest]: 2022-09-10 04:19:28.876--ServerSession(1526542158)--Connection(1041292312)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.876--ClientSession(1867692447)--Connection(1041292312)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.876--ClientSession(1867692447)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.876--ClientSession(1867692447)--Connection(1260985396)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [47, null, null, null, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, [B@44740404, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:28.877--ClientSession(1867692447)--Connection(1260985396)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.878--ServerSession(1526542158)--Connection(1041292312)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.878--UnitOfWork(37859948)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.878--UnitOfWork(37859948)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.878--UnitOfWork(37859948)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.878--ClientSession(1867692447)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.878--UnitOfWork(37859948)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.878--ClientSession(1867692447)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.878--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1975901272 [junit] [EL Finer]: 2022-09-10 04:19:28.878--ClientSession(1975901272)--Thread(Thread[main,5,main])--acquire unit of work: 1980671592 [junit] [EL Finest]: 2022-09-10 04:19:28.878--UnitOfWork(1980671592)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.878--ServerSession(1526542158)--Connection(894128419)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.878--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.878--ServerSession(1526542158)--Connection(158355026)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [47] [junit] [EL Finest]: 2022-09-10 04:19:28.879--ServerSession(1526542158)--Connection(894128419)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.879--UnitOfWork(1980671592)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.879--UnitOfWork(1980671592)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.879--UnitOfWork(1980671592)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.879--UnitOfWork(1980671592)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.879--UnitOfWork(1980671592)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.879--ClientSession(1975901272)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.879--UnitOfWork(1980671592)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.879--ClientSession(1975901272)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.879--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 67789002 [junit] [EL Finer]: 2022-09-10 04:19:28.88--ClientSession(67789002)--Thread(Thread[main,5,main])--acquire unit of work: 1079206049 [junit] [EL Finest]: 2022-09-10 04:19:28.88--UnitOfWork(1079206049)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.88--ServerSession(1526542158)--Connection(120504060)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.88--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.88--ServerSession(1526542158)--Connection(88410146)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [47] [junit] [EL Finest]: 2022-09-10 04:19:28.88--ServerSession(1526542158)--Connection(120504060)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.88--UnitOfWork(1079206049)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.88--UnitOfWork(1079206049)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.881--UnitOfWork(1079206049)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@7b38966a) [junit] [EL Finest]: 2022-09-10 04:19:28.881--ServerSession(1526542158)--Connection(1963951665)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.881--ClientSession(67789002)--Connection(1963951665)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.881--ClientSession(67789002)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.881--ClientSession(67789002)--Connection(1686817978)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WBA_LONGVARBINARY = ? WHERE (ID = ?) [junit] bind => [null, 47] [junit] [EL Finer]: 2022-09-10 04:19:28.882--ClientSession(67789002)--Connection(1686817978)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.883--ServerSession(1526542158)--Connection(1963951665)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.883--UnitOfWork(1079206049)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.883--UnitOfWork(1079206049)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.883--UnitOfWork(1079206049)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.883--ClientSession(67789002)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.883--UnitOfWork(1079206049)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.883--ClientSession(67789002)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.883--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 149627902 [junit] [EL Finer]: 2022-09-10 04:19:28.883--ClientSession(149627902)--Thread(Thread[main,5,main])--acquire unit of work: 976671045 [junit] [EL Finest]: 2022-09-10 04:19:28.883--UnitOfWork(976671045)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.883--ServerSession(1526542158)--Connection(365637937)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.883--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.884--ServerSession(1526542158)--Connection(1953080241)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [47] [junit] [EL Finest]: 2022-09-10 04:19:28.884--ServerSession(1526542158)--Connection(365637937)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.884--UnitOfWork(976671045)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.884--UnitOfWork(976671045)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.884--UnitOfWork(976671045)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@657225a3) [junit] [EL Finest]: 2022-09-10 04:19:28.885--ServerSession(1526542158)--Connection(501408515)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.885--ClientSession(149627902)--Connection(501408515)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.885--ClientSession(149627902)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.885--ClientSession(149627902)--Connection(648169247)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WBA_LONGVARBINARY = ? WHERE (ID = ?) [junit] bind => [[B@52092fc0, 47] [junit] [EL Finer]: 2022-09-10 04:19:28.885--ClientSession(149627902)--Connection(648169247)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.886--ServerSession(1526542158)--Connection(501408515)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.886--UnitOfWork(976671045)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.886--UnitOfWork(976671045)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.886--UnitOfWork(976671045)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.886--ClientSession(149627902)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.886--UnitOfWork(976671045)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.886--ClientSession(149627902)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.886--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 269635291 [junit] [EL Finer]: 2022-09-10 04:19:28.886--ClientSession(269635291)--Thread(Thread[main,5,main])--acquire unit of work: 607938937 [junit] [EL Finest]: 2022-09-10 04:19:28.886--UnitOfWork(607938937)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.886--ServerSession(1526542158)--Connection(1433911786)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.887--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.887--ServerSession(1526542158)--Connection(776523984)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [47] [junit] [EL Finest]: 2022-09-10 04:19:28.887--ServerSession(1526542158)--Connection(1433911786)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.887--UnitOfWork(607938937)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.888--UnitOfWork(607938937)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.888--UnitOfWork(607938937)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@8d1011) [junit] [EL Finest]: 2022-09-10 04:19:28.888--ServerSession(1526542158)--Connection(895651926)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.888--ClientSession(269635291)--Connection(895651926)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.888--ClientSession(269635291)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.888--ClientSession(269635291)--Connection(1092981886)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WBA_LONGVARBINARY = ? WHERE (ID = ?) [junit] bind => [[B@29c004cf, 47] [junit] [EL Finer]: 2022-09-10 04:19:28.889--ClientSession(269635291)--Connection(1092981886)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.889--ServerSession(1526542158)--Connection(895651926)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.889--UnitOfWork(607938937)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.889--UnitOfWork(607938937)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.889--UnitOfWork(607938937)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.889--ClientSession(269635291)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.889--UnitOfWork(607938937)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.889--ClientSession(269635291)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.889--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2101384121 [junit] [EL Finer]: 2022-09-10 04:19:28.889--ClientSession(2101384121)--Thread(Thread[main,5,main])--acquire unit of work: 271285771 [junit] [EL Finest]: 2022-09-10 04:19:28.889--UnitOfWork(271285771)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.89--ServerSession(1526542158)--Connection(319595943)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.89--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.89--ServerSession(1526542158)--Connection(1068760966)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [47] [junit] [EL Finest]: 2022-09-10 04:19:28.89--ServerSession(1526542158)--Connection(319595943)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.89--UnitOfWork(271285771)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.89--UnitOfWork(271285771)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.891--UnitOfWork(271285771)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@7bd036e7) [junit] [EL Finest]: 2022-09-10 04:19:28.891--ServerSession(1526542158)--Connection(648097743)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.891--ClientSession(2101384121)--Connection(648097743)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.891--ClientSession(2101384121)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.891--ClientSession(2101384121)--Connection(399246341)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WBA_LONGVARBINARY = ? WHERE (ID = ?) [junit] bind => [null, 47] [junit] [EL Finer]: 2022-09-10 04:19:28.892--ClientSession(2101384121)--Connection(399246341)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.892--ServerSession(1526542158)--Connection(648097743)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.892--UnitOfWork(271285771)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.892--UnitOfWork(271285771)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.892--UnitOfWork(271285771)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.893--ClientSession(2101384121)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.893--UnitOfWork(271285771)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.893--ClientSession(2101384121)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.893--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1685457802 [junit] [EL Finer]: 2022-09-10 04:19:28.893--ClientSession(1685457802)--Thread(Thread[main,5,main])--acquire unit of work: 325961517 [junit] [EL Finest]: 2022-09-10 04:19:28.893--UnitOfWork(325961517)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.893--ServerSession(1526542158)--Connection(1965173634)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.893--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.893--ServerSession(1526542158)--Connection(168356446)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [47] [junit] [EL Finest]: 2022-09-10 04:19:28.893--ServerSession(1526542158)--Connection(1965173634)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:28.908--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1788305380 [junit] [EL Finer]: 2022-09-10 04:19:28.908--ClientSession(1788305380)--Thread(Thread[main,5,main])--acquire unit of work: 202714066 [junit] [EL Finest]: 2022-09-10 04:19:28.908--UnitOfWork(202714066)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@d1a8a65. [junit] [EL Finer]: 2022-09-10 04:19:28.908--UnitOfWork(202714066)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.908--UnitOfWork(202714066)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@d1a8a65) [junit] [EL Finest]: 2022-09-10 04:19:28.908--ServerSession(1526542158)--Connection(1743249343)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.908--ClientSession(1788305380)--Connection(1743249343)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.908--ClientSession(1788305380)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.909--ClientSession(1788305380)--Connection(1116283690)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [21, null, null, null, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:28.909--ClientSession(1788305380)--Connection(1116283690)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.91--ServerSession(1526542158)--Connection(1743249343)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.91--UnitOfWork(202714066)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.91--UnitOfWork(202714066)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.91--UnitOfWork(202714066)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.91--ClientSession(1788305380)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.91--UnitOfWork(202714066)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.91--ClientSession(1788305380)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.91--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 196770785 [junit] [EL Finer]: 2022-09-10 04:19:28.91--ClientSession(196770785)--Thread(Thread[main,5,main])--acquire unit of work: 2197967 [junit] [EL Finest]: 2022-09-10 04:19:28.91--UnitOfWork(2197967)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.91--ServerSession(1526542158)--Connection(1432888663)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.91--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.91--ServerSession(1526542158)--Connection(1298684848)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [21] [junit] [EL Finest]: 2022-09-10 04:19:28.911--ServerSession(1526542158)--Connection(1432888663)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.911--UnitOfWork(2197967)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.911--UnitOfWork(2197967)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@de014e7 [junit] [EL Finer]: 2022-09-10 04:19:28.911--UnitOfWork(2197967)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.912--UnitOfWork(2197967)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2022-09-10 04:19:28.912--UnitOfWork(2197967)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@de014e7) [junit] [EL Finest]: 2022-09-10 04:19:28.912--ServerSession(1526542158)--Connection(1033123528)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.912--ClientSession(196770785)--Connection(1033123528)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.912--ClientSession(196770785)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.912--ClientSession(196770785)--Connection(315443041)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [21] [junit] [EL Finer]: 2022-09-10 04:19:28.913--ClientSession(196770785)--Connection(315443041)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.913--ServerSession(1526542158)--Connection(1033123528)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.913--UnitOfWork(2197967)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.913--UnitOfWork(2197967)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.913--UnitOfWork(2197967)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.914--ClientSession(196770785)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.914--UnitOfWork(2197967)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.914--ClientSession(196770785)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.914--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1391171772 [junit] [EL Finer]: 2022-09-10 04:19:28.914--ClientSession(1391171772)--Thread(Thread[main,5,main])--acquire unit of work: 711273423 [junit] [EL Finest]: 2022-09-10 04:19:28.914--UnitOfWork(711273423)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@de014e7. [junit] [EL Finer]: 2022-09-10 04:19:28.914--UnitOfWork(711273423)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.914--UnitOfWork(711273423)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@de014e7) [junit] [EL Finest]: 2022-09-10 04:19:28.914--ServerSession(1526542158)--Connection(1814599437)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.914--ClientSession(1391171772)--Connection(1814599437)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.914--ClientSession(1391171772)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.914--ClientSession(1391171772)--Connection(1644747852)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [21, null, null, null, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, VC 1, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:28.915--ClientSession(1391171772)--Connection(1644747852)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.915--ServerSession(1526542158)--Connection(1814599437)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.915--UnitOfWork(711273423)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.915--UnitOfWork(711273423)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.916--UnitOfWork(711273423)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.916--ClientSession(1391171772)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.916--UnitOfWork(711273423)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.916--ClientSession(1391171772)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.916--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1525606401 [junit] [EL Finer]: 2022-09-10 04:19:28.916--ClientSession(1525606401)--Thread(Thread[main,5,main])--acquire unit of work: 2124461484 [junit] [EL Finest]: 2022-09-10 04:19:28.916--UnitOfWork(2124461484)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.916--ServerSession(1526542158)--Connection(447807177)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.916--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.916--ServerSession(1526542158)--Connection(1559046119)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [21] [junit] [EL Finest]: 2022-09-10 04:19:28.917--ServerSession(1526542158)--Connection(447807177)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.917--UnitOfWork(2124461484)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.917--UnitOfWork(2124461484)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.917--UnitOfWork(2124461484)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.917--UnitOfWork(2124461484)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.917--UnitOfWork(2124461484)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.917--ClientSession(1525606401)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.917--UnitOfWork(2124461484)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.917--ClientSession(1525606401)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.917--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 551341702 [junit] [EL Finer]: 2022-09-10 04:19:28.917--ClientSession(551341702)--Thread(Thread[main,5,main])--acquire unit of work: 1865234590 [junit] [EL Finest]: 2022-09-10 04:19:28.917--UnitOfWork(1865234590)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.917--ServerSession(1526542158)--Connection(1657574597)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.917--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.917--ServerSession(1526542158)--Connection(1689905645)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [21] [junit] [EL Finest]: 2022-09-10 04:19:28.918--ServerSession(1526542158)--Connection(1657574597)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.918--UnitOfWork(1865234590)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.918--UnitOfWork(1865234590)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.918--UnitOfWork(1865234590)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@225454e0) [junit] [EL Finest]: 2022-09-10 04:19:28.918--ServerSession(1526542158)--Connection(374987334)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.918--ClientSession(551341702)--Connection(374987334)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.918--ClientSession(551341702)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.919--ClientSession(551341702)--Connection(1982965365)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET STRING_VC = ? WHERE (ID = ?) [junit] bind => [VC 2, 21] [junit] [EL Finer]: 2022-09-10 04:19:28.919--ClientSession(551341702)--Connection(1982965365)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.92--ServerSession(1526542158)--Connection(374987334)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.92--UnitOfWork(1865234590)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.92--UnitOfWork(1865234590)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.92--UnitOfWork(1865234590)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.92--ClientSession(551341702)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.92--UnitOfWork(1865234590)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.92--ClientSession(551341702)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.92--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1852229236 [junit] [EL Finer]: 2022-09-10 04:19:28.92--ClientSession(1852229236)--Thread(Thread[main,5,main])--acquire unit of work: 354404291 [junit] [EL Finest]: 2022-09-10 04:19:28.92--UnitOfWork(354404291)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.92--ServerSession(1526542158)--Connection(1942214720)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.92--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.92--ServerSession(1526542158)--Connection(1751464551)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [21] [junit] [EL Finest]: 2022-09-10 04:19:28.921--ServerSession(1526542158)--Connection(1942214720)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.921--UnitOfWork(354404291)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.921--UnitOfWork(354404291)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.921--UnitOfWork(354404291)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@364e2e84) [junit] [EL Finest]: 2022-09-10 04:19:28.921--ServerSession(1526542158)--Connection(117609834)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.921--ClientSession(1852229236)--Connection(117609834)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.921--ClientSession(1852229236)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.921--ClientSession(1852229236)--Connection(1259305054)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET STRING_VC = ? WHERE (ID = ?) [junit] bind => [null, 21] [junit] [EL Finer]: 2022-09-10 04:19:28.922--ClientSession(1852229236)--Connection(1259305054)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.922--ServerSession(1526542158)--Connection(117609834)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.922--UnitOfWork(354404291)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.922--UnitOfWork(354404291)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.923--UnitOfWork(354404291)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.923--ClientSession(1852229236)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.923--UnitOfWork(354404291)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.923--ClientSession(1852229236)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.923--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 606845570 [junit] [EL Finer]: 2022-09-10 04:19:28.923--ClientSession(606845570)--Thread(Thread[main,5,main])--acquire unit of work: 341244881 [junit] [EL Finest]: 2022-09-10 04:19:28.923--UnitOfWork(341244881)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.923--ServerSession(1526542158)--Connection(177687315)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.923--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.923--ServerSession(1526542158)--Connection(867820854)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [21] [junit] [EL Finest]: 2022-09-10 04:19:28.923--ServerSession(1526542158)--Connection(177687315)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:28.937--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 920801866 [junit] [EL Finer]: 2022-09-10 04:19:28.937--ClientSession(920801866)--Thread(Thread[main,5,main])--acquire unit of work: 1419306965 [junit] [EL Finest]: 2022-09-10 04:19:28.937--UnitOfWork(1419306965)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@2aca1c10. [junit] [EL Finer]: 2022-09-10 04:19:28.937--UnitOfWork(1419306965)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.937--UnitOfWork(1419306965)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@2aca1c10) [junit] [EL Finest]: 2022-09-10 04:19:28.937--ServerSession(1526542158)--Connection(1407136331)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.937--ClientSession(920801866)--Connection(1407136331)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.938--ClientSession(920801866)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.938--ClientSession(920801866)--Connection(1080742314)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [46, null, null, null, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:28.938--ClientSession(920801866)--Connection(1080742314)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.939--ServerSession(1526542158)--Connection(1407136331)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.939--UnitOfWork(1419306965)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.939--UnitOfWork(1419306965)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.939--UnitOfWork(1419306965)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.939--ClientSession(920801866)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.939--UnitOfWork(1419306965)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.939--ClientSession(920801866)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.939--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1032646412 [junit] [EL Finer]: 2022-09-10 04:19:28.939--ClientSession(1032646412)--Thread(Thread[main,5,main])--acquire unit of work: 729648790 [junit] [EL Finest]: 2022-09-10 04:19:28.939--UnitOfWork(729648790)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.939--ServerSession(1526542158)--Connection(1121452005)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.939--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.939--ServerSession(1526542158)--Connection(195264677)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [46] [junit] [EL Finest]: 2022-09-10 04:19:28.94--ServerSession(1526542158)--Connection(1121452005)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.94--UnitOfWork(729648790)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.94--UnitOfWork(729648790)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@6b962a31 [junit] [EL Finer]: 2022-09-10 04:19:28.94--UnitOfWork(729648790)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.94--UnitOfWork(729648790)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2022-09-10 04:19:28.94--UnitOfWork(729648790)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@6b962a31) [junit] [EL Finest]: 2022-09-10 04:19:28.94--ServerSession(1526542158)--Connection(1120310258)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.941--ClientSession(1032646412)--Connection(1120310258)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.941--ClientSession(1032646412)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.941--ClientSession(1032646412)--Connection(1253271918)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [46] [junit] [EL Finer]: 2022-09-10 04:19:28.941--ClientSession(1032646412)--Connection(1253271918)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.942--ServerSession(1526542158)--Connection(1120310258)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.942--UnitOfWork(729648790)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.942--UnitOfWork(729648790)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.942--UnitOfWork(729648790)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.942--ClientSession(1032646412)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.942--UnitOfWork(729648790)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.942--ClientSession(1032646412)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.942--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 598336504 [junit] [EL Finer]: 2022-09-10 04:19:28.942--ClientSession(598336504)--Thread(Thread[main,5,main])--acquire unit of work: 1920993018 [junit] [EL Finest]: 2022-09-10 04:19:28.942--UnitOfWork(1920993018)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@6b962a31. [junit] [EL Finer]: 2022-09-10 04:19:28.942--UnitOfWork(1920993018)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.942--UnitOfWork(1920993018)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@6b962a31) [junit] [EL Finest]: 2022-09-10 04:19:28.942--ServerSession(1526542158)--Connection(1914217538)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.942--ClientSession(598336504)--Connection(1914217538)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.942--ClientSession(598336504)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.975--ClientSession(598336504)--Connection(1820810542)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [46, null, null, null, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, null, null, [B@1ec23fda, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:28.976--ClientSession(598336504)--Connection(1820810542)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.978--ServerSession(1526542158)--Connection(1914217538)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.978--UnitOfWork(1920993018)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.978--UnitOfWork(1920993018)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.978--UnitOfWork(1920993018)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.978--ClientSession(598336504)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.978--UnitOfWork(1920993018)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.978--ClientSession(598336504)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.978--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1549827190 [junit] [EL Finer]: 2022-09-10 04:19:28.978--ClientSession(1549827190)--Thread(Thread[main,5,main])--acquire unit of work: 181937401 [junit] [EL Finest]: 2022-09-10 04:19:28.978--UnitOfWork(181937401)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.979--ServerSession(1526542158)--Connection(522802929)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.979--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.979--ServerSession(1526542158)--Connection(1369260736)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [46] [junit] [EL Finest]: 2022-09-10 04:19:28.98--ServerSession(1526542158)--Connection(522802929)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.98--UnitOfWork(181937401)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.98--UnitOfWork(181937401)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.98--UnitOfWork(181937401)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.98--UnitOfWork(181937401)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.98--UnitOfWork(181937401)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.98--ClientSession(1549827190)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.98--UnitOfWork(181937401)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.98--ClientSession(1549827190)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.98--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 762558455 [junit] [EL Finer]: 2022-09-10 04:19:28.98--ClientSession(762558455)--Thread(Thread[main,5,main])--acquire unit of work: 1086803704 [junit] [EL Finest]: 2022-09-10 04:19:28.98--UnitOfWork(1086803704)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.981--ServerSession(1526542158)--Connection(578020608)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.981--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.981--ServerSession(1526542158)--Connection(2107039064)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [46] [junit] [EL Finest]: 2022-09-10 04:19:28.982--ServerSession(1526542158)--Connection(578020608)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.982--UnitOfWork(1086803704)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.982--UnitOfWork(1086803704)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.982--UnitOfWork(1086803704)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@a468ed8) [junit] [EL Finest]: 2022-09-10 04:19:28.982--ServerSession(1526542158)--Connection(1552848248)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.982--ClientSession(762558455)--Connection(1552848248)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.982--ClientSession(762558455)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.983--ClientSession(762558455)--Connection(1781462734)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WBA_BINARY = ? WHERE (ID = ?) [junit] bind => [null, 46] [junit] [EL Finer]: 2022-09-10 04:19:28.983--ClientSession(762558455)--Connection(1781462734)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.984--ServerSession(1526542158)--Connection(1552848248)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.984--UnitOfWork(1086803704)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.985--UnitOfWork(1086803704)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.985--UnitOfWork(1086803704)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.985--ClientSession(762558455)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.985--UnitOfWork(1086803704)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.985--ClientSession(762558455)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.985--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 853847418 [junit] [EL Finer]: 2022-09-10 04:19:28.985--ClientSession(853847418)--Thread(Thread[main,5,main])--acquire unit of work: 794928494 [junit] [EL Finest]: 2022-09-10 04:19:28.985--UnitOfWork(794928494)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.985--ServerSession(1526542158)--Connection(2134496754)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.985--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.985--ServerSession(1526542158)--Connection(729075073)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [46] [junit] [EL Finest]: 2022-09-10 04:19:28.986--ServerSession(1526542158)--Connection(2134496754)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.986--UnitOfWork(794928494)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.986--UnitOfWork(794928494)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.986--UnitOfWork(794928494)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@2f2362b9) [junit] [EL Finest]: 2022-09-10 04:19:28.986--ServerSession(1526542158)--Connection(2144366557)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.986--ClientSession(853847418)--Connection(2144366557)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.986--ClientSession(853847418)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.986--ClientSession(853847418)--Connection(1895539767)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WBA_BINARY = ? WHERE (ID = ?) [junit] bind => [[B@44f930bb, 46] [junit] [EL Finer]: 2022-09-10 04:19:28.987--ClientSession(853847418)--Connection(1895539767)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.987--ServerSession(1526542158)--Connection(2144366557)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.987--UnitOfWork(794928494)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.988--UnitOfWork(794928494)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.988--UnitOfWork(794928494)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.988--ClientSession(853847418)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.988--UnitOfWork(794928494)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.988--ClientSession(853847418)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.988--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 371793088 [junit] [EL Finer]: 2022-09-10 04:19:28.988--ClientSession(371793088)--Thread(Thread[main,5,main])--acquire unit of work: 996071470 [junit] [EL Finest]: 2022-09-10 04:19:28.988--UnitOfWork(996071470)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.988--ServerSession(1526542158)--Connection(152310176)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.988--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.988--ServerSession(1526542158)--Connection(1447877809)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [46] [junit] [EL Finest]: 2022-09-10 04:19:28.989--ServerSession(1526542158)--Connection(152310176)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.989--UnitOfWork(996071470)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.989--UnitOfWork(996071470)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.989--UnitOfWork(996071470)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@6cbfa329) [junit] [EL Finest]: 2022-09-10 04:19:28.989--ServerSession(1526542158)--Connection(1018563934)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.989--ClientSession(371793088)--Connection(1018563934)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.989--ClientSession(371793088)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.989--ClientSession(371793088)--Connection(288045787)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WBA_BINARY = ? WHERE (ID = ?) [junit] bind => [[B@9c670a, 46] [junit] [EL Finer]: 2022-09-10 04:19:28.99--ClientSession(371793088)--Connection(288045787)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.991--ServerSession(1526542158)--Connection(1018563934)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.991--UnitOfWork(996071470)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.991--UnitOfWork(996071470)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.991--UnitOfWork(996071470)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.991--ClientSession(371793088)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.991--UnitOfWork(996071470)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.991--ClientSession(371793088)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.991--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 275688490 [junit] [EL Finer]: 2022-09-10 04:19:28.991--ClientSession(275688490)--Thread(Thread[main,5,main])--acquire unit of work: 1482404126 [junit] [EL Finest]: 2022-09-10 04:19:28.991--UnitOfWork(1482404126)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.991--ServerSession(1526542158)--Connection(1877792212)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.991--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.991--ServerSession(1526542158)--Connection(1442106218)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [46] [junit] [EL Finest]: 2022-09-10 04:19:28.992--ServerSession(1526542158)--Connection(1877792212)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.992--UnitOfWork(1482404126)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:28.992--UnitOfWork(1482404126)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:28.992--UnitOfWork(1482404126)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3c838746) [junit] [EL Finest]: 2022-09-10 04:19:28.992--ServerSession(1526542158)--Connection(244318716)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.992--ClientSession(275688490)--Connection(244318716)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:28.992--ClientSession(275688490)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.993--ClientSession(275688490)--Connection(2115677366)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET WBA_BINARY = ? WHERE (ID = ?) [junit] bind => [null, 46] [junit] [EL Finer]: 2022-09-10 04:19:28.993--ClientSession(275688490)--Connection(2115677366)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:28.994--ServerSession(1526542158)--Connection(244318716)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:28.994--UnitOfWork(1482404126)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:28.994--UnitOfWork(1482404126)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.994--UnitOfWork(1482404126)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.994--ClientSession(275688490)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:28.994--UnitOfWork(1482404126)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:28.994--ClientSession(275688490)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:28.994--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1658759035 [junit] [EL Finer]: 2022-09-10 04:19:28.994--ClientSession(1658759035)--Thread(Thread[main,5,main])--acquire unit of work: 1233836170 [junit] [EL Finest]: 2022-09-10 04:19:28.994--UnitOfWork(1233836170)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:28.994--ServerSession(1526542158)--Connection(170275746)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:28.994--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:28.994--ServerSession(1526542158)--Connection(408712757)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [46] [junit] [EL Finest]: 2022-09-10 04:19:28.995--ServerSession(1526542158)--Connection(170275746)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:29.01--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 269867825 [junit] [EL Finer]: 2022-09-10 04:19:29.01--ClientSession(269867825)--Thread(Thread[main,5,main])--acquire unit of work: 1629509427 [junit] [EL Finest]: 2022-09-10 04:19:29.01--UnitOfWork(1629509427)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@1cdc074b. [junit] [EL Finer]: 2022-09-10 04:19:29.01--UnitOfWork(1629509427)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.01--UnitOfWork(1629509427)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@1cdc074b) [junit] [EL Finest]: 2022-09-10 04:19:29.01--ServerSession(1526542158)--Connection(1552585134)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.01--ClientSession(269867825)--Connection(1552585134)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.01--ClientSession(269867825)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.01--ClientSession(269867825)--Connection(1072749763)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [1, null, null, null, null, 0, true, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:29.011--ClientSession(269867825)--Connection(1072749763)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.012--ServerSession(1526542158)--Connection(1552585134)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.012--UnitOfWork(1629509427)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.012--UnitOfWork(1629509427)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.012--UnitOfWork(1629509427)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.012--ClientSession(269867825)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.012--UnitOfWork(1629509427)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.012--ClientSession(269867825)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.012--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1772873254 [junit] [EL Finer]: 2022-09-10 04:19:29.012--ClientSession(1772873254)--Thread(Thread[main,5,main])--acquire unit of work: 1342454036 [junit] [EL Finest]: 2022-09-10 04:19:29.012--UnitOfWork(1342454036)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.012--ServerSession(1526542158)--Connection(1081045527)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.012--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.013--ServerSession(1526542158)--Connection(23648291)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:29.013--ServerSession(1526542158)--Connection(1081045527)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.013--UnitOfWork(1342454036)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.014--UnitOfWork(1342454036)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.014--UnitOfWork(1342454036)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.014--UnitOfWork(1342454036)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.014--UnitOfWork(1342454036)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.014--ClientSession(1772873254)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.014--UnitOfWork(1342454036)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.014--ClientSession(1772873254)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.014--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 690195469 [junit] [EL Finer]: 2022-09-10 04:19:29.014--ClientSession(690195469)--Thread(Thread[main,5,main])--acquire unit of work: 569299773 [junit] [EL Finest]: 2022-09-10 04:19:29.014--UnitOfWork(569299773)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.014--ServerSession(1526542158)--Connection(865442859)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.014--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.014--ServerSession(1526542158)--Connection(352771040)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:29.015--ServerSession(1526542158)--Connection(865442859)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.015--UnitOfWork(569299773)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.015--UnitOfWork(569299773)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.015--UnitOfWork(569299773)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@683b88a4) [junit] [EL Finest]: 2022-09-10 04:19:29.015--ServerSession(1526542158)--Connection(1759985023)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.015--ClientSession(690195469)--Connection(1759985023)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.015--ClientSession(690195469)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.016--ClientSession(690195469)--Connection(519371772)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET P_BOOLEAN = ? WHERE (ID = ?) [junit] bind => [false, 1] [junit] [EL Finer]: 2022-09-10 04:19:29.016--ClientSession(690195469)--Connection(519371772)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.017--ServerSession(1526542158)--Connection(1759985023)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.017--UnitOfWork(569299773)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.017--UnitOfWork(569299773)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.017--UnitOfWork(569299773)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.017--ClientSession(690195469)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.017--UnitOfWork(569299773)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.017--ClientSession(690195469)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.017--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1012487612 [junit] [EL Finer]: 2022-09-10 04:19:29.017--ClientSession(1012487612)--Thread(Thread[main,5,main])--acquire unit of work: 97215184 [junit] [EL Finest]: 2022-09-10 04:19:29.017--UnitOfWork(97215184)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.017--ServerSession(1526542158)--Connection(1591698201)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.017--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.017--ServerSession(1526542158)--Connection(396345413)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:29.018--ServerSession(1526542158)--Connection(1591698201)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:29.034--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 717873522 [junit] [EL Finer]: 2022-09-10 04:19:29.034--ClientSession(717873522)--Thread(Thread[main,5,main])--acquire unit of work: 988411921 [junit] [EL Finest]: 2022-09-10 04:19:29.034--UnitOfWork(988411921)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@2ea03886. [junit] [EL Finer]: 2022-09-10 04:19:29.034--UnitOfWork(988411921)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.035--UnitOfWork(988411921)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@2ea03886) [junit] [EL Finest]: 2022-09-10 04:19:29.035--ServerSession(1526542158)--Connection(1559858701)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.035--ClientSession(717873522)--Connection(1559858701)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.035--ClientSession(717873522)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.035--ClientSession(717873522)--Connection(698731763)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [42, null, null, null, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:29.036--ClientSession(717873522)--Connection(698731763)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.037--ServerSession(1526542158)--Connection(1559858701)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.037--UnitOfWork(988411921)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.037--UnitOfWork(988411921)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.037--UnitOfWork(988411921)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.037--ClientSession(717873522)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.037--UnitOfWork(988411921)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.037--ClientSession(717873522)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.037--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1580228125 [junit] [EL Finer]: 2022-09-10 04:19:29.037--ClientSession(1580228125)--Thread(Thread[main,5,main])--acquire unit of work: 1500894076 [junit] [EL Finest]: 2022-09-10 04:19:29.037--UnitOfWork(1500894076)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.037--ServerSession(1526542158)--Connection(717414886)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.037--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.037--ServerSession(1526542158)--Connection(766327981)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [42] [junit] [EL Finest]: 2022-09-10 04:19:29.038--ServerSession(1526542158)--Connection(717414886)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.038--UnitOfWork(1500894076)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.038--UnitOfWork(1500894076)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3bd88028 [junit] [EL Finer]: 2022-09-10 04:19:29.038--UnitOfWork(1500894076)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.039--UnitOfWork(1500894076)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2022-09-10 04:19:29.039--UnitOfWork(1500894076)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3bd88028) [junit] [EL Finest]: 2022-09-10 04:19:29.039--ServerSession(1526542158)--Connection(82022196)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.039--ClientSession(1580228125)--Connection(82022196)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.039--ClientSession(1580228125)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.039--ClientSession(1580228125)--Connection(1181687102)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [42] [junit] [EL Finer]: 2022-09-10 04:19:29.04--ClientSession(1580228125)--Connection(1181687102)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.04--ServerSession(1526542158)--Connection(82022196)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.04--UnitOfWork(1500894076)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.04--UnitOfWork(1500894076)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.04--UnitOfWork(1500894076)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.04--ClientSession(1580228125)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.04--UnitOfWork(1500894076)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.04--ClientSession(1580228125)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.041--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2056904731 [junit] [EL Finer]: 2022-09-10 04:19:29.041--ClientSession(2056904731)--Thread(Thread[main,5,main])--acquire unit of work: 1151440027 [junit] [EL Finest]: 2022-09-10 04:19:29.041--UnitOfWork(1151440027)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3bd88028. [junit] [EL Finer]: 2022-09-10 04:19:29.041--UnitOfWork(1151440027)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.041--UnitOfWork(1151440027)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3bd88028) [junit] [EL Finest]: 2022-09-10 04:19:29.041--ServerSession(1526542158)--Connection(227567597)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.041--ClientSession(2056904731)--Connection(227567597)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.041--ClientSession(2056904731)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.041--ClientSession(2056904731)--Connection(1886489004)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [42, null, null, null, null, 0, false, null, null, [B@383cd77c, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:29.042--ClientSession(2056904731)--Connection(1886489004)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.042--ServerSession(1526542158)--Connection(227567597)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.043--UnitOfWork(1151440027)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.043--UnitOfWork(1151440027)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.043--UnitOfWork(1151440027)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.043--ClientSession(2056904731)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.043--UnitOfWork(1151440027)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.043--ClientSession(2056904731)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.043--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1510211710 [junit] [EL Finer]: 2022-09-10 04:19:29.043--ClientSession(1510211710)--Thread(Thread[main,5,main])--acquire unit of work: 642047611 [junit] [EL Finest]: 2022-09-10 04:19:29.043--UnitOfWork(642047611)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.043--ServerSession(1526542158)--Connection(1280976825)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.043--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.043--ServerSession(1526542158)--Connection(636200540)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [42] [junit] [EL Finest]: 2022-09-10 04:19:29.044--ServerSession(1526542158)--Connection(1280976825)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.044--UnitOfWork(642047611)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.044--UnitOfWork(642047611)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.044--UnitOfWork(642047611)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.044--UnitOfWork(642047611)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.044--UnitOfWork(642047611)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.044--ClientSession(1510211710)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.044--UnitOfWork(642047611)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.044--ClientSession(1510211710)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.044--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1462430750 [junit] [EL Finer]: 2022-09-10 04:19:29.044--ClientSession(1462430750)--Thread(Thread[main,5,main])--acquire unit of work: 119818228 [junit] [EL Finest]: 2022-09-10 04:19:29.044--UnitOfWork(119818228)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.044--ServerSession(1526542158)--Connection(512004798)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.044--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.045--ServerSession(1526542158)--Connection(1934315662)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [42] [junit] [EL Finest]: 2022-09-10 04:19:29.045--ServerSession(1526542158)--Connection(512004798)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.045--UnitOfWork(119818228)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.045--UnitOfWork(119818228)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.045--UnitOfWork(119818228)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@6c14839d) [junit] [EL Finest]: 2022-09-10 04:19:29.046--ServerSession(1526542158)--Connection(1045368778)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.046--ClientSession(1462430750)--Connection(1045368778)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.046--ClientSession(1462430750)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.046--ClientSession(1462430750)--Connection(386775391)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PBA_LONGVARBINARY = ? WHERE (ID = ?) [junit] bind => [null, 42] [junit] [EL Finer]: 2022-09-10 04:19:29.046--ClientSession(1462430750)--Connection(386775391)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.047--ServerSession(1526542158)--Connection(1045368778)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.047--UnitOfWork(119818228)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.047--UnitOfWork(119818228)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.047--UnitOfWork(119818228)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.047--ClientSession(1462430750)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.047--UnitOfWork(119818228)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.047--ClientSession(1462430750)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.047--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1326688848 [junit] [EL Finer]: 2022-09-10 04:19:29.047--ClientSession(1326688848)--Thread(Thread[main,5,main])--acquire unit of work: 900609452 [junit] [EL Finest]: 2022-09-10 04:19:29.047--UnitOfWork(900609452)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.047--ServerSession(1526542158)--Connection(68170953)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.048--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.048--ServerSession(1526542158)--Connection(729051711)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [42] [junit] [EL Finest]: 2022-09-10 04:19:29.048--ServerSession(1526542158)--Connection(68170953)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.048--UnitOfWork(900609452)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.048--UnitOfWork(900609452)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.049--UnitOfWork(900609452)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@381398ff) [junit] [EL Finest]: 2022-09-10 04:19:29.049--ServerSession(1526542158)--Connection(1907958824)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.049--ClientSession(1326688848)--Connection(1907958824)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.049--ClientSession(1326688848)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.049--ClientSession(1326688848)--Connection(1317605460)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PBA_LONGVARBINARY = ? WHERE (ID = ?) [junit] bind => [[B@383cd77c, 42] [junit] [EL Finer]: 2022-09-10 04:19:29.049--ClientSession(1326688848)--Connection(1317605460)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.05--ServerSession(1526542158)--Connection(1907958824)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.05--UnitOfWork(900609452)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.05--UnitOfWork(900609452)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.05--UnitOfWork(900609452)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.05--ClientSession(1326688848)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.05--UnitOfWork(900609452)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.05--ClientSession(1326688848)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.05--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 367166793 [junit] [EL Finer]: 2022-09-10 04:19:29.05--ClientSession(367166793)--Thread(Thread[main,5,main])--acquire unit of work: 326052881 [junit] [EL Finest]: 2022-09-10 04:19:29.05--UnitOfWork(326052881)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.05--ServerSession(1526542158)--Connection(886690315)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.05--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.05--ServerSession(1526542158)--Connection(180381625)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [42] [junit] [EL Finest]: 2022-09-10 04:19:29.051--ServerSession(1526542158)--Connection(886690315)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.051--UnitOfWork(326052881)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.051--UnitOfWork(326052881)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.051--UnitOfWork(326052881)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@1b5f061d) [junit] [EL Finest]: 2022-09-10 04:19:29.051--ServerSession(1526542158)--Connection(1392086043)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.051--ClientSession(367166793)--Connection(1392086043)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.051--ClientSession(367166793)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.052--ClientSession(367166793)--Connection(919858540)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PBA_LONGVARBINARY = ? WHERE (ID = ?) [junit] bind => [[B@555f6634, 42] [junit] [EL Finer]: 2022-09-10 04:19:29.052--ClientSession(367166793)--Connection(919858540)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.053--ServerSession(1526542158)--Connection(1392086043)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.053--UnitOfWork(326052881)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.053--UnitOfWork(326052881)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.053--UnitOfWork(326052881)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.053--ClientSession(367166793)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.053--UnitOfWork(326052881)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.053--ClientSession(367166793)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.053--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1322048236 [junit] [EL Finer]: 2022-09-10 04:19:29.053--ClientSession(1322048236)--Thread(Thread[main,5,main])--acquire unit of work: 1734207188 [junit] [EL Finest]: 2022-09-10 04:19:29.053--UnitOfWork(1734207188)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.053--ServerSession(1526542158)--Connection(1150365962)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.053--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.053--ServerSession(1526542158)--Connection(1198441233)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [42] [junit] [EL Finest]: 2022-09-10 04:19:29.054--ServerSession(1526542158)--Connection(1150365962)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.054--UnitOfWork(1734207188)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.081--UnitOfWork(1734207188)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.082--UnitOfWork(1734207188)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@2aea2e4f) [junit] [EL Finest]: 2022-09-10 04:19:29.082--ServerSession(1526542158)--Connection(522266541)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.082--ClientSession(1322048236)--Connection(522266541)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.082--ClientSession(1322048236)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.083--ClientSession(1322048236)--Connection(182197832)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PBA_LONGVARBINARY = ? WHERE (ID = ?) [junit] bind => [null, 42] [junit] [EL Finer]: 2022-09-10 04:19:29.084--ClientSession(1322048236)--Connection(182197832)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.085--ServerSession(1526542158)--Connection(522266541)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.085--UnitOfWork(1734207188)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.085--UnitOfWork(1734207188)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.085--UnitOfWork(1734207188)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.085--ClientSession(1322048236)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.086--UnitOfWork(1734207188)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.086--ClientSession(1322048236)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.086--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 349783435 [junit] [EL Finer]: 2022-09-10 04:19:29.086--ClientSession(349783435)--Thread(Thread[main,5,main])--acquire unit of work: 2115843846 [junit] [EL Finest]: 2022-09-10 04:19:29.086--UnitOfWork(2115843846)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.086--ServerSession(1526542158)--Connection(1898290766)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.086--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.086--ServerSession(1526542158)--Connection(1809673431)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [42] [junit] [EL Finest]: 2022-09-10 04:19:29.087--ServerSession(1526542158)--Connection(1898290766)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:29.103--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 78018658 [junit] [EL Finer]: 2022-09-10 04:19:29.103--ClientSession(78018658)--Thread(Thread[main,5,main])--acquire unit of work: 2019615110 [junit] [EL Finest]: 2022-09-10 04:19:29.103--UnitOfWork(2019615110)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@1eab92a1. [junit] [EL Finer]: 2022-09-10 04:19:29.103--UnitOfWork(2019615110)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.103--UnitOfWork(2019615110)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@1eab92a1) [junit] [EL Finest]: 2022-09-10 04:19:29.103--ServerSession(1526542158)--Connection(919733777)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.104--ClientSession(78018658)--Connection(919733777)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.104--ClientSession(78018658)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.104--ClientSession(78018658)--Connection(1229045148)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [13, null, null, null, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:29.105--ClientSession(78018658)--Connection(1229045148)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.106--ServerSession(1526542158)--Connection(919733777)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.106--UnitOfWork(2019615110)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.106--UnitOfWork(2019615110)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.106--UnitOfWork(2019615110)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.106--ClientSession(78018658)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.106--UnitOfWork(2019615110)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.106--ClientSession(78018658)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.106--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 748775107 [junit] [EL Finer]: 2022-09-10 04:19:29.106--ClientSession(748775107)--Thread(Thread[main,5,main])--acquire unit of work: 1757975446 [junit] [EL Finest]: 2022-09-10 04:19:29.106--UnitOfWork(1757975446)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.106--ServerSession(1526542158)--Connection(194137976)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.106--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.107--ServerSession(1526542158)--Connection(688744465)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [13] [junit] [EL Finest]: 2022-09-10 04:19:29.107--ServerSession(1526542158)--Connection(194137976)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.108--UnitOfWork(1757975446)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.108--UnitOfWork(1757975446)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3b359050 [junit] [EL Finer]: 2022-09-10 04:19:29.108--UnitOfWork(1757975446)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.108--UnitOfWork(1757975446)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2022-09-10 04:19:29.108--UnitOfWork(1757975446)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3b359050) [junit] [EL Finest]: 2022-09-10 04:19:29.108--ServerSession(1526542158)--Connection(465682561)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.108--ClientSession(748775107)--Connection(465682561)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.108--ClientSession(748775107)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.109--ClientSession(748775107)--Connection(371104668)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [13] [junit] [EL Finer]: 2022-09-10 04:19:29.109--ClientSession(748775107)--Connection(371104668)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.11--ServerSession(1526542158)--Connection(465682561)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.11--UnitOfWork(1757975446)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.11--UnitOfWork(1757975446)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.11--UnitOfWork(1757975446)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.11--ClientSession(748775107)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.11--UnitOfWork(1757975446)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.11--ClientSession(748775107)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.11--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1009440907 [junit] [EL Finer]: 2022-09-10 04:19:29.11--ClientSession(1009440907)--Thread(Thread[main,5,main])--acquire unit of work: 1577744105 [junit] [EL Finest]: 2022-09-10 04:19:29.11--UnitOfWork(1577744105)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3b359050. [junit] [EL Finer]: 2022-09-10 04:19:29.11--UnitOfWork(1577744105)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.11--UnitOfWork(1577744105)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3b359050) [junit] [EL Finest]: 2022-09-10 04:19:29.11--ServerSession(1526542158)--Connection(1362507250)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.11--ClientSession(1009440907)--Connection(1362507250)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.11--ClientSession(1009440907)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.111--ClientSession(1009440907)--Connection(993149407)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [13, null, null, null, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, A, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:29.111--ClientSession(1009440907)--Connection(993149407)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.112--ServerSession(1526542158)--Connection(1362507250)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.112--UnitOfWork(1577744105)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.112--UnitOfWork(1577744105)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.112--UnitOfWork(1577744105)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.112--ClientSession(1009440907)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.112--UnitOfWork(1577744105)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.112--ClientSession(1009440907)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.112--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1600757399 [junit] [EL Finer]: 2022-09-10 04:19:29.112--ClientSession(1600757399)--Thread(Thread[main,5,main])--acquire unit of work: 1996230684 [junit] [EL Finest]: 2022-09-10 04:19:29.112--UnitOfWork(1996230684)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.112--ServerSession(1526542158)--Connection(1450512920)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.112--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.113--ServerSession(1526542158)--Connection(1819706577)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [13] [junit] [EL Finest]: 2022-09-10 04:19:29.113--ServerSession(1526542158)--Connection(1450512920)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.113--UnitOfWork(1996230684)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.113--UnitOfWork(1996230684)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.114--UnitOfWork(1996230684)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.114--UnitOfWork(1996230684)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.114--UnitOfWork(1996230684)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.114--ClientSession(1600757399)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.114--UnitOfWork(1996230684)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.114--ClientSession(1600757399)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.114--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1901125989 [junit] [EL Finer]: 2022-09-10 04:19:29.114--ClientSession(1901125989)--Thread(Thread[main,5,main])--acquire unit of work: 229747691 [junit] [EL Finest]: 2022-09-10 04:19:29.114--UnitOfWork(229747691)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.114--ServerSession(1526542158)--Connection(1455114491)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.114--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.114--ServerSession(1526542158)--Connection(391276296)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [13] [junit] [EL Finest]: 2022-09-10 04:19:29.115--ServerSession(1526542158)--Connection(1455114491)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.115--UnitOfWork(229747691)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.115--UnitOfWork(229747691)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.115--UnitOfWork(229747691)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@6de18620) [junit] [EL Finest]: 2022-09-10 04:19:29.115--ServerSession(1526542158)--Connection(2002000219)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.115--ClientSession(1901125989)--Connection(2002000219)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.115--ClientSession(1901125989)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.116--ClientSession(1901125989)--Connection(429394790)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET W_CHARACTER = ? WHERE (ID = ?) [junit] bind => [B, 13] [junit] [EL Finer]: 2022-09-10 04:19:29.116--ClientSession(1901125989)--Connection(429394790)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.117--ServerSession(1526542158)--Connection(2002000219)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.117--UnitOfWork(229747691)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.117--UnitOfWork(229747691)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.117--UnitOfWork(229747691)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.117--ClientSession(1901125989)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.117--UnitOfWork(229747691)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.117--ClientSession(1901125989)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.117--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 944633697 [junit] [EL Finer]: 2022-09-10 04:19:29.117--ClientSession(944633697)--Thread(Thread[main,5,main])--acquire unit of work: 1633093685 [junit] [EL Finest]: 2022-09-10 04:19:29.117--UnitOfWork(1633093685)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.117--ServerSession(1526542158)--Connection(1404800042)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.117--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.118--ServerSession(1526542158)--Connection(433932075)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [13] [junit] [EL Finest]: 2022-09-10 04:19:29.118--ServerSession(1526542158)--Connection(1404800042)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.118--UnitOfWork(1633093685)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.119--UnitOfWork(1633093685)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.119--UnitOfWork(1633093685)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@1866e6c4) [junit] [EL Finest]: 2022-09-10 04:19:29.119--ServerSession(1526542158)--Connection(1196273185)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.119--ClientSession(944633697)--Connection(1196273185)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.119--ClientSession(944633697)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.119--ClientSession(944633697)--Connection(1340100942)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET W_CHARACTER = ? WHERE (ID = ?) [junit] bind => [null, 13] [junit] [EL Finer]: 2022-09-10 04:19:29.12--ClientSession(944633697)--Connection(1340100942)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.12--ServerSession(1526542158)--Connection(1196273185)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.12--UnitOfWork(1633093685)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.12--UnitOfWork(1633093685)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.12--UnitOfWork(1633093685)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.12--ClientSession(944633697)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.12--UnitOfWork(1633093685)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.12--ClientSession(944633697)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.12--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 694988873 [junit] [EL Finer]: 2022-09-10 04:19:29.12--ClientSession(694988873)--Thread(Thread[main,5,main])--acquire unit of work: 1682697739 [junit] [EL Finest]: 2022-09-10 04:19:29.12--UnitOfWork(1682697739)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.121--ServerSession(1526542158)--Connection(2050971260)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.121--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.121--ServerSession(1526542158)--Connection(683852968)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [13] [junit] [EL Finest]: 2022-09-10 04:19:29.121--ServerSession(1526542158)--Connection(2050971260)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:29.136--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1413000362 [junit] [EL Finer]: 2022-09-10 04:19:29.136--ClientSession(1413000362)--Thread(Thread[main,5,main])--acquire unit of work: 375418822 [junit] [EL Finest]: 2022-09-10 04:19:29.136--UnitOfWork(375418822)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@2c6c98f0. [junit] [EL Finer]: 2022-09-10 04:19:29.136--UnitOfWork(375418822)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.136--UnitOfWork(375418822)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@2c6c98f0) [junit] [EL Finest]: 2022-09-10 04:19:29.136--ServerSession(1526542158)--Connection(1509248883)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.136--ClientSession(1413000362)--Connection(1509248883)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.136--ClientSession(1413000362)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.137--ClientSession(1413000362)--Connection(1283331540)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [12, null, null, null, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:29.137--ClientSession(1413000362)--Connection(1283331540)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.138--ServerSession(1526542158)--Connection(1509248883)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.138--UnitOfWork(375418822)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.138--UnitOfWork(375418822)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.138--UnitOfWork(375418822)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.138--ClientSession(1413000362)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.138--UnitOfWork(375418822)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.138--ClientSession(1413000362)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.138--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1885835682 [junit] [EL Finer]: 2022-09-10 04:19:29.138--ClientSession(1885835682)--Thread(Thread[main,5,main])--acquire unit of work: 1275853519 [junit] [EL Finest]: 2022-09-10 04:19:29.138--UnitOfWork(1275853519)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.138--ServerSession(1526542158)--Connection(620901578)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.138--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.139--ServerSession(1526542158)--Connection(1880000895)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [12] [junit] [EL Finest]: 2022-09-10 04:19:29.139--ServerSession(1526542158)--Connection(620901578)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.139--UnitOfWork(1275853519)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.139--UnitOfWork(1275853519)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@1b7671d7 [junit] [EL Finer]: 2022-09-10 04:19:29.139--UnitOfWork(1275853519)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.14--UnitOfWork(1275853519)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2022-09-10 04:19:29.14--UnitOfWork(1275853519)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@1b7671d7) [junit] [EL Finest]: 2022-09-10 04:19:29.14--ServerSession(1526542158)--Connection(1678117640)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.14--ClientSession(1885835682)--Connection(1678117640)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.14--ClientSession(1885835682)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.14--ClientSession(1885835682)--Connection(2120145297)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [12] [junit] [EL Finer]: 2022-09-10 04:19:29.141--ClientSession(1885835682)--Connection(2120145297)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.141--ServerSession(1526542158)--Connection(1678117640)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.141--UnitOfWork(1275853519)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.141--UnitOfWork(1275853519)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.141--UnitOfWork(1275853519)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.141--ClientSession(1885835682)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.141--UnitOfWork(1275853519)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.141--ClientSession(1885835682)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.141--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 665029370 [junit] [EL Finer]: 2022-09-10 04:19:29.141--ClientSession(665029370)--Thread(Thread[main,5,main])--acquire unit of work: 800677326 [junit] [EL Finest]: 2022-09-10 04:19:29.141--UnitOfWork(800677326)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@1b7671d7. [junit] [EL Finer]: 2022-09-10 04:19:29.141--UnitOfWork(800677326)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.142--UnitOfWork(800677326)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@1b7671d7) [junit] [EL Finest]: 2022-09-10 04:19:29.142--ServerSession(1526542158)--Connection(825556050)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.142--ClientSession(665029370)--Connection(825556050)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.142--ClientSession(665029370)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.142--ClientSession(665029370)--Connection(175854804)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [12, null, null, null, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, null, 17, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:29.143--ClientSession(665029370)--Connection(175854804)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.143--ServerSession(1526542158)--Connection(825556050)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.143--UnitOfWork(800677326)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.143--UnitOfWork(800677326)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.143--UnitOfWork(800677326)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.143--ClientSession(665029370)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.143--UnitOfWork(800677326)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.143--ClientSession(665029370)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.143--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 303272692 [junit] [EL Finer]: 2022-09-10 04:19:29.143--ClientSession(303272692)--Thread(Thread[main,5,main])--acquire unit of work: 1117698454 [junit] [EL Finest]: 2022-09-10 04:19:29.143--UnitOfWork(1117698454)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.143--ServerSession(1526542158)--Connection(1686797378)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.144--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.144--ServerSession(1526542158)--Connection(2030492075)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [12] [junit] [EL Finest]: 2022-09-10 04:19:29.144--ServerSession(1526542158)--Connection(1686797378)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.144--UnitOfWork(1117698454)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.144--UnitOfWork(1117698454)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.144--UnitOfWork(1117698454)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.145--UnitOfWork(1117698454)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.145--UnitOfWork(1117698454)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.145--ClientSession(303272692)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.145--UnitOfWork(1117698454)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.145--ClientSession(303272692)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.145--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 749235359 [junit] [EL Finer]: 2022-09-10 04:19:29.145--ClientSession(749235359)--Thread(Thread[main,5,main])--acquire unit of work: 627115140 [junit] [EL Finest]: 2022-09-10 04:19:29.145--UnitOfWork(627115140)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.145--ServerSession(1526542158)--Connection(1666828033)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.145--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.145--ServerSession(1526542158)--Connection(1219369531)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [12] [junit] [EL Finest]: 2022-09-10 04:19:29.146--ServerSession(1526542158)--Connection(1666828033)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.146--UnitOfWork(627115140)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.146--UnitOfWork(627115140)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.146--UnitOfWork(627115140)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@27a981f6) [junit] [EL Finest]: 2022-09-10 04:19:29.146--ServerSession(1526542158)--Connection(1383533633)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.146--ClientSession(749235359)--Connection(1383533633)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.146--ClientSession(749235359)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.146--ClientSession(749235359)--Connection(1900158693)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET W_BYTE = ? WHERE (ID = ?) [junit] bind => [18, 12] [junit] [EL Finer]: 2022-09-10 04:19:29.147--ClientSession(749235359)--Connection(1900158693)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.147--ServerSession(1526542158)--Connection(1383533633)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.147--UnitOfWork(627115140)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.147--UnitOfWork(627115140)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.147--UnitOfWork(627115140)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.148--ClientSession(749235359)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.148--UnitOfWork(627115140)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.148--ClientSession(749235359)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.148--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 515361429 [junit] [EL Finer]: 2022-09-10 04:19:29.148--ClientSession(515361429)--Thread(Thread[main,5,main])--acquire unit of work: 2137217680 [junit] [EL Finest]: 2022-09-10 04:19:29.148--UnitOfWork(2137217680)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.148--ServerSession(1526542158)--Connection(431105441)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.148--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.148--ServerSession(1526542158)--Connection(736254291)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [12] [junit] [EL Finest]: 2022-09-10 04:19:29.148--ServerSession(1526542158)--Connection(431105441)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.149--UnitOfWork(2137217680)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.149--UnitOfWork(2137217680)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.149--UnitOfWork(2137217680)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@66e41eb4) [junit] [EL Finest]: 2022-09-10 04:19:29.149--ServerSession(1526542158)--Connection(1514087105)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.149--ClientSession(515361429)--Connection(1514087105)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.149--ClientSession(515361429)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.149--ClientSession(515361429)--Connection(699450481)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET W_BYTE = ? WHERE (ID = ?) [junit] bind => [null, 12] [junit] [EL Finer]: 2022-09-10 04:19:29.15--ClientSession(515361429)--Connection(699450481)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.15--ServerSession(1526542158)--Connection(1514087105)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.15--UnitOfWork(2137217680)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.15--UnitOfWork(2137217680)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.15--UnitOfWork(2137217680)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.15--ClientSession(515361429)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.15--UnitOfWork(2137217680)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.15--ClientSession(515361429)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.15--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1018684028 [junit] [EL Finer]: 2022-09-10 04:19:29.15--ClientSession(1018684028)--Thread(Thread[main,5,main])--acquire unit of work: 319503063 [junit] [EL Finest]: 2022-09-10 04:19:29.15--UnitOfWork(319503063)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.151--ServerSession(1526542158)--Connection(1204468717)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.151--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.151--ServerSession(1526542158)--Connection(932511638)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [12] [junit] [EL Finest]: 2022-09-10 04:19:29.151--ServerSession(1526542158)--Connection(1204468717)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:29.166--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2053338629 [junit] [EL Finer]: 2022-09-10 04:19:29.166--ClientSession(2053338629)--Thread(Thread[main,5,main])--acquire unit of work: 1632317953 [junit] [EL Finest]: 2022-09-10 04:19:29.166--UnitOfWork(1632317953)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@489a62c6. [junit] [EL Finer]: 2022-09-10 04:19:29.166--UnitOfWork(1632317953)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.166--UnitOfWork(1632317953)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@489a62c6) [junit] [EL Finest]: 2022-09-10 04:19:29.167--ServerSession(1526542158)--Connection(1019469076)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.167--ClientSession(2053338629)--Connection(1019469076)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.167--ClientSession(2053338629)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.167--ClientSession(2053338629)--Connection(69221303)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [16, null, null, null, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:29.168--ClientSession(2053338629)--Connection(69221303)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.168--ServerSession(1526542158)--Connection(1019469076)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.168--UnitOfWork(1632317953)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.168--UnitOfWork(1632317953)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.168--UnitOfWork(1632317953)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.168--ClientSession(2053338629)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.168--UnitOfWork(1632317953)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.168--ClientSession(2053338629)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.168--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1783059603 [junit] [EL Finer]: 2022-09-10 04:19:29.169--ClientSession(1783059603)--Thread(Thread[main,5,main])--acquire unit of work: 1874798575 [junit] [EL Finest]: 2022-09-10 04:19:29.169--UnitOfWork(1874798575)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.169--ServerSession(1526542158)--Connection(1334177122)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.169--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.169--ServerSession(1526542158)--Connection(2007787250)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [16] [junit] [EL Finest]: 2022-09-10 04:19:29.169--ServerSession(1526542158)--Connection(1334177122)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.17--UnitOfWork(1874798575)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.17--UnitOfWork(1874798575)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@518799b5 [junit] [EL Finer]: 2022-09-10 04:19:29.17--UnitOfWork(1874798575)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.17--UnitOfWork(1874798575)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2022-09-10 04:19:29.17--UnitOfWork(1874798575)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@518799b5) [junit] [EL Finest]: 2022-09-10 04:19:29.17--ServerSession(1526542158)--Connection(418403583)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.17--ClientSession(1783059603)--Connection(418403583)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.17--ClientSession(1783059603)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.17--ClientSession(1783059603)--Connection(1709472302)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [16] [junit] [EL Finer]: 2022-09-10 04:19:29.171--ClientSession(1783059603)--Connection(1709472302)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.171--ServerSession(1526542158)--Connection(418403583)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.171--UnitOfWork(1874798575)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.171--UnitOfWork(1874798575)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.171--UnitOfWork(1874798575)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.172--ClientSession(1783059603)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.172--UnitOfWork(1874798575)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.172--ClientSession(1783059603)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.172--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 275803261 [junit] [EL Finer]: 2022-09-10 04:19:29.172--ClientSession(275803261)--Thread(Thread[main,5,main])--acquire unit of work: 1451446615 [junit] [EL Finest]: 2022-09-10 04:19:29.172--UnitOfWork(1451446615)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@518799b5. [junit] [EL Finer]: 2022-09-10 04:19:29.172--UnitOfWork(1451446615)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.172--UnitOfWork(1451446615)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@518799b5) [junit] [EL Finest]: 2022-09-10 04:19:29.172--ServerSession(1526542158)--Connection(550540748)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.172--ClientSession(275803261)--Connection(550540748)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.172--ClientSession(275803261)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.172--ClientSession(275803261)--Connection(860886575)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [16, null, null, null, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 1, null] [junit] [EL Finer]: 2022-09-10 04:19:29.173--ClientSession(275803261)--Connection(860886575)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.173--ServerSession(1526542158)--Connection(550540748)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.188--UnitOfWork(1451446615)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.188--UnitOfWork(1451446615)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.189--UnitOfWork(1451446615)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.189--ClientSession(275803261)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.189--UnitOfWork(1451446615)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.189--ClientSession(275803261)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.189--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1603962841 [junit] [EL Finer]: 2022-09-10 04:19:29.189--ClientSession(1603962841)--Thread(Thread[main,5,main])--acquire unit of work: 1825051499 [junit] [EL Finest]: 2022-09-10 04:19:29.189--UnitOfWork(1825051499)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.189--ServerSession(1526542158)--Connection(1015686177)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.189--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.189--ServerSession(1526542158)--Connection(1194175739)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [16] [junit] [EL Finest]: 2022-09-10 04:19:29.19--ServerSession(1526542158)--Connection(1015686177)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.19--UnitOfWork(1825051499)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.19--UnitOfWork(1825051499)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.19--UnitOfWork(1825051499)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.191--UnitOfWork(1825051499)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.191--UnitOfWork(1825051499)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.191--ClientSession(1603962841)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.191--UnitOfWork(1825051499)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.191--ClientSession(1603962841)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.191--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2038140782 [junit] [EL Finer]: 2022-09-10 04:19:29.191--ClientSession(2038140782)--Thread(Thread[main,5,main])--acquire unit of work: 1937572583 [junit] [EL Finest]: 2022-09-10 04:19:29.191--UnitOfWork(1937572583)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.191--ServerSession(1526542158)--Connection(540842807)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.191--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.191--ServerSession(1526542158)--Connection(1481637576)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [16] [junit] [EL Finest]: 2022-09-10 04:19:29.192--ServerSession(1526542158)--Connection(540842807)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.192--UnitOfWork(1937572583)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.192--UnitOfWork(1937572583)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.192--UnitOfWork(1937572583)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@22ba9ff7) [junit] [EL Finest]: 2022-09-10 04:19:29.193--ServerSession(1526542158)--Connection(674311848)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.193--ClientSession(2038140782)--Connection(674311848)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.193--ClientSession(2038140782)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.193--ClientSession(2038140782)--Connection(339725531)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET W_LONG = ? WHERE (ID = ?) [junit] bind => [2, 16] [junit] [EL Finer]: 2022-09-10 04:19:29.194--ClientSession(2038140782)--Connection(339725531)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.195--ServerSession(1526542158)--Connection(674311848)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.195--UnitOfWork(1937572583)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.195--UnitOfWork(1937572583)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.195--UnitOfWork(1937572583)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.195--ClientSession(2038140782)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.195--UnitOfWork(1937572583)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.195--ClientSession(2038140782)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.195--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1653243020 [junit] [EL Finer]: 2022-09-10 04:19:29.195--ClientSession(1653243020)--Thread(Thread[main,5,main])--acquire unit of work: 146353426 [junit] [EL Finest]: 2022-09-10 04:19:29.195--UnitOfWork(146353426)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.196--ServerSession(1526542158)--Connection(265717845)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.196--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.196--ServerSession(1526542158)--Connection(913400302)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [16] [junit] [EL Finest]: 2022-09-10 04:19:29.197--ServerSession(1526542158)--Connection(265717845)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.197--UnitOfWork(146353426)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.197--UnitOfWork(146353426)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.197--UnitOfWork(146353426)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@7d91d558) [junit] [EL Finest]: 2022-09-10 04:19:29.197--ServerSession(1526542158)--Connection(925285178)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.197--ClientSession(1653243020)--Connection(925285178)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.197--ClientSession(1653243020)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.198--ClientSession(1653243020)--Connection(48428301)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET W_LONG = ? WHERE (ID = ?) [junit] bind => [null, 16] [junit] [EL Finer]: 2022-09-10 04:19:29.198--ClientSession(1653243020)--Connection(48428301)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.199--ServerSession(1526542158)--Connection(925285178)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.199--UnitOfWork(146353426)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.199--UnitOfWork(146353426)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.199--UnitOfWork(146353426)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.199--ClientSession(1653243020)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.199--UnitOfWork(146353426)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.199--ClientSession(1653243020)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.199--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 645407472 [junit] [EL Finer]: 2022-09-10 04:19:29.199--ClientSession(645407472)--Thread(Thread[main,5,main])--acquire unit of work: 866640303 [junit] [EL Finest]: 2022-09-10 04:19:29.199--UnitOfWork(866640303)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.199--ServerSession(1526542158)--Connection(351452908)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.199--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.2--ServerSession(1526542158)--Connection(502202985)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [16] [junit] [EL Finest]: 2022-09-10 04:19:29.2--ServerSession(1526542158)--Connection(351452908)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:29.22--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1897386292 [junit] [EL Finer]: 2022-09-10 04:19:29.22--ClientSession(1897386292)--Thread(Thread[main,5,main])--acquire unit of work: 131307582 [junit] [EL Finest]: 2022-09-10 04:19:29.22--UnitOfWork(131307582)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@ac284a8. [junit] [EL Finer]: 2022-09-10 04:19:29.22--UnitOfWork(131307582)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.22--UnitOfWork(131307582)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@ac284a8) [junit] [EL Finest]: 2022-09-10 04:19:29.221--ServerSession(1526542158)--Connection(1311461912)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.221--ClientSession(1897386292)--Connection(1311461912)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.221--ClientSession(1897386292)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.221--ClientSession(1897386292)--Connection(1937297409)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [0, 42.42, 77, 1, HUGO, 1, true, [B@1d4e3295, [B@ec4b86f, [B@4d0e2bc2, A, CLOB, VARCAR, 2.5, 1.5, 3, 4, 2, [B@59210be9, 2005-09-08, 10:49:00, 1970-01-01 00:00:17.0, CLOB, VARCHAR, 2005-10-08 10:49:00.0, 1970-01-01 00:00:17.0, true, 1, [B@359750c2, [B@1ebb81df, [B@22d7f9f1, A, CLOB, VARCHAR, 2.5, 1.5, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:29.223--ClientSession(1897386292)--Connection(1937297409)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.224--ServerSession(1526542158)--Connection(1311461912)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.224--UnitOfWork(131307582)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.224--UnitOfWork(131307582)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.224--UnitOfWork(131307582)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.224--ClientSession(1897386292)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.224--UnitOfWork(131307582)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.225--ClientSession(1897386292)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.225--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 383321663 [junit] [EL Finer]: 2022-09-10 04:19:29.225--ClientSession(383321663)--Thread(Thread[main,5,main])--acquire unit of work: 1586029287 [junit] [EL Finest]: 2022-09-10 04:19:29.225--UnitOfWork(1586029287)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.225--ServerSession(1526542158)--Connection(1791718028)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.225--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.225--ServerSession(1526542158)--Connection(1758035395)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [0] [junit] [EL Finest]: 2022-09-10 04:19:29.226--ServerSession(1526542158)--Connection(1791718028)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:29.246--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1043953114 [junit] [EL Finer]: 2022-09-10 04:19:29.247--ClientSession(1043953114)--Thread(Thread[main,5,main])--acquire unit of work: 1431535171 [junit] [EL Finest]: 2022-09-10 04:19:29.247--UnitOfWork(1431535171)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@26a9560d. [junit] [EL Finer]: 2022-09-10 04:19:29.247--UnitOfWork(1431535171)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.247--UnitOfWork(1431535171)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@26a9560d) [junit] [EL Finest]: 2022-09-10 04:19:29.247--ServerSession(1526542158)--Connection(56039757)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.247--ClientSession(1043953114)--Connection(56039757)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.247--ClientSession(1043953114)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.247--ClientSession(1043953114)--Connection(1295572482)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [31, null, null, null, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:29.248--ClientSession(1043953114)--Connection(1295572482)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.249--ServerSession(1526542158)--Connection(56039757)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.249--UnitOfWork(1431535171)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.249--UnitOfWork(1431535171)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.249--UnitOfWork(1431535171)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.249--ClientSession(1043953114)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.249--UnitOfWork(1431535171)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.249--ClientSession(1043953114)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.249--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1160677539 [junit] [EL Finer]: 2022-09-10 04:19:29.249--ClientSession(1160677539)--Thread(Thread[main,5,main])--acquire unit of work: 1324193482 [junit] [EL Finest]: 2022-09-10 04:19:29.249--UnitOfWork(1324193482)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.249--ServerSession(1526542158)--Connection(6985425)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.249--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.249--ServerSession(1526542158)--Connection(1023762201)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [31] [junit] [EL Finest]: 2022-09-10 04:19:29.25--ServerSession(1526542158)--Connection(6985425)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.25--UnitOfWork(1324193482)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.25--UnitOfWork(1324193482)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@7aaee816 [junit] [EL Finer]: 2022-09-10 04:19:29.25--UnitOfWork(1324193482)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.25--UnitOfWork(1324193482)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2022-09-10 04:19:29.25--UnitOfWork(1324193482)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@7aaee816) [junit] [EL Finest]: 2022-09-10 04:19:29.25--ServerSession(1526542158)--Connection(485928988)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.25--ClientSession(1160677539)--Connection(485928988)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.251--ClientSession(1160677539)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.251--ClientSession(1160677539)--Connection(62335576)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [31] [junit] [EL Finer]: 2022-09-10 04:19:29.251--ClientSession(1160677539)--Connection(62335576)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.252--ServerSession(1526542158)--Connection(485928988)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.252--UnitOfWork(1324193482)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.252--UnitOfWork(1324193482)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.252--UnitOfWork(1324193482)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.252--ClientSession(1160677539)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.252--UnitOfWork(1324193482)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.252--ClientSession(1160677539)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.252--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1860729896 [junit] [EL Finer]: 2022-09-10 04:19:29.252--ClientSession(1860729896)--Thread(Thread[main,5,main])--acquire unit of work: 1421307463 [junit] [EL Finest]: 2022-09-10 04:19:29.252--UnitOfWork(1421307463)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@7aaee816. [junit] [EL Finer]: 2022-09-10 04:19:29.252--UnitOfWork(1421307463)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.252--UnitOfWork(1421307463)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@7aaee816) [junit] [EL Finest]: 2022-09-10 04:19:29.252--ServerSession(1526542158)--Connection(66367800)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.252--ClientSession(1860729896)--Connection(66367800)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.252--ClientSession(1860729896)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.253--ClientSession(1860729896)--Connection(777028690)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [31, null, null, null, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, 1970-01-01 00:00:01.0, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:29.253--ClientSession(1860729896)--Connection(777028690)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.254--ServerSession(1526542158)--Connection(66367800)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.254--UnitOfWork(1421307463)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.254--UnitOfWork(1421307463)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.254--UnitOfWork(1421307463)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.254--ClientSession(1860729896)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.254--UnitOfWork(1421307463)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.254--ClientSession(1860729896)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.254--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1272901445 [junit] [EL Finer]: 2022-09-10 04:19:29.254--ClientSession(1272901445)--Thread(Thread[main,5,main])--acquire unit of work: 1636204664 [junit] [EL Finest]: 2022-09-10 04:19:29.254--UnitOfWork(1636204664)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.255--ServerSession(1526542158)--Connection(1887021195)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.255--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.255--ServerSession(1526542158)--Connection(843831478)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [31] [junit] [EL Finest]: 2022-09-10 04:19:29.255--ServerSession(1526542158)--Connection(1887021195)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.255--UnitOfWork(1636204664)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.255--UnitOfWork(1636204664)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.256--UnitOfWork(1636204664)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.256--UnitOfWork(1636204664)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.256--UnitOfWork(1636204664)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.256--ClientSession(1272901445)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.256--UnitOfWork(1636204664)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.256--ClientSession(1272901445)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.256--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 432716270 [junit] [EL Finer]: 2022-09-10 04:19:29.256--ClientSession(432716270)--Thread(Thread[main,5,main])--acquire unit of work: 1506112585 [junit] [EL Finest]: 2022-09-10 04:19:29.256--UnitOfWork(1506112585)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.256--ServerSession(1526542158)--Connection(574725994)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.256--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.256--ServerSession(1526542158)--Connection(579654589)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [31] [junit] [EL Finest]: 2022-09-10 04:19:29.257--ServerSession(1526542158)--Connection(574725994)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.257--UnitOfWork(1506112585)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.257--UnitOfWork(1506112585)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.257--UnitOfWork(1506112585)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@32443b59) [junit] [EL Finest]: 2022-09-10 04:19:29.257--ServerSession(1526542158)--Connection(810336733)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.257--ClientSession(432716270)--Connection(810336733)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.257--ClientSession(432716270)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.257--ClientSession(432716270)--Connection(787054927)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET UTIL_DATE = ? WHERE (ID = ?) [junit] bind => [null, 31] [junit] [EL Finer]: 2022-09-10 04:19:29.258--ClientSession(432716270)--Connection(787054927)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.259--ServerSession(1526542158)--Connection(810336733)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.259--UnitOfWork(1506112585)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.259--UnitOfWork(1506112585)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.259--UnitOfWork(1506112585)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.259--ClientSession(432716270)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.259--UnitOfWork(1506112585)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.259--ClientSession(432716270)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.259--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 363040574 [junit] [EL Finer]: 2022-09-10 04:19:29.259--ClientSession(363040574)--Thread(Thread[main,5,main])--acquire unit of work: 2007140156 [junit] [EL Finest]: 2022-09-10 04:19:29.259--UnitOfWork(2007140156)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.259--ServerSession(1526542158)--Connection(1838489033)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.259--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.259--ServerSession(1526542158)--Connection(289136219)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [31] [junit] [EL Finest]: 2022-09-10 04:19:29.26--ServerSession(1526542158)--Connection(1838489033)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.26--UnitOfWork(2007140156)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.26--UnitOfWork(2007140156)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.26--UnitOfWork(2007140156)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3eaea785) [junit] [EL Finest]: 2022-09-10 04:19:29.26--ServerSession(1526542158)--Connection(718422420)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.26--ClientSession(363040574)--Connection(718422420)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.26--ClientSession(363040574)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.26--ClientSession(363040574)--Connection(1435416939)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET UTIL_DATE = ? WHERE (ID = ?) [junit] bind => [1970-01-01 00:00:01.0, 31] [junit] [EL Finer]: 2022-09-10 04:19:29.261--ClientSession(363040574)--Connection(1435416939)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.261--ServerSession(1526542158)--Connection(718422420)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.262--UnitOfWork(2007140156)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.262--UnitOfWork(2007140156)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.262--UnitOfWork(2007140156)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.262--ClientSession(363040574)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.262--UnitOfWork(2007140156)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.262--ClientSession(363040574)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.262--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 341033203 [junit] [EL Finer]: 2022-09-10 04:19:29.262--ClientSession(341033203)--Thread(Thread[main,5,main])--acquire unit of work: 884369139 [junit] [EL Finest]: 2022-09-10 04:19:29.262--UnitOfWork(884369139)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.262--ServerSession(1526542158)--Connection(389312395)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.262--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.262--ServerSession(1526542158)--Connection(349336071)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [31] [junit] [EL Finest]: 2022-09-10 04:19:29.263--ServerSession(1526542158)--Connection(389312395)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.263--UnitOfWork(884369139)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.263--UnitOfWork(884369139)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.263--UnitOfWork(884369139)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@2d766c77) [junit] [EL Finest]: 2022-09-10 04:19:29.263--ServerSession(1526542158)--Connection(1461966136)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.263--ClientSession(341033203)--Connection(1461966136)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.263--ClientSession(341033203)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.263--ClientSession(341033203)--Connection(510067430)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET UTIL_DATE = ? WHERE (ID = ?) [junit] bind => [1970-01-01 00:00:02.0, 31] [junit] [EL Finer]: 2022-09-10 04:19:29.264--ClientSession(341033203)--Connection(510067430)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.264--ServerSession(1526542158)--Connection(1461966136)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.264--UnitOfWork(884369139)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.264--UnitOfWork(884369139)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.264--UnitOfWork(884369139)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.265--ClientSession(341033203)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.265--UnitOfWork(884369139)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.265--ClientSession(341033203)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.265--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2023827408 [junit] [EL Finer]: 2022-09-10 04:19:29.265--ClientSession(2023827408)--Thread(Thread[main,5,main])--acquire unit of work: 1584884240 [junit] [EL Finest]: 2022-09-10 04:19:29.265--UnitOfWork(1584884240)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.265--ServerSession(1526542158)--Connection(947454415)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.265--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.265--ServerSession(1526542158)--Connection(474559655)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [31] [junit] [EL Finest]: 2022-09-10 04:19:29.266--ServerSession(1526542158)--Connection(947454415)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.266--UnitOfWork(1584884240)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.266--UnitOfWork(1584884240)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.266--UnitOfWork(1584884240)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@7862d0bd) [junit] [EL Finest]: 2022-09-10 04:19:29.266--ServerSession(1526542158)--Connection(2027135039)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.266--ClientSession(2023827408)--Connection(2027135039)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.266--ClientSession(2023827408)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.266--ClientSession(2023827408)--Connection(1592280389)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET UTIL_DATE = ? WHERE (ID = ?) [junit] bind => [null, 31] [junit] [EL Finer]: 2022-09-10 04:19:29.267--ClientSession(2023827408)--Connection(1592280389)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.267--ServerSession(1526542158)--Connection(2027135039)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.267--UnitOfWork(1584884240)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.267--UnitOfWork(1584884240)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.267--UnitOfWork(1584884240)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.267--ClientSession(2023827408)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.268--UnitOfWork(1584884240)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.268--ClientSession(2023827408)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.268--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 562120981 [junit] [EL Finer]: 2022-09-10 04:19:29.268--ClientSession(562120981)--Thread(Thread[main,5,main])--acquire unit of work: 1038082573 [junit] [EL Finest]: 2022-09-10 04:19:29.268--UnitOfWork(1038082573)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.268--ServerSession(1526542158)--Connection(17495490)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.268--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.268--ServerSession(1526542158)--Connection(1930520572)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [31] [junit] [EL Finest]: 2022-09-10 04:19:29.268--ServerSession(1526542158)--Connection(17495490)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:29.282--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 664099411 [junit] [EL Finer]: 2022-09-10 04:19:29.282--ClientSession(664099411)--Thread(Thread[main,5,main])--acquire unit of work: 1737446986 [junit] [EL Finest]: 2022-09-10 04:19:29.282--UnitOfWork(1737446986)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@7a322651. [junit] [EL Finer]: 2022-09-10 04:19:29.282--UnitOfWork(1737446986)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.282--UnitOfWork(1737446986)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@7a322651) [junit] [EL Finest]: 2022-09-10 04:19:29.283--ServerSession(1526542158)--Connection(460599381)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.283--ClientSession(664099411)--Connection(460599381)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.283--ClientSession(664099411)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.283--ClientSession(664099411)--Connection(106174583)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [7, null, null, null, null, 0, false, null, null, null, a, null, null, 0.0, 88.5, 0, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:29.283--ClientSession(664099411)--Connection(106174583)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.284--ServerSession(1526542158)--Connection(460599381)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.284--UnitOfWork(1737446986)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.284--UnitOfWork(1737446986)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.284--UnitOfWork(1737446986)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.284--ClientSession(664099411)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.284--UnitOfWork(1737446986)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.284--ClientSession(664099411)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.284--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 882277727 [junit] [EL Finer]: 2022-09-10 04:19:29.284--ClientSession(882277727)--Thread(Thread[main,5,main])--acquire unit of work: 304569370 [junit] [EL Finest]: 2022-09-10 04:19:29.284--UnitOfWork(304569370)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.284--ServerSession(1526542158)--Connection(37418410)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.284--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.285--ServerSession(1526542158)--Connection(1546413950)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [7] [junit] [EL Finest]: 2022-09-10 04:19:29.285--ServerSession(1526542158)--Connection(37418410)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.285--UnitOfWork(304569370)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.285--UnitOfWork(304569370)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.285--UnitOfWork(304569370)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.285--UnitOfWork(304569370)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.285--UnitOfWork(304569370)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.285--ClientSession(882277727)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.285--UnitOfWork(304569370)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.286--ClientSession(882277727)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.286--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2118880517 [junit] [EL Finer]: 2022-09-10 04:19:29.286--ClientSession(2118880517)--Thread(Thread[main,5,main])--acquire unit of work: 1265121580 [junit] [EL Finest]: 2022-09-10 04:19:29.286--UnitOfWork(1265121580)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.286--ServerSession(1526542158)--Connection(976144053)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.286--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.286--ServerSession(1526542158)--Connection(807049734)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [7] [junit] [EL Finest]: 2022-09-10 04:19:29.286--ServerSession(1526542158)--Connection(976144053)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.286--UnitOfWork(1265121580)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.287--UnitOfWork(1265121580)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.287--UnitOfWork(1265121580)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@54e7865e) [junit] [EL Finest]: 2022-09-10 04:19:29.287--ServerSession(1526542158)--Connection(2051868384)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.287--ClientSession(2118880517)--Connection(2051868384)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.287--ClientSession(2118880517)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.287--ClientSession(2118880517)--Connection(1701205442)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET P_FLOAT = ? WHERE (ID = ?) [junit] bind => [77.5, 7] [junit] [EL Finer]: 2022-09-10 04:19:29.287--ClientSession(2118880517)--Connection(1701205442)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.288--ServerSession(1526542158)--Connection(2051868384)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.288--UnitOfWork(1265121580)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.288--UnitOfWork(1265121580)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.288--UnitOfWork(1265121580)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.288--ClientSession(2118880517)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.288--UnitOfWork(1265121580)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.288--ClientSession(2118880517)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.288--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1617342376 [junit] [EL Finer]: 2022-09-10 04:19:29.288--ClientSession(1617342376)--Thread(Thread[main,5,main])--acquire unit of work: 930692643 [junit] [EL Finest]: 2022-09-10 04:19:29.288--UnitOfWork(930692643)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.289--ServerSession(1526542158)--Connection(1705175888)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.289--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.289--ServerSession(1526542158)--Connection(1631593566)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [7] [junit] [EL Finest]: 2022-09-10 04:19:29.289--ServerSession(1526542158)--Connection(1705175888)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:29.302--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 388452371 [junit] [EL Finer]: 2022-09-10 04:19:29.302--ClientSession(388452371)--Thread(Thread[main,5,main])--acquire unit of work: 1268693750 [junit] [EL Finest]: 2022-09-10 04:19:29.302--UnitOfWork(1268693750)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@677e3282. [junit] [EL Finer]: 2022-09-10 04:19:29.302--UnitOfWork(1268693750)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.302--UnitOfWork(1268693750)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@677e3282) [junit] [EL Finest]: 2022-09-10 04:19:29.303--ServerSession(1526542158)--Connection(1002969477)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.303--ClientSession(388452371)--Connection(1002969477)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.303--ClientSession(388452371)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.303--ClientSession(388452371)--Connection(96427264)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [4, null, null, null, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 19, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:29.303--ClientSession(388452371)--Connection(96427264)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.304--ServerSession(1526542158)--Connection(1002969477)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.304--UnitOfWork(1268693750)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.304--UnitOfWork(1268693750)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.304--UnitOfWork(1268693750)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.304--ClientSession(388452371)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.304--UnitOfWork(1268693750)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.304--ClientSession(388452371)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.304--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1834975821 [junit] [EL Finer]: 2022-09-10 04:19:29.304--ClientSession(1834975821)--Thread(Thread[main,5,main])--acquire unit of work: 318215611 [junit] [EL Finest]: 2022-09-10 04:19:29.304--UnitOfWork(318215611)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.304--ServerSession(1526542158)--Connection(487838175)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.304--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.305--ServerSession(1526542158)--Connection(243893773)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [4] [junit] [EL Finest]: 2022-09-10 04:19:29.305--ServerSession(1526542158)--Connection(487838175)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.305--UnitOfWork(318215611)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.305--UnitOfWork(318215611)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.305--UnitOfWork(318215611)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.305--UnitOfWork(318215611)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.305--UnitOfWork(318215611)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.305--ClientSession(1834975821)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.305--UnitOfWork(318215611)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.305--ClientSession(1834975821)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.306--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1176823706 [junit] [EL Finer]: 2022-09-10 04:19:29.306--ClientSession(1176823706)--Thread(Thread[main,5,main])--acquire unit of work: 2115953061 [junit] [EL Finest]: 2022-09-10 04:19:29.306--UnitOfWork(2115953061)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.306--ServerSession(1526542158)--Connection(811223677)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.306--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.306--ServerSession(1526542158)--Connection(1718681400)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [4] [junit] [EL Finest]: 2022-09-10 04:19:29.306--ServerSession(1526542158)--Connection(811223677)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.306--UnitOfWork(2115953061)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.306--UnitOfWork(2115953061)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.307--UnitOfWork(2115953061)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@6c78accb) [junit] [EL Finest]: 2022-09-10 04:19:29.307--ServerSession(1526542158)--Connection(1152575934)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.307--ClientSession(1176823706)--Connection(1152575934)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.307--ClientSession(1176823706)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.307--ClientSession(1176823706)--Connection(1375822408)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET P_SHORT = ? WHERE (ID = ?) [junit] bind => [45, 4] [junit] [EL Finer]: 2022-09-10 04:19:29.307--ClientSession(1176823706)--Connection(1375822408)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.308--ServerSession(1526542158)--Connection(1152575934)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.308--UnitOfWork(2115953061)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.308--UnitOfWork(2115953061)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.308--UnitOfWork(2115953061)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.308--ClientSession(1176823706)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.308--UnitOfWork(2115953061)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.308--ClientSession(1176823706)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.308--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 633192552 [junit] [EL Finer]: 2022-09-10 04:19:29.308--ClientSession(633192552)--Thread(Thread[main,5,main])--acquire unit of work: 2096620981 [junit] [EL Finest]: 2022-09-10 04:19:29.308--UnitOfWork(2096620981)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.308--ServerSession(1526542158)--Connection(857696038)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.308--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.309--ServerSession(1526542158)--Connection(1286729752)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [4] [junit] [EL Finest]: 2022-09-10 04:19:29.309--ServerSession(1526542158)--Connection(857696038)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:29.322--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 75608383 [junit] [EL Finer]: 2022-09-10 04:19:29.322--ClientSession(75608383)--Thread(Thread[main,5,main])--acquire unit of work: 948628954 [junit] [EL Finest]: 2022-09-10 04:19:29.322--UnitOfWork(948628954)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@44d9c088. [junit] [EL Finer]: 2022-09-10 04:19:29.322--UnitOfWork(948628954)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.322--UnitOfWork(948628954)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@44d9c088) [junit] [EL Finest]: 2022-09-10 04:19:29.322--ServerSession(1526542158)--Connection(44810779)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.323--ClientSession(75608383)--Connection(44810779)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.323--ClientSession(75608383)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.323--ClientSession(75608383)--Connection(1830816681)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [44, null, null, null, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:29.323--ClientSession(75608383)--Connection(1830816681)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.324--ServerSession(1526542158)--Connection(44810779)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.324--UnitOfWork(948628954)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.324--UnitOfWork(948628954)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.324--UnitOfWork(948628954)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.324--ClientSession(75608383)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.324--UnitOfWork(948628954)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.324--ClientSession(75608383)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.324--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1693817266 [junit] [EL Finer]: 2022-09-10 04:19:29.324--ClientSession(1693817266)--Thread(Thread[main,5,main])--acquire unit of work: 157658054 [junit] [EL Finest]: 2022-09-10 04:19:29.324--UnitOfWork(157658054)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.324--ServerSession(1526542158)--Connection(1419245196)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.324--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.325--ServerSession(1526542158)--Connection(2102473880)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [44] [junit] [EL Finest]: 2022-09-10 04:19:29.325--ServerSession(1526542158)--Connection(1419245196)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.325--UnitOfWork(157658054)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.325--UnitOfWork(157658054)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@7af60b5d [junit] [EL Finer]: 2022-09-10 04:19:29.325--UnitOfWork(157658054)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.325--UnitOfWork(157658054)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2022-09-10 04:19:29.326--UnitOfWork(157658054)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@7af60b5d) [junit] [EL Finest]: 2022-09-10 04:19:29.326--ServerSession(1526542158)--Connection(868197242)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.326--ClientSession(1693817266)--Connection(868197242)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.326--ClientSession(1693817266)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.326--ClientSession(1693817266)--Connection(1468454097)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [44] [junit] [EL Finer]: 2022-09-10 04:19:29.326--ClientSession(1693817266)--Connection(1468454097)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.327--ServerSession(1526542158)--Connection(868197242)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.327--UnitOfWork(157658054)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.327--UnitOfWork(157658054)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.327--UnitOfWork(157658054)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.327--ClientSession(1693817266)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.327--UnitOfWork(157658054)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.327--ClientSession(1693817266)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.327--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1700815177 [junit] [EL Finer]: 2022-09-10 04:19:29.327--ClientSession(1700815177)--Thread(Thread[main,5,main])--acquire unit of work: 69271912 [junit] [EL Finest]: 2022-09-10 04:19:29.327--UnitOfWork(69271912)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@7af60b5d. [junit] [EL Finer]: 2022-09-10 04:19:29.327--UnitOfWork(69271912)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.327--UnitOfWork(69271912)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@7af60b5d) [junit] [EL Finest]: 2022-09-10 04:19:29.327--ServerSession(1526542158)--Connection(1673084858)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.327--ClientSession(1700815177)--Connection(1673084858)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.328--ClientSession(1700815177)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.328--ClientSession(1700815177)--Connection(87388333)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [44, null, null, null, null, 0, false, null, null, null, a, null, UNCHANGED, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:29.328--ClientSession(1700815177)--Connection(87388333)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.329--ServerSession(1526542158)--Connection(1673084858)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.329--UnitOfWork(69271912)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.329--UnitOfWork(69271912)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.329--UnitOfWork(69271912)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.329--ClientSession(1700815177)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.329--UnitOfWork(69271912)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.329--ClientSession(1700815177)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.329--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 439392000 [junit] [EL Finer]: 2022-09-10 04:19:29.329--ClientSession(439392000)--Thread(Thread[main,5,main])--acquire unit of work: 883830003 [junit] [EL Finest]: 2022-09-10 04:19:29.329--UnitOfWork(883830003)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.329--ServerSession(1526542158)--Connection(636873567)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.329--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.33--ServerSession(1526542158)--Connection(1681435109)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [44] [junit] [EL Finest]: 2022-09-10 04:19:29.33--ServerSession(1526542158)--Connection(636873567)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.33--UnitOfWork(883830003)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.33--UnitOfWork(883830003)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.33--UnitOfWork(883830003)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.33--UnitOfWork(883830003)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.33--UnitOfWork(883830003)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.331--ClientSession(439392000)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.331--UnitOfWork(883830003)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.331--ClientSession(439392000)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.331--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 463960806 [junit] [EL Finer]: 2022-09-10 04:19:29.331--ClientSession(463960806)--Thread(Thread[main,5,main])--acquire unit of work: 845900933 [junit] [EL Finest]: 2022-09-10 04:19:29.331--UnitOfWork(845900933)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.331--ServerSession(1526542158)--Connection(1022950428)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.331--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.331--ServerSession(1526542158)--Connection(615345603)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [44] [junit] [EL Finest]: 2022-09-10 04:19:29.332--ServerSession(1526542158)--Connection(1022950428)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.332--UnitOfWork(845900933)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.332--UnitOfWork(845900933)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.332--UnitOfWork(845900933)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@16f80117) [junit] [EL Finest]: 2022-09-10 04:19:29.332--ServerSession(1526542158)--Connection(930668329)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.332--ClientSession(463960806)--Connection(930668329)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.332--ClientSession(463960806)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.332--ClientSession(463960806)--Connection(34848602)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PCA_VARCHAR = ? WHERE (ID = ?) [junit] bind => [null, 44] [junit] [EL Finer]: 2022-09-10 04:19:29.333--ClientSession(463960806)--Connection(34848602)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.333--ServerSession(1526542158)--Connection(930668329)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.333--UnitOfWork(845900933)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.333--UnitOfWork(845900933)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.333--UnitOfWork(845900933)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.333--ClientSession(463960806)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.334--UnitOfWork(845900933)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.334--ClientSession(463960806)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.334--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1508275623 [junit] [EL Finer]: 2022-09-10 04:19:29.334--ClientSession(1508275623)--Thread(Thread[main,5,main])--acquire unit of work: 1183905966 [junit] [EL Finest]: 2022-09-10 04:19:29.334--UnitOfWork(1183905966)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.334--ServerSession(1526542158)--Connection(1030465164)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.334--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.334--ServerSession(1526542158)--Connection(643213572)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [44] [junit] [EL Finest]: 2022-09-10 04:19:29.334--ServerSession(1526542158)--Connection(1030465164)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.335--UnitOfWork(1183905966)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.335--UnitOfWork(1183905966)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.335--UnitOfWork(1183905966)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@6d5ce76a) [junit] [EL Finest]: 2022-09-10 04:19:29.335--ServerSession(1526542158)--Connection(252626745)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.335--ClientSession(1508275623)--Connection(252626745)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.335--ClientSession(1508275623)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.335--ClientSession(1508275623)--Connection(428295755)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PCA_VARCHAR = ? WHERE (ID = ?) [junit] bind => [UNCHANGED, 44] [junit] [EL Finer]: 2022-09-10 04:19:29.336--ClientSession(1508275623)--Connection(428295755)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.336--ServerSession(1526542158)--Connection(252626745)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.336--UnitOfWork(1183905966)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.336--UnitOfWork(1183905966)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.336--UnitOfWork(1183905966)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.336--ClientSession(1508275623)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.336--UnitOfWork(1183905966)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.336--ClientSession(1508275623)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.336--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 527074664 [junit] [EL Finer]: 2022-09-10 04:19:29.336--ClientSession(527074664)--Thread(Thread[main,5,main])--acquire unit of work: 1023163856 [junit] [EL Finest]: 2022-09-10 04:19:29.336--UnitOfWork(1023163856)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.337--ServerSession(1526542158)--Connection(2080131148)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.337--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.337--ServerSession(1526542158)--Connection(941039320)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [44] [junit] [EL Finest]: 2022-09-10 04:19:29.337--ServerSession(1526542158)--Connection(2080131148)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.337--UnitOfWork(1023163856)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.337--UnitOfWork(1023163856)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.338--UnitOfWork(1023163856)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@37f5bfd7) [junit] [EL Finest]: 2022-09-10 04:19:29.338--ServerSession(1526542158)--Connection(679297935)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.338--ClientSession(527074664)--Connection(679297935)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.338--ClientSession(527074664)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.338--ClientSession(527074664)--Connection(393450381)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PCA_VARCHAR = ? WHERE (ID = ?) [junit] bind => [XNCHANGED, 44] [junit] [EL Finer]: 2022-09-10 04:19:29.338--ClientSession(527074664)--Connection(393450381)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.339--ServerSession(1526542158)--Connection(679297935)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.339--UnitOfWork(1023163856)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.339--UnitOfWork(1023163856)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.339--UnitOfWork(1023163856)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.339--ClientSession(527074664)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.339--UnitOfWork(1023163856)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.339--ClientSession(527074664)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.339--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1551343280 [junit] [EL Finer]: 2022-09-10 04:19:29.339--ClientSession(1551343280)--Thread(Thread[main,5,main])--acquire unit of work: 1469284680 [junit] [EL Finest]: 2022-09-10 04:19:29.339--UnitOfWork(1469284680)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.339--ServerSession(1526542158)--Connection(1308987676)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.339--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.34--ServerSession(1526542158)--Connection(1985463589)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [44] [junit] [EL Finest]: 2022-09-10 04:19:29.34--ServerSession(1526542158)--Connection(1308987676)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.34--UnitOfWork(1469284680)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.34--UnitOfWork(1469284680)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.34--UnitOfWork(1469284680)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3f08facf) [junit] [EL Finest]: 2022-09-10 04:19:29.341--ServerSession(1526542158)--Connection(1267539983)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.341--ClientSession(1551343280)--Connection(1267539983)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.341--ClientSession(1551343280)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.341--ClientSession(1551343280)--Connection(786946845)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PCA_VARCHAR = ? WHERE (ID = ?) [junit] bind => [null, 44] [junit] [EL Finer]: 2022-09-10 04:19:29.341--ClientSession(1551343280)--Connection(786946845)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.342--ServerSession(1526542158)--Connection(1267539983)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.342--UnitOfWork(1469284680)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.342--UnitOfWork(1469284680)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.342--UnitOfWork(1469284680)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.342--ClientSession(1551343280)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.342--UnitOfWork(1469284680)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.342--ClientSession(1551343280)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.342--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1889751290 [junit] [EL Finer]: 2022-09-10 04:19:29.342--ClientSession(1889751290)--Thread(Thread[main,5,main])--acquire unit of work: 1619808960 [junit] [EL Finest]: 2022-09-10 04:19:29.342--UnitOfWork(1619808960)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.342--ServerSession(1526542158)--Connection(981723583)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.342--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.342--ServerSession(1526542158)--Connection(205972076)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [44] [junit] [EL Finest]: 2022-09-10 04:19:29.343--ServerSession(1526542158)--Connection(981723583)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:29.357--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 22766497 [junit] [EL Finer]: 2022-09-10 04:19:29.357--ClientSession(22766497)--Thread(Thread[main,5,main])--acquire unit of work: 1083994274 [junit] [EL Finest]: 2022-09-10 04:19:29.357--UnitOfWork(1083994274)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@7a580fe. [junit] [EL Finer]: 2022-09-10 04:19:29.357--UnitOfWork(1083994274)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.357--UnitOfWork(1083994274)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@7a580fe) [junit] [EL Finest]: 2022-09-10 04:19:29.357--ServerSession(1526542158)--Connection(1067698353)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.358--ClientSession(22766497)--Connection(1067698353)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.358--ClientSession(22766497)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.358--ClientSession(22766497)--Connection(471447175)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [51, null, null, null, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:29.358--ClientSession(22766497)--Connection(471447175)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.359--ServerSession(1526542158)--Connection(1067698353)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.359--UnitOfWork(1083994274)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.359--UnitOfWork(1083994274)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.359--UnitOfWork(1083994274)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.359--ClientSession(22766497)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.359--UnitOfWork(1083994274)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.359--ClientSession(22766497)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.359--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 213695091 [junit] [EL Finer]: 2022-09-10 04:19:29.359--ClientSession(213695091)--Thread(Thread[main,5,main])--acquire unit of work: 1564510445 [junit] [EL Finest]: 2022-09-10 04:19:29.359--UnitOfWork(1564510445)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.359--ServerSession(1526542158)--Connection(1767381224)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.36--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.36--ServerSession(1526542158)--Connection(471811727)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [51] [junit] [EL Finest]: 2022-09-10 04:19:29.36--ServerSession(1526542158)--Connection(1767381224)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.361--UnitOfWork(1564510445)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.361--UnitOfWork(1564510445)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@5f133db [junit] [EL Finer]: 2022-09-10 04:19:29.361--UnitOfWork(1564510445)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.361--UnitOfWork(1564510445)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2022-09-10 04:19:29.361--UnitOfWork(1564510445)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@5f133db) [junit] [EL Finest]: 2022-09-10 04:19:29.361--ServerSession(1526542158)--Connection(1591378190)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.361--ClientSession(213695091)--Connection(1591378190)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.361--ClientSession(213695091)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.361--ClientSession(213695091)--Connection(1300314975)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [51] [junit] [EL Finer]: 2022-09-10 04:19:29.362--ClientSession(213695091)--Connection(1300314975)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.362--ServerSession(1526542158)--Connection(1591378190)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.362--UnitOfWork(1564510445)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.362--UnitOfWork(1564510445)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.362--UnitOfWork(1564510445)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.362--ClientSession(213695091)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.362--UnitOfWork(1564510445)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.362--ClientSession(213695091)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.362--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1228015923 [junit] [EL Finer]: 2022-09-10 04:19:29.363--ClientSession(1228015923)--Thread(Thread[main,5,main])--acquire unit of work: 229476489 [junit] [EL Finest]: 2022-09-10 04:19:29.363--UnitOfWork(229476489)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@5f133db. [junit] [EL Finer]: 2022-09-10 04:19:29.363--UnitOfWork(229476489)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.363--UnitOfWork(229476489)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@5f133db) [junit] [EL Finest]: 2022-09-10 04:19:29.363--ServerSession(1526542158)--Connection(1936332236)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.363--ClientSession(1228015923)--Connection(1936332236)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.363--ClientSession(1228015923)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.363--ClientSession(1228015923)--Connection(193602924)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [51, null, null, null, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, [B@46efc077, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:29.364--ClientSession(1228015923)--Connection(193602924)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.364--ServerSession(1526542158)--Connection(1936332236)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.364--UnitOfWork(229476489)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.364--UnitOfWork(229476489)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.364--UnitOfWork(229476489)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.364--ClientSession(1228015923)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.364--UnitOfWork(229476489)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.364--ClientSession(1228015923)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.365--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1230307748 [junit] [EL Finer]: 2022-09-10 04:19:29.365--ClientSession(1230307748)--Thread(Thread[main,5,main])--acquire unit of work: 790622954 [junit] [EL Finest]: 2022-09-10 04:19:29.365--UnitOfWork(790622954)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.365--ServerSession(1526542158)--Connection(1462345511)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.365--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.365--ServerSession(1526542158)--Connection(870064925)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [51] [junit] [EL Finest]: 2022-09-10 04:19:29.365--ServerSession(1526542158)--Connection(1462345511)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.366--UnitOfWork(790622954)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.366--UnitOfWork(790622954)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.366--UnitOfWork(790622954)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.366--UnitOfWork(790622954)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.366--UnitOfWork(790622954)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.366--ClientSession(1230307748)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.401--UnitOfWork(790622954)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.401--ClientSession(1230307748)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.401--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1940913981 [junit] [EL Finer]: 2022-09-10 04:19:29.401--ClientSession(1940913981)--Thread(Thread[main,5,main])--acquire unit of work: 943352023 [junit] [EL Finest]: 2022-09-10 04:19:29.401--UnitOfWork(943352023)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.401--ServerSession(1526542158)--Connection(1569023251)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.401--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.402--ServerSession(1526542158)--Connection(1304037800)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [51] [junit] [EL Finest]: 2022-09-10 04:19:29.403--ServerSession(1526542158)--Connection(1569023251)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.403--UnitOfWork(943352023)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.403--UnitOfWork(943352023)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.404--UnitOfWork(943352023)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@5c2cb0be) [junit] [EL Finest]: 2022-09-10 04:19:29.404--ServerSession(1526542158)--Connection(477424331)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.404--ClientSession(1940913981)--Connection(477424331)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.404--ClientSession(1940913981)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.405--ClientSession(1940913981)--Connection(121245707)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET SERIALIZABLE = ? WHERE (ID = ?) [junit] bind => [null, 51] [junit] [EL Finer]: 2022-09-10 04:19:29.405--ClientSession(1940913981)--Connection(121245707)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.407--ServerSession(1526542158)--Connection(477424331)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.407--UnitOfWork(943352023)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.407--UnitOfWork(943352023)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.407--UnitOfWork(943352023)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.407--ClientSession(1940913981)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.407--UnitOfWork(943352023)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.407--ClientSession(1940913981)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.407--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1168155301 [junit] [EL Finer]: 2022-09-10 04:19:29.407--ClientSession(1168155301)--Thread(Thread[main,5,main])--acquire unit of work: 315447378 [junit] [EL Finest]: 2022-09-10 04:19:29.407--UnitOfWork(315447378)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.407--ServerSession(1526542158)--Connection(208954254)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.407--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.408--ServerSession(1526542158)--Connection(999442030)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [51] [junit] [EL Finest]: 2022-09-10 04:19:29.408--ServerSession(1526542158)--Connection(208954254)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.409--UnitOfWork(315447378)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.409--UnitOfWork(315447378)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.409--UnitOfWork(315447378)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@2cd7dd2a) [junit] [EL Finest]: 2022-09-10 04:19:29.409--ServerSession(1526542158)--Connection(786043241)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.409--ClientSession(1168155301)--Connection(786043241)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.409--ClientSession(1168155301)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.41--ClientSession(1168155301)--Connection(763287420)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET SERIALIZABLE = ? WHERE (ID = ?) [junit] bind => [[B@22a36e2b, 51] [junit] [EL Finer]: 2022-09-10 04:19:29.41--ClientSession(1168155301)--Connection(763287420)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.411--ServerSession(1526542158)--Connection(786043241)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.411--UnitOfWork(315447378)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.411--UnitOfWork(315447378)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.412--UnitOfWork(315447378)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.412--ClientSession(1168155301)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.412--UnitOfWork(315447378)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.412--ClientSession(1168155301)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.412--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1241261398 [junit] [EL Finer]: 2022-09-10 04:19:29.412--ClientSession(1241261398)--Thread(Thread[main,5,main])--acquire unit of work: 764100910 [junit] [EL Finest]: 2022-09-10 04:19:29.412--UnitOfWork(764100910)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.412--ServerSession(1526542158)--Connection(1329672446)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.412--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.412--ServerSession(1526542158)--Connection(1267575834)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [51] [junit] [EL Finest]: 2022-09-10 04:19:29.413--ServerSession(1526542158)--Connection(1329672446)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.413--UnitOfWork(764100910)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.413--UnitOfWork(764100910)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.413--UnitOfWork(764100910)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@52064d67) [junit] [EL Finest]: 2022-09-10 04:19:29.413--ServerSession(1526542158)--Connection(2031135236)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.414--ClientSession(1241261398)--Connection(2031135236)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.414--ClientSession(1241261398)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.414--ClientSession(1241261398)--Connection(749731341)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET SERIALIZABLE = ? WHERE (ID = ?) [junit] bind => [[B@314927b7, 51] [junit] [EL Finer]: 2022-09-10 04:19:29.414--ClientSession(1241261398)--Connection(749731341)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.415--ServerSession(1526542158)--Connection(2031135236)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.415--UnitOfWork(764100910)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.415--UnitOfWork(764100910)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.415--UnitOfWork(764100910)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.416--ClientSession(1241261398)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.416--UnitOfWork(764100910)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.416--ClientSession(1241261398)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.416--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 54249224 [junit] [EL Finer]: 2022-09-10 04:19:29.416--ClientSession(54249224)--Thread(Thread[main,5,main])--acquire unit of work: 1854181329 [junit] [EL Finest]: 2022-09-10 04:19:29.416--UnitOfWork(1854181329)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.416--ServerSession(1526542158)--Connection(421381761)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.416--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.416--ServerSession(1526542158)--Connection(1910930075)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [51] [junit] [EL Finest]: 2022-09-10 04:19:29.416--ServerSession(1526542158)--Connection(421381761)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.417--UnitOfWork(1854181329)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.417--UnitOfWork(1854181329)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.417--UnitOfWork(1854181329)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@11d6e3f7) [junit] [EL Finest]: 2022-09-10 04:19:29.417--ServerSession(1526542158)--Connection(385429255)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.417--ClientSession(54249224)--Connection(385429255)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.417--ClientSession(54249224)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.418--ClientSession(54249224)--Connection(502942439)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET SERIALIZABLE = ? WHERE (ID = ?) [junit] bind => [null, 51] [junit] [EL Finer]: 2022-09-10 04:19:29.418--ClientSession(54249224)--Connection(502942439)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.419--ServerSession(1526542158)--Connection(385429255)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.419--UnitOfWork(1854181329)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.419--UnitOfWork(1854181329)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.419--UnitOfWork(1854181329)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.419--ClientSession(54249224)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.419--UnitOfWork(1854181329)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.419--ClientSession(54249224)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.419--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 125039721 [junit] [EL Finer]: 2022-09-10 04:19:29.419--ClientSession(125039721)--Thread(Thread[main,5,main])--acquire unit of work: 1217473298 [junit] [EL Finest]: 2022-09-10 04:19:29.419--UnitOfWork(1217473298)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.419--ServerSession(1526542158)--Connection(1687191050)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.419--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.419--ServerSession(1526542158)--Connection(1472535933)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [51] [junit] [EL Finest]: 2022-09-10 04:19:29.42--ServerSession(1526542158)--Connection(1687191050)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:29.436--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1455162367 [junit] [EL Finer]: 2022-09-10 04:19:29.436--ClientSession(1455162367)--Thread(Thread[main,5,main])--acquire unit of work: 1494292269 [junit] [EL Finest]: 2022-09-10 04:19:29.436--UnitOfWork(1494292269)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@1b715a01. [junit] [EL Finer]: 2022-09-10 04:19:29.436--UnitOfWork(1494292269)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.436--UnitOfWork(1494292269)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@1b715a01) [junit] [EL Finest]: 2022-09-10 04:19:29.436--ServerSession(1526542158)--Connection(2095865954)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.436--ClientSession(1455162367)--Connection(2095865954)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.436--ClientSession(1455162367)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.437--ClientSession(1455162367)--Connection(764786861)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [15, null, null, null, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:29.438--ClientSession(1455162367)--Connection(764786861)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.438--ServerSession(1526542158)--Connection(2095865954)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.438--UnitOfWork(1494292269)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.438--UnitOfWork(1494292269)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.438--UnitOfWork(1494292269)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.439--ClientSession(1455162367)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.439--UnitOfWork(1494292269)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.439--ClientSession(1455162367)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.439--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 547772512 [junit] [EL Finer]: 2022-09-10 04:19:29.439--ClientSession(547772512)--Thread(Thread[main,5,main])--acquire unit of work: 553049097 [junit] [EL Finest]: 2022-09-10 04:19:29.439--UnitOfWork(553049097)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.439--ServerSession(1526542158)--Connection(917975397)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.439--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.439--ServerSession(1526542158)--Connection(1064072491)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [15] [junit] [EL Finest]: 2022-09-10 04:19:29.44--ServerSession(1526542158)--Connection(917975397)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.44--UnitOfWork(553049097)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.44--UnitOfWork(553049097)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@34a8facf [junit] [EL Finer]: 2022-09-10 04:19:29.44--UnitOfWork(553049097)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.44--UnitOfWork(553049097)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2022-09-10 04:19:29.44--UnitOfWork(553049097)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@34a8facf) [junit] [EL Finest]: 2022-09-10 04:19:29.441--ServerSession(1526542158)--Connection(530760219)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.441--ClientSession(547772512)--Connection(530760219)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.441--ClientSession(547772512)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.441--ClientSession(547772512)--Connection(2048578791)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [15] [junit] [EL Finer]: 2022-09-10 04:19:29.442--ClientSession(547772512)--Connection(2048578791)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.442--ServerSession(1526542158)--Connection(530760219)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.442--UnitOfWork(553049097)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.442--UnitOfWork(553049097)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.442--UnitOfWork(553049097)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.443--ClientSession(547772512)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.443--UnitOfWork(553049097)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.443--ClientSession(547772512)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.443--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1616868446 [junit] [EL Finer]: 2022-09-10 04:19:29.443--ClientSession(1616868446)--Thread(Thread[main,5,main])--acquire unit of work: 1280194910 [junit] [EL Finest]: 2022-09-10 04:19:29.443--UnitOfWork(1280194910)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@34a8facf. [junit] [EL Finer]: 2022-09-10 04:19:29.443--UnitOfWork(1280194910)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.443--UnitOfWork(1280194910)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@34a8facf) [junit] [EL Finest]: 2022-09-10 04:19:29.443--ServerSession(1526542158)--Connection(871812721)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.443--ClientSession(1616868446)--Connection(871812721)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.443--ClientSession(1616868446)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.443--ClientSession(1616868446)--Connection(672178645)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [15, null, null, null, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 1, null, null] [junit] [EL Finer]: 2022-09-10 04:19:29.444--ClientSession(1616868446)--Connection(672178645)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.444--ServerSession(1526542158)--Connection(871812721)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.445--UnitOfWork(1280194910)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.445--UnitOfWork(1280194910)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.445--UnitOfWork(1280194910)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.445--ClientSession(1616868446)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.445--UnitOfWork(1280194910)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.445--ClientSession(1616868446)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.445--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1536045101 [junit] [EL Finer]: 2022-09-10 04:19:29.445--ClientSession(1536045101)--Thread(Thread[main,5,main])--acquire unit of work: 1992109184 [junit] [EL Finest]: 2022-09-10 04:19:29.445--UnitOfWork(1992109184)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.445--ServerSession(1526542158)--Connection(738506990)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.445--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.445--ServerSession(1526542158)--Connection(98911637)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [15] [junit] [EL Finest]: 2022-09-10 04:19:29.446--ServerSession(1526542158)--Connection(738506990)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.446--UnitOfWork(1992109184)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.446--UnitOfWork(1992109184)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.446--UnitOfWork(1992109184)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.446--UnitOfWork(1992109184)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.446--UnitOfWork(1992109184)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.446--ClientSession(1536045101)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.446--UnitOfWork(1992109184)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.446--ClientSession(1536045101)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.446--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 970452500 [junit] [EL Finer]: 2022-09-10 04:19:29.446--ClientSession(970452500)--Thread(Thread[main,5,main])--acquire unit of work: 1044827524 [junit] [EL Finest]: 2022-09-10 04:19:29.446--UnitOfWork(1044827524)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.446--ServerSession(1526542158)--Connection(1613590637)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.446--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.447--ServerSession(1526542158)--Connection(539234611)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [15] [junit] [EL Finest]: 2022-09-10 04:19:29.447--ServerSession(1526542158)--Connection(1613590637)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.447--UnitOfWork(1044827524)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.447--UnitOfWork(1044827524)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.447--UnitOfWork(1044827524)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@25829c65) [junit] [EL Finest]: 2022-09-10 04:19:29.448--ServerSession(1526542158)--Connection(742410803)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.448--ClientSession(970452500)--Connection(742410803)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.448--ClientSession(970452500)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.448--ClientSession(970452500)--Connection(990779888)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET W_INTEGER = ? WHERE (ID = ?) [junit] bind => [2, 15] [junit] [EL Finer]: 2022-09-10 04:19:29.448--ClientSession(970452500)--Connection(990779888)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.449--ServerSession(1526542158)--Connection(742410803)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.449--UnitOfWork(1044827524)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.449--UnitOfWork(1044827524)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.449--UnitOfWork(1044827524)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.449--ClientSession(970452500)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.449--UnitOfWork(1044827524)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.449--ClientSession(970452500)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.449--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2096466696 [junit] [EL Finer]: 2022-09-10 04:19:29.449--ClientSession(2096466696)--Thread(Thread[main,5,main])--acquire unit of work: 931122431 [junit] [EL Finest]: 2022-09-10 04:19:29.449--UnitOfWork(931122431)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.45--ServerSession(1526542158)--Connection(1267176859)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.45--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.45--ServerSession(1526542158)--Connection(1272484105)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [15] [junit] [EL Finest]: 2022-09-10 04:19:29.45--ServerSession(1526542158)--Connection(1267176859)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.45--UnitOfWork(931122431)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.451--UnitOfWork(931122431)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.451--UnitOfWork(931122431)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@25a8ad86) [junit] [EL Finest]: 2022-09-10 04:19:29.451--ServerSession(1526542158)--Connection(504566634)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.451--ClientSession(2096466696)--Connection(504566634)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.451--ClientSession(2096466696)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.451--ClientSession(2096466696)--Connection(1788599703)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET W_INTEGER = ? WHERE (ID = ?) [junit] bind => [null, 15] [junit] [EL Finer]: 2022-09-10 04:19:29.451--ClientSession(2096466696)--Connection(1788599703)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.452--ServerSession(1526542158)--Connection(504566634)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.452--UnitOfWork(931122431)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.452--UnitOfWork(931122431)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.452--UnitOfWork(931122431)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.452--ClientSession(2096466696)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.452--UnitOfWork(931122431)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.452--ClientSession(2096466696)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.452--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 533891137 [junit] [EL Finer]: 2022-09-10 04:19:29.452--ClientSession(533891137)--Thread(Thread[main,5,main])--acquire unit of work: 730962249 [junit] [EL Finest]: 2022-09-10 04:19:29.452--UnitOfWork(730962249)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.453--ServerSession(1526542158)--Connection(1561726085)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.453--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.453--ServerSession(1526542158)--Connection(649265468)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [15] [junit] [EL Finest]: 2022-09-10 04:19:29.453--ServerSession(1526542158)--Connection(1561726085)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:29.469--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 675908192 [junit] [EL Finer]: 2022-09-10 04:19:29.469--ClientSession(675908192)--Thread(Thread[main,5,main])--acquire unit of work: 2100866770 [junit] [EL Finest]: 2022-09-10 04:19:29.469--UnitOfWork(2100866770)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@7915c71d. [junit] [EL Finer]: 2022-09-10 04:19:29.47--UnitOfWork(2100866770)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.47--UnitOfWork(2100866770)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@7915c71d) [junit] [EL Finest]: 2022-09-10 04:19:29.47--ServerSession(1526542158)--Connection(1581676804)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.47--ClientSession(675908192)--Connection(1581676804)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.47--ClientSession(675908192)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.47--ClientSession(675908192)--Connection(1722815008)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [33, null, null, null, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:29.471--ClientSession(675908192)--Connection(1722815008)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.472--ServerSession(1526542158)--Connection(1581676804)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.472--UnitOfWork(2100866770)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.472--UnitOfWork(2100866770)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.472--UnitOfWork(2100866770)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.472--ClientSession(675908192)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.472--UnitOfWork(2100866770)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.472--ClientSession(675908192)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.472--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 555335472 [junit] [EL Finer]: 2022-09-10 04:19:29.472--ClientSession(555335472)--Thread(Thread[main,5,main])--acquire unit of work: 1205770273 [junit] [EL Finest]: 2022-09-10 04:19:29.472--UnitOfWork(1205770273)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.472--ServerSession(1526542158)--Connection(647200802)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.472--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.473--ServerSession(1526542158)--Connection(964264035)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [33] [junit] [EL Finest]: 2022-09-10 04:19:29.473--ServerSession(1526542158)--Connection(647200802)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.473--UnitOfWork(1205770273)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.474--UnitOfWork(1205770273)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@5c71d335 [junit] [EL Finer]: 2022-09-10 04:19:29.474--UnitOfWork(1205770273)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.474--UnitOfWork(1205770273)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2022-09-10 04:19:29.474--UnitOfWork(1205770273)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@5c71d335) [junit] [EL Finest]: 2022-09-10 04:19:29.474--ServerSession(1526542158)--Connection(1454823548)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.474--ClientSession(555335472)--Connection(1454823548)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.474--ClientSession(555335472)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.474--ClientSession(555335472)--Connection(2125319259)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [33] [junit] [EL Finer]: 2022-09-10 04:19:29.475--ClientSession(555335472)--Connection(2125319259)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.475--ServerSession(1526542158)--Connection(1454823548)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.475--UnitOfWork(1205770273)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.475--UnitOfWork(1205770273)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.475--UnitOfWork(1205770273)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.476--ClientSession(555335472)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.476--UnitOfWork(1205770273)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.476--ClientSession(555335472)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.476--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 343281888 [junit] [EL Finer]: 2022-09-10 04:19:29.476--ClientSession(343281888)--Thread(Thread[main,5,main])--acquire unit of work: 78235937 [junit] [EL Finest]: 2022-09-10 04:19:29.476--UnitOfWork(78235937)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@5c71d335. [junit] [EL Finer]: 2022-09-10 04:19:29.476--UnitOfWork(78235937)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.476--UnitOfWork(78235937)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@5c71d335) [junit] [EL Finest]: 2022-09-10 04:19:29.476--ServerSession(1526542158)--Connection(2084238154)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.476--ClientSession(343281888)--Connection(2084238154)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.476--ClientSession(343281888)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.476--ClientSession(343281888)--Connection(1483672893)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [33, null, null, null, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, 2005-09-08, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:29.477--ClientSession(343281888)--Connection(1483672893)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.478--ServerSession(1526542158)--Connection(2084238154)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.478--UnitOfWork(78235937)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.478--UnitOfWork(78235937)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.478--UnitOfWork(78235937)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.478--ClientSession(343281888)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.478--UnitOfWork(78235937)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.478--ClientSession(343281888)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.478--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1531182964 [junit] [EL Finer]: 2022-09-10 04:19:29.478--ClientSession(1531182964)--Thread(Thread[main,5,main])--acquire unit of work: 2070218692 [junit] [EL Finest]: 2022-09-10 04:19:29.478--UnitOfWork(2070218692)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.478--ServerSession(1526542158)--Connection(1084572895)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.478--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.478--ServerSession(1526542158)--Connection(2010006157)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [33] [junit] [EL Finest]: 2022-09-10 04:19:29.479--ServerSession(1526542158)--Connection(1084572895)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.479--UnitOfWork(2070218692)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.479--UnitOfWork(2070218692)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.479--UnitOfWork(2070218692)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.479--UnitOfWork(2070218692)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.479--UnitOfWork(2070218692)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.479--ClientSession(1531182964)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.479--UnitOfWork(2070218692)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.479--ClientSession(1531182964)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.479--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 692238782 [junit] [EL Finer]: 2022-09-10 04:19:29.479--ClientSession(692238782)--Thread(Thread[main,5,main])--acquire unit of work: 532679117 [junit] [EL Finest]: 2022-09-10 04:19:29.479--UnitOfWork(532679117)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.48--ServerSession(1526542158)--Connection(169037337)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.48--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.48--ServerSession(1526542158)--Connection(1709855251)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [33] [junit] [EL Finest]: 2022-09-10 04:19:29.48--ServerSession(1526542158)--Connection(169037337)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.48--UnitOfWork(532679117)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.481--UnitOfWork(532679117)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.481--UnitOfWork(532679117)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@56bb8198) [junit] [EL Finest]: 2022-09-10 04:19:29.481--ServerSession(1526542158)--Connection(1954086049)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.481--ClientSession(692238782)--Connection(1954086049)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.481--ClientSession(692238782)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.481--ClientSession(692238782)--Connection(1901318396)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET SQL_DATE = ? WHERE (ID = ?) [junit] bind => [null, 33] [junit] [EL Finer]: 2022-09-10 04:19:29.482--ClientSession(692238782)--Connection(1901318396)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.482--ServerSession(1526542158)--Connection(1954086049)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.482--UnitOfWork(532679117)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.482--UnitOfWork(532679117)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.482--UnitOfWork(532679117)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.483--ClientSession(692238782)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.483--UnitOfWork(532679117)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.483--ClientSession(692238782)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.483--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 414906952 [junit] [EL Finer]: 2022-09-10 04:19:29.483--ClientSession(414906952)--Thread(Thread[main,5,main])--acquire unit of work: 1996561811 [junit] [EL Finest]: 2022-09-10 04:19:29.483--UnitOfWork(1996561811)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.483--ServerSession(1526542158)--Connection(2107997500)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.483--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.483--ServerSession(1526542158)--Connection(1921887129)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [33] [junit] [EL Finest]: 2022-09-10 04:19:29.509--ServerSession(1526542158)--Connection(2107997500)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.509--UnitOfWork(1996561811)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.509--UnitOfWork(1996561811)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.509--UnitOfWork(1996561811)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@1422c17f) [junit] [EL Finest]: 2022-09-10 04:19:29.51--ServerSession(1526542158)--Connection(1704019169)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.51--ClientSession(414906952)--Connection(1704019169)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.51--ClientSession(414906952)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.51--ClientSession(414906952)--Connection(1735386266)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET SQL_DATE = ? WHERE (ID = ?) [junit] bind => [2005-09-08, 33] [junit] [EL Finer]: 2022-09-10 04:19:29.511--ClientSession(414906952)--Connection(1735386266)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.513--ServerSession(1526542158)--Connection(1704019169)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.513--UnitOfWork(1996561811)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.513--UnitOfWork(1996561811)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.513--UnitOfWork(1996561811)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.513--ClientSession(414906952)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.513--UnitOfWork(1996561811)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.513--ClientSession(414906952)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.513--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1653670629 [junit] [EL Finer]: 2022-09-10 04:19:29.513--ClientSession(1653670629)--Thread(Thread[main,5,main])--acquire unit of work: 2051170585 [junit] [EL Finest]: 2022-09-10 04:19:29.513--UnitOfWork(2051170585)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.513--ServerSession(1526542158)--Connection(948243200)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.513--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.514--ServerSession(1526542158)--Connection(1917385232)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [33] [junit] [EL Finest]: 2022-09-10 04:19:29.515--ServerSession(1526542158)--Connection(948243200)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.515--UnitOfWork(2051170585)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.515--UnitOfWork(2051170585)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.515--UnitOfWork(2051170585)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@61ca6009) [junit] [EL Finest]: 2022-09-10 04:19:29.515--ServerSession(1526542158)--Connection(1849494696)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.515--ClientSession(1653670629)--Connection(1849494696)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.515--ClientSession(1653670629)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.516--ClientSession(1653670629)--Connection(574062453)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET SQL_DATE = ? WHERE (ID = ?) [junit] bind => [2005-09-09, 33] [junit] [EL Finer]: 2022-09-10 04:19:29.517--ClientSession(1653670629)--Connection(574062453)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.517--ServerSession(1526542158)--Connection(1849494696)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.518--UnitOfWork(2051170585)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.518--UnitOfWork(2051170585)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.518--UnitOfWork(2051170585)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.518--ClientSession(1653670629)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.518--UnitOfWork(2051170585)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.518--ClientSession(1653670629)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.518--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2121030637 [junit] [EL Finer]: 2022-09-10 04:19:29.518--ClientSession(2121030637)--Thread(Thread[main,5,main])--acquire unit of work: 1740201858 [junit] [EL Finest]: 2022-09-10 04:19:29.518--UnitOfWork(1740201858)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.518--ServerSession(1526542158)--Connection(198335870)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.518--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.518--ServerSession(1526542158)--Connection(1628100131)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [33] [junit] [EL Finest]: 2022-09-10 04:19:29.519--ServerSession(1526542158)--Connection(198335870)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.519--UnitOfWork(1740201858)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.519--UnitOfWork(1740201858)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.519--UnitOfWork(1740201858)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@496dd16f) [junit] [EL Finest]: 2022-09-10 04:19:29.519--ServerSession(1526542158)--Connection(692415253)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.519--ClientSession(2121030637)--Connection(692415253)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.519--ClientSession(2121030637)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.52--ClientSession(2121030637)--Connection(323987823)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET SQL_DATE = ? WHERE (ID = ?) [junit] bind => [null, 33] [junit] [EL Finer]: 2022-09-10 04:19:29.52--ClientSession(2121030637)--Connection(323987823)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.521--ServerSession(1526542158)--Connection(692415253)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.521--UnitOfWork(1740201858)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.521--UnitOfWork(1740201858)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.521--UnitOfWork(1740201858)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.521--ClientSession(2121030637)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.521--UnitOfWork(1740201858)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.521--ClientSession(2121030637)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.521--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1173286163 [junit] [EL Finer]: 2022-09-10 04:19:29.521--ClientSession(1173286163)--Thread(Thread[main,5,main])--acquire unit of work: 721690640 [junit] [EL Finest]: 2022-09-10 04:19:29.521--UnitOfWork(721690640)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.521--ServerSession(1526542158)--Connection(1760557380)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.521--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.521--ServerSession(1526542158)--Connection(646524689)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [33] [junit] [EL Finest]: 2022-09-10 04:19:29.522--ServerSession(1526542158)--Connection(1760557380)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:29.537--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1927132282 [junit] [EL Finer]: 2022-09-10 04:19:29.537--ClientSession(1927132282)--Thread(Thread[main,5,main])--acquire unit of work: 337764564 [junit] [EL Finest]: 2022-09-10 04:19:29.537--UnitOfWork(337764564)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@216d16c8. [junit] [EL Finer]: 2022-09-10 04:19:29.537--UnitOfWork(337764564)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.537--UnitOfWork(337764564)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@216d16c8) [junit] [EL Finest]: 2022-09-10 04:19:29.538--ServerSession(1526542158)--Connection(998412823)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.538--ClientSession(1927132282)--Connection(998412823)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.538--ClientSession(1927132282)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.538--ClientSession(1927132282)--Connection(540996339)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [34, null, null, null, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:29.539--ClientSession(1927132282)--Connection(540996339)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.539--ServerSession(1526542158)--Connection(998412823)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.54--UnitOfWork(337764564)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.54--UnitOfWork(337764564)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.54--UnitOfWork(337764564)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.54--ClientSession(1927132282)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.54--UnitOfWork(337764564)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.54--ClientSession(1927132282)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.54--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2125363041 [junit] [EL Finer]: 2022-09-10 04:19:29.54--ClientSession(2125363041)--Thread(Thread[main,5,main])--acquire unit of work: 693156653 [junit] [EL Finest]: 2022-09-10 04:19:29.54--UnitOfWork(693156653)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.54--ServerSession(1526542158)--Connection(590180950)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.54--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.54--ServerSession(1526542158)--Connection(1751051112)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [34] [junit] [EL Finest]: 2022-09-10 04:19:29.541--ServerSession(1526542158)--Connection(590180950)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.541--UnitOfWork(693156653)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.541--UnitOfWork(693156653)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@114be93 [junit] [EL Finer]: 2022-09-10 04:19:29.541--UnitOfWork(693156653)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.541--UnitOfWork(693156653)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2022-09-10 04:19:29.541--UnitOfWork(693156653)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@114be93) [junit] [EL Finest]: 2022-09-10 04:19:29.542--ServerSession(1526542158)--Connection(1341801146)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.542--ClientSession(2125363041)--Connection(1341801146)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.542--ClientSession(2125363041)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.542--ClientSession(2125363041)--Connection(413101036)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [34] [junit] [EL Finer]: 2022-09-10 04:19:29.543--ClientSession(2125363041)--Connection(413101036)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.544--ServerSession(1526542158)--Connection(1341801146)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.544--UnitOfWork(693156653)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.544--UnitOfWork(693156653)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.544--UnitOfWork(693156653)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.544--ClientSession(2125363041)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.544--UnitOfWork(693156653)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.544--ClientSession(2125363041)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.544--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1338655564 [junit] [EL Finer]: 2022-09-10 04:19:29.544--ClientSession(1338655564)--Thread(Thread[main,5,main])--acquire unit of work: 753500498 [junit] [EL Finest]: 2022-09-10 04:19:29.544--UnitOfWork(753500498)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@114be93. [junit] [EL Finer]: 2022-09-10 04:19:29.544--UnitOfWork(753500498)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.544--UnitOfWork(753500498)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@114be93) [junit] [EL Finest]: 2022-09-10 04:19:29.544--ServerSession(1526542158)--Connection(1579904976)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.544--ClientSession(1338655564)--Connection(1579904976)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.544--ClientSession(1338655564)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.545--ClientSession(1338655564)--Connection(1139185530)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [34, null, null, null, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, 10:49:00, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:29.545--ClientSession(1338655564)--Connection(1139185530)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.546--ServerSession(1526542158)--Connection(1579904976)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.546--UnitOfWork(753500498)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.546--UnitOfWork(753500498)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.546--UnitOfWork(753500498)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.546--ClientSession(1338655564)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.546--UnitOfWork(753500498)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.546--ClientSession(1338655564)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.546--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1699540581 [junit] [EL Finer]: 2022-09-10 04:19:29.546--ClientSession(1699540581)--Thread(Thread[main,5,main])--acquire unit of work: 308738289 [junit] [EL Finest]: 2022-09-10 04:19:29.546--UnitOfWork(308738289)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.546--ServerSession(1526542158)--Connection(442577085)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.546--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.547--ServerSession(1526542158)--Connection(406678840)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [34] [junit] [EL Finest]: 2022-09-10 04:19:29.547--ServerSession(1526542158)--Connection(442577085)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.547--UnitOfWork(308738289)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.547--UnitOfWork(308738289)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.547--UnitOfWork(308738289)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.548--UnitOfWork(308738289)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.548--UnitOfWork(308738289)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.548--ClientSession(1699540581)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.548--UnitOfWork(308738289)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.548--ClientSession(1699540581)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.548--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1106662082 [junit] [EL Finer]: 2022-09-10 04:19:29.548--ClientSession(1106662082)--Thread(Thread[main,5,main])--acquire unit of work: 1548048652 [junit] [EL Finest]: 2022-09-10 04:19:29.548--UnitOfWork(1548048652)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.548--ServerSession(1526542158)--Connection(1802987890)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.548--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.548--ServerSession(1526542158)--Connection(273558613)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [34] [junit] [EL Finest]: 2022-09-10 04:19:29.548--ServerSession(1526542158)--Connection(1802987890)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.549--UnitOfWork(1548048652)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.549--UnitOfWork(1548048652)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.549--UnitOfWork(1548048652)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@45ca63bd) [junit] [EL Finest]: 2022-09-10 04:19:29.549--ServerSession(1526542158)--Connection(800526453)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.549--ClientSession(1106662082)--Connection(800526453)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.549--ClientSession(1106662082)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.549--ClientSession(1106662082)--Connection(261436197)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET SQL_TIME = ? WHERE (ID = ?) [junit] bind => [null, 34] [junit] [EL Finer]: 2022-09-10 04:19:29.55--ClientSession(1106662082)--Connection(261436197)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.55--ServerSession(1526542158)--Connection(800526453)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.55--UnitOfWork(1548048652)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.55--UnitOfWork(1548048652)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.55--UnitOfWork(1548048652)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.55--ClientSession(1106662082)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.55--UnitOfWork(1548048652)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.551--ClientSession(1106662082)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.551--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 343151570 [junit] [EL Finer]: 2022-09-10 04:19:29.551--ClientSession(343151570)--Thread(Thread[main,5,main])--acquire unit of work: 845022818 [junit] [EL Finest]: 2022-09-10 04:19:29.551--UnitOfWork(845022818)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.551--ServerSession(1526542158)--Connection(147281342)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.551--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.551--ServerSession(1526542158)--Connection(936697828)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [34] [junit] [EL Finest]: 2022-09-10 04:19:29.551--ServerSession(1526542158)--Connection(147281342)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.552--UnitOfWork(845022818)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.552--UnitOfWork(845022818)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.552--UnitOfWork(845022818)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@73fd1c75) [junit] [EL Finest]: 2022-09-10 04:19:29.552--ServerSession(1526542158)--Connection(882449118)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.552--ClientSession(343151570)--Connection(882449118)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.552--ClientSession(343151570)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.552--ClientSession(343151570)--Connection(1527347340)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET SQL_TIME = ? WHERE (ID = ?) [junit] bind => [10:49:00, 34] [junit] [EL Finer]: 2022-09-10 04:19:29.553--ClientSession(343151570)--Connection(1527347340)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.553--ServerSession(1526542158)--Connection(882449118)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.553--UnitOfWork(845022818)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.553--UnitOfWork(845022818)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.553--UnitOfWork(845022818)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.553--ClientSession(343151570)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.553--UnitOfWork(845022818)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.553--ClientSession(343151570)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.553--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1620364994 [junit] [EL Finer]: 2022-09-10 04:19:29.553--ClientSession(1620364994)--Thread(Thread[main,5,main])--acquire unit of work: 1892222788 [junit] [EL Finest]: 2022-09-10 04:19:29.554--UnitOfWork(1892222788)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.554--ServerSession(1526542158)--Connection(1445651928)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.554--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.554--ServerSession(1526542158)--Connection(1911157527)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [34] [junit] [EL Finest]: 2022-09-10 04:19:29.554--ServerSession(1526542158)--Connection(1445651928)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.554--UnitOfWork(1892222788)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.555--UnitOfWork(1892222788)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.555--UnitOfWork(1892222788)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@e0333b1) [junit] [EL Finest]: 2022-09-10 04:19:29.555--ServerSession(1526542158)--Connection(1766931299)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.555--ClientSession(1620364994)--Connection(1766931299)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.555--ClientSession(1620364994)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.555--ClientSession(1620364994)--Connection(1450561030)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET SQL_TIME = ? WHERE (ID = ?) [junit] bind => [11:49:00, 34] [junit] [EL Finer]: 2022-09-10 04:19:29.556--ClientSession(1620364994)--Connection(1450561030)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.556--ServerSession(1526542158)--Connection(1766931299)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.556--UnitOfWork(1892222788)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.556--UnitOfWork(1892222788)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.556--UnitOfWork(1892222788)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.556--ClientSession(1620364994)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.556--UnitOfWork(1892222788)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.556--ClientSession(1620364994)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.556--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1909178324 [junit] [EL Finer]: 2022-09-10 04:19:29.556--ClientSession(1909178324)--Thread(Thread[main,5,main])--acquire unit of work: 162945557 [junit] [EL Finest]: 2022-09-10 04:19:29.556--UnitOfWork(162945557)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.557--ServerSession(1526542158)--Connection(803362816)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.557--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.557--ServerSession(1526542158)--Connection(914349512)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [34] [junit] [EL Finest]: 2022-09-10 04:19:29.557--ServerSession(1526542158)--Connection(803362816)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.557--UnitOfWork(162945557)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.557--UnitOfWork(162945557)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.557--UnitOfWork(162945557)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@1ca40818) [junit] [EL Finest]: 2022-09-10 04:19:29.558--ServerSession(1526542158)--Connection(2042127387)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.558--ClientSession(1909178324)--Connection(2042127387)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.558--ClientSession(1909178324)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.558--ClientSession(1909178324)--Connection(55225749)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET SQL_TIME = ? WHERE (ID = ?) [junit] bind => [null, 34] [junit] [EL Finer]: 2022-09-10 04:19:29.558--ClientSession(1909178324)--Connection(55225749)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.559--ServerSession(1526542158)--Connection(2042127387)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.559--UnitOfWork(162945557)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.559--UnitOfWork(162945557)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.559--UnitOfWork(162945557)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.559--ClientSession(1909178324)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.559--UnitOfWork(162945557)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.559--ClientSession(1909178324)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.559--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 961490434 [junit] [EL Finer]: 2022-09-10 04:19:29.559--ClientSession(961490434)--Thread(Thread[main,5,main])--acquire unit of work: 1874795195 [junit] [EL Finest]: 2022-09-10 04:19:29.559--UnitOfWork(1874795195)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.559--ServerSession(1526542158)--Connection(1150287249)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.559--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.559--ServerSession(1526542158)--Connection(803177602)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [34] [junit] [EL Finest]: 2022-09-10 04:19:29.56--ServerSession(1526542158)--Connection(1150287249)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:29.574--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 664927866 [junit] [EL Finer]: 2022-09-10 04:19:29.574--ClientSession(664927866)--Thread(Thread[main,5,main])--acquire unit of work: 2133340652 [junit] [EL Finest]: 2022-09-10 04:19:29.574--UnitOfWork(2133340652)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3a59f5fd. [junit] [EL Finer]: 2022-09-10 04:19:29.574--UnitOfWork(2133340652)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.575--UnitOfWork(2133340652)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3a59f5fd) [junit] [EL Finest]: 2022-09-10 04:19:29.575--ServerSession(1526542158)--Connection(1088997819)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.575--ClientSession(664927866)--Connection(1088997819)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.575--ClientSession(664927866)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.575--ClientSession(664927866)--Connection(2129737499)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [43, null, null, null, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:29.576--ClientSession(664927866)--Connection(2129737499)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.576--ServerSession(1526542158)--Connection(1088997819)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.576--UnitOfWork(2133340652)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.576--UnitOfWork(2133340652)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.576--UnitOfWork(2133340652)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.576--ClientSession(664927866)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.576--UnitOfWork(2133340652)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.576--ClientSession(664927866)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.576--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1895394711 [junit] [EL Finer]: 2022-09-10 04:19:29.576--ClientSession(1895394711)--Thread(Thread[main,5,main])--acquire unit of work: 130536828 [junit] [EL Finest]: 2022-09-10 04:19:29.577--UnitOfWork(130536828)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.577--ServerSession(1526542158)--Connection(447857994)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.577--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.577--ServerSession(1526542158)--Connection(989123741)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [43] [junit] [EL Finest]: 2022-09-10 04:19:29.577--ServerSession(1526542158)--Connection(447857994)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.577--UnitOfWork(130536828)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.578--UnitOfWork(130536828)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@2c80d32d [junit] [EL Finer]: 2022-09-10 04:19:29.578--UnitOfWork(130536828)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.578--UnitOfWork(130536828)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2022-09-10 04:19:29.578--UnitOfWork(130536828)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@2c80d32d) [junit] [EL Finest]: 2022-09-10 04:19:29.578--ServerSession(1526542158)--Connection(1700786447)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.578--ClientSession(1895394711)--Connection(1700786447)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.578--ClientSession(1895394711)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.578--ClientSession(1895394711)--Connection(591525781)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [43] [junit] [EL Finer]: 2022-09-10 04:19:29.579--ClientSession(1895394711)--Connection(591525781)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.579--ServerSession(1526542158)--Connection(1700786447)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.579--UnitOfWork(130536828)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.579--UnitOfWork(130536828)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.579--UnitOfWork(130536828)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.579--ClientSession(1895394711)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.579--UnitOfWork(130536828)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.579--ClientSession(1895394711)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.579--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1182188290 [junit] [EL Finer]: 2022-09-10 04:19:29.579--ClientSession(1182188290)--Thread(Thread[main,5,main])--acquire unit of work: 1780971782 [junit] [EL Finest]: 2022-09-10 04:19:29.579--UnitOfWork(1780971782)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@2c80d32d. [junit] [EL Finer]: 2022-09-10 04:19:29.58--UnitOfWork(1780971782)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.58--UnitOfWork(1780971782)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@2c80d32d) [junit] [EL Finest]: 2022-09-10 04:19:29.58--ServerSession(1526542158)--Connection(1900945301)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.58--ClientSession(1182188290)--Connection(1900945301)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.58--ClientSession(1182188290)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.58--ClientSession(1182188290)--Connection(1357777416)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [43, null, null, null, null, 0, false, null, [B@150bc6d, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:29.581--ClientSession(1182188290)--Connection(1357777416)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.581--ServerSession(1526542158)--Connection(1900945301)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.581--UnitOfWork(1780971782)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.581--UnitOfWork(1780971782)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.581--UnitOfWork(1780971782)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.581--ClientSession(1182188290)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.581--UnitOfWork(1780971782)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.581--ClientSession(1182188290)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.581--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 215421452 [junit] [EL Finer]: 2022-09-10 04:19:29.581--ClientSession(215421452)--Thread(Thread[main,5,main])--acquire unit of work: 751429588 [junit] [EL Finest]: 2022-09-10 04:19:29.581--UnitOfWork(751429588)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.582--ServerSession(1526542158)--Connection(1049447444)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.582--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.582--ServerSession(1526542158)--Connection(893592256)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [43] [junit] [EL Finest]: 2022-09-10 04:19:29.582--ServerSession(1526542158)--Connection(1049447444)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.582--UnitOfWork(751429588)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.582--UnitOfWork(751429588)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.583--UnitOfWork(751429588)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.583--UnitOfWork(751429588)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.583--UnitOfWork(751429588)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.583--ClientSession(215421452)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.583--UnitOfWork(751429588)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.583--ClientSession(215421452)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.583--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 459130821 [junit] [EL Finer]: 2022-09-10 04:19:29.583--ClientSession(459130821)--Thread(Thread[main,5,main])--acquire unit of work: 1555285044 [junit] [EL Finest]: 2022-09-10 04:19:29.583--UnitOfWork(1555285044)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.583--ServerSession(1526542158)--Connection(127235817)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.583--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.583--ServerSession(1526542158)--Connection(1000625816)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [43] [junit] [EL Finest]: 2022-09-10 04:19:29.583--ServerSession(1526542158)--Connection(127235817)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.584--UnitOfWork(1555285044)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.614--UnitOfWork(1555285044)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.614--UnitOfWork(1555285044)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@206c2f1b) [junit] [EL Finest]: 2022-09-10 04:19:29.615--ServerSession(1526542158)--Connection(1633753887)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.615--ClientSession(459130821)--Connection(1633753887)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.615--ClientSession(459130821)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.615--ClientSession(459130821)--Connection(2081211857)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PBA_BLOB = ? WHERE (ID = ?) [junit] bind => [null, 43] [junit] [EL Finer]: 2022-09-10 04:19:29.616--ClientSession(459130821)--Connection(2081211857)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.617--ServerSession(1526542158)--Connection(1633753887)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.618--UnitOfWork(1555285044)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.618--UnitOfWork(1555285044)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.618--UnitOfWork(1555285044)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.618--ClientSession(459130821)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.618--UnitOfWork(1555285044)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.618--ClientSession(459130821)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.618--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1083183526 [junit] [EL Finer]: 2022-09-10 04:19:29.618--ClientSession(1083183526)--Thread(Thread[main,5,main])--acquire unit of work: 1512597032 [junit] [EL Finest]: 2022-09-10 04:19:29.618--UnitOfWork(1512597032)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.618--ServerSession(1526542158)--Connection(784900104)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.618--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.618--ServerSession(1526542158)--Connection(89151725)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [43] [junit] [EL Finest]: 2022-09-10 04:19:29.619--ServerSession(1526542158)--Connection(784900104)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.62--UnitOfWork(1512597032)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.62--UnitOfWork(1512597032)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.62--UnitOfWork(1512597032)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@372e6006) [junit] [EL Finest]: 2022-09-10 04:19:29.62--ServerSession(1526542158)--Connection(515578013)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.62--ClientSession(1083183526)--Connection(515578013)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.62--ClientSession(1083183526)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.621--ClientSession(1083183526)--Connection(681293326)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PBA_BLOB = ? WHERE (ID = ?) [junit] bind => [[B@150bc6d, 43] [junit] [EL Finer]: 2022-09-10 04:19:29.621--ClientSession(1083183526)--Connection(681293326)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.622--ServerSession(1526542158)--Connection(515578013)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.622--UnitOfWork(1512597032)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.622--UnitOfWork(1512597032)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.622--UnitOfWork(1512597032)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.622--ClientSession(1083183526)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.622--UnitOfWork(1512597032)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.623--ClientSession(1083183526)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.623--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1824120039 [junit] [EL Finer]: 2022-09-10 04:19:29.623--ClientSession(1824120039)--Thread(Thread[main,5,main])--acquire unit of work: 426192056 [junit] [EL Finest]: 2022-09-10 04:19:29.623--UnitOfWork(426192056)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.623--ServerSession(1526542158)--Connection(2065572170)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.623--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.623--ServerSession(1526542158)--Connection(1392516709)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [43] [junit] [EL Finest]: 2022-09-10 04:19:29.624--ServerSession(1526542158)--Connection(2065572170)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.624--UnitOfWork(426192056)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.624--UnitOfWork(426192056)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.624--UnitOfWork(426192056)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@5b40216d) [junit] [EL Finest]: 2022-09-10 04:19:29.624--ServerSession(1526542158)--Connection(477658322)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.624--ClientSession(1824120039)--Connection(477658322)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.624--ClientSession(1824120039)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.625--ClientSession(1824120039)--Connection(1709695324)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PBA_BLOB = ? WHERE (ID = ?) [junit] bind => [[B@3ff6e486, 43] [junit] [EL Finer]: 2022-09-10 04:19:29.625--ClientSession(1824120039)--Connection(1709695324)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.626--ServerSession(1526542158)--Connection(477658322)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.626--UnitOfWork(426192056)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.626--UnitOfWork(426192056)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.626--UnitOfWork(426192056)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.626--ClientSession(1824120039)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.626--UnitOfWork(426192056)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.626--ClientSession(1824120039)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.626--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1038702461 [junit] [EL Finer]: 2022-09-10 04:19:29.627--ClientSession(1038702461)--Thread(Thread[main,5,main])--acquire unit of work: 1734257821 [junit] [EL Finest]: 2022-09-10 04:19:29.627--UnitOfWork(1734257821)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.627--ServerSession(1526542158)--Connection(479258111)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.627--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.627--ServerSession(1526542158)--Connection(858814059)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [43] [junit] [EL Finest]: 2022-09-10 04:19:29.628--ServerSession(1526542158)--Connection(479258111)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.628--UnitOfWork(1734257821)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.628--UnitOfWork(1734257821)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.628--UnitOfWork(1734257821)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@4d9953b1) [junit] [EL Finest]: 2022-09-10 04:19:29.628--ServerSession(1526542158)--Connection(356120280)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.628--ClientSession(1038702461)--Connection(356120280)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.628--ClientSession(1038702461)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.629--ClientSession(1038702461)--Connection(752963104)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PBA_BLOB = ? WHERE (ID = ?) [junit] bind => [null, 43] [junit] [EL Finer]: 2022-09-10 04:19:29.629--ClientSession(1038702461)--Connection(752963104)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.63--ServerSession(1526542158)--Connection(356120280)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.63--UnitOfWork(1734257821)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.63--UnitOfWork(1734257821)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.63--UnitOfWork(1734257821)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.63--ClientSession(1038702461)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.63--UnitOfWork(1734257821)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.63--ClientSession(1038702461)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.63--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1527638007 [junit] [EL Finer]: 2022-09-10 04:19:29.63--ClientSession(1527638007)--Thread(Thread[main,5,main])--acquire unit of work: 2101027576 [junit] [EL Finest]: 2022-09-10 04:19:29.63--UnitOfWork(2101027576)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.63--ServerSession(1526542158)--Connection(1111547325)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.63--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.63--ServerSession(1526542158)--Connection(19571209)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [43] [junit] [EL Finest]: 2022-09-10 04:19:29.631--ServerSession(1526542158)--Connection(1111547325)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:29.644--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 279385481 [junit] [EL Finer]: 2022-09-10 04:19:29.645--ClientSession(279385481)--Thread(Thread[main,5,main])--acquire unit of work: 380157599 [junit] [EL Finest]: 2022-09-10 04:19:29.645--UnitOfWork(380157599)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@6d80cf8b. [junit] [EL Finer]: 2022-09-10 04:19:29.645--UnitOfWork(380157599)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.645--UnitOfWork(380157599)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@6d80cf8b) [junit] [EL Finest]: 2022-09-10 04:19:29.645--ServerSession(1526542158)--Connection(350884414)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.645--ClientSession(279385481)--Connection(350884414)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.645--ClientSession(279385481)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.645--ClientSession(279385481)--Connection(1206196858)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [22, null, null, null, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:29.646--ClientSession(279385481)--Connection(1206196858)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.646--ServerSession(1526542158)--Connection(350884414)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.646--UnitOfWork(380157599)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.646--UnitOfWork(380157599)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.647--UnitOfWork(380157599)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.647--ClientSession(279385481)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.647--UnitOfWork(380157599)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.647--ClientSession(279385481)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.647--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 510228266 [junit] [EL Finer]: 2022-09-10 04:19:29.647--ClientSession(510228266)--Thread(Thread[main,5,main])--acquire unit of work: 1907398743 [junit] [EL Finest]: 2022-09-10 04:19:29.647--UnitOfWork(1907398743)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.647--ServerSession(1526542158)--Connection(1320227138)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.647--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.647--ServerSession(1526542158)--Connection(598173373)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [22] [junit] [EL Finest]: 2022-09-10 04:19:29.648--ServerSession(1526542158)--Connection(1320227138)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.648--UnitOfWork(1907398743)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.648--UnitOfWork(1907398743)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@45d8f340 [junit] [EL Finer]: 2022-09-10 04:19:29.648--UnitOfWork(1907398743)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.648--UnitOfWork(1907398743)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2022-09-10 04:19:29.648--UnitOfWork(1907398743)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@45d8f340) [junit] [EL Finest]: 2022-09-10 04:19:29.648--ServerSession(1526542158)--Connection(1060951315)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.648--ClientSession(510228266)--Connection(1060951315)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.648--ClientSession(510228266)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.649--ClientSession(510228266)--Connection(310365554)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [22] [junit] [EL Finer]: 2022-09-10 04:19:29.649--ClientSession(510228266)--Connection(310365554)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.65--ServerSession(1526542158)--Connection(1060951315)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.65--UnitOfWork(1907398743)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.65--UnitOfWork(1907398743)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.65--UnitOfWork(1907398743)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.65--ClientSession(510228266)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.65--UnitOfWork(1907398743)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.65--ClientSession(510228266)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.65--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 64284139 [junit] [EL Finer]: 2022-09-10 04:19:29.65--ClientSession(64284139)--Thread(Thread[main,5,main])--acquire unit of work: 1865202878 [junit] [EL Finest]: 2022-09-10 04:19:29.65--UnitOfWork(1865202878)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@45d8f340. [junit] [EL Finer]: 2022-09-10 04:19:29.65--UnitOfWork(1865202878)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.65--UnitOfWork(1865202878)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@45d8f340) [junit] [EL Finest]: 2022-09-10 04:19:29.65--ServerSession(1526542158)--Connection(389629243)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.65--ClientSession(64284139)--Connection(389629243)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.65--ClientSession(64284139)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.651--ClientSession(64284139)--Connection(870711690)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [22, null, null, null, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, VC 1, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:29.651--ClientSession(64284139)--Connection(870711690)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.652--ServerSession(1526542158)--Connection(389629243)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.652--UnitOfWork(1865202878)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.652--UnitOfWork(1865202878)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.652--UnitOfWork(1865202878)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.652--ClientSession(64284139)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.652--UnitOfWork(1865202878)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.652--ClientSession(64284139)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.652--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 119637292 [junit] [EL Finer]: 2022-09-10 04:19:29.652--ClientSession(119637292)--Thread(Thread[main,5,main])--acquire unit of work: 80227859 [junit] [EL Finest]: 2022-09-10 04:19:29.652--UnitOfWork(80227859)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.652--ServerSession(1526542158)--Connection(300460332)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.652--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.652--ServerSession(1526542158)--Connection(723579517)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [22] [junit] [EL Finest]: 2022-09-10 04:19:29.653--ServerSession(1526542158)--Connection(300460332)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.653--UnitOfWork(80227859)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.653--UnitOfWork(80227859)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.653--UnitOfWork(80227859)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.653--UnitOfWork(80227859)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.653--UnitOfWork(80227859)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.653--ClientSession(119637292)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.653--UnitOfWork(80227859)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.653--ClientSession(119637292)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.653--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 628733825 [junit] [EL Finer]: 2022-09-10 04:19:29.653--ClientSession(628733825)--Thread(Thread[main,5,main])--acquire unit of work: 816936519 [junit] [EL Finest]: 2022-09-10 04:19:29.653--UnitOfWork(816936519)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.653--ServerSession(1526542158)--Connection(1523705570)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.653--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.654--ServerSession(1526542158)--Connection(1636114790)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [22] [junit] [EL Finest]: 2022-09-10 04:19:29.654--ServerSession(1526542158)--Connection(1523705570)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.654--UnitOfWork(816936519)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.654--UnitOfWork(816936519)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.654--UnitOfWork(816936519)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@67a31d12) [junit] [EL Finest]: 2022-09-10 04:19:29.655--ServerSession(1526542158)--Connection(1681755906)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.655--ClientSession(628733825)--Connection(1681755906)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.655--ClientSession(628733825)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.655--ClientSession(628733825)--Connection(1455776506)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET STRING_CLOB = ? WHERE (ID = ?) [junit] bind => [VC 2, 22] [junit] [EL Finer]: 2022-09-10 04:19:29.655--ClientSession(628733825)--Connection(1455776506)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.656--ServerSession(1526542158)--Connection(1681755906)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.656--UnitOfWork(816936519)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.656--UnitOfWork(816936519)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.656--UnitOfWork(816936519)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.656--ClientSession(628733825)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.656--UnitOfWork(816936519)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.656--ClientSession(628733825)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.656--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 573465541 [junit] [EL Finer]: 2022-09-10 04:19:29.656--ClientSession(573465541)--Thread(Thread[main,5,main])--acquire unit of work: 1593903048 [junit] [EL Finest]: 2022-09-10 04:19:29.656--UnitOfWork(1593903048)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.656--ServerSession(1526542158)--Connection(2065813187)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.656--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.657--ServerSession(1526542158)--Connection(1284857519)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [22] [junit] [EL Finest]: 2022-09-10 04:19:29.657--ServerSession(1526542158)--Connection(2065813187)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.657--UnitOfWork(1593903048)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.657--UnitOfWork(1593903048)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.657--UnitOfWork(1593903048)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3f3ecfd4) [junit] [EL Finest]: 2022-09-10 04:19:29.657--ServerSession(1526542158)--Connection(1704308874)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.658--ClientSession(573465541)--Connection(1704308874)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.658--ClientSession(573465541)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.658--ClientSession(573465541)--Connection(1293765629)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET STRING_CLOB = ? WHERE (ID = ?) [junit] bind => [null, 22] [junit] [EL Finer]: 2022-09-10 04:19:29.667--ClientSession(573465541)--Connection(1293765629)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.667--ServerSession(1526542158)--Connection(1704308874)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.668--UnitOfWork(1593903048)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.668--UnitOfWork(1593903048)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.668--UnitOfWork(1593903048)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.668--ClientSession(573465541)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.668--UnitOfWork(1593903048)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.668--ClientSession(573465541)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.668--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1369283777 [junit] [EL Finer]: 2022-09-10 04:19:29.668--ClientSession(1369283777)--Thread(Thread[main,5,main])--acquire unit of work: 1995995052 [junit] [EL Finest]: 2022-09-10 04:19:29.668--UnitOfWork(1995995052)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.668--ServerSession(1526542158)--Connection(1361369027)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.668--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.668--ServerSession(1526542158)--Connection(1806605186)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [22] [junit] [EL Finest]: 2022-09-10 04:19:29.669--ServerSession(1526542158)--Connection(1361369027)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:29.684--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1246441509 [junit] [EL Finer]: 2022-09-10 04:19:29.684--ClientSession(1246441509)--Thread(Thread[main,5,main])--acquire unit of work: 1462628301 [junit] [EL Finest]: 2022-09-10 04:19:29.684--UnitOfWork(1462628301)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@76ace2be. [junit] [EL Finer]: 2022-09-10 04:19:29.684--UnitOfWork(1462628301)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.684--UnitOfWork(1462628301)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@76ace2be) [junit] [EL Finest]: 2022-09-10 04:19:29.684--ServerSession(1526542158)--Connection(494288967)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.684--ClientSession(1246441509)--Connection(494288967)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.684--ClientSession(1246441509)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.684--ClientSession(1246441509)--Connection(622692259)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [45, null, null, null, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:29.685--ClientSession(1246441509)--Connection(622692259)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.686--ServerSession(1526542158)--Connection(494288967)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.686--UnitOfWork(1462628301)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.686--UnitOfWork(1462628301)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.686--UnitOfWork(1462628301)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.686--ClientSession(1246441509)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.686--UnitOfWork(1462628301)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.686--ClientSession(1246441509)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.686--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1764647823 [junit] [EL Finer]: 2022-09-10 04:19:29.686--ClientSession(1764647823)--Thread(Thread[main,5,main])--acquire unit of work: 541573526 [junit] [EL Finest]: 2022-09-10 04:19:29.686--UnitOfWork(541573526)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.686--ServerSession(1526542158)--Connection(1026194794)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.686--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.686--ServerSession(1526542158)--Connection(1351168822)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [45] [junit] [EL Finest]: 2022-09-10 04:19:29.687--ServerSession(1526542158)--Connection(1026194794)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.687--UnitOfWork(541573526)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.687--UnitOfWork(541573526)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3a5bd5c9 [junit] [EL Finer]: 2022-09-10 04:19:29.687--UnitOfWork(541573526)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.687--UnitOfWork(541573526)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2022-09-10 04:19:29.687--UnitOfWork(541573526)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3a5bd5c9) [junit] [EL Finest]: 2022-09-10 04:19:29.687--ServerSession(1526542158)--Connection(1630824806)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.687--ClientSession(1764647823)--Connection(1630824806)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.687--ClientSession(1764647823)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.688--ClientSession(1764647823)--Connection(346925795)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [45] [junit] [EL Finer]: 2022-09-10 04:19:29.688--ClientSession(1764647823)--Connection(346925795)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.689--ServerSession(1526542158)--Connection(1630824806)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.689--UnitOfWork(541573526)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.689--UnitOfWork(541573526)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.689--UnitOfWork(541573526)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.689--ClientSession(1764647823)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.689--UnitOfWork(541573526)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.689--ClientSession(1764647823)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.689--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 57365230 [junit] [EL Finer]: 2022-09-10 04:19:29.689--ClientSession(57365230)--Thread(Thread[main,5,main])--acquire unit of work: 2062031570 [junit] [EL Finest]: 2022-09-10 04:19:29.689--UnitOfWork(2062031570)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3a5bd5c9. [junit] [EL Finer]: 2022-09-10 04:19:29.689--UnitOfWork(2062031570)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.689--UnitOfWork(2062031570)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3a5bd5c9) [junit] [EL Finest]: 2022-09-10 04:19:29.689--ServerSession(1526542158)--Connection(503341226)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.689--ClientSession(57365230)--Connection(503341226)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.689--ClientSession(57365230)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.69--ClientSession(57365230)--Connection(1202040230)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [45, null, null, null, null, 0, false, null, null, null, a, UNCHANGED, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:29.69--ClientSession(57365230)--Connection(1202040230)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.691--ServerSession(1526542158)--Connection(503341226)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.691--UnitOfWork(2062031570)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.691--UnitOfWork(2062031570)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.691--UnitOfWork(2062031570)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.691--ClientSession(57365230)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.691--UnitOfWork(2062031570)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.691--ClientSession(57365230)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.691--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 399387267 [junit] [EL Finer]: 2022-09-10 04:19:29.691--ClientSession(399387267)--Thread(Thread[main,5,main])--acquire unit of work: 2112650561 [junit] [EL Finest]: 2022-09-10 04:19:29.692--UnitOfWork(2112650561)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.692--ServerSession(1526542158)--Connection(145791655)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.692--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.692--ServerSession(1526542158)--Connection(850274676)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [45] [junit] [EL Finest]: 2022-09-10 04:19:29.692--ServerSession(1526542158)--Connection(145791655)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.693--UnitOfWork(2112650561)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.693--UnitOfWork(2112650561)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.693--UnitOfWork(2112650561)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.693--UnitOfWork(2112650561)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.693--UnitOfWork(2112650561)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.693--ClientSession(399387267)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.693--UnitOfWork(2112650561)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.693--ClientSession(399387267)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.693--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1160457580 [junit] [EL Finer]: 2022-09-10 04:19:29.693--ClientSession(1160457580)--Thread(Thread[main,5,main])--acquire unit of work: 1485668457 [junit] [EL Finest]: 2022-09-10 04:19:29.693--UnitOfWork(1485668457)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.693--ServerSession(1526542158)--Connection(133307322)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.693--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.693--ServerSession(1526542158)--Connection(679125011)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [45] [junit] [EL Finest]: 2022-09-10 04:19:29.694--ServerSession(1526542158)--Connection(133307322)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.694--UnitOfWork(1485668457)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.694--UnitOfWork(1485668457)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.694--UnitOfWork(1485668457)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@17a40c7a) [junit] [EL Finest]: 2022-09-10 04:19:29.694--ServerSession(1526542158)--Connection(1799747228)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.694--ClientSession(1160457580)--Connection(1799747228)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.694--ClientSession(1160457580)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.695--ClientSession(1160457580)--Connection(218013508)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PCA_CLOB = ? WHERE (ID = ?) [junit] bind => [null, 45] [junit] [EL Finer]: 2022-09-10 04:19:29.695--ClientSession(1160457580)--Connection(218013508)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.696--ServerSession(1526542158)--Connection(1799747228)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.696--UnitOfWork(1485668457)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.696--UnitOfWork(1485668457)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.696--UnitOfWork(1485668457)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.696--ClientSession(1160457580)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.696--UnitOfWork(1485668457)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.696--ClientSession(1160457580)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.696--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 252534304 [junit] [EL Finer]: 2022-09-10 04:19:29.696--ClientSession(252534304)--Thread(Thread[main,5,main])--acquire unit of work: 2012345402 [junit] [EL Finest]: 2022-09-10 04:19:29.697--UnitOfWork(2012345402)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.697--ServerSession(1526542158)--Connection(949727956)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.697--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.697--ServerSession(1526542158)--Connection(908804946)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [45] [junit] [EL Finest]: 2022-09-10 04:19:29.698--ServerSession(1526542158)--Connection(949727956)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.698--UnitOfWork(2012345402)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.698--UnitOfWork(2012345402)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.698--UnitOfWork(2012345402)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@4e729324) [junit] [EL Finest]: 2022-09-10 04:19:29.698--ServerSession(1526542158)--Connection(1718017640)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.698--ClientSession(252534304)--Connection(1718017640)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.698--ClientSession(252534304)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.699--ClientSession(252534304)--Connection(424613172)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PCA_CLOB = ? WHERE (ID = ?) [junit] bind => [UNCHANGED, 45] [junit] [EL Finer]: 2022-09-10 04:19:29.699--ClientSession(252534304)--Connection(424613172)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.7--ServerSession(1526542158)--Connection(1718017640)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.7--UnitOfWork(2012345402)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.7--UnitOfWork(2012345402)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.7--UnitOfWork(2012345402)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.7--ClientSession(252534304)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.7--UnitOfWork(2012345402)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.7--ClientSession(252534304)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.7--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1242432017 [junit] [EL Finer]: 2022-09-10 04:19:29.7--ClientSession(1242432017)--Thread(Thread[main,5,main])--acquire unit of work: 730421457 [junit] [EL Finest]: 2022-09-10 04:19:29.7--UnitOfWork(730421457)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.721--ServerSession(1526542158)--Connection(447924532)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.721--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.721--ServerSession(1526542158)--Connection(1492004518)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [45] [junit] [EL Finest]: 2022-09-10 04:19:29.722--ServerSession(1526542158)--Connection(447924532)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.723--UnitOfWork(730421457)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.723--UnitOfWork(730421457)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.723--UnitOfWork(730421457)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@f13b059) [junit] [EL Finest]: 2022-09-10 04:19:29.723--ServerSession(1526542158)--Connection(299221574)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.723--ClientSession(1242432017)--Connection(299221574)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.723--ClientSession(1242432017)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.724--ClientSession(1242432017)--Connection(855692774)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PCA_CLOB = ? WHERE (ID = ?) [junit] bind => [XNCHANGED, 45] [junit] [EL Finer]: 2022-09-10 04:19:29.725--ClientSession(1242432017)--Connection(855692774)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.726--ServerSession(1526542158)--Connection(299221574)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.726--UnitOfWork(730421457)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.726--UnitOfWork(730421457)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.726--UnitOfWork(730421457)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.726--ClientSession(1242432017)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.726--UnitOfWork(730421457)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.726--ClientSession(1242432017)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.726--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 827664345 [junit] [EL Finer]: 2022-09-10 04:19:29.726--ClientSession(827664345)--Thread(Thread[main,5,main])--acquire unit of work: 80702448 [junit] [EL Finest]: 2022-09-10 04:19:29.726--UnitOfWork(80702448)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.727--ServerSession(1526542158)--Connection(1017233356)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.727--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.727--ServerSession(1526542158)--Connection(1517804467)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [45] [junit] [EL Finest]: 2022-09-10 04:19:29.728--ServerSession(1526542158)--Connection(1017233356)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.728--UnitOfWork(80702448)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.728--UnitOfWork(80702448)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.728--UnitOfWork(80702448)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@c85a03e) [junit] [EL Finest]: 2022-09-10 04:19:29.728--ServerSession(1526542158)--Connection(134839168)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.728--ClientSession(827664345)--Connection(134839168)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.728--ClientSession(827664345)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.729--ClientSession(827664345)--Connection(1815779894)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET PCA_CLOB = ? WHERE (ID = ?) [junit] bind => [null, 45] [junit] [EL Finer]: 2022-09-10 04:19:29.729--ClientSession(827664345)--Connection(1815779894)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.73--ServerSession(1526542158)--Connection(134839168)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.73--UnitOfWork(80702448)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.73--UnitOfWork(80702448)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.73--UnitOfWork(80702448)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.73--ClientSession(827664345)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.73--UnitOfWork(80702448)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.73--ClientSession(827664345)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.73--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1009965701 [junit] [EL Finer]: 2022-09-10 04:19:29.73--ClientSession(1009965701)--Thread(Thread[main,5,main])--acquire unit of work: 81861663 [junit] [EL Finest]: 2022-09-10 04:19:29.73--UnitOfWork(81861663)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.73--ServerSession(1526542158)--Connection(869775095)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.73--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.731--ServerSession(1526542158)--Connection(1878254380)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [45] [junit] [EL Finest]: 2022-09-10 04:19:29.731--ServerSession(1526542158)--Connection(869775095)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:29.747--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1327532327 [junit] [EL Finer]: 2022-09-10 04:19:29.747--ClientSession(1327532327)--Thread(Thread[main,5,main])--acquire unit of work: 138580382 [junit] [EL Finest]: 2022-09-10 04:19:29.747--UnitOfWork(138580382)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@270ea042. [junit] [EL Finer]: 2022-09-10 04:19:29.747--UnitOfWork(138580382)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.748--UnitOfWork(138580382)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@270ea042) [junit] [EL Finest]: 2022-09-10 04:19:29.748--ServerSession(1526542158)--Connection(308837582)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.748--ClientSession(1327532327)--Connection(308837582)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.748--ClientSession(1327532327)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.748--ClientSession(1327532327)--Connection(247124348)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [52, null, null, null, null, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:29.749--ClientSession(1327532327)--Connection(247124348)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.75--ServerSession(1526542158)--Connection(308837582)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.75--UnitOfWork(138580382)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.75--UnitOfWork(138580382)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.75--UnitOfWork(138580382)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.75--ClientSession(1327532327)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.75--UnitOfWork(138580382)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.75--ClientSession(1327532327)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.75--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 17201626 [junit] [EL Finer]: 2022-09-10 04:19:29.75--ClientSession(17201626)--Thread(Thread[main,5,main])--acquire unit of work: 1508866487 [junit] [EL Finest]: 2022-09-10 04:19:29.75--UnitOfWork(1508866487)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.751--ServerSession(1526542158)--Connection(639025271)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.751--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.751--ServerSession(1526542158)--Connection(970488927)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [52] [junit] [EL Finest]: 2022-09-10 04:19:29.752--ServerSession(1526542158)--Connection(639025271)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.752--UnitOfWork(1508866487)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.752--UnitOfWork(1508866487)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3927903e [junit] [EL Finer]: 2022-09-10 04:19:29.752--UnitOfWork(1508866487)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.752--UnitOfWork(1508866487)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesPropertyAccess ) [junit] [EL Finest]: 2022-09-10 04:19:29.752--UnitOfWork(1508866487)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3927903e) [junit] [EL Finest]: 2022-09-10 04:19:29.752--ServerSession(1526542158)--Connection(1485758728)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.752--ClientSession(17201626)--Connection(1485758728)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.752--ClientSession(17201626)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.753--ClientSession(17201626)--Connection(1725061324)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [52] [junit] [EL Finer]: 2022-09-10 04:19:29.753--ClientSession(17201626)--Connection(1725061324)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.754--ServerSession(1526542158)--Connection(1485758728)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.754--UnitOfWork(1508866487)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.754--UnitOfWork(1508866487)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.754--UnitOfWork(1508866487)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.754--ClientSession(17201626)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.754--UnitOfWork(1508866487)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.754--ClientSession(17201626)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.754--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 906703451 [junit] [EL Finer]: 2022-09-10 04:19:29.754--ClientSession(906703451)--Thread(Thread[main,5,main])--acquire unit of work: 1122703470 [junit] [EL Finest]: 2022-09-10 04:19:29.754--UnitOfWork(1122703470)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3927903e. [junit] [EL Finer]: 2022-09-10 04:19:29.754--UnitOfWork(1122703470)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.755--UnitOfWork(1122703470)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@3927903e) [junit] [EL Finest]: 2022-09-10 04:19:29.755--ServerSession(1526542158)--Connection(620402421)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.755--ClientSession(906703451)--Connection(620402421)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.755--ClientSession(906703451)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.755--ClientSession(906703451)--Connection(1259139547)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_PA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [52, null, null, null, HUGO, 0, false, null, null, null, a, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:29.756--ClientSession(906703451)--Connection(1259139547)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.756--ServerSession(1526542158)--Connection(620402421)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.756--UnitOfWork(1122703470)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.756--UnitOfWork(1122703470)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.756--UnitOfWork(1122703470)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.756--ClientSession(906703451)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.756--UnitOfWork(1122703470)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.757--ClientSession(906703451)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.757--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 830036536 [junit] [EL Finer]: 2022-09-10 04:19:29.757--ClientSession(830036536)--Thread(Thread[main,5,main])--acquire unit of work: 492300261 [junit] [EL Finest]: 2022-09-10 04:19:29.757--UnitOfWork(492300261)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.757--ServerSession(1526542158)--Connection(956848059)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.757--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.757--ServerSession(1526542158)--Connection(1495425960)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [52] [junit] [EL Finest]: 2022-09-10 04:19:29.758--ServerSession(1526542158)--Connection(956848059)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.758--UnitOfWork(492300261)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.758--UnitOfWork(492300261)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.758--UnitOfWork(492300261)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.758--UnitOfWork(492300261)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.758--UnitOfWork(492300261)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.758--ClientSession(830036536)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.758--UnitOfWork(492300261)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.758--ClientSession(830036536)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.758--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 428395688 [junit] [EL Finer]: 2022-09-10 04:19:29.758--ClientSession(428395688)--Thread(Thread[main,5,main])--acquire unit of work: 1176897514 [junit] [EL Finest]: 2022-09-10 04:19:29.758--UnitOfWork(1176897514)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.758--ServerSession(1526542158)--Connection(320695004)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.758--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.758--ServerSession(1526542158)--Connection(607046803)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [52] [junit] [EL Finest]: 2022-09-10 04:19:29.759--ServerSession(1526542158)--Connection(320695004)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.759--UnitOfWork(1176897514)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.759--UnitOfWork(1176897514)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.759--UnitOfWork(1176897514)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@75403804) [junit] [EL Finest]: 2022-09-10 04:19:29.759--ServerSession(1526542158)--Connection(957563019)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.76--ClientSession(428395688)--Connection(957563019)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.76--ClientSession(428395688)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.76--ClientSession(428395688)--Connection(733346781)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET ENUM_STRING = ? WHERE (ID = ?) [junit] bind => [EMIL, 52] [junit] [EL Finer]: 2022-09-10 04:19:29.76--ClientSession(428395688)--Connection(733346781)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.761--ServerSession(1526542158)--Connection(957563019)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.761--UnitOfWork(1176897514)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.761--UnitOfWork(1176897514)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.761--UnitOfWork(1176897514)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.761--ClientSession(428395688)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.761--UnitOfWork(1176897514)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.761--ClientSession(428395688)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.761--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 436772592 [junit] [EL Finer]: 2022-09-10 04:19:29.761--ClientSession(436772592)--Thread(Thread[main,5,main])--acquire unit of work: 518518143 [junit] [EL Finest]: 2022-09-10 04:19:29.761--UnitOfWork(518518143)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.761--ServerSession(1526542158)--Connection(1254612170)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.761--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.761--ServerSession(1526542158)--Connection(395603312)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [52] [junit] [EL Finest]: 2022-09-10 04:19:29.762--ServerSession(1526542158)--Connection(1254612170)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.762--UnitOfWork(518518143)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.762--UnitOfWork(518518143)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.762--UnitOfWork(518518143)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesPropertyAccess@1c0d7675) [junit] [EL Finest]: 2022-09-10 04:19:29.762--ServerSession(1526542158)--Connection(1298520803)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.762--ClientSession(436772592)--Connection(1298520803)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.762--ClientSession(436772592)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.763--ClientSession(436772592)--Connection(1671572721)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_PA SET ENUM_STRING = ? WHERE (ID = ?) [junit] bind => [null, 52] [junit] [EL Finer]: 2022-09-10 04:19:29.763--ClientSession(436772592)--Connection(1671572721)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.764--ServerSession(1526542158)--Connection(1298520803)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.764--UnitOfWork(518518143)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.764--UnitOfWork(518518143)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.764--UnitOfWork(518518143)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.764--ClientSession(436772592)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.764--UnitOfWork(518518143)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.764--ClientSession(436772592)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.764--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1826386213 [junit] [EL Finer]: 2022-09-10 04:19:29.764--ClientSession(1826386213)--Thread(Thread[main,5,main])--acquire unit of work: 518721003 [junit] [EL Finest]: 2022-09-10 04:19:29.764--UnitOfWork(518721003)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesPropertyAccess" referenceClass=BasicTypesPropertyAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.764--ServerSession(1526542158)--Connection(1355760696)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.764--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.764--ServerSession(1526542158)--Connection(933428476)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_PA WHERE (ID = ?) [junit] bind => [52] [junit] [EL Finest]: 2022-09-10 04:19:29.765--ServerSession(1526542158)--Connection(1355760696)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] Tests run: 41, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 1.618 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.simple.TestEmbeddedField [junit] [EL Finer]: 2022-09-10 04:19:29.787--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 625748894 [junit] [EL Finer]: 2022-09-10 04:19:29.787--ClientSession(625748894)--Thread(Thread[main,5,main])--acquire unit of work: 676117866 [junit] [EL Finest]: 2022-09-10 04:19:29.787--UnitOfWork(676117866)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b. [junit] [EL Finest]: 2022-09-10 04:19:29.787--UnitOfWork(676117866)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@379fc755. [junit] [EL Finer]: 2022-09-10 04:19:29.787--UnitOfWork(676117866)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.787--UnitOfWork(676117866)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b) [junit] [EL Finest]: 2022-09-10 04:19:29.788--ServerSession(1526542158)--Connection(405891380)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.788--ClientSession(625748894)--Connection(405891380)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.788--ClientSession(625748894)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:29.788--UnitOfWork(676117866)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@379fc755) [junit] [EL Fine]: 2022-09-10 04:19:29.788--ClientSession(625748894)--Connection(864445651)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [11, R&D, 1] [junit] [EL Fine]: 2022-09-10 04:19:29.789--ClientSession(625748894)--Connection(864445651)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [27, Emil, Bahr, null, null, 2022-09-10 04:19:29.0, null, 11, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:29.79--ClientSession(625748894)--Connection(864445651)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.79--ServerSession(1526542158)--Connection(405891380)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.791--UnitOfWork(676117866)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.791--UnitOfWork(676117866)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.791--UnitOfWork(676117866)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.791--ClientSession(625748894)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.791--UnitOfWork(676117866)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.791--ClientSession(625748894)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.791--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 928310450 [junit] [EL Finer]: 2022-09-10 04:19:29.791--ClientSession(928310450)--Thread(Thread[main,5,main])--acquire unit of work: 1425719064 [junit] [EL Finest]: 2022-09-10 04:19:29.791--UnitOfWork(1425719064)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.791--UnitOfWork(1425719064)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@79c52145 [junit] [EL Finest]: 2022-09-10 04:19:29.791--UnitOfWork(1425719064)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b [junit] [EL Finest]: 2022-09-10 04:19:29.791--UnitOfWork(1425719064)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:29.792--ServerSession(1526542158)--Connection(1337002904)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.792--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.792--ServerSession(1526542158)--Connection(258825018)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [27, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:29.792--ServerSession(1526542158)--Connection(1337002904)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:29.793--UnitOfWork(1425719064)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.793--UnitOfWork(1425719064)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@47f3b828) [junit] [EL Finest]: 2022-09-10 04:19:29.793--ServerSession(1526542158)--Connection(1820454497)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.793--ClientSession(928310450)--Connection(1820454497)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.793--ClientSession(928310450)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.794--ClientSession(928310450)--Connection(2020280424)--Thread(Thread[main,5,main])--UPDATE TMP_EMP SET EMP_START = ? WHERE (ID = ?) [junit] bind => [2022-09-10 04:19:30.0, 27] [junit] [EL Finer]: 2022-09-10 04:19:29.794--ClientSession(928310450)--Connection(2020280424)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.795--ServerSession(1526542158)--Connection(1820454497)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.795--UnitOfWork(1425719064)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.795--UnitOfWork(1425719064)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.795--UnitOfWork(1425719064)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.795--ClientSession(928310450)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.795--UnitOfWork(1425719064)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.795--ClientSession(928310450)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.795--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1813848798 [junit] [EL Finer]: 2022-09-10 04:19:29.795--ClientSession(1813848798)--Thread(Thread[main,5,main])--acquire unit of work: 1284853629 [junit] [EL Finest]: 2022-09-10 04:19:29.795--UnitOfWork(1284853629)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.795--UnitOfWork(1284853629)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@79c52145 [junit] [EL Finest]: 2022-09-10 04:19:29.796--UnitOfWork(1284853629)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b [junit] [EL Finest]: 2022-09-10 04:19:29.796--UnitOfWork(1284853629)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:29.796--ServerSession(1526542158)--Connection(146378176)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.796--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.796--ServerSession(1526542158)--Connection(1848759565)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [27, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:29.796--ServerSession(1526542158)--Connection(146378176)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.797--UnitOfWork(1284853629)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@47f3b828 [junit] [EL Finest]: 2022-09-10 04:19:29.797--UnitOfWork(1284853629)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@63e89f48 [junit] [EL Finest]: 2022-09-10 04:19:29.797--UnitOfWork(1284853629)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b [junit] [EL Finest]: 2022-09-10 04:19:29.797--UnitOfWork(1284853629)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b [junit] [EL Finer]: 2022-09-10 04:19:29.797--UnitOfWork(1284853629)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.797--UnitOfWork(1284853629)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Employee ) [junit] [EL Finest]: 2022-09-10 04:19:29.797--UnitOfWork(1284853629)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:19:29.797--UnitOfWork(1284853629)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="bicycles" sql="DELETE FROM TMP_EMP_BICYCLE WHERE (EMPLOYEE_ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.797--ServerSession(1526542158)--Connection(1835243968)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.797--ClientSession(1813848798)--Connection(1835243968)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.797--ClientSession(1813848798)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:29.798--UnitOfWork(1284853629)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="DELETE FROM TMP_EMP_CREDIT WHERE (CLIENT_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:29.798--ClientSession(1813848798)--Connection(407423363)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_BICYCLE WHERE (EMPLOYEE_ID = ?) [junit] bind => [27] [junit] [EL Finest]: 2022-09-10 04:19:29.798--UnitOfWork(1284853629)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="DELETE FROM TMP_EMP_HOBBY WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:29.798--ClientSession(1813848798)--Connection(407423363)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_CREDIT WHERE (CLIENT_ID = ?) [junit] bind => [27] [junit] [EL Finest]: 2022-09-10 04:19:29.799--UnitOfWork(1284853629)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" sql="DELETE FROM TMP_EMP_PATENT WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:29.799--ClientSession(1813848798)--Connection(407423363)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_HOBBY WHERE (EMP_ID = ?) [junit] bind => [27] [junit] [EL Finest]: 2022-09-10 04:19:29.799--UnitOfWork(1284853629)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="DELETE FROM TMP_EMP_PROJECT WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:29.799--ClientSession(1813848798)--Connection(407423363)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PATENT WHERE (EMP_ID = ?) [junit] bind => [27] [junit] [EL Finest]: 2022-09-10 04:19:29.799--UnitOfWork(1284853629)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="DELETE FROM TMP_EMP_REVIEW WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:29.799--ClientSession(1813848798)--Connection(407423363)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT WHERE (EMP_ID = ?) [junit] bind => [27] [junit] [EL Finest]: 2022-09-10 04:19:29.8--UnitOfWork(1284853629)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@63e89f48) [junit] [EL Fine]: 2022-09-10 04:19:29.8--ClientSession(1813848798)--Connection(407423363)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW WHERE (EMP_ID = ?) [junit] bind => [27] [junit] [EL Finest]: 2022-09-10 04:19:29.8--UnitOfWork(1284853629)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@b) [junit] [EL Fine]: 2022-09-10 04:19:29.8--ClientSession(1813848798)--Connection(407423363)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP WHERE (ID = ?) [junit] bind => [27] [junit] [EL Fine]: 2022-09-10 04:19:29.801--ClientSession(1813848798)--Connection(407423363)--Thread(Thread[main,5,main])--DELETE FROM TMP_DEP WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [11, 1] [junit] [EL Finer]: 2022-09-10 04:19:29.801--ClientSession(1813848798)--Connection(407423363)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.802--ServerSession(1526542158)--Connection(1835243968)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.802--UnitOfWork(1284853629)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.802--UnitOfWork(1284853629)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.802--UnitOfWork(1284853629)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.802--ClientSession(1813848798)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.802--UnitOfWork(1284853629)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.802--ClientSession(1813848798)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.819--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1181975007 [junit] [EL Finer]: 2022-09-10 04:19:29.819--ClientSession(1181975007)--Thread(Thread[main,5,main])--acquire unit of work: 1946473259 [junit] [EL Finest]: 2022-09-10 04:19:29.819--UnitOfWork(1946473259)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a. [junit] [EL Finest]: 2022-09-10 04:19:29.819--UnitOfWork(1946473259)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4fff479d. [junit] [EL Finer]: 2022-09-10 04:19:29.819--UnitOfWork(1946473259)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.819--UnitOfWork(1946473259)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Finest]: 2022-09-10 04:19:29.82--ServerSession(1526542158)--Connection(1746452322)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.82--ClientSession(1181975007)--Connection(1746452322)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.82--ClientSession(1181975007)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:29.82--UnitOfWork(1946473259)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@4fff479d) [junit] [EL Fine]: 2022-09-10 04:19:29.82--ClientSession(1181975007)--Connection(1567542867)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [10, R&D, 1] [junit] [EL Fine]: 2022-09-10 04:19:29.821--ClientSession(1181975007)--Connection(1567542867)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [26, Emil, Bahr, null, null, null, null, 10, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:29.821--ClientSession(1181975007)--Connection(1567542867)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.822--ServerSession(1526542158)--Connection(1746452322)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.822--UnitOfWork(1946473259)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.822--UnitOfWork(1946473259)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.822--UnitOfWork(1946473259)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.822--ClientSession(1181975007)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.822--UnitOfWork(1946473259)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.823--ClientSession(1181975007)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.823--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1188587205 [junit] [EL Finer]: 2022-09-10 04:19:29.823--ClientSession(1188587205)--Thread(Thread[main,5,main])--acquire unit of work: 1793091070 [junit] [EL Finest]: 2022-09-10 04:19:29.823--UnitOfWork(1793091070)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.823--UnitOfWork(1793091070)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5161ae11 [junit] [EL Finest]: 2022-09-10 04:19:29.823--UnitOfWork(1793091070)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a [junit] [EL Finest]: 2022-09-10 04:19:29.823--UnitOfWork(1793091070)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:29.823--ServerSession(1526542158)--Connection(2124935211)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.823--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.823--ServerSession(1526542158)--Connection(394372500)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [26, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:29.824--ServerSession(1526542158)--Connection(2124935211)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:29.824--UnitOfWork(1793091070)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.825--UnitOfWork(1793091070)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@19583ef8) [junit] [EL Finest]: 2022-09-10 04:19:29.825--ServerSession(1526542158)--Connection(134762691)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.825--ClientSession(1188587205)--Connection(134762691)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.825--ClientSession(1188587205)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.825--ClientSession(1188587205)--Connection(1849715642)--Thread(Thread[main,5,main])--UPDATE TMP_EMP SET EMP_END = ?, EMP_START = ? WHERE (ID = ?) [junit] bind => [null, null, 26] [junit] [EL Finer]: 2022-09-10 04:19:29.826--ClientSession(1188587205)--Connection(1849715642)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.827--ServerSession(1526542158)--Connection(134762691)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.827--UnitOfWork(1793091070)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.827--UnitOfWork(1793091070)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.827--UnitOfWork(1793091070)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.827--ClientSession(1188587205)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.827--UnitOfWork(1793091070)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.827--ClientSession(1188587205)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.827--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 105675611 [junit] [EL Finer]: 2022-09-10 04:19:29.827--ClientSession(105675611)--Thread(Thread[main,5,main])--acquire unit of work: 1799146899 [junit] [EL Finest]: 2022-09-10 04:19:29.827--UnitOfWork(1799146899)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.827--UnitOfWork(1799146899)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@5161ae11 [junit] [EL Finest]: 2022-09-10 04:19:29.827--UnitOfWork(1799146899)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a [junit] [EL Finest]: 2022-09-10 04:19:29.828--UnitOfWork(1799146899)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:29.828--ServerSession(1526542158)--Connection(474170199)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.828--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.828--ServerSession(1526542158)--Connection(305644594)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [26, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:29.828--ServerSession(1526542158)--Connection(474170199)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.829--UnitOfWork(1799146899)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@746d6fc7 [junit] [EL Finest]: 2022-09-10 04:19:29.829--UnitOfWork(1799146899)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a [junit] [EL Finest]: 2022-09-10 04:19:29.829--UnitOfWork(1799146899)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a [junit] [EL Finer]: 2022-09-10 04:19:29.829--UnitOfWork(1799146899)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.829--UnitOfWork(1799146899)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Employee ) [junit] [EL Finest]: 2022-09-10 04:19:29.829--UnitOfWork(1799146899)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:19:29.829--UnitOfWork(1799146899)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="bicycles" sql="DELETE FROM TMP_EMP_BICYCLE WHERE (EMPLOYEE_ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.829--ServerSession(1526542158)--Connection(1856245635)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.829--ClientSession(105675611)--Connection(1856245635)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.829--ClientSession(105675611)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:29.83--UnitOfWork(1799146899)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="DELETE FROM TMP_EMP_CREDIT WHERE (CLIENT_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:29.83--ClientSession(105675611)--Connection(439867743)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_BICYCLE WHERE (EMPLOYEE_ID = ?) [junit] bind => [26] [junit] [EL Finest]: 2022-09-10 04:19:29.83--UnitOfWork(1799146899)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="DELETE FROM TMP_EMP_HOBBY WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:29.83--ClientSession(105675611)--Connection(439867743)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_CREDIT WHERE (CLIENT_ID = ?) [junit] bind => [26] [junit] [EL Finest]: 2022-09-10 04:19:29.831--UnitOfWork(1799146899)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" sql="DELETE FROM TMP_EMP_PATENT WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:29.831--ClientSession(105675611)--Connection(439867743)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_HOBBY WHERE (EMP_ID = ?) [junit] bind => [26] [junit] [EL Finest]: 2022-09-10 04:19:29.831--UnitOfWork(1799146899)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="DELETE FROM TMP_EMP_PROJECT WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:29.831--ClientSession(105675611)--Connection(439867743)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PATENT WHERE (EMP_ID = ?) [junit] bind => [26] [junit] [EL Finest]: 2022-09-10 04:19:29.832--UnitOfWork(1799146899)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="DELETE FROM TMP_EMP_REVIEW WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:29.832--ClientSession(105675611)--Connection(439867743)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT WHERE (EMP_ID = ?) [junit] bind => [26] [junit] [EL Finest]: 2022-09-10 04:19:29.832--UnitOfWork(1799146899)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@746d6fc7) [junit] [EL Fine]: 2022-09-10 04:19:29.832--ClientSession(105675611)--Connection(439867743)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW WHERE (EMP_ID = ?) [junit] bind => [26] [junit] [EL Finest]: 2022-09-10 04:19:29.833--UnitOfWork(1799146899)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@a) [junit] [EL Fine]: 2022-09-10 04:19:29.833--ClientSession(105675611)--Connection(439867743)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP WHERE (ID = ?) [junit] bind => [26] [junit] [EL Fine]: 2022-09-10 04:19:29.833--ClientSession(105675611)--Connection(439867743)--Thread(Thread[main,5,main])--DELETE FROM TMP_DEP WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [10, 1] [junit] [EL Finer]: 2022-09-10 04:19:29.834--ClientSession(105675611)--Connection(439867743)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.834--ServerSession(1526542158)--Connection(1856245635)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.835--UnitOfWork(1799146899)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.835--UnitOfWork(1799146899)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.835--UnitOfWork(1799146899)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.835--ClientSession(105675611)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.835--UnitOfWork(1799146899)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.835--ClientSession(105675611)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.849--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1216217640 [junit] [EL Finer]: 2022-09-10 04:19:29.849--ClientSession(1216217640)--Thread(Thread[main,5,main])--acquire unit of work: 1501748610 [junit] [EL Finest]: 2022-09-10 04:19:29.849--UnitOfWork(1501748610)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9. [junit] [EL Finest]: 2022-09-10 04:19:29.849--UnitOfWork(1501748610)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@8dce4ca. [junit] [EL Finer]: 2022-09-10 04:19:29.85--UnitOfWork(1501748610)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.85--UnitOfWork(1501748610)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9) [junit] [EL Finest]: 2022-09-10 04:19:29.85--ServerSession(1526542158)--Connection(2013684209)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.85--ClientSession(1216217640)--Connection(2013684209)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.85--ClientSession(1216217640)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:29.85--UnitOfWork(1501748610)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@8dce4ca) [junit] [EL Fine]: 2022-09-10 04:19:29.85--ClientSession(1216217640)--Connection(379990090)--Thread(Thread[main,5,main])--INSERT INTO TMP_DEP (ID, NAME, VERSION) VALUES (?, ?, ?) [junit] bind => [9, R&D, 1] [junit] [EL Fine]: 2022-09-10 04:19:29.851--ClientSession(1216217640)--Connection(379990090)--Thread(Thread[main,5,main])--INSERT INTO TMP_EMP (ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [25, Emil, Bahr, null, null, 2022-09-10 04:19:29.0, null, 9, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:29.851--ClientSession(1216217640)--Connection(379990090)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.852--ServerSession(1526542158)--Connection(2013684209)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.852--UnitOfWork(1501748610)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.852--UnitOfWork(1501748610)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.852--UnitOfWork(1501748610)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.853--ClientSession(1216217640)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.853--UnitOfWork(1501748610)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.853--ClientSession(1216217640)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.853--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 459645558 [junit] [EL Finer]: 2022-09-10 04:19:29.853--ClientSession(459645558)--Thread(Thread[main,5,main])--acquire unit of work: 1675767349 [junit] [EL Finest]: 2022-09-10 04:19:29.853--UnitOfWork(1675767349)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT ID, FIRSTNAME, LASTNAME, SALARY, EMP_END, EMP_START, COSTCENTER, DEPARTMENT, BROKERAGE_ACCOUNT, CUBICLE_FLOOR, CUBICLE_PLACE, SAMPLE_ACCOUNT, PROFILE_GUID FROM TMP_EMP WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.853--UnitOfWork(1675767349)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@474fd577 [junit] [EL Finest]: 2022-09-10 04:19:29.853--UnitOfWork(1675767349)--Thread(Thread[main,5,main])--Register the existing object org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9 [junit] [EL Finest]: 2022-09-10 04:19:29.853--UnitOfWork(1675767349)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="checkingAccount" referenceClass=CheckingAccount sql="SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?)))") [junit] [EL Finest]: 2022-09-10 04:19:29.853--ServerSession(1526542158)--Connection(603879751)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.853--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.853--ServerSession(1526542158)--Connection(1771469594)--Thread(Thread[main,5,main])--SELECT t0.ACC_NUMBER, t0.TYPE, t0.BALANCE, t0.OWNER, t1.ACC_NUMBER, t1.BANKID, t1.BANK_NAME, t1.CREDITLIMIT, t1.CLIENT_ID FROM TMP_ACCOUNT t0, TMP_CHECK_ACC t1 WHERE ((t1.CLIENT_ID = ?) AND ((t1.ACC_NUMBER = t0.ACC_NUMBER) AND (t0.TYPE = ?))) [junit] bind => [25, CheckingAccount] [junit] [EL Finest]: 2022-09-10 04:19:29.854--ServerSession(1526542158)--Connection(603879751)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.854--UnitOfWork(1675767349)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@68c2ebb2 [junit] [EL Finest]: 2022-09-10 04:19:29.854--UnitOfWork(1675767349)--Thread(Thread[main,5,main])--Merge clone with references org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9 [junit] [EL Finest]: 2022-09-10 04:19:29.854--UnitOfWork(1675767349)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9 [junit] [EL Finer]: 2022-09-10 04:19:29.854--UnitOfWork(1675767349)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.854--UnitOfWork(1675767349)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Employee ) [junit] [EL Finest]: 2022-09-10 04:19:29.855--UnitOfWork(1675767349)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=Department ) [junit] [EL Finest]: 2022-09-10 04:19:29.855--UnitOfWork(1675767349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="bicycles" sql="DELETE FROM TMP_EMP_BICYCLE WHERE (EMPLOYEE_ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.855--ServerSession(1526542158)--Connection(1213671529)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.855--ClientSession(459645558)--Connection(1213671529)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.855--ClientSession(459645558)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Finest]: 2022-09-10 04:19:29.855--UnitOfWork(1675767349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="creditCardAccounts" sql="DELETE FROM TMP_EMP_CREDIT WHERE (CLIENT_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:29.855--ClientSession(459645558)--Connection(291763823)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_BICYCLE WHERE (EMPLOYEE_ID = ?) [junit] bind => [25] [junit] [EL Finest]: 2022-09-10 04:19:29.855--UnitOfWork(1675767349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="hobbies" sql="DELETE FROM TMP_EMP_HOBBY WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:29.855--ClientSession(459645558)--Connection(291763823)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_CREDIT WHERE (CLIENT_ID = ?) [junit] bind => [25] [junit] [EL Finest]: 2022-09-10 04:19:29.856--UnitOfWork(1675767349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="patents" sql="DELETE FROM TMP_EMP_PATENT WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:29.856--ClientSession(459645558)--Connection(291763823)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_HOBBY WHERE (EMP_ID = ?) [junit] bind => [25] [junit] [EL Finest]: 2022-09-10 04:19:29.856--UnitOfWork(1675767349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="projects" sql="DELETE FROM TMP_EMP_PROJECT WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:29.856--ClientSession(459645558)--Connection(291763823)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PATENT WHERE (EMP_ID = ?) [junit] bind => [25] [junit] [EL Finest]: 2022-09-10 04:19:29.857--UnitOfWork(1675767349)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(name="reviews" sql="DELETE FROM TMP_EMP_REVIEW WHERE (EMP_ID = ?)") [junit] [EL Fine]: 2022-09-10 04:19:29.857--ClientSession(459645558)--Connection(291763823)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_PROJECT WHERE (EMP_ID = ?) [junit] bind => [25] [junit] [EL Finest]: 2022-09-10 04:19:29.857--UnitOfWork(1675767349)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Employee@68c2ebb2) [junit] [EL Fine]: 2022-09-10 04:19:29.857--ClientSession(459645558)--Connection(291763823)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP_REVIEW WHERE (EMP_ID = ?) [junit] bind => [25] [junit] [EL Finest]: 2022-09-10 04:19:29.857--UnitOfWork(1675767349)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.employee.Department@9) [junit] [EL Fine]: 2022-09-10 04:19:29.857--ClientSession(459645558)--Connection(291763823)--Thread(Thread[main,5,main])--DELETE FROM TMP_EMP WHERE (ID = ?) [junit] bind => [25] [junit] [EL Fine]: 2022-09-10 04:19:29.858--ClientSession(459645558)--Connection(291763823)--Thread(Thread[main,5,main])--DELETE FROM TMP_DEP WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [9, 1] [junit] [EL Finer]: 2022-09-10 04:19:29.858--ClientSession(459645558)--Connection(291763823)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.859--ServerSession(1526542158)--Connection(1213671529)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.859--UnitOfWork(1675767349)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.859--UnitOfWork(1675767349)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.859--UnitOfWork(1675767349)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.859--ClientSession(459645558)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.859--UnitOfWork(1675767349)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.859--ClientSession(459645558)--Thread(Thread[main,5,main])--client released [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.simple.TestPrimaryKeyTypes [junit] [EL Finer]: 2022-09-10 04:19:29.878--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2099269429 [junit] [EL Finer]: 2022-09-10 04:19:29.878--ClientSession(2099269429)--Thread(Thread[main,5,main])--acquire unit of work: 2070713570 [junit] [EL Finest]: 2022-09-10 04:19:29.878--UnitOfWork(2070713570)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess@4d945670. [junit] [EL Finer]: 2022-09-10 04:19:29.878--UnitOfWork(2070713570)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.878--UnitOfWork(2070713570)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess@4d945670) [junit] [EL Finest]: 2022-09-10 04:19:29.879--ServerSession(1526542158)--Connection(162984930)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.879--ClientSession(2099269429)--Connection(162984930)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.879--ClientSession(2099269429)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.879--ClientSession(2099269429)--Connection(375565746)--Thread(Thread[main,5,main])--INSERT INTO TMP_TEMPORAL_FA (ID, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, UTIL_CALENDAR_D, UTIL_CALENDAR_T, UTIL_CALENDAR_TS, UTIL_DATE_D, UTIL_DATE_T, UTIL_DATE_TS) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [1234567890123456789, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:29.879--ClientSession(2099269429)--Connection(375565746)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.88--ServerSession(1526542158)--Connection(162984930)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.88--UnitOfWork(2070713570)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.88--UnitOfWork(2070713570)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.88--UnitOfWork(2070713570)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.88--ClientSession(2099269429)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.88--UnitOfWork(2070713570)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.88--ClientSession(2099269429)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.88--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 868665079 [junit] [EL Finer]: 2022-09-10 04:19:29.881--ClientSession(868665079)--Thread(Thread[main,5,main])--acquire unit of work: 810217984 [junit] [EL Finest]: 2022-09-10 04:19:29.881--UnitOfWork(810217984)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readTemporalTypesFieldAccess" referenceClass=TemporalTypesFieldAccess sql="SELECT ID, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, UTIL_CALENDAR_D, UTIL_CALENDAR_T, UTIL_CALENDAR_TS, UTIL_DATE_D, UTIL_DATE_T, UTIL_DATE_TS FROM TMP_TEMPORAL_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.881--ServerSession(1526542158)--Connection(465417823)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.881--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.881--ServerSession(1526542158)--Connection(511931145)--Thread(Thread[main,5,main])--SELECT ID, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, UTIL_CALENDAR_D, UTIL_CALENDAR_T, UTIL_CALENDAR_TS, UTIL_DATE_D, UTIL_DATE_T, UTIL_DATE_TS FROM TMP_TEMPORAL_FA WHERE (ID = ?) [junit] bind => [1234567890123456789] [junit] [EL Finest]: 2022-09-10 04:19:29.881--ServerSession(1526542158)--Connection(465417823)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.881--UnitOfWork(810217984)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess@a338a54 [junit] [EL Finer]: 2022-09-10 04:19:29.882--UnitOfWork(810217984)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.882--UnitOfWork(810217984)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=TemporalTypesFieldAccess ) [junit] [EL Finest]: 2022-09-10 04:19:29.882--UnitOfWork(810217984)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.TemporalTypesFieldAccess@a338a54) [junit] [EL Finest]: 2022-09-10 04:19:29.882--ServerSession(1526542158)--Connection(721705194)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.882--ClientSession(868665079)--Connection(721705194)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.882--ClientSession(868665079)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.882--ClientSession(868665079)--Connection(21104114)--Thread(Thread[main,5,main])--DELETE FROM TMP_TEMPORAL_FA WHERE (ID = ?) [junit] bind => [1234567890123456789] [junit] [EL Finer]: 2022-09-10 04:19:29.883--ClientSession(868665079)--Connection(21104114)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.883--ServerSession(1526542158)--Connection(721705194)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.884--UnitOfWork(810217984)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.884--UnitOfWork(810217984)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.884--UnitOfWork(810217984)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.884--ClientSession(868665079)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.884--UnitOfWork(810217984)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.884--ClientSession(868665079)--Thread(Thread[main,5,main])--client released [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa1.simple.TestTemporalFieldTypes [junit] [EL Finer]: 2022-09-10 04:19:29.904--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 955844588 [junit] [EL Finer]: 2022-09-10 04:19:29.904--ClientSession(955844588)--Thread(Thread[main,5,main])--acquire unit of work: 1540012111 [junit] [EL Finest]: 2022-09-10 04:19:29.904--UnitOfWork(1540012111)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@36c10c7e. [junit] [EL Finer]: 2022-09-10 04:19:29.904--UnitOfWork(1540012111)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.904--UnitOfWork(1540012111)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@36c10c7e) [junit] [EL Finest]: 2022-09-10 04:19:29.904--ServerSession(1526542158)--Connection(1655890715)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.904--ClientSession(955844588)--Connection(1655890715)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.904--ClientSession(955844588)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.904--ClientSession(955844588)--Connection(1823745986)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [2, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:29.905--ClientSession(955844588)--Connection(1823745986)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.906--ServerSession(1526542158)--Connection(1655890715)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.906--UnitOfWork(1540012111)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.906--UnitOfWork(1540012111)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.906--UnitOfWork(1540012111)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.906--ClientSession(955844588)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.906--UnitOfWork(1540012111)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.906--ClientSession(955844588)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.906--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 398795232 [junit] [EL Finer]: 2022-09-10 04:19:29.906--ClientSession(398795232)--Thread(Thread[main,5,main])--acquire unit of work: 1518509805 [junit] [EL Finest]: 2022-09-10 04:19:29.906--UnitOfWork(1518509805)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.906--ServerSession(1526542158)--Connection(1260212143)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.906--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.906--ServerSession(1526542158)--Connection(2094304363)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:19:29.907--ServerSession(1526542158)--Connection(1260212143)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.907--UnitOfWork(1518509805)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.907--UnitOfWork(1518509805)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2d5aa564 [junit] [EL Finer]: 2022-09-10 04:19:29.907--UnitOfWork(1518509805)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.907--UnitOfWork(1518509805)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2022-09-10 04:19:29.907--UnitOfWork(1518509805)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2d5aa564) [junit] [EL Finest]: 2022-09-10 04:19:29.908--ServerSession(1526542158)--Connection(873813006)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.908--ClientSession(398795232)--Connection(873813006)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.908--ClientSession(398795232)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.908--ClientSession(398795232)--Connection(1741052280)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [2, 1] [junit] [EL Finer]: 2022-09-10 04:19:29.908--ClientSession(398795232)--Connection(1741052280)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.909--ServerSession(1526542158)--Connection(873813006)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.909--UnitOfWork(1518509805)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.909--UnitOfWork(1518509805)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.909--UnitOfWork(1518509805)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.909--ClientSession(398795232)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.909--UnitOfWork(1518509805)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.909--ClientSession(398795232)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.909--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1519470102 [junit] [EL Finer]: 2022-09-10 04:19:29.909--ClientSession(1519470102)--Thread(Thread[main,5,main])--acquire unit of work: 256498085 [junit] [EL Finest]: 2022-09-10 04:19:29.909--UnitOfWork(256498085)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2d5aa564. [junit] [EL Finer]: 2022-09-10 04:19:29.91--UnitOfWork(256498085)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.91--UnitOfWork(256498085)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2d5aa564) [junit] [EL Finest]: 2022-09-10 04:19:29.91--ServerSession(1526542158)--Connection(2142922901)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.91--ClientSession(1519470102)--Connection(2142922901)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.91--ClientSession(1519470102)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.91--ClientSession(1519470102)--Connection(801845378)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [2, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, 2005-10-08 10:49:00.0, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:29.911--ClientSession(1519470102)--Connection(801845378)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.911--ServerSession(1526542158)--Connection(2142922901)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.911--UnitOfWork(256498085)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.911--UnitOfWork(256498085)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.911--UnitOfWork(256498085)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.912--ClientSession(1519470102)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.912--UnitOfWork(256498085)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.912--ClientSession(1519470102)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.912--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1376725729 [junit] [EL Finer]: 2022-09-10 04:19:29.912--ClientSession(1376725729)--Thread(Thread[main,5,main])--acquire unit of work: 615927554 [junit] [EL Finest]: 2022-09-10 04:19:29.912--UnitOfWork(615927554)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.912--ServerSession(1526542158)--Connection(950369427)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.912--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.912--ServerSession(1526542158)--Connection(783654411)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:19:29.912--ServerSession(1526542158)--Connection(950369427)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.913--UnitOfWork(615927554)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.913--UnitOfWork(615927554)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.913--UnitOfWork(615927554)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.913--UnitOfWork(615927554)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.913--UnitOfWork(615927554)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.913--ClientSession(1376725729)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.913--UnitOfWork(615927554)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.913--ClientSession(1376725729)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.913--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 813108085 [junit] [EL Finer]: 2022-09-10 04:19:29.913--ClientSession(813108085)--Thread(Thread[main,5,main])--acquire unit of work: 1351494696 [junit] [EL Finest]: 2022-09-10 04:19:29.913--UnitOfWork(1351494696)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.913--ServerSession(1526542158)--Connection(907770473)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.913--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.913--ServerSession(1526542158)--Connection(1860786701)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:19:29.914--ServerSession(1526542158)--Connection(907770473)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.914--UnitOfWork(1351494696)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.914--UnitOfWork(1351494696)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.914--UnitOfWork(1351494696)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2a26a530) [junit] [EL Finest]: 2022-09-10 04:19:29.915--ServerSession(1526542158)--Connection(1541177249)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.915--ClientSession(813108085)--Connection(1541177249)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.915--ClientSession(813108085)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.915--ClientSession(813108085)--Connection(1154244303)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET UTIL_CALENDAR = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 2, 2, 1] [junit] [EL Finer]: 2022-09-10 04:19:29.915--ClientSession(813108085)--Connection(1154244303)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.916--ServerSession(1526542158)--Connection(1541177249)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.916--UnitOfWork(1351494696)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.916--UnitOfWork(1351494696)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.916--UnitOfWork(1351494696)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.916--ClientSession(813108085)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.916--UnitOfWork(1351494696)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.916--ClientSession(813108085)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.916--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1607603843 [junit] [EL Finer]: 2022-09-10 04:19:29.916--ClientSession(1607603843)--Thread(Thread[main,5,main])--acquire unit of work: 2043543952 [junit] [EL Finest]: 2022-09-10 04:19:29.916--UnitOfWork(2043543952)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.916--ServerSession(1526542158)--Connection(477258611)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.916--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.917--ServerSession(1526542158)--Connection(560030461)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:19:29.917--ServerSession(1526542158)--Connection(477258611)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.917--UnitOfWork(2043543952)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.917--UnitOfWork(2043543952)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.917--UnitOfWork(2043543952)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6865defc) [junit] [EL Finest]: 2022-09-10 04:19:29.917--ServerSession(1526542158)--Connection(1814918002)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.918--ClientSession(1607603843)--Connection(1814918002)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.918--ClientSession(1607603843)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.918--ClientSession(1607603843)--Connection(290916755)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET UTIL_CALENDAR = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [2005-10-08 10:49:00.0, 3, 2, 2] [junit] [EL Finer]: 2022-09-10 04:19:29.918--ClientSession(1607603843)--Connection(290916755)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.919--ServerSession(1526542158)--Connection(1814918002)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.919--UnitOfWork(2043543952)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.919--UnitOfWork(2043543952)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.919--UnitOfWork(2043543952)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.919--ClientSession(1607603843)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.919--UnitOfWork(2043543952)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.919--ClientSession(1607603843)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.919--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1534861587 [junit] [EL Finer]: 2022-09-10 04:19:29.919--ClientSession(1534861587)--Thread(Thread[main,5,main])--acquire unit of work: 1917755518 [junit] [EL Finest]: 2022-09-10 04:19:29.919--UnitOfWork(1917755518)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.919--ServerSession(1526542158)--Connection(951875875)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.919--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.919--ServerSession(1526542158)--Connection(264170632)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:19:29.92--ServerSession(1526542158)--Connection(951875875)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.92--UnitOfWork(1917755518)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.92--UnitOfWork(1917755518)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.92--UnitOfWork(1917755518)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@69942950) [junit] [EL Finest]: 2022-09-10 04:19:29.92--ServerSession(1526542158)--Connection(636796461)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.92--ClientSession(1534861587)--Connection(636796461)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.92--ClientSession(1534861587)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.921--ClientSession(1534861587)--Connection(1190611269)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET UTIL_CALENDAR = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [2005-10-09 10:49:00.0, 4, 2, 3] [junit] [EL Finer]: 2022-09-10 04:19:29.921--ClientSession(1534861587)--Connection(1190611269)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.922--ServerSession(1526542158)--Connection(636796461)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.922--UnitOfWork(1917755518)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.922--UnitOfWork(1917755518)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.922--UnitOfWork(1917755518)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.922--ClientSession(1534861587)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.922--UnitOfWork(1917755518)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.922--ClientSession(1534861587)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.922--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 769898461 [junit] [EL Finer]: 2022-09-10 04:19:29.922--ClientSession(769898461)--Thread(Thread[main,5,main])--acquire unit of work: 1361210949 [junit] [EL Finest]: 2022-09-10 04:19:29.922--UnitOfWork(1361210949)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.922--ServerSession(1526542158)--Connection(1459060789)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.922--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.923--ServerSession(1526542158)--Connection(1208209856)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:19:29.923--ServerSession(1526542158)--Connection(1459060789)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.924--UnitOfWork(1361210949)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.924--UnitOfWork(1361210949)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.924--UnitOfWork(1361210949)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@50601a1e) [junit] [EL Finest]: 2022-09-10 04:19:29.924--ServerSession(1526542158)--Connection(134822492)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.924--ClientSession(769898461)--Connection(134822492)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.924--ClientSession(769898461)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.924--ClientSession(769898461)--Connection(1421078194)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET UTIL_CALENDAR = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 5, 2, 4] [junit] [EL Finer]: 2022-09-10 04:19:29.925--ClientSession(769898461)--Connection(1421078194)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.926--ServerSession(1526542158)--Connection(134822492)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.926--UnitOfWork(1361210949)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.926--UnitOfWork(1361210949)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.926--UnitOfWork(1361210949)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.926--ClientSession(769898461)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.926--UnitOfWork(1361210949)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.926--ClientSession(769898461)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.926--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 432974737 [junit] [EL Finer]: 2022-09-10 04:19:29.926--ClientSession(432974737)--Thread(Thread[main,5,main])--acquire unit of work: 1388515428 [junit] [EL Finest]: 2022-09-10 04:19:29.926--UnitOfWork(1388515428)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.926--ServerSession(1526542158)--Connection(1275007442)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.926--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.926--ServerSession(1526542158)--Connection(920554873)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [2] [junit] [EL Finest]: 2022-09-10 04:19:29.927--ServerSession(1526542158)--Connection(1275007442)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:29.941--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 467311030 [junit] [EL Finer]: 2022-09-10 04:19:29.941--ClientSession(467311030)--Thread(Thread[main,5,main])--acquire unit of work: 1090113385 [junit] [EL Finest]: 2022-09-10 04:19:29.941--UnitOfWork(1090113385)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5a79668b. [junit] [EL Finer]: 2022-09-10 04:19:29.941--UnitOfWork(1090113385)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.942--UnitOfWork(1090113385)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5a79668b) [junit] [EL Finest]: 2022-09-10 04:19:29.942--ServerSession(1526542158)--Connection(1991888881)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.942--ClientSession(467311030)--Connection(1991888881)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.942--ClientSession(467311030)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.942--ClientSession(467311030)--Connection(2025182408)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [7, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:29.943--ClientSession(467311030)--Connection(2025182408)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.943--ServerSession(1526542158)--Connection(1991888881)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.943--UnitOfWork(1090113385)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.943--UnitOfWork(1090113385)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.943--UnitOfWork(1090113385)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.943--ClientSession(467311030)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.943--UnitOfWork(1090113385)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.943--ClientSession(467311030)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.943--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1743919781 [junit] [EL Finer]: 2022-09-10 04:19:29.943--ClientSession(1743919781)--Thread(Thread[main,5,main])--acquire unit of work: 825725191 [junit] [EL Finest]: 2022-09-10 04:19:29.943--UnitOfWork(825725191)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.944--ServerSession(1526542158)--Connection(364502458)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.944--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.944--ServerSession(1526542158)--Connection(772359423)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [7] [junit] [EL Finest]: 2022-09-10 04:19:29.944--ServerSession(1526542158)--Connection(364502458)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.945--UnitOfWork(825725191)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.945--UnitOfWork(825725191)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@f640a06 [junit] [EL Finer]: 2022-09-10 04:19:29.945--UnitOfWork(825725191)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.945--UnitOfWork(825725191)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2022-09-10 04:19:29.945--UnitOfWork(825725191)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@f640a06) [junit] [EL Finest]: 2022-09-10 04:19:29.945--ServerSession(1526542158)--Connection(2025944185)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.945--ClientSession(1743919781)--Connection(2025944185)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.945--ClientSession(1743919781)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.945--ClientSession(1743919781)--Connection(1986879716)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [7, 1] [junit] [EL Finer]: 2022-09-10 04:19:29.946--ClientSession(1743919781)--Connection(1986879716)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.946--ServerSession(1526542158)--Connection(2025944185)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.946--UnitOfWork(825725191)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.946--UnitOfWork(825725191)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.946--UnitOfWork(825725191)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.946--ClientSession(1743919781)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.947--UnitOfWork(825725191)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.947--ClientSession(1743919781)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.947--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 899358551 [junit] [EL Finer]: 2022-09-10 04:19:29.947--ClientSession(899358551)--Thread(Thread[main,5,main])--acquire unit of work: 686564160 [junit] [EL Finest]: 2022-09-10 04:19:29.947--UnitOfWork(686564160)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@f640a06. [junit] [EL Finer]: 2022-09-10 04:19:29.947--UnitOfWork(686564160)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.947--UnitOfWork(686564160)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@f640a06) [junit] [EL Finest]: 2022-09-10 04:19:29.947--ServerSession(1526542158)--Connection(1386217804)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.947--ClientSession(899358551)--Connection(1386217804)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.947--ClientSession(899358551)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.947--ClientSession(899358551)--Connection(1068293608)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [7, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, 1970-01-01 00:00:01.0, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:29.948--ClientSession(899358551)--Connection(1068293608)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.948--ServerSession(1526542158)--Connection(1386217804)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.948--UnitOfWork(686564160)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.948--UnitOfWork(686564160)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.949--UnitOfWork(686564160)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.949--ClientSession(899358551)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.949--UnitOfWork(686564160)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.949--ClientSession(899358551)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.949--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1645834373 [junit] [EL Finer]: 2022-09-10 04:19:29.949--ClientSession(1645834373)--Thread(Thread[main,5,main])--acquire unit of work: 998482611 [junit] [EL Finest]: 2022-09-10 04:19:29.949--UnitOfWork(998482611)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.949--ServerSession(1526542158)--Connection(1426403922)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.949--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.949--ServerSession(1526542158)--Connection(1756674523)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [7] [junit] [EL Finest]: 2022-09-10 04:19:29.95--ServerSession(1526542158)--Connection(1426403922)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.95--UnitOfWork(998482611)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.95--UnitOfWork(998482611)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.95--UnitOfWork(998482611)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.95--UnitOfWork(998482611)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.95--UnitOfWork(998482611)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.95--ClientSession(1645834373)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.95--UnitOfWork(998482611)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.95--ClientSession(1645834373)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.95--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 346462018 [junit] [EL Finer]: 2022-09-10 04:19:29.95--ClientSession(346462018)--Thread(Thread[main,5,main])--acquire unit of work: 1968870898 [junit] [EL Finest]: 2022-09-10 04:19:29.95--UnitOfWork(1968870898)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.95--ServerSession(1526542158)--Connection(824189282)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.95--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.95--ServerSession(1526542158)--Connection(14576684)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [7] [junit] [EL Finest]: 2022-09-10 04:19:29.951--ServerSession(1526542158)--Connection(824189282)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.951--UnitOfWork(1968870898)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.951--UnitOfWork(1968870898)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.951--UnitOfWork(1968870898)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@312d196c) [junit] [EL Finest]: 2022-09-10 04:19:29.951--ServerSession(1526542158)--Connection(1142191427)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.951--ClientSession(346462018)--Connection(1142191427)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.951--ClientSession(346462018)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.952--ClientSession(346462018)--Connection(497803988)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET SQL_TIMESTAMP = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 2, 7, 1] [junit] [EL Finer]: 2022-09-10 04:19:29.952--ClientSession(346462018)--Connection(497803988)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.953--ServerSession(1526542158)--Connection(1142191427)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.953--UnitOfWork(1968870898)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.953--UnitOfWork(1968870898)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.953--UnitOfWork(1968870898)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.953--ClientSession(346462018)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.953--UnitOfWork(1968870898)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.953--ClientSession(346462018)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.953--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 409739606 [junit] [EL Finer]: 2022-09-10 04:19:29.953--ClientSession(409739606)--Thread(Thread[main,5,main])--acquire unit of work: 1519640013 [junit] [EL Finest]: 2022-09-10 04:19:29.953--UnitOfWork(1519640013)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.953--ServerSession(1526542158)--Connection(942204948)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.953--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.953--ServerSession(1526542158)--Connection(1747041170)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [7] [junit] [EL Finest]: 2022-09-10 04:19:29.954--ServerSession(1526542158)--Connection(942204948)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.954--UnitOfWork(1519640013)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.954--UnitOfWork(1519640013)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.954--UnitOfWork(1519640013)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2a10a1e2) [junit] [EL Finest]: 2022-09-10 04:19:29.954--ServerSession(1526542158)--Connection(752813680)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.954--ClientSession(409739606)--Connection(752813680)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.954--ClientSession(409739606)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.955--ClientSession(409739606)--Connection(1164519198)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET SQL_TIMESTAMP = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [1970-01-01 00:00:01.0, 3, 7, 2] [junit] [EL Finer]: 2022-09-10 04:19:29.955--ClientSession(409739606)--Connection(1164519198)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.956--ServerSession(1526542158)--Connection(752813680)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.956--UnitOfWork(1519640013)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.956--UnitOfWork(1519640013)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.956--UnitOfWork(1519640013)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.956--ClientSession(409739606)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.956--UnitOfWork(1519640013)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.956--ClientSession(409739606)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.956--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 846551079 [junit] [EL Finer]: 2022-09-10 04:19:29.956--ClientSession(846551079)--Thread(Thread[main,5,main])--acquire unit of work: 1042860192 [junit] [EL Finest]: 2022-09-10 04:19:29.956--UnitOfWork(1042860192)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.956--ServerSession(1526542158)--Connection(416811012)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.956--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.956--ServerSession(1526542158)--Connection(392841465)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [7] [junit] [EL Finest]: 2022-09-10 04:19:29.957--ServerSession(1526542158)--Connection(416811012)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.957--UnitOfWork(1042860192)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.957--UnitOfWork(1042860192)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.957--UnitOfWork(1042860192)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2f139405) [junit] [EL Finest]: 2022-09-10 04:19:29.957--ServerSession(1526542158)--Connection(1366557572)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.957--ClientSession(846551079)--Connection(1366557572)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.957--ClientSession(846551079)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.958--ClientSession(846551079)--Connection(1067429451)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET SQL_TIMESTAMP = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [1970-01-01 00:00:02.0, 4, 7, 3] [junit] [EL Finer]: 2022-09-10 04:19:29.958--ClientSession(846551079)--Connection(1067429451)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.959--ServerSession(1526542158)--Connection(1366557572)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.959--UnitOfWork(1042860192)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.959--UnitOfWork(1042860192)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.959--UnitOfWork(1042860192)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.959--ClientSession(846551079)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.959--UnitOfWork(1042860192)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.959--ClientSession(846551079)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.959--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1311418513 [junit] [EL Finer]: 2022-09-10 04:19:29.959--ClientSession(1311418513)--Thread(Thread[main,5,main])--acquire unit of work: 201698025 [junit] [EL Finest]: 2022-09-10 04:19:29.959--UnitOfWork(201698025)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.959--ServerSession(1526542158)--Connection(2111548102)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.959--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.959--ServerSession(1526542158)--Connection(1575933017)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [7] [junit] [EL Finest]: 2022-09-10 04:19:29.96--ServerSession(1526542158)--Connection(2111548102)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.96--UnitOfWork(201698025)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.96--UnitOfWork(201698025)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.96--UnitOfWork(201698025)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4745222c) [junit] [EL Finest]: 2022-09-10 04:19:29.96--ServerSession(1526542158)--Connection(1982422889)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.96--ClientSession(1311418513)--Connection(1982422889)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.96--ClientSession(1311418513)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.961--ClientSession(1311418513)--Connection(1353397472)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET SQL_TIMESTAMP = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 5, 7, 4] [junit] [EL Finer]: 2022-09-10 04:19:29.961--ClientSession(1311418513)--Connection(1353397472)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.962--ServerSession(1526542158)--Connection(1982422889)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.962--UnitOfWork(201698025)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.962--UnitOfWork(201698025)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.962--UnitOfWork(201698025)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.962--ClientSession(1311418513)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.962--UnitOfWork(201698025)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.962--ClientSession(1311418513)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.962--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2113300215 [junit] [EL Finer]: 2022-09-10 04:19:29.962--ClientSession(2113300215)--Thread(Thread[main,5,main])--acquire unit of work: 1953710493 [junit] [EL Finest]: 2022-09-10 04:19:29.962--UnitOfWork(1953710493)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.962--ServerSession(1526542158)--Connection(1125218920)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.962--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.962--ServerSession(1526542158)--Connection(1196481739)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [7] [junit] [EL Finest]: 2022-09-10 04:19:29.963--ServerSession(1526542158)--Connection(1125218920)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:29.977--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1904120533 [junit] [EL Finer]: 2022-09-10 04:19:29.977--ClientSession(1904120533)--Thread(Thread[main,5,main])--acquire unit of work: 761406416 [junit] [EL Finest]: 2022-09-10 04:19:29.977--UnitOfWork(761406416)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@31f403ed. [junit] [EL Finer]: 2022-09-10 04:19:29.977--UnitOfWork(761406416)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.978--UnitOfWork(761406416)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@31f403ed) [junit] [EL Finest]: 2022-09-10 04:19:29.978--ServerSession(1526542158)--Connection(116942657)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.978--ClientSession(1904120533)--Connection(116942657)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.978--ClientSession(1904120533)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.978--ClientSession(1904120533)--Connection(985184493)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [3, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:29.979--ClientSession(1904120533)--Connection(985184493)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.979--ServerSession(1526542158)--Connection(116942657)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.979--UnitOfWork(761406416)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.98--UnitOfWork(761406416)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.98--UnitOfWork(761406416)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.98--ClientSession(1904120533)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.98--UnitOfWork(761406416)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.98--ClientSession(1904120533)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.98--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1087433161 [junit] [EL Finer]: 2022-09-10 04:19:29.98--ClientSession(1087433161)--Thread(Thread[main,5,main])--acquire unit of work: 1062231790 [junit] [EL Finest]: 2022-09-10 04:19:29.98--UnitOfWork(1062231790)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.98--ServerSession(1526542158)--Connection(97631719)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.98--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.98--ServerSession(1526542158)--Connection(983299244)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [3] [junit] [EL Finest]: 2022-09-10 04:19:29.981--ServerSession(1526542158)--Connection(97631719)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.981--UnitOfWork(1062231790)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.981--UnitOfWork(1062231790)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@486ee996 [junit] [EL Finer]: 2022-09-10 04:19:29.981--UnitOfWork(1062231790)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.981--UnitOfWork(1062231790)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2022-09-10 04:19:29.981--UnitOfWork(1062231790)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@486ee996) [junit] [EL Finest]: 2022-09-10 04:19:29.981--ServerSession(1526542158)--Connection(1190661622)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.981--ClientSession(1087433161)--Connection(1190661622)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.981--ClientSession(1087433161)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.982--ClientSession(1087433161)--Connection(1156954212)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [3, 1] [junit] [EL Finer]: 2022-09-10 04:19:29.982--ClientSession(1087433161)--Connection(1156954212)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.983--ServerSession(1526542158)--Connection(1190661622)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.983--UnitOfWork(1062231790)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.983--UnitOfWork(1062231790)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.983--UnitOfWork(1062231790)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.983--ClientSession(1087433161)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.983--UnitOfWork(1062231790)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.983--ClientSession(1087433161)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.983--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 2057229155 [junit] [EL Finer]: 2022-09-10 04:19:29.983--ClientSession(2057229155)--Thread(Thread[main,5,main])--acquire unit of work: 323052236 [junit] [EL Finest]: 2022-09-10 04:19:29.983--UnitOfWork(323052236)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@486ee996. [junit] [EL Finer]: 2022-09-10 04:19:29.983--UnitOfWork(323052236)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.983--UnitOfWork(323052236)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@486ee996) [junit] [EL Finest]: 2022-09-10 04:19:29.983--ServerSession(1526542158)--Connection(770974636)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.984--ClientSession(2057229155)--Connection(770974636)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.984--ClientSession(2057229155)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.984--ClientSession(2057229155)--Connection(570292410)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [3, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, 2005-10-08 00:00:00.0, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:29.985--ClientSession(2057229155)--Connection(570292410)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.985--ServerSession(1526542158)--Connection(770974636)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.985--UnitOfWork(323052236)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.985--UnitOfWork(323052236)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.985--UnitOfWork(323052236)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.986--ClientSession(2057229155)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.986--UnitOfWork(323052236)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.986--ClientSession(2057229155)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.986--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1925903111 [junit] [EL Finer]: 2022-09-10 04:19:29.986--ClientSession(1925903111)--Thread(Thread[main,5,main])--acquire unit of work: 1019014604 [junit] [EL Finest]: 2022-09-10 04:19:29.986--UnitOfWork(1019014604)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.986--ServerSession(1526542158)--Connection(283669489)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.986--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.986--ServerSession(1526542158)--Connection(343069183)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [3] [junit] [EL Finest]: 2022-09-10 04:19:29.987--ServerSession(1526542158)--Connection(283669489)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.987--UnitOfWork(1019014604)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.987--UnitOfWork(1019014604)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.987--UnitOfWork(1019014604)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.987--UnitOfWork(1019014604)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.987--UnitOfWork(1019014604)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.987--ClientSession(1925903111)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.987--UnitOfWork(1019014604)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.987--ClientSession(1925903111)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.987--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 538752017 [junit] [EL Finer]: 2022-09-10 04:19:29.987--ClientSession(538752017)--Thread(Thread[main,5,main])--acquire unit of work: 704958781 [junit] [EL Finest]: 2022-09-10 04:19:29.987--UnitOfWork(704958781)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.988--ServerSession(1526542158)--Connection(1472578256)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.988--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.988--ServerSession(1526542158)--Connection(1444476205)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [3] [junit] [EL Finest]: 2022-09-10 04:19:29.988--ServerSession(1526542158)--Connection(1472578256)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.989--UnitOfWork(704958781)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.989--UnitOfWork(704958781)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.989--UnitOfWork(704958781)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@66ca5bd5) [junit] [EL Finest]: 2022-09-10 04:19:29.989--ServerSession(1526542158)--Connection(1985555490)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.989--ClientSession(538752017)--Connection(1985555490)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.989--ClientSession(538752017)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.99--ClientSession(538752017)--Connection(1123665359)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET UTIL_CALENDAR = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 2, 3, 1] [junit] [EL Finer]: 2022-09-10 04:19:29.99--ClientSession(538752017)--Connection(1123665359)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.991--ServerSession(1526542158)--Connection(1985555490)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.991--UnitOfWork(704958781)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.991--UnitOfWork(704958781)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.991--UnitOfWork(704958781)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.991--ClientSession(538752017)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.991--UnitOfWork(704958781)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.991--ClientSession(538752017)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.991--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1592312457 [junit] [EL Finer]: 2022-09-10 04:19:29.991--ClientSession(1592312457)--Thread(Thread[main,5,main])--acquire unit of work: 1379115814 [junit] [EL Finest]: 2022-09-10 04:19:29.991--UnitOfWork(1379115814)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.991--ServerSession(1526542158)--Connection(1734449054)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.991--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.991--ServerSession(1526542158)--Connection(2017733570)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [3] [junit] [EL Finest]: 2022-09-10 04:19:29.992--ServerSession(1526542158)--Connection(1734449054)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.992--UnitOfWork(1379115814)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.992--UnitOfWork(1379115814)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.992--UnitOfWork(1379115814)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@44f35879) [junit] [EL Finest]: 2022-09-10 04:19:29.993--ServerSession(1526542158)--Connection(2137316987)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.993--ClientSession(1592312457)--Connection(2137316987)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.993--ClientSession(1592312457)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.993--ClientSession(1592312457)--Connection(2132412504)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET UTIL_CALENDAR = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [2005-10-08 00:00:00.0, 3, 3, 2] [junit] [EL Finer]: 2022-09-10 04:19:29.994--ClientSession(1592312457)--Connection(2132412504)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:29.994--ServerSession(1526542158)--Connection(2137316987)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.994--UnitOfWork(1379115814)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:29.994--UnitOfWork(1379115814)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.994--UnitOfWork(1379115814)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.994--ClientSession(1592312457)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:29.994--UnitOfWork(1379115814)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:29.994--ClientSession(1592312457)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:29.994--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1721502820 [junit] [EL Finer]: 2022-09-10 04:19:29.994--ClientSession(1721502820)--Thread(Thread[main,5,main])--acquire unit of work: 1231781927 [junit] [EL Finest]: 2022-09-10 04:19:29.995--UnitOfWork(1231781927)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:29.995--ServerSession(1526542158)--Connection(1302425711)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.995--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.995--ServerSession(1526542158)--Connection(1720675898)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [3] [junit] [EL Finest]: 2022-09-10 04:19:29.996--ServerSession(1526542158)--Connection(1302425711)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:29.996--UnitOfWork(1231781927)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:29.996--UnitOfWork(1231781927)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:29.996--UnitOfWork(1231781927)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@336d4bf4) [junit] [EL Finest]: 2022-09-10 04:19:29.996--ServerSession(1526542158)--Connection(2074106566)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:29.996--ClientSession(1721502820)--Connection(2074106566)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:29.996--ClientSession(1721502820)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:29.997--ClientSession(1721502820)--Connection(1173277311)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET UTIL_CALENDAR = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [2005-10-09 00:00:00.0, 4, 3, 3] [junit] [EL Finer]: 2022-09-10 04:19:30.04--ClientSession(1721502820)--Connection(1173277311)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:30.042--ServerSession(1526542158)--Connection(2074106566)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.042--UnitOfWork(1231781927)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:30.042--UnitOfWork(1231781927)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.042--UnitOfWork(1231781927)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.042--ClientSession(1721502820)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.042--UnitOfWork(1231781927)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.042--ClientSession(1721502820)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:30.042--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1001529182 [junit] [EL Finer]: 2022-09-10 04:19:30.042--ClientSession(1001529182)--Thread(Thread[main,5,main])--acquire unit of work: 146577253 [junit] [EL Finest]: 2022-09-10 04:19:30.042--UnitOfWork(146577253)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:30.043--ServerSession(1526542158)--Connection(1020509772)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.043--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.043--ServerSession(1526542158)--Connection(370797264)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [3] [junit] [EL Finest]: 2022-09-10 04:19:30.044--ServerSession(1526542158)--Connection(1020509772)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.044--UnitOfWork(146577253)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:30.044--UnitOfWork(146577253)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:30.045--UnitOfWork(146577253)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@70110567) [junit] [EL Finest]: 2022-09-10 04:19:30.045--ServerSession(1526542158)--Connection(1181737746)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.045--ClientSession(1001529182)--Connection(1181737746)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:30.045--ClientSession(1001529182)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.045--ClientSession(1001529182)--Connection(413578432)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET UTIL_CALENDAR = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 5, 3, 4] [junit] [EL Finer]: 2022-09-10 04:19:30.046--ClientSession(1001529182)--Connection(413578432)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:30.047--ServerSession(1526542158)--Connection(1181737746)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.047--UnitOfWork(146577253)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:30.047--UnitOfWork(146577253)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.047--UnitOfWork(146577253)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.047--ClientSession(1001529182)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.047--UnitOfWork(146577253)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.047--ClientSession(1001529182)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:30.047--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1238077930 [junit] [EL Finer]: 2022-09-10 04:19:30.048--ClientSession(1238077930)--Thread(Thread[main,5,main])--acquire unit of work: 1684417703 [junit] [EL Finest]: 2022-09-10 04:19:30.048--UnitOfWork(1684417703)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:30.048--ServerSession(1526542158)--Connection(558071925)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.048--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.048--ServerSession(1526542158)--Connection(2110135813)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [3] [junit] [EL Finest]: 2022-09-10 04:19:30.049--ServerSession(1526542158)--Connection(558071925)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:30.064--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 596605949 [junit] [EL Finer]: 2022-09-10 04:19:30.064--ClientSession(596605949)--Thread(Thread[main,5,main])--acquire unit of work: 81771255 [junit] [EL Finest]: 2022-09-10 04:19:30.064--UnitOfWork(81771255)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6aa2754e. [junit] [EL Finer]: 2022-09-10 04:19:30.064--UnitOfWork(81771255)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:30.064--UnitOfWork(81771255)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6aa2754e) [junit] [EL Finest]: 2022-09-10 04:19:30.064--ServerSession(1526542158)--Connection(2060256287)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.064--ClientSession(596605949)--Connection(2060256287)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:30.065--ClientSession(596605949)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.065--ClientSession(596605949)--Connection(54268339)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [4, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:30.066--ClientSession(596605949)--Connection(54268339)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:30.066--ServerSession(1526542158)--Connection(2060256287)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.066--UnitOfWork(81771255)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:30.066--UnitOfWork(81771255)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.067--UnitOfWork(81771255)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.067--ClientSession(596605949)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.067--UnitOfWork(81771255)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.067--ClientSession(596605949)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:30.067--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1692588884 [junit] [EL Finer]: 2022-09-10 04:19:30.067--ClientSession(1692588884)--Thread(Thread[main,5,main])--acquire unit of work: 129036274 [junit] [EL Finest]: 2022-09-10 04:19:30.067--UnitOfWork(129036274)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:30.067--ServerSession(1526542158)--Connection(353088127)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.067--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.067--ServerSession(1526542158)--Connection(221080142)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [4] [junit] [EL Finest]: 2022-09-10 04:19:30.068--ServerSession(1526542158)--Connection(353088127)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.068--UnitOfWork(129036274)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:30.068--UnitOfWork(129036274)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@37f85a65 [junit] [EL Finer]: 2022-09-10 04:19:30.068--UnitOfWork(129036274)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:30.068--UnitOfWork(129036274)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2022-09-10 04:19:30.068--UnitOfWork(129036274)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@37f85a65) [junit] [EL Finest]: 2022-09-10 04:19:30.068--ServerSession(1526542158)--Connection(386308670)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.068--ClientSession(1692588884)--Connection(386308670)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:30.068--ClientSession(1692588884)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.069--ClientSession(1692588884)--Connection(749220548)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [4, 1] [junit] [EL Finer]: 2022-09-10 04:19:30.069--ClientSession(1692588884)--Connection(749220548)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:30.07--ServerSession(1526542158)--Connection(386308670)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.07--UnitOfWork(129036274)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:30.07--UnitOfWork(129036274)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.07--UnitOfWork(129036274)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.07--ClientSession(1692588884)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.07--UnitOfWork(129036274)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.07--ClientSession(1692588884)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:30.07--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 586497691 [junit] [EL Finer]: 2022-09-10 04:19:30.07--ClientSession(586497691)--Thread(Thread[main,5,main])--acquire unit of work: 1327891987 [junit] [EL Finest]: 2022-09-10 04:19:30.07--UnitOfWork(1327891987)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@37f85a65. [junit] [EL Finer]: 2022-09-10 04:19:30.07--UnitOfWork(1327891987)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:30.07--UnitOfWork(1327891987)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@37f85a65) [junit] [EL Finest]: 2022-09-10 04:19:30.07--ServerSession(1526542158)--Connection(677094482)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.07--ClientSession(586497691)--Connection(677094482)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:30.071--ClientSession(586497691)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.071--ClientSession(586497691)--Connection(592528932)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [4, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, 1970-02-01 10:49:00.0, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:30.071--ClientSession(586497691)--Connection(592528932)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:30.072--ServerSession(1526542158)--Connection(677094482)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.072--UnitOfWork(1327891987)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:30.072--UnitOfWork(1327891987)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.072--UnitOfWork(1327891987)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.073--ClientSession(586497691)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.073--UnitOfWork(1327891987)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.073--ClientSession(586497691)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:30.073--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1244709143 [junit] [EL Finer]: 2022-09-10 04:19:30.073--ClientSession(1244709143)--Thread(Thread[main,5,main])--acquire unit of work: 1677315603 [junit] [EL Finest]: 2022-09-10 04:19:30.073--UnitOfWork(1677315603)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:30.073--ServerSession(1526542158)--Connection(2030923389)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.073--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.073--ServerSession(1526542158)--Connection(574007921)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [4] [junit] [EL Finest]: 2022-09-10 04:19:30.074--ServerSession(1526542158)--Connection(2030923389)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.074--UnitOfWork(1677315603)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:30.074--UnitOfWork(1677315603)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:30.074--UnitOfWork(1677315603)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:30.074--UnitOfWork(1677315603)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.074--UnitOfWork(1677315603)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.074--ClientSession(1244709143)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.074--UnitOfWork(1677315603)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.074--ClientSession(1244709143)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:30.074--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1069090688 [junit] [EL Finer]: 2022-09-10 04:19:30.074--ClientSession(1069090688)--Thread(Thread[main,5,main])--acquire unit of work: 1296242110 [junit] [EL Finest]: 2022-09-10 04:19:30.074--UnitOfWork(1296242110)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:30.074--ServerSession(1526542158)--Connection(1252272400)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.074--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.074--ServerSession(1526542158)--Connection(1214239229)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [4] [junit] [EL Finest]: 2022-09-10 04:19:30.075--ServerSession(1526542158)--Connection(1252272400)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.075--UnitOfWork(1296242110)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:30.075--UnitOfWork(1296242110)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:30.075--UnitOfWork(1296242110)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@1111e24) [junit] [EL Finest]: 2022-09-10 04:19:30.076--ServerSession(1526542158)--Connection(1650216335)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.076--ClientSession(1069090688)--Connection(1650216335)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:30.076--ClientSession(1069090688)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.076--ClientSession(1069090688)--Connection(975458229)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET UTIL_CALENDAR = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 2, 4, 1] [junit] [EL Finer]: 2022-09-10 04:19:30.077--ClientSession(1069090688)--Connection(975458229)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:30.077--ServerSession(1526542158)--Connection(1650216335)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.077--UnitOfWork(1296242110)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:30.078--UnitOfWork(1296242110)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.078--UnitOfWork(1296242110)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.078--ClientSession(1069090688)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.078--UnitOfWork(1296242110)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.078--ClientSession(1069090688)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:30.078--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1002187900 [junit] [EL Finer]: 2022-09-10 04:19:30.078--ClientSession(1002187900)--Thread(Thread[main,5,main])--acquire unit of work: 595428697 [junit] [EL Finest]: 2022-09-10 04:19:30.078--UnitOfWork(595428697)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:30.078--ServerSession(1526542158)--Connection(2086184195)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.078--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.078--ServerSession(1526542158)--Connection(645649721)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [4] [junit] [EL Finest]: 2022-09-10 04:19:30.079--ServerSession(1526542158)--Connection(2086184195)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.079--UnitOfWork(595428697)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:30.079--UnitOfWork(595428697)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:30.079--UnitOfWork(595428697)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@a2f1c1f) [junit] [EL Finest]: 2022-09-10 04:19:30.079--ServerSession(1526542158)--Connection(2028163722)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.079--ClientSession(1002187900)--Connection(2028163722)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:30.079--ClientSession(1002187900)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.079--ClientSession(1002187900)--Connection(2101230308)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET UTIL_CALENDAR = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [1970-02-01 10:49:00.0, 3, 4, 2] [junit] [EL Finer]: 2022-09-10 04:19:30.08--ClientSession(1002187900)--Connection(2101230308)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:30.081--ServerSession(1526542158)--Connection(2028163722)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.081--UnitOfWork(595428697)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:30.081--UnitOfWork(595428697)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.081--UnitOfWork(595428697)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.081--ClientSession(1002187900)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.081--UnitOfWork(595428697)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.081--ClientSession(1002187900)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:30.081--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 836523237 [junit] [EL Finer]: 2022-09-10 04:19:30.081--ClientSession(836523237)--Thread(Thread[main,5,main])--acquire unit of work: 1035575584 [junit] [EL Finest]: 2022-09-10 04:19:30.081--UnitOfWork(1035575584)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:30.081--ServerSession(1526542158)--Connection(718806769)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.081--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.081--ServerSession(1526542158)--Connection(810750261)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [4] [junit] [EL Finest]: 2022-09-10 04:19:30.082--ServerSession(1526542158)--Connection(718806769)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.082--UnitOfWork(1035575584)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:30.082--UnitOfWork(1035575584)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:30.082--UnitOfWork(1035575584)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@797ea658) [junit] [EL Finest]: 2022-09-10 04:19:30.082--ServerSession(1526542158)--Connection(1791561308)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.082--ClientSession(836523237)--Connection(1791561308)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:30.082--ClientSession(836523237)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.083--ClientSession(836523237)--Connection(567484288)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET UTIL_CALENDAR = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [1970-02-01 11:49:00.0, 4, 4, 3] [junit] [EL Finer]: 2022-09-10 04:19:30.083--ClientSession(836523237)--Connection(567484288)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:30.084--ServerSession(1526542158)--Connection(1791561308)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.084--UnitOfWork(1035575584)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:30.084--UnitOfWork(1035575584)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.084--UnitOfWork(1035575584)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.084--ClientSession(836523237)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.084--UnitOfWork(1035575584)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.084--ClientSession(836523237)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:30.084--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 954641186 [junit] [EL Finer]: 2022-09-10 04:19:30.084--ClientSession(954641186)--Thread(Thread[main,5,main])--acquire unit of work: 24157345 [junit] [EL Finest]: 2022-09-10 04:19:30.084--UnitOfWork(24157345)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:30.084--ServerSession(1526542158)--Connection(903545370)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.084--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.084--ServerSession(1526542158)--Connection(1345261819)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [4] [junit] [EL Finest]: 2022-09-10 04:19:30.085--ServerSession(1526542158)--Connection(903545370)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.085--UnitOfWork(24157345)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:30.085--UnitOfWork(24157345)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:30.085--UnitOfWork(24157345)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@35ab1628) [junit] [EL Finest]: 2022-09-10 04:19:30.085--ServerSession(1526542158)--Connection(678476618)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.085--ClientSession(954641186)--Connection(678476618)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:30.085--ClientSession(954641186)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.086--ClientSession(954641186)--Connection(409602233)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET UTIL_CALENDAR = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 5, 4, 4] [junit] [EL Finer]: 2022-09-10 04:19:30.086--ClientSession(954641186)--Connection(409602233)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:30.087--ServerSession(1526542158)--Connection(678476618)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.087--UnitOfWork(24157345)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:30.087--UnitOfWork(24157345)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.087--UnitOfWork(24157345)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.087--ClientSession(954641186)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.087--UnitOfWork(24157345)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.087--ClientSession(954641186)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:30.087--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 510828552 [junit] [EL Finer]: 2022-09-10 04:19:30.087--ClientSession(510828552)--Thread(Thread[main,5,main])--acquire unit of work: 1452629183 [junit] [EL Finest]: 2022-09-10 04:19:30.087--UnitOfWork(1452629183)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:30.087--ServerSession(1526542158)--Connection(1227453088)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.087--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.087--ServerSession(1526542158)--Connection(1442774941)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [4] [junit] [EL Finest]: 2022-09-10 04:19:30.088--ServerSession(1526542158)--Connection(1227453088)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:30.116--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1802442985 [junit] [EL Finer]: 2022-09-10 04:19:30.116--ClientSession(1802442985)--Thread(Thread[main,5,main])--acquire unit of work: 91829671 [junit] [EL Finest]: 2022-09-10 04:19:30.116--UnitOfWork(91829671)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@68e14285. [junit] [EL Finer]: 2022-09-10 04:19:30.116--UnitOfWork(91829671)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:30.116--UnitOfWork(91829671)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@68e14285) [junit] [EL Finest]: 2022-09-10 04:19:30.117--ServerSession(1526542158)--Connection(1824254416)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.117--ClientSession(1802442985)--Connection(1824254416)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:30.117--ClientSession(1802442985)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.117--ClientSession(1802442985)--Connection(547565037)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [5, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:30.118--ClientSession(1802442985)--Connection(547565037)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:30.119--ServerSession(1526542158)--Connection(1824254416)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.119--UnitOfWork(91829671)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:30.119--UnitOfWork(91829671)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.119--UnitOfWork(91829671)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.119--ClientSession(1802442985)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.119--UnitOfWork(91829671)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.119--ClientSession(1802442985)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:30.119--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 242845441 [junit] [EL Finer]: 2022-09-10 04:19:30.119--ClientSession(242845441)--Thread(Thread[main,5,main])--acquire unit of work: 931929958 [junit] [EL Finest]: 2022-09-10 04:19:30.119--UnitOfWork(931929958)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:30.119--ServerSession(1526542158)--Connection(1357843335)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.119--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.12--ServerSession(1526542158)--Connection(360037089)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [5] [junit] [EL Finest]: 2022-09-10 04:19:30.12--ServerSession(1526542158)--Connection(1357843335)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.121--UnitOfWork(931929958)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:30.121--UnitOfWork(931929958)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@28cda4c8 [junit] [EL Finer]: 2022-09-10 04:19:30.121--UnitOfWork(931929958)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:30.121--UnitOfWork(931929958)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2022-09-10 04:19:30.121--UnitOfWork(931929958)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@28cda4c8) [junit] [EL Finest]: 2022-09-10 04:19:30.121--ServerSession(1526542158)--Connection(1953733927)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.121--ClientSession(242845441)--Connection(1953733927)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:30.121--ClientSession(242845441)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.121--ClientSession(242845441)--Connection(1161257691)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [5, 1] [junit] [EL Finer]: 2022-09-10 04:19:30.122--ClientSession(242845441)--Connection(1161257691)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:30.123--ServerSession(1526542158)--Connection(1953733927)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.123--UnitOfWork(931929958)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:30.123--UnitOfWork(931929958)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.123--UnitOfWork(931929958)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.123--ClientSession(242845441)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.123--UnitOfWork(931929958)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.123--ClientSession(242845441)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:30.123--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1167963470 [junit] [EL Finer]: 2022-09-10 04:19:30.123--ClientSession(1167963470)--Thread(Thread[main,5,main])--acquire unit of work: 994195100 [junit] [EL Finest]: 2022-09-10 04:19:30.123--UnitOfWork(994195100)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@28cda4c8. [junit] [EL Finer]: 2022-09-10 04:19:30.123--UnitOfWork(994195100)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:30.123--UnitOfWork(994195100)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@28cda4c8) [junit] [EL Finest]: 2022-09-10 04:19:30.123--ServerSession(1526542158)--Connection(562029241)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.123--ClientSession(1167963470)--Connection(562029241)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:30.123--ClientSession(1167963470)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.124--ClientSession(1167963470)--Connection(157287453)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [5, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, 2005-09-08, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:30.125--ClientSession(1167963470)--Connection(157287453)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:30.125--ServerSession(1526542158)--Connection(562029241)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.125--UnitOfWork(994195100)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:30.125--UnitOfWork(994195100)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.125--UnitOfWork(994195100)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.125--ClientSession(1167963470)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.125--UnitOfWork(994195100)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.125--ClientSession(1167963470)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:30.125--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1517260531 [junit] [EL Finer]: 2022-09-10 04:19:30.126--ClientSession(1517260531)--Thread(Thread[main,5,main])--acquire unit of work: 1403398479 [junit] [EL Finest]: 2022-09-10 04:19:30.126--UnitOfWork(1403398479)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:30.126--ServerSession(1526542158)--Connection(301189549)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.126--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.126--ServerSession(1526542158)--Connection(1258643950)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [5] [junit] [EL Finest]: 2022-09-10 04:19:30.127--ServerSession(1526542158)--Connection(301189549)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.127--UnitOfWork(1403398479)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:30.127--UnitOfWork(1403398479)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:30.127--UnitOfWork(1403398479)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:30.127--UnitOfWork(1403398479)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.127--UnitOfWork(1403398479)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.127--ClientSession(1517260531)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.127--UnitOfWork(1403398479)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.127--ClientSession(1517260531)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:30.127--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1448147359 [junit] [EL Finer]: 2022-09-10 04:19:30.127--ClientSession(1448147359)--Thread(Thread[main,5,main])--acquire unit of work: 2012362433 [junit] [EL Finest]: 2022-09-10 04:19:30.127--UnitOfWork(2012362433)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:30.127--ServerSession(1526542158)--Connection(1360094495)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.127--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.128--ServerSession(1526542158)--Connection(1207395457)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [5] [junit] [EL Finest]: 2022-09-10 04:19:30.128--ServerSession(1526542158)--Connection(1360094495)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.128--UnitOfWork(2012362433)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:30.128--UnitOfWork(2012362433)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:30.128--UnitOfWork(2012362433)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2a7b3348) [junit] [EL Finest]: 2022-09-10 04:19:30.129--ServerSession(1526542158)--Connection(591547076)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.129--ClientSession(1448147359)--Connection(591547076)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:30.129--ClientSession(1448147359)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.129--ClientSession(1448147359)--Connection(1347476631)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET SQL_DATE = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 2, 5, 1] [junit] [EL Finer]: 2022-09-10 04:19:30.13--ClientSession(1448147359)--Connection(1347476631)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:30.13--ServerSession(1526542158)--Connection(591547076)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.13--UnitOfWork(2012362433)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:30.13--UnitOfWork(2012362433)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.131--UnitOfWork(2012362433)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.131--ClientSession(1448147359)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.131--UnitOfWork(2012362433)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.131--ClientSession(1448147359)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:30.131--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 105917966 [junit] [EL Finer]: 2022-09-10 04:19:30.131--ClientSession(105917966)--Thread(Thread[main,5,main])--acquire unit of work: 1353907767 [junit] [EL Finest]: 2022-09-10 04:19:30.131--UnitOfWork(1353907767)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:30.131--ServerSession(1526542158)--Connection(985963771)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.131--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.131--ServerSession(1526542158)--Connection(664697547)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [5] [junit] [EL Finest]: 2022-09-10 04:19:30.132--ServerSession(1526542158)--Connection(985963771)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.132--UnitOfWork(1353907767)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:30.132--UnitOfWork(1353907767)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:30.132--UnitOfWork(1353907767)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@79806a56) [junit] [EL Finest]: 2022-09-10 04:19:30.132--ServerSession(1526542158)--Connection(1171185668)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.132--ClientSession(105917966)--Connection(1171185668)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:30.132--ClientSession(105917966)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.132--ClientSession(105917966)--Connection(1257520194)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET SQL_DATE = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [2005-09-08, 3, 5, 2] [junit] [EL Finer]: 2022-09-10 04:19:30.133--ClientSession(105917966)--Connection(1257520194)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:30.133--ServerSession(1526542158)--Connection(1171185668)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.134--UnitOfWork(1353907767)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:30.134--UnitOfWork(1353907767)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.134--UnitOfWork(1353907767)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.146--ClientSession(105917966)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.146--UnitOfWork(1353907767)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.146--ClientSession(105917966)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:30.146--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1326267673 [junit] [EL Finer]: 2022-09-10 04:19:30.146--ClientSession(1326267673)--Thread(Thread[main,5,main])--acquire unit of work: 619716246 [junit] [EL Finest]: 2022-09-10 04:19:30.146--UnitOfWork(619716246)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:30.146--ServerSession(1526542158)--Connection(1972475685)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.146--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.146--ServerSession(1526542158)--Connection(24592320)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [5] [junit] [EL Finest]: 2022-09-10 04:19:30.147--ServerSession(1526542158)--Connection(1972475685)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.147--UnitOfWork(619716246)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:30.147--UnitOfWork(619716246)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:30.148--UnitOfWork(619716246)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7a450634) [junit] [EL Finest]: 2022-09-10 04:19:30.148--ServerSession(1526542158)--Connection(1144968432)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.148--ClientSession(1326267673)--Connection(1144968432)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:30.148--ClientSession(1326267673)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.148--ClientSession(1326267673)--Connection(1669576666)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET SQL_DATE = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [2005-09-09, 4, 5, 3] [junit] [EL Finer]: 2022-09-10 04:19:30.149--ClientSession(1326267673)--Connection(1669576666)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:30.15--ServerSession(1526542158)--Connection(1144968432)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.15--UnitOfWork(619716246)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:30.15--UnitOfWork(619716246)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.15--UnitOfWork(619716246)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.15--ClientSession(1326267673)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.15--UnitOfWork(619716246)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.15--ClientSession(1326267673)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:30.15--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1692473173 [junit] [EL Finer]: 2022-09-10 04:19:30.15--ClientSession(1692473173)--Thread(Thread[main,5,main])--acquire unit of work: 438452596 [junit] [EL Finest]: 2022-09-10 04:19:30.15--UnitOfWork(438452596)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:30.15--ServerSession(1526542158)--Connection(13895601)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.15--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.15--ServerSession(1526542158)--Connection(10443779)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [5] [junit] [EL Finest]: 2022-09-10 04:19:30.151--ServerSession(1526542158)--Connection(13895601)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.151--UnitOfWork(438452596)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:30.151--UnitOfWork(438452596)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:30.152--UnitOfWork(438452596)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@44c00745) [junit] [EL Finest]: 2022-09-10 04:19:30.152--ServerSession(1526542158)--Connection(386081984)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.152--ClientSession(1692473173)--Connection(386081984)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:30.152--ClientSession(1692473173)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.152--ClientSession(1692473173)--Connection(944401783)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET SQL_DATE = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 5, 5, 4] [junit] [EL Finer]: 2022-09-10 04:19:30.153--ClientSession(1692473173)--Connection(944401783)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:30.153--ServerSession(1526542158)--Connection(386081984)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.153--UnitOfWork(438452596)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:30.153--UnitOfWork(438452596)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.154--UnitOfWork(438452596)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.154--ClientSession(1692473173)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.154--UnitOfWork(438452596)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.154--ClientSession(1692473173)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:30.154--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1697200496 [junit] [EL Finer]: 2022-09-10 04:19:30.154--ClientSession(1697200496)--Thread(Thread[main,5,main])--acquire unit of work: 249807223 [junit] [EL Finest]: 2022-09-10 04:19:30.154--UnitOfWork(249807223)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:30.154--ServerSession(1526542158)--Connection(1463210928)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.154--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.154--ServerSession(1526542158)--Connection(769777975)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [5] [junit] [EL Finest]: 2022-09-10 04:19:30.155--ServerSession(1526542158)--Connection(1463210928)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:30.17--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 802113875 [junit] [EL Finer]: 2022-09-10 04:19:30.17--ClientSession(802113875)--Thread(Thread[main,5,main])--acquire unit of work: 994891660 [junit] [EL Finest]: 2022-09-10 04:19:30.17--UnitOfWork(994891660)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@625b4c5. [junit] [EL Finer]: 2022-09-10 04:19:30.17--UnitOfWork(994891660)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:30.17--UnitOfWork(994891660)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@625b4c5) [junit] [EL Finest]: 2022-09-10 04:19:30.17--ServerSession(1526542158)--Connection(123410703)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.17--ClientSession(802113875)--Connection(123410703)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:30.17--ClientSession(802113875)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.171--ClientSession(802113875)--Connection(1526095583)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [6, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:30.171--ClientSession(802113875)--Connection(1526095583)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:30.172--ServerSession(1526542158)--Connection(123410703)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.172--UnitOfWork(994891660)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:30.172--UnitOfWork(994891660)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.172--UnitOfWork(994891660)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.172--ClientSession(802113875)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.172--UnitOfWork(994891660)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.172--ClientSession(802113875)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:30.172--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 640625482 [junit] [EL Finer]: 2022-09-10 04:19:30.172--ClientSession(640625482)--Thread(Thread[main,5,main])--acquire unit of work: 1321699830 [junit] [EL Finest]: 2022-09-10 04:19:30.172--UnitOfWork(1321699830)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:30.172--ServerSession(1526542158)--Connection(1296831100)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.172--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.172--ServerSession(1526542158)--Connection(720948827)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [6] [junit] [EL Finest]: 2022-09-10 04:19:30.173--ServerSession(1526542158)--Connection(1296831100)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.173--UnitOfWork(1321699830)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:30.173--UnitOfWork(1321699830)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2a5a573b [junit] [EL Finer]: 2022-09-10 04:19:30.173--UnitOfWork(1321699830)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:30.173--UnitOfWork(1321699830)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2022-09-10 04:19:30.174--UnitOfWork(1321699830)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2a5a573b) [junit] [EL Finest]: 2022-09-10 04:19:30.174--ServerSession(1526542158)--Connection(631554210)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.174--ClientSession(640625482)--Connection(631554210)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:30.174--ClientSession(640625482)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.174--ClientSession(640625482)--Connection(1637532716)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [6, 1] [junit] [EL Finer]: 2022-09-10 04:19:30.174--ClientSession(640625482)--Connection(1637532716)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:30.175--ServerSession(1526542158)--Connection(631554210)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.175--UnitOfWork(1321699830)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:30.175--UnitOfWork(1321699830)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.175--UnitOfWork(1321699830)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.175--ClientSession(640625482)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.175--UnitOfWork(1321699830)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.175--ClientSession(640625482)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:30.175--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 978201295 [junit] [EL Finer]: 2022-09-10 04:19:30.175--ClientSession(978201295)--Thread(Thread[main,5,main])--acquire unit of work: 222441998 [junit] [EL Finest]: 2022-09-10 04:19:30.175--UnitOfWork(222441998)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2a5a573b. [junit] [EL Finer]: 2022-09-10 04:19:30.175--UnitOfWork(222441998)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:30.176--UnitOfWork(222441998)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2a5a573b) [junit] [EL Finest]: 2022-09-10 04:19:30.176--ServerSession(1526542158)--Connection(1109470211)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.176--ClientSession(978201295)--Connection(1109470211)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:30.176--ClientSession(978201295)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.176--ClientSession(978201295)--Connection(158494426)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [6, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, 10:49:00, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:30.177--ClientSession(978201295)--Connection(158494426)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:30.177--ServerSession(1526542158)--Connection(1109470211)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.177--UnitOfWork(222441998)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:30.177--UnitOfWork(222441998)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.177--UnitOfWork(222441998)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.177--ClientSession(978201295)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.178--UnitOfWork(222441998)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.178--ClientSession(978201295)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:30.178--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1410450889 [junit] [EL Finer]: 2022-09-10 04:19:30.178--ClientSession(1410450889)--Thread(Thread[main,5,main])--acquire unit of work: 1318024495 [junit] [EL Finest]: 2022-09-10 04:19:30.178--UnitOfWork(1318024495)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:30.178--ServerSession(1526542158)--Connection(1010602617)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.178--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.178--ServerSession(1526542158)--Connection(2122145208)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [6] [junit] [EL Finest]: 2022-09-10 04:19:30.178--ServerSession(1526542158)--Connection(1010602617)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.179--UnitOfWork(1318024495)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:30.179--UnitOfWork(1318024495)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:30.179--UnitOfWork(1318024495)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:30.179--UnitOfWork(1318024495)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.179--UnitOfWork(1318024495)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.179--ClientSession(1410450889)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.179--UnitOfWork(1318024495)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.179--ClientSession(1410450889)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:30.179--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1040373358 [junit] [EL Finer]: 2022-09-10 04:19:30.179--ClientSession(1040373358)--Thread(Thread[main,5,main])--acquire unit of work: 1908079075 [junit] [EL Finest]: 2022-09-10 04:19:30.179--UnitOfWork(1908079075)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:30.179--ServerSession(1526542158)--Connection(1504343932)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.179--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.179--ServerSession(1526542158)--Connection(1160387631)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [6] [junit] [EL Finest]: 2022-09-10 04:19:30.18--ServerSession(1526542158)--Connection(1504343932)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.18--UnitOfWork(1908079075)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:30.18--UnitOfWork(1908079075)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:30.18--UnitOfWork(1908079075)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@417b1561) [junit] [EL Finest]: 2022-09-10 04:19:30.18--ServerSession(1526542158)--Connection(570000064)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.18--ClientSession(1040373358)--Connection(570000064)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:30.18--ClientSession(1040373358)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.181--ClientSession(1040373358)--Connection(1845566371)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET SQL_TIME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 2, 6, 1] [junit] [EL Finer]: 2022-09-10 04:19:30.181--ClientSession(1040373358)--Connection(1845566371)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:30.182--ServerSession(1526542158)--Connection(570000064)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.182--UnitOfWork(1908079075)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:30.182--UnitOfWork(1908079075)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.182--UnitOfWork(1908079075)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.182--ClientSession(1040373358)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.182--UnitOfWork(1908079075)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.182--ClientSession(1040373358)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:30.182--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1661376251 [junit] [EL Finer]: 2022-09-10 04:19:30.182--ClientSession(1661376251)--Thread(Thread[main,5,main])--acquire unit of work: 96228667 [junit] [EL Finest]: 2022-09-10 04:19:30.182--UnitOfWork(96228667)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:30.183--ServerSession(1526542158)--Connection(882734768)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.183--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.183--ServerSession(1526542158)--Connection(501421544)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [6] [junit] [EL Finest]: 2022-09-10 04:19:30.183--ServerSession(1526542158)--Connection(882734768)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.184--UnitOfWork(96228667)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:30.184--UnitOfWork(96228667)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:30.184--UnitOfWork(96228667)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@7280a3ff) [junit] [EL Finest]: 2022-09-10 04:19:30.184--ServerSession(1526542158)--Connection(317100523)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.184--ClientSession(1661376251)--Connection(317100523)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:30.184--ClientSession(1661376251)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.184--ClientSession(1661376251)--Connection(71791840)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET SQL_TIME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [10:49:00, 3, 6, 2] [junit] [EL Finer]: 2022-09-10 04:19:30.185--ClientSession(1661376251)--Connection(71791840)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:30.185--ServerSession(1526542158)--Connection(317100523)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.185--UnitOfWork(96228667)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:30.185--UnitOfWork(96228667)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.185--UnitOfWork(96228667)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.185--ClientSession(1661376251)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.185--UnitOfWork(96228667)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.185--ClientSession(1661376251)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:30.185--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1865669250 [junit] [EL Finer]: 2022-09-10 04:19:30.186--ClientSession(1865669250)--Thread(Thread[main,5,main])--acquire unit of work: 1357661168 [junit] [EL Finest]: 2022-09-10 04:19:30.186--UnitOfWork(1357661168)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:30.186--ServerSession(1526542158)--Connection(1590374641)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.186--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.186--ServerSession(1526542158)--Connection(1954660524)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [6] [junit] [EL Finest]: 2022-09-10 04:19:30.186--ServerSession(1526542158)--Connection(1590374641)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.187--UnitOfWork(1357661168)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:30.187--UnitOfWork(1357661168)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:30.187--UnitOfWork(1357661168)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@309d2156) [junit] [EL Finest]: 2022-09-10 04:19:30.187--ServerSession(1526542158)--Connection(1893057842)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.187--ClientSession(1865669250)--Connection(1893057842)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:30.187--ClientSession(1865669250)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.187--ClientSession(1865669250)--Connection(1906174390)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET SQL_TIME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [11:49:00, 4, 6, 3] [junit] [EL Finer]: 2022-09-10 04:19:30.188--ClientSession(1865669250)--Connection(1906174390)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:30.188--ServerSession(1526542158)--Connection(1893057842)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.188--UnitOfWork(1357661168)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:30.188--UnitOfWork(1357661168)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.188--UnitOfWork(1357661168)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.189--ClientSession(1865669250)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.189--UnitOfWork(1357661168)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.189--ClientSession(1865669250)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:30.189--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 618295394 [junit] [EL Finer]: 2022-09-10 04:19:30.189--ClientSession(618295394)--Thread(Thread[main,5,main])--acquire unit of work: 982842646 [junit] [EL Finest]: 2022-09-10 04:19:30.189--UnitOfWork(982842646)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:30.189--ServerSession(1526542158)--Connection(226149111)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.189--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.189--ServerSession(1526542158)--Connection(831262484)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [6] [junit] [EL Finest]: 2022-09-10 04:19:30.19--ServerSession(1526542158)--Connection(226149111)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.19--UnitOfWork(982842646)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:30.19--UnitOfWork(982842646)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:30.19--UnitOfWork(982842646)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@75055d) [junit] [EL Finest]: 2022-09-10 04:19:30.19--ServerSession(1526542158)--Connection(103055357)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.19--ClientSession(618295394)--Connection(103055357)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:30.19--ClientSession(618295394)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.19--ClientSession(618295394)--Connection(1172912216)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET SQL_TIME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 5, 6, 4] [junit] [EL Finer]: 2022-09-10 04:19:30.191--ClientSession(618295394)--Connection(1172912216)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:30.191--ServerSession(1526542158)--Connection(103055357)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.191--UnitOfWork(982842646)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:30.191--UnitOfWork(982842646)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.191--UnitOfWork(982842646)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.192--ClientSession(618295394)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.192--UnitOfWork(982842646)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.192--ClientSession(618295394)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:30.192--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 462712247 [junit] [EL Finer]: 2022-09-10 04:19:30.192--ClientSession(462712247)--Thread(Thread[main,5,main])--acquire unit of work: 389262693 [junit] [EL Finest]: 2022-09-10 04:19:30.192--UnitOfWork(389262693)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:30.192--ServerSession(1526542158)--Connection(237378028)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.192--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.192--ServerSession(1526542158)--Connection(1637086222)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [6] [junit] [EL Finest]: 2022-09-10 04:19:30.192--ServerSession(1526542158)--Connection(237378028)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:30.207--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1797080505 [junit] [EL Finer]: 2022-09-10 04:19:30.207--ClientSession(1797080505)--Thread(Thread[main,5,main])--acquire unit of work: 1991113913 [junit] [EL Finest]: 2022-09-10 04:19:30.207--UnitOfWork(1991113913)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@128dc2ff. [junit] [EL Finer]: 2022-09-10 04:19:30.207--UnitOfWork(1991113913)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:30.207--UnitOfWork(1991113913)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@128dc2ff) [junit] [EL Finest]: 2022-09-10 04:19:30.208--ServerSession(1526542158)--Connection(1678284752)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.208--ClientSession(1797080505)--Connection(1678284752)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:30.208--ClientSession(1797080505)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.208--ClientSession(1797080505)--Connection(2111432668)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [9, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:30.209--ClientSession(1797080505)--Connection(2111432668)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:30.209--ServerSession(1526542158)--Connection(1678284752)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.209--UnitOfWork(1991113913)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:30.209--UnitOfWork(1991113913)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.21--UnitOfWork(1991113913)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.21--ClientSession(1797080505)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.21--UnitOfWork(1991113913)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.21--ClientSession(1797080505)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:30.21--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 227432732 [junit] [EL Finer]: 2022-09-10 04:19:30.21--ClientSession(227432732)--Thread(Thread[main,5,main])--acquire unit of work: 1062971510 [junit] [EL Finest]: 2022-09-10 04:19:30.21--UnitOfWork(1062971510)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:30.21--ServerSession(1526542158)--Connection(1155140983)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.21--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.21--ServerSession(1526542158)--Connection(784550841)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [9] [junit] [EL Finest]: 2022-09-10 04:19:30.211--ServerSession(1526542158)--Connection(1155140983)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.211--UnitOfWork(1062971510)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:30.211--UnitOfWork(1062971510)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@27a5a927 [junit] [EL Finer]: 2022-09-10 04:19:30.211--UnitOfWork(1062971510)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:30.211--UnitOfWork(1062971510)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2022-09-10 04:19:30.211--UnitOfWork(1062971510)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@27a5a927) [junit] [EL Finest]: 2022-09-10 04:19:30.211--ServerSession(1526542158)--Connection(394221533)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.211--ClientSession(227432732)--Connection(394221533)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:30.211--ClientSession(227432732)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.212--ClientSession(227432732)--Connection(555059764)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [9, 1] [junit] [EL Finer]: 2022-09-10 04:19:30.212--ClientSession(227432732)--Connection(555059764)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:30.213--ServerSession(1526542158)--Connection(394221533)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.213--UnitOfWork(1062971510)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:30.213--UnitOfWork(1062971510)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.213--UnitOfWork(1062971510)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.213--ClientSession(227432732)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.213--UnitOfWork(1062971510)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.213--ClientSession(227432732)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:30.213--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 674848783 [junit] [EL Finer]: 2022-09-10 04:19:30.213--ClientSession(674848783)--Thread(Thread[main,5,main])--acquire unit of work: 636488470 [junit] [EL Finest]: 2022-09-10 04:19:30.213--UnitOfWork(636488470)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@27a5a927. [junit] [EL Finer]: 2022-09-10 04:19:30.213--UnitOfWork(636488470)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:30.213--UnitOfWork(636488470)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@27a5a927) [junit] [EL Finest]: 2022-09-10 04:19:30.213--ServerSession(1526542158)--Connection(2086985071)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.213--ClientSession(674848783)--Connection(2086985071)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:30.213--ClientSession(674848783)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.214--ClientSession(674848783)--Connection(532607988)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [9, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, 2005-09-08 00:00:00.0, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:30.214--ClientSession(674848783)--Connection(532607988)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:30.215--ServerSession(1526542158)--Connection(2086985071)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.215--UnitOfWork(636488470)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:30.215--UnitOfWork(636488470)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.215--UnitOfWork(636488470)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.215--ClientSession(674848783)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.215--UnitOfWork(636488470)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.215--ClientSession(674848783)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:30.215--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 631158378 [junit] [EL Finer]: 2022-09-10 04:19:30.215--ClientSession(631158378)--Thread(Thread[main,5,main])--acquire unit of work: 1305989246 [junit] [EL Finest]: 2022-09-10 04:19:30.215--UnitOfWork(1305989246)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:30.215--ServerSession(1526542158)--Connection(1750918377)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.215--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.215--ServerSession(1526542158)--Connection(1269719904)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [9] [junit] [EL Finest]: 2022-09-10 04:19:30.216--ServerSession(1526542158)--Connection(1750918377)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.216--UnitOfWork(1305989246)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:30.216--UnitOfWork(1305989246)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:30.216--UnitOfWork(1305989246)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:30.216--UnitOfWork(1305989246)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.216--UnitOfWork(1305989246)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.216--ClientSession(631158378)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.216--UnitOfWork(1305989246)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.216--ClientSession(631158378)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:30.216--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1498704644 [junit] [EL Finer]: 2022-09-10 04:19:30.216--ClientSession(1498704644)--Thread(Thread[main,5,main])--acquire unit of work: 400232365 [junit] [EL Finest]: 2022-09-10 04:19:30.216--UnitOfWork(400232365)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:30.216--ServerSession(1526542158)--Connection(1885066892)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.216--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.216--ServerSession(1526542158)--Connection(1104616428)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [9] [junit] [EL Finest]: 2022-09-10 04:19:30.217--ServerSession(1526542158)--Connection(1885066892)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.217--UnitOfWork(400232365)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:30.217--UnitOfWork(400232365)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:30.217--UnitOfWork(400232365)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5a89d584) [junit] [EL Finest]: 2022-09-10 04:19:30.217--ServerSession(1526542158)--Connection(306978856)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.217--ClientSession(1498704644)--Connection(306978856)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:30.217--ClientSession(1498704644)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.218--ClientSession(1498704644)--Connection(581288428)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET UTIL_DATE = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 2, 9, 1] [junit] [EL Finer]: 2022-09-10 04:19:30.218--ClientSession(1498704644)--Connection(581288428)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:30.219--ServerSession(1526542158)--Connection(306978856)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.219--UnitOfWork(400232365)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:30.219--UnitOfWork(400232365)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.219--UnitOfWork(400232365)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.219--ClientSession(1498704644)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.219--UnitOfWork(400232365)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.219--ClientSession(1498704644)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:30.219--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 593402800 [junit] [EL Finer]: 2022-09-10 04:19:30.219--ClientSession(593402800)--Thread(Thread[main,5,main])--acquire unit of work: 804816022 [junit] [EL Finest]: 2022-09-10 04:19:30.219--UnitOfWork(804816022)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:30.219--ServerSession(1526542158)--Connection(961869565)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.219--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.219--ServerSession(1526542158)--Connection(1812359855)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [9] [junit] [EL Finest]: 2022-09-10 04:19:30.22--ServerSession(1526542158)--Connection(961869565)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.22--UnitOfWork(804816022)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:30.22--UnitOfWork(804816022)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:30.22--UnitOfWork(804816022)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@4e18e7b3) [junit] [EL Finest]: 2022-09-10 04:19:30.22--ServerSession(1526542158)--Connection(1033264308)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.22--ClientSession(593402800)--Connection(1033264308)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:30.22--ClientSession(593402800)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.22--ClientSession(593402800)--Connection(1158237354)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET UTIL_DATE = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [2005-09-08 00:00:00.0, 3, 9, 2] [junit] [EL Finer]: 2022-09-10 04:19:30.221--ClientSession(593402800)--Connection(1158237354)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:30.221--ServerSession(1526542158)--Connection(1033264308)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.222--UnitOfWork(804816022)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:30.222--UnitOfWork(804816022)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.222--UnitOfWork(804816022)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.253--ClientSession(593402800)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.253--UnitOfWork(804816022)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.253--ClientSession(593402800)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:30.253--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1996990990 [junit] [EL Finer]: 2022-09-10 04:19:30.253--ClientSession(1996990990)--Thread(Thread[main,5,main])--acquire unit of work: 2019869784 [junit] [EL Finest]: 2022-09-10 04:19:30.253--UnitOfWork(2019869784)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:30.253--ServerSession(1526542158)--Connection(483602101)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.253--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.253--ServerSession(1526542158)--Connection(1037792916)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [9] [junit] [EL Finest]: 2022-09-10 04:19:30.255--ServerSession(1526542158)--Connection(483602101)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.255--UnitOfWork(2019869784)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:30.255--UnitOfWork(2019869784)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:30.255--UnitOfWork(2019869784)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@2c7d8547) [junit] [EL Finest]: 2022-09-10 04:19:30.255--ServerSession(1526542158)--Connection(177579275)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.255--ClientSession(1996990990)--Connection(177579275)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:30.255--ClientSession(1996990990)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.256--ClientSession(1996990990)--Connection(1452646606)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET UTIL_DATE = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [2005-09-09 00:00:00.0, 4, 9, 3] [junit] [EL Finer]: 2022-09-10 04:19:30.257--ClientSession(1996990990)--Connection(1452646606)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:30.258--ServerSession(1526542158)--Connection(177579275)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.258--UnitOfWork(2019869784)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:30.258--UnitOfWork(2019869784)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.258--UnitOfWork(2019869784)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.258--ClientSession(1996990990)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.258--UnitOfWork(2019869784)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.258--ClientSession(1996990990)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:30.258--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1514884249 [junit] [EL Finer]: 2022-09-10 04:19:30.258--ClientSession(1514884249)--Thread(Thread[main,5,main])--acquire unit of work: 564335822 [junit] [EL Finest]: 2022-09-10 04:19:30.258--UnitOfWork(564335822)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:30.258--ServerSession(1526542158)--Connection(623043964)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.258--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.259--ServerSession(1526542158)--Connection(1352176950)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [9] [junit] [EL Finest]: 2022-09-10 04:19:30.259--ServerSession(1526542158)--Connection(623043964)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.26--UnitOfWork(564335822)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:30.26--UnitOfWork(564335822)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:30.26--UnitOfWork(564335822)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@5b304edc) [junit] [EL Finest]: 2022-09-10 04:19:30.26--ServerSession(1526542158)--Connection(644491927)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.26--ClientSession(1514884249)--Connection(644491927)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:30.26--ClientSession(1514884249)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.26--ClientSession(1514884249)--Connection(363738657)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET UTIL_DATE = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 5, 9, 4] [junit] [EL Finer]: 2022-09-10 04:19:30.261--ClientSession(1514884249)--Connection(363738657)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:30.262--ServerSession(1526542158)--Connection(644491927)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.262--UnitOfWork(564335822)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:30.262--UnitOfWork(564335822)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.262--UnitOfWork(564335822)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.262--ClientSession(1514884249)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.262--UnitOfWork(564335822)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.262--ClientSession(1514884249)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:30.262--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1585839596 [junit] [EL Finer]: 2022-09-10 04:19:30.262--ClientSession(1585839596)--Thread(Thread[main,5,main])--acquire unit of work: 989775651 [junit] [EL Finest]: 2022-09-10 04:19:30.262--UnitOfWork(989775651)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:30.262--ServerSession(1526542158)--Connection(2020239990)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.262--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.262--ServerSession(1526542158)--Connection(860572527)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [9] [junit] [EL Finest]: 2022-09-10 04:19:30.263--ServerSession(1526542158)--Connection(2020239990)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:30.278--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1420373093 [junit] [EL Finer]: 2022-09-10 04:19:30.278--ClientSession(1420373093)--Thread(Thread[main,5,main])--acquire unit of work: 1589699836 [junit] [EL Finest]: 2022-09-10 04:19:30.278--UnitOfWork(1589699836)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@20c40344. [junit] [EL Finer]: 2022-09-10 04:19:30.278--UnitOfWork(1589699836)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:30.278--UnitOfWork(1589699836)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@20c40344) [junit] [EL Finest]: 2022-09-10 04:19:30.279--ServerSession(1526542158)--Connection(631941836)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.279--ClientSession(1420373093)--Connection(631941836)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:30.279--ClientSession(1420373093)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.279--ClientSession(1420373093)--Connection(2090098049)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [8, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:30.28--ClientSession(1420373093)--Connection(2090098049)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:30.281--ServerSession(1526542158)--Connection(631941836)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.281--UnitOfWork(1589699836)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:30.281--UnitOfWork(1589699836)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.281--UnitOfWork(1589699836)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.281--ClientSession(1420373093)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.281--UnitOfWork(1589699836)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.281--ClientSession(1420373093)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:30.281--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1609896133 [junit] [EL Finer]: 2022-09-10 04:19:30.282--ClientSession(1609896133)--Thread(Thread[main,5,main])--acquire unit of work: 22226671 [junit] [EL Finest]: 2022-09-10 04:19:30.282--UnitOfWork(22226671)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:30.282--ServerSession(1526542158)--Connection(676010174)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.282--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.282--ServerSession(1526542158)--Connection(1313685064)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [8] [junit] [EL Finest]: 2022-09-10 04:19:30.283--ServerSession(1526542158)--Connection(676010174)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.283--UnitOfWork(22226671)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:30.283--UnitOfWork(22226671)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@514b2384 [junit] [EL Finer]: 2022-09-10 04:19:30.283--UnitOfWork(22226671)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:30.283--UnitOfWork(22226671)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2022-09-10 04:19:30.283--UnitOfWork(22226671)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@514b2384) [junit] [EL Finest]: 2022-09-10 04:19:30.283--ServerSession(1526542158)--Connection(76239009)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.283--ClientSession(1609896133)--Connection(76239009)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:30.284--ClientSession(1609896133)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.284--ClientSession(1609896133)--Connection(263883701)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [8, 1] [junit] [EL Finer]: 2022-09-10 04:19:30.285--ClientSession(1609896133)--Connection(263883701)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:30.285--ServerSession(1526542158)--Connection(76239009)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.285--UnitOfWork(22226671)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:30.285--UnitOfWork(22226671)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.285--UnitOfWork(22226671)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.286--ClientSession(1609896133)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.286--UnitOfWork(22226671)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.286--ClientSession(1609896133)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:30.286--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 818655928 [junit] [EL Finer]: 2022-09-10 04:19:30.286--ClientSession(818655928)--Thread(Thread[main,5,main])--acquire unit of work: 1802985527 [junit] [EL Finest]: 2022-09-10 04:19:30.286--UnitOfWork(1802985527)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@514b2384. [junit] [EL Finer]: 2022-09-10 04:19:30.286--UnitOfWork(1802985527)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:30.286--UnitOfWork(1802985527)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@514b2384) [junit] [EL Finest]: 2022-09-10 04:19:30.286--ServerSession(1526542158)--Connection(1932213960)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.286--ClientSession(818655928)--Connection(1932213960)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:30.286--ClientSession(818655928)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.286--ClientSession(818655928)--Connection(513285223)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [8, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, 1970-01-01 00:00:01.0, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:30.287--ClientSession(818655928)--Connection(513285223)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:30.288--ServerSession(1526542158)--Connection(1932213960)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.288--UnitOfWork(1802985527)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:30.288--UnitOfWork(1802985527)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.288--UnitOfWork(1802985527)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.288--ClientSession(818655928)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.288--UnitOfWork(1802985527)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.288--ClientSession(818655928)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:30.288--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1315819787 [junit] [EL Finer]: 2022-09-10 04:19:30.288--ClientSession(1315819787)--Thread(Thread[main,5,main])--acquire unit of work: 273192837 [junit] [EL Finest]: 2022-09-10 04:19:30.288--UnitOfWork(273192837)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:30.288--ServerSession(1526542158)--Connection(734480558)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.288--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.289--ServerSession(1526542158)--Connection(471574758)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [8] [junit] [EL Finest]: 2022-09-10 04:19:30.289--ServerSession(1526542158)--Connection(734480558)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.289--UnitOfWork(273192837)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:30.289--UnitOfWork(273192837)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:30.289--UnitOfWork(273192837)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:30.289--UnitOfWork(273192837)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.29--UnitOfWork(273192837)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.29--ClientSession(1315819787)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.29--UnitOfWork(273192837)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.29--ClientSession(1315819787)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:30.29--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1918631578 [junit] [EL Finer]: 2022-09-10 04:19:30.29--ClientSession(1918631578)--Thread(Thread[main,5,main])--acquire unit of work: 1860399020 [junit] [EL Finest]: 2022-09-10 04:19:30.29--UnitOfWork(1860399020)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:30.29--ServerSession(1526542158)--Connection(2121842171)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.29--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.29--ServerSession(1526542158)--Connection(1091271103)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [8] [junit] [EL Finest]: 2022-09-10 04:19:30.291--ServerSession(1526542158)--Connection(2121842171)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.291--UnitOfWork(1860399020)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:30.291--UnitOfWork(1860399020)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:30.291--UnitOfWork(1860399020)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@224e8dba) [junit] [EL Finest]: 2022-09-10 04:19:30.291--ServerSession(1526542158)--Connection(465133909)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.291--ClientSession(1918631578)--Connection(465133909)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:30.291--ClientSession(1918631578)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.291--ClientSession(1918631578)--Connection(296836246)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET UTIL_DATE = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 2, 8, 1] [junit] [EL Finer]: 2022-09-10 04:19:30.292--ClientSession(1918631578)--Connection(296836246)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:30.293--ServerSession(1526542158)--Connection(465133909)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.293--UnitOfWork(1860399020)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:30.293--UnitOfWork(1860399020)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.293--UnitOfWork(1860399020)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.293--ClientSession(1918631578)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.293--UnitOfWork(1860399020)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.293--ClientSession(1918631578)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:30.293--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 971869545 [junit] [EL Finer]: 2022-09-10 04:19:30.293--ClientSession(971869545)--Thread(Thread[main,5,main])--acquire unit of work: 572728110 [junit] [EL Finest]: 2022-09-10 04:19:30.293--UnitOfWork(572728110)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:30.293--ServerSession(1526542158)--Connection(1149466933)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.293--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.293--ServerSession(1526542158)--Connection(1514500923)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [8] [junit] [EL Finest]: 2022-09-10 04:19:30.294--ServerSession(1526542158)--Connection(1149466933)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.294--UnitOfWork(572728110)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:30.294--UnitOfWork(572728110)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:30.294--UnitOfWork(572728110)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6b82ce26) [junit] [EL Finest]: 2022-09-10 04:19:30.294--ServerSession(1526542158)--Connection(618249375)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.294--ClientSession(971869545)--Connection(618249375)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:30.294--ClientSession(971869545)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.295--ClientSession(971869545)--Connection(718992903)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET UTIL_DATE = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [1970-01-01 00:00:01.0, 3, 8, 2] [junit] [EL Finer]: 2022-09-10 04:19:30.295--ClientSession(971869545)--Connection(718992903)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:30.296--ServerSession(1526542158)--Connection(618249375)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.296--UnitOfWork(572728110)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:30.296--UnitOfWork(572728110)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.296--UnitOfWork(572728110)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.296--ClientSession(971869545)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.296--UnitOfWork(572728110)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.296--ClientSession(971869545)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:30.296--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1500415712 [junit] [EL Finer]: 2022-09-10 04:19:30.296--ClientSession(1500415712)--Thread(Thread[main,5,main])--acquire unit of work: 620312836 [junit] [EL Finest]: 2022-09-10 04:19:30.296--UnitOfWork(620312836)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:30.296--ServerSession(1526542158)--Connection(1420379073)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.296--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.296--ServerSession(1526542158)--Connection(859681761)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [8] [junit] [EL Finest]: 2022-09-10 04:19:30.297--ServerSession(1526542158)--Connection(1420379073)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.297--UnitOfWork(620312836)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:30.297--UnitOfWork(620312836)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:30.297--UnitOfWork(620312836)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6d3ca3cc) [junit] [EL Finest]: 2022-09-10 04:19:30.297--ServerSession(1526542158)--Connection(1712018899)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.297--ClientSession(1500415712)--Connection(1712018899)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:30.297--ClientSession(1500415712)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.298--ClientSession(1500415712)--Connection(1062118471)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET UTIL_DATE = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [1970-01-01 00:00:02.0, 4, 8, 3] [junit] [EL Finer]: 2022-09-10 04:19:30.298--ClientSession(1500415712)--Connection(1062118471)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:30.299--ServerSession(1526542158)--Connection(1712018899)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.299--UnitOfWork(620312836)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:30.299--UnitOfWork(620312836)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.299--UnitOfWork(620312836)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.299--ClientSession(1500415712)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.299--UnitOfWork(620312836)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.299--ClientSession(1500415712)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:30.299--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1026718312 [junit] [EL Finer]: 2022-09-10 04:19:30.299--ClientSession(1026718312)--Thread(Thread[main,5,main])--acquire unit of work: 1997839637 [junit] [EL Finest]: 2022-09-10 04:19:30.299--UnitOfWork(1997839637)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:30.299--ServerSession(1526542158)--Connection(1651554332)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.299--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.299--ServerSession(1526542158)--Connection(999331723)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [8] [junit] [EL Finest]: 2022-09-10 04:19:30.3--ServerSession(1526542158)--Connection(1651554332)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.3--UnitOfWork(1997839637)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:30.3--UnitOfWork(1997839637)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:30.3--UnitOfWork(1997839637)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@212770ba) [junit] [EL Finest]: 2022-09-10 04:19:30.3--ServerSession(1526542158)--Connection(1910052276)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.3--ClientSession(1026718312)--Connection(1910052276)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:30.3--ClientSession(1026718312)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.3--ClientSession(1026718312)--Connection(862616111)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET UTIL_DATE = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 5, 8, 4] [junit] [EL Finer]: 2022-09-10 04:19:30.301--ClientSession(1026718312)--Connection(862616111)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:30.301--ServerSession(1526542158)--Connection(1910052276)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.301--UnitOfWork(1997839637)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:30.301--UnitOfWork(1997839637)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.301--UnitOfWork(1997839637)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.302--ClientSession(1026718312)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.302--UnitOfWork(1997839637)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.302--ClientSession(1026718312)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:30.302--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 707786130 [junit] [EL Finer]: 2022-09-10 04:19:30.302--ClientSession(707786130)--Thread(Thread[main,5,main])--acquire unit of work: 1249135098 [junit] [EL Finest]: 2022-09-10 04:19:30.302--UnitOfWork(1249135098)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:30.302--ServerSession(1526542158)--Connection(1894702658)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.302--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.302--ServerSession(1526542158)--Connection(1916390254)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [8] [junit] [EL Finest]: 2022-09-10 04:19:30.302--ServerSession(1526542158)--Connection(1894702658)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: 2022-09-10 04:19:30.317--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1554712014 [junit] [EL Finer]: 2022-09-10 04:19:30.317--ClientSession(1554712014)--Thread(Thread[main,5,main])--acquire unit of work: 162713104 [junit] [EL Finest]: 2022-09-10 04:19:30.317--UnitOfWork(162713104)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@41177f1c. [junit] [EL Finer]: 2022-09-10 04:19:30.317--UnitOfWork(162713104)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:30.317--UnitOfWork(162713104)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@41177f1c) [junit] [EL Finest]: 2022-09-10 04:19:30.317--ServerSession(1526542158)--Connection(1178095787)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.318--ClientSession(1554712014)--Connection(1178095787)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:30.318--ClientSession(1554712014)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.318--ClientSession(1554712014)--Connection(1499841586)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [1, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:30.319--ClientSession(1554712014)--Connection(1499841586)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:30.319--ServerSession(1526542158)--Connection(1178095787)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.319--UnitOfWork(162713104)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:30.319--UnitOfWork(162713104)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.319--UnitOfWork(162713104)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.319--ClientSession(1554712014)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.319--UnitOfWork(162713104)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.32--ClientSession(1554712014)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:30.32--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 683536407 [junit] [EL Finer]: 2022-09-10 04:19:30.32--ClientSession(683536407)--Thread(Thread[main,5,main])--acquire unit of work: 1603204454 [junit] [EL Finest]: 2022-09-10 04:19:30.32--UnitOfWork(1603204454)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:30.32--ServerSession(1526542158)--Connection(2032416093)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.32--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.32--ServerSession(1526542158)--Connection(1999593405)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:30.321--ServerSession(1526542158)--Connection(2032416093)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.321--UnitOfWork(1603204454)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:30.321--UnitOfWork(1603204454)--Thread(Thread[main,5,main])--The remove operation has been performed on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@408e8235 [junit] [EL Finer]: 2022-09-10 04:19:30.321--UnitOfWork(1603204454)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:30.321--UnitOfWork(1603204454)--Thread(Thread[main,5,main])--Execute query DoesExistQuery(referenceClass=BasicTypesFieldAccess ) [junit] [EL Finest]: 2022-09-10 04:19:30.321--UnitOfWork(1603204454)--Thread(Thread[main,5,main])--Execute query DeleteObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@408e8235) [junit] [EL Finest]: 2022-09-10 04:19:30.321--ServerSession(1526542158)--Connection(1421709215)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.321--ClientSession(683536407)--Connection(1421709215)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:30.321--ClientSession(683536407)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.322--ClientSession(683536407)--Connection(170846740)--Thread(Thread[main,5,main])--DELETE FROM TMP_BASIC_TYPES_FA WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [1, 1] [junit] [EL Finer]: 2022-09-10 04:19:30.322--ClientSession(683536407)--Connection(170846740)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:30.322--ServerSession(1526542158)--Connection(1421709215)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.323--UnitOfWork(1603204454)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:30.323--UnitOfWork(1603204454)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.323--UnitOfWork(1603204454)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.323--ClientSession(683536407)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.323--UnitOfWork(1603204454)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.323--ClientSession(683536407)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:30.323--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1150703434 [junit] [EL Finer]: 2022-09-10 04:19:30.323--ClientSession(1150703434)--Thread(Thread[main,5,main])--acquire unit of work: 957705094 [junit] [EL Finest]: 2022-09-10 04:19:30.323--UnitOfWork(957705094)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@408e8235. [junit] [EL Finer]: 2022-09-10 04:19:30.323--UnitOfWork(957705094)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:30.323--UnitOfWork(957705094)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@408e8235) [junit] [EL Finest]: 2022-09-10 04:19:30.323--ServerSession(1526542158)--Connection(778778819)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.323--ClientSession(1150703434)--Connection(778778819)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:30.323--ClientSession(1150703434)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.323--ClientSession(1150703434)--Connection(1488000579)--Thread(Thread[main,5,main])--INSERT INTO TMP_BASIC_TYPES_FA (ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [1, null, null, null, null, 0, false, null, null, null, 0, null, null, 0.0, 0.0, 0, 0, 0, null, null, null, null, null, null, null, 1970-01-01 00:00:01.0, 1, null, null, null, null, null, null, null, null, null, null, null, null, null] [junit] [EL Finer]: 2022-09-10 04:19:30.324--ClientSession(1150703434)--Connection(1488000579)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:30.325--ServerSession(1526542158)--Connection(778778819)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.325--UnitOfWork(957705094)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:30.325--UnitOfWork(957705094)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.325--UnitOfWork(957705094)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.325--ClientSession(1150703434)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.325--UnitOfWork(957705094)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.325--ClientSession(1150703434)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:30.325--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 628116642 [junit] [EL Finer]: 2022-09-10 04:19:30.325--ClientSession(628116642)--Thread(Thread[main,5,main])--acquire unit of work: 1965245761 [junit] [EL Finest]: 2022-09-10 04:19:30.325--UnitOfWork(1965245761)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:30.325--ServerSession(1526542158)--Connection(1873740338)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.325--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.325--ServerSession(1526542158)--Connection(1801029304)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:30.326--ServerSession(1526542158)--Connection(1873740338)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.326--UnitOfWork(1965245761)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:30.326--UnitOfWork(1965245761)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:30.326--UnitOfWork(1965245761)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:30.326--UnitOfWork(1965245761)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.326--UnitOfWork(1965245761)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.326--ClientSession(628116642)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.326--UnitOfWork(1965245761)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.326--ClientSession(628116642)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:30.326--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 25647597 [junit] [EL Finer]: 2022-09-10 04:19:30.326--ClientSession(25647597)--Thread(Thread[main,5,main])--acquire unit of work: 1320699422 [junit] [EL Finest]: 2022-09-10 04:19:30.327--UnitOfWork(1320699422)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:30.327--ServerSession(1526542158)--Connection(1597415291)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.327--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.327--ServerSession(1526542158)--Connection(812552233)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:30.327--ServerSession(1526542158)--Connection(1597415291)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.328--UnitOfWork(1320699422)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:30.328--UnitOfWork(1320699422)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:30.328--UnitOfWork(1320699422)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@6c3f4afc) [junit] [EL Finest]: 2022-09-10 04:19:30.328--ServerSession(1526542158)--Connection(1284651087)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.328--ClientSession(25647597)--Connection(1284651087)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:30.328--ClientSession(25647597)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.328--ClientSession(25647597)--Connection(88334630)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET UTIL_DATE = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 2, 1, 1] [junit] [EL Finer]: 2022-09-10 04:19:30.329--ClientSession(25647597)--Connection(88334630)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:30.33--ServerSession(1526542158)--Connection(1284651087)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.33--UnitOfWork(1320699422)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:30.33--UnitOfWork(1320699422)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.33--UnitOfWork(1320699422)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.33--ClientSession(25647597)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.33--UnitOfWork(1320699422)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.33--ClientSession(25647597)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:30.33--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1168835102 [junit] [EL Finer]: 2022-09-10 04:19:30.33--ClientSession(1168835102)--Thread(Thread[main,5,main])--acquire unit of work: 1610318172 [junit] [EL Finest]: 2022-09-10 04:19:30.33--UnitOfWork(1610318172)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:30.33--ServerSession(1526542158)--Connection(623008408)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.33--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.33--ServerSession(1526542158)--Connection(220518672)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:30.331--ServerSession(1526542158)--Connection(623008408)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.331--UnitOfWork(1610318172)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:30.331--UnitOfWork(1610318172)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:30.331--UnitOfWork(1610318172)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@24317d19) [junit] [EL Finest]: 2022-09-10 04:19:30.331--ServerSession(1526542158)--Connection(192582689)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.331--ClientSession(1168835102)--Connection(192582689)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:30.331--ClientSession(1168835102)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.332--ClientSession(1168835102)--Connection(411227408)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET UTIL_DATE = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [1970-01-01 00:00:01.0, 3, 1, 2] [junit] [EL Finer]: 2022-09-10 04:19:30.332--ClientSession(1168835102)--Connection(411227408)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:30.361--ServerSession(1526542158)--Connection(192582689)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.361--UnitOfWork(1610318172)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:30.361--UnitOfWork(1610318172)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.361--UnitOfWork(1610318172)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.361--ClientSession(1168835102)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.361--UnitOfWork(1610318172)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.361--ClientSession(1168835102)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:30.361--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1364825758 [junit] [EL Finer]: 2022-09-10 04:19:30.361--ClientSession(1364825758)--Thread(Thread[main,5,main])--acquire unit of work: 1602089968 [junit] [EL Finest]: 2022-09-10 04:19:30.361--UnitOfWork(1602089968)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:30.361--ServerSession(1526542158)--Connection(1296962409)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.361--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.362--ServerSession(1526542158)--Connection(771018808)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:30.363--ServerSession(1526542158)--Connection(1296962409)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.363--UnitOfWork(1602089968)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:30.363--UnitOfWork(1602089968)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:30.363--UnitOfWork(1602089968)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3dbe57d5) [junit] [EL Finest]: 2022-09-10 04:19:30.363--ServerSession(1526542158)--Connection(606468690)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.364--ClientSession(1364825758)--Connection(606468690)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:30.364--ClientSession(1364825758)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.364--ClientSession(1364825758)--Connection(311055882)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET UTIL_DATE = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [1970-01-01 00:00:02.0, 4, 1, 3] [junit] [EL Finer]: 2022-09-10 04:19:30.365--ClientSession(1364825758)--Connection(311055882)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:30.366--ServerSession(1526542158)--Connection(606468690)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.366--UnitOfWork(1602089968)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:30.366--UnitOfWork(1602089968)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.366--UnitOfWork(1602089968)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.367--ClientSession(1364825758)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.367--UnitOfWork(1602089968)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.367--ClientSession(1364825758)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:30.367--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 1633955725 [junit] [EL Finer]: 2022-09-10 04:19:30.367--ClientSession(1633955725)--Thread(Thread[main,5,main])--acquire unit of work: 564006829 [junit] [EL Finest]: 2022-09-10 04:19:30.367--UnitOfWork(564006829)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:30.367--ServerSession(1526542158)--Connection(1366337244)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.367--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.367--ServerSession(1526542158)--Connection(2117616651)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:30.368--ServerSession(1526542158)--Connection(1366337244)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.368--UnitOfWork(564006829)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finer]: 2022-09-10 04:19:30.368--UnitOfWork(564006829)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: 2022-09-10 04:19:30.368--UnitOfWork(564006829)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa1.types.BasicTypesFieldAccess@3b409a70) [junit] [EL Finest]: 2022-09-10 04:19:30.368--ServerSession(1526542158)--Connection(966421969)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.368--ClientSession(1633955725)--Connection(966421969)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: 2022-09-10 04:19:30.369--ClientSession(1633955725)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.369--ClientSession(1633955725)--Connection(1108051957)--Thread(Thread[main,5,main])--UPDATE TMP_BASIC_TYPES_FA SET UTIL_DATE = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [null, 5, 1, 4] [junit] [EL Finer]: 2022-09-10 04:19:30.369--ClientSession(1633955725)--Connection(1108051957)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: 2022-09-10 04:19:30.37--ServerSession(1526542158)--Connection(966421969)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: 2022-09-10 04:19:30.37--UnitOfWork(564006829)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: 2022-09-10 04:19:30.37--UnitOfWork(564006829)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.37--UnitOfWork(564006829)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.37--ClientSession(1633955725)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: 2022-09-10 04:19:30.37--UnitOfWork(564006829)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: 2022-09-10 04:19:30.37--ClientSession(1633955725)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: 2022-09-10 04:19:30.37--ServerSession(1526542158)--Thread(Thread[main,5,main])--client acquired: 875978357 [junit] [EL Finer]: 2022-09-10 04:19:30.37--ClientSession(875978357)--Thread(Thread[main,5,main])--acquire unit of work: 706499369 [junit] [EL Finest]: 2022-09-10 04:19:30.371--UnitOfWork(706499369)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readBasicTypesFieldAccess" referenceClass=BasicTypesFieldAccess sql="SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?)") [junit] [EL Finest]: 2022-09-10 04:19:30.371--ServerSession(1526542158)--Connection(1875386690)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: 2022-09-10 04:19:30.371--ServerSession(1526542158)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: 2022-09-10 04:19:30.371--ServerSession(1526542158)--Connection(1943557211)--Thread(Thread[main,5,main])--SELECT ID, BIG_DECIMAL, BIG_INTEGER, ENUM_ORDINAL, ENUM_STRING, P_BYTE, P_BOOLEAN, PBA_BINARY, PBA_BLOB, PBA_LONGVARBINARY, P_CHAR, PCA_CLOB, PCA_VARCHAR, P_DOUBLE, P_FLOAT, P_INT, P_LONG, P_SHORT, SERIALIZABLE, SQL_DATE, SQL_TIME, SQL_TIMESTAMP, STRING_CLOB, STRING_VC, UTIL_CALENDAR, UTIL_DATE, VERSION, W_BOOLEAN, W_BYTE, WBA_BINARY, WBA_BLOB, WBA_LONGVARBINARY, W_CHARACTER, WCA_CLOB, WCA_VARCHAR, W_DOUBLE, W_FLOAT, W_INTEGER, W_LONG, W_SMALLINT FROM TMP_BASIC_TYPES_FA WHERE (ID = ?) [junit] bind => [1] [junit] [EL Finest]: 2022-09-10 04:19:30.371--ServerSession(1526542158)--Connection(1875386690)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.482 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa2.embeddable.TestEmbeddingWithMixedAccess [junit] [EL Fine]: 2022-09-10 04:19:30.386--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@57583582 [junit] [EL Fine]: 2022-09-10 04:19:30.388--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@33633cf0 [junit] [EL Finer]: 2022-09-10 04:19:30.389--Thread(Thread[main,5,main])--JavaSECMPInitializer - predeploying jpa2testmodel. [junit] [EL Finer]: server: 2022-09-10 04:19:30.389--ServerSession(1402549741)--Thread(Thread[main,5,main])--Detected server platform: org.eclipse.persistence.platform.server.NoServerPlatform. [junit] [EL Finest]: properties: 2022-09-10 04:19:30.389--ServerSession(1402549741)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: properties: 2022-09-10 04:19:30.389--ServerSession(1402549741)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Fine]: server: 2022-09-10 04:19:30.389--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [junit] [EL Finest]: jpa: 2022-09-10 04:19:30.389--ServerSession(1402549741)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit jpa2testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa2-model.jar_jpa2testmodel_nonJtaDataSource=245475541; state Initial; factoryCount 0 [junit] [EL Finest]: properties: 2022-09-10 04:19:30.39--ServerSession(1402549741)--Thread(Thread[main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true [junit] [EL Finest]: properties: 2022-09-10 04:19:30.39--ServerSession(1402549741)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true [junit] [EL Finest]: properties: 2022-09-10 04:19:30.39--ServerSession(1402549741)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false [junit] [EL Finer]: metadata: 2022-09-10 04:19:30.39--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa2-model.jar]. [junit] [EL Finer]: metadata: 2022-09-10 04:19:30.39--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/eclipselink-orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa2-model.jar]. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.393--ServerSession(1402549741)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa2.employee.Department] is set to [FIELD]. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.394--ServerSession(1402549741)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field employees] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa2.employee.Employee. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.394--ServerSession(1402549741)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa2.employee.Vendor] is set to [FIELD]. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.394--ServerSession(1402549741)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa2.flight.Carrier] is set to [FIELD]. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.394--ServerSession(1402549741)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa2.employee.Product] is set to [FIELD]. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.394--ServerSession(1402549741)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa2.employee.Phone] is set to [FIELD]. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.395--ServerSession(1402549741)--Thread(Thread[main,5,main])--The element [field vendor] is being defaulted to a one to one mapping. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.395--ServerSession(1402549741)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field vendor] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa2.employee.Vendor. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.395--ServerSession(1402549741)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa2.flight.Connection] is set to [FIELD]. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.395--ServerSession(1402549741)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field carrier] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa2.flight.Carrier. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.395--ServerSession(1402549741)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa2.flight.Flight] is set to [FIELD]. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.395--ServerSession(1402549741)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field connection] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa2.flight.Connection. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.395--ServerSession(1402549741)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa2.employee.Person] is set to [FIELD]. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.395--ServerSession(1402549741)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa2.embedded.EmbeddingFieldAccess] is set to [FIELD]. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.395--ServerSession(1402549741)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa2.embedded.EmbeddingPropertyAccess] is set to [FIELD]. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.396--ServerSession(1402549741)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa2.employee.Employee] is set to [FIELD]. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.396--ServerSession(1402549741)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field department] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa2.employee.Department. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.396--ServerSession(1402549741)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field spouse] is being defaulted to: class org.eclipse.persistence.testing.models.wdf.jpa2.employee.Employee. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.396--ServerSession(1402549741)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa2.flight.FlightId] is set to [FIELD]. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.396--ServerSession(1402549741)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa2.flight.ConnectionId] is set to [FIELD]. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.397--ServerSession(1402549741)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa2.employee.ContactInfo] is set to [FIELD]. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.397--ServerSession(1402549741)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa2.employee.Address] is set to [FIELD]. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.397--ServerSession(1402549741)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.wdf.jpa2.employee.FrequentFlyerPlan] is set to [FIELD]. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.397--ServerSession(1402549741)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.398--ServerSession(1402549741)--Thread(Thread[main,5,main])--The column name for element [deptno] is being defaulted to: DEPTNO. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.398--ServerSession(1402549741)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa2.employee.Vendor] is being defaulted to: Vendor. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.398--ServerSession(1402549741)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.398--ServerSession(1402549741)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa2.flight.Carrier] is being defaulted to: Carrier. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.398--ServerSession(1402549741)--Thread(Thread[main,5,main])--The column name for element [description] is being defaulted to: DESCRIPTION. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.398--ServerSession(1402549741)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa2.employee.Product] is being defaulted to: Product. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.398--ServerSession(1402549741)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.398--ServerSession(1402549741)--Thread(Thread[main,5,main])--The column name for element [productType] is being defaulted to: PRODUCTTYPE. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.398--ServerSession(1402549741)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa2.employee.Phone] is being defaulted to: Phone. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.398--ServerSession(1402549741)--Thread(Thread[main,5,main])--The column name for element [serialNumber] is being defaulted to: SERIALNUMBER. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.398--ServerSession(1402549741)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa2.flight.Connection] is being defaulted to: Connection. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.398--ServerSession(1402549741)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa2.flight.Flight] is being defaulted to: Flight. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.399--ServerSession(1402549741)--Thread(Thread[main,5,main])--The column name for element [passengers] is being defaulted to: PASSENGERS. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.399--ServerSession(1402549741)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.399--ServerSession(1402549741)--Thread(Thread[main,5,main])--The column name for element [ssn] is being defaulted to: SSN. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.399--ServerSession(1402549741)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa2.embedded.EmbeddingFieldAccess] is being defaulted to: EmbeddingFieldAccess. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.399--ServerSession(1402549741)--Thread(Thread[main,5,main])--The column name for element [data] is being defaulted to: DATA. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.399--ServerSession(1402549741)--Thread(Thread[main,5,main])--The column name for element [getData] is being defaulted to: DATA. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.399--ServerSession(1402549741)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.399--ServerSession(1402549741)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.wdf.jpa2.embedded.EmbeddingPropertyAccess] is being defaulted to: EmbeddingPropertyAccess. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.399--ServerSession(1402549741)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.399--ServerSession(1402549741)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [org.eclipse.persistence.testing.models.wdf.jpa2.employee.Person] is being defaulted to: DTYPE. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.4--ServerSession(1402549741)--Thread(Thread[main,5,main])--The column name for element [shoesize] is being defaulted to: SHOESIZE. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.4--ServerSession(1402549741)--Thread(Thread[main,5,main])--The column name for element [zipcode] is being defaulted to: ZIPCODE. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.4--ServerSession(1402549741)--Thread(Thread[main,5,main])--The column name for element [street] is being defaulted to: STREET. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.4--ServerSession(1402549741)--Thread(Thread[main,5,main])--The column name for element [county] is being defaulted to: COUNTY. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.4--ServerSession(1402549741)--Thread(Thread[main,5,main])--The column name for element [state] is being defaulted to: STATE. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.4--ServerSession(1402549741)--Thread(Thread[main,5,main])--The column name for element [salutation] is being defaulted to: SALUTATION. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.4--ServerSession(1402549741)--Thread(Thread[main,5,main])--The column name for element [salary] is being defaulted to: SALARY. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.4--ServerSession(1402549741)--Thread(Thread[main,5,main])--The column name for element [annualMiles] is being defaulted to: ANNUALMILES. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.4--ServerSession(1402549741)--Thread(Thread[main,5,main])--The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.4--ServerSession(1402549741)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field vendor] is being defaulted to: NAME. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.4--ServerSession(1402549741)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [vendor] is being defaulted to: VENDOR_NAME. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.4--ServerSession(1402549741)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field carrier] is being defaulted to: CARRIER_ID. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.401--ServerSession(1402549741)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field department] is being defaulted to: DEPTNO. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.401--ServerSession(1402549741)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [department] is being defaulted to: DEPARTMENT_DEPTNO. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.401--ServerSession(1402549741)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field spouse] is being defaulted to: SSN. [junit] [EL Config]: metadata: 2022-09-10 04:19:30.401--ServerSession(1402549741)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [spouse] is being defaulted to: SPOUSE_SSN. [junit] [EL Finest]: jpa: 2022-09-10 04:19:30.401--ServerSession(1402549741)--Thread(Thread[main,5,main])--End predeploying Persistence Unit jpa2testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa2-model.jar_jpa2testmodel_nonJtaDataSource=245475541; state Predeployed; factoryCount 0 [junit] [EL Finer]: weaver: 2022-09-10 04:19:30.401--Thread(Thread[main,5,main])--JavaSECMPInitializer - transformer is null. [junit] [EL Finest]: jpa: 2022-09-10 04:19:30.401--ServerSession(1402549741)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit jpa2testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa2-model.jar_jpa2testmodel_nonJtaDataSource=245475541; state Predeployed; factoryCount 0 [junit] [EL Finest]: jpa: 2022-09-10 04:19:30.401--ServerSession(1402549741)--Thread(Thread[main,5,main])--End predeploying Persistence Unit jpa2testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa2-model.jar_jpa2testmodel_nonJtaDataSource=245475541; state Predeployed; factoryCount 1 [junit] [EL Finer]: metamodel: 2022-09-10 04:19:30.402--ServerSession(1402549741)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa2.employee.Address_] not found during initialization. [junit] [EL Finer]: metamodel: 2022-09-10 04:19:30.402--ServerSession(1402549741)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa2.employee.ContactInfo_] not found during initialization. [junit] [EL Finer]: metamodel: 2022-09-10 04:19:30.402--ServerSession(1402549741)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa2.employee.Department_] not found during initialization. [junit] [EL Finer]: metamodel: 2022-09-10 04:19:30.402--ServerSession(1402549741)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa2.employee.Employee_] not found during initialization. [junit] [EL Finer]: metamodel: 2022-09-10 04:19:30.402--ServerSession(1402549741)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa2.employee.FrequentFlyerPlan_] not found during initialization. [junit] [EL Finer]: metamodel: 2022-09-10 04:19:30.403--ServerSession(1402549741)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa2.employee.Person_] not found during initialization. [junit] [EL Finer]: metamodel: 2022-09-10 04:19:30.403--ServerSession(1402549741)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa2.employee.Phone_] not found during initialization. [junit] [EL Finer]: metamodel: 2022-09-10 04:19:30.403--ServerSession(1402549741)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa2.employee.Product_] not found during initialization. [junit] [EL Finer]: metamodel: 2022-09-10 04:19:30.403--ServerSession(1402549741)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa2.employee.Vendor_] not found during initialization. [junit] [EL Finer]: metamodel: 2022-09-10 04:19:30.403--ServerSession(1402549741)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa2.embedded.EmbeddedFieldAccess_] not found during initialization. [junit] [EL Finer]: metamodel: 2022-09-10 04:19:30.404--ServerSession(1402549741)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa2.embedded.EmbeddedPropertyAccess_] not found during initialization. [junit] [EL Finer]: metamodel: 2022-09-10 04:19:30.404--ServerSession(1402549741)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa2.embedded.EmbeddingFieldAccess_] not found during initialization. [junit] [EL Finer]: metamodel: 2022-09-10 04:19:30.404--ServerSession(1402549741)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa2.embedded.EmbeddingPropertyAccess_] not found during initialization. [junit] [EL Finer]: metamodel: 2022-09-10 04:19:30.404--ServerSession(1402549741)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa2.flight.Carrier_] not found during initialization. [junit] [EL Finer]: metamodel: 2022-09-10 04:19:30.404--ServerSession(1402549741)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa2.flight.Connection_] not found during initialization. [junit] [EL Finer]: metamodel: 2022-09-10 04:19:30.404--ServerSession(1402549741)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa2.flight.Flight_] not found during initialization. [junit] [EL Finer]: metamodel: 2022-09-10 04:19:30.405--ServerSession(1402549741)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa2.flight.ConnectionId_] not found during initialization. [junit] [EL Finer]: metamodel: 2022-09-10 04:19:30.405--ServerSession(1402549741)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa2.flight.FlightId_] not found during initialization. [junit] [EL Finest]: jpa: 2022-09-10 04:19:30.405--ServerSession(1402549741)--Thread(Thread[main,5,main])--Begin deploying Persistence Unit jpa2testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa2-model.jar_jpa2testmodel_nonJtaDataSource=245475541; state Predeployed; factoryCount 1 [junit] [EL Finest]: jpa: 2022-09-10 04:19:30.412--ServerSession(1402549741)--Thread(Thread[main,5,main])--Bean Validation Factory was not initialized: [javax/validation/Validation]. [junit] [EL Finer]: server: 2022-09-10 04:19:30.413--ServerSession(1402549741)--Thread(Thread[main,5,main])--Detected server platform: org.eclipse.persistence.platform.server.NoServerPlatform. [junit] [EL Finest]: properties: 2022-09-10 04:19:30.413--ServerSession(1402549741)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: properties: 2022-09-10 04:19:30.413--ServerSession(1402549741)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST [junit] [EL Finest]: properties: 2022-09-10 04:19:30.413--ServerSession(1402549741)--Thread(Thread[main,5,main])--property=eclipselink.target-database; value=org.eclipse.persistence.platform.database.MySQLPlatform [junit] [EL Finest]: properties: 2022-09-10 04:19:30.413--ServerSession(1402549741)--Thread(Thread[main,5,main])--property=javax.persistence.nonJtaDataSource; value=org.eclipse.persistence.testing.framework.wdf.PooledDataSource@ea1a8d5 [junit] [EL Warning]: transaction: 2022-09-10 04:19:30.413--ServerSession(1402549741)--Thread(Thread[main,5,main])--PersistenceUnitInfo jpa2testmodel has transactionType RESOURCE_LOCAL and therefore jtaDataSource will be ignored [junit] [EL Finest]: properties: 2022-09-10 04:19:30.413--ServerSession(1402549741)--Thread(Thread[main,5,main])--property=eclipselink.cache.shared.default; value=false; translated value=false [junit] [EL Finest]: properties: 2022-09-10 04:19:30.413--ServerSession(1402549741)--Thread(Thread[main,5,main])--property=eclipselink.temporal.mutable; value=true [junit] [EL Info]: 2022-09-10 04:19:30.413--ServerSession(1402549741)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Config]: connection: 2022-09-10 04:19:30.413--ServerSession(1402549741)--Connection(604994827)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "" [junit] connector=>JNDIConnector datasource name=>null [junit] )) [junit] [EL Config]: connection: 2022-09-10 04:19:30.414--ServerSession(1402549741)--Connection(1469293879)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost/ecltest?useSSL=false [junit] User: root@localhost [junit] Database: MySQL Version: 5.7.29 [junit] Driver: MySQL Connector Java Version: mysql-connector-java-5.1.48 ( Revision: 29734982609c32d3ab7e5cac2e6acee69ff6b4aa ) [junit] [EL Finest]: connection: 2022-09-10 04:19:30.414--ServerSession(1402549741)--Connection(522589907)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.414--ServerSession(1402549741)--Connection(522589907)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Config]: connection: 2022-09-10 04:19:30.414--ServerSession(1402549741)--Connection(1084147481)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( [junit] platform=>MySQLPlatform [junit] user name=> "" [junit] connector=>JNDIConnector datasource name=>null [junit] )) [junit] [EL Config]: connection: 2022-09-10 04:19:30.415--ServerSession(1402549741)--Connection(200356510)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost/ecltest?useSSL=false [junit] User: root@localhost [junit] Database: MySQL Version: 5.7.29 [junit] Driver: MySQL Connector Java Version: mysql-connector-java-5.1.48 ( Revision: 29734982609c32d3ab7e5cac2e6acee69ff6b4aa ) [junit] [EL Info]: connection: 2022-09-10 04:19:30.42--ServerSession(1402549741)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa2-model.jar_jpa2testmodel_nonJtaDataSource=245475541 login successful [junit] [EL Finest]: query: 2022-09-10 04:19:30.42--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP2_PERSON DROP FOREIGN KEY FK_TMP2_PERSON_SPOUSE_SSN") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.42--ServerSession(1402549741)--Connection(1246648070)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.42--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.421--ServerSession(1402549741)--Connection(1920681737)--Thread(Thread[main,5,main])--ALTER TABLE TMP2_PERSON DROP FOREIGN KEY FK_TMP2_PERSON_SPOUSE_SSN [junit] [EL Fine]: sql: 2022-09-10 04:19:30.421--ServerSession(1402549741)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2022-09-10 04:19:30.422--ServerSession(1402549741)--Connection(1246648070)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:30.422--ServerSession(1402549741)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP2_PERSON' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP2_PERSON DROP FOREIGN KEY FK_TMP2_PERSON_SPOUSE_SSN [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP2_PERSON DROP FOREIGN KEY FK_TMP2_PERSON_SPOUSE_SSN") [junit] [EL Finest]: query: 2022-09-10 04:19:30.422--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP2_PERSON DROP FOREIGN KEY FK_TMP2_PERSON_DEPARTMENT_DEPTNO") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.422--ServerSession(1402549741)--Connection(2018783436)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.422--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.422--ServerSession(1402549741)--Connection(1075490471)--Thread(Thread[main,5,main])--ALTER TABLE TMP2_PERSON DROP FOREIGN KEY FK_TMP2_PERSON_DEPARTMENT_DEPTNO [junit] [EL Fine]: sql: 2022-09-10 04:19:30.422--ServerSession(1402549741)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2022-09-10 04:19:30.422--ServerSession(1402549741)--Connection(2018783436)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:30.422--ServerSession(1402549741)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP2_PERSON' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP2_PERSON DROP FOREIGN KEY FK_TMP2_PERSON_DEPARTMENT_DEPTNO [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP2_PERSON DROP FOREIGN KEY FK_TMP2_PERSON_DEPARTMENT_DEPTNO") [junit] [EL Finest]: query: 2022-09-10 04:19:30.422--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP2_PHONE DROP FOREIGN KEY FK_TMP2_PHONE_VENDOR_NAME") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.423--ServerSession(1402549741)--Connection(789225860)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.423--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.423--ServerSession(1402549741)--Connection(1979791097)--Thread(Thread[main,5,main])--ALTER TABLE TMP2_PHONE DROP FOREIGN KEY FK_TMP2_PHONE_VENDOR_NAME [junit] [EL Fine]: sql: 2022-09-10 04:19:30.423--ServerSession(1402549741)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2022-09-10 04:19:30.423--ServerSession(1402549741)--Connection(789225860)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:30.423--ServerSession(1402549741)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP2_PHONE' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP2_PHONE DROP FOREIGN KEY FK_TMP2_PHONE_VENDOR_NAME [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP2_PHONE DROP FOREIGN KEY FK_TMP2_PHONE_VENDOR_NAME") [junit] [EL Finest]: query: 2022-09-10 04:19:30.423--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP2_CONNECTION DROP FOREIGN KEY FK_TMP2_CONNECTION_CARRIER_ID") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.423--ServerSession(1402549741)--Connection(79201071)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.423--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.424--ServerSession(1402549741)--Connection(2118386877)--Thread(Thread[main,5,main])--ALTER TABLE TMP2_CONNECTION DROP FOREIGN KEY FK_TMP2_CONNECTION_CARRIER_ID [junit] [EL Fine]: sql: 2022-09-10 04:19:30.424--ServerSession(1402549741)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2022-09-10 04:19:30.424--ServerSession(1402549741)--Connection(79201071)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:30.424--ServerSession(1402549741)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP2_CONNECTION' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP2_CONNECTION DROP FOREIGN KEY FK_TMP2_CONNECTION_CARRIER_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP2_CONNECTION DROP FOREIGN KEY FK_TMP2_CONNECTION_CARRIER_ID") [junit] [EL Finest]: query: 2022-09-10 04:19:30.424--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP2_FLIGHT DROP FOREIGN KEY FK_TMP2_FLIGHT_CARRIER_ID") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.424--ServerSession(1402549741)--Connection(1011069386)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.424--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.424--ServerSession(1402549741)--Connection(2082663574)--Thread(Thread[main,5,main])--ALTER TABLE TMP2_FLIGHT DROP FOREIGN KEY FK_TMP2_FLIGHT_CARRIER_ID [junit] [EL Fine]: sql: 2022-09-10 04:19:30.425--ServerSession(1402549741)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2022-09-10 04:19:30.425--ServerSession(1402549741)--Connection(1011069386)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:30.425--ServerSession(1402549741)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ecltest.TMP2_FLIGHT' doesn't exist [junit] Error Code: 1146 [junit] Call: ALTER TABLE TMP2_FLIGHT DROP FOREIGN KEY FK_TMP2_FLIGHT_CARRIER_ID [junit] Query: DataModifyQuery(sql="ALTER TABLE TMP2_FLIGHT DROP FOREIGN KEY FK_TMP2_FLIGHT_CARRIER_ID") [junit] [EL Finest]: query: 2022-09-10 04:19:30.425--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_DEPARTMENT") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.425--ServerSession(1402549741)--Connection(1231073185)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.425--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.425--ServerSession(1402549741)--Connection(1754045094)--Thread(Thread[main,5,main])--DROP TABLE TMP2_DEPARTMENT [junit] [EL Fine]: sql: 2022-09-10 04:19:30.425--ServerSession(1402549741)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2022-09-10 04:19:30.426--ServerSession(1402549741)--Connection(1231073185)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:30.426--ServerSession(1402549741)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP2_DEPARTMENT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_DEPARTMENT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_DEPARTMENT") [junit] [EL Finest]: query: 2022-09-10 04:19:30.426--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_PERSON") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.426--ServerSession(1402549741)--Connection(1250399292)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.426--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.426--ServerSession(1402549741)--Connection(106313578)--Thread(Thread[main,5,main])--DROP TABLE TMP2_PERSON [junit] [EL Fine]: sql: 2022-09-10 04:19:30.426--ServerSession(1402549741)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2022-09-10 04:19:30.427--ServerSession(1402549741)--Connection(1250399292)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:30.427--ServerSession(1402549741)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP2_PERSON' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_PERSON [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_PERSON") [junit] [EL Finest]: query: 2022-09-10 04:19:30.427--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_PHONE") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.427--ServerSession(1402549741)--Connection(88500980)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.427--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.427--ServerSession(1402549741)--Connection(1939220500)--Thread(Thread[main,5,main])--DROP TABLE TMP2_PHONE [junit] [EL Fine]: sql: 2022-09-10 04:19:30.427--ServerSession(1402549741)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2022-09-10 04:19:30.428--ServerSession(1402549741)--Connection(88500980)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:30.428--ServerSession(1402549741)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP2_PHONE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_PHONE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_PHONE") [junit] [EL Finest]: query: 2022-09-10 04:19:30.428--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_PRODUCT") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.428--ServerSession(1402549741)--Connection(1358870266)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.428--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.428--ServerSession(1402549741)--Connection(1717135323)--Thread(Thread[main,5,main])--DROP TABLE TMP2_PRODUCT [junit] [EL Fine]: sql: 2022-09-10 04:19:30.428--ServerSession(1402549741)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2022-09-10 04:19:30.429--ServerSession(1402549741)--Connection(1358870266)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:30.429--ServerSession(1402549741)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP2_PRODUCT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_PRODUCT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_PRODUCT") [junit] [EL Finest]: query: 2022-09-10 04:19:30.429--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_VENDOR") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.429--ServerSession(1402549741)--Connection(88308378)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.429--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.429--ServerSession(1402549741)--Connection(548357550)--Thread(Thread[main,5,main])--DROP TABLE TMP2_VENDOR [junit] [EL Fine]: sql: 2022-09-10 04:19:30.429--ServerSession(1402549741)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2022-09-10 04:19:30.429--ServerSession(1402549741)--Connection(88308378)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:30.429--ServerSession(1402549741)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP2_VENDOR' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_VENDOR [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_VENDOR") [junit] [EL Finest]: query: 2022-09-10 04:19:30.429--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_EMBEDD_FA") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.429--ServerSession(1402549741)--Connection(1086962858)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.429--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.43--ServerSession(1402549741)--Connection(1589676419)--Thread(Thread[main,5,main])--DROP TABLE TMP2_EMBEDD_FA [junit] [EL Fine]: sql: 2022-09-10 04:19:30.43--ServerSession(1402549741)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2022-09-10 04:19:30.43--ServerSession(1402549741)--Connection(1086962858)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:30.43--ServerSession(1402549741)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP2_EMBEDD_FA' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_EMBEDD_FA [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_EMBEDD_FA") [junit] [EL Finest]: query: 2022-09-10 04:19:30.43--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_EMBEDD_PA") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.43--ServerSession(1402549741)--Connection(621969405)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.43--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.43--ServerSession(1402549741)--Connection(674474777)--Thread(Thread[main,5,main])--DROP TABLE TMP2_EMBEDD_PA [junit] [EL Fine]: sql: 2022-09-10 04:19:30.431--ServerSession(1402549741)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2022-09-10 04:19:30.431--ServerSession(1402549741)--Connection(621969405)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:30.431--ServerSession(1402549741)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP2_EMBEDD_PA' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_EMBEDD_PA [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_EMBEDD_PA") [junit] [EL Finest]: query: 2022-09-10 04:19:30.431--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_CARRIER") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.431--ServerSession(1402549741)--Connection(924237476)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.431--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.431--ServerSession(1402549741)--Connection(30261804)--Thread(Thread[main,5,main])--DROP TABLE TMP2_CARRIER [junit] [EL Fine]: sql: 2022-09-10 04:19:30.431--ServerSession(1402549741)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2022-09-10 04:19:30.432--ServerSession(1402549741)--Connection(924237476)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:30.432--ServerSession(1402549741)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP2_CARRIER' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_CARRIER [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_CARRIER") [junit] [EL Finest]: query: 2022-09-10 04:19:30.432--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_CONNECTION") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.432--ServerSession(1402549741)--Connection(1806793275)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.432--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.432--ServerSession(1402549741)--Connection(1775241847)--Thread(Thread[main,5,main])--DROP TABLE TMP2_CONNECTION [junit] [EL Fine]: sql: 2022-09-10 04:19:30.432--ServerSession(1402549741)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2022-09-10 04:19:30.433--ServerSession(1402549741)--Connection(1806793275)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:30.433--ServerSession(1402549741)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP2_CONNECTION' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_CONNECTION [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_CONNECTION") [junit] [EL Finest]: query: 2022-09-10 04:19:30.433--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_FLIGHT") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.433--ServerSession(1402549741)--Connection(738790354)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.433--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.433--ServerSession(1402549741)--Connection(1284099274)--Thread(Thread[main,5,main])--DROP TABLE TMP2_FLIGHT [junit] [EL Fine]: sql: 2022-09-10 04:19:30.433--ServerSession(1402549741)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2022-09-10 04:19:30.434--ServerSession(1402549741)--Connection(738790354)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:30.434--ServerSession(1402549741)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP2_FLIGHT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_FLIGHT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_FLIGHT") [junit] [EL Finest]: query: 2022-09-10 04:19:30.434--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_DEPARTMENT") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.434--ServerSession(1402549741)--Connection(953396352)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.434--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.434--ServerSession(1402549741)--Connection(1558210515)--Thread(Thread[main,5,main])--DROP TABLE TMP2_DEPARTMENT [junit] [EL Fine]: sql: 2022-09-10 04:19:30.434--ServerSession(1402549741)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2022-09-10 04:19:30.434--ServerSession(1402549741)--Connection(953396352)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:30.434--ServerSession(1402549741)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP2_DEPARTMENT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_DEPARTMENT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_DEPARTMENT") [junit] [EL Finest]: query: 2022-09-10 04:19:30.435--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_PERSON") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.435--ServerSession(1402549741)--Connection(1685083970)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.435--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.435--ServerSession(1402549741)--Connection(1096958176)--Thread(Thread[main,5,main])--DROP TABLE TMP2_PERSON [junit] [EL Fine]: sql: 2022-09-10 04:19:30.435--ServerSession(1402549741)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2022-09-10 04:19:30.435--ServerSession(1402549741)--Connection(1685083970)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:30.435--ServerSession(1402549741)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP2_PERSON' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_PERSON [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_PERSON") [junit] [EL Finest]: query: 2022-09-10 04:19:30.435--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_PHONE") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.435--ServerSession(1402549741)--Connection(673237234)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.435--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.435--ServerSession(1402549741)--Connection(1309425907)--Thread(Thread[main,5,main])--DROP TABLE TMP2_PHONE [junit] [EL Fine]: sql: 2022-09-10 04:19:30.436--ServerSession(1402549741)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2022-09-10 04:19:30.436--ServerSession(1402549741)--Connection(673237234)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:30.436--ServerSession(1402549741)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP2_PHONE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_PHONE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_PHONE") [junit] [EL Finest]: query: 2022-09-10 04:19:30.436--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_PRODUCT") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.436--ServerSession(1402549741)--Connection(403909308)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.436--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.436--ServerSession(1402549741)--Connection(911869460)--Thread(Thread[main,5,main])--DROP TABLE TMP2_PRODUCT [junit] [EL Fine]: sql: 2022-09-10 04:19:30.436--ServerSession(1402549741)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2022-09-10 04:19:30.437--ServerSession(1402549741)--Connection(403909308)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:30.437--ServerSession(1402549741)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP2_PRODUCT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_PRODUCT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_PRODUCT") [junit] [EL Finest]: query: 2022-09-10 04:19:30.437--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_VENDOR") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.437--ServerSession(1402549741)--Connection(1416458965)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.437--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.437--ServerSession(1402549741)--Connection(1428874286)--Thread(Thread[main,5,main])--DROP TABLE TMP2_VENDOR [junit] [EL Fine]: sql: 2022-09-10 04:19:30.437--ServerSession(1402549741)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2022-09-10 04:19:30.437--ServerSession(1402549741)--Connection(1416458965)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:30.437--ServerSession(1402549741)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP2_VENDOR' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_VENDOR [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_VENDOR") [junit] [EL Finest]: query: 2022-09-10 04:19:30.437--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_EMBEDD_FA") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.437--ServerSession(1402549741)--Connection(1194370506)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.437--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.438--ServerSession(1402549741)--Connection(2020903971)--Thread(Thread[main,5,main])--DROP TABLE TMP2_EMBEDD_FA [junit] [EL Fine]: sql: 2022-09-10 04:19:30.438--ServerSession(1402549741)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2022-09-10 04:19:30.438--ServerSession(1402549741)--Connection(1194370506)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:30.438--ServerSession(1402549741)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP2_EMBEDD_FA' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_EMBEDD_FA [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_EMBEDD_FA") [junit] [EL Finest]: query: 2022-09-10 04:19:30.438--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_EMBEDD_PA") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.438--ServerSession(1402549741)--Connection(2026393099)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.438--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.438--ServerSession(1402549741)--Connection(974436909)--Thread(Thread[main,5,main])--DROP TABLE TMP2_EMBEDD_PA [junit] [EL Fine]: sql: 2022-09-10 04:19:30.439--ServerSession(1402549741)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2022-09-10 04:19:30.439--ServerSession(1402549741)--Connection(2026393099)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:30.439--ServerSession(1402549741)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP2_EMBEDD_PA' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_EMBEDD_PA [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_EMBEDD_PA") [junit] [EL Finest]: query: 2022-09-10 04:19:30.439--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_CARRIER") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.439--ServerSession(1402549741)--Connection(1951800624)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.439--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.439--ServerSession(1402549741)--Connection(1314172327)--Thread(Thread[main,5,main])--DROP TABLE TMP2_CARRIER [junit] [EL Fine]: sql: 2022-09-10 04:19:30.44--ServerSession(1402549741)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2022-09-10 04:19:30.44--ServerSession(1402549741)--Connection(1951800624)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:30.44--ServerSession(1402549741)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP2_CARRIER' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_CARRIER [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_CARRIER") [junit] [EL Finest]: query: 2022-09-10 04:19:30.44--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_CONNECTION") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.44--ServerSession(1402549741)--Connection(1580920471)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.44--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.44--ServerSession(1402549741)--Connection(448907261)--Thread(Thread[main,5,main])--DROP TABLE TMP2_CONNECTION [junit] [EL Fine]: sql: 2022-09-10 04:19:30.44--ServerSession(1402549741)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2022-09-10 04:19:30.441--ServerSession(1402549741)--Connection(1580920471)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:30.467--ServerSession(1402549741)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP2_CONNECTION' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_CONNECTION [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_CONNECTION") [junit] [EL Finest]: query: 2022-09-10 04:19:30.468--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_FLIGHT") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.468--ServerSession(1402549741)--Connection(1428539140)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.468--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.468--ServerSession(1402549741)--Connection(1558369633)--Thread(Thread[main,5,main])--DROP TABLE TMP2_FLIGHT [junit] [EL Fine]: sql: 2022-09-10 04:19:30.469--ServerSession(1402549741)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2022-09-10 04:19:30.469--ServerSession(1402549741)--Connection(1428539140)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:30.469--ServerSession(1402549741)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP2_FLIGHT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_FLIGHT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_FLIGHT") [junit] [EL Finest]: query: 2022-09-10 04:19:30.469--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_DEPARTMENT") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.469--ServerSession(1402549741)--Connection(573931881)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.469--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.469--ServerSession(1402549741)--Connection(1498640332)--Thread(Thread[main,5,main])--DROP TABLE TMP2_DEPARTMENT [junit] [EL Fine]: sql: 2022-09-10 04:19:30.47--ServerSession(1402549741)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2022-09-10 04:19:30.47--ServerSession(1402549741)--Connection(573931881)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:30.47--ServerSession(1402549741)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP2_DEPARTMENT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_DEPARTMENT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_DEPARTMENT") [junit] [EL Finest]: query: 2022-09-10 04:19:30.47--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_PERSON") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.47--ServerSession(1402549741)--Connection(464090216)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.47--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.47--ServerSession(1402549741)--Connection(362385597)--Thread(Thread[main,5,main])--DROP TABLE TMP2_PERSON [junit] [EL Fine]: sql: 2022-09-10 04:19:30.471--ServerSession(1402549741)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2022-09-10 04:19:30.471--ServerSession(1402549741)--Connection(464090216)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:30.471--ServerSession(1402549741)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP2_PERSON' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_PERSON [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_PERSON") [junit] [EL Finest]: query: 2022-09-10 04:19:30.471--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_PHONE") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.471--ServerSession(1402549741)--Connection(1135630425)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.471--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.471--ServerSession(1402549741)--Connection(325742195)--Thread(Thread[main,5,main])--DROP TABLE TMP2_PHONE [junit] [EL Fine]: sql: 2022-09-10 04:19:30.471--ServerSession(1402549741)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2022-09-10 04:19:30.471--ServerSession(1402549741)--Connection(1135630425)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:30.471--ServerSession(1402549741)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP2_PHONE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_PHONE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_PHONE") [junit] [EL Finest]: query: 2022-09-10 04:19:30.472--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_PRODUCT") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.472--ServerSession(1402549741)--Connection(683489691)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.472--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.472--ServerSession(1402549741)--Connection(1762577989)--Thread(Thread[main,5,main])--DROP TABLE TMP2_PRODUCT [junit] [EL Fine]: sql: 2022-09-10 04:19:30.472--ServerSession(1402549741)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2022-09-10 04:19:30.472--ServerSession(1402549741)--Connection(683489691)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:30.472--ServerSession(1402549741)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP2_PRODUCT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_PRODUCT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_PRODUCT") [junit] [EL Finest]: query: 2022-09-10 04:19:30.472--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_VENDOR") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.472--ServerSession(1402549741)--Connection(462164160)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.472--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.473--ServerSession(1402549741)--Connection(1522303947)--Thread(Thread[main,5,main])--DROP TABLE TMP2_VENDOR [junit] [EL Fine]: sql: 2022-09-10 04:19:30.473--ServerSession(1402549741)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2022-09-10 04:19:30.473--ServerSession(1402549741)--Connection(462164160)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:30.473--ServerSession(1402549741)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP2_VENDOR' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_VENDOR [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_VENDOR") [junit] [EL Finest]: query: 2022-09-10 04:19:30.473--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_EMBEDD_FA") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.473--ServerSession(1402549741)--Connection(1434422849)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.473--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.473--ServerSession(1402549741)--Connection(772709950)--Thread(Thread[main,5,main])--DROP TABLE TMP2_EMBEDD_FA [junit] [EL Fine]: sql: 2022-09-10 04:19:30.473--ServerSession(1402549741)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2022-09-10 04:19:30.474--ServerSession(1402549741)--Connection(1434422849)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:30.474--ServerSession(1402549741)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP2_EMBEDD_FA' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_EMBEDD_FA [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_EMBEDD_FA") [junit] [EL Finest]: query: 2022-09-10 04:19:30.474--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_EMBEDD_PA") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.474--ServerSession(1402549741)--Connection(769741880)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.474--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.474--ServerSession(1402549741)--Connection(71686723)--Thread(Thread[main,5,main])--DROP TABLE TMP2_EMBEDD_PA [junit] [EL Fine]: sql: 2022-09-10 04:19:30.474--ServerSession(1402549741)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2022-09-10 04:19:30.474--ServerSession(1402549741)--Connection(769741880)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:30.474--ServerSession(1402549741)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP2_EMBEDD_PA' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_EMBEDD_PA [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_EMBEDD_PA") [junit] [EL Finest]: query: 2022-09-10 04:19:30.474--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_CARRIER") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.475--ServerSession(1402549741)--Connection(1508040498)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.475--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.475--ServerSession(1402549741)--Connection(2122649762)--Thread(Thread[main,5,main])--DROP TABLE TMP2_CARRIER [junit] [EL Fine]: sql: 2022-09-10 04:19:30.475--ServerSession(1402549741)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2022-09-10 04:19:30.475--ServerSession(1402549741)--Connection(1508040498)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:30.475--ServerSession(1402549741)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP2_CARRIER' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_CARRIER [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_CARRIER") [junit] [EL Finest]: query: 2022-09-10 04:19:30.475--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_CONNECTION") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.475--ServerSession(1402549741)--Connection(140046204)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.475--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.475--ServerSession(1402549741)--Connection(1200400906)--Thread(Thread[main,5,main])--DROP TABLE TMP2_CONNECTION [junit] [EL Fine]: sql: 2022-09-10 04:19:30.476--ServerSession(1402549741)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2022-09-10 04:19:30.476--ServerSession(1402549741)--Connection(140046204)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:30.476--ServerSession(1402549741)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP2_CONNECTION' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_CONNECTION [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_CONNECTION") [junit] [EL Finest]: query: 2022-09-10 04:19:30.476--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_FLIGHT") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.476--ServerSession(1402549741)--Connection(128130371)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.476--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.476--ServerSession(1402549741)--Connection(1221538244)--Thread(Thread[main,5,main])--DROP TABLE TMP2_FLIGHT [junit] [EL Fine]: sql: 2022-09-10 04:19:30.476--ServerSession(1402549741)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2022-09-10 04:19:30.476--ServerSession(1402549741)--Connection(128130371)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:30.476--ServerSession(1402549741)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP2_FLIGHT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_FLIGHT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_FLIGHT") [junit] [EL Finest]: query: 2022-09-10 04:19:30.476--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_DEPARTMENT") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.477--ServerSession(1402549741)--Connection(775762264)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.477--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.477--ServerSession(1402549741)--Connection(829126873)--Thread(Thread[main,5,main])--DROP TABLE TMP2_DEPARTMENT [junit] [EL Fine]: sql: 2022-09-10 04:19:30.477--ServerSession(1402549741)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2022-09-10 04:19:30.477--ServerSession(1402549741)--Connection(775762264)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:30.477--ServerSession(1402549741)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP2_DEPARTMENT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_DEPARTMENT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_DEPARTMENT") [junit] [EL Finest]: query: 2022-09-10 04:19:30.477--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_PERSON") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.477--ServerSession(1402549741)--Connection(1647941753)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.477--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.477--ServerSession(1402549741)--Connection(625590935)--Thread(Thread[main,5,main])--DROP TABLE TMP2_PERSON [junit] [EL Fine]: sql: 2022-09-10 04:19:30.477--ServerSession(1402549741)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2022-09-10 04:19:30.478--ServerSession(1402549741)--Connection(1647941753)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:30.478--ServerSession(1402549741)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP2_PERSON' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_PERSON [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_PERSON") [junit] [EL Finest]: query: 2022-09-10 04:19:30.478--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_PHONE") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.478--ServerSession(1402549741)--Connection(373137057)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.478--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.478--ServerSession(1402549741)--Connection(954803791)--Thread(Thread[main,5,main])--DROP TABLE TMP2_PHONE [junit] [EL Fine]: sql: 2022-09-10 04:19:30.478--ServerSession(1402549741)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2022-09-10 04:19:30.478--ServerSession(1402549741)--Connection(373137057)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:30.478--ServerSession(1402549741)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP2_PHONE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_PHONE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_PHONE") [junit] [EL Finest]: query: 2022-09-10 04:19:30.478--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_PRODUCT") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.478--ServerSession(1402549741)--Connection(1790065648)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.478--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.479--ServerSession(1402549741)--Connection(268466321)--Thread(Thread[main,5,main])--DROP TABLE TMP2_PRODUCT [junit] [EL Fine]: sql: 2022-09-10 04:19:30.479--ServerSession(1402549741)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2022-09-10 04:19:30.479--ServerSession(1402549741)--Connection(1790065648)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:30.479--ServerSession(1402549741)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP2_PRODUCT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_PRODUCT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_PRODUCT") [junit] [EL Finest]: query: 2022-09-10 04:19:30.479--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_VENDOR") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.479--ServerSession(1402549741)--Connection(1248552948)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.479--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.479--ServerSession(1402549741)--Connection(830322930)--Thread(Thread[main,5,main])--DROP TABLE TMP2_VENDOR [junit] [EL Fine]: sql: 2022-09-10 04:19:30.479--ServerSession(1402549741)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2022-09-10 04:19:30.48--ServerSession(1402549741)--Connection(1248552948)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:30.48--ServerSession(1402549741)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP2_VENDOR' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_VENDOR [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_VENDOR") [junit] [EL Finest]: query: 2022-09-10 04:19:30.48--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_EMBEDD_FA") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.48--ServerSession(1402549741)--Connection(340404118)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.48--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.48--ServerSession(1402549741)--Connection(84911660)--Thread(Thread[main,5,main])--DROP TABLE TMP2_EMBEDD_FA [junit] [EL Fine]: sql: 2022-09-10 04:19:30.48--ServerSession(1402549741)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2022-09-10 04:19:30.48--ServerSession(1402549741)--Connection(340404118)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:30.48--ServerSession(1402549741)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP2_EMBEDD_FA' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_EMBEDD_FA [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_EMBEDD_FA") [junit] [EL Finest]: query: 2022-09-10 04:19:30.48--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_EMBEDD_PA") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.48--ServerSession(1402549741)--Connection(803224236)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.48--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.48--ServerSession(1402549741)--Connection(1783877201)--Thread(Thread[main,5,main])--DROP TABLE TMP2_EMBEDD_PA [junit] [EL Fine]: sql: 2022-09-10 04:19:30.481--ServerSession(1402549741)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2022-09-10 04:19:30.481--ServerSession(1402549741)--Connection(803224236)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:30.481--ServerSession(1402549741)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP2_EMBEDD_PA' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_EMBEDD_PA [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_EMBEDD_PA") [junit] [EL Finest]: query: 2022-09-10 04:19:30.481--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_CARRIER") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.481--ServerSession(1402549741)--Connection(47119976)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.481--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.481--ServerSession(1402549741)--Connection(743801287)--Thread(Thread[main,5,main])--DROP TABLE TMP2_CARRIER [junit] [EL Fine]: sql: 2022-09-10 04:19:30.481--ServerSession(1402549741)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2022-09-10 04:19:30.481--ServerSession(1402549741)--Connection(47119976)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:30.481--ServerSession(1402549741)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP2_CARRIER' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_CARRIER [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_CARRIER") [junit] [EL Finest]: query: 2022-09-10 04:19:30.482--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_CONNECTION") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.482--ServerSession(1402549741)--Connection(1676738824)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.482--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.482--ServerSession(1402549741)--Connection(372874912)--Thread(Thread[main,5,main])--DROP TABLE TMP2_CONNECTION [junit] [EL Fine]: sql: 2022-09-10 04:19:30.482--ServerSession(1402549741)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2022-09-10 04:19:30.482--ServerSession(1402549741)--Connection(1676738824)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:30.482--ServerSession(1402549741)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP2_CONNECTION' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_CONNECTION [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_CONNECTION") [junit] [EL Finest]: query: 2022-09-10 04:19:30.482--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_FLIGHT") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.482--ServerSession(1402549741)--Connection(1235731884)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.482--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.482--ServerSession(1402549741)--Connection(573928657)--Thread(Thread[main,5,main])--DROP TABLE TMP2_FLIGHT [junit] [EL Fine]: sql: 2022-09-10 04:19:30.483--ServerSession(1402549741)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2022-09-10 04:19:30.483--ServerSession(1402549741)--Connection(1235731884)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:30.483--ServerSession(1402549741)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP2_FLIGHT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_FLIGHT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_FLIGHT") [junit] [EL Finest]: query: 2022-09-10 04:19:30.483--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_DEPARTMENT") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.483--ServerSession(1402549741)--Connection(2108987650)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.483--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.483--ServerSession(1402549741)--Connection(172603837)--Thread(Thread[main,5,main])--DROP TABLE TMP2_DEPARTMENT [junit] [EL Fine]: sql: 2022-09-10 04:19:30.483--ServerSession(1402549741)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2022-09-10 04:19:30.483--ServerSession(1402549741)--Connection(2108987650)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:30.483--ServerSession(1402549741)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP2_DEPARTMENT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_DEPARTMENT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_DEPARTMENT") [junit] [EL Finest]: query: 2022-09-10 04:19:30.483--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_PERSON") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.483--ServerSession(1402549741)--Connection(1652857712)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.483--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.484--ServerSession(1402549741)--Connection(992043691)--Thread(Thread[main,5,main])--DROP TABLE TMP2_PERSON [junit] [EL Fine]: sql: 2022-09-10 04:19:30.484--ServerSession(1402549741)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2022-09-10 04:19:30.484--ServerSession(1402549741)--Connection(1652857712)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:30.484--ServerSession(1402549741)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP2_PERSON' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_PERSON [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_PERSON") [junit] [EL Finest]: query: 2022-09-10 04:19:30.484--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_PHONE") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.484--ServerSession(1402549741)--Connection(1628589433)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.484--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.484--ServerSession(1402549741)--Connection(655037744)--Thread(Thread[main,5,main])--DROP TABLE TMP2_PHONE [junit] [EL Fine]: sql: 2022-09-10 04:19:30.484--ServerSession(1402549741)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2022-09-10 04:19:30.485--ServerSession(1402549741)--Connection(1628589433)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:30.485--ServerSession(1402549741)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP2_PHONE' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_PHONE [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_PHONE") [junit] [EL Finest]: query: 2022-09-10 04:19:30.485--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_PRODUCT") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.485--ServerSession(1402549741)--Connection(2122667562)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.485--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.485--ServerSession(1402549741)--Connection(227521798)--Thread(Thread[main,5,main])--DROP TABLE TMP2_PRODUCT [junit] [EL Fine]: sql: 2022-09-10 04:19:30.485--ServerSession(1402549741)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2022-09-10 04:19:30.485--ServerSession(1402549741)--Connection(2122667562)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:30.485--ServerSession(1402549741)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP2_PRODUCT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_PRODUCT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_PRODUCT") [junit] [EL Finest]: query: 2022-09-10 04:19:30.485--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_VENDOR") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.485--ServerSession(1402549741)--Connection(491284231)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.485--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.485--ServerSession(1402549741)--Connection(1235768962)--Thread(Thread[main,5,main])--DROP TABLE TMP2_VENDOR [junit] [EL Fine]: sql: 2022-09-10 04:19:30.486--ServerSession(1402549741)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2022-09-10 04:19:30.486--ServerSession(1402549741)--Connection(491284231)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:30.486--ServerSession(1402549741)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP2_VENDOR' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_VENDOR [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_VENDOR") [junit] [EL Finest]: query: 2022-09-10 04:19:30.486--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_EMBEDD_FA") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.486--ServerSession(1402549741)--Connection(1607705354)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.486--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.486--ServerSession(1402549741)--Connection(33396648)--Thread(Thread[main,5,main])--DROP TABLE TMP2_EMBEDD_FA [junit] [EL Fine]: sql: 2022-09-10 04:19:30.486--ServerSession(1402549741)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2022-09-10 04:19:30.486--ServerSession(1402549741)--Connection(1607705354)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:30.487--ServerSession(1402549741)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP2_EMBEDD_FA' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_EMBEDD_FA [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_EMBEDD_FA") [junit] [EL Finest]: query: 2022-09-10 04:19:30.487--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_EMBEDD_PA") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.487--ServerSession(1402549741)--Connection(1287292775)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.487--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.487--ServerSession(1402549741)--Connection(238265865)--Thread(Thread[main,5,main])--DROP TABLE TMP2_EMBEDD_PA [junit] [EL Fine]: sql: 2022-09-10 04:19:30.487--ServerSession(1402549741)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2022-09-10 04:19:30.487--ServerSession(1402549741)--Connection(1287292775)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:30.487--ServerSession(1402549741)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP2_EMBEDD_PA' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_EMBEDD_PA [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_EMBEDD_PA") [junit] [EL Finest]: query: 2022-09-10 04:19:30.487--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_CARRIER") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.487--ServerSession(1402549741)--Connection(1069742533)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.487--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.487--ServerSession(1402549741)--Connection(660328677)--Thread(Thread[main,5,main])--DROP TABLE TMP2_CARRIER [junit] [EL Fine]: sql: 2022-09-10 04:19:30.488--ServerSession(1402549741)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2022-09-10 04:19:30.488--ServerSession(1402549741)--Connection(1069742533)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:30.488--ServerSession(1402549741)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP2_CARRIER' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_CARRIER [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_CARRIER") [junit] [EL Finest]: query: 2022-09-10 04:19:30.488--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_CONNECTION") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.488--ServerSession(1402549741)--Connection(641893488)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.488--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.488--ServerSession(1402549741)--Connection(249974188)--Thread(Thread[main,5,main])--DROP TABLE TMP2_CONNECTION [junit] [EL Fine]: sql: 2022-09-10 04:19:30.488--ServerSession(1402549741)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2022-09-10 04:19:30.488--ServerSession(1402549741)--Connection(641893488)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:30.488--ServerSession(1402549741)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP2_CONNECTION' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_CONNECTION [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_CONNECTION") [junit] [EL Finest]: query: 2022-09-10 04:19:30.489--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TMP2_FLIGHT") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.489--ServerSession(1402549741)--Connection(447349517)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.489--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.489--ServerSession(1402549741)--Connection(679048492)--Thread(Thread[main,5,main])--DROP TABLE TMP2_FLIGHT [junit] [EL Fine]: sql: 2022-09-10 04:19:30.489--ServerSession(1402549741)--Thread(Thread[main,5,main])--SELECT 1 [junit] [EL Finest]: connection: 2022-09-10 04:19:30.489--ServerSession(1402549741)--Connection(447349517)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Warning]: 2022-09-10 04:19:30.489--ServerSession(1402549741)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'ecltest.TMP2_FLIGHT' [junit] Error Code: 1051 [junit] Call: DROP TABLE TMP2_FLIGHT [junit] Query: DataModifyQuery(sql="DROP TABLE TMP2_FLIGHT") [junit] [EL Finest]: query: 2022-09-10 04:19:30.489--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP2_DEPARTMENT (DEPTNO INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (DEPTNO))") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.489--ServerSession(1402549741)--Connection(2023937110)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.489--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.489--ServerSession(1402549741)--Connection(853148196)--Thread(Thread[main,5,main])--CREATE TABLE TMP2_DEPARTMENT (DEPTNO INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (DEPTNO)) [junit] [EL Finest]: connection: 2022-09-10 04:19:30.494--ServerSession(1402549741)--Connection(2023937110)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: ddl: 2022-09-10 04:19:30.494--Thread(Thread[main,5,main])--The table (TMP2_DEPARTMENT) is created. [junit] [EL Finest]: query: 2022-09-10 04:19:30.494--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP2_PERSON (SSN INTEGER NOT NULL, DTYPE VARCHAR(31), NAME VARCHAR(255), SALARY DECIMAL(10,2), SHOESIZE INTEGER, SALUTATION VARCHAR(8), COUNTY VARCHAR(255), STATE VARCHAR(255), STREET VARCHAR(255), ZIPCODE VARCHAR(255), DEPARTMENT_DEPTNO INTEGER, SPOUSE_SSN INTEGER, PRIMARY KEY (SSN))") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.494--ServerSession(1402549741)--Connection(1570636883)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.494--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.494--ServerSession(1402549741)--Connection(1060628198)--Thread(Thread[main,5,main])--CREATE TABLE TMP2_PERSON (SSN INTEGER NOT NULL, DTYPE VARCHAR(31), NAME VARCHAR(255), SALARY DECIMAL(10,2), SHOESIZE INTEGER, SALUTATION VARCHAR(8), COUNTY VARCHAR(255), STATE VARCHAR(255), STREET VARCHAR(255), ZIPCODE VARCHAR(255), DEPARTMENT_DEPTNO INTEGER, SPOUSE_SSN INTEGER, PRIMARY KEY (SSN)) [junit] [EL Finest]: connection: 2022-09-10 04:19:30.498--ServerSession(1402549741)--Connection(1570636883)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: ddl: 2022-09-10 04:19:30.498--Thread(Thread[main,5,main])--The table (TMP2_PERSON) is created. [junit] [EL Finest]: query: 2022-09-10 04:19:30.499--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP2_PHONE (SERIALNUMBER INTEGER NOT NULL, VENDOR_NAME VARCHAR(255) NOT NULL, PRIMARY KEY (SERIALNUMBER, VENDOR_NAME))") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.499--ServerSession(1402549741)--Connection(1026165735)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.499--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.499--ServerSession(1402549741)--Connection(1034607218)--Thread(Thread[main,5,main])--CREATE TABLE TMP2_PHONE (SERIALNUMBER INTEGER NOT NULL, VENDOR_NAME VARCHAR(255) NOT NULL, PRIMARY KEY (SERIALNUMBER, VENDOR_NAME)) [junit] [EL Finest]: connection: 2022-09-10 04:19:30.502--ServerSession(1402549741)--Connection(1026165735)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: ddl: 2022-09-10 04:19:30.502--Thread(Thread[main,5,main])--The table (TMP2_PHONE) is created. [junit] [EL Finest]: query: 2022-09-10 04:19:30.502--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP2_PRODUCT (NAME VARCHAR(32) NOT NULL, PRODUCTTYPE VARCHAR(16) NOT NULL, PRIMARY KEY (NAME, PRODUCTTYPE))") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.502--ServerSession(1402549741)--Connection(1646542006)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.502--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.503--ServerSession(1402549741)--Connection(162927562)--Thread(Thread[main,5,main])--CREATE TABLE TMP2_PRODUCT (NAME VARCHAR(32) NOT NULL, PRODUCTTYPE VARCHAR(16) NOT NULL, PRIMARY KEY (NAME, PRODUCTTYPE)) [junit] [EL Finest]: connection: 2022-09-10 04:19:30.506--ServerSession(1402549741)--Connection(1646542006)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: ddl: 2022-09-10 04:19:30.506--Thread(Thread[main,5,main])--The table (TMP2_PRODUCT) is created. [junit] [EL Finest]: query: 2022-09-10 04:19:30.506--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP2_VENDOR (NAME VARCHAR(255) NOT NULL, PRIMARY KEY (NAME))") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.506--ServerSession(1402549741)--Connection(1590095778)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.506--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.506--ServerSession(1402549741)--Connection(1733791731)--Thread(Thread[main,5,main])--CREATE TABLE TMP2_VENDOR (NAME VARCHAR(255) NOT NULL, PRIMARY KEY (NAME)) [junit] [EL Finest]: connection: 2022-09-10 04:19:30.51--ServerSession(1402549741)--Connection(1590095778)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: ddl: 2022-09-10 04:19:30.51--Thread(Thread[main,5,main])--The table (TMP2_VENDOR) is created. [junit] [EL Finest]: query: 2022-09-10 04:19:30.51--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP2_EMBEDD_FA (ID INTEGER NOT NULL, EMB_FA_DATA INTEGER, EMB_PA_DATA INTEGER, PRIMARY KEY (ID))") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.51--ServerSession(1402549741)--Connection(57402976)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.51--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.51--ServerSession(1402549741)--Connection(1478019561)--Thread(Thread[main,5,main])--CREATE TABLE TMP2_EMBEDD_FA (ID INTEGER NOT NULL, EMB_FA_DATA INTEGER, EMB_PA_DATA INTEGER, PRIMARY KEY (ID)) [junit] [EL Finest]: connection: 2022-09-10 04:19:30.514--ServerSession(1402549741)--Connection(57402976)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: ddl: 2022-09-10 04:19:30.514--Thread(Thread[main,5,main])--The table (TMP2_EMBEDD_FA) is created. [junit] [EL Finest]: query: 2022-09-10 04:19:30.514--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP2_EMBEDD_PA (ID INTEGER NOT NULL, EMB_FA_DATA INTEGER, EMB_PA_DATA INTEGER, PRIMARY KEY (ID))") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.514--ServerSession(1402549741)--Connection(331881838)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.514--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.514--ServerSession(1402549741)--Connection(226609535)--Thread(Thread[main,5,main])--CREATE TABLE TMP2_EMBEDD_PA (ID INTEGER NOT NULL, EMB_FA_DATA INTEGER, EMB_PA_DATA INTEGER, PRIMARY KEY (ID)) [junit] [EL Finest]: connection: 2022-09-10 04:19:30.518--ServerSession(1402549741)--Connection(331881838)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: ddl: 2022-09-10 04:19:30.518--Thread(Thread[main,5,main])--The table (TMP2_EMBEDD_PA) is created. [junit] [EL Finest]: query: 2022-09-10 04:19:30.518--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP2_CARRIER (CARRIER_ID VARCHAR(255) NOT NULL, DESCRIPTION VARCHAR(255), PRIMARY KEY (CARRIER_ID))") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.518--ServerSession(1402549741)--Connection(1411039930)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.518--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.518--ServerSession(1402549741)--Connection(1473459063)--Thread(Thread[main,5,main])--CREATE TABLE TMP2_CARRIER (CARRIER_ID VARCHAR(255) NOT NULL, DESCRIPTION VARCHAR(255), PRIMARY KEY (CARRIER_ID)) [junit] [EL Finest]: connection: 2022-09-10 04:19:30.522--ServerSession(1402549741)--Connection(1411039930)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: ddl: 2022-09-10 04:19:30.522--Thread(Thread[main,5,main])--The table (TMP2_CARRIER) is created. [junit] [EL Finest]: query: 2022-09-10 04:19:30.522--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP2_CONNECTION (CITY_FROM VARCHAR(255), CITY_TO VARCHAR(255), CARRIER_ID VARCHAR(255) NOT NULL, FLIGHT_NUMBER INTEGER NOT NULL, PRIMARY KEY (CARRIER_ID, FLIGHT_NUMBER))") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.522--ServerSession(1402549741)--Connection(1319844781)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.522--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.522--ServerSession(1402549741)--Connection(3006852)--Thread(Thread[main,5,main])--CREATE TABLE TMP2_CONNECTION (CITY_FROM VARCHAR(255), CITY_TO VARCHAR(255), CARRIER_ID VARCHAR(255) NOT NULL, FLIGHT_NUMBER INTEGER NOT NULL, PRIMARY KEY (CARRIER_ID, FLIGHT_NUMBER)) [junit] [EL Finest]: connection: 2022-09-10 04:19:30.526--ServerSession(1402549741)--Connection(1319844781)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: ddl: 2022-09-10 04:19:30.526--Thread(Thread[main,5,main])--The table (TMP2_CONNECTION) is created. [junit] [EL Finest]: query: 2022-09-10 04:19:30.526--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TMP2_FLIGHT (PASSENGERS INTEGER, FLIGHT_DATE DATE NOT NULL, CARRIER_ID VARCHAR(255) NOT NULL, FLIGHT_NUMBER INTEGER NOT NULL, PRIMARY KEY (FLIGHT_DATE, CARRIER_ID, FLIGHT_NUMBER))") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.526--ServerSession(1402549741)--Connection(488715219)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.526--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.526--ServerSession(1402549741)--Connection(1919930418)--Thread(Thread[main,5,main])--CREATE TABLE TMP2_FLIGHT (PASSENGERS INTEGER, FLIGHT_DATE DATE NOT NULL, CARRIER_ID VARCHAR(255) NOT NULL, FLIGHT_NUMBER INTEGER NOT NULL, PRIMARY KEY (FLIGHT_DATE, CARRIER_ID, FLIGHT_NUMBER)) [junit] [EL Finest]: connection: 2022-09-10 04:19:30.53--ServerSession(1402549741)--Connection(488715219)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: ddl: 2022-09-10 04:19:30.53--Thread(Thread[main,5,main])--The table (TMP2_FLIGHT) is created. [junit] [EL Finest]: query: 2022-09-10 04:19:30.53--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP2_PERSON ADD CONSTRAINT FK_TMP2_PERSON_SPOUSE_SSN FOREIGN KEY (SPOUSE_SSN) REFERENCES TMP2_PERSON (SSN)") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.53--ServerSession(1402549741)--Connection(549410208)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.53--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.53--ServerSession(1402549741)--Connection(744357829)--Thread(Thread[main,5,main])--ALTER TABLE TMP2_PERSON ADD CONSTRAINT FK_TMP2_PERSON_SPOUSE_SSN FOREIGN KEY (SPOUSE_SSN) REFERENCES TMP2_PERSON (SSN) [junit] [EL Finest]: connection: 2022-09-10 04:19:30.54--ServerSession(1402549741)--Connection(549410208)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: query: 2022-09-10 04:19:30.54--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP2_PERSON ADD CONSTRAINT FK_TMP2_PERSON_DEPARTMENT_DEPTNO FOREIGN KEY (DEPARTMENT_DEPTNO) REFERENCES TMP2_DEPARTMENT (DEPTNO)") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.54--ServerSession(1402549741)--Connection(1996240265)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.54--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.541--ServerSession(1402549741)--Connection(899440452)--Thread(Thread[main,5,main])--ALTER TABLE TMP2_PERSON ADD CONSTRAINT FK_TMP2_PERSON_DEPARTMENT_DEPTNO FOREIGN KEY (DEPARTMENT_DEPTNO) REFERENCES TMP2_DEPARTMENT (DEPTNO) [junit] [EL Finest]: connection: 2022-09-10 04:19:30.551--ServerSession(1402549741)--Connection(1996240265)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: query: 2022-09-10 04:19:30.552--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP2_PHONE ADD CONSTRAINT FK_TMP2_PHONE_VENDOR_NAME FOREIGN KEY (VENDOR_NAME) REFERENCES TMP2_VENDOR (NAME)") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.552--ServerSession(1402549741)--Connection(1900341041)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.552--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.552--ServerSession(1402549741)--Connection(653652002)--Thread(Thread[main,5,main])--ALTER TABLE TMP2_PHONE ADD CONSTRAINT FK_TMP2_PHONE_VENDOR_NAME FOREIGN KEY (VENDOR_NAME) REFERENCES TMP2_VENDOR (NAME) [junit] [EL Finest]: connection: 2022-09-10 04:19:30.562--ServerSession(1402549741)--Connection(1900341041)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: query: 2022-09-10 04:19:30.562--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP2_CONNECTION ADD CONSTRAINT FK_TMP2_CONNECTION_CARRIER_ID FOREIGN KEY (CARRIER_ID) REFERENCES TMP2_CARRIER (CARRIER_ID)") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.562--ServerSession(1402549741)--Connection(1593814799)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.562--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.562--ServerSession(1402549741)--Connection(1468149778)--Thread(Thread[main,5,main])--ALTER TABLE TMP2_CONNECTION ADD CONSTRAINT FK_TMP2_CONNECTION_CARRIER_ID FOREIGN KEY (CARRIER_ID) REFERENCES TMP2_CARRIER (CARRIER_ID) [junit] [EL Finest]: connection: 2022-09-10 04:19:30.571--ServerSession(1402549741)--Connection(1593814799)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: query: 2022-09-10 04:19:30.571--ServerSession(1402549741)--Thread(Thread[main,5,main])--Execute query DataModifyQuery(sql="ALTER TABLE TMP2_FLIGHT ADD CONSTRAINT FK_TMP2_FLIGHT_CARRIER_ID FOREIGN KEY (CARRIER_ID, FLIGHT_NUMBER) REFERENCES TMP2_CONNECTION (CARRIER_ID, FLIGHT_NUMBER)") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.571--ServerSession(1402549741)--Connection(1381283938)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.571--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.572--ServerSession(1402549741)--Connection(336593050)--Thread(Thread[main,5,main])--ALTER TABLE TMP2_FLIGHT ADD CONSTRAINT FK_TMP2_FLIGHT_CARRIER_ID FOREIGN KEY (CARRIER_ID, FLIGHT_NUMBER) REFERENCES TMP2_CONNECTION (CARRIER_ID, FLIGHT_NUMBER) [junit] [EL Finest]: connection: 2022-09-10 04:19:30.582--ServerSession(1402549741)--Connection(1381283938)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: metamodel: 2022-09-10 04:19:30.583--ServerSession(1402549741)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa2.employee.Address_] not found during initialization. [junit] [EL Finer]: metamodel: 2022-09-10 04:19:30.583--ServerSession(1402549741)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa2.employee.ContactInfo_] not found during initialization. [junit] [EL Finer]: metamodel: 2022-09-10 04:19:30.584--ServerSession(1402549741)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa2.employee.Department_] not found during initialization. [junit] [EL Finer]: metamodel: 2022-09-10 04:19:30.584--ServerSession(1402549741)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa2.employee.Employee_] not found during initialization. [junit] [EL Finer]: metamodel: 2022-09-10 04:19:30.584--ServerSession(1402549741)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa2.employee.FrequentFlyerPlan_] not found during initialization. [junit] [EL Finer]: metamodel: 2022-09-10 04:19:30.584--ServerSession(1402549741)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa2.employee.Person_] not found during initialization. [junit] [EL Finer]: metamodel: 2022-09-10 04:19:30.584--ServerSession(1402549741)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa2.employee.Phone_] not found during initialization. [junit] [EL Finer]: metamodel: 2022-09-10 04:19:30.585--ServerSession(1402549741)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa2.employee.Product_] not found during initialization. [junit] [EL Finer]: metamodel: 2022-09-10 04:19:30.585--ServerSession(1402549741)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa2.employee.Vendor_] not found during initialization. [junit] [EL Finer]: metamodel: 2022-09-10 04:19:30.585--ServerSession(1402549741)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa2.embedded.EmbeddedFieldAccess_] not found during initialization. [junit] [EL Finer]: metamodel: 2022-09-10 04:19:30.585--ServerSession(1402549741)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa2.embedded.EmbeddedPropertyAccess_] not found during initialization. [junit] [EL Finer]: metamodel: 2022-09-10 04:19:30.585--ServerSession(1402549741)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa2.embedded.EmbeddingFieldAccess_] not found during initialization. [junit] [EL Finer]: metamodel: 2022-09-10 04:19:30.585--ServerSession(1402549741)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa2.embedded.EmbeddingPropertyAccess_] not found during initialization. [junit] [EL Finer]: metamodel: 2022-09-10 04:19:30.586--ServerSession(1402549741)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa2.flight.Carrier_] not found during initialization. [junit] [EL Finer]: metamodel: 2022-09-10 04:19:30.586--ServerSession(1402549741)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa2.flight.Connection_] not found during initialization. [junit] [EL Finer]: metamodel: 2022-09-10 04:19:30.586--ServerSession(1402549741)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa2.flight.Flight_] not found during initialization. [junit] [EL Finer]: metamodel: 2022-09-10 04:19:30.586--ServerSession(1402549741)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa2.flight.ConnectionId_] not found during initialization. [junit] [EL Finer]: metamodel: 2022-09-10 04:19:30.586--ServerSession(1402549741)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.wdf.jpa2.flight.FlightId_] not found during initialization. [junit] [EL Finest]: jpa: 2022-09-10 04:19:30.586--ServerSession(1402549741)--Thread(Thread[main,5,main])--End deploying Persistence Unit jpa2testmodel; session /file:/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/eclipselink-wdf-jpa2-model.jar_jpa2testmodel_nonJtaDataSource=245475541; state Deployed; factoryCount 1 [junit] [EL Finer]: connection: 2022-09-10 04:19:30.587--ServerSession(1402549741)--Thread(Thread[main,5,main])--client acquired: 1876360641 [junit] [EL Finer]: transaction: 2022-09-10 04:19:30.587--ClientSession(1876360641)--Thread(Thread[main,5,main])--acquire unit of work: 798245410 [junit] [EL Finest]: transaction: 2022-09-10 04:19:30.587--UnitOfWork(798245410)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa2.embedded.EmbeddingFieldAccess@342d292a. [junit] [EL Finer]: connection: 2022-09-10 04:19:30.593--ServerSession(1402549741)--Thread(Thread[main,5,main])--client acquired: 1613365098 [junit] [EL Finer]: transaction: 2022-09-10 04:19:30.594--ClientSession(1613365098)--Thread(Thread[main,5,main])--acquire unit of work: 240863993 [junit] [EL Finest]: transaction: 2022-09-10 04:19:30.594--UnitOfWork(240863993)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa2.embedded.EmbeddingFieldAccess@750c2b60. [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa2.embeddable.TestNestedEmbeddables [junit] [EL Finer]: connection: 2022-09-10 04:19:30.61--ServerSession(1402549741)--Thread(Thread[main,5,main])--client acquired: 1555689875 [junit] [EL Finer]: transaction: 2022-09-10 04:19:30.61--ClientSession(1555689875)--Thread(Thread[main,5,main])--acquire unit of work: 553186368 [junit] [EL Finest]: transaction: 2022-09-10 04:19:30.611--UnitOfWork(553186368)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa2.employee.Employee@a0374ab. [junit] [EL Finer]: transaction: 2022-09-10 04:19:30.611--UnitOfWork(553186368)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: query: 2022-09-10 04:19:30.611--UnitOfWork(553186368)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa2.employee.Employee@a0374ab) [junit] [EL Finest]: connection: 2022-09-10 04:19:30.611--ServerSession(1402549741)--Connection(699365600)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: transaction: 2022-09-10 04:19:30.612--ClientSession(1555689875)--Connection(699365600)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: connection: 2022-09-10 04:19:30.612--ClientSession(1555689875)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.612--ClientSession(1555689875)--Connection(949544786)--Thread(Thread[main,5,main])--INSERT INTO TMP2_PERSON (SSN, NAME, SALARY, SHOESIZE, SALUTATION, COUNTY, STATE, STREET, ZIPCODE, DEPARTMENT_DEPTNO, SPOUSE_SSN, DTYPE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [3456, Peter, null, 0, Sir, null, null, null, null, null, null, Employee2] [junit] [EL Finer]: transaction: 2022-09-10 04:19:30.613--ClientSession(1555689875)--Connection(949544786)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: connection: 2022-09-10 04:19:30.614--ServerSession(1402549741)--Connection(699365600)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: transaction: 2022-09-10 04:19:30.614--UnitOfWork(553186368)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: transaction: 2022-09-10 04:19:30.614--UnitOfWork(553186368)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: cache: 2022-09-10 04:19:30.614--UnitOfWork(553186368)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: cache: 2022-09-10 04:19:30.614--ClientSession(1555689875)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: transaction: 2022-09-10 04:19:30.615--UnitOfWork(553186368)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: connection: 2022-09-10 04:19:30.615--ClientSession(1555689875)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: connection: 2022-09-10 04:19:30.615--ServerSession(1402549741)--Thread(Thread[main,5,main])--client acquired: 1260372132 [junit] [EL Finer]: transaction: 2022-09-10 04:19:30.615--ClientSession(1260372132)--Thread(Thread[main,5,main])--acquire unit of work: 876743906 [junit] [EL Finest]: query: 2022-09-10 04:19:30.615--UnitOfWork(876743906)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT SSN, DTYPE, NAME, SALARY, SHOESIZE, SALUTATION, COUNTY, STATE, STREET, ZIPCODE, DEPARTMENT_DEPTNO, SPOUSE_SSN FROM TMP2_PERSON WHERE ((SSN = ?) AND (DTYPE = ?))") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.615--ServerSession(1402549741)--Connection(815379772)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.615--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.616--ServerSession(1402549741)--Connection(1141720665)--Thread(Thread[main,5,main])--SELECT SSN, DTYPE, NAME, SALARY, SHOESIZE, SALUTATION, COUNTY, STATE, STREET, ZIPCODE, DEPARTMENT_DEPTNO, SPOUSE_SSN FROM TMP2_PERSON WHERE ((SSN = ?) AND (DTYPE = ?)) [junit] bind => [3456, Employee2] [junit] [EL Finest]: connection: 2022-09-10 04:19:30.616--ServerSession(1402549741)--Connection(815379772)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: connection: 2022-09-10 04:19:30.622--ServerSession(1402549741)--Thread(Thread[main,5,main])--client acquired: 1540680940 [junit] [EL Finer]: transaction: 2022-09-10 04:19:30.622--ClientSession(1540680940)--Thread(Thread[main,5,main])--acquire unit of work: 1926278851 [junit] [EL Finest]: transaction: 2022-09-10 04:19:30.622--UnitOfWork(1926278851)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa2.employee.Person@77380b54. [junit] [EL Finer]: transaction: 2022-09-10 04:19:30.622--UnitOfWork(1926278851)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: query: 2022-09-10 04:19:30.623--UnitOfWork(1926278851)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa2.employee.Person@77380b54) [junit] [EL Finest]: connection: 2022-09-10 04:19:30.623--ServerSession(1402549741)--Connection(1067923270)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: transaction: 2022-09-10 04:19:30.623--ClientSession(1540680940)--Connection(1067923270)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: connection: 2022-09-10 04:19:30.623--ClientSession(1540680940)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.623--ClientSession(1540680940)--Connection(1224093895)--Thread(Thread[main,5,main])--INSERT INTO TMP2_PERSON (SSN, NAME, DTYPE) VALUES (?, ?, ?) [junit] bind => [1234, Emil, Person2] [junit] [EL Finer]: transaction: 2022-09-10 04:19:30.624--ClientSession(1540680940)--Connection(1224093895)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: connection: 2022-09-10 04:19:30.625--ServerSession(1402549741)--Connection(1067923270)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: transaction: 2022-09-10 04:19:30.625--UnitOfWork(1926278851)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: transaction: 2022-09-10 04:19:30.625--UnitOfWork(1926278851)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: connection: 2022-09-10 04:19:30.631--ServerSession(1402549741)--Thread(Thread[main,5,main])--client acquired: 1292902646 [junit] [EL Finer]: transaction: 2022-09-10 04:19:30.631--ClientSession(1292902646)--Thread(Thread[main,5,main])--acquire unit of work: 1030830157 [junit] [EL Finest]: transaction: 2022-09-10 04:19:30.631--UnitOfWork(1030830157)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa2.employee.Employee@7f1754a0. [junit] [EL Finer]: transaction: 2022-09-10 04:19:30.631--UnitOfWork(1030830157)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: query: 2022-09-10 04:19:30.631--UnitOfWork(1030830157)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa2.employee.Employee@7f1754a0) [junit] [EL Finest]: connection: 2022-09-10 04:19:30.631--ServerSession(1402549741)--Connection(1937764675)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: transaction: 2022-09-10 04:19:30.631--ClientSession(1292902646)--Connection(1937764675)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: connection: 2022-09-10 04:19:30.631--ClientSession(1292902646)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.632--ClientSession(1292902646)--Connection(513971174)--Thread(Thread[main,5,main])--INSERT INTO TMP2_PERSON (SSN, NAME, SALARY, SHOESIZE, SALUTATION, COUNTY, STATE, STREET, ZIPCODE, DEPARTMENT_DEPTNO, SPOUSE_SSN, DTYPE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [5678, Hans, null, 0, Sir, Orange, CA, Sunset Bvld., 08540, null, null, Employee2] [junit] [EL Finer]: transaction: 2022-09-10 04:19:30.632--ClientSession(1292902646)--Connection(513971174)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: connection: 2022-09-10 04:19:30.633--ServerSession(1402549741)--Connection(1937764675)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: transaction: 2022-09-10 04:19:30.633--UnitOfWork(1030830157)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: transaction: 2022-09-10 04:19:30.633--UnitOfWork(1030830157)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: cache: 2022-09-10 04:19:30.633--UnitOfWork(1030830157)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: cache: 2022-09-10 04:19:30.633--ClientSession(1292902646)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: transaction: 2022-09-10 04:19:30.633--UnitOfWork(1030830157)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: connection: 2022-09-10 04:19:30.633--ClientSession(1292902646)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: connection: 2022-09-10 04:19:30.634--ServerSession(1402549741)--Thread(Thread[main,5,main])--client acquired: 432905353 [junit] [EL Finer]: transaction: 2022-09-10 04:19:30.634--ClientSession(432905353)--Thread(Thread[main,5,main])--acquire unit of work: 335151605 [junit] [EL Finest]: query: 2022-09-10 04:19:30.634--UnitOfWork(335151605)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT SSN, DTYPE, NAME, SALARY, SHOESIZE, SALUTATION, COUNTY, STATE, STREET, ZIPCODE, DEPARTMENT_DEPTNO, SPOUSE_SSN FROM TMP2_PERSON WHERE ((SSN = ?) AND (DTYPE = ?))") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.634--ServerSession(1402549741)--Connection(2100584284)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.634--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.634--ServerSession(1402549741)--Connection(1285937877)--Thread(Thread[main,5,main])--SELECT SSN, DTYPE, NAME, SALARY, SHOESIZE, SALUTATION, COUNTY, STATE, STREET, ZIPCODE, DEPARTMENT_DEPTNO, SPOUSE_SSN FROM TMP2_PERSON WHERE ((SSN = ?) AND (DTYPE = ?)) [junit] bind => [5678, Employee2] [junit] [EL Finest]: connection: 2022-09-10 04:19:30.635--ServerSession(1402549741)--Connection(2100584284)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: transaction: 2022-09-10 04:19:30.635--UnitOfWork(335151605)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: query: 2022-09-10 04:19:30.635--UnitOfWork(335151605)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa2.employee.Employee@25de0bc5) [junit] [EL Finest]: connection: 2022-09-10 04:19:30.636--ServerSession(1402549741)--Connection(1572375446)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: transaction: 2022-09-10 04:19:30.636--ClientSession(432905353)--Connection(1572375446)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: connection: 2022-09-10 04:19:30.636--ClientSession(432905353)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.636--ClientSession(432905353)--Connection(1915988697)--Thread(Thread[main,5,main])--UPDATE TMP2_PERSON SET STREET = ? WHERE (SSN = ?) [junit] bind => [Dietmar-Hopp-Allee, 5678] [junit] [EL Finer]: transaction: 2022-09-10 04:19:30.637--ClientSession(432905353)--Connection(1915988697)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: connection: 2022-09-10 04:19:30.637--ServerSession(1402549741)--Connection(1572375446)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: transaction: 2022-09-10 04:19:30.637--UnitOfWork(335151605)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: transaction: 2022-09-10 04:19:30.637--UnitOfWork(335151605)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: cache: 2022-09-10 04:19:30.638--UnitOfWork(335151605)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: cache: 2022-09-10 04:19:30.638--ClientSession(432905353)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: transaction: 2022-09-10 04:19:30.638--UnitOfWork(335151605)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: connection: 2022-09-10 04:19:30.638--ClientSession(432905353)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: connection: 2022-09-10 04:19:30.638--ServerSession(1402549741)--Thread(Thread[main,5,main])--client acquired: 1734309557 [junit] [EL Finer]: transaction: 2022-09-10 04:19:30.638--ClientSession(1734309557)--Thread(Thread[main,5,main])--acquire unit of work: 148209125 [junit] [EL Finest]: query: 2022-09-10 04:19:30.638--UnitOfWork(148209125)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT SSN, DTYPE, NAME, SALARY, SHOESIZE, SALUTATION, COUNTY, STATE, STREET, ZIPCODE, DEPARTMENT_DEPTNO, SPOUSE_SSN FROM TMP2_PERSON WHERE ((SSN = ?) AND (DTYPE = ?))") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.638--ServerSession(1402549741)--Connection(1217739686)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.638--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.638--ServerSession(1402549741)--Connection(594174142)--Thread(Thread[main,5,main])--SELECT SSN, DTYPE, NAME, SALARY, SHOESIZE, SALUTATION, COUNTY, STATE, STREET, ZIPCODE, DEPARTMENT_DEPTNO, SPOUSE_SSN FROM TMP2_PERSON WHERE ((SSN = ?) AND (DTYPE = ?)) [junit] bind => [5678, Employee2] [junit] [EL Finest]: connection: 2022-09-10 04:19:30.639--ServerSession(1402549741)--Connection(1217739686)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: connection: 2022-09-10 04:19:30.645--ServerSession(1402549741)--Thread(Thread[main,5,main])--client acquired: 2079622760 [junit] [EL Finer]: transaction: 2022-09-10 04:19:30.645--ClientSession(2079622760)--Thread(Thread[main,5,main])--acquire unit of work: 1788086315 [junit] [EL Finest]: transaction: 2022-09-10 04:19:30.645--UnitOfWork(1788086315)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa2.employee.Employee@609ec22. [junit] [EL Finer]: transaction: 2022-09-10 04:19:30.645--UnitOfWork(1788086315)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: query: 2022-09-10 04:19:30.646--UnitOfWork(1788086315)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa2.employee.Employee@609ec22) [junit] [EL Finest]: connection: 2022-09-10 04:19:30.646--ServerSession(1402549741)--Connection(959691718)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: transaction: 2022-09-10 04:19:30.646--ClientSession(2079622760)--Connection(959691718)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: connection: 2022-09-10 04:19:30.646--ClientSession(2079622760)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.646--ClientSession(2079622760)--Connection(1932278171)--Thread(Thread[main,5,main])--INSERT INTO TMP2_PERSON (SSN, NAME, SALARY, SHOESIZE, SALUTATION, COUNTY, STATE, STREET, ZIPCODE, DEPARTMENT_DEPTNO, SPOUSE_SSN, DTYPE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [2345, Peter, null, 0, null, null, null, null, null, null, null, Employee2] [junit] [EL Finer]: transaction: 2022-09-10 04:19:30.647--ClientSession(2079622760)--Connection(1932278171)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: connection: 2022-09-10 04:19:30.647--ServerSession(1402549741)--Connection(959691718)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: transaction: 2022-09-10 04:19:30.647--UnitOfWork(1788086315)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: transaction: 2022-09-10 04:19:30.647--UnitOfWork(1788086315)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: cache: 2022-09-10 04:19:30.648--UnitOfWork(1788086315)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: cache: 2022-09-10 04:19:30.648--ClientSession(2079622760)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: transaction: 2022-09-10 04:19:30.648--UnitOfWork(1788086315)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: connection: 2022-09-10 04:19:30.648--ClientSession(2079622760)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: connection: 2022-09-10 04:19:30.648--ServerSession(1402549741)--Thread(Thread[main,5,main])--client acquired: 932415276 [junit] [EL Finer]: transaction: 2022-09-10 04:19:30.648--ClientSession(932415276)--Thread(Thread[main,5,main])--acquire unit of work: 1624254029 [junit] [EL Finest]: query: 2022-09-10 04:19:30.648--UnitOfWork(1624254029)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readEmployee" referenceClass=Employee sql="SELECT SSN, DTYPE, NAME, SALARY, SHOESIZE, SALUTATION, COUNTY, STATE, STREET, ZIPCODE, DEPARTMENT_DEPTNO, SPOUSE_SSN FROM TMP2_PERSON WHERE ((SSN = ?) AND (DTYPE = ?))") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.648--ServerSession(1402549741)--Connection(647643809)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.648--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.648--ServerSession(1402549741)--Connection(256242266)--Thread(Thread[main,5,main])--SELECT SSN, DTYPE, NAME, SALARY, SHOESIZE, SALUTATION, COUNTY, STATE, STREET, ZIPCODE, DEPARTMENT_DEPTNO, SPOUSE_SSN FROM TMP2_PERSON WHERE ((SSN = ?) AND (DTYPE = ?)) [junit] bind => [2345, Employee2] [junit] [EL Finest]: connection: 2022-09-10 04:19:30.649--ServerSession(1402549741)--Connection(647643809)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finer]: connection: 2022-09-10 04:19:30.655--ServerSession(1402549741)--Thread(Thread[main,5,main])--client acquired: 986063087 [junit] [EL Finer]: transaction: 2022-09-10 04:19:30.655--ClientSession(986063087)--Thread(Thread[main,5,main])--acquire unit of work: 1912759041 [junit] [EL Finest]: transaction: 2022-09-10 04:19:30.655--UnitOfWork(1912759041)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa2.employee.Employee@95ae532. [junit] [EL Finer]: transaction: 2022-09-10 04:19:30.655--UnitOfWork(1912759041)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: query: 2022-09-10 04:19:30.655--UnitOfWork(1912759041)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa2.employee.Employee@95ae532) [junit] [EL Finest]: connection: 2022-09-10 04:19:30.655--ServerSession(1402549741)--Connection(1411518479)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: transaction: 2022-09-10 04:19:30.655--ClientSession(986063087)--Connection(1411518479)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: connection: 2022-09-10 04:19:30.655--ClientSession(986063087)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.656--ClientSession(986063087)--Connection(1140737952)--Thread(Thread[main,5,main])--INSERT INTO TMP2_PERSON (SSN, NAME, SALARY, SHOESIZE, SALUTATION, COUNTY, STATE, STREET, ZIPCODE, DEPARTMENT_DEPTNO, SPOUSE_SSN, DTYPE) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [6789, Fritz, null, 0, Sir, Orange, CA, Feldweg, 08540, null, null, Employee2] [junit] [EL Finer]: transaction: 2022-09-10 04:19:30.656--ClientSession(986063087)--Connection(1140737952)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: connection: 2022-09-10 04:19:30.657--ServerSession(1402549741)--Connection(1411518479)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: transaction: 2022-09-10 04:19:30.657--UnitOfWork(1912759041)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: transaction: 2022-09-10 04:19:30.657--UnitOfWork(1912759041)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: cache: 2022-09-10 04:19:30.657--UnitOfWork(1912759041)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: cache: 2022-09-10 04:19:30.657--ClientSession(986063087)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: transaction: 2022-09-10 04:19:30.657--UnitOfWork(1912759041)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: connection: 2022-09-10 04:19:30.657--ClientSession(986063087)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: connection: 2022-09-10 04:19:30.659--ServerSession(1402549741)--Thread(Thread[main,5,main])--client acquired: 2133625040 [junit] [EL Finer]: transaction: 2022-09-10 04:19:30.659--ClientSession(2133625040)--Thread(Thread[main,5,main])--acquire unit of work: 605769476 [junit] [EL Finest]: query: 2022-09-10 04:19:30.659--UnitOfWork(605769476)--Thread(Thread[main,5,main])--Execute query ReportQuery(referenceClass=Employee sql="SELECT NAME FROM TMP2_PERSON WHERE ((STREET = ?) AND (DTYPE = ?))") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.659--ServerSession(1402549741)--Connection(1571383573)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.659--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.659--ServerSession(1402549741)--Connection(2056375038)--Thread(Thread[main,5,main])--SELECT NAME FROM TMP2_PERSON WHERE ((STREET = ?) AND (DTYPE = ?)) [junit] bind => [Feldweg, Employee2] [junit] [EL Finest]: connection: 2022-09-10 04:19:30.659--ServerSession(1402549741)--Connection(1571383573)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec [junit] Running org.eclipse.persistence.testing.tests.wdf.jpa2.embeddable.TestNestedEmbeddedIds [junit] [EL Finer]: connection: 2022-09-10 04:19:30.673--ServerSession(1402549741)--Thread(Thread[main,5,main])--client acquired: 2003081809 [junit] [EL Finer]: transaction: 2022-09-10 04:19:30.673--ClientSession(2003081809)--Thread(Thread[main,5,main])--acquire unit of work: 2014961996 [junit] [EL Finest]: transaction: 2022-09-10 04:19:30.673--UnitOfWork(2014961996)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa2.flight.Carrier@238accab. [junit] [EL Finest]: transaction: 2022-09-10 04:19:30.673--UnitOfWork(2014961996)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa2.flight.Connection@4101df86. [junit] [EL Finest]: transaction: 2022-09-10 04:19:30.674--UnitOfWork(2014961996)--Thread(Thread[main,5,main])--PERSIST operation called on: org.eclipse.persistence.testing.models.wdf.jpa2.flight.Flight@50da9ce3. [junit] [EL Finer]: transaction: 2022-09-10 04:19:30.674--UnitOfWork(2014961996)--Thread(Thread[main,5,main])--begin unit of work commit [junit] [EL Finest]: query: 2022-09-10 04:19:30.674--UnitOfWork(2014961996)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa2.flight.Carrier@238accab) [junit] [EL Finest]: connection: 2022-09-10 04:19:30.674--ServerSession(1402549741)--Connection(1758622407)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default]. [junit] [EL Finer]: transaction: 2022-09-10 04:19:30.674--ClientSession(2003081809)--Connection(1758622407)--Thread(Thread[main,5,main])--begin transaction [junit] [EL Finest]: connection: 2022-09-10 04:19:30.674--ClientSession(2003081809)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.675--ClientSession(2003081809)--Connection(1032442702)--Thread(Thread[main,5,main])--INSERT INTO TMP2_CARRIER (CARRIER_ID, DESCRIPTION) VALUES (?, ?) [junit] bind => [LH, Lufthansa] [junit] [EL Finest]: query: 2022-09-10 04:19:30.676--UnitOfWork(2014961996)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa2.flight.Connection@4101df86) [junit] [EL Fine]: sql: 2022-09-10 04:19:30.676--ClientSession(2003081809)--Connection(1032442702)--Thread(Thread[main,5,main])--INSERT INTO TMP2_CONNECTION (CITY_FROM, CITY_TO, CARRIER_ID, FLIGHT_NUMBER) VALUES (?, ?, ?, ?) [junit] bind => [FRA, SFO, LH, 454] [junit] [EL Finest]: query: 2022-09-10 04:19:30.677--UnitOfWork(2014961996)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery(org.eclipse.persistence.testing.models.wdf.jpa2.flight.Flight@50da9ce3) [junit] [EL Fine]: sql: 2022-09-10 04:19:30.677--ClientSession(2003081809)--Connection(1032442702)--Thread(Thread[main,5,main])--INSERT INTO TMP2_FLIGHT (PASSENGERS, FLIGHT_DATE, CARRIER_ID, FLIGHT_NUMBER) VALUES (?, ?, ?, ?) [junit] bind => [223, 2009-03-23, LH, 454] [junit] [EL Finer]: transaction: 2022-09-10 04:19:30.678--ClientSession(2003081809)--Connection(1032442702)--Thread(Thread[main,5,main])--commit transaction [junit] [EL Finest]: connection: 2022-09-10 04:19:30.679--ServerSession(1402549741)--Connection(1758622407)--Thread(Thread[main,5,main])--Connection released to connection pool [default]. [junit] [EL Finer]: transaction: 2022-09-10 04:19:30.679--UnitOfWork(2014961996)--Thread(Thread[main,5,main])--end unit of work commit [junit] [EL Finer]: transaction: 2022-09-10 04:19:30.679--UnitOfWork(2014961996)--Thread(Thread[main,5,main])--resume unit of work [junit] [EL Finer]: cache: 2022-09-10 04:19:30.679--UnitOfWork(2014961996)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: cache: 2022-09-10 04:19:30.679--ClientSession(2003081809)--Thread(Thread[main,5,main])--initialize identitymaps [junit] [EL Finer]: transaction: 2022-09-10 04:19:30.679--UnitOfWork(2014961996)--Thread(Thread[main,5,main])--release unit of work [junit] [EL Finer]: connection: 2022-09-10 04:19:30.679--ClientSession(2003081809)--Thread(Thread[main,5,main])--client released [junit] [EL Finer]: connection: 2022-09-10 04:19:30.679--ServerSession(1402549741)--Thread(Thread[main,5,main])--client acquired: 1554035393 [junit] [EL Finer]: transaction: 2022-09-10 04:19:30.679--ClientSession(1554035393)--Thread(Thread[main,5,main])--acquire unit of work: 1292230170 [junit] [EL Finest]: query: 2022-09-10 04:19:30.68--UnitOfWork(1292230170)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readFlight" referenceClass=Flight sql="SELECT PASSENGERS, FLIGHT_DATE, CARRIER_ID, FLIGHT_NUMBER FROM TMP2_FLIGHT WHERE (((FLIGHT_DATE = ?) AND (CARRIER_ID = ?)) AND (FLIGHT_NUMBER = ?))") [junit] [EL Finest]: connection: 2022-09-10 04:19:30.68--ServerSession(1402549741)--Connection(150681666)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.68--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.68--ServerSession(1402549741)--Connection(144974938)--Thread(Thread[main,5,main])--SELECT PASSENGERS, FLIGHT_DATE, CARRIER_ID, FLIGHT_NUMBER FROM TMP2_FLIGHT WHERE (((FLIGHT_DATE = ?) AND (CARRIER_ID = ?)) AND (FLIGHT_NUMBER = ?)) [junit] bind => [2009-03-23, LH, 454] [junit] [EL Finest]: connection: 2022-09-10 04:19:30.681--ServerSession(1402549741)--Connection(150681666)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: query: 2022-09-10 04:19:30.681--UnitOfWork(1292230170)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="connection" referenceClass=Connection ) [junit] [EL Finest]: connection: 2022-09-10 04:19:30.681--ServerSession(1402549741)--Connection(2131731235)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.682--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.682--ServerSession(1402549741)--Connection(977367943)--Thread(Thread[main,5,main])--SELECT CITY_FROM, CITY_TO, CARRIER_ID, FLIGHT_NUMBER FROM TMP2_CONNECTION WHERE ((CARRIER_ID = ?) AND (FLIGHT_NUMBER = ?)) [junit] bind => [LH, 454] [junit] [EL Finest]: connection: 2022-09-10 04:19:30.682--ServerSession(1402549741)--Connection(2131731235)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] [EL Finest]: query: 2022-09-10 04:19:30.683--UnitOfWork(1292230170)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="carrier" referenceClass=Carrier ) [junit] [EL Finest]: connection: 2022-09-10 04:19:30.683--ServerSession(1402549741)--Connection(1488332066)--Thread(Thread[main,5,main])--Connection acquired from connection pool [read]. [junit] [EL Finest]: connection: 2022-09-10 04:19:30.683--ServerSession(1402549741)--Thread(Thread[main,5,main])--reconnecting to external connection pool [junit] [EL Fine]: sql: 2022-09-10 04:19:30.683--ServerSession(1402549741)--Connection(1327269708)--Thread(Thread[main,5,main])--SELECT CARRIER_ID, DESCRIPTION FROM TMP2_CARRIER WHERE (CARRIER_ID = ?) [junit] bind => [LH] [junit] [EL Finest]: connection: 2022-09-10 04:19:30.684--ServerSession(1402549741)--Connection(1488332066)--Thread(Thread[main,5,main])--Connection released to connection pool [read]. [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec [echo] wdf_test.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test' [echo] wdf_test.2.trunk.dir = '../..' generate-report: [junitreport] Processing /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/reports/TESTS-TestSuites.xml to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpa.wdf.test/reports/junit-noframes.html [junitreport] Loading stylesheet jar:file:/opt/java/ant/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-noframes.xsl [junitreport] Transform time: 546ms test-against-jar: test-jpars: [echo] jparstest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test' [echo] eclipselink.jpars.test = 'jpa/eclipselink.jpars.test' [echo] jparstest.2.base.dir = '../..' [echo] Loading /home/jenkins/build.properties [echo] Skipping ${test.properties}, file does not exist init: [echo] user.home ='/home/jenkins' [echo] test.properties ='${test.properties}' [echo] extensions.depend.dir ='/home/jenkins/extension.lib.external' [echo] junit.lib ='/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] jaxb-api.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test/../../plugins/javax.xml.bind_2.2.12.v201410011542.jar' [echo] persistence20.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test/../../jpa/plugins/javax.persistence_2.1.1.v201509150925.jar' [echo] jersey.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test/../../plugins/com.sun.jersey_1.8.0.201204181614.jar' [echo] javax.ws.rs.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test/../../plugins/javax.ws.rs_1.1.1.v20101004-1200.jar' [echo] validation.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test/../../plugins/javax.validation_1.1.0.v201304101302.jar' [echo] json.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test/../../plugins/org.glassfish.javax.json_1.0.4.v201311181159.jar' [echo] antlr.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test/../../plugins/org.eclipse.persistence.antlr_3.5.2.v202005201612.jar' [echo] hermes.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test/../../plugins/org.eclipse.persistence.jpa.jpql_2.6.10.v20220910-5fc36efa7a.jar' [echo] core.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test/../../plugins/org.eclipse.persistence.core_2.6.10.v20220910-5fc36efa7a.jar' [echo] moxy.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test/../../plugins/org.eclipse.persistence.moxy_2.6.10.v20220910-5fc36efa7a.jar' [echo] jpa.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test/../../plugins/org.eclipse.persistence.jpa_2.6.10.v20220910-5fc36efa7a.jar' [echo] jpars.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test/../../plugins/org.eclipse.persistence.jpars_2.6.10.v20220910-5fc36efa7a.jar' [echo] javax.ejb.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test/../../plugins/javax.ejb_3.1.0.v201205171433.jar' build: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test/antbuild.xml:496: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [copy] Copying 6 files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test/classes/META-INF test: [echo] Server url is http://localhost:7001 [echo] jpars version is v1.0 [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test/reports [echo] Running org/eclipse/persistence/jpars/test/AllJavaSETests.java suite [junit] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [junit] Sep 10, 2022 4:19:32 AM org.eclipse.persistence.session./jpars_auction-static.metadata [junit] WARNING: You have specified multiple ids for the entity class [org.eclipse.persistence.jpars.test.model.multitenant.Account] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Warning]: metadata: 2022-09-10 04:19:33.601--ServerSession(371800738)--You have specified multiple ids for the entity class [org.eclipse.persistence.jpars.test.model.multitenant.Account] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] Running org.eclipse.persistence.jpars.test.AllJavaSETests [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.dynamic.auction.User] is being defaulted to: User. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: NAME. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.dynamic.auction.Auction] is being defaulted to: Auction. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: STARTPRICE. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: IMAGE. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: SOLD. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: NAME. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: DESCRIPTION. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: ENDPRICE. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.dynamic.auction.Address] is being defaulted to: Address. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: CITY. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: STREET. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: POSTALCODE. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: TYPE. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.dynamic.auction.Bid] is being defaulted to: Bid. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: AMOUNT. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: TIME. [junit] [EL Config]: metadata: The primary key column name for the mapping element [method get] is being defaulted to: ID. [junit] [EL Config]: metadata: The primary key column name for the mapping element [method get] is being defaulted to: ID. [junit] [EL Info]: EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: /jpars_auction_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Fine]: sql: ALTER TABLE JPARS_AUCTION_USER DROP FOREIGN KEY FK_JPARS_AUCTION_USER_ADDRESS_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_AUCTION_BID DROP FOREIGN KEY FK_JPARS_AUCTION_BID_AUCTION_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_AUCTION_BID DROP FOREIGN KEY FK_JPARS_AUCTION_BID_USER_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_USER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_AUCTION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_ADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_BID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_USER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_AUCTION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_ADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_BID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_USER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_AUCTION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_ADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_BID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_USER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_AUCTION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_ADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_BID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_USER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_AUCTION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_ADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_BID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: CREATE TABLE JPARS_AUCTION_USER (ID INTEGER NOT NULL, NAME VARCHAR(255), ADDRESS_TYPE VARCHAR(255), ADDRESS_ID INTEGER, PRIMARY KEY (ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_AUCTION_AUCTION (ID INTEGER NOT NULL, DESCRIPTION VARCHAR(255), ENDPRICE DOUBLE, IMAGE VARCHAR(255), NAME VARCHAR(255), SOLD TINYINT(1) default 0, STARTPRICE DOUBLE, PRIMARY KEY (ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_AUCTION_ADDRESS (ID INTEGER NOT NULL, TYPE VARCHAR(255) NOT NULL, CITY VARCHAR(255), POSTALCODE VARCHAR(255), STREET VARCHAR(255), PRIMARY KEY (ID, TYPE)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_AUCTION_BID (ID INTEGER NOT NULL, AMOUNT DOUBLE, TIME BIGINT, AUCTION_ID INTEGER, USER_ID INTEGER, PRIMARY KEY (ID)) [junit] [EL Fine]: sql: ALTER TABLE JPARS_AUCTION_USER ADD CONSTRAINT FK_JPARS_AUCTION_USER_ADDRESS_ID FOREIGN KEY (ADDRESS_ID, ADDRESS_TYPE) REFERENCES JPARS_AUCTION_ADDRESS (ID, TYPE) [junit] [EL Fine]: sql: ALTER TABLE JPARS_AUCTION_BID ADD CONSTRAINT FK_JPARS_AUCTION_BID_AUCTION_ID FOREIGN KEY (AUCTION_ID) REFERENCES JPARS_AUCTION_AUCTION (ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_AUCTION_BID ADD CONSTRAINT FK_JPARS_AUCTION_BID_USER_ID FOREIGN KEY (USER_ID) REFERENCES JPARS_AUCTION_USER (ID) [junit] [EL Fine]: sql: DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Fine]: sql: SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Fine]: sql: INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_GEN', 0) [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.dynamic.phonebook.Person] is being defaulted to: Person. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: FIRSTNAME. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: LASTNAME. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: PHONENUMBER. [junit] [EL Info]: EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: /jpars_phonebook_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Fine]: sql: DROP TABLE JPARS_PHONEBOOK_PERSON [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PHONEBOOK_PERSON [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PHONEBOOK_PERSON [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PHONEBOOK_PERSON [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PHONEBOOK_PERSON [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: CREATE TABLE JPARS_PHONEBOOK_PERSON (ID INTEGER NOT NULL, FIRSTNAME VARCHAR(255), LASTNAME VARCHAR(255), PHONENUMBER VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Fine]: sql: DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Fine]: sql: SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Fine]: sql: INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_GEN', 0) [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.auction.StaticAuction] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the one to many mapping element [field bids] is being defaulted to: class org.eclipse.persistence.jpars.test.model.auction.StaticBid. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.auction.StaticBid] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the one to one mapping element [field user] is being defaulted to: class org.eclipse.persistence.jpars.test.model.auction.StaticUser. [junit] [EL Config]: metadata: The target entity (reference) class for the one to one mapping element [field auction] is being defaulted to: class org.eclipse.persistence.jpars.test.model.auction.StaticAuction. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.multitenant.Account] is set to [FIELD]. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.auction.StaticUser] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the one to one mapping element [field address] is being defaulted to: class org.eclipse.persistence.jpars.test.model.auction.StaticAddress. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.auction.StaticAddress] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the one to one mapping element [field user] is being defaulted to: class org.eclipse.persistence.jpars.test.model.auction.StaticUser. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.auction.StaticAuction] is being defaulted to: StaticAuction. [junit] [EL Config]: metadata: The column name for element [startPrice] is being defaulted to: STARTPRICE. [junit] [EL Config]: metadata: The column name for element [image] is being defaulted to: IMAGE. [junit] [EL Config]: metadata: The column name for element [sold] is being defaulted to: SOLD. [junit] [EL Config]: metadata: The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: metadata: The column name for element [description] is being defaulted to: DESCRIPTION. [junit] [EL Config]: metadata: The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: metadata: The column name for element [endPrice] is being defaulted to: ENDPRICE. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.auction.StaticBid] is being defaulted to: StaticBid. [junit] [EL Config]: metadata: The column name for element [amount] is being defaulted to: AMOUNT. [junit] [EL Config]: metadata: The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: metadata: The column name for element [time] is being defaulted to: TIME. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.multitenant.Account] is being defaulted to: Account. [junit] [EL Config]: metadata: The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: metadata: The column name for element [accoutNumber] is being defaulted to: ACCOUTNUMBER. [junit] [EL Config]: metadata: The column name for element [version] is being defaulted to: VERSION. [junit] [EL Warning]: metadata: You have specified multiple ids for the entity class [org.eclipse.persistence.jpars.test.model.multitenant.Account] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.auction.StaticUser] is being defaulted to: StaticUser. [junit] [EL Config]: metadata: The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: metadata: The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: metadata: The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.auction.StaticAddress] is being defaulted to: StaticAddress. [junit] [EL Config]: metadata: The column name for element [city] is being defaulted to: CITY. [junit] [EL Config]: metadata: The column name for element [street] is being defaulted to: STREET. [junit] [EL Config]: metadata: The column name for element [postalCode] is being defaulted to: POSTALCODE. [junit] [EL Config]: metadata: The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: metadata: The column name for element [type] is being defaulted to: TYPE. [junit] [EL Config]: metadata: The primary key column name for the mapping element [field user] is being defaulted to: ID. [junit] [EL Config]: metadata: The foreign key column name for the mapping element [user] is being defaulted to: USER_ID. [junit] [EL Config]: metadata: The primary key column name for the mapping element [field auction] is being defaulted to: ID. [junit] [EL Config]: metadata: The foreign key column name for the mapping element [auction] is being defaulted to: AUCTION_ID. [junit] [EL Info]: EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: /jpars_auction-static-local_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Fine]: sql: ALTER TABLE JPARS_ST_AUC_USER DROP FOREIGN KEY FK_JPARS_ST_AUC_USER_ADDRESS_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_ST_AUC_BID DROP FOREIGN KEY FK_JPARS_ST_AUC_BID_AUCTION_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_ST_AUC_BID DROP FOREIGN KEY FK_JPARS_ST_AUC_BID_USER_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_USER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_AUCTION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_BID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_ADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ACCOUNT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_USER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_AUCTION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_BID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_ADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ACCOUNT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_USER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_AUCTION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_BID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_ADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ACCOUNT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_USER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_AUCTION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_BID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_ADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ACCOUNT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_USER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_AUCTION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_BID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_ADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ACCOUNT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: CREATE TABLE JPARS_ST_AUC_USER (ID INTEGER NOT NULL, NAME VARCHAR(255), VERSION INTEGER, ADDRESS_TYPE VARCHAR(255), ADDRESS_ID INTEGER, PRIMARY KEY (ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_ST_AUC_AUCTION (ID INTEGER NOT NULL, DESCRIPTION VARCHAR(255), ENDPRICE DOUBLE, IMAGE VARCHAR(255), NAME VARCHAR(255), SOLD TINYINT(1) default 0, STARTPRICE DOUBLE, PRIMARY KEY (ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_ST_AUC_BID (ID INTEGER NOT NULL, AMOUNT DOUBLE, TIME BIGINT, AUCTION_ID INTEGER, USER_ID INTEGER, PRIMARY KEY (ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_ST_AUC_ADDRESS (ID INTEGER NOT NULL, TYPE VARCHAR(255) NOT NULL, CITY VARCHAR(255), POSTALCODE VARCHAR(255), STREET VARCHAR(255), PRIMARY KEY (ID, TYPE)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_ACCOUNT (TENANT_ID VARCHAR(31) NOT NULL, ID INTEGER NOT NULL, ACCOUTNUMBER VARCHAR(255), VERSION INTEGER, PRIMARY KEY (TENANT_ID, ID)) [junit] [EL Fine]: sql: ALTER TABLE JPARS_ST_AUC_USER ADD CONSTRAINT FK_JPARS_ST_AUC_USER_ADDRESS_ID FOREIGN KEY (ADDRESS_ID, ADDRESS_TYPE) REFERENCES JPARS_ST_AUC_ADDRESS (ID, TYPE) [junit] [EL Fine]: sql: ALTER TABLE JPARS_ST_AUC_BID ADD CONSTRAINT FK_JPARS_ST_AUC_BID_AUCTION_ID FOREIGN KEY (AUCTION_ID) REFERENCES JPARS_ST_AUC_AUCTION (ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_ST_AUC_BID ADD CONSTRAINT FK_JPARS_ST_AUC_BID_USER_ID FOREIGN KEY (USER_ID) REFERENCES JPARS_ST_AUC_USER (ID) [junit] [EL Fine]: sql: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Warning]: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [junit] Query: DataModifyQuery(sql="CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [junit] [EL Fine]: sql: DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Fine]: sql: SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Fine]: sql: INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_GEN', 0) [junit] [EL Fine]: sql: UPDATE SEQUENCE SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ? [junit] bind => [50, SEQ_GEN] [junit] [EL Fine]: sql: SELECT SEQ_COUNT FROM SEQUENCE WHERE SEQ_NAME = ? [junit] bind => [SEQ_GEN] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_ADDRESS (ID, TYPE, CITY, POSTALCODE, STREET) VALUES (?, ?, ?, ?, ?) [junit] bind => [1, home, Ottawa, K1A1A1, Rembrandt Rd.] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_AUCTION (ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [3, Auction 1, 0.0, auction1.jpg, A1, false, 100.0] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_AUCTION (ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [4, Auction 1, 0.0, auction1.jpg, A1, false, 100.0] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_AUCTION (ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [2, Auction 1, 0.0, auction1.jpg, A1, false, 100.0] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_USER (ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [11, user1, 1, home, 1] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_USER (ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [22, user2, 1, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_USER (ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [33, user3, 1, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [7, 1100.0, 1662783577304, 3, 22] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [5, 110.0, 1662783577300, 2, 11] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [6, 111.0, 1662783577304, 2, 22] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--findInternal--ENTRY 29985076-28e9-4479-bcf7-ff8657b6639f [junit] [EL Warning]: metadata: 2022-09-10 04:19:37.38--ServerSession(238467882)--You have specified multiple ids for the entity class [org.eclipse.persistence.jpars.test.model.multitenant.Account] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Info]: 2022-09-10 04:19:37.39--ServerSession(238467882)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:19:37.407--ServerSession(238467882)--/jpars_auction-static-local login successful [junit] [EL Finest]: jpars: 2022-09-10 04:19:37.487--ServerSession(238467882)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 29985076-28e9-4479-bcf7-ff8657b6639f [junit] [EL Finest]: jpars: 2022-09-10 04:19:37.519--ServerSession(238467882)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 29985076-28e9-4479-bcf7-ff8657b6639f org.eclipse.persistence.jpars.test.model.auction.StaticAddress {"city":"Ottawa","id":1,"postalCode":"K1A1A1","street":"Rembrandt Rd.","type":"home","_relationships":[{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticAddress/1+home/user","rel":"user"}}],"user":{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticUser/11","method":"GET","rel":"self"}}} [junit] [EL Fine]: sql: UPDATE SEQUENCE SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ? [junit] bind => [2 parameters bound] [junit] [EL Fine]: sql: SELECT SEQ_COUNT FROM SEQUENCE WHERE SEQ_NAME = ? [junit] bind => [1 parameter bound] [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_USER (ID, NAME, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?) [junit] bind => [4 parameters bound] [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_AUCTION (ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [7 parameters bound] [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [5 parameters bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 29985076-28e9-4479-bcf7-ff8657b6639f [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 29985076-28e9-4479-bcf7-ff8657b6639f org.eclipse.persistence.jpars.test.model.dynamic.auction.Bid {"id":52,"amount":200.0,"_relationships":[{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/Bid/52/auction","rel":"auction"}},{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/Bid/52/user","rel":"user"}}],"auction":{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/Auction/53","method":"GET","rel":"self"}},"user":{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/User/51","method":"GET","rel":"self"}}} [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 29985076-28e9-4479-bcf7-ff8657b6639f [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 29985076-28e9-4479-bcf7-ff8657b6639f org.eclipse.persistence.jpars.test.model.dynamic.auction.Bid {Bid 52} [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_USER (ID, NAME, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?) [junit] bind => [4 parameters bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource--namedQueryUpdateInternal--ENTRY fce0a738-a4b1-49b7-b969-ccaa685853d3 [junit] [EL Fine]: sql: UPDATE JPARS_AUCTION_USER SET NAME = ? WHERE (ID = ?) [junit] bind => [2 parameters bound] [junit] [EL Fine]: sql: SELECT ID, NAME, ADDRESS_TYPE, ADDRESS_ID FROM JPARS_AUCTION_USER WHERE (ID = ?) [junit] bind => [1 parameter bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceUnitResource--getTypesInternal--ENTRY a26b7e60-814c-4b42-9cb4-6b115a18791c [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_AUCTION (ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [7 parameters bound] [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_AUCTION (ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [7 parameters bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource--namedQueryInternal--ENTRY 0c11e8bd-9cee-4c45-b3d2-df178ed1d240 [junit] [EL Fine]: sql: SELECT ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE FROM JPARS_AUCTION_AUCTION [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 0c11e8bd-9cee-4c45-b3d2-df178ed1d240 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 0c11e8bd-9cee-4c45-b3d2-df178ed1d240 [{"id":53,"name":"Computer","sold":false,"_relationships":[]},{"id":55,"name":"Computer","sold":false,"_relationships":[]},{"id":56,"name":"Word Processor","sold":false,"_relationships":[]}] [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_BID [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_AUCTION [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_USER [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONEBOOK_PERSON [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_USER (ID, NAME, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?) [junit] bind => [4 parameters bound] [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_USER (ID, NAME, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?) [junit] bind => [4 parameters bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 0c11e8bd-9cee-4c45-b3d2-df178ed1d240 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 0c11e8bd-9cee-4c45-b3d2-df178ed1d240 [{"id":57,"name":"James","_relationships":[{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/User/57/address","rel":"address"}}]},{"id":58,"name":"Gillian","_relationships":[{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/User/58/address","rel":"address"}}]}] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--updateInternal--ENTRY 834cc322-e125-463e-baa1-29826f5901e3 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 834cc322-e125-463e-baa1-29826f5901e3 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 834cc322-e125-463e-baa1-29826f5901e3 java.util.ArrayList [{User 57}, {User 58}] [junit] [EL Fine]: sql: UPDATE JPARS_AUCTION_USER SET NAME = ? WHERE (ID = ?) [junit] bind => [2 parameters bound] [junit] [EL Fine]: sql: UPDATE JPARS_AUCTION_USER SET NAME = ? WHERE (ID = ?) [junit] bind => [2 parameters bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 834cc322-e125-463e-baa1-29826f5901e3 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 834cc322-e125-463e-baa1-29826f5901e3 [{"id":57,"name":"James","_relationships":[{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/User/57/address","rel":"address"}}]},{"id":58,"name":"Gillian","_relationships":[{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/User/58/address","rel":"address"}}]}] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 834cc322-e125-463e-baa1-29826f5901e3 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 834cc322-e125-463e-baa1-29826f5901e3 java.util.ArrayList [{User 57}, {User 58}] [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_BID [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_AUCTION [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_USER [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONEBOOK_PERSON [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_AUCTION (ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [7 parameters bound] [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_AUCTION (ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [7 parameters bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractSingleResultQueryResource--namedQuerySingleResultInternal--ENTRY c20baf4e-9ecf-4b49-8bd9-cd1683e390d4 [junit] [EL Fine]: sql: SELECT ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE FROM JPARS_AUCTION_AUCTION WHERE (NAME = ?) [junit] bind => [1 parameter bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY c20baf4e-9ecf-4b49-8bd9-cd1683e390d4 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN c20baf4e-9ecf-4b49-8bd9-cd1683e390d4 org.eclipse.persistence.jpars.test.model.dynamic.auction.Auction {"id":59,"name":"Computer","sold":false,"_relationships":[]} [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_BID [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_AUCTION [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_USER [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONEBOOK_PERSON [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsInternal--ENTRY 402d5627-fdf8-4671-b8ec-c8612d368dea [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsV1--ENTRY 402d5627-fdf8-4671-b8ec-c8612d368dea [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceUnitResource--getTypesInternal--ENTRY 4622e2b0-7d22-4a10-abd5-51ecfb7581e7 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceUnitResource--getDescriptorMetadataInternal--ENTRY d2a251c1-1d74-411f-b7af-8cd464e8b2bb [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceUnitResource--getQueriesMetadataInternal--ENTRY 22e47e03-2719-4944-b880-f80c2be00966 [junit] [EL Finest]: jpars: 2022-09-10 04:19:37.799--ServerSession(238467882)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 22e47e03-2719-4944-b880-f80c2be00966 [junit] [EL Finest]: jpars: 2022-09-10 04:19:37.8--ServerSession(238467882)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 22e47e03-2719-4944-b880-f80c2be00966 org.eclipse.persistence.jpars.test.model.multitenant.Account {"accoutNumber":"AAA111","id":0,"version":0,"_relationships":[]} [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--updateInternal--ENTRY 9d66dd9c-62bb-4232-ac2d-ec5ff1a16815 [junit] [EL Finest]: jpars: 2022-09-10 04:19:37.801--ServerSession(238467882)--org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 9d66dd9c-62bb-4232-ac2d-ec5ff1a16815 [junit] [EL Finest]: jpars: 2022-09-10 04:19:37.802--ServerSession(238467882)--org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 9d66dd9c-62bb-4232-ac2d-ec5ff1a16815 org.eclipse.persistence.jpars.test.model.multitenant.Account org.eclipse.persistence.jpars.test.model.multitenant.Account@1cbb3d3b [junit] [EL Finest]: jpars: 2022-09-10 04:19:37.809--ServerSession(238467882)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 9d66dd9c-62bb-4232-ac2d-ec5ff1a16815 [junit] [EL Finest]: jpars: 2022-09-10 04:19:37.81--ServerSession(238467882)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 9d66dd9c-62bb-4232-ac2d-ec5ff1a16815 org.eclipse.persistence.jpars.test.model.multitenant.Account {"accoutNumber":"AAA111","id":101,"version":1,"_relationships":[]} [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--findInternal--ENTRY 7345433f-df7e-4037-a25a-6199b4293525 [junit] [EL Finest]: jpars: 2022-09-10 04:19:37.812--ServerSession(238467882)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 7345433f-df7e-4037-a25a-6199b4293525 [junit] [EL Finest]: jpars: 2022-09-10 04:19:37.814--ServerSession(238467882)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 7345433f-df7e-4037-a25a-6199b4293525 org.eclipse.persistence.jpars.test.model.multitenant.Account {"accoutNumber":"AAA111","id":101,"version":1,"_relationships":[]} [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--findInternal--ENTRY 04123448-3223-4722-866f-79c6eca2ccd2 [junit] [EL Severe]: jpars: 2022-09-10 04:19:37.816--ServerSession(238467882)--requestId: 04123448-3223-4722-866f-79c6eca2ccd2. Entity of type [Account] and id [101] could not be found in persistence unit: [jpars_auction-static-local]. [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsInternal--ENTRY 778fc6d0-6ed8-4098-a177-4a40d6b7c6f0 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsV1--ENTRY 778fc6d0-6ed8-4098-a177-4a40d6b7c6f0 [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_ADDRESS (ID, TYPE, CITY, POSTALCODE, STREET) VALUES (?, ?, ?, ?, ?) [junit] bind => [5 parameters bound] [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_USER (ID, NAME, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?) [junit] bind => [4 parameters bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--findInternal--ENTRY b1714ff7-8428-46da-aff9-b1951c291983 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY b1714ff7-8428-46da-aff9-b1951c291983 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN b1714ff7-8428-46da-aff9-b1951c291983 org.eclipse.persistence.jpars.test.model.dynamic.auction.Address {"id":62,"type":"Home","city":"Ottawa","postalCode":"a1a1a1","street":"Main Street","_relationships":[{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/Address/62+Home/user","rel":"user"}}]} [junit] [EL Fine]: sql: UPDATE SEQUENCE SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ? [junit] bind => [2 parameters bound] [junit] [EL Fine]: sql: SELECT SEQ_COUNT FROM SEQUENCE WHERE SEQ_NAME = ? [junit] bind => [1 parameter bound] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONEBOOK_PERSON (ID, FIRSTNAME, LASTNAME, PHONENUMBER) VALUES (?, ?, ?, ?) [junit] bind => [4 parameters bound] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONEBOOK_PERSON (ID, FIRSTNAME, LASTNAME, PHONENUMBER) VALUES (?, ?, ?, ?) [junit] bind => [4 parameters bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY b1714ff7-8428-46da-aff9-b1951c291983 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN b1714ff7-8428-46da-aff9-b1951c291983 [{"id":151,"firstName":"James","lastName":"Jones","phoneNumber":"1234567","_relationships":[]},{"id":152,"firstName":"Gillian","lastName":"Jones","_relationships":[]}] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--updateInternal--ENTRY 2c6dc78f-6725-43b5-85c0-4ec4a83b1c3d [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 2c6dc78f-6725-43b5-85c0-4ec4a83b1c3d [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 2c6dc78f-6725-43b5-85c0-4ec4a83b1c3d java.util.ArrayList [{Person 151}, {Person 152}] [junit] [EL Fine]: sql: UPDATE JPARS_PHONEBOOK_PERSON SET FIRSTNAME = ? WHERE (ID = ?) [junit] bind => [2 parameters bound] [junit] [EL Fine]: sql: UPDATE JPARS_PHONEBOOK_PERSON SET FIRSTNAME = ? WHERE (ID = ?) [junit] bind => [2 parameters bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 2c6dc78f-6725-43b5-85c0-4ec4a83b1c3d [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 2c6dc78f-6725-43b5-85c0-4ec4a83b1c3d [{"id":151,"firstName":"James","lastName":"Jones","phoneNumber":"1234567","_relationships":[]},{"id":152,"firstName":"Gillian","lastName":"Jones","_relationships":[]}] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 2c6dc78f-6725-43b5-85c0-4ec4a83b1c3d [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 2c6dc78f-6725-43b5-85c0-4ec4a83b1c3d java.util.ArrayList [{Person 151}, {Person 152}] [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_BID [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_AUCTION [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_USER [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONEBOOK_PERSON [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_AUCTION (ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [7 parameters bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--deleteInternal--ENTRY 4f8c4856-b446-4c6a-b2f2-7007f0bebcb6 [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_AUCTION WHERE (ID = ?) [junit] bind => [1 parameter bound] [junit] [EL Fine]: sql: SELECT ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE FROM JPARS_AUCTION_AUCTION WHERE (ID = ?) [junit] bind => [1 parameter bound] [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_USER (ID, NAME, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?) [junit] bind => [4 parameters bound] [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_AUCTION (ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [7 parameters bound] [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [5 parameters bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 4f8c4856-b446-4c6a-b2f2-7007f0bebcb6 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 4f8c4856-b446-4c6a-b2f2-7007f0bebcb6 org.eclipse.persistence.jpars.test.model.dynamic.auction.Bid {"id":65,"amount":201.0,"_relationships":[{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/Bid/65/auction","rel":"auction"}},{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/Bid/65/user","rel":"user"}}],"auction":{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/Auction/66","method":"GET","rel":"self"}},"user":{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/User/64","method":"GET","rel":"self"}}} [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--updateInternal--ENTRY 82390727-a421-4283-b3ff-308cd83305e0 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 82390727-a421-4283-b3ff-308cd83305e0 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 82390727-a421-4283-b3ff-308cd83305e0 org.eclipse.persistence.jpars.test.model.dynamic.auction.Bid {Bid 65} [junit] [EL Fine]: sql: UPDATE JPARS_AUCTION_BID SET AMOUNT = ? WHERE (ID = ?) [junit] bind => [2 parameters bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 82390727-a421-4283-b3ff-308cd83305e0 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 82390727-a421-4283-b3ff-308cd83305e0 org.eclipse.persistence.jpars.test.model.dynamic.auction.Bid {"id":65,"amount":201.0,"_relationships":[{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/Bid/65/auction","rel":"auction"}},{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/Bid/65/user","rel":"user"}}],"auction":{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/Auction/66","method":"GET","rel":"self"}},"user":{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/User/64","method":"GET","rel":"self"}}} [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--findInternal--ENTRY 828835df-6b86-49aa-951a-0fee3782f026 [junit] [EL Finest]: jpars: 2022-09-10 04:19:37.98--ServerSession(238467882)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 828835df-6b86-49aa-951a-0fee3782f026 [junit] [EL Finest]: jpars: 2022-09-10 04:19:37.982--ServerSession(238467882)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 828835df-6b86-49aa-951a-0fee3782f026 org.eclipse.persistence.jpars.test.model.auction.StaticBid {"amount":110.0,"id":5,"time":1662783577300,"_relationships":[{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticBid/5/auction","rel":"auction"}},{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticBid/5/user","rel":"user"}}],"user":{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticUser/11","method":"GET","rel":"self"}}} [junit] [EL Finest]: jpars: 2022-09-10 04:19:37.985--ServerSession(238467882)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 828835df-6b86-49aa-951a-0fee3782f026 [junit] [EL Finest]: jpars: 2022-09-10 04:19:37.987--ServerSession(238467882)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 828835df-6b86-49aa-951a-0fee3782f026 org.eclipse.persistence.jpars.test.model.auction.StaticUser {"id":22,"name":"user2","version":1,"_relationships":[{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticUser/22/address","rel":"address"}}]} [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--setOrAddAttributeInternal--ENTRY 317bd3c9-e422-4d8e-b1d1-cb2d78304075 [junit] [EL Finest]: jpars: 2022-09-10 04:19:37.987--ServerSession(238467882)--org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 317bd3c9-e422-4d8e-b1d1-cb2d78304075 [junit] [EL Finest]: jpars: 2022-09-10 04:19:37.989--ServerSession(238467882)--org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 317bd3c9-e422-4d8e-b1d1-cb2d78304075 org.eclipse.persistence.jpars.test.model.auction.StaticUser org.eclipse.persistence.jpars.test.model.auction.StaticUser@56f71edb [junit] [EL Finest]: jpars: 2022-09-10 04:19:37.993--ServerSession(238467882)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 317bd3c9-e422-4d8e-b1d1-cb2d78304075 [junit] [EL Finest]: jpars: 2022-09-10 04:19:37.994--ServerSession(238467882)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 317bd3c9-e422-4d8e-b1d1-cb2d78304075 org.eclipse.persistence.jpars.test.model.auction.StaticBid {"amount":110.0,"id":5,"time":1662783577300,"_relationships":[{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticBid/5/auction","rel":"auction"}},{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticBid/5/user","rel":"user"}}],"user":{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticUser/22","method":"GET","rel":"self"}}} [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_AUCTION (ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [7 parameters bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 317bd3c9-e422-4d8e-b1d1-cb2d78304075 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 317bd3c9-e422-4d8e-b1d1-cb2d78304075 org.eclipse.persistence.jpars.test.model.dynamic.auction.Auction {"id":67,"description":"Speedy","name":"Laptop","sold":false,"_relationships":[]} [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--updateInternal--ENTRY f7924717-498e-4cfa-8a4e-883a46884ed8 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY f7924717-498e-4cfa-8a4e-883a46884ed8 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN f7924717-498e-4cfa-8a4e-883a46884ed8 org.eclipse.persistence.jpars.test.model.dynamic.auction.Auction {Auction 67} [junit] [EL Fine]: sql: UPDATE JPARS_AUCTION_AUCTION SET DESCRIPTION = ?, NAME = ? WHERE (ID = ?) [junit] bind => [3 parameters bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY f7924717-498e-4cfa-8a4e-883a46884ed8 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN f7924717-498e-4cfa-8a4e-883a46884ed8 org.eclipse.persistence.jpars.test.model.dynamic.auction.Auction {"id":67,"description":"Speedy","name":"Laptop","sold":false,"_relationships":[]} [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource--namedQueryInternal--ENTRY 8f0ff48e-7a7b-4057-a18d-5977c0f07d08 [junit] [EL Finest]: jpars: 2022-09-10 04:19:38.015--ServerSession(238467882)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 8f0ff48e-7a7b-4057-a18d-5977c0f07d08 [junit] [EL Finest]: jpars: 2022-09-10 04:19:38.018--ServerSession(238467882)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 8f0ff48e-7a7b-4057-a18d-5977c0f07d08 [{"COUNT":3}] [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_BID [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_AUCTION [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_USER [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONEBOOK_PERSON [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_BID [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_AUCTION [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_USER [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONEBOOK_PERSON [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_AUCTION [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_USER [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_USER (ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [1, Jim, 1, null, null] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_USER WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [1, 1] [junit] [EL Fine]: sql: SELECT ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID FROM JPARS_ST_AUC_USER WHERE (ID = ?) [junit] bind => [1] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_USER (ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [2, Jill, 1, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_USER (ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [3, Arthur, 1, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_USER (ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [4, Judy, 1, null, null] [junit] [EL Fine]: sql: SELECT ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID FROM JPARS_ST_AUC_USER [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_USER (ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [5, Tom, 1, null, null] [junit] [EL Fine]: sql: UPDATE JPARS_ST_AUC_USER SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [Thomas, 2, 5, 1] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_USER WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [5, 2] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_AUCTION [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_USER [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.auction.StaticAuction] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the one to many mapping element [field bids] is being defaulted to: class org.eclipse.persistence.jpars.test.model.auction.StaticBid. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.auction.StaticBid] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the one to one mapping element [field user] is being defaulted to: class org.eclipse.persistence.jpars.test.model.auction.StaticUser. [junit] [EL Config]: metadata: The target entity (reference) class for the one to one mapping element [field auction] is being defaulted to: class org.eclipse.persistence.jpars.test.model.auction.StaticAuction. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.multitenant.Account] is set to [FIELD]. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.auction.StaticUser] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the one to one mapping element [field address] is being defaulted to: class org.eclipse.persistence.jpars.test.model.auction.StaticAddress. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.auction.StaticAddress] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the one to one mapping element [field user] is being defaulted to: class org.eclipse.persistence.jpars.test.model.auction.StaticUser. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.auction.StaticAuction] is being defaulted to: StaticAuction. [junit] [EL Config]: metadata: The column name for element [startPrice] is being defaulted to: STARTPRICE. [junit] [EL Config]: metadata: The column name for element [image] is being defaulted to: IMAGE. [junit] [EL Config]: metadata: The column name for element [sold] is being defaulted to: SOLD. [junit] [EL Config]: metadata: The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: metadata: The column name for element [description] is being defaulted to: DESCRIPTION. [junit] [EL Config]: metadata: The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: metadata: The column name for element [endPrice] is being defaulted to: ENDPRICE. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.auction.StaticBid] is being defaulted to: StaticBid. [junit] [EL Config]: metadata: The column name for element [amount] is being defaulted to: AMOUNT. [junit] [EL Config]: metadata: The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: metadata: The column name for element [time] is being defaulted to: TIME. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.multitenant.Account] is being defaulted to: Account. [junit] [EL Config]: metadata: The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: metadata: The column name for element [accoutNumber] is being defaulted to: ACCOUTNUMBER. [junit] [EL Config]: metadata: The column name for element [version] is being defaulted to: VERSION. [junit] [EL Warning]: metadata: You have specified multiple ids for the entity class [org.eclipse.persistence.jpars.test.model.multitenant.Account] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.auction.StaticUser] is being defaulted to: StaticUser. [junit] [EL Config]: metadata: The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: metadata: The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: metadata: The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.auction.StaticAddress] is being defaulted to: StaticAddress. [junit] [EL Config]: metadata: The column name for element [city] is being defaulted to: CITY. [junit] [EL Config]: metadata: The column name for element [street] is being defaulted to: STREET. [junit] [EL Config]: metadata: The column name for element [postalCode] is being defaulted to: POSTALCODE. [junit] [EL Config]: metadata: The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: metadata: The column name for element [type] is being defaulted to: TYPE. [junit] [EL Config]: metadata: The primary key column name for the mapping element [field user] is being defaulted to: ID. [junit] [EL Config]: metadata: The foreign key column name for the mapping element [user] is being defaulted to: USER_ID. [junit] [EL Config]: metadata: The primary key column name for the mapping element [field auction] is being defaulted to: ID. [junit] [EL Config]: metadata: The foreign key column name for the mapping element [auction] is being defaulted to: AUCTION_ID. [junit] [EL Info]: EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: /jpars_auction-static_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Fine]: sql: ALTER TABLE JPARS_ST_AUC_USER DROP FOREIGN KEY FK_JPARS_ST_AUC_USER_ADDRESS_ID [junit] [EL Fine]: sql: ALTER TABLE JPARS_ST_AUC_BID DROP FOREIGN KEY FK_JPARS_ST_AUC_BID_AUCTION_ID [junit] [EL Fine]: sql: ALTER TABLE JPARS_ST_AUC_BID DROP FOREIGN KEY FK_JPARS_ST_AUC_BID_USER_ID [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_USER [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_AUCTION [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_BID [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_ADDRESS [junit] [EL Fine]: sql: DROP TABLE JPARS_ACCOUNT [junit] [EL Fine]: sql: CREATE TABLE JPARS_ST_AUC_USER (ID INTEGER NOT NULL, NAME VARCHAR(255), VERSION INTEGER, ADDRESS_TYPE VARCHAR(255), ADDRESS_ID INTEGER, PRIMARY KEY (ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_ST_AUC_AUCTION (ID INTEGER NOT NULL, DESCRIPTION VARCHAR(255), ENDPRICE DOUBLE, IMAGE VARCHAR(255), NAME VARCHAR(255), SOLD TINYINT(1) default 0, STARTPRICE DOUBLE, PRIMARY KEY (ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_ST_AUC_BID (ID INTEGER NOT NULL, AMOUNT DOUBLE, TIME BIGINT, AUCTION_ID INTEGER, USER_ID INTEGER, PRIMARY KEY (ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_ST_AUC_ADDRESS (ID INTEGER NOT NULL, TYPE VARCHAR(255) NOT NULL, CITY VARCHAR(255), POSTALCODE VARCHAR(255), STREET VARCHAR(255), PRIMARY KEY (ID, TYPE)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_ACCOUNT (TENANT_ID VARCHAR(31) NOT NULL, ID INTEGER NOT NULL, ACCOUTNUMBER VARCHAR(255), VERSION INTEGER, PRIMARY KEY (TENANT_ID, ID)) [junit] [EL Fine]: sql: ALTER TABLE JPARS_ST_AUC_USER ADD CONSTRAINT FK_JPARS_ST_AUC_USER_ADDRESS_ID FOREIGN KEY (ADDRESS_ID, ADDRESS_TYPE) REFERENCES JPARS_ST_AUC_ADDRESS (ID, TYPE) [junit] [EL Fine]: sql: ALTER TABLE JPARS_ST_AUC_BID ADD CONSTRAINT FK_JPARS_ST_AUC_BID_AUCTION_ID FOREIGN KEY (AUCTION_ID) REFERENCES JPARS_ST_AUC_AUCTION (ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_ST_AUC_BID ADD CONSTRAINT FK_JPARS_ST_AUC_BID_USER_ID FOREIGN KEY (USER_ID) REFERENCES JPARS_ST_AUC_USER (ID) [junit] [EL Fine]: sql: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Warning]: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [junit] Query: DataModifyQuery(sql="CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [junit] [EL Fine]: sql: DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Fine]: sql: SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Fine]: sql: INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_GEN', 0) [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 8f0ff48e-7a7b-4057-a18d-5977c0f07d08 [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [333] [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [444] [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [555] [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?) [junit] bind => [111] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 8f0ff48e-7a7b-4057-a18d-5977c0f07d08 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@460510aa [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 8f0ff48e-7a7b-4057-a18d-5977c0f07d08 [junit] [EL Fine]: sql: SELECT ID, AMOUNT, TIME, AUCTION_ID, USER_ID FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [1234] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_USER (ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [2002, User 2002, 1, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [1001, 5000.0, 1662783578359, null, 2002] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 8f0ff48e-7a7b-4057-a18d-5977c0f07d08 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 8f0ff48e-7a7b-4057-a18d-5977c0f07d08 org.eclipse.persistence.jpars.test.model.auction.StaticBid org.eclipse.persistence.jpars.test.model.auction.StaticBid@61fafb74 [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [1001] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_USER WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [2002, 1] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [5678, 111.0, 1662783578378, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [1234, 110.0, 1662783578378, null, null] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 8f0ff48e-7a7b-4057-a18d-5977c0f07d08 [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?) [junit] bind => [12] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 8f0ff48e-7a7b-4057-a18d-5977c0f07d08 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@36f1046f [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [1234] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [5678] [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.employee.Expertise] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the one to one mapping element [field employee] is being defaulted to: class org.eclipse.persistence.jpars.test.model.employee.Employee. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.employee.Office] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the one to many mapping element [field employees] is being defaulted to: class org.eclipse.persistence.jpars.test.model.employee.Employee. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.employee.Project] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the many to one mapping element [field teamLeader] is being defaulted to: class org.eclipse.persistence.jpars.test.model.employee.Employee. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.employee.LargeProject] is set to [FIELD]. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.employee.EmployeeAddress] is set to [FIELD]. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.employee.PhoneNumber] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the many to one mapping element [field employee] is being defaulted to: class org.eclipse.persistence.jpars.test.model.employee.Employee. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.employee.Employee] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the many to many mapping element [field projects] is being defaulted to: class org.eclipse.persistence.jpars.test.model.employee.Project. [junit] [EL Config]: metadata: The target entity (reference) class for the one to one mapping element [field address] is being defaulted to: class org.eclipse.persistence.jpars.test.model.employee.EmployeeAddress. [junit] [EL Config]: metadata: The target entity (reference) class for the many to one mapping element [field manager] is being defaulted to: class org.eclipse.persistence.jpars.test.model.employee.Employee. [junit] [EL Config]: metadata: The target entity (reference) class for the one to many mapping element [field managedEmployees] is being defaulted to: class org.eclipse.persistence.jpars.test.model.employee.Employee. [junit] [EL Config]: metadata: The target entity (reference) class for the one to many mapping element [field expertiseAreas] is being defaulted to: class org.eclipse.persistence.jpars.test.model.employee.Expertise. [junit] [EL Config]: metadata: The target entity (reference) class for the many to one mapping element [field office] is being defaulted to: class org.eclipse.persistence.jpars.test.model.employee.Office. [junit] [EL Config]: metadata: The target class (reference) class for the element collection mapping element [field certifications] is being defaulted to: class org.eclipse.persistence.jpars.test.model.employee.Certification. [junit] [EL Config]: metadata: The target entity (reference) class for the one to many mapping element [field phoneNumbers] is being defaulted to: class org.eclipse.persistence.jpars.test.model.employee.PhoneNumber. [junit] [EL Config]: metadata: The target class (reference) class for the element collection mapping element [field responsibilities] is being defaulted to: class java.lang.String. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.employee.SmallProject] is set to [FIELD]. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.employee.Certification] is set to [FIELD]. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.employee.EmploymentPeriod] is set to [FIELD]. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.employee.Expertise] is being defaulted to: Expertise. [junit] [EL Config]: metadata: The column name for element [subject] is being defaulted to: SUBJECT. [junit] [EL Config]: metadata: The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.employee.Office] is being defaulted to: Office. [junit] [EL Config]: metadata: The column name for element [location] is being defaulted to: LOCATION. [junit] [EL Config]: metadata: The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.employee.LargeProject] is being defaulted to: LargeProject. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.employee.Project] is being defaulted to: Project. [junit] [EL Config]: metadata: The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: metadata: The primary key column name for the inheritance class [class org.eclipse.persistence.jpars.test.model.employee.LargeProject] is being defaulted to: PROJ_ID. [junit] [EL Config]: metadata: The foreign key column name for the inheritance class [org.eclipse.persistence.jpars.test.model.employee.LargeProject] is being defaulted to: PROJ_ID. [junit] [EL Config]: metadata: The column name for element [milestone] is being defaulted to: MILESTONE. [junit] [EL Config]: metadata: The column name for element [budget] is being defaulted to: BUDGET. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.employee.EmployeeAddress] is being defaulted to: EmployeeAddress. [junit] [EL Config]: metadata: The column name for element [country] is being defaulted to: COUNTRY. [junit] [EL Config]: metadata: The column name for element [province] is being defaulted to: PROVINCE. [junit] [EL Config]: metadata: The column name for element [city] is being defaulted to: CITY. [junit] [EL Config]: metadata: The column name for element [street] is being defaulted to: STREET. [junit] [EL Config]: metadata: The column name for element [areaPicture] is being defaulted to: AREAPICTURE. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.employee.PhoneNumber] is being defaulted to: PhoneNumber. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.employee.Employee] is being defaulted to: Employee. [junit] [EL Config]: metadata: The column name for element [endDate] is being defaulted to: ENDDATE. [junit] [EL Config]: metadata: The column name for element [startDate] is being defaulted to: STARTDATE. [junit] [EL Config]: metadata: Ignoring default serialization on element [field gender] within entity class [class org.eclipse.persistence.jpars.test.model.employee.Employee] since EclipseLink convert metadata is specified. [junit] [EL Config]: metadata: The column name for element [salary] is being defaulted to: SALARY. [junit] [EL Config]: metadata: The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: metadata: The secondary table primary key column name for element [class org.eclipse.persistence.jpars.test.model.employee.Employee] is being defaulted to: EMP_ID. [junit] [EL Config]: metadata: The secondary table foreign key column name for element [org.eclipse.persistence.jpars.test.model.employee.Employee] is being defaulted to: EMP_ID. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.employee.SmallProject] is being defaulted to: SmallProject. [junit] [EL Config]: metadata: The primary key column name for the inheritance class [class org.eclipse.persistence.jpars.test.model.employee.SmallProject] is being defaulted to: PROJ_ID. [junit] [EL Config]: metadata: The foreign key column name for the inheritance class [org.eclipse.persistence.jpars.test.model.employee.SmallProject] is being defaulted to: PROJ_ID. [junit] [EL Config]: metadata: The primary key column name for the mapping element [field responsibilities] is being defaulted to: EMP_ID. [junit] [EL Config]: metadata: The foreign key column name for the mapping element [responsibilities] is being defaulted to: Employee_EMP_ID. [junit] [EL Config]: metadata: The value column name for the basic collection/map mapping element mapping element [responsibilities] is being defaulted to: RESPONSIBILITIES. [junit] [EL Config]: metadata: The primary key column name for the mapping element [field employee] is being defaulted to: EMP_ID. [junit] [EL Config]: metadata: The foreign key column name for the mapping element [employee] is being defaulted to: EMPLOYEE_EMP_ID. [junit] [EL Config]: metadata: The primary key column name for the mapping element [field teamLeader] is being defaulted to: EMP_ID. [junit] [EL Config]: metadata: The primary key column name for the mapping element [field employee] is being defaulted to: EMP_ID. [junit] [EL Config]: metadata: The source primary key column name for the many to many mapping [field projects] is being defaulted to: EMP_ID. [junit] [EL Config]: metadata: The target primary key column name for the many to many mapping [field projects] is being defaulted to: PROJ_ID. [junit] [EL Config]: metadata: The primary key column name for the mapping element [field address] is being defaulted to: ADDRESS_ID. [junit] [EL Config]: metadata: The primary key column name for the mapping element [field manager] is being defaulted to: EMP_ID. [junit] [EL Config]: metadata: The primary key column name for the mapping element [field office] is being defaulted to: ID. [junit] [EL Config]: metadata: The primary key column name for the mapping element [field certifications] is being defaulted to: EMP_ID. [junit] [EL Info]: EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: /jpars_employee-static_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Fine]: sql: ALTER TABLE JPARS_EMPLOYEE DROP FOREIGN KEY FK_JPARS_EMPLOYEE_OFFICE_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_EMPLOYEE DROP FOREIGN KEY FK_JPARS_EMPLOYEE_ADDR_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_EMPLOYEE DROP FOREIGN KEY FK_JPARS_EMPLOYEE_MANAGER_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_SALARY DROP FOREIGN KEY FK_JPARS_SALARY_EMP_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_PROJECT DROP FOREIGN KEY FK_JPARS_PROJECT_LEADER_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_LPROJECT DROP FOREIGN KEY FK_JPARS_LPROJECT_PROJ_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_PHONENUMBER DROP FOREIGN KEY FK_JPARS_PHONENUMBER_EMP_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_SPROJECT DROP FOREIGN KEY FK_JPARS_SPROJECT_PROJ_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_EMPLOYEE_EXPERTISE DROP FOREIGN KEY FK_JPARS_EMPLOYEE_EXPERTISE_EMPLOYEE_EMP_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_CERTIFICATION DROP FOREIGN KEY FK_JPARS_CERTIFICATION_EMP_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_RESPONS DROP FOREIGN KEY FK_JPARS_RESPONS_Employee_EMP_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_PROJ_EMP DROP FOREIGN KEY FK_JPARS_PROJ_EMP_PROJ_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_PROJ_EMP DROP FOREIGN KEY FK_JPARS_PROJ_EMP_EMP_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_SALARY [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEEADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_LPROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PHONENUMBER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_SPROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE_EXPERTISE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE_OFFICE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_CERTIFICATION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_RESPONS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PROJ_EMP [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_SALARY [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEEADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_LPROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PHONENUMBER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_SPROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE_EXPERTISE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE_OFFICE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_CERTIFICATION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_RESPONS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PROJ_EMP [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_SALARY [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEEADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_LPROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PHONENUMBER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_SPROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE_EXPERTISE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE_OFFICE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_CERTIFICATION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_RESPONS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PROJ_EMP [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_SALARY [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEEADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_LPROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PHONENUMBER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_SPROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE_EXPERTISE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE_OFFICE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_CERTIFICATION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_RESPONS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PROJ_EMP [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_SALARY [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEEADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_LPROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PHONENUMBER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_SPROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE_EXPERTISE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE_OFFICE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_CERTIFICATION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_RESPONS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PROJ_EMP [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: CREATE TABLE JPARS_EMPLOYEE (EMP_ID INTEGER NOT NULL, F_NAME VARCHAR(255), GENDER VARCHAR(255), L_NAME VARCHAR(255), VERSION BIGINT, END_DATE DATE, START_DATE DATE, MANAGER_ID INTEGER, OFFICE_ID INTEGER, ADDR_ID INTEGER, PRIMARY KEY (EMP_ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_SALARY (EMP_ID INTEGER NOT NULL, SALARY DOUBLE, PRIMARY KEY (EMP_ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_EMPLOYEEADDRESS (ADDRESS_ID INTEGER NOT NULL, AREAPICTURE LONGBLOB, CITY VARCHAR(255), COUNTRY LONGTEXT, P_CODE VARCHAR(255), PROVINCE VARCHAR(255), STREET VARCHAR(255), PRIMARY KEY (ADDRESS_ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_PROJECT (PROJ_ID INTEGER NOT NULL, PROJ_TYPE VARCHAR(31), DESCRIP VARCHAR(255), PROJ_NAME VARCHAR(255), VERSION BIGINT, LEADER_ID INTEGER, PRIMARY KEY (PROJ_ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_LPROJECT (PROJ_ID INTEGER NOT NULL, BUDGET DOUBLE, MILESTONE DATETIME, PRIMARY KEY (PROJ_ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_PHONENUMBER (PHONE_TYPE VARCHAR(255) NOT NULL, AREA_CODE VARCHAR(255), EMP_ID INTEGER NOT NULL, P_NUMBER VARCHAR(255), PRIMARY KEY (PHONE_TYPE, EMP_ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_SPROJECT (PROJ_ID INTEGER NOT NULL, PRIMARY KEY (PROJ_ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_EMPLOYEE_EXPERTISE (ID INTEGER NOT NULL, SUBJECT VARCHAR(255), EMPLOYEE_EMP_ID INTEGER, PRIMARY KEY (ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_EMPLOYEE_OFFICE (ID INTEGER NOT NULL, LOCATION VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_CERTIFICATION (ISSUE_DATE VARCHAR(255), NAME VARCHAR(255), EMP_ID INTEGER) [junit] [EL Fine]: sql: CREATE TABLE JPARS_RESPONS (Employee_EMP_ID INTEGER, RESPONSIBILITIES VARCHAR(255)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_PROJ_EMP (EMP_ID INTEGER NOT NULL, PROJ_ID INTEGER NOT NULL, PRIMARY KEY (EMP_ID, PROJ_ID)) [junit] [EL Fine]: sql: ALTER TABLE JPARS_EMPLOYEE ADD CONSTRAINT FK_JPARS_EMPLOYEE_OFFICE_ID FOREIGN KEY (OFFICE_ID) REFERENCES JPARS_EMPLOYEE_OFFICE (ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_EMPLOYEE ADD CONSTRAINT FK_JPARS_EMPLOYEE_ADDR_ID FOREIGN KEY (ADDR_ID) REFERENCES JPARS_EMPLOYEEADDRESS (ADDRESS_ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_EMPLOYEE ADD CONSTRAINT FK_JPARS_EMPLOYEE_MANAGER_ID FOREIGN KEY (MANAGER_ID) REFERENCES JPARS_EMPLOYEE (EMP_ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_SALARY ADD CONSTRAINT FK_JPARS_SALARY_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES JPARS_EMPLOYEE (EMP_ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_PROJECT ADD CONSTRAINT FK_JPARS_PROJECT_LEADER_ID FOREIGN KEY (LEADER_ID) REFERENCES JPARS_EMPLOYEE (EMP_ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_LPROJECT ADD CONSTRAINT FK_JPARS_LPROJECT_PROJ_ID FOREIGN KEY (PROJ_ID) REFERENCES JPARS_PROJECT (PROJ_ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_PHONENUMBER ADD CONSTRAINT FK_JPARS_PHONENUMBER_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES JPARS_EMPLOYEE (EMP_ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_SPROJECT ADD CONSTRAINT FK_JPARS_SPROJECT_PROJ_ID FOREIGN KEY (PROJ_ID) REFERENCES JPARS_PROJECT (PROJ_ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_EMPLOYEE_EXPERTISE ADD CONSTRAINT FK_JPARS_EMPLOYEE_EXPERTISE_EMPLOYEE_EMP_ID FOREIGN KEY (EMPLOYEE_EMP_ID) REFERENCES JPARS_EMPLOYEE (EMP_ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_CERTIFICATION ADD CONSTRAINT FK_JPARS_CERTIFICATION_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES JPARS_EMPLOYEE (EMP_ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_RESPONS ADD CONSTRAINT FK_JPARS_RESPONS_Employee_EMP_ID FOREIGN KEY (Employee_EMP_ID) REFERENCES JPARS_EMPLOYEE (EMP_ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_PROJ_EMP ADD CONSTRAINT FK_JPARS_PROJ_EMP_PROJ_ID FOREIGN KEY (PROJ_ID) REFERENCES JPARS_PROJECT (PROJ_ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_PROJ_EMP ADD CONSTRAINT FK_JPARS_PROJ_EMP_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES JPARS_EMPLOYEE (EMP_ID) [junit] [EL Fine]: sql: DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Fine]: sql: SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Fine]: sql: INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_GEN', 0) [junit] [EL Fine]: sql: UPDATE SEQUENCE SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ? [junit] bind => [50, SEQ_GEN] [junit] [EL Fine]: sql: SELECT SEQ_COUNT FROM SEQUENCE WHERE SEQ_NAME = ? [junit] bind => [SEQ_GEN] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEEADDRESS (ADDRESS_ID, AREAPICTURE, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [1, null, NYC, US, null, NY, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [121, Bill, M, Anderson, 1, null, null, null, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [768, John, M, Smith, 1, null, 2022-09-10, 121, null, 1] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE_EXPERTISE (ID, SUBJECT, EMPLOYEE_EMP_ID) VALUES (?, ?, ?) [junit] bind => [2, REST, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Work, 613, 9876543, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Home, 613, 1234567, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [0.0, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [35000.0, 768] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 8f0ff48e-7a7b-4057-a18d-5977c0f07d08 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 8f0ff48e-7a7b-4057-a18d-5977c0f07d08 org.eclipse.persistence.jpars.test.model.employee.Employee id=121, firstName=Bill, lastName=Anderson [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Home, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Work, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE_EXPERTISE WHERE (ID = ?) [junit] bind => [2] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [768, 1] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEEADDRESS WHERE (ADDRESS_ID = ?) [junit] bind => [1] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [121, 1] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEEADDRESS (ADDRESS_ID, AREAPICTURE, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [3, null, NYC, US, null, NY, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [121, Bill, M, Anderson, 1, null, null, null, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [768, John, M, Smith, 1, null, 2022-09-10, 121, null, 3] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE_EXPERTISE (ID, SUBJECT, EMPLOYEE_EMP_ID) VALUES (?, ?, ?) [junit] bind => [4, REST, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Home, 613, 1234567, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Work, 613, 9876543, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [0.0, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [35000.0, 768] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 8f0ff48e-7a7b-4057-a18d-5977c0f07d08 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 8f0ff48e-7a7b-4057-a18d-5977c0f07d08 org.eclipse.persistence.jpars.test.model.employee.Employee id=121, firstName=Bill, lastName=Anderson [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Home, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Work, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE_EXPERTISE WHERE (ID = ?) [junit] bind => [4] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [768, 1] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEEADDRESS WHERE (ADDRESS_ID = ?) [junit] bind => [3] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [121, 1] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 8f0ff48e-7a7b-4057-a18d-5977c0f07d08 [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [333] [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [444] [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [555] [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?) [junit] bind => [111] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 8f0ff48e-7a7b-4057-a18d-5977c0f07d08 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@2b59501e [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 8f0ff48e-7a7b-4057-a18d-5977c0f07d08 [junit] [EL Fine]: sql: SELECT ID, AMOUNT, TIME, AUCTION_ID, USER_ID FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [1234] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_USER (ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [2002, User 2002, 1, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [1001, 5000.0, 1662783579055, null, 2002] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 8f0ff48e-7a7b-4057-a18d-5977c0f07d08 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 8f0ff48e-7a7b-4057-a18d-5977c0f07d08 org.eclipse.persistence.jpars.test.model.auction.StaticBid org.eclipse.persistence.jpars.test.model.auction.StaticBid@1abfe081 [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [1001] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_USER WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [2002, 1] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [1234, 110.0, 1662783579069, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [5678, 111.0, 1662783579069, null, null] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 8f0ff48e-7a7b-4057-a18d-5977c0f07d08 [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?) [junit] bind => [12] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 8f0ff48e-7a7b-4057-a18d-5977c0f07d08 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@46a953cf [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [1234] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [5678] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEEADDRESS (ADDRESS_ID, AREAPICTURE, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [5, null, NYC, US, null, NY, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [121, Bill, M, Anderson, 1, null, null, null, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [768, John, M, Smith, 1, null, 2022-09-10, 121, null, 5] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE_EXPERTISE (ID, SUBJECT, EMPLOYEE_EMP_ID) VALUES (?, ?, ?) [junit] bind => [6, REST, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Home, 613, 1234567, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Work, 613, 9876543, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [0.0, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [35000.0, 768] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 8f0ff48e-7a7b-4057-a18d-5977c0f07d08 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 8f0ff48e-7a7b-4057-a18d-5977c0f07d08 org.eclipse.persistence.jpars.test.model.employee.Employee id=121, firstName=Bill, lastName=Anderson [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Home, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Work, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE_EXPERTISE WHERE (ID = ?) [junit] bind => [6] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [768, 1] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEEADDRESS WHERE (ADDRESS_ID = ?) [junit] bind => [5] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [121, 1] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEEADDRESS (ADDRESS_ID, AREAPICTURE, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [7, null, NYC, US, null, NY, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [121, Bill, M, Anderson, 1, null, null, null, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [768, John, M, Smith, 1, null, 2022-09-10, 121, null, 7] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE_EXPERTISE (ID, SUBJECT, EMPLOYEE_EMP_ID) VALUES (?, ?, ?) [junit] bind => [8, REST, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Home, 613, 1234567, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Work, 613, 9876543, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [0.0, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [35000.0, 768] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 8f0ff48e-7a7b-4057-a18d-5977c0f07d08 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 8f0ff48e-7a7b-4057-a18d-5977c0f07d08 org.eclipse.persistence.jpars.test.model.employee.Employee id=121, firstName=Bill, lastName=Anderson [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Home, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Work, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE_EXPERTISE WHERE (ID = ?) [junit] bind => [8] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [768, 1] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEEADDRESS WHERE (ADDRESS_ID = ?) [junit] bind => [7] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [121, 1] [junit] [EL Warning]: Ignoring attribute [teamLeader] on class [LargeProject] as no Property was generated for it. [junit] [EL Warning]: Ignoring attribute [teamLeader] on class [SmallProject] as no Property was generated for it. [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildEntityMetadataResponse--ENTRY bb7dd3c3-1084-4bc6-b9f9-d3933a40dc63 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQueryMetadataResponse--ENTRY 0595799e-15f9-4a90-8358-1c102de9e4ae [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQuerySchemaResponse--ENTRY cfe5f240-ce41-4d32-a43c-c572eecf0fff [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--buildEntityOptionsResponse--ENTRY 5023c51b-591e-4ba2-9efb-642b24ce2cf6 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildMetadataCatalogResponse--ENTRY 6caeaf62-b809-4324-8659-b89cae32f4a5 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource--buildQueryOptionsResponse--ENTRY ececcce3-5e8a-4225-89b5-a2c19398a915 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildEntitySchemaResponse--ENTRY 2d85a910-ac1b-4353-aecf-fcaf20bf677f [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQuerySchemaResponse--ENTRY ea640c4b-4841-4d8f-9ed2-7e599b856775 [junit] Sep 10, 2022 4:19:39 AM org.eclipse.persistence.jpars.test.service.v2.MarshalUnmarshalV2Test testMarshalAuction [junit] INFO: Test Auction Description0.01Test Auctionfalse0.0 [junit] Sep 10, 2022 4:19:39 AM org.eclipse.persistence.jpars.test.service.v2.MarshalUnmarshalV2Test testMarshal [junit] INFO: 100.020 [junit] Sep 10, 2022 4:19:39 AM org.eclipse.persistence.jpars.test.service.v2.MarshalUnmarshalV2Test testMarshal [junit] INFO:
22Brahms0
[junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_AUCTION (ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [1, Auction 1 description, 0.0, null, Auction 1, false, 1000.0] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_USER (ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [2002, User 2002, 1, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [1001, 5000.0, 1662783579492, null, 2002] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [1234, 110.0, 1662783579491, 1, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [5678, 111.0, 1662783579492, 1, null] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ea640c4b-4841-4d8f-9ed2-7e599b856775 [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?) [junit] bind => [111] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN ea640c4b-4841-4d8f-9ed2-7e599b856775 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@4a163575 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ea640c4b-4841-4d8f-9ed2-7e599b856775 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN ea640c4b-4841-4d8f-9ed2-7e599b856775 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@7724704f [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ea640c4b-4841-4d8f-9ed2-7e599b856775 [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?) [junit] bind => [12] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN ea640c4b-4841-4d8f-9ed2-7e599b856775 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@27d33393 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ea640c4b-4841-4d8f-9ed2-7e599b856775 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN ea640c4b-4841-4d8f-9ed2-7e599b856775 org.eclipse.persistence.jpars.test.model.auction.StaticBid org.eclipse.persistence.jpars.test.model.auction.StaticBid@5e7c141d [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ea640c4b-4841-4d8f-9ed2-7e599b856775 [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?) [junit] bind => [12] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN ea640c4b-4841-4d8f-9ed2-7e599b856775 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@7640a5b1 [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [1001] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [1234] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [5678] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_USER WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [2002, 1] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?) [junit] bind => [1] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEEADDRESS (ADDRESS_ID, AREAPICTURE, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [9, null, NYC, US, null, NY, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [121, Bill, M, Anderson, 1, null, null, null, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [768, John, M, Smith, 1, null, 2022-09-10, 121, null, 9] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE_EXPERTISE (ID, SUBJECT, EMPLOYEE_EMP_ID) VALUES (?, ?, ?) [junit] bind => [10, REST, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Home, 613, 1234567, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Work, 613, 9876543, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [0.0, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [35000.0, 768] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ea640c4b-4841-4d8f-9ed2-7e599b856775 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN ea640c4b-4841-4d8f-9ed2-7e599b856775 org.eclipse.persistence.jpars.test.model.employee.Employee id=121, firstName=Bill, lastName=Anderson [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Home, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Work, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE_EXPERTISE WHERE (ID = ?) [junit] bind => [10] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [768, 1] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEEADDRESS WHERE (ADDRESS_ID = ?) [junit] bind => [9] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [121, 1] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEEADDRESS (ADDRESS_ID, AREAPICTURE, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [11, null, NYC, US, null, NY, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [121, Bill, M, Anderson, 1, null, null, null, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [768, John, M, Smith, 1, null, 2022-09-10, 121, null, 11] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE_EXPERTISE (ID, SUBJECT, EMPLOYEE_EMP_ID) VALUES (?, ?, ?) [junit] bind => [12, REST, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Work, 613, 9876543, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Home, 613, 1234567, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [0.0, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [35000.0, 768] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ea640c4b-4841-4d8f-9ed2-7e599b856775 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN ea640c4b-4841-4d8f-9ed2-7e599b856775 org.eclipse.persistence.jpars.test.model.employee.Employee id=121, firstName=Bill, lastName=Anderson [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Home, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Work, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE_EXPERTISE WHERE (ID = ?) [junit] bind => [12] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [768, 1] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEEADDRESS WHERE (ADDRESS_ID = ?) [junit] bind => [11] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [121, 1] [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.basket.Basket] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the one to many mapping element [field basketItems] is being defaulted to: class org.eclipse.persistence.jpars.test.model.basket.BasketItem. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.basket.BasketItem] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the many to one mapping element [field basket] is being defaulted to: class org.eclipse.persistence.jpars.test.model.basket.Basket. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.basket.Basket] is being defaulted to: Basket. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.basket.BasketItem] is being defaulted to: BasketItem. [junit] [EL Config]: metadata: The primary key column name for the mapping element [field basket] is being defaulted to: BASKET_ID. [junit] [EL Info]: EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: /jpars_basket-static_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Fine]: sql: ALTER TABLE JPARS_BASKET_ITEM DROP FOREIGN KEY FK_JPARS_BASKET_ITEM_BASKET_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_BASKET [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_BASKET_ITEM [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_BASKET [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_BASKET_ITEM [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_BASKET [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_BASKET_ITEM [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_BASKET [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_BASKET_ITEM [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_BASKET [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_BASKET_ITEM [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: CREATE TABLE JPARS_BASKET (BASKET_ID INTEGER NOT NULL, BASKET_NAME VARCHAR(255), PRIMARY KEY (BASKET_ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_BASKET_ITEM (ITEM_ID INTEGER NOT NULL, ITEM_NAME VARCHAR(255), ITEM_QTY INTEGER, BASKET_ID INTEGER, PRIMARY KEY (ITEM_ID)) [junit] [EL Fine]: sql: ALTER TABLE JPARS_BASKET_ITEM ADD CONSTRAINT FK_JPARS_BASKET_ITEM_BASKET_ID FOREIGN KEY (BASKET_ID) REFERENCES JPARS_BASKET (BASKET_ID) [junit] Sep 10, 2022 4:19:39 AM org.eclipse.persistence.jpars.test.service.v2.LinksTest testLinksJson [junit] INFO: {"basketItems":{"links":[{"rel":"self","href":"http://localhost:7001/eclipselink.jpars.test/persistence/v2.0/jpars_basket-static/entity/Basket/1/basketItems"},{"rel":"canonical","href":"http://localhost:7001/eclipselink.jpars.test/persistence/v2.0/jpars_basket-static/entity/Basket/1/basketItems"}]},"id":1,"name":"Basket1"} [junit] Sep 10, 2022 4:19:39 AM org.eclipse.persistence.jpars.test.service.v2.LinksTest testLinksXml [junit] INFO: 1Basket1 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsInternal--ENTRY c7fed870-1c7e-42bb-a69b-163681ce4636 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsV2--ENTRY c7fed870-1c7e-42bb-a69b-163681ce4636 [junit] [EL Warning]: Ignoring attribute [teamLeader] on class [LargeProject] as no Property was generated for it. [junit] [EL Warning]: Ignoring attribute [teamLeader] on class [SmallProject] as no Property was generated for it. [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildEntityMetadataResponse--ENTRY 05171a26-7c18-46c2-901a-0d4413b149b2 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQueryMetadataResponse--ENTRY f8eb490b-4957-4704-92f7-79b7dea5648e [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQuerySchemaResponse--ENTRY b5f838ac-1467-40b1-9023-37fae09703c8 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--buildEntityOptionsResponse--ENTRY 1190f436-da86-44d8-a83e-ce3e7bc1803f [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildMetadataCatalogResponse--ENTRY 09e71cec-4033-4be8-9621-684fcfb24105 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource--buildQueryOptionsResponse--ENTRY 50dc62e4-92ef-41cb-b8b0-b18c2b921992 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildEntitySchemaResponse--ENTRY c84be766-acd8-4586-a997-d98eecc5c5cf [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQuerySchemaResponse--ENTRY 1741b03e-209d-4c2e-9c95-5ac00816c795 [junit] Sep 10, 2022 4:19:40 AM org.eclipse.persistence.jpars.test.service.v2.MarshalUnmarshalV2Test testMarshalAuction [junit] INFO: Test Auction Description0.01Test Auctionfalse0.0 [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_AUCTION (ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [1, Auction 1 description, 0.0, null, Auction 1, false, 1000.0] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_USER (ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [2002, User 2002, 1, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [1001, 5000.0, 1662783580015, null, 2002] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [5678, 111.0, 1662783580015, 1, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [1234, 110.0, 1662783580015, 1, null] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 1741b03e-209d-4c2e-9c95-5ac00816c795 [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?) [junit] bind => [111] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 1741b03e-209d-4c2e-9c95-5ac00816c795 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@4f3faa70 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 1741b03e-209d-4c2e-9c95-5ac00816c795 [junit] [EL Info]: connection: /jpars_basket-static_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root logout successful [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 1741b03e-209d-4c2e-9c95-5ac00816c795 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@37baddde [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 1741b03e-209d-4c2e-9c95-5ac00816c795 [junit] Sep 10, 2022 4:19:40 AM org.eclipse.persistence.jpars.test.service.v2.MarshalUnmarshalV2Test testMarshal [junit] INFO: 100.020 [junit] Sep 10, 2022 4:19:40 AM org.eclipse.persistence.jpars.test.service.v2.MarshalUnmarshalV2Test testMarshal [junit] INFO:
22Brahms0
[junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?) [junit] bind => [12] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 1741b03e-209d-4c2e-9c95-5ac00816c795 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@3a790e40 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 1741b03e-209d-4c2e-9c95-5ac00816c795 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 1741b03e-209d-4c2e-9c95-5ac00816c795 org.eclipse.persistence.jpars.test.model.auction.StaticBid org.eclipse.persistence.jpars.test.model.auction.StaticBid@5984feef [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 1741b03e-209d-4c2e-9c95-5ac00816c795 [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?) [junit] bind => [12] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 1741b03e-209d-4c2e-9c95-5ac00816c795 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@1f67761b [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [1001] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [1234] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [5678] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_USER WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [2002, 1] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?) [junit] bind => [1] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEEADDRESS (ADDRESS_ID, AREAPICTURE, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [13, null, NYC, US, null, NY, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [121, Bill, M, Anderson, 1, null, null, null, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [768, John, M, Smith, 1, null, 2022-09-10, 121, null, 13] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE_EXPERTISE (ID, SUBJECT, EMPLOYEE_EMP_ID) VALUES (?, ?, ?) [junit] bind => [14, REST, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Work, 613, 9876543, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Home, 613, 1234567, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [0.0, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [35000.0, 768] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 1741b03e-209d-4c2e-9c95-5ac00816c795 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 1741b03e-209d-4c2e-9c95-5ac00816c795 org.eclipse.persistence.jpars.test.model.employee.Employee id=121, firstName=Bill, lastName=Anderson [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Home, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Work, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE_EXPERTISE WHERE (ID = ?) [junit] bind => [14] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [768, 1] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEEADDRESS WHERE (ADDRESS_ID = ?) [junit] bind => [13] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [121, 1] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEEADDRESS (ADDRESS_ID, AREAPICTURE, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [15, null, NYC, US, null, NY, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [121, Bill, M, Anderson, 1, null, null, null, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [768, John, M, Smith, 1, null, 2022-09-10, 121, null, 15] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE_EXPERTISE (ID, SUBJECT, EMPLOYEE_EMP_ID) VALUES (?, ?, ?) [junit] bind => [16, REST, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Work, 613, 9876543, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Home, 613, 1234567, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [0.0, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [35000.0, 768] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 1741b03e-209d-4c2e-9c95-5ac00816c795 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 1741b03e-209d-4c2e-9c95-5ac00816c795 org.eclipse.persistence.jpars.test.model.employee.Employee id=121, firstName=Bill, lastName=Anderson [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Home, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Work, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE_EXPERTISE WHERE (ID = ?) [junit] bind => [16] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [768, 1] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEEADDRESS WHERE (ADDRESS_ID = ?) [junit] bind => [15] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [121, 1] [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.basket.Basket] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the one to many mapping element [field basketItems] is being defaulted to: class org.eclipse.persistence.jpars.test.model.basket.BasketItem. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.basket.BasketItem] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the many to one mapping element [field basket] is being defaulted to: class org.eclipse.persistence.jpars.test.model.basket.Basket. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.basket.Basket] is being defaulted to: Basket. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.basket.BasketItem] is being defaulted to: BasketItem. [junit] [EL Config]: metadata: The primary key column name for the mapping element [field basket] is being defaulted to: BASKET_ID. [junit] [EL Info]: EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: /jpars_basket-static_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Fine]: sql: ALTER TABLE JPARS_BASKET_ITEM DROP FOREIGN KEY FK_JPARS_BASKET_ITEM_BASKET_ID [junit] [EL Fine]: sql: DROP TABLE JPARS_BASKET [junit] [EL Fine]: sql: DROP TABLE JPARS_BASKET_ITEM [junit] [EL Fine]: sql: CREATE TABLE JPARS_BASKET (BASKET_ID INTEGER NOT NULL, BASKET_NAME VARCHAR(255), PRIMARY KEY (BASKET_ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_BASKET_ITEM (ITEM_ID INTEGER NOT NULL, ITEM_NAME VARCHAR(255), ITEM_QTY INTEGER, BASKET_ID INTEGER, PRIMARY KEY (ITEM_ID)) [junit] [EL Fine]: sql: ALTER TABLE JPARS_BASKET_ITEM ADD CONSTRAINT FK_JPARS_BASKET_ITEM_BASKET_ID FOREIGN KEY (BASKET_ID) REFERENCES JPARS_BASKET (BASKET_ID) [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsInternal--ENTRY 174f3ae7-c755-4432-a36a-8871082dc6fa [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsV2--ENTRY 174f3ae7-c755-4432-a36a-8871082dc6fa [junit] Sep 10, 2022 4:19:40 AM org.eclipse.persistence.jpars.test.service.v2.LinksTest testLinksJson [junit] INFO: {"basketItems":{"links":[{"rel":"self","href":"http://localhost:7001/eclipselink.jpars.test/persistence/latest/jpars_basket-static/entity/Basket/1/basketItems"},{"rel":"canonical","href":"http://localhost:7001/eclipselink.jpars.test/persistence/latest/jpars_basket-static/entity/Basket/1/basketItems"}]},"id":1,"name":"Basket1"} [junit] Sep 10, 2022 4:19:40 AM org.eclipse.persistence.jpars.test.service.v2.LinksTest testLinksXml [junit] INFO: 1Basket1 [junit] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.958 sec [junit] Output: [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.dynamic.auction.User] is being defaulted to: User. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: NAME. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.dynamic.auction.Auction] is being defaulted to: Auction. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: STARTPRICE. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: IMAGE. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: SOLD. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: NAME. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: DESCRIPTION. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: ENDPRICE. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.dynamic.auction.Address] is being defaulted to: Address. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: CITY. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: STREET. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: POSTALCODE. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: TYPE. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.dynamic.auction.Bid] is being defaulted to: Bid. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: AMOUNT. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: TIME. [junit] [EL Config]: metadata: The primary key column name for the mapping element [method get] is being defaulted to: ID. [junit] [EL Config]: metadata: The primary key column name for the mapping element [method get] is being defaulted to: ID. [junit] [EL Info]: EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: /jpars_auction_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Fine]: sql: ALTER TABLE JPARS_AUCTION_USER DROP FOREIGN KEY FK_JPARS_AUCTION_USER_ADDRESS_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_AUCTION_BID DROP FOREIGN KEY FK_JPARS_AUCTION_BID_AUCTION_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_AUCTION_BID DROP FOREIGN KEY FK_JPARS_AUCTION_BID_USER_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_USER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_AUCTION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_ADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_BID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_USER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_AUCTION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_ADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_BID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_USER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_AUCTION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_ADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_BID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_USER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_AUCTION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_ADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_BID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_USER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_AUCTION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_ADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_AUCTION_BID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: CREATE TABLE JPARS_AUCTION_USER (ID INTEGER NOT NULL, NAME VARCHAR(255), ADDRESS_TYPE VARCHAR(255), ADDRESS_ID INTEGER, PRIMARY KEY (ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_AUCTION_AUCTION (ID INTEGER NOT NULL, DESCRIPTION VARCHAR(255), ENDPRICE DOUBLE, IMAGE VARCHAR(255), NAME VARCHAR(255), SOLD TINYINT(1) default 0, STARTPRICE DOUBLE, PRIMARY KEY (ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_AUCTION_ADDRESS (ID INTEGER NOT NULL, TYPE VARCHAR(255) NOT NULL, CITY VARCHAR(255), POSTALCODE VARCHAR(255), STREET VARCHAR(255), PRIMARY KEY (ID, TYPE)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_AUCTION_BID (ID INTEGER NOT NULL, AMOUNT DOUBLE, TIME BIGINT, AUCTION_ID INTEGER, USER_ID INTEGER, PRIMARY KEY (ID)) [junit] [EL Fine]: sql: ALTER TABLE JPARS_AUCTION_USER ADD CONSTRAINT FK_JPARS_AUCTION_USER_ADDRESS_ID FOREIGN KEY (ADDRESS_ID, ADDRESS_TYPE) REFERENCES JPARS_AUCTION_ADDRESS (ID, TYPE) [junit] [EL Fine]: sql: ALTER TABLE JPARS_AUCTION_BID ADD CONSTRAINT FK_JPARS_AUCTION_BID_AUCTION_ID FOREIGN KEY (AUCTION_ID) REFERENCES JPARS_AUCTION_AUCTION (ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_AUCTION_BID ADD CONSTRAINT FK_JPARS_AUCTION_BID_USER_ID FOREIGN KEY (USER_ID) REFERENCES JPARS_AUCTION_USER (ID) [junit] [EL Fine]: sql: DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Fine]: sql: SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Fine]: sql: INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_GEN', 0) [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.dynamic.phonebook.Person] is being defaulted to: Person. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: FIRSTNAME. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: LASTNAME. [junit] [EL Config]: metadata: The column name for element [get] is being defaulted to: PHONENUMBER. [junit] [EL Info]: EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: /jpars_phonebook_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Fine]: sql: DROP TABLE JPARS_PHONEBOOK_PERSON [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PHONEBOOK_PERSON [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PHONEBOOK_PERSON [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PHONEBOOK_PERSON [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PHONEBOOK_PERSON [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: CREATE TABLE JPARS_PHONEBOOK_PERSON (ID INTEGER NOT NULL, FIRSTNAME VARCHAR(255), LASTNAME VARCHAR(255), PHONENUMBER VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Fine]: sql: DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Fine]: sql: SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Fine]: sql: INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_GEN', 0) [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.auction.StaticAuction] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the one to many mapping element [field bids] is being defaulted to: class org.eclipse.persistence.jpars.test.model.auction.StaticBid. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.auction.StaticBid] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the one to one mapping element [field user] is being defaulted to: class org.eclipse.persistence.jpars.test.model.auction.StaticUser. [junit] [EL Config]: metadata: The target entity (reference) class for the one to one mapping element [field auction] is being defaulted to: class org.eclipse.persistence.jpars.test.model.auction.StaticAuction. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.multitenant.Account] is set to [FIELD]. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.auction.StaticUser] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the one to one mapping element [field address] is being defaulted to: class org.eclipse.persistence.jpars.test.model.auction.StaticAddress. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.auction.StaticAddress] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the one to one mapping element [field user] is being defaulted to: class org.eclipse.persistence.jpars.test.model.auction.StaticUser. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.auction.StaticAuction] is being defaulted to: StaticAuction. [junit] [EL Config]: metadata: The column name for element [startPrice] is being defaulted to: STARTPRICE. [junit] [EL Config]: metadata: The column name for element [image] is being defaulted to: IMAGE. [junit] [EL Config]: metadata: The column name for element [sold] is being defaulted to: SOLD. [junit] [EL Config]: metadata: The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: metadata: The column name for element [description] is being defaulted to: DESCRIPTION. [junit] [EL Config]: metadata: The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: metadata: The column name for element [endPrice] is being defaulted to: ENDPRICE. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.auction.StaticBid] is being defaulted to: StaticBid. [junit] [EL Config]: metadata: The column name for element [amount] is being defaulted to: AMOUNT. [junit] [EL Config]: metadata: The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: metadata: The column name for element [time] is being defaulted to: TIME. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.multitenant.Account] is being defaulted to: Account. [junit] [EL Config]: metadata: The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: metadata: The column name for element [accoutNumber] is being defaulted to: ACCOUTNUMBER. [junit] [EL Config]: metadata: The column name for element [version] is being defaulted to: VERSION. [junit] [EL Warning]: metadata: You have specified multiple ids for the entity class [org.eclipse.persistence.jpars.test.model.multitenant.Account] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.auction.StaticUser] is being defaulted to: StaticUser. [junit] [EL Config]: metadata: The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: metadata: The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: metadata: The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.auction.StaticAddress] is being defaulted to: StaticAddress. [junit] [EL Config]: metadata: The column name for element [city] is being defaulted to: CITY. [junit] [EL Config]: metadata: The column name for element [street] is being defaulted to: STREET. [junit] [EL Config]: metadata: The column name for element [postalCode] is being defaulted to: POSTALCODE. [junit] [EL Config]: metadata: The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: metadata: The column name for element [type] is being defaulted to: TYPE. [junit] [EL Config]: metadata: The primary key column name for the mapping element [field user] is being defaulted to: ID. [junit] [EL Config]: metadata: The foreign key column name for the mapping element [user] is being defaulted to: USER_ID. [junit] [EL Config]: metadata: The primary key column name for the mapping element [field auction] is being defaulted to: ID. [junit] [EL Config]: metadata: The foreign key column name for the mapping element [auction] is being defaulted to: AUCTION_ID. [junit] [EL Info]: EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: /jpars_auction-static-local_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Fine]: sql: ALTER TABLE JPARS_ST_AUC_USER DROP FOREIGN KEY FK_JPARS_ST_AUC_USER_ADDRESS_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_ST_AUC_BID DROP FOREIGN KEY FK_JPARS_ST_AUC_BID_AUCTION_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_ST_AUC_BID DROP FOREIGN KEY FK_JPARS_ST_AUC_BID_USER_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_USER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_AUCTION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_BID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_ADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ACCOUNT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_USER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_AUCTION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_BID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_ADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ACCOUNT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_USER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_AUCTION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_BID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_ADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ACCOUNT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_USER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_AUCTION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_BID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_ADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ACCOUNT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_USER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_AUCTION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_BID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_ADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_ACCOUNT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: CREATE TABLE JPARS_ST_AUC_USER (ID INTEGER NOT NULL, NAME VARCHAR(255), VERSION INTEGER, ADDRESS_TYPE VARCHAR(255), ADDRESS_ID INTEGER, PRIMARY KEY (ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_ST_AUC_AUCTION (ID INTEGER NOT NULL, DESCRIPTION VARCHAR(255), ENDPRICE DOUBLE, IMAGE VARCHAR(255), NAME VARCHAR(255), SOLD TINYINT(1) default 0, STARTPRICE DOUBLE, PRIMARY KEY (ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_ST_AUC_BID (ID INTEGER NOT NULL, AMOUNT DOUBLE, TIME BIGINT, AUCTION_ID INTEGER, USER_ID INTEGER, PRIMARY KEY (ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_ST_AUC_ADDRESS (ID INTEGER NOT NULL, TYPE VARCHAR(255) NOT NULL, CITY VARCHAR(255), POSTALCODE VARCHAR(255), STREET VARCHAR(255), PRIMARY KEY (ID, TYPE)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_ACCOUNT (TENANT_ID VARCHAR(31) NOT NULL, ID INTEGER NOT NULL, ACCOUTNUMBER VARCHAR(255), VERSION INTEGER, PRIMARY KEY (TENANT_ID, ID)) [junit] [EL Fine]: sql: ALTER TABLE JPARS_ST_AUC_USER ADD CONSTRAINT FK_JPARS_ST_AUC_USER_ADDRESS_ID FOREIGN KEY (ADDRESS_ID, ADDRESS_TYPE) REFERENCES JPARS_ST_AUC_ADDRESS (ID, TYPE) [junit] [EL Fine]: sql: ALTER TABLE JPARS_ST_AUC_BID ADD CONSTRAINT FK_JPARS_ST_AUC_BID_AUCTION_ID FOREIGN KEY (AUCTION_ID) REFERENCES JPARS_ST_AUC_AUCTION (ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_ST_AUC_BID ADD CONSTRAINT FK_JPARS_ST_AUC_BID_USER_ID FOREIGN KEY (USER_ID) REFERENCES JPARS_ST_AUC_USER (ID) [junit] [EL Fine]: sql: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Warning]: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [junit] Query: DataModifyQuery(sql="CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [junit] [EL Fine]: sql: DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Fine]: sql: SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Fine]: sql: INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_GEN', 0) [junit] [EL Fine]: sql: UPDATE SEQUENCE SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ? [junit] bind => [50, SEQ_GEN] [junit] [EL Fine]: sql: SELECT SEQ_COUNT FROM SEQUENCE WHERE SEQ_NAME = ? [junit] bind => [SEQ_GEN] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_ADDRESS (ID, TYPE, CITY, POSTALCODE, STREET) VALUES (?, ?, ?, ?, ?) [junit] bind => [1, home, Ottawa, K1A1A1, Rembrandt Rd.] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_AUCTION (ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [3, Auction 1, 0.0, auction1.jpg, A1, false, 100.0] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_AUCTION (ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [4, Auction 1, 0.0, auction1.jpg, A1, false, 100.0] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_AUCTION (ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [2, Auction 1, 0.0, auction1.jpg, A1, false, 100.0] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_USER (ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [11, user1, 1, home, 1] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_USER (ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [22, user2, 1, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_USER (ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [33, user3, 1, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [7, 1100.0, 1662783577304, 3, 22] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [5, 110.0, 1662783577300, 2, 11] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [6, 111.0, 1662783577304, 2, 22] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--findInternal--ENTRY 29985076-28e9-4479-bcf7-ff8657b6639f [junit] [EL Warning]: metadata: 2022-09-10 04:19:37.38--ServerSession(238467882)--You have specified multiple ids for the entity class [org.eclipse.persistence.jpars.test.model.multitenant.Account] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Info]: 2022-09-10 04:19:37.39--ServerSession(238467882)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-10 04:19:37.407--ServerSession(238467882)--/jpars_auction-static-local login successful [junit] [EL Finest]: jpars: 2022-09-10 04:19:37.487--ServerSession(238467882)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 29985076-28e9-4479-bcf7-ff8657b6639f [junit] [EL Finest]: jpars: 2022-09-10 04:19:37.519--ServerSession(238467882)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 29985076-28e9-4479-bcf7-ff8657b6639f org.eclipse.persistence.jpars.test.model.auction.StaticAddress {"city":"Ottawa","id":1,"postalCode":"K1A1A1","street":"Rembrandt Rd.","type":"home","_relationships":[{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticAddress/1+home/user","rel":"user"}}],"user":{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticUser/11","method":"GET","rel":"self"}}} [junit] [EL Fine]: sql: UPDATE SEQUENCE SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ? [junit] bind => [2 parameters bound] [junit] [EL Fine]: sql: SELECT SEQ_COUNT FROM SEQUENCE WHERE SEQ_NAME = ? [junit] bind => [1 parameter bound] [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_USER (ID, NAME, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?) [junit] bind => [4 parameters bound] [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_AUCTION (ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [7 parameters bound] [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [5 parameters bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 29985076-28e9-4479-bcf7-ff8657b6639f [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 29985076-28e9-4479-bcf7-ff8657b6639f org.eclipse.persistence.jpars.test.model.dynamic.auction.Bid {"id":52,"amount":200.0,"_relationships":[{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/Bid/52/auction","rel":"auction"}},{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/Bid/52/user","rel":"user"}}],"auction":{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/Auction/53","method":"GET","rel":"self"}},"user":{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/User/51","method":"GET","rel":"self"}}} [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 29985076-28e9-4479-bcf7-ff8657b6639f [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 29985076-28e9-4479-bcf7-ff8657b6639f org.eclipse.persistence.jpars.test.model.dynamic.auction.Bid {Bid 52} [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_USER (ID, NAME, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?) [junit] bind => [4 parameters bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource--namedQueryUpdateInternal--ENTRY fce0a738-a4b1-49b7-b969-ccaa685853d3 [junit] [EL Fine]: sql: UPDATE JPARS_AUCTION_USER SET NAME = ? WHERE (ID = ?) [junit] bind => [2 parameters bound] [junit] [EL Fine]: sql: SELECT ID, NAME, ADDRESS_TYPE, ADDRESS_ID FROM JPARS_AUCTION_USER WHERE (ID = ?) [junit] bind => [1 parameter bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceUnitResource--getTypesInternal--ENTRY a26b7e60-814c-4b42-9cb4-6b115a18791c [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_AUCTION (ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [7 parameters bound] [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_AUCTION (ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [7 parameters bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource--namedQueryInternal--ENTRY 0c11e8bd-9cee-4c45-b3d2-df178ed1d240 [junit] [EL Fine]: sql: SELECT ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE FROM JPARS_AUCTION_AUCTION [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 0c11e8bd-9cee-4c45-b3d2-df178ed1d240 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 0c11e8bd-9cee-4c45-b3d2-df178ed1d240 [{"id":53,"name":"Computer","sold":false,"_relationships":[]},{"id":55,"name":"Computer","sold":false,"_relationships":[]},{"id":56,"name":"Word Processor","sold":false,"_relationships":[]}] [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_BID [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_AUCTION [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_USER [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONEBOOK_PERSON [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_USER (ID, NAME, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?) [junit] bind => [4 parameters bound] [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_USER (ID, NAME, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?) [junit] bind => [4 parameters bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 0c11e8bd-9cee-4c45-b3d2-df178ed1d240 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 0c11e8bd-9cee-4c45-b3d2-df178ed1d240 [{"id":57,"name":"James","_relationships":[{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/User/57/address","rel":"address"}}]},{"id":58,"name":"Gillian","_relationships":[{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/User/58/address","rel":"address"}}]}] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--updateInternal--ENTRY 834cc322-e125-463e-baa1-29826f5901e3 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 834cc322-e125-463e-baa1-29826f5901e3 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 834cc322-e125-463e-baa1-29826f5901e3 java.util.ArrayList [{User 57}, {User 58}] [junit] [EL Fine]: sql: UPDATE JPARS_AUCTION_USER SET NAME = ? WHERE (ID = ?) [junit] bind => [2 parameters bound] [junit] [EL Fine]: sql: UPDATE JPARS_AUCTION_USER SET NAME = ? WHERE (ID = ?) [junit] bind => [2 parameters bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 834cc322-e125-463e-baa1-29826f5901e3 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 834cc322-e125-463e-baa1-29826f5901e3 [{"id":57,"name":"James","_relationships":[{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/User/57/address","rel":"address"}}]},{"id":58,"name":"Gillian","_relationships":[{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/User/58/address","rel":"address"}}]}] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 834cc322-e125-463e-baa1-29826f5901e3 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 834cc322-e125-463e-baa1-29826f5901e3 java.util.ArrayList [{User 57}, {User 58}] [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_BID [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_AUCTION [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_USER [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONEBOOK_PERSON [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_AUCTION (ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [7 parameters bound] [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_AUCTION (ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [7 parameters bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractSingleResultQueryResource--namedQuerySingleResultInternal--ENTRY c20baf4e-9ecf-4b49-8bd9-cd1683e390d4 [junit] [EL Fine]: sql: SELECT ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE FROM JPARS_AUCTION_AUCTION WHERE (NAME = ?) [junit] bind => [1 parameter bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY c20baf4e-9ecf-4b49-8bd9-cd1683e390d4 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN c20baf4e-9ecf-4b49-8bd9-cd1683e390d4 org.eclipse.persistence.jpars.test.model.dynamic.auction.Auction {"id":59,"name":"Computer","sold":false,"_relationships":[]} [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_BID [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_AUCTION [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_USER [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONEBOOK_PERSON [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsInternal--ENTRY 402d5627-fdf8-4671-b8ec-c8612d368dea [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsV1--ENTRY 402d5627-fdf8-4671-b8ec-c8612d368dea [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceUnitResource--getTypesInternal--ENTRY 4622e2b0-7d22-4a10-abd5-51ecfb7581e7 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceUnitResource--getDescriptorMetadataInternal--ENTRY d2a251c1-1d74-411f-b7af-8cd464e8b2bb [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceUnitResource--getQueriesMetadataInternal--ENTRY 22e47e03-2719-4944-b880-f80c2be00966 [junit] [EL Finest]: jpars: 2022-09-10 04:19:37.799--ServerSession(238467882)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 22e47e03-2719-4944-b880-f80c2be00966 [junit] [EL Finest]: jpars: 2022-09-10 04:19:37.8--ServerSession(238467882)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 22e47e03-2719-4944-b880-f80c2be00966 org.eclipse.persistence.jpars.test.model.multitenant.Account {"accoutNumber":"AAA111","id":0,"version":0,"_relationships":[]} [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--updateInternal--ENTRY 9d66dd9c-62bb-4232-ac2d-ec5ff1a16815 [junit] [EL Finest]: jpars: 2022-09-10 04:19:37.801--ServerSession(238467882)--org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 9d66dd9c-62bb-4232-ac2d-ec5ff1a16815 [junit] [EL Finest]: jpars: 2022-09-10 04:19:37.802--ServerSession(238467882)--org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 9d66dd9c-62bb-4232-ac2d-ec5ff1a16815 org.eclipse.persistence.jpars.test.model.multitenant.Account org.eclipse.persistence.jpars.test.model.multitenant.Account@1cbb3d3b [junit] [EL Finest]: jpars: 2022-09-10 04:19:37.809--ServerSession(238467882)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 9d66dd9c-62bb-4232-ac2d-ec5ff1a16815 [junit] [EL Finest]: jpars: 2022-09-10 04:19:37.81--ServerSession(238467882)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 9d66dd9c-62bb-4232-ac2d-ec5ff1a16815 org.eclipse.persistence.jpars.test.model.multitenant.Account {"accoutNumber":"AAA111","id":101,"version":1,"_relationships":[]} [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--findInternal--ENTRY 7345433f-df7e-4037-a25a-6199b4293525 [junit] [EL Finest]: jpars: 2022-09-10 04:19:37.812--ServerSession(238467882)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 7345433f-df7e-4037-a25a-6199b4293525 [junit] [EL Finest]: jpars: 2022-09-10 04:19:37.814--ServerSession(238467882)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 7345433f-df7e-4037-a25a-6199b4293525 org.eclipse.persistence.jpars.test.model.multitenant.Account {"accoutNumber":"AAA111","id":101,"version":1,"_relationships":[]} [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--findInternal--ENTRY 04123448-3223-4722-866f-79c6eca2ccd2 [junit] [EL Severe]: jpars: 2022-09-10 04:19:37.816--ServerSession(238467882)--requestId: 04123448-3223-4722-866f-79c6eca2ccd2. Entity of type [Account] and id [101] could not be found in persistence unit: [jpars_auction-static-local]. [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsInternal--ENTRY 778fc6d0-6ed8-4098-a177-4a40d6b7c6f0 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsV1--ENTRY 778fc6d0-6ed8-4098-a177-4a40d6b7c6f0 [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_ADDRESS (ID, TYPE, CITY, POSTALCODE, STREET) VALUES (?, ?, ?, ?, ?) [junit] bind => [5 parameters bound] [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_USER (ID, NAME, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?) [junit] bind => [4 parameters bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--findInternal--ENTRY b1714ff7-8428-46da-aff9-b1951c291983 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY b1714ff7-8428-46da-aff9-b1951c291983 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN b1714ff7-8428-46da-aff9-b1951c291983 org.eclipse.persistence.jpars.test.model.dynamic.auction.Address {"id":62,"type":"Home","city":"Ottawa","postalCode":"a1a1a1","street":"Main Street","_relationships":[{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/Address/62+Home/user","rel":"user"}}]} [junit] [EL Fine]: sql: UPDATE SEQUENCE SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ? [junit] bind => [2 parameters bound] [junit] [EL Fine]: sql: SELECT SEQ_COUNT FROM SEQUENCE WHERE SEQ_NAME = ? [junit] bind => [1 parameter bound] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONEBOOK_PERSON (ID, FIRSTNAME, LASTNAME, PHONENUMBER) VALUES (?, ?, ?, ?) [junit] bind => [4 parameters bound] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONEBOOK_PERSON (ID, FIRSTNAME, LASTNAME, PHONENUMBER) VALUES (?, ?, ?, ?) [junit] bind => [4 parameters bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY b1714ff7-8428-46da-aff9-b1951c291983 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN b1714ff7-8428-46da-aff9-b1951c291983 [{"id":151,"firstName":"James","lastName":"Jones","phoneNumber":"1234567","_relationships":[]},{"id":152,"firstName":"Gillian","lastName":"Jones","_relationships":[]}] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--updateInternal--ENTRY 2c6dc78f-6725-43b5-85c0-4ec4a83b1c3d [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 2c6dc78f-6725-43b5-85c0-4ec4a83b1c3d [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 2c6dc78f-6725-43b5-85c0-4ec4a83b1c3d java.util.ArrayList [{Person 151}, {Person 152}] [junit] [EL Fine]: sql: UPDATE JPARS_PHONEBOOK_PERSON SET FIRSTNAME = ? WHERE (ID = ?) [junit] bind => [2 parameters bound] [junit] [EL Fine]: sql: UPDATE JPARS_PHONEBOOK_PERSON SET FIRSTNAME = ? WHERE (ID = ?) [junit] bind => [2 parameters bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 2c6dc78f-6725-43b5-85c0-4ec4a83b1c3d [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 2c6dc78f-6725-43b5-85c0-4ec4a83b1c3d [{"id":151,"firstName":"James","lastName":"Jones","phoneNumber":"1234567","_relationships":[]},{"id":152,"firstName":"Gillian","lastName":"Jones","_relationships":[]}] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 2c6dc78f-6725-43b5-85c0-4ec4a83b1c3d [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 2c6dc78f-6725-43b5-85c0-4ec4a83b1c3d java.util.ArrayList [{Person 151}, {Person 152}] [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_BID [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_AUCTION [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_USER [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONEBOOK_PERSON [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_AUCTION (ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [7 parameters bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--deleteInternal--ENTRY 4f8c4856-b446-4c6a-b2f2-7007f0bebcb6 [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_AUCTION WHERE (ID = ?) [junit] bind => [1 parameter bound] [junit] [EL Fine]: sql: SELECT ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE FROM JPARS_AUCTION_AUCTION WHERE (ID = ?) [junit] bind => [1 parameter bound] [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_USER (ID, NAME, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?) [junit] bind => [4 parameters bound] [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_AUCTION (ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [7 parameters bound] [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [5 parameters bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 4f8c4856-b446-4c6a-b2f2-7007f0bebcb6 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 4f8c4856-b446-4c6a-b2f2-7007f0bebcb6 org.eclipse.persistence.jpars.test.model.dynamic.auction.Bid {"id":65,"amount":201.0,"_relationships":[{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/Bid/65/auction","rel":"auction"}},{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/Bid/65/user","rel":"user"}}],"auction":{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/Auction/66","method":"GET","rel":"self"}},"user":{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/User/64","method":"GET","rel":"self"}}} [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--updateInternal--ENTRY 82390727-a421-4283-b3ff-308cd83305e0 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 82390727-a421-4283-b3ff-308cd83305e0 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 82390727-a421-4283-b3ff-308cd83305e0 org.eclipse.persistence.jpars.test.model.dynamic.auction.Bid {Bid 65} [junit] [EL Fine]: sql: UPDATE JPARS_AUCTION_BID SET AMOUNT = ? WHERE (ID = ?) [junit] bind => [2 parameters bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 82390727-a421-4283-b3ff-308cd83305e0 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 82390727-a421-4283-b3ff-308cd83305e0 org.eclipse.persistence.jpars.test.model.dynamic.auction.Bid {"id":65,"amount":201.0,"_relationships":[{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/Bid/65/auction","rel":"auction"}},{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/Bid/65/user","rel":"user"}}],"auction":{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/Auction/66","method":"GET","rel":"self"}},"user":{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction/entity/User/64","method":"GET","rel":"self"}}} [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--findInternal--ENTRY 828835df-6b86-49aa-951a-0fee3782f026 [junit] [EL Finest]: jpars: 2022-09-10 04:19:37.98--ServerSession(238467882)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 828835df-6b86-49aa-951a-0fee3782f026 [junit] [EL Finest]: jpars: 2022-09-10 04:19:37.982--ServerSession(238467882)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 828835df-6b86-49aa-951a-0fee3782f026 org.eclipse.persistence.jpars.test.model.auction.StaticBid {"amount":110.0,"id":5,"time":1662783577300,"_relationships":[{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticBid/5/auction","rel":"auction"}},{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticBid/5/user","rel":"user"}}],"user":{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticUser/11","method":"GET","rel":"self"}}} [junit] [EL Finest]: jpars: 2022-09-10 04:19:37.985--ServerSession(238467882)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 828835df-6b86-49aa-951a-0fee3782f026 [junit] [EL Finest]: jpars: 2022-09-10 04:19:37.987--ServerSession(238467882)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 828835df-6b86-49aa-951a-0fee3782f026 org.eclipse.persistence.jpars.test.model.auction.StaticUser {"id":22,"name":"user2","version":1,"_relationships":[{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticUser/22/address","rel":"address"}}]} [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--setOrAddAttributeInternal--ENTRY 317bd3c9-e422-4d8e-b1d1-cb2d78304075 [junit] [EL Finest]: jpars: 2022-09-10 04:19:37.987--ServerSession(238467882)--org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 317bd3c9-e422-4d8e-b1d1-cb2d78304075 [junit] [EL Finest]: jpars: 2022-09-10 04:19:37.989--ServerSession(238467882)--org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 317bd3c9-e422-4d8e-b1d1-cb2d78304075 org.eclipse.persistence.jpars.test.model.auction.StaticUser org.eclipse.persistence.jpars.test.model.auction.StaticUser@56f71edb [junit] [EL Finest]: jpars: 2022-09-10 04:19:37.993--ServerSession(238467882)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 317bd3c9-e422-4d8e-b1d1-cb2d78304075 [junit] [EL Finest]: jpars: 2022-09-10 04:19:37.994--ServerSession(238467882)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 317bd3c9-e422-4d8e-b1d1-cb2d78304075 org.eclipse.persistence.jpars.test.model.auction.StaticBid {"amount":110.0,"id":5,"time":1662783577300,"_relationships":[{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticBid/5/auction","rel":"auction"}},{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticBid/5/user","rel":"user"}}],"user":{"_link":{"href":"http://localhost:7001/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticUser/22","method":"GET","rel":"self"}}} [junit] [EL Fine]: sql: INSERT INTO JPARS_AUCTION_AUCTION (ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [7 parameters bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 317bd3c9-e422-4d8e-b1d1-cb2d78304075 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 317bd3c9-e422-4d8e-b1d1-cb2d78304075 org.eclipse.persistence.jpars.test.model.dynamic.auction.Auction {"id":67,"description":"Speedy","name":"Laptop","sold":false,"_relationships":[]} [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--updateInternal--ENTRY f7924717-498e-4cfa-8a4e-883a46884ed8 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY f7924717-498e-4cfa-8a4e-883a46884ed8 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN f7924717-498e-4cfa-8a4e-883a46884ed8 org.eclipse.persistence.jpars.test.model.dynamic.auction.Auction {Auction 67} [junit] [EL Fine]: sql: UPDATE JPARS_AUCTION_AUCTION SET DESCRIPTION = ?, NAME = ? WHERE (ID = ?) [junit] bind => [3 parameters bound] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY f7924717-498e-4cfa-8a4e-883a46884ed8 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN f7924717-498e-4cfa-8a4e-883a46884ed8 org.eclipse.persistence.jpars.test.model.dynamic.auction.Auction {"id":67,"description":"Speedy","name":"Laptop","sold":false,"_relationships":[]} [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource--namedQueryInternal--ENTRY 8f0ff48e-7a7b-4057-a18d-5977c0f07d08 [junit] [EL Finest]: jpars: 2022-09-10 04:19:38.015--ServerSession(238467882)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 8f0ff48e-7a7b-4057-a18d-5977c0f07d08 [junit] [EL Finest]: jpars: 2022-09-10 04:19:38.018--ServerSession(238467882)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 8f0ff48e-7a7b-4057-a18d-5977c0f07d08 [{"COUNT":3}] [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_BID [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_AUCTION [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_USER [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONEBOOK_PERSON [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_BID [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_AUCTION [junit] [EL Fine]: sql: DELETE FROM JPARS_AUCTION_USER [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONEBOOK_PERSON [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_AUCTION [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_USER [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_USER (ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [1, Jim, 1, null, null] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_USER WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [1, 1] [junit] [EL Fine]: sql: SELECT ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID FROM JPARS_ST_AUC_USER WHERE (ID = ?) [junit] bind => [1] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_USER (ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [2, Jill, 1, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_USER (ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [3, Arthur, 1, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_USER (ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [4, Judy, 1, null, null] [junit] [EL Fine]: sql: SELECT ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID FROM JPARS_ST_AUC_USER [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_USER (ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [5, Tom, 1, null, null] [junit] [EL Fine]: sql: UPDATE JPARS_ST_AUC_USER SET NAME = ?, VERSION = ? WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [Thomas, 2, 5, 1] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_USER WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [5, 2] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_AUCTION [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_USER [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.auction.StaticAuction] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the one to many mapping element [field bids] is being defaulted to: class org.eclipse.persistence.jpars.test.model.auction.StaticBid. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.auction.StaticBid] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the one to one mapping element [field user] is being defaulted to: class org.eclipse.persistence.jpars.test.model.auction.StaticUser. [junit] [EL Config]: metadata: The target entity (reference) class for the one to one mapping element [field auction] is being defaulted to: class org.eclipse.persistence.jpars.test.model.auction.StaticAuction. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.multitenant.Account] is set to [FIELD]. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.auction.StaticUser] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the one to one mapping element [field address] is being defaulted to: class org.eclipse.persistence.jpars.test.model.auction.StaticAddress. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.auction.StaticAddress] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the one to one mapping element [field user] is being defaulted to: class org.eclipse.persistence.jpars.test.model.auction.StaticUser. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.auction.StaticAuction] is being defaulted to: StaticAuction. [junit] [EL Config]: metadata: The column name for element [startPrice] is being defaulted to: STARTPRICE. [junit] [EL Config]: metadata: The column name for element [image] is being defaulted to: IMAGE. [junit] [EL Config]: metadata: The column name for element [sold] is being defaulted to: SOLD. [junit] [EL Config]: metadata: The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: metadata: The column name for element [description] is being defaulted to: DESCRIPTION. [junit] [EL Config]: metadata: The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: metadata: The column name for element [endPrice] is being defaulted to: ENDPRICE. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.auction.StaticBid] is being defaulted to: StaticBid. [junit] [EL Config]: metadata: The column name for element [amount] is being defaulted to: AMOUNT. [junit] [EL Config]: metadata: The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: metadata: The column name for element [time] is being defaulted to: TIME. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.multitenant.Account] is being defaulted to: Account. [junit] [EL Config]: metadata: The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: metadata: The column name for element [accoutNumber] is being defaulted to: ACCOUTNUMBER. [junit] [EL Config]: metadata: The column name for element [version] is being defaulted to: VERSION. [junit] [EL Warning]: metadata: You have specified multiple ids for the entity class [org.eclipse.persistence.jpars.test.model.multitenant.Account] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.auction.StaticUser] is being defaulted to: StaticUser. [junit] [EL Config]: metadata: The column name for element [name] is being defaulted to: NAME. [junit] [EL Config]: metadata: The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: metadata: The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.auction.StaticAddress] is being defaulted to: StaticAddress. [junit] [EL Config]: metadata: The column name for element [city] is being defaulted to: CITY. [junit] [EL Config]: metadata: The column name for element [street] is being defaulted to: STREET. [junit] [EL Config]: metadata: The column name for element [postalCode] is being defaulted to: POSTALCODE. [junit] [EL Config]: metadata: The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: metadata: The column name for element [type] is being defaulted to: TYPE. [junit] [EL Config]: metadata: The primary key column name for the mapping element [field user] is being defaulted to: ID. [junit] [EL Config]: metadata: The foreign key column name for the mapping element [user] is being defaulted to: USER_ID. [junit] [EL Config]: metadata: The primary key column name for the mapping element [field auction] is being defaulted to: ID. [junit] [EL Config]: metadata: The foreign key column name for the mapping element [auction] is being defaulted to: AUCTION_ID. [junit] [EL Info]: EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: /jpars_auction-static_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Fine]: sql: ALTER TABLE JPARS_ST_AUC_USER DROP FOREIGN KEY FK_JPARS_ST_AUC_USER_ADDRESS_ID [junit] [EL Fine]: sql: ALTER TABLE JPARS_ST_AUC_BID DROP FOREIGN KEY FK_JPARS_ST_AUC_BID_AUCTION_ID [junit] [EL Fine]: sql: ALTER TABLE JPARS_ST_AUC_BID DROP FOREIGN KEY FK_JPARS_ST_AUC_BID_USER_ID [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_USER [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_AUCTION [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_BID [junit] [EL Fine]: sql: DROP TABLE JPARS_ST_AUC_ADDRESS [junit] [EL Fine]: sql: DROP TABLE JPARS_ACCOUNT [junit] [EL Fine]: sql: CREATE TABLE JPARS_ST_AUC_USER (ID INTEGER NOT NULL, NAME VARCHAR(255), VERSION INTEGER, ADDRESS_TYPE VARCHAR(255), ADDRESS_ID INTEGER, PRIMARY KEY (ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_ST_AUC_AUCTION (ID INTEGER NOT NULL, DESCRIPTION VARCHAR(255), ENDPRICE DOUBLE, IMAGE VARCHAR(255), NAME VARCHAR(255), SOLD TINYINT(1) default 0, STARTPRICE DOUBLE, PRIMARY KEY (ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_ST_AUC_BID (ID INTEGER NOT NULL, AMOUNT DOUBLE, TIME BIGINT, AUCTION_ID INTEGER, USER_ID INTEGER, PRIMARY KEY (ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_ST_AUC_ADDRESS (ID INTEGER NOT NULL, TYPE VARCHAR(255) NOT NULL, CITY VARCHAR(255), POSTALCODE VARCHAR(255), STREET VARCHAR(255), PRIMARY KEY (ID, TYPE)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_ACCOUNT (TENANT_ID VARCHAR(31) NOT NULL, ID INTEGER NOT NULL, ACCOUTNUMBER VARCHAR(255), VERSION INTEGER, PRIMARY KEY (TENANT_ID, ID)) [junit] [EL Fine]: sql: ALTER TABLE JPARS_ST_AUC_USER ADD CONSTRAINT FK_JPARS_ST_AUC_USER_ADDRESS_ID FOREIGN KEY (ADDRESS_ID, ADDRESS_TYPE) REFERENCES JPARS_ST_AUC_ADDRESS (ID, TYPE) [junit] [EL Fine]: sql: ALTER TABLE JPARS_ST_AUC_BID ADD CONSTRAINT FK_JPARS_ST_AUC_BID_AUCTION_ID FOREIGN KEY (AUCTION_ID) REFERENCES JPARS_ST_AUC_AUCTION (ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_ST_AUC_BID ADD CONSTRAINT FK_JPARS_ST_AUC_BID_USER_ID FOREIGN KEY (USER_ID) REFERENCES JPARS_ST_AUC_USER (ID) [junit] [EL Fine]: sql: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Warning]: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.DatabaseException [junit] Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'SEQUENCE' already exists [junit] Error Code: 1050 [junit] Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [junit] Query: DataModifyQuery(sql="CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [junit] [EL Fine]: sql: DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Fine]: sql: SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Fine]: sql: INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_GEN', 0) [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 8f0ff48e-7a7b-4057-a18d-5977c0f07d08 [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [333] [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [444] [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [555] [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?) [junit] bind => [111] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 8f0ff48e-7a7b-4057-a18d-5977c0f07d08 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@460510aa [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 8f0ff48e-7a7b-4057-a18d-5977c0f07d08 [junit] [EL Fine]: sql: SELECT ID, AMOUNT, TIME, AUCTION_ID, USER_ID FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [1234] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_USER (ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [2002, User 2002, 1, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [1001, 5000.0, 1662783578359, null, 2002] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 8f0ff48e-7a7b-4057-a18d-5977c0f07d08 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 8f0ff48e-7a7b-4057-a18d-5977c0f07d08 org.eclipse.persistence.jpars.test.model.auction.StaticBid org.eclipse.persistence.jpars.test.model.auction.StaticBid@61fafb74 [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [1001] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_USER WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [2002, 1] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [5678, 111.0, 1662783578378, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [1234, 110.0, 1662783578378, null, null] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 8f0ff48e-7a7b-4057-a18d-5977c0f07d08 [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?) [junit] bind => [12] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 8f0ff48e-7a7b-4057-a18d-5977c0f07d08 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@36f1046f [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [1234] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [5678] [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.employee.Expertise] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the one to one mapping element [field employee] is being defaulted to: class org.eclipse.persistence.jpars.test.model.employee.Employee. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.employee.Office] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the one to many mapping element [field employees] is being defaulted to: class org.eclipse.persistence.jpars.test.model.employee.Employee. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.employee.Project] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the many to one mapping element [field teamLeader] is being defaulted to: class org.eclipse.persistence.jpars.test.model.employee.Employee. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.employee.LargeProject] is set to [FIELD]. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.employee.EmployeeAddress] is set to [FIELD]. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.employee.PhoneNumber] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the many to one mapping element [field employee] is being defaulted to: class org.eclipse.persistence.jpars.test.model.employee.Employee. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.employee.Employee] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the many to many mapping element [field projects] is being defaulted to: class org.eclipse.persistence.jpars.test.model.employee.Project. [junit] [EL Config]: metadata: The target entity (reference) class for the one to one mapping element [field address] is being defaulted to: class org.eclipse.persistence.jpars.test.model.employee.EmployeeAddress. [junit] [EL Config]: metadata: The target entity (reference) class for the many to one mapping element [field manager] is being defaulted to: class org.eclipse.persistence.jpars.test.model.employee.Employee. [junit] [EL Config]: metadata: The target entity (reference) class for the one to many mapping element [field managedEmployees] is being defaulted to: class org.eclipse.persistence.jpars.test.model.employee.Employee. [junit] [EL Config]: metadata: The target entity (reference) class for the one to many mapping element [field expertiseAreas] is being defaulted to: class org.eclipse.persistence.jpars.test.model.employee.Expertise. [junit] [EL Config]: metadata: The target entity (reference) class for the many to one mapping element [field office] is being defaulted to: class org.eclipse.persistence.jpars.test.model.employee.Office. [junit] [EL Config]: metadata: The target class (reference) class for the element collection mapping element [field certifications] is being defaulted to: class org.eclipse.persistence.jpars.test.model.employee.Certification. [junit] [EL Config]: metadata: The target entity (reference) class for the one to many mapping element [field phoneNumbers] is being defaulted to: class org.eclipse.persistence.jpars.test.model.employee.PhoneNumber. [junit] [EL Config]: metadata: The target class (reference) class for the element collection mapping element [field responsibilities] is being defaulted to: class java.lang.String. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.employee.SmallProject] is set to [FIELD]. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.employee.Certification] is set to [FIELD]. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.employee.EmploymentPeriod] is set to [FIELD]. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.employee.Expertise] is being defaulted to: Expertise. [junit] [EL Config]: metadata: The column name for element [subject] is being defaulted to: SUBJECT. [junit] [EL Config]: metadata: The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.employee.Office] is being defaulted to: Office. [junit] [EL Config]: metadata: The column name for element [location] is being defaulted to: LOCATION. [junit] [EL Config]: metadata: The column name for element [id] is being defaulted to: ID. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.employee.LargeProject] is being defaulted to: LargeProject. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.employee.Project] is being defaulted to: Project. [junit] [EL Config]: metadata: The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: metadata: The primary key column name for the inheritance class [class org.eclipse.persistence.jpars.test.model.employee.LargeProject] is being defaulted to: PROJ_ID. [junit] [EL Config]: metadata: The foreign key column name for the inheritance class [org.eclipse.persistence.jpars.test.model.employee.LargeProject] is being defaulted to: PROJ_ID. [junit] [EL Config]: metadata: The column name for element [milestone] is being defaulted to: MILESTONE. [junit] [EL Config]: metadata: The column name for element [budget] is being defaulted to: BUDGET. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.employee.EmployeeAddress] is being defaulted to: EmployeeAddress. [junit] [EL Config]: metadata: The column name for element [country] is being defaulted to: COUNTRY. [junit] [EL Config]: metadata: The column name for element [province] is being defaulted to: PROVINCE. [junit] [EL Config]: metadata: The column name for element [city] is being defaulted to: CITY. [junit] [EL Config]: metadata: The column name for element [street] is being defaulted to: STREET. [junit] [EL Config]: metadata: The column name for element [areaPicture] is being defaulted to: AREAPICTURE. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.employee.PhoneNumber] is being defaulted to: PhoneNumber. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.employee.Employee] is being defaulted to: Employee. [junit] [EL Config]: metadata: The column name for element [endDate] is being defaulted to: ENDDATE. [junit] [EL Config]: metadata: The column name for element [startDate] is being defaulted to: STARTDATE. [junit] [EL Config]: metadata: Ignoring default serialization on element [field gender] within entity class [class org.eclipse.persistence.jpars.test.model.employee.Employee] since EclipseLink convert metadata is specified. [junit] [EL Config]: metadata: The column name for element [salary] is being defaulted to: SALARY. [junit] [EL Config]: metadata: The column name for element [version] is being defaulted to: VERSION. [junit] [EL Config]: metadata: The secondary table primary key column name for element [class org.eclipse.persistence.jpars.test.model.employee.Employee] is being defaulted to: EMP_ID. [junit] [EL Config]: metadata: The secondary table foreign key column name for element [org.eclipse.persistence.jpars.test.model.employee.Employee] is being defaulted to: EMP_ID. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.employee.SmallProject] is being defaulted to: SmallProject. [junit] [EL Config]: metadata: The primary key column name for the inheritance class [class org.eclipse.persistence.jpars.test.model.employee.SmallProject] is being defaulted to: PROJ_ID. [junit] [EL Config]: metadata: The foreign key column name for the inheritance class [org.eclipse.persistence.jpars.test.model.employee.SmallProject] is being defaulted to: PROJ_ID. [junit] [EL Config]: metadata: The primary key column name for the mapping element [field responsibilities] is being defaulted to: EMP_ID. [junit] [EL Config]: metadata: The foreign key column name for the mapping element [responsibilities] is being defaulted to: Employee_EMP_ID. [junit] [EL Config]: metadata: The value column name for the basic collection/map mapping element mapping element [responsibilities] is being defaulted to: RESPONSIBILITIES. [junit] [EL Config]: metadata: The primary key column name for the mapping element [field employee] is being defaulted to: EMP_ID. [junit] [EL Config]: metadata: The foreign key column name for the mapping element [employee] is being defaulted to: EMPLOYEE_EMP_ID. [junit] [EL Config]: metadata: The primary key column name for the mapping element [field teamLeader] is being defaulted to: EMP_ID. [junit] [EL Config]: metadata: The primary key column name for the mapping element [field employee] is being defaulted to: EMP_ID. [junit] [EL Config]: metadata: The source primary key column name for the many to many mapping [field projects] is being defaulted to: EMP_ID. [junit] [EL Config]: metadata: The target primary key column name for the many to many mapping [field projects] is being defaulted to: PROJ_ID. [junit] [EL Config]: metadata: The primary key column name for the mapping element [field address] is being defaulted to: ADDRESS_ID. [junit] [EL Config]: metadata: The primary key column name for the mapping element [field manager] is being defaulted to: EMP_ID. [junit] [EL Config]: metadata: The primary key column name for the mapping element [field office] is being defaulted to: ID. [junit] [EL Config]: metadata: The primary key column name for the mapping element [field certifications] is being defaulted to: EMP_ID. [junit] [EL Info]: EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: /jpars_employee-static_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Fine]: sql: ALTER TABLE JPARS_EMPLOYEE DROP FOREIGN KEY FK_JPARS_EMPLOYEE_OFFICE_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_EMPLOYEE DROP FOREIGN KEY FK_JPARS_EMPLOYEE_ADDR_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_EMPLOYEE DROP FOREIGN KEY FK_JPARS_EMPLOYEE_MANAGER_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_SALARY DROP FOREIGN KEY FK_JPARS_SALARY_EMP_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_PROJECT DROP FOREIGN KEY FK_JPARS_PROJECT_LEADER_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_LPROJECT DROP FOREIGN KEY FK_JPARS_LPROJECT_PROJ_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_PHONENUMBER DROP FOREIGN KEY FK_JPARS_PHONENUMBER_EMP_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_SPROJECT DROP FOREIGN KEY FK_JPARS_SPROJECT_PROJ_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_EMPLOYEE_EXPERTISE DROP FOREIGN KEY FK_JPARS_EMPLOYEE_EXPERTISE_EMPLOYEE_EMP_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_CERTIFICATION DROP FOREIGN KEY FK_JPARS_CERTIFICATION_EMP_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_RESPONS DROP FOREIGN KEY FK_JPARS_RESPONS_Employee_EMP_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_PROJ_EMP DROP FOREIGN KEY FK_JPARS_PROJ_EMP_PROJ_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: ALTER TABLE JPARS_PROJ_EMP DROP FOREIGN KEY FK_JPARS_PROJ_EMP_EMP_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_SALARY [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEEADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_LPROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PHONENUMBER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_SPROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE_EXPERTISE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE_OFFICE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_CERTIFICATION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_RESPONS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PROJ_EMP [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_SALARY [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEEADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_LPROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PHONENUMBER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_SPROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE_EXPERTISE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE_OFFICE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_CERTIFICATION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_RESPONS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PROJ_EMP [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_SALARY [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEEADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_LPROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PHONENUMBER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_SPROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE_EXPERTISE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE_OFFICE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_CERTIFICATION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_RESPONS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PROJ_EMP [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_SALARY [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEEADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_LPROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PHONENUMBER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_SPROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE_EXPERTISE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE_OFFICE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_CERTIFICATION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_RESPONS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PROJ_EMP [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_SALARY [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEEADDRESS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_LPROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PHONENUMBER [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_SPROJECT [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE_EXPERTISE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE_OFFICE [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_CERTIFICATION [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_RESPONS [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_PROJ_EMP [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: CREATE TABLE JPARS_EMPLOYEE (EMP_ID INTEGER NOT NULL, F_NAME VARCHAR(255), GENDER VARCHAR(255), L_NAME VARCHAR(255), VERSION BIGINT, END_DATE DATE, START_DATE DATE, MANAGER_ID INTEGER, OFFICE_ID INTEGER, ADDR_ID INTEGER, PRIMARY KEY (EMP_ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_SALARY (EMP_ID INTEGER NOT NULL, SALARY DOUBLE, PRIMARY KEY (EMP_ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_EMPLOYEEADDRESS (ADDRESS_ID INTEGER NOT NULL, AREAPICTURE LONGBLOB, CITY VARCHAR(255), COUNTRY LONGTEXT, P_CODE VARCHAR(255), PROVINCE VARCHAR(255), STREET VARCHAR(255), PRIMARY KEY (ADDRESS_ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_PROJECT (PROJ_ID INTEGER NOT NULL, PROJ_TYPE VARCHAR(31), DESCRIP VARCHAR(255), PROJ_NAME VARCHAR(255), VERSION BIGINT, LEADER_ID INTEGER, PRIMARY KEY (PROJ_ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_LPROJECT (PROJ_ID INTEGER NOT NULL, BUDGET DOUBLE, MILESTONE DATETIME, PRIMARY KEY (PROJ_ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_PHONENUMBER (PHONE_TYPE VARCHAR(255) NOT NULL, AREA_CODE VARCHAR(255), EMP_ID INTEGER NOT NULL, P_NUMBER VARCHAR(255), PRIMARY KEY (PHONE_TYPE, EMP_ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_SPROJECT (PROJ_ID INTEGER NOT NULL, PRIMARY KEY (PROJ_ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_EMPLOYEE_EXPERTISE (ID INTEGER NOT NULL, SUBJECT VARCHAR(255), EMPLOYEE_EMP_ID INTEGER, PRIMARY KEY (ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_EMPLOYEE_OFFICE (ID INTEGER NOT NULL, LOCATION VARCHAR(255), PRIMARY KEY (ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_CERTIFICATION (ISSUE_DATE VARCHAR(255), NAME VARCHAR(255), EMP_ID INTEGER) [junit] [EL Fine]: sql: CREATE TABLE JPARS_RESPONS (Employee_EMP_ID INTEGER, RESPONSIBILITIES VARCHAR(255)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_PROJ_EMP (EMP_ID INTEGER NOT NULL, PROJ_ID INTEGER NOT NULL, PRIMARY KEY (EMP_ID, PROJ_ID)) [junit] [EL Fine]: sql: ALTER TABLE JPARS_EMPLOYEE ADD CONSTRAINT FK_JPARS_EMPLOYEE_OFFICE_ID FOREIGN KEY (OFFICE_ID) REFERENCES JPARS_EMPLOYEE_OFFICE (ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_EMPLOYEE ADD CONSTRAINT FK_JPARS_EMPLOYEE_ADDR_ID FOREIGN KEY (ADDR_ID) REFERENCES JPARS_EMPLOYEEADDRESS (ADDRESS_ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_EMPLOYEE ADD CONSTRAINT FK_JPARS_EMPLOYEE_MANAGER_ID FOREIGN KEY (MANAGER_ID) REFERENCES JPARS_EMPLOYEE (EMP_ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_SALARY ADD CONSTRAINT FK_JPARS_SALARY_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES JPARS_EMPLOYEE (EMP_ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_PROJECT ADD CONSTRAINT FK_JPARS_PROJECT_LEADER_ID FOREIGN KEY (LEADER_ID) REFERENCES JPARS_EMPLOYEE (EMP_ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_LPROJECT ADD CONSTRAINT FK_JPARS_LPROJECT_PROJ_ID FOREIGN KEY (PROJ_ID) REFERENCES JPARS_PROJECT (PROJ_ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_PHONENUMBER ADD CONSTRAINT FK_JPARS_PHONENUMBER_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES JPARS_EMPLOYEE (EMP_ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_SPROJECT ADD CONSTRAINT FK_JPARS_SPROJECT_PROJ_ID FOREIGN KEY (PROJ_ID) REFERENCES JPARS_PROJECT (PROJ_ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_EMPLOYEE_EXPERTISE ADD CONSTRAINT FK_JPARS_EMPLOYEE_EXPERTISE_EMPLOYEE_EMP_ID FOREIGN KEY (EMPLOYEE_EMP_ID) REFERENCES JPARS_EMPLOYEE (EMP_ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_CERTIFICATION ADD CONSTRAINT FK_JPARS_CERTIFICATION_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES JPARS_EMPLOYEE (EMP_ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_RESPONS ADD CONSTRAINT FK_JPARS_RESPONS_Employee_EMP_ID FOREIGN KEY (Employee_EMP_ID) REFERENCES JPARS_EMPLOYEE (EMP_ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_PROJ_EMP ADD CONSTRAINT FK_JPARS_PROJ_EMP_PROJ_ID FOREIGN KEY (PROJ_ID) REFERENCES JPARS_PROJECT (PROJ_ID) [junit] [EL Fine]: sql: ALTER TABLE JPARS_PROJ_EMP ADD CONSTRAINT FK_JPARS_PROJ_EMP_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES JPARS_EMPLOYEE (EMP_ID) [junit] [EL Fine]: sql: DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Fine]: sql: SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [junit] [EL Fine]: sql: INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_GEN', 0) [junit] [EL Fine]: sql: UPDATE SEQUENCE SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ? [junit] bind => [50, SEQ_GEN] [junit] [EL Fine]: sql: SELECT SEQ_COUNT FROM SEQUENCE WHERE SEQ_NAME = ? [junit] bind => [SEQ_GEN] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEEADDRESS (ADDRESS_ID, AREAPICTURE, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [1, null, NYC, US, null, NY, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [121, Bill, M, Anderson, 1, null, null, null, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [768, John, M, Smith, 1, null, 2022-09-10, 121, null, 1] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE_EXPERTISE (ID, SUBJECT, EMPLOYEE_EMP_ID) VALUES (?, ?, ?) [junit] bind => [2, REST, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Work, 613, 9876543, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Home, 613, 1234567, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [0.0, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [35000.0, 768] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 8f0ff48e-7a7b-4057-a18d-5977c0f07d08 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 8f0ff48e-7a7b-4057-a18d-5977c0f07d08 org.eclipse.persistence.jpars.test.model.employee.Employee id=121, firstName=Bill, lastName=Anderson [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Home, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Work, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE_EXPERTISE WHERE (ID = ?) [junit] bind => [2] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [768, 1] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEEADDRESS WHERE (ADDRESS_ID = ?) [junit] bind => [1] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [121, 1] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEEADDRESS (ADDRESS_ID, AREAPICTURE, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [3, null, NYC, US, null, NY, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [121, Bill, M, Anderson, 1, null, null, null, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [768, John, M, Smith, 1, null, 2022-09-10, 121, null, 3] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE_EXPERTISE (ID, SUBJECT, EMPLOYEE_EMP_ID) VALUES (?, ?, ?) [junit] bind => [4, REST, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Home, 613, 1234567, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Work, 613, 9876543, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [0.0, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [35000.0, 768] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 8f0ff48e-7a7b-4057-a18d-5977c0f07d08 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 8f0ff48e-7a7b-4057-a18d-5977c0f07d08 org.eclipse.persistence.jpars.test.model.employee.Employee id=121, firstName=Bill, lastName=Anderson [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Home, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Work, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE_EXPERTISE WHERE (ID = ?) [junit] bind => [4] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [768, 1] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEEADDRESS WHERE (ADDRESS_ID = ?) [junit] bind => [3] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [121, 1] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 8f0ff48e-7a7b-4057-a18d-5977c0f07d08 [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [333] [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [444] [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [555] [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?) [junit] bind => [111] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 8f0ff48e-7a7b-4057-a18d-5977c0f07d08 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@2b59501e [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 8f0ff48e-7a7b-4057-a18d-5977c0f07d08 [junit] [EL Fine]: sql: SELECT ID, AMOUNT, TIME, AUCTION_ID, USER_ID FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [1234] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_USER (ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [2002, User 2002, 1, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [1001, 5000.0, 1662783579055, null, 2002] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 8f0ff48e-7a7b-4057-a18d-5977c0f07d08 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 8f0ff48e-7a7b-4057-a18d-5977c0f07d08 org.eclipse.persistence.jpars.test.model.auction.StaticBid org.eclipse.persistence.jpars.test.model.auction.StaticBid@1abfe081 [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [1001] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_USER WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [2002, 1] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [1234, 110.0, 1662783579069, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [5678, 111.0, 1662783579069, null, null] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 8f0ff48e-7a7b-4057-a18d-5977c0f07d08 [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?) [junit] bind => [12] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 8f0ff48e-7a7b-4057-a18d-5977c0f07d08 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@46a953cf [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [1234] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [5678] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEEADDRESS (ADDRESS_ID, AREAPICTURE, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [5, null, NYC, US, null, NY, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [121, Bill, M, Anderson, 1, null, null, null, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [768, John, M, Smith, 1, null, 2022-09-10, 121, null, 5] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE_EXPERTISE (ID, SUBJECT, EMPLOYEE_EMP_ID) VALUES (?, ?, ?) [junit] bind => [6, REST, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Home, 613, 1234567, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Work, 613, 9876543, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [0.0, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [35000.0, 768] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 8f0ff48e-7a7b-4057-a18d-5977c0f07d08 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 8f0ff48e-7a7b-4057-a18d-5977c0f07d08 org.eclipse.persistence.jpars.test.model.employee.Employee id=121, firstName=Bill, lastName=Anderson [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Home, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Work, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE_EXPERTISE WHERE (ID = ?) [junit] bind => [6] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [768, 1] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEEADDRESS WHERE (ADDRESS_ID = ?) [junit] bind => [5] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [121, 1] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEEADDRESS (ADDRESS_ID, AREAPICTURE, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [7, null, NYC, US, null, NY, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [121, Bill, M, Anderson, 1, null, null, null, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [768, John, M, Smith, 1, null, 2022-09-10, 121, null, 7] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE_EXPERTISE (ID, SUBJECT, EMPLOYEE_EMP_ID) VALUES (?, ?, ?) [junit] bind => [8, REST, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Home, 613, 1234567, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Work, 613, 9876543, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [0.0, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [35000.0, 768] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 8f0ff48e-7a7b-4057-a18d-5977c0f07d08 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 8f0ff48e-7a7b-4057-a18d-5977c0f07d08 org.eclipse.persistence.jpars.test.model.employee.Employee id=121, firstName=Bill, lastName=Anderson [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Home, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Work, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE_EXPERTISE WHERE (ID = ?) [junit] bind => [8] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [768, 1] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEEADDRESS WHERE (ADDRESS_ID = ?) [junit] bind => [7] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [121, 1] [junit] [EL Warning]: Ignoring attribute [teamLeader] on class [LargeProject] as no Property was generated for it. [junit] [EL Warning]: Ignoring attribute [teamLeader] on class [SmallProject] as no Property was generated for it. [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildEntityMetadataResponse--ENTRY bb7dd3c3-1084-4bc6-b9f9-d3933a40dc63 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQueryMetadataResponse--ENTRY 0595799e-15f9-4a90-8358-1c102de9e4ae [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQuerySchemaResponse--ENTRY cfe5f240-ce41-4d32-a43c-c572eecf0fff [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--buildEntityOptionsResponse--ENTRY 5023c51b-591e-4ba2-9efb-642b24ce2cf6 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildMetadataCatalogResponse--ENTRY 6caeaf62-b809-4324-8659-b89cae32f4a5 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource--buildQueryOptionsResponse--ENTRY ececcce3-5e8a-4225-89b5-a2c19398a915 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildEntitySchemaResponse--ENTRY 2d85a910-ac1b-4353-aecf-fcaf20bf677f [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQuerySchemaResponse--ENTRY ea640c4b-4841-4d8f-9ed2-7e599b856775 [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_AUCTION (ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [1, Auction 1 description, 0.0, null, Auction 1, false, 1000.0] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_USER (ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [2002, User 2002, 1, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [1001, 5000.0, 1662783579492, null, 2002] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [1234, 110.0, 1662783579491, 1, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [5678, 111.0, 1662783579492, 1, null] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ea640c4b-4841-4d8f-9ed2-7e599b856775 [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?) [junit] bind => [111] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN ea640c4b-4841-4d8f-9ed2-7e599b856775 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@4a163575 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ea640c4b-4841-4d8f-9ed2-7e599b856775 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN ea640c4b-4841-4d8f-9ed2-7e599b856775 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@7724704f [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ea640c4b-4841-4d8f-9ed2-7e599b856775 [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?) [junit] bind => [12] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN ea640c4b-4841-4d8f-9ed2-7e599b856775 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@27d33393 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ea640c4b-4841-4d8f-9ed2-7e599b856775 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN ea640c4b-4841-4d8f-9ed2-7e599b856775 org.eclipse.persistence.jpars.test.model.auction.StaticBid org.eclipse.persistence.jpars.test.model.auction.StaticBid@5e7c141d [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ea640c4b-4841-4d8f-9ed2-7e599b856775 [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?) [junit] bind => [12] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN ea640c4b-4841-4d8f-9ed2-7e599b856775 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@7640a5b1 [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [1001] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [1234] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [5678] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_USER WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [2002, 1] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?) [junit] bind => [1] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEEADDRESS (ADDRESS_ID, AREAPICTURE, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [9, null, NYC, US, null, NY, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [121, Bill, M, Anderson, 1, null, null, null, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [768, John, M, Smith, 1, null, 2022-09-10, 121, null, 9] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE_EXPERTISE (ID, SUBJECT, EMPLOYEE_EMP_ID) VALUES (?, ?, ?) [junit] bind => [10, REST, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Home, 613, 1234567, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Work, 613, 9876543, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [0.0, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [35000.0, 768] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ea640c4b-4841-4d8f-9ed2-7e599b856775 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN ea640c4b-4841-4d8f-9ed2-7e599b856775 org.eclipse.persistence.jpars.test.model.employee.Employee id=121, firstName=Bill, lastName=Anderson [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Home, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Work, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE_EXPERTISE WHERE (ID = ?) [junit] bind => [10] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [768, 1] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEEADDRESS WHERE (ADDRESS_ID = ?) [junit] bind => [9] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [121, 1] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEEADDRESS (ADDRESS_ID, AREAPICTURE, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [11, null, NYC, US, null, NY, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [121, Bill, M, Anderson, 1, null, null, null, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [768, John, M, Smith, 1, null, 2022-09-10, 121, null, 11] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE_EXPERTISE (ID, SUBJECT, EMPLOYEE_EMP_ID) VALUES (?, ?, ?) [junit] bind => [12, REST, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Work, 613, 9876543, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Home, 613, 1234567, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [0.0, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [35000.0, 768] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ea640c4b-4841-4d8f-9ed2-7e599b856775 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN ea640c4b-4841-4d8f-9ed2-7e599b856775 org.eclipse.persistence.jpars.test.model.employee.Employee id=121, firstName=Bill, lastName=Anderson [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Home, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Work, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE_EXPERTISE WHERE (ID = ?) [junit] bind => [12] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [768, 1] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEEADDRESS WHERE (ADDRESS_ID = ?) [junit] bind => [11] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [121, 1] [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.basket.Basket] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the one to many mapping element [field basketItems] is being defaulted to: class org.eclipse.persistence.jpars.test.model.basket.BasketItem. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.basket.BasketItem] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the many to one mapping element [field basket] is being defaulted to: class org.eclipse.persistence.jpars.test.model.basket.Basket. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.basket.Basket] is being defaulted to: Basket. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.basket.BasketItem] is being defaulted to: BasketItem. [junit] [EL Config]: metadata: The primary key column name for the mapping element [field basket] is being defaulted to: BASKET_ID. [junit] [EL Info]: EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: /jpars_basket-static_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Fine]: sql: ALTER TABLE JPARS_BASKET_ITEM DROP FOREIGN KEY FK_JPARS_BASKET_ITEM_BASKET_ID [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_BASKET [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_BASKET_ITEM [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_BASKET [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_BASKET_ITEM [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_BASKET [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_BASKET_ITEM [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_BASKET [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_BASKET_ITEM [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_BASKET [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: DROP TABLE JPARS_BASKET_ITEM [junit] [EL Fine]: sql: SELECT 1 [junit] [EL Fine]: sql: CREATE TABLE JPARS_BASKET (BASKET_ID INTEGER NOT NULL, BASKET_NAME VARCHAR(255), PRIMARY KEY (BASKET_ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_BASKET_ITEM (ITEM_ID INTEGER NOT NULL, ITEM_NAME VARCHAR(255), ITEM_QTY INTEGER, BASKET_ID INTEGER, PRIMARY KEY (ITEM_ID)) [junit] [EL Fine]: sql: ALTER TABLE JPARS_BASKET_ITEM ADD CONSTRAINT FK_JPARS_BASKET_ITEM_BASKET_ID FOREIGN KEY (BASKET_ID) REFERENCES JPARS_BASKET (BASKET_ID) [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsInternal--ENTRY c7fed870-1c7e-42bb-a69b-163681ce4636 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsV2--ENTRY c7fed870-1c7e-42bb-a69b-163681ce4636 [junit] [EL Warning]: Ignoring attribute [teamLeader] on class [LargeProject] as no Property was generated for it. [junit] [EL Warning]: Ignoring attribute [teamLeader] on class [SmallProject] as no Property was generated for it. [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildEntityMetadataResponse--ENTRY 05171a26-7c18-46c2-901a-0d4413b149b2 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQueryMetadataResponse--ENTRY f8eb490b-4957-4704-92f7-79b7dea5648e [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQuerySchemaResponse--ENTRY b5f838ac-1467-40b1-9023-37fae09703c8 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--buildEntityOptionsResponse--ENTRY 1190f436-da86-44d8-a83e-ce3e7bc1803f [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildMetadataCatalogResponse--ENTRY 09e71cec-4033-4be8-9621-684fcfb24105 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource--buildQueryOptionsResponse--ENTRY 50dc62e4-92ef-41cb-b8b0-b18c2b921992 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildEntitySchemaResponse--ENTRY c84be766-acd8-4586-a997-d98eecc5c5cf [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQuerySchemaResponse--ENTRY 1741b03e-209d-4c2e-9c95-5ac00816c795 [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_AUCTION (ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [1, Auction 1 description, 0.0, null, Auction 1, false, 1000.0] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_USER (ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [2002, User 2002, 1, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [1001, 5000.0, 1662783580015, null, 2002] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [5678, 111.0, 1662783580015, 1, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?) [junit] bind => [1234, 110.0, 1662783580015, 1, null] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 1741b03e-209d-4c2e-9c95-5ac00816c795 [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?) [junit] bind => [111] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 1741b03e-209d-4c2e-9c95-5ac00816c795 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@4f3faa70 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 1741b03e-209d-4c2e-9c95-5ac00816c795 [junit] [EL Info]: connection: /jpars_basket-static_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root logout successful [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 1741b03e-209d-4c2e-9c95-5ac00816c795 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@37baddde [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 1741b03e-209d-4c2e-9c95-5ac00816c795 [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?) [junit] bind => [12] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 1741b03e-209d-4c2e-9c95-5ac00816c795 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@3a790e40 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 1741b03e-209d-4c2e-9c95-5ac00816c795 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 1741b03e-209d-4c2e-9c95-5ac00816c795 org.eclipse.persistence.jpars.test.model.auction.StaticBid org.eclipse.persistence.jpars.test.model.auction.StaticBid@5984feef [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 1741b03e-209d-4c2e-9c95-5ac00816c795 [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?) [junit] bind => [12] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 1741b03e-209d-4c2e-9c95-5ac00816c795 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@1f67761b [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [1001] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [1234] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?) [junit] bind => [5678] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_USER WHERE ((ID = ?) AND (VERSION = ?)) [junit] bind => [2002, 1] [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?) [junit] bind => [1] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEEADDRESS (ADDRESS_ID, AREAPICTURE, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [13, null, NYC, US, null, NY, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [121, Bill, M, Anderson, 1, null, null, null, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [768, John, M, Smith, 1, null, 2022-09-10, 121, null, 13] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE_EXPERTISE (ID, SUBJECT, EMPLOYEE_EMP_ID) VALUES (?, ?, ?) [junit] bind => [14, REST, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Work, 613, 9876543, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Home, 613, 1234567, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [0.0, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [35000.0, 768] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 1741b03e-209d-4c2e-9c95-5ac00816c795 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 1741b03e-209d-4c2e-9c95-5ac00816c795 org.eclipse.persistence.jpars.test.model.employee.Employee id=121, firstName=Bill, lastName=Anderson [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Home, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Work, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE_EXPERTISE WHERE (ID = ?) [junit] bind => [14] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [768, 1] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEEADDRESS WHERE (ADDRESS_ID = ?) [junit] bind => [13] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [121, 1] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEEADDRESS (ADDRESS_ID, AREAPICTURE, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?, ?) [junit] bind => [15, null, NYC, US, null, NY, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [121, Bill, M, Anderson, 1, null, null, null, null, null] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [junit] bind => [768, John, M, Smith, 1, null, 2022-09-10, 121, null, 15] [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE_EXPERTISE (ID, SUBJECT, EMPLOYEE_EMP_ID) VALUES (?, ?, ?) [junit] bind => [16, REST, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Work, 613, 9876543, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?) [junit] bind => [Home, 613, 1234567, 768] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [0.0, 121] [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?) [junit] bind => [35000.0, 768] [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 1741b03e-209d-4c2e-9c95-5ac00816c795 [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 1741b03e-209d-4c2e-9c95-5ac00816c795 org.eclipse.persistence.jpars.test.model.employee.Employee id=121, firstName=Bill, lastName=Anderson [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Home, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?)) [junit] bind => [Work, 768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE_EXPERTISE WHERE (ID = ?) [junit] bind => [16] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [768] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [768, 1] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEEADDRESS WHERE (ADDRESS_ID = ?) [junit] bind => [15] [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?) [junit] bind => [121] [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?)) [junit] bind => [121, 1] [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.basket.Basket] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the one to many mapping element [field basketItems] is being defaulted to: class org.eclipse.persistence.jpars.test.model.basket.BasketItem. [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.basket.BasketItem] is set to [FIELD]. [junit] [EL Config]: metadata: The target entity (reference) class for the many to one mapping element [field basket] is being defaulted to: class org.eclipse.persistence.jpars.test.model.basket.Basket. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.basket.Basket] is being defaulted to: Basket. [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.basket.BasketItem] is being defaulted to: BasketItem. [junit] [EL Config]: metadata: The primary key column name for the mapping element [field basket] is being defaulted to: BASKET_ID. [junit] [EL Info]: EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: /jpars_basket-static_url=jdbc:mysql://localhost/ecltest?useSSL=false_user=root login successful [junit] [EL Fine]: sql: ALTER TABLE JPARS_BASKET_ITEM DROP FOREIGN KEY FK_JPARS_BASKET_ITEM_BASKET_ID [junit] [EL Fine]: sql: DROP TABLE JPARS_BASKET [junit] [EL Fine]: sql: DROP TABLE JPARS_BASKET_ITEM [junit] [EL Fine]: sql: CREATE TABLE JPARS_BASKET (BASKET_ID INTEGER NOT NULL, BASKET_NAME VARCHAR(255), PRIMARY KEY (BASKET_ID)) [junit] [EL Fine]: sql: CREATE TABLE JPARS_BASKET_ITEM (ITEM_ID INTEGER NOT NULL, ITEM_NAME VARCHAR(255), ITEM_QTY INTEGER, BASKET_ID INTEGER, PRIMARY KEY (ITEM_ID)) [junit] [EL Fine]: sql: ALTER TABLE JPARS_BASKET_ITEM ADD CONSTRAINT FK_JPARS_BASKET_ITEM_BASKET_ID FOREIGN KEY (BASKET_ID) REFERENCES JPARS_BASKET (BASKET_ID) [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsInternal--ENTRY 174f3ae7-c755-4432-a36a-8871082dc6fa [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsV2--ENTRY 174f3ae7-c755-4432-a36a-8871082dc6fa [junit] [junitreport] Processing /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test/reports/TESTS-TestSuites.xml to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/jpa/eclipselink.jpars.test/reports/junit-noframes.html [junitreport] Loading stylesheet jar:file:/opt/java/ant/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-noframes.xsl [junitreport] Transform time: 68ms test-moxy: [echo] moxytest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test' [echo] moxytest.2.trunk.dir = '../..' [echo] oep.nosql.lib ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/../../plugins/org.eclipse.persistence.nosql_2.6.10.v20220910-5fc36efa7a.jar' clean-oxm-reports: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/reports/oxm clean-jaxb-reports: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/reports/jaxb clean-reports: [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/reports/jaxb [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/reports/oxm [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/reports/jaxb [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/reports/oxm clean: compile-tests-against-jar: [echo] Compiling OXM tests... [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/classes [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/antbuild.xml:976: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 1297 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 1 warning [echo] [echo] Compiling JAXB tests... [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/antbuild.xml:976: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 2689 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 1 warning [echo] Compiling MOXy unit tests... [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/antbuild.xml:976: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 4 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] 1 warning compile-and-run-tests-against-jar: [echo] Bean Validation jars found: ${validate.jar.exists}. [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/reports/jaxb [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/resource/tmp [junit] Running org.eclipse.persistence.testing.jaxb.JAXBTestSuite [junit] Tests run: 3483, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.718 sec [junit] Running org.eclipse.persistence.testing.jaxb.JAXBTestSuite2 [junit] [EL Warning]: connection: 2022-09-09 21:20:21.236--Exception [EclipseLink-7100] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: Could not find the session with the name [org.eclipse.persistence.testing.jaxb.jaxbcontext.fake] in the session.xml file [/home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/resource/sessions.xml] [junit] [EL Warning]: connection: 2022-09-09 21:20:21.341--Exception [EclipseLink-7100] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: Could not find the session with the name [org.eclipse.persistence.testing.jaxb.jaxbcontext.empty.negative] in the session.xml file [/home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/resource/sessions.xml] [junit] Matt
123-4567234-5678Matt
123-4567234-5678Tests run: 2770, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.443 sec [junit] Running org.eclipse.persistence.testing.jaxb.JAXBTestSuite3 [junit] Tests run: 1625, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.014 sec [junit] Running org.eclipse.persistence.testing.jaxb.JAXBTestSuite4 [junit] class javax.xml.bind.JAXBElement [junit] class com.sun.xml.bind.v2.runtime.JAXBContextImpl [junit] Tests run: 3888, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.953 sec [junit] Running org.eclipse.persistence.testing.jaxb.annotations.AnnotationsTestSuite [junit] class javax.xml.bind.JAXBElement [junit] [junit] [junit] [junit] [junit] Tests run: 2447, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.257 sec [junit] Running org.eclipse.persistence.testing.jaxb.dynamic.DynamicJAXBTestSuite [junit] ERROR: 'Stream closed' [junit] Tests run: 253, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.764 sec [junit] [EL Warning]: 2022-09-09 21:21:36.16--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2022-09-09 21:21:36.17--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2022-09-09 21:21:36.171--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2022-09-09 21:21:36.173--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2022-09-09 21:21:36.175--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2022-09-09 21:21:36.176--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2022-09-09 21:21:36.178--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2022-09-09 21:21:36.179--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2022-09-09 21:21:36.181--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2022-09-09 21:21:36.182--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2022-09-09 21:21:36.184--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2022-09-09 21:21:36.186--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2022-09-09 21:21:36.187--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2022-09-09 21:21:36.188--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2022-09-09 21:21:36.19--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2022-09-09 21:21:36.192--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2022-09-09 21:21:36.193--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2022-09-09 21:21:36.194--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2022-09-09 21:21:36.196--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2022-09-09 21:21:36.197--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2022-09-09 21:21:36.199--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2022-09-09 21:21:36.2--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2022-09-09 21:21:36.201--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2022-09-09 21:21:36.203--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2022-09-09 21:21:36.204--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2022-09-09 21:21:36.206--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2022-09-09 21:21:36.207--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2022-09-09 21:21:36.209--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2022-09-09 21:21:36.21--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2022-09-09 21:21:36.212--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2022-09-09 21:21:36.213--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] Running org.eclipse.persistence.testing.jaxb.externalizedmetadata.ExternalizedMetadataTestSuite [junit] DefaultValidationEventHandler: [ERROR]: unexpected element (uri:"http://www.eclipse.org/eclipselink/xsds/persistence/oxm", local:"invalid-tag"). Expected elements are <{http://www.eclipse.org/eclipselink/xsds/persistence/oxm}java-type> [junit] Location: line 4 [junit] DefaultValidationEventHandler: [FATAL_ERROR]: Content is not allowed in prolog. [junit] Location: line 4 [junit] DefaultValidationEventHandler: [FATAL_ERROR]: Content is not allowed in prolog. [junit] Location: line 1 [junit] DefaultValidationEventHandler: [ERROR]: unexpected element (uri:"http://www.eclipse.org/eclipselink/xsds/persistence/oxm", local:"java-types"). Expected elements are <{http://www.eclipse.org/eclipselink/xsds/persistence/oxm}xml-ns> [junit] Location: line 4 [junit] [EL Warning]: 2022-09-09 21:21:47.348--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] [EL Warning]: 2022-09-09 21:21:47.363--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [junit] Tests run: 4504, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.026 sec [junit] Running org.eclipse.persistence.testing.jaxb.javadoc.JavadocAnnotationExamplesTestSuite [junit] Tests run: 1055, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.206 sec [junit] Running org.eclipse.persistence.testing.jaxb.json.JSONTestSuite [junit] Tests run: 1100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.954 sec [junit] [EL Warning]: 2022-09-09 21:22:05.372--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.389--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.397--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.407--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.415--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.421--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.427--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.433--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.439--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.445--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.451--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.458--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.464--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.469--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.475--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.483--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.49--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.497--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.503--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.509--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.516--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.522--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.527--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.533--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.538--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.543--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.548--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.552--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.557--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.562--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.567--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.572--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.577--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.582--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.588--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.593--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.599--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.604--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.61--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.616--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.621--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.626--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.631--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.635--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.64--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.644--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.649--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.653--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.658--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.662--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.666--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.671--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.675--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.68--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.684--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.69--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.695--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.699--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.703--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.708--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.713--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.717--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.722--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.726--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.73--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.735--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.739--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.743--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.747--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.751--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.755--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.759--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.763--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.767--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.771--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.774--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.779--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:05.783--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] Running org.eclipse.persistence.testing.jaxb.listofobjects.JAXBListOfObjectsSuite [junit] [EL Warning]: 2022-09-09 21:22:11.199--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] [EL Warning]: 2022-09-09 21:22:11.263--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [junit] Tests run: 1210, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.741 sec [junit] Running org.eclipse.persistence.testing.jaxb.rs.RESTfulTestSuite [junit] Tests run: 83, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.11 sec [junit] Running org.eclipse.persistence.testing.jaxb.schemagen.SchemaGenTestSuite [junit] removed existing: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/resource/tmp/schema1.xsd [junit] removed existing: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/resource/tmp/schema1.xsd [junit] Tests run: 145, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.208 sec [junit] Running org.eclipse.persistence.testing.jaxb.typemappinginfo.TypeMappingInfoTestSuite [junit] Tests run: 623, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.712 sec [junit] Running org.eclipse.persistence.testing.jaxb.xmladapter.XmlAdapterTestSuite [junit] Tests run: 994, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.418 sec [junit] Running org.eclipse.persistence.testing.moxy.unit.jaxb.MOXySystemPropertiesTestCase [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.205 sec [junit] Running org.eclipse.persistence.testing.moxy.unit.jaxb.compiler.SchemaGeneratorTestCase [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.521 sec [junit] Running org.eclipse.persistence.testing.moxy.unit.jaxb.compiler.builder.TransformerPropertyBuilderTestCase [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.762 sec [junit] Running org.eclipse.persistence.testing.moxy.unit.jaxb.compiler.builder.helper.TransformerReflectionHelperTestCase [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.299 sec [junit] Running org.eclipse.persistence.testing.jaxb.annotations.xmlidref.XmlIdSystemPropertyTestCase [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.307 sec [junit] Running org.eclipse.persistence.testing.jaxb.annotations.xmlidref.XmlIdSystemPropertyNotSetTestCase [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.308 sec [junit] Running org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.XmlValueSystemPropertyNotSetTestCase [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.292 sec [junit] Running org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.XmlValueSystemPropertyTestCase [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.253 sec [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/reports/oxm/default [junit] Running org.eclipse.persistence.testing.oxm.classloader.ClassLoaderTestCases [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.738 sec [junit] Running org.eclipse.persistence.testing.oxm.classloader.MappingClassLoaderTestCases [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.695 sec [junit] Running org.eclipse.persistence.testing.oxm.descriptor.rootelement.RootElementTestSuite [junit] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.283 sec [junit] Running org.eclipse.persistence.testing.oxm.inheritance.InheritanceTestSuite [junit] Tests run: 863, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.051 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.anyattribute.XMLAnyAttributeMappingTestSuite [junit] Tests run: 212, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.719 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.anycollection.XMLAnyCollectionMappingTestSuite [junit] Tests run: 338, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.151 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.anyobject.XMLAnyObjectMappingTestSuite [junit] Tests run: 322, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.986 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.binarydata.XMLBinaryDataMappingTestSuite [junit] Tests run: 276, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.142 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.binarydatacollection.XMLBinaryDataCollectionMappingTestSuite [junit] Tests run: 153, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.879 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.choice.XMLChoiceMappingTestSuite [junit] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.601 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.choicecollection.XMLChoiceCollectionMappingTestSuite [junit] Tests run: 150, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.203 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.collectionreference.CollectionReferenceMappingTestSuite [junit] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.39 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.compositecollection.CompositeCollectionMappingTestSuite [junit] Tests run: 419, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.675 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.compositeobject.CompositeObjectMappingTestSuite [junit] Tests run: 802, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.013 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.containeraccessor.ContainerAccessorTestSuite [junit] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.37 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.directcollection.DirectCollectionMappingTestSuite [junit] Tests run: 647, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.682 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.directcollection.nillable.DirectCollectionMappingNillableTestSuite [junit] Tests run: 109, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.606 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.directtofield.DirectToFieldMappingTestSuite [junit] [junit] Exception Description: Incorrect date-time format: [2000-01-02X09-30-45] (expected [YYYY-MM-DD'T'HH:MM:SS]) [junit] [junit] Exception Description: Incorrect date format: [20000102] (expected [YYYY-MM-DD]) [junit] [junit] Exception Description: Incorrect time format: [09;30;45] (expected [HH:MM:SS]) [junit] Tests run: 1546, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.052 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.keybased.KeyBasedMappingTestSuite [junit] Tests run: 381, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.935 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.keybased.compositekeyclass.CompositeKeyClassMappingTestSuite [junit] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.763 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.keybased.multipletargets.compositekey.CompositeKeyTestCases [junit] Tests run: 140, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.879 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.namespaces.NamespaceTestSuite [junit] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.551 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.namespaces.identifiedbyname.IdentifiedByNameNamespaceTestSuite [junit] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.424 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.sequenced.SequencedMappingTestSuite [junit] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.51 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.simpletypes.SimpleTypeMappingTestSuite [junit] Tests run: 126, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.687 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.transformation.TransformationMappingTestSuite [junit] Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.368 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.typeddirect.TypedDirectMappingTestSuite [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.36 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.xmlfragment.XMLFragmentMappingTestSuite [junit] Tests run: 86, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.667 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.xmlfragmentcollection.XMLFragmentCollectionMappingTestSuite [junit] Tests run: 84, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.748 sec [junit] Running org.eclipse.persistence.testing.oxm.systemproperties.OXMSystemPropertiesTestCases [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 sec [junit] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshalFragmentTestCases [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.483 sec [junit] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshalTestCases [junit] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.602 sec [junit] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshallerValidationModeTestCases [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.578 sec [junit] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLUnmarshalTestCases [junit] Local Exception Stack: [junit] Exception [EclipseLink-25008] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.XMLMarshalException [junit] Exception Description: A descriptor with default root element email-address was not found in the project [junit] at org.eclipse.persistence.exceptions.XMLMarshalException.noDescriptorWithMatchingRootElement(XMLMarshalException.java:162) [junit] at org.eclipse.persistence.internal.oxm.record.SAXUnmarshallerHandler.startElement(SAXUnmarshallerHandler.java:305) [junit] at org.eclipse.persistence.internal.oxm.record.DOMReader.reportElementEvents(DOMReader.java:196) [junit] at org.eclipse.persistence.internal.oxm.record.DOMReader.parse(DOMReader.java:94) [junit] at org.eclipse.persistence.internal.oxm.record.DOMReader.parse(DOMReader.java:101) [junit] at org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller.unmarshal(SAXUnmarshaller.java:548) [junit] at org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller.unmarshal(SAXUnmarshaller.java:539) [junit] at org.eclipse.persistence.internal.oxm.XMLUnmarshaller.unmarshal(XMLUnmarshaller.java:530) [junit] at org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLUnmarshalTestCases.testUnmarshalNonRoot(XMLUnmarshalTestCases.java:702) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.lang.reflect.Method.invoke(Method.java:498) [junit] at junit.framework.TestCase.runTest(TestCase.java:176) [junit] at junit.framework.TestCase.runBare(TestCase.java:141) [junit] at junit.framework.TestResult$1.protect(TestResult.java:122) [junit] at junit.framework.TestResult.runProtected(TestResult.java:142) [junit] at junit.framework.TestResult.run(TestResult.java:125) [junit] at junit.framework.TestCase.run(TestCase.java:129) [junit] at junit.framework.TestSuite.runTest(TestSuite.java:252) [junit] at junit.framework.TestSuite.run(TestSuite.java:247) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1041) [junit] Tests run: 73, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.315 sec [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/reports/oxm/dom [junit] Running org.eclipse.persistence.testing.oxm.classloader.ClassLoaderTestCases [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.725 sec [junit] Running org.eclipse.persistence.testing.oxm.classloader.MappingClassLoaderTestCases [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.646 sec [junit] Running org.eclipse.persistence.testing.oxm.converter.ConverterTestSuite [junit] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 sec [junit] Running org.eclipse.persistence.testing.oxm.deferred.DeferredContentHandlerTestSuite [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 sec [junit] Running org.eclipse.persistence.testing.oxm.deploymentxml.DeploymentXMLXsiTypeTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.216 sec [junit] Running org.eclipse.persistence.testing.oxm.descriptor.primarykey.PrimaryKeyTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.931 sec [junit] Running org.eclipse.persistence.testing.oxm.descriptor.rootelement.RootElementTestSuite [junit] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.272 sec [junit] Running org.eclipse.persistence.testing.oxm.documentpreservation.DocumentPreservationTestSuite [junit] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.452 sec [junit] Running org.eclipse.persistence.testing.oxm.dynamic.DynamicTestSuite [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.352 sec [junit] Running org.eclipse.persistence.testing.oxm.events.OXEventCallbackTestSuite [junit] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.447 sec [junit] Running org.eclipse.persistence.testing.oxm.inheritance.InheritanceTestSuite [junit] Tests run: 863, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.791 sec [junit] Running org.eclipse.persistence.testing.oxm.inheritance.typetests.TypeTestSuite [junit] Tests run: 646, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.732 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.advancedxpath.UnmarshalTestCases [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.267 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.anyattribute.XMLAnyAttributeMappingTestSuite [junit] Tests run: 212, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.78 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.anycollection.XMLAnyCollectionMappingTestSuite [junit] Tests run: 338, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.073 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.anyobject.XMLAnyObjectMappingTestSuite [junit] Tests run: 322, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.982 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.binarydata.XMLBinaryDataMappingTestSuite [junit] Tests run: 276, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.002 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.binarydatacollection.XMLBinaryDataCollectionMappingTestSuite [junit] Tests run: 153, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.825 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.choice.XMLChoiceMappingTestSuite [junit] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.555 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.choicecollection.XMLChoiceCollectionMappingTestSuite [junit] Tests run: 150, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.136 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.collectionreference.CollectionReferenceMappingTestSuite [junit] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.345 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.compositecollection.CompositeCollectionMappingTestSuite [junit] Tests run: 419, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.297 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.compositeobject.CompositeObjectMappingTestSuite [junit] Tests run: 802, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.878 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.compositeobject.self.converter.CompositeObjectSelfConverterTestSuite [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.273 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.containeraccessor.ContainerAccessorTestSuite [junit] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.345 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.directcollection.DirectCollectionMappingTestSuite [junit] Tests run: 647, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.659 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.directcollection.nillable.DirectCollectionMappingNillableTestSuite [junit] Tests run: 109, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.555 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.directtofield.DirectToFieldMappingTestSuite [junit] [junit] Exception Description: Incorrect date-time format: [2000-01-02X09-30-45] (expected [YYYY-MM-DD'T'HH:MM:SS]) [junit] [junit] Exception Description: Incorrect date format: [20000102] (expected [YYYY-MM-DD]) [junit] [junit] Exception Description: Incorrect time format: [09;30;45] (expected [HH:MM:SS]) [junit] Tests run: 1546, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.645 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.directtofield.converter.DirectToFieldConverterTestSuite [junit] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.341 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.keybased.KeyBasedMappingTestSuite [junit] Tests run: 381, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.841 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.lexicalhandler.LexicalHandlerTestSuite [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.282 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.namespaces.NamespaceTestSuite [junit] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.533 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.namespaces.identifiedbyname.IdentifiedByNameNamespaceTestSuite [junit] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.435 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.simpletypes.SimpleTypeMappingTestSuite [junit] Tests run: 126, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.639 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.transformation.TransformationMappingTestSuite [junit] Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.313 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.typeddirect.TypedDirectMappingTestSuite [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.319 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.xmlfragment.XMLFragmentMappingTestSuite [junit] Tests run: 86, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.638 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.xmlfragmentcollection.XMLFragmentCollectionMappingTestSuite [junit] Tests run: 84, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.719 sec [junit] Running org.eclipse.persistence.testing.oxm.platform.PlatformTestSuite [junit] Tests run: 93, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.512 sec [junit] Running org.eclipse.persistence.testing.oxm.reader.ReaderTestSuite [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 sec [junit] Running org.eclipse.persistence.testing.oxm.readonly.ReadOnlyTestSuite [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.571 sec [junit] Running org.eclipse.persistence.testing.oxm.schemamodelgenerator.GenerateSchemaTestSuite [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.595 sec [junit] Running org.eclipse.persistence.testing.oxm.schemareference.XMLSchemaReferenceTestSuite [junit] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec [junit] Running org.eclipse.persistence.testing.oxm.unmapped.UnmappedTestSuite [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.505 sec [junit] Running org.eclipse.persistence.testing.oxm.xmlbinder.XMLBinderTestSuite [junit] Employee:org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Employee@15b3e5b [junit] Address:org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Address@134593bf [junit] Employee:org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Employee@15b3e5b [junit] Address:org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Address@1068e947 [junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.643 sec [junit] Running org.eclipse.persistence.testing.oxm.xmlcontext.byxpath.XMLContextByXPathTestSuite [junit] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.519 sec [junit] Running org.eclipse.persistence.testing.oxm.xmlconversionmanager.XMLConversionManagerTestSuite [junit] Tests run: 494, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.705 sec [junit] Running org.eclipse.persistence.testing.oxm.xmllogin.XMLLoginTestSuite [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.823 sec [junit] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshallerTestSuite [junit] [EL Warning]: connection: 2022-09-09 21:25:02.829--Exception [EclipseLink-7100] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: Could not find the session with the name [XMLMarshallerTestSession;XMLMarshallerTestSession2] in the session.xml file [/home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/resource/sessions.xml] [junit] [EL Warning]: connection: 2022-09-09 21:25:03.173--Exception [EclipseLink-7100] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: Could not find the session with the name [invalidSessionName] in the session.xml file [/home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/resource/sessions.xml] [junit] Local Exception Stack: [junit] Exception [EclipseLink-25008] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.XMLMarshalException [junit] Exception Description: A descriptor with default root element email-address was not found in the project [junit] at org.eclipse.persistence.exceptions.XMLMarshalException.noDescriptorWithMatchingRootElement(XMLMarshalException.java:162) [junit] at org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller.xmlToObject(DOMUnmarshaller.java:444) [junit] at org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller.unmarshal(DOMUnmarshaller.java:267) [junit] at org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller.unmarshal(DOMUnmarshaller.java:246) [junit] at org.eclipse.persistence.internal.oxm.XMLUnmarshaller.unmarshal(XMLUnmarshaller.java:530) [junit] at org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLUnmarshalTestCases.testUnmarshalNonRoot(XMLUnmarshalTestCases.java:702) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.lang.reflect.Method.invoke(Method.java:498) [junit] at junit.framework.TestCase.runTest(TestCase.java:176) [junit] at junit.framework.TestCase.runBare(TestCase.java:141) [junit] at junit.framework.TestResult$1.protect(TestResult.java:122) [junit] at junit.framework.TestResult.runProtected(TestResult.java:142) [junit] at junit.framework.TestResult.run(TestResult.java:125) [junit] at junit.framework.TestCase.run(TestCase.java:129) [junit] at junit.framework.TestSuite.runTest(TestSuite.java:252) [junit] at junit.framework.TestSuite.run(TestSuite.java:247) [junit] at junit.framework.TestSuite.runTest(TestSuite.java:252) [junit] at junit.framework.TestSuite.run(TestSuite.java:247) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1041) [junit] Tests run: 163, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.174 sec [junit] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.structureValidation.StructureValidationTestSuite [junit] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec [junit] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.twoprojects.TwoProjectsTestSuite [junit] [EL Info]: connection: 2022-09-09 21:25:06.436--DatabaseSessionImpl(204684384)-- logout successful [junit] [EL Info]: 2022-09-09 21:25:06.739--DatabaseSessionImpl(1006227006)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-09 21:25:06.739--DatabaseSessionImpl(1006227006)-- login successful [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.02 sec [junit] Running org.eclipse.persistence.testing.oxm.xmlroot.XMLRootTestSuite [junit] Tests run: 239, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.818 sec [junit] Running org.eclipse.persistence.testing.oxm.xmlroot.complex.inheritance.XMLRootComplexInheritanceTestSuite [junit] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.436 sec [junit] Running org.eclipse.persistence.testing.oxm.xpathengine.XPathEngineTestSuite [junit] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.649 sec [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/reports/oxm/deploymentxml [junit] Running org.eclipse.persistence.testing.oxm.classloader.ClassLoaderTestCases [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.265 sec [junit] Running org.eclipse.persistence.testing.oxm.classloader.MappingClassLoaderTestCases [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.114 sec [junit] Running org.eclipse.persistence.testing.oxm.converter.ConverterTestSuite [junit] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.967 sec [junit] Running org.eclipse.persistence.testing.oxm.descriptor.rootelement.RootElementTestSuite [junit] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.838 sec [junit] Running org.eclipse.persistence.testing.oxm.documentpreservation.DocumentPreservationTestSuite [junit] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.461 sec [junit] Running org.eclipse.persistence.testing.oxm.inheritance.InheritanceTestSuite [junit] Tests run: 863, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.602 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.anyattribute.XMLAnyAttributeMappingTestSuite [junit] Tests run: 212, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.466 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.anycollection.XMLAnyCollectionMappingTestSuite [junit] Tests run: 338, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.01 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.anyobject.XMLAnyObjectMappingTestSuite [junit] Tests run: 322, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.849 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.binarydata.XMLBinaryDataMappingTestSuite [junit] Tests run: 276, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.575 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.binarydatacollection.XMLBinaryDataCollectionMappingTestSuite [junit] Tests run: 153, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.141 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.collectionreference.CollectionReferenceMappingTestSuite [junit] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.864 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.compositecollection.CompositeCollectionMappingTestSuite [junit] Tests run: 419, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.318 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.compositeobject.CompositeObjectMappingTestSuite [junit] Tests run: 788, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.76 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.directcollection.DirectCollectionMappingTestSuite [junit] Tests run: 647, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.904 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.directtofield.DirectToFieldMappingTestSuite [junit] [junit] Exception Description: Incorrect date-time format: [2000-01-02X09-30-45] (expected [YYYY-MM-DD'T'HH:MM:SS]) [junit] [junit] Exception Description: Incorrect date format: [20000102] (expected [YYYY-MM-DD]) [junit] [junit] Exception Description: Incorrect time format: [09;30;45] (expected [HH:MM:SS]) [junit] Tests run: 1546, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.446 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.keybased.KeyBasedMappingTestSuite [junit] Tests run: 381, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.148 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.namespaces.NamespaceTestSuite [junit] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.49 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.namespaces.identifiedbyname.IdentifiedByNameNamespaceTestSuite [junit] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.158 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.simpletypes.SimpleTypeMappingTestSuite [junit] Tests run: 126, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.448 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.transformation.TransformationMappingTestSuite [junit] Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.408 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.typeddirect.TypedDirectMappingTestSuite [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.615 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.xmlfragment.XMLFragmentMappingTestSuite [junit] Tests run: 86, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.651 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.xmlfragmentcollection.XMLFragmentCollectionMappingTestSuite [junit] Tests run: 84, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.679 sec [junit] Running org.eclipse.persistence.testing.oxm.readonly.ReadOnlyTestSuite [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.764 sec [junit] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshalFragmentTestCases [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.427 sec [junit] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshalTestCases [junit] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.529 sec [junit] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLUnmarshalTestCases [junit] Local Exception Stack: [junit] Exception [EclipseLink-25008] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.XMLMarshalException [junit] Exception Description: A descriptor with default root element email-address was not found in the project [junit] at org.eclipse.persistence.exceptions.XMLMarshalException.noDescriptorWithMatchingRootElement(XMLMarshalException.java:162) [junit] at org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller.xmlToObject(DOMUnmarshaller.java:444) [junit] at org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller.unmarshal(DOMUnmarshaller.java:267) [junit] at org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller.unmarshal(DOMUnmarshaller.java:246) [junit] at org.eclipse.persistence.internal.oxm.XMLUnmarshaller.unmarshal(XMLUnmarshaller.java:530) [junit] at org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLUnmarshalTestCases.testUnmarshalNonRoot(XMLUnmarshalTestCases.java:702) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.lang.reflect.Method.invoke(Method.java:498) [junit] at junit.framework.TestCase.runTest(TestCase.java:176) [junit] at junit.framework.TestCase.runBare(TestCase.java:141) [junit] at junit.framework.TestResult$1.protect(TestResult.java:122) [junit] at junit.framework.TestResult.runProtected(TestResult.java:142) [junit] at junit.framework.TestResult.run(TestResult.java:125) [junit] at junit.framework.TestCase.run(TestCase.java:129) [junit] at junit.framework.TestSuite.runTest(TestSuite.java:252) [junit] at junit.framework.TestSuite.run(TestSuite.java:247) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1041) [junit] Tests run: 73, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.917 sec [junit] Running org.eclipse.persistence.testing.oxm.xmlroot.XMLRootTestSuite [junit] Tests run: 239, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.43 sec [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/reports/oxm/docpres [junit] Running org.eclipse.persistence.testing.oxm.classloader.ClassLoaderTestCases [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.733 sec [junit] Running org.eclipse.persistence.testing.oxm.classloader.MappingClassLoaderTestCases [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.69 sec [junit] Running org.eclipse.persistence.testing.oxm.converter.ConverterTestSuite [junit] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 sec [junit] Running org.eclipse.persistence.testing.oxm.deferred.DeferredContentHandlerTestSuite [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 sec [junit] Running org.eclipse.persistence.testing.oxm.deploymentxml.DeploymentXMLXsiTypeTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.278 sec [junit] Running org.eclipse.persistence.testing.oxm.descriptor.primarykey.PrimaryKeyTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.953 sec [junit] Running org.eclipse.persistence.testing.oxm.descriptor.rootelement.RootElementTestSuite [junit] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.308 sec [junit] Running org.eclipse.persistence.testing.oxm.documentpreservation.DocumentPreservationTestSuite [junit] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.509 sec [junit] Running org.eclipse.persistence.testing.oxm.dynamic.DynamicTestSuite [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.408 sec [junit] Running org.eclipse.persistence.testing.oxm.events.OXEventCallbackTestSuite [junit] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.475 sec [junit] Running org.eclipse.persistence.testing.oxm.inheritance.InheritanceTestSuite [junit] Tests run: 863, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.151 sec [junit] Running org.eclipse.persistence.testing.oxm.inheritance.typetests.TypeTestSuite [junit] Tests run: 646, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.972 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.anyattribute.XMLAnyAttributeMappingTestSuite [junit] Tests run: 212, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.832 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.anycollection.XMLAnyCollectionMappingTestSuite [junit] Tests run: 338, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.158 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.anyobject.XMLAnyObjectMappingTestSuite [junit] Tests run: 322, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.971 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.binarydata.XMLBinaryDataMappingTestSuite [junit] Tests run: 276, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.048 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.binarydatacollection.XMLBinaryDataCollectionMappingTestSuite [junit] Tests run: 153, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.806 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.choice.XMLChoiceMappingTestSuite [junit] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.684 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.choicecollection.XMLChoiceCollectionMappingTestSuite [junit] Tests run: 93, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.053 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.collectionreference.CollectionReferenceMappingTestSuite [junit] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.381 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.compositecollection.CompositeCollectionMappingTestSuite [junit] Tests run: 419, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.491 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.compositeobject.CompositeObjectMappingTestSuite [junit] Tests run: 802, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.084 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.compositeobject.self.converter.CompositeObjectSelfConverterTestSuite [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.288 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.containeraccessor.ContainerAccessorTestSuite [junit] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.392 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.directcollection.DirectCollectionMappingTestSuite [junit] Tests run: 647, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.714 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.directcollection.nillable.DirectCollectionMappingNillableTestSuite [junit] Tests run: 109, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.626 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.directtofield.DirectToFieldMappingTestSuite [junit] [junit] Exception Description: Incorrect date-time format: [2000-01-02X09-30-45] (expected [YYYY-MM-DD'T'HH:MM:SS]) [junit] [junit] Exception Description: Incorrect date format: [20000102] (expected [YYYY-MM-DD]) [junit] [junit] Exception Description: Incorrect time format: [09;30;45] (expected [HH:MM:SS]) [junit] Tests run: 1247, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.548 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.directtofield.converter.DirectToFieldConverterTestSuite [junit] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.357 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.lexicalhandler.LexicalHandlerTestSuite [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.296 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.namespaces.NamespaceTestSuite [junit] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.614 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.namespaces.identifiedbyname.IdentifiedByNameNamespaceTestSuite [junit] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.497 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.simpletypes.SimpleTypeMappingTestSuite [junit] Tests run: 126, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.681 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.transformation.TransformationMappingTestSuite [junit] Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.457 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.typeddirect.TypedDirectMappingTestSuite [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.39 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.xmlfragment.XMLFragmentMappingTestSuite [junit] Tests run: 86, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.722 sec [junit] Running org.eclipse.persistence.testing.oxm.mappings.xmlfragmentcollection.XMLFragmentCollectionMappingTestSuite [junit] Tests run: 84, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.773 sec [junit] Running org.eclipse.persistence.testing.oxm.platform.PlatformTestSuite [junit] Tests run: 93, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.494 sec [junit] Running org.eclipse.persistence.testing.oxm.reader.ReaderTestSuite [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 sec [junit] Running org.eclipse.persistence.testing.oxm.schemamodelgenerator.GenerateSchemaTestSuite [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.646 sec [junit] Running org.eclipse.persistence.testing.oxm.schemareference.XMLSchemaReferenceTestSuite [junit] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec [junit] Running org.eclipse.persistence.testing.oxm.unmapped.UnmappedTestSuite [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.531 sec [junit] Running org.eclipse.persistence.testing.oxm.xmlbinder.XMLBinderTestSuite [junit] Employee:org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Employee@15b3e5b [junit] Address:org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Address@134593bf [junit] Employee:org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Employee@15b3e5b [junit] Address:org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Address@1068e947 [junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.671 sec [junit] Running org.eclipse.persistence.testing.oxm.xmlcontext.byxpath.XMLContextByXPathTestSuite [junit] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.475 sec [junit] Running org.eclipse.persistence.testing.oxm.xmlconversionmanager.XMLConversionManagerTestSuite [junit] Tests run: 494, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.608 sec [junit] Running org.eclipse.persistence.testing.oxm.xmllogin.XMLLoginTestSuite [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.917 sec [junit] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshallerTestSuite [junit] [EL Warning]: connection: 2022-09-09 21:29:50.688--Exception [EclipseLink-7100] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: Could not find the session with the name [XMLMarshallerTestSession;XMLMarshallerTestSession2] in the session.xml file [/home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/resource/sessions.xml] [junit] [EL Warning]: connection: 2022-09-09 21:29:51.03--Exception [EclipseLink-7100] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.ValidationException [junit] Exception Description: Could not find the session with the name [invalidSessionName] in the session.xml file [/home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/resource/sessions.xml] [junit] Local Exception Stack: [junit] Exception [EclipseLink-25008] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.XMLMarshalException [junit] Exception Description: A descriptor with default root element email-address was not found in the project [junit] at org.eclipse.persistence.exceptions.XMLMarshalException.noDescriptorWithMatchingRootElement(XMLMarshalException.java:162) [junit] at org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller.xmlToObject(DOMUnmarshaller.java:444) [junit] at org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller.unmarshal(DOMUnmarshaller.java:267) [junit] at org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller.unmarshal(DOMUnmarshaller.java:246) [junit] at org.eclipse.persistence.internal.oxm.XMLUnmarshaller.unmarshal(XMLUnmarshaller.java:530) [junit] at org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLUnmarshalTestCases.testUnmarshalNonRoot(XMLUnmarshalTestCases.java:702) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit] at java.lang.reflect.Method.invoke(Method.java:498) [junit] at junit.framework.TestCase.runTest(TestCase.java:176) [junit] at junit.framework.TestCase.runBare(TestCase.java:141) [junit] at junit.framework.TestResult$1.protect(TestResult.java:122) [junit] at junit.framework.TestResult.runProtected(TestResult.java:142) [junit] at junit.framework.TestResult.run(TestResult.java:125) [junit] at junit.framework.TestCase.run(TestCase.java:129) [junit] at junit.framework.TestSuite.runTest(TestSuite.java:252) [junit] at junit.framework.TestSuite.run(TestSuite.java:247) [junit] at junit.framework.TestSuite.runTest(TestSuite.java:252) [junit] at junit.framework.TestSuite.run(TestSuite.java:247) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:534) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1196) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1041) [junit] Tests run: 163, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.244 sec [junit] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.structureValidation.StructureValidationTestSuite [junit] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec [junit] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.twoprojects.TwoProjectsTestSuite [junit] [EL Info]: connection: 2022-09-09 21:29:54.382--DatabaseSessionImpl(204684384)-- logout successful [junit] [EL Info]: 2022-09-09 21:29:54.696--DatabaseSessionImpl(1006227006)--EclipseLink, version: Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a [junit] [EL Info]: connection: 2022-09-09 21:29:54.696--DatabaseSessionImpl(1006227006)-- login successful [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.073 sec [junit] Running org.eclipse.persistence.testing.oxm.xmlroot.XMLRootTestSuite [junit] Tests run: 239, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.89 sec [junit] Running org.eclipse.persistence.testing.oxm.xmlroot.complex.inheritance.XMLRootComplexInheritanceTestSuite [junit] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.457 sec [junit] Running org.eclipse.persistence.testing.oxm.xpathengine.XPathEngineTestSuite [junit] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.672 sec [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/reports/oxm/nondefault [junit] Running org.eclipse.persistence.testing.oxm.systemproperties.DateAndTimeNonDefaultTestCases [junit] Tests run: 422, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.285 sec [junit] Running org.eclipse.persistence.testing.oxm.systemproperties.OXMSystemPropertiesNonDefaultTestCases [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 sec jaxb-junit-report: [junitreport] Processing /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/reports/jaxb/TESTS-TestSuites.xml to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/reports/jaxb/junit-noframes.html [junitreport] Loading stylesheet jar:file:/opt/java/ant/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-noframes.xsl [junitreport] Transform time: 622ms oxm-junit-report: [junitreport] Processing /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/reports/oxm/TESTS-TestSuites.xml to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/moxy/eclipselink.moxy.test/reports/oxm/junit-noframes.html [junitreport] Loading stylesheet jar:file:/opt/java/ant/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-noframes.xsl [junitreport] Transform time: 1856ms moxy-junit-report: test-against-jar: test-sdo: [echo] sdotest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/eclipselink.sdo.test' [echo] sdotest.2.base.dir = '../..' clean: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/eclipselink.sdo.test/classes compile-sdo-tests-against-jar: [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/eclipselink.sdo.test/antbuild.xml:323: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 661 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/eclipselink.sdo.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 1 warning test-against-jar: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/eclipselink.sdo.test/resource/tmp [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/eclipselink.sdo.test/reports/true [echo] customContext=true [junit] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [junit] Running org.eclipse.persistence.testing.sdo.externalizable.SDOResolvableTestSuite [junit] [EL Severe]: 2022-09-10 00:30:09.62--Unauthorized deserialization attempt with class org.eclipse.persistence.testing.sdo.externalizable.InsecureDataObject. [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.245 sec [junit] Output: [junit] [EL Severe]: 2022-09-10 00:30:09.62--Unauthorized deserialization attempt with class org.eclipse.persistence.testing.sdo.externalizable.InsecureDataObject. [junit] [junit] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [junit] Running org.eclipse.persistence.testing.sdo.helper.classgen.SDOClassGenTestSuite [junit] [EL Info]: 2022-09-10 00:30:12.138--SDOUtil: Generated Type [invalid-classname] java class name changed to [InvalidClassname] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:12.187--SDOUtil: Generated Type [invalid-classname] java class name changed to [InvalidClassname] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:12.189--SDOUtil: Generated Type [invalid-classname] java get/set method name changed to [InvalidClassname] to follow class naming conventions. [junit] [EL Warning]: 2022-09-10 00:30:17.475--An java.lang.NullPointerException occurred processing referenced schema with uri my.uri5 with schemaLocation null. [junit] [EL Warning]: 2022-09-10 00:30:17.502--An java.lang.NullPointerException occurred processing referenced schema with uri my.uri5 with schemaLocation null. [junit] [EL Warning]: 2022-09-10 00:30:17.533--An java.lang.NullPointerException occurred processing referenced schema with uri my.uri5 with schemaLocation null. [junit] [EL Warning]: 2022-09-10 00:30:17.554--An java.lang.NullPointerException occurred processing referenced schema with uri my.uri5 with schemaLocation null. [junit] Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.195 sec [junit] Output: [junit] [EL Info]: 2022-09-10 00:30:12.138--SDOUtil: Generated Type [invalid-classname] java class name changed to [InvalidClassname] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:12.187--SDOUtil: Generated Type [invalid-classname] java class name changed to [InvalidClassname] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:12.189--SDOUtil: Generated Type [invalid-classname] java get/set method name changed to [InvalidClassname] to follow class naming conventions. [junit] [EL Warning]: 2022-09-10 00:30:17.475--An java.lang.NullPointerException occurred processing referenced schema with uri my.uri5 with schemaLocation null. [junit] [EL Warning]: 2022-09-10 00:30:17.502--An java.lang.NullPointerException occurred processing referenced schema with uri my.uri5 with schemaLocation null. [junit] [EL Warning]: 2022-09-10 00:30:17.533--An java.lang.NullPointerException occurred processing referenced schema with uri my.uri5 with schemaLocation null. [junit] [EL Warning]: 2022-09-10 00:30:17.554--An java.lang.NullPointerException occurred processing referenced schema with uri my.uri5 with schemaLocation null. [junit] [junit] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [junit] Running org.eclipse.persistence.testing.sdo.helper.classgen.dynamicimpl.DynamicImplTestSuite [junit] [EL Info]: 2022-09-10 00:30:24.808--SDOUtil: Generated Type [anySimpleType-property] java get/set method name changed to [AnySimpleTypeProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.816--SDOUtil: Generated Type [anyType-property] java get/set method name changed to [AnyTypeProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.816--SDOUtil: Generated Type [anyURI-property] java get/set method name changed to [AnyURIProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.817--SDOUtil: Generated Type [base64Binary-property] java get/set method name changed to [Base64BinaryProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.817--SDOUtil: Generated Type [boolean-property] java get/set method name changed to [BooleanProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.818--SDOUtil: Generated Type [byte-property] java get/set method name changed to [ByteProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.818--SDOUtil: Generated Type [date-property] java get/set method name changed to [DateProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.818--SDOUtil: Generated Type [dateTime-property] java get/set method name changed to [DateTimeProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.819--SDOUtil: Generated Type [decimal-property] java get/set method name changed to [DecimalProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.819--SDOUtil: Generated Type [double-property] java get/set method name changed to [DoubleProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.819--SDOUtil: Generated Type [duration-property] java get/set method name changed to [DurationProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.82--SDOUtil: Generated Type [ENTITIES-property] java get/set method name changed to [ENTITIESProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.82--SDOUtil: Generated Type [ENTITY-property] java get/set method name changed to [ENTITYProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.821--SDOUtil: Generated Type [float-property] java get/set method name changed to [FloatProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.821--SDOUtil: Generated Type [gDay-property] java get/set method name changed to [GDayProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.821--SDOUtil: Generated Type [gMonth-property] java get/set method name changed to [GMonthProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.822--SDOUtil: Generated Type [gMonthDay-property] java get/set method name changed to [GMonthDayProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.822--SDOUtil: Generated Type [gYear-property] java get/set method name changed to [GYearProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.822--SDOUtil: Generated Type [gYearMonth-property] java get/set method name changed to [GYearMonthProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.823--SDOUtil: Generated Type [hexBinary-property] java get/set method name changed to [HexBinaryProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.823--SDOUtil: Generated Type [ID-property] java get/set method name changed to [IDProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.823--SDOUtil: Generated Type [IDREF-property] java get/set method name changed to [IDREFProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.824--SDOUtil: Generated Type [int-property] java get/set method name changed to [IntProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.824--SDOUtil: Generated Type [integer-property] java get/set method name changed to [IntegerProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.824--SDOUtil: Generated Type [language-property] java get/set method name changed to [LanguageProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.825--SDOUtil: Generated Type [long-property] java get/set method name changed to [LongProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.825--SDOUtil: Generated Type [Name-property] java get/set method name changed to [NameProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.826--SDOUtil: Generated Type [NCName-property] java get/set method name changed to [NCNameProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.826--SDOUtil: Generated Type [negativeInteger-property] java get/set method name changed to [NegativeIntegerProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.826--SDOUtil: Generated Type [NMTOKEN-property] java get/set method name changed to [NMTOKENProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.827--SDOUtil: Generated Type [NMTOKENS-property] java get/set method name changed to [NMTOKENSProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.827--SDOUtil: Generated Type [nonNegativeInteger-property] java get/set method name changed to [NonNegativeIntegerProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.827--SDOUtil: Generated Type [nonPositiveInteger-property] java get/set method name changed to [NonPositiveIntegerProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.828--SDOUtil: Generated Type [normalizedString-property] java get/set method name changed to [NormalizedStringProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.828--SDOUtil: Generated Type [positiveInteger-property] java get/set method name changed to [PositiveIntegerProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.876--SDOUtil: Generated Type [anySimpleType-property] java get/set method name changed to [AnySimpleTypeProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.876--SDOUtil: Generated Type [anyType-property] java get/set method name changed to [AnyTypeProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.876--SDOUtil: Generated Type [anyURI-property] java get/set method name changed to [AnyURIProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.877--SDOUtil: Generated Type [base64Binary-property] java get/set method name changed to [Base64BinaryProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.877--SDOUtil: Generated Type [boolean-property] java get/set method name changed to [BooleanProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.877--SDOUtil: Generated Type [byte-property] java get/set method name changed to [ByteProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.878--SDOUtil: Generated Type [date-property] java get/set method name changed to [DateProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.878--SDOUtil: Generated Type [dateTime-property] java get/set method name changed to [DateTimeProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.878--SDOUtil: Generated Type [decimal-property] java get/set method name changed to [DecimalProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.879--SDOUtil: Generated Type [double-property] java get/set method name changed to [DoubleProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.879--SDOUtil: Generated Type [duration-property] java get/set method name changed to [DurationProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.879--SDOUtil: Generated Type [ENTITIES-property] java get/set method name changed to [ENTITIESProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.88--SDOUtil: Generated Type [ENTITY-property] java get/set method name changed to [ENTITYProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.88--SDOUtil: Generated Type [float-property] java get/set method name changed to [FloatProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.88--SDOUtil: Generated Type [gDay-property] java get/set method name changed to [GDayProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.881--SDOUtil: Generated Type [gMonth-property] java get/set method name changed to [GMonthProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.881--SDOUtil: Generated Type [gMonthDay-property] java get/set method name changed to [GMonthDayProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.881--SDOUtil: Generated Type [gYear-property] java get/set method name changed to [GYearProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.882--SDOUtil: Generated Type [gYearMonth-property] java get/set method name changed to [GYearMonthProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.882--SDOUtil: Generated Type [hexBinary-property] java get/set method name changed to [HexBinaryProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.882--SDOUtil: Generated Type [ID-property] java get/set method name changed to [IDProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.883--SDOUtil: Generated Type [IDREF-property] java get/set method name changed to [IDREFProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.883--SDOUtil: Generated Type [int-property] java get/set method name changed to [IntProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.883--SDOUtil: Generated Type [integer-property] java get/set method name changed to [IntegerProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.884--SDOUtil: Generated Type [language-property] java get/set method name changed to [LanguageProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.884--SDOUtil: Generated Type [long-property] java get/set method name changed to [LongProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.884--SDOUtil: Generated Type [Name-property] java get/set method name changed to [NameProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.885--SDOUtil: Generated Type [NCName-property] java get/set method name changed to [NCNameProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.885--SDOUtil: Generated Type [negativeInteger-property] java get/set method name changed to [NegativeIntegerProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.885--SDOUtil: Generated Type [NMTOKEN-property] java get/set method name changed to [NMTOKENProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.886--SDOUtil: Generated Type [NMTOKENS-property] java get/set method name changed to [NMTOKENSProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.886--SDOUtil: Generated Type [nonNegativeInteger-property] java get/set method name changed to [NonNegativeIntegerProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.886--SDOUtil: Generated Type [nonPositiveInteger-property] java get/set method name changed to [NonPositiveIntegerProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.886--SDOUtil: Generated Type [normalizedString-property] java get/set method name changed to [NormalizedStringProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.887--SDOUtil: Generated Type [positiveInteger-property] java get/set method name changed to [PositiveIntegerProperty] to follow class naming conventions. [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.133 sec [junit] Output: [junit] [EL Info]: 2022-09-10 00:30:24.808--SDOUtil: Generated Type [anySimpleType-property] java get/set method name changed to [AnySimpleTypeProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.816--SDOUtil: Generated Type [anyType-property] java get/set method name changed to [AnyTypeProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.816--SDOUtil: Generated Type [anyURI-property] java get/set method name changed to [AnyURIProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.817--SDOUtil: Generated Type [base64Binary-property] java get/set method name changed to [Base64BinaryProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.817--SDOUtil: Generated Type [boolean-property] java get/set method name changed to [BooleanProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.818--SDOUtil: Generated Type [byte-property] java get/set method name changed to [ByteProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.818--SDOUtil: Generated Type [date-property] java get/set method name changed to [DateProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.818--SDOUtil: Generated Type [dateTime-property] java get/set method name changed to [DateTimeProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.819--SDOUtil: Generated Type [decimal-property] java get/set method name changed to [DecimalProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.819--SDOUtil: Generated Type [double-property] java get/set method name changed to [DoubleProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.819--SDOUtil: Generated Type [duration-property] java get/set method name changed to [DurationProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.82--SDOUtil: Generated Type [ENTITIES-property] java get/set method name changed to [ENTITIESProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.82--SDOUtil: Generated Type [ENTITY-property] java get/set method name changed to [ENTITYProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.821--SDOUtil: Generated Type [float-property] java get/set method name changed to [FloatProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.821--SDOUtil: Generated Type [gDay-property] java get/set method name changed to [GDayProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.821--SDOUtil: Generated Type [gMonth-property] java get/set method name changed to [GMonthProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.822--SDOUtil: Generated Type [gMonthDay-property] java get/set method name changed to [GMonthDayProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.822--SDOUtil: Generated Type [gYear-property] java get/set method name changed to [GYearProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.822--SDOUtil: Generated Type [gYearMonth-property] java get/set method name changed to [GYearMonthProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.823--SDOUtil: Generated Type [hexBinary-property] java get/set method name changed to [HexBinaryProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.823--SDOUtil: Generated Type [ID-property] java get/set method name changed to [IDProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.823--SDOUtil: Generated Type [IDREF-property] java get/set method name changed to [IDREFProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.824--SDOUtil: Generated Type [int-property] java get/set method name changed to [IntProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.824--SDOUtil: Generated Type [integer-property] java get/set method name changed to [IntegerProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.824--SDOUtil: Generated Type [language-property] java get/set method name changed to [LanguageProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.825--SDOUtil: Generated Type [long-property] java get/set method name changed to [LongProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.825--SDOUtil: Generated Type [Name-property] java get/set method name changed to [NameProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.826--SDOUtil: Generated Type [NCName-property] java get/set method name changed to [NCNameProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.826--SDOUtil: Generated Type [negativeInteger-property] java get/set method name changed to [NegativeIntegerProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.826--SDOUtil: Generated Type [NMTOKEN-property] java get/set method name changed to [NMTOKENProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.827--SDOUtil: Generated Type [NMTOKENS-property] java get/set method name changed to [NMTOKENSProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.827--SDOUtil: Generated Type [nonNegativeInteger-property] java get/set method name changed to [NonNegativeIntegerProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.827--SDOUtil: Generated Type [nonPositiveInteger-property] java get/set method name changed to [NonPositiveIntegerProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.828--SDOUtil: Generated Type [normalizedString-property] java get/set method name changed to [NormalizedStringProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.828--SDOUtil: Generated Type [positiveInteger-property] java get/set method name changed to [PositiveIntegerProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.876--SDOUtil: Generated Type [anySimpleType-property] java get/set method name changed to [AnySimpleTypeProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.876--SDOUtil: Generated Type [anyType-property] java get/set method name changed to [AnyTypeProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.876--SDOUtil: Generated Type [anyURI-property] java get/set method name changed to [AnyURIProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.877--SDOUtil: Generated Type [base64Binary-property] java get/set method name changed to [Base64BinaryProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.877--SDOUtil: Generated Type [boolean-property] java get/set method name changed to [BooleanProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.877--SDOUtil: Generated Type [byte-property] java get/set method name changed to [ByteProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.878--SDOUtil: Generated Type [date-property] java get/set method name changed to [DateProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.878--SDOUtil: Generated Type [dateTime-property] java get/set method name changed to [DateTimeProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.878--SDOUtil: Generated Type [decimal-property] java get/set method name changed to [DecimalProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.879--SDOUtil: Generated Type [double-property] java get/set method name changed to [DoubleProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.879--SDOUtil: Generated Type [duration-property] java get/set method name changed to [DurationProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.879--SDOUtil: Generated Type [ENTITIES-property] java get/set method name changed to [ENTITIESProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.88--SDOUtil: Generated Type [ENTITY-property] java get/set method name changed to [ENTITYProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.88--SDOUtil: Generated Type [float-property] java get/set method name changed to [FloatProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.88--SDOUtil: Generated Type [gDay-property] java get/set method name changed to [GDayProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.881--SDOUtil: Generated Type [gMonth-property] java get/set method name changed to [GMonthProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.881--SDOUtil: Generated Type [gMonthDay-property] java get/set method name changed to [GMonthDayProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.881--SDOUtil: Generated Type [gYear-property] java get/set method name changed to [GYearProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.882--SDOUtil: Generated Type [gYearMonth-property] java get/set method name changed to [GYearMonthProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.882--SDOUtil: Generated Type [hexBinary-property] java get/set method name changed to [HexBinaryProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.882--SDOUtil: Generated Type [ID-property] java get/set method name changed to [IDProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.883--SDOUtil: Generated Type [IDREF-property] java get/set method name changed to [IDREFProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.883--SDOUtil: Generated Type [int-property] java get/set method name changed to [IntProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.883--SDOUtil: Generated Type [integer-property] java get/set method name changed to [IntegerProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.884--SDOUtil: Generated Type [language-property] java get/set method name changed to [LanguageProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.884--SDOUtil: Generated Type [long-property] java get/set method name changed to [LongProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.884--SDOUtil: Generated Type [Name-property] java get/set method name changed to [NameProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.885--SDOUtil: Generated Type [NCName-property] java get/set method name changed to [NCNameProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.885--SDOUtil: Generated Type [negativeInteger-property] java get/set method name changed to [NegativeIntegerProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.885--SDOUtil: Generated Type [NMTOKEN-property] java get/set method name changed to [NMTOKENProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.886--SDOUtil: Generated Type [NMTOKENS-property] java get/set method name changed to [NMTOKENSProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.886--SDOUtil: Generated Type [nonNegativeInteger-property] java get/set method name changed to [NonNegativeIntegerProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.886--SDOUtil: Generated Type [nonPositiveInteger-property] java get/set method name changed to [NonPositiveIntegerProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.886--SDOUtil: Generated Type [normalizedString-property] java get/set method name changed to [NormalizedStringProperty] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:24.887--SDOUtil: Generated Type [positiveInteger-property] java get/set method name changed to [PositiveIntegerProperty] to follow class naming conventions. [junit] [junit] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [junit] Running org.eclipse.persistence.testing.sdo.helper.copyhelper.SDOCopyHelperTestSuite [junit] [EL Info]: 2022-09-10 00:30:27.141--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:27.148--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:27.191--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:27.191--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:27.227--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:27.227--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:27.259--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:27.259--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:27.285--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:27.285--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:27.31--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:27.311--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:27.334--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:27.334--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] Tests run: 69, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.791 sec [junit] Output: [junit] [EL Info]: 2022-09-10 00:30:27.141--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:27.148--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:27.191--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:27.191--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:27.227--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:27.227--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:27.259--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:27.259--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:27.285--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:27.285--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:27.31--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:27.311--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:27.334--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:27.334--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [junit] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [junit] Running org.eclipse.persistence.testing.sdo.helper.datafactory.SDODataFactoryTestSuite [junit] Sep 10, 2022 12:30:28 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] INFO: Looking for : class org.eclipse.persistence.testing.sdo.helper.datafactory.SDODataFactoryExceptionTestCases [junit] Sep 10, 2022 12:30:28 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] INFO: Not found: class org.eclipse.persistence.testing.sdo.helper.datafactory.SDODataFactoryExceptionTestCases [junit] Content of interfacesToSDOTypeHashMap: [] [junit] Content of sdoTypeForSimpleJavaType: [class java.math.BigInteger, class [B, class java.lang.Float, class java.lang.Byte, long, class java.util.Date, class java.lang.Long, char, class java.lang.Double, short, class [Ljava.lang.Byte;, class java.lang.String, class java.lang.Boolean, byte, class java.lang.Character, float, class java.lang.Short, int, class java.math.BigDecimal, double, class java.lang.Integer, boolean] [junit] Content of typesHashMap: null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, interface org.eclipse.persistence.sdo.dataobjects.OpenSequencedType, null, null, null, null, [junit] Content of anonymousTypes: null [junit] Content of commonjHashMap: class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, int, class [B, class java.lang.String, class java.math.BigDecimal, interface commonj.sdo.ChangeSummary, class java.lang.String, boolean, null, short, char, class java.lang.String, double, interface java.util.List, class java.util.Date, class java.math.BigInteger, float, null, interface commonj.sdo.DataObject, class java.lang.String, class java.lang.String, byte, long, class java.lang.Object, class java.lang.String, [junit] [junit] Sep 10, 2022 12:30:28 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] INFO: Looking for : interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress [junit] Sep 10, 2022 12:30:28 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] INFO: Not found: interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress [junit] Content of interfacesToSDOTypeHashMap: [] [junit] Content of sdoTypeForSimpleJavaType: [class java.math.BigInteger, class [B, class java.lang.Float, class java.lang.Byte, long, class java.util.Date, class java.lang.Long, char, class java.lang.Double, short, class [Ljava.lang.Byte;, class java.lang.String, class java.lang.Boolean, byte, class java.lang.Character, float, class java.lang.Short, int, class java.math.BigDecimal, double, class java.lang.Integer, boolean] [junit] Content of typesHashMap: null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, interface org.eclipse.persistence.sdo.dataobjects.OpenSequencedType, null, null, null, null, [junit] Content of anonymousTypes: null [junit] Content of commonjHashMap: class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, int, class [B, class java.lang.String, class java.math.BigDecimal, interface commonj.sdo.ChangeSummary, class java.lang.String, boolean, null, short, char, class java.lang.String, double, interface java.util.List, class java.util.Date, class java.math.BigInteger, float, null, interface commonj.sdo.DataObject, class java.lang.String, class java.lang.String, byte, long, class java.lang.Object, class java.lang.String, [junit] [junit] Sep 10, 2022 12:30:28 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] INFO: Looking for : interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.75 sec [junit] Error: [junit] Sep 10, 2022 12:30:28 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] INFO: Looking for : class org.eclipse.persistence.testing.sdo.helper.datafactory.SDODataFactoryExceptionTestCases [junit] Sep 10, 2022 12:30:28 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] INFO: Not found: class org.eclipse.persistence.testing.sdo.helper.datafactory.SDODataFactoryExceptionTestCases [junit] Content of interfacesToSDOTypeHashMap: [] [junit] Content of sdoTypeForSimpleJavaType: [class java.math.BigInteger, class [B, class java.lang.Float, class java.lang.Byte, long, class java.util.Date, class java.lang.Long, char, class java.lang.Double, short, class [Ljava.lang.Byte;, class java.lang.String, class java.lang.Boolean, byte, class java.lang.Character, float, class java.lang.Short, int, class java.math.BigDecimal, double, class java.lang.Integer, boolean] [junit] Content of typesHashMap: null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, interface org.eclipse.persistence.sdo.dataobjects.OpenSequencedType, null, null, null, null, [junit] Content of anonymousTypes: null [junit] Content of commonjHashMap: class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, int, class [B, class java.lang.String, class java.math.BigDecimal, interface commonj.sdo.ChangeSummary, class java.lang.String, boolean, null, short, char, class java.lang.String, double, interface java.util.List, class java.util.Date, class java.math.BigInteger, float, null, interface commonj.sdo.DataObject, class java.lang.String, class java.lang.String, byte, long, class java.lang.Object, class java.lang.String, [junit] [junit] Sep 10, 2022 12:30:28 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] INFO: Looking for : interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress [junit] Sep 10, 2022 12:30:28 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] INFO: Not found: interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress [junit] Content of interfacesToSDOTypeHashMap: [] [junit] Content of sdoTypeForSimpleJavaType: [class java.math.BigInteger, class [B, class java.lang.Float, class java.lang.Byte, long, class java.util.Date, class java.lang.Long, char, class java.lang.Double, short, class [Ljava.lang.Byte;, class java.lang.String, class java.lang.Boolean, byte, class java.lang.Character, float, class java.lang.Short, int, class java.math.BigDecimal, double, class java.lang.Integer, boolean] [junit] Content of typesHashMap: null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, interface org.eclipse.persistence.sdo.dataobjects.OpenSequencedType, null, null, null, null, [junit] Content of anonymousTypes: null [junit] Content of commonjHashMap: class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, int, class [B, class java.lang.String, class java.math.BigDecimal, interface commonj.sdo.ChangeSummary, class java.lang.String, boolean, null, short, char, class java.lang.String, double, interface java.util.List, class java.util.Date, class java.math.BigInteger, float, null, interface commonj.sdo.DataObject, class java.lang.String, class java.lang.String, byte, long, class java.lang.Object, class java.lang.String, [junit] [junit] Sep 10, 2022 12:30:28 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] INFO: Looking for : interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress [junit] Sep 10, 2022 12:30:28 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] INFO: interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress was found in: typesHashMap. [junit] [junit] Sep 10, 2022 12:30:28 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] INFO: interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress was found in: typesHashMap. [junit] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [junit] Running org.eclipse.persistence.testing.sdo.helper.datahelper.SDODataHelperTestSuite [junit] Tests run: 111, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.183 sec [junit] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [junit] Running org.eclipse.persistence.testing.sdo.helper.entityresolver.EntityResolverTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.715 sec [junit] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [junit] Running org.eclipse.persistence.testing.sdo.helper.equalityhelper.SDOEqualityHelperTestSuite [junit] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.298 sec [junit] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [junit] Running org.eclipse.persistence.testing.sdo.helper.helpercontext.SDOHelperContextTestSuite [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.425 sec [junit] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [junit] Running org.eclipse.persistence.testing.sdo.helper.jaxbhelper.JAXBHelperTestSuite [junit] [EL Info]: 2022-09-10 00:30:38.086--SDOUtil: Generated Type [root-type] java class name changed to [RootType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:38.105--SDOUtil: Generated Type [root-type] java class name changed to [RootType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:38.113--SDOUtil: Generated Type [root-type] java class name changed to [RootType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:38.123--SDOUtil: Generated Type [root-type] java class name changed to [RootType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:38.134--SDOUtil: Generated Type [root-type] java class name changed to [RootType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:38.145--SDOUtil: Generated Type [root-type] java class name changed to [RootType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:38.157--SDOUtil: Generated Type [root-type] java class name changed to [RootType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:38.377--SDOUtil: Generated Type [root-type] java class name changed to [RootType] to follow class naming conventions. [junit] Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.392 sec [junit] Output: [junit] [EL Info]: 2022-09-10 00:30:38.086--SDOUtil: Generated Type [root-type] java class name changed to [RootType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:38.105--SDOUtil: Generated Type [root-type] java class name changed to [RootType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:38.113--SDOUtil: Generated Type [root-type] java class name changed to [RootType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:38.123--SDOUtil: Generated Type [root-type] java class name changed to [RootType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:38.134--SDOUtil: Generated Type [root-type] java class name changed to [RootType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:38.145--SDOUtil: Generated Type [root-type] java class name changed to [RootType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:38.157--SDOUtil: Generated Type [root-type] java class name changed to [RootType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:38.377--SDOUtil: Generated Type [root-type] java class name changed to [RootType] to follow class naming conventions. [junit] [junit] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [junit] Running org.eclipse.persistence.testing.sdo.helper.typehelper.SDOTypeHelperTestSuite [junit] [EL Info]: 2022-09-10 00:30:40.265--SDOUtil: Generated Type [AAHZ_aqzÀÐÖØïöøǿ˿ͰͺͽͿჿ῿‌‍⁰ℏ↏Ⰰ⻮⿯、퀀퟿豈ﴀ﷏ﷰﻮ�𐀀򠀀󯿿-.0123456789·̀͐ͯ‿⁀] java class name changed to [AAHZ_aqzÀÐÖØïöøǿ_02ffͰͺͽ_037fჿ_1fff‌‍_2070ℏ_218fⰀ_2eee_2fef_3001퀀_d7ff豈ﴀ_fdcfﷰﻮ_fffd_d800_dc00_da40_dc00_db7f_dfff0123456789̀͐ͯ‿⁀] to follow class naming conventions. [junit] Tests run: 73, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.233 sec [junit] Output: [junit] [EL Info]: 2022-09-10 00:30:40.265--SDOUtil: Generated Type [AAHZ_aqzÀÐÖØïöøǿ˿ͰͺͽͿჿ῿‌‍⁰ℏ↏Ⰰ⻮⿯、퀀퟿豈ﴀ﷏ﷰﻮ�𐀀򠀀󯿿-.0123456789·̀͐ͯ‿⁀] java class name changed to [AAHZ_aqzÀÐÖØïöøǿ_02ffͰͺͽ_037fჿ_1fff‌‍_2070ℏ_218fⰀ_2eee_2fef_3001퀀_d7ff豈ﴀ_fdcfﷰﻮ_fffd_d800_dc00_da40_dc00_db7f_dfff0123456789̀͐ͯ‿⁀] to follow class naming conventions. [junit] [junit] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [junit] Running org.eclipse.persistence.testing.sdo.helper.xmlhelper.datatype.SDOXMLHelperDatatypeTestSuite [junit] [EL Info]: 2022-09-10 00:30:42.757--SDOUtil: Generated Type [complex-root] java class name changed to [ComplexRoot] to follow class naming conventions. [junit] ./org/eclipse/persistence/testing/sdo/helper/xmlhelper/datatype/myQName.xsd [junit] [EL Info]: 2022-09-10 00:30:42.791--SDOUtil: Generated Type [complex-root] java class name changed to [ComplexRoot] to follow class naming conventions. [junit] ./org/eclipse/persistence/testing/sdo/helper/xmlhelper/datatype/myQName.xsd [junit] [EL Info]: 2022-09-10 00:30:42.806--SDOUtil: Generated Type [complex-root] java class name changed to [ComplexRoot] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:42.816--SDOUtil: Generated Type [complex-root] java class name changed to [ComplexRoot] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:42.827--SDOUtil: Generated Type [complex-root] java class name changed to [ComplexRoot] to follow class naming conventions. [junit] ./org/eclipse/persistence/testing/sdo/helper/xmlhelper/datatype/myQName.xsd [junit] [EL Info]: 2022-09-10 00:30:42.84--SDOUtil: Generated Type [complex-root] java class name changed to [ComplexRoot] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:42.85--SDOUtil: Generated Type [complex-root] java class name changed to [ComplexRoot] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:42.861--SDOUtil: Generated Type [complex-root] java class name changed to [ComplexRoot] to follow class naming conventions. [junit] ./org/eclipse/persistence/testing/sdo/helper/xmlhelper/datatype/myQName.xsd [junit] [EL Info]: 2022-09-10 00:30:42.872--SDOUtil: Generated Type [complex-root] java class name changed to [ComplexRoot] to follow class naming conventions. [junit] Tests run: 140, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.285 sec [junit] Output: [junit] [EL Info]: 2022-09-10 00:30:42.757--SDOUtil: Generated Type [complex-root] java class name changed to [ComplexRoot] to follow class naming conventions. [junit] ./org/eclipse/persistence/testing/sdo/helper/xmlhelper/datatype/myQName.xsd [junit] [EL Info]: 2022-09-10 00:30:42.791--SDOUtil: Generated Type [complex-root] java class name changed to [ComplexRoot] to follow class naming conventions. [junit] ./org/eclipse/persistence/testing/sdo/helper/xmlhelper/datatype/myQName.xsd [junit] [EL Info]: 2022-09-10 00:30:42.806--SDOUtil: Generated Type [complex-root] java class name changed to [ComplexRoot] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:42.816--SDOUtil: Generated Type [complex-root] java class name changed to [ComplexRoot] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:42.827--SDOUtil: Generated Type [complex-root] java class name changed to [ComplexRoot] to follow class naming conventions. [junit] ./org/eclipse/persistence/testing/sdo/helper/xmlhelper/datatype/myQName.xsd [junit] [EL Info]: 2022-09-10 00:30:42.84--SDOUtil: Generated Type [complex-root] java class name changed to [ComplexRoot] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:42.85--SDOUtil: Generated Type [complex-root] java class name changed to [ComplexRoot] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:42.861--SDOUtil: Generated Type [complex-root] java class name changed to [ComplexRoot] to follow class naming conventions. [junit] ./org/eclipse/persistence/testing/sdo/helper/xmlhelper/datatype/myQName.xsd [junit] [EL Info]: 2022-09-10 00:30:42.872--SDOUtil: Generated Type [complex-root] java class name changed to [ComplexRoot] to follow class naming conventions. [junit] [junit] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [junit] Running org.eclipse.persistence.testing.sdo.helper.xmlhelper.load.SDOXMLHelperLoadTestSuite [junit] 2.6.10.v20220910-5fc36efa7a [junit] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.117 sec [junit] Output: [junit] 2.6.10.v20220910-5fc36efa7a [junit] [junit] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [junit] Running org.eclipse.persistence.testing.sdo.helper.xmlhelper.loadandsave.SDOXMLHelperLoadAndSaveBase64TestSuite [junit] [EL Info]: 2022-09-10 00:30:55.309--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:55.316--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:55.317--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:55.318--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:56.23--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:56.23--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:56.242--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:56.243--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:56.251--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:56.251--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:56.26--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:56.261--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:56.27--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:56.27--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:56.285--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:56.286--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:56.295--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:56.295--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:56.33--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:56.33--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:56.344--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:56.344--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:56.354--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:56.355--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:57.461--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:57.461--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:57.462--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:57.467--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:57.467--SDOUtil: Generated Type [street-name] java get/set method name changed to [StreetName] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:57.467--SDOUtil: Generated Type [country-name] java get/set method name changed to [CountryName] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:57.467--SDOUtil: Generated Type [postal-code] java get/set method name changed to [PostalCode] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:57.468--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:57.469--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:57.469--SDOUtil: Generated Type [street-name] java get/set method name changed to [StreetName] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:57.469--SDOUtil: Generated Type [country-name] java get/set method name changed to [CountryName] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.429--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.429--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.429--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.442--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.442--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.443--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.453--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.453--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.453--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.463--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.463--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.463--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.474--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.474--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.474--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.49--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.49--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.49--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.5--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.501--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.501--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.512--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.512--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.512--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.523--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.523--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.524--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.534--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.535--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.535--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.547--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.548--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.548--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.551--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.551--SDOUtil: Generated Type [street-name] java get/set method name changed to [StreetName] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.551--SDOUtil: Generated Type [country-name] java get/set method name changed to [CountryName] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.552--SDOUtil: Generated Type [postal-code] java get/set method name changed to [PostalCode] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.552--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.553--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.553--SDOUtil: Generated Type [street-name] java get/set method name changed to [StreetName] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.553--SDOUtil: Generated Type [country-name] java get/set method name changed to [CountryName] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.516--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.517--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.517--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.531--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.532--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.532--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.543--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.543--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.543--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.553--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.554--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.554--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.602--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.602--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.602--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.618--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.618--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.618--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.629--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.63--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.63--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.64--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.64--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.64--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.65--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.651--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.651--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.662--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.662--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.662--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.674--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.674--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.674--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.679--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.68--SDOUtil: Generated Type [street-name] java get/set method name changed to [StreetName] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.68--SDOUtil: Generated Type [country-name] java get/set method name changed to [CountryName] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.68--SDOUtil: Generated Type [postal-code] java get/set method name changed to [PostalCode] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.681--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.681--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.681--SDOUtil: Generated Type [street-name] java get/set method name changed to [StreetName] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.682--SDOUtil: Generated Type [country-name] java get/set method name changed to [CountryName] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.617--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.617--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.617--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.632--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.632--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.632--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.643--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.643--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.643--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.653--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.653--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.653--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.664--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.664--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.664--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.681--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.681--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.681--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.692--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.693--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.693--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.703--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.704--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.704--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.714--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.714--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.714--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.725--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.725--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.725--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] Tests run: 157, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.574 sec [junit] Output: [junit] [EL Info]: 2022-09-10 00:30:55.309--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:55.316--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:55.317--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:55.318--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:56.23--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:56.23--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:56.242--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:56.243--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:56.251--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:56.251--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:56.26--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:56.261--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:56.27--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:56.27--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:56.285--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:56.286--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:56.295--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:56.295--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:56.33--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:56.33--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:56.344--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:56.344--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:56.354--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:56.355--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:57.461--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:57.461--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:57.462--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:57.467--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:57.467--SDOUtil: Generated Type [street-name] java get/set method name changed to [StreetName] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:57.467--SDOUtil: Generated Type [country-name] java get/set method name changed to [CountryName] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:57.467--SDOUtil: Generated Type [postal-code] java get/set method name changed to [PostalCode] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:57.468--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:57.469--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:57.469--SDOUtil: Generated Type [street-name] java get/set method name changed to [StreetName] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:57.469--SDOUtil: Generated Type [country-name] java get/set method name changed to [CountryName] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.429--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.429--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.429--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.442--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.442--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.443--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.453--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.453--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.453--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.463--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.463--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.463--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.474--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.474--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.474--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.49--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.49--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.49--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.5--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.501--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.501--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.512--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.512--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.512--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.523--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.523--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.524--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.534--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.535--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.535--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.547--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.548--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.548--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.551--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.551--SDOUtil: Generated Type [street-name] java get/set method name changed to [StreetName] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.551--SDOUtil: Generated Type [country-name] java get/set method name changed to [CountryName] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.552--SDOUtil: Generated Type [postal-code] java get/set method name changed to [PostalCode] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.552--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.553--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.553--SDOUtil: Generated Type [street-name] java get/set method name changed to [StreetName] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:58.553--SDOUtil: Generated Type [country-name] java get/set method name changed to [CountryName] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.516--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.517--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.517--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.531--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.532--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.532--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.543--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.543--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.543--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.553--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.554--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.554--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.602--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.602--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.602--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.618--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.618--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.618--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.629--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.63--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.63--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.64--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.64--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.64--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.65--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.651--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.651--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.662--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.662--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.662--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.674--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.674--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.674--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.679--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.68--SDOUtil: Generated Type [street-name] java get/set method name changed to [StreetName] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.68--SDOUtil: Generated Type [country-name] java get/set method name changed to [CountryName] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.68--SDOUtil: Generated Type [postal-code] java get/set method name changed to [PostalCode] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.681--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.681--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.681--SDOUtil: Generated Type [street-name] java get/set method name changed to [StreetName] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:30:59.682--SDOUtil: Generated Type [country-name] java get/set method name changed to [CountryName] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.617--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.617--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.617--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.632--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.632--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.632--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.643--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.643--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.643--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.653--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.653--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.653--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.664--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.664--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.664--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.681--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.681--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.681--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.692--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.693--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.693--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.703--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.704--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.704--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.714--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.714--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.714--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.725--SDOUtil: Generated Type [canadian-address-type] java class name changed to [CanadianAddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.725--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:00.725--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [junit] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [junit] Running org.eclipse.persistence.testing.sdo.helper.xmlhelper.loadandsave.SDOXMLHelperLoadAndSavePurchaseOrderTestSuite [junit] [EL Info]: 2022-09-10 00:31:07.431--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:07.442--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:07.442--SDOUtil: Generated Type [first-name] java get/set method name changed to [FirstName] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:07.443--SDOUtil: Generated Type [start-date] java get/set method name changed to [StartDate] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:07.443--SDOUtil: Generated Type [end-date] java get/set method name changed to [EndDate] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:07.443--SDOUtil: Generated Type [last-name] java get/set method name changed to [LastName] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:08.363--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:08.388--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:08.404--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:08.42--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:08.44--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:08.464--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:08.48--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:08.496--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:08.511--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:08.528--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:13.922--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:13.922--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:13.924--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:13.925--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:14.874--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:14.874--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:14.891--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:14.892--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:14.907--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:14.907--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:14.922--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:14.923--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:14.934--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:14.934--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:14.952--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:14.952--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:14.962--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:14.963--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:14.972--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:14.973--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:14.989--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:14.989--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:15.001--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:15.001--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:15.012--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:15.012--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:15.014--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:15.015--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:15.988--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:15.988--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:16.041--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:16.041--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:16.061--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:16.061--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:16.079--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:16.079--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:16.097--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:16.097--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:16.126--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:16.126--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:16.141--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:16.141--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:16.16--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:16.16--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:16.19--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:16.191--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:16.21--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:16.21--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:17.766--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:17.766--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:17.771--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:17.772--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:18.719--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:18.72--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:18.737--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:18.738--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:18.751--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:18.751--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:18.767--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:18.767--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:18.781--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:18.781--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:18.802--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:18.803--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:18.816--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:18.816--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:18.832--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:18.832--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:18.843--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:18.846--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:18.857--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:18.857--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:18.871--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:18.871--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:20.237--SDOUtil: Generated Type [first-name] java get/set method name changed to [FirstName] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:20.237--SDOUtil: Generated Type [last-name] java get/set method name changed to [LastName] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:21.278--SDOUtil: Generated Type [first-name] java get/set method name changed to [FirstName] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:21.279--SDOUtil: Generated Type [last-name] java get/set method name changed to [LastName] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:22.35--SDOUtil: Generated Type [last-name] java get/set method name changed to [LastName] to follow class naming conventions. [junit] Tests run: 176, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.035 sec [junit] Output: [junit] [EL Info]: 2022-09-10 00:31:07.431--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:07.442--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:07.442--SDOUtil: Generated Type [first-name] java get/set method name changed to [FirstName] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:07.443--SDOUtil: Generated Type [start-date] java get/set method name changed to [StartDate] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:07.443--SDOUtil: Generated Type [end-date] java get/set method name changed to [EndDate] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:07.443--SDOUtil: Generated Type [last-name] java get/set method name changed to [LastName] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:08.363--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:08.388--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:08.404--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:08.42--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:08.44--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:08.464--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:08.48--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:08.496--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:08.511--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:08.528--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:13.922--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:13.922--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:13.924--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:13.925--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:14.874--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:14.874--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:14.891--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:14.892--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:14.907--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:14.907--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:14.922--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:14.923--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:14.934--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:14.934--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:14.952--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:14.952--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:14.962--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:14.963--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:14.972--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:14.973--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:14.989--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:14.989--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:15.001--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:15.001--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:15.012--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:15.012--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:15.014--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:15.015--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:15.988--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:15.988--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:16.041--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:16.041--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:16.061--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:16.061--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:16.079--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:16.079--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:16.097--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:16.097--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:16.126--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:16.126--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:16.141--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:16.141--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:16.16--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:16.16--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:16.19--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:16.191--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:16.21--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:16.21--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:17.766--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:17.766--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:17.771--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:17.772--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:18.719--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:18.72--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:18.737--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:18.738--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:18.751--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:18.751--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:18.767--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:18.767--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:18.781--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:18.781--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:18.802--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:18.803--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:18.816--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:18.816--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:18.832--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:18.832--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:18.843--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:18.846--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:18.857--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:18.857--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:18.871--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:18.871--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:20.237--SDOUtil: Generated Type [first-name] java get/set method name changed to [FirstName] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:20.237--SDOUtil: Generated Type [last-name] java get/set method name changed to [LastName] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:21.278--SDOUtil: Generated Type [first-name] java get/set method name changed to [FirstName] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:21.279--SDOUtil: Generated Type [last-name] java get/set method name changed to [LastName] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:22.35--SDOUtil: Generated Type [last-name] java get/set method name changed to [LastName] to follow class naming conventions. [junit] [junit] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [junit] Running org.eclipse.persistence.testing.sdo.helper.xmlhelper.loadandsave.SDOXMLHelperLoadAndSaveTestSuite [junit] [EL Info]: 2022-09-10 00:31:24.751--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:24.761--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:24.762--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:24.781--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:24.783--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:24.79--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:24.791--SDOUtil: Generated Type [personal-info] java get/set method name changed to [PersonalInfo] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:24.791--SDOUtil: Generated Type [contact-info] java get/set method name changed to [ContactInfo] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:24.792--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:24.793--SDOUtil: Generated Type [zip-code] java get/set method name changed to [ZipCode] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:24.794--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:24.795--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:24.795--SDOUtil: Generated Type [billing-address] java get/set method name changed to [BillingAddress] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:24.795--SDOUtil: Generated Type [shipping-address] java get/set method name changed to [ShippingAddress] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:24.796--SDOUtil: Generated Type [phone-number] java get/set method name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:24.797--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:24.797--SDOUtil: Generated Type [first-name] java get/set method name changed to [FirstName] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:24.798--SDOUtil: Generated Type [last-name] java get/set method name changed to [LastName] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:24.798--SDOUtil: Generated Type [date-of-birth] java get/set method name changed to [DateOfBirth] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:25.854--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:25.854--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:25.855--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:25.857--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:25.858--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:25.931--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:25.932--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:25.932--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:25.933--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:25.935--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:25.972--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:25.972--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:25.972--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:25.974--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:25.975--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.007--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.008--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.008--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.009--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.01--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.059--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.06--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.06--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.061--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.062--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.131--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.132--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.132--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.133--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.134--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.164--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.164--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.164--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.165--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.167--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.193--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.193--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.193--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.194--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.195--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.22--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.221--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.221--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.222--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.223--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.248--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.248--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.248--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.25--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.251--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:33.829--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:33.83--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:34.701--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:34.71--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:34.718--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:34.726--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:34.735--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:34.749--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:34.756--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:34.764--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:34.778--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:34.787--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:37.031--SDOUtil: Generated Type [global-before] java get/set method name changed to [GlobalBefore] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:37.032--SDOUtil: Generated Type [global-after] java get/set method name changed to [GlobalAfter] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:37.979--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:37.98--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:37.982--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:37.983--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:38.885--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:38.886--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:38.957--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:38.957--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:38.965--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:38.965--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:38.972--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:38.973--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:38.984--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:38.984--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:38.995--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:38.995--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:39.003--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:39.003--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:39.01--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:39.011--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:39.022--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:39.023--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:39.031--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:39.031--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] Tests run: 207, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.903 sec [junit] Output: [junit] [EL Info]: 2022-09-10 00:31:24.751--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:24.761--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:24.762--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:24.781--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:24.783--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:24.79--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:24.791--SDOUtil: Generated Type [personal-info] java get/set method name changed to [PersonalInfo] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:24.791--SDOUtil: Generated Type [contact-info] java get/set method name changed to [ContactInfo] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:24.792--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:24.793--SDOUtil: Generated Type [zip-code] java get/set method name changed to [ZipCode] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:24.794--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:24.795--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:24.795--SDOUtil: Generated Type [billing-address] java get/set method name changed to [BillingAddress] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:24.795--SDOUtil: Generated Type [shipping-address] java get/set method name changed to [ShippingAddress] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:24.796--SDOUtil: Generated Type [phone-number] java get/set method name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:24.797--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:24.797--SDOUtil: Generated Type [first-name] java get/set method name changed to [FirstName] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:24.798--SDOUtil: Generated Type [last-name] java get/set method name changed to [LastName] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:24.798--SDOUtil: Generated Type [date-of-birth] java get/set method name changed to [DateOfBirth] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:25.854--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:25.854--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:25.855--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:25.857--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:25.858--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:25.931--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:25.932--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:25.932--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:25.933--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:25.935--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:25.972--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:25.972--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:25.972--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:25.974--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:25.975--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.007--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.008--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.008--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.009--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.01--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.059--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.06--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.06--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.061--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.062--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.131--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.132--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.132--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.133--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.134--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.164--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.164--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.164--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.165--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.167--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.193--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.193--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.193--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.194--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.195--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.22--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.221--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.221--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.222--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.223--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.248--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.248--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.248--SDOUtil: Generated Type [phone-number] java class name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.25--SDOUtil: Generated Type [contact-info] java class name changed to [ContactInfo] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:26.251--SDOUtil: Generated Type [personal-info] java class name changed to [PersonalInfo] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:33.829--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:33.83--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:34.701--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:34.71--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:34.718--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:34.726--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:34.735--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:34.749--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:34.756--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:34.764--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:34.778--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:34.787--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:37.031--SDOUtil: Generated Type [global-before] java get/set method name changed to [GlobalBefore] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:37.032--SDOUtil: Generated Type [global-after] java get/set method name changed to [GlobalAfter] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:37.979--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:37.98--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:37.982--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:37.983--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:38.885--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:38.886--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:38.957--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:38.957--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:38.965--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:38.965--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:38.972--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:38.973--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:38.984--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:38.984--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:38.995--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:38.995--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:39.003--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:39.003--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:39.01--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:39.011--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:39.022--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:39.023--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:39.031--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:31:39.031--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [junit] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [junit] Running org.eclipse.persistence.testing.sdo.helper.xmlhelper.loadandsave.changesummary.ChangeSummaryLoadAndSaveTestSuite [junit] [EL Warning]: 2022-09-10 00:31:54.692--SDOUtil: Generated Type [ChangeSummary] conflicts with SDO specification naming rules for [ChangeSummary] and should be renamed. [junit] Tests run: 110, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.419 sec [junit] Output: [junit] [EL Warning]: 2022-09-10 00:31:54.692--SDOUtil: Generated Type [ChangeSummary] conflicts with SDO specification naming rules for [ChangeSummary] and should be renamed. [junit] [junit] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [junit] Running org.eclipse.persistence.testing.sdo.helper.xmlhelper.loadandsave.changesummary.create.ChangeSummaryLoadAndSaveCreateTestSuite [junit] [EL Warning]: 2022-09-10 00:31:58.598--SDOUtil: Generated Type [ChangeSummary] conflicts with SDO specification naming rules for [ChangeSummary] and should be renamed. [junit] [EL Warning]: 2022-09-10 00:32:00.101--SDOUtil: Generated Type [ChangeSummary] conflicts with SDO specification naming rules for [ChangeSummary] and should be renamed. [junit] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.367 sec [junit] Output: [junit] [EL Warning]: 2022-09-10 00:31:58.598--SDOUtil: Generated Type [ChangeSummary] conflicts with SDO specification naming rules for [ChangeSummary] and should be renamed. [junit] [EL Warning]: 2022-09-10 00:32:00.101--SDOUtil: Generated Type [ChangeSummary] conflicts with SDO specification naming rules for [ChangeSummary] and should be renamed. [junit] [junit] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [junit] Running org.eclipse.persistence.testing.sdo.helper.xmlhelper.loadandsave.changesummary.delete.ChangeSummaryLoadAndSaveDeleteTestSuite [junit] [EL Warning]: 2022-09-10 00:32:07.251--SDOUtil: Generated Type [ChangeSummary] conflicts with SDO specification naming rules for [ChangeSummary] and should be renamed. [junit] Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.373 sec [junit] Output: [junit] [EL Warning]: 2022-09-10 00:32:07.251--SDOUtil: Generated Type [ChangeSummary] conflicts with SDO specification naming rules for [ChangeSummary] and should be renamed. [junit] [junit] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [junit] Running org.eclipse.persistence.testing.sdo.helper.xmlhelper.loadandsave.changesummary.modify.ChangeSummaryLoadAndSaveModifyTestSuite [junit] [EL Warning]: 2022-09-10 00:32:13.989--SDOUtil: Generated Type [ChangeSummary] conflicts with SDO specification naming rules for [ChangeSummary] and should be renamed. [junit] Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.519 sec [junit] Output: [junit] [EL Warning]: 2022-09-10 00:32:13.989--SDOUtil: Generated Type [ChangeSummary] conflicts with SDO specification naming rules for [ChangeSummary] and should be renamed. [junit] [junit] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [junit] Running org.eclipse.persistence.testing.sdo.helper.xmlhelper.loadandsave.changesummary.open.ChangeSummaryOpenContentTestSuite [junit] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.563 sec [junit] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [junit] Running org.eclipse.persistence.testing.sdo.helper.xmlhelper.loadandsave.nodenullpolicy.IsSetLoadAndSaveTestSuite [junit] Tests run: 187, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.197 sec [junit] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [junit] Running org.eclipse.persistence.testing.sdo.helper.xmlhelper.loadandsave.withoutxsd.LoadAndSaveWithoutXSDTestSuite [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.112 sec [junit] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [junit] Running org.eclipse.persistence.testing.sdo.helper.xmlhelper.save.SDOXMLHelperSaveTestSuite [junit] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec [junit] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [junit] Running org.eclipse.persistence.testing.sdo.helper.xmlhelper.threadsafety.SDOXMLHelperThreadSafetyTestSuite [junit] Thread[Thread-1,5,main] [junit] Thread[Thread-2,5,main] [junit] Thread[Thread-3,5,main] [junit] Thread[Thread-4,5,main] [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.7 sec [junit] Output: [junit] Thread[Thread-1,5,main] [junit] Thread[Thread-2,5,main] [junit] Thread[Thread-3,5,main] [junit] Thread[Thread-4,5,main] [junit] [junit] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [junit] Running org.eclipse.persistence.testing.sdo.helper.xsdhelper.SDOXSDHelperTestSuite [junit] [EL Info]: 2022-09-10 00:32:45.251--SDOUtil: Generated Type [restricted-child] java class name changed to [RestrictedChild] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:32:45.258--SDOUtil: Generated Type [extended-child] java class name changed to [ExtendedChild] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:32:45.27--SDOUtil: Generated Type [restricted-child] java class name changed to [RestrictedChild] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:32:45.271--SDOUtil: Generated Type [extended-child] java class name changed to [ExtendedChild] to follow class naming conventions. [junit] [EL Warning]: 2022-09-10 00:32:45.76--An java.lang.NullPointerException occurred processing referenced schema with uri my.uri5 with schemaLocation null. [junit] [EL Warning]: 2022-09-10 00:32:45.816--An java.lang.IllegalArgumentException occurred processing referenced schema with uri my.uri2 with schemaLocation Cyclic2.xsd. [junit] [EL Warning]: 2022-09-10 00:32:45.818--An java.lang.IllegalArgumentException occurred processing referenced schema with uri my.uri2 with schemaLocation Cyclic2.xsd. [junit] [EL Info]: 2022-09-10 00:32:46.115--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:32:46.116--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:32:46.124--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:32:46.132--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:32:46.139--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:32:46.157--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:32:46.166--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:32:46.174--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] Tests run: 133, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.646 sec [junit] Output: [junit] [EL Info]: 2022-09-10 00:32:45.251--SDOUtil: Generated Type [restricted-child] java class name changed to [RestrictedChild] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:32:45.258--SDOUtil: Generated Type [extended-child] java class name changed to [ExtendedChild] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:32:45.27--SDOUtil: Generated Type [restricted-child] java class name changed to [RestrictedChild] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:32:45.271--SDOUtil: Generated Type [extended-child] java class name changed to [ExtendedChild] to follow class naming conventions. [junit] [EL Warning]: 2022-09-10 00:32:45.76--An java.lang.NullPointerException occurred processing referenced schema with uri my.uri5 with schemaLocation null. [junit] [EL Warning]: 2022-09-10 00:32:45.816--An java.lang.IllegalArgumentException occurred processing referenced schema with uri my.uri2 with schemaLocation Cyclic2.xsd. [junit] [EL Warning]: 2022-09-10 00:32:45.818--An java.lang.IllegalArgumentException occurred processing referenced schema with uri my.uri2 with schemaLocation Cyclic2.xsd. [junit] [EL Info]: 2022-09-10 00:32:46.115--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:32:46.116--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:32:46.124--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:32:46.132--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:32:46.139--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:32:46.157--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:32:46.166--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:32:46.174--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [junit] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [junit] Running org.eclipse.persistence.testing.sdo.helper.xsdhelper.define.ComplexDefineTestSuite [junit] [EL Warning]: 2022-09-10 00:32:48.205--An java.lang.NullPointerException occurred processing referenced schema with uri my.uri5 with schemaLocation null. [junit] [EL Warning]: 2022-09-10 00:32:48.32--An java.lang.IllegalArgumentException occurred processing referenced schema with uri my.uri2 with schemaLocation Cyclic2.xsd. [junit] [EL Warning]: 2022-09-10 00:32:48.324--An java.lang.IllegalArgumentException occurred processing referenced schema with uri my.uri2 with schemaLocation Cyclic2.xsd. [junit] [EL Info]: 2022-09-10 00:32:48.739--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:32:48.739--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:32:48.749--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:32:48.765--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:32:48.774--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:32:48.793--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:32:48.802--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:32:48.871--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.653 sec [junit] Output: [junit] [EL Warning]: 2022-09-10 00:32:48.205--An java.lang.NullPointerException occurred processing referenced schema with uri my.uri5 with schemaLocation null. [junit] [EL Warning]: 2022-09-10 00:32:48.32--An java.lang.IllegalArgumentException occurred processing referenced schema with uri my.uri2 with schemaLocation Cyclic2.xsd. [junit] [EL Warning]: 2022-09-10 00:32:48.324--An java.lang.IllegalArgumentException occurred processing referenced schema with uri my.uri2 with schemaLocation Cyclic2.xsd. [junit] [EL Info]: 2022-09-10 00:32:48.739--SDOUtil: Generated Type [address-type] java class name changed to [AddressType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:32:48.739--SDOUtil: Generated Type [customer-type] java class name changed to [CustomerType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:32:48.749--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:32:48.765--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:32:48.774--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:32:48.793--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:32:48.802--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:32:48.871--SDOUtil: Generated Type [employee-type] java class name changed to [EmployeeType] to follow class naming conventions. [junit] [junit] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [junit] Running org.eclipse.persistence.testing.sdo.helper.xsdhelper.define.ImportTypeWithSameNameAsElementTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.758 sec [junit] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [junit] Running org.eclipse.persistence.testing.sdo.helper.xsdhelper.define.attributes.SDOAttributeXSDTestSuite [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.949 sec [junit] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [junit] Running org.eclipse.persistence.testing.sdo.helper.xsdhelper.define.complextypes.SDOComplexTypeXSDTestSuite [junit] [EL Info]: 2022-09-10 00:32:52.988--SDOUtil: Generated Type [restricted-child] java class name changed to [RestrictedChild] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:32:53.013--SDOUtil: Generated Type [extended-child] java class name changed to [ExtendedChild] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:32:53.034--SDOUtil: Generated Type [restricted-child] java class name changed to [RestrictedChild] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:32:53.034--SDOUtil: Generated Type [extended-child] java class name changed to [ExtendedChild] to follow class naming conventions. [junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.12 sec [junit] Output: [junit] [EL Info]: 2022-09-10 00:32:52.988--SDOUtil: Generated Type [restricted-child] java class name changed to [RestrictedChild] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:32:53.013--SDOUtil: Generated Type [extended-child] java class name changed to [ExtendedChild] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:32:53.034--SDOUtil: Generated Type [restricted-child] java class name changed to [RestrictedChild] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:32:53.034--SDOUtil: Generated Type [extended-child] java class name changed to [ExtendedChild] to follow class naming conventions. [junit] [junit] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [junit] Running org.eclipse.persistence.testing.sdo.helper.xsdhelper.define.elements.SDOElementXSDTestSuite [junit] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.069 sec [junit] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [junit] Running org.eclipse.persistence.testing.sdo.helper.xsdhelper.define.simpletypes.SDOSimpleTypeXSDTestSuite [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.931 sec [junit] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [junit] Running org.eclipse.persistence.testing.sdo.helper.xsdhelper.defineandgenerate.XSDHelperDefineAndGenerateTestSuite [junit] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.59 sec [junit] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [junit] Running org.eclipse.persistence.testing.sdo.helper.xsdhelper.generate.XSDHelperGenerateTestSuite [junit] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.511 sec [junit] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [junit] Running org.eclipse.persistence.testing.sdo.instanceclass.InstanceClassTestSuite [junit] [EL Info]: 2022-09-10 00:33:01.201--SDOUtil: Generated Type [phone-number] java get/set method name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Warning]: 2022-09-10 00:33:01.209--SDOUtil: Generated Type [changeSummary] conflicts with SDO specification naming rules for [ChangeSummary] and should be renamed. [junit] [EL Warning]: 2022-09-10 00:33:01.209--SDOUtil: Generated Type [changeSummary] conflicts with SDO specification naming rules for [ChangeSummary] and should be renamed. [junit] Sep 10, 2022 12:33:01 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] INFO: Looking for : interface org.eclipse.persistence.testing.sdo.instanceclass.CustomerInterfaceWithIncorrectGetters [junit] Sep 10, 2022 12:33:01 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] INFO: interface org.eclipse.persistence.testing.sdo.instanceclass.CustomerInterfaceWithIncorrectGetters was found in: typesHashMap. [junit] Sep 10, 2022 12:33:01 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] INFO: Looking for : interface org.eclipse.persistence.testing.sdo.instanceclass.CustomerInterfaceWithCorrectGetters [junit] Sep 10, 2022 12:33:01 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] [EL Info]: 2022-09-10 00:33:01.267--SDOUtil: Generated Type [phone-number] java get/set method name changed to [PhoneNumber] to follow class naming conventions. [junit] INFO: interface org.eclipse.persistence.testing.sdo.instanceclass.CustomerInterfaceWithCorrectGetters was found in: typesHashMap. [junit] [EL Info]: 2022-09-10 00:33:01.296--SDOUtil: Generated Type [phone-number] java get/set method name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:33:01.336--SDOUtil: Generated Type [phone-number] java get/set method name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:33:01.36--SDOUtil: Generated Type [phone-number] java get/set method name changed to [PhoneNumber] to follow class naming conventions. [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.956 sec [junit] Output: [junit] [EL Info]: 2022-09-10 00:33:01.201--SDOUtil: Generated Type [phone-number] java get/set method name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Warning]: 2022-09-10 00:33:01.209--SDOUtil: Generated Type [changeSummary] conflicts with SDO specification naming rules for [ChangeSummary] and should be renamed. [junit] [EL Warning]: 2022-09-10 00:33:01.209--SDOUtil: Generated Type [changeSummary] conflicts with SDO specification naming rules for [ChangeSummary] and should be renamed. [junit] [EL Info]: 2022-09-10 00:33:01.267--SDOUtil: Generated Type [phone-number] java get/set method name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:33:01.296--SDOUtil: Generated Type [phone-number] java get/set method name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:33:01.336--SDOUtil: Generated Type [phone-number] java get/set method name changed to [PhoneNumber] to follow class naming conventions. [junit] [EL Info]: 2022-09-10 00:33:01.36--SDOUtil: Generated Type [phone-number] java get/set method name changed to [PhoneNumber] to follow class naming conventions. [junit] [junit] Error: [junit] Sep 10, 2022 12:33:01 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] INFO: Looking for : interface org.eclipse.persistence.testing.sdo.instanceclass.CustomerInterfaceWithIncorrectGetters [junit] Sep 10, 2022 12:33:01 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] INFO: interface org.eclipse.persistence.testing.sdo.instanceclass.CustomerInterfaceWithIncorrectGetters was found in: typesHashMap. [junit] Sep 10, 2022 12:33:01 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] INFO: Looking for : interface org.eclipse.persistence.testing.sdo.instanceclass.CustomerInterfaceWithCorrectGetters [junit] Sep 10, 2022 12:33:01 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] INFO: interface org.eclipse.persistence.testing.sdo.instanceclass.CustomerInterfaceWithCorrectGetters was found in: typesHashMap. [junit] Sep 10, 2022 12:33:01 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] INFO: Looking for : interface org.eclipse.persistence.testing.sdo.instanceclass.CustomerInterfaceWithIncorrectGetters [junit] Sep 10, 2022 12:33:01 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] INFO: interface org.eclipse.persistence.testing.sdo.instanceclass.CustomerInterfaceWithIncorrectGetters was found in: typesHashMap. [junit] [junit] Sep 10, 2022 12:33:01 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] INFO: Looking for : interface org.eclipse.persistence.testing.sdo.instanceclass.CustomerInterfaceWithIncorrectGetters [junit] Sep 10, 2022 12:33:01 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType [junit] INFO: interface org.eclipse.persistence.testing.sdo.instanceclass.CustomerInterfaceWithIncorrectGetters was found in: typesHashMap. [junit] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [junit] Running org.eclipse.persistence.testing.sdo.model.changesummary.ChangeSummaryTestSuite [junit] Tests run: 241, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.609 sec [junit] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [junit] Running org.eclipse.persistence.testing.sdo.model.changesummary.ChangeSummaryXSDWithCSOnChildTestSuite [junit] Tests run: 61, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.169 sec [junit] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [junit] Running org.eclipse.persistence.testing.sdo.model.changesummary.ChangeSummaryXSDWithCSOnRootTestSuite [junit] Tests run: 156, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.629 sec [junit] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [junit] Running org.eclipse.persistence.testing.sdo.model.datagraph.SDODataGraphTestSuite [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.939 sec [junit] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [junit] Running org.eclipse.persistence.testing.sdo.model.dataobject.SDODataObjectGetIndexTestSuite [junit] Tests run: 196, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.348 sec [junit] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [junit] Running org.eclipse.persistence.testing.sdo.model.dataobject.SDODataObjectGetPathConversionTestSuite [junit] Tests run: 302, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.654 sec [junit] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [junit] Running org.eclipse.persistence.testing.sdo.model.dataobject.SDODataObjectGetPathTestSuite [junit] Tests run: 286, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.394 sec [junit] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [junit] Running org.eclipse.persistence.testing.sdo.model.dataobject.SDODataObjectGetTestSuite [junit] Tests run: 338, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.686 sec [junit] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [junit] Running org.eclipse.persistence.testing.sdo.model.dataobject.SDODataObjectTestSuite [junit] Tests run: 174, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.983 sec [junit] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [junit] Running org.eclipse.persistence.testing.sdo.model.dataobject.containment.ContainmentTestSuite [junit] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.8 sec [junit] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [junit] Running org.eclipse.persistence.testing.sdo.model.dataobject.xpathengine.SDODataObjectXPathEngineTestSuite [junit] Tests run: 141, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.566 sec [junit] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [junit] Running org.eclipse.persistence.testing.sdo.model.dataobject.xpathpositional.SDODataObjectXPathPositionalTestSuite [junit] Tests run: 314, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.759 sec [junit] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [junit] Running org.eclipse.persistence.testing.sdo.model.dataobject.xpathquery.SDODataObjectXPathQueryTestSuite [junit] Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.213 sec [junit] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [junit] Running org.eclipse.persistence.testing.sdo.model.property.SDOPropertyEqualityTestSuite [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.774 sec [junit] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [junit] Running org.eclipse.persistence.testing.sdo.model.sequence.SDOSequenceTestSuite [junit] Tests run: 322, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.796 sec [junit] OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [junit] Running org.eclipse.persistence.testing.sdo.model.type.SDOTypeTestSuite [junit] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.203 sec [junitreport] Processing /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/eclipselink.sdo.test/reports/true/TESTS-TestSuites.xml to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/eclipselink.sdo.test/reports/true/junit-noframes.html [junitreport] Loading stylesheet jar:file:/opt/java/ant/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-noframes.xsl [junitreport] Transform time: 319ms [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/eclipselink.sdo.test/resource/baseTypes [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/eclipselink.sdo.test/resource/complextypes [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/eclipselink.sdo.test/resource/elements [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/eclipselink.sdo.test/resource/invalidtypename [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/eclipselink.sdo.test/resource/list [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/eclipselink.sdo.test/resource/nestedBaseTypes [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/eclipselink.sdo.test/resource/schemaTypes [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/eclipselink.sdo.test/resource/srcImports [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/eclipselink.sdo.test/resource/srcImportsDontProcess [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/eclipselink.sdo.test/resource/srcPO [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/eclipselink.sdo.test/resource/srcPOAnnotations [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/eclipselink.sdo.test/resource/union [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/sdo/eclipselink.sdo.test/resource/tmp test-dbws: [echo] JDK version detected: '1.8.0_252' [echo] java.version='1.8.0_252' [echo] dbws_test.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/dbws/eclipselink.dbws.test' [echo] dbws_test.2.base.dir = '../..' Trying to override old definition of task javac clean: compile: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/dbws/eclipselink.dbws.test/classes [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/dbws/eclipselink.dbws.test/antbuild.xml:370: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 2 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/dbws/eclipselink.dbws.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] 1 warning package: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/dbws/eclipselink.dbws.test/eclipselink-dbws-test-common.jar build: compile-common: run-tests: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/dbws/eclipselink.dbws.test/reports [sql] Executing resource: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/dbws/eclipselink.dbws.test/etc/dbsetup_keymappings.sql [sql] 11 of 11 SQL statements executed successfully [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/dbws/eclipselink.dbws.test/antbuild.xml:205: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [junit] Running dbws.testing.keymappings.KeyMappingsTestSuite [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.603 sec [junitreport] Processing /home/jenkins/agent/workspace/eclipselink-nightly-2.6/dbws/eclipselink.dbws.test/reports/TESTS-TestSuites.xml to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/dbws/eclipselink.dbws.test/reports/junit-noframes.html [junitreport] Loading stylesheet jar:file:/opt/java/ant/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-noframes.xsl [junitreport] Transform time: 50ms [sql] Executing resource: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/dbws/eclipselink.dbws.test/etc/dbteardown_keymappings.sql [sql] 3 of 3 SQL statements executed successfully [sql] Executing resource: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/dbws/eclipselink.dbws.test/etc/dbsetup_relationships.sql [sql] 75 of 75 SQL statements executed successfully [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/dbws/eclipselink.dbws.test/antbuild.xml:205: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [junit] Running dbws.testing.relationships.RelationshipsTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.621 sec [junitreport] Processing /home/jenkins/agent/workspace/eclipselink-nightly-2.6/dbws/eclipselink.dbws.test/reports/TESTS-TestSuites.xml to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/dbws/eclipselink.dbws.test/reports/junit-noframes.html [junitreport] Loading stylesheet jar:file:/opt/java/ant/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-noframes.xsl [junitreport] Transform time: 45ms [sql] Executing resource: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/dbws/eclipselink.dbws.test/etc/dbteardown_relationships.sql [sql] 5 of 5 SQL statements executed successfully [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/dbws/eclipselink.dbws.test/antbuild.xml:205: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 1 source file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/dbws/eclipselink.dbws.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] 1 warning [junit] Running dbws.testing.xrdynamicentity.XRDynamicEntityTestSuite [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 sec [junitreport] Processing /home/jenkins/agent/workspace/eclipselink-nightly-2.6/dbws/eclipselink.dbws.test/reports/TESTS-TestSuites.xml to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/dbws/eclipselink.dbws.test/reports/junit-noframes.html [junitreport] Loading stylesheet jar:file:/opt/java/ant/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-noframes.xsl [junitreport] Transform time: 50ms test: test-dbws-builder: [echo] dbwsbldrtest.build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.dbws.builder.test' [echo] dbwsbldrtest.2.base.dir = '../..' [echo] Loading /home/jenkins/build.properties... [echo] Custom properties file '/home/jenkins/test.properties' not found to load. Trying to override old definition of task javac clean: [DeleteDirQuietly] Deleting directory /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.dbws.builder.test/classes [DeleteFileQuietly] Deleting: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.dbws.builder.test/eclipselink-dbwsbldr-tests.jar init: [echo] junit.lib ='/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] asm.jar ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.dbws.builder.test/../../plugins/org.eclipse.persistence.asm_6.2.0.v201808041654.jar' [echo] dbwsbldr.jar ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.dbws.builder.test/../../plugins/org.eclipse.persistence.dbws.builder_2.6.10.v20220910-5fc36efa7a.jar' [echo] servlet.jar ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.dbws.builder.test/../../plugins/javax.servlet_2.4.0.v200806031604.jar' [echo] ddlparser.jar='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.dbws.builder.test/../plugins/org.eclipse.persistence.oracleddlparser_1.0.0.v20150306.jar' [echo] wsdl.jar ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.dbws.builder.test/../plugins/javax.wsdl_1.6.2.v201012040545.jar' [echo] persistence.jar ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.dbws.builder.test/../../plugins/javax.persistence_unsigned_for_testing_1.0.0.jar' compile: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.dbws.builder.test/classes [javac] /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.dbws.builder.test/antbuild.xml:255: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 21 source files to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.dbws.builder.test/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7 [javac] 1 warning package: [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.dbws.builder.test/eclipselink-dbwsbldr-tests.jar build: init-tests: [echo] jdbc.driver.jar ='/home/jenkins/extension.lib.external/mysql-connector-java-5.1.48.jar' [echo] dbwsbldrtest.jar ='./eclipselink-dbwsbldr-tests.jar' [echo] activation.jar ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.dbws.builder.test/../../plugins/javax.activation_1.1.0.v201108011116.jar' [echo] mail.jar ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.dbws.builder.test/../../plugins/javax.mail_1.4.0.v201005080615.jar' run-tests: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.dbws.builder.test/reports [junit] Running dbws.testing.attachedbinary.AttachedBinaryTestSuite [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.022 sec [junit] Running dbws.testing.batchsql.BatchSQLTestSuite [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.357 sec [junit] Running dbws.testing.bindingmodel.BindingModelTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec [junit] Running dbws.testing.crud.CRUDTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.301 sec [junit] Running dbws.testing.customsql.CustomSQLTestSuite [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.305 sec [junit] Running dbws.testing.inlinebinary.InlineBinaryTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.52 sec [junit] Running dbws.testing.invalidinput.InvalidInputTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec [junit] Running dbws.testing.loglevelvalidation.LogLevelValidationTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.416 sec [junit] Running dbws.testing.mtom.MTOMTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.187 sec [junit] Running dbws.testing.namingtransformer.NamingTransformerTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.493 sec [junit] Running dbws.testing.optlock.OptLockTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.445 sec [junit] Running dbws.testing.rootcause.RootCauseTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.449 sec [junit] Error: [junit] Sep 10, 2022 4:34:12 AM com.sun.xml.internal.ws.server.provider.SyncProviderInvokerTube processRequest [junit] SEVERE: SOAPMessage request format error - Exception [EclipseLink-25008] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.XMLMarshalException [junit] Exception Description: A descriptor with default root element {urn:rootcause_table}barf was not found in the project [junit] javax.xml.ws.soap.SOAPFaultException: SOAPMessage request format error - Exception [EclipseLink-25008] (Eclipse Persistence Services - 2.6.10.v20220910-5fc36efa7a): org.eclipse.persistence.exceptions.XMLMarshalException [junit] Exception Description: A descriptor with default root element {urn:rootcause_table}barf was not found in the project [junit] at org.eclipse.persistence.internal.dbws.ProviderHelper.invoke(ProviderHelper.java:560) [junit] at dbws.testing.rootcause.RootCauseTestSuite.invoke(RootCauseTestSuite.java:129) [junit] at com.sun.xml.internal.ws.api.server.InstanceResolver$1.invokeProvider(InstanceResolver.java:245) [junit] at com.sun.xml.internal.ws.server.InvokerTube$2.invokeProvider(InvokerTube.java:144) [junit] at com.sun.xml.internal.ws.server.provider.SyncProviderInvokerTube.processRequest(SyncProviderInvokerTube.java:70) [junit] at com.sun.xml.internal.ws.api.pipe.Fiber.__doRun(Fiber.java:1121) [junit] at com.sun.xml.internal.ws.api.pipe.Fiber._doRun(Fiber.java:1035) [junit] at com.sun.xml.internal.ws.api.pipe.Fiber.doRun(Fiber.java:1004) [junit] at com.sun.xml.internal.ws.api.pipe.Fiber.runSync(Fiber.java:862) [junit] at com.sun.xml.internal.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:404) [junit] at com.sun.xml.internal.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:706) [junit] at com.sun.xml.internal.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:260) [junit] at com.sun.xml.internal.ws.transport.http.server.WSHttpHandler.handleExchange(WSHttpHandler.java:98) [junit] at com.sun.xml.internal.ws.transport.http.server.WSHttpHandler.handle(WSHttpHandler.java:82) [junit] at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:79) [junit] at sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:83) [junit] at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:82) [junit] at sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:675) [junit] at com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:79) [junit] at sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:647) [junit] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [junit] at java.lang.Thread.run(Thread.java:748) [junit] [junit] [junit] Running dbws.testing.secondarysql.SecondarySQLTestSuite [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.489 sec [junit] Running dbws.testing.simplesp.SimpleSPTestSuite [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.248 sec [junit] Running dbws.testing.simpletable.SimpleTableTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.354 sec [junit] Running dbws.testing.simpletablewithnestedsql.SimpleTableWithNestedSQLTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec [junit] Running dbws.testing.soap12.SOAP12TestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.64 sec [junit] Running dbws.testing.sqlascollection.SQLAsCollectionTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.43 sec [junit] Running dbws.testing.updatefault.UpdateFaultTestSuite [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.439 sec [junitreport] Processing /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.dbws.builder.test/reports/TESTS-TestSuites.xml to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/utils/eclipselink.dbws.builder.test/reports/junit-noframes.html [junitreport] Loading stylesheet jar:file:/opt/java/ant/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-noframes.xsl [junitreport] Transform time: 147ms test: test-lrg: extract-test-results: [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/test/2.6.10/20220910/Eclipse [echo] Exporting test artifacts... [echo] from '/home/jenkins/agent/workspace/eclipselink-nightly-2.6' [echo] to '/home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/test/2.6.10/20220910/Eclipse' [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/test/2.6.10/20220910/Eclipse [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/test/2.6.10/20220910/Eclipse [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/test/2.6.10/20220910/Eclipse [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/test/2.6.10/20220910/Eclipse [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/test/2.6.10/20220910/Eclipse [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/test/2.6.10/20220910/Eclipse [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/test/2.6.10/20220910/Eclipse [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/test/2.6.10/20220910/Eclipse [copy] Copying 1 file to /home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/test/2.6.10/20220910/Eclipse [echo] ---- AutoBuild.xml ---- [echo] build.location = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6' set-defaults: [echo] [echo] git.exec ='/usr/bin/git' [echo] build.deps.dir = '/home/jenkins/extension.lib.external' [echo] build.tool.root = '/home/jenkins/agent/workspace/eclipselink-nightly-2.6' [echo] hudson.workspace= '/home/jenkins/agent/workspace/eclipselink-nightly-2.6' [echo] M2_HOME = '/home/jenkins/extension.lib.external/apache-maven-3.6.0' [echo] [echo] branch = '2.6' get-git-hash: pre-init: [echo] 'M2_HOME' set to: '/home/jenkins/extension.lib.external/apache-maven-3.6.0' [echo] ANT_ARGS='${env.ANT_ARGS}' [echo] ANT_OPTS='${env.ANT_OPTS}' [echo] [echo] env.JAVA_HOME = '/usr/lib/jvm/java' [echo] env.ANT_HOME = '${env.ANT_HOME}' [echo] env.JUNIT_HOME = '${env.JUNIT_HOME}' [echo] env.MAVENANT_DIR= '${env.MAVENANT_DIR}' [echo] env.PATH = '${env.PATH}' [echo] env.CLASSPATH = '${env.CLASSPATH}' [echo] env.GIT_EXEC = '${env.GIT_EXEC}' [echo] env.TARGET = '${env.TARGET}' [echo] [echo] java.version ='1.8.0_252' [echo] os.name ='Linux' [echo] os.arch ='amd64' [echo] os.version ='5.14.14-200.fc34.x86_64' [echo] [echo] builddate.buildtime='20220910.0356' [echo] coretest.prop.file ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/mysql.jpa.test.properties' [echo] test.properties.run='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/mysql.jpa.test.properties' [echo] build.type ='SNAPSHOT' [echo] version.qualifier ='v20220910-5fc36efa7a' [echo] [echo] build.deps.dir ='/home/jenkins/extension.lib.external' [echo] build.tool.root ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6' [echo] hudson.workspace='/home/jenkins/agent/workspace/eclipselink-nightly-2.6' [echo] common-init: [echo] milestone.tag ='2.6.10-SNAPSHOT' [echo] branch.name ='${branch.name}' [echo] branch ='2.6' [echo] basedir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6' [echo] build.location ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6' [echo] extract.root.dir='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds' [echo] log.dir ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/log' [echo] junit.dir ='/home/jenkins/extension.lib.external/junit' [echo] junit.lib ='/home/jenkins/extension.lib.external/junit-4.12.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar' [echo] [echo] git.exec ='/usr/bin/git' [echo] [echo] EL version ='2.6.10' [echo] build.type ='SNAPSHOT' [echo] version.string ='2.6.10.v20220910-5fc36efa7a' [echo] build.number ='20220910' [echo] git.hash ='5fc36efa7a' [echo] [echo] milestone.tag ='2.6.10-SNAPSHOT' [echo] [echo] jdbc.driver.jar='/home/jenkins/extension.lib.external/mysql-connector-java-5.1.48.jar' [echo] db.driver ='com.mysql.jdbc.Driver' [echo] db.url ='jdbc:mysql://localhost/ecltest?useSSL=false' [echo] db.user ='root' [echo] db.pwd = ********** [echo] db.platform ='org.eclipse.persistence.platform.database.MySQLPlatform' init: cannot-generate-handoff: generate-handoff: [echo] Generating Publishing handoff file with the following values: [echo] procedure ='test' [echo] extract.loc ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/exported_builds/test/2.6.10/20220910/Eclipse' [echo] host ='Eclipse' [echo] milestone.tag='2.6.10-SNAPSHOT' [echo] handoff.file ='/home/jenkins/agent/workspace/eclipselink-nightly-2.6/handoff-file-test-2.6-v20220910-5fc36efa7a.dat' build-nightly: BUILD SUCCESSFUL Total time: 37 minutes 36 seconds Weld SE container 342c4595-057f-42a0-81d4-66ebded20b5a shut down by shutdown hook [10.09.2022 04:34:16] -[ Stopping MySQL Database ]------------------------------ [10.09.2022 04:34:16] --[ Waiting for MySQL Database to stop ]------------------ done [Pipeline] } Executing sh script inside container el-build of pod el-master-agent-pod-01wdd-g54g0 Executing command: "ssh-agent" "-k" exit unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 120 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish to nightly) [Pipeline] container [Pipeline] { [Pipeline] sshagent [ssh-agent] Using credentials genie.eclipselink (ssh://genie.eclipselink@projects-storage.eclipse.org) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) Executing sh script inside container el-build of pod el-master-agent-pod-01wdd-g54g0 Executing command: "ssh-agent" exit SSH_AUTH_SOCK=/tmp/ssh-fMp3QBWkwJ5g/agent.11235; export SSH_AUTH_SOCK; SSH_AGENT_PID=11236; export SSH_AGENT_PID; echo Agent pid 11236; SSH_AUTH_SOCK=/tmp/ssh-fMp3QBWkwJ5g/agent.11235 SSH_AGENT_PID=11236 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/eclipselink-nightly-2.6@tmp/private_key_3890192106608206924.key (/home/jenkins/agent/workspace/eclipselink-nightly-2.6@tmp/private_key_3890192106608206924.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + etc/jenkins/publish_nightly.sh -[ EclipseLink Publish to Nightly ]----------------------------------------------------------- [Pipeline] } Executing sh script inside container el-build of pod el-master-agent-pod-01wdd-g54g0 Executing command: "ssh-agent" "-k" exit unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 11236 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Proceed test results) [Pipeline] script [Pipeline] { [Pipeline] echo Processing file: dbws/**/reports/**/TESTS-TestSuites.xml [Pipeline] retry [Pipeline] { [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // retry [Pipeline] echo Processing file: foundation/**/reports/**/TESTS-TestSuites.xml [Pipeline] retry [Pipeline] { [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // retry [Pipeline] echo Processing file: jpa/**/reports/**/TESTS-TestSuites.xml [Pipeline] retry [Pipeline] { [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // retry [Pipeline] echo Processing file: moxy/**/reports/installer/TESTS-TestSuites.xml [Pipeline] retry [Pipeline] { [Pipeline] junit Recording test results No test report files were found. Configuration error? None of the test reports contained any result [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // retry [Pipeline] echo Processing file: moxy/**/reports/jaxb/TESTS-TestSuites.xml [Pipeline] retry [Pipeline] { [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // retry [Pipeline] echo Processing file: moxy/**/reports/oxm/TESTS-TestSuites.xml [Pipeline] retry [Pipeline] { [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // retry [Pipeline] echo Processing file: moxy/**/reports/srg/TESTS-TestSuites.xml [Pipeline] retry [Pipeline] { [Pipeline] junit Recording test results No test report files were found. Configuration error? None of the test reports contained any result [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // retry [Pipeline] echo Processing file: sdo/**/reports/**/TESTS-TestSuites.xml [Pipeline] retry [Pipeline] { [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // retry [Pipeline] echo Processing file: utils/**/reports/**/TESTS-TestSuites.xml [Pipeline] retry [Pipeline] { [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // retry [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline Finished: SUCCESS